diff --git a/README.md b/README.md index 0bb2d6fe4d..e4f8de6e69 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ repositories { Include the following dependency in your project's `build.gradle`: ```groovy -implementation 'com.microsoft.design:fluent-system-icons:1.1.231@aar' +implementation 'com.microsoft.design:fluent-system-icons:1.1.232@aar' ``` For library docs, see [android/README.md](android/README.md). @@ -48,13 +48,13 @@ For library docs, see [android/README.md](android/README.md). ```ruby use_frameworks! -pod "FluentIcons", "1.1.231" +pod "FluentIcons", "1.1.232" ``` #### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.231" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.232" ``` For library docs, see [ios/README.md](ios/README.md). @@ -66,7 +66,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency: ```yaml dependencies: ... - fluentui_system_icons: ^1.1.231 + fluentui_system_icons: ^1.1.232 ``` For library docs, see [flutter/README.md](flutter/README.md). diff --git a/android/BUILD.gn b/android/BUILD.gn index a67f40cbb9..7218320d91 100644 --- a/android/BUILD.gn +++ b/android/BUILD.gn @@ -49,6 +49,18 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_accessibility_checkmark_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_accessibility_checkmark_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_accessibility_checkmark_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_accessibility_error_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_accessibility_error_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_accessibility_error_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_accessibility_error_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_accessibility_error_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_accessibility_error_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_add_12_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_add_12_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_add_12_selector.xml", @@ -955,6 +967,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_down_left_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_down_left_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_down_left_16_selector.xml", @@ -1576,6 +1591,15 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_split_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_split_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_split_16_selector.xml", @@ -1918,6 +1942,15 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_arrow_up_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_up_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_up_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_up_left_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_up_left_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_up_left_16_selector.xml", @@ -2260,6 +2293,12 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_bed_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_bed_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_bed_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_bench_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_bench_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_bench_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_bench_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_bench_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_bench_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_bezier_curve_square_12_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_bezier_curve_square_12_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_bezier_curve_square_12_selector.xml", @@ -3218,6 +3257,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_building_lighthouse_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_building_lighthouse_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_building_lighthouse_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_building_lighthouse_28_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_building_lighthouse_28_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_building_lighthouse_28_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_building_lighthouse_32_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_building_lighthouse_32_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_building_lighthouse_32_selector.xml", @@ -3866,6 +3908,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_calendar_toolbox_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_toolbox_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_toolbox_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_video_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_video_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_video_20_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_video_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_video_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_video_24_selector.xml", @@ -5540,6 +5585,18 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_clock_arrow_download_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clock_arrow_download_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clock_arrow_download_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_clock_bill_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_clock_bill_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_clock_bill_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_clock_bill_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_clock_bill_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_clock_bill_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_clock_bill_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_clock_bill_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_clock_bill_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_clock_bill_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_clock_bill_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_clock_bill_32_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_clock_dismiss_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clock_dismiss_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clock_dismiss_20_selector.xml", @@ -6941,6 +6998,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_data_trending_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_data_trending_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_data_trending_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_data_usage_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_data_usage_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_data_usage_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_data_usage_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_data_usage_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_data_usage_20_selector.xml", @@ -6953,9 +7013,15 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_data_usage_edit_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_data_usage_edit_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_data_usage_edit_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_data_usage_settings_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_data_usage_settings_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_data_usage_settings_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_data_usage_settings_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_data_usage_settings_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_data_usage_settings_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_data_usage_settings_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_data_usage_settings_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_data_usage_settings_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_data_usage_toolbox_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_data_usage_toolbox_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_data_usage_toolbox_20_selector.xml", @@ -8876,6 +8942,12 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_edit_off_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_edit_off_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_edit_off_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_edit_person_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_edit_person_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_edit_person_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_edit_person_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_edit_person_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_edit_person_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_edit_prohibited_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_edit_prohibited_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_edit_prohibited_16_selector.xml", @@ -11012,6 +11084,12 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_highlight_link_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_highlight_link_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_highlight_link_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_highway_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_highway_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_highway_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_highway_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_highway_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_highway_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_history_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_history_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_history_16_selector.xml", @@ -11688,6 +11766,15 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_laptop_multiple_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_laptop_multiple_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_laptop_multiple_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_person_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_person_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_person_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_person_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_person_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_person_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_person_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_person_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_person_48_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_laptop_settings_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_laptop_settings_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_laptop_settings_20_selector.xml", @@ -12477,6 +12564,15 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_location_off_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_location_off_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_location_off_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_location_ripple_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_location_ripple_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_location_ripple_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_location_ripple_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_location_ripple_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_location_ripple_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_location_ripple_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_location_ripple_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_location_ripple_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_location_target_square_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_location_target_square_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_location_target_square_16_selector.xml", @@ -12663,6 +12759,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_mail_arrow_double_back_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_mail_arrow_double_back_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_mail_arrow_double_back_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_mail_arrow_double_back_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_mail_arrow_double_back_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_mail_arrow_double_back_32_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_mail_arrow_down_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_mail_arrow_down_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_mail_arrow_down_16_selector.xml", @@ -12696,6 +12795,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_mail_attach_28_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_mail_attach_28_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_mail_attach_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_mail_briefcase_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_mail_briefcase_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_mail_briefcase_48_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_mail_checkmark_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_mail_checkmark_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_mail_checkmark_16_selector.xml", @@ -14118,6 +14220,12 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_options_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_options_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_options_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_options_28_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_options_28_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_options_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_options_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_options_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_options_32_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_options_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_options_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_options_48_selector.xml", @@ -14749,6 +14857,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_people_add_28_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_people_add_28_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_people_add_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_add_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_add_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_add_32_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_people_audience_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_people_audience_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_people_audience_20_selector.xml", @@ -15040,6 +15151,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_person_alert_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_person_alert_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_person_alert_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_alert_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_alert_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_alert_32_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_person_arrow_back_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_person_arrow_back_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_person_arrow_back_16_selector.xml", @@ -16907,6 +17021,12 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_ribbon_star_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_ribbon_star_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_ribbon_star_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_road_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_road_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_road_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_road_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_road_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_road_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_road_cone_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_road_cone_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_road_cone_16_selector.xml", @@ -17012,6 +17132,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_save_28_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_save_28_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_save_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_save_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_save_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_save_32_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_save_arrow_right_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_save_arrow_right_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_save_arrow_right_20_selector.xml", @@ -19379,6 +19502,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_add_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_add_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_add_16_selector.xml", @@ -19391,6 +19517,15 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_bottom_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_bottom_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_bottom_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_new_page_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_new_page_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_tab_desktop_new_page_20_selector.xml", @@ -22254,6 +22389,12 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_vehicle_subway_clock_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_vehicle_subway_clock_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_vehicle_subway_clock_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_vehicle_truck_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_vehicle_truck_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_vehicle_truck_16_selector.xml", diff --git a/android/library/src/main/res/drawable/ic_fluent_accessibility_checkmark_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_accessibility_checkmark_24_filled.xml index fa3b396ee6..ea124d1b20 100644 --- a/android/library/src/main/res/drawable/ic_fluent_accessibility_checkmark_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_accessibility_checkmark_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_accessibility_checkmark_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_accessibility_checkmark_24_regular.xml index 33dddf4a4e..ed8dcf4ee9 100644 --- a/android/library/src/main/res/drawable/ic_fluent_accessibility_checkmark_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_accessibility_checkmark_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_accessibility_error_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_accessibility_error_20_filled.xml new file mode 100644 index 0000000000..c1d7e4e15e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_accessibility_error_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_accessibility_error_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_accessibility_error_20_regular.xml new file mode 100644 index 0000000000..dda56c4429 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_accessibility_error_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_accessibility_error_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_accessibility_error_20_selector.xml new file mode 100644 index 0000000000..7d047f461c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_accessibility_error_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_accessibility_error_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_accessibility_error_24_filled.xml new file mode 100644 index 0000000000..0a18735c77 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_accessibility_error_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_accessibility_error_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_accessibility_error_24_regular.xml new file mode 100644 index 0000000000..5f16d07503 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_accessibility_error_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_accessibility_error_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_accessibility_error_24_selector.xml new file mode 100644 index 0000000000..9d6979977a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_accessibility_error_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_20_filled.xml new file mode 100644 index 0000000000..b2705bb6d4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_20_regular.xml new file mode 100644 index 0000000000..6047a7c81b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_20_selector.xml new file mode 100644 index 0000000000..db051e6ea5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_24_filled.xml new file mode 100644 index 0000000000..3ea46ffab8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_24_regular.xml new file mode 100644 index 0000000000..910c4f5b0a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_24_selector.xml new file mode 100644 index 0000000000..d5dff59baf --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_accessibility_question_mark_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_16_filled.xml index 62e0d6e53e..54f2ac27a8 100644 --- a/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_16_regular.xml index 65989ac001..0b62c47bd1 100644 --- a/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_20_filled.xml index 82f65660b1..ceac136095 100644 --- a/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_20_regular.xml index 832d8015d8..e44ed361f9 100644 --- a/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_24_filled.xml new file mode 100644 index 0000000000..4c5afec9aa --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_24_regular.xml new file mode 100644 index 0000000000..b1fab72d1f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_24_selector.xml new file mode 100644 index 0000000000..70c0fa4de9 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_down_exclamation_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_16_filled.xml index bbfeae0a3c..5f20e75f7b 100644 --- a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_16_regular.xml index e497691f04..4565ad6360 100644 --- a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_20_filled.xml index 7b08333979..fe089ebb64 100644 --- a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_20_regular.xml index e981686fdc..cecdd9e83b 100644 --- a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_24_filled.xml index 00c72dafa7..dafe916fb8 100644 --- a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_24_regular.xml index b3c419620e..09e585bf53 100644 --- a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_down_lines_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_16_filled.xml new file mode 100644 index 0000000000..cb5a15baca --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_16_regular.xml new file mode 100644 index 0000000000..3e39b4c645 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_16_selector.xml new file mode 100644 index 0000000000..e0b45ab503 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_20_filled.xml new file mode 100644 index 0000000000..7e6204b072 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_20_regular.xml new file mode 100644 index 0000000000..3a8dc407fa --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_20_selector.xml new file mode 100644 index 0000000000..e825aa0c38 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_24_filled.xml new file mode 100644 index 0000000000..938e356c52 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_24_regular.xml new file mode 100644 index 0000000000..e76f49f022 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_24_selector.xml new file mode 100644 index 0000000000..d8c5120d3d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_sort_up_lines_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_16_filled.xml new file mode 100644 index 0000000000..5dc93f2734 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_16_regular.xml new file mode 100644 index 0000000000..91240dce02 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_16_selector.xml new file mode 100644 index 0000000000..83d39f1df6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_20_filled.xml new file mode 100644 index 0000000000..f040a206ed --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_20_regular.xml new file mode 100644 index 0000000000..a8dc9fffed --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_20_selector.xml new file mode 100644 index 0000000000..6cbe73a937 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_24_filled.xml new file mode 100644 index 0000000000..887ce2044b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_24_regular.xml new file mode 100644 index 0000000000..a0882878ca --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_24_selector.xml new file mode 100644 index 0000000000..b25f9ba05b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_up_exclamation_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_bench_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_bench_20_filled.xml new file mode 100644 index 0000000000..940a629c61 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_bench_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_bench_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_bench_20_regular.xml new file mode 100644 index 0000000000..ebc8efbf39 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_bench_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_bench_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_bench_20_selector.xml new file mode 100644 index 0000000000..de0488f51f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_bench_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_bench_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_bench_24_filled.xml new file mode 100644 index 0000000000..79b766a5b4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_bench_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_bench_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_bench_24_regular.xml new file mode 100644 index 0000000000..0d0515635e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_bench_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_bench_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_bench_24_selector.xml new file mode 100644 index 0000000000..a7e16cac34 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_bench_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_28_filled.xml new file mode 100644 index 0000000000..ef9eeac26f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_28_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_28_regular.xml new file mode 100644 index 0000000000..dd980f4ab1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_28_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_28_selector.xml b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_28_selector.xml new file mode 100644 index 0000000000..82b400c9a3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_28_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_48_filled.xml index b9a3e7833a..e9ee04d3f6 100644 --- a/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_48_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_48_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_48_regular.xml index 5f5c71c43d..3824ff0233 100644 --- a/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_48_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_48_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_video_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_video_20_filled.xml new file mode 100644 index 0000000000..2ea42452c0 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_video_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_video_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_video_20_regular.xml new file mode 100644 index 0000000000..cfeffbe87a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_video_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_video_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_video_20_selector.xml new file mode 100644 index 0000000000..75adaddd03 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_video_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_video_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_video_24_filled.xml index bde542d81a..44540d337a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_calendar_video_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_video_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_video_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_video_24_regular.xml index 61e94bff7a..aec2982f44 100644 --- a/android/library/src/main/res/drawable/ic_fluent_calendar_video_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_video_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_video_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_video_28_filled.xml index 5fd1a2e4d5..265a279201 100644 --- a/android/library/src/main/res/drawable/ic_fluent_calendar_video_28_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_video_28_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_video_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_video_28_regular.xml index f57ef187a2..b97d5cbec8 100644 --- a/android/library/src/main/res/drawable/ic_fluent_calendar_video_28_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_video_28_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_clock_bill_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_clock_bill_16_filled.xml new file mode 100644 index 0000000000..d1bc7fe4d3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clock_bill_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clock_bill_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_clock_bill_16_regular.xml new file mode 100644 index 0000000000..e7e5124b6c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clock_bill_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clock_bill_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_clock_bill_16_selector.xml new file mode 100644 index 0000000000..2f2f9a1b65 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clock_bill_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clock_bill_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_clock_bill_20_filled.xml new file mode 100644 index 0000000000..e595f3f534 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clock_bill_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clock_bill_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_clock_bill_20_regular.xml new file mode 100644 index 0000000000..b71d4ed0e4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clock_bill_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clock_bill_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_clock_bill_20_selector.xml new file mode 100644 index 0000000000..f464f49c49 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clock_bill_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clock_bill_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_clock_bill_24_filled.xml new file mode 100644 index 0000000000..a169754d29 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clock_bill_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clock_bill_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_clock_bill_24_regular.xml new file mode 100644 index 0000000000..939be9d9c7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clock_bill_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clock_bill_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_clock_bill_24_selector.xml new file mode 100644 index 0000000000..fedd468cf7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clock_bill_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clock_bill_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_clock_bill_32_filled.xml new file mode 100644 index 0000000000..0173ad3244 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clock_bill_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clock_bill_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_clock_bill_32_regular.xml new file mode 100644 index 0000000000..c67f0d7cda --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clock_bill_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clock_bill_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_clock_bill_32_selector.xml new file mode 100644 index 0000000000..fafa700925 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clock_bill_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_filled.xml index 9bfeb6b914..4d05c95682 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_regular.xml index 9007d14fca..ebbe07b184 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_filled.xml index d96f64cb74..da25c774a5 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_regular.xml index c0618df2ff..db0ff84c8a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_filled.xml index 23459a871d..2ea878a565 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_regular.xml index c17ecb19ee..dea1781f12 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_filled.xml index 22c5e596a2..4752bd76af 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_regular.xml index 81f8c31a8d..145207e72b 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_filled.xml index 2c4f27fac5..07302a3b36 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_regular.xml index 2726b5f2d3..aef1a4185d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_filled.xml index 257e91c256..00f610edba 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_regular.xml index b8691cbb2a..18e9427d78 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_data_usage_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_data_usage_16_filled.xml new file mode 100644 index 0000000000..17e2962088 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_data_usage_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_data_usage_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_data_usage_16_regular.xml new file mode 100644 index 0000000000..22c005b75b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_data_usage_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_data_usage_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_data_usage_16_selector.xml new file mode 100644 index 0000000000..8a245723d7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_data_usage_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_16_filled.xml new file mode 100644 index 0000000000..b2b68b6735 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_16_regular.xml new file mode 100644 index 0000000000..36bd1307e4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_16_selector.xml new file mode 100644 index 0000000000..fd3303b2ac --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_24_filled.xml new file mode 100644 index 0000000000..ad9aae6311 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_24_regular.xml new file mode 100644 index 0000000000..2b1f77ae05 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_24_selector.xml new file mode 100644 index 0000000000..599b9c318f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_data_usage_settings_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_edit_person_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_edit_person_20_filled.xml new file mode 100644 index 0000000000..2b53d2efce --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_edit_person_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_edit_person_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_edit_person_20_regular.xml new file mode 100644 index 0000000000..1a8527ee0b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_edit_person_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_edit_person_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_edit_person_20_selector.xml new file mode 100644 index 0000000000..4d060b88f3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_edit_person_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_edit_person_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_edit_person_24_filled.xml new file mode 100644 index 0000000000..6ad6b1c545 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_edit_person_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_edit_person_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_edit_person_24_regular.xml new file mode 100644 index 0000000000..b4af0db856 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_edit_person_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_edit_person_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_edit_person_24_selector.xml new file mode 100644 index 0000000000..a5a3eae9ca --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_edit_person_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_highway_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_highway_20_filled.xml new file mode 100644 index 0000000000..2f1b8fa21d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_highway_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_highway_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_highway_20_regular.xml new file mode 100644 index 0000000000..5073f9f65c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_highway_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_highway_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_highway_20_selector.xml new file mode 100644 index 0000000000..60a246c3ff --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_highway_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_highway_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_highway_24_filled.xml new file mode 100644 index 0000000000..d9a2c6567e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_highway_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_highway_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_highway_24_regular.xml new file mode 100644 index 0000000000..8d5d45fbfe --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_highway_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_highway_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_highway_24_selector.xml new file mode 100644 index 0000000000..fd08fb3ca5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_highway_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_person_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_person_20_filled.xml new file mode 100644 index 0000000000..ccb7c70768 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_person_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_person_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_person_20_regular.xml new file mode 100644 index 0000000000..3cc02079cd --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_person_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_person_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_person_20_selector.xml new file mode 100644 index 0000000000..58741df998 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_person_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_person_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_person_24_filled.xml new file mode 100644 index 0000000000..6475d27384 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_person_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_person_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_person_24_regular.xml new file mode 100644 index 0000000000..591aa92005 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_person_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_person_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_person_24_selector.xml new file mode 100644 index 0000000000..ead8f1495d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_person_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_person_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_person_48_filled.xml new file mode 100644 index 0000000000..20efe0dec5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_person_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_person_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_person_48_regular.xml new file mode 100644 index 0000000000..0ffe7cfd1c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_person_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_person_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_person_48_selector.xml new file mode 100644 index 0000000000..f34ba255a0 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_person_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_location_ripple_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_location_ripple_16_filled.xml new file mode 100644 index 0000000000..356b6a696b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_location_ripple_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_location_ripple_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_location_ripple_16_regular.xml new file mode 100644 index 0000000000..656e95240d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_location_ripple_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_location_ripple_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_location_ripple_16_selector.xml new file mode 100644 index 0000000000..b31dd8e8e6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_location_ripple_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_location_ripple_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_location_ripple_20_filled.xml new file mode 100644 index 0000000000..03ac8af1fb --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_location_ripple_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_location_ripple_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_location_ripple_20_regular.xml new file mode 100644 index 0000000000..a5c2140b78 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_location_ripple_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_location_ripple_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_location_ripple_20_selector.xml new file mode 100644 index 0000000000..2c03c5e4f7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_location_ripple_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_location_ripple_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_location_ripple_24_filled.xml new file mode 100644 index 0000000000..51bad10bba --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_location_ripple_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_location_ripple_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_location_ripple_24_regular.xml new file mode 100644 index 0000000000..e5e1bc2f97 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_location_ripple_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_location_ripple_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_location_ripple_24_selector.xml new file mode 100644 index 0000000000..bea52cb57b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_location_ripple_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_mail_arrow_double_back_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_mail_arrow_double_back_32_filled.xml new file mode 100644 index 0000000000..ca8352901a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_mail_arrow_double_back_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_mail_arrow_double_back_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_mail_arrow_double_back_32_regular.xml new file mode 100644 index 0000000000..03dcb261af --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_mail_arrow_double_back_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_mail_arrow_double_back_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_mail_arrow_double_back_32_selector.xml new file mode 100644 index 0000000000..84764f9b72 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_mail_arrow_double_back_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_mail_briefcase_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_mail_briefcase_48_filled.xml new file mode 100644 index 0000000000..e8fc6d377b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_mail_briefcase_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_mail_briefcase_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_mail_briefcase_48_regular.xml new file mode 100644 index 0000000000..e5ab14286c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_mail_briefcase_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_mail_briefcase_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_mail_briefcase_48_selector.xml new file mode 100644 index 0000000000..c57dee0f91 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_mail_briefcase_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_options_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_options_16_filled.xml index c2acf0bc6e..d5a7413171 100644 --- a/android/library/src/main/res/drawable/ic_fluent_options_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_options_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_options_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_options_16_regular.xml index 1336d77c39..21dc7b9e07 100644 --- a/android/library/src/main/res/drawable/ic_fluent_options_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_options_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_options_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_options_28_filled.xml new file mode 100644 index 0000000000..e83bbe1613 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_options_28_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_options_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_options_28_regular.xml new file mode 100644 index 0000000000..5d9e313163 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_options_28_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_options_28_selector.xml b/android/library/src/main/res/drawable/ic_fluent_options_28_selector.xml new file mode 100644 index 0000000000..38d07ab9eb --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_options_28_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_options_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_options_32_filled.xml new file mode 100644 index 0000000000..a17a6b2d4c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_options_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_options_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_options_32_regular.xml new file mode 100644 index 0000000000..8976450725 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_options_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_options_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_options_32_selector.xml new file mode 100644 index 0000000000..6d24825c55 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_options_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_add_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_people_add_32_filled.xml new file mode 100644 index 0000000000..3740af09b6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_add_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_add_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_people_add_32_regular.xml new file mode 100644 index 0000000000..912ed243da --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_add_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_add_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_people_add_32_selector.xml new file mode 100644 index 0000000000..e519a8adcc --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_add_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_16_filled.xml index 381c0bd970..39c48a9e20 100644 --- a/android/library/src/main/res/drawable/ic_fluent_person_alert_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_16_regular.xml index e1a1002d9a..daea55d08d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_person_alert_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_20_filled.xml index f57d7a18ef..b1ac3730cf 100644 --- a/android/library/src/main/res/drawable/ic_fluent_person_alert_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_20_regular.xml index 6a69ac80ed..367666e5fe 100644 --- a/android/library/src/main/res/drawable/ic_fluent_person_alert_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_24_filled.xml index 1426f282d0..379bfbc0f8 100644 --- a/android/library/src/main/res/drawable/ic_fluent_person_alert_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_24_regular.xml index 3ad638149a..6064bbf2cf 100644 --- a/android/library/src/main/res/drawable/ic_fluent_person_alert_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_32_filled.xml new file mode 100644 index 0000000000..db02b3bcbe --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_32_regular.xml new file mode 100644 index 0000000000..892ccb62f9 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_32_selector.xml new file mode 100644 index 0000000000..53481d704f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_road_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_road_20_filled.xml new file mode 100644 index 0000000000..217e80287d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_road_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_road_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_road_20_regular.xml new file mode 100644 index 0000000000..1e5e8d1639 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_road_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_road_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_road_20_selector.xml new file mode 100644 index 0000000000..5f4cb28717 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_road_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_road_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_road_24_filled.xml new file mode 100644 index 0000000000..91dd2d4585 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_road_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_road_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_road_24_regular.xml new file mode 100644 index 0000000000..b6120070c8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_road_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_road_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_road_24_selector.xml new file mode 100644 index 0000000000..545d4d4446 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_road_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_save_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_save_32_filled.xml new file mode 100644 index 0000000000..5ecd0e11a5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_save_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_save_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_save_32_regular.xml new file mode 100644 index 0000000000..ce20a8ac77 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_save_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_save_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_save_32_selector.xml new file mode 100644 index 0000000000..8e56e25b5d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_save_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_24_filled.xml new file mode 100644 index 0000000000..fdea2c79dd --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_24_regular.xml new file mode 100644 index 0000000000..6daa4102fc --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_24_selector.xml new file mode 100644 index 0000000000..b86799c07d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_bottom_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_bottom_24_filled.xml index 4943bf7621..be7f344b9d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_bottom_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_bottom_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_16_filled.xml new file mode 100644 index 0000000000..b25584b500 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_16_regular.xml new file mode 100644 index 0000000000..b1fc7e95d4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_16_selector.xml new file mode 100644 index 0000000000..e73d3b1dda --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_20_filled.xml new file mode 100644 index 0000000000..2937d7a454 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_20_regular.xml new file mode 100644 index 0000000000..2ae197cd8e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_20_selector.xml new file mode 100644 index 0000000000..6c41267c3a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_24_filled.xml new file mode 100644 index 0000000000..b477c7a449 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_24_regular.xml new file mode 100644 index 0000000000..3c0d302b85 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_24_selector.xml new file mode 100644 index 0000000000..ae6af593e8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_tab_desktop_multiple_sparkle_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_16_filled.xml index 2eca57458d..987ccc7930 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_16_regular.xml index ec669a401e..68af5401fc 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_filled.xml index abe21f793f..08d2a5f09f 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_regular.xml index 87a56e9a64..87bb3595e0 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_filled.xml index bb2e1bff58..11aabca821 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_regular.xml index 351852bd17..d52c5ea725 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_filled.xml index 3d0d872cd0..622cf7eae2 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_regular.xml index 2e9fe02fc3..1d179e5de0 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_filled.xml index 5bad96024a..631f0094b7 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_regular.xml index 3ba14346b3..05dc8ee0ad 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_24_filled.xml index c0722b4bd8..7fc49b6e36 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_24_regular.xml index 423f74d395..b139b8cb5d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_16_filled.xml index 0e8e8acc8d..b0fb6f1b6a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_16_regular.xml index 3a9d40ba5e..908124f991 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_20_filled.xml index 77e136a9c8..da9e7bc3c2 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_20_regular.xml index bec9db305b..920fdcfda1 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_24_filled.xml index a0000ccd67..384c2bb7bd 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_24_regular.xml index df826a7939..799353be92 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_20_filled.xml new file mode 100644 index 0000000000..da0671b9c6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_20_regular.xml new file mode 100644 index 0000000000..6e9282d6c1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_20_selector.xml new file mode 100644 index 0000000000..f339986577 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_24_filled.xml new file mode 100644 index 0000000000..5f61399f1a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_24_regular.xml new file mode 100644 index 0000000000..1cb8c06473 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_24_selector.xml new file mode 100644 index 0000000000..8cc55c3808 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_vehicle_tractor_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/flutter/CHANGELOG.md b/flutter/CHANGELOG.md index 1a0777fe70..3110420ba3 100644 --- a/flutter/CHANGELOG.md +++ b/flutter/CHANGELOG.md @@ -1 +1 @@ -## [1.1.231] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags \ No newline at end of file +## [1.1.232] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags \ No newline at end of file diff --git a/flutter/example/lib/sample_icons.dart b/flutter/example/lib/sample_icons.dart index 84a7ee9d20..b47a435c51 100644 --- a/flutter/example/lib/sample_icons.dart +++ b/flutter/example/lib/sample_icons.dart @@ -36,6 +36,14 @@ final icons = [ FluentUISampleIcon(FluentIcons.accessibility_checkmark_48_regular, 'accessibility_checkmark_48_regular', 48), + FluentUISampleIcon(FluentIcons.accessibility_error_20_regular, 'accessibility_error_20_regular', 20), + + FluentUISampleIcon(FluentIcons.accessibility_error_24_regular, 'accessibility_error_24_regular', 24), + + FluentUISampleIcon(FluentIcons.accessibility_question_mark_20_regular, 'accessibility_question_mark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.accessibility_question_mark_24_regular, 'accessibility_question_mark_24_regular', 24), + FluentUISampleIcon(FluentIcons.add_12_regular, 'add_12_regular', 12), FluentUISampleIcon(FluentIcons.add_16_regular, 'add_16_regular', 16), @@ -640,6 +648,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.arrow_down_exclamation_20_regular, 'arrow_down_exclamation_20_regular', 20), + FluentUISampleIcon(FluentIcons.arrow_down_exclamation_24_regular, 'arrow_down_exclamation_24_regular', 24), + 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), @@ -1054,6 +1064,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.arrow_sort_up_24_regular, 'arrow_sort_up_24_regular', 24), + FluentUISampleIcon(FluentIcons.arrow_sort_up_lines_16_regular, 'arrow_sort_up_lines_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_sort_up_lines_20_regular, 'arrow_sort_up_lines_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_sort_up_lines_24_regular, 'arrow_sort_up_lines_24_regular', 24), + FluentUISampleIcon(FluentIcons.arrow_split_16_regular, 'arrow_split_16_regular', 16), FluentUISampleIcon(FluentIcons.arrow_split_20_regular, 'arrow_split_20_regular', 20), @@ -1282,6 +1298,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.arrow_up_48_regular, 'arrow_up_48_regular', 48), + FluentUISampleIcon(FluentIcons.arrow_up_exclamation_16_regular, 'arrow_up_exclamation_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_up_exclamation_20_regular, 'arrow_up_exclamation_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_up_exclamation_24_regular, 'arrow_up_exclamation_24_regular', 24), + 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), @@ -1510,6 +1532,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.bed_24_regular, 'bed_24_regular', 24), + FluentUISampleIcon(FluentIcons.bench_20_regular, 'bench_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bench_24_regular, 'bench_24_regular', 24), + 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), @@ -2148,6 +2174,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.building_lighthouse_24_regular, 'building_lighthouse_24_regular', 24), + FluentUISampleIcon(FluentIcons.building_lighthouse_28_regular, 'building_lighthouse_28_regular', 28), + FluentUISampleIcon(FluentIcons.building_lighthouse_32_regular, 'building_lighthouse_32_regular', 32), FluentUISampleIcon(FluentIcons.building_lighthouse_48_regular, 'building_lighthouse_48_regular', 48), @@ -2580,6 +2608,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.calendar_toolbox_24_regular, 'calendar_toolbox_24_regular', 24), + FluentUISampleIcon(FluentIcons.calendar_video_20_regular, 'calendar_video_20_regular', 20), + FluentUISampleIcon(FluentIcons.calendar_video_24_regular, 'calendar_video_24_regular', 24), FluentUISampleIcon(FluentIcons.calendar_video_28_regular, 'calendar_video_28_regular', 28), @@ -3696,6 +3726,14 @@ final icons = [ FluentUISampleIcon(FluentIcons.clock_arrow_download_24_regular, 'clock_arrow_download_24_regular', 24), + FluentUISampleIcon(FluentIcons.clock_bill_16_regular, 'clock_bill_16_regular', 16), + + FluentUISampleIcon(FluentIcons.clock_bill_20_regular, 'clock_bill_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clock_bill_24_regular, 'clock_bill_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clock_bill_32_regular, 'clock_bill_32_regular', 32), + FluentUISampleIcon(FluentIcons.clock_dismiss_20_regular, 'clock_dismiss_20_regular', 20), FluentUISampleIcon(FluentIcons.clock_dismiss_24_regular, 'clock_dismiss_24_regular', 24), @@ -4642,6 +4680,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.data_trending_48_regular, 'data_trending_48_regular', 48), + FluentUISampleIcon(FluentIcons.data_usage_16_regular, 'data_usage_16_regular', 16), + FluentUISampleIcon(FluentIcons.data_usage_20_regular, 'data_usage_20_regular', 20), FluentUISampleIcon(FluentIcons.data_usage_24_regular, 'data_usage_24_regular', 24), @@ -4650,8 +4690,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.data_usage_edit_24_regular, 'data_usage_edit_24_regular', 24), + FluentUISampleIcon(FluentIcons.data_usage_settings_16_regular, 'data_usage_settings_16_regular', 16), + FluentUISampleIcon(FluentIcons.data_usage_settings_20_regular, 'data_usage_settings_20_regular', 20), + FluentUISampleIcon(FluentIcons.data_usage_settings_24_regular, 'data_usage_settings_24_regular', 24), + 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), @@ -5932,6 +5976,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.edit_off_48_regular, 'edit_off_48_regular', 48), + FluentUISampleIcon(FluentIcons.edit_person_20_regular, 'edit_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.edit_person_24_regular, 'edit_person_24_regular', 24), + FluentUISampleIcon(FluentIcons.edit_prohibited_16_regular, 'edit_prohibited_16_regular', 16), FluentUISampleIcon(FluentIcons.edit_prohibited_20_regular, 'edit_prohibited_20_regular', 20), @@ -7338,6 +7386,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.highlight_link_20_regular, 'highlight_link_20_regular', 20), + FluentUISampleIcon(FluentIcons.highway_20_regular, 'highway_20_regular', 20), + + FluentUISampleIcon(FluentIcons.highway_24_regular, 'highway_24_regular', 24), + FluentUISampleIcon(FluentIcons.history_16_regular, 'history_16_regular', 16), FluentUISampleIcon(FluentIcons.history_20_regular, 'history_20_regular', 20), @@ -7786,6 +7838,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.laptop_multiple_24_regular, 'laptop_multiple_24_regular', 24), + FluentUISampleIcon(FluentIcons.laptop_person_20_regular, 'laptop_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.laptop_person_24_regular, 'laptop_person_24_regular', 24), + + FluentUISampleIcon(FluentIcons.laptop_person_48_regular, 'laptop_person_48_regular', 48), + FluentUISampleIcon(FluentIcons.laptop_settings_20_regular, 'laptop_settings_20_regular', 20), FluentUISampleIcon(FluentIcons.laptop_settings_24_regular, 'laptop_settings_24_regular', 24), @@ -8244,6 +8302,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.location_off_48_regular, 'location_off_48_regular', 48), + FluentUISampleIcon(FluentIcons.location_ripple_16_regular, 'location_ripple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.location_ripple_20_regular, 'location_ripple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.location_ripple_24_regular, 'location_ripple_24_regular', 24), + FluentUISampleIcon(FluentIcons.location_target_square_16_regular, 'location_target_square_16_regular', 16), FluentUISampleIcon(FluentIcons.location_target_square_20_regular, 'location_target_square_20_regular', 20), @@ -8368,6 +8432,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.mail_arrow_double_back_24_regular, 'mail_arrow_double_back_24_regular', 24), + FluentUISampleIcon(FluentIcons.mail_arrow_double_back_32_regular, 'mail_arrow_double_back_32_regular', 32), + 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), @@ -8390,6 +8456,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.mail_attach_28_regular, 'mail_attach_28_regular', 28), + FluentUISampleIcon(FluentIcons.mail_briefcase_48_regular, 'mail_briefcase_48_regular', 48), + FluentUISampleIcon(FluentIcons.mail_checkmark_16_regular, 'mail_checkmark_16_regular', 16), FluentUISampleIcon(FluentIcons.mail_checkmark_20_regular, 'mail_checkmark_20_regular', 20), @@ -9338,6 +9406,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.options_24_regular, 'options_24_regular', 24), + FluentUISampleIcon(FluentIcons.options_28_regular, 'options_28_regular', 28), + + FluentUISampleIcon(FluentIcons.options_32_regular, 'options_32_regular', 32), + FluentUISampleIcon(FluentIcons.options_48_regular, 'options_48_regular', 48), FluentUISampleIcon(FluentIcons.organization_12_regular, 'organization_12_regular', 12), @@ -9756,6 +9828,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.people_add_28_regular, 'people_add_28_regular', 28), + FluentUISampleIcon(FluentIcons.people_add_32_regular, 'people_add_32_regular', 32), + FluentUISampleIcon(FluentIcons.people_audience_20_regular, 'people_audience_20_regular', 20), FluentUISampleIcon(FluentIcons.people_audience_24_regular, 'people_audience_24_regular', 24), @@ -9950,6 +10024,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.person_alert_24_regular, 'person_alert_24_regular', 24), + FluentUISampleIcon(FluentIcons.person_alert_32_regular, 'person_alert_32_regular', 32), + FluentUISampleIcon(FluentIcons.person_arrow_back_16_regular, 'person_arrow_back_16_regular', 16), FluentUISampleIcon(FluentIcons.person_arrow_back_20_regular, 'person_arrow_back_20_regular', 20), @@ -11218,6 +11294,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.ribbon_star_24_regular, 'ribbon_star_24_regular', 24), + FluentUISampleIcon(FluentIcons.road_20_regular, 'road_20_regular', 20), + + FluentUISampleIcon(FluentIcons.road_24_regular, 'road_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), @@ -11288,6 +11368,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.save_28_regular, 'save_28_regular', 28), + FluentUISampleIcon(FluentIcons.save_32_regular, 'save_32_regular', 32), + 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), @@ -12866,6 +12948,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.tab_desktop_multiple_20_regular, 'tab_desktop_multiple_20_regular', 20), + FluentUISampleIcon(FluentIcons.tab_desktop_multiple_24_regular, 'tab_desktop_multiple_24_regular', 24), + FluentUISampleIcon(FluentIcons.tab_desktop_multiple_add_16_regular, 'tab_desktop_multiple_add_16_regular', 16), FluentUISampleIcon(FluentIcons.tab_desktop_multiple_add_20_regular, 'tab_desktop_multiple_add_20_regular', 20), @@ -12874,6 +12958,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.tab_desktop_multiple_bottom_24_regular, 'tab_desktop_multiple_bottom_24_regular', 24), + FluentUISampleIcon(FluentIcons.tab_desktop_multiple_sparkle_16_regular, 'tab_desktop_multiple_sparkle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.tab_desktop_multiple_sparkle_20_regular, 'tab_desktop_multiple_sparkle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_multiple_sparkle_24_regular, 'tab_desktop_multiple_sparkle_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), @@ -14778,6 +14868,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.vehicle_subway_clock_24_regular, 'vehicle_subway_clock_24_regular', 24), + FluentUISampleIcon(FluentIcons.vehicle_tractor_20_regular, 'vehicle_tractor_20_regular', 20), + + FluentUISampleIcon(FluentIcons.vehicle_tractor_24_regular, 'vehicle_tractor_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), @@ -15558,6 +15652,14 @@ final icons = [ FluentUISampleIcon(FluentIcons.accessibility_checkmark_48_filled, 'accessibility_checkmark_48_filled', 48), + FluentUISampleIcon(FluentIcons.accessibility_error_20_filled, 'accessibility_error_20_filled', 20), + + FluentUISampleIcon(FluentIcons.accessibility_error_24_filled, 'accessibility_error_24_filled', 24), + + FluentUISampleIcon(FluentIcons.accessibility_question_mark_20_filled, 'accessibility_question_mark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.accessibility_question_mark_24_filled, 'accessibility_question_mark_24_filled', 24), + FluentUISampleIcon(FluentIcons.add_12_filled, 'add_12_filled', 12), FluentUISampleIcon(FluentIcons.add_16_filled, 'add_16_filled', 16), @@ -16162,6 +16264,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.arrow_down_exclamation_20_filled, 'arrow_down_exclamation_20_filled', 20), + FluentUISampleIcon(FluentIcons.arrow_down_exclamation_24_filled, 'arrow_down_exclamation_24_filled', 24), + 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), @@ -16576,6 +16680,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.arrow_sort_up_24_filled, 'arrow_sort_up_24_filled', 24), + FluentUISampleIcon(FluentIcons.arrow_sort_up_lines_16_filled, 'arrow_sort_up_lines_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_sort_up_lines_20_filled, 'arrow_sort_up_lines_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_sort_up_lines_24_filled, 'arrow_sort_up_lines_24_filled', 24), + FluentUISampleIcon(FluentIcons.arrow_split_16_filled, 'arrow_split_16_filled', 16), FluentUISampleIcon(FluentIcons.arrow_split_20_filled, 'arrow_split_20_filled', 20), @@ -16804,6 +16914,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.arrow_up_48_filled, 'arrow_up_48_filled', 48), + FluentUISampleIcon(FluentIcons.arrow_up_exclamation_16_filled, 'arrow_up_exclamation_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_up_exclamation_20_filled, 'arrow_up_exclamation_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_up_exclamation_24_filled, 'arrow_up_exclamation_24_filled', 24), + 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), @@ -17032,6 +17148,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.bed_24_filled, 'bed_24_filled', 24), + FluentUISampleIcon(FluentIcons.bench_20_filled, 'bench_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bench_24_filled, 'bench_24_filled', 24), + 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), @@ -17672,6 +17792,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.building_lighthouse_24_filled, 'building_lighthouse_24_filled', 24), + FluentUISampleIcon(FluentIcons.building_lighthouse_28_filled, 'building_lighthouse_28_filled', 28), + FluentUISampleIcon(FluentIcons.building_lighthouse_32_filled, 'building_lighthouse_32_filled', 32), FluentUISampleIcon(FluentIcons.building_lighthouse_48_filled, 'building_lighthouse_48_filled', 48), @@ -18104,6 +18226,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.calendar_toolbox_24_filled, 'calendar_toolbox_24_filled', 24), + FluentUISampleIcon(FluentIcons.calendar_video_20_filled, 'calendar_video_20_filled', 20), + FluentUISampleIcon(FluentIcons.calendar_video_24_filled, 'calendar_video_24_filled', 24), FluentUISampleIcon(FluentIcons.calendar_video_28_filled, 'calendar_video_28_filled', 28), @@ -19220,6 +19344,14 @@ final icons = [ FluentUISampleIcon(FluentIcons.clock_arrow_download_24_filled, 'clock_arrow_download_24_filled', 24), + FluentUISampleIcon(FluentIcons.clock_bill_16_filled, 'clock_bill_16_filled', 16), + + FluentUISampleIcon(FluentIcons.clock_bill_20_filled, 'clock_bill_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clock_bill_24_filled, 'clock_bill_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clock_bill_32_filled, 'clock_bill_32_filled', 32), + FluentUISampleIcon(FluentIcons.clock_dismiss_20_filled, 'clock_dismiss_20_filled', 20), FluentUISampleIcon(FluentIcons.clock_dismiss_24_filled, 'clock_dismiss_24_filled', 24), @@ -20148,6 +20280,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.data_trending_48_filled, 'data_trending_48_filled', 48), + FluentUISampleIcon(FluentIcons.data_usage_16_filled, 'data_usage_16_filled', 16), + FluentUISampleIcon(FluentIcons.data_usage_20_filled, 'data_usage_20_filled', 20), FluentUISampleIcon(FluentIcons.data_usage_24_filled, 'data_usage_24_filled', 24), @@ -20156,8 +20290,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.data_usage_edit_24_filled, 'data_usage_edit_24_filled', 24), + FluentUISampleIcon(FluentIcons.data_usage_settings_16_filled, 'data_usage_settings_16_filled', 16), + FluentUISampleIcon(FluentIcons.data_usage_settings_20_filled, 'data_usage_settings_20_filled', 20), + FluentUISampleIcon(FluentIcons.data_usage_settings_24_filled, 'data_usage_settings_24_filled', 24), + 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), @@ -21438,6 +21576,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.edit_off_48_filled, 'edit_off_48_filled', 48), + FluentUISampleIcon(FluentIcons.edit_person_20_filled, 'edit_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.edit_person_24_filled, 'edit_person_24_filled', 24), + FluentUISampleIcon(FluentIcons.edit_prohibited_16_filled, 'edit_prohibited_16_filled', 16), FluentUISampleIcon(FluentIcons.edit_prohibited_20_filled, 'edit_prohibited_20_filled', 20), @@ -22898,6 +23040,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.highlight_link_20_filled, 'highlight_link_20_filled', 20), + FluentUISampleIcon(FluentIcons.highway_20_filled, 'highway_20_filled', 20), + + FluentUISampleIcon(FluentIcons.highway_24_filled, 'highway_24_filled', 24), + FluentUISampleIcon(FluentIcons.history_16_filled, 'history_16_filled', 16), FluentUISampleIcon(FluentIcons.history_20_filled, 'history_20_filled', 20), @@ -23354,6 +23500,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.laptop_multiple_24_filled, 'laptop_multiple_24_filled', 24), + FluentUISampleIcon(FluentIcons.laptop_person_20_filled, 'laptop_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.laptop_person_24_filled, 'laptop_person_24_filled', 24), + + FluentUISampleIcon(FluentIcons.laptop_person_48_filled, 'laptop_person_48_filled', 48), + FluentUISampleIcon(FluentIcons.laptop_settings_20_filled, 'laptop_settings_20_filled', 20), FluentUISampleIcon(FluentIcons.laptop_settings_24_filled, 'laptop_settings_24_filled', 24), @@ -24016,6 +24168,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.location_off_48_filled, 'location_off_48_filled', 48), + FluentUISampleIcon(FluentIcons.location_ripple_16_filled, 'location_ripple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.location_ripple_20_filled, 'location_ripple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.location_ripple_24_filled, 'location_ripple_24_filled', 24), + FluentUISampleIcon(FluentIcons.location_target_square_16_filled, 'location_target_square_16_filled', 16), FluentUISampleIcon(FluentIcons.location_target_square_20_filled, 'location_target_square_20_filled', 20), @@ -24140,6 +24298,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.mail_arrow_double_back_24_filled, 'mail_arrow_double_back_24_filled', 24), + FluentUISampleIcon(FluentIcons.mail_arrow_double_back_32_filled, 'mail_arrow_double_back_32_filled', 32), + 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), @@ -24162,6 +24322,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.mail_attach_28_filled, 'mail_attach_28_filled', 28), + FluentUISampleIcon(FluentIcons.mail_briefcase_48_filled, 'mail_briefcase_48_filled', 48), + FluentUISampleIcon(FluentIcons.mail_checkmark_16_filled, 'mail_checkmark_16_filled', 16), FluentUISampleIcon(FluentIcons.mail_checkmark_20_filled, 'mail_checkmark_20_filled', 20), @@ -25110,6 +25272,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.options_24_filled, 'options_24_filled', 24), + FluentUISampleIcon(FluentIcons.options_28_filled, 'options_28_filled', 28), + + FluentUISampleIcon(FluentIcons.options_32_filled, 'options_32_filled', 32), + FluentUISampleIcon(FluentIcons.options_48_filled, 'options_48_filled', 48), FluentUISampleIcon(FluentIcons.organization_12_filled, 'organization_12_filled', 12), @@ -25536,6 +25702,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.people_add_28_filled, 'people_add_28_filled', 28), + FluentUISampleIcon(FluentIcons.people_add_32_filled, 'people_add_32_filled', 32), + FluentUISampleIcon(FluentIcons.people_audience_20_filled, 'people_audience_20_filled', 20), FluentUISampleIcon(FluentIcons.people_audience_24_filled, 'people_audience_24_filled', 24), @@ -25730,6 +25898,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.person_alert_24_filled, 'person_alert_24_filled', 24), + FluentUISampleIcon(FluentIcons.person_alert_32_filled, 'person_alert_32_filled', 32), + FluentUISampleIcon(FluentIcons.person_arrow_back_16_filled, 'person_arrow_back_16_filled', 16), FluentUISampleIcon(FluentIcons.person_arrow_back_20_filled, 'person_arrow_back_20_filled', 20), @@ -26968,6 +27138,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.ribbon_star_24_filled, 'ribbon_star_24_filled', 24), + FluentUISampleIcon(FluentIcons.road_20_filled, 'road_20_filled', 20), + + FluentUISampleIcon(FluentIcons.road_24_filled, 'road_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), @@ -27038,6 +27212,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.save_28_filled, 'save_28_filled', 28), + FluentUISampleIcon(FluentIcons.save_32_filled, 'save_32_filled', 32), + 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), @@ -28616,6 +28792,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.tab_desktop_multiple_20_filled, 'tab_desktop_multiple_20_filled', 20), + FluentUISampleIcon(FluentIcons.tab_desktop_multiple_24_filled, 'tab_desktop_multiple_24_filled', 24), + FluentUISampleIcon(FluentIcons.tab_desktop_multiple_add_16_filled, 'tab_desktop_multiple_add_16_filled', 16), FluentUISampleIcon(FluentIcons.tab_desktop_multiple_add_20_filled, 'tab_desktop_multiple_add_20_filled', 20), @@ -28624,6 +28802,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.tab_desktop_multiple_bottom_24_filled, 'tab_desktop_multiple_bottom_24_filled', 24), + FluentUISampleIcon(FluentIcons.tab_desktop_multiple_sparkle_16_filled, 'tab_desktop_multiple_sparkle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tab_desktop_multiple_sparkle_20_filled, 'tab_desktop_multiple_sparkle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_multiple_sparkle_24_filled, 'tab_desktop_multiple_sparkle_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), @@ -30542,6 +30726,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.vehicle_subway_clock_24_filled, 'vehicle_subway_clock_24_filled', 24), + FluentUISampleIcon(FluentIcons.vehicle_tractor_20_filled, 'vehicle_tractor_20_filled', 20), + + FluentUISampleIcon(FluentIcons.vehicle_tractor_24_filled, 'vehicle_tractor_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), diff --git a/flutter/lib/fonts/FluentSystemIcons-Filled.ttf b/flutter/lib/fonts/FluentSystemIcons-Filled.ttf index 1fe886fbcc..59465e43ee 100644 Binary files a/flutter/lib/fonts/FluentSystemIcons-Filled.ttf and b/flutter/lib/fonts/FluentSystemIcons-Filled.ttf differ diff --git a/flutter/lib/fonts/FluentSystemIcons-Regular.ttf b/flutter/lib/fonts/FluentSystemIcons-Regular.ttf index 6474ebdb15..e031667276 100644 Binary files a/flutter/lib/fonts/FluentSystemIcons-Regular.ttf and b/flutter/lib/fonts/FluentSystemIcons-Regular.ttf differ diff --git a/flutter/lib/fonts/FluentSystemIcons-Resizable.ttf b/flutter/lib/fonts/FluentSystemIcons-Resizable.ttf index 1f36027693..daec5932eb 100644 Binary files a/flutter/lib/fonts/FluentSystemIcons-Resizable.ttf and b/flutter/lib/fonts/FluentSystemIcons-Resizable.ttf differ diff --git a/flutter/lib/src/fluent_icons.dart b/flutter/lib/src/fluent_icons.dart index 097645d17b..4324cc7314 100644 --- a/flutter/lib/src/fluent_icons.dart +++ b/flutter/lib/src/fluent_icons.dart @@ -57,6 +57,18 @@ class FluentIcons { /// fluent icon named "accessibility_checkmark" in size 48 and regular style. static const IconData accessibility_checkmark_48_regular = IconData(61452, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "accessibility_error" in size 20 and regular style. + static const IconData accessibility_error_20_regular = IconData(984401, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "accessibility_error" in size 24 and regular style. + static const IconData accessibility_error_24_regular = IconData(984402, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "accessibility_question_mark" in size 20 and regular style. + static const IconData accessibility_question_mark_20_regular = IconData(984403, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "accessibility_question_mark" in size 24 and regular style. + static const IconData accessibility_question_mark_24_regular = IconData(984404, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "add" in size 12 and regular style. static const IconData add_12_regular = IconData(61703, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -963,6 +975,9 @@ class FluentIcons { /// fluent icon named "arrow_down_exclamation" in size 20 and regular style. static const IconData arrow_down_exclamation_20_regular = IconData(984018, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "arrow_down_exclamation" in size 24 and regular style. + static const IconData arrow_down_exclamation_24_regular = IconData(984405, 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(63697, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -1584,6 +1599,15 @@ class FluentIcons { /// fluent icon named "arrow_sort_up" in size 24 and regular style. static const IconData arrow_sort_up_24_regular = IconData(63521, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "arrow_sort_up_lines" in size 16 and regular style. + static const IconData arrow_sort_up_lines_16_regular = IconData(984406, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sort_up_lines" in size 20 and regular style. + static const IconData arrow_sort_up_lines_20_regular = IconData(984407, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sort_up_lines" in size 24 and regular style. + static const IconData arrow_sort_up_lines_24_regular = IconData(984408, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "arrow_split" in size 16 and regular style. static const IconData arrow_split_16_regular = IconData(57587, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -1926,6 +1950,15 @@ class FluentIcons { /// fluent icon named "arrow_up" in size 48 and regular style. static const IconData arrow_up_48_regular = IconData(61881, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "arrow_up_exclamation" in size 16 and regular style. + static const IconData arrow_up_exclamation_16_regular = IconData(984409, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up_exclamation" in size 20 and regular style. + static const IconData arrow_up_exclamation_20_regular = IconData(984410, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up_exclamation" in size 24 and regular style. + static const IconData arrow_up_exclamation_24_regular = IconData(984411, 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(57643, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -2268,6 +2301,12 @@ class FluentIcons { /// fluent icon named "bed" in size 24 and regular style. static const IconData bed_24_regular = IconData(61914, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "bench" in size 20 and regular style. + static const IconData bench_20_regular = IconData(984412, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "bench" in size 24 and regular style. + static const IconData bench_24_regular = IconData(984413, 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(57678, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -3225,6 +3264,9 @@ class FluentIcons { /// fluent icon named "building_lighthouse" in size 24 and regular style. static const IconData building_lighthouse_24_regular = IconData(984294, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "building_lighthouse" in size 28 and regular style. + static const IconData building_lighthouse_28_regular = IconData(984414, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "building_lighthouse" in size 32 and regular style. static const IconData building_lighthouse_32_regular = IconData(984295, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -3873,6 +3915,9 @@ class FluentIcons { /// fluent icon named "calendar_toolbox" in size 24 and regular style. static const IconData calendar_toolbox_24_regular = IconData(57964, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "calendar_video" in size 20 and regular style. + static const IconData calendar_video_20_regular = IconData(984415, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "calendar_video" in size 24 and regular style. static const IconData calendar_video_24_regular = IconData(984299, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -5547,6 +5592,18 @@ class FluentIcons { /// fluent icon named "clock_arrow_download" in size 24 and regular style. static const IconData clock_arrow_download_24_regular = IconData(58225, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clock_bill" in size 16 and regular style. + static const IconData clock_bill_16_regular = IconData(984416, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clock_bill" in size 20 and regular style. + static const IconData clock_bill_20_regular = IconData(984417, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clock_bill" in size 24 and regular style. + static const IconData clock_bill_24_regular = IconData(984418, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clock_bill" in size 32 and regular style. + static const IconData clock_bill_32_regular = IconData(984419, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clock_dismiss" in size 20 and regular style. static const IconData clock_dismiss_20_regular = IconData(58226, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -6966,6 +7023,9 @@ class FluentIcons { /// fluent icon named "data_trending" in size 48 and regular style. static const IconData data_trending_48_regular = IconData(61490, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "data_usage" in size 16 and regular style. + static const IconData data_usage_16_regular = IconData(984420, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "data_usage" in size 20 and regular style. static const IconData data_usage_20_regular = IconData(58463, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -6978,9 +7038,15 @@ class FluentIcons { /// fluent icon named "data_usage_edit" in size 24 and regular style. static const IconData data_usage_edit_24_regular = IconData(58464, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "data_usage_settings" in size 16 and regular style. + static const IconData data_usage_settings_16_regular = IconData(984421, 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(58465, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "data_usage_settings" in size 24 and regular style. + static const IconData data_usage_settings_24_regular = IconData(984422, 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(58466, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -8901,6 +8967,12 @@ class FluentIcons { /// fluent icon named "edit_off" in size 48 and regular style. static const IconData edit_off_48_regular = IconData(58811, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "edit_person" in size 20 and regular style. + static const IconData edit_person_20_regular = IconData(984423, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "edit_person" in size 24 and regular style. + static const IconData edit_person_24_regular = IconData(984424, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "edit_prohibited" in size 16 and regular style. static const IconData edit_prohibited_16_regular = IconData(58812, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -11010,6 +11082,12 @@ class FluentIcons { /// fluent icon named "highlight_link" in size 20 and regular style. static const IconData highlight_link_20_regular = IconData(59140, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "highway" in size 20 and regular style. + static const IconData highway_20_regular = IconData(984425, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "highway" in size 24 and regular style. + static const IconData highway_24_regular = IconData(984426, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "history" in size 16 and regular style. static const IconData history_16_regular = IconData(59141, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -11682,6 +11760,15 @@ class FluentIcons { /// fluent icon named "laptop_multiple" in size 24 and regular style. static const IconData laptop_multiple_24_regular = IconData(983580, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "laptop_person" in size 20 and regular style. + static const IconData laptop_person_20_regular = IconData(984427, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "laptop_person" in size 24 and regular style. + static const IconData laptop_person_24_regular = IconData(984428, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "laptop_person" in size 48 and regular style. + static const IconData laptop_person_48_regular = IconData(984429, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "laptop_settings" in size 20 and regular style. static const IconData laptop_settings_20_regular = IconData(984308, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -12369,6 +12456,15 @@ class FluentIcons { /// fluent icon named "location_off" in size 48 and regular style. static const IconData location_off_48_regular = IconData(59276, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "location_ripple" in size 16 and regular style. + static const IconData location_ripple_16_regular = IconData(984430, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "location_ripple" in size 20 and regular style. + static const IconData location_ripple_20_regular = IconData(984431, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "location_ripple" in size 24 and regular style. + static const IconData location_ripple_24_regular = IconData(984432, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "location_target_square" in size 16 and regular style. static const IconData location_target_square_16_regular = IconData(984240, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -12555,6 +12651,9 @@ class FluentIcons { /// fluent icon named "mail_arrow_double_back" in size 24 and regular style. static const IconData mail_arrow_double_back_24_regular = IconData(983149, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "mail_arrow_double_back" in size 32 and regular style. + static const IconData mail_arrow_double_back_32_regular = IconData(984433, 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(62764, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -12588,6 +12687,9 @@ class FluentIcons { /// fluent icon named "mail_attach" in size 28 and regular style. static const IconData mail_attach_28_regular = IconData(59311, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "mail_briefcase" in size 48 and regular style. + static const IconData mail_briefcase_48_regular = IconData(984434, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "mail_checkmark" in size 16 and regular style. static const IconData mail_checkmark_16_regular = IconData(62796, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -14010,6 +14112,12 @@ class FluentIcons { /// fluent icon named "options" in size 24 and regular style. static const IconData options_24_regular = IconData(62856, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "options" in size 28 and regular style. + static const IconData options_28_regular = IconData(984435, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "options" in size 32 and regular style. + static const IconData options_32_regular = IconData(984436, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "options" in size 48 and regular style. static const IconData options_48_regular = IconData(59545, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -14637,6 +14745,9 @@ class FluentIcons { /// fluent icon named "people_add" in size 28 and regular style. static const IconData people_add_28_regular = IconData(59630, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "people_add" in size 32 and regular style. + static const IconData people_add_32_regular = IconData(984437, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "people_audience" in size 20 and regular style. static const IconData people_audience_20_regular = IconData(59631, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -14928,6 +15039,9 @@ class FluentIcons { /// fluent icon named "person_alert" in size 24 and regular style. static const IconData person_alert_24_regular = IconData(61331, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "person_alert" in size 32 and regular style. + static const IconData person_alert_32_regular = IconData(984438, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "person_arrow_back" in size 16 and regular style. static const IconData person_arrow_back_16_regular = IconData(61332, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -16830,6 +16944,12 @@ class FluentIcons { /// fluent icon named "ribbon_star" in size 24 and regular style. static const IconData ribbon_star_24_regular = IconData(59952, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "road" in size 20 and regular style. + static const IconData road_20_regular = IconData(984439, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "road" in size 24 and regular style. + static const IconData road_24_regular = IconData(984440, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "road_cone" in size 16 and regular style. static const IconData road_cone_16_regular = IconData(59953, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -16935,6 +17055,9 @@ class FluentIcons { /// fluent icon named "save" in size 28 and regular style. static const IconData save_28_regular = IconData(59972, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "save" in size 32 and regular style. + static const IconData save_32_regular = IconData(984441, 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(59973, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -19302,6 +19425,9 @@ class FluentIcons { /// fluent icon named "tab_desktop_multiple" in size 20 and regular style. static const IconData tab_desktop_multiple_20_regular = IconData(63312, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "tab_desktop_multiple" in size 24 and regular style. + static const IconData tab_desktop_multiple_24_regular = IconData(984442, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "tab_desktop_multiple_add" in size 16 and regular style. static const IconData tab_desktop_multiple_add_16_regular = IconData(983913, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -19314,6 +19440,15 @@ class FluentIcons { /// fluent icon named "tab_desktop_multiple_bottom" in size 24 and regular style. static const IconData tab_desktop_multiple_bottom_24_regular = IconData(60399, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "tab_desktop_multiple_sparkle" in size 16 and regular style. + static const IconData tab_desktop_multiple_sparkle_16_regular = IconData(984443, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_multiple_sparkle" in size 20 and regular style. + static const IconData tab_desktop_multiple_sparkle_20_regular = IconData(984444, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_multiple_sparkle" in size 24 and regular style. + static const IconData tab_desktop_multiple_sparkle_24_regular = IconData(984445, 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(63313, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -22170,6 +22305,12 @@ class FluentIcons { /// fluent icon named "vehicle_subway_clock" in size 24 and regular style. static const IconData vehicle_subway_clock_24_regular = IconData(984090, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "vehicle_tractor" in size 20 and regular style. + static const IconData vehicle_tractor_20_regular = IconData(984446, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "vehicle_tractor" in size 24 and regular style. + static const IconData vehicle_tractor_24_regular = IconData(984447, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "vehicle_truck" in size 16 and regular style. static const IconData vehicle_truck_16_regular = IconData(60904, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -23342,6 +23483,18 @@ class FluentIcons { /// fluent icon named "accessibility_checkmark" in size 48 and filled style. static const IconData accessibility_checkmark_48_filled = IconData(61452, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "accessibility_error" in size 20 and filled style. + static const IconData accessibility_error_20_filled = IconData(984522, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "accessibility_error" in size 24 and filled style. + static const IconData accessibility_error_24_filled = IconData(984523, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "accessibility_question_mark" in size 20 and filled style. + static const IconData accessibility_question_mark_20_filled = IconData(984524, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "accessibility_question_mark" in size 24 and filled style. + static const IconData accessibility_question_mark_24_filled = IconData(984525, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "add" in size 12 and filled style. static const IconData add_12_filled = IconData(61703, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -24248,6 +24401,9 @@ class FluentIcons { /// fluent icon named "arrow_down_exclamation" in size 20 and filled style. static const IconData arrow_down_exclamation_20_filled = IconData(984037, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "arrow_down_exclamation" in size 24 and filled style. + static const IconData arrow_down_exclamation_24_filled = IconData(984526, 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(63721, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -24869,6 +25025,15 @@ class FluentIcons { /// fluent icon named "arrow_sort_up" in size 24 and filled style. static const IconData arrow_sort_up_24_filled = IconData(63546, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "arrow_sort_up_lines" in size 16 and filled style. + static const IconData arrow_sort_up_lines_16_filled = IconData(984527, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sort_up_lines" in size 20 and filled style. + static const IconData arrow_sort_up_lines_20_filled = IconData(984528, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_sort_up_lines" in size 24 and filled style. + static const IconData arrow_sort_up_lines_24_filled = IconData(984529, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "arrow_split" in size 16 and filled style. static const IconData arrow_split_16_filled = IconData(57587, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -25211,6 +25376,15 @@ class FluentIcons { /// fluent icon named "arrow_up" in size 48 and filled style. static const IconData arrow_up_48_filled = IconData(61881, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "arrow_up_exclamation" in size 16 and filled style. + static const IconData arrow_up_exclamation_16_filled = IconData(984530, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up_exclamation" in size 20 and filled style. + static const IconData arrow_up_exclamation_20_filled = IconData(984531, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "arrow_up_exclamation" in size 24 and filled style. + static const IconData arrow_up_exclamation_24_filled = IconData(984532, 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(57643, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -25553,6 +25727,12 @@ class FluentIcons { /// fluent icon named "bed" in size 24 and filled style. static const IconData bed_24_filled = IconData(61914, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "bench" in size 20 and filled style. + static const IconData bench_20_filled = IconData(984533, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "bench" in size 24 and filled style. + static const IconData bench_24_filled = IconData(984534, 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(57690, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -26513,6 +26693,9 @@ class FluentIcons { /// fluent icon named "building_lighthouse" in size 24 and filled style. static const IconData building_lighthouse_24_filled = IconData(984415, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "building_lighthouse" in size 28 and filled style. + static const IconData building_lighthouse_28_filled = IconData(984535, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "building_lighthouse" in size 32 and filled style. static const IconData building_lighthouse_32_filled = IconData(984416, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -27161,6 +27344,9 @@ class FluentIcons { /// fluent icon named "calendar_toolbox" in size 24 and filled style. static const IconData calendar_toolbox_24_filled = IconData(57984, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "calendar_video" in size 20 and filled style. + static const IconData calendar_video_20_filled = IconData(984536, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "calendar_video" in size 24 and filled style. static const IconData calendar_video_24_filled = IconData(984420, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -28835,6 +29021,18 @@ class FluentIcons { /// fluent icon named "clock_arrow_download" in size 24 and filled style. static const IconData clock_arrow_download_24_filled = IconData(58246, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clock_bill" in size 16 and filled style. + static const IconData clock_bill_16_filled = IconData(984537, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clock_bill" in size 20 and filled style. + static const IconData clock_bill_20_filled = IconData(984538, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clock_bill" in size 24 and filled style. + static const IconData clock_bill_24_filled = IconData(984539, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clock_bill" in size 32 and filled style. + static const IconData clock_bill_32_filled = IconData(984540, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clock_dismiss" in size 20 and filled style. static const IconData clock_dismiss_20_filled = IconData(58247, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -30227,6 +30425,9 @@ class FluentIcons { /// fluent icon named "data_trending" in size 48 and filled style. static const IconData data_trending_48_filled = IconData(61490, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "data_usage" in size 16 and filled style. + static const IconData data_usage_16_filled = IconData(984541, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "data_usage" in size 20 and filled style. static const IconData data_usage_20_filled = IconData(58475, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -30239,9 +30440,15 @@ class FluentIcons { /// fluent icon named "data_usage_edit" in size 24 and filled style. static const IconData data_usage_edit_24_filled = IconData(58476, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "data_usage_settings" in size 16 and filled style. + static const IconData data_usage_settings_16_filled = IconData(984542, 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(58477, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "data_usage_settings" in size 24 and filled style. + static const IconData data_usage_settings_24_filled = IconData(984543, 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(58478, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -32162,6 +32369,12 @@ class FluentIcons { /// fluent icon named "edit_off" in size 48 and filled style. static const IconData edit_off_48_filled = IconData(58824, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "edit_person" in size 20 and filled style. + static const IconData edit_person_20_filled = IconData(984544, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "edit_person" in size 24 and filled style. + static const IconData edit_person_24_filled = IconData(984545, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "edit_prohibited" in size 16 and filled style. static const IconData edit_prohibited_16_filled = IconData(58825, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -34352,6 +34565,12 @@ class FluentIcons { /// fluent icon named "highlight_link" in size 20 and filled style. static const IconData highlight_link_20_filled = IconData(59153, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "highway" in size 20 and filled style. + static const IconData highway_20_filled = IconData(984546, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "highway" in size 24 and filled style. + static const IconData highway_24_filled = IconData(984547, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "history" in size 16 and filled style. static const IconData history_16_filled = IconData(59154, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -35036,6 +35255,15 @@ class FluentIcons { /// fluent icon named "laptop_multiple" in size 24 and filled style. static const IconData laptop_multiple_24_filled = IconData(983599, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "laptop_person" in size 20 and filled style. + static const IconData laptop_person_20_filled = IconData(984548, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "laptop_person" in size 24 and filled style. + static const IconData laptop_person_24_filled = IconData(984549, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "laptop_person" in size 48 and filled style. + static const IconData laptop_person_48_filled = IconData(984550, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "laptop_settings" in size 20 and filled style. static const IconData laptop_settings_20_filled = IconData(984429, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -36029,6 +36257,15 @@ class FluentIcons { /// fluent icon named "location_off" in size 48 and filled style. static const IconData location_off_48_filled = IconData(59290, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "location_ripple" in size 16 and filled style. + static const IconData location_ripple_16_filled = IconData(984551, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "location_ripple" in size 20 and filled style. + static const IconData location_ripple_20_filled = IconData(984552, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "location_ripple" in size 24 and filled style. + static const IconData location_ripple_24_filled = IconData(984553, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "location_target_square" in size 16 and filled style. static const IconData location_target_square_16_filled = IconData(984361, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -36215,6 +36452,9 @@ class FluentIcons { /// fluent icon named "mail_arrow_double_back" in size 24 and filled style. static const IconData mail_arrow_double_back_24_filled = IconData(983153, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "mail_arrow_double_back" in size 32 and filled style. + static const IconData mail_arrow_double_back_32_filled = IconData(984554, 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(62774, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -36248,6 +36488,9 @@ class FluentIcons { /// fluent icon named "mail_attach" in size 28 and filled style. static const IconData mail_attach_28_filled = IconData(59325, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "mail_briefcase" in size 48 and filled style. + static const IconData mail_briefcase_48_filled = IconData(984555, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "mail_checkmark" in size 16 and filled style. static const IconData mail_checkmark_16_filled = IconData(62806, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -37670,6 +37913,12 @@ class FluentIcons { /// fluent icon named "options" in size 24 and filled style. static const IconData options_24_filled = IconData(62866, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "options" in size 28 and filled style. + static const IconData options_28_filled = IconData(984556, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "options" in size 32 and filled style. + static const IconData options_32_filled = IconData(984557, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "options" in size 48 and filled style. static const IconData options_48_filled = IconData(59559, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -38309,6 +38558,9 @@ class FluentIcons { /// fluent icon named "people_add" in size 28 and filled style. static const IconData people_add_28_filled = IconData(59648, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "people_add" in size 32 and filled style. + static const IconData people_add_32_filled = IconData(984558, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "people_audience" in size 20 and filled style. static const IconData people_audience_20_filled = IconData(59649, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -38600,6 +38852,9 @@ class FluentIcons { /// fluent icon named "person_alert" in size 24 and filled style. static const IconData person_alert_24_filled = IconData(61331, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "person_alert" in size 32 and filled style. + static const IconData person_alert_32_filled = IconData(984559, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "person_arrow_back" in size 16 and filled style. static const IconData person_arrow_back_16_filled = IconData(61332, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -40457,6 +40712,12 @@ class FluentIcons { /// fluent icon named "ribbon_star" in size 24 and filled style. static const IconData ribbon_star_24_filled = IconData(59960, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "road" in size 20 and filled style. + static const IconData road_20_filled = IconData(984560, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "road" in size 24 and filled style. + static const IconData road_24_filled = IconData(984561, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "road_cone" in size 16 and filled style. static const IconData road_cone_16_filled = IconData(59961, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -40562,6 +40823,9 @@ class FluentIcons { /// fluent icon named "save" in size 28 and filled style. static const IconData save_28_filled = IconData(59980, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "save" in size 32 and filled style. + static const IconData save_32_filled = IconData(984562, 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(59981, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -42929,6 +43193,9 @@ class FluentIcons { /// fluent icon named "tab_desktop_multiple" in size 20 and filled style. static const IconData tab_desktop_multiple_20_filled = IconData(63336, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "tab_desktop_multiple" in size 24 and filled style. + static const IconData tab_desktop_multiple_24_filled = IconData(984563, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "tab_desktop_multiple_add" in size 16 and filled style. static const IconData tab_desktop_multiple_add_16_filled = IconData(983932, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -42941,6 +43208,15 @@ class FluentIcons { /// fluent icon named "tab_desktop_multiple_bottom" in size 24 and filled style. static const IconData tab_desktop_multiple_bottom_24_filled = IconData(60393, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "tab_desktop_multiple_sparkle" in size 16 and filled style. + static const IconData tab_desktop_multiple_sparkle_16_filled = IconData(984564, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_multiple_sparkle" in size 20 and filled style. + static const IconData tab_desktop_multiple_sparkle_20_filled = IconData(984565, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "tab_desktop_multiple_sparkle" in size 24 and filled style. + static const IconData tab_desktop_multiple_sparkle_24_filled = IconData(984566, 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(63337, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -45818,6 +46094,12 @@ class FluentIcons { /// fluent icon named "vehicle_subway_clock" in size 24 and filled style. static const IconData vehicle_subway_clock_24_filled = IconData(984109, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "vehicle_tractor" in size 20 and filled style. + static const IconData vehicle_tractor_20_filled = IconData(984567, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "vehicle_tractor" in size 24 and filled style. + static const IconData vehicle_tractor_24_filled = IconData(984568, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "vehicle_truck" in size 16 and filled style. static const IconData vehicle_truck_16_filled = IconData(60904, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 47701725aa..50b457a5f4 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: fluentui_system_icons description: Fluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft. -version: 1.1.231 +version: 1.1.232 homepage: https://github.com/microsoft/fluentui-system-icons/tree/main environment: diff --git a/fonts/FluentSystemIcons-Filled.css b/fonts/FluentSystemIcons-Filled.css index 47de102ff7..239ba40080 100644 --- a/fonts/FluentSystemIcons-Filled.css +++ b/fonts/FluentSystemIcons-Filled.css @@ -1,8 +1,8 @@ @font-face { font-family: "FluentSystemIcons-Filled"; - src: url("./FluentSystemIcons-Filled.woff2?1a53c868f5733859b38029c0d4293c3d") format("woff2"), -url("./FluentSystemIcons-Filled.woff?1a53c868f5733859b38029c0d4293c3d") format("woff"), -url("./FluentSystemIcons-Filled.ttf?1a53c868f5733859b38029c0d4293c3d") format("truetype"); + src: url("./FluentSystemIcons-Filled.woff2?662ed55956b9065bf3c6bae3d8c374fc") format("woff2"), +url("./FluentSystemIcons-Filled.woff?662ed55956b9065bf3c6bae3d8c374fc") format("woff"), +url("./FluentSystemIcons-Filled.ttf?662ed55956b9065bf3c6bae3d8c374fc") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -23662,3 +23662,144 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_window_fingerprint_48_filled:before { content: "\f05c9"; } +.icon-ic_fluent_accessibility_error_20_filled:before { + content: "\f05ca"; +} +.icon-ic_fluent_accessibility_error_24_filled:before { + content: "\f05cb"; +} +.icon-ic_fluent_accessibility_question_mark_20_filled:before { + content: "\f05cc"; +} +.icon-ic_fluent_accessibility_question_mark_24_filled:before { + content: "\f05cd"; +} +.icon-ic_fluent_arrow_down_exclamation_24_filled:before { + content: "\f05ce"; +} +.icon-ic_fluent_arrow_sort_up_lines_16_filled:before { + content: "\f05cf"; +} +.icon-ic_fluent_arrow_sort_up_lines_20_filled:before { + content: "\f05d0"; +} +.icon-ic_fluent_arrow_sort_up_lines_24_filled:before { + content: "\f05d1"; +} +.icon-ic_fluent_arrow_up_exclamation_16_filled:before { + content: "\f05d2"; +} +.icon-ic_fluent_arrow_up_exclamation_20_filled:before { + content: "\f05d3"; +} +.icon-ic_fluent_arrow_up_exclamation_24_filled:before { + content: "\f05d4"; +} +.icon-ic_fluent_bench_20_filled:before { + content: "\f05d5"; +} +.icon-ic_fluent_bench_24_filled:before { + content: "\f05d6"; +} +.icon-ic_fluent_building_lighthouse_28_filled:before { + content: "\f05d7"; +} +.icon-ic_fluent_calendar_video_20_filled:before { + content: "\f05d8"; +} +.icon-ic_fluent_clock_bill_16_filled:before { + content: "\f05d9"; +} +.icon-ic_fluent_clock_bill_20_filled:before { + content: "\f05da"; +} +.icon-ic_fluent_clock_bill_24_filled:before { + content: "\f05db"; +} +.icon-ic_fluent_clock_bill_32_filled:before { + content: "\f05dc"; +} +.icon-ic_fluent_data_usage_16_filled:before { + content: "\f05dd"; +} +.icon-ic_fluent_data_usage_settings_16_filled:before { + content: "\f05de"; +} +.icon-ic_fluent_data_usage_settings_24_filled:before { + content: "\f05df"; +} +.icon-ic_fluent_edit_person_20_filled:before { + content: "\f05e0"; +} +.icon-ic_fluent_edit_person_24_filled:before { + content: "\f05e1"; +} +.icon-ic_fluent_highway_20_filled:before { + content: "\f05e2"; +} +.icon-ic_fluent_highway_24_filled:before { + content: "\f05e3"; +} +.icon-ic_fluent_laptop_person_20_filled:before { + content: "\f05e4"; +} +.icon-ic_fluent_laptop_person_24_filled:before { + content: "\f05e5"; +} +.icon-ic_fluent_laptop_person_48_filled:before { + content: "\f05e6"; +} +.icon-ic_fluent_location_ripple_16_filled:before { + content: "\f05e7"; +} +.icon-ic_fluent_location_ripple_20_filled:before { + content: "\f05e8"; +} +.icon-ic_fluent_location_ripple_24_filled:before { + content: "\f05e9"; +} +.icon-ic_fluent_mail_arrow_double_back_32_filled:before { + content: "\f05ea"; +} +.icon-ic_fluent_mail_briefcase_48_filled:before { + content: "\f05eb"; +} +.icon-ic_fluent_options_28_filled:before { + content: "\f05ec"; +} +.icon-ic_fluent_options_32_filled:before { + content: "\f05ed"; +} +.icon-ic_fluent_people_add_32_filled:before { + content: "\f05ee"; +} +.icon-ic_fluent_person_alert_32_filled:before { + content: "\f05ef"; +} +.icon-ic_fluent_road_20_filled:before { + content: "\f05f0"; +} +.icon-ic_fluent_road_24_filled:before { + content: "\f05f1"; +} +.icon-ic_fluent_save_32_filled:before { + content: "\f05f2"; +} +.icon-ic_fluent_tab_desktop_multiple_24_filled:before { + content: "\f05f3"; +} +.icon-ic_fluent_tab_desktop_multiple_sparkle_16_filled:before { + content: "\f05f4"; +} +.icon-ic_fluent_tab_desktop_multiple_sparkle_20_filled:before { + content: "\f05f5"; +} +.icon-ic_fluent_tab_desktop_multiple_sparkle_24_filled:before { + content: "\f05f6"; +} +.icon-ic_fluent_vehicle_tractor_20_filled:before { + content: "\f05f7"; +} +.icon-ic_fluent_vehicle_tractor_24_filled:before { + content: "\f05f8"; +} diff --git a/fonts/FluentSystemIcons-Filled.html b/fonts/FluentSystemIcons-Filled.html index 4725815d22..9630c467e9 100644 --- a/fonts/FluentSystemIcons-Filled.html +++ b/fonts/FluentSystemIcons-Filled.html @@ -173,6 +173,42 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_accessibility_error_20_filled +
+ + +
+ + + +
+ ic_fluent_accessibility_error_24_filled +
+ + +
+ + + +
+ ic_fluent_accessibility_question_mark_20_filled +
+ + +
+ + + +
+ ic_fluent_accessibility_question_mark_24_filled +
+ +
@@ -2891,6 +2927,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_arrow_down_exclamation_24_filled +
+ +
@@ -4754,6 +4799,33 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_arrow_sort_up_lines_16_filled +
+ + +
+ + + +
+ ic_fluent_arrow_sort_up_lines_20_filled +
+ + +
+ + + +
+ ic_fluent_arrow_sort_up_lines_24_filled +
+ +
@@ -5780,6 +5852,33 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_arrow_up_exclamation_16_filled +
+ + +
+ + + +
+ ic_fluent_arrow_up_exclamation_20_filled +
+ + +
+ + + +
+ ic_fluent_arrow_up_exclamation_24_filled +
+ +
@@ -6806,6 +6905,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_bench_20_filled +
+ + +
+ + + +
+ ic_fluent_bench_24_filled +
+ +
@@ -9686,6 +9803,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_building_lighthouse_28_filled +
+ +
@@ -11630,6 +11756,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_calendar_video_20_filled +
+ +
@@ -16652,6 +16787,42 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_clock_bill_16_filled +
+ + +
+ + + +
+ ic_fluent_clock_bill_20_filled +
+ + +
+ + + +
+ ic_fluent_clock_bill_24_filled +
+ + +
+ + + +
+ ic_fluent_clock_bill_32_filled +
+ +
@@ -20828,6 +20999,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_data_usage_16_filled +
+ +
@@ -20864,6 +21044,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_data_usage_settings_16_filled +
+ +
@@ -20873,6 +21062,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_data_usage_settings_24_filled +
+ +
@@ -26633,6 +26831,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_edit_person_20_filled +
+ + +
+ + + +
+ ic_fluent_edit_person_24_filled +
+ +
@@ -33203,6 +33419,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_highway_20_filled +
+ + +
+ + + +
+ ic_fluent_highway_24_filled +
+ +
@@ -35255,6 +35489,33 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_laptop_person_20_filled +
+ + +
+ + + +
+ ic_fluent_laptop_person_24_filled +
+ + +
+ + + +
+ ic_fluent_laptop_person_48_filled +
+ +
@@ -38234,6 +38495,33 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_location_ripple_16_filled +
+ + +
+ + + +
+ ic_fluent_location_ripple_20_filled +
+ + +
+ + + +
+ ic_fluent_location_ripple_24_filled +
+ +
@@ -38792,6 +39080,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_mail_arrow_double_back_32_filled +
+ +
@@ -38891,6 +39188,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_mail_briefcase_48_filled +
+ +
@@ -43157,6 +43463,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_options_28_filled +
+ + +
+ + + +
+ ic_fluent_options_32_filled +
+ +
@@ -45074,6 +45398,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_people_add_32_filled +
+ +
@@ -45947,6 +46280,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_person_alert_32_filled +
+ +
@@ -51518,6 +51860,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_road_20_filled +
+ + +
+ + + +
+ ic_fluent_road_24_filled +
+ +
@@ -51833,6 +52193,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_save_32_filled +
+ +
@@ -58934,6 +59303,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_tab_desktop_multiple_24_filled +
+ +
@@ -58970,6 +59348,33 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_tab_desktop_multiple_sparkle_16_filled +
+ + +
+ + + +
+ ic_fluent_tab_desktop_multiple_sparkle_20_filled +
+ + +
+ + + +
+ ic_fluent_tab_desktop_multiple_sparkle_24_filled +
+ +
@@ -67601,6 +68006,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_vehicle_tractor_20_filled +
+ + +
+ + + +
+ ic_fluent_vehicle_tractor_24_filled +
+ +
diff --git a/fonts/FluentSystemIcons-Filled.json b/fonts/FluentSystemIcons-Filled.json index 45f27fdac8..a18c3c7c81 100644 --- a/fonts/FluentSystemIcons-Filled.json +++ b/fonts/FluentSystemIcons-Filled.json @@ -7880,5 +7880,52 @@ "ic_fluent_window_fingerprint_24_filled": 984518, "ic_fluent_window_fingerprint_28_filled": 984519, "ic_fluent_window_fingerprint_32_filled": 984520, - "ic_fluent_window_fingerprint_48_filled": 984521 + "ic_fluent_window_fingerprint_48_filled": 984521, + "ic_fluent_accessibility_error_20_filled": 984522, + "ic_fluent_accessibility_error_24_filled": 984523, + "ic_fluent_accessibility_question_mark_20_filled": 984524, + "ic_fluent_accessibility_question_mark_24_filled": 984525, + "ic_fluent_arrow_down_exclamation_24_filled": 984526, + "ic_fluent_arrow_sort_up_lines_16_filled": 984527, + "ic_fluent_arrow_sort_up_lines_20_filled": 984528, + "ic_fluent_arrow_sort_up_lines_24_filled": 984529, + "ic_fluent_arrow_up_exclamation_16_filled": 984530, + "ic_fluent_arrow_up_exclamation_20_filled": 984531, + "ic_fluent_arrow_up_exclamation_24_filled": 984532, + "ic_fluent_bench_20_filled": 984533, + "ic_fluent_bench_24_filled": 984534, + "ic_fluent_building_lighthouse_28_filled": 984535, + "ic_fluent_calendar_video_20_filled": 984536, + "ic_fluent_clock_bill_16_filled": 984537, + "ic_fluent_clock_bill_20_filled": 984538, + "ic_fluent_clock_bill_24_filled": 984539, + "ic_fluent_clock_bill_32_filled": 984540, + "ic_fluent_data_usage_16_filled": 984541, + "ic_fluent_data_usage_settings_16_filled": 984542, + "ic_fluent_data_usage_settings_24_filled": 984543, + "ic_fluent_edit_person_20_filled": 984544, + "ic_fluent_edit_person_24_filled": 984545, + "ic_fluent_highway_20_filled": 984546, + "ic_fluent_highway_24_filled": 984547, + "ic_fluent_laptop_person_20_filled": 984548, + "ic_fluent_laptop_person_24_filled": 984549, + "ic_fluent_laptop_person_48_filled": 984550, + "ic_fluent_location_ripple_16_filled": 984551, + "ic_fluent_location_ripple_20_filled": 984552, + "ic_fluent_location_ripple_24_filled": 984553, + "ic_fluent_mail_arrow_double_back_32_filled": 984554, + "ic_fluent_mail_briefcase_48_filled": 984555, + "ic_fluent_options_28_filled": 984556, + "ic_fluent_options_32_filled": 984557, + "ic_fluent_people_add_32_filled": 984558, + "ic_fluent_person_alert_32_filled": 984559, + "ic_fluent_road_20_filled": 984560, + "ic_fluent_road_24_filled": 984561, + "ic_fluent_save_32_filled": 984562, + "ic_fluent_tab_desktop_multiple_24_filled": 984563, + "ic_fluent_tab_desktop_multiple_sparkle_16_filled": 984564, + "ic_fluent_tab_desktop_multiple_sparkle_20_filled": 984565, + "ic_fluent_tab_desktop_multiple_sparkle_24_filled": 984566, + "ic_fluent_vehicle_tractor_20_filled": 984567, + "ic_fluent_vehicle_tractor_24_filled": 984568 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Filled.ttf b/fonts/FluentSystemIcons-Filled.ttf index 1fe886fbcc..59465e43ee 100644 Binary files a/fonts/FluentSystemIcons-Filled.ttf and b/fonts/FluentSystemIcons-Filled.ttf differ diff --git a/fonts/FluentSystemIcons-Filled.woff b/fonts/FluentSystemIcons-Filled.woff index 81ebe48b8c..dd8b79b26f 100644 Binary files a/fonts/FluentSystemIcons-Filled.woff and b/fonts/FluentSystemIcons-Filled.woff differ diff --git a/fonts/FluentSystemIcons-Filled.woff2 b/fonts/FluentSystemIcons-Filled.woff2 index 1a130fc437..360989f0e9 100644 Binary files a/fonts/FluentSystemIcons-Filled.woff2 and b/fonts/FluentSystemIcons-Filled.woff2 differ diff --git a/fonts/FluentSystemIcons-Regular.css b/fonts/FluentSystemIcons-Regular.css index 599104e984..d1bfd966b3 100644 --- a/fonts/FluentSystemIcons-Regular.css +++ b/fonts/FluentSystemIcons-Regular.css @@ -1,8 +1,8 @@ @font-face { font-family: "FluentSystemIcons-Regular"; - src: url("./FluentSystemIcons-Regular.woff2?8808613fa029d950818ee2b5f96c75fc") format("woff2"), -url("./FluentSystemIcons-Regular.woff?8808613fa029d950818ee2b5f96c75fc") format("woff"), -url("./FluentSystemIcons-Regular.ttf?8808613fa029d950818ee2b5f96c75fc") format("truetype"); + src: url("./FluentSystemIcons-Regular.woff2?4b26f1bc05e160b9a06641961d8051e3") format("woff2"), +url("./FluentSystemIcons-Regular.woff?4b26f1bc05e160b9a06641961d8051e3") format("woff"), +url("./FluentSystemIcons-Regular.ttf?4b26f1bc05e160b9a06641961d8051e3") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -23299,3 +23299,144 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_window_fingerprint_48_regular:before { content: "\f0550"; } +.icon-ic_fluent_accessibility_error_20_regular:before { + content: "\f0551"; +} +.icon-ic_fluent_accessibility_error_24_regular:before { + content: "\f0552"; +} +.icon-ic_fluent_accessibility_question_mark_20_regular:before { + content: "\f0553"; +} +.icon-ic_fluent_accessibility_question_mark_24_regular:before { + content: "\f0554"; +} +.icon-ic_fluent_arrow_down_exclamation_24_regular:before { + content: "\f0555"; +} +.icon-ic_fluent_arrow_sort_up_lines_16_regular:before { + content: "\f0556"; +} +.icon-ic_fluent_arrow_sort_up_lines_20_regular:before { + content: "\f0557"; +} +.icon-ic_fluent_arrow_sort_up_lines_24_regular:before { + content: "\f0558"; +} +.icon-ic_fluent_arrow_up_exclamation_16_regular:before { + content: "\f0559"; +} +.icon-ic_fluent_arrow_up_exclamation_20_regular:before { + content: "\f055a"; +} +.icon-ic_fluent_arrow_up_exclamation_24_regular:before { + content: "\f055b"; +} +.icon-ic_fluent_bench_20_regular:before { + content: "\f055c"; +} +.icon-ic_fluent_bench_24_regular:before { + content: "\f055d"; +} +.icon-ic_fluent_building_lighthouse_28_regular:before { + content: "\f055e"; +} +.icon-ic_fluent_calendar_video_20_regular:before { + content: "\f055f"; +} +.icon-ic_fluent_clock_bill_16_regular:before { + content: "\f0560"; +} +.icon-ic_fluent_clock_bill_20_regular:before { + content: "\f0561"; +} +.icon-ic_fluent_clock_bill_24_regular:before { + content: "\f0562"; +} +.icon-ic_fluent_clock_bill_32_regular:before { + content: "\f0563"; +} +.icon-ic_fluent_data_usage_16_regular:before { + content: "\f0564"; +} +.icon-ic_fluent_data_usage_settings_16_regular:before { + content: "\f0565"; +} +.icon-ic_fluent_data_usage_settings_24_regular:before { + content: "\f0566"; +} +.icon-ic_fluent_edit_person_20_regular:before { + content: "\f0567"; +} +.icon-ic_fluent_edit_person_24_regular:before { + content: "\f0568"; +} +.icon-ic_fluent_highway_20_regular:before { + content: "\f0569"; +} +.icon-ic_fluent_highway_24_regular:before { + content: "\f056a"; +} +.icon-ic_fluent_laptop_person_20_regular:before { + content: "\f056b"; +} +.icon-ic_fluent_laptop_person_24_regular:before { + content: "\f056c"; +} +.icon-ic_fluent_laptop_person_48_regular:before { + content: "\f056d"; +} +.icon-ic_fluent_location_ripple_16_regular:before { + content: "\f056e"; +} +.icon-ic_fluent_location_ripple_20_regular:before { + content: "\f056f"; +} +.icon-ic_fluent_location_ripple_24_regular:before { + content: "\f0570"; +} +.icon-ic_fluent_mail_arrow_double_back_32_regular:before { + content: "\f0571"; +} +.icon-ic_fluent_mail_briefcase_48_regular:before { + content: "\f0572"; +} +.icon-ic_fluent_options_28_regular:before { + content: "\f0573"; +} +.icon-ic_fluent_options_32_regular:before { + content: "\f0574"; +} +.icon-ic_fluent_people_add_32_regular:before { + content: "\f0575"; +} +.icon-ic_fluent_person_alert_32_regular:before { + content: "\f0576"; +} +.icon-ic_fluent_road_20_regular:before { + content: "\f0577"; +} +.icon-ic_fluent_road_24_regular:before { + content: "\f0578"; +} +.icon-ic_fluent_save_32_regular:before { + content: "\f0579"; +} +.icon-ic_fluent_tab_desktop_multiple_24_regular:before { + content: "\f057a"; +} +.icon-ic_fluent_tab_desktop_multiple_sparkle_16_regular:before { + content: "\f057b"; +} +.icon-ic_fluent_tab_desktop_multiple_sparkle_20_regular:before { + content: "\f057c"; +} +.icon-ic_fluent_tab_desktop_multiple_sparkle_24_regular:before { + content: "\f057d"; +} +.icon-ic_fluent_vehicle_tractor_20_regular:before { + content: "\f057e"; +} +.icon-ic_fluent_vehicle_tractor_24_regular:before { + content: "\f057f"; +} diff --git a/fonts/FluentSystemIcons-Regular.html b/fonts/FluentSystemIcons-Regular.html index bcabd2f0b3..fde2e9fa30 100644 --- a/fonts/FluentSystemIcons-Regular.html +++ b/fonts/FluentSystemIcons-Regular.html @@ -173,6 +173,42 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_accessibility_error_20_regular +
+ + +
+ + + +
+ ic_fluent_accessibility_error_24_regular +
+ + +
+ + + +
+ ic_fluent_accessibility_question_mark_20_regular +
+ + +
+ + + +
+ ic_fluent_accessibility_question_mark_24_regular +
+ +
@@ -2891,6 +2927,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_arrow_down_exclamation_24_regular +
+ +
@@ -4754,6 +4799,33 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_arrow_sort_up_lines_16_regular +
+ + +
+ + + +
+ ic_fluent_arrow_sort_up_lines_20_regular +
+ + +
+ + + +
+ ic_fluent_arrow_sort_up_lines_24_regular +
+ +
@@ -5780,6 +5852,33 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_arrow_up_exclamation_16_regular +
+ + +
+ + + +
+ ic_fluent_arrow_up_exclamation_20_regular +
+ + +
+ + + +
+ ic_fluent_arrow_up_exclamation_24_regular +
+ +
@@ -6806,6 +6905,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_bench_20_regular +
+ + +
+ + + +
+ ic_fluent_bench_24_regular +
+ +
@@ -9677,6 +9794,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_building_lighthouse_28_regular +
+ +
@@ -11621,6 +11747,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_calendar_video_20_regular +
+ +
@@ -16643,6 +16778,42 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_clock_bill_16_regular +
+ + +
+ + + +
+ ic_fluent_clock_bill_20_regular +
+ + +
+ + + +
+ ic_fluent_clock_bill_24_regular +
+ + +
+ + + +
+ ic_fluent_clock_bill_32_regular +
+ +
@@ -20900,6 +21071,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_data_usage_16_regular +
+ +
@@ -20936,6 +21116,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_data_usage_settings_16_regular +
+ +
@@ -20945,6 +21134,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_data_usage_settings_24_regular +
+ +
@@ -26705,6 +26903,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_edit_person_20_regular +
+ + +
+ + + +
+ ic_fluent_edit_person_24_regular +
+ +
@@ -33032,6 +33248,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_highway_20_regular +
+ + +
+ + + +
+ ic_fluent_highway_24_regular +
+ +
@@ -35048,6 +35282,33 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_laptop_person_20_regular +
+ + +
+ + + +
+ ic_fluent_laptop_person_24_regular +
+ + +
+ + + +
+ ic_fluent_laptop_person_48_regular +
+ +
@@ -37109,6 +37370,33 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_location_ripple_16_regular +
+ + +
+ + + +
+ ic_fluent_location_ripple_20_regular +
+ + +
+ + + +
+ ic_fluent_location_ripple_24_regular +
+ +
@@ -37667,6 +37955,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_mail_arrow_double_back_32_regular +
+ +
@@ -37766,6 +38063,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_mail_briefcase_48_regular +
+ +
@@ -42032,6 +42338,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_options_28_regular +
+ + +
+ + + +
+ ic_fluent_options_32_regular +
+ +
@@ -43913,6 +44237,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_people_add_32_regular +
+ +
@@ -44786,6 +45119,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_person_alert_32_regular +
+ +
@@ -50492,6 +50834,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_road_20_regular +
+ + +
+ + + +
+ ic_fluent_road_24_regular +
+ +
@@ -50807,6 +51167,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_save_32_regular +
+ +
@@ -57908,6 +58277,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_tab_desktop_multiple_24_regular +
+ +
@@ -57944,6 +58322,33 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_tab_desktop_multiple_sparkle_16_regular +
+ + +
+ + + +
+ ic_fluent_tab_desktop_multiple_sparkle_20_regular +
+ + +
+ + + +
+ ic_fluent_tab_desktop_multiple_sparkle_24_regular +
+ +
@@ -66512,6 +66917,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_vehicle_tractor_20_regular +
+ + +
+ + + +
+ ic_fluent_vehicle_tractor_24_regular +
+ +
diff --git a/fonts/FluentSystemIcons-Regular.json b/fonts/FluentSystemIcons-Regular.json index 472b04497f..d7685b8c1c 100644 --- a/fonts/FluentSystemIcons-Regular.json +++ b/fonts/FluentSystemIcons-Regular.json @@ -7759,5 +7759,52 @@ "ic_fluent_window_fingerprint_24_regular": 984397, "ic_fluent_window_fingerprint_28_regular": 984398, "ic_fluent_window_fingerprint_32_regular": 984399, - "ic_fluent_window_fingerprint_48_regular": 984400 + "ic_fluent_window_fingerprint_48_regular": 984400, + "ic_fluent_accessibility_error_20_regular": 984401, + "ic_fluent_accessibility_error_24_regular": 984402, + "ic_fluent_accessibility_question_mark_20_regular": 984403, + "ic_fluent_accessibility_question_mark_24_regular": 984404, + "ic_fluent_arrow_down_exclamation_24_regular": 984405, + "ic_fluent_arrow_sort_up_lines_16_regular": 984406, + "ic_fluent_arrow_sort_up_lines_20_regular": 984407, + "ic_fluent_arrow_sort_up_lines_24_regular": 984408, + "ic_fluent_arrow_up_exclamation_16_regular": 984409, + "ic_fluent_arrow_up_exclamation_20_regular": 984410, + "ic_fluent_arrow_up_exclamation_24_regular": 984411, + "ic_fluent_bench_20_regular": 984412, + "ic_fluent_bench_24_regular": 984413, + "ic_fluent_building_lighthouse_28_regular": 984414, + "ic_fluent_calendar_video_20_regular": 984415, + "ic_fluent_clock_bill_16_regular": 984416, + "ic_fluent_clock_bill_20_regular": 984417, + "ic_fluent_clock_bill_24_regular": 984418, + "ic_fluent_clock_bill_32_regular": 984419, + "ic_fluent_data_usage_16_regular": 984420, + "ic_fluent_data_usage_settings_16_regular": 984421, + "ic_fluent_data_usage_settings_24_regular": 984422, + "ic_fluent_edit_person_20_regular": 984423, + "ic_fluent_edit_person_24_regular": 984424, + "ic_fluent_highway_20_regular": 984425, + "ic_fluent_highway_24_regular": 984426, + "ic_fluent_laptop_person_20_regular": 984427, + "ic_fluent_laptop_person_24_regular": 984428, + "ic_fluent_laptop_person_48_regular": 984429, + "ic_fluent_location_ripple_16_regular": 984430, + "ic_fluent_location_ripple_20_regular": 984431, + "ic_fluent_location_ripple_24_regular": 984432, + "ic_fluent_mail_arrow_double_back_32_regular": 984433, + "ic_fluent_mail_briefcase_48_regular": 984434, + "ic_fluent_options_28_regular": 984435, + "ic_fluent_options_32_regular": 984436, + "ic_fluent_people_add_32_regular": 984437, + "ic_fluent_person_alert_32_regular": 984438, + "ic_fluent_road_20_regular": 984439, + "ic_fluent_road_24_regular": 984440, + "ic_fluent_save_32_regular": 984441, + "ic_fluent_tab_desktop_multiple_24_regular": 984442, + "ic_fluent_tab_desktop_multiple_sparkle_16_regular": 984443, + "ic_fluent_tab_desktop_multiple_sparkle_20_regular": 984444, + "ic_fluent_tab_desktop_multiple_sparkle_24_regular": 984445, + "ic_fluent_vehicle_tractor_20_regular": 984446, + "ic_fluent_vehicle_tractor_24_regular": 984447 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Regular.ttf b/fonts/FluentSystemIcons-Regular.ttf index 6474ebdb15..e031667276 100644 Binary files a/fonts/FluentSystemIcons-Regular.ttf and b/fonts/FluentSystemIcons-Regular.ttf differ diff --git a/fonts/FluentSystemIcons-Regular.woff b/fonts/FluentSystemIcons-Regular.woff index d88dfc74c8..a1eef933bc 100644 Binary files a/fonts/FluentSystemIcons-Regular.woff and b/fonts/FluentSystemIcons-Regular.woff differ diff --git a/fonts/FluentSystemIcons-Regular.woff2 b/fonts/FluentSystemIcons-Regular.woff2 index af73cb47b8..94d2273b49 100644 Binary files a/fonts/FluentSystemIcons-Regular.woff2 and b/fonts/FluentSystemIcons-Regular.woff2 differ diff --git a/fonts/FluentSystemIcons-Resizable.css b/fonts/FluentSystemIcons-Resizable.css index 381b4aa6e5..5c8324965d 100644 --- a/fonts/FluentSystemIcons-Resizable.css +++ b/fonts/FluentSystemIcons-Resizable.css @@ -1,8 +1,8 @@ @font-face { font-family: "FluentSystemIcons-Resizable"; - src: url("./FluentSystemIcons-Resizable.woff2?26b1bafc05f982353ccc1e624c2d2c23") format("woff2"), -url("./FluentSystemIcons-Resizable.woff?26b1bafc05f982353ccc1e624c2d2c23") format("woff"), -url("./FluentSystemIcons-Resizable.ttf?26b1bafc05f982353ccc1e624c2d2c23") format("truetype"); + src: url("./FluentSystemIcons-Resizable.woff2?b6d6578a47564da2de0f26f8b0946e75") format("woff2"), +url("./FluentSystemIcons-Resizable.woff?b6d6578a47564da2de0f26f8b0946e75") format("woff"), +url("./FluentSystemIcons-Resizable.ttf?b6d6578a47564da2de0f26f8b0946e75") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -34,14739 +34,14823 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_accessibility_checkmark_20_regular:before { content: "\e005"; } -.icon-ic_fluent_add_20_filled:before { +.icon-ic_fluent_accessibility_error_20_filled:before { content: "\e006"; } -.icon-ic_fluent_add_20_regular:before { +.icon-ic_fluent_accessibility_error_20_regular:before { content: "\e007"; } -.icon-ic_fluent_add_circle_20_filled:before { +.icon-ic_fluent_accessibility_question_mark_20_filled:before { content: "\e008"; } -.icon-ic_fluent_add_circle_20_regular:before { +.icon-ic_fluent_accessibility_question_mark_20_regular:before { content: "\e009"; } -.icon-ic_fluent_add_square_20_filled:before { +.icon-ic_fluent_add_20_filled:before { content: "\e00a"; } -.icon-ic_fluent_add_square_20_regular:before { +.icon-ic_fluent_add_20_regular:before { content: "\e00b"; } -.icon-ic_fluent_add_square_multiple_20_filled:before { +.icon-ic_fluent_add_circle_20_filled:before { content: "\e00c"; } -.icon-ic_fluent_add_square_multiple_20_regular:before { +.icon-ic_fluent_add_circle_20_regular:before { content: "\e00d"; } -.icon-ic_fluent_add_subtract_circle_20_filled:before { +.icon-ic_fluent_add_square_20_filled:before { content: "\e00e"; } -.icon-ic_fluent_add_subtract_circle_20_regular:before { +.icon-ic_fluent_add_square_20_regular:before { content: "\e00f"; } -.icon-ic_fluent_airplane_20_filled:before { +.icon-ic_fluent_add_square_multiple_20_filled:before { content: "\e010"; } -.icon-ic_fluent_airplane_20_regular:before { +.icon-ic_fluent_add_square_multiple_20_regular:before { content: "\e011"; } -.icon-ic_fluent_airplane_landing_20_filled:before { +.icon-ic_fluent_add_subtract_circle_20_filled:before { content: "\e012"; } -.icon-ic_fluent_airplane_landing_20_regular:before { +.icon-ic_fluent_add_subtract_circle_20_regular:before { content: "\e013"; } -.icon-ic_fluent_airplane_take_off_20_filled:before { +.icon-ic_fluent_airplane_20_filled:before { content: "\e014"; } -.icon-ic_fluent_airplane_take_off_20_regular:before { +.icon-ic_fluent_airplane_20_regular:before { content: "\e015"; } -.icon-ic_fluent_album_20_filled:before { +.icon-ic_fluent_airplane_landing_20_filled:before { content: "\e016"; } -.icon-ic_fluent_album_20_regular:before { +.icon-ic_fluent_airplane_landing_20_regular:before { content: "\e017"; } -.icon-ic_fluent_album_add_20_filled:before { +.icon-ic_fluent_airplane_take_off_20_filled:before { content: "\e018"; } -.icon-ic_fluent_album_add_20_regular:before { +.icon-ic_fluent_airplane_take_off_20_regular:before { content: "\e019"; } -.icon-ic_fluent_alert_20_filled:before { +.icon-ic_fluent_album_20_filled:before { content: "\e01a"; } -.icon-ic_fluent_alert_20_regular:before { +.icon-ic_fluent_album_20_regular:before { content: "\e01b"; } -.icon-ic_fluent_alert_badge_20_filled:before { +.icon-ic_fluent_album_add_20_filled:before { content: "\e01c"; } -.icon-ic_fluent_alert_badge_20_regular:before { +.icon-ic_fluent_album_add_20_regular:before { content: "\e01d"; } -.icon-ic_fluent_alert_off_20_filled:before { +.icon-ic_fluent_alert_20_filled:before { content: "\e01e"; } -.icon-ic_fluent_alert_off_20_regular:before { +.icon-ic_fluent_alert_20_regular:before { content: "\e01f"; } -.icon-ic_fluent_alert_on_20_filled:before { +.icon-ic_fluent_alert_badge_20_filled:before { content: "\e020"; } -.icon-ic_fluent_alert_on_20_regular:before { +.icon-ic_fluent_alert_badge_20_regular:before { content: "\e021"; } -.icon-ic_fluent_alert_snooze_20_filled:before { +.icon-ic_fluent_alert_off_20_filled:before { content: "\e022"; } -.icon-ic_fluent_alert_snooze_20_regular:before { +.icon-ic_fluent_alert_off_20_regular:before { content: "\e023"; } -.icon-ic_fluent_alert_urgent_20_filled:before { +.icon-ic_fluent_alert_on_20_filled:before { content: "\e024"; } -.icon-ic_fluent_alert_urgent_20_regular:before { +.icon-ic_fluent_alert_on_20_regular:before { content: "\e025"; } -.icon-ic_fluent_align_bottom_20_filled:before { +.icon-ic_fluent_alert_snooze_20_filled:before { content: "\e026"; } -.icon-ic_fluent_align_bottom_20_regular:before { +.icon-ic_fluent_alert_snooze_20_regular:before { content: "\e027"; } -.icon-ic_fluent_align_center_horizontal_20_filled:before { +.icon-ic_fluent_alert_urgent_20_filled:before { content: "\e028"; } -.icon-ic_fluent_align_center_horizontal_20_regular:before { +.icon-ic_fluent_alert_urgent_20_regular:before { content: "\e029"; } -.icon-ic_fluent_align_center_vertical_20_filled:before { +.icon-ic_fluent_align_bottom_20_filled:before { content: "\e02a"; } -.icon-ic_fluent_align_center_vertical_20_regular:before { +.icon-ic_fluent_align_bottom_20_regular:before { content: "\e02b"; } -.icon-ic_fluent_align_end_horizontal_20_filled:before { +.icon-ic_fluent_align_center_horizontal_20_filled:before { content: "\e02c"; } -.icon-ic_fluent_align_end_horizontal_20_regular:before { +.icon-ic_fluent_align_center_horizontal_20_regular:before { content: "\e02d"; } -.icon-ic_fluent_align_end_vertical_20_filled:before { +.icon-ic_fluent_align_center_vertical_20_filled:before { content: "\e02e"; } -.icon-ic_fluent_align_end_vertical_20_regular:before { +.icon-ic_fluent_align_center_vertical_20_regular:before { content: "\e02f"; } -.icon-ic_fluent_align_left_20_filled:before { +.icon-ic_fluent_align_end_horizontal_20_filled:before { content: "\e030"; } -.icon-ic_fluent_align_left_20_regular:before { +.icon-ic_fluent_align_end_horizontal_20_regular:before { content: "\e031"; } -.icon-ic_fluent_align_right_20_filled:before { +.icon-ic_fluent_align_end_vertical_20_filled:before { content: "\e032"; } -.icon-ic_fluent_align_right_20_regular:before { +.icon-ic_fluent_align_end_vertical_20_regular:before { content: "\e033"; } -.icon-ic_fluent_align_space_around_horizontal_20_filled:before { +.icon-ic_fluent_align_left_20_filled:before { content: "\e034"; } -.icon-ic_fluent_align_space_around_horizontal_20_regular:before { +.icon-ic_fluent_align_left_20_regular:before { content: "\e035"; } -.icon-ic_fluent_align_space_around_vertical_20_filled:before { +.icon-ic_fluent_align_right_20_filled:before { content: "\e036"; } -.icon-ic_fluent_align_space_around_vertical_20_regular:before { +.icon-ic_fluent_align_right_20_regular:before { content: "\e037"; } -.icon-ic_fluent_align_space_between_horizontal_20_filled:before { +.icon-ic_fluent_align_space_around_horizontal_20_filled:before { content: "\e038"; } -.icon-ic_fluent_align_space_between_horizontal_20_regular:before { +.icon-ic_fluent_align_space_around_horizontal_20_regular:before { content: "\e039"; } -.icon-ic_fluent_align_space_between_vertical_20_filled:before { +.icon-ic_fluent_align_space_around_vertical_20_filled:before { content: "\e03a"; } -.icon-ic_fluent_align_space_between_vertical_20_regular:before { +.icon-ic_fluent_align_space_around_vertical_20_regular:before { content: "\e03b"; } -.icon-ic_fluent_align_space_evenly_horizontal_20_filled:before { +.icon-ic_fluent_align_space_between_horizontal_20_filled:before { content: "\e03c"; } -.icon-ic_fluent_align_space_evenly_horizontal_20_regular:before { +.icon-ic_fluent_align_space_between_horizontal_20_regular:before { content: "\e03d"; } -.icon-ic_fluent_align_space_evenly_vertical_20_filled:before { +.icon-ic_fluent_align_space_between_vertical_20_filled:before { content: "\e03e"; } -.icon-ic_fluent_align_space_evenly_vertical_20_regular:before { +.icon-ic_fluent_align_space_between_vertical_20_regular:before { content: "\e03f"; } -.icon-ic_fluent_align_space_fit_vertical_20_filled:before { +.icon-ic_fluent_align_space_evenly_horizontal_20_filled:before { content: "\e040"; } -.icon-ic_fluent_align_space_fit_vertical_20_regular:before { +.icon-ic_fluent_align_space_evenly_horizontal_20_regular:before { content: "\e041"; } -.icon-ic_fluent_align_start_horizontal_20_filled:before { +.icon-ic_fluent_align_space_evenly_vertical_20_filled:before { content: "\e042"; } -.icon-ic_fluent_align_start_horizontal_20_regular:before { +.icon-ic_fluent_align_space_evenly_vertical_20_regular:before { content: "\e043"; } -.icon-ic_fluent_align_start_vertical_20_filled:before { +.icon-ic_fluent_align_space_fit_vertical_20_filled:before { content: "\e044"; } -.icon-ic_fluent_align_start_vertical_20_regular:before { +.icon-ic_fluent_align_space_fit_vertical_20_regular:before { content: "\e045"; } -.icon-ic_fluent_align_straighten_20_filled:before { +.icon-ic_fluent_align_start_horizontal_20_filled:before { content: "\e046"; } -.icon-ic_fluent_align_straighten_20_regular:before { +.icon-ic_fluent_align_start_horizontal_20_regular:before { content: "\e047"; } -.icon-ic_fluent_align_stretch_horizontal_20_filled:before { +.icon-ic_fluent_align_start_vertical_20_filled:before { content: "\e048"; } -.icon-ic_fluent_align_stretch_horizontal_20_regular:before { +.icon-ic_fluent_align_start_vertical_20_regular:before { content: "\e049"; } -.icon-ic_fluent_align_stretch_vertical_20_filled:before { +.icon-ic_fluent_align_straighten_20_filled:before { content: "\e04a"; } -.icon-ic_fluent_align_stretch_vertical_20_regular:before { +.icon-ic_fluent_align_straighten_20_regular:before { content: "\e04b"; } -.icon-ic_fluent_align_top_20_filled:before { +.icon-ic_fluent_align_stretch_horizontal_20_filled:before { content: "\e04c"; } -.icon-ic_fluent_align_top_20_regular:before { +.icon-ic_fluent_align_stretch_horizontal_20_regular:before { content: "\e04d"; } -.icon-ic_fluent_animal_cat_20_filled:before { +.icon-ic_fluent_align_stretch_vertical_20_filled:before { content: "\e04e"; } -.icon-ic_fluent_animal_cat_20_regular:before { +.icon-ic_fluent_align_stretch_vertical_20_regular:before { content: "\e04f"; } -.icon-ic_fluent_animal_dog_20_filled:before { +.icon-ic_fluent_align_top_20_filled:before { content: "\e050"; } -.icon-ic_fluent_animal_dog_20_regular:before { +.icon-ic_fluent_align_top_20_regular:before { content: "\e051"; } -.icon-ic_fluent_animal_rabbit_20_filled:before { +.icon-ic_fluent_animal_cat_20_filled:before { content: "\e052"; } -.icon-ic_fluent_animal_rabbit_20_regular:before { +.icon-ic_fluent_animal_cat_20_regular:before { content: "\e053"; } -.icon-ic_fluent_animal_rabbit_off_20_filled:before { +.icon-ic_fluent_animal_dog_20_filled:before { content: "\e054"; } -.icon-ic_fluent_animal_rabbit_off_20_regular:before { +.icon-ic_fluent_animal_dog_20_regular:before { content: "\e055"; } -.icon-ic_fluent_animal_turtle_20_filled:before { +.icon-ic_fluent_animal_rabbit_20_filled:before { content: "\e056"; } -.icon-ic_fluent_animal_turtle_20_regular:before { +.icon-ic_fluent_animal_rabbit_20_regular:before { content: "\e057"; } -.icon-ic_fluent_app_folder_20_filled:before { +.icon-ic_fluent_animal_rabbit_off_20_filled:before { content: "\e058"; } -.icon-ic_fluent_app_folder_20_regular:before { +.icon-ic_fluent_animal_rabbit_off_20_regular:before { content: "\e059"; } -.icon-ic_fluent_app_generic_20_filled:before { +.icon-ic_fluent_animal_turtle_20_filled:before { content: "\e05a"; } -.icon-ic_fluent_app_generic_20_regular:before { +.icon-ic_fluent_animal_turtle_20_regular:before { content: "\e05b"; } -.icon-ic_fluent_app_recent_20_filled:before { +.icon-ic_fluent_app_folder_20_filled:before { content: "\e05c"; } -.icon-ic_fluent_app_recent_20_regular:before { +.icon-ic_fluent_app_folder_20_regular:before { content: "\e05d"; } -.icon-ic_fluent_app_title_20_filled:before { +.icon-ic_fluent_app_generic_20_filled:before { content: "\e05e"; } -.icon-ic_fluent_app_title_20_regular:before { +.icon-ic_fluent_app_generic_20_regular:before { content: "\e05f"; } -.icon-ic_fluent_approvals_app_20_filled:before { +.icon-ic_fluent_app_recent_20_filled:before { content: "\e060"; } -.icon-ic_fluent_approvals_app_20_regular:before { +.icon-ic_fluent_app_recent_20_regular:before { content: "\e061"; } -.icon-ic_fluent_apps_20_filled:before { +.icon-ic_fluent_app_title_20_filled:before { content: "\e062"; } -.icon-ic_fluent_apps_20_regular:before { +.icon-ic_fluent_app_title_20_regular:before { content: "\e063"; } -.icon-ic_fluent_apps_add_in_20_filled:before { +.icon-ic_fluent_approvals_app_20_filled:before { content: "\e064"; } -.icon-ic_fluent_apps_add_in_20_regular:before { +.icon-ic_fluent_approvals_app_20_regular:before { content: "\e065"; } -.icon-ic_fluent_apps_list_20_filled:before { +.icon-ic_fluent_apps_20_filled:before { content: "\e066"; } -.icon-ic_fluent_apps_list_20_regular:before { +.icon-ic_fluent_apps_20_regular:before { content: "\e067"; } -.icon-ic_fluent_apps_list_detail_20_filled:before { +.icon-ic_fluent_apps_add_in_20_filled:before { content: "\e068"; } -.icon-ic_fluent_apps_list_detail_20_regular:before { +.icon-ic_fluent_apps_add_in_20_regular:before { content: "\e069"; } -.icon-ic_fluent_archive_20_filled:before { +.icon-ic_fluent_apps_list_20_filled:before { content: "\e06a"; } -.icon-ic_fluent_archive_20_regular:before { +.icon-ic_fluent_apps_list_20_regular:before { content: "\e06b"; } -.icon-ic_fluent_archive_arrow_back_20_filled:before { +.icon-ic_fluent_apps_list_detail_20_filled:before { content: "\e06c"; } -.icon-ic_fluent_archive_arrow_back_20_regular:before { +.icon-ic_fluent_apps_list_detail_20_regular:before { content: "\e06d"; } -.icon-ic_fluent_archive_multiple_20_filled:before { +.icon-ic_fluent_archive_20_filled:before { content: "\e06e"; } -.icon-ic_fluent_archive_multiple_20_regular:before { +.icon-ic_fluent_archive_20_regular:before { content: "\e06f"; } -.icon-ic_fluent_archive_settings_20_filled:before { +.icon-ic_fluent_archive_arrow_back_20_filled:before { content: "\e070"; } -.icon-ic_fluent_archive_settings_20_regular:before { +.icon-ic_fluent_archive_arrow_back_20_regular:before { content: "\e071"; } -.icon-ic_fluent_arrow_autofit_content_20_filled:before { +.icon-ic_fluent_archive_multiple_20_filled:before { content: "\e072"; } -.icon-ic_fluent_arrow_autofit_content_20_regular:before { +.icon-ic_fluent_archive_multiple_20_regular:before { content: "\e073"; } -.icon-ic_fluent_arrow_autofit_down_20_filled:before { +.icon-ic_fluent_archive_settings_20_filled:before { content: "\e074"; } -.icon-ic_fluent_arrow_autofit_down_20_regular:before { +.icon-ic_fluent_archive_settings_20_regular:before { content: "\e075"; } -.icon-ic_fluent_arrow_autofit_height_20_filled:before { +.icon-ic_fluent_arrow_autofit_content_20_filled:before { content: "\e076"; } -.icon-ic_fluent_arrow_autofit_height_20_regular:before { +.icon-ic_fluent_arrow_autofit_content_20_regular:before { content: "\e077"; } -.icon-ic_fluent_arrow_autofit_height_dotted_20_filled:before { +.icon-ic_fluent_arrow_autofit_down_20_filled:before { content: "\e078"; } -.icon-ic_fluent_arrow_autofit_height_dotted_20_regular:before { +.icon-ic_fluent_arrow_autofit_down_20_regular:before { content: "\e079"; } -.icon-ic_fluent_arrow_autofit_height_in_20_filled:before { +.icon-ic_fluent_arrow_autofit_height_20_filled:before { content: "\e07a"; } -.icon-ic_fluent_arrow_autofit_height_in_20_regular:before { +.icon-ic_fluent_arrow_autofit_height_20_regular:before { content: "\e07b"; } -.icon-ic_fluent_arrow_autofit_up_20_filled:before { +.icon-ic_fluent_arrow_autofit_height_dotted_20_filled:before { content: "\e07c"; } -.icon-ic_fluent_arrow_autofit_up_20_regular:before { +.icon-ic_fluent_arrow_autofit_height_dotted_20_regular:before { content: "\e07d"; } -.icon-ic_fluent_arrow_autofit_width_20_filled:before { +.icon-ic_fluent_arrow_autofit_height_in_20_filled:before { content: "\e07e"; } -.icon-ic_fluent_arrow_autofit_width_20_regular:before { +.icon-ic_fluent_arrow_autofit_height_in_20_regular:before { content: "\e07f"; } -.icon-ic_fluent_arrow_autofit_width_dotted_20_filled:before { +.icon-ic_fluent_arrow_autofit_up_20_filled:before { content: "\e080"; } -.icon-ic_fluent_arrow_autofit_width_dotted_20_regular:before { +.icon-ic_fluent_arrow_autofit_up_20_regular:before { content: "\e081"; } -.icon-ic_fluent_arrow_between_down_20_filled:before { +.icon-ic_fluent_arrow_autofit_width_20_filled:before { content: "\e082"; } -.icon-ic_fluent_arrow_between_down_20_regular:before { +.icon-ic_fluent_arrow_autofit_width_20_regular:before { content: "\e083"; } -.icon-ic_fluent_arrow_between_up_20_filled:before { +.icon-ic_fluent_arrow_autofit_width_dotted_20_filled:before { content: "\e084"; } -.icon-ic_fluent_arrow_between_up_20_regular:before { +.icon-ic_fluent_arrow_autofit_width_dotted_20_regular:before { content: "\e085"; } -.icon-ic_fluent_arrow_bidirectional_left_right_20_filled:before { +.icon-ic_fluent_arrow_between_down_20_filled:before { content: "\e086"; } -.icon-ic_fluent_arrow_bidirectional_left_right_20_regular:before { +.icon-ic_fluent_arrow_between_down_20_regular:before { content: "\e087"; } -.icon-ic_fluent_arrow_bidirectional_up_down_20_filled:before { +.icon-ic_fluent_arrow_between_up_20_filled:before { content: "\e088"; } -.icon-ic_fluent_arrow_bidirectional_up_down_20_regular:before { +.icon-ic_fluent_arrow_between_up_20_regular:before { content: "\e089"; } -.icon-ic_fluent_arrow_bounce_20_filled:before { +.icon-ic_fluent_arrow_bidirectional_left_right_20_filled:before { content: "\e08a"; } -.icon-ic_fluent_arrow_bounce_20_regular:before { +.icon-ic_fluent_arrow_bidirectional_left_right_20_regular:before { content: "\e08b"; } -.icon-ic_fluent_arrow_circle_down_20_filled:before { +.icon-ic_fluent_arrow_bidirectional_up_down_20_filled:before { content: "\e08c"; } -.icon-ic_fluent_arrow_circle_down_20_regular:before { +.icon-ic_fluent_arrow_bidirectional_up_down_20_regular:before { content: "\e08d"; } -.icon-ic_fluent_arrow_circle_down_double_20_filled:before { +.icon-ic_fluent_arrow_bounce_20_filled:before { content: "\e08e"; } -.icon-ic_fluent_arrow_circle_down_double_20_regular:before { +.icon-ic_fluent_arrow_bounce_20_regular:before { content: "\e08f"; } -.icon-ic_fluent_arrow_circle_down_right_20_filled:before { +.icon-ic_fluent_arrow_circle_down_20_filled:before { content: "\e090"; } -.icon-ic_fluent_arrow_circle_down_right_20_regular:before { +.icon-ic_fluent_arrow_circle_down_20_regular:before { content: "\e091"; } -.icon-ic_fluent_arrow_circle_down_split_20_filled:before { +.icon-ic_fluent_arrow_circle_down_double_20_filled:before { content: "\e092"; } -.icon-ic_fluent_arrow_circle_down_split_20_regular:before { +.icon-ic_fluent_arrow_circle_down_double_20_regular:before { content: "\e093"; } -.icon-ic_fluent_arrow_circle_down_up_20_filled:before { +.icon-ic_fluent_arrow_circle_down_right_20_filled:before { content: "\e094"; } -.icon-ic_fluent_arrow_circle_down_up_20_regular:before { +.icon-ic_fluent_arrow_circle_down_right_20_regular:before { content: "\e095"; } -.icon-ic_fluent_arrow_circle_left_20_filled:before { +.icon-ic_fluent_arrow_circle_down_split_20_filled:before { content: "\e096"; } -.icon-ic_fluent_arrow_circle_left_20_regular:before { +.icon-ic_fluent_arrow_circle_down_split_20_regular:before { content: "\e097"; } -.icon-ic_fluent_arrow_circle_right_20_filled:before { +.icon-ic_fluent_arrow_circle_down_up_20_filled:before { content: "\e098"; } -.icon-ic_fluent_arrow_circle_right_20_regular:before { +.icon-ic_fluent_arrow_circle_down_up_20_regular:before { content: "\e099"; } -.icon-ic_fluent_arrow_circle_up_20_filled:before { +.icon-ic_fluent_arrow_circle_left_20_filled:before { content: "\e09a"; } -.icon-ic_fluent_arrow_circle_up_20_regular:before { +.icon-ic_fluent_arrow_circle_left_20_regular:before { content: "\e09b"; } -.icon-ic_fluent_arrow_circle_up_left_20_filled:before { +.icon-ic_fluent_arrow_circle_right_20_filled:before { content: "\e09c"; } -.icon-ic_fluent_arrow_circle_up_left_20_regular:before { +.icon-ic_fluent_arrow_circle_right_20_regular:before { content: "\e09d"; } -.icon-ic_fluent_arrow_circle_up_right_20_filled:before { +.icon-ic_fluent_arrow_circle_up_20_filled:before { content: "\e09e"; } -.icon-ic_fluent_arrow_circle_up_right_20_regular:before { +.icon-ic_fluent_arrow_circle_up_20_regular:before { content: "\e09f"; } -.icon-ic_fluent_arrow_clockwise_20_filled:before { +.icon-ic_fluent_arrow_circle_up_left_20_filled:before { content: "\e0a0"; } -.icon-ic_fluent_arrow_clockwise_20_regular:before { +.icon-ic_fluent_arrow_circle_up_left_20_regular:before { content: "\e0a1"; } -.icon-ic_fluent_arrow_clockwise_dashes_20_filled:before { +.icon-ic_fluent_arrow_circle_up_right_20_filled:before { content: "\e0a2"; } -.icon-ic_fluent_arrow_clockwise_dashes_20_regular:before { +.icon-ic_fluent_arrow_circle_up_right_20_regular:before { content: "\e0a3"; } -.icon-ic_fluent_arrow_collapse_all_20_filled:before { +.icon-ic_fluent_arrow_clockwise_20_filled:before { content: "\e0a4"; } -.icon-ic_fluent_arrow_collapse_all_20_regular:before { +.icon-ic_fluent_arrow_clockwise_20_regular:before { content: "\e0a5"; } -.icon-ic_fluent_arrow_counterclockwise_20_filled:before { +.icon-ic_fluent_arrow_clockwise_dashes_20_filled:before { content: "\e0a6"; } -.icon-ic_fluent_arrow_counterclockwise_20_regular:before { +.icon-ic_fluent_arrow_clockwise_dashes_20_regular:before { content: "\e0a7"; } -.icon-ic_fluent_arrow_counterclockwise_dashes_20_filled:before { +.icon-ic_fluent_arrow_collapse_all_20_filled:before { content: "\e0a8"; } -.icon-ic_fluent_arrow_counterclockwise_dashes_20_regular:before { +.icon-ic_fluent_arrow_collapse_all_20_regular:before { content: "\e0a9"; } -.icon-ic_fluent_arrow_curve_down_left_20_filled:before { +.icon-ic_fluent_arrow_counterclockwise_20_filled:before { content: "\e0aa"; } -.icon-ic_fluent_arrow_curve_down_left_20_regular:before { +.icon-ic_fluent_arrow_counterclockwise_20_regular:before { content: "\e0ab"; } -.icon-ic_fluent_arrow_curve_down_right_20_filled:before { +.icon-ic_fluent_arrow_counterclockwise_dashes_20_filled:before { content: "\e0ac"; } -.icon-ic_fluent_arrow_curve_down_right_20_regular:before { +.icon-ic_fluent_arrow_counterclockwise_dashes_20_regular:before { content: "\e0ad"; } -.icon-ic_fluent_arrow_curve_up_left_20_filled:before { +.icon-ic_fluent_arrow_curve_down_left_20_filled:before { content: "\e0ae"; } -.icon-ic_fluent_arrow_curve_up_left_20_regular:before { +.icon-ic_fluent_arrow_curve_down_left_20_regular:before { content: "\e0af"; } -.icon-ic_fluent_arrow_curve_up_right_20_filled:before { +.icon-ic_fluent_arrow_curve_down_right_20_filled:before { content: "\e0b0"; } -.icon-ic_fluent_arrow_curve_up_right_20_regular:before { +.icon-ic_fluent_arrow_curve_down_right_20_regular:before { content: "\e0b1"; } -.icon-ic_fluent_arrow_down_20_filled:before { +.icon-ic_fluent_arrow_curve_up_left_20_filled:before { content: "\e0b2"; } -.icon-ic_fluent_arrow_down_20_regular:before { +.icon-ic_fluent_arrow_curve_up_left_20_regular:before { content: "\e0b3"; } -.icon-ic_fluent_arrow_down_exclamation_20_filled:before { +.icon-ic_fluent_arrow_curve_up_right_20_filled:before { content: "\e0b4"; } -.icon-ic_fluent_arrow_down_exclamation_20_regular:before { +.icon-ic_fluent_arrow_curve_up_right_20_regular:before { content: "\e0b5"; } -.icon-ic_fluent_arrow_down_left_20_filled:before { +.icon-ic_fluent_arrow_down_20_filled:before { content: "\e0b6"; } -.icon-ic_fluent_arrow_down_left_20_regular:before { +.icon-ic_fluent_arrow_down_20_regular:before { content: "\e0b7"; } -.icon-ic_fluent_arrow_download_20_filled:before { +.icon-ic_fluent_arrow_down_exclamation_20_filled:before { content: "\e0b8"; } -.icon-ic_fluent_arrow_download_20_regular:before { +.icon-ic_fluent_arrow_down_exclamation_20_regular:before { content: "\e0b9"; } -.icon-ic_fluent_arrow_download_off_20_filled:before { +.icon-ic_fluent_arrow_down_left_20_filled:before { content: "\e0ba"; } -.icon-ic_fluent_arrow_download_off_20_regular:before { +.icon-ic_fluent_arrow_down_left_20_regular:before { content: "\e0bb"; } -.icon-ic_fluent_arrow_eject_20_filled:before { +.icon-ic_fluent_arrow_download_20_filled:before { content: "\e0bc"; } -.icon-ic_fluent_arrow_eject_20_regular:before { +.icon-ic_fluent_arrow_download_20_regular:before { content: "\e0bd"; } -.icon-ic_fluent_arrow_enter_20_filled:before { +.icon-ic_fluent_arrow_download_off_20_filled:before { content: "\e0be"; } -.icon-ic_fluent_arrow_enter_20_regular:before { +.icon-ic_fluent_arrow_download_off_20_regular:before { content: "\e0bf"; } -.icon-ic_fluent_arrow_enter_left_20_filled:before { +.icon-ic_fluent_arrow_eject_20_filled:before { content: "\e0c0"; } -.icon-ic_fluent_arrow_enter_left_20_regular:before { +.icon-ic_fluent_arrow_eject_20_regular:before { content: "\e0c1"; } -.icon-ic_fluent_arrow_enter_up_20_filled:before { +.icon-ic_fluent_arrow_enter_20_filled:before { content: "\e0c2"; } -.icon-ic_fluent_arrow_enter_up_20_regular:before { +.icon-ic_fluent_arrow_enter_20_regular:before { content: "\e0c3"; } -.icon-ic_fluent_arrow_exit_20_filled:before { +.icon-ic_fluent_arrow_enter_left_20_filled:before { content: "\e0c4"; } -.icon-ic_fluent_arrow_exit_20_regular:before { +.icon-ic_fluent_arrow_enter_left_20_regular:before { content: "\e0c5"; } -.icon-ic_fluent_arrow_expand_20_filled:before { +.icon-ic_fluent_arrow_enter_up_20_filled:before { content: "\e0c6"; } -.icon-ic_fluent_arrow_expand_20_regular:before { +.icon-ic_fluent_arrow_enter_up_20_regular:before { content: "\e0c7"; } -.icon-ic_fluent_arrow_export_20_filled:before { +.icon-ic_fluent_arrow_exit_20_filled:before { content: "\e0c8"; } -.icon-ic_fluent_arrow_export_20_regular:before { +.icon-ic_fluent_arrow_exit_20_regular:before { content: "\e0c9"; } -.icon-ic_fluent_arrow_export_ltr_20_filled:before { +.icon-ic_fluent_arrow_expand_20_filled:before { content: "\e0ca"; } -.icon-ic_fluent_arrow_export_ltr_20_regular:before { +.icon-ic_fluent_arrow_expand_20_regular:before { content: "\e0cb"; } -.icon-ic_fluent_arrow_export_rtl_20_filled:before { +.icon-ic_fluent_arrow_export_20_filled:before { content: "\e0cc"; } -.icon-ic_fluent_arrow_export_rtl_20_regular:before { +.icon-ic_fluent_arrow_export_20_regular:before { content: "\e0cd"; } -.icon-ic_fluent_arrow_export_up_20_filled:before { +.icon-ic_fluent_arrow_export_ltr_20_filled:before { content: "\e0ce"; } -.icon-ic_fluent_arrow_export_up_20_regular:before { +.icon-ic_fluent_arrow_export_ltr_20_regular:before { content: "\e0cf"; } -.icon-ic_fluent_arrow_fit_20_filled:before { +.icon-ic_fluent_arrow_export_rtl_20_filled:before { content: "\e0d0"; } -.icon-ic_fluent_arrow_fit_20_regular:before { +.icon-ic_fluent_arrow_export_rtl_20_regular:before { content: "\e0d1"; } -.icon-ic_fluent_arrow_fit_in_20_filled:before { +.icon-ic_fluent_arrow_export_up_20_filled:before { content: "\e0d2"; } -.icon-ic_fluent_arrow_fit_in_20_regular:before { +.icon-ic_fluent_arrow_export_up_20_regular:before { content: "\e0d3"; } -.icon-ic_fluent_arrow_flow_diagonal_up_right_20_filled:before { +.icon-ic_fluent_arrow_fit_20_filled:before { content: "\e0d4"; } -.icon-ic_fluent_arrow_flow_diagonal_up_right_20_regular:before { +.icon-ic_fluent_arrow_fit_20_regular:before { content: "\e0d5"; } -.icon-ic_fluent_arrow_flow_up_right_20_filled:before { +.icon-ic_fluent_arrow_fit_in_20_filled:before { content: "\e0d6"; } -.icon-ic_fluent_arrow_flow_up_right_20_regular:before { +.icon-ic_fluent_arrow_fit_in_20_regular:before { content: "\e0d7"; } -.icon-ic_fluent_arrow_flow_up_right_rectangle_multiple_20_filled:before { +.icon-ic_fluent_arrow_flow_diagonal_up_right_20_filled:before { content: "\e0d8"; } -.icon-ic_fluent_arrow_flow_up_right_rectangle_multiple_20_regular:before { +.icon-ic_fluent_arrow_flow_diagonal_up_right_20_regular:before { content: "\e0d9"; } -.icon-ic_fluent_arrow_forward_20_filled:before { +.icon-ic_fluent_arrow_flow_up_right_20_filled:before { content: "\e0da"; } -.icon-ic_fluent_arrow_forward_20_regular:before { +.icon-ic_fluent_arrow_flow_up_right_20_regular:before { content: "\e0db"; } -.icon-ic_fluent_arrow_forward_down_lightning_20_filled:before { +.icon-ic_fluent_arrow_flow_up_right_rectangle_multiple_20_filled:before { content: "\e0dc"; } -.icon-ic_fluent_arrow_forward_down_lightning_20_regular:before { +.icon-ic_fluent_arrow_flow_up_right_rectangle_multiple_20_regular:before { content: "\e0dd"; } -.icon-ic_fluent_arrow_forward_down_person_20_filled:before { +.icon-ic_fluent_arrow_forward_20_filled:before { content: "\e0de"; } -.icon-ic_fluent_arrow_forward_down_person_20_regular:before { +.icon-ic_fluent_arrow_forward_20_regular:before { content: "\e0df"; } -.icon-ic_fluent_arrow_hook_down_left_20_filled:before { +.icon-ic_fluent_arrow_forward_down_lightning_20_filled:before { content: "\e0e0"; } -.icon-ic_fluent_arrow_hook_down_left_20_regular:before { +.icon-ic_fluent_arrow_forward_down_lightning_20_regular:before { content: "\e0e1"; } -.icon-ic_fluent_arrow_hook_down_right_20_filled:before { +.icon-ic_fluent_arrow_forward_down_person_20_filled:before { content: "\e0e2"; } -.icon-ic_fluent_arrow_hook_down_right_20_regular:before { +.icon-ic_fluent_arrow_forward_down_person_20_regular:before { content: "\e0e3"; } -.icon-ic_fluent_arrow_hook_up_left_20_filled:before { +.icon-ic_fluent_arrow_hook_down_left_20_filled:before { content: "\e0e4"; } -.icon-ic_fluent_arrow_hook_up_left_20_regular:before { +.icon-ic_fluent_arrow_hook_down_left_20_regular:before { content: "\e0e5"; } -.icon-ic_fluent_arrow_hook_up_right_20_filled:before { +.icon-ic_fluent_arrow_hook_down_right_20_filled:before { content: "\e0e6"; } -.icon-ic_fluent_arrow_hook_up_right_20_regular:before { +.icon-ic_fluent_arrow_hook_down_right_20_regular:before { content: "\e0e7"; } -.icon-ic_fluent_arrow_import_20_filled:before { +.icon-ic_fluent_arrow_hook_up_left_20_filled:before { content: "\e0e8"; } -.icon-ic_fluent_arrow_import_20_regular:before { +.icon-ic_fluent_arrow_hook_up_left_20_regular:before { content: "\e0e9"; } -.icon-ic_fluent_arrow_join_20_filled:before { +.icon-ic_fluent_arrow_hook_up_right_20_filled:before { content: "\e0ea"; } -.icon-ic_fluent_arrow_join_20_regular:before { +.icon-ic_fluent_arrow_hook_up_right_20_regular:before { content: "\e0eb"; } -.icon-ic_fluent_arrow_left_20_filled:before { +.icon-ic_fluent_arrow_import_20_filled:before { content: "\e0ec"; } -.icon-ic_fluent_arrow_left_20_regular:before { +.icon-ic_fluent_arrow_import_20_regular:before { content: "\e0ed"; } -.icon-ic_fluent_arrow_maximize_20_filled:before { +.icon-ic_fluent_arrow_join_20_filled:before { content: "\e0ee"; } -.icon-ic_fluent_arrow_maximize_20_regular:before { +.icon-ic_fluent_arrow_join_20_regular:before { content: "\e0ef"; } -.icon-ic_fluent_arrow_maximize_vertical_20_filled:before { +.icon-ic_fluent_arrow_left_20_filled:before { content: "\e0f0"; } -.icon-ic_fluent_arrow_maximize_vertical_20_regular:before { +.icon-ic_fluent_arrow_left_20_regular:before { content: "\e0f1"; } -.icon-ic_fluent_arrow_minimize_20_filled:before { +.icon-ic_fluent_arrow_maximize_20_filled:before { content: "\e0f2"; } -.icon-ic_fluent_arrow_minimize_20_regular:before { +.icon-ic_fluent_arrow_maximize_20_regular:before { content: "\e0f3"; } -.icon-ic_fluent_arrow_minimize_vertical_20_filled:before { +.icon-ic_fluent_arrow_maximize_vertical_20_filled:before { content: "\e0f4"; } -.icon-ic_fluent_arrow_minimize_vertical_20_regular:before { +.icon-ic_fluent_arrow_maximize_vertical_20_regular:before { content: "\e0f5"; } -.icon-ic_fluent_arrow_move_20_filled:before { +.icon-ic_fluent_arrow_minimize_20_filled:before { content: "\e0f6"; } -.icon-ic_fluent_arrow_move_20_regular:before { +.icon-ic_fluent_arrow_minimize_20_regular:before { content: "\e0f7"; } -.icon-ic_fluent_arrow_move_inward_20_filled:before { +.icon-ic_fluent_arrow_minimize_vertical_20_filled:before { content: "\e0f8"; } -.icon-ic_fluent_arrow_move_inward_20_regular:before { +.icon-ic_fluent_arrow_minimize_vertical_20_regular:before { content: "\e0f9"; } -.icon-ic_fluent_arrow_next_20_filled:before { +.icon-ic_fluent_arrow_move_20_filled:before { content: "\e0fa"; } -.icon-ic_fluent_arrow_next_20_regular:before { +.icon-ic_fluent_arrow_move_20_regular:before { content: "\e0fb"; } -.icon-ic_fluent_arrow_outline_down_left_20_filled:before { +.icon-ic_fluent_arrow_move_inward_20_filled:before { content: "\e0fc"; } -.icon-ic_fluent_arrow_outline_down_left_20_regular:before { +.icon-ic_fluent_arrow_move_inward_20_regular:before { content: "\e0fd"; } -.icon-ic_fluent_arrow_outline_up_right_20_filled:before { +.icon-ic_fluent_arrow_next_20_filled:before { content: "\e0fe"; } -.icon-ic_fluent_arrow_outline_up_right_20_regular:before { +.icon-ic_fluent_arrow_next_20_regular:before { content: "\e0ff"; } -.icon-ic_fluent_arrow_paragraph_20_filled:before { +.icon-ic_fluent_arrow_outline_down_left_20_filled:before { content: "\e100"; } -.icon-ic_fluent_arrow_paragraph_20_regular:before { +.icon-ic_fluent_arrow_outline_down_left_20_regular:before { content: "\e101"; } -.icon-ic_fluent_arrow_previous_20_filled:before { +.icon-ic_fluent_arrow_outline_up_right_20_filled:before { content: "\e102"; } -.icon-ic_fluent_arrow_previous_20_regular:before { +.icon-ic_fluent_arrow_outline_up_right_20_regular:before { content: "\e103"; } -.icon-ic_fluent_arrow_redo_20_filled:before { +.icon-ic_fluent_arrow_paragraph_20_filled:before { content: "\e104"; } -.icon-ic_fluent_arrow_redo_20_regular:before { +.icon-ic_fluent_arrow_paragraph_20_regular:before { content: "\e105"; } -.icon-ic_fluent_arrow_repeat_1_20_filled:before { +.icon-ic_fluent_arrow_previous_20_filled:before { content: "\e106"; } -.icon-ic_fluent_arrow_repeat_1_20_regular:before { +.icon-ic_fluent_arrow_previous_20_regular:before { content: "\e107"; } -.icon-ic_fluent_arrow_repeat_all_20_filled:before { +.icon-ic_fluent_arrow_redo_20_filled:before { content: "\e108"; } -.icon-ic_fluent_arrow_repeat_all_20_regular:before { +.icon-ic_fluent_arrow_redo_20_regular:before { content: "\e109"; } -.icon-ic_fluent_arrow_repeat_all_off_20_filled:before { +.icon-ic_fluent_arrow_repeat_1_20_filled:before { content: "\e10a"; } -.icon-ic_fluent_arrow_repeat_all_off_20_regular:before { +.icon-ic_fluent_arrow_repeat_1_20_regular:before { content: "\e10b"; } -.icon-ic_fluent_arrow_reply_20_filled:before { +.icon-ic_fluent_arrow_repeat_all_20_filled:before { content: "\e10c"; } -.icon-ic_fluent_arrow_reply_20_regular:before { +.icon-ic_fluent_arrow_repeat_all_20_regular:before { content: "\e10d"; } -.icon-ic_fluent_arrow_reply_all_20_filled:before { +.icon-ic_fluent_arrow_repeat_all_off_20_filled:before { content: "\e10e"; } -.icon-ic_fluent_arrow_reply_all_20_regular:before { +.icon-ic_fluent_arrow_repeat_all_off_20_regular:before { content: "\e10f"; } -.icon-ic_fluent_arrow_reply_down_20_filled:before { +.icon-ic_fluent_arrow_reply_20_filled:before { content: "\e110"; } -.icon-ic_fluent_arrow_reply_down_20_regular:before { +.icon-ic_fluent_arrow_reply_20_regular:before { content: "\e111"; } -.icon-ic_fluent_arrow_reset_20_filled:before { +.icon-ic_fluent_arrow_reply_all_20_filled:before { content: "\e112"; } -.icon-ic_fluent_arrow_reset_20_regular:before { +.icon-ic_fluent_arrow_reply_all_20_regular:before { content: "\e113"; } -.icon-ic_fluent_arrow_right_20_filled:before { +.icon-ic_fluent_arrow_reply_down_20_filled:before { content: "\e114"; } -.icon-ic_fluent_arrow_right_20_regular:before { +.icon-ic_fluent_arrow_reply_down_20_regular:before { content: "\e115"; } -.icon-ic_fluent_arrow_rotate_clockwise_20_filled:before { +.icon-ic_fluent_arrow_reset_20_filled:before { content: "\e116"; } -.icon-ic_fluent_arrow_rotate_clockwise_20_regular:before { +.icon-ic_fluent_arrow_reset_20_regular:before { content: "\e117"; } -.icon-ic_fluent_arrow_rotate_counterclockwise_20_filled:before { +.icon-ic_fluent_arrow_right_20_filled:before { content: "\e118"; } -.icon-ic_fluent_arrow_rotate_counterclockwise_20_regular:before { +.icon-ic_fluent_arrow_right_20_regular:before { content: "\e119"; } -.icon-ic_fluent_arrow_routing_20_filled:before { +.icon-ic_fluent_arrow_rotate_clockwise_20_filled:before { content: "\e11a"; } -.icon-ic_fluent_arrow_routing_20_regular:before { +.icon-ic_fluent_arrow_rotate_clockwise_20_regular:before { content: "\e11b"; } -.icon-ic_fluent_arrow_routing_rectangle_multiple_20_filled:before { +.icon-ic_fluent_arrow_rotate_counterclockwise_20_filled:before { content: "\e11c"; } -.icon-ic_fluent_arrow_routing_rectangle_multiple_20_regular:before { +.icon-ic_fluent_arrow_rotate_counterclockwise_20_regular:before { content: "\e11d"; } -.icon-ic_fluent_arrow_shuffle_20_filled:before { +.icon-ic_fluent_arrow_routing_20_filled:before { content: "\e11e"; } -.icon-ic_fluent_arrow_shuffle_20_regular:before { +.icon-ic_fluent_arrow_routing_20_regular:before { content: "\e11f"; } -.icon-ic_fluent_arrow_shuffle_off_20_filled:before { +.icon-ic_fluent_arrow_routing_rectangle_multiple_20_filled:before { content: "\e120"; } -.icon-ic_fluent_arrow_shuffle_off_20_regular:before { +.icon-ic_fluent_arrow_routing_rectangle_multiple_20_regular:before { content: "\e121"; } -.icon-ic_fluent_arrow_sort_20_filled:before { +.icon-ic_fluent_arrow_shuffle_20_filled:before { content: "\e122"; } -.icon-ic_fluent_arrow_sort_20_regular:before { +.icon-ic_fluent_arrow_shuffle_20_regular:before { content: "\e123"; } -.icon-ic_fluent_arrow_sort_down_20_filled:before { +.icon-ic_fluent_arrow_shuffle_off_20_filled:before { content: "\e124"; } -.icon-ic_fluent_arrow_sort_down_20_regular:before { +.icon-ic_fluent_arrow_shuffle_off_20_regular:before { content: "\e125"; } -.icon-ic_fluent_arrow_sort_down_lines_20_filled:before { +.icon-ic_fluent_arrow_sort_20_filled:before { content: "\e126"; } -.icon-ic_fluent_arrow_sort_down_lines_20_regular:before { +.icon-ic_fluent_arrow_sort_20_regular:before { content: "\e127"; } -.icon-ic_fluent_arrow_sort_up_20_filled:before { +.icon-ic_fluent_arrow_sort_down_20_filled:before { content: "\e128"; } -.icon-ic_fluent_arrow_sort_up_20_regular:before { +.icon-ic_fluent_arrow_sort_down_20_regular:before { content: "\e129"; } -.icon-ic_fluent_arrow_split_20_filled:before { +.icon-ic_fluent_arrow_sort_down_lines_20_filled:before { content: "\e12a"; } -.icon-ic_fluent_arrow_split_20_regular:before { +.icon-ic_fluent_arrow_sort_down_lines_20_regular:before { content: "\e12b"; } -.icon-ic_fluent_arrow_sprint_20_filled:before { +.icon-ic_fluent_arrow_sort_up_20_filled:before { content: "\e12c"; } -.icon-ic_fluent_arrow_sprint_20_regular:before { +.icon-ic_fluent_arrow_sort_up_20_regular:before { content: "\e12d"; } -.icon-ic_fluent_arrow_square_down_20_filled:before { +.icon-ic_fluent_arrow_sort_up_lines_20_filled:before { content: "\e12e"; } -.icon-ic_fluent_arrow_square_down_20_regular:before { +.icon-ic_fluent_arrow_sort_up_lines_20_regular:before { content: "\e12f"; } -.icon-ic_fluent_arrow_square_up_right_20_filled:before { +.icon-ic_fluent_arrow_split_20_filled:before { content: "\e130"; } -.icon-ic_fluent_arrow_square_up_right_20_regular:before { +.icon-ic_fluent_arrow_split_20_regular:before { content: "\e131"; } -.icon-ic_fluent_arrow_step_back_20_filled:before { +.icon-ic_fluent_arrow_sprint_20_filled:before { content: "\e132"; } -.icon-ic_fluent_arrow_step_back_20_regular:before { +.icon-ic_fluent_arrow_sprint_20_regular:before { content: "\e133"; } -.icon-ic_fluent_arrow_step_in_20_filled:before { +.icon-ic_fluent_arrow_square_down_20_filled:before { content: "\e134"; } -.icon-ic_fluent_arrow_step_in_20_regular:before { +.icon-ic_fluent_arrow_square_down_20_regular:before { content: "\e135"; } -.icon-ic_fluent_arrow_step_in_diagonal_down_left_20_filled:before { +.icon-ic_fluent_arrow_square_up_right_20_filled:before { content: "\e136"; } -.icon-ic_fluent_arrow_step_in_diagonal_down_left_20_regular:before { +.icon-ic_fluent_arrow_square_up_right_20_regular:before { content: "\e137"; } -.icon-ic_fluent_arrow_step_in_left_20_filled:before { +.icon-ic_fluent_arrow_step_back_20_filled:before { content: "\e138"; } -.icon-ic_fluent_arrow_step_in_left_20_regular:before { +.icon-ic_fluent_arrow_step_back_20_regular:before { content: "\e139"; } -.icon-ic_fluent_arrow_step_in_right_20_filled:before { +.icon-ic_fluent_arrow_step_in_20_filled:before { content: "\e13a"; } -.icon-ic_fluent_arrow_step_in_right_20_regular:before { +.icon-ic_fluent_arrow_step_in_20_regular:before { content: "\e13b"; } -.icon-ic_fluent_arrow_step_out_20_filled:before { +.icon-ic_fluent_arrow_step_in_diagonal_down_left_20_filled:before { content: "\e13c"; } -.icon-ic_fluent_arrow_step_out_20_regular:before { +.icon-ic_fluent_arrow_step_in_diagonal_down_left_20_regular:before { content: "\e13d"; } -.icon-ic_fluent_arrow_step_over_20_filled:before { +.icon-ic_fluent_arrow_step_in_left_20_filled:before { content: "\e13e"; } -.icon-ic_fluent_arrow_step_over_20_regular:before { +.icon-ic_fluent_arrow_step_in_left_20_regular:before { content: "\e13f"; } -.icon-ic_fluent_arrow_swap_20_filled:before { +.icon-ic_fluent_arrow_step_in_right_20_filled:before { content: "\e140"; } -.icon-ic_fluent_arrow_swap_20_regular:before { +.icon-ic_fluent_arrow_step_in_right_20_regular:before { content: "\e141"; } -.icon-ic_fluent_arrow_sync_20_filled:before { +.icon-ic_fluent_arrow_step_out_20_filled:before { content: "\e142"; } -.icon-ic_fluent_arrow_sync_20_regular:before { +.icon-ic_fluent_arrow_step_out_20_regular:before { content: "\e143"; } -.icon-ic_fluent_arrow_sync_checkmark_20_filled:before { +.icon-ic_fluent_arrow_step_over_20_filled:before { content: "\e144"; } -.icon-ic_fluent_arrow_sync_checkmark_20_regular:before { +.icon-ic_fluent_arrow_step_over_20_regular:before { content: "\e145"; } -.icon-ic_fluent_arrow_sync_circle_20_filled:before { +.icon-ic_fluent_arrow_swap_20_filled:before { content: "\e146"; } -.icon-ic_fluent_arrow_sync_circle_20_regular:before { +.icon-ic_fluent_arrow_swap_20_regular:before { content: "\e147"; } -.icon-ic_fluent_arrow_sync_dismiss_20_filled:before { +.icon-ic_fluent_arrow_sync_20_filled:before { content: "\e148"; } -.icon-ic_fluent_arrow_sync_dismiss_20_regular:before { +.icon-ic_fluent_arrow_sync_20_regular:before { content: "\e149"; } -.icon-ic_fluent_arrow_sync_off_20_filled:before { +.icon-ic_fluent_arrow_sync_checkmark_20_filled:before { content: "\e14a"; } -.icon-ic_fluent_arrow_sync_off_20_regular:before { +.icon-ic_fluent_arrow_sync_checkmark_20_regular:before { content: "\e14b"; } -.icon-ic_fluent_arrow_trending_20_filled:before { +.icon-ic_fluent_arrow_sync_circle_20_filled:before { content: "\e14c"; } -.icon-ic_fluent_arrow_trending_20_regular:before { +.icon-ic_fluent_arrow_sync_circle_20_regular:before { content: "\e14d"; } -.icon-ic_fluent_arrow_trending_checkmark_20_filled:before { +.icon-ic_fluent_arrow_sync_dismiss_20_filled:before { content: "\e14e"; } -.icon-ic_fluent_arrow_trending_checkmark_20_regular:before { +.icon-ic_fluent_arrow_sync_dismiss_20_regular:before { content: "\e14f"; } -.icon-ic_fluent_arrow_trending_down_20_filled:before { +.icon-ic_fluent_arrow_sync_off_20_filled:before { content: "\e150"; } -.icon-ic_fluent_arrow_trending_down_20_regular:before { +.icon-ic_fluent_arrow_sync_off_20_regular:before { content: "\e151"; } -.icon-ic_fluent_arrow_trending_lines_20_filled:before { +.icon-ic_fluent_arrow_trending_20_filled:before { content: "\e152"; } -.icon-ic_fluent_arrow_trending_lines_20_regular:before { +.icon-ic_fluent_arrow_trending_20_regular:before { content: "\e153"; } -.icon-ic_fluent_arrow_trending_settings_20_filled:before { +.icon-ic_fluent_arrow_trending_checkmark_20_filled:before { content: "\e154"; } -.icon-ic_fluent_arrow_trending_settings_20_regular:before { +.icon-ic_fluent_arrow_trending_checkmark_20_regular:before { content: "\e155"; } -.icon-ic_fluent_arrow_trending_sparkle_20_filled:before { +.icon-ic_fluent_arrow_trending_down_20_filled:before { content: "\e156"; } -.icon-ic_fluent_arrow_trending_sparkle_20_regular:before { +.icon-ic_fluent_arrow_trending_down_20_regular:before { content: "\e157"; } -.icon-ic_fluent_arrow_trending_text_20_filled:before { +.icon-ic_fluent_arrow_trending_lines_20_filled:before { content: "\e158"; } -.icon-ic_fluent_arrow_trending_text_20_regular:before { +.icon-ic_fluent_arrow_trending_lines_20_regular:before { content: "\e159"; } -.icon-ic_fluent_arrow_trending_wrench_20_filled:before { +.icon-ic_fluent_arrow_trending_settings_20_filled:before { content: "\e15a"; } -.icon-ic_fluent_arrow_trending_wrench_20_regular:before { +.icon-ic_fluent_arrow_trending_settings_20_regular:before { content: "\e15b"; } -.icon-ic_fluent_arrow_turn_bidirectional_down_right_20_filled:before { +.icon-ic_fluent_arrow_trending_sparkle_20_filled:before { content: "\e15c"; } -.icon-ic_fluent_arrow_turn_bidirectional_down_right_20_regular:before { +.icon-ic_fluent_arrow_trending_sparkle_20_regular:before { content: "\e15d"; } -.icon-ic_fluent_arrow_turn_down_left_20_filled:before { +.icon-ic_fluent_arrow_trending_text_20_filled:before { content: "\e15e"; } -.icon-ic_fluent_arrow_turn_down_left_20_regular:before { +.icon-ic_fluent_arrow_trending_text_20_regular:before { content: "\e15f"; } -.icon-ic_fluent_arrow_turn_down_right_20_filled:before { +.icon-ic_fluent_arrow_trending_wrench_20_filled:before { content: "\e160"; } -.icon-ic_fluent_arrow_turn_down_right_20_regular:before { +.icon-ic_fluent_arrow_trending_wrench_20_regular:before { content: "\e161"; } -.icon-ic_fluent_arrow_turn_down_up_20_filled:before { +.icon-ic_fluent_arrow_turn_bidirectional_down_right_20_filled:before { content: "\e162"; } -.icon-ic_fluent_arrow_turn_down_up_20_regular:before { +.icon-ic_fluent_arrow_turn_bidirectional_down_right_20_regular:before { content: "\e163"; } -.icon-ic_fluent_arrow_turn_left_down_20_filled:before { +.icon-ic_fluent_arrow_turn_down_left_20_filled:before { content: "\e164"; } -.icon-ic_fluent_arrow_turn_left_down_20_regular:before { +.icon-ic_fluent_arrow_turn_down_left_20_regular:before { content: "\e165"; } -.icon-ic_fluent_arrow_turn_left_right_20_filled:before { +.icon-ic_fluent_arrow_turn_down_right_20_filled:before { content: "\e166"; } -.icon-ic_fluent_arrow_turn_left_right_20_regular:before { +.icon-ic_fluent_arrow_turn_down_right_20_regular:before { content: "\e167"; } -.icon-ic_fluent_arrow_turn_left_up_20_filled:before { +.icon-ic_fluent_arrow_turn_down_up_20_filled:before { content: "\e168"; } -.icon-ic_fluent_arrow_turn_left_up_20_regular:before { +.icon-ic_fluent_arrow_turn_down_up_20_regular:before { content: "\e169"; } -.icon-ic_fluent_arrow_turn_right_20_filled:before { +.icon-ic_fluent_arrow_turn_left_down_20_filled:before { content: "\e16a"; } -.icon-ic_fluent_arrow_turn_right_20_regular:before { +.icon-ic_fluent_arrow_turn_left_down_20_regular:before { content: "\e16b"; } -.icon-ic_fluent_arrow_turn_right_down_20_filled:before { +.icon-ic_fluent_arrow_turn_left_right_20_filled:before { content: "\e16c"; } -.icon-ic_fluent_arrow_turn_right_down_20_regular:before { +.icon-ic_fluent_arrow_turn_left_right_20_regular:before { content: "\e16d"; } -.icon-ic_fluent_arrow_turn_right_left_20_filled:before { +.icon-ic_fluent_arrow_turn_left_up_20_filled:before { content: "\e16e"; } -.icon-ic_fluent_arrow_turn_right_left_20_regular:before { +.icon-ic_fluent_arrow_turn_left_up_20_regular:before { content: "\e16f"; } -.icon-ic_fluent_arrow_turn_right_up_20_filled:before { +.icon-ic_fluent_arrow_turn_right_20_filled:before { content: "\e170"; } -.icon-ic_fluent_arrow_turn_right_up_20_regular:before { +.icon-ic_fluent_arrow_turn_right_20_regular:before { content: "\e171"; } -.icon-ic_fluent_arrow_turn_up_down_20_filled:before { +.icon-ic_fluent_arrow_turn_right_down_20_filled:before { content: "\e172"; } -.icon-ic_fluent_arrow_turn_up_down_20_regular:before { +.icon-ic_fluent_arrow_turn_right_down_20_regular:before { content: "\e173"; } -.icon-ic_fluent_arrow_turn_up_left_20_filled:before { +.icon-ic_fluent_arrow_turn_right_left_20_filled:before { content: "\e174"; } -.icon-ic_fluent_arrow_turn_up_left_20_regular:before { +.icon-ic_fluent_arrow_turn_right_left_20_regular:before { content: "\e175"; } -.icon-ic_fluent_arrow_undo_20_filled:before { +.icon-ic_fluent_arrow_turn_right_up_20_filled:before { content: "\e176"; } -.icon-ic_fluent_arrow_undo_20_regular:before { +.icon-ic_fluent_arrow_turn_right_up_20_regular:before { content: "\e177"; } -.icon-ic_fluent_arrow_up_20_filled:before { +.icon-ic_fluent_arrow_turn_up_down_20_filled:before { content: "\e178"; } -.icon-ic_fluent_arrow_up_20_regular:before { +.icon-ic_fluent_arrow_turn_up_down_20_regular:before { content: "\e179"; } -.icon-ic_fluent_arrow_up_left_20_filled:before { +.icon-ic_fluent_arrow_turn_up_left_20_filled:before { content: "\e17a"; } -.icon-ic_fluent_arrow_up_left_20_regular:before { +.icon-ic_fluent_arrow_turn_up_left_20_regular:before { content: "\e17b"; } -.icon-ic_fluent_arrow_up_right_20_filled:before { +.icon-ic_fluent_arrow_undo_20_filled:before { content: "\e17c"; } -.icon-ic_fluent_arrow_up_right_20_regular:before { +.icon-ic_fluent_arrow_undo_20_regular:before { content: "\e17d"; } -.icon-ic_fluent_arrow_upload_20_filled:before { +.icon-ic_fluent_arrow_up_20_filled:before { content: "\e17e"; } -.icon-ic_fluent_arrow_upload_20_regular:before { +.icon-ic_fluent_arrow_up_20_regular:before { content: "\e17f"; } -.icon-ic_fluent_arrow_wrap_20_filled:before { +.icon-ic_fluent_arrow_up_exclamation_20_filled:before { content: "\e180"; } -.icon-ic_fluent_arrow_wrap_20_regular:before { +.icon-ic_fluent_arrow_up_exclamation_20_regular:before { content: "\e181"; } -.icon-ic_fluent_arrow_wrap_off_20_filled:before { +.icon-ic_fluent_arrow_up_left_20_filled:before { content: "\e182"; } -.icon-ic_fluent_arrow_wrap_off_20_regular:before { +.icon-ic_fluent_arrow_up_left_20_regular:before { content: "\e183"; } -.icon-ic_fluent_arrows_bidirectional_20_filled:before { +.icon-ic_fluent_arrow_up_right_20_filled:before { content: "\e184"; } -.icon-ic_fluent_arrows_bidirectional_20_regular:before { +.icon-ic_fluent_arrow_up_right_20_regular:before { content: "\e185"; } -.icon-ic_fluent_attach_20_filled:before { +.icon-ic_fluent_arrow_upload_20_filled:before { content: "\e186"; } -.icon-ic_fluent_attach_20_regular:before { +.icon-ic_fluent_arrow_upload_20_regular:before { content: "\e187"; } -.icon-ic_fluent_attach_arrow_right_20_filled:before { +.icon-ic_fluent_arrow_wrap_20_filled:before { content: "\e188"; } -.icon-ic_fluent_attach_arrow_right_20_regular:before { +.icon-ic_fluent_arrow_wrap_20_regular:before { content: "\e189"; } -.icon-ic_fluent_attach_text_20_filled:before { +.icon-ic_fluent_arrow_wrap_off_20_filled:before { content: "\e18a"; } -.icon-ic_fluent_attach_text_20_regular:before { +.icon-ic_fluent_arrow_wrap_off_20_regular:before { content: "\e18b"; } -.icon-ic_fluent_auto_fit_height_20_filled:before { +.icon-ic_fluent_arrows_bidirectional_20_filled:before { content: "\e18c"; } -.icon-ic_fluent_auto_fit_height_20_regular:before { +.icon-ic_fluent_arrows_bidirectional_20_regular:before { content: "\e18d"; } -.icon-ic_fluent_auto_fit_width_20_filled:before { +.icon-ic_fluent_attach_20_filled:before { content: "\e18e"; } -.icon-ic_fluent_auto_fit_width_20_regular:before { +.icon-ic_fluent_attach_20_regular:before { content: "\e18f"; } -.icon-ic_fluent_autocorrect_20_filled:before { +.icon-ic_fluent_attach_arrow_right_20_filled:before { content: "\e190"; } -.icon-ic_fluent_autocorrect_20_regular:before { +.icon-ic_fluent_attach_arrow_right_20_regular:before { content: "\e191"; } -.icon-ic_fluent_autosum_20_filled:before { +.icon-ic_fluent_attach_text_20_filled:before { content: "\e192"; } -.icon-ic_fluent_autosum_20_regular:before { +.icon-ic_fluent_attach_text_20_regular:before { content: "\e193"; } -.icon-ic_fluent_backpack_20_filled:before { +.icon-ic_fluent_auto_fit_height_20_filled:before { content: "\e194"; } -.icon-ic_fluent_backpack_20_regular:before { +.icon-ic_fluent_auto_fit_height_20_regular:before { content: "\e195"; } -.icon-ic_fluent_backpack_add_20_filled:before { +.icon-ic_fluent_auto_fit_width_20_filled:before { content: "\e196"; } -.icon-ic_fluent_backpack_add_20_regular:before { +.icon-ic_fluent_auto_fit_width_20_regular:before { content: "\e197"; } -.icon-ic_fluent_backspace_20_filled:before { +.icon-ic_fluent_autocorrect_20_filled:before { content: "\e198"; } -.icon-ic_fluent_backspace_20_regular:before { +.icon-ic_fluent_autocorrect_20_regular:before { content: "\e199"; } -.icon-ic_fluent_badge_20_filled:before { +.icon-ic_fluent_autosum_20_filled:before { content: "\e19a"; } -.icon-ic_fluent_badge_20_regular:before { +.icon-ic_fluent_autosum_20_regular:before { content: "\e19b"; } -.icon-ic_fluent_balloon_20_filled:before { +.icon-ic_fluent_backpack_20_filled:before { content: "\e19c"; } -.icon-ic_fluent_balloon_20_regular:before { +.icon-ic_fluent_backpack_20_regular:before { content: "\e19d"; } -.icon-ic_fluent_barcode_scanner_20_filled:before { +.icon-ic_fluent_backpack_add_20_filled:before { content: "\e19e"; } -.icon-ic_fluent_barcode_scanner_20_regular:before { +.icon-ic_fluent_backpack_add_20_regular:before { content: "\e19f"; } -.icon-ic_fluent_battery_0_20_filled:before { +.icon-ic_fluent_backspace_20_filled:before { content: "\e1a0"; } -.icon-ic_fluent_battery_0_20_regular:before { +.icon-ic_fluent_backspace_20_regular:before { content: "\e1a1"; } -.icon-ic_fluent_battery_1_20_filled:before { +.icon-ic_fluent_badge_20_filled:before { content: "\e1a2"; } -.icon-ic_fluent_battery_1_20_regular:before { +.icon-ic_fluent_badge_20_regular:before { content: "\e1a3"; } -.icon-ic_fluent_battery_10_20_filled:before { +.icon-ic_fluent_balloon_20_filled:before { content: "\e1a4"; } -.icon-ic_fluent_battery_10_20_regular:before { +.icon-ic_fluent_balloon_20_regular:before { content: "\e1a5"; } -.icon-ic_fluent_battery_2_20_filled:before { +.icon-ic_fluent_barcode_scanner_20_filled:before { content: "\e1a6"; } -.icon-ic_fluent_battery_2_20_regular:before { +.icon-ic_fluent_barcode_scanner_20_regular:before { content: "\e1a7"; } -.icon-ic_fluent_battery_3_20_filled:before { +.icon-ic_fluent_battery_0_20_filled:before { content: "\e1a8"; } -.icon-ic_fluent_battery_3_20_regular:before { +.icon-ic_fluent_battery_0_20_regular:before { content: "\e1a9"; } -.icon-ic_fluent_battery_4_20_filled:before { +.icon-ic_fluent_battery_1_20_filled:before { content: "\e1aa"; } -.icon-ic_fluent_battery_4_20_regular:before { +.icon-ic_fluent_battery_1_20_regular:before { content: "\e1ab"; } -.icon-ic_fluent_battery_5_20_filled:before { +.icon-ic_fluent_battery_10_20_filled:before { content: "\e1ac"; } -.icon-ic_fluent_battery_5_20_regular:before { +.icon-ic_fluent_battery_10_20_regular:before { content: "\e1ad"; } -.icon-ic_fluent_battery_6_20_filled:before { +.icon-ic_fluent_battery_2_20_filled:before { content: "\e1ae"; } -.icon-ic_fluent_battery_6_20_regular:before { +.icon-ic_fluent_battery_2_20_regular:before { content: "\e1af"; } -.icon-ic_fluent_battery_7_20_filled:before { +.icon-ic_fluent_battery_3_20_filled:before { content: "\e1b0"; } -.icon-ic_fluent_battery_7_20_regular:before { +.icon-ic_fluent_battery_3_20_regular:before { content: "\e1b1"; } -.icon-ic_fluent_battery_8_20_filled:before { +.icon-ic_fluent_battery_4_20_filled:before { content: "\e1b2"; } -.icon-ic_fluent_battery_8_20_regular:before { +.icon-ic_fluent_battery_4_20_regular:before { content: "\e1b3"; } -.icon-ic_fluent_battery_9_20_filled:before { +.icon-ic_fluent_battery_5_20_filled:before { content: "\e1b4"; } -.icon-ic_fluent_battery_9_20_regular:before { +.icon-ic_fluent_battery_5_20_regular:before { content: "\e1b5"; } -.icon-ic_fluent_battery_charge_20_filled:before { +.icon-ic_fluent_battery_6_20_filled:before { content: "\e1b6"; } -.icon-ic_fluent_battery_charge_20_regular:before { +.icon-ic_fluent_battery_6_20_regular:before { content: "\e1b7"; } -.icon-ic_fluent_battery_checkmark_20_filled:before { +.icon-ic_fluent_battery_7_20_filled:before { content: "\e1b8"; } -.icon-ic_fluent_battery_checkmark_20_regular:before { +.icon-ic_fluent_battery_7_20_regular:before { content: "\e1b9"; } -.icon-ic_fluent_battery_saver_20_filled:before { +.icon-ic_fluent_battery_8_20_filled:before { content: "\e1ba"; } -.icon-ic_fluent_battery_saver_20_regular:before { +.icon-ic_fluent_battery_8_20_regular:before { content: "\e1bb"; } -.icon-ic_fluent_battery_warning_20_filled:before { +.icon-ic_fluent_battery_9_20_filled:before { content: "\e1bc"; } -.icon-ic_fluent_battery_warning_20_regular:before { +.icon-ic_fluent_battery_9_20_regular:before { content: "\e1bd"; } -.icon-ic_fluent_beach_20_filled:before { +.icon-ic_fluent_battery_charge_20_filled:before { content: "\e1be"; } -.icon-ic_fluent_beach_20_regular:before { +.icon-ic_fluent_battery_charge_20_regular:before { content: "\e1bf"; } -.icon-ic_fluent_beaker_20_filled:before { +.icon-ic_fluent_battery_checkmark_20_filled:before { content: "\e1c0"; } -.icon-ic_fluent_beaker_20_regular:before { +.icon-ic_fluent_battery_checkmark_20_regular:before { content: "\e1c1"; } -.icon-ic_fluent_beaker_add_20_filled:before { +.icon-ic_fluent_battery_saver_20_filled:before { content: "\e1c2"; } -.icon-ic_fluent_beaker_add_20_regular:before { +.icon-ic_fluent_battery_saver_20_regular:before { content: "\e1c3"; } -.icon-ic_fluent_beaker_dismiss_20_filled:before { +.icon-ic_fluent_battery_warning_20_filled:before { content: "\e1c4"; } -.icon-ic_fluent_beaker_dismiss_20_regular:before { +.icon-ic_fluent_battery_warning_20_regular:before { content: "\e1c5"; } -.icon-ic_fluent_beaker_edit_20_filled:before { +.icon-ic_fluent_beach_20_filled:before { content: "\e1c6"; } -.icon-ic_fluent_beaker_edit_20_regular:before { +.icon-ic_fluent_beach_20_regular:before { content: "\e1c7"; } -.icon-ic_fluent_beaker_off_20_filled:before { +.icon-ic_fluent_beaker_20_filled:before { content: "\e1c8"; } -.icon-ic_fluent_beaker_off_20_regular:before { +.icon-ic_fluent_beaker_20_regular:before { content: "\e1c9"; } -.icon-ic_fluent_beaker_settings_20_filled:before { +.icon-ic_fluent_beaker_add_20_filled:before { content: "\e1ca"; } -.icon-ic_fluent_beaker_settings_20_regular:before { +.icon-ic_fluent_beaker_add_20_regular:before { content: "\e1cb"; } -.icon-ic_fluent_bed_20_filled:before { +.icon-ic_fluent_beaker_dismiss_20_filled:before { content: "\e1cc"; } -.icon-ic_fluent_bed_20_regular:before { +.icon-ic_fluent_beaker_dismiss_20_regular:before { content: "\e1cd"; } -.icon-ic_fluent_bezier_curve_square_20_filled:before { +.icon-ic_fluent_beaker_edit_20_filled:before { content: "\e1ce"; } -.icon-ic_fluent_bezier_curve_square_20_regular:before { +.icon-ic_fluent_beaker_edit_20_regular:before { content: "\e1cf"; } -.icon-ic_fluent_bin_full_20_filled:before { +.icon-ic_fluent_beaker_off_20_filled:before { content: "\e1d0"; } -.icon-ic_fluent_bin_full_20_regular:before { +.icon-ic_fluent_beaker_off_20_regular:before { content: "\e1d1"; } -.icon-ic_fluent_bin_recycle_20_filled:before { +.icon-ic_fluent_beaker_settings_20_filled:before { content: "\e1d2"; } -.icon-ic_fluent_bin_recycle_20_regular:before { +.icon-ic_fluent_beaker_settings_20_regular:before { content: "\e1d3"; } -.icon-ic_fluent_bin_recycle_full_20_filled:before { +.icon-ic_fluent_bed_20_filled:before { content: "\e1d4"; } -.icon-ic_fluent_bin_recycle_full_20_regular:before { +.icon-ic_fluent_bed_20_regular:before { content: "\e1d5"; } -.icon-ic_fluent_binder_triangle_20_filled:before { +.icon-ic_fluent_bench_20_filled:before { content: "\e1d6"; } -.icon-ic_fluent_binder_triangle_20_regular:before { +.icon-ic_fluent_bench_20_regular:before { content: "\e1d7"; } -.icon-ic_fluent_bluetooth_20_filled:before { +.icon-ic_fluent_bezier_curve_square_20_filled:before { content: "\e1d8"; } -.icon-ic_fluent_bluetooth_20_regular:before { +.icon-ic_fluent_bezier_curve_square_20_regular:before { content: "\e1d9"; } -.icon-ic_fluent_bluetooth_connected_20_filled:before { +.icon-ic_fluent_bin_full_20_filled:before { content: "\e1da"; } -.icon-ic_fluent_bluetooth_connected_20_regular:before { +.icon-ic_fluent_bin_full_20_regular:before { content: "\e1db"; } -.icon-ic_fluent_bluetooth_disabled_20_filled:before { +.icon-ic_fluent_bin_recycle_20_filled:before { content: "\e1dc"; } -.icon-ic_fluent_bluetooth_disabled_20_regular:before { +.icon-ic_fluent_bin_recycle_20_regular:before { content: "\e1dd"; } -.icon-ic_fluent_bluetooth_searching_20_filled:before { +.icon-ic_fluent_bin_recycle_full_20_filled:before { content: "\e1de"; } -.icon-ic_fluent_bluetooth_searching_20_regular:before { +.icon-ic_fluent_bin_recycle_full_20_regular:before { content: "\e1df"; } -.icon-ic_fluent_blur_20_filled:before { +.icon-ic_fluent_binder_triangle_20_filled:before { content: "\e1e0"; } -.icon-ic_fluent_blur_20_regular:before { +.icon-ic_fluent_binder_triangle_20_regular:before { content: "\e1e1"; } -.icon-ic_fluent_board_20_filled:before { +.icon-ic_fluent_bluetooth_20_filled:before { content: "\e1e2"; } -.icon-ic_fluent_board_20_regular:before { +.icon-ic_fluent_bluetooth_20_regular:before { content: "\e1e3"; } -.icon-ic_fluent_board_games_20_filled:before { +.icon-ic_fluent_bluetooth_connected_20_filled:before { content: "\e1e4"; } -.icon-ic_fluent_board_games_20_regular:before { +.icon-ic_fluent_bluetooth_connected_20_regular:before { content: "\e1e5"; } -.icon-ic_fluent_board_heart_20_filled:before { +.icon-ic_fluent_bluetooth_disabled_20_filled:before { content: "\e1e6"; } -.icon-ic_fluent_board_heart_20_regular:before { +.icon-ic_fluent_bluetooth_disabled_20_regular:before { content: "\e1e7"; } -.icon-ic_fluent_board_split_20_filled:before { +.icon-ic_fluent_bluetooth_searching_20_filled:before { content: "\e1e8"; } -.icon-ic_fluent_board_split_20_regular:before { +.icon-ic_fluent_bluetooth_searching_20_regular:before { content: "\e1e9"; } -.icon-ic_fluent_book_20_filled:before { +.icon-ic_fluent_blur_20_filled:before { content: "\e1ea"; } -.icon-ic_fluent_book_20_regular:before { +.icon-ic_fluent_blur_20_regular:before { content: "\e1eb"; } -.icon-ic_fluent_book_add_20_filled:before { +.icon-ic_fluent_board_20_filled:before { content: "\e1ec"; } -.icon-ic_fluent_book_add_20_regular:before { +.icon-ic_fluent_board_20_regular:before { content: "\e1ed"; } -.icon-ic_fluent_book_arrow_clockwise_20_filled:before { +.icon-ic_fluent_board_games_20_filled:before { content: "\e1ee"; } -.icon-ic_fluent_book_arrow_clockwise_20_regular:before { +.icon-ic_fluent_board_games_20_regular:before { content: "\e1ef"; } -.icon-ic_fluent_book_clock_20_filled:before { +.icon-ic_fluent_board_heart_20_filled:before { content: "\e1f0"; } -.icon-ic_fluent_book_clock_20_regular:before { +.icon-ic_fluent_board_heart_20_regular:before { content: "\e1f1"; } -.icon-ic_fluent_book_coins_20_filled:before { +.icon-ic_fluent_board_split_20_filled:before { content: "\e1f2"; } -.icon-ic_fluent_book_coins_20_regular:before { +.icon-ic_fluent_board_split_20_regular:before { content: "\e1f3"; } -.icon-ic_fluent_book_compass_20_filled:before { +.icon-ic_fluent_book_20_filled:before { content: "\e1f4"; } -.icon-ic_fluent_book_compass_20_regular:before { +.icon-ic_fluent_book_20_regular:before { content: "\e1f5"; } -.icon-ic_fluent_book_contacts_20_filled:before { +.icon-ic_fluent_book_add_20_filled:before { content: "\e1f6"; } -.icon-ic_fluent_book_contacts_20_regular:before { +.icon-ic_fluent_book_add_20_regular:before { content: "\e1f7"; } -.icon-ic_fluent_book_database_20_filled:before { +.icon-ic_fluent_book_arrow_clockwise_20_filled:before { content: "\e1f8"; } -.icon-ic_fluent_book_database_20_regular:before { +.icon-ic_fluent_book_arrow_clockwise_20_regular:before { content: "\e1f9"; } -.icon-ic_fluent_book_default_20_filled:before { +.icon-ic_fluent_book_clock_20_filled:before { content: "\e1fa"; } -.icon-ic_fluent_book_dismiss_20_filled:before { +.icon-ic_fluent_book_clock_20_regular:before { content: "\e1fb"; } -.icon-ic_fluent_book_dismiss_20_regular:before { +.icon-ic_fluent_book_coins_20_filled:before { content: "\e1fc"; } -.icon-ic_fluent_book_exclamation_mark_20_filled:before { +.icon-ic_fluent_book_coins_20_regular:before { content: "\e1fd"; } -.icon-ic_fluent_book_exclamation_mark_20_regular:before { +.icon-ic_fluent_book_compass_20_filled:before { content: "\e1fe"; } -.icon-ic_fluent_book_globe_20_filled:before { +.icon-ic_fluent_book_compass_20_regular:before { content: "\e1ff"; } -.icon-ic_fluent_book_globe_20_regular:before { +.icon-ic_fluent_book_contacts_20_filled:before { content: "\e200"; } -.icon-ic_fluent_book_information_20_filled:before { +.icon-ic_fluent_book_contacts_20_regular:before { content: "\e201"; } -.icon-ic_fluent_book_information_20_regular:before { +.icon-ic_fluent_book_database_20_filled:before { content: "\e202"; } -.icon-ic_fluent_book_letter_20_filled:before { +.icon-ic_fluent_book_database_20_regular:before { content: "\e203"; } -.icon-ic_fluent_book_letter_20_regular:before { +.icon-ic_fluent_book_default_20_filled:before { content: "\e204"; } -.icon-ic_fluent_book_number_20_filled:before { +.icon-ic_fluent_book_dismiss_20_filled:before { content: "\e205"; } -.icon-ic_fluent_book_number_20_regular:before { +.icon-ic_fluent_book_dismiss_20_regular:before { content: "\e206"; } -.icon-ic_fluent_book_open_20_filled:before { +.icon-ic_fluent_book_exclamation_mark_20_filled:before { content: "\e207"; } -.icon-ic_fluent_book_open_20_regular:before { +.icon-ic_fluent_book_exclamation_mark_20_regular:before { content: "\e208"; } -.icon-ic_fluent_book_open_globe_20_filled:before { +.icon-ic_fluent_book_globe_20_filled:before { content: "\e209"; } -.icon-ic_fluent_book_open_globe_20_regular:before { +.icon-ic_fluent_book_globe_20_regular:before { content: "\e20a"; } -.icon-ic_fluent_book_open_microphone_20_filled:before { +.icon-ic_fluent_book_information_20_filled:before { content: "\e20b"; } -.icon-ic_fluent_book_open_microphone_20_regular:before { +.icon-ic_fluent_book_information_20_regular:before { content: "\e20c"; } -.icon-ic_fluent_book_pulse_20_filled:before { +.icon-ic_fluent_book_letter_20_filled:before { content: "\e20d"; } -.icon-ic_fluent_book_pulse_20_regular:before { +.icon-ic_fluent_book_letter_20_regular:before { content: "\e20e"; } -.icon-ic_fluent_book_question_mark_20_filled:before { +.icon-ic_fluent_book_number_20_filled:before { content: "\e20f"; } -.icon-ic_fluent_book_question_mark_20_regular:before { +.icon-ic_fluent_book_number_20_regular:before { content: "\e210"; } -.icon-ic_fluent_book_question_mark_rtl_20_filled:before { +.icon-ic_fluent_book_open_20_filled:before { content: "\e211"; } -.icon-ic_fluent_book_question_mark_rtl_20_regular:before { +.icon-ic_fluent_book_open_20_regular:before { content: "\e212"; } -.icon-ic_fluent_book_search_20_filled:before { +.icon-ic_fluent_book_open_globe_20_filled:before { content: "\e213"; } -.icon-ic_fluent_book_search_20_regular:before { +.icon-ic_fluent_book_open_globe_20_regular:before { content: "\e214"; } -.icon-ic_fluent_book_star_20_filled:before { +.icon-ic_fluent_book_open_microphone_20_filled:before { content: "\e215"; } -.icon-ic_fluent_book_star_20_regular:before { +.icon-ic_fluent_book_open_microphone_20_regular:before { content: "\e216"; } -.icon-ic_fluent_book_template_20_filled:before { +.icon-ic_fluent_book_pulse_20_filled:before { content: "\e217"; } -.icon-ic_fluent_book_template_20_regular:before { +.icon-ic_fluent_book_pulse_20_regular:before { content: "\e218"; } -.icon-ic_fluent_book_theta_20_filled:before { +.icon-ic_fluent_book_question_mark_20_filled:before { content: "\e219"; } -.icon-ic_fluent_book_theta_20_regular:before { +.icon-ic_fluent_book_question_mark_20_regular:before { content: "\e21a"; } -.icon-ic_fluent_book_toolbox_20_filled:before { +.icon-ic_fluent_book_question_mark_rtl_20_filled:before { content: "\e21b"; } -.icon-ic_fluent_book_toolbox_20_regular:before { +.icon-ic_fluent_book_question_mark_rtl_20_regular:before { content: "\e21c"; } -.icon-ic_fluent_bookmark_20_filled:before { +.icon-ic_fluent_book_search_20_filled:before { content: "\e21d"; } -.icon-ic_fluent_bookmark_20_regular:before { +.icon-ic_fluent_book_search_20_regular:before { content: "\e21e"; } -.icon-ic_fluent_bookmark_add_20_filled:before { +.icon-ic_fluent_book_star_20_filled:before { content: "\e21f"; } -.icon-ic_fluent_bookmark_add_20_regular:before { +.icon-ic_fluent_book_star_20_regular:before { content: "\e220"; } -.icon-ic_fluent_bookmark_multiple_20_filled:before { +.icon-ic_fluent_book_template_20_filled:before { content: "\e221"; } -.icon-ic_fluent_bookmark_multiple_20_regular:before { +.icon-ic_fluent_book_template_20_regular:before { content: "\e222"; } -.icon-ic_fluent_bookmark_off_20_filled:before { +.icon-ic_fluent_book_theta_20_filled:before { content: "\e223"; } -.icon-ic_fluent_bookmark_off_20_regular:before { +.icon-ic_fluent_book_theta_20_regular:before { content: "\e224"; } -.icon-ic_fluent_bookmark_search_20_filled:before { +.icon-ic_fluent_book_toolbox_20_filled:before { content: "\e225"; } -.icon-ic_fluent_bookmark_search_20_regular:before { +.icon-ic_fluent_book_toolbox_20_regular:before { content: "\e226"; } -.icon-ic_fluent_border_all_20_filled:before { +.icon-ic_fluent_bookmark_20_filled:before { content: "\e227"; } -.icon-ic_fluent_border_all_20_regular:before { +.icon-ic_fluent_bookmark_20_regular:before { content: "\e228"; } -.icon-ic_fluent_border_bottom_20_filled:before { +.icon-ic_fluent_bookmark_add_20_filled:before { content: "\e229"; } -.icon-ic_fluent_border_bottom_20_regular:before { +.icon-ic_fluent_bookmark_add_20_regular:before { content: "\e22a"; } -.icon-ic_fluent_border_bottom_double_20_filled:before { +.icon-ic_fluent_bookmark_multiple_20_filled:before { content: "\e22b"; } -.icon-ic_fluent_border_bottom_double_20_regular:before { +.icon-ic_fluent_bookmark_multiple_20_regular:before { content: "\e22c"; } -.icon-ic_fluent_border_bottom_thick_20_filled:before { +.icon-ic_fluent_bookmark_off_20_filled:before { content: "\e22d"; } -.icon-ic_fluent_border_bottom_thick_20_regular:before { +.icon-ic_fluent_bookmark_off_20_regular:before { content: "\e22e"; } -.icon-ic_fluent_border_inside_20_filled:before { +.icon-ic_fluent_bookmark_search_20_filled:before { content: "\e22f"; } -.icon-ic_fluent_border_inside_20_regular:before { +.icon-ic_fluent_bookmark_search_20_regular:before { content: "\e230"; } -.icon-ic_fluent_border_left_20_filled:before { +.icon-ic_fluent_border_all_20_filled:before { content: "\e231"; } -.icon-ic_fluent_border_left_20_regular:before { +.icon-ic_fluent_border_all_20_regular:before { content: "\e232"; } -.icon-ic_fluent_border_left_right_20_filled:before { +.icon-ic_fluent_border_bottom_20_filled:before { content: "\e233"; } -.icon-ic_fluent_border_left_right_20_regular:before { +.icon-ic_fluent_border_bottom_20_regular:before { content: "\e234"; } -.icon-ic_fluent_border_none_20_filled:before { +.icon-ic_fluent_border_bottom_double_20_filled:before { content: "\e235"; } -.icon-ic_fluent_border_none_20_regular:before { +.icon-ic_fluent_border_bottom_double_20_regular:before { content: "\e236"; } -.icon-ic_fluent_border_outside_20_filled:before { +.icon-ic_fluent_border_bottom_thick_20_filled:before { content: "\e237"; } -.icon-ic_fluent_border_outside_20_regular:before { +.icon-ic_fluent_border_bottom_thick_20_regular:before { content: "\e238"; } -.icon-ic_fluent_border_outside_thick_20_filled:before { +.icon-ic_fluent_border_inside_20_filled:before { content: "\e239"; } -.icon-ic_fluent_border_outside_thick_20_regular:before { +.icon-ic_fluent_border_inside_20_regular:before { content: "\e23a"; } -.icon-ic_fluent_border_right_20_filled:before { +.icon-ic_fluent_border_left_20_filled:before { content: "\e23b"; } -.icon-ic_fluent_border_right_20_regular:before { +.icon-ic_fluent_border_left_20_regular:before { content: "\e23c"; } -.icon-ic_fluent_border_top_20_filled:before { +.icon-ic_fluent_border_left_right_20_filled:before { content: "\e23d"; } -.icon-ic_fluent_border_top_20_regular:before { +.icon-ic_fluent_border_left_right_20_regular:before { content: "\e23e"; } -.icon-ic_fluent_border_top_bottom_20_filled:before { +.icon-ic_fluent_border_none_20_filled:before { content: "\e23f"; } -.icon-ic_fluent_border_top_bottom_20_regular:before { +.icon-ic_fluent_border_none_20_regular:before { content: "\e240"; } -.icon-ic_fluent_border_top_bottom_double_20_filled:before { +.icon-ic_fluent_border_outside_20_filled:before { content: "\e241"; } -.icon-ic_fluent_border_top_bottom_double_20_regular:before { +.icon-ic_fluent_border_outside_20_regular:before { content: "\e242"; } -.icon-ic_fluent_border_top_bottom_thick_20_filled:before { +.icon-ic_fluent_border_outside_thick_20_filled:before { content: "\e243"; } -.icon-ic_fluent_border_top_bottom_thick_20_regular:before { +.icon-ic_fluent_border_outside_thick_20_regular:before { content: "\e244"; } -.icon-ic_fluent_bot_20_filled:before { +.icon-ic_fluent_border_right_20_filled:before { content: "\e245"; } -.icon-ic_fluent_bot_20_regular:before { +.icon-ic_fluent_border_right_20_regular:before { content: "\e246"; } -.icon-ic_fluent_bot_add_20_filled:before { +.icon-ic_fluent_border_top_20_filled:before { content: "\e247"; } -.icon-ic_fluent_bot_add_20_regular:before { +.icon-ic_fluent_border_top_20_regular:before { content: "\e248"; } -.icon-ic_fluent_bot_sparkle_20_filled:before { +.icon-ic_fluent_border_top_bottom_20_filled:before { content: "\e249"; } -.icon-ic_fluent_bot_sparkle_20_regular:before { +.icon-ic_fluent_border_top_bottom_20_regular:before { content: "\e24a"; } -.icon-ic_fluent_bow_tie_20_filled:before { +.icon-ic_fluent_border_top_bottom_double_20_filled:before { content: "\e24b"; } -.icon-ic_fluent_bow_tie_20_regular:before { +.icon-ic_fluent_border_top_bottom_double_20_regular:before { content: "\e24c"; } -.icon-ic_fluent_bowl_chopsticks_20_filled:before { +.icon-ic_fluent_border_top_bottom_thick_20_filled:before { content: "\e24d"; } -.icon-ic_fluent_bowl_chopsticks_20_regular:before { +.icon-ic_fluent_border_top_bottom_thick_20_regular:before { content: "\e24e"; } -.icon-ic_fluent_bowl_salad_20_filled:before { +.icon-ic_fluent_bot_20_filled:before { content: "\e24f"; } -.icon-ic_fluent_bowl_salad_20_regular:before { +.icon-ic_fluent_bot_20_regular:before { content: "\e250"; } -.icon-ic_fluent_box_20_filled:before { +.icon-ic_fluent_bot_add_20_filled:before { content: "\e251"; } -.icon-ic_fluent_box_20_regular:before { +.icon-ic_fluent_bot_add_20_regular:before { content: "\e252"; } -.icon-ic_fluent_box_arrow_left_20_filled:before { +.icon-ic_fluent_bot_sparkle_20_filled:before { content: "\e253"; } -.icon-ic_fluent_box_arrow_left_20_regular:before { +.icon-ic_fluent_bot_sparkle_20_regular:before { content: "\e254"; } -.icon-ic_fluent_box_arrow_up_20_filled:before { +.icon-ic_fluent_bow_tie_20_filled:before { content: "\e255"; } -.icon-ic_fluent_box_arrow_up_20_regular:before { +.icon-ic_fluent_bow_tie_20_regular:before { content: "\e256"; } -.icon-ic_fluent_box_checkmark_20_filled:before { +.icon-ic_fluent_bowl_chopsticks_20_filled:before { content: "\e257"; } -.icon-ic_fluent_box_checkmark_20_regular:before { +.icon-ic_fluent_bowl_chopsticks_20_regular:before { content: "\e258"; } -.icon-ic_fluent_box_dismiss_20_filled:before { +.icon-ic_fluent_bowl_salad_20_filled:before { content: "\e259"; } -.icon-ic_fluent_box_dismiss_20_regular:before { +.icon-ic_fluent_bowl_salad_20_regular:before { content: "\e25a"; } -.icon-ic_fluent_box_edit_20_filled:before { +.icon-ic_fluent_box_20_filled:before { content: "\e25b"; } -.icon-ic_fluent_box_edit_20_regular:before { +.icon-ic_fluent_box_20_regular:before { content: "\e25c"; } -.icon-ic_fluent_box_multiple_20_filled:before { +.icon-ic_fluent_box_arrow_left_20_filled:before { content: "\e25d"; } -.icon-ic_fluent_box_multiple_20_regular:before { +.icon-ic_fluent_box_arrow_left_20_regular:before { content: "\e25e"; } -.icon-ic_fluent_box_multiple_arrow_left_20_filled:before { +.icon-ic_fluent_box_arrow_up_20_filled:before { content: "\e25f"; } -.icon-ic_fluent_box_multiple_arrow_left_20_regular:before { +.icon-ic_fluent_box_arrow_up_20_regular:before { content: "\e260"; } -.icon-ic_fluent_box_multiple_arrow_right_20_filled:before { +.icon-ic_fluent_box_checkmark_20_filled:before { content: "\e261"; } -.icon-ic_fluent_box_multiple_arrow_right_20_regular:before { +.icon-ic_fluent_box_checkmark_20_regular:before { content: "\e262"; } -.icon-ic_fluent_box_multiple_checkmark_20_filled:before { +.icon-ic_fluent_box_dismiss_20_filled:before { content: "\e263"; } -.icon-ic_fluent_box_multiple_checkmark_20_regular:before { +.icon-ic_fluent_box_dismiss_20_regular:before { content: "\e264"; } -.icon-ic_fluent_box_multiple_search_20_filled:before { +.icon-ic_fluent_box_edit_20_filled:before { content: "\e265"; } -.icon-ic_fluent_box_multiple_search_20_regular:before { +.icon-ic_fluent_box_edit_20_regular:before { content: "\e266"; } -.icon-ic_fluent_box_search_20_filled:before { +.icon-ic_fluent_box_multiple_20_filled:before { content: "\e267"; } -.icon-ic_fluent_box_search_20_regular:before { +.icon-ic_fluent_box_multiple_20_regular:before { content: "\e268"; } -.icon-ic_fluent_box_toolbox_20_filled:before { +.icon-ic_fluent_box_multiple_arrow_left_20_filled:before { content: "\e269"; } -.icon-ic_fluent_box_toolbox_20_regular:before { +.icon-ic_fluent_box_multiple_arrow_left_20_regular:before { content: "\e26a"; } -.icon-ic_fluent_braces_20_filled:before { +.icon-ic_fluent_box_multiple_arrow_right_20_filled:before { content: "\e26b"; } -.icon-ic_fluent_braces_20_regular:before { +.icon-ic_fluent_box_multiple_arrow_right_20_regular:before { content: "\e26c"; } -.icon-ic_fluent_braces_variable_20_filled:before { +.icon-ic_fluent_box_multiple_checkmark_20_filled:before { content: "\e26d"; } -.icon-ic_fluent_braces_variable_20_regular:before { +.icon-ic_fluent_box_multiple_checkmark_20_regular:before { content: "\e26e"; } -.icon-ic_fluent_brain_circuit_20_filled:before { +.icon-ic_fluent_box_multiple_search_20_filled:before { content: "\e26f"; } -.icon-ic_fluent_brain_circuit_20_regular:before { +.icon-ic_fluent_box_multiple_search_20_regular:before { content: "\e270"; } -.icon-ic_fluent_branch_20_filled:before { +.icon-ic_fluent_box_search_20_filled:before { content: "\e271"; } -.icon-ic_fluent_branch_20_regular:before { +.icon-ic_fluent_box_search_20_regular:before { content: "\e272"; } -.icon-ic_fluent_branch_compare_20_filled:before { +.icon-ic_fluent_box_toolbox_20_filled:before { content: "\e273"; } -.icon-ic_fluent_branch_compare_20_regular:before { +.icon-ic_fluent_box_toolbox_20_regular:before { content: "\e274"; } -.icon-ic_fluent_branch_fork_20_filled:before { +.icon-ic_fluent_braces_20_filled:before { content: "\e275"; } -.icon-ic_fluent_branch_fork_20_regular:before { +.icon-ic_fluent_braces_20_regular:before { content: "\e276"; } -.icon-ic_fluent_branch_fork_hint_20_filled:before { +.icon-ic_fluent_braces_variable_20_filled:before { content: "\e277"; } -.icon-ic_fluent_branch_fork_hint_20_regular:before { +.icon-ic_fluent_braces_variable_20_regular:before { content: "\e278"; } -.icon-ic_fluent_branch_fork_link_20_filled:before { +.icon-ic_fluent_brain_circuit_20_filled:before { content: "\e279"; } -.icon-ic_fluent_branch_fork_link_20_regular:before { +.icon-ic_fluent_brain_circuit_20_regular:before { content: "\e27a"; } -.icon-ic_fluent_branch_request_20_filled:before { +.icon-ic_fluent_branch_20_filled:before { content: "\e27b"; } -.icon-ic_fluent_branch_request_20_regular:before { +.icon-ic_fluent_branch_20_regular:before { content: "\e27c"; } -.icon-ic_fluent_breakout_room_20_filled:before { +.icon-ic_fluent_branch_compare_20_filled:before { content: "\e27d"; } -.icon-ic_fluent_breakout_room_20_regular:before { +.icon-ic_fluent_branch_compare_20_regular:before { content: "\e27e"; } -.icon-ic_fluent_briefcase_20_filled:before { +.icon-ic_fluent_branch_fork_20_filled:before { content: "\e27f"; } -.icon-ic_fluent_briefcase_20_regular:before { +.icon-ic_fluent_branch_fork_20_regular:before { content: "\e280"; } -.icon-ic_fluent_briefcase_medical_20_filled:before { +.icon-ic_fluent_branch_fork_hint_20_filled:before { content: "\e281"; } -.icon-ic_fluent_briefcase_medical_20_regular:before { +.icon-ic_fluent_branch_fork_hint_20_regular:before { content: "\e282"; } -.icon-ic_fluent_briefcase_off_20_filled:before { +.icon-ic_fluent_branch_fork_link_20_filled:before { content: "\e283"; } -.icon-ic_fluent_briefcase_off_20_regular:before { +.icon-ic_fluent_branch_fork_link_20_regular:before { content: "\e284"; } -.icon-ic_fluent_briefcase_search_20_filled:before { +.icon-ic_fluent_branch_request_20_filled:before { content: "\e285"; } -.icon-ic_fluent_briefcase_search_20_regular:before { +.icon-ic_fluent_branch_request_20_regular:before { content: "\e286"; } -.icon-ic_fluent_brightness_high_20_filled:before { +.icon-ic_fluent_breakout_room_20_filled:before { content: "\e287"; } -.icon-ic_fluent_brightness_high_20_regular:before { +.icon-ic_fluent_breakout_room_20_regular:before { content: "\e288"; } -.icon-ic_fluent_brightness_low_20_filled:before { +.icon-ic_fluent_briefcase_20_filled:before { content: "\e289"; } -.icon-ic_fluent_brightness_low_20_regular:before { +.icon-ic_fluent_briefcase_20_regular:before { content: "\e28a"; } -.icon-ic_fluent_broad_activity_feed_20_filled:before { +.icon-ic_fluent_briefcase_medical_20_filled:before { content: "\e28b"; } -.icon-ic_fluent_broad_activity_feed_20_regular:before { +.icon-ic_fluent_briefcase_medical_20_regular:before { content: "\e28c"; } -.icon-ic_fluent_broom_20_filled:before { +.icon-ic_fluent_briefcase_off_20_filled:before { content: "\e28d"; } -.icon-ic_fluent_broom_20_regular:before { +.icon-ic_fluent_briefcase_off_20_regular:before { content: "\e28e"; } -.icon-ic_fluent_bubble_multiple_20_filled:before { +.icon-ic_fluent_briefcase_search_20_filled:before { content: "\e28f"; } -.icon-ic_fluent_bubble_multiple_20_regular:before { +.icon-ic_fluent_briefcase_search_20_regular:before { content: "\e290"; } -.icon-ic_fluent_bug_20_filled:before { +.icon-ic_fluent_brightness_high_20_filled:before { content: "\e291"; } -.icon-ic_fluent_bug_20_regular:before { +.icon-ic_fluent_brightness_high_20_regular:before { content: "\e292"; } -.icon-ic_fluent_bug_arrow_counterclockwise_20_filled:before { +.icon-ic_fluent_brightness_low_20_filled:before { content: "\e293"; } -.icon-ic_fluent_bug_arrow_counterclockwise_20_regular:before { +.icon-ic_fluent_brightness_low_20_regular:before { content: "\e294"; } -.icon-ic_fluent_bug_prohibited_20_filled:before { +.icon-ic_fluent_broad_activity_feed_20_filled:before { content: "\e295"; } -.icon-ic_fluent_bug_prohibited_20_regular:before { +.icon-ic_fluent_broad_activity_feed_20_regular:before { content: "\e296"; } -.icon-ic_fluent_building_20_filled:before { +.icon-ic_fluent_broom_20_filled:before { content: "\e297"; } -.icon-ic_fluent_building_20_regular:before { +.icon-ic_fluent_broom_20_regular:before { content: "\e298"; } -.icon-ic_fluent_building_bank_20_filled:before { +.icon-ic_fluent_bubble_multiple_20_filled:before { content: "\e299"; } -.icon-ic_fluent_building_bank_20_regular:before { +.icon-ic_fluent_bubble_multiple_20_regular:before { content: "\e29a"; } -.icon-ic_fluent_building_bank_link_20_filled:before { +.icon-ic_fluent_bug_20_filled:before { content: "\e29b"; } -.icon-ic_fluent_building_bank_link_20_regular:before { +.icon-ic_fluent_bug_20_regular:before { content: "\e29c"; } -.icon-ic_fluent_building_bank_toolbox_20_filled:before { +.icon-ic_fluent_bug_arrow_counterclockwise_20_filled:before { content: "\e29d"; } -.icon-ic_fluent_building_bank_toolbox_20_regular:before { +.icon-ic_fluent_bug_arrow_counterclockwise_20_regular:before { content: "\e29e"; } -.icon-ic_fluent_building_desktop_20_filled:before { +.icon-ic_fluent_bug_prohibited_20_filled:before { content: "\e29f"; } -.icon-ic_fluent_building_desktop_20_regular:before { +.icon-ic_fluent_bug_prohibited_20_regular:before { content: "\e2a0"; } -.icon-ic_fluent_building_factory_20_filled:before { +.icon-ic_fluent_building_20_filled:before { content: "\e2a1"; } -.icon-ic_fluent_building_factory_20_regular:before { +.icon-ic_fluent_building_20_regular:before { content: "\e2a2"; } -.icon-ic_fluent_building_government_20_filled:before { +.icon-ic_fluent_building_bank_20_filled:before { content: "\e2a3"; } -.icon-ic_fluent_building_government_20_regular:before { +.icon-ic_fluent_building_bank_20_regular:before { content: "\e2a4"; } -.icon-ic_fluent_building_government_search_20_filled:before { +.icon-ic_fluent_building_bank_link_20_filled:before { content: "\e2a5"; } -.icon-ic_fluent_building_government_search_20_regular:before { +.icon-ic_fluent_building_bank_link_20_regular:before { content: "\e2a6"; } -.icon-ic_fluent_building_home_20_filled:before { +.icon-ic_fluent_building_bank_toolbox_20_filled:before { content: "\e2a7"; } -.icon-ic_fluent_building_home_20_regular:before { +.icon-ic_fluent_building_bank_toolbox_20_regular:before { content: "\e2a8"; } -.icon-ic_fluent_building_lighthouse_20_filled:before { +.icon-ic_fluent_building_desktop_20_filled:before { content: "\e2a9"; } -.icon-ic_fluent_building_lighthouse_20_regular:before { +.icon-ic_fluent_building_desktop_20_regular:before { content: "\e2aa"; } -.icon-ic_fluent_building_mosque_20_filled:before { +.icon-ic_fluent_building_factory_20_filled:before { content: "\e2ab"; } -.icon-ic_fluent_building_mosque_20_regular:before { +.icon-ic_fluent_building_factory_20_regular:before { content: "\e2ac"; } -.icon-ic_fluent_building_multiple_20_filled:before { +.icon-ic_fluent_building_government_20_filled:before { content: "\e2ad"; } -.icon-ic_fluent_building_multiple_20_regular:before { +.icon-ic_fluent_building_government_20_regular:before { content: "\e2ae"; } -.icon-ic_fluent_building_people_20_filled:before { +.icon-ic_fluent_building_government_search_20_filled:before { content: "\e2af"; } -.icon-ic_fluent_building_people_20_regular:before { +.icon-ic_fluent_building_government_search_20_regular:before { content: "\e2b0"; } -.icon-ic_fluent_building_retail_20_filled:before { +.icon-ic_fluent_building_home_20_filled:before { content: "\e2b1"; } -.icon-ic_fluent_building_retail_20_regular:before { +.icon-ic_fluent_building_home_20_regular:before { content: "\e2b2"; } -.icon-ic_fluent_building_retail_money_20_filled:before { +.icon-ic_fluent_building_lighthouse_20_filled:before { content: "\e2b3"; } -.icon-ic_fluent_building_retail_money_20_regular:before { +.icon-ic_fluent_building_lighthouse_20_regular:before { content: "\e2b4"; } -.icon-ic_fluent_building_retail_more_20_filled:before { +.icon-ic_fluent_building_mosque_20_filled:before { content: "\e2b5"; } -.icon-ic_fluent_building_retail_more_20_regular:before { +.icon-ic_fluent_building_mosque_20_regular:before { content: "\e2b6"; } -.icon-ic_fluent_building_retail_shield_20_filled:before { +.icon-ic_fluent_building_multiple_20_filled:before { content: "\e2b7"; } -.icon-ic_fluent_building_retail_shield_20_regular:before { +.icon-ic_fluent_building_multiple_20_regular:before { content: "\e2b8"; } -.icon-ic_fluent_building_retail_toolbox_20_filled:before { +.icon-ic_fluent_building_people_20_filled:before { content: "\e2b9"; } -.icon-ic_fluent_building_retail_toolbox_20_regular:before { +.icon-ic_fluent_building_people_20_regular:before { content: "\e2ba"; } -.icon-ic_fluent_building_shop_20_filled:before { +.icon-ic_fluent_building_retail_20_filled:before { content: "\e2bb"; } -.icon-ic_fluent_building_shop_20_regular:before { +.icon-ic_fluent_building_retail_20_regular:before { content: "\e2bc"; } -.icon-ic_fluent_building_skyscraper_20_filled:before { +.icon-ic_fluent_building_retail_money_20_filled:before { content: "\e2bd"; } -.icon-ic_fluent_building_skyscraper_20_regular:before { +.icon-ic_fluent_building_retail_money_20_regular:before { content: "\e2be"; } -.icon-ic_fluent_building_swap_20_filled:before { +.icon-ic_fluent_building_retail_more_20_filled:before { content: "\e2bf"; } -.icon-ic_fluent_building_swap_20_regular:before { +.icon-ic_fluent_building_retail_more_20_regular:before { content: "\e2c0"; } -.icon-ic_fluent_building_townhouse_20_filled:before { +.icon-ic_fluent_building_retail_shield_20_filled:before { content: "\e2c1"; } -.icon-ic_fluent_building_townhouse_20_regular:before { +.icon-ic_fluent_building_retail_shield_20_regular:before { content: "\e2c2"; } -.icon-ic_fluent_button_20_filled:before { +.icon-ic_fluent_building_retail_toolbox_20_filled:before { content: "\e2c3"; } -.icon-ic_fluent_button_20_regular:before { +.icon-ic_fluent_building_retail_toolbox_20_regular:before { content: "\e2c4"; } -.icon-ic_fluent_calculator_20_filled:before { +.icon-ic_fluent_building_shop_20_filled:before { content: "\e2c5"; } -.icon-ic_fluent_calculator_20_regular:before { +.icon-ic_fluent_building_shop_20_regular:before { content: "\e2c6"; } -.icon-ic_fluent_calculator_arrow_clockwise_20_filled:before { +.icon-ic_fluent_building_skyscraper_20_filled:before { content: "\e2c7"; } -.icon-ic_fluent_calculator_arrow_clockwise_20_regular:before { +.icon-ic_fluent_building_skyscraper_20_regular:before { content: "\e2c8"; } -.icon-ic_fluent_calculator_multiple_20_filled:before { +.icon-ic_fluent_building_swap_20_filled:before { content: "\e2c9"; } -.icon-ic_fluent_calculator_multiple_20_regular:before { +.icon-ic_fluent_building_swap_20_regular:before { content: "\e2ca"; } -.icon-ic_fluent_calendar_20_filled:before { +.icon-ic_fluent_building_townhouse_20_filled:before { content: "\e2cb"; } -.icon-ic_fluent_calendar_20_regular:before { +.icon-ic_fluent_building_townhouse_20_regular:before { content: "\e2cc"; } -.icon-ic_fluent_calendar_3_day_20_filled:before { +.icon-ic_fluent_button_20_filled:before { content: "\e2cd"; } -.icon-ic_fluent_calendar_3_day_20_regular:before { +.icon-ic_fluent_button_20_regular:before { content: "\e2ce"; } -.icon-ic_fluent_calendar_add_20_filled:before { +.icon-ic_fluent_calculator_20_filled:before { content: "\e2cf"; } -.icon-ic_fluent_calendar_add_20_regular:before { +.icon-ic_fluent_calculator_20_regular:before { content: "\e2d0"; } -.icon-ic_fluent_calendar_agenda_20_filled:before { +.icon-ic_fluent_calculator_arrow_clockwise_20_filled:before { content: "\e2d1"; } -.icon-ic_fluent_calendar_agenda_20_regular:before { +.icon-ic_fluent_calculator_arrow_clockwise_20_regular:before { content: "\e2d2"; } -.icon-ic_fluent_calendar_arrow_counterclockwise_20_filled:before { +.icon-ic_fluent_calculator_multiple_20_filled:before { content: "\e2d3"; } -.icon-ic_fluent_calendar_arrow_counterclockwise_20_regular:before { +.icon-ic_fluent_calculator_multiple_20_regular:before { content: "\e2d4"; } -.icon-ic_fluent_calendar_arrow_down_20_filled:before { +.icon-ic_fluent_calendar_20_filled:before { content: "\e2d5"; } -.icon-ic_fluent_calendar_arrow_down_20_regular:before { +.icon-ic_fluent_calendar_20_regular:before { content: "\e2d6"; } -.icon-ic_fluent_calendar_arrow_right_20_filled:before { +.icon-ic_fluent_calendar_3_day_20_filled:before { content: "\e2d7"; } -.icon-ic_fluent_calendar_arrow_right_20_regular:before { +.icon-ic_fluent_calendar_3_day_20_regular:before { content: "\e2d8"; } -.icon-ic_fluent_calendar_assistant_20_filled:before { +.icon-ic_fluent_calendar_add_20_filled:before { content: "\e2d9"; } -.icon-ic_fluent_calendar_assistant_20_regular:before { +.icon-ic_fluent_calendar_add_20_regular:before { content: "\e2da"; } -.icon-ic_fluent_calendar_cancel_20_filled:before { +.icon-ic_fluent_calendar_agenda_20_filled:before { content: "\e2db"; } -.icon-ic_fluent_calendar_cancel_20_regular:before { +.icon-ic_fluent_calendar_agenda_20_regular:before { content: "\e2dc"; } -.icon-ic_fluent_calendar_chat_20_filled:before { +.icon-ic_fluent_calendar_arrow_counterclockwise_20_filled:before { content: "\e2dd"; } -.icon-ic_fluent_calendar_chat_20_regular:before { +.icon-ic_fluent_calendar_arrow_counterclockwise_20_regular:before { content: "\e2de"; } -.icon-ic_fluent_calendar_checkmark_20_filled:before { +.icon-ic_fluent_calendar_arrow_down_20_filled:before { content: "\e2df"; } -.icon-ic_fluent_calendar_checkmark_20_regular:before { +.icon-ic_fluent_calendar_arrow_down_20_regular:before { content: "\e2e0"; } -.icon-ic_fluent_calendar_clock_20_filled:before { +.icon-ic_fluent_calendar_arrow_right_20_filled:before { content: "\e2e1"; } -.icon-ic_fluent_calendar_clock_20_regular:before { +.icon-ic_fluent_calendar_arrow_right_20_regular:before { content: "\e2e2"; } -.icon-ic_fluent_calendar_data_bar_20_filled:before { +.icon-ic_fluent_calendar_assistant_20_filled:before { content: "\e2e3"; } -.icon-ic_fluent_calendar_data_bar_20_regular:before { +.icon-ic_fluent_calendar_assistant_20_regular:before { content: "\e2e4"; } -.icon-ic_fluent_calendar_date_20_filled:before { +.icon-ic_fluent_calendar_cancel_20_filled:before { content: "\e2e5"; } -.icon-ic_fluent_calendar_date_20_regular:before { +.icon-ic_fluent_calendar_cancel_20_regular:before { content: "\e2e6"; } -.icon-ic_fluent_calendar_day_20_filled:before { +.icon-ic_fluent_calendar_chat_20_filled:before { content: "\e2e7"; } -.icon-ic_fluent_calendar_day_20_regular:before { +.icon-ic_fluent_calendar_chat_20_regular:before { content: "\e2e8"; } -.icon-ic_fluent_calendar_edit_20_filled:before { +.icon-ic_fluent_calendar_checkmark_20_filled:before { content: "\e2e9"; } -.icon-ic_fluent_calendar_edit_20_regular:before { +.icon-ic_fluent_calendar_checkmark_20_regular:before { content: "\e2ea"; } -.icon-ic_fluent_calendar_empty_20_filled:before { +.icon-ic_fluent_calendar_clock_20_filled:before { content: "\e2eb"; } -.icon-ic_fluent_calendar_empty_20_regular:before { +.icon-ic_fluent_calendar_clock_20_regular:before { content: "\e2ec"; } -.icon-ic_fluent_calendar_error_20_filled:before { +.icon-ic_fluent_calendar_data_bar_20_filled:before { content: "\e2ed"; } -.icon-ic_fluent_calendar_error_20_regular:before { +.icon-ic_fluent_calendar_data_bar_20_regular:before { content: "\e2ee"; } -.icon-ic_fluent_calendar_eye_20_filled:before { +.icon-ic_fluent_calendar_date_20_filled:before { content: "\e2ef"; } -.icon-ic_fluent_calendar_eye_20_regular:before { +.icon-ic_fluent_calendar_date_20_regular:before { content: "\e2f0"; } -.icon-ic_fluent_calendar_info_20_filled:before { +.icon-ic_fluent_calendar_day_20_filled:before { content: "\e2f1"; } -.icon-ic_fluent_calendar_info_20_regular:before { +.icon-ic_fluent_calendar_day_20_regular:before { content: "\e2f2"; } -.icon-ic_fluent_calendar_lock_20_filled:before { +.icon-ic_fluent_calendar_edit_20_filled:before { content: "\e2f3"; } -.icon-ic_fluent_calendar_lock_20_regular:before { +.icon-ic_fluent_calendar_edit_20_regular:before { content: "\e2f4"; } -.icon-ic_fluent_calendar_ltr_20_filled:before { +.icon-ic_fluent_calendar_empty_20_filled:before { content: "\e2f5"; } -.icon-ic_fluent_calendar_ltr_20_regular:before { +.icon-ic_fluent_calendar_empty_20_regular:before { content: "\e2f6"; } -.icon-ic_fluent_calendar_mail_20_filled:before { +.icon-ic_fluent_calendar_error_20_filled:before { content: "\e2f7"; } -.icon-ic_fluent_calendar_mail_20_regular:before { +.icon-ic_fluent_calendar_error_20_regular:before { content: "\e2f8"; } -.icon-ic_fluent_calendar_mention_20_filled:before { +.icon-ic_fluent_calendar_eye_20_filled:before { content: "\e2f9"; } -.icon-ic_fluent_calendar_mention_20_regular:before { +.icon-ic_fluent_calendar_eye_20_regular:before { content: "\e2fa"; } -.icon-ic_fluent_calendar_month_20_filled:before { +.icon-ic_fluent_calendar_info_20_filled:before { content: "\e2fb"; } -.icon-ic_fluent_calendar_month_20_regular:before { +.icon-ic_fluent_calendar_info_20_regular:before { content: "\e2fc"; } -.icon-ic_fluent_calendar_multiple_20_filled:before { +.icon-ic_fluent_calendar_lock_20_filled:before { content: "\e2fd"; } -.icon-ic_fluent_calendar_multiple_20_regular:before { +.icon-ic_fluent_calendar_lock_20_regular:before { content: "\e2fe"; } -.icon-ic_fluent_calendar_note_20_filled:before { +.icon-ic_fluent_calendar_ltr_20_filled:before { content: "\e2ff"; } -.icon-ic_fluent_calendar_note_20_regular:before { +.icon-ic_fluent_calendar_ltr_20_regular:before { content: "\e300"; } -.icon-ic_fluent_calendar_pattern_20_filled:before { +.icon-ic_fluent_calendar_mail_20_filled:before { content: "\e301"; } -.icon-ic_fluent_calendar_pattern_20_regular:before { +.icon-ic_fluent_calendar_mail_20_regular:before { content: "\e302"; } -.icon-ic_fluent_calendar_person_20_filled:before { +.icon-ic_fluent_calendar_mention_20_filled:before { content: "\e303"; } -.icon-ic_fluent_calendar_person_20_regular:before { +.icon-ic_fluent_calendar_mention_20_regular:before { content: "\e304"; } -.icon-ic_fluent_calendar_phone_20_filled:before { +.icon-ic_fluent_calendar_month_20_filled:before { content: "\e305"; } -.icon-ic_fluent_calendar_phone_20_regular:before { +.icon-ic_fluent_calendar_month_20_regular:before { content: "\e306"; } -.icon-ic_fluent_calendar_play_20_filled:before { +.icon-ic_fluent_calendar_multiple_20_filled:before { content: "\e307"; } -.icon-ic_fluent_calendar_play_20_regular:before { +.icon-ic_fluent_calendar_multiple_20_regular:before { content: "\e308"; } -.icon-ic_fluent_calendar_question_mark_20_filled:before { +.icon-ic_fluent_calendar_note_20_filled:before { content: "\e309"; } -.icon-ic_fluent_calendar_question_mark_20_regular:before { +.icon-ic_fluent_calendar_note_20_regular:before { content: "\e30a"; } -.icon-ic_fluent_calendar_record_20_filled:before { +.icon-ic_fluent_calendar_pattern_20_filled:before { content: "\e30b"; } -.icon-ic_fluent_calendar_record_20_regular:before { +.icon-ic_fluent_calendar_pattern_20_regular:before { content: "\e30c"; } -.icon-ic_fluent_calendar_reply_20_filled:before { +.icon-ic_fluent_calendar_person_20_filled:before { content: "\e30d"; } -.icon-ic_fluent_calendar_reply_20_regular:before { +.icon-ic_fluent_calendar_person_20_regular:before { content: "\e30e"; } -.icon-ic_fluent_calendar_rtl_20_filled:before { +.icon-ic_fluent_calendar_phone_20_filled:before { content: "\e30f"; } -.icon-ic_fluent_calendar_rtl_20_regular:before { +.icon-ic_fluent_calendar_phone_20_regular:before { content: "\e310"; } -.icon-ic_fluent_calendar_search_20_filled:before { +.icon-ic_fluent_calendar_play_20_filled:before { content: "\e311"; } -.icon-ic_fluent_calendar_search_20_regular:before { +.icon-ic_fluent_calendar_play_20_regular:before { content: "\e312"; } -.icon-ic_fluent_calendar_settings_20_filled:before { +.icon-ic_fluent_calendar_question_mark_20_filled:before { content: "\e313"; } -.icon-ic_fluent_calendar_settings_20_regular:before { +.icon-ic_fluent_calendar_question_mark_20_regular:before { content: "\e314"; } -.icon-ic_fluent_calendar_shield_20_filled:before { +.icon-ic_fluent_calendar_record_20_filled:before { content: "\e315"; } -.icon-ic_fluent_calendar_shield_20_regular:before { +.icon-ic_fluent_calendar_record_20_regular:before { content: "\e316"; } -.icon-ic_fluent_calendar_sparkle_20_filled:before { +.icon-ic_fluent_calendar_reply_20_filled:before { content: "\e317"; } -.icon-ic_fluent_calendar_sparkle_20_regular:before { +.icon-ic_fluent_calendar_reply_20_regular:before { content: "\e318"; } -.icon-ic_fluent_calendar_star_20_filled:before { +.icon-ic_fluent_calendar_rtl_20_filled:before { content: "\e319"; } -.icon-ic_fluent_calendar_star_20_regular:before { +.icon-ic_fluent_calendar_rtl_20_regular:before { content: "\e31a"; } -.icon-ic_fluent_calendar_sync_20_filled:before { +.icon-ic_fluent_calendar_search_20_filled:before { content: "\e31b"; } -.icon-ic_fluent_calendar_sync_20_regular:before { +.icon-ic_fluent_calendar_search_20_regular:before { content: "\e31c"; } -.icon-ic_fluent_calendar_template_20_filled:before { +.icon-ic_fluent_calendar_settings_20_filled:before { content: "\e31d"; } -.icon-ic_fluent_calendar_template_20_regular:before { +.icon-ic_fluent_calendar_settings_20_regular:before { content: "\e31e"; } -.icon-ic_fluent_calendar_today_20_filled:before { +.icon-ic_fluent_calendar_shield_20_filled:before { content: "\e31f"; } -.icon-ic_fluent_calendar_today_20_regular:before { +.icon-ic_fluent_calendar_shield_20_regular:before { content: "\e320"; } -.icon-ic_fluent_calendar_toolbox_20_filled:before { +.icon-ic_fluent_calendar_sparkle_20_filled:before { content: "\e321"; } -.icon-ic_fluent_calendar_toolbox_20_regular:before { +.icon-ic_fluent_calendar_sparkle_20_regular:before { content: "\e322"; } -.icon-ic_fluent_calendar_week_numbers_20_filled:before { +.icon-ic_fluent_calendar_star_20_filled:before { content: "\e323"; } -.icon-ic_fluent_calendar_week_numbers_20_regular:before { +.icon-ic_fluent_calendar_star_20_regular:before { content: "\e324"; } -.icon-ic_fluent_calendar_week_start_20_filled:before { +.icon-ic_fluent_calendar_sync_20_filled:before { content: "\e325"; } -.icon-ic_fluent_calendar_week_start_20_regular:before { +.icon-ic_fluent_calendar_sync_20_regular:before { content: "\e326"; } -.icon-ic_fluent_calendar_work_week_20_filled:before { +.icon-ic_fluent_calendar_template_20_filled:before { content: "\e327"; } -.icon-ic_fluent_calendar_work_week_20_regular:before { +.icon-ic_fluent_calendar_template_20_regular:before { content: "\e328"; } -.icon-ic_fluent_call_20_filled:before { +.icon-ic_fluent_calendar_today_20_filled:before { content: "\e329"; } -.icon-ic_fluent_call_20_regular:before { +.icon-ic_fluent_calendar_today_20_regular:before { content: "\e32a"; } -.icon-ic_fluent_call_add_20_filled:before { +.icon-ic_fluent_calendar_toolbox_20_filled:before { content: "\e32b"; } -.icon-ic_fluent_call_add_20_regular:before { +.icon-ic_fluent_calendar_toolbox_20_regular:before { content: "\e32c"; } -.icon-ic_fluent_call_checkmark_20_filled:before { +.icon-ic_fluent_calendar_video_20_filled:before { content: "\e32d"; } -.icon-ic_fluent_call_checkmark_20_regular:before { +.icon-ic_fluent_calendar_video_20_regular:before { content: "\e32e"; } -.icon-ic_fluent_call_connecting_20_filled:before { +.icon-ic_fluent_calendar_week_numbers_20_filled:before { content: "\e32f"; } -.icon-ic_fluent_call_connecting_20_regular:before { +.icon-ic_fluent_calendar_week_numbers_20_regular:before { content: "\e330"; } -.icon-ic_fluent_call_dismiss_20_filled:before { +.icon-ic_fluent_calendar_week_start_20_filled:before { content: "\e331"; } -.icon-ic_fluent_call_dismiss_20_regular:before { +.icon-ic_fluent_calendar_week_start_20_regular:before { content: "\e332"; } -.icon-ic_fluent_call_end_20_filled:before { +.icon-ic_fluent_calendar_work_week_20_filled:before { content: "\e333"; } -.icon-ic_fluent_call_end_20_regular:before { +.icon-ic_fluent_calendar_work_week_20_regular:before { content: "\e334"; } -.icon-ic_fluent_call_exclamation_20_filled:before { +.icon-ic_fluent_call_20_filled:before { content: "\e335"; } -.icon-ic_fluent_call_exclamation_20_regular:before { +.icon-ic_fluent_call_20_regular:before { content: "\e336"; } -.icon-ic_fluent_call_forward_20_filled:before { +.icon-ic_fluent_call_add_20_filled:before { content: "\e337"; } -.icon-ic_fluent_call_forward_20_regular:before { +.icon-ic_fluent_call_add_20_regular:before { content: "\e338"; } -.icon-ic_fluent_call_inbound_20_filled:before { +.icon-ic_fluent_call_checkmark_20_filled:before { content: "\e339"; } -.icon-ic_fluent_call_inbound_20_regular:before { +.icon-ic_fluent_call_checkmark_20_regular:before { content: "\e33a"; } -.icon-ic_fluent_call_missed_20_filled:before { +.icon-ic_fluent_call_connecting_20_filled:before { content: "\e33b"; } -.icon-ic_fluent_call_missed_20_regular:before { +.icon-ic_fluent_call_connecting_20_regular:before { content: "\e33c"; } -.icon-ic_fluent_call_outbound_20_filled:before { +.icon-ic_fluent_call_dismiss_20_filled:before { content: "\e33d"; } -.icon-ic_fluent_call_outbound_20_regular:before { +.icon-ic_fluent_call_dismiss_20_regular:before { content: "\e33e"; } -.icon-ic_fluent_call_park_20_filled:before { +.icon-ic_fluent_call_end_20_filled:before { content: "\e33f"; } -.icon-ic_fluent_call_park_20_regular:before { +.icon-ic_fluent_call_end_20_regular:before { content: "\e340"; } -.icon-ic_fluent_call_pause_20_filled:before { +.icon-ic_fluent_call_exclamation_20_filled:before { content: "\e341"; } -.icon-ic_fluent_call_pause_20_regular:before { +.icon-ic_fluent_call_exclamation_20_regular:before { content: "\e342"; } -.icon-ic_fluent_call_prohibited_20_filled:before { +.icon-ic_fluent_call_forward_20_filled:before { content: "\e343"; } -.icon-ic_fluent_call_prohibited_20_regular:before { +.icon-ic_fluent_call_forward_20_regular:before { content: "\e344"; } -.icon-ic_fluent_call_transfer_20_filled:before { +.icon-ic_fluent_call_inbound_20_filled:before { content: "\e345"; } -.icon-ic_fluent_call_transfer_20_regular:before { +.icon-ic_fluent_call_inbound_20_regular:before { content: "\e346"; } -.icon-ic_fluent_call_warning_20_filled:before { +.icon-ic_fluent_call_missed_20_filled:before { content: "\e347"; } -.icon-ic_fluent_call_warning_20_regular:before { +.icon-ic_fluent_call_missed_20_regular:before { content: "\e348"; } -.icon-ic_fluent_calligraphy_pen_20_filled:before { +.icon-ic_fluent_call_outbound_20_filled:before { content: "\e349"; } -.icon-ic_fluent_calligraphy_pen_20_regular:before { +.icon-ic_fluent_call_outbound_20_regular:before { content: "\e34a"; } -.icon-ic_fluent_calligraphy_pen_checkmark_20_filled:before { +.icon-ic_fluent_call_park_20_filled:before { content: "\e34b"; } -.icon-ic_fluent_calligraphy_pen_checkmark_20_regular:before { +.icon-ic_fluent_call_park_20_regular:before { content: "\e34c"; } -.icon-ic_fluent_calligraphy_pen_error_20_filled:before { +.icon-ic_fluent_call_pause_20_filled:before { content: "\e34d"; } -.icon-ic_fluent_calligraphy_pen_error_20_regular:before { +.icon-ic_fluent_call_pause_20_regular:before { content: "\e34e"; } -.icon-ic_fluent_calligraphy_pen_question_mark_20_filled:before { +.icon-ic_fluent_call_prohibited_20_filled:before { content: "\e34f"; } -.icon-ic_fluent_calligraphy_pen_question_mark_20_regular:before { +.icon-ic_fluent_call_prohibited_20_regular:before { content: "\e350"; } -.icon-ic_fluent_camera_20_filled:before { +.icon-ic_fluent_call_transfer_20_filled:before { content: "\e351"; } -.icon-ic_fluent_camera_20_regular:before { +.icon-ic_fluent_call_transfer_20_regular:before { content: "\e352"; } -.icon-ic_fluent_camera_add_20_filled:before { +.icon-ic_fluent_call_warning_20_filled:before { content: "\e353"; } -.icon-ic_fluent_camera_add_20_regular:before { +.icon-ic_fluent_call_warning_20_regular:before { content: "\e354"; } -.icon-ic_fluent_camera_dome_20_filled:before { +.icon-ic_fluent_calligraphy_pen_20_filled:before { content: "\e355"; } -.icon-ic_fluent_camera_dome_20_regular:before { +.icon-ic_fluent_calligraphy_pen_20_regular:before { content: "\e356"; } -.icon-ic_fluent_camera_edit_20_filled:before { +.icon-ic_fluent_calligraphy_pen_checkmark_20_filled:before { content: "\e357"; } -.icon-ic_fluent_camera_edit_20_regular:before { +.icon-ic_fluent_calligraphy_pen_checkmark_20_regular:before { content: "\e358"; } -.icon-ic_fluent_camera_off_20_filled:before { +.icon-ic_fluent_calligraphy_pen_error_20_filled:before { content: "\e359"; } -.icon-ic_fluent_camera_off_20_regular:before { +.icon-ic_fluent_calligraphy_pen_error_20_regular:before { content: "\e35a"; } -.icon-ic_fluent_camera_sparkles_20_filled:before { +.icon-ic_fluent_calligraphy_pen_question_mark_20_filled:before { content: "\e35b"; } -.icon-ic_fluent_camera_sparkles_20_regular:before { +.icon-ic_fluent_calligraphy_pen_question_mark_20_regular:before { content: "\e35c"; } -.icon-ic_fluent_camera_switch_20_filled:before { +.icon-ic_fluent_camera_20_filled:before { content: "\e35d"; } -.icon-ic_fluent_camera_switch_20_regular:before { +.icon-ic_fluent_camera_20_regular:before { content: "\e35e"; } -.icon-ic_fluent_card_ui_20_filled:before { +.icon-ic_fluent_camera_add_20_filled:before { content: "\e35f"; } -.icon-ic_fluent_card_ui_20_regular:before { +.icon-ic_fluent_camera_add_20_regular:before { content: "\e360"; } -.icon-ic_fluent_caret_down_20_filled:before { +.icon-ic_fluent_camera_dome_20_filled:before { content: "\e361"; } -.icon-ic_fluent_caret_down_20_regular:before { +.icon-ic_fluent_camera_dome_20_regular:before { content: "\e362"; } -.icon-ic_fluent_caret_down_right_20_filled:before { +.icon-ic_fluent_camera_edit_20_filled:before { content: "\e363"; } -.icon-ic_fluent_caret_down_right_20_regular:before { +.icon-ic_fluent_camera_edit_20_regular:before { content: "\e364"; } -.icon-ic_fluent_caret_left_20_filled:before { +.icon-ic_fluent_camera_off_20_filled:before { content: "\e365"; } -.icon-ic_fluent_caret_left_20_regular:before { +.icon-ic_fluent_camera_off_20_regular:before { content: "\e366"; } -.icon-ic_fluent_caret_right_20_filled:before { +.icon-ic_fluent_camera_sparkles_20_filled:before { content: "\e367"; } -.icon-ic_fluent_caret_right_20_regular:before { +.icon-ic_fluent_camera_sparkles_20_regular:before { content: "\e368"; } -.icon-ic_fluent_caret_up_20_filled:before { +.icon-ic_fluent_camera_switch_20_filled:before { content: "\e369"; } -.icon-ic_fluent_caret_up_20_regular:before { +.icon-ic_fluent_camera_switch_20_regular:before { content: "\e36a"; } -.icon-ic_fluent_cart_20_filled:before { +.icon-ic_fluent_card_ui_20_filled:before { content: "\e36b"; } -.icon-ic_fluent_cart_20_regular:before { +.icon-ic_fluent_card_ui_20_regular:before { content: "\e36c"; } -.icon-ic_fluent_cast_20_filled:before { +.icon-ic_fluent_caret_down_20_filled:before { content: "\e36d"; } -.icon-ic_fluent_cast_20_regular:before { +.icon-ic_fluent_caret_down_20_regular:before { content: "\e36e"; } -.icon-ic_fluent_cast_multiple_20_filled:before { +.icon-ic_fluent_caret_down_right_20_filled:before { content: "\e36f"; } -.icon-ic_fluent_cast_multiple_20_regular:before { +.icon-ic_fluent_caret_down_right_20_regular:before { content: "\e370"; } -.icon-ic_fluent_catch_up_20_filled:before { +.icon-ic_fluent_caret_left_20_filled:before { content: "\e371"; } -.icon-ic_fluent_catch_up_20_regular:before { +.icon-ic_fluent_caret_left_20_regular:before { content: "\e372"; } -.icon-ic_fluent_cellular_3g_20_filled:before { +.icon-ic_fluent_caret_right_20_filled:before { content: "\e373"; } -.icon-ic_fluent_cellular_3g_20_regular:before { +.icon-ic_fluent_caret_right_20_regular:before { content: "\e374"; } -.icon-ic_fluent_cellular_4g_20_filled:before { +.icon-ic_fluent_caret_up_20_filled:before { content: "\e375"; } -.icon-ic_fluent_cellular_4g_20_regular:before { +.icon-ic_fluent_caret_up_20_regular:before { content: "\e376"; } -.icon-ic_fluent_cellular_5g_20_filled:before { +.icon-ic_fluent_cart_20_filled:before { content: "\e377"; } -.icon-ic_fluent_cellular_5g_20_regular:before { +.icon-ic_fluent_cart_20_regular:before { content: "\e378"; } -.icon-ic_fluent_cellular_data_1_20_filled:before { +.icon-ic_fluent_cast_20_filled:before { content: "\e379"; } -.icon-ic_fluent_cellular_data_1_20_regular:before { +.icon-ic_fluent_cast_20_regular:before { content: "\e37a"; } -.icon-ic_fluent_cellular_data_2_20_filled:before { +.icon-ic_fluent_cast_multiple_20_filled:before { content: "\e37b"; } -.icon-ic_fluent_cellular_data_2_20_regular:before { +.icon-ic_fluent_cast_multiple_20_regular:before { content: "\e37c"; } -.icon-ic_fluent_cellular_data_3_20_filled:before { +.icon-ic_fluent_catch_up_20_filled:before { content: "\e37d"; } -.icon-ic_fluent_cellular_data_3_20_regular:before { +.icon-ic_fluent_catch_up_20_regular:before { content: "\e37e"; } -.icon-ic_fluent_cellular_data_4_20_filled:before { +.icon-ic_fluent_cellular_3g_20_filled:before { content: "\e37f"; } -.icon-ic_fluent_cellular_data_4_20_regular:before { +.icon-ic_fluent_cellular_3g_20_regular:before { content: "\e380"; } -.icon-ic_fluent_cellular_data_5_20_filled:before { +.icon-ic_fluent_cellular_4g_20_filled:before { content: "\e381"; } -.icon-ic_fluent_cellular_data_5_20_regular:before { +.icon-ic_fluent_cellular_4g_20_regular:before { content: "\e382"; } -.icon-ic_fluent_cellular_off_20_filled:before { +.icon-ic_fluent_cellular_5g_20_filled:before { content: "\e383"; } -.icon-ic_fluent_cellular_off_20_regular:before { +.icon-ic_fluent_cellular_5g_20_regular:before { content: "\e384"; } -.icon-ic_fluent_cellular_warning_20_filled:before { +.icon-ic_fluent_cellular_data_1_20_filled:before { content: "\e385"; } -.icon-ic_fluent_cellular_warning_20_regular:before { +.icon-ic_fluent_cellular_data_1_20_regular:before { content: "\e386"; } -.icon-ic_fluent_center_horizontal_20_filled:before { +.icon-ic_fluent_cellular_data_2_20_filled:before { content: "\e387"; } -.icon-ic_fluent_center_horizontal_20_regular:before { +.icon-ic_fluent_cellular_data_2_20_regular:before { content: "\e388"; } -.icon-ic_fluent_center_vertical_20_filled:before { +.icon-ic_fluent_cellular_data_3_20_filled:before { content: "\e389"; } -.icon-ic_fluent_center_vertical_20_regular:before { +.icon-ic_fluent_cellular_data_3_20_regular:before { content: "\e38a"; } -.icon-ic_fluent_certificate_20_filled:before { +.icon-ic_fluent_cellular_data_4_20_filled:before { content: "\e38b"; } -.icon-ic_fluent_certificate_20_regular:before { +.icon-ic_fluent_cellular_data_4_20_regular:before { content: "\e38c"; } -.icon-ic_fluent_channel_20_filled:before { +.icon-ic_fluent_cellular_data_5_20_filled:before { content: "\e38d"; } -.icon-ic_fluent_channel_20_regular:before { +.icon-ic_fluent_cellular_data_5_20_regular:before { content: "\e38e"; } -.icon-ic_fluent_channel_add_20_filled:before { +.icon-ic_fluent_cellular_off_20_filled:before { content: "\e38f"; } -.icon-ic_fluent_channel_add_20_regular:before { +.icon-ic_fluent_cellular_off_20_regular:before { content: "\e390"; } -.icon-ic_fluent_channel_alert_20_filled:before { +.icon-ic_fluent_cellular_warning_20_filled:before { content: "\e391"; } -.icon-ic_fluent_channel_alert_20_regular:before { +.icon-ic_fluent_cellular_warning_20_regular:before { content: "\e392"; } -.icon-ic_fluent_channel_arrow_left_20_filled:before { +.icon-ic_fluent_center_horizontal_20_filled:before { content: "\e393"; } -.icon-ic_fluent_channel_arrow_left_20_regular:before { +.icon-ic_fluent_center_horizontal_20_regular:before { content: "\e394"; } -.icon-ic_fluent_channel_dismiss_20_filled:before { +.icon-ic_fluent_center_vertical_20_filled:before { content: "\e395"; } -.icon-ic_fluent_channel_dismiss_20_regular:before { +.icon-ic_fluent_center_vertical_20_regular:before { content: "\e396"; } -.icon-ic_fluent_channel_share_20_filled:before { +.icon-ic_fluent_certificate_20_filled:before { content: "\e397"; } -.icon-ic_fluent_channel_share_20_regular:before { +.icon-ic_fluent_certificate_20_regular:before { content: "\e398"; } -.icon-ic_fluent_channel_subtract_20_filled:before { +.icon-ic_fluent_channel_20_filled:before { content: "\e399"; } -.icon-ic_fluent_channel_subtract_20_regular:before { +.icon-ic_fluent_channel_20_regular:before { content: "\e39a"; } -.icon-ic_fluent_chart_multiple_20_filled:before { +.icon-ic_fluent_channel_add_20_filled:before { content: "\e39b"; } -.icon-ic_fluent_chart_multiple_20_regular:before { +.icon-ic_fluent_channel_add_20_regular:before { content: "\e39c"; } -.icon-ic_fluent_chart_person_20_filled:before { +.icon-ic_fluent_channel_alert_20_filled:before { content: "\e39d"; } -.icon-ic_fluent_chart_person_20_regular:before { +.icon-ic_fluent_channel_alert_20_regular:before { content: "\e39e"; } -.icon-ic_fluent_chat_20_filled:before { +.icon-ic_fluent_channel_arrow_left_20_filled:before { content: "\e39f"; } -.icon-ic_fluent_chat_20_regular:before { +.icon-ic_fluent_channel_arrow_left_20_regular:before { content: "\e3a0"; } -.icon-ic_fluent_chat_add_20_filled:before { +.icon-ic_fluent_channel_dismiss_20_filled:before { content: "\e3a1"; } -.icon-ic_fluent_chat_add_20_regular:before { +.icon-ic_fluent_channel_dismiss_20_regular:before { content: "\e3a2"; } -.icon-ic_fluent_chat_arrow_back_20_filled:before { +.icon-ic_fluent_channel_share_20_filled:before { content: "\e3a3"; } -.icon-ic_fluent_chat_arrow_back_20_regular:before { +.icon-ic_fluent_channel_share_20_regular:before { content: "\e3a4"; } -.icon-ic_fluent_chat_arrow_double_back_20_filled:before { +.icon-ic_fluent_channel_subtract_20_filled:before { content: "\e3a5"; } -.icon-ic_fluent_chat_arrow_double_back_20_regular:before { +.icon-ic_fluent_channel_subtract_20_regular:before { content: "\e3a6"; } -.icon-ic_fluent_chat_bubbles_question_20_filled:before { +.icon-ic_fluent_chart_multiple_20_filled:before { content: "\e3a7"; } -.icon-ic_fluent_chat_bubbles_question_20_regular:before { +.icon-ic_fluent_chart_multiple_20_regular:before { content: "\e3a8"; } -.icon-ic_fluent_chat_cursor_20_filled:before { +.icon-ic_fluent_chart_person_20_filled:before { content: "\e3a9"; } -.icon-ic_fluent_chat_cursor_20_regular:before { +.icon-ic_fluent_chart_person_20_regular:before { content: "\e3aa"; } -.icon-ic_fluent_chat_dismiss_20_filled:before { +.icon-ic_fluent_chat_20_filled:before { content: "\e3ab"; } -.icon-ic_fluent_chat_dismiss_20_regular:before { +.icon-ic_fluent_chat_20_regular:before { content: "\e3ac"; } -.icon-ic_fluent_chat_empty_20_filled:before { +.icon-ic_fluent_chat_add_20_filled:before { content: "\e3ad"; } -.icon-ic_fluent_chat_empty_20_regular:before { +.icon-ic_fluent_chat_add_20_regular:before { content: "\e3ae"; } -.icon-ic_fluent_chat_help_20_filled:before { +.icon-ic_fluent_chat_arrow_back_20_filled:before { content: "\e3af"; } -.icon-ic_fluent_chat_help_20_regular:before { +.icon-ic_fluent_chat_arrow_back_20_regular:before { content: "\e3b0"; } -.icon-ic_fluent_chat_lock_20_filled:before { +.icon-ic_fluent_chat_arrow_double_back_20_filled:before { content: "\e3b1"; } -.icon-ic_fluent_chat_lock_20_regular:before { +.icon-ic_fluent_chat_arrow_double_back_20_regular:before { content: "\e3b2"; } -.icon-ic_fluent_chat_mail_20_filled:before { +.icon-ic_fluent_chat_bubbles_question_20_filled:before { content: "\e3b3"; } -.icon-ic_fluent_chat_mail_20_regular:before { +.icon-ic_fluent_chat_bubbles_question_20_regular:before { content: "\e3b4"; } -.icon-ic_fluent_chat_multiple_20_filled:before { +.icon-ic_fluent_chat_cursor_20_filled:before { content: "\e3b5"; } -.icon-ic_fluent_chat_multiple_20_regular:before { +.icon-ic_fluent_chat_cursor_20_regular:before { content: "\e3b6"; } -.icon-ic_fluent_chat_multiple_heart_20_filled:before { +.icon-ic_fluent_chat_dismiss_20_filled:before { content: "\e3b7"; } -.icon-ic_fluent_chat_multiple_heart_20_regular:before { +.icon-ic_fluent_chat_dismiss_20_regular:before { content: "\e3b8"; } -.icon-ic_fluent_chat_off_20_filled:before { +.icon-ic_fluent_chat_empty_20_filled:before { content: "\e3b9"; } -.icon-ic_fluent_chat_off_20_regular:before { +.icon-ic_fluent_chat_empty_20_regular:before { content: "\e3ba"; } -.icon-ic_fluent_chat_settings_20_filled:before { +.icon-ic_fluent_chat_help_20_filled:before { content: "\e3bb"; } -.icon-ic_fluent_chat_settings_20_regular:before { +.icon-ic_fluent_chat_help_20_regular:before { content: "\e3bc"; } -.icon-ic_fluent_chat_sparkle_20_filled:before { +.icon-ic_fluent_chat_lock_20_filled:before { content: "\e3bd"; } -.icon-ic_fluent_chat_sparkle_20_regular:before { +.icon-ic_fluent_chat_lock_20_regular:before { content: "\e3be"; } -.icon-ic_fluent_chat_video_20_filled:before { +.icon-ic_fluent_chat_mail_20_filled:before { content: "\e3bf"; } -.icon-ic_fluent_chat_video_20_regular:before { +.icon-ic_fluent_chat_mail_20_regular:before { content: "\e3c0"; } -.icon-ic_fluent_chat_warning_20_filled:before { +.icon-ic_fluent_chat_multiple_20_filled:before { content: "\e3c1"; } -.icon-ic_fluent_chat_warning_20_regular:before { +.icon-ic_fluent_chat_multiple_20_regular:before { content: "\e3c2"; } -.icon-ic_fluent_check_20_filled:before { +.icon-ic_fluent_chat_multiple_heart_20_filled:before { content: "\e3c3"; } -.icon-ic_fluent_check_20_regular:before { +.icon-ic_fluent_chat_multiple_heart_20_regular:before { content: "\e3c4"; } -.icon-ic_fluent_checkbox_1_20_filled:before { +.icon-ic_fluent_chat_off_20_filled:before { content: "\e3c5"; } -.icon-ic_fluent_checkbox_1_20_regular:before { +.icon-ic_fluent_chat_off_20_regular:before { content: "\e3c6"; } -.icon-ic_fluent_checkbox_2_20_filled:before { +.icon-ic_fluent_chat_settings_20_filled:before { content: "\e3c7"; } -.icon-ic_fluent_checkbox_2_20_regular:before { +.icon-ic_fluent_chat_settings_20_regular:before { content: "\e3c8"; } -.icon-ic_fluent_checkbox_arrow_right_20_filled:before { +.icon-ic_fluent_chat_sparkle_20_filled:before { content: "\e3c9"; } -.icon-ic_fluent_checkbox_arrow_right_20_regular:before { +.icon-ic_fluent_chat_sparkle_20_regular:before { content: "\e3ca"; } -.icon-ic_fluent_checkbox_checked_20_filled:before { +.icon-ic_fluent_chat_video_20_filled:before { content: "\e3cb"; } -.icon-ic_fluent_checkbox_checked_20_regular:before { +.icon-ic_fluent_chat_video_20_regular:before { content: "\e3cc"; } -.icon-ic_fluent_checkbox_checked_sync_20_filled:before { +.icon-ic_fluent_chat_warning_20_filled:before { content: "\e3cd"; } -.icon-ic_fluent_checkbox_checked_sync_20_regular:before { +.icon-ic_fluent_chat_warning_20_regular:before { content: "\e3ce"; } -.icon-ic_fluent_checkbox_indeterminate_20_filled:before { +.icon-ic_fluent_check_20_filled:before { content: "\e3cf"; } -.icon-ic_fluent_checkbox_indeterminate_20_regular:before { +.icon-ic_fluent_check_20_regular:before { content: "\e3d0"; } -.icon-ic_fluent_checkbox_person_20_filled:before { +.icon-ic_fluent_checkbox_1_20_filled:before { content: "\e3d1"; } -.icon-ic_fluent_checkbox_person_20_regular:before { +.icon-ic_fluent_checkbox_1_20_regular:before { content: "\e3d2"; } -.icon-ic_fluent_checkbox_unchecked_20_filled:before { +.icon-ic_fluent_checkbox_2_20_filled:before { content: "\e3d3"; } -.icon-ic_fluent_checkbox_unchecked_20_regular:before { +.icon-ic_fluent_checkbox_2_20_regular:before { content: "\e3d4"; } -.icon-ic_fluent_checkbox_warning_20_filled:before { +.icon-ic_fluent_checkbox_arrow_right_20_filled:before { content: "\e3d5"; } -.icon-ic_fluent_checkbox_warning_20_regular:before { +.icon-ic_fluent_checkbox_arrow_right_20_regular:before { content: "\e3d6"; } -.icon-ic_fluent_checkmark_20_filled:before { +.icon-ic_fluent_checkbox_checked_20_filled:before { content: "\e3d7"; } -.icon-ic_fluent_checkmark_20_regular:before { +.icon-ic_fluent_checkbox_checked_20_regular:before { content: "\e3d8"; } -.icon-ic_fluent_checkmark_circle_20_filled:before { +.icon-ic_fluent_checkbox_checked_sync_20_filled:before { content: "\e3d9"; } -.icon-ic_fluent_checkmark_circle_20_regular:before { +.icon-ic_fluent_checkbox_checked_sync_20_regular:before { content: "\e3da"; } -.icon-ic_fluent_checkmark_circle_square_20_filled:before { +.icon-ic_fluent_checkbox_indeterminate_20_filled:before { content: "\e3db"; } -.icon-ic_fluent_checkmark_circle_square_20_regular:before { +.icon-ic_fluent_checkbox_indeterminate_20_regular:before { content: "\e3dc"; } -.icon-ic_fluent_checkmark_circle_warning_20_filled:before { +.icon-ic_fluent_checkbox_person_20_filled:before { content: "\e3dd"; } -.icon-ic_fluent_checkmark_circle_warning_20_regular:before { +.icon-ic_fluent_checkbox_person_20_regular:before { content: "\e3de"; } -.icon-ic_fluent_checkmark_lock_20_filled:before { +.icon-ic_fluent_checkbox_unchecked_20_filled:before { content: "\e3df"; } -.icon-ic_fluent_checkmark_lock_20_regular:before { +.icon-ic_fluent_checkbox_unchecked_20_regular:before { content: "\e3e0"; } -.icon-ic_fluent_checkmark_note_20_filled:before { +.icon-ic_fluent_checkbox_warning_20_filled:before { content: "\e3e1"; } -.icon-ic_fluent_checkmark_note_20_regular:before { +.icon-ic_fluent_checkbox_warning_20_regular:before { content: "\e3e2"; } -.icon-ic_fluent_checkmark_square_20_filled:before { +.icon-ic_fluent_checkmark_20_filled:before { content: "\e3e3"; } -.icon-ic_fluent_checkmark_square_20_regular:before { +.icon-ic_fluent_checkmark_20_regular:before { content: "\e3e4"; } -.icon-ic_fluent_checkmark_starburst_20_filled:before { +.icon-ic_fluent_checkmark_circle_20_filled:before { content: "\e3e5"; } -.icon-ic_fluent_checkmark_starburst_20_regular:before { +.icon-ic_fluent_checkmark_circle_20_regular:before { content: "\e3e6"; } -.icon-ic_fluent_checkmark_underline_circle_20_filled:before { +.icon-ic_fluent_checkmark_circle_square_20_filled:before { content: "\e3e7"; } -.icon-ic_fluent_checkmark_underline_circle_20_regular:before { +.icon-ic_fluent_checkmark_circle_square_20_regular:before { content: "\e3e8"; } -.icon-ic_fluent_chess_20_filled:before { +.icon-ic_fluent_checkmark_circle_warning_20_filled:before { content: "\e3e9"; } -.icon-ic_fluent_chess_20_regular:before { +.icon-ic_fluent_checkmark_circle_warning_20_regular:before { content: "\e3ea"; } -.icon-ic_fluent_chevron_circle_down_20_filled:before { +.icon-ic_fluent_checkmark_lock_20_filled:before { content: "\e3eb"; } -.icon-ic_fluent_chevron_circle_down_20_regular:before { +.icon-ic_fluent_checkmark_lock_20_regular:before { content: "\e3ec"; } -.icon-ic_fluent_chevron_circle_left_20_filled:before { +.icon-ic_fluent_checkmark_note_20_filled:before { content: "\e3ed"; } -.icon-ic_fluent_chevron_circle_left_20_regular:before { +.icon-ic_fluent_checkmark_note_20_regular:before { content: "\e3ee"; } -.icon-ic_fluent_chevron_circle_right_20_filled:before { +.icon-ic_fluent_checkmark_square_20_filled:before { content: "\e3ef"; } -.icon-ic_fluent_chevron_circle_right_20_regular:before { +.icon-ic_fluent_checkmark_square_20_regular:before { content: "\e3f0"; } -.icon-ic_fluent_chevron_circle_up_20_filled:before { +.icon-ic_fluent_checkmark_starburst_20_filled:before { content: "\e3f1"; } -.icon-ic_fluent_chevron_circle_up_20_regular:before { +.icon-ic_fluent_checkmark_starburst_20_regular:before { content: "\e3f2"; } -.icon-ic_fluent_chevron_double_down_20_filled:before { +.icon-ic_fluent_checkmark_underline_circle_20_filled:before { content: "\e3f3"; } -.icon-ic_fluent_chevron_double_down_20_regular:before { +.icon-ic_fluent_checkmark_underline_circle_20_regular:before { content: "\e3f4"; } -.icon-ic_fluent_chevron_double_left_20_filled:before { +.icon-ic_fluent_chess_20_filled:before { content: "\e3f5"; } -.icon-ic_fluent_chevron_double_left_20_regular:before { +.icon-ic_fluent_chess_20_regular:before { content: "\e3f6"; } -.icon-ic_fluent_chevron_double_right_20_filled:before { +.icon-ic_fluent_chevron_circle_down_20_filled:before { content: "\e3f7"; } -.icon-ic_fluent_chevron_double_right_20_regular:before { +.icon-ic_fluent_chevron_circle_down_20_regular:before { content: "\e3f8"; } -.icon-ic_fluent_chevron_double_up_20_filled:before { +.icon-ic_fluent_chevron_circle_left_20_filled:before { content: "\e3f9"; } -.icon-ic_fluent_chevron_double_up_20_regular:before { +.icon-ic_fluent_chevron_circle_left_20_regular:before { content: "\e3fa"; } -.icon-ic_fluent_chevron_down_20_filled:before { +.icon-ic_fluent_chevron_circle_right_20_filled:before { content: "\e3fb"; } -.icon-ic_fluent_chevron_down_20_regular:before { +.icon-ic_fluent_chevron_circle_right_20_regular:before { content: "\e3fc"; } -.icon-ic_fluent_chevron_down_up_20_filled:before { +.icon-ic_fluent_chevron_circle_up_20_filled:before { content: "\e3fd"; } -.icon-ic_fluent_chevron_down_up_20_regular:before { +.icon-ic_fluent_chevron_circle_up_20_regular:before { content: "\e3fe"; } -.icon-ic_fluent_chevron_left_20_filled:before { +.icon-ic_fluent_chevron_double_down_20_filled:before { content: "\e3ff"; } -.icon-ic_fluent_chevron_left_20_regular:before { +.icon-ic_fluent_chevron_double_down_20_regular:before { content: "\e400"; } -.icon-ic_fluent_chevron_right_20_filled:before { +.icon-ic_fluent_chevron_double_left_20_filled:before { content: "\e401"; } -.icon-ic_fluent_chevron_right_20_regular:before { +.icon-ic_fluent_chevron_double_left_20_regular:before { content: "\e402"; } -.icon-ic_fluent_chevron_up_20_filled:before { +.icon-ic_fluent_chevron_double_right_20_filled:before { content: "\e403"; } -.icon-ic_fluent_chevron_up_20_regular:before { +.icon-ic_fluent_chevron_double_right_20_regular:before { content: "\e404"; } -.icon-ic_fluent_chevron_up_down_20_filled:before { +.icon-ic_fluent_chevron_double_up_20_filled:before { content: "\e405"; } -.icon-ic_fluent_chevron_up_down_20_regular:before { +.icon-ic_fluent_chevron_double_up_20_regular:before { content: "\e406"; } -.icon-ic_fluent_circle_20_filled:before { +.icon-ic_fluent_chevron_down_20_filled:before { content: "\e407"; } -.icon-ic_fluent_circle_20_regular:before { +.icon-ic_fluent_chevron_down_20_regular:before { content: "\e408"; } -.icon-ic_fluent_circle_edit_20_filled:before { +.icon-ic_fluent_chevron_down_up_20_filled:before { content: "\e409"; } -.icon-ic_fluent_circle_edit_20_regular:before { +.icon-ic_fluent_chevron_down_up_20_regular:before { content: "\e40a"; } -.icon-ic_fluent_circle_eraser_20_filled:before { +.icon-ic_fluent_chevron_left_20_filled:before { content: "\e40b"; } -.icon-ic_fluent_circle_eraser_20_regular:before { +.icon-ic_fluent_chevron_left_20_regular:before { content: "\e40c"; } -.icon-ic_fluent_circle_half_fill_20_filled:before { +.icon-ic_fluent_chevron_right_20_filled:before { content: "\e40d"; } -.icon-ic_fluent_circle_half_fill_20_regular:before { +.icon-ic_fluent_chevron_right_20_regular:before { content: "\e40e"; } -.icon-ic_fluent_circle_hint_20_filled:before { +.icon-ic_fluent_chevron_up_20_filled:before { content: "\e40f"; } -.icon-ic_fluent_circle_hint_20_regular:before { +.icon-ic_fluent_chevron_up_20_regular:before { content: "\e410"; } -.icon-ic_fluent_circle_hint_half_vertical_20_filled:before { +.icon-ic_fluent_chevron_up_down_20_filled:before { content: "\e411"; } -.icon-ic_fluent_circle_hint_half_vertical_20_regular:before { +.icon-ic_fluent_chevron_up_down_20_regular:before { content: "\e412"; } -.icon-ic_fluent_circle_image_20_filled:before { +.icon-ic_fluent_circle_20_filled:before { content: "\e413"; } -.icon-ic_fluent_circle_image_20_regular:before { +.icon-ic_fluent_circle_20_regular:before { content: "\e414"; } -.icon-ic_fluent_circle_line_20_filled:before { +.icon-ic_fluent_circle_edit_20_filled:before { content: "\e415"; } -.icon-ic_fluent_circle_line_20_regular:before { +.icon-ic_fluent_circle_edit_20_regular:before { content: "\e416"; } -.icon-ic_fluent_circle_multiple_subtract_checkmark_20_filled:before { +.icon-ic_fluent_circle_eraser_20_filled:before { content: "\e417"; } -.icon-ic_fluent_circle_multiple_subtract_checkmark_20_regular:before { +.icon-ic_fluent_circle_eraser_20_regular:before { content: "\e418"; } -.icon-ic_fluent_circle_off_20_filled:before { +.icon-ic_fluent_circle_half_fill_20_filled:before { content: "\e419"; } -.icon-ic_fluent_circle_off_20_regular:before { +.icon-ic_fluent_circle_half_fill_20_regular:before { content: "\e41a"; } -.icon-ic_fluent_circle_small_20_filled:before { +.icon-ic_fluent_circle_hint_20_filled:before { content: "\e41b"; } -.icon-ic_fluent_circle_small_20_regular:before { +.icon-ic_fluent_circle_hint_20_regular:before { content: "\e41c"; } -.icon-ic_fluent_city_20_filled:before { +.icon-ic_fluent_circle_hint_half_vertical_20_filled:before { content: "\e41d"; } -.icon-ic_fluent_city_20_regular:before { +.icon-ic_fluent_circle_hint_half_vertical_20_regular:before { content: "\e41e"; } -.icon-ic_fluent_class_20_filled:before { +.icon-ic_fluent_circle_image_20_filled:before { content: "\e41f"; } -.icon-ic_fluent_class_20_regular:before { +.icon-ic_fluent_circle_image_20_regular:before { content: "\e420"; } -.icon-ic_fluent_classification_20_filled:before { +.icon-ic_fluent_circle_line_20_filled:before { content: "\e421"; } -.icon-ic_fluent_classification_20_regular:before { +.icon-ic_fluent_circle_line_20_regular:before { content: "\e422"; } -.icon-ic_fluent_clear_formatting_20_filled:before { +.icon-ic_fluent_circle_multiple_subtract_checkmark_20_filled:before { content: "\e423"; } -.icon-ic_fluent_clear_formatting_20_regular:before { +.icon-ic_fluent_circle_multiple_subtract_checkmark_20_regular:before { content: "\e424"; } -.icon-ic_fluent_clipboard_20_filled:before { +.icon-ic_fluent_circle_off_20_filled:before { content: "\e425"; } -.icon-ic_fluent_clipboard_20_regular:before { +.icon-ic_fluent_circle_off_20_regular:before { content: "\e426"; } -.icon-ic_fluent_clipboard_3_day_20_filled:before { +.icon-ic_fluent_circle_small_20_filled:before { content: "\e427"; } -.icon-ic_fluent_clipboard_3_day_20_regular:before { +.icon-ic_fluent_circle_small_20_regular:before { content: "\e428"; } -.icon-ic_fluent_clipboard_arrow_right_20_filled:before { +.icon-ic_fluent_city_20_filled:before { content: "\e429"; } -.icon-ic_fluent_clipboard_arrow_right_20_regular:before { +.icon-ic_fluent_city_20_regular:before { content: "\e42a"; } -.icon-ic_fluent_clipboard_brush_20_filled:before { +.icon-ic_fluent_class_20_filled:before { content: "\e42b"; } -.icon-ic_fluent_clipboard_brush_20_regular:before { +.icon-ic_fluent_class_20_regular:before { content: "\e42c"; } -.icon-ic_fluent_clipboard_bullet_list_20_filled:before { +.icon-ic_fluent_classification_20_filled:before { content: "\e42d"; } -.icon-ic_fluent_clipboard_bullet_list_20_regular:before { +.icon-ic_fluent_classification_20_regular:before { content: "\e42e"; } -.icon-ic_fluent_clipboard_bullet_list_ltr_20_filled:before { +.icon-ic_fluent_clear_formatting_20_filled:before { content: "\e42f"; } -.icon-ic_fluent_clipboard_bullet_list_ltr_20_regular:before { +.icon-ic_fluent_clear_formatting_20_regular:before { content: "\e430"; } -.icon-ic_fluent_clipboard_bullet_list_rtl_20_filled:before { +.icon-ic_fluent_clipboard_20_filled:before { content: "\e431"; } -.icon-ic_fluent_clipboard_bullet_list_rtl_20_regular:before { +.icon-ic_fluent_clipboard_20_regular:before { content: "\e432"; } -.icon-ic_fluent_clipboard_checkmark_20_filled:before { +.icon-ic_fluent_clipboard_3_day_20_filled:before { content: "\e433"; } -.icon-ic_fluent_clipboard_checkmark_20_regular:before { +.icon-ic_fluent_clipboard_3_day_20_regular:before { content: "\e434"; } -.icon-ic_fluent_clipboard_clock_20_filled:before { +.icon-ic_fluent_clipboard_arrow_right_20_filled:before { content: "\e435"; } -.icon-ic_fluent_clipboard_clock_20_regular:before { +.icon-ic_fluent_clipboard_arrow_right_20_regular:before { content: "\e436"; } -.icon-ic_fluent_clipboard_code_20_filled:before { +.icon-ic_fluent_clipboard_brush_20_filled:before { content: "\e437"; } -.icon-ic_fluent_clipboard_code_20_regular:before { +.icon-ic_fluent_clipboard_brush_20_regular:before { content: "\e438"; } -.icon-ic_fluent_clipboard_data_bar_20_filled:before { +.icon-ic_fluent_clipboard_bullet_list_20_filled:before { content: "\e439"; } -.icon-ic_fluent_clipboard_data_bar_20_regular:before { +.icon-ic_fluent_clipboard_bullet_list_20_regular:before { content: "\e43a"; } -.icon-ic_fluent_clipboard_day_20_filled:before { +.icon-ic_fluent_clipboard_bullet_list_ltr_20_filled:before { content: "\e43b"; } -.icon-ic_fluent_clipboard_day_20_regular:before { +.icon-ic_fluent_clipboard_bullet_list_ltr_20_regular:before { content: "\e43c"; } -.icon-ic_fluent_clipboard_edit_20_filled:before { +.icon-ic_fluent_clipboard_bullet_list_rtl_20_filled:before { content: "\e43d"; } -.icon-ic_fluent_clipboard_edit_20_regular:before { +.icon-ic_fluent_clipboard_bullet_list_rtl_20_regular:before { content: "\e43e"; } -.icon-ic_fluent_clipboard_error_20_filled:before { +.icon-ic_fluent_clipboard_checkmark_20_filled:before { content: "\e43f"; } -.icon-ic_fluent_clipboard_error_20_regular:before { +.icon-ic_fluent_clipboard_checkmark_20_regular:before { content: "\e440"; } -.icon-ic_fluent_clipboard_heart_20_filled:before { +.icon-ic_fluent_clipboard_clock_20_filled:before { content: "\e441"; } -.icon-ic_fluent_clipboard_heart_20_regular:before { +.icon-ic_fluent_clipboard_clock_20_regular:before { content: "\e442"; } -.icon-ic_fluent_clipboard_image_20_filled:before { +.icon-ic_fluent_clipboard_code_20_filled:before { content: "\e443"; } -.icon-ic_fluent_clipboard_image_20_regular:before { +.icon-ic_fluent_clipboard_code_20_regular:before { content: "\e444"; } -.icon-ic_fluent_clipboard_letter_20_filled:before { +.icon-ic_fluent_clipboard_data_bar_20_filled:before { content: "\e445"; } -.icon-ic_fluent_clipboard_letter_20_regular:before { +.icon-ic_fluent_clipboard_data_bar_20_regular:before { content: "\e446"; } -.icon-ic_fluent_clipboard_link_20_filled:before { +.icon-ic_fluent_clipboard_day_20_filled:before { content: "\e447"; } -.icon-ic_fluent_clipboard_link_20_regular:before { +.icon-ic_fluent_clipboard_day_20_regular:before { content: "\e448"; } -.icon-ic_fluent_clipboard_math_formula_20_filled:before { +.icon-ic_fluent_clipboard_edit_20_filled:before { content: "\e449"; } -.icon-ic_fluent_clipboard_math_formula_20_regular:before { +.icon-ic_fluent_clipboard_edit_20_regular:before { content: "\e44a"; } -.icon-ic_fluent_clipboard_month_20_filled:before { +.icon-ic_fluent_clipboard_error_20_filled:before { content: "\e44b"; } -.icon-ic_fluent_clipboard_month_20_regular:before { +.icon-ic_fluent_clipboard_error_20_regular:before { content: "\e44c"; } -.icon-ic_fluent_clipboard_more_20_filled:before { +.icon-ic_fluent_clipboard_heart_20_filled:before { content: "\e44d"; } -.icon-ic_fluent_clipboard_more_20_regular:before { +.icon-ic_fluent_clipboard_heart_20_regular:before { content: "\e44e"; } -.icon-ic_fluent_clipboard_note_20_filled:before { +.icon-ic_fluent_clipboard_image_20_filled:before { content: "\e44f"; } -.icon-ic_fluent_clipboard_note_20_regular:before { +.icon-ic_fluent_clipboard_image_20_regular:before { content: "\e450"; } -.icon-ic_fluent_clipboard_number_123_20_filled:before { +.icon-ic_fluent_clipboard_letter_20_filled:before { content: "\e451"; } -.icon-ic_fluent_clipboard_number_123_20_regular:before { +.icon-ic_fluent_clipboard_letter_20_regular:before { content: "\e452"; } -.icon-ic_fluent_clipboard_paste_20_filled:before { +.icon-ic_fluent_clipboard_link_20_filled:before { content: "\e453"; } -.icon-ic_fluent_clipboard_paste_20_regular:before { +.icon-ic_fluent_clipboard_link_20_regular:before { content: "\e454"; } -.icon-ic_fluent_clipboard_pulse_20_filled:before { +.icon-ic_fluent_clipboard_math_formula_20_filled:before { content: "\e455"; } -.icon-ic_fluent_clipboard_pulse_20_regular:before { +.icon-ic_fluent_clipboard_math_formula_20_regular:before { content: "\e456"; } -.icon-ic_fluent_clipboard_search_20_filled:before { +.icon-ic_fluent_clipboard_month_20_filled:before { content: "\e457"; } -.icon-ic_fluent_clipboard_search_20_regular:before { +.icon-ic_fluent_clipboard_month_20_regular:before { content: "\e458"; } -.icon-ic_fluent_clipboard_settings_20_filled:before { +.icon-ic_fluent_clipboard_more_20_filled:before { content: "\e459"; } -.icon-ic_fluent_clipboard_settings_20_regular:before { +.icon-ic_fluent_clipboard_more_20_regular:before { content: "\e45a"; } -.icon-ic_fluent_clipboard_task_20_filled:before { +.icon-ic_fluent_clipboard_note_20_filled:before { content: "\e45b"; } -.icon-ic_fluent_clipboard_task_20_regular:before { +.icon-ic_fluent_clipboard_note_20_regular:before { content: "\e45c"; } -.icon-ic_fluent_clipboard_task_add_20_filled:before { +.icon-ic_fluent_clipboard_number_123_20_filled:before { content: "\e45d"; } -.icon-ic_fluent_clipboard_task_add_20_regular:before { +.icon-ic_fluent_clipboard_number_123_20_regular:before { content: "\e45e"; } -.icon-ic_fluent_clipboard_task_list_ltr_20_filled:before { +.icon-ic_fluent_clipboard_paste_20_filled:before { content: "\e45f"; } -.icon-ic_fluent_clipboard_task_list_ltr_20_regular:before { +.icon-ic_fluent_clipboard_paste_20_regular:before { content: "\e460"; } -.icon-ic_fluent_clipboard_task_list_rtl_20_filled:before { +.icon-ic_fluent_clipboard_pulse_20_filled:before { content: "\e461"; } -.icon-ic_fluent_clipboard_task_list_rtl_20_regular:before { +.icon-ic_fluent_clipboard_pulse_20_regular:before { content: "\e462"; } -.icon-ic_fluent_clipboard_text_edit_20_filled:before { +.icon-ic_fluent_clipboard_search_20_filled:before { content: "\e463"; } -.icon-ic_fluent_clipboard_text_edit_20_regular:before { +.icon-ic_fluent_clipboard_search_20_regular:before { content: "\e464"; } -.icon-ic_fluent_clipboard_text_ltr_20_filled:before { +.icon-ic_fluent_clipboard_settings_20_filled:before { content: "\e465"; } -.icon-ic_fluent_clipboard_text_ltr_20_regular:before { +.icon-ic_fluent_clipboard_settings_20_regular:before { content: "\e466"; } -.icon-ic_fluent_clipboard_text_rtl_20_filled:before { +.icon-ic_fluent_clipboard_task_20_filled:before { content: "\e467"; } -.icon-ic_fluent_clipboard_text_rtl_20_regular:before { +.icon-ic_fluent_clipboard_task_20_regular:before { content: "\e468"; } -.icon-ic_fluent_clock_20_filled:before { +.icon-ic_fluent_clipboard_task_add_20_filled:before { content: "\e469"; } -.icon-ic_fluent_clock_20_regular:before { +.icon-ic_fluent_clipboard_task_add_20_regular:before { content: "\e46a"; } -.icon-ic_fluent_clock_alarm_20_filled:before { +.icon-ic_fluent_clipboard_task_list_ltr_20_filled:before { content: "\e46b"; } -.icon-ic_fluent_clock_alarm_20_regular:before { +.icon-ic_fluent_clipboard_task_list_ltr_20_regular:before { content: "\e46c"; } -.icon-ic_fluent_clock_arrow_download_20_filled:before { +.icon-ic_fluent_clipboard_task_list_rtl_20_filled:before { content: "\e46d"; } -.icon-ic_fluent_clock_arrow_download_20_regular:before { +.icon-ic_fluent_clipboard_task_list_rtl_20_regular:before { content: "\e46e"; } -.icon-ic_fluent_clock_dismiss_20_filled:before { +.icon-ic_fluent_clipboard_text_edit_20_filled:before { content: "\e46f"; } -.icon-ic_fluent_clock_dismiss_20_regular:before { +.icon-ic_fluent_clipboard_text_edit_20_regular:before { content: "\e470"; } -.icon-ic_fluent_clock_lock_20_filled:before { +.icon-ic_fluent_clipboard_text_ltr_20_filled:before { content: "\e471"; } -.icon-ic_fluent_clock_lock_20_regular:before { +.icon-ic_fluent_clipboard_text_ltr_20_regular:before { content: "\e472"; } -.icon-ic_fluent_clock_pause_20_filled:before { +.icon-ic_fluent_clipboard_text_rtl_20_filled:before { content: "\e473"; } -.icon-ic_fluent_clock_pause_20_regular:before { +.icon-ic_fluent_clipboard_text_rtl_20_regular:before { content: "\e474"; } -.icon-ic_fluent_clock_toolbox_20_filled:before { +.icon-ic_fluent_clock_20_filled:before { content: "\e475"; } -.icon-ic_fluent_clock_toolbox_20_regular:before { +.icon-ic_fluent_clock_20_regular:before { content: "\e476"; } -.icon-ic_fluent_closed_caption_20_filled:before { +.icon-ic_fluent_clock_alarm_20_filled:before { content: "\e477"; } -.icon-ic_fluent_closed_caption_20_regular:before { +.icon-ic_fluent_clock_alarm_20_regular:before { content: "\e478"; } -.icon-ic_fluent_closed_caption_off_20_filled:before { +.icon-ic_fluent_clock_arrow_download_20_filled:before { content: "\e479"; } -.icon-ic_fluent_closed_caption_off_20_regular:before { +.icon-ic_fluent_clock_arrow_download_20_regular:before { content: "\e47a"; } -.icon-ic_fluent_cloud_20_filled:before { +.icon-ic_fluent_clock_bill_20_filled:before { content: "\e47b"; } -.icon-ic_fluent_cloud_20_regular:before { +.icon-ic_fluent_clock_bill_20_regular:before { content: "\e47c"; } -.icon-ic_fluent_cloud_add_20_filled:before { +.icon-ic_fluent_clock_dismiss_20_filled:before { content: "\e47d"; } -.icon-ic_fluent_cloud_add_20_regular:before { +.icon-ic_fluent_clock_dismiss_20_regular:before { content: "\e47e"; } -.icon-ic_fluent_cloud_archive_20_filled:before { +.icon-ic_fluent_clock_lock_20_filled:before { content: "\e47f"; } -.icon-ic_fluent_cloud_archive_20_regular:before { +.icon-ic_fluent_clock_lock_20_regular:before { content: "\e480"; } -.icon-ic_fluent_cloud_arrow_down_20_filled:before { +.icon-ic_fluent_clock_pause_20_filled:before { content: "\e481"; } -.icon-ic_fluent_cloud_arrow_down_20_regular:before { +.icon-ic_fluent_clock_pause_20_regular:before { content: "\e482"; } -.icon-ic_fluent_cloud_arrow_right_20_filled:before { +.icon-ic_fluent_clock_toolbox_20_filled:before { content: "\e483"; } -.icon-ic_fluent_cloud_arrow_right_20_regular:before { +.icon-ic_fluent_clock_toolbox_20_regular:before { content: "\e484"; } -.icon-ic_fluent_cloud_arrow_up_20_filled:before { +.icon-ic_fluent_closed_caption_20_filled:before { content: "\e485"; } -.icon-ic_fluent_cloud_arrow_up_20_regular:before { +.icon-ic_fluent_closed_caption_20_regular:before { content: "\e486"; } -.icon-ic_fluent_cloud_beaker_20_filled:before { +.icon-ic_fluent_closed_caption_off_20_filled:before { content: "\e487"; } -.icon-ic_fluent_cloud_beaker_20_regular:before { +.icon-ic_fluent_closed_caption_off_20_regular:before { content: "\e488"; } -.icon-ic_fluent_cloud_bidirectional_20_filled:before { +.icon-ic_fluent_cloud_20_filled:before { content: "\e489"; } -.icon-ic_fluent_cloud_bidirectional_20_regular:before { +.icon-ic_fluent_cloud_20_regular:before { content: "\e48a"; } -.icon-ic_fluent_cloud_checkmark_20_filled:before { +.icon-ic_fluent_cloud_add_20_filled:before { content: "\e48b"; } -.icon-ic_fluent_cloud_checkmark_20_regular:before { +.icon-ic_fluent_cloud_add_20_regular:before { content: "\e48c"; } -.icon-ic_fluent_cloud_cube_20_filled:before { +.icon-ic_fluent_cloud_archive_20_filled:before { content: "\e48d"; } -.icon-ic_fluent_cloud_cube_20_regular:before { +.icon-ic_fluent_cloud_archive_20_regular:before { content: "\e48e"; } -.icon-ic_fluent_cloud_database_20_filled:before { +.icon-ic_fluent_cloud_arrow_down_20_filled:before { content: "\e48f"; } -.icon-ic_fluent_cloud_database_20_regular:before { +.icon-ic_fluent_cloud_arrow_down_20_regular:before { content: "\e490"; } -.icon-ic_fluent_cloud_desktop_20_filled:before { +.icon-ic_fluent_cloud_arrow_right_20_filled:before { content: "\e491"; } -.icon-ic_fluent_cloud_desktop_20_regular:before { +.icon-ic_fluent_cloud_arrow_right_20_regular:before { content: "\e492"; } -.icon-ic_fluent_cloud_dismiss_20_filled:before { +.icon-ic_fluent_cloud_arrow_up_20_filled:before { content: "\e493"; } -.icon-ic_fluent_cloud_dismiss_20_regular:before { +.icon-ic_fluent_cloud_arrow_up_20_regular:before { content: "\e494"; } -.icon-ic_fluent_cloud_edit_20_filled:before { +.icon-ic_fluent_cloud_beaker_20_filled:before { content: "\e495"; } -.icon-ic_fluent_cloud_edit_20_regular:before { +.icon-ic_fluent_cloud_beaker_20_regular:before { content: "\e496"; } -.icon-ic_fluent_cloud_error_20_filled:before { +.icon-ic_fluent_cloud_bidirectional_20_filled:before { content: "\e497"; } -.icon-ic_fluent_cloud_error_20_regular:before { +.icon-ic_fluent_cloud_bidirectional_20_regular:before { content: "\e498"; } -.icon-ic_fluent_cloud_flow_20_filled:before { +.icon-ic_fluent_cloud_checkmark_20_filled:before { content: "\e499"; } -.icon-ic_fluent_cloud_flow_20_regular:before { +.icon-ic_fluent_cloud_checkmark_20_regular:before { content: "\e49a"; } -.icon-ic_fluent_cloud_link_20_filled:before { +.icon-ic_fluent_cloud_cube_20_filled:before { content: "\e49b"; } -.icon-ic_fluent_cloud_link_20_regular:before { +.icon-ic_fluent_cloud_cube_20_regular:before { content: "\e49c"; } -.icon-ic_fluent_cloud_off_20_filled:before { +.icon-ic_fluent_cloud_database_20_filled:before { content: "\e49d"; } -.icon-ic_fluent_cloud_off_20_regular:before { +.icon-ic_fluent_cloud_database_20_regular:before { content: "\e49e"; } -.icon-ic_fluent_cloud_swap_20_filled:before { +.icon-ic_fluent_cloud_desktop_20_filled:before { content: "\e49f"; } -.icon-ic_fluent_cloud_swap_20_regular:before { +.icon-ic_fluent_cloud_desktop_20_regular:before { content: "\e4a0"; } -.icon-ic_fluent_cloud_sync_20_filled:before { +.icon-ic_fluent_cloud_dismiss_20_filled:before { content: "\e4a1"; } -.icon-ic_fluent_cloud_sync_20_regular:before { +.icon-ic_fluent_cloud_dismiss_20_regular:before { content: "\e4a2"; } -.icon-ic_fluent_cloud_words_20_filled:before { +.icon-ic_fluent_cloud_edit_20_filled:before { content: "\e4a3"; } -.icon-ic_fluent_cloud_words_20_regular:before { +.icon-ic_fluent_cloud_edit_20_regular:before { content: "\e4a4"; } -.icon-ic_fluent_clover_20_filled:before { +.icon-ic_fluent_cloud_error_20_filled:before { content: "\e4a5"; } -.icon-ic_fluent_clover_20_regular:before { +.icon-ic_fluent_cloud_error_20_regular:before { content: "\e4a6"; } -.icon-ic_fluent_code_20_filled:before { +.icon-ic_fluent_cloud_flow_20_filled:before { content: "\e4a7"; } -.icon-ic_fluent_code_20_regular:before { +.icon-ic_fluent_cloud_flow_20_regular:before { content: "\e4a8"; } -.icon-ic_fluent_code_block_20_filled:before { +.icon-ic_fluent_cloud_link_20_filled:before { content: "\e4a9"; } -.icon-ic_fluent_code_block_20_regular:before { +.icon-ic_fluent_cloud_link_20_regular:before { content: "\e4aa"; } -.icon-ic_fluent_code_circle_20_filled:before { +.icon-ic_fluent_cloud_off_20_filled:before { content: "\e4ab"; } -.icon-ic_fluent_code_circle_20_regular:before { +.icon-ic_fluent_cloud_off_20_regular:before { content: "\e4ac"; } -.icon-ic_fluent_code_text_20_filled:before { +.icon-ic_fluent_cloud_swap_20_filled:before { content: "\e4ad"; } -.icon-ic_fluent_code_text_20_regular:before { +.icon-ic_fluent_cloud_swap_20_regular:before { content: "\e4ae"; } -.icon-ic_fluent_code_text_edit_20_filled:before { +.icon-ic_fluent_cloud_sync_20_filled:before { content: "\e4af"; } -.icon-ic_fluent_code_text_edit_20_regular:before { +.icon-ic_fluent_cloud_sync_20_regular:before { content: "\e4b0"; } -.icon-ic_fluent_collections_20_filled:before { +.icon-ic_fluent_cloud_words_20_filled:before { content: "\e4b1"; } -.icon-ic_fluent_collections_20_regular:before { +.icon-ic_fluent_cloud_words_20_regular:before { content: "\e4b2"; } -.icon-ic_fluent_collections_add_20_filled:before { +.icon-ic_fluent_clover_20_filled:before { content: "\e4b3"; } -.icon-ic_fluent_collections_add_20_regular:before { +.icon-ic_fluent_clover_20_regular:before { content: "\e4b4"; } -.icon-ic_fluent_color_20_filled:before { +.icon-ic_fluent_code_20_filled:before { content: "\e4b5"; } -.icon-ic_fluent_color_20_regular:before { +.icon-ic_fluent_code_20_regular:before { content: "\e4b6"; } -.icon-ic_fluent_color_background_20_filled:before { +.icon-ic_fluent_code_block_20_filled:before { content: "\e4b7"; } -.icon-ic_fluent_color_background_20_regular:before { +.icon-ic_fluent_code_block_20_regular:before { content: "\e4b8"; } -.icon-ic_fluent_color_background_accent_20_regular:before { +.icon-ic_fluent_code_circle_20_filled:before { content: "\e4b9"; } -.icon-ic_fluent_color_fill_20_filled:before { +.icon-ic_fluent_code_circle_20_regular:before { content: "\e4ba"; } -.icon-ic_fluent_color_fill_20_regular:before { +.icon-ic_fluent_code_text_20_filled:before { content: "\e4bb"; } -.icon-ic_fluent_color_fill_accent_20_regular:before { +.icon-ic_fluent_code_text_20_regular:before { content: "\e4bc"; } -.icon-ic_fluent_color_line_20_filled:before { +.icon-ic_fluent_code_text_edit_20_filled:before { content: "\e4bd"; } -.icon-ic_fluent_color_line_20_regular:before { +.icon-ic_fluent_code_text_edit_20_regular:before { content: "\e4be"; } -.icon-ic_fluent_color_line_accent_20_regular:before { +.icon-ic_fluent_collections_20_filled:before { content: "\e4bf"; } -.icon-ic_fluent_column_20_filled:before { +.icon-ic_fluent_collections_20_regular:before { content: "\e4c0"; } -.icon-ic_fluent_column_20_regular:before { +.icon-ic_fluent_collections_add_20_filled:before { content: "\e4c1"; } -.icon-ic_fluent_column_arrow_right_20_filled:before { +.icon-ic_fluent_collections_add_20_regular:before { content: "\e4c2"; } -.icon-ic_fluent_column_arrow_right_20_regular:before { +.icon-ic_fluent_color_20_filled:before { content: "\e4c3"; } -.icon-ic_fluent_column_double_compare_20_filled:before { +.icon-ic_fluent_color_20_regular:before { content: "\e4c4"; } -.icon-ic_fluent_column_double_compare_20_regular:before { +.icon-ic_fluent_color_background_20_filled:before { content: "\e4c5"; } -.icon-ic_fluent_column_edit_20_filled:before { +.icon-ic_fluent_color_background_20_regular:before { content: "\e4c6"; } -.icon-ic_fluent_column_edit_20_regular:before { +.icon-ic_fluent_color_background_accent_20_regular:before { content: "\e4c7"; } -.icon-ic_fluent_column_single_compare_20_filled:before { +.icon-ic_fluent_color_fill_20_filled:before { content: "\e4c8"; } -.icon-ic_fluent_column_single_compare_20_regular:before { +.icon-ic_fluent_color_fill_20_regular:before { content: "\e4c9"; } -.icon-ic_fluent_column_triple_20_filled:before { +.icon-ic_fluent_color_fill_accent_20_regular:before { content: "\e4ca"; } -.icon-ic_fluent_column_triple_20_regular:before { +.icon-ic_fluent_color_line_20_filled:before { content: "\e4cb"; } -.icon-ic_fluent_column_triple_edit_20_filled:before { +.icon-ic_fluent_color_line_20_regular:before { content: "\e4cc"; } -.icon-ic_fluent_column_triple_edit_20_regular:before { +.icon-ic_fluent_color_line_accent_20_regular:before { content: "\e4cd"; } -.icon-ic_fluent_comma_20_filled:before { +.icon-ic_fluent_column_20_filled:before { content: "\e4ce"; } -.icon-ic_fluent_comma_20_regular:before { +.icon-ic_fluent_column_20_regular:before { content: "\e4cf"; } -.icon-ic_fluent_comment_20_filled:before { +.icon-ic_fluent_column_arrow_right_20_filled:before { content: "\e4d0"; } -.icon-ic_fluent_comment_20_regular:before { +.icon-ic_fluent_column_arrow_right_20_regular:before { content: "\e4d1"; } -.icon-ic_fluent_comment_add_20_filled:before { +.icon-ic_fluent_column_double_compare_20_filled:before { content: "\e4d2"; } -.icon-ic_fluent_comment_add_20_regular:before { +.icon-ic_fluent_column_double_compare_20_regular:before { content: "\e4d3"; } -.icon-ic_fluent_comment_arrow_left_20_filled:before { +.icon-ic_fluent_column_edit_20_filled:before { content: "\e4d4"; } -.icon-ic_fluent_comment_arrow_left_20_regular:before { +.icon-ic_fluent_column_edit_20_regular:before { content: "\e4d5"; } -.icon-ic_fluent_comment_arrow_right_20_filled:before { +.icon-ic_fluent_column_single_compare_20_filled:before { content: "\e4d6"; } -.icon-ic_fluent_comment_arrow_right_20_regular:before { +.icon-ic_fluent_column_single_compare_20_regular:before { content: "\e4d7"; } -.icon-ic_fluent_comment_checkmark_20_filled:before { +.icon-ic_fluent_column_triple_20_filled:before { content: "\e4d8"; } -.icon-ic_fluent_comment_checkmark_20_regular:before { +.icon-ic_fluent_column_triple_20_regular:before { content: "\e4d9"; } -.icon-ic_fluent_comment_dismiss_20_filled:before { +.icon-ic_fluent_column_triple_edit_20_filled:before { content: "\e4da"; } -.icon-ic_fluent_comment_dismiss_20_regular:before { +.icon-ic_fluent_column_triple_edit_20_regular:before { content: "\e4db"; } -.icon-ic_fluent_comment_edit_20_filled:before { +.icon-ic_fluent_comma_20_filled:before { content: "\e4dc"; } -.icon-ic_fluent_comment_edit_20_regular:before { +.icon-ic_fluent_comma_20_regular:before { content: "\e4dd"; } -.icon-ic_fluent_comment_error_20_filled:before { +.icon-ic_fluent_comment_20_filled:before { content: "\e4de"; } -.icon-ic_fluent_comment_error_20_regular:before { +.icon-ic_fluent_comment_20_regular:before { content: "\e4df"; } -.icon-ic_fluent_comment_lightning_20_filled:before { +.icon-ic_fluent_comment_add_20_filled:before { content: "\e4e0"; } -.icon-ic_fluent_comment_lightning_20_regular:before { +.icon-ic_fluent_comment_add_20_regular:before { content: "\e4e1"; } -.icon-ic_fluent_comment_link_20_filled:before { +.icon-ic_fluent_comment_arrow_left_20_filled:before { content: "\e4e2"; } -.icon-ic_fluent_comment_link_20_regular:before { +.icon-ic_fluent_comment_arrow_left_20_regular:before { content: "\e4e3"; } -.icon-ic_fluent_comment_mention_20_filled:before { +.icon-ic_fluent_comment_arrow_right_20_filled:before { content: "\e4e4"; } -.icon-ic_fluent_comment_mention_20_regular:before { +.icon-ic_fluent_comment_arrow_right_20_regular:before { content: "\e4e5"; } -.icon-ic_fluent_comment_multiple_20_filled:before { +.icon-ic_fluent_comment_checkmark_20_filled:before { content: "\e4e6"; } -.icon-ic_fluent_comment_multiple_20_regular:before { +.icon-ic_fluent_comment_checkmark_20_regular:before { content: "\e4e7"; } -.icon-ic_fluent_comment_multiple_checkmark_20_filled:before { +.icon-ic_fluent_comment_dismiss_20_filled:before { content: "\e4e8"; } -.icon-ic_fluent_comment_multiple_checkmark_20_regular:before { +.icon-ic_fluent_comment_dismiss_20_regular:before { content: "\e4e9"; } -.icon-ic_fluent_comment_multiple_link_20_filled:before { +.icon-ic_fluent_comment_edit_20_filled:before { content: "\e4ea"; } -.icon-ic_fluent_comment_multiple_link_20_regular:before { +.icon-ic_fluent_comment_edit_20_regular:before { content: "\e4eb"; } -.icon-ic_fluent_comment_note_20_filled:before { +.icon-ic_fluent_comment_error_20_filled:before { content: "\e4ec"; } -.icon-ic_fluent_comment_note_20_regular:before { +.icon-ic_fluent_comment_error_20_regular:before { content: "\e4ed"; } -.icon-ic_fluent_comment_off_20_filled:before { +.icon-ic_fluent_comment_lightning_20_filled:before { content: "\e4ee"; } -.icon-ic_fluent_comment_off_20_regular:before { +.icon-ic_fluent_comment_lightning_20_regular:before { content: "\e4ef"; } -.icon-ic_fluent_communication_20_filled:before { +.icon-ic_fluent_comment_link_20_filled:before { content: "\e4f0"; } -.icon-ic_fluent_communication_20_regular:before { +.icon-ic_fluent_comment_link_20_regular:before { content: "\e4f1"; } -.icon-ic_fluent_communication_person_20_filled:before { +.icon-ic_fluent_comment_mention_20_filled:before { content: "\e4f2"; } -.icon-ic_fluent_communication_person_20_regular:before { +.icon-ic_fluent_comment_mention_20_regular:before { content: "\e4f3"; } -.icon-ic_fluent_communication_shield_20_filled:before { +.icon-ic_fluent_comment_multiple_20_filled:before { content: "\e4f4"; } -.icon-ic_fluent_communication_shield_20_regular:before { +.icon-ic_fluent_comment_multiple_20_regular:before { content: "\e4f5"; } -.icon-ic_fluent_compass_northwest_20_filled:before { +.icon-ic_fluent_comment_multiple_checkmark_20_filled:before { content: "\e4f6"; } -.icon-ic_fluent_compass_northwest_20_regular:before { +.icon-ic_fluent_comment_multiple_checkmark_20_regular:before { content: "\e4f7"; } -.icon-ic_fluent_compose_20_filled:before { +.icon-ic_fluent_comment_multiple_link_20_filled:before { content: "\e4f8"; } -.icon-ic_fluent_compose_20_regular:before { +.icon-ic_fluent_comment_multiple_link_20_regular:before { content: "\e4f9"; } -.icon-ic_fluent_conference_room_20_filled:before { +.icon-ic_fluent_comment_note_20_filled:before { content: "\e4fa"; } -.icon-ic_fluent_conference_room_20_regular:before { +.icon-ic_fluent_comment_note_20_regular:before { content: "\e4fb"; } -.icon-ic_fluent_connected_20_filled:before { +.icon-ic_fluent_comment_off_20_filled:before { content: "\e4fc"; } -.icon-ic_fluent_connected_20_regular:before { +.icon-ic_fluent_comment_off_20_regular:before { content: "\e4fd"; } -.icon-ic_fluent_connector_20_filled:before { +.icon-ic_fluent_communication_20_filled:before { content: "\e4fe"; } -.icon-ic_fluent_connector_20_regular:before { +.icon-ic_fluent_communication_20_regular:before { content: "\e4ff"; } -.icon-ic_fluent_contact_card_20_filled:before { +.icon-ic_fluent_communication_person_20_filled:before { content: "\e500"; } -.icon-ic_fluent_contact_card_20_regular:before { +.icon-ic_fluent_communication_person_20_regular:before { content: "\e501"; } -.icon-ic_fluent_contact_card_group_20_filled:before { +.icon-ic_fluent_communication_shield_20_filled:before { content: "\e502"; } -.icon-ic_fluent_contact_card_group_20_regular:before { +.icon-ic_fluent_communication_shield_20_regular:before { content: "\e503"; } -.icon-ic_fluent_contact_card_link_20_filled:before { +.icon-ic_fluent_compass_northwest_20_filled:before { content: "\e504"; } -.icon-ic_fluent_contact_card_link_20_regular:before { +.icon-ic_fluent_compass_northwest_20_regular:before { content: "\e505"; } -.icon-ic_fluent_contact_card_ribbon_20_filled:before { +.icon-ic_fluent_compose_20_filled:before { content: "\e506"; } -.icon-ic_fluent_contact_card_ribbon_20_regular:before { +.icon-ic_fluent_compose_20_regular:before { content: "\e507"; } -.icon-ic_fluent_content_settings_20_filled:before { +.icon-ic_fluent_conference_room_20_filled:before { content: "\e508"; } -.icon-ic_fluent_content_settings_20_regular:before { +.icon-ic_fluent_conference_room_20_regular:before { content: "\e509"; } -.icon-ic_fluent_content_view_20_filled:before { +.icon-ic_fluent_connected_20_filled:before { content: "\e50a"; } -.icon-ic_fluent_content_view_20_regular:before { +.icon-ic_fluent_connected_20_regular:before { content: "\e50b"; } -.icon-ic_fluent_content_view_gallery_20_filled:before { +.icon-ic_fluent_connector_20_filled:before { content: "\e50c"; } -.icon-ic_fluent_content_view_gallery_20_regular:before { +.icon-ic_fluent_connector_20_regular:before { content: "\e50d"; } -.icon-ic_fluent_content_view_gallery_lightning_20_filled:before { +.icon-ic_fluent_contact_card_20_filled:before { content: "\e50e"; } -.icon-ic_fluent_content_view_gallery_lightning_20_regular:before { +.icon-ic_fluent_contact_card_20_regular:before { content: "\e50f"; } -.icon-ic_fluent_contract_down_left_20_filled:before { +.icon-ic_fluent_contact_card_group_20_filled:before { content: "\e510"; } -.icon-ic_fluent_contract_down_left_20_regular:before { +.icon-ic_fluent_contact_card_group_20_regular:before { content: "\e511"; } -.icon-ic_fluent_contract_up_right_20_filled:before { +.icon-ic_fluent_contact_card_link_20_filled:before { content: "\e512"; } -.icon-ic_fluent_contract_up_right_20_regular:before { +.icon-ic_fluent_contact_card_link_20_regular:before { content: "\e513"; } -.icon-ic_fluent_control_button_20_filled:before { +.icon-ic_fluent_contact_card_ribbon_20_filled:before { content: "\e514"; } -.icon-ic_fluent_control_button_20_regular:before { +.icon-ic_fluent_contact_card_ribbon_20_regular:before { content: "\e515"; } -.icon-ic_fluent_convert_range_20_filled:before { +.icon-ic_fluent_content_settings_20_filled:before { content: "\e516"; } -.icon-ic_fluent_convert_range_20_regular:before { +.icon-ic_fluent_content_settings_20_regular:before { content: "\e517"; } -.icon-ic_fluent_cookies_20_filled:before { +.icon-ic_fluent_content_view_20_filled:before { content: "\e518"; } -.icon-ic_fluent_cookies_20_regular:before { +.icon-ic_fluent_content_view_20_regular:before { content: "\e519"; } -.icon-ic_fluent_copy_20_filled:before { +.icon-ic_fluent_content_view_gallery_20_filled:before { content: "\e51a"; } -.icon-ic_fluent_copy_20_regular:before { +.icon-ic_fluent_content_view_gallery_20_regular:before { content: "\e51b"; } -.icon-ic_fluent_copy_add_20_filled:before { +.icon-ic_fluent_content_view_gallery_lightning_20_filled:before { content: "\e51c"; } -.icon-ic_fluent_copy_add_20_regular:before { +.icon-ic_fluent_content_view_gallery_lightning_20_regular:before { content: "\e51d"; } -.icon-ic_fluent_copy_arrow_right_20_filled:before { +.icon-ic_fluent_contract_down_left_20_filled:before { content: "\e51e"; } -.icon-ic_fluent_copy_arrow_right_20_regular:before { +.icon-ic_fluent_contract_down_left_20_regular:before { content: "\e51f"; } -.icon-ic_fluent_copy_select_20_filled:before { +.icon-ic_fluent_contract_up_right_20_filled:before { content: "\e520"; } -.icon-ic_fluent_copy_select_20_regular:before { +.icon-ic_fluent_contract_up_right_20_regular:before { content: "\e521"; } -.icon-ic_fluent_couch_20_filled:before { +.icon-ic_fluent_control_button_20_filled:before { content: "\e522"; } -.icon-ic_fluent_couch_20_regular:before { +.icon-ic_fluent_control_button_20_regular:before { content: "\e523"; } -.icon-ic_fluent_credit_card_clock_20_filled:before { +.icon-ic_fluent_convert_range_20_filled:before { content: "\e524"; } -.icon-ic_fluent_credit_card_clock_20_regular:before { +.icon-ic_fluent_convert_range_20_regular:before { content: "\e525"; } -.icon-ic_fluent_credit_card_person_20_filled:before { +.icon-ic_fluent_cookies_20_filled:before { content: "\e526"; } -.icon-ic_fluent_credit_card_person_20_regular:before { +.icon-ic_fluent_cookies_20_regular:before { content: "\e527"; } -.icon-ic_fluent_credit_card_toolbox_20_filled:before { +.icon-ic_fluent_copy_20_filled:before { content: "\e528"; } -.icon-ic_fluent_credit_card_toolbox_20_regular:before { +.icon-ic_fluent_copy_20_regular:before { content: "\e529"; } -.icon-ic_fluent_crop_20_filled:before { +.icon-ic_fluent_copy_add_20_filled:before { content: "\e52a"; } -.icon-ic_fluent_crop_20_regular:before { +.icon-ic_fluent_copy_add_20_regular:before { content: "\e52b"; } -.icon-ic_fluent_crop_interim_20_filled:before { +.icon-ic_fluent_copy_arrow_right_20_filled:before { content: "\e52c"; } -.icon-ic_fluent_crop_interim_20_regular:before { +.icon-ic_fluent_copy_arrow_right_20_regular:before { content: "\e52d"; } -.icon-ic_fluent_crop_interim_off_20_filled:before { +.icon-ic_fluent_copy_select_20_filled:before { content: "\e52e"; } -.icon-ic_fluent_crop_interim_off_20_regular:before { +.icon-ic_fluent_copy_select_20_regular:before { content: "\e52f"; } -.icon-ic_fluent_crown_20_filled:before { +.icon-ic_fluent_couch_20_filled:before { content: "\e530"; } -.icon-ic_fluent_crown_20_regular:before { +.icon-ic_fluent_couch_20_regular:before { content: "\e531"; } -.icon-ic_fluent_cube_20_filled:before { +.icon-ic_fluent_credit_card_clock_20_filled:before { content: "\e532"; } -.icon-ic_fluent_cube_20_regular:before { +.icon-ic_fluent_credit_card_clock_20_regular:before { content: "\e533"; } -.icon-ic_fluent_cube_add_20_filled:before { +.icon-ic_fluent_credit_card_person_20_filled:before { content: "\e534"; } -.icon-ic_fluent_cube_add_20_regular:before { +.icon-ic_fluent_credit_card_person_20_regular:before { content: "\e535"; } -.icon-ic_fluent_cube_arrow_curve_down_20_filled:before { +.icon-ic_fluent_credit_card_toolbox_20_filled:before { content: "\e536"; } -.icon-ic_fluent_cube_arrow_curve_down_20_regular:before { +.icon-ic_fluent_credit_card_toolbox_20_regular:before { content: "\e537"; } -.icon-ic_fluent_cube_link_20_filled:before { +.icon-ic_fluent_crop_20_filled:before { content: "\e538"; } -.icon-ic_fluent_cube_link_20_regular:before { +.icon-ic_fluent_crop_20_regular:before { content: "\e539"; } -.icon-ic_fluent_cube_multiple_20_filled:before { +.icon-ic_fluent_crop_interim_20_filled:before { content: "\e53a"; } -.icon-ic_fluent_cube_multiple_20_regular:before { +.icon-ic_fluent_crop_interim_20_regular:before { content: "\e53b"; } -.icon-ic_fluent_cube_quick_20_filled:before { +.icon-ic_fluent_crop_interim_off_20_filled:before { content: "\e53c"; } -.icon-ic_fluent_cube_quick_20_regular:before { +.icon-ic_fluent_crop_interim_off_20_regular:before { content: "\e53d"; } -.icon-ic_fluent_cube_rotate_20_filled:before { +.icon-ic_fluent_crown_20_filled:before { content: "\e53e"; } -.icon-ic_fluent_cube_rotate_20_regular:before { +.icon-ic_fluent_crown_20_regular:before { content: "\e53f"; } -.icon-ic_fluent_cube_sync_20_filled:before { +.icon-ic_fluent_cube_20_filled:before { content: "\e540"; } -.icon-ic_fluent_cube_sync_20_regular:before { +.icon-ic_fluent_cube_20_regular:before { content: "\e541"; } -.icon-ic_fluent_cube_tree_20_filled:before { +.icon-ic_fluent_cube_add_20_filled:before { content: "\e542"; } -.icon-ic_fluent_cube_tree_20_regular:before { +.icon-ic_fluent_cube_add_20_regular:before { content: "\e543"; } -.icon-ic_fluent_currency_dollar_euro_20_filled:before { +.icon-ic_fluent_cube_arrow_curve_down_20_filled:before { content: "\e544"; } -.icon-ic_fluent_currency_dollar_euro_20_regular:before { +.icon-ic_fluent_cube_arrow_curve_down_20_regular:before { content: "\e545"; } -.icon-ic_fluent_currency_dollar_rupee_20_filled:before { +.icon-ic_fluent_cube_link_20_filled:before { content: "\e546"; } -.icon-ic_fluent_currency_dollar_rupee_20_regular:before { +.icon-ic_fluent_cube_link_20_regular:before { content: "\e547"; } -.icon-ic_fluent_cursor_20_filled:before { +.icon-ic_fluent_cube_multiple_20_filled:before { content: "\e548"; } -.icon-ic_fluent_cursor_20_regular:before { +.icon-ic_fluent_cube_multiple_20_regular:before { content: "\e549"; } -.icon-ic_fluent_cursor_click_20_filled:before { +.icon-ic_fluent_cube_quick_20_filled:before { content: "\e54a"; } -.icon-ic_fluent_cursor_click_20_regular:before { +.icon-ic_fluent_cube_quick_20_regular:before { content: "\e54b"; } -.icon-ic_fluent_cursor_hover_20_filled:before { +.icon-ic_fluent_cube_rotate_20_filled:before { content: "\e54c"; } -.icon-ic_fluent_cursor_hover_20_regular:before { +.icon-ic_fluent_cube_rotate_20_regular:before { content: "\e54d"; } -.icon-ic_fluent_cursor_hover_off_20_filled:before { +.icon-ic_fluent_cube_sync_20_filled:before { content: "\e54e"; } -.icon-ic_fluent_cursor_hover_off_20_regular:before { +.icon-ic_fluent_cube_sync_20_regular:before { content: "\e54f"; } -.icon-ic_fluent_cursor_prohibited_20_filled:before { +.icon-ic_fluent_cube_tree_20_filled:before { content: "\e550"; } -.icon-ic_fluent_cursor_prohibited_20_regular:before { +.icon-ic_fluent_cube_tree_20_regular:before { content: "\e551"; } -.icon-ic_fluent_cut_20_filled:before { +.icon-ic_fluent_currency_dollar_euro_20_filled:before { content: "\e552"; } -.icon-ic_fluent_cut_20_regular:before { +.icon-ic_fluent_currency_dollar_euro_20_regular:before { content: "\e553"; } -.icon-ic_fluent_dark_theme_20_filled:before { +.icon-ic_fluent_currency_dollar_rupee_20_filled:before { content: "\e554"; } -.icon-ic_fluent_dark_theme_20_regular:before { +.icon-ic_fluent_currency_dollar_rupee_20_regular:before { content: "\e555"; } -.icon-ic_fluent_data_area_20_filled:before { +.icon-ic_fluent_cursor_20_filled:before { content: "\e556"; } -.icon-ic_fluent_data_area_20_regular:before { +.icon-ic_fluent_cursor_20_regular:before { content: "\e557"; } -.icon-ic_fluent_data_bar_horizontal_20_filled:before { +.icon-ic_fluent_cursor_click_20_filled:before { content: "\e558"; } -.icon-ic_fluent_data_bar_horizontal_20_regular:before { +.icon-ic_fluent_cursor_click_20_regular:before { content: "\e559"; } -.icon-ic_fluent_data_bar_vertical_20_filled:before { +.icon-ic_fluent_cursor_hover_20_filled:before { content: "\e55a"; } -.icon-ic_fluent_data_bar_vertical_20_regular:before { +.icon-ic_fluent_cursor_hover_20_regular:before { content: "\e55b"; } -.icon-ic_fluent_data_bar_vertical_add_20_filled:before { +.icon-ic_fluent_cursor_hover_off_20_filled:before { content: "\e55c"; } -.icon-ic_fluent_data_bar_vertical_add_20_regular:before { +.icon-ic_fluent_cursor_hover_off_20_regular:before { content: "\e55d"; } -.icon-ic_fluent_data_bar_vertical_ascending_20_filled:before { +.icon-ic_fluent_cursor_prohibited_20_filled:before { content: "\e55e"; } -.icon-ic_fluent_data_bar_vertical_ascending_20_regular:before { +.icon-ic_fluent_cursor_prohibited_20_regular:before { content: "\e55f"; } -.icon-ic_fluent_data_bar_vertical_star_20_filled:before { +.icon-ic_fluent_cut_20_filled:before { content: "\e560"; } -.icon-ic_fluent_data_bar_vertical_star_20_regular:before { +.icon-ic_fluent_cut_20_regular:before { content: "\e561"; } -.icon-ic_fluent_data_funnel_20_filled:before { +.icon-ic_fluent_dark_theme_20_filled:before { content: "\e562"; } -.icon-ic_fluent_data_funnel_20_regular:before { +.icon-ic_fluent_dark_theme_20_regular:before { content: "\e563"; } -.icon-ic_fluent_data_histogram_20_filled:before { +.icon-ic_fluent_data_area_20_filled:before { content: "\e564"; } -.icon-ic_fluent_data_histogram_20_regular:before { +.icon-ic_fluent_data_area_20_regular:before { content: "\e565"; } -.icon-ic_fluent_data_line_20_filled:before { +.icon-ic_fluent_data_bar_horizontal_20_filled:before { content: "\e566"; } -.icon-ic_fluent_data_line_20_regular:before { +.icon-ic_fluent_data_bar_horizontal_20_regular:before { content: "\e567"; } -.icon-ic_fluent_data_pie_20_filled:before { +.icon-ic_fluent_data_bar_vertical_20_filled:before { content: "\e568"; } -.icon-ic_fluent_data_pie_20_regular:before { +.icon-ic_fluent_data_bar_vertical_20_regular:before { content: "\e569"; } -.icon-ic_fluent_data_scatter_20_filled:before { +.icon-ic_fluent_data_bar_vertical_add_20_filled:before { content: "\e56a"; } -.icon-ic_fluent_data_scatter_20_regular:before { +.icon-ic_fluent_data_bar_vertical_add_20_regular:before { content: "\e56b"; } -.icon-ic_fluent_data_sunburst_20_filled:before { +.icon-ic_fluent_data_bar_vertical_ascending_20_filled:before { content: "\e56c"; } -.icon-ic_fluent_data_sunburst_20_regular:before { +.icon-ic_fluent_data_bar_vertical_ascending_20_regular:before { content: "\e56d"; } -.icon-ic_fluent_data_treemap_20_filled:before { +.icon-ic_fluent_data_bar_vertical_star_20_filled:before { content: "\e56e"; } -.icon-ic_fluent_data_treemap_20_regular:before { +.icon-ic_fluent_data_bar_vertical_star_20_regular:before { content: "\e56f"; } -.icon-ic_fluent_data_trending_20_filled:before { +.icon-ic_fluent_data_funnel_20_filled:before { content: "\e570"; } -.icon-ic_fluent_data_trending_20_regular:before { +.icon-ic_fluent_data_funnel_20_regular:before { content: "\e571"; } -.icon-ic_fluent_data_usage_20_filled:before { +.icon-ic_fluent_data_histogram_20_filled:before { content: "\e572"; } -.icon-ic_fluent_data_usage_20_regular:before { +.icon-ic_fluent_data_histogram_20_regular:before { content: "\e573"; } -.icon-ic_fluent_data_usage_edit_20_filled:before { +.icon-ic_fluent_data_line_20_filled:before { content: "\e574"; } -.icon-ic_fluent_data_usage_edit_20_regular:before { +.icon-ic_fluent_data_line_20_regular:before { content: "\e575"; } -.icon-ic_fluent_data_usage_settings_20_filled:before { +.icon-ic_fluent_data_pie_20_filled:before { content: "\e576"; } -.icon-ic_fluent_data_usage_settings_20_regular:before { +.icon-ic_fluent_data_pie_20_regular:before { content: "\e577"; } -.icon-ic_fluent_data_usage_toolbox_20_filled:before { +.icon-ic_fluent_data_scatter_20_filled:before { content: "\e578"; } -.icon-ic_fluent_data_usage_toolbox_20_regular:before { +.icon-ic_fluent_data_scatter_20_regular:before { content: "\e579"; } -.icon-ic_fluent_data_waterfall_20_filled:before { +.icon-ic_fluent_data_sunburst_20_filled:before { content: "\e57a"; } -.icon-ic_fluent_data_waterfall_20_regular:before { +.icon-ic_fluent_data_sunburst_20_regular:before { content: "\e57b"; } -.icon-ic_fluent_data_whisker_20_filled:before { +.icon-ic_fluent_data_treemap_20_filled:before { content: "\e57c"; } -.icon-ic_fluent_data_whisker_20_regular:before { +.icon-ic_fluent_data_treemap_20_regular:before { content: "\e57d"; } -.icon-ic_fluent_database_20_filled:before { +.icon-ic_fluent_data_trending_20_filled:before { content: "\e57e"; } -.icon-ic_fluent_database_20_regular:before { +.icon-ic_fluent_data_trending_20_regular:before { content: "\e57f"; } -.icon-ic_fluent_database_arrow_down_20_filled:before { +.icon-ic_fluent_data_usage_20_filled:before { content: "\e580"; } -.icon-ic_fluent_database_arrow_down_20_regular:before { +.icon-ic_fluent_data_usage_20_regular:before { content: "\e581"; } -.icon-ic_fluent_database_arrow_right_20_filled:before { +.icon-ic_fluent_data_usage_edit_20_filled:before { content: "\e582"; } -.icon-ic_fluent_database_arrow_right_20_regular:before { +.icon-ic_fluent_data_usage_edit_20_regular:before { content: "\e583"; } -.icon-ic_fluent_database_arrow_up_20_filled:before { +.icon-ic_fluent_data_usage_settings_20_filled:before { content: "\e584"; } -.icon-ic_fluent_database_arrow_up_20_regular:before { +.icon-ic_fluent_data_usage_settings_20_regular:before { content: "\e585"; } -.icon-ic_fluent_database_lightning_20_filled:before { +.icon-ic_fluent_data_usage_toolbox_20_filled:before { content: "\e586"; } -.icon-ic_fluent_database_lightning_20_regular:before { +.icon-ic_fluent_data_usage_toolbox_20_regular:before { content: "\e587"; } -.icon-ic_fluent_database_link_20_filled:before { +.icon-ic_fluent_data_waterfall_20_filled:before { content: "\e588"; } -.icon-ic_fluent_database_link_20_regular:before { +.icon-ic_fluent_data_waterfall_20_regular:before { content: "\e589"; } -.icon-ic_fluent_database_multiple_20_filled:before { +.icon-ic_fluent_data_whisker_20_filled:before { content: "\e58a"; } -.icon-ic_fluent_database_multiple_20_regular:before { +.icon-ic_fluent_data_whisker_20_regular:before { content: "\e58b"; } -.icon-ic_fluent_database_person_20_filled:before { +.icon-ic_fluent_database_20_filled:before { content: "\e58c"; } -.icon-ic_fluent_database_person_20_regular:before { +.icon-ic_fluent_database_20_regular:before { content: "\e58d"; } -.icon-ic_fluent_database_plug_connected_20_filled:before { +.icon-ic_fluent_database_arrow_down_20_filled:before { content: "\e58e"; } -.icon-ic_fluent_database_plug_connected_20_regular:before { +.icon-ic_fluent_database_arrow_down_20_regular:before { content: "\e58f"; } -.icon-ic_fluent_database_search_20_filled:before { +.icon-ic_fluent_database_arrow_right_20_filled:before { content: "\e590"; } -.icon-ic_fluent_database_search_20_regular:before { +.icon-ic_fluent_database_arrow_right_20_regular:before { content: "\e591"; } -.icon-ic_fluent_database_switch_20_filled:before { +.icon-ic_fluent_database_arrow_up_20_filled:before { content: "\e592"; } -.icon-ic_fluent_database_switch_20_regular:before { +.icon-ic_fluent_database_arrow_up_20_regular:before { content: "\e593"; } -.icon-ic_fluent_database_warning_20_filled:before { +.icon-ic_fluent_database_lightning_20_filled:before { content: "\e594"; } -.icon-ic_fluent_database_warning_20_regular:before { +.icon-ic_fluent_database_lightning_20_regular:before { content: "\e595"; } -.icon-ic_fluent_database_window_20_filled:before { +.icon-ic_fluent_database_link_20_filled:before { content: "\e596"; } -.icon-ic_fluent_database_window_20_regular:before { +.icon-ic_fluent_database_link_20_regular:before { content: "\e597"; } -.icon-ic_fluent_decimal_arrow_left_20_filled:before { +.icon-ic_fluent_database_multiple_20_filled:before { content: "\e598"; } -.icon-ic_fluent_decimal_arrow_left_20_regular:before { +.icon-ic_fluent_database_multiple_20_regular:before { content: "\e599"; } -.icon-ic_fluent_decimal_arrow_right_20_filled:before { +.icon-ic_fluent_database_person_20_filled:before { content: "\e59a"; } -.icon-ic_fluent_decimal_arrow_right_20_regular:before { +.icon-ic_fluent_database_person_20_regular:before { content: "\e59b"; } -.icon-ic_fluent_delete_20_filled:before { +.icon-ic_fluent_database_plug_connected_20_filled:before { content: "\e59c"; } -.icon-ic_fluent_delete_20_regular:before { +.icon-ic_fluent_database_plug_connected_20_regular:before { content: "\e59d"; } -.icon-ic_fluent_delete_arrow_back_20_filled:before { +.icon-ic_fluent_database_search_20_filled:before { content: "\e59e"; } -.icon-ic_fluent_delete_arrow_back_20_regular:before { +.icon-ic_fluent_database_search_20_regular:before { content: "\e59f"; } -.icon-ic_fluent_delete_dismiss_20_filled:before { +.icon-ic_fluent_database_switch_20_filled:before { content: "\e5a0"; } -.icon-ic_fluent_delete_dismiss_20_regular:before { +.icon-ic_fluent_database_switch_20_regular:before { content: "\e5a1"; } -.icon-ic_fluent_delete_lines_20_filled:before { +.icon-ic_fluent_database_warning_20_filled:before { content: "\e5a2"; } -.icon-ic_fluent_delete_lines_20_regular:before { +.icon-ic_fluent_database_warning_20_regular:before { content: "\e5a3"; } -.icon-ic_fluent_delete_off_20_filled:before { +.icon-ic_fluent_database_window_20_filled:before { content: "\e5a4"; } -.icon-ic_fluent_delete_off_20_regular:before { +.icon-ic_fluent_database_window_20_regular:before { content: "\e5a5"; } -.icon-ic_fluent_dentist_20_filled:before { +.icon-ic_fluent_decimal_arrow_left_20_filled:before { content: "\e5a6"; } -.icon-ic_fluent_dentist_20_regular:before { +.icon-ic_fluent_decimal_arrow_left_20_regular:before { content: "\e5a7"; } -.icon-ic_fluent_design_ideas_20_filled:before { +.icon-ic_fluent_decimal_arrow_right_20_filled:before { content: "\e5a8"; } -.icon-ic_fluent_design_ideas_20_regular:before { +.icon-ic_fluent_decimal_arrow_right_20_regular:before { content: "\e5a9"; } -.icon-ic_fluent_desk_20_filled:before { +.icon-ic_fluent_delete_20_filled:before { content: "\e5aa"; } -.icon-ic_fluent_desk_20_regular:before { +.icon-ic_fluent_delete_20_regular:before { content: "\e5ab"; } -.icon-ic_fluent_desktop_20_filled:before { +.icon-ic_fluent_delete_arrow_back_20_filled:before { content: "\e5ac"; } -.icon-ic_fluent_desktop_20_regular:before { +.icon-ic_fluent_delete_arrow_back_20_regular:before { content: "\e5ad"; } -.icon-ic_fluent_desktop_arrow_down_20_filled:before { +.icon-ic_fluent_delete_dismiss_20_filled:before { content: "\e5ae"; } -.icon-ic_fluent_desktop_arrow_down_20_regular:before { +.icon-ic_fluent_delete_dismiss_20_regular:before { content: "\e5af"; } -.icon-ic_fluent_desktop_arrow_right_20_filled:before { +.icon-ic_fluent_delete_lines_20_filled:before { content: "\e5b0"; } -.icon-ic_fluent_desktop_arrow_right_20_regular:before { +.icon-ic_fluent_delete_lines_20_regular:before { content: "\e5b1"; } -.icon-ic_fluent_desktop_checkmark_20_filled:before { +.icon-ic_fluent_delete_off_20_filled:before { content: "\e5b2"; } -.icon-ic_fluent_desktop_checkmark_20_regular:before { +.icon-ic_fluent_delete_off_20_regular:before { content: "\e5b3"; } -.icon-ic_fluent_desktop_cursor_20_filled:before { +.icon-ic_fluent_dentist_20_filled:before { content: "\e5b4"; } -.icon-ic_fluent_desktop_cursor_20_regular:before { +.icon-ic_fluent_dentist_20_regular:before { content: "\e5b5"; } -.icon-ic_fluent_desktop_edit_20_filled:before { +.icon-ic_fluent_design_ideas_20_filled:before { content: "\e5b6"; } -.icon-ic_fluent_desktop_edit_20_regular:before { +.icon-ic_fluent_design_ideas_20_regular:before { content: "\e5b7"; } -.icon-ic_fluent_desktop_flow_20_filled:before { +.icon-ic_fluent_desk_20_filled:before { content: "\e5b8"; } -.icon-ic_fluent_desktop_flow_20_regular:before { +.icon-ic_fluent_desk_20_regular:before { content: "\e5b9"; } -.icon-ic_fluent_desktop_keyboard_20_filled:before { +.icon-ic_fluent_desktop_20_filled:before { content: "\e5ba"; } -.icon-ic_fluent_desktop_keyboard_20_regular:before { +.icon-ic_fluent_desktop_20_regular:before { content: "\e5bb"; } -.icon-ic_fluent_desktop_mac_20_filled:before { +.icon-ic_fluent_desktop_arrow_down_20_filled:before { content: "\e5bc"; } -.icon-ic_fluent_desktop_mac_20_regular:before { +.icon-ic_fluent_desktop_arrow_down_20_regular:before { content: "\e5bd"; } -.icon-ic_fluent_desktop_pulse_20_filled:before { +.icon-ic_fluent_desktop_arrow_right_20_filled:before { content: "\e5be"; } -.icon-ic_fluent_desktop_pulse_20_regular:before { +.icon-ic_fluent_desktop_arrow_right_20_regular:before { content: "\e5bf"; } -.icon-ic_fluent_desktop_signal_20_filled:before { +.icon-ic_fluent_desktop_checkmark_20_filled:before { content: "\e5c0"; } -.icon-ic_fluent_desktop_signal_20_regular:before { +.icon-ic_fluent_desktop_checkmark_20_regular:before { content: "\e5c1"; } -.icon-ic_fluent_desktop_speaker_20_filled:before { +.icon-ic_fluent_desktop_cursor_20_filled:before { content: "\e5c2"; } -.icon-ic_fluent_desktop_speaker_20_regular:before { +.icon-ic_fluent_desktop_cursor_20_regular:before { content: "\e5c3"; } -.icon-ic_fluent_desktop_speaker_off_20_filled:before { +.icon-ic_fluent_desktop_edit_20_filled:before { content: "\e5c4"; } -.icon-ic_fluent_desktop_speaker_off_20_regular:before { +.icon-ic_fluent_desktop_edit_20_regular:before { content: "\e5c5"; } -.icon-ic_fluent_desktop_sync_20_filled:before { +.icon-ic_fluent_desktop_flow_20_filled:before { content: "\e5c6"; } -.icon-ic_fluent_desktop_sync_20_regular:before { +.icon-ic_fluent_desktop_flow_20_regular:before { content: "\e5c7"; } -.icon-ic_fluent_desktop_toolbox_20_filled:before { +.icon-ic_fluent_desktop_keyboard_20_filled:before { content: "\e5c8"; } -.icon-ic_fluent_desktop_toolbox_20_regular:before { +.icon-ic_fluent_desktop_keyboard_20_regular:before { content: "\e5c9"; } -.icon-ic_fluent_desktop_tower_20_filled:before { +.icon-ic_fluent_desktop_mac_20_filled:before { content: "\e5ca"; } -.icon-ic_fluent_desktop_tower_20_regular:before { +.icon-ic_fluent_desktop_mac_20_regular:before { content: "\e5cb"; } -.icon-ic_fluent_developer_board_20_filled:before { +.icon-ic_fluent_desktop_pulse_20_filled:before { content: "\e5cc"; } -.icon-ic_fluent_developer_board_20_regular:before { +.icon-ic_fluent_desktop_pulse_20_regular:before { content: "\e5cd"; } -.icon-ic_fluent_developer_board_lightning_20_filled:before { +.icon-ic_fluent_desktop_signal_20_filled:before { content: "\e5ce"; } -.icon-ic_fluent_developer_board_lightning_20_regular:before { +.icon-ic_fluent_desktop_signal_20_regular:before { content: "\e5cf"; } -.icon-ic_fluent_developer_board_lightning_toolbox_20_filled:before { +.icon-ic_fluent_desktop_speaker_20_filled:before { content: "\e5d0"; } -.icon-ic_fluent_developer_board_lightning_toolbox_20_regular:before { +.icon-ic_fluent_desktop_speaker_20_regular:before { content: "\e5d1"; } -.icon-ic_fluent_developer_board_search_20_filled:before { +.icon-ic_fluent_desktop_speaker_off_20_filled:before { content: "\e5d2"; } -.icon-ic_fluent_developer_board_search_20_regular:before { +.icon-ic_fluent_desktop_speaker_off_20_regular:before { content: "\e5d3"; } -.icon-ic_fluent_device_eq_20_filled:before { +.icon-ic_fluent_desktop_sync_20_filled:before { content: "\e5d4"; } -.icon-ic_fluent_device_eq_20_regular:before { +.icon-ic_fluent_desktop_sync_20_regular:before { content: "\e5d5"; } -.icon-ic_fluent_device_meeting_room_20_filled:before { +.icon-ic_fluent_desktop_toolbox_20_filled:before { content: "\e5d6"; } -.icon-ic_fluent_device_meeting_room_20_regular:before { +.icon-ic_fluent_desktop_toolbox_20_regular:before { content: "\e5d7"; } -.icon-ic_fluent_device_meeting_room_remote_20_filled:before { +.icon-ic_fluent_desktop_tower_20_filled:before { content: "\e5d8"; } -.icon-ic_fluent_device_meeting_room_remote_20_regular:before { +.icon-ic_fluent_desktop_tower_20_regular:before { content: "\e5d9"; } -.icon-ic_fluent_diagram_20_filled:before { +.icon-ic_fluent_developer_board_20_filled:before { content: "\e5da"; } -.icon-ic_fluent_diagram_20_regular:before { +.icon-ic_fluent_developer_board_20_regular:before { content: "\e5db"; } -.icon-ic_fluent_dialpad_20_filled:before { +.icon-ic_fluent_developer_board_lightning_20_filled:before { content: "\e5dc"; } -.icon-ic_fluent_dialpad_20_regular:before { +.icon-ic_fluent_developer_board_lightning_20_regular:before { content: "\e5dd"; } -.icon-ic_fluent_dialpad_off_20_filled:before { +.icon-ic_fluent_developer_board_lightning_toolbox_20_filled:before { content: "\e5de"; } -.icon-ic_fluent_dialpad_off_20_regular:before { +.icon-ic_fluent_developer_board_lightning_toolbox_20_regular:before { content: "\e5df"; } -.icon-ic_fluent_dialpad_question_mark_20_filled:before { +.icon-ic_fluent_developer_board_search_20_filled:before { content: "\e5e0"; } -.icon-ic_fluent_dialpad_question_mark_20_regular:before { +.icon-ic_fluent_developer_board_search_20_regular:before { content: "\e5e1"; } -.icon-ic_fluent_diamond_20_filled:before { +.icon-ic_fluent_device_eq_20_filled:before { content: "\e5e2"; } -.icon-ic_fluent_diamond_20_regular:before { +.icon-ic_fluent_device_eq_20_regular:before { content: "\e5e3"; } -.icon-ic_fluent_directions_20_filled:before { +.icon-ic_fluent_device_meeting_room_20_filled:before { content: "\e5e4"; } -.icon-ic_fluent_directions_20_regular:before { +.icon-ic_fluent_device_meeting_room_20_regular:before { content: "\e5e5"; } -.icon-ic_fluent_dishwasher_20_filled:before { +.icon-ic_fluent_device_meeting_room_remote_20_filled:before { content: "\e5e6"; } -.icon-ic_fluent_dishwasher_20_regular:before { +.icon-ic_fluent_device_meeting_room_remote_20_regular:before { content: "\e5e7"; } -.icon-ic_fluent_dismiss_20_filled:before { +.icon-ic_fluent_diagram_20_filled:before { content: "\e5e8"; } -.icon-ic_fluent_dismiss_20_regular:before { +.icon-ic_fluent_diagram_20_regular:before { content: "\e5e9"; } -.icon-ic_fluent_dismiss_circle_20_filled:before { +.icon-ic_fluent_dialpad_20_filled:before { content: "\e5ea"; } -.icon-ic_fluent_dismiss_circle_20_regular:before { +.icon-ic_fluent_dialpad_20_regular:before { content: "\e5eb"; } -.icon-ic_fluent_dismiss_square_20_filled:before { +.icon-ic_fluent_dialpad_off_20_filled:before { content: "\e5ec"; } -.icon-ic_fluent_dismiss_square_20_regular:before { +.icon-ic_fluent_dialpad_off_20_regular:before { content: "\e5ed"; } -.icon-ic_fluent_dismiss_square_multiple_20_filled:before { +.icon-ic_fluent_dialpad_question_mark_20_filled:before { content: "\e5ee"; } -.icon-ic_fluent_dismiss_square_multiple_20_regular:before { +.icon-ic_fluent_dialpad_question_mark_20_regular:before { content: "\e5ef"; } -.icon-ic_fluent_diversity_20_filled:before { +.icon-ic_fluent_diamond_20_filled:before { content: "\e5f0"; } -.icon-ic_fluent_diversity_20_regular:before { +.icon-ic_fluent_diamond_20_regular:before { content: "\e5f1"; } -.icon-ic_fluent_divider_short_20_filled:before { +.icon-ic_fluent_directions_20_filled:before { content: "\e5f2"; } -.icon-ic_fluent_divider_short_20_regular:before { +.icon-ic_fluent_directions_20_regular:before { content: "\e5f3"; } -.icon-ic_fluent_divider_tall_20_filled:before { +.icon-ic_fluent_dishwasher_20_filled:before { content: "\e5f4"; } -.icon-ic_fluent_divider_tall_20_regular:before { +.icon-ic_fluent_dishwasher_20_regular:before { content: "\e5f5"; } -.icon-ic_fluent_dock_20_filled:before { +.icon-ic_fluent_dismiss_20_filled:before { content: "\e5f6"; } -.icon-ic_fluent_dock_20_regular:before { +.icon-ic_fluent_dismiss_20_regular:before { content: "\e5f7"; } -.icon-ic_fluent_dock_row_20_filled:before { +.icon-ic_fluent_dismiss_circle_20_filled:before { content: "\e5f8"; } -.icon-ic_fluent_dock_row_20_regular:before { +.icon-ic_fluent_dismiss_circle_20_regular:before { content: "\e5f9"; } -.icon-ic_fluent_doctor_20_filled:before { +.icon-ic_fluent_dismiss_square_20_filled:before { content: "\e5fa"; } -.icon-ic_fluent_doctor_20_regular:before { +.icon-ic_fluent_dismiss_square_20_regular:before { content: "\e5fb"; } -.icon-ic_fluent_document_100_20_filled:before { +.icon-ic_fluent_dismiss_square_multiple_20_filled:before { content: "\e5fc"; } -.icon-ic_fluent_document_100_20_regular:before { +.icon-ic_fluent_dismiss_square_multiple_20_regular:before { content: "\e5fd"; } -.icon-ic_fluent_document_20_filled:before { +.icon-ic_fluent_diversity_20_filled:before { content: "\e5fe"; } -.icon-ic_fluent_document_20_regular:before { +.icon-ic_fluent_diversity_20_regular:before { content: "\e5ff"; } -.icon-ic_fluent_document_add_20_filled:before { +.icon-ic_fluent_divider_short_20_filled:before { content: "\e600"; } -.icon-ic_fluent_document_add_20_regular:before { +.icon-ic_fluent_divider_short_20_regular:before { content: "\e601"; } -.icon-ic_fluent_document_arrow_down_20_filled:before { +.icon-ic_fluent_divider_tall_20_filled:before { content: "\e602"; } -.icon-ic_fluent_document_arrow_down_20_regular:before { +.icon-ic_fluent_divider_tall_20_regular:before { content: "\e603"; } -.icon-ic_fluent_document_arrow_left_20_filled:before { +.icon-ic_fluent_dock_20_filled:before { content: "\e604"; } -.icon-ic_fluent_document_arrow_left_20_regular:before { +.icon-ic_fluent_dock_20_regular:before { content: "\e605"; } -.icon-ic_fluent_document_arrow_right_20_filled:before { +.icon-ic_fluent_dock_row_20_filled:before { content: "\e606"; } -.icon-ic_fluent_document_arrow_right_20_regular:before { +.icon-ic_fluent_dock_row_20_regular:before { content: "\e607"; } -.icon-ic_fluent_document_arrow_up_20_filled:before { +.icon-ic_fluent_doctor_20_filled:before { content: "\e608"; } -.icon-ic_fluent_document_arrow_up_20_regular:before { +.icon-ic_fluent_doctor_20_regular:before { content: "\e609"; } -.icon-ic_fluent_document_border_20_filled:before { +.icon-ic_fluent_document_100_20_filled:before { content: "\e60a"; } -.icon-ic_fluent_document_border_20_regular:before { +.icon-ic_fluent_document_100_20_regular:before { content: "\e60b"; } -.icon-ic_fluent_document_border_print_20_filled:before { +.icon-ic_fluent_document_20_filled:before { content: "\e60c"; } -.icon-ic_fluent_document_border_print_20_regular:before { +.icon-ic_fluent_document_20_regular:before { content: "\e60d"; } -.icon-ic_fluent_document_briefcase_20_filled:before { +.icon-ic_fluent_document_add_20_filled:before { content: "\e60e"; } -.icon-ic_fluent_document_briefcase_20_regular:before { +.icon-ic_fluent_document_add_20_regular:before { content: "\e60f"; } -.icon-ic_fluent_document_bullet_list_20_filled:before { +.icon-ic_fluent_document_arrow_down_20_filled:before { content: "\e610"; } -.icon-ic_fluent_document_bullet_list_20_regular:before { +.icon-ic_fluent_document_arrow_down_20_regular:before { content: "\e611"; } -.icon-ic_fluent_document_bullet_list_arrow_left_20_filled:before { +.icon-ic_fluent_document_arrow_left_20_filled:before { content: "\e612"; } -.icon-ic_fluent_document_bullet_list_arrow_left_20_regular:before { +.icon-ic_fluent_document_arrow_left_20_regular:before { content: "\e613"; } -.icon-ic_fluent_document_bullet_list_clock_20_filled:before { +.icon-ic_fluent_document_arrow_right_20_filled:before { content: "\e614"; } -.icon-ic_fluent_document_bullet_list_clock_20_regular:before { +.icon-ic_fluent_document_arrow_right_20_regular:before { content: "\e615"; } -.icon-ic_fluent_document_bullet_list_cube_20_filled:before { +.icon-ic_fluent_document_arrow_up_20_filled:before { content: "\e616"; } -.icon-ic_fluent_document_bullet_list_cube_20_regular:before { +.icon-ic_fluent_document_arrow_up_20_regular:before { content: "\e617"; } -.icon-ic_fluent_document_bullet_list_multiple_20_filled:before { +.icon-ic_fluent_document_border_20_filled:before { content: "\e618"; } -.icon-ic_fluent_document_bullet_list_multiple_20_regular:before { +.icon-ic_fluent_document_border_20_regular:before { content: "\e619"; } -.icon-ic_fluent_document_bullet_list_off_20_filled:before { +.icon-ic_fluent_document_border_print_20_filled:before { content: "\e61a"; } -.icon-ic_fluent_document_bullet_list_off_20_regular:before { +.icon-ic_fluent_document_border_print_20_regular:before { content: "\e61b"; } -.icon-ic_fluent_document_catch_up_20_filled:before { +.icon-ic_fluent_document_briefcase_20_filled:before { content: "\e61c"; } -.icon-ic_fluent_document_catch_up_20_regular:before { +.icon-ic_fluent_document_briefcase_20_regular:before { content: "\e61d"; } -.icon-ic_fluent_document_checkmark_20_filled:before { +.icon-ic_fluent_document_bullet_list_20_filled:before { content: "\e61e"; } -.icon-ic_fluent_document_checkmark_20_regular:before { +.icon-ic_fluent_document_bullet_list_20_regular:before { content: "\e61f"; } -.icon-ic_fluent_document_chevron_double_20_filled:before { +.icon-ic_fluent_document_bullet_list_arrow_left_20_filled:before { content: "\e620"; } -.icon-ic_fluent_document_chevron_double_20_regular:before { +.icon-ic_fluent_document_bullet_list_arrow_left_20_regular:before { content: "\e621"; } -.icon-ic_fluent_document_copy_20_filled:before { +.icon-ic_fluent_document_bullet_list_clock_20_filled:before { content: "\e622"; } -.icon-ic_fluent_document_copy_20_regular:before { +.icon-ic_fluent_document_bullet_list_clock_20_regular:before { content: "\e623"; } -.icon-ic_fluent_document_css_20_filled:before { +.icon-ic_fluent_document_bullet_list_cube_20_filled:before { content: "\e624"; } -.icon-ic_fluent_document_css_20_regular:before { +.icon-ic_fluent_document_bullet_list_cube_20_regular:before { content: "\e625"; } -.icon-ic_fluent_document_cube_20_filled:before { +.icon-ic_fluent_document_bullet_list_multiple_20_filled:before { content: "\e626"; } -.icon-ic_fluent_document_cube_20_regular:before { +.icon-ic_fluent_document_bullet_list_multiple_20_regular:before { content: "\e627"; } -.icon-ic_fluent_document_data_20_filled:before { +.icon-ic_fluent_document_bullet_list_off_20_filled:before { content: "\e628"; } -.icon-ic_fluent_document_data_20_regular:before { +.icon-ic_fluent_document_bullet_list_off_20_regular:before { content: "\e629"; } -.icon-ic_fluent_document_data_link_20_filled:before { +.icon-ic_fluent_document_catch_up_20_filled:before { content: "\e62a"; } -.icon-ic_fluent_document_data_link_20_regular:before { +.icon-ic_fluent_document_catch_up_20_regular:before { content: "\e62b"; } -.icon-ic_fluent_document_data_lock_20_filled:before { +.icon-ic_fluent_document_checkmark_20_filled:before { content: "\e62c"; } -.icon-ic_fluent_document_data_lock_20_regular:before { +.icon-ic_fluent_document_checkmark_20_regular:before { content: "\e62d"; } -.icon-ic_fluent_document_database_20_filled:before { +.icon-ic_fluent_document_chevron_double_20_filled:before { content: "\e62e"; } -.icon-ic_fluent_document_database_20_regular:before { +.icon-ic_fluent_document_chevron_double_20_regular:before { content: "\e62f"; } -.icon-ic_fluent_document_dismiss_20_filled:before { +.icon-ic_fluent_document_copy_20_filled:before { content: "\e630"; } -.icon-ic_fluent_document_dismiss_20_regular:before { +.icon-ic_fluent_document_copy_20_regular:before { content: "\e631"; } -.icon-ic_fluent_document_edit_20_filled:before { +.icon-ic_fluent_document_css_20_filled:before { content: "\e632"; } -.icon-ic_fluent_document_edit_20_regular:before { +.icon-ic_fluent_document_css_20_regular:before { content: "\e633"; } -.icon-ic_fluent_document_endnote_20_filled:before { +.icon-ic_fluent_document_cube_20_filled:before { content: "\e634"; } -.icon-ic_fluent_document_endnote_20_regular:before { +.icon-ic_fluent_document_cube_20_regular:before { content: "\e635"; } -.icon-ic_fluent_document_error_20_filled:before { +.icon-ic_fluent_document_data_20_filled:before { content: "\e636"; } -.icon-ic_fluent_document_error_20_regular:before { +.icon-ic_fluent_document_data_20_regular:before { content: "\e637"; } -.icon-ic_fluent_document_fit_20_filled:before { +.icon-ic_fluent_document_data_link_20_filled:before { content: "\e638"; } -.icon-ic_fluent_document_fit_20_regular:before { +.icon-ic_fluent_document_data_link_20_regular:before { content: "\e639"; } -.icon-ic_fluent_document_flowchart_20_filled:before { +.icon-ic_fluent_document_data_lock_20_filled:before { content: "\e63a"; } -.icon-ic_fluent_document_flowchart_20_regular:before { +.icon-ic_fluent_document_data_lock_20_regular:before { content: "\e63b"; } -.icon-ic_fluent_document_folder_20_filled:before { +.icon-ic_fluent_document_database_20_filled:before { content: "\e63c"; } -.icon-ic_fluent_document_folder_20_regular:before { +.icon-ic_fluent_document_database_20_regular:before { content: "\e63d"; } -.icon-ic_fluent_document_footer_20_filled:before { +.icon-ic_fluent_document_dismiss_20_filled:before { content: "\e63e"; } -.icon-ic_fluent_document_footer_20_regular:before { +.icon-ic_fluent_document_dismiss_20_regular:before { content: "\e63f"; } -.icon-ic_fluent_document_footer_dismiss_20_filled:before { +.icon-ic_fluent_document_edit_20_filled:before { content: "\e640"; } -.icon-ic_fluent_document_footer_dismiss_20_regular:before { +.icon-ic_fluent_document_edit_20_regular:before { content: "\e641"; } -.icon-ic_fluent_document_header_20_filled:before { +.icon-ic_fluent_document_endnote_20_filled:before { content: "\e642"; } -.icon-ic_fluent_document_header_20_regular:before { +.icon-ic_fluent_document_endnote_20_regular:before { content: "\e643"; } -.icon-ic_fluent_document_header_arrow_down_20_filled:before { +.icon-ic_fluent_document_error_20_filled:before { content: "\e644"; } -.icon-ic_fluent_document_header_arrow_down_20_regular:before { +.icon-ic_fluent_document_error_20_regular:before { content: "\e645"; } -.icon-ic_fluent_document_header_dismiss_20_filled:before { +.icon-ic_fluent_document_fit_20_filled:before { content: "\e646"; } -.icon-ic_fluent_document_header_dismiss_20_regular:before { +.icon-ic_fluent_document_fit_20_regular:before { content: "\e647"; } -.icon-ic_fluent_document_header_footer_20_filled:before { +.icon-ic_fluent_document_flowchart_20_filled:before { content: "\e648"; } -.icon-ic_fluent_document_header_footer_20_regular:before { +.icon-ic_fluent_document_flowchart_20_regular:before { content: "\e649"; } -.icon-ic_fluent_document_heart_20_filled:before { +.icon-ic_fluent_document_folder_20_filled:before { content: "\e64a"; } -.icon-ic_fluent_document_heart_20_regular:before { +.icon-ic_fluent_document_folder_20_regular:before { content: "\e64b"; } -.icon-ic_fluent_document_heart_pulse_20_filled:before { +.icon-ic_fluent_document_footer_20_filled:before { content: "\e64c"; } -.icon-ic_fluent_document_heart_pulse_20_regular:before { +.icon-ic_fluent_document_footer_20_regular:before { content: "\e64d"; } -.icon-ic_fluent_document_image_20_filled:before { +.icon-ic_fluent_document_footer_dismiss_20_filled:before { content: "\e64e"; } -.icon-ic_fluent_document_image_20_regular:before { +.icon-ic_fluent_document_footer_dismiss_20_regular:before { content: "\e64f"; } -.icon-ic_fluent_document_java_20_filled:before { +.icon-ic_fluent_document_header_20_filled:before { content: "\e650"; } -.icon-ic_fluent_document_java_20_regular:before { +.icon-ic_fluent_document_header_20_regular:before { content: "\e651"; } -.icon-ic_fluent_document_javascript_20_filled:before { +.icon-ic_fluent_document_header_arrow_down_20_filled:before { content: "\e652"; } -.icon-ic_fluent_document_javascript_20_regular:before { +.icon-ic_fluent_document_header_arrow_down_20_regular:before { content: "\e653"; } -.icon-ic_fluent_document_key_20_filled:before { +.icon-ic_fluent_document_header_dismiss_20_filled:before { content: "\e654"; } -.icon-ic_fluent_document_key_20_regular:before { +.icon-ic_fluent_document_header_dismiss_20_regular:before { content: "\e655"; } -.icon-ic_fluent_document_landscape_20_filled:before { +.icon-ic_fluent_document_header_footer_20_filled:before { content: "\e656"; } -.icon-ic_fluent_document_landscape_20_regular:before { +.icon-ic_fluent_document_header_footer_20_regular:before { content: "\e657"; } -.icon-ic_fluent_document_landscape_data_20_filled:before { +.icon-ic_fluent_document_heart_20_filled:before { content: "\e658"; } -.icon-ic_fluent_document_landscape_data_20_regular:before { +.icon-ic_fluent_document_heart_20_regular:before { content: "\e659"; } -.icon-ic_fluent_document_landscape_split_20_filled:before { +.icon-ic_fluent_document_heart_pulse_20_filled:before { content: "\e65a"; } -.icon-ic_fluent_document_landscape_split_20_regular:before { +.icon-ic_fluent_document_heart_pulse_20_regular:before { content: "\e65b"; } -.icon-ic_fluent_document_landscape_split_hint_20_filled:before { +.icon-ic_fluent_document_image_20_filled:before { content: "\e65c"; } -.icon-ic_fluent_document_landscape_split_hint_20_regular:before { +.icon-ic_fluent_document_image_20_regular:before { content: "\e65d"; } -.icon-ic_fluent_document_lightning_20_filled:before { +.icon-ic_fluent_document_java_20_filled:before { content: "\e65e"; } -.icon-ic_fluent_document_lightning_20_regular:before { +.icon-ic_fluent_document_java_20_regular:before { content: "\e65f"; } -.icon-ic_fluent_document_link_20_filled:before { +.icon-ic_fluent_document_javascript_20_filled:before { content: "\e660"; } -.icon-ic_fluent_document_link_20_regular:before { +.icon-ic_fluent_document_javascript_20_regular:before { content: "\e661"; } -.icon-ic_fluent_document_lock_20_filled:before { +.icon-ic_fluent_document_key_20_filled:before { content: "\e662"; } -.icon-ic_fluent_document_lock_20_regular:before { +.icon-ic_fluent_document_key_20_regular:before { content: "\e663"; } -.icon-ic_fluent_document_margins_20_filled:before { +.icon-ic_fluent_document_landscape_20_filled:before { content: "\e664"; } -.icon-ic_fluent_document_margins_20_regular:before { +.icon-ic_fluent_document_landscape_20_regular:before { content: "\e665"; } -.icon-ic_fluent_document_mention_20_filled:before { +.icon-ic_fluent_document_landscape_data_20_filled:before { content: "\e666"; } -.icon-ic_fluent_document_mention_20_regular:before { +.icon-ic_fluent_document_landscape_data_20_regular:before { content: "\e667"; } -.icon-ic_fluent_document_multiple_20_filled:before { +.icon-ic_fluent_document_landscape_split_20_filled:before { content: "\e668"; } -.icon-ic_fluent_document_multiple_20_regular:before { +.icon-ic_fluent_document_landscape_split_20_regular:before { content: "\e669"; } -.icon-ic_fluent_document_multiple_percent_20_filled:before { +.icon-ic_fluent_document_landscape_split_hint_20_filled:before { content: "\e66a"; } -.icon-ic_fluent_document_multiple_percent_20_regular:before { +.icon-ic_fluent_document_landscape_split_hint_20_regular:before { content: "\e66b"; } -.icon-ic_fluent_document_multiple_prohibited_20_filled:before { +.icon-ic_fluent_document_lightning_20_filled:before { content: "\e66c"; } -.icon-ic_fluent_document_multiple_prohibited_20_regular:before { +.icon-ic_fluent_document_lightning_20_regular:before { content: "\e66d"; } -.icon-ic_fluent_document_multiple_sync_20_filled:before { +.icon-ic_fluent_document_link_20_filled:before { content: "\e66e"; } -.icon-ic_fluent_document_multiple_sync_20_regular:before { +.icon-ic_fluent_document_link_20_regular:before { content: "\e66f"; } -.icon-ic_fluent_document_one_page_20_filled:before { +.icon-ic_fluent_document_lock_20_filled:before { content: "\e670"; } -.icon-ic_fluent_document_one_page_20_regular:before { +.icon-ic_fluent_document_lock_20_regular:before { content: "\e671"; } -.icon-ic_fluent_document_one_page_add_20_filled:before { +.icon-ic_fluent_document_margins_20_filled:before { content: "\e672"; } -.icon-ic_fluent_document_one_page_add_20_regular:before { +.icon-ic_fluent_document_margins_20_regular:before { content: "\e673"; } -.icon-ic_fluent_document_one_page_columns_20_filled:before { +.icon-ic_fluent_document_mention_20_filled:before { content: "\e674"; } -.icon-ic_fluent_document_one_page_columns_20_regular:before { +.icon-ic_fluent_document_mention_20_regular:before { content: "\e675"; } -.icon-ic_fluent_document_one_page_link_20_filled:before { +.icon-ic_fluent_document_multiple_20_filled:before { content: "\e676"; } -.icon-ic_fluent_document_one_page_link_20_regular:before { +.icon-ic_fluent_document_multiple_20_regular:before { content: "\e677"; } -.icon-ic_fluent_document_one_page_multiple_20_filled:before { +.icon-ic_fluent_document_multiple_percent_20_filled:before { content: "\e678"; } -.icon-ic_fluent_document_one_page_multiple_20_regular:before { +.icon-ic_fluent_document_multiple_percent_20_regular:before { content: "\e679"; } -.icon-ic_fluent_document_one_page_sparkle_20_filled:before { +.icon-ic_fluent_document_multiple_prohibited_20_filled:before { content: "\e67a"; } -.icon-ic_fluent_document_one_page_sparkle_20_regular:before { +.icon-ic_fluent_document_multiple_prohibited_20_regular:before { content: "\e67b"; } -.icon-ic_fluent_document_page_bottom_center_20_filled:before { +.icon-ic_fluent_document_multiple_sync_20_filled:before { content: "\e67c"; } -.icon-ic_fluent_document_page_bottom_center_20_regular:before { +.icon-ic_fluent_document_multiple_sync_20_regular:before { content: "\e67d"; } -.icon-ic_fluent_document_page_bottom_left_20_filled:before { +.icon-ic_fluent_document_one_page_20_filled:before { content: "\e67e"; } -.icon-ic_fluent_document_page_bottom_left_20_regular:before { +.icon-ic_fluent_document_one_page_20_regular:before { content: "\e67f"; } -.icon-ic_fluent_document_page_bottom_right_20_filled:before { +.icon-ic_fluent_document_one_page_add_20_filled:before { content: "\e680"; } -.icon-ic_fluent_document_page_bottom_right_20_regular:before { +.icon-ic_fluent_document_one_page_add_20_regular:before { content: "\e681"; } -.icon-ic_fluent_document_page_break_20_filled:before { +.icon-ic_fluent_document_one_page_columns_20_filled:before { content: "\e682"; } -.icon-ic_fluent_document_page_break_20_regular:before { +.icon-ic_fluent_document_one_page_columns_20_regular:before { content: "\e683"; } -.icon-ic_fluent_document_page_number_20_filled:before { +.icon-ic_fluent_document_one_page_link_20_filled:before { content: "\e684"; } -.icon-ic_fluent_document_page_number_20_regular:before { +.icon-ic_fluent_document_one_page_link_20_regular:before { content: "\e685"; } -.icon-ic_fluent_document_page_top_center_20_filled:before { +.icon-ic_fluent_document_one_page_multiple_20_filled:before { content: "\e686"; } -.icon-ic_fluent_document_page_top_center_20_regular:before { +.icon-ic_fluent_document_one_page_multiple_20_regular:before { content: "\e687"; } -.icon-ic_fluent_document_page_top_left_20_filled:before { +.icon-ic_fluent_document_one_page_sparkle_20_filled:before { content: "\e688"; } -.icon-ic_fluent_document_page_top_left_20_regular:before { +.icon-ic_fluent_document_one_page_sparkle_20_regular:before { content: "\e689"; } -.icon-ic_fluent_document_page_top_right_20_filled:before { +.icon-ic_fluent_document_page_bottom_center_20_filled:before { content: "\e68a"; } -.icon-ic_fluent_document_page_top_right_20_regular:before { +.icon-ic_fluent_document_page_bottom_center_20_regular:before { content: "\e68b"; } -.icon-ic_fluent_document_pdf_20_filled:before { +.icon-ic_fluent_document_page_bottom_left_20_filled:before { content: "\e68c"; } -.icon-ic_fluent_document_pdf_20_regular:before { +.icon-ic_fluent_document_page_bottom_left_20_regular:before { content: "\e68d"; } -.icon-ic_fluent_document_percent_20_filled:before { +.icon-ic_fluent_document_page_bottom_right_20_filled:before { content: "\e68e"; } -.icon-ic_fluent_document_percent_20_regular:before { +.icon-ic_fluent_document_page_bottom_right_20_regular:before { content: "\e68f"; } -.icon-ic_fluent_document_person_20_filled:before { +.icon-ic_fluent_document_page_break_20_filled:before { content: "\e690"; } -.icon-ic_fluent_document_person_20_regular:before { +.icon-ic_fluent_document_page_break_20_regular:before { content: "\e691"; } -.icon-ic_fluent_document_pill_20_filled:before { +.icon-ic_fluent_document_page_number_20_filled:before { content: "\e692"; } -.icon-ic_fluent_document_pill_20_regular:before { +.icon-ic_fluent_document_page_number_20_regular:before { content: "\e693"; } -.icon-ic_fluent_document_print_20_filled:before { +.icon-ic_fluent_document_page_top_center_20_filled:before { content: "\e694"; } -.icon-ic_fluent_document_print_20_regular:before { +.icon-ic_fluent_document_page_top_center_20_regular:before { content: "\e695"; } -.icon-ic_fluent_document_prohibited_20_filled:before { +.icon-ic_fluent_document_page_top_left_20_filled:before { content: "\e696"; } -.icon-ic_fluent_document_prohibited_20_regular:before { +.icon-ic_fluent_document_page_top_left_20_regular:before { content: "\e697"; } -.icon-ic_fluent_document_question_mark_20_filled:before { +.icon-ic_fluent_document_page_top_right_20_filled:before { content: "\e698"; } -.icon-ic_fluent_document_question_mark_20_regular:before { +.icon-ic_fluent_document_page_top_right_20_regular:before { content: "\e699"; } -.icon-ic_fluent_document_queue_20_filled:before { +.icon-ic_fluent_document_pdf_20_filled:before { content: "\e69a"; } -.icon-ic_fluent_document_queue_20_regular:before { +.icon-ic_fluent_document_pdf_20_regular:before { content: "\e69b"; } -.icon-ic_fluent_document_queue_add_20_filled:before { +.icon-ic_fluent_document_percent_20_filled:before { content: "\e69c"; } -.icon-ic_fluent_document_queue_add_20_regular:before { +.icon-ic_fluent_document_percent_20_regular:before { content: "\e69d"; } -.icon-ic_fluent_document_queue_multiple_20_filled:before { +.icon-ic_fluent_document_person_20_filled:before { content: "\e69e"; } -.icon-ic_fluent_document_queue_multiple_20_regular:before { +.icon-ic_fluent_document_person_20_regular:before { content: "\e69f"; } -.icon-ic_fluent_document_ribbon_20_filled:before { +.icon-ic_fluent_document_pill_20_filled:before { content: "\e6a0"; } -.icon-ic_fluent_document_ribbon_20_regular:before { +.icon-ic_fluent_document_pill_20_regular:before { content: "\e6a1"; } -.icon-ic_fluent_document_sass_20_filled:before { +.icon-ic_fluent_document_print_20_filled:before { content: "\e6a2"; } -.icon-ic_fluent_document_sass_20_regular:before { +.icon-ic_fluent_document_print_20_regular:before { content: "\e6a3"; } -.icon-ic_fluent_document_save_20_filled:before { +.icon-ic_fluent_document_prohibited_20_filled:before { content: "\e6a4"; } -.icon-ic_fluent_document_save_20_regular:before { +.icon-ic_fluent_document_prohibited_20_regular:before { content: "\e6a5"; } -.icon-ic_fluent_document_search_20_filled:before { +.icon-ic_fluent_document_question_mark_20_filled:before { content: "\e6a6"; } -.icon-ic_fluent_document_search_20_regular:before { +.icon-ic_fluent_document_question_mark_20_regular:before { content: "\e6a7"; } -.icon-ic_fluent_document_settings_20_filled:before { +.icon-ic_fluent_document_queue_20_filled:before { content: "\e6a8"; } -.icon-ic_fluent_document_settings_20_regular:before { +.icon-ic_fluent_document_queue_20_regular:before { content: "\e6a9"; } -.icon-ic_fluent_document_signature_20_filled:before { +.icon-ic_fluent_document_queue_add_20_filled:before { content: "\e6aa"; } -.icon-ic_fluent_document_signature_20_regular:before { +.icon-ic_fluent_document_queue_add_20_regular:before { content: "\e6ab"; } -.icon-ic_fluent_document_split_hint_20_filled:before { +.icon-ic_fluent_document_queue_multiple_20_filled:before { content: "\e6ac"; } -.icon-ic_fluent_document_split_hint_20_regular:before { +.icon-ic_fluent_document_queue_multiple_20_regular:before { content: "\e6ad"; } -.icon-ic_fluent_document_split_hint_off_20_filled:before { +.icon-ic_fluent_document_ribbon_20_filled:before { content: "\e6ae"; } -.icon-ic_fluent_document_split_hint_off_20_regular:before { +.icon-ic_fluent_document_ribbon_20_regular:before { content: "\e6af"; } -.icon-ic_fluent_document_sync_20_filled:before { +.icon-ic_fluent_document_sass_20_filled:before { content: "\e6b0"; } -.icon-ic_fluent_document_sync_20_regular:before { +.icon-ic_fluent_document_sass_20_regular:before { content: "\e6b1"; } -.icon-ic_fluent_document_table_20_filled:before { +.icon-ic_fluent_document_save_20_filled:before { content: "\e6b2"; } -.icon-ic_fluent_document_table_20_regular:before { +.icon-ic_fluent_document_save_20_regular:before { content: "\e6b3"; } -.icon-ic_fluent_document_table_arrow_right_20_filled:before { +.icon-ic_fluent_document_search_20_filled:before { content: "\e6b4"; } -.icon-ic_fluent_document_table_arrow_right_20_regular:before { +.icon-ic_fluent_document_search_20_regular:before { content: "\e6b5"; } -.icon-ic_fluent_document_table_checkmark_20_filled:before { +.icon-ic_fluent_document_settings_20_filled:before { content: "\e6b6"; } -.icon-ic_fluent_document_table_checkmark_20_regular:before { +.icon-ic_fluent_document_settings_20_regular:before { content: "\e6b7"; } -.icon-ic_fluent_document_table_cube_20_filled:before { +.icon-ic_fluent_document_signature_20_filled:before { content: "\e6b8"; } -.icon-ic_fluent_document_table_cube_20_regular:before { +.icon-ic_fluent_document_signature_20_regular:before { content: "\e6b9"; } -.icon-ic_fluent_document_table_search_20_filled:before { +.icon-ic_fluent_document_split_hint_20_filled:before { content: "\e6ba"; } -.icon-ic_fluent_document_table_search_20_regular:before { +.icon-ic_fluent_document_split_hint_20_regular:before { content: "\e6bb"; } -.icon-ic_fluent_document_table_truck_20_filled:before { +.icon-ic_fluent_document_split_hint_off_20_filled:before { content: "\e6bc"; } -.icon-ic_fluent_document_table_truck_20_regular:before { +.icon-ic_fluent_document_split_hint_off_20_regular:before { content: "\e6bd"; } -.icon-ic_fluent_document_text_20_filled:before { +.icon-ic_fluent_document_sync_20_filled:before { content: "\e6be"; } -.icon-ic_fluent_document_text_20_regular:before { +.icon-ic_fluent_document_sync_20_regular:before { content: "\e6bf"; } -.icon-ic_fluent_document_text_clock_20_filled:before { +.icon-ic_fluent_document_table_20_filled:before { content: "\e6c0"; } -.icon-ic_fluent_document_text_clock_20_regular:before { +.icon-ic_fluent_document_table_20_regular:before { content: "\e6c1"; } -.icon-ic_fluent_document_text_extract_20_filled:before { +.icon-ic_fluent_document_table_arrow_right_20_filled:before { content: "\e6c2"; } -.icon-ic_fluent_document_text_extract_20_regular:before { +.icon-ic_fluent_document_table_arrow_right_20_regular:before { content: "\e6c3"; } -.icon-ic_fluent_document_text_link_20_filled:before { +.icon-ic_fluent_document_table_checkmark_20_filled:before { content: "\e6c4"; } -.icon-ic_fluent_document_text_link_20_regular:before { +.icon-ic_fluent_document_table_checkmark_20_regular:before { content: "\e6c5"; } -.icon-ic_fluent_document_text_toolbox_20_filled:before { +.icon-ic_fluent_document_table_cube_20_filled:before { content: "\e6c6"; } -.icon-ic_fluent_document_text_toolbox_20_regular:before { +.icon-ic_fluent_document_table_cube_20_regular:before { content: "\e6c7"; } -.icon-ic_fluent_document_toolbox_20_filled:before { +.icon-ic_fluent_document_table_search_20_filled:before { content: "\e6c8"; } -.icon-ic_fluent_document_toolbox_20_regular:before { +.icon-ic_fluent_document_table_search_20_regular:before { content: "\e6c9"; } -.icon-ic_fluent_document_width_20_filled:before { +.icon-ic_fluent_document_table_truck_20_filled:before { content: "\e6ca"; } -.icon-ic_fluent_document_width_20_regular:before { +.icon-ic_fluent_document_table_truck_20_regular:before { content: "\e6cb"; } -.icon-ic_fluent_document_yml_20_filled:before { +.icon-ic_fluent_document_text_20_filled:before { content: "\e6cc"; } -.icon-ic_fluent_document_yml_20_regular:before { +.icon-ic_fluent_document_text_20_regular:before { content: "\e6cd"; } -.icon-ic_fluent_door_20_filled:before { +.icon-ic_fluent_document_text_clock_20_filled:before { content: "\e6ce"; } -.icon-ic_fluent_door_20_regular:before { +.icon-ic_fluent_document_text_clock_20_regular:before { content: "\e6cf"; } -.icon-ic_fluent_door_arrow_left_20_filled:before { +.icon-ic_fluent_document_text_extract_20_filled:before { content: "\e6d0"; } -.icon-ic_fluent_door_arrow_left_20_regular:before { +.icon-ic_fluent_document_text_extract_20_regular:before { content: "\e6d1"; } -.icon-ic_fluent_door_arrow_right_20_filled:before { +.icon-ic_fluent_document_text_link_20_filled:before { content: "\e6d2"; } -.icon-ic_fluent_door_arrow_right_20_regular:before { +.icon-ic_fluent_document_text_link_20_regular:before { content: "\e6d3"; } -.icon-ic_fluent_door_tag_20_filled:before { +.icon-ic_fluent_document_text_toolbox_20_filled:before { content: "\e6d4"; } -.icon-ic_fluent_door_tag_20_regular:before { +.icon-ic_fluent_document_text_toolbox_20_regular:before { content: "\e6d5"; } -.icon-ic_fluent_double_swipe_down_20_filled:before { +.icon-ic_fluent_document_toolbox_20_filled:before { content: "\e6d6"; } -.icon-ic_fluent_double_swipe_down_20_regular:before { +.icon-ic_fluent_document_toolbox_20_regular:before { content: "\e6d7"; } -.icon-ic_fluent_double_swipe_up_20_filled:before { +.icon-ic_fluent_document_width_20_filled:before { content: "\e6d8"; } -.icon-ic_fluent_double_swipe_up_20_regular:before { +.icon-ic_fluent_document_width_20_regular:before { content: "\e6d9"; } -.icon-ic_fluent_double_tap_swipe_down_20_filled:before { +.icon-ic_fluent_document_yml_20_filled:before { content: "\e6da"; } -.icon-ic_fluent_double_tap_swipe_down_20_regular:before { +.icon-ic_fluent_document_yml_20_regular:before { content: "\e6db"; } -.icon-ic_fluent_double_tap_swipe_up_20_filled:before { +.icon-ic_fluent_door_20_filled:before { content: "\e6dc"; } -.icon-ic_fluent_double_tap_swipe_up_20_regular:before { +.icon-ic_fluent_door_20_regular:before { content: "\e6dd"; } -.icon-ic_fluent_drafts_20_filled:before { +.icon-ic_fluent_door_arrow_left_20_filled:before { content: "\e6de"; } -.icon-ic_fluent_drafts_20_regular:before { +.icon-ic_fluent_door_arrow_left_20_regular:before { content: "\e6df"; } -.icon-ic_fluent_drag_20_filled:before { +.icon-ic_fluent_door_arrow_right_20_filled:before { content: "\e6e0"; } -.icon-ic_fluent_drag_20_regular:before { +.icon-ic_fluent_door_arrow_right_20_regular:before { content: "\e6e1"; } -.icon-ic_fluent_draw_image_20_filled:before { +.icon-ic_fluent_door_tag_20_filled:before { content: "\e6e2"; } -.icon-ic_fluent_draw_image_20_regular:before { +.icon-ic_fluent_door_tag_20_regular:before { content: "\e6e3"; } -.icon-ic_fluent_draw_shape_20_filled:before { +.icon-ic_fluent_double_swipe_down_20_filled:before { content: "\e6e4"; } -.icon-ic_fluent_draw_shape_20_regular:before { +.icon-ic_fluent_double_swipe_down_20_regular:before { content: "\e6e5"; } -.icon-ic_fluent_draw_text_20_filled:before { +.icon-ic_fluent_double_swipe_up_20_filled:before { content: "\e6e6"; } -.icon-ic_fluent_draw_text_20_regular:before { +.icon-ic_fluent_double_swipe_up_20_regular:before { content: "\e6e7"; } -.icon-ic_fluent_drawer_20_filled:before { +.icon-ic_fluent_double_tap_swipe_down_20_filled:before { content: "\e6e8"; } -.icon-ic_fluent_drawer_20_regular:before { +.icon-ic_fluent_double_tap_swipe_down_20_regular:before { content: "\e6e9"; } -.icon-ic_fluent_drawer_add_20_filled:before { +.icon-ic_fluent_double_tap_swipe_up_20_filled:before { content: "\e6ea"; } -.icon-ic_fluent_drawer_add_20_regular:before { +.icon-ic_fluent_double_tap_swipe_up_20_regular:before { content: "\e6eb"; } -.icon-ic_fluent_drawer_arrow_download_20_filled:before { +.icon-ic_fluent_drafts_20_filled:before { content: "\e6ec"; } -.icon-ic_fluent_drawer_arrow_download_20_regular:before { +.icon-ic_fluent_drafts_20_regular:before { content: "\e6ed"; } -.icon-ic_fluent_drawer_dismiss_20_filled:before { +.icon-ic_fluent_drag_20_filled:before { content: "\e6ee"; } -.icon-ic_fluent_drawer_dismiss_20_regular:before { +.icon-ic_fluent_drag_20_regular:before { content: "\e6ef"; } -.icon-ic_fluent_drawer_play_20_filled:before { +.icon-ic_fluent_draw_image_20_filled:before { content: "\e6f0"; } -.icon-ic_fluent_drawer_play_20_regular:before { +.icon-ic_fluent_draw_image_20_regular:before { content: "\e6f1"; } -.icon-ic_fluent_drawer_subtract_20_filled:before { +.icon-ic_fluent_draw_shape_20_filled:before { content: "\e6f2"; } -.icon-ic_fluent_drawer_subtract_20_regular:before { +.icon-ic_fluent_draw_shape_20_regular:before { content: "\e6f3"; } -.icon-ic_fluent_drink_beer_20_filled:before { +.icon-ic_fluent_draw_text_20_filled:before { content: "\e6f4"; } -.icon-ic_fluent_drink_beer_20_regular:before { +.icon-ic_fluent_draw_text_20_regular:before { content: "\e6f5"; } -.icon-ic_fluent_drink_bottle_20_filled:before { +.icon-ic_fluent_drawer_20_filled:before { content: "\e6f6"; } -.icon-ic_fluent_drink_bottle_20_regular:before { +.icon-ic_fluent_drawer_20_regular:before { content: "\e6f7"; } -.icon-ic_fluent_drink_bottle_off_20_filled:before { +.icon-ic_fluent_drawer_add_20_filled:before { content: "\e6f8"; } -.icon-ic_fluent_drink_bottle_off_20_regular:before { +.icon-ic_fluent_drawer_add_20_regular:before { content: "\e6f9"; } -.icon-ic_fluent_drink_coffee_20_filled:before { +.icon-ic_fluent_drawer_arrow_download_20_filled:before { content: "\e6fa"; } -.icon-ic_fluent_drink_coffee_20_regular:before { +.icon-ic_fluent_drawer_arrow_download_20_regular:before { content: "\e6fb"; } -.icon-ic_fluent_drink_margarita_20_filled:before { +.icon-ic_fluent_drawer_dismiss_20_filled:before { content: "\e6fc"; } -.icon-ic_fluent_drink_margarita_20_regular:before { +.icon-ic_fluent_drawer_dismiss_20_regular:before { content: "\e6fd"; } -.icon-ic_fluent_drink_to_go_20_filled:before { +.icon-ic_fluent_drawer_play_20_filled:before { content: "\e6fe"; } -.icon-ic_fluent_drink_to_go_20_regular:before { +.icon-ic_fluent_drawer_play_20_regular:before { content: "\e6ff"; } -.icon-ic_fluent_drink_wine_20_filled:before { +.icon-ic_fluent_drawer_subtract_20_filled:before { content: "\e700"; } -.icon-ic_fluent_drink_wine_20_regular:before { +.icon-ic_fluent_drawer_subtract_20_regular:before { content: "\e701"; } -.icon-ic_fluent_drive_train_20_filled:before { +.icon-ic_fluent_drink_beer_20_filled:before { content: "\e702"; } -.icon-ic_fluent_drive_train_20_regular:before { +.icon-ic_fluent_drink_beer_20_regular:before { content: "\e703"; } -.icon-ic_fluent_drop_20_filled:before { +.icon-ic_fluent_drink_bottle_20_filled:before { content: "\e704"; } -.icon-ic_fluent_drop_20_regular:before { +.icon-ic_fluent_drink_bottle_20_regular:before { content: "\e705"; } -.icon-ic_fluent_dual_screen_20_filled:before { +.icon-ic_fluent_drink_bottle_off_20_filled:before { content: "\e706"; } -.icon-ic_fluent_dual_screen_20_regular:before { +.icon-ic_fluent_drink_bottle_off_20_regular:before { content: "\e707"; } -.icon-ic_fluent_dual_screen_add_20_filled:before { +.icon-ic_fluent_drink_coffee_20_filled:before { content: "\e708"; } -.icon-ic_fluent_dual_screen_add_20_regular:before { +.icon-ic_fluent_drink_coffee_20_regular:before { content: "\e709"; } -.icon-ic_fluent_dual_screen_arrow_right_20_filled:before { +.icon-ic_fluent_drink_margarita_20_filled:before { content: "\e70a"; } -.icon-ic_fluent_dual_screen_arrow_right_20_regular:before { +.icon-ic_fluent_drink_margarita_20_regular:before { content: "\e70b"; } -.icon-ic_fluent_dual_screen_arrow_up_20_filled:before { +.icon-ic_fluent_drink_to_go_20_filled:before { content: "\e70c"; } -.icon-ic_fluent_dual_screen_arrow_up_20_regular:before { +.icon-ic_fluent_drink_to_go_20_regular:before { content: "\e70d"; } -.icon-ic_fluent_dual_screen_clock_20_filled:before { +.icon-ic_fluent_drink_wine_20_filled:before { content: "\e70e"; } -.icon-ic_fluent_dual_screen_clock_20_regular:before { +.icon-ic_fluent_drink_wine_20_regular:before { content: "\e70f"; } -.icon-ic_fluent_dual_screen_closed_alert_20_filled:before { +.icon-ic_fluent_drive_train_20_filled:before { content: "\e710"; } -.icon-ic_fluent_dual_screen_closed_alert_20_regular:before { +.icon-ic_fluent_drive_train_20_regular:before { content: "\e711"; } -.icon-ic_fluent_dual_screen_desktop_20_filled:before { +.icon-ic_fluent_drop_20_filled:before { content: "\e712"; } -.icon-ic_fluent_dual_screen_desktop_20_regular:before { +.icon-ic_fluent_drop_20_regular:before { content: "\e713"; } -.icon-ic_fluent_dual_screen_dismiss_20_filled:before { +.icon-ic_fluent_dual_screen_20_filled:before { content: "\e714"; } -.icon-ic_fluent_dual_screen_dismiss_20_regular:before { +.icon-ic_fluent_dual_screen_20_regular:before { content: "\e715"; } -.icon-ic_fluent_dual_screen_group_20_filled:before { +.icon-ic_fluent_dual_screen_add_20_filled:before { content: "\e716"; } -.icon-ic_fluent_dual_screen_group_20_regular:before { +.icon-ic_fluent_dual_screen_add_20_regular:before { content: "\e717"; } -.icon-ic_fluent_dual_screen_header_20_filled:before { +.icon-ic_fluent_dual_screen_arrow_right_20_filled:before { content: "\e718"; } -.icon-ic_fluent_dual_screen_header_20_regular:before { +.icon-ic_fluent_dual_screen_arrow_right_20_regular:before { content: "\e719"; } -.icon-ic_fluent_dual_screen_lock_20_filled:before { +.icon-ic_fluent_dual_screen_arrow_up_20_filled:before { content: "\e71a"; } -.icon-ic_fluent_dual_screen_lock_20_regular:before { +.icon-ic_fluent_dual_screen_arrow_up_20_regular:before { content: "\e71b"; } -.icon-ic_fluent_dual_screen_mirror_20_filled:before { +.icon-ic_fluent_dual_screen_clock_20_filled:before { content: "\e71c"; } -.icon-ic_fluent_dual_screen_mirror_20_regular:before { +.icon-ic_fluent_dual_screen_clock_20_regular:before { content: "\e71d"; } -.icon-ic_fluent_dual_screen_pagination_20_filled:before { +.icon-ic_fluent_dual_screen_closed_alert_20_filled:before { content: "\e71e"; } -.icon-ic_fluent_dual_screen_pagination_20_regular:before { +.icon-ic_fluent_dual_screen_closed_alert_20_regular:before { content: "\e71f"; } -.icon-ic_fluent_dual_screen_settings_20_filled:before { +.icon-ic_fluent_dual_screen_desktop_20_filled:before { content: "\e720"; } -.icon-ic_fluent_dual_screen_settings_20_regular:before { +.icon-ic_fluent_dual_screen_desktop_20_regular:before { content: "\e721"; } -.icon-ic_fluent_dual_screen_span_20_filled:before { +.icon-ic_fluent_dual_screen_dismiss_20_filled:before { content: "\e722"; } -.icon-ic_fluent_dual_screen_span_20_regular:before { +.icon-ic_fluent_dual_screen_dismiss_20_regular:before { content: "\e723"; } -.icon-ic_fluent_dual_screen_speaker_20_filled:before { +.icon-ic_fluent_dual_screen_group_20_filled:before { content: "\e724"; } -.icon-ic_fluent_dual_screen_speaker_20_regular:before { +.icon-ic_fluent_dual_screen_group_20_regular:before { content: "\e725"; } -.icon-ic_fluent_dual_screen_status_bar_20_filled:before { +.icon-ic_fluent_dual_screen_header_20_filled:before { content: "\e726"; } -.icon-ic_fluent_dual_screen_status_bar_20_regular:before { +.icon-ic_fluent_dual_screen_header_20_regular:before { content: "\e727"; } -.icon-ic_fluent_dual_screen_tablet_20_filled:before { +.icon-ic_fluent_dual_screen_lock_20_filled:before { content: "\e728"; } -.icon-ic_fluent_dual_screen_tablet_20_regular:before { +.icon-ic_fluent_dual_screen_lock_20_regular:before { content: "\e729"; } -.icon-ic_fluent_dual_screen_update_20_filled:before { +.icon-ic_fluent_dual_screen_mirror_20_filled:before { content: "\e72a"; } -.icon-ic_fluent_dual_screen_update_20_regular:before { +.icon-ic_fluent_dual_screen_mirror_20_regular:before { content: "\e72b"; } -.icon-ic_fluent_dual_screen_vertical_scroll_20_filled:before { +.icon-ic_fluent_dual_screen_pagination_20_filled:before { content: "\e72c"; } -.icon-ic_fluent_dual_screen_vertical_scroll_20_regular:before { +.icon-ic_fluent_dual_screen_pagination_20_regular:before { content: "\e72d"; } -.icon-ic_fluent_dual_screen_vibrate_20_filled:before { +.icon-ic_fluent_dual_screen_settings_20_filled:before { content: "\e72e"; } -.icon-ic_fluent_dual_screen_vibrate_20_regular:before { +.icon-ic_fluent_dual_screen_settings_20_regular:before { content: "\e72f"; } -.icon-ic_fluent_dumbbell_20_filled:before { +.icon-ic_fluent_dual_screen_span_20_filled:before { content: "\e730"; } -.icon-ic_fluent_dumbbell_20_regular:before { +.icon-ic_fluent_dual_screen_span_20_regular:before { content: "\e731"; } -.icon-ic_fluent_dust_20_filled:before { +.icon-ic_fluent_dual_screen_speaker_20_filled:before { content: "\e732"; } -.icon-ic_fluent_dust_20_regular:before { +.icon-ic_fluent_dual_screen_speaker_20_regular:before { content: "\e733"; } -.icon-ic_fluent_earth_20_filled:before { +.icon-ic_fluent_dual_screen_status_bar_20_filled:before { content: "\e734"; } -.icon-ic_fluent_earth_20_regular:before { +.icon-ic_fluent_dual_screen_status_bar_20_regular:before { content: "\e735"; } -.icon-ic_fluent_earth_leaf_20_filled:before { +.icon-ic_fluent_dual_screen_tablet_20_filled:before { content: "\e736"; } -.icon-ic_fluent_earth_leaf_20_regular:before { +.icon-ic_fluent_dual_screen_tablet_20_regular:before { content: "\e737"; } -.icon-ic_fluent_edit_20_filled:before { +.icon-ic_fluent_dual_screen_update_20_filled:before { content: "\e738"; } -.icon-ic_fluent_edit_20_regular:before { +.icon-ic_fluent_dual_screen_update_20_regular:before { content: "\e739"; } -.icon-ic_fluent_edit_arrow_back_20_filled:before { +.icon-ic_fluent_dual_screen_vertical_scroll_20_filled:before { content: "\e73a"; } -.icon-ic_fluent_edit_arrow_back_20_regular:before { +.icon-ic_fluent_dual_screen_vertical_scroll_20_regular:before { content: "\e73b"; } -.icon-ic_fluent_edit_off_20_filled:before { +.icon-ic_fluent_dual_screen_vibrate_20_filled:before { content: "\e73c"; } -.icon-ic_fluent_edit_off_20_regular:before { +.icon-ic_fluent_dual_screen_vibrate_20_regular:before { content: "\e73d"; } -.icon-ic_fluent_edit_prohibited_20_filled:before { +.icon-ic_fluent_dumbbell_20_filled:before { content: "\e73e"; } -.icon-ic_fluent_edit_prohibited_20_regular:before { +.icon-ic_fluent_dumbbell_20_regular:before { content: "\e73f"; } -.icon-ic_fluent_edit_settings_20_filled:before { +.icon-ic_fluent_dust_20_filled:before { content: "\e740"; } -.icon-ic_fluent_edit_settings_20_regular:before { +.icon-ic_fluent_dust_20_regular:before { content: "\e741"; } -.icon-ic_fluent_elevator_20_filled:before { +.icon-ic_fluent_earth_20_filled:before { content: "\e742"; } -.icon-ic_fluent_elevator_20_regular:before { +.icon-ic_fluent_earth_20_regular:before { content: "\e743"; } -.icon-ic_fluent_emoji_20_filled:before { +.icon-ic_fluent_earth_leaf_20_filled:before { content: "\e744"; } -.icon-ic_fluent_emoji_20_regular:before { +.icon-ic_fluent_earth_leaf_20_regular:before { content: "\e745"; } -.icon-ic_fluent_emoji_add_20_filled:before { +.icon-ic_fluent_edit_20_filled:before { content: "\e746"; } -.icon-ic_fluent_emoji_add_20_regular:before { +.icon-ic_fluent_edit_20_regular:before { content: "\e747"; } -.icon-ic_fluent_emoji_angry_20_filled:before { +.icon-ic_fluent_edit_arrow_back_20_filled:before { content: "\e748"; } -.icon-ic_fluent_emoji_angry_20_regular:before { +.icon-ic_fluent_edit_arrow_back_20_regular:before { content: "\e749"; } -.icon-ic_fluent_emoji_edit_20_filled:before { +.icon-ic_fluent_edit_off_20_filled:before { content: "\e74a"; } -.icon-ic_fluent_emoji_edit_20_regular:before { +.icon-ic_fluent_edit_off_20_regular:before { content: "\e74b"; } -.icon-ic_fluent_emoji_hand_20_filled:before { +.icon-ic_fluent_edit_person_20_filled:before { content: "\e74c"; } -.icon-ic_fluent_emoji_hand_20_regular:before { +.icon-ic_fluent_edit_person_20_regular:before { content: "\e74d"; } -.icon-ic_fluent_emoji_hint_20_filled:before { +.icon-ic_fluent_edit_prohibited_20_filled:before { content: "\e74e"; } -.icon-ic_fluent_emoji_hint_20_regular:before { +.icon-ic_fluent_edit_prohibited_20_regular:before { content: "\e74f"; } -.icon-ic_fluent_emoji_laugh_20_filled:before { +.icon-ic_fluent_edit_settings_20_filled:before { content: "\e750"; } -.icon-ic_fluent_emoji_laugh_20_regular:before { +.icon-ic_fluent_edit_settings_20_regular:before { content: "\e751"; } -.icon-ic_fluent_emoji_meh_20_filled:before { +.icon-ic_fluent_elevator_20_filled:before { content: "\e752"; } -.icon-ic_fluent_emoji_meh_20_regular:before { +.icon-ic_fluent_elevator_20_regular:before { content: "\e753"; } -.icon-ic_fluent_emoji_multiple_20_filled:before { +.icon-ic_fluent_emoji_20_filled:before { content: "\e754"; } -.icon-ic_fluent_emoji_multiple_20_regular:before { +.icon-ic_fluent_emoji_20_regular:before { content: "\e755"; } -.icon-ic_fluent_emoji_sad_20_filled:before { +.icon-ic_fluent_emoji_add_20_filled:before { content: "\e756"; } -.icon-ic_fluent_emoji_sad_20_regular:before { +.icon-ic_fluent_emoji_add_20_regular:before { content: "\e757"; } -.icon-ic_fluent_emoji_sad_slight_20_filled:before { +.icon-ic_fluent_emoji_angry_20_filled:before { content: "\e758"; } -.icon-ic_fluent_emoji_sad_slight_20_regular:before { +.icon-ic_fluent_emoji_angry_20_regular:before { content: "\e759"; } -.icon-ic_fluent_emoji_smile_slight_20_filled:before { +.icon-ic_fluent_emoji_edit_20_filled:before { content: "\e75a"; } -.icon-ic_fluent_emoji_smile_slight_20_regular:before { +.icon-ic_fluent_emoji_edit_20_regular:before { content: "\e75b"; } -.icon-ic_fluent_emoji_sparkle_20_filled:before { +.icon-ic_fluent_emoji_hand_20_filled:before { content: "\e75c"; } -.icon-ic_fluent_emoji_sparkle_20_regular:before { +.icon-ic_fluent_emoji_hand_20_regular:before { content: "\e75d"; } -.icon-ic_fluent_emoji_surprise_20_filled:before { +.icon-ic_fluent_emoji_hint_20_filled:before { content: "\e75e"; } -.icon-ic_fluent_emoji_surprise_20_regular:before { +.icon-ic_fluent_emoji_hint_20_regular:before { content: "\e75f"; } -.icon-ic_fluent_engine_20_filled:before { +.icon-ic_fluent_emoji_laugh_20_filled:before { content: "\e760"; } -.icon-ic_fluent_engine_20_regular:before { +.icon-ic_fluent_emoji_laugh_20_regular:before { content: "\e761"; } -.icon-ic_fluent_equal_circle_20_filled:before { +.icon-ic_fluent_emoji_meh_20_filled:before { content: "\e762"; } -.icon-ic_fluent_equal_circle_20_regular:before { +.icon-ic_fluent_emoji_meh_20_regular:before { content: "\e763"; } -.icon-ic_fluent_equal_off_20_filled:before { +.icon-ic_fluent_emoji_multiple_20_filled:before { content: "\e764"; } -.icon-ic_fluent_equal_off_20_regular:before { +.icon-ic_fluent_emoji_multiple_20_regular:before { content: "\e765"; } -.icon-ic_fluent_eraser_20_filled:before { +.icon-ic_fluent_emoji_sad_20_filled:before { content: "\e766"; } -.icon-ic_fluent_eraser_20_regular:before { +.icon-ic_fluent_emoji_sad_20_regular:before { content: "\e767"; } -.icon-ic_fluent_eraser_medium_20_filled:before { +.icon-ic_fluent_emoji_sad_slight_20_filled:before { content: "\e768"; } -.icon-ic_fluent_eraser_medium_20_regular:before { +.icon-ic_fluent_emoji_sad_slight_20_regular:before { content: "\e769"; } -.icon-ic_fluent_eraser_segment_20_filled:before { +.icon-ic_fluent_emoji_smile_slight_20_filled:before { content: "\e76a"; } -.icon-ic_fluent_eraser_segment_20_regular:before { +.icon-ic_fluent_emoji_smile_slight_20_regular:before { content: "\e76b"; } -.icon-ic_fluent_eraser_small_20_filled:before { +.icon-ic_fluent_emoji_sparkle_20_filled:before { content: "\e76c"; } -.icon-ic_fluent_eraser_small_20_regular:before { +.icon-ic_fluent_emoji_sparkle_20_regular:before { content: "\e76d"; } -.icon-ic_fluent_eraser_tool_20_filled:before { +.icon-ic_fluent_emoji_surprise_20_filled:before { content: "\e76e"; } -.icon-ic_fluent_eraser_tool_20_regular:before { +.icon-ic_fluent_emoji_surprise_20_regular:before { content: "\e76f"; } -.icon-ic_fluent_error_circle_20_filled:before { +.icon-ic_fluent_engine_20_filled:before { content: "\e770"; } -.icon-ic_fluent_error_circle_20_regular:before { +.icon-ic_fluent_engine_20_regular:before { content: "\e771"; } -.icon-ic_fluent_error_circle_settings_20_filled:before { +.icon-ic_fluent_equal_circle_20_filled:before { content: "\e772"; } -.icon-ic_fluent_error_circle_settings_20_regular:before { +.icon-ic_fluent_equal_circle_20_regular:before { content: "\e773"; } -.icon-ic_fluent_expand_up_left_20_filled:before { +.icon-ic_fluent_equal_off_20_filled:before { content: "\e774"; } -.icon-ic_fluent_expand_up_left_20_regular:before { +.icon-ic_fluent_equal_off_20_regular:before { content: "\e775"; } -.icon-ic_fluent_expand_up_right_20_filled:before { +.icon-ic_fluent_eraser_20_filled:before { content: "\e776"; } -.icon-ic_fluent_expand_up_right_20_regular:before { +.icon-ic_fluent_eraser_20_regular:before { content: "\e777"; } -.icon-ic_fluent_extended_dock_20_filled:before { +.icon-ic_fluent_eraser_medium_20_filled:before { content: "\e778"; } -.icon-ic_fluent_extended_dock_20_regular:before { +.icon-ic_fluent_eraser_medium_20_regular:before { content: "\e779"; } -.icon-ic_fluent_eye_20_filled:before { +.icon-ic_fluent_eraser_segment_20_filled:before { content: "\e77a"; } -.icon-ic_fluent_eye_20_regular:before { +.icon-ic_fluent_eraser_segment_20_regular:before { content: "\e77b"; } -.icon-ic_fluent_eye_lines_20_filled:before { +.icon-ic_fluent_eraser_small_20_filled:before { content: "\e77c"; } -.icon-ic_fluent_eye_lines_20_regular:before { +.icon-ic_fluent_eraser_small_20_regular:before { content: "\e77d"; } -.icon-ic_fluent_eye_off_20_filled:before { +.icon-ic_fluent_eraser_tool_20_filled:before { content: "\e77e"; } -.icon-ic_fluent_eye_off_20_regular:before { +.icon-ic_fluent_eraser_tool_20_regular:before { content: "\e77f"; } -.icon-ic_fluent_eye_tracking_20_filled:before { +.icon-ic_fluent_error_circle_20_filled:before { content: "\e780"; } -.icon-ic_fluent_eye_tracking_20_regular:before { +.icon-ic_fluent_error_circle_20_regular:before { content: "\e781"; } -.icon-ic_fluent_eye_tracking_off_20_filled:before { +.icon-ic_fluent_error_circle_settings_20_filled:before { content: "\e782"; } -.icon-ic_fluent_eye_tracking_off_20_regular:before { +.icon-ic_fluent_error_circle_settings_20_regular:before { content: "\e783"; } -.icon-ic_fluent_eyedropper_20_filled:before { +.icon-ic_fluent_expand_up_left_20_filled:before { content: "\e784"; } -.icon-ic_fluent_eyedropper_20_regular:before { +.icon-ic_fluent_expand_up_left_20_regular:before { content: "\e785"; } -.icon-ic_fluent_eyedropper_off_20_filled:before { +.icon-ic_fluent_expand_up_right_20_filled:before { content: "\e786"; } -.icon-ic_fluent_eyedropper_off_20_regular:before { +.icon-ic_fluent_expand_up_right_20_regular:before { content: "\e787"; } -.icon-ic_fluent_f_stop_20_filled:before { +.icon-ic_fluent_extended_dock_20_filled:before { content: "\e788"; } -.icon-ic_fluent_f_stop_20_regular:before { +.icon-ic_fluent_extended_dock_20_regular:before { content: "\e789"; } -.icon-ic_fluent_fast_acceleration_20_filled:before { +.icon-ic_fluent_eye_20_filled:before { content: "\e78a"; } -.icon-ic_fluent_fast_acceleration_20_regular:before { +.icon-ic_fluent_eye_20_regular:before { content: "\e78b"; } -.icon-ic_fluent_fast_forward_20_filled:before { +.icon-ic_fluent_eye_lines_20_filled:before { content: "\e78c"; } -.icon-ic_fluent_fast_forward_20_regular:before { +.icon-ic_fluent_eye_lines_20_regular:before { content: "\e78d"; } -.icon-ic_fluent_fax_20_filled:before { +.icon-ic_fluent_eye_off_20_filled:before { content: "\e78e"; } -.icon-ic_fluent_fax_20_regular:before { +.icon-ic_fluent_eye_off_20_regular:before { content: "\e78f"; } -.icon-ic_fluent_feed_20_filled:before { +.icon-ic_fluent_eye_tracking_20_filled:before { content: "\e790"; } -.icon-ic_fluent_feed_20_regular:before { +.icon-ic_fluent_eye_tracking_20_regular:before { content: "\e791"; } -.icon-ic_fluent_filmstrip_20_filled:before { +.icon-ic_fluent_eye_tracking_off_20_filled:before { content: "\e792"; } -.icon-ic_fluent_filmstrip_20_regular:before { +.icon-ic_fluent_eye_tracking_off_20_regular:before { content: "\e793"; } -.icon-ic_fluent_filmstrip_image_20_filled:before { +.icon-ic_fluent_eyedropper_20_filled:before { content: "\e794"; } -.icon-ic_fluent_filmstrip_image_20_regular:before { +.icon-ic_fluent_eyedropper_20_regular:before { content: "\e795"; } -.icon-ic_fluent_filmstrip_play_20_filled:before { +.icon-ic_fluent_eyedropper_off_20_filled:before { content: "\e796"; } -.icon-ic_fluent_filmstrip_play_20_regular:before { +.icon-ic_fluent_eyedropper_off_20_regular:before { content: "\e797"; } -.icon-ic_fluent_filmstrip_split_20_filled:before { +.icon-ic_fluent_f_stop_20_filled:before { content: "\e798"; } -.icon-ic_fluent_filmstrip_split_20_regular:before { +.icon-ic_fluent_f_stop_20_regular:before { content: "\e799"; } -.icon-ic_fluent_filter_20_filled:before { +.icon-ic_fluent_fast_acceleration_20_filled:before { content: "\e79a"; } -.icon-ic_fluent_filter_20_regular:before { +.icon-ic_fluent_fast_acceleration_20_regular:before { content: "\e79b"; } -.icon-ic_fluent_filter_add_20_filled:before { +.icon-ic_fluent_fast_forward_20_filled:before { content: "\e79c"; } -.icon-ic_fluent_filter_add_20_regular:before { +.icon-ic_fluent_fast_forward_20_regular:before { content: "\e79d"; } -.icon-ic_fluent_filter_dismiss_20_filled:before { +.icon-ic_fluent_fax_20_filled:before { content: "\e79e"; } -.icon-ic_fluent_filter_dismiss_20_regular:before { +.icon-ic_fluent_fax_20_regular:before { content: "\e79f"; } -.icon-ic_fluent_filter_sync_20_filled:before { +.icon-ic_fluent_feed_20_filled:before { content: "\e7a0"; } -.icon-ic_fluent_filter_sync_20_regular:before { +.icon-ic_fluent_feed_20_regular:before { content: "\e7a1"; } -.icon-ic_fluent_fingerprint_20_filled:before { +.icon-ic_fluent_filmstrip_20_filled:before { content: "\e7a2"; } -.icon-ic_fluent_fingerprint_20_regular:before { +.icon-ic_fluent_filmstrip_20_regular:before { content: "\e7a3"; } -.icon-ic_fluent_fire_20_filled:before { +.icon-ic_fluent_filmstrip_image_20_filled:before { content: "\e7a4"; } -.icon-ic_fluent_fire_20_regular:before { +.icon-ic_fluent_filmstrip_image_20_regular:before { content: "\e7a5"; } -.icon-ic_fluent_fireplace_20_filled:before { +.icon-ic_fluent_filmstrip_play_20_filled:before { content: "\e7a6"; } -.icon-ic_fluent_fireplace_20_regular:before { +.icon-ic_fluent_filmstrip_play_20_regular:before { content: "\e7a7"; } -.icon-ic_fluent_fixed_width_20_filled:before { +.icon-ic_fluent_filmstrip_split_20_filled:before { content: "\e7a8"; } -.icon-ic_fluent_fixed_width_20_regular:before { +.icon-ic_fluent_filmstrip_split_20_regular:before { content: "\e7a9"; } -.icon-ic_fluent_flag_20_filled:before { +.icon-ic_fluent_filter_20_filled:before { content: "\e7aa"; } -.icon-ic_fluent_flag_20_regular:before { +.icon-ic_fluent_filter_20_regular:before { content: "\e7ab"; } -.icon-ic_fluent_flag_checkered_20_filled:before { +.icon-ic_fluent_filter_add_20_filled:before { content: "\e7ac"; } -.icon-ic_fluent_flag_checkered_20_regular:before { +.icon-ic_fluent_filter_add_20_regular:before { content: "\e7ad"; } -.icon-ic_fluent_flag_clock_20_filled:before { +.icon-ic_fluent_filter_dismiss_20_filled:before { content: "\e7ae"; } -.icon-ic_fluent_flag_clock_20_regular:before { +.icon-ic_fluent_filter_dismiss_20_regular:before { content: "\e7af"; } -.icon-ic_fluent_flag_off_20_filled:before { +.icon-ic_fluent_filter_sync_20_filled:before { content: "\e7b0"; } -.icon-ic_fluent_flag_off_20_regular:before { +.icon-ic_fluent_filter_sync_20_regular:before { content: "\e7b1"; } -.icon-ic_fluent_flag_pride_20_filled:before { +.icon-ic_fluent_fingerprint_20_filled:before { content: "\e7b2"; } -.icon-ic_fluent_flag_pride_intersex_inclusive_progress_20_filled:before { +.icon-ic_fluent_fingerprint_20_regular:before { content: "\e7b3"; } -.icon-ic_fluent_flag_pride_philadelphia_20_filled:before { +.icon-ic_fluent_fire_20_filled:before { content: "\e7b4"; } -.icon-ic_fluent_flag_pride_progress_20_filled:before { +.icon-ic_fluent_fire_20_regular:before { content: "\e7b5"; } -.icon-ic_fluent_flash_20_filled:before { +.icon-ic_fluent_fireplace_20_filled:before { content: "\e7b6"; } -.icon-ic_fluent_flash_20_regular:before { +.icon-ic_fluent_fireplace_20_regular:before { content: "\e7b7"; } -.icon-ic_fluent_flash_add_20_filled:before { +.icon-ic_fluent_fixed_width_20_filled:before { content: "\e7b8"; } -.icon-ic_fluent_flash_add_20_regular:before { +.icon-ic_fluent_fixed_width_20_regular:before { content: "\e7b9"; } -.icon-ic_fluent_flash_auto_20_filled:before { +.icon-ic_fluent_flag_20_filled:before { content: "\e7ba"; } -.icon-ic_fluent_flash_auto_20_regular:before { +.icon-ic_fluent_flag_20_regular:before { content: "\e7bb"; } -.icon-ic_fluent_flash_checkmark_20_filled:before { +.icon-ic_fluent_flag_checkered_20_filled:before { content: "\e7bc"; } -.icon-ic_fluent_flash_checkmark_20_regular:before { +.icon-ic_fluent_flag_checkered_20_regular:before { content: "\e7bd"; } -.icon-ic_fluent_flash_flow_20_filled:before { +.icon-ic_fluent_flag_clock_20_filled:before { content: "\e7be"; } -.icon-ic_fluent_flash_flow_20_regular:before { +.icon-ic_fluent_flag_clock_20_regular:before { content: "\e7bf"; } -.icon-ic_fluent_flash_off_20_filled:before { +.icon-ic_fluent_flag_off_20_filled:before { content: "\e7c0"; } -.icon-ic_fluent_flash_off_20_regular:before { +.icon-ic_fluent_flag_off_20_regular:before { content: "\e7c1"; } -.icon-ic_fluent_flash_play_20_filled:before { +.icon-ic_fluent_flag_pride_20_filled:before { content: "\e7c2"; } -.icon-ic_fluent_flash_play_20_regular:before { +.icon-ic_fluent_flag_pride_intersex_inclusive_progress_20_filled:before { content: "\e7c3"; } -.icon-ic_fluent_flash_settings_20_filled:before { +.icon-ic_fluent_flag_pride_philadelphia_20_filled:before { content: "\e7c4"; } -.icon-ic_fluent_flash_settings_20_regular:before { +.icon-ic_fluent_flag_pride_progress_20_filled:before { content: "\e7c5"; } -.icon-ic_fluent_flash_sparkle_20_filled:before { +.icon-ic_fluent_flash_20_filled:before { content: "\e7c6"; } -.icon-ic_fluent_flash_sparkle_20_regular:before { +.icon-ic_fluent_flash_20_regular:before { content: "\e7c7"; } -.icon-ic_fluent_flashlight_20_filled:before { +.icon-ic_fluent_flash_add_20_filled:before { content: "\e7c8"; } -.icon-ic_fluent_flashlight_20_regular:before { +.icon-ic_fluent_flash_add_20_regular:before { content: "\e7c9"; } -.icon-ic_fluent_flashlight_off_20_filled:before { +.icon-ic_fluent_flash_auto_20_filled:before { content: "\e7ca"; } -.icon-ic_fluent_flashlight_off_20_regular:before { +.icon-ic_fluent_flash_auto_20_regular:before { content: "\e7cb"; } -.icon-ic_fluent_flip_horizontal_20_filled:before { +.icon-ic_fluent_flash_checkmark_20_filled:before { content: "\e7cc"; } -.icon-ic_fluent_flip_horizontal_20_regular:before { +.icon-ic_fluent_flash_checkmark_20_regular:before { content: "\e7cd"; } -.icon-ic_fluent_flip_vertical_20_filled:before { +.icon-ic_fluent_flash_flow_20_filled:before { content: "\e7ce"; } -.icon-ic_fluent_flip_vertical_20_regular:before { +.icon-ic_fluent_flash_flow_20_regular:before { content: "\e7cf"; } -.icon-ic_fluent_flow_20_filled:before { +.icon-ic_fluent_flash_off_20_filled:before { content: "\e7d0"; } -.icon-ic_fluent_flow_20_regular:before { +.icon-ic_fluent_flash_off_20_regular:before { content: "\e7d1"; } -.icon-ic_fluent_flowchart_20_filled:before { +.icon-ic_fluent_flash_play_20_filled:before { content: "\e7d2"; } -.icon-ic_fluent_flowchart_20_regular:before { +.icon-ic_fluent_flash_play_20_regular:before { content: "\e7d3"; } -.icon-ic_fluent_flowchart_circle_20_filled:before { +.icon-ic_fluent_flash_settings_20_filled:before { content: "\e7d4"; } -.icon-ic_fluent_flowchart_circle_20_regular:before { +.icon-ic_fluent_flash_settings_20_regular:before { content: "\e7d5"; } -.icon-ic_fluent_fluent_20_filled:before { +.icon-ic_fluent_flash_sparkle_20_filled:before { content: "\e7d6"; } -.icon-ic_fluent_fluent_20_regular:before { +.icon-ic_fluent_flash_sparkle_20_regular:before { content: "\e7d7"; } -.icon-ic_fluent_fluid_20_filled:before { +.icon-ic_fluent_flashlight_20_filled:before { content: "\e7d8"; } -.icon-ic_fluent_fluid_20_regular:before { +.icon-ic_fluent_flashlight_20_regular:before { content: "\e7d9"; } -.icon-ic_fluent_folder_20_filled:before { +.icon-ic_fluent_flashlight_off_20_filled:before { content: "\e7da"; } -.icon-ic_fluent_folder_20_regular:before { +.icon-ic_fluent_flashlight_off_20_regular:before { content: "\e7db"; } -.icon-ic_fluent_folder_add_20_filled:before { +.icon-ic_fluent_flip_horizontal_20_filled:before { content: "\e7dc"; } -.icon-ic_fluent_folder_add_20_regular:before { +.icon-ic_fluent_flip_horizontal_20_regular:before { content: "\e7dd"; } -.icon-ic_fluent_folder_arrow_left_20_filled:before { +.icon-ic_fluent_flip_vertical_20_filled:before { content: "\e7de"; } -.icon-ic_fluent_folder_arrow_left_20_regular:before { +.icon-ic_fluent_flip_vertical_20_regular:before { content: "\e7df"; } -.icon-ic_fluent_folder_arrow_right_20_filled:before { +.icon-ic_fluent_flow_20_filled:before { content: "\e7e0"; } -.icon-ic_fluent_folder_arrow_right_20_regular:before { +.icon-ic_fluent_flow_20_regular:before { content: "\e7e1"; } -.icon-ic_fluent_folder_arrow_up_20_filled:before { +.icon-ic_fluent_flowchart_20_filled:before { content: "\e7e2"; } -.icon-ic_fluent_folder_arrow_up_20_regular:before { +.icon-ic_fluent_flowchart_20_regular:before { content: "\e7e3"; } -.icon-ic_fluent_folder_briefcase_20_filled:before { +.icon-ic_fluent_flowchart_circle_20_filled:before { content: "\e7e4"; } -.icon-ic_fluent_folder_briefcase_20_regular:before { +.icon-ic_fluent_flowchart_circle_20_regular:before { content: "\e7e5"; } -.icon-ic_fluent_folder_globe_20_filled:before { +.icon-ic_fluent_fluent_20_filled:before { content: "\e7e6"; } -.icon-ic_fluent_folder_globe_20_regular:before { +.icon-ic_fluent_fluent_20_regular:before { content: "\e7e7"; } -.icon-ic_fluent_folder_lightning_20_filled:before { +.icon-ic_fluent_fluid_20_filled:before { content: "\e7e8"; } -.icon-ic_fluent_folder_lightning_20_regular:before { +.icon-ic_fluent_fluid_20_regular:before { content: "\e7e9"; } -.icon-ic_fluent_folder_link_20_filled:before { +.icon-ic_fluent_folder_20_filled:before { content: "\e7ea"; } -.icon-ic_fluent_folder_link_20_regular:before { +.icon-ic_fluent_folder_20_regular:before { content: "\e7eb"; } -.icon-ic_fluent_folder_list_20_filled:before { +.icon-ic_fluent_folder_add_20_filled:before { content: "\e7ec"; } -.icon-ic_fluent_folder_list_20_regular:before { +.icon-ic_fluent_folder_add_20_regular:before { content: "\e7ed"; } -.icon-ic_fluent_folder_mail_20_filled:before { +.icon-ic_fluent_folder_arrow_left_20_filled:before { content: "\e7ee"; } -.icon-ic_fluent_folder_mail_20_regular:before { +.icon-ic_fluent_folder_arrow_left_20_regular:before { content: "\e7ef"; } -.icon-ic_fluent_folder_open_20_filled:before { +.icon-ic_fluent_folder_arrow_right_20_filled:before { content: "\e7f0"; } -.icon-ic_fluent_folder_open_20_regular:before { +.icon-ic_fluent_folder_arrow_right_20_regular:before { content: "\e7f1"; } -.icon-ic_fluent_folder_open_vertical_20_filled:before { +.icon-ic_fluent_folder_arrow_up_20_filled:before { content: "\e7f2"; } -.icon-ic_fluent_folder_open_vertical_20_regular:before { +.icon-ic_fluent_folder_arrow_up_20_regular:before { content: "\e7f3"; } -.icon-ic_fluent_folder_people_20_filled:before { +.icon-ic_fluent_folder_briefcase_20_filled:before { content: "\e7f4"; } -.icon-ic_fluent_folder_people_20_regular:before { +.icon-ic_fluent_folder_briefcase_20_regular:before { content: "\e7f5"; } -.icon-ic_fluent_folder_person_20_filled:before { +.icon-ic_fluent_folder_globe_20_filled:before { content: "\e7f6"; } -.icon-ic_fluent_folder_person_20_regular:before { +.icon-ic_fluent_folder_globe_20_regular:before { content: "\e7f7"; } -.icon-ic_fluent_folder_prohibited_20_filled:before { +.icon-ic_fluent_folder_lightning_20_filled:before { content: "\e7f8"; } -.icon-ic_fluent_folder_prohibited_20_regular:before { +.icon-ic_fluent_folder_lightning_20_regular:before { content: "\e7f9"; } -.icon-ic_fluent_folder_search_20_filled:before { +.icon-ic_fluent_folder_link_20_filled:before { content: "\e7fa"; } -.icon-ic_fluent_folder_search_20_regular:before { +.icon-ic_fluent_folder_link_20_regular:before { content: "\e7fb"; } -.icon-ic_fluent_folder_swap_20_filled:before { +.icon-ic_fluent_folder_list_20_filled:before { content: "\e7fc"; } -.icon-ic_fluent_folder_swap_20_regular:before { +.icon-ic_fluent_folder_list_20_regular:before { content: "\e7fd"; } -.icon-ic_fluent_folder_sync_20_filled:before { +.icon-ic_fluent_folder_mail_20_filled:before { content: "\e7fe"; } -.icon-ic_fluent_folder_sync_20_regular:before { +.icon-ic_fluent_folder_mail_20_regular:before { content: "\e7ff"; } -.icon-ic_fluent_folder_zip_20_filled:before { +.icon-ic_fluent_folder_open_20_filled:before { content: "\e800"; } -.icon-ic_fluent_folder_zip_20_regular:before { +.icon-ic_fluent_folder_open_20_regular:before { content: "\e801"; } -.icon-ic_fluent_font_decrease_20_filled:before { +.icon-ic_fluent_folder_open_vertical_20_filled:before { content: "\e802"; } -.icon-ic_fluent_font_decrease_20_regular:before { +.icon-ic_fluent_folder_open_vertical_20_regular:before { content: "\e803"; } -.icon-ic_fluent_font_increase_20_filled:before { +.icon-ic_fluent_folder_people_20_filled:before { content: "\e804"; } -.icon-ic_fluent_font_increase_20_regular:before { +.icon-ic_fluent_folder_people_20_regular:before { content: "\e805"; } -.icon-ic_fluent_font_space_tracking_in_20_filled:before { +.icon-ic_fluent_folder_person_20_filled:before { content: "\e806"; } -.icon-ic_fluent_font_space_tracking_in_20_regular:before { +.icon-ic_fluent_folder_person_20_regular:before { content: "\e807"; } -.icon-ic_fluent_font_space_tracking_out_20_filled:before { +.icon-ic_fluent_folder_prohibited_20_filled:before { content: "\e808"; } -.icon-ic_fluent_font_space_tracking_out_20_regular:before { +.icon-ic_fluent_folder_prohibited_20_regular:before { content: "\e809"; } -.icon-ic_fluent_food_20_filled:before { +.icon-ic_fluent_folder_search_20_filled:before { content: "\e80a"; } -.icon-ic_fluent_food_20_regular:before { +.icon-ic_fluent_folder_search_20_regular:before { content: "\e80b"; } -.icon-ic_fluent_food_apple_20_filled:before { +.icon-ic_fluent_folder_swap_20_filled:before { content: "\e80c"; } -.icon-ic_fluent_food_apple_20_regular:before { +.icon-ic_fluent_folder_swap_20_regular:before { content: "\e80d"; } -.icon-ic_fluent_food_cake_20_filled:before { +.icon-ic_fluent_folder_sync_20_filled:before { content: "\e80e"; } -.icon-ic_fluent_food_cake_20_regular:before { +.icon-ic_fluent_folder_sync_20_regular:before { content: "\e80f"; } -.icon-ic_fluent_food_carrot_20_filled:before { +.icon-ic_fluent_folder_zip_20_filled:before { content: "\e810"; } -.icon-ic_fluent_food_carrot_20_regular:before { +.icon-ic_fluent_folder_zip_20_regular:before { content: "\e811"; } -.icon-ic_fluent_food_chicken_leg_20_filled:before { +.icon-ic_fluent_font_decrease_20_filled:before { content: "\e812"; } -.icon-ic_fluent_food_chicken_leg_20_regular:before { +.icon-ic_fluent_font_decrease_20_regular:before { content: "\e813"; } -.icon-ic_fluent_food_egg_20_filled:before { +.icon-ic_fluent_font_increase_20_filled:before { content: "\e814"; } -.icon-ic_fluent_food_egg_20_regular:before { +.icon-ic_fluent_font_increase_20_regular:before { content: "\e815"; } -.icon-ic_fluent_food_fish_20_filled:before { +.icon-ic_fluent_font_space_tracking_in_20_filled:before { content: "\e816"; } -.icon-ic_fluent_food_fish_20_regular:before { +.icon-ic_fluent_font_space_tracking_in_20_regular:before { content: "\e817"; } -.icon-ic_fluent_food_grains_20_filled:before { +.icon-ic_fluent_font_space_tracking_out_20_filled:before { content: "\e818"; } -.icon-ic_fluent_food_grains_20_regular:before { +.icon-ic_fluent_font_space_tracking_out_20_regular:before { content: "\e819"; } -.icon-ic_fluent_food_pizza_20_filled:before { +.icon-ic_fluent_food_20_filled:before { content: "\e81a"; } -.icon-ic_fluent_food_pizza_20_regular:before { +.icon-ic_fluent_food_20_regular:before { content: "\e81b"; } -.icon-ic_fluent_food_toast_20_filled:before { +.icon-ic_fluent_food_apple_20_filled:before { content: "\e81c"; } -.icon-ic_fluent_food_toast_20_regular:before { +.icon-ic_fluent_food_apple_20_regular:before { content: "\e81d"; } -.icon-ic_fluent_form_20_filled:before { +.icon-ic_fluent_food_cake_20_filled:before { content: "\e81e"; } -.icon-ic_fluent_form_20_regular:before { +.icon-ic_fluent_food_cake_20_regular:before { content: "\e81f"; } -.icon-ic_fluent_form_multiple_20_filled:before { +.icon-ic_fluent_food_carrot_20_filled:before { content: "\e820"; } -.icon-ic_fluent_form_multiple_20_regular:before { +.icon-ic_fluent_food_carrot_20_regular:before { content: "\e821"; } -.icon-ic_fluent_form_new_20_filled:before { +.icon-ic_fluent_food_chicken_leg_20_filled:before { content: "\e822"; } -.icon-ic_fluent_form_new_20_regular:before { +.icon-ic_fluent_food_chicken_leg_20_regular:before { content: "\e823"; } -.icon-ic_fluent_fps_120_20_filled:before { +.icon-ic_fluent_food_egg_20_filled:before { content: "\e824"; } -.icon-ic_fluent_fps_120_20_regular:before { +.icon-ic_fluent_food_egg_20_regular:before { content: "\e825"; } -.icon-ic_fluent_fps_240_20_filled:before { +.icon-ic_fluent_food_fish_20_filled:before { content: "\e826"; } -.icon-ic_fluent_fps_240_20_regular:before { +.icon-ic_fluent_food_fish_20_regular:before { content: "\e827"; } -.icon-ic_fluent_fps_30_20_filled:before { +.icon-ic_fluent_food_grains_20_filled:before { content: "\e828"; } -.icon-ic_fluent_fps_30_20_regular:before { +.icon-ic_fluent_food_grains_20_regular:before { content: "\e829"; } -.icon-ic_fluent_fps_60_20_filled:before { +.icon-ic_fluent_food_pizza_20_filled:before { content: "\e82a"; } -.icon-ic_fluent_fps_60_20_regular:before { +.icon-ic_fluent_food_pizza_20_regular:before { content: "\e82b"; } -.icon-ic_fluent_fps_960_20_filled:before { +.icon-ic_fluent_food_toast_20_filled:before { content: "\e82c"; } -.icon-ic_fluent_fps_960_20_regular:before { +.icon-ic_fluent_food_toast_20_regular:before { content: "\e82d"; } -.icon-ic_fluent_frame_20_filled:before { +.icon-ic_fluent_form_20_filled:before { content: "\e82e"; } -.icon-ic_fluent_frame_20_regular:before { +.icon-ic_fluent_form_20_regular:before { content: "\e82f"; } -.icon-ic_fluent_full_screen_maximize_20_filled:before { +.icon-ic_fluent_form_multiple_20_filled:before { content: "\e830"; } -.icon-ic_fluent_full_screen_maximize_20_regular:before { +.icon-ic_fluent_form_multiple_20_regular:before { content: "\e831"; } -.icon-ic_fluent_full_screen_minimize_20_filled:before { +.icon-ic_fluent_form_new_20_filled:before { content: "\e832"; } -.icon-ic_fluent_full_screen_minimize_20_regular:before { +.icon-ic_fluent_form_new_20_regular:before { content: "\e833"; } -.icon-ic_fluent_games_20_filled:before { +.icon-ic_fluent_fps_120_20_filled:before { content: "\e834"; } -.icon-ic_fluent_games_20_regular:before { +.icon-ic_fluent_fps_120_20_regular:before { content: "\e835"; } -.icon-ic_fluent_gantt_chart_20_filled:before { +.icon-ic_fluent_fps_240_20_filled:before { content: "\e836"; } -.icon-ic_fluent_gantt_chart_20_regular:before { +.icon-ic_fluent_fps_240_20_regular:before { content: "\e837"; } -.icon-ic_fluent_gas_20_filled:before { +.icon-ic_fluent_fps_30_20_filled:before { content: "\e838"; } -.icon-ic_fluent_gas_20_regular:before { +.icon-ic_fluent_fps_30_20_regular:before { content: "\e839"; } -.icon-ic_fluent_gas_pump_20_filled:before { +.icon-ic_fluent_fps_60_20_filled:before { content: "\e83a"; } -.icon-ic_fluent_gas_pump_20_regular:before { +.icon-ic_fluent_fps_60_20_regular:before { content: "\e83b"; } -.icon-ic_fluent_gather_20_filled:before { +.icon-ic_fluent_fps_960_20_filled:before { content: "\e83c"; } -.icon-ic_fluent_gather_20_regular:before { +.icon-ic_fluent_fps_960_20_regular:before { content: "\e83d"; } -.icon-ic_fluent_gauge_20_filled:before { +.icon-ic_fluent_frame_20_filled:before { content: "\e83e"; } -.icon-ic_fluent_gauge_20_regular:before { +.icon-ic_fluent_frame_20_regular:before { content: "\e83f"; } -.icon-ic_fluent_gauge_add_20_filled:before { +.icon-ic_fluent_full_screen_maximize_20_filled:before { content: "\e840"; } -.icon-ic_fluent_gauge_add_20_regular:before { +.icon-ic_fluent_full_screen_maximize_20_regular:before { content: "\e841"; } -.icon-ic_fluent_gavel_20_filled:before { +.icon-ic_fluent_full_screen_minimize_20_filled:before { content: "\e842"; } -.icon-ic_fluent_gavel_20_regular:before { +.icon-ic_fluent_full_screen_minimize_20_regular:before { content: "\e843"; } -.icon-ic_fluent_gavel_prohibited_20_filled:before { +.icon-ic_fluent_games_20_filled:before { content: "\e844"; } -.icon-ic_fluent_gavel_prohibited_20_regular:before { +.icon-ic_fluent_games_20_regular:before { content: "\e845"; } -.icon-ic_fluent_gesture_20_filled:before { +.icon-ic_fluent_gantt_chart_20_filled:before { content: "\e846"; } -.icon-ic_fluent_gesture_20_regular:before { +.icon-ic_fluent_gantt_chart_20_regular:before { content: "\e847"; } -.icon-ic_fluent_gif_20_filled:before { +.icon-ic_fluent_gas_20_filled:before { content: "\e848"; } -.icon-ic_fluent_gif_20_regular:before { +.icon-ic_fluent_gas_20_regular:before { content: "\e849"; } -.icon-ic_fluent_gift_20_filled:before { +.icon-ic_fluent_gas_pump_20_filled:before { content: "\e84a"; } -.icon-ic_fluent_gift_20_regular:before { +.icon-ic_fluent_gas_pump_20_regular:before { content: "\e84b"; } -.icon-ic_fluent_gift_card_20_filled:before { +.icon-ic_fluent_gather_20_filled:before { content: "\e84c"; } -.icon-ic_fluent_gift_card_20_regular:before { +.icon-ic_fluent_gather_20_regular:before { content: "\e84d"; } -.icon-ic_fluent_gift_card_add_20_filled:before { +.icon-ic_fluent_gauge_20_filled:before { content: "\e84e"; } -.icon-ic_fluent_gift_card_add_20_regular:before { +.icon-ic_fluent_gauge_20_regular:before { content: "\e84f"; } -.icon-ic_fluent_gift_card_arrow_right_20_filled:before { +.icon-ic_fluent_gauge_add_20_filled:before { content: "\e850"; } -.icon-ic_fluent_gift_card_arrow_right_20_regular:before { +.icon-ic_fluent_gauge_add_20_regular:before { content: "\e851"; } -.icon-ic_fluent_gift_card_money_20_filled:before { +.icon-ic_fluent_gavel_20_filled:before { content: "\e852"; } -.icon-ic_fluent_gift_card_money_20_regular:before { +.icon-ic_fluent_gavel_20_regular:before { content: "\e853"; } -.icon-ic_fluent_gift_card_multiple_20_filled:before { +.icon-ic_fluent_gavel_prohibited_20_filled:before { content: "\e854"; } -.icon-ic_fluent_gift_card_multiple_20_regular:before { +.icon-ic_fluent_gavel_prohibited_20_regular:before { content: "\e855"; } -.icon-ic_fluent_gift_open_20_filled:before { +.icon-ic_fluent_gesture_20_filled:before { content: "\e856"; } -.icon-ic_fluent_gift_open_20_regular:before { +.icon-ic_fluent_gesture_20_regular:before { content: "\e857"; } -.icon-ic_fluent_glance_20_filled:before { +.icon-ic_fluent_gif_20_filled:before { content: "\e858"; } -.icon-ic_fluent_glance_20_regular:before { +.icon-ic_fluent_gif_20_regular:before { content: "\e859"; } -.icon-ic_fluent_glance_horizontal_20_filled:before { +.icon-ic_fluent_gift_20_filled:before { content: "\e85a"; } -.icon-ic_fluent_glance_horizontal_20_regular:before { +.icon-ic_fluent_gift_20_regular:before { content: "\e85b"; } -.icon-ic_fluent_glance_horizontal_sparkles_20_filled:before { +.icon-ic_fluent_gift_card_20_filled:before { content: "\e85c"; } -.icon-ic_fluent_glance_horizontal_sparkles_20_regular:before { +.icon-ic_fluent_gift_card_20_regular:before { content: "\e85d"; } -.icon-ic_fluent_glasses_20_filled:before { +.icon-ic_fluent_gift_card_add_20_filled:before { content: "\e85e"; } -.icon-ic_fluent_glasses_20_regular:before { +.icon-ic_fluent_gift_card_add_20_regular:before { content: "\e85f"; } -.icon-ic_fluent_glasses_off_20_filled:before { +.icon-ic_fluent_gift_card_arrow_right_20_filled:before { content: "\e860"; } -.icon-ic_fluent_glasses_off_20_regular:before { +.icon-ic_fluent_gift_card_arrow_right_20_regular:before { content: "\e861"; } -.icon-ic_fluent_globe_20_filled:before { +.icon-ic_fluent_gift_card_money_20_filled:before { content: "\e862"; } -.icon-ic_fluent_globe_20_regular:before { +.icon-ic_fluent_gift_card_money_20_regular:before { content: "\e863"; } -.icon-ic_fluent_globe_add_20_filled:before { +.icon-ic_fluent_gift_card_multiple_20_filled:before { content: "\e864"; } -.icon-ic_fluent_globe_add_20_regular:before { +.icon-ic_fluent_gift_card_multiple_20_regular:before { content: "\e865"; } -.icon-ic_fluent_globe_arrow_forward_20_filled:before { +.icon-ic_fluent_gift_open_20_filled:before { content: "\e866"; } -.icon-ic_fluent_globe_arrow_forward_20_regular:before { +.icon-ic_fluent_gift_open_20_regular:before { content: "\e867"; } -.icon-ic_fluent_globe_arrow_up_20_filled:before { +.icon-ic_fluent_glance_20_filled:before { content: "\e868"; } -.icon-ic_fluent_globe_arrow_up_20_regular:before { +.icon-ic_fluent_glance_20_regular:before { content: "\e869"; } -.icon-ic_fluent_globe_clock_20_filled:before { +.icon-ic_fluent_glance_horizontal_20_filled:before { content: "\e86a"; } -.icon-ic_fluent_globe_clock_20_regular:before { +.icon-ic_fluent_glance_horizontal_20_regular:before { content: "\e86b"; } -.icon-ic_fluent_globe_desktop_20_filled:before { +.icon-ic_fluent_glance_horizontal_sparkles_20_filled:before { content: "\e86c"; } -.icon-ic_fluent_globe_desktop_20_regular:before { +.icon-ic_fluent_glance_horizontal_sparkles_20_regular:before { content: "\e86d"; } -.icon-ic_fluent_globe_error_20_filled:before { +.icon-ic_fluent_glasses_20_filled:before { content: "\e86e"; } -.icon-ic_fluent_globe_error_20_regular:before { +.icon-ic_fluent_glasses_20_regular:before { content: "\e86f"; } -.icon-ic_fluent_globe_location_20_filled:before { +.icon-ic_fluent_glasses_off_20_filled:before { content: "\e870"; } -.icon-ic_fluent_globe_location_20_regular:before { +.icon-ic_fluent_glasses_off_20_regular:before { content: "\e871"; } -.icon-ic_fluent_globe_person_20_filled:before { +.icon-ic_fluent_globe_20_filled:before { content: "\e872"; } -.icon-ic_fluent_globe_person_20_regular:before { +.icon-ic_fluent_globe_20_regular:before { content: "\e873"; } -.icon-ic_fluent_globe_prohibited_20_filled:before { +.icon-ic_fluent_globe_add_20_filled:before { content: "\e874"; } -.icon-ic_fluent_globe_prohibited_20_regular:before { +.icon-ic_fluent_globe_add_20_regular:before { content: "\e875"; } -.icon-ic_fluent_globe_search_20_filled:before { +.icon-ic_fluent_globe_arrow_forward_20_filled:before { content: "\e876"; } -.icon-ic_fluent_globe_search_20_regular:before { +.icon-ic_fluent_globe_arrow_forward_20_regular:before { content: "\e877"; } -.icon-ic_fluent_globe_shield_20_filled:before { +.icon-ic_fluent_globe_arrow_up_20_filled:before { content: "\e878"; } -.icon-ic_fluent_globe_shield_20_regular:before { +.icon-ic_fluent_globe_arrow_up_20_regular:before { content: "\e879"; } -.icon-ic_fluent_globe_star_20_filled:before { +.icon-ic_fluent_globe_clock_20_filled:before { content: "\e87a"; } -.icon-ic_fluent_globe_star_20_regular:before { +.icon-ic_fluent_globe_clock_20_regular:before { content: "\e87b"; } -.icon-ic_fluent_globe_surface_20_filled:before { +.icon-ic_fluent_globe_desktop_20_filled:before { content: "\e87c"; } -.icon-ic_fluent_globe_surface_20_regular:before { +.icon-ic_fluent_globe_desktop_20_regular:before { content: "\e87d"; } -.icon-ic_fluent_globe_sync_20_filled:before { +.icon-ic_fluent_globe_error_20_filled:before { content: "\e87e"; } -.icon-ic_fluent_globe_sync_20_regular:before { +.icon-ic_fluent_globe_error_20_regular:before { content: "\e87f"; } -.icon-ic_fluent_globe_video_20_filled:before { +.icon-ic_fluent_globe_location_20_filled:before { content: "\e880"; } -.icon-ic_fluent_globe_video_20_regular:before { +.icon-ic_fluent_globe_location_20_regular:before { content: "\e881"; } -.icon-ic_fluent_globe_warning_20_filled:before { +.icon-ic_fluent_globe_person_20_filled:before { content: "\e882"; } -.icon-ic_fluent_globe_warning_20_regular:before { +.icon-ic_fluent_globe_person_20_regular:before { content: "\e883"; } -.icon-ic_fluent_grid_20_filled:before { +.icon-ic_fluent_globe_prohibited_20_filled:before { content: "\e884"; } -.icon-ic_fluent_grid_20_regular:before { +.icon-ic_fluent_globe_prohibited_20_regular:before { content: "\e885"; } -.icon-ic_fluent_grid_dots_20_filled:before { +.icon-ic_fluent_globe_search_20_filled:before { content: "\e886"; } -.icon-ic_fluent_grid_dots_20_regular:before { +.icon-ic_fluent_globe_search_20_regular:before { content: "\e887"; } -.icon-ic_fluent_grid_kanban_20_filled:before { +.icon-ic_fluent_globe_shield_20_filled:before { content: "\e888"; } -.icon-ic_fluent_grid_kanban_20_regular:before { +.icon-ic_fluent_globe_shield_20_regular:before { content: "\e889"; } -.icon-ic_fluent_group_20_filled:before { +.icon-ic_fluent_globe_star_20_filled:before { content: "\e88a"; } -.icon-ic_fluent_group_20_regular:before { +.icon-ic_fluent_globe_star_20_regular:before { content: "\e88b"; } -.icon-ic_fluent_group_dismiss_20_filled:before { +.icon-ic_fluent_globe_surface_20_filled:before { content: "\e88c"; } -.icon-ic_fluent_group_dismiss_20_regular:before { +.icon-ic_fluent_globe_surface_20_regular:before { content: "\e88d"; } -.icon-ic_fluent_group_list_20_filled:before { +.icon-ic_fluent_globe_sync_20_filled:before { content: "\e88e"; } -.icon-ic_fluent_group_list_20_regular:before { +.icon-ic_fluent_globe_sync_20_regular:before { content: "\e88f"; } -.icon-ic_fluent_group_return_20_filled:before { +.icon-ic_fluent_globe_video_20_filled:before { content: "\e890"; } -.icon-ic_fluent_group_return_20_regular:before { +.icon-ic_fluent_globe_video_20_regular:before { content: "\e891"; } -.icon-ic_fluent_guardian_20_filled:before { +.icon-ic_fluent_globe_warning_20_filled:before { content: "\e892"; } -.icon-ic_fluent_guardian_20_regular:before { +.icon-ic_fluent_globe_warning_20_regular:before { content: "\e893"; } -.icon-ic_fluent_guest_20_filled:before { +.icon-ic_fluent_grid_20_filled:before { content: "\e894"; } -.icon-ic_fluent_guest_20_regular:before { +.icon-ic_fluent_grid_20_regular:before { content: "\e895"; } -.icon-ic_fluent_guest_add_20_filled:before { +.icon-ic_fluent_grid_dots_20_filled:before { content: "\e896"; } -.icon-ic_fluent_guest_add_20_regular:before { +.icon-ic_fluent_grid_dots_20_regular:before { content: "\e897"; } -.icon-ic_fluent_guitar_20_filled:before { +.icon-ic_fluent_grid_kanban_20_filled:before { content: "\e898"; } -.icon-ic_fluent_guitar_20_regular:before { +.icon-ic_fluent_grid_kanban_20_regular:before { content: "\e899"; } -.icon-ic_fluent_hand_draw_20_filled:before { +.icon-ic_fluent_group_20_filled:before { content: "\e89a"; } -.icon-ic_fluent_hand_draw_20_regular:before { +.icon-ic_fluent_group_20_regular:before { content: "\e89b"; } -.icon-ic_fluent_hand_left_20_filled:before { +.icon-ic_fluent_group_dismiss_20_filled:before { content: "\e89c"; } -.icon-ic_fluent_hand_left_20_regular:before { +.icon-ic_fluent_group_dismiss_20_regular:before { content: "\e89d"; } -.icon-ic_fluent_hand_left_chat_20_filled:before { +.icon-ic_fluent_group_list_20_filled:before { content: "\e89e"; } -.icon-ic_fluent_hand_left_chat_20_regular:before { +.icon-ic_fluent_group_list_20_regular:before { content: "\e89f"; } -.icon-ic_fluent_hand_open_heart_20_filled:before { +.icon-ic_fluent_group_return_20_filled:before { content: "\e8a0"; } -.icon-ic_fluent_hand_open_heart_20_regular:before { +.icon-ic_fluent_group_return_20_regular:before { content: "\e8a1"; } -.icon-ic_fluent_hand_right_20_filled:before { +.icon-ic_fluent_guardian_20_filled:before { content: "\e8a2"; } -.icon-ic_fluent_hand_right_20_regular:before { +.icon-ic_fluent_guardian_20_regular:before { content: "\e8a3"; } -.icon-ic_fluent_hand_right_off_20_filled:before { +.icon-ic_fluent_guest_20_filled:before { content: "\e8a4"; } -.icon-ic_fluent_hand_right_off_20_regular:before { +.icon-ic_fluent_guest_20_regular:before { content: "\e8a5"; } -.icon-ic_fluent_hand_wave_20_filled:before { +.icon-ic_fluent_guest_add_20_filled:before { content: "\e8a6"; } -.icon-ic_fluent_hand_wave_20_regular:before { +.icon-ic_fluent_guest_add_20_regular:before { content: "\e8a7"; } -.icon-ic_fluent_handshake_20_filled:before { +.icon-ic_fluent_guitar_20_filled:before { content: "\e8a8"; } -.icon-ic_fluent_handshake_20_regular:before { +.icon-ic_fluent_guitar_20_regular:before { content: "\e8a9"; } -.icon-ic_fluent_hard_drive_20_filled:before { +.icon-ic_fluent_hand_draw_20_filled:before { content: "\e8aa"; } -.icon-ic_fluent_hard_drive_20_regular:before { +.icon-ic_fluent_hand_draw_20_regular:before { content: "\e8ab"; } -.icon-ic_fluent_hat_graduation_20_filled:before { +.icon-ic_fluent_hand_left_20_filled:before { content: "\e8ac"; } -.icon-ic_fluent_hat_graduation_20_regular:before { +.icon-ic_fluent_hand_left_20_regular:before { content: "\e8ad"; } -.icon-ic_fluent_hat_graduation_add_20_filled:before { +.icon-ic_fluent_hand_left_chat_20_filled:before { content: "\e8ae"; } -.icon-ic_fluent_hat_graduation_add_20_regular:before { +.icon-ic_fluent_hand_left_chat_20_regular:before { content: "\e8af"; } -.icon-ic_fluent_hat_graduation_sparkle_20_filled:before { +.icon-ic_fluent_hand_open_heart_20_filled:before { content: "\e8b0"; } -.icon-ic_fluent_hat_graduation_sparkle_20_regular:before { +.icon-ic_fluent_hand_open_heart_20_regular:before { content: "\e8b1"; } -.icon-ic_fluent_hd_20_filled:before { +.icon-ic_fluent_hand_right_20_filled:before { content: "\e8b2"; } -.icon-ic_fluent_hd_20_regular:before { +.icon-ic_fluent_hand_right_20_regular:before { content: "\e8b3"; } -.icon-ic_fluent_hdr_20_filled:before { +.icon-ic_fluent_hand_right_off_20_filled:before { content: "\e8b4"; } -.icon-ic_fluent_hdr_20_regular:before { +.icon-ic_fluent_hand_right_off_20_regular:before { content: "\e8b5"; } -.icon-ic_fluent_hdr_off_20_filled:before { +.icon-ic_fluent_hand_wave_20_filled:before { content: "\e8b6"; } -.icon-ic_fluent_hdr_off_20_regular:before { +.icon-ic_fluent_hand_wave_20_regular:before { content: "\e8b7"; } -.icon-ic_fluent_headphones_20_filled:before { +.icon-ic_fluent_handshake_20_filled:before { content: "\e8b8"; } -.icon-ic_fluent_headphones_20_regular:before { +.icon-ic_fluent_handshake_20_regular:before { content: "\e8b9"; } -.icon-ic_fluent_headphones_sound_wave_20_filled:before { +.icon-ic_fluent_hard_drive_20_filled:before { content: "\e8ba"; } -.icon-ic_fluent_headphones_sound_wave_20_regular:before { +.icon-ic_fluent_hard_drive_20_regular:before { content: "\e8bb"; } -.icon-ic_fluent_headset_20_filled:before { +.icon-ic_fluent_hat_graduation_20_filled:before { content: "\e8bc"; } -.icon-ic_fluent_headset_20_regular:before { +.icon-ic_fluent_hat_graduation_20_regular:before { content: "\e8bd"; } -.icon-ic_fluent_headset_add_20_filled:before { +.icon-ic_fluent_hat_graduation_add_20_filled:before { content: "\e8be"; } -.icon-ic_fluent_headset_add_20_regular:before { +.icon-ic_fluent_hat_graduation_add_20_regular:before { content: "\e8bf"; } -.icon-ic_fluent_headset_vr_20_filled:before { +.icon-ic_fluent_hat_graduation_sparkle_20_filled:before { content: "\e8c0"; } -.icon-ic_fluent_headset_vr_20_regular:before { +.icon-ic_fluent_hat_graduation_sparkle_20_regular:before { content: "\e8c1"; } -.icon-ic_fluent_heart_20_filled:before { +.icon-ic_fluent_hd_20_filled:before { content: "\e8c2"; } -.icon-ic_fluent_heart_20_regular:before { +.icon-ic_fluent_hd_20_regular:before { content: "\e8c3"; } -.icon-ic_fluent_heart_broken_20_filled:before { +.icon-ic_fluent_hdr_20_filled:before { content: "\e8c4"; } -.icon-ic_fluent_heart_broken_20_regular:before { +.icon-ic_fluent_hdr_20_regular:before { content: "\e8c5"; } -.icon-ic_fluent_heart_circle_20_filled:before { +.icon-ic_fluent_hdr_off_20_filled:before { content: "\e8c6"; } -.icon-ic_fluent_heart_circle_20_regular:before { +.icon-ic_fluent_hdr_off_20_regular:before { content: "\e8c7"; } -.icon-ic_fluent_heart_circle_hint_20_filled:before { +.icon-ic_fluent_headphones_20_filled:before { content: "\e8c8"; } -.icon-ic_fluent_heart_circle_hint_20_regular:before { +.icon-ic_fluent_headphones_20_regular:before { content: "\e8c9"; } -.icon-ic_fluent_heart_off_20_filled:before { +.icon-ic_fluent_headphones_sound_wave_20_filled:before { content: "\e8ca"; } -.icon-ic_fluent_heart_off_20_regular:before { +.icon-ic_fluent_headphones_sound_wave_20_regular:before { content: "\e8cb"; } -.icon-ic_fluent_heart_pulse_20_filled:before { +.icon-ic_fluent_headset_20_filled:before { content: "\e8cc"; } -.icon-ic_fluent_heart_pulse_20_regular:before { +.icon-ic_fluent_headset_20_regular:before { content: "\e8cd"; } -.icon-ic_fluent_heart_pulse_checkmark_20_filled:before { +.icon-ic_fluent_headset_add_20_filled:before { content: "\e8ce"; } -.icon-ic_fluent_heart_pulse_checkmark_20_regular:before { +.icon-ic_fluent_headset_add_20_regular:before { content: "\e8cf"; } -.icon-ic_fluent_heart_pulse_error_20_filled:before { +.icon-ic_fluent_headset_vr_20_filled:before { content: "\e8d0"; } -.icon-ic_fluent_heart_pulse_error_20_regular:before { +.icon-ic_fluent_headset_vr_20_regular:before { content: "\e8d1"; } -.icon-ic_fluent_heart_pulse_warning_20_filled:before { +.icon-ic_fluent_heart_20_filled:before { content: "\e8d2"; } -.icon-ic_fluent_heart_pulse_warning_20_regular:before { +.icon-ic_fluent_heart_20_regular:before { content: "\e8d3"; } -.icon-ic_fluent_hexagon_20_filled:before { +.icon-ic_fluent_heart_broken_20_filled:before { content: "\e8d4"; } -.icon-ic_fluent_hexagon_20_regular:before { +.icon-ic_fluent_heart_broken_20_regular:before { content: "\e8d5"; } -.icon-ic_fluent_hexagon_three_20_filled:before { +.icon-ic_fluent_heart_circle_20_filled:before { content: "\e8d6"; } -.icon-ic_fluent_hexagon_three_20_regular:before { +.icon-ic_fluent_heart_circle_20_regular:before { content: "\e8d7"; } -.icon-ic_fluent_highlight_20_filled:before { +.icon-ic_fluent_heart_circle_hint_20_filled:before { content: "\e8d8"; } -.icon-ic_fluent_highlight_20_regular:before { +.icon-ic_fluent_heart_circle_hint_20_regular:before { content: "\e8d9"; } -.icon-ic_fluent_highlight_accent_20_filled:before { +.icon-ic_fluent_heart_off_20_filled:before { content: "\e8da"; } -.icon-ic_fluent_highlight_link_20_filled:before { +.icon-ic_fluent_heart_off_20_regular:before { content: "\e8db"; } -.icon-ic_fluent_highlight_link_20_regular:before { +.icon-ic_fluent_heart_pulse_20_filled:before { content: "\e8dc"; } -.icon-ic_fluent_history_20_filled:before { +.icon-ic_fluent_heart_pulse_20_regular:before { content: "\e8dd"; } -.icon-ic_fluent_history_20_regular:before { +.icon-ic_fluent_heart_pulse_checkmark_20_filled:before { content: "\e8de"; } -.icon-ic_fluent_history_dismiss_20_filled:before { +.icon-ic_fluent_heart_pulse_checkmark_20_regular:before { content: "\e8df"; } -.icon-ic_fluent_history_dismiss_20_regular:before { +.icon-ic_fluent_heart_pulse_error_20_filled:before { content: "\e8e0"; } -.icon-ic_fluent_home_20_filled:before { +.icon-ic_fluent_heart_pulse_error_20_regular:before { content: "\e8e1"; } -.icon-ic_fluent_home_20_regular:before { +.icon-ic_fluent_heart_pulse_warning_20_filled:before { content: "\e8e2"; } -.icon-ic_fluent_home_add_20_filled:before { +.icon-ic_fluent_heart_pulse_warning_20_regular:before { content: "\e8e3"; } -.icon-ic_fluent_home_add_20_regular:before { +.icon-ic_fluent_hexagon_20_filled:before { content: "\e8e4"; } -.icon-ic_fluent_home_checkmark_20_filled:before { +.icon-ic_fluent_hexagon_20_regular:before { content: "\e8e5"; } -.icon-ic_fluent_home_checkmark_20_regular:before { +.icon-ic_fluent_hexagon_three_20_filled:before { content: "\e8e6"; } -.icon-ic_fluent_home_database_20_filled:before { +.icon-ic_fluent_hexagon_three_20_regular:before { content: "\e8e7"; } -.icon-ic_fluent_home_database_20_regular:before { +.icon-ic_fluent_highlight_20_filled:before { content: "\e8e8"; } -.icon-ic_fluent_home_garage_20_filled:before { +.icon-ic_fluent_highlight_20_regular:before { content: "\e8e9"; } -.icon-ic_fluent_home_garage_20_regular:before { +.icon-ic_fluent_highlight_accent_20_filled:before { content: "\e8ea"; } -.icon-ic_fluent_home_heart_20_filled:before { +.icon-ic_fluent_highlight_link_20_filled:before { content: "\e8eb"; } -.icon-ic_fluent_home_heart_20_regular:before { +.icon-ic_fluent_highlight_link_20_regular:before { content: "\e8ec"; } -.icon-ic_fluent_home_more_20_filled:before { +.icon-ic_fluent_highway_20_filled:before { content: "\e8ed"; } -.icon-ic_fluent_home_more_20_regular:before { +.icon-ic_fluent_highway_20_regular:before { content: "\e8ee"; } -.icon-ic_fluent_home_person_20_filled:before { +.icon-ic_fluent_history_20_filled:before { content: "\e8ef"; } -.icon-ic_fluent_home_person_20_regular:before { +.icon-ic_fluent_history_20_regular:before { content: "\e8f0"; } -.icon-ic_fluent_home_split_20_filled:before { +.icon-ic_fluent_history_dismiss_20_filled:before { content: "\e8f1"; } -.icon-ic_fluent_home_split_20_regular:before { +.icon-ic_fluent_history_dismiss_20_regular:before { content: "\e8f2"; } -.icon-ic_fluent_hourglass_20_filled:before { +.icon-ic_fluent_home_20_filled:before { content: "\e8f3"; } -.icon-ic_fluent_hourglass_20_regular:before { +.icon-ic_fluent_home_20_regular:before { content: "\e8f4"; } -.icon-ic_fluent_hourglass_half_20_filled:before { +.icon-ic_fluent_home_add_20_filled:before { content: "\e8f5"; } -.icon-ic_fluent_hourglass_half_20_regular:before { +.icon-ic_fluent_home_add_20_regular:before { content: "\e8f6"; } -.icon-ic_fluent_hourglass_one_quarter_20_filled:before { +.icon-ic_fluent_home_checkmark_20_filled:before { content: "\e8f7"; } -.icon-ic_fluent_hourglass_one_quarter_20_regular:before { +.icon-ic_fluent_home_checkmark_20_regular:before { content: "\e8f8"; } -.icon-ic_fluent_hourglass_three_quarter_20_filled:before { +.icon-ic_fluent_home_database_20_filled:before { content: "\e8f9"; } -.icon-ic_fluent_hourglass_three_quarter_20_regular:before { +.icon-ic_fluent_home_database_20_regular:before { content: "\e8fa"; } -.icon-ic_fluent_icons_20_filled:before { +.icon-ic_fluent_home_garage_20_filled:before { content: "\e8fb"; } -.icon-ic_fluent_icons_20_regular:before { +.icon-ic_fluent_home_garage_20_regular:before { content: "\e8fc"; } -.icon-ic_fluent_image_20_filled:before { +.icon-ic_fluent_home_heart_20_filled:before { content: "\e8fd"; } -.icon-ic_fluent_image_20_regular:before { +.icon-ic_fluent_home_heart_20_regular:before { content: "\e8fe"; } -.icon-ic_fluent_image_add_20_filled:before { +.icon-ic_fluent_home_more_20_filled:before { content: "\e8ff"; } -.icon-ic_fluent_image_add_20_regular:before { +.icon-ic_fluent_home_more_20_regular:before { content: "\e900"; } -.icon-ic_fluent_image_alt_text_20_filled:before { +.icon-ic_fluent_home_person_20_filled:before { content: "\e901"; } -.icon-ic_fluent_image_alt_text_20_regular:before { +.icon-ic_fluent_home_person_20_regular:before { content: "\e902"; } -.icon-ic_fluent_image_arrow_back_20_filled:before { +.icon-ic_fluent_home_split_20_filled:before { content: "\e903"; } -.icon-ic_fluent_image_arrow_back_20_regular:before { +.icon-ic_fluent_home_split_20_regular:before { content: "\e904"; } -.icon-ic_fluent_image_arrow_counterclockwise_20_filled:before { +.icon-ic_fluent_hourglass_20_filled:before { content: "\e905"; } -.icon-ic_fluent_image_arrow_counterclockwise_20_regular:before { +.icon-ic_fluent_hourglass_20_regular:before { content: "\e906"; } -.icon-ic_fluent_image_arrow_forward_20_filled:before { +.icon-ic_fluent_hourglass_half_20_filled:before { content: "\e907"; } -.icon-ic_fluent_image_arrow_forward_20_regular:before { +.icon-ic_fluent_hourglass_half_20_regular:before { content: "\e908"; } -.icon-ic_fluent_image_border_20_filled:before { +.icon-ic_fluent_hourglass_one_quarter_20_filled:before { content: "\e909"; } -.icon-ic_fluent_image_border_20_regular:before { +.icon-ic_fluent_hourglass_one_quarter_20_regular:before { content: "\e90a"; } -.icon-ic_fluent_image_circle_20_filled:before { +.icon-ic_fluent_hourglass_three_quarter_20_filled:before { content: "\e90b"; } -.icon-ic_fluent_image_circle_20_regular:before { +.icon-ic_fluent_hourglass_three_quarter_20_regular:before { content: "\e90c"; } -.icon-ic_fluent_image_copy_20_filled:before { +.icon-ic_fluent_icons_20_filled:before { content: "\e90d"; } -.icon-ic_fluent_image_copy_20_regular:before { +.icon-ic_fluent_icons_20_regular:before { content: "\e90e"; } -.icon-ic_fluent_image_edit_20_filled:before { +.icon-ic_fluent_image_20_filled:before { content: "\e90f"; } -.icon-ic_fluent_image_edit_20_regular:before { +.icon-ic_fluent_image_20_regular:before { content: "\e910"; } -.icon-ic_fluent_image_globe_20_filled:before { +.icon-ic_fluent_image_add_20_filled:before { content: "\e911"; } -.icon-ic_fluent_image_globe_20_regular:before { +.icon-ic_fluent_image_add_20_regular:before { content: "\e912"; } -.icon-ic_fluent_image_multiple_20_filled:before { +.icon-ic_fluent_image_alt_text_20_filled:before { content: "\e913"; } -.icon-ic_fluent_image_multiple_20_regular:before { +.icon-ic_fluent_image_alt_text_20_regular:before { content: "\e914"; } -.icon-ic_fluent_image_multiple_off_20_filled:before { +.icon-ic_fluent_image_arrow_back_20_filled:before { content: "\e915"; } -.icon-ic_fluent_image_multiple_off_20_regular:before { +.icon-ic_fluent_image_arrow_back_20_regular:before { content: "\e916"; } -.icon-ic_fluent_image_off_20_filled:before { +.icon-ic_fluent_image_arrow_counterclockwise_20_filled:before { content: "\e917"; } -.icon-ic_fluent_image_off_20_regular:before { +.icon-ic_fluent_image_arrow_counterclockwise_20_regular:before { content: "\e918"; } -.icon-ic_fluent_image_prohibited_20_filled:before { +.icon-ic_fluent_image_arrow_forward_20_filled:before { content: "\e919"; } -.icon-ic_fluent_image_prohibited_20_regular:before { +.icon-ic_fluent_image_arrow_forward_20_regular:before { content: "\e91a"; } -.icon-ic_fluent_image_reflection_20_filled:before { +.icon-ic_fluent_image_border_20_filled:before { content: "\e91b"; } -.icon-ic_fluent_image_reflection_20_regular:before { +.icon-ic_fluent_image_border_20_regular:before { content: "\e91c"; } -.icon-ic_fluent_image_search_20_filled:before { +.icon-ic_fluent_image_circle_20_filled:before { content: "\e91d"; } -.icon-ic_fluent_image_search_20_regular:before { +.icon-ic_fluent_image_circle_20_regular:before { content: "\e91e"; } -.icon-ic_fluent_image_shadow_20_filled:before { +.icon-ic_fluent_image_copy_20_filled:before { content: "\e91f"; } -.icon-ic_fluent_image_shadow_20_regular:before { +.icon-ic_fluent_image_copy_20_regular:before { content: "\e920"; } -.icon-ic_fluent_image_sparkle_20_filled:before { +.icon-ic_fluent_image_edit_20_filled:before { content: "\e921"; } -.icon-ic_fluent_image_sparkle_20_regular:before { +.icon-ic_fluent_image_edit_20_regular:before { content: "\e922"; } -.icon-ic_fluent_image_split_20_filled:before { +.icon-ic_fluent_image_globe_20_filled:before { content: "\e923"; } -.icon-ic_fluent_image_split_20_regular:before { +.icon-ic_fluent_image_globe_20_regular:before { content: "\e924"; } -.icon-ic_fluent_image_stack_20_filled:before { +.icon-ic_fluent_image_multiple_20_filled:before { content: "\e925"; } -.icon-ic_fluent_image_stack_20_regular:before { +.icon-ic_fluent_image_multiple_20_regular:before { content: "\e926"; } -.icon-ic_fluent_image_table_20_filled:before { +.icon-ic_fluent_image_multiple_off_20_filled:before { content: "\e927"; } -.icon-ic_fluent_image_table_20_regular:before { +.icon-ic_fluent_image_multiple_off_20_regular:before { content: "\e928"; } -.icon-ic_fluent_immersive_reader_20_filled:before { +.icon-ic_fluent_image_off_20_filled:before { content: "\e929"; } -.icon-ic_fluent_immersive_reader_20_regular:before { +.icon-ic_fluent_image_off_20_regular:before { content: "\e92a"; } -.icon-ic_fluent_important_20_filled:before { +.icon-ic_fluent_image_prohibited_20_filled:before { content: "\e92b"; } -.icon-ic_fluent_important_20_regular:before { +.icon-ic_fluent_image_prohibited_20_regular:before { content: "\e92c"; } -.icon-ic_fluent_incognito_20_filled:before { +.icon-ic_fluent_image_reflection_20_filled:before { content: "\e92d"; } -.icon-ic_fluent_incognito_20_regular:before { +.icon-ic_fluent_image_reflection_20_regular:before { content: "\e92e"; } -.icon-ic_fluent_info_20_filled:before { +.icon-ic_fluent_image_search_20_filled:before { content: "\e92f"; } -.icon-ic_fluent_info_20_regular:before { +.icon-ic_fluent_image_search_20_regular:before { content: "\e930"; } -.icon-ic_fluent_info_shield_20_filled:before { +.icon-ic_fluent_image_shadow_20_filled:before { content: "\e931"; } -.icon-ic_fluent_info_shield_20_regular:before { +.icon-ic_fluent_image_shadow_20_regular:before { content: "\e932"; } -.icon-ic_fluent_ink_stroke_20_filled:before { +.icon-ic_fluent_image_sparkle_20_filled:before { content: "\e933"; } -.icon-ic_fluent_ink_stroke_20_regular:before { +.icon-ic_fluent_image_sparkle_20_regular:before { content: "\e934"; } -.icon-ic_fluent_ink_stroke_arrow_down_20_filled:before { +.icon-ic_fluent_image_split_20_filled:before { content: "\e935"; } -.icon-ic_fluent_ink_stroke_arrow_down_20_regular:before { +.icon-ic_fluent_image_split_20_regular:before { content: "\e936"; } -.icon-ic_fluent_ink_stroke_arrow_up_down_20_filled:before { +.icon-ic_fluent_image_stack_20_filled:before { content: "\e937"; } -.icon-ic_fluent_ink_stroke_arrow_up_down_20_regular:before { +.icon-ic_fluent_image_stack_20_regular:before { content: "\e938"; } -.icon-ic_fluent_inking_tool_20_filled:before { +.icon-ic_fluent_image_table_20_filled:before { content: "\e939"; } -.icon-ic_fluent_inking_tool_20_regular:before { +.icon-ic_fluent_image_table_20_regular:before { content: "\e93a"; } -.icon-ic_fluent_inking_tool_accent_20_filled:before { +.icon-ic_fluent_immersive_reader_20_filled:before { content: "\e93b"; } -.icon-ic_fluent_inprivate_account_20_filled:before { +.icon-ic_fluent_immersive_reader_20_regular:before { content: "\e93c"; } -.icon-ic_fluent_inprivate_account_20_regular:before { +.icon-ic_fluent_important_20_filled:before { content: "\e93d"; } -.icon-ic_fluent_insert_20_filled:before { +.icon-ic_fluent_important_20_regular:before { content: "\e93e"; } -.icon-ic_fluent_insert_20_regular:before { +.icon-ic_fluent_incognito_20_filled:before { content: "\e93f"; } -.icon-ic_fluent_ios_chevron_right_20_filled:before { +.icon-ic_fluent_incognito_20_regular:before { content: "\e940"; } -.icon-ic_fluent_ios_chevron_right_20_regular:before { +.icon-ic_fluent_info_20_filled:before { content: "\e941"; } -.icon-ic_fluent_iot_20_filled:before { +.icon-ic_fluent_info_20_regular:before { content: "\e942"; } -.icon-ic_fluent_iot_20_regular:before { +.icon-ic_fluent_info_shield_20_filled:before { content: "\e943"; } -.icon-ic_fluent_iot_alert_20_filled:before { +.icon-ic_fluent_info_shield_20_regular:before { content: "\e944"; } -.icon-ic_fluent_iot_alert_20_regular:before { +.icon-ic_fluent_ink_stroke_20_filled:before { content: "\e945"; } -.icon-ic_fluent_javascript_20_filled:before { +.icon-ic_fluent_ink_stroke_20_regular:before { content: "\e946"; } -.icon-ic_fluent_javascript_20_regular:before { +.icon-ic_fluent_ink_stroke_arrow_down_20_filled:before { content: "\e947"; } -.icon-ic_fluent_joystick_20_filled:before { +.icon-ic_fluent_ink_stroke_arrow_down_20_regular:before { content: "\e948"; } -.icon-ic_fluent_joystick_20_regular:before { +.icon-ic_fluent_ink_stroke_arrow_up_down_20_filled:before { content: "\e949"; } -.icon-ic_fluent_key_20_filled:before { +.icon-ic_fluent_ink_stroke_arrow_up_down_20_regular:before { content: "\e94a"; } -.icon-ic_fluent_key_20_regular:before { +.icon-ic_fluent_inking_tool_20_filled:before { content: "\e94b"; } -.icon-ic_fluent_key_command_20_filled:before { +.icon-ic_fluent_inking_tool_20_regular:before { content: "\e94c"; } -.icon-ic_fluent_key_command_20_regular:before { +.icon-ic_fluent_inking_tool_accent_20_filled:before { content: "\e94d"; } -.icon-ic_fluent_key_multiple_20_filled:before { +.icon-ic_fluent_inprivate_account_20_filled:before { content: "\e94e"; } -.icon-ic_fluent_key_multiple_20_regular:before { +.icon-ic_fluent_inprivate_account_20_regular:before { content: "\e94f"; } -.icon-ic_fluent_key_reset_20_filled:before { +.icon-ic_fluent_insert_20_filled:before { content: "\e950"; } -.icon-ic_fluent_key_reset_20_regular:before { +.icon-ic_fluent_insert_20_regular:before { content: "\e951"; } -.icon-ic_fluent_keyboard_123_20_filled:before { +.icon-ic_fluent_ios_chevron_right_20_filled:before { content: "\e952"; } -.icon-ic_fluent_keyboard_123_20_regular:before { +.icon-ic_fluent_ios_chevron_right_20_regular:before { content: "\e953"; } -.icon-ic_fluent_keyboard_20_filled:before { +.icon-ic_fluent_iot_20_filled:before { content: "\e954"; } -.icon-ic_fluent_keyboard_20_regular:before { +.icon-ic_fluent_iot_20_regular:before { content: "\e955"; } -.icon-ic_fluent_keyboard_dock_20_filled:before { +.icon-ic_fluent_iot_alert_20_filled:before { content: "\e956"; } -.icon-ic_fluent_keyboard_dock_20_regular:before { +.icon-ic_fluent_iot_alert_20_regular:before { content: "\e957"; } -.icon-ic_fluent_keyboard_layout_float_20_filled:before { +.icon-ic_fluent_javascript_20_filled:before { content: "\e958"; } -.icon-ic_fluent_keyboard_layout_float_20_regular:before { +.icon-ic_fluent_javascript_20_regular:before { content: "\e959"; } -.icon-ic_fluent_keyboard_layout_one_handed_left_20_filled:before { +.icon-ic_fluent_joystick_20_filled:before { content: "\e95a"; } -.icon-ic_fluent_keyboard_layout_one_handed_left_20_regular:before { +.icon-ic_fluent_joystick_20_regular:before { content: "\e95b"; } -.icon-ic_fluent_keyboard_layout_resize_20_filled:before { +.icon-ic_fluent_key_20_filled:before { content: "\e95c"; } -.icon-ic_fluent_keyboard_layout_resize_20_regular:before { +.icon-ic_fluent_key_20_regular:before { content: "\e95d"; } -.icon-ic_fluent_keyboard_layout_split_20_filled:before { +.icon-ic_fluent_key_command_20_filled:before { content: "\e95e"; } -.icon-ic_fluent_keyboard_layout_split_20_regular:before { +.icon-ic_fluent_key_command_20_regular:before { content: "\e95f"; } -.icon-ic_fluent_keyboard_shift_20_filled:before { +.icon-ic_fluent_key_multiple_20_filled:before { content: "\e960"; } -.icon-ic_fluent_keyboard_shift_20_regular:before { +.icon-ic_fluent_key_multiple_20_regular:before { content: "\e961"; } -.icon-ic_fluent_keyboard_shift_uppercase_20_filled:before { +.icon-ic_fluent_key_reset_20_filled:before { content: "\e962"; } -.icon-ic_fluent_keyboard_shift_uppercase_20_regular:before { +.icon-ic_fluent_key_reset_20_regular:before { content: "\e963"; } -.icon-ic_fluent_keyboard_tab_20_filled:before { +.icon-ic_fluent_keyboard_123_20_filled:before { content: "\e964"; } -.icon-ic_fluent_keyboard_tab_20_regular:before { +.icon-ic_fluent_keyboard_123_20_regular:before { content: "\e965"; } -.icon-ic_fluent_laptop_20_filled:before { +.icon-ic_fluent_keyboard_20_filled:before { content: "\e966"; } -.icon-ic_fluent_laptop_20_regular:before { +.icon-ic_fluent_keyboard_20_regular:before { content: "\e967"; } -.icon-ic_fluent_laptop_briefcase_20_filled:before { +.icon-ic_fluent_keyboard_dock_20_filled:before { content: "\e968"; } -.icon-ic_fluent_laptop_briefcase_20_regular:before { +.icon-ic_fluent_keyboard_dock_20_regular:before { content: "\e969"; } -.icon-ic_fluent_laptop_dismiss_20_filled:before { +.icon-ic_fluent_keyboard_layout_float_20_filled:before { content: "\e96a"; } -.icon-ic_fluent_laptop_dismiss_20_regular:before { +.icon-ic_fluent_keyboard_layout_float_20_regular:before { content: "\e96b"; } -.icon-ic_fluent_laptop_settings_20_filled:before { +.icon-ic_fluent_keyboard_layout_one_handed_left_20_filled:before { content: "\e96c"; } -.icon-ic_fluent_laptop_settings_20_regular:before { +.icon-ic_fluent_keyboard_layout_one_handed_left_20_regular:before { content: "\e96d"; } -.icon-ic_fluent_laptop_shield_20_filled:before { +.icon-ic_fluent_keyboard_layout_resize_20_filled:before { content: "\e96e"; } -.icon-ic_fluent_laptop_shield_20_regular:before { +.icon-ic_fluent_keyboard_layout_resize_20_regular:before { content: "\e96f"; } -.icon-ic_fluent_laser_tool_20_filled:before { +.icon-ic_fluent_keyboard_layout_split_20_filled:before { content: "\e970"; } -.icon-ic_fluent_laser_tool_20_regular:before { +.icon-ic_fluent_keyboard_layout_split_20_regular:before { content: "\e971"; } -.icon-ic_fluent_lasso_20_filled:before { +.icon-ic_fluent_keyboard_shift_20_filled:before { content: "\e972"; } -.icon-ic_fluent_lasso_20_regular:before { +.icon-ic_fluent_keyboard_shift_20_regular:before { content: "\e973"; } -.icon-ic_fluent_launcher_settings_20_filled:before { +.icon-ic_fluent_keyboard_shift_uppercase_20_filled:before { content: "\e974"; } -.icon-ic_fluent_launcher_settings_20_regular:before { +.icon-ic_fluent_keyboard_shift_uppercase_20_regular:before { content: "\e975"; } -.icon-ic_fluent_layer_20_filled:before { +.icon-ic_fluent_keyboard_tab_20_filled:before { content: "\e976"; } -.icon-ic_fluent_layer_20_regular:before { +.icon-ic_fluent_keyboard_tab_20_regular:before { content: "\e977"; } -.icon-ic_fluent_layer_diagonal_20_filled:before { +.icon-ic_fluent_laptop_20_filled:before { content: "\e978"; } -.icon-ic_fluent_layer_diagonal_20_regular:before { +.icon-ic_fluent_laptop_20_regular:before { content: "\e979"; } -.icon-ic_fluent_layer_diagonal_add_20_filled:before { +.icon-ic_fluent_laptop_briefcase_20_filled:before { content: "\e97a"; } -.icon-ic_fluent_layer_diagonal_add_20_regular:before { +.icon-ic_fluent_laptop_briefcase_20_regular:before { content: "\e97b"; } -.icon-ic_fluent_layer_diagonal_person_20_filled:before { +.icon-ic_fluent_laptop_dismiss_20_filled:before { content: "\e97c"; } -.icon-ic_fluent_layer_diagonal_person_20_regular:before { +.icon-ic_fluent_laptop_dismiss_20_regular:before { content: "\e97d"; } -.icon-ic_fluent_layer_diagonal_sparkle_20_filled:before { +.icon-ic_fluent_laptop_person_20_filled:before { content: "\e97e"; } -.icon-ic_fluent_layer_diagonal_sparkle_20_regular:before { +.icon-ic_fluent_laptop_person_20_regular:before { content: "\e97f"; } -.icon-ic_fluent_layout_cell_four_20_filled:before { +.icon-ic_fluent_laptop_settings_20_filled:before { content: "\e980"; } -.icon-ic_fluent_layout_cell_four_20_regular:before { +.icon-ic_fluent_laptop_settings_20_regular:before { content: "\e981"; } -.icon-ic_fluent_layout_cell_four_focus_bottom_left_20_filled:before { +.icon-ic_fluent_laptop_shield_20_filled:before { content: "\e982"; } -.icon-ic_fluent_layout_cell_four_focus_bottom_right_20_filled:before { +.icon-ic_fluent_laptop_shield_20_regular:before { content: "\e983"; } -.icon-ic_fluent_layout_cell_four_focus_top_left_20_filled:before { +.icon-ic_fluent_laser_tool_20_filled:before { content: "\e984"; } -.icon-ic_fluent_layout_cell_four_focus_top_right_20_filled:before { +.icon-ic_fluent_laser_tool_20_regular:before { content: "\e985"; } -.icon-ic_fluent_layout_column_four_20_filled:before { +.icon-ic_fluent_lasso_20_filled:before { content: "\e986"; } -.icon-ic_fluent_layout_column_four_20_regular:before { +.icon-ic_fluent_lasso_20_regular:before { content: "\e987"; } -.icon-ic_fluent_layout_column_four_focus_center_left_20_filled:before { +.icon-ic_fluent_launcher_settings_20_filled:before { content: "\e988"; } -.icon-ic_fluent_layout_column_four_focus_center_right_20_filled:before { +.icon-ic_fluent_launcher_settings_20_regular:before { content: "\e989"; } -.icon-ic_fluent_layout_column_four_focus_left_20_filled:before { +.icon-ic_fluent_layer_20_filled:before { content: "\e98a"; } -.icon-ic_fluent_layout_column_four_focus_right_20_filled:before { +.icon-ic_fluent_layer_20_regular:before { content: "\e98b"; } -.icon-ic_fluent_layout_column_one_third_left_20_filled:before { +.icon-ic_fluent_layer_diagonal_20_filled:before { content: "\e98c"; } -.icon-ic_fluent_layout_column_one_third_left_20_regular:before { +.icon-ic_fluent_layer_diagonal_20_regular:before { content: "\e98d"; } -.icon-ic_fluent_layout_column_one_third_right_20_filled:before { +.icon-ic_fluent_layer_diagonal_add_20_filled:before { content: "\e98e"; } -.icon-ic_fluent_layout_column_one_third_right_20_regular:before { +.icon-ic_fluent_layer_diagonal_add_20_regular:before { content: "\e98f"; } -.icon-ic_fluent_layout_column_one_third_right_hint_20_filled:before { +.icon-ic_fluent_layer_diagonal_person_20_filled:before { content: "\e990"; } -.icon-ic_fluent_layout_column_one_third_right_hint_20_regular:before { +.icon-ic_fluent_layer_diagonal_person_20_regular:before { content: "\e991"; } -.icon-ic_fluent_layout_column_three_20_filled:before { +.icon-ic_fluent_layer_diagonal_sparkle_20_filled:before { content: "\e992"; } -.icon-ic_fluent_layout_column_three_20_regular:before { +.icon-ic_fluent_layer_diagonal_sparkle_20_regular:before { content: "\e993"; } -.icon-ic_fluent_layout_column_three_focus_center_20_filled:before { +.icon-ic_fluent_layout_cell_four_20_filled:before { content: "\e994"; } -.icon-ic_fluent_layout_column_three_focus_left_20_filled:before { +.icon-ic_fluent_layout_cell_four_20_regular:before { content: "\e995"; } -.icon-ic_fluent_layout_column_three_focus_right_20_filled:before { +.icon-ic_fluent_layout_cell_four_focus_bottom_left_20_filled:before { content: "\e996"; } -.icon-ic_fluent_layout_column_two_20_filled:before { +.icon-ic_fluent_layout_cell_four_focus_bottom_right_20_filled:before { content: "\e997"; } -.icon-ic_fluent_layout_column_two_20_regular:before { +.icon-ic_fluent_layout_cell_four_focus_top_left_20_filled:before { content: "\e998"; } -.icon-ic_fluent_layout_column_two_focus_left_20_filled:before { +.icon-ic_fluent_layout_cell_four_focus_top_right_20_filled:before { content: "\e999"; } -.icon-ic_fluent_layout_column_two_focus_right_20_filled:before { +.icon-ic_fluent_layout_column_four_20_filled:before { content: "\e99a"; } -.icon-ic_fluent_layout_column_two_split_left_20_filled:before { +.icon-ic_fluent_layout_column_four_20_regular:before { content: "\e99b"; } -.icon-ic_fluent_layout_column_two_split_left_20_regular:before { +.icon-ic_fluent_layout_column_four_focus_center_left_20_filled:before { content: "\e99c"; } -.icon-ic_fluent_layout_column_two_split_left_focus_bottom_left_20_filled:before { +.icon-ic_fluent_layout_column_four_focus_center_right_20_filled:before { content: "\e99d"; } -.icon-ic_fluent_layout_column_two_split_left_focus_right_20_filled:before { +.icon-ic_fluent_layout_column_four_focus_left_20_filled:before { content: "\e99e"; } -.icon-ic_fluent_layout_column_two_split_left_focus_top_left_20_filled:before { +.icon-ic_fluent_layout_column_four_focus_right_20_filled:before { content: "\e99f"; } -.icon-ic_fluent_layout_column_two_split_right_20_filled:before { +.icon-ic_fluent_layout_column_one_third_left_20_filled:before { content: "\e9a0"; } -.icon-ic_fluent_layout_column_two_split_right_20_regular:before { +.icon-ic_fluent_layout_column_one_third_left_20_regular:before { content: "\e9a1"; } -.icon-ic_fluent_layout_column_two_split_right_focus_bottom_right_20_filled:before { +.icon-ic_fluent_layout_column_one_third_right_20_filled:before { content: "\e9a2"; } -.icon-ic_fluent_layout_column_two_split_right_focus_left_20_filled:before { +.icon-ic_fluent_layout_column_one_third_right_20_regular:before { content: "\e9a3"; } -.icon-ic_fluent_layout_column_two_split_right_focus_top_right_20_filled:before { +.icon-ic_fluent_layout_column_one_third_right_hint_20_filled:before { content: "\e9a4"; } -.icon-ic_fluent_layout_row_four_20_filled:before { +.icon-ic_fluent_layout_column_one_third_right_hint_20_regular:before { content: "\e9a5"; } -.icon-ic_fluent_layout_row_four_20_regular:before { +.icon-ic_fluent_layout_column_three_20_filled:before { content: "\e9a6"; } -.icon-ic_fluent_layout_row_four_focus_bottom_20_filled:before { +.icon-ic_fluent_layout_column_three_20_regular:before { content: "\e9a7"; } -.icon-ic_fluent_layout_row_four_focus_center_bottom_20_filled:before { +.icon-ic_fluent_layout_column_three_focus_center_20_filled:before { content: "\e9a8"; } -.icon-ic_fluent_layout_row_four_focus_center_top_20_filled:before { +.icon-ic_fluent_layout_column_three_focus_left_20_filled:before { content: "\e9a9"; } -.icon-ic_fluent_layout_row_four_focus_top_20_filled:before { +.icon-ic_fluent_layout_column_three_focus_right_20_filled:before { content: "\e9aa"; } -.icon-ic_fluent_layout_row_three_20_filled:before { +.icon-ic_fluent_layout_column_two_20_filled:before { content: "\e9ab"; } -.icon-ic_fluent_layout_row_three_20_regular:before { +.icon-ic_fluent_layout_column_two_20_regular:before { content: "\e9ac"; } -.icon-ic_fluent_layout_row_three_focus_bottom_20_filled:before { +.icon-ic_fluent_layout_column_two_focus_left_20_filled:before { content: "\e9ad"; } -.icon-ic_fluent_layout_row_three_focus_center_20_filled:before { +.icon-ic_fluent_layout_column_two_focus_right_20_filled:before { content: "\e9ae"; } -.icon-ic_fluent_layout_row_three_focus_top_20_filled:before { +.icon-ic_fluent_layout_column_two_split_left_20_filled:before { content: "\e9af"; } -.icon-ic_fluent_layout_row_two_20_filled:before { +.icon-ic_fluent_layout_column_two_split_left_20_regular:before { content: "\e9b0"; } -.icon-ic_fluent_layout_row_two_20_regular:before { +.icon-ic_fluent_layout_column_two_split_left_focus_bottom_left_20_filled:before { content: "\e9b1"; } -.icon-ic_fluent_layout_row_two_focus_bottom_20_filled:before { +.icon-ic_fluent_layout_column_two_split_left_focus_right_20_filled:before { content: "\e9b2"; } -.icon-ic_fluent_layout_row_two_focus_top_20_filled:before { +.icon-ic_fluent_layout_column_two_split_left_focus_top_left_20_filled:before { content: "\e9b3"; } -.icon-ic_fluent_layout_row_two_split_bottom_20_filled:before { +.icon-ic_fluent_layout_column_two_split_right_20_filled:before { content: "\e9b4"; } -.icon-ic_fluent_layout_row_two_split_bottom_20_regular:before { +.icon-ic_fluent_layout_column_two_split_right_20_regular:before { content: "\e9b5"; } -.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled:before { +.icon-ic_fluent_layout_column_two_split_right_focus_bottom_right_20_filled:before { content: "\e9b6"; } -.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled:before { +.icon-ic_fluent_layout_column_two_split_right_focus_left_20_filled:before { content: "\e9b7"; } -.icon-ic_fluent_layout_row_two_split_bottom_focus_top_20_filled:before { +.icon-ic_fluent_layout_column_two_split_right_focus_top_right_20_filled:before { content: "\e9b8"; } -.icon-ic_fluent_layout_row_two_split_top_20_filled:before { +.icon-ic_fluent_layout_row_four_20_filled:before { content: "\e9b9"; } -.icon-ic_fluent_layout_row_two_split_top_20_regular:before { +.icon-ic_fluent_layout_row_four_20_regular:before { content: "\e9ba"; } -.icon-ic_fluent_layout_row_two_split_top_focus_bottom_20_filled:before { +.icon-ic_fluent_layout_row_four_focus_bottom_20_filled:before { content: "\e9bb"; } -.icon-ic_fluent_layout_row_two_split_top_focus_top_left_20_filled:before { +.icon-ic_fluent_layout_row_four_focus_center_bottom_20_filled:before { content: "\e9bc"; } -.icon-ic_fluent_layout_row_two_split_top_focus_top_right_20_filled:before { +.icon-ic_fluent_layout_row_four_focus_center_top_20_filled:before { content: "\e9bd"; } -.icon-ic_fluent_leaf_one_20_filled:before { +.icon-ic_fluent_layout_row_four_focus_top_20_filled:before { content: "\e9be"; } -.icon-ic_fluent_leaf_one_20_regular:before { +.icon-ic_fluent_layout_row_three_20_filled:before { content: "\e9bf"; } -.icon-ic_fluent_leaf_three_20_filled:before { +.icon-ic_fluent_layout_row_three_20_regular:before { content: "\e9c0"; } -.icon-ic_fluent_leaf_three_20_regular:before { +.icon-ic_fluent_layout_row_three_focus_bottom_20_filled:before { content: "\e9c1"; } -.icon-ic_fluent_leaf_two_20_filled:before { +.icon-ic_fluent_layout_row_three_focus_center_20_filled:before { content: "\e9c2"; } -.icon-ic_fluent_leaf_two_20_regular:before { +.icon-ic_fluent_layout_row_three_focus_top_20_filled:before { content: "\e9c3"; } -.icon-ic_fluent_learning_app_20_filled:before { +.icon-ic_fluent_layout_row_two_20_filled:before { content: "\e9c4"; } -.icon-ic_fluent_learning_app_20_regular:before { +.icon-ic_fluent_layout_row_two_20_regular:before { content: "\e9c5"; } -.icon-ic_fluent_library_20_filled:before { +.icon-ic_fluent_layout_row_two_focus_bottom_20_filled:before { content: "\e9c6"; } -.icon-ic_fluent_library_20_regular:before { +.icon-ic_fluent_layout_row_two_focus_top_20_filled:before { content: "\e9c7"; } -.icon-ic_fluent_lightbulb_20_filled:before { +.icon-ic_fluent_layout_row_two_split_bottom_20_filled:before { content: "\e9c8"; } -.icon-ic_fluent_lightbulb_20_regular:before { +.icon-ic_fluent_layout_row_two_split_bottom_20_regular:before { content: "\e9c9"; } -.icon-ic_fluent_lightbulb_checkmark_20_filled:before { +.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled:before { content: "\e9ca"; } -.icon-ic_fluent_lightbulb_checkmark_20_regular:before { +.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled:before { content: "\e9cb"; } -.icon-ic_fluent_lightbulb_circle_20_filled:before { +.icon-ic_fluent_layout_row_two_split_bottom_focus_top_20_filled:before { content: "\e9cc"; } -.icon-ic_fluent_lightbulb_circle_20_regular:before { +.icon-ic_fluent_layout_row_two_split_top_20_filled:before { content: "\e9cd"; } -.icon-ic_fluent_lightbulb_filament_20_filled:before { +.icon-ic_fluent_layout_row_two_split_top_20_regular:before { content: "\e9ce"; } -.icon-ic_fluent_lightbulb_filament_20_regular:before { +.icon-ic_fluent_layout_row_two_split_top_focus_bottom_20_filled:before { content: "\e9cf"; } -.icon-ic_fluent_lightbulb_person_20_filled:before { +.icon-ic_fluent_layout_row_two_split_top_focus_top_left_20_filled:before { content: "\e9d0"; } -.icon-ic_fluent_lightbulb_person_20_regular:before { +.icon-ic_fluent_layout_row_two_split_top_focus_top_right_20_filled:before { content: "\e9d1"; } -.icon-ic_fluent_likert_20_filled:before { +.icon-ic_fluent_leaf_one_20_filled:before { content: "\e9d2"; } -.icon-ic_fluent_likert_20_regular:before { +.icon-ic_fluent_leaf_one_20_regular:before { content: "\e9d3"; } -.icon-ic_fluent_line_20_filled:before { +.icon-ic_fluent_leaf_three_20_filled:before { content: "\e9d4"; } -.icon-ic_fluent_line_20_regular:before { +.icon-ic_fluent_leaf_three_20_regular:before { content: "\e9d5"; } -.icon-ic_fluent_line_dashes_20_filled:before { +.icon-ic_fluent_leaf_two_20_filled:before { content: "\e9d6"; } -.icon-ic_fluent_line_dashes_20_regular:before { +.icon-ic_fluent_leaf_two_20_regular:before { content: "\e9d7"; } -.icon-ic_fluent_line_flow_diagonal_up_right_20_filled:before { +.icon-ic_fluent_learning_app_20_filled:before { content: "\e9d8"; } -.icon-ic_fluent_line_flow_diagonal_up_right_20_regular:before { +.icon-ic_fluent_learning_app_20_regular:before { content: "\e9d9"; } -.icon-ic_fluent_line_horizontal_1_20_filled:before { +.icon-ic_fluent_library_20_filled:before { content: "\e9da"; } -.icon-ic_fluent_line_horizontal_1_20_regular:before { +.icon-ic_fluent_library_20_regular:before { content: "\e9db"; } -.icon-ic_fluent_line_horizontal_1_dashes_20_filled:before { +.icon-ic_fluent_lightbulb_20_filled:before { content: "\e9dc"; } -.icon-ic_fluent_line_horizontal_1_dashes_20_regular:before { +.icon-ic_fluent_lightbulb_20_regular:before { content: "\e9dd"; } -.icon-ic_fluent_line_horizontal_2_dashes_solid_20_filled:before { +.icon-ic_fluent_lightbulb_checkmark_20_filled:before { content: "\e9de"; } -.icon-ic_fluent_line_horizontal_2_dashes_solid_20_regular:before { +.icon-ic_fluent_lightbulb_checkmark_20_regular:before { content: "\e9df"; } -.icon-ic_fluent_line_horizontal_3_20_filled:before { +.icon-ic_fluent_lightbulb_circle_20_filled:before { content: "\e9e0"; } -.icon-ic_fluent_line_horizontal_3_20_regular:before { +.icon-ic_fluent_lightbulb_circle_20_regular:before { content: "\e9e1"; } -.icon-ic_fluent_line_horizontal_4_20_filled:before { +.icon-ic_fluent_lightbulb_filament_20_filled:before { content: "\e9e2"; } -.icon-ic_fluent_line_horizontal_4_20_regular:before { +.icon-ic_fluent_lightbulb_filament_20_regular:before { content: "\e9e3"; } -.icon-ic_fluent_line_horizontal_4_search_20_filled:before { +.icon-ic_fluent_lightbulb_person_20_filled:before { content: "\e9e4"; } -.icon-ic_fluent_line_horizontal_4_search_20_regular:before { +.icon-ic_fluent_lightbulb_person_20_regular:before { content: "\e9e5"; } -.icon-ic_fluent_line_horizontal_5_20_filled:before { +.icon-ic_fluent_likert_20_filled:before { content: "\e9e6"; } -.icon-ic_fluent_line_horizontal_5_20_regular:before { +.icon-ic_fluent_likert_20_regular:before { content: "\e9e7"; } -.icon-ic_fluent_line_horizontal_5_error_20_filled:before { +.icon-ic_fluent_line_20_filled:before { content: "\e9e8"; } -.icon-ic_fluent_line_horizontal_5_error_20_regular:before { +.icon-ic_fluent_line_20_regular:before { content: "\e9e9"; } -.icon-ic_fluent_line_style_20_filled:before { +.icon-ic_fluent_line_dashes_20_filled:before { content: "\e9ea"; } -.icon-ic_fluent_line_style_20_regular:before { +.icon-ic_fluent_line_dashes_20_regular:before { content: "\e9eb"; } -.icon-ic_fluent_line_thickness_20_filled:before { +.icon-ic_fluent_line_flow_diagonal_up_right_20_filled:before { content: "\e9ec"; } -.icon-ic_fluent_line_thickness_20_regular:before { +.icon-ic_fluent_line_flow_diagonal_up_right_20_regular:before { content: "\e9ed"; } -.icon-ic_fluent_link_20_filled:before { +.icon-ic_fluent_line_horizontal_1_20_filled:before { content: "\e9ee"; } -.icon-ic_fluent_link_20_regular:before { +.icon-ic_fluent_line_horizontal_1_20_regular:before { content: "\e9ef"; } -.icon-ic_fluent_link_add_20_filled:before { +.icon-ic_fluent_line_horizontal_1_dashes_20_filled:before { content: "\e9f0"; } -.icon-ic_fluent_link_add_20_regular:before { +.icon-ic_fluent_line_horizontal_1_dashes_20_regular:before { content: "\e9f1"; } -.icon-ic_fluent_link_dismiss_20_filled:before { +.icon-ic_fluent_line_horizontal_2_dashes_solid_20_filled:before { content: "\e9f2"; } -.icon-ic_fluent_link_dismiss_20_regular:before { +.icon-ic_fluent_line_horizontal_2_dashes_solid_20_regular:before { content: "\e9f3"; } -.icon-ic_fluent_link_edit_20_filled:before { +.icon-ic_fluent_line_horizontal_3_20_filled:before { content: "\e9f4"; } -.icon-ic_fluent_link_edit_20_regular:before { +.icon-ic_fluent_line_horizontal_3_20_regular:before { content: "\e9f5"; } -.icon-ic_fluent_link_multiple_20_filled:before { +.icon-ic_fluent_line_horizontal_4_20_filled:before { content: "\e9f6"; } -.icon-ic_fluent_link_multiple_20_regular:before { +.icon-ic_fluent_line_horizontal_4_20_regular:before { content: "\e9f7"; } -.icon-ic_fluent_link_person_20_filled:before { +.icon-ic_fluent_line_horizontal_4_search_20_filled:before { content: "\e9f8"; } -.icon-ic_fluent_link_person_20_regular:before { +.icon-ic_fluent_line_horizontal_4_search_20_regular:before { content: "\e9f9"; } -.icon-ic_fluent_link_square_20_filled:before { +.icon-ic_fluent_line_horizontal_5_20_filled:before { content: "\e9fa"; } -.icon-ic_fluent_link_square_20_regular:before { +.icon-ic_fluent_line_horizontal_5_20_regular:before { content: "\e9fb"; } -.icon-ic_fluent_link_toolbox_20_filled:before { +.icon-ic_fluent_line_horizontal_5_error_20_filled:before { content: "\e9fc"; } -.icon-ic_fluent_link_toolbox_20_regular:before { +.icon-ic_fluent_line_horizontal_5_error_20_regular:before { content: "\e9fd"; } -.icon-ic_fluent_list_20_filled:before { +.icon-ic_fluent_line_style_20_filled:before { content: "\e9fe"; } -.icon-ic_fluent_list_20_regular:before { +.icon-ic_fluent_line_style_20_regular:before { content: "\e9ff"; } -.icon-ic_fluent_list_bar_20_filled:before { +.icon-ic_fluent_line_thickness_20_filled:before { content: "\ea00"; } -.icon-ic_fluent_list_bar_20_regular:before { +.icon-ic_fluent_line_thickness_20_regular:before { content: "\ea01"; } -.icon-ic_fluent_list_bar_tree_20_filled:before { +.icon-ic_fluent_link_20_filled:before { content: "\ea02"; } -.icon-ic_fluent_list_bar_tree_20_regular:before { +.icon-ic_fluent_link_20_regular:before { content: "\ea03"; } -.icon-ic_fluent_list_bar_tree_offset_20_filled:before { +.icon-ic_fluent_link_add_20_filled:before { content: "\ea04"; } -.icon-ic_fluent_list_bar_tree_offset_20_regular:before { +.icon-ic_fluent_link_add_20_regular:before { content: "\ea05"; } -.icon-ic_fluent_list_rtl_20_filled:before { +.icon-ic_fluent_link_dismiss_20_filled:before { content: "\ea06"; } -.icon-ic_fluent_list_rtl_20_regular:before { +.icon-ic_fluent_link_dismiss_20_regular:before { content: "\ea07"; } -.icon-ic_fluent_live_20_filled:before { +.icon-ic_fluent_link_edit_20_filled:before { content: "\ea08"; } -.icon-ic_fluent_live_20_regular:before { +.icon-ic_fluent_link_edit_20_regular:before { content: "\ea09"; } -.icon-ic_fluent_live_off_20_filled:before { +.icon-ic_fluent_link_multiple_20_filled:before { content: "\ea0a"; } -.icon-ic_fluent_live_off_20_regular:before { +.icon-ic_fluent_link_multiple_20_regular:before { content: "\ea0b"; } -.icon-ic_fluent_local_language_20_filled:before { +.icon-ic_fluent_link_person_20_filled:before { content: "\ea0c"; } -.icon-ic_fluent_local_language_20_regular:before { +.icon-ic_fluent_link_person_20_regular:before { content: "\ea0d"; } -.icon-ic_fluent_location_20_filled:before { +.icon-ic_fluent_link_square_20_filled:before { content: "\ea0e"; } -.icon-ic_fluent_location_20_regular:before { +.icon-ic_fluent_link_square_20_regular:before { content: "\ea0f"; } -.icon-ic_fluent_location_add_20_filled:before { +.icon-ic_fluent_link_toolbox_20_filled:before { content: "\ea10"; } -.icon-ic_fluent_location_add_20_regular:before { +.icon-ic_fluent_link_toolbox_20_regular:before { content: "\ea11"; } -.icon-ic_fluent_location_add_left_20_filled:before { +.icon-ic_fluent_list_20_filled:before { content: "\ea12"; } -.icon-ic_fluent_location_add_left_20_regular:before { +.icon-ic_fluent_list_20_regular:before { content: "\ea13"; } -.icon-ic_fluent_location_add_right_20_filled:before { +.icon-ic_fluent_list_bar_20_filled:before { content: "\ea14"; } -.icon-ic_fluent_location_add_right_20_regular:before { +.icon-ic_fluent_list_bar_20_regular:before { content: "\ea15"; } -.icon-ic_fluent_location_add_up_20_filled:before { +.icon-ic_fluent_list_bar_tree_20_filled:before { content: "\ea16"; } -.icon-ic_fluent_location_add_up_20_regular:before { +.icon-ic_fluent_list_bar_tree_20_regular:before { content: "\ea17"; } -.icon-ic_fluent_location_arrow_20_filled:before { +.icon-ic_fluent_list_bar_tree_offset_20_filled:before { content: "\ea18"; } -.icon-ic_fluent_location_arrow_20_regular:before { +.icon-ic_fluent_list_bar_tree_offset_20_regular:before { content: "\ea19"; } -.icon-ic_fluent_location_arrow_left_20_filled:before { +.icon-ic_fluent_list_rtl_20_filled:before { content: "\ea1a"; } -.icon-ic_fluent_location_arrow_left_20_regular:before { +.icon-ic_fluent_list_rtl_20_regular:before { content: "\ea1b"; } -.icon-ic_fluent_location_arrow_right_20_filled:before { +.icon-ic_fluent_live_20_filled:before { content: "\ea1c"; } -.icon-ic_fluent_location_arrow_right_20_regular:before { +.icon-ic_fluent_live_20_regular:before { content: "\ea1d"; } -.icon-ic_fluent_location_arrow_up_20_filled:before { +.icon-ic_fluent_live_off_20_filled:before { content: "\ea1e"; } -.icon-ic_fluent_location_arrow_up_20_regular:before { +.icon-ic_fluent_live_off_20_regular:before { content: "\ea1f"; } -.icon-ic_fluent_location_dismiss_20_filled:before { +.icon-ic_fluent_local_language_20_filled:before { content: "\ea20"; } -.icon-ic_fluent_location_dismiss_20_regular:before { +.icon-ic_fluent_local_language_20_regular:before { content: "\ea21"; } -.icon-ic_fluent_location_live_20_filled:before { +.icon-ic_fluent_location_20_filled:before { content: "\ea22"; } -.icon-ic_fluent_location_live_20_regular:before { +.icon-ic_fluent_location_20_regular:before { content: "\ea23"; } -.icon-ic_fluent_location_off_20_filled:before { +.icon-ic_fluent_location_add_20_filled:before { content: "\ea24"; } -.icon-ic_fluent_location_off_20_regular:before { +.icon-ic_fluent_location_add_20_regular:before { content: "\ea25"; } -.icon-ic_fluent_location_target_square_20_filled:before { +.icon-ic_fluent_location_add_left_20_filled:before { content: "\ea26"; } -.icon-ic_fluent_location_target_square_20_regular:before { +.icon-ic_fluent_location_add_left_20_regular:before { content: "\ea27"; } -.icon-ic_fluent_lock_closed_20_filled:before { +.icon-ic_fluent_location_add_right_20_filled:before { content: "\ea28"; } -.icon-ic_fluent_lock_closed_20_regular:before { +.icon-ic_fluent_location_add_right_20_regular:before { content: "\ea29"; } -.icon-ic_fluent_lock_closed_key_20_filled:before { +.icon-ic_fluent_location_add_up_20_filled:before { content: "\ea2a"; } -.icon-ic_fluent_lock_closed_key_20_regular:before { +.icon-ic_fluent_location_add_up_20_regular:before { content: "\ea2b"; } -.icon-ic_fluent_lock_multiple_20_filled:before { +.icon-ic_fluent_location_arrow_20_filled:before { content: "\ea2c"; } -.icon-ic_fluent_lock_multiple_20_regular:before { +.icon-ic_fluent_location_arrow_20_regular:before { content: "\ea2d"; } -.icon-ic_fluent_lock_open_20_filled:before { +.icon-ic_fluent_location_arrow_left_20_filled:before { content: "\ea2e"; } -.icon-ic_fluent_lock_open_20_regular:before { +.icon-ic_fluent_location_arrow_left_20_regular:before { content: "\ea2f"; } -.icon-ic_fluent_lock_shield_20_filled:before { +.icon-ic_fluent_location_arrow_right_20_filled:before { content: "\ea30"; } -.icon-ic_fluent_lock_shield_20_regular:before { +.icon-ic_fluent_location_arrow_right_20_regular:before { content: "\ea31"; } -.icon-ic_fluent_lottery_20_filled:before { +.icon-ic_fluent_location_arrow_up_20_filled:before { content: "\ea32"; } -.icon-ic_fluent_lottery_20_regular:before { +.icon-ic_fluent_location_arrow_up_20_regular:before { content: "\ea33"; } -.icon-ic_fluent_luggage_20_filled:before { +.icon-ic_fluent_location_dismiss_20_filled:before { content: "\ea34"; } -.icon-ic_fluent_luggage_20_regular:before { +.icon-ic_fluent_location_dismiss_20_regular:before { content: "\ea35"; } -.icon-ic_fluent_mail_20_filled:before { +.icon-ic_fluent_location_live_20_filled:before { content: "\ea36"; } -.icon-ic_fluent_mail_20_regular:before { +.icon-ic_fluent_location_live_20_regular:before { content: "\ea37"; } -.icon-ic_fluent_mail_add_20_filled:before { +.icon-ic_fluent_location_off_20_filled:before { content: "\ea38"; } -.icon-ic_fluent_mail_add_20_regular:before { +.icon-ic_fluent_location_off_20_regular:before { content: "\ea39"; } -.icon-ic_fluent_mail_alert_20_filled:before { +.icon-ic_fluent_location_ripple_20_filled:before { content: "\ea3a"; } -.icon-ic_fluent_mail_alert_20_regular:before { +.icon-ic_fluent_location_ripple_20_regular:before { content: "\ea3b"; } -.icon-ic_fluent_mail_all_read_20_filled:before { +.icon-ic_fluent_location_target_square_20_filled:before { content: "\ea3c"; } -.icon-ic_fluent_mail_all_read_20_regular:before { +.icon-ic_fluent_location_target_square_20_regular:before { content: "\ea3d"; } -.icon-ic_fluent_mail_all_unread_20_filled:before { +.icon-ic_fluent_lock_closed_20_filled:before { content: "\ea3e"; } -.icon-ic_fluent_mail_all_unread_20_regular:before { +.icon-ic_fluent_lock_closed_20_regular:before { content: "\ea3f"; } -.icon-ic_fluent_mail_arrow_clockwise_20_filled:before { +.icon-ic_fluent_lock_closed_key_20_filled:before { content: "\ea40"; } -.icon-ic_fluent_mail_arrow_clockwise_20_regular:before { +.icon-ic_fluent_lock_closed_key_20_regular:before { content: "\ea41"; } -.icon-ic_fluent_mail_arrow_double_back_20_filled:before { +.icon-ic_fluent_lock_multiple_20_filled:before { content: "\ea42"; } -.icon-ic_fluent_mail_arrow_double_back_20_regular:before { +.icon-ic_fluent_lock_multiple_20_regular:before { content: "\ea43"; } -.icon-ic_fluent_mail_arrow_down_20_filled:before { +.icon-ic_fluent_lock_open_20_filled:before { content: "\ea44"; } -.icon-ic_fluent_mail_arrow_down_20_regular:before { +.icon-ic_fluent_lock_open_20_regular:before { content: "\ea45"; } -.icon-ic_fluent_mail_arrow_forward_20_filled:before { +.icon-ic_fluent_lock_shield_20_filled:before { content: "\ea46"; } -.icon-ic_fluent_mail_arrow_forward_20_regular:before { +.icon-ic_fluent_lock_shield_20_regular:before { content: "\ea47"; } -.icon-ic_fluent_mail_arrow_up_20_filled:before { +.icon-ic_fluent_lottery_20_filled:before { content: "\ea48"; } -.icon-ic_fluent_mail_arrow_up_20_regular:before { +.icon-ic_fluent_lottery_20_regular:before { content: "\ea49"; } -.icon-ic_fluent_mail_attach_20_filled:before { +.icon-ic_fluent_luggage_20_filled:before { content: "\ea4a"; } -.icon-ic_fluent_mail_attach_20_regular:before { +.icon-ic_fluent_luggage_20_regular:before { content: "\ea4b"; } -.icon-ic_fluent_mail_checkmark_20_filled:before { +.icon-ic_fluent_mail_20_filled:before { content: "\ea4c"; } -.icon-ic_fluent_mail_checkmark_20_regular:before { +.icon-ic_fluent_mail_20_regular:before { content: "\ea4d"; } -.icon-ic_fluent_mail_clock_20_filled:before { +.icon-ic_fluent_mail_add_20_filled:before { content: "\ea4e"; } -.icon-ic_fluent_mail_clock_20_regular:before { +.icon-ic_fluent_mail_add_20_regular:before { content: "\ea4f"; } -.icon-ic_fluent_mail_copy_20_filled:before { +.icon-ic_fluent_mail_alert_20_filled:before { content: "\ea50"; } -.icon-ic_fluent_mail_copy_20_regular:before { +.icon-ic_fluent_mail_alert_20_regular:before { content: "\ea51"; } -.icon-ic_fluent_mail_dismiss_20_filled:before { +.icon-ic_fluent_mail_all_read_20_filled:before { content: "\ea52"; } -.icon-ic_fluent_mail_dismiss_20_regular:before { +.icon-ic_fluent_mail_all_read_20_regular:before { content: "\ea53"; } -.icon-ic_fluent_mail_edit_20_filled:before { +.icon-ic_fluent_mail_all_unread_20_filled:before { content: "\ea54"; } -.icon-ic_fluent_mail_edit_20_regular:before { +.icon-ic_fluent_mail_all_unread_20_regular:before { content: "\ea55"; } -.icon-ic_fluent_mail_error_20_filled:before { +.icon-ic_fluent_mail_arrow_clockwise_20_filled:before { content: "\ea56"; } -.icon-ic_fluent_mail_error_20_regular:before { +.icon-ic_fluent_mail_arrow_clockwise_20_regular:before { content: "\ea57"; } -.icon-ic_fluent_mail_inbox_20_filled:before { +.icon-ic_fluent_mail_arrow_double_back_20_filled:before { content: "\ea58"; } -.icon-ic_fluent_mail_inbox_20_regular:before { +.icon-ic_fluent_mail_arrow_double_back_20_regular:before { content: "\ea59"; } -.icon-ic_fluent_mail_inbox_add_20_filled:before { +.icon-ic_fluent_mail_arrow_down_20_filled:before { content: "\ea5a"; } -.icon-ic_fluent_mail_inbox_add_20_regular:before { +.icon-ic_fluent_mail_arrow_down_20_regular:before { content: "\ea5b"; } -.icon-ic_fluent_mail_inbox_all_20_filled:before { +.icon-ic_fluent_mail_arrow_forward_20_filled:before { content: "\ea5c"; } -.icon-ic_fluent_mail_inbox_all_20_regular:before { +.icon-ic_fluent_mail_arrow_forward_20_regular:before { content: "\ea5d"; } -.icon-ic_fluent_mail_inbox_arrow_down_20_filled:before { +.icon-ic_fluent_mail_arrow_up_20_filled:before { content: "\ea5e"; } -.icon-ic_fluent_mail_inbox_arrow_down_20_regular:before { +.icon-ic_fluent_mail_arrow_up_20_regular:before { content: "\ea5f"; } -.icon-ic_fluent_mail_inbox_arrow_right_20_filled:before { +.icon-ic_fluent_mail_attach_20_filled:before { content: "\ea60"; } -.icon-ic_fluent_mail_inbox_arrow_right_20_regular:before { +.icon-ic_fluent_mail_attach_20_regular:before { content: "\ea61"; } -.icon-ic_fluent_mail_inbox_arrow_up_20_filled:before { +.icon-ic_fluent_mail_checkmark_20_filled:before { content: "\ea62"; } -.icon-ic_fluent_mail_inbox_arrow_up_20_regular:before { +.icon-ic_fluent_mail_checkmark_20_regular:before { content: "\ea63"; } -.icon-ic_fluent_mail_inbox_checkmark_20_filled:before { +.icon-ic_fluent_mail_clock_20_filled:before { content: "\ea64"; } -.icon-ic_fluent_mail_inbox_checkmark_20_regular:before { +.icon-ic_fluent_mail_clock_20_regular:before { content: "\ea65"; } -.icon-ic_fluent_mail_inbox_dismiss_20_filled:before { +.icon-ic_fluent_mail_copy_20_filled:before { content: "\ea66"; } -.icon-ic_fluent_mail_inbox_dismiss_20_regular:before { +.icon-ic_fluent_mail_copy_20_regular:before { content: "\ea67"; } -.icon-ic_fluent_mail_link_20_filled:before { +.icon-ic_fluent_mail_dismiss_20_filled:before { content: "\ea68"; } -.icon-ic_fluent_mail_link_20_regular:before { +.icon-ic_fluent_mail_dismiss_20_regular:before { content: "\ea69"; } -.icon-ic_fluent_mail_list_20_filled:before { +.icon-ic_fluent_mail_edit_20_filled:before { content: "\ea6a"; } -.icon-ic_fluent_mail_list_20_regular:before { +.icon-ic_fluent_mail_edit_20_regular:before { content: "\ea6b"; } -.icon-ic_fluent_mail_multiple_20_filled:before { +.icon-ic_fluent_mail_error_20_filled:before { content: "\ea6c"; } -.icon-ic_fluent_mail_multiple_20_regular:before { +.icon-ic_fluent_mail_error_20_regular:before { content: "\ea6d"; } -.icon-ic_fluent_mail_off_20_filled:before { +.icon-ic_fluent_mail_inbox_20_filled:before { content: "\ea6e"; } -.icon-ic_fluent_mail_off_20_regular:before { +.icon-ic_fluent_mail_inbox_20_regular:before { content: "\ea6f"; } -.icon-ic_fluent_mail_open_person_20_filled:before { +.icon-ic_fluent_mail_inbox_add_20_filled:before { content: "\ea70"; } -.icon-ic_fluent_mail_open_person_20_regular:before { +.icon-ic_fluent_mail_inbox_add_20_regular:before { content: "\ea71"; } -.icon-ic_fluent_mail_pause_20_filled:before { +.icon-ic_fluent_mail_inbox_all_20_filled:before { content: "\ea72"; } -.icon-ic_fluent_mail_pause_20_regular:before { +.icon-ic_fluent_mail_inbox_all_20_regular:before { content: "\ea73"; } -.icon-ic_fluent_mail_prohibited_20_filled:before { +.icon-ic_fluent_mail_inbox_arrow_down_20_filled:before { content: "\ea74"; } -.icon-ic_fluent_mail_prohibited_20_regular:before { +.icon-ic_fluent_mail_inbox_arrow_down_20_regular:before { content: "\ea75"; } -.icon-ic_fluent_mail_read_20_filled:before { +.icon-ic_fluent_mail_inbox_arrow_right_20_filled:before { content: "\ea76"; } -.icon-ic_fluent_mail_read_20_regular:before { +.icon-ic_fluent_mail_inbox_arrow_right_20_regular:before { content: "\ea77"; } -.icon-ic_fluent_mail_read_multiple_20_filled:before { +.icon-ic_fluent_mail_inbox_arrow_up_20_filled:before { content: "\ea78"; } -.icon-ic_fluent_mail_read_multiple_20_regular:before { +.icon-ic_fluent_mail_inbox_arrow_up_20_regular:before { content: "\ea79"; } -.icon-ic_fluent_mail_rewind_20_filled:before { +.icon-ic_fluent_mail_inbox_checkmark_20_filled:before { content: "\ea7a"; } -.icon-ic_fluent_mail_rewind_20_regular:before { +.icon-ic_fluent_mail_inbox_checkmark_20_regular:before { content: "\ea7b"; } -.icon-ic_fluent_mail_settings_20_filled:before { +.icon-ic_fluent_mail_inbox_dismiss_20_filled:before { content: "\ea7c"; } -.icon-ic_fluent_mail_settings_20_regular:before { +.icon-ic_fluent_mail_inbox_dismiss_20_regular:before { content: "\ea7d"; } -.icon-ic_fluent_mail_shield_20_filled:before { +.icon-ic_fluent_mail_link_20_filled:before { content: "\ea7e"; } -.icon-ic_fluent_mail_shield_20_regular:before { +.icon-ic_fluent_mail_link_20_regular:before { content: "\ea7f"; } -.icon-ic_fluent_mail_template_20_filled:before { +.icon-ic_fluent_mail_list_20_filled:before { content: "\ea80"; } -.icon-ic_fluent_mail_template_20_regular:before { +.icon-ic_fluent_mail_list_20_regular:before { content: "\ea81"; } -.icon-ic_fluent_mail_unread_20_filled:before { +.icon-ic_fluent_mail_multiple_20_filled:before { content: "\ea82"; } -.icon-ic_fluent_mail_unread_20_regular:before { +.icon-ic_fluent_mail_multiple_20_regular:before { content: "\ea83"; } -.icon-ic_fluent_mail_warning_20_filled:before { +.icon-ic_fluent_mail_off_20_filled:before { content: "\ea84"; } -.icon-ic_fluent_mail_warning_20_regular:before { +.icon-ic_fluent_mail_off_20_regular:before { content: "\ea85"; } -.icon-ic_fluent_mailbox_20_filled:before { +.icon-ic_fluent_mail_open_person_20_filled:before { content: "\ea86"; } -.icon-ic_fluent_mailbox_20_regular:before { +.icon-ic_fluent_mail_open_person_20_regular:before { content: "\ea87"; } -.icon-ic_fluent_map_20_filled:before { +.icon-ic_fluent_mail_pause_20_filled:before { content: "\ea88"; } -.icon-ic_fluent_map_20_regular:before { +.icon-ic_fluent_mail_pause_20_regular:before { content: "\ea89"; } -.icon-ic_fluent_map_drive_20_filled:before { +.icon-ic_fluent_mail_prohibited_20_filled:before { content: "\ea8a"; } -.icon-ic_fluent_map_drive_20_regular:before { +.icon-ic_fluent_mail_prohibited_20_regular:before { content: "\ea8b"; } -.icon-ic_fluent_markdown_20_filled:before { +.icon-ic_fluent_mail_read_20_filled:before { content: "\ea8c"; } -.icon-ic_fluent_markdown_20_regular:before { +.icon-ic_fluent_mail_read_20_regular:before { content: "\ea8d"; } -.icon-ic_fluent_match_app_layout_20_filled:before { +.icon-ic_fluent_mail_read_multiple_20_filled:before { content: "\ea8e"; } -.icon-ic_fluent_match_app_layout_20_regular:before { +.icon-ic_fluent_mail_read_multiple_20_regular:before { content: "\ea8f"; } -.icon-ic_fluent_math_format_linear_20_filled:before { +.icon-ic_fluent_mail_rewind_20_filled:before { content: "\ea90"; } -.icon-ic_fluent_math_format_linear_20_regular:before { +.icon-ic_fluent_mail_rewind_20_regular:before { content: "\ea91"; } -.icon-ic_fluent_math_format_professional_20_filled:before { +.icon-ic_fluent_mail_settings_20_filled:before { content: "\ea92"; } -.icon-ic_fluent_math_format_professional_20_regular:before { +.icon-ic_fluent_mail_settings_20_regular:before { content: "\ea93"; } -.icon-ic_fluent_math_formula_20_filled:before { +.icon-ic_fluent_mail_shield_20_filled:before { content: "\ea94"; } -.icon-ic_fluent_math_formula_20_regular:before { +.icon-ic_fluent_mail_shield_20_regular:before { content: "\ea95"; } -.icon-ic_fluent_math_symbols_20_filled:before { +.icon-ic_fluent_mail_template_20_filled:before { content: "\ea96"; } -.icon-ic_fluent_math_symbols_20_regular:before { +.icon-ic_fluent_mail_template_20_regular:before { content: "\ea97"; } -.icon-ic_fluent_maximize_20_filled:before { +.icon-ic_fluent_mail_unread_20_filled:before { content: "\ea98"; } -.icon-ic_fluent_maximize_20_regular:before { +.icon-ic_fluent_mail_unread_20_regular:before { content: "\ea99"; } -.icon-ic_fluent_meet_now_20_filled:before { +.icon-ic_fluent_mail_warning_20_filled:before { content: "\ea9a"; } -.icon-ic_fluent_meet_now_20_regular:before { +.icon-ic_fluent_mail_warning_20_regular:before { content: "\ea9b"; } -.icon-ic_fluent_megaphone_20_filled:before { +.icon-ic_fluent_mailbox_20_filled:before { content: "\ea9c"; } -.icon-ic_fluent_megaphone_20_regular:before { +.icon-ic_fluent_mailbox_20_regular:before { content: "\ea9d"; } -.icon-ic_fluent_megaphone_circle_20_filled:before { +.icon-ic_fluent_map_20_filled:before { content: "\ea9e"; } -.icon-ic_fluent_megaphone_circle_20_regular:before { +.icon-ic_fluent_map_20_regular:before { content: "\ea9f"; } -.icon-ic_fluent_megaphone_loud_20_filled:before { +.icon-ic_fluent_map_drive_20_filled:before { content: "\eaa0"; } -.icon-ic_fluent_megaphone_loud_20_regular:before { +.icon-ic_fluent_map_drive_20_regular:before { content: "\eaa1"; } -.icon-ic_fluent_megaphone_off_20_filled:before { +.icon-ic_fluent_markdown_20_filled:before { content: "\eaa2"; } -.icon-ic_fluent_megaphone_off_20_regular:before { +.icon-ic_fluent_markdown_20_regular:before { content: "\eaa3"; } -.icon-ic_fluent_mention_20_filled:before { +.icon-ic_fluent_match_app_layout_20_filled:before { content: "\eaa4"; } -.icon-ic_fluent_mention_20_regular:before { +.icon-ic_fluent_match_app_layout_20_regular:before { content: "\eaa5"; } -.icon-ic_fluent_mention_arrow_down_20_filled:before { +.icon-ic_fluent_math_format_linear_20_filled:before { content: "\eaa6"; } -.icon-ic_fluent_mention_arrow_down_20_regular:before { +.icon-ic_fluent_math_format_linear_20_regular:before { content: "\eaa7"; } -.icon-ic_fluent_mention_brackets_20_filled:before { +.icon-ic_fluent_math_format_professional_20_filled:before { content: "\eaa8"; } -.icon-ic_fluent_mention_brackets_20_regular:before { +.icon-ic_fluent_math_format_professional_20_regular:before { content: "\eaa9"; } -.icon-ic_fluent_merge_20_filled:before { +.icon-ic_fluent_math_formula_20_filled:before { content: "\eaaa"; } -.icon-ic_fluent_merge_20_regular:before { +.icon-ic_fluent_math_formula_20_regular:before { content: "\eaab"; } -.icon-ic_fluent_mic_20_filled:before { +.icon-ic_fluent_math_symbols_20_filled:before { content: "\eaac"; } -.icon-ic_fluent_mic_20_regular:before { +.icon-ic_fluent_math_symbols_20_regular:before { content: "\eaad"; } -.icon-ic_fluent_mic_off_20_filled:before { +.icon-ic_fluent_maximize_20_filled:before { content: "\eaae"; } -.icon-ic_fluent_mic_off_20_regular:before { +.icon-ic_fluent_maximize_20_regular:before { content: "\eaaf"; } -.icon-ic_fluent_mic_prohibited_20_filled:before { +.icon-ic_fluent_meet_now_20_filled:before { content: "\eab0"; } -.icon-ic_fluent_mic_prohibited_20_regular:before { +.icon-ic_fluent_meet_now_20_regular:before { content: "\eab1"; } -.icon-ic_fluent_mic_pulse_20_filled:before { +.icon-ic_fluent_megaphone_20_filled:before { content: "\eab2"; } -.icon-ic_fluent_mic_pulse_20_regular:before { +.icon-ic_fluent_megaphone_20_regular:before { content: "\eab3"; } -.icon-ic_fluent_mic_pulse_off_20_filled:before { +.icon-ic_fluent_megaphone_circle_20_filled:before { content: "\eab4"; } -.icon-ic_fluent_mic_pulse_off_20_regular:before { +.icon-ic_fluent_megaphone_circle_20_regular:before { content: "\eab5"; } -.icon-ic_fluent_mic_record_20_filled:before { +.icon-ic_fluent_megaphone_loud_20_filled:before { content: "\eab6"; } -.icon-ic_fluent_mic_record_20_regular:before { +.icon-ic_fluent_megaphone_loud_20_regular:before { content: "\eab7"; } -.icon-ic_fluent_mic_settings_20_filled:before { +.icon-ic_fluent_megaphone_off_20_filled:before { content: "\eab8"; } -.icon-ic_fluent_mic_settings_20_regular:before { +.icon-ic_fluent_megaphone_off_20_regular:before { content: "\eab9"; } -.icon-ic_fluent_mic_sparkle_20_filled:before { +.icon-ic_fluent_mention_20_filled:before { content: "\eaba"; } -.icon-ic_fluent_mic_sparkle_20_regular:before { +.icon-ic_fluent_mention_20_regular:before { content: "\eabb"; } -.icon-ic_fluent_mic_sync_20_filled:before { +.icon-ic_fluent_mention_arrow_down_20_filled:before { content: "\eabc"; } -.icon-ic_fluent_mic_sync_20_regular:before { +.icon-ic_fluent_mention_arrow_down_20_regular:before { content: "\eabd"; } -.icon-ic_fluent_microscope_20_filled:before { +.icon-ic_fluent_mention_brackets_20_filled:before { content: "\eabe"; } -.icon-ic_fluent_microscope_20_regular:before { +.icon-ic_fluent_mention_brackets_20_regular:before { content: "\eabf"; } -.icon-ic_fluent_midi_20_filled:before { +.icon-ic_fluent_merge_20_filled:before { content: "\eac0"; } -.icon-ic_fluent_midi_20_regular:before { +.icon-ic_fluent_merge_20_regular:before { content: "\eac1"; } -.icon-ic_fluent_mobile_optimized_20_filled:before { +.icon-ic_fluent_mic_20_filled:before { content: "\eac2"; } -.icon-ic_fluent_mobile_optimized_20_regular:before { +.icon-ic_fluent_mic_20_regular:before { content: "\eac3"; } -.icon-ic_fluent_mold_20_filled:before { +.icon-ic_fluent_mic_off_20_filled:before { content: "\eac4"; } -.icon-ic_fluent_mold_20_regular:before { +.icon-ic_fluent_mic_off_20_regular:before { content: "\eac5"; } -.icon-ic_fluent_molecule_20_filled:before { +.icon-ic_fluent_mic_prohibited_20_filled:before { content: "\eac6"; } -.icon-ic_fluent_molecule_20_regular:before { +.icon-ic_fluent_mic_prohibited_20_regular:before { content: "\eac7"; } -.icon-ic_fluent_money_20_filled:before { +.icon-ic_fluent_mic_pulse_20_filled:before { content: "\eac8"; } -.icon-ic_fluent_money_20_regular:before { +.icon-ic_fluent_mic_pulse_20_regular:before { content: "\eac9"; } -.icon-ic_fluent_money_calculator_20_filled:before { +.icon-ic_fluent_mic_pulse_off_20_filled:before { content: "\eaca"; } -.icon-ic_fluent_money_calculator_20_regular:before { +.icon-ic_fluent_mic_pulse_off_20_regular:before { content: "\eacb"; } -.icon-ic_fluent_money_dismiss_20_filled:before { +.icon-ic_fluent_mic_record_20_filled:before { content: "\eacc"; } -.icon-ic_fluent_money_dismiss_20_regular:before { +.icon-ic_fluent_mic_record_20_regular:before { content: "\eacd"; } -.icon-ic_fluent_money_hand_20_filled:before { +.icon-ic_fluent_mic_settings_20_filled:before { content: "\eace"; } -.icon-ic_fluent_money_hand_20_regular:before { +.icon-ic_fluent_mic_settings_20_regular:before { content: "\eacf"; } -.icon-ic_fluent_money_off_20_filled:before { +.icon-ic_fluent_mic_sparkle_20_filled:before { content: "\ead0"; } -.icon-ic_fluent_money_off_20_regular:before { +.icon-ic_fluent_mic_sparkle_20_regular:before { content: "\ead1"; } -.icon-ic_fluent_money_settings_20_filled:before { +.icon-ic_fluent_mic_sync_20_filled:before { content: "\ead2"; } -.icon-ic_fluent_money_settings_20_regular:before { +.icon-ic_fluent_mic_sync_20_regular:before { content: "\ead3"; } -.icon-ic_fluent_more_circle_20_filled:before { +.icon-ic_fluent_microscope_20_filled:before { content: "\ead4"; } -.icon-ic_fluent_more_circle_20_regular:before { +.icon-ic_fluent_microscope_20_regular:before { content: "\ead5"; } -.icon-ic_fluent_more_horizontal_20_filled:before { +.icon-ic_fluent_midi_20_filled:before { content: "\ead6"; } -.icon-ic_fluent_more_horizontal_20_regular:before { +.icon-ic_fluent_midi_20_regular:before { content: "\ead7"; } -.icon-ic_fluent_more_vertical_20_filled:before { +.icon-ic_fluent_mobile_optimized_20_filled:before { content: "\ead8"; } -.icon-ic_fluent_more_vertical_20_regular:before { +.icon-ic_fluent_mobile_optimized_20_regular:before { content: "\ead9"; } -.icon-ic_fluent_mountain_location_bottom_20_filled:before { +.icon-ic_fluent_mold_20_filled:before { content: "\eada"; } -.icon-ic_fluent_mountain_location_bottom_20_regular:before { +.icon-ic_fluent_mold_20_regular:before { content: "\eadb"; } -.icon-ic_fluent_mountain_location_top_20_filled:before { +.icon-ic_fluent_molecule_20_filled:before { content: "\eadc"; } -.icon-ic_fluent_mountain_location_top_20_regular:before { +.icon-ic_fluent_molecule_20_regular:before { content: "\eadd"; } -.icon-ic_fluent_mountain_trail_20_filled:before { +.icon-ic_fluent_money_20_filled:before { content: "\eade"; } -.icon-ic_fluent_mountain_trail_20_regular:before { +.icon-ic_fluent_money_20_regular:before { content: "\eadf"; } -.icon-ic_fluent_movies_and_tv_20_filled:before { +.icon-ic_fluent_money_calculator_20_filled:before { content: "\eae0"; } -.icon-ic_fluent_movies_and_tv_20_regular:before { +.icon-ic_fluent_money_calculator_20_regular:before { content: "\eae1"; } -.icon-ic_fluent_multiplier_1_2x_20_filled:before { +.icon-ic_fluent_money_dismiss_20_filled:before { content: "\eae2"; } -.icon-ic_fluent_multiplier_1_2x_20_regular:before { +.icon-ic_fluent_money_dismiss_20_regular:before { content: "\eae3"; } -.icon-ic_fluent_multiplier_1_5x_20_filled:before { +.icon-ic_fluent_money_hand_20_filled:before { content: "\eae4"; } -.icon-ic_fluent_multiplier_1_5x_20_regular:before { +.icon-ic_fluent_money_hand_20_regular:before { content: "\eae5"; } -.icon-ic_fluent_multiplier_1_8x_20_filled:before { +.icon-ic_fluent_money_off_20_filled:before { content: "\eae6"; } -.icon-ic_fluent_multiplier_1_8x_20_regular:before { +.icon-ic_fluent_money_off_20_regular:before { content: "\eae7"; } -.icon-ic_fluent_multiplier_1x_20_filled:before { +.icon-ic_fluent_money_settings_20_filled:before { content: "\eae8"; } -.icon-ic_fluent_multiplier_1x_20_regular:before { +.icon-ic_fluent_money_settings_20_regular:before { content: "\eae9"; } -.icon-ic_fluent_multiplier_2x_20_filled:before { +.icon-ic_fluent_more_circle_20_filled:before { content: "\eaea"; } -.icon-ic_fluent_multiplier_2x_20_regular:before { +.icon-ic_fluent_more_circle_20_regular:before { content: "\eaeb"; } -.icon-ic_fluent_multiplier_5x_20_filled:before { +.icon-ic_fluent_more_horizontal_20_filled:before { content: "\eaec"; } -.icon-ic_fluent_multiplier_5x_20_regular:before { +.icon-ic_fluent_more_horizontal_20_regular:before { content: "\eaed"; } -.icon-ic_fluent_multiselect_ltr_20_filled:before { +.icon-ic_fluent_more_vertical_20_filled:before { content: "\eaee"; } -.icon-ic_fluent_multiselect_ltr_20_regular:before { +.icon-ic_fluent_more_vertical_20_regular:before { content: "\eaef"; } -.icon-ic_fluent_multiselect_rtl_20_filled:before { +.icon-ic_fluent_mountain_location_bottom_20_filled:before { content: "\eaf0"; } -.icon-ic_fluent_multiselect_rtl_20_regular:before { +.icon-ic_fluent_mountain_location_bottom_20_regular:before { content: "\eaf1"; } -.icon-ic_fluent_music_note_1_20_filled:before { +.icon-ic_fluent_mountain_location_top_20_filled:before { content: "\eaf2"; } -.icon-ic_fluent_music_note_1_20_regular:before { +.icon-ic_fluent_mountain_location_top_20_regular:before { content: "\eaf3"; } -.icon-ic_fluent_music_note_2_20_filled:before { +.icon-ic_fluent_mountain_trail_20_filled:before { content: "\eaf4"; } -.icon-ic_fluent_music_note_2_20_regular:before { +.icon-ic_fluent_mountain_trail_20_regular:before { content: "\eaf5"; } -.icon-ic_fluent_music_note_2_play_20_filled:before { +.icon-ic_fluent_movies_and_tv_20_filled:before { content: "\eaf6"; } -.icon-ic_fluent_music_note_2_play_20_regular:before { +.icon-ic_fluent_movies_and_tv_20_regular:before { content: "\eaf7"; } -.icon-ic_fluent_music_note_off_1_20_filled:before { +.icon-ic_fluent_multiplier_1_2x_20_filled:before { content: "\eaf8"; } -.icon-ic_fluent_music_note_off_1_20_regular:before { +.icon-ic_fluent_multiplier_1_2x_20_regular:before { content: "\eaf9"; } -.icon-ic_fluent_music_note_off_2_20_filled:before { +.icon-ic_fluent_multiplier_1_5x_20_filled:before { content: "\eafa"; } -.icon-ic_fluent_music_note_off_2_20_regular:before { +.icon-ic_fluent_multiplier_1_5x_20_regular:before { content: "\eafb"; } -.icon-ic_fluent_my_location_20_filled:before { +.icon-ic_fluent_multiplier_1_8x_20_filled:before { content: "\eafc"; } -.icon-ic_fluent_my_location_20_regular:before { +.icon-ic_fluent_multiplier_1_8x_20_regular:before { content: "\eafd"; } -.icon-ic_fluent_navigation_20_filled:before { +.icon-ic_fluent_multiplier_1x_20_filled:before { content: "\eafe"; } -.icon-ic_fluent_navigation_20_regular:before { +.icon-ic_fluent_multiplier_1x_20_regular:before { content: "\eaff"; } -.icon-ic_fluent_navigation_location_target_20_filled:before { +.icon-ic_fluent_multiplier_2x_20_filled:before { content: "\eb00"; } -.icon-ic_fluent_navigation_location_target_20_regular:before { +.icon-ic_fluent_multiplier_2x_20_regular:before { content: "\eb01"; } -.icon-ic_fluent_navigation_play_20_filled:before { +.icon-ic_fluent_multiplier_5x_20_filled:before { content: "\eb02"; } -.icon-ic_fluent_navigation_play_20_regular:before { +.icon-ic_fluent_multiplier_5x_20_regular:before { content: "\eb03"; } -.icon-ic_fluent_navigation_unread_20_filled:before { +.icon-ic_fluent_multiselect_ltr_20_filled:before { content: "\eb04"; } -.icon-ic_fluent_navigation_unread_20_regular:before { +.icon-ic_fluent_multiselect_ltr_20_regular:before { content: "\eb05"; } -.icon-ic_fluent_network_check_20_filled:before { +.icon-ic_fluent_multiselect_rtl_20_filled:before { content: "\eb06"; } -.icon-ic_fluent_network_check_20_regular:before { +.icon-ic_fluent_multiselect_rtl_20_regular:before { content: "\eb07"; } -.icon-ic_fluent_new_20_filled:before { +.icon-ic_fluent_music_note_1_20_filled:before { content: "\eb08"; } -.icon-ic_fluent_new_20_regular:before { +.icon-ic_fluent_music_note_1_20_regular:before { content: "\eb09"; } -.icon-ic_fluent_news_20_filled:before { +.icon-ic_fluent_music_note_2_20_filled:before { content: "\eb0a"; } -.icon-ic_fluent_news_20_regular:before { +.icon-ic_fluent_music_note_2_20_regular:before { content: "\eb0b"; } -.icon-ic_fluent_next_20_filled:before { +.icon-ic_fluent_music_note_2_play_20_filled:before { content: "\eb0c"; } -.icon-ic_fluent_next_20_regular:before { +.icon-ic_fluent_music_note_2_play_20_regular:before { content: "\eb0d"; } -.icon-ic_fluent_next_frame_20_filled:before { +.icon-ic_fluent_music_note_off_1_20_filled:before { content: "\eb0e"; } -.icon-ic_fluent_next_frame_20_regular:before { +.icon-ic_fluent_music_note_off_1_20_regular:before { content: "\eb0f"; } -.icon-ic_fluent_note_20_filled:before { +.icon-ic_fluent_music_note_off_2_20_filled:before { content: "\eb10"; } -.icon-ic_fluent_note_20_regular:before { +.icon-ic_fluent_music_note_off_2_20_regular:before { content: "\eb11"; } -.icon-ic_fluent_note_add_20_filled:before { +.icon-ic_fluent_my_location_20_filled:before { content: "\eb12"; } -.icon-ic_fluent_note_add_20_regular:before { +.icon-ic_fluent_my_location_20_regular:before { content: "\eb13"; } -.icon-ic_fluent_note_edit_20_filled:before { +.icon-ic_fluent_navigation_20_filled:before { content: "\eb14"; } -.icon-ic_fluent_note_edit_20_regular:before { +.icon-ic_fluent_navigation_20_regular:before { content: "\eb15"; } -.icon-ic_fluent_note_pin_20_filled:before { +.icon-ic_fluent_navigation_location_target_20_filled:before { content: "\eb16"; } -.icon-ic_fluent_note_pin_20_regular:before { +.icon-ic_fluent_navigation_location_target_20_regular:before { content: "\eb17"; } -.icon-ic_fluent_notebook_20_filled:before { +.icon-ic_fluent_navigation_play_20_filled:before { content: "\eb18"; } -.icon-ic_fluent_notebook_20_regular:before { +.icon-ic_fluent_navigation_play_20_regular:before { content: "\eb19"; } -.icon-ic_fluent_notebook_add_20_filled:before { +.icon-ic_fluent_navigation_unread_20_filled:before { content: "\eb1a"; } -.icon-ic_fluent_notebook_add_20_regular:before { +.icon-ic_fluent_navigation_unread_20_regular:before { content: "\eb1b"; } -.icon-ic_fluent_notebook_arrow_curve_down_20_filled:before { +.icon-ic_fluent_network_check_20_filled:before { content: "\eb1c"; } -.icon-ic_fluent_notebook_arrow_curve_down_20_regular:before { +.icon-ic_fluent_network_check_20_regular:before { content: "\eb1d"; } -.icon-ic_fluent_notebook_error_20_filled:before { +.icon-ic_fluent_new_20_filled:before { content: "\eb1e"; } -.icon-ic_fluent_notebook_error_20_regular:before { +.icon-ic_fluent_new_20_regular:before { content: "\eb1f"; } -.icon-ic_fluent_notebook_eye_20_filled:before { +.icon-ic_fluent_news_20_filled:before { content: "\eb20"; } -.icon-ic_fluent_notebook_eye_20_regular:before { +.icon-ic_fluent_news_20_regular:before { content: "\eb21"; } -.icon-ic_fluent_notebook_lightning_20_filled:before { +.icon-ic_fluent_next_20_filled:before { content: "\eb22"; } -.icon-ic_fluent_notebook_lightning_20_regular:before { +.icon-ic_fluent_next_20_regular:before { content: "\eb23"; } -.icon-ic_fluent_notebook_question_mark_20_filled:before { +.icon-ic_fluent_next_frame_20_filled:before { content: "\eb24"; } -.icon-ic_fluent_notebook_question_mark_20_regular:before { +.icon-ic_fluent_next_frame_20_regular:before { content: "\eb25"; } -.icon-ic_fluent_notebook_section_20_filled:before { +.icon-ic_fluent_note_20_filled:before { content: "\eb26"; } -.icon-ic_fluent_notebook_section_20_regular:before { +.icon-ic_fluent_note_20_regular:before { content: "\eb27"; } -.icon-ic_fluent_notebook_section_arrow_right_20_filled:before { +.icon-ic_fluent_note_add_20_filled:before { content: "\eb28"; } -.icon-ic_fluent_notebook_section_arrow_right_20_regular:before { +.icon-ic_fluent_note_add_20_regular:before { content: "\eb29"; } -.icon-ic_fluent_notebook_subsection_20_filled:before { +.icon-ic_fluent_note_edit_20_filled:before { content: "\eb2a"; } -.icon-ic_fluent_notebook_subsection_20_regular:before { +.icon-ic_fluent_note_edit_20_regular:before { content: "\eb2b"; } -.icon-ic_fluent_notebook_sync_20_filled:before { +.icon-ic_fluent_note_pin_20_filled:before { content: "\eb2c"; } -.icon-ic_fluent_notebook_sync_20_regular:before { +.icon-ic_fluent_note_pin_20_regular:before { content: "\eb2d"; } -.icon-ic_fluent_notepad_20_filled:before { +.icon-ic_fluent_notebook_20_filled:before { content: "\eb2e"; } -.icon-ic_fluent_notepad_20_regular:before { +.icon-ic_fluent_notebook_20_regular:before { content: "\eb2f"; } -.icon-ic_fluent_notepad_edit_20_filled:before { +.icon-ic_fluent_notebook_add_20_filled:before { content: "\eb30"; } -.icon-ic_fluent_notepad_edit_20_regular:before { +.icon-ic_fluent_notebook_add_20_regular:before { content: "\eb31"; } -.icon-ic_fluent_notepad_person_20_filled:before { +.icon-ic_fluent_notebook_arrow_curve_down_20_filled:before { content: "\eb32"; } -.icon-ic_fluent_notepad_person_20_regular:before { +.icon-ic_fluent_notebook_arrow_curve_down_20_regular:before { content: "\eb33"; } -.icon-ic_fluent_number_circle_0_20_filled:before { +.icon-ic_fluent_notebook_error_20_filled:before { content: "\eb34"; } -.icon-ic_fluent_number_circle_0_20_regular:before { +.icon-ic_fluent_notebook_error_20_regular:before { content: "\eb35"; } -.icon-ic_fluent_number_circle_1_20_filled:before { +.icon-ic_fluent_notebook_eye_20_filled:before { content: "\eb36"; } -.icon-ic_fluent_number_circle_1_20_regular:before { +.icon-ic_fluent_notebook_eye_20_regular:before { content: "\eb37"; } -.icon-ic_fluent_number_circle_2_20_filled:before { +.icon-ic_fluent_notebook_lightning_20_filled:before { content: "\eb38"; } -.icon-ic_fluent_number_circle_2_20_regular:before { +.icon-ic_fluent_notebook_lightning_20_regular:before { content: "\eb39"; } -.icon-ic_fluent_number_circle_3_20_filled:before { +.icon-ic_fluent_notebook_question_mark_20_filled:before { content: "\eb3a"; } -.icon-ic_fluent_number_circle_3_20_regular:before { +.icon-ic_fluent_notebook_question_mark_20_regular:before { content: "\eb3b"; } -.icon-ic_fluent_number_circle_4_20_filled:before { +.icon-ic_fluent_notebook_section_20_filled:before { content: "\eb3c"; } -.icon-ic_fluent_number_circle_4_20_regular:before { +.icon-ic_fluent_notebook_section_20_regular:before { content: "\eb3d"; } -.icon-ic_fluent_number_circle_5_20_filled:before { +.icon-ic_fluent_notebook_section_arrow_right_20_filled:before { content: "\eb3e"; } -.icon-ic_fluent_number_circle_5_20_regular:before { +.icon-ic_fluent_notebook_section_arrow_right_20_regular:before { content: "\eb3f"; } -.icon-ic_fluent_number_circle_6_20_filled:before { +.icon-ic_fluent_notebook_subsection_20_filled:before { content: "\eb40"; } -.icon-ic_fluent_number_circle_6_20_regular:before { +.icon-ic_fluent_notebook_subsection_20_regular:before { content: "\eb41"; } -.icon-ic_fluent_number_circle_7_20_filled:before { +.icon-ic_fluent_notebook_sync_20_filled:before { content: "\eb42"; } -.icon-ic_fluent_number_circle_7_20_regular:before { +.icon-ic_fluent_notebook_sync_20_regular:before { content: "\eb43"; } -.icon-ic_fluent_number_circle_8_20_filled:before { +.icon-ic_fluent_notepad_20_filled:before { content: "\eb44"; } -.icon-ic_fluent_number_circle_8_20_regular:before { +.icon-ic_fluent_notepad_20_regular:before { content: "\eb45"; } -.icon-ic_fluent_number_circle_9_20_filled:before { +.icon-ic_fluent_notepad_edit_20_filled:before { content: "\eb46"; } -.icon-ic_fluent_number_circle_9_20_regular:before { +.icon-ic_fluent_notepad_edit_20_regular:before { content: "\eb47"; } -.icon-ic_fluent_number_row_20_filled:before { +.icon-ic_fluent_notepad_person_20_filled:before { content: "\eb48"; } -.icon-ic_fluent_number_row_20_regular:before { +.icon-ic_fluent_notepad_person_20_regular:before { content: "\eb49"; } -.icon-ic_fluent_number_symbol_20_filled:before { +.icon-ic_fluent_number_circle_0_20_filled:before { content: "\eb4a"; } -.icon-ic_fluent_number_symbol_20_regular:before { +.icon-ic_fluent_number_circle_0_20_regular:before { content: "\eb4b"; } -.icon-ic_fluent_number_symbol_dismiss_20_filled:before { +.icon-ic_fluent_number_circle_1_20_filled:before { content: "\eb4c"; } -.icon-ic_fluent_number_symbol_dismiss_20_regular:before { +.icon-ic_fluent_number_circle_1_20_regular:before { content: "\eb4d"; } -.icon-ic_fluent_number_symbol_square_20_filled:before { +.icon-ic_fluent_number_circle_2_20_filled:before { content: "\eb4e"; } -.icon-ic_fluent_number_symbol_square_20_regular:before { +.icon-ic_fluent_number_circle_2_20_regular:before { content: "\eb4f"; } -.icon-ic_fluent_open_20_filled:before { +.icon-ic_fluent_number_circle_3_20_filled:before { content: "\eb50"; } -.icon-ic_fluent_open_20_regular:before { +.icon-ic_fluent_number_circle_3_20_regular:before { content: "\eb51"; } -.icon-ic_fluent_open_folder_20_filled:before { +.icon-ic_fluent_number_circle_4_20_filled:before { content: "\eb52"; } -.icon-ic_fluent_open_folder_20_regular:before { +.icon-ic_fluent_number_circle_4_20_regular:before { content: "\eb53"; } -.icon-ic_fluent_open_off_20_filled:before { +.icon-ic_fluent_number_circle_5_20_filled:before { content: "\eb54"; } -.icon-ic_fluent_open_off_20_regular:before { +.icon-ic_fluent_number_circle_5_20_regular:before { content: "\eb55"; } -.icon-ic_fluent_options_20_filled:before { +.icon-ic_fluent_number_circle_6_20_filled:before { content: "\eb56"; } -.icon-ic_fluent_options_20_regular:before { +.icon-ic_fluent_number_circle_6_20_regular:before { content: "\eb57"; } -.icon-ic_fluent_organization_20_filled:before { +.icon-ic_fluent_number_circle_7_20_filled:before { content: "\eb58"; } -.icon-ic_fluent_organization_20_regular:before { +.icon-ic_fluent_number_circle_7_20_regular:before { content: "\eb59"; } -.icon-ic_fluent_organization_horizontal_20_filled:before { +.icon-ic_fluent_number_circle_8_20_filled:before { content: "\eb5a"; } -.icon-ic_fluent_organization_horizontal_20_regular:before { +.icon-ic_fluent_number_circle_8_20_regular:before { content: "\eb5b"; } -.icon-ic_fluent_orientation_20_filled:before { +.icon-ic_fluent_number_circle_9_20_filled:before { content: "\eb5c"; } -.icon-ic_fluent_orientation_20_regular:before { +.icon-ic_fluent_number_circle_9_20_regular:before { content: "\eb5d"; } -.icon-ic_fluent_oval_20_filled:before { +.icon-ic_fluent_number_row_20_filled:before { content: "\eb5e"; } -.icon-ic_fluent_oval_20_regular:before { +.icon-ic_fluent_number_row_20_regular:before { content: "\eb5f"; } -.icon-ic_fluent_oven_20_filled:before { +.icon-ic_fluent_number_symbol_20_filled:before { content: "\eb60"; } -.icon-ic_fluent_oven_20_regular:before { +.icon-ic_fluent_number_symbol_20_regular:before { content: "\eb61"; } -.icon-ic_fluent_padding_down_20_filled:before { +.icon-ic_fluent_number_symbol_dismiss_20_filled:before { content: "\eb62"; } -.icon-ic_fluent_padding_down_20_regular:before { +.icon-ic_fluent_number_symbol_dismiss_20_regular:before { content: "\eb63"; } -.icon-ic_fluent_padding_left_20_filled:before { +.icon-ic_fluent_number_symbol_square_20_filled:before { content: "\eb64"; } -.icon-ic_fluent_padding_left_20_regular:before { +.icon-ic_fluent_number_symbol_square_20_regular:before { content: "\eb65"; } -.icon-ic_fluent_padding_right_20_filled:before { +.icon-ic_fluent_open_20_filled:before { content: "\eb66"; } -.icon-ic_fluent_padding_right_20_regular:before { +.icon-ic_fluent_open_20_regular:before { content: "\eb67"; } -.icon-ic_fluent_padding_top_20_filled:before { +.icon-ic_fluent_open_folder_20_filled:before { content: "\eb68"; } -.icon-ic_fluent_padding_top_20_regular:before { +.icon-ic_fluent_open_folder_20_regular:before { content: "\eb69"; } -.icon-ic_fluent_page_fit_20_filled:before { +.icon-ic_fluent_open_off_20_filled:before { content: "\eb6a"; } -.icon-ic_fluent_page_fit_20_regular:before { +.icon-ic_fluent_open_off_20_regular:before { content: "\eb6b"; } -.icon-ic_fluent_paint_brush_20_filled:before { +.icon-ic_fluent_options_20_filled:before { content: "\eb6c"; } -.icon-ic_fluent_paint_brush_20_regular:before { +.icon-ic_fluent_options_20_regular:before { content: "\eb6d"; } -.icon-ic_fluent_paint_brush_arrow_down_20_filled:before { +.icon-ic_fluent_organization_20_filled:before { content: "\eb6e"; } -.icon-ic_fluent_paint_brush_arrow_down_20_regular:before { +.icon-ic_fluent_organization_20_regular:before { content: "\eb6f"; } -.icon-ic_fluent_paint_brush_arrow_up_20_filled:before { +.icon-ic_fluent_organization_horizontal_20_filled:before { content: "\eb70"; } -.icon-ic_fluent_paint_brush_arrow_up_20_regular:before { +.icon-ic_fluent_organization_horizontal_20_regular:before { content: "\eb71"; } -.icon-ic_fluent_paint_bucket_20_filled:before { +.icon-ic_fluent_orientation_20_filled:before { content: "\eb72"; } -.icon-ic_fluent_paint_bucket_20_regular:before { +.icon-ic_fluent_orientation_20_regular:before { content: "\eb73"; } -.icon-ic_fluent_pair_20_filled:before { +.icon-ic_fluent_oval_20_filled:before { content: "\eb74"; } -.icon-ic_fluent_pair_20_regular:before { +.icon-ic_fluent_oval_20_regular:before { content: "\eb75"; } -.icon-ic_fluent_panel_bottom_20_filled:before { +.icon-ic_fluent_oven_20_filled:before { content: "\eb76"; } -.icon-ic_fluent_panel_bottom_20_regular:before { +.icon-ic_fluent_oven_20_regular:before { content: "\eb77"; } -.icon-ic_fluent_panel_bottom_contract_20_filled:before { +.icon-ic_fluent_padding_down_20_filled:before { content: "\eb78"; } -.icon-ic_fluent_panel_bottom_contract_20_regular:before { +.icon-ic_fluent_padding_down_20_regular:before { content: "\eb79"; } -.icon-ic_fluent_panel_bottom_expand_20_filled:before { +.icon-ic_fluent_padding_left_20_filled:before { content: "\eb7a"; } -.icon-ic_fluent_panel_bottom_expand_20_regular:before { +.icon-ic_fluent_padding_left_20_regular:before { content: "\eb7b"; } -.icon-ic_fluent_panel_left_20_filled:before { +.icon-ic_fluent_padding_right_20_filled:before { content: "\eb7c"; } -.icon-ic_fluent_panel_left_20_regular:before { +.icon-ic_fluent_padding_right_20_regular:before { content: "\eb7d"; } -.icon-ic_fluent_panel_left_add_20_filled:before { +.icon-ic_fluent_padding_top_20_filled:before { content: "\eb7e"; } -.icon-ic_fluent_panel_left_add_20_regular:before { +.icon-ic_fluent_padding_top_20_regular:before { content: "\eb7f"; } -.icon-ic_fluent_panel_left_contract_20_filled:before { +.icon-ic_fluent_page_fit_20_filled:before { content: "\eb80"; } -.icon-ic_fluent_panel_left_contract_20_regular:before { +.icon-ic_fluent_page_fit_20_regular:before { content: "\eb81"; } -.icon-ic_fluent_panel_left_expand_20_filled:before { +.icon-ic_fluent_paint_brush_20_filled:before { content: "\eb82"; } -.icon-ic_fluent_panel_left_expand_20_regular:before { +.icon-ic_fluent_paint_brush_20_regular:before { content: "\eb83"; } -.icon-ic_fluent_panel_left_focus_right_20_filled:before { +.icon-ic_fluent_paint_brush_arrow_down_20_filled:before { content: "\eb84"; } -.icon-ic_fluent_panel_left_header_20_filled:before { +.icon-ic_fluent_paint_brush_arrow_down_20_regular:before { content: "\eb85"; } -.icon-ic_fluent_panel_left_header_20_regular:before { +.icon-ic_fluent_paint_brush_arrow_up_20_filled:before { content: "\eb86"; } -.icon-ic_fluent_panel_left_header_add_20_filled:before { +.icon-ic_fluent_paint_brush_arrow_up_20_regular:before { content: "\eb87"; } -.icon-ic_fluent_panel_left_header_add_20_regular:before { +.icon-ic_fluent_paint_bucket_20_filled:before { content: "\eb88"; } -.icon-ic_fluent_panel_left_header_key_20_filled:before { +.icon-ic_fluent_paint_bucket_20_regular:before { content: "\eb89"; } -.icon-ic_fluent_panel_left_header_key_20_regular:before { +.icon-ic_fluent_pair_20_filled:before { content: "\eb8a"; } -.icon-ic_fluent_panel_left_key_20_filled:before { +.icon-ic_fluent_pair_20_regular:before { content: "\eb8b"; } -.icon-ic_fluent_panel_left_key_20_regular:before { +.icon-ic_fluent_panel_bottom_20_filled:before { content: "\eb8c"; } -.icon-ic_fluent_panel_left_text_20_filled:before { +.icon-ic_fluent_panel_bottom_20_regular:before { content: "\eb8d"; } -.icon-ic_fluent_panel_left_text_20_regular:before { +.icon-ic_fluent_panel_bottom_contract_20_filled:before { content: "\eb8e"; } -.icon-ic_fluent_panel_left_text_add_20_filled:before { +.icon-ic_fluent_panel_bottom_contract_20_regular:before { content: "\eb8f"; } -.icon-ic_fluent_panel_left_text_add_20_regular:before { +.icon-ic_fluent_panel_bottom_expand_20_filled:before { content: "\eb90"; } -.icon-ic_fluent_panel_left_text_dismiss_20_filled:before { +.icon-ic_fluent_panel_bottom_expand_20_regular:before { content: "\eb91"; } -.icon-ic_fluent_panel_left_text_dismiss_20_regular:before { +.icon-ic_fluent_panel_left_20_filled:before { content: "\eb92"; } -.icon-ic_fluent_panel_right_20_filled:before { +.icon-ic_fluent_panel_left_20_regular:before { content: "\eb93"; } -.icon-ic_fluent_panel_right_20_regular:before { +.icon-ic_fluent_panel_left_add_20_filled:before { content: "\eb94"; } -.icon-ic_fluent_panel_right_add_20_filled:before { +.icon-ic_fluent_panel_left_add_20_regular:before { content: "\eb95"; } -.icon-ic_fluent_panel_right_add_20_regular:before { +.icon-ic_fluent_panel_left_contract_20_filled:before { content: "\eb96"; } -.icon-ic_fluent_panel_right_contract_20_filled:before { +.icon-ic_fluent_panel_left_contract_20_regular:before { content: "\eb97"; } -.icon-ic_fluent_panel_right_contract_20_regular:before { +.icon-ic_fluent_panel_left_expand_20_filled:before { content: "\eb98"; } -.icon-ic_fluent_panel_right_cursor_20_filled:before { +.icon-ic_fluent_panel_left_expand_20_regular:before { content: "\eb99"; } -.icon-ic_fluent_panel_right_cursor_20_regular:before { +.icon-ic_fluent_panel_left_focus_right_20_filled:before { content: "\eb9a"; } -.icon-ic_fluent_panel_right_expand_20_filled:before { +.icon-ic_fluent_panel_left_header_20_filled:before { content: "\eb9b"; } -.icon-ic_fluent_panel_right_expand_20_regular:before { +.icon-ic_fluent_panel_left_header_20_regular:before { content: "\eb9c"; } -.icon-ic_fluent_panel_right_gallery_20_filled:before { +.icon-ic_fluent_panel_left_header_add_20_filled:before { content: "\eb9d"; } -.icon-ic_fluent_panel_right_gallery_20_regular:before { +.icon-ic_fluent_panel_left_header_add_20_regular:before { content: "\eb9e"; } -.icon-ic_fluent_panel_separate_window_20_filled:before { +.icon-ic_fluent_panel_left_header_key_20_filled:before { content: "\eb9f"; } -.icon-ic_fluent_panel_separate_window_20_regular:before { +.icon-ic_fluent_panel_left_header_key_20_regular:before { content: "\eba0"; } -.icon-ic_fluent_panel_top_contract_20_filled:before { +.icon-ic_fluent_panel_left_key_20_filled:before { content: "\eba1"; } -.icon-ic_fluent_panel_top_contract_20_regular:before { +.icon-ic_fluent_panel_left_key_20_regular:before { content: "\eba2"; } -.icon-ic_fluent_panel_top_expand_20_filled:before { +.icon-ic_fluent_panel_left_text_20_filled:before { content: "\eba3"; } -.icon-ic_fluent_panel_top_expand_20_regular:before { +.icon-ic_fluent_panel_left_text_20_regular:before { content: "\eba4"; } -.icon-ic_fluent_panel_top_gallery_20_filled:before { +.icon-ic_fluent_panel_left_text_add_20_filled:before { content: "\eba5"; } -.icon-ic_fluent_panel_top_gallery_20_regular:before { +.icon-ic_fluent_panel_left_text_add_20_regular:before { content: "\eba6"; } -.icon-ic_fluent_password_20_filled:before { +.icon-ic_fluent_panel_left_text_dismiss_20_filled:before { content: "\eba7"; } -.icon-ic_fluent_password_20_regular:before { +.icon-ic_fluent_panel_left_text_dismiss_20_regular:before { content: "\eba8"; } -.icon-ic_fluent_patch_20_filled:before { +.icon-ic_fluent_panel_right_20_filled:before { content: "\eba9"; } -.icon-ic_fluent_patch_20_regular:before { +.icon-ic_fluent_panel_right_20_regular:before { content: "\ebaa"; } -.icon-ic_fluent_patient_20_filled:before { +.icon-ic_fluent_panel_right_add_20_filled:before { content: "\ebab"; } -.icon-ic_fluent_patient_20_regular:before { +.icon-ic_fluent_panel_right_add_20_regular:before { content: "\ebac"; } -.icon-ic_fluent_pause_20_filled:before { +.icon-ic_fluent_panel_right_contract_20_filled:before { content: "\ebad"; } -.icon-ic_fluent_pause_20_regular:before { +.icon-ic_fluent_panel_right_contract_20_regular:before { content: "\ebae"; } -.icon-ic_fluent_pause_circle_20_filled:before { +.icon-ic_fluent_panel_right_cursor_20_filled:before { content: "\ebaf"; } -.icon-ic_fluent_pause_circle_20_regular:before { +.icon-ic_fluent_panel_right_cursor_20_regular:before { content: "\ebb0"; } -.icon-ic_fluent_pause_off_20_filled:before { +.icon-ic_fluent_panel_right_expand_20_filled:before { content: "\ebb1"; } -.icon-ic_fluent_pause_off_20_regular:before { +.icon-ic_fluent_panel_right_expand_20_regular:before { content: "\ebb2"; } -.icon-ic_fluent_pause_settings_20_filled:before { +.icon-ic_fluent_panel_right_gallery_20_filled:before { content: "\ebb3"; } -.icon-ic_fluent_pause_settings_20_regular:before { +.icon-ic_fluent_panel_right_gallery_20_regular:before { content: "\ebb4"; } -.icon-ic_fluent_payment_20_filled:before { +.icon-ic_fluent_panel_separate_window_20_filled:before { content: "\ebb5"; } -.icon-ic_fluent_payment_20_regular:before { +.icon-ic_fluent_panel_separate_window_20_regular:before { content: "\ebb6"; } -.icon-ic_fluent_payment_wireless_20_filled:before { +.icon-ic_fluent_panel_top_contract_20_filled:before { content: "\ebb7"; } -.icon-ic_fluent_payment_wireless_20_regular:before { +.icon-ic_fluent_panel_top_contract_20_regular:before { content: "\ebb8"; } -.icon-ic_fluent_pen_20_filled:before { +.icon-ic_fluent_panel_top_expand_20_filled:before { content: "\ebb9"; } -.icon-ic_fluent_pen_20_regular:before { +.icon-ic_fluent_panel_top_expand_20_regular:before { content: "\ebba"; } -.icon-ic_fluent_pen_dismiss_20_filled:before { +.icon-ic_fluent_panel_top_gallery_20_filled:before { content: "\ebbb"; } -.icon-ic_fluent_pen_dismiss_20_regular:before { +.icon-ic_fluent_panel_top_gallery_20_regular:before { content: "\ebbc"; } -.icon-ic_fluent_pen_off_20_filled:before { +.icon-ic_fluent_password_20_filled:before { content: "\ebbd"; } -.icon-ic_fluent_pen_off_20_regular:before { +.icon-ic_fluent_password_20_regular:before { content: "\ebbe"; } -.icon-ic_fluent_pen_prohibited_20_filled:before { +.icon-ic_fluent_patch_20_filled:before { content: "\ebbf"; } -.icon-ic_fluent_pen_prohibited_20_regular:before { +.icon-ic_fluent_patch_20_regular:before { content: "\ebc0"; } -.icon-ic_fluent_pen_sparkle_20_filled:before { +.icon-ic_fluent_patient_20_filled:before { content: "\ebc1"; } -.icon-ic_fluent_pen_sparkle_20_regular:before { +.icon-ic_fluent_patient_20_regular:before { content: "\ebc2"; } -.icon-ic_fluent_pentagon_20_filled:before { +.icon-ic_fluent_pause_20_filled:before { content: "\ebc3"; } -.icon-ic_fluent_pentagon_20_regular:before { +.icon-ic_fluent_pause_20_regular:before { content: "\ebc4"; } -.icon-ic_fluent_people_20_filled:before { +.icon-ic_fluent_pause_circle_20_filled:before { content: "\ebc5"; } -.icon-ic_fluent_people_20_regular:before { +.icon-ic_fluent_pause_circle_20_regular:before { content: "\ebc6"; } -.icon-ic_fluent_people_add_20_filled:before { +.icon-ic_fluent_pause_off_20_filled:before { content: "\ebc7"; } -.icon-ic_fluent_people_add_20_regular:before { +.icon-ic_fluent_pause_off_20_regular:before { content: "\ebc8"; } -.icon-ic_fluent_people_audience_20_filled:before { +.icon-ic_fluent_pause_settings_20_filled:before { content: "\ebc9"; } -.icon-ic_fluent_people_audience_20_regular:before { +.icon-ic_fluent_pause_settings_20_regular:before { content: "\ebca"; } -.icon-ic_fluent_people_call_20_filled:before { +.icon-ic_fluent_payment_20_filled:before { content: "\ebcb"; } -.icon-ic_fluent_people_call_20_regular:before { +.icon-ic_fluent_payment_20_regular:before { content: "\ebcc"; } -.icon-ic_fluent_people_chat_20_filled:before { +.icon-ic_fluent_payment_wireless_20_filled:before { content: "\ebcd"; } -.icon-ic_fluent_people_chat_20_regular:before { +.icon-ic_fluent_payment_wireless_20_regular:before { content: "\ebce"; } -.icon-ic_fluent_people_checkmark_20_filled:before { +.icon-ic_fluent_pen_20_filled:before { content: "\ebcf"; } -.icon-ic_fluent_people_checkmark_20_regular:before { +.icon-ic_fluent_pen_20_regular:before { content: "\ebd0"; } -.icon-ic_fluent_people_community_20_filled:before { +.icon-ic_fluent_pen_dismiss_20_filled:before { content: "\ebd1"; } -.icon-ic_fluent_people_community_20_regular:before { +.icon-ic_fluent_pen_dismiss_20_regular:before { content: "\ebd2"; } -.icon-ic_fluent_people_community_add_20_filled:before { +.icon-ic_fluent_pen_off_20_filled:before { content: "\ebd3"; } -.icon-ic_fluent_people_community_add_20_regular:before { +.icon-ic_fluent_pen_off_20_regular:before { content: "\ebd4"; } -.icon-ic_fluent_people_edit_20_filled:before { +.icon-ic_fluent_pen_prohibited_20_filled:before { content: "\ebd5"; } -.icon-ic_fluent_people_edit_20_regular:before { +.icon-ic_fluent_pen_prohibited_20_regular:before { content: "\ebd6"; } -.icon-ic_fluent_people_error_20_filled:before { +.icon-ic_fluent_pen_sparkle_20_filled:before { content: "\ebd7"; } -.icon-ic_fluent_people_error_20_regular:before { +.icon-ic_fluent_pen_sparkle_20_regular:before { content: "\ebd8"; } -.icon-ic_fluent_people_list_20_filled:before { +.icon-ic_fluent_pentagon_20_filled:before { content: "\ebd9"; } -.icon-ic_fluent_people_list_20_regular:before { +.icon-ic_fluent_pentagon_20_regular:before { content: "\ebda"; } -.icon-ic_fluent_people_lock_20_filled:before { +.icon-ic_fluent_people_20_filled:before { content: "\ebdb"; } -.icon-ic_fluent_people_lock_20_regular:before { +.icon-ic_fluent_people_20_regular:before { content: "\ebdc"; } -.icon-ic_fluent_people_money_20_filled:before { +.icon-ic_fluent_people_add_20_filled:before { content: "\ebdd"; } -.icon-ic_fluent_people_money_20_regular:before { +.icon-ic_fluent_people_add_20_regular:before { content: "\ebde"; } -.icon-ic_fluent_people_prohibited_20_filled:before { +.icon-ic_fluent_people_audience_20_filled:before { content: "\ebdf"; } -.icon-ic_fluent_people_prohibited_20_regular:before { +.icon-ic_fluent_people_audience_20_regular:before { content: "\ebe0"; } -.icon-ic_fluent_people_queue_20_filled:before { +.icon-ic_fluent_people_call_20_filled:before { content: "\ebe1"; } -.icon-ic_fluent_people_queue_20_regular:before { +.icon-ic_fluent_people_call_20_regular:before { content: "\ebe2"; } -.icon-ic_fluent_people_search_20_filled:before { +.icon-ic_fluent_people_chat_20_filled:before { content: "\ebe3"; } -.icon-ic_fluent_people_search_20_regular:before { +.icon-ic_fluent_people_chat_20_regular:before { content: "\ebe4"; } -.icon-ic_fluent_people_settings_20_filled:before { +.icon-ic_fluent_people_checkmark_20_filled:before { content: "\ebe5"; } -.icon-ic_fluent_people_settings_20_regular:before { +.icon-ic_fluent_people_checkmark_20_regular:before { content: "\ebe6"; } -.icon-ic_fluent_people_star_20_filled:before { +.icon-ic_fluent_people_community_20_filled:before { content: "\ebe7"; } -.icon-ic_fluent_people_star_20_regular:before { +.icon-ic_fluent_people_community_20_regular:before { content: "\ebe8"; } -.icon-ic_fluent_people_swap_20_filled:before { +.icon-ic_fluent_people_community_add_20_filled:before { content: "\ebe9"; } -.icon-ic_fluent_people_swap_20_regular:before { +.icon-ic_fluent_people_community_add_20_regular:before { content: "\ebea"; } -.icon-ic_fluent_people_sync_20_filled:before { +.icon-ic_fluent_people_edit_20_filled:before { content: "\ebeb"; } -.icon-ic_fluent_people_sync_20_regular:before { +.icon-ic_fluent_people_edit_20_regular:before { content: "\ebec"; } -.icon-ic_fluent_people_team_20_filled:before { +.icon-ic_fluent_people_error_20_filled:before { content: "\ebed"; } -.icon-ic_fluent_people_team_20_regular:before { +.icon-ic_fluent_people_error_20_regular:before { content: "\ebee"; } -.icon-ic_fluent_people_team_add_20_filled:before { +.icon-ic_fluent_people_list_20_filled:before { content: "\ebef"; } -.icon-ic_fluent_people_team_add_20_regular:before { +.icon-ic_fluent_people_list_20_regular:before { content: "\ebf0"; } -.icon-ic_fluent_people_team_delete_20_filled:before { +.icon-ic_fluent_people_lock_20_filled:before { content: "\ebf1"; } -.icon-ic_fluent_people_team_delete_20_regular:before { +.icon-ic_fluent_people_lock_20_regular:before { content: "\ebf2"; } -.icon-ic_fluent_people_team_toolbox_20_filled:before { +.icon-ic_fluent_people_money_20_filled:before { content: "\ebf3"; } -.icon-ic_fluent_people_team_toolbox_20_regular:before { +.icon-ic_fluent_people_money_20_regular:before { content: "\ebf4"; } -.icon-ic_fluent_people_toolbox_20_filled:before { +.icon-ic_fluent_people_prohibited_20_filled:before { content: "\ebf5"; } -.icon-ic_fluent_people_toolbox_20_regular:before { +.icon-ic_fluent_people_prohibited_20_regular:before { content: "\ebf6"; } -.icon-ic_fluent_person_20_filled:before { +.icon-ic_fluent_people_queue_20_filled:before { content: "\ebf7"; } -.icon-ic_fluent_person_20_regular:before { +.icon-ic_fluent_people_queue_20_regular:before { content: "\ebf8"; } -.icon-ic_fluent_person_5_20_filled:before { +.icon-ic_fluent_people_search_20_filled:before { content: "\ebf9"; } -.icon-ic_fluent_person_5_20_regular:before { +.icon-ic_fluent_people_search_20_regular:before { content: "\ebfa"; } -.icon-ic_fluent_person_6_20_filled:before { +.icon-ic_fluent_people_settings_20_filled:before { content: "\ebfb"; } -.icon-ic_fluent_person_6_20_regular:before { +.icon-ic_fluent_people_settings_20_regular:before { content: "\ebfc"; } -.icon-ic_fluent_person_accounts_20_filled:before { +.icon-ic_fluent_people_star_20_filled:before { content: "\ebfd"; } -.icon-ic_fluent_person_accounts_20_regular:before { +.icon-ic_fluent_people_star_20_regular:before { content: "\ebfe"; } -.icon-ic_fluent_person_add_20_filled:before { +.icon-ic_fluent_people_swap_20_filled:before { content: "\ebff"; } -.icon-ic_fluent_person_add_20_regular:before { +.icon-ic_fluent_people_swap_20_regular:before { content: "\ec00"; } -.icon-ic_fluent_person_alert_20_filled:before { +.icon-ic_fluent_people_sync_20_filled:before { content: "\ec01"; } -.icon-ic_fluent_person_alert_20_regular:before { +.icon-ic_fluent_people_sync_20_regular:before { content: "\ec02"; } -.icon-ic_fluent_person_arrow_back_20_filled:before { +.icon-ic_fluent_people_team_20_filled:before { content: "\ec03"; } -.icon-ic_fluent_person_arrow_back_20_regular:before { +.icon-ic_fluent_people_team_20_regular:before { content: "\ec04"; } -.icon-ic_fluent_person_arrow_left_20_filled:before { +.icon-ic_fluent_people_team_add_20_filled:before { content: "\ec05"; } -.icon-ic_fluent_person_arrow_left_20_regular:before { +.icon-ic_fluent_people_team_add_20_regular:before { content: "\ec06"; } -.icon-ic_fluent_person_arrow_right_20_filled:before { +.icon-ic_fluent_people_team_delete_20_filled:before { content: "\ec07"; } -.icon-ic_fluent_person_arrow_right_20_regular:before { +.icon-ic_fluent_people_team_delete_20_regular:before { content: "\ec08"; } -.icon-ic_fluent_person_available_20_filled:before { +.icon-ic_fluent_people_team_toolbox_20_filled:before { content: "\ec09"; } -.icon-ic_fluent_person_available_20_regular:before { +.icon-ic_fluent_people_team_toolbox_20_regular:before { content: "\ec0a"; } -.icon-ic_fluent_person_board_20_filled:before { +.icon-ic_fluent_people_toolbox_20_filled:before { content: "\ec0b"; } -.icon-ic_fluent_person_board_20_regular:before { +.icon-ic_fluent_people_toolbox_20_regular:before { content: "\ec0c"; } -.icon-ic_fluent_person_call_20_filled:before { +.icon-ic_fluent_person_20_filled:before { content: "\ec0d"; } -.icon-ic_fluent_person_call_20_regular:before { +.icon-ic_fluent_person_20_regular:before { content: "\ec0e"; } -.icon-ic_fluent_person_chat_20_filled:before { +.icon-ic_fluent_person_5_20_filled:before { content: "\ec0f"; } -.icon-ic_fluent_person_chat_20_regular:before { +.icon-ic_fluent_person_5_20_regular:before { content: "\ec10"; } -.icon-ic_fluent_person_circle_20_filled:before { +.icon-ic_fluent_person_6_20_filled:before { content: "\ec11"; } -.icon-ic_fluent_person_circle_20_regular:before { +.icon-ic_fluent_person_6_20_regular:before { content: "\ec12"; } -.icon-ic_fluent_person_clock_20_filled:before { +.icon-ic_fluent_person_accounts_20_filled:before { content: "\ec13"; } -.icon-ic_fluent_person_clock_20_regular:before { +.icon-ic_fluent_person_accounts_20_regular:before { content: "\ec14"; } -.icon-ic_fluent_person_delete_20_filled:before { +.icon-ic_fluent_person_add_20_filled:before { content: "\ec15"; } -.icon-ic_fluent_person_delete_20_regular:before { +.icon-ic_fluent_person_add_20_regular:before { content: "\ec16"; } -.icon-ic_fluent_person_desktop_20_filled:before { +.icon-ic_fluent_person_alert_20_filled:before { content: "\ec17"; } -.icon-ic_fluent_person_desktop_20_regular:before { +.icon-ic_fluent_person_alert_20_regular:before { content: "\ec18"; } -.icon-ic_fluent_person_edit_20_filled:before { +.icon-ic_fluent_person_arrow_back_20_filled:before { content: "\ec19"; } -.icon-ic_fluent_person_edit_20_regular:before { +.icon-ic_fluent_person_arrow_back_20_regular:before { content: "\ec1a"; } -.icon-ic_fluent_person_feedback_20_filled:before { +.icon-ic_fluent_person_arrow_left_20_filled:before { content: "\ec1b"; } -.icon-ic_fluent_person_feedback_20_regular:before { +.icon-ic_fluent_person_arrow_left_20_regular:before { content: "\ec1c"; } -.icon-ic_fluent_person_heart_20_filled:before { +.icon-ic_fluent_person_arrow_right_20_filled:before { content: "\ec1d"; } -.icon-ic_fluent_person_heart_20_regular:before { +.icon-ic_fluent_person_arrow_right_20_regular:before { content: "\ec1e"; } -.icon-ic_fluent_person_info_20_filled:before { +.icon-ic_fluent_person_available_20_filled:before { content: "\ec1f"; } -.icon-ic_fluent_person_info_20_regular:before { +.icon-ic_fluent_person_available_20_regular:before { content: "\ec20"; } -.icon-ic_fluent_person_key_20_filled:before { +.icon-ic_fluent_person_board_20_filled:before { content: "\ec21"; } -.icon-ic_fluent_person_key_20_regular:before { +.icon-ic_fluent_person_board_20_regular:before { content: "\ec22"; } -.icon-ic_fluent_person_lightbulb_20_filled:before { +.icon-ic_fluent_person_call_20_filled:before { content: "\ec23"; } -.icon-ic_fluent_person_lightbulb_20_regular:before { +.icon-ic_fluent_person_call_20_regular:before { content: "\ec24"; } -.icon-ic_fluent_person_lightning_20_filled:before { +.icon-ic_fluent_person_chat_20_filled:before { content: "\ec25"; } -.icon-ic_fluent_person_lightning_20_regular:before { +.icon-ic_fluent_person_chat_20_regular:before { content: "\ec26"; } -.icon-ic_fluent_person_link_20_filled:before { +.icon-ic_fluent_person_circle_20_filled:before { content: "\ec27"; } -.icon-ic_fluent_person_link_20_regular:before { +.icon-ic_fluent_person_circle_20_regular:before { content: "\ec28"; } -.icon-ic_fluent_person_lock_20_filled:before { +.icon-ic_fluent_person_clock_20_filled:before { content: "\ec29"; } -.icon-ic_fluent_person_lock_20_regular:before { +.icon-ic_fluent_person_clock_20_regular:before { content: "\ec2a"; } -.icon-ic_fluent_person_mail_20_filled:before { +.icon-ic_fluent_person_delete_20_filled:before { content: "\ec2b"; } -.icon-ic_fluent_person_mail_20_regular:before { +.icon-ic_fluent_person_delete_20_regular:before { content: "\ec2c"; } -.icon-ic_fluent_person_money_20_filled:before { +.icon-ic_fluent_person_desktop_20_filled:before { content: "\ec2d"; } -.icon-ic_fluent_person_money_20_regular:before { +.icon-ic_fluent_person_desktop_20_regular:before { content: "\ec2e"; } -.icon-ic_fluent_person_note_20_filled:before { +.icon-ic_fluent_person_edit_20_filled:before { content: "\ec2f"; } -.icon-ic_fluent_person_note_20_regular:before { +.icon-ic_fluent_person_edit_20_regular:before { content: "\ec30"; } -.icon-ic_fluent_person_passkey_20_filled:before { +.icon-ic_fluent_person_feedback_20_filled:before { content: "\ec31"; } -.icon-ic_fluent_person_passkey_20_regular:before { +.icon-ic_fluent_person_feedback_20_regular:before { content: "\ec32"; } -.icon-ic_fluent_person_pill_20_filled:before { +.icon-ic_fluent_person_heart_20_filled:before { content: "\ec33"; } -.icon-ic_fluent_person_pill_20_regular:before { +.icon-ic_fluent_person_heart_20_regular:before { content: "\ec34"; } -.icon-ic_fluent_person_prohibited_20_filled:before { +.icon-ic_fluent_person_info_20_filled:before { content: "\ec35"; } -.icon-ic_fluent_person_prohibited_20_regular:before { +.icon-ic_fluent_person_info_20_regular:before { content: "\ec36"; } -.icon-ic_fluent_person_question_mark_20_filled:before { +.icon-ic_fluent_person_key_20_filled:before { content: "\ec37"; } -.icon-ic_fluent_person_question_mark_20_regular:before { +.icon-ic_fluent_person_key_20_regular:before { content: "\ec38"; } -.icon-ic_fluent_person_ribbon_20_filled:before { +.icon-ic_fluent_person_lightbulb_20_filled:before { content: "\ec39"; } -.icon-ic_fluent_person_ribbon_20_regular:before { +.icon-ic_fluent_person_lightbulb_20_regular:before { content: "\ec3a"; } -.icon-ic_fluent_person_running_20_filled:before { +.icon-ic_fluent_person_lightning_20_filled:before { content: "\ec3b"; } -.icon-ic_fluent_person_running_20_regular:before { +.icon-ic_fluent_person_lightning_20_regular:before { content: "\ec3c"; } -.icon-ic_fluent_person_search_20_filled:before { +.icon-ic_fluent_person_link_20_filled:before { content: "\ec3d"; } -.icon-ic_fluent_person_search_20_regular:before { +.icon-ic_fluent_person_link_20_regular:before { content: "\ec3e"; } -.icon-ic_fluent_person_settings_20_filled:before { +.icon-ic_fluent_person_lock_20_filled:before { content: "\ec3f"; } -.icon-ic_fluent_person_settings_20_regular:before { +.icon-ic_fluent_person_lock_20_regular:before { content: "\ec40"; } -.icon-ic_fluent_person_square_20_filled:before { +.icon-ic_fluent_person_mail_20_filled:before { content: "\ec41"; } -.icon-ic_fluent_person_square_20_regular:before { +.icon-ic_fluent_person_mail_20_regular:before { content: "\ec42"; } -.icon-ic_fluent_person_square_checkmark_20_filled:before { +.icon-ic_fluent_person_money_20_filled:before { content: "\ec43"; } -.icon-ic_fluent_person_square_checkmark_20_regular:before { +.icon-ic_fluent_person_money_20_regular:before { content: "\ec44"; } -.icon-ic_fluent_person_star_20_filled:before { +.icon-ic_fluent_person_note_20_filled:before { content: "\ec45"; } -.icon-ic_fluent_person_star_20_regular:before { +.icon-ic_fluent_person_note_20_regular:before { content: "\ec46"; } -.icon-ic_fluent_person_starburst_20_filled:before { +.icon-ic_fluent_person_passkey_20_filled:before { content: "\ec47"; } -.icon-ic_fluent_person_starburst_20_regular:before { +.icon-ic_fluent_person_passkey_20_regular:before { content: "\ec48"; } -.icon-ic_fluent_person_subtract_20_filled:before { +.icon-ic_fluent_person_pill_20_filled:before { content: "\ec49"; } -.icon-ic_fluent_person_subtract_20_regular:before { +.icon-ic_fluent_person_pill_20_regular:before { content: "\ec4a"; } -.icon-ic_fluent_person_support_20_filled:before { +.icon-ic_fluent_person_prohibited_20_filled:before { content: "\ec4b"; } -.icon-ic_fluent_person_support_20_regular:before { +.icon-ic_fluent_person_prohibited_20_regular:before { content: "\ec4c"; } -.icon-ic_fluent_person_swap_20_filled:before { +.icon-ic_fluent_person_question_mark_20_filled:before { content: "\ec4d"; } -.icon-ic_fluent_person_swap_20_regular:before { +.icon-ic_fluent_person_question_mark_20_regular:before { content: "\ec4e"; } -.icon-ic_fluent_person_sync_20_filled:before { +.icon-ic_fluent_person_ribbon_20_filled:before { content: "\ec4f"; } -.icon-ic_fluent_person_sync_20_regular:before { +.icon-ic_fluent_person_ribbon_20_regular:before { content: "\ec50"; } -.icon-ic_fluent_person_tag_20_filled:before { +.icon-ic_fluent_person_running_20_filled:before { content: "\ec51"; } -.icon-ic_fluent_person_tag_20_regular:before { +.icon-ic_fluent_person_running_20_regular:before { content: "\ec52"; } -.icon-ic_fluent_person_voice_20_filled:before { +.icon-ic_fluent_person_search_20_filled:before { content: "\ec53"; } -.icon-ic_fluent_person_voice_20_regular:before { +.icon-ic_fluent_person_search_20_regular:before { content: "\ec54"; } -.icon-ic_fluent_person_walking_20_filled:before { +.icon-ic_fluent_person_settings_20_filled:before { content: "\ec55"; } -.icon-ic_fluent_person_walking_20_regular:before { +.icon-ic_fluent_person_settings_20_regular:before { content: "\ec56"; } -.icon-ic_fluent_person_warning_20_filled:before { +.icon-ic_fluent_person_square_20_filled:before { content: "\ec57"; } -.icon-ic_fluent_person_warning_20_regular:before { +.icon-ic_fluent_person_square_20_regular:before { content: "\ec58"; } -.icon-ic_fluent_person_wrench_20_filled:before { +.icon-ic_fluent_person_square_checkmark_20_filled:before { content: "\ec59"; } -.icon-ic_fluent_person_wrench_20_regular:before { +.icon-ic_fluent_person_square_checkmark_20_regular:before { content: "\ec5a"; } -.icon-ic_fluent_phone_20_filled:before { +.icon-ic_fluent_person_star_20_filled:before { content: "\ec5b"; } -.icon-ic_fluent_phone_20_regular:before { +.icon-ic_fluent_person_star_20_regular:before { content: "\ec5c"; } -.icon-ic_fluent_phone_add_20_filled:before { +.icon-ic_fluent_person_starburst_20_filled:before { content: "\ec5d"; } -.icon-ic_fluent_phone_add_20_regular:before { +.icon-ic_fluent_person_starburst_20_regular:before { content: "\ec5e"; } -.icon-ic_fluent_phone_arrow_right_20_filled:before { +.icon-ic_fluent_person_subtract_20_filled:before { content: "\ec5f"; } -.icon-ic_fluent_phone_arrow_right_20_regular:before { +.icon-ic_fluent_person_subtract_20_regular:before { content: "\ec60"; } -.icon-ic_fluent_phone_chat_20_filled:before { +.icon-ic_fluent_person_support_20_filled:before { content: "\ec61"; } -.icon-ic_fluent_phone_chat_20_regular:before { +.icon-ic_fluent_person_support_20_regular:before { content: "\ec62"; } -.icon-ic_fluent_phone_checkmark_20_filled:before { +.icon-ic_fluent_person_swap_20_filled:before { content: "\ec63"; } -.icon-ic_fluent_phone_checkmark_20_regular:before { +.icon-ic_fluent_person_swap_20_regular:before { content: "\ec64"; } -.icon-ic_fluent_phone_desktop_20_filled:before { +.icon-ic_fluent_person_sync_20_filled:before { content: "\ec65"; } -.icon-ic_fluent_phone_desktop_20_regular:before { +.icon-ic_fluent_person_sync_20_regular:before { content: "\ec66"; } -.icon-ic_fluent_phone_desktop_add_20_filled:before { +.icon-ic_fluent_person_tag_20_filled:before { content: "\ec67"; } -.icon-ic_fluent_phone_desktop_add_20_regular:before { +.icon-ic_fluent_person_tag_20_regular:before { content: "\ec68"; } -.icon-ic_fluent_phone_dismiss_20_filled:before { +.icon-ic_fluent_person_voice_20_filled:before { content: "\ec69"; } -.icon-ic_fluent_phone_dismiss_20_regular:before { +.icon-ic_fluent_person_voice_20_regular:before { content: "\ec6a"; } -.icon-ic_fluent_phone_edit_20_filled:before { +.icon-ic_fluent_person_walking_20_filled:before { content: "\ec6b"; } -.icon-ic_fluent_phone_edit_20_regular:before { +.icon-ic_fluent_person_walking_20_regular:before { content: "\ec6c"; } -.icon-ic_fluent_phone_eraser_20_filled:before { +.icon-ic_fluent_person_warning_20_filled:before { content: "\ec6d"; } -.icon-ic_fluent_phone_eraser_20_regular:before { +.icon-ic_fluent_person_warning_20_regular:before { content: "\ec6e"; } -.icon-ic_fluent_phone_footer_arrow_down_20_filled:before { +.icon-ic_fluent_person_wrench_20_filled:before { content: "\ec6f"; } -.icon-ic_fluent_phone_footer_arrow_down_20_regular:before { +.icon-ic_fluent_person_wrench_20_regular:before { content: "\ec70"; } -.icon-ic_fluent_phone_header_arrow_up_20_filled:before { +.icon-ic_fluent_phone_20_filled:before { content: "\ec71"; } -.icon-ic_fluent_phone_header_arrow_up_20_regular:before { +.icon-ic_fluent_phone_20_regular:before { content: "\ec72"; } -.icon-ic_fluent_phone_key_20_filled:before { +.icon-ic_fluent_phone_add_20_filled:before { content: "\ec73"; } -.icon-ic_fluent_phone_key_20_regular:before { +.icon-ic_fluent_phone_add_20_regular:before { content: "\ec74"; } -.icon-ic_fluent_phone_laptop_20_filled:before { +.icon-ic_fluent_phone_arrow_right_20_filled:before { content: "\ec75"; } -.icon-ic_fluent_phone_laptop_20_regular:before { +.icon-ic_fluent_phone_arrow_right_20_regular:before { content: "\ec76"; } -.icon-ic_fluent_phone_link_setup_20_filled:before { +.icon-ic_fluent_phone_chat_20_filled:before { content: "\ec77"; } -.icon-ic_fluent_phone_link_setup_20_regular:before { +.icon-ic_fluent_phone_chat_20_regular:before { content: "\ec78"; } -.icon-ic_fluent_phone_lock_20_filled:before { +.icon-ic_fluent_phone_checkmark_20_filled:before { content: "\ec79"; } -.icon-ic_fluent_phone_lock_20_regular:before { +.icon-ic_fluent_phone_checkmark_20_regular:before { content: "\ec7a"; } -.icon-ic_fluent_phone_page_header_20_filled:before { +.icon-ic_fluent_phone_desktop_20_filled:before { content: "\ec7b"; } -.icon-ic_fluent_phone_page_header_20_regular:before { +.icon-ic_fluent_phone_desktop_20_regular:before { content: "\ec7c"; } -.icon-ic_fluent_phone_pagination_20_filled:before { +.icon-ic_fluent_phone_desktop_add_20_filled:before { content: "\ec7d"; } -.icon-ic_fluent_phone_pagination_20_regular:before { +.icon-ic_fluent_phone_desktop_add_20_regular:before { content: "\ec7e"; } -.icon-ic_fluent_phone_screen_time_20_filled:before { +.icon-ic_fluent_phone_dismiss_20_filled:before { content: "\ec7f"; } -.icon-ic_fluent_phone_screen_time_20_regular:before { +.icon-ic_fluent_phone_dismiss_20_regular:before { content: "\ec80"; } -.icon-ic_fluent_phone_shake_20_filled:before { +.icon-ic_fluent_phone_edit_20_filled:before { content: "\ec81"; } -.icon-ic_fluent_phone_shake_20_regular:before { +.icon-ic_fluent_phone_edit_20_regular:before { content: "\ec82"; } -.icon-ic_fluent_phone_span_in_20_filled:before { +.icon-ic_fluent_phone_eraser_20_filled:before { content: "\ec83"; } -.icon-ic_fluent_phone_span_in_20_regular:before { +.icon-ic_fluent_phone_eraser_20_regular:before { content: "\ec84"; } -.icon-ic_fluent_phone_span_out_20_filled:before { +.icon-ic_fluent_phone_footer_arrow_down_20_filled:before { content: "\ec85"; } -.icon-ic_fluent_phone_span_out_20_regular:before { +.icon-ic_fluent_phone_footer_arrow_down_20_regular:before { content: "\ec86"; } -.icon-ic_fluent_phone_speaker_20_filled:before { +.icon-ic_fluent_phone_header_arrow_up_20_filled:before { content: "\ec87"; } -.icon-ic_fluent_phone_speaker_20_regular:before { +.icon-ic_fluent_phone_header_arrow_up_20_regular:before { content: "\ec88"; } -.icon-ic_fluent_phone_status_bar_20_filled:before { +.icon-ic_fluent_phone_key_20_filled:before { content: "\ec89"; } -.icon-ic_fluent_phone_status_bar_20_regular:before { +.icon-ic_fluent_phone_key_20_regular:before { content: "\ec8a"; } -.icon-ic_fluent_phone_tablet_20_filled:before { +.icon-ic_fluent_phone_laptop_20_filled:before { content: "\ec8b"; } -.icon-ic_fluent_phone_tablet_20_regular:before { +.icon-ic_fluent_phone_laptop_20_regular:before { content: "\ec8c"; } -.icon-ic_fluent_phone_update_20_filled:before { +.icon-ic_fluent_phone_link_setup_20_filled:before { content: "\ec8d"; } -.icon-ic_fluent_phone_update_20_regular:before { +.icon-ic_fluent_phone_link_setup_20_regular:before { content: "\ec8e"; } -.icon-ic_fluent_phone_update_checkmark_20_filled:before { +.icon-ic_fluent_phone_lock_20_filled:before { content: "\ec8f"; } -.icon-ic_fluent_phone_update_checkmark_20_regular:before { +.icon-ic_fluent_phone_lock_20_regular:before { content: "\ec90"; } -.icon-ic_fluent_phone_vertical_scroll_20_filled:before { +.icon-ic_fluent_phone_page_header_20_filled:before { content: "\ec91"; } -.icon-ic_fluent_phone_vertical_scroll_20_regular:before { +.icon-ic_fluent_phone_page_header_20_regular:before { content: "\ec92"; } -.icon-ic_fluent_phone_vibrate_20_filled:before { +.icon-ic_fluent_phone_pagination_20_filled:before { content: "\ec93"; } -.icon-ic_fluent_phone_vibrate_20_regular:before { +.icon-ic_fluent_phone_pagination_20_regular:before { content: "\ec94"; } -.icon-ic_fluent_photo_filter_20_filled:before { +.icon-ic_fluent_phone_screen_time_20_filled:before { content: "\ec95"; } -.icon-ic_fluent_photo_filter_20_regular:before { +.icon-ic_fluent_phone_screen_time_20_regular:before { content: "\ec96"; } -.icon-ic_fluent_pi_20_filled:before { +.icon-ic_fluent_phone_shake_20_filled:before { content: "\ec97"; } -.icon-ic_fluent_pi_20_regular:before { +.icon-ic_fluent_phone_shake_20_regular:before { content: "\ec98"; } -.icon-ic_fluent_picture_in_picture_20_filled:before { +.icon-ic_fluent_phone_span_in_20_filled:before { content: "\ec99"; } -.icon-ic_fluent_picture_in_picture_20_regular:before { +.icon-ic_fluent_phone_span_in_20_regular:before { content: "\ec9a"; } -.icon-ic_fluent_picture_in_picture_enter_20_filled:before { +.icon-ic_fluent_phone_span_out_20_filled:before { content: "\ec9b"; } -.icon-ic_fluent_picture_in_picture_enter_20_regular:before { +.icon-ic_fluent_phone_span_out_20_regular:before { content: "\ec9c"; } -.icon-ic_fluent_picture_in_picture_exit_20_filled:before { +.icon-ic_fluent_phone_speaker_20_filled:before { content: "\ec9d"; } -.icon-ic_fluent_picture_in_picture_exit_20_regular:before { +.icon-ic_fluent_phone_speaker_20_regular:before { content: "\ec9e"; } -.icon-ic_fluent_pill_20_filled:before { +.icon-ic_fluent_phone_status_bar_20_filled:before { content: "\ec9f"; } -.icon-ic_fluent_pill_20_regular:before { +.icon-ic_fluent_phone_status_bar_20_regular:before { content: "\eca0"; } -.icon-ic_fluent_pin_20_filled:before { +.icon-ic_fluent_phone_tablet_20_filled:before { content: "\eca1"; } -.icon-ic_fluent_pin_20_regular:before { +.icon-ic_fluent_phone_tablet_20_regular:before { content: "\eca2"; } -.icon-ic_fluent_pin_off_20_filled:before { +.icon-ic_fluent_phone_update_20_filled:before { content: "\eca3"; } -.icon-ic_fluent_pin_off_20_regular:before { +.icon-ic_fluent_phone_update_20_regular:before { content: "\eca4"; } -.icon-ic_fluent_pipeline_20_filled:before { +.icon-ic_fluent_phone_update_checkmark_20_filled:before { content: "\eca5"; } -.icon-ic_fluent_pipeline_20_regular:before { +.icon-ic_fluent_phone_update_checkmark_20_regular:before { content: "\eca6"; } -.icon-ic_fluent_pipeline_add_20_filled:before { +.icon-ic_fluent_phone_vertical_scroll_20_filled:before { content: "\eca7"; } -.icon-ic_fluent_pipeline_add_20_regular:before { +.icon-ic_fluent_phone_vertical_scroll_20_regular:before { content: "\eca8"; } -.icon-ic_fluent_pipeline_arrow_curve_down_20_filled:before { +.icon-ic_fluent_phone_vibrate_20_filled:before { content: "\eca9"; } -.icon-ic_fluent_pipeline_arrow_curve_down_20_regular:before { +.icon-ic_fluent_phone_vibrate_20_regular:before { content: "\ecaa"; } -.icon-ic_fluent_pipeline_play_20_filled:before { +.icon-ic_fluent_photo_filter_20_filled:before { content: "\ecab"; } -.icon-ic_fluent_pipeline_play_20_regular:before { +.icon-ic_fluent_photo_filter_20_regular:before { content: "\ecac"; } -.icon-ic_fluent_pivot_20_filled:before { +.icon-ic_fluent_pi_20_filled:before { content: "\ecad"; } -.icon-ic_fluent_pivot_20_regular:before { +.icon-ic_fluent_pi_20_regular:before { content: "\ecae"; } -.icon-ic_fluent_plant_cattail_20_filled:before { +.icon-ic_fluent_picture_in_picture_20_filled:before { content: "\ecaf"; } -.icon-ic_fluent_plant_cattail_20_regular:before { +.icon-ic_fluent_picture_in_picture_20_regular:before { content: "\ecb0"; } -.icon-ic_fluent_plant_grass_20_filled:before { +.icon-ic_fluent_picture_in_picture_enter_20_filled:before { content: "\ecb1"; } -.icon-ic_fluent_plant_grass_20_regular:before { +.icon-ic_fluent_picture_in_picture_enter_20_regular:before { content: "\ecb2"; } -.icon-ic_fluent_plant_ragweed_20_filled:before { +.icon-ic_fluent_picture_in_picture_exit_20_filled:before { content: "\ecb3"; } -.icon-ic_fluent_plant_ragweed_20_regular:before { +.icon-ic_fluent_picture_in_picture_exit_20_regular:before { content: "\ecb4"; } -.icon-ic_fluent_play_20_filled:before { +.icon-ic_fluent_pill_20_filled:before { content: "\ecb5"; } -.icon-ic_fluent_play_20_regular:before { +.icon-ic_fluent_pill_20_regular:before { content: "\ecb6"; } -.icon-ic_fluent_play_circle_20_filled:before { +.icon-ic_fluent_pin_20_filled:before { content: "\ecb7"; } -.icon-ic_fluent_play_circle_20_regular:before { +.icon-ic_fluent_pin_20_regular:before { content: "\ecb8"; } -.icon-ic_fluent_play_circle_hint_20_filled:before { +.icon-ic_fluent_pin_off_20_filled:before { content: "\ecb9"; } -.icon-ic_fluent_play_circle_hint_20_regular:before { +.icon-ic_fluent_pin_off_20_regular:before { content: "\ecba"; } -.icon-ic_fluent_play_settings_20_filled:before { +.icon-ic_fluent_pipeline_20_filled:before { content: "\ecbb"; } -.icon-ic_fluent_play_settings_20_regular:before { +.icon-ic_fluent_pipeline_20_regular:before { content: "\ecbc"; } -.icon-ic_fluent_playing_cards_20_filled:before { +.icon-ic_fluent_pipeline_add_20_filled:before { content: "\ecbd"; } -.icon-ic_fluent_playing_cards_20_regular:before { +.icon-ic_fluent_pipeline_add_20_regular:before { content: "\ecbe"; } -.icon-ic_fluent_plug_connected_20_filled:before { +.icon-ic_fluent_pipeline_arrow_curve_down_20_filled:before { content: "\ecbf"; } -.icon-ic_fluent_plug_connected_20_regular:before { +.icon-ic_fluent_pipeline_arrow_curve_down_20_regular:before { content: "\ecc0"; } -.icon-ic_fluent_plug_connected_add_20_filled:before { +.icon-ic_fluent_pipeline_play_20_filled:before { content: "\ecc1"; } -.icon-ic_fluent_plug_connected_add_20_regular:before { +.icon-ic_fluent_pipeline_play_20_regular:before { content: "\ecc2"; } -.icon-ic_fluent_plug_connected_checkmark_20_filled:before { +.icon-ic_fluent_pivot_20_filled:before { content: "\ecc3"; } -.icon-ic_fluent_plug_connected_checkmark_20_regular:before { +.icon-ic_fluent_pivot_20_regular:before { content: "\ecc4"; } -.icon-ic_fluent_plug_connected_settings_20_filled:before { +.icon-ic_fluent_plant_cattail_20_filled:before { content: "\ecc5"; } -.icon-ic_fluent_plug_connected_settings_20_regular:before { +.icon-ic_fluent_plant_cattail_20_regular:before { content: "\ecc6"; } -.icon-ic_fluent_plug_disconnected_20_filled:before { +.icon-ic_fluent_plant_grass_20_filled:before { content: "\ecc7"; } -.icon-ic_fluent_plug_disconnected_20_regular:before { +.icon-ic_fluent_plant_grass_20_regular:before { content: "\ecc8"; } -.icon-ic_fluent_point_scan_20_filled:before { +.icon-ic_fluent_plant_ragweed_20_filled:before { content: "\ecc9"; } -.icon-ic_fluent_point_scan_20_regular:before { +.icon-ic_fluent_plant_ragweed_20_regular:before { content: "\ecca"; } -.icon-ic_fluent_poll_20_filled:before { +.icon-ic_fluent_play_20_filled:before { content: "\eccb"; } -.icon-ic_fluent_poll_20_regular:before { +.icon-ic_fluent_play_20_regular:before { content: "\eccc"; } -.icon-ic_fluent_poll_horizontal_20_filled:before { +.icon-ic_fluent_play_circle_20_filled:before { content: "\eccd"; } -.icon-ic_fluent_poll_horizontal_20_regular:before { +.icon-ic_fluent_play_circle_20_regular:before { content: "\ecce"; } -.icon-ic_fluent_poll_off_20_filled:before { +.icon-ic_fluent_play_circle_hint_20_filled:before { content: "\eccf"; } -.icon-ic_fluent_poll_off_20_regular:before { +.icon-ic_fluent_play_circle_hint_20_regular:before { content: "\ecd0"; } -.icon-ic_fluent_port_hdmi_20_filled:before { +.icon-ic_fluent_play_settings_20_filled:before { content: "\ecd1"; } -.icon-ic_fluent_port_hdmi_20_regular:before { +.icon-ic_fluent_play_settings_20_regular:before { content: "\ecd2"; } -.icon-ic_fluent_port_micro_usb_20_filled:before { +.icon-ic_fluent_playing_cards_20_filled:before { content: "\ecd3"; } -.icon-ic_fluent_port_micro_usb_20_regular:before { +.icon-ic_fluent_playing_cards_20_regular:before { content: "\ecd4"; } -.icon-ic_fluent_port_usb_a_20_filled:before { +.icon-ic_fluent_plug_connected_20_filled:before { content: "\ecd5"; } -.icon-ic_fluent_port_usb_a_20_regular:before { +.icon-ic_fluent_plug_connected_20_regular:before { content: "\ecd6"; } -.icon-ic_fluent_port_usb_c_20_filled:before { +.icon-ic_fluent_plug_connected_add_20_filled:before { content: "\ecd7"; } -.icon-ic_fluent_port_usb_c_20_regular:before { +.icon-ic_fluent_plug_connected_add_20_regular:before { content: "\ecd8"; } -.icon-ic_fluent_position_backward_20_filled:before { +.icon-ic_fluent_plug_connected_checkmark_20_filled:before { content: "\ecd9"; } -.icon-ic_fluent_position_backward_20_regular:before { +.icon-ic_fluent_plug_connected_checkmark_20_regular:before { content: "\ecda"; } -.icon-ic_fluent_position_forward_20_filled:before { +.icon-ic_fluent_plug_connected_settings_20_filled:before { content: "\ecdb"; } -.icon-ic_fluent_position_forward_20_regular:before { +.icon-ic_fluent_plug_connected_settings_20_regular:before { content: "\ecdc"; } -.icon-ic_fluent_position_to_back_20_filled:before { +.icon-ic_fluent_plug_disconnected_20_filled:before { content: "\ecdd"; } -.icon-ic_fluent_position_to_back_20_regular:before { +.icon-ic_fluent_plug_disconnected_20_regular:before { content: "\ecde"; } -.icon-ic_fluent_position_to_front_20_filled:before { +.icon-ic_fluent_point_scan_20_filled:before { content: "\ecdf"; } -.icon-ic_fluent_position_to_front_20_regular:before { +.icon-ic_fluent_point_scan_20_regular:before { content: "\ece0"; } -.icon-ic_fluent_power_20_filled:before { +.icon-ic_fluent_poll_20_filled:before { content: "\ece1"; } -.icon-ic_fluent_power_20_regular:before { +.icon-ic_fluent_poll_20_regular:before { content: "\ece2"; } -.icon-ic_fluent_predictions_20_filled:before { +.icon-ic_fluent_poll_horizontal_20_filled:before { content: "\ece3"; } -.icon-ic_fluent_predictions_20_regular:before { +.icon-ic_fluent_poll_horizontal_20_regular:before { content: "\ece4"; } -.icon-ic_fluent_premium_20_filled:before { +.icon-ic_fluent_poll_off_20_filled:before { content: "\ece5"; } -.icon-ic_fluent_premium_20_regular:before { +.icon-ic_fluent_poll_off_20_regular:before { content: "\ece6"; } -.icon-ic_fluent_premium_person_20_filled:before { +.icon-ic_fluent_port_hdmi_20_filled:before { content: "\ece7"; } -.icon-ic_fluent_premium_person_20_regular:before { +.icon-ic_fluent_port_hdmi_20_regular:before { content: "\ece8"; } -.icon-ic_fluent_presence_available_20_filled:before { +.icon-ic_fluent_port_micro_usb_20_filled:before { content: "\ece9"; } -.icon-ic_fluent_presence_available_20_regular:before { +.icon-ic_fluent_port_micro_usb_20_regular:before { content: "\ecea"; } -.icon-ic_fluent_presence_away_20_filled:before { +.icon-ic_fluent_port_usb_a_20_filled:before { content: "\eceb"; } -.icon-ic_fluent_presence_away_20_regular:before { +.icon-ic_fluent_port_usb_a_20_regular:before { content: "\ecec"; } -.icon-ic_fluent_presence_blocked_20_regular:before { +.icon-ic_fluent_port_usb_c_20_filled:before { content: "\eced"; } -.icon-ic_fluent_presence_busy_20_filled:before { +.icon-ic_fluent_port_usb_c_20_regular:before { content: "\ecee"; } -.icon-ic_fluent_presence_dnd_20_filled:before { +.icon-ic_fluent_position_backward_20_filled:before { content: "\ecef"; } -.icon-ic_fluent_presence_dnd_20_regular:before { +.icon-ic_fluent_position_backward_20_regular:before { content: "\ecf0"; } -.icon-ic_fluent_presence_offline_20_regular:before { +.icon-ic_fluent_position_forward_20_filled:before { content: "\ecf1"; } -.icon-ic_fluent_presence_oof_20_regular:before { +.icon-ic_fluent_position_forward_20_regular:before { content: "\ecf2"; } -.icon-ic_fluent_presence_unknown_20_regular:before { +.icon-ic_fluent_position_to_back_20_filled:before { content: "\ecf3"; } -.icon-ic_fluent_presenter_20_filled:before { +.icon-ic_fluent_position_to_back_20_regular:before { content: "\ecf4"; } -.icon-ic_fluent_presenter_20_regular:before { +.icon-ic_fluent_position_to_front_20_filled:before { content: "\ecf5"; } -.icon-ic_fluent_presenter_off_20_filled:before { +.icon-ic_fluent_position_to_front_20_regular:before { content: "\ecf6"; } -.icon-ic_fluent_presenter_off_20_regular:before { +.icon-ic_fluent_power_20_filled:before { content: "\ecf7"; } -.icon-ic_fluent_preview_link_20_filled:before { +.icon-ic_fluent_power_20_regular:before { content: "\ecf8"; } -.icon-ic_fluent_preview_link_20_regular:before { +.icon-ic_fluent_predictions_20_filled:before { content: "\ecf9"; } -.icon-ic_fluent_previous_20_filled:before { +.icon-ic_fluent_predictions_20_regular:before { content: "\ecfa"; } -.icon-ic_fluent_previous_20_regular:before { +.icon-ic_fluent_premium_20_filled:before { content: "\ecfb"; } -.icon-ic_fluent_previous_frame_20_filled:before { +.icon-ic_fluent_premium_20_regular:before { content: "\ecfc"; } -.icon-ic_fluent_previous_frame_20_regular:before { +.icon-ic_fluent_premium_person_20_filled:before { content: "\ecfd"; } -.icon-ic_fluent_print_20_filled:before { +.icon-ic_fluent_premium_person_20_regular:before { content: "\ecfe"; } -.icon-ic_fluent_print_20_regular:before { +.icon-ic_fluent_presence_available_20_filled:before { content: "\ecff"; } -.icon-ic_fluent_print_add_20_filled:before { +.icon-ic_fluent_presence_available_20_regular:before { content: "\ed00"; } -.icon-ic_fluent_print_add_20_regular:before { +.icon-ic_fluent_presence_away_20_filled:before { content: "\ed01"; } -.icon-ic_fluent_production_20_filled:before { +.icon-ic_fluent_presence_away_20_regular:before { content: "\ed02"; } -.icon-ic_fluent_production_20_regular:before { +.icon-ic_fluent_presence_blocked_20_regular:before { content: "\ed03"; } -.icon-ic_fluent_production_checkmark_20_filled:before { +.icon-ic_fluent_presence_busy_20_filled:before { content: "\ed04"; } -.icon-ic_fluent_production_checkmark_20_regular:before { +.icon-ic_fluent_presence_dnd_20_filled:before { content: "\ed05"; } -.icon-ic_fluent_prohibited_20_filled:before { +.icon-ic_fluent_presence_dnd_20_regular:before { content: "\ed06"; } -.icon-ic_fluent_prohibited_20_regular:before { +.icon-ic_fluent_presence_offline_20_regular:before { content: "\ed07"; } -.icon-ic_fluent_prohibited_multiple_20_filled:before { +.icon-ic_fluent_presence_oof_20_regular:before { content: "\ed08"; } -.icon-ic_fluent_prohibited_multiple_20_regular:before { +.icon-ic_fluent_presence_unknown_20_regular:before { content: "\ed09"; } -.icon-ic_fluent_prohibited_note_20_filled:before { +.icon-ic_fluent_presenter_20_filled:before { content: "\ed0a"; } -.icon-ic_fluent_prohibited_note_20_regular:before { +.icon-ic_fluent_presenter_20_regular:before { content: "\ed0b"; } -.icon-ic_fluent_projection_screen_20_filled:before { +.icon-ic_fluent_presenter_off_20_filled:before { content: "\ed0c"; } -.icon-ic_fluent_projection_screen_20_regular:before { +.icon-ic_fluent_presenter_off_20_regular:before { content: "\ed0d"; } -.icon-ic_fluent_projection_screen_dismiss_20_filled:before { +.icon-ic_fluent_preview_link_20_filled:before { content: "\ed0e"; } -.icon-ic_fluent_projection_screen_dismiss_20_regular:before { +.icon-ic_fluent_preview_link_20_regular:before { content: "\ed0f"; } -.icon-ic_fluent_projection_screen_text_20_filled:before { +.icon-ic_fluent_previous_20_filled:before { content: "\ed10"; } -.icon-ic_fluent_projection_screen_text_20_regular:before { +.icon-ic_fluent_previous_20_regular:before { content: "\ed11"; } -.icon-ic_fluent_protocol_handler_20_filled:before { +.icon-ic_fluent_previous_frame_20_filled:before { content: "\ed12"; } -.icon-ic_fluent_protocol_handler_20_regular:before { +.icon-ic_fluent_previous_frame_20_regular:before { content: "\ed13"; } -.icon-ic_fluent_pulse_20_filled:before { +.icon-ic_fluent_print_20_filled:before { content: "\ed14"; } -.icon-ic_fluent_pulse_20_regular:before { +.icon-ic_fluent_print_20_regular:before { content: "\ed15"; } -.icon-ic_fluent_pulse_square_20_filled:before { +.icon-ic_fluent_print_add_20_filled:before { content: "\ed16"; } -.icon-ic_fluent_pulse_square_20_regular:before { +.icon-ic_fluent_print_add_20_regular:before { content: "\ed17"; } -.icon-ic_fluent_puzzle_cube_20_filled:before { +.icon-ic_fluent_production_20_filled:before { content: "\ed18"; } -.icon-ic_fluent_puzzle_cube_20_regular:before { +.icon-ic_fluent_production_20_regular:before { content: "\ed19"; } -.icon-ic_fluent_puzzle_cube_piece_20_filled:before { +.icon-ic_fluent_production_checkmark_20_filled:before { content: "\ed1a"; } -.icon-ic_fluent_puzzle_cube_piece_20_regular:before { +.icon-ic_fluent_production_checkmark_20_regular:before { content: "\ed1b"; } -.icon-ic_fluent_puzzle_piece_20_filled:before { +.icon-ic_fluent_prohibited_20_filled:before { content: "\ed1c"; } -.icon-ic_fluent_puzzle_piece_20_regular:before { +.icon-ic_fluent_prohibited_20_regular:before { content: "\ed1d"; } -.icon-ic_fluent_puzzle_piece_shield_20_filled:before { +.icon-ic_fluent_prohibited_multiple_20_filled:before { content: "\ed1e"; } -.icon-ic_fluent_puzzle_piece_shield_20_regular:before { +.icon-ic_fluent_prohibited_multiple_20_regular:before { content: "\ed1f"; } -.icon-ic_fluent_qr_code_20_filled:before { +.icon-ic_fluent_prohibited_note_20_filled:before { content: "\ed20"; } -.icon-ic_fluent_qr_code_20_regular:before { +.icon-ic_fluent_prohibited_note_20_regular:before { content: "\ed21"; } -.icon-ic_fluent_question_20_filled:before { +.icon-ic_fluent_projection_screen_20_filled:before { content: "\ed22"; } -.icon-ic_fluent_question_20_regular:before { +.icon-ic_fluent_projection_screen_20_regular:before { content: "\ed23"; } -.icon-ic_fluent_question_circle_20_filled:before { +.icon-ic_fluent_projection_screen_dismiss_20_filled:before { content: "\ed24"; } -.icon-ic_fluent_question_circle_20_regular:before { +.icon-ic_fluent_projection_screen_dismiss_20_regular:before { content: "\ed25"; } -.icon-ic_fluent_quiz_new_20_filled:before { +.icon-ic_fluent_projection_screen_text_20_filled:before { content: "\ed26"; } -.icon-ic_fluent_quiz_new_20_regular:before { +.icon-ic_fluent_projection_screen_text_20_regular:before { content: "\ed27"; } -.icon-ic_fluent_radar_20_filled:before { +.icon-ic_fluent_protocol_handler_20_filled:before { content: "\ed28"; } -.icon-ic_fluent_radar_20_regular:before { +.icon-ic_fluent_protocol_handler_20_regular:before { content: "\ed29"; } -.icon-ic_fluent_radar_checkmark_20_filled:before { +.icon-ic_fluent_pulse_20_filled:before { content: "\ed2a"; } -.icon-ic_fluent_radar_checkmark_20_regular:before { +.icon-ic_fluent_pulse_20_regular:before { content: "\ed2b"; } -.icon-ic_fluent_radar_rectangle_multiple_20_filled:before { +.icon-ic_fluent_pulse_square_20_filled:before { content: "\ed2c"; } -.icon-ic_fluent_radar_rectangle_multiple_20_regular:before { +.icon-ic_fluent_pulse_square_20_regular:before { content: "\ed2d"; } -.icon-ic_fluent_radio_button_20_filled:before { +.icon-ic_fluent_puzzle_cube_20_filled:before { content: "\ed2e"; } -.icon-ic_fluent_radio_button_20_regular:before { +.icon-ic_fluent_puzzle_cube_20_regular:before { content: "\ed2f"; } -.icon-ic_fluent_ram_20_filled:before { +.icon-ic_fluent_puzzle_cube_piece_20_filled:before { content: "\ed30"; } -.icon-ic_fluent_ram_20_regular:before { +.icon-ic_fluent_puzzle_cube_piece_20_regular:before { content: "\ed31"; } -.icon-ic_fluent_rating_mature_20_filled:before { +.icon-ic_fluent_puzzle_piece_20_filled:before { content: "\ed32"; } -.icon-ic_fluent_rating_mature_20_regular:before { +.icon-ic_fluent_puzzle_piece_20_regular:before { content: "\ed33"; } -.icon-ic_fluent_ratio_one_to_one_20_filled:before { +.icon-ic_fluent_puzzle_piece_shield_20_filled:before { content: "\ed34"; } -.icon-ic_fluent_ratio_one_to_one_20_regular:before { +.icon-ic_fluent_puzzle_piece_shield_20_regular:before { content: "\ed35"; } -.icon-ic_fluent_re_order_20_filled:before { +.icon-ic_fluent_qr_code_20_filled:before { content: "\ed36"; } -.icon-ic_fluent_re_order_20_regular:before { +.icon-ic_fluent_qr_code_20_regular:before { content: "\ed37"; } -.icon-ic_fluent_re_order_dots_horizontal_20_filled:before { +.icon-ic_fluent_question_20_filled:before { content: "\ed38"; } -.icon-ic_fluent_re_order_dots_horizontal_20_regular:before { +.icon-ic_fluent_question_20_regular:before { content: "\ed39"; } -.icon-ic_fluent_re_order_dots_vertical_20_filled:before { +.icon-ic_fluent_question_circle_20_filled:before { content: "\ed3a"; } -.icon-ic_fluent_re_order_dots_vertical_20_regular:before { +.icon-ic_fluent_question_circle_20_regular:before { content: "\ed3b"; } -.icon-ic_fluent_read_aloud_20_filled:before { +.icon-ic_fluent_quiz_new_20_filled:before { content: "\ed3c"; } -.icon-ic_fluent_read_aloud_20_regular:before { +.icon-ic_fluent_quiz_new_20_regular:before { content: "\ed3d"; } -.icon-ic_fluent_reading_list_20_filled:before { +.icon-ic_fluent_radar_20_filled:before { content: "\ed3e"; } -.icon-ic_fluent_reading_list_20_regular:before { +.icon-ic_fluent_radar_20_regular:before { content: "\ed3f"; } -.icon-ic_fluent_reading_list_add_20_filled:before { +.icon-ic_fluent_radar_checkmark_20_filled:before { content: "\ed40"; } -.icon-ic_fluent_reading_list_add_20_regular:before { +.icon-ic_fluent_radar_checkmark_20_regular:before { content: "\ed41"; } -.icon-ic_fluent_reading_mode_mobile_20_filled:before { +.icon-ic_fluent_radar_rectangle_multiple_20_filled:before { content: "\ed42"; } -.icon-ic_fluent_reading_mode_mobile_20_regular:before { +.icon-ic_fluent_radar_rectangle_multiple_20_regular:before { content: "\ed43"; } -.icon-ic_fluent_real_estate_20_filled:before { +.icon-ic_fluent_radio_button_20_filled:before { content: "\ed44"; } -.icon-ic_fluent_real_estate_20_regular:before { +.icon-ic_fluent_radio_button_20_regular:before { content: "\ed45"; } -.icon-ic_fluent_receipt_20_filled:before { +.icon-ic_fluent_ram_20_filled:before { content: "\ed46"; } -.icon-ic_fluent_receipt_20_regular:before { +.icon-ic_fluent_ram_20_regular:before { content: "\ed47"; } -.icon-ic_fluent_receipt_add_20_filled:before { +.icon-ic_fluent_rating_mature_20_filled:before { content: "\ed48"; } -.icon-ic_fluent_receipt_add_20_regular:before { +.icon-ic_fluent_rating_mature_20_regular:before { content: "\ed49"; } -.icon-ic_fluent_receipt_bag_20_filled:before { +.icon-ic_fluent_ratio_one_to_one_20_filled:before { content: "\ed4a"; } -.icon-ic_fluent_receipt_bag_20_regular:before { +.icon-ic_fluent_ratio_one_to_one_20_regular:before { content: "\ed4b"; } -.icon-ic_fluent_receipt_cube_20_filled:before { +.icon-ic_fluent_re_order_20_filled:before { content: "\ed4c"; } -.icon-ic_fluent_receipt_cube_20_regular:before { +.icon-ic_fluent_re_order_20_regular:before { content: "\ed4d"; } -.icon-ic_fluent_receipt_money_20_filled:before { +.icon-ic_fluent_re_order_dots_horizontal_20_filled:before { content: "\ed4e"; } -.icon-ic_fluent_receipt_money_20_regular:before { +.icon-ic_fluent_re_order_dots_horizontal_20_regular:before { content: "\ed4f"; } -.icon-ic_fluent_receipt_play_20_filled:before { +.icon-ic_fluent_re_order_dots_vertical_20_filled:before { content: "\ed50"; } -.icon-ic_fluent_receipt_play_20_regular:before { +.icon-ic_fluent_re_order_dots_vertical_20_regular:before { content: "\ed51"; } -.icon-ic_fluent_receipt_search_20_filled:before { +.icon-ic_fluent_read_aloud_20_filled:before { content: "\ed52"; } -.icon-ic_fluent_receipt_search_20_regular:before { +.icon-ic_fluent_read_aloud_20_regular:before { content: "\ed53"; } -.icon-ic_fluent_receipt_sparkles_20_filled:before { +.icon-ic_fluent_reading_list_20_filled:before { content: "\ed54"; } -.icon-ic_fluent_receipt_sparkles_20_regular:before { +.icon-ic_fluent_reading_list_20_regular:before { content: "\ed55"; } -.icon-ic_fluent_record_20_filled:before { +.icon-ic_fluent_reading_list_add_20_filled:before { content: "\ed56"; } -.icon-ic_fluent_record_20_regular:before { +.icon-ic_fluent_reading_list_add_20_regular:before { content: "\ed57"; } -.icon-ic_fluent_record_stop_20_filled:before { +.icon-ic_fluent_reading_mode_mobile_20_filled:before { content: "\ed58"; } -.icon-ic_fluent_record_stop_20_regular:before { +.icon-ic_fluent_reading_mode_mobile_20_regular:before { content: "\ed59"; } -.icon-ic_fluent_rectangle_landscape_20_filled:before { +.icon-ic_fluent_real_estate_20_filled:before { content: "\ed5a"; } -.icon-ic_fluent_rectangle_landscape_20_regular:before { +.icon-ic_fluent_real_estate_20_regular:before { content: "\ed5b"; } -.icon-ic_fluent_rectangle_landscape_hint_copy_20_filled:before { +.icon-ic_fluent_receipt_20_filled:before { content: "\ed5c"; } -.icon-ic_fluent_rectangle_landscape_hint_copy_20_regular:before { +.icon-ic_fluent_receipt_20_regular:before { content: "\ed5d"; } -.icon-ic_fluent_rectangle_landscape_sparkle_20_filled:before { +.icon-ic_fluent_receipt_add_20_filled:before { content: "\ed5e"; } -.icon-ic_fluent_rectangle_landscape_sparkle_20_regular:before { +.icon-ic_fluent_receipt_add_20_regular:before { content: "\ed5f"; } -.icon-ic_fluent_rectangle_landscape_sync_20_filled:before { +.icon-ic_fluent_receipt_bag_20_filled:before { content: "\ed60"; } -.icon-ic_fluent_rectangle_landscape_sync_20_regular:before { +.icon-ic_fluent_receipt_bag_20_regular:before { content: "\ed61"; } -.icon-ic_fluent_rectangle_landscape_sync_off_20_filled:before { +.icon-ic_fluent_receipt_cube_20_filled:before { content: "\ed62"; } -.icon-ic_fluent_rectangle_landscape_sync_off_20_regular:before { +.icon-ic_fluent_receipt_cube_20_regular:before { content: "\ed63"; } -.icon-ic_fluent_rectangle_portrait_location_target_20_filled:before { +.icon-ic_fluent_receipt_money_20_filled:before { content: "\ed64"; } -.icon-ic_fluent_rectangle_portrait_location_target_20_regular:before { +.icon-ic_fluent_receipt_money_20_regular:before { content: "\ed65"; } -.icon-ic_fluent_recycle_20_filled:before { +.icon-ic_fluent_receipt_play_20_filled:before { content: "\ed66"; } -.icon-ic_fluent_recycle_20_regular:before { +.icon-ic_fluent_receipt_play_20_regular:before { content: "\ed67"; } -.icon-ic_fluent_remix_add_20_filled:before { +.icon-ic_fluent_receipt_search_20_filled:before { content: "\ed68"; } -.icon-ic_fluent_remix_add_20_regular:before { +.icon-ic_fluent_receipt_search_20_regular:before { content: "\ed69"; } -.icon-ic_fluent_remote_20_filled:before { +.icon-ic_fluent_receipt_sparkles_20_filled:before { content: "\ed6a"; } -.icon-ic_fluent_remote_20_regular:before { +.icon-ic_fluent_receipt_sparkles_20_regular:before { content: "\ed6b"; } -.icon-ic_fluent_rename_20_filled:before { +.icon-ic_fluent_record_20_filled:before { content: "\ed6c"; } -.icon-ic_fluent_rename_20_regular:before { +.icon-ic_fluent_record_20_regular:before { content: "\ed6d"; } -.icon-ic_fluent_reorder_20_filled:before { +.icon-ic_fluent_record_stop_20_filled:before { content: "\ed6e"; } -.icon-ic_fluent_reorder_20_regular:before { +.icon-ic_fluent_record_stop_20_regular:before { content: "\ed6f"; } -.icon-ic_fluent_replay_20_filled:before { +.icon-ic_fluent_rectangle_landscape_20_filled:before { content: "\ed70"; } -.icon-ic_fluent_replay_20_regular:before { +.icon-ic_fluent_rectangle_landscape_20_regular:before { content: "\ed71"; } -.icon-ic_fluent_resize_20_filled:before { +.icon-ic_fluent_rectangle_landscape_hint_copy_20_filled:before { content: "\ed72"; } -.icon-ic_fluent_resize_20_regular:before { +.icon-ic_fluent_rectangle_landscape_hint_copy_20_regular:before { content: "\ed73"; } -.icon-ic_fluent_resize_image_20_filled:before { +.icon-ic_fluent_rectangle_landscape_sparkle_20_filled:before { content: "\ed74"; } -.icon-ic_fluent_resize_image_20_regular:before { +.icon-ic_fluent_rectangle_landscape_sparkle_20_regular:before { content: "\ed75"; } -.icon-ic_fluent_resize_large_20_filled:before { +.icon-ic_fluent_rectangle_landscape_sync_20_filled:before { content: "\ed76"; } -.icon-ic_fluent_resize_large_20_regular:before { +.icon-ic_fluent_rectangle_landscape_sync_20_regular:before { content: "\ed77"; } -.icon-ic_fluent_resize_small_20_filled:before { +.icon-ic_fluent_rectangle_landscape_sync_off_20_filled:before { content: "\ed78"; } -.icon-ic_fluent_resize_small_20_regular:before { +.icon-ic_fluent_rectangle_landscape_sync_off_20_regular:before { content: "\ed79"; } -.icon-ic_fluent_resize_table_20_filled:before { +.icon-ic_fluent_rectangle_portrait_location_target_20_filled:before { content: "\ed7a"; } -.icon-ic_fluent_resize_table_20_regular:before { +.icon-ic_fluent_rectangle_portrait_location_target_20_regular:before { content: "\ed7b"; } -.icon-ic_fluent_resize_video_20_filled:before { +.icon-ic_fluent_recycle_20_filled:before { content: "\ed7c"; } -.icon-ic_fluent_resize_video_20_regular:before { +.icon-ic_fluent_recycle_20_regular:before { content: "\ed7d"; } -.icon-ic_fluent_reward_20_filled:before { +.icon-ic_fluent_remix_add_20_filled:before { content: "\ed7e"; } -.icon-ic_fluent_reward_20_regular:before { +.icon-ic_fluent_remix_add_20_regular:before { content: "\ed7f"; } -.icon-ic_fluent_rewind_20_filled:before { +.icon-ic_fluent_remote_20_filled:before { content: "\ed80"; } -.icon-ic_fluent_rewind_20_regular:before { +.icon-ic_fluent_remote_20_regular:before { content: "\ed81"; } -.icon-ic_fluent_rhombus_20_filled:before { +.icon-ic_fluent_rename_20_filled:before { content: "\ed82"; } -.icon-ic_fluent_rhombus_20_regular:before { +.icon-ic_fluent_rename_20_regular:before { content: "\ed83"; } -.icon-ic_fluent_ribbon_20_filled:before { +.icon-ic_fluent_reorder_20_filled:before { content: "\ed84"; } -.icon-ic_fluent_ribbon_20_regular:before { +.icon-ic_fluent_reorder_20_regular:before { content: "\ed85"; } -.icon-ic_fluent_ribbon_add_20_filled:before { +.icon-ic_fluent_replay_20_filled:before { content: "\ed86"; } -.icon-ic_fluent_ribbon_add_20_regular:before { +.icon-ic_fluent_replay_20_regular:before { content: "\ed87"; } -.icon-ic_fluent_ribbon_off_20_filled:before { +.icon-ic_fluent_resize_20_filled:before { content: "\ed88"; } -.icon-ic_fluent_ribbon_off_20_regular:before { +.icon-ic_fluent_resize_20_regular:before { content: "\ed89"; } -.icon-ic_fluent_ribbon_star_20_filled:before { +.icon-ic_fluent_resize_image_20_filled:before { content: "\ed8a"; } -.icon-ic_fluent_ribbon_star_20_regular:before { +.icon-ic_fluent_resize_image_20_regular:before { content: "\ed8b"; } -.icon-ic_fluent_road_cone_20_filled:before { +.icon-ic_fluent_resize_large_20_filled:before { content: "\ed8c"; } -.icon-ic_fluent_road_cone_20_regular:before { +.icon-ic_fluent_resize_large_20_regular:before { content: "\ed8d"; } -.icon-ic_fluent_rocket_20_filled:before { +.icon-ic_fluent_resize_small_20_filled:before { content: "\ed8e"; } -.icon-ic_fluent_rocket_20_regular:before { +.icon-ic_fluent_resize_small_20_regular:before { content: "\ed8f"; } -.icon-ic_fluent_rotate_left_20_filled:before { +.icon-ic_fluent_resize_table_20_filled:before { content: "\ed90"; } -.icon-ic_fluent_rotate_left_20_regular:before { +.icon-ic_fluent_resize_table_20_regular:before { content: "\ed91"; } -.icon-ic_fluent_rotate_right_20_filled:before { +.icon-ic_fluent_resize_video_20_filled:before { content: "\ed92"; } -.icon-ic_fluent_rotate_right_20_regular:before { +.icon-ic_fluent_resize_video_20_regular:before { content: "\ed93"; } -.icon-ic_fluent_router_20_filled:before { +.icon-ic_fluent_reward_20_filled:before { content: "\ed94"; } -.icon-ic_fluent_router_20_regular:before { +.icon-ic_fluent_reward_20_regular:before { content: "\ed95"; } -.icon-ic_fluent_row_triple_20_filled:before { +.icon-ic_fluent_rewind_20_filled:before { content: "\ed96"; } -.icon-ic_fluent_row_triple_20_regular:before { +.icon-ic_fluent_rewind_20_regular:before { content: "\ed97"; } -.icon-ic_fluent_rss_20_filled:before { +.icon-ic_fluent_rhombus_20_filled:before { content: "\ed98"; } -.icon-ic_fluent_rss_20_regular:before { +.icon-ic_fluent_rhombus_20_regular:before { content: "\ed99"; } -.icon-ic_fluent_ruler_20_filled:before { +.icon-ic_fluent_ribbon_20_filled:before { content: "\ed9a"; } -.icon-ic_fluent_ruler_20_regular:before { +.icon-ic_fluent_ribbon_20_regular:before { content: "\ed9b"; } -.icon-ic_fluent_run_20_filled:before { +.icon-ic_fluent_ribbon_add_20_filled:before { content: "\ed9c"; } -.icon-ic_fluent_run_20_regular:before { +.icon-ic_fluent_ribbon_add_20_regular:before { content: "\ed9d"; } -.icon-ic_fluent_sanitize_20_filled:before { +.icon-ic_fluent_ribbon_off_20_filled:before { content: "\ed9e"; } -.icon-ic_fluent_sanitize_20_regular:before { +.icon-ic_fluent_ribbon_off_20_regular:before { content: "\ed9f"; } -.icon-ic_fluent_save_20_filled:before { +.icon-ic_fluent_ribbon_star_20_filled:before { content: "\eda0"; } -.icon-ic_fluent_save_20_regular:before { +.icon-ic_fluent_ribbon_star_20_regular:before { content: "\eda1"; } -.icon-ic_fluent_save_arrow_right_20_filled:before { +.icon-ic_fluent_road_20_filled:before { content: "\eda2"; } -.icon-ic_fluent_save_arrow_right_20_regular:before { +.icon-ic_fluent_road_20_regular:before { content: "\eda3"; } -.icon-ic_fluent_save_copy_20_filled:before { +.icon-ic_fluent_road_cone_20_filled:before { content: "\eda4"; } -.icon-ic_fluent_save_copy_20_regular:before { +.icon-ic_fluent_road_cone_20_regular:before { content: "\eda5"; } -.icon-ic_fluent_save_edit_20_filled:before { +.icon-ic_fluent_rocket_20_filled:before { content: "\eda6"; } -.icon-ic_fluent_save_edit_20_regular:before { +.icon-ic_fluent_rocket_20_regular:before { content: "\eda7"; } -.icon-ic_fluent_save_image_20_filled:before { +.icon-ic_fluent_rotate_left_20_filled:before { content: "\eda8"; } -.icon-ic_fluent_save_image_20_regular:before { +.icon-ic_fluent_rotate_left_20_regular:before { content: "\eda9"; } -.icon-ic_fluent_save_multiple_20_filled:before { +.icon-ic_fluent_rotate_right_20_filled:before { content: "\edaa"; } -.icon-ic_fluent_save_multiple_20_regular:before { +.icon-ic_fluent_rotate_right_20_regular:before { content: "\edab"; } -.icon-ic_fluent_save_search_20_filled:before { +.icon-ic_fluent_router_20_filled:before { content: "\edac"; } -.icon-ic_fluent_save_search_20_regular:before { +.icon-ic_fluent_router_20_regular:before { content: "\edad"; } -.icon-ic_fluent_save_sync_20_filled:before { +.icon-ic_fluent_row_triple_20_filled:before { content: "\edae"; } -.icon-ic_fluent_save_sync_20_regular:before { +.icon-ic_fluent_row_triple_20_regular:before { content: "\edaf"; } -.icon-ic_fluent_savings_20_filled:before { +.icon-ic_fluent_rss_20_filled:before { content: "\edb0"; } -.icon-ic_fluent_savings_20_regular:before { +.icon-ic_fluent_rss_20_regular:before { content: "\edb1"; } -.icon-ic_fluent_scale_fill_20_filled:before { +.icon-ic_fluent_ruler_20_filled:before { content: "\edb2"; } -.icon-ic_fluent_scale_fill_20_regular:before { +.icon-ic_fluent_ruler_20_regular:before { content: "\edb3"; } -.icon-ic_fluent_scale_fit_20_filled:before { +.icon-ic_fluent_run_20_filled:before { content: "\edb4"; } -.icon-ic_fluent_scale_fit_20_regular:before { +.icon-ic_fluent_run_20_regular:before { content: "\edb5"; } -.icon-ic_fluent_scales_20_filled:before { +.icon-ic_fluent_sanitize_20_filled:before { content: "\edb6"; } -.icon-ic_fluent_scales_20_regular:before { +.icon-ic_fluent_sanitize_20_regular:before { content: "\edb7"; } -.icon-ic_fluent_scan_20_filled:before { +.icon-ic_fluent_save_20_filled:before { content: "\edb8"; } -.icon-ic_fluent_scan_20_regular:before { +.icon-ic_fluent_save_20_regular:before { content: "\edb9"; } -.icon-ic_fluent_scan_camera_20_filled:before { +.icon-ic_fluent_save_arrow_right_20_filled:before { content: "\edba"; } -.icon-ic_fluent_scan_camera_20_regular:before { +.icon-ic_fluent_save_arrow_right_20_regular:before { content: "\edbb"; } -.icon-ic_fluent_scan_dash_20_filled:before { +.icon-ic_fluent_save_copy_20_filled:before { content: "\edbc"; } -.icon-ic_fluent_scan_dash_20_regular:before { +.icon-ic_fluent_save_copy_20_regular:before { content: "\edbd"; } -.icon-ic_fluent_scan_object_20_filled:before { +.icon-ic_fluent_save_edit_20_filled:before { content: "\edbe"; } -.icon-ic_fluent_scan_object_20_regular:before { +.icon-ic_fluent_save_edit_20_regular:before { content: "\edbf"; } -.icon-ic_fluent_scan_person_20_filled:before { +.icon-ic_fluent_save_image_20_filled:before { content: "\edc0"; } -.icon-ic_fluent_scan_person_20_regular:before { +.icon-ic_fluent_save_image_20_regular:before { content: "\edc1"; } -.icon-ic_fluent_scan_table_20_filled:before { +.icon-ic_fluent_save_multiple_20_filled:before { content: "\edc2"; } -.icon-ic_fluent_scan_table_20_regular:before { +.icon-ic_fluent_save_multiple_20_regular:before { content: "\edc3"; } -.icon-ic_fluent_scan_text_20_filled:before { +.icon-ic_fluent_save_search_20_filled:before { content: "\edc4"; } -.icon-ic_fluent_scan_text_20_regular:before { +.icon-ic_fluent_save_search_20_regular:before { content: "\edc5"; } -.icon-ic_fluent_scan_thumb_up_20_filled:before { +.icon-ic_fluent_save_sync_20_filled:before { content: "\edc6"; } -.icon-ic_fluent_scan_thumb_up_20_regular:before { +.icon-ic_fluent_save_sync_20_regular:before { content: "\edc7"; } -.icon-ic_fluent_scan_thumb_up_off_20_filled:before { +.icon-ic_fluent_savings_20_filled:before { content: "\edc8"; } -.icon-ic_fluent_scan_thumb_up_off_20_regular:before { +.icon-ic_fluent_savings_20_regular:before { content: "\edc9"; } -.icon-ic_fluent_scan_type_20_filled:before { +.icon-ic_fluent_scale_fill_20_filled:before { content: "\edca"; } -.icon-ic_fluent_scan_type_20_regular:before { +.icon-ic_fluent_scale_fill_20_regular:before { content: "\edcb"; } -.icon-ic_fluent_scan_type_checkmark_20_filled:before { +.icon-ic_fluent_scale_fit_20_filled:before { content: "\edcc"; } -.icon-ic_fluent_scan_type_checkmark_20_regular:before { +.icon-ic_fluent_scale_fit_20_regular:before { content: "\edcd"; } -.icon-ic_fluent_scan_type_off_20_filled:before { +.icon-ic_fluent_scales_20_filled:before { content: "\edce"; } -.icon-ic_fluent_scan_type_off_20_regular:before { +.icon-ic_fluent_scales_20_regular:before { content: "\edcf"; } -.icon-ic_fluent_scratchpad_20_filled:before { +.icon-ic_fluent_scan_20_filled:before { content: "\edd0"; } -.icon-ic_fluent_scratchpad_20_regular:before { +.icon-ic_fluent_scan_20_regular:before { content: "\edd1"; } -.icon-ic_fluent_screen_cut_20_filled:before { +.icon-ic_fluent_scan_camera_20_filled:before { content: "\edd2"; } -.icon-ic_fluent_screen_cut_20_regular:before { +.icon-ic_fluent_scan_camera_20_regular:before { content: "\edd3"; } -.icon-ic_fluent_screen_person_20_filled:before { +.icon-ic_fluent_scan_dash_20_filled:before { content: "\edd4"; } -.icon-ic_fluent_screen_person_20_regular:before { +.icon-ic_fluent_scan_dash_20_regular:before { content: "\edd5"; } -.icon-ic_fluent_screen_search_20_filled:before { +.icon-ic_fluent_scan_object_20_filled:before { content: "\edd6"; } -.icon-ic_fluent_screen_search_20_regular:before { +.icon-ic_fluent_scan_object_20_regular:before { content: "\edd7"; } -.icon-ic_fluent_screenshot_20_filled:before { +.icon-ic_fluent_scan_person_20_filled:before { content: "\edd8"; } -.icon-ic_fluent_screenshot_20_regular:before { +.icon-ic_fluent_scan_person_20_regular:before { content: "\edd9"; } -.icon-ic_fluent_screenshot_record_20_filled:before { +.icon-ic_fluent_scan_table_20_filled:before { content: "\edda"; } -.icon-ic_fluent_screenshot_record_20_regular:before { +.icon-ic_fluent_scan_table_20_regular:before { content: "\eddb"; } -.icon-ic_fluent_script_20_filled:before { +.icon-ic_fluent_scan_text_20_filled:before { content: "\eddc"; } -.icon-ic_fluent_script_20_regular:before { +.icon-ic_fluent_scan_text_20_regular:before { content: "\eddd"; } -.icon-ic_fluent_search_20_filled:before { +.icon-ic_fluent_scan_thumb_up_20_filled:before { content: "\edde"; } -.icon-ic_fluent_search_20_regular:before { +.icon-ic_fluent_scan_thumb_up_20_regular:before { content: "\eddf"; } -.icon-ic_fluent_search_info_20_filled:before { +.icon-ic_fluent_scan_thumb_up_off_20_filled:before { content: "\ede0"; } -.icon-ic_fluent_search_info_20_regular:before { +.icon-ic_fluent_scan_thumb_up_off_20_regular:before { content: "\ede1"; } -.icon-ic_fluent_search_settings_20_filled:before { +.icon-ic_fluent_scan_type_20_filled:before { content: "\ede2"; } -.icon-ic_fluent_search_settings_20_regular:before { +.icon-ic_fluent_scan_type_20_regular:before { content: "\ede3"; } -.icon-ic_fluent_search_shield_20_filled:before { +.icon-ic_fluent_scan_type_checkmark_20_filled:before { content: "\ede4"; } -.icon-ic_fluent_search_shield_20_regular:before { +.icon-ic_fluent_scan_type_checkmark_20_regular:before { content: "\ede5"; } -.icon-ic_fluent_search_square_20_filled:before { +.icon-ic_fluent_scan_type_off_20_filled:before { content: "\ede6"; } -.icon-ic_fluent_search_square_20_regular:before { +.icon-ic_fluent_scan_type_off_20_regular:before { content: "\ede7"; } -.icon-ic_fluent_search_visual_20_filled:before { +.icon-ic_fluent_scratchpad_20_filled:before { content: "\ede8"; } -.icon-ic_fluent_search_visual_20_regular:before { +.icon-ic_fluent_scratchpad_20_regular:before { content: "\ede9"; } -.icon-ic_fluent_seat_20_filled:before { +.icon-ic_fluent_screen_cut_20_filled:before { content: "\edea"; } -.icon-ic_fluent_seat_20_regular:before { +.icon-ic_fluent_screen_cut_20_regular:before { content: "\edeb"; } -.icon-ic_fluent_seat_add_20_filled:before { +.icon-ic_fluent_screen_person_20_filled:before { content: "\edec"; } -.icon-ic_fluent_seat_add_20_regular:before { +.icon-ic_fluent_screen_person_20_regular:before { content: "\eded"; } -.icon-ic_fluent_select_all_off_20_filled:before { +.icon-ic_fluent_screen_search_20_filled:before { content: "\edee"; } -.icon-ic_fluent_select_all_off_20_regular:before { +.icon-ic_fluent_screen_search_20_regular:before { content: "\edef"; } -.icon-ic_fluent_select_all_on_20_filled:before { +.icon-ic_fluent_screenshot_20_filled:before { content: "\edf0"; } -.icon-ic_fluent_select_all_on_20_regular:before { +.icon-ic_fluent_screenshot_20_regular:before { content: "\edf1"; } -.icon-ic_fluent_select_object_20_filled:before { +.icon-ic_fluent_screenshot_record_20_filled:before { content: "\edf2"; } -.icon-ic_fluent_select_object_20_regular:before { +.icon-ic_fluent_screenshot_record_20_regular:before { content: "\edf3"; } -.icon-ic_fluent_select_object_skew_20_filled:before { +.icon-ic_fluent_script_20_filled:before { content: "\edf4"; } -.icon-ic_fluent_select_object_skew_20_regular:before { +.icon-ic_fluent_script_20_regular:before { content: "\edf5"; } -.icon-ic_fluent_select_object_skew_dismiss_20_filled:before { +.icon-ic_fluent_search_20_filled:before { content: "\edf6"; } -.icon-ic_fluent_select_object_skew_dismiss_20_regular:before { +.icon-ic_fluent_search_20_regular:before { content: "\edf7"; } -.icon-ic_fluent_select_object_skew_edit_20_filled:before { +.icon-ic_fluent_search_info_20_filled:before { content: "\edf8"; } -.icon-ic_fluent_select_object_skew_edit_20_regular:before { +.icon-ic_fluent_search_info_20_regular:before { content: "\edf9"; } -.icon-ic_fluent_send_20_filled:before { +.icon-ic_fluent_search_settings_20_filled:before { content: "\edfa"; } -.icon-ic_fluent_send_20_regular:before { +.icon-ic_fluent_search_settings_20_regular:before { content: "\edfb"; } -.icon-ic_fluent_send_beaker_20_filled:before { +.icon-ic_fluent_search_shield_20_filled:before { content: "\edfc"; } -.icon-ic_fluent_send_beaker_20_regular:before { +.icon-ic_fluent_search_shield_20_regular:before { content: "\edfd"; } -.icon-ic_fluent_send_clock_20_filled:before { +.icon-ic_fluent_search_square_20_filled:before { content: "\edfe"; } -.icon-ic_fluent_send_clock_20_regular:before { +.icon-ic_fluent_search_square_20_regular:before { content: "\edff"; } -.icon-ic_fluent_send_copy_20_filled:before { +.icon-ic_fluent_search_visual_20_filled:before { content: "\ee00"; } -.icon-ic_fluent_send_copy_20_regular:before { +.icon-ic_fluent_search_visual_20_regular:before { content: "\ee01"; } -.icon-ic_fluent_serial_port_20_filled:before { +.icon-ic_fluent_seat_20_filled:before { content: "\ee02"; } -.icon-ic_fluent_serial_port_20_regular:before { +.icon-ic_fluent_seat_20_regular:before { content: "\ee03"; } -.icon-ic_fluent_server_20_filled:before { +.icon-ic_fluent_seat_add_20_filled:before { content: "\ee04"; } -.icon-ic_fluent_server_20_regular:before { +.icon-ic_fluent_seat_add_20_regular:before { content: "\ee05"; } -.icon-ic_fluent_server_link_20_filled:before { +.icon-ic_fluent_select_all_off_20_filled:before { content: "\ee06"; } -.icon-ic_fluent_server_link_20_regular:before { +.icon-ic_fluent_select_all_off_20_regular:before { content: "\ee07"; } -.icon-ic_fluent_server_multiple_20_filled:before { +.icon-ic_fluent_select_all_on_20_filled:before { content: "\ee08"; } -.icon-ic_fluent_server_multiple_20_regular:before { +.icon-ic_fluent_select_all_on_20_regular:before { content: "\ee09"; } -.icon-ic_fluent_server_play_20_filled:before { +.icon-ic_fluent_select_object_20_filled:before { content: "\ee0a"; } -.icon-ic_fluent_server_play_20_regular:before { +.icon-ic_fluent_select_object_20_regular:before { content: "\ee0b"; } -.icon-ic_fluent_service_bell_20_filled:before { +.icon-ic_fluent_select_object_skew_20_filled:before { content: "\ee0c"; } -.icon-ic_fluent_service_bell_20_regular:before { +.icon-ic_fluent_select_object_skew_20_regular:before { content: "\ee0d"; } -.icon-ic_fluent_settings_20_filled:before { +.icon-ic_fluent_select_object_skew_dismiss_20_filled:before { content: "\ee0e"; } -.icon-ic_fluent_settings_20_regular:before { +.icon-ic_fluent_select_object_skew_dismiss_20_regular:before { content: "\ee0f"; } -.icon-ic_fluent_settings_chat_20_filled:before { +.icon-ic_fluent_select_object_skew_edit_20_filled:before { content: "\ee10"; } -.icon-ic_fluent_settings_chat_20_regular:before { +.icon-ic_fluent_select_object_skew_edit_20_regular:before { content: "\ee11"; } -.icon-ic_fluent_settings_cog_multiple_20_filled:before { +.icon-ic_fluent_send_20_filled:before { content: "\ee12"; } -.icon-ic_fluent_settings_cog_multiple_20_regular:before { +.icon-ic_fluent_send_20_regular:before { content: "\ee13"; } -.icon-ic_fluent_shape_exclude_20_filled:before { +.icon-ic_fluent_send_beaker_20_filled:before { content: "\ee14"; } -.icon-ic_fluent_shape_exclude_20_regular:before { +.icon-ic_fluent_send_beaker_20_regular:before { content: "\ee15"; } -.icon-ic_fluent_shape_intersect_20_filled:before { +.icon-ic_fluent_send_clock_20_filled:before { content: "\ee16"; } -.icon-ic_fluent_shape_intersect_20_regular:before { +.icon-ic_fluent_send_clock_20_regular:before { content: "\ee17"; } -.icon-ic_fluent_shape_organic_20_filled:before { +.icon-ic_fluent_send_copy_20_filled:before { content: "\ee18"; } -.icon-ic_fluent_shape_organic_20_regular:before { +.icon-ic_fluent_send_copy_20_regular:before { content: "\ee19"; } -.icon-ic_fluent_shape_subtract_20_filled:before { +.icon-ic_fluent_serial_port_20_filled:before { content: "\ee1a"; } -.icon-ic_fluent_shape_subtract_20_regular:before { +.icon-ic_fluent_serial_port_20_regular:before { content: "\ee1b"; } -.icon-ic_fluent_shape_union_20_filled:before { +.icon-ic_fluent_server_20_filled:before { content: "\ee1c"; } -.icon-ic_fluent_shape_union_20_regular:before { +.icon-ic_fluent_server_20_regular:before { content: "\ee1d"; } -.icon-ic_fluent_shapes_20_filled:before { +.icon-ic_fluent_server_link_20_filled:before { content: "\ee1e"; } -.icon-ic_fluent_shapes_20_regular:before { +.icon-ic_fluent_server_link_20_regular:before { content: "\ee1f"; } -.icon-ic_fluent_share_20_filled:before { +.icon-ic_fluent_server_multiple_20_filled:before { content: "\ee20"; } -.icon-ic_fluent_share_20_regular:before { +.icon-ic_fluent_server_multiple_20_regular:before { content: "\ee21"; } -.icon-ic_fluent_share_android_20_filled:before { +.icon-ic_fluent_server_play_20_filled:before { content: "\ee22"; } -.icon-ic_fluent_share_android_20_regular:before { +.icon-ic_fluent_server_play_20_regular:before { content: "\ee23"; } -.icon-ic_fluent_share_close_tray_20_filled:before { +.icon-ic_fluent_service_bell_20_filled:before { content: "\ee24"; } -.icon-ic_fluent_share_close_tray_20_regular:before { +.icon-ic_fluent_service_bell_20_regular:before { content: "\ee25"; } -.icon-ic_fluent_share_ios_20_filled:before { +.icon-ic_fluent_settings_20_filled:before { content: "\ee26"; } -.icon-ic_fluent_share_ios_20_regular:before { +.icon-ic_fluent_settings_20_regular:before { content: "\ee27"; } -.icon-ic_fluent_share_screen_person_20_filled:before { +.icon-ic_fluent_settings_chat_20_filled:before { content: "\ee28"; } -.icon-ic_fluent_share_screen_person_20_regular:before { +.icon-ic_fluent_settings_chat_20_regular:before { content: "\ee29"; } -.icon-ic_fluent_share_screen_person_overlay_20_filled:before { +.icon-ic_fluent_settings_cog_multiple_20_filled:before { content: "\ee2a"; } -.icon-ic_fluent_share_screen_person_overlay_20_regular:before { +.icon-ic_fluent_settings_cog_multiple_20_regular:before { content: "\ee2b"; } -.icon-ic_fluent_share_screen_person_overlay_inside_20_filled:before { +.icon-ic_fluent_shape_exclude_20_filled:before { content: "\ee2c"; } -.icon-ic_fluent_share_screen_person_overlay_inside_20_regular:before { +.icon-ic_fluent_shape_exclude_20_regular:before { content: "\ee2d"; } -.icon-ic_fluent_share_screen_person_p_20_filled:before { +.icon-ic_fluent_shape_intersect_20_filled:before { content: "\ee2e"; } -.icon-ic_fluent_share_screen_person_p_20_regular:before { +.icon-ic_fluent_shape_intersect_20_regular:before { content: "\ee2f"; } -.icon-ic_fluent_share_screen_start_20_filled:before { +.icon-ic_fluent_shape_organic_20_filled:before { content: "\ee30"; } -.icon-ic_fluent_share_screen_start_20_regular:before { +.icon-ic_fluent_shape_organic_20_regular:before { content: "\ee31"; } -.icon-ic_fluent_share_screen_stop_20_filled:before { +.icon-ic_fluent_shape_subtract_20_filled:before { content: "\ee32"; } -.icon-ic_fluent_share_screen_stop_20_regular:before { +.icon-ic_fluent_shape_subtract_20_regular:before { content: "\ee33"; } -.icon-ic_fluent_shield_20_filled:before { +.icon-ic_fluent_shape_union_20_filled:before { content: "\ee34"; } -.icon-ic_fluent_shield_20_regular:before { +.icon-ic_fluent_shape_union_20_regular:before { content: "\ee35"; } -.icon-ic_fluent_shield_add_20_filled:before { +.icon-ic_fluent_shapes_20_filled:before { content: "\ee36"; } -.icon-ic_fluent_shield_add_20_regular:before { +.icon-ic_fluent_shapes_20_regular:before { content: "\ee37"; } -.icon-ic_fluent_shield_badge_20_filled:before { +.icon-ic_fluent_share_20_filled:before { content: "\ee38"; } -.icon-ic_fluent_shield_badge_20_regular:before { +.icon-ic_fluent_share_20_regular:before { content: "\ee39"; } -.icon-ic_fluent_shield_checkmark_20_filled:before { +.icon-ic_fluent_share_android_20_filled:before { content: "\ee3a"; } -.icon-ic_fluent_shield_checkmark_20_regular:before { +.icon-ic_fluent_share_android_20_regular:before { content: "\ee3b"; } -.icon-ic_fluent_shield_dismiss_20_filled:before { +.icon-ic_fluent_share_close_tray_20_filled:before { content: "\ee3c"; } -.icon-ic_fluent_shield_dismiss_20_regular:before { +.icon-ic_fluent_share_close_tray_20_regular:before { content: "\ee3d"; } -.icon-ic_fluent_shield_dismiss_shield_20_filled:before { +.icon-ic_fluent_share_ios_20_filled:before { content: "\ee3e"; } -.icon-ic_fluent_shield_dismiss_shield_20_regular:before { +.icon-ic_fluent_share_ios_20_regular:before { content: "\ee3f"; } -.icon-ic_fluent_shield_error_20_filled:before { +.icon-ic_fluent_share_screen_person_20_filled:before { content: "\ee40"; } -.icon-ic_fluent_shield_error_20_regular:before { +.icon-ic_fluent_share_screen_person_20_regular:before { content: "\ee41"; } -.icon-ic_fluent_shield_globe_20_filled:before { +.icon-ic_fluent_share_screen_person_overlay_20_filled:before { content: "\ee42"; } -.icon-ic_fluent_shield_globe_20_regular:before { +.icon-ic_fluent_share_screen_person_overlay_20_regular:before { content: "\ee43"; } -.icon-ic_fluent_shield_keyhole_20_filled:before { +.icon-ic_fluent_share_screen_person_overlay_inside_20_filled:before { content: "\ee44"; } -.icon-ic_fluent_shield_keyhole_20_regular:before { +.icon-ic_fluent_share_screen_person_overlay_inside_20_regular:before { content: "\ee45"; } -.icon-ic_fluent_shield_lock_20_filled:before { +.icon-ic_fluent_share_screen_person_p_20_filled:before { content: "\ee46"; } -.icon-ic_fluent_shield_lock_20_regular:before { +.icon-ic_fluent_share_screen_person_p_20_regular:before { content: "\ee47"; } -.icon-ic_fluent_shield_person_20_filled:before { +.icon-ic_fluent_share_screen_start_20_filled:before { content: "\ee48"; } -.icon-ic_fluent_shield_person_20_regular:before { +.icon-ic_fluent_share_screen_start_20_regular:before { content: "\ee49"; } -.icon-ic_fluent_shield_person_add_20_filled:before { +.icon-ic_fluent_share_screen_stop_20_filled:before { content: "\ee4a"; } -.icon-ic_fluent_shield_person_add_20_regular:before { +.icon-ic_fluent_share_screen_stop_20_regular:before { content: "\ee4b"; } -.icon-ic_fluent_shield_prohibited_20_filled:before { +.icon-ic_fluent_shield_20_filled:before { content: "\ee4c"; } -.icon-ic_fluent_shield_prohibited_20_regular:before { +.icon-ic_fluent_shield_20_regular:before { content: "\ee4d"; } -.icon-ic_fluent_shield_question_20_filled:before { +.icon-ic_fluent_shield_add_20_filled:before { content: "\ee4e"; } -.icon-ic_fluent_shield_question_20_regular:before { +.icon-ic_fluent_shield_add_20_regular:before { content: "\ee4f"; } -.icon-ic_fluent_shield_task_20_filled:before { +.icon-ic_fluent_shield_badge_20_filled:before { content: "\ee50"; } -.icon-ic_fluent_shield_task_20_regular:before { +.icon-ic_fluent_shield_badge_20_regular:before { content: "\ee51"; } -.icon-ic_fluent_shifts_20_filled:before { +.icon-ic_fluent_shield_checkmark_20_filled:before { content: "\ee52"; } -.icon-ic_fluent_shifts_20_regular:before { +.icon-ic_fluent_shield_checkmark_20_regular:before { content: "\ee53"; } -.icon-ic_fluent_shifts_30_minutes_20_filled:before { +.icon-ic_fluent_shield_dismiss_20_filled:before { content: "\ee54"; } -.icon-ic_fluent_shifts_30_minutes_20_regular:before { +.icon-ic_fluent_shield_dismiss_20_regular:before { content: "\ee55"; } -.icon-ic_fluent_shifts_activity_20_filled:before { +.icon-ic_fluent_shield_dismiss_shield_20_filled:before { content: "\ee56"; } -.icon-ic_fluent_shifts_activity_20_regular:before { +.icon-ic_fluent_shield_dismiss_shield_20_regular:before { content: "\ee57"; } -.icon-ic_fluent_shifts_add_20_filled:before { +.icon-ic_fluent_shield_error_20_filled:before { content: "\ee58"; } -.icon-ic_fluent_shifts_add_20_regular:before { +.icon-ic_fluent_shield_error_20_regular:before { content: "\ee59"; } -.icon-ic_fluent_shifts_availability_20_filled:before { +.icon-ic_fluent_shield_globe_20_filled:before { content: "\ee5a"; } -.icon-ic_fluent_shifts_availability_20_regular:before { +.icon-ic_fluent_shield_globe_20_regular:before { content: "\ee5b"; } -.icon-ic_fluent_shifts_checkmark_20_filled:before { +.icon-ic_fluent_shield_keyhole_20_filled:before { content: "\ee5c"; } -.icon-ic_fluent_shifts_checkmark_20_regular:before { +.icon-ic_fluent_shield_keyhole_20_regular:before { content: "\ee5d"; } -.icon-ic_fluent_shifts_day_20_filled:before { +.icon-ic_fluent_shield_lock_20_filled:before { content: "\ee5e"; } -.icon-ic_fluent_shifts_day_20_regular:before { +.icon-ic_fluent_shield_lock_20_regular:before { content: "\ee5f"; } -.icon-ic_fluent_shifts_open_20_filled:before { +.icon-ic_fluent_shield_person_20_filled:before { content: "\ee60"; } -.icon-ic_fluent_shifts_open_20_regular:before { +.icon-ic_fluent_shield_person_20_regular:before { content: "\ee61"; } -.icon-ic_fluent_shifts_prohibited_20_filled:before { +.icon-ic_fluent_shield_person_add_20_filled:before { content: "\ee62"; } -.icon-ic_fluent_shifts_prohibited_20_regular:before { +.icon-ic_fluent_shield_person_add_20_regular:before { content: "\ee63"; } -.icon-ic_fluent_shifts_question_mark_20_filled:before { +.icon-ic_fluent_shield_prohibited_20_filled:before { content: "\ee64"; } -.icon-ic_fluent_shifts_question_mark_20_regular:before { +.icon-ic_fluent_shield_prohibited_20_regular:before { content: "\ee65"; } -.icon-ic_fluent_shifts_team_20_filled:before { +.icon-ic_fluent_shield_question_20_filled:before { content: "\ee66"; } -.icon-ic_fluent_shifts_team_20_regular:before { +.icon-ic_fluent_shield_question_20_regular:before { content: "\ee67"; } -.icon-ic_fluent_shopping_bag_20_filled:before { +.icon-ic_fluent_shield_task_20_filled:before { content: "\ee68"; } -.icon-ic_fluent_shopping_bag_20_regular:before { +.icon-ic_fluent_shield_task_20_regular:before { content: "\ee69"; } -.icon-ic_fluent_shopping_bag_add_20_filled:before { +.icon-ic_fluent_shifts_20_filled:before { content: "\ee6a"; } -.icon-ic_fluent_shopping_bag_add_20_regular:before { +.icon-ic_fluent_shifts_20_regular:before { content: "\ee6b"; } -.icon-ic_fluent_shopping_bag_arrow_left_20_filled:before { +.icon-ic_fluent_shifts_30_minutes_20_filled:before { content: "\ee6c"; } -.icon-ic_fluent_shopping_bag_arrow_left_20_regular:before { +.icon-ic_fluent_shifts_30_minutes_20_regular:before { content: "\ee6d"; } -.icon-ic_fluent_shopping_bag_dismiss_20_filled:before { +.icon-ic_fluent_shifts_activity_20_filled:before { content: "\ee6e"; } -.icon-ic_fluent_shopping_bag_dismiss_20_regular:before { +.icon-ic_fluent_shifts_activity_20_regular:before { content: "\ee6f"; } -.icon-ic_fluent_shopping_bag_pause_20_filled:before { +.icon-ic_fluent_shifts_add_20_filled:before { content: "\ee70"; } -.icon-ic_fluent_shopping_bag_pause_20_regular:before { +.icon-ic_fluent_shifts_add_20_regular:before { content: "\ee71"; } -.icon-ic_fluent_shopping_bag_percent_20_filled:before { +.icon-ic_fluent_shifts_availability_20_filled:before { content: "\ee72"; } -.icon-ic_fluent_shopping_bag_percent_20_regular:before { +.icon-ic_fluent_shifts_availability_20_regular:before { content: "\ee73"; } -.icon-ic_fluent_shopping_bag_play_20_filled:before { +.icon-ic_fluent_shifts_checkmark_20_filled:before { content: "\ee74"; } -.icon-ic_fluent_shopping_bag_play_20_regular:before { +.icon-ic_fluent_shifts_checkmark_20_regular:before { content: "\ee75"; } -.icon-ic_fluent_shopping_bag_tag_20_filled:before { +.icon-ic_fluent_shifts_day_20_filled:before { content: "\ee76"; } -.icon-ic_fluent_shopping_bag_tag_20_regular:before { +.icon-ic_fluent_shifts_day_20_regular:before { content: "\ee77"; } -.icon-ic_fluent_shortpick_20_filled:before { +.icon-ic_fluent_shifts_open_20_filled:before { content: "\ee78"; } -.icon-ic_fluent_shortpick_20_regular:before { +.icon-ic_fluent_shifts_open_20_regular:before { content: "\ee79"; } -.icon-ic_fluent_showerhead_20_filled:before { +.icon-ic_fluent_shifts_prohibited_20_filled:before { content: "\ee7a"; } -.icon-ic_fluent_showerhead_20_regular:before { +.icon-ic_fluent_shifts_prohibited_20_regular:before { content: "\ee7b"; } -.icon-ic_fluent_sidebar_search_ltr_20_filled:before { +.icon-ic_fluent_shifts_question_mark_20_filled:before { content: "\ee7c"; } -.icon-ic_fluent_sidebar_search_ltr_20_regular:before { +.icon-ic_fluent_shifts_question_mark_20_regular:before { content: "\ee7d"; } -.icon-ic_fluent_sidebar_search_rtl_20_filled:before { +.icon-ic_fluent_shifts_team_20_filled:before { content: "\ee7e"; } -.icon-ic_fluent_sidebar_search_rtl_20_regular:before { +.icon-ic_fluent_shifts_team_20_regular:before { content: "\ee7f"; } -.icon-ic_fluent_sign_out_20_filled:before { +.icon-ic_fluent_shopping_bag_20_filled:before { content: "\ee80"; } -.icon-ic_fluent_sign_out_20_regular:before { +.icon-ic_fluent_shopping_bag_20_regular:before { content: "\ee81"; } -.icon-ic_fluent_signature_20_filled:before { +.icon-ic_fluent_shopping_bag_add_20_filled:before { content: "\ee82"; } -.icon-ic_fluent_signature_20_regular:before { +.icon-ic_fluent_shopping_bag_add_20_regular:before { content: "\ee83"; } -.icon-ic_fluent_sim_20_filled:before { +.icon-ic_fluent_shopping_bag_arrow_left_20_filled:before { content: "\ee84"; } -.icon-ic_fluent_sim_20_regular:before { +.icon-ic_fluent_shopping_bag_arrow_left_20_regular:before { content: "\ee85"; } -.icon-ic_fluent_skip_back_10_20_filled:before { +.icon-ic_fluent_shopping_bag_dismiss_20_filled:before { content: "\ee86"; } -.icon-ic_fluent_skip_back_10_20_regular:before { +.icon-ic_fluent_shopping_bag_dismiss_20_regular:before { content: "\ee87"; } -.icon-ic_fluent_skip_forward_10_20_filled:before { +.icon-ic_fluent_shopping_bag_pause_20_filled:before { content: "\ee88"; } -.icon-ic_fluent_skip_forward_10_20_regular:before { +.icon-ic_fluent_shopping_bag_pause_20_regular:before { content: "\ee89"; } -.icon-ic_fluent_skip_forward_30_20_filled:before { +.icon-ic_fluent_shopping_bag_percent_20_filled:before { content: "\ee8a"; } -.icon-ic_fluent_skip_forward_30_20_regular:before { +.icon-ic_fluent_shopping_bag_percent_20_regular:before { content: "\ee8b"; } -.icon-ic_fluent_skip_forward_tab_20_filled:before { +.icon-ic_fluent_shopping_bag_play_20_filled:before { content: "\ee8c"; } -.icon-ic_fluent_skip_forward_tab_20_regular:before { +.icon-ic_fluent_shopping_bag_play_20_regular:before { content: "\ee8d"; } -.icon-ic_fluent_slash_forward_20_filled:before { +.icon-ic_fluent_shopping_bag_tag_20_filled:before { content: "\ee8e"; } -.icon-ic_fluent_slash_forward_20_regular:before { +.icon-ic_fluent_shopping_bag_tag_20_regular:before { content: "\ee8f"; } -.icon-ic_fluent_sleep_20_filled:before { +.icon-ic_fluent_shortpick_20_filled:before { content: "\ee90"; } -.icon-ic_fluent_sleep_20_regular:before { +.icon-ic_fluent_shortpick_20_regular:before { content: "\ee91"; } -.icon-ic_fluent_slide_add_20_filled:before { +.icon-ic_fluent_showerhead_20_filled:before { content: "\ee92"; } -.icon-ic_fluent_slide_add_20_regular:before { +.icon-ic_fluent_showerhead_20_regular:before { content: "\ee93"; } -.icon-ic_fluent_slide_arrow_right_20_filled:before { +.icon-ic_fluent_sidebar_search_ltr_20_filled:before { content: "\ee94"; } -.icon-ic_fluent_slide_arrow_right_20_regular:before { +.icon-ic_fluent_sidebar_search_ltr_20_regular:before { content: "\ee95"; } -.icon-ic_fluent_slide_eraser_20_filled:before { +.icon-ic_fluent_sidebar_search_rtl_20_filled:before { content: "\ee96"; } -.icon-ic_fluent_slide_eraser_20_regular:before { +.icon-ic_fluent_sidebar_search_rtl_20_regular:before { content: "\ee97"; } -.icon-ic_fluent_slide_grid_20_filled:before { +.icon-ic_fluent_sign_out_20_filled:before { content: "\ee98"; } -.icon-ic_fluent_slide_grid_20_regular:before { +.icon-ic_fluent_sign_out_20_regular:before { content: "\ee99"; } -.icon-ic_fluent_slide_hide_20_filled:before { +.icon-ic_fluent_signature_20_filled:before { content: "\ee9a"; } -.icon-ic_fluent_slide_hide_20_regular:before { +.icon-ic_fluent_signature_20_regular:before { content: "\ee9b"; } -.icon-ic_fluent_slide_layout_20_filled:before { +.icon-ic_fluent_sim_20_filled:before { content: "\ee9c"; } -.icon-ic_fluent_slide_layout_20_regular:before { +.icon-ic_fluent_sim_20_regular:before { content: "\ee9d"; } -.icon-ic_fluent_slide_link_20_filled:before { +.icon-ic_fluent_skip_back_10_20_filled:before { content: "\ee9e"; } -.icon-ic_fluent_slide_link_20_regular:before { +.icon-ic_fluent_skip_back_10_20_regular:before { content: "\ee9f"; } -.icon-ic_fluent_slide_microphone_20_filled:before { +.icon-ic_fluent_skip_forward_10_20_filled:before { content: "\eea0"; } -.icon-ic_fluent_slide_microphone_20_regular:before { +.icon-ic_fluent_skip_forward_10_20_regular:before { content: "\eea1"; } -.icon-ic_fluent_slide_multiple_20_filled:before { +.icon-ic_fluent_skip_forward_30_20_filled:before { content: "\eea2"; } -.icon-ic_fluent_slide_multiple_20_regular:before { +.icon-ic_fluent_skip_forward_30_20_regular:before { content: "\eea3"; } -.icon-ic_fluent_slide_multiple_arrow_right_20_filled:before { +.icon-ic_fluent_skip_forward_tab_20_filled:before { content: "\eea4"; } -.icon-ic_fluent_slide_multiple_arrow_right_20_regular:before { +.icon-ic_fluent_skip_forward_tab_20_regular:before { content: "\eea5"; } -.icon-ic_fluent_slide_multiple_search_20_filled:before { +.icon-ic_fluent_slash_forward_20_filled:before { content: "\eea6"; } -.icon-ic_fluent_slide_multiple_search_20_regular:before { +.icon-ic_fluent_slash_forward_20_regular:before { content: "\eea7"; } -.icon-ic_fluent_slide_record_20_filled:before { +.icon-ic_fluent_sleep_20_filled:before { content: "\eea8"; } -.icon-ic_fluent_slide_record_20_regular:before { +.icon-ic_fluent_sleep_20_regular:before { content: "\eea9"; } -.icon-ic_fluent_slide_search_20_filled:before { +.icon-ic_fluent_slide_add_20_filled:before { content: "\eeaa"; } -.icon-ic_fluent_slide_search_20_regular:before { +.icon-ic_fluent_slide_add_20_regular:before { content: "\eeab"; } -.icon-ic_fluent_slide_settings_20_filled:before { +.icon-ic_fluent_slide_arrow_right_20_filled:before { content: "\eeac"; } -.icon-ic_fluent_slide_settings_20_regular:before { +.icon-ic_fluent_slide_arrow_right_20_regular:before { content: "\eead"; } -.icon-ic_fluent_slide_size_20_filled:before { +.icon-ic_fluent_slide_eraser_20_filled:before { content: "\eeae"; } -.icon-ic_fluent_slide_size_20_regular:before { +.icon-ic_fluent_slide_eraser_20_regular:before { content: "\eeaf"; } -.icon-ic_fluent_slide_text_20_filled:before { +.icon-ic_fluent_slide_grid_20_filled:before { content: "\eeb0"; } -.icon-ic_fluent_slide_text_20_regular:before { +.icon-ic_fluent_slide_grid_20_regular:before { content: "\eeb1"; } -.icon-ic_fluent_slide_text_edit_20_filled:before { +.icon-ic_fluent_slide_hide_20_filled:before { content: "\eeb2"; } -.icon-ic_fluent_slide_text_edit_20_regular:before { +.icon-ic_fluent_slide_hide_20_regular:before { content: "\eeb3"; } -.icon-ic_fluent_slide_text_multiple_20_filled:before { +.icon-ic_fluent_slide_layout_20_filled:before { content: "\eeb4"; } -.icon-ic_fluent_slide_text_multiple_20_regular:before { +.icon-ic_fluent_slide_layout_20_regular:before { content: "\eeb5"; } -.icon-ic_fluent_slide_text_person_20_filled:before { +.icon-ic_fluent_slide_link_20_filled:before { content: "\eeb6"; } -.icon-ic_fluent_slide_text_person_20_regular:before { +.icon-ic_fluent_slide_link_20_regular:before { content: "\eeb7"; } -.icon-ic_fluent_slide_text_sparkle_20_filled:before { +.icon-ic_fluent_slide_microphone_20_filled:before { content: "\eeb8"; } -.icon-ic_fluent_slide_text_sparkle_20_regular:before { +.icon-ic_fluent_slide_microphone_20_regular:before { content: "\eeb9"; } -.icon-ic_fluent_slide_transition_20_filled:before { +.icon-ic_fluent_slide_multiple_20_filled:before { content: "\eeba"; } -.icon-ic_fluent_slide_transition_20_regular:before { +.icon-ic_fluent_slide_multiple_20_regular:before { content: "\eebb"; } -.icon-ic_fluent_smartwatch_20_filled:before { +.icon-ic_fluent_slide_multiple_arrow_right_20_filled:before { content: "\eebc"; } -.icon-ic_fluent_smartwatch_20_regular:before { +.icon-ic_fluent_slide_multiple_arrow_right_20_regular:before { content: "\eebd"; } -.icon-ic_fluent_smartwatch_dot_20_filled:before { +.icon-ic_fluent_slide_multiple_search_20_filled:before { content: "\eebe"; } -.icon-ic_fluent_smartwatch_dot_20_regular:before { +.icon-ic_fluent_slide_multiple_search_20_regular:before { content: "\eebf"; } -.icon-ic_fluent_snooze_20_filled:before { +.icon-ic_fluent_slide_record_20_filled:before { content: "\eec0"; } -.icon-ic_fluent_snooze_20_regular:before { +.icon-ic_fluent_slide_record_20_regular:before { content: "\eec1"; } -.icon-ic_fluent_sound_source_20_filled:before { +.icon-ic_fluent_slide_search_20_filled:before { content: "\eec2"; } -.icon-ic_fluent_sound_source_20_regular:before { +.icon-ic_fluent_slide_search_20_regular:before { content: "\eec3"; } -.icon-ic_fluent_sound_wave_circle_20_filled:before { +.icon-ic_fluent_slide_settings_20_filled:before { content: "\eec4"; } -.icon-ic_fluent_sound_wave_circle_20_regular:before { +.icon-ic_fluent_slide_settings_20_regular:before { content: "\eec5"; } -.icon-ic_fluent_space_3d_20_filled:before { +.icon-ic_fluent_slide_size_20_filled:before { content: "\eec6"; } -.icon-ic_fluent_space_3d_20_regular:before { +.icon-ic_fluent_slide_size_20_regular:before { content: "\eec7"; } -.icon-ic_fluent_spacebar_20_filled:before { +.icon-ic_fluent_slide_text_20_filled:before { content: "\eec8"; } -.icon-ic_fluent_spacebar_20_regular:before { +.icon-ic_fluent_slide_text_20_regular:before { content: "\eec9"; } -.icon-ic_fluent_sparkle_20_filled:before { +.icon-ic_fluent_slide_text_edit_20_filled:before { content: "\eeca"; } -.icon-ic_fluent_sparkle_20_regular:before { +.icon-ic_fluent_slide_text_edit_20_regular:before { content: "\eecb"; } -.icon-ic_fluent_sparkle_circle_20_filled:before { +.icon-ic_fluent_slide_text_multiple_20_filled:before { content: "\eecc"; } -.icon-ic_fluent_sparkle_circle_20_regular:before { +.icon-ic_fluent_slide_text_multiple_20_regular:before { content: "\eecd"; } -.icon-ic_fluent_speaker_0_20_filled:before { +.icon-ic_fluent_slide_text_person_20_filled:before { content: "\eece"; } -.icon-ic_fluent_speaker_0_20_regular:before { +.icon-ic_fluent_slide_text_person_20_regular:before { content: "\eecf"; } -.icon-ic_fluent_speaker_1_20_filled:before { +.icon-ic_fluent_slide_text_sparkle_20_filled:before { content: "\eed0"; } -.icon-ic_fluent_speaker_1_20_regular:before { +.icon-ic_fluent_slide_text_sparkle_20_regular:before { content: "\eed1"; } -.icon-ic_fluent_speaker_2_20_filled:before { +.icon-ic_fluent_slide_transition_20_filled:before { content: "\eed2"; } -.icon-ic_fluent_speaker_2_20_regular:before { +.icon-ic_fluent_slide_transition_20_regular:before { content: "\eed3"; } -.icon-ic_fluent_speaker_bluetooth_20_filled:before { +.icon-ic_fluent_smartwatch_20_filled:before { content: "\eed4"; } -.icon-ic_fluent_speaker_bluetooth_20_regular:before { +.icon-ic_fluent_smartwatch_20_regular:before { content: "\eed5"; } -.icon-ic_fluent_speaker_box_20_filled:before { +.icon-ic_fluent_smartwatch_dot_20_filled:before { content: "\eed6"; } -.icon-ic_fluent_speaker_box_20_regular:before { +.icon-ic_fluent_smartwatch_dot_20_regular:before { content: "\eed7"; } -.icon-ic_fluent_speaker_edit_20_filled:before { +.icon-ic_fluent_snooze_20_filled:before { content: "\eed8"; } -.icon-ic_fluent_speaker_edit_20_regular:before { +.icon-ic_fluent_snooze_20_regular:before { content: "\eed9"; } -.icon-ic_fluent_speaker_mute_20_filled:before { +.icon-ic_fluent_sound_source_20_filled:before { content: "\eeda"; } -.icon-ic_fluent_speaker_mute_20_regular:before { +.icon-ic_fluent_sound_source_20_regular:before { content: "\eedb"; } -.icon-ic_fluent_speaker_off_20_filled:before { +.icon-ic_fluent_sound_wave_circle_20_filled:before { content: "\eedc"; } -.icon-ic_fluent_speaker_off_20_regular:before { +.icon-ic_fluent_sound_wave_circle_20_regular:before { content: "\eedd"; } -.icon-ic_fluent_speaker_settings_20_filled:before { +.icon-ic_fluent_space_3d_20_filled:before { content: "\eede"; } -.icon-ic_fluent_speaker_settings_20_regular:before { +.icon-ic_fluent_space_3d_20_regular:before { content: "\eedf"; } -.icon-ic_fluent_speaker_usb_20_filled:before { +.icon-ic_fluent_spacebar_20_filled:before { content: "\eee0"; } -.icon-ic_fluent_speaker_usb_20_regular:before { +.icon-ic_fluent_spacebar_20_regular:before { content: "\eee1"; } -.icon-ic_fluent_spinner_ios_20_filled:before { +.icon-ic_fluent_sparkle_20_filled:before { content: "\eee2"; } -.icon-ic_fluent_spinner_ios_20_regular:before { +.icon-ic_fluent_sparkle_20_regular:before { content: "\eee3"; } -.icon-ic_fluent_split_hint_20_filled:before { +.icon-ic_fluent_sparkle_circle_20_filled:before { content: "\eee4"; } -.icon-ic_fluent_split_hint_20_regular:before { +.icon-ic_fluent_sparkle_circle_20_regular:before { content: "\eee5"; } -.icon-ic_fluent_split_horizontal_20_filled:before { +.icon-ic_fluent_speaker_0_20_filled:before { content: "\eee6"; } -.icon-ic_fluent_split_horizontal_20_regular:before { +.icon-ic_fluent_speaker_0_20_regular:before { content: "\eee7"; } -.icon-ic_fluent_split_vertical_20_filled:before { +.icon-ic_fluent_speaker_1_20_filled:before { content: "\eee8"; } -.icon-ic_fluent_split_vertical_20_regular:before { +.icon-ic_fluent_speaker_1_20_regular:before { content: "\eee9"; } -.icon-ic_fluent_sport_20_filled:before { +.icon-ic_fluent_speaker_2_20_filled:before { content: "\eeea"; } -.icon-ic_fluent_sport_20_regular:before { +.icon-ic_fluent_speaker_2_20_regular:before { content: "\eeeb"; } -.icon-ic_fluent_sport_american_football_20_filled:before { +.icon-ic_fluent_speaker_bluetooth_20_filled:before { content: "\eeec"; } -.icon-ic_fluent_sport_american_football_20_regular:before { +.icon-ic_fluent_speaker_bluetooth_20_regular:before { content: "\eeed"; } -.icon-ic_fluent_sport_baseball_20_filled:before { +.icon-ic_fluent_speaker_box_20_filled:before { content: "\eeee"; } -.icon-ic_fluent_sport_baseball_20_regular:before { +.icon-ic_fluent_speaker_box_20_regular:before { content: "\eeef"; } -.icon-ic_fluent_sport_basketball_20_filled:before { +.icon-ic_fluent_speaker_edit_20_filled:before { content: "\eef0"; } -.icon-ic_fluent_sport_basketball_20_regular:before { +.icon-ic_fluent_speaker_edit_20_regular:before { content: "\eef1"; } -.icon-ic_fluent_sport_hockey_20_filled:before { +.icon-ic_fluent_speaker_mute_20_filled:before { content: "\eef2"; } -.icon-ic_fluent_sport_hockey_20_regular:before { +.icon-ic_fluent_speaker_mute_20_regular:before { content: "\eef3"; } -.icon-ic_fluent_sport_soccer_20_filled:before { +.icon-ic_fluent_speaker_off_20_filled:before { content: "\eef4"; } -.icon-ic_fluent_sport_soccer_20_regular:before { +.icon-ic_fluent_speaker_off_20_regular:before { content: "\eef5"; } -.icon-ic_fluent_square_20_filled:before { +.icon-ic_fluent_speaker_settings_20_filled:before { content: "\eef6"; } -.icon-ic_fluent_square_20_regular:before { +.icon-ic_fluent_speaker_settings_20_regular:before { content: "\eef7"; } -.icon-ic_fluent_square_add_20_filled:before { +.icon-ic_fluent_speaker_usb_20_filled:before { content: "\eef8"; } -.icon-ic_fluent_square_add_20_regular:before { +.icon-ic_fluent_speaker_usb_20_regular:before { content: "\eef9"; } -.icon-ic_fluent_square_arrow_forward_20_filled:before { +.icon-ic_fluent_spinner_ios_20_filled:before { content: "\eefa"; } -.icon-ic_fluent_square_arrow_forward_20_regular:before { +.icon-ic_fluent_spinner_ios_20_regular:before { content: "\eefb"; } -.icon-ic_fluent_square_dismiss_20_filled:before { +.icon-ic_fluent_split_hint_20_filled:before { content: "\eefc"; } -.icon-ic_fluent_square_dismiss_20_regular:before { +.icon-ic_fluent_split_hint_20_regular:before { content: "\eefd"; } -.icon-ic_fluent_square_eraser_20_filled:before { +.icon-ic_fluent_split_horizontal_20_filled:before { content: "\eefe"; } -.icon-ic_fluent_square_eraser_20_regular:before { +.icon-ic_fluent_split_horizontal_20_regular:before { content: "\eeff"; } -.icon-ic_fluent_square_hint_20_filled:before { +.icon-ic_fluent_split_vertical_20_filled:before { content: "\ef00"; } -.icon-ic_fluent_square_hint_20_regular:before { +.icon-ic_fluent_split_vertical_20_regular:before { content: "\ef01"; } -.icon-ic_fluent_square_hint_apps_20_filled:before { +.icon-ic_fluent_sport_20_filled:before { content: "\ef02"; } -.icon-ic_fluent_square_hint_apps_20_regular:before { +.icon-ic_fluent_sport_20_regular:before { content: "\ef03"; } -.icon-ic_fluent_square_hint_arrow_back_20_filled:before { +.icon-ic_fluent_sport_american_football_20_filled:before { content: "\ef04"; } -.icon-ic_fluent_square_hint_arrow_back_20_regular:before { +.icon-ic_fluent_sport_american_football_20_regular:before { content: "\ef05"; } -.icon-ic_fluent_square_hint_hexagon_20_filled:before { +.icon-ic_fluent_sport_baseball_20_filled:before { content: "\ef06"; } -.icon-ic_fluent_square_hint_hexagon_20_regular:before { +.icon-ic_fluent_sport_baseball_20_regular:before { content: "\ef07"; } -.icon-ic_fluent_square_hint_sparkles_20_filled:before { +.icon-ic_fluent_sport_basketball_20_filled:before { content: "\ef08"; } -.icon-ic_fluent_square_hint_sparkles_20_regular:before { +.icon-ic_fluent_sport_basketball_20_regular:before { content: "\ef09"; } -.icon-ic_fluent_square_multiple_20_filled:before { +.icon-ic_fluent_sport_hockey_20_filled:before { content: "\ef0a"; } -.icon-ic_fluent_square_multiple_20_regular:before { +.icon-ic_fluent_sport_hockey_20_regular:before { content: "\ef0b"; } -.icon-ic_fluent_square_shadow_20_filled:before { +.icon-ic_fluent_sport_soccer_20_filled:before { content: "\ef0c"; } -.icon-ic_fluent_square_shadow_20_regular:before { +.icon-ic_fluent_sport_soccer_20_regular:before { content: "\ef0d"; } -.icon-ic_fluent_squares_nested_20_filled:before { +.icon-ic_fluent_square_20_filled:before { content: "\ef0e"; } -.icon-ic_fluent_squares_nested_20_regular:before { +.icon-ic_fluent_square_20_regular:before { content: "\ef0f"; } -.icon-ic_fluent_stack_20_filled:before { +.icon-ic_fluent_square_add_20_filled:before { content: "\ef10"; } -.icon-ic_fluent_stack_20_regular:before { +.icon-ic_fluent_square_add_20_regular:before { content: "\ef11"; } -.icon-ic_fluent_stack_add_20_filled:before { +.icon-ic_fluent_square_arrow_forward_20_filled:before { content: "\ef12"; } -.icon-ic_fluent_stack_add_20_regular:before { +.icon-ic_fluent_square_arrow_forward_20_regular:before { content: "\ef13"; } -.icon-ic_fluent_stack_arrow_forward_20_filled:before { +.icon-ic_fluent_square_dismiss_20_filled:before { content: "\ef14"; } -.icon-ic_fluent_stack_arrow_forward_20_regular:before { +.icon-ic_fluent_square_dismiss_20_regular:before { content: "\ef15"; } -.icon-ic_fluent_stack_star_20_filled:before { +.icon-ic_fluent_square_eraser_20_filled:before { content: "\ef16"; } -.icon-ic_fluent_stack_star_20_regular:before { +.icon-ic_fluent_square_eraser_20_regular:before { content: "\ef17"; } -.icon-ic_fluent_stack_vertical_20_filled:before { +.icon-ic_fluent_square_hint_20_filled:before { content: "\ef18"; } -.icon-ic_fluent_stack_vertical_20_regular:before { +.icon-ic_fluent_square_hint_20_regular:before { content: "\ef19"; } -.icon-ic_fluent_star_20_filled:before { +.icon-ic_fluent_square_hint_apps_20_filled:before { content: "\ef1a"; } -.icon-ic_fluent_star_20_regular:before { +.icon-ic_fluent_square_hint_apps_20_regular:before { content: "\ef1b"; } -.icon-ic_fluent_star_add_20_filled:before { +.icon-ic_fluent_square_hint_arrow_back_20_filled:before { content: "\ef1c"; } -.icon-ic_fluent_star_add_20_regular:before { +.icon-ic_fluent_square_hint_arrow_back_20_regular:before { content: "\ef1d"; } -.icon-ic_fluent_star_arrow_back_20_filled:before { +.icon-ic_fluent_square_hint_hexagon_20_filled:before { content: "\ef1e"; } -.icon-ic_fluent_star_arrow_back_20_regular:before { +.icon-ic_fluent_square_hint_hexagon_20_regular:before { content: "\ef1f"; } -.icon-ic_fluent_star_arrow_right_end_20_filled:before { +.icon-ic_fluent_square_hint_sparkles_20_filled:before { content: "\ef20"; } -.icon-ic_fluent_star_arrow_right_end_20_regular:before { +.icon-ic_fluent_square_hint_sparkles_20_regular:before { content: "\ef21"; } -.icon-ic_fluent_star_arrow_right_start_20_filled:before { +.icon-ic_fluent_square_multiple_20_filled:before { content: "\ef22"; } -.icon-ic_fluent_star_arrow_right_start_20_regular:before { +.icon-ic_fluent_square_multiple_20_regular:before { content: "\ef23"; } -.icon-ic_fluent_star_checkmark_20_filled:before { +.icon-ic_fluent_square_shadow_20_filled:before { content: "\ef24"; } -.icon-ic_fluent_star_checkmark_20_regular:before { +.icon-ic_fluent_square_shadow_20_regular:before { content: "\ef25"; } -.icon-ic_fluent_star_dismiss_20_filled:before { +.icon-ic_fluent_squares_nested_20_filled:before { content: "\ef26"; } -.icon-ic_fluent_star_dismiss_20_regular:before { +.icon-ic_fluent_squares_nested_20_regular:before { content: "\ef27"; } -.icon-ic_fluent_star_edit_20_filled:before { +.icon-ic_fluent_stack_20_filled:before { content: "\ef28"; } -.icon-ic_fluent_star_edit_20_regular:before { +.icon-ic_fluent_stack_20_regular:before { content: "\ef29"; } -.icon-ic_fluent_star_emphasis_20_filled:before { +.icon-ic_fluent_stack_add_20_filled:before { content: "\ef2a"; } -.icon-ic_fluent_star_emphasis_20_regular:before { +.icon-ic_fluent_stack_add_20_regular:before { content: "\ef2b"; } -.icon-ic_fluent_star_half_20_filled:before { +.icon-ic_fluent_stack_arrow_forward_20_filled:before { content: "\ef2c"; } -.icon-ic_fluent_star_half_20_regular:before { +.icon-ic_fluent_stack_arrow_forward_20_regular:before { content: "\ef2d"; } -.icon-ic_fluent_star_line_horizontal_3_20_filled:before { +.icon-ic_fluent_stack_star_20_filled:before { content: "\ef2e"; } -.icon-ic_fluent_star_line_horizontal_3_20_regular:before { +.icon-ic_fluent_stack_star_20_regular:before { content: "\ef2f"; } -.icon-ic_fluent_star_off_20_filled:before { +.icon-ic_fluent_stack_vertical_20_filled:before { content: "\ef30"; } -.icon-ic_fluent_star_off_20_regular:before { +.icon-ic_fluent_stack_vertical_20_regular:before { content: "\ef31"; } -.icon-ic_fluent_star_one_quarter_20_filled:before { +.icon-ic_fluent_star_20_filled:before { content: "\ef32"; } -.icon-ic_fluent_star_one_quarter_20_regular:before { +.icon-ic_fluent_star_20_regular:before { content: "\ef33"; } -.icon-ic_fluent_star_prohibited_20_filled:before { +.icon-ic_fluent_star_add_20_filled:before { content: "\ef34"; } -.icon-ic_fluent_star_prohibited_20_regular:before { +.icon-ic_fluent_star_add_20_regular:before { content: "\ef35"; } -.icon-ic_fluent_star_settings_20_filled:before { +.icon-ic_fluent_star_arrow_back_20_filled:before { content: "\ef36"; } -.icon-ic_fluent_star_settings_20_regular:before { +.icon-ic_fluent_star_arrow_back_20_regular:before { content: "\ef37"; } -.icon-ic_fluent_star_three_quarter_20_filled:before { +.icon-ic_fluent_star_arrow_right_end_20_filled:before { content: "\ef38"; } -.icon-ic_fluent_star_three_quarter_20_regular:before { +.icon-ic_fluent_star_arrow_right_end_20_regular:before { content: "\ef39"; } -.icon-ic_fluent_status_20_filled:before { +.icon-ic_fluent_star_arrow_right_start_20_filled:before { content: "\ef3a"; } -.icon-ic_fluent_status_20_regular:before { +.icon-ic_fluent_star_arrow_right_start_20_regular:before { content: "\ef3b"; } -.icon-ic_fluent_step_20_filled:before { +.icon-ic_fluent_star_checkmark_20_filled:before { content: "\ef3c"; } -.icon-ic_fluent_step_20_regular:before { +.icon-ic_fluent_star_checkmark_20_regular:before { content: "\ef3d"; } -.icon-ic_fluent_steps_20_filled:before { +.icon-ic_fluent_star_dismiss_20_filled:before { content: "\ef3e"; } -.icon-ic_fluent_steps_20_regular:before { +.icon-ic_fluent_star_dismiss_20_regular:before { content: "\ef3f"; } -.icon-ic_fluent_stethoscope_20_filled:before { +.icon-ic_fluent_star_edit_20_filled:before { content: "\ef40"; } -.icon-ic_fluent_stethoscope_20_regular:before { +.icon-ic_fluent_star_edit_20_regular:before { content: "\ef41"; } -.icon-ic_fluent_sticker_20_filled:before { +.icon-ic_fluent_star_emphasis_20_filled:before { content: "\ef42"; } -.icon-ic_fluent_sticker_20_regular:before { +.icon-ic_fluent_star_emphasis_20_regular:before { content: "\ef43"; } -.icon-ic_fluent_sticker_add_20_filled:before { +.icon-ic_fluent_star_half_20_filled:before { content: "\ef44"; } -.icon-ic_fluent_sticker_add_20_regular:before { +.icon-ic_fluent_star_half_20_regular:before { content: "\ef45"; } -.icon-ic_fluent_stop_20_filled:before { +.icon-ic_fluent_star_line_horizontal_3_20_filled:before { content: "\ef46"; } -.icon-ic_fluent_stop_20_regular:before { +.icon-ic_fluent_star_line_horizontal_3_20_regular:before { content: "\ef47"; } -.icon-ic_fluent_storage_20_filled:before { +.icon-ic_fluent_star_off_20_filled:before { content: "\ef48"; } -.icon-ic_fluent_storage_20_regular:before { +.icon-ic_fluent_star_off_20_regular:before { content: "\ef49"; } -.icon-ic_fluent_store_microsoft_20_filled:before { +.icon-ic_fluent_star_one_quarter_20_filled:before { content: "\ef4a"; } -.icon-ic_fluent_store_microsoft_20_regular:before { +.icon-ic_fluent_star_one_quarter_20_regular:before { content: "\ef4b"; } -.icon-ic_fluent_stream_20_filled:before { +.icon-ic_fluent_star_prohibited_20_filled:before { content: "\ef4c"; } -.icon-ic_fluent_stream_20_regular:before { +.icon-ic_fluent_star_prohibited_20_regular:before { content: "\ef4d"; } -.icon-ic_fluent_stream_input_20_filled:before { +.icon-ic_fluent_star_settings_20_filled:before { content: "\ef4e"; } -.icon-ic_fluent_stream_input_20_regular:before { +.icon-ic_fluent_star_settings_20_regular:before { content: "\ef4f"; } -.icon-ic_fluent_stream_input_output_20_filled:before { +.icon-ic_fluent_star_three_quarter_20_filled:before { content: "\ef50"; } -.icon-ic_fluent_stream_input_output_20_regular:before { +.icon-ic_fluent_star_three_quarter_20_regular:before { content: "\ef51"; } -.icon-ic_fluent_stream_output_20_filled:before { +.icon-ic_fluent_status_20_filled:before { content: "\ef52"; } -.icon-ic_fluent_stream_output_20_regular:before { +.icon-ic_fluent_status_20_regular:before { content: "\ef53"; } -.icon-ic_fluent_street_sign_20_filled:before { +.icon-ic_fluent_step_20_filled:before { content: "\ef54"; } -.icon-ic_fluent_street_sign_20_regular:before { +.icon-ic_fluent_step_20_regular:before { content: "\ef55"; } -.icon-ic_fluent_style_guide_20_filled:before { +.icon-ic_fluent_steps_20_filled:before { content: "\ef56"; } -.icon-ic_fluent_style_guide_20_regular:before { +.icon-ic_fluent_steps_20_regular:before { content: "\ef57"; } -.icon-ic_fluent_sub_grid_20_filled:before { +.icon-ic_fluent_stethoscope_20_filled:before { content: "\ef58"; } -.icon-ic_fluent_sub_grid_20_regular:before { +.icon-ic_fluent_stethoscope_20_regular:before { content: "\ef59"; } -.icon-ic_fluent_subtitles_20_filled:before { +.icon-ic_fluent_sticker_20_filled:before { content: "\ef5a"; } -.icon-ic_fluent_subtitles_20_regular:before { +.icon-ic_fluent_sticker_20_regular:before { content: "\ef5b"; } -.icon-ic_fluent_subtract_20_filled:before { +.icon-ic_fluent_sticker_add_20_filled:before { content: "\ef5c"; } -.icon-ic_fluent_subtract_20_regular:before { +.icon-ic_fluent_sticker_add_20_regular:before { content: "\ef5d"; } -.icon-ic_fluent_subtract_circle_20_filled:before { +.icon-ic_fluent_stop_20_filled:before { content: "\ef5e"; } -.icon-ic_fluent_subtract_circle_20_regular:before { +.icon-ic_fluent_stop_20_regular:before { content: "\ef5f"; } -.icon-ic_fluent_subtract_circle_arrow_back_20_filled:before { +.icon-ic_fluent_storage_20_filled:before { content: "\ef60"; } -.icon-ic_fluent_subtract_circle_arrow_back_20_regular:before { +.icon-ic_fluent_storage_20_regular:before { content: "\ef61"; } -.icon-ic_fluent_subtract_circle_arrow_forward_20_filled:before { +.icon-ic_fluent_store_microsoft_20_filled:before { content: "\ef62"; } -.icon-ic_fluent_subtract_circle_arrow_forward_20_regular:before { +.icon-ic_fluent_store_microsoft_20_regular:before { content: "\ef63"; } -.icon-ic_fluent_subtract_parentheses_20_filled:before { +.icon-ic_fluent_stream_20_filled:before { content: "\ef64"; } -.icon-ic_fluent_subtract_parentheses_20_regular:before { +.icon-ic_fluent_stream_20_regular:before { content: "\ef65"; } -.icon-ic_fluent_subtract_square_20_filled:before { +.icon-ic_fluent_stream_input_20_filled:before { content: "\ef66"; } -.icon-ic_fluent_subtract_square_20_regular:before { +.icon-ic_fluent_stream_input_20_regular:before { content: "\ef67"; } -.icon-ic_fluent_subtract_square_multiple_20_filled:before { +.icon-ic_fluent_stream_input_output_20_filled:before { content: "\ef68"; } -.icon-ic_fluent_subtract_square_multiple_20_regular:before { +.icon-ic_fluent_stream_input_output_20_regular:before { content: "\ef69"; } -.icon-ic_fluent_surface_earbuds_20_filled:before { +.icon-ic_fluent_stream_output_20_filled:before { content: "\ef6a"; } -.icon-ic_fluent_surface_earbuds_20_regular:before { +.icon-ic_fluent_stream_output_20_regular:before { content: "\ef6b"; } -.icon-ic_fluent_surface_hub_20_filled:before { +.icon-ic_fluent_street_sign_20_filled:before { content: "\ef6c"; } -.icon-ic_fluent_surface_hub_20_regular:before { +.icon-ic_fluent_street_sign_20_regular:before { content: "\ef6d"; } -.icon-ic_fluent_swimming_pool_20_filled:before { +.icon-ic_fluent_style_guide_20_filled:before { content: "\ef6e"; } -.icon-ic_fluent_swimming_pool_20_regular:before { +.icon-ic_fluent_style_guide_20_regular:before { content: "\ef6f"; } -.icon-ic_fluent_swipe_down_20_filled:before { +.icon-ic_fluent_sub_grid_20_filled:before { content: "\ef70"; } -.icon-ic_fluent_swipe_down_20_regular:before { +.icon-ic_fluent_sub_grid_20_regular:before { content: "\ef71"; } -.icon-ic_fluent_swipe_right_20_filled:before { +.icon-ic_fluent_subtitles_20_filled:before { content: "\ef72"; } -.icon-ic_fluent_swipe_right_20_regular:before { +.icon-ic_fluent_subtitles_20_regular:before { content: "\ef73"; } -.icon-ic_fluent_swipe_up_20_filled:before { +.icon-ic_fluent_subtract_20_filled:before { content: "\ef74"; } -.icon-ic_fluent_swipe_up_20_regular:before { +.icon-ic_fluent_subtract_20_regular:before { content: "\ef75"; } -.icon-ic_fluent_symbols_20_filled:before { +.icon-ic_fluent_subtract_circle_20_filled:before { content: "\ef76"; } -.icon-ic_fluent_symbols_20_regular:before { +.icon-ic_fluent_subtract_circle_20_regular:before { content: "\ef77"; } -.icon-ic_fluent_sync_off_20_filled:before { +.icon-ic_fluent_subtract_circle_arrow_back_20_filled:before { content: "\ef78"; } -.icon-ic_fluent_sync_off_20_regular:before { +.icon-ic_fluent_subtract_circle_arrow_back_20_regular:before { content: "\ef79"; } -.icon-ic_fluent_syringe_20_filled:before { +.icon-ic_fluent_subtract_circle_arrow_forward_20_filled:before { content: "\ef7a"; } -.icon-ic_fluent_syringe_20_regular:before { +.icon-ic_fluent_subtract_circle_arrow_forward_20_regular:before { content: "\ef7b"; } -.icon-ic_fluent_system_20_filled:before { +.icon-ic_fluent_subtract_parentheses_20_filled:before { content: "\ef7c"; } -.icon-ic_fluent_system_20_regular:before { +.icon-ic_fluent_subtract_parentheses_20_regular:before { content: "\ef7d"; } -.icon-ic_fluent_tab_20_filled:before { +.icon-ic_fluent_subtract_square_20_filled:before { content: "\ef7e"; } -.icon-ic_fluent_tab_20_regular:before { +.icon-ic_fluent_subtract_square_20_regular:before { content: "\ef7f"; } -.icon-ic_fluent_tab_add_20_filled:before { +.icon-ic_fluent_subtract_square_multiple_20_filled:before { content: "\ef80"; } -.icon-ic_fluent_tab_add_20_regular:before { +.icon-ic_fluent_subtract_square_multiple_20_regular:before { content: "\ef81"; } -.icon-ic_fluent_tab_arrow_left_20_filled:before { +.icon-ic_fluent_surface_earbuds_20_filled:before { content: "\ef82"; } -.icon-ic_fluent_tab_arrow_left_20_regular:before { +.icon-ic_fluent_surface_earbuds_20_regular:before { content: "\ef83"; } -.icon-ic_fluent_tab_desktop_20_filled:before { +.icon-ic_fluent_surface_hub_20_filled:before { content: "\ef84"; } -.icon-ic_fluent_tab_desktop_20_regular:before { +.icon-ic_fluent_surface_hub_20_regular:before { content: "\ef85"; } -.icon-ic_fluent_tab_desktop_arrow_clockwise_20_filled:before { +.icon-ic_fluent_swimming_pool_20_filled:before { content: "\ef86"; } -.icon-ic_fluent_tab_desktop_arrow_clockwise_20_regular:before { +.icon-ic_fluent_swimming_pool_20_regular:before { content: "\ef87"; } -.icon-ic_fluent_tab_desktop_arrow_left_20_filled:before { +.icon-ic_fluent_swipe_down_20_filled:before { content: "\ef88"; } -.icon-ic_fluent_tab_desktop_arrow_left_20_regular:before { +.icon-ic_fluent_swipe_down_20_regular:before { content: "\ef89"; } -.icon-ic_fluent_tab_desktop_bottom_20_filled:before { +.icon-ic_fluent_swipe_right_20_filled:before { content: "\ef8a"; } -.icon-ic_fluent_tab_desktop_bottom_20_regular:before { +.icon-ic_fluent_swipe_right_20_regular:before { content: "\ef8b"; } -.icon-ic_fluent_tab_desktop_clock_20_filled:before { +.icon-ic_fluent_swipe_up_20_filled:before { content: "\ef8c"; } -.icon-ic_fluent_tab_desktop_clock_20_regular:before { +.icon-ic_fluent_swipe_up_20_regular:before { content: "\ef8d"; } -.icon-ic_fluent_tab_desktop_copy_20_filled:before { +.icon-ic_fluent_symbols_20_filled:before { content: "\ef8e"; } -.icon-ic_fluent_tab_desktop_copy_20_regular:before { +.icon-ic_fluent_symbols_20_regular:before { content: "\ef8f"; } -.icon-ic_fluent_tab_desktop_image_20_filled:before { +.icon-ic_fluent_sync_off_20_filled:before { content: "\ef90"; } -.icon-ic_fluent_tab_desktop_image_20_regular:before { +.icon-ic_fluent_sync_off_20_regular:before { content: "\ef91"; } -.icon-ic_fluent_tab_desktop_link_20_filled:before { +.icon-ic_fluent_syringe_20_filled:before { content: "\ef92"; } -.icon-ic_fluent_tab_desktop_link_20_regular:before { +.icon-ic_fluent_syringe_20_regular:before { content: "\ef93"; } -.icon-ic_fluent_tab_desktop_multiple_20_filled:before { +.icon-ic_fluent_system_20_filled:before { content: "\ef94"; } -.icon-ic_fluent_tab_desktop_multiple_20_regular:before { +.icon-ic_fluent_system_20_regular:before { content: "\ef95"; } -.icon-ic_fluent_tab_desktop_multiple_add_20_filled:before { +.icon-ic_fluent_tab_20_filled:before { content: "\ef96"; } -.icon-ic_fluent_tab_desktop_multiple_add_20_regular:before { +.icon-ic_fluent_tab_20_regular:before { content: "\ef97"; } -.icon-ic_fluent_tab_desktop_multiple_bottom_20_filled:before { +.icon-ic_fluent_tab_add_20_filled:before { content: "\ef98"; } -.icon-ic_fluent_tab_desktop_multiple_bottom_20_regular:before { +.icon-ic_fluent_tab_add_20_regular:before { content: "\ef99"; } -.icon-ic_fluent_tab_desktop_new_page_20_filled:before { +.icon-ic_fluent_tab_arrow_left_20_filled:before { content: "\ef9a"; } -.icon-ic_fluent_tab_desktop_new_page_20_regular:before { +.icon-ic_fluent_tab_arrow_left_20_regular:before { content: "\ef9b"; } -.icon-ic_fluent_tab_in_private_20_filled:before { +.icon-ic_fluent_tab_desktop_20_filled:before { content: "\ef9c"; } -.icon-ic_fluent_tab_in_private_20_regular:before { +.icon-ic_fluent_tab_desktop_20_regular:before { content: "\ef9d"; } -.icon-ic_fluent_tab_inprivate_account_20_filled:before { +.icon-ic_fluent_tab_desktop_arrow_clockwise_20_filled:before { content: "\ef9e"; } -.icon-ic_fluent_tab_inprivate_account_20_regular:before { +.icon-ic_fluent_tab_desktop_arrow_clockwise_20_regular:before { content: "\ef9f"; } -.icon-ic_fluent_tab_prohibited_20_filled:before { +.icon-ic_fluent_tab_desktop_arrow_left_20_filled:before { content: "\efa0"; } -.icon-ic_fluent_tab_prohibited_20_regular:before { +.icon-ic_fluent_tab_desktop_arrow_left_20_regular:before { content: "\efa1"; } -.icon-ic_fluent_tab_shield_dismiss_20_filled:before { +.icon-ic_fluent_tab_desktop_bottom_20_filled:before { content: "\efa2"; } -.icon-ic_fluent_tab_shield_dismiss_20_regular:before { +.icon-ic_fluent_tab_desktop_bottom_20_regular:before { content: "\efa3"; } -.icon-ic_fluent_table_20_filled:before { +.icon-ic_fluent_tab_desktop_clock_20_filled:before { content: "\efa4"; } -.icon-ic_fluent_table_20_regular:before { +.icon-ic_fluent_tab_desktop_clock_20_regular:before { content: "\efa5"; } -.icon-ic_fluent_table_add_20_filled:before { +.icon-ic_fluent_tab_desktop_copy_20_filled:before { content: "\efa6"; } -.icon-ic_fluent_table_add_20_regular:before { +.icon-ic_fluent_tab_desktop_copy_20_regular:before { content: "\efa7"; } -.icon-ic_fluent_table_arrow_up_20_filled:before { +.icon-ic_fluent_tab_desktop_image_20_filled:before { content: "\efa8"; } -.icon-ic_fluent_table_arrow_up_20_regular:before { +.icon-ic_fluent_tab_desktop_image_20_regular:before { content: "\efa9"; } -.icon-ic_fluent_table_bottom_row_20_filled:before { +.icon-ic_fluent_tab_desktop_link_20_filled:before { content: "\efaa"; } -.icon-ic_fluent_table_bottom_row_20_regular:before { +.icon-ic_fluent_tab_desktop_link_20_regular:before { content: "\efab"; } -.icon-ic_fluent_table_calculator_20_filled:before { +.icon-ic_fluent_tab_desktop_multiple_20_filled:before { content: "\efac"; } -.icon-ic_fluent_table_calculator_20_regular:before { +.icon-ic_fluent_tab_desktop_multiple_20_regular:before { content: "\efad"; } -.icon-ic_fluent_table_cell_edit_20_filled:before { +.icon-ic_fluent_tab_desktop_multiple_add_20_filled:before { content: "\efae"; } -.icon-ic_fluent_table_cell_edit_20_regular:before { +.icon-ic_fluent_tab_desktop_multiple_add_20_regular:before { content: "\efaf"; } -.icon-ic_fluent_table_cells_merge_20_filled:before { +.icon-ic_fluent_tab_desktop_multiple_bottom_20_filled:before { content: "\efb0"; } -.icon-ic_fluent_table_cells_merge_20_regular:before { +.icon-ic_fluent_tab_desktop_multiple_bottom_20_regular:before { content: "\efb1"; } -.icon-ic_fluent_table_cells_split_20_filled:before { +.icon-ic_fluent_tab_desktop_multiple_sparkle_20_filled:before { content: "\efb2"; } -.icon-ic_fluent_table_cells_split_20_regular:before { +.icon-ic_fluent_tab_desktop_multiple_sparkle_20_regular:before { content: "\efb3"; } -.icon-ic_fluent_table_checker_20_filled:before { +.icon-ic_fluent_tab_desktop_new_page_20_filled:before { content: "\efb4"; } -.icon-ic_fluent_table_checker_20_regular:before { +.icon-ic_fluent_tab_desktop_new_page_20_regular:before { content: "\efb5"; } -.icon-ic_fluent_table_column_top_bottom_20_filled:before { +.icon-ic_fluent_tab_in_private_20_filled:before { content: "\efb6"; } -.icon-ic_fluent_table_column_top_bottom_20_regular:before { +.icon-ic_fluent_tab_in_private_20_regular:before { content: "\efb7"; } -.icon-ic_fluent_table_copy_20_filled:before { +.icon-ic_fluent_tab_inprivate_account_20_filled:before { content: "\efb8"; } -.icon-ic_fluent_table_copy_20_regular:before { +.icon-ic_fluent_tab_inprivate_account_20_regular:before { content: "\efb9"; } -.icon-ic_fluent_table_delete_column_20_filled:before { +.icon-ic_fluent_tab_prohibited_20_filled:before { content: "\efba"; } -.icon-ic_fluent_table_delete_column_20_regular:before { +.icon-ic_fluent_tab_prohibited_20_regular:before { content: "\efbb"; } -.icon-ic_fluent_table_delete_row_20_filled:before { +.icon-ic_fluent_tab_shield_dismiss_20_filled:before { content: "\efbc"; } -.icon-ic_fluent_table_delete_row_20_regular:before { +.icon-ic_fluent_tab_shield_dismiss_20_regular:before { content: "\efbd"; } -.icon-ic_fluent_table_dismiss_20_filled:before { +.icon-ic_fluent_table_20_filled:before { content: "\efbe"; } -.icon-ic_fluent_table_dismiss_20_regular:before { +.icon-ic_fluent_table_20_regular:before { content: "\efbf"; } -.icon-ic_fluent_table_edit_20_filled:before { +.icon-ic_fluent_table_add_20_filled:before { content: "\efc0"; } -.icon-ic_fluent_table_edit_20_regular:before { +.icon-ic_fluent_table_add_20_regular:before { content: "\efc1"; } -.icon-ic_fluent_table_freeze_column_20_filled:before { +.icon-ic_fluent_table_arrow_up_20_filled:before { content: "\efc2"; } -.icon-ic_fluent_table_freeze_column_20_regular:before { +.icon-ic_fluent_table_arrow_up_20_regular:before { content: "\efc3"; } -.icon-ic_fluent_table_freeze_column_and_row_20_filled:before { +.icon-ic_fluent_table_bottom_row_20_filled:before { content: "\efc4"; } -.icon-ic_fluent_table_freeze_column_and_row_20_regular:before { +.icon-ic_fluent_table_bottom_row_20_regular:before { content: "\efc5"; } -.icon-ic_fluent_table_freeze_row_20_filled:before { +.icon-ic_fluent_table_calculator_20_filled:before { content: "\efc6"; } -.icon-ic_fluent_table_freeze_row_20_regular:before { +.icon-ic_fluent_table_calculator_20_regular:before { content: "\efc7"; } -.icon-ic_fluent_table_image_20_filled:before { +.icon-ic_fluent_table_cell_edit_20_filled:before { content: "\efc8"; } -.icon-ic_fluent_table_image_20_regular:before { +.icon-ic_fluent_table_cell_edit_20_regular:before { content: "\efc9"; } -.icon-ic_fluent_table_insert_column_20_filled:before { +.icon-ic_fluent_table_cells_merge_20_filled:before { content: "\efca"; } -.icon-ic_fluent_table_insert_column_20_regular:before { +.icon-ic_fluent_table_cells_merge_20_regular:before { content: "\efcb"; } -.icon-ic_fluent_table_insert_row_20_filled:before { +.icon-ic_fluent_table_cells_split_20_filled:before { content: "\efcc"; } -.icon-ic_fluent_table_insert_row_20_regular:before { +.icon-ic_fluent_table_cells_split_20_regular:before { content: "\efcd"; } -.icon-ic_fluent_table_lightning_20_filled:before { +.icon-ic_fluent_table_checker_20_filled:before { content: "\efce"; } -.icon-ic_fluent_table_lightning_20_regular:before { +.icon-ic_fluent_table_checker_20_regular:before { content: "\efcf"; } -.icon-ic_fluent_table_link_20_filled:before { +.icon-ic_fluent_table_column_top_bottom_20_filled:before { content: "\efd0"; } -.icon-ic_fluent_table_link_20_regular:before { +.icon-ic_fluent_table_column_top_bottom_20_regular:before { content: "\efd1"; } -.icon-ic_fluent_table_lock_20_filled:before { +.icon-ic_fluent_table_copy_20_filled:before { content: "\efd2"; } -.icon-ic_fluent_table_lock_20_regular:before { +.icon-ic_fluent_table_copy_20_regular:before { content: "\efd3"; } -.icon-ic_fluent_table_move_above_20_filled:before { +.icon-ic_fluent_table_delete_column_20_filled:before { content: "\efd4"; } -.icon-ic_fluent_table_move_above_20_regular:before { +.icon-ic_fluent_table_delete_column_20_regular:before { content: "\efd5"; } -.icon-ic_fluent_table_move_below_20_filled:before { +.icon-ic_fluent_table_delete_row_20_filled:before { content: "\efd6"; } -.icon-ic_fluent_table_move_below_20_regular:before { +.icon-ic_fluent_table_delete_row_20_regular:before { content: "\efd7"; } -.icon-ic_fluent_table_move_left_20_filled:before { +.icon-ic_fluent_table_dismiss_20_filled:before { content: "\efd8"; } -.icon-ic_fluent_table_move_left_20_regular:before { +.icon-ic_fluent_table_dismiss_20_regular:before { content: "\efd9"; } -.icon-ic_fluent_table_move_right_20_filled:before { +.icon-ic_fluent_table_edit_20_filled:before { content: "\efda"; } -.icon-ic_fluent_table_move_right_20_regular:before { +.icon-ic_fluent_table_edit_20_regular:before { content: "\efdb"; } -.icon-ic_fluent_table_multiple_20_filled:before { +.icon-ic_fluent_table_freeze_column_20_filled:before { content: "\efdc"; } -.icon-ic_fluent_table_multiple_20_regular:before { +.icon-ic_fluent_table_freeze_column_20_regular:before { content: "\efdd"; } -.icon-ic_fluent_table_offset_20_filled:before { +.icon-ic_fluent_table_freeze_column_and_row_20_filled:before { content: "\efde"; } -.icon-ic_fluent_table_offset_20_regular:before { +.icon-ic_fluent_table_freeze_column_and_row_20_regular:before { content: "\efdf"; } -.icon-ic_fluent_table_offset_add_20_filled:before { +.icon-ic_fluent_table_freeze_row_20_filled:before { content: "\efe0"; } -.icon-ic_fluent_table_offset_add_20_regular:before { +.icon-ic_fluent_table_freeze_row_20_regular:before { content: "\efe1"; } -.icon-ic_fluent_table_offset_less_than_or_equal_to_20_filled:before { +.icon-ic_fluent_table_image_20_filled:before { content: "\efe2"; } -.icon-ic_fluent_table_offset_less_than_or_equal_to_20_regular:before { +.icon-ic_fluent_table_image_20_regular:before { content: "\efe3"; } -.icon-ic_fluent_table_offset_settings_20_filled:before { +.icon-ic_fluent_table_insert_column_20_filled:before { content: "\efe4"; } -.icon-ic_fluent_table_offset_settings_20_regular:before { +.icon-ic_fluent_table_insert_column_20_regular:before { content: "\efe5"; } -.icon-ic_fluent_table_resize_column_20_filled:before { +.icon-ic_fluent_table_insert_row_20_filled:before { content: "\efe6"; } -.icon-ic_fluent_table_resize_column_20_regular:before { +.icon-ic_fluent_table_insert_row_20_regular:before { content: "\efe7"; } -.icon-ic_fluent_table_resize_row_20_filled:before { +.icon-ic_fluent_table_lightning_20_filled:before { content: "\efe8"; } -.icon-ic_fluent_table_resize_row_20_regular:before { +.icon-ic_fluent_table_lightning_20_regular:before { content: "\efe9"; } -.icon-ic_fluent_table_search_20_filled:before { +.icon-ic_fluent_table_link_20_filled:before { content: "\efea"; } -.icon-ic_fluent_table_search_20_regular:before { +.icon-ic_fluent_table_link_20_regular:before { content: "\efeb"; } -.icon-ic_fluent_table_settings_20_filled:before { +.icon-ic_fluent_table_lock_20_filled:before { content: "\efec"; } -.icon-ic_fluent_table_settings_20_regular:before { +.icon-ic_fluent_table_lock_20_regular:before { content: "\efed"; } -.icon-ic_fluent_table_simple_20_filled:before { +.icon-ic_fluent_table_move_above_20_filled:before { content: "\efee"; } -.icon-ic_fluent_table_simple_20_regular:before { +.icon-ic_fluent_table_move_above_20_regular:before { content: "\efef"; } -.icon-ic_fluent_table_simple_checkmark_20_filled:before { +.icon-ic_fluent_table_move_below_20_filled:before { content: "\eff0"; } -.icon-ic_fluent_table_simple_checkmark_20_regular:before { +.icon-ic_fluent_table_move_below_20_regular:before { content: "\eff1"; } -.icon-ic_fluent_table_simple_exclude_20_filled:before { +.icon-ic_fluent_table_move_left_20_filled:before { content: "\eff2"; } -.icon-ic_fluent_table_simple_exclude_20_regular:before { +.icon-ic_fluent_table_move_left_20_regular:before { content: "\eff3"; } -.icon-ic_fluent_table_simple_include_20_filled:before { +.icon-ic_fluent_table_move_right_20_filled:before { content: "\eff4"; } -.icon-ic_fluent_table_simple_include_20_regular:before { +.icon-ic_fluent_table_move_right_20_regular:before { content: "\eff5"; } -.icon-ic_fluent_table_simple_multiple_20_filled:before { +.icon-ic_fluent_table_multiple_20_filled:before { content: "\eff6"; } -.icon-ic_fluent_table_simple_multiple_20_regular:before { +.icon-ic_fluent_table_multiple_20_regular:before { content: "\eff7"; } -.icon-ic_fluent_table_split_20_filled:before { +.icon-ic_fluent_table_offset_20_filled:before { content: "\eff8"; } -.icon-ic_fluent_table_split_20_regular:before { +.icon-ic_fluent_table_offset_20_regular:before { content: "\eff9"; } -.icon-ic_fluent_table_stack_above_20_filled:before { +.icon-ic_fluent_table_offset_add_20_filled:before { content: "\effa"; } -.icon-ic_fluent_table_stack_above_20_regular:before { +.icon-ic_fluent_table_offset_add_20_regular:before { content: "\effb"; } -.icon-ic_fluent_table_stack_below_20_filled:before { +.icon-ic_fluent_table_offset_less_than_or_equal_to_20_filled:before { content: "\effc"; } -.icon-ic_fluent_table_stack_below_20_regular:before { +.icon-ic_fluent_table_offset_less_than_or_equal_to_20_regular:before { content: "\effd"; } -.icon-ic_fluent_table_stack_left_20_filled:before { +.icon-ic_fluent_table_offset_settings_20_filled:before { content: "\effe"; } -.icon-ic_fluent_table_stack_left_20_regular:before { +.icon-ic_fluent_table_offset_settings_20_regular:before { content: "\efff"; } -.icon-ic_fluent_table_stack_right_20_filled:before { +.icon-ic_fluent_table_resize_column_20_filled:before { content: "\f000"; } -.icon-ic_fluent_table_stack_right_20_regular:before { +.icon-ic_fluent_table_resize_column_20_regular:before { content: "\f001"; } -.icon-ic_fluent_table_switch_20_filled:before { +.icon-ic_fluent_table_resize_row_20_filled:before { content: "\f002"; } -.icon-ic_fluent_table_switch_20_regular:before { +.icon-ic_fluent_table_resize_row_20_regular:before { content: "\f003"; } -.icon-ic_fluent_tablet_20_filled:before { +.icon-ic_fluent_table_search_20_filled:before { content: "\f004"; } -.icon-ic_fluent_tablet_20_regular:before { +.icon-ic_fluent_table_search_20_regular:before { content: "\f005"; } -.icon-ic_fluent_tablet_laptop_20_filled:before { +.icon-ic_fluent_table_settings_20_filled:before { content: "\f006"; } -.icon-ic_fluent_tablet_laptop_20_regular:before { +.icon-ic_fluent_table_settings_20_regular:before { content: "\f007"; } -.icon-ic_fluent_tablet_speaker_20_filled:before { +.icon-ic_fluent_table_simple_20_filled:before { content: "\f008"; } -.icon-ic_fluent_tablet_speaker_20_regular:before { +.icon-ic_fluent_table_simple_20_regular:before { content: "\f009"; } -.icon-ic_fluent_tabs_20_filled:before { +.icon-ic_fluent_table_simple_checkmark_20_filled:before { content: "\f00a"; } -.icon-ic_fluent_tabs_20_regular:before { +.icon-ic_fluent_table_simple_checkmark_20_regular:before { content: "\f00b"; } -.icon-ic_fluent_tag_20_filled:before { +.icon-ic_fluent_table_simple_exclude_20_filled:before { content: "\f00c"; } -.icon-ic_fluent_tag_20_regular:before { +.icon-ic_fluent_table_simple_exclude_20_regular:before { content: "\f00d"; } -.icon-ic_fluent_tag_circle_20_filled:before { +.icon-ic_fluent_table_simple_include_20_filled:before { content: "\f00e"; } -.icon-ic_fluent_tag_circle_20_regular:before { +.icon-ic_fluent_table_simple_include_20_regular:before { content: "\f00f"; } -.icon-ic_fluent_tag_dismiss_20_filled:before { +.icon-ic_fluent_table_simple_multiple_20_filled:before { content: "\f010"; } -.icon-ic_fluent_tag_dismiss_20_regular:before { +.icon-ic_fluent_table_simple_multiple_20_regular:before { content: "\f011"; } -.icon-ic_fluent_tag_error_20_filled:before { +.icon-ic_fluent_table_split_20_filled:before { content: "\f012"; } -.icon-ic_fluent_tag_error_20_regular:before { +.icon-ic_fluent_table_split_20_regular:before { content: "\f013"; } -.icon-ic_fluent_tag_lock_20_filled:before { +.icon-ic_fluent_table_stack_above_20_filled:before { content: "\f014"; } -.icon-ic_fluent_tag_lock_20_regular:before { +.icon-ic_fluent_table_stack_above_20_regular:before { content: "\f015"; } -.icon-ic_fluent_tag_lock_accent_20_filled:before { +.icon-ic_fluent_table_stack_below_20_filled:before { content: "\f016"; } -.icon-ic_fluent_tag_multiple_20_filled:before { +.icon-ic_fluent_table_stack_below_20_regular:before { content: "\f017"; } -.icon-ic_fluent_tag_multiple_20_regular:before { +.icon-ic_fluent_table_stack_left_20_filled:before { content: "\f018"; } -.icon-ic_fluent_tag_off_20_filled:before { +.icon-ic_fluent_table_stack_left_20_regular:before { content: "\f019"; } -.icon-ic_fluent_tag_off_20_regular:before { +.icon-ic_fluent_table_stack_right_20_filled:before { content: "\f01a"; } -.icon-ic_fluent_tag_question_mark_20_filled:before { +.icon-ic_fluent_table_stack_right_20_regular:before { content: "\f01b"; } -.icon-ic_fluent_tag_question_mark_20_regular:before { +.icon-ic_fluent_table_switch_20_filled:before { content: "\f01c"; } -.icon-ic_fluent_tag_reset_20_filled:before { +.icon-ic_fluent_table_switch_20_regular:before { content: "\f01d"; } -.icon-ic_fluent_tag_reset_20_regular:before { +.icon-ic_fluent_tablet_20_filled:before { content: "\f01e"; } -.icon-ic_fluent_tag_search_20_filled:before { +.icon-ic_fluent_tablet_20_regular:before { content: "\f01f"; } -.icon-ic_fluent_tag_search_20_regular:before { +.icon-ic_fluent_tablet_laptop_20_filled:before { content: "\f020"; } -.icon-ic_fluent_tap_double_20_filled:before { +.icon-ic_fluent_tablet_laptop_20_regular:before { content: "\f021"; } -.icon-ic_fluent_tap_double_20_regular:before { +.icon-ic_fluent_tablet_speaker_20_filled:before { content: "\f022"; } -.icon-ic_fluent_tap_single_20_filled:before { +.icon-ic_fluent_tablet_speaker_20_regular:before { content: "\f023"; } -.icon-ic_fluent_tap_single_20_regular:before { +.icon-ic_fluent_tabs_20_filled:before { content: "\f024"; } -.icon-ic_fluent_target_20_filled:before { +.icon-ic_fluent_tabs_20_regular:before { content: "\f025"; } -.icon-ic_fluent_target_20_regular:before { +.icon-ic_fluent_tag_20_filled:before { content: "\f026"; } -.icon-ic_fluent_target_add_20_filled:before { +.icon-ic_fluent_tag_20_regular:before { content: "\f027"; } -.icon-ic_fluent_target_add_20_regular:before { +.icon-ic_fluent_tag_circle_20_filled:before { content: "\f028"; } -.icon-ic_fluent_target_arrow_20_filled:before { +.icon-ic_fluent_tag_circle_20_regular:before { content: "\f029"; } -.icon-ic_fluent_target_arrow_20_regular:before { +.icon-ic_fluent_tag_dismiss_20_filled:before { content: "\f02a"; } -.icon-ic_fluent_target_dismiss_20_filled:before { +.icon-ic_fluent_tag_dismiss_20_regular:before { content: "\f02b"; } -.icon-ic_fluent_target_dismiss_20_regular:before { +.icon-ic_fluent_tag_error_20_filled:before { content: "\f02c"; } -.icon-ic_fluent_target_edit_20_filled:before { +.icon-ic_fluent_tag_error_20_regular:before { content: "\f02d"; } -.icon-ic_fluent_target_edit_20_regular:before { +.icon-ic_fluent_tag_lock_20_filled:before { content: "\f02e"; } -.icon-ic_fluent_task_list_add_20_filled:before { +.icon-ic_fluent_tag_lock_20_regular:before { content: "\f02f"; } -.icon-ic_fluent_task_list_add_20_regular:before { +.icon-ic_fluent_tag_lock_accent_20_filled:before { content: "\f030"; } -.icon-ic_fluent_task_list_ltr_20_filled:before { +.icon-ic_fluent_tag_multiple_20_filled:before { content: "\f031"; } -.icon-ic_fluent_task_list_ltr_20_regular:before { +.icon-ic_fluent_tag_multiple_20_regular:before { content: "\f032"; } -.icon-ic_fluent_task_list_rtl_20_filled:before { +.icon-ic_fluent_tag_off_20_filled:before { content: "\f033"; } -.icon-ic_fluent_task_list_rtl_20_regular:before { +.icon-ic_fluent_tag_off_20_regular:before { content: "\f034"; } -.icon-ic_fluent_task_list_square_add_20_filled:before { +.icon-ic_fluent_tag_question_mark_20_filled:before { content: "\f035"; } -.icon-ic_fluent_task_list_square_add_20_regular:before { +.icon-ic_fluent_tag_question_mark_20_regular:before { content: "\f036"; } -.icon-ic_fluent_task_list_square_database_20_filled:before { +.icon-ic_fluent_tag_reset_20_filled:before { content: "\f037"; } -.icon-ic_fluent_task_list_square_database_20_regular:before { +.icon-ic_fluent_tag_reset_20_regular:before { content: "\f038"; } -.icon-ic_fluent_task_list_square_ltr_20_filled:before { +.icon-ic_fluent_tag_search_20_filled:before { content: "\f039"; } -.icon-ic_fluent_task_list_square_ltr_20_regular:before { +.icon-ic_fluent_tag_search_20_regular:before { content: "\f03a"; } -.icon-ic_fluent_task_list_square_person_20_filled:before { +.icon-ic_fluent_tap_double_20_filled:before { content: "\f03b"; } -.icon-ic_fluent_task_list_square_person_20_regular:before { +.icon-ic_fluent_tap_double_20_regular:before { content: "\f03c"; } -.icon-ic_fluent_task_list_square_rtl_20_filled:before { +.icon-ic_fluent_tap_single_20_filled:before { content: "\f03d"; } -.icon-ic_fluent_task_list_square_rtl_20_regular:before { +.icon-ic_fluent_tap_single_20_regular:before { content: "\f03e"; } -.icon-ic_fluent_task_list_square_settings_20_filled:before { +.icon-ic_fluent_target_20_filled:before { content: "\f03f"; } -.icon-ic_fluent_task_list_square_settings_20_regular:before { +.icon-ic_fluent_target_20_regular:before { content: "\f040"; } -.icon-ic_fluent_tasks_app_20_filled:before { +.icon-ic_fluent_target_add_20_filled:before { content: "\f041"; } -.icon-ic_fluent_tasks_app_20_regular:before { +.icon-ic_fluent_target_add_20_regular:before { content: "\f042"; } -.icon-ic_fluent_teardrop_bottom_right_20_filled:before { +.icon-ic_fluent_target_arrow_20_filled:before { content: "\f043"; } -.icon-ic_fluent_teardrop_bottom_right_20_regular:before { +.icon-ic_fluent_target_arrow_20_regular:before { content: "\f044"; } -.icon-ic_fluent_teddy_20_filled:before { +.icon-ic_fluent_target_dismiss_20_filled:before { content: "\f045"; } -.icon-ic_fluent_teddy_20_regular:before { +.icon-ic_fluent_target_dismiss_20_regular:before { content: "\f046"; } -.icon-ic_fluent_temperature_20_filled:before { +.icon-ic_fluent_target_edit_20_filled:before { content: "\f047"; } -.icon-ic_fluent_temperature_20_regular:before { +.icon-ic_fluent_target_edit_20_regular:before { content: "\f048"; } -.icon-ic_fluent_tent_20_filled:before { +.icon-ic_fluent_task_list_add_20_filled:before { content: "\f049"; } -.icon-ic_fluent_tent_20_regular:before { +.icon-ic_fluent_task_list_add_20_regular:before { content: "\f04a"; } -.icon-ic_fluent_tetris_app_20_filled:before { +.icon-ic_fluent_task_list_ltr_20_filled:before { content: "\f04b"; } -.icon-ic_fluent_tetris_app_20_regular:before { +.icon-ic_fluent_task_list_ltr_20_regular:before { content: "\f04c"; } -.icon-ic_fluent_text_add_20_filled:before { +.icon-ic_fluent_task_list_rtl_20_filled:before { content: "\f04d"; } -.icon-ic_fluent_text_add_20_regular:before { +.icon-ic_fluent_task_list_rtl_20_regular:before { content: "\f04e"; } -.icon-ic_fluent_text_add_space_after_20_filled:before { +.icon-ic_fluent_task_list_square_add_20_filled:before { content: "\f04f"; } -.icon-ic_fluent_text_add_space_after_20_regular:before { +.icon-ic_fluent_task_list_square_add_20_regular:before { content: "\f050"; } -.icon-ic_fluent_text_add_space_before_20_filled:before { +.icon-ic_fluent_task_list_square_database_20_filled:before { content: "\f051"; } -.icon-ic_fluent_text_add_space_before_20_regular:before { +.icon-ic_fluent_task_list_square_database_20_regular:before { content: "\f052"; } -.icon-ic_fluent_text_add_t_20_filled:before { +.icon-ic_fluent_task_list_square_ltr_20_filled:before { content: "\f053"; } -.icon-ic_fluent_text_add_t_20_regular:before { +.icon-ic_fluent_task_list_square_ltr_20_regular:before { content: "\f054"; } -.icon-ic_fluent_text_align_center_20_filled:before { +.icon-ic_fluent_task_list_square_person_20_filled:before { content: "\f055"; } -.icon-ic_fluent_text_align_center_20_regular:before { +.icon-ic_fluent_task_list_square_person_20_regular:before { content: "\f056"; } -.icon-ic_fluent_text_align_center_rotate_270_20_filled:before { +.icon-ic_fluent_task_list_square_rtl_20_filled:before { content: "\f057"; } -.icon-ic_fluent_text_align_center_rotate_270_20_regular:before { +.icon-ic_fluent_task_list_square_rtl_20_regular:before { content: "\f058"; } -.icon-ic_fluent_text_align_center_rotate_90_20_filled:before { +.icon-ic_fluent_task_list_square_settings_20_filled:before { content: "\f059"; } -.icon-ic_fluent_text_align_center_rotate_90_20_regular:before { +.icon-ic_fluent_task_list_square_settings_20_regular:before { content: "\f05a"; } -.icon-ic_fluent_text_align_distributed_20_filled:before { +.icon-ic_fluent_tasks_app_20_filled:before { content: "\f05b"; } -.icon-ic_fluent_text_align_distributed_20_regular:before { +.icon-ic_fluent_tasks_app_20_regular:before { content: "\f05c"; } -.icon-ic_fluent_text_align_distributed_evenly_20_filled:before { +.icon-ic_fluent_teardrop_bottom_right_20_filled:before { content: "\f05d"; } -.icon-ic_fluent_text_align_distributed_evenly_20_regular:before { +.icon-ic_fluent_teardrop_bottom_right_20_regular:before { content: "\f05e"; } -.icon-ic_fluent_text_align_distributed_vertical_20_filled:before { +.icon-ic_fluent_teddy_20_filled:before { content: "\f05f"; } -.icon-ic_fluent_text_align_distributed_vertical_20_regular:before { +.icon-ic_fluent_teddy_20_regular:before { content: "\f060"; } -.icon-ic_fluent_text_align_justify_20_filled:before { +.icon-ic_fluent_temperature_20_filled:before { content: "\f061"; } -.icon-ic_fluent_text_align_justify_20_regular:before { +.icon-ic_fluent_temperature_20_regular:before { content: "\f062"; } -.icon-ic_fluent_text_align_justify_low_20_filled:before { +.icon-ic_fluent_tent_20_filled:before { content: "\f063"; } -.icon-ic_fluent_text_align_justify_low_20_regular:before { +.icon-ic_fluent_tent_20_regular:before { content: "\f064"; } -.icon-ic_fluent_text_align_justify_low_90_20_filled:before { +.icon-ic_fluent_tetris_app_20_filled:before { content: "\f065"; } -.icon-ic_fluent_text_align_justify_low_90_20_regular:before { +.icon-ic_fluent_tetris_app_20_regular:before { content: "\f066"; } -.icon-ic_fluent_text_align_justify_low_rotate_270_20_filled:before { +.icon-ic_fluent_text_add_20_filled:before { content: "\f067"; } -.icon-ic_fluent_text_align_justify_low_rotate_270_20_regular:before { +.icon-ic_fluent_text_add_20_regular:before { content: "\f068"; } -.icon-ic_fluent_text_align_justify_low_rotate_90_20_filled:before { +.icon-ic_fluent_text_add_space_after_20_filled:before { content: "\f069"; } -.icon-ic_fluent_text_align_justify_low_rotate_90_20_regular:before { +.icon-ic_fluent_text_add_space_after_20_regular:before { content: "\f06a"; } -.icon-ic_fluent_text_align_justify_rotate_270_20_filled:before { +.icon-ic_fluent_text_add_space_before_20_filled:before { content: "\f06b"; } -.icon-ic_fluent_text_align_justify_rotate_270_20_regular:before { +.icon-ic_fluent_text_add_space_before_20_regular:before { content: "\f06c"; } -.icon-ic_fluent_text_align_justify_rotate_90_20_filled:before { +.icon-ic_fluent_text_add_t_20_filled:before { content: "\f06d"; } -.icon-ic_fluent_text_align_justify_rotate_90_20_regular:before { +.icon-ic_fluent_text_add_t_20_regular:before { content: "\f06e"; } -.icon-ic_fluent_text_align_left_20_filled:before { +.icon-ic_fluent_text_align_center_20_filled:before { content: "\f06f"; } -.icon-ic_fluent_text_align_left_20_regular:before { +.icon-ic_fluent_text_align_center_20_regular:before { content: "\f070"; } -.icon-ic_fluent_text_align_left_rotate_270_20_filled:before { +.icon-ic_fluent_text_align_center_rotate_270_20_filled:before { content: "\f071"; } -.icon-ic_fluent_text_align_left_rotate_270_20_regular:before { +.icon-ic_fluent_text_align_center_rotate_270_20_regular:before { content: "\f072"; } -.icon-ic_fluent_text_align_left_rotate_90_20_filled:before { +.icon-ic_fluent_text_align_center_rotate_90_20_filled:before { content: "\f073"; } -.icon-ic_fluent_text_align_left_rotate_90_20_regular:before { +.icon-ic_fluent_text_align_center_rotate_90_20_regular:before { content: "\f074"; } -.icon-ic_fluent_text_align_right_20_filled:before { +.icon-ic_fluent_text_align_distributed_20_filled:before { content: "\f075"; } -.icon-ic_fluent_text_align_right_20_regular:before { +.icon-ic_fluent_text_align_distributed_20_regular:before { content: "\f076"; } -.icon-ic_fluent_text_align_right_rotate_270_20_filled:before { +.icon-ic_fluent_text_align_distributed_evenly_20_filled:before { content: "\f077"; } -.icon-ic_fluent_text_align_right_rotate_270_20_regular:before { +.icon-ic_fluent_text_align_distributed_evenly_20_regular:before { content: "\f078"; } -.icon-ic_fluent_text_align_right_rotate_90_20_filled:before { +.icon-ic_fluent_text_align_distributed_vertical_20_filled:before { content: "\f079"; } -.icon-ic_fluent_text_align_right_rotate_90_20_regular:before { +.icon-ic_fluent_text_align_distributed_vertical_20_regular:before { content: "\f07a"; } -.icon-ic_fluent_text_arrow_down_right_column_20_filled:before { +.icon-ic_fluent_text_align_justify_20_filled:before { content: "\f07b"; } -.icon-ic_fluent_text_arrow_down_right_column_20_regular:before { +.icon-ic_fluent_text_align_justify_20_regular:before { content: "\f07c"; } -.icon-ic_fluent_text_asterisk_20_filled:before { +.icon-ic_fluent_text_align_justify_low_20_filled:before { content: "\f07d"; } -.icon-ic_fluent_text_asterisk_20_regular:before { +.icon-ic_fluent_text_align_justify_low_20_regular:before { content: "\f07e"; } -.icon-ic_fluent_text_baseline_20_filled:before { +.icon-ic_fluent_text_align_justify_low_90_20_filled:before { content: "\f07f"; } -.icon-ic_fluent_text_baseline_20_regular:before { +.icon-ic_fluent_text_align_justify_low_90_20_regular:before { content: "\f080"; } -.icon-ic_fluent_text_bold_20_filled:before { +.icon-ic_fluent_text_align_justify_low_rotate_270_20_filled:before { content: "\f081"; } -.icon-ic_fluent_text_bold_20_regular:before { +.icon-ic_fluent_text_align_justify_low_rotate_270_20_regular:before { content: "\f082"; } -.icon-ic_fluent_text_box_settings_20_filled:before { +.icon-ic_fluent_text_align_justify_low_rotate_90_20_filled:before { content: "\f083"; } -.icon-ic_fluent_text_box_settings_20_regular:before { +.icon-ic_fluent_text_align_justify_low_rotate_90_20_regular:before { content: "\f084"; } -.icon-ic_fluent_text_bullet_list_20_filled:before { +.icon-ic_fluent_text_align_justify_rotate_270_20_filled:before { content: "\f085"; } -.icon-ic_fluent_text_bullet_list_20_regular:before { +.icon-ic_fluent_text_align_justify_rotate_270_20_regular:before { content: "\f086"; } -.icon-ic_fluent_text_bullet_list_90_20_filled:before { +.icon-ic_fluent_text_align_justify_rotate_90_20_filled:before { content: "\f087"; } -.icon-ic_fluent_text_bullet_list_90_20_regular:before { +.icon-ic_fluent_text_align_justify_rotate_90_20_regular:before { content: "\f088"; } -.icon-ic_fluent_text_bullet_list_add_20_filled:before { +.icon-ic_fluent_text_align_left_20_filled:before { content: "\f089"; } -.icon-ic_fluent_text_bullet_list_add_20_regular:before { +.icon-ic_fluent_text_align_left_20_regular:before { content: "\f08a"; } -.icon-ic_fluent_text_bullet_list_checkmark_20_filled:before { +.icon-ic_fluent_text_align_left_rotate_270_20_filled:before { content: "\f08b"; } -.icon-ic_fluent_text_bullet_list_checkmark_20_regular:before { +.icon-ic_fluent_text_align_left_rotate_270_20_regular:before { content: "\f08c"; } -.icon-ic_fluent_text_bullet_list_dismiss_20_filled:before { +.icon-ic_fluent_text_align_left_rotate_90_20_filled:before { content: "\f08d"; } -.icon-ic_fluent_text_bullet_list_dismiss_20_regular:before { +.icon-ic_fluent_text_align_left_rotate_90_20_regular:before { content: "\f08e"; } -.icon-ic_fluent_text_bullet_list_ltr_20_filled:before { +.icon-ic_fluent_text_align_right_20_filled:before { content: "\f08f"; } -.icon-ic_fluent_text_bullet_list_ltr_20_regular:before { +.icon-ic_fluent_text_align_right_20_regular:before { content: "\f090"; } -.icon-ic_fluent_text_bullet_list_ltr_90_20_filled:before { +.icon-ic_fluent_text_align_right_rotate_270_20_filled:before { content: "\f091"; } -.icon-ic_fluent_text_bullet_list_ltr_90_20_regular:before { +.icon-ic_fluent_text_align_right_rotate_270_20_regular:before { content: "\f092"; } -.icon-ic_fluent_text_bullet_list_rtl_20_filled:before { +.icon-ic_fluent_text_align_right_rotate_90_20_filled:before { content: "\f093"; } -.icon-ic_fluent_text_bullet_list_rtl_20_regular:before { +.icon-ic_fluent_text_align_right_rotate_90_20_regular:before { content: "\f094"; } -.icon-ic_fluent_text_bullet_list_rtl_90_20_filled:before { +.icon-ic_fluent_text_arrow_down_right_column_20_filled:before { content: "\f095"; } -.icon-ic_fluent_text_bullet_list_rtl_90_20_regular:before { +.icon-ic_fluent_text_arrow_down_right_column_20_regular:before { content: "\f096"; } -.icon-ic_fluent_text_bullet_list_square_20_filled:before { +.icon-ic_fluent_text_asterisk_20_filled:before { content: "\f097"; } -.icon-ic_fluent_text_bullet_list_square_20_regular:before { +.icon-ic_fluent_text_asterisk_20_regular:before { content: "\f098"; } -.icon-ic_fluent_text_bullet_list_square_clock_20_filled:before { +.icon-ic_fluent_text_baseline_20_filled:before { content: "\f099"; } -.icon-ic_fluent_text_bullet_list_square_clock_20_regular:before { +.icon-ic_fluent_text_baseline_20_regular:before { content: "\f09a"; } -.icon-ic_fluent_text_bullet_list_square_edit_20_filled:before { +.icon-ic_fluent_text_bold_20_filled:before { content: "\f09b"; } -.icon-ic_fluent_text_bullet_list_square_edit_20_regular:before { +.icon-ic_fluent_text_bold_20_regular:before { content: "\f09c"; } -.icon-ic_fluent_text_bullet_list_square_person_20_filled:before { +.icon-ic_fluent_text_box_settings_20_filled:before { content: "\f09d"; } -.icon-ic_fluent_text_bullet_list_square_person_20_regular:before { +.icon-ic_fluent_text_box_settings_20_regular:before { content: "\f09e"; } -.icon-ic_fluent_text_bullet_list_square_search_20_filled:before { +.icon-ic_fluent_text_bullet_list_20_filled:before { content: "\f09f"; } -.icon-ic_fluent_text_bullet_list_square_search_20_regular:before { +.icon-ic_fluent_text_bullet_list_20_regular:before { content: "\f0a0"; } -.icon-ic_fluent_text_bullet_list_square_settings_20_filled:before { +.icon-ic_fluent_text_bullet_list_90_20_filled:before { content: "\f0a1"; } -.icon-ic_fluent_text_bullet_list_square_settings_20_regular:before { +.icon-ic_fluent_text_bullet_list_90_20_regular:before { content: "\f0a2"; } -.icon-ic_fluent_text_bullet_list_square_shield_20_filled:before { +.icon-ic_fluent_text_bullet_list_add_20_filled:before { content: "\f0a3"; } -.icon-ic_fluent_text_bullet_list_square_shield_20_regular:before { +.icon-ic_fluent_text_bullet_list_add_20_regular:before { content: "\f0a4"; } -.icon-ic_fluent_text_bullet_list_square_sparkle_20_filled:before { +.icon-ic_fluent_text_bullet_list_checkmark_20_filled:before { content: "\f0a5"; } -.icon-ic_fluent_text_bullet_list_square_sparkle_20_regular:before { +.icon-ic_fluent_text_bullet_list_checkmark_20_regular:before { content: "\f0a6"; } -.icon-ic_fluent_text_bullet_list_square_toolbox_20_filled:before { +.icon-ic_fluent_text_bullet_list_dismiss_20_filled:before { content: "\f0a7"; } -.icon-ic_fluent_text_bullet_list_square_toolbox_20_regular:before { +.icon-ic_fluent_text_bullet_list_dismiss_20_regular:before { content: "\f0a8"; } -.icon-ic_fluent_text_bullet_list_square_warning_20_filled:before { +.icon-ic_fluent_text_bullet_list_ltr_20_filled:before { content: "\f0a9"; } -.icon-ic_fluent_text_bullet_list_square_warning_20_regular:before { +.icon-ic_fluent_text_bullet_list_ltr_20_regular:before { content: "\f0aa"; } -.icon-ic_fluent_text_bullet_list_tree_20_filled:before { +.icon-ic_fluent_text_bullet_list_ltr_90_20_filled:before { content: "\f0ab"; } -.icon-ic_fluent_text_bullet_list_tree_20_regular:before { +.icon-ic_fluent_text_bullet_list_ltr_90_20_regular:before { content: "\f0ac"; } -.icon-ic_fluent_text_case_lowercase_20_filled:before { +.icon-ic_fluent_text_bullet_list_rtl_20_filled:before { content: "\f0ad"; } -.icon-ic_fluent_text_case_lowercase_20_regular:before { +.icon-ic_fluent_text_bullet_list_rtl_20_regular:before { content: "\f0ae"; } -.icon-ic_fluent_text_case_title_20_filled:before { +.icon-ic_fluent_text_bullet_list_rtl_90_20_filled:before { content: "\f0af"; } -.icon-ic_fluent_text_case_title_20_regular:before { +.icon-ic_fluent_text_bullet_list_rtl_90_20_regular:before { content: "\f0b0"; } -.icon-ic_fluent_text_case_uppercase_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_20_filled:before { content: "\f0b1"; } -.icon-ic_fluent_text_case_uppercase_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_20_regular:before { content: "\f0b2"; } -.icon-ic_fluent_text_change_case_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_clock_20_filled:before { content: "\f0b3"; } -.icon-ic_fluent_text_change_case_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_clock_20_regular:before { content: "\f0b4"; } -.icon-ic_fluent_text_clear_formatting_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_edit_20_filled:before { content: "\f0b5"; } -.icon-ic_fluent_text_clear_formatting_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_edit_20_regular:before { content: "\f0b6"; } -.icon-ic_fluent_text_collapse_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_person_20_filled:before { content: "\f0b7"; } -.icon-ic_fluent_text_collapse_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_person_20_regular:before { content: "\f0b8"; } -.icon-ic_fluent_text_color_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_search_20_filled:before { content: "\f0b9"; } -.icon-ic_fluent_text_color_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_search_20_regular:before { content: "\f0ba"; } -.icon-ic_fluent_text_color_accent_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_settings_20_filled:before { content: "\f0bb"; } -.icon-ic_fluent_text_column_one_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_settings_20_regular:before { content: "\f0bc"; } -.icon-ic_fluent_text_column_one_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_shield_20_filled:before { content: "\f0bd"; } -.icon-ic_fluent_text_column_one_narrow_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_shield_20_regular:before { content: "\f0be"; } -.icon-ic_fluent_text_column_one_narrow_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_sparkle_20_filled:before { content: "\f0bf"; } -.icon-ic_fluent_text_column_one_semi_narrow_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_sparkle_20_regular:before { content: "\f0c0"; } -.icon-ic_fluent_text_column_one_semi_narrow_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_toolbox_20_filled:before { content: "\f0c1"; } -.icon-ic_fluent_text_column_one_wide_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_toolbox_20_regular:before { content: "\f0c2"; } -.icon-ic_fluent_text_column_one_wide_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_warning_20_filled:before { content: "\f0c3"; } -.icon-ic_fluent_text_column_one_wide_lightning_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_warning_20_regular:before { content: "\f0c4"; } -.icon-ic_fluent_text_column_one_wide_lightning_20_regular:before { +.icon-ic_fluent_text_bullet_list_tree_20_filled:before { content: "\f0c5"; } -.icon-ic_fluent_text_column_three_20_filled:before { +.icon-ic_fluent_text_bullet_list_tree_20_regular:before { content: "\f0c6"; } -.icon-ic_fluent_text_column_three_20_regular:before { +.icon-ic_fluent_text_case_lowercase_20_filled:before { content: "\f0c7"; } -.icon-ic_fluent_text_column_two_20_filled:before { +.icon-ic_fluent_text_case_lowercase_20_regular:before { content: "\f0c8"; } -.icon-ic_fluent_text_column_two_20_regular:before { +.icon-ic_fluent_text_case_title_20_filled:before { content: "\f0c9"; } -.icon-ic_fluent_text_column_two_left_20_filled:before { +.icon-ic_fluent_text_case_title_20_regular:before { content: "\f0ca"; } -.icon-ic_fluent_text_column_two_left_20_regular:before { +.icon-ic_fluent_text_case_uppercase_20_filled:before { content: "\f0cb"; } -.icon-ic_fluent_text_column_two_right_20_filled:before { +.icon-ic_fluent_text_case_uppercase_20_regular:before { content: "\f0cc"; } -.icon-ic_fluent_text_column_two_right_20_regular:before { +.icon-ic_fluent_text_change_case_20_filled:before { content: "\f0cd"; } -.icon-ic_fluent_text_column_wide_20_filled:before { +.icon-ic_fluent_text_change_case_20_regular:before { content: "\f0ce"; } -.icon-ic_fluent_text_column_wide_20_regular:before { +.icon-ic_fluent_text_clear_formatting_20_filled:before { content: "\f0cf"; } -.icon-ic_fluent_text_continuous_20_filled:before { +.icon-ic_fluent_text_clear_formatting_20_regular:before { content: "\f0d0"; } -.icon-ic_fluent_text_continuous_20_regular:before { +.icon-ic_fluent_text_collapse_20_filled:before { content: "\f0d1"; } -.icon-ic_fluent_text_density_20_filled:before { +.icon-ic_fluent_text_collapse_20_regular:before { content: "\f0d2"; } -.icon-ic_fluent_text_density_20_regular:before { +.icon-ic_fluent_text_color_20_filled:before { content: "\f0d3"; } -.icon-ic_fluent_text_description_20_filled:before { +.icon-ic_fluent_text_color_20_regular:before { content: "\f0d4"; } -.icon-ic_fluent_text_description_20_regular:before { +.icon-ic_fluent_text_color_accent_20_filled:before { content: "\f0d5"; } -.icon-ic_fluent_text_description_ltr_20_filled:before { +.icon-ic_fluent_text_column_one_20_filled:before { content: "\f0d6"; } -.icon-ic_fluent_text_description_ltr_20_regular:before { +.icon-ic_fluent_text_column_one_20_regular:before { content: "\f0d7"; } -.icon-ic_fluent_text_description_rtl_20_filled:before { +.icon-ic_fluent_text_column_one_narrow_20_filled:before { content: "\f0d8"; } -.icon-ic_fluent_text_description_rtl_20_regular:before { +.icon-ic_fluent_text_column_one_narrow_20_regular:before { content: "\f0d9"; } -.icon-ic_fluent_text_direction_horizontal_left_20_filled:before { +.icon-ic_fluent_text_column_one_semi_narrow_20_filled:before { content: "\f0da"; } -.icon-ic_fluent_text_direction_horizontal_left_20_regular:before { +.icon-ic_fluent_text_column_one_semi_narrow_20_regular:before { content: "\f0db"; } -.icon-ic_fluent_text_direction_horizontal_ltr_20_filled:before { +.icon-ic_fluent_text_column_one_wide_20_filled:before { content: "\f0dc"; } -.icon-ic_fluent_text_direction_horizontal_ltr_20_regular:before { +.icon-ic_fluent_text_column_one_wide_20_regular:before { content: "\f0dd"; } -.icon-ic_fluent_text_direction_horizontal_right_20_filled:before { +.icon-ic_fluent_text_column_one_wide_lightning_20_filled:before { content: "\f0de"; } -.icon-ic_fluent_text_direction_horizontal_right_20_regular:before { +.icon-ic_fluent_text_column_one_wide_lightning_20_regular:before { content: "\f0df"; } -.icon-ic_fluent_text_direction_horizontal_rtl_20_filled:before { +.icon-ic_fluent_text_column_three_20_filled:before { content: "\f0e0"; } -.icon-ic_fluent_text_direction_horizontal_rtl_20_regular:before { +.icon-ic_fluent_text_column_three_20_regular:before { content: "\f0e1"; } -.icon-ic_fluent_text_direction_rotate_270_right_20_filled:before { +.icon-ic_fluent_text_column_two_20_filled:before { content: "\f0e2"; } -.icon-ic_fluent_text_direction_rotate_270_right_20_regular:before { +.icon-ic_fluent_text_column_two_20_regular:before { content: "\f0e3"; } -.icon-ic_fluent_text_direction_rotate_315_right_20_filled:before { +.icon-ic_fluent_text_column_two_left_20_filled:before { content: "\f0e4"; } -.icon-ic_fluent_text_direction_rotate_315_right_20_regular:before { +.icon-ic_fluent_text_column_two_left_20_regular:before { content: "\f0e5"; } -.icon-ic_fluent_text_direction_rotate_45_right_20_filled:before { +.icon-ic_fluent_text_column_two_right_20_filled:before { content: "\f0e6"; } -.icon-ic_fluent_text_direction_rotate_45_right_20_regular:before { +.icon-ic_fluent_text_column_two_right_20_regular:before { content: "\f0e7"; } -.icon-ic_fluent_text_direction_rotate_90_left_20_filled:before { +.icon-ic_fluent_text_column_wide_20_filled:before { content: "\f0e8"; } -.icon-ic_fluent_text_direction_rotate_90_left_20_regular:before { +.icon-ic_fluent_text_column_wide_20_regular:before { content: "\f0e9"; } -.icon-ic_fluent_text_direction_rotate_90_ltr_20_filled:before { +.icon-ic_fluent_text_continuous_20_filled:before { content: "\f0ea"; } -.icon-ic_fluent_text_direction_rotate_90_ltr_20_regular:before { +.icon-ic_fluent_text_continuous_20_regular:before { content: "\f0eb"; } -.icon-ic_fluent_text_direction_rotate_90_right_20_filled:before { +.icon-ic_fluent_text_density_20_filled:before { content: "\f0ec"; } -.icon-ic_fluent_text_direction_rotate_90_right_20_regular:before { +.icon-ic_fluent_text_density_20_regular:before { content: "\f0ed"; } -.icon-ic_fluent_text_direction_rotate_90_rtl_20_filled:before { +.icon-ic_fluent_text_description_20_filled:before { content: "\f0ee"; } -.icon-ic_fluent_text_direction_rotate_90_rtl_20_regular:before { +.icon-ic_fluent_text_description_20_regular:before { content: "\f0ef"; } -.icon-ic_fluent_text_direction_vertical_20_filled:before { +.icon-ic_fluent_text_description_ltr_20_filled:before { content: "\f0f0"; } -.icon-ic_fluent_text_direction_vertical_20_regular:before { +.icon-ic_fluent_text_description_ltr_20_regular:before { content: "\f0f1"; } -.icon-ic_fluent_text_edit_style_20_filled:before { +.icon-ic_fluent_text_description_rtl_20_filled:before { content: "\f0f2"; } -.icon-ic_fluent_text_edit_style_20_regular:before { +.icon-ic_fluent_text_description_rtl_20_regular:before { content: "\f0f3"; } -.icon-ic_fluent_text_effects_20_filled:before { +.icon-ic_fluent_text_direction_horizontal_left_20_filled:before { content: "\f0f4"; } -.icon-ic_fluent_text_effects_20_regular:before { +.icon-ic_fluent_text_direction_horizontal_left_20_regular:before { content: "\f0f5"; } -.icon-ic_fluent_text_effects_sparkle_20_filled:before { +.icon-ic_fluent_text_direction_horizontal_ltr_20_filled:before { content: "\f0f6"; } -.icon-ic_fluent_text_effects_sparkle_20_regular:before { +.icon-ic_fluent_text_direction_horizontal_ltr_20_regular:before { content: "\f0f7"; } -.icon-ic_fluent_text_expand_20_filled:before { +.icon-ic_fluent_text_direction_horizontal_right_20_filled:before { content: "\f0f8"; } -.icon-ic_fluent_text_expand_20_regular:before { +.icon-ic_fluent_text_direction_horizontal_right_20_regular:before { content: "\f0f9"; } -.icon-ic_fluent_text_field_20_filled:before { +.icon-ic_fluent_text_direction_horizontal_rtl_20_filled:before { content: "\f0fa"; } -.icon-ic_fluent_text_field_20_regular:before { +.icon-ic_fluent_text_direction_horizontal_rtl_20_regular:before { content: "\f0fb"; } -.icon-ic_fluent_text_first_line_20_filled:before { +.icon-ic_fluent_text_direction_rotate_270_right_20_filled:before { content: "\f0fc"; } -.icon-ic_fluent_text_first_line_20_regular:before { +.icon-ic_fluent_text_direction_rotate_270_right_20_regular:before { content: "\f0fd"; } -.icon-ic_fluent_text_font_20_filled:before { +.icon-ic_fluent_text_direction_rotate_315_right_20_filled:before { content: "\f0fe"; } -.icon-ic_fluent_text_font_20_regular:before { +.icon-ic_fluent_text_direction_rotate_315_right_20_regular:before { content: "\f0ff"; } -.icon-ic_fluent_text_font_info_20_filled:before { +.icon-ic_fluent_text_direction_rotate_45_right_20_filled:before { content: "\f100"; } -.icon-ic_fluent_text_font_info_20_regular:before { +.icon-ic_fluent_text_direction_rotate_45_right_20_regular:before { content: "\f101"; } -.icon-ic_fluent_text_font_size_20_filled:before { +.icon-ic_fluent_text_direction_rotate_90_left_20_filled:before { content: "\f102"; } -.icon-ic_fluent_text_font_size_20_regular:before { +.icon-ic_fluent_text_direction_rotate_90_left_20_regular:before { content: "\f103"; } -.icon-ic_fluent_text_footnote_20_filled:before { +.icon-ic_fluent_text_direction_rotate_90_ltr_20_filled:before { content: "\f104"; } -.icon-ic_fluent_text_footnote_20_regular:before { +.icon-ic_fluent_text_direction_rotate_90_ltr_20_regular:before { content: "\f105"; } -.icon-ic_fluent_text_grammar_arrow_left_20_filled:before { +.icon-ic_fluent_text_direction_rotate_90_right_20_filled:before { content: "\f106"; } -.icon-ic_fluent_text_grammar_arrow_left_20_regular:before { +.icon-ic_fluent_text_direction_rotate_90_right_20_regular:before { content: "\f107"; } -.icon-ic_fluent_text_grammar_arrow_right_20_filled:before { +.icon-ic_fluent_text_direction_rotate_90_rtl_20_filled:before { content: "\f108"; } -.icon-ic_fluent_text_grammar_arrow_right_20_regular:before { +.icon-ic_fluent_text_direction_rotate_90_rtl_20_regular:before { content: "\f109"; } -.icon-ic_fluent_text_grammar_checkmark_20_filled:before { +.icon-ic_fluent_text_direction_vertical_20_filled:before { content: "\f10a"; } -.icon-ic_fluent_text_grammar_checkmark_20_regular:before { +.icon-ic_fluent_text_direction_vertical_20_regular:before { content: "\f10b"; } -.icon-ic_fluent_text_grammar_dismiss_20_filled:before { +.icon-ic_fluent_text_edit_style_20_filled:before { content: "\f10c"; } -.icon-ic_fluent_text_grammar_dismiss_20_regular:before { +.icon-ic_fluent_text_edit_style_20_regular:before { content: "\f10d"; } -.icon-ic_fluent_text_grammar_error_20_filled:before { +.icon-ic_fluent_text_effects_20_filled:before { content: "\f10e"; } -.icon-ic_fluent_text_grammar_error_20_regular:before { +.icon-ic_fluent_text_effects_20_regular:before { content: "\f10f"; } -.icon-ic_fluent_text_grammar_lightning_20_filled:before { +.icon-ic_fluent_text_effects_sparkle_20_filled:before { content: "\f110"; } -.icon-ic_fluent_text_grammar_lightning_20_regular:before { +.icon-ic_fluent_text_effects_sparkle_20_regular:before { content: "\f111"; } -.icon-ic_fluent_text_grammar_settings_20_filled:before { +.icon-ic_fluent_text_expand_20_filled:before { content: "\f112"; } -.icon-ic_fluent_text_grammar_settings_20_regular:before { +.icon-ic_fluent_text_expand_20_regular:before { content: "\f113"; } -.icon-ic_fluent_text_grammar_wand_20_filled:before { +.icon-ic_fluent_text_field_20_filled:before { content: "\f114"; } -.icon-ic_fluent_text_grammar_wand_20_regular:before { +.icon-ic_fluent_text_field_20_regular:before { content: "\f115"; } -.icon-ic_fluent_text_hanging_20_filled:before { +.icon-ic_fluent_text_first_line_20_filled:before { content: "\f116"; } -.icon-ic_fluent_text_hanging_20_regular:before { +.icon-ic_fluent_text_first_line_20_regular:before { content: "\f117"; } -.icon-ic_fluent_text_header_1_20_filled:before { +.icon-ic_fluent_text_font_20_filled:before { content: "\f118"; } -.icon-ic_fluent_text_header_1_20_regular:before { +.icon-ic_fluent_text_font_20_regular:before { content: "\f119"; } -.icon-ic_fluent_text_header_1_lines_20_filled:before { +.icon-ic_fluent_text_font_info_20_filled:before { content: "\f11a"; } -.icon-ic_fluent_text_header_1_lines_20_regular:before { +.icon-ic_fluent_text_font_info_20_regular:before { content: "\f11b"; } -.icon-ic_fluent_text_header_1_lines_caret_20_filled:before { +.icon-ic_fluent_text_font_size_20_filled:before { content: "\f11c"; } -.icon-ic_fluent_text_header_1_lines_caret_20_regular:before { +.icon-ic_fluent_text_font_size_20_regular:before { content: "\f11d"; } -.icon-ic_fluent_text_header_2_20_filled:before { +.icon-ic_fluent_text_footnote_20_filled:before { content: "\f11e"; } -.icon-ic_fluent_text_header_2_20_regular:before { +.icon-ic_fluent_text_footnote_20_regular:before { content: "\f11f"; } -.icon-ic_fluent_text_header_2_lines_20_filled:before { +.icon-ic_fluent_text_grammar_arrow_left_20_filled:before { content: "\f120"; } -.icon-ic_fluent_text_header_2_lines_20_regular:before { +.icon-ic_fluent_text_grammar_arrow_left_20_regular:before { content: "\f121"; } -.icon-ic_fluent_text_header_2_lines_caret_20_filled:before { +.icon-ic_fluent_text_grammar_arrow_right_20_filled:before { content: "\f122"; } -.icon-ic_fluent_text_header_2_lines_caret_20_regular:before { +.icon-ic_fluent_text_grammar_arrow_right_20_regular:before { content: "\f123"; } -.icon-ic_fluent_text_header_3_20_filled:before { +.icon-ic_fluent_text_grammar_checkmark_20_filled:before { content: "\f124"; } -.icon-ic_fluent_text_header_3_20_regular:before { +.icon-ic_fluent_text_grammar_checkmark_20_regular:before { content: "\f125"; } -.icon-ic_fluent_text_header_3_lines_20_filled:before { +.icon-ic_fluent_text_grammar_dismiss_20_filled:before { content: "\f126"; } -.icon-ic_fluent_text_header_3_lines_20_regular:before { +.icon-ic_fluent_text_grammar_dismiss_20_regular:before { content: "\f127"; } -.icon-ic_fluent_text_header_3_lines_caret_20_filled:before { +.icon-ic_fluent_text_grammar_error_20_filled:before { content: "\f128"; } -.icon-ic_fluent_text_header_3_lines_caret_20_regular:before { +.icon-ic_fluent_text_grammar_error_20_regular:before { content: "\f129"; } -.icon-ic_fluent_text_indent_decrease_20_filled:before { +.icon-ic_fluent_text_grammar_lightning_20_filled:before { content: "\f12a"; } -.icon-ic_fluent_text_indent_decrease_20_regular:before { +.icon-ic_fluent_text_grammar_lightning_20_regular:before { content: "\f12b"; } -.icon-ic_fluent_text_indent_decrease_ltr_20_filled:before { +.icon-ic_fluent_text_grammar_settings_20_filled:before { content: "\f12c"; } -.icon-ic_fluent_text_indent_decrease_ltr_20_regular:before { +.icon-ic_fluent_text_grammar_settings_20_regular:before { content: "\f12d"; } -.icon-ic_fluent_text_indent_decrease_ltr_90_20_filled:before { +.icon-ic_fluent_text_grammar_wand_20_filled:before { content: "\f12e"; } -.icon-ic_fluent_text_indent_decrease_ltr_90_20_regular:before { +.icon-ic_fluent_text_grammar_wand_20_regular:before { content: "\f12f"; } -.icon-ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled:before { +.icon-ic_fluent_text_hanging_20_filled:before { content: "\f130"; } -.icon-ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular:before { +.icon-ic_fluent_text_hanging_20_regular:before { content: "\f131"; } -.icon-ic_fluent_text_indent_decrease_rotate_270_20_filled:before { +.icon-ic_fluent_text_header_1_20_filled:before { content: "\f132"; } -.icon-ic_fluent_text_indent_decrease_rotate_270_20_regular:before { +.icon-ic_fluent_text_header_1_20_regular:before { content: "\f133"; } -.icon-ic_fluent_text_indent_decrease_rotate_90_20_filled:before { +.icon-ic_fluent_text_header_1_lines_20_filled:before { content: "\f134"; } -.icon-ic_fluent_text_indent_decrease_rotate_90_20_regular:before { +.icon-ic_fluent_text_header_1_lines_20_regular:before { content: "\f135"; } -.icon-ic_fluent_text_indent_decrease_rtl_20_filled:before { +.icon-ic_fluent_text_header_1_lines_caret_20_filled:before { content: "\f136"; } -.icon-ic_fluent_text_indent_decrease_rtl_20_regular:before { +.icon-ic_fluent_text_header_1_lines_caret_20_regular:before { content: "\f137"; } -.icon-ic_fluent_text_indent_decrease_rtl_90_20_filled:before { +.icon-ic_fluent_text_header_2_20_filled:before { content: "\f138"; } -.icon-ic_fluent_text_indent_decrease_rtl_90_20_regular:before { +.icon-ic_fluent_text_header_2_20_regular:before { content: "\f139"; } -.icon-ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled:before { +.icon-ic_fluent_text_header_2_lines_20_filled:before { content: "\f13a"; } -.icon-ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular:before { +.icon-ic_fluent_text_header_2_lines_20_regular:before { content: "\f13b"; } -.icon-ic_fluent_text_indent_increase_20_filled:before { +.icon-ic_fluent_text_header_2_lines_caret_20_filled:before { content: "\f13c"; } -.icon-ic_fluent_text_indent_increase_20_regular:before { +.icon-ic_fluent_text_header_2_lines_caret_20_regular:before { content: "\f13d"; } -.icon-ic_fluent_text_indent_increase_ltr_20_filled:before { +.icon-ic_fluent_text_header_3_20_filled:before { content: "\f13e"; } -.icon-ic_fluent_text_indent_increase_ltr_20_regular:before { +.icon-ic_fluent_text_header_3_20_regular:before { content: "\f13f"; } -.icon-ic_fluent_text_indent_increase_ltr_90_20_filled:before { +.icon-ic_fluent_text_header_3_lines_20_filled:before { content: "\f140"; } -.icon-ic_fluent_text_indent_increase_ltr_90_20_regular:before { +.icon-ic_fluent_text_header_3_lines_20_regular:before { content: "\f141"; } -.icon-ic_fluent_text_indent_increase_ltr_rotate_270_20_filled:before { +.icon-ic_fluent_text_header_3_lines_caret_20_filled:before { content: "\f142"; } -.icon-ic_fluent_text_indent_increase_ltr_rotate_270_20_regular:before { +.icon-ic_fluent_text_header_3_lines_caret_20_regular:before { content: "\f143"; } -.icon-ic_fluent_text_indent_increase_rotate_270_20_filled:before { +.icon-ic_fluent_text_indent_decrease_20_filled:before { content: "\f144"; } -.icon-ic_fluent_text_indent_increase_rotate_270_20_regular:before { +.icon-ic_fluent_text_indent_decrease_20_regular:before { content: "\f145"; } -.icon-ic_fluent_text_indent_increase_rotate_90_20_filled:before { +.icon-ic_fluent_text_indent_decrease_ltr_20_filled:before { content: "\f146"; } -.icon-ic_fluent_text_indent_increase_rotate_90_20_regular:before { +.icon-ic_fluent_text_indent_decrease_ltr_20_regular:before { content: "\f147"; } -.icon-ic_fluent_text_indent_increase_rtl_20_filled:before { +.icon-ic_fluent_text_indent_decrease_ltr_90_20_filled:before { content: "\f148"; } -.icon-ic_fluent_text_indent_increase_rtl_20_regular:before { +.icon-ic_fluent_text_indent_decrease_ltr_90_20_regular:before { content: "\f149"; } -.icon-ic_fluent_text_indent_increase_rtl_90_20_filled:before { +.icon-ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled:before { content: "\f14a"; } -.icon-ic_fluent_text_indent_increase_rtl_90_20_regular:before { +.icon-ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular:before { content: "\f14b"; } -.icon-ic_fluent_text_indent_increase_rtl_rotate_270_20_filled:before { +.icon-ic_fluent_text_indent_decrease_rotate_270_20_filled:before { content: "\f14c"; } -.icon-ic_fluent_text_indent_increase_rtl_rotate_270_20_regular:before { +.icon-ic_fluent_text_indent_decrease_rotate_270_20_regular:before { content: "\f14d"; } -.icon-ic_fluent_text_italic_20_filled:before { +.icon-ic_fluent_text_indent_decrease_rotate_90_20_filled:before { content: "\f14e"; } -.icon-ic_fluent_text_italic_20_regular:before { +.icon-ic_fluent_text_indent_decrease_rotate_90_20_regular:before { content: "\f14f"; } -.icon-ic_fluent_text_line_spacing_20_filled:before { +.icon-ic_fluent_text_indent_decrease_rtl_20_filled:before { content: "\f150"; } -.icon-ic_fluent_text_line_spacing_20_regular:before { +.icon-ic_fluent_text_indent_decrease_rtl_20_regular:before { content: "\f151"; } -.icon-ic_fluent_text_more_20_filled:before { +.icon-ic_fluent_text_indent_decrease_rtl_90_20_filled:before { content: "\f152"; } -.icon-ic_fluent_text_more_20_regular:before { +.icon-ic_fluent_text_indent_decrease_rtl_90_20_regular:before { content: "\f153"; } -.icon-ic_fluent_text_number_format_20_filled:before { +.icon-ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled:before { content: "\f154"; } -.icon-ic_fluent_text_number_format_20_regular:before { +.icon-ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular:before { content: "\f155"; } -.icon-ic_fluent_text_number_list_ltr_20_filled:before { +.icon-ic_fluent_text_indent_increase_20_filled:before { content: "\f156"; } -.icon-ic_fluent_text_number_list_ltr_20_regular:before { +.icon-ic_fluent_text_indent_increase_20_regular:before { content: "\f157"; } -.icon-ic_fluent_text_number_list_ltr_90_20_filled:before { +.icon-ic_fluent_text_indent_increase_ltr_20_filled:before { content: "\f158"; } -.icon-ic_fluent_text_number_list_ltr_90_20_regular:before { +.icon-ic_fluent_text_indent_increase_ltr_20_regular:before { content: "\f159"; } -.icon-ic_fluent_text_number_list_ltr_rotate_270_20_filled:before { +.icon-ic_fluent_text_indent_increase_ltr_90_20_filled:before { content: "\f15a"; } -.icon-ic_fluent_text_number_list_ltr_rotate_270_20_regular:before { +.icon-ic_fluent_text_indent_increase_ltr_90_20_regular:before { content: "\f15b"; } -.icon-ic_fluent_text_number_list_rotate_270_20_filled:before { +.icon-ic_fluent_text_indent_increase_ltr_rotate_270_20_filled:before { content: "\f15c"; } -.icon-ic_fluent_text_number_list_rotate_270_20_regular:before { +.icon-ic_fluent_text_indent_increase_ltr_rotate_270_20_regular:before { content: "\f15d"; } -.icon-ic_fluent_text_number_list_rotate_90_20_filled:before { +.icon-ic_fluent_text_indent_increase_rotate_270_20_filled:before { content: "\f15e"; } -.icon-ic_fluent_text_number_list_rotate_90_20_regular:before { +.icon-ic_fluent_text_indent_increase_rotate_270_20_regular:before { content: "\f15f"; } -.icon-ic_fluent_text_number_list_rtl_20_filled:before { +.icon-ic_fluent_text_indent_increase_rotate_90_20_filled:before { content: "\f160"; } -.icon-ic_fluent_text_number_list_rtl_20_regular:before { +.icon-ic_fluent_text_indent_increase_rotate_90_20_regular:before { content: "\f161"; } -.icon-ic_fluent_text_number_list_rtl_90_20_filled:before { +.icon-ic_fluent_text_indent_increase_rtl_20_filled:before { content: "\f162"; } -.icon-ic_fluent_text_number_list_rtl_90_20_regular:before { +.icon-ic_fluent_text_indent_increase_rtl_20_regular:before { content: "\f163"; } -.icon-ic_fluent_text_number_list_rtl_rotate_270_20_filled:before { +.icon-ic_fluent_text_indent_increase_rtl_90_20_filled:before { content: "\f164"; } -.icon-ic_fluent_text_number_list_rtl_rotate_270_20_regular:before { +.icon-ic_fluent_text_indent_increase_rtl_90_20_regular:before { content: "\f165"; } -.icon-ic_fluent_text_paragraph_20_filled:before { +.icon-ic_fluent_text_indent_increase_rtl_rotate_270_20_filled:before { content: "\f166"; } -.icon-ic_fluent_text_paragraph_20_regular:before { +.icon-ic_fluent_text_indent_increase_rtl_rotate_270_20_regular:before { content: "\f167"; } -.icon-ic_fluent_text_paragraph_direction_20_filled:before { +.icon-ic_fluent_text_italic_20_filled:before { content: "\f168"; } -.icon-ic_fluent_text_paragraph_direction_20_regular:before { +.icon-ic_fluent_text_italic_20_regular:before { content: "\f169"; } -.icon-ic_fluent_text_paragraph_direction_left_20_filled:before { +.icon-ic_fluent_text_line_spacing_20_filled:before { content: "\f16a"; } -.icon-ic_fluent_text_paragraph_direction_left_20_regular:before { +.icon-ic_fluent_text_line_spacing_20_regular:before { content: "\f16b"; } -.icon-ic_fluent_text_paragraph_direction_right_20_filled:before { +.icon-ic_fluent_text_more_20_filled:before { content: "\f16c"; } -.icon-ic_fluent_text_paragraph_direction_right_20_regular:before { +.icon-ic_fluent_text_more_20_regular:before { content: "\f16d"; } -.icon-ic_fluent_text_period_asterisk_20_filled:before { +.icon-ic_fluent_text_number_format_20_filled:before { content: "\f16e"; } -.icon-ic_fluent_text_period_asterisk_20_regular:before { +.icon-ic_fluent_text_number_format_20_regular:before { content: "\f16f"; } -.icon-ic_fluent_text_position_behind_20_filled:before { +.icon-ic_fluent_text_number_list_ltr_20_filled:before { content: "\f170"; } -.icon-ic_fluent_text_position_behind_20_regular:before { +.icon-ic_fluent_text_number_list_ltr_20_regular:before { content: "\f171"; } -.icon-ic_fluent_text_position_front_20_filled:before { +.icon-ic_fluent_text_number_list_ltr_90_20_filled:before { content: "\f172"; } -.icon-ic_fluent_text_position_front_20_regular:before { +.icon-ic_fluent_text_number_list_ltr_90_20_regular:before { content: "\f173"; } -.icon-ic_fluent_text_position_line_20_filled:before { +.icon-ic_fluent_text_number_list_ltr_rotate_270_20_filled:before { content: "\f174"; } -.icon-ic_fluent_text_position_line_20_regular:before { +.icon-ic_fluent_text_number_list_ltr_rotate_270_20_regular:before { content: "\f175"; } -.icon-ic_fluent_text_position_square_20_filled:before { +.icon-ic_fluent_text_number_list_rotate_270_20_filled:before { content: "\f176"; } -.icon-ic_fluent_text_position_square_20_regular:before { +.icon-ic_fluent_text_number_list_rotate_270_20_regular:before { content: "\f177"; } -.icon-ic_fluent_text_position_square_left_20_filled:before { +.icon-ic_fluent_text_number_list_rotate_90_20_filled:before { content: "\f178"; } -.icon-ic_fluent_text_position_square_left_20_regular:before { +.icon-ic_fluent_text_number_list_rotate_90_20_regular:before { content: "\f179"; } -.icon-ic_fluent_text_position_square_right_20_filled:before { +.icon-ic_fluent_text_number_list_rtl_20_filled:before { content: "\f17a"; } -.icon-ic_fluent_text_position_square_right_20_regular:before { +.icon-ic_fluent_text_number_list_rtl_20_regular:before { content: "\f17b"; } -.icon-ic_fluent_text_position_through_20_filled:before { +.icon-ic_fluent_text_number_list_rtl_90_20_filled:before { content: "\f17c"; } -.icon-ic_fluent_text_position_through_20_regular:before { +.icon-ic_fluent_text_number_list_rtl_90_20_regular:before { content: "\f17d"; } -.icon-ic_fluent_text_position_tight_20_filled:before { +.icon-ic_fluent_text_number_list_rtl_rotate_270_20_filled:before { content: "\f17e"; } -.icon-ic_fluent_text_position_tight_20_regular:before { +.icon-ic_fluent_text_number_list_rtl_rotate_270_20_regular:before { content: "\f17f"; } -.icon-ic_fluent_text_position_top_bottom_20_filled:before { +.icon-ic_fluent_text_paragraph_20_filled:before { content: "\f180"; } -.icon-ic_fluent_text_position_top_bottom_20_regular:before { +.icon-ic_fluent_text_paragraph_20_regular:before { content: "\f181"; } -.icon-ic_fluent_text_proofing_tools_20_filled:before { +.icon-ic_fluent_text_paragraph_direction_20_filled:before { content: "\f182"; } -.icon-ic_fluent_text_proofing_tools_20_regular:before { +.icon-ic_fluent_text_paragraph_direction_20_regular:before { content: "\f183"; } -.icon-ic_fluent_text_quote_20_filled:before { +.icon-ic_fluent_text_paragraph_direction_left_20_filled:before { content: "\f184"; } -.icon-ic_fluent_text_quote_20_regular:before { +.icon-ic_fluent_text_paragraph_direction_left_20_regular:before { content: "\f185"; } -.icon-ic_fluent_text_sort_ascending_20_filled:before { +.icon-ic_fluent_text_paragraph_direction_right_20_filled:before { content: "\f186"; } -.icon-ic_fluent_text_sort_ascending_20_regular:before { +.icon-ic_fluent_text_paragraph_direction_right_20_regular:before { content: "\f187"; } -.icon-ic_fluent_text_sort_descending_20_filled:before { +.icon-ic_fluent_text_period_asterisk_20_filled:before { content: "\f188"; } -.icon-ic_fluent_text_sort_descending_20_regular:before { +.icon-ic_fluent_text_period_asterisk_20_regular:before { content: "\f189"; } -.icon-ic_fluent_text_strikethrough_20_filled:before { +.icon-ic_fluent_text_position_behind_20_filled:before { content: "\f18a"; } -.icon-ic_fluent_text_strikethrough_20_regular:before { +.icon-ic_fluent_text_position_behind_20_regular:before { content: "\f18b"; } -.icon-ic_fluent_text_subscript_20_filled:before { +.icon-ic_fluent_text_position_front_20_filled:before { content: "\f18c"; } -.icon-ic_fluent_text_subscript_20_regular:before { +.icon-ic_fluent_text_position_front_20_regular:before { content: "\f18d"; } -.icon-ic_fluent_text_superscript_20_filled:before { +.icon-ic_fluent_text_position_line_20_filled:before { content: "\f18e"; } -.icon-ic_fluent_text_superscript_20_regular:before { +.icon-ic_fluent_text_position_line_20_regular:before { content: "\f18f"; } -.icon-ic_fluent_text_t_20_filled:before { +.icon-ic_fluent_text_position_square_20_filled:before { content: "\f190"; } -.icon-ic_fluent_text_t_20_regular:before { +.icon-ic_fluent_text_position_square_20_regular:before { content: "\f191"; } -.icon-ic_fluent_text_underline_20_filled:before { +.icon-ic_fluent_text_position_square_left_20_filled:before { content: "\f192"; } -.icon-ic_fluent_text_underline_20_regular:before { +.icon-ic_fluent_text_position_square_left_20_regular:before { content: "\f193"; } -.icon-ic_fluent_text_underline_character_u_20_filled:before { +.icon-ic_fluent_text_position_square_right_20_filled:before { content: "\f194"; } -.icon-ic_fluent_text_underline_character_u_20_regular:before { +.icon-ic_fluent_text_position_square_right_20_regular:before { content: "\f195"; } -.icon-ic_fluent_text_underline_double_20_filled:before { +.icon-ic_fluent_text_position_through_20_filled:before { content: "\f196"; } -.icon-ic_fluent_text_underline_double_20_regular:before { +.icon-ic_fluent_text_position_through_20_regular:before { content: "\f197"; } -.icon-ic_fluent_text_whole_word_20_filled:before { +.icon-ic_fluent_text_position_tight_20_filled:before { content: "\f198"; } -.icon-ic_fluent_text_whole_word_20_regular:before { +.icon-ic_fluent_text_position_tight_20_regular:before { content: "\f199"; } -.icon-ic_fluent_text_word_count_20_filled:before { +.icon-ic_fluent_text_position_top_bottom_20_filled:before { content: "\f19a"; } -.icon-ic_fluent_text_word_count_20_regular:before { +.icon-ic_fluent_text_position_top_bottom_20_regular:before { content: "\f19b"; } -.icon-ic_fluent_text_wrap_20_filled:before { +.icon-ic_fluent_text_proofing_tools_20_filled:before { content: "\f19c"; } -.icon-ic_fluent_text_wrap_20_regular:before { +.icon-ic_fluent_text_proofing_tools_20_regular:before { content: "\f19d"; } -.icon-ic_fluent_text_wrap_off_20_filled:before { +.icon-ic_fluent_text_quote_20_filled:before { content: "\f19e"; } -.icon-ic_fluent_text_wrap_off_20_regular:before { +.icon-ic_fluent_text_quote_20_regular:before { content: "\f19f"; } -.icon-ic_fluent_textbox_20_filled:before { +.icon-ic_fluent_text_sort_ascending_20_filled:before { content: "\f1a0"; } -.icon-ic_fluent_textbox_20_regular:before { +.icon-ic_fluent_text_sort_ascending_20_regular:before { content: "\f1a1"; } -.icon-ic_fluent_textbox_align_bottom_20_filled:before { +.icon-ic_fluent_text_sort_descending_20_filled:before { content: "\f1a2"; } -.icon-ic_fluent_textbox_align_bottom_20_regular:before { +.icon-ic_fluent_text_sort_descending_20_regular:before { content: "\f1a3"; } -.icon-ic_fluent_textbox_align_bottom_center_20_filled:before { +.icon-ic_fluent_text_strikethrough_20_filled:before { content: "\f1a4"; } -.icon-ic_fluent_textbox_align_bottom_center_20_regular:before { +.icon-ic_fluent_text_strikethrough_20_regular:before { content: "\f1a5"; } -.icon-ic_fluent_textbox_align_bottom_left_20_filled:before { +.icon-ic_fluent_text_subscript_20_filled:before { content: "\f1a6"; } -.icon-ic_fluent_textbox_align_bottom_left_20_regular:before { +.icon-ic_fluent_text_subscript_20_regular:before { content: "\f1a7"; } -.icon-ic_fluent_textbox_align_bottom_right_20_filled:before { +.icon-ic_fluent_text_superscript_20_filled:before { content: "\f1a8"; } -.icon-ic_fluent_textbox_align_bottom_right_20_regular:before { +.icon-ic_fluent_text_superscript_20_regular:before { content: "\f1a9"; } -.icon-ic_fluent_textbox_align_bottom_rotate_90_20_filled:before { +.icon-ic_fluent_text_t_20_filled:before { content: "\f1aa"; } -.icon-ic_fluent_textbox_align_bottom_rotate_90_20_regular:before { +.icon-ic_fluent_text_t_20_regular:before { content: "\f1ab"; } -.icon-ic_fluent_textbox_align_center_20_filled:before { +.icon-ic_fluent_text_underline_20_filled:before { content: "\f1ac"; } -.icon-ic_fluent_textbox_align_center_20_regular:before { +.icon-ic_fluent_text_underline_20_regular:before { content: "\f1ad"; } -.icon-ic_fluent_textbox_align_middle_20_filled:before { +.icon-ic_fluent_text_underline_character_u_20_filled:before { content: "\f1ae"; } -.icon-ic_fluent_textbox_align_middle_20_regular:before { +.icon-ic_fluent_text_underline_character_u_20_regular:before { content: "\f1af"; } -.icon-ic_fluent_textbox_align_middle_left_20_filled:before { +.icon-ic_fluent_text_underline_double_20_filled:before { content: "\f1b0"; } -.icon-ic_fluent_textbox_align_middle_left_20_regular:before { +.icon-ic_fluent_text_underline_double_20_regular:before { content: "\f1b1"; } -.icon-ic_fluent_textbox_align_middle_right_20_filled:before { +.icon-ic_fluent_text_whole_word_20_filled:before { content: "\f1b2"; } -.icon-ic_fluent_textbox_align_middle_right_20_regular:before { +.icon-ic_fluent_text_whole_word_20_regular:before { content: "\f1b3"; } -.icon-ic_fluent_textbox_align_middle_rotate_90_20_filled:before { +.icon-ic_fluent_text_word_count_20_filled:before { content: "\f1b4"; } -.icon-ic_fluent_textbox_align_middle_rotate_90_20_regular:before { +.icon-ic_fluent_text_word_count_20_regular:before { content: "\f1b5"; } -.icon-ic_fluent_textbox_align_top_20_filled:before { +.icon-ic_fluent_text_wrap_20_filled:before { content: "\f1b6"; } -.icon-ic_fluent_textbox_align_top_20_regular:before { +.icon-ic_fluent_text_wrap_20_regular:before { content: "\f1b7"; } -.icon-ic_fluent_textbox_align_top_center_20_filled:before { +.icon-ic_fluent_text_wrap_off_20_filled:before { content: "\f1b8"; } -.icon-ic_fluent_textbox_align_top_center_20_regular:before { +.icon-ic_fluent_text_wrap_off_20_regular:before { content: "\f1b9"; } -.icon-ic_fluent_textbox_align_top_left_20_filled:before { +.icon-ic_fluent_textbox_20_filled:before { content: "\f1ba"; } -.icon-ic_fluent_textbox_align_top_left_20_regular:before { +.icon-ic_fluent_textbox_20_regular:before { content: "\f1bb"; } -.icon-ic_fluent_textbox_align_top_right_20_filled:before { +.icon-ic_fluent_textbox_align_bottom_20_filled:before { content: "\f1bc"; } -.icon-ic_fluent_textbox_align_top_right_20_regular:before { +.icon-ic_fluent_textbox_align_bottom_20_regular:before { content: "\f1bd"; } -.icon-ic_fluent_textbox_align_top_rotate_90_20_filled:before { +.icon-ic_fluent_textbox_align_bottom_center_20_filled:before { content: "\f1be"; } -.icon-ic_fluent_textbox_align_top_rotate_90_20_regular:before { +.icon-ic_fluent_textbox_align_bottom_center_20_regular:before { content: "\f1bf"; } -.icon-ic_fluent_textbox_more_20_filled:before { +.icon-ic_fluent_textbox_align_bottom_left_20_filled:before { content: "\f1c0"; } -.icon-ic_fluent_textbox_more_20_regular:before { +.icon-ic_fluent_textbox_align_bottom_left_20_regular:before { content: "\f1c1"; } -.icon-ic_fluent_textbox_rotate_90_20_filled:before { +.icon-ic_fluent_textbox_align_bottom_right_20_filled:before { content: "\f1c2"; } -.icon-ic_fluent_textbox_rotate_90_20_regular:before { +.icon-ic_fluent_textbox_align_bottom_right_20_regular:before { content: "\f1c3"; } -.icon-ic_fluent_textbox_settings_20_filled:before { +.icon-ic_fluent_textbox_align_bottom_rotate_90_20_filled:before { content: "\f1c4"; } -.icon-ic_fluent_textbox_settings_20_regular:before { +.icon-ic_fluent_textbox_align_bottom_rotate_90_20_regular:before { content: "\f1c5"; } -.icon-ic_fluent_thinking_20_filled:before { +.icon-ic_fluent_textbox_align_center_20_filled:before { content: "\f1c6"; } -.icon-ic_fluent_thinking_20_regular:before { +.icon-ic_fluent_textbox_align_center_20_regular:before { content: "\f1c7"; } -.icon-ic_fluent_thumb_dislike_20_filled:before { +.icon-ic_fluent_textbox_align_middle_20_filled:before { content: "\f1c8"; } -.icon-ic_fluent_thumb_dislike_20_regular:before { +.icon-ic_fluent_textbox_align_middle_20_regular:before { content: "\f1c9"; } -.icon-ic_fluent_thumb_like_20_filled:before { +.icon-ic_fluent_textbox_align_middle_left_20_filled:before { content: "\f1ca"; } -.icon-ic_fluent_thumb_like_20_regular:before { +.icon-ic_fluent_textbox_align_middle_left_20_regular:before { content: "\f1cb"; } -.icon-ic_fluent_thumb_like_dislike_20_filled:before { +.icon-ic_fluent_textbox_align_middle_right_20_filled:before { content: "\f1cc"; } -.icon-ic_fluent_thumb_like_dislike_20_regular:before { +.icon-ic_fluent_textbox_align_middle_right_20_regular:before { content: "\f1cd"; } -.icon-ic_fluent_ticket_diagonal_20_filled:before { +.icon-ic_fluent_textbox_align_middle_rotate_90_20_filled:before { content: "\f1ce"; } -.icon-ic_fluent_ticket_diagonal_20_regular:before { +.icon-ic_fluent_textbox_align_middle_rotate_90_20_regular:before { content: "\f1cf"; } -.icon-ic_fluent_ticket_horizontal_20_filled:before { +.icon-ic_fluent_textbox_align_top_20_filled:before { content: "\f1d0"; } -.icon-ic_fluent_ticket_horizontal_20_regular:before { +.icon-ic_fluent_textbox_align_top_20_regular:before { content: "\f1d1"; } -.icon-ic_fluent_time_and_weather_20_filled:before { +.icon-ic_fluent_textbox_align_top_center_20_filled:before { content: "\f1d2"; } -.icon-ic_fluent_time_and_weather_20_regular:before { +.icon-ic_fluent_textbox_align_top_center_20_regular:before { content: "\f1d3"; } -.icon-ic_fluent_time_picker_20_filled:before { +.icon-ic_fluent_textbox_align_top_left_20_filled:before { content: "\f1d4"; } -.icon-ic_fluent_time_picker_20_regular:before { +.icon-ic_fluent_textbox_align_top_left_20_regular:before { content: "\f1d5"; } -.icon-ic_fluent_timeline_20_filled:before { +.icon-ic_fluent_textbox_align_top_right_20_filled:before { content: "\f1d6"; } -.icon-ic_fluent_timeline_20_regular:before { +.icon-ic_fluent_textbox_align_top_right_20_regular:before { content: "\f1d7"; } -.icon-ic_fluent_timer_10_20_filled:before { +.icon-ic_fluent_textbox_align_top_rotate_90_20_filled:before { content: "\f1d8"; } -.icon-ic_fluent_timer_10_20_regular:before { +.icon-ic_fluent_textbox_align_top_rotate_90_20_regular:before { content: "\f1d9"; } -.icon-ic_fluent_timer_2_20_filled:before { +.icon-ic_fluent_textbox_more_20_filled:before { content: "\f1da"; } -.icon-ic_fluent_timer_2_20_regular:before { +.icon-ic_fluent_textbox_more_20_regular:before { content: "\f1db"; } -.icon-ic_fluent_timer_20_filled:before { +.icon-ic_fluent_textbox_rotate_90_20_filled:before { content: "\f1dc"; } -.icon-ic_fluent_timer_20_regular:before { +.icon-ic_fluent_textbox_rotate_90_20_regular:before { content: "\f1dd"; } -.icon-ic_fluent_timer_3_20_filled:before { +.icon-ic_fluent_textbox_settings_20_filled:before { content: "\f1de"; } -.icon-ic_fluent_timer_3_20_regular:before { +.icon-ic_fluent_textbox_settings_20_regular:before { content: "\f1df"; } -.icon-ic_fluent_timer_off_20_filled:before { +.icon-ic_fluent_thinking_20_filled:before { content: "\f1e0"; } -.icon-ic_fluent_timer_off_20_regular:before { +.icon-ic_fluent_thinking_20_regular:before { content: "\f1e1"; } -.icon-ic_fluent_toggle_left_20_filled:before { +.icon-ic_fluent_thumb_dislike_20_filled:before { content: "\f1e2"; } -.icon-ic_fluent_toggle_left_20_regular:before { +.icon-ic_fluent_thumb_dislike_20_regular:before { content: "\f1e3"; } -.icon-ic_fluent_toggle_multiple_20_filled:before { +.icon-ic_fluent_thumb_like_20_filled:before { content: "\f1e4"; } -.icon-ic_fluent_toggle_multiple_20_regular:before { +.icon-ic_fluent_thumb_like_20_regular:before { content: "\f1e5"; } -.icon-ic_fluent_toggle_right_20_filled:before { +.icon-ic_fluent_thumb_like_dislike_20_filled:before { content: "\f1e6"; } -.icon-ic_fluent_toggle_right_20_regular:before { +.icon-ic_fluent_thumb_like_dislike_20_regular:before { content: "\f1e7"; } -.icon-ic_fluent_toolbox_20_filled:before { +.icon-ic_fluent_ticket_diagonal_20_filled:before { content: "\f1e8"; } -.icon-ic_fluent_toolbox_20_regular:before { +.icon-ic_fluent_ticket_diagonal_20_regular:before { content: "\f1e9"; } -.icon-ic_fluent_tooltip_quote_20_filled:before { +.icon-ic_fluent_ticket_horizontal_20_filled:before { content: "\f1ea"; } -.icon-ic_fluent_tooltip_quote_20_regular:before { +.icon-ic_fluent_ticket_horizontal_20_regular:before { content: "\f1eb"; } -.icon-ic_fluent_top_speed_20_filled:before { +.icon-ic_fluent_time_and_weather_20_filled:before { content: "\f1ec"; } -.icon-ic_fluent_top_speed_20_regular:before { +.icon-ic_fluent_time_and_weather_20_regular:before { content: "\f1ed"; } -.icon-ic_fluent_translate_20_filled:before { +.icon-ic_fluent_time_picker_20_filled:before { content: "\f1ee"; } -.icon-ic_fluent_translate_20_regular:before { +.icon-ic_fluent_time_picker_20_regular:before { content: "\f1ef"; } -.icon-ic_fluent_translate_auto_20_filled:before { +.icon-ic_fluent_timeline_20_filled:before { content: "\f1f0"; } -.icon-ic_fluent_translate_auto_20_regular:before { +.icon-ic_fluent_timeline_20_regular:before { content: "\f1f1"; } -.icon-ic_fluent_translate_off_20_filled:before { +.icon-ic_fluent_timer_10_20_filled:before { content: "\f1f2"; } -.icon-ic_fluent_translate_off_20_regular:before { +.icon-ic_fluent_timer_10_20_regular:before { content: "\f1f3"; } -.icon-ic_fluent_transmission_20_filled:before { +.icon-ic_fluent_timer_2_20_filled:before { content: "\f1f4"; } -.icon-ic_fluent_transmission_20_regular:before { +.icon-ic_fluent_timer_2_20_regular:before { content: "\f1f5"; } -.icon-ic_fluent_tray_item_add_20_filled:before { +.icon-ic_fluent_timer_20_filled:before { content: "\f1f6"; } -.icon-ic_fluent_tray_item_add_20_regular:before { +.icon-ic_fluent_timer_20_regular:before { content: "\f1f7"; } -.icon-ic_fluent_tray_item_remove_20_filled:before { +.icon-ic_fluent_timer_3_20_filled:before { content: "\f1f8"; } -.icon-ic_fluent_tray_item_remove_20_regular:before { +.icon-ic_fluent_timer_3_20_regular:before { content: "\f1f9"; } -.icon-ic_fluent_tree_deciduous_20_filled:before { +.icon-ic_fluent_timer_off_20_filled:before { content: "\f1fa"; } -.icon-ic_fluent_tree_deciduous_20_regular:before { +.icon-ic_fluent_timer_off_20_regular:before { content: "\f1fb"; } -.icon-ic_fluent_tree_evergreen_20_filled:before { +.icon-ic_fluent_toggle_left_20_filled:before { content: "\f1fc"; } -.icon-ic_fluent_tree_evergreen_20_regular:before { +.icon-ic_fluent_toggle_left_20_regular:before { content: "\f1fd"; } -.icon-ic_fluent_triangle_20_filled:before { +.icon-ic_fluent_toggle_multiple_20_filled:before { content: "\f1fe"; } -.icon-ic_fluent_triangle_20_regular:before { +.icon-ic_fluent_toggle_multiple_20_regular:before { content: "\f1ff"; } -.icon-ic_fluent_triangle_down_20_filled:before { +.icon-ic_fluent_toggle_right_20_filled:before { content: "\f200"; } -.icon-ic_fluent_triangle_down_20_regular:before { +.icon-ic_fluent_toggle_right_20_regular:before { content: "\f201"; } -.icon-ic_fluent_triangle_left_20_filled:before { +.icon-ic_fluent_toolbox_20_filled:before { content: "\f202"; } -.icon-ic_fluent_triangle_left_20_regular:before { +.icon-ic_fluent_toolbox_20_regular:before { content: "\f203"; } -.icon-ic_fluent_triangle_right_20_filled:before { +.icon-ic_fluent_tooltip_quote_20_filled:before { content: "\f204"; } -.icon-ic_fluent_triangle_right_20_regular:before { +.icon-ic_fluent_tooltip_quote_20_regular:before { content: "\f205"; } -.icon-ic_fluent_triangle_up_20_filled:before { +.icon-ic_fluent_top_speed_20_filled:before { content: "\f206"; } -.icon-ic_fluent_triangle_up_20_regular:before { +.icon-ic_fluent_top_speed_20_regular:before { content: "\f207"; } -.icon-ic_fluent_trophy_20_filled:before { +.icon-ic_fluent_translate_20_filled:before { content: "\f208"; } -.icon-ic_fluent_trophy_20_regular:before { +.icon-ic_fluent_translate_20_regular:before { content: "\f209"; } -.icon-ic_fluent_trophy_lock_20_filled:before { +.icon-ic_fluent_translate_auto_20_filled:before { content: "\f20a"; } -.icon-ic_fluent_trophy_lock_20_regular:before { +.icon-ic_fluent_translate_auto_20_regular:before { content: "\f20b"; } -.icon-ic_fluent_trophy_off_20_filled:before { +.icon-ic_fluent_translate_off_20_filled:before { content: "\f20c"; } -.icon-ic_fluent_trophy_off_20_regular:before { +.icon-ic_fluent_translate_off_20_regular:before { content: "\f20d"; } -.icon-ic_fluent_tv_20_filled:before { +.icon-ic_fluent_transmission_20_filled:before { content: "\f20e"; } -.icon-ic_fluent_tv_20_regular:before { +.icon-ic_fluent_transmission_20_regular:before { content: "\f20f"; } -.icon-ic_fluent_tv_arrow_right_20_filled:before { +.icon-ic_fluent_tray_item_add_20_filled:before { content: "\f210"; } -.icon-ic_fluent_tv_arrow_right_20_regular:before { +.icon-ic_fluent_tray_item_add_20_regular:before { content: "\f211"; } -.icon-ic_fluent_tv_usb_20_filled:before { +.icon-ic_fluent_tray_item_remove_20_filled:before { content: "\f212"; } -.icon-ic_fluent_tv_usb_20_regular:before { +.icon-ic_fluent_tray_item_remove_20_regular:before { content: "\f213"; } -.icon-ic_fluent_umbrella_20_filled:before { +.icon-ic_fluent_tree_deciduous_20_filled:before { content: "\f214"; } -.icon-ic_fluent_umbrella_20_regular:before { +.icon-ic_fluent_tree_deciduous_20_regular:before { content: "\f215"; } -.icon-ic_fluent_uninstall_app_20_filled:before { +.icon-ic_fluent_tree_evergreen_20_filled:before { content: "\f216"; } -.icon-ic_fluent_uninstall_app_20_regular:before { +.icon-ic_fluent_tree_evergreen_20_regular:before { content: "\f217"; } -.icon-ic_fluent_usb_plug_20_filled:before { +.icon-ic_fluent_triangle_20_filled:before { content: "\f218"; } -.icon-ic_fluent_usb_plug_20_regular:before { +.icon-ic_fluent_triangle_20_regular:before { content: "\f219"; } -.icon-ic_fluent_usb_stick_20_filled:before { +.icon-ic_fluent_triangle_down_20_filled:before { content: "\f21a"; } -.icon-ic_fluent_usb_stick_20_regular:before { +.icon-ic_fluent_triangle_down_20_regular:before { content: "\f21b"; } -.icon-ic_fluent_vault_20_filled:before { +.icon-ic_fluent_triangle_left_20_filled:before { content: "\f21c"; } -.icon-ic_fluent_vault_20_regular:before { +.icon-ic_fluent_triangle_left_20_regular:before { content: "\f21d"; } -.icon-ic_fluent_vehicle_bicycle_20_filled:before { +.icon-ic_fluent_triangle_right_20_filled:before { content: "\f21e"; } -.icon-ic_fluent_vehicle_bicycle_20_regular:before { +.icon-ic_fluent_triangle_right_20_regular:before { content: "\f21f"; } -.icon-ic_fluent_vehicle_bus_20_filled:before { +.icon-ic_fluent_triangle_up_20_filled:before { content: "\f220"; } -.icon-ic_fluent_vehicle_bus_20_regular:before { +.icon-ic_fluent_triangle_up_20_regular:before { content: "\f221"; } -.icon-ic_fluent_vehicle_cab_20_filled:before { +.icon-ic_fluent_trophy_20_filled:before { content: "\f222"; } -.icon-ic_fluent_vehicle_cab_20_regular:before { +.icon-ic_fluent_trophy_20_regular:before { content: "\f223"; } -.icon-ic_fluent_vehicle_cable_car_20_filled:before { +.icon-ic_fluent_trophy_lock_20_filled:before { content: "\f224"; } -.icon-ic_fluent_vehicle_cable_car_20_regular:before { +.icon-ic_fluent_trophy_lock_20_regular:before { content: "\f225"; } -.icon-ic_fluent_vehicle_car_20_filled:before { +.icon-ic_fluent_trophy_off_20_filled:before { content: "\f226"; } -.icon-ic_fluent_vehicle_car_20_regular:before { +.icon-ic_fluent_trophy_off_20_regular:before { content: "\f227"; } -.icon-ic_fluent_vehicle_car_collision_20_filled:before { +.icon-ic_fluent_tv_20_filled:before { content: "\f228"; } -.icon-ic_fluent_vehicle_car_collision_20_regular:before { +.icon-ic_fluent_tv_20_regular:before { content: "\f229"; } -.icon-ic_fluent_vehicle_car_parking_20_filled:before { +.icon-ic_fluent_tv_arrow_right_20_filled:before { content: "\f22a"; } -.icon-ic_fluent_vehicle_car_parking_20_regular:before { +.icon-ic_fluent_tv_arrow_right_20_regular:before { content: "\f22b"; } -.icon-ic_fluent_vehicle_car_profile_20_filled:before { +.icon-ic_fluent_tv_usb_20_filled:before { content: "\f22c"; } -.icon-ic_fluent_vehicle_car_profile_20_regular:before { +.icon-ic_fluent_tv_usb_20_regular:before { content: "\f22d"; } -.icon-ic_fluent_vehicle_car_profile_ltr_20_filled:before { +.icon-ic_fluent_umbrella_20_filled:before { content: "\f22e"; } -.icon-ic_fluent_vehicle_car_profile_ltr_20_regular:before { +.icon-ic_fluent_umbrella_20_regular:before { content: "\f22f"; } -.icon-ic_fluent_vehicle_car_profile_ltr_clock_20_filled:before { +.icon-ic_fluent_uninstall_app_20_filled:before { content: "\f230"; } -.icon-ic_fluent_vehicle_car_profile_ltr_clock_20_regular:before { +.icon-ic_fluent_uninstall_app_20_regular:before { content: "\f231"; } -.icon-ic_fluent_vehicle_car_profile_rtl_20_filled:before { +.icon-ic_fluent_usb_plug_20_filled:before { content: "\f232"; } -.icon-ic_fluent_vehicle_car_profile_rtl_20_regular:before { +.icon-ic_fluent_usb_plug_20_regular:before { content: "\f233"; } -.icon-ic_fluent_vehicle_ship_20_filled:before { +.icon-ic_fluent_usb_stick_20_filled:before { content: "\f234"; } -.icon-ic_fluent_vehicle_ship_20_regular:before { +.icon-ic_fluent_usb_stick_20_regular:before { content: "\f235"; } -.icon-ic_fluent_vehicle_subway_20_filled:before { +.icon-ic_fluent_vault_20_filled:before { content: "\f236"; } -.icon-ic_fluent_vehicle_subway_20_regular:before { +.icon-ic_fluent_vault_20_regular:before { content: "\f237"; } -.icon-ic_fluent_vehicle_subway_clock_20_filled:before { +.icon-ic_fluent_vehicle_bicycle_20_filled:before { content: "\f238"; } -.icon-ic_fluent_vehicle_subway_clock_20_regular:before { +.icon-ic_fluent_vehicle_bicycle_20_regular:before { content: "\f239"; } -.icon-ic_fluent_vehicle_truck_20_filled:before { +.icon-ic_fluent_vehicle_bus_20_filled:before { content: "\f23a"; } -.icon-ic_fluent_vehicle_truck_20_regular:before { +.icon-ic_fluent_vehicle_bus_20_regular:before { content: "\f23b"; } -.icon-ic_fluent_vehicle_truck_bag_20_filled:before { +.icon-ic_fluent_vehicle_cab_20_filled:before { content: "\f23c"; } -.icon-ic_fluent_vehicle_truck_bag_20_regular:before { +.icon-ic_fluent_vehicle_cab_20_regular:before { content: "\f23d"; } -.icon-ic_fluent_vehicle_truck_cube_20_filled:before { +.icon-ic_fluent_vehicle_cable_car_20_filled:before { content: "\f23e"; } -.icon-ic_fluent_vehicle_truck_cube_20_regular:before { +.icon-ic_fluent_vehicle_cable_car_20_regular:before { content: "\f23f"; } -.icon-ic_fluent_vehicle_truck_profile_20_filled:before { +.icon-ic_fluent_vehicle_car_20_filled:before { content: "\f240"; } -.icon-ic_fluent_vehicle_truck_profile_20_regular:before { +.icon-ic_fluent_vehicle_car_20_regular:before { content: "\f241"; } -.icon-ic_fluent_video_20_filled:before { +.icon-ic_fluent_vehicle_car_collision_20_filled:before { content: "\f242"; } -.icon-ic_fluent_video_20_regular:before { +.icon-ic_fluent_vehicle_car_collision_20_regular:before { content: "\f243"; } -.icon-ic_fluent_video_360_20_filled:before { +.icon-ic_fluent_vehicle_car_parking_20_filled:before { content: "\f244"; } -.icon-ic_fluent_video_360_20_regular:before { +.icon-ic_fluent_vehicle_car_parking_20_regular:before { content: "\f245"; } -.icon-ic_fluent_video_360_off_20_filled:before { +.icon-ic_fluent_vehicle_car_profile_20_filled:before { content: "\f246"; } -.icon-ic_fluent_video_360_off_20_regular:before { +.icon-ic_fluent_vehicle_car_profile_20_regular:before { content: "\f247"; } -.icon-ic_fluent_video_add_20_filled:before { +.icon-ic_fluent_vehicle_car_profile_ltr_20_filled:before { content: "\f248"; } -.icon-ic_fluent_video_add_20_regular:before { +.icon-ic_fluent_vehicle_car_profile_ltr_20_regular:before { content: "\f249"; } -.icon-ic_fluent_video_background_effect_20_filled:before { +.icon-ic_fluent_vehicle_car_profile_ltr_clock_20_filled:before { content: "\f24a"; } -.icon-ic_fluent_video_background_effect_20_regular:before { +.icon-ic_fluent_vehicle_car_profile_ltr_clock_20_regular:before { content: "\f24b"; } -.icon-ic_fluent_video_background_effect_horizontal_20_filled:before { +.icon-ic_fluent_vehicle_car_profile_rtl_20_filled:before { content: "\f24c"; } -.icon-ic_fluent_video_background_effect_horizontal_20_regular:before { +.icon-ic_fluent_vehicle_car_profile_rtl_20_regular:before { content: "\f24d"; } -.icon-ic_fluent_video_chat_20_filled:before { +.icon-ic_fluent_vehicle_ship_20_filled:before { content: "\f24e"; } -.icon-ic_fluent_video_chat_20_regular:before { +.icon-ic_fluent_vehicle_ship_20_regular:before { content: "\f24f"; } -.icon-ic_fluent_video_clip_20_filled:before { +.icon-ic_fluent_vehicle_subway_20_filled:before { content: "\f250"; } -.icon-ic_fluent_video_clip_20_regular:before { +.icon-ic_fluent_vehicle_subway_20_regular:before { content: "\f251"; } -.icon-ic_fluent_video_clip_multiple_20_filled:before { +.icon-ic_fluent_vehicle_subway_clock_20_filled:before { content: "\f252"; } -.icon-ic_fluent_video_clip_multiple_20_regular:before { +.icon-ic_fluent_vehicle_subway_clock_20_regular:before { content: "\f253"; } -.icon-ic_fluent_video_clip_off_20_filled:before { +.icon-ic_fluent_vehicle_tractor_20_filled:before { content: "\f254"; } -.icon-ic_fluent_video_clip_off_20_regular:before { +.icon-ic_fluent_vehicle_tractor_20_regular:before { content: "\f255"; } -.icon-ic_fluent_video_clip_optimize_20_filled:before { +.icon-ic_fluent_vehicle_truck_20_filled:before { content: "\f256"; } -.icon-ic_fluent_video_clip_optimize_20_regular:before { +.icon-ic_fluent_vehicle_truck_20_regular:before { content: "\f257"; } -.icon-ic_fluent_video_clip_wand_20_filled:before { +.icon-ic_fluent_vehicle_truck_bag_20_filled:before { content: "\f258"; } -.icon-ic_fluent_video_clip_wand_20_regular:before { +.icon-ic_fluent_vehicle_truck_bag_20_regular:before { content: "\f259"; } -.icon-ic_fluent_video_off_20_filled:before { +.icon-ic_fluent_vehicle_truck_cube_20_filled:before { content: "\f25a"; } -.icon-ic_fluent_video_off_20_regular:before { +.icon-ic_fluent_vehicle_truck_cube_20_regular:before { content: "\f25b"; } -.icon-ic_fluent_video_person_20_filled:before { +.icon-ic_fluent_vehicle_truck_profile_20_filled:before { content: "\f25c"; } -.icon-ic_fluent_video_person_20_regular:before { +.icon-ic_fluent_vehicle_truck_profile_20_regular:before { content: "\f25d"; } -.icon-ic_fluent_video_person_call_20_filled:before { +.icon-ic_fluent_video_20_filled:before { content: "\f25e"; } -.icon-ic_fluent_video_person_call_20_regular:before { +.icon-ic_fluent_video_20_regular:before { content: "\f25f"; } -.icon-ic_fluent_video_person_clock_20_filled:before { +.icon-ic_fluent_video_360_20_filled:before { content: "\f260"; } -.icon-ic_fluent_video_person_clock_20_regular:before { +.icon-ic_fluent_video_360_20_regular:before { content: "\f261"; } -.icon-ic_fluent_video_person_off_20_filled:before { +.icon-ic_fluent_video_360_off_20_filled:before { content: "\f262"; } -.icon-ic_fluent_video_person_off_20_regular:before { +.icon-ic_fluent_video_360_off_20_regular:before { content: "\f263"; } -.icon-ic_fluent_video_person_pulse_20_filled:before { +.icon-ic_fluent_video_add_20_filled:before { content: "\f264"; } -.icon-ic_fluent_video_person_pulse_20_regular:before { +.icon-ic_fluent_video_add_20_regular:before { content: "\f265"; } -.icon-ic_fluent_video_person_sparkle_20_filled:before { +.icon-ic_fluent_video_background_effect_20_filled:before { content: "\f266"; } -.icon-ic_fluent_video_person_sparkle_20_regular:before { +.icon-ic_fluent_video_background_effect_20_regular:before { content: "\f267"; } -.icon-ic_fluent_video_person_sparkle_off_20_filled:before { +.icon-ic_fluent_video_background_effect_horizontal_20_filled:before { content: "\f268"; } -.icon-ic_fluent_video_person_sparkle_off_20_regular:before { +.icon-ic_fluent_video_background_effect_horizontal_20_regular:before { content: "\f269"; } -.icon-ic_fluent_video_person_star_20_filled:before { +.icon-ic_fluent_video_chat_20_filled:before { content: "\f26a"; } -.icon-ic_fluent_video_person_star_20_regular:before { +.icon-ic_fluent_video_chat_20_regular:before { content: "\f26b"; } -.icon-ic_fluent_video_person_star_off_20_filled:before { +.icon-ic_fluent_video_clip_20_filled:before { content: "\f26c"; } -.icon-ic_fluent_video_person_star_off_20_regular:before { +.icon-ic_fluent_video_clip_20_regular:before { content: "\f26d"; } -.icon-ic_fluent_video_play_pause_20_filled:before { +.icon-ic_fluent_video_clip_multiple_20_filled:before { content: "\f26e"; } -.icon-ic_fluent_video_play_pause_20_regular:before { +.icon-ic_fluent_video_clip_multiple_20_regular:before { content: "\f26f"; } -.icon-ic_fluent_video_prohibited_20_filled:before { +.icon-ic_fluent_video_clip_off_20_filled:before { content: "\f270"; } -.icon-ic_fluent_video_prohibited_20_regular:before { +.icon-ic_fluent_video_clip_off_20_regular:before { content: "\f271"; } -.icon-ic_fluent_video_recording_20_filled:before { +.icon-ic_fluent_video_clip_optimize_20_filled:before { content: "\f272"; } -.icon-ic_fluent_video_recording_20_regular:before { +.icon-ic_fluent_video_clip_optimize_20_regular:before { content: "\f273"; } -.icon-ic_fluent_video_security_20_filled:before { +.icon-ic_fluent_video_clip_wand_20_filled:before { content: "\f274"; } -.icon-ic_fluent_video_security_20_regular:before { +.icon-ic_fluent_video_clip_wand_20_regular:before { content: "\f275"; } -.icon-ic_fluent_video_switch_20_filled:before { +.icon-ic_fluent_video_off_20_filled:before { content: "\f276"; } -.icon-ic_fluent_video_switch_20_regular:before { +.icon-ic_fluent_video_off_20_regular:before { content: "\f277"; } -.icon-ic_fluent_video_sync_20_filled:before { +.icon-ic_fluent_video_person_20_filled:before { content: "\f278"; } -.icon-ic_fluent_video_sync_20_regular:before { +.icon-ic_fluent_video_person_20_regular:before { content: "\f279"; } -.icon-ic_fluent_view_desktop_20_filled:before { +.icon-ic_fluent_video_person_call_20_filled:before { content: "\f27a"; } -.icon-ic_fluent_view_desktop_20_regular:before { +.icon-ic_fluent_video_person_call_20_regular:before { content: "\f27b"; } -.icon-ic_fluent_view_desktop_mobile_20_filled:before { +.icon-ic_fluent_video_person_clock_20_filled:before { content: "\f27c"; } -.icon-ic_fluent_view_desktop_mobile_20_regular:before { +.icon-ic_fluent_video_person_clock_20_regular:before { content: "\f27d"; } -.icon-ic_fluent_virtual_network_20_filled:before { +.icon-ic_fluent_video_person_off_20_filled:before { content: "\f27e"; } -.icon-ic_fluent_virtual_network_20_regular:before { +.icon-ic_fluent_video_person_off_20_regular:before { content: "\f27f"; } -.icon-ic_fluent_virtual_network_toolbox_20_filled:before { +.icon-ic_fluent_video_person_pulse_20_filled:before { content: "\f280"; } -.icon-ic_fluent_virtual_network_toolbox_20_regular:before { +.icon-ic_fluent_video_person_pulse_20_regular:before { content: "\f281"; } -.icon-ic_fluent_voicemail_20_filled:before { +.icon-ic_fluent_video_person_sparkle_20_filled:before { content: "\f282"; } -.icon-ic_fluent_voicemail_20_regular:before { +.icon-ic_fluent_video_person_sparkle_20_regular:before { content: "\f283"; } -.icon-ic_fluent_voicemail_arrow_back_20_filled:before { +.icon-ic_fluent_video_person_sparkle_off_20_filled:before { content: "\f284"; } -.icon-ic_fluent_voicemail_arrow_back_20_regular:before { +.icon-ic_fluent_video_person_sparkle_off_20_regular:before { content: "\f285"; } -.icon-ic_fluent_voicemail_arrow_forward_20_filled:before { +.icon-ic_fluent_video_person_star_20_filled:before { content: "\f286"; } -.icon-ic_fluent_voicemail_arrow_forward_20_regular:before { +.icon-ic_fluent_video_person_star_20_regular:before { content: "\f287"; } -.icon-ic_fluent_voicemail_arrow_subtract_20_filled:before { +.icon-ic_fluent_video_person_star_off_20_filled:before { content: "\f288"; } -.icon-ic_fluent_voicemail_arrow_subtract_20_regular:before { +.icon-ic_fluent_video_person_star_off_20_regular:before { content: "\f289"; } -.icon-ic_fluent_voicemail_shield_20_filled:before { +.icon-ic_fluent_video_play_pause_20_filled:before { content: "\f28a"; } -.icon-ic_fluent_voicemail_shield_20_regular:before { +.icon-ic_fluent_video_play_pause_20_regular:before { content: "\f28b"; } -.icon-ic_fluent_voicemail_subtract_20_filled:before { +.icon-ic_fluent_video_prohibited_20_filled:before { content: "\f28c"; } -.icon-ic_fluent_voicemail_subtract_20_regular:before { +.icon-ic_fluent_video_prohibited_20_regular:before { content: "\f28d"; } -.icon-ic_fluent_vote_20_filled:before { +.icon-ic_fluent_video_recording_20_filled:before { content: "\f28e"; } -.icon-ic_fluent_vote_20_regular:before { +.icon-ic_fluent_video_recording_20_regular:before { content: "\f28f"; } -.icon-ic_fluent_walkie_talkie_20_filled:before { +.icon-ic_fluent_video_security_20_filled:before { content: "\f290"; } -.icon-ic_fluent_walkie_talkie_20_regular:before { +.icon-ic_fluent_video_security_20_regular:before { content: "\f291"; } -.icon-ic_fluent_wallet_20_filled:before { +.icon-ic_fluent_video_switch_20_filled:before { content: "\f292"; } -.icon-ic_fluent_wallet_20_regular:before { +.icon-ic_fluent_video_switch_20_regular:before { content: "\f293"; } -.icon-ic_fluent_wallet_credit_card_20_filled:before { +.icon-ic_fluent_video_sync_20_filled:before { content: "\f294"; } -.icon-ic_fluent_wallet_credit_card_20_regular:before { +.icon-ic_fluent_video_sync_20_regular:before { content: "\f295"; } -.icon-ic_fluent_wallpaper_20_filled:before { +.icon-ic_fluent_view_desktop_20_filled:before { content: "\f296"; } -.icon-ic_fluent_wallpaper_20_regular:before { +.icon-ic_fluent_view_desktop_20_regular:before { content: "\f297"; } -.icon-ic_fluent_wand_20_filled:before { +.icon-ic_fluent_view_desktop_mobile_20_filled:before { content: "\f298"; } -.icon-ic_fluent_wand_20_regular:before { +.icon-ic_fluent_view_desktop_mobile_20_regular:before { content: "\f299"; } -.icon-ic_fluent_warning_20_filled:before { +.icon-ic_fluent_virtual_network_20_filled:before { content: "\f29a"; } -.icon-ic_fluent_warning_20_regular:before { +.icon-ic_fluent_virtual_network_20_regular:before { content: "\f29b"; } -.icon-ic_fluent_warning_shield_20_filled:before { +.icon-ic_fluent_virtual_network_toolbox_20_filled:before { content: "\f29c"; } -.icon-ic_fluent_warning_shield_20_regular:before { +.icon-ic_fluent_virtual_network_toolbox_20_regular:before { content: "\f29d"; } -.icon-ic_fluent_washer_20_filled:before { +.icon-ic_fluent_voicemail_20_filled:before { content: "\f29e"; } -.icon-ic_fluent_washer_20_regular:before { +.icon-ic_fluent_voicemail_20_regular:before { content: "\f29f"; } -.icon-ic_fluent_water_20_filled:before { +.icon-ic_fluent_voicemail_arrow_back_20_filled:before { content: "\f2a0"; } -.icon-ic_fluent_water_20_regular:before { +.icon-ic_fluent_voicemail_arrow_back_20_regular:before { content: "\f2a1"; } -.icon-ic_fluent_weather_blowing_snow_20_filled:before { +.icon-ic_fluent_voicemail_arrow_forward_20_filled:before { content: "\f2a2"; } -.icon-ic_fluent_weather_blowing_snow_20_regular:before { +.icon-ic_fluent_voicemail_arrow_forward_20_regular:before { content: "\f2a3"; } -.icon-ic_fluent_weather_cloudy_20_filled:before { +.icon-ic_fluent_voicemail_arrow_subtract_20_filled:before { content: "\f2a4"; } -.icon-ic_fluent_weather_cloudy_20_regular:before { +.icon-ic_fluent_voicemail_arrow_subtract_20_regular:before { content: "\f2a5"; } -.icon-ic_fluent_weather_drizzle_20_filled:before { +.icon-ic_fluent_voicemail_shield_20_filled:before { content: "\f2a6"; } -.icon-ic_fluent_weather_drizzle_20_regular:before { +.icon-ic_fluent_voicemail_shield_20_regular:before { content: "\f2a7"; } +.icon-ic_fluent_voicemail_subtract_20_filled:before { + content: "\f2a8"; +} +.icon-ic_fluent_voicemail_subtract_20_regular:before { + content: "\f2a9"; +} +.icon-ic_fluent_vote_20_filled:before { + content: "\f2aa"; +} +.icon-ic_fluent_vote_20_regular:before { + content: "\f2ab"; +} +.icon-ic_fluent_walkie_talkie_20_filled:before { + content: "\f2ac"; +} +.icon-ic_fluent_walkie_talkie_20_regular:before { + content: "\f2ad"; +} +.icon-ic_fluent_wallet_20_filled:before { + content: "\f2ae"; +} +.icon-ic_fluent_wallet_20_regular:before { + content: "\f2af"; +} +.icon-ic_fluent_wallet_credit_card_20_filled:before { + content: "\f2b0"; +} +.icon-ic_fluent_wallet_credit_card_20_regular:before { + content: "\f2b1"; +} +.icon-ic_fluent_wallpaper_20_filled:before { + content: "\f2b2"; +} +.icon-ic_fluent_wallpaper_20_regular:before { + content: "\f2b3"; +} +.icon-ic_fluent_wand_20_filled:before { + content: "\f2b4"; +} +.icon-ic_fluent_wand_20_regular:before { + content: "\f2b5"; +} +.icon-ic_fluent_warning_20_filled:before { + content: "\f2b6"; +} +.icon-ic_fluent_warning_20_regular:before { + content: "\f2b7"; +} +.icon-ic_fluent_warning_shield_20_filled:before { + content: "\f2b8"; +} +.icon-ic_fluent_warning_shield_20_regular:before { + content: "\f2b9"; +} +.icon-ic_fluent_washer_20_filled:before { + content: "\f2ba"; +} +.icon-ic_fluent_washer_20_regular:before { + content: "\f2bb"; +} +.icon-ic_fluent_water_20_filled:before { + content: "\f2bc"; +} +.icon-ic_fluent_water_20_regular:before { + content: "\f2bd"; +} +.icon-ic_fluent_weather_blowing_snow_20_filled:before { + content: "\f2be"; +} +.icon-ic_fluent_weather_blowing_snow_20_regular:before { + content: "\f2bf"; +} +.icon-ic_fluent_weather_cloudy_20_filled:before { + content: "\f2c0"; +} +.icon-ic_fluent_weather_cloudy_20_regular:before { + content: "\f2c1"; +} +.icon-ic_fluent_weather_drizzle_20_filled:before { + content: "\f2c2"; +} +.icon-ic_fluent_weather_drizzle_20_regular:before { + content: "\f2c3"; +} .icon-ic_fluent_weather_duststorm_20_filled:before { - content: "\f2a8"; + content: "\f2c4"; } .icon-ic_fluent_weather_duststorm_20_regular:before { - content: "\f2a9"; + content: "\f2c5"; } .icon-ic_fluent_weather_fog_20_filled:before { - content: "\f2aa"; + content: "\f2c6"; } .icon-ic_fluent_weather_fog_20_regular:before { - content: "\f2ab"; + content: "\f2c7"; } .icon-ic_fluent_weather_hail_day_20_filled:before { - content: "\f2ac"; + content: "\f2c8"; } .icon-ic_fluent_weather_hail_day_20_regular:before { - content: "\f2ad"; + content: "\f2c9"; } .icon-ic_fluent_weather_hail_night_20_filled:before { - content: "\f2ae"; + content: "\f2ca"; } .icon-ic_fluent_weather_hail_night_20_regular:before { - content: "\f2af"; + content: "\f2cb"; } .icon-ic_fluent_weather_haze_20_filled:before { - content: "\f2b0"; + content: "\f2cc"; } .icon-ic_fluent_weather_haze_20_regular:before { - content: "\f2b1"; + content: "\f2cd"; } .icon-ic_fluent_weather_moon_20_filled:before { - content: "\f2b2"; + content: "\f2ce"; } .icon-ic_fluent_weather_moon_20_regular:before { - content: "\f2b3"; + content: "\f2cf"; } .icon-ic_fluent_weather_moon_off_20_filled:before { - content: "\f2b4"; + content: "\f2d0"; } .icon-ic_fluent_weather_moon_off_20_regular:before { - content: "\f2b5"; + content: "\f2d1"; } .icon-ic_fluent_weather_partly_cloudy_day_20_filled:before { - content: "\f2b6"; + content: "\f2d2"; } .icon-ic_fluent_weather_partly_cloudy_day_20_regular:before { - content: "\f2b7"; + content: "\f2d3"; } .icon-ic_fluent_weather_partly_cloudy_night_20_filled:before { - content: "\f2b8"; + content: "\f2d4"; } .icon-ic_fluent_weather_partly_cloudy_night_20_regular:before { - content: "\f2b9"; + content: "\f2d5"; } .icon-ic_fluent_weather_rain_20_filled:before { - content: "\f2ba"; + content: "\f2d6"; } .icon-ic_fluent_weather_rain_20_regular:before { - content: "\f2bb"; + content: "\f2d7"; } .icon-ic_fluent_weather_rain_showers_day_20_filled:before { - content: "\f2bc"; + content: "\f2d8"; } .icon-ic_fluent_weather_rain_showers_day_20_regular:before { - content: "\f2bd"; + content: "\f2d9"; } .icon-ic_fluent_weather_rain_showers_night_20_filled:before { - content: "\f2be"; + content: "\f2da"; } .icon-ic_fluent_weather_rain_showers_night_20_regular:before { - content: "\f2bf"; + content: "\f2db"; } .icon-ic_fluent_weather_rain_snow_20_filled:before { - content: "\f2c0"; + content: "\f2dc"; } .icon-ic_fluent_weather_rain_snow_20_regular:before { - content: "\f2c1"; + content: "\f2dd"; } .icon-ic_fluent_weather_snow_20_filled:before { - content: "\f2c2"; + content: "\f2de"; } .icon-ic_fluent_weather_snow_20_regular:before { - content: "\f2c3"; + content: "\f2df"; } .icon-ic_fluent_weather_snow_shower_day_20_filled:before { - content: "\f2c4"; + content: "\f2e0"; } .icon-ic_fluent_weather_snow_shower_day_20_regular:before { - content: "\f2c5"; + content: "\f2e1"; } .icon-ic_fluent_weather_snow_shower_night_20_filled:before { - content: "\f2c6"; + content: "\f2e2"; } .icon-ic_fluent_weather_snow_shower_night_20_regular:before { - content: "\f2c7"; + content: "\f2e3"; } .icon-ic_fluent_weather_snowflake_20_filled:before { - content: "\f2c8"; + content: "\f2e4"; } .icon-ic_fluent_weather_snowflake_20_regular:before { - content: "\f2c9"; + content: "\f2e5"; } .icon-ic_fluent_weather_squalls_20_filled:before { - content: "\f2ca"; + content: "\f2e6"; } .icon-ic_fluent_weather_squalls_20_regular:before { - content: "\f2cb"; + content: "\f2e7"; } .icon-ic_fluent_weather_sunny_20_filled:before { - content: "\f2cc"; + content: "\f2e8"; } .icon-ic_fluent_weather_sunny_20_regular:before { - content: "\f2cd"; + content: "\f2e9"; } .icon-ic_fluent_weather_sunny_high_20_filled:before { - content: "\f2ce"; + content: "\f2ea"; } .icon-ic_fluent_weather_sunny_high_20_regular:before { - content: "\f2cf"; + content: "\f2eb"; } .icon-ic_fluent_weather_sunny_low_20_filled:before { - content: "\f2d0"; + content: "\f2ec"; } .icon-ic_fluent_weather_sunny_low_20_regular:before { - content: "\f2d1"; + content: "\f2ed"; } .icon-ic_fluent_weather_thunderstorm_20_filled:before { - content: "\f2d2"; + content: "\f2ee"; } .icon-ic_fluent_weather_thunderstorm_20_regular:before { - content: "\f2d3"; + content: "\f2ef"; } .icon-ic_fluent_web_asset_20_filled:before { - content: "\f2d4"; + content: "\f2f0"; } .icon-ic_fluent_web_asset_20_regular:before { - content: "\f2d5"; + content: "\f2f1"; } .icon-ic_fluent_whiteboard_20_filled:before { - content: "\f2d6"; + content: "\f2f2"; } .icon-ic_fluent_whiteboard_20_regular:before { - content: "\f2d7"; + content: "\f2f3"; } .icon-ic_fluent_whiteboard_off_20_filled:before { - content: "\f2d8"; + content: "\f2f4"; } .icon-ic_fluent_whiteboard_off_20_regular:before { - content: "\f2d9"; + content: "\f2f5"; } .icon-ic_fluent_wifi_1_20_filled:before { - content: "\f2da"; + content: "\f2f6"; } .icon-ic_fluent_wifi_1_20_regular:before { - content: "\f2db"; + content: "\f2f7"; } .icon-ic_fluent_wifi_2_20_filled:before { - content: "\f2dc"; + content: "\f2f8"; } .icon-ic_fluent_wifi_2_20_regular:before { - content: "\f2dd"; + content: "\f2f9"; } .icon-ic_fluent_wifi_3_20_filled:before { - content: "\f2de"; + content: "\f2fa"; } .icon-ic_fluent_wifi_3_20_regular:before { - content: "\f2df"; + content: "\f2fb"; } .icon-ic_fluent_wifi_4_20_filled:before { - content: "\f2e0"; + content: "\f2fc"; } .icon-ic_fluent_wifi_4_20_regular:before { - content: "\f2e1"; + content: "\f2fd"; } .icon-ic_fluent_wifi_lock_20_filled:before { - content: "\f2e2"; + content: "\f2fe"; } .icon-ic_fluent_wifi_lock_20_regular:before { - content: "\f2e3"; + content: "\f2ff"; } .icon-ic_fluent_wifi_off_20_filled:before { - content: "\f2e4"; + content: "\f300"; } .icon-ic_fluent_wifi_off_20_regular:before { - content: "\f2e5"; + content: "\f301"; } .icon-ic_fluent_wifi_settings_20_filled:before { - content: "\f2e6"; + content: "\f302"; } .icon-ic_fluent_wifi_settings_20_regular:before { - content: "\f2e7"; + content: "\f303"; } .icon-ic_fluent_wifi_warning_20_filled:before { - content: "\f2e8"; + content: "\f304"; } .icon-ic_fluent_wifi_warning_20_regular:before { - content: "\f2e9"; + content: "\f305"; } .icon-ic_fluent_window_20_filled:before { - content: "\f2ea"; + content: "\f306"; } .icon-ic_fluent_window_20_regular:before { - content: "\f2eb"; + content: "\f307"; } .icon-ic_fluent_window_ad_20_filled:before { - content: "\f2ec"; + content: "\f308"; } .icon-ic_fluent_window_ad_20_regular:before { - content: "\f2ed"; + content: "\f309"; } .icon-ic_fluent_window_ad_off_20_filled:before { - content: "\f2ee"; + content: "\f30a"; } .icon-ic_fluent_window_ad_off_20_regular:before { - content: "\f2ef"; + content: "\f30b"; } .icon-ic_fluent_window_ad_person_20_filled:before { - content: "\f2f0"; + content: "\f30c"; } .icon-ic_fluent_window_ad_person_20_regular:before { - content: "\f2f1"; + content: "\f30d"; } .icon-ic_fluent_window_apps_20_filled:before { - content: "\f2f2"; + content: "\f30e"; } .icon-ic_fluent_window_apps_20_regular:before { - content: "\f2f3"; + content: "\f30f"; } .icon-ic_fluent_window_arrow_up_20_filled:before { - content: "\f2f4"; + content: "\f310"; } .icon-ic_fluent_window_arrow_up_20_regular:before { - content: "\f2f5"; + content: "\f311"; } .icon-ic_fluent_window_bullet_list_20_filled:before { - content: "\f2f6"; + content: "\f312"; } .icon-ic_fluent_window_bullet_list_20_regular:before { - content: "\f2f7"; + content: "\f313"; } .icon-ic_fluent_window_bullet_list_add_20_filled:before { - content: "\f2f8"; + content: "\f314"; } .icon-ic_fluent_window_bullet_list_add_20_regular:before { - content: "\f2f9"; + content: "\f315"; } .icon-ic_fluent_window_console_20_filled:before { - content: "\f2fa"; + content: "\f316"; } .icon-ic_fluent_window_console_20_regular:before { - content: "\f2fb"; + content: "\f317"; } .icon-ic_fluent_window_database_20_filled:before { - content: "\f2fc"; + content: "\f318"; } .icon-ic_fluent_window_database_20_regular:before { - content: "\f2fd"; + content: "\f319"; } .icon-ic_fluent_window_dev_edit_20_filled:before { - content: "\f2fe"; + content: "\f31a"; } .icon-ic_fluent_window_dev_edit_20_regular:before { - content: "\f2ff"; + content: "\f31b"; } .icon-ic_fluent_window_dev_tools_20_filled:before { - content: "\f300"; + content: "\f31c"; } .icon-ic_fluent_window_dev_tools_20_regular:before { - content: "\f301"; + content: "\f31d"; } .icon-ic_fluent_window_edit_20_filled:before { - content: "\f302"; + content: "\f31e"; } .icon-ic_fluent_window_edit_20_regular:before { - content: "\f303"; + content: "\f31f"; } .icon-ic_fluent_window_fingerprint_20_filled:before { - content: "\f304"; + content: "\f320"; } .icon-ic_fluent_window_fingerprint_20_regular:before { - content: "\f305"; + content: "\f321"; } .icon-ic_fluent_window_header_horizontal_20_filled:before { - content: "\f306"; + content: "\f322"; } .icon-ic_fluent_window_header_horizontal_20_regular:before { - content: "\f307"; + content: "\f323"; } .icon-ic_fluent_window_header_horizontal_off_20_filled:before { - content: "\f308"; + content: "\f324"; } .icon-ic_fluent_window_header_horizontal_off_20_regular:before { - content: "\f309"; + content: "\f325"; } .icon-ic_fluent_window_header_vertical_20_filled:before { - content: "\f30a"; + content: "\f326"; } .icon-ic_fluent_window_header_vertical_20_regular:before { - content: "\f30b"; + content: "\f327"; } .icon-ic_fluent_window_inprivate_20_filled:before { - content: "\f30c"; + content: "\f328"; } .icon-ic_fluent_window_inprivate_20_regular:before { - content: "\f30d"; + content: "\f329"; } .icon-ic_fluent_window_inprivate_account_20_filled:before { - content: "\f30e"; + content: "\f32a"; } .icon-ic_fluent_window_inprivate_account_20_regular:before { - content: "\f30f"; + content: "\f32b"; } .icon-ic_fluent_window_location_target_20_filled:before { - content: "\f310"; + content: "\f32c"; } .icon-ic_fluent_window_location_target_20_regular:before { - content: "\f311"; + content: "\f32d"; } .icon-ic_fluent_window_multiple_20_filled:before { - content: "\f312"; + content: "\f32e"; } .icon-ic_fluent_window_multiple_20_regular:before { - content: "\f313"; + content: "\f32f"; } .icon-ic_fluent_window_multiple_swap_20_filled:before { - content: "\f314"; + content: "\f330"; } .icon-ic_fluent_window_multiple_swap_20_regular:before { - content: "\f315"; + content: "\f331"; } .icon-ic_fluent_window_new_20_filled:before { - content: "\f316"; + content: "\f332"; } .icon-ic_fluent_window_new_20_regular:before { - content: "\f317"; + content: "\f333"; } .icon-ic_fluent_window_play_20_filled:before { - content: "\f318"; + content: "\f334"; } .icon-ic_fluent_window_play_20_regular:before { - content: "\f319"; + content: "\f335"; } .icon-ic_fluent_window_settings_20_filled:before { - content: "\f31a"; + content: "\f336"; } .icon-ic_fluent_window_settings_20_regular:before { - content: "\f31b"; + content: "\f337"; } .icon-ic_fluent_window_shield_20_filled:before { - content: "\f31c"; + content: "\f338"; } .icon-ic_fluent_window_shield_20_regular:before { - content: "\f31d"; + content: "\f339"; } .icon-ic_fluent_window_text_20_filled:before { - content: "\f31e"; + content: "\f33a"; } .icon-ic_fluent_window_text_20_regular:before { - content: "\f31f"; + content: "\f33b"; } .icon-ic_fluent_window_wrench_20_filled:before { - content: "\f320"; + content: "\f33c"; } .icon-ic_fluent_window_wrench_20_regular:before { - content: "\f321"; + content: "\f33d"; } .icon-ic_fluent_wrench_20_filled:before { - content: "\f322"; + content: "\f33e"; } .icon-ic_fluent_wrench_20_regular:before { - content: "\f323"; + content: "\f33f"; } .icon-ic_fluent_wrench_screwdriver_20_filled:before { - content: "\f324"; + content: "\f340"; } .icon-ic_fluent_wrench_screwdriver_20_regular:before { - content: "\f325"; + content: "\f341"; } .icon-ic_fluent_wrench_settings_20_filled:before { - content: "\f326"; + content: "\f342"; } .icon-ic_fluent_wrench_settings_20_regular:before { - content: "\f327"; + content: "\f343"; } .icon-ic_fluent_xbox_console_20_filled:before { - content: "\f328"; + content: "\f344"; } .icon-ic_fluent_xbox_console_20_regular:before { - content: "\f329"; + content: "\f345"; } .icon-ic_fluent_xbox_controller_20_filled:before { - content: "\f32a"; + content: "\f346"; } .icon-ic_fluent_xbox_controller_20_regular:before { - content: "\f32b"; + content: "\f347"; } .icon-ic_fluent_xbox_controller_error_20_filled:before { - content: "\f32c"; + content: "\f348"; } .icon-ic_fluent_xbox_controller_error_20_regular:before { - content: "\f32d"; + content: "\f349"; } .icon-ic_fluent_xray_20_filled:before { - content: "\f32e"; + content: "\f34a"; } .icon-ic_fluent_xray_20_regular:before { - content: "\f32f"; + content: "\f34b"; } .icon-ic_fluent_zoom_fit_20_filled:before { - content: "\f330"; + content: "\f34c"; } .icon-ic_fluent_zoom_fit_20_regular:before { - content: "\f331"; + content: "\f34d"; } .icon-ic_fluent_zoom_in_20_filled:before { - content: "\f332"; + content: "\f34e"; } .icon-ic_fluent_zoom_in_20_regular:before { - content: "\f333"; + content: "\f34f"; } .icon-ic_fluent_zoom_out_20_filled:before { - content: "\f334"; + content: "\f350"; } .icon-ic_fluent_zoom_out_20_regular:before { - content: "\f335"; + content: "\f351"; } diff --git a/fonts/FluentSystemIcons-Resizable.html b/fonts/FluentSystemIcons-Resizable.html index 77f222363a..3a42f12811 100644 --- a/fonts/FluentSystemIcons-Resizable.html +++ b/fonts/FluentSystemIcons-Resizable.html @@ -110,6 +110,42 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_accessibility_error_20_filled +
+ + +
+ + + +
+ ic_fluent_accessibility_error_20_regular +
+ + +
+ + + +
+ ic_fluent_accessibility_question_mark_20_filled +
+ + +
+ + + +
+ ic_fluent_accessibility_question_mark_20_regular +
+ +
@@ -2738,6 +2774,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_arrow_sort_up_lines_20_filled +
+ + +
+ + + +
+ ic_fluent_arrow_sort_up_lines_20_regular +
+ +
@@ -3458,6 +3512,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_arrow_up_exclamation_20_filled +
+ + +
+ + + +
+ ic_fluent_arrow_up_exclamation_20_regular +
+ +
@@ -4214,6 +4286,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_bench_20_filled +
+ + +
+ + + +
+ ic_fluent_bench_20_regular +
+ +
@@ -7283,6 +7373,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_calendar_video_20_filled +
+ + +
+ + + +
+ ic_fluent_calendar_video_20_regular +
+ +
@@ -10271,6 +10379,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_clock_bill_20_filled +
+ + +
+ + + +
+ ic_fluent_clock_bill_20_regular +
+ +
@@ -16742,6 +16868,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_edit_person_20_filled +
+ + +
+ + + +
+ ic_fluent_edit_person_20_regular +
+ +
@@ -20477,6 +20621,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_highway_20_filled +
+ + +
+ + + +
+ ic_fluent_highway_20_regular +
+ +
@@ -21764,6 +21926,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_laptop_person_20_filled +
+ + +
+ + + +
+ ic_fluent_laptop_person_20_regular +
+ +
@@ -23438,6 +23618,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_location_ripple_20_filled +
+ + +
+ + + +
+ ic_fluent_location_ripple_20_regular +
+ +
@@ -31268,6 +31466,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_road_20_filled +
+ + +
+ + + +
+ ic_fluent_road_20_regular +
+ +
@@ -36002,6 +36218,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_tab_desktop_multiple_sparkle_20_filled +
+ + +
+ + + +
+ ic_fluent_tab_desktop_multiple_sparkle_20_regular +
+ +
@@ -42050,6 +42284,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_vehicle_tractor_20_filled +
+ + +
+ + + +
+ ic_fluent_vehicle_tractor_20_regular +
+ +
diff --git a/fonts/FluentSystemIcons-Resizable.json b/fonts/FluentSystemIcons-Resizable.json index 7eac6040a3..946743addc 100644 --- a/fonts/FluentSystemIcons-Resizable.json +++ b/fonts/FluentSystemIcons-Resizable.json @@ -5,4916 +5,4944 @@ "ic_fluent_accessibility_20_regular": 57347, "ic_fluent_accessibility_checkmark_20_filled": 57348, "ic_fluent_accessibility_checkmark_20_regular": 57349, - "ic_fluent_add_20_filled": 57350, - "ic_fluent_add_20_regular": 57351, - "ic_fluent_add_circle_20_filled": 57352, - "ic_fluent_add_circle_20_regular": 57353, - "ic_fluent_add_square_20_filled": 57354, - "ic_fluent_add_square_20_regular": 57355, - "ic_fluent_add_square_multiple_20_filled": 57356, - "ic_fluent_add_square_multiple_20_regular": 57357, - "ic_fluent_add_subtract_circle_20_filled": 57358, - "ic_fluent_add_subtract_circle_20_regular": 57359, - "ic_fluent_airplane_20_filled": 57360, - "ic_fluent_airplane_20_regular": 57361, - "ic_fluent_airplane_landing_20_filled": 57362, - "ic_fluent_airplane_landing_20_regular": 57363, - "ic_fluent_airplane_take_off_20_filled": 57364, - "ic_fluent_airplane_take_off_20_regular": 57365, - "ic_fluent_album_20_filled": 57366, - "ic_fluent_album_20_regular": 57367, - "ic_fluent_album_add_20_filled": 57368, - "ic_fluent_album_add_20_regular": 57369, - "ic_fluent_alert_20_filled": 57370, - "ic_fluent_alert_20_regular": 57371, - "ic_fluent_alert_badge_20_filled": 57372, - "ic_fluent_alert_badge_20_regular": 57373, - "ic_fluent_alert_off_20_filled": 57374, - "ic_fluent_alert_off_20_regular": 57375, - "ic_fluent_alert_on_20_filled": 57376, - "ic_fluent_alert_on_20_regular": 57377, - "ic_fluent_alert_snooze_20_filled": 57378, - "ic_fluent_alert_snooze_20_regular": 57379, - "ic_fluent_alert_urgent_20_filled": 57380, - "ic_fluent_alert_urgent_20_regular": 57381, - "ic_fluent_align_bottom_20_filled": 57382, - "ic_fluent_align_bottom_20_regular": 57383, - "ic_fluent_align_center_horizontal_20_filled": 57384, - "ic_fluent_align_center_horizontal_20_regular": 57385, - "ic_fluent_align_center_vertical_20_filled": 57386, - "ic_fluent_align_center_vertical_20_regular": 57387, - "ic_fluent_align_end_horizontal_20_filled": 57388, - "ic_fluent_align_end_horizontal_20_regular": 57389, - "ic_fluent_align_end_vertical_20_filled": 57390, - "ic_fluent_align_end_vertical_20_regular": 57391, - "ic_fluent_align_left_20_filled": 57392, - "ic_fluent_align_left_20_regular": 57393, - "ic_fluent_align_right_20_filled": 57394, - "ic_fluent_align_right_20_regular": 57395, - "ic_fluent_align_space_around_horizontal_20_filled": 57396, - "ic_fluent_align_space_around_horizontal_20_regular": 57397, - "ic_fluent_align_space_around_vertical_20_filled": 57398, - "ic_fluent_align_space_around_vertical_20_regular": 57399, - "ic_fluent_align_space_between_horizontal_20_filled": 57400, - "ic_fluent_align_space_between_horizontal_20_regular": 57401, - "ic_fluent_align_space_between_vertical_20_filled": 57402, - "ic_fluent_align_space_between_vertical_20_regular": 57403, - "ic_fluent_align_space_evenly_horizontal_20_filled": 57404, - "ic_fluent_align_space_evenly_horizontal_20_regular": 57405, - "ic_fluent_align_space_evenly_vertical_20_filled": 57406, - "ic_fluent_align_space_evenly_vertical_20_regular": 57407, - "ic_fluent_align_space_fit_vertical_20_filled": 57408, - "ic_fluent_align_space_fit_vertical_20_regular": 57409, - "ic_fluent_align_start_horizontal_20_filled": 57410, - "ic_fluent_align_start_horizontal_20_regular": 57411, - "ic_fluent_align_start_vertical_20_filled": 57412, - "ic_fluent_align_start_vertical_20_regular": 57413, - "ic_fluent_align_straighten_20_filled": 57414, - "ic_fluent_align_straighten_20_regular": 57415, - "ic_fluent_align_stretch_horizontal_20_filled": 57416, - "ic_fluent_align_stretch_horizontal_20_regular": 57417, - "ic_fluent_align_stretch_vertical_20_filled": 57418, - "ic_fluent_align_stretch_vertical_20_regular": 57419, - "ic_fluent_align_top_20_filled": 57420, - "ic_fluent_align_top_20_regular": 57421, - "ic_fluent_animal_cat_20_filled": 57422, - "ic_fluent_animal_cat_20_regular": 57423, - "ic_fluent_animal_dog_20_filled": 57424, - "ic_fluent_animal_dog_20_regular": 57425, - "ic_fluent_animal_rabbit_20_filled": 57426, - "ic_fluent_animal_rabbit_20_regular": 57427, - "ic_fluent_animal_rabbit_off_20_filled": 57428, - "ic_fluent_animal_rabbit_off_20_regular": 57429, - "ic_fluent_animal_turtle_20_filled": 57430, - "ic_fluent_animal_turtle_20_regular": 57431, - "ic_fluent_app_folder_20_filled": 57432, - "ic_fluent_app_folder_20_regular": 57433, - "ic_fluent_app_generic_20_filled": 57434, - "ic_fluent_app_generic_20_regular": 57435, - "ic_fluent_app_recent_20_filled": 57436, - "ic_fluent_app_recent_20_regular": 57437, - "ic_fluent_app_title_20_filled": 57438, - "ic_fluent_app_title_20_regular": 57439, - "ic_fluent_approvals_app_20_filled": 57440, - "ic_fluent_approvals_app_20_regular": 57441, - "ic_fluent_apps_20_filled": 57442, - "ic_fluent_apps_20_regular": 57443, - "ic_fluent_apps_add_in_20_filled": 57444, - "ic_fluent_apps_add_in_20_regular": 57445, - "ic_fluent_apps_list_20_filled": 57446, - "ic_fluent_apps_list_20_regular": 57447, - "ic_fluent_apps_list_detail_20_filled": 57448, - "ic_fluent_apps_list_detail_20_regular": 57449, - "ic_fluent_archive_20_filled": 57450, - "ic_fluent_archive_20_regular": 57451, - "ic_fluent_archive_arrow_back_20_filled": 57452, - "ic_fluent_archive_arrow_back_20_regular": 57453, - "ic_fluent_archive_multiple_20_filled": 57454, - "ic_fluent_archive_multiple_20_regular": 57455, - "ic_fluent_archive_settings_20_filled": 57456, - "ic_fluent_archive_settings_20_regular": 57457, - "ic_fluent_arrow_autofit_content_20_filled": 57458, - "ic_fluent_arrow_autofit_content_20_regular": 57459, - "ic_fluent_arrow_autofit_down_20_filled": 57460, - "ic_fluent_arrow_autofit_down_20_regular": 57461, - "ic_fluent_arrow_autofit_height_20_filled": 57462, - "ic_fluent_arrow_autofit_height_20_regular": 57463, - "ic_fluent_arrow_autofit_height_dotted_20_filled": 57464, - "ic_fluent_arrow_autofit_height_dotted_20_regular": 57465, - "ic_fluent_arrow_autofit_height_in_20_filled": 57466, - "ic_fluent_arrow_autofit_height_in_20_regular": 57467, - "ic_fluent_arrow_autofit_up_20_filled": 57468, - "ic_fluent_arrow_autofit_up_20_regular": 57469, - "ic_fluent_arrow_autofit_width_20_filled": 57470, - "ic_fluent_arrow_autofit_width_20_regular": 57471, - "ic_fluent_arrow_autofit_width_dotted_20_filled": 57472, - "ic_fluent_arrow_autofit_width_dotted_20_regular": 57473, - "ic_fluent_arrow_between_down_20_filled": 57474, - "ic_fluent_arrow_between_down_20_regular": 57475, - "ic_fluent_arrow_between_up_20_filled": 57476, - "ic_fluent_arrow_between_up_20_regular": 57477, - "ic_fluent_arrow_bidirectional_left_right_20_filled": 57478, - "ic_fluent_arrow_bidirectional_left_right_20_regular": 57479, - "ic_fluent_arrow_bidirectional_up_down_20_filled": 57480, - "ic_fluent_arrow_bidirectional_up_down_20_regular": 57481, - "ic_fluent_arrow_bounce_20_filled": 57482, - "ic_fluent_arrow_bounce_20_regular": 57483, - "ic_fluent_arrow_circle_down_20_filled": 57484, - "ic_fluent_arrow_circle_down_20_regular": 57485, - "ic_fluent_arrow_circle_down_double_20_filled": 57486, - "ic_fluent_arrow_circle_down_double_20_regular": 57487, - "ic_fluent_arrow_circle_down_right_20_filled": 57488, - "ic_fluent_arrow_circle_down_right_20_regular": 57489, - "ic_fluent_arrow_circle_down_split_20_filled": 57490, - "ic_fluent_arrow_circle_down_split_20_regular": 57491, - "ic_fluent_arrow_circle_down_up_20_filled": 57492, - "ic_fluent_arrow_circle_down_up_20_regular": 57493, - "ic_fluent_arrow_circle_left_20_filled": 57494, - "ic_fluent_arrow_circle_left_20_regular": 57495, - "ic_fluent_arrow_circle_right_20_filled": 57496, - "ic_fluent_arrow_circle_right_20_regular": 57497, - "ic_fluent_arrow_circle_up_20_filled": 57498, - "ic_fluent_arrow_circle_up_20_regular": 57499, - "ic_fluent_arrow_circle_up_left_20_filled": 57500, - "ic_fluent_arrow_circle_up_left_20_regular": 57501, - "ic_fluent_arrow_circle_up_right_20_filled": 57502, - "ic_fluent_arrow_circle_up_right_20_regular": 57503, - "ic_fluent_arrow_clockwise_20_filled": 57504, - "ic_fluent_arrow_clockwise_20_regular": 57505, - "ic_fluent_arrow_clockwise_dashes_20_filled": 57506, - "ic_fluent_arrow_clockwise_dashes_20_regular": 57507, - "ic_fluent_arrow_collapse_all_20_filled": 57508, - "ic_fluent_arrow_collapse_all_20_regular": 57509, - "ic_fluent_arrow_counterclockwise_20_filled": 57510, - "ic_fluent_arrow_counterclockwise_20_regular": 57511, - "ic_fluent_arrow_counterclockwise_dashes_20_filled": 57512, - "ic_fluent_arrow_counterclockwise_dashes_20_regular": 57513, - "ic_fluent_arrow_curve_down_left_20_filled": 57514, - "ic_fluent_arrow_curve_down_left_20_regular": 57515, - "ic_fluent_arrow_curve_down_right_20_filled": 57516, - "ic_fluent_arrow_curve_down_right_20_regular": 57517, - "ic_fluent_arrow_curve_up_left_20_filled": 57518, - "ic_fluent_arrow_curve_up_left_20_regular": 57519, - "ic_fluent_arrow_curve_up_right_20_filled": 57520, - "ic_fluent_arrow_curve_up_right_20_regular": 57521, - "ic_fluent_arrow_down_20_filled": 57522, - "ic_fluent_arrow_down_20_regular": 57523, - "ic_fluent_arrow_down_exclamation_20_filled": 57524, - "ic_fluent_arrow_down_exclamation_20_regular": 57525, - "ic_fluent_arrow_down_left_20_filled": 57526, - "ic_fluent_arrow_down_left_20_regular": 57527, - "ic_fluent_arrow_download_20_filled": 57528, - "ic_fluent_arrow_download_20_regular": 57529, - "ic_fluent_arrow_download_off_20_filled": 57530, - "ic_fluent_arrow_download_off_20_regular": 57531, - "ic_fluent_arrow_eject_20_filled": 57532, - "ic_fluent_arrow_eject_20_regular": 57533, - "ic_fluent_arrow_enter_20_filled": 57534, - "ic_fluent_arrow_enter_20_regular": 57535, - "ic_fluent_arrow_enter_left_20_filled": 57536, - "ic_fluent_arrow_enter_left_20_regular": 57537, - "ic_fluent_arrow_enter_up_20_filled": 57538, - "ic_fluent_arrow_enter_up_20_regular": 57539, - "ic_fluent_arrow_exit_20_filled": 57540, - "ic_fluent_arrow_exit_20_regular": 57541, - "ic_fluent_arrow_expand_20_filled": 57542, - "ic_fluent_arrow_expand_20_regular": 57543, - "ic_fluent_arrow_export_20_filled": 57544, - "ic_fluent_arrow_export_20_regular": 57545, - "ic_fluent_arrow_export_ltr_20_filled": 57546, - "ic_fluent_arrow_export_ltr_20_regular": 57547, - "ic_fluent_arrow_export_rtl_20_filled": 57548, - "ic_fluent_arrow_export_rtl_20_regular": 57549, - "ic_fluent_arrow_export_up_20_filled": 57550, - "ic_fluent_arrow_export_up_20_regular": 57551, - "ic_fluent_arrow_fit_20_filled": 57552, - "ic_fluent_arrow_fit_20_regular": 57553, - "ic_fluent_arrow_fit_in_20_filled": 57554, - "ic_fluent_arrow_fit_in_20_regular": 57555, - "ic_fluent_arrow_flow_diagonal_up_right_20_filled": 57556, - "ic_fluent_arrow_flow_diagonal_up_right_20_regular": 57557, - "ic_fluent_arrow_flow_up_right_20_filled": 57558, - "ic_fluent_arrow_flow_up_right_20_regular": 57559, - "ic_fluent_arrow_flow_up_right_rectangle_multiple_20_filled": 57560, - "ic_fluent_arrow_flow_up_right_rectangle_multiple_20_regular": 57561, - "ic_fluent_arrow_forward_20_filled": 57562, - "ic_fluent_arrow_forward_20_regular": 57563, - "ic_fluent_arrow_forward_down_lightning_20_filled": 57564, - "ic_fluent_arrow_forward_down_lightning_20_regular": 57565, - "ic_fluent_arrow_forward_down_person_20_filled": 57566, - "ic_fluent_arrow_forward_down_person_20_regular": 57567, - "ic_fluent_arrow_hook_down_left_20_filled": 57568, - "ic_fluent_arrow_hook_down_left_20_regular": 57569, - "ic_fluent_arrow_hook_down_right_20_filled": 57570, - "ic_fluent_arrow_hook_down_right_20_regular": 57571, - "ic_fluent_arrow_hook_up_left_20_filled": 57572, - "ic_fluent_arrow_hook_up_left_20_regular": 57573, - "ic_fluent_arrow_hook_up_right_20_filled": 57574, - "ic_fluent_arrow_hook_up_right_20_regular": 57575, - "ic_fluent_arrow_import_20_filled": 57576, - "ic_fluent_arrow_import_20_regular": 57577, - "ic_fluent_arrow_join_20_filled": 57578, - "ic_fluent_arrow_join_20_regular": 57579, - "ic_fluent_arrow_left_20_filled": 57580, - "ic_fluent_arrow_left_20_regular": 57581, - "ic_fluent_arrow_maximize_20_filled": 57582, - "ic_fluent_arrow_maximize_20_regular": 57583, - "ic_fluent_arrow_maximize_vertical_20_filled": 57584, - "ic_fluent_arrow_maximize_vertical_20_regular": 57585, - "ic_fluent_arrow_minimize_20_filled": 57586, - "ic_fluent_arrow_minimize_20_regular": 57587, - "ic_fluent_arrow_minimize_vertical_20_filled": 57588, - "ic_fluent_arrow_minimize_vertical_20_regular": 57589, - "ic_fluent_arrow_move_20_filled": 57590, - "ic_fluent_arrow_move_20_regular": 57591, - "ic_fluent_arrow_move_inward_20_filled": 57592, - "ic_fluent_arrow_move_inward_20_regular": 57593, - "ic_fluent_arrow_next_20_filled": 57594, - "ic_fluent_arrow_next_20_regular": 57595, - "ic_fluent_arrow_outline_down_left_20_filled": 57596, - "ic_fluent_arrow_outline_down_left_20_regular": 57597, - "ic_fluent_arrow_outline_up_right_20_filled": 57598, - "ic_fluent_arrow_outline_up_right_20_regular": 57599, - "ic_fluent_arrow_paragraph_20_filled": 57600, - "ic_fluent_arrow_paragraph_20_regular": 57601, - "ic_fluent_arrow_previous_20_filled": 57602, - "ic_fluent_arrow_previous_20_regular": 57603, - "ic_fluent_arrow_redo_20_filled": 57604, - "ic_fluent_arrow_redo_20_regular": 57605, - "ic_fluent_arrow_repeat_1_20_filled": 57606, - "ic_fluent_arrow_repeat_1_20_regular": 57607, - "ic_fluent_arrow_repeat_all_20_filled": 57608, - "ic_fluent_arrow_repeat_all_20_regular": 57609, - "ic_fluent_arrow_repeat_all_off_20_filled": 57610, - "ic_fluent_arrow_repeat_all_off_20_regular": 57611, - "ic_fluent_arrow_reply_20_filled": 57612, - "ic_fluent_arrow_reply_20_regular": 57613, - "ic_fluent_arrow_reply_all_20_filled": 57614, - "ic_fluent_arrow_reply_all_20_regular": 57615, - "ic_fluent_arrow_reply_down_20_filled": 57616, - "ic_fluent_arrow_reply_down_20_regular": 57617, - "ic_fluent_arrow_reset_20_filled": 57618, - "ic_fluent_arrow_reset_20_regular": 57619, - "ic_fluent_arrow_right_20_filled": 57620, - "ic_fluent_arrow_right_20_regular": 57621, - "ic_fluent_arrow_rotate_clockwise_20_filled": 57622, - "ic_fluent_arrow_rotate_clockwise_20_regular": 57623, - "ic_fluent_arrow_rotate_counterclockwise_20_filled": 57624, - "ic_fluent_arrow_rotate_counterclockwise_20_regular": 57625, - "ic_fluent_arrow_routing_20_filled": 57626, - "ic_fluent_arrow_routing_20_regular": 57627, - "ic_fluent_arrow_routing_rectangle_multiple_20_filled": 57628, - "ic_fluent_arrow_routing_rectangle_multiple_20_regular": 57629, - "ic_fluent_arrow_shuffle_20_filled": 57630, - "ic_fluent_arrow_shuffle_20_regular": 57631, - "ic_fluent_arrow_shuffle_off_20_filled": 57632, - "ic_fluent_arrow_shuffle_off_20_regular": 57633, - "ic_fluent_arrow_sort_20_filled": 57634, - "ic_fluent_arrow_sort_20_regular": 57635, - "ic_fluent_arrow_sort_down_20_filled": 57636, - "ic_fluent_arrow_sort_down_20_regular": 57637, - "ic_fluent_arrow_sort_down_lines_20_filled": 57638, - "ic_fluent_arrow_sort_down_lines_20_regular": 57639, - "ic_fluent_arrow_sort_up_20_filled": 57640, - "ic_fluent_arrow_sort_up_20_regular": 57641, - "ic_fluent_arrow_split_20_filled": 57642, - "ic_fluent_arrow_split_20_regular": 57643, - "ic_fluent_arrow_sprint_20_filled": 57644, - "ic_fluent_arrow_sprint_20_regular": 57645, - "ic_fluent_arrow_square_down_20_filled": 57646, - "ic_fluent_arrow_square_down_20_regular": 57647, - "ic_fluent_arrow_square_up_right_20_filled": 57648, - "ic_fluent_arrow_square_up_right_20_regular": 57649, - "ic_fluent_arrow_step_back_20_filled": 57650, - "ic_fluent_arrow_step_back_20_regular": 57651, - "ic_fluent_arrow_step_in_20_filled": 57652, - "ic_fluent_arrow_step_in_20_regular": 57653, - "ic_fluent_arrow_step_in_diagonal_down_left_20_filled": 57654, - "ic_fluent_arrow_step_in_diagonal_down_left_20_regular": 57655, - "ic_fluent_arrow_step_in_left_20_filled": 57656, - "ic_fluent_arrow_step_in_left_20_regular": 57657, - "ic_fluent_arrow_step_in_right_20_filled": 57658, - "ic_fluent_arrow_step_in_right_20_regular": 57659, - "ic_fluent_arrow_step_out_20_filled": 57660, - "ic_fluent_arrow_step_out_20_regular": 57661, - "ic_fluent_arrow_step_over_20_filled": 57662, - "ic_fluent_arrow_step_over_20_regular": 57663, - "ic_fluent_arrow_swap_20_filled": 57664, - "ic_fluent_arrow_swap_20_regular": 57665, - "ic_fluent_arrow_sync_20_filled": 57666, - "ic_fluent_arrow_sync_20_regular": 57667, - "ic_fluent_arrow_sync_checkmark_20_filled": 57668, - "ic_fluent_arrow_sync_checkmark_20_regular": 57669, - "ic_fluent_arrow_sync_circle_20_filled": 57670, - "ic_fluent_arrow_sync_circle_20_regular": 57671, - "ic_fluent_arrow_sync_dismiss_20_filled": 57672, - "ic_fluent_arrow_sync_dismiss_20_regular": 57673, - "ic_fluent_arrow_sync_off_20_filled": 57674, - "ic_fluent_arrow_sync_off_20_regular": 57675, - "ic_fluent_arrow_trending_20_filled": 57676, - "ic_fluent_arrow_trending_20_regular": 57677, - "ic_fluent_arrow_trending_checkmark_20_filled": 57678, - "ic_fluent_arrow_trending_checkmark_20_regular": 57679, - "ic_fluent_arrow_trending_down_20_filled": 57680, - "ic_fluent_arrow_trending_down_20_regular": 57681, - "ic_fluent_arrow_trending_lines_20_filled": 57682, - "ic_fluent_arrow_trending_lines_20_regular": 57683, - "ic_fluent_arrow_trending_settings_20_filled": 57684, - "ic_fluent_arrow_trending_settings_20_regular": 57685, - "ic_fluent_arrow_trending_sparkle_20_filled": 57686, - "ic_fluent_arrow_trending_sparkle_20_regular": 57687, - "ic_fluent_arrow_trending_text_20_filled": 57688, - "ic_fluent_arrow_trending_text_20_regular": 57689, - "ic_fluent_arrow_trending_wrench_20_filled": 57690, - "ic_fluent_arrow_trending_wrench_20_regular": 57691, - "ic_fluent_arrow_turn_bidirectional_down_right_20_filled": 57692, - "ic_fluent_arrow_turn_bidirectional_down_right_20_regular": 57693, - "ic_fluent_arrow_turn_down_left_20_filled": 57694, - "ic_fluent_arrow_turn_down_left_20_regular": 57695, - "ic_fluent_arrow_turn_down_right_20_filled": 57696, - "ic_fluent_arrow_turn_down_right_20_regular": 57697, - "ic_fluent_arrow_turn_down_up_20_filled": 57698, - "ic_fluent_arrow_turn_down_up_20_regular": 57699, - "ic_fluent_arrow_turn_left_down_20_filled": 57700, - "ic_fluent_arrow_turn_left_down_20_regular": 57701, - "ic_fluent_arrow_turn_left_right_20_filled": 57702, - "ic_fluent_arrow_turn_left_right_20_regular": 57703, - "ic_fluent_arrow_turn_left_up_20_filled": 57704, - "ic_fluent_arrow_turn_left_up_20_regular": 57705, - "ic_fluent_arrow_turn_right_20_filled": 57706, - "ic_fluent_arrow_turn_right_20_regular": 57707, - "ic_fluent_arrow_turn_right_down_20_filled": 57708, - "ic_fluent_arrow_turn_right_down_20_regular": 57709, - "ic_fluent_arrow_turn_right_left_20_filled": 57710, - "ic_fluent_arrow_turn_right_left_20_regular": 57711, - "ic_fluent_arrow_turn_right_up_20_filled": 57712, - "ic_fluent_arrow_turn_right_up_20_regular": 57713, - "ic_fluent_arrow_turn_up_down_20_filled": 57714, - "ic_fluent_arrow_turn_up_down_20_regular": 57715, - "ic_fluent_arrow_turn_up_left_20_filled": 57716, - "ic_fluent_arrow_turn_up_left_20_regular": 57717, - "ic_fluent_arrow_undo_20_filled": 57718, - "ic_fluent_arrow_undo_20_regular": 57719, - "ic_fluent_arrow_up_20_filled": 57720, - "ic_fluent_arrow_up_20_regular": 57721, - "ic_fluent_arrow_up_left_20_filled": 57722, - "ic_fluent_arrow_up_left_20_regular": 57723, - "ic_fluent_arrow_up_right_20_filled": 57724, - "ic_fluent_arrow_up_right_20_regular": 57725, - "ic_fluent_arrow_upload_20_filled": 57726, - "ic_fluent_arrow_upload_20_regular": 57727, - "ic_fluent_arrow_wrap_20_filled": 57728, - "ic_fluent_arrow_wrap_20_regular": 57729, - "ic_fluent_arrow_wrap_off_20_filled": 57730, - "ic_fluent_arrow_wrap_off_20_regular": 57731, - "ic_fluent_arrows_bidirectional_20_filled": 57732, - "ic_fluent_arrows_bidirectional_20_regular": 57733, - "ic_fluent_attach_20_filled": 57734, - "ic_fluent_attach_20_regular": 57735, - "ic_fluent_attach_arrow_right_20_filled": 57736, - "ic_fluent_attach_arrow_right_20_regular": 57737, - "ic_fluent_attach_text_20_filled": 57738, - "ic_fluent_attach_text_20_regular": 57739, - "ic_fluent_auto_fit_height_20_filled": 57740, - "ic_fluent_auto_fit_height_20_regular": 57741, - "ic_fluent_auto_fit_width_20_filled": 57742, - "ic_fluent_auto_fit_width_20_regular": 57743, - "ic_fluent_autocorrect_20_filled": 57744, - "ic_fluent_autocorrect_20_regular": 57745, - "ic_fluent_autosum_20_filled": 57746, - "ic_fluent_autosum_20_regular": 57747, - "ic_fluent_backpack_20_filled": 57748, - "ic_fluent_backpack_20_regular": 57749, - "ic_fluent_backpack_add_20_filled": 57750, - "ic_fluent_backpack_add_20_regular": 57751, - "ic_fluent_backspace_20_filled": 57752, - "ic_fluent_backspace_20_regular": 57753, - "ic_fluent_badge_20_filled": 57754, - "ic_fluent_badge_20_regular": 57755, - "ic_fluent_balloon_20_filled": 57756, - "ic_fluent_balloon_20_regular": 57757, - "ic_fluent_barcode_scanner_20_filled": 57758, - "ic_fluent_barcode_scanner_20_regular": 57759, - "ic_fluent_battery_0_20_filled": 57760, - "ic_fluent_battery_0_20_regular": 57761, - "ic_fluent_battery_1_20_filled": 57762, - "ic_fluent_battery_1_20_regular": 57763, - "ic_fluent_battery_10_20_filled": 57764, - "ic_fluent_battery_10_20_regular": 57765, - "ic_fluent_battery_2_20_filled": 57766, - "ic_fluent_battery_2_20_regular": 57767, - "ic_fluent_battery_3_20_filled": 57768, - "ic_fluent_battery_3_20_regular": 57769, - "ic_fluent_battery_4_20_filled": 57770, - "ic_fluent_battery_4_20_regular": 57771, - "ic_fluent_battery_5_20_filled": 57772, - "ic_fluent_battery_5_20_regular": 57773, - "ic_fluent_battery_6_20_filled": 57774, - "ic_fluent_battery_6_20_regular": 57775, - "ic_fluent_battery_7_20_filled": 57776, - "ic_fluent_battery_7_20_regular": 57777, - "ic_fluent_battery_8_20_filled": 57778, - "ic_fluent_battery_8_20_regular": 57779, - "ic_fluent_battery_9_20_filled": 57780, - "ic_fluent_battery_9_20_regular": 57781, - "ic_fluent_battery_charge_20_filled": 57782, - "ic_fluent_battery_charge_20_regular": 57783, - "ic_fluent_battery_checkmark_20_filled": 57784, - "ic_fluent_battery_checkmark_20_regular": 57785, - "ic_fluent_battery_saver_20_filled": 57786, - "ic_fluent_battery_saver_20_regular": 57787, - "ic_fluent_battery_warning_20_filled": 57788, - "ic_fluent_battery_warning_20_regular": 57789, - "ic_fluent_beach_20_filled": 57790, - "ic_fluent_beach_20_regular": 57791, - "ic_fluent_beaker_20_filled": 57792, - "ic_fluent_beaker_20_regular": 57793, - "ic_fluent_beaker_add_20_filled": 57794, - "ic_fluent_beaker_add_20_regular": 57795, - "ic_fluent_beaker_dismiss_20_filled": 57796, - "ic_fluent_beaker_dismiss_20_regular": 57797, - "ic_fluent_beaker_edit_20_filled": 57798, - "ic_fluent_beaker_edit_20_regular": 57799, - "ic_fluent_beaker_off_20_filled": 57800, - "ic_fluent_beaker_off_20_regular": 57801, - "ic_fluent_beaker_settings_20_filled": 57802, - "ic_fluent_beaker_settings_20_regular": 57803, - "ic_fluent_bed_20_filled": 57804, - "ic_fluent_bed_20_regular": 57805, - "ic_fluent_bezier_curve_square_20_filled": 57806, - "ic_fluent_bezier_curve_square_20_regular": 57807, - "ic_fluent_bin_full_20_filled": 57808, - "ic_fluent_bin_full_20_regular": 57809, - "ic_fluent_bin_recycle_20_filled": 57810, - "ic_fluent_bin_recycle_20_regular": 57811, - "ic_fluent_bin_recycle_full_20_filled": 57812, - "ic_fluent_bin_recycle_full_20_regular": 57813, - "ic_fluent_binder_triangle_20_filled": 57814, - "ic_fluent_binder_triangle_20_regular": 57815, - "ic_fluent_bluetooth_20_filled": 57816, - "ic_fluent_bluetooth_20_regular": 57817, - "ic_fluent_bluetooth_connected_20_filled": 57818, - "ic_fluent_bluetooth_connected_20_regular": 57819, - "ic_fluent_bluetooth_disabled_20_filled": 57820, - "ic_fluent_bluetooth_disabled_20_regular": 57821, - "ic_fluent_bluetooth_searching_20_filled": 57822, - "ic_fluent_bluetooth_searching_20_regular": 57823, - "ic_fluent_blur_20_filled": 57824, - "ic_fluent_blur_20_regular": 57825, - "ic_fluent_board_20_filled": 57826, - "ic_fluent_board_20_regular": 57827, - "ic_fluent_board_games_20_filled": 57828, - "ic_fluent_board_games_20_regular": 57829, - "ic_fluent_board_heart_20_filled": 57830, - "ic_fluent_board_heart_20_regular": 57831, - "ic_fluent_board_split_20_filled": 57832, - "ic_fluent_board_split_20_regular": 57833, - "ic_fluent_book_20_filled": 57834, - "ic_fluent_book_20_regular": 57835, - "ic_fluent_book_add_20_filled": 57836, - "ic_fluent_book_add_20_regular": 57837, - "ic_fluent_book_arrow_clockwise_20_filled": 57838, - "ic_fluent_book_arrow_clockwise_20_regular": 57839, - "ic_fluent_book_clock_20_filled": 57840, - "ic_fluent_book_clock_20_regular": 57841, - "ic_fluent_book_coins_20_filled": 57842, - "ic_fluent_book_coins_20_regular": 57843, - "ic_fluent_book_compass_20_filled": 57844, - "ic_fluent_book_compass_20_regular": 57845, - "ic_fluent_book_contacts_20_filled": 57846, - "ic_fluent_book_contacts_20_regular": 57847, - "ic_fluent_book_database_20_filled": 57848, - "ic_fluent_book_database_20_regular": 57849, - "ic_fluent_book_default_20_filled": 57850, - "ic_fluent_book_dismiss_20_filled": 57851, - "ic_fluent_book_dismiss_20_regular": 57852, - "ic_fluent_book_exclamation_mark_20_filled": 57853, - "ic_fluent_book_exclamation_mark_20_regular": 57854, - "ic_fluent_book_globe_20_filled": 57855, - "ic_fluent_book_globe_20_regular": 57856, - "ic_fluent_book_information_20_filled": 57857, - "ic_fluent_book_information_20_regular": 57858, - "ic_fluent_book_letter_20_filled": 57859, - "ic_fluent_book_letter_20_regular": 57860, - "ic_fluent_book_number_20_filled": 57861, - "ic_fluent_book_number_20_regular": 57862, - "ic_fluent_book_open_20_filled": 57863, - "ic_fluent_book_open_20_regular": 57864, - "ic_fluent_book_open_globe_20_filled": 57865, - "ic_fluent_book_open_globe_20_regular": 57866, - "ic_fluent_book_open_microphone_20_filled": 57867, - "ic_fluent_book_open_microphone_20_regular": 57868, - "ic_fluent_book_pulse_20_filled": 57869, - "ic_fluent_book_pulse_20_regular": 57870, - "ic_fluent_book_question_mark_20_filled": 57871, - "ic_fluent_book_question_mark_20_regular": 57872, - "ic_fluent_book_question_mark_rtl_20_filled": 57873, - "ic_fluent_book_question_mark_rtl_20_regular": 57874, - "ic_fluent_book_search_20_filled": 57875, - "ic_fluent_book_search_20_regular": 57876, - "ic_fluent_book_star_20_filled": 57877, - "ic_fluent_book_star_20_regular": 57878, - "ic_fluent_book_template_20_filled": 57879, - "ic_fluent_book_template_20_regular": 57880, - "ic_fluent_book_theta_20_filled": 57881, - "ic_fluent_book_theta_20_regular": 57882, - "ic_fluent_book_toolbox_20_filled": 57883, - "ic_fluent_book_toolbox_20_regular": 57884, - "ic_fluent_bookmark_20_filled": 57885, - "ic_fluent_bookmark_20_regular": 57886, - "ic_fluent_bookmark_add_20_filled": 57887, - "ic_fluent_bookmark_add_20_regular": 57888, - "ic_fluent_bookmark_multiple_20_filled": 57889, - "ic_fluent_bookmark_multiple_20_regular": 57890, - "ic_fluent_bookmark_off_20_filled": 57891, - "ic_fluent_bookmark_off_20_regular": 57892, - "ic_fluent_bookmark_search_20_filled": 57893, - "ic_fluent_bookmark_search_20_regular": 57894, - "ic_fluent_border_all_20_filled": 57895, - "ic_fluent_border_all_20_regular": 57896, - "ic_fluent_border_bottom_20_filled": 57897, - "ic_fluent_border_bottom_20_regular": 57898, - "ic_fluent_border_bottom_double_20_filled": 57899, - "ic_fluent_border_bottom_double_20_regular": 57900, - "ic_fluent_border_bottom_thick_20_filled": 57901, - "ic_fluent_border_bottom_thick_20_regular": 57902, - "ic_fluent_border_inside_20_filled": 57903, - "ic_fluent_border_inside_20_regular": 57904, - "ic_fluent_border_left_20_filled": 57905, - "ic_fluent_border_left_20_regular": 57906, - "ic_fluent_border_left_right_20_filled": 57907, - "ic_fluent_border_left_right_20_regular": 57908, - "ic_fluent_border_none_20_filled": 57909, - "ic_fluent_border_none_20_regular": 57910, - "ic_fluent_border_outside_20_filled": 57911, - "ic_fluent_border_outside_20_regular": 57912, - "ic_fluent_border_outside_thick_20_filled": 57913, - "ic_fluent_border_outside_thick_20_regular": 57914, - "ic_fluent_border_right_20_filled": 57915, - "ic_fluent_border_right_20_regular": 57916, - "ic_fluent_border_top_20_filled": 57917, - "ic_fluent_border_top_20_regular": 57918, - "ic_fluent_border_top_bottom_20_filled": 57919, - "ic_fluent_border_top_bottom_20_regular": 57920, - "ic_fluent_border_top_bottom_double_20_filled": 57921, - "ic_fluent_border_top_bottom_double_20_regular": 57922, - "ic_fluent_border_top_bottom_thick_20_filled": 57923, - "ic_fluent_border_top_bottom_thick_20_regular": 57924, - "ic_fluent_bot_20_filled": 57925, - "ic_fluent_bot_20_regular": 57926, - "ic_fluent_bot_add_20_filled": 57927, - "ic_fluent_bot_add_20_regular": 57928, - "ic_fluent_bot_sparkle_20_filled": 57929, - "ic_fluent_bot_sparkle_20_regular": 57930, - "ic_fluent_bow_tie_20_filled": 57931, - "ic_fluent_bow_tie_20_regular": 57932, - "ic_fluent_bowl_chopsticks_20_filled": 57933, - "ic_fluent_bowl_chopsticks_20_regular": 57934, - "ic_fluent_bowl_salad_20_filled": 57935, - "ic_fluent_bowl_salad_20_regular": 57936, - "ic_fluent_box_20_filled": 57937, - "ic_fluent_box_20_regular": 57938, - "ic_fluent_box_arrow_left_20_filled": 57939, - "ic_fluent_box_arrow_left_20_regular": 57940, - "ic_fluent_box_arrow_up_20_filled": 57941, - "ic_fluent_box_arrow_up_20_regular": 57942, - "ic_fluent_box_checkmark_20_filled": 57943, - "ic_fluent_box_checkmark_20_regular": 57944, - "ic_fluent_box_dismiss_20_filled": 57945, - "ic_fluent_box_dismiss_20_regular": 57946, - "ic_fluent_box_edit_20_filled": 57947, - "ic_fluent_box_edit_20_regular": 57948, - "ic_fluent_box_multiple_20_filled": 57949, - "ic_fluent_box_multiple_20_regular": 57950, - "ic_fluent_box_multiple_arrow_left_20_filled": 57951, - "ic_fluent_box_multiple_arrow_left_20_regular": 57952, - "ic_fluent_box_multiple_arrow_right_20_filled": 57953, - "ic_fluent_box_multiple_arrow_right_20_regular": 57954, - "ic_fluent_box_multiple_checkmark_20_filled": 57955, - "ic_fluent_box_multiple_checkmark_20_regular": 57956, - "ic_fluent_box_multiple_search_20_filled": 57957, - "ic_fluent_box_multiple_search_20_regular": 57958, - "ic_fluent_box_search_20_filled": 57959, - "ic_fluent_box_search_20_regular": 57960, - "ic_fluent_box_toolbox_20_filled": 57961, - "ic_fluent_box_toolbox_20_regular": 57962, - "ic_fluent_braces_20_filled": 57963, - "ic_fluent_braces_20_regular": 57964, - "ic_fluent_braces_variable_20_filled": 57965, - "ic_fluent_braces_variable_20_regular": 57966, - "ic_fluent_brain_circuit_20_filled": 57967, - "ic_fluent_brain_circuit_20_regular": 57968, - "ic_fluent_branch_20_filled": 57969, - "ic_fluent_branch_20_regular": 57970, - "ic_fluent_branch_compare_20_filled": 57971, - "ic_fluent_branch_compare_20_regular": 57972, - "ic_fluent_branch_fork_20_filled": 57973, - "ic_fluent_branch_fork_20_regular": 57974, - "ic_fluent_branch_fork_hint_20_filled": 57975, - "ic_fluent_branch_fork_hint_20_regular": 57976, - "ic_fluent_branch_fork_link_20_filled": 57977, - "ic_fluent_branch_fork_link_20_regular": 57978, - "ic_fluent_branch_request_20_filled": 57979, - "ic_fluent_branch_request_20_regular": 57980, - "ic_fluent_breakout_room_20_filled": 57981, - "ic_fluent_breakout_room_20_regular": 57982, - "ic_fluent_briefcase_20_filled": 57983, - "ic_fluent_briefcase_20_regular": 57984, - "ic_fluent_briefcase_medical_20_filled": 57985, - "ic_fluent_briefcase_medical_20_regular": 57986, - "ic_fluent_briefcase_off_20_filled": 57987, - "ic_fluent_briefcase_off_20_regular": 57988, - "ic_fluent_briefcase_search_20_filled": 57989, - "ic_fluent_briefcase_search_20_regular": 57990, - "ic_fluent_brightness_high_20_filled": 57991, - "ic_fluent_brightness_high_20_regular": 57992, - "ic_fluent_brightness_low_20_filled": 57993, - "ic_fluent_brightness_low_20_regular": 57994, - "ic_fluent_broad_activity_feed_20_filled": 57995, - "ic_fluent_broad_activity_feed_20_regular": 57996, - "ic_fluent_broom_20_filled": 57997, - "ic_fluent_broom_20_regular": 57998, - "ic_fluent_bubble_multiple_20_filled": 57999, - "ic_fluent_bubble_multiple_20_regular": 58000, - "ic_fluent_bug_20_filled": 58001, - "ic_fluent_bug_20_regular": 58002, - "ic_fluent_bug_arrow_counterclockwise_20_filled": 58003, - "ic_fluent_bug_arrow_counterclockwise_20_regular": 58004, - "ic_fluent_bug_prohibited_20_filled": 58005, - "ic_fluent_bug_prohibited_20_regular": 58006, - "ic_fluent_building_20_filled": 58007, - "ic_fluent_building_20_regular": 58008, - "ic_fluent_building_bank_20_filled": 58009, - "ic_fluent_building_bank_20_regular": 58010, - "ic_fluent_building_bank_link_20_filled": 58011, - "ic_fluent_building_bank_link_20_regular": 58012, - "ic_fluent_building_bank_toolbox_20_filled": 58013, - "ic_fluent_building_bank_toolbox_20_regular": 58014, - "ic_fluent_building_desktop_20_filled": 58015, - "ic_fluent_building_desktop_20_regular": 58016, - "ic_fluent_building_factory_20_filled": 58017, - "ic_fluent_building_factory_20_regular": 58018, - "ic_fluent_building_government_20_filled": 58019, - "ic_fluent_building_government_20_regular": 58020, - "ic_fluent_building_government_search_20_filled": 58021, - "ic_fluent_building_government_search_20_regular": 58022, - "ic_fluent_building_home_20_filled": 58023, - "ic_fluent_building_home_20_regular": 58024, - "ic_fluent_building_lighthouse_20_filled": 58025, - "ic_fluent_building_lighthouse_20_regular": 58026, - "ic_fluent_building_mosque_20_filled": 58027, - "ic_fluent_building_mosque_20_regular": 58028, - "ic_fluent_building_multiple_20_filled": 58029, - "ic_fluent_building_multiple_20_regular": 58030, - "ic_fluent_building_people_20_filled": 58031, - "ic_fluent_building_people_20_regular": 58032, - "ic_fluent_building_retail_20_filled": 58033, - "ic_fluent_building_retail_20_regular": 58034, - "ic_fluent_building_retail_money_20_filled": 58035, - "ic_fluent_building_retail_money_20_regular": 58036, - "ic_fluent_building_retail_more_20_filled": 58037, - "ic_fluent_building_retail_more_20_regular": 58038, - "ic_fluent_building_retail_shield_20_filled": 58039, - "ic_fluent_building_retail_shield_20_regular": 58040, - "ic_fluent_building_retail_toolbox_20_filled": 58041, - "ic_fluent_building_retail_toolbox_20_regular": 58042, - "ic_fluent_building_shop_20_filled": 58043, - "ic_fluent_building_shop_20_regular": 58044, - "ic_fluent_building_skyscraper_20_filled": 58045, - "ic_fluent_building_skyscraper_20_regular": 58046, - "ic_fluent_building_swap_20_filled": 58047, - "ic_fluent_building_swap_20_regular": 58048, - "ic_fluent_building_townhouse_20_filled": 58049, - "ic_fluent_building_townhouse_20_regular": 58050, - "ic_fluent_button_20_filled": 58051, - "ic_fluent_button_20_regular": 58052, - "ic_fluent_calculator_20_filled": 58053, - "ic_fluent_calculator_20_regular": 58054, - "ic_fluent_calculator_arrow_clockwise_20_filled": 58055, - "ic_fluent_calculator_arrow_clockwise_20_regular": 58056, - "ic_fluent_calculator_multiple_20_filled": 58057, - "ic_fluent_calculator_multiple_20_regular": 58058, - "ic_fluent_calendar_20_filled": 58059, - "ic_fluent_calendar_20_regular": 58060, - "ic_fluent_calendar_3_day_20_filled": 58061, - "ic_fluent_calendar_3_day_20_regular": 58062, - "ic_fluent_calendar_add_20_filled": 58063, - "ic_fluent_calendar_add_20_regular": 58064, - "ic_fluent_calendar_agenda_20_filled": 58065, - "ic_fluent_calendar_agenda_20_regular": 58066, - "ic_fluent_calendar_arrow_counterclockwise_20_filled": 58067, - "ic_fluent_calendar_arrow_counterclockwise_20_regular": 58068, - "ic_fluent_calendar_arrow_down_20_filled": 58069, - "ic_fluent_calendar_arrow_down_20_regular": 58070, - "ic_fluent_calendar_arrow_right_20_filled": 58071, - "ic_fluent_calendar_arrow_right_20_regular": 58072, - "ic_fluent_calendar_assistant_20_filled": 58073, - "ic_fluent_calendar_assistant_20_regular": 58074, - "ic_fluent_calendar_cancel_20_filled": 58075, - "ic_fluent_calendar_cancel_20_regular": 58076, - "ic_fluent_calendar_chat_20_filled": 58077, - "ic_fluent_calendar_chat_20_regular": 58078, - "ic_fluent_calendar_checkmark_20_filled": 58079, - "ic_fluent_calendar_checkmark_20_regular": 58080, - "ic_fluent_calendar_clock_20_filled": 58081, - "ic_fluent_calendar_clock_20_regular": 58082, - "ic_fluent_calendar_data_bar_20_filled": 58083, - "ic_fluent_calendar_data_bar_20_regular": 58084, - "ic_fluent_calendar_date_20_filled": 58085, - "ic_fluent_calendar_date_20_regular": 58086, - "ic_fluent_calendar_day_20_filled": 58087, - "ic_fluent_calendar_day_20_regular": 58088, - "ic_fluent_calendar_edit_20_filled": 58089, - "ic_fluent_calendar_edit_20_regular": 58090, - "ic_fluent_calendar_empty_20_filled": 58091, - "ic_fluent_calendar_empty_20_regular": 58092, - "ic_fluent_calendar_error_20_filled": 58093, - "ic_fluent_calendar_error_20_regular": 58094, - "ic_fluent_calendar_eye_20_filled": 58095, - "ic_fluent_calendar_eye_20_regular": 58096, - "ic_fluent_calendar_info_20_filled": 58097, - "ic_fluent_calendar_info_20_regular": 58098, - "ic_fluent_calendar_lock_20_filled": 58099, - "ic_fluent_calendar_lock_20_regular": 58100, - "ic_fluent_calendar_ltr_20_filled": 58101, - "ic_fluent_calendar_ltr_20_regular": 58102, - "ic_fluent_calendar_mail_20_filled": 58103, - "ic_fluent_calendar_mail_20_regular": 58104, - "ic_fluent_calendar_mention_20_filled": 58105, - "ic_fluent_calendar_mention_20_regular": 58106, - "ic_fluent_calendar_month_20_filled": 58107, - "ic_fluent_calendar_month_20_regular": 58108, - "ic_fluent_calendar_multiple_20_filled": 58109, - "ic_fluent_calendar_multiple_20_regular": 58110, - "ic_fluent_calendar_note_20_filled": 58111, - "ic_fluent_calendar_note_20_regular": 58112, - "ic_fluent_calendar_pattern_20_filled": 58113, - "ic_fluent_calendar_pattern_20_regular": 58114, - "ic_fluent_calendar_person_20_filled": 58115, - "ic_fluent_calendar_person_20_regular": 58116, - "ic_fluent_calendar_phone_20_filled": 58117, - "ic_fluent_calendar_phone_20_regular": 58118, - "ic_fluent_calendar_play_20_filled": 58119, - "ic_fluent_calendar_play_20_regular": 58120, - "ic_fluent_calendar_question_mark_20_filled": 58121, - "ic_fluent_calendar_question_mark_20_regular": 58122, - "ic_fluent_calendar_record_20_filled": 58123, - "ic_fluent_calendar_record_20_regular": 58124, - "ic_fluent_calendar_reply_20_filled": 58125, - "ic_fluent_calendar_reply_20_regular": 58126, - "ic_fluent_calendar_rtl_20_filled": 58127, - "ic_fluent_calendar_rtl_20_regular": 58128, - "ic_fluent_calendar_search_20_filled": 58129, - "ic_fluent_calendar_search_20_regular": 58130, - "ic_fluent_calendar_settings_20_filled": 58131, - "ic_fluent_calendar_settings_20_regular": 58132, - "ic_fluent_calendar_shield_20_filled": 58133, - "ic_fluent_calendar_shield_20_regular": 58134, - "ic_fluent_calendar_sparkle_20_filled": 58135, - "ic_fluent_calendar_sparkle_20_regular": 58136, - "ic_fluent_calendar_star_20_filled": 58137, - "ic_fluent_calendar_star_20_regular": 58138, - "ic_fluent_calendar_sync_20_filled": 58139, - "ic_fluent_calendar_sync_20_regular": 58140, - "ic_fluent_calendar_template_20_filled": 58141, - "ic_fluent_calendar_template_20_regular": 58142, - "ic_fluent_calendar_today_20_filled": 58143, - "ic_fluent_calendar_today_20_regular": 58144, - "ic_fluent_calendar_toolbox_20_filled": 58145, - "ic_fluent_calendar_toolbox_20_regular": 58146, - "ic_fluent_calendar_week_numbers_20_filled": 58147, - "ic_fluent_calendar_week_numbers_20_regular": 58148, - "ic_fluent_calendar_week_start_20_filled": 58149, - "ic_fluent_calendar_week_start_20_regular": 58150, - "ic_fluent_calendar_work_week_20_filled": 58151, - "ic_fluent_calendar_work_week_20_regular": 58152, - "ic_fluent_call_20_filled": 58153, - "ic_fluent_call_20_regular": 58154, - "ic_fluent_call_add_20_filled": 58155, - "ic_fluent_call_add_20_regular": 58156, - "ic_fluent_call_checkmark_20_filled": 58157, - "ic_fluent_call_checkmark_20_regular": 58158, - "ic_fluent_call_connecting_20_filled": 58159, - "ic_fluent_call_connecting_20_regular": 58160, - "ic_fluent_call_dismiss_20_filled": 58161, - "ic_fluent_call_dismiss_20_regular": 58162, - "ic_fluent_call_end_20_filled": 58163, - "ic_fluent_call_end_20_regular": 58164, - "ic_fluent_call_exclamation_20_filled": 58165, - "ic_fluent_call_exclamation_20_regular": 58166, - "ic_fluent_call_forward_20_filled": 58167, - "ic_fluent_call_forward_20_regular": 58168, - "ic_fluent_call_inbound_20_filled": 58169, - "ic_fluent_call_inbound_20_regular": 58170, - "ic_fluent_call_missed_20_filled": 58171, - "ic_fluent_call_missed_20_regular": 58172, - "ic_fluent_call_outbound_20_filled": 58173, - "ic_fluent_call_outbound_20_regular": 58174, - "ic_fluent_call_park_20_filled": 58175, - "ic_fluent_call_park_20_regular": 58176, - "ic_fluent_call_pause_20_filled": 58177, - "ic_fluent_call_pause_20_regular": 58178, - "ic_fluent_call_prohibited_20_filled": 58179, - "ic_fluent_call_prohibited_20_regular": 58180, - "ic_fluent_call_transfer_20_filled": 58181, - "ic_fluent_call_transfer_20_regular": 58182, - "ic_fluent_call_warning_20_filled": 58183, - "ic_fluent_call_warning_20_regular": 58184, - "ic_fluent_calligraphy_pen_20_filled": 58185, - "ic_fluent_calligraphy_pen_20_regular": 58186, - "ic_fluent_calligraphy_pen_checkmark_20_filled": 58187, - "ic_fluent_calligraphy_pen_checkmark_20_regular": 58188, - "ic_fluent_calligraphy_pen_error_20_filled": 58189, - "ic_fluent_calligraphy_pen_error_20_regular": 58190, - "ic_fluent_calligraphy_pen_question_mark_20_filled": 58191, - "ic_fluent_calligraphy_pen_question_mark_20_regular": 58192, - "ic_fluent_camera_20_filled": 58193, - "ic_fluent_camera_20_regular": 58194, - "ic_fluent_camera_add_20_filled": 58195, - "ic_fluent_camera_add_20_regular": 58196, - "ic_fluent_camera_dome_20_filled": 58197, - "ic_fluent_camera_dome_20_regular": 58198, - "ic_fluent_camera_edit_20_filled": 58199, - "ic_fluent_camera_edit_20_regular": 58200, - "ic_fluent_camera_off_20_filled": 58201, - "ic_fluent_camera_off_20_regular": 58202, - "ic_fluent_camera_sparkles_20_filled": 58203, - "ic_fluent_camera_sparkles_20_regular": 58204, - "ic_fluent_camera_switch_20_filled": 58205, - "ic_fluent_camera_switch_20_regular": 58206, - "ic_fluent_card_ui_20_filled": 58207, - "ic_fluent_card_ui_20_regular": 58208, - "ic_fluent_caret_down_20_filled": 58209, - "ic_fluent_caret_down_20_regular": 58210, - "ic_fluent_caret_down_right_20_filled": 58211, - "ic_fluent_caret_down_right_20_regular": 58212, - "ic_fluent_caret_left_20_filled": 58213, - "ic_fluent_caret_left_20_regular": 58214, - "ic_fluent_caret_right_20_filled": 58215, - "ic_fluent_caret_right_20_regular": 58216, - "ic_fluent_caret_up_20_filled": 58217, - "ic_fluent_caret_up_20_regular": 58218, - "ic_fluent_cart_20_filled": 58219, - "ic_fluent_cart_20_regular": 58220, - "ic_fluent_cast_20_filled": 58221, - "ic_fluent_cast_20_regular": 58222, - "ic_fluent_cast_multiple_20_filled": 58223, - "ic_fluent_cast_multiple_20_regular": 58224, - "ic_fluent_catch_up_20_filled": 58225, - "ic_fluent_catch_up_20_regular": 58226, - "ic_fluent_cellular_3g_20_filled": 58227, - "ic_fluent_cellular_3g_20_regular": 58228, - "ic_fluent_cellular_4g_20_filled": 58229, - "ic_fluent_cellular_4g_20_regular": 58230, - "ic_fluent_cellular_5g_20_filled": 58231, - "ic_fluent_cellular_5g_20_regular": 58232, - "ic_fluent_cellular_data_1_20_filled": 58233, - "ic_fluent_cellular_data_1_20_regular": 58234, - "ic_fluent_cellular_data_2_20_filled": 58235, - "ic_fluent_cellular_data_2_20_regular": 58236, - "ic_fluent_cellular_data_3_20_filled": 58237, - "ic_fluent_cellular_data_3_20_regular": 58238, - "ic_fluent_cellular_data_4_20_filled": 58239, - "ic_fluent_cellular_data_4_20_regular": 58240, - "ic_fluent_cellular_data_5_20_filled": 58241, - "ic_fluent_cellular_data_5_20_regular": 58242, - "ic_fluent_cellular_off_20_filled": 58243, - "ic_fluent_cellular_off_20_regular": 58244, - "ic_fluent_cellular_warning_20_filled": 58245, - "ic_fluent_cellular_warning_20_regular": 58246, - "ic_fluent_center_horizontal_20_filled": 58247, - "ic_fluent_center_horizontal_20_regular": 58248, - "ic_fluent_center_vertical_20_filled": 58249, - "ic_fluent_center_vertical_20_regular": 58250, - "ic_fluent_certificate_20_filled": 58251, - "ic_fluent_certificate_20_regular": 58252, - "ic_fluent_channel_20_filled": 58253, - "ic_fluent_channel_20_regular": 58254, - "ic_fluent_channel_add_20_filled": 58255, - "ic_fluent_channel_add_20_regular": 58256, - "ic_fluent_channel_alert_20_filled": 58257, - "ic_fluent_channel_alert_20_regular": 58258, - "ic_fluent_channel_arrow_left_20_filled": 58259, - "ic_fluent_channel_arrow_left_20_regular": 58260, - "ic_fluent_channel_dismiss_20_filled": 58261, - "ic_fluent_channel_dismiss_20_regular": 58262, - "ic_fluent_channel_share_20_filled": 58263, - "ic_fluent_channel_share_20_regular": 58264, - "ic_fluent_channel_subtract_20_filled": 58265, - "ic_fluent_channel_subtract_20_regular": 58266, - "ic_fluent_chart_multiple_20_filled": 58267, - "ic_fluent_chart_multiple_20_regular": 58268, - "ic_fluent_chart_person_20_filled": 58269, - "ic_fluent_chart_person_20_regular": 58270, - "ic_fluent_chat_20_filled": 58271, - "ic_fluent_chat_20_regular": 58272, - "ic_fluent_chat_add_20_filled": 58273, - "ic_fluent_chat_add_20_regular": 58274, - "ic_fluent_chat_arrow_back_20_filled": 58275, - "ic_fluent_chat_arrow_back_20_regular": 58276, - "ic_fluent_chat_arrow_double_back_20_filled": 58277, - "ic_fluent_chat_arrow_double_back_20_regular": 58278, - "ic_fluent_chat_bubbles_question_20_filled": 58279, - "ic_fluent_chat_bubbles_question_20_regular": 58280, - "ic_fluent_chat_cursor_20_filled": 58281, - "ic_fluent_chat_cursor_20_regular": 58282, - "ic_fluent_chat_dismiss_20_filled": 58283, - "ic_fluent_chat_dismiss_20_regular": 58284, - "ic_fluent_chat_empty_20_filled": 58285, - "ic_fluent_chat_empty_20_regular": 58286, - "ic_fluent_chat_help_20_filled": 58287, - "ic_fluent_chat_help_20_regular": 58288, - "ic_fluent_chat_lock_20_filled": 58289, - "ic_fluent_chat_lock_20_regular": 58290, - "ic_fluent_chat_mail_20_filled": 58291, - "ic_fluent_chat_mail_20_regular": 58292, - "ic_fluent_chat_multiple_20_filled": 58293, - "ic_fluent_chat_multiple_20_regular": 58294, - "ic_fluent_chat_multiple_heart_20_filled": 58295, - "ic_fluent_chat_multiple_heart_20_regular": 58296, - "ic_fluent_chat_off_20_filled": 58297, - "ic_fluent_chat_off_20_regular": 58298, - "ic_fluent_chat_settings_20_filled": 58299, - "ic_fluent_chat_settings_20_regular": 58300, - "ic_fluent_chat_sparkle_20_filled": 58301, - "ic_fluent_chat_sparkle_20_regular": 58302, - "ic_fluent_chat_video_20_filled": 58303, - "ic_fluent_chat_video_20_regular": 58304, - "ic_fluent_chat_warning_20_filled": 58305, - "ic_fluent_chat_warning_20_regular": 58306, - "ic_fluent_check_20_filled": 58307, - "ic_fluent_check_20_regular": 58308, - "ic_fluent_checkbox_1_20_filled": 58309, - "ic_fluent_checkbox_1_20_regular": 58310, - "ic_fluent_checkbox_2_20_filled": 58311, - "ic_fluent_checkbox_2_20_regular": 58312, - "ic_fluent_checkbox_arrow_right_20_filled": 58313, - "ic_fluent_checkbox_arrow_right_20_regular": 58314, - "ic_fluent_checkbox_checked_20_filled": 58315, - "ic_fluent_checkbox_checked_20_regular": 58316, - "ic_fluent_checkbox_checked_sync_20_filled": 58317, - "ic_fluent_checkbox_checked_sync_20_regular": 58318, - "ic_fluent_checkbox_indeterminate_20_filled": 58319, - "ic_fluent_checkbox_indeterminate_20_regular": 58320, - "ic_fluent_checkbox_person_20_filled": 58321, - "ic_fluent_checkbox_person_20_regular": 58322, - "ic_fluent_checkbox_unchecked_20_filled": 58323, - "ic_fluent_checkbox_unchecked_20_regular": 58324, - "ic_fluent_checkbox_warning_20_filled": 58325, - "ic_fluent_checkbox_warning_20_regular": 58326, - "ic_fluent_checkmark_20_filled": 58327, - "ic_fluent_checkmark_20_regular": 58328, - "ic_fluent_checkmark_circle_20_filled": 58329, - "ic_fluent_checkmark_circle_20_regular": 58330, - "ic_fluent_checkmark_circle_square_20_filled": 58331, - "ic_fluent_checkmark_circle_square_20_regular": 58332, - "ic_fluent_checkmark_circle_warning_20_filled": 58333, - "ic_fluent_checkmark_circle_warning_20_regular": 58334, - "ic_fluent_checkmark_lock_20_filled": 58335, - "ic_fluent_checkmark_lock_20_regular": 58336, - "ic_fluent_checkmark_note_20_filled": 58337, - "ic_fluent_checkmark_note_20_regular": 58338, - "ic_fluent_checkmark_square_20_filled": 58339, - "ic_fluent_checkmark_square_20_regular": 58340, - "ic_fluent_checkmark_starburst_20_filled": 58341, - "ic_fluent_checkmark_starburst_20_regular": 58342, - "ic_fluent_checkmark_underline_circle_20_filled": 58343, - "ic_fluent_checkmark_underline_circle_20_regular": 58344, - "ic_fluent_chess_20_filled": 58345, - "ic_fluent_chess_20_regular": 58346, - "ic_fluent_chevron_circle_down_20_filled": 58347, - "ic_fluent_chevron_circle_down_20_regular": 58348, - "ic_fluent_chevron_circle_left_20_filled": 58349, - "ic_fluent_chevron_circle_left_20_regular": 58350, - "ic_fluent_chevron_circle_right_20_filled": 58351, - "ic_fluent_chevron_circle_right_20_regular": 58352, - "ic_fluent_chevron_circle_up_20_filled": 58353, - "ic_fluent_chevron_circle_up_20_regular": 58354, - "ic_fluent_chevron_double_down_20_filled": 58355, - "ic_fluent_chevron_double_down_20_regular": 58356, - "ic_fluent_chevron_double_left_20_filled": 58357, - "ic_fluent_chevron_double_left_20_regular": 58358, - "ic_fluent_chevron_double_right_20_filled": 58359, - "ic_fluent_chevron_double_right_20_regular": 58360, - "ic_fluent_chevron_double_up_20_filled": 58361, - "ic_fluent_chevron_double_up_20_regular": 58362, - "ic_fluent_chevron_down_20_filled": 58363, - "ic_fluent_chevron_down_20_regular": 58364, - "ic_fluent_chevron_down_up_20_filled": 58365, - "ic_fluent_chevron_down_up_20_regular": 58366, - "ic_fluent_chevron_left_20_filled": 58367, - "ic_fluent_chevron_left_20_regular": 58368, - "ic_fluent_chevron_right_20_filled": 58369, - "ic_fluent_chevron_right_20_regular": 58370, - "ic_fluent_chevron_up_20_filled": 58371, - "ic_fluent_chevron_up_20_regular": 58372, - "ic_fluent_chevron_up_down_20_filled": 58373, - "ic_fluent_chevron_up_down_20_regular": 58374, - "ic_fluent_circle_20_filled": 58375, - "ic_fluent_circle_20_regular": 58376, - "ic_fluent_circle_edit_20_filled": 58377, - "ic_fluent_circle_edit_20_regular": 58378, - "ic_fluent_circle_eraser_20_filled": 58379, - "ic_fluent_circle_eraser_20_regular": 58380, - "ic_fluent_circle_half_fill_20_filled": 58381, - "ic_fluent_circle_half_fill_20_regular": 58382, - "ic_fluent_circle_hint_20_filled": 58383, - "ic_fluent_circle_hint_20_regular": 58384, - "ic_fluent_circle_hint_half_vertical_20_filled": 58385, - "ic_fluent_circle_hint_half_vertical_20_regular": 58386, - "ic_fluent_circle_image_20_filled": 58387, - "ic_fluent_circle_image_20_regular": 58388, - "ic_fluent_circle_line_20_filled": 58389, - "ic_fluent_circle_line_20_regular": 58390, - "ic_fluent_circle_multiple_subtract_checkmark_20_filled": 58391, - "ic_fluent_circle_multiple_subtract_checkmark_20_regular": 58392, - "ic_fluent_circle_off_20_filled": 58393, - "ic_fluent_circle_off_20_regular": 58394, - "ic_fluent_circle_small_20_filled": 58395, - "ic_fluent_circle_small_20_regular": 58396, - "ic_fluent_city_20_filled": 58397, - "ic_fluent_city_20_regular": 58398, - "ic_fluent_class_20_filled": 58399, - "ic_fluent_class_20_regular": 58400, - "ic_fluent_classification_20_filled": 58401, - "ic_fluent_classification_20_regular": 58402, - "ic_fluent_clear_formatting_20_filled": 58403, - "ic_fluent_clear_formatting_20_regular": 58404, - "ic_fluent_clipboard_20_filled": 58405, - "ic_fluent_clipboard_20_regular": 58406, - "ic_fluent_clipboard_3_day_20_filled": 58407, - "ic_fluent_clipboard_3_day_20_regular": 58408, - "ic_fluent_clipboard_arrow_right_20_filled": 58409, - "ic_fluent_clipboard_arrow_right_20_regular": 58410, - "ic_fluent_clipboard_brush_20_filled": 58411, - "ic_fluent_clipboard_brush_20_regular": 58412, - "ic_fluent_clipboard_bullet_list_20_filled": 58413, - "ic_fluent_clipboard_bullet_list_20_regular": 58414, - "ic_fluent_clipboard_bullet_list_ltr_20_filled": 58415, - "ic_fluent_clipboard_bullet_list_ltr_20_regular": 58416, - "ic_fluent_clipboard_bullet_list_rtl_20_filled": 58417, - "ic_fluent_clipboard_bullet_list_rtl_20_regular": 58418, - "ic_fluent_clipboard_checkmark_20_filled": 58419, - "ic_fluent_clipboard_checkmark_20_regular": 58420, - "ic_fluent_clipboard_clock_20_filled": 58421, - "ic_fluent_clipboard_clock_20_regular": 58422, - "ic_fluent_clipboard_code_20_filled": 58423, - "ic_fluent_clipboard_code_20_regular": 58424, - "ic_fluent_clipboard_data_bar_20_filled": 58425, - "ic_fluent_clipboard_data_bar_20_regular": 58426, - "ic_fluent_clipboard_day_20_filled": 58427, - "ic_fluent_clipboard_day_20_regular": 58428, - "ic_fluent_clipboard_edit_20_filled": 58429, - "ic_fluent_clipboard_edit_20_regular": 58430, - "ic_fluent_clipboard_error_20_filled": 58431, - "ic_fluent_clipboard_error_20_regular": 58432, - "ic_fluent_clipboard_heart_20_filled": 58433, - "ic_fluent_clipboard_heart_20_regular": 58434, - "ic_fluent_clipboard_image_20_filled": 58435, - "ic_fluent_clipboard_image_20_regular": 58436, - "ic_fluent_clipboard_letter_20_filled": 58437, - "ic_fluent_clipboard_letter_20_regular": 58438, - "ic_fluent_clipboard_link_20_filled": 58439, - "ic_fluent_clipboard_link_20_regular": 58440, - "ic_fluent_clipboard_math_formula_20_filled": 58441, - "ic_fluent_clipboard_math_formula_20_regular": 58442, - "ic_fluent_clipboard_month_20_filled": 58443, - "ic_fluent_clipboard_month_20_regular": 58444, - "ic_fluent_clipboard_more_20_filled": 58445, - "ic_fluent_clipboard_more_20_regular": 58446, - "ic_fluent_clipboard_note_20_filled": 58447, - "ic_fluent_clipboard_note_20_regular": 58448, - "ic_fluent_clipboard_number_123_20_filled": 58449, - "ic_fluent_clipboard_number_123_20_regular": 58450, - "ic_fluent_clipboard_paste_20_filled": 58451, - "ic_fluent_clipboard_paste_20_regular": 58452, - "ic_fluent_clipboard_pulse_20_filled": 58453, - "ic_fluent_clipboard_pulse_20_regular": 58454, - "ic_fluent_clipboard_search_20_filled": 58455, - "ic_fluent_clipboard_search_20_regular": 58456, - "ic_fluent_clipboard_settings_20_filled": 58457, - "ic_fluent_clipboard_settings_20_regular": 58458, - "ic_fluent_clipboard_task_20_filled": 58459, - "ic_fluent_clipboard_task_20_regular": 58460, - "ic_fluent_clipboard_task_add_20_filled": 58461, - "ic_fluent_clipboard_task_add_20_regular": 58462, - "ic_fluent_clipboard_task_list_ltr_20_filled": 58463, - "ic_fluent_clipboard_task_list_ltr_20_regular": 58464, - "ic_fluent_clipboard_task_list_rtl_20_filled": 58465, - "ic_fluent_clipboard_task_list_rtl_20_regular": 58466, - "ic_fluent_clipboard_text_edit_20_filled": 58467, - "ic_fluent_clipboard_text_edit_20_regular": 58468, - "ic_fluent_clipboard_text_ltr_20_filled": 58469, - "ic_fluent_clipboard_text_ltr_20_regular": 58470, - "ic_fluent_clipboard_text_rtl_20_filled": 58471, - "ic_fluent_clipboard_text_rtl_20_regular": 58472, - "ic_fluent_clock_20_filled": 58473, - "ic_fluent_clock_20_regular": 58474, - "ic_fluent_clock_alarm_20_filled": 58475, - "ic_fluent_clock_alarm_20_regular": 58476, - "ic_fluent_clock_arrow_download_20_filled": 58477, - "ic_fluent_clock_arrow_download_20_regular": 58478, - "ic_fluent_clock_dismiss_20_filled": 58479, - "ic_fluent_clock_dismiss_20_regular": 58480, - "ic_fluent_clock_lock_20_filled": 58481, - "ic_fluent_clock_lock_20_regular": 58482, - "ic_fluent_clock_pause_20_filled": 58483, - "ic_fluent_clock_pause_20_regular": 58484, - "ic_fluent_clock_toolbox_20_filled": 58485, - "ic_fluent_clock_toolbox_20_regular": 58486, - "ic_fluent_closed_caption_20_filled": 58487, - "ic_fluent_closed_caption_20_regular": 58488, - "ic_fluent_closed_caption_off_20_filled": 58489, - "ic_fluent_closed_caption_off_20_regular": 58490, - "ic_fluent_cloud_20_filled": 58491, - "ic_fluent_cloud_20_regular": 58492, - "ic_fluent_cloud_add_20_filled": 58493, - "ic_fluent_cloud_add_20_regular": 58494, - "ic_fluent_cloud_archive_20_filled": 58495, - "ic_fluent_cloud_archive_20_regular": 58496, - "ic_fluent_cloud_arrow_down_20_filled": 58497, - "ic_fluent_cloud_arrow_down_20_regular": 58498, - "ic_fluent_cloud_arrow_right_20_filled": 58499, - "ic_fluent_cloud_arrow_right_20_regular": 58500, - "ic_fluent_cloud_arrow_up_20_filled": 58501, - "ic_fluent_cloud_arrow_up_20_regular": 58502, - "ic_fluent_cloud_beaker_20_filled": 58503, - "ic_fluent_cloud_beaker_20_regular": 58504, - "ic_fluent_cloud_bidirectional_20_filled": 58505, - "ic_fluent_cloud_bidirectional_20_regular": 58506, - "ic_fluent_cloud_checkmark_20_filled": 58507, - "ic_fluent_cloud_checkmark_20_regular": 58508, - "ic_fluent_cloud_cube_20_filled": 58509, - "ic_fluent_cloud_cube_20_regular": 58510, - "ic_fluent_cloud_database_20_filled": 58511, - "ic_fluent_cloud_database_20_regular": 58512, - "ic_fluent_cloud_desktop_20_filled": 58513, - "ic_fluent_cloud_desktop_20_regular": 58514, - "ic_fluent_cloud_dismiss_20_filled": 58515, - "ic_fluent_cloud_dismiss_20_regular": 58516, - "ic_fluent_cloud_edit_20_filled": 58517, - "ic_fluent_cloud_edit_20_regular": 58518, - "ic_fluent_cloud_error_20_filled": 58519, - "ic_fluent_cloud_error_20_regular": 58520, - "ic_fluent_cloud_flow_20_filled": 58521, - "ic_fluent_cloud_flow_20_regular": 58522, - "ic_fluent_cloud_link_20_filled": 58523, - "ic_fluent_cloud_link_20_regular": 58524, - "ic_fluent_cloud_off_20_filled": 58525, - "ic_fluent_cloud_off_20_regular": 58526, - "ic_fluent_cloud_swap_20_filled": 58527, - "ic_fluent_cloud_swap_20_regular": 58528, - "ic_fluent_cloud_sync_20_filled": 58529, - "ic_fluent_cloud_sync_20_regular": 58530, - "ic_fluent_cloud_words_20_filled": 58531, - "ic_fluent_cloud_words_20_regular": 58532, - "ic_fluent_clover_20_filled": 58533, - "ic_fluent_clover_20_regular": 58534, - "ic_fluent_code_20_filled": 58535, - "ic_fluent_code_20_regular": 58536, - "ic_fluent_code_block_20_filled": 58537, - "ic_fluent_code_block_20_regular": 58538, - "ic_fluent_code_circle_20_filled": 58539, - "ic_fluent_code_circle_20_regular": 58540, - "ic_fluent_code_text_20_filled": 58541, - "ic_fluent_code_text_20_regular": 58542, - "ic_fluent_code_text_edit_20_filled": 58543, - "ic_fluent_code_text_edit_20_regular": 58544, - "ic_fluent_collections_20_filled": 58545, - "ic_fluent_collections_20_regular": 58546, - "ic_fluent_collections_add_20_filled": 58547, - "ic_fluent_collections_add_20_regular": 58548, - "ic_fluent_color_20_filled": 58549, - "ic_fluent_color_20_regular": 58550, - "ic_fluent_color_background_20_filled": 58551, - "ic_fluent_color_background_20_regular": 58552, - "ic_fluent_color_background_accent_20_regular": 58553, - "ic_fluent_color_fill_20_filled": 58554, - "ic_fluent_color_fill_20_regular": 58555, - "ic_fluent_color_fill_accent_20_regular": 58556, - "ic_fluent_color_line_20_filled": 58557, - "ic_fluent_color_line_20_regular": 58558, - "ic_fluent_color_line_accent_20_regular": 58559, - "ic_fluent_column_20_filled": 58560, - "ic_fluent_column_20_regular": 58561, - "ic_fluent_column_arrow_right_20_filled": 58562, - "ic_fluent_column_arrow_right_20_regular": 58563, - "ic_fluent_column_double_compare_20_filled": 58564, - "ic_fluent_column_double_compare_20_regular": 58565, - "ic_fluent_column_edit_20_filled": 58566, - "ic_fluent_column_edit_20_regular": 58567, - "ic_fluent_column_single_compare_20_filled": 58568, - "ic_fluent_column_single_compare_20_regular": 58569, - "ic_fluent_column_triple_20_filled": 58570, - "ic_fluent_column_triple_20_regular": 58571, - "ic_fluent_column_triple_edit_20_filled": 58572, - "ic_fluent_column_triple_edit_20_regular": 58573, - "ic_fluent_comma_20_filled": 58574, - "ic_fluent_comma_20_regular": 58575, - "ic_fluent_comment_20_filled": 58576, - "ic_fluent_comment_20_regular": 58577, - "ic_fluent_comment_add_20_filled": 58578, - "ic_fluent_comment_add_20_regular": 58579, - "ic_fluent_comment_arrow_left_20_filled": 58580, - "ic_fluent_comment_arrow_left_20_regular": 58581, - "ic_fluent_comment_arrow_right_20_filled": 58582, - "ic_fluent_comment_arrow_right_20_regular": 58583, - "ic_fluent_comment_checkmark_20_filled": 58584, - "ic_fluent_comment_checkmark_20_regular": 58585, - "ic_fluent_comment_dismiss_20_filled": 58586, - "ic_fluent_comment_dismiss_20_regular": 58587, - "ic_fluent_comment_edit_20_filled": 58588, - "ic_fluent_comment_edit_20_regular": 58589, - "ic_fluent_comment_error_20_filled": 58590, - "ic_fluent_comment_error_20_regular": 58591, - "ic_fluent_comment_lightning_20_filled": 58592, - "ic_fluent_comment_lightning_20_regular": 58593, - "ic_fluent_comment_link_20_filled": 58594, - "ic_fluent_comment_link_20_regular": 58595, - "ic_fluent_comment_mention_20_filled": 58596, - "ic_fluent_comment_mention_20_regular": 58597, - "ic_fluent_comment_multiple_20_filled": 58598, - "ic_fluent_comment_multiple_20_regular": 58599, - "ic_fluent_comment_multiple_checkmark_20_filled": 58600, - "ic_fluent_comment_multiple_checkmark_20_regular": 58601, - "ic_fluent_comment_multiple_link_20_filled": 58602, - "ic_fluent_comment_multiple_link_20_regular": 58603, - "ic_fluent_comment_note_20_filled": 58604, - "ic_fluent_comment_note_20_regular": 58605, - "ic_fluent_comment_off_20_filled": 58606, - "ic_fluent_comment_off_20_regular": 58607, - "ic_fluent_communication_20_filled": 58608, - "ic_fluent_communication_20_regular": 58609, - "ic_fluent_communication_person_20_filled": 58610, - "ic_fluent_communication_person_20_regular": 58611, - "ic_fluent_communication_shield_20_filled": 58612, - "ic_fluent_communication_shield_20_regular": 58613, - "ic_fluent_compass_northwest_20_filled": 58614, - "ic_fluent_compass_northwest_20_regular": 58615, - "ic_fluent_compose_20_filled": 58616, - "ic_fluent_compose_20_regular": 58617, - "ic_fluent_conference_room_20_filled": 58618, - "ic_fluent_conference_room_20_regular": 58619, - "ic_fluent_connected_20_filled": 58620, - "ic_fluent_connected_20_regular": 58621, - "ic_fluent_connector_20_filled": 58622, - "ic_fluent_connector_20_regular": 58623, - "ic_fluent_contact_card_20_filled": 58624, - "ic_fluent_contact_card_20_regular": 58625, - "ic_fluent_contact_card_group_20_filled": 58626, - "ic_fluent_contact_card_group_20_regular": 58627, - "ic_fluent_contact_card_link_20_filled": 58628, - "ic_fluent_contact_card_link_20_regular": 58629, - "ic_fluent_contact_card_ribbon_20_filled": 58630, - "ic_fluent_contact_card_ribbon_20_regular": 58631, - "ic_fluent_content_settings_20_filled": 58632, - "ic_fluent_content_settings_20_regular": 58633, - "ic_fluent_content_view_20_filled": 58634, - "ic_fluent_content_view_20_regular": 58635, - "ic_fluent_content_view_gallery_20_filled": 58636, - "ic_fluent_content_view_gallery_20_regular": 58637, - "ic_fluent_content_view_gallery_lightning_20_filled": 58638, - "ic_fluent_content_view_gallery_lightning_20_regular": 58639, - "ic_fluent_contract_down_left_20_filled": 58640, - "ic_fluent_contract_down_left_20_regular": 58641, - "ic_fluent_contract_up_right_20_filled": 58642, - "ic_fluent_contract_up_right_20_regular": 58643, - "ic_fluent_control_button_20_filled": 58644, - "ic_fluent_control_button_20_regular": 58645, - "ic_fluent_convert_range_20_filled": 58646, - "ic_fluent_convert_range_20_regular": 58647, - "ic_fluent_cookies_20_filled": 58648, - "ic_fluent_cookies_20_regular": 58649, - "ic_fluent_copy_20_filled": 58650, - "ic_fluent_copy_20_regular": 58651, - "ic_fluent_copy_add_20_filled": 58652, - "ic_fluent_copy_add_20_regular": 58653, - "ic_fluent_copy_arrow_right_20_filled": 58654, - "ic_fluent_copy_arrow_right_20_regular": 58655, - "ic_fluent_copy_select_20_filled": 58656, - "ic_fluent_copy_select_20_regular": 58657, - "ic_fluent_couch_20_filled": 58658, - "ic_fluent_couch_20_regular": 58659, - "ic_fluent_credit_card_clock_20_filled": 58660, - "ic_fluent_credit_card_clock_20_regular": 58661, - "ic_fluent_credit_card_person_20_filled": 58662, - "ic_fluent_credit_card_person_20_regular": 58663, - "ic_fluent_credit_card_toolbox_20_filled": 58664, - "ic_fluent_credit_card_toolbox_20_regular": 58665, - "ic_fluent_crop_20_filled": 58666, - "ic_fluent_crop_20_regular": 58667, - "ic_fluent_crop_interim_20_filled": 58668, - "ic_fluent_crop_interim_20_regular": 58669, - "ic_fluent_crop_interim_off_20_filled": 58670, - "ic_fluent_crop_interim_off_20_regular": 58671, - "ic_fluent_crown_20_filled": 58672, - "ic_fluent_crown_20_regular": 58673, - "ic_fluent_cube_20_filled": 58674, - "ic_fluent_cube_20_regular": 58675, - "ic_fluent_cube_add_20_filled": 58676, - "ic_fluent_cube_add_20_regular": 58677, - "ic_fluent_cube_arrow_curve_down_20_filled": 58678, - "ic_fluent_cube_arrow_curve_down_20_regular": 58679, - "ic_fluent_cube_link_20_filled": 58680, - "ic_fluent_cube_link_20_regular": 58681, - "ic_fluent_cube_multiple_20_filled": 58682, - "ic_fluent_cube_multiple_20_regular": 58683, - "ic_fluent_cube_quick_20_filled": 58684, - "ic_fluent_cube_quick_20_regular": 58685, - "ic_fluent_cube_rotate_20_filled": 58686, - "ic_fluent_cube_rotate_20_regular": 58687, - "ic_fluent_cube_sync_20_filled": 58688, - "ic_fluent_cube_sync_20_regular": 58689, - "ic_fluent_cube_tree_20_filled": 58690, - "ic_fluent_cube_tree_20_regular": 58691, - "ic_fluent_currency_dollar_euro_20_filled": 58692, - "ic_fluent_currency_dollar_euro_20_regular": 58693, - "ic_fluent_currency_dollar_rupee_20_filled": 58694, - "ic_fluent_currency_dollar_rupee_20_regular": 58695, - "ic_fluent_cursor_20_filled": 58696, - "ic_fluent_cursor_20_regular": 58697, - "ic_fluent_cursor_click_20_filled": 58698, - "ic_fluent_cursor_click_20_regular": 58699, - "ic_fluent_cursor_hover_20_filled": 58700, - "ic_fluent_cursor_hover_20_regular": 58701, - "ic_fluent_cursor_hover_off_20_filled": 58702, - "ic_fluent_cursor_hover_off_20_regular": 58703, - "ic_fluent_cursor_prohibited_20_filled": 58704, - "ic_fluent_cursor_prohibited_20_regular": 58705, - "ic_fluent_cut_20_filled": 58706, - "ic_fluent_cut_20_regular": 58707, - "ic_fluent_dark_theme_20_filled": 58708, - "ic_fluent_dark_theme_20_regular": 58709, - "ic_fluent_data_area_20_filled": 58710, - "ic_fluent_data_area_20_regular": 58711, - "ic_fluent_data_bar_horizontal_20_filled": 58712, - "ic_fluent_data_bar_horizontal_20_regular": 58713, - "ic_fluent_data_bar_vertical_20_filled": 58714, - "ic_fluent_data_bar_vertical_20_regular": 58715, - "ic_fluent_data_bar_vertical_add_20_filled": 58716, - "ic_fluent_data_bar_vertical_add_20_regular": 58717, - "ic_fluent_data_bar_vertical_ascending_20_filled": 58718, - "ic_fluent_data_bar_vertical_ascending_20_regular": 58719, - "ic_fluent_data_bar_vertical_star_20_filled": 58720, - "ic_fluent_data_bar_vertical_star_20_regular": 58721, - "ic_fluent_data_funnel_20_filled": 58722, - "ic_fluent_data_funnel_20_regular": 58723, - "ic_fluent_data_histogram_20_filled": 58724, - "ic_fluent_data_histogram_20_regular": 58725, - "ic_fluent_data_line_20_filled": 58726, - "ic_fluent_data_line_20_regular": 58727, - "ic_fluent_data_pie_20_filled": 58728, - "ic_fluent_data_pie_20_regular": 58729, - "ic_fluent_data_scatter_20_filled": 58730, - "ic_fluent_data_scatter_20_regular": 58731, - "ic_fluent_data_sunburst_20_filled": 58732, - "ic_fluent_data_sunburst_20_regular": 58733, - "ic_fluent_data_treemap_20_filled": 58734, - "ic_fluent_data_treemap_20_regular": 58735, - "ic_fluent_data_trending_20_filled": 58736, - "ic_fluent_data_trending_20_regular": 58737, - "ic_fluent_data_usage_20_filled": 58738, - "ic_fluent_data_usage_20_regular": 58739, - "ic_fluent_data_usage_edit_20_filled": 58740, - "ic_fluent_data_usage_edit_20_regular": 58741, - "ic_fluent_data_usage_settings_20_filled": 58742, - "ic_fluent_data_usage_settings_20_regular": 58743, - "ic_fluent_data_usage_toolbox_20_filled": 58744, - "ic_fluent_data_usage_toolbox_20_regular": 58745, - "ic_fluent_data_waterfall_20_filled": 58746, - "ic_fluent_data_waterfall_20_regular": 58747, - "ic_fluent_data_whisker_20_filled": 58748, - "ic_fluent_data_whisker_20_regular": 58749, - "ic_fluent_database_20_filled": 58750, - "ic_fluent_database_20_regular": 58751, - "ic_fluent_database_arrow_down_20_filled": 58752, - "ic_fluent_database_arrow_down_20_regular": 58753, - "ic_fluent_database_arrow_right_20_filled": 58754, - "ic_fluent_database_arrow_right_20_regular": 58755, - "ic_fluent_database_arrow_up_20_filled": 58756, - "ic_fluent_database_arrow_up_20_regular": 58757, - "ic_fluent_database_lightning_20_filled": 58758, - "ic_fluent_database_lightning_20_regular": 58759, - "ic_fluent_database_link_20_filled": 58760, - "ic_fluent_database_link_20_regular": 58761, - "ic_fluent_database_multiple_20_filled": 58762, - "ic_fluent_database_multiple_20_regular": 58763, - "ic_fluent_database_person_20_filled": 58764, - "ic_fluent_database_person_20_regular": 58765, - "ic_fluent_database_plug_connected_20_filled": 58766, - "ic_fluent_database_plug_connected_20_regular": 58767, - "ic_fluent_database_search_20_filled": 58768, - "ic_fluent_database_search_20_regular": 58769, - "ic_fluent_database_switch_20_filled": 58770, - "ic_fluent_database_switch_20_regular": 58771, - "ic_fluent_database_warning_20_filled": 58772, - "ic_fluent_database_warning_20_regular": 58773, - "ic_fluent_database_window_20_filled": 58774, - "ic_fluent_database_window_20_regular": 58775, - "ic_fluent_decimal_arrow_left_20_filled": 58776, - "ic_fluent_decimal_arrow_left_20_regular": 58777, - "ic_fluent_decimal_arrow_right_20_filled": 58778, - "ic_fluent_decimal_arrow_right_20_regular": 58779, - "ic_fluent_delete_20_filled": 58780, - "ic_fluent_delete_20_regular": 58781, - "ic_fluent_delete_arrow_back_20_filled": 58782, - "ic_fluent_delete_arrow_back_20_regular": 58783, - "ic_fluent_delete_dismiss_20_filled": 58784, - "ic_fluent_delete_dismiss_20_regular": 58785, - "ic_fluent_delete_lines_20_filled": 58786, - "ic_fluent_delete_lines_20_regular": 58787, - "ic_fluent_delete_off_20_filled": 58788, - "ic_fluent_delete_off_20_regular": 58789, - "ic_fluent_dentist_20_filled": 58790, - "ic_fluent_dentist_20_regular": 58791, - "ic_fluent_design_ideas_20_filled": 58792, - "ic_fluent_design_ideas_20_regular": 58793, - "ic_fluent_desk_20_filled": 58794, - "ic_fluent_desk_20_regular": 58795, - "ic_fluent_desktop_20_filled": 58796, - "ic_fluent_desktop_20_regular": 58797, - "ic_fluent_desktop_arrow_down_20_filled": 58798, - "ic_fluent_desktop_arrow_down_20_regular": 58799, - "ic_fluent_desktop_arrow_right_20_filled": 58800, - "ic_fluent_desktop_arrow_right_20_regular": 58801, - "ic_fluent_desktop_checkmark_20_filled": 58802, - "ic_fluent_desktop_checkmark_20_regular": 58803, - "ic_fluent_desktop_cursor_20_filled": 58804, - "ic_fluent_desktop_cursor_20_regular": 58805, - "ic_fluent_desktop_edit_20_filled": 58806, - "ic_fluent_desktop_edit_20_regular": 58807, - "ic_fluent_desktop_flow_20_filled": 58808, - "ic_fluent_desktop_flow_20_regular": 58809, - "ic_fluent_desktop_keyboard_20_filled": 58810, - "ic_fluent_desktop_keyboard_20_regular": 58811, - "ic_fluent_desktop_mac_20_filled": 58812, - "ic_fluent_desktop_mac_20_regular": 58813, - "ic_fluent_desktop_pulse_20_filled": 58814, - "ic_fluent_desktop_pulse_20_regular": 58815, - "ic_fluent_desktop_signal_20_filled": 58816, - "ic_fluent_desktop_signal_20_regular": 58817, - "ic_fluent_desktop_speaker_20_filled": 58818, - "ic_fluent_desktop_speaker_20_regular": 58819, - "ic_fluent_desktop_speaker_off_20_filled": 58820, - "ic_fluent_desktop_speaker_off_20_regular": 58821, - "ic_fluent_desktop_sync_20_filled": 58822, - "ic_fluent_desktop_sync_20_regular": 58823, - "ic_fluent_desktop_toolbox_20_filled": 58824, - "ic_fluent_desktop_toolbox_20_regular": 58825, - "ic_fluent_desktop_tower_20_filled": 58826, - "ic_fluent_desktop_tower_20_regular": 58827, - "ic_fluent_developer_board_20_filled": 58828, - "ic_fluent_developer_board_20_regular": 58829, - "ic_fluent_developer_board_lightning_20_filled": 58830, - "ic_fluent_developer_board_lightning_20_regular": 58831, - "ic_fluent_developer_board_lightning_toolbox_20_filled": 58832, - "ic_fluent_developer_board_lightning_toolbox_20_regular": 58833, - "ic_fluent_developer_board_search_20_filled": 58834, - "ic_fluent_developer_board_search_20_regular": 58835, - "ic_fluent_device_eq_20_filled": 58836, - "ic_fluent_device_eq_20_regular": 58837, - "ic_fluent_device_meeting_room_20_filled": 58838, - "ic_fluent_device_meeting_room_20_regular": 58839, - "ic_fluent_device_meeting_room_remote_20_filled": 58840, - "ic_fluent_device_meeting_room_remote_20_regular": 58841, - "ic_fluent_diagram_20_filled": 58842, - "ic_fluent_diagram_20_regular": 58843, - "ic_fluent_dialpad_20_filled": 58844, - "ic_fluent_dialpad_20_regular": 58845, - "ic_fluent_dialpad_off_20_filled": 58846, - "ic_fluent_dialpad_off_20_regular": 58847, - "ic_fluent_dialpad_question_mark_20_filled": 58848, - "ic_fluent_dialpad_question_mark_20_regular": 58849, - "ic_fluent_diamond_20_filled": 58850, - "ic_fluent_diamond_20_regular": 58851, - "ic_fluent_directions_20_filled": 58852, - "ic_fluent_directions_20_regular": 58853, - "ic_fluent_dishwasher_20_filled": 58854, - "ic_fluent_dishwasher_20_regular": 58855, - "ic_fluent_dismiss_20_filled": 58856, - "ic_fluent_dismiss_20_regular": 58857, - "ic_fluent_dismiss_circle_20_filled": 58858, - "ic_fluent_dismiss_circle_20_regular": 58859, - "ic_fluent_dismiss_square_20_filled": 58860, - "ic_fluent_dismiss_square_20_regular": 58861, - "ic_fluent_dismiss_square_multiple_20_filled": 58862, - "ic_fluent_dismiss_square_multiple_20_regular": 58863, - "ic_fluent_diversity_20_filled": 58864, - "ic_fluent_diversity_20_regular": 58865, - "ic_fluent_divider_short_20_filled": 58866, - "ic_fluent_divider_short_20_regular": 58867, - "ic_fluent_divider_tall_20_filled": 58868, - "ic_fluent_divider_tall_20_regular": 58869, - "ic_fluent_dock_20_filled": 58870, - "ic_fluent_dock_20_regular": 58871, - "ic_fluent_dock_row_20_filled": 58872, - "ic_fluent_dock_row_20_regular": 58873, - "ic_fluent_doctor_20_filled": 58874, - "ic_fluent_doctor_20_regular": 58875, - "ic_fluent_document_100_20_filled": 58876, - "ic_fluent_document_100_20_regular": 58877, - "ic_fluent_document_20_filled": 58878, - "ic_fluent_document_20_regular": 58879, - "ic_fluent_document_add_20_filled": 58880, - "ic_fluent_document_add_20_regular": 58881, - "ic_fluent_document_arrow_down_20_filled": 58882, - "ic_fluent_document_arrow_down_20_regular": 58883, - "ic_fluent_document_arrow_left_20_filled": 58884, - "ic_fluent_document_arrow_left_20_regular": 58885, - "ic_fluent_document_arrow_right_20_filled": 58886, - "ic_fluent_document_arrow_right_20_regular": 58887, - "ic_fluent_document_arrow_up_20_filled": 58888, - "ic_fluent_document_arrow_up_20_regular": 58889, - "ic_fluent_document_border_20_filled": 58890, - "ic_fluent_document_border_20_regular": 58891, - "ic_fluent_document_border_print_20_filled": 58892, - "ic_fluent_document_border_print_20_regular": 58893, - "ic_fluent_document_briefcase_20_filled": 58894, - "ic_fluent_document_briefcase_20_regular": 58895, - "ic_fluent_document_bullet_list_20_filled": 58896, - "ic_fluent_document_bullet_list_20_regular": 58897, - "ic_fluent_document_bullet_list_arrow_left_20_filled": 58898, - "ic_fluent_document_bullet_list_arrow_left_20_regular": 58899, - "ic_fluent_document_bullet_list_clock_20_filled": 58900, - "ic_fluent_document_bullet_list_clock_20_regular": 58901, - "ic_fluent_document_bullet_list_cube_20_filled": 58902, - "ic_fluent_document_bullet_list_cube_20_regular": 58903, - "ic_fluent_document_bullet_list_multiple_20_filled": 58904, - "ic_fluent_document_bullet_list_multiple_20_regular": 58905, - "ic_fluent_document_bullet_list_off_20_filled": 58906, - "ic_fluent_document_bullet_list_off_20_regular": 58907, - "ic_fluent_document_catch_up_20_filled": 58908, - "ic_fluent_document_catch_up_20_regular": 58909, - "ic_fluent_document_checkmark_20_filled": 58910, - "ic_fluent_document_checkmark_20_regular": 58911, - "ic_fluent_document_chevron_double_20_filled": 58912, - "ic_fluent_document_chevron_double_20_regular": 58913, - "ic_fluent_document_copy_20_filled": 58914, - "ic_fluent_document_copy_20_regular": 58915, - "ic_fluent_document_css_20_filled": 58916, - "ic_fluent_document_css_20_regular": 58917, - "ic_fluent_document_cube_20_filled": 58918, - "ic_fluent_document_cube_20_regular": 58919, - "ic_fluent_document_data_20_filled": 58920, - "ic_fluent_document_data_20_regular": 58921, - "ic_fluent_document_data_link_20_filled": 58922, - "ic_fluent_document_data_link_20_regular": 58923, - "ic_fluent_document_data_lock_20_filled": 58924, - "ic_fluent_document_data_lock_20_regular": 58925, - "ic_fluent_document_database_20_filled": 58926, - "ic_fluent_document_database_20_regular": 58927, - "ic_fluent_document_dismiss_20_filled": 58928, - "ic_fluent_document_dismiss_20_regular": 58929, - "ic_fluent_document_edit_20_filled": 58930, - "ic_fluent_document_edit_20_regular": 58931, - "ic_fluent_document_endnote_20_filled": 58932, - "ic_fluent_document_endnote_20_regular": 58933, - "ic_fluent_document_error_20_filled": 58934, - "ic_fluent_document_error_20_regular": 58935, - "ic_fluent_document_fit_20_filled": 58936, - "ic_fluent_document_fit_20_regular": 58937, - "ic_fluent_document_flowchart_20_filled": 58938, - "ic_fluent_document_flowchart_20_regular": 58939, - "ic_fluent_document_folder_20_filled": 58940, - "ic_fluent_document_folder_20_regular": 58941, - "ic_fluent_document_footer_20_filled": 58942, - "ic_fluent_document_footer_20_regular": 58943, - "ic_fluent_document_footer_dismiss_20_filled": 58944, - "ic_fluent_document_footer_dismiss_20_regular": 58945, - "ic_fluent_document_header_20_filled": 58946, - "ic_fluent_document_header_20_regular": 58947, - "ic_fluent_document_header_arrow_down_20_filled": 58948, - "ic_fluent_document_header_arrow_down_20_regular": 58949, - "ic_fluent_document_header_dismiss_20_filled": 58950, - "ic_fluent_document_header_dismiss_20_regular": 58951, - "ic_fluent_document_header_footer_20_filled": 58952, - "ic_fluent_document_header_footer_20_regular": 58953, - "ic_fluent_document_heart_20_filled": 58954, - "ic_fluent_document_heart_20_regular": 58955, - "ic_fluent_document_heart_pulse_20_filled": 58956, - "ic_fluent_document_heart_pulse_20_regular": 58957, - "ic_fluent_document_image_20_filled": 58958, - "ic_fluent_document_image_20_regular": 58959, - "ic_fluent_document_java_20_filled": 58960, - "ic_fluent_document_java_20_regular": 58961, - "ic_fluent_document_javascript_20_filled": 58962, - "ic_fluent_document_javascript_20_regular": 58963, - "ic_fluent_document_key_20_filled": 58964, - "ic_fluent_document_key_20_regular": 58965, - "ic_fluent_document_landscape_20_filled": 58966, - "ic_fluent_document_landscape_20_regular": 58967, - "ic_fluent_document_landscape_data_20_filled": 58968, - "ic_fluent_document_landscape_data_20_regular": 58969, - "ic_fluent_document_landscape_split_20_filled": 58970, - "ic_fluent_document_landscape_split_20_regular": 58971, - "ic_fluent_document_landscape_split_hint_20_filled": 58972, - "ic_fluent_document_landscape_split_hint_20_regular": 58973, - "ic_fluent_document_lightning_20_filled": 58974, - "ic_fluent_document_lightning_20_regular": 58975, - "ic_fluent_document_link_20_filled": 58976, - "ic_fluent_document_link_20_regular": 58977, - "ic_fluent_document_lock_20_filled": 58978, - "ic_fluent_document_lock_20_regular": 58979, - "ic_fluent_document_margins_20_filled": 58980, - "ic_fluent_document_margins_20_regular": 58981, - "ic_fluent_document_mention_20_filled": 58982, - "ic_fluent_document_mention_20_regular": 58983, - "ic_fluent_document_multiple_20_filled": 58984, - "ic_fluent_document_multiple_20_regular": 58985, - "ic_fluent_document_multiple_percent_20_filled": 58986, - "ic_fluent_document_multiple_percent_20_regular": 58987, - "ic_fluent_document_multiple_prohibited_20_filled": 58988, - "ic_fluent_document_multiple_prohibited_20_regular": 58989, - "ic_fluent_document_multiple_sync_20_filled": 58990, - "ic_fluent_document_multiple_sync_20_regular": 58991, - "ic_fluent_document_one_page_20_filled": 58992, - "ic_fluent_document_one_page_20_regular": 58993, - "ic_fluent_document_one_page_add_20_filled": 58994, - "ic_fluent_document_one_page_add_20_regular": 58995, - "ic_fluent_document_one_page_columns_20_filled": 58996, - "ic_fluent_document_one_page_columns_20_regular": 58997, - "ic_fluent_document_one_page_link_20_filled": 58998, - "ic_fluent_document_one_page_link_20_regular": 58999, - "ic_fluent_document_one_page_multiple_20_filled": 59000, - "ic_fluent_document_one_page_multiple_20_regular": 59001, - "ic_fluent_document_one_page_sparkle_20_filled": 59002, - "ic_fluent_document_one_page_sparkle_20_regular": 59003, - "ic_fluent_document_page_bottom_center_20_filled": 59004, - "ic_fluent_document_page_bottom_center_20_regular": 59005, - "ic_fluent_document_page_bottom_left_20_filled": 59006, - "ic_fluent_document_page_bottom_left_20_regular": 59007, - "ic_fluent_document_page_bottom_right_20_filled": 59008, - "ic_fluent_document_page_bottom_right_20_regular": 59009, - "ic_fluent_document_page_break_20_filled": 59010, - "ic_fluent_document_page_break_20_regular": 59011, - "ic_fluent_document_page_number_20_filled": 59012, - "ic_fluent_document_page_number_20_regular": 59013, - "ic_fluent_document_page_top_center_20_filled": 59014, - "ic_fluent_document_page_top_center_20_regular": 59015, - "ic_fluent_document_page_top_left_20_filled": 59016, - "ic_fluent_document_page_top_left_20_regular": 59017, - "ic_fluent_document_page_top_right_20_filled": 59018, - "ic_fluent_document_page_top_right_20_regular": 59019, - "ic_fluent_document_pdf_20_filled": 59020, - "ic_fluent_document_pdf_20_regular": 59021, - "ic_fluent_document_percent_20_filled": 59022, - "ic_fluent_document_percent_20_regular": 59023, - "ic_fluent_document_person_20_filled": 59024, - "ic_fluent_document_person_20_regular": 59025, - "ic_fluent_document_pill_20_filled": 59026, - "ic_fluent_document_pill_20_regular": 59027, - "ic_fluent_document_print_20_filled": 59028, - "ic_fluent_document_print_20_regular": 59029, - "ic_fluent_document_prohibited_20_filled": 59030, - "ic_fluent_document_prohibited_20_regular": 59031, - "ic_fluent_document_question_mark_20_filled": 59032, - "ic_fluent_document_question_mark_20_regular": 59033, - "ic_fluent_document_queue_20_filled": 59034, - "ic_fluent_document_queue_20_regular": 59035, - "ic_fluent_document_queue_add_20_filled": 59036, - "ic_fluent_document_queue_add_20_regular": 59037, - "ic_fluent_document_queue_multiple_20_filled": 59038, - "ic_fluent_document_queue_multiple_20_regular": 59039, - "ic_fluent_document_ribbon_20_filled": 59040, - "ic_fluent_document_ribbon_20_regular": 59041, - "ic_fluent_document_sass_20_filled": 59042, - "ic_fluent_document_sass_20_regular": 59043, - "ic_fluent_document_save_20_filled": 59044, - "ic_fluent_document_save_20_regular": 59045, - "ic_fluent_document_search_20_filled": 59046, - "ic_fluent_document_search_20_regular": 59047, - "ic_fluent_document_settings_20_filled": 59048, - "ic_fluent_document_settings_20_regular": 59049, - "ic_fluent_document_signature_20_filled": 59050, - "ic_fluent_document_signature_20_regular": 59051, - "ic_fluent_document_split_hint_20_filled": 59052, - "ic_fluent_document_split_hint_20_regular": 59053, - "ic_fluent_document_split_hint_off_20_filled": 59054, - "ic_fluent_document_split_hint_off_20_regular": 59055, - "ic_fluent_document_sync_20_filled": 59056, - "ic_fluent_document_sync_20_regular": 59057, - "ic_fluent_document_table_20_filled": 59058, - "ic_fluent_document_table_20_regular": 59059, - "ic_fluent_document_table_arrow_right_20_filled": 59060, - "ic_fluent_document_table_arrow_right_20_regular": 59061, - "ic_fluent_document_table_checkmark_20_filled": 59062, - "ic_fluent_document_table_checkmark_20_regular": 59063, - "ic_fluent_document_table_cube_20_filled": 59064, - "ic_fluent_document_table_cube_20_regular": 59065, - "ic_fluent_document_table_search_20_filled": 59066, - "ic_fluent_document_table_search_20_regular": 59067, - "ic_fluent_document_table_truck_20_filled": 59068, - "ic_fluent_document_table_truck_20_regular": 59069, - "ic_fluent_document_text_20_filled": 59070, - "ic_fluent_document_text_20_regular": 59071, - "ic_fluent_document_text_clock_20_filled": 59072, - "ic_fluent_document_text_clock_20_regular": 59073, - "ic_fluent_document_text_extract_20_filled": 59074, - "ic_fluent_document_text_extract_20_regular": 59075, - "ic_fluent_document_text_link_20_filled": 59076, - "ic_fluent_document_text_link_20_regular": 59077, - "ic_fluent_document_text_toolbox_20_filled": 59078, - "ic_fluent_document_text_toolbox_20_regular": 59079, - "ic_fluent_document_toolbox_20_filled": 59080, - "ic_fluent_document_toolbox_20_regular": 59081, - "ic_fluent_document_width_20_filled": 59082, - "ic_fluent_document_width_20_regular": 59083, - "ic_fluent_document_yml_20_filled": 59084, - "ic_fluent_document_yml_20_regular": 59085, - "ic_fluent_door_20_filled": 59086, - "ic_fluent_door_20_regular": 59087, - "ic_fluent_door_arrow_left_20_filled": 59088, - "ic_fluent_door_arrow_left_20_regular": 59089, - "ic_fluent_door_arrow_right_20_filled": 59090, - "ic_fluent_door_arrow_right_20_regular": 59091, - "ic_fluent_door_tag_20_filled": 59092, - "ic_fluent_door_tag_20_regular": 59093, - "ic_fluent_double_swipe_down_20_filled": 59094, - "ic_fluent_double_swipe_down_20_regular": 59095, - "ic_fluent_double_swipe_up_20_filled": 59096, - "ic_fluent_double_swipe_up_20_regular": 59097, - "ic_fluent_double_tap_swipe_down_20_filled": 59098, - "ic_fluent_double_tap_swipe_down_20_regular": 59099, - "ic_fluent_double_tap_swipe_up_20_filled": 59100, - "ic_fluent_double_tap_swipe_up_20_regular": 59101, - "ic_fluent_drafts_20_filled": 59102, - "ic_fluent_drafts_20_regular": 59103, - "ic_fluent_drag_20_filled": 59104, - "ic_fluent_drag_20_regular": 59105, - "ic_fluent_draw_image_20_filled": 59106, - "ic_fluent_draw_image_20_regular": 59107, - "ic_fluent_draw_shape_20_filled": 59108, - "ic_fluent_draw_shape_20_regular": 59109, - "ic_fluent_draw_text_20_filled": 59110, - "ic_fluent_draw_text_20_regular": 59111, - "ic_fluent_drawer_20_filled": 59112, - "ic_fluent_drawer_20_regular": 59113, - "ic_fluent_drawer_add_20_filled": 59114, - "ic_fluent_drawer_add_20_regular": 59115, - "ic_fluent_drawer_arrow_download_20_filled": 59116, - "ic_fluent_drawer_arrow_download_20_regular": 59117, - "ic_fluent_drawer_dismiss_20_filled": 59118, - "ic_fluent_drawer_dismiss_20_regular": 59119, - "ic_fluent_drawer_play_20_filled": 59120, - "ic_fluent_drawer_play_20_regular": 59121, - "ic_fluent_drawer_subtract_20_filled": 59122, - "ic_fluent_drawer_subtract_20_regular": 59123, - "ic_fluent_drink_beer_20_filled": 59124, - "ic_fluent_drink_beer_20_regular": 59125, - "ic_fluent_drink_bottle_20_filled": 59126, - "ic_fluent_drink_bottle_20_regular": 59127, - "ic_fluent_drink_bottle_off_20_filled": 59128, - "ic_fluent_drink_bottle_off_20_regular": 59129, - "ic_fluent_drink_coffee_20_filled": 59130, - "ic_fluent_drink_coffee_20_regular": 59131, - "ic_fluent_drink_margarita_20_filled": 59132, - "ic_fluent_drink_margarita_20_regular": 59133, - "ic_fluent_drink_to_go_20_filled": 59134, - "ic_fluent_drink_to_go_20_regular": 59135, - "ic_fluent_drink_wine_20_filled": 59136, - "ic_fluent_drink_wine_20_regular": 59137, - "ic_fluent_drive_train_20_filled": 59138, - "ic_fluent_drive_train_20_regular": 59139, - "ic_fluent_drop_20_filled": 59140, - "ic_fluent_drop_20_regular": 59141, - "ic_fluent_dual_screen_20_filled": 59142, - "ic_fluent_dual_screen_20_regular": 59143, - "ic_fluent_dual_screen_add_20_filled": 59144, - "ic_fluent_dual_screen_add_20_regular": 59145, - "ic_fluent_dual_screen_arrow_right_20_filled": 59146, - "ic_fluent_dual_screen_arrow_right_20_regular": 59147, - "ic_fluent_dual_screen_arrow_up_20_filled": 59148, - "ic_fluent_dual_screen_arrow_up_20_regular": 59149, - "ic_fluent_dual_screen_clock_20_filled": 59150, - "ic_fluent_dual_screen_clock_20_regular": 59151, - "ic_fluent_dual_screen_closed_alert_20_filled": 59152, - "ic_fluent_dual_screen_closed_alert_20_regular": 59153, - "ic_fluent_dual_screen_desktop_20_filled": 59154, - "ic_fluent_dual_screen_desktop_20_regular": 59155, - "ic_fluent_dual_screen_dismiss_20_filled": 59156, - "ic_fluent_dual_screen_dismiss_20_regular": 59157, - "ic_fluent_dual_screen_group_20_filled": 59158, - "ic_fluent_dual_screen_group_20_regular": 59159, - "ic_fluent_dual_screen_header_20_filled": 59160, - "ic_fluent_dual_screen_header_20_regular": 59161, - "ic_fluent_dual_screen_lock_20_filled": 59162, - "ic_fluent_dual_screen_lock_20_regular": 59163, - "ic_fluent_dual_screen_mirror_20_filled": 59164, - "ic_fluent_dual_screen_mirror_20_regular": 59165, - "ic_fluent_dual_screen_pagination_20_filled": 59166, - "ic_fluent_dual_screen_pagination_20_regular": 59167, - "ic_fluent_dual_screen_settings_20_filled": 59168, - "ic_fluent_dual_screen_settings_20_regular": 59169, - "ic_fluent_dual_screen_span_20_filled": 59170, - "ic_fluent_dual_screen_span_20_regular": 59171, - "ic_fluent_dual_screen_speaker_20_filled": 59172, - "ic_fluent_dual_screen_speaker_20_regular": 59173, - "ic_fluent_dual_screen_status_bar_20_filled": 59174, - "ic_fluent_dual_screen_status_bar_20_regular": 59175, - "ic_fluent_dual_screen_tablet_20_filled": 59176, - "ic_fluent_dual_screen_tablet_20_regular": 59177, - "ic_fluent_dual_screen_update_20_filled": 59178, - "ic_fluent_dual_screen_update_20_regular": 59179, - "ic_fluent_dual_screen_vertical_scroll_20_filled": 59180, - "ic_fluent_dual_screen_vertical_scroll_20_regular": 59181, - "ic_fluent_dual_screen_vibrate_20_filled": 59182, - "ic_fluent_dual_screen_vibrate_20_regular": 59183, - "ic_fluent_dumbbell_20_filled": 59184, - "ic_fluent_dumbbell_20_regular": 59185, - "ic_fluent_dust_20_filled": 59186, - "ic_fluent_dust_20_regular": 59187, - "ic_fluent_earth_20_filled": 59188, - "ic_fluent_earth_20_regular": 59189, - "ic_fluent_earth_leaf_20_filled": 59190, - "ic_fluent_earth_leaf_20_regular": 59191, - "ic_fluent_edit_20_filled": 59192, - "ic_fluent_edit_20_regular": 59193, - "ic_fluent_edit_arrow_back_20_filled": 59194, - "ic_fluent_edit_arrow_back_20_regular": 59195, - "ic_fluent_edit_off_20_filled": 59196, - "ic_fluent_edit_off_20_regular": 59197, - "ic_fluent_edit_prohibited_20_filled": 59198, - "ic_fluent_edit_prohibited_20_regular": 59199, - "ic_fluent_edit_settings_20_filled": 59200, - "ic_fluent_edit_settings_20_regular": 59201, - "ic_fluent_elevator_20_filled": 59202, - "ic_fluent_elevator_20_regular": 59203, - "ic_fluent_emoji_20_filled": 59204, - "ic_fluent_emoji_20_regular": 59205, - "ic_fluent_emoji_add_20_filled": 59206, - "ic_fluent_emoji_add_20_regular": 59207, - "ic_fluent_emoji_angry_20_filled": 59208, - "ic_fluent_emoji_angry_20_regular": 59209, - "ic_fluent_emoji_edit_20_filled": 59210, - "ic_fluent_emoji_edit_20_regular": 59211, - "ic_fluent_emoji_hand_20_filled": 59212, - "ic_fluent_emoji_hand_20_regular": 59213, - "ic_fluent_emoji_hint_20_filled": 59214, - "ic_fluent_emoji_hint_20_regular": 59215, - "ic_fluent_emoji_laugh_20_filled": 59216, - "ic_fluent_emoji_laugh_20_regular": 59217, - "ic_fluent_emoji_meh_20_filled": 59218, - "ic_fluent_emoji_meh_20_regular": 59219, - "ic_fluent_emoji_multiple_20_filled": 59220, - "ic_fluent_emoji_multiple_20_regular": 59221, - "ic_fluent_emoji_sad_20_filled": 59222, - "ic_fluent_emoji_sad_20_regular": 59223, - "ic_fluent_emoji_sad_slight_20_filled": 59224, - "ic_fluent_emoji_sad_slight_20_regular": 59225, - "ic_fluent_emoji_smile_slight_20_filled": 59226, - "ic_fluent_emoji_smile_slight_20_regular": 59227, - "ic_fluent_emoji_sparkle_20_filled": 59228, - "ic_fluent_emoji_sparkle_20_regular": 59229, - "ic_fluent_emoji_surprise_20_filled": 59230, - "ic_fluent_emoji_surprise_20_regular": 59231, - "ic_fluent_engine_20_filled": 59232, - "ic_fluent_engine_20_regular": 59233, - "ic_fluent_equal_circle_20_filled": 59234, - "ic_fluent_equal_circle_20_regular": 59235, - "ic_fluent_equal_off_20_filled": 59236, - "ic_fluent_equal_off_20_regular": 59237, - "ic_fluent_eraser_20_filled": 59238, - "ic_fluent_eraser_20_regular": 59239, - "ic_fluent_eraser_medium_20_filled": 59240, - "ic_fluent_eraser_medium_20_regular": 59241, - "ic_fluent_eraser_segment_20_filled": 59242, - "ic_fluent_eraser_segment_20_regular": 59243, - "ic_fluent_eraser_small_20_filled": 59244, - "ic_fluent_eraser_small_20_regular": 59245, - "ic_fluent_eraser_tool_20_filled": 59246, - "ic_fluent_eraser_tool_20_regular": 59247, - "ic_fluent_error_circle_20_filled": 59248, - "ic_fluent_error_circle_20_regular": 59249, - "ic_fluent_error_circle_settings_20_filled": 59250, - "ic_fluent_error_circle_settings_20_regular": 59251, - "ic_fluent_expand_up_left_20_filled": 59252, - "ic_fluent_expand_up_left_20_regular": 59253, - "ic_fluent_expand_up_right_20_filled": 59254, - "ic_fluent_expand_up_right_20_regular": 59255, - "ic_fluent_extended_dock_20_filled": 59256, - "ic_fluent_extended_dock_20_regular": 59257, - "ic_fluent_eye_20_filled": 59258, - "ic_fluent_eye_20_regular": 59259, - "ic_fluent_eye_lines_20_filled": 59260, - "ic_fluent_eye_lines_20_regular": 59261, - "ic_fluent_eye_off_20_filled": 59262, - "ic_fluent_eye_off_20_regular": 59263, - "ic_fluent_eye_tracking_20_filled": 59264, - "ic_fluent_eye_tracking_20_regular": 59265, - "ic_fluent_eye_tracking_off_20_filled": 59266, - "ic_fluent_eye_tracking_off_20_regular": 59267, - "ic_fluent_eyedropper_20_filled": 59268, - "ic_fluent_eyedropper_20_regular": 59269, - "ic_fluent_eyedropper_off_20_filled": 59270, - "ic_fluent_eyedropper_off_20_regular": 59271, - "ic_fluent_f_stop_20_filled": 59272, - "ic_fluent_f_stop_20_regular": 59273, - "ic_fluent_fast_acceleration_20_filled": 59274, - "ic_fluent_fast_acceleration_20_regular": 59275, - "ic_fluent_fast_forward_20_filled": 59276, - "ic_fluent_fast_forward_20_regular": 59277, - "ic_fluent_fax_20_filled": 59278, - "ic_fluent_fax_20_regular": 59279, - "ic_fluent_feed_20_filled": 59280, - "ic_fluent_feed_20_regular": 59281, - "ic_fluent_filmstrip_20_filled": 59282, - "ic_fluent_filmstrip_20_regular": 59283, - "ic_fluent_filmstrip_image_20_filled": 59284, - "ic_fluent_filmstrip_image_20_regular": 59285, - "ic_fluent_filmstrip_play_20_filled": 59286, - "ic_fluent_filmstrip_play_20_regular": 59287, - "ic_fluent_filmstrip_split_20_filled": 59288, - "ic_fluent_filmstrip_split_20_regular": 59289, - "ic_fluent_filter_20_filled": 59290, - "ic_fluent_filter_20_regular": 59291, - "ic_fluent_filter_add_20_filled": 59292, - "ic_fluent_filter_add_20_regular": 59293, - "ic_fluent_filter_dismiss_20_filled": 59294, - "ic_fluent_filter_dismiss_20_regular": 59295, - "ic_fluent_filter_sync_20_filled": 59296, - "ic_fluent_filter_sync_20_regular": 59297, - "ic_fluent_fingerprint_20_filled": 59298, - "ic_fluent_fingerprint_20_regular": 59299, - "ic_fluent_fire_20_filled": 59300, - "ic_fluent_fire_20_regular": 59301, - "ic_fluent_fireplace_20_filled": 59302, - "ic_fluent_fireplace_20_regular": 59303, - "ic_fluent_fixed_width_20_filled": 59304, - "ic_fluent_fixed_width_20_regular": 59305, - "ic_fluent_flag_20_filled": 59306, - "ic_fluent_flag_20_regular": 59307, - "ic_fluent_flag_checkered_20_filled": 59308, - "ic_fluent_flag_checkered_20_regular": 59309, - "ic_fluent_flag_clock_20_filled": 59310, - "ic_fluent_flag_clock_20_regular": 59311, - "ic_fluent_flag_off_20_filled": 59312, - "ic_fluent_flag_off_20_regular": 59313, - "ic_fluent_flag_pride_20_filled": 59314, - "ic_fluent_flag_pride_intersex_inclusive_progress_20_filled": 59315, - "ic_fluent_flag_pride_philadelphia_20_filled": 59316, - "ic_fluent_flag_pride_progress_20_filled": 59317, - "ic_fluent_flash_20_filled": 59318, - "ic_fluent_flash_20_regular": 59319, - "ic_fluent_flash_add_20_filled": 59320, - "ic_fluent_flash_add_20_regular": 59321, - "ic_fluent_flash_auto_20_filled": 59322, - "ic_fluent_flash_auto_20_regular": 59323, - "ic_fluent_flash_checkmark_20_filled": 59324, - "ic_fluent_flash_checkmark_20_regular": 59325, - "ic_fluent_flash_flow_20_filled": 59326, - "ic_fluent_flash_flow_20_regular": 59327, - "ic_fluent_flash_off_20_filled": 59328, - "ic_fluent_flash_off_20_regular": 59329, - "ic_fluent_flash_play_20_filled": 59330, - "ic_fluent_flash_play_20_regular": 59331, - "ic_fluent_flash_settings_20_filled": 59332, - "ic_fluent_flash_settings_20_regular": 59333, - "ic_fluent_flash_sparkle_20_filled": 59334, - "ic_fluent_flash_sparkle_20_regular": 59335, - "ic_fluent_flashlight_20_filled": 59336, - "ic_fluent_flashlight_20_regular": 59337, - "ic_fluent_flashlight_off_20_filled": 59338, - "ic_fluent_flashlight_off_20_regular": 59339, - "ic_fluent_flip_horizontal_20_filled": 59340, - "ic_fluent_flip_horizontal_20_regular": 59341, - "ic_fluent_flip_vertical_20_filled": 59342, - "ic_fluent_flip_vertical_20_regular": 59343, - "ic_fluent_flow_20_filled": 59344, - "ic_fluent_flow_20_regular": 59345, - "ic_fluent_flowchart_20_filled": 59346, - "ic_fluent_flowchart_20_regular": 59347, - "ic_fluent_flowchart_circle_20_filled": 59348, - "ic_fluent_flowchart_circle_20_regular": 59349, - "ic_fluent_fluent_20_filled": 59350, - "ic_fluent_fluent_20_regular": 59351, - "ic_fluent_fluid_20_filled": 59352, - "ic_fluent_fluid_20_regular": 59353, - "ic_fluent_folder_20_filled": 59354, - "ic_fluent_folder_20_regular": 59355, - "ic_fluent_folder_add_20_filled": 59356, - "ic_fluent_folder_add_20_regular": 59357, - "ic_fluent_folder_arrow_left_20_filled": 59358, - "ic_fluent_folder_arrow_left_20_regular": 59359, - "ic_fluent_folder_arrow_right_20_filled": 59360, - "ic_fluent_folder_arrow_right_20_regular": 59361, - "ic_fluent_folder_arrow_up_20_filled": 59362, - "ic_fluent_folder_arrow_up_20_regular": 59363, - "ic_fluent_folder_briefcase_20_filled": 59364, - "ic_fluent_folder_briefcase_20_regular": 59365, - "ic_fluent_folder_globe_20_filled": 59366, - "ic_fluent_folder_globe_20_regular": 59367, - "ic_fluent_folder_lightning_20_filled": 59368, - "ic_fluent_folder_lightning_20_regular": 59369, - "ic_fluent_folder_link_20_filled": 59370, - "ic_fluent_folder_link_20_regular": 59371, - "ic_fluent_folder_list_20_filled": 59372, - "ic_fluent_folder_list_20_regular": 59373, - "ic_fluent_folder_mail_20_filled": 59374, - "ic_fluent_folder_mail_20_regular": 59375, - "ic_fluent_folder_open_20_filled": 59376, - "ic_fluent_folder_open_20_regular": 59377, - "ic_fluent_folder_open_vertical_20_filled": 59378, - "ic_fluent_folder_open_vertical_20_regular": 59379, - "ic_fluent_folder_people_20_filled": 59380, - "ic_fluent_folder_people_20_regular": 59381, - "ic_fluent_folder_person_20_filled": 59382, - "ic_fluent_folder_person_20_regular": 59383, - "ic_fluent_folder_prohibited_20_filled": 59384, - "ic_fluent_folder_prohibited_20_regular": 59385, - "ic_fluent_folder_search_20_filled": 59386, - "ic_fluent_folder_search_20_regular": 59387, - "ic_fluent_folder_swap_20_filled": 59388, - "ic_fluent_folder_swap_20_regular": 59389, - "ic_fluent_folder_sync_20_filled": 59390, - "ic_fluent_folder_sync_20_regular": 59391, - "ic_fluent_folder_zip_20_filled": 59392, - "ic_fluent_folder_zip_20_regular": 59393, - "ic_fluent_font_decrease_20_filled": 59394, - "ic_fluent_font_decrease_20_regular": 59395, - "ic_fluent_font_increase_20_filled": 59396, - "ic_fluent_font_increase_20_regular": 59397, - "ic_fluent_font_space_tracking_in_20_filled": 59398, - "ic_fluent_font_space_tracking_in_20_regular": 59399, - "ic_fluent_font_space_tracking_out_20_filled": 59400, - "ic_fluent_font_space_tracking_out_20_regular": 59401, - "ic_fluent_food_20_filled": 59402, - "ic_fluent_food_20_regular": 59403, - "ic_fluent_food_apple_20_filled": 59404, - "ic_fluent_food_apple_20_regular": 59405, - "ic_fluent_food_cake_20_filled": 59406, - "ic_fluent_food_cake_20_regular": 59407, - "ic_fluent_food_carrot_20_filled": 59408, - "ic_fluent_food_carrot_20_regular": 59409, - "ic_fluent_food_chicken_leg_20_filled": 59410, - "ic_fluent_food_chicken_leg_20_regular": 59411, - "ic_fluent_food_egg_20_filled": 59412, - "ic_fluent_food_egg_20_regular": 59413, - "ic_fluent_food_fish_20_filled": 59414, - "ic_fluent_food_fish_20_regular": 59415, - "ic_fluent_food_grains_20_filled": 59416, - "ic_fluent_food_grains_20_regular": 59417, - "ic_fluent_food_pizza_20_filled": 59418, - "ic_fluent_food_pizza_20_regular": 59419, - "ic_fluent_food_toast_20_filled": 59420, - "ic_fluent_food_toast_20_regular": 59421, - "ic_fluent_form_20_filled": 59422, - "ic_fluent_form_20_regular": 59423, - "ic_fluent_form_multiple_20_filled": 59424, - "ic_fluent_form_multiple_20_regular": 59425, - "ic_fluent_form_new_20_filled": 59426, - "ic_fluent_form_new_20_regular": 59427, - "ic_fluent_fps_120_20_filled": 59428, - "ic_fluent_fps_120_20_regular": 59429, - "ic_fluent_fps_240_20_filled": 59430, - "ic_fluent_fps_240_20_regular": 59431, - "ic_fluent_fps_30_20_filled": 59432, - "ic_fluent_fps_30_20_regular": 59433, - "ic_fluent_fps_60_20_filled": 59434, - "ic_fluent_fps_60_20_regular": 59435, - "ic_fluent_fps_960_20_filled": 59436, - "ic_fluent_fps_960_20_regular": 59437, - "ic_fluent_frame_20_filled": 59438, - "ic_fluent_frame_20_regular": 59439, - "ic_fluent_full_screen_maximize_20_filled": 59440, - "ic_fluent_full_screen_maximize_20_regular": 59441, - "ic_fluent_full_screen_minimize_20_filled": 59442, - "ic_fluent_full_screen_minimize_20_regular": 59443, - "ic_fluent_games_20_filled": 59444, - "ic_fluent_games_20_regular": 59445, - "ic_fluent_gantt_chart_20_filled": 59446, - "ic_fluent_gantt_chart_20_regular": 59447, - "ic_fluent_gas_20_filled": 59448, - "ic_fluent_gas_20_regular": 59449, - "ic_fluent_gas_pump_20_filled": 59450, - "ic_fluent_gas_pump_20_regular": 59451, - "ic_fluent_gather_20_filled": 59452, - "ic_fluent_gather_20_regular": 59453, - "ic_fluent_gauge_20_filled": 59454, - "ic_fluent_gauge_20_regular": 59455, - "ic_fluent_gauge_add_20_filled": 59456, - "ic_fluent_gauge_add_20_regular": 59457, - "ic_fluent_gavel_20_filled": 59458, - "ic_fluent_gavel_20_regular": 59459, - "ic_fluent_gavel_prohibited_20_filled": 59460, - "ic_fluent_gavel_prohibited_20_regular": 59461, - "ic_fluent_gesture_20_filled": 59462, - "ic_fluent_gesture_20_regular": 59463, - "ic_fluent_gif_20_filled": 59464, - "ic_fluent_gif_20_regular": 59465, - "ic_fluent_gift_20_filled": 59466, - "ic_fluent_gift_20_regular": 59467, - "ic_fluent_gift_card_20_filled": 59468, - "ic_fluent_gift_card_20_regular": 59469, - "ic_fluent_gift_card_add_20_filled": 59470, - "ic_fluent_gift_card_add_20_regular": 59471, - "ic_fluent_gift_card_arrow_right_20_filled": 59472, - "ic_fluent_gift_card_arrow_right_20_regular": 59473, - "ic_fluent_gift_card_money_20_filled": 59474, - "ic_fluent_gift_card_money_20_regular": 59475, - "ic_fluent_gift_card_multiple_20_filled": 59476, - "ic_fluent_gift_card_multiple_20_regular": 59477, - "ic_fluent_gift_open_20_filled": 59478, - "ic_fluent_gift_open_20_regular": 59479, - "ic_fluent_glance_20_filled": 59480, - "ic_fluent_glance_20_regular": 59481, - "ic_fluent_glance_horizontal_20_filled": 59482, - "ic_fluent_glance_horizontal_20_regular": 59483, - "ic_fluent_glance_horizontal_sparkles_20_filled": 59484, - "ic_fluent_glance_horizontal_sparkles_20_regular": 59485, - "ic_fluent_glasses_20_filled": 59486, - "ic_fluent_glasses_20_regular": 59487, - "ic_fluent_glasses_off_20_filled": 59488, - "ic_fluent_glasses_off_20_regular": 59489, - "ic_fluent_globe_20_filled": 59490, - "ic_fluent_globe_20_regular": 59491, - "ic_fluent_globe_add_20_filled": 59492, - "ic_fluent_globe_add_20_regular": 59493, - "ic_fluent_globe_arrow_forward_20_filled": 59494, - "ic_fluent_globe_arrow_forward_20_regular": 59495, - "ic_fluent_globe_arrow_up_20_filled": 59496, - "ic_fluent_globe_arrow_up_20_regular": 59497, - "ic_fluent_globe_clock_20_filled": 59498, - "ic_fluent_globe_clock_20_regular": 59499, - "ic_fluent_globe_desktop_20_filled": 59500, - "ic_fluent_globe_desktop_20_regular": 59501, - "ic_fluent_globe_error_20_filled": 59502, - "ic_fluent_globe_error_20_regular": 59503, - "ic_fluent_globe_location_20_filled": 59504, - "ic_fluent_globe_location_20_regular": 59505, - "ic_fluent_globe_person_20_filled": 59506, - "ic_fluent_globe_person_20_regular": 59507, - "ic_fluent_globe_prohibited_20_filled": 59508, - "ic_fluent_globe_prohibited_20_regular": 59509, - "ic_fluent_globe_search_20_filled": 59510, - "ic_fluent_globe_search_20_regular": 59511, - "ic_fluent_globe_shield_20_filled": 59512, - "ic_fluent_globe_shield_20_regular": 59513, - "ic_fluent_globe_star_20_filled": 59514, - "ic_fluent_globe_star_20_regular": 59515, - "ic_fluent_globe_surface_20_filled": 59516, - "ic_fluent_globe_surface_20_regular": 59517, - "ic_fluent_globe_sync_20_filled": 59518, - "ic_fluent_globe_sync_20_regular": 59519, - "ic_fluent_globe_video_20_filled": 59520, - "ic_fluent_globe_video_20_regular": 59521, - "ic_fluent_globe_warning_20_filled": 59522, - "ic_fluent_globe_warning_20_regular": 59523, - "ic_fluent_grid_20_filled": 59524, - "ic_fluent_grid_20_regular": 59525, - "ic_fluent_grid_dots_20_filled": 59526, - "ic_fluent_grid_dots_20_regular": 59527, - "ic_fluent_grid_kanban_20_filled": 59528, - "ic_fluent_grid_kanban_20_regular": 59529, - "ic_fluent_group_20_filled": 59530, - "ic_fluent_group_20_regular": 59531, - "ic_fluent_group_dismiss_20_filled": 59532, - "ic_fluent_group_dismiss_20_regular": 59533, - "ic_fluent_group_list_20_filled": 59534, - "ic_fluent_group_list_20_regular": 59535, - "ic_fluent_group_return_20_filled": 59536, - "ic_fluent_group_return_20_regular": 59537, - "ic_fluent_guardian_20_filled": 59538, - "ic_fluent_guardian_20_regular": 59539, - "ic_fluent_guest_20_filled": 59540, - "ic_fluent_guest_20_regular": 59541, - "ic_fluent_guest_add_20_filled": 59542, - "ic_fluent_guest_add_20_regular": 59543, - "ic_fluent_guitar_20_filled": 59544, - "ic_fluent_guitar_20_regular": 59545, - "ic_fluent_hand_draw_20_filled": 59546, - "ic_fluent_hand_draw_20_regular": 59547, - "ic_fluent_hand_left_20_filled": 59548, - "ic_fluent_hand_left_20_regular": 59549, - "ic_fluent_hand_left_chat_20_filled": 59550, - "ic_fluent_hand_left_chat_20_regular": 59551, - "ic_fluent_hand_open_heart_20_filled": 59552, - "ic_fluent_hand_open_heart_20_regular": 59553, - "ic_fluent_hand_right_20_filled": 59554, - "ic_fluent_hand_right_20_regular": 59555, - "ic_fluent_hand_right_off_20_filled": 59556, - "ic_fluent_hand_right_off_20_regular": 59557, - "ic_fluent_hand_wave_20_filled": 59558, - "ic_fluent_hand_wave_20_regular": 59559, - "ic_fluent_handshake_20_filled": 59560, - "ic_fluent_handshake_20_regular": 59561, - "ic_fluent_hard_drive_20_filled": 59562, - "ic_fluent_hard_drive_20_regular": 59563, - "ic_fluent_hat_graduation_20_filled": 59564, - "ic_fluent_hat_graduation_20_regular": 59565, - "ic_fluent_hat_graduation_add_20_filled": 59566, - "ic_fluent_hat_graduation_add_20_regular": 59567, - "ic_fluent_hat_graduation_sparkle_20_filled": 59568, - "ic_fluent_hat_graduation_sparkle_20_regular": 59569, - "ic_fluent_hd_20_filled": 59570, - "ic_fluent_hd_20_regular": 59571, - "ic_fluent_hdr_20_filled": 59572, - "ic_fluent_hdr_20_regular": 59573, - "ic_fluent_hdr_off_20_filled": 59574, - "ic_fluent_hdr_off_20_regular": 59575, - "ic_fluent_headphones_20_filled": 59576, - "ic_fluent_headphones_20_regular": 59577, - "ic_fluent_headphones_sound_wave_20_filled": 59578, - "ic_fluent_headphones_sound_wave_20_regular": 59579, - "ic_fluent_headset_20_filled": 59580, - "ic_fluent_headset_20_regular": 59581, - "ic_fluent_headset_add_20_filled": 59582, - "ic_fluent_headset_add_20_regular": 59583, - "ic_fluent_headset_vr_20_filled": 59584, - "ic_fluent_headset_vr_20_regular": 59585, - "ic_fluent_heart_20_filled": 59586, - "ic_fluent_heart_20_regular": 59587, - "ic_fluent_heart_broken_20_filled": 59588, - "ic_fluent_heart_broken_20_regular": 59589, - "ic_fluent_heart_circle_20_filled": 59590, - "ic_fluent_heart_circle_20_regular": 59591, - "ic_fluent_heart_circle_hint_20_filled": 59592, - "ic_fluent_heart_circle_hint_20_regular": 59593, - "ic_fluent_heart_off_20_filled": 59594, - "ic_fluent_heart_off_20_regular": 59595, - "ic_fluent_heart_pulse_20_filled": 59596, - "ic_fluent_heart_pulse_20_regular": 59597, - "ic_fluent_heart_pulse_checkmark_20_filled": 59598, - "ic_fluent_heart_pulse_checkmark_20_regular": 59599, - "ic_fluent_heart_pulse_error_20_filled": 59600, - "ic_fluent_heart_pulse_error_20_regular": 59601, - "ic_fluent_heart_pulse_warning_20_filled": 59602, - "ic_fluent_heart_pulse_warning_20_regular": 59603, - "ic_fluent_hexagon_20_filled": 59604, - "ic_fluent_hexagon_20_regular": 59605, - "ic_fluent_hexagon_three_20_filled": 59606, - "ic_fluent_hexagon_three_20_regular": 59607, - "ic_fluent_highlight_20_filled": 59608, - "ic_fluent_highlight_20_regular": 59609, - "ic_fluent_highlight_accent_20_filled": 59610, - "ic_fluent_highlight_link_20_filled": 59611, - "ic_fluent_highlight_link_20_regular": 59612, - "ic_fluent_history_20_filled": 59613, - "ic_fluent_history_20_regular": 59614, - "ic_fluent_history_dismiss_20_filled": 59615, - "ic_fluent_history_dismiss_20_regular": 59616, - "ic_fluent_home_20_filled": 59617, - "ic_fluent_home_20_regular": 59618, - "ic_fluent_home_add_20_filled": 59619, - "ic_fluent_home_add_20_regular": 59620, - "ic_fluent_home_checkmark_20_filled": 59621, - "ic_fluent_home_checkmark_20_regular": 59622, - "ic_fluent_home_database_20_filled": 59623, - "ic_fluent_home_database_20_regular": 59624, - "ic_fluent_home_garage_20_filled": 59625, - "ic_fluent_home_garage_20_regular": 59626, - "ic_fluent_home_heart_20_filled": 59627, - "ic_fluent_home_heart_20_regular": 59628, - "ic_fluent_home_more_20_filled": 59629, - "ic_fluent_home_more_20_regular": 59630, - "ic_fluent_home_person_20_filled": 59631, - "ic_fluent_home_person_20_regular": 59632, - "ic_fluent_home_split_20_filled": 59633, - "ic_fluent_home_split_20_regular": 59634, - "ic_fluent_hourglass_20_filled": 59635, - "ic_fluent_hourglass_20_regular": 59636, - "ic_fluent_hourglass_half_20_filled": 59637, - "ic_fluent_hourglass_half_20_regular": 59638, - "ic_fluent_hourglass_one_quarter_20_filled": 59639, - "ic_fluent_hourglass_one_quarter_20_regular": 59640, - "ic_fluent_hourglass_three_quarter_20_filled": 59641, - "ic_fluent_hourglass_three_quarter_20_regular": 59642, - "ic_fluent_icons_20_filled": 59643, - "ic_fluent_icons_20_regular": 59644, - "ic_fluent_image_20_filled": 59645, - "ic_fluent_image_20_regular": 59646, - "ic_fluent_image_add_20_filled": 59647, - "ic_fluent_image_add_20_regular": 59648, - "ic_fluent_image_alt_text_20_filled": 59649, - "ic_fluent_image_alt_text_20_regular": 59650, - "ic_fluent_image_arrow_back_20_filled": 59651, - "ic_fluent_image_arrow_back_20_regular": 59652, - "ic_fluent_image_arrow_counterclockwise_20_filled": 59653, - "ic_fluent_image_arrow_counterclockwise_20_regular": 59654, - "ic_fluent_image_arrow_forward_20_filled": 59655, - "ic_fluent_image_arrow_forward_20_regular": 59656, - "ic_fluent_image_border_20_filled": 59657, - "ic_fluent_image_border_20_regular": 59658, - "ic_fluent_image_circle_20_filled": 59659, - "ic_fluent_image_circle_20_regular": 59660, - "ic_fluent_image_copy_20_filled": 59661, - "ic_fluent_image_copy_20_regular": 59662, - "ic_fluent_image_edit_20_filled": 59663, - "ic_fluent_image_edit_20_regular": 59664, - "ic_fluent_image_globe_20_filled": 59665, - "ic_fluent_image_globe_20_regular": 59666, - "ic_fluent_image_multiple_20_filled": 59667, - "ic_fluent_image_multiple_20_regular": 59668, - "ic_fluent_image_multiple_off_20_filled": 59669, - "ic_fluent_image_multiple_off_20_regular": 59670, - "ic_fluent_image_off_20_filled": 59671, - "ic_fluent_image_off_20_regular": 59672, - "ic_fluent_image_prohibited_20_filled": 59673, - "ic_fluent_image_prohibited_20_regular": 59674, - "ic_fluent_image_reflection_20_filled": 59675, - "ic_fluent_image_reflection_20_regular": 59676, - "ic_fluent_image_search_20_filled": 59677, - "ic_fluent_image_search_20_regular": 59678, - "ic_fluent_image_shadow_20_filled": 59679, - "ic_fluent_image_shadow_20_regular": 59680, - "ic_fluent_image_sparkle_20_filled": 59681, - "ic_fluent_image_sparkle_20_regular": 59682, - "ic_fluent_image_split_20_filled": 59683, - "ic_fluent_image_split_20_regular": 59684, - "ic_fluent_image_stack_20_filled": 59685, - "ic_fluent_image_stack_20_regular": 59686, - "ic_fluent_image_table_20_filled": 59687, - "ic_fluent_image_table_20_regular": 59688, - "ic_fluent_immersive_reader_20_filled": 59689, - "ic_fluent_immersive_reader_20_regular": 59690, - "ic_fluent_important_20_filled": 59691, - "ic_fluent_important_20_regular": 59692, - "ic_fluent_incognito_20_filled": 59693, - "ic_fluent_incognito_20_regular": 59694, - "ic_fluent_info_20_filled": 59695, - "ic_fluent_info_20_regular": 59696, - "ic_fluent_info_shield_20_filled": 59697, - "ic_fluent_info_shield_20_regular": 59698, - "ic_fluent_ink_stroke_20_filled": 59699, - "ic_fluent_ink_stroke_20_regular": 59700, - "ic_fluent_ink_stroke_arrow_down_20_filled": 59701, - "ic_fluent_ink_stroke_arrow_down_20_regular": 59702, - "ic_fluent_ink_stroke_arrow_up_down_20_filled": 59703, - "ic_fluent_ink_stroke_arrow_up_down_20_regular": 59704, - "ic_fluent_inking_tool_20_filled": 59705, - "ic_fluent_inking_tool_20_regular": 59706, - "ic_fluent_inking_tool_accent_20_filled": 59707, - "ic_fluent_inprivate_account_20_filled": 59708, - "ic_fluent_inprivate_account_20_regular": 59709, - "ic_fluent_insert_20_filled": 59710, - "ic_fluent_insert_20_regular": 59711, - "ic_fluent_ios_chevron_right_20_filled": 59712, - "ic_fluent_ios_chevron_right_20_regular": 59713, - "ic_fluent_iot_20_filled": 59714, - "ic_fluent_iot_20_regular": 59715, - "ic_fluent_iot_alert_20_filled": 59716, - "ic_fluent_iot_alert_20_regular": 59717, - "ic_fluent_javascript_20_filled": 59718, - "ic_fluent_javascript_20_regular": 59719, - "ic_fluent_joystick_20_filled": 59720, - "ic_fluent_joystick_20_regular": 59721, - "ic_fluent_key_20_filled": 59722, - "ic_fluent_key_20_regular": 59723, - "ic_fluent_key_command_20_filled": 59724, - "ic_fluent_key_command_20_regular": 59725, - "ic_fluent_key_multiple_20_filled": 59726, - "ic_fluent_key_multiple_20_regular": 59727, - "ic_fluent_key_reset_20_filled": 59728, - "ic_fluent_key_reset_20_regular": 59729, - "ic_fluent_keyboard_123_20_filled": 59730, - "ic_fluent_keyboard_123_20_regular": 59731, - "ic_fluent_keyboard_20_filled": 59732, - "ic_fluent_keyboard_20_regular": 59733, - "ic_fluent_keyboard_dock_20_filled": 59734, - "ic_fluent_keyboard_dock_20_regular": 59735, - "ic_fluent_keyboard_layout_float_20_filled": 59736, - "ic_fluent_keyboard_layout_float_20_regular": 59737, - "ic_fluent_keyboard_layout_one_handed_left_20_filled": 59738, - "ic_fluent_keyboard_layout_one_handed_left_20_regular": 59739, - "ic_fluent_keyboard_layout_resize_20_filled": 59740, - "ic_fluent_keyboard_layout_resize_20_regular": 59741, - "ic_fluent_keyboard_layout_split_20_filled": 59742, - "ic_fluent_keyboard_layout_split_20_regular": 59743, - "ic_fluent_keyboard_shift_20_filled": 59744, - "ic_fluent_keyboard_shift_20_regular": 59745, - "ic_fluent_keyboard_shift_uppercase_20_filled": 59746, - "ic_fluent_keyboard_shift_uppercase_20_regular": 59747, - "ic_fluent_keyboard_tab_20_filled": 59748, - "ic_fluent_keyboard_tab_20_regular": 59749, - "ic_fluent_laptop_20_filled": 59750, - "ic_fluent_laptop_20_regular": 59751, - "ic_fluent_laptop_briefcase_20_filled": 59752, - "ic_fluent_laptop_briefcase_20_regular": 59753, - "ic_fluent_laptop_dismiss_20_filled": 59754, - "ic_fluent_laptop_dismiss_20_regular": 59755, - "ic_fluent_laptop_settings_20_filled": 59756, - "ic_fluent_laptop_settings_20_regular": 59757, - "ic_fluent_laptop_shield_20_filled": 59758, - "ic_fluent_laptop_shield_20_regular": 59759, - "ic_fluent_laser_tool_20_filled": 59760, - "ic_fluent_laser_tool_20_regular": 59761, - "ic_fluent_lasso_20_filled": 59762, - "ic_fluent_lasso_20_regular": 59763, - "ic_fluent_launcher_settings_20_filled": 59764, - "ic_fluent_launcher_settings_20_regular": 59765, - "ic_fluent_layer_20_filled": 59766, - "ic_fluent_layer_20_regular": 59767, - "ic_fluent_layer_diagonal_20_filled": 59768, - "ic_fluent_layer_diagonal_20_regular": 59769, - "ic_fluent_layer_diagonal_add_20_filled": 59770, - "ic_fluent_layer_diagonal_add_20_regular": 59771, - "ic_fluent_layer_diagonal_person_20_filled": 59772, - "ic_fluent_layer_diagonal_person_20_regular": 59773, - "ic_fluent_layer_diagonal_sparkle_20_filled": 59774, - "ic_fluent_layer_diagonal_sparkle_20_regular": 59775, - "ic_fluent_layout_cell_four_20_filled": 59776, - "ic_fluent_layout_cell_four_20_regular": 59777, - "ic_fluent_layout_cell_four_focus_bottom_left_20_filled": 59778, - "ic_fluent_layout_cell_four_focus_bottom_right_20_filled": 59779, - "ic_fluent_layout_cell_four_focus_top_left_20_filled": 59780, - "ic_fluent_layout_cell_four_focus_top_right_20_filled": 59781, - "ic_fluent_layout_column_four_20_filled": 59782, - "ic_fluent_layout_column_four_20_regular": 59783, - "ic_fluent_layout_column_four_focus_center_left_20_filled": 59784, - "ic_fluent_layout_column_four_focus_center_right_20_filled": 59785, - "ic_fluent_layout_column_four_focus_left_20_filled": 59786, - "ic_fluent_layout_column_four_focus_right_20_filled": 59787, - "ic_fluent_layout_column_one_third_left_20_filled": 59788, - "ic_fluent_layout_column_one_third_left_20_regular": 59789, - "ic_fluent_layout_column_one_third_right_20_filled": 59790, - "ic_fluent_layout_column_one_third_right_20_regular": 59791, - "ic_fluent_layout_column_one_third_right_hint_20_filled": 59792, - "ic_fluent_layout_column_one_third_right_hint_20_regular": 59793, - "ic_fluent_layout_column_three_20_filled": 59794, - "ic_fluent_layout_column_three_20_regular": 59795, - "ic_fluent_layout_column_three_focus_center_20_filled": 59796, - "ic_fluent_layout_column_three_focus_left_20_filled": 59797, - "ic_fluent_layout_column_three_focus_right_20_filled": 59798, - "ic_fluent_layout_column_two_20_filled": 59799, - "ic_fluent_layout_column_two_20_regular": 59800, - "ic_fluent_layout_column_two_focus_left_20_filled": 59801, - "ic_fluent_layout_column_two_focus_right_20_filled": 59802, - "ic_fluent_layout_column_two_split_left_20_filled": 59803, - "ic_fluent_layout_column_two_split_left_20_regular": 59804, - "ic_fluent_layout_column_two_split_left_focus_bottom_left_20_filled": 59805, - "ic_fluent_layout_column_two_split_left_focus_right_20_filled": 59806, - "ic_fluent_layout_column_two_split_left_focus_top_left_20_filled": 59807, - "ic_fluent_layout_column_two_split_right_20_filled": 59808, - "ic_fluent_layout_column_two_split_right_20_regular": 59809, - "ic_fluent_layout_column_two_split_right_focus_bottom_right_20_filled": 59810, - "ic_fluent_layout_column_two_split_right_focus_left_20_filled": 59811, - "ic_fluent_layout_column_two_split_right_focus_top_right_20_filled": 59812, - "ic_fluent_layout_row_four_20_filled": 59813, - "ic_fluent_layout_row_four_20_regular": 59814, - "ic_fluent_layout_row_four_focus_bottom_20_filled": 59815, - "ic_fluent_layout_row_four_focus_center_bottom_20_filled": 59816, - "ic_fluent_layout_row_four_focus_center_top_20_filled": 59817, - "ic_fluent_layout_row_four_focus_top_20_filled": 59818, - "ic_fluent_layout_row_three_20_filled": 59819, - "ic_fluent_layout_row_three_20_regular": 59820, - "ic_fluent_layout_row_three_focus_bottom_20_filled": 59821, - "ic_fluent_layout_row_three_focus_center_20_filled": 59822, - "ic_fluent_layout_row_three_focus_top_20_filled": 59823, - "ic_fluent_layout_row_two_20_filled": 59824, - "ic_fluent_layout_row_two_20_regular": 59825, - "ic_fluent_layout_row_two_focus_bottom_20_filled": 59826, - "ic_fluent_layout_row_two_focus_top_20_filled": 59827, - "ic_fluent_layout_row_two_split_bottom_20_filled": 59828, - "ic_fluent_layout_row_two_split_bottom_20_regular": 59829, - "ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled": 59830, - "ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled": 59831, - "ic_fluent_layout_row_two_split_bottom_focus_top_20_filled": 59832, - "ic_fluent_layout_row_two_split_top_20_filled": 59833, - "ic_fluent_layout_row_two_split_top_20_regular": 59834, - "ic_fluent_layout_row_two_split_top_focus_bottom_20_filled": 59835, - "ic_fluent_layout_row_two_split_top_focus_top_left_20_filled": 59836, - "ic_fluent_layout_row_two_split_top_focus_top_right_20_filled": 59837, - "ic_fluent_leaf_one_20_filled": 59838, - "ic_fluent_leaf_one_20_regular": 59839, - "ic_fluent_leaf_three_20_filled": 59840, - "ic_fluent_leaf_three_20_regular": 59841, - "ic_fluent_leaf_two_20_filled": 59842, - "ic_fluent_leaf_two_20_regular": 59843, - "ic_fluent_learning_app_20_filled": 59844, - "ic_fluent_learning_app_20_regular": 59845, - "ic_fluent_library_20_filled": 59846, - "ic_fluent_library_20_regular": 59847, - "ic_fluent_lightbulb_20_filled": 59848, - "ic_fluent_lightbulb_20_regular": 59849, - "ic_fluent_lightbulb_checkmark_20_filled": 59850, - "ic_fluent_lightbulb_checkmark_20_regular": 59851, - "ic_fluent_lightbulb_circle_20_filled": 59852, - "ic_fluent_lightbulb_circle_20_regular": 59853, - "ic_fluent_lightbulb_filament_20_filled": 59854, - "ic_fluent_lightbulb_filament_20_regular": 59855, - "ic_fluent_lightbulb_person_20_filled": 59856, - "ic_fluent_lightbulb_person_20_regular": 59857, - "ic_fluent_likert_20_filled": 59858, - "ic_fluent_likert_20_regular": 59859, - "ic_fluent_line_20_filled": 59860, - "ic_fluent_line_20_regular": 59861, - "ic_fluent_line_dashes_20_filled": 59862, - "ic_fluent_line_dashes_20_regular": 59863, - "ic_fluent_line_flow_diagonal_up_right_20_filled": 59864, - "ic_fluent_line_flow_diagonal_up_right_20_regular": 59865, - "ic_fluent_line_horizontal_1_20_filled": 59866, - "ic_fluent_line_horizontal_1_20_regular": 59867, - "ic_fluent_line_horizontal_1_dashes_20_filled": 59868, - "ic_fluent_line_horizontal_1_dashes_20_regular": 59869, - "ic_fluent_line_horizontal_2_dashes_solid_20_filled": 59870, - "ic_fluent_line_horizontal_2_dashes_solid_20_regular": 59871, - "ic_fluent_line_horizontal_3_20_filled": 59872, - "ic_fluent_line_horizontal_3_20_regular": 59873, - "ic_fluent_line_horizontal_4_20_filled": 59874, - "ic_fluent_line_horizontal_4_20_regular": 59875, - "ic_fluent_line_horizontal_4_search_20_filled": 59876, - "ic_fluent_line_horizontal_4_search_20_regular": 59877, - "ic_fluent_line_horizontal_5_20_filled": 59878, - "ic_fluent_line_horizontal_5_20_regular": 59879, - "ic_fluent_line_horizontal_5_error_20_filled": 59880, - "ic_fluent_line_horizontal_5_error_20_regular": 59881, - "ic_fluent_line_style_20_filled": 59882, - "ic_fluent_line_style_20_regular": 59883, - "ic_fluent_line_thickness_20_filled": 59884, - "ic_fluent_line_thickness_20_regular": 59885, - "ic_fluent_link_20_filled": 59886, - "ic_fluent_link_20_regular": 59887, - "ic_fluent_link_add_20_filled": 59888, - "ic_fluent_link_add_20_regular": 59889, - "ic_fluent_link_dismiss_20_filled": 59890, - "ic_fluent_link_dismiss_20_regular": 59891, - "ic_fluent_link_edit_20_filled": 59892, - "ic_fluent_link_edit_20_regular": 59893, - "ic_fluent_link_multiple_20_filled": 59894, - "ic_fluent_link_multiple_20_regular": 59895, - "ic_fluent_link_person_20_filled": 59896, - "ic_fluent_link_person_20_regular": 59897, - "ic_fluent_link_square_20_filled": 59898, - "ic_fluent_link_square_20_regular": 59899, - "ic_fluent_link_toolbox_20_filled": 59900, - "ic_fluent_link_toolbox_20_regular": 59901, - "ic_fluent_list_20_filled": 59902, - "ic_fluent_list_20_regular": 59903, - "ic_fluent_list_bar_20_filled": 59904, - "ic_fluent_list_bar_20_regular": 59905, - "ic_fluent_list_bar_tree_20_filled": 59906, - "ic_fluent_list_bar_tree_20_regular": 59907, - "ic_fluent_list_bar_tree_offset_20_filled": 59908, - "ic_fluent_list_bar_tree_offset_20_regular": 59909, - "ic_fluent_list_rtl_20_filled": 59910, - "ic_fluent_list_rtl_20_regular": 59911, - "ic_fluent_live_20_filled": 59912, - "ic_fluent_live_20_regular": 59913, - "ic_fluent_live_off_20_filled": 59914, - "ic_fluent_live_off_20_regular": 59915, - "ic_fluent_local_language_20_filled": 59916, - "ic_fluent_local_language_20_regular": 59917, - "ic_fluent_location_20_filled": 59918, - "ic_fluent_location_20_regular": 59919, - "ic_fluent_location_add_20_filled": 59920, - "ic_fluent_location_add_20_regular": 59921, - "ic_fluent_location_add_left_20_filled": 59922, - "ic_fluent_location_add_left_20_regular": 59923, - "ic_fluent_location_add_right_20_filled": 59924, - "ic_fluent_location_add_right_20_regular": 59925, - "ic_fluent_location_add_up_20_filled": 59926, - "ic_fluent_location_add_up_20_regular": 59927, - "ic_fluent_location_arrow_20_filled": 59928, - "ic_fluent_location_arrow_20_regular": 59929, - "ic_fluent_location_arrow_left_20_filled": 59930, - "ic_fluent_location_arrow_left_20_regular": 59931, - "ic_fluent_location_arrow_right_20_filled": 59932, - "ic_fluent_location_arrow_right_20_regular": 59933, - "ic_fluent_location_arrow_up_20_filled": 59934, - "ic_fluent_location_arrow_up_20_regular": 59935, - "ic_fluent_location_dismiss_20_filled": 59936, - "ic_fluent_location_dismiss_20_regular": 59937, - "ic_fluent_location_live_20_filled": 59938, - "ic_fluent_location_live_20_regular": 59939, - "ic_fluent_location_off_20_filled": 59940, - "ic_fluent_location_off_20_regular": 59941, - "ic_fluent_location_target_square_20_filled": 59942, - "ic_fluent_location_target_square_20_regular": 59943, - "ic_fluent_lock_closed_20_filled": 59944, - "ic_fluent_lock_closed_20_regular": 59945, - "ic_fluent_lock_closed_key_20_filled": 59946, - "ic_fluent_lock_closed_key_20_regular": 59947, - "ic_fluent_lock_multiple_20_filled": 59948, - "ic_fluent_lock_multiple_20_regular": 59949, - "ic_fluent_lock_open_20_filled": 59950, - "ic_fluent_lock_open_20_regular": 59951, - "ic_fluent_lock_shield_20_filled": 59952, - "ic_fluent_lock_shield_20_regular": 59953, - "ic_fluent_lottery_20_filled": 59954, - "ic_fluent_lottery_20_regular": 59955, - "ic_fluent_luggage_20_filled": 59956, - "ic_fluent_luggage_20_regular": 59957, - "ic_fluent_mail_20_filled": 59958, - "ic_fluent_mail_20_regular": 59959, - "ic_fluent_mail_add_20_filled": 59960, - "ic_fluent_mail_add_20_regular": 59961, - "ic_fluent_mail_alert_20_filled": 59962, - "ic_fluent_mail_alert_20_regular": 59963, - "ic_fluent_mail_all_read_20_filled": 59964, - "ic_fluent_mail_all_read_20_regular": 59965, - "ic_fluent_mail_all_unread_20_filled": 59966, - "ic_fluent_mail_all_unread_20_regular": 59967, - "ic_fluent_mail_arrow_clockwise_20_filled": 59968, - "ic_fluent_mail_arrow_clockwise_20_regular": 59969, - "ic_fluent_mail_arrow_double_back_20_filled": 59970, - "ic_fluent_mail_arrow_double_back_20_regular": 59971, - "ic_fluent_mail_arrow_down_20_filled": 59972, - "ic_fluent_mail_arrow_down_20_regular": 59973, - "ic_fluent_mail_arrow_forward_20_filled": 59974, - "ic_fluent_mail_arrow_forward_20_regular": 59975, - "ic_fluent_mail_arrow_up_20_filled": 59976, - "ic_fluent_mail_arrow_up_20_regular": 59977, - "ic_fluent_mail_attach_20_filled": 59978, - "ic_fluent_mail_attach_20_regular": 59979, - "ic_fluent_mail_checkmark_20_filled": 59980, - "ic_fluent_mail_checkmark_20_regular": 59981, - "ic_fluent_mail_clock_20_filled": 59982, - "ic_fluent_mail_clock_20_regular": 59983, - "ic_fluent_mail_copy_20_filled": 59984, - "ic_fluent_mail_copy_20_regular": 59985, - "ic_fluent_mail_dismiss_20_filled": 59986, - "ic_fluent_mail_dismiss_20_regular": 59987, - "ic_fluent_mail_edit_20_filled": 59988, - "ic_fluent_mail_edit_20_regular": 59989, - "ic_fluent_mail_error_20_filled": 59990, - "ic_fluent_mail_error_20_regular": 59991, - "ic_fluent_mail_inbox_20_filled": 59992, - "ic_fluent_mail_inbox_20_regular": 59993, - "ic_fluent_mail_inbox_add_20_filled": 59994, - "ic_fluent_mail_inbox_add_20_regular": 59995, - "ic_fluent_mail_inbox_all_20_filled": 59996, - "ic_fluent_mail_inbox_all_20_regular": 59997, - "ic_fluent_mail_inbox_arrow_down_20_filled": 59998, - "ic_fluent_mail_inbox_arrow_down_20_regular": 59999, - "ic_fluent_mail_inbox_arrow_right_20_filled": 60000, - "ic_fluent_mail_inbox_arrow_right_20_regular": 60001, - "ic_fluent_mail_inbox_arrow_up_20_filled": 60002, - "ic_fluent_mail_inbox_arrow_up_20_regular": 60003, - "ic_fluent_mail_inbox_checkmark_20_filled": 60004, - "ic_fluent_mail_inbox_checkmark_20_regular": 60005, - "ic_fluent_mail_inbox_dismiss_20_filled": 60006, - "ic_fluent_mail_inbox_dismiss_20_regular": 60007, - "ic_fluent_mail_link_20_filled": 60008, - "ic_fluent_mail_link_20_regular": 60009, - "ic_fluent_mail_list_20_filled": 60010, - "ic_fluent_mail_list_20_regular": 60011, - "ic_fluent_mail_multiple_20_filled": 60012, - "ic_fluent_mail_multiple_20_regular": 60013, - "ic_fluent_mail_off_20_filled": 60014, - "ic_fluent_mail_off_20_regular": 60015, - "ic_fluent_mail_open_person_20_filled": 60016, - "ic_fluent_mail_open_person_20_regular": 60017, - "ic_fluent_mail_pause_20_filled": 60018, - "ic_fluent_mail_pause_20_regular": 60019, - "ic_fluent_mail_prohibited_20_filled": 60020, - "ic_fluent_mail_prohibited_20_regular": 60021, - "ic_fluent_mail_read_20_filled": 60022, - "ic_fluent_mail_read_20_regular": 60023, - "ic_fluent_mail_read_multiple_20_filled": 60024, - "ic_fluent_mail_read_multiple_20_regular": 60025, - "ic_fluent_mail_rewind_20_filled": 60026, - "ic_fluent_mail_rewind_20_regular": 60027, - "ic_fluent_mail_settings_20_filled": 60028, - "ic_fluent_mail_settings_20_regular": 60029, - "ic_fluent_mail_shield_20_filled": 60030, - "ic_fluent_mail_shield_20_regular": 60031, - "ic_fluent_mail_template_20_filled": 60032, - "ic_fluent_mail_template_20_regular": 60033, - "ic_fluent_mail_unread_20_filled": 60034, - "ic_fluent_mail_unread_20_regular": 60035, - "ic_fluent_mail_warning_20_filled": 60036, - "ic_fluent_mail_warning_20_regular": 60037, - "ic_fluent_mailbox_20_filled": 60038, - "ic_fluent_mailbox_20_regular": 60039, - "ic_fluent_map_20_filled": 60040, - "ic_fluent_map_20_regular": 60041, - "ic_fluent_map_drive_20_filled": 60042, - "ic_fluent_map_drive_20_regular": 60043, - "ic_fluent_markdown_20_filled": 60044, - "ic_fluent_markdown_20_regular": 60045, - "ic_fluent_match_app_layout_20_filled": 60046, - "ic_fluent_match_app_layout_20_regular": 60047, - "ic_fluent_math_format_linear_20_filled": 60048, - "ic_fluent_math_format_linear_20_regular": 60049, - "ic_fluent_math_format_professional_20_filled": 60050, - "ic_fluent_math_format_professional_20_regular": 60051, - "ic_fluent_math_formula_20_filled": 60052, - "ic_fluent_math_formula_20_regular": 60053, - "ic_fluent_math_symbols_20_filled": 60054, - "ic_fluent_math_symbols_20_regular": 60055, - "ic_fluent_maximize_20_filled": 60056, - "ic_fluent_maximize_20_regular": 60057, - "ic_fluent_meet_now_20_filled": 60058, - "ic_fluent_meet_now_20_regular": 60059, - "ic_fluent_megaphone_20_filled": 60060, - "ic_fluent_megaphone_20_regular": 60061, - "ic_fluent_megaphone_circle_20_filled": 60062, - "ic_fluent_megaphone_circle_20_regular": 60063, - "ic_fluent_megaphone_loud_20_filled": 60064, - "ic_fluent_megaphone_loud_20_regular": 60065, - "ic_fluent_megaphone_off_20_filled": 60066, - "ic_fluent_megaphone_off_20_regular": 60067, - "ic_fluent_mention_20_filled": 60068, - "ic_fluent_mention_20_regular": 60069, - "ic_fluent_mention_arrow_down_20_filled": 60070, - "ic_fluent_mention_arrow_down_20_regular": 60071, - "ic_fluent_mention_brackets_20_filled": 60072, - "ic_fluent_mention_brackets_20_regular": 60073, - "ic_fluent_merge_20_filled": 60074, - "ic_fluent_merge_20_regular": 60075, - "ic_fluent_mic_20_filled": 60076, - "ic_fluent_mic_20_regular": 60077, - "ic_fluent_mic_off_20_filled": 60078, - "ic_fluent_mic_off_20_regular": 60079, - "ic_fluent_mic_prohibited_20_filled": 60080, - "ic_fluent_mic_prohibited_20_regular": 60081, - "ic_fluent_mic_pulse_20_filled": 60082, - "ic_fluent_mic_pulse_20_regular": 60083, - "ic_fluent_mic_pulse_off_20_filled": 60084, - "ic_fluent_mic_pulse_off_20_regular": 60085, - "ic_fluent_mic_record_20_filled": 60086, - "ic_fluent_mic_record_20_regular": 60087, - "ic_fluent_mic_settings_20_filled": 60088, - "ic_fluent_mic_settings_20_regular": 60089, - "ic_fluent_mic_sparkle_20_filled": 60090, - "ic_fluent_mic_sparkle_20_regular": 60091, - "ic_fluent_mic_sync_20_filled": 60092, - "ic_fluent_mic_sync_20_regular": 60093, - "ic_fluent_microscope_20_filled": 60094, - "ic_fluent_microscope_20_regular": 60095, - "ic_fluent_midi_20_filled": 60096, - "ic_fluent_midi_20_regular": 60097, - "ic_fluent_mobile_optimized_20_filled": 60098, - "ic_fluent_mobile_optimized_20_regular": 60099, - "ic_fluent_mold_20_filled": 60100, - "ic_fluent_mold_20_regular": 60101, - "ic_fluent_molecule_20_filled": 60102, - "ic_fluent_molecule_20_regular": 60103, - "ic_fluent_money_20_filled": 60104, - "ic_fluent_money_20_regular": 60105, - "ic_fluent_money_calculator_20_filled": 60106, - "ic_fluent_money_calculator_20_regular": 60107, - "ic_fluent_money_dismiss_20_filled": 60108, - "ic_fluent_money_dismiss_20_regular": 60109, - "ic_fluent_money_hand_20_filled": 60110, - "ic_fluent_money_hand_20_regular": 60111, - "ic_fluent_money_off_20_filled": 60112, - "ic_fluent_money_off_20_regular": 60113, - "ic_fluent_money_settings_20_filled": 60114, - "ic_fluent_money_settings_20_regular": 60115, - "ic_fluent_more_circle_20_filled": 60116, - "ic_fluent_more_circle_20_regular": 60117, - "ic_fluent_more_horizontal_20_filled": 60118, - "ic_fluent_more_horizontal_20_regular": 60119, - "ic_fluent_more_vertical_20_filled": 60120, - "ic_fluent_more_vertical_20_regular": 60121, - "ic_fluent_mountain_location_bottom_20_filled": 60122, - "ic_fluent_mountain_location_bottom_20_regular": 60123, - "ic_fluent_mountain_location_top_20_filled": 60124, - "ic_fluent_mountain_location_top_20_regular": 60125, - "ic_fluent_mountain_trail_20_filled": 60126, - "ic_fluent_mountain_trail_20_regular": 60127, - "ic_fluent_movies_and_tv_20_filled": 60128, - "ic_fluent_movies_and_tv_20_regular": 60129, - "ic_fluent_multiplier_1_2x_20_filled": 60130, - "ic_fluent_multiplier_1_2x_20_regular": 60131, - "ic_fluent_multiplier_1_5x_20_filled": 60132, - "ic_fluent_multiplier_1_5x_20_regular": 60133, - "ic_fluent_multiplier_1_8x_20_filled": 60134, - "ic_fluent_multiplier_1_8x_20_regular": 60135, - "ic_fluent_multiplier_1x_20_filled": 60136, - "ic_fluent_multiplier_1x_20_regular": 60137, - "ic_fluent_multiplier_2x_20_filled": 60138, - "ic_fluent_multiplier_2x_20_regular": 60139, - "ic_fluent_multiplier_5x_20_filled": 60140, - "ic_fluent_multiplier_5x_20_regular": 60141, - "ic_fluent_multiselect_ltr_20_filled": 60142, - "ic_fluent_multiselect_ltr_20_regular": 60143, - "ic_fluent_multiselect_rtl_20_filled": 60144, - "ic_fluent_multiselect_rtl_20_regular": 60145, - "ic_fluent_music_note_1_20_filled": 60146, - "ic_fluent_music_note_1_20_regular": 60147, - "ic_fluent_music_note_2_20_filled": 60148, - "ic_fluent_music_note_2_20_regular": 60149, - "ic_fluent_music_note_2_play_20_filled": 60150, - "ic_fluent_music_note_2_play_20_regular": 60151, - "ic_fluent_music_note_off_1_20_filled": 60152, - "ic_fluent_music_note_off_1_20_regular": 60153, - "ic_fluent_music_note_off_2_20_filled": 60154, - "ic_fluent_music_note_off_2_20_regular": 60155, - "ic_fluent_my_location_20_filled": 60156, - "ic_fluent_my_location_20_regular": 60157, - "ic_fluent_navigation_20_filled": 60158, - "ic_fluent_navigation_20_regular": 60159, - "ic_fluent_navigation_location_target_20_filled": 60160, - "ic_fluent_navigation_location_target_20_regular": 60161, - "ic_fluent_navigation_play_20_filled": 60162, - "ic_fluent_navigation_play_20_regular": 60163, - "ic_fluent_navigation_unread_20_filled": 60164, - "ic_fluent_navigation_unread_20_regular": 60165, - "ic_fluent_network_check_20_filled": 60166, - "ic_fluent_network_check_20_regular": 60167, - "ic_fluent_new_20_filled": 60168, - "ic_fluent_new_20_regular": 60169, - "ic_fluent_news_20_filled": 60170, - "ic_fluent_news_20_regular": 60171, - "ic_fluent_next_20_filled": 60172, - "ic_fluent_next_20_regular": 60173, - "ic_fluent_next_frame_20_filled": 60174, - "ic_fluent_next_frame_20_regular": 60175, - "ic_fluent_note_20_filled": 60176, - "ic_fluent_note_20_regular": 60177, - "ic_fluent_note_add_20_filled": 60178, - "ic_fluent_note_add_20_regular": 60179, - "ic_fluent_note_edit_20_filled": 60180, - "ic_fluent_note_edit_20_regular": 60181, - "ic_fluent_note_pin_20_filled": 60182, - "ic_fluent_note_pin_20_regular": 60183, - "ic_fluent_notebook_20_filled": 60184, - "ic_fluent_notebook_20_regular": 60185, - "ic_fluent_notebook_add_20_filled": 60186, - "ic_fluent_notebook_add_20_regular": 60187, - "ic_fluent_notebook_arrow_curve_down_20_filled": 60188, - "ic_fluent_notebook_arrow_curve_down_20_regular": 60189, - "ic_fluent_notebook_error_20_filled": 60190, - "ic_fluent_notebook_error_20_regular": 60191, - "ic_fluent_notebook_eye_20_filled": 60192, - "ic_fluent_notebook_eye_20_regular": 60193, - "ic_fluent_notebook_lightning_20_filled": 60194, - "ic_fluent_notebook_lightning_20_regular": 60195, - "ic_fluent_notebook_question_mark_20_filled": 60196, - "ic_fluent_notebook_question_mark_20_regular": 60197, - "ic_fluent_notebook_section_20_filled": 60198, - "ic_fluent_notebook_section_20_regular": 60199, - "ic_fluent_notebook_section_arrow_right_20_filled": 60200, - "ic_fluent_notebook_section_arrow_right_20_regular": 60201, - "ic_fluent_notebook_subsection_20_filled": 60202, - "ic_fluent_notebook_subsection_20_regular": 60203, - "ic_fluent_notebook_sync_20_filled": 60204, - "ic_fluent_notebook_sync_20_regular": 60205, - "ic_fluent_notepad_20_filled": 60206, - "ic_fluent_notepad_20_regular": 60207, - "ic_fluent_notepad_edit_20_filled": 60208, - "ic_fluent_notepad_edit_20_regular": 60209, - "ic_fluent_notepad_person_20_filled": 60210, - "ic_fluent_notepad_person_20_regular": 60211, - "ic_fluent_number_circle_0_20_filled": 60212, - "ic_fluent_number_circle_0_20_regular": 60213, - "ic_fluent_number_circle_1_20_filled": 60214, - "ic_fluent_number_circle_1_20_regular": 60215, - "ic_fluent_number_circle_2_20_filled": 60216, - "ic_fluent_number_circle_2_20_regular": 60217, - "ic_fluent_number_circle_3_20_filled": 60218, - "ic_fluent_number_circle_3_20_regular": 60219, - "ic_fluent_number_circle_4_20_filled": 60220, - "ic_fluent_number_circle_4_20_regular": 60221, - "ic_fluent_number_circle_5_20_filled": 60222, - "ic_fluent_number_circle_5_20_regular": 60223, - "ic_fluent_number_circle_6_20_filled": 60224, - "ic_fluent_number_circle_6_20_regular": 60225, - "ic_fluent_number_circle_7_20_filled": 60226, - "ic_fluent_number_circle_7_20_regular": 60227, - "ic_fluent_number_circle_8_20_filled": 60228, - "ic_fluent_number_circle_8_20_regular": 60229, - "ic_fluent_number_circle_9_20_filled": 60230, - "ic_fluent_number_circle_9_20_regular": 60231, - "ic_fluent_number_row_20_filled": 60232, - "ic_fluent_number_row_20_regular": 60233, - "ic_fluent_number_symbol_20_filled": 60234, - "ic_fluent_number_symbol_20_regular": 60235, - "ic_fluent_number_symbol_dismiss_20_filled": 60236, - "ic_fluent_number_symbol_dismiss_20_regular": 60237, - "ic_fluent_number_symbol_square_20_filled": 60238, - "ic_fluent_number_symbol_square_20_regular": 60239, - "ic_fluent_open_20_filled": 60240, - "ic_fluent_open_20_regular": 60241, - "ic_fluent_open_folder_20_filled": 60242, - "ic_fluent_open_folder_20_regular": 60243, - "ic_fluent_open_off_20_filled": 60244, - "ic_fluent_open_off_20_regular": 60245, - "ic_fluent_options_20_filled": 60246, - "ic_fluent_options_20_regular": 60247, - "ic_fluent_organization_20_filled": 60248, - "ic_fluent_organization_20_regular": 60249, - "ic_fluent_organization_horizontal_20_filled": 60250, - "ic_fluent_organization_horizontal_20_regular": 60251, - "ic_fluent_orientation_20_filled": 60252, - "ic_fluent_orientation_20_regular": 60253, - "ic_fluent_oval_20_filled": 60254, - "ic_fluent_oval_20_regular": 60255, - "ic_fluent_oven_20_filled": 60256, - "ic_fluent_oven_20_regular": 60257, - "ic_fluent_padding_down_20_filled": 60258, - "ic_fluent_padding_down_20_regular": 60259, - "ic_fluent_padding_left_20_filled": 60260, - "ic_fluent_padding_left_20_regular": 60261, - "ic_fluent_padding_right_20_filled": 60262, - "ic_fluent_padding_right_20_regular": 60263, - "ic_fluent_padding_top_20_filled": 60264, - "ic_fluent_padding_top_20_regular": 60265, - "ic_fluent_page_fit_20_filled": 60266, - "ic_fluent_page_fit_20_regular": 60267, - "ic_fluent_paint_brush_20_filled": 60268, - "ic_fluent_paint_brush_20_regular": 60269, - "ic_fluent_paint_brush_arrow_down_20_filled": 60270, - "ic_fluent_paint_brush_arrow_down_20_regular": 60271, - "ic_fluent_paint_brush_arrow_up_20_filled": 60272, - "ic_fluent_paint_brush_arrow_up_20_regular": 60273, - "ic_fluent_paint_bucket_20_filled": 60274, - "ic_fluent_paint_bucket_20_regular": 60275, - "ic_fluent_pair_20_filled": 60276, - "ic_fluent_pair_20_regular": 60277, - "ic_fluent_panel_bottom_20_filled": 60278, - "ic_fluent_panel_bottom_20_regular": 60279, - "ic_fluent_panel_bottom_contract_20_filled": 60280, - "ic_fluent_panel_bottom_contract_20_regular": 60281, - "ic_fluent_panel_bottom_expand_20_filled": 60282, - "ic_fluent_panel_bottom_expand_20_regular": 60283, - "ic_fluent_panel_left_20_filled": 60284, - "ic_fluent_panel_left_20_regular": 60285, - "ic_fluent_panel_left_add_20_filled": 60286, - "ic_fluent_panel_left_add_20_regular": 60287, - "ic_fluent_panel_left_contract_20_filled": 60288, - "ic_fluent_panel_left_contract_20_regular": 60289, - "ic_fluent_panel_left_expand_20_filled": 60290, - "ic_fluent_panel_left_expand_20_regular": 60291, - "ic_fluent_panel_left_focus_right_20_filled": 60292, - "ic_fluent_panel_left_header_20_filled": 60293, - "ic_fluent_panel_left_header_20_regular": 60294, - "ic_fluent_panel_left_header_add_20_filled": 60295, - "ic_fluent_panel_left_header_add_20_regular": 60296, - "ic_fluent_panel_left_header_key_20_filled": 60297, - "ic_fluent_panel_left_header_key_20_regular": 60298, - "ic_fluent_panel_left_key_20_filled": 60299, - "ic_fluent_panel_left_key_20_regular": 60300, - "ic_fluent_panel_left_text_20_filled": 60301, - "ic_fluent_panel_left_text_20_regular": 60302, - "ic_fluent_panel_left_text_add_20_filled": 60303, - "ic_fluent_panel_left_text_add_20_regular": 60304, - "ic_fluent_panel_left_text_dismiss_20_filled": 60305, - "ic_fluent_panel_left_text_dismiss_20_regular": 60306, - "ic_fluent_panel_right_20_filled": 60307, - "ic_fluent_panel_right_20_regular": 60308, - "ic_fluent_panel_right_add_20_filled": 60309, - "ic_fluent_panel_right_add_20_regular": 60310, - "ic_fluent_panel_right_contract_20_filled": 60311, - "ic_fluent_panel_right_contract_20_regular": 60312, - "ic_fluent_panel_right_cursor_20_filled": 60313, - "ic_fluent_panel_right_cursor_20_regular": 60314, - "ic_fluent_panel_right_expand_20_filled": 60315, - "ic_fluent_panel_right_expand_20_regular": 60316, - "ic_fluent_panel_right_gallery_20_filled": 60317, - "ic_fluent_panel_right_gallery_20_regular": 60318, - "ic_fluent_panel_separate_window_20_filled": 60319, - "ic_fluent_panel_separate_window_20_regular": 60320, - "ic_fluent_panel_top_contract_20_filled": 60321, - "ic_fluent_panel_top_contract_20_regular": 60322, - "ic_fluent_panel_top_expand_20_filled": 60323, - "ic_fluent_panel_top_expand_20_regular": 60324, - "ic_fluent_panel_top_gallery_20_filled": 60325, - "ic_fluent_panel_top_gallery_20_regular": 60326, - "ic_fluent_password_20_filled": 60327, - "ic_fluent_password_20_regular": 60328, - "ic_fluent_patch_20_filled": 60329, - "ic_fluent_patch_20_regular": 60330, - "ic_fluent_patient_20_filled": 60331, - "ic_fluent_patient_20_regular": 60332, - "ic_fluent_pause_20_filled": 60333, - "ic_fluent_pause_20_regular": 60334, - "ic_fluent_pause_circle_20_filled": 60335, - "ic_fluent_pause_circle_20_regular": 60336, - "ic_fluent_pause_off_20_filled": 60337, - "ic_fluent_pause_off_20_regular": 60338, - "ic_fluent_pause_settings_20_filled": 60339, - "ic_fluent_pause_settings_20_regular": 60340, - "ic_fluent_payment_20_filled": 60341, - "ic_fluent_payment_20_regular": 60342, - "ic_fluent_payment_wireless_20_filled": 60343, - "ic_fluent_payment_wireless_20_regular": 60344, - "ic_fluent_pen_20_filled": 60345, - "ic_fluent_pen_20_regular": 60346, - "ic_fluent_pen_dismiss_20_filled": 60347, - "ic_fluent_pen_dismiss_20_regular": 60348, - "ic_fluent_pen_off_20_filled": 60349, - "ic_fluent_pen_off_20_regular": 60350, - "ic_fluent_pen_prohibited_20_filled": 60351, - "ic_fluent_pen_prohibited_20_regular": 60352, - "ic_fluent_pen_sparkle_20_filled": 60353, - "ic_fluent_pen_sparkle_20_regular": 60354, - "ic_fluent_pentagon_20_filled": 60355, - "ic_fluent_pentagon_20_regular": 60356, - "ic_fluent_people_20_filled": 60357, - "ic_fluent_people_20_regular": 60358, - "ic_fluent_people_add_20_filled": 60359, - "ic_fluent_people_add_20_regular": 60360, - "ic_fluent_people_audience_20_filled": 60361, - "ic_fluent_people_audience_20_regular": 60362, - "ic_fluent_people_call_20_filled": 60363, - "ic_fluent_people_call_20_regular": 60364, - "ic_fluent_people_chat_20_filled": 60365, - "ic_fluent_people_chat_20_regular": 60366, - "ic_fluent_people_checkmark_20_filled": 60367, - "ic_fluent_people_checkmark_20_regular": 60368, - "ic_fluent_people_community_20_filled": 60369, - "ic_fluent_people_community_20_regular": 60370, - "ic_fluent_people_community_add_20_filled": 60371, - "ic_fluent_people_community_add_20_regular": 60372, - "ic_fluent_people_edit_20_filled": 60373, - "ic_fluent_people_edit_20_regular": 60374, - "ic_fluent_people_error_20_filled": 60375, - "ic_fluent_people_error_20_regular": 60376, - "ic_fluent_people_list_20_filled": 60377, - "ic_fluent_people_list_20_regular": 60378, - "ic_fluent_people_lock_20_filled": 60379, - "ic_fluent_people_lock_20_regular": 60380, - "ic_fluent_people_money_20_filled": 60381, - "ic_fluent_people_money_20_regular": 60382, - "ic_fluent_people_prohibited_20_filled": 60383, - "ic_fluent_people_prohibited_20_regular": 60384, - "ic_fluent_people_queue_20_filled": 60385, - "ic_fluent_people_queue_20_regular": 60386, - "ic_fluent_people_search_20_filled": 60387, - "ic_fluent_people_search_20_regular": 60388, - "ic_fluent_people_settings_20_filled": 60389, - "ic_fluent_people_settings_20_regular": 60390, - "ic_fluent_people_star_20_filled": 60391, - "ic_fluent_people_star_20_regular": 60392, - "ic_fluent_people_swap_20_filled": 60393, - "ic_fluent_people_swap_20_regular": 60394, - "ic_fluent_people_sync_20_filled": 60395, - "ic_fluent_people_sync_20_regular": 60396, - "ic_fluent_people_team_20_filled": 60397, - "ic_fluent_people_team_20_regular": 60398, - "ic_fluent_people_team_add_20_filled": 60399, - "ic_fluent_people_team_add_20_regular": 60400, - "ic_fluent_people_team_delete_20_filled": 60401, - "ic_fluent_people_team_delete_20_regular": 60402, - "ic_fluent_people_team_toolbox_20_filled": 60403, - "ic_fluent_people_team_toolbox_20_regular": 60404, - "ic_fluent_people_toolbox_20_filled": 60405, - "ic_fluent_people_toolbox_20_regular": 60406, - "ic_fluent_person_20_filled": 60407, - "ic_fluent_person_20_regular": 60408, - "ic_fluent_person_5_20_filled": 60409, - "ic_fluent_person_5_20_regular": 60410, - "ic_fluent_person_6_20_filled": 60411, - "ic_fluent_person_6_20_regular": 60412, - "ic_fluent_person_accounts_20_filled": 60413, - "ic_fluent_person_accounts_20_regular": 60414, - "ic_fluent_person_add_20_filled": 60415, - "ic_fluent_person_add_20_regular": 60416, - "ic_fluent_person_alert_20_filled": 60417, - "ic_fluent_person_alert_20_regular": 60418, - "ic_fluent_person_arrow_back_20_filled": 60419, - "ic_fluent_person_arrow_back_20_regular": 60420, - "ic_fluent_person_arrow_left_20_filled": 60421, - "ic_fluent_person_arrow_left_20_regular": 60422, - "ic_fluent_person_arrow_right_20_filled": 60423, - "ic_fluent_person_arrow_right_20_regular": 60424, - "ic_fluent_person_available_20_filled": 60425, - "ic_fluent_person_available_20_regular": 60426, - "ic_fluent_person_board_20_filled": 60427, - "ic_fluent_person_board_20_regular": 60428, - "ic_fluent_person_call_20_filled": 60429, - "ic_fluent_person_call_20_regular": 60430, - "ic_fluent_person_chat_20_filled": 60431, - "ic_fluent_person_chat_20_regular": 60432, - "ic_fluent_person_circle_20_filled": 60433, - "ic_fluent_person_circle_20_regular": 60434, - "ic_fluent_person_clock_20_filled": 60435, - "ic_fluent_person_clock_20_regular": 60436, - "ic_fluent_person_delete_20_filled": 60437, - "ic_fluent_person_delete_20_regular": 60438, - "ic_fluent_person_desktop_20_filled": 60439, - "ic_fluent_person_desktop_20_regular": 60440, - "ic_fluent_person_edit_20_filled": 60441, - "ic_fluent_person_edit_20_regular": 60442, - "ic_fluent_person_feedback_20_filled": 60443, - "ic_fluent_person_feedback_20_regular": 60444, - "ic_fluent_person_heart_20_filled": 60445, - "ic_fluent_person_heart_20_regular": 60446, - "ic_fluent_person_info_20_filled": 60447, - "ic_fluent_person_info_20_regular": 60448, - "ic_fluent_person_key_20_filled": 60449, - "ic_fluent_person_key_20_regular": 60450, - "ic_fluent_person_lightbulb_20_filled": 60451, - "ic_fluent_person_lightbulb_20_regular": 60452, - "ic_fluent_person_lightning_20_filled": 60453, - "ic_fluent_person_lightning_20_regular": 60454, - "ic_fluent_person_link_20_filled": 60455, - "ic_fluent_person_link_20_regular": 60456, - "ic_fluent_person_lock_20_filled": 60457, - "ic_fluent_person_lock_20_regular": 60458, - "ic_fluent_person_mail_20_filled": 60459, - "ic_fluent_person_mail_20_regular": 60460, - "ic_fluent_person_money_20_filled": 60461, - "ic_fluent_person_money_20_regular": 60462, - "ic_fluent_person_note_20_filled": 60463, - "ic_fluent_person_note_20_regular": 60464, - "ic_fluent_person_passkey_20_filled": 60465, - "ic_fluent_person_passkey_20_regular": 60466, - "ic_fluent_person_pill_20_filled": 60467, - "ic_fluent_person_pill_20_regular": 60468, - "ic_fluent_person_prohibited_20_filled": 60469, - "ic_fluent_person_prohibited_20_regular": 60470, - "ic_fluent_person_question_mark_20_filled": 60471, - "ic_fluent_person_question_mark_20_regular": 60472, - "ic_fluent_person_ribbon_20_filled": 60473, - "ic_fluent_person_ribbon_20_regular": 60474, - "ic_fluent_person_running_20_filled": 60475, - "ic_fluent_person_running_20_regular": 60476, - "ic_fluent_person_search_20_filled": 60477, - "ic_fluent_person_search_20_regular": 60478, - "ic_fluent_person_settings_20_filled": 60479, - "ic_fluent_person_settings_20_regular": 60480, - "ic_fluent_person_square_20_filled": 60481, - "ic_fluent_person_square_20_regular": 60482, - "ic_fluent_person_square_checkmark_20_filled": 60483, - "ic_fluent_person_square_checkmark_20_regular": 60484, - "ic_fluent_person_star_20_filled": 60485, - "ic_fluent_person_star_20_regular": 60486, - "ic_fluent_person_starburst_20_filled": 60487, - "ic_fluent_person_starburst_20_regular": 60488, - "ic_fluent_person_subtract_20_filled": 60489, - "ic_fluent_person_subtract_20_regular": 60490, - "ic_fluent_person_support_20_filled": 60491, - "ic_fluent_person_support_20_regular": 60492, - "ic_fluent_person_swap_20_filled": 60493, - "ic_fluent_person_swap_20_regular": 60494, - "ic_fluent_person_sync_20_filled": 60495, - "ic_fluent_person_sync_20_regular": 60496, - "ic_fluent_person_tag_20_filled": 60497, - "ic_fluent_person_tag_20_regular": 60498, - "ic_fluent_person_voice_20_filled": 60499, - "ic_fluent_person_voice_20_regular": 60500, - "ic_fluent_person_walking_20_filled": 60501, - "ic_fluent_person_walking_20_regular": 60502, - "ic_fluent_person_warning_20_filled": 60503, - "ic_fluent_person_warning_20_regular": 60504, - "ic_fluent_person_wrench_20_filled": 60505, - "ic_fluent_person_wrench_20_regular": 60506, - "ic_fluent_phone_20_filled": 60507, - "ic_fluent_phone_20_regular": 60508, - "ic_fluent_phone_add_20_filled": 60509, - "ic_fluent_phone_add_20_regular": 60510, - "ic_fluent_phone_arrow_right_20_filled": 60511, - "ic_fluent_phone_arrow_right_20_regular": 60512, - "ic_fluent_phone_chat_20_filled": 60513, - "ic_fluent_phone_chat_20_regular": 60514, - "ic_fluent_phone_checkmark_20_filled": 60515, - "ic_fluent_phone_checkmark_20_regular": 60516, - "ic_fluent_phone_desktop_20_filled": 60517, - "ic_fluent_phone_desktop_20_regular": 60518, - "ic_fluent_phone_desktop_add_20_filled": 60519, - "ic_fluent_phone_desktop_add_20_regular": 60520, - "ic_fluent_phone_dismiss_20_filled": 60521, - "ic_fluent_phone_dismiss_20_regular": 60522, - "ic_fluent_phone_edit_20_filled": 60523, - "ic_fluent_phone_edit_20_regular": 60524, - "ic_fluent_phone_eraser_20_filled": 60525, - "ic_fluent_phone_eraser_20_regular": 60526, - "ic_fluent_phone_footer_arrow_down_20_filled": 60527, - "ic_fluent_phone_footer_arrow_down_20_regular": 60528, - "ic_fluent_phone_header_arrow_up_20_filled": 60529, - "ic_fluent_phone_header_arrow_up_20_regular": 60530, - "ic_fluent_phone_key_20_filled": 60531, - "ic_fluent_phone_key_20_regular": 60532, - "ic_fluent_phone_laptop_20_filled": 60533, - "ic_fluent_phone_laptop_20_regular": 60534, - "ic_fluent_phone_link_setup_20_filled": 60535, - "ic_fluent_phone_link_setup_20_regular": 60536, - "ic_fluent_phone_lock_20_filled": 60537, - "ic_fluent_phone_lock_20_regular": 60538, - "ic_fluent_phone_page_header_20_filled": 60539, - "ic_fluent_phone_page_header_20_regular": 60540, - "ic_fluent_phone_pagination_20_filled": 60541, - "ic_fluent_phone_pagination_20_regular": 60542, - "ic_fluent_phone_screen_time_20_filled": 60543, - "ic_fluent_phone_screen_time_20_regular": 60544, - "ic_fluent_phone_shake_20_filled": 60545, - "ic_fluent_phone_shake_20_regular": 60546, - "ic_fluent_phone_span_in_20_filled": 60547, - "ic_fluent_phone_span_in_20_regular": 60548, - "ic_fluent_phone_span_out_20_filled": 60549, - "ic_fluent_phone_span_out_20_regular": 60550, - "ic_fluent_phone_speaker_20_filled": 60551, - "ic_fluent_phone_speaker_20_regular": 60552, - "ic_fluent_phone_status_bar_20_filled": 60553, - "ic_fluent_phone_status_bar_20_regular": 60554, - "ic_fluent_phone_tablet_20_filled": 60555, - "ic_fluent_phone_tablet_20_regular": 60556, - "ic_fluent_phone_update_20_filled": 60557, - "ic_fluent_phone_update_20_regular": 60558, - "ic_fluent_phone_update_checkmark_20_filled": 60559, - "ic_fluent_phone_update_checkmark_20_regular": 60560, - "ic_fluent_phone_vertical_scroll_20_filled": 60561, - "ic_fluent_phone_vertical_scroll_20_regular": 60562, - "ic_fluent_phone_vibrate_20_filled": 60563, - "ic_fluent_phone_vibrate_20_regular": 60564, - "ic_fluent_photo_filter_20_filled": 60565, - "ic_fluent_photo_filter_20_regular": 60566, - "ic_fluent_pi_20_filled": 60567, - "ic_fluent_pi_20_regular": 60568, - "ic_fluent_picture_in_picture_20_filled": 60569, - "ic_fluent_picture_in_picture_20_regular": 60570, - "ic_fluent_picture_in_picture_enter_20_filled": 60571, - "ic_fluent_picture_in_picture_enter_20_regular": 60572, - "ic_fluent_picture_in_picture_exit_20_filled": 60573, - "ic_fluent_picture_in_picture_exit_20_regular": 60574, - "ic_fluent_pill_20_filled": 60575, - "ic_fluent_pill_20_regular": 60576, - "ic_fluent_pin_20_filled": 60577, - "ic_fluent_pin_20_regular": 60578, - "ic_fluent_pin_off_20_filled": 60579, - "ic_fluent_pin_off_20_regular": 60580, - "ic_fluent_pipeline_20_filled": 60581, - "ic_fluent_pipeline_20_regular": 60582, - "ic_fluent_pipeline_add_20_filled": 60583, - "ic_fluent_pipeline_add_20_regular": 60584, - "ic_fluent_pipeline_arrow_curve_down_20_filled": 60585, - "ic_fluent_pipeline_arrow_curve_down_20_regular": 60586, - "ic_fluent_pipeline_play_20_filled": 60587, - "ic_fluent_pipeline_play_20_regular": 60588, - "ic_fluent_pivot_20_filled": 60589, - "ic_fluent_pivot_20_regular": 60590, - "ic_fluent_plant_cattail_20_filled": 60591, - "ic_fluent_plant_cattail_20_regular": 60592, - "ic_fluent_plant_grass_20_filled": 60593, - "ic_fluent_plant_grass_20_regular": 60594, - "ic_fluent_plant_ragweed_20_filled": 60595, - "ic_fluent_plant_ragweed_20_regular": 60596, - "ic_fluent_play_20_filled": 60597, - "ic_fluent_play_20_regular": 60598, - "ic_fluent_play_circle_20_filled": 60599, - "ic_fluent_play_circle_20_regular": 60600, - "ic_fluent_play_circle_hint_20_filled": 60601, - "ic_fluent_play_circle_hint_20_regular": 60602, - "ic_fluent_play_settings_20_filled": 60603, - "ic_fluent_play_settings_20_regular": 60604, - "ic_fluent_playing_cards_20_filled": 60605, - "ic_fluent_playing_cards_20_regular": 60606, - "ic_fluent_plug_connected_20_filled": 60607, - "ic_fluent_plug_connected_20_regular": 60608, - "ic_fluent_plug_connected_add_20_filled": 60609, - "ic_fluent_plug_connected_add_20_regular": 60610, - "ic_fluent_plug_connected_checkmark_20_filled": 60611, - "ic_fluent_plug_connected_checkmark_20_regular": 60612, - "ic_fluent_plug_connected_settings_20_filled": 60613, - "ic_fluent_plug_connected_settings_20_regular": 60614, - "ic_fluent_plug_disconnected_20_filled": 60615, - "ic_fluent_plug_disconnected_20_regular": 60616, - "ic_fluent_point_scan_20_filled": 60617, - "ic_fluent_point_scan_20_regular": 60618, - "ic_fluent_poll_20_filled": 60619, - "ic_fluent_poll_20_regular": 60620, - "ic_fluent_poll_horizontal_20_filled": 60621, - "ic_fluent_poll_horizontal_20_regular": 60622, - "ic_fluent_poll_off_20_filled": 60623, - "ic_fluent_poll_off_20_regular": 60624, - "ic_fluent_port_hdmi_20_filled": 60625, - "ic_fluent_port_hdmi_20_regular": 60626, - "ic_fluent_port_micro_usb_20_filled": 60627, - "ic_fluent_port_micro_usb_20_regular": 60628, - "ic_fluent_port_usb_a_20_filled": 60629, - "ic_fluent_port_usb_a_20_regular": 60630, - "ic_fluent_port_usb_c_20_filled": 60631, - "ic_fluent_port_usb_c_20_regular": 60632, - "ic_fluent_position_backward_20_filled": 60633, - "ic_fluent_position_backward_20_regular": 60634, - "ic_fluent_position_forward_20_filled": 60635, - "ic_fluent_position_forward_20_regular": 60636, - "ic_fluent_position_to_back_20_filled": 60637, - "ic_fluent_position_to_back_20_regular": 60638, - "ic_fluent_position_to_front_20_filled": 60639, - "ic_fluent_position_to_front_20_regular": 60640, - "ic_fluent_power_20_filled": 60641, - "ic_fluent_power_20_regular": 60642, - "ic_fluent_predictions_20_filled": 60643, - "ic_fluent_predictions_20_regular": 60644, - "ic_fluent_premium_20_filled": 60645, - "ic_fluent_premium_20_regular": 60646, - "ic_fluent_premium_person_20_filled": 60647, - "ic_fluent_premium_person_20_regular": 60648, - "ic_fluent_presence_available_20_filled": 60649, - "ic_fluent_presence_available_20_regular": 60650, - "ic_fluent_presence_away_20_filled": 60651, - "ic_fluent_presence_away_20_regular": 60652, - "ic_fluent_presence_blocked_20_regular": 60653, - "ic_fluent_presence_busy_20_filled": 60654, - "ic_fluent_presence_dnd_20_filled": 60655, - "ic_fluent_presence_dnd_20_regular": 60656, - "ic_fluent_presence_offline_20_regular": 60657, - "ic_fluent_presence_oof_20_regular": 60658, - "ic_fluent_presence_unknown_20_regular": 60659, - "ic_fluent_presenter_20_filled": 60660, - "ic_fluent_presenter_20_regular": 60661, - "ic_fluent_presenter_off_20_filled": 60662, - "ic_fluent_presenter_off_20_regular": 60663, - "ic_fluent_preview_link_20_filled": 60664, - "ic_fluent_preview_link_20_regular": 60665, - "ic_fluent_previous_20_filled": 60666, - "ic_fluent_previous_20_regular": 60667, - "ic_fluent_previous_frame_20_filled": 60668, - "ic_fluent_previous_frame_20_regular": 60669, - "ic_fluent_print_20_filled": 60670, - "ic_fluent_print_20_regular": 60671, - "ic_fluent_print_add_20_filled": 60672, - "ic_fluent_print_add_20_regular": 60673, - "ic_fluent_production_20_filled": 60674, - "ic_fluent_production_20_regular": 60675, - "ic_fluent_production_checkmark_20_filled": 60676, - "ic_fluent_production_checkmark_20_regular": 60677, - "ic_fluent_prohibited_20_filled": 60678, - "ic_fluent_prohibited_20_regular": 60679, - "ic_fluent_prohibited_multiple_20_filled": 60680, - "ic_fluent_prohibited_multiple_20_regular": 60681, - "ic_fluent_prohibited_note_20_filled": 60682, - "ic_fluent_prohibited_note_20_regular": 60683, - "ic_fluent_projection_screen_20_filled": 60684, - "ic_fluent_projection_screen_20_regular": 60685, - "ic_fluent_projection_screen_dismiss_20_filled": 60686, - "ic_fluent_projection_screen_dismiss_20_regular": 60687, - "ic_fluent_projection_screen_text_20_filled": 60688, - "ic_fluent_projection_screen_text_20_regular": 60689, - "ic_fluent_protocol_handler_20_filled": 60690, - "ic_fluent_protocol_handler_20_regular": 60691, - "ic_fluent_pulse_20_filled": 60692, - "ic_fluent_pulse_20_regular": 60693, - "ic_fluent_pulse_square_20_filled": 60694, - "ic_fluent_pulse_square_20_regular": 60695, - "ic_fluent_puzzle_cube_20_filled": 60696, - "ic_fluent_puzzle_cube_20_regular": 60697, - "ic_fluent_puzzle_cube_piece_20_filled": 60698, - "ic_fluent_puzzle_cube_piece_20_regular": 60699, - "ic_fluent_puzzle_piece_20_filled": 60700, - "ic_fluent_puzzle_piece_20_regular": 60701, - "ic_fluent_puzzle_piece_shield_20_filled": 60702, - "ic_fluent_puzzle_piece_shield_20_regular": 60703, - "ic_fluent_qr_code_20_filled": 60704, - "ic_fluent_qr_code_20_regular": 60705, - "ic_fluent_question_20_filled": 60706, - "ic_fluent_question_20_regular": 60707, - "ic_fluent_question_circle_20_filled": 60708, - "ic_fluent_question_circle_20_regular": 60709, - "ic_fluent_quiz_new_20_filled": 60710, - "ic_fluent_quiz_new_20_regular": 60711, - "ic_fluent_radar_20_filled": 60712, - "ic_fluent_radar_20_regular": 60713, - "ic_fluent_radar_checkmark_20_filled": 60714, - "ic_fluent_radar_checkmark_20_regular": 60715, - "ic_fluent_radar_rectangle_multiple_20_filled": 60716, - "ic_fluent_radar_rectangle_multiple_20_regular": 60717, - "ic_fluent_radio_button_20_filled": 60718, - "ic_fluent_radio_button_20_regular": 60719, - "ic_fluent_ram_20_filled": 60720, - "ic_fluent_ram_20_regular": 60721, - "ic_fluent_rating_mature_20_filled": 60722, - "ic_fluent_rating_mature_20_regular": 60723, - "ic_fluent_ratio_one_to_one_20_filled": 60724, - "ic_fluent_ratio_one_to_one_20_regular": 60725, - "ic_fluent_re_order_20_filled": 60726, - "ic_fluent_re_order_20_regular": 60727, - "ic_fluent_re_order_dots_horizontal_20_filled": 60728, - "ic_fluent_re_order_dots_horizontal_20_regular": 60729, - "ic_fluent_re_order_dots_vertical_20_filled": 60730, - "ic_fluent_re_order_dots_vertical_20_regular": 60731, - "ic_fluent_read_aloud_20_filled": 60732, - "ic_fluent_read_aloud_20_regular": 60733, - "ic_fluent_reading_list_20_filled": 60734, - "ic_fluent_reading_list_20_regular": 60735, - "ic_fluent_reading_list_add_20_filled": 60736, - "ic_fluent_reading_list_add_20_regular": 60737, - "ic_fluent_reading_mode_mobile_20_filled": 60738, - "ic_fluent_reading_mode_mobile_20_regular": 60739, - "ic_fluent_real_estate_20_filled": 60740, - "ic_fluent_real_estate_20_regular": 60741, - "ic_fluent_receipt_20_filled": 60742, - "ic_fluent_receipt_20_regular": 60743, - "ic_fluent_receipt_add_20_filled": 60744, - "ic_fluent_receipt_add_20_regular": 60745, - "ic_fluent_receipt_bag_20_filled": 60746, - "ic_fluent_receipt_bag_20_regular": 60747, - "ic_fluent_receipt_cube_20_filled": 60748, - "ic_fluent_receipt_cube_20_regular": 60749, - "ic_fluent_receipt_money_20_filled": 60750, - "ic_fluent_receipt_money_20_regular": 60751, - "ic_fluent_receipt_play_20_filled": 60752, - "ic_fluent_receipt_play_20_regular": 60753, - "ic_fluent_receipt_search_20_filled": 60754, - "ic_fluent_receipt_search_20_regular": 60755, - "ic_fluent_receipt_sparkles_20_filled": 60756, - "ic_fluent_receipt_sparkles_20_regular": 60757, - "ic_fluent_record_20_filled": 60758, - "ic_fluent_record_20_regular": 60759, - "ic_fluent_record_stop_20_filled": 60760, - "ic_fluent_record_stop_20_regular": 60761, - "ic_fluent_rectangle_landscape_20_filled": 60762, - "ic_fluent_rectangle_landscape_20_regular": 60763, - "ic_fluent_rectangle_landscape_hint_copy_20_filled": 60764, - "ic_fluent_rectangle_landscape_hint_copy_20_regular": 60765, - "ic_fluent_rectangle_landscape_sparkle_20_filled": 60766, - "ic_fluent_rectangle_landscape_sparkle_20_regular": 60767, - "ic_fluent_rectangle_landscape_sync_20_filled": 60768, - "ic_fluent_rectangle_landscape_sync_20_regular": 60769, - "ic_fluent_rectangle_landscape_sync_off_20_filled": 60770, - "ic_fluent_rectangle_landscape_sync_off_20_regular": 60771, - "ic_fluent_rectangle_portrait_location_target_20_filled": 60772, - "ic_fluent_rectangle_portrait_location_target_20_regular": 60773, - "ic_fluent_recycle_20_filled": 60774, - "ic_fluent_recycle_20_regular": 60775, - "ic_fluent_remix_add_20_filled": 60776, - "ic_fluent_remix_add_20_regular": 60777, - "ic_fluent_remote_20_filled": 60778, - "ic_fluent_remote_20_regular": 60779, - "ic_fluent_rename_20_filled": 60780, - "ic_fluent_rename_20_regular": 60781, - "ic_fluent_reorder_20_filled": 60782, - "ic_fluent_reorder_20_regular": 60783, - "ic_fluent_replay_20_filled": 60784, - "ic_fluent_replay_20_regular": 60785, - "ic_fluent_resize_20_filled": 60786, - "ic_fluent_resize_20_regular": 60787, - "ic_fluent_resize_image_20_filled": 60788, - "ic_fluent_resize_image_20_regular": 60789, - "ic_fluent_resize_large_20_filled": 60790, - "ic_fluent_resize_large_20_regular": 60791, - "ic_fluent_resize_small_20_filled": 60792, - "ic_fluent_resize_small_20_regular": 60793, - "ic_fluent_resize_table_20_filled": 60794, - "ic_fluent_resize_table_20_regular": 60795, - "ic_fluent_resize_video_20_filled": 60796, - "ic_fluent_resize_video_20_regular": 60797, - "ic_fluent_reward_20_filled": 60798, - "ic_fluent_reward_20_regular": 60799, - "ic_fluent_rewind_20_filled": 60800, - "ic_fluent_rewind_20_regular": 60801, - "ic_fluent_rhombus_20_filled": 60802, - "ic_fluent_rhombus_20_regular": 60803, - "ic_fluent_ribbon_20_filled": 60804, - "ic_fluent_ribbon_20_regular": 60805, - "ic_fluent_ribbon_add_20_filled": 60806, - "ic_fluent_ribbon_add_20_regular": 60807, - "ic_fluent_ribbon_off_20_filled": 60808, - "ic_fluent_ribbon_off_20_regular": 60809, - "ic_fluent_ribbon_star_20_filled": 60810, - "ic_fluent_ribbon_star_20_regular": 60811, - "ic_fluent_road_cone_20_filled": 60812, - "ic_fluent_road_cone_20_regular": 60813, - "ic_fluent_rocket_20_filled": 60814, - "ic_fluent_rocket_20_regular": 60815, - "ic_fluent_rotate_left_20_filled": 60816, - "ic_fluent_rotate_left_20_regular": 60817, - "ic_fluent_rotate_right_20_filled": 60818, - "ic_fluent_rotate_right_20_regular": 60819, - "ic_fluent_router_20_filled": 60820, - "ic_fluent_router_20_regular": 60821, - "ic_fluent_row_triple_20_filled": 60822, - "ic_fluent_row_triple_20_regular": 60823, - "ic_fluent_rss_20_filled": 60824, - "ic_fluent_rss_20_regular": 60825, - "ic_fluent_ruler_20_filled": 60826, - "ic_fluent_ruler_20_regular": 60827, - "ic_fluent_run_20_filled": 60828, - "ic_fluent_run_20_regular": 60829, - "ic_fluent_sanitize_20_filled": 60830, - "ic_fluent_sanitize_20_regular": 60831, - "ic_fluent_save_20_filled": 60832, - "ic_fluent_save_20_regular": 60833, - "ic_fluent_save_arrow_right_20_filled": 60834, - "ic_fluent_save_arrow_right_20_regular": 60835, - "ic_fluent_save_copy_20_filled": 60836, - "ic_fluent_save_copy_20_regular": 60837, - "ic_fluent_save_edit_20_filled": 60838, - "ic_fluent_save_edit_20_regular": 60839, - "ic_fluent_save_image_20_filled": 60840, - "ic_fluent_save_image_20_regular": 60841, - "ic_fluent_save_multiple_20_filled": 60842, - "ic_fluent_save_multiple_20_regular": 60843, - "ic_fluent_save_search_20_filled": 60844, - "ic_fluent_save_search_20_regular": 60845, - "ic_fluent_save_sync_20_filled": 60846, - "ic_fluent_save_sync_20_regular": 60847, - "ic_fluent_savings_20_filled": 60848, - "ic_fluent_savings_20_regular": 60849, - "ic_fluent_scale_fill_20_filled": 60850, - "ic_fluent_scale_fill_20_regular": 60851, - "ic_fluent_scale_fit_20_filled": 60852, - "ic_fluent_scale_fit_20_regular": 60853, - "ic_fluent_scales_20_filled": 60854, - "ic_fluent_scales_20_regular": 60855, - "ic_fluent_scan_20_filled": 60856, - "ic_fluent_scan_20_regular": 60857, - "ic_fluent_scan_camera_20_filled": 60858, - "ic_fluent_scan_camera_20_regular": 60859, - "ic_fluent_scan_dash_20_filled": 60860, - "ic_fluent_scan_dash_20_regular": 60861, - "ic_fluent_scan_object_20_filled": 60862, - "ic_fluent_scan_object_20_regular": 60863, - "ic_fluent_scan_person_20_filled": 60864, - "ic_fluent_scan_person_20_regular": 60865, - "ic_fluent_scan_table_20_filled": 60866, - "ic_fluent_scan_table_20_regular": 60867, - "ic_fluent_scan_text_20_filled": 60868, - "ic_fluent_scan_text_20_regular": 60869, - "ic_fluent_scan_thumb_up_20_filled": 60870, - "ic_fluent_scan_thumb_up_20_regular": 60871, - "ic_fluent_scan_thumb_up_off_20_filled": 60872, - "ic_fluent_scan_thumb_up_off_20_regular": 60873, - "ic_fluent_scan_type_20_filled": 60874, - "ic_fluent_scan_type_20_regular": 60875, - "ic_fluent_scan_type_checkmark_20_filled": 60876, - "ic_fluent_scan_type_checkmark_20_regular": 60877, - "ic_fluent_scan_type_off_20_filled": 60878, - "ic_fluent_scan_type_off_20_regular": 60879, - "ic_fluent_scratchpad_20_filled": 60880, - "ic_fluent_scratchpad_20_regular": 60881, - "ic_fluent_screen_cut_20_filled": 60882, - "ic_fluent_screen_cut_20_regular": 60883, - "ic_fluent_screen_person_20_filled": 60884, - "ic_fluent_screen_person_20_regular": 60885, - "ic_fluent_screen_search_20_filled": 60886, - "ic_fluent_screen_search_20_regular": 60887, - "ic_fluent_screenshot_20_filled": 60888, - "ic_fluent_screenshot_20_regular": 60889, - "ic_fluent_screenshot_record_20_filled": 60890, - "ic_fluent_screenshot_record_20_regular": 60891, - "ic_fluent_script_20_filled": 60892, - "ic_fluent_script_20_regular": 60893, - "ic_fluent_search_20_filled": 60894, - "ic_fluent_search_20_regular": 60895, - "ic_fluent_search_info_20_filled": 60896, - "ic_fluent_search_info_20_regular": 60897, - "ic_fluent_search_settings_20_filled": 60898, - "ic_fluent_search_settings_20_regular": 60899, - "ic_fluent_search_shield_20_filled": 60900, - "ic_fluent_search_shield_20_regular": 60901, - "ic_fluent_search_square_20_filled": 60902, - "ic_fluent_search_square_20_regular": 60903, - "ic_fluent_search_visual_20_filled": 60904, - "ic_fluent_search_visual_20_regular": 60905, - "ic_fluent_seat_20_filled": 60906, - "ic_fluent_seat_20_regular": 60907, - "ic_fluent_seat_add_20_filled": 60908, - "ic_fluent_seat_add_20_regular": 60909, - "ic_fluent_select_all_off_20_filled": 60910, - "ic_fluent_select_all_off_20_regular": 60911, - "ic_fluent_select_all_on_20_filled": 60912, - "ic_fluent_select_all_on_20_regular": 60913, - "ic_fluent_select_object_20_filled": 60914, - "ic_fluent_select_object_20_regular": 60915, - "ic_fluent_select_object_skew_20_filled": 60916, - "ic_fluent_select_object_skew_20_regular": 60917, - "ic_fluent_select_object_skew_dismiss_20_filled": 60918, - "ic_fluent_select_object_skew_dismiss_20_regular": 60919, - "ic_fluent_select_object_skew_edit_20_filled": 60920, - "ic_fluent_select_object_skew_edit_20_regular": 60921, - "ic_fluent_send_20_filled": 60922, - "ic_fluent_send_20_regular": 60923, - "ic_fluent_send_beaker_20_filled": 60924, - "ic_fluent_send_beaker_20_regular": 60925, - "ic_fluent_send_clock_20_filled": 60926, - "ic_fluent_send_clock_20_regular": 60927, - "ic_fluent_send_copy_20_filled": 60928, - "ic_fluent_send_copy_20_regular": 60929, - "ic_fluent_serial_port_20_filled": 60930, - "ic_fluent_serial_port_20_regular": 60931, - "ic_fluent_server_20_filled": 60932, - "ic_fluent_server_20_regular": 60933, - "ic_fluent_server_link_20_filled": 60934, - "ic_fluent_server_link_20_regular": 60935, - "ic_fluent_server_multiple_20_filled": 60936, - "ic_fluent_server_multiple_20_regular": 60937, - "ic_fluent_server_play_20_filled": 60938, - "ic_fluent_server_play_20_regular": 60939, - "ic_fluent_service_bell_20_filled": 60940, - "ic_fluent_service_bell_20_regular": 60941, - "ic_fluent_settings_20_filled": 60942, - "ic_fluent_settings_20_regular": 60943, - "ic_fluent_settings_chat_20_filled": 60944, - "ic_fluent_settings_chat_20_regular": 60945, - "ic_fluent_settings_cog_multiple_20_filled": 60946, - "ic_fluent_settings_cog_multiple_20_regular": 60947, - "ic_fluent_shape_exclude_20_filled": 60948, - "ic_fluent_shape_exclude_20_regular": 60949, - "ic_fluent_shape_intersect_20_filled": 60950, - "ic_fluent_shape_intersect_20_regular": 60951, - "ic_fluent_shape_organic_20_filled": 60952, - "ic_fluent_shape_organic_20_regular": 60953, - "ic_fluent_shape_subtract_20_filled": 60954, - "ic_fluent_shape_subtract_20_regular": 60955, - "ic_fluent_shape_union_20_filled": 60956, - "ic_fluent_shape_union_20_regular": 60957, - "ic_fluent_shapes_20_filled": 60958, - "ic_fluent_shapes_20_regular": 60959, - "ic_fluent_share_20_filled": 60960, - "ic_fluent_share_20_regular": 60961, - "ic_fluent_share_android_20_filled": 60962, - "ic_fluent_share_android_20_regular": 60963, - "ic_fluent_share_close_tray_20_filled": 60964, - "ic_fluent_share_close_tray_20_regular": 60965, - "ic_fluent_share_ios_20_filled": 60966, - "ic_fluent_share_ios_20_regular": 60967, - "ic_fluent_share_screen_person_20_filled": 60968, - "ic_fluent_share_screen_person_20_regular": 60969, - "ic_fluent_share_screen_person_overlay_20_filled": 60970, - "ic_fluent_share_screen_person_overlay_20_regular": 60971, - "ic_fluent_share_screen_person_overlay_inside_20_filled": 60972, - "ic_fluent_share_screen_person_overlay_inside_20_regular": 60973, - "ic_fluent_share_screen_person_p_20_filled": 60974, - "ic_fluent_share_screen_person_p_20_regular": 60975, - "ic_fluent_share_screen_start_20_filled": 60976, - "ic_fluent_share_screen_start_20_regular": 60977, - "ic_fluent_share_screen_stop_20_filled": 60978, - "ic_fluent_share_screen_stop_20_regular": 60979, - "ic_fluent_shield_20_filled": 60980, - "ic_fluent_shield_20_regular": 60981, - "ic_fluent_shield_add_20_filled": 60982, - "ic_fluent_shield_add_20_regular": 60983, - "ic_fluent_shield_badge_20_filled": 60984, - "ic_fluent_shield_badge_20_regular": 60985, - "ic_fluent_shield_checkmark_20_filled": 60986, - "ic_fluent_shield_checkmark_20_regular": 60987, - "ic_fluent_shield_dismiss_20_filled": 60988, - "ic_fluent_shield_dismiss_20_regular": 60989, - "ic_fluent_shield_dismiss_shield_20_filled": 60990, - "ic_fluent_shield_dismiss_shield_20_regular": 60991, - "ic_fluent_shield_error_20_filled": 60992, - "ic_fluent_shield_error_20_regular": 60993, - "ic_fluent_shield_globe_20_filled": 60994, - "ic_fluent_shield_globe_20_regular": 60995, - "ic_fluent_shield_keyhole_20_filled": 60996, - "ic_fluent_shield_keyhole_20_regular": 60997, - "ic_fluent_shield_lock_20_filled": 60998, - "ic_fluent_shield_lock_20_regular": 60999, - "ic_fluent_shield_person_20_filled": 61000, - "ic_fluent_shield_person_20_regular": 61001, - "ic_fluent_shield_person_add_20_filled": 61002, - "ic_fluent_shield_person_add_20_regular": 61003, - "ic_fluent_shield_prohibited_20_filled": 61004, - "ic_fluent_shield_prohibited_20_regular": 61005, - "ic_fluent_shield_question_20_filled": 61006, - "ic_fluent_shield_question_20_regular": 61007, - "ic_fluent_shield_task_20_filled": 61008, - "ic_fluent_shield_task_20_regular": 61009, - "ic_fluent_shifts_20_filled": 61010, - "ic_fluent_shifts_20_regular": 61011, - "ic_fluent_shifts_30_minutes_20_filled": 61012, - "ic_fluent_shifts_30_minutes_20_regular": 61013, - "ic_fluent_shifts_activity_20_filled": 61014, - "ic_fluent_shifts_activity_20_regular": 61015, - "ic_fluent_shifts_add_20_filled": 61016, - "ic_fluent_shifts_add_20_regular": 61017, - "ic_fluent_shifts_availability_20_filled": 61018, - "ic_fluent_shifts_availability_20_regular": 61019, - "ic_fluent_shifts_checkmark_20_filled": 61020, - "ic_fluent_shifts_checkmark_20_regular": 61021, - "ic_fluent_shifts_day_20_filled": 61022, - "ic_fluent_shifts_day_20_regular": 61023, - "ic_fluent_shifts_open_20_filled": 61024, - "ic_fluent_shifts_open_20_regular": 61025, - "ic_fluent_shifts_prohibited_20_filled": 61026, - "ic_fluent_shifts_prohibited_20_regular": 61027, - "ic_fluent_shifts_question_mark_20_filled": 61028, - "ic_fluent_shifts_question_mark_20_regular": 61029, - "ic_fluent_shifts_team_20_filled": 61030, - "ic_fluent_shifts_team_20_regular": 61031, - "ic_fluent_shopping_bag_20_filled": 61032, - "ic_fluent_shopping_bag_20_regular": 61033, - "ic_fluent_shopping_bag_add_20_filled": 61034, - "ic_fluent_shopping_bag_add_20_regular": 61035, - "ic_fluent_shopping_bag_arrow_left_20_filled": 61036, - "ic_fluent_shopping_bag_arrow_left_20_regular": 61037, - "ic_fluent_shopping_bag_dismiss_20_filled": 61038, - "ic_fluent_shopping_bag_dismiss_20_regular": 61039, - "ic_fluent_shopping_bag_pause_20_filled": 61040, - "ic_fluent_shopping_bag_pause_20_regular": 61041, - "ic_fluent_shopping_bag_percent_20_filled": 61042, - "ic_fluent_shopping_bag_percent_20_regular": 61043, - "ic_fluent_shopping_bag_play_20_filled": 61044, - "ic_fluent_shopping_bag_play_20_regular": 61045, - "ic_fluent_shopping_bag_tag_20_filled": 61046, - "ic_fluent_shopping_bag_tag_20_regular": 61047, - "ic_fluent_shortpick_20_filled": 61048, - "ic_fluent_shortpick_20_regular": 61049, - "ic_fluent_showerhead_20_filled": 61050, - "ic_fluent_showerhead_20_regular": 61051, - "ic_fluent_sidebar_search_ltr_20_filled": 61052, - "ic_fluent_sidebar_search_ltr_20_regular": 61053, - "ic_fluent_sidebar_search_rtl_20_filled": 61054, - "ic_fluent_sidebar_search_rtl_20_regular": 61055, - "ic_fluent_sign_out_20_filled": 61056, - "ic_fluent_sign_out_20_regular": 61057, - "ic_fluent_signature_20_filled": 61058, - "ic_fluent_signature_20_regular": 61059, - "ic_fluent_sim_20_filled": 61060, - "ic_fluent_sim_20_regular": 61061, - "ic_fluent_skip_back_10_20_filled": 61062, - "ic_fluent_skip_back_10_20_regular": 61063, - "ic_fluent_skip_forward_10_20_filled": 61064, - "ic_fluent_skip_forward_10_20_regular": 61065, - "ic_fluent_skip_forward_30_20_filled": 61066, - "ic_fluent_skip_forward_30_20_regular": 61067, - "ic_fluent_skip_forward_tab_20_filled": 61068, - "ic_fluent_skip_forward_tab_20_regular": 61069, - "ic_fluent_slash_forward_20_filled": 61070, - "ic_fluent_slash_forward_20_regular": 61071, - "ic_fluent_sleep_20_filled": 61072, - "ic_fluent_sleep_20_regular": 61073, - "ic_fluent_slide_add_20_filled": 61074, - "ic_fluent_slide_add_20_regular": 61075, - "ic_fluent_slide_arrow_right_20_filled": 61076, - "ic_fluent_slide_arrow_right_20_regular": 61077, - "ic_fluent_slide_eraser_20_filled": 61078, - "ic_fluent_slide_eraser_20_regular": 61079, - "ic_fluent_slide_grid_20_filled": 61080, - "ic_fluent_slide_grid_20_regular": 61081, - "ic_fluent_slide_hide_20_filled": 61082, - "ic_fluent_slide_hide_20_regular": 61083, - "ic_fluent_slide_layout_20_filled": 61084, - "ic_fluent_slide_layout_20_regular": 61085, - "ic_fluent_slide_link_20_filled": 61086, - "ic_fluent_slide_link_20_regular": 61087, - "ic_fluent_slide_microphone_20_filled": 61088, - "ic_fluent_slide_microphone_20_regular": 61089, - "ic_fluent_slide_multiple_20_filled": 61090, - "ic_fluent_slide_multiple_20_regular": 61091, - "ic_fluent_slide_multiple_arrow_right_20_filled": 61092, - "ic_fluent_slide_multiple_arrow_right_20_regular": 61093, - "ic_fluent_slide_multiple_search_20_filled": 61094, - "ic_fluent_slide_multiple_search_20_regular": 61095, - "ic_fluent_slide_record_20_filled": 61096, - "ic_fluent_slide_record_20_regular": 61097, - "ic_fluent_slide_search_20_filled": 61098, - "ic_fluent_slide_search_20_regular": 61099, - "ic_fluent_slide_settings_20_filled": 61100, - "ic_fluent_slide_settings_20_regular": 61101, - "ic_fluent_slide_size_20_filled": 61102, - "ic_fluent_slide_size_20_regular": 61103, - "ic_fluent_slide_text_20_filled": 61104, - "ic_fluent_slide_text_20_regular": 61105, - "ic_fluent_slide_text_edit_20_filled": 61106, - "ic_fluent_slide_text_edit_20_regular": 61107, - "ic_fluent_slide_text_multiple_20_filled": 61108, - "ic_fluent_slide_text_multiple_20_regular": 61109, - "ic_fluent_slide_text_person_20_filled": 61110, - "ic_fluent_slide_text_person_20_regular": 61111, - "ic_fluent_slide_text_sparkle_20_filled": 61112, - "ic_fluent_slide_text_sparkle_20_regular": 61113, - "ic_fluent_slide_transition_20_filled": 61114, - "ic_fluent_slide_transition_20_regular": 61115, - "ic_fluent_smartwatch_20_filled": 61116, - "ic_fluent_smartwatch_20_regular": 61117, - "ic_fluent_smartwatch_dot_20_filled": 61118, - "ic_fluent_smartwatch_dot_20_regular": 61119, - "ic_fluent_snooze_20_filled": 61120, - "ic_fluent_snooze_20_regular": 61121, - "ic_fluent_sound_source_20_filled": 61122, - "ic_fluent_sound_source_20_regular": 61123, - "ic_fluent_sound_wave_circle_20_filled": 61124, - "ic_fluent_sound_wave_circle_20_regular": 61125, - "ic_fluent_space_3d_20_filled": 61126, - "ic_fluent_space_3d_20_regular": 61127, - "ic_fluent_spacebar_20_filled": 61128, - "ic_fluent_spacebar_20_regular": 61129, - "ic_fluent_sparkle_20_filled": 61130, - "ic_fluent_sparkle_20_regular": 61131, - "ic_fluent_sparkle_circle_20_filled": 61132, - "ic_fluent_sparkle_circle_20_regular": 61133, - "ic_fluent_speaker_0_20_filled": 61134, - "ic_fluent_speaker_0_20_regular": 61135, - "ic_fluent_speaker_1_20_filled": 61136, - "ic_fluent_speaker_1_20_regular": 61137, - "ic_fluent_speaker_2_20_filled": 61138, - "ic_fluent_speaker_2_20_regular": 61139, - "ic_fluent_speaker_bluetooth_20_filled": 61140, - "ic_fluent_speaker_bluetooth_20_regular": 61141, - "ic_fluent_speaker_box_20_filled": 61142, - "ic_fluent_speaker_box_20_regular": 61143, - "ic_fluent_speaker_edit_20_filled": 61144, - "ic_fluent_speaker_edit_20_regular": 61145, - "ic_fluent_speaker_mute_20_filled": 61146, - "ic_fluent_speaker_mute_20_regular": 61147, - "ic_fluent_speaker_off_20_filled": 61148, - "ic_fluent_speaker_off_20_regular": 61149, - "ic_fluent_speaker_settings_20_filled": 61150, - "ic_fluent_speaker_settings_20_regular": 61151, - "ic_fluent_speaker_usb_20_filled": 61152, - "ic_fluent_speaker_usb_20_regular": 61153, - "ic_fluent_spinner_ios_20_filled": 61154, - "ic_fluent_spinner_ios_20_regular": 61155, - "ic_fluent_split_hint_20_filled": 61156, - "ic_fluent_split_hint_20_regular": 61157, - "ic_fluent_split_horizontal_20_filled": 61158, - "ic_fluent_split_horizontal_20_regular": 61159, - "ic_fluent_split_vertical_20_filled": 61160, - "ic_fluent_split_vertical_20_regular": 61161, - "ic_fluent_sport_20_filled": 61162, - "ic_fluent_sport_20_regular": 61163, - "ic_fluent_sport_american_football_20_filled": 61164, - "ic_fluent_sport_american_football_20_regular": 61165, - "ic_fluent_sport_baseball_20_filled": 61166, - "ic_fluent_sport_baseball_20_regular": 61167, - "ic_fluent_sport_basketball_20_filled": 61168, - "ic_fluent_sport_basketball_20_regular": 61169, - "ic_fluent_sport_hockey_20_filled": 61170, - "ic_fluent_sport_hockey_20_regular": 61171, - "ic_fluent_sport_soccer_20_filled": 61172, - "ic_fluent_sport_soccer_20_regular": 61173, - "ic_fluent_square_20_filled": 61174, - "ic_fluent_square_20_regular": 61175, - "ic_fluent_square_add_20_filled": 61176, - "ic_fluent_square_add_20_regular": 61177, - "ic_fluent_square_arrow_forward_20_filled": 61178, - "ic_fluent_square_arrow_forward_20_regular": 61179, - "ic_fluent_square_dismiss_20_filled": 61180, - "ic_fluent_square_dismiss_20_regular": 61181, - "ic_fluent_square_eraser_20_filled": 61182, - "ic_fluent_square_eraser_20_regular": 61183, - "ic_fluent_square_hint_20_filled": 61184, - "ic_fluent_square_hint_20_regular": 61185, - "ic_fluent_square_hint_apps_20_filled": 61186, - "ic_fluent_square_hint_apps_20_regular": 61187, - "ic_fluent_square_hint_arrow_back_20_filled": 61188, - "ic_fluent_square_hint_arrow_back_20_regular": 61189, - "ic_fluent_square_hint_hexagon_20_filled": 61190, - "ic_fluent_square_hint_hexagon_20_regular": 61191, - "ic_fluent_square_hint_sparkles_20_filled": 61192, - "ic_fluent_square_hint_sparkles_20_regular": 61193, - "ic_fluent_square_multiple_20_filled": 61194, - "ic_fluent_square_multiple_20_regular": 61195, - "ic_fluent_square_shadow_20_filled": 61196, - "ic_fluent_square_shadow_20_regular": 61197, - "ic_fluent_squares_nested_20_filled": 61198, - "ic_fluent_squares_nested_20_regular": 61199, - "ic_fluent_stack_20_filled": 61200, - "ic_fluent_stack_20_regular": 61201, - "ic_fluent_stack_add_20_filled": 61202, - "ic_fluent_stack_add_20_regular": 61203, - "ic_fluent_stack_arrow_forward_20_filled": 61204, - "ic_fluent_stack_arrow_forward_20_regular": 61205, - "ic_fluent_stack_star_20_filled": 61206, - "ic_fluent_stack_star_20_regular": 61207, - "ic_fluent_stack_vertical_20_filled": 61208, - "ic_fluent_stack_vertical_20_regular": 61209, - "ic_fluent_star_20_filled": 61210, - "ic_fluent_star_20_regular": 61211, - "ic_fluent_star_add_20_filled": 61212, - "ic_fluent_star_add_20_regular": 61213, - "ic_fluent_star_arrow_back_20_filled": 61214, - "ic_fluent_star_arrow_back_20_regular": 61215, - "ic_fluent_star_arrow_right_end_20_filled": 61216, - "ic_fluent_star_arrow_right_end_20_regular": 61217, - "ic_fluent_star_arrow_right_start_20_filled": 61218, - "ic_fluent_star_arrow_right_start_20_regular": 61219, - "ic_fluent_star_checkmark_20_filled": 61220, - "ic_fluent_star_checkmark_20_regular": 61221, - "ic_fluent_star_dismiss_20_filled": 61222, - "ic_fluent_star_dismiss_20_regular": 61223, - "ic_fluent_star_edit_20_filled": 61224, - "ic_fluent_star_edit_20_regular": 61225, - "ic_fluent_star_emphasis_20_filled": 61226, - "ic_fluent_star_emphasis_20_regular": 61227, - "ic_fluent_star_half_20_filled": 61228, - "ic_fluent_star_half_20_regular": 61229, - "ic_fluent_star_line_horizontal_3_20_filled": 61230, - "ic_fluent_star_line_horizontal_3_20_regular": 61231, - "ic_fluent_star_off_20_filled": 61232, - "ic_fluent_star_off_20_regular": 61233, - "ic_fluent_star_one_quarter_20_filled": 61234, - "ic_fluent_star_one_quarter_20_regular": 61235, - "ic_fluent_star_prohibited_20_filled": 61236, - "ic_fluent_star_prohibited_20_regular": 61237, - "ic_fluent_star_settings_20_filled": 61238, - "ic_fluent_star_settings_20_regular": 61239, - "ic_fluent_star_three_quarter_20_filled": 61240, - "ic_fluent_star_three_quarter_20_regular": 61241, - "ic_fluent_status_20_filled": 61242, - "ic_fluent_status_20_regular": 61243, - "ic_fluent_step_20_filled": 61244, - "ic_fluent_step_20_regular": 61245, - "ic_fluent_steps_20_filled": 61246, - "ic_fluent_steps_20_regular": 61247, - "ic_fluent_stethoscope_20_filled": 61248, - "ic_fluent_stethoscope_20_regular": 61249, - "ic_fluent_sticker_20_filled": 61250, - "ic_fluent_sticker_20_regular": 61251, - "ic_fluent_sticker_add_20_filled": 61252, - "ic_fluent_sticker_add_20_regular": 61253, - "ic_fluent_stop_20_filled": 61254, - "ic_fluent_stop_20_regular": 61255, - "ic_fluent_storage_20_filled": 61256, - "ic_fluent_storage_20_regular": 61257, - "ic_fluent_store_microsoft_20_filled": 61258, - "ic_fluent_store_microsoft_20_regular": 61259, - "ic_fluent_stream_20_filled": 61260, - "ic_fluent_stream_20_regular": 61261, - "ic_fluent_stream_input_20_filled": 61262, - "ic_fluent_stream_input_20_regular": 61263, - "ic_fluent_stream_input_output_20_filled": 61264, - "ic_fluent_stream_input_output_20_regular": 61265, - "ic_fluent_stream_output_20_filled": 61266, - "ic_fluent_stream_output_20_regular": 61267, - "ic_fluent_street_sign_20_filled": 61268, - "ic_fluent_street_sign_20_regular": 61269, - "ic_fluent_style_guide_20_filled": 61270, - "ic_fluent_style_guide_20_regular": 61271, - "ic_fluent_sub_grid_20_filled": 61272, - "ic_fluent_sub_grid_20_regular": 61273, - "ic_fluent_subtitles_20_filled": 61274, - "ic_fluent_subtitles_20_regular": 61275, - "ic_fluent_subtract_20_filled": 61276, - "ic_fluent_subtract_20_regular": 61277, - "ic_fluent_subtract_circle_20_filled": 61278, - "ic_fluent_subtract_circle_20_regular": 61279, - "ic_fluent_subtract_circle_arrow_back_20_filled": 61280, - "ic_fluent_subtract_circle_arrow_back_20_regular": 61281, - "ic_fluent_subtract_circle_arrow_forward_20_filled": 61282, - "ic_fluent_subtract_circle_arrow_forward_20_regular": 61283, - "ic_fluent_subtract_parentheses_20_filled": 61284, - "ic_fluent_subtract_parentheses_20_regular": 61285, - "ic_fluent_subtract_square_20_filled": 61286, - "ic_fluent_subtract_square_20_regular": 61287, - "ic_fluent_subtract_square_multiple_20_filled": 61288, - "ic_fluent_subtract_square_multiple_20_regular": 61289, - "ic_fluent_surface_earbuds_20_filled": 61290, - "ic_fluent_surface_earbuds_20_regular": 61291, - "ic_fluent_surface_hub_20_filled": 61292, - "ic_fluent_surface_hub_20_regular": 61293, - "ic_fluent_swimming_pool_20_filled": 61294, - "ic_fluent_swimming_pool_20_regular": 61295, - "ic_fluent_swipe_down_20_filled": 61296, - "ic_fluent_swipe_down_20_regular": 61297, - "ic_fluent_swipe_right_20_filled": 61298, - "ic_fluent_swipe_right_20_regular": 61299, - "ic_fluent_swipe_up_20_filled": 61300, - "ic_fluent_swipe_up_20_regular": 61301, - "ic_fluent_symbols_20_filled": 61302, - "ic_fluent_symbols_20_regular": 61303, - "ic_fluent_sync_off_20_filled": 61304, - "ic_fluent_sync_off_20_regular": 61305, - "ic_fluent_syringe_20_filled": 61306, - "ic_fluent_syringe_20_regular": 61307, - "ic_fluent_system_20_filled": 61308, - "ic_fluent_system_20_regular": 61309, - "ic_fluent_tab_20_filled": 61310, - "ic_fluent_tab_20_regular": 61311, - "ic_fluent_tab_add_20_filled": 61312, - "ic_fluent_tab_add_20_regular": 61313, - "ic_fluent_tab_arrow_left_20_filled": 61314, - "ic_fluent_tab_arrow_left_20_regular": 61315, - "ic_fluent_tab_desktop_20_filled": 61316, - "ic_fluent_tab_desktop_20_regular": 61317, - "ic_fluent_tab_desktop_arrow_clockwise_20_filled": 61318, - "ic_fluent_tab_desktop_arrow_clockwise_20_regular": 61319, - "ic_fluent_tab_desktop_arrow_left_20_filled": 61320, - "ic_fluent_tab_desktop_arrow_left_20_regular": 61321, - "ic_fluent_tab_desktop_bottom_20_filled": 61322, - "ic_fluent_tab_desktop_bottom_20_regular": 61323, - "ic_fluent_tab_desktop_clock_20_filled": 61324, - "ic_fluent_tab_desktop_clock_20_regular": 61325, - "ic_fluent_tab_desktop_copy_20_filled": 61326, - "ic_fluent_tab_desktop_copy_20_regular": 61327, - "ic_fluent_tab_desktop_image_20_filled": 61328, - "ic_fluent_tab_desktop_image_20_regular": 61329, - "ic_fluent_tab_desktop_link_20_filled": 61330, - "ic_fluent_tab_desktop_link_20_regular": 61331, - "ic_fluent_tab_desktop_multiple_20_filled": 61332, - "ic_fluent_tab_desktop_multiple_20_regular": 61333, - "ic_fluent_tab_desktop_multiple_add_20_filled": 61334, - "ic_fluent_tab_desktop_multiple_add_20_regular": 61335, - "ic_fluent_tab_desktop_multiple_bottom_20_filled": 61336, - "ic_fluent_tab_desktop_multiple_bottom_20_regular": 61337, - "ic_fluent_tab_desktop_new_page_20_filled": 61338, - "ic_fluent_tab_desktop_new_page_20_regular": 61339, - "ic_fluent_tab_in_private_20_filled": 61340, - "ic_fluent_tab_in_private_20_regular": 61341, - "ic_fluent_tab_inprivate_account_20_filled": 61342, - "ic_fluent_tab_inprivate_account_20_regular": 61343, - "ic_fluent_tab_prohibited_20_filled": 61344, - "ic_fluent_tab_prohibited_20_regular": 61345, - "ic_fluent_tab_shield_dismiss_20_filled": 61346, - "ic_fluent_tab_shield_dismiss_20_regular": 61347, - "ic_fluent_table_20_filled": 61348, - "ic_fluent_table_20_regular": 61349, - "ic_fluent_table_add_20_filled": 61350, - "ic_fluent_table_add_20_regular": 61351, - "ic_fluent_table_arrow_up_20_filled": 61352, - "ic_fluent_table_arrow_up_20_regular": 61353, - "ic_fluent_table_bottom_row_20_filled": 61354, - "ic_fluent_table_bottom_row_20_regular": 61355, - "ic_fluent_table_calculator_20_filled": 61356, - "ic_fluent_table_calculator_20_regular": 61357, - "ic_fluent_table_cell_edit_20_filled": 61358, - "ic_fluent_table_cell_edit_20_regular": 61359, - "ic_fluent_table_cells_merge_20_filled": 61360, - "ic_fluent_table_cells_merge_20_regular": 61361, - "ic_fluent_table_cells_split_20_filled": 61362, - "ic_fluent_table_cells_split_20_regular": 61363, - "ic_fluent_table_checker_20_filled": 61364, - "ic_fluent_table_checker_20_regular": 61365, - "ic_fluent_table_column_top_bottom_20_filled": 61366, - "ic_fluent_table_column_top_bottom_20_regular": 61367, - "ic_fluent_table_copy_20_filled": 61368, - "ic_fluent_table_copy_20_regular": 61369, - "ic_fluent_table_delete_column_20_filled": 61370, - "ic_fluent_table_delete_column_20_regular": 61371, - "ic_fluent_table_delete_row_20_filled": 61372, - "ic_fluent_table_delete_row_20_regular": 61373, - "ic_fluent_table_dismiss_20_filled": 61374, - "ic_fluent_table_dismiss_20_regular": 61375, - "ic_fluent_table_edit_20_filled": 61376, - "ic_fluent_table_edit_20_regular": 61377, - "ic_fluent_table_freeze_column_20_filled": 61378, - "ic_fluent_table_freeze_column_20_regular": 61379, - "ic_fluent_table_freeze_column_and_row_20_filled": 61380, - "ic_fluent_table_freeze_column_and_row_20_regular": 61381, - "ic_fluent_table_freeze_row_20_filled": 61382, - "ic_fluent_table_freeze_row_20_regular": 61383, - "ic_fluent_table_image_20_filled": 61384, - "ic_fluent_table_image_20_regular": 61385, - "ic_fluent_table_insert_column_20_filled": 61386, - "ic_fluent_table_insert_column_20_regular": 61387, - "ic_fluent_table_insert_row_20_filled": 61388, - "ic_fluent_table_insert_row_20_regular": 61389, - "ic_fluent_table_lightning_20_filled": 61390, - "ic_fluent_table_lightning_20_regular": 61391, - "ic_fluent_table_link_20_filled": 61392, - "ic_fluent_table_link_20_regular": 61393, - "ic_fluent_table_lock_20_filled": 61394, - "ic_fluent_table_lock_20_regular": 61395, - "ic_fluent_table_move_above_20_filled": 61396, - "ic_fluent_table_move_above_20_regular": 61397, - "ic_fluent_table_move_below_20_filled": 61398, - "ic_fluent_table_move_below_20_regular": 61399, - "ic_fluent_table_move_left_20_filled": 61400, - "ic_fluent_table_move_left_20_regular": 61401, - "ic_fluent_table_move_right_20_filled": 61402, - "ic_fluent_table_move_right_20_regular": 61403, - "ic_fluent_table_multiple_20_filled": 61404, - "ic_fluent_table_multiple_20_regular": 61405, - "ic_fluent_table_offset_20_filled": 61406, - "ic_fluent_table_offset_20_regular": 61407, - "ic_fluent_table_offset_add_20_filled": 61408, - "ic_fluent_table_offset_add_20_regular": 61409, - "ic_fluent_table_offset_less_than_or_equal_to_20_filled": 61410, - "ic_fluent_table_offset_less_than_or_equal_to_20_regular": 61411, - "ic_fluent_table_offset_settings_20_filled": 61412, - "ic_fluent_table_offset_settings_20_regular": 61413, - "ic_fluent_table_resize_column_20_filled": 61414, - "ic_fluent_table_resize_column_20_regular": 61415, - "ic_fluent_table_resize_row_20_filled": 61416, - "ic_fluent_table_resize_row_20_regular": 61417, - "ic_fluent_table_search_20_filled": 61418, - "ic_fluent_table_search_20_regular": 61419, - "ic_fluent_table_settings_20_filled": 61420, - "ic_fluent_table_settings_20_regular": 61421, - "ic_fluent_table_simple_20_filled": 61422, - "ic_fluent_table_simple_20_regular": 61423, - "ic_fluent_table_simple_checkmark_20_filled": 61424, - "ic_fluent_table_simple_checkmark_20_regular": 61425, - "ic_fluent_table_simple_exclude_20_filled": 61426, - "ic_fluent_table_simple_exclude_20_regular": 61427, - "ic_fluent_table_simple_include_20_filled": 61428, - "ic_fluent_table_simple_include_20_regular": 61429, - "ic_fluent_table_simple_multiple_20_filled": 61430, - "ic_fluent_table_simple_multiple_20_regular": 61431, - "ic_fluent_table_split_20_filled": 61432, - "ic_fluent_table_split_20_regular": 61433, - "ic_fluent_table_stack_above_20_filled": 61434, - "ic_fluent_table_stack_above_20_regular": 61435, - "ic_fluent_table_stack_below_20_filled": 61436, - "ic_fluent_table_stack_below_20_regular": 61437, - "ic_fluent_table_stack_left_20_filled": 61438, - "ic_fluent_table_stack_left_20_regular": 61439, - "ic_fluent_table_stack_right_20_filled": 61440, - "ic_fluent_table_stack_right_20_regular": 61441, - "ic_fluent_table_switch_20_filled": 61442, - "ic_fluent_table_switch_20_regular": 61443, - "ic_fluent_tablet_20_filled": 61444, - "ic_fluent_tablet_20_regular": 61445, - "ic_fluent_tablet_laptop_20_filled": 61446, - "ic_fluent_tablet_laptop_20_regular": 61447, - "ic_fluent_tablet_speaker_20_filled": 61448, - "ic_fluent_tablet_speaker_20_regular": 61449, - "ic_fluent_tabs_20_filled": 61450, - "ic_fluent_tabs_20_regular": 61451, - "ic_fluent_tag_20_filled": 61452, - "ic_fluent_tag_20_regular": 61453, - "ic_fluent_tag_circle_20_filled": 61454, - "ic_fluent_tag_circle_20_regular": 61455, - "ic_fluent_tag_dismiss_20_filled": 61456, - "ic_fluent_tag_dismiss_20_regular": 61457, - "ic_fluent_tag_error_20_filled": 61458, - "ic_fluent_tag_error_20_regular": 61459, - "ic_fluent_tag_lock_20_filled": 61460, - "ic_fluent_tag_lock_20_regular": 61461, - "ic_fluent_tag_lock_accent_20_filled": 61462, - "ic_fluent_tag_multiple_20_filled": 61463, - "ic_fluent_tag_multiple_20_regular": 61464, - "ic_fluent_tag_off_20_filled": 61465, - "ic_fluent_tag_off_20_regular": 61466, - "ic_fluent_tag_question_mark_20_filled": 61467, - "ic_fluent_tag_question_mark_20_regular": 61468, - "ic_fluent_tag_reset_20_filled": 61469, - "ic_fluent_tag_reset_20_regular": 61470, - "ic_fluent_tag_search_20_filled": 61471, - "ic_fluent_tag_search_20_regular": 61472, - "ic_fluent_tap_double_20_filled": 61473, - "ic_fluent_tap_double_20_regular": 61474, - "ic_fluent_tap_single_20_filled": 61475, - "ic_fluent_tap_single_20_regular": 61476, - "ic_fluent_target_20_filled": 61477, - "ic_fluent_target_20_regular": 61478, - "ic_fluent_target_add_20_filled": 61479, - "ic_fluent_target_add_20_regular": 61480, - "ic_fluent_target_arrow_20_filled": 61481, - "ic_fluent_target_arrow_20_regular": 61482, - "ic_fluent_target_dismiss_20_filled": 61483, - "ic_fluent_target_dismiss_20_regular": 61484, - "ic_fluent_target_edit_20_filled": 61485, - "ic_fluent_target_edit_20_regular": 61486, - "ic_fluent_task_list_add_20_filled": 61487, - "ic_fluent_task_list_add_20_regular": 61488, - "ic_fluent_task_list_ltr_20_filled": 61489, - "ic_fluent_task_list_ltr_20_regular": 61490, - "ic_fluent_task_list_rtl_20_filled": 61491, - "ic_fluent_task_list_rtl_20_regular": 61492, - "ic_fluent_task_list_square_add_20_filled": 61493, - "ic_fluent_task_list_square_add_20_regular": 61494, - "ic_fluent_task_list_square_database_20_filled": 61495, - "ic_fluent_task_list_square_database_20_regular": 61496, - "ic_fluent_task_list_square_ltr_20_filled": 61497, - "ic_fluent_task_list_square_ltr_20_regular": 61498, - "ic_fluent_task_list_square_person_20_filled": 61499, - "ic_fluent_task_list_square_person_20_regular": 61500, - "ic_fluent_task_list_square_rtl_20_filled": 61501, - "ic_fluent_task_list_square_rtl_20_regular": 61502, - "ic_fluent_task_list_square_settings_20_filled": 61503, - "ic_fluent_task_list_square_settings_20_regular": 61504, - "ic_fluent_tasks_app_20_filled": 61505, - "ic_fluent_tasks_app_20_regular": 61506, - "ic_fluent_teardrop_bottom_right_20_filled": 61507, - "ic_fluent_teardrop_bottom_right_20_regular": 61508, - "ic_fluent_teddy_20_filled": 61509, - "ic_fluent_teddy_20_regular": 61510, - "ic_fluent_temperature_20_filled": 61511, - "ic_fluent_temperature_20_regular": 61512, - "ic_fluent_tent_20_filled": 61513, - "ic_fluent_tent_20_regular": 61514, - "ic_fluent_tetris_app_20_filled": 61515, - "ic_fluent_tetris_app_20_regular": 61516, - "ic_fluent_text_add_20_filled": 61517, - "ic_fluent_text_add_20_regular": 61518, - "ic_fluent_text_add_space_after_20_filled": 61519, - "ic_fluent_text_add_space_after_20_regular": 61520, - "ic_fluent_text_add_space_before_20_filled": 61521, - "ic_fluent_text_add_space_before_20_regular": 61522, - "ic_fluent_text_add_t_20_filled": 61523, - "ic_fluent_text_add_t_20_regular": 61524, - "ic_fluent_text_align_center_20_filled": 61525, - "ic_fluent_text_align_center_20_regular": 61526, - "ic_fluent_text_align_center_rotate_270_20_filled": 61527, - "ic_fluent_text_align_center_rotate_270_20_regular": 61528, - "ic_fluent_text_align_center_rotate_90_20_filled": 61529, - "ic_fluent_text_align_center_rotate_90_20_regular": 61530, - "ic_fluent_text_align_distributed_20_filled": 61531, - "ic_fluent_text_align_distributed_20_regular": 61532, - "ic_fluent_text_align_distributed_evenly_20_filled": 61533, - "ic_fluent_text_align_distributed_evenly_20_regular": 61534, - "ic_fluent_text_align_distributed_vertical_20_filled": 61535, - "ic_fluent_text_align_distributed_vertical_20_regular": 61536, - "ic_fluent_text_align_justify_20_filled": 61537, - "ic_fluent_text_align_justify_20_regular": 61538, - "ic_fluent_text_align_justify_low_20_filled": 61539, - "ic_fluent_text_align_justify_low_20_regular": 61540, - "ic_fluent_text_align_justify_low_90_20_filled": 61541, - "ic_fluent_text_align_justify_low_90_20_regular": 61542, - "ic_fluent_text_align_justify_low_rotate_270_20_filled": 61543, - "ic_fluent_text_align_justify_low_rotate_270_20_regular": 61544, - "ic_fluent_text_align_justify_low_rotate_90_20_filled": 61545, - "ic_fluent_text_align_justify_low_rotate_90_20_regular": 61546, - "ic_fluent_text_align_justify_rotate_270_20_filled": 61547, - "ic_fluent_text_align_justify_rotate_270_20_regular": 61548, - "ic_fluent_text_align_justify_rotate_90_20_filled": 61549, - "ic_fluent_text_align_justify_rotate_90_20_regular": 61550, - "ic_fluent_text_align_left_20_filled": 61551, - "ic_fluent_text_align_left_20_regular": 61552, - "ic_fluent_text_align_left_rotate_270_20_filled": 61553, - "ic_fluent_text_align_left_rotate_270_20_regular": 61554, - "ic_fluent_text_align_left_rotate_90_20_filled": 61555, - "ic_fluent_text_align_left_rotate_90_20_regular": 61556, - "ic_fluent_text_align_right_20_filled": 61557, - "ic_fluent_text_align_right_20_regular": 61558, - "ic_fluent_text_align_right_rotate_270_20_filled": 61559, - "ic_fluent_text_align_right_rotate_270_20_regular": 61560, - "ic_fluent_text_align_right_rotate_90_20_filled": 61561, - "ic_fluent_text_align_right_rotate_90_20_regular": 61562, - "ic_fluent_text_arrow_down_right_column_20_filled": 61563, - "ic_fluent_text_arrow_down_right_column_20_regular": 61564, - "ic_fluent_text_asterisk_20_filled": 61565, - "ic_fluent_text_asterisk_20_regular": 61566, - "ic_fluent_text_baseline_20_filled": 61567, - "ic_fluent_text_baseline_20_regular": 61568, - "ic_fluent_text_bold_20_filled": 61569, - "ic_fluent_text_bold_20_regular": 61570, - "ic_fluent_text_box_settings_20_filled": 61571, - "ic_fluent_text_box_settings_20_regular": 61572, - "ic_fluent_text_bullet_list_20_filled": 61573, - "ic_fluent_text_bullet_list_20_regular": 61574, - "ic_fluent_text_bullet_list_90_20_filled": 61575, - "ic_fluent_text_bullet_list_90_20_regular": 61576, - "ic_fluent_text_bullet_list_add_20_filled": 61577, - "ic_fluent_text_bullet_list_add_20_regular": 61578, - "ic_fluent_text_bullet_list_checkmark_20_filled": 61579, - "ic_fluent_text_bullet_list_checkmark_20_regular": 61580, - "ic_fluent_text_bullet_list_dismiss_20_filled": 61581, - "ic_fluent_text_bullet_list_dismiss_20_regular": 61582, - "ic_fluent_text_bullet_list_ltr_20_filled": 61583, - "ic_fluent_text_bullet_list_ltr_20_regular": 61584, - "ic_fluent_text_bullet_list_ltr_90_20_filled": 61585, - "ic_fluent_text_bullet_list_ltr_90_20_regular": 61586, - "ic_fluent_text_bullet_list_rtl_20_filled": 61587, - "ic_fluent_text_bullet_list_rtl_20_regular": 61588, - "ic_fluent_text_bullet_list_rtl_90_20_filled": 61589, - "ic_fluent_text_bullet_list_rtl_90_20_regular": 61590, - "ic_fluent_text_bullet_list_square_20_filled": 61591, - "ic_fluent_text_bullet_list_square_20_regular": 61592, - "ic_fluent_text_bullet_list_square_clock_20_filled": 61593, - "ic_fluent_text_bullet_list_square_clock_20_regular": 61594, - "ic_fluent_text_bullet_list_square_edit_20_filled": 61595, - "ic_fluent_text_bullet_list_square_edit_20_regular": 61596, - "ic_fluent_text_bullet_list_square_person_20_filled": 61597, - "ic_fluent_text_bullet_list_square_person_20_regular": 61598, - "ic_fluent_text_bullet_list_square_search_20_filled": 61599, - "ic_fluent_text_bullet_list_square_search_20_regular": 61600, - "ic_fluent_text_bullet_list_square_settings_20_filled": 61601, - "ic_fluent_text_bullet_list_square_settings_20_regular": 61602, - "ic_fluent_text_bullet_list_square_shield_20_filled": 61603, - "ic_fluent_text_bullet_list_square_shield_20_regular": 61604, - "ic_fluent_text_bullet_list_square_sparkle_20_filled": 61605, - "ic_fluent_text_bullet_list_square_sparkle_20_regular": 61606, - "ic_fluent_text_bullet_list_square_toolbox_20_filled": 61607, - "ic_fluent_text_bullet_list_square_toolbox_20_regular": 61608, - "ic_fluent_text_bullet_list_square_warning_20_filled": 61609, - "ic_fluent_text_bullet_list_square_warning_20_regular": 61610, - "ic_fluent_text_bullet_list_tree_20_filled": 61611, - "ic_fluent_text_bullet_list_tree_20_regular": 61612, - "ic_fluent_text_case_lowercase_20_filled": 61613, - "ic_fluent_text_case_lowercase_20_regular": 61614, - "ic_fluent_text_case_title_20_filled": 61615, - "ic_fluent_text_case_title_20_regular": 61616, - "ic_fluent_text_case_uppercase_20_filled": 61617, - "ic_fluent_text_case_uppercase_20_regular": 61618, - "ic_fluent_text_change_case_20_filled": 61619, - "ic_fluent_text_change_case_20_regular": 61620, - "ic_fluent_text_clear_formatting_20_filled": 61621, - "ic_fluent_text_clear_formatting_20_regular": 61622, - "ic_fluent_text_collapse_20_filled": 61623, - "ic_fluent_text_collapse_20_regular": 61624, - "ic_fluent_text_color_20_filled": 61625, - "ic_fluent_text_color_20_regular": 61626, - "ic_fluent_text_color_accent_20_filled": 61627, - "ic_fluent_text_column_one_20_filled": 61628, - "ic_fluent_text_column_one_20_regular": 61629, - "ic_fluent_text_column_one_narrow_20_filled": 61630, - "ic_fluent_text_column_one_narrow_20_regular": 61631, - "ic_fluent_text_column_one_semi_narrow_20_filled": 61632, - "ic_fluent_text_column_one_semi_narrow_20_regular": 61633, - "ic_fluent_text_column_one_wide_20_filled": 61634, - "ic_fluent_text_column_one_wide_20_regular": 61635, - "ic_fluent_text_column_one_wide_lightning_20_filled": 61636, - "ic_fluent_text_column_one_wide_lightning_20_regular": 61637, - "ic_fluent_text_column_three_20_filled": 61638, - "ic_fluent_text_column_three_20_regular": 61639, - "ic_fluent_text_column_two_20_filled": 61640, - "ic_fluent_text_column_two_20_regular": 61641, - "ic_fluent_text_column_two_left_20_filled": 61642, - "ic_fluent_text_column_two_left_20_regular": 61643, - "ic_fluent_text_column_two_right_20_filled": 61644, - "ic_fluent_text_column_two_right_20_regular": 61645, - "ic_fluent_text_column_wide_20_filled": 61646, - "ic_fluent_text_column_wide_20_regular": 61647, - "ic_fluent_text_continuous_20_filled": 61648, - "ic_fluent_text_continuous_20_regular": 61649, - "ic_fluent_text_density_20_filled": 61650, - "ic_fluent_text_density_20_regular": 61651, - "ic_fluent_text_description_20_filled": 61652, - "ic_fluent_text_description_20_regular": 61653, - "ic_fluent_text_description_ltr_20_filled": 61654, - "ic_fluent_text_description_ltr_20_regular": 61655, - "ic_fluent_text_description_rtl_20_filled": 61656, - "ic_fluent_text_description_rtl_20_regular": 61657, - "ic_fluent_text_direction_horizontal_left_20_filled": 61658, - "ic_fluent_text_direction_horizontal_left_20_regular": 61659, - "ic_fluent_text_direction_horizontal_ltr_20_filled": 61660, - "ic_fluent_text_direction_horizontal_ltr_20_regular": 61661, - "ic_fluent_text_direction_horizontal_right_20_filled": 61662, - "ic_fluent_text_direction_horizontal_right_20_regular": 61663, - "ic_fluent_text_direction_horizontal_rtl_20_filled": 61664, - "ic_fluent_text_direction_horizontal_rtl_20_regular": 61665, - "ic_fluent_text_direction_rotate_270_right_20_filled": 61666, - "ic_fluent_text_direction_rotate_270_right_20_regular": 61667, - "ic_fluent_text_direction_rotate_315_right_20_filled": 61668, - "ic_fluent_text_direction_rotate_315_right_20_regular": 61669, - "ic_fluent_text_direction_rotate_45_right_20_filled": 61670, - "ic_fluent_text_direction_rotate_45_right_20_regular": 61671, - "ic_fluent_text_direction_rotate_90_left_20_filled": 61672, - "ic_fluent_text_direction_rotate_90_left_20_regular": 61673, - "ic_fluent_text_direction_rotate_90_ltr_20_filled": 61674, - "ic_fluent_text_direction_rotate_90_ltr_20_regular": 61675, - "ic_fluent_text_direction_rotate_90_right_20_filled": 61676, - "ic_fluent_text_direction_rotate_90_right_20_regular": 61677, - "ic_fluent_text_direction_rotate_90_rtl_20_filled": 61678, - "ic_fluent_text_direction_rotate_90_rtl_20_regular": 61679, - "ic_fluent_text_direction_vertical_20_filled": 61680, - "ic_fluent_text_direction_vertical_20_regular": 61681, - "ic_fluent_text_edit_style_20_filled": 61682, - "ic_fluent_text_edit_style_20_regular": 61683, - "ic_fluent_text_effects_20_filled": 61684, - "ic_fluent_text_effects_20_regular": 61685, - "ic_fluent_text_effects_sparkle_20_filled": 61686, - "ic_fluent_text_effects_sparkle_20_regular": 61687, - "ic_fluent_text_expand_20_filled": 61688, - "ic_fluent_text_expand_20_regular": 61689, - "ic_fluent_text_field_20_filled": 61690, - "ic_fluent_text_field_20_regular": 61691, - "ic_fluent_text_first_line_20_filled": 61692, - "ic_fluent_text_first_line_20_regular": 61693, - "ic_fluent_text_font_20_filled": 61694, - "ic_fluent_text_font_20_regular": 61695, - "ic_fluent_text_font_info_20_filled": 61696, - "ic_fluent_text_font_info_20_regular": 61697, - "ic_fluent_text_font_size_20_filled": 61698, - "ic_fluent_text_font_size_20_regular": 61699, - "ic_fluent_text_footnote_20_filled": 61700, - "ic_fluent_text_footnote_20_regular": 61701, - "ic_fluent_text_grammar_arrow_left_20_filled": 61702, - "ic_fluent_text_grammar_arrow_left_20_regular": 61703, - "ic_fluent_text_grammar_arrow_right_20_filled": 61704, - "ic_fluent_text_grammar_arrow_right_20_regular": 61705, - "ic_fluent_text_grammar_checkmark_20_filled": 61706, - "ic_fluent_text_grammar_checkmark_20_regular": 61707, - "ic_fluent_text_grammar_dismiss_20_filled": 61708, - "ic_fluent_text_grammar_dismiss_20_regular": 61709, - "ic_fluent_text_grammar_error_20_filled": 61710, - "ic_fluent_text_grammar_error_20_regular": 61711, - "ic_fluent_text_grammar_lightning_20_filled": 61712, - "ic_fluent_text_grammar_lightning_20_regular": 61713, - "ic_fluent_text_grammar_settings_20_filled": 61714, - "ic_fluent_text_grammar_settings_20_regular": 61715, - "ic_fluent_text_grammar_wand_20_filled": 61716, - "ic_fluent_text_grammar_wand_20_regular": 61717, - "ic_fluent_text_hanging_20_filled": 61718, - "ic_fluent_text_hanging_20_regular": 61719, - "ic_fluent_text_header_1_20_filled": 61720, - "ic_fluent_text_header_1_20_regular": 61721, - "ic_fluent_text_header_1_lines_20_filled": 61722, - "ic_fluent_text_header_1_lines_20_regular": 61723, - "ic_fluent_text_header_1_lines_caret_20_filled": 61724, - "ic_fluent_text_header_1_lines_caret_20_regular": 61725, - "ic_fluent_text_header_2_20_filled": 61726, - "ic_fluent_text_header_2_20_regular": 61727, - "ic_fluent_text_header_2_lines_20_filled": 61728, - "ic_fluent_text_header_2_lines_20_regular": 61729, - "ic_fluent_text_header_2_lines_caret_20_filled": 61730, - "ic_fluent_text_header_2_lines_caret_20_regular": 61731, - "ic_fluent_text_header_3_20_filled": 61732, - "ic_fluent_text_header_3_20_regular": 61733, - "ic_fluent_text_header_3_lines_20_filled": 61734, - "ic_fluent_text_header_3_lines_20_regular": 61735, - "ic_fluent_text_header_3_lines_caret_20_filled": 61736, - "ic_fluent_text_header_3_lines_caret_20_regular": 61737, - "ic_fluent_text_indent_decrease_20_filled": 61738, - "ic_fluent_text_indent_decrease_20_regular": 61739, - "ic_fluent_text_indent_decrease_ltr_20_filled": 61740, - "ic_fluent_text_indent_decrease_ltr_20_regular": 61741, - "ic_fluent_text_indent_decrease_ltr_90_20_filled": 61742, - "ic_fluent_text_indent_decrease_ltr_90_20_regular": 61743, - "ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled": 61744, - "ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular": 61745, - "ic_fluent_text_indent_decrease_rotate_270_20_filled": 61746, - "ic_fluent_text_indent_decrease_rotate_270_20_regular": 61747, - "ic_fluent_text_indent_decrease_rotate_90_20_filled": 61748, - "ic_fluent_text_indent_decrease_rotate_90_20_regular": 61749, - "ic_fluent_text_indent_decrease_rtl_20_filled": 61750, - "ic_fluent_text_indent_decrease_rtl_20_regular": 61751, - "ic_fluent_text_indent_decrease_rtl_90_20_filled": 61752, - "ic_fluent_text_indent_decrease_rtl_90_20_regular": 61753, - "ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled": 61754, - "ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular": 61755, - "ic_fluent_text_indent_increase_20_filled": 61756, - "ic_fluent_text_indent_increase_20_regular": 61757, - "ic_fluent_text_indent_increase_ltr_20_filled": 61758, - "ic_fluent_text_indent_increase_ltr_20_regular": 61759, - "ic_fluent_text_indent_increase_ltr_90_20_filled": 61760, - "ic_fluent_text_indent_increase_ltr_90_20_regular": 61761, - "ic_fluent_text_indent_increase_ltr_rotate_270_20_filled": 61762, - "ic_fluent_text_indent_increase_ltr_rotate_270_20_regular": 61763, - "ic_fluent_text_indent_increase_rotate_270_20_filled": 61764, - "ic_fluent_text_indent_increase_rotate_270_20_regular": 61765, - "ic_fluent_text_indent_increase_rotate_90_20_filled": 61766, - "ic_fluent_text_indent_increase_rotate_90_20_regular": 61767, - "ic_fluent_text_indent_increase_rtl_20_filled": 61768, - "ic_fluent_text_indent_increase_rtl_20_regular": 61769, - "ic_fluent_text_indent_increase_rtl_90_20_filled": 61770, - "ic_fluent_text_indent_increase_rtl_90_20_regular": 61771, - "ic_fluent_text_indent_increase_rtl_rotate_270_20_filled": 61772, - "ic_fluent_text_indent_increase_rtl_rotate_270_20_regular": 61773, - "ic_fluent_text_italic_20_filled": 61774, - "ic_fluent_text_italic_20_regular": 61775, - "ic_fluent_text_line_spacing_20_filled": 61776, - "ic_fluent_text_line_spacing_20_regular": 61777, - "ic_fluent_text_more_20_filled": 61778, - "ic_fluent_text_more_20_regular": 61779, - "ic_fluent_text_number_format_20_filled": 61780, - "ic_fluent_text_number_format_20_regular": 61781, - "ic_fluent_text_number_list_ltr_20_filled": 61782, - "ic_fluent_text_number_list_ltr_20_regular": 61783, - "ic_fluent_text_number_list_ltr_90_20_filled": 61784, - "ic_fluent_text_number_list_ltr_90_20_regular": 61785, - "ic_fluent_text_number_list_ltr_rotate_270_20_filled": 61786, - "ic_fluent_text_number_list_ltr_rotate_270_20_regular": 61787, - "ic_fluent_text_number_list_rotate_270_20_filled": 61788, - "ic_fluent_text_number_list_rotate_270_20_regular": 61789, - "ic_fluent_text_number_list_rotate_90_20_filled": 61790, - "ic_fluent_text_number_list_rotate_90_20_regular": 61791, - "ic_fluent_text_number_list_rtl_20_filled": 61792, - "ic_fluent_text_number_list_rtl_20_regular": 61793, - "ic_fluent_text_number_list_rtl_90_20_filled": 61794, - "ic_fluent_text_number_list_rtl_90_20_regular": 61795, - "ic_fluent_text_number_list_rtl_rotate_270_20_filled": 61796, - "ic_fluent_text_number_list_rtl_rotate_270_20_regular": 61797, - "ic_fluent_text_paragraph_20_filled": 61798, - "ic_fluent_text_paragraph_20_regular": 61799, - "ic_fluent_text_paragraph_direction_20_filled": 61800, - "ic_fluent_text_paragraph_direction_20_regular": 61801, - "ic_fluent_text_paragraph_direction_left_20_filled": 61802, - "ic_fluent_text_paragraph_direction_left_20_regular": 61803, - "ic_fluent_text_paragraph_direction_right_20_filled": 61804, - "ic_fluent_text_paragraph_direction_right_20_regular": 61805, - "ic_fluent_text_period_asterisk_20_filled": 61806, - "ic_fluent_text_period_asterisk_20_regular": 61807, - "ic_fluent_text_position_behind_20_filled": 61808, - "ic_fluent_text_position_behind_20_regular": 61809, - "ic_fluent_text_position_front_20_filled": 61810, - "ic_fluent_text_position_front_20_regular": 61811, - "ic_fluent_text_position_line_20_filled": 61812, - "ic_fluent_text_position_line_20_regular": 61813, - "ic_fluent_text_position_square_20_filled": 61814, - "ic_fluent_text_position_square_20_regular": 61815, - "ic_fluent_text_position_square_left_20_filled": 61816, - "ic_fluent_text_position_square_left_20_regular": 61817, - "ic_fluent_text_position_square_right_20_filled": 61818, - "ic_fluent_text_position_square_right_20_regular": 61819, - "ic_fluent_text_position_through_20_filled": 61820, - "ic_fluent_text_position_through_20_regular": 61821, - "ic_fluent_text_position_tight_20_filled": 61822, - "ic_fluent_text_position_tight_20_regular": 61823, - "ic_fluent_text_position_top_bottom_20_filled": 61824, - "ic_fluent_text_position_top_bottom_20_regular": 61825, - "ic_fluent_text_proofing_tools_20_filled": 61826, - "ic_fluent_text_proofing_tools_20_regular": 61827, - "ic_fluent_text_quote_20_filled": 61828, - "ic_fluent_text_quote_20_regular": 61829, - "ic_fluent_text_sort_ascending_20_filled": 61830, - "ic_fluent_text_sort_ascending_20_regular": 61831, - "ic_fluent_text_sort_descending_20_filled": 61832, - "ic_fluent_text_sort_descending_20_regular": 61833, - "ic_fluent_text_strikethrough_20_filled": 61834, - "ic_fluent_text_strikethrough_20_regular": 61835, - "ic_fluent_text_subscript_20_filled": 61836, - "ic_fluent_text_subscript_20_regular": 61837, - "ic_fluent_text_superscript_20_filled": 61838, - "ic_fluent_text_superscript_20_regular": 61839, - "ic_fluent_text_t_20_filled": 61840, - "ic_fluent_text_t_20_regular": 61841, - "ic_fluent_text_underline_20_filled": 61842, - "ic_fluent_text_underline_20_regular": 61843, - "ic_fluent_text_underline_character_u_20_filled": 61844, - "ic_fluent_text_underline_character_u_20_regular": 61845, - "ic_fluent_text_underline_double_20_filled": 61846, - "ic_fluent_text_underline_double_20_regular": 61847, - "ic_fluent_text_whole_word_20_filled": 61848, - "ic_fluent_text_whole_word_20_regular": 61849, - "ic_fluent_text_word_count_20_filled": 61850, - "ic_fluent_text_word_count_20_regular": 61851, - "ic_fluent_text_wrap_20_filled": 61852, - "ic_fluent_text_wrap_20_regular": 61853, - "ic_fluent_text_wrap_off_20_filled": 61854, - "ic_fluent_text_wrap_off_20_regular": 61855, - "ic_fluent_textbox_20_filled": 61856, - "ic_fluent_textbox_20_regular": 61857, - "ic_fluent_textbox_align_bottom_20_filled": 61858, - "ic_fluent_textbox_align_bottom_20_regular": 61859, - "ic_fluent_textbox_align_bottom_center_20_filled": 61860, - "ic_fluent_textbox_align_bottom_center_20_regular": 61861, - "ic_fluent_textbox_align_bottom_left_20_filled": 61862, - "ic_fluent_textbox_align_bottom_left_20_regular": 61863, - "ic_fluent_textbox_align_bottom_right_20_filled": 61864, - "ic_fluent_textbox_align_bottom_right_20_regular": 61865, - "ic_fluent_textbox_align_bottom_rotate_90_20_filled": 61866, - "ic_fluent_textbox_align_bottom_rotate_90_20_regular": 61867, - "ic_fluent_textbox_align_center_20_filled": 61868, - "ic_fluent_textbox_align_center_20_regular": 61869, - "ic_fluent_textbox_align_middle_20_filled": 61870, - "ic_fluent_textbox_align_middle_20_regular": 61871, - "ic_fluent_textbox_align_middle_left_20_filled": 61872, - "ic_fluent_textbox_align_middle_left_20_regular": 61873, - "ic_fluent_textbox_align_middle_right_20_filled": 61874, - "ic_fluent_textbox_align_middle_right_20_regular": 61875, - "ic_fluent_textbox_align_middle_rotate_90_20_filled": 61876, - "ic_fluent_textbox_align_middle_rotate_90_20_regular": 61877, - "ic_fluent_textbox_align_top_20_filled": 61878, - "ic_fluent_textbox_align_top_20_regular": 61879, - "ic_fluent_textbox_align_top_center_20_filled": 61880, - "ic_fluent_textbox_align_top_center_20_regular": 61881, - "ic_fluent_textbox_align_top_left_20_filled": 61882, - "ic_fluent_textbox_align_top_left_20_regular": 61883, - "ic_fluent_textbox_align_top_right_20_filled": 61884, - "ic_fluent_textbox_align_top_right_20_regular": 61885, - "ic_fluent_textbox_align_top_rotate_90_20_filled": 61886, - "ic_fluent_textbox_align_top_rotate_90_20_regular": 61887, - "ic_fluent_textbox_more_20_filled": 61888, - "ic_fluent_textbox_more_20_regular": 61889, - "ic_fluent_textbox_rotate_90_20_filled": 61890, - "ic_fluent_textbox_rotate_90_20_regular": 61891, - "ic_fluent_textbox_settings_20_filled": 61892, - "ic_fluent_textbox_settings_20_regular": 61893, - "ic_fluent_thinking_20_filled": 61894, - "ic_fluent_thinking_20_regular": 61895, - "ic_fluent_thumb_dislike_20_filled": 61896, - "ic_fluent_thumb_dislike_20_regular": 61897, - "ic_fluent_thumb_like_20_filled": 61898, - "ic_fluent_thumb_like_20_regular": 61899, - "ic_fluent_thumb_like_dislike_20_filled": 61900, - "ic_fluent_thumb_like_dislike_20_regular": 61901, - "ic_fluent_ticket_diagonal_20_filled": 61902, - "ic_fluent_ticket_diagonal_20_regular": 61903, - "ic_fluent_ticket_horizontal_20_filled": 61904, - "ic_fluent_ticket_horizontal_20_regular": 61905, - "ic_fluent_time_and_weather_20_filled": 61906, - "ic_fluent_time_and_weather_20_regular": 61907, - "ic_fluent_time_picker_20_filled": 61908, - "ic_fluent_time_picker_20_regular": 61909, - "ic_fluent_timeline_20_filled": 61910, - "ic_fluent_timeline_20_regular": 61911, - "ic_fluent_timer_10_20_filled": 61912, - "ic_fluent_timer_10_20_regular": 61913, - "ic_fluent_timer_2_20_filled": 61914, - "ic_fluent_timer_2_20_regular": 61915, - "ic_fluent_timer_20_filled": 61916, - "ic_fluent_timer_20_regular": 61917, - "ic_fluent_timer_3_20_filled": 61918, - "ic_fluent_timer_3_20_regular": 61919, - "ic_fluent_timer_off_20_filled": 61920, - "ic_fluent_timer_off_20_regular": 61921, - "ic_fluent_toggle_left_20_filled": 61922, - "ic_fluent_toggle_left_20_regular": 61923, - "ic_fluent_toggle_multiple_20_filled": 61924, - "ic_fluent_toggle_multiple_20_regular": 61925, - "ic_fluent_toggle_right_20_filled": 61926, - "ic_fluent_toggle_right_20_regular": 61927, - "ic_fluent_toolbox_20_filled": 61928, - "ic_fluent_toolbox_20_regular": 61929, - "ic_fluent_tooltip_quote_20_filled": 61930, - "ic_fluent_tooltip_quote_20_regular": 61931, - "ic_fluent_top_speed_20_filled": 61932, - "ic_fluent_top_speed_20_regular": 61933, - "ic_fluent_translate_20_filled": 61934, - "ic_fluent_translate_20_regular": 61935, - "ic_fluent_translate_auto_20_filled": 61936, - "ic_fluent_translate_auto_20_regular": 61937, - "ic_fluent_translate_off_20_filled": 61938, - "ic_fluent_translate_off_20_regular": 61939, - "ic_fluent_transmission_20_filled": 61940, - "ic_fluent_transmission_20_regular": 61941, - "ic_fluent_tray_item_add_20_filled": 61942, - "ic_fluent_tray_item_add_20_regular": 61943, - "ic_fluent_tray_item_remove_20_filled": 61944, - "ic_fluent_tray_item_remove_20_regular": 61945, - "ic_fluent_tree_deciduous_20_filled": 61946, - "ic_fluent_tree_deciduous_20_regular": 61947, - "ic_fluent_tree_evergreen_20_filled": 61948, - "ic_fluent_tree_evergreen_20_regular": 61949, - "ic_fluent_triangle_20_filled": 61950, - "ic_fluent_triangle_20_regular": 61951, - "ic_fluent_triangle_down_20_filled": 61952, - "ic_fluent_triangle_down_20_regular": 61953, - "ic_fluent_triangle_left_20_filled": 61954, - "ic_fluent_triangle_left_20_regular": 61955, - "ic_fluent_triangle_right_20_filled": 61956, - "ic_fluent_triangle_right_20_regular": 61957, - "ic_fluent_triangle_up_20_filled": 61958, - "ic_fluent_triangle_up_20_regular": 61959, - "ic_fluent_trophy_20_filled": 61960, - "ic_fluent_trophy_20_regular": 61961, - "ic_fluent_trophy_lock_20_filled": 61962, - "ic_fluent_trophy_lock_20_regular": 61963, - "ic_fluent_trophy_off_20_filled": 61964, - "ic_fluent_trophy_off_20_regular": 61965, - "ic_fluent_tv_20_filled": 61966, - "ic_fluent_tv_20_regular": 61967, - "ic_fluent_tv_arrow_right_20_filled": 61968, - "ic_fluent_tv_arrow_right_20_regular": 61969, - "ic_fluent_tv_usb_20_filled": 61970, - "ic_fluent_tv_usb_20_regular": 61971, - "ic_fluent_umbrella_20_filled": 61972, - "ic_fluent_umbrella_20_regular": 61973, - "ic_fluent_uninstall_app_20_filled": 61974, - "ic_fluent_uninstall_app_20_regular": 61975, - "ic_fluent_usb_plug_20_filled": 61976, - "ic_fluent_usb_plug_20_regular": 61977, - "ic_fluent_usb_stick_20_filled": 61978, - "ic_fluent_usb_stick_20_regular": 61979, - "ic_fluent_vault_20_filled": 61980, - "ic_fluent_vault_20_regular": 61981, - "ic_fluent_vehicle_bicycle_20_filled": 61982, - "ic_fluent_vehicle_bicycle_20_regular": 61983, - "ic_fluent_vehicle_bus_20_filled": 61984, - "ic_fluent_vehicle_bus_20_regular": 61985, - "ic_fluent_vehicle_cab_20_filled": 61986, - "ic_fluent_vehicle_cab_20_regular": 61987, - "ic_fluent_vehicle_cable_car_20_filled": 61988, - "ic_fluent_vehicle_cable_car_20_regular": 61989, - "ic_fluent_vehicle_car_20_filled": 61990, - "ic_fluent_vehicle_car_20_regular": 61991, - "ic_fluent_vehicle_car_collision_20_filled": 61992, - "ic_fluent_vehicle_car_collision_20_regular": 61993, - "ic_fluent_vehicle_car_parking_20_filled": 61994, - "ic_fluent_vehicle_car_parking_20_regular": 61995, - "ic_fluent_vehicle_car_profile_20_filled": 61996, - "ic_fluent_vehicle_car_profile_20_regular": 61997, - "ic_fluent_vehicle_car_profile_ltr_20_filled": 61998, - "ic_fluent_vehicle_car_profile_ltr_20_regular": 61999, - "ic_fluent_vehicle_car_profile_ltr_clock_20_filled": 62000, - "ic_fluent_vehicle_car_profile_ltr_clock_20_regular": 62001, - "ic_fluent_vehicle_car_profile_rtl_20_filled": 62002, - "ic_fluent_vehicle_car_profile_rtl_20_regular": 62003, - "ic_fluent_vehicle_ship_20_filled": 62004, - "ic_fluent_vehicle_ship_20_regular": 62005, - "ic_fluent_vehicle_subway_20_filled": 62006, - "ic_fluent_vehicle_subway_20_regular": 62007, - "ic_fluent_vehicle_subway_clock_20_filled": 62008, - "ic_fluent_vehicle_subway_clock_20_regular": 62009, - "ic_fluent_vehicle_truck_20_filled": 62010, - "ic_fluent_vehicle_truck_20_regular": 62011, - "ic_fluent_vehicle_truck_bag_20_filled": 62012, - "ic_fluent_vehicle_truck_bag_20_regular": 62013, - "ic_fluent_vehicle_truck_cube_20_filled": 62014, - "ic_fluent_vehicle_truck_cube_20_regular": 62015, - "ic_fluent_vehicle_truck_profile_20_filled": 62016, - "ic_fluent_vehicle_truck_profile_20_regular": 62017, - "ic_fluent_video_20_filled": 62018, - "ic_fluent_video_20_regular": 62019, - "ic_fluent_video_360_20_filled": 62020, - "ic_fluent_video_360_20_regular": 62021, - "ic_fluent_video_360_off_20_filled": 62022, - "ic_fluent_video_360_off_20_regular": 62023, - "ic_fluent_video_add_20_filled": 62024, - "ic_fluent_video_add_20_regular": 62025, - "ic_fluent_video_background_effect_20_filled": 62026, - "ic_fluent_video_background_effect_20_regular": 62027, - "ic_fluent_video_background_effect_horizontal_20_filled": 62028, - "ic_fluent_video_background_effect_horizontal_20_regular": 62029, - "ic_fluent_video_chat_20_filled": 62030, - "ic_fluent_video_chat_20_regular": 62031, - "ic_fluent_video_clip_20_filled": 62032, - "ic_fluent_video_clip_20_regular": 62033, - "ic_fluent_video_clip_multiple_20_filled": 62034, - "ic_fluent_video_clip_multiple_20_regular": 62035, - "ic_fluent_video_clip_off_20_filled": 62036, - "ic_fluent_video_clip_off_20_regular": 62037, - "ic_fluent_video_clip_optimize_20_filled": 62038, - "ic_fluent_video_clip_optimize_20_regular": 62039, - "ic_fluent_video_clip_wand_20_filled": 62040, - "ic_fluent_video_clip_wand_20_regular": 62041, - "ic_fluent_video_off_20_filled": 62042, - "ic_fluent_video_off_20_regular": 62043, - "ic_fluent_video_person_20_filled": 62044, - "ic_fluent_video_person_20_regular": 62045, - "ic_fluent_video_person_call_20_filled": 62046, - "ic_fluent_video_person_call_20_regular": 62047, - "ic_fluent_video_person_clock_20_filled": 62048, - "ic_fluent_video_person_clock_20_regular": 62049, - "ic_fluent_video_person_off_20_filled": 62050, - "ic_fluent_video_person_off_20_regular": 62051, - "ic_fluent_video_person_pulse_20_filled": 62052, - "ic_fluent_video_person_pulse_20_regular": 62053, - "ic_fluent_video_person_sparkle_20_filled": 62054, - "ic_fluent_video_person_sparkle_20_regular": 62055, - "ic_fluent_video_person_sparkle_off_20_filled": 62056, - "ic_fluent_video_person_sparkle_off_20_regular": 62057, - "ic_fluent_video_person_star_20_filled": 62058, - "ic_fluent_video_person_star_20_regular": 62059, - "ic_fluent_video_person_star_off_20_filled": 62060, - "ic_fluent_video_person_star_off_20_regular": 62061, - "ic_fluent_video_play_pause_20_filled": 62062, - "ic_fluent_video_play_pause_20_regular": 62063, - "ic_fluent_video_prohibited_20_filled": 62064, - "ic_fluent_video_prohibited_20_regular": 62065, - "ic_fluent_video_recording_20_filled": 62066, - "ic_fluent_video_recording_20_regular": 62067, - "ic_fluent_video_security_20_filled": 62068, - "ic_fluent_video_security_20_regular": 62069, - "ic_fluent_video_switch_20_filled": 62070, - "ic_fluent_video_switch_20_regular": 62071, - "ic_fluent_video_sync_20_filled": 62072, - "ic_fluent_video_sync_20_regular": 62073, - "ic_fluent_view_desktop_20_filled": 62074, - "ic_fluent_view_desktop_20_regular": 62075, - "ic_fluent_view_desktop_mobile_20_filled": 62076, - "ic_fluent_view_desktop_mobile_20_regular": 62077, - "ic_fluent_virtual_network_20_filled": 62078, - "ic_fluent_virtual_network_20_regular": 62079, - "ic_fluent_virtual_network_toolbox_20_filled": 62080, - "ic_fluent_virtual_network_toolbox_20_regular": 62081, - "ic_fluent_voicemail_20_filled": 62082, - "ic_fluent_voicemail_20_regular": 62083, - "ic_fluent_voicemail_arrow_back_20_filled": 62084, - "ic_fluent_voicemail_arrow_back_20_regular": 62085, - "ic_fluent_voicemail_arrow_forward_20_filled": 62086, - "ic_fluent_voicemail_arrow_forward_20_regular": 62087, - "ic_fluent_voicemail_arrow_subtract_20_filled": 62088, - "ic_fluent_voicemail_arrow_subtract_20_regular": 62089, - "ic_fluent_voicemail_shield_20_filled": 62090, - "ic_fluent_voicemail_shield_20_regular": 62091, - "ic_fluent_voicemail_subtract_20_filled": 62092, - "ic_fluent_voicemail_subtract_20_regular": 62093, - "ic_fluent_vote_20_filled": 62094, - "ic_fluent_vote_20_regular": 62095, - "ic_fluent_walkie_talkie_20_filled": 62096, - "ic_fluent_walkie_talkie_20_regular": 62097, - "ic_fluent_wallet_20_filled": 62098, - "ic_fluent_wallet_20_regular": 62099, - "ic_fluent_wallet_credit_card_20_filled": 62100, - "ic_fluent_wallet_credit_card_20_regular": 62101, - "ic_fluent_wallpaper_20_filled": 62102, - "ic_fluent_wallpaper_20_regular": 62103, - "ic_fluent_wand_20_filled": 62104, - "ic_fluent_wand_20_regular": 62105, - "ic_fluent_warning_20_filled": 62106, - "ic_fluent_warning_20_regular": 62107, - "ic_fluent_warning_shield_20_filled": 62108, - "ic_fluent_warning_shield_20_regular": 62109, - "ic_fluent_washer_20_filled": 62110, - "ic_fluent_washer_20_regular": 62111, - "ic_fluent_water_20_filled": 62112, - "ic_fluent_water_20_regular": 62113, - "ic_fluent_weather_blowing_snow_20_filled": 62114, - "ic_fluent_weather_blowing_snow_20_regular": 62115, - "ic_fluent_weather_cloudy_20_filled": 62116, - "ic_fluent_weather_cloudy_20_regular": 62117, - "ic_fluent_weather_drizzle_20_filled": 62118, - "ic_fluent_weather_drizzle_20_regular": 62119, - "ic_fluent_weather_duststorm_20_filled": 62120, - "ic_fluent_weather_duststorm_20_regular": 62121, - "ic_fluent_weather_fog_20_filled": 62122, - "ic_fluent_weather_fog_20_regular": 62123, - "ic_fluent_weather_hail_day_20_filled": 62124, - "ic_fluent_weather_hail_day_20_regular": 62125, - "ic_fluent_weather_hail_night_20_filled": 62126, - "ic_fluent_weather_hail_night_20_regular": 62127, - "ic_fluent_weather_haze_20_filled": 62128, - "ic_fluent_weather_haze_20_regular": 62129, - "ic_fluent_weather_moon_20_filled": 62130, - "ic_fluent_weather_moon_20_regular": 62131, - "ic_fluent_weather_moon_off_20_filled": 62132, - "ic_fluent_weather_moon_off_20_regular": 62133, - "ic_fluent_weather_partly_cloudy_day_20_filled": 62134, - "ic_fluent_weather_partly_cloudy_day_20_regular": 62135, - "ic_fluent_weather_partly_cloudy_night_20_filled": 62136, - "ic_fluent_weather_partly_cloudy_night_20_regular": 62137, - "ic_fluent_weather_rain_20_filled": 62138, - "ic_fluent_weather_rain_20_regular": 62139, - "ic_fluent_weather_rain_showers_day_20_filled": 62140, - "ic_fluent_weather_rain_showers_day_20_regular": 62141, - "ic_fluent_weather_rain_showers_night_20_filled": 62142, - "ic_fluent_weather_rain_showers_night_20_regular": 62143, - "ic_fluent_weather_rain_snow_20_filled": 62144, - "ic_fluent_weather_rain_snow_20_regular": 62145, - "ic_fluent_weather_snow_20_filled": 62146, - "ic_fluent_weather_snow_20_regular": 62147, - "ic_fluent_weather_snow_shower_day_20_filled": 62148, - "ic_fluent_weather_snow_shower_day_20_regular": 62149, - "ic_fluent_weather_snow_shower_night_20_filled": 62150, - "ic_fluent_weather_snow_shower_night_20_regular": 62151, - "ic_fluent_weather_snowflake_20_filled": 62152, - "ic_fluent_weather_snowflake_20_regular": 62153, - "ic_fluent_weather_squalls_20_filled": 62154, - "ic_fluent_weather_squalls_20_regular": 62155, - "ic_fluent_weather_sunny_20_filled": 62156, - "ic_fluent_weather_sunny_20_regular": 62157, - "ic_fluent_weather_sunny_high_20_filled": 62158, - "ic_fluent_weather_sunny_high_20_regular": 62159, - "ic_fluent_weather_sunny_low_20_filled": 62160, - "ic_fluent_weather_sunny_low_20_regular": 62161, - "ic_fluent_weather_thunderstorm_20_filled": 62162, - "ic_fluent_weather_thunderstorm_20_regular": 62163, - "ic_fluent_web_asset_20_filled": 62164, - "ic_fluent_web_asset_20_regular": 62165, - "ic_fluent_whiteboard_20_filled": 62166, - "ic_fluent_whiteboard_20_regular": 62167, - "ic_fluent_whiteboard_off_20_filled": 62168, - "ic_fluent_whiteboard_off_20_regular": 62169, - "ic_fluent_wifi_1_20_filled": 62170, - "ic_fluent_wifi_1_20_regular": 62171, - "ic_fluent_wifi_2_20_filled": 62172, - "ic_fluent_wifi_2_20_regular": 62173, - "ic_fluent_wifi_3_20_filled": 62174, - "ic_fluent_wifi_3_20_regular": 62175, - "ic_fluent_wifi_4_20_filled": 62176, - "ic_fluent_wifi_4_20_regular": 62177, - "ic_fluent_wifi_lock_20_filled": 62178, - "ic_fluent_wifi_lock_20_regular": 62179, - "ic_fluent_wifi_off_20_filled": 62180, - "ic_fluent_wifi_off_20_regular": 62181, - "ic_fluent_wifi_settings_20_filled": 62182, - "ic_fluent_wifi_settings_20_regular": 62183, - "ic_fluent_wifi_warning_20_filled": 62184, - "ic_fluent_wifi_warning_20_regular": 62185, - "ic_fluent_window_20_filled": 62186, - "ic_fluent_window_20_regular": 62187, - "ic_fluent_window_ad_20_filled": 62188, - "ic_fluent_window_ad_20_regular": 62189, - "ic_fluent_window_ad_off_20_filled": 62190, - "ic_fluent_window_ad_off_20_regular": 62191, - "ic_fluent_window_ad_person_20_filled": 62192, - "ic_fluent_window_ad_person_20_regular": 62193, - "ic_fluent_window_apps_20_filled": 62194, - "ic_fluent_window_apps_20_regular": 62195, - "ic_fluent_window_arrow_up_20_filled": 62196, - "ic_fluent_window_arrow_up_20_regular": 62197, - "ic_fluent_window_bullet_list_20_filled": 62198, - "ic_fluent_window_bullet_list_20_regular": 62199, - "ic_fluent_window_bullet_list_add_20_filled": 62200, - "ic_fluent_window_bullet_list_add_20_regular": 62201, - "ic_fluent_window_console_20_filled": 62202, - "ic_fluent_window_console_20_regular": 62203, - "ic_fluent_window_database_20_filled": 62204, - "ic_fluent_window_database_20_regular": 62205, - "ic_fluent_window_dev_edit_20_filled": 62206, - "ic_fluent_window_dev_edit_20_regular": 62207, - "ic_fluent_window_dev_tools_20_filled": 62208, - "ic_fluent_window_dev_tools_20_regular": 62209, - "ic_fluent_window_edit_20_filled": 62210, - "ic_fluent_window_edit_20_regular": 62211, - "ic_fluent_window_fingerprint_20_filled": 62212, - "ic_fluent_window_fingerprint_20_regular": 62213, - "ic_fluent_window_header_horizontal_20_filled": 62214, - "ic_fluent_window_header_horizontal_20_regular": 62215, - "ic_fluent_window_header_horizontal_off_20_filled": 62216, - "ic_fluent_window_header_horizontal_off_20_regular": 62217, - "ic_fluent_window_header_vertical_20_filled": 62218, - "ic_fluent_window_header_vertical_20_regular": 62219, - "ic_fluent_window_inprivate_20_filled": 62220, - "ic_fluent_window_inprivate_20_regular": 62221, - "ic_fluent_window_inprivate_account_20_filled": 62222, - "ic_fluent_window_inprivate_account_20_regular": 62223, - "ic_fluent_window_location_target_20_filled": 62224, - "ic_fluent_window_location_target_20_regular": 62225, - "ic_fluent_window_multiple_20_filled": 62226, - "ic_fluent_window_multiple_20_regular": 62227, - "ic_fluent_window_multiple_swap_20_filled": 62228, - "ic_fluent_window_multiple_swap_20_regular": 62229, - "ic_fluent_window_new_20_filled": 62230, - "ic_fluent_window_new_20_regular": 62231, - "ic_fluent_window_play_20_filled": 62232, - "ic_fluent_window_play_20_regular": 62233, - "ic_fluent_window_settings_20_filled": 62234, - "ic_fluent_window_settings_20_regular": 62235, - "ic_fluent_window_shield_20_filled": 62236, - "ic_fluent_window_shield_20_regular": 62237, - "ic_fluent_window_text_20_filled": 62238, - "ic_fluent_window_text_20_regular": 62239, - "ic_fluent_window_wrench_20_filled": 62240, - "ic_fluent_window_wrench_20_regular": 62241, - "ic_fluent_wrench_20_filled": 62242, - "ic_fluent_wrench_20_regular": 62243, - "ic_fluent_wrench_screwdriver_20_filled": 62244, - "ic_fluent_wrench_screwdriver_20_regular": 62245, - "ic_fluent_wrench_settings_20_filled": 62246, - "ic_fluent_wrench_settings_20_regular": 62247, - "ic_fluent_xbox_console_20_filled": 62248, - "ic_fluent_xbox_console_20_regular": 62249, - "ic_fluent_xbox_controller_20_filled": 62250, - "ic_fluent_xbox_controller_20_regular": 62251, - "ic_fluent_xbox_controller_error_20_filled": 62252, - "ic_fluent_xbox_controller_error_20_regular": 62253, - "ic_fluent_xray_20_filled": 62254, - "ic_fluent_xray_20_regular": 62255, - "ic_fluent_zoom_fit_20_filled": 62256, - "ic_fluent_zoom_fit_20_regular": 62257, - "ic_fluent_zoom_in_20_filled": 62258, - "ic_fluent_zoom_in_20_regular": 62259, - "ic_fluent_zoom_out_20_filled": 62260, - "ic_fluent_zoom_out_20_regular": 62261 + "ic_fluent_accessibility_error_20_filled": 57350, + "ic_fluent_accessibility_error_20_regular": 57351, + "ic_fluent_accessibility_question_mark_20_filled": 57352, + "ic_fluent_accessibility_question_mark_20_regular": 57353, + "ic_fluent_add_20_filled": 57354, + "ic_fluent_add_20_regular": 57355, + "ic_fluent_add_circle_20_filled": 57356, + "ic_fluent_add_circle_20_regular": 57357, + "ic_fluent_add_square_20_filled": 57358, + "ic_fluent_add_square_20_regular": 57359, + "ic_fluent_add_square_multiple_20_filled": 57360, + "ic_fluent_add_square_multiple_20_regular": 57361, + "ic_fluent_add_subtract_circle_20_filled": 57362, + "ic_fluent_add_subtract_circle_20_regular": 57363, + "ic_fluent_airplane_20_filled": 57364, + "ic_fluent_airplane_20_regular": 57365, + "ic_fluent_airplane_landing_20_filled": 57366, + "ic_fluent_airplane_landing_20_regular": 57367, + "ic_fluent_airplane_take_off_20_filled": 57368, + "ic_fluent_airplane_take_off_20_regular": 57369, + "ic_fluent_album_20_filled": 57370, + "ic_fluent_album_20_regular": 57371, + "ic_fluent_album_add_20_filled": 57372, + "ic_fluent_album_add_20_regular": 57373, + "ic_fluent_alert_20_filled": 57374, + "ic_fluent_alert_20_regular": 57375, + "ic_fluent_alert_badge_20_filled": 57376, + "ic_fluent_alert_badge_20_regular": 57377, + "ic_fluent_alert_off_20_filled": 57378, + "ic_fluent_alert_off_20_regular": 57379, + "ic_fluent_alert_on_20_filled": 57380, + "ic_fluent_alert_on_20_regular": 57381, + "ic_fluent_alert_snooze_20_filled": 57382, + "ic_fluent_alert_snooze_20_regular": 57383, + "ic_fluent_alert_urgent_20_filled": 57384, + "ic_fluent_alert_urgent_20_regular": 57385, + "ic_fluent_align_bottom_20_filled": 57386, + "ic_fluent_align_bottom_20_regular": 57387, + "ic_fluent_align_center_horizontal_20_filled": 57388, + "ic_fluent_align_center_horizontal_20_regular": 57389, + "ic_fluent_align_center_vertical_20_filled": 57390, + "ic_fluent_align_center_vertical_20_regular": 57391, + "ic_fluent_align_end_horizontal_20_filled": 57392, + "ic_fluent_align_end_horizontal_20_regular": 57393, + "ic_fluent_align_end_vertical_20_filled": 57394, + "ic_fluent_align_end_vertical_20_regular": 57395, + "ic_fluent_align_left_20_filled": 57396, + "ic_fluent_align_left_20_regular": 57397, + "ic_fluent_align_right_20_filled": 57398, + "ic_fluent_align_right_20_regular": 57399, + "ic_fluent_align_space_around_horizontal_20_filled": 57400, + "ic_fluent_align_space_around_horizontal_20_regular": 57401, + "ic_fluent_align_space_around_vertical_20_filled": 57402, + "ic_fluent_align_space_around_vertical_20_regular": 57403, + "ic_fluent_align_space_between_horizontal_20_filled": 57404, + "ic_fluent_align_space_between_horizontal_20_regular": 57405, + "ic_fluent_align_space_between_vertical_20_filled": 57406, + "ic_fluent_align_space_between_vertical_20_regular": 57407, + "ic_fluent_align_space_evenly_horizontal_20_filled": 57408, + "ic_fluent_align_space_evenly_horizontal_20_regular": 57409, + "ic_fluent_align_space_evenly_vertical_20_filled": 57410, + "ic_fluent_align_space_evenly_vertical_20_regular": 57411, + "ic_fluent_align_space_fit_vertical_20_filled": 57412, + "ic_fluent_align_space_fit_vertical_20_regular": 57413, + "ic_fluent_align_start_horizontal_20_filled": 57414, + "ic_fluent_align_start_horizontal_20_regular": 57415, + "ic_fluent_align_start_vertical_20_filled": 57416, + "ic_fluent_align_start_vertical_20_regular": 57417, + "ic_fluent_align_straighten_20_filled": 57418, + "ic_fluent_align_straighten_20_regular": 57419, + "ic_fluent_align_stretch_horizontal_20_filled": 57420, + "ic_fluent_align_stretch_horizontal_20_regular": 57421, + "ic_fluent_align_stretch_vertical_20_filled": 57422, + "ic_fluent_align_stretch_vertical_20_regular": 57423, + "ic_fluent_align_top_20_filled": 57424, + "ic_fluent_align_top_20_regular": 57425, + "ic_fluent_animal_cat_20_filled": 57426, + "ic_fluent_animal_cat_20_regular": 57427, + "ic_fluent_animal_dog_20_filled": 57428, + "ic_fluent_animal_dog_20_regular": 57429, + "ic_fluent_animal_rabbit_20_filled": 57430, + "ic_fluent_animal_rabbit_20_regular": 57431, + "ic_fluent_animal_rabbit_off_20_filled": 57432, + "ic_fluent_animal_rabbit_off_20_regular": 57433, + "ic_fluent_animal_turtle_20_filled": 57434, + "ic_fluent_animal_turtle_20_regular": 57435, + "ic_fluent_app_folder_20_filled": 57436, + "ic_fluent_app_folder_20_regular": 57437, + "ic_fluent_app_generic_20_filled": 57438, + "ic_fluent_app_generic_20_regular": 57439, + "ic_fluent_app_recent_20_filled": 57440, + "ic_fluent_app_recent_20_regular": 57441, + "ic_fluent_app_title_20_filled": 57442, + "ic_fluent_app_title_20_regular": 57443, + "ic_fluent_approvals_app_20_filled": 57444, + "ic_fluent_approvals_app_20_regular": 57445, + "ic_fluent_apps_20_filled": 57446, + "ic_fluent_apps_20_regular": 57447, + "ic_fluent_apps_add_in_20_filled": 57448, + "ic_fluent_apps_add_in_20_regular": 57449, + "ic_fluent_apps_list_20_filled": 57450, + "ic_fluent_apps_list_20_regular": 57451, + "ic_fluent_apps_list_detail_20_filled": 57452, + "ic_fluent_apps_list_detail_20_regular": 57453, + "ic_fluent_archive_20_filled": 57454, + "ic_fluent_archive_20_regular": 57455, + "ic_fluent_archive_arrow_back_20_filled": 57456, + "ic_fluent_archive_arrow_back_20_regular": 57457, + "ic_fluent_archive_multiple_20_filled": 57458, + "ic_fluent_archive_multiple_20_regular": 57459, + "ic_fluent_archive_settings_20_filled": 57460, + "ic_fluent_archive_settings_20_regular": 57461, + "ic_fluent_arrow_autofit_content_20_filled": 57462, + "ic_fluent_arrow_autofit_content_20_regular": 57463, + "ic_fluent_arrow_autofit_down_20_filled": 57464, + "ic_fluent_arrow_autofit_down_20_regular": 57465, + "ic_fluent_arrow_autofit_height_20_filled": 57466, + "ic_fluent_arrow_autofit_height_20_regular": 57467, + "ic_fluent_arrow_autofit_height_dotted_20_filled": 57468, + "ic_fluent_arrow_autofit_height_dotted_20_regular": 57469, + "ic_fluent_arrow_autofit_height_in_20_filled": 57470, + "ic_fluent_arrow_autofit_height_in_20_regular": 57471, + "ic_fluent_arrow_autofit_up_20_filled": 57472, + "ic_fluent_arrow_autofit_up_20_regular": 57473, + "ic_fluent_arrow_autofit_width_20_filled": 57474, + "ic_fluent_arrow_autofit_width_20_regular": 57475, + "ic_fluent_arrow_autofit_width_dotted_20_filled": 57476, + "ic_fluent_arrow_autofit_width_dotted_20_regular": 57477, + "ic_fluent_arrow_between_down_20_filled": 57478, + "ic_fluent_arrow_between_down_20_regular": 57479, + "ic_fluent_arrow_between_up_20_filled": 57480, + "ic_fluent_arrow_between_up_20_regular": 57481, + "ic_fluent_arrow_bidirectional_left_right_20_filled": 57482, + "ic_fluent_arrow_bidirectional_left_right_20_regular": 57483, + "ic_fluent_arrow_bidirectional_up_down_20_filled": 57484, + "ic_fluent_arrow_bidirectional_up_down_20_regular": 57485, + "ic_fluent_arrow_bounce_20_filled": 57486, + "ic_fluent_arrow_bounce_20_regular": 57487, + "ic_fluent_arrow_circle_down_20_filled": 57488, + "ic_fluent_arrow_circle_down_20_regular": 57489, + "ic_fluent_arrow_circle_down_double_20_filled": 57490, + "ic_fluent_arrow_circle_down_double_20_regular": 57491, + "ic_fluent_arrow_circle_down_right_20_filled": 57492, + "ic_fluent_arrow_circle_down_right_20_regular": 57493, + "ic_fluent_arrow_circle_down_split_20_filled": 57494, + "ic_fluent_arrow_circle_down_split_20_regular": 57495, + "ic_fluent_arrow_circle_down_up_20_filled": 57496, + "ic_fluent_arrow_circle_down_up_20_regular": 57497, + "ic_fluent_arrow_circle_left_20_filled": 57498, + "ic_fluent_arrow_circle_left_20_regular": 57499, + "ic_fluent_arrow_circle_right_20_filled": 57500, + "ic_fluent_arrow_circle_right_20_regular": 57501, + "ic_fluent_arrow_circle_up_20_filled": 57502, + "ic_fluent_arrow_circle_up_20_regular": 57503, + "ic_fluent_arrow_circle_up_left_20_filled": 57504, + "ic_fluent_arrow_circle_up_left_20_regular": 57505, + "ic_fluent_arrow_circle_up_right_20_filled": 57506, + "ic_fluent_arrow_circle_up_right_20_regular": 57507, + "ic_fluent_arrow_clockwise_20_filled": 57508, + "ic_fluent_arrow_clockwise_20_regular": 57509, + "ic_fluent_arrow_clockwise_dashes_20_filled": 57510, + "ic_fluent_arrow_clockwise_dashes_20_regular": 57511, + "ic_fluent_arrow_collapse_all_20_filled": 57512, + "ic_fluent_arrow_collapse_all_20_regular": 57513, + "ic_fluent_arrow_counterclockwise_20_filled": 57514, + "ic_fluent_arrow_counterclockwise_20_regular": 57515, + "ic_fluent_arrow_counterclockwise_dashes_20_filled": 57516, + "ic_fluent_arrow_counterclockwise_dashes_20_regular": 57517, + "ic_fluent_arrow_curve_down_left_20_filled": 57518, + "ic_fluent_arrow_curve_down_left_20_regular": 57519, + "ic_fluent_arrow_curve_down_right_20_filled": 57520, + "ic_fluent_arrow_curve_down_right_20_regular": 57521, + "ic_fluent_arrow_curve_up_left_20_filled": 57522, + "ic_fluent_arrow_curve_up_left_20_regular": 57523, + "ic_fluent_arrow_curve_up_right_20_filled": 57524, + "ic_fluent_arrow_curve_up_right_20_regular": 57525, + "ic_fluent_arrow_down_20_filled": 57526, + "ic_fluent_arrow_down_20_regular": 57527, + "ic_fluent_arrow_down_exclamation_20_filled": 57528, + "ic_fluent_arrow_down_exclamation_20_regular": 57529, + "ic_fluent_arrow_down_left_20_filled": 57530, + "ic_fluent_arrow_down_left_20_regular": 57531, + "ic_fluent_arrow_download_20_filled": 57532, + "ic_fluent_arrow_download_20_regular": 57533, + "ic_fluent_arrow_download_off_20_filled": 57534, + "ic_fluent_arrow_download_off_20_regular": 57535, + "ic_fluent_arrow_eject_20_filled": 57536, + "ic_fluent_arrow_eject_20_regular": 57537, + "ic_fluent_arrow_enter_20_filled": 57538, + "ic_fluent_arrow_enter_20_regular": 57539, + "ic_fluent_arrow_enter_left_20_filled": 57540, + "ic_fluent_arrow_enter_left_20_regular": 57541, + "ic_fluent_arrow_enter_up_20_filled": 57542, + "ic_fluent_arrow_enter_up_20_regular": 57543, + "ic_fluent_arrow_exit_20_filled": 57544, + "ic_fluent_arrow_exit_20_regular": 57545, + "ic_fluent_arrow_expand_20_filled": 57546, + "ic_fluent_arrow_expand_20_regular": 57547, + "ic_fluent_arrow_export_20_filled": 57548, + "ic_fluent_arrow_export_20_regular": 57549, + "ic_fluent_arrow_export_ltr_20_filled": 57550, + "ic_fluent_arrow_export_ltr_20_regular": 57551, + "ic_fluent_arrow_export_rtl_20_filled": 57552, + "ic_fluent_arrow_export_rtl_20_regular": 57553, + "ic_fluent_arrow_export_up_20_filled": 57554, + "ic_fluent_arrow_export_up_20_regular": 57555, + "ic_fluent_arrow_fit_20_filled": 57556, + "ic_fluent_arrow_fit_20_regular": 57557, + "ic_fluent_arrow_fit_in_20_filled": 57558, + "ic_fluent_arrow_fit_in_20_regular": 57559, + "ic_fluent_arrow_flow_diagonal_up_right_20_filled": 57560, + "ic_fluent_arrow_flow_diagonal_up_right_20_regular": 57561, + "ic_fluent_arrow_flow_up_right_20_filled": 57562, + "ic_fluent_arrow_flow_up_right_20_regular": 57563, + "ic_fluent_arrow_flow_up_right_rectangle_multiple_20_filled": 57564, + "ic_fluent_arrow_flow_up_right_rectangle_multiple_20_regular": 57565, + "ic_fluent_arrow_forward_20_filled": 57566, + "ic_fluent_arrow_forward_20_regular": 57567, + "ic_fluent_arrow_forward_down_lightning_20_filled": 57568, + "ic_fluent_arrow_forward_down_lightning_20_regular": 57569, + "ic_fluent_arrow_forward_down_person_20_filled": 57570, + "ic_fluent_arrow_forward_down_person_20_regular": 57571, + "ic_fluent_arrow_hook_down_left_20_filled": 57572, + "ic_fluent_arrow_hook_down_left_20_regular": 57573, + "ic_fluent_arrow_hook_down_right_20_filled": 57574, + "ic_fluent_arrow_hook_down_right_20_regular": 57575, + "ic_fluent_arrow_hook_up_left_20_filled": 57576, + "ic_fluent_arrow_hook_up_left_20_regular": 57577, + "ic_fluent_arrow_hook_up_right_20_filled": 57578, + "ic_fluent_arrow_hook_up_right_20_regular": 57579, + "ic_fluent_arrow_import_20_filled": 57580, + "ic_fluent_arrow_import_20_regular": 57581, + "ic_fluent_arrow_join_20_filled": 57582, + "ic_fluent_arrow_join_20_regular": 57583, + "ic_fluent_arrow_left_20_filled": 57584, + "ic_fluent_arrow_left_20_regular": 57585, + "ic_fluent_arrow_maximize_20_filled": 57586, + "ic_fluent_arrow_maximize_20_regular": 57587, + "ic_fluent_arrow_maximize_vertical_20_filled": 57588, + "ic_fluent_arrow_maximize_vertical_20_regular": 57589, + "ic_fluent_arrow_minimize_20_filled": 57590, + "ic_fluent_arrow_minimize_20_regular": 57591, + "ic_fluent_arrow_minimize_vertical_20_filled": 57592, + "ic_fluent_arrow_minimize_vertical_20_regular": 57593, + "ic_fluent_arrow_move_20_filled": 57594, + "ic_fluent_arrow_move_20_regular": 57595, + "ic_fluent_arrow_move_inward_20_filled": 57596, + "ic_fluent_arrow_move_inward_20_regular": 57597, + "ic_fluent_arrow_next_20_filled": 57598, + "ic_fluent_arrow_next_20_regular": 57599, + "ic_fluent_arrow_outline_down_left_20_filled": 57600, + "ic_fluent_arrow_outline_down_left_20_regular": 57601, + "ic_fluent_arrow_outline_up_right_20_filled": 57602, + "ic_fluent_arrow_outline_up_right_20_regular": 57603, + "ic_fluent_arrow_paragraph_20_filled": 57604, + "ic_fluent_arrow_paragraph_20_regular": 57605, + "ic_fluent_arrow_previous_20_filled": 57606, + "ic_fluent_arrow_previous_20_regular": 57607, + "ic_fluent_arrow_redo_20_filled": 57608, + "ic_fluent_arrow_redo_20_regular": 57609, + "ic_fluent_arrow_repeat_1_20_filled": 57610, + "ic_fluent_arrow_repeat_1_20_regular": 57611, + "ic_fluent_arrow_repeat_all_20_filled": 57612, + "ic_fluent_arrow_repeat_all_20_regular": 57613, + "ic_fluent_arrow_repeat_all_off_20_filled": 57614, + "ic_fluent_arrow_repeat_all_off_20_regular": 57615, + "ic_fluent_arrow_reply_20_filled": 57616, + "ic_fluent_arrow_reply_20_regular": 57617, + "ic_fluent_arrow_reply_all_20_filled": 57618, + "ic_fluent_arrow_reply_all_20_regular": 57619, + "ic_fluent_arrow_reply_down_20_filled": 57620, + "ic_fluent_arrow_reply_down_20_regular": 57621, + "ic_fluent_arrow_reset_20_filled": 57622, + "ic_fluent_arrow_reset_20_regular": 57623, + "ic_fluent_arrow_right_20_filled": 57624, + "ic_fluent_arrow_right_20_regular": 57625, + "ic_fluent_arrow_rotate_clockwise_20_filled": 57626, + "ic_fluent_arrow_rotate_clockwise_20_regular": 57627, + "ic_fluent_arrow_rotate_counterclockwise_20_filled": 57628, + "ic_fluent_arrow_rotate_counterclockwise_20_regular": 57629, + "ic_fluent_arrow_routing_20_filled": 57630, + "ic_fluent_arrow_routing_20_regular": 57631, + "ic_fluent_arrow_routing_rectangle_multiple_20_filled": 57632, + "ic_fluent_arrow_routing_rectangle_multiple_20_regular": 57633, + "ic_fluent_arrow_shuffle_20_filled": 57634, + "ic_fluent_arrow_shuffle_20_regular": 57635, + "ic_fluent_arrow_shuffle_off_20_filled": 57636, + "ic_fluent_arrow_shuffle_off_20_regular": 57637, + "ic_fluent_arrow_sort_20_filled": 57638, + "ic_fluent_arrow_sort_20_regular": 57639, + "ic_fluent_arrow_sort_down_20_filled": 57640, + "ic_fluent_arrow_sort_down_20_regular": 57641, + "ic_fluent_arrow_sort_down_lines_20_filled": 57642, + "ic_fluent_arrow_sort_down_lines_20_regular": 57643, + "ic_fluent_arrow_sort_up_20_filled": 57644, + "ic_fluent_arrow_sort_up_20_regular": 57645, + "ic_fluent_arrow_sort_up_lines_20_filled": 57646, + "ic_fluent_arrow_sort_up_lines_20_regular": 57647, + "ic_fluent_arrow_split_20_filled": 57648, + "ic_fluent_arrow_split_20_regular": 57649, + "ic_fluent_arrow_sprint_20_filled": 57650, + "ic_fluent_arrow_sprint_20_regular": 57651, + "ic_fluent_arrow_square_down_20_filled": 57652, + "ic_fluent_arrow_square_down_20_regular": 57653, + "ic_fluent_arrow_square_up_right_20_filled": 57654, + "ic_fluent_arrow_square_up_right_20_regular": 57655, + "ic_fluent_arrow_step_back_20_filled": 57656, + "ic_fluent_arrow_step_back_20_regular": 57657, + "ic_fluent_arrow_step_in_20_filled": 57658, + "ic_fluent_arrow_step_in_20_regular": 57659, + "ic_fluent_arrow_step_in_diagonal_down_left_20_filled": 57660, + "ic_fluent_arrow_step_in_diagonal_down_left_20_regular": 57661, + "ic_fluent_arrow_step_in_left_20_filled": 57662, + "ic_fluent_arrow_step_in_left_20_regular": 57663, + "ic_fluent_arrow_step_in_right_20_filled": 57664, + "ic_fluent_arrow_step_in_right_20_regular": 57665, + "ic_fluent_arrow_step_out_20_filled": 57666, + "ic_fluent_arrow_step_out_20_regular": 57667, + "ic_fluent_arrow_step_over_20_filled": 57668, + "ic_fluent_arrow_step_over_20_regular": 57669, + "ic_fluent_arrow_swap_20_filled": 57670, + "ic_fluent_arrow_swap_20_regular": 57671, + "ic_fluent_arrow_sync_20_filled": 57672, + "ic_fluent_arrow_sync_20_regular": 57673, + "ic_fluent_arrow_sync_checkmark_20_filled": 57674, + "ic_fluent_arrow_sync_checkmark_20_regular": 57675, + "ic_fluent_arrow_sync_circle_20_filled": 57676, + "ic_fluent_arrow_sync_circle_20_regular": 57677, + "ic_fluent_arrow_sync_dismiss_20_filled": 57678, + "ic_fluent_arrow_sync_dismiss_20_regular": 57679, + "ic_fluent_arrow_sync_off_20_filled": 57680, + "ic_fluent_arrow_sync_off_20_regular": 57681, + "ic_fluent_arrow_trending_20_filled": 57682, + "ic_fluent_arrow_trending_20_regular": 57683, + "ic_fluent_arrow_trending_checkmark_20_filled": 57684, + "ic_fluent_arrow_trending_checkmark_20_regular": 57685, + "ic_fluent_arrow_trending_down_20_filled": 57686, + "ic_fluent_arrow_trending_down_20_regular": 57687, + "ic_fluent_arrow_trending_lines_20_filled": 57688, + "ic_fluent_arrow_trending_lines_20_regular": 57689, + "ic_fluent_arrow_trending_settings_20_filled": 57690, + "ic_fluent_arrow_trending_settings_20_regular": 57691, + "ic_fluent_arrow_trending_sparkle_20_filled": 57692, + "ic_fluent_arrow_trending_sparkle_20_regular": 57693, + "ic_fluent_arrow_trending_text_20_filled": 57694, + "ic_fluent_arrow_trending_text_20_regular": 57695, + "ic_fluent_arrow_trending_wrench_20_filled": 57696, + "ic_fluent_arrow_trending_wrench_20_regular": 57697, + "ic_fluent_arrow_turn_bidirectional_down_right_20_filled": 57698, + "ic_fluent_arrow_turn_bidirectional_down_right_20_regular": 57699, + "ic_fluent_arrow_turn_down_left_20_filled": 57700, + "ic_fluent_arrow_turn_down_left_20_regular": 57701, + "ic_fluent_arrow_turn_down_right_20_filled": 57702, + "ic_fluent_arrow_turn_down_right_20_regular": 57703, + "ic_fluent_arrow_turn_down_up_20_filled": 57704, + "ic_fluent_arrow_turn_down_up_20_regular": 57705, + "ic_fluent_arrow_turn_left_down_20_filled": 57706, + "ic_fluent_arrow_turn_left_down_20_regular": 57707, + "ic_fluent_arrow_turn_left_right_20_filled": 57708, + "ic_fluent_arrow_turn_left_right_20_regular": 57709, + "ic_fluent_arrow_turn_left_up_20_filled": 57710, + "ic_fluent_arrow_turn_left_up_20_regular": 57711, + "ic_fluent_arrow_turn_right_20_filled": 57712, + "ic_fluent_arrow_turn_right_20_regular": 57713, + "ic_fluent_arrow_turn_right_down_20_filled": 57714, + "ic_fluent_arrow_turn_right_down_20_regular": 57715, + "ic_fluent_arrow_turn_right_left_20_filled": 57716, + "ic_fluent_arrow_turn_right_left_20_regular": 57717, + "ic_fluent_arrow_turn_right_up_20_filled": 57718, + "ic_fluent_arrow_turn_right_up_20_regular": 57719, + "ic_fluent_arrow_turn_up_down_20_filled": 57720, + "ic_fluent_arrow_turn_up_down_20_regular": 57721, + "ic_fluent_arrow_turn_up_left_20_filled": 57722, + "ic_fluent_arrow_turn_up_left_20_regular": 57723, + "ic_fluent_arrow_undo_20_filled": 57724, + "ic_fluent_arrow_undo_20_regular": 57725, + "ic_fluent_arrow_up_20_filled": 57726, + "ic_fluent_arrow_up_20_regular": 57727, + "ic_fluent_arrow_up_exclamation_20_filled": 57728, + "ic_fluent_arrow_up_exclamation_20_regular": 57729, + "ic_fluent_arrow_up_left_20_filled": 57730, + "ic_fluent_arrow_up_left_20_regular": 57731, + "ic_fluent_arrow_up_right_20_filled": 57732, + "ic_fluent_arrow_up_right_20_regular": 57733, + "ic_fluent_arrow_upload_20_filled": 57734, + "ic_fluent_arrow_upload_20_regular": 57735, + "ic_fluent_arrow_wrap_20_filled": 57736, + "ic_fluent_arrow_wrap_20_regular": 57737, + "ic_fluent_arrow_wrap_off_20_filled": 57738, + "ic_fluent_arrow_wrap_off_20_regular": 57739, + "ic_fluent_arrows_bidirectional_20_filled": 57740, + "ic_fluent_arrows_bidirectional_20_regular": 57741, + "ic_fluent_attach_20_filled": 57742, + "ic_fluent_attach_20_regular": 57743, + "ic_fluent_attach_arrow_right_20_filled": 57744, + "ic_fluent_attach_arrow_right_20_regular": 57745, + "ic_fluent_attach_text_20_filled": 57746, + "ic_fluent_attach_text_20_regular": 57747, + "ic_fluent_auto_fit_height_20_filled": 57748, + "ic_fluent_auto_fit_height_20_regular": 57749, + "ic_fluent_auto_fit_width_20_filled": 57750, + "ic_fluent_auto_fit_width_20_regular": 57751, + "ic_fluent_autocorrect_20_filled": 57752, + "ic_fluent_autocorrect_20_regular": 57753, + "ic_fluent_autosum_20_filled": 57754, + "ic_fluent_autosum_20_regular": 57755, + "ic_fluent_backpack_20_filled": 57756, + "ic_fluent_backpack_20_regular": 57757, + "ic_fluent_backpack_add_20_filled": 57758, + "ic_fluent_backpack_add_20_regular": 57759, + "ic_fluent_backspace_20_filled": 57760, + "ic_fluent_backspace_20_regular": 57761, + "ic_fluent_badge_20_filled": 57762, + "ic_fluent_badge_20_regular": 57763, + "ic_fluent_balloon_20_filled": 57764, + "ic_fluent_balloon_20_regular": 57765, + "ic_fluent_barcode_scanner_20_filled": 57766, + "ic_fluent_barcode_scanner_20_regular": 57767, + "ic_fluent_battery_0_20_filled": 57768, + "ic_fluent_battery_0_20_regular": 57769, + "ic_fluent_battery_1_20_filled": 57770, + "ic_fluent_battery_1_20_regular": 57771, + "ic_fluent_battery_10_20_filled": 57772, + "ic_fluent_battery_10_20_regular": 57773, + "ic_fluent_battery_2_20_filled": 57774, + "ic_fluent_battery_2_20_regular": 57775, + "ic_fluent_battery_3_20_filled": 57776, + "ic_fluent_battery_3_20_regular": 57777, + "ic_fluent_battery_4_20_filled": 57778, + "ic_fluent_battery_4_20_regular": 57779, + "ic_fluent_battery_5_20_filled": 57780, + "ic_fluent_battery_5_20_regular": 57781, + "ic_fluent_battery_6_20_filled": 57782, + "ic_fluent_battery_6_20_regular": 57783, + "ic_fluent_battery_7_20_filled": 57784, + "ic_fluent_battery_7_20_regular": 57785, + "ic_fluent_battery_8_20_filled": 57786, + "ic_fluent_battery_8_20_regular": 57787, + "ic_fluent_battery_9_20_filled": 57788, + "ic_fluent_battery_9_20_regular": 57789, + "ic_fluent_battery_charge_20_filled": 57790, + "ic_fluent_battery_charge_20_regular": 57791, + "ic_fluent_battery_checkmark_20_filled": 57792, + "ic_fluent_battery_checkmark_20_regular": 57793, + "ic_fluent_battery_saver_20_filled": 57794, + "ic_fluent_battery_saver_20_regular": 57795, + "ic_fluent_battery_warning_20_filled": 57796, + "ic_fluent_battery_warning_20_regular": 57797, + "ic_fluent_beach_20_filled": 57798, + "ic_fluent_beach_20_regular": 57799, + "ic_fluent_beaker_20_filled": 57800, + "ic_fluent_beaker_20_regular": 57801, + "ic_fluent_beaker_add_20_filled": 57802, + "ic_fluent_beaker_add_20_regular": 57803, + "ic_fluent_beaker_dismiss_20_filled": 57804, + "ic_fluent_beaker_dismiss_20_regular": 57805, + "ic_fluent_beaker_edit_20_filled": 57806, + "ic_fluent_beaker_edit_20_regular": 57807, + "ic_fluent_beaker_off_20_filled": 57808, + "ic_fluent_beaker_off_20_regular": 57809, + "ic_fluent_beaker_settings_20_filled": 57810, + "ic_fluent_beaker_settings_20_regular": 57811, + "ic_fluent_bed_20_filled": 57812, + "ic_fluent_bed_20_regular": 57813, + "ic_fluent_bench_20_filled": 57814, + "ic_fluent_bench_20_regular": 57815, + "ic_fluent_bezier_curve_square_20_filled": 57816, + "ic_fluent_bezier_curve_square_20_regular": 57817, + "ic_fluent_bin_full_20_filled": 57818, + "ic_fluent_bin_full_20_regular": 57819, + "ic_fluent_bin_recycle_20_filled": 57820, + "ic_fluent_bin_recycle_20_regular": 57821, + "ic_fluent_bin_recycle_full_20_filled": 57822, + "ic_fluent_bin_recycle_full_20_regular": 57823, + "ic_fluent_binder_triangle_20_filled": 57824, + "ic_fluent_binder_triangle_20_regular": 57825, + "ic_fluent_bluetooth_20_filled": 57826, + "ic_fluent_bluetooth_20_regular": 57827, + "ic_fluent_bluetooth_connected_20_filled": 57828, + "ic_fluent_bluetooth_connected_20_regular": 57829, + "ic_fluent_bluetooth_disabled_20_filled": 57830, + "ic_fluent_bluetooth_disabled_20_regular": 57831, + "ic_fluent_bluetooth_searching_20_filled": 57832, + "ic_fluent_bluetooth_searching_20_regular": 57833, + "ic_fluent_blur_20_filled": 57834, + "ic_fluent_blur_20_regular": 57835, + "ic_fluent_board_20_filled": 57836, + "ic_fluent_board_20_regular": 57837, + "ic_fluent_board_games_20_filled": 57838, + "ic_fluent_board_games_20_regular": 57839, + "ic_fluent_board_heart_20_filled": 57840, + "ic_fluent_board_heart_20_regular": 57841, + "ic_fluent_board_split_20_filled": 57842, + "ic_fluent_board_split_20_regular": 57843, + "ic_fluent_book_20_filled": 57844, + "ic_fluent_book_20_regular": 57845, + "ic_fluent_book_add_20_filled": 57846, + "ic_fluent_book_add_20_regular": 57847, + "ic_fluent_book_arrow_clockwise_20_filled": 57848, + "ic_fluent_book_arrow_clockwise_20_regular": 57849, + "ic_fluent_book_clock_20_filled": 57850, + "ic_fluent_book_clock_20_regular": 57851, + "ic_fluent_book_coins_20_filled": 57852, + "ic_fluent_book_coins_20_regular": 57853, + "ic_fluent_book_compass_20_filled": 57854, + "ic_fluent_book_compass_20_regular": 57855, + "ic_fluent_book_contacts_20_filled": 57856, + "ic_fluent_book_contacts_20_regular": 57857, + "ic_fluent_book_database_20_filled": 57858, + "ic_fluent_book_database_20_regular": 57859, + "ic_fluent_book_default_20_filled": 57860, + "ic_fluent_book_dismiss_20_filled": 57861, + "ic_fluent_book_dismiss_20_regular": 57862, + "ic_fluent_book_exclamation_mark_20_filled": 57863, + "ic_fluent_book_exclamation_mark_20_regular": 57864, + "ic_fluent_book_globe_20_filled": 57865, + "ic_fluent_book_globe_20_regular": 57866, + "ic_fluent_book_information_20_filled": 57867, + "ic_fluent_book_information_20_regular": 57868, + "ic_fluent_book_letter_20_filled": 57869, + "ic_fluent_book_letter_20_regular": 57870, + "ic_fluent_book_number_20_filled": 57871, + "ic_fluent_book_number_20_regular": 57872, + "ic_fluent_book_open_20_filled": 57873, + "ic_fluent_book_open_20_regular": 57874, + "ic_fluent_book_open_globe_20_filled": 57875, + "ic_fluent_book_open_globe_20_regular": 57876, + "ic_fluent_book_open_microphone_20_filled": 57877, + "ic_fluent_book_open_microphone_20_regular": 57878, + "ic_fluent_book_pulse_20_filled": 57879, + "ic_fluent_book_pulse_20_regular": 57880, + "ic_fluent_book_question_mark_20_filled": 57881, + "ic_fluent_book_question_mark_20_regular": 57882, + "ic_fluent_book_question_mark_rtl_20_filled": 57883, + "ic_fluent_book_question_mark_rtl_20_regular": 57884, + "ic_fluent_book_search_20_filled": 57885, + "ic_fluent_book_search_20_regular": 57886, + "ic_fluent_book_star_20_filled": 57887, + "ic_fluent_book_star_20_regular": 57888, + "ic_fluent_book_template_20_filled": 57889, + "ic_fluent_book_template_20_regular": 57890, + "ic_fluent_book_theta_20_filled": 57891, + "ic_fluent_book_theta_20_regular": 57892, + "ic_fluent_book_toolbox_20_filled": 57893, + "ic_fluent_book_toolbox_20_regular": 57894, + "ic_fluent_bookmark_20_filled": 57895, + "ic_fluent_bookmark_20_regular": 57896, + "ic_fluent_bookmark_add_20_filled": 57897, + "ic_fluent_bookmark_add_20_regular": 57898, + "ic_fluent_bookmark_multiple_20_filled": 57899, + "ic_fluent_bookmark_multiple_20_regular": 57900, + "ic_fluent_bookmark_off_20_filled": 57901, + "ic_fluent_bookmark_off_20_regular": 57902, + "ic_fluent_bookmark_search_20_filled": 57903, + "ic_fluent_bookmark_search_20_regular": 57904, + "ic_fluent_border_all_20_filled": 57905, + "ic_fluent_border_all_20_regular": 57906, + "ic_fluent_border_bottom_20_filled": 57907, + "ic_fluent_border_bottom_20_regular": 57908, + "ic_fluent_border_bottom_double_20_filled": 57909, + "ic_fluent_border_bottom_double_20_regular": 57910, + "ic_fluent_border_bottom_thick_20_filled": 57911, + "ic_fluent_border_bottom_thick_20_regular": 57912, + "ic_fluent_border_inside_20_filled": 57913, + "ic_fluent_border_inside_20_regular": 57914, + "ic_fluent_border_left_20_filled": 57915, + "ic_fluent_border_left_20_regular": 57916, + "ic_fluent_border_left_right_20_filled": 57917, + "ic_fluent_border_left_right_20_regular": 57918, + "ic_fluent_border_none_20_filled": 57919, + "ic_fluent_border_none_20_regular": 57920, + "ic_fluent_border_outside_20_filled": 57921, + "ic_fluent_border_outside_20_regular": 57922, + "ic_fluent_border_outside_thick_20_filled": 57923, + "ic_fluent_border_outside_thick_20_regular": 57924, + "ic_fluent_border_right_20_filled": 57925, + "ic_fluent_border_right_20_regular": 57926, + "ic_fluent_border_top_20_filled": 57927, + "ic_fluent_border_top_20_regular": 57928, + "ic_fluent_border_top_bottom_20_filled": 57929, + "ic_fluent_border_top_bottom_20_regular": 57930, + "ic_fluent_border_top_bottom_double_20_filled": 57931, + "ic_fluent_border_top_bottom_double_20_regular": 57932, + "ic_fluent_border_top_bottom_thick_20_filled": 57933, + "ic_fluent_border_top_bottom_thick_20_regular": 57934, + "ic_fluent_bot_20_filled": 57935, + "ic_fluent_bot_20_regular": 57936, + "ic_fluent_bot_add_20_filled": 57937, + "ic_fluent_bot_add_20_regular": 57938, + "ic_fluent_bot_sparkle_20_filled": 57939, + "ic_fluent_bot_sparkle_20_regular": 57940, + "ic_fluent_bow_tie_20_filled": 57941, + "ic_fluent_bow_tie_20_regular": 57942, + "ic_fluent_bowl_chopsticks_20_filled": 57943, + "ic_fluent_bowl_chopsticks_20_regular": 57944, + "ic_fluent_bowl_salad_20_filled": 57945, + "ic_fluent_bowl_salad_20_regular": 57946, + "ic_fluent_box_20_filled": 57947, + "ic_fluent_box_20_regular": 57948, + "ic_fluent_box_arrow_left_20_filled": 57949, + "ic_fluent_box_arrow_left_20_regular": 57950, + "ic_fluent_box_arrow_up_20_filled": 57951, + "ic_fluent_box_arrow_up_20_regular": 57952, + "ic_fluent_box_checkmark_20_filled": 57953, + "ic_fluent_box_checkmark_20_regular": 57954, + "ic_fluent_box_dismiss_20_filled": 57955, + "ic_fluent_box_dismiss_20_regular": 57956, + "ic_fluent_box_edit_20_filled": 57957, + "ic_fluent_box_edit_20_regular": 57958, + "ic_fluent_box_multiple_20_filled": 57959, + "ic_fluent_box_multiple_20_regular": 57960, + "ic_fluent_box_multiple_arrow_left_20_filled": 57961, + "ic_fluent_box_multiple_arrow_left_20_regular": 57962, + "ic_fluent_box_multiple_arrow_right_20_filled": 57963, + "ic_fluent_box_multiple_arrow_right_20_regular": 57964, + "ic_fluent_box_multiple_checkmark_20_filled": 57965, + "ic_fluent_box_multiple_checkmark_20_regular": 57966, + "ic_fluent_box_multiple_search_20_filled": 57967, + "ic_fluent_box_multiple_search_20_regular": 57968, + "ic_fluent_box_search_20_filled": 57969, + "ic_fluent_box_search_20_regular": 57970, + "ic_fluent_box_toolbox_20_filled": 57971, + "ic_fluent_box_toolbox_20_regular": 57972, + "ic_fluent_braces_20_filled": 57973, + "ic_fluent_braces_20_regular": 57974, + "ic_fluent_braces_variable_20_filled": 57975, + "ic_fluent_braces_variable_20_regular": 57976, + "ic_fluent_brain_circuit_20_filled": 57977, + "ic_fluent_brain_circuit_20_regular": 57978, + "ic_fluent_branch_20_filled": 57979, + "ic_fluent_branch_20_regular": 57980, + "ic_fluent_branch_compare_20_filled": 57981, + "ic_fluent_branch_compare_20_regular": 57982, + "ic_fluent_branch_fork_20_filled": 57983, + "ic_fluent_branch_fork_20_regular": 57984, + "ic_fluent_branch_fork_hint_20_filled": 57985, + "ic_fluent_branch_fork_hint_20_regular": 57986, + "ic_fluent_branch_fork_link_20_filled": 57987, + "ic_fluent_branch_fork_link_20_regular": 57988, + "ic_fluent_branch_request_20_filled": 57989, + "ic_fluent_branch_request_20_regular": 57990, + "ic_fluent_breakout_room_20_filled": 57991, + "ic_fluent_breakout_room_20_regular": 57992, + "ic_fluent_briefcase_20_filled": 57993, + "ic_fluent_briefcase_20_regular": 57994, + "ic_fluent_briefcase_medical_20_filled": 57995, + "ic_fluent_briefcase_medical_20_regular": 57996, + "ic_fluent_briefcase_off_20_filled": 57997, + "ic_fluent_briefcase_off_20_regular": 57998, + "ic_fluent_briefcase_search_20_filled": 57999, + "ic_fluent_briefcase_search_20_regular": 58000, + "ic_fluent_brightness_high_20_filled": 58001, + "ic_fluent_brightness_high_20_regular": 58002, + "ic_fluent_brightness_low_20_filled": 58003, + "ic_fluent_brightness_low_20_regular": 58004, + "ic_fluent_broad_activity_feed_20_filled": 58005, + "ic_fluent_broad_activity_feed_20_regular": 58006, + "ic_fluent_broom_20_filled": 58007, + "ic_fluent_broom_20_regular": 58008, + "ic_fluent_bubble_multiple_20_filled": 58009, + "ic_fluent_bubble_multiple_20_regular": 58010, + "ic_fluent_bug_20_filled": 58011, + "ic_fluent_bug_20_regular": 58012, + "ic_fluent_bug_arrow_counterclockwise_20_filled": 58013, + "ic_fluent_bug_arrow_counterclockwise_20_regular": 58014, + "ic_fluent_bug_prohibited_20_filled": 58015, + "ic_fluent_bug_prohibited_20_regular": 58016, + "ic_fluent_building_20_filled": 58017, + "ic_fluent_building_20_regular": 58018, + "ic_fluent_building_bank_20_filled": 58019, + "ic_fluent_building_bank_20_regular": 58020, + "ic_fluent_building_bank_link_20_filled": 58021, + "ic_fluent_building_bank_link_20_regular": 58022, + "ic_fluent_building_bank_toolbox_20_filled": 58023, + "ic_fluent_building_bank_toolbox_20_regular": 58024, + "ic_fluent_building_desktop_20_filled": 58025, + "ic_fluent_building_desktop_20_regular": 58026, + "ic_fluent_building_factory_20_filled": 58027, + "ic_fluent_building_factory_20_regular": 58028, + "ic_fluent_building_government_20_filled": 58029, + "ic_fluent_building_government_20_regular": 58030, + "ic_fluent_building_government_search_20_filled": 58031, + "ic_fluent_building_government_search_20_regular": 58032, + "ic_fluent_building_home_20_filled": 58033, + "ic_fluent_building_home_20_regular": 58034, + "ic_fluent_building_lighthouse_20_filled": 58035, + "ic_fluent_building_lighthouse_20_regular": 58036, + "ic_fluent_building_mosque_20_filled": 58037, + "ic_fluent_building_mosque_20_regular": 58038, + "ic_fluent_building_multiple_20_filled": 58039, + "ic_fluent_building_multiple_20_regular": 58040, + "ic_fluent_building_people_20_filled": 58041, + "ic_fluent_building_people_20_regular": 58042, + "ic_fluent_building_retail_20_filled": 58043, + "ic_fluent_building_retail_20_regular": 58044, + "ic_fluent_building_retail_money_20_filled": 58045, + "ic_fluent_building_retail_money_20_regular": 58046, + "ic_fluent_building_retail_more_20_filled": 58047, + "ic_fluent_building_retail_more_20_regular": 58048, + "ic_fluent_building_retail_shield_20_filled": 58049, + "ic_fluent_building_retail_shield_20_regular": 58050, + "ic_fluent_building_retail_toolbox_20_filled": 58051, + "ic_fluent_building_retail_toolbox_20_regular": 58052, + "ic_fluent_building_shop_20_filled": 58053, + "ic_fluent_building_shop_20_regular": 58054, + "ic_fluent_building_skyscraper_20_filled": 58055, + "ic_fluent_building_skyscraper_20_regular": 58056, + "ic_fluent_building_swap_20_filled": 58057, + "ic_fluent_building_swap_20_regular": 58058, + "ic_fluent_building_townhouse_20_filled": 58059, + "ic_fluent_building_townhouse_20_regular": 58060, + "ic_fluent_button_20_filled": 58061, + "ic_fluent_button_20_regular": 58062, + "ic_fluent_calculator_20_filled": 58063, + "ic_fluent_calculator_20_regular": 58064, + "ic_fluent_calculator_arrow_clockwise_20_filled": 58065, + "ic_fluent_calculator_arrow_clockwise_20_regular": 58066, + "ic_fluent_calculator_multiple_20_filled": 58067, + "ic_fluent_calculator_multiple_20_regular": 58068, + "ic_fluent_calendar_20_filled": 58069, + "ic_fluent_calendar_20_regular": 58070, + "ic_fluent_calendar_3_day_20_filled": 58071, + "ic_fluent_calendar_3_day_20_regular": 58072, + "ic_fluent_calendar_add_20_filled": 58073, + "ic_fluent_calendar_add_20_regular": 58074, + "ic_fluent_calendar_agenda_20_filled": 58075, + "ic_fluent_calendar_agenda_20_regular": 58076, + "ic_fluent_calendar_arrow_counterclockwise_20_filled": 58077, + "ic_fluent_calendar_arrow_counterclockwise_20_regular": 58078, + "ic_fluent_calendar_arrow_down_20_filled": 58079, + "ic_fluent_calendar_arrow_down_20_regular": 58080, + "ic_fluent_calendar_arrow_right_20_filled": 58081, + "ic_fluent_calendar_arrow_right_20_regular": 58082, + "ic_fluent_calendar_assistant_20_filled": 58083, + "ic_fluent_calendar_assistant_20_regular": 58084, + "ic_fluent_calendar_cancel_20_filled": 58085, + "ic_fluent_calendar_cancel_20_regular": 58086, + "ic_fluent_calendar_chat_20_filled": 58087, + "ic_fluent_calendar_chat_20_regular": 58088, + "ic_fluent_calendar_checkmark_20_filled": 58089, + "ic_fluent_calendar_checkmark_20_regular": 58090, + "ic_fluent_calendar_clock_20_filled": 58091, + "ic_fluent_calendar_clock_20_regular": 58092, + "ic_fluent_calendar_data_bar_20_filled": 58093, + "ic_fluent_calendar_data_bar_20_regular": 58094, + "ic_fluent_calendar_date_20_filled": 58095, + "ic_fluent_calendar_date_20_regular": 58096, + "ic_fluent_calendar_day_20_filled": 58097, + "ic_fluent_calendar_day_20_regular": 58098, + "ic_fluent_calendar_edit_20_filled": 58099, + "ic_fluent_calendar_edit_20_regular": 58100, + "ic_fluent_calendar_empty_20_filled": 58101, + "ic_fluent_calendar_empty_20_regular": 58102, + "ic_fluent_calendar_error_20_filled": 58103, + "ic_fluent_calendar_error_20_regular": 58104, + "ic_fluent_calendar_eye_20_filled": 58105, + "ic_fluent_calendar_eye_20_regular": 58106, + "ic_fluent_calendar_info_20_filled": 58107, + "ic_fluent_calendar_info_20_regular": 58108, + "ic_fluent_calendar_lock_20_filled": 58109, + "ic_fluent_calendar_lock_20_regular": 58110, + "ic_fluent_calendar_ltr_20_filled": 58111, + "ic_fluent_calendar_ltr_20_regular": 58112, + "ic_fluent_calendar_mail_20_filled": 58113, + "ic_fluent_calendar_mail_20_regular": 58114, + "ic_fluent_calendar_mention_20_filled": 58115, + "ic_fluent_calendar_mention_20_regular": 58116, + "ic_fluent_calendar_month_20_filled": 58117, + "ic_fluent_calendar_month_20_regular": 58118, + "ic_fluent_calendar_multiple_20_filled": 58119, + "ic_fluent_calendar_multiple_20_regular": 58120, + "ic_fluent_calendar_note_20_filled": 58121, + "ic_fluent_calendar_note_20_regular": 58122, + "ic_fluent_calendar_pattern_20_filled": 58123, + "ic_fluent_calendar_pattern_20_regular": 58124, + "ic_fluent_calendar_person_20_filled": 58125, + "ic_fluent_calendar_person_20_regular": 58126, + "ic_fluent_calendar_phone_20_filled": 58127, + "ic_fluent_calendar_phone_20_regular": 58128, + "ic_fluent_calendar_play_20_filled": 58129, + "ic_fluent_calendar_play_20_regular": 58130, + "ic_fluent_calendar_question_mark_20_filled": 58131, + "ic_fluent_calendar_question_mark_20_regular": 58132, + "ic_fluent_calendar_record_20_filled": 58133, + "ic_fluent_calendar_record_20_regular": 58134, + "ic_fluent_calendar_reply_20_filled": 58135, + "ic_fluent_calendar_reply_20_regular": 58136, + "ic_fluent_calendar_rtl_20_filled": 58137, + "ic_fluent_calendar_rtl_20_regular": 58138, + "ic_fluent_calendar_search_20_filled": 58139, + "ic_fluent_calendar_search_20_regular": 58140, + "ic_fluent_calendar_settings_20_filled": 58141, + "ic_fluent_calendar_settings_20_regular": 58142, + "ic_fluent_calendar_shield_20_filled": 58143, + "ic_fluent_calendar_shield_20_regular": 58144, + "ic_fluent_calendar_sparkle_20_filled": 58145, + "ic_fluent_calendar_sparkle_20_regular": 58146, + "ic_fluent_calendar_star_20_filled": 58147, + "ic_fluent_calendar_star_20_regular": 58148, + "ic_fluent_calendar_sync_20_filled": 58149, + "ic_fluent_calendar_sync_20_regular": 58150, + "ic_fluent_calendar_template_20_filled": 58151, + "ic_fluent_calendar_template_20_regular": 58152, + "ic_fluent_calendar_today_20_filled": 58153, + "ic_fluent_calendar_today_20_regular": 58154, + "ic_fluent_calendar_toolbox_20_filled": 58155, + "ic_fluent_calendar_toolbox_20_regular": 58156, + "ic_fluent_calendar_video_20_filled": 58157, + "ic_fluent_calendar_video_20_regular": 58158, + "ic_fluent_calendar_week_numbers_20_filled": 58159, + "ic_fluent_calendar_week_numbers_20_regular": 58160, + "ic_fluent_calendar_week_start_20_filled": 58161, + "ic_fluent_calendar_week_start_20_regular": 58162, + "ic_fluent_calendar_work_week_20_filled": 58163, + "ic_fluent_calendar_work_week_20_regular": 58164, + "ic_fluent_call_20_filled": 58165, + "ic_fluent_call_20_regular": 58166, + "ic_fluent_call_add_20_filled": 58167, + "ic_fluent_call_add_20_regular": 58168, + "ic_fluent_call_checkmark_20_filled": 58169, + "ic_fluent_call_checkmark_20_regular": 58170, + "ic_fluent_call_connecting_20_filled": 58171, + "ic_fluent_call_connecting_20_regular": 58172, + "ic_fluent_call_dismiss_20_filled": 58173, + "ic_fluent_call_dismiss_20_regular": 58174, + "ic_fluent_call_end_20_filled": 58175, + "ic_fluent_call_end_20_regular": 58176, + "ic_fluent_call_exclamation_20_filled": 58177, + "ic_fluent_call_exclamation_20_regular": 58178, + "ic_fluent_call_forward_20_filled": 58179, + "ic_fluent_call_forward_20_regular": 58180, + "ic_fluent_call_inbound_20_filled": 58181, + "ic_fluent_call_inbound_20_regular": 58182, + "ic_fluent_call_missed_20_filled": 58183, + "ic_fluent_call_missed_20_regular": 58184, + "ic_fluent_call_outbound_20_filled": 58185, + "ic_fluent_call_outbound_20_regular": 58186, + "ic_fluent_call_park_20_filled": 58187, + "ic_fluent_call_park_20_regular": 58188, + "ic_fluent_call_pause_20_filled": 58189, + "ic_fluent_call_pause_20_regular": 58190, + "ic_fluent_call_prohibited_20_filled": 58191, + "ic_fluent_call_prohibited_20_regular": 58192, + "ic_fluent_call_transfer_20_filled": 58193, + "ic_fluent_call_transfer_20_regular": 58194, + "ic_fluent_call_warning_20_filled": 58195, + "ic_fluent_call_warning_20_regular": 58196, + "ic_fluent_calligraphy_pen_20_filled": 58197, + "ic_fluent_calligraphy_pen_20_regular": 58198, + "ic_fluent_calligraphy_pen_checkmark_20_filled": 58199, + "ic_fluent_calligraphy_pen_checkmark_20_regular": 58200, + "ic_fluent_calligraphy_pen_error_20_filled": 58201, + "ic_fluent_calligraphy_pen_error_20_regular": 58202, + "ic_fluent_calligraphy_pen_question_mark_20_filled": 58203, + "ic_fluent_calligraphy_pen_question_mark_20_regular": 58204, + "ic_fluent_camera_20_filled": 58205, + "ic_fluent_camera_20_regular": 58206, + "ic_fluent_camera_add_20_filled": 58207, + "ic_fluent_camera_add_20_regular": 58208, + "ic_fluent_camera_dome_20_filled": 58209, + "ic_fluent_camera_dome_20_regular": 58210, + "ic_fluent_camera_edit_20_filled": 58211, + "ic_fluent_camera_edit_20_regular": 58212, + "ic_fluent_camera_off_20_filled": 58213, + "ic_fluent_camera_off_20_regular": 58214, + "ic_fluent_camera_sparkles_20_filled": 58215, + "ic_fluent_camera_sparkles_20_regular": 58216, + "ic_fluent_camera_switch_20_filled": 58217, + "ic_fluent_camera_switch_20_regular": 58218, + "ic_fluent_card_ui_20_filled": 58219, + "ic_fluent_card_ui_20_regular": 58220, + "ic_fluent_caret_down_20_filled": 58221, + "ic_fluent_caret_down_20_regular": 58222, + "ic_fluent_caret_down_right_20_filled": 58223, + "ic_fluent_caret_down_right_20_regular": 58224, + "ic_fluent_caret_left_20_filled": 58225, + "ic_fluent_caret_left_20_regular": 58226, + "ic_fluent_caret_right_20_filled": 58227, + "ic_fluent_caret_right_20_regular": 58228, + "ic_fluent_caret_up_20_filled": 58229, + "ic_fluent_caret_up_20_regular": 58230, + "ic_fluent_cart_20_filled": 58231, + "ic_fluent_cart_20_regular": 58232, + "ic_fluent_cast_20_filled": 58233, + "ic_fluent_cast_20_regular": 58234, + "ic_fluent_cast_multiple_20_filled": 58235, + "ic_fluent_cast_multiple_20_regular": 58236, + "ic_fluent_catch_up_20_filled": 58237, + "ic_fluent_catch_up_20_regular": 58238, + "ic_fluent_cellular_3g_20_filled": 58239, + "ic_fluent_cellular_3g_20_regular": 58240, + "ic_fluent_cellular_4g_20_filled": 58241, + "ic_fluent_cellular_4g_20_regular": 58242, + "ic_fluent_cellular_5g_20_filled": 58243, + "ic_fluent_cellular_5g_20_regular": 58244, + "ic_fluent_cellular_data_1_20_filled": 58245, + "ic_fluent_cellular_data_1_20_regular": 58246, + "ic_fluent_cellular_data_2_20_filled": 58247, + "ic_fluent_cellular_data_2_20_regular": 58248, + "ic_fluent_cellular_data_3_20_filled": 58249, + "ic_fluent_cellular_data_3_20_regular": 58250, + "ic_fluent_cellular_data_4_20_filled": 58251, + "ic_fluent_cellular_data_4_20_regular": 58252, + "ic_fluent_cellular_data_5_20_filled": 58253, + "ic_fluent_cellular_data_5_20_regular": 58254, + "ic_fluent_cellular_off_20_filled": 58255, + "ic_fluent_cellular_off_20_regular": 58256, + "ic_fluent_cellular_warning_20_filled": 58257, + "ic_fluent_cellular_warning_20_regular": 58258, + "ic_fluent_center_horizontal_20_filled": 58259, + "ic_fluent_center_horizontal_20_regular": 58260, + "ic_fluent_center_vertical_20_filled": 58261, + "ic_fluent_center_vertical_20_regular": 58262, + "ic_fluent_certificate_20_filled": 58263, + "ic_fluent_certificate_20_regular": 58264, + "ic_fluent_channel_20_filled": 58265, + "ic_fluent_channel_20_regular": 58266, + "ic_fluent_channel_add_20_filled": 58267, + "ic_fluent_channel_add_20_regular": 58268, + "ic_fluent_channel_alert_20_filled": 58269, + "ic_fluent_channel_alert_20_regular": 58270, + "ic_fluent_channel_arrow_left_20_filled": 58271, + "ic_fluent_channel_arrow_left_20_regular": 58272, + "ic_fluent_channel_dismiss_20_filled": 58273, + "ic_fluent_channel_dismiss_20_regular": 58274, + "ic_fluent_channel_share_20_filled": 58275, + "ic_fluent_channel_share_20_regular": 58276, + "ic_fluent_channel_subtract_20_filled": 58277, + "ic_fluent_channel_subtract_20_regular": 58278, + "ic_fluent_chart_multiple_20_filled": 58279, + "ic_fluent_chart_multiple_20_regular": 58280, + "ic_fluent_chart_person_20_filled": 58281, + "ic_fluent_chart_person_20_regular": 58282, + "ic_fluent_chat_20_filled": 58283, + "ic_fluent_chat_20_regular": 58284, + "ic_fluent_chat_add_20_filled": 58285, + "ic_fluent_chat_add_20_regular": 58286, + "ic_fluent_chat_arrow_back_20_filled": 58287, + "ic_fluent_chat_arrow_back_20_regular": 58288, + "ic_fluent_chat_arrow_double_back_20_filled": 58289, + "ic_fluent_chat_arrow_double_back_20_regular": 58290, + "ic_fluent_chat_bubbles_question_20_filled": 58291, + "ic_fluent_chat_bubbles_question_20_regular": 58292, + "ic_fluent_chat_cursor_20_filled": 58293, + "ic_fluent_chat_cursor_20_regular": 58294, + "ic_fluent_chat_dismiss_20_filled": 58295, + "ic_fluent_chat_dismiss_20_regular": 58296, + "ic_fluent_chat_empty_20_filled": 58297, + "ic_fluent_chat_empty_20_regular": 58298, + "ic_fluent_chat_help_20_filled": 58299, + "ic_fluent_chat_help_20_regular": 58300, + "ic_fluent_chat_lock_20_filled": 58301, + "ic_fluent_chat_lock_20_regular": 58302, + "ic_fluent_chat_mail_20_filled": 58303, + "ic_fluent_chat_mail_20_regular": 58304, + "ic_fluent_chat_multiple_20_filled": 58305, + "ic_fluent_chat_multiple_20_regular": 58306, + "ic_fluent_chat_multiple_heart_20_filled": 58307, + "ic_fluent_chat_multiple_heart_20_regular": 58308, + "ic_fluent_chat_off_20_filled": 58309, + "ic_fluent_chat_off_20_regular": 58310, + "ic_fluent_chat_settings_20_filled": 58311, + "ic_fluent_chat_settings_20_regular": 58312, + "ic_fluent_chat_sparkle_20_filled": 58313, + "ic_fluent_chat_sparkle_20_regular": 58314, + "ic_fluent_chat_video_20_filled": 58315, + "ic_fluent_chat_video_20_regular": 58316, + "ic_fluent_chat_warning_20_filled": 58317, + "ic_fluent_chat_warning_20_regular": 58318, + "ic_fluent_check_20_filled": 58319, + "ic_fluent_check_20_regular": 58320, + "ic_fluent_checkbox_1_20_filled": 58321, + "ic_fluent_checkbox_1_20_regular": 58322, + "ic_fluent_checkbox_2_20_filled": 58323, + "ic_fluent_checkbox_2_20_regular": 58324, + "ic_fluent_checkbox_arrow_right_20_filled": 58325, + "ic_fluent_checkbox_arrow_right_20_regular": 58326, + "ic_fluent_checkbox_checked_20_filled": 58327, + "ic_fluent_checkbox_checked_20_regular": 58328, + "ic_fluent_checkbox_checked_sync_20_filled": 58329, + "ic_fluent_checkbox_checked_sync_20_regular": 58330, + "ic_fluent_checkbox_indeterminate_20_filled": 58331, + "ic_fluent_checkbox_indeterminate_20_regular": 58332, + "ic_fluent_checkbox_person_20_filled": 58333, + "ic_fluent_checkbox_person_20_regular": 58334, + "ic_fluent_checkbox_unchecked_20_filled": 58335, + "ic_fluent_checkbox_unchecked_20_regular": 58336, + "ic_fluent_checkbox_warning_20_filled": 58337, + "ic_fluent_checkbox_warning_20_regular": 58338, + "ic_fluent_checkmark_20_filled": 58339, + "ic_fluent_checkmark_20_regular": 58340, + "ic_fluent_checkmark_circle_20_filled": 58341, + "ic_fluent_checkmark_circle_20_regular": 58342, + "ic_fluent_checkmark_circle_square_20_filled": 58343, + "ic_fluent_checkmark_circle_square_20_regular": 58344, + "ic_fluent_checkmark_circle_warning_20_filled": 58345, + "ic_fluent_checkmark_circle_warning_20_regular": 58346, + "ic_fluent_checkmark_lock_20_filled": 58347, + "ic_fluent_checkmark_lock_20_regular": 58348, + "ic_fluent_checkmark_note_20_filled": 58349, + "ic_fluent_checkmark_note_20_regular": 58350, + "ic_fluent_checkmark_square_20_filled": 58351, + "ic_fluent_checkmark_square_20_regular": 58352, + "ic_fluent_checkmark_starburst_20_filled": 58353, + "ic_fluent_checkmark_starburst_20_regular": 58354, + "ic_fluent_checkmark_underline_circle_20_filled": 58355, + "ic_fluent_checkmark_underline_circle_20_regular": 58356, + "ic_fluent_chess_20_filled": 58357, + "ic_fluent_chess_20_regular": 58358, + "ic_fluent_chevron_circle_down_20_filled": 58359, + "ic_fluent_chevron_circle_down_20_regular": 58360, + "ic_fluent_chevron_circle_left_20_filled": 58361, + "ic_fluent_chevron_circle_left_20_regular": 58362, + "ic_fluent_chevron_circle_right_20_filled": 58363, + "ic_fluent_chevron_circle_right_20_regular": 58364, + "ic_fluent_chevron_circle_up_20_filled": 58365, + "ic_fluent_chevron_circle_up_20_regular": 58366, + "ic_fluent_chevron_double_down_20_filled": 58367, + "ic_fluent_chevron_double_down_20_regular": 58368, + "ic_fluent_chevron_double_left_20_filled": 58369, + "ic_fluent_chevron_double_left_20_regular": 58370, + "ic_fluent_chevron_double_right_20_filled": 58371, + "ic_fluent_chevron_double_right_20_regular": 58372, + "ic_fluent_chevron_double_up_20_filled": 58373, + "ic_fluent_chevron_double_up_20_regular": 58374, + "ic_fluent_chevron_down_20_filled": 58375, + "ic_fluent_chevron_down_20_regular": 58376, + "ic_fluent_chevron_down_up_20_filled": 58377, + "ic_fluent_chevron_down_up_20_regular": 58378, + "ic_fluent_chevron_left_20_filled": 58379, + "ic_fluent_chevron_left_20_regular": 58380, + "ic_fluent_chevron_right_20_filled": 58381, + "ic_fluent_chevron_right_20_regular": 58382, + "ic_fluent_chevron_up_20_filled": 58383, + "ic_fluent_chevron_up_20_regular": 58384, + "ic_fluent_chevron_up_down_20_filled": 58385, + "ic_fluent_chevron_up_down_20_regular": 58386, + "ic_fluent_circle_20_filled": 58387, + "ic_fluent_circle_20_regular": 58388, + "ic_fluent_circle_edit_20_filled": 58389, + "ic_fluent_circle_edit_20_regular": 58390, + "ic_fluent_circle_eraser_20_filled": 58391, + "ic_fluent_circle_eraser_20_regular": 58392, + "ic_fluent_circle_half_fill_20_filled": 58393, + "ic_fluent_circle_half_fill_20_regular": 58394, + "ic_fluent_circle_hint_20_filled": 58395, + "ic_fluent_circle_hint_20_regular": 58396, + "ic_fluent_circle_hint_half_vertical_20_filled": 58397, + "ic_fluent_circle_hint_half_vertical_20_regular": 58398, + "ic_fluent_circle_image_20_filled": 58399, + "ic_fluent_circle_image_20_regular": 58400, + "ic_fluent_circle_line_20_filled": 58401, + "ic_fluent_circle_line_20_regular": 58402, + "ic_fluent_circle_multiple_subtract_checkmark_20_filled": 58403, + "ic_fluent_circle_multiple_subtract_checkmark_20_regular": 58404, + "ic_fluent_circle_off_20_filled": 58405, + "ic_fluent_circle_off_20_regular": 58406, + "ic_fluent_circle_small_20_filled": 58407, + "ic_fluent_circle_small_20_regular": 58408, + "ic_fluent_city_20_filled": 58409, + "ic_fluent_city_20_regular": 58410, + "ic_fluent_class_20_filled": 58411, + "ic_fluent_class_20_regular": 58412, + "ic_fluent_classification_20_filled": 58413, + "ic_fluent_classification_20_regular": 58414, + "ic_fluent_clear_formatting_20_filled": 58415, + "ic_fluent_clear_formatting_20_regular": 58416, + "ic_fluent_clipboard_20_filled": 58417, + "ic_fluent_clipboard_20_regular": 58418, + "ic_fluent_clipboard_3_day_20_filled": 58419, + "ic_fluent_clipboard_3_day_20_regular": 58420, + "ic_fluent_clipboard_arrow_right_20_filled": 58421, + "ic_fluent_clipboard_arrow_right_20_regular": 58422, + "ic_fluent_clipboard_brush_20_filled": 58423, + "ic_fluent_clipboard_brush_20_regular": 58424, + "ic_fluent_clipboard_bullet_list_20_filled": 58425, + "ic_fluent_clipboard_bullet_list_20_regular": 58426, + "ic_fluent_clipboard_bullet_list_ltr_20_filled": 58427, + "ic_fluent_clipboard_bullet_list_ltr_20_regular": 58428, + "ic_fluent_clipboard_bullet_list_rtl_20_filled": 58429, + "ic_fluent_clipboard_bullet_list_rtl_20_regular": 58430, + "ic_fluent_clipboard_checkmark_20_filled": 58431, + "ic_fluent_clipboard_checkmark_20_regular": 58432, + "ic_fluent_clipboard_clock_20_filled": 58433, + "ic_fluent_clipboard_clock_20_regular": 58434, + "ic_fluent_clipboard_code_20_filled": 58435, + "ic_fluent_clipboard_code_20_regular": 58436, + "ic_fluent_clipboard_data_bar_20_filled": 58437, + "ic_fluent_clipboard_data_bar_20_regular": 58438, + "ic_fluent_clipboard_day_20_filled": 58439, + "ic_fluent_clipboard_day_20_regular": 58440, + "ic_fluent_clipboard_edit_20_filled": 58441, + "ic_fluent_clipboard_edit_20_regular": 58442, + "ic_fluent_clipboard_error_20_filled": 58443, + "ic_fluent_clipboard_error_20_regular": 58444, + "ic_fluent_clipboard_heart_20_filled": 58445, + "ic_fluent_clipboard_heart_20_regular": 58446, + "ic_fluent_clipboard_image_20_filled": 58447, + "ic_fluent_clipboard_image_20_regular": 58448, + "ic_fluent_clipboard_letter_20_filled": 58449, + "ic_fluent_clipboard_letter_20_regular": 58450, + "ic_fluent_clipboard_link_20_filled": 58451, + "ic_fluent_clipboard_link_20_regular": 58452, + "ic_fluent_clipboard_math_formula_20_filled": 58453, + "ic_fluent_clipboard_math_formula_20_regular": 58454, + "ic_fluent_clipboard_month_20_filled": 58455, + "ic_fluent_clipboard_month_20_regular": 58456, + "ic_fluent_clipboard_more_20_filled": 58457, + "ic_fluent_clipboard_more_20_regular": 58458, + "ic_fluent_clipboard_note_20_filled": 58459, + "ic_fluent_clipboard_note_20_regular": 58460, + "ic_fluent_clipboard_number_123_20_filled": 58461, + "ic_fluent_clipboard_number_123_20_regular": 58462, + "ic_fluent_clipboard_paste_20_filled": 58463, + "ic_fluent_clipboard_paste_20_regular": 58464, + "ic_fluent_clipboard_pulse_20_filled": 58465, + "ic_fluent_clipboard_pulse_20_regular": 58466, + "ic_fluent_clipboard_search_20_filled": 58467, + "ic_fluent_clipboard_search_20_regular": 58468, + "ic_fluent_clipboard_settings_20_filled": 58469, + "ic_fluent_clipboard_settings_20_regular": 58470, + "ic_fluent_clipboard_task_20_filled": 58471, + "ic_fluent_clipboard_task_20_regular": 58472, + "ic_fluent_clipboard_task_add_20_filled": 58473, + "ic_fluent_clipboard_task_add_20_regular": 58474, + "ic_fluent_clipboard_task_list_ltr_20_filled": 58475, + "ic_fluent_clipboard_task_list_ltr_20_regular": 58476, + "ic_fluent_clipboard_task_list_rtl_20_filled": 58477, + "ic_fluent_clipboard_task_list_rtl_20_regular": 58478, + "ic_fluent_clipboard_text_edit_20_filled": 58479, + "ic_fluent_clipboard_text_edit_20_regular": 58480, + "ic_fluent_clipboard_text_ltr_20_filled": 58481, + "ic_fluent_clipboard_text_ltr_20_regular": 58482, + "ic_fluent_clipboard_text_rtl_20_filled": 58483, + "ic_fluent_clipboard_text_rtl_20_regular": 58484, + "ic_fluent_clock_20_filled": 58485, + "ic_fluent_clock_20_regular": 58486, + "ic_fluent_clock_alarm_20_filled": 58487, + "ic_fluent_clock_alarm_20_regular": 58488, + "ic_fluent_clock_arrow_download_20_filled": 58489, + "ic_fluent_clock_arrow_download_20_regular": 58490, + "ic_fluent_clock_bill_20_filled": 58491, + "ic_fluent_clock_bill_20_regular": 58492, + "ic_fluent_clock_dismiss_20_filled": 58493, + "ic_fluent_clock_dismiss_20_regular": 58494, + "ic_fluent_clock_lock_20_filled": 58495, + "ic_fluent_clock_lock_20_regular": 58496, + "ic_fluent_clock_pause_20_filled": 58497, + "ic_fluent_clock_pause_20_regular": 58498, + "ic_fluent_clock_toolbox_20_filled": 58499, + "ic_fluent_clock_toolbox_20_regular": 58500, + "ic_fluent_closed_caption_20_filled": 58501, + "ic_fluent_closed_caption_20_regular": 58502, + "ic_fluent_closed_caption_off_20_filled": 58503, + "ic_fluent_closed_caption_off_20_regular": 58504, + "ic_fluent_cloud_20_filled": 58505, + "ic_fluent_cloud_20_regular": 58506, + "ic_fluent_cloud_add_20_filled": 58507, + "ic_fluent_cloud_add_20_regular": 58508, + "ic_fluent_cloud_archive_20_filled": 58509, + "ic_fluent_cloud_archive_20_regular": 58510, + "ic_fluent_cloud_arrow_down_20_filled": 58511, + "ic_fluent_cloud_arrow_down_20_regular": 58512, + "ic_fluent_cloud_arrow_right_20_filled": 58513, + "ic_fluent_cloud_arrow_right_20_regular": 58514, + "ic_fluent_cloud_arrow_up_20_filled": 58515, + "ic_fluent_cloud_arrow_up_20_regular": 58516, + "ic_fluent_cloud_beaker_20_filled": 58517, + "ic_fluent_cloud_beaker_20_regular": 58518, + "ic_fluent_cloud_bidirectional_20_filled": 58519, + "ic_fluent_cloud_bidirectional_20_regular": 58520, + "ic_fluent_cloud_checkmark_20_filled": 58521, + "ic_fluent_cloud_checkmark_20_regular": 58522, + "ic_fluent_cloud_cube_20_filled": 58523, + "ic_fluent_cloud_cube_20_regular": 58524, + "ic_fluent_cloud_database_20_filled": 58525, + "ic_fluent_cloud_database_20_regular": 58526, + "ic_fluent_cloud_desktop_20_filled": 58527, + "ic_fluent_cloud_desktop_20_regular": 58528, + "ic_fluent_cloud_dismiss_20_filled": 58529, + "ic_fluent_cloud_dismiss_20_regular": 58530, + "ic_fluent_cloud_edit_20_filled": 58531, + "ic_fluent_cloud_edit_20_regular": 58532, + "ic_fluent_cloud_error_20_filled": 58533, + "ic_fluent_cloud_error_20_regular": 58534, + "ic_fluent_cloud_flow_20_filled": 58535, + "ic_fluent_cloud_flow_20_regular": 58536, + "ic_fluent_cloud_link_20_filled": 58537, + "ic_fluent_cloud_link_20_regular": 58538, + "ic_fluent_cloud_off_20_filled": 58539, + "ic_fluent_cloud_off_20_regular": 58540, + "ic_fluent_cloud_swap_20_filled": 58541, + "ic_fluent_cloud_swap_20_regular": 58542, + "ic_fluent_cloud_sync_20_filled": 58543, + "ic_fluent_cloud_sync_20_regular": 58544, + "ic_fluent_cloud_words_20_filled": 58545, + "ic_fluent_cloud_words_20_regular": 58546, + "ic_fluent_clover_20_filled": 58547, + "ic_fluent_clover_20_regular": 58548, + "ic_fluent_code_20_filled": 58549, + "ic_fluent_code_20_regular": 58550, + "ic_fluent_code_block_20_filled": 58551, + "ic_fluent_code_block_20_regular": 58552, + "ic_fluent_code_circle_20_filled": 58553, + "ic_fluent_code_circle_20_regular": 58554, + "ic_fluent_code_text_20_filled": 58555, + "ic_fluent_code_text_20_regular": 58556, + "ic_fluent_code_text_edit_20_filled": 58557, + "ic_fluent_code_text_edit_20_regular": 58558, + "ic_fluent_collections_20_filled": 58559, + "ic_fluent_collections_20_regular": 58560, + "ic_fluent_collections_add_20_filled": 58561, + "ic_fluent_collections_add_20_regular": 58562, + "ic_fluent_color_20_filled": 58563, + "ic_fluent_color_20_regular": 58564, + "ic_fluent_color_background_20_filled": 58565, + "ic_fluent_color_background_20_regular": 58566, + "ic_fluent_color_background_accent_20_regular": 58567, + "ic_fluent_color_fill_20_filled": 58568, + "ic_fluent_color_fill_20_regular": 58569, + "ic_fluent_color_fill_accent_20_regular": 58570, + "ic_fluent_color_line_20_filled": 58571, + "ic_fluent_color_line_20_regular": 58572, + "ic_fluent_color_line_accent_20_regular": 58573, + "ic_fluent_column_20_filled": 58574, + "ic_fluent_column_20_regular": 58575, + "ic_fluent_column_arrow_right_20_filled": 58576, + "ic_fluent_column_arrow_right_20_regular": 58577, + "ic_fluent_column_double_compare_20_filled": 58578, + "ic_fluent_column_double_compare_20_regular": 58579, + "ic_fluent_column_edit_20_filled": 58580, + "ic_fluent_column_edit_20_regular": 58581, + "ic_fluent_column_single_compare_20_filled": 58582, + "ic_fluent_column_single_compare_20_regular": 58583, + "ic_fluent_column_triple_20_filled": 58584, + "ic_fluent_column_triple_20_regular": 58585, + "ic_fluent_column_triple_edit_20_filled": 58586, + "ic_fluent_column_triple_edit_20_regular": 58587, + "ic_fluent_comma_20_filled": 58588, + "ic_fluent_comma_20_regular": 58589, + "ic_fluent_comment_20_filled": 58590, + "ic_fluent_comment_20_regular": 58591, + "ic_fluent_comment_add_20_filled": 58592, + "ic_fluent_comment_add_20_regular": 58593, + "ic_fluent_comment_arrow_left_20_filled": 58594, + "ic_fluent_comment_arrow_left_20_regular": 58595, + "ic_fluent_comment_arrow_right_20_filled": 58596, + "ic_fluent_comment_arrow_right_20_regular": 58597, + "ic_fluent_comment_checkmark_20_filled": 58598, + "ic_fluent_comment_checkmark_20_regular": 58599, + "ic_fluent_comment_dismiss_20_filled": 58600, + "ic_fluent_comment_dismiss_20_regular": 58601, + "ic_fluent_comment_edit_20_filled": 58602, + "ic_fluent_comment_edit_20_regular": 58603, + "ic_fluent_comment_error_20_filled": 58604, + "ic_fluent_comment_error_20_regular": 58605, + "ic_fluent_comment_lightning_20_filled": 58606, + "ic_fluent_comment_lightning_20_regular": 58607, + "ic_fluent_comment_link_20_filled": 58608, + "ic_fluent_comment_link_20_regular": 58609, + "ic_fluent_comment_mention_20_filled": 58610, + "ic_fluent_comment_mention_20_regular": 58611, + "ic_fluent_comment_multiple_20_filled": 58612, + "ic_fluent_comment_multiple_20_regular": 58613, + "ic_fluent_comment_multiple_checkmark_20_filled": 58614, + "ic_fluent_comment_multiple_checkmark_20_regular": 58615, + "ic_fluent_comment_multiple_link_20_filled": 58616, + "ic_fluent_comment_multiple_link_20_regular": 58617, + "ic_fluent_comment_note_20_filled": 58618, + "ic_fluent_comment_note_20_regular": 58619, + "ic_fluent_comment_off_20_filled": 58620, + "ic_fluent_comment_off_20_regular": 58621, + "ic_fluent_communication_20_filled": 58622, + "ic_fluent_communication_20_regular": 58623, + "ic_fluent_communication_person_20_filled": 58624, + "ic_fluent_communication_person_20_regular": 58625, + "ic_fluent_communication_shield_20_filled": 58626, + "ic_fluent_communication_shield_20_regular": 58627, + "ic_fluent_compass_northwest_20_filled": 58628, + "ic_fluent_compass_northwest_20_regular": 58629, + "ic_fluent_compose_20_filled": 58630, + "ic_fluent_compose_20_regular": 58631, + "ic_fluent_conference_room_20_filled": 58632, + "ic_fluent_conference_room_20_regular": 58633, + "ic_fluent_connected_20_filled": 58634, + "ic_fluent_connected_20_regular": 58635, + "ic_fluent_connector_20_filled": 58636, + "ic_fluent_connector_20_regular": 58637, + "ic_fluent_contact_card_20_filled": 58638, + "ic_fluent_contact_card_20_regular": 58639, + "ic_fluent_contact_card_group_20_filled": 58640, + "ic_fluent_contact_card_group_20_regular": 58641, + "ic_fluent_contact_card_link_20_filled": 58642, + "ic_fluent_contact_card_link_20_regular": 58643, + "ic_fluent_contact_card_ribbon_20_filled": 58644, + "ic_fluent_contact_card_ribbon_20_regular": 58645, + "ic_fluent_content_settings_20_filled": 58646, + "ic_fluent_content_settings_20_regular": 58647, + "ic_fluent_content_view_20_filled": 58648, + "ic_fluent_content_view_20_regular": 58649, + "ic_fluent_content_view_gallery_20_filled": 58650, + "ic_fluent_content_view_gallery_20_regular": 58651, + "ic_fluent_content_view_gallery_lightning_20_filled": 58652, + "ic_fluent_content_view_gallery_lightning_20_regular": 58653, + "ic_fluent_contract_down_left_20_filled": 58654, + "ic_fluent_contract_down_left_20_regular": 58655, + "ic_fluent_contract_up_right_20_filled": 58656, + "ic_fluent_contract_up_right_20_regular": 58657, + "ic_fluent_control_button_20_filled": 58658, + "ic_fluent_control_button_20_regular": 58659, + "ic_fluent_convert_range_20_filled": 58660, + "ic_fluent_convert_range_20_regular": 58661, + "ic_fluent_cookies_20_filled": 58662, + "ic_fluent_cookies_20_regular": 58663, + "ic_fluent_copy_20_filled": 58664, + "ic_fluent_copy_20_regular": 58665, + "ic_fluent_copy_add_20_filled": 58666, + "ic_fluent_copy_add_20_regular": 58667, + "ic_fluent_copy_arrow_right_20_filled": 58668, + "ic_fluent_copy_arrow_right_20_regular": 58669, + "ic_fluent_copy_select_20_filled": 58670, + "ic_fluent_copy_select_20_regular": 58671, + "ic_fluent_couch_20_filled": 58672, + "ic_fluent_couch_20_regular": 58673, + "ic_fluent_credit_card_clock_20_filled": 58674, + "ic_fluent_credit_card_clock_20_regular": 58675, + "ic_fluent_credit_card_person_20_filled": 58676, + "ic_fluent_credit_card_person_20_regular": 58677, + "ic_fluent_credit_card_toolbox_20_filled": 58678, + "ic_fluent_credit_card_toolbox_20_regular": 58679, + "ic_fluent_crop_20_filled": 58680, + "ic_fluent_crop_20_regular": 58681, + "ic_fluent_crop_interim_20_filled": 58682, + "ic_fluent_crop_interim_20_regular": 58683, + "ic_fluent_crop_interim_off_20_filled": 58684, + "ic_fluent_crop_interim_off_20_regular": 58685, + "ic_fluent_crown_20_filled": 58686, + "ic_fluent_crown_20_regular": 58687, + "ic_fluent_cube_20_filled": 58688, + "ic_fluent_cube_20_regular": 58689, + "ic_fluent_cube_add_20_filled": 58690, + "ic_fluent_cube_add_20_regular": 58691, + "ic_fluent_cube_arrow_curve_down_20_filled": 58692, + "ic_fluent_cube_arrow_curve_down_20_regular": 58693, + "ic_fluent_cube_link_20_filled": 58694, + "ic_fluent_cube_link_20_regular": 58695, + "ic_fluent_cube_multiple_20_filled": 58696, + "ic_fluent_cube_multiple_20_regular": 58697, + "ic_fluent_cube_quick_20_filled": 58698, + "ic_fluent_cube_quick_20_regular": 58699, + "ic_fluent_cube_rotate_20_filled": 58700, + "ic_fluent_cube_rotate_20_regular": 58701, + "ic_fluent_cube_sync_20_filled": 58702, + "ic_fluent_cube_sync_20_regular": 58703, + "ic_fluent_cube_tree_20_filled": 58704, + "ic_fluent_cube_tree_20_regular": 58705, + "ic_fluent_currency_dollar_euro_20_filled": 58706, + "ic_fluent_currency_dollar_euro_20_regular": 58707, + "ic_fluent_currency_dollar_rupee_20_filled": 58708, + "ic_fluent_currency_dollar_rupee_20_regular": 58709, + "ic_fluent_cursor_20_filled": 58710, + "ic_fluent_cursor_20_regular": 58711, + "ic_fluent_cursor_click_20_filled": 58712, + "ic_fluent_cursor_click_20_regular": 58713, + "ic_fluent_cursor_hover_20_filled": 58714, + "ic_fluent_cursor_hover_20_regular": 58715, + "ic_fluent_cursor_hover_off_20_filled": 58716, + "ic_fluent_cursor_hover_off_20_regular": 58717, + "ic_fluent_cursor_prohibited_20_filled": 58718, + "ic_fluent_cursor_prohibited_20_regular": 58719, + "ic_fluent_cut_20_filled": 58720, + "ic_fluent_cut_20_regular": 58721, + "ic_fluent_dark_theme_20_filled": 58722, + "ic_fluent_dark_theme_20_regular": 58723, + "ic_fluent_data_area_20_filled": 58724, + "ic_fluent_data_area_20_regular": 58725, + "ic_fluent_data_bar_horizontal_20_filled": 58726, + "ic_fluent_data_bar_horizontal_20_regular": 58727, + "ic_fluent_data_bar_vertical_20_filled": 58728, + "ic_fluent_data_bar_vertical_20_regular": 58729, + "ic_fluent_data_bar_vertical_add_20_filled": 58730, + "ic_fluent_data_bar_vertical_add_20_regular": 58731, + "ic_fluent_data_bar_vertical_ascending_20_filled": 58732, + "ic_fluent_data_bar_vertical_ascending_20_regular": 58733, + "ic_fluent_data_bar_vertical_star_20_filled": 58734, + "ic_fluent_data_bar_vertical_star_20_regular": 58735, + "ic_fluent_data_funnel_20_filled": 58736, + "ic_fluent_data_funnel_20_regular": 58737, + "ic_fluent_data_histogram_20_filled": 58738, + "ic_fluent_data_histogram_20_regular": 58739, + "ic_fluent_data_line_20_filled": 58740, + "ic_fluent_data_line_20_regular": 58741, + "ic_fluent_data_pie_20_filled": 58742, + "ic_fluent_data_pie_20_regular": 58743, + "ic_fluent_data_scatter_20_filled": 58744, + "ic_fluent_data_scatter_20_regular": 58745, + "ic_fluent_data_sunburst_20_filled": 58746, + "ic_fluent_data_sunburst_20_regular": 58747, + "ic_fluent_data_treemap_20_filled": 58748, + "ic_fluent_data_treemap_20_regular": 58749, + "ic_fluent_data_trending_20_filled": 58750, + "ic_fluent_data_trending_20_regular": 58751, + "ic_fluent_data_usage_20_filled": 58752, + "ic_fluent_data_usage_20_regular": 58753, + "ic_fluent_data_usage_edit_20_filled": 58754, + "ic_fluent_data_usage_edit_20_regular": 58755, + "ic_fluent_data_usage_settings_20_filled": 58756, + "ic_fluent_data_usage_settings_20_regular": 58757, + "ic_fluent_data_usage_toolbox_20_filled": 58758, + "ic_fluent_data_usage_toolbox_20_regular": 58759, + "ic_fluent_data_waterfall_20_filled": 58760, + "ic_fluent_data_waterfall_20_regular": 58761, + "ic_fluent_data_whisker_20_filled": 58762, + "ic_fluent_data_whisker_20_regular": 58763, + "ic_fluent_database_20_filled": 58764, + "ic_fluent_database_20_regular": 58765, + "ic_fluent_database_arrow_down_20_filled": 58766, + "ic_fluent_database_arrow_down_20_regular": 58767, + "ic_fluent_database_arrow_right_20_filled": 58768, + "ic_fluent_database_arrow_right_20_regular": 58769, + "ic_fluent_database_arrow_up_20_filled": 58770, + "ic_fluent_database_arrow_up_20_regular": 58771, + "ic_fluent_database_lightning_20_filled": 58772, + "ic_fluent_database_lightning_20_regular": 58773, + "ic_fluent_database_link_20_filled": 58774, + "ic_fluent_database_link_20_regular": 58775, + "ic_fluent_database_multiple_20_filled": 58776, + "ic_fluent_database_multiple_20_regular": 58777, + "ic_fluent_database_person_20_filled": 58778, + "ic_fluent_database_person_20_regular": 58779, + "ic_fluent_database_plug_connected_20_filled": 58780, + "ic_fluent_database_plug_connected_20_regular": 58781, + "ic_fluent_database_search_20_filled": 58782, + "ic_fluent_database_search_20_regular": 58783, + "ic_fluent_database_switch_20_filled": 58784, + "ic_fluent_database_switch_20_regular": 58785, + "ic_fluent_database_warning_20_filled": 58786, + "ic_fluent_database_warning_20_regular": 58787, + "ic_fluent_database_window_20_filled": 58788, + "ic_fluent_database_window_20_regular": 58789, + "ic_fluent_decimal_arrow_left_20_filled": 58790, + "ic_fluent_decimal_arrow_left_20_regular": 58791, + "ic_fluent_decimal_arrow_right_20_filled": 58792, + "ic_fluent_decimal_arrow_right_20_regular": 58793, + "ic_fluent_delete_20_filled": 58794, + "ic_fluent_delete_20_regular": 58795, + "ic_fluent_delete_arrow_back_20_filled": 58796, + "ic_fluent_delete_arrow_back_20_regular": 58797, + "ic_fluent_delete_dismiss_20_filled": 58798, + "ic_fluent_delete_dismiss_20_regular": 58799, + "ic_fluent_delete_lines_20_filled": 58800, + "ic_fluent_delete_lines_20_regular": 58801, + "ic_fluent_delete_off_20_filled": 58802, + "ic_fluent_delete_off_20_regular": 58803, + "ic_fluent_dentist_20_filled": 58804, + "ic_fluent_dentist_20_regular": 58805, + "ic_fluent_design_ideas_20_filled": 58806, + "ic_fluent_design_ideas_20_regular": 58807, + "ic_fluent_desk_20_filled": 58808, + "ic_fluent_desk_20_regular": 58809, + "ic_fluent_desktop_20_filled": 58810, + "ic_fluent_desktop_20_regular": 58811, + "ic_fluent_desktop_arrow_down_20_filled": 58812, + "ic_fluent_desktop_arrow_down_20_regular": 58813, + "ic_fluent_desktop_arrow_right_20_filled": 58814, + "ic_fluent_desktop_arrow_right_20_regular": 58815, + "ic_fluent_desktop_checkmark_20_filled": 58816, + "ic_fluent_desktop_checkmark_20_regular": 58817, + "ic_fluent_desktop_cursor_20_filled": 58818, + "ic_fluent_desktop_cursor_20_regular": 58819, + "ic_fluent_desktop_edit_20_filled": 58820, + "ic_fluent_desktop_edit_20_regular": 58821, + "ic_fluent_desktop_flow_20_filled": 58822, + "ic_fluent_desktop_flow_20_regular": 58823, + "ic_fluent_desktop_keyboard_20_filled": 58824, + "ic_fluent_desktop_keyboard_20_regular": 58825, + "ic_fluent_desktop_mac_20_filled": 58826, + "ic_fluent_desktop_mac_20_regular": 58827, + "ic_fluent_desktop_pulse_20_filled": 58828, + "ic_fluent_desktop_pulse_20_regular": 58829, + "ic_fluent_desktop_signal_20_filled": 58830, + "ic_fluent_desktop_signal_20_regular": 58831, + "ic_fluent_desktop_speaker_20_filled": 58832, + "ic_fluent_desktop_speaker_20_regular": 58833, + "ic_fluent_desktop_speaker_off_20_filled": 58834, + "ic_fluent_desktop_speaker_off_20_regular": 58835, + "ic_fluent_desktop_sync_20_filled": 58836, + "ic_fluent_desktop_sync_20_regular": 58837, + "ic_fluent_desktop_toolbox_20_filled": 58838, + "ic_fluent_desktop_toolbox_20_regular": 58839, + "ic_fluent_desktop_tower_20_filled": 58840, + "ic_fluent_desktop_tower_20_regular": 58841, + "ic_fluent_developer_board_20_filled": 58842, + "ic_fluent_developer_board_20_regular": 58843, + "ic_fluent_developer_board_lightning_20_filled": 58844, + "ic_fluent_developer_board_lightning_20_regular": 58845, + "ic_fluent_developer_board_lightning_toolbox_20_filled": 58846, + "ic_fluent_developer_board_lightning_toolbox_20_regular": 58847, + "ic_fluent_developer_board_search_20_filled": 58848, + "ic_fluent_developer_board_search_20_regular": 58849, + "ic_fluent_device_eq_20_filled": 58850, + "ic_fluent_device_eq_20_regular": 58851, + "ic_fluent_device_meeting_room_20_filled": 58852, + "ic_fluent_device_meeting_room_20_regular": 58853, + "ic_fluent_device_meeting_room_remote_20_filled": 58854, + "ic_fluent_device_meeting_room_remote_20_regular": 58855, + "ic_fluent_diagram_20_filled": 58856, + "ic_fluent_diagram_20_regular": 58857, + "ic_fluent_dialpad_20_filled": 58858, + "ic_fluent_dialpad_20_regular": 58859, + "ic_fluent_dialpad_off_20_filled": 58860, + "ic_fluent_dialpad_off_20_regular": 58861, + "ic_fluent_dialpad_question_mark_20_filled": 58862, + "ic_fluent_dialpad_question_mark_20_regular": 58863, + "ic_fluent_diamond_20_filled": 58864, + "ic_fluent_diamond_20_regular": 58865, + "ic_fluent_directions_20_filled": 58866, + "ic_fluent_directions_20_regular": 58867, + "ic_fluent_dishwasher_20_filled": 58868, + "ic_fluent_dishwasher_20_regular": 58869, + "ic_fluent_dismiss_20_filled": 58870, + "ic_fluent_dismiss_20_regular": 58871, + "ic_fluent_dismiss_circle_20_filled": 58872, + "ic_fluent_dismiss_circle_20_regular": 58873, + "ic_fluent_dismiss_square_20_filled": 58874, + "ic_fluent_dismiss_square_20_regular": 58875, + "ic_fluent_dismiss_square_multiple_20_filled": 58876, + "ic_fluent_dismiss_square_multiple_20_regular": 58877, + "ic_fluent_diversity_20_filled": 58878, + "ic_fluent_diversity_20_regular": 58879, + "ic_fluent_divider_short_20_filled": 58880, + "ic_fluent_divider_short_20_regular": 58881, + "ic_fluent_divider_tall_20_filled": 58882, + "ic_fluent_divider_tall_20_regular": 58883, + "ic_fluent_dock_20_filled": 58884, + "ic_fluent_dock_20_regular": 58885, + "ic_fluent_dock_row_20_filled": 58886, + "ic_fluent_dock_row_20_regular": 58887, + "ic_fluent_doctor_20_filled": 58888, + "ic_fluent_doctor_20_regular": 58889, + "ic_fluent_document_100_20_filled": 58890, + "ic_fluent_document_100_20_regular": 58891, + "ic_fluent_document_20_filled": 58892, + "ic_fluent_document_20_regular": 58893, + "ic_fluent_document_add_20_filled": 58894, + "ic_fluent_document_add_20_regular": 58895, + "ic_fluent_document_arrow_down_20_filled": 58896, + "ic_fluent_document_arrow_down_20_regular": 58897, + "ic_fluent_document_arrow_left_20_filled": 58898, + "ic_fluent_document_arrow_left_20_regular": 58899, + "ic_fluent_document_arrow_right_20_filled": 58900, + "ic_fluent_document_arrow_right_20_regular": 58901, + "ic_fluent_document_arrow_up_20_filled": 58902, + "ic_fluent_document_arrow_up_20_regular": 58903, + "ic_fluent_document_border_20_filled": 58904, + "ic_fluent_document_border_20_regular": 58905, + "ic_fluent_document_border_print_20_filled": 58906, + "ic_fluent_document_border_print_20_regular": 58907, + "ic_fluent_document_briefcase_20_filled": 58908, + "ic_fluent_document_briefcase_20_regular": 58909, + "ic_fluent_document_bullet_list_20_filled": 58910, + "ic_fluent_document_bullet_list_20_regular": 58911, + "ic_fluent_document_bullet_list_arrow_left_20_filled": 58912, + "ic_fluent_document_bullet_list_arrow_left_20_regular": 58913, + "ic_fluent_document_bullet_list_clock_20_filled": 58914, + "ic_fluent_document_bullet_list_clock_20_regular": 58915, + "ic_fluent_document_bullet_list_cube_20_filled": 58916, + "ic_fluent_document_bullet_list_cube_20_regular": 58917, + "ic_fluent_document_bullet_list_multiple_20_filled": 58918, + "ic_fluent_document_bullet_list_multiple_20_regular": 58919, + "ic_fluent_document_bullet_list_off_20_filled": 58920, + "ic_fluent_document_bullet_list_off_20_regular": 58921, + "ic_fluent_document_catch_up_20_filled": 58922, + "ic_fluent_document_catch_up_20_regular": 58923, + "ic_fluent_document_checkmark_20_filled": 58924, + "ic_fluent_document_checkmark_20_regular": 58925, + "ic_fluent_document_chevron_double_20_filled": 58926, + "ic_fluent_document_chevron_double_20_regular": 58927, + "ic_fluent_document_copy_20_filled": 58928, + "ic_fluent_document_copy_20_regular": 58929, + "ic_fluent_document_css_20_filled": 58930, + "ic_fluent_document_css_20_regular": 58931, + "ic_fluent_document_cube_20_filled": 58932, + "ic_fluent_document_cube_20_regular": 58933, + "ic_fluent_document_data_20_filled": 58934, + "ic_fluent_document_data_20_regular": 58935, + "ic_fluent_document_data_link_20_filled": 58936, + "ic_fluent_document_data_link_20_regular": 58937, + "ic_fluent_document_data_lock_20_filled": 58938, + "ic_fluent_document_data_lock_20_regular": 58939, + "ic_fluent_document_database_20_filled": 58940, + "ic_fluent_document_database_20_regular": 58941, + "ic_fluent_document_dismiss_20_filled": 58942, + "ic_fluent_document_dismiss_20_regular": 58943, + "ic_fluent_document_edit_20_filled": 58944, + "ic_fluent_document_edit_20_regular": 58945, + "ic_fluent_document_endnote_20_filled": 58946, + "ic_fluent_document_endnote_20_regular": 58947, + "ic_fluent_document_error_20_filled": 58948, + "ic_fluent_document_error_20_regular": 58949, + "ic_fluent_document_fit_20_filled": 58950, + "ic_fluent_document_fit_20_regular": 58951, + "ic_fluent_document_flowchart_20_filled": 58952, + "ic_fluent_document_flowchart_20_regular": 58953, + "ic_fluent_document_folder_20_filled": 58954, + "ic_fluent_document_folder_20_regular": 58955, + "ic_fluent_document_footer_20_filled": 58956, + "ic_fluent_document_footer_20_regular": 58957, + "ic_fluent_document_footer_dismiss_20_filled": 58958, + "ic_fluent_document_footer_dismiss_20_regular": 58959, + "ic_fluent_document_header_20_filled": 58960, + "ic_fluent_document_header_20_regular": 58961, + "ic_fluent_document_header_arrow_down_20_filled": 58962, + "ic_fluent_document_header_arrow_down_20_regular": 58963, + "ic_fluent_document_header_dismiss_20_filled": 58964, + "ic_fluent_document_header_dismiss_20_regular": 58965, + "ic_fluent_document_header_footer_20_filled": 58966, + "ic_fluent_document_header_footer_20_regular": 58967, + "ic_fluent_document_heart_20_filled": 58968, + "ic_fluent_document_heart_20_regular": 58969, + "ic_fluent_document_heart_pulse_20_filled": 58970, + "ic_fluent_document_heart_pulse_20_regular": 58971, + "ic_fluent_document_image_20_filled": 58972, + "ic_fluent_document_image_20_regular": 58973, + "ic_fluent_document_java_20_filled": 58974, + "ic_fluent_document_java_20_regular": 58975, + "ic_fluent_document_javascript_20_filled": 58976, + "ic_fluent_document_javascript_20_regular": 58977, + "ic_fluent_document_key_20_filled": 58978, + "ic_fluent_document_key_20_regular": 58979, + "ic_fluent_document_landscape_20_filled": 58980, + "ic_fluent_document_landscape_20_regular": 58981, + "ic_fluent_document_landscape_data_20_filled": 58982, + "ic_fluent_document_landscape_data_20_regular": 58983, + "ic_fluent_document_landscape_split_20_filled": 58984, + "ic_fluent_document_landscape_split_20_regular": 58985, + "ic_fluent_document_landscape_split_hint_20_filled": 58986, + "ic_fluent_document_landscape_split_hint_20_regular": 58987, + "ic_fluent_document_lightning_20_filled": 58988, + "ic_fluent_document_lightning_20_regular": 58989, + "ic_fluent_document_link_20_filled": 58990, + "ic_fluent_document_link_20_regular": 58991, + "ic_fluent_document_lock_20_filled": 58992, + "ic_fluent_document_lock_20_regular": 58993, + "ic_fluent_document_margins_20_filled": 58994, + "ic_fluent_document_margins_20_regular": 58995, + "ic_fluent_document_mention_20_filled": 58996, + "ic_fluent_document_mention_20_regular": 58997, + "ic_fluent_document_multiple_20_filled": 58998, + "ic_fluent_document_multiple_20_regular": 58999, + "ic_fluent_document_multiple_percent_20_filled": 59000, + "ic_fluent_document_multiple_percent_20_regular": 59001, + "ic_fluent_document_multiple_prohibited_20_filled": 59002, + "ic_fluent_document_multiple_prohibited_20_regular": 59003, + "ic_fluent_document_multiple_sync_20_filled": 59004, + "ic_fluent_document_multiple_sync_20_regular": 59005, + "ic_fluent_document_one_page_20_filled": 59006, + "ic_fluent_document_one_page_20_regular": 59007, + "ic_fluent_document_one_page_add_20_filled": 59008, + "ic_fluent_document_one_page_add_20_regular": 59009, + "ic_fluent_document_one_page_columns_20_filled": 59010, + "ic_fluent_document_one_page_columns_20_regular": 59011, + "ic_fluent_document_one_page_link_20_filled": 59012, + "ic_fluent_document_one_page_link_20_regular": 59013, + "ic_fluent_document_one_page_multiple_20_filled": 59014, + "ic_fluent_document_one_page_multiple_20_regular": 59015, + "ic_fluent_document_one_page_sparkle_20_filled": 59016, + "ic_fluent_document_one_page_sparkle_20_regular": 59017, + "ic_fluent_document_page_bottom_center_20_filled": 59018, + "ic_fluent_document_page_bottom_center_20_regular": 59019, + "ic_fluent_document_page_bottom_left_20_filled": 59020, + "ic_fluent_document_page_bottom_left_20_regular": 59021, + "ic_fluent_document_page_bottom_right_20_filled": 59022, + "ic_fluent_document_page_bottom_right_20_regular": 59023, + "ic_fluent_document_page_break_20_filled": 59024, + "ic_fluent_document_page_break_20_regular": 59025, + "ic_fluent_document_page_number_20_filled": 59026, + "ic_fluent_document_page_number_20_regular": 59027, + "ic_fluent_document_page_top_center_20_filled": 59028, + "ic_fluent_document_page_top_center_20_regular": 59029, + "ic_fluent_document_page_top_left_20_filled": 59030, + "ic_fluent_document_page_top_left_20_regular": 59031, + "ic_fluent_document_page_top_right_20_filled": 59032, + "ic_fluent_document_page_top_right_20_regular": 59033, + "ic_fluent_document_pdf_20_filled": 59034, + "ic_fluent_document_pdf_20_regular": 59035, + "ic_fluent_document_percent_20_filled": 59036, + "ic_fluent_document_percent_20_regular": 59037, + "ic_fluent_document_person_20_filled": 59038, + "ic_fluent_document_person_20_regular": 59039, + "ic_fluent_document_pill_20_filled": 59040, + "ic_fluent_document_pill_20_regular": 59041, + "ic_fluent_document_print_20_filled": 59042, + "ic_fluent_document_print_20_regular": 59043, + "ic_fluent_document_prohibited_20_filled": 59044, + "ic_fluent_document_prohibited_20_regular": 59045, + "ic_fluent_document_question_mark_20_filled": 59046, + "ic_fluent_document_question_mark_20_regular": 59047, + "ic_fluent_document_queue_20_filled": 59048, + "ic_fluent_document_queue_20_regular": 59049, + "ic_fluent_document_queue_add_20_filled": 59050, + "ic_fluent_document_queue_add_20_regular": 59051, + "ic_fluent_document_queue_multiple_20_filled": 59052, + "ic_fluent_document_queue_multiple_20_regular": 59053, + "ic_fluent_document_ribbon_20_filled": 59054, + "ic_fluent_document_ribbon_20_regular": 59055, + "ic_fluent_document_sass_20_filled": 59056, + "ic_fluent_document_sass_20_regular": 59057, + "ic_fluent_document_save_20_filled": 59058, + "ic_fluent_document_save_20_regular": 59059, + "ic_fluent_document_search_20_filled": 59060, + "ic_fluent_document_search_20_regular": 59061, + "ic_fluent_document_settings_20_filled": 59062, + "ic_fluent_document_settings_20_regular": 59063, + "ic_fluent_document_signature_20_filled": 59064, + "ic_fluent_document_signature_20_regular": 59065, + "ic_fluent_document_split_hint_20_filled": 59066, + "ic_fluent_document_split_hint_20_regular": 59067, + "ic_fluent_document_split_hint_off_20_filled": 59068, + "ic_fluent_document_split_hint_off_20_regular": 59069, + "ic_fluent_document_sync_20_filled": 59070, + "ic_fluent_document_sync_20_regular": 59071, + "ic_fluent_document_table_20_filled": 59072, + "ic_fluent_document_table_20_regular": 59073, + "ic_fluent_document_table_arrow_right_20_filled": 59074, + "ic_fluent_document_table_arrow_right_20_regular": 59075, + "ic_fluent_document_table_checkmark_20_filled": 59076, + "ic_fluent_document_table_checkmark_20_regular": 59077, + "ic_fluent_document_table_cube_20_filled": 59078, + "ic_fluent_document_table_cube_20_regular": 59079, + "ic_fluent_document_table_search_20_filled": 59080, + "ic_fluent_document_table_search_20_regular": 59081, + "ic_fluent_document_table_truck_20_filled": 59082, + "ic_fluent_document_table_truck_20_regular": 59083, + "ic_fluent_document_text_20_filled": 59084, + "ic_fluent_document_text_20_regular": 59085, + "ic_fluent_document_text_clock_20_filled": 59086, + "ic_fluent_document_text_clock_20_regular": 59087, + "ic_fluent_document_text_extract_20_filled": 59088, + "ic_fluent_document_text_extract_20_regular": 59089, + "ic_fluent_document_text_link_20_filled": 59090, + "ic_fluent_document_text_link_20_regular": 59091, + "ic_fluent_document_text_toolbox_20_filled": 59092, + "ic_fluent_document_text_toolbox_20_regular": 59093, + "ic_fluent_document_toolbox_20_filled": 59094, + "ic_fluent_document_toolbox_20_regular": 59095, + "ic_fluent_document_width_20_filled": 59096, + "ic_fluent_document_width_20_regular": 59097, + "ic_fluent_document_yml_20_filled": 59098, + "ic_fluent_document_yml_20_regular": 59099, + "ic_fluent_door_20_filled": 59100, + "ic_fluent_door_20_regular": 59101, + "ic_fluent_door_arrow_left_20_filled": 59102, + "ic_fluent_door_arrow_left_20_regular": 59103, + "ic_fluent_door_arrow_right_20_filled": 59104, + "ic_fluent_door_arrow_right_20_regular": 59105, + "ic_fluent_door_tag_20_filled": 59106, + "ic_fluent_door_tag_20_regular": 59107, + "ic_fluent_double_swipe_down_20_filled": 59108, + "ic_fluent_double_swipe_down_20_regular": 59109, + "ic_fluent_double_swipe_up_20_filled": 59110, + "ic_fluent_double_swipe_up_20_regular": 59111, + "ic_fluent_double_tap_swipe_down_20_filled": 59112, + "ic_fluent_double_tap_swipe_down_20_regular": 59113, + "ic_fluent_double_tap_swipe_up_20_filled": 59114, + "ic_fluent_double_tap_swipe_up_20_regular": 59115, + "ic_fluent_drafts_20_filled": 59116, + "ic_fluent_drafts_20_regular": 59117, + "ic_fluent_drag_20_filled": 59118, + "ic_fluent_drag_20_regular": 59119, + "ic_fluent_draw_image_20_filled": 59120, + "ic_fluent_draw_image_20_regular": 59121, + "ic_fluent_draw_shape_20_filled": 59122, + "ic_fluent_draw_shape_20_regular": 59123, + "ic_fluent_draw_text_20_filled": 59124, + "ic_fluent_draw_text_20_regular": 59125, + "ic_fluent_drawer_20_filled": 59126, + "ic_fluent_drawer_20_regular": 59127, + "ic_fluent_drawer_add_20_filled": 59128, + "ic_fluent_drawer_add_20_regular": 59129, + "ic_fluent_drawer_arrow_download_20_filled": 59130, + "ic_fluent_drawer_arrow_download_20_regular": 59131, + "ic_fluent_drawer_dismiss_20_filled": 59132, + "ic_fluent_drawer_dismiss_20_regular": 59133, + "ic_fluent_drawer_play_20_filled": 59134, + "ic_fluent_drawer_play_20_regular": 59135, + "ic_fluent_drawer_subtract_20_filled": 59136, + "ic_fluent_drawer_subtract_20_regular": 59137, + "ic_fluent_drink_beer_20_filled": 59138, + "ic_fluent_drink_beer_20_regular": 59139, + "ic_fluent_drink_bottle_20_filled": 59140, + "ic_fluent_drink_bottle_20_regular": 59141, + "ic_fluent_drink_bottle_off_20_filled": 59142, + "ic_fluent_drink_bottle_off_20_regular": 59143, + "ic_fluent_drink_coffee_20_filled": 59144, + "ic_fluent_drink_coffee_20_regular": 59145, + "ic_fluent_drink_margarita_20_filled": 59146, + "ic_fluent_drink_margarita_20_regular": 59147, + "ic_fluent_drink_to_go_20_filled": 59148, + "ic_fluent_drink_to_go_20_regular": 59149, + "ic_fluent_drink_wine_20_filled": 59150, + "ic_fluent_drink_wine_20_regular": 59151, + "ic_fluent_drive_train_20_filled": 59152, + "ic_fluent_drive_train_20_regular": 59153, + "ic_fluent_drop_20_filled": 59154, + "ic_fluent_drop_20_regular": 59155, + "ic_fluent_dual_screen_20_filled": 59156, + "ic_fluent_dual_screen_20_regular": 59157, + "ic_fluent_dual_screen_add_20_filled": 59158, + "ic_fluent_dual_screen_add_20_regular": 59159, + "ic_fluent_dual_screen_arrow_right_20_filled": 59160, + "ic_fluent_dual_screen_arrow_right_20_regular": 59161, + "ic_fluent_dual_screen_arrow_up_20_filled": 59162, + "ic_fluent_dual_screen_arrow_up_20_regular": 59163, + "ic_fluent_dual_screen_clock_20_filled": 59164, + "ic_fluent_dual_screen_clock_20_regular": 59165, + "ic_fluent_dual_screen_closed_alert_20_filled": 59166, + "ic_fluent_dual_screen_closed_alert_20_regular": 59167, + "ic_fluent_dual_screen_desktop_20_filled": 59168, + "ic_fluent_dual_screen_desktop_20_regular": 59169, + "ic_fluent_dual_screen_dismiss_20_filled": 59170, + "ic_fluent_dual_screen_dismiss_20_regular": 59171, + "ic_fluent_dual_screen_group_20_filled": 59172, + "ic_fluent_dual_screen_group_20_regular": 59173, + "ic_fluent_dual_screen_header_20_filled": 59174, + "ic_fluent_dual_screen_header_20_regular": 59175, + "ic_fluent_dual_screen_lock_20_filled": 59176, + "ic_fluent_dual_screen_lock_20_regular": 59177, + "ic_fluent_dual_screen_mirror_20_filled": 59178, + "ic_fluent_dual_screen_mirror_20_regular": 59179, + "ic_fluent_dual_screen_pagination_20_filled": 59180, + "ic_fluent_dual_screen_pagination_20_regular": 59181, + "ic_fluent_dual_screen_settings_20_filled": 59182, + "ic_fluent_dual_screen_settings_20_regular": 59183, + "ic_fluent_dual_screen_span_20_filled": 59184, + "ic_fluent_dual_screen_span_20_regular": 59185, + "ic_fluent_dual_screen_speaker_20_filled": 59186, + "ic_fluent_dual_screen_speaker_20_regular": 59187, + "ic_fluent_dual_screen_status_bar_20_filled": 59188, + "ic_fluent_dual_screen_status_bar_20_regular": 59189, + "ic_fluent_dual_screen_tablet_20_filled": 59190, + "ic_fluent_dual_screen_tablet_20_regular": 59191, + "ic_fluent_dual_screen_update_20_filled": 59192, + "ic_fluent_dual_screen_update_20_regular": 59193, + "ic_fluent_dual_screen_vertical_scroll_20_filled": 59194, + "ic_fluent_dual_screen_vertical_scroll_20_regular": 59195, + "ic_fluent_dual_screen_vibrate_20_filled": 59196, + "ic_fluent_dual_screen_vibrate_20_regular": 59197, + "ic_fluent_dumbbell_20_filled": 59198, + "ic_fluent_dumbbell_20_regular": 59199, + "ic_fluent_dust_20_filled": 59200, + "ic_fluent_dust_20_regular": 59201, + "ic_fluent_earth_20_filled": 59202, + "ic_fluent_earth_20_regular": 59203, + "ic_fluent_earth_leaf_20_filled": 59204, + "ic_fluent_earth_leaf_20_regular": 59205, + "ic_fluent_edit_20_filled": 59206, + "ic_fluent_edit_20_regular": 59207, + "ic_fluent_edit_arrow_back_20_filled": 59208, + "ic_fluent_edit_arrow_back_20_regular": 59209, + "ic_fluent_edit_off_20_filled": 59210, + "ic_fluent_edit_off_20_regular": 59211, + "ic_fluent_edit_person_20_filled": 59212, + "ic_fluent_edit_person_20_regular": 59213, + "ic_fluent_edit_prohibited_20_filled": 59214, + "ic_fluent_edit_prohibited_20_regular": 59215, + "ic_fluent_edit_settings_20_filled": 59216, + "ic_fluent_edit_settings_20_regular": 59217, + "ic_fluent_elevator_20_filled": 59218, + "ic_fluent_elevator_20_regular": 59219, + "ic_fluent_emoji_20_filled": 59220, + "ic_fluent_emoji_20_regular": 59221, + "ic_fluent_emoji_add_20_filled": 59222, + "ic_fluent_emoji_add_20_regular": 59223, + "ic_fluent_emoji_angry_20_filled": 59224, + "ic_fluent_emoji_angry_20_regular": 59225, + "ic_fluent_emoji_edit_20_filled": 59226, + "ic_fluent_emoji_edit_20_regular": 59227, + "ic_fluent_emoji_hand_20_filled": 59228, + "ic_fluent_emoji_hand_20_regular": 59229, + "ic_fluent_emoji_hint_20_filled": 59230, + "ic_fluent_emoji_hint_20_regular": 59231, + "ic_fluent_emoji_laugh_20_filled": 59232, + "ic_fluent_emoji_laugh_20_regular": 59233, + "ic_fluent_emoji_meh_20_filled": 59234, + "ic_fluent_emoji_meh_20_regular": 59235, + "ic_fluent_emoji_multiple_20_filled": 59236, + "ic_fluent_emoji_multiple_20_regular": 59237, + "ic_fluent_emoji_sad_20_filled": 59238, + "ic_fluent_emoji_sad_20_regular": 59239, + "ic_fluent_emoji_sad_slight_20_filled": 59240, + "ic_fluent_emoji_sad_slight_20_regular": 59241, + "ic_fluent_emoji_smile_slight_20_filled": 59242, + "ic_fluent_emoji_smile_slight_20_regular": 59243, + "ic_fluent_emoji_sparkle_20_filled": 59244, + "ic_fluent_emoji_sparkle_20_regular": 59245, + "ic_fluent_emoji_surprise_20_filled": 59246, + "ic_fluent_emoji_surprise_20_regular": 59247, + "ic_fluent_engine_20_filled": 59248, + "ic_fluent_engine_20_regular": 59249, + "ic_fluent_equal_circle_20_filled": 59250, + "ic_fluent_equal_circle_20_regular": 59251, + "ic_fluent_equal_off_20_filled": 59252, + "ic_fluent_equal_off_20_regular": 59253, + "ic_fluent_eraser_20_filled": 59254, + "ic_fluent_eraser_20_regular": 59255, + "ic_fluent_eraser_medium_20_filled": 59256, + "ic_fluent_eraser_medium_20_regular": 59257, + "ic_fluent_eraser_segment_20_filled": 59258, + "ic_fluent_eraser_segment_20_regular": 59259, + "ic_fluent_eraser_small_20_filled": 59260, + "ic_fluent_eraser_small_20_regular": 59261, + "ic_fluent_eraser_tool_20_filled": 59262, + "ic_fluent_eraser_tool_20_regular": 59263, + "ic_fluent_error_circle_20_filled": 59264, + "ic_fluent_error_circle_20_regular": 59265, + "ic_fluent_error_circle_settings_20_filled": 59266, + "ic_fluent_error_circle_settings_20_regular": 59267, + "ic_fluent_expand_up_left_20_filled": 59268, + "ic_fluent_expand_up_left_20_regular": 59269, + "ic_fluent_expand_up_right_20_filled": 59270, + "ic_fluent_expand_up_right_20_regular": 59271, + "ic_fluent_extended_dock_20_filled": 59272, + "ic_fluent_extended_dock_20_regular": 59273, + "ic_fluent_eye_20_filled": 59274, + "ic_fluent_eye_20_regular": 59275, + "ic_fluent_eye_lines_20_filled": 59276, + "ic_fluent_eye_lines_20_regular": 59277, + "ic_fluent_eye_off_20_filled": 59278, + "ic_fluent_eye_off_20_regular": 59279, + "ic_fluent_eye_tracking_20_filled": 59280, + "ic_fluent_eye_tracking_20_regular": 59281, + "ic_fluent_eye_tracking_off_20_filled": 59282, + "ic_fluent_eye_tracking_off_20_regular": 59283, + "ic_fluent_eyedropper_20_filled": 59284, + "ic_fluent_eyedropper_20_regular": 59285, + "ic_fluent_eyedropper_off_20_filled": 59286, + "ic_fluent_eyedropper_off_20_regular": 59287, + "ic_fluent_f_stop_20_filled": 59288, + "ic_fluent_f_stop_20_regular": 59289, + "ic_fluent_fast_acceleration_20_filled": 59290, + "ic_fluent_fast_acceleration_20_regular": 59291, + "ic_fluent_fast_forward_20_filled": 59292, + "ic_fluent_fast_forward_20_regular": 59293, + "ic_fluent_fax_20_filled": 59294, + "ic_fluent_fax_20_regular": 59295, + "ic_fluent_feed_20_filled": 59296, + "ic_fluent_feed_20_regular": 59297, + "ic_fluent_filmstrip_20_filled": 59298, + "ic_fluent_filmstrip_20_regular": 59299, + "ic_fluent_filmstrip_image_20_filled": 59300, + "ic_fluent_filmstrip_image_20_regular": 59301, + "ic_fluent_filmstrip_play_20_filled": 59302, + "ic_fluent_filmstrip_play_20_regular": 59303, + "ic_fluent_filmstrip_split_20_filled": 59304, + "ic_fluent_filmstrip_split_20_regular": 59305, + "ic_fluent_filter_20_filled": 59306, + "ic_fluent_filter_20_regular": 59307, + "ic_fluent_filter_add_20_filled": 59308, + "ic_fluent_filter_add_20_regular": 59309, + "ic_fluent_filter_dismiss_20_filled": 59310, + "ic_fluent_filter_dismiss_20_regular": 59311, + "ic_fluent_filter_sync_20_filled": 59312, + "ic_fluent_filter_sync_20_regular": 59313, + "ic_fluent_fingerprint_20_filled": 59314, + "ic_fluent_fingerprint_20_regular": 59315, + "ic_fluent_fire_20_filled": 59316, + "ic_fluent_fire_20_regular": 59317, + "ic_fluent_fireplace_20_filled": 59318, + "ic_fluent_fireplace_20_regular": 59319, + "ic_fluent_fixed_width_20_filled": 59320, + "ic_fluent_fixed_width_20_regular": 59321, + "ic_fluent_flag_20_filled": 59322, + "ic_fluent_flag_20_regular": 59323, + "ic_fluent_flag_checkered_20_filled": 59324, + "ic_fluent_flag_checkered_20_regular": 59325, + "ic_fluent_flag_clock_20_filled": 59326, + "ic_fluent_flag_clock_20_regular": 59327, + "ic_fluent_flag_off_20_filled": 59328, + "ic_fluent_flag_off_20_regular": 59329, + "ic_fluent_flag_pride_20_filled": 59330, + "ic_fluent_flag_pride_intersex_inclusive_progress_20_filled": 59331, + "ic_fluent_flag_pride_philadelphia_20_filled": 59332, + "ic_fluent_flag_pride_progress_20_filled": 59333, + "ic_fluent_flash_20_filled": 59334, + "ic_fluent_flash_20_regular": 59335, + "ic_fluent_flash_add_20_filled": 59336, + "ic_fluent_flash_add_20_regular": 59337, + "ic_fluent_flash_auto_20_filled": 59338, + "ic_fluent_flash_auto_20_regular": 59339, + "ic_fluent_flash_checkmark_20_filled": 59340, + "ic_fluent_flash_checkmark_20_regular": 59341, + "ic_fluent_flash_flow_20_filled": 59342, + "ic_fluent_flash_flow_20_regular": 59343, + "ic_fluent_flash_off_20_filled": 59344, + "ic_fluent_flash_off_20_regular": 59345, + "ic_fluent_flash_play_20_filled": 59346, + "ic_fluent_flash_play_20_regular": 59347, + "ic_fluent_flash_settings_20_filled": 59348, + "ic_fluent_flash_settings_20_regular": 59349, + "ic_fluent_flash_sparkle_20_filled": 59350, + "ic_fluent_flash_sparkle_20_regular": 59351, + "ic_fluent_flashlight_20_filled": 59352, + "ic_fluent_flashlight_20_regular": 59353, + "ic_fluent_flashlight_off_20_filled": 59354, + "ic_fluent_flashlight_off_20_regular": 59355, + "ic_fluent_flip_horizontal_20_filled": 59356, + "ic_fluent_flip_horizontal_20_regular": 59357, + "ic_fluent_flip_vertical_20_filled": 59358, + "ic_fluent_flip_vertical_20_regular": 59359, + "ic_fluent_flow_20_filled": 59360, + "ic_fluent_flow_20_regular": 59361, + "ic_fluent_flowchart_20_filled": 59362, + "ic_fluent_flowchart_20_regular": 59363, + "ic_fluent_flowchart_circle_20_filled": 59364, + "ic_fluent_flowchart_circle_20_regular": 59365, + "ic_fluent_fluent_20_filled": 59366, + "ic_fluent_fluent_20_regular": 59367, + "ic_fluent_fluid_20_filled": 59368, + "ic_fluent_fluid_20_regular": 59369, + "ic_fluent_folder_20_filled": 59370, + "ic_fluent_folder_20_regular": 59371, + "ic_fluent_folder_add_20_filled": 59372, + "ic_fluent_folder_add_20_regular": 59373, + "ic_fluent_folder_arrow_left_20_filled": 59374, + "ic_fluent_folder_arrow_left_20_regular": 59375, + "ic_fluent_folder_arrow_right_20_filled": 59376, + "ic_fluent_folder_arrow_right_20_regular": 59377, + "ic_fluent_folder_arrow_up_20_filled": 59378, + "ic_fluent_folder_arrow_up_20_regular": 59379, + "ic_fluent_folder_briefcase_20_filled": 59380, + "ic_fluent_folder_briefcase_20_regular": 59381, + "ic_fluent_folder_globe_20_filled": 59382, + "ic_fluent_folder_globe_20_regular": 59383, + "ic_fluent_folder_lightning_20_filled": 59384, + "ic_fluent_folder_lightning_20_regular": 59385, + "ic_fluent_folder_link_20_filled": 59386, + "ic_fluent_folder_link_20_regular": 59387, + "ic_fluent_folder_list_20_filled": 59388, + "ic_fluent_folder_list_20_regular": 59389, + "ic_fluent_folder_mail_20_filled": 59390, + "ic_fluent_folder_mail_20_regular": 59391, + "ic_fluent_folder_open_20_filled": 59392, + "ic_fluent_folder_open_20_regular": 59393, + "ic_fluent_folder_open_vertical_20_filled": 59394, + "ic_fluent_folder_open_vertical_20_regular": 59395, + "ic_fluent_folder_people_20_filled": 59396, + "ic_fluent_folder_people_20_regular": 59397, + "ic_fluent_folder_person_20_filled": 59398, + "ic_fluent_folder_person_20_regular": 59399, + "ic_fluent_folder_prohibited_20_filled": 59400, + "ic_fluent_folder_prohibited_20_regular": 59401, + "ic_fluent_folder_search_20_filled": 59402, + "ic_fluent_folder_search_20_regular": 59403, + "ic_fluent_folder_swap_20_filled": 59404, + "ic_fluent_folder_swap_20_regular": 59405, + "ic_fluent_folder_sync_20_filled": 59406, + "ic_fluent_folder_sync_20_regular": 59407, + "ic_fluent_folder_zip_20_filled": 59408, + "ic_fluent_folder_zip_20_regular": 59409, + "ic_fluent_font_decrease_20_filled": 59410, + "ic_fluent_font_decrease_20_regular": 59411, + "ic_fluent_font_increase_20_filled": 59412, + "ic_fluent_font_increase_20_regular": 59413, + "ic_fluent_font_space_tracking_in_20_filled": 59414, + "ic_fluent_font_space_tracking_in_20_regular": 59415, + "ic_fluent_font_space_tracking_out_20_filled": 59416, + "ic_fluent_font_space_tracking_out_20_regular": 59417, + "ic_fluent_food_20_filled": 59418, + "ic_fluent_food_20_regular": 59419, + "ic_fluent_food_apple_20_filled": 59420, + "ic_fluent_food_apple_20_regular": 59421, + "ic_fluent_food_cake_20_filled": 59422, + "ic_fluent_food_cake_20_regular": 59423, + "ic_fluent_food_carrot_20_filled": 59424, + "ic_fluent_food_carrot_20_regular": 59425, + "ic_fluent_food_chicken_leg_20_filled": 59426, + "ic_fluent_food_chicken_leg_20_regular": 59427, + "ic_fluent_food_egg_20_filled": 59428, + "ic_fluent_food_egg_20_regular": 59429, + "ic_fluent_food_fish_20_filled": 59430, + "ic_fluent_food_fish_20_regular": 59431, + "ic_fluent_food_grains_20_filled": 59432, + "ic_fluent_food_grains_20_regular": 59433, + "ic_fluent_food_pizza_20_filled": 59434, + "ic_fluent_food_pizza_20_regular": 59435, + "ic_fluent_food_toast_20_filled": 59436, + "ic_fluent_food_toast_20_regular": 59437, + "ic_fluent_form_20_filled": 59438, + "ic_fluent_form_20_regular": 59439, + "ic_fluent_form_multiple_20_filled": 59440, + "ic_fluent_form_multiple_20_regular": 59441, + "ic_fluent_form_new_20_filled": 59442, + "ic_fluent_form_new_20_regular": 59443, + "ic_fluent_fps_120_20_filled": 59444, + "ic_fluent_fps_120_20_regular": 59445, + "ic_fluent_fps_240_20_filled": 59446, + "ic_fluent_fps_240_20_regular": 59447, + "ic_fluent_fps_30_20_filled": 59448, + "ic_fluent_fps_30_20_regular": 59449, + "ic_fluent_fps_60_20_filled": 59450, + "ic_fluent_fps_60_20_regular": 59451, + "ic_fluent_fps_960_20_filled": 59452, + "ic_fluent_fps_960_20_regular": 59453, + "ic_fluent_frame_20_filled": 59454, + "ic_fluent_frame_20_regular": 59455, + "ic_fluent_full_screen_maximize_20_filled": 59456, + "ic_fluent_full_screen_maximize_20_regular": 59457, + "ic_fluent_full_screen_minimize_20_filled": 59458, + "ic_fluent_full_screen_minimize_20_regular": 59459, + "ic_fluent_games_20_filled": 59460, + "ic_fluent_games_20_regular": 59461, + "ic_fluent_gantt_chart_20_filled": 59462, + "ic_fluent_gantt_chart_20_regular": 59463, + "ic_fluent_gas_20_filled": 59464, + "ic_fluent_gas_20_regular": 59465, + "ic_fluent_gas_pump_20_filled": 59466, + "ic_fluent_gas_pump_20_regular": 59467, + "ic_fluent_gather_20_filled": 59468, + "ic_fluent_gather_20_regular": 59469, + "ic_fluent_gauge_20_filled": 59470, + "ic_fluent_gauge_20_regular": 59471, + "ic_fluent_gauge_add_20_filled": 59472, + "ic_fluent_gauge_add_20_regular": 59473, + "ic_fluent_gavel_20_filled": 59474, + "ic_fluent_gavel_20_regular": 59475, + "ic_fluent_gavel_prohibited_20_filled": 59476, + "ic_fluent_gavel_prohibited_20_regular": 59477, + "ic_fluent_gesture_20_filled": 59478, + "ic_fluent_gesture_20_regular": 59479, + "ic_fluent_gif_20_filled": 59480, + "ic_fluent_gif_20_regular": 59481, + "ic_fluent_gift_20_filled": 59482, + "ic_fluent_gift_20_regular": 59483, + "ic_fluent_gift_card_20_filled": 59484, + "ic_fluent_gift_card_20_regular": 59485, + "ic_fluent_gift_card_add_20_filled": 59486, + "ic_fluent_gift_card_add_20_regular": 59487, + "ic_fluent_gift_card_arrow_right_20_filled": 59488, + "ic_fluent_gift_card_arrow_right_20_regular": 59489, + "ic_fluent_gift_card_money_20_filled": 59490, + "ic_fluent_gift_card_money_20_regular": 59491, + "ic_fluent_gift_card_multiple_20_filled": 59492, + "ic_fluent_gift_card_multiple_20_regular": 59493, + "ic_fluent_gift_open_20_filled": 59494, + "ic_fluent_gift_open_20_regular": 59495, + "ic_fluent_glance_20_filled": 59496, + "ic_fluent_glance_20_regular": 59497, + "ic_fluent_glance_horizontal_20_filled": 59498, + "ic_fluent_glance_horizontal_20_regular": 59499, + "ic_fluent_glance_horizontal_sparkles_20_filled": 59500, + "ic_fluent_glance_horizontal_sparkles_20_regular": 59501, + "ic_fluent_glasses_20_filled": 59502, + "ic_fluent_glasses_20_regular": 59503, + "ic_fluent_glasses_off_20_filled": 59504, + "ic_fluent_glasses_off_20_regular": 59505, + "ic_fluent_globe_20_filled": 59506, + "ic_fluent_globe_20_regular": 59507, + "ic_fluent_globe_add_20_filled": 59508, + "ic_fluent_globe_add_20_regular": 59509, + "ic_fluent_globe_arrow_forward_20_filled": 59510, + "ic_fluent_globe_arrow_forward_20_regular": 59511, + "ic_fluent_globe_arrow_up_20_filled": 59512, + "ic_fluent_globe_arrow_up_20_regular": 59513, + "ic_fluent_globe_clock_20_filled": 59514, + "ic_fluent_globe_clock_20_regular": 59515, + "ic_fluent_globe_desktop_20_filled": 59516, + "ic_fluent_globe_desktop_20_regular": 59517, + "ic_fluent_globe_error_20_filled": 59518, + "ic_fluent_globe_error_20_regular": 59519, + "ic_fluent_globe_location_20_filled": 59520, + "ic_fluent_globe_location_20_regular": 59521, + "ic_fluent_globe_person_20_filled": 59522, + "ic_fluent_globe_person_20_regular": 59523, + "ic_fluent_globe_prohibited_20_filled": 59524, + "ic_fluent_globe_prohibited_20_regular": 59525, + "ic_fluent_globe_search_20_filled": 59526, + "ic_fluent_globe_search_20_regular": 59527, + "ic_fluent_globe_shield_20_filled": 59528, + "ic_fluent_globe_shield_20_regular": 59529, + "ic_fluent_globe_star_20_filled": 59530, + "ic_fluent_globe_star_20_regular": 59531, + "ic_fluent_globe_surface_20_filled": 59532, + "ic_fluent_globe_surface_20_regular": 59533, + "ic_fluent_globe_sync_20_filled": 59534, + "ic_fluent_globe_sync_20_regular": 59535, + "ic_fluent_globe_video_20_filled": 59536, + "ic_fluent_globe_video_20_regular": 59537, + "ic_fluent_globe_warning_20_filled": 59538, + "ic_fluent_globe_warning_20_regular": 59539, + "ic_fluent_grid_20_filled": 59540, + "ic_fluent_grid_20_regular": 59541, + "ic_fluent_grid_dots_20_filled": 59542, + "ic_fluent_grid_dots_20_regular": 59543, + "ic_fluent_grid_kanban_20_filled": 59544, + "ic_fluent_grid_kanban_20_regular": 59545, + "ic_fluent_group_20_filled": 59546, + "ic_fluent_group_20_regular": 59547, + "ic_fluent_group_dismiss_20_filled": 59548, + "ic_fluent_group_dismiss_20_regular": 59549, + "ic_fluent_group_list_20_filled": 59550, + "ic_fluent_group_list_20_regular": 59551, + "ic_fluent_group_return_20_filled": 59552, + "ic_fluent_group_return_20_regular": 59553, + "ic_fluent_guardian_20_filled": 59554, + "ic_fluent_guardian_20_regular": 59555, + "ic_fluent_guest_20_filled": 59556, + "ic_fluent_guest_20_regular": 59557, + "ic_fluent_guest_add_20_filled": 59558, + "ic_fluent_guest_add_20_regular": 59559, + "ic_fluent_guitar_20_filled": 59560, + "ic_fluent_guitar_20_regular": 59561, + "ic_fluent_hand_draw_20_filled": 59562, + "ic_fluent_hand_draw_20_regular": 59563, + "ic_fluent_hand_left_20_filled": 59564, + "ic_fluent_hand_left_20_regular": 59565, + "ic_fluent_hand_left_chat_20_filled": 59566, + "ic_fluent_hand_left_chat_20_regular": 59567, + "ic_fluent_hand_open_heart_20_filled": 59568, + "ic_fluent_hand_open_heart_20_regular": 59569, + "ic_fluent_hand_right_20_filled": 59570, + "ic_fluent_hand_right_20_regular": 59571, + "ic_fluent_hand_right_off_20_filled": 59572, + "ic_fluent_hand_right_off_20_regular": 59573, + "ic_fluent_hand_wave_20_filled": 59574, + "ic_fluent_hand_wave_20_regular": 59575, + "ic_fluent_handshake_20_filled": 59576, + "ic_fluent_handshake_20_regular": 59577, + "ic_fluent_hard_drive_20_filled": 59578, + "ic_fluent_hard_drive_20_regular": 59579, + "ic_fluent_hat_graduation_20_filled": 59580, + "ic_fluent_hat_graduation_20_regular": 59581, + "ic_fluent_hat_graduation_add_20_filled": 59582, + "ic_fluent_hat_graduation_add_20_regular": 59583, + "ic_fluent_hat_graduation_sparkle_20_filled": 59584, + "ic_fluent_hat_graduation_sparkle_20_regular": 59585, + "ic_fluent_hd_20_filled": 59586, + "ic_fluent_hd_20_regular": 59587, + "ic_fluent_hdr_20_filled": 59588, + "ic_fluent_hdr_20_regular": 59589, + "ic_fluent_hdr_off_20_filled": 59590, + "ic_fluent_hdr_off_20_regular": 59591, + "ic_fluent_headphones_20_filled": 59592, + "ic_fluent_headphones_20_regular": 59593, + "ic_fluent_headphones_sound_wave_20_filled": 59594, + "ic_fluent_headphones_sound_wave_20_regular": 59595, + "ic_fluent_headset_20_filled": 59596, + "ic_fluent_headset_20_regular": 59597, + "ic_fluent_headset_add_20_filled": 59598, + "ic_fluent_headset_add_20_regular": 59599, + "ic_fluent_headset_vr_20_filled": 59600, + "ic_fluent_headset_vr_20_regular": 59601, + "ic_fluent_heart_20_filled": 59602, + "ic_fluent_heart_20_regular": 59603, + "ic_fluent_heart_broken_20_filled": 59604, + "ic_fluent_heart_broken_20_regular": 59605, + "ic_fluent_heart_circle_20_filled": 59606, + "ic_fluent_heart_circle_20_regular": 59607, + "ic_fluent_heart_circle_hint_20_filled": 59608, + "ic_fluent_heart_circle_hint_20_regular": 59609, + "ic_fluent_heart_off_20_filled": 59610, + "ic_fluent_heart_off_20_regular": 59611, + "ic_fluent_heart_pulse_20_filled": 59612, + "ic_fluent_heart_pulse_20_regular": 59613, + "ic_fluent_heart_pulse_checkmark_20_filled": 59614, + "ic_fluent_heart_pulse_checkmark_20_regular": 59615, + "ic_fluent_heart_pulse_error_20_filled": 59616, + "ic_fluent_heart_pulse_error_20_regular": 59617, + "ic_fluent_heart_pulse_warning_20_filled": 59618, + "ic_fluent_heart_pulse_warning_20_regular": 59619, + "ic_fluent_hexagon_20_filled": 59620, + "ic_fluent_hexagon_20_regular": 59621, + "ic_fluent_hexagon_three_20_filled": 59622, + "ic_fluent_hexagon_three_20_regular": 59623, + "ic_fluent_highlight_20_filled": 59624, + "ic_fluent_highlight_20_regular": 59625, + "ic_fluent_highlight_accent_20_filled": 59626, + "ic_fluent_highlight_link_20_filled": 59627, + "ic_fluent_highlight_link_20_regular": 59628, + "ic_fluent_highway_20_filled": 59629, + "ic_fluent_highway_20_regular": 59630, + "ic_fluent_history_20_filled": 59631, + "ic_fluent_history_20_regular": 59632, + "ic_fluent_history_dismiss_20_filled": 59633, + "ic_fluent_history_dismiss_20_regular": 59634, + "ic_fluent_home_20_filled": 59635, + "ic_fluent_home_20_regular": 59636, + "ic_fluent_home_add_20_filled": 59637, + "ic_fluent_home_add_20_regular": 59638, + "ic_fluent_home_checkmark_20_filled": 59639, + "ic_fluent_home_checkmark_20_regular": 59640, + "ic_fluent_home_database_20_filled": 59641, + "ic_fluent_home_database_20_regular": 59642, + "ic_fluent_home_garage_20_filled": 59643, + "ic_fluent_home_garage_20_regular": 59644, + "ic_fluent_home_heart_20_filled": 59645, + "ic_fluent_home_heart_20_regular": 59646, + "ic_fluent_home_more_20_filled": 59647, + "ic_fluent_home_more_20_regular": 59648, + "ic_fluent_home_person_20_filled": 59649, + "ic_fluent_home_person_20_regular": 59650, + "ic_fluent_home_split_20_filled": 59651, + "ic_fluent_home_split_20_regular": 59652, + "ic_fluent_hourglass_20_filled": 59653, + "ic_fluent_hourglass_20_regular": 59654, + "ic_fluent_hourglass_half_20_filled": 59655, + "ic_fluent_hourglass_half_20_regular": 59656, + "ic_fluent_hourglass_one_quarter_20_filled": 59657, + "ic_fluent_hourglass_one_quarter_20_regular": 59658, + "ic_fluent_hourglass_three_quarter_20_filled": 59659, + "ic_fluent_hourglass_three_quarter_20_regular": 59660, + "ic_fluent_icons_20_filled": 59661, + "ic_fluent_icons_20_regular": 59662, + "ic_fluent_image_20_filled": 59663, + "ic_fluent_image_20_regular": 59664, + "ic_fluent_image_add_20_filled": 59665, + "ic_fluent_image_add_20_regular": 59666, + "ic_fluent_image_alt_text_20_filled": 59667, + "ic_fluent_image_alt_text_20_regular": 59668, + "ic_fluent_image_arrow_back_20_filled": 59669, + "ic_fluent_image_arrow_back_20_regular": 59670, + "ic_fluent_image_arrow_counterclockwise_20_filled": 59671, + "ic_fluent_image_arrow_counterclockwise_20_regular": 59672, + "ic_fluent_image_arrow_forward_20_filled": 59673, + "ic_fluent_image_arrow_forward_20_regular": 59674, + "ic_fluent_image_border_20_filled": 59675, + "ic_fluent_image_border_20_regular": 59676, + "ic_fluent_image_circle_20_filled": 59677, + "ic_fluent_image_circle_20_regular": 59678, + "ic_fluent_image_copy_20_filled": 59679, + "ic_fluent_image_copy_20_regular": 59680, + "ic_fluent_image_edit_20_filled": 59681, + "ic_fluent_image_edit_20_regular": 59682, + "ic_fluent_image_globe_20_filled": 59683, + "ic_fluent_image_globe_20_regular": 59684, + "ic_fluent_image_multiple_20_filled": 59685, + "ic_fluent_image_multiple_20_regular": 59686, + "ic_fluent_image_multiple_off_20_filled": 59687, + "ic_fluent_image_multiple_off_20_regular": 59688, + "ic_fluent_image_off_20_filled": 59689, + "ic_fluent_image_off_20_regular": 59690, + "ic_fluent_image_prohibited_20_filled": 59691, + "ic_fluent_image_prohibited_20_regular": 59692, + "ic_fluent_image_reflection_20_filled": 59693, + "ic_fluent_image_reflection_20_regular": 59694, + "ic_fluent_image_search_20_filled": 59695, + "ic_fluent_image_search_20_regular": 59696, + "ic_fluent_image_shadow_20_filled": 59697, + "ic_fluent_image_shadow_20_regular": 59698, + "ic_fluent_image_sparkle_20_filled": 59699, + "ic_fluent_image_sparkle_20_regular": 59700, + "ic_fluent_image_split_20_filled": 59701, + "ic_fluent_image_split_20_regular": 59702, + "ic_fluent_image_stack_20_filled": 59703, + "ic_fluent_image_stack_20_regular": 59704, + "ic_fluent_image_table_20_filled": 59705, + "ic_fluent_image_table_20_regular": 59706, + "ic_fluent_immersive_reader_20_filled": 59707, + "ic_fluent_immersive_reader_20_regular": 59708, + "ic_fluent_important_20_filled": 59709, + "ic_fluent_important_20_regular": 59710, + "ic_fluent_incognito_20_filled": 59711, + "ic_fluent_incognito_20_regular": 59712, + "ic_fluent_info_20_filled": 59713, + "ic_fluent_info_20_regular": 59714, + "ic_fluent_info_shield_20_filled": 59715, + "ic_fluent_info_shield_20_regular": 59716, + "ic_fluent_ink_stroke_20_filled": 59717, + "ic_fluent_ink_stroke_20_regular": 59718, + "ic_fluent_ink_stroke_arrow_down_20_filled": 59719, + "ic_fluent_ink_stroke_arrow_down_20_regular": 59720, + "ic_fluent_ink_stroke_arrow_up_down_20_filled": 59721, + "ic_fluent_ink_stroke_arrow_up_down_20_regular": 59722, + "ic_fluent_inking_tool_20_filled": 59723, + "ic_fluent_inking_tool_20_regular": 59724, + "ic_fluent_inking_tool_accent_20_filled": 59725, + "ic_fluent_inprivate_account_20_filled": 59726, + "ic_fluent_inprivate_account_20_regular": 59727, + "ic_fluent_insert_20_filled": 59728, + "ic_fluent_insert_20_regular": 59729, + "ic_fluent_ios_chevron_right_20_filled": 59730, + "ic_fluent_ios_chevron_right_20_regular": 59731, + "ic_fluent_iot_20_filled": 59732, + "ic_fluent_iot_20_regular": 59733, + "ic_fluent_iot_alert_20_filled": 59734, + "ic_fluent_iot_alert_20_regular": 59735, + "ic_fluent_javascript_20_filled": 59736, + "ic_fluent_javascript_20_regular": 59737, + "ic_fluent_joystick_20_filled": 59738, + "ic_fluent_joystick_20_regular": 59739, + "ic_fluent_key_20_filled": 59740, + "ic_fluent_key_20_regular": 59741, + "ic_fluent_key_command_20_filled": 59742, + "ic_fluent_key_command_20_regular": 59743, + "ic_fluent_key_multiple_20_filled": 59744, + "ic_fluent_key_multiple_20_regular": 59745, + "ic_fluent_key_reset_20_filled": 59746, + "ic_fluent_key_reset_20_regular": 59747, + "ic_fluent_keyboard_123_20_filled": 59748, + "ic_fluent_keyboard_123_20_regular": 59749, + "ic_fluent_keyboard_20_filled": 59750, + "ic_fluent_keyboard_20_regular": 59751, + "ic_fluent_keyboard_dock_20_filled": 59752, + "ic_fluent_keyboard_dock_20_regular": 59753, + "ic_fluent_keyboard_layout_float_20_filled": 59754, + "ic_fluent_keyboard_layout_float_20_regular": 59755, + "ic_fluent_keyboard_layout_one_handed_left_20_filled": 59756, + "ic_fluent_keyboard_layout_one_handed_left_20_regular": 59757, + "ic_fluent_keyboard_layout_resize_20_filled": 59758, + "ic_fluent_keyboard_layout_resize_20_regular": 59759, + "ic_fluent_keyboard_layout_split_20_filled": 59760, + "ic_fluent_keyboard_layout_split_20_regular": 59761, + "ic_fluent_keyboard_shift_20_filled": 59762, + "ic_fluent_keyboard_shift_20_regular": 59763, + "ic_fluent_keyboard_shift_uppercase_20_filled": 59764, + "ic_fluent_keyboard_shift_uppercase_20_regular": 59765, + "ic_fluent_keyboard_tab_20_filled": 59766, + "ic_fluent_keyboard_tab_20_regular": 59767, + "ic_fluent_laptop_20_filled": 59768, + "ic_fluent_laptop_20_regular": 59769, + "ic_fluent_laptop_briefcase_20_filled": 59770, + "ic_fluent_laptop_briefcase_20_regular": 59771, + "ic_fluent_laptop_dismiss_20_filled": 59772, + "ic_fluent_laptop_dismiss_20_regular": 59773, + "ic_fluent_laptop_person_20_filled": 59774, + "ic_fluent_laptop_person_20_regular": 59775, + "ic_fluent_laptop_settings_20_filled": 59776, + "ic_fluent_laptop_settings_20_regular": 59777, + "ic_fluent_laptop_shield_20_filled": 59778, + "ic_fluent_laptop_shield_20_regular": 59779, + "ic_fluent_laser_tool_20_filled": 59780, + "ic_fluent_laser_tool_20_regular": 59781, + "ic_fluent_lasso_20_filled": 59782, + "ic_fluent_lasso_20_regular": 59783, + "ic_fluent_launcher_settings_20_filled": 59784, + "ic_fluent_launcher_settings_20_regular": 59785, + "ic_fluent_layer_20_filled": 59786, + "ic_fluent_layer_20_regular": 59787, + "ic_fluent_layer_diagonal_20_filled": 59788, + "ic_fluent_layer_diagonal_20_regular": 59789, + "ic_fluent_layer_diagonal_add_20_filled": 59790, + "ic_fluent_layer_diagonal_add_20_regular": 59791, + "ic_fluent_layer_diagonal_person_20_filled": 59792, + "ic_fluent_layer_diagonal_person_20_regular": 59793, + "ic_fluent_layer_diagonal_sparkle_20_filled": 59794, + "ic_fluent_layer_diagonal_sparkle_20_regular": 59795, + "ic_fluent_layout_cell_four_20_filled": 59796, + "ic_fluent_layout_cell_four_20_regular": 59797, + "ic_fluent_layout_cell_four_focus_bottom_left_20_filled": 59798, + "ic_fluent_layout_cell_four_focus_bottom_right_20_filled": 59799, + "ic_fluent_layout_cell_four_focus_top_left_20_filled": 59800, + "ic_fluent_layout_cell_four_focus_top_right_20_filled": 59801, + "ic_fluent_layout_column_four_20_filled": 59802, + "ic_fluent_layout_column_four_20_regular": 59803, + "ic_fluent_layout_column_four_focus_center_left_20_filled": 59804, + "ic_fluent_layout_column_four_focus_center_right_20_filled": 59805, + "ic_fluent_layout_column_four_focus_left_20_filled": 59806, + "ic_fluent_layout_column_four_focus_right_20_filled": 59807, + "ic_fluent_layout_column_one_third_left_20_filled": 59808, + "ic_fluent_layout_column_one_third_left_20_regular": 59809, + "ic_fluent_layout_column_one_third_right_20_filled": 59810, + "ic_fluent_layout_column_one_third_right_20_regular": 59811, + "ic_fluent_layout_column_one_third_right_hint_20_filled": 59812, + "ic_fluent_layout_column_one_third_right_hint_20_regular": 59813, + "ic_fluent_layout_column_three_20_filled": 59814, + "ic_fluent_layout_column_three_20_regular": 59815, + "ic_fluent_layout_column_three_focus_center_20_filled": 59816, + "ic_fluent_layout_column_three_focus_left_20_filled": 59817, + "ic_fluent_layout_column_three_focus_right_20_filled": 59818, + "ic_fluent_layout_column_two_20_filled": 59819, + "ic_fluent_layout_column_two_20_regular": 59820, + "ic_fluent_layout_column_two_focus_left_20_filled": 59821, + "ic_fluent_layout_column_two_focus_right_20_filled": 59822, + "ic_fluent_layout_column_two_split_left_20_filled": 59823, + "ic_fluent_layout_column_two_split_left_20_regular": 59824, + "ic_fluent_layout_column_two_split_left_focus_bottom_left_20_filled": 59825, + "ic_fluent_layout_column_two_split_left_focus_right_20_filled": 59826, + "ic_fluent_layout_column_two_split_left_focus_top_left_20_filled": 59827, + "ic_fluent_layout_column_two_split_right_20_filled": 59828, + "ic_fluent_layout_column_two_split_right_20_regular": 59829, + "ic_fluent_layout_column_two_split_right_focus_bottom_right_20_filled": 59830, + "ic_fluent_layout_column_two_split_right_focus_left_20_filled": 59831, + "ic_fluent_layout_column_two_split_right_focus_top_right_20_filled": 59832, + "ic_fluent_layout_row_four_20_filled": 59833, + "ic_fluent_layout_row_four_20_regular": 59834, + "ic_fluent_layout_row_four_focus_bottom_20_filled": 59835, + "ic_fluent_layout_row_four_focus_center_bottom_20_filled": 59836, + "ic_fluent_layout_row_four_focus_center_top_20_filled": 59837, + "ic_fluent_layout_row_four_focus_top_20_filled": 59838, + "ic_fluent_layout_row_three_20_filled": 59839, + "ic_fluent_layout_row_three_20_regular": 59840, + "ic_fluent_layout_row_three_focus_bottom_20_filled": 59841, + "ic_fluent_layout_row_three_focus_center_20_filled": 59842, + "ic_fluent_layout_row_three_focus_top_20_filled": 59843, + "ic_fluent_layout_row_two_20_filled": 59844, + "ic_fluent_layout_row_two_20_regular": 59845, + "ic_fluent_layout_row_two_focus_bottom_20_filled": 59846, + "ic_fluent_layout_row_two_focus_top_20_filled": 59847, + "ic_fluent_layout_row_two_split_bottom_20_filled": 59848, + "ic_fluent_layout_row_two_split_bottom_20_regular": 59849, + "ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled": 59850, + "ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled": 59851, + "ic_fluent_layout_row_two_split_bottom_focus_top_20_filled": 59852, + "ic_fluent_layout_row_two_split_top_20_filled": 59853, + "ic_fluent_layout_row_two_split_top_20_regular": 59854, + "ic_fluent_layout_row_two_split_top_focus_bottom_20_filled": 59855, + "ic_fluent_layout_row_two_split_top_focus_top_left_20_filled": 59856, + "ic_fluent_layout_row_two_split_top_focus_top_right_20_filled": 59857, + "ic_fluent_leaf_one_20_filled": 59858, + "ic_fluent_leaf_one_20_regular": 59859, + "ic_fluent_leaf_three_20_filled": 59860, + "ic_fluent_leaf_three_20_regular": 59861, + "ic_fluent_leaf_two_20_filled": 59862, + "ic_fluent_leaf_two_20_regular": 59863, + "ic_fluent_learning_app_20_filled": 59864, + "ic_fluent_learning_app_20_regular": 59865, + "ic_fluent_library_20_filled": 59866, + "ic_fluent_library_20_regular": 59867, + "ic_fluent_lightbulb_20_filled": 59868, + "ic_fluent_lightbulb_20_regular": 59869, + "ic_fluent_lightbulb_checkmark_20_filled": 59870, + "ic_fluent_lightbulb_checkmark_20_regular": 59871, + "ic_fluent_lightbulb_circle_20_filled": 59872, + "ic_fluent_lightbulb_circle_20_regular": 59873, + "ic_fluent_lightbulb_filament_20_filled": 59874, + "ic_fluent_lightbulb_filament_20_regular": 59875, + "ic_fluent_lightbulb_person_20_filled": 59876, + "ic_fluent_lightbulb_person_20_regular": 59877, + "ic_fluent_likert_20_filled": 59878, + "ic_fluent_likert_20_regular": 59879, + "ic_fluent_line_20_filled": 59880, + "ic_fluent_line_20_regular": 59881, + "ic_fluent_line_dashes_20_filled": 59882, + "ic_fluent_line_dashes_20_regular": 59883, + "ic_fluent_line_flow_diagonal_up_right_20_filled": 59884, + "ic_fluent_line_flow_diagonal_up_right_20_regular": 59885, + "ic_fluent_line_horizontal_1_20_filled": 59886, + "ic_fluent_line_horizontal_1_20_regular": 59887, + "ic_fluent_line_horizontal_1_dashes_20_filled": 59888, + "ic_fluent_line_horizontal_1_dashes_20_regular": 59889, + "ic_fluent_line_horizontal_2_dashes_solid_20_filled": 59890, + "ic_fluent_line_horizontal_2_dashes_solid_20_regular": 59891, + "ic_fluent_line_horizontal_3_20_filled": 59892, + "ic_fluent_line_horizontal_3_20_regular": 59893, + "ic_fluent_line_horizontal_4_20_filled": 59894, + "ic_fluent_line_horizontal_4_20_regular": 59895, + "ic_fluent_line_horizontal_4_search_20_filled": 59896, + "ic_fluent_line_horizontal_4_search_20_regular": 59897, + "ic_fluent_line_horizontal_5_20_filled": 59898, + "ic_fluent_line_horizontal_5_20_regular": 59899, + "ic_fluent_line_horizontal_5_error_20_filled": 59900, + "ic_fluent_line_horizontal_5_error_20_regular": 59901, + "ic_fluent_line_style_20_filled": 59902, + "ic_fluent_line_style_20_regular": 59903, + "ic_fluent_line_thickness_20_filled": 59904, + "ic_fluent_line_thickness_20_regular": 59905, + "ic_fluent_link_20_filled": 59906, + "ic_fluent_link_20_regular": 59907, + "ic_fluent_link_add_20_filled": 59908, + "ic_fluent_link_add_20_regular": 59909, + "ic_fluent_link_dismiss_20_filled": 59910, + "ic_fluent_link_dismiss_20_regular": 59911, + "ic_fluent_link_edit_20_filled": 59912, + "ic_fluent_link_edit_20_regular": 59913, + "ic_fluent_link_multiple_20_filled": 59914, + "ic_fluent_link_multiple_20_regular": 59915, + "ic_fluent_link_person_20_filled": 59916, + "ic_fluent_link_person_20_regular": 59917, + "ic_fluent_link_square_20_filled": 59918, + "ic_fluent_link_square_20_regular": 59919, + "ic_fluent_link_toolbox_20_filled": 59920, + "ic_fluent_link_toolbox_20_regular": 59921, + "ic_fluent_list_20_filled": 59922, + "ic_fluent_list_20_regular": 59923, + "ic_fluent_list_bar_20_filled": 59924, + "ic_fluent_list_bar_20_regular": 59925, + "ic_fluent_list_bar_tree_20_filled": 59926, + "ic_fluent_list_bar_tree_20_regular": 59927, + "ic_fluent_list_bar_tree_offset_20_filled": 59928, + "ic_fluent_list_bar_tree_offset_20_regular": 59929, + "ic_fluent_list_rtl_20_filled": 59930, + "ic_fluent_list_rtl_20_regular": 59931, + "ic_fluent_live_20_filled": 59932, + "ic_fluent_live_20_regular": 59933, + "ic_fluent_live_off_20_filled": 59934, + "ic_fluent_live_off_20_regular": 59935, + "ic_fluent_local_language_20_filled": 59936, + "ic_fluent_local_language_20_regular": 59937, + "ic_fluent_location_20_filled": 59938, + "ic_fluent_location_20_regular": 59939, + "ic_fluent_location_add_20_filled": 59940, + "ic_fluent_location_add_20_regular": 59941, + "ic_fluent_location_add_left_20_filled": 59942, + "ic_fluent_location_add_left_20_regular": 59943, + "ic_fluent_location_add_right_20_filled": 59944, + "ic_fluent_location_add_right_20_regular": 59945, + "ic_fluent_location_add_up_20_filled": 59946, + "ic_fluent_location_add_up_20_regular": 59947, + "ic_fluent_location_arrow_20_filled": 59948, + "ic_fluent_location_arrow_20_regular": 59949, + "ic_fluent_location_arrow_left_20_filled": 59950, + "ic_fluent_location_arrow_left_20_regular": 59951, + "ic_fluent_location_arrow_right_20_filled": 59952, + "ic_fluent_location_arrow_right_20_regular": 59953, + "ic_fluent_location_arrow_up_20_filled": 59954, + "ic_fluent_location_arrow_up_20_regular": 59955, + "ic_fluent_location_dismiss_20_filled": 59956, + "ic_fluent_location_dismiss_20_regular": 59957, + "ic_fluent_location_live_20_filled": 59958, + "ic_fluent_location_live_20_regular": 59959, + "ic_fluent_location_off_20_filled": 59960, + "ic_fluent_location_off_20_regular": 59961, + "ic_fluent_location_ripple_20_filled": 59962, + "ic_fluent_location_ripple_20_regular": 59963, + "ic_fluent_location_target_square_20_filled": 59964, + "ic_fluent_location_target_square_20_regular": 59965, + "ic_fluent_lock_closed_20_filled": 59966, + "ic_fluent_lock_closed_20_regular": 59967, + "ic_fluent_lock_closed_key_20_filled": 59968, + "ic_fluent_lock_closed_key_20_regular": 59969, + "ic_fluent_lock_multiple_20_filled": 59970, + "ic_fluent_lock_multiple_20_regular": 59971, + "ic_fluent_lock_open_20_filled": 59972, + "ic_fluent_lock_open_20_regular": 59973, + "ic_fluent_lock_shield_20_filled": 59974, + "ic_fluent_lock_shield_20_regular": 59975, + "ic_fluent_lottery_20_filled": 59976, + "ic_fluent_lottery_20_regular": 59977, + "ic_fluent_luggage_20_filled": 59978, + "ic_fluent_luggage_20_regular": 59979, + "ic_fluent_mail_20_filled": 59980, + "ic_fluent_mail_20_regular": 59981, + "ic_fluent_mail_add_20_filled": 59982, + "ic_fluent_mail_add_20_regular": 59983, + "ic_fluent_mail_alert_20_filled": 59984, + "ic_fluent_mail_alert_20_regular": 59985, + "ic_fluent_mail_all_read_20_filled": 59986, + "ic_fluent_mail_all_read_20_regular": 59987, + "ic_fluent_mail_all_unread_20_filled": 59988, + "ic_fluent_mail_all_unread_20_regular": 59989, + "ic_fluent_mail_arrow_clockwise_20_filled": 59990, + "ic_fluent_mail_arrow_clockwise_20_regular": 59991, + "ic_fluent_mail_arrow_double_back_20_filled": 59992, + "ic_fluent_mail_arrow_double_back_20_regular": 59993, + "ic_fluent_mail_arrow_down_20_filled": 59994, + "ic_fluent_mail_arrow_down_20_regular": 59995, + "ic_fluent_mail_arrow_forward_20_filled": 59996, + "ic_fluent_mail_arrow_forward_20_regular": 59997, + "ic_fluent_mail_arrow_up_20_filled": 59998, + "ic_fluent_mail_arrow_up_20_regular": 59999, + "ic_fluent_mail_attach_20_filled": 60000, + "ic_fluent_mail_attach_20_regular": 60001, + "ic_fluent_mail_checkmark_20_filled": 60002, + "ic_fluent_mail_checkmark_20_regular": 60003, + "ic_fluent_mail_clock_20_filled": 60004, + "ic_fluent_mail_clock_20_regular": 60005, + "ic_fluent_mail_copy_20_filled": 60006, + "ic_fluent_mail_copy_20_regular": 60007, + "ic_fluent_mail_dismiss_20_filled": 60008, + "ic_fluent_mail_dismiss_20_regular": 60009, + "ic_fluent_mail_edit_20_filled": 60010, + "ic_fluent_mail_edit_20_regular": 60011, + "ic_fluent_mail_error_20_filled": 60012, + "ic_fluent_mail_error_20_regular": 60013, + "ic_fluent_mail_inbox_20_filled": 60014, + "ic_fluent_mail_inbox_20_regular": 60015, + "ic_fluent_mail_inbox_add_20_filled": 60016, + "ic_fluent_mail_inbox_add_20_regular": 60017, + "ic_fluent_mail_inbox_all_20_filled": 60018, + "ic_fluent_mail_inbox_all_20_regular": 60019, + "ic_fluent_mail_inbox_arrow_down_20_filled": 60020, + "ic_fluent_mail_inbox_arrow_down_20_regular": 60021, + "ic_fluent_mail_inbox_arrow_right_20_filled": 60022, + "ic_fluent_mail_inbox_arrow_right_20_regular": 60023, + "ic_fluent_mail_inbox_arrow_up_20_filled": 60024, + "ic_fluent_mail_inbox_arrow_up_20_regular": 60025, + "ic_fluent_mail_inbox_checkmark_20_filled": 60026, + "ic_fluent_mail_inbox_checkmark_20_regular": 60027, + "ic_fluent_mail_inbox_dismiss_20_filled": 60028, + "ic_fluent_mail_inbox_dismiss_20_regular": 60029, + "ic_fluent_mail_link_20_filled": 60030, + "ic_fluent_mail_link_20_regular": 60031, + "ic_fluent_mail_list_20_filled": 60032, + "ic_fluent_mail_list_20_regular": 60033, + "ic_fluent_mail_multiple_20_filled": 60034, + "ic_fluent_mail_multiple_20_regular": 60035, + "ic_fluent_mail_off_20_filled": 60036, + "ic_fluent_mail_off_20_regular": 60037, + "ic_fluent_mail_open_person_20_filled": 60038, + "ic_fluent_mail_open_person_20_regular": 60039, + "ic_fluent_mail_pause_20_filled": 60040, + "ic_fluent_mail_pause_20_regular": 60041, + "ic_fluent_mail_prohibited_20_filled": 60042, + "ic_fluent_mail_prohibited_20_regular": 60043, + "ic_fluent_mail_read_20_filled": 60044, + "ic_fluent_mail_read_20_regular": 60045, + "ic_fluent_mail_read_multiple_20_filled": 60046, + "ic_fluent_mail_read_multiple_20_regular": 60047, + "ic_fluent_mail_rewind_20_filled": 60048, + "ic_fluent_mail_rewind_20_regular": 60049, + "ic_fluent_mail_settings_20_filled": 60050, + "ic_fluent_mail_settings_20_regular": 60051, + "ic_fluent_mail_shield_20_filled": 60052, + "ic_fluent_mail_shield_20_regular": 60053, + "ic_fluent_mail_template_20_filled": 60054, + "ic_fluent_mail_template_20_regular": 60055, + "ic_fluent_mail_unread_20_filled": 60056, + "ic_fluent_mail_unread_20_regular": 60057, + "ic_fluent_mail_warning_20_filled": 60058, + "ic_fluent_mail_warning_20_regular": 60059, + "ic_fluent_mailbox_20_filled": 60060, + "ic_fluent_mailbox_20_regular": 60061, + "ic_fluent_map_20_filled": 60062, + "ic_fluent_map_20_regular": 60063, + "ic_fluent_map_drive_20_filled": 60064, + "ic_fluent_map_drive_20_regular": 60065, + "ic_fluent_markdown_20_filled": 60066, + "ic_fluent_markdown_20_regular": 60067, + "ic_fluent_match_app_layout_20_filled": 60068, + "ic_fluent_match_app_layout_20_regular": 60069, + "ic_fluent_math_format_linear_20_filled": 60070, + "ic_fluent_math_format_linear_20_regular": 60071, + "ic_fluent_math_format_professional_20_filled": 60072, + "ic_fluent_math_format_professional_20_regular": 60073, + "ic_fluent_math_formula_20_filled": 60074, + "ic_fluent_math_formula_20_regular": 60075, + "ic_fluent_math_symbols_20_filled": 60076, + "ic_fluent_math_symbols_20_regular": 60077, + "ic_fluent_maximize_20_filled": 60078, + "ic_fluent_maximize_20_regular": 60079, + "ic_fluent_meet_now_20_filled": 60080, + "ic_fluent_meet_now_20_regular": 60081, + "ic_fluent_megaphone_20_filled": 60082, + "ic_fluent_megaphone_20_regular": 60083, + "ic_fluent_megaphone_circle_20_filled": 60084, + "ic_fluent_megaphone_circle_20_regular": 60085, + "ic_fluent_megaphone_loud_20_filled": 60086, + "ic_fluent_megaphone_loud_20_regular": 60087, + "ic_fluent_megaphone_off_20_filled": 60088, + "ic_fluent_megaphone_off_20_regular": 60089, + "ic_fluent_mention_20_filled": 60090, + "ic_fluent_mention_20_regular": 60091, + "ic_fluent_mention_arrow_down_20_filled": 60092, + "ic_fluent_mention_arrow_down_20_regular": 60093, + "ic_fluent_mention_brackets_20_filled": 60094, + "ic_fluent_mention_brackets_20_regular": 60095, + "ic_fluent_merge_20_filled": 60096, + "ic_fluent_merge_20_regular": 60097, + "ic_fluent_mic_20_filled": 60098, + "ic_fluent_mic_20_regular": 60099, + "ic_fluent_mic_off_20_filled": 60100, + "ic_fluent_mic_off_20_regular": 60101, + "ic_fluent_mic_prohibited_20_filled": 60102, + "ic_fluent_mic_prohibited_20_regular": 60103, + "ic_fluent_mic_pulse_20_filled": 60104, + "ic_fluent_mic_pulse_20_regular": 60105, + "ic_fluent_mic_pulse_off_20_filled": 60106, + "ic_fluent_mic_pulse_off_20_regular": 60107, + "ic_fluent_mic_record_20_filled": 60108, + "ic_fluent_mic_record_20_regular": 60109, + "ic_fluent_mic_settings_20_filled": 60110, + "ic_fluent_mic_settings_20_regular": 60111, + "ic_fluent_mic_sparkle_20_filled": 60112, + "ic_fluent_mic_sparkle_20_regular": 60113, + "ic_fluent_mic_sync_20_filled": 60114, + "ic_fluent_mic_sync_20_regular": 60115, + "ic_fluent_microscope_20_filled": 60116, + "ic_fluent_microscope_20_regular": 60117, + "ic_fluent_midi_20_filled": 60118, + "ic_fluent_midi_20_regular": 60119, + "ic_fluent_mobile_optimized_20_filled": 60120, + "ic_fluent_mobile_optimized_20_regular": 60121, + "ic_fluent_mold_20_filled": 60122, + "ic_fluent_mold_20_regular": 60123, + "ic_fluent_molecule_20_filled": 60124, + "ic_fluent_molecule_20_regular": 60125, + "ic_fluent_money_20_filled": 60126, + "ic_fluent_money_20_regular": 60127, + "ic_fluent_money_calculator_20_filled": 60128, + "ic_fluent_money_calculator_20_regular": 60129, + "ic_fluent_money_dismiss_20_filled": 60130, + "ic_fluent_money_dismiss_20_regular": 60131, + "ic_fluent_money_hand_20_filled": 60132, + "ic_fluent_money_hand_20_regular": 60133, + "ic_fluent_money_off_20_filled": 60134, + "ic_fluent_money_off_20_regular": 60135, + "ic_fluent_money_settings_20_filled": 60136, + "ic_fluent_money_settings_20_regular": 60137, + "ic_fluent_more_circle_20_filled": 60138, + "ic_fluent_more_circle_20_regular": 60139, + "ic_fluent_more_horizontal_20_filled": 60140, + "ic_fluent_more_horizontal_20_regular": 60141, + "ic_fluent_more_vertical_20_filled": 60142, + "ic_fluent_more_vertical_20_regular": 60143, + "ic_fluent_mountain_location_bottom_20_filled": 60144, + "ic_fluent_mountain_location_bottom_20_regular": 60145, + "ic_fluent_mountain_location_top_20_filled": 60146, + "ic_fluent_mountain_location_top_20_regular": 60147, + "ic_fluent_mountain_trail_20_filled": 60148, + "ic_fluent_mountain_trail_20_regular": 60149, + "ic_fluent_movies_and_tv_20_filled": 60150, + "ic_fluent_movies_and_tv_20_regular": 60151, + "ic_fluent_multiplier_1_2x_20_filled": 60152, + "ic_fluent_multiplier_1_2x_20_regular": 60153, + "ic_fluent_multiplier_1_5x_20_filled": 60154, + "ic_fluent_multiplier_1_5x_20_regular": 60155, + "ic_fluent_multiplier_1_8x_20_filled": 60156, + "ic_fluent_multiplier_1_8x_20_regular": 60157, + "ic_fluent_multiplier_1x_20_filled": 60158, + "ic_fluent_multiplier_1x_20_regular": 60159, + "ic_fluent_multiplier_2x_20_filled": 60160, + "ic_fluent_multiplier_2x_20_regular": 60161, + "ic_fluent_multiplier_5x_20_filled": 60162, + "ic_fluent_multiplier_5x_20_regular": 60163, + "ic_fluent_multiselect_ltr_20_filled": 60164, + "ic_fluent_multiselect_ltr_20_regular": 60165, + "ic_fluent_multiselect_rtl_20_filled": 60166, + "ic_fluent_multiselect_rtl_20_regular": 60167, + "ic_fluent_music_note_1_20_filled": 60168, + "ic_fluent_music_note_1_20_regular": 60169, + "ic_fluent_music_note_2_20_filled": 60170, + "ic_fluent_music_note_2_20_regular": 60171, + "ic_fluent_music_note_2_play_20_filled": 60172, + "ic_fluent_music_note_2_play_20_regular": 60173, + "ic_fluent_music_note_off_1_20_filled": 60174, + "ic_fluent_music_note_off_1_20_regular": 60175, + "ic_fluent_music_note_off_2_20_filled": 60176, + "ic_fluent_music_note_off_2_20_regular": 60177, + "ic_fluent_my_location_20_filled": 60178, + "ic_fluent_my_location_20_regular": 60179, + "ic_fluent_navigation_20_filled": 60180, + "ic_fluent_navigation_20_regular": 60181, + "ic_fluent_navigation_location_target_20_filled": 60182, + "ic_fluent_navigation_location_target_20_regular": 60183, + "ic_fluent_navigation_play_20_filled": 60184, + "ic_fluent_navigation_play_20_regular": 60185, + "ic_fluent_navigation_unread_20_filled": 60186, + "ic_fluent_navigation_unread_20_regular": 60187, + "ic_fluent_network_check_20_filled": 60188, + "ic_fluent_network_check_20_regular": 60189, + "ic_fluent_new_20_filled": 60190, + "ic_fluent_new_20_regular": 60191, + "ic_fluent_news_20_filled": 60192, + "ic_fluent_news_20_regular": 60193, + "ic_fluent_next_20_filled": 60194, + "ic_fluent_next_20_regular": 60195, + "ic_fluent_next_frame_20_filled": 60196, + "ic_fluent_next_frame_20_regular": 60197, + "ic_fluent_note_20_filled": 60198, + "ic_fluent_note_20_regular": 60199, + "ic_fluent_note_add_20_filled": 60200, + "ic_fluent_note_add_20_regular": 60201, + "ic_fluent_note_edit_20_filled": 60202, + "ic_fluent_note_edit_20_regular": 60203, + "ic_fluent_note_pin_20_filled": 60204, + "ic_fluent_note_pin_20_regular": 60205, + "ic_fluent_notebook_20_filled": 60206, + "ic_fluent_notebook_20_regular": 60207, + "ic_fluent_notebook_add_20_filled": 60208, + "ic_fluent_notebook_add_20_regular": 60209, + "ic_fluent_notebook_arrow_curve_down_20_filled": 60210, + "ic_fluent_notebook_arrow_curve_down_20_regular": 60211, + "ic_fluent_notebook_error_20_filled": 60212, + "ic_fluent_notebook_error_20_regular": 60213, + "ic_fluent_notebook_eye_20_filled": 60214, + "ic_fluent_notebook_eye_20_regular": 60215, + "ic_fluent_notebook_lightning_20_filled": 60216, + "ic_fluent_notebook_lightning_20_regular": 60217, + "ic_fluent_notebook_question_mark_20_filled": 60218, + "ic_fluent_notebook_question_mark_20_regular": 60219, + "ic_fluent_notebook_section_20_filled": 60220, + "ic_fluent_notebook_section_20_regular": 60221, + "ic_fluent_notebook_section_arrow_right_20_filled": 60222, + "ic_fluent_notebook_section_arrow_right_20_regular": 60223, + "ic_fluent_notebook_subsection_20_filled": 60224, + "ic_fluent_notebook_subsection_20_regular": 60225, + "ic_fluent_notebook_sync_20_filled": 60226, + "ic_fluent_notebook_sync_20_regular": 60227, + "ic_fluent_notepad_20_filled": 60228, + "ic_fluent_notepad_20_regular": 60229, + "ic_fluent_notepad_edit_20_filled": 60230, + "ic_fluent_notepad_edit_20_regular": 60231, + "ic_fluent_notepad_person_20_filled": 60232, + "ic_fluent_notepad_person_20_regular": 60233, + "ic_fluent_number_circle_0_20_filled": 60234, + "ic_fluent_number_circle_0_20_regular": 60235, + "ic_fluent_number_circle_1_20_filled": 60236, + "ic_fluent_number_circle_1_20_regular": 60237, + "ic_fluent_number_circle_2_20_filled": 60238, + "ic_fluent_number_circle_2_20_regular": 60239, + "ic_fluent_number_circle_3_20_filled": 60240, + "ic_fluent_number_circle_3_20_regular": 60241, + "ic_fluent_number_circle_4_20_filled": 60242, + "ic_fluent_number_circle_4_20_regular": 60243, + "ic_fluent_number_circle_5_20_filled": 60244, + "ic_fluent_number_circle_5_20_regular": 60245, + "ic_fluent_number_circle_6_20_filled": 60246, + "ic_fluent_number_circle_6_20_regular": 60247, + "ic_fluent_number_circle_7_20_filled": 60248, + "ic_fluent_number_circle_7_20_regular": 60249, + "ic_fluent_number_circle_8_20_filled": 60250, + "ic_fluent_number_circle_8_20_regular": 60251, + "ic_fluent_number_circle_9_20_filled": 60252, + "ic_fluent_number_circle_9_20_regular": 60253, + "ic_fluent_number_row_20_filled": 60254, + "ic_fluent_number_row_20_regular": 60255, + "ic_fluent_number_symbol_20_filled": 60256, + "ic_fluent_number_symbol_20_regular": 60257, + "ic_fluent_number_symbol_dismiss_20_filled": 60258, + "ic_fluent_number_symbol_dismiss_20_regular": 60259, + "ic_fluent_number_symbol_square_20_filled": 60260, + "ic_fluent_number_symbol_square_20_regular": 60261, + "ic_fluent_open_20_filled": 60262, + "ic_fluent_open_20_regular": 60263, + "ic_fluent_open_folder_20_filled": 60264, + "ic_fluent_open_folder_20_regular": 60265, + "ic_fluent_open_off_20_filled": 60266, + "ic_fluent_open_off_20_regular": 60267, + "ic_fluent_options_20_filled": 60268, + "ic_fluent_options_20_regular": 60269, + "ic_fluent_organization_20_filled": 60270, + "ic_fluent_organization_20_regular": 60271, + "ic_fluent_organization_horizontal_20_filled": 60272, + "ic_fluent_organization_horizontal_20_regular": 60273, + "ic_fluent_orientation_20_filled": 60274, + "ic_fluent_orientation_20_regular": 60275, + "ic_fluent_oval_20_filled": 60276, + "ic_fluent_oval_20_regular": 60277, + "ic_fluent_oven_20_filled": 60278, + "ic_fluent_oven_20_regular": 60279, + "ic_fluent_padding_down_20_filled": 60280, + "ic_fluent_padding_down_20_regular": 60281, + "ic_fluent_padding_left_20_filled": 60282, + "ic_fluent_padding_left_20_regular": 60283, + "ic_fluent_padding_right_20_filled": 60284, + "ic_fluent_padding_right_20_regular": 60285, + "ic_fluent_padding_top_20_filled": 60286, + "ic_fluent_padding_top_20_regular": 60287, + "ic_fluent_page_fit_20_filled": 60288, + "ic_fluent_page_fit_20_regular": 60289, + "ic_fluent_paint_brush_20_filled": 60290, + "ic_fluent_paint_brush_20_regular": 60291, + "ic_fluent_paint_brush_arrow_down_20_filled": 60292, + "ic_fluent_paint_brush_arrow_down_20_regular": 60293, + "ic_fluent_paint_brush_arrow_up_20_filled": 60294, + "ic_fluent_paint_brush_arrow_up_20_regular": 60295, + "ic_fluent_paint_bucket_20_filled": 60296, + "ic_fluent_paint_bucket_20_regular": 60297, + "ic_fluent_pair_20_filled": 60298, + "ic_fluent_pair_20_regular": 60299, + "ic_fluent_panel_bottom_20_filled": 60300, + "ic_fluent_panel_bottom_20_regular": 60301, + "ic_fluent_panel_bottom_contract_20_filled": 60302, + "ic_fluent_panel_bottom_contract_20_regular": 60303, + "ic_fluent_panel_bottom_expand_20_filled": 60304, + "ic_fluent_panel_bottom_expand_20_regular": 60305, + "ic_fluent_panel_left_20_filled": 60306, + "ic_fluent_panel_left_20_regular": 60307, + "ic_fluent_panel_left_add_20_filled": 60308, + "ic_fluent_panel_left_add_20_regular": 60309, + "ic_fluent_panel_left_contract_20_filled": 60310, + "ic_fluent_panel_left_contract_20_regular": 60311, + "ic_fluent_panel_left_expand_20_filled": 60312, + "ic_fluent_panel_left_expand_20_regular": 60313, + "ic_fluent_panel_left_focus_right_20_filled": 60314, + "ic_fluent_panel_left_header_20_filled": 60315, + "ic_fluent_panel_left_header_20_regular": 60316, + "ic_fluent_panel_left_header_add_20_filled": 60317, + "ic_fluent_panel_left_header_add_20_regular": 60318, + "ic_fluent_panel_left_header_key_20_filled": 60319, + "ic_fluent_panel_left_header_key_20_regular": 60320, + "ic_fluent_panel_left_key_20_filled": 60321, + "ic_fluent_panel_left_key_20_regular": 60322, + "ic_fluent_panel_left_text_20_filled": 60323, + "ic_fluent_panel_left_text_20_regular": 60324, + "ic_fluent_panel_left_text_add_20_filled": 60325, + "ic_fluent_panel_left_text_add_20_regular": 60326, + "ic_fluent_panel_left_text_dismiss_20_filled": 60327, + "ic_fluent_panel_left_text_dismiss_20_regular": 60328, + "ic_fluent_panel_right_20_filled": 60329, + "ic_fluent_panel_right_20_regular": 60330, + "ic_fluent_panel_right_add_20_filled": 60331, + "ic_fluent_panel_right_add_20_regular": 60332, + "ic_fluent_panel_right_contract_20_filled": 60333, + "ic_fluent_panel_right_contract_20_regular": 60334, + "ic_fluent_panel_right_cursor_20_filled": 60335, + "ic_fluent_panel_right_cursor_20_regular": 60336, + "ic_fluent_panel_right_expand_20_filled": 60337, + "ic_fluent_panel_right_expand_20_regular": 60338, + "ic_fluent_panel_right_gallery_20_filled": 60339, + "ic_fluent_panel_right_gallery_20_regular": 60340, + "ic_fluent_panel_separate_window_20_filled": 60341, + "ic_fluent_panel_separate_window_20_regular": 60342, + "ic_fluent_panel_top_contract_20_filled": 60343, + "ic_fluent_panel_top_contract_20_regular": 60344, + "ic_fluent_panel_top_expand_20_filled": 60345, + "ic_fluent_panel_top_expand_20_regular": 60346, + "ic_fluent_panel_top_gallery_20_filled": 60347, + "ic_fluent_panel_top_gallery_20_regular": 60348, + "ic_fluent_password_20_filled": 60349, + "ic_fluent_password_20_regular": 60350, + "ic_fluent_patch_20_filled": 60351, + "ic_fluent_patch_20_regular": 60352, + "ic_fluent_patient_20_filled": 60353, + "ic_fluent_patient_20_regular": 60354, + "ic_fluent_pause_20_filled": 60355, + "ic_fluent_pause_20_regular": 60356, + "ic_fluent_pause_circle_20_filled": 60357, + "ic_fluent_pause_circle_20_regular": 60358, + "ic_fluent_pause_off_20_filled": 60359, + "ic_fluent_pause_off_20_regular": 60360, + "ic_fluent_pause_settings_20_filled": 60361, + "ic_fluent_pause_settings_20_regular": 60362, + "ic_fluent_payment_20_filled": 60363, + "ic_fluent_payment_20_regular": 60364, + "ic_fluent_payment_wireless_20_filled": 60365, + "ic_fluent_payment_wireless_20_regular": 60366, + "ic_fluent_pen_20_filled": 60367, + "ic_fluent_pen_20_regular": 60368, + "ic_fluent_pen_dismiss_20_filled": 60369, + "ic_fluent_pen_dismiss_20_regular": 60370, + "ic_fluent_pen_off_20_filled": 60371, + "ic_fluent_pen_off_20_regular": 60372, + "ic_fluent_pen_prohibited_20_filled": 60373, + "ic_fluent_pen_prohibited_20_regular": 60374, + "ic_fluent_pen_sparkle_20_filled": 60375, + "ic_fluent_pen_sparkle_20_regular": 60376, + "ic_fluent_pentagon_20_filled": 60377, + "ic_fluent_pentagon_20_regular": 60378, + "ic_fluent_people_20_filled": 60379, + "ic_fluent_people_20_regular": 60380, + "ic_fluent_people_add_20_filled": 60381, + "ic_fluent_people_add_20_regular": 60382, + "ic_fluent_people_audience_20_filled": 60383, + "ic_fluent_people_audience_20_regular": 60384, + "ic_fluent_people_call_20_filled": 60385, + "ic_fluent_people_call_20_regular": 60386, + "ic_fluent_people_chat_20_filled": 60387, + "ic_fluent_people_chat_20_regular": 60388, + "ic_fluent_people_checkmark_20_filled": 60389, + "ic_fluent_people_checkmark_20_regular": 60390, + "ic_fluent_people_community_20_filled": 60391, + "ic_fluent_people_community_20_regular": 60392, + "ic_fluent_people_community_add_20_filled": 60393, + "ic_fluent_people_community_add_20_regular": 60394, + "ic_fluent_people_edit_20_filled": 60395, + "ic_fluent_people_edit_20_regular": 60396, + "ic_fluent_people_error_20_filled": 60397, + "ic_fluent_people_error_20_regular": 60398, + "ic_fluent_people_list_20_filled": 60399, + "ic_fluent_people_list_20_regular": 60400, + "ic_fluent_people_lock_20_filled": 60401, + "ic_fluent_people_lock_20_regular": 60402, + "ic_fluent_people_money_20_filled": 60403, + "ic_fluent_people_money_20_regular": 60404, + "ic_fluent_people_prohibited_20_filled": 60405, + "ic_fluent_people_prohibited_20_regular": 60406, + "ic_fluent_people_queue_20_filled": 60407, + "ic_fluent_people_queue_20_regular": 60408, + "ic_fluent_people_search_20_filled": 60409, + "ic_fluent_people_search_20_regular": 60410, + "ic_fluent_people_settings_20_filled": 60411, + "ic_fluent_people_settings_20_regular": 60412, + "ic_fluent_people_star_20_filled": 60413, + "ic_fluent_people_star_20_regular": 60414, + "ic_fluent_people_swap_20_filled": 60415, + "ic_fluent_people_swap_20_regular": 60416, + "ic_fluent_people_sync_20_filled": 60417, + "ic_fluent_people_sync_20_regular": 60418, + "ic_fluent_people_team_20_filled": 60419, + "ic_fluent_people_team_20_regular": 60420, + "ic_fluent_people_team_add_20_filled": 60421, + "ic_fluent_people_team_add_20_regular": 60422, + "ic_fluent_people_team_delete_20_filled": 60423, + "ic_fluent_people_team_delete_20_regular": 60424, + "ic_fluent_people_team_toolbox_20_filled": 60425, + "ic_fluent_people_team_toolbox_20_regular": 60426, + "ic_fluent_people_toolbox_20_filled": 60427, + "ic_fluent_people_toolbox_20_regular": 60428, + "ic_fluent_person_20_filled": 60429, + "ic_fluent_person_20_regular": 60430, + "ic_fluent_person_5_20_filled": 60431, + "ic_fluent_person_5_20_regular": 60432, + "ic_fluent_person_6_20_filled": 60433, + "ic_fluent_person_6_20_regular": 60434, + "ic_fluent_person_accounts_20_filled": 60435, + "ic_fluent_person_accounts_20_regular": 60436, + "ic_fluent_person_add_20_filled": 60437, + "ic_fluent_person_add_20_regular": 60438, + "ic_fluent_person_alert_20_filled": 60439, + "ic_fluent_person_alert_20_regular": 60440, + "ic_fluent_person_arrow_back_20_filled": 60441, + "ic_fluent_person_arrow_back_20_regular": 60442, + "ic_fluent_person_arrow_left_20_filled": 60443, + "ic_fluent_person_arrow_left_20_regular": 60444, + "ic_fluent_person_arrow_right_20_filled": 60445, + "ic_fluent_person_arrow_right_20_regular": 60446, + "ic_fluent_person_available_20_filled": 60447, + "ic_fluent_person_available_20_regular": 60448, + "ic_fluent_person_board_20_filled": 60449, + "ic_fluent_person_board_20_regular": 60450, + "ic_fluent_person_call_20_filled": 60451, + "ic_fluent_person_call_20_regular": 60452, + "ic_fluent_person_chat_20_filled": 60453, + "ic_fluent_person_chat_20_regular": 60454, + "ic_fluent_person_circle_20_filled": 60455, + "ic_fluent_person_circle_20_regular": 60456, + "ic_fluent_person_clock_20_filled": 60457, + "ic_fluent_person_clock_20_regular": 60458, + "ic_fluent_person_delete_20_filled": 60459, + "ic_fluent_person_delete_20_regular": 60460, + "ic_fluent_person_desktop_20_filled": 60461, + "ic_fluent_person_desktop_20_regular": 60462, + "ic_fluent_person_edit_20_filled": 60463, + "ic_fluent_person_edit_20_regular": 60464, + "ic_fluent_person_feedback_20_filled": 60465, + "ic_fluent_person_feedback_20_regular": 60466, + "ic_fluent_person_heart_20_filled": 60467, + "ic_fluent_person_heart_20_regular": 60468, + "ic_fluent_person_info_20_filled": 60469, + "ic_fluent_person_info_20_regular": 60470, + "ic_fluent_person_key_20_filled": 60471, + "ic_fluent_person_key_20_regular": 60472, + "ic_fluent_person_lightbulb_20_filled": 60473, + "ic_fluent_person_lightbulb_20_regular": 60474, + "ic_fluent_person_lightning_20_filled": 60475, + "ic_fluent_person_lightning_20_regular": 60476, + "ic_fluent_person_link_20_filled": 60477, + "ic_fluent_person_link_20_regular": 60478, + "ic_fluent_person_lock_20_filled": 60479, + "ic_fluent_person_lock_20_regular": 60480, + "ic_fluent_person_mail_20_filled": 60481, + "ic_fluent_person_mail_20_regular": 60482, + "ic_fluent_person_money_20_filled": 60483, + "ic_fluent_person_money_20_regular": 60484, + "ic_fluent_person_note_20_filled": 60485, + "ic_fluent_person_note_20_regular": 60486, + "ic_fluent_person_passkey_20_filled": 60487, + "ic_fluent_person_passkey_20_regular": 60488, + "ic_fluent_person_pill_20_filled": 60489, + "ic_fluent_person_pill_20_regular": 60490, + "ic_fluent_person_prohibited_20_filled": 60491, + "ic_fluent_person_prohibited_20_regular": 60492, + "ic_fluent_person_question_mark_20_filled": 60493, + "ic_fluent_person_question_mark_20_regular": 60494, + "ic_fluent_person_ribbon_20_filled": 60495, + "ic_fluent_person_ribbon_20_regular": 60496, + "ic_fluent_person_running_20_filled": 60497, + "ic_fluent_person_running_20_regular": 60498, + "ic_fluent_person_search_20_filled": 60499, + "ic_fluent_person_search_20_regular": 60500, + "ic_fluent_person_settings_20_filled": 60501, + "ic_fluent_person_settings_20_regular": 60502, + "ic_fluent_person_square_20_filled": 60503, + "ic_fluent_person_square_20_regular": 60504, + "ic_fluent_person_square_checkmark_20_filled": 60505, + "ic_fluent_person_square_checkmark_20_regular": 60506, + "ic_fluent_person_star_20_filled": 60507, + "ic_fluent_person_star_20_regular": 60508, + "ic_fluent_person_starburst_20_filled": 60509, + "ic_fluent_person_starburst_20_regular": 60510, + "ic_fluent_person_subtract_20_filled": 60511, + "ic_fluent_person_subtract_20_regular": 60512, + "ic_fluent_person_support_20_filled": 60513, + "ic_fluent_person_support_20_regular": 60514, + "ic_fluent_person_swap_20_filled": 60515, + "ic_fluent_person_swap_20_regular": 60516, + "ic_fluent_person_sync_20_filled": 60517, + "ic_fluent_person_sync_20_regular": 60518, + "ic_fluent_person_tag_20_filled": 60519, + "ic_fluent_person_tag_20_regular": 60520, + "ic_fluent_person_voice_20_filled": 60521, + "ic_fluent_person_voice_20_regular": 60522, + "ic_fluent_person_walking_20_filled": 60523, + "ic_fluent_person_walking_20_regular": 60524, + "ic_fluent_person_warning_20_filled": 60525, + "ic_fluent_person_warning_20_regular": 60526, + "ic_fluent_person_wrench_20_filled": 60527, + "ic_fluent_person_wrench_20_regular": 60528, + "ic_fluent_phone_20_filled": 60529, + "ic_fluent_phone_20_regular": 60530, + "ic_fluent_phone_add_20_filled": 60531, + "ic_fluent_phone_add_20_regular": 60532, + "ic_fluent_phone_arrow_right_20_filled": 60533, + "ic_fluent_phone_arrow_right_20_regular": 60534, + "ic_fluent_phone_chat_20_filled": 60535, + "ic_fluent_phone_chat_20_regular": 60536, + "ic_fluent_phone_checkmark_20_filled": 60537, + "ic_fluent_phone_checkmark_20_regular": 60538, + "ic_fluent_phone_desktop_20_filled": 60539, + "ic_fluent_phone_desktop_20_regular": 60540, + "ic_fluent_phone_desktop_add_20_filled": 60541, + "ic_fluent_phone_desktop_add_20_regular": 60542, + "ic_fluent_phone_dismiss_20_filled": 60543, + "ic_fluent_phone_dismiss_20_regular": 60544, + "ic_fluent_phone_edit_20_filled": 60545, + "ic_fluent_phone_edit_20_regular": 60546, + "ic_fluent_phone_eraser_20_filled": 60547, + "ic_fluent_phone_eraser_20_regular": 60548, + "ic_fluent_phone_footer_arrow_down_20_filled": 60549, + "ic_fluent_phone_footer_arrow_down_20_regular": 60550, + "ic_fluent_phone_header_arrow_up_20_filled": 60551, + "ic_fluent_phone_header_arrow_up_20_regular": 60552, + "ic_fluent_phone_key_20_filled": 60553, + "ic_fluent_phone_key_20_regular": 60554, + "ic_fluent_phone_laptop_20_filled": 60555, + "ic_fluent_phone_laptop_20_regular": 60556, + "ic_fluent_phone_link_setup_20_filled": 60557, + "ic_fluent_phone_link_setup_20_regular": 60558, + "ic_fluent_phone_lock_20_filled": 60559, + "ic_fluent_phone_lock_20_regular": 60560, + "ic_fluent_phone_page_header_20_filled": 60561, + "ic_fluent_phone_page_header_20_regular": 60562, + "ic_fluent_phone_pagination_20_filled": 60563, + "ic_fluent_phone_pagination_20_regular": 60564, + "ic_fluent_phone_screen_time_20_filled": 60565, + "ic_fluent_phone_screen_time_20_regular": 60566, + "ic_fluent_phone_shake_20_filled": 60567, + "ic_fluent_phone_shake_20_regular": 60568, + "ic_fluent_phone_span_in_20_filled": 60569, + "ic_fluent_phone_span_in_20_regular": 60570, + "ic_fluent_phone_span_out_20_filled": 60571, + "ic_fluent_phone_span_out_20_regular": 60572, + "ic_fluent_phone_speaker_20_filled": 60573, + "ic_fluent_phone_speaker_20_regular": 60574, + "ic_fluent_phone_status_bar_20_filled": 60575, + "ic_fluent_phone_status_bar_20_regular": 60576, + "ic_fluent_phone_tablet_20_filled": 60577, + "ic_fluent_phone_tablet_20_regular": 60578, + "ic_fluent_phone_update_20_filled": 60579, + "ic_fluent_phone_update_20_regular": 60580, + "ic_fluent_phone_update_checkmark_20_filled": 60581, + "ic_fluent_phone_update_checkmark_20_regular": 60582, + "ic_fluent_phone_vertical_scroll_20_filled": 60583, + "ic_fluent_phone_vertical_scroll_20_regular": 60584, + "ic_fluent_phone_vibrate_20_filled": 60585, + "ic_fluent_phone_vibrate_20_regular": 60586, + "ic_fluent_photo_filter_20_filled": 60587, + "ic_fluent_photo_filter_20_regular": 60588, + "ic_fluent_pi_20_filled": 60589, + "ic_fluent_pi_20_regular": 60590, + "ic_fluent_picture_in_picture_20_filled": 60591, + "ic_fluent_picture_in_picture_20_regular": 60592, + "ic_fluent_picture_in_picture_enter_20_filled": 60593, + "ic_fluent_picture_in_picture_enter_20_regular": 60594, + "ic_fluent_picture_in_picture_exit_20_filled": 60595, + "ic_fluent_picture_in_picture_exit_20_regular": 60596, + "ic_fluent_pill_20_filled": 60597, + "ic_fluent_pill_20_regular": 60598, + "ic_fluent_pin_20_filled": 60599, + "ic_fluent_pin_20_regular": 60600, + "ic_fluent_pin_off_20_filled": 60601, + "ic_fluent_pin_off_20_regular": 60602, + "ic_fluent_pipeline_20_filled": 60603, + "ic_fluent_pipeline_20_regular": 60604, + "ic_fluent_pipeline_add_20_filled": 60605, + "ic_fluent_pipeline_add_20_regular": 60606, + "ic_fluent_pipeline_arrow_curve_down_20_filled": 60607, + "ic_fluent_pipeline_arrow_curve_down_20_regular": 60608, + "ic_fluent_pipeline_play_20_filled": 60609, + "ic_fluent_pipeline_play_20_regular": 60610, + "ic_fluent_pivot_20_filled": 60611, + "ic_fluent_pivot_20_regular": 60612, + "ic_fluent_plant_cattail_20_filled": 60613, + "ic_fluent_plant_cattail_20_regular": 60614, + "ic_fluent_plant_grass_20_filled": 60615, + "ic_fluent_plant_grass_20_regular": 60616, + "ic_fluent_plant_ragweed_20_filled": 60617, + "ic_fluent_plant_ragweed_20_regular": 60618, + "ic_fluent_play_20_filled": 60619, + "ic_fluent_play_20_regular": 60620, + "ic_fluent_play_circle_20_filled": 60621, + "ic_fluent_play_circle_20_regular": 60622, + "ic_fluent_play_circle_hint_20_filled": 60623, + "ic_fluent_play_circle_hint_20_regular": 60624, + "ic_fluent_play_settings_20_filled": 60625, + "ic_fluent_play_settings_20_regular": 60626, + "ic_fluent_playing_cards_20_filled": 60627, + "ic_fluent_playing_cards_20_regular": 60628, + "ic_fluent_plug_connected_20_filled": 60629, + "ic_fluent_plug_connected_20_regular": 60630, + "ic_fluent_plug_connected_add_20_filled": 60631, + "ic_fluent_plug_connected_add_20_regular": 60632, + "ic_fluent_plug_connected_checkmark_20_filled": 60633, + "ic_fluent_plug_connected_checkmark_20_regular": 60634, + "ic_fluent_plug_connected_settings_20_filled": 60635, + "ic_fluent_plug_connected_settings_20_regular": 60636, + "ic_fluent_plug_disconnected_20_filled": 60637, + "ic_fluent_plug_disconnected_20_regular": 60638, + "ic_fluent_point_scan_20_filled": 60639, + "ic_fluent_point_scan_20_regular": 60640, + "ic_fluent_poll_20_filled": 60641, + "ic_fluent_poll_20_regular": 60642, + "ic_fluent_poll_horizontal_20_filled": 60643, + "ic_fluent_poll_horizontal_20_regular": 60644, + "ic_fluent_poll_off_20_filled": 60645, + "ic_fluent_poll_off_20_regular": 60646, + "ic_fluent_port_hdmi_20_filled": 60647, + "ic_fluent_port_hdmi_20_regular": 60648, + "ic_fluent_port_micro_usb_20_filled": 60649, + "ic_fluent_port_micro_usb_20_regular": 60650, + "ic_fluent_port_usb_a_20_filled": 60651, + "ic_fluent_port_usb_a_20_regular": 60652, + "ic_fluent_port_usb_c_20_filled": 60653, + "ic_fluent_port_usb_c_20_regular": 60654, + "ic_fluent_position_backward_20_filled": 60655, + "ic_fluent_position_backward_20_regular": 60656, + "ic_fluent_position_forward_20_filled": 60657, + "ic_fluent_position_forward_20_regular": 60658, + "ic_fluent_position_to_back_20_filled": 60659, + "ic_fluent_position_to_back_20_regular": 60660, + "ic_fluent_position_to_front_20_filled": 60661, + "ic_fluent_position_to_front_20_regular": 60662, + "ic_fluent_power_20_filled": 60663, + "ic_fluent_power_20_regular": 60664, + "ic_fluent_predictions_20_filled": 60665, + "ic_fluent_predictions_20_regular": 60666, + "ic_fluent_premium_20_filled": 60667, + "ic_fluent_premium_20_regular": 60668, + "ic_fluent_premium_person_20_filled": 60669, + "ic_fluent_premium_person_20_regular": 60670, + "ic_fluent_presence_available_20_filled": 60671, + "ic_fluent_presence_available_20_regular": 60672, + "ic_fluent_presence_away_20_filled": 60673, + "ic_fluent_presence_away_20_regular": 60674, + "ic_fluent_presence_blocked_20_regular": 60675, + "ic_fluent_presence_busy_20_filled": 60676, + "ic_fluent_presence_dnd_20_filled": 60677, + "ic_fluent_presence_dnd_20_regular": 60678, + "ic_fluent_presence_offline_20_regular": 60679, + "ic_fluent_presence_oof_20_regular": 60680, + "ic_fluent_presence_unknown_20_regular": 60681, + "ic_fluent_presenter_20_filled": 60682, + "ic_fluent_presenter_20_regular": 60683, + "ic_fluent_presenter_off_20_filled": 60684, + "ic_fluent_presenter_off_20_regular": 60685, + "ic_fluent_preview_link_20_filled": 60686, + "ic_fluent_preview_link_20_regular": 60687, + "ic_fluent_previous_20_filled": 60688, + "ic_fluent_previous_20_regular": 60689, + "ic_fluent_previous_frame_20_filled": 60690, + "ic_fluent_previous_frame_20_regular": 60691, + "ic_fluent_print_20_filled": 60692, + "ic_fluent_print_20_regular": 60693, + "ic_fluent_print_add_20_filled": 60694, + "ic_fluent_print_add_20_regular": 60695, + "ic_fluent_production_20_filled": 60696, + "ic_fluent_production_20_regular": 60697, + "ic_fluent_production_checkmark_20_filled": 60698, + "ic_fluent_production_checkmark_20_regular": 60699, + "ic_fluent_prohibited_20_filled": 60700, + "ic_fluent_prohibited_20_regular": 60701, + "ic_fluent_prohibited_multiple_20_filled": 60702, + "ic_fluent_prohibited_multiple_20_regular": 60703, + "ic_fluent_prohibited_note_20_filled": 60704, + "ic_fluent_prohibited_note_20_regular": 60705, + "ic_fluent_projection_screen_20_filled": 60706, + "ic_fluent_projection_screen_20_regular": 60707, + "ic_fluent_projection_screen_dismiss_20_filled": 60708, + "ic_fluent_projection_screen_dismiss_20_regular": 60709, + "ic_fluent_projection_screen_text_20_filled": 60710, + "ic_fluent_projection_screen_text_20_regular": 60711, + "ic_fluent_protocol_handler_20_filled": 60712, + "ic_fluent_protocol_handler_20_regular": 60713, + "ic_fluent_pulse_20_filled": 60714, + "ic_fluent_pulse_20_regular": 60715, + "ic_fluent_pulse_square_20_filled": 60716, + "ic_fluent_pulse_square_20_regular": 60717, + "ic_fluent_puzzle_cube_20_filled": 60718, + "ic_fluent_puzzle_cube_20_regular": 60719, + "ic_fluent_puzzle_cube_piece_20_filled": 60720, + "ic_fluent_puzzle_cube_piece_20_regular": 60721, + "ic_fluent_puzzle_piece_20_filled": 60722, + "ic_fluent_puzzle_piece_20_regular": 60723, + "ic_fluent_puzzle_piece_shield_20_filled": 60724, + "ic_fluent_puzzle_piece_shield_20_regular": 60725, + "ic_fluent_qr_code_20_filled": 60726, + "ic_fluent_qr_code_20_regular": 60727, + "ic_fluent_question_20_filled": 60728, + "ic_fluent_question_20_regular": 60729, + "ic_fluent_question_circle_20_filled": 60730, + "ic_fluent_question_circle_20_regular": 60731, + "ic_fluent_quiz_new_20_filled": 60732, + "ic_fluent_quiz_new_20_regular": 60733, + "ic_fluent_radar_20_filled": 60734, + "ic_fluent_radar_20_regular": 60735, + "ic_fluent_radar_checkmark_20_filled": 60736, + "ic_fluent_radar_checkmark_20_regular": 60737, + "ic_fluent_radar_rectangle_multiple_20_filled": 60738, + "ic_fluent_radar_rectangle_multiple_20_regular": 60739, + "ic_fluent_radio_button_20_filled": 60740, + "ic_fluent_radio_button_20_regular": 60741, + "ic_fluent_ram_20_filled": 60742, + "ic_fluent_ram_20_regular": 60743, + "ic_fluent_rating_mature_20_filled": 60744, + "ic_fluent_rating_mature_20_regular": 60745, + "ic_fluent_ratio_one_to_one_20_filled": 60746, + "ic_fluent_ratio_one_to_one_20_regular": 60747, + "ic_fluent_re_order_20_filled": 60748, + "ic_fluent_re_order_20_regular": 60749, + "ic_fluent_re_order_dots_horizontal_20_filled": 60750, + "ic_fluent_re_order_dots_horizontal_20_regular": 60751, + "ic_fluent_re_order_dots_vertical_20_filled": 60752, + "ic_fluent_re_order_dots_vertical_20_regular": 60753, + "ic_fluent_read_aloud_20_filled": 60754, + "ic_fluent_read_aloud_20_regular": 60755, + "ic_fluent_reading_list_20_filled": 60756, + "ic_fluent_reading_list_20_regular": 60757, + "ic_fluent_reading_list_add_20_filled": 60758, + "ic_fluent_reading_list_add_20_regular": 60759, + "ic_fluent_reading_mode_mobile_20_filled": 60760, + "ic_fluent_reading_mode_mobile_20_regular": 60761, + "ic_fluent_real_estate_20_filled": 60762, + "ic_fluent_real_estate_20_regular": 60763, + "ic_fluent_receipt_20_filled": 60764, + "ic_fluent_receipt_20_regular": 60765, + "ic_fluent_receipt_add_20_filled": 60766, + "ic_fluent_receipt_add_20_regular": 60767, + "ic_fluent_receipt_bag_20_filled": 60768, + "ic_fluent_receipt_bag_20_regular": 60769, + "ic_fluent_receipt_cube_20_filled": 60770, + "ic_fluent_receipt_cube_20_regular": 60771, + "ic_fluent_receipt_money_20_filled": 60772, + "ic_fluent_receipt_money_20_regular": 60773, + "ic_fluent_receipt_play_20_filled": 60774, + "ic_fluent_receipt_play_20_regular": 60775, + "ic_fluent_receipt_search_20_filled": 60776, + "ic_fluent_receipt_search_20_regular": 60777, + "ic_fluent_receipt_sparkles_20_filled": 60778, + "ic_fluent_receipt_sparkles_20_regular": 60779, + "ic_fluent_record_20_filled": 60780, + "ic_fluent_record_20_regular": 60781, + "ic_fluent_record_stop_20_filled": 60782, + "ic_fluent_record_stop_20_regular": 60783, + "ic_fluent_rectangle_landscape_20_filled": 60784, + "ic_fluent_rectangle_landscape_20_regular": 60785, + "ic_fluent_rectangle_landscape_hint_copy_20_filled": 60786, + "ic_fluent_rectangle_landscape_hint_copy_20_regular": 60787, + "ic_fluent_rectangle_landscape_sparkle_20_filled": 60788, + "ic_fluent_rectangle_landscape_sparkle_20_regular": 60789, + "ic_fluent_rectangle_landscape_sync_20_filled": 60790, + "ic_fluent_rectangle_landscape_sync_20_regular": 60791, + "ic_fluent_rectangle_landscape_sync_off_20_filled": 60792, + "ic_fluent_rectangle_landscape_sync_off_20_regular": 60793, + "ic_fluent_rectangle_portrait_location_target_20_filled": 60794, + "ic_fluent_rectangle_portrait_location_target_20_regular": 60795, + "ic_fluent_recycle_20_filled": 60796, + "ic_fluent_recycle_20_regular": 60797, + "ic_fluent_remix_add_20_filled": 60798, + "ic_fluent_remix_add_20_regular": 60799, + "ic_fluent_remote_20_filled": 60800, + "ic_fluent_remote_20_regular": 60801, + "ic_fluent_rename_20_filled": 60802, + "ic_fluent_rename_20_regular": 60803, + "ic_fluent_reorder_20_filled": 60804, + "ic_fluent_reorder_20_regular": 60805, + "ic_fluent_replay_20_filled": 60806, + "ic_fluent_replay_20_regular": 60807, + "ic_fluent_resize_20_filled": 60808, + "ic_fluent_resize_20_regular": 60809, + "ic_fluent_resize_image_20_filled": 60810, + "ic_fluent_resize_image_20_regular": 60811, + "ic_fluent_resize_large_20_filled": 60812, + "ic_fluent_resize_large_20_regular": 60813, + "ic_fluent_resize_small_20_filled": 60814, + "ic_fluent_resize_small_20_regular": 60815, + "ic_fluent_resize_table_20_filled": 60816, + "ic_fluent_resize_table_20_regular": 60817, + "ic_fluent_resize_video_20_filled": 60818, + "ic_fluent_resize_video_20_regular": 60819, + "ic_fluent_reward_20_filled": 60820, + "ic_fluent_reward_20_regular": 60821, + "ic_fluent_rewind_20_filled": 60822, + "ic_fluent_rewind_20_regular": 60823, + "ic_fluent_rhombus_20_filled": 60824, + "ic_fluent_rhombus_20_regular": 60825, + "ic_fluent_ribbon_20_filled": 60826, + "ic_fluent_ribbon_20_regular": 60827, + "ic_fluent_ribbon_add_20_filled": 60828, + "ic_fluent_ribbon_add_20_regular": 60829, + "ic_fluent_ribbon_off_20_filled": 60830, + "ic_fluent_ribbon_off_20_regular": 60831, + "ic_fluent_ribbon_star_20_filled": 60832, + "ic_fluent_ribbon_star_20_regular": 60833, + "ic_fluent_road_20_filled": 60834, + "ic_fluent_road_20_regular": 60835, + "ic_fluent_road_cone_20_filled": 60836, + "ic_fluent_road_cone_20_regular": 60837, + "ic_fluent_rocket_20_filled": 60838, + "ic_fluent_rocket_20_regular": 60839, + "ic_fluent_rotate_left_20_filled": 60840, + "ic_fluent_rotate_left_20_regular": 60841, + "ic_fluent_rotate_right_20_filled": 60842, + "ic_fluent_rotate_right_20_regular": 60843, + "ic_fluent_router_20_filled": 60844, + "ic_fluent_router_20_regular": 60845, + "ic_fluent_row_triple_20_filled": 60846, + "ic_fluent_row_triple_20_regular": 60847, + "ic_fluent_rss_20_filled": 60848, + "ic_fluent_rss_20_regular": 60849, + "ic_fluent_ruler_20_filled": 60850, + "ic_fluent_ruler_20_regular": 60851, + "ic_fluent_run_20_filled": 60852, + "ic_fluent_run_20_regular": 60853, + "ic_fluent_sanitize_20_filled": 60854, + "ic_fluent_sanitize_20_regular": 60855, + "ic_fluent_save_20_filled": 60856, + "ic_fluent_save_20_regular": 60857, + "ic_fluent_save_arrow_right_20_filled": 60858, + "ic_fluent_save_arrow_right_20_regular": 60859, + "ic_fluent_save_copy_20_filled": 60860, + "ic_fluent_save_copy_20_regular": 60861, + "ic_fluent_save_edit_20_filled": 60862, + "ic_fluent_save_edit_20_regular": 60863, + "ic_fluent_save_image_20_filled": 60864, + "ic_fluent_save_image_20_regular": 60865, + "ic_fluent_save_multiple_20_filled": 60866, + "ic_fluent_save_multiple_20_regular": 60867, + "ic_fluent_save_search_20_filled": 60868, + "ic_fluent_save_search_20_regular": 60869, + "ic_fluent_save_sync_20_filled": 60870, + "ic_fluent_save_sync_20_regular": 60871, + "ic_fluent_savings_20_filled": 60872, + "ic_fluent_savings_20_regular": 60873, + "ic_fluent_scale_fill_20_filled": 60874, + "ic_fluent_scale_fill_20_regular": 60875, + "ic_fluent_scale_fit_20_filled": 60876, + "ic_fluent_scale_fit_20_regular": 60877, + "ic_fluent_scales_20_filled": 60878, + "ic_fluent_scales_20_regular": 60879, + "ic_fluent_scan_20_filled": 60880, + "ic_fluent_scan_20_regular": 60881, + "ic_fluent_scan_camera_20_filled": 60882, + "ic_fluent_scan_camera_20_regular": 60883, + "ic_fluent_scan_dash_20_filled": 60884, + "ic_fluent_scan_dash_20_regular": 60885, + "ic_fluent_scan_object_20_filled": 60886, + "ic_fluent_scan_object_20_regular": 60887, + "ic_fluent_scan_person_20_filled": 60888, + "ic_fluent_scan_person_20_regular": 60889, + "ic_fluent_scan_table_20_filled": 60890, + "ic_fluent_scan_table_20_regular": 60891, + "ic_fluent_scan_text_20_filled": 60892, + "ic_fluent_scan_text_20_regular": 60893, + "ic_fluent_scan_thumb_up_20_filled": 60894, + "ic_fluent_scan_thumb_up_20_regular": 60895, + "ic_fluent_scan_thumb_up_off_20_filled": 60896, + "ic_fluent_scan_thumb_up_off_20_regular": 60897, + "ic_fluent_scan_type_20_filled": 60898, + "ic_fluent_scan_type_20_regular": 60899, + "ic_fluent_scan_type_checkmark_20_filled": 60900, + "ic_fluent_scan_type_checkmark_20_regular": 60901, + "ic_fluent_scan_type_off_20_filled": 60902, + "ic_fluent_scan_type_off_20_regular": 60903, + "ic_fluent_scratchpad_20_filled": 60904, + "ic_fluent_scratchpad_20_regular": 60905, + "ic_fluent_screen_cut_20_filled": 60906, + "ic_fluent_screen_cut_20_regular": 60907, + "ic_fluent_screen_person_20_filled": 60908, + "ic_fluent_screen_person_20_regular": 60909, + "ic_fluent_screen_search_20_filled": 60910, + "ic_fluent_screen_search_20_regular": 60911, + "ic_fluent_screenshot_20_filled": 60912, + "ic_fluent_screenshot_20_regular": 60913, + "ic_fluent_screenshot_record_20_filled": 60914, + "ic_fluent_screenshot_record_20_regular": 60915, + "ic_fluent_script_20_filled": 60916, + "ic_fluent_script_20_regular": 60917, + "ic_fluent_search_20_filled": 60918, + "ic_fluent_search_20_regular": 60919, + "ic_fluent_search_info_20_filled": 60920, + "ic_fluent_search_info_20_regular": 60921, + "ic_fluent_search_settings_20_filled": 60922, + "ic_fluent_search_settings_20_regular": 60923, + "ic_fluent_search_shield_20_filled": 60924, + "ic_fluent_search_shield_20_regular": 60925, + "ic_fluent_search_square_20_filled": 60926, + "ic_fluent_search_square_20_regular": 60927, + "ic_fluent_search_visual_20_filled": 60928, + "ic_fluent_search_visual_20_regular": 60929, + "ic_fluent_seat_20_filled": 60930, + "ic_fluent_seat_20_regular": 60931, + "ic_fluent_seat_add_20_filled": 60932, + "ic_fluent_seat_add_20_regular": 60933, + "ic_fluent_select_all_off_20_filled": 60934, + "ic_fluent_select_all_off_20_regular": 60935, + "ic_fluent_select_all_on_20_filled": 60936, + "ic_fluent_select_all_on_20_regular": 60937, + "ic_fluent_select_object_20_filled": 60938, + "ic_fluent_select_object_20_regular": 60939, + "ic_fluent_select_object_skew_20_filled": 60940, + "ic_fluent_select_object_skew_20_regular": 60941, + "ic_fluent_select_object_skew_dismiss_20_filled": 60942, + "ic_fluent_select_object_skew_dismiss_20_regular": 60943, + "ic_fluent_select_object_skew_edit_20_filled": 60944, + "ic_fluent_select_object_skew_edit_20_regular": 60945, + "ic_fluent_send_20_filled": 60946, + "ic_fluent_send_20_regular": 60947, + "ic_fluent_send_beaker_20_filled": 60948, + "ic_fluent_send_beaker_20_regular": 60949, + "ic_fluent_send_clock_20_filled": 60950, + "ic_fluent_send_clock_20_regular": 60951, + "ic_fluent_send_copy_20_filled": 60952, + "ic_fluent_send_copy_20_regular": 60953, + "ic_fluent_serial_port_20_filled": 60954, + "ic_fluent_serial_port_20_regular": 60955, + "ic_fluent_server_20_filled": 60956, + "ic_fluent_server_20_regular": 60957, + "ic_fluent_server_link_20_filled": 60958, + "ic_fluent_server_link_20_regular": 60959, + "ic_fluent_server_multiple_20_filled": 60960, + "ic_fluent_server_multiple_20_regular": 60961, + "ic_fluent_server_play_20_filled": 60962, + "ic_fluent_server_play_20_regular": 60963, + "ic_fluent_service_bell_20_filled": 60964, + "ic_fluent_service_bell_20_regular": 60965, + "ic_fluent_settings_20_filled": 60966, + "ic_fluent_settings_20_regular": 60967, + "ic_fluent_settings_chat_20_filled": 60968, + "ic_fluent_settings_chat_20_regular": 60969, + "ic_fluent_settings_cog_multiple_20_filled": 60970, + "ic_fluent_settings_cog_multiple_20_regular": 60971, + "ic_fluent_shape_exclude_20_filled": 60972, + "ic_fluent_shape_exclude_20_regular": 60973, + "ic_fluent_shape_intersect_20_filled": 60974, + "ic_fluent_shape_intersect_20_regular": 60975, + "ic_fluent_shape_organic_20_filled": 60976, + "ic_fluent_shape_organic_20_regular": 60977, + "ic_fluent_shape_subtract_20_filled": 60978, + "ic_fluent_shape_subtract_20_regular": 60979, + "ic_fluent_shape_union_20_filled": 60980, + "ic_fluent_shape_union_20_regular": 60981, + "ic_fluent_shapes_20_filled": 60982, + "ic_fluent_shapes_20_regular": 60983, + "ic_fluent_share_20_filled": 60984, + "ic_fluent_share_20_regular": 60985, + "ic_fluent_share_android_20_filled": 60986, + "ic_fluent_share_android_20_regular": 60987, + "ic_fluent_share_close_tray_20_filled": 60988, + "ic_fluent_share_close_tray_20_regular": 60989, + "ic_fluent_share_ios_20_filled": 60990, + "ic_fluent_share_ios_20_regular": 60991, + "ic_fluent_share_screen_person_20_filled": 60992, + "ic_fluent_share_screen_person_20_regular": 60993, + "ic_fluent_share_screen_person_overlay_20_filled": 60994, + "ic_fluent_share_screen_person_overlay_20_regular": 60995, + "ic_fluent_share_screen_person_overlay_inside_20_filled": 60996, + "ic_fluent_share_screen_person_overlay_inside_20_regular": 60997, + "ic_fluent_share_screen_person_p_20_filled": 60998, + "ic_fluent_share_screen_person_p_20_regular": 60999, + "ic_fluent_share_screen_start_20_filled": 61000, + "ic_fluent_share_screen_start_20_regular": 61001, + "ic_fluent_share_screen_stop_20_filled": 61002, + "ic_fluent_share_screen_stop_20_regular": 61003, + "ic_fluent_shield_20_filled": 61004, + "ic_fluent_shield_20_regular": 61005, + "ic_fluent_shield_add_20_filled": 61006, + "ic_fluent_shield_add_20_regular": 61007, + "ic_fluent_shield_badge_20_filled": 61008, + "ic_fluent_shield_badge_20_regular": 61009, + "ic_fluent_shield_checkmark_20_filled": 61010, + "ic_fluent_shield_checkmark_20_regular": 61011, + "ic_fluent_shield_dismiss_20_filled": 61012, + "ic_fluent_shield_dismiss_20_regular": 61013, + "ic_fluent_shield_dismiss_shield_20_filled": 61014, + "ic_fluent_shield_dismiss_shield_20_regular": 61015, + "ic_fluent_shield_error_20_filled": 61016, + "ic_fluent_shield_error_20_regular": 61017, + "ic_fluent_shield_globe_20_filled": 61018, + "ic_fluent_shield_globe_20_regular": 61019, + "ic_fluent_shield_keyhole_20_filled": 61020, + "ic_fluent_shield_keyhole_20_regular": 61021, + "ic_fluent_shield_lock_20_filled": 61022, + "ic_fluent_shield_lock_20_regular": 61023, + "ic_fluent_shield_person_20_filled": 61024, + "ic_fluent_shield_person_20_regular": 61025, + "ic_fluent_shield_person_add_20_filled": 61026, + "ic_fluent_shield_person_add_20_regular": 61027, + "ic_fluent_shield_prohibited_20_filled": 61028, + "ic_fluent_shield_prohibited_20_regular": 61029, + "ic_fluent_shield_question_20_filled": 61030, + "ic_fluent_shield_question_20_regular": 61031, + "ic_fluent_shield_task_20_filled": 61032, + "ic_fluent_shield_task_20_regular": 61033, + "ic_fluent_shifts_20_filled": 61034, + "ic_fluent_shifts_20_regular": 61035, + "ic_fluent_shifts_30_minutes_20_filled": 61036, + "ic_fluent_shifts_30_minutes_20_regular": 61037, + "ic_fluent_shifts_activity_20_filled": 61038, + "ic_fluent_shifts_activity_20_regular": 61039, + "ic_fluent_shifts_add_20_filled": 61040, + "ic_fluent_shifts_add_20_regular": 61041, + "ic_fluent_shifts_availability_20_filled": 61042, + "ic_fluent_shifts_availability_20_regular": 61043, + "ic_fluent_shifts_checkmark_20_filled": 61044, + "ic_fluent_shifts_checkmark_20_regular": 61045, + "ic_fluent_shifts_day_20_filled": 61046, + "ic_fluent_shifts_day_20_regular": 61047, + "ic_fluent_shifts_open_20_filled": 61048, + "ic_fluent_shifts_open_20_regular": 61049, + "ic_fluent_shifts_prohibited_20_filled": 61050, + "ic_fluent_shifts_prohibited_20_regular": 61051, + "ic_fluent_shifts_question_mark_20_filled": 61052, + "ic_fluent_shifts_question_mark_20_regular": 61053, + "ic_fluent_shifts_team_20_filled": 61054, + "ic_fluent_shifts_team_20_regular": 61055, + "ic_fluent_shopping_bag_20_filled": 61056, + "ic_fluent_shopping_bag_20_regular": 61057, + "ic_fluent_shopping_bag_add_20_filled": 61058, + "ic_fluent_shopping_bag_add_20_regular": 61059, + "ic_fluent_shopping_bag_arrow_left_20_filled": 61060, + "ic_fluent_shopping_bag_arrow_left_20_regular": 61061, + "ic_fluent_shopping_bag_dismiss_20_filled": 61062, + "ic_fluent_shopping_bag_dismiss_20_regular": 61063, + "ic_fluent_shopping_bag_pause_20_filled": 61064, + "ic_fluent_shopping_bag_pause_20_regular": 61065, + "ic_fluent_shopping_bag_percent_20_filled": 61066, + "ic_fluent_shopping_bag_percent_20_regular": 61067, + "ic_fluent_shopping_bag_play_20_filled": 61068, + "ic_fluent_shopping_bag_play_20_regular": 61069, + "ic_fluent_shopping_bag_tag_20_filled": 61070, + "ic_fluent_shopping_bag_tag_20_regular": 61071, + "ic_fluent_shortpick_20_filled": 61072, + "ic_fluent_shortpick_20_regular": 61073, + "ic_fluent_showerhead_20_filled": 61074, + "ic_fluent_showerhead_20_regular": 61075, + "ic_fluent_sidebar_search_ltr_20_filled": 61076, + "ic_fluent_sidebar_search_ltr_20_regular": 61077, + "ic_fluent_sidebar_search_rtl_20_filled": 61078, + "ic_fluent_sidebar_search_rtl_20_regular": 61079, + "ic_fluent_sign_out_20_filled": 61080, + "ic_fluent_sign_out_20_regular": 61081, + "ic_fluent_signature_20_filled": 61082, + "ic_fluent_signature_20_regular": 61083, + "ic_fluent_sim_20_filled": 61084, + "ic_fluent_sim_20_regular": 61085, + "ic_fluent_skip_back_10_20_filled": 61086, + "ic_fluent_skip_back_10_20_regular": 61087, + "ic_fluent_skip_forward_10_20_filled": 61088, + "ic_fluent_skip_forward_10_20_regular": 61089, + "ic_fluent_skip_forward_30_20_filled": 61090, + "ic_fluent_skip_forward_30_20_regular": 61091, + "ic_fluent_skip_forward_tab_20_filled": 61092, + "ic_fluent_skip_forward_tab_20_regular": 61093, + "ic_fluent_slash_forward_20_filled": 61094, + "ic_fluent_slash_forward_20_regular": 61095, + "ic_fluent_sleep_20_filled": 61096, + "ic_fluent_sleep_20_regular": 61097, + "ic_fluent_slide_add_20_filled": 61098, + "ic_fluent_slide_add_20_regular": 61099, + "ic_fluent_slide_arrow_right_20_filled": 61100, + "ic_fluent_slide_arrow_right_20_regular": 61101, + "ic_fluent_slide_eraser_20_filled": 61102, + "ic_fluent_slide_eraser_20_regular": 61103, + "ic_fluent_slide_grid_20_filled": 61104, + "ic_fluent_slide_grid_20_regular": 61105, + "ic_fluent_slide_hide_20_filled": 61106, + "ic_fluent_slide_hide_20_regular": 61107, + "ic_fluent_slide_layout_20_filled": 61108, + "ic_fluent_slide_layout_20_regular": 61109, + "ic_fluent_slide_link_20_filled": 61110, + "ic_fluent_slide_link_20_regular": 61111, + "ic_fluent_slide_microphone_20_filled": 61112, + "ic_fluent_slide_microphone_20_regular": 61113, + "ic_fluent_slide_multiple_20_filled": 61114, + "ic_fluent_slide_multiple_20_regular": 61115, + "ic_fluent_slide_multiple_arrow_right_20_filled": 61116, + "ic_fluent_slide_multiple_arrow_right_20_regular": 61117, + "ic_fluent_slide_multiple_search_20_filled": 61118, + "ic_fluent_slide_multiple_search_20_regular": 61119, + "ic_fluent_slide_record_20_filled": 61120, + "ic_fluent_slide_record_20_regular": 61121, + "ic_fluent_slide_search_20_filled": 61122, + "ic_fluent_slide_search_20_regular": 61123, + "ic_fluent_slide_settings_20_filled": 61124, + "ic_fluent_slide_settings_20_regular": 61125, + "ic_fluent_slide_size_20_filled": 61126, + "ic_fluent_slide_size_20_regular": 61127, + "ic_fluent_slide_text_20_filled": 61128, + "ic_fluent_slide_text_20_regular": 61129, + "ic_fluent_slide_text_edit_20_filled": 61130, + "ic_fluent_slide_text_edit_20_regular": 61131, + "ic_fluent_slide_text_multiple_20_filled": 61132, + "ic_fluent_slide_text_multiple_20_regular": 61133, + "ic_fluent_slide_text_person_20_filled": 61134, + "ic_fluent_slide_text_person_20_regular": 61135, + "ic_fluent_slide_text_sparkle_20_filled": 61136, + "ic_fluent_slide_text_sparkle_20_regular": 61137, + "ic_fluent_slide_transition_20_filled": 61138, + "ic_fluent_slide_transition_20_regular": 61139, + "ic_fluent_smartwatch_20_filled": 61140, + "ic_fluent_smartwatch_20_regular": 61141, + "ic_fluent_smartwatch_dot_20_filled": 61142, + "ic_fluent_smartwatch_dot_20_regular": 61143, + "ic_fluent_snooze_20_filled": 61144, + "ic_fluent_snooze_20_regular": 61145, + "ic_fluent_sound_source_20_filled": 61146, + "ic_fluent_sound_source_20_regular": 61147, + "ic_fluent_sound_wave_circle_20_filled": 61148, + "ic_fluent_sound_wave_circle_20_regular": 61149, + "ic_fluent_space_3d_20_filled": 61150, + "ic_fluent_space_3d_20_regular": 61151, + "ic_fluent_spacebar_20_filled": 61152, + "ic_fluent_spacebar_20_regular": 61153, + "ic_fluent_sparkle_20_filled": 61154, + "ic_fluent_sparkle_20_regular": 61155, + "ic_fluent_sparkle_circle_20_filled": 61156, + "ic_fluent_sparkle_circle_20_regular": 61157, + "ic_fluent_speaker_0_20_filled": 61158, + "ic_fluent_speaker_0_20_regular": 61159, + "ic_fluent_speaker_1_20_filled": 61160, + "ic_fluent_speaker_1_20_regular": 61161, + "ic_fluent_speaker_2_20_filled": 61162, + "ic_fluent_speaker_2_20_regular": 61163, + "ic_fluent_speaker_bluetooth_20_filled": 61164, + "ic_fluent_speaker_bluetooth_20_regular": 61165, + "ic_fluent_speaker_box_20_filled": 61166, + "ic_fluent_speaker_box_20_regular": 61167, + "ic_fluent_speaker_edit_20_filled": 61168, + "ic_fluent_speaker_edit_20_regular": 61169, + "ic_fluent_speaker_mute_20_filled": 61170, + "ic_fluent_speaker_mute_20_regular": 61171, + "ic_fluent_speaker_off_20_filled": 61172, + "ic_fluent_speaker_off_20_regular": 61173, + "ic_fluent_speaker_settings_20_filled": 61174, + "ic_fluent_speaker_settings_20_regular": 61175, + "ic_fluent_speaker_usb_20_filled": 61176, + "ic_fluent_speaker_usb_20_regular": 61177, + "ic_fluent_spinner_ios_20_filled": 61178, + "ic_fluent_spinner_ios_20_regular": 61179, + "ic_fluent_split_hint_20_filled": 61180, + "ic_fluent_split_hint_20_regular": 61181, + "ic_fluent_split_horizontal_20_filled": 61182, + "ic_fluent_split_horizontal_20_regular": 61183, + "ic_fluent_split_vertical_20_filled": 61184, + "ic_fluent_split_vertical_20_regular": 61185, + "ic_fluent_sport_20_filled": 61186, + "ic_fluent_sport_20_regular": 61187, + "ic_fluent_sport_american_football_20_filled": 61188, + "ic_fluent_sport_american_football_20_regular": 61189, + "ic_fluent_sport_baseball_20_filled": 61190, + "ic_fluent_sport_baseball_20_regular": 61191, + "ic_fluent_sport_basketball_20_filled": 61192, + "ic_fluent_sport_basketball_20_regular": 61193, + "ic_fluent_sport_hockey_20_filled": 61194, + "ic_fluent_sport_hockey_20_regular": 61195, + "ic_fluent_sport_soccer_20_filled": 61196, + "ic_fluent_sport_soccer_20_regular": 61197, + "ic_fluent_square_20_filled": 61198, + "ic_fluent_square_20_regular": 61199, + "ic_fluent_square_add_20_filled": 61200, + "ic_fluent_square_add_20_regular": 61201, + "ic_fluent_square_arrow_forward_20_filled": 61202, + "ic_fluent_square_arrow_forward_20_regular": 61203, + "ic_fluent_square_dismiss_20_filled": 61204, + "ic_fluent_square_dismiss_20_regular": 61205, + "ic_fluent_square_eraser_20_filled": 61206, + "ic_fluent_square_eraser_20_regular": 61207, + "ic_fluent_square_hint_20_filled": 61208, + "ic_fluent_square_hint_20_regular": 61209, + "ic_fluent_square_hint_apps_20_filled": 61210, + "ic_fluent_square_hint_apps_20_regular": 61211, + "ic_fluent_square_hint_arrow_back_20_filled": 61212, + "ic_fluent_square_hint_arrow_back_20_regular": 61213, + "ic_fluent_square_hint_hexagon_20_filled": 61214, + "ic_fluent_square_hint_hexagon_20_regular": 61215, + "ic_fluent_square_hint_sparkles_20_filled": 61216, + "ic_fluent_square_hint_sparkles_20_regular": 61217, + "ic_fluent_square_multiple_20_filled": 61218, + "ic_fluent_square_multiple_20_regular": 61219, + "ic_fluent_square_shadow_20_filled": 61220, + "ic_fluent_square_shadow_20_regular": 61221, + "ic_fluent_squares_nested_20_filled": 61222, + "ic_fluent_squares_nested_20_regular": 61223, + "ic_fluent_stack_20_filled": 61224, + "ic_fluent_stack_20_regular": 61225, + "ic_fluent_stack_add_20_filled": 61226, + "ic_fluent_stack_add_20_regular": 61227, + "ic_fluent_stack_arrow_forward_20_filled": 61228, + "ic_fluent_stack_arrow_forward_20_regular": 61229, + "ic_fluent_stack_star_20_filled": 61230, + "ic_fluent_stack_star_20_regular": 61231, + "ic_fluent_stack_vertical_20_filled": 61232, + "ic_fluent_stack_vertical_20_regular": 61233, + "ic_fluent_star_20_filled": 61234, + "ic_fluent_star_20_regular": 61235, + "ic_fluent_star_add_20_filled": 61236, + "ic_fluent_star_add_20_regular": 61237, + "ic_fluent_star_arrow_back_20_filled": 61238, + "ic_fluent_star_arrow_back_20_regular": 61239, + "ic_fluent_star_arrow_right_end_20_filled": 61240, + "ic_fluent_star_arrow_right_end_20_regular": 61241, + "ic_fluent_star_arrow_right_start_20_filled": 61242, + "ic_fluent_star_arrow_right_start_20_regular": 61243, + "ic_fluent_star_checkmark_20_filled": 61244, + "ic_fluent_star_checkmark_20_regular": 61245, + "ic_fluent_star_dismiss_20_filled": 61246, + "ic_fluent_star_dismiss_20_regular": 61247, + "ic_fluent_star_edit_20_filled": 61248, + "ic_fluent_star_edit_20_regular": 61249, + "ic_fluent_star_emphasis_20_filled": 61250, + "ic_fluent_star_emphasis_20_regular": 61251, + "ic_fluent_star_half_20_filled": 61252, + "ic_fluent_star_half_20_regular": 61253, + "ic_fluent_star_line_horizontal_3_20_filled": 61254, + "ic_fluent_star_line_horizontal_3_20_regular": 61255, + "ic_fluent_star_off_20_filled": 61256, + "ic_fluent_star_off_20_regular": 61257, + "ic_fluent_star_one_quarter_20_filled": 61258, + "ic_fluent_star_one_quarter_20_regular": 61259, + "ic_fluent_star_prohibited_20_filled": 61260, + "ic_fluent_star_prohibited_20_regular": 61261, + "ic_fluent_star_settings_20_filled": 61262, + "ic_fluent_star_settings_20_regular": 61263, + "ic_fluent_star_three_quarter_20_filled": 61264, + "ic_fluent_star_three_quarter_20_regular": 61265, + "ic_fluent_status_20_filled": 61266, + "ic_fluent_status_20_regular": 61267, + "ic_fluent_step_20_filled": 61268, + "ic_fluent_step_20_regular": 61269, + "ic_fluent_steps_20_filled": 61270, + "ic_fluent_steps_20_regular": 61271, + "ic_fluent_stethoscope_20_filled": 61272, + "ic_fluent_stethoscope_20_regular": 61273, + "ic_fluent_sticker_20_filled": 61274, + "ic_fluent_sticker_20_regular": 61275, + "ic_fluent_sticker_add_20_filled": 61276, + "ic_fluent_sticker_add_20_regular": 61277, + "ic_fluent_stop_20_filled": 61278, + "ic_fluent_stop_20_regular": 61279, + "ic_fluent_storage_20_filled": 61280, + "ic_fluent_storage_20_regular": 61281, + "ic_fluent_store_microsoft_20_filled": 61282, + "ic_fluent_store_microsoft_20_regular": 61283, + "ic_fluent_stream_20_filled": 61284, + "ic_fluent_stream_20_regular": 61285, + "ic_fluent_stream_input_20_filled": 61286, + "ic_fluent_stream_input_20_regular": 61287, + "ic_fluent_stream_input_output_20_filled": 61288, + "ic_fluent_stream_input_output_20_regular": 61289, + "ic_fluent_stream_output_20_filled": 61290, + "ic_fluent_stream_output_20_regular": 61291, + "ic_fluent_street_sign_20_filled": 61292, + "ic_fluent_street_sign_20_regular": 61293, + "ic_fluent_style_guide_20_filled": 61294, + "ic_fluent_style_guide_20_regular": 61295, + "ic_fluent_sub_grid_20_filled": 61296, + "ic_fluent_sub_grid_20_regular": 61297, + "ic_fluent_subtitles_20_filled": 61298, + "ic_fluent_subtitles_20_regular": 61299, + "ic_fluent_subtract_20_filled": 61300, + "ic_fluent_subtract_20_regular": 61301, + "ic_fluent_subtract_circle_20_filled": 61302, + "ic_fluent_subtract_circle_20_regular": 61303, + "ic_fluent_subtract_circle_arrow_back_20_filled": 61304, + "ic_fluent_subtract_circle_arrow_back_20_regular": 61305, + "ic_fluent_subtract_circle_arrow_forward_20_filled": 61306, + "ic_fluent_subtract_circle_arrow_forward_20_regular": 61307, + "ic_fluent_subtract_parentheses_20_filled": 61308, + "ic_fluent_subtract_parentheses_20_regular": 61309, + "ic_fluent_subtract_square_20_filled": 61310, + "ic_fluent_subtract_square_20_regular": 61311, + "ic_fluent_subtract_square_multiple_20_filled": 61312, + "ic_fluent_subtract_square_multiple_20_regular": 61313, + "ic_fluent_surface_earbuds_20_filled": 61314, + "ic_fluent_surface_earbuds_20_regular": 61315, + "ic_fluent_surface_hub_20_filled": 61316, + "ic_fluent_surface_hub_20_regular": 61317, + "ic_fluent_swimming_pool_20_filled": 61318, + "ic_fluent_swimming_pool_20_regular": 61319, + "ic_fluent_swipe_down_20_filled": 61320, + "ic_fluent_swipe_down_20_regular": 61321, + "ic_fluent_swipe_right_20_filled": 61322, + "ic_fluent_swipe_right_20_regular": 61323, + "ic_fluent_swipe_up_20_filled": 61324, + "ic_fluent_swipe_up_20_regular": 61325, + "ic_fluent_symbols_20_filled": 61326, + "ic_fluent_symbols_20_regular": 61327, + "ic_fluent_sync_off_20_filled": 61328, + "ic_fluent_sync_off_20_regular": 61329, + "ic_fluent_syringe_20_filled": 61330, + "ic_fluent_syringe_20_regular": 61331, + "ic_fluent_system_20_filled": 61332, + "ic_fluent_system_20_regular": 61333, + "ic_fluent_tab_20_filled": 61334, + "ic_fluent_tab_20_regular": 61335, + "ic_fluent_tab_add_20_filled": 61336, + "ic_fluent_tab_add_20_regular": 61337, + "ic_fluent_tab_arrow_left_20_filled": 61338, + "ic_fluent_tab_arrow_left_20_regular": 61339, + "ic_fluent_tab_desktop_20_filled": 61340, + "ic_fluent_tab_desktop_20_regular": 61341, + "ic_fluent_tab_desktop_arrow_clockwise_20_filled": 61342, + "ic_fluent_tab_desktop_arrow_clockwise_20_regular": 61343, + "ic_fluent_tab_desktop_arrow_left_20_filled": 61344, + "ic_fluent_tab_desktop_arrow_left_20_regular": 61345, + "ic_fluent_tab_desktop_bottom_20_filled": 61346, + "ic_fluent_tab_desktop_bottom_20_regular": 61347, + "ic_fluent_tab_desktop_clock_20_filled": 61348, + "ic_fluent_tab_desktop_clock_20_regular": 61349, + "ic_fluent_tab_desktop_copy_20_filled": 61350, + "ic_fluent_tab_desktop_copy_20_regular": 61351, + "ic_fluent_tab_desktop_image_20_filled": 61352, + "ic_fluent_tab_desktop_image_20_regular": 61353, + "ic_fluent_tab_desktop_link_20_filled": 61354, + "ic_fluent_tab_desktop_link_20_regular": 61355, + "ic_fluent_tab_desktop_multiple_20_filled": 61356, + "ic_fluent_tab_desktop_multiple_20_regular": 61357, + "ic_fluent_tab_desktop_multiple_add_20_filled": 61358, + "ic_fluent_tab_desktop_multiple_add_20_regular": 61359, + "ic_fluent_tab_desktop_multiple_bottom_20_filled": 61360, + "ic_fluent_tab_desktop_multiple_bottom_20_regular": 61361, + "ic_fluent_tab_desktop_multiple_sparkle_20_filled": 61362, + "ic_fluent_tab_desktop_multiple_sparkle_20_regular": 61363, + "ic_fluent_tab_desktop_new_page_20_filled": 61364, + "ic_fluent_tab_desktop_new_page_20_regular": 61365, + "ic_fluent_tab_in_private_20_filled": 61366, + "ic_fluent_tab_in_private_20_regular": 61367, + "ic_fluent_tab_inprivate_account_20_filled": 61368, + "ic_fluent_tab_inprivate_account_20_regular": 61369, + "ic_fluent_tab_prohibited_20_filled": 61370, + "ic_fluent_tab_prohibited_20_regular": 61371, + "ic_fluent_tab_shield_dismiss_20_filled": 61372, + "ic_fluent_tab_shield_dismiss_20_regular": 61373, + "ic_fluent_table_20_filled": 61374, + "ic_fluent_table_20_regular": 61375, + "ic_fluent_table_add_20_filled": 61376, + "ic_fluent_table_add_20_regular": 61377, + "ic_fluent_table_arrow_up_20_filled": 61378, + "ic_fluent_table_arrow_up_20_regular": 61379, + "ic_fluent_table_bottom_row_20_filled": 61380, + "ic_fluent_table_bottom_row_20_regular": 61381, + "ic_fluent_table_calculator_20_filled": 61382, + "ic_fluent_table_calculator_20_regular": 61383, + "ic_fluent_table_cell_edit_20_filled": 61384, + "ic_fluent_table_cell_edit_20_regular": 61385, + "ic_fluent_table_cells_merge_20_filled": 61386, + "ic_fluent_table_cells_merge_20_regular": 61387, + "ic_fluent_table_cells_split_20_filled": 61388, + "ic_fluent_table_cells_split_20_regular": 61389, + "ic_fluent_table_checker_20_filled": 61390, + "ic_fluent_table_checker_20_regular": 61391, + "ic_fluent_table_column_top_bottom_20_filled": 61392, + "ic_fluent_table_column_top_bottom_20_regular": 61393, + "ic_fluent_table_copy_20_filled": 61394, + "ic_fluent_table_copy_20_regular": 61395, + "ic_fluent_table_delete_column_20_filled": 61396, + "ic_fluent_table_delete_column_20_regular": 61397, + "ic_fluent_table_delete_row_20_filled": 61398, + "ic_fluent_table_delete_row_20_regular": 61399, + "ic_fluent_table_dismiss_20_filled": 61400, + "ic_fluent_table_dismiss_20_regular": 61401, + "ic_fluent_table_edit_20_filled": 61402, + "ic_fluent_table_edit_20_regular": 61403, + "ic_fluent_table_freeze_column_20_filled": 61404, + "ic_fluent_table_freeze_column_20_regular": 61405, + "ic_fluent_table_freeze_column_and_row_20_filled": 61406, + "ic_fluent_table_freeze_column_and_row_20_regular": 61407, + "ic_fluent_table_freeze_row_20_filled": 61408, + "ic_fluent_table_freeze_row_20_regular": 61409, + "ic_fluent_table_image_20_filled": 61410, + "ic_fluent_table_image_20_regular": 61411, + "ic_fluent_table_insert_column_20_filled": 61412, + "ic_fluent_table_insert_column_20_regular": 61413, + "ic_fluent_table_insert_row_20_filled": 61414, + "ic_fluent_table_insert_row_20_regular": 61415, + "ic_fluent_table_lightning_20_filled": 61416, + "ic_fluent_table_lightning_20_regular": 61417, + "ic_fluent_table_link_20_filled": 61418, + "ic_fluent_table_link_20_regular": 61419, + "ic_fluent_table_lock_20_filled": 61420, + "ic_fluent_table_lock_20_regular": 61421, + "ic_fluent_table_move_above_20_filled": 61422, + "ic_fluent_table_move_above_20_regular": 61423, + "ic_fluent_table_move_below_20_filled": 61424, + "ic_fluent_table_move_below_20_regular": 61425, + "ic_fluent_table_move_left_20_filled": 61426, + "ic_fluent_table_move_left_20_regular": 61427, + "ic_fluent_table_move_right_20_filled": 61428, + "ic_fluent_table_move_right_20_regular": 61429, + "ic_fluent_table_multiple_20_filled": 61430, + "ic_fluent_table_multiple_20_regular": 61431, + "ic_fluent_table_offset_20_filled": 61432, + "ic_fluent_table_offset_20_regular": 61433, + "ic_fluent_table_offset_add_20_filled": 61434, + "ic_fluent_table_offset_add_20_regular": 61435, + "ic_fluent_table_offset_less_than_or_equal_to_20_filled": 61436, + "ic_fluent_table_offset_less_than_or_equal_to_20_regular": 61437, + "ic_fluent_table_offset_settings_20_filled": 61438, + "ic_fluent_table_offset_settings_20_regular": 61439, + "ic_fluent_table_resize_column_20_filled": 61440, + "ic_fluent_table_resize_column_20_regular": 61441, + "ic_fluent_table_resize_row_20_filled": 61442, + "ic_fluent_table_resize_row_20_regular": 61443, + "ic_fluent_table_search_20_filled": 61444, + "ic_fluent_table_search_20_regular": 61445, + "ic_fluent_table_settings_20_filled": 61446, + "ic_fluent_table_settings_20_regular": 61447, + "ic_fluent_table_simple_20_filled": 61448, + "ic_fluent_table_simple_20_regular": 61449, + "ic_fluent_table_simple_checkmark_20_filled": 61450, + "ic_fluent_table_simple_checkmark_20_regular": 61451, + "ic_fluent_table_simple_exclude_20_filled": 61452, + "ic_fluent_table_simple_exclude_20_regular": 61453, + "ic_fluent_table_simple_include_20_filled": 61454, + "ic_fluent_table_simple_include_20_regular": 61455, + "ic_fluent_table_simple_multiple_20_filled": 61456, + "ic_fluent_table_simple_multiple_20_regular": 61457, + "ic_fluent_table_split_20_filled": 61458, + "ic_fluent_table_split_20_regular": 61459, + "ic_fluent_table_stack_above_20_filled": 61460, + "ic_fluent_table_stack_above_20_regular": 61461, + "ic_fluent_table_stack_below_20_filled": 61462, + "ic_fluent_table_stack_below_20_regular": 61463, + "ic_fluent_table_stack_left_20_filled": 61464, + "ic_fluent_table_stack_left_20_regular": 61465, + "ic_fluent_table_stack_right_20_filled": 61466, + "ic_fluent_table_stack_right_20_regular": 61467, + "ic_fluent_table_switch_20_filled": 61468, + "ic_fluent_table_switch_20_regular": 61469, + "ic_fluent_tablet_20_filled": 61470, + "ic_fluent_tablet_20_regular": 61471, + "ic_fluent_tablet_laptop_20_filled": 61472, + "ic_fluent_tablet_laptop_20_regular": 61473, + "ic_fluent_tablet_speaker_20_filled": 61474, + "ic_fluent_tablet_speaker_20_regular": 61475, + "ic_fluent_tabs_20_filled": 61476, + "ic_fluent_tabs_20_regular": 61477, + "ic_fluent_tag_20_filled": 61478, + "ic_fluent_tag_20_regular": 61479, + "ic_fluent_tag_circle_20_filled": 61480, + "ic_fluent_tag_circle_20_regular": 61481, + "ic_fluent_tag_dismiss_20_filled": 61482, + "ic_fluent_tag_dismiss_20_regular": 61483, + "ic_fluent_tag_error_20_filled": 61484, + "ic_fluent_tag_error_20_regular": 61485, + "ic_fluent_tag_lock_20_filled": 61486, + "ic_fluent_tag_lock_20_regular": 61487, + "ic_fluent_tag_lock_accent_20_filled": 61488, + "ic_fluent_tag_multiple_20_filled": 61489, + "ic_fluent_tag_multiple_20_regular": 61490, + "ic_fluent_tag_off_20_filled": 61491, + "ic_fluent_tag_off_20_regular": 61492, + "ic_fluent_tag_question_mark_20_filled": 61493, + "ic_fluent_tag_question_mark_20_regular": 61494, + "ic_fluent_tag_reset_20_filled": 61495, + "ic_fluent_tag_reset_20_regular": 61496, + "ic_fluent_tag_search_20_filled": 61497, + "ic_fluent_tag_search_20_regular": 61498, + "ic_fluent_tap_double_20_filled": 61499, + "ic_fluent_tap_double_20_regular": 61500, + "ic_fluent_tap_single_20_filled": 61501, + "ic_fluent_tap_single_20_regular": 61502, + "ic_fluent_target_20_filled": 61503, + "ic_fluent_target_20_regular": 61504, + "ic_fluent_target_add_20_filled": 61505, + "ic_fluent_target_add_20_regular": 61506, + "ic_fluent_target_arrow_20_filled": 61507, + "ic_fluent_target_arrow_20_regular": 61508, + "ic_fluent_target_dismiss_20_filled": 61509, + "ic_fluent_target_dismiss_20_regular": 61510, + "ic_fluent_target_edit_20_filled": 61511, + "ic_fluent_target_edit_20_regular": 61512, + "ic_fluent_task_list_add_20_filled": 61513, + "ic_fluent_task_list_add_20_regular": 61514, + "ic_fluent_task_list_ltr_20_filled": 61515, + "ic_fluent_task_list_ltr_20_regular": 61516, + "ic_fluent_task_list_rtl_20_filled": 61517, + "ic_fluent_task_list_rtl_20_regular": 61518, + "ic_fluent_task_list_square_add_20_filled": 61519, + "ic_fluent_task_list_square_add_20_regular": 61520, + "ic_fluent_task_list_square_database_20_filled": 61521, + "ic_fluent_task_list_square_database_20_regular": 61522, + "ic_fluent_task_list_square_ltr_20_filled": 61523, + "ic_fluent_task_list_square_ltr_20_regular": 61524, + "ic_fluent_task_list_square_person_20_filled": 61525, + "ic_fluent_task_list_square_person_20_regular": 61526, + "ic_fluent_task_list_square_rtl_20_filled": 61527, + "ic_fluent_task_list_square_rtl_20_regular": 61528, + "ic_fluent_task_list_square_settings_20_filled": 61529, + "ic_fluent_task_list_square_settings_20_regular": 61530, + "ic_fluent_tasks_app_20_filled": 61531, + "ic_fluent_tasks_app_20_regular": 61532, + "ic_fluent_teardrop_bottom_right_20_filled": 61533, + "ic_fluent_teardrop_bottom_right_20_regular": 61534, + "ic_fluent_teddy_20_filled": 61535, + "ic_fluent_teddy_20_regular": 61536, + "ic_fluent_temperature_20_filled": 61537, + "ic_fluent_temperature_20_regular": 61538, + "ic_fluent_tent_20_filled": 61539, + "ic_fluent_tent_20_regular": 61540, + "ic_fluent_tetris_app_20_filled": 61541, + "ic_fluent_tetris_app_20_regular": 61542, + "ic_fluent_text_add_20_filled": 61543, + "ic_fluent_text_add_20_regular": 61544, + "ic_fluent_text_add_space_after_20_filled": 61545, + "ic_fluent_text_add_space_after_20_regular": 61546, + "ic_fluent_text_add_space_before_20_filled": 61547, + "ic_fluent_text_add_space_before_20_regular": 61548, + "ic_fluent_text_add_t_20_filled": 61549, + "ic_fluent_text_add_t_20_regular": 61550, + "ic_fluent_text_align_center_20_filled": 61551, + "ic_fluent_text_align_center_20_regular": 61552, + "ic_fluent_text_align_center_rotate_270_20_filled": 61553, + "ic_fluent_text_align_center_rotate_270_20_regular": 61554, + "ic_fluent_text_align_center_rotate_90_20_filled": 61555, + "ic_fluent_text_align_center_rotate_90_20_regular": 61556, + "ic_fluent_text_align_distributed_20_filled": 61557, + "ic_fluent_text_align_distributed_20_regular": 61558, + "ic_fluent_text_align_distributed_evenly_20_filled": 61559, + "ic_fluent_text_align_distributed_evenly_20_regular": 61560, + "ic_fluent_text_align_distributed_vertical_20_filled": 61561, + "ic_fluent_text_align_distributed_vertical_20_regular": 61562, + "ic_fluent_text_align_justify_20_filled": 61563, + "ic_fluent_text_align_justify_20_regular": 61564, + "ic_fluent_text_align_justify_low_20_filled": 61565, + "ic_fluent_text_align_justify_low_20_regular": 61566, + "ic_fluent_text_align_justify_low_90_20_filled": 61567, + "ic_fluent_text_align_justify_low_90_20_regular": 61568, + "ic_fluent_text_align_justify_low_rotate_270_20_filled": 61569, + "ic_fluent_text_align_justify_low_rotate_270_20_regular": 61570, + "ic_fluent_text_align_justify_low_rotate_90_20_filled": 61571, + "ic_fluent_text_align_justify_low_rotate_90_20_regular": 61572, + "ic_fluent_text_align_justify_rotate_270_20_filled": 61573, + "ic_fluent_text_align_justify_rotate_270_20_regular": 61574, + "ic_fluent_text_align_justify_rotate_90_20_filled": 61575, + "ic_fluent_text_align_justify_rotate_90_20_regular": 61576, + "ic_fluent_text_align_left_20_filled": 61577, + "ic_fluent_text_align_left_20_regular": 61578, + "ic_fluent_text_align_left_rotate_270_20_filled": 61579, + "ic_fluent_text_align_left_rotate_270_20_regular": 61580, + "ic_fluent_text_align_left_rotate_90_20_filled": 61581, + "ic_fluent_text_align_left_rotate_90_20_regular": 61582, + "ic_fluent_text_align_right_20_filled": 61583, + "ic_fluent_text_align_right_20_regular": 61584, + "ic_fluent_text_align_right_rotate_270_20_filled": 61585, + "ic_fluent_text_align_right_rotate_270_20_regular": 61586, + "ic_fluent_text_align_right_rotate_90_20_filled": 61587, + "ic_fluent_text_align_right_rotate_90_20_regular": 61588, + "ic_fluent_text_arrow_down_right_column_20_filled": 61589, + "ic_fluent_text_arrow_down_right_column_20_regular": 61590, + "ic_fluent_text_asterisk_20_filled": 61591, + "ic_fluent_text_asterisk_20_regular": 61592, + "ic_fluent_text_baseline_20_filled": 61593, + "ic_fluent_text_baseline_20_regular": 61594, + "ic_fluent_text_bold_20_filled": 61595, + "ic_fluent_text_bold_20_regular": 61596, + "ic_fluent_text_box_settings_20_filled": 61597, + "ic_fluent_text_box_settings_20_regular": 61598, + "ic_fluent_text_bullet_list_20_filled": 61599, + "ic_fluent_text_bullet_list_20_regular": 61600, + "ic_fluent_text_bullet_list_90_20_filled": 61601, + "ic_fluent_text_bullet_list_90_20_regular": 61602, + "ic_fluent_text_bullet_list_add_20_filled": 61603, + "ic_fluent_text_bullet_list_add_20_regular": 61604, + "ic_fluent_text_bullet_list_checkmark_20_filled": 61605, + "ic_fluent_text_bullet_list_checkmark_20_regular": 61606, + "ic_fluent_text_bullet_list_dismiss_20_filled": 61607, + "ic_fluent_text_bullet_list_dismiss_20_regular": 61608, + "ic_fluent_text_bullet_list_ltr_20_filled": 61609, + "ic_fluent_text_bullet_list_ltr_20_regular": 61610, + "ic_fluent_text_bullet_list_ltr_90_20_filled": 61611, + "ic_fluent_text_bullet_list_ltr_90_20_regular": 61612, + "ic_fluent_text_bullet_list_rtl_20_filled": 61613, + "ic_fluent_text_bullet_list_rtl_20_regular": 61614, + "ic_fluent_text_bullet_list_rtl_90_20_filled": 61615, + "ic_fluent_text_bullet_list_rtl_90_20_regular": 61616, + "ic_fluent_text_bullet_list_square_20_filled": 61617, + "ic_fluent_text_bullet_list_square_20_regular": 61618, + "ic_fluent_text_bullet_list_square_clock_20_filled": 61619, + "ic_fluent_text_bullet_list_square_clock_20_regular": 61620, + "ic_fluent_text_bullet_list_square_edit_20_filled": 61621, + "ic_fluent_text_bullet_list_square_edit_20_regular": 61622, + "ic_fluent_text_bullet_list_square_person_20_filled": 61623, + "ic_fluent_text_bullet_list_square_person_20_regular": 61624, + "ic_fluent_text_bullet_list_square_search_20_filled": 61625, + "ic_fluent_text_bullet_list_square_search_20_regular": 61626, + "ic_fluent_text_bullet_list_square_settings_20_filled": 61627, + "ic_fluent_text_bullet_list_square_settings_20_regular": 61628, + "ic_fluent_text_bullet_list_square_shield_20_filled": 61629, + "ic_fluent_text_bullet_list_square_shield_20_regular": 61630, + "ic_fluent_text_bullet_list_square_sparkle_20_filled": 61631, + "ic_fluent_text_bullet_list_square_sparkle_20_regular": 61632, + "ic_fluent_text_bullet_list_square_toolbox_20_filled": 61633, + "ic_fluent_text_bullet_list_square_toolbox_20_regular": 61634, + "ic_fluent_text_bullet_list_square_warning_20_filled": 61635, + "ic_fluent_text_bullet_list_square_warning_20_regular": 61636, + "ic_fluent_text_bullet_list_tree_20_filled": 61637, + "ic_fluent_text_bullet_list_tree_20_regular": 61638, + "ic_fluent_text_case_lowercase_20_filled": 61639, + "ic_fluent_text_case_lowercase_20_regular": 61640, + "ic_fluent_text_case_title_20_filled": 61641, + "ic_fluent_text_case_title_20_regular": 61642, + "ic_fluent_text_case_uppercase_20_filled": 61643, + "ic_fluent_text_case_uppercase_20_regular": 61644, + "ic_fluent_text_change_case_20_filled": 61645, + "ic_fluent_text_change_case_20_regular": 61646, + "ic_fluent_text_clear_formatting_20_filled": 61647, + "ic_fluent_text_clear_formatting_20_regular": 61648, + "ic_fluent_text_collapse_20_filled": 61649, + "ic_fluent_text_collapse_20_regular": 61650, + "ic_fluent_text_color_20_filled": 61651, + "ic_fluent_text_color_20_regular": 61652, + "ic_fluent_text_color_accent_20_filled": 61653, + "ic_fluent_text_column_one_20_filled": 61654, + "ic_fluent_text_column_one_20_regular": 61655, + "ic_fluent_text_column_one_narrow_20_filled": 61656, + "ic_fluent_text_column_one_narrow_20_regular": 61657, + "ic_fluent_text_column_one_semi_narrow_20_filled": 61658, + "ic_fluent_text_column_one_semi_narrow_20_regular": 61659, + "ic_fluent_text_column_one_wide_20_filled": 61660, + "ic_fluent_text_column_one_wide_20_regular": 61661, + "ic_fluent_text_column_one_wide_lightning_20_filled": 61662, + "ic_fluent_text_column_one_wide_lightning_20_regular": 61663, + "ic_fluent_text_column_three_20_filled": 61664, + "ic_fluent_text_column_three_20_regular": 61665, + "ic_fluent_text_column_two_20_filled": 61666, + "ic_fluent_text_column_two_20_regular": 61667, + "ic_fluent_text_column_two_left_20_filled": 61668, + "ic_fluent_text_column_two_left_20_regular": 61669, + "ic_fluent_text_column_two_right_20_filled": 61670, + "ic_fluent_text_column_two_right_20_regular": 61671, + "ic_fluent_text_column_wide_20_filled": 61672, + "ic_fluent_text_column_wide_20_regular": 61673, + "ic_fluent_text_continuous_20_filled": 61674, + "ic_fluent_text_continuous_20_regular": 61675, + "ic_fluent_text_density_20_filled": 61676, + "ic_fluent_text_density_20_regular": 61677, + "ic_fluent_text_description_20_filled": 61678, + "ic_fluent_text_description_20_regular": 61679, + "ic_fluent_text_description_ltr_20_filled": 61680, + "ic_fluent_text_description_ltr_20_regular": 61681, + "ic_fluent_text_description_rtl_20_filled": 61682, + "ic_fluent_text_description_rtl_20_regular": 61683, + "ic_fluent_text_direction_horizontal_left_20_filled": 61684, + "ic_fluent_text_direction_horizontal_left_20_regular": 61685, + "ic_fluent_text_direction_horizontal_ltr_20_filled": 61686, + "ic_fluent_text_direction_horizontal_ltr_20_regular": 61687, + "ic_fluent_text_direction_horizontal_right_20_filled": 61688, + "ic_fluent_text_direction_horizontal_right_20_regular": 61689, + "ic_fluent_text_direction_horizontal_rtl_20_filled": 61690, + "ic_fluent_text_direction_horizontal_rtl_20_regular": 61691, + "ic_fluent_text_direction_rotate_270_right_20_filled": 61692, + "ic_fluent_text_direction_rotate_270_right_20_regular": 61693, + "ic_fluent_text_direction_rotate_315_right_20_filled": 61694, + "ic_fluent_text_direction_rotate_315_right_20_regular": 61695, + "ic_fluent_text_direction_rotate_45_right_20_filled": 61696, + "ic_fluent_text_direction_rotate_45_right_20_regular": 61697, + "ic_fluent_text_direction_rotate_90_left_20_filled": 61698, + "ic_fluent_text_direction_rotate_90_left_20_regular": 61699, + "ic_fluent_text_direction_rotate_90_ltr_20_filled": 61700, + "ic_fluent_text_direction_rotate_90_ltr_20_regular": 61701, + "ic_fluent_text_direction_rotate_90_right_20_filled": 61702, + "ic_fluent_text_direction_rotate_90_right_20_regular": 61703, + "ic_fluent_text_direction_rotate_90_rtl_20_filled": 61704, + "ic_fluent_text_direction_rotate_90_rtl_20_regular": 61705, + "ic_fluent_text_direction_vertical_20_filled": 61706, + "ic_fluent_text_direction_vertical_20_regular": 61707, + "ic_fluent_text_edit_style_20_filled": 61708, + "ic_fluent_text_edit_style_20_regular": 61709, + "ic_fluent_text_effects_20_filled": 61710, + "ic_fluent_text_effects_20_regular": 61711, + "ic_fluent_text_effects_sparkle_20_filled": 61712, + "ic_fluent_text_effects_sparkle_20_regular": 61713, + "ic_fluent_text_expand_20_filled": 61714, + "ic_fluent_text_expand_20_regular": 61715, + "ic_fluent_text_field_20_filled": 61716, + "ic_fluent_text_field_20_regular": 61717, + "ic_fluent_text_first_line_20_filled": 61718, + "ic_fluent_text_first_line_20_regular": 61719, + "ic_fluent_text_font_20_filled": 61720, + "ic_fluent_text_font_20_regular": 61721, + "ic_fluent_text_font_info_20_filled": 61722, + "ic_fluent_text_font_info_20_regular": 61723, + "ic_fluent_text_font_size_20_filled": 61724, + "ic_fluent_text_font_size_20_regular": 61725, + "ic_fluent_text_footnote_20_filled": 61726, + "ic_fluent_text_footnote_20_regular": 61727, + "ic_fluent_text_grammar_arrow_left_20_filled": 61728, + "ic_fluent_text_grammar_arrow_left_20_regular": 61729, + "ic_fluent_text_grammar_arrow_right_20_filled": 61730, + "ic_fluent_text_grammar_arrow_right_20_regular": 61731, + "ic_fluent_text_grammar_checkmark_20_filled": 61732, + "ic_fluent_text_grammar_checkmark_20_regular": 61733, + "ic_fluent_text_grammar_dismiss_20_filled": 61734, + "ic_fluent_text_grammar_dismiss_20_regular": 61735, + "ic_fluent_text_grammar_error_20_filled": 61736, + "ic_fluent_text_grammar_error_20_regular": 61737, + "ic_fluent_text_grammar_lightning_20_filled": 61738, + "ic_fluent_text_grammar_lightning_20_regular": 61739, + "ic_fluent_text_grammar_settings_20_filled": 61740, + "ic_fluent_text_grammar_settings_20_regular": 61741, + "ic_fluent_text_grammar_wand_20_filled": 61742, + "ic_fluent_text_grammar_wand_20_regular": 61743, + "ic_fluent_text_hanging_20_filled": 61744, + "ic_fluent_text_hanging_20_regular": 61745, + "ic_fluent_text_header_1_20_filled": 61746, + "ic_fluent_text_header_1_20_regular": 61747, + "ic_fluent_text_header_1_lines_20_filled": 61748, + "ic_fluent_text_header_1_lines_20_regular": 61749, + "ic_fluent_text_header_1_lines_caret_20_filled": 61750, + "ic_fluent_text_header_1_lines_caret_20_regular": 61751, + "ic_fluent_text_header_2_20_filled": 61752, + "ic_fluent_text_header_2_20_regular": 61753, + "ic_fluent_text_header_2_lines_20_filled": 61754, + "ic_fluent_text_header_2_lines_20_regular": 61755, + "ic_fluent_text_header_2_lines_caret_20_filled": 61756, + "ic_fluent_text_header_2_lines_caret_20_regular": 61757, + "ic_fluent_text_header_3_20_filled": 61758, + "ic_fluent_text_header_3_20_regular": 61759, + "ic_fluent_text_header_3_lines_20_filled": 61760, + "ic_fluent_text_header_3_lines_20_regular": 61761, + "ic_fluent_text_header_3_lines_caret_20_filled": 61762, + "ic_fluent_text_header_3_lines_caret_20_regular": 61763, + "ic_fluent_text_indent_decrease_20_filled": 61764, + "ic_fluent_text_indent_decrease_20_regular": 61765, + "ic_fluent_text_indent_decrease_ltr_20_filled": 61766, + "ic_fluent_text_indent_decrease_ltr_20_regular": 61767, + "ic_fluent_text_indent_decrease_ltr_90_20_filled": 61768, + "ic_fluent_text_indent_decrease_ltr_90_20_regular": 61769, + "ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled": 61770, + "ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular": 61771, + "ic_fluent_text_indent_decrease_rotate_270_20_filled": 61772, + "ic_fluent_text_indent_decrease_rotate_270_20_regular": 61773, + "ic_fluent_text_indent_decrease_rotate_90_20_filled": 61774, + "ic_fluent_text_indent_decrease_rotate_90_20_regular": 61775, + "ic_fluent_text_indent_decrease_rtl_20_filled": 61776, + "ic_fluent_text_indent_decrease_rtl_20_regular": 61777, + "ic_fluent_text_indent_decrease_rtl_90_20_filled": 61778, + "ic_fluent_text_indent_decrease_rtl_90_20_regular": 61779, + "ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled": 61780, + "ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular": 61781, + "ic_fluent_text_indent_increase_20_filled": 61782, + "ic_fluent_text_indent_increase_20_regular": 61783, + "ic_fluent_text_indent_increase_ltr_20_filled": 61784, + "ic_fluent_text_indent_increase_ltr_20_regular": 61785, + "ic_fluent_text_indent_increase_ltr_90_20_filled": 61786, + "ic_fluent_text_indent_increase_ltr_90_20_regular": 61787, + "ic_fluent_text_indent_increase_ltr_rotate_270_20_filled": 61788, + "ic_fluent_text_indent_increase_ltr_rotate_270_20_regular": 61789, + "ic_fluent_text_indent_increase_rotate_270_20_filled": 61790, + "ic_fluent_text_indent_increase_rotate_270_20_regular": 61791, + "ic_fluent_text_indent_increase_rotate_90_20_filled": 61792, + "ic_fluent_text_indent_increase_rotate_90_20_regular": 61793, + "ic_fluent_text_indent_increase_rtl_20_filled": 61794, + "ic_fluent_text_indent_increase_rtl_20_regular": 61795, + "ic_fluent_text_indent_increase_rtl_90_20_filled": 61796, + "ic_fluent_text_indent_increase_rtl_90_20_regular": 61797, + "ic_fluent_text_indent_increase_rtl_rotate_270_20_filled": 61798, + "ic_fluent_text_indent_increase_rtl_rotate_270_20_regular": 61799, + "ic_fluent_text_italic_20_filled": 61800, + "ic_fluent_text_italic_20_regular": 61801, + "ic_fluent_text_line_spacing_20_filled": 61802, + "ic_fluent_text_line_spacing_20_regular": 61803, + "ic_fluent_text_more_20_filled": 61804, + "ic_fluent_text_more_20_regular": 61805, + "ic_fluent_text_number_format_20_filled": 61806, + "ic_fluent_text_number_format_20_regular": 61807, + "ic_fluent_text_number_list_ltr_20_filled": 61808, + "ic_fluent_text_number_list_ltr_20_regular": 61809, + "ic_fluent_text_number_list_ltr_90_20_filled": 61810, + "ic_fluent_text_number_list_ltr_90_20_regular": 61811, + "ic_fluent_text_number_list_ltr_rotate_270_20_filled": 61812, + "ic_fluent_text_number_list_ltr_rotate_270_20_regular": 61813, + "ic_fluent_text_number_list_rotate_270_20_filled": 61814, + "ic_fluent_text_number_list_rotate_270_20_regular": 61815, + "ic_fluent_text_number_list_rotate_90_20_filled": 61816, + "ic_fluent_text_number_list_rotate_90_20_regular": 61817, + "ic_fluent_text_number_list_rtl_20_filled": 61818, + "ic_fluent_text_number_list_rtl_20_regular": 61819, + "ic_fluent_text_number_list_rtl_90_20_filled": 61820, + "ic_fluent_text_number_list_rtl_90_20_regular": 61821, + "ic_fluent_text_number_list_rtl_rotate_270_20_filled": 61822, + "ic_fluent_text_number_list_rtl_rotate_270_20_regular": 61823, + "ic_fluent_text_paragraph_20_filled": 61824, + "ic_fluent_text_paragraph_20_regular": 61825, + "ic_fluent_text_paragraph_direction_20_filled": 61826, + "ic_fluent_text_paragraph_direction_20_regular": 61827, + "ic_fluent_text_paragraph_direction_left_20_filled": 61828, + "ic_fluent_text_paragraph_direction_left_20_regular": 61829, + "ic_fluent_text_paragraph_direction_right_20_filled": 61830, + "ic_fluent_text_paragraph_direction_right_20_regular": 61831, + "ic_fluent_text_period_asterisk_20_filled": 61832, + "ic_fluent_text_period_asterisk_20_regular": 61833, + "ic_fluent_text_position_behind_20_filled": 61834, + "ic_fluent_text_position_behind_20_regular": 61835, + "ic_fluent_text_position_front_20_filled": 61836, + "ic_fluent_text_position_front_20_regular": 61837, + "ic_fluent_text_position_line_20_filled": 61838, + "ic_fluent_text_position_line_20_regular": 61839, + "ic_fluent_text_position_square_20_filled": 61840, + "ic_fluent_text_position_square_20_regular": 61841, + "ic_fluent_text_position_square_left_20_filled": 61842, + "ic_fluent_text_position_square_left_20_regular": 61843, + "ic_fluent_text_position_square_right_20_filled": 61844, + "ic_fluent_text_position_square_right_20_regular": 61845, + "ic_fluent_text_position_through_20_filled": 61846, + "ic_fluent_text_position_through_20_regular": 61847, + "ic_fluent_text_position_tight_20_filled": 61848, + "ic_fluent_text_position_tight_20_regular": 61849, + "ic_fluent_text_position_top_bottom_20_filled": 61850, + "ic_fluent_text_position_top_bottom_20_regular": 61851, + "ic_fluent_text_proofing_tools_20_filled": 61852, + "ic_fluent_text_proofing_tools_20_regular": 61853, + "ic_fluent_text_quote_20_filled": 61854, + "ic_fluent_text_quote_20_regular": 61855, + "ic_fluent_text_sort_ascending_20_filled": 61856, + "ic_fluent_text_sort_ascending_20_regular": 61857, + "ic_fluent_text_sort_descending_20_filled": 61858, + "ic_fluent_text_sort_descending_20_regular": 61859, + "ic_fluent_text_strikethrough_20_filled": 61860, + "ic_fluent_text_strikethrough_20_regular": 61861, + "ic_fluent_text_subscript_20_filled": 61862, + "ic_fluent_text_subscript_20_regular": 61863, + "ic_fluent_text_superscript_20_filled": 61864, + "ic_fluent_text_superscript_20_regular": 61865, + "ic_fluent_text_t_20_filled": 61866, + "ic_fluent_text_t_20_regular": 61867, + "ic_fluent_text_underline_20_filled": 61868, + "ic_fluent_text_underline_20_regular": 61869, + "ic_fluent_text_underline_character_u_20_filled": 61870, + "ic_fluent_text_underline_character_u_20_regular": 61871, + "ic_fluent_text_underline_double_20_filled": 61872, + "ic_fluent_text_underline_double_20_regular": 61873, + "ic_fluent_text_whole_word_20_filled": 61874, + "ic_fluent_text_whole_word_20_regular": 61875, + "ic_fluent_text_word_count_20_filled": 61876, + "ic_fluent_text_word_count_20_regular": 61877, + "ic_fluent_text_wrap_20_filled": 61878, + "ic_fluent_text_wrap_20_regular": 61879, + "ic_fluent_text_wrap_off_20_filled": 61880, + "ic_fluent_text_wrap_off_20_regular": 61881, + "ic_fluent_textbox_20_filled": 61882, + "ic_fluent_textbox_20_regular": 61883, + "ic_fluent_textbox_align_bottom_20_filled": 61884, + "ic_fluent_textbox_align_bottom_20_regular": 61885, + "ic_fluent_textbox_align_bottom_center_20_filled": 61886, + "ic_fluent_textbox_align_bottom_center_20_regular": 61887, + "ic_fluent_textbox_align_bottom_left_20_filled": 61888, + "ic_fluent_textbox_align_bottom_left_20_regular": 61889, + "ic_fluent_textbox_align_bottom_right_20_filled": 61890, + "ic_fluent_textbox_align_bottom_right_20_regular": 61891, + "ic_fluent_textbox_align_bottom_rotate_90_20_filled": 61892, + "ic_fluent_textbox_align_bottom_rotate_90_20_regular": 61893, + "ic_fluent_textbox_align_center_20_filled": 61894, + "ic_fluent_textbox_align_center_20_regular": 61895, + "ic_fluent_textbox_align_middle_20_filled": 61896, + "ic_fluent_textbox_align_middle_20_regular": 61897, + "ic_fluent_textbox_align_middle_left_20_filled": 61898, + "ic_fluent_textbox_align_middle_left_20_regular": 61899, + "ic_fluent_textbox_align_middle_right_20_filled": 61900, + "ic_fluent_textbox_align_middle_right_20_regular": 61901, + "ic_fluent_textbox_align_middle_rotate_90_20_filled": 61902, + "ic_fluent_textbox_align_middle_rotate_90_20_regular": 61903, + "ic_fluent_textbox_align_top_20_filled": 61904, + "ic_fluent_textbox_align_top_20_regular": 61905, + "ic_fluent_textbox_align_top_center_20_filled": 61906, + "ic_fluent_textbox_align_top_center_20_regular": 61907, + "ic_fluent_textbox_align_top_left_20_filled": 61908, + "ic_fluent_textbox_align_top_left_20_regular": 61909, + "ic_fluent_textbox_align_top_right_20_filled": 61910, + "ic_fluent_textbox_align_top_right_20_regular": 61911, + "ic_fluent_textbox_align_top_rotate_90_20_filled": 61912, + "ic_fluent_textbox_align_top_rotate_90_20_regular": 61913, + "ic_fluent_textbox_more_20_filled": 61914, + "ic_fluent_textbox_more_20_regular": 61915, + "ic_fluent_textbox_rotate_90_20_filled": 61916, + "ic_fluent_textbox_rotate_90_20_regular": 61917, + "ic_fluent_textbox_settings_20_filled": 61918, + "ic_fluent_textbox_settings_20_regular": 61919, + "ic_fluent_thinking_20_filled": 61920, + "ic_fluent_thinking_20_regular": 61921, + "ic_fluent_thumb_dislike_20_filled": 61922, + "ic_fluent_thumb_dislike_20_regular": 61923, + "ic_fluent_thumb_like_20_filled": 61924, + "ic_fluent_thumb_like_20_regular": 61925, + "ic_fluent_thumb_like_dislike_20_filled": 61926, + "ic_fluent_thumb_like_dislike_20_regular": 61927, + "ic_fluent_ticket_diagonal_20_filled": 61928, + "ic_fluent_ticket_diagonal_20_regular": 61929, + "ic_fluent_ticket_horizontal_20_filled": 61930, + "ic_fluent_ticket_horizontal_20_regular": 61931, + "ic_fluent_time_and_weather_20_filled": 61932, + "ic_fluent_time_and_weather_20_regular": 61933, + "ic_fluent_time_picker_20_filled": 61934, + "ic_fluent_time_picker_20_regular": 61935, + "ic_fluent_timeline_20_filled": 61936, + "ic_fluent_timeline_20_regular": 61937, + "ic_fluent_timer_10_20_filled": 61938, + "ic_fluent_timer_10_20_regular": 61939, + "ic_fluent_timer_2_20_filled": 61940, + "ic_fluent_timer_2_20_regular": 61941, + "ic_fluent_timer_20_filled": 61942, + "ic_fluent_timer_20_regular": 61943, + "ic_fluent_timer_3_20_filled": 61944, + "ic_fluent_timer_3_20_regular": 61945, + "ic_fluent_timer_off_20_filled": 61946, + "ic_fluent_timer_off_20_regular": 61947, + "ic_fluent_toggle_left_20_filled": 61948, + "ic_fluent_toggle_left_20_regular": 61949, + "ic_fluent_toggle_multiple_20_filled": 61950, + "ic_fluent_toggle_multiple_20_regular": 61951, + "ic_fluent_toggle_right_20_filled": 61952, + "ic_fluent_toggle_right_20_regular": 61953, + "ic_fluent_toolbox_20_filled": 61954, + "ic_fluent_toolbox_20_regular": 61955, + "ic_fluent_tooltip_quote_20_filled": 61956, + "ic_fluent_tooltip_quote_20_regular": 61957, + "ic_fluent_top_speed_20_filled": 61958, + "ic_fluent_top_speed_20_regular": 61959, + "ic_fluent_translate_20_filled": 61960, + "ic_fluent_translate_20_regular": 61961, + "ic_fluent_translate_auto_20_filled": 61962, + "ic_fluent_translate_auto_20_regular": 61963, + "ic_fluent_translate_off_20_filled": 61964, + "ic_fluent_translate_off_20_regular": 61965, + "ic_fluent_transmission_20_filled": 61966, + "ic_fluent_transmission_20_regular": 61967, + "ic_fluent_tray_item_add_20_filled": 61968, + "ic_fluent_tray_item_add_20_regular": 61969, + "ic_fluent_tray_item_remove_20_filled": 61970, + "ic_fluent_tray_item_remove_20_regular": 61971, + "ic_fluent_tree_deciduous_20_filled": 61972, + "ic_fluent_tree_deciduous_20_regular": 61973, + "ic_fluent_tree_evergreen_20_filled": 61974, + "ic_fluent_tree_evergreen_20_regular": 61975, + "ic_fluent_triangle_20_filled": 61976, + "ic_fluent_triangle_20_regular": 61977, + "ic_fluent_triangle_down_20_filled": 61978, + "ic_fluent_triangle_down_20_regular": 61979, + "ic_fluent_triangle_left_20_filled": 61980, + "ic_fluent_triangle_left_20_regular": 61981, + "ic_fluent_triangle_right_20_filled": 61982, + "ic_fluent_triangle_right_20_regular": 61983, + "ic_fluent_triangle_up_20_filled": 61984, + "ic_fluent_triangle_up_20_regular": 61985, + "ic_fluent_trophy_20_filled": 61986, + "ic_fluent_trophy_20_regular": 61987, + "ic_fluent_trophy_lock_20_filled": 61988, + "ic_fluent_trophy_lock_20_regular": 61989, + "ic_fluent_trophy_off_20_filled": 61990, + "ic_fluent_trophy_off_20_regular": 61991, + "ic_fluent_tv_20_filled": 61992, + "ic_fluent_tv_20_regular": 61993, + "ic_fluent_tv_arrow_right_20_filled": 61994, + "ic_fluent_tv_arrow_right_20_regular": 61995, + "ic_fluent_tv_usb_20_filled": 61996, + "ic_fluent_tv_usb_20_regular": 61997, + "ic_fluent_umbrella_20_filled": 61998, + "ic_fluent_umbrella_20_regular": 61999, + "ic_fluent_uninstall_app_20_filled": 62000, + "ic_fluent_uninstall_app_20_regular": 62001, + "ic_fluent_usb_plug_20_filled": 62002, + "ic_fluent_usb_plug_20_regular": 62003, + "ic_fluent_usb_stick_20_filled": 62004, + "ic_fluent_usb_stick_20_regular": 62005, + "ic_fluent_vault_20_filled": 62006, + "ic_fluent_vault_20_regular": 62007, + "ic_fluent_vehicle_bicycle_20_filled": 62008, + "ic_fluent_vehicle_bicycle_20_regular": 62009, + "ic_fluent_vehicle_bus_20_filled": 62010, + "ic_fluent_vehicle_bus_20_regular": 62011, + "ic_fluent_vehicle_cab_20_filled": 62012, + "ic_fluent_vehicle_cab_20_regular": 62013, + "ic_fluent_vehicle_cable_car_20_filled": 62014, + "ic_fluent_vehicle_cable_car_20_regular": 62015, + "ic_fluent_vehicle_car_20_filled": 62016, + "ic_fluent_vehicle_car_20_regular": 62017, + "ic_fluent_vehicle_car_collision_20_filled": 62018, + "ic_fluent_vehicle_car_collision_20_regular": 62019, + "ic_fluent_vehicle_car_parking_20_filled": 62020, + "ic_fluent_vehicle_car_parking_20_regular": 62021, + "ic_fluent_vehicle_car_profile_20_filled": 62022, + "ic_fluent_vehicle_car_profile_20_regular": 62023, + "ic_fluent_vehicle_car_profile_ltr_20_filled": 62024, + "ic_fluent_vehicle_car_profile_ltr_20_regular": 62025, + "ic_fluent_vehicle_car_profile_ltr_clock_20_filled": 62026, + "ic_fluent_vehicle_car_profile_ltr_clock_20_regular": 62027, + "ic_fluent_vehicle_car_profile_rtl_20_filled": 62028, + "ic_fluent_vehicle_car_profile_rtl_20_regular": 62029, + "ic_fluent_vehicle_ship_20_filled": 62030, + "ic_fluent_vehicle_ship_20_regular": 62031, + "ic_fluent_vehicle_subway_20_filled": 62032, + "ic_fluent_vehicle_subway_20_regular": 62033, + "ic_fluent_vehicle_subway_clock_20_filled": 62034, + "ic_fluent_vehicle_subway_clock_20_regular": 62035, + "ic_fluent_vehicle_tractor_20_filled": 62036, + "ic_fluent_vehicle_tractor_20_regular": 62037, + "ic_fluent_vehicle_truck_20_filled": 62038, + "ic_fluent_vehicle_truck_20_regular": 62039, + "ic_fluent_vehicle_truck_bag_20_filled": 62040, + "ic_fluent_vehicle_truck_bag_20_regular": 62041, + "ic_fluent_vehicle_truck_cube_20_filled": 62042, + "ic_fluent_vehicle_truck_cube_20_regular": 62043, + "ic_fluent_vehicle_truck_profile_20_filled": 62044, + "ic_fluent_vehicle_truck_profile_20_regular": 62045, + "ic_fluent_video_20_filled": 62046, + "ic_fluent_video_20_regular": 62047, + "ic_fluent_video_360_20_filled": 62048, + "ic_fluent_video_360_20_regular": 62049, + "ic_fluent_video_360_off_20_filled": 62050, + "ic_fluent_video_360_off_20_regular": 62051, + "ic_fluent_video_add_20_filled": 62052, + "ic_fluent_video_add_20_regular": 62053, + "ic_fluent_video_background_effect_20_filled": 62054, + "ic_fluent_video_background_effect_20_regular": 62055, + "ic_fluent_video_background_effect_horizontal_20_filled": 62056, + "ic_fluent_video_background_effect_horizontal_20_regular": 62057, + "ic_fluent_video_chat_20_filled": 62058, + "ic_fluent_video_chat_20_regular": 62059, + "ic_fluent_video_clip_20_filled": 62060, + "ic_fluent_video_clip_20_regular": 62061, + "ic_fluent_video_clip_multiple_20_filled": 62062, + "ic_fluent_video_clip_multiple_20_regular": 62063, + "ic_fluent_video_clip_off_20_filled": 62064, + "ic_fluent_video_clip_off_20_regular": 62065, + "ic_fluent_video_clip_optimize_20_filled": 62066, + "ic_fluent_video_clip_optimize_20_regular": 62067, + "ic_fluent_video_clip_wand_20_filled": 62068, + "ic_fluent_video_clip_wand_20_regular": 62069, + "ic_fluent_video_off_20_filled": 62070, + "ic_fluent_video_off_20_regular": 62071, + "ic_fluent_video_person_20_filled": 62072, + "ic_fluent_video_person_20_regular": 62073, + "ic_fluent_video_person_call_20_filled": 62074, + "ic_fluent_video_person_call_20_regular": 62075, + "ic_fluent_video_person_clock_20_filled": 62076, + "ic_fluent_video_person_clock_20_regular": 62077, + "ic_fluent_video_person_off_20_filled": 62078, + "ic_fluent_video_person_off_20_regular": 62079, + "ic_fluent_video_person_pulse_20_filled": 62080, + "ic_fluent_video_person_pulse_20_regular": 62081, + "ic_fluent_video_person_sparkle_20_filled": 62082, + "ic_fluent_video_person_sparkle_20_regular": 62083, + "ic_fluent_video_person_sparkle_off_20_filled": 62084, + "ic_fluent_video_person_sparkle_off_20_regular": 62085, + "ic_fluent_video_person_star_20_filled": 62086, + "ic_fluent_video_person_star_20_regular": 62087, + "ic_fluent_video_person_star_off_20_filled": 62088, + "ic_fluent_video_person_star_off_20_regular": 62089, + "ic_fluent_video_play_pause_20_filled": 62090, + "ic_fluent_video_play_pause_20_regular": 62091, + "ic_fluent_video_prohibited_20_filled": 62092, + "ic_fluent_video_prohibited_20_regular": 62093, + "ic_fluent_video_recording_20_filled": 62094, + "ic_fluent_video_recording_20_regular": 62095, + "ic_fluent_video_security_20_filled": 62096, + "ic_fluent_video_security_20_regular": 62097, + "ic_fluent_video_switch_20_filled": 62098, + "ic_fluent_video_switch_20_regular": 62099, + "ic_fluent_video_sync_20_filled": 62100, + "ic_fluent_video_sync_20_regular": 62101, + "ic_fluent_view_desktop_20_filled": 62102, + "ic_fluent_view_desktop_20_regular": 62103, + "ic_fluent_view_desktop_mobile_20_filled": 62104, + "ic_fluent_view_desktop_mobile_20_regular": 62105, + "ic_fluent_virtual_network_20_filled": 62106, + "ic_fluent_virtual_network_20_regular": 62107, + "ic_fluent_virtual_network_toolbox_20_filled": 62108, + "ic_fluent_virtual_network_toolbox_20_regular": 62109, + "ic_fluent_voicemail_20_filled": 62110, + "ic_fluent_voicemail_20_regular": 62111, + "ic_fluent_voicemail_arrow_back_20_filled": 62112, + "ic_fluent_voicemail_arrow_back_20_regular": 62113, + "ic_fluent_voicemail_arrow_forward_20_filled": 62114, + "ic_fluent_voicemail_arrow_forward_20_regular": 62115, + "ic_fluent_voicemail_arrow_subtract_20_filled": 62116, + "ic_fluent_voicemail_arrow_subtract_20_regular": 62117, + "ic_fluent_voicemail_shield_20_filled": 62118, + "ic_fluent_voicemail_shield_20_regular": 62119, + "ic_fluent_voicemail_subtract_20_filled": 62120, + "ic_fluent_voicemail_subtract_20_regular": 62121, + "ic_fluent_vote_20_filled": 62122, + "ic_fluent_vote_20_regular": 62123, + "ic_fluent_walkie_talkie_20_filled": 62124, + "ic_fluent_walkie_talkie_20_regular": 62125, + "ic_fluent_wallet_20_filled": 62126, + "ic_fluent_wallet_20_regular": 62127, + "ic_fluent_wallet_credit_card_20_filled": 62128, + "ic_fluent_wallet_credit_card_20_regular": 62129, + "ic_fluent_wallpaper_20_filled": 62130, + "ic_fluent_wallpaper_20_regular": 62131, + "ic_fluent_wand_20_filled": 62132, + "ic_fluent_wand_20_regular": 62133, + "ic_fluent_warning_20_filled": 62134, + "ic_fluent_warning_20_regular": 62135, + "ic_fluent_warning_shield_20_filled": 62136, + "ic_fluent_warning_shield_20_regular": 62137, + "ic_fluent_washer_20_filled": 62138, + "ic_fluent_washer_20_regular": 62139, + "ic_fluent_water_20_filled": 62140, + "ic_fluent_water_20_regular": 62141, + "ic_fluent_weather_blowing_snow_20_filled": 62142, + "ic_fluent_weather_blowing_snow_20_regular": 62143, + "ic_fluent_weather_cloudy_20_filled": 62144, + "ic_fluent_weather_cloudy_20_regular": 62145, + "ic_fluent_weather_drizzle_20_filled": 62146, + "ic_fluent_weather_drizzle_20_regular": 62147, + "ic_fluent_weather_duststorm_20_filled": 62148, + "ic_fluent_weather_duststorm_20_regular": 62149, + "ic_fluent_weather_fog_20_filled": 62150, + "ic_fluent_weather_fog_20_regular": 62151, + "ic_fluent_weather_hail_day_20_filled": 62152, + "ic_fluent_weather_hail_day_20_regular": 62153, + "ic_fluent_weather_hail_night_20_filled": 62154, + "ic_fluent_weather_hail_night_20_regular": 62155, + "ic_fluent_weather_haze_20_filled": 62156, + "ic_fluent_weather_haze_20_regular": 62157, + "ic_fluent_weather_moon_20_filled": 62158, + "ic_fluent_weather_moon_20_regular": 62159, + "ic_fluent_weather_moon_off_20_filled": 62160, + "ic_fluent_weather_moon_off_20_regular": 62161, + "ic_fluent_weather_partly_cloudy_day_20_filled": 62162, + "ic_fluent_weather_partly_cloudy_day_20_regular": 62163, + "ic_fluent_weather_partly_cloudy_night_20_filled": 62164, + "ic_fluent_weather_partly_cloudy_night_20_regular": 62165, + "ic_fluent_weather_rain_20_filled": 62166, + "ic_fluent_weather_rain_20_regular": 62167, + "ic_fluent_weather_rain_showers_day_20_filled": 62168, + "ic_fluent_weather_rain_showers_day_20_regular": 62169, + "ic_fluent_weather_rain_showers_night_20_filled": 62170, + "ic_fluent_weather_rain_showers_night_20_regular": 62171, + "ic_fluent_weather_rain_snow_20_filled": 62172, + "ic_fluent_weather_rain_snow_20_regular": 62173, + "ic_fluent_weather_snow_20_filled": 62174, + "ic_fluent_weather_snow_20_regular": 62175, + "ic_fluent_weather_snow_shower_day_20_filled": 62176, + "ic_fluent_weather_snow_shower_day_20_regular": 62177, + "ic_fluent_weather_snow_shower_night_20_filled": 62178, + "ic_fluent_weather_snow_shower_night_20_regular": 62179, + "ic_fluent_weather_snowflake_20_filled": 62180, + "ic_fluent_weather_snowflake_20_regular": 62181, + "ic_fluent_weather_squalls_20_filled": 62182, + "ic_fluent_weather_squalls_20_regular": 62183, + "ic_fluent_weather_sunny_20_filled": 62184, + "ic_fluent_weather_sunny_20_regular": 62185, + "ic_fluent_weather_sunny_high_20_filled": 62186, + "ic_fluent_weather_sunny_high_20_regular": 62187, + "ic_fluent_weather_sunny_low_20_filled": 62188, + "ic_fluent_weather_sunny_low_20_regular": 62189, + "ic_fluent_weather_thunderstorm_20_filled": 62190, + "ic_fluent_weather_thunderstorm_20_regular": 62191, + "ic_fluent_web_asset_20_filled": 62192, + "ic_fluent_web_asset_20_regular": 62193, + "ic_fluent_whiteboard_20_filled": 62194, + "ic_fluent_whiteboard_20_regular": 62195, + "ic_fluent_whiteboard_off_20_filled": 62196, + "ic_fluent_whiteboard_off_20_regular": 62197, + "ic_fluent_wifi_1_20_filled": 62198, + "ic_fluent_wifi_1_20_regular": 62199, + "ic_fluent_wifi_2_20_filled": 62200, + "ic_fluent_wifi_2_20_regular": 62201, + "ic_fluent_wifi_3_20_filled": 62202, + "ic_fluent_wifi_3_20_regular": 62203, + "ic_fluent_wifi_4_20_filled": 62204, + "ic_fluent_wifi_4_20_regular": 62205, + "ic_fluent_wifi_lock_20_filled": 62206, + "ic_fluent_wifi_lock_20_regular": 62207, + "ic_fluent_wifi_off_20_filled": 62208, + "ic_fluent_wifi_off_20_regular": 62209, + "ic_fluent_wifi_settings_20_filled": 62210, + "ic_fluent_wifi_settings_20_regular": 62211, + "ic_fluent_wifi_warning_20_filled": 62212, + "ic_fluent_wifi_warning_20_regular": 62213, + "ic_fluent_window_20_filled": 62214, + "ic_fluent_window_20_regular": 62215, + "ic_fluent_window_ad_20_filled": 62216, + "ic_fluent_window_ad_20_regular": 62217, + "ic_fluent_window_ad_off_20_filled": 62218, + "ic_fluent_window_ad_off_20_regular": 62219, + "ic_fluent_window_ad_person_20_filled": 62220, + "ic_fluent_window_ad_person_20_regular": 62221, + "ic_fluent_window_apps_20_filled": 62222, + "ic_fluent_window_apps_20_regular": 62223, + "ic_fluent_window_arrow_up_20_filled": 62224, + "ic_fluent_window_arrow_up_20_regular": 62225, + "ic_fluent_window_bullet_list_20_filled": 62226, + "ic_fluent_window_bullet_list_20_regular": 62227, + "ic_fluent_window_bullet_list_add_20_filled": 62228, + "ic_fluent_window_bullet_list_add_20_regular": 62229, + "ic_fluent_window_console_20_filled": 62230, + "ic_fluent_window_console_20_regular": 62231, + "ic_fluent_window_database_20_filled": 62232, + "ic_fluent_window_database_20_regular": 62233, + "ic_fluent_window_dev_edit_20_filled": 62234, + "ic_fluent_window_dev_edit_20_regular": 62235, + "ic_fluent_window_dev_tools_20_filled": 62236, + "ic_fluent_window_dev_tools_20_regular": 62237, + "ic_fluent_window_edit_20_filled": 62238, + "ic_fluent_window_edit_20_regular": 62239, + "ic_fluent_window_fingerprint_20_filled": 62240, + "ic_fluent_window_fingerprint_20_regular": 62241, + "ic_fluent_window_header_horizontal_20_filled": 62242, + "ic_fluent_window_header_horizontal_20_regular": 62243, + "ic_fluent_window_header_horizontal_off_20_filled": 62244, + "ic_fluent_window_header_horizontal_off_20_regular": 62245, + "ic_fluent_window_header_vertical_20_filled": 62246, + "ic_fluent_window_header_vertical_20_regular": 62247, + "ic_fluent_window_inprivate_20_filled": 62248, + "ic_fluent_window_inprivate_20_regular": 62249, + "ic_fluent_window_inprivate_account_20_filled": 62250, + "ic_fluent_window_inprivate_account_20_regular": 62251, + "ic_fluent_window_location_target_20_filled": 62252, + "ic_fluent_window_location_target_20_regular": 62253, + "ic_fluent_window_multiple_20_filled": 62254, + "ic_fluent_window_multiple_20_regular": 62255, + "ic_fluent_window_multiple_swap_20_filled": 62256, + "ic_fluent_window_multiple_swap_20_regular": 62257, + "ic_fluent_window_new_20_filled": 62258, + "ic_fluent_window_new_20_regular": 62259, + "ic_fluent_window_play_20_filled": 62260, + "ic_fluent_window_play_20_regular": 62261, + "ic_fluent_window_settings_20_filled": 62262, + "ic_fluent_window_settings_20_regular": 62263, + "ic_fluent_window_shield_20_filled": 62264, + "ic_fluent_window_shield_20_regular": 62265, + "ic_fluent_window_text_20_filled": 62266, + "ic_fluent_window_text_20_regular": 62267, + "ic_fluent_window_wrench_20_filled": 62268, + "ic_fluent_window_wrench_20_regular": 62269, + "ic_fluent_wrench_20_filled": 62270, + "ic_fluent_wrench_20_regular": 62271, + "ic_fluent_wrench_screwdriver_20_filled": 62272, + "ic_fluent_wrench_screwdriver_20_regular": 62273, + "ic_fluent_wrench_settings_20_filled": 62274, + "ic_fluent_wrench_settings_20_regular": 62275, + "ic_fluent_xbox_console_20_filled": 62276, + "ic_fluent_xbox_console_20_regular": 62277, + "ic_fluent_xbox_controller_20_filled": 62278, + "ic_fluent_xbox_controller_20_regular": 62279, + "ic_fluent_xbox_controller_error_20_filled": 62280, + "ic_fluent_xbox_controller_error_20_regular": 62281, + "ic_fluent_xray_20_filled": 62282, + "ic_fluent_xray_20_regular": 62283, + "ic_fluent_zoom_fit_20_filled": 62284, + "ic_fluent_zoom_fit_20_regular": 62285, + "ic_fluent_zoom_in_20_filled": 62286, + "ic_fluent_zoom_in_20_regular": 62287, + "ic_fluent_zoom_out_20_filled": 62288, + "ic_fluent_zoom_out_20_regular": 62289 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Resizable.ttf b/fonts/FluentSystemIcons-Resizable.ttf index 1f36027693..daec5932eb 100644 Binary files a/fonts/FluentSystemIcons-Resizable.ttf and b/fonts/FluentSystemIcons-Resizable.ttf differ diff --git a/fonts/FluentSystemIcons-Resizable.woff b/fonts/FluentSystemIcons-Resizable.woff index 9fc7552974..4dcdf67ea1 100644 Binary files a/fonts/FluentSystemIcons-Resizable.woff and b/fonts/FluentSystemIcons-Resizable.woff differ diff --git a/fonts/FluentSystemIcons-Resizable.woff2 b/fonts/FluentSystemIcons-Resizable.woff2 index ea449fe205..6c8349970c 100644 Binary files a/fonts/FluentSystemIcons-Resizable.woff2 and b/fonts/FluentSystemIcons-Resizable.woff2 differ diff --git a/icons_filled.md b/icons_filled.md index 2965057974..0216cf3722 100644 --- a/icons_filled.md +++ b/icons_filled.md @@ -6,6 +6,8 @@ |Access Time||`accessTime20Filled`
`accessTime24Filled`|`ic_fluent_access_time_20_filled`
`ic_fluent_access_time_24_filled`| |Accessibility||`accessibility16Filled`
`accessibility20Filled`
`accessibility24Filled`
`accessibility28Filled`
`accessibility32Filled`
`accessibility48Filled`|`ic_fluent_accessibility_16_filled`
`ic_fluent_accessibility_20_filled`
`ic_fluent_accessibility_24_filled`
`ic_fluent_accessibility_28_filled`
`ic_fluent_accessibility_32_filled`
`ic_fluent_accessibility_48_filled`| |Accessibility Checkmark||`accessibilityCheckmark20Filled`
`accessibilityCheckmark24Filled`
`accessibilityCheckmark28Filled`
`accessibilityCheckmark32Filled`
`accessibilityCheckmark48Filled`|`ic_fluent_accessibility_checkmark_20_filled`
`ic_fluent_accessibility_checkmark_24_filled`
`ic_fluent_accessibility_checkmark_28_filled`
`ic_fluent_accessibility_checkmark_32_filled`
`ic_fluent_accessibility_checkmark_48_filled`| +|Accessibility Error||`accessibilityError20Filled`
`accessibilityError24Filled`|`ic_fluent_accessibility_error_20_filled`
`ic_fluent_accessibility_error_24_filled`| +|Accessibility Question Mark||`accessibilityQuestionMark20Filled`
`accessibilityQuestionMark24Filled`|`ic_fluent_accessibility_question_mark_20_filled`
`ic_fluent_accessibility_question_mark_24_filled`| |Add||`add12Filled`
`add16Filled`
`add20Filled`
`add24Filled`
`add28Filled`
`add32Filled`
`add48Filled`|`ic_fluent_add_12_filled`
`ic_fluent_add_16_filled`
`ic_fluent_add_20_filled`
`ic_fluent_add_24_filled`
`ic_fluent_add_28_filled`
`ic_fluent_add_32_filled`
`ic_fluent_add_48_filled`| |Add Circle||`addCircle12Filled`
`addCircle16Filled`
`addCircle20Filled`
`addCircle24Filled`
`addCircle28Filled`
`addCircle32Filled`|`ic_fluent_add_circle_12_filled`
`ic_fluent_add_circle_16_filled`
`ic_fluent_add_circle_20_filled`
`ic_fluent_add_circle_24_filled`
`ic_fluent_add_circle_28_filled`
`ic_fluent_add_circle_32_filled`| |Add Square||`addSquare16Filled`
`addSquare20Filled`
`addSquare24Filled`
`addSquare28Filled`
`addSquare32Filled`
`addSquare48Filled`|`ic_fluent_add_square_16_filled`
`ic_fluent_add_square_20_filled`
`ic_fluent_add_square_24_filled`
`ic_fluent_add_square_28_filled`
`ic_fluent_add_square_32_filled`
`ic_fluent_add_square_48_filled`| @@ -98,7 +100,7 @@ |Arrow Curve Up Left||`arrowCurveUpLeft20Filled`|`ic_fluent_arrow_curve_up_left_20_filled`| |Arrow Curve Up Right||`arrowCurveUpRight20Filled`|`ic_fluent_arrow_curve_up_right_20_filled`| |Arrow Down||`arrowDown12Filled`
`arrowDown16Filled`
`arrowDown20Filled`
`arrowDown24Filled`
`arrowDown28Filled`
`arrowDown32Filled`
`arrowDown48Filled`|`ic_fluent_arrow_down_12_filled`
`ic_fluent_arrow_down_16_filled`
`ic_fluent_arrow_down_20_filled`
`ic_fluent_arrow_down_24_filled`
`ic_fluent_arrow_down_28_filled`
`ic_fluent_arrow_down_32_filled`
`ic_fluent_arrow_down_48_filled`| -|Arrow Down Exclamation||`arrowDownExclamation16Filled`
`arrowDownExclamation20Filled`|`ic_fluent_arrow_down_exclamation_16_filled`
`ic_fluent_arrow_down_exclamation_20_filled`| +|Arrow Down Exclamation||`arrowDownExclamation16Filled`
`arrowDownExclamation20Filled`
`arrowDownExclamation24Filled`|`ic_fluent_arrow_down_exclamation_16_filled`
`ic_fluent_arrow_down_exclamation_20_filled`
`ic_fluent_arrow_down_exclamation_24_filled`| |Arrow Down Left||`arrowDownLeft16Filled`
`arrowDownLeft20Filled`
`arrowDownLeft24Filled`
`arrowDownLeft32Filled`
`arrowDownLeft48Filled`|`ic_fluent_arrow_down_left_16_filled`
`ic_fluent_arrow_down_left_20_filled`
`ic_fluent_arrow_down_left_24_filled`
`ic_fluent_arrow_down_left_32_filled`
`ic_fluent_arrow_down_left_48_filled`| |Arrow Download||`arrowDownload16Filled`
`arrowDownload20Filled`
`arrowDownload24Filled`
`arrowDownload28Filled`
`arrowDownload32Filled`
`arrowDownload48Filled`|`ic_fluent_arrow_download_16_filled`
`ic_fluent_arrow_download_20_filled`
`ic_fluent_arrow_download_24_filled`
`ic_fluent_arrow_download_28_filled`
`ic_fluent_arrow_download_32_filled`
`ic_fluent_arrow_download_48_filled`| |Arrow Download Off||`arrowDownloadOff16Filled`
`arrowDownloadOff20Filled`
`arrowDownloadOff24Filled`
`arrowDownloadOff28Filled`
`arrowDownloadOff32Filled`
`arrowDownloadOff48Filled`|`ic_fluent_arrow_download_off_16_filled`
`ic_fluent_arrow_download_off_20_filled`
`ic_fluent_arrow_download_off_24_filled`
`ic_fluent_arrow_download_off_28_filled`
`ic_fluent_arrow_download_off_32_filled`
`ic_fluent_arrow_download_off_48_filled`| @@ -159,6 +161,7 @@ |Arrow Sort Down||`arrowSortDown16Filled`
`arrowSortDown20Filled`
`arrowSortDown24Filled`|`ic_fluent_arrow_sort_down_16_filled`
`ic_fluent_arrow_sort_down_20_filled`
`ic_fluent_arrow_sort_down_24_filled`| |Arrow Sort Down Lines||`arrowSortDownLines16Filled`
`arrowSortDownLines20Filled`
`arrowSortDownLines24Filled`|`ic_fluent_arrow_sort_down_lines_16_filled`
`ic_fluent_arrow_sort_down_lines_20_filled`
`ic_fluent_arrow_sort_down_lines_24_filled`| |Arrow Sort Up||`arrowSortUp16Filled`
`arrowSortUp20Filled`
`arrowSortUp24Filled`|`ic_fluent_arrow_sort_up_16_filled`
`ic_fluent_arrow_sort_up_20_filled`
`ic_fluent_arrow_sort_up_24_filled`| +|Arrow Sort Up Lines||`arrowSortUpLines16Filled`
`arrowSortUpLines20Filled`
`arrowSortUpLines24Filled`|`ic_fluent_arrow_sort_up_lines_16_filled`
`ic_fluent_arrow_sort_up_lines_20_filled`
`ic_fluent_arrow_sort_up_lines_24_filled`| |Arrow Split||`arrowSplit16Filled`
`arrowSplit20Filled`
`arrowSplit24Filled`|`ic_fluent_arrow_split_16_filled`
`ic_fluent_arrow_split_20_filled`
`ic_fluent_arrow_split_24_filled`| |Arrow Sprint||`arrowSprint16Filled`
`arrowSprint20Filled`|`ic_fluent_arrow_sprint_16_filled`
`ic_fluent_arrow_sprint_20_filled`| |Arrow Square Down||`arrowSquareDown20Filled`
`arrowSquareDown24Filled`|`ic_fluent_arrow_square_down_20_filled`
`ic_fluent_arrow_square_down_24_filled`| @@ -201,6 +204,7 @@ |Arrow Undo Temp LTR||`arrowUndo16Filled`
`arrowUndo20Filled`
`arrowUndo24Filled`
`arrowUndo28Filled`
`arrowUndo32Filled`
`arrowUndo48Filled`|`ic_fluent_arrow_undo_16_filled`
`ic_fluent_arrow_undo_20_filled`
`ic_fluent_arrow_undo_24_filled`
`ic_fluent_arrow_undo_28_filled`
`ic_fluent_arrow_undo_32_filled`
`ic_fluent_arrow_undo_48_filled`| |Arrow Undo Temp RTL||`arrowRedo16Filled`
`arrowRedo20Filled`
`arrowRedo24Filled`
`arrowRedo28Filled`
`arrowRedo32Filled`
`arrowRedo48Filled`|`ic_fluent_arrow_redo_16_filled`
`ic_fluent_arrow_redo_20_filled`
`ic_fluent_arrow_redo_24_filled`
`ic_fluent_arrow_redo_28_filled`
`ic_fluent_arrow_redo_32_filled`
`ic_fluent_arrow_redo_48_filled`| |Arrow Up||`arrowUp12Filled`
`arrowUp16Filled`
`arrowUp20Filled`
`arrowUp24Filled`
`arrowUp28Filled`
`arrowUp32Filled`
`arrowUp48Filled`|`ic_fluent_arrow_up_12_filled`
`ic_fluent_arrow_up_16_filled`
`ic_fluent_arrow_up_20_filled`
`ic_fluent_arrow_up_24_filled`
`ic_fluent_arrow_up_28_filled`
`ic_fluent_arrow_up_32_filled`
`ic_fluent_arrow_up_48_filled`| +|Arrow Up Exclamation||`arrowUpExclamation16Filled`
`arrowUpExclamation20Filled`
`arrowUpExclamation24Filled`|`ic_fluent_arrow_up_exclamation_16_filled`
`ic_fluent_arrow_up_exclamation_20_filled`
`ic_fluent_arrow_up_exclamation_24_filled`| |Arrow Up Left||`arrowUpLeft16Filled`
`arrowUpLeft20Filled`
`arrowUpLeft24Filled`
`arrowUpLeft48Filled`|`ic_fluent_arrow_up_left_16_filled`
`ic_fluent_arrow_up_left_20_filled`
`ic_fluent_arrow_up_left_24_filled`
`ic_fluent_arrow_up_left_48_filled`| |Arrow Up Right||`arrowUpRight16Filled`
`arrowUpRight20Filled`
`arrowUpRight24Filled`
`arrowUpRight32Filled`
`arrowUpRight48Filled`|`ic_fluent_arrow_up_right_16_filled`
`ic_fluent_arrow_up_right_20_filled`
`ic_fluent_arrow_up_right_24_filled`
`ic_fluent_arrow_up_right_32_filled`
`ic_fluent_arrow_up_right_48_filled`| |Arrow Up Right Dashes||`arrowUpRightDashes16Filled`|`ic_fluent_arrow_up_right_dashes_16_filled`| @@ -246,6 +250,7 @@ |Beaker Off||`beakerOff20Filled`
`beakerOff32Filled`|`ic_fluent_beaker_off_20_filled`
`ic_fluent_beaker_off_32_filled`| |Beaker Settings||`beakerSettings16Filled`
`beakerSettings20Filled`|`ic_fluent_beaker_settings_16_filled`
`ic_fluent_beaker_settings_20_filled`| |Bed||`bed16Filled`
`bed20Filled`
`bed24Filled`|`ic_fluent_bed_16_filled`
`ic_fluent_bed_20_filled`
`ic_fluent_bed_24_filled`| +|Bench||`bench20Filled`
`bench24Filled`|`ic_fluent_bench_20_filled`
`ic_fluent_bench_24_filled`| |Bezier Curve Square||`bezierCurveSquare12Filled`
`bezierCurveSquare20Filled`|`ic_fluent_bezier_curve_square_12_filled`
`ic_fluent_bezier_curve_square_20_filled`| |Bin Full||`binFull20Filled`
`binFull24Filled`|`ic_fluent_bin_full_20_filled`
`ic_fluent_bin_full_24_filled`| |Bin Recycle||`binRecycle20Filled`
`binRecycle24Filled`|`ic_fluent_bin_recycle_20_filled`
`ic_fluent_bin_recycle_24_filled`| @@ -360,7 +365,7 @@ |Building Government||`buildingGovernment16Filled`
`buildingGovernment20Filled`
`buildingGovernment24Filled`
`buildingGovernment32Filled`|`ic_fluent_building_government_16_filled`
`ic_fluent_building_government_20_filled`
`ic_fluent_building_government_24_filled`
`ic_fluent_building_government_32_filled`| |Building Government Search||`buildingGovernmentSearch16Filled`
`buildingGovernmentSearch20Filled`
`buildingGovernmentSearch24Filled`
`buildingGovernmentSearch32Filled`|`ic_fluent_building_government_search_16_filled`
`ic_fluent_building_government_search_20_filled`
`ic_fluent_building_government_search_24_filled`
`ic_fluent_building_government_search_32_filled`| |Building Home||`buildingHome16Filled`
`buildingHome20Filled`
`buildingHome24Filled`|`ic_fluent_building_home_16_filled`
`ic_fluent_building_home_20_filled`
`ic_fluent_building_home_24_filled`| -|Building Lighthouse||`buildingLighthouse16Filled`
`buildingLighthouse20Filled`
`buildingLighthouse24Filled`
`buildingLighthouse32Filled`
`buildingLighthouse48Filled`|`ic_fluent_building_lighthouse_16_filled`
`ic_fluent_building_lighthouse_20_filled`
`ic_fluent_building_lighthouse_24_filled`
`ic_fluent_building_lighthouse_32_filled`
`ic_fluent_building_lighthouse_48_filled`| +|Building Lighthouse||`buildingLighthouse16Filled`
`buildingLighthouse20Filled`
`buildingLighthouse24Filled`
`buildingLighthouse28Filled`
`buildingLighthouse32Filled`
`buildingLighthouse48Filled`|`ic_fluent_building_lighthouse_16_filled`
`ic_fluent_building_lighthouse_20_filled`
`ic_fluent_building_lighthouse_24_filled`
`ic_fluent_building_lighthouse_28_filled`
`ic_fluent_building_lighthouse_32_filled`
`ic_fluent_building_lighthouse_48_filled`| |Building Mosque||`buildingMosque12Filled`
`buildingMosque16Filled`
`buildingMosque20Filled`
`buildingMosque24Filled`
`buildingMosque28Filled`
`buildingMosque32Filled`
`buildingMosque48Filled`|`ic_fluent_building_mosque_12_filled`
`ic_fluent_building_mosque_16_filled`
`ic_fluent_building_mosque_20_filled`
`ic_fluent_building_mosque_24_filled`
`ic_fluent_building_mosque_28_filled`
`ic_fluent_building_mosque_32_filled`
`ic_fluent_building_mosque_48_filled`| |Building Multiple||`buildingMultiple20Filled`
`buildingMultiple24Filled`|`ic_fluent_building_multiple_20_filled`
`ic_fluent_building_multiple_24_filled`| |Building People||`buildingPeople16Filled`
`buildingPeople20Filled`
`buildingPeople24Filled`|`ic_fluent_building_people_16_filled`
`ic_fluent_building_people_20_filled`
`ic_fluent_building_people_24_filled`| @@ -423,7 +428,7 @@ |Calendar Template||`calendarTemplate20Filled`
`calendarTemplate24Filled`
`calendarTemplate32Filled`|`ic_fluent_calendar_template_20_filled`
`ic_fluent_calendar_template_24_filled`
`ic_fluent_calendar_template_32_filled`| |Calendar Today||`calendarToday16Filled`
`calendarToday20Filled`
`calendarToday24Filled`
`calendarToday28Filled`|`ic_fluent_calendar_today_16_filled`
`ic_fluent_calendar_today_20_filled`
`ic_fluent_calendar_today_24_filled`
`ic_fluent_calendar_today_28_filled`| |Calendar Toolbox||`calendarToolbox20Filled`
`calendarToolbox24Filled`|`ic_fluent_calendar_toolbox_20_filled`
`ic_fluent_calendar_toolbox_24_filled`| -|Calendar Video||`calendarVideo24Filled`
`calendarVideo28Filled`|`ic_fluent_calendar_video_24_filled`
`ic_fluent_calendar_video_28_filled`| +|Calendar Video||`calendarVideo20Filled`
`calendarVideo24Filled`
`calendarVideo28Filled`|`ic_fluent_calendar_video_20_filled`
`ic_fluent_calendar_video_24_filled`
`ic_fluent_calendar_video_28_filled`| |Calendar Week Numbers||`calendarWeekNumbers20Filled`
`calendarWeekNumbers24Filled`|`ic_fluent_calendar_week_numbers_20_filled`
`ic_fluent_calendar_week_numbers_24_filled`| |Calendar Week Start||`calendarWeekStart20Filled`
`calendarWeekStart24Filled`
`calendarWeekStart28Filled`|`ic_fluent_calendar_week_start_20_filled`
`ic_fluent_calendar_week_start_24_filled`
`ic_fluent_calendar_week_start_28_filled`| |Calendar Work Week||`calendarWorkWeek16Filled`
`calendarWorkWeek20Filled`
`calendarWorkWeek24Filled`
`calendarWorkWeek28Filled`|`ic_fluent_calendar_work_week_16_filled`
`ic_fluent_calendar_work_week_20_filled`
`ic_fluent_calendar_work_week_24_filled`
`ic_fluent_calendar_work_week_28_filled`| @@ -593,6 +598,7 @@ |Clock||`clock12Filled`
`clock16Filled`
`clock20Filled`
`clock24Filled`
`clock28Filled`
`clock32Filled`
`clock48Filled`|`ic_fluent_clock_12_filled`
`ic_fluent_clock_16_filled`
`ic_fluent_clock_20_filled`
`ic_fluent_clock_24_filled`
`ic_fluent_clock_28_filled`
`ic_fluent_clock_32_filled`
`ic_fluent_clock_48_filled`| |Clock Alarm||`clockAlarm16Filled`
`clockAlarm20Filled`
`clockAlarm24Filled`
`clockAlarm32Filled`|`ic_fluent_clock_alarm_16_filled`
`ic_fluent_clock_alarm_20_filled`
`ic_fluent_clock_alarm_24_filled`
`ic_fluent_clock_alarm_32_filled`| |Clock Arrow Download||`clockArrowDownload20Filled`
`clockArrowDownload24Filled`|`ic_fluent_clock_arrow_download_20_filled`
`ic_fluent_clock_arrow_download_24_filled`| +|Clock Bill||`clockBill16Filled`
`clockBill20Filled`
`clockBill24Filled`
`clockBill32Filled`|`ic_fluent_clock_bill_16_filled`
`ic_fluent_clock_bill_20_filled`
`ic_fluent_clock_bill_24_filled`
`ic_fluent_clock_bill_32_filled`| |Clock Dismiss||`clockDismiss20Filled`
`clockDismiss24Filled`|`ic_fluent_clock_dismiss_20_filled`
`ic_fluent_clock_dismiss_24_filled`| |Clock Lock||`clockLock16Filled`
`clockLock20Filled`
`clockLock24Filled`|`ic_fluent_clock_lock_16_filled`
`ic_fluent_clock_lock_20_filled`
`ic_fluent_clock_lock_24_filled`| |Clock Pause||`clockPause20Filled`
`clockPause24Filled`|`ic_fluent_clock_pause_20_filled`
`ic_fluent_clock_pause_24_filled`| @@ -747,9 +753,9 @@ |Data Sunburst||`dataSunburst20Filled`
`dataSunburst24Filled`|`ic_fluent_data_sunburst_20_filled`
`ic_fluent_data_sunburst_24_filled`| |Data Treemap||`dataTreemap20Filled`
`dataTreemap24Filled`|`ic_fluent_data_treemap_20_filled`
`ic_fluent_data_treemap_24_filled`| |Data Trending||`dataTrending16Filled`
`dataTrending20Filled`
`dataTrending24Filled`
`dataTrending28Filled`
`dataTrending32Filled`
`dataTrending48Filled`|`ic_fluent_data_trending_16_filled`
`ic_fluent_data_trending_20_filled`
`ic_fluent_data_trending_24_filled`
`ic_fluent_data_trending_28_filled`
`ic_fluent_data_trending_32_filled`
`ic_fluent_data_trending_48_filled`| -|Data Usage||`dataUsage20Filled`
`dataUsage24Filled`|`ic_fluent_data_usage_20_filled`
`ic_fluent_data_usage_24_filled`| +|Data Usage||`dataUsage16Filled`
`dataUsage20Filled`
`dataUsage24Filled`|`ic_fluent_data_usage_16_filled`
`ic_fluent_data_usage_20_filled`
`ic_fluent_data_usage_24_filled`| |Data Usage Edit||`dataUsageEdit20Filled`
`dataUsageEdit24Filled`|`ic_fluent_data_usage_edit_20_filled`
`ic_fluent_data_usage_edit_24_filled`| -|Data Usage Settings||`dataUsageSettings20Filled`|`ic_fluent_data_usage_settings_20_filled`| +|Data Usage Settings||`dataUsageSettings16Filled`
`dataUsageSettings20Filled`
`dataUsageSettings24Filled`|`ic_fluent_data_usage_settings_16_filled`
`ic_fluent_data_usage_settings_20_filled`
`ic_fluent_data_usage_settings_24_filled`| |Data Usage Toolbox||`dataUsageToolbox20Filled`
`dataUsageToolbox24Filled`|`ic_fluent_data_usage_toolbox_20_filled`
`ic_fluent_data_usage_toolbox_24_filled`| |Data Waterfall||`dataWaterfall20Filled`
`dataWaterfall24Filled`|`ic_fluent_data_waterfall_20_filled`
`ic_fluent_data_waterfall_24_filled`| |Data Whisker||`dataWhisker20Filled`
`dataWhisker24Filled`|`ic_fluent_data_whisker_20_filled`
`ic_fluent_data_whisker_24_filled`| @@ -989,6 +995,7 @@ |Edit||`edit12Filled`
`edit16Filled`
`edit20Filled`
`edit24Filled`
`edit28Filled`
`edit32Filled`
`edit48Filled`|`ic_fluent_edit_12_filled`
`ic_fluent_edit_16_filled`
`ic_fluent_edit_20_filled`
`ic_fluent_edit_24_filled`
`ic_fluent_edit_28_filled`
`ic_fluent_edit_32_filled`
`ic_fluent_edit_48_filled`| |Edit Arrow Back||`editArrowBack16Filled`
`editArrowBack20Filled`
`editArrowBack24Filled`|`ic_fluent_edit_arrow_back_16_filled`
`ic_fluent_edit_arrow_back_20_filled`
`ic_fluent_edit_arrow_back_24_filled`| |Edit Off||`editOff16Filled`
`editOff20Filled`
`editOff24Filled`
`editOff28Filled`
`editOff32Filled`
`editOff48Filled`|`ic_fluent_edit_off_16_filled`
`ic_fluent_edit_off_20_filled`
`ic_fluent_edit_off_24_filled`
`ic_fluent_edit_off_28_filled`
`ic_fluent_edit_off_32_filled`
`ic_fluent_edit_off_48_filled`| +|Edit Person||`editPerson20Filled`
`editPerson24Filled`|`ic_fluent_edit_person_20_filled`
`ic_fluent_edit_person_24_filled`| |Edit Prohibited||`editProhibited16Filled`
`editProhibited20Filled`
`editProhibited24Filled`
`editProhibited28Filled`
`editProhibited32Filled`
`editProhibited48Filled`|`ic_fluent_edit_prohibited_16_filled`
`ic_fluent_edit_prohibited_20_filled`
`ic_fluent_edit_prohibited_24_filled`
`ic_fluent_edit_prohibited_28_filled`
`ic_fluent_edit_prohibited_32_filled`
`ic_fluent_edit_prohibited_48_filled`| |Edit Settings||`editSettings20Filled`
`editSettings24Filled`|`ic_fluent_edit_settings_20_filled`
`ic_fluent_edit_settings_24_filled`| |Elevator||`elevator20Filled`
`elevator24Filled`
`elevator32Filled`
`elevator48Filled`|`ic_fluent_elevator_20_filled`
`ic_fluent_elevator_24_filled`
`ic_fluent_elevator_32_filled`
`ic_fluent_elevator_48_filled`| @@ -1205,6 +1212,7 @@ |Highlight||`highlight16Filled`
`highlight20Filled`
`highlight24Filled`|`ic_fluent_highlight_16_filled`
`ic_fluent_highlight_20_filled`
`ic_fluent_highlight_24_filled`| |Highlight Accent||`highlightAccent16Filled`
`highlightAccent20Filled`
`highlightAccent24Filled`|`ic_fluent_highlight_accent_16_filled`
`ic_fluent_highlight_accent_20_filled`
`ic_fluent_highlight_accent_24_filled`| |Highlight Link||`highlightLink20Filled`|`ic_fluent_highlight_link_20_filled`| +|Highway||`highway20Filled`
`highway24Filled`|`ic_fluent_highway_20_filled`
`ic_fluent_highway_24_filled`| |History||`history16Filled`
`history20Filled`
`history24Filled`
`history28Filled`
`history32Filled`
`history48Filled`|`ic_fluent_history_16_filled`
`ic_fluent_history_20_filled`
`ic_fluent_history_24_filled`
`ic_fluent_history_28_filled`
`ic_fluent_history_32_filled`
`ic_fluent_history_48_filled`| |History Dismiss||`historyDismiss20Filled`
`historyDismiss24Filled`
`historyDismiss28Filled`
`historyDismiss32Filled`
`historyDismiss48Filled`|`ic_fluent_history_dismiss_20_filled`
`ic_fluent_history_dismiss_24_filled`
`ic_fluent_history_dismiss_28_filled`
`ic_fluent_history_dismiss_32_filled`
`ic_fluent_history_dismiss_48_filled`| |Home||`home12Filled`
`home16Filled`
`home20Filled`
`home24Filled`
`home28Filled`
`home32Filled`
`home48Filled`|`ic_fluent_home_12_filled`
`ic_fluent_home_16_filled`
`ic_fluent_home_20_filled`
`ic_fluent_home_24_filled`
`ic_fluent_home_28_filled`
`ic_fluent_home_32_filled`
`ic_fluent_home_48_filled`| @@ -1279,6 +1287,7 @@ |Laptop Briefcase||`laptopBriefcase20Filled`
`laptopBriefcase24Filled`
`laptopBriefcase32Filled`|`ic_fluent_laptop_briefcase_20_filled`
`ic_fluent_laptop_briefcase_24_filled`
`ic_fluent_laptop_briefcase_32_filled`| |Laptop Dismiss||`laptopDismiss16Filled`
`laptopDismiss20Filled`|`ic_fluent_laptop_dismiss_16_filled`
`ic_fluent_laptop_dismiss_20_filled`| |Laptop Multiple||`laptopMultiple24Filled`|`ic_fluent_laptop_multiple_24_filled`| +|Laptop Person||`laptopPerson20Filled`
`laptopPerson24Filled`
`laptopPerson48Filled`|`ic_fluent_laptop_person_20_filled`
`ic_fluent_laptop_person_24_filled`
`ic_fluent_laptop_person_48_filled`| |Laptop Settings||`laptopSettings20Filled`
`laptopSettings24Filled`
`laptopSettings32Filled`|`ic_fluent_laptop_settings_20_filled`
`ic_fluent_laptop_settings_24_filled`
`ic_fluent_laptop_settings_32_filled`| |Laptop Shield||`laptopShield16Filled`
`laptopShield20Filled`|`ic_fluent_laptop_shield_16_filled`
`ic_fluent_laptop_shield_20_filled`| |Laser Tool||`laserTool20Filled`|`ic_fluent_laser_tool_20_filled`| @@ -1390,6 +1399,7 @@ |Location Dismiss||`locationDismiss20Filled`
`locationDismiss24Filled`|`ic_fluent_location_dismiss_20_filled`
`ic_fluent_location_dismiss_24_filled`| |Location Live||`locationLive20Filled`
`locationLive24Filled`|`ic_fluent_location_live_20_filled`
`ic_fluent_location_live_24_filled`| |Location Off||`locationOff16Filled`
`locationOff20Filled`
`locationOff24Filled`
`locationOff28Filled`
`locationOff48Filled`|`ic_fluent_location_off_16_filled`
`ic_fluent_location_off_20_filled`
`ic_fluent_location_off_24_filled`
`ic_fluent_location_off_28_filled`
`ic_fluent_location_off_48_filled`| +|Location Ripple||`locationRipple16Filled`
`locationRipple20Filled`
`locationRipple24Filled`|`ic_fluent_location_ripple_16_filled`
`ic_fluent_location_ripple_20_filled`
`ic_fluent_location_ripple_24_filled`| |Location Target Square||`locationTargetSquare16Filled`
`locationTargetSquare20Filled`
`locationTargetSquare24Filled`
`locationTargetSquare32Filled`|`ic_fluent_location_target_square_16_filled`
`ic_fluent_location_target_square_20_filled`
`ic_fluent_location_target_square_24_filled`
`ic_fluent_location_target_square_32_filled`| |Lock Closed||`lockClosed12Filled`
`lockClosed16Filled`
`lockClosed20Filled`
`lockClosed24Filled`
`lockClosed28Filled`
`lockClosed32Filled`
`lockClosed48Filled`|`ic_fluent_lock_closed_12_filled`
`ic_fluent_lock_closed_16_filled`
`ic_fluent_lock_closed_20_filled`
`ic_fluent_lock_closed_24_filled`
`ic_fluent_lock_closed_28_filled`
`ic_fluent_lock_closed_32_filled`
`ic_fluent_lock_closed_48_filled`| |Lock Closed Key||`lockClosedKey16Filled`
`lockClosedKey20Filled`
`lockClosedKey24Filled`|`ic_fluent_lock_closed_key_16_filled`
`ic_fluent_lock_closed_key_20_filled`
`ic_fluent_lock_closed_key_24_filled`| @@ -1404,11 +1414,12 @@ |Mail All Read||`mailAllRead16Filled`
`mailAllRead20Filled`
`mailAllRead24Filled`
`mailAllRead28Filled`|`ic_fluent_mail_all_read_16_filled`
`ic_fluent_mail_all_read_20_filled`
`ic_fluent_mail_all_read_24_filled`
`ic_fluent_mail_all_read_28_filled`| |Mail All Unread||`mailAllUnread20Filled`|`ic_fluent_mail_all_unread_20_filled`| |Mail Arrow Clockwise||`mailArrowClockwise16Filled`
`mailArrowClockwise20Filled`
`mailArrowClockwise24Filled`|`ic_fluent_mail_arrow_clockwise_16_filled`
`ic_fluent_mail_arrow_clockwise_20_filled`
`ic_fluent_mail_arrow_clockwise_24_filled`| -|Mail Arrow Double Back||`mailArrowDoubleBack16Filled`
`mailArrowDoubleBack20Filled`
`mailArrowDoubleBack24Filled`|`ic_fluent_mail_arrow_double_back_16_filled`
`ic_fluent_mail_arrow_double_back_20_filled`
`ic_fluent_mail_arrow_double_back_24_filled`| +|Mail Arrow Double Back||`mailArrowDoubleBack16Filled`
`mailArrowDoubleBack20Filled`
`mailArrowDoubleBack24Filled`
`mailArrowDoubleBack32Filled`|`ic_fluent_mail_arrow_double_back_16_filled`
`ic_fluent_mail_arrow_double_back_20_filled`
`ic_fluent_mail_arrow_double_back_24_filled`
`ic_fluent_mail_arrow_double_back_32_filled`| |Mail Arrow Down||`mailArrowDown16Filled`
`mailArrowDown20Filled`|`ic_fluent_mail_arrow_down_16_filled`
`ic_fluent_mail_arrow_down_20_filled`| |Mail Arrow Forward||`mailArrowForward16Filled`
`mailArrowForward20Filled`|`ic_fluent_mail_arrow_forward_16_filled`
`ic_fluent_mail_arrow_forward_20_filled`| |Mail Arrow Up||`mailArrowUp16Filled`
`mailArrowUp20Filled`
`mailArrowUp24Filled`|`ic_fluent_mail_arrow_up_16_filled`
`ic_fluent_mail_arrow_up_20_filled`
`ic_fluent_mail_arrow_up_24_filled`| |Mail Attach||`mailAttach16Filled`
`mailAttach20Filled`
`mailAttach24Filled`
`mailAttach28Filled`|`ic_fluent_mail_attach_16_filled`
`ic_fluent_mail_attach_20_filled`
`ic_fluent_mail_attach_24_filled`
`ic_fluent_mail_attach_28_filled`| +|Mail Briefcase||`mailBriefcase48Filled`|`ic_fluent_mail_briefcase_48_filled`| |Mail Checkmark||`mailCheckmark16Filled`
`mailCheckmark20Filled`
`mailCheckmark24Filled`|`ic_fluent_mail_checkmark_16_filled`
`ic_fluent_mail_checkmark_20_filled`
`ic_fluent_mail_checkmark_24_filled`| |Mail Clock||`mailClock16Filled`
`mailClock20Filled`
`mailClock24Filled`|`ic_fluent_mail_clock_16_filled`
`ic_fluent_mail_clock_20_filled`
`ic_fluent_mail_clock_24_filled`| |Mail Copy||`mailCopy20Filled`
`mailCopy24Filled`|`ic_fluent_mail_copy_20_filled`
`ic_fluent_mail_copy_24_filled`| @@ -1544,7 +1555,7 @@ |Open||`open12Filled`
`open16Filled`
`open20Filled`
`open24Filled`
`open28Filled`
`open32Filled`
`open48Filled`|`ic_fluent_open_12_filled`
`ic_fluent_open_16_filled`
`ic_fluent_open_20_filled`
`ic_fluent_open_24_filled`
`ic_fluent_open_28_filled`
`ic_fluent_open_32_filled`
`ic_fluent_open_48_filled`| |Open Folder||`openFolder16Filled`
`openFolder20Filled`
`openFolder24Filled`
`openFolder28Filled`
`openFolder48Filled`|`ic_fluent_open_folder_16_filled`
`ic_fluent_open_folder_20_filled`
`ic_fluent_open_folder_24_filled`
`ic_fluent_open_folder_28_filled`
`ic_fluent_open_folder_48_filled`| |Open Off||`openOff16Filled`
`openOff20Filled`
`openOff24Filled`
`openOff28Filled`
`openOff48Filled`|`ic_fluent_open_off_16_filled`
`ic_fluent_open_off_20_filled`
`ic_fluent_open_off_24_filled`
`ic_fluent_open_off_28_filled`
`ic_fluent_open_off_48_filled`| -|Options||`options16Filled`
`options20Filled`
`options24Filled`
`options48Filled`|`ic_fluent_options_16_filled`
`ic_fluent_options_20_filled`
`ic_fluent_options_24_filled`
`ic_fluent_options_48_filled`| +|Options||`options16Filled`
`options20Filled`
`options24Filled`
`options28Filled`
`options32Filled`
`options48Filled`|`ic_fluent_options_16_filled`
`ic_fluent_options_20_filled`
`ic_fluent_options_24_filled`
`ic_fluent_options_28_filled`
`ic_fluent_options_32_filled`
`ic_fluent_options_48_filled`| |Organization||`organization12Filled`
`organization16Filled`
`organization20Filled`
`organization24Filled`
`organization28Filled`
`organization32Filled`
`organization48Filled`|`ic_fluent_organization_12_filled`
`ic_fluent_organization_16_filled`
`ic_fluent_organization_20_filled`
`ic_fluent_organization_24_filled`
`ic_fluent_organization_28_filled`
`ic_fluent_organization_32_filled`
`ic_fluent_organization_48_filled`| |Organization Horizontal||`organizationHorizontal16Filled`
`organizationHorizontal20Filled`
`organizationHorizontal24Filled`|`ic_fluent_organization_horizontal_16_filled`
`ic_fluent_organization_horizontal_20_filled`
`ic_fluent_organization_horizontal_24_filled`| |Orientation||`orientation20Filled`
`orientation24Filled`|`ic_fluent_orientation_20_filled`
`ic_fluent_orientation_24_filled`| @@ -1601,7 +1612,7 @@ |Pen Sparkle||`penSparkle16Filled`
`penSparkle20Filled`
`penSparkle24Filled`
`penSparkle28Filled`
`penSparkle32Filled`
`penSparkle48Filled`|`ic_fluent_pen_sparkle_16_filled`
`ic_fluent_pen_sparkle_20_filled`
`ic_fluent_pen_sparkle_24_filled`
`ic_fluent_pen_sparkle_28_filled`
`ic_fluent_pen_sparkle_32_filled`
`ic_fluent_pen_sparkle_48_filled`| |Pentagon||`pentagon20Filled`
`pentagon32Filled`
`pentagon48Filled`|`ic_fluent_pentagon_20_filled`
`ic_fluent_pentagon_32_filled`
`ic_fluent_pentagon_48_filled`| |People||`people12Filled`
`people16Filled`
`people20Filled`
`people24Filled`
`people28Filled`
`people32Filled`
`people48Filled`|`ic_fluent_people_12_filled`
`ic_fluent_people_16_filled`
`ic_fluent_people_20_filled`
`ic_fluent_people_24_filled`
`ic_fluent_people_28_filled`
`ic_fluent_people_32_filled`
`ic_fluent_people_48_filled`| -|People Add||`peopleAdd16Filled`
`peopleAdd20Filled`
`peopleAdd24Filled`
`peopleAdd28Filled`|`ic_fluent_people_add_16_filled`
`ic_fluent_people_add_20_filled`
`ic_fluent_people_add_24_filled`
`ic_fluent_people_add_28_filled`| +|People Add||`peopleAdd16Filled`
`peopleAdd20Filled`
`peopleAdd24Filled`
`peopleAdd28Filled`
`peopleAdd32Filled`|`ic_fluent_people_add_16_filled`
`ic_fluent_people_add_20_filled`
`ic_fluent_people_add_24_filled`
`ic_fluent_people_add_28_filled`
`ic_fluent_people_add_32_filled`| |People Audience||`peopleAudience20Filled`
`peopleAudience24Filled`
`peopleAudience32Filled`|`ic_fluent_people_audience_20_filled`
`ic_fluent_people_audience_24_filled`
`ic_fluent_people_audience_32_filled`| |People Call||`peopleCall16Filled`
`peopleCall20Filled`
`peopleCall24Filled`|`ic_fluent_people_call_16_filled`
`ic_fluent_people_call_20_filled`
`ic_fluent_people_call_24_filled`| |People Chat||`peopleChat16Filled`
`peopleChat20Filled`
`peopleChat24Filled`|`ic_fluent_people_chat_16_filled`
`ic_fluent_people_chat_20_filled`
`ic_fluent_people_chat_24_filled`| @@ -1630,7 +1641,7 @@ |Person 6||`person620Filled`
`person632Filled`|`ic_fluent_person_6_20_filled`
`ic_fluent_person_6_32_filled`| |Person Accounts||`personAccounts20Filled`
`personAccounts24Filled`|`ic_fluent_person_accounts_20_filled`
`ic_fluent_person_accounts_24_filled`| |Person Add||`personAdd16Filled`
`personAdd20Filled`
`personAdd24Filled`
`personAdd28Filled`
`personAdd32Filled`|`ic_fluent_person_add_16_filled`
`ic_fluent_person_add_20_filled`
`ic_fluent_person_add_24_filled`
`ic_fluent_person_add_28_filled`
`ic_fluent_person_add_32_filled`| -|Person Alert||`personAlert16Filled`
`personAlert20Filled`
`personAlert24Filled`|`ic_fluent_person_alert_16_filled`
`ic_fluent_person_alert_20_filled`
`ic_fluent_person_alert_24_filled`| +|Person Alert||`personAlert16Filled`
`personAlert20Filled`
`personAlert24Filled`
`personAlert32Filled`|`ic_fluent_person_alert_16_filled`
`ic_fluent_person_alert_20_filled`
`ic_fluent_person_alert_24_filled`
`ic_fluent_person_alert_32_filled`| |Person Arrow Back||`personArrowBack16Filled`
`personArrowBack20Filled`
`personArrowBack24Filled`
`personArrowBack28Filled`
`personArrowBack32Filled`
`personArrowBack48Filled`|`ic_fluent_person_arrow_back_16_filled`
`ic_fluent_person_arrow_back_20_filled`
`ic_fluent_person_arrow_back_24_filled`
`ic_fluent_person_arrow_back_28_filled`
`ic_fluent_person_arrow_back_32_filled`
`ic_fluent_person_arrow_back_48_filled`| |Person Arrow Left||`personArrowLeft16Filled`
`personArrowLeft20Filled`
`personArrowLeft24Filled`|`ic_fluent_person_arrow_left_16_filled`
`ic_fluent_person_arrow_left_20_filled`
`ic_fluent_person_arrow_left_24_filled`| |Person Arrow Right||`personArrowRight16Filled`
`personArrowRight20Filled`
`personArrowRight24Filled`|`ic_fluent_person_arrow_right_16_filled`
`ic_fluent_person_arrow_right_20_filled`
`ic_fluent_person_arrow_right_24_filled`| @@ -1836,6 +1847,7 @@ |Ribbon Add||`ribbonAdd20Filled`
`ribbonAdd24Filled`|`ic_fluent_ribbon_add_20_filled`
`ic_fluent_ribbon_add_24_filled`| |Ribbon Off||`ribbonOff12Filled`
`ribbonOff16Filled`
`ribbonOff20Filled`
`ribbonOff24Filled`
`ribbonOff32Filled`|`ic_fluent_ribbon_off_12_filled`
`ic_fluent_ribbon_off_16_filled`
`ic_fluent_ribbon_off_20_filled`
`ic_fluent_ribbon_off_24_filled`
`ic_fluent_ribbon_off_32_filled`| |Ribbon Star||`ribbonStar20Filled`
`ribbonStar24Filled`|`ic_fluent_ribbon_star_20_filled`
`ic_fluent_ribbon_star_24_filled`| +|Road||`road20Filled`
`road24Filled`|`ic_fluent_road_20_filled`
`ic_fluent_road_24_filled`| |Road Cone||`roadCone16Filled`
`roadCone20Filled`
`roadCone24Filled`
`roadCone28Filled`
`roadCone32Filled`
`roadCone48Filled`|`ic_fluent_road_cone_16_filled`
`ic_fluent_road_cone_20_filled`
`ic_fluent_road_cone_24_filled`
`ic_fluent_road_cone_28_filled`
`ic_fluent_road_cone_32_filled`
`ic_fluent_road_cone_48_filled`| |Rocket||`rocket16Filled`
`rocket20Filled`
`rocket24Filled`|`ic_fluent_rocket_16_filled`
`ic_fluent_rocket_20_filled`
`ic_fluent_rocket_24_filled`| |Rotate Left||`rotateLeft20Filled`
`rotateLeft24Filled`|`ic_fluent_rotate_left_20_filled`
`ic_fluent_rotate_left_24_filled`| @@ -1846,7 +1858,7 @@ |Run||`run16Filled`
`run20Filled`
`run24Filled`|`ic_fluent_run_16_filled`
`ic_fluent_run_20_filled`
`ic_fluent_run_24_filled`| |SIM||`sim16Filled`
`sim20Filled`
`sim24Filled`|`ic_fluent_sim_16_filled`
`ic_fluent_sim_20_filled`
`ic_fluent_sim_24_filled`| |Sanitize||`sanitize20Filled`
`sanitize24Filled`|`ic_fluent_sanitize_20_filled`
`ic_fluent_sanitize_24_filled`| -|Save||`save16Filled`
`save20Filled`
`save24Filled`
`save28Filled`|`ic_fluent_save_16_filled`
`ic_fluent_save_20_filled`
`ic_fluent_save_24_filled`
`ic_fluent_save_28_filled`| +|Save||`save16Filled`
`save20Filled`
`save24Filled`
`save28Filled`
`save32Filled`|`ic_fluent_save_16_filled`
`ic_fluent_save_20_filled`
`ic_fluent_save_24_filled`
`ic_fluent_save_28_filled`
`ic_fluent_save_32_filled`| |Save Arrow Right||`saveArrowRight20Filled`
`saveArrowRight24Filled`|`ic_fluent_save_arrow_right_20_filled`
`ic_fluent_save_arrow_right_24_filled`| |Save Copy||`saveCopy20Filled`
`saveCopy24Filled`|`ic_fluent_save_copy_20_filled`
`ic_fluent_save_copy_24_filled`| |Save Edit||`saveEdit20Filled`
`saveEdit24Filled`|`ic_fluent_save_edit_20_filled`
`ic_fluent_save_edit_24_filled`| @@ -2103,9 +2115,10 @@ |Tab Desktop Copy||`tabDesktopCopy20Filled`|`ic_fluent_tab_desktop_copy_20_filled`| |Tab Desktop Image||`tabDesktopImage16Filled`
`tabDesktopImage20Filled`
`tabDesktopImage24Filled`|`ic_fluent_tab_desktop_image_16_filled`
`ic_fluent_tab_desktop_image_20_filled`
`ic_fluent_tab_desktop_image_24_filled`| |Tab Desktop Link||`tabDesktopLink16Filled`
`tabDesktopLink20Filled`
`tabDesktopLink24Filled`
`tabDesktopLink28Filled`|`ic_fluent_tab_desktop_link_16_filled`
`ic_fluent_tab_desktop_link_20_filled`
`ic_fluent_tab_desktop_link_24_filled`
`ic_fluent_tab_desktop_link_28_filled`| -|Tab Desktop Multiple||`tabDesktopMultiple16Filled`
`tabDesktopMultiple20Filled`|`ic_fluent_tab_desktop_multiple_16_filled`
`ic_fluent_tab_desktop_multiple_20_filled`| +|Tab Desktop Multiple||`tabDesktopMultiple16Filled`
`tabDesktopMultiple20Filled`
`tabDesktopMultiple24Filled`|`ic_fluent_tab_desktop_multiple_16_filled`
`ic_fluent_tab_desktop_multiple_20_filled`
`ic_fluent_tab_desktop_multiple_24_filled`| |Tab Desktop Multiple Add||`tabDesktopMultipleAdd16Filled`
`tabDesktopMultipleAdd20Filled`|`ic_fluent_tab_desktop_multiple_add_16_filled`
`ic_fluent_tab_desktop_multiple_add_20_filled`| |Tab Desktop Multiple Bottom||`tabDesktopMultipleBottom20Filled`
`tabDesktopMultipleBottom24Filled`|`ic_fluent_tab_desktop_multiple_bottom_20_filled`
`ic_fluent_tab_desktop_multiple_bottom_24_filled`| +|Tab Desktop Multiple Sparkle||`tabDesktopMultipleSparkle16Filled`
`tabDesktopMultipleSparkle20Filled`
`tabDesktopMultipleSparkle24Filled`|`ic_fluent_tab_desktop_multiple_sparkle_16_filled`
`ic_fluent_tab_desktop_multiple_sparkle_20_filled`
`ic_fluent_tab_desktop_multiple_sparkle_24_filled`| |Tab Desktop New Page||`tabDesktopNewPage20Filled`|`ic_fluent_tab_desktop_new_page_20_filled`| |Tab In Private||`tabInPrivate16Filled`
`tabInPrivate20Filled`
`tabInPrivate24Filled`
`tabInPrivate28Filled`|`ic_fluent_tab_in_private_16_filled`
`ic_fluent_tab_in_private_20_filled`
`ic_fluent_tab_in_private_24_filled`
`ic_fluent_tab_in_private_28_filled`| |Tab InPrivate Account||`tabInprivateAccount20Filled`
`tabInprivateAccount24Filled`|`ic_fluent_tab_inprivate_account_20_filled`
`ic_fluent_tab_inprivate_account_24_filled`| @@ -2464,6 +2477,7 @@ |Vehicle Ship||`vehicleShip16Filled`
`vehicleShip20Filled`
`vehicleShip24Filled`|`ic_fluent_vehicle_ship_16_filled`
`ic_fluent_vehicle_ship_20_filled`
`ic_fluent_vehicle_ship_24_filled`| |Vehicle Subway||`vehicleSubway16Filled`
`vehicleSubway20Filled`
`vehicleSubway24Filled`|`ic_fluent_vehicle_subway_16_filled`
`ic_fluent_vehicle_subway_20_filled`
`ic_fluent_vehicle_subway_24_filled`| |Vehicle Subway Clock||`vehicleSubwayClock16Filled`
`vehicleSubwayClock20Filled`
`vehicleSubwayClock24Filled`|`ic_fluent_vehicle_subway_clock_16_filled`
`ic_fluent_vehicle_subway_clock_20_filled`
`ic_fluent_vehicle_subway_clock_24_filled`| +|Vehicle Tractor||`vehicleTractor20Filled`
`vehicleTractor24Filled`|`ic_fluent_vehicle_tractor_20_filled`
`ic_fluent_vehicle_tractor_24_filled`| |Vehicle Truck||`vehicleTruck16Filled`
`vehicleTruck20Filled`
`vehicleTruck24Filled`|`ic_fluent_vehicle_truck_16_filled`
`ic_fluent_vehicle_truck_20_filled`
`ic_fluent_vehicle_truck_24_filled`| |Vehicle Truck Bag||`vehicleTruckBag20Filled`
`vehicleTruckBag24Filled`|`ic_fluent_vehicle_truck_bag_20_filled`
`ic_fluent_vehicle_truck_bag_24_filled`| |Vehicle Truck Cube||`vehicleTruckCube20Filled`
`vehicleTruckCube24Filled`|`ic_fluent_vehicle_truck_cube_20_filled`
`ic_fluent_vehicle_truck_cube_24_filled`| diff --git a/icons_regular.md b/icons_regular.md index b0ae7f30ec..cd51ec5eae 100644 --- a/icons_regular.md +++ b/icons_regular.md @@ -6,6 +6,8 @@ |Access Time||`accessTime20Regular`
`accessTime24Regular`|`ic_fluent_access_time_20_regular`
`ic_fluent_access_time_24_regular`| |Accessibility||`accessibility16Regular`
`accessibility20Regular`
`accessibility24Regular`
`accessibility28Regular`
`accessibility32Regular`
`accessibility48Regular`|`ic_fluent_accessibility_16_regular`
`ic_fluent_accessibility_20_regular`
`ic_fluent_accessibility_24_regular`
`ic_fluent_accessibility_28_regular`
`ic_fluent_accessibility_32_regular`
`ic_fluent_accessibility_48_regular`| |Accessibility Checkmark||`accessibilityCheckmark20Regular`
`accessibilityCheckmark24Regular`
`accessibilityCheckmark28Regular`
`accessibilityCheckmark32Regular`
`accessibilityCheckmark48Regular`|`ic_fluent_accessibility_checkmark_20_regular`
`ic_fluent_accessibility_checkmark_24_regular`
`ic_fluent_accessibility_checkmark_28_regular`
`ic_fluent_accessibility_checkmark_32_regular`
`ic_fluent_accessibility_checkmark_48_regular`| +|Accessibility Error||`accessibilityError20Regular`
`accessibilityError24Regular`|`ic_fluent_accessibility_error_20_regular`
`ic_fluent_accessibility_error_24_regular`| +|Accessibility Question Mark||`accessibilityQuestionMark20Regular`
`accessibilityQuestionMark24Regular`|`ic_fluent_accessibility_question_mark_20_regular`
`ic_fluent_accessibility_question_mark_24_regular`| |Add||`add12Regular`
`add16Regular`
`add20Regular`
`add24Regular`
`add28Regular`
`add32Regular`
`add48Regular`|`ic_fluent_add_12_regular`
`ic_fluent_add_16_regular`
`ic_fluent_add_20_regular`
`ic_fluent_add_24_regular`
`ic_fluent_add_28_regular`
`ic_fluent_add_32_regular`
`ic_fluent_add_48_regular`| |Add Circle||`addCircle12Regular`
`addCircle16Regular`
`addCircle20Regular`
`addCircle24Regular`
`addCircle28Regular`
`addCircle32Regular`|`ic_fluent_add_circle_12_regular`
`ic_fluent_add_circle_16_regular`
`ic_fluent_add_circle_20_regular`
`ic_fluent_add_circle_24_regular`
`ic_fluent_add_circle_28_regular`
`ic_fluent_add_circle_32_regular`| |Add Square||`addSquare16Regular`
`addSquare20Regular`
`addSquare24Regular`
`addSquare28Regular`
`addSquare32Regular`
`addSquare48Regular`|`ic_fluent_add_square_16_regular`
`ic_fluent_add_square_20_regular`
`ic_fluent_add_square_24_regular`
`ic_fluent_add_square_28_regular`
`ic_fluent_add_square_32_regular`
`ic_fluent_add_square_48_regular`| @@ -98,7 +100,7 @@ |Arrow Curve Up Left||`arrowCurveUpLeft20Regular`|`ic_fluent_arrow_curve_up_left_20_regular`| |Arrow Curve Up Right||`arrowCurveUpRight20Regular`|`ic_fluent_arrow_curve_up_right_20_regular`| |Arrow Down||`arrowDown12Regular`
`arrowDown16Regular`
`arrowDown20Regular`
`arrowDown24Regular`
`arrowDown28Regular`
`arrowDown32Regular`
`arrowDown48Regular`|`ic_fluent_arrow_down_12_regular`
`ic_fluent_arrow_down_16_regular`
`ic_fluent_arrow_down_20_regular`
`ic_fluent_arrow_down_24_regular`
`ic_fluent_arrow_down_28_regular`
`ic_fluent_arrow_down_32_regular`
`ic_fluent_arrow_down_48_regular`| -|Arrow Down Exclamation||`arrowDownExclamation16Regular`
`arrowDownExclamation20Regular`|`ic_fluent_arrow_down_exclamation_16_regular`
`ic_fluent_arrow_down_exclamation_20_regular`| +|Arrow Down Exclamation||`arrowDownExclamation16Regular`
`arrowDownExclamation20Regular`
`arrowDownExclamation24Regular`|`ic_fluent_arrow_down_exclamation_16_regular`
`ic_fluent_arrow_down_exclamation_20_regular`
`ic_fluent_arrow_down_exclamation_24_regular`| |Arrow Down Left||`arrowDownLeft16Regular`
`arrowDownLeft20Regular`
`arrowDownLeft24Regular`
`arrowDownLeft32Regular`
`arrowDownLeft48Regular`|`ic_fluent_arrow_down_left_16_regular`
`ic_fluent_arrow_down_left_20_regular`
`ic_fluent_arrow_down_left_24_regular`
`ic_fluent_arrow_down_left_32_regular`
`ic_fluent_arrow_down_left_48_regular`| |Arrow Download||`arrowDownload16Regular`
`arrowDownload20Regular`
`arrowDownload24Regular`
`arrowDownload28Regular`
`arrowDownload32Regular`
`arrowDownload48Regular`|`ic_fluent_arrow_download_16_regular`
`ic_fluent_arrow_download_20_regular`
`ic_fluent_arrow_download_24_regular`
`ic_fluent_arrow_download_28_regular`
`ic_fluent_arrow_download_32_regular`
`ic_fluent_arrow_download_48_regular`| |Arrow Download Off||`arrowDownloadOff16Regular`
`arrowDownloadOff20Regular`
`arrowDownloadOff24Regular`
`arrowDownloadOff28Regular`
`arrowDownloadOff32Regular`
`arrowDownloadOff48Regular`|`ic_fluent_arrow_download_off_16_regular`
`ic_fluent_arrow_download_off_20_regular`
`ic_fluent_arrow_download_off_24_regular`
`ic_fluent_arrow_download_off_28_regular`
`ic_fluent_arrow_download_off_32_regular`
`ic_fluent_arrow_download_off_48_regular`| @@ -159,6 +161,7 @@ |Arrow Sort Down||`arrowSortDown16Regular`
`arrowSortDown20Regular`
`arrowSortDown24Regular`|`ic_fluent_arrow_sort_down_16_regular`
`ic_fluent_arrow_sort_down_20_regular`
`ic_fluent_arrow_sort_down_24_regular`| |Arrow Sort Down Lines||`arrowSortDownLines16Regular`
`arrowSortDownLines20Regular`
`arrowSortDownLines24Regular`|`ic_fluent_arrow_sort_down_lines_16_regular`
`ic_fluent_arrow_sort_down_lines_20_regular`
`ic_fluent_arrow_sort_down_lines_24_regular`| |Arrow Sort Up||`arrowSortUp16Regular`
`arrowSortUp20Regular`
`arrowSortUp24Regular`|`ic_fluent_arrow_sort_up_16_regular`
`ic_fluent_arrow_sort_up_20_regular`
`ic_fluent_arrow_sort_up_24_regular`| +|Arrow Sort Up Lines||`arrowSortUpLines16Regular`
`arrowSortUpLines20Regular`
`arrowSortUpLines24Regular`|`ic_fluent_arrow_sort_up_lines_16_regular`
`ic_fluent_arrow_sort_up_lines_20_regular`
`ic_fluent_arrow_sort_up_lines_24_regular`| |Arrow Split||`arrowSplit16Regular`
`arrowSplit20Regular`
`arrowSplit24Regular`|`ic_fluent_arrow_split_16_regular`
`ic_fluent_arrow_split_20_regular`
`ic_fluent_arrow_split_24_regular`| |Arrow Sprint||`arrowSprint16Regular`
`arrowSprint20Regular`|`ic_fluent_arrow_sprint_16_regular`
`ic_fluent_arrow_sprint_20_regular`| |Arrow Square Down||`arrowSquareDown20Regular`
`arrowSquareDown24Regular`|`ic_fluent_arrow_square_down_20_regular`
`ic_fluent_arrow_square_down_24_regular`| @@ -201,6 +204,7 @@ |Arrow Undo Temp LTR||`arrowUndo16Regular`
`arrowUndo20Regular`
`arrowUndo24Regular`
`arrowUndo28Regular`
`arrowUndo32Regular`
`arrowUndo48Regular`|`ic_fluent_arrow_undo_16_regular`
`ic_fluent_arrow_undo_20_regular`
`ic_fluent_arrow_undo_24_regular`
`ic_fluent_arrow_undo_28_regular`
`ic_fluent_arrow_undo_32_regular`
`ic_fluent_arrow_undo_48_regular`| |Arrow Undo Temp RTL||`arrowRedo16Regular`
`arrowRedo20Regular`
`arrowRedo24Regular`
`arrowRedo28Regular`
`arrowRedo32Regular`
`arrowRedo48Regular`|`ic_fluent_arrow_redo_16_regular`
`ic_fluent_arrow_redo_20_regular`
`ic_fluent_arrow_redo_24_regular`
`ic_fluent_arrow_redo_28_regular`
`ic_fluent_arrow_redo_32_regular`
`ic_fluent_arrow_redo_48_regular`| |Arrow Up||`arrowUp12Regular`
`arrowUp16Regular`
`arrowUp20Regular`
`arrowUp24Regular`
`arrowUp28Regular`
`arrowUp32Regular`
`arrowUp48Regular`|`ic_fluent_arrow_up_12_regular`
`ic_fluent_arrow_up_16_regular`
`ic_fluent_arrow_up_20_regular`
`ic_fluent_arrow_up_24_regular`
`ic_fluent_arrow_up_28_regular`
`ic_fluent_arrow_up_32_regular`
`ic_fluent_arrow_up_48_regular`| +|Arrow Up Exclamation||`arrowUpExclamation16Regular`
`arrowUpExclamation20Regular`
`arrowUpExclamation24Regular`|`ic_fluent_arrow_up_exclamation_16_regular`
`ic_fluent_arrow_up_exclamation_20_regular`
`ic_fluent_arrow_up_exclamation_24_regular`| |Arrow Up Left||`arrowUpLeft16Regular`
`arrowUpLeft20Regular`
`arrowUpLeft24Regular`
`arrowUpLeft48Regular`|`ic_fluent_arrow_up_left_16_regular`
`ic_fluent_arrow_up_left_20_regular`
`ic_fluent_arrow_up_left_24_regular`
`ic_fluent_arrow_up_left_48_regular`| |Arrow Up Right||`arrowUpRight16Regular`
`arrowUpRight20Regular`
`arrowUpRight24Regular`
`arrowUpRight32Regular`
`arrowUpRight48Regular`|`ic_fluent_arrow_up_right_16_regular`
`ic_fluent_arrow_up_right_20_regular`
`ic_fluent_arrow_up_right_24_regular`
`ic_fluent_arrow_up_right_32_regular`
`ic_fluent_arrow_up_right_48_regular`| |Arrow Up Right Dashes||`arrowUpRightDashes16Regular`|`ic_fluent_arrow_up_right_dashes_16_regular`| @@ -246,6 +250,7 @@ |Beaker Off||`beakerOff20Regular`
`beakerOff32Regular`|`ic_fluent_beaker_off_20_regular`
`ic_fluent_beaker_off_32_regular`| |Beaker Settings||`beakerSettings16Regular`
`beakerSettings20Regular`|`ic_fluent_beaker_settings_16_regular`
`ic_fluent_beaker_settings_20_regular`| |Bed||`bed16Regular`
`bed20Regular`
`bed24Regular`|`ic_fluent_bed_16_regular`
`ic_fluent_bed_20_regular`
`ic_fluent_bed_24_regular`| +|Bench||`bench20Regular`
`bench24Regular`|`ic_fluent_bench_20_regular`
`ic_fluent_bench_24_regular`| |Bezier Curve Square||`bezierCurveSquare12Regular`
`bezierCurveSquare20Regular`|`ic_fluent_bezier_curve_square_12_regular`
`ic_fluent_bezier_curve_square_20_regular`| |Bin Full||`binFull20Regular`
`binFull24Regular`|`ic_fluent_bin_full_20_regular`
`ic_fluent_bin_full_24_regular`| |Bin Recycle||`binRecycle20Regular`
`binRecycle24Regular`|`ic_fluent_bin_recycle_20_regular`
`ic_fluent_bin_recycle_24_regular`| @@ -360,7 +365,7 @@ |Building Government||`buildingGovernment16Regular`
`buildingGovernment20Regular`
`buildingGovernment24Regular`
`buildingGovernment32Regular`|`ic_fluent_building_government_16_regular`
`ic_fluent_building_government_20_regular`
`ic_fluent_building_government_24_regular`
`ic_fluent_building_government_32_regular`| |Building Government Search||`buildingGovernmentSearch16Regular`
`buildingGovernmentSearch20Regular`
`buildingGovernmentSearch24Regular`
`buildingGovernmentSearch32Regular`|`ic_fluent_building_government_search_16_regular`
`ic_fluent_building_government_search_20_regular`
`ic_fluent_building_government_search_24_regular`
`ic_fluent_building_government_search_32_regular`| |Building Home||`buildingHome16Regular`
`buildingHome20Regular`
`buildingHome24Regular`|`ic_fluent_building_home_16_regular`
`ic_fluent_building_home_20_regular`
`ic_fluent_building_home_24_regular`| -|Building Lighthouse||`buildingLighthouse16Regular`
`buildingLighthouse20Regular`
`buildingLighthouse24Regular`
`buildingLighthouse32Regular`
`buildingLighthouse48Regular`|`ic_fluent_building_lighthouse_16_regular`
`ic_fluent_building_lighthouse_20_regular`
`ic_fluent_building_lighthouse_24_regular`
`ic_fluent_building_lighthouse_32_regular`
`ic_fluent_building_lighthouse_48_regular`| +|Building Lighthouse||`buildingLighthouse16Regular`
`buildingLighthouse20Regular`
`buildingLighthouse24Regular`
`buildingLighthouse28Regular`
`buildingLighthouse32Regular`
`buildingLighthouse48Regular`|`ic_fluent_building_lighthouse_16_regular`
`ic_fluent_building_lighthouse_20_regular`
`ic_fluent_building_lighthouse_24_regular`
`ic_fluent_building_lighthouse_28_regular`
`ic_fluent_building_lighthouse_32_regular`
`ic_fluent_building_lighthouse_48_regular`| |Building Mosque||`buildingMosque12Regular`
`buildingMosque16Regular`
`buildingMosque20Regular`
`buildingMosque24Regular`
`buildingMosque28Regular`
`buildingMosque32Regular`
`buildingMosque48Regular`|`ic_fluent_building_mosque_12_regular`
`ic_fluent_building_mosque_16_regular`
`ic_fluent_building_mosque_20_regular`
`ic_fluent_building_mosque_24_regular`
`ic_fluent_building_mosque_28_regular`
`ic_fluent_building_mosque_32_regular`
`ic_fluent_building_mosque_48_regular`| |Building Multiple||`buildingMultiple20Regular`
`buildingMultiple24Regular`|`ic_fluent_building_multiple_20_regular`
`ic_fluent_building_multiple_24_regular`| |Building People||`buildingPeople16Regular`
`buildingPeople20Regular`
`buildingPeople24Regular`|`ic_fluent_building_people_16_regular`
`ic_fluent_building_people_20_regular`
`ic_fluent_building_people_24_regular`| @@ -423,7 +428,7 @@ |Calendar Template||`calendarTemplate20Regular`
`calendarTemplate24Regular`
`calendarTemplate32Regular`|`ic_fluent_calendar_template_20_regular`
`ic_fluent_calendar_template_24_regular`
`ic_fluent_calendar_template_32_regular`| |Calendar Today||`calendarToday16Regular`
`calendarToday20Regular`
`calendarToday24Regular`
`calendarToday28Regular`|`ic_fluent_calendar_today_16_regular`
`ic_fluent_calendar_today_20_regular`
`ic_fluent_calendar_today_24_regular`
`ic_fluent_calendar_today_28_regular`| |Calendar Toolbox||`calendarToolbox20Regular`
`calendarToolbox24Regular`|`ic_fluent_calendar_toolbox_20_regular`
`ic_fluent_calendar_toolbox_24_regular`| -|Calendar Video||`calendarVideo24Regular`
`calendarVideo28Regular`|`ic_fluent_calendar_video_24_regular`
`ic_fluent_calendar_video_28_regular`| +|Calendar Video||`calendarVideo20Regular`
`calendarVideo24Regular`
`calendarVideo28Regular`|`ic_fluent_calendar_video_20_regular`
`ic_fluent_calendar_video_24_regular`
`ic_fluent_calendar_video_28_regular`| |Calendar Week Numbers||`calendarWeekNumbers20Regular`
`calendarWeekNumbers24Regular`|`ic_fluent_calendar_week_numbers_20_regular`
`ic_fluent_calendar_week_numbers_24_regular`| |Calendar Week Start||`calendarWeekStart20Regular`
`calendarWeekStart24Regular`
`calendarWeekStart28Regular`|`ic_fluent_calendar_week_start_20_regular`
`ic_fluent_calendar_week_start_24_regular`
`ic_fluent_calendar_week_start_28_regular`| |Calendar Work Week||`calendarWorkWeek16Regular`
`calendarWorkWeek20Regular`
`calendarWorkWeek24Regular`
`calendarWorkWeek28Regular`|`ic_fluent_calendar_work_week_16_regular`
`ic_fluent_calendar_work_week_20_regular`
`ic_fluent_calendar_work_week_24_regular`
`ic_fluent_calendar_work_week_28_regular`| @@ -593,6 +598,7 @@ |Clock||`clock12Regular`
`clock16Regular`
`clock20Regular`
`clock24Regular`
`clock28Regular`
`clock32Regular`
`clock48Regular`|`ic_fluent_clock_12_regular`
`ic_fluent_clock_16_regular`
`ic_fluent_clock_20_regular`
`ic_fluent_clock_24_regular`
`ic_fluent_clock_28_regular`
`ic_fluent_clock_32_regular`
`ic_fluent_clock_48_regular`| |Clock Alarm||`clockAlarm16Regular`
`clockAlarm20Regular`
`clockAlarm24Regular`
`clockAlarm32Regular`|`ic_fluent_clock_alarm_16_regular`
`ic_fluent_clock_alarm_20_regular`
`ic_fluent_clock_alarm_24_regular`
`ic_fluent_clock_alarm_32_regular`| |Clock Arrow Download||`clockArrowDownload20Regular`
`clockArrowDownload24Regular`|`ic_fluent_clock_arrow_download_20_regular`
`ic_fluent_clock_arrow_download_24_regular`| +|Clock Bill||`clockBill16Regular`
`clockBill20Regular`
`clockBill24Regular`
`clockBill32Regular`|`ic_fluent_clock_bill_16_regular`
`ic_fluent_clock_bill_20_regular`
`ic_fluent_clock_bill_24_regular`
`ic_fluent_clock_bill_32_regular`| |Clock Dismiss||`clockDismiss20Regular`
`clockDismiss24Regular`|`ic_fluent_clock_dismiss_20_regular`
`ic_fluent_clock_dismiss_24_regular`| |Clock Lock||`clockLock16Regular`
`clockLock20Regular`
`clockLock24Regular`|`ic_fluent_clock_lock_16_regular`
`ic_fluent_clock_lock_20_regular`
`ic_fluent_clock_lock_24_regular`| |Clock Pause||`clockPause20Regular`
`clockPause24Regular`|`ic_fluent_clock_pause_20_regular`
`ic_fluent_clock_pause_24_regular`| @@ -750,9 +756,9 @@ |Data Sunburst||`dataSunburst20Regular`
`dataSunburst24Regular`|`ic_fluent_data_sunburst_20_regular`
`ic_fluent_data_sunburst_24_regular`| |Data Treemap||`dataTreemap20Regular`
`dataTreemap24Regular`|`ic_fluent_data_treemap_20_regular`
`ic_fluent_data_treemap_24_regular`| |Data Trending||`dataTrending16Regular`
`dataTrending20Regular`
`dataTrending24Regular`
`dataTrending28Regular`
`dataTrending32Regular`
`dataTrending48Regular`|`ic_fluent_data_trending_16_regular`
`ic_fluent_data_trending_20_regular`
`ic_fluent_data_trending_24_regular`
`ic_fluent_data_trending_28_regular`
`ic_fluent_data_trending_32_regular`
`ic_fluent_data_trending_48_regular`| -|Data Usage||`dataUsage20Regular`
`dataUsage24Regular`|`ic_fluent_data_usage_20_regular`
`ic_fluent_data_usage_24_regular`| +|Data Usage||`dataUsage16Regular`
`dataUsage20Regular`
`dataUsage24Regular`|`ic_fluent_data_usage_16_regular`
`ic_fluent_data_usage_20_regular`
`ic_fluent_data_usage_24_regular`| |Data Usage Edit||`dataUsageEdit20Regular`
`dataUsageEdit24Regular`|`ic_fluent_data_usage_edit_20_regular`
`ic_fluent_data_usage_edit_24_regular`| -|Data Usage Settings||`dataUsageSettings20Regular`|`ic_fluent_data_usage_settings_20_regular`| +|Data Usage Settings||`dataUsageSettings16Regular`
`dataUsageSettings20Regular`
`dataUsageSettings24Regular`|`ic_fluent_data_usage_settings_16_regular`
`ic_fluent_data_usage_settings_20_regular`
`ic_fluent_data_usage_settings_24_regular`| |Data Usage Toolbox||`dataUsageToolbox20Regular`
`dataUsageToolbox24Regular`|`ic_fluent_data_usage_toolbox_20_regular`
`ic_fluent_data_usage_toolbox_24_regular`| |Data Waterfall||`dataWaterfall20Regular`
`dataWaterfall24Regular`|`ic_fluent_data_waterfall_20_regular`
`ic_fluent_data_waterfall_24_regular`| |Data Whisker||`dataWhisker20Regular`
`dataWhisker24Regular`|`ic_fluent_data_whisker_20_regular`
`ic_fluent_data_whisker_24_regular`| @@ -992,6 +998,7 @@ |Edit||`edit12Regular`
`edit16Regular`
`edit20Regular`
`edit24Regular`
`edit28Regular`
`edit32Regular`
`edit48Regular`|`ic_fluent_edit_12_regular`
`ic_fluent_edit_16_regular`
`ic_fluent_edit_20_regular`
`ic_fluent_edit_24_regular`
`ic_fluent_edit_28_regular`
`ic_fluent_edit_32_regular`
`ic_fluent_edit_48_regular`| |Edit Arrow Back||`editArrowBack16Regular`
`editArrowBack20Regular`
`editArrowBack24Regular`|`ic_fluent_edit_arrow_back_16_regular`
`ic_fluent_edit_arrow_back_20_regular`
`ic_fluent_edit_arrow_back_24_regular`| |Edit Off||`editOff16Regular`
`editOff20Regular`
`editOff24Regular`
`editOff28Regular`
`editOff32Regular`
`editOff48Regular`|`ic_fluent_edit_off_16_regular`
`ic_fluent_edit_off_20_regular`
`ic_fluent_edit_off_24_regular`
`ic_fluent_edit_off_28_regular`
`ic_fluent_edit_off_32_regular`
`ic_fluent_edit_off_48_regular`| +|Edit Person||`editPerson20Regular`
`editPerson24Regular`|`ic_fluent_edit_person_20_regular`
`ic_fluent_edit_person_24_regular`| |Edit Prohibited||`editProhibited16Regular`
`editProhibited20Regular`
`editProhibited24Regular`
`editProhibited28Regular`
`editProhibited32Regular`
`editProhibited48Regular`|`ic_fluent_edit_prohibited_16_regular`
`ic_fluent_edit_prohibited_20_regular`
`ic_fluent_edit_prohibited_24_regular`
`ic_fluent_edit_prohibited_28_regular`
`ic_fluent_edit_prohibited_32_regular`
`ic_fluent_edit_prohibited_48_regular`| |Edit Settings||`editSettings20Regular`
`editSettings24Regular`|`ic_fluent_edit_settings_20_regular`
`ic_fluent_edit_settings_24_regular`| |Elevator||`elevator20Regular`
`elevator24Regular`
`elevator32Regular`
`elevator48Regular`|`ic_fluent_elevator_20_regular`
`ic_fluent_elevator_24_regular`
`ic_fluent_elevator_32_regular`
`ic_fluent_elevator_48_regular`| @@ -1203,6 +1210,7 @@ |Hexagon Three||`hexagonThree12Regular`
`hexagonThree16Regular`
`hexagonThree20Regular`
`hexagonThree24Regular`|`ic_fluent_hexagon_three_12_regular`
`ic_fluent_hexagon_three_16_regular`
`ic_fluent_hexagon_three_20_regular`
`ic_fluent_hexagon_three_24_regular`| |Highlight||`highlight16Regular`
`highlight20Regular`
`highlight24Regular`|`ic_fluent_highlight_16_regular`
`ic_fluent_highlight_20_regular`
`ic_fluent_highlight_24_regular`| |Highlight Link||`highlightLink20Regular`|`ic_fluent_highlight_link_20_regular`| +|Highway||`highway20Regular`
`highway24Regular`|`ic_fluent_highway_20_regular`
`ic_fluent_highway_24_regular`| |History||`history16Regular`
`history20Regular`
`history24Regular`
`history28Regular`
`history32Regular`
`history48Regular`|`ic_fluent_history_16_regular`
`ic_fluent_history_20_regular`
`ic_fluent_history_24_regular`
`ic_fluent_history_28_regular`
`ic_fluent_history_32_regular`
`ic_fluent_history_48_regular`| |History Dismiss||`historyDismiss20Regular`
`historyDismiss24Regular`
`historyDismiss28Regular`
`historyDismiss32Regular`
`historyDismiss48Regular`|`ic_fluent_history_dismiss_20_regular`
`ic_fluent_history_dismiss_24_regular`
`ic_fluent_history_dismiss_28_regular`
`ic_fluent_history_dismiss_32_regular`
`ic_fluent_history_dismiss_48_regular`| |Home||`home12Regular`
`home16Regular`
`home20Regular`
`home24Regular`
`home28Regular`
`home32Regular`
`home48Regular`|`ic_fluent_home_12_regular`
`ic_fluent_home_16_regular`
`ic_fluent_home_20_regular`
`ic_fluent_home_24_regular`
`ic_fluent_home_28_regular`
`ic_fluent_home_32_regular`
`ic_fluent_home_48_regular`| @@ -1276,6 +1284,7 @@ |Laptop Briefcase||`laptopBriefcase20Regular`
`laptopBriefcase24Regular`
`laptopBriefcase32Regular`|`ic_fluent_laptop_briefcase_20_regular`
`ic_fluent_laptop_briefcase_24_regular`
`ic_fluent_laptop_briefcase_32_regular`| |Laptop Dismiss||`laptopDismiss16Regular`
`laptopDismiss20Regular`|`ic_fluent_laptop_dismiss_16_regular`
`ic_fluent_laptop_dismiss_20_regular`| |Laptop Multiple||`laptopMultiple24Regular`|`ic_fluent_laptop_multiple_24_regular`| +|Laptop Person||`laptopPerson20Regular`
`laptopPerson24Regular`
`laptopPerson48Regular`|`ic_fluent_laptop_person_20_regular`
`ic_fluent_laptop_person_24_regular`
`ic_fluent_laptop_person_48_regular`| |Laptop Settings||`laptopSettings20Regular`
`laptopSettings24Regular`
`laptopSettings32Regular`|`ic_fluent_laptop_settings_20_regular`
`ic_fluent_laptop_settings_24_regular`
`ic_fluent_laptop_settings_32_regular`| |Laptop Shield||`laptopShield16Regular`
`laptopShield20Regular`|`ic_fluent_laptop_shield_16_regular`
`ic_fluent_laptop_shield_20_regular`| |Laser Tool||`laserTool20Regular`|`ic_fluent_laser_tool_20_regular`| @@ -1353,6 +1362,7 @@ |Location Dismiss||`locationDismiss20Regular`
`locationDismiss24Regular`|`ic_fluent_location_dismiss_20_regular`
`ic_fluent_location_dismiss_24_regular`| |Location Live||`locationLive20Regular`
`locationLive24Regular`|`ic_fluent_location_live_20_regular`
`ic_fluent_location_live_24_regular`| |Location Off||`locationOff16Regular`
`locationOff20Regular`
`locationOff24Regular`
`locationOff28Regular`
`locationOff48Regular`|`ic_fluent_location_off_16_regular`
`ic_fluent_location_off_20_regular`
`ic_fluent_location_off_24_regular`
`ic_fluent_location_off_28_regular`
`ic_fluent_location_off_48_regular`| +|Location Ripple||`locationRipple16Regular`
`locationRipple20Regular`
`locationRipple24Regular`|`ic_fluent_location_ripple_16_regular`
`ic_fluent_location_ripple_20_regular`
`ic_fluent_location_ripple_24_regular`| |Location Target Square||`locationTargetSquare16Regular`
`locationTargetSquare20Regular`
`locationTargetSquare24Regular`
`locationTargetSquare32Regular`|`ic_fluent_location_target_square_16_regular`
`ic_fluent_location_target_square_20_regular`
`ic_fluent_location_target_square_24_regular`
`ic_fluent_location_target_square_32_regular`| |Lock Closed||`lockClosed12Regular`
`lockClosed16Regular`
`lockClosed20Regular`
`lockClosed24Regular`
`lockClosed28Regular`
`lockClosed32Regular`
`lockClosed48Regular`|`ic_fluent_lock_closed_12_regular`
`ic_fluent_lock_closed_16_regular`
`ic_fluent_lock_closed_20_regular`
`ic_fluent_lock_closed_24_regular`
`ic_fluent_lock_closed_28_regular`
`ic_fluent_lock_closed_32_regular`
`ic_fluent_lock_closed_48_regular`| |Lock Closed Key||`lockClosedKey16Regular`
`lockClosedKey20Regular`
`lockClosedKey24Regular`|`ic_fluent_lock_closed_key_16_regular`
`ic_fluent_lock_closed_key_20_regular`
`ic_fluent_lock_closed_key_24_regular`| @@ -1367,11 +1377,12 @@ |Mail All Read||`mailAllRead16Regular`
`mailAllRead20Regular`
`mailAllRead24Regular`
`mailAllRead28Regular`|`ic_fluent_mail_all_read_16_regular`
`ic_fluent_mail_all_read_20_regular`
`ic_fluent_mail_all_read_24_regular`
`ic_fluent_mail_all_read_28_regular`| |Mail All Unread||`mailAllUnread20Regular`|`ic_fluent_mail_all_unread_20_regular`| |Mail Arrow Clockwise||`mailArrowClockwise16Regular`
`mailArrowClockwise20Regular`
`mailArrowClockwise24Regular`|`ic_fluent_mail_arrow_clockwise_16_regular`
`ic_fluent_mail_arrow_clockwise_20_regular`
`ic_fluent_mail_arrow_clockwise_24_regular`| -|Mail Arrow Double Back||`mailArrowDoubleBack16Regular`
`mailArrowDoubleBack20Regular`
`mailArrowDoubleBack24Regular`|`ic_fluent_mail_arrow_double_back_16_regular`
`ic_fluent_mail_arrow_double_back_20_regular`
`ic_fluent_mail_arrow_double_back_24_regular`| +|Mail Arrow Double Back||`mailArrowDoubleBack16Regular`
`mailArrowDoubleBack20Regular`
`mailArrowDoubleBack24Regular`
`mailArrowDoubleBack32Regular`|`ic_fluent_mail_arrow_double_back_16_regular`
`ic_fluent_mail_arrow_double_back_20_regular`
`ic_fluent_mail_arrow_double_back_24_regular`
`ic_fluent_mail_arrow_double_back_32_regular`| |Mail Arrow Down||`mailArrowDown16Regular`
`mailArrowDown20Regular`|`ic_fluent_mail_arrow_down_16_regular`
`ic_fluent_mail_arrow_down_20_regular`| |Mail Arrow Forward||`mailArrowForward16Regular`
`mailArrowForward20Regular`|`ic_fluent_mail_arrow_forward_16_regular`
`ic_fluent_mail_arrow_forward_20_regular`| |Mail Arrow Up||`mailArrowUp16Regular`
`mailArrowUp20Regular`
`mailArrowUp24Regular`|`ic_fluent_mail_arrow_up_16_regular`
`ic_fluent_mail_arrow_up_20_regular`
`ic_fluent_mail_arrow_up_24_regular`| |Mail Attach||`mailAttach16Regular`
`mailAttach20Regular`
`mailAttach24Regular`
`mailAttach28Regular`|`ic_fluent_mail_attach_16_regular`
`ic_fluent_mail_attach_20_regular`
`ic_fluent_mail_attach_24_regular`
`ic_fluent_mail_attach_28_regular`| +|Mail Briefcase||`mailBriefcase48Regular`|`ic_fluent_mail_briefcase_48_regular`| |Mail Checkmark||`mailCheckmark16Regular`
`mailCheckmark20Regular`
`mailCheckmark24Regular`|`ic_fluent_mail_checkmark_16_regular`
`ic_fluent_mail_checkmark_20_regular`
`ic_fluent_mail_checkmark_24_regular`| |Mail Clock||`mailClock16Regular`
`mailClock20Regular`
`mailClock24Regular`|`ic_fluent_mail_clock_16_regular`
`ic_fluent_mail_clock_20_regular`
`ic_fluent_mail_clock_24_regular`| |Mail Copy||`mailCopy20Regular`
`mailCopy24Regular`|`ic_fluent_mail_copy_20_regular`
`ic_fluent_mail_copy_24_regular`| @@ -1507,7 +1518,7 @@ |Open||`open12Regular`
`open16Regular`
`open20Regular`
`open24Regular`
`open28Regular`
`open32Regular`
`open48Regular`|`ic_fluent_open_12_regular`
`ic_fluent_open_16_regular`
`ic_fluent_open_20_regular`
`ic_fluent_open_24_regular`
`ic_fluent_open_28_regular`
`ic_fluent_open_32_regular`
`ic_fluent_open_48_regular`| |Open Folder||`openFolder16Regular`
`openFolder20Regular`
`openFolder24Regular`
`openFolder28Regular`
`openFolder48Regular`|`ic_fluent_open_folder_16_regular`
`ic_fluent_open_folder_20_regular`
`ic_fluent_open_folder_24_regular`
`ic_fluent_open_folder_28_regular`
`ic_fluent_open_folder_48_regular`| |Open Off||`openOff16Regular`
`openOff20Regular`
`openOff24Regular`
`openOff28Regular`
`openOff48Regular`|`ic_fluent_open_off_16_regular`
`ic_fluent_open_off_20_regular`
`ic_fluent_open_off_24_regular`
`ic_fluent_open_off_28_regular`
`ic_fluent_open_off_48_regular`| -|Options||`options16Regular`
`options20Regular`
`options24Regular`
`options48Regular`|`ic_fluent_options_16_regular`
`ic_fluent_options_20_regular`
`ic_fluent_options_24_regular`
`ic_fluent_options_48_regular`| +|Options||`options16Regular`
`options20Regular`
`options24Regular`
`options28Regular`
`options32Regular`
`options48Regular`|`ic_fluent_options_16_regular`
`ic_fluent_options_20_regular`
`ic_fluent_options_24_regular`
`ic_fluent_options_28_regular`
`ic_fluent_options_32_regular`
`ic_fluent_options_48_regular`| |Organization||`organization12Regular`
`organization16Regular`
`organization20Regular`
`organization24Regular`
`organization28Regular`
`organization32Regular`
`organization48Regular`|`ic_fluent_organization_12_regular`
`ic_fluent_organization_16_regular`
`ic_fluent_organization_20_regular`
`ic_fluent_organization_24_regular`
`ic_fluent_organization_28_regular`
`ic_fluent_organization_32_regular`
`ic_fluent_organization_48_regular`| |Organization Horizontal||`organizationHorizontal16Regular`
`organizationHorizontal20Regular`
`organizationHorizontal24Regular`|`ic_fluent_organization_horizontal_16_regular`
`ic_fluent_organization_horizontal_20_regular`
`ic_fluent_organization_horizontal_24_regular`| |Orientation||`orientation20Regular`
`orientation24Regular`|`ic_fluent_orientation_20_regular`
`ic_fluent_orientation_24_regular`| @@ -1563,7 +1574,7 @@ |Pen Sparkle||`penSparkle16Regular`
`penSparkle20Regular`
`penSparkle24Regular`
`penSparkle28Regular`
`penSparkle32Regular`
`penSparkle48Regular`|`ic_fluent_pen_sparkle_16_regular`
`ic_fluent_pen_sparkle_20_regular`
`ic_fluent_pen_sparkle_24_regular`
`ic_fluent_pen_sparkle_28_regular`
`ic_fluent_pen_sparkle_32_regular`
`ic_fluent_pen_sparkle_48_regular`| |Pentagon||`pentagon20Regular`
`pentagon32Regular`
`pentagon48Regular`|`ic_fluent_pentagon_20_regular`
`ic_fluent_pentagon_32_regular`
`ic_fluent_pentagon_48_regular`| |People||`people12Regular`
`people16Regular`
`people20Regular`
`people24Regular`
`people28Regular`
`people32Regular`
`people48Regular`|`ic_fluent_people_12_regular`
`ic_fluent_people_16_regular`
`ic_fluent_people_20_regular`
`ic_fluent_people_24_regular`
`ic_fluent_people_28_regular`
`ic_fluent_people_32_regular`
`ic_fluent_people_48_regular`| -|People Add||`peopleAdd16Regular`
`peopleAdd20Regular`
`peopleAdd24Regular`
`peopleAdd28Regular`|`ic_fluent_people_add_16_regular`
`ic_fluent_people_add_20_regular`
`ic_fluent_people_add_24_regular`
`ic_fluent_people_add_28_regular`| +|People Add||`peopleAdd16Regular`
`peopleAdd20Regular`
`peopleAdd24Regular`
`peopleAdd28Regular`
`peopleAdd32Regular`|`ic_fluent_people_add_16_regular`
`ic_fluent_people_add_20_regular`
`ic_fluent_people_add_24_regular`
`ic_fluent_people_add_28_regular`
`ic_fluent_people_add_32_regular`| |People Audience||`peopleAudience20Regular`
`peopleAudience24Regular`
`peopleAudience32Regular`|`ic_fluent_people_audience_20_regular`
`ic_fluent_people_audience_24_regular`
`ic_fluent_people_audience_32_regular`| |People Call||`peopleCall16Regular`
`peopleCall20Regular`
`peopleCall24Regular`|`ic_fluent_people_call_16_regular`
`ic_fluent_people_call_20_regular`
`ic_fluent_people_call_24_regular`| |People Chat||`peopleChat16Regular`
`peopleChat20Regular`
`peopleChat24Regular`|`ic_fluent_people_chat_16_regular`
`ic_fluent_people_chat_20_regular`
`ic_fluent_people_chat_24_regular`| @@ -1592,7 +1603,7 @@ |Person 6||`person620Regular`
`person632Regular`|`ic_fluent_person_6_20_regular`
`ic_fluent_person_6_32_regular`| |Person Accounts||`personAccounts20Regular`
`personAccounts24Regular`|`ic_fluent_person_accounts_20_regular`
`ic_fluent_person_accounts_24_regular`| |Person Add||`personAdd16Regular`
`personAdd20Regular`
`personAdd24Regular`
`personAdd28Regular`
`personAdd32Regular`|`ic_fluent_person_add_16_regular`
`ic_fluent_person_add_20_regular`
`ic_fluent_person_add_24_regular`
`ic_fluent_person_add_28_regular`
`ic_fluent_person_add_32_regular`| -|Person Alert||`personAlert16Regular`
`personAlert20Regular`
`personAlert24Regular`|`ic_fluent_person_alert_16_regular`
`ic_fluent_person_alert_20_regular`
`ic_fluent_person_alert_24_regular`| +|Person Alert||`personAlert16Regular`
`personAlert20Regular`
`personAlert24Regular`
`personAlert32Regular`|`ic_fluent_person_alert_16_regular`
`ic_fluent_person_alert_20_regular`
`ic_fluent_person_alert_24_regular`
`ic_fluent_person_alert_32_regular`| |Person Arrow Back||`personArrowBack16Regular`
`personArrowBack20Regular`
`personArrowBack24Regular`
`personArrowBack28Regular`
`personArrowBack32Regular`
`personArrowBack48Regular`|`ic_fluent_person_arrow_back_16_regular`
`ic_fluent_person_arrow_back_20_regular`
`ic_fluent_person_arrow_back_24_regular`
`ic_fluent_person_arrow_back_28_regular`
`ic_fluent_person_arrow_back_32_regular`
`ic_fluent_person_arrow_back_48_regular`| |Person Arrow Left||`personArrowLeft16Regular`
`personArrowLeft20Regular`
`personArrowLeft24Regular`|`ic_fluent_person_arrow_left_16_regular`
`ic_fluent_person_arrow_left_20_regular`
`ic_fluent_person_arrow_left_24_regular`| |Person Arrow Right||`personArrowRight16Regular`
`personArrowRight20Regular`
`personArrowRight24Regular`|`ic_fluent_person_arrow_right_16_regular`
`ic_fluent_person_arrow_right_20_regular`
`ic_fluent_person_arrow_right_24_regular`| @@ -1801,6 +1812,7 @@ |Ribbon Add||`ribbonAdd20Regular`
`ribbonAdd24Regular`|`ic_fluent_ribbon_add_20_regular`
`ic_fluent_ribbon_add_24_regular`| |Ribbon Off||`ribbonOff12Regular`
`ribbonOff16Regular`
`ribbonOff20Regular`
`ribbonOff24Regular`
`ribbonOff32Regular`|`ic_fluent_ribbon_off_12_regular`
`ic_fluent_ribbon_off_16_regular`
`ic_fluent_ribbon_off_20_regular`
`ic_fluent_ribbon_off_24_regular`
`ic_fluent_ribbon_off_32_regular`| |Ribbon Star||`ribbonStar20Regular`
`ribbonStar24Regular`|`ic_fluent_ribbon_star_20_regular`
`ic_fluent_ribbon_star_24_regular`| +|Road||`road20Regular`
`road24Regular`|`ic_fluent_road_20_regular`
`ic_fluent_road_24_regular`| |Road Cone||`roadCone16Regular`
`roadCone20Regular`
`roadCone24Regular`
`roadCone28Regular`
`roadCone32Regular`
`roadCone48Regular`|`ic_fluent_road_cone_16_regular`
`ic_fluent_road_cone_20_regular`
`ic_fluent_road_cone_24_regular`
`ic_fluent_road_cone_28_regular`
`ic_fluent_road_cone_32_regular`
`ic_fluent_road_cone_48_regular`| |Rocket||`rocket16Regular`
`rocket20Regular`
`rocket24Regular`|`ic_fluent_rocket_16_regular`
`ic_fluent_rocket_20_regular`
`ic_fluent_rocket_24_regular`| |Rotate Left||`rotateLeft20Regular`
`rotateLeft24Regular`|`ic_fluent_rotate_left_20_regular`
`ic_fluent_rotate_left_24_regular`| @@ -1811,7 +1823,7 @@ |Run||`run16Regular`
`run20Regular`
`run24Regular`|`ic_fluent_run_16_regular`
`ic_fluent_run_20_regular`
`ic_fluent_run_24_regular`| |SIM||`sim16Regular`
`sim20Regular`
`sim24Regular`|`ic_fluent_sim_16_regular`
`ic_fluent_sim_20_regular`
`ic_fluent_sim_24_regular`| |Sanitize||`sanitize20Regular`
`sanitize24Regular`|`ic_fluent_sanitize_20_regular`
`ic_fluent_sanitize_24_regular`| -|Save||`save16Regular`
`save20Regular`
`save24Regular`
`save28Regular`|`ic_fluent_save_16_regular`
`ic_fluent_save_20_regular`
`ic_fluent_save_24_regular`
`ic_fluent_save_28_regular`| +|Save||`save16Regular`
`save20Regular`
`save24Regular`
`save28Regular`
`save32Regular`|`ic_fluent_save_16_regular`
`ic_fluent_save_20_regular`
`ic_fluent_save_24_regular`
`ic_fluent_save_28_regular`
`ic_fluent_save_32_regular`| |Save Arrow Right||`saveArrowRight20Regular`
`saveArrowRight24Regular`|`ic_fluent_save_arrow_right_20_regular`
`ic_fluent_save_arrow_right_24_regular`| |Save Copy||`saveCopy20Regular`
`saveCopy24Regular`|`ic_fluent_save_copy_20_regular`
`ic_fluent_save_copy_24_regular`| |Save Edit||`saveEdit20Regular`
`saveEdit24Regular`|`ic_fluent_save_edit_20_regular`
`ic_fluent_save_edit_24_regular`| @@ -2068,9 +2080,10 @@ |Tab Desktop Copy||`tabDesktopCopy20Regular`|`ic_fluent_tab_desktop_copy_20_regular`| |Tab Desktop Image||`tabDesktopImage16Regular`
`tabDesktopImage20Regular`
`tabDesktopImage24Regular`|`ic_fluent_tab_desktop_image_16_regular`
`ic_fluent_tab_desktop_image_20_regular`
`ic_fluent_tab_desktop_image_24_regular`| |Tab Desktop Link||`tabDesktopLink16Regular`
`tabDesktopLink20Regular`
`tabDesktopLink24Regular`
`tabDesktopLink28Regular`|`ic_fluent_tab_desktop_link_16_regular`
`ic_fluent_tab_desktop_link_20_regular`
`ic_fluent_tab_desktop_link_24_regular`
`ic_fluent_tab_desktop_link_28_regular`| -|Tab Desktop Multiple||`tabDesktopMultiple16Regular`
`tabDesktopMultiple20Regular`|`ic_fluent_tab_desktop_multiple_16_regular`
`ic_fluent_tab_desktop_multiple_20_regular`| +|Tab Desktop Multiple||`tabDesktopMultiple16Regular`
`tabDesktopMultiple20Regular`
`tabDesktopMultiple24Regular`|`ic_fluent_tab_desktop_multiple_16_regular`
`ic_fluent_tab_desktop_multiple_20_regular`
`ic_fluent_tab_desktop_multiple_24_regular`| |Tab Desktop Multiple Add||`tabDesktopMultipleAdd16Regular`
`tabDesktopMultipleAdd20Regular`|`ic_fluent_tab_desktop_multiple_add_16_regular`
`ic_fluent_tab_desktop_multiple_add_20_regular`| |Tab Desktop Multiple Bottom||`tabDesktopMultipleBottom20Regular`
`tabDesktopMultipleBottom24Regular`|`ic_fluent_tab_desktop_multiple_bottom_20_regular`
`ic_fluent_tab_desktop_multiple_bottom_24_regular`| +|Tab Desktop Multiple Sparkle||`tabDesktopMultipleSparkle16Regular`
`tabDesktopMultipleSparkle20Regular`
`tabDesktopMultipleSparkle24Regular`|`ic_fluent_tab_desktop_multiple_sparkle_16_regular`
`ic_fluent_tab_desktop_multiple_sparkle_20_regular`
`ic_fluent_tab_desktop_multiple_sparkle_24_regular`| |Tab Desktop New Page||`tabDesktopNewPage20Regular`|`ic_fluent_tab_desktop_new_page_20_regular`| |Tab In Private||`tabInPrivate16Regular`
`tabInPrivate20Regular`
`tabInPrivate24Regular`
`tabInPrivate28Regular`|`ic_fluent_tab_in_private_16_regular`
`ic_fluent_tab_in_private_20_regular`
`ic_fluent_tab_in_private_24_regular`
`ic_fluent_tab_in_private_28_regular`| |Tab InPrivate Account||`tabInprivateAccount20Regular`
`tabInprivateAccount24Regular`|`ic_fluent_tab_inprivate_account_20_regular`
`ic_fluent_tab_inprivate_account_24_regular`| @@ -2427,6 +2440,7 @@ |Vehicle Ship||`vehicleShip16Regular`
`vehicleShip20Regular`
`vehicleShip24Regular`|`ic_fluent_vehicle_ship_16_regular`
`ic_fluent_vehicle_ship_20_regular`
`ic_fluent_vehicle_ship_24_regular`| |Vehicle Subway||`vehicleSubway16Regular`
`vehicleSubway20Regular`
`vehicleSubway24Regular`|`ic_fluent_vehicle_subway_16_regular`
`ic_fluent_vehicle_subway_20_regular`
`ic_fluent_vehicle_subway_24_regular`| |Vehicle Subway Clock||`vehicleSubwayClock16Regular`
`vehicleSubwayClock20Regular`
`vehicleSubwayClock24Regular`|`ic_fluent_vehicle_subway_clock_16_regular`
`ic_fluent_vehicle_subway_clock_20_regular`
`ic_fluent_vehicle_subway_clock_24_regular`| +|Vehicle Tractor||`vehicleTractor20Regular`
`vehicleTractor24Regular`|`ic_fluent_vehicle_tractor_20_regular`
`ic_fluent_vehicle_tractor_24_regular`| |Vehicle Truck||`vehicleTruck16Regular`
`vehicleTruck20Regular`
`vehicleTruck24Regular`|`ic_fluent_vehicle_truck_16_regular`
`ic_fluent_vehicle_truck_20_regular`
`ic_fluent_vehicle_truck_24_regular`| |Vehicle Truck Bag||`vehicleTruckBag20Regular`
`vehicleTruckBag24Regular`|`ic_fluent_vehicle_truck_bag_20_regular`
`ic_fluent_vehicle_truck_bag_24_regular`| |Vehicle Truck Cube||`vehicleTruckCube20Regular`
`vehicleTruckCube24Regular`|`ic_fluent_vehicle_truck_cube_20_regular`
`ic_fluent_vehicle_truck_cube_24_regular`| diff --git a/ios/BUILD.gn b/ios/BUILD.gn index 17985cc0ea..155d2879c1 100644 --- a/ios/BUILD.gn +++ b/ios/BUILD.gn @@ -189,6 +189,62 @@ imageset("ic_fluent_accessibility_checkmark_48_regular") { ] } +imageset("ic_fluent_accessibility_error_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_20_filled.imageset/ic_fluent_accessibility_error_20_filled.svg", + ] +} + +imageset("ic_fluent_accessibility_error_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_20_regular.imageset/ic_fluent_accessibility_error_20_regular.svg", + ] +} + +imageset("ic_fluent_accessibility_error_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_24_filled.imageset/ic_fluent_accessibility_error_24_filled.svg", + ] +} + +imageset("ic_fluent_accessibility_error_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_24_regular.imageset/ic_fluent_accessibility_error_24_regular.svg", + ] +} + +imageset("ic_fluent_accessibility_question_mark_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_20_filled.imageset/ic_fluent_accessibility_question_mark_20_filled.svg", + ] +} + +imageset("ic_fluent_accessibility_question_mark_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_20_regular.imageset/ic_fluent_accessibility_question_mark_20_regular.svg", + ] +} + +imageset("ic_fluent_accessibility_question_mark_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_24_filled.imageset/ic_fluent_accessibility_question_mark_24_filled.svg", + ] +} + +imageset("ic_fluent_accessibility_question_mark_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_24_regular.imageset/ic_fluent_accessibility_question_mark_24_regular.svg", + ] +} + imageset("ic_fluent_add_12_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_12_filled.imageset/Contents.json", @@ -4417,6 +4473,20 @@ imageset("ic_fluent_arrow_down_exclamation_20_regular") { ] } +imageset("ic_fluent_arrow_down_exclamation_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_24_filled.imageset/ic_fluent_arrow_down_exclamation_24_filled.svg", + ] +} + +imageset("ic_fluent_arrow_down_exclamation_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_24_regular.imageset/ic_fluent_arrow_down_exclamation_24_regular.svg", + ] +} + imageset("ic_fluent_arrow_down_left_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_left_16_filled.imageset/Contents.json", @@ -7231,6 +7301,48 @@ imageset("ic_fluent_arrow_sort_up_24_regular") { ] } +imageset("ic_fluent_arrow_sort_up_lines_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_16_filled.imageset/ic_fluent_arrow_sort_up_lines_16_filled.svg", + ] +} + +imageset("ic_fluent_arrow_sort_up_lines_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_16_regular.imageset/ic_fluent_arrow_sort_up_lines_16_regular.svg", + ] +} + +imageset("ic_fluent_arrow_sort_up_lines_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_20_filled.imageset/ic_fluent_arrow_sort_up_lines_20_filled.svg", + ] +} + +imageset("ic_fluent_arrow_sort_up_lines_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_20_regular.imageset/ic_fluent_arrow_sort_up_lines_20_regular.svg", + ] +} + +imageset("ic_fluent_arrow_sort_up_lines_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_24_filled.imageset/ic_fluent_arrow_sort_up_lines_24_filled.svg", + ] +} + +imageset("ic_fluent_arrow_sort_up_lines_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_24_regular.imageset/ic_fluent_arrow_sort_up_lines_24_regular.svg", + ] +} + imageset("ic_fluent_arrow_split_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_split_16_filled.imageset/Contents.json", @@ -8827,6 +8939,48 @@ imageset("ic_fluent_arrow_up_48_regular") { ] } +imageset("ic_fluent_arrow_up_exclamation_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_16_filled.imageset/ic_fluent_arrow_up_exclamation_16_filled.svg", + ] +} + +imageset("ic_fluent_arrow_up_exclamation_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_16_regular.imageset/ic_fluent_arrow_up_exclamation_16_regular.svg", + ] +} + +imageset("ic_fluent_arrow_up_exclamation_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_20_filled.imageset/ic_fluent_arrow_up_exclamation_20_filled.svg", + ] +} + +imageset("ic_fluent_arrow_up_exclamation_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_20_regular.imageset/ic_fluent_arrow_up_exclamation_20_regular.svg", + ] +} + +imageset("ic_fluent_arrow_up_exclamation_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_24_filled.imageset/ic_fluent_arrow_up_exclamation_24_filled.svg", + ] +} + +imageset("ic_fluent_arrow_up_exclamation_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_24_regular.imageset/ic_fluent_arrow_up_exclamation_24_regular.svg", + ] +} + imageset("ic_fluent_arrow_up_left_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_left_16_filled.imageset/Contents.json", @@ -10423,6 +10577,34 @@ imageset("ic_fluent_bed_24_regular") { ] } +imageset("ic_fluent_bench_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_20_filled.imageset/ic_fluent_bench_20_filled.svg", + ] +} + +imageset("ic_fluent_bench_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_20_regular.imageset/ic_fluent_bench_20_regular.svg", + ] +} + +imageset("ic_fluent_bench_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_24_filled.imageset/ic_fluent_bench_24_filled.svg", + ] +} + +imageset("ic_fluent_bench_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_24_regular.imageset/ic_fluent_bench_24_regular.svg", + ] +} + imageset("ic_fluent_bezier_curve_square_12_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bezier_curve_square_12_filled.imageset/Contents.json", @@ -14868,6 +15050,20 @@ imageset("ic_fluent_building_lighthouse_24_regular") { ] } +imageset("ic_fluent_building_lighthouse_28_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_28_filled.imageset/ic_fluent_building_lighthouse_28_filled.svg", + ] +} + +imageset("ic_fluent_building_lighthouse_28_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_28_regular.imageset/ic_fluent_building_lighthouse_28_regular.svg", + ] +} + imageset("ic_fluent_building_lighthouse_32_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_32_filled.imageset/Contents.json", @@ -17696,6 +17892,20 @@ imageset("ic_fluent_calendar_toolbox_24_regular") { ] } +imageset("ic_fluent_calendar_video_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_20_filled.imageset/ic_fluent_calendar_video_20_filled.svg", + ] +} + +imageset("ic_fluent_calendar_video_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_20_regular.imageset/ic_fluent_calendar_video_20_regular.svg", + ] +} + imageset("ic_fluent_calendar_video_24_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_24_filled.imageset/Contents.json", @@ -25330,6 +25540,62 @@ imageset("ic_fluent_clock_arrow_download_24_regular") { ] } +imageset("ic_fluent_clock_bill_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_16_filled.imageset/ic_fluent_clock_bill_16_filled.svg", + ] +} + +imageset("ic_fluent_clock_bill_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_16_regular.imageset/ic_fluent_clock_bill_16_regular.svg", + ] +} + +imageset("ic_fluent_clock_bill_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_20_filled.imageset/ic_fluent_clock_bill_20_filled.svg", + ] +} + +imageset("ic_fluent_clock_bill_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_20_regular.imageset/ic_fluent_clock_bill_20_regular.svg", + ] +} + +imageset("ic_fluent_clock_bill_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_24_filled.imageset/ic_fluent_clock_bill_24_filled.svg", + ] +} + +imageset("ic_fluent_clock_bill_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_24_regular.imageset/ic_fluent_clock_bill_24_regular.svg", + ] +} + +imageset("ic_fluent_clock_bill_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_32_filled.imageset/ic_fluent_clock_bill_32_filled.svg", + ] +} + +imageset("ic_fluent_clock_bill_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_32_regular.imageset/ic_fluent_clock_bill_32_regular.svg", + ] +} + imageset("ic_fluent_clock_dismiss_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_dismiss_20_filled.imageset/Contents.json", @@ -31889,6 +32155,20 @@ imageset("ic_fluent_data_trending_48_regular") { ] } +imageset("ic_fluent_data_usage_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_16_filled.imageset/ic_fluent_data_usage_16_filled.svg", + ] +} + +imageset("ic_fluent_data_usage_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_16_regular.imageset/ic_fluent_data_usage_16_regular.svg", + ] +} + imageset("ic_fluent_data_usage_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_20_filled.imageset/Contents.json", @@ -31945,6 +32225,20 @@ imageset("ic_fluent_data_usage_edit_24_regular") { ] } +imageset("ic_fluent_data_usage_settings_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_16_filled.imageset/ic_fluent_data_usage_settings_16_filled.svg", + ] +} + +imageset("ic_fluent_data_usage_settings_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_16_regular.imageset/ic_fluent_data_usage_settings_16_regular.svg", + ] +} + imageset("ic_fluent_data_usage_settings_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_20_filled.imageset/Contents.json", @@ -31959,6 +32253,20 @@ imageset("ic_fluent_data_usage_settings_20_regular") { ] } +imageset("ic_fluent_data_usage_settings_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_24_filled.imageset/ic_fluent_data_usage_settings_24_filled.svg", + ] +} + +imageset("ic_fluent_data_usage_settings_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_24_regular.imageset/ic_fluent_data_usage_settings_24_regular.svg", + ] +} + imageset("ic_fluent_data_usage_toolbox_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_toolbox_20_filled.imageset/Contents.json", @@ -40919,6 +41227,34 @@ imageset("ic_fluent_edit_off_48_regular") { ] } +imageset("ic_fluent_edit_person_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_20_filled.imageset/ic_fluent_edit_person_20_filled.svg", + ] +} + +imageset("ic_fluent_edit_person_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_20_regular.imageset/ic_fluent_edit_person_20_regular.svg", + ] +} + +imageset("ic_fluent_edit_person_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_24_filled.imageset/ic_fluent_edit_person_24_filled.svg", + ] +} + +imageset("ic_fluent_edit_person_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_24_regular.imageset/ic_fluent_edit_person_24_regular.svg", + ] +} + imageset("ic_fluent_edit_prohibited_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_prohibited_16_filled.imageset/Contents.json", @@ -50950,6 +51286,34 @@ imageset("ic_fluent_highlight_link_20_regular") { ] } +imageset("ic_fluent_highway_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_20_filled.imageset/ic_fluent_highway_20_filled.svg", + ] +} + +imageset("ic_fluent_highway_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_20_regular.imageset/ic_fluent_highway_20_regular.svg", + ] +} + +imageset("ic_fluent_highway_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_24_filled.imageset/ic_fluent_highway_24_filled.svg", + ] +} + +imageset("ic_fluent_highway_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_24_regular.imageset/ic_fluent_highway_24_regular.svg", + ] +} + imageset("ic_fluent_history_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_history_16_filled.imageset/Contents.json", @@ -54086,6 +54450,48 @@ imageset("ic_fluent_laptop_multiple_24_regular") { ] } +imageset("ic_fluent_laptop_person_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_20_filled.imageset/ic_fluent_laptop_person_20_filled.svg", + ] +} + +imageset("ic_fluent_laptop_person_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_20_regular.imageset/ic_fluent_laptop_person_20_regular.svg", + ] +} + +imageset("ic_fluent_laptop_person_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_24_filled.imageset/ic_fluent_laptop_person_24_filled.svg", + ] +} + +imageset("ic_fluent_laptop_person_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_24_regular.imageset/ic_fluent_laptop_person_24_regular.svg", + ] +} + +imageset("ic_fluent_laptop_person_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_48_filled.imageset/ic_fluent_laptop_person_48_filled.svg", + ] +} + +imageset("ic_fluent_laptop_person_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_48_regular.imageset/ic_fluent_laptop_person_48_regular.svg", + ] +} + imageset("ic_fluent_laptop_settings_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_settings_20_filled.imageset/Contents.json", @@ -58002,6 +58408,48 @@ imageset("ic_fluent_location_off_48_regular") { ] } +imageset("ic_fluent_location_ripple_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_16_filled.imageset/ic_fluent_location_ripple_16_filled.svg", + ] +} + +imageset("ic_fluent_location_ripple_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_16_regular.imageset/ic_fluent_location_ripple_16_regular.svg", + ] +} + +imageset("ic_fluent_location_ripple_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_20_filled.imageset/ic_fluent_location_ripple_20_filled.svg", + ] +} + +imageset("ic_fluent_location_ripple_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_20_regular.imageset/ic_fluent_location_ripple_20_regular.svg", + ] +} + +imageset("ic_fluent_location_ripple_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_24_filled.imageset/ic_fluent_location_ripple_24_filled.svg", + ] +} + +imageset("ic_fluent_location_ripple_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_24_regular.imageset/ic_fluent_location_ripple_24_regular.svg", + ] +} + imageset("ic_fluent_location_target_square_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_target_square_16_filled.imageset/Contents.json", @@ -58870,6 +59318,20 @@ imageset("ic_fluent_mail_arrow_double_back_24_regular") { ] } +imageset("ic_fluent_mail_arrow_double_back_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_double_back_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_double_back_32_filled.imageset/ic_fluent_mail_arrow_double_back_32_filled.svg", + ] +} + +imageset("ic_fluent_mail_arrow_double_back_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_double_back_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_double_back_32_regular.imageset/ic_fluent_mail_arrow_double_back_32_regular.svg", + ] +} + imageset("ic_fluent_mail_arrow_down_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_down_16_filled.imageset/Contents.json", @@ -59024,6 +59486,20 @@ imageset("ic_fluent_mail_attach_28_regular") { ] } +imageset("ic_fluent_mail_briefcase_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_briefcase_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_briefcase_48_filled.imageset/ic_fluent_mail_briefcase_48_filled.svg", + ] +} + +imageset("ic_fluent_mail_briefcase_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_briefcase_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_briefcase_48_regular.imageset/ic_fluent_mail_briefcase_48_regular.svg", + ] +} + imageset("ic_fluent_mail_checkmark_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_checkmark_16_filled.imageset/Contents.json", @@ -65624,6 +66100,34 @@ imageset("ic_fluent_options_24_regular") { ] } +imageset("ic_fluent_options_28_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_28_filled.imageset/ic_fluent_options_28_filled.svg", + ] +} + +imageset("ic_fluent_options_28_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_28_regular.imageset/ic_fluent_options_28_regular.svg", + ] +} + +imageset("ic_fluent_options_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_32_filled.imageset/ic_fluent_options_32_filled.svg", + ] +} + +imageset("ic_fluent_options_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_32_regular.imageset/ic_fluent_options_32_regular.svg", + ] +} + imageset("ic_fluent_options_48_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_48_filled.imageset/Contents.json", @@ -68578,6 +69082,20 @@ imageset("ic_fluent_people_add_28_regular") { ] } +imageset("ic_fluent_people_add_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_add_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_add_32_filled.imageset/ic_fluent_people_add_32_filled.svg", + ] +} + +imageset("ic_fluent_people_add_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_add_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_add_32_regular.imageset/ic_fluent_people_add_32_regular.svg", + ] +} + imageset("ic_fluent_people_audience_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_audience_20_filled.imageset/Contents.json", @@ -69936,6 +70454,20 @@ imageset("ic_fluent_person_alert_24_regular") { ] } +imageset("ic_fluent_person_alert_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_32_filled.imageset/ic_fluent_person_alert_32_filled.svg", + ] +} + +imageset("ic_fluent_person_alert_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_32_regular.imageset/ic_fluent_person_alert_32_regular.svg", + ] +} + imageset("ic_fluent_person_arrow_back_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_arrow_back_16_filled.imageset/Contents.json", @@ -78707,6 +79239,34 @@ imageset("ic_fluent_ribbon_star_24_regular") { ] } +imageset("ic_fluent_road_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_20_filled.imageset/ic_fluent_road_20_filled.svg", + ] +} + +imageset("ic_fluent_road_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_20_regular.imageset/ic_fluent_road_20_regular.svg", + ] +} + +imageset("ic_fluent_road_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_24_filled.imageset/ic_fluent_road_24_filled.svg", + ] +} + +imageset("ic_fluent_road_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_24_regular.imageset/ic_fluent_road_24_regular.svg", + ] +} + imageset("ic_fluent_road_cone_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_cone_16_filled.imageset/Contents.json", @@ -79197,6 +79757,20 @@ imageset("ic_fluent_save_28_regular") { ] } +imageset("ic_fluent_save_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_32_filled.imageset/ic_fluent_save_32_filled.svg", + ] +} + +imageset("ic_fluent_save_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_32_regular.imageset/ic_fluent_save_32_regular.svg", + ] +} + imageset("ic_fluent_save_arrow_right_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_arrow_right_20_filled.imageset/Contents.json", @@ -90231,6 +90805,20 @@ imageset("ic_fluent_tab_desktop_multiple_20_regular") { ] } +imageset("ic_fluent_tab_desktop_multiple_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_24_filled.imageset/ic_fluent_tab_desktop_multiple_24_filled.svg", + ] +} + +imageset("ic_fluent_tab_desktop_multiple_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_24_regular.imageset/ic_fluent_tab_desktop_multiple_24_regular.svg", + ] +} + imageset("ic_fluent_tab_desktop_multiple_add_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_add_16_filled.imageset/Contents.json", @@ -90287,6 +90875,48 @@ imageset("ic_fluent_tab_desktop_multiple_bottom_24_regular") { ] } +imageset("ic_fluent_tab_desktop_multiple_sparkle_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_16_filled.imageset/ic_fluent_tab_desktop_multiple_sparkle_16_filled.svg", + ] +} + +imageset("ic_fluent_tab_desktop_multiple_sparkle_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_16_regular.imageset/ic_fluent_tab_desktop_multiple_sparkle_16_regular.svg", + ] +} + +imageset("ic_fluent_tab_desktop_multiple_sparkle_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_20_filled.imageset/ic_fluent_tab_desktop_multiple_sparkle_20_filled.svg", + ] +} + +imageset("ic_fluent_tab_desktop_multiple_sparkle_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_20_regular.imageset/ic_fluent_tab_desktop_multiple_sparkle_20_regular.svg", + ] +} + +imageset("ic_fluent_tab_desktop_multiple_sparkle_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_24_filled.imageset/ic_fluent_tab_desktop_multiple_sparkle_24_filled.svg", + ] +} + +imageset("ic_fluent_tab_desktop_multiple_sparkle_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_24_regular.imageset/ic_fluent_tab_desktop_multiple_sparkle_24_regular.svg", + ] +} + imageset("ic_fluent_tab_desktop_new_page_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_new_page_20_filled.imageset/Contents.json", @@ -103314,6 +103944,34 @@ imageset("ic_fluent_vehicle_subway_clock_24_regular") { ] } +imageset("ic_fluent_vehicle_tractor_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_20_filled.imageset/ic_fluent_vehicle_tractor_20_filled.svg", + ] +} + +imageset("ic_fluent_vehicle_tractor_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_20_regular.imageset/ic_fluent_vehicle_tractor_20_regular.svg", + ] +} + +imageset("ic_fluent_vehicle_tractor_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_24_filled.imageset/ic_fluent_vehicle_tractor_24_filled.svg", + ] +} + +imageset("ic_fluent_vehicle_tractor_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_24_regular.imageset/ic_fluent_vehicle_tractor_24_regular.svg", + ] +} + imageset("ic_fluent_vehicle_truck_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_truck_16_filled.imageset/Contents.json", diff --git a/ios/FluentIcons.podspec b/ios/FluentIcons.podspec index 55c1ce79fb..b666638c87 100644 --- a/ios/FluentIcons.podspec +++ b/ios/FluentIcons.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'FluentIcons' - s.version = '1.1.231' + s.version = '1.1.232' s.summary = 'FluentIcons' s.description = <<-DESC diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_checkmark_24_filled.imageset/ic_fluent_accessibility_checkmark_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_checkmark_24_filled.imageset/ic_fluent_accessibility_checkmark_24_filled.svg index 550e6b324f..ce8ea52934 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_checkmark_24_filled.imageset/ic_fluent_accessibility_checkmark_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_checkmark_24_filled.imageset/ic_fluent_accessibility_checkmark_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_checkmark_24_regular.imageset/ic_fluent_accessibility_checkmark_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_checkmark_24_regular.imageset/ic_fluent_accessibility_checkmark_24_regular.svg index 4e687ddddc..64d9064379 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_checkmark_24_regular.imageset/ic_fluent_accessibility_checkmark_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_checkmark_24_regular.imageset/ic_fluent_accessibility_checkmark_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..f26ea6d4e0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_accessibility_error_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_20_filled.imageset/ic_fluent_accessibility_error_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_20_filled.imageset/ic_fluent_accessibility_error_20_filled.svg new file mode 100644 index 0000000000..089a0ddece --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_20_filled.imageset/ic_fluent_accessibility_error_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..cce44fc7c6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_accessibility_error_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_20_regular.imageset/ic_fluent_accessibility_error_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_20_regular.imageset/ic_fluent_accessibility_error_20_regular.svg new file mode 100644 index 0000000000..5d4e8e3b93 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_20_regular.imageset/ic_fluent_accessibility_error_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..9232ffaac9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_accessibility_error_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_24_filled.imageset/ic_fluent_accessibility_error_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_24_filled.imageset/ic_fluent_accessibility_error_24_filled.svg new file mode 100644 index 0000000000..b9f01e7fcc --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_24_filled.imageset/ic_fluent_accessibility_error_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..4a4eebaff2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_accessibility_error_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_24_regular.imageset/ic_fluent_accessibility_error_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_24_regular.imageset/ic_fluent_accessibility_error_24_regular.svg new file mode 100644 index 0000000000..5db4290d15 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_error_24_regular.imageset/ic_fluent_accessibility_error_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..e64ac4bc11 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_accessibility_question_mark_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_20_filled.imageset/ic_fluent_accessibility_question_mark_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_20_filled.imageset/ic_fluent_accessibility_question_mark_20_filled.svg new file mode 100644 index 0000000000..2122cca3c9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_20_filled.imageset/ic_fluent_accessibility_question_mark_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..f696754483 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_accessibility_question_mark_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_20_regular.imageset/ic_fluent_accessibility_question_mark_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_20_regular.imageset/ic_fluent_accessibility_question_mark_20_regular.svg new file mode 100644 index 0000000000..27cc604be6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_20_regular.imageset/ic_fluent_accessibility_question_mark_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..5da1ffa92c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_accessibility_question_mark_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_24_filled.imageset/ic_fluent_accessibility_question_mark_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_24_filled.imageset/ic_fluent_accessibility_question_mark_24_filled.svg new file mode 100644 index 0000000000..d24e959f32 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_24_filled.imageset/ic_fluent_accessibility_question_mark_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..af2116fc7b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_accessibility_question_mark_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_24_regular.imageset/ic_fluent_accessibility_question_mark_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_24_regular.imageset/ic_fluent_accessibility_question_mark_24_regular.svg new file mode 100644 index 0000000000..9d1c52a828 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_accessibility_question_mark_24_regular.imageset/ic_fluent_accessibility_question_mark_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_16_filled.imageset/ic_fluent_arrow_down_exclamation_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_16_filled.imageset/ic_fluent_arrow_down_exclamation_16_filled.svg index 6ceedaa6d6..72665bbdc9 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_16_filled.imageset/ic_fluent_arrow_down_exclamation_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_16_filled.imageset/ic_fluent_arrow_down_exclamation_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_16_regular.imageset/ic_fluent_arrow_down_exclamation_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_16_regular.imageset/ic_fluent_arrow_down_exclamation_16_regular.svg index a2dfa0206f..d683579607 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_16_regular.imageset/ic_fluent_arrow_down_exclamation_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_16_regular.imageset/ic_fluent_arrow_down_exclamation_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_20_filled.imageset/ic_fluent_arrow_down_exclamation_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_20_filled.imageset/ic_fluent_arrow_down_exclamation_20_filled.svg index 718b90d372..841a4522d6 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_20_filled.imageset/ic_fluent_arrow_down_exclamation_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_20_filled.imageset/ic_fluent_arrow_down_exclamation_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_20_regular.imageset/ic_fluent_arrow_down_exclamation_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_20_regular.imageset/ic_fluent_arrow_down_exclamation_20_regular.svg index 4e37c570c5..2b2ef386b0 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_20_regular.imageset/ic_fluent_arrow_down_exclamation_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_20_regular.imageset/ic_fluent_arrow_down_exclamation_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..1dccbf8bf2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_down_exclamation_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_24_filled.imageset/ic_fluent_arrow_down_exclamation_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_24_filled.imageset/ic_fluent_arrow_down_exclamation_24_filled.svg new file mode 100644 index 0000000000..8da567cc73 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_24_filled.imageset/ic_fluent_arrow_down_exclamation_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..4bea5cc4d8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_down_exclamation_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_24_regular.imageset/ic_fluent_arrow_down_exclamation_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_24_regular.imageset/ic_fluent_arrow_down_exclamation_24_regular.svg new file mode 100644 index 0000000000..34be003360 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_down_exclamation_24_regular.imageset/ic_fluent_arrow_down_exclamation_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_16_filled.imageset/ic_fluent_arrow_sort_down_lines_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_16_filled.imageset/ic_fluent_arrow_sort_down_lines_16_filled.svg index e58bc01df4..a0f2e5fd76 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_16_filled.imageset/ic_fluent_arrow_sort_down_lines_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_16_filled.imageset/ic_fluent_arrow_sort_down_lines_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_16_regular.imageset/ic_fluent_arrow_sort_down_lines_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_16_regular.imageset/ic_fluent_arrow_sort_down_lines_16_regular.svg index 068440c6df..263f8169e7 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_16_regular.imageset/ic_fluent_arrow_sort_down_lines_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_16_regular.imageset/ic_fluent_arrow_sort_down_lines_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_20_filled.imageset/ic_fluent_arrow_sort_down_lines_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_20_filled.imageset/ic_fluent_arrow_sort_down_lines_20_filled.svg index 89f8bd8ea4..4ebc3ee6b7 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_20_filled.imageset/ic_fluent_arrow_sort_down_lines_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_20_filled.imageset/ic_fluent_arrow_sort_down_lines_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_20_regular.imageset/ic_fluent_arrow_sort_down_lines_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_20_regular.imageset/ic_fluent_arrow_sort_down_lines_20_regular.svg index 498492b3ab..67296f4c3f 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_20_regular.imageset/ic_fluent_arrow_sort_down_lines_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_20_regular.imageset/ic_fluent_arrow_sort_down_lines_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_24_filled.imageset/ic_fluent_arrow_sort_down_lines_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_24_filled.imageset/ic_fluent_arrow_sort_down_lines_24_filled.svg index 245dc84a13..24fff48aba 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_24_filled.imageset/ic_fluent_arrow_sort_down_lines_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_24_filled.imageset/ic_fluent_arrow_sort_down_lines_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_24_regular.imageset/ic_fluent_arrow_sort_down_lines_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_24_regular.imageset/ic_fluent_arrow_sort_down_lines_24_regular.svg index d07127f78e..86739673a6 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_24_regular.imageset/ic_fluent_arrow_sort_down_lines_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_down_lines_24_regular.imageset/ic_fluent_arrow_sort_down_lines_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..faf49562a2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_sort_up_lines_16_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_16_filled.imageset/ic_fluent_arrow_sort_up_lines_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_16_filled.imageset/ic_fluent_arrow_sort_up_lines_16_filled.svg new file mode 100644 index 0000000000..bb75052211 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_16_filled.imageset/ic_fluent_arrow_sort_up_lines_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..3bd721bb7c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_sort_up_lines_16_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_16_regular.imageset/ic_fluent_arrow_sort_up_lines_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_16_regular.imageset/ic_fluent_arrow_sort_up_lines_16_regular.svg new file mode 100644 index 0000000000..515fad11ec --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_16_regular.imageset/ic_fluent_arrow_sort_up_lines_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..c9fa98656b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_sort_up_lines_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_20_filled.imageset/ic_fluent_arrow_sort_up_lines_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_20_filled.imageset/ic_fluent_arrow_sort_up_lines_20_filled.svg new file mode 100644 index 0000000000..72fe1e9098 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_20_filled.imageset/ic_fluent_arrow_sort_up_lines_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..d61f80f5e6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_sort_up_lines_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_20_regular.imageset/ic_fluent_arrow_sort_up_lines_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_20_regular.imageset/ic_fluent_arrow_sort_up_lines_20_regular.svg new file mode 100644 index 0000000000..9117e26059 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_20_regular.imageset/ic_fluent_arrow_sort_up_lines_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..624f7a1dfe --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_sort_up_lines_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_24_filled.imageset/ic_fluent_arrow_sort_up_lines_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_24_filled.imageset/ic_fluent_arrow_sort_up_lines_24_filled.svg new file mode 100644 index 0000000000..2a64d3921c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_24_filled.imageset/ic_fluent_arrow_sort_up_lines_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..6e3b7c12d2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_sort_up_lines_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_24_regular.imageset/ic_fluent_arrow_sort_up_lines_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_24_regular.imageset/ic_fluent_arrow_sort_up_lines_24_regular.svg new file mode 100644 index 0000000000..3a1956fc18 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_sort_up_lines_24_regular.imageset/ic_fluent_arrow_sort_up_lines_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..326960530d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_up_exclamation_16_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_16_filled.imageset/ic_fluent_arrow_up_exclamation_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_16_filled.imageset/ic_fluent_arrow_up_exclamation_16_filled.svg new file mode 100644 index 0000000000..389d4e203f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_16_filled.imageset/ic_fluent_arrow_up_exclamation_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..c595673b54 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_up_exclamation_16_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_16_regular.imageset/ic_fluent_arrow_up_exclamation_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_16_regular.imageset/ic_fluent_arrow_up_exclamation_16_regular.svg new file mode 100644 index 0000000000..407a1d4346 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_16_regular.imageset/ic_fluent_arrow_up_exclamation_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..240cb0c516 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_up_exclamation_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_20_filled.imageset/ic_fluent_arrow_up_exclamation_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_20_filled.imageset/ic_fluent_arrow_up_exclamation_20_filled.svg new file mode 100644 index 0000000000..9716dfa001 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_20_filled.imageset/ic_fluent_arrow_up_exclamation_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..16ecd08583 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_up_exclamation_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_20_regular.imageset/ic_fluent_arrow_up_exclamation_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_20_regular.imageset/ic_fluent_arrow_up_exclamation_20_regular.svg new file mode 100644 index 0000000000..187da8d72f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_20_regular.imageset/ic_fluent_arrow_up_exclamation_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..9a67ed2673 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_up_exclamation_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_24_filled.imageset/ic_fluent_arrow_up_exclamation_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_24_filled.imageset/ic_fluent_arrow_up_exclamation_24_filled.svg new file mode 100644 index 0000000000..903c3a0227 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_24_filled.imageset/ic_fluent_arrow_up_exclamation_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..7de99eef8f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_up_exclamation_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_24_regular.imageset/ic_fluent_arrow_up_exclamation_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_24_regular.imageset/ic_fluent_arrow_up_exclamation_24_regular.svg new file mode 100644 index 0000000000..41205f1970 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_up_exclamation_24_regular.imageset/ic_fluent_arrow_up_exclamation_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..db87ef4596 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_bench_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_20_filled.imageset/ic_fluent_bench_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_20_filled.imageset/ic_fluent_bench_20_filled.svg new file mode 100644 index 0000000000..0be072de95 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_20_filled.imageset/ic_fluent_bench_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..c3bad3327b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_bench_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_20_regular.imageset/ic_fluent_bench_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_20_regular.imageset/ic_fluent_bench_20_regular.svg new file mode 100644 index 0000000000..4f33536cc2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_20_regular.imageset/ic_fluent_bench_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..fb5a2f953e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_bench_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_24_filled.imageset/ic_fluent_bench_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_24_filled.imageset/ic_fluent_bench_24_filled.svg new file mode 100644 index 0000000000..f33426733a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_24_filled.imageset/ic_fluent_bench_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..d3c4c978d3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_bench_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_24_regular.imageset/ic_fluent_bench_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_24_regular.imageset/ic_fluent_bench_24_regular.svg new file mode 100644 index 0000000000..e6f7e876de --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_bench_24_regular.imageset/ic_fluent_bench_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..a0380ff949 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_building_lighthouse_28_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_28_filled.imageset/ic_fluent_building_lighthouse_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_28_filled.imageset/ic_fluent_building_lighthouse_28_filled.svg new file mode 100644 index 0000000000..32125d1be4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_28_filled.imageset/ic_fluent_building_lighthouse_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..7edb0dbd7f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_building_lighthouse_28_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_28_regular.imageset/ic_fluent_building_lighthouse_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_28_regular.imageset/ic_fluent_building_lighthouse_28_regular.svg new file mode 100644 index 0000000000..a0f89c0055 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_28_regular.imageset/ic_fluent_building_lighthouse_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_48_filled.imageset/ic_fluent_building_lighthouse_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_48_filled.imageset/ic_fluent_building_lighthouse_48_filled.svg index 064e6bd925..723868ac41 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_48_filled.imageset/ic_fluent_building_lighthouse_48_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_48_filled.imageset/ic_fluent_building_lighthouse_48_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_48_regular.imageset/ic_fluent_building_lighthouse_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_48_regular.imageset/ic_fluent_building_lighthouse_48_regular.svg index 5ad04221e1..0be94b7d46 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_48_regular.imageset/ic_fluent_building_lighthouse_48_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_48_regular.imageset/ic_fluent_building_lighthouse_48_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..607b150c1e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_video_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_20_filled.imageset/ic_fluent_calendar_video_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_20_filled.imageset/ic_fluent_calendar_video_20_filled.svg new file mode 100644 index 0000000000..b28616d2ee --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_20_filled.imageset/ic_fluent_calendar_video_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..9b6730b640 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_video_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_20_regular.imageset/ic_fluent_calendar_video_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_20_regular.imageset/ic_fluent_calendar_video_20_regular.svg new file mode 100644 index 0000000000..c8aa4f80a4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_20_regular.imageset/ic_fluent_calendar_video_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_24_filled.imageset/ic_fluent_calendar_video_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_24_filled.imageset/ic_fluent_calendar_video_24_filled.svg index 6e71716b0d..6e88782ab9 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_24_filled.imageset/ic_fluent_calendar_video_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_24_filled.imageset/ic_fluent_calendar_video_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_24_regular.imageset/ic_fluent_calendar_video_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_24_regular.imageset/ic_fluent_calendar_video_24_regular.svg index 9a909b260b..5feef47f94 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_24_regular.imageset/ic_fluent_calendar_video_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_24_regular.imageset/ic_fluent_calendar_video_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_28_filled.imageset/ic_fluent_calendar_video_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_28_filled.imageset/ic_fluent_calendar_video_28_filled.svg index 4bd805f4b6..2e3bb510f8 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_28_filled.imageset/ic_fluent_calendar_video_28_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_28_filled.imageset/ic_fluent_calendar_video_28_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_28_regular.imageset/ic_fluent_calendar_video_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_28_regular.imageset/ic_fluent_calendar_video_28_regular.svg index d7a47c2067..d87b07e84a 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_28_regular.imageset/ic_fluent_calendar_video_28_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_video_28_regular.imageset/ic_fluent_calendar_video_28_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..1cebf1c295 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clock_bill_16_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_16_filled.imageset/ic_fluent_clock_bill_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_16_filled.imageset/ic_fluent_clock_bill_16_filled.svg new file mode 100644 index 0000000000..9e6bcfb816 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_16_filled.imageset/ic_fluent_clock_bill_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..c38cb6aa80 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clock_bill_16_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_16_regular.imageset/ic_fluent_clock_bill_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_16_regular.imageset/ic_fluent_clock_bill_16_regular.svg new file mode 100644 index 0000000000..0082b76aee --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_16_regular.imageset/ic_fluent_clock_bill_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..bb5a4d2382 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clock_bill_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_20_filled.imageset/ic_fluent_clock_bill_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_20_filled.imageset/ic_fluent_clock_bill_20_filled.svg new file mode 100644 index 0000000000..32b80917df --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_20_filled.imageset/ic_fluent_clock_bill_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..cc977d03da --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clock_bill_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_20_regular.imageset/ic_fluent_clock_bill_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_20_regular.imageset/ic_fluent_clock_bill_20_regular.svg new file mode 100644 index 0000000000..295061eeb5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_20_regular.imageset/ic_fluent_clock_bill_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..a3a75386a9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clock_bill_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_24_filled.imageset/ic_fluent_clock_bill_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_24_filled.imageset/ic_fluent_clock_bill_24_filled.svg new file mode 100644 index 0000000000..702f0732d8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_24_filled.imageset/ic_fluent_clock_bill_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..a28fdd5427 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clock_bill_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_24_regular.imageset/ic_fluent_clock_bill_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_24_regular.imageset/ic_fluent_clock_bill_24_regular.svg new file mode 100644 index 0000000000..52b323da70 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_24_regular.imageset/ic_fluent_clock_bill_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..11e5b1ece8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clock_bill_32_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_32_filled.imageset/ic_fluent_clock_bill_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_32_filled.imageset/ic_fluent_clock_bill_32_filled.svg new file mode 100644 index 0000000000..ecc3b0f364 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_32_filled.imageset/ic_fluent_clock_bill_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..17e418704f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clock_bill_32_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_32_regular.imageset/ic_fluent_clock_bill_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_32_regular.imageset/ic_fluent_clock_bill_32_regular.svg new file mode 100644 index 0000000000..eaa729afaf --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clock_bill_32_regular.imageset/ic_fluent_clock_bill_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..7f5db0bc23 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_data_usage_16_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_16_filled.imageset/ic_fluent_data_usage_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_16_filled.imageset/ic_fluent_data_usage_16_filled.svg new file mode 100644 index 0000000000..cbc42bd97f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_16_filled.imageset/ic_fluent_data_usage_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..1f25edb492 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_data_usage_16_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_16_regular.imageset/ic_fluent_data_usage_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_16_regular.imageset/ic_fluent_data_usage_16_regular.svg new file mode 100644 index 0000000000..52a4e17a96 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_16_regular.imageset/ic_fluent_data_usage_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..72d1a3bd88 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_data_usage_settings_16_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_16_filled.imageset/ic_fluent_data_usage_settings_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_16_filled.imageset/ic_fluent_data_usage_settings_16_filled.svg new file mode 100644 index 0000000000..ac387a7fe2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_16_filled.imageset/ic_fluent_data_usage_settings_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..8f3028b775 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_data_usage_settings_16_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_16_regular.imageset/ic_fluent_data_usage_settings_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_16_regular.imageset/ic_fluent_data_usage_settings_16_regular.svg new file mode 100644 index 0000000000..6ce541e8a9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_16_regular.imageset/ic_fluent_data_usage_settings_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..a396d54b43 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_data_usage_settings_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_24_filled.imageset/ic_fluent_data_usage_settings_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_24_filled.imageset/ic_fluent_data_usage_settings_24_filled.svg new file mode 100644 index 0000000000..1100434d60 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_24_filled.imageset/ic_fluent_data_usage_settings_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..65de6988cd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_data_usage_settings_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_24_regular.imageset/ic_fluent_data_usage_settings_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_24_regular.imageset/ic_fluent_data_usage_settings_24_regular.svg new file mode 100644 index 0000000000..260d3e15eb --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_usage_settings_24_regular.imageset/ic_fluent_data_usage_settings_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..a970ca94d6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_edit_person_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_20_filled.imageset/ic_fluent_edit_person_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_20_filled.imageset/ic_fluent_edit_person_20_filled.svg new file mode 100644 index 0000000000..295eb54676 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_20_filled.imageset/ic_fluent_edit_person_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..772bc934ab --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_edit_person_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_20_regular.imageset/ic_fluent_edit_person_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_20_regular.imageset/ic_fluent_edit_person_20_regular.svg new file mode 100644 index 0000000000..f912b2728d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_20_regular.imageset/ic_fluent_edit_person_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..67808b7861 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_edit_person_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_24_filled.imageset/ic_fluent_edit_person_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_24_filled.imageset/ic_fluent_edit_person_24_filled.svg new file mode 100644 index 0000000000..4aad84aefb --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_24_filled.imageset/ic_fluent_edit_person_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..e1639b8fbe --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_edit_person_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_24_regular.imageset/ic_fluent_edit_person_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_24_regular.imageset/ic_fluent_edit_person_24_regular.svg new file mode 100644 index 0000000000..17ee1780f2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_edit_person_24_regular.imageset/ic_fluent_edit_person_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..dc485481ac --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_highway_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_20_filled.imageset/ic_fluent_highway_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_20_filled.imageset/ic_fluent_highway_20_filled.svg new file mode 100644 index 0000000000..a0c1123b31 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_20_filled.imageset/ic_fluent_highway_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..4c5a91ef4e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_highway_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_20_regular.imageset/ic_fluent_highway_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_20_regular.imageset/ic_fluent_highway_20_regular.svg new file mode 100644 index 0000000000..b21d0e1a0a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_20_regular.imageset/ic_fluent_highway_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..32f604caf8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_highway_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_24_filled.imageset/ic_fluent_highway_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_24_filled.imageset/ic_fluent_highway_24_filled.svg new file mode 100644 index 0000000000..f3bf08f26c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_24_filled.imageset/ic_fluent_highway_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..7738a43f5f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_highway_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_24_regular.imageset/ic_fluent_highway_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_24_regular.imageset/ic_fluent_highway_24_regular.svg new file mode 100644 index 0000000000..4bfed3920c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_highway_24_regular.imageset/ic_fluent_highway_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..07307b26f4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_laptop_person_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_20_filled.imageset/ic_fluent_laptop_person_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_20_filled.imageset/ic_fluent_laptop_person_20_filled.svg new file mode 100644 index 0000000000..062c4a8907 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_20_filled.imageset/ic_fluent_laptop_person_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..fdaf6d6278 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_laptop_person_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_20_regular.imageset/ic_fluent_laptop_person_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_20_regular.imageset/ic_fluent_laptop_person_20_regular.svg new file mode 100644 index 0000000000..188cf0dbc7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_20_regular.imageset/ic_fluent_laptop_person_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..d492976d63 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_laptop_person_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_24_filled.imageset/ic_fluent_laptop_person_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_24_filled.imageset/ic_fluent_laptop_person_24_filled.svg new file mode 100644 index 0000000000..c7d18e25b1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_24_filled.imageset/ic_fluent_laptop_person_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..93f72089f6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_laptop_person_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_24_regular.imageset/ic_fluent_laptop_person_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_24_regular.imageset/ic_fluent_laptop_person_24_regular.svg new file mode 100644 index 0000000000..34bc61466b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_24_regular.imageset/ic_fluent_laptop_person_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..ea50490e0a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_laptop_person_48_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_48_filled.imageset/ic_fluent_laptop_person_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_48_filled.imageset/ic_fluent_laptop_person_48_filled.svg new file mode 100644 index 0000000000..32b8f7f666 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_48_filled.imageset/ic_fluent_laptop_person_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..1bd6d7473a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_laptop_person_48_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_48_regular.imageset/ic_fluent_laptop_person_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_48_regular.imageset/ic_fluent_laptop_person_48_regular.svg new file mode 100644 index 0000000000..f0cffb754b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_person_48_regular.imageset/ic_fluent_laptop_person_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..807c8210d0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_location_ripple_16_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_16_filled.imageset/ic_fluent_location_ripple_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_16_filled.imageset/ic_fluent_location_ripple_16_filled.svg new file mode 100644 index 0000000000..bee02421ab --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_16_filled.imageset/ic_fluent_location_ripple_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..e29144b76a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_location_ripple_16_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_16_regular.imageset/ic_fluent_location_ripple_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_16_regular.imageset/ic_fluent_location_ripple_16_regular.svg new file mode 100644 index 0000000000..341f3807d6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_16_regular.imageset/ic_fluent_location_ripple_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..095e141444 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_location_ripple_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_20_filled.imageset/ic_fluent_location_ripple_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_20_filled.imageset/ic_fluent_location_ripple_20_filled.svg new file mode 100644 index 0000000000..d034136306 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_20_filled.imageset/ic_fluent_location_ripple_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..d8573296d9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_location_ripple_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_20_regular.imageset/ic_fluent_location_ripple_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_20_regular.imageset/ic_fluent_location_ripple_20_regular.svg new file mode 100644 index 0000000000..b4b28a234a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_20_regular.imageset/ic_fluent_location_ripple_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..24ace25e74 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_location_ripple_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_24_filled.imageset/ic_fluent_location_ripple_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_24_filled.imageset/ic_fluent_location_ripple_24_filled.svg new file mode 100644 index 0000000000..fd68af8f03 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_24_filled.imageset/ic_fluent_location_ripple_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..c3e07a7004 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_location_ripple_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_24_regular.imageset/ic_fluent_location_ripple_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_24_regular.imageset/ic_fluent_location_ripple_24_regular.svg new file mode 100644 index 0000000000..8990e11115 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_location_ripple_24_regular.imageset/ic_fluent_location_ripple_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_double_back_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_double_back_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..2a804a1e60 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_double_back_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_mail_arrow_double_back_32_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_double_back_32_filled.imageset/ic_fluent_mail_arrow_double_back_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_double_back_32_filled.imageset/ic_fluent_mail_arrow_double_back_32_filled.svg new file mode 100644 index 0000000000..24ec6215d5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_double_back_32_filled.imageset/ic_fluent_mail_arrow_double_back_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_double_back_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_double_back_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..aa17db8c15 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_double_back_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_mail_arrow_double_back_32_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_double_back_32_regular.imageset/ic_fluent_mail_arrow_double_back_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_double_back_32_regular.imageset/ic_fluent_mail_arrow_double_back_32_regular.svg new file mode 100644 index 0000000000..76ba49640e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_arrow_double_back_32_regular.imageset/ic_fluent_mail_arrow_double_back_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_briefcase_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_briefcase_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..8a9d7f8560 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_briefcase_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_mail_briefcase_48_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_briefcase_48_filled.imageset/ic_fluent_mail_briefcase_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_briefcase_48_filled.imageset/ic_fluent_mail_briefcase_48_filled.svg new file mode 100644 index 0000000000..10ca474f74 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_briefcase_48_filled.imageset/ic_fluent_mail_briefcase_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_briefcase_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_briefcase_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..02beabebfc --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_briefcase_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_mail_briefcase_48_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_briefcase_48_regular.imageset/ic_fluent_mail_briefcase_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_briefcase_48_regular.imageset/ic_fluent_mail_briefcase_48_regular.svg new file mode 100644 index 0000000000..2e0e300c73 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_briefcase_48_regular.imageset/ic_fluent_mail_briefcase_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_16_filled.imageset/ic_fluent_options_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_16_filled.imageset/ic_fluent_options_16_filled.svg index df7e7fcf0b..7b535d9e6d 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_16_filled.imageset/ic_fluent_options_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_16_filled.imageset/ic_fluent_options_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_16_regular.imageset/ic_fluent_options_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_16_regular.imageset/ic_fluent_options_16_regular.svg index 988ffd943e..3b467a09ad 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_16_regular.imageset/ic_fluent_options_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_16_regular.imageset/ic_fluent_options_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..aa814d2a4c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_options_28_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_28_filled.imageset/ic_fluent_options_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_28_filled.imageset/ic_fluent_options_28_filled.svg new file mode 100644 index 0000000000..c89cab856f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_28_filled.imageset/ic_fluent_options_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..654228b2d7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_options_28_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_28_regular.imageset/ic_fluent_options_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_28_regular.imageset/ic_fluent_options_28_regular.svg new file mode 100644 index 0000000000..dd6d1d5798 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_28_regular.imageset/ic_fluent_options_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..5bc284a955 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_options_32_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_32_filled.imageset/ic_fluent_options_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_32_filled.imageset/ic_fluent_options_32_filled.svg new file mode 100644 index 0000000000..a9814f7f7e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_32_filled.imageset/ic_fluent_options_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..e9a5f0f5c1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_options_32_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_32_regular.imageset/ic_fluent_options_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_32_regular.imageset/ic_fluent_options_32_regular.svg new file mode 100644 index 0000000000..29f1bb9c7c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_options_32_regular.imageset/ic_fluent_options_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_add_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_add_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..f5ae82cec1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_add_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_add_32_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_add_32_filled.imageset/ic_fluent_people_add_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_add_32_filled.imageset/ic_fluent_people_add_32_filled.svg new file mode 100644 index 0000000000..4853e5987c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_add_32_filled.imageset/ic_fluent_people_add_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_add_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_add_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..3f37f04db8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_add_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_add_32_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_add_32_regular.imageset/ic_fluent_people_add_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_add_32_regular.imageset/ic_fluent_people_add_32_regular.svg new file mode 100644 index 0000000000..b2c8e8f724 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_add_32_regular.imageset/ic_fluent_people_add_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_16_filled.imageset/ic_fluent_person_alert_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_16_filled.imageset/ic_fluent_person_alert_16_filled.svg index a11a9d728d..a1ce4cba72 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_16_filled.imageset/ic_fluent_person_alert_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_16_filled.imageset/ic_fluent_person_alert_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_16_regular.imageset/ic_fluent_person_alert_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_16_regular.imageset/ic_fluent_person_alert_16_regular.svg index 678dc99d63..93a79bfebf 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_16_regular.imageset/ic_fluent_person_alert_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_16_regular.imageset/ic_fluent_person_alert_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_20_filled.imageset/ic_fluent_person_alert_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_20_filled.imageset/ic_fluent_person_alert_20_filled.svg index baade40b70..1a347fe5ca 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_20_filled.imageset/ic_fluent_person_alert_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_20_filled.imageset/ic_fluent_person_alert_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_20_regular.imageset/ic_fluent_person_alert_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_20_regular.imageset/ic_fluent_person_alert_20_regular.svg index a603b08b11..9dc92c0b34 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_20_regular.imageset/ic_fluent_person_alert_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_20_regular.imageset/ic_fluent_person_alert_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_24_filled.imageset/ic_fluent_person_alert_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_24_filled.imageset/ic_fluent_person_alert_24_filled.svg index 90f8e6b28b..b7185e6944 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_24_filled.imageset/ic_fluent_person_alert_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_24_filled.imageset/ic_fluent_person_alert_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_24_regular.imageset/ic_fluent_person_alert_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_24_regular.imageset/ic_fluent_person_alert_24_regular.svg index 3839255bd3..a86aa7fb6b 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_24_regular.imageset/ic_fluent_person_alert_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_24_regular.imageset/ic_fluent_person_alert_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..f62b6f0fd5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_alert_32_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_32_filled.imageset/ic_fluent_person_alert_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_32_filled.imageset/ic_fluent_person_alert_32_filled.svg new file mode 100644 index 0000000000..3770ff70a2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_32_filled.imageset/ic_fluent_person_alert_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..c38b0f172c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_alert_32_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_32_regular.imageset/ic_fluent_person_alert_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_32_regular.imageset/ic_fluent_person_alert_32_regular.svg new file mode 100644 index 0000000000..ae797d6899 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_32_regular.imageset/ic_fluent_person_alert_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..4b1d5bf77e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_road_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_20_filled.imageset/ic_fluent_road_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_20_filled.imageset/ic_fluent_road_20_filled.svg new file mode 100644 index 0000000000..208ec010a7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_20_filled.imageset/ic_fluent_road_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..53f67109b2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_road_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_20_regular.imageset/ic_fluent_road_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_20_regular.imageset/ic_fluent_road_20_regular.svg new file mode 100644 index 0000000000..a1838d1a87 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_20_regular.imageset/ic_fluent_road_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..5e7419095b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_road_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_24_filled.imageset/ic_fluent_road_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_24_filled.imageset/ic_fluent_road_24_filled.svg new file mode 100644 index 0000000000..89fb8bc850 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_24_filled.imageset/ic_fluent_road_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..ca7917d975 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_road_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_24_regular.imageset/ic_fluent_road_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_24_regular.imageset/ic_fluent_road_24_regular.svg new file mode 100644 index 0000000000..744686c479 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_road_24_regular.imageset/ic_fluent_road_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..7054a9eea5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_save_32_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_32_filled.imageset/ic_fluent_save_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_32_filled.imageset/ic_fluent_save_32_filled.svg new file mode 100644 index 0000000000..d0c7ac8d42 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_32_filled.imageset/ic_fluent_save_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..b72fe9873a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_save_32_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_32_regular.imageset/ic_fluent_save_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_32_regular.imageset/ic_fluent_save_32_regular.svg new file mode 100644 index 0000000000..064ff48700 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_32_regular.imageset/ic_fluent_save_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..6771b8a234 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_tab_desktop_multiple_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_24_filled.imageset/ic_fluent_tab_desktop_multiple_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_24_filled.imageset/ic_fluent_tab_desktop_multiple_24_filled.svg new file mode 100644 index 0000000000..7ad3d95a71 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_24_filled.imageset/ic_fluent_tab_desktop_multiple_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..5ab6f24137 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_tab_desktop_multiple_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_24_regular.imageset/ic_fluent_tab_desktop_multiple_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_24_regular.imageset/ic_fluent_tab_desktop_multiple_24_regular.svg new file mode 100644 index 0000000000..7ede3d0efd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_24_regular.imageset/ic_fluent_tab_desktop_multiple_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_bottom_24_filled.imageset/ic_fluent_tab_desktop_multiple_bottom_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_bottom_24_filled.imageset/ic_fluent_tab_desktop_multiple_bottom_24_filled.svg index f771185b25..5fb9aa42e6 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_bottom_24_filled.imageset/ic_fluent_tab_desktop_multiple_bottom_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_bottom_24_filled.imageset/ic_fluent_tab_desktop_multiple_bottom_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..ebc208efef --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_tab_desktop_multiple_sparkle_16_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_16_filled.imageset/ic_fluent_tab_desktop_multiple_sparkle_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_16_filled.imageset/ic_fluent_tab_desktop_multiple_sparkle_16_filled.svg new file mode 100644 index 0000000000..dd8a41e03f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_16_filled.imageset/ic_fluent_tab_desktop_multiple_sparkle_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..e93b591bfb --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_tab_desktop_multiple_sparkle_16_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_16_regular.imageset/ic_fluent_tab_desktop_multiple_sparkle_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_16_regular.imageset/ic_fluent_tab_desktop_multiple_sparkle_16_regular.svg new file mode 100644 index 0000000000..a9a59dc513 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_16_regular.imageset/ic_fluent_tab_desktop_multiple_sparkle_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..f280237561 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_tab_desktop_multiple_sparkle_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_20_filled.imageset/ic_fluent_tab_desktop_multiple_sparkle_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_20_filled.imageset/ic_fluent_tab_desktop_multiple_sparkle_20_filled.svg new file mode 100644 index 0000000000..71db0bb170 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_20_filled.imageset/ic_fluent_tab_desktop_multiple_sparkle_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..12927560b1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_tab_desktop_multiple_sparkle_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_20_regular.imageset/ic_fluent_tab_desktop_multiple_sparkle_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_20_regular.imageset/ic_fluent_tab_desktop_multiple_sparkle_20_regular.svg new file mode 100644 index 0000000000..e975e8d3b8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_20_regular.imageset/ic_fluent_tab_desktop_multiple_sparkle_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..c2aa8ebe48 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_tab_desktop_multiple_sparkle_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_24_filled.imageset/ic_fluent_tab_desktop_multiple_sparkle_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_24_filled.imageset/ic_fluent_tab_desktop_multiple_sparkle_24_filled.svg new file mode 100644 index 0000000000..3ccbdcb199 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_24_filled.imageset/ic_fluent_tab_desktop_multiple_sparkle_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..11bf5232e1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_tab_desktop_multiple_sparkle_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_24_regular.imageset/ic_fluent_tab_desktop_multiple_sparkle_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_24_regular.imageset/ic_fluent_tab_desktop_multiple_sparkle_24_regular.svg new file mode 100644 index 0000000000..df2fc7628a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_tab_desktop_multiple_sparkle_24_regular.imageset/ic_fluent_tab_desktop_multiple_sparkle_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..bc916c9878 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_vehicle_tractor_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_20_filled.imageset/ic_fluent_vehicle_tractor_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_20_filled.imageset/ic_fluent_vehicle_tractor_20_filled.svg new file mode 100644 index 0000000000..1dc399a03a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_20_filled.imageset/ic_fluent_vehicle_tractor_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..9d52061a69 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_vehicle_tractor_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_20_regular.imageset/ic_fluent_vehicle_tractor_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_20_regular.imageset/ic_fluent_vehicle_tractor_20_regular.svg new file mode 100644 index 0000000000..fd9868b1af --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_20_regular.imageset/ic_fluent_vehicle_tractor_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..6846e0d242 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_vehicle_tractor_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_24_filled.imageset/ic_fluent_vehicle_tractor_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_24_filled.imageset/ic_fluent_vehicle_tractor_24_filled.svg new file mode 100644 index 0000000000..a0da2d34b8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_24_filled.imageset/ic_fluent_vehicle_tractor_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..6c60c89d89 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_vehicle_tractor_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_24_regular.imageset/ic_fluent_vehicle_tractor_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_24_regular.imageset/ic_fluent_vehicle_tractor_24_regular.svg new file mode 100644 index 0000000000..33c7cae37b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_vehicle_tractor_24_regular.imageset/ic_fluent_vehicle_tractor_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Classes/FluentIcon.swift b/ios/FluentIcons/Classes/FluentIcon.swift index ba23cee162..ce3078d95a 100644 --- a/ios/FluentIcons/Classes/FluentIcon.swift +++ b/ios/FluentIcons/Classes/FluentIcon.swift @@ -40,6 +40,14 @@ import Foundation case accessibilityCheckmark32Regular case accessibilityCheckmark48Filled case accessibilityCheckmark48Regular + case accessibilityError20Filled + case accessibilityError20Regular + case accessibilityError24Filled + case accessibilityError24Regular + case accessibilityQuestionMark20Filled + case accessibilityQuestionMark20Regular + case accessibilityQuestionMark24Filled + case accessibilityQuestionMark24Regular case add12Filled case add12Regular case add16Filled @@ -644,6 +652,8 @@ import Foundation case arrowDownExclamation16Regular case arrowDownExclamation20Filled case arrowDownExclamation20Regular + case arrowDownExclamation24Filled + case arrowDownExclamation24Regular case arrowDownLeft16Filled case arrowDownLeft16Regular case arrowDownLeft20Filled @@ -1046,6 +1056,12 @@ import Foundation case arrowSortUp20Regular case arrowSortUp24Filled case arrowSortUp24Regular + case arrowSortUpLines16Filled + case arrowSortUpLines16Regular + case arrowSortUpLines20Filled + case arrowSortUpLines20Regular + case arrowSortUpLines24Filled + case arrowSortUpLines24Regular case arrowSplit16Filled case arrowSplit16Regular case arrowSplit20Filled @@ -1274,6 +1290,12 @@ import Foundation case arrowUp32Regular case arrowUp48Filled case arrowUp48Regular + case arrowUpExclamation16Filled + case arrowUpExclamation16Regular + case arrowUpExclamation20Filled + case arrowUpExclamation20Regular + case arrowUpExclamation24Filled + case arrowUpExclamation24Regular case arrowUpLeft16Filled case arrowUpLeft16Regular case arrowUpLeft20Filled @@ -1502,6 +1524,10 @@ import Foundation case bed20Regular case bed24Filled case bed24Regular + case bench20Filled + case bench20Regular + case bench24Filled + case bench24Regular case bezierCurveSquare12Filled case bezierCurveSquare12Regular case bezierCurveSquare20Filled @@ -2137,6 +2163,8 @@ import Foundation case buildingLighthouse20Regular case buildingLighthouse24Filled case buildingLighthouse24Regular + case buildingLighthouse28Filled + case buildingLighthouse28Regular case buildingLighthouse32Filled case buildingLighthouse32Regular case buildingLighthouse48Filled @@ -2541,6 +2569,8 @@ import Foundation case calendarToolbox20Regular case calendarToolbox24Filled case calendarToolbox24Regular + case calendarVideo20Filled + case calendarVideo20Regular case calendarVideo24Filled case calendarVideo24Regular case calendarVideo28Filled @@ -3631,6 +3661,14 @@ import Foundation case clockArrowDownload20Regular case clockArrowDownload24Filled case clockArrowDownload24Regular + case clockBill16Filled + case clockBill16Regular + case clockBill20Filled + case clockBill20Regular + case clockBill24Filled + case clockBill24Regular + case clockBill32Filled + case clockBill32Regular case clockDismiss20Filled case clockDismiss20Regular case clockDismiss24Filled @@ -4568,6 +4606,8 @@ import Foundation case dataTrending32Regular case dataTrending48Filled case dataTrending48Regular + case dataUsage16Filled + case dataUsage16Regular case dataUsage20Filled case dataUsage20Regular case dataUsage24Filled @@ -4576,8 +4616,12 @@ import Foundation case dataUsageEdit20Regular case dataUsageEdit24Filled case dataUsageEdit24Regular + case dataUsageSettings16Filled + case dataUsageSettings16Regular case dataUsageSettings20Filled case dataUsageSettings20Regular + case dataUsageSettings24Filled + case dataUsageSettings24Regular case dataUsageToolbox20Filled case dataUsageToolbox20Regular case dataUsageToolbox24Filled @@ -5858,6 +5902,10 @@ import Foundation case editOff32Regular case editOff48Filled case editOff48Regular + case editPerson20Filled + case editPerson20Regular + case editPerson24Filled + case editPerson24Regular case editProhibited16Filled case editProhibited16Regular case editProhibited20Filled @@ -7291,6 +7339,10 @@ import Foundation case highlightAccent24Filled case highlightLink20Filled case highlightLink20Regular + case highway20Filled + case highway20Regular + case highway24Filled + case highway24Regular case history16Filled case history16Regular case history20Filled @@ -7739,6 +7791,12 @@ import Foundation case laptopDismiss20Regular case laptopMultiple24Filled case laptopMultiple24Regular + case laptopPerson20Filled + case laptopPerson20Regular + case laptopPerson24Filled + case laptopPerson24Regular + case laptopPerson48Filled + case laptopPerson48Regular case laptopSettings20Filled case laptopSettings20Regular case laptopSettings24Filled @@ -8295,6 +8353,12 @@ import Foundation case locationOff28Regular case locationOff48Filled case locationOff48Regular + case locationRipple16Filled + case locationRipple16Regular + case locationRipple20Filled + case locationRipple20Regular + case locationRipple24Filled + case locationRipple24Regular case locationTargetSquare16Filled case locationTargetSquare16Regular case locationTargetSquare20Filled @@ -8419,6 +8483,8 @@ import Foundation case mailArrowDoubleBack20Regular case mailArrowDoubleBack24Filled case mailArrowDoubleBack24Regular + case mailArrowDoubleBack32Filled + case mailArrowDoubleBack32Regular case mailArrowDown16Filled case mailArrowDown16Regular case mailArrowDown20Filled @@ -8441,6 +8507,8 @@ import Foundation case mailAttach24Regular case mailAttach28Filled case mailAttach28Regular + case mailBriefcase48Filled + case mailBriefcase48Regular case mailCheckmark16Filled case mailCheckmark16Regular case mailCheckmark20Filled @@ -9383,6 +9451,10 @@ import Foundation case options20Regular case options24Filled case options24Regular + case options28Filled + case options28Regular + case options32Filled + case options32Regular case options48Filled case options48Regular case organization12Filled @@ -9805,6 +9877,8 @@ import Foundation case peopleAdd24Regular case peopleAdd28Filled case peopleAdd28Regular + case peopleAdd32Filled + case peopleAdd32Regular case peopleAudience20Filled case peopleAudience20Regular case peopleAudience24Filled @@ -9999,6 +10073,8 @@ import Foundation case personAlert20Regular case personAlert24Filled case personAlert24Regular + case personAlert32Filled + case personAlert32Regular case personArrowBack16Filled case personArrowBack16Regular case personArrowBack20Filled @@ -11252,6 +11328,10 @@ import Foundation case ribbonStar20Regular case ribbonStar24Filled case ribbonStar24Regular + case road20Filled + case road20Regular + case road24Filled + case road24Regular case roadCone16Filled case roadCone16Regular case roadCone20Filled @@ -11322,6 +11402,8 @@ import Foundation case save24Regular case save28Filled case save28Regular + case save32Filled + case save32Regular case saveArrowRight20Filled case saveArrowRight20Regular case saveArrowRight24Filled @@ -12898,6 +12980,8 @@ import Foundation case tabDesktopMultiple16Regular case tabDesktopMultiple20Filled case tabDesktopMultiple20Regular + case tabDesktopMultiple24Filled + case tabDesktopMultiple24Regular case tabDesktopMultipleAdd16Filled case tabDesktopMultipleAdd16Regular case tabDesktopMultipleAdd20Filled @@ -12906,6 +12990,12 @@ import Foundation case tabDesktopMultipleBottom20Regular case tabDesktopMultipleBottom24Filled case tabDesktopMultipleBottom24Regular + case tabDesktopMultipleSparkle16Filled + case tabDesktopMultipleSparkle16Regular + case tabDesktopMultipleSparkle20Filled + case tabDesktopMultipleSparkle20Regular + case tabDesktopMultipleSparkle24Filled + case tabDesktopMultipleSparkle24Regular case tabDesktopNewPage20Filled case tabDesktopNewPage20Regular case tabInPrivate16Filled @@ -14667,6 +14757,10 @@ import Foundation case vehicleSubwayClock20Regular case vehicleSubwayClock24Filled case vehicleSubwayClock24Regular + case vehicleTractor20Filled + case vehicleTractor20Regular + case vehicleTractor24Filled + case vehicleTractor24Regular case vehicleTruck16Filled case vehicleTruck16Regular case vehicleTruck20Filled @@ -15450,6 +15544,14 @@ import Foundation case .accessibilityCheckmark32Regular: return "ic_fluent_accessibility_checkmark_32_regular" case .accessibilityCheckmark48Filled: return "ic_fluent_accessibility_checkmark_48_filled" case .accessibilityCheckmark48Regular: return "ic_fluent_accessibility_checkmark_48_regular" + case .accessibilityError20Filled: return "ic_fluent_accessibility_error_20_filled" + case .accessibilityError20Regular: return "ic_fluent_accessibility_error_20_regular" + case .accessibilityError24Filled: return "ic_fluent_accessibility_error_24_filled" + case .accessibilityError24Regular: return "ic_fluent_accessibility_error_24_regular" + case .accessibilityQuestionMark20Filled: return "ic_fluent_accessibility_question_mark_20_filled" + case .accessibilityQuestionMark20Regular: return "ic_fluent_accessibility_question_mark_20_regular" + case .accessibilityQuestionMark24Filled: return "ic_fluent_accessibility_question_mark_24_filled" + case .accessibilityQuestionMark24Regular: return "ic_fluent_accessibility_question_mark_24_regular" case .add12Filled: return "ic_fluent_add_12_filled" case .add12Regular: return "ic_fluent_add_12_regular" case .add16Filled: return "ic_fluent_add_16_filled" @@ -15516,6 +15618,8 @@ import Foundation case .airplaneLanding24Regular: return "ic_fluent_airplane_landing_24_regular" case .airplaneTakeOff16Filled: return "ic_fluent_airplane_take_off_16_filled" case .airplaneTakeOff16Regular: return "ic_fluent_airplane_take_off_16_regular" + default: break } + switch self { case .airplaneTakeOff20Filled: return "ic_fluent_airplane_take_off_20_filled" case .airplaneTakeOff20Regular: return "ic_fluent_airplane_take_off_20_regular" case .airplaneTakeOff24Filled: return "ic_fluent_airplane_take_off_24_filled" @@ -15524,8 +15628,6 @@ import Foundation case .album20Regular: return "ic_fluent_album_20_regular" case .album24Filled: return "ic_fluent_album_24_filled" case .album24Regular: return "ic_fluent_album_24_regular" - default: break } - switch self { case .albumAdd20Filled: return "ic_fluent_album_add_20_filled" case .albumAdd20Regular: return "ic_fluent_album_add_20_regular" case .albumAdd24Filled: return "ic_fluent_album_add_24_filled" @@ -15618,6 +15720,8 @@ import Foundation case .alignDistributeBottom16Regular: return "ic_fluent_align_distribute_bottom_16_regular" case .alignDistributeLeft16Filled: return "ic_fluent_align_distribute_left_16_filled" case .alignDistributeLeft16Regular: return "ic_fluent_align_distribute_left_16_regular" + default: break } + switch self { case .alignDistributeRight16Filled: return "ic_fluent_align_distribute_right_16_filled" case .alignDistributeRight16Regular: return "ic_fluent_align_distribute_right_16_regular" case .alignDistributeTop16Filled: return "ic_fluent_align_distribute_top_16_filled" @@ -15626,8 +15730,6 @@ import Foundation case .alignEndHorizontal20Regular: return "ic_fluent_align_end_horizontal_20_regular" case .alignEndVertical20Filled: return "ic_fluent_align_end_vertical_20_filled" case .alignEndVertical20Regular: return "ic_fluent_align_end_vertical_20_regular" - default: break } - switch self { case .alignLeft16Filled: return "ic_fluent_align_left_16_filled" case .alignLeft16Regular: return "ic_fluent_align_left_16_regular" case .alignLeft20Filled: return "ic_fluent_align_left_20_filled" @@ -15720,6 +15822,8 @@ import Foundation case .animalRabbit24Regular: return "ic_fluent_animal_rabbit_24_regular" case .animalRabbit28Filled: return "ic_fluent_animal_rabbit_28_filled" case .animalRabbit28Regular: return "ic_fluent_animal_rabbit_28_regular" + default: break } + switch self { case .animalRabbit32Filled: return "ic_fluent_animal_rabbit_32_filled" case .animalRabbit32Regular: return "ic_fluent_animal_rabbit_32_regular" case .animalRabbitOff20Filled: return "ic_fluent_animal_rabbit_off_20_filled" @@ -15728,8 +15832,6 @@ import Foundation case .animalRabbitOff32Regular: return "ic_fluent_animal_rabbit_off_32_regular" case .animalTurtle16Filled: return "ic_fluent_animal_turtle_16_filled" case .animalTurtle16Regular: return "ic_fluent_animal_turtle_16_regular" - default: break } - switch self { case .animalTurtle20Filled: return "ic_fluent_animal_turtle_20_filled" case .animalTurtle20Regular: return "ic_fluent_animal_turtle_20_regular" case .animalTurtle24Filled: return "ic_fluent_animal_turtle_24_filled" @@ -15822,6 +15924,8 @@ import Foundation case .archiveArrowBack20Regular: return "ic_fluent_archive_arrow_back_20_regular" case .archiveArrowBack24Filled: return "ic_fluent_archive_arrow_back_24_filled" case .archiveArrowBack24Regular: return "ic_fluent_archive_arrow_back_24_regular" + default: break } + switch self { case .archiveArrowBack28Filled: return "ic_fluent_archive_arrow_back_28_filled" case .archiveArrowBack28Regular: return "ic_fluent_archive_arrow_back_28_regular" case .archiveArrowBack32Filled: return "ic_fluent_archive_arrow_back_32_filled" @@ -15830,8 +15934,6 @@ import Foundation case .archiveArrowBack48Regular: return "ic_fluent_archive_arrow_back_48_regular" case .archiveMultiple16Filled: return "ic_fluent_archive_multiple_16_filled" case .archiveMultiple16Regular: return "ic_fluent_archive_multiple_16_regular" - default: break } - switch self { case .archiveMultiple20Filled: return "ic_fluent_archive_multiple_20_filled" case .archiveMultiple20Regular: return "ic_fluent_archive_multiple_20_regular" case .archiveMultiple24Filled: return "ic_fluent_archive_multiple_24_filled" @@ -15924,6 +16026,8 @@ import Foundation case .arrowCircleDownDouble20Regular: return "ic_fluent_arrow_circle_down_double_20_regular" case .arrowCircleDownDouble24Filled: return "ic_fluent_arrow_circle_down_double_24_filled" case .arrowCircleDownDouble24Regular: return "ic_fluent_arrow_circle_down_double_24_regular" + default: break } + switch self { case .arrowCircleDownRight16Filled: return "ic_fluent_arrow_circle_down_right_16_filled" case .arrowCircleDownRight16Regular: return "ic_fluent_arrow_circle_down_right_16_regular" case .arrowCircleDownRight20Filled: return "ic_fluent_arrow_circle_down_right_20_filled" @@ -15932,8 +16036,6 @@ import Foundation case .arrowCircleDownRight24Regular: return "ic_fluent_arrow_circle_down_right_24_regular" case .arrowCircleDownSplit20Filled: return "ic_fluent_arrow_circle_down_split_20_filled" case .arrowCircleDownSplit20Regular: return "ic_fluent_arrow_circle_down_split_20_regular" - default: break } - switch self { case .arrowCircleDownSplit24Filled: return "ic_fluent_arrow_circle_down_split_24_filled" case .arrowCircleDownSplit24Regular: return "ic_fluent_arrow_circle_down_split_24_regular" case .arrowCircleDownUp20Filled: return "ic_fluent_arrow_circle_down_up_20_filled" @@ -16026,6 +16128,8 @@ import Foundation case .arrowCounterclockwise28Regular: return "ic_fluent_arrow_counterclockwise_28_regular" case .arrowCounterclockwise32Filled: return "ic_fluent_arrow_counterclockwise_32_filled" case .arrowCounterclockwise32Regular: return "ic_fluent_arrow_counterclockwise_32_regular" + default: break } + switch self { case .arrowCounterclockwise48Filled: return "ic_fluent_arrow_counterclockwise_48_filled" case .arrowCounterclockwise48Regular: return "ic_fluent_arrow_counterclockwise_48_regular" case .arrowCounterclockwiseDashes20Filled: return "ic_fluent_arrow_counterclockwise_dashes_20_filled" @@ -16034,8 +16138,6 @@ import Foundation case .arrowCounterclockwiseDashes24Regular: return "ic_fluent_arrow_counterclockwise_dashes_24_regular" case .arrowCurveDownLeft16Filled: return "ic_fluent_arrow_curve_down_left_16_filled" case .arrowCurveDownLeft16Regular: return "ic_fluent_arrow_curve_down_left_16_regular" - default: break } - switch self { case .arrowCurveDownLeft20Filled: return "ic_fluent_arrow_curve_down_left_20_filled" case .arrowCurveDownLeft20Regular: return "ic_fluent_arrow_curve_down_left_20_regular" case .arrowCurveDownLeft24Filled: return "ic_fluent_arrow_curve_down_left_24_filled" @@ -16066,6 +16168,8 @@ import Foundation case .arrowDownExclamation16Regular: return "ic_fluent_arrow_down_exclamation_16_regular" case .arrowDownExclamation20Filled: return "ic_fluent_arrow_down_exclamation_20_filled" case .arrowDownExclamation20Regular: return "ic_fluent_arrow_down_exclamation_20_regular" + case .arrowDownExclamation24Filled: return "ic_fluent_arrow_down_exclamation_24_filled" + case .arrowDownExclamation24Regular: return "ic_fluent_arrow_down_exclamation_24_regular" case .arrowDownLeft16Filled: return "ic_fluent_arrow_down_left_16_filled" case .arrowDownLeft16Regular: return "ic_fluent_arrow_down_left_16_regular" case .arrowDownLeft20Filled: return "ic_fluent_arrow_down_left_20_filled" @@ -16126,6 +16230,8 @@ import Foundation case .arrowExport16Regular: return "ic_fluent_arrow_export_16_regular" case .arrowExport20Filled: return "ic_fluent_arrow_export_20_filled" case .arrowExport20Regular: return "ic_fluent_arrow_export_20_regular" + default: break } + switch self { case .arrowExport24Filled: return "ic_fluent_arrow_export_24_filled" case .arrowExport24Regular: return "ic_fluent_arrow_export_24_regular" case .arrowExportUp16Filled: return "ic_fluent_arrow_export_up_16_filled" @@ -16136,8 +16242,6 @@ import Foundation case .arrowExportUp24Regular: return "ic_fluent_arrow_export_up_24_regular" case .arrowFit16Filled: return "ic_fluent_arrow_fit_16_filled" case .arrowFit16Regular: return "ic_fluent_arrow_fit_16_regular" - default: break } - switch self { case .arrowFit20Filled: return "ic_fluent_arrow_fit_20_filled" case .arrowFit20Regular: return "ic_fluent_arrow_fit_20_regular" case .arrowFit24Filled: return "ic_fluent_arrow_fit_24_filled" @@ -16228,6 +16332,8 @@ import Foundation case .arrowImport24Regular: return "ic_fluent_arrow_import_24_regular" case .arrowJoin20Filled: return "ic_fluent_arrow_join_20_filled" case .arrowJoin20Regular: return "ic_fluent_arrow_join_20_regular" + default: break } + switch self { case .arrowLeft12Filled: return "ic_fluent_arrow_left_12_filled" case .arrowLeft12Regular: return "ic_fluent_arrow_left_12_regular" case .arrowLeft16Filled: return "ic_fluent_arrow_left_16_filled" @@ -16238,8 +16344,6 @@ import Foundation case .arrowLeft24Regular: return "ic_fluent_arrow_left_24_regular" case .arrowLeft28Filled: return "ic_fluent_arrow_left_28_filled" case .arrowLeft28Regular: return "ic_fluent_arrow_left_28_regular" - default: break } - switch self { case .arrowLeft32Filled: return "ic_fluent_arrow_left_32_filled" case .arrowLeft32Regular: return "ic_fluent_arrow_left_32_regular" case .arrowLeft48Filled: return "ic_fluent_arrow_left_48_filled" @@ -16330,6 +16434,8 @@ import Foundation case .arrowRedo24Regular: return "ic_fluent_arrow_redo_24_regular" case .arrowRedo28Filled: return "ic_fluent_arrow_redo_28_filled" case .arrowRedo28Regular: return "ic_fluent_arrow_redo_28_regular" + default: break } + switch self { case .arrowRedo32Filled: return "ic_fluent_arrow_redo_32_filled" case .arrowRedo32Regular: return "ic_fluent_arrow_redo_32_regular" case .arrowRedo48Filled: return "ic_fluent_arrow_redo_48_filled" @@ -16340,8 +16446,6 @@ import Foundation case .arrowRepeat120Regular: return "ic_fluent_arrow_repeat_1_20_regular" case .arrowRepeat124Filled: return "ic_fluent_arrow_repeat_1_24_filled" case .arrowRepeat124Regular: return "ic_fluent_arrow_repeat_1_24_regular" - default: break } - switch self { case .arrowRepeatAll16Filled: return "ic_fluent_arrow_repeat_all_16_filled" case .arrowRepeatAll16Regular: return "ic_fluent_arrow_repeat_all_16_regular" case .arrowRepeatAll20Filled: return "ic_fluent_arrow_repeat_all_20_filled" @@ -16432,6 +16536,8 @@ import Foundation case .arrowShuffle24Regular: return "ic_fluent_arrow_shuffle_24_regular" case .arrowShuffle28Filled: return "ic_fluent_arrow_shuffle_28_filled" case .arrowShuffle28Regular: return "ic_fluent_arrow_shuffle_28_regular" + default: break } + switch self { case .arrowShuffle32Filled: return "ic_fluent_arrow_shuffle_32_filled" case .arrowShuffle32Regular: return "ic_fluent_arrow_shuffle_32_regular" case .arrowShuffle48Filled: return "ic_fluent_arrow_shuffle_48_filled" @@ -16442,8 +16548,6 @@ import Foundation case .arrowShuffleOff20Regular: return "ic_fluent_arrow_shuffle_off_20_regular" case .arrowShuffleOff24Filled: return "ic_fluent_arrow_shuffle_off_24_filled" case .arrowShuffleOff24Regular: return "ic_fluent_arrow_shuffle_off_24_regular" - default: break } - switch self { case .arrowShuffleOff28Filled: return "ic_fluent_arrow_shuffle_off_28_filled" case .arrowShuffleOff28Regular: return "ic_fluent_arrow_shuffle_off_28_regular" case .arrowShuffleOff32Filled: return "ic_fluent_arrow_shuffle_off_32_filled" @@ -16476,6 +16580,12 @@ import Foundation case .arrowSortUp20Regular: return "ic_fluent_arrow_sort_up_20_regular" case .arrowSortUp24Filled: return "ic_fluent_arrow_sort_up_24_filled" case .arrowSortUp24Regular: return "ic_fluent_arrow_sort_up_24_regular" + case .arrowSortUpLines16Filled: return "ic_fluent_arrow_sort_up_lines_16_filled" + case .arrowSortUpLines16Regular: return "ic_fluent_arrow_sort_up_lines_16_regular" + case .arrowSortUpLines20Filled: return "ic_fluent_arrow_sort_up_lines_20_filled" + case .arrowSortUpLines20Regular: return "ic_fluent_arrow_sort_up_lines_20_regular" + case .arrowSortUpLines24Filled: return "ic_fluent_arrow_sort_up_lines_24_filled" + case .arrowSortUpLines24Regular: return "ic_fluent_arrow_sort_up_lines_24_regular" case .arrowSplit16Filled: return "ic_fluent_arrow_split_16_filled" case .arrowSplit16Regular: return "ic_fluent_arrow_split_16_regular" case .arrowSplit20Filled: return "ic_fluent_arrow_split_20_filled" @@ -16528,6 +16638,8 @@ import Foundation case .arrowStepInLeft28Regular: return "ic_fluent_arrow_step_in_left_28_regular" case .arrowStepInRight12Filled: return "ic_fluent_arrow_step_in_right_12_filled" case .arrowStepInRight12Regular: return "ic_fluent_arrow_step_in_right_12_regular" + default: break } + switch self { case .arrowStepInRight16Filled: return "ic_fluent_arrow_step_in_right_16_filled" case .arrowStepInRight16Regular: return "ic_fluent_arrow_step_in_right_16_regular" case .arrowStepInRight20Filled: return "ic_fluent_arrow_step_in_right_20_filled" @@ -16544,8 +16656,6 @@ import Foundation case .arrowStepOut20Regular: return "ic_fluent_arrow_step_out_20_regular" case .arrowStepOut24Filled: return "ic_fluent_arrow_step_out_24_filled" case .arrowStepOut24Regular: return "ic_fluent_arrow_step_out_24_regular" - default: break } - switch self { case .arrowStepOut28Filled: return "ic_fluent_arrow_step_out_28_filled" case .arrowStepOut28Regular: return "ic_fluent_arrow_step_out_28_regular" case .arrowStepOver16Filled: return "ic_fluent_arrow_step_over_16_filled" @@ -16630,6 +16740,8 @@ import Foundation case .arrowTurnBidirectionalDownRight20Regular: return "ic_fluent_arrow_turn_bidirectional_down_right_20_regular" case .arrowTurnBidirectionalDownRight24Filled: return "ic_fluent_arrow_turn_bidirectional_down_right_24_filled" case .arrowTurnBidirectionalDownRight24Regular: return "ic_fluent_arrow_turn_bidirectional_down_right_24_regular" + default: break } + switch self { case .arrowTurnDownLeft20Filled: return "ic_fluent_arrow_turn_down_left_20_filled" case .arrowTurnDownLeft20Regular: return "ic_fluent_arrow_turn_down_left_20_regular" case .arrowTurnDownLeft48Filled: return "ic_fluent_arrow_turn_down_left_48_filled" @@ -16646,8 +16758,6 @@ import Foundation case .arrowTurnLeftDown20Regular: return "ic_fluent_arrow_turn_left_down_20_regular" case .arrowTurnLeftDown48Filled: return "ic_fluent_arrow_turn_left_down_48_filled" case .arrowTurnLeftDown48Regular: return "ic_fluent_arrow_turn_left_down_48_regular" - default: break } - switch self { case .arrowTurnLeftRight20Filled: return "ic_fluent_arrow_turn_left_right_20_filled" case .arrowTurnLeftRight20Regular: return "ic_fluent_arrow_turn_left_right_20_regular" case .arrowTurnLeftRight48Filled: return "ic_fluent_arrow_turn_left_right_48_filled" @@ -16708,6 +16818,12 @@ import Foundation case .arrowUp32Regular: return "ic_fluent_arrow_up_32_regular" case .arrowUp48Filled: return "ic_fluent_arrow_up_48_filled" case .arrowUp48Regular: return "ic_fluent_arrow_up_48_regular" + case .arrowUpExclamation16Filled: return "ic_fluent_arrow_up_exclamation_16_filled" + case .arrowUpExclamation16Regular: return "ic_fluent_arrow_up_exclamation_16_regular" + case .arrowUpExclamation20Filled: return "ic_fluent_arrow_up_exclamation_20_filled" + case .arrowUpExclamation20Regular: return "ic_fluent_arrow_up_exclamation_20_regular" + case .arrowUpExclamation24Filled: return "ic_fluent_arrow_up_exclamation_24_filled" + case .arrowUpExclamation24Regular: return "ic_fluent_arrow_up_exclamation_24_regular" case .arrowUpLeft16Filled: return "ic_fluent_arrow_up_left_16_filled" case .arrowUpLeft16Regular: return "ic_fluent_arrow_up_left_16_regular" case .arrowUpLeft20Filled: return "ic_fluent_arrow_up_left_20_filled" @@ -16726,6 +16842,8 @@ import Foundation case .arrowUpRight32Regular: return "ic_fluent_arrow_up_right_32_regular" case .arrowUpRight48Filled: return "ic_fluent_arrow_up_right_48_filled" case .arrowUpRight48Regular: return "ic_fluent_arrow_up_right_48_regular" + default: break } + switch self { case .arrowUpRightDashes16Filled: return "ic_fluent_arrow_up_right_dashes_16_filled" case .arrowUpRightDashes16Regular: return "ic_fluent_arrow_up_right_dashes_16_regular" case .arrowUpSquareSettings24Filled: return "ic_fluent_arrow_up_square_settings_24_filled" @@ -16748,8 +16866,6 @@ import Foundation case .attach12Regular: return "ic_fluent_attach_12_regular" case .attach16Filled: return "ic_fluent_attach_16_filled" case .attach16Regular: return "ic_fluent_attach_16_regular" - default: break } - switch self { case .attach20Filled: return "ic_fluent_attach_20_filled" case .attach20Regular: return "ic_fluent_attach_20_regular" case .attach24Filled: return "ic_fluent_attach_24_filled" @@ -16828,6 +16944,8 @@ import Foundation case .barcodeScanner20Regular: return "ic_fluent_barcode_scanner_20_regular" case .barcodeScanner24Filled: return "ic_fluent_barcode_scanner_24_filled" case .barcodeScanner24Regular: return "ic_fluent_barcode_scanner_24_regular" + default: break } + switch self { case .battery020Filled: return "ic_fluent_battery_0_20_filled" case .battery020Regular: return "ic_fluent_battery_0_20_regular" case .battery024Filled: return "ic_fluent_battery_0_24_filled" @@ -16850,8 +16968,6 @@ import Foundation case .battery320Regular: return "ic_fluent_battery_3_20_regular" case .battery324Filled: return "ic_fluent_battery_3_24_filled" case .battery324Regular: return "ic_fluent_battery_3_24_regular" - default: break } - switch self { case .battery420Filled: return "ic_fluent_battery_4_20_filled" case .battery420Regular: return "ic_fluent_battery_4_20_regular" case .battery424Filled: return "ic_fluent_battery_4_24_filled" @@ -16930,6 +17046,8 @@ import Foundation case .beakerOff20Regular: return "ic_fluent_beaker_off_20_regular" case .beakerOff32Filled: return "ic_fluent_beaker_off_32_filled" case .beakerOff32Regular: return "ic_fluent_beaker_off_32_regular" + default: break } + switch self { case .beakerSettings16Filled: return "ic_fluent_beaker_settings_16_filled" case .beakerSettings16Regular: return "ic_fluent_beaker_settings_16_regular" case .beakerSettings20Filled: return "ic_fluent_beaker_settings_20_filled" @@ -16940,6 +17058,10 @@ import Foundation case .bed20Regular: return "ic_fluent_bed_20_regular" case .bed24Filled: return "ic_fluent_bed_24_filled" case .bed24Regular: return "ic_fluent_bed_24_regular" + case .bench20Filled: return "ic_fluent_bench_20_filled" + case .bench20Regular: return "ic_fluent_bench_20_regular" + case .bench24Filled: return "ic_fluent_bench_24_filled" + case .bench24Regular: return "ic_fluent_bench_24_regular" case .bezierCurveSquare12Filled: return "ic_fluent_bezier_curve_square_12_filled" case .bezierCurveSquare12Regular: return "ic_fluent_bezier_curve_square_12_regular" case .bezierCurveSquare20Filled: return "ic_fluent_bezier_curve_square_20_filled" @@ -16952,8 +17074,6 @@ import Foundation case .binRecycle20Regular: return "ic_fluent_bin_recycle_20_regular" case .binRecycle24Filled: return "ic_fluent_bin_recycle_24_filled" case .binRecycle24Regular: return "ic_fluent_bin_recycle_24_regular" - default: break } - switch self { case .binRecycleFull20Filled: return "ic_fluent_bin_recycle_full_20_filled" case .binRecycleFull20Regular: return "ic_fluent_bin_recycle_full_20_regular" case .binRecycleFull24Filled: return "ic_fluent_bin_recycle_full_24_filled" @@ -17028,6 +17148,8 @@ import Foundation case .book16Regular: return "ic_fluent_book_16_regular" case .book20Filled: return "ic_fluent_book_20_filled" case .book20Regular: return "ic_fluent_book_20_regular" + default: break } + switch self { case .book24Filled: return "ic_fluent_book_24_filled" case .book24Regular: return "ic_fluent_book_24_regular" case .book32Filled: return "ic_fluent_book_32_filled" @@ -17054,8 +17176,6 @@ import Foundation case .bookCompass20Regular: return "ic_fluent_book_compass_20_regular" case .bookCompass24Filled: return "ic_fluent_book_compass_24_filled" case .bookCompass24Regular: return "ic_fluent_book_compass_24_regular" - default: break } - switch self { case .bookContacts20Filled: return "ic_fluent_book_contacts_20_filled" case .bookContacts20Regular: return "ic_fluent_book_contacts_20_regular" case .bookContacts24Filled: return "ic_fluent_book_contacts_24_filled" @@ -17130,6 +17250,8 @@ import Foundation case .bookPulse20Filled: return "ic_fluent_book_pulse_20_filled" case .bookPulse20Regular: return "ic_fluent_book_pulse_20_regular" case .bookPulse24Filled: return "ic_fluent_book_pulse_24_filled" + default: break } + switch self { case .bookPulse24Regular: return "ic_fluent_book_pulse_24_regular" case .bookQuestionMark20Filled: return "ic_fluent_book_question_mark_20_filled" case .bookQuestionMark20Regular: return "ic_fluent_book_question_mark_20_regular" @@ -17156,8 +17278,6 @@ import Foundation case .bookToolbox24Filled: return "ic_fluent_book_toolbox_24_filled" case .bookToolbox24Regular: return "ic_fluent_book_toolbox_24_regular" case .bookmark16Filled: return "ic_fluent_bookmark_16_filled" - default: break } - switch self { case .bookmark16Regular: return "ic_fluent_bookmark_16_regular" case .bookmark20Filled: return "ic_fluent_bookmark_20_filled" case .bookmark20Regular: return "ic_fluent_bookmark_20_regular" @@ -17232,6 +17352,8 @@ import Foundation case .borderOutside20Filled: return "ic_fluent_border_outside_20_filled" case .borderOutside20Regular: return "ic_fluent_border_outside_20_regular" case .borderOutside24Filled: return "ic_fluent_border_outside_24_filled" + default: break } + switch self { case .borderOutside24Regular: return "ic_fluent_border_outside_24_regular" case .borderOutsideThick20Filled: return "ic_fluent_border_outside_thick_20_filled" case .borderOutsideThick20Regular: return "ic_fluent_border_outside_thick_20_regular" @@ -17258,8 +17380,6 @@ import Foundation case .borderTopBottomThick24Filled: return "ic_fluent_border_top_bottom_thick_24_filled" case .borderTopBottomThick24Regular: return "ic_fluent_border_top_bottom_thick_24_regular" case .bot20Filled: return "ic_fluent_bot_20_filled" - default: break } - switch self { case .bot20Regular: return "ic_fluent_bot_20_regular" case .bot24Filled: return "ic_fluent_bot_24_filled" case .bot24Regular: return "ic_fluent_bot_24_regular" @@ -17334,6 +17454,8 @@ import Foundation case .boxMultipleSearch24Filled: return "ic_fluent_box_multiple_search_24_filled" case .boxMultipleSearch24Regular: return "ic_fluent_box_multiple_search_24_regular" case .boxSearch16Filled: return "ic_fluent_box_search_16_filled" + default: break } + switch self { case .boxSearch16Regular: return "ic_fluent_box_search_16_regular" case .boxSearch20Filled: return "ic_fluent_box_search_20_filled" case .boxSearch20Regular: return "ic_fluent_box_search_20_regular" @@ -17360,8 +17482,6 @@ import Foundation case .bracesDismiss16Filled: return "ic_fluent_braces_dismiss_16_filled" case .bracesDismiss16Regular: return "ic_fluent_braces_dismiss_16_regular" case .bracesVariable20Filled: return "ic_fluent_braces_variable_20_filled" - default: break } - switch self { case .bracesVariable20Regular: return "ic_fluent_braces_variable_20_regular" case .bracesVariable24Filled: return "ic_fluent_braces_variable_24_filled" case .bracesVariable24Regular: return "ic_fluent_braces_variable_24_regular" @@ -17436,6 +17556,8 @@ import Foundation case .briefcaseOff20Filled: return "ic_fluent_briefcase_off_20_filled" case .briefcaseOff20Regular: return "ic_fluent_briefcase_off_20_regular" case .briefcaseOff24Filled: return "ic_fluent_briefcase_off_24_filled" + default: break } + switch self { case .briefcaseOff24Regular: return "ic_fluent_briefcase_off_24_regular" case .briefcaseOff28Filled: return "ic_fluent_briefcase_off_28_filled" case .briefcaseOff28Regular: return "ic_fluent_briefcase_off_28_regular" @@ -17462,8 +17584,6 @@ import Foundation case .brightnessHigh48Filled: return "ic_fluent_brightness_high_48_filled" case .brightnessHigh48Regular: return "ic_fluent_brightness_high_48_regular" case .brightnessLow16Filled: return "ic_fluent_brightness_low_16_filled" - default: break } - switch self { case .brightnessLow16Regular: return "ic_fluent_brightness_low_16_regular" case .brightnessLow20Filled: return "ic_fluent_brightness_low_20_filled" case .brightnessLow20Regular: return "ic_fluent_brightness_low_20_regular" @@ -17538,6 +17658,8 @@ import Foundation case .buildingBankToolbox24Filled: return "ic_fluent_building_bank_toolbox_24_filled" case .buildingBankToolbox24Regular: return "ic_fluent_building_bank_toolbox_24_regular" case .buildingCloud24Filled: return "ic_fluent_building_cloud_24_filled" + default: break } + switch self { case .buildingCloud24Regular: return "ic_fluent_building_cloud_24_regular" case .buildingDesktop16Filled: return "ic_fluent_building_desktop_16_filled" case .buildingDesktop16Regular: return "ic_fluent_building_desktop_16_regular" @@ -17564,8 +17686,6 @@ import Foundation case .buildingGovernment20Filled: return "ic_fluent_building_government_20_filled" case .buildingGovernment20Regular: return "ic_fluent_building_government_20_regular" case .buildingGovernment24Filled: return "ic_fluent_building_government_24_filled" - default: break } - switch self { case .buildingGovernment24Regular: return "ic_fluent_building_government_24_regular" case .buildingGovernment32Filled: return "ic_fluent_building_government_32_filled" case .buildingGovernment32Regular: return "ic_fluent_building_government_32_regular" @@ -17589,6 +17709,8 @@ import Foundation case .buildingLighthouse20Regular: return "ic_fluent_building_lighthouse_20_regular" case .buildingLighthouse24Filled: return "ic_fluent_building_lighthouse_24_filled" case .buildingLighthouse24Regular: return "ic_fluent_building_lighthouse_24_regular" + case .buildingLighthouse28Filled: return "ic_fluent_building_lighthouse_28_filled" + case .buildingLighthouse28Regular: return "ic_fluent_building_lighthouse_28_regular" case .buildingLighthouse32Filled: return "ic_fluent_building_lighthouse_32_filled" case .buildingLighthouse32Regular: return "ic_fluent_building_lighthouse_32_regular" case .buildingLighthouse48Filled: return "ic_fluent_building_lighthouse_48_filled" @@ -17638,6 +17760,8 @@ import Foundation case .buildingRetailToolbox20Filled: return "ic_fluent_building_retail_toolbox_20_filled" case .buildingRetailToolbox20Regular: return "ic_fluent_building_retail_toolbox_20_regular" case .buildingRetailToolbox24Filled: return "ic_fluent_building_retail_toolbox_24_filled" + default: break } + switch self { case .buildingRetailToolbox24Regular: return "ic_fluent_building_retail_toolbox_24_regular" case .buildingShop16Filled: return "ic_fluent_building_shop_16_filled" case .buildingShop16Regular: return "ic_fluent_building_shop_16_regular" @@ -17666,8 +17790,6 @@ import Foundation case .buildingTownhouse24Filled: return "ic_fluent_building_townhouse_24_filled" case .buildingTownhouse24Regular: return "ic_fluent_building_townhouse_24_regular" case .buildingTownhouse32Filled: return "ic_fluent_building_townhouse_32_filled" - default: break } - switch self { case .buildingTownhouse32Regular: return "ic_fluent_building_townhouse_32_regular" case .button16Filled: return "ic_fluent_button_16_filled" case .button16Regular: return "ic_fluent_button_16_regular" @@ -17740,6 +17862,8 @@ import Foundation case .calendarArrowDown20Filled: return "ic_fluent_calendar_arrow_down_20_filled" case .calendarArrowDown20Regular: return "ic_fluent_calendar_arrow_down_20_regular" case .calendarArrowDown24Filled: return "ic_fluent_calendar_arrow_down_24_filled" + default: break } + switch self { case .calendarArrowDown24Regular: return "ic_fluent_calendar_arrow_down_24_regular" case .calendarArrowRight16Filled: return "ic_fluent_calendar_arrow_right_16_filled" case .calendarArrowRight16Regular: return "ic_fluent_calendar_arrow_right_16_regular" @@ -17768,8 +17892,6 @@ import Foundation case .calendarCheckmark20Filled: return "ic_fluent_calendar_checkmark_20_filled" case .calendarCheckmark20Regular: return "ic_fluent_calendar_checkmark_20_regular" case .calendarCheckmark24Filled: return "ic_fluent_calendar_checkmark_24_filled" - default: break } - switch self { case .calendarCheckmark24Regular: return "ic_fluent_calendar_checkmark_24_regular" case .calendarCheckmark28Filled: return "ic_fluent_calendar_checkmark_28_filled" case .calendarCheckmark28Regular: return "ic_fluent_calendar_checkmark_28_regular" @@ -17842,6 +17964,8 @@ import Foundation case .calendarLock24Filled: return "ic_fluent_calendar_lock_24_filled" case .calendarLock24Regular: return "ic_fluent_calendar_lock_24_regular" case .calendarLock28Filled: return "ic_fluent_calendar_lock_28_filled" + default: break } + switch self { case .calendarLock28Regular: return "ic_fluent_calendar_lock_28_regular" case .calendarLock32Filled: return "ic_fluent_calendar_lock_32_filled" case .calendarLock32Regular: return "ic_fluent_calendar_lock_32_regular" @@ -17870,8 +17994,6 @@ import Foundation case .calendarMultiple28Filled: return "ic_fluent_calendar_multiple_28_filled" case .calendarMultiple28Regular: return "ic_fluent_calendar_multiple_28_regular" case .calendarMultiple32Filled: return "ic_fluent_calendar_multiple_32_filled" - default: break } - switch self { case .calendarMultiple32Regular: return "ic_fluent_calendar_multiple_32_regular" case .calendarNote16Filled: return "ic_fluent_calendar_note_16_filled" case .calendarNote16Regular: return "ic_fluent_calendar_note_16_regular" @@ -17944,6 +18066,8 @@ import Foundation case .calendarSettings32Filled: return "ic_fluent_calendar_settings_32_filled" case .calendarSettings32Regular: return "ic_fluent_calendar_settings_32_regular" case .calendarSettings48Filled: return "ic_fluent_calendar_settings_48_filled" + default: break } + switch self { case .calendarSettings48Regular: return "ic_fluent_calendar_settings_48_regular" case .calendarShield16Filled: return "ic_fluent_calendar_shield_16_filled" case .calendarShield16Regular: return "ic_fluent_calendar_shield_16_regular" @@ -17972,8 +18096,6 @@ import Foundation case .calendarStar16Filled: return "ic_fluent_calendar_star_16_filled" case .calendarStar16Regular: return "ic_fluent_calendar_star_16_regular" case .calendarStar20Filled: return "ic_fluent_calendar_star_20_filled" - default: break } - switch self { case .calendarStar20Regular: return "ic_fluent_calendar_star_20_regular" case .calendarStar24Filled: return "ic_fluent_calendar_star_24_filled" case .calendarStar24Regular: return "ic_fluent_calendar_star_24_regular" @@ -18001,6 +18123,8 @@ import Foundation case .calendarToolbox20Regular: return "ic_fluent_calendar_toolbox_20_regular" case .calendarToolbox24Filled: return "ic_fluent_calendar_toolbox_24_filled" case .calendarToolbox24Regular: return "ic_fluent_calendar_toolbox_24_regular" + case .calendarVideo20Filled: return "ic_fluent_calendar_video_20_filled" + case .calendarVideo20Regular: return "ic_fluent_calendar_video_20_regular" case .calendarVideo24Filled: return "ic_fluent_calendar_video_24_filled" case .calendarVideo24Regular: return "ic_fluent_calendar_video_24_regular" case .calendarVideo28Filled: return "ic_fluent_calendar_video_28_filled" @@ -18044,6 +18168,8 @@ import Foundation case .callAdd24Filled: return "ic_fluent_call_add_24_filled" case .callAdd24Regular: return "ic_fluent_call_add_24_regular" case .callCheckmark20Filled: return "ic_fluent_call_checkmark_20_filled" + default: break } + switch self { case .callCheckmark20Regular: return "ic_fluent_call_checkmark_20_regular" case .callCheckmark24Filled: return "ic_fluent_call_checkmark_24_filled" case .callCheckmark24Regular: return "ic_fluent_call_checkmark_24_regular" @@ -18074,8 +18200,6 @@ import Foundation case .callForward16Filled: return "ic_fluent_call_forward_16_filled" case .callForward16Regular: return "ic_fluent_call_forward_16_regular" case .callForward20Filled: return "ic_fluent_call_forward_20_filled" - default: break } - switch self { case .callForward20Regular: return "ic_fluent_call_forward_20_regular" case .callForward24Filled: return "ic_fluent_call_forward_24_filled" case .callForward24Regular: return "ic_fluent_call_forward_24_regular" @@ -18146,6 +18270,8 @@ import Foundation case .callTransfer16Filled: return "ic_fluent_call_transfer_16_filled" case .callTransfer16Regular: return "ic_fluent_call_transfer_16_regular" case .callTransfer20Filled: return "ic_fluent_call_transfer_20_filled" + default: break } + switch self { case .callTransfer20Regular: return "ic_fluent_call_transfer_20_regular" case .callTransfer24Filled: return "ic_fluent_call_transfer_24_filled" case .callTransfer24Regular: return "ic_fluent_call_transfer_24_regular" @@ -18176,8 +18302,6 @@ import Foundation case .cameraAdd20Filled: return "ic_fluent_camera_add_20_filled" case .cameraAdd20Regular: return "ic_fluent_camera_add_20_regular" case .cameraAdd24Filled: return "ic_fluent_camera_add_24_filled" - default: break } - switch self { case .cameraAdd24Regular: return "ic_fluent_camera_add_24_regular" case .cameraAdd48Filled: return "ic_fluent_camera_add_48_filled" case .cameraAdd48Regular: return "ic_fluent_camera_add_48_regular" @@ -18248,6 +18372,8 @@ import Foundation case .caretUp12Filled: return "ic_fluent_caret_up_12_filled" case .caretUp12Regular: return "ic_fluent_caret_up_12_regular" case .caretUp16Filled: return "ic_fluent_caret_up_16_filled" + default: break } + switch self { case .caretUp16Regular: return "ic_fluent_caret_up_16_regular" case .caretUp20Filled: return "ic_fluent_caret_up_20_filled" case .caretUp20Regular: return "ic_fluent_caret_up_20_regular" @@ -18278,8 +18404,6 @@ import Foundation case .catchUp24Filled: return "ic_fluent_catch_up_24_filled" case .catchUp24Regular: return "ic_fluent_catch_up_24_regular" case .cd16Filled: return "ic_fluent_cd_16_filled" - default: break } - switch self { case .cd16Regular: return "ic_fluent_cd_16_regular" case .cellular3G20Filled: return "ic_fluent_cellular_3g_20_filled" case .cellular3G20Regular: return "ic_fluent_cellular_3g_20_regular" @@ -18350,6 +18474,8 @@ import Foundation case .channelAdd16Filled: return "ic_fluent_channel_add_16_filled" case .channelAdd16Regular: return "ic_fluent_channel_add_16_regular" case .channelAdd20Filled: return "ic_fluent_channel_add_20_filled" + default: break } + switch self { case .channelAdd20Regular: return "ic_fluent_channel_add_20_regular" case .channelAdd24Filled: return "ic_fluent_channel_add_24_filled" case .channelAdd24Regular: return "ic_fluent_channel_add_24_regular" @@ -18380,8 +18506,6 @@ import Foundation case .channelDismiss16Filled: return "ic_fluent_channel_dismiss_16_filled" case .channelDismiss16Regular: return "ic_fluent_channel_dismiss_16_regular" case .channelDismiss20Filled: return "ic_fluent_channel_dismiss_20_filled" - default: break } - switch self { case .channelDismiss20Regular: return "ic_fluent_channel_dismiss_20_regular" case .channelDismiss24Filled: return "ic_fluent_channel_dismiss_24_filled" case .channelDismiss24Regular: return "ic_fluent_channel_dismiss_24_regular" @@ -18452,6 +18576,8 @@ import Foundation case .chatArrowBack16Filled: return "ic_fluent_chat_arrow_back_16_filled" case .chatArrowBack16Regular: return "ic_fluent_chat_arrow_back_16_regular" case .chatArrowBack20Filled: return "ic_fluent_chat_arrow_back_20_filled" + default: break } + switch self { case .chatArrowBack20Regular: return "ic_fluent_chat_arrow_back_20_regular" case .chatArrowDoubleBack16Filled: return "ic_fluent_chat_arrow_double_back_16_filled" case .chatArrowDoubleBack16Regular: return "ic_fluent_chat_arrow_double_back_16_regular" @@ -18482,8 +18608,6 @@ import Foundation case .chatEmpty12Filled: return "ic_fluent_chat_empty_12_filled" case .chatEmpty12Regular: return "ic_fluent_chat_empty_12_regular" case .chatEmpty16Filled: return "ic_fluent_chat_empty_16_filled" - default: break } - switch self { case .chatEmpty16Regular: return "ic_fluent_chat_empty_16_regular" case .chatEmpty20Filled: return "ic_fluent_chat_empty_20_filled" case .chatEmpty20Regular: return "ic_fluent_chat_empty_20_regular" @@ -18554,6 +18678,8 @@ import Foundation case .chatVideo24Filled: return "ic_fluent_chat_video_24_filled" case .chatVideo24Regular: return "ic_fluent_chat_video_24_regular" case .chatWarning16Filled: return "ic_fluent_chat_warning_16_filled" + default: break } + switch self { case .chatWarning16Regular: return "ic_fluent_chat_warning_16_regular" case .chatWarning20Filled: return "ic_fluent_chat_warning_20_filled" case .chatWarning20Regular: return "ic_fluent_chat_warning_20_regular" @@ -18584,8 +18710,6 @@ import Foundation case .checkboxCheckedSync16Filled: return "ic_fluent_checkbox_checked_sync_16_filled" case .checkboxCheckedSync16Regular: return "ic_fluent_checkbox_checked_sync_16_regular" case .checkboxCheckedSync20Filled: return "ic_fluent_checkbox_checked_sync_20_filled" - default: break } - switch self { case .checkboxCheckedSync20Regular: return "ic_fluent_checkbox_checked_sync_20_regular" case .checkboxIndeterminate16Filled: return "ic_fluent_checkbox_indeterminate_16_filled" case .checkboxIndeterminate16Regular: return "ic_fluent_checkbox_indeterminate_16_regular" @@ -18656,6 +18780,8 @@ import Foundation case .checkmarkLock24Filled: return "ic_fluent_checkmark_lock_24_filled" case .checkmarkLock24Regular: return "ic_fluent_checkmark_lock_24_regular" case .checkmarkNote20Filled: return "ic_fluent_checkmark_note_20_filled" + default: break } + switch self { case .checkmarkNote20Regular: return "ic_fluent_checkmark_note_20_regular" case .checkmarkSquare20Filled: return "ic_fluent_checkmark_square_20_filled" case .checkmarkSquare20Regular: return "ic_fluent_checkmark_square_20_regular" @@ -18686,8 +18812,6 @@ import Foundation case .chevronCircleDown28Filled: return "ic_fluent_chevron_circle_down_28_filled" case .chevronCircleDown28Regular: return "ic_fluent_chevron_circle_down_28_regular" case .chevronCircleDown32Filled: return "ic_fluent_chevron_circle_down_32_filled" - default: break } - switch self { case .chevronCircleDown32Regular: return "ic_fluent_chevron_circle_down_32_regular" case .chevronCircleDown48Filled: return "ic_fluent_chevron_circle_down_48_filled" case .chevronCircleDown48Regular: return "ic_fluent_chevron_circle_down_48_regular" @@ -18758,6 +18882,8 @@ import Foundation case .chevronDown24Filled: return "ic_fluent_chevron_down_24_filled" case .chevronDown24Regular: return "ic_fluent_chevron_down_24_regular" case .chevronDown28Filled: return "ic_fluent_chevron_down_28_filled" + default: break } + switch self { case .chevronDown28Regular: return "ic_fluent_chevron_down_28_regular" case .chevronDown32Filled: return "ic_fluent_chevron_down_32_filled" case .chevronDown32Regular: return "ic_fluent_chevron_down_32_regular" @@ -18788,8 +18914,6 @@ import Foundation case .chevronRight16Filled: return "ic_fluent_chevron_right_16_filled" case .chevronRight16Regular: return "ic_fluent_chevron_right_16_regular" case .chevronRight20Filled: return "ic_fluent_chevron_right_20_filled" - default: break } - switch self { case .chevronRight20Regular: return "ic_fluent_chevron_right_20_regular" case .chevronRight24Filled: return "ic_fluent_chevron_right_24_filled" case .chevronRight24Regular: return "ic_fluent_chevron_right_24_regular" @@ -18860,6 +18984,8 @@ import Foundation case .circleImage16Filled: return "ic_fluent_circle_image_16_filled" case .circleImage16Regular: return "ic_fluent_circle_image_16_regular" case .circleImage20Filled: return "ic_fluent_circle_image_20_filled" + default: break } + switch self { case .circleImage20Regular: return "ic_fluent_circle_image_20_regular" case .circleImage24Filled: return "ic_fluent_circle_image_24_filled" case .circleImage24Regular: return "ic_fluent_circle_image_24_regular" @@ -18890,8 +19016,6 @@ import Foundation case .city24Filled: return "ic_fluent_city_24_filled" case .city24Regular: return "ic_fluent_city_24_regular" case .class20Filled: return "ic_fluent_class_20_filled" - default: break } - switch self { case .class20Regular: return "ic_fluent_class_20_regular" case .class24Filled: return "ic_fluent_class_24_filled" case .class24Regular: return "ic_fluent_class_24_regular" @@ -18962,6 +19086,8 @@ import Foundation case .clipboardCode20Filled: return "ic_fluent_clipboard_code_20_filled" case .clipboardCode20Regular: return "ic_fluent_clipboard_code_20_regular" case .clipboardCode24Filled: return "ic_fluent_clipboard_code_24_filled" + default: break } + switch self { case .clipboardCode24Regular: return "ic_fluent_clipboard_code_24_regular" case .clipboardDataBar20Filled: return "ic_fluent_clipboard_data_bar_20_filled" case .clipboardDataBar20Regular: return "ic_fluent_clipboard_data_bar_20_regular" @@ -18992,8 +19118,6 @@ import Foundation case .clipboardImage24Filled: return "ic_fluent_clipboard_image_24_filled" case .clipboardImage24Regular: return "ic_fluent_clipboard_image_24_regular" case .clipboardLetter16Filled: return "ic_fluent_clipboard_letter_16_filled" - default: break } - switch self { case .clipboardLetter16Regular: return "ic_fluent_clipboard_letter_16_regular" case .clipboardLetter20Filled: return "ic_fluent_clipboard_letter_20_filled" case .clipboardLetter20Regular: return "ic_fluent_clipboard_letter_20_regular" @@ -19064,6 +19188,8 @@ import Foundation case .clipboardTask16Filled: return "ic_fluent_clipboard_task_16_filled" case .clipboardTask16Regular: return "ic_fluent_clipboard_task_16_regular" case .clipboardTask20Filled: return "ic_fluent_clipboard_task_20_filled" + default: break } + switch self { case .clipboardTask20Regular: return "ic_fluent_clipboard_task_20_regular" case .clipboardTask24Filled: return "ic_fluent_clipboard_task_24_filled" case .clipboardTask24Regular: return "ic_fluent_clipboard_task_24_regular" @@ -19094,8 +19220,6 @@ import Foundation case .clock24Filled: return "ic_fluent_clock_24_filled" case .clock24Regular: return "ic_fluent_clock_24_regular" case .clock28Filled: return "ic_fluent_clock_28_filled" - default: break } - switch self { case .clock28Regular: return "ic_fluent_clock_28_regular" case .clock32Filled: return "ic_fluent_clock_32_filled" case .clock32Regular: return "ic_fluent_clock_32_regular" @@ -19113,6 +19237,14 @@ import Foundation case .clockArrowDownload20Regular: return "ic_fluent_clock_arrow_download_20_regular" case .clockArrowDownload24Filled: return "ic_fluent_clock_arrow_download_24_filled" case .clockArrowDownload24Regular: return "ic_fluent_clock_arrow_download_24_regular" + case .clockBill16Filled: return "ic_fluent_clock_bill_16_filled" + case .clockBill16Regular: return "ic_fluent_clock_bill_16_regular" + case .clockBill20Filled: return "ic_fluent_clock_bill_20_filled" + case .clockBill20Regular: return "ic_fluent_clock_bill_20_regular" + case .clockBill24Filled: return "ic_fluent_clock_bill_24_filled" + case .clockBill24Regular: return "ic_fluent_clock_bill_24_regular" + case .clockBill32Filled: return "ic_fluent_clock_bill_32_filled" + case .clockBill32Regular: return "ic_fluent_clock_bill_32_regular" case .clockDismiss20Filled: return "ic_fluent_clock_dismiss_20_filled" case .clockDismiss20Regular: return "ic_fluent_clock_dismiss_20_regular" case .clockDismiss24Filled: return "ic_fluent_clock_dismiss_24_filled" @@ -19158,6 +19290,8 @@ import Foundation case .cloud20Filled: return "ic_fluent_cloud_20_filled" case .cloud20Regular: return "ic_fluent_cloud_20_regular" case .cloud24Filled: return "ic_fluent_cloud_24_filled" + default: break } + switch self { case .cloud24Regular: return "ic_fluent_cloud_24_regular" case .cloud28Filled: return "ic_fluent_cloud_28_filled" case .cloud28Regular: return "ic_fluent_cloud_28_regular" @@ -19196,8 +19330,6 @@ import Foundation case .cloudArrowDown48Filled: return "ic_fluent_cloud_arrow_down_48_filled" case .cloudArrowDown48Regular: return "ic_fluent_cloud_arrow_down_48_regular" case .cloudArrowRight16Filled: return "ic_fluent_cloud_arrow_right_16_filled" - default: break } - switch self { case .cloudArrowRight16Regular: return "ic_fluent_cloud_arrow_right_16_regular" case .cloudArrowRight20Filled: return "ic_fluent_cloud_arrow_right_20_filled" case .cloudArrowRight20Regular: return "ic_fluent_cloud_arrow_right_20_regular" @@ -19260,6 +19392,8 @@ import Foundation case .cloudDesktop20Filled: return "ic_fluent_cloud_desktop_20_filled" case .cloudDesktop20Regular: return "ic_fluent_cloud_desktop_20_regular" case .cloudDismiss16Filled: return "ic_fluent_cloud_dismiss_16_filled" + default: break } + switch self { case .cloudDismiss16Regular: return "ic_fluent_cloud_dismiss_16_regular" case .cloudDismiss20Filled: return "ic_fluent_cloud_dismiss_20_filled" case .cloudDismiss20Regular: return "ic_fluent_cloud_dismiss_20_regular" @@ -19298,8 +19432,6 @@ import Foundation case .cloudLink20Filled: return "ic_fluent_cloud_link_20_filled" case .cloudLink20Regular: return "ic_fluent_cloud_link_20_regular" case .cloudLink24Filled: return "ic_fluent_cloud_link_24_filled" - default: break } - switch self { case .cloudLink24Regular: return "ic_fluent_cloud_link_24_regular" case .cloudOff16Filled: return "ic_fluent_cloud_off_16_filled" case .cloudOff16Regular: return "ic_fluent_cloud_off_16_regular" @@ -19362,6 +19494,8 @@ import Foundation case .codeBlock16Filled: return "ic_fluent_code_block_16_filled" case .codeBlock16Regular: return "ic_fluent_code_block_16_regular" case .codeBlock20Filled: return "ic_fluent_code_block_20_filled" + default: break } + switch self { case .codeBlock20Regular: return "ic_fluent_code_block_20_regular" case .codeBlock24Filled: return "ic_fluent_code_block_24_filled" case .codeBlock24Regular: return "ic_fluent_code_block_24_regular" @@ -19400,8 +19534,6 @@ import Foundation case .codeText16Filled: return "ic_fluent_code_text_16_filled" case .codeText16Regular: return "ic_fluent_code_text_16_regular" case .codeText20Filled: return "ic_fluent_code_text_20_filled" - default: break } - switch self { case .codeText20Regular: return "ic_fluent_code_text_20_regular" case .codeTextEdit20Filled: return "ic_fluent_code_text_edit_20_filled" case .codeTextEdit20Regular: return "ic_fluent_code_text_edit_20_regular" @@ -19464,6 +19596,8 @@ import Foundation case .columnArrowRight20Regular: return "ic_fluent_column_arrow_right_20_regular" case .columnDoubleCompare20Filled: return "ic_fluent_column_double_compare_20_filled" case .columnDoubleCompare20Regular: return "ic_fluent_column_double_compare_20_regular" + default: break } + switch self { case .columnEdit20Filled: return "ic_fluent_column_edit_20_filled" case .columnEdit20Regular: return "ic_fluent_column_edit_20_regular" case .columnEdit24Filled: return "ic_fluent_column_edit_24_filled" @@ -19502,8 +19636,6 @@ import Foundation case .commentAdd12Regular: return "ic_fluent_comment_add_12_regular" case .commentAdd16Filled: return "ic_fluent_comment_add_16_filled" case .commentAdd16Regular: return "ic_fluent_comment_add_16_regular" - default: break } - switch self { case .commentAdd20Filled: return "ic_fluent_comment_add_20_filled" case .commentAdd20Regular: return "ic_fluent_comment_add_20_regular" case .commentAdd24Filled: return "ic_fluent_comment_add_24_filled" @@ -19566,6 +19698,8 @@ import Foundation case .commentError24Regular: return "ic_fluent_comment_error_24_regular" case .commentLightning20Filled: return "ic_fluent_comment_lightning_20_filled" case .commentLightning20Regular: return "ic_fluent_comment_lightning_20_regular" + default: break } + switch self { case .commentLightning24Filled: return "ic_fluent_comment_lightning_24_filled" case .commentLightning24Regular: return "ic_fluent_comment_lightning_24_regular" case .commentLink16Filled: return "ic_fluent_comment_link_16_filled" @@ -19604,8 +19738,6 @@ import Foundation case .commentMultipleCheckmark28Regular: return "ic_fluent_comment_multiple_checkmark_28_regular" case .commentMultipleLink16Filled: return "ic_fluent_comment_multiple_link_16_filled" case .commentMultipleLink16Regular: return "ic_fluent_comment_multiple_link_16_regular" - default: break } - switch self { case .commentMultipleLink20Filled: return "ic_fluent_comment_multiple_link_20_filled" case .commentMultipleLink20Regular: return "ic_fluent_comment_multiple_link_20_regular" case .commentMultipleLink24Filled: return "ic_fluent_comment_multiple_link_24_filled" @@ -19668,6 +19800,8 @@ import Foundation case .compose28Regular: return "ic_fluent_compose_28_regular" case .compose32Filled: return "ic_fluent_compose_32_filled" case .compose32Regular: return "ic_fluent_compose_32_regular" + default: break } + switch self { case .compose48Filled: return "ic_fluent_compose_48_filled" case .compose48Regular: return "ic_fluent_compose_48_regular" case .cone16Filled: return "ic_fluent_cone_16_filled" @@ -19706,8 +19840,6 @@ import Foundation case .contactCard48Regular: return "ic_fluent_contact_card_48_regular" case .contactCardGroup16Filled: return "ic_fluent_contact_card_group_16_filled" case .contactCardGroup16Regular: return "ic_fluent_contact_card_group_16_regular" - default: break } - switch self { case .contactCardGroup20Filled: return "ic_fluent_contact_card_group_20_filled" case .contactCardGroup20Regular: return "ic_fluent_contact_card_group_20_regular" case .contactCardGroup24Filled: return "ic_fluent_contact_card_group_24_filled" @@ -19770,6 +19902,8 @@ import Foundation case .contractDownLeft20Regular: return "ic_fluent_contract_down_left_20_regular" case .contractDownLeft24Filled: return "ic_fluent_contract_down_left_24_filled" case .contractDownLeft24Regular: return "ic_fluent_contract_down_left_24_regular" + default: break } + switch self { case .contractDownLeft28Filled: return "ic_fluent_contract_down_left_28_filled" case .contractDownLeft28Regular: return "ic_fluent_contract_down_left_28_regular" case .contractDownLeft32Filled: return "ic_fluent_contract_down_left_32_filled" @@ -19808,8 +19942,6 @@ import Foundation case .cookies32Regular: return "ic_fluent_cookies_32_regular" case .cookies48Filled: return "ic_fluent_cookies_48_filled" case .cookies48Regular: return "ic_fluent_cookies_48_regular" - default: break } - switch self { case .copy16Filled: return "ic_fluent_copy_16_filled" case .copy16Regular: return "ic_fluent_copy_16_regular" case .copy20Filled: return "ic_fluent_copy_20_filled" @@ -19872,6 +20004,8 @@ import Foundation case .crop48Regular: return "ic_fluent_crop_48_regular" case .cropInterim20Filled: return "ic_fluent_crop_interim_20_filled" case .cropInterim20Regular: return "ic_fluent_crop_interim_20_regular" + default: break } + switch self { case .cropInterim24Filled: return "ic_fluent_crop_interim_24_filled" case .cropInterim24Regular: return "ic_fluent_crop_interim_24_regular" case .cropInterimOff20Filled: return "ic_fluent_crop_interim_off_20_filled" @@ -19910,8 +20044,6 @@ import Foundation case .cubeMultiple20Regular: return "ic_fluent_cube_multiple_20_regular" case .cubeMultiple24Filled: return "ic_fluent_cube_multiple_24_filled" case .cubeMultiple24Regular: return "ic_fluent_cube_multiple_24_regular" - default: break } - switch self { case .cubeQuick16Filled: return "ic_fluent_cube_quick_16_filled" case .cubeQuick16Regular: return "ic_fluent_cube_quick_16_regular" case .cubeQuick20Filled: return "ic_fluent_cube_quick_20_filled" @@ -19974,6 +20106,8 @@ import Foundation case .cursorHoverOff28Regular: return "ic_fluent_cursor_hover_off_28_regular" case .cursorHoverOff48Filled: return "ic_fluent_cursor_hover_off_48_filled" case .cursorHoverOff48Regular: return "ic_fluent_cursor_hover_off_48_regular" + default: break } + switch self { case .cursorProhibited16Filled: return "ic_fluent_cursor_prohibited_16_filled" case .cursorProhibited16Regular: return "ic_fluent_cursor_prohibited_16_regular" case .cursorProhibited20Filled: return "ic_fluent_cursor_prohibited_20_filled" @@ -20012,8 +20146,6 @@ import Foundation case .dataBarVerticalAdd24Regular: return "ic_fluent_data_bar_vertical_add_24_regular" case .dataBarVerticalAscending16Filled: return "ic_fluent_data_bar_vertical_ascending_16_filled" case .dataBarVerticalAscending16Regular: return "ic_fluent_data_bar_vertical_ascending_16_regular" - default: break } - switch self { case .dataBarVerticalAscending20Filled: return "ic_fluent_data_bar_vertical_ascending_20_filled" case .dataBarVerticalAscending20Regular: return "ic_fluent_data_bar_vertical_ascending_20_regular" case .dataBarVerticalAscending24Filled: return "ic_fluent_data_bar_vertical_ascending_24_filled" @@ -20068,16 +20200,24 @@ import Foundation case .dataTrending32Regular: return "ic_fluent_data_trending_32_regular" case .dataTrending48Filled: return "ic_fluent_data_trending_48_filled" case .dataTrending48Regular: return "ic_fluent_data_trending_48_regular" + case .dataUsage16Filled: return "ic_fluent_data_usage_16_filled" + case .dataUsage16Regular: return "ic_fluent_data_usage_16_regular" case .dataUsage20Filled: return "ic_fluent_data_usage_20_filled" case .dataUsage20Regular: return "ic_fluent_data_usage_20_regular" case .dataUsage24Filled: return "ic_fluent_data_usage_24_filled" case .dataUsage24Regular: return "ic_fluent_data_usage_24_regular" case .dataUsageEdit20Filled: return "ic_fluent_data_usage_edit_20_filled" case .dataUsageEdit20Regular: return "ic_fluent_data_usage_edit_20_regular" + default: break } + switch self { case .dataUsageEdit24Filled: return "ic_fluent_data_usage_edit_24_filled" case .dataUsageEdit24Regular: return "ic_fluent_data_usage_edit_24_regular" + case .dataUsageSettings16Filled: return "ic_fluent_data_usage_settings_16_filled" + case .dataUsageSettings16Regular: return "ic_fluent_data_usage_settings_16_regular" case .dataUsageSettings20Filled: return "ic_fluent_data_usage_settings_20_filled" case .dataUsageSettings20Regular: return "ic_fluent_data_usage_settings_20_regular" + case .dataUsageSettings24Filled: return "ic_fluent_data_usage_settings_24_filled" + case .dataUsageSettings24Regular: return "ic_fluent_data_usage_settings_24_regular" case .dataUsageToolbox20Filled: return "ic_fluent_data_usage_toolbox_20_filled" case .dataUsageToolbox20Regular: return "ic_fluent_data_usage_toolbox_20_regular" case .dataUsageToolbox24Filled: return "ic_fluent_data_usage_toolbox_24_filled" @@ -20114,8 +20254,6 @@ import Foundation case .databaseLightning20Regular: return "ic_fluent_database_lightning_20_regular" case .databaseLink20Filled: return "ic_fluent_database_link_20_filled" case .databaseLink20Regular: return "ic_fluent_database_link_20_regular" - default: break } - switch self { case .databaseLink24Filled: return "ic_fluent_database_link_24_filled" case .databaseLink24Regular: return "ic_fluent_database_link_24_regular" case .databaseMultiple20Filled: return "ic_fluent_database_multiple_20_filled" @@ -20172,6 +20310,8 @@ import Foundation case .deleteDismiss24Regular: return "ic_fluent_delete_dismiss_24_regular" case .deleteDismiss28Filled: return "ic_fluent_delete_dismiss_28_filled" case .deleteDismiss28Regular: return "ic_fluent_delete_dismiss_28_regular" + default: break } + switch self { case .deleteLines20Filled: return "ic_fluent_delete_lines_20_filled" case .deleteLines20Regular: return "ic_fluent_delete_lines_20_regular" case .deleteOff20Filled: return "ic_fluent_delete_off_20_filled" @@ -20216,8 +20356,6 @@ import Foundation case .desktop24Regular: return "ic_fluent_desktop_24_regular" case .desktop28Filled: return "ic_fluent_desktop_28_filled" case .desktop28Regular: return "ic_fluent_desktop_28_regular" - default: break } - switch self { case .desktop32Filled: return "ic_fluent_desktop_32_filled" case .desktop32Regular: return "ic_fluent_desktop_32_regular" case .desktopArrowDown16Filled: return "ic_fluent_desktop_arrow_down_16_filled" @@ -20274,6 +20412,8 @@ import Foundation case .desktopMac32Regular: return "ic_fluent_desktop_mac_32_regular" case .desktopPulse16Filled: return "ic_fluent_desktop_pulse_16_filled" case .desktopPulse16Regular: return "ic_fluent_desktop_pulse_16_regular" + default: break } + switch self { case .desktopPulse20Filled: return "ic_fluent_desktop_pulse_20_filled" case .desktopPulse20Regular: return "ic_fluent_desktop_pulse_20_regular" case .desktopPulse24Filled: return "ic_fluent_desktop_pulse_24_filled" @@ -20318,8 +20458,6 @@ import Foundation case .developerBoard24Regular: return "ic_fluent_developer_board_24_regular" case .developerBoardLightning20Filled: return "ic_fluent_developer_board_lightning_20_filled" case .developerBoardLightning20Regular: return "ic_fluent_developer_board_lightning_20_regular" - default: break } - switch self { case .developerBoardLightningToolbox20Filled: return "ic_fluent_developer_board_lightning_toolbox_20_filled" case .developerBoardLightningToolbox20Regular: return "ic_fluent_developer_board_lightning_toolbox_20_regular" case .developerBoardSearch20Filled: return "ic_fluent_developer_board_search_20_filled" @@ -20376,6 +20514,8 @@ import Foundation case .dialpadOff24Regular: return "ic_fluent_dialpad_off_24_regular" case .dialpadQuestionMark20Filled: return "ic_fluent_dialpad_question_mark_20_filled" case .dialpadQuestionMark20Regular: return "ic_fluent_dialpad_question_mark_20_regular" + default: break } + switch self { case .dialpadQuestionMark24Filled: return "ic_fluent_dialpad_question_mark_24_filled" case .dialpadQuestionMark24Regular: return "ic_fluent_dialpad_question_mark_24_regular" case .diamond16Filled: return "ic_fluent_diamond_16_filled" @@ -20420,8 +20560,6 @@ import Foundation case .dismiss48Regular: return "ic_fluent_dismiss_48_regular" case .dismissCircle12Filled: return "ic_fluent_dismiss_circle_12_filled" case .dismissCircle12Regular: return "ic_fluent_dismiss_circle_12_regular" - default: break } - switch self { case .dismissCircle16Filled: return "ic_fluent_dismiss_circle_16_filled" case .dismissCircle16Regular: return "ic_fluent_dismiss_circle_16_regular" case .dismissCircle20Filled: return "ic_fluent_dismiss_circle_20_filled" @@ -20478,6 +20616,8 @@ import Foundation case .doctor16Regular: return "ic_fluent_doctor_16_regular" case .doctor20Filled: return "ic_fluent_doctor_20_filled" case .doctor20Regular: return "ic_fluent_doctor_20_regular" + default: break } + switch self { case .doctor24Filled: return "ic_fluent_doctor_24_filled" case .doctor24Regular: return "ic_fluent_doctor_24_regular" case .doctor28Filled: return "ic_fluent_doctor_28_filled" @@ -20522,8 +20662,6 @@ import Foundation case .documentArrowLeft16Regular: return "ic_fluent_document_arrow_left_16_regular" case .documentArrowLeft20Filled: return "ic_fluent_document_arrow_left_20_filled" case .documentArrowLeft20Regular: return "ic_fluent_document_arrow_left_20_regular" - default: break } - switch self { case .documentArrowLeft24Filled: return "ic_fluent_document_arrow_left_24_filled" case .documentArrowLeft24Regular: return "ic_fluent_document_arrow_left_24_regular" case .documentArrowLeft28Filled: return "ic_fluent_document_arrow_left_28_filled" @@ -20580,6 +20718,8 @@ import Foundation case .documentBulletListCube20Regular: return "ic_fluent_document_bullet_list_cube_20_regular" case .documentBulletListCube24Filled: return "ic_fluent_document_bullet_list_cube_24_filled" case .documentBulletListCube24Regular: return "ic_fluent_document_bullet_list_cube_24_regular" + default: break } + switch self { case .documentBulletListMultiple20Filled: return "ic_fluent_document_bullet_list_multiple_20_filled" case .documentBulletListMultiple20Regular: return "ic_fluent_document_bullet_list_multiple_20_regular" case .documentBulletListMultiple24Filled: return "ic_fluent_document_bullet_list_multiple_24_filled" @@ -20624,8 +20764,6 @@ import Foundation case .documentCss24Regular: return "ic_fluent_document_css_24_regular" case .documentCube20Filled: return "ic_fluent_document_cube_20_filled" case .documentCube20Regular: return "ic_fluent_document_cube_20_regular" - default: break } - switch self { case .documentCube24Filled: return "ic_fluent_document_cube_24_filled" case .documentCube24Regular: return "ic_fluent_document_cube_24_regular" case .documentData16Filled: return "ic_fluent_document_data_16_filled" @@ -20682,6 +20820,8 @@ import Foundation case .documentFit16Regular: return "ic_fluent_document_fit_16_regular" case .documentFit20Filled: return "ic_fluent_document_fit_20_filled" case .documentFit20Regular: return "ic_fluent_document_fit_20_regular" + default: break } + switch self { case .documentFit24Filled: return "ic_fluent_document_fit_24_filled" case .documentFit24Regular: return "ic_fluent_document_fit_24_regular" case .documentFlowchart20Filled: return "ic_fluent_document_flowchart_20_filled" @@ -20726,8 +20866,6 @@ import Foundation case .documentHeaderFooter16Regular: return "ic_fluent_document_header_footer_16_regular" case .documentHeaderFooter20Filled: return "ic_fluent_document_header_footer_20_filled" case .documentHeaderFooter20Regular: return "ic_fluent_document_header_footer_20_regular" - default: break } - switch self { case .documentHeaderFooter24Filled: return "ic_fluent_document_header_footer_24_filled" case .documentHeaderFooter24Regular: return "ic_fluent_document_header_footer_24_regular" case .documentHeart20Filled: return "ic_fluent_document_heart_20_filled" @@ -20784,6 +20922,8 @@ import Foundation case .documentLightning48Regular: return "ic_fluent_document_lightning_48_regular" case .documentLink16Filled: return "ic_fluent_document_link_16_filled" case .documentLink16Regular: return "ic_fluent_document_link_16_regular" + default: break } + switch self { case .documentLink20Filled: return "ic_fluent_document_link_20_filled" case .documentLink20Regular: return "ic_fluent_document_link_20_regular" case .documentLink24Filled: return "ic_fluent_document_link_24_filled" @@ -20828,8 +20968,6 @@ import Foundation case .documentMultipleProhibited20Regular: return "ic_fluent_document_multiple_prohibited_20_regular" case .documentMultipleProhibited24Filled: return "ic_fluent_document_multiple_prohibited_24_filled" case .documentMultipleProhibited24Regular: return "ic_fluent_document_multiple_prohibited_24_regular" - default: break } - switch self { case .documentMultipleSync20Filled: return "ic_fluent_document_multiple_sync_20_filled" case .documentMultipleSync20Regular: return "ic_fluent_document_multiple_sync_20_regular" case .documentNumber116Filled: return "ic_fluent_document_number_1_16_filled" @@ -20886,6 +21024,8 @@ import Foundation case .documentPageBreak20Regular: return "ic_fluent_document_page_break_20_regular" case .documentPageBreak24Filled: return "ic_fluent_document_page_break_24_filled" case .documentPageBreak24Regular: return "ic_fluent_document_page_break_24_regular" + default: break } + switch self { case .documentPageNumber20Filled: return "ic_fluent_document_page_number_20_filled" case .documentPageNumber20Regular: return "ic_fluent_document_page_number_20_regular" case .documentPageNumber24Filled: return "ic_fluent_document_page_number_24_filled" @@ -20930,8 +21070,6 @@ import Foundation case .documentPrint28Regular: return "ic_fluent_document_print_28_regular" case .documentPrint32Filled: return "ic_fluent_document_print_32_filled" case .documentPrint32Regular: return "ic_fluent_document_print_32_regular" - default: break } - switch self { case .documentPrint48Filled: return "ic_fluent_document_print_48_filled" case .documentPrint48Regular: return "ic_fluent_document_print_48_regular" case .documentProhibited20Filled: return "ic_fluent_document_prohibited_20_filled" @@ -20988,6 +21126,8 @@ import Foundation case .documentSearch24Regular: return "ic_fluent_document_search_24_regular" case .documentSearch32Filled: return "ic_fluent_document_search_32_filled" case .documentSearch32Regular: return "ic_fluent_document_search_32_regular" + default: break } + switch self { case .documentSettings16Filled: return "ic_fluent_document_settings_16_filled" case .documentSettings16Regular: return "ic_fluent_document_settings_16_regular" case .documentSettings20Filled: return "ic_fluent_document_settings_20_filled" @@ -21032,8 +21172,6 @@ import Foundation case .documentTable24Regular: return "ic_fluent_document_table_24_regular" case .documentTableArrowRight20Filled: return "ic_fluent_document_table_arrow_right_20_filled" case .documentTableArrowRight20Regular: return "ic_fluent_document_table_arrow_right_20_regular" - default: break } - switch self { case .documentTableArrowRight24Filled: return "ic_fluent_document_table_arrow_right_24_filled" case .documentTableArrowRight24Regular: return "ic_fluent_document_table_arrow_right_24_regular" case .documentTableCheckmark20Filled: return "ic_fluent_document_table_checkmark_20_filled" @@ -21090,6 +21228,8 @@ import Foundation case .documentWidth24Regular: return "ic_fluent_document_width_24_regular" case .documentYml16Filled: return "ic_fluent_document_yml_16_filled" case .documentYml16Regular: return "ic_fluent_document_yml_16_regular" + default: break } + switch self { case .documentYml20Filled: return "ic_fluent_document_yml_20_filled" case .documentYml20Regular: return "ic_fluent_document_yml_20_regular" case .door16Filled: return "ic_fluent_door_16_filled" @@ -21134,8 +21274,6 @@ import Foundation case .drafts16Regular: return "ic_fluent_drafts_16_regular" case .drafts20Filled: return "ic_fluent_drafts_20_filled" case .drafts20Regular: return "ic_fluent_drafts_20_regular" - default: break } - switch self { case .drafts24Filled: return "ic_fluent_drafts_24_filled" case .drafts24Regular: return "ic_fluent_drafts_24_regular" case .drag20Filled: return "ic_fluent_drag_20_filled" @@ -21192,6 +21330,8 @@ import Foundation case .drinkBottleOff20Regular: return "ic_fluent_drink_bottle_off_20_regular" case .drinkBottleOff32Filled: return "ic_fluent_drink_bottle_off_32_filled" case .drinkBottleOff32Regular: return "ic_fluent_drink_bottle_off_32_regular" + default: break } + switch self { case .drinkCoffee16Filled: return "ic_fluent_drink_coffee_16_filled" case .drinkCoffee16Regular: return "ic_fluent_drink_coffee_16_regular" case .drinkCoffee20Filled: return "ic_fluent_drink_coffee_20_filled" @@ -21236,8 +21376,6 @@ import Foundation case .dualScreen24Regular: return "ic_fluent_dual_screen_24_regular" case .dualScreenAdd20Filled: return "ic_fluent_dual_screen_add_20_filled" case .dualScreenAdd20Regular: return "ic_fluent_dual_screen_add_20_regular" - default: break } - switch self { case .dualScreenAdd24Filled: return "ic_fluent_dual_screen_add_24_filled" case .dualScreenAdd24Regular: return "ic_fluent_dual_screen_add_24_regular" case .dualScreenArrowRight20Filled: return "ic_fluent_dual_screen_arrow_right_20_filled" @@ -21294,6 +21432,8 @@ import Foundation case .dualScreenSpan24Regular: return "ic_fluent_dual_screen_span_24_regular" case .dualScreenSpeaker20Filled: return "ic_fluent_dual_screen_speaker_20_filled" case .dualScreenSpeaker20Regular: return "ic_fluent_dual_screen_speaker_20_regular" + default: break } + switch self { case .dualScreenSpeaker24Filled: return "ic_fluent_dual_screen_speaker_24_filled" case .dualScreenSpeaker24Regular: return "ic_fluent_dual_screen_speaker_24_regular" case .dualScreenStatusBar20Filled: return "ic_fluent_dual_screen_status_bar_20_filled" @@ -21338,8 +21478,6 @@ import Foundation case .earth24Regular: return "ic_fluent_earth_24_regular" case .earth32Filled: return "ic_fluent_earth_32_filled" case .earth32Regular: return "ic_fluent_earth_32_regular" - default: break } - switch self { case .earth48Filled: return "ic_fluent_earth_48_filled" case .earth48Regular: return "ic_fluent_earth_48_regular" case .earthLeaf16Filled: return "ic_fluent_earth_leaf_16_filled" @@ -21384,6 +21522,10 @@ import Foundation case .editOff32Regular: return "ic_fluent_edit_off_32_regular" case .editOff48Filled: return "ic_fluent_edit_off_48_filled" case .editOff48Regular: return "ic_fluent_edit_off_48_regular" + case .editPerson20Filled: return "ic_fluent_edit_person_20_filled" + case .editPerson20Regular: return "ic_fluent_edit_person_20_regular" + case .editPerson24Filled: return "ic_fluent_edit_person_24_filled" + case .editPerson24Regular: return "ic_fluent_edit_person_24_regular" case .editProhibited16Filled: return "ic_fluent_edit_prohibited_16_filled" case .editProhibited16Regular: return "ic_fluent_edit_prohibited_16_regular" case .editProhibited20Filled: return "ic_fluent_edit_prohibited_20_filled" @@ -21392,6 +21534,8 @@ import Foundation case .editProhibited24Regular: return "ic_fluent_edit_prohibited_24_regular" case .editProhibited28Filled: return "ic_fluent_edit_prohibited_28_filled" case .editProhibited28Regular: return "ic_fluent_edit_prohibited_28_regular" + default: break } + switch self { case .editProhibited32Filled: return "ic_fluent_edit_prohibited_32_filled" case .editProhibited32Regular: return "ic_fluent_edit_prohibited_32_regular" case .editProhibited48Filled: return "ic_fluent_edit_prohibited_48_filled" @@ -21440,8 +21584,6 @@ import Foundation case .emojiEdit24Regular: return "ic_fluent_emoji_edit_24_regular" case .emojiEdit28Filled: return "ic_fluent_emoji_edit_28_filled" case .emojiEdit28Regular: return "ic_fluent_emoji_edit_28_regular" - default: break } - switch self { case .emojiEdit48Filled: return "ic_fluent_emoji_edit_48_filled" case .emojiEdit48Regular: return "ic_fluent_emoji_edit_48_regular" case .emojiHand16Filled: return "ic_fluent_emoji_hand_16_filled" @@ -21494,6 +21636,8 @@ import Foundation case .emojiSadSlight20Regular: return "ic_fluent_emoji_sad_slight_20_regular" case .emojiSadSlight24Filled: return "ic_fluent_emoji_sad_slight_24_filled" case .emojiSadSlight24Regular: return "ic_fluent_emoji_sad_slight_24_regular" + default: break } + switch self { case .emojiSmileSlight20Filled: return "ic_fluent_emoji_smile_slight_20_filled" case .emojiSmileSlight20Regular: return "ic_fluent_emoji_smile_slight_20_regular" case .emojiSmileSlight24Filled: return "ic_fluent_emoji_smile_slight_24_filled" @@ -21542,8 +21686,6 @@ import Foundation case .eraserSegment20Regular: return "ic_fluent_eraser_segment_20_regular" case .eraserSegment24Filled: return "ic_fluent_eraser_segment_24_filled" case .eraserSegment24Regular: return "ic_fluent_eraser_segment_24_regular" - default: break } - switch self { case .eraserSmall20Filled: return "ic_fluent_eraser_small_20_filled" case .eraserSmall20Regular: return "ic_fluent_eraser_small_20_regular" case .eraserSmall24Filled: return "ic_fluent_eraser_small_24_filled" @@ -21596,6 +21738,8 @@ import Foundation case .extendedDock24Regular: return "ic_fluent_extended_dock_24_regular" case .eye12Filled: return "ic_fluent_eye_12_filled" case .eye12Regular: return "ic_fluent_eye_12_regular" + default: break } + switch self { case .eye16Filled: return "ic_fluent_eye_16_filled" case .eye16Regular: return "ic_fluent_eye_16_regular" case .eye20Filled: return "ic_fluent_eye_20_filled" @@ -21644,8 +21788,6 @@ import Foundation case .eyedropper24Regular: return "ic_fluent_eyedropper_24_regular" case .eyedropperOff20Filled: return "ic_fluent_eyedropper_off_20_filled" case .eyedropperOff20Regular: return "ic_fluent_eyedropper_off_20_regular" - default: break } - switch self { case .eyedropperOff24Filled: return "ic_fluent_eyedropper_off_24_filled" case .eyedropperOff24Regular: return "ic_fluent_eyedropper_off_24_regular" case .fStop16Filled: return "ic_fluent_f_stop_16_filled" @@ -21698,6 +21840,8 @@ import Foundation case .filmstripImage20Regular: return "ic_fluent_filmstrip_image_20_regular" case .filmstripImage24Filled: return "ic_fluent_filmstrip_image_24_filled" case .filmstripImage24Regular: return "ic_fluent_filmstrip_image_24_regular" + default: break } + switch self { case .filmstripOff48Filled: return "ic_fluent_filmstrip_off_48_filled" case .filmstripOff48Regular: return "ic_fluent_filmstrip_off_48_regular" case .filmstripPlay16Filled: return "ic_fluent_filmstrip_play_16_filled" @@ -21746,8 +21890,6 @@ import Foundation case .fingerprint20Regular: return "ic_fluent_fingerprint_20_regular" case .fingerprint24Filled: return "ic_fluent_fingerprint_24_filled" case .fingerprint24Regular: return "ic_fluent_fingerprint_24_regular" - default: break } - switch self { case .fingerprint32Filled: return "ic_fluent_fingerprint_32_filled" case .fingerprint32Regular: return "ic_fluent_fingerprint_32_regular" case .fingerprint48Filled: return "ic_fluent_fingerprint_48_filled" @@ -21800,6 +21942,8 @@ import Foundation case .flagOff16Regular: return "ic_fluent_flag_off_16_regular" case .flagOff20Filled: return "ic_fluent_flag_off_20_filled" case .flagOff20Regular: return "ic_fluent_flag_off_20_regular" + default: break } + switch self { case .flagOff24Filled: return "ic_fluent_flag_off_24_filled" case .flagOff24Regular: return "ic_fluent_flag_off_24_regular" case .flagOff28Filled: return "ic_fluent_flag_off_28_filled" @@ -21848,8 +21992,6 @@ import Foundation case .flashAuto24Regular: return "ic_fluent_flash_auto_24_regular" case .flashCheckmark16Filled: return "ic_fluent_flash_checkmark_16_filled" case .flashCheckmark16Regular: return "ic_fluent_flash_checkmark_16_regular" - default: break } - switch self { case .flashCheckmark20Filled: return "ic_fluent_flash_checkmark_20_filled" case .flashCheckmark20Regular: return "ic_fluent_flash_checkmark_20_regular" case .flashCheckmark24Filled: return "ic_fluent_flash_checkmark_24_filled" @@ -21902,6 +22044,8 @@ import Foundation case .flipVertical16Regular: return "ic_fluent_flip_vertical_16_regular" case .flipVertical20Filled: return "ic_fluent_flip_vertical_20_filled" case .flipVertical20Regular: return "ic_fluent_flip_vertical_20_regular" + default: break } + switch self { case .flipVertical24Filled: return "ic_fluent_flip_vertical_24_filled" case .flipVertical24Regular: return "ic_fluent_flip_vertical_24_regular" case .flipVertical28Filled: return "ic_fluent_flip_vertical_28_filled" @@ -21950,8 +22094,6 @@ import Foundation case .folder20Regular: return "ic_fluent_folder_20_regular" case .folder24Filled: return "ic_fluent_folder_24_filled" case .folder24Regular: return "ic_fluent_folder_24_regular" - default: break } - switch self { case .folder28Filled: return "ic_fluent_folder_28_filled" case .folder28Regular: return "ic_fluent_folder_28_regular" case .folder32Filled: return "ic_fluent_folder_32_filled" @@ -22004,6 +22146,8 @@ import Foundation case .folderArrowUp28Regular: return "ic_fluent_folder_arrow_up_28_regular" case .folderArrowUp32Filled: return "ic_fluent_folder_arrow_up_32_filled" case .folderArrowUp32Regular: return "ic_fluent_folder_arrow_up_32_regular" + default: break } + switch self { case .folderArrowUp48Filled: return "ic_fluent_folder_arrow_up_48_filled" case .folderArrowUp48Regular: return "ic_fluent_folder_arrow_up_48_regular" case .folderBriefcase20Filled: return "ic_fluent_folder_briefcase_20_filled" @@ -22052,8 +22196,6 @@ import Foundation case .folderOpen20Regular: return "ic_fluent_folder_open_20_regular" case .folderOpen24Filled: return "ic_fluent_folder_open_24_filled" case .folderOpen24Regular: return "ic_fluent_folder_open_24_regular" - default: break } - switch self { case .folderOpenVertical16Filled: return "ic_fluent_folder_open_vertical_16_filled" case .folderOpenVertical16Regular: return "ic_fluent_folder_open_vertical_16_regular" case .folderOpenVertical20Filled: return "ic_fluent_folder_open_vertical_20_filled" @@ -22106,6 +22248,8 @@ import Foundation case .folderSync20Regular: return "ic_fluent_folder_sync_20_regular" case .folderSync24Filled: return "ic_fluent_folder_sync_24_filled" case .folderSync24Regular: return "ic_fluent_folder_sync_24_regular" + default: break } + switch self { case .folderZip16Filled: return "ic_fluent_folder_zip_16_filled" case .folderZip16Regular: return "ic_fluent_folder_zip_16_regular" case .folderZip20Filled: return "ic_fluent_folder_zip_20_filled" @@ -22154,8 +22298,6 @@ import Foundation case .foodCake20Regular: return "ic_fluent_food_cake_20_regular" case .foodCake24Filled: return "ic_fluent_food_cake_24_filled" case .foodCake24Regular: return "ic_fluent_food_cake_24_regular" - default: break } - switch self { case .foodCarrot20Filled: return "ic_fluent_food_carrot_20_filled" case .foodCarrot20Regular: return "ic_fluent_food_carrot_20_regular" case .foodCarrot24Filled: return "ic_fluent_food_carrot_24_filled" @@ -22208,6 +22350,8 @@ import Foundation case .formMultiple28Regular: return "ic_fluent_form_multiple_28_regular" case .formMultiple48Filled: return "ic_fluent_form_multiple_48_filled" case .formMultiple48Regular: return "ic_fluent_form_multiple_48_regular" + default: break } + switch self { case .formNew20Filled: return "ic_fluent_form_new_20_filled" case .formNew20Regular: return "ic_fluent_form_new_20_regular" case .formNew24Filled: return "ic_fluent_form_new_24_filled" @@ -22256,8 +22400,6 @@ import Foundation case .frame24Regular: return "ic_fluent_frame_24_regular" case .fullScreenMaximize16Filled: return "ic_fluent_full_screen_maximize_16_filled" case .fullScreenMaximize16Regular: return "ic_fluent_full_screen_maximize_16_regular" - default: break } - switch self { case .fullScreenMaximize20Filled: return "ic_fluent_full_screen_maximize_20_filled" case .fullScreenMaximize20Regular: return "ic_fluent_full_screen_maximize_20_regular" case .fullScreenMaximize24Filled: return "ic_fluent_full_screen_maximize_24_filled" @@ -22310,6 +22452,8 @@ import Foundation case .gauge24Regular: return "ic_fluent_gauge_24_regular" case .gauge32Filled: return "ic_fluent_gauge_32_filled" case .gauge32Regular: return "ic_fluent_gauge_32_regular" + default: break } + switch self { case .gaugeAdd20Filled: return "ic_fluent_gauge_add_20_filled" case .gaugeAdd20Regular: return "ic_fluent_gauge_add_20_regular" case .gavel16Filled: return "ic_fluent_gavel_16_filled" @@ -22358,8 +22502,6 @@ import Foundation case .giftCardMoney20Regular: return "ic_fluent_gift_card_money_20_regular" case .giftCardMoney24Filled: return "ic_fluent_gift_card_money_24_filled" case .giftCardMoney24Regular: return "ic_fluent_gift_card_money_24_regular" - default: break } - switch self { case .giftCardMultiple20Filled: return "ic_fluent_gift_card_multiple_20_filled" case .giftCardMultiple20Regular: return "ic_fluent_gift_card_multiple_20_regular" case .giftCardMultiple24Filled: return "ic_fluent_gift_card_multiple_24_filled" @@ -22412,6 +22554,8 @@ import Foundation case .glassesOff16Regular: return "ic_fluent_glasses_off_16_regular" case .glassesOff20Filled: return "ic_fluent_glasses_off_20_filled" case .glassesOff20Regular: return "ic_fluent_glasses_off_20_regular" + default: break } + switch self { case .glassesOff24Filled: return "ic_fluent_glasses_off_24_filled" case .glassesOff24Regular: return "ic_fluent_glasses_off_24_regular" case .glassesOff28Filled: return "ic_fluent_glasses_off_28_filled" @@ -22460,8 +22604,6 @@ import Foundation case .globeClock24Regular: return "ic_fluent_globe_clock_24_regular" case .globeDesktop20Filled: return "ic_fluent_globe_desktop_20_filled" case .globeDesktop20Regular: return "ic_fluent_globe_desktop_20_regular" - default: break } - switch self { case .globeDesktop24Filled: return "ic_fluent_globe_desktop_24_filled" case .globeDesktop24Regular: return "ic_fluent_globe_desktop_24_regular" case .globeError16Filled: return "ic_fluent_globe_error_16_filled" @@ -22514,6 +22656,8 @@ import Foundation case .globeVideo20Regular: return "ic_fluent_globe_video_20_regular" case .globeVideo24Filled: return "ic_fluent_globe_video_24_filled" case .globeVideo24Regular: return "ic_fluent_globe_video_24_regular" + default: break } + switch self { case .globeVideo28Filled: return "ic_fluent_globe_video_28_filled" case .globeVideo28Regular: return "ic_fluent_globe_video_28_regular" case .globeVideo32Filled: return "ic_fluent_globe_video_32_filled" @@ -22562,8 +22706,6 @@ import Foundation case .groupList24Regular: return "ic_fluent_group_list_24_regular" case .groupReturn20Filled: return "ic_fluent_group_return_20_filled" case .groupReturn20Regular: return "ic_fluent_group_return_20_regular" - default: break } - switch self { case .groupReturn24Filled: return "ic_fluent_group_return_24_filled" case .groupReturn24Regular: return "ic_fluent_group_return_24_regular" case .guardian20Filled: return "ic_fluent_guardian_20_filled" @@ -22616,6 +22758,8 @@ import Foundation case .handLeft24Regular: return "ic_fluent_hand_left_24_regular" case .handLeft28Filled: return "ic_fluent_hand_left_28_filled" case .handLeft28Regular: return "ic_fluent_hand_left_28_regular" + default: break } + switch self { case .handLeftChat16Filled: return "ic_fluent_hand_left_chat_16_filled" case .handLeftChat16Regular: return "ic_fluent_hand_left_chat_16_regular" case .handLeftChat20Filled: return "ic_fluent_hand_left_chat_20_filled" @@ -22664,8 +22808,6 @@ import Foundation case .hardDrive20Regular: return "ic_fluent_hard_drive_20_regular" case .hardDrive24Filled: return "ic_fluent_hard_drive_24_filled" case .hardDrive24Regular: return "ic_fluent_hard_drive_24_regular" - default: break } - switch self { case .hardDrive28Filled: return "ic_fluent_hard_drive_28_filled" case .hardDrive28Regular: return "ic_fluent_hard_drive_28_regular" case .hardDrive32Filled: return "ic_fluent_hard_drive_32_filled" @@ -22718,6 +22860,8 @@ import Foundation case .headphones20Regular: return "ic_fluent_headphones_20_regular" case .headphones24Filled: return "ic_fluent_headphones_24_filled" case .headphones24Regular: return "ic_fluent_headphones_24_regular" + default: break } + switch self { case .headphones28Filled: return "ic_fluent_headphones_28_filled" case .headphones28Regular: return "ic_fluent_headphones_28_regular" case .headphones32Filled: return "ic_fluent_headphones_32_filled" @@ -22766,8 +22910,6 @@ import Foundation case .heart28Regular: return "ic_fluent_heart_28_regular" case .heart32Filled: return "ic_fluent_heart_32_filled" case .heart32Regular: return "ic_fluent_heart_32_regular" - default: break } - switch self { case .heart48Filled: return "ic_fluent_heart_48_filled" case .heart48Regular: return "ic_fluent_heart_48_regular" case .heartBroken16Filled: return "ic_fluent_heart_broken_16_filled" @@ -22820,6 +22962,8 @@ import Foundation case .hexagon20Regular: return "ic_fluent_hexagon_20_regular" case .hexagon24Filled: return "ic_fluent_hexagon_24_filled" case .hexagon24Regular: return "ic_fluent_hexagon_24_regular" + default: break } + switch self { case .hexagon28Filled: return "ic_fluent_hexagon_28_filled" case .hexagon28Regular: return "ic_fluent_hexagon_28_regular" case .hexagon32Filled: return "ic_fluent_hexagon_32_filled" @@ -22845,6 +22989,10 @@ import Foundation case .highlightAccent24Filled: return "ic_fluent_highlight_accent_24_filled" case .highlightLink20Filled: return "ic_fluent_highlight_link_20_filled" case .highlightLink20Regular: return "ic_fluent_highlight_link_20_regular" + case .highway20Filled: return "ic_fluent_highway_20_filled" + case .highway20Regular: return "ic_fluent_highway_20_regular" + case .highway24Filled: return "ic_fluent_highway_24_filled" + case .highway24Regular: return "ic_fluent_highway_24_regular" case .history16Filled: return "ic_fluent_history_16_filled" case .history16Regular: return "ic_fluent_history_16_regular" case .history20Filled: return "ic_fluent_history_20_filled" @@ -22868,8 +23016,6 @@ import Foundation case .historyDismiss48Filled: return "ic_fluent_history_dismiss_48_filled" case .historyDismiss48Regular: return "ic_fluent_history_dismiss_48_regular" case .home12Filled: return "ic_fluent_home_12_filled" - default: break } - switch self { case .home12Regular: return "ic_fluent_home_12_regular" case .home16Filled: return "ic_fluent_home_16_filled" case .home16Regular: return "ic_fluent_home_16_regular" @@ -22918,6 +23064,8 @@ import Foundation case .homeMore32Filled: return "ic_fluent_home_more_32_filled" case .homeMore32Regular: return "ic_fluent_home_more_32_regular" case .homeMore48Filled: return "ic_fluent_home_more_48_filled" + default: break } + switch self { case .homeMore48Regular: return "ic_fluent_home_more_48_regular" case .homePerson20Filled: return "ic_fluent_home_person_20_filled" case .homePerson20Regular: return "ic_fluent_home_person_20_regular" @@ -22970,8 +23118,6 @@ import Foundation case .image32Filled: return "ic_fluent_image_32_filled" case .image32Regular: return "ic_fluent_image_32_regular" case .image48Filled: return "ic_fluent_image_48_filled" - default: break } - switch self { case .image48Regular: return "ic_fluent_image_48_regular" case .imageAdd20Filled: return "ic_fluent_image_add_20_filled" case .imageAdd20Regular: return "ic_fluent_image_add_20_regular" @@ -23020,6 +23166,8 @@ import Foundation case .imageCircle48Filled: return "ic_fluent_image_circle_48_filled" case .imageCircle48Regular: return "ic_fluent_image_circle_48_regular" case .imageCopy20Filled: return "ic_fluent_image_copy_20_filled" + default: break } + switch self { case .imageCopy20Regular: return "ic_fluent_image_copy_20_regular" case .imageCopy24Filled: return "ic_fluent_image_copy_24_filled" case .imageCopy24Regular: return "ic_fluent_image_copy_24_regular" @@ -23072,8 +23220,6 @@ import Foundation case .imageSearch20Filled: return "ic_fluent_image_search_20_filled" case .imageSearch20Regular: return "ic_fluent_image_search_20_regular" case .imageSearch24Filled: return "ic_fluent_image_search_24_filled" - default: break } - switch self { case .imageSearch24Regular: return "ic_fluent_image_search_24_regular" case .imageShadow20Filled: return "ic_fluent_image_shadow_20_filled" case .imageShadow20Regular: return "ic_fluent_image_shadow_20_regular" @@ -23122,6 +23268,8 @@ import Foundation case .important24Filled: return "ic_fluent_important_24_filled" case .important24Regular: return "ic_fluent_important_24_regular" case .important32Filled: return "ic_fluent_important_32_filled" + default: break } + switch self { case .important32Regular: return "ic_fluent_important_32_regular" case .incognito20Filled: return "ic_fluent_incognito_20_filled" case .incognito20Regular: return "ic_fluent_incognito_20_regular" @@ -23174,8 +23322,6 @@ import Foundation case .inprivateAccount24Filled: return "ic_fluent_inprivate_account_24_filled" case .inprivateAccount24Regular: return "ic_fluent_inprivate_account_24_regular" case .inprivateAccount28Filled: return "ic_fluent_inprivate_account_28_filled" - default: break } - switch self { case .inprivateAccount28Regular: return "ic_fluent_inprivate_account_28_regular" case .insert20Filled: return "ic_fluent_insert_20_filled" case .insert20Regular: return "ic_fluent_insert_20_regular" @@ -23224,6 +23370,8 @@ import Foundation case .keyMultiple24Filled: return "ic_fluent_key_multiple_24_filled" case .keyMultiple24Regular: return "ic_fluent_key_multiple_24_regular" case .keyReset20Filled: return "ic_fluent_key_reset_20_filled" + default: break } + switch self { case .keyReset20Regular: return "ic_fluent_key_reset_20_regular" case .keyReset24Filled: return "ic_fluent_key_reset_24_filled" case .keyReset24Regular: return "ic_fluent_key_reset_24_regular" @@ -23276,8 +23424,6 @@ import Foundation case .keyboardTab24Filled: return "ic_fluent_keyboard_tab_24_filled" case .keyboardTab24Regular: return "ic_fluent_keyboard_tab_24_regular" case .kiosk24Filled: return "ic_fluent_kiosk_24_filled" - default: break } - switch self { case .kiosk24Regular: return "ic_fluent_kiosk_24_regular" case .laptop16Filled: return "ic_fluent_laptop_16_filled" case .laptop16Regular: return "ic_fluent_laptop_16_regular" @@ -23303,6 +23449,12 @@ import Foundation case .laptopDismiss20Regular: return "ic_fluent_laptop_dismiss_20_regular" case .laptopMultiple24Filled: return "ic_fluent_laptop_multiple_24_filled" case .laptopMultiple24Regular: return "ic_fluent_laptop_multiple_24_regular" + case .laptopPerson20Filled: return "ic_fluent_laptop_person_20_filled" + case .laptopPerson20Regular: return "ic_fluent_laptop_person_20_regular" + case .laptopPerson24Filled: return "ic_fluent_laptop_person_24_filled" + case .laptopPerson24Regular: return "ic_fluent_laptop_person_24_regular" + case .laptopPerson48Filled: return "ic_fluent_laptop_person_48_filled" + case .laptopPerson48Regular: return "ic_fluent_laptop_person_48_regular" case .laptopSettings20Filled: return "ic_fluent_laptop_settings_20_filled" case .laptopSettings20Regular: return "ic_fluent_laptop_settings_20_regular" case .laptopSettings24Filled: return "ic_fluent_laptop_settings_24_filled" @@ -23320,6 +23472,8 @@ import Foundation case .lasso24Filled: return "ic_fluent_lasso_24_filled" case .lasso24Regular: return "ic_fluent_lasso_24_regular" case .lasso28Filled: return "ic_fluent_lasso_28_filled" + default: break } + switch self { case .lasso28Regular: return "ic_fluent_lasso_28_regular" case .launcherSettings20Filled: return "ic_fluent_launcher_settings_20_filled" case .launcherSettings20Regular: return "ic_fluent_launcher_settings_20_regular" @@ -23378,8 +23532,6 @@ import Foundation case .layoutColumnFourFocusCenterLeft24Filled: return "ic_fluent_layout_column_four_focus_center_left_24_filled" case .layoutColumnFourFocusCenterRight16Filled: return "ic_fluent_layout_column_four_focus_center_right_16_filled" case .layoutColumnFourFocusCenterRight20Filled: return "ic_fluent_layout_column_four_focus_center_right_20_filled" - default: break } - switch self { case .layoutColumnFourFocusCenterRight24Filled: return "ic_fluent_layout_column_four_focus_center_right_24_filled" case .layoutColumnFourFocusLeft16Filled: return "ic_fluent_layout_column_four_focus_left_16_filled" case .layoutColumnFourFocusLeft20Filled: return "ic_fluent_layout_column_four_focus_left_20_filled" @@ -23422,6 +23574,8 @@ import Foundation case .layoutColumnThreeFocusRight24Filled: return "ic_fluent_layout_column_three_focus_right_24_filled" case .layoutColumnTwo16Filled: return "ic_fluent_layout_column_two_16_filled" case .layoutColumnTwo16Regular: return "ic_fluent_layout_column_two_16_regular" + default: break } + switch self { case .layoutColumnTwo20Filled: return "ic_fluent_layout_column_two_20_filled" case .layoutColumnTwo20Regular: return "ic_fluent_layout_column_two_20_regular" case .layoutColumnTwo24Filled: return "ic_fluent_layout_column_two_24_filled" @@ -23480,8 +23634,6 @@ import Foundation case .layoutRowFourFocusTop16Filled: return "ic_fluent_layout_row_four_focus_top_16_filled" case .layoutRowFourFocusTop20Filled: return "ic_fluent_layout_row_four_focus_top_20_filled" case .layoutRowFourFocusTop24Filled: return "ic_fluent_layout_row_four_focus_top_24_filled" - default: break } - switch self { case .layoutRowThree16Filled: return "ic_fluent_layout_row_three_16_filled" case .layoutRowThree16Regular: return "ic_fluent_layout_row_three_16_regular" case .layoutRowThree20Filled: return "ic_fluent_layout_row_three_20_filled" @@ -23524,6 +23676,8 @@ import Foundation case .layoutRowTwoSplitBottomFocusTop16Filled: return "ic_fluent_layout_row_two_split_bottom_focus_top_16_filled" case .layoutRowTwoSplitBottomFocusTop20Filled: return "ic_fluent_layout_row_two_split_bottom_focus_top_20_filled" case .layoutRowTwoSplitBottomFocusTop24Filled: return "ic_fluent_layout_row_two_split_bottom_focus_top_24_filled" + default: break } + switch self { case .layoutRowTwoSplitTop16Filled: return "ic_fluent_layout_row_two_split_top_16_filled" case .layoutRowTwoSplitTop16Regular: return "ic_fluent_layout_row_two_split_top_16_regular" case .layoutRowTwoSplitTop20Filled: return "ic_fluent_layout_row_two_split_top_20_filled" @@ -23582,8 +23736,6 @@ import Foundation case .lightbulb20Filled: return "ic_fluent_lightbulb_20_filled" case .lightbulb20Regular: return "ic_fluent_lightbulb_20_regular" case .lightbulb24Filled: return "ic_fluent_lightbulb_24_filled" - default: break } - switch self { case .lightbulb24Regular: return "ic_fluent_lightbulb_24_regular" case .lightbulb28Filled: return "ic_fluent_lightbulb_28_filled" case .lightbulb28Regular: return "ic_fluent_lightbulb_28_regular" @@ -23626,6 +23778,8 @@ import Foundation case .likert24Filled: return "ic_fluent_likert_24_filled" case .likert24Regular: return "ic_fluent_likert_24_regular" case .line20Filled: return "ic_fluent_line_20_filled" + default: break } + switch self { case .line20Regular: return "ic_fluent_line_20_regular" case .line24Filled: return "ic_fluent_line_24_filled" case .line24Regular: return "ic_fluent_line_24_regular" @@ -23684,8 +23838,6 @@ import Foundation case .lineHorizontal4Search20Filled: return "ic_fluent_line_horizontal_4_search_20_filled" case .lineHorizontal4Search20Regular: return "ic_fluent_line_horizontal_4_search_20_regular" case .lineHorizontal520Filled: return "ic_fluent_line_horizontal_5_20_filled" - default: break } - switch self { case .lineHorizontal520Regular: return "ic_fluent_line_horizontal_5_20_regular" case .lineHorizontal5Error20Filled: return "ic_fluent_line_horizontal_5_error_20_filled" case .lineHorizontal5Error20Regular: return "ic_fluent_line_horizontal_5_error_20_regular" @@ -23728,6 +23880,8 @@ import Foundation case .linkEdit20Filled: return "ic_fluent_link_edit_20_filled" case .linkEdit20Regular: return "ic_fluent_link_edit_20_regular" case .linkEdit24Filled: return "ic_fluent_link_edit_24_filled" + default: break } + switch self { case .linkEdit24Regular: return "ic_fluent_link_edit_24_regular" case .linkMultiple16Filled: return "ic_fluent_link_multiple_16_filled" case .linkMultiple16Regular: return "ic_fluent_link_multiple_16_regular" @@ -23786,8 +23940,6 @@ import Foundation case .liveOff24Filled: return "ic_fluent_live_off_24_filled" case .liveOff24Regular: return "ic_fluent_live_off_24_regular" case .localLanguage16Filled: return "ic_fluent_local_language_16_filled" - default: break } - switch self { case .localLanguage16Regular: return "ic_fluent_local_language_16_regular" case .localLanguage20Filled: return "ic_fluent_local_language_20_filled" case .localLanguage20Regular: return "ic_fluent_local_language_20_regular" @@ -23830,6 +23982,8 @@ import Foundation case .locationArrow28Filled: return "ic_fluent_location_arrow_28_filled" case .locationArrow28Regular: return "ic_fluent_location_arrow_28_regular" case .locationArrow32Filled: return "ic_fluent_location_arrow_32_filled" + default: break } + switch self { case .locationArrow32Regular: return "ic_fluent_location_arrow_32_regular" case .locationArrow48Filled: return "ic_fluent_location_arrow_48_filled" case .locationArrow48Regular: return "ic_fluent_location_arrow_48_regular" @@ -23869,6 +24023,12 @@ import Foundation case .locationOff28Regular: return "ic_fluent_location_off_28_regular" case .locationOff48Filled: return "ic_fluent_location_off_48_filled" case .locationOff48Regular: return "ic_fluent_location_off_48_regular" + case .locationRipple16Filled: return "ic_fluent_location_ripple_16_filled" + case .locationRipple16Regular: return "ic_fluent_location_ripple_16_regular" + case .locationRipple20Filled: return "ic_fluent_location_ripple_20_filled" + case .locationRipple20Regular: return "ic_fluent_location_ripple_20_regular" + case .locationRipple24Filled: return "ic_fluent_location_ripple_24_filled" + case .locationRipple24Regular: return "ic_fluent_location_ripple_24_regular" case .locationTargetSquare16Filled: return "ic_fluent_location_target_square_16_filled" case .locationTargetSquare16Regular: return "ic_fluent_location_target_square_16_regular" case .locationTargetSquare20Filled: return "ic_fluent_location_target_square_20_filled" @@ -23888,8 +24048,6 @@ import Foundation case .lockClosed28Filled: return "ic_fluent_lock_closed_28_filled" case .lockClosed28Regular: return "ic_fluent_lock_closed_28_regular" case .lockClosed32Filled: return "ic_fluent_lock_closed_32_filled" - default: break } - switch self { case .lockClosed32Regular: return "ic_fluent_lock_closed_32_regular" case .lockClosed48Filled: return "ic_fluent_lock_closed_48_filled" case .lockClosed48Regular: return "ic_fluent_lock_closed_48_regular" @@ -23926,6 +24084,8 @@ import Foundation case .lockShield28Filled: return "ic_fluent_lock_shield_28_filled" case .lockShield28Regular: return "ic_fluent_lock_shield_28_regular" case .lockShield32Filled: return "ic_fluent_lock_shield_32_filled" + default: break } + switch self { case .lockShield32Regular: return "ic_fluent_lock_shield_32_regular" case .lockShield48Filled: return "ic_fluent_lock_shield_48_filled" case .lockShield48Regular: return "ic_fluent_lock_shield_48_regular" @@ -23990,13 +24150,13 @@ import Foundation case .mailArrowClockwise24Filled: return "ic_fluent_mail_arrow_clockwise_24_filled" case .mailArrowClockwise24Regular: return "ic_fluent_mail_arrow_clockwise_24_regular" case .mailArrowDoubleBack16Filled: return "ic_fluent_mail_arrow_double_back_16_filled" - default: break } - switch self { case .mailArrowDoubleBack16Regular: return "ic_fluent_mail_arrow_double_back_16_regular" case .mailArrowDoubleBack20Filled: return "ic_fluent_mail_arrow_double_back_20_filled" case .mailArrowDoubleBack20Regular: return "ic_fluent_mail_arrow_double_back_20_regular" case .mailArrowDoubleBack24Filled: return "ic_fluent_mail_arrow_double_back_24_filled" case .mailArrowDoubleBack24Regular: return "ic_fluent_mail_arrow_double_back_24_regular" + case .mailArrowDoubleBack32Filled: return "ic_fluent_mail_arrow_double_back_32_filled" + case .mailArrowDoubleBack32Regular: return "ic_fluent_mail_arrow_double_back_32_regular" case .mailArrowDown16Filled: return "ic_fluent_mail_arrow_down_16_filled" case .mailArrowDown16Regular: return "ic_fluent_mail_arrow_down_16_regular" case .mailArrowDown20Filled: return "ic_fluent_mail_arrow_down_20_filled" @@ -24019,11 +24179,15 @@ import Foundation case .mailAttach24Regular: return "ic_fluent_mail_attach_24_regular" case .mailAttach28Filled: return "ic_fluent_mail_attach_28_filled" case .mailAttach28Regular: return "ic_fluent_mail_attach_28_regular" + case .mailBriefcase48Filled: return "ic_fluent_mail_briefcase_48_filled" + case .mailBriefcase48Regular: return "ic_fluent_mail_briefcase_48_regular" case .mailCheckmark16Filled: return "ic_fluent_mail_checkmark_16_filled" case .mailCheckmark16Regular: return "ic_fluent_mail_checkmark_16_regular" case .mailCheckmark20Filled: return "ic_fluent_mail_checkmark_20_filled" case .mailCheckmark20Regular: return "ic_fluent_mail_checkmark_20_regular" case .mailCheckmark24Filled: return "ic_fluent_mail_checkmark_24_filled" + default: break } + switch self { case .mailCheckmark24Regular: return "ic_fluent_mail_checkmark_24_regular" case .mailClock16Filled: return "ic_fluent_mail_clock_16_filled" case .mailClock16Regular: return "ic_fluent_mail_clock_16_regular" @@ -24092,8 +24256,6 @@ import Foundation case .mailInboxCheckmark24Filled: return "ic_fluent_mail_inbox_checkmark_24_filled" case .mailInboxCheckmark24Regular: return "ic_fluent_mail_inbox_checkmark_24_regular" case .mailInboxCheckmark28Filled: return "ic_fluent_mail_inbox_checkmark_28_filled" - default: break } - switch self { case .mailInboxCheckmark28Regular: return "ic_fluent_mail_inbox_checkmark_28_regular" case .mailInboxDismiss16Filled: return "ic_fluent_mail_inbox_dismiss_16_filled" case .mailInboxDismiss16Regular: return "ic_fluent_mail_inbox_dismiss_16_regular" @@ -24126,6 +24288,8 @@ import Foundation case .mailMultiple32Filled: return "ic_fluent_mail_multiple_32_filled" case .mailMultiple32Regular: return "ic_fluent_mail_multiple_32_regular" case .mailOff16Filled: return "ic_fluent_mail_off_16_filled" + default: break } + switch self { case .mailOff16Regular: return "ic_fluent_mail_off_16_regular" case .mailOff20Filled: return "ic_fluent_mail_off_20_filled" case .mailOff20Regular: return "ic_fluent_mail_off_20_regular" @@ -24194,8 +24358,6 @@ import Foundation case .mailUnread12Filled: return "ic_fluent_mail_unread_12_filled" case .mailUnread12Regular: return "ic_fluent_mail_unread_12_regular" case .mailUnread16Filled: return "ic_fluent_mail_unread_16_filled" - default: break } - switch self { case .mailUnread16Regular: return "ic_fluent_mail_unread_16_regular" case .mailUnread20Filled: return "ic_fluent_mail_unread_20_filled" case .mailUnread20Regular: return "ic_fluent_mail_unread_20_regular" @@ -24228,6 +24390,8 @@ import Foundation case .mapDrive20Filled: return "ic_fluent_map_drive_20_filled" case .mapDrive20Regular: return "ic_fluent_map_drive_20_regular" case .mapDrive24Filled: return "ic_fluent_map_drive_24_filled" + default: break } + switch self { case .mapDrive24Regular: return "ic_fluent_map_drive_24_regular" case .markdown20Filled: return "ic_fluent_markdown_20_filled" case .markdown20Regular: return "ic_fluent_markdown_20_regular" @@ -24296,8 +24460,6 @@ import Foundation case .megaphone28Filled: return "ic_fluent_megaphone_28_filled" case .megaphone28Regular: return "ic_fluent_megaphone_28_regular" case .megaphoneCircle20Filled: return "ic_fluent_megaphone_circle_20_filled" - default: break } - switch self { case .megaphoneCircle20Regular: return "ic_fluent_megaphone_circle_20_regular" case .megaphoneCircle24Filled: return "ic_fluent_megaphone_circle_24_filled" case .megaphoneCircle24Regular: return "ic_fluent_megaphone_circle_24_regular" @@ -24330,6 +24492,8 @@ import Foundation case .mention24Filled: return "ic_fluent_mention_24_filled" case .mention24Regular: return "ic_fluent_mention_24_regular" case .mention32Filled: return "ic_fluent_mention_32_filled" + default: break } + switch self { case .mention32Regular: return "ic_fluent_mention_32_regular" case .mention48Filled: return "ic_fluent_mention_48_filled" case .mention48Regular: return "ic_fluent_mention_48_regular" @@ -24398,8 +24562,6 @@ import Foundation case .micPulseOff24Filled: return "ic_fluent_mic_pulse_off_24_filled" case .micPulseOff24Regular: return "ic_fluent_mic_pulse_off_24_regular" case .micPulseOff28Filled: return "ic_fluent_mic_pulse_off_28_filled" - default: break } - switch self { case .micPulseOff28Regular: return "ic_fluent_mic_pulse_off_28_regular" case .micPulseOff32Filled: return "ic_fluent_mic_pulse_off_32_filled" case .micPulseOff32Regular: return "ic_fluent_mic_pulse_off_32_regular" @@ -24432,6 +24594,8 @@ import Foundation case .midi24Filled: return "ic_fluent_midi_24_filled" case .midi24Regular: return "ic_fluent_midi_24_regular" case .mobileOptimized20Filled: return "ic_fluent_mobile_optimized_20_filled" + default: break } + switch self { case .mobileOptimized20Regular: return "ic_fluent_mobile_optimized_20_regular" case .mobileOptimized24Filled: return "ic_fluent_mobile_optimized_24_filled" case .mobileOptimized24Regular: return "ic_fluent_mobile_optimized_24_regular" @@ -24500,8 +24664,6 @@ import Foundation case .moreHorizontal20Filled: return "ic_fluent_more_horizontal_20_filled" case .moreHorizontal20Regular: return "ic_fluent_more_horizontal_20_regular" case .moreHorizontal24Filled: return "ic_fluent_more_horizontal_24_filled" - default: break } - switch self { case .moreHorizontal24Regular: return "ic_fluent_more_horizontal_24_regular" case .moreHorizontal28Filled: return "ic_fluent_more_horizontal_28_filled" case .moreHorizontal28Regular: return "ic_fluent_more_horizontal_28_regular" @@ -24534,6 +24696,8 @@ import Foundation case .mountainLocationTop28Filled: return "ic_fluent_mountain_location_top_28_filled" case .mountainLocationTop28Regular: return "ic_fluent_mountain_location_top_28_regular" case .mountainTrail20Filled: return "ic_fluent_mountain_trail_20_filled" + default: break } + switch self { case .mountainTrail20Regular: return "ic_fluent_mountain_trail_20_regular" case .mountainTrail24Filled: return "ic_fluent_mountain_trail_24_filled" case .mountainTrail24Regular: return "ic_fluent_mountain_trail_24_regular" @@ -24602,8 +24766,6 @@ import Foundation case .multiplier5X28Filled: return "ic_fluent_multiplier_5x_28_filled" case .multiplier5X28Regular: return "ic_fluent_multiplier_5x_28_regular" case .multiplier5X32Filled: return "ic_fluent_multiplier_5x_32_filled" - default: break } - switch self { case .multiplier5X32Regular: return "ic_fluent_multiplier_5x_32_regular" case .multiplier5X48Filled: return "ic_fluent_multiplier_5x_48_filled" case .multiplier5X48Regular: return "ic_fluent_multiplier_5x_48_regular" @@ -24636,6 +24798,8 @@ import Foundation case .musicNoteOff224Filled: return "ic_fluent_music_note_off_2_24_filled" case .musicNoteOff224Regular: return "ic_fluent_music_note_off_2_24_regular" case .myLocation12Filled: return "ic_fluent_my_location_12_filled" + default: break } + switch self { case .myLocation12Regular: return "ic_fluent_my_location_12_regular" case .myLocation16Filled: return "ic_fluent_my_location_16_filled" case .myLocation16Regular: return "ic_fluent_my_location_16_regular" @@ -24704,8 +24868,6 @@ import Foundation case .note48Filled: return "ic_fluent_note_48_filled" case .note48Regular: return "ic_fluent_note_48_regular" case .noteAdd16Filled: return "ic_fluent_note_add_16_filled" - default: break } - switch self { case .noteAdd16Regular: return "ic_fluent_note_add_16_regular" case .noteAdd20Filled: return "ic_fluent_note_add_20_filled" case .noteAdd20Regular: return "ic_fluent_note_add_20_regular" @@ -24738,6 +24900,8 @@ import Foundation case .notebookArrowCurveDown20Filled: return "ic_fluent_notebook_arrow_curve_down_20_filled" case .notebookArrowCurveDown20Regular: return "ic_fluent_notebook_arrow_curve_down_20_regular" case .notebookError20Filled: return "ic_fluent_notebook_error_20_filled" + default: break } + switch self { case .notebookError20Regular: return "ic_fluent_notebook_error_20_regular" case .notebookError24Filled: return "ic_fluent_notebook_error_24_filled" case .notebookError24Regular: return "ic_fluent_notebook_error_24_regular" @@ -24806,8 +24970,6 @@ import Foundation case .numberCircle120Filled: return "ic_fluent_number_circle_1_20_filled" case .numberCircle120Regular: return "ic_fluent_number_circle_1_20_regular" case .numberCircle124Filled: return "ic_fluent_number_circle_1_24_filled" - default: break } - switch self { case .numberCircle124Regular: return "ic_fluent_number_circle_1_24_regular" case .numberCircle128Filled: return "ic_fluent_number_circle_1_28_filled" case .numberCircle128Regular: return "ic_fluent_number_circle_1_28_regular" @@ -24840,6 +25002,8 @@ import Foundation case .numberCircle348Filled: return "ic_fluent_number_circle_3_48_filled" case .numberCircle348Regular: return "ic_fluent_number_circle_3_48_regular" case .numberCircle416Filled: return "ic_fluent_number_circle_4_16_filled" + default: break } + switch self { case .numberCircle416Regular: return "ic_fluent_number_circle_4_16_regular" case .numberCircle420Filled: return "ic_fluent_number_circle_4_20_filled" case .numberCircle420Regular: return "ic_fluent_number_circle_4_20_regular" @@ -24908,8 +25072,6 @@ import Foundation case .numberCircle928Filled: return "ic_fluent_number_circle_9_28_filled" case .numberCircle928Regular: return "ic_fluent_number_circle_9_28_regular" case .numberCircle932Filled: return "ic_fluent_number_circle_9_32_filled" - default: break } - switch self { case .numberCircle932Regular: return "ic_fluent_number_circle_9_32_regular" case .numberCircle948Filled: return "ic_fluent_number_circle_9_48_filled" case .numberCircle948Regular: return "ic_fluent_number_circle_9_48_regular" @@ -24942,6 +25104,8 @@ import Foundation case .open12Filled: return "ic_fluent_open_12_filled" case .open12Regular: return "ic_fluent_open_12_regular" case .open16Filled: return "ic_fluent_open_16_filled" + default: break } + switch self { case .open16Regular: return "ic_fluent_open_16_regular" case .open20Filled: return "ic_fluent_open_20_filled" case .open20Regular: return "ic_fluent_open_20_regular" @@ -24979,6 +25143,10 @@ import Foundation case .options20Regular: return "ic_fluent_options_20_regular" case .options24Filled: return "ic_fluent_options_24_filled" case .options24Regular: return "ic_fluent_options_24_regular" + case .options28Filled: return "ic_fluent_options_28_filled" + case .options28Regular: return "ic_fluent_options_28_regular" + case .options32Filled: return "ic_fluent_options_32_filled" + case .options32Regular: return "ic_fluent_options_32_regular" case .options48Filled: return "ic_fluent_options_48_filled" case .options48Regular: return "ic_fluent_options_48_regular" case .organization12Filled: return "ic_fluent_organization_12_filled" @@ -25010,8 +25178,6 @@ import Foundation case .oval20Filled: return "ic_fluent_oval_20_filled" case .oval20Regular: return "ic_fluent_oval_20_regular" case .oval24Filled: return "ic_fluent_oval_24_filled" - default: break } - switch self { case .oval24Regular: return "ic_fluent_oval_24_regular" case .oval28Filled: return "ic_fluent_oval_28_filled" case .oval28Regular: return "ic_fluent_oval_28_regular" @@ -25040,6 +25206,8 @@ import Foundation case .paddingRight24Filled: return "ic_fluent_padding_right_24_filled" case .paddingRight24Regular: return "ic_fluent_padding_right_24_regular" case .paddingTop20Filled: return "ic_fluent_padding_top_20_filled" + default: break } + switch self { case .paddingTop20Regular: return "ic_fluent_padding_top_20_regular" case .paddingTop24Filled: return "ic_fluent_padding_top_24_filled" case .paddingTop24Regular: return "ic_fluent_padding_top_24_regular" @@ -25112,8 +25280,6 @@ import Foundation case .panelLeftContract24Filled: return "ic_fluent_panel_left_contract_24_filled" case .panelLeftContract24Regular: return "ic_fluent_panel_left_contract_24_regular" case .panelLeftContract28Filled: return "ic_fluent_panel_left_contract_28_filled" - default: break } - switch self { case .panelLeftContract28Regular: return "ic_fluent_panel_left_contract_28_regular" case .panelLeftExpand16Filled: return "ic_fluent_panel_left_expand_16_filled" case .panelLeftExpand16Regular: return "ic_fluent_panel_left_expand_16_regular" @@ -25142,6 +25308,8 @@ import Foundation case .panelLeftHeaderAdd16Filled: return "ic_fluent_panel_left_header_add_16_filled" case .panelLeftHeaderAdd16Regular: return "ic_fluent_panel_left_header_add_16_regular" case .panelLeftHeaderAdd20Filled: return "ic_fluent_panel_left_header_add_20_filled" + default: break } + switch self { case .panelLeftHeaderAdd20Regular: return "ic_fluent_panel_left_header_add_20_regular" case .panelLeftHeaderAdd24Filled: return "ic_fluent_panel_left_header_add_24_filled" case .panelLeftHeaderAdd24Regular: return "ic_fluent_panel_left_header_add_24_regular" @@ -25214,8 +25382,6 @@ import Foundation case .panelRightAdd20Filled: return "ic_fluent_panel_right_add_20_filled" case .panelRightAdd20Regular: return "ic_fluent_panel_right_add_20_regular" case .panelRightContract16Filled: return "ic_fluent_panel_right_contract_16_filled" - default: break } - switch self { case .panelRightContract16Regular: return "ic_fluent_panel_right_contract_16_regular" case .panelRightContract20Filled: return "ic_fluent_panel_right_contract_20_filled" case .panelRightContract20Regular: return "ic_fluent_panel_right_contract_20_regular" @@ -25244,6 +25410,8 @@ import Foundation case .panelTopGallery16Filled: return "ic_fluent_panel_top_gallery_16_filled" case .panelTopGallery16Regular: return "ic_fluent_panel_top_gallery_16_regular" case .panelTopGallery20Filled: return "ic_fluent_panel_top_gallery_20_filled" + default: break } + switch self { case .panelTopGallery20Regular: return "ic_fluent_panel_top_gallery_20_regular" case .panelTopGallery24Filled: return "ic_fluent_panel_top_gallery_24_filled" case .panelTopGallery24Regular: return "ic_fluent_panel_top_gallery_24_regular" @@ -25316,8 +25484,6 @@ import Foundation case .paymentWireless28Filled: return "ic_fluent_payment_wireless_28_filled" case .paymentWireless28Regular: return "ic_fluent_payment_wireless_28_regular" case .paymentWireless32Filled: return "ic_fluent_payment_wireless_32_filled" - default: break } - switch self { case .paymentWireless32Regular: return "ic_fluent_payment_wireless_32_regular" case .paymentWireless48Filled: return "ic_fluent_payment_wireless_48_filled" case .paymentWireless48Regular: return "ic_fluent_payment_wireless_48_regular" @@ -25346,6 +25512,8 @@ import Foundation case .penDismiss48Filled: return "ic_fluent_pen_dismiss_48_filled" case .penDismiss48Regular: return "ic_fluent_pen_dismiss_48_regular" case .penOff16Filled: return "ic_fluent_pen_off_16_filled" + default: break } + switch self { case .penOff16Regular: return "ic_fluent_pen_off_16_regular" case .penOff20Filled: return "ic_fluent_pen_off_20_filled" case .penOff20Regular: return "ic_fluent_pen_off_20_regular" @@ -25409,6 +25577,8 @@ import Foundation case .peopleAdd24Regular: return "ic_fluent_people_add_24_regular" case .peopleAdd28Filled: return "ic_fluent_people_add_28_filled" case .peopleAdd28Regular: return "ic_fluent_people_add_28_regular" + case .peopleAdd32Filled: return "ic_fluent_people_add_32_filled" + case .peopleAdd32Regular: return "ic_fluent_people_add_32_regular" case .peopleAudience20Filled: return "ic_fluent_people_audience_20_filled" case .peopleAudience20Regular: return "ic_fluent_people_audience_20_regular" case .peopleAudience24Filled: return "ic_fluent_people_audience_24_filled" @@ -25418,8 +25588,6 @@ import Foundation case .peopleCall16Filled: return "ic_fluent_people_call_16_filled" case .peopleCall16Regular: return "ic_fluent_people_call_16_regular" case .peopleCall20Filled: return "ic_fluent_people_call_20_filled" - default: break } - switch self { case .peopleCall20Regular: return "ic_fluent_people_call_20_regular" case .peopleCall24Filled: return "ic_fluent_people_call_24_filled" case .peopleCall24Regular: return "ic_fluent_people_call_24_regular" @@ -25446,6 +25614,8 @@ import Foundation case .peopleCommunity32Filled: return "ic_fluent_people_community_32_filled" case .peopleCommunity32Regular: return "ic_fluent_people_community_32_regular" case .peopleCommunity48Filled: return "ic_fluent_people_community_48_filled" + default: break } + switch self { case .peopleCommunity48Regular: return "ic_fluent_people_community_48_regular" case .peopleCommunityAdd20Filled: return "ic_fluent_people_community_add_20_filled" case .peopleCommunityAdd20Regular: return "ic_fluent_people_community_add_20_regular" @@ -25520,8 +25690,6 @@ import Foundation case .peopleSwap20Filled: return "ic_fluent_people_swap_20_filled" case .peopleSwap20Regular: return "ic_fluent_people_swap_20_regular" case .peopleSwap24Filled: return "ic_fluent_people_swap_24_filled" - default: break } - switch self { case .peopleSwap24Regular: return "ic_fluent_people_swap_24_regular" case .peopleSwap28Filled: return "ic_fluent_people_swap_28_filled" case .peopleSwap28Regular: return "ic_fluent_people_swap_28_regular" @@ -25548,6 +25716,8 @@ import Foundation case .peopleTeamAdd24Filled: return "ic_fluent_people_team_add_24_filled" case .peopleTeamAdd24Regular: return "ic_fluent_people_team_add_24_regular" case .peopleTeamDelete16Filled: return "ic_fluent_people_team_delete_16_filled" + default: break } + switch self { case .peopleTeamDelete16Regular: return "ic_fluent_people_team_delete_16_regular" case .peopleTeamDelete20Filled: return "ic_fluent_people_team_delete_20_filled" case .peopleTeamDelete20Regular: return "ic_fluent_people_team_delete_20_regular" @@ -25607,6 +25777,8 @@ import Foundation case .personAlert20Regular: return "ic_fluent_person_alert_20_regular" case .personAlert24Filled: return "ic_fluent_person_alert_24_filled" case .personAlert24Regular: return "ic_fluent_person_alert_24_regular" + case .personAlert32Filled: return "ic_fluent_person_alert_32_filled" + case .personAlert32Regular: return "ic_fluent_person_alert_32_regular" case .personArrowBack16Filled: return "ic_fluent_person_arrow_back_16_filled" case .personArrowBack16Regular: return "ic_fluent_person_arrow_back_16_regular" case .personArrowBack20Filled: return "ic_fluent_person_arrow_back_20_filled" @@ -25622,8 +25794,6 @@ import Foundation case .personArrowLeft16Filled: return "ic_fluent_person_arrow_left_16_filled" case .personArrowLeft16Regular: return "ic_fluent_person_arrow_left_16_regular" case .personArrowLeft20Filled: return "ic_fluent_person_arrow_left_20_filled" - default: break } - switch self { case .personArrowLeft20Regular: return "ic_fluent_person_arrow_left_20_regular" case .personArrowLeft24Filled: return "ic_fluent_person_arrow_left_24_filled" case .personArrowLeft24Regular: return "ic_fluent_person_arrow_left_24_regular" @@ -25648,6 +25818,8 @@ import Foundation case .personBoard28Filled: return "ic_fluent_person_board_28_filled" case .personBoard28Regular: return "ic_fluent_person_board_28_regular" case .personBoard32Filled: return "ic_fluent_person_board_32_filled" + default: break } + switch self { case .personBoard32Regular: return "ic_fluent_person_board_32_regular" case .personCall16Filled: return "ic_fluent_person_call_16_filled" case .personCall16Regular: return "ic_fluent_person_call_16_regular" @@ -25724,8 +25896,6 @@ import Foundation case .personLightning20Filled: return "ic_fluent_person_lightning_20_filled" case .personLightning20Regular: return "ic_fluent_person_lightning_20_regular" case .personLink16Filled: return "ic_fluent_person_link_16_filled" - default: break } - switch self { case .personLink16Regular: return "ic_fluent_person_link_16_regular" case .personLink20Filled: return "ic_fluent_person_link_20_filled" case .personLink20Regular: return "ic_fluent_person_link_20_regular" @@ -25750,6 +25920,8 @@ import Foundation case .personMail24Filled: return "ic_fluent_person_mail_24_filled" case .personMail24Regular: return "ic_fluent_person_mail_24_regular" case .personMail28Filled: return "ic_fluent_person_mail_28_filled" + default: break } + switch self { case .personMail28Regular: return "ic_fluent_person_mail_28_regular" case .personMail48Filled: return "ic_fluent_person_mail_48_filled" case .personMail48Regular: return "ic_fluent_person_mail_48_regular" @@ -25826,8 +25998,6 @@ import Foundation case .personSquare32Filled: return "ic_fluent_person_square_32_filled" case .personSquare32Regular: return "ic_fluent_person_square_32_regular" case .personSquareCheckmark16Filled: return "ic_fluent_person_square_checkmark_16_filled" - default: break } - switch self { case .personSquareCheckmark16Regular: return "ic_fluent_person_square_checkmark_16_regular" case .personSquareCheckmark20Filled: return "ic_fluent_person_square_checkmark_20_filled" case .personSquareCheckmark20Regular: return "ic_fluent_person_square_checkmark_20_regular" @@ -25852,6 +26022,8 @@ import Foundation case .personStarburst20Filled: return "ic_fluent_person_starburst_20_filled" case .personStarburst20Regular: return "ic_fluent_person_starburst_20_regular" case .personStarburst24Filled: return "ic_fluent_person_starburst_24_filled" + default: break } + switch self { case .personStarburst24Regular: return "ic_fluent_person_starburst_24_regular" case .personSubtract16Filled: return "ic_fluent_person_subtract_16_filled" case .personSubtract16Regular: return "ic_fluent_person_subtract_16_regular" @@ -25928,8 +26100,6 @@ import Foundation case .phone20Filled: return "ic_fluent_phone_20_filled" case .phone20Regular: return "ic_fluent_phone_20_regular" case .phone24Filled: return "ic_fluent_phone_24_filled" - default: break } - switch self { case .phone24Regular: return "ic_fluent_phone_24_regular" case .phone28Filled: return "ic_fluent_phone_28_filled" case .phone28Regular: return "ic_fluent_phone_28_regular" @@ -25954,6 +26124,8 @@ import Foundation case .phoneChat24Filled: return "ic_fluent_phone_chat_24_filled" case .phoneChat24Regular: return "ic_fluent_phone_chat_24_regular" case .phoneChat28Filled: return "ic_fluent_phone_chat_28_filled" + default: break } + switch self { case .phoneChat28Regular: return "ic_fluent_phone_chat_28_regular" case .phoneCheckmark16Filled: return "ic_fluent_phone_checkmark_16_filled" case .phoneCheckmark16Regular: return "ic_fluent_phone_checkmark_16_regular" @@ -26030,8 +26202,6 @@ import Foundation case .phoneScreenTime20Filled: return "ic_fluent_phone_screen_time_20_filled" case .phoneScreenTime20Regular: return "ic_fluent_phone_screen_time_20_regular" case .phoneScreenTime24Filled: return "ic_fluent_phone_screen_time_24_filled" - default: break } - switch self { case .phoneScreenTime24Regular: return "ic_fluent_phone_screen_time_24_regular" case .phoneShake20Filled: return "ic_fluent_phone_shake_20_filled" case .phoneShake20Regular: return "ic_fluent_phone_shake_20_regular" @@ -26056,6 +26226,8 @@ import Foundation case .phoneSpeaker20Filled: return "ic_fluent_phone_speaker_20_filled" case .phoneSpeaker20Regular: return "ic_fluent_phone_speaker_20_regular" case .phoneSpeaker24Filled: return "ic_fluent_phone_speaker_24_filled" + default: break } + switch self { case .phoneSpeaker24Regular: return "ic_fluent_phone_speaker_24_regular" case .phoneStatusBar20Filled: return "ic_fluent_phone_status_bar_20_filled" case .phoneStatusBar20Regular: return "ic_fluent_phone_status_bar_20_regular" @@ -26132,8 +26304,6 @@ import Foundation case .pin48Filled: return "ic_fluent_pin_48_filled" case .pin48Regular: return "ic_fluent_pin_48_regular" case .pinOff16Filled: return "ic_fluent_pin_off_16_filled" - default: break } - switch self { case .pinOff16Regular: return "ic_fluent_pin_off_16_regular" case .pinOff20Filled: return "ic_fluent_pin_off_20_filled" case .pinOff20Regular: return "ic_fluent_pin_off_20_regular" @@ -26158,6 +26328,8 @@ import Foundation case .pipelineArrowCurveDown20Filled: return "ic_fluent_pipeline_arrow_curve_down_20_filled" case .pipelineArrowCurveDown20Regular: return "ic_fluent_pipeline_arrow_curve_down_20_regular" case .pipelinePlay20Filled: return "ic_fluent_pipeline_play_20_filled" + default: break } + switch self { case .pipelinePlay20Regular: return "ic_fluent_pipeline_play_20_regular" case .pivot20Filled: return "ic_fluent_pivot_20_filled" case .pivot20Regular: return "ic_fluent_pivot_20_regular" @@ -26234,8 +26406,6 @@ import Foundation case .plugDisconnected20Filled: return "ic_fluent_plug_disconnected_20_filled" case .plugDisconnected20Regular: return "ic_fluent_plug_disconnected_20_regular" case .plugDisconnected24Filled: return "ic_fluent_plug_disconnected_24_filled" - default: break } - switch self { case .plugDisconnected24Regular: return "ic_fluent_plug_disconnected_24_regular" case .plugDisconnected28Filled: return "ic_fluent_plug_disconnected_28_filled" case .plugDisconnected28Regular: return "ic_fluent_plug_disconnected_28_regular" @@ -26260,6 +26430,8 @@ import Foundation case .pollHorizontal24Filled: return "ic_fluent_poll_horizontal_24_filled" case .pollHorizontal24Regular: return "ic_fluent_poll_horizontal_24_regular" case .pollOff16Filled: return "ic_fluent_poll_off_16_filled" + default: break } + switch self { case .pollOff16Regular: return "ic_fluent_poll_off_16_regular" case .pollOff20Filled: return "ic_fluent_poll_off_20_filled" case .pollOff20Regular: return "ic_fluent_poll_off_20_regular" @@ -26336,8 +26508,6 @@ import Foundation case .presenceAvailable20Filled: return "ic_fluent_presence_available_20_filled" case .presenceAvailable20Regular: return "ic_fluent_presence_available_20_regular" case .presenceAvailable24Filled: return "ic_fluent_presence_available_24_filled" - default: break } - switch self { case .presenceAvailable24Regular: return "ic_fluent_presence_available_24_regular" case .presenceAway10Filled: return "ic_fluent_presence_away_10_filled" case .presenceAway10Regular: return "ic_fluent_presence_away_10_regular" @@ -26362,6 +26532,8 @@ import Foundation case .presenceDnd10Filled: return "ic_fluent_presence_dnd_10_filled" case .presenceDnd10Regular: return "ic_fluent_presence_dnd_10_regular" case .presenceDnd12Filled: return "ic_fluent_presence_dnd_12_filled" + default: break } + switch self { case .presenceDnd12Regular: return "ic_fluent_presence_dnd_12_regular" case .presenceDnd16Filled: return "ic_fluent_presence_dnd_16_filled" case .presenceDnd16Regular: return "ic_fluent_presence_dnd_16_regular" @@ -26438,8 +26610,6 @@ import Foundation case .productionCheckmark20Regular: return "ic_fluent_production_checkmark_20_regular" case .productionCheckmark24Filled: return "ic_fluent_production_checkmark_24_filled" case .productionCheckmark24Regular: return "ic_fluent_production_checkmark_24_regular" - default: break } - switch self { case .prohibited12Filled: return "ic_fluent_prohibited_12_filled" case .prohibited12Regular: return "ic_fluent_prohibited_12_regular" case .prohibited16Filled: return "ic_fluent_prohibited_16_filled" @@ -26464,6 +26634,8 @@ import Foundation case .prohibitedMultiple28Regular: return "ic_fluent_prohibited_multiple_28_regular" case .prohibitedNote20Filled: return "ic_fluent_prohibited_note_20_filled" case .prohibitedNote20Regular: return "ic_fluent_prohibited_note_20_regular" + default: break } + switch self { case .projectionScreen16Filled: return "ic_fluent_projection_screen_16_filled" case .projectionScreen16Regular: return "ic_fluent_projection_screen_16_regular" case .projectionScreen20Filled: return "ic_fluent_projection_screen_20_filled" @@ -26540,8 +26712,6 @@ import Foundation case .question32Regular: return "ic_fluent_question_32_regular" case .question48Filled: return "ic_fluent_question_48_filled" case .question48Regular: return "ic_fluent_question_48_regular" - default: break } - switch self { case .questionCircle12Filled: return "ic_fluent_question_circle_12_filled" case .questionCircle12Regular: return "ic_fluent_question_circle_12_regular" case .questionCircle16Filled: return "ic_fluent_question_circle_16_filled" @@ -26566,6 +26736,8 @@ import Foundation case .quizNew48Regular: return "ic_fluent_quiz_new_48_regular" case .radar20Filled: return "ic_fluent_radar_20_filled" case .radar20Regular: return "ic_fluent_radar_20_regular" + default: break } + switch self { case .radarCheckmark20Filled: return "ic_fluent_radar_checkmark_20_filled" case .radarCheckmark20Regular: return "ic_fluent_radar_checkmark_20_regular" case .radarRectangleMultiple20Filled: return "ic_fluent_radar_rectangle_multiple_20_filled" @@ -26642,8 +26814,6 @@ import Foundation case .realEstate20Regular: return "ic_fluent_real_estate_20_regular" case .realEstate24Filled: return "ic_fluent_real_estate_24_filled" case .realEstate24Regular: return "ic_fluent_real_estate_24_regular" - default: break } - switch self { case .receipt16Filled: return "ic_fluent_receipt_16_filled" case .receipt16Regular: return "ic_fluent_receipt_16_regular" case .receipt20Filled: return "ic_fluent_receipt_20_filled" @@ -26668,6 +26838,8 @@ import Foundation case .receiptCube24Regular: return "ic_fluent_receipt_cube_24_regular" case .receiptMoney16Filled: return "ic_fluent_receipt_money_16_filled" case .receiptMoney16Regular: return "ic_fluent_receipt_money_16_regular" + default: break } + switch self { case .receiptMoney20Filled: return "ic_fluent_receipt_money_20_filled" case .receiptMoney20Regular: return "ic_fluent_receipt_money_20_regular" case .receiptMoney24Filled: return "ic_fluent_receipt_money_24_filled" @@ -26744,8 +26916,6 @@ import Foundation case .rectangleLandscapeSparkle32Regular: return "ic_fluent_rectangle_landscape_sparkle_32_regular" case .rectangleLandscapeSparkle48Filled: return "ic_fluent_rectangle_landscape_sparkle_48_filled" case .rectangleLandscapeSparkle48Regular: return "ic_fluent_rectangle_landscape_sparkle_48_regular" - default: break } - switch self { case .rectangleLandscapeSync16Filled: return "ic_fluent_rectangle_landscape_sync_16_filled" case .rectangleLandscapeSync16Regular: return "ic_fluent_rectangle_landscape_sync_16_regular" case .rectangleLandscapeSync20Filled: return "ic_fluent_rectangle_landscape_sync_20_filled" @@ -26770,6 +26940,8 @@ import Foundation case .recycle32Regular: return "ic_fluent_recycle_32_regular" case .remixAdd16Filled: return "ic_fluent_remix_add_16_filled" case .remixAdd16Regular: return "ic_fluent_remix_add_16_regular" + default: break } + switch self { case .remixAdd20Filled: return "ic_fluent_remix_add_20_filled" case .remixAdd20Regular: return "ic_fluent_remix_add_20_regular" case .remixAdd24Filled: return "ic_fluent_remix_add_24_filled" @@ -26846,8 +27018,6 @@ import Foundation case .rewind28Regular: return "ic_fluent_rewind_28_regular" case .rhombus16Filled: return "ic_fluent_rhombus_16_filled" case .rhombus16Regular: return "ic_fluent_rhombus_16_regular" - default: break } - switch self { case .rhombus20Filled: return "ic_fluent_rhombus_20_filled" case .rhombus20Regular: return "ic_fluent_rhombus_20_regular" case .rhombus24Filled: return "ic_fluent_rhombus_24_filled" @@ -26872,6 +27042,8 @@ import Foundation case .ribbonAdd20Regular: return "ic_fluent_ribbon_add_20_regular" case .ribbonAdd24Filled: return "ic_fluent_ribbon_add_24_filled" case .ribbonAdd24Regular: return "ic_fluent_ribbon_add_24_regular" + default: break } + switch self { case .ribbonOff12Filled: return "ic_fluent_ribbon_off_12_filled" case .ribbonOff12Regular: return "ic_fluent_ribbon_off_12_regular" case .ribbonOff16Filled: return "ic_fluent_ribbon_off_16_filled" @@ -26886,6 +27058,10 @@ import Foundation case .ribbonStar20Regular: return "ic_fluent_ribbon_star_20_regular" case .ribbonStar24Filled: return "ic_fluent_ribbon_star_24_filled" case .ribbonStar24Regular: return "ic_fluent_ribbon_star_24_regular" + case .road20Filled: return "ic_fluent_road_20_filled" + case .road20Regular: return "ic_fluent_road_20_regular" + case .road24Filled: return "ic_fluent_road_24_filled" + case .road24Regular: return "ic_fluent_road_24_regular" case .roadCone16Filled: return "ic_fluent_road_cone_16_filled" case .roadCone16Regular: return "ic_fluent_road_cone_16_regular" case .roadCone20Filled: return "ic_fluent_road_cone_20_filled" @@ -26948,8 +27124,6 @@ import Foundation case .sanitize20Regular: return "ic_fluent_sanitize_20_regular" case .sanitize24Filled: return "ic_fluent_sanitize_24_filled" case .sanitize24Regular: return "ic_fluent_sanitize_24_regular" - default: break } - switch self { case .save16Filled: return "ic_fluent_save_16_filled" case .save16Regular: return "ic_fluent_save_16_regular" case .save20Filled: return "ic_fluent_save_20_filled" @@ -26958,6 +27132,8 @@ import Foundation case .save24Regular: return "ic_fluent_save_24_regular" case .save28Filled: return "ic_fluent_save_28_filled" case .save28Regular: return "ic_fluent_save_28_regular" + case .save32Filled: return "ic_fluent_save_32_filled" + case .save32Regular: return "ic_fluent_save_32_regular" case .saveArrowRight20Filled: return "ic_fluent_save_arrow_right_20_filled" case .saveArrowRight20Regular: return "ic_fluent_save_arrow_right_20_regular" case .saveArrowRight24Filled: return "ic_fluent_save_arrow_right_24_filled" @@ -26968,6 +27144,8 @@ import Foundation case .saveCopy24Regular: return "ic_fluent_save_copy_24_regular" case .saveEdit20Filled: return "ic_fluent_save_edit_20_filled" case .saveEdit20Regular: return "ic_fluent_save_edit_20_regular" + default: break } + switch self { case .saveEdit24Filled: return "ic_fluent_save_edit_24_filled" case .saveEdit24Regular: return "ic_fluent_save_edit_24_regular" case .saveImage20Filled: return "ic_fluent_save_image_20_filled" @@ -27050,8 +27228,6 @@ import Foundation case .scanPerson48Regular: return "ic_fluent_scan_person_48_regular" case .scanQrCode24Filled: return "ic_fluent_scan_qr_code_24_filled" case .scanQrCode24Regular: return "ic_fluent_scan_qr_code_24_regular" - default: break } - switch self { case .scanTable20Filled: return "ic_fluent_scan_table_20_filled" case .scanTable20Regular: return "ic_fluent_scan_table_20_regular" case .scanTable24Filled: return "ic_fluent_scan_table_24_filled" @@ -27070,6 +27246,8 @@ import Foundation case .scanThumbUp20Regular: return "ic_fluent_scan_thumb_up_20_regular" case .scanThumbUp24Filled: return "ic_fluent_scan_thumb_up_24_filled" case .scanThumbUp24Regular: return "ic_fluent_scan_thumb_up_24_regular" + default: break } + switch self { case .scanThumbUp28Filled: return "ic_fluent_scan_thumb_up_28_filled" case .scanThumbUp28Regular: return "ic_fluent_scan_thumb_up_28_regular" case .scanThumbUp48Filled: return "ic_fluent_scan_thumb_up_48_filled" @@ -27152,8 +27330,6 @@ import Foundation case .searchInfo24Regular: return "ic_fluent_search_info_24_regular" case .searchSettings20Filled: return "ic_fluent_search_settings_20_filled" case .searchSettings20Regular: return "ic_fluent_search_settings_20_regular" - default: break } - switch self { case .searchShield20Filled: return "ic_fluent_search_shield_20_filled" case .searchShield20Regular: return "ic_fluent_search_shield_20_regular" case .searchSquare20Filled: return "ic_fluent_search_square_20_filled" @@ -27172,6 +27348,8 @@ import Foundation case .seat20Regular: return "ic_fluent_seat_20_regular" case .seat24Filled: return "ic_fluent_seat_24_filled" case .seat24Regular: return "ic_fluent_seat_24_regular" + default: break } + switch self { case .seatAdd16Filled: return "ic_fluent_seat_add_16_filled" case .seatAdd16Regular: return "ic_fluent_seat_add_16_regular" case .seatAdd20Filled: return "ic_fluent_seat_add_20_filled" @@ -27254,8 +27432,6 @@ import Foundation case .server24Regular: return "ic_fluent_server_24_regular" case .serverLink16Filled: return "ic_fluent_server_link_16_filled" case .serverLink16Regular: return "ic_fluent_server_link_16_regular" - default: break } - switch self { case .serverLink20Filled: return "ic_fluent_server_link_20_filled" case .serverLink20Regular: return "ic_fluent_server_link_20_regular" case .serverLink24Filled: return "ic_fluent_server_link_24_filled" @@ -27274,6 +27450,8 @@ import Foundation case .serviceBell20Regular: return "ic_fluent_service_bell_20_regular" case .serviceBell24Filled: return "ic_fluent_service_bell_24_filled" case .serviceBell24Regular: return "ic_fluent_service_bell_24_regular" + default: break } + switch self { case .settings16Filled: return "ic_fluent_settings_16_filled" case .settings16Regular: return "ic_fluent_settings_16_regular" case .settings20Filled: return "ic_fluent_settings_20_filled" @@ -27356,8 +27534,6 @@ import Foundation case .shareAndroid16Regular: return "ic_fluent_share_android_16_regular" case .shareAndroid20Filled: return "ic_fluent_share_android_20_filled" case .shareAndroid20Regular: return "ic_fluent_share_android_20_regular" - default: break } - switch self { case .shareAndroid24Filled: return "ic_fluent_share_android_24_filled" case .shareAndroid24Regular: return "ic_fluent_share_android_24_regular" case .shareAndroid32Filled: return "ic_fluent_share_android_32_filled" @@ -27376,6 +27552,8 @@ import Foundation case .shareIos48Regular: return "ic_fluent_share_ios_48_regular" case .shareScreenPerson16Filled: return "ic_fluent_share_screen_person_16_filled" case .shareScreenPerson16Regular: return "ic_fluent_share_screen_person_16_regular" + default: break } + switch self { case .shareScreenPerson20Filled: return "ic_fluent_share_screen_person_20_filled" case .shareScreenPerson20Regular: return "ic_fluent_share_screen_person_20_regular" case .shareScreenPerson24Filled: return "ic_fluent_share_screen_person_24_filled" @@ -27458,8 +27636,6 @@ import Foundation case .shieldCheckmark28Regular: return "ic_fluent_shield_checkmark_28_regular" case .shieldCheckmark48Filled: return "ic_fluent_shield_checkmark_48_filled" case .shieldCheckmark48Regular: return "ic_fluent_shield_checkmark_48_regular" - default: break } - switch self { case .shieldDismiss16Filled: return "ic_fluent_shield_dismiss_16_filled" case .shieldDismiss16Regular: return "ic_fluent_shield_dismiss_16_regular" case .shieldDismiss20Filled: return "ic_fluent_shield_dismiss_20_filled" @@ -27478,6 +27654,8 @@ import Foundation case .shieldGlobe16Regular: return "ic_fluent_shield_globe_16_regular" case .shieldGlobe20Filled: return "ic_fluent_shield_globe_20_filled" case .shieldGlobe20Regular: return "ic_fluent_shield_globe_20_regular" + default: break } + switch self { case .shieldGlobe24Filled: return "ic_fluent_shield_globe_24_filled" case .shieldGlobe24Regular: return "ic_fluent_shield_globe_24_regular" case .shieldKeyhole16Filled: return "ic_fluent_shield_keyhole_16_filled" @@ -27560,8 +27738,6 @@ import Foundation case .shiftsDay24Regular: return "ic_fluent_shifts_day_24_regular" case .shiftsOpen20Filled: return "ic_fluent_shifts_open_20_filled" case .shiftsOpen20Regular: return "ic_fluent_shifts_open_20_regular" - default: break } - switch self { case .shiftsOpen24Filled: return "ic_fluent_shifts_open_24_filled" case .shiftsOpen24Regular: return "ic_fluent_shifts_open_24_regular" case .shiftsProhibited20Filled: return "ic_fluent_shifts_prohibited_20_filled" @@ -27580,6 +27756,8 @@ import Foundation case .shoppingBag16Regular: return "ic_fluent_shopping_bag_16_regular" case .shoppingBag20Filled: return "ic_fluent_shopping_bag_20_filled" case .shoppingBag20Regular: return "ic_fluent_shopping_bag_20_regular" + default: break } + switch self { case .shoppingBag24Filled: return "ic_fluent_shopping_bag_24_filled" case .shoppingBag24Regular: return "ic_fluent_shopping_bag_24_regular" case .shoppingBagAdd20Filled: return "ic_fluent_shopping_bag_add_20_filled" @@ -27662,8 +27840,6 @@ import Foundation case .skipForward1032Regular: return "ic_fluent_skip_forward_10_32_regular" case .skipForward1048Filled: return "ic_fluent_skip_forward_10_48_filled" case .skipForward1048Regular: return "ic_fluent_skip_forward_10_48_regular" - default: break } - switch self { case .skipForward3020Filled: return "ic_fluent_skip_forward_30_20_filled" case .skipForward3020Regular: return "ic_fluent_skip_forward_30_20_regular" case .skipForward3024Filled: return "ic_fluent_skip_forward_30_24_filled" @@ -27682,6 +27858,8 @@ import Foundation case .slashForward12Regular: return "ic_fluent_slash_forward_12_regular" case .slashForward16Filled: return "ic_fluent_slash_forward_16_filled" case .slashForward16Regular: return "ic_fluent_slash_forward_16_regular" + default: break } + switch self { case .slashForward20Filled: return "ic_fluent_slash_forward_20_filled" case .slashForward20Regular: return "ic_fluent_slash_forward_20_regular" case .slashForward24Filled: return "ic_fluent_slash_forward_24_filled" @@ -27764,8 +27942,6 @@ import Foundation case .slideSearch20Regular: return "ic_fluent_slide_search_20_regular" case .slideSearch24Filled: return "ic_fluent_slide_search_24_filled" case .slideSearch24Regular: return "ic_fluent_slide_search_24_regular" - default: break } - switch self { case .slideSearch28Filled: return "ic_fluent_slide_search_28_filled" case .slideSearch28Regular: return "ic_fluent_slide_search_28_regular" case .slideSearch32Filled: return "ic_fluent_slide_search_32_filled" @@ -27784,6 +27960,8 @@ import Foundation case .slideText20Regular: return "ic_fluent_slide_text_20_regular" case .slideText24Filled: return "ic_fluent_slide_text_24_filled" case .slideText24Regular: return "ic_fluent_slide_text_24_regular" + default: break } + switch self { case .slideText28Filled: return "ic_fluent_slide_text_28_filled" case .slideText28Regular: return "ic_fluent_slide_text_28_regular" case .slideText48Filled: return "ic_fluent_slide_text_48_filled" @@ -27866,8 +28044,6 @@ import Foundation case .space3D28Regular: return "ic_fluent_space_3d_28_regular" case .space3D32Filled: return "ic_fluent_space_3d_32_filled" case .space3D32Regular: return "ic_fluent_space_3d_32_regular" - default: break } - switch self { case .space3D48Filled: return "ic_fluent_space_3d_48_filled" case .space3D48Regular: return "ic_fluent_space_3d_48_regular" case .spacebar20Filled: return "ic_fluent_spacebar_20_filled" @@ -27886,6 +28062,8 @@ import Foundation case .sparkle32Regular: return "ic_fluent_sparkle_32_regular" case .sparkle48Filled: return "ic_fluent_sparkle_48_filled" case .sparkle48Regular: return "ic_fluent_sparkle_48_regular" + default: break } + switch self { case .sparkleCircle16Filled: return "ic_fluent_sparkle_circle_16_filled" case .sparkleCircle16Regular: return "ic_fluent_sparkle_circle_16_regular" case .sparkleCircle20Filled: return "ic_fluent_sparkle_circle_20_filled" @@ -27968,8 +28146,6 @@ import Foundation case .speakerOff16Regular: return "ic_fluent_speaker_off_16_regular" case .speakerOff20Filled: return "ic_fluent_speaker_off_20_filled" case .speakerOff20Regular: return "ic_fluent_speaker_off_20_regular" - default: break } - switch self { case .speakerOff24Filled: return "ic_fluent_speaker_off_24_filled" case .speakerOff24Regular: return "ic_fluent_speaker_off_24_regular" case .speakerOff28Filled: return "ic_fluent_speaker_off_28_filled" @@ -27988,6 +28164,8 @@ import Foundation case .speakerUsb24Regular: return "ic_fluent_speaker_usb_24_regular" case .speakerUsb28Filled: return "ic_fluent_speaker_usb_28_filled" case .speakerUsb28Regular: return "ic_fluent_speaker_usb_28_regular" + default: break } + switch self { case .spinnerIos16Filled: return "ic_fluent_spinner_ios_16_filled" case .spinnerIos16Regular: return "ic_fluent_spinner_ios_16_regular" case .spinnerIos20Filled: return "ic_fluent_spinner_ios_20_filled" @@ -28070,8 +28248,6 @@ import Foundation case .squareAdd16Regular: return "ic_fluent_square_add_16_regular" case .squareAdd20Filled: return "ic_fluent_square_add_20_filled" case .squareAdd20Regular: return "ic_fluent_square_add_20_regular" - default: break } - switch self { case .squareArrowForward16Filled: return "ic_fluent_square_arrow_forward_16_filled" case .squareArrowForward16Regular: return "ic_fluent_square_arrow_forward_16_regular" case .squareArrowForward20Filled: return "ic_fluent_square_arrow_forward_20_filled" @@ -28090,6 +28266,8 @@ import Foundation case .squareDismiss20Regular: return "ic_fluent_square_dismiss_20_regular" case .squareEraser20Filled: return "ic_fluent_square_eraser_20_filled" case .squareEraser20Regular: return "ic_fluent_square_eraser_20_regular" + default: break } + switch self { case .squareHint16Filled: return "ic_fluent_square_hint_16_filled" case .squareHint16Regular: return "ic_fluent_square_hint_16_regular" case .squareHint20Filled: return "ic_fluent_square_hint_20_filled" @@ -28172,8 +28350,6 @@ import Foundation case .stackArrowForward24Regular: return "ic_fluent_stack_arrow_forward_24_regular" case .stackStar16Filled: return "ic_fluent_stack_star_16_filled" case .stackStar16Regular: return "ic_fluent_stack_star_16_regular" - default: break } - switch self { case .stackStar20Filled: return "ic_fluent_stack_star_20_filled" case .stackStar20Regular: return "ic_fluent_stack_star_20_regular" case .stackStar24Filled: return "ic_fluent_stack_star_24_filled" @@ -28192,6 +28368,8 @@ import Foundation case .star24Regular: return "ic_fluent_star_24_regular" case .star28Filled: return "ic_fluent_star_28_filled" case .star28Regular: return "ic_fluent_star_28_regular" + default: break } + switch self { case .star32Filled: return "ic_fluent_star_32_filled" case .star32Regular: return "ic_fluent_star_32_regular" case .star48Filled: return "ic_fluent_star_48_filled" @@ -28274,8 +28452,6 @@ import Foundation case .starOff28Regular: return "ic_fluent_star_off_28_regular" case .starOneQuarter12Filled: return "ic_fluent_star_one_quarter_12_filled" case .starOneQuarter12Regular: return "ic_fluent_star_one_quarter_12_regular" - default: break } - switch self { case .starOneQuarter16Filled: return "ic_fluent_star_one_quarter_16_filled" case .starOneQuarter16Regular: return "ic_fluent_star_one_quarter_16_regular" case .starOneQuarter20Filled: return "ic_fluent_star_one_quarter_20_filled" @@ -28294,6 +28470,8 @@ import Foundation case .starSettings20Regular: return "ic_fluent_star_settings_20_regular" case .starSettings24Filled: return "ic_fluent_star_settings_24_filled" case .starSettings24Regular: return "ic_fluent_star_settings_24_regular" + default: break } + switch self { case .starThreeQuarter12Filled: return "ic_fluent_star_three_quarter_12_filled" case .starThreeQuarter12Regular: return "ic_fluent_star_three_quarter_12_regular" case .starThreeQuarter16Filled: return "ic_fluent_star_three_quarter_16_filled" @@ -28376,8 +28554,6 @@ import Foundation case .stream32Regular: return "ic_fluent_stream_32_regular" case .stream48Filled: return "ic_fluent_stream_48_filled" case .stream48Regular: return "ic_fluent_stream_48_regular" - default: break } - switch self { case .streamInput20Filled: return "ic_fluent_stream_input_20_filled" case .streamInput20Regular: return "ic_fluent_stream_input_20_regular" case .streamInputOutput20Filled: return "ic_fluent_stream_input_output_20_filled" @@ -28396,6 +28572,8 @@ import Foundation case .subGrid20Regular: return "ic_fluent_sub_grid_20_regular" case .subGrid24Filled: return "ic_fluent_sub_grid_24_filled" case .subGrid24Regular: return "ic_fluent_sub_grid_24_regular" + default: break } + switch self { case .subtitles16Filled: return "ic_fluent_subtitles_16_filled" case .subtitles16Regular: return "ic_fluent_subtitles_16_regular" case .subtitles20Filled: return "ic_fluent_subtitles_20_filled" @@ -28478,8 +28656,6 @@ import Foundation case .swipeDown20Regular: return "ic_fluent_swipe_down_20_regular" case .swipeDown24Filled: return "ic_fluent_swipe_down_24_filled" case .swipeDown24Regular: return "ic_fluent_swipe_down_24_regular" - default: break } - switch self { case .swipeRight20Filled: return "ic_fluent_swipe_right_20_filled" case .swipeRight20Regular: return "ic_fluent_swipe_right_20_regular" case .swipeRight24Filled: return "ic_fluent_swipe_right_24_filled" @@ -28498,6 +28674,8 @@ import Foundation case .syncOff16Regular: return "ic_fluent_sync_off_16_regular" case .syncOff20Filled: return "ic_fluent_sync_off_20_filled" case .syncOff20Regular: return "ic_fluent_sync_off_20_regular" + default: break } + switch self { case .syringe20Filled: return "ic_fluent_syringe_20_filled" case .syringe20Regular: return "ic_fluent_syringe_20_regular" case .syringe24Filled: return "ic_fluent_syringe_24_filled" @@ -28564,6 +28742,8 @@ import Foundation case .tabDesktopMultiple16Regular: return "ic_fluent_tab_desktop_multiple_16_regular" case .tabDesktopMultiple20Filled: return "ic_fluent_tab_desktop_multiple_20_filled" case .tabDesktopMultiple20Regular: return "ic_fluent_tab_desktop_multiple_20_regular" + case .tabDesktopMultiple24Filled: return "ic_fluent_tab_desktop_multiple_24_filled" + case .tabDesktopMultiple24Regular: return "ic_fluent_tab_desktop_multiple_24_regular" case .tabDesktopMultipleAdd16Filled: return "ic_fluent_tab_desktop_multiple_add_16_filled" case .tabDesktopMultipleAdd16Regular: return "ic_fluent_tab_desktop_multiple_add_16_regular" case .tabDesktopMultipleAdd20Filled: return "ic_fluent_tab_desktop_multiple_add_20_filled" @@ -28572,6 +28752,12 @@ import Foundation case .tabDesktopMultipleBottom20Regular: return "ic_fluent_tab_desktop_multiple_bottom_20_regular" case .tabDesktopMultipleBottom24Filled: return "ic_fluent_tab_desktop_multiple_bottom_24_filled" case .tabDesktopMultipleBottom24Regular: return "ic_fluent_tab_desktop_multiple_bottom_24_regular" + case .tabDesktopMultipleSparkle16Filled: return "ic_fluent_tab_desktop_multiple_sparkle_16_filled" + case .tabDesktopMultipleSparkle16Regular: return "ic_fluent_tab_desktop_multiple_sparkle_16_regular" + case .tabDesktopMultipleSparkle20Filled: return "ic_fluent_tab_desktop_multiple_sparkle_20_filled" + case .tabDesktopMultipleSparkle20Regular: return "ic_fluent_tab_desktop_multiple_sparkle_20_regular" + case .tabDesktopMultipleSparkle24Filled: return "ic_fluent_tab_desktop_multiple_sparkle_24_filled" + case .tabDesktopMultipleSparkle24Regular: return "ic_fluent_tab_desktop_multiple_sparkle_24_regular" case .tabDesktopNewPage20Filled: return "ic_fluent_tab_desktop_new_page_20_filled" case .tabDesktopNewPage20Regular: return "ic_fluent_tab_desktop_new_page_20_regular" case .tabInPrivate16Filled: return "ic_fluent_tab_in_private_16_filled" @@ -28580,8 +28766,6 @@ import Foundation case .tabInPrivate20Regular: return "ic_fluent_tab_in_private_20_regular" case .tabInPrivate24Filled: return "ic_fluent_tab_in_private_24_filled" case .tabInPrivate24Regular: return "ic_fluent_tab_in_private_24_regular" - default: break } - switch self { case .tabInPrivate28Filled: return "ic_fluent_tab_in_private_28_filled" case .tabInPrivate28Regular: return "ic_fluent_tab_in_private_28_regular" case .tabInprivateAccount20Filled: return "ic_fluent_tab_inprivate_account_20_filled" @@ -28592,6 +28776,8 @@ import Foundation case .tabProhibited20Regular: return "ic_fluent_tab_prohibited_20_regular" case .tabProhibited24Filled: return "ic_fluent_tab_prohibited_24_filled" case .tabProhibited24Regular: return "ic_fluent_tab_prohibited_24_regular" + default: break } + switch self { case .tabShieldDismiss20Filled: return "ic_fluent_tab_shield_dismiss_20_filled" case .tabShieldDismiss20Regular: return "ic_fluent_tab_shield_dismiss_20_regular" case .tabShieldDismiss24Filled: return "ic_fluent_tab_shield_dismiss_24_filled" @@ -28682,8 +28868,6 @@ import Foundation case .tableDeleteRow16Regular: return "ic_fluent_table_delete_row_16_regular" case .tableDeleteRow20Filled: return "ic_fluent_table_delete_row_20_filled" case .tableDeleteRow20Regular: return "ic_fluent_table_delete_row_20_regular" - default: break } - switch self { case .tableDeleteRow24Filled: return "ic_fluent_table_delete_row_24_filled" case .tableDeleteRow24Regular: return "ic_fluent_table_delete_row_24_regular" case .tableDeleteRow28Filled: return "ic_fluent_table_delete_row_28_filled" @@ -28694,6 +28878,8 @@ import Foundation case .tableDismiss20Regular: return "ic_fluent_table_dismiss_20_regular" case .tableDismiss24Filled: return "ic_fluent_table_dismiss_24_filled" case .tableDismiss24Regular: return "ic_fluent_table_dismiss_24_regular" + default: break } + switch self { case .tableDismiss28Filled: return "ic_fluent_table_dismiss_28_filled" case .tableDismiss28Regular: return "ic_fluent_table_dismiss_28_regular" case .tableEdit16Filled: return "ic_fluent_table_edit_16_filled" @@ -28784,8 +28970,6 @@ import Foundation case .tableMoveAbove28Regular: return "ic_fluent_table_move_above_28_regular" case .tableMoveBelow16Filled: return "ic_fluent_table_move_below_16_filled" case .tableMoveBelow16Regular: return "ic_fluent_table_move_below_16_regular" - default: break } - switch self { case .tableMoveBelow20Filled: return "ic_fluent_table_move_below_20_filled" case .tableMoveBelow20Regular: return "ic_fluent_table_move_below_20_regular" case .tableMoveBelow24Filled: return "ic_fluent_table_move_below_24_filled" @@ -28796,6 +28980,8 @@ import Foundation case .tableMoveLeft16Regular: return "ic_fluent_table_move_left_16_regular" case .tableMoveLeft20Filled: return "ic_fluent_table_move_left_20_filled" case .tableMoveLeft20Regular: return "ic_fluent_table_move_left_20_regular" + default: break } + switch self { case .tableMoveLeft24Filled: return "ic_fluent_table_move_left_24_filled" case .tableMoveLeft24Regular: return "ic_fluent_table_move_left_24_regular" case .tableMoveLeft28Filled: return "ic_fluent_table_move_left_28_filled" @@ -28886,8 +29072,6 @@ import Foundation case .tableSimpleExclude28Regular: return "ic_fluent_table_simple_exclude_28_regular" case .tableSimpleExclude32Filled: return "ic_fluent_table_simple_exclude_32_filled" case .tableSimpleExclude32Regular: return "ic_fluent_table_simple_exclude_32_regular" - default: break } - switch self { case .tableSimpleExclude48Filled: return "ic_fluent_table_simple_exclude_48_filled" case .tableSimpleExclude48Regular: return "ic_fluent_table_simple_exclude_48_regular" case .tableSimpleInclude16Filled: return "ic_fluent_table_simple_include_16_filled" @@ -28898,6 +29082,8 @@ import Foundation case .tableSimpleInclude24Regular: return "ic_fluent_table_simple_include_24_regular" case .tableSimpleInclude28Filled: return "ic_fluent_table_simple_include_28_filled" case .tableSimpleInclude28Regular: return "ic_fluent_table_simple_include_28_regular" + default: break } + switch self { case .tableSimpleInclude32Filled: return "ic_fluent_table_simple_include_32_filled" case .tableSimpleInclude32Regular: return "ic_fluent_table_simple_include_32_regular" case .tableSimpleInclude48Filled: return "ic_fluent_table_simple_include_48_filled" @@ -28988,8 +29174,6 @@ import Foundation case .tagCircle20Regular: return "ic_fluent_tag_circle_20_regular" case .tagDismiss16Filled: return "ic_fluent_tag_dismiss_16_filled" case .tagDismiss16Regular: return "ic_fluent_tag_dismiss_16_regular" - default: break } - switch self { case .tagDismiss20Filled: return "ic_fluent_tag_dismiss_20_filled" case .tagDismiss20Regular: return "ic_fluent_tag_dismiss_20_regular" case .tagDismiss24Filled: return "ic_fluent_tag_dismiss_24_filled" @@ -29000,6 +29184,8 @@ import Foundation case .tagError20Regular: return "ic_fluent_tag_error_20_regular" case .tagError24Filled: return "ic_fluent_tag_error_24_filled" case .tagError24Regular: return "ic_fluent_tag_error_24_regular" + default: break } + switch self { case .tagLock16Filled: return "ic_fluent_tag_lock_16_filled" case .tagLock16Regular: return "ic_fluent_tag_lock_16_regular" case .tagLock20Filled: return "ic_fluent_tag_lock_20_filled" @@ -29090,8 +29276,6 @@ import Foundation case .taskListAdd20Regular: return "ic_fluent_task_list_add_20_regular" case .taskListAdd24Filled: return "ic_fluent_task_list_add_24_filled" case .taskListAdd24Regular: return "ic_fluent_task_list_add_24_regular" - default: break } - switch self { case .taskListSquare16Filled: return "ic_fluent_task_list_square_16_filled" case .taskListSquare16Regular: return "ic_fluent_task_list_square_16_regular" case .taskListSquare20Filled: return "ic_fluent_task_list_square_20_filled" @@ -29102,6 +29286,8 @@ import Foundation case .taskListSquareAdd20Regular: return "ic_fluent_task_list_square_add_20_regular" case .taskListSquareAdd24Filled: return "ic_fluent_task_list_square_add_24_filled" case .taskListSquareAdd24Regular: return "ic_fluent_task_list_square_add_24_regular" + default: break } + switch self { case .taskListSquareDatabase20Filled: return "ic_fluent_task_list_square_database_20_filled" case .taskListSquareDatabase20Regular: return "ic_fluent_task_list_square_database_20_regular" case .taskListSquarePerson20Filled: return "ic_fluent_task_list_square_person_20_filled" @@ -29192,8 +29378,6 @@ import Foundation case .textAlignCenter20Regular: return "ic_fluent_text_align_center_20_regular" case .textAlignCenter24Filled: return "ic_fluent_text_align_center_24_filled" case .textAlignCenter24Regular: return "ic_fluent_text_align_center_24_regular" - default: break } - switch self { case .textAlignCenterRotate27016Filled: return "ic_fluent_text_align_center_rotate_270_16_filled" case .textAlignCenterRotate27016Regular: return "ic_fluent_text_align_center_rotate_270_16_regular" case .textAlignCenterRotate27020Filled: return "ic_fluent_text_align_center_rotate_270_20_filled" @@ -29204,6 +29388,8 @@ import Foundation case .textAlignCenterRotate9016Regular: return "ic_fluent_text_align_center_rotate_90_16_regular" case .textAlignCenterRotate9020Filled: return "ic_fluent_text_align_center_rotate_90_20_filled" case .textAlignCenterRotate9020Regular: return "ic_fluent_text_align_center_rotate_90_20_regular" + default: break } + switch self { case .textAlignCenterRotate9024Filled: return "ic_fluent_text_align_center_rotate_90_24_filled" case .textAlignCenterRotate9024Regular: return "ic_fluent_text_align_center_rotate_90_24_regular" case .textAlignDistributed20Filled: return "ic_fluent_text_align_distributed_20_filled" @@ -29294,8 +29480,6 @@ import Foundation case .textArrowDownRightColumn32Regular: return "ic_fluent_text_arrow_down_right_column_32_regular" case .textArrowDownRightColumn48Filled: return "ic_fluent_text_arrow_down_right_column_48_filled" case .textArrowDownRightColumn48Regular: return "ic_fluent_text_arrow_down_right_column_48_regular" - default: break } - switch self { case .textAsterisk16Filled: return "ic_fluent_text_asterisk_16_filled" case .textAsterisk16Regular: return "ic_fluent_text_asterisk_16_regular" case .textAsterisk20Filled: return "ic_fluent_text_asterisk_20_filled" @@ -29306,6 +29490,8 @@ import Foundation case .textBold16Regular: return "ic_fluent_text_bold_16_regular" case .textBold20Filled: return "ic_fluent_text_bold_20_filled" case .textBold20Regular: return "ic_fluent_text_bold_20_regular" + default: break } + switch self { case .textBold24Filled: return "ic_fluent_text_bold_24_filled" case .textBold24Regular: return "ic_fluent_text_bold_24_regular" case .textBoxSettings20Filled: return "ic_fluent_text_box_settings_20_filled" @@ -29396,8 +29582,6 @@ import Foundation case .textCaseUppercase16Regular: return "ic_fluent_text_case_uppercase_16_regular" case .textCaseUppercase20Filled: return "ic_fluent_text_case_uppercase_20_filled" case .textCaseUppercase20Regular: return "ic_fluent_text_case_uppercase_20_regular" - default: break } - switch self { case .textCaseUppercase24Filled: return "ic_fluent_text_case_uppercase_24_filled" case .textCaseUppercase24Regular: return "ic_fluent_text_case_uppercase_24_regular" case .textChangeCase16Filled: return "ic_fluent_text_change_case_16_filled" @@ -29408,6 +29592,8 @@ import Foundation case .textChangeCase24Regular: return "ic_fluent_text_change_case_24_regular" case .textClearFormatting16Filled: return "ic_fluent_text_clear_formatting_16_filled" case .textClearFormatting16Regular: return "ic_fluent_text_clear_formatting_16_regular" + default: break } + switch self { case .textClearFormatting20Filled: return "ic_fluent_text_clear_formatting_20_filled" case .textClearFormatting20Regular: return "ic_fluent_text_clear_formatting_20_regular" case .textClearFormatting24Filled: return "ic_fluent_text_clear_formatting_24_filled" @@ -29498,8 +29684,6 @@ import Foundation case .textDirectionHorizontalRight24Filled: return "ic_fluent_text_direction_horizontal_right_24_filled" case .textDirectionHorizontalRight24Regular: return "ic_fluent_text_direction_horizontal_right_24_regular" case .textDirectionRotate270Right20Filled: return "ic_fluent_text_direction_rotate_270_right_20_filled" - default: break } - switch self { case .textDirectionRotate270Right20Regular: return "ic_fluent_text_direction_rotate_270_right_20_regular" case .textDirectionRotate270Right24Filled: return "ic_fluent_text_direction_rotate_270_right_24_filled" case .textDirectionRotate270Right24Regular: return "ic_fluent_text_direction_rotate_270_right_24_regular" @@ -29510,6 +29694,8 @@ import Foundation case .textDirectionRotate45Right20Filled: return "ic_fluent_text_direction_rotate_45_right_20_filled" case .textDirectionRotate45Right20Regular: return "ic_fluent_text_direction_rotate_45_right_20_regular" case .textDirectionRotate45Right24Filled: return "ic_fluent_text_direction_rotate_45_right_24_filled" + default: break } + switch self { case .textDirectionRotate45Right24Regular: return "ic_fluent_text_direction_rotate_45_right_24_regular" case .textDirectionRotate90Left20Filled: return "ic_fluent_text_direction_rotate_90_left_20_filled" case .textDirectionRotate90Left20Regular: return "ic_fluent_text_direction_rotate_90_left_20_regular" @@ -29600,8 +29786,6 @@ import Foundation case .textGrammarLightning16Filled: return "ic_fluent_text_grammar_lightning_16_filled" case .textGrammarLightning16Regular: return "ic_fluent_text_grammar_lightning_16_regular" case .textGrammarLightning20Filled: return "ic_fluent_text_grammar_lightning_20_filled" - default: break } - switch self { case .textGrammarLightning20Regular: return "ic_fluent_text_grammar_lightning_20_regular" case .textGrammarLightning24Filled: return "ic_fluent_text_grammar_lightning_24_filled" case .textGrammarLightning24Regular: return "ic_fluent_text_grammar_lightning_24_regular" @@ -29612,6 +29796,8 @@ import Foundation case .textGrammarSettings20Filled: return "ic_fluent_text_grammar_settings_20_filled" case .textGrammarSettings20Regular: return "ic_fluent_text_grammar_settings_20_regular" case .textGrammarSettings24Filled: return "ic_fluent_text_grammar_settings_24_filled" + default: break } + switch self { case .textGrammarSettings24Regular: return "ic_fluent_text_grammar_settings_24_regular" case .textGrammarWand16Filled: return "ic_fluent_text_grammar_wand_16_filled" case .textGrammarWand16Regular: return "ic_fluent_text_grammar_wand_16_regular" @@ -29702,8 +29888,6 @@ import Foundation case .textItalic16Filled: return "ic_fluent_text_italic_16_filled" case .textItalic16Regular: return "ic_fluent_text_italic_16_regular" case .textItalic20Filled: return "ic_fluent_text_italic_20_filled" - default: break } - switch self { case .textItalic20Regular: return "ic_fluent_text_italic_20_regular" case .textItalic24Filled: return "ic_fluent_text_italic_24_filled" case .textItalic24Regular: return "ic_fluent_text_italic_24_regular" @@ -29714,6 +29898,8 @@ import Foundation case .textMore20Filled: return "ic_fluent_text_more_20_filled" case .textMore20Regular: return "ic_fluent_text_more_20_regular" case .textMore24Filled: return "ic_fluent_text_more_24_filled" + default: break } + switch self { case .textMore24Regular: return "ic_fluent_text_more_24_regular" case .textNumberFormat20Filled: return "ic_fluent_text_number_format_20_filled" case .textNumberFormat20Regular: return "ic_fluent_text_number_format_20_regular" @@ -29804,8 +29990,6 @@ import Foundation case .textQuote24Filled: return "ic_fluent_text_quote_24_filled" case .textQuote24Regular: return "ic_fluent_text_quote_24_regular" case .textSortAscending16Filled: return "ic_fluent_text_sort_ascending_16_filled" - default: break } - switch self { case .textSortAscending16Regular: return "ic_fluent_text_sort_ascending_16_regular" case .textSortAscending20Filled: return "ic_fluent_text_sort_ascending_20_filled" case .textSortAscending20Regular: return "ic_fluent_text_sort_ascending_20_regular" @@ -29816,6 +30000,8 @@ import Foundation case .textSortDescending20Filled: return "ic_fluent_text_sort_descending_20_filled" case .textSortDescending20Regular: return "ic_fluent_text_sort_descending_20_regular" case .textSortDescending24Filled: return "ic_fluent_text_sort_descending_24_filled" + default: break } + switch self { case .textSortDescending24Regular: return "ic_fluent_text_sort_descending_24_regular" case .textStrikethrough16Filled: return "ic_fluent_text_strikethrough_16_filled" case .textStrikethrough16Regular: return "ic_fluent_text_strikethrough_16_regular" @@ -29906,8 +30092,6 @@ import Foundation case .textboxAlignBottomLeft16Filled: return "ic_fluent_textbox_align_bottom_left_16_filled" case .textboxAlignBottomLeft16Regular: return "ic_fluent_textbox_align_bottom_left_16_regular" case .textboxAlignBottomLeft20Filled: return "ic_fluent_textbox_align_bottom_left_20_filled" - default: break } - switch self { case .textboxAlignBottomLeft20Regular: return "ic_fluent_textbox_align_bottom_left_20_regular" case .textboxAlignBottomLeft24Filled: return "ic_fluent_textbox_align_bottom_left_24_filled" case .textboxAlignBottomLeft24Regular: return "ic_fluent_textbox_align_bottom_left_24_regular" @@ -29918,6 +30102,8 @@ import Foundation case .textboxAlignBottomRight24Filled: return "ic_fluent_textbox_align_bottom_right_24_filled" case .textboxAlignBottomRight24Regular: return "ic_fluent_textbox_align_bottom_right_24_regular" case .textboxAlignBottomRotate9020Filled: return "ic_fluent_textbox_align_bottom_rotate_90_20_filled" + default: break } + switch self { case .textboxAlignBottomRotate9020Regular: return "ic_fluent_textbox_align_bottom_rotate_90_20_regular" case .textboxAlignBottomRotate9024Filled: return "ic_fluent_textbox_align_bottom_rotate_90_24_filled" case .textboxAlignBottomRotate9024Regular: return "ic_fluent_textbox_align_bottom_rotate_90_24_regular" @@ -30008,8 +30194,6 @@ import Foundation case .thumbLike48Filled: return "ic_fluent_thumb_like_48_filled" case .thumbLike48Regular: return "ic_fluent_thumb_like_48_regular" case .thumbLikeDislike16Filled: return "ic_fluent_thumb_like_dislike_16_filled" - default: break } - switch self { case .thumbLikeDislike16Regular: return "ic_fluent_thumb_like_dislike_16_regular" case .thumbLikeDislike20Filled: return "ic_fluent_thumb_like_dislike_20_filled" case .thumbLikeDislike20Regular: return "ic_fluent_thumb_like_dislike_20_regular" @@ -30020,6 +30204,8 @@ import Foundation case .ticketDiagonal20Filled: return "ic_fluent_ticket_diagonal_20_filled" case .ticketDiagonal20Regular: return "ic_fluent_ticket_diagonal_20_regular" case .ticketDiagonal24Filled: return "ic_fluent_ticket_diagonal_24_filled" + default: break } + switch self { case .ticketDiagonal24Regular: return "ic_fluent_ticket_diagonal_24_regular" case .ticketDiagonal28Filled: return "ic_fluent_ticket_diagonal_28_filled" case .ticketDiagonal28Regular: return "ic_fluent_ticket_diagonal_28_regular" @@ -30110,8 +30296,6 @@ import Foundation case .tooltipQuote24Filled: return "ic_fluent_tooltip_quote_24_filled" case .tooltipQuote24Regular: return "ic_fluent_tooltip_quote_24_regular" case .topSpeed20Filled: return "ic_fluent_top_speed_20_filled" - default: break } - switch self { case .topSpeed20Regular: return "ic_fluent_top_speed_20_regular" case .topSpeed24Filled: return "ic_fluent_top_speed_24_filled" case .topSpeed24Regular: return "ic_fluent_top_speed_24_regular" @@ -30122,6 +30306,8 @@ import Foundation case .translate24Filled: return "ic_fluent_translate_24_filled" case .translate24Regular: return "ic_fluent_translate_24_regular" case .translateAuto16Filled: return "ic_fluent_translate_auto_16_filled" + default: break } + switch self { case .translateAuto16Regular: return "ic_fluent_translate_auto_16_regular" case .translateAuto20Filled: return "ic_fluent_translate_auto_20_filled" case .translateAuto20Regular: return "ic_fluent_translate_auto_20_regular" @@ -30212,8 +30398,6 @@ import Foundation case .trophy32Filled: return "ic_fluent_trophy_32_filled" case .trophy32Regular: return "ic_fluent_trophy_32_regular" case .trophy48Filled: return "ic_fluent_trophy_48_filled" - default: break } - switch self { case .trophy48Regular: return "ic_fluent_trophy_48_regular" case .trophyLock16Filled: return "ic_fluent_trophy_lock_16_filled" case .trophyLock16Regular: return "ic_fluent_trophy_lock_16_regular" @@ -30224,6 +30408,8 @@ import Foundation case .trophyLock28Filled: return "ic_fluent_trophy_lock_28_filled" case .trophyLock28Regular: return "ic_fluent_trophy_lock_28_regular" case .trophyLock32Filled: return "ic_fluent_trophy_lock_32_filled" + default: break } + switch self { case .trophyLock32Regular: return "ic_fluent_trophy_lock_32_regular" case .trophyLock48Filled: return "ic_fluent_trophy_lock_48_filled" case .trophyLock48Regular: return "ic_fluent_trophy_lock_48_regular" @@ -30314,8 +30500,6 @@ import Foundation case .vehicleCar20Filled: return "ic_fluent_vehicle_car_20_filled" case .vehicleCar20Regular: return "ic_fluent_vehicle_car_20_regular" case .vehicleCar24Filled: return "ic_fluent_vehicle_car_24_filled" - default: break } - switch self { case .vehicleCar24Regular: return "ic_fluent_vehicle_car_24_regular" case .vehicleCar28Filled: return "ic_fluent_vehicle_car_28_filled" case .vehicleCar28Regular: return "ic_fluent_vehicle_car_28_regular" @@ -30326,6 +30510,8 @@ import Foundation case .vehicleCarCollision16Filled: return "ic_fluent_vehicle_car_collision_16_filled" case .vehicleCarCollision16Regular: return "ic_fluent_vehicle_car_collision_16_regular" case .vehicleCarCollision20Filled: return "ic_fluent_vehicle_car_collision_20_filled" + default: break } + switch self { case .vehicleCarCollision20Regular: return "ic_fluent_vehicle_car_collision_20_regular" case .vehicleCarCollision24Filled: return "ic_fluent_vehicle_car_collision_24_filled" case .vehicleCarCollision24Regular: return "ic_fluent_vehicle_car_collision_24_regular" @@ -30369,6 +30555,10 @@ import Foundation case .vehicleSubwayClock20Regular: return "ic_fluent_vehicle_subway_clock_20_regular" case .vehicleSubwayClock24Filled: return "ic_fluent_vehicle_subway_clock_24_filled" case .vehicleSubwayClock24Regular: return "ic_fluent_vehicle_subway_clock_24_regular" + case .vehicleTractor20Filled: return "ic_fluent_vehicle_tractor_20_filled" + case .vehicleTractor20Regular: return "ic_fluent_vehicle_tractor_20_regular" + case .vehicleTractor24Filled: return "ic_fluent_vehicle_tractor_24_filled" + case .vehicleTractor24Regular: return "ic_fluent_vehicle_tractor_24_regular" case .vehicleTruck16Filled: return "ic_fluent_vehicle_truck_16_filled" case .vehicleTruck16Regular: return "ic_fluent_vehicle_truck_16_regular" case .vehicleTruck20Filled: return "ic_fluent_vehicle_truck_20_filled" @@ -30416,14 +30606,14 @@ import Foundation case .videoBackgroundEffect20Filled: return "ic_fluent_video_background_effect_20_filled" case .videoBackgroundEffect20Regular: return "ic_fluent_video_background_effect_20_regular" case .videoBackgroundEffect24Filled: return "ic_fluent_video_background_effect_24_filled" - default: break } - switch self { case .videoBackgroundEffect24Regular: return "ic_fluent_video_background_effect_24_regular" case .videoBackgroundEffect28Filled: return "ic_fluent_video_background_effect_28_filled" case .videoBackgroundEffect28Regular: return "ic_fluent_video_background_effect_28_regular" case .videoBackgroundEffect32Filled: return "ic_fluent_video_background_effect_32_filled" case .videoBackgroundEffect32Regular: return "ic_fluent_video_background_effect_32_regular" case .videoBackgroundEffect48Filled: return "ic_fluent_video_background_effect_48_filled" + default: break } + switch self { case .videoBackgroundEffect48Regular: return "ic_fluent_video_background_effect_48_regular" case .videoBackgroundEffectHorizontal16Filled: return "ic_fluent_video_background_effect_horizontal_16_filled" case .videoBackgroundEffectHorizontal16Regular: return "ic_fluent_video_background_effect_horizontal_16_regular" @@ -30518,14 +30708,14 @@ import Foundation case .videoPerson32Filled: return "ic_fluent_video_person_32_filled" case .videoPerson32Regular: return "ic_fluent_video_person_32_regular" case .videoPerson48Filled: return "ic_fluent_video_person_48_filled" - default: break } - switch self { case .videoPerson48Regular: return "ic_fluent_video_person_48_regular" case .videoPersonCall16Filled: return "ic_fluent_video_person_call_16_filled" case .videoPersonCall16Regular: return "ic_fluent_video_person_call_16_regular" case .videoPersonCall20Filled: return "ic_fluent_video_person_call_20_filled" case .videoPersonCall20Regular: return "ic_fluent_video_person_call_20_regular" case .videoPersonCall24Filled: return "ic_fluent_video_person_call_24_filled" + default: break } + switch self { case .videoPersonCall24Regular: return "ic_fluent_video_person_call_24_regular" case .videoPersonCall32Filled: return "ic_fluent_video_person_call_32_filled" case .videoPersonCall32Regular: return "ic_fluent_video_person_call_32_regular" @@ -30620,14 +30810,14 @@ import Foundation case .voicemail28Filled: return "ic_fluent_voicemail_28_filled" case .voicemail28Regular: return "ic_fluent_voicemail_28_regular" case .voicemail32Filled: return "ic_fluent_voicemail_32_filled" - default: break } - switch self { case .voicemail32Regular: return "ic_fluent_voicemail_32_regular" case .voicemail48Filled: return "ic_fluent_voicemail_48_filled" case .voicemail48Regular: return "ic_fluent_voicemail_48_regular" case .voicemailArrowBack16Filled: return "ic_fluent_voicemail_arrow_back_16_filled" case .voicemailArrowBack16Regular: return "ic_fluent_voicemail_arrow_back_16_regular" case .voicemailArrowBack20Filled: return "ic_fluent_voicemail_arrow_back_20_filled" + default: break } + switch self { case .voicemailArrowBack20Regular: return "ic_fluent_voicemail_arrow_back_20_regular" case .voicemailArrowForward16Filled: return "ic_fluent_voicemail_arrow_forward_16_filled" case .voicemailArrowForward16Regular: return "ic_fluent_voicemail_arrow_forward_16_regular" @@ -30722,14 +30912,14 @@ import Foundation case .water24Filled: return "ic_fluent_water_24_filled" case .water24Regular: return "ic_fluent_water_24_regular" case .water32Filled: return "ic_fluent_water_32_filled" - default: break } - switch self { case .water32Regular: return "ic_fluent_water_32_regular" case .water48Filled: return "ic_fluent_water_48_filled" case .water48Regular: return "ic_fluent_water_48_regular" case .weatherBlowingSnow20Filled: return "ic_fluent_weather_blowing_snow_20_filled" case .weatherBlowingSnow20Regular: return "ic_fluent_weather_blowing_snow_20_regular" case .weatherBlowingSnow24Filled: return "ic_fluent_weather_blowing_snow_24_filled" + default: break } + switch self { case .weatherBlowingSnow24Regular: return "ic_fluent_weather_blowing_snow_24_regular" case .weatherBlowingSnow48Filled: return "ic_fluent_weather_blowing_snow_48_filled" case .weatherBlowingSnow48Regular: return "ic_fluent_weather_blowing_snow_48_regular" @@ -30824,14 +31014,14 @@ import Foundation case .weatherRainShowersNight20Filled: return "ic_fluent_weather_rain_showers_night_20_filled" case .weatherRainShowersNight20Regular: return "ic_fluent_weather_rain_showers_night_20_regular" case .weatherRainShowersNight24Filled: return "ic_fluent_weather_rain_showers_night_24_filled" - default: break } - switch self { case .weatherRainShowersNight24Regular: return "ic_fluent_weather_rain_showers_night_24_regular" case .weatherRainShowersNight48Filled: return "ic_fluent_weather_rain_showers_night_48_filled" case .weatherRainShowersNight48Regular: return "ic_fluent_weather_rain_showers_night_48_regular" case .weatherRainSnow20Filled: return "ic_fluent_weather_rain_snow_20_filled" case .weatherRainSnow20Regular: return "ic_fluent_weather_rain_snow_20_regular" case .weatherRainSnow24Filled: return "ic_fluent_weather_rain_snow_24_filled" + default: break } + switch self { case .weatherRainSnow24Regular: return "ic_fluent_weather_rain_snow_24_regular" case .weatherRainSnow48Filled: return "ic_fluent_weather_rain_snow_48_filled" case .weatherRainSnow48Regular: return "ic_fluent_weather_rain_snow_48_regular" @@ -30926,14 +31116,14 @@ import Foundation case .wifi224Filled: return "ic_fluent_wifi_2_24_filled" case .wifi224Regular: return "ic_fluent_wifi_2_24_regular" case .wifi320Filled: return "ic_fluent_wifi_3_20_filled" - default: break } - switch self { case .wifi320Regular: return "ic_fluent_wifi_3_20_regular" case .wifi324Filled: return "ic_fluent_wifi_3_24_filled" case .wifi324Regular: return "ic_fluent_wifi_3_24_regular" case .wifi420Filled: return "ic_fluent_wifi_4_20_filled" case .wifi420Regular: return "ic_fluent_wifi_4_20_regular" case .wifi424Filled: return "ic_fluent_wifi_4_24_filled" + default: break } + switch self { case .wifi424Regular: return "ic_fluent_wifi_4_24_regular" case .wifiLock20Filled: return "ic_fluent_wifi_lock_20_filled" case .wifiLock20Regular: return "ic_fluent_wifi_lock_20_regular" @@ -31028,14 +31218,14 @@ import Foundation case .windowHeaderHorizontal20Filled: return "ic_fluent_window_header_horizontal_20_filled" case .windowHeaderHorizontal20Regular: return "ic_fluent_window_header_horizontal_20_regular" case .windowHeaderHorizontalOff20Filled: return "ic_fluent_window_header_horizontal_off_20_filled" - default: break } - switch self { case .windowHeaderHorizontalOff20Regular: return "ic_fluent_window_header_horizontal_off_20_regular" case .windowHeaderVertical20Filled: return "ic_fluent_window_header_vertical_20_filled" case .windowHeaderVertical20Regular: return "ic_fluent_window_header_vertical_20_regular" case .windowInprivate20Filled: return "ic_fluent_window_inprivate_20_filled" case .windowInprivate20Regular: return "ic_fluent_window_inprivate_20_regular" case .windowInprivateAccount20Filled: return "ic_fluent_window_inprivate_account_20_filled" + default: break } + switch self { case .windowInprivateAccount20Regular: return "ic_fluent_window_inprivate_account_20_regular" case .windowLocationTarget20Filled: return "ic_fluent_window_location_target_20_filled" case .windowLocationTarget20Regular: return "ic_fluent_window_location_target_20_regular" @@ -31130,14 +31320,14 @@ import Foundation case .zoomIn20Filled: return "ic_fluent_zoom_in_20_filled" case .zoomIn20Regular: return "ic_fluent_zoom_in_20_regular" case .zoomIn24Filled: return "ic_fluent_zoom_in_24_filled" - default: break } - switch self { case .zoomIn24Regular: return "ic_fluent_zoom_in_24_regular" case .zoomOut16Filled: return "ic_fluent_zoom_out_16_filled" case .zoomOut16Regular: return "ic_fluent_zoom_out_16_regular" case .zoomOut20Filled: return "ic_fluent_zoom_out_20_filled" case .zoomOut20Regular: return "ic_fluent_zoom_out_20_regular" case .zoomOut24Filled: return "ic_fluent_zoom_out_24_filled" + default: break } + switch self { case .zoomOut24Regular: return "ic_fluent_zoom_out_24_regular" default: break } // Swift compiler cannot check this enum is exhaustive without breaking it up @@ -31174,6 +31364,14 @@ import Foundation case .accessibilityCheckmark32Regular: return ".accessibilityCheckmark32Regular" case .accessibilityCheckmark48Filled: return ".accessibilityCheckmark48Filled" case .accessibilityCheckmark48Regular: return ".accessibilityCheckmark48Regular" + case .accessibilityError20Filled: return ".accessibilityError20Filled" + case .accessibilityError20Regular: return ".accessibilityError20Regular" + case .accessibilityError24Filled: return ".accessibilityError24Filled" + case .accessibilityError24Regular: return ".accessibilityError24Regular" + case .accessibilityQuestionMark20Filled: return ".accessibilityQuestionMark20Filled" + case .accessibilityQuestionMark20Regular: return ".accessibilityQuestionMark20Regular" + case .accessibilityQuestionMark24Filled: return ".accessibilityQuestionMark24Filled" + case .accessibilityQuestionMark24Regular: return ".accessibilityQuestionMark24Regular" case .add12Filled: return ".add12Filled" case .add12Regular: return ".add12Regular" case .add16Filled: return ".add16Filled" @@ -31240,6 +31438,8 @@ import Foundation case .airplaneLanding24Regular: return ".airplaneLanding24Regular" case .airplaneTakeOff16Filled: return ".airplaneTakeOff16Filled" case .airplaneTakeOff16Regular: return ".airplaneTakeOff16Regular" + default: break } + switch self { case .airplaneTakeOff20Filled: return ".airplaneTakeOff20Filled" case .airplaneTakeOff20Regular: return ".airplaneTakeOff20Regular" case .airplaneTakeOff24Filled: return ".airplaneTakeOff24Filled" @@ -31248,8 +31448,6 @@ import Foundation case .album20Regular: return ".album20Regular" case .album24Filled: return ".album24Filled" case .album24Regular: return ".album24Regular" - default: break } - switch self { case .albumAdd20Filled: return ".albumAdd20Filled" case .albumAdd20Regular: return ".albumAdd20Regular" case .albumAdd24Filled: return ".albumAdd24Filled" @@ -31342,6 +31540,8 @@ import Foundation case .alignDistributeBottom16Regular: return ".alignDistributeBottom16Regular" case .alignDistributeLeft16Filled: return ".alignDistributeLeft16Filled" case .alignDistributeLeft16Regular: return ".alignDistributeLeft16Regular" + default: break } + switch self { case .alignDistributeRight16Filled: return ".alignDistributeRight16Filled" case .alignDistributeRight16Regular: return ".alignDistributeRight16Regular" case .alignDistributeTop16Filled: return ".alignDistributeTop16Filled" @@ -31350,8 +31550,6 @@ import Foundation case .alignEndHorizontal20Regular: return ".alignEndHorizontal20Regular" case .alignEndVertical20Filled: return ".alignEndVertical20Filled" case .alignEndVertical20Regular: return ".alignEndVertical20Regular" - default: break } - switch self { case .alignLeft16Filled: return ".alignLeft16Filled" case .alignLeft16Regular: return ".alignLeft16Regular" case .alignLeft20Filled: return ".alignLeft20Filled" @@ -31444,6 +31642,8 @@ import Foundation case .animalRabbit24Regular: return ".animalRabbit24Regular" case .animalRabbit28Filled: return ".animalRabbit28Filled" case .animalRabbit28Regular: return ".animalRabbit28Regular" + default: break } + switch self { case .animalRabbit32Filled: return ".animalRabbit32Filled" case .animalRabbit32Regular: return ".animalRabbit32Regular" case .animalRabbitOff20Filled: return ".animalRabbitOff20Filled" @@ -31452,8 +31652,6 @@ import Foundation case .animalRabbitOff32Regular: return ".animalRabbitOff32Regular" case .animalTurtle16Filled: return ".animalTurtle16Filled" case .animalTurtle16Regular: return ".animalTurtle16Regular" - default: break } - switch self { case .animalTurtle20Filled: return ".animalTurtle20Filled" case .animalTurtle20Regular: return ".animalTurtle20Regular" case .animalTurtle24Filled: return ".animalTurtle24Filled" @@ -31546,6 +31744,8 @@ import Foundation case .archiveArrowBack20Regular: return ".archiveArrowBack20Regular" case .archiveArrowBack24Filled: return ".archiveArrowBack24Filled" case .archiveArrowBack24Regular: return ".archiveArrowBack24Regular" + default: break } + switch self { case .archiveArrowBack28Filled: return ".archiveArrowBack28Filled" case .archiveArrowBack28Regular: return ".archiveArrowBack28Regular" case .archiveArrowBack32Filled: return ".archiveArrowBack32Filled" @@ -31554,8 +31754,6 @@ import Foundation case .archiveArrowBack48Regular: return ".archiveArrowBack48Regular" case .archiveMultiple16Filled: return ".archiveMultiple16Filled" case .archiveMultiple16Regular: return ".archiveMultiple16Regular" - default: break } - switch self { case .archiveMultiple20Filled: return ".archiveMultiple20Filled" case .archiveMultiple20Regular: return ".archiveMultiple20Regular" case .archiveMultiple24Filled: return ".archiveMultiple24Filled" @@ -31648,6 +31846,8 @@ import Foundation case .arrowCircleDownDouble20Regular: return ".arrowCircleDownDouble20Regular" case .arrowCircleDownDouble24Filled: return ".arrowCircleDownDouble24Filled" case .arrowCircleDownDouble24Regular: return ".arrowCircleDownDouble24Regular" + default: break } + switch self { case .arrowCircleDownRight16Filled: return ".arrowCircleDownRight16Filled" case .arrowCircleDownRight16Regular: return ".arrowCircleDownRight16Regular" case .arrowCircleDownRight20Filled: return ".arrowCircleDownRight20Filled" @@ -31656,8 +31856,6 @@ import Foundation case .arrowCircleDownRight24Regular: return ".arrowCircleDownRight24Regular" case .arrowCircleDownSplit20Filled: return ".arrowCircleDownSplit20Filled" case .arrowCircleDownSplit20Regular: return ".arrowCircleDownSplit20Regular" - default: break } - switch self { case .arrowCircleDownSplit24Filled: return ".arrowCircleDownSplit24Filled" case .arrowCircleDownSplit24Regular: return ".arrowCircleDownSplit24Regular" case .arrowCircleDownUp20Filled: return ".arrowCircleDownUp20Filled" @@ -31750,6 +31948,8 @@ import Foundation case .arrowCounterclockwise28Regular: return ".arrowCounterclockwise28Regular" case .arrowCounterclockwise32Filled: return ".arrowCounterclockwise32Filled" case .arrowCounterclockwise32Regular: return ".arrowCounterclockwise32Regular" + default: break } + switch self { case .arrowCounterclockwise48Filled: return ".arrowCounterclockwise48Filled" case .arrowCounterclockwise48Regular: return ".arrowCounterclockwise48Regular" case .arrowCounterclockwiseDashes20Filled: return ".arrowCounterclockwiseDashes20Filled" @@ -31758,8 +31958,6 @@ import Foundation case .arrowCounterclockwiseDashes24Regular: return ".arrowCounterclockwiseDashes24Regular" case .arrowCurveDownLeft16Filled: return ".arrowCurveDownLeft16Filled" case .arrowCurveDownLeft16Regular: return ".arrowCurveDownLeft16Regular" - default: break } - switch self { case .arrowCurveDownLeft20Filled: return ".arrowCurveDownLeft20Filled" case .arrowCurveDownLeft20Regular: return ".arrowCurveDownLeft20Regular" case .arrowCurveDownLeft24Filled: return ".arrowCurveDownLeft24Filled" @@ -31790,6 +31988,8 @@ import Foundation case .arrowDownExclamation16Regular: return ".arrowDownExclamation16Regular" case .arrowDownExclamation20Filled: return ".arrowDownExclamation20Filled" case .arrowDownExclamation20Regular: return ".arrowDownExclamation20Regular" + case .arrowDownExclamation24Filled: return ".arrowDownExclamation24Filled" + case .arrowDownExclamation24Regular: return ".arrowDownExclamation24Regular" case .arrowDownLeft16Filled: return ".arrowDownLeft16Filled" case .arrowDownLeft16Regular: return ".arrowDownLeft16Regular" case .arrowDownLeft20Filled: return ".arrowDownLeft20Filled" @@ -31850,6 +32050,8 @@ import Foundation case .arrowExport16Regular: return ".arrowExport16Regular" case .arrowExport20Filled: return ".arrowExport20Filled" case .arrowExport20Regular: return ".arrowExport20Regular" + default: break } + switch self { case .arrowExport24Filled: return ".arrowExport24Filled" case .arrowExport24Regular: return ".arrowExport24Regular" case .arrowExportUp16Filled: return ".arrowExportUp16Filled" @@ -31860,8 +32062,6 @@ import Foundation case .arrowExportUp24Regular: return ".arrowExportUp24Regular" case .arrowFit16Filled: return ".arrowFit16Filled" case .arrowFit16Regular: return ".arrowFit16Regular" - default: break } - switch self { case .arrowFit20Filled: return ".arrowFit20Filled" case .arrowFit20Regular: return ".arrowFit20Regular" case .arrowFit24Filled: return ".arrowFit24Filled" @@ -31952,6 +32152,8 @@ import Foundation case .arrowImport24Regular: return ".arrowImport24Regular" case .arrowJoin20Filled: return ".arrowJoin20Filled" case .arrowJoin20Regular: return ".arrowJoin20Regular" + default: break } + switch self { case .arrowLeft12Filled: return ".arrowLeft12Filled" case .arrowLeft12Regular: return ".arrowLeft12Regular" case .arrowLeft16Filled: return ".arrowLeft16Filled" @@ -31962,8 +32164,6 @@ import Foundation case .arrowLeft24Regular: return ".arrowLeft24Regular" case .arrowLeft28Filled: return ".arrowLeft28Filled" case .arrowLeft28Regular: return ".arrowLeft28Regular" - default: break } - switch self { case .arrowLeft32Filled: return ".arrowLeft32Filled" case .arrowLeft32Regular: return ".arrowLeft32Regular" case .arrowLeft48Filled: return ".arrowLeft48Filled" @@ -32054,6 +32254,8 @@ import Foundation case .arrowRedo24Regular: return ".arrowRedo24Regular" case .arrowRedo28Filled: return ".arrowRedo28Filled" case .arrowRedo28Regular: return ".arrowRedo28Regular" + default: break } + switch self { case .arrowRedo32Filled: return ".arrowRedo32Filled" case .arrowRedo32Regular: return ".arrowRedo32Regular" case .arrowRedo48Filled: return ".arrowRedo48Filled" @@ -32064,8 +32266,6 @@ import Foundation case .arrowRepeat120Regular: return ".arrowRepeat120Regular" case .arrowRepeat124Filled: return ".arrowRepeat124Filled" case .arrowRepeat124Regular: return ".arrowRepeat124Regular" - default: break } - switch self { case .arrowRepeatAll16Filled: return ".arrowRepeatAll16Filled" case .arrowRepeatAll16Regular: return ".arrowRepeatAll16Regular" case .arrowRepeatAll20Filled: return ".arrowRepeatAll20Filled" @@ -32156,6 +32356,8 @@ import Foundation case .arrowShuffle24Regular: return ".arrowShuffle24Regular" case .arrowShuffle28Filled: return ".arrowShuffle28Filled" case .arrowShuffle28Regular: return ".arrowShuffle28Regular" + default: break } + switch self { case .arrowShuffle32Filled: return ".arrowShuffle32Filled" case .arrowShuffle32Regular: return ".arrowShuffle32Regular" case .arrowShuffle48Filled: return ".arrowShuffle48Filled" @@ -32166,8 +32368,6 @@ import Foundation case .arrowShuffleOff20Regular: return ".arrowShuffleOff20Regular" case .arrowShuffleOff24Filled: return ".arrowShuffleOff24Filled" case .arrowShuffleOff24Regular: return ".arrowShuffleOff24Regular" - default: break } - switch self { case .arrowShuffleOff28Filled: return ".arrowShuffleOff28Filled" case .arrowShuffleOff28Regular: return ".arrowShuffleOff28Regular" case .arrowShuffleOff32Filled: return ".arrowShuffleOff32Filled" @@ -32200,6 +32400,12 @@ import Foundation case .arrowSortUp20Regular: return ".arrowSortUp20Regular" case .arrowSortUp24Filled: return ".arrowSortUp24Filled" case .arrowSortUp24Regular: return ".arrowSortUp24Regular" + case .arrowSortUpLines16Filled: return ".arrowSortUpLines16Filled" + case .arrowSortUpLines16Regular: return ".arrowSortUpLines16Regular" + case .arrowSortUpLines20Filled: return ".arrowSortUpLines20Filled" + case .arrowSortUpLines20Regular: return ".arrowSortUpLines20Regular" + case .arrowSortUpLines24Filled: return ".arrowSortUpLines24Filled" + case .arrowSortUpLines24Regular: return ".arrowSortUpLines24Regular" case .arrowSplit16Filled: return ".arrowSplit16Filled" case .arrowSplit16Regular: return ".arrowSplit16Regular" case .arrowSplit20Filled: return ".arrowSplit20Filled" @@ -32252,6 +32458,8 @@ import Foundation case .arrowStepInLeft28Regular: return ".arrowStepInLeft28Regular" case .arrowStepInRight12Filled: return ".arrowStepInRight12Filled" case .arrowStepInRight12Regular: return ".arrowStepInRight12Regular" + default: break } + switch self { case .arrowStepInRight16Filled: return ".arrowStepInRight16Filled" case .arrowStepInRight16Regular: return ".arrowStepInRight16Regular" case .arrowStepInRight20Filled: return ".arrowStepInRight20Filled" @@ -32268,8 +32476,6 @@ import Foundation case .arrowStepOut20Regular: return ".arrowStepOut20Regular" case .arrowStepOut24Filled: return ".arrowStepOut24Filled" case .arrowStepOut24Regular: return ".arrowStepOut24Regular" - default: break } - switch self { case .arrowStepOut28Filled: return ".arrowStepOut28Filled" case .arrowStepOut28Regular: return ".arrowStepOut28Regular" case .arrowStepOver16Filled: return ".arrowStepOver16Filled" @@ -32354,6 +32560,8 @@ import Foundation case .arrowTurnBidirectionalDownRight20Regular: return ".arrowTurnBidirectionalDownRight20Regular" case .arrowTurnBidirectionalDownRight24Filled: return ".arrowTurnBidirectionalDownRight24Filled" case .arrowTurnBidirectionalDownRight24Regular: return ".arrowTurnBidirectionalDownRight24Regular" + default: break } + switch self { case .arrowTurnDownLeft20Filled: return ".arrowTurnDownLeft20Filled" case .arrowTurnDownLeft20Regular: return ".arrowTurnDownLeft20Regular" case .arrowTurnDownLeft48Filled: return ".arrowTurnDownLeft48Filled" @@ -32370,8 +32578,6 @@ import Foundation case .arrowTurnLeftDown20Regular: return ".arrowTurnLeftDown20Regular" case .arrowTurnLeftDown48Filled: return ".arrowTurnLeftDown48Filled" case .arrowTurnLeftDown48Regular: return ".arrowTurnLeftDown48Regular" - default: break } - switch self { case .arrowTurnLeftRight20Filled: return ".arrowTurnLeftRight20Filled" case .arrowTurnLeftRight20Regular: return ".arrowTurnLeftRight20Regular" case .arrowTurnLeftRight48Filled: return ".arrowTurnLeftRight48Filled" @@ -32432,6 +32638,12 @@ import Foundation case .arrowUp32Regular: return ".arrowUp32Regular" case .arrowUp48Filled: return ".arrowUp48Filled" case .arrowUp48Regular: return ".arrowUp48Regular" + case .arrowUpExclamation16Filled: return ".arrowUpExclamation16Filled" + case .arrowUpExclamation16Regular: return ".arrowUpExclamation16Regular" + case .arrowUpExclamation20Filled: return ".arrowUpExclamation20Filled" + case .arrowUpExclamation20Regular: return ".arrowUpExclamation20Regular" + case .arrowUpExclamation24Filled: return ".arrowUpExclamation24Filled" + case .arrowUpExclamation24Regular: return ".arrowUpExclamation24Regular" case .arrowUpLeft16Filled: return ".arrowUpLeft16Filled" case .arrowUpLeft16Regular: return ".arrowUpLeft16Regular" case .arrowUpLeft20Filled: return ".arrowUpLeft20Filled" @@ -32450,6 +32662,8 @@ import Foundation case .arrowUpRight32Regular: return ".arrowUpRight32Regular" case .arrowUpRight48Filled: return ".arrowUpRight48Filled" case .arrowUpRight48Regular: return ".arrowUpRight48Regular" + default: break } + switch self { case .arrowUpRightDashes16Filled: return ".arrowUpRightDashes16Filled" case .arrowUpRightDashes16Regular: return ".arrowUpRightDashes16Regular" case .arrowUpSquareSettings24Filled: return ".arrowUpSquareSettings24Filled" @@ -32472,8 +32686,6 @@ import Foundation case .attach12Regular: return ".attach12Regular" case .attach16Filled: return ".attach16Filled" case .attach16Regular: return ".attach16Regular" - default: break } - switch self { case .attach20Filled: return ".attach20Filled" case .attach20Regular: return ".attach20Regular" case .attach24Filled: return ".attach24Filled" @@ -32552,6 +32764,8 @@ import Foundation case .barcodeScanner20Regular: return ".barcodeScanner20Regular" case .barcodeScanner24Filled: return ".barcodeScanner24Filled" case .barcodeScanner24Regular: return ".barcodeScanner24Regular" + default: break } + switch self { case .battery020Filled: return ".battery020Filled" case .battery020Regular: return ".battery020Regular" case .battery024Filled: return ".battery024Filled" @@ -32574,8 +32788,6 @@ import Foundation case .battery320Regular: return ".battery320Regular" case .battery324Filled: return ".battery324Filled" case .battery324Regular: return ".battery324Regular" - default: break } - switch self { case .battery420Filled: return ".battery420Filled" case .battery420Regular: return ".battery420Regular" case .battery424Filled: return ".battery424Filled" @@ -32654,6 +32866,8 @@ import Foundation case .beakerOff20Regular: return ".beakerOff20Regular" case .beakerOff32Filled: return ".beakerOff32Filled" case .beakerOff32Regular: return ".beakerOff32Regular" + default: break } + switch self { case .beakerSettings16Filled: return ".beakerSettings16Filled" case .beakerSettings16Regular: return ".beakerSettings16Regular" case .beakerSettings20Filled: return ".beakerSettings20Filled" @@ -32664,6 +32878,10 @@ import Foundation case .bed20Regular: return ".bed20Regular" case .bed24Filled: return ".bed24Filled" case .bed24Regular: return ".bed24Regular" + case .bench20Filled: return ".bench20Filled" + case .bench20Regular: return ".bench20Regular" + case .bench24Filled: return ".bench24Filled" + case .bench24Regular: return ".bench24Regular" case .bezierCurveSquare12Filled: return ".bezierCurveSquare12Filled" case .bezierCurveSquare12Regular: return ".bezierCurveSquare12Regular" case .bezierCurveSquare20Filled: return ".bezierCurveSquare20Filled" @@ -32676,8 +32894,6 @@ import Foundation case .binRecycle20Regular: return ".binRecycle20Regular" case .binRecycle24Filled: return ".binRecycle24Filled" case .binRecycle24Regular: return ".binRecycle24Regular" - default: break } - switch self { case .binRecycleFull20Filled: return ".binRecycleFull20Filled" case .binRecycleFull20Regular: return ".binRecycleFull20Regular" case .binRecycleFull24Filled: return ".binRecycleFull24Filled" @@ -32752,6 +32968,8 @@ import Foundation case .book16Regular: return ".book16Regular" case .book20Filled: return ".book20Filled" case .book20Regular: return ".book20Regular" + default: break } + switch self { case .book24Filled: return ".book24Filled" case .book24Regular: return ".book24Regular" case .book32Filled: return ".book32Filled" @@ -32778,8 +32996,6 @@ import Foundation case .bookCompass20Regular: return ".bookCompass20Regular" case .bookCompass24Filled: return ".bookCompass24Filled" case .bookCompass24Regular: return ".bookCompass24Regular" - default: break } - switch self { case .bookContacts20Filled: return ".bookContacts20Filled" case .bookContacts20Regular: return ".bookContacts20Regular" case .bookContacts24Filled: return ".bookContacts24Filled" @@ -32854,6 +33070,8 @@ import Foundation case .bookPulse20Filled: return ".bookPulse20Filled" case .bookPulse20Regular: return ".bookPulse20Regular" case .bookPulse24Filled: return ".bookPulse24Filled" + default: break } + switch self { case .bookPulse24Regular: return ".bookPulse24Regular" case .bookQuestionMark20Filled: return ".bookQuestionMark20Filled" case .bookQuestionMark20Regular: return ".bookQuestionMark20Regular" @@ -32880,8 +33098,6 @@ import Foundation case .bookToolbox24Filled: return ".bookToolbox24Filled" case .bookToolbox24Regular: return ".bookToolbox24Regular" case .bookmark16Filled: return ".bookmark16Filled" - default: break } - switch self { case .bookmark16Regular: return ".bookmark16Regular" case .bookmark20Filled: return ".bookmark20Filled" case .bookmark20Regular: return ".bookmark20Regular" @@ -32956,6 +33172,8 @@ import Foundation case .borderOutside20Filled: return ".borderOutside20Filled" case .borderOutside20Regular: return ".borderOutside20Regular" case .borderOutside24Filled: return ".borderOutside24Filled" + default: break } + switch self { case .borderOutside24Regular: return ".borderOutside24Regular" case .borderOutsideThick20Filled: return ".borderOutsideThick20Filled" case .borderOutsideThick20Regular: return ".borderOutsideThick20Regular" @@ -32982,8 +33200,6 @@ import Foundation case .borderTopBottomThick24Filled: return ".borderTopBottomThick24Filled" case .borderTopBottomThick24Regular: return ".borderTopBottomThick24Regular" case .bot20Filled: return ".bot20Filled" - default: break } - switch self { case .bot20Regular: return ".bot20Regular" case .bot24Filled: return ".bot24Filled" case .bot24Regular: return ".bot24Regular" @@ -33058,6 +33274,8 @@ import Foundation case .boxMultipleSearch24Filled: return ".boxMultipleSearch24Filled" case .boxMultipleSearch24Regular: return ".boxMultipleSearch24Regular" case .boxSearch16Filled: return ".boxSearch16Filled" + default: break } + switch self { case .boxSearch16Regular: return ".boxSearch16Regular" case .boxSearch20Filled: return ".boxSearch20Filled" case .boxSearch20Regular: return ".boxSearch20Regular" @@ -33084,8 +33302,6 @@ import Foundation case .bracesDismiss16Filled: return ".bracesDismiss16Filled" case .bracesDismiss16Regular: return ".bracesDismiss16Regular" case .bracesVariable20Filled: return ".bracesVariable20Filled" - default: break } - switch self { case .bracesVariable20Regular: return ".bracesVariable20Regular" case .bracesVariable24Filled: return ".bracesVariable24Filled" case .bracesVariable24Regular: return ".bracesVariable24Regular" @@ -33160,6 +33376,8 @@ import Foundation case .briefcaseOff20Filled: return ".briefcaseOff20Filled" case .briefcaseOff20Regular: return ".briefcaseOff20Regular" case .briefcaseOff24Filled: return ".briefcaseOff24Filled" + default: break } + switch self { case .briefcaseOff24Regular: return ".briefcaseOff24Regular" case .briefcaseOff28Filled: return ".briefcaseOff28Filled" case .briefcaseOff28Regular: return ".briefcaseOff28Regular" @@ -33186,8 +33404,6 @@ import Foundation case .brightnessHigh48Filled: return ".brightnessHigh48Filled" case .brightnessHigh48Regular: return ".brightnessHigh48Regular" case .brightnessLow16Filled: return ".brightnessLow16Filled" - default: break } - switch self { case .brightnessLow16Regular: return ".brightnessLow16Regular" case .brightnessLow20Filled: return ".brightnessLow20Filled" case .brightnessLow20Regular: return ".brightnessLow20Regular" @@ -33262,6 +33478,8 @@ import Foundation case .buildingBankToolbox24Filled: return ".buildingBankToolbox24Filled" case .buildingBankToolbox24Regular: return ".buildingBankToolbox24Regular" case .buildingCloud24Filled: return ".buildingCloud24Filled" + default: break } + switch self { case .buildingCloud24Regular: return ".buildingCloud24Regular" case .buildingDesktop16Filled: return ".buildingDesktop16Filled" case .buildingDesktop16Regular: return ".buildingDesktop16Regular" @@ -33288,8 +33506,6 @@ import Foundation case .buildingGovernment20Filled: return ".buildingGovernment20Filled" case .buildingGovernment20Regular: return ".buildingGovernment20Regular" case .buildingGovernment24Filled: return ".buildingGovernment24Filled" - default: break } - switch self { case .buildingGovernment24Regular: return ".buildingGovernment24Regular" case .buildingGovernment32Filled: return ".buildingGovernment32Filled" case .buildingGovernment32Regular: return ".buildingGovernment32Regular" @@ -33313,6 +33529,8 @@ import Foundation case .buildingLighthouse20Regular: return ".buildingLighthouse20Regular" case .buildingLighthouse24Filled: return ".buildingLighthouse24Filled" case .buildingLighthouse24Regular: return ".buildingLighthouse24Regular" + case .buildingLighthouse28Filled: return ".buildingLighthouse28Filled" + case .buildingLighthouse28Regular: return ".buildingLighthouse28Regular" case .buildingLighthouse32Filled: return ".buildingLighthouse32Filled" case .buildingLighthouse32Regular: return ".buildingLighthouse32Regular" case .buildingLighthouse48Filled: return ".buildingLighthouse48Filled" @@ -33362,6 +33580,8 @@ import Foundation case .buildingRetailToolbox20Filled: return ".buildingRetailToolbox20Filled" case .buildingRetailToolbox20Regular: return ".buildingRetailToolbox20Regular" case .buildingRetailToolbox24Filled: return ".buildingRetailToolbox24Filled" + default: break } + switch self { case .buildingRetailToolbox24Regular: return ".buildingRetailToolbox24Regular" case .buildingShop16Filled: return ".buildingShop16Filled" case .buildingShop16Regular: return ".buildingShop16Regular" @@ -33390,8 +33610,6 @@ import Foundation case .buildingTownhouse24Filled: return ".buildingTownhouse24Filled" case .buildingTownhouse24Regular: return ".buildingTownhouse24Regular" case .buildingTownhouse32Filled: return ".buildingTownhouse32Filled" - default: break } - switch self { case .buildingTownhouse32Regular: return ".buildingTownhouse32Regular" case .button16Filled: return ".button16Filled" case .button16Regular: return ".button16Regular" @@ -33464,6 +33682,8 @@ import Foundation case .calendarArrowDown20Filled: return ".calendarArrowDown20Filled" case .calendarArrowDown20Regular: return ".calendarArrowDown20Regular" case .calendarArrowDown24Filled: return ".calendarArrowDown24Filled" + default: break } + switch self { case .calendarArrowDown24Regular: return ".calendarArrowDown24Regular" case .calendarArrowRight16Filled: return ".calendarArrowRight16Filled" case .calendarArrowRight16Regular: return ".calendarArrowRight16Regular" @@ -33492,8 +33712,6 @@ import Foundation case .calendarCheckmark20Filled: return ".calendarCheckmark20Filled" case .calendarCheckmark20Regular: return ".calendarCheckmark20Regular" case .calendarCheckmark24Filled: return ".calendarCheckmark24Filled" - default: break } - switch self { case .calendarCheckmark24Regular: return ".calendarCheckmark24Regular" case .calendarCheckmark28Filled: return ".calendarCheckmark28Filled" case .calendarCheckmark28Regular: return ".calendarCheckmark28Regular" @@ -33566,6 +33784,8 @@ import Foundation case .calendarLock24Filled: return ".calendarLock24Filled" case .calendarLock24Regular: return ".calendarLock24Regular" case .calendarLock28Filled: return ".calendarLock28Filled" + default: break } + switch self { case .calendarLock28Regular: return ".calendarLock28Regular" case .calendarLock32Filled: return ".calendarLock32Filled" case .calendarLock32Regular: return ".calendarLock32Regular" @@ -33594,8 +33814,6 @@ import Foundation case .calendarMultiple28Filled: return ".calendarMultiple28Filled" case .calendarMultiple28Regular: return ".calendarMultiple28Regular" case .calendarMultiple32Filled: return ".calendarMultiple32Filled" - default: break } - switch self { case .calendarMultiple32Regular: return ".calendarMultiple32Regular" case .calendarNote16Filled: return ".calendarNote16Filled" case .calendarNote16Regular: return ".calendarNote16Regular" @@ -33668,6 +33886,8 @@ import Foundation case .calendarSettings32Filled: return ".calendarSettings32Filled" case .calendarSettings32Regular: return ".calendarSettings32Regular" case .calendarSettings48Filled: return ".calendarSettings48Filled" + default: break } + switch self { case .calendarSettings48Regular: return ".calendarSettings48Regular" case .calendarShield16Filled: return ".calendarShield16Filled" case .calendarShield16Regular: return ".calendarShield16Regular" @@ -33696,8 +33916,6 @@ import Foundation case .calendarStar16Filled: return ".calendarStar16Filled" case .calendarStar16Regular: return ".calendarStar16Regular" case .calendarStar20Filled: return ".calendarStar20Filled" - default: break } - switch self { case .calendarStar20Regular: return ".calendarStar20Regular" case .calendarStar24Filled: return ".calendarStar24Filled" case .calendarStar24Regular: return ".calendarStar24Regular" @@ -33725,6 +33943,8 @@ import Foundation case .calendarToolbox20Regular: return ".calendarToolbox20Regular" case .calendarToolbox24Filled: return ".calendarToolbox24Filled" case .calendarToolbox24Regular: return ".calendarToolbox24Regular" + case .calendarVideo20Filled: return ".calendarVideo20Filled" + case .calendarVideo20Regular: return ".calendarVideo20Regular" case .calendarVideo24Filled: return ".calendarVideo24Filled" case .calendarVideo24Regular: return ".calendarVideo24Regular" case .calendarVideo28Filled: return ".calendarVideo28Filled" @@ -33768,6 +33988,8 @@ import Foundation case .callAdd24Filled: return ".callAdd24Filled" case .callAdd24Regular: return ".callAdd24Regular" case .callCheckmark20Filled: return ".callCheckmark20Filled" + default: break } + switch self { case .callCheckmark20Regular: return ".callCheckmark20Regular" case .callCheckmark24Filled: return ".callCheckmark24Filled" case .callCheckmark24Regular: return ".callCheckmark24Regular" @@ -33798,8 +34020,6 @@ import Foundation case .callForward16Filled: return ".callForward16Filled" case .callForward16Regular: return ".callForward16Regular" case .callForward20Filled: return ".callForward20Filled" - default: break } - switch self { case .callForward20Regular: return ".callForward20Regular" case .callForward24Filled: return ".callForward24Filled" case .callForward24Regular: return ".callForward24Regular" @@ -33870,6 +34090,8 @@ import Foundation case .callTransfer16Filled: return ".callTransfer16Filled" case .callTransfer16Regular: return ".callTransfer16Regular" case .callTransfer20Filled: return ".callTransfer20Filled" + default: break } + switch self { case .callTransfer20Regular: return ".callTransfer20Regular" case .callTransfer24Filled: return ".callTransfer24Filled" case .callTransfer24Regular: return ".callTransfer24Regular" @@ -33900,8 +34122,6 @@ import Foundation case .cameraAdd20Filled: return ".cameraAdd20Filled" case .cameraAdd20Regular: return ".cameraAdd20Regular" case .cameraAdd24Filled: return ".cameraAdd24Filled" - default: break } - switch self { case .cameraAdd24Regular: return ".cameraAdd24Regular" case .cameraAdd48Filled: return ".cameraAdd48Filled" case .cameraAdd48Regular: return ".cameraAdd48Regular" @@ -33972,6 +34192,8 @@ import Foundation case .caretUp12Filled: return ".caretUp12Filled" case .caretUp12Regular: return ".caretUp12Regular" case .caretUp16Filled: return ".caretUp16Filled" + default: break } + switch self { case .caretUp16Regular: return ".caretUp16Regular" case .caretUp20Filled: return ".caretUp20Filled" case .caretUp20Regular: return ".caretUp20Regular" @@ -34002,8 +34224,6 @@ import Foundation case .catchUp24Filled: return ".catchUp24Filled" case .catchUp24Regular: return ".catchUp24Regular" case .cd16Filled: return ".cd16Filled" - default: break } - switch self { case .cd16Regular: return ".cd16Regular" case .cellular3G20Filled: return ".cellular3G20Filled" case .cellular3G20Regular: return ".cellular3G20Regular" @@ -34074,6 +34294,8 @@ import Foundation case .channelAdd16Filled: return ".channelAdd16Filled" case .channelAdd16Regular: return ".channelAdd16Regular" case .channelAdd20Filled: return ".channelAdd20Filled" + default: break } + switch self { case .channelAdd20Regular: return ".channelAdd20Regular" case .channelAdd24Filled: return ".channelAdd24Filled" case .channelAdd24Regular: return ".channelAdd24Regular" @@ -34104,8 +34326,6 @@ import Foundation case .channelDismiss16Filled: return ".channelDismiss16Filled" case .channelDismiss16Regular: return ".channelDismiss16Regular" case .channelDismiss20Filled: return ".channelDismiss20Filled" - default: break } - switch self { case .channelDismiss20Regular: return ".channelDismiss20Regular" case .channelDismiss24Filled: return ".channelDismiss24Filled" case .channelDismiss24Regular: return ".channelDismiss24Regular" @@ -34176,6 +34396,8 @@ import Foundation case .chatArrowBack16Filled: return ".chatArrowBack16Filled" case .chatArrowBack16Regular: return ".chatArrowBack16Regular" case .chatArrowBack20Filled: return ".chatArrowBack20Filled" + default: break } + switch self { case .chatArrowBack20Regular: return ".chatArrowBack20Regular" case .chatArrowDoubleBack16Filled: return ".chatArrowDoubleBack16Filled" case .chatArrowDoubleBack16Regular: return ".chatArrowDoubleBack16Regular" @@ -34206,8 +34428,6 @@ import Foundation case .chatEmpty12Filled: return ".chatEmpty12Filled" case .chatEmpty12Regular: return ".chatEmpty12Regular" case .chatEmpty16Filled: return ".chatEmpty16Filled" - default: break } - switch self { case .chatEmpty16Regular: return ".chatEmpty16Regular" case .chatEmpty20Filled: return ".chatEmpty20Filled" case .chatEmpty20Regular: return ".chatEmpty20Regular" @@ -34278,6 +34498,8 @@ import Foundation case .chatVideo24Filled: return ".chatVideo24Filled" case .chatVideo24Regular: return ".chatVideo24Regular" case .chatWarning16Filled: return ".chatWarning16Filled" + default: break } + switch self { case .chatWarning16Regular: return ".chatWarning16Regular" case .chatWarning20Filled: return ".chatWarning20Filled" case .chatWarning20Regular: return ".chatWarning20Regular" @@ -34308,8 +34530,6 @@ import Foundation case .checkboxCheckedSync16Filled: return ".checkboxCheckedSync16Filled" case .checkboxCheckedSync16Regular: return ".checkboxCheckedSync16Regular" case .checkboxCheckedSync20Filled: return ".checkboxCheckedSync20Filled" - default: break } - switch self { case .checkboxCheckedSync20Regular: return ".checkboxCheckedSync20Regular" case .checkboxIndeterminate16Filled: return ".checkboxIndeterminate16Filled" case .checkboxIndeterminate16Regular: return ".checkboxIndeterminate16Regular" @@ -34380,6 +34600,8 @@ import Foundation case .checkmarkLock24Filled: return ".checkmarkLock24Filled" case .checkmarkLock24Regular: return ".checkmarkLock24Regular" case .checkmarkNote20Filled: return ".checkmarkNote20Filled" + default: break } + switch self { case .checkmarkNote20Regular: return ".checkmarkNote20Regular" case .checkmarkSquare20Filled: return ".checkmarkSquare20Filled" case .checkmarkSquare20Regular: return ".checkmarkSquare20Regular" @@ -34410,8 +34632,6 @@ import Foundation case .chevronCircleDown28Filled: return ".chevronCircleDown28Filled" case .chevronCircleDown28Regular: return ".chevronCircleDown28Regular" case .chevronCircleDown32Filled: return ".chevronCircleDown32Filled" - default: break } - switch self { case .chevronCircleDown32Regular: return ".chevronCircleDown32Regular" case .chevronCircleDown48Filled: return ".chevronCircleDown48Filled" case .chevronCircleDown48Regular: return ".chevronCircleDown48Regular" @@ -34482,6 +34702,8 @@ import Foundation case .chevronDown24Filled: return ".chevronDown24Filled" case .chevronDown24Regular: return ".chevronDown24Regular" case .chevronDown28Filled: return ".chevronDown28Filled" + default: break } + switch self { case .chevronDown28Regular: return ".chevronDown28Regular" case .chevronDown32Filled: return ".chevronDown32Filled" case .chevronDown32Regular: return ".chevronDown32Regular" @@ -34512,8 +34734,6 @@ import Foundation case .chevronRight16Filled: return ".chevronRight16Filled" case .chevronRight16Regular: return ".chevronRight16Regular" case .chevronRight20Filled: return ".chevronRight20Filled" - default: break } - switch self { case .chevronRight20Regular: return ".chevronRight20Regular" case .chevronRight24Filled: return ".chevronRight24Filled" case .chevronRight24Regular: return ".chevronRight24Regular" @@ -34584,6 +34804,8 @@ import Foundation case .circleImage16Filled: return ".circleImage16Filled" case .circleImage16Regular: return ".circleImage16Regular" case .circleImage20Filled: return ".circleImage20Filled" + default: break } + switch self { case .circleImage20Regular: return ".circleImage20Regular" case .circleImage24Filled: return ".circleImage24Filled" case .circleImage24Regular: return ".circleImage24Regular" @@ -34614,8 +34836,6 @@ import Foundation case .city24Filled: return ".city24Filled" case .city24Regular: return ".city24Regular" case .class20Filled: return ".class20Filled" - default: break } - switch self { case .class20Regular: return ".class20Regular" case .class24Filled: return ".class24Filled" case .class24Regular: return ".class24Regular" @@ -34686,6 +34906,8 @@ import Foundation case .clipboardCode20Filled: return ".clipboardCode20Filled" case .clipboardCode20Regular: return ".clipboardCode20Regular" case .clipboardCode24Filled: return ".clipboardCode24Filled" + default: break } + switch self { case .clipboardCode24Regular: return ".clipboardCode24Regular" case .clipboardDataBar20Filled: return ".clipboardDataBar20Filled" case .clipboardDataBar20Regular: return ".clipboardDataBar20Regular" @@ -34716,8 +34938,6 @@ import Foundation case .clipboardImage24Filled: return ".clipboardImage24Filled" case .clipboardImage24Regular: return ".clipboardImage24Regular" case .clipboardLetter16Filled: return ".clipboardLetter16Filled" - default: break } - switch self { case .clipboardLetter16Regular: return ".clipboardLetter16Regular" case .clipboardLetter20Filled: return ".clipboardLetter20Filled" case .clipboardLetter20Regular: return ".clipboardLetter20Regular" @@ -34788,6 +35008,8 @@ import Foundation case .clipboardTask16Filled: return ".clipboardTask16Filled" case .clipboardTask16Regular: return ".clipboardTask16Regular" case .clipboardTask20Filled: return ".clipboardTask20Filled" + default: break } + switch self { case .clipboardTask20Regular: return ".clipboardTask20Regular" case .clipboardTask24Filled: return ".clipboardTask24Filled" case .clipboardTask24Regular: return ".clipboardTask24Regular" @@ -34818,8 +35040,6 @@ import Foundation case .clock24Filled: return ".clock24Filled" case .clock24Regular: return ".clock24Regular" case .clock28Filled: return ".clock28Filled" - default: break } - switch self { case .clock28Regular: return ".clock28Regular" case .clock32Filled: return ".clock32Filled" case .clock32Regular: return ".clock32Regular" @@ -34837,6 +35057,14 @@ import Foundation case .clockArrowDownload20Regular: return ".clockArrowDownload20Regular" case .clockArrowDownload24Filled: return ".clockArrowDownload24Filled" case .clockArrowDownload24Regular: return ".clockArrowDownload24Regular" + case .clockBill16Filled: return ".clockBill16Filled" + case .clockBill16Regular: return ".clockBill16Regular" + case .clockBill20Filled: return ".clockBill20Filled" + case .clockBill20Regular: return ".clockBill20Regular" + case .clockBill24Filled: return ".clockBill24Filled" + case .clockBill24Regular: return ".clockBill24Regular" + case .clockBill32Filled: return ".clockBill32Filled" + case .clockBill32Regular: return ".clockBill32Regular" case .clockDismiss20Filled: return ".clockDismiss20Filled" case .clockDismiss20Regular: return ".clockDismiss20Regular" case .clockDismiss24Filled: return ".clockDismiss24Filled" @@ -34882,6 +35110,8 @@ import Foundation case .cloud20Filled: return ".cloud20Filled" case .cloud20Regular: return ".cloud20Regular" case .cloud24Filled: return ".cloud24Filled" + default: break } + switch self { case .cloud24Regular: return ".cloud24Regular" case .cloud28Filled: return ".cloud28Filled" case .cloud28Regular: return ".cloud28Regular" @@ -34920,8 +35150,6 @@ import Foundation case .cloudArrowDown48Filled: return ".cloudArrowDown48Filled" case .cloudArrowDown48Regular: return ".cloudArrowDown48Regular" case .cloudArrowRight16Filled: return ".cloudArrowRight16Filled" - default: break } - switch self { case .cloudArrowRight16Regular: return ".cloudArrowRight16Regular" case .cloudArrowRight20Filled: return ".cloudArrowRight20Filled" case .cloudArrowRight20Regular: return ".cloudArrowRight20Regular" @@ -34984,6 +35212,8 @@ import Foundation case .cloudDesktop20Filled: return ".cloudDesktop20Filled" case .cloudDesktop20Regular: return ".cloudDesktop20Regular" case .cloudDismiss16Filled: return ".cloudDismiss16Filled" + default: break } + switch self { case .cloudDismiss16Regular: return ".cloudDismiss16Regular" case .cloudDismiss20Filled: return ".cloudDismiss20Filled" case .cloudDismiss20Regular: return ".cloudDismiss20Regular" @@ -35022,8 +35252,6 @@ import Foundation case .cloudLink20Filled: return ".cloudLink20Filled" case .cloudLink20Regular: return ".cloudLink20Regular" case .cloudLink24Filled: return ".cloudLink24Filled" - default: break } - switch self { case .cloudLink24Regular: return ".cloudLink24Regular" case .cloudOff16Filled: return ".cloudOff16Filled" case .cloudOff16Regular: return ".cloudOff16Regular" @@ -35086,6 +35314,8 @@ import Foundation case .codeBlock16Filled: return ".codeBlock16Filled" case .codeBlock16Regular: return ".codeBlock16Regular" case .codeBlock20Filled: return ".codeBlock20Filled" + default: break } + switch self { case .codeBlock20Regular: return ".codeBlock20Regular" case .codeBlock24Filled: return ".codeBlock24Filled" case .codeBlock24Regular: return ".codeBlock24Regular" @@ -35124,8 +35354,6 @@ import Foundation case .codeText16Filled: return ".codeText16Filled" case .codeText16Regular: return ".codeText16Regular" case .codeText20Filled: return ".codeText20Filled" - default: break } - switch self { case .codeText20Regular: return ".codeText20Regular" case .codeTextEdit20Filled: return ".codeTextEdit20Filled" case .codeTextEdit20Regular: return ".codeTextEdit20Regular" @@ -35188,6 +35416,8 @@ import Foundation case .columnArrowRight20Regular: return ".columnArrowRight20Regular" case .columnDoubleCompare20Filled: return ".columnDoubleCompare20Filled" case .columnDoubleCompare20Regular: return ".columnDoubleCompare20Regular" + default: break } + switch self { case .columnEdit20Filled: return ".columnEdit20Filled" case .columnEdit20Regular: return ".columnEdit20Regular" case .columnEdit24Filled: return ".columnEdit24Filled" @@ -35226,8 +35456,6 @@ import Foundation case .commentAdd12Regular: return ".commentAdd12Regular" case .commentAdd16Filled: return ".commentAdd16Filled" case .commentAdd16Regular: return ".commentAdd16Regular" - default: break } - switch self { case .commentAdd20Filled: return ".commentAdd20Filled" case .commentAdd20Regular: return ".commentAdd20Regular" case .commentAdd24Filled: return ".commentAdd24Filled" @@ -35290,6 +35518,8 @@ import Foundation case .commentError24Regular: return ".commentError24Regular" case .commentLightning20Filled: return ".commentLightning20Filled" case .commentLightning20Regular: return ".commentLightning20Regular" + default: break } + switch self { case .commentLightning24Filled: return ".commentLightning24Filled" case .commentLightning24Regular: return ".commentLightning24Regular" case .commentLink16Filled: return ".commentLink16Filled" @@ -35328,8 +35558,6 @@ import Foundation case .commentMultipleCheckmark28Regular: return ".commentMultipleCheckmark28Regular" case .commentMultipleLink16Filled: return ".commentMultipleLink16Filled" case .commentMultipleLink16Regular: return ".commentMultipleLink16Regular" - default: break } - switch self { case .commentMultipleLink20Filled: return ".commentMultipleLink20Filled" case .commentMultipleLink20Regular: return ".commentMultipleLink20Regular" case .commentMultipleLink24Filled: return ".commentMultipleLink24Filled" @@ -35392,6 +35620,8 @@ import Foundation case .compose28Regular: return ".compose28Regular" case .compose32Filled: return ".compose32Filled" case .compose32Regular: return ".compose32Regular" + default: break } + switch self { case .compose48Filled: return ".compose48Filled" case .compose48Regular: return ".compose48Regular" case .cone16Filled: return ".cone16Filled" @@ -35430,8 +35660,6 @@ import Foundation case .contactCard48Regular: return ".contactCard48Regular" case .contactCardGroup16Filled: return ".contactCardGroup16Filled" case .contactCardGroup16Regular: return ".contactCardGroup16Regular" - default: break } - switch self { case .contactCardGroup20Filled: return ".contactCardGroup20Filled" case .contactCardGroup20Regular: return ".contactCardGroup20Regular" case .contactCardGroup24Filled: return ".contactCardGroup24Filled" @@ -35494,6 +35722,8 @@ import Foundation case .contractDownLeft20Regular: return ".contractDownLeft20Regular" case .contractDownLeft24Filled: return ".contractDownLeft24Filled" case .contractDownLeft24Regular: return ".contractDownLeft24Regular" + default: break } + switch self { case .contractDownLeft28Filled: return ".contractDownLeft28Filled" case .contractDownLeft28Regular: return ".contractDownLeft28Regular" case .contractDownLeft32Filled: return ".contractDownLeft32Filled" @@ -35532,8 +35762,6 @@ import Foundation case .cookies32Regular: return ".cookies32Regular" case .cookies48Filled: return ".cookies48Filled" case .cookies48Regular: return ".cookies48Regular" - default: break } - switch self { case .copy16Filled: return ".copy16Filled" case .copy16Regular: return ".copy16Regular" case .copy20Filled: return ".copy20Filled" @@ -35596,6 +35824,8 @@ import Foundation case .crop48Regular: return ".crop48Regular" case .cropInterim20Filled: return ".cropInterim20Filled" case .cropInterim20Regular: return ".cropInterim20Regular" + default: break } + switch self { case .cropInterim24Filled: return ".cropInterim24Filled" case .cropInterim24Regular: return ".cropInterim24Regular" case .cropInterimOff20Filled: return ".cropInterimOff20Filled" @@ -35634,8 +35864,6 @@ import Foundation case .cubeMultiple20Regular: return ".cubeMultiple20Regular" case .cubeMultiple24Filled: return ".cubeMultiple24Filled" case .cubeMultiple24Regular: return ".cubeMultiple24Regular" - default: break } - switch self { case .cubeQuick16Filled: return ".cubeQuick16Filled" case .cubeQuick16Regular: return ".cubeQuick16Regular" case .cubeQuick20Filled: return ".cubeQuick20Filled" @@ -35698,6 +35926,8 @@ import Foundation case .cursorHoverOff28Regular: return ".cursorHoverOff28Regular" case .cursorHoverOff48Filled: return ".cursorHoverOff48Filled" case .cursorHoverOff48Regular: return ".cursorHoverOff48Regular" + default: break } + switch self { case .cursorProhibited16Filled: return ".cursorProhibited16Filled" case .cursorProhibited16Regular: return ".cursorProhibited16Regular" case .cursorProhibited20Filled: return ".cursorProhibited20Filled" @@ -35736,8 +35966,6 @@ import Foundation case .dataBarVerticalAdd24Regular: return ".dataBarVerticalAdd24Regular" case .dataBarVerticalAscending16Filled: return ".dataBarVerticalAscending16Filled" case .dataBarVerticalAscending16Regular: return ".dataBarVerticalAscending16Regular" - default: break } - switch self { case .dataBarVerticalAscending20Filled: return ".dataBarVerticalAscending20Filled" case .dataBarVerticalAscending20Regular: return ".dataBarVerticalAscending20Regular" case .dataBarVerticalAscending24Filled: return ".dataBarVerticalAscending24Filled" @@ -35792,16 +36020,24 @@ import Foundation case .dataTrending32Regular: return ".dataTrending32Regular" case .dataTrending48Filled: return ".dataTrending48Filled" case .dataTrending48Regular: return ".dataTrending48Regular" + case .dataUsage16Filled: return ".dataUsage16Filled" + case .dataUsage16Regular: return ".dataUsage16Regular" case .dataUsage20Filled: return ".dataUsage20Filled" case .dataUsage20Regular: return ".dataUsage20Regular" case .dataUsage24Filled: return ".dataUsage24Filled" case .dataUsage24Regular: return ".dataUsage24Regular" case .dataUsageEdit20Filled: return ".dataUsageEdit20Filled" case .dataUsageEdit20Regular: return ".dataUsageEdit20Regular" + default: break } + switch self { case .dataUsageEdit24Filled: return ".dataUsageEdit24Filled" case .dataUsageEdit24Regular: return ".dataUsageEdit24Regular" + case .dataUsageSettings16Filled: return ".dataUsageSettings16Filled" + case .dataUsageSettings16Regular: return ".dataUsageSettings16Regular" case .dataUsageSettings20Filled: return ".dataUsageSettings20Filled" case .dataUsageSettings20Regular: return ".dataUsageSettings20Regular" + case .dataUsageSettings24Filled: return ".dataUsageSettings24Filled" + case .dataUsageSettings24Regular: return ".dataUsageSettings24Regular" case .dataUsageToolbox20Filled: return ".dataUsageToolbox20Filled" case .dataUsageToolbox20Regular: return ".dataUsageToolbox20Regular" case .dataUsageToolbox24Filled: return ".dataUsageToolbox24Filled" @@ -35838,8 +36074,6 @@ import Foundation case .databaseLightning20Regular: return ".databaseLightning20Regular" case .databaseLink20Filled: return ".databaseLink20Filled" case .databaseLink20Regular: return ".databaseLink20Regular" - default: break } - switch self { case .databaseLink24Filled: return ".databaseLink24Filled" case .databaseLink24Regular: return ".databaseLink24Regular" case .databaseMultiple20Filled: return ".databaseMultiple20Filled" @@ -35896,6 +36130,8 @@ import Foundation case .deleteDismiss24Regular: return ".deleteDismiss24Regular" case .deleteDismiss28Filled: return ".deleteDismiss28Filled" case .deleteDismiss28Regular: return ".deleteDismiss28Regular" + default: break } + switch self { case .deleteLines20Filled: return ".deleteLines20Filled" case .deleteLines20Regular: return ".deleteLines20Regular" case .deleteOff20Filled: return ".deleteOff20Filled" @@ -35940,8 +36176,6 @@ import Foundation case .desktop24Regular: return ".desktop24Regular" case .desktop28Filled: return ".desktop28Filled" case .desktop28Regular: return ".desktop28Regular" - default: break } - switch self { case .desktop32Filled: return ".desktop32Filled" case .desktop32Regular: return ".desktop32Regular" case .desktopArrowDown16Filled: return ".desktopArrowDown16Filled" @@ -35998,6 +36232,8 @@ import Foundation case .desktopMac32Regular: return ".desktopMac32Regular" case .desktopPulse16Filled: return ".desktopPulse16Filled" case .desktopPulse16Regular: return ".desktopPulse16Regular" + default: break } + switch self { case .desktopPulse20Filled: return ".desktopPulse20Filled" case .desktopPulse20Regular: return ".desktopPulse20Regular" case .desktopPulse24Filled: return ".desktopPulse24Filled" @@ -36042,8 +36278,6 @@ import Foundation case .developerBoard24Regular: return ".developerBoard24Regular" case .developerBoardLightning20Filled: return ".developerBoardLightning20Filled" case .developerBoardLightning20Regular: return ".developerBoardLightning20Regular" - default: break } - switch self { case .developerBoardLightningToolbox20Filled: return ".developerBoardLightningToolbox20Filled" case .developerBoardLightningToolbox20Regular: return ".developerBoardLightningToolbox20Regular" case .developerBoardSearch20Filled: return ".developerBoardSearch20Filled" @@ -36100,6 +36334,8 @@ import Foundation case .dialpadOff24Regular: return ".dialpadOff24Regular" case .dialpadQuestionMark20Filled: return ".dialpadQuestionMark20Filled" case .dialpadQuestionMark20Regular: return ".dialpadQuestionMark20Regular" + default: break } + switch self { case .dialpadQuestionMark24Filled: return ".dialpadQuestionMark24Filled" case .dialpadQuestionMark24Regular: return ".dialpadQuestionMark24Regular" case .diamond16Filled: return ".diamond16Filled" @@ -36144,8 +36380,6 @@ import Foundation case .dismiss48Regular: return ".dismiss48Regular" case .dismissCircle12Filled: return ".dismissCircle12Filled" case .dismissCircle12Regular: return ".dismissCircle12Regular" - default: break } - switch self { case .dismissCircle16Filled: return ".dismissCircle16Filled" case .dismissCircle16Regular: return ".dismissCircle16Regular" case .dismissCircle20Filled: return ".dismissCircle20Filled" @@ -36202,6 +36436,8 @@ import Foundation case .doctor16Regular: return ".doctor16Regular" case .doctor20Filled: return ".doctor20Filled" case .doctor20Regular: return ".doctor20Regular" + default: break } + switch self { case .doctor24Filled: return ".doctor24Filled" case .doctor24Regular: return ".doctor24Regular" case .doctor28Filled: return ".doctor28Filled" @@ -36246,8 +36482,6 @@ import Foundation case .documentArrowLeft16Regular: return ".documentArrowLeft16Regular" case .documentArrowLeft20Filled: return ".documentArrowLeft20Filled" case .documentArrowLeft20Regular: return ".documentArrowLeft20Regular" - default: break } - switch self { case .documentArrowLeft24Filled: return ".documentArrowLeft24Filled" case .documentArrowLeft24Regular: return ".documentArrowLeft24Regular" case .documentArrowLeft28Filled: return ".documentArrowLeft28Filled" @@ -36304,6 +36538,8 @@ import Foundation case .documentBulletListCube20Regular: return ".documentBulletListCube20Regular" case .documentBulletListCube24Filled: return ".documentBulletListCube24Filled" case .documentBulletListCube24Regular: return ".documentBulletListCube24Regular" + default: break } + switch self { case .documentBulletListMultiple20Filled: return ".documentBulletListMultiple20Filled" case .documentBulletListMultiple20Regular: return ".documentBulletListMultiple20Regular" case .documentBulletListMultiple24Filled: return ".documentBulletListMultiple24Filled" @@ -36348,8 +36584,6 @@ import Foundation case .documentCss24Regular: return ".documentCss24Regular" case .documentCube20Filled: return ".documentCube20Filled" case .documentCube20Regular: return ".documentCube20Regular" - default: break } - switch self { case .documentCube24Filled: return ".documentCube24Filled" case .documentCube24Regular: return ".documentCube24Regular" case .documentData16Filled: return ".documentData16Filled" @@ -36406,6 +36640,8 @@ import Foundation case .documentFit16Regular: return ".documentFit16Regular" case .documentFit20Filled: return ".documentFit20Filled" case .documentFit20Regular: return ".documentFit20Regular" + default: break } + switch self { case .documentFit24Filled: return ".documentFit24Filled" case .documentFit24Regular: return ".documentFit24Regular" case .documentFlowchart20Filled: return ".documentFlowchart20Filled" @@ -36450,8 +36686,6 @@ import Foundation case .documentHeaderFooter16Regular: return ".documentHeaderFooter16Regular" case .documentHeaderFooter20Filled: return ".documentHeaderFooter20Filled" case .documentHeaderFooter20Regular: return ".documentHeaderFooter20Regular" - default: break } - switch self { case .documentHeaderFooter24Filled: return ".documentHeaderFooter24Filled" case .documentHeaderFooter24Regular: return ".documentHeaderFooter24Regular" case .documentHeart20Filled: return ".documentHeart20Filled" @@ -36508,6 +36742,8 @@ import Foundation case .documentLightning48Regular: return ".documentLightning48Regular" case .documentLink16Filled: return ".documentLink16Filled" case .documentLink16Regular: return ".documentLink16Regular" + default: break } + switch self { case .documentLink20Filled: return ".documentLink20Filled" case .documentLink20Regular: return ".documentLink20Regular" case .documentLink24Filled: return ".documentLink24Filled" @@ -36552,8 +36788,6 @@ import Foundation case .documentMultipleProhibited20Regular: return ".documentMultipleProhibited20Regular" case .documentMultipleProhibited24Filled: return ".documentMultipleProhibited24Filled" case .documentMultipleProhibited24Regular: return ".documentMultipleProhibited24Regular" - default: break } - switch self { case .documentMultipleSync20Filled: return ".documentMultipleSync20Filled" case .documentMultipleSync20Regular: return ".documentMultipleSync20Regular" case .documentNumber116Filled: return ".documentNumber116Filled" @@ -36610,6 +36844,8 @@ import Foundation case .documentPageBreak20Regular: return ".documentPageBreak20Regular" case .documentPageBreak24Filled: return ".documentPageBreak24Filled" case .documentPageBreak24Regular: return ".documentPageBreak24Regular" + default: break } + switch self { case .documentPageNumber20Filled: return ".documentPageNumber20Filled" case .documentPageNumber20Regular: return ".documentPageNumber20Regular" case .documentPageNumber24Filled: return ".documentPageNumber24Filled" @@ -36654,8 +36890,6 @@ import Foundation case .documentPrint28Regular: return ".documentPrint28Regular" case .documentPrint32Filled: return ".documentPrint32Filled" case .documentPrint32Regular: return ".documentPrint32Regular" - default: break } - switch self { case .documentPrint48Filled: return ".documentPrint48Filled" case .documentPrint48Regular: return ".documentPrint48Regular" case .documentProhibited20Filled: return ".documentProhibited20Filled" @@ -36712,6 +36946,8 @@ import Foundation case .documentSearch24Regular: return ".documentSearch24Regular" case .documentSearch32Filled: return ".documentSearch32Filled" case .documentSearch32Regular: return ".documentSearch32Regular" + default: break } + switch self { case .documentSettings16Filled: return ".documentSettings16Filled" case .documentSettings16Regular: return ".documentSettings16Regular" case .documentSettings20Filled: return ".documentSettings20Filled" @@ -36756,8 +36992,6 @@ import Foundation case .documentTable24Regular: return ".documentTable24Regular" case .documentTableArrowRight20Filled: return ".documentTableArrowRight20Filled" case .documentTableArrowRight20Regular: return ".documentTableArrowRight20Regular" - default: break } - switch self { case .documentTableArrowRight24Filled: return ".documentTableArrowRight24Filled" case .documentTableArrowRight24Regular: return ".documentTableArrowRight24Regular" case .documentTableCheckmark20Filled: return ".documentTableCheckmark20Filled" @@ -36814,6 +37048,8 @@ import Foundation case .documentWidth24Regular: return ".documentWidth24Regular" case .documentYml16Filled: return ".documentYml16Filled" case .documentYml16Regular: return ".documentYml16Regular" + default: break } + switch self { case .documentYml20Filled: return ".documentYml20Filled" case .documentYml20Regular: return ".documentYml20Regular" case .door16Filled: return ".door16Filled" @@ -36858,8 +37094,6 @@ import Foundation case .drafts16Regular: return ".drafts16Regular" case .drafts20Filled: return ".drafts20Filled" case .drafts20Regular: return ".drafts20Regular" - default: break } - switch self { case .drafts24Filled: return ".drafts24Filled" case .drafts24Regular: return ".drafts24Regular" case .drag20Filled: return ".drag20Filled" @@ -36916,6 +37150,8 @@ import Foundation case .drinkBottleOff20Regular: return ".drinkBottleOff20Regular" case .drinkBottleOff32Filled: return ".drinkBottleOff32Filled" case .drinkBottleOff32Regular: return ".drinkBottleOff32Regular" + default: break } + switch self { case .drinkCoffee16Filled: return ".drinkCoffee16Filled" case .drinkCoffee16Regular: return ".drinkCoffee16Regular" case .drinkCoffee20Filled: return ".drinkCoffee20Filled" @@ -36960,8 +37196,6 @@ import Foundation case .dualScreen24Regular: return ".dualScreen24Regular" case .dualScreenAdd20Filled: return ".dualScreenAdd20Filled" case .dualScreenAdd20Regular: return ".dualScreenAdd20Regular" - default: break } - switch self { case .dualScreenAdd24Filled: return ".dualScreenAdd24Filled" case .dualScreenAdd24Regular: return ".dualScreenAdd24Regular" case .dualScreenArrowRight20Filled: return ".dualScreenArrowRight20Filled" @@ -37018,6 +37252,8 @@ import Foundation case .dualScreenSpan24Regular: return ".dualScreenSpan24Regular" case .dualScreenSpeaker20Filled: return ".dualScreenSpeaker20Filled" case .dualScreenSpeaker20Regular: return ".dualScreenSpeaker20Regular" + default: break } + switch self { case .dualScreenSpeaker24Filled: return ".dualScreenSpeaker24Filled" case .dualScreenSpeaker24Regular: return ".dualScreenSpeaker24Regular" case .dualScreenStatusBar20Filled: return ".dualScreenStatusBar20Filled" @@ -37062,8 +37298,6 @@ import Foundation case .earth24Regular: return ".earth24Regular" case .earth32Filled: return ".earth32Filled" case .earth32Regular: return ".earth32Regular" - default: break } - switch self { case .earth48Filled: return ".earth48Filled" case .earth48Regular: return ".earth48Regular" case .earthLeaf16Filled: return ".earthLeaf16Filled" @@ -37108,6 +37342,10 @@ import Foundation case .editOff32Regular: return ".editOff32Regular" case .editOff48Filled: return ".editOff48Filled" case .editOff48Regular: return ".editOff48Regular" + case .editPerson20Filled: return ".editPerson20Filled" + case .editPerson20Regular: return ".editPerson20Regular" + case .editPerson24Filled: return ".editPerson24Filled" + case .editPerson24Regular: return ".editPerson24Regular" case .editProhibited16Filled: return ".editProhibited16Filled" case .editProhibited16Regular: return ".editProhibited16Regular" case .editProhibited20Filled: return ".editProhibited20Filled" @@ -37116,6 +37354,8 @@ import Foundation case .editProhibited24Regular: return ".editProhibited24Regular" case .editProhibited28Filled: return ".editProhibited28Filled" case .editProhibited28Regular: return ".editProhibited28Regular" + default: break } + switch self { case .editProhibited32Filled: return ".editProhibited32Filled" case .editProhibited32Regular: return ".editProhibited32Regular" case .editProhibited48Filled: return ".editProhibited48Filled" @@ -37164,8 +37404,6 @@ import Foundation case .emojiEdit24Regular: return ".emojiEdit24Regular" case .emojiEdit28Filled: return ".emojiEdit28Filled" case .emojiEdit28Regular: return ".emojiEdit28Regular" - default: break } - switch self { case .emojiEdit48Filled: return ".emojiEdit48Filled" case .emojiEdit48Regular: return ".emojiEdit48Regular" case .emojiHand16Filled: return ".emojiHand16Filled" @@ -37218,6 +37456,8 @@ import Foundation case .emojiSadSlight20Regular: return ".emojiSadSlight20Regular" case .emojiSadSlight24Filled: return ".emojiSadSlight24Filled" case .emojiSadSlight24Regular: return ".emojiSadSlight24Regular" + default: break } + switch self { case .emojiSmileSlight20Filled: return ".emojiSmileSlight20Filled" case .emojiSmileSlight20Regular: return ".emojiSmileSlight20Regular" case .emojiSmileSlight24Filled: return ".emojiSmileSlight24Filled" @@ -37266,8 +37506,6 @@ import Foundation case .eraserSegment20Regular: return ".eraserSegment20Regular" case .eraserSegment24Filled: return ".eraserSegment24Filled" case .eraserSegment24Regular: return ".eraserSegment24Regular" - default: break } - switch self { case .eraserSmall20Filled: return ".eraserSmall20Filled" case .eraserSmall20Regular: return ".eraserSmall20Regular" case .eraserSmall24Filled: return ".eraserSmall24Filled" @@ -37320,6 +37558,8 @@ import Foundation case .extendedDock24Regular: return ".extendedDock24Regular" case .eye12Filled: return ".eye12Filled" case .eye12Regular: return ".eye12Regular" + default: break } + switch self { case .eye16Filled: return ".eye16Filled" case .eye16Regular: return ".eye16Regular" case .eye20Filled: return ".eye20Filled" @@ -37368,8 +37608,6 @@ import Foundation case .eyedropper24Regular: return ".eyedropper24Regular" case .eyedropperOff20Filled: return ".eyedropperOff20Filled" case .eyedropperOff20Regular: return ".eyedropperOff20Regular" - default: break } - switch self { case .eyedropperOff24Filled: return ".eyedropperOff24Filled" case .eyedropperOff24Regular: return ".eyedropperOff24Regular" case .fStop16Filled: return ".fStop16Filled" @@ -37422,6 +37660,8 @@ import Foundation case .filmstripImage20Regular: return ".filmstripImage20Regular" case .filmstripImage24Filled: return ".filmstripImage24Filled" case .filmstripImage24Regular: return ".filmstripImage24Regular" + default: break } + switch self { case .filmstripOff48Filled: return ".filmstripOff48Filled" case .filmstripOff48Regular: return ".filmstripOff48Regular" case .filmstripPlay16Filled: return ".filmstripPlay16Filled" @@ -37470,8 +37710,6 @@ import Foundation case .fingerprint20Regular: return ".fingerprint20Regular" case .fingerprint24Filled: return ".fingerprint24Filled" case .fingerprint24Regular: return ".fingerprint24Regular" - default: break } - switch self { case .fingerprint32Filled: return ".fingerprint32Filled" case .fingerprint32Regular: return ".fingerprint32Regular" case .fingerprint48Filled: return ".fingerprint48Filled" @@ -37524,6 +37762,8 @@ import Foundation case .flagOff16Regular: return ".flagOff16Regular" case .flagOff20Filled: return ".flagOff20Filled" case .flagOff20Regular: return ".flagOff20Regular" + default: break } + switch self { case .flagOff24Filled: return ".flagOff24Filled" case .flagOff24Regular: return ".flagOff24Regular" case .flagOff28Filled: return ".flagOff28Filled" @@ -37572,8 +37812,6 @@ import Foundation case .flashAuto24Regular: return ".flashAuto24Regular" case .flashCheckmark16Filled: return ".flashCheckmark16Filled" case .flashCheckmark16Regular: return ".flashCheckmark16Regular" - default: break } - switch self { case .flashCheckmark20Filled: return ".flashCheckmark20Filled" case .flashCheckmark20Regular: return ".flashCheckmark20Regular" case .flashCheckmark24Filled: return ".flashCheckmark24Filled" @@ -37626,6 +37864,8 @@ import Foundation case .flipVertical16Regular: return ".flipVertical16Regular" case .flipVertical20Filled: return ".flipVertical20Filled" case .flipVertical20Regular: return ".flipVertical20Regular" + default: break } + switch self { case .flipVertical24Filled: return ".flipVertical24Filled" case .flipVertical24Regular: return ".flipVertical24Regular" case .flipVertical28Filled: return ".flipVertical28Filled" @@ -37674,8 +37914,6 @@ import Foundation case .folder20Regular: return ".folder20Regular" case .folder24Filled: return ".folder24Filled" case .folder24Regular: return ".folder24Regular" - default: break } - switch self { case .folder28Filled: return ".folder28Filled" case .folder28Regular: return ".folder28Regular" case .folder32Filled: return ".folder32Filled" @@ -37728,6 +37966,8 @@ import Foundation case .folderArrowUp28Regular: return ".folderArrowUp28Regular" case .folderArrowUp32Filled: return ".folderArrowUp32Filled" case .folderArrowUp32Regular: return ".folderArrowUp32Regular" + default: break } + switch self { case .folderArrowUp48Filled: return ".folderArrowUp48Filled" case .folderArrowUp48Regular: return ".folderArrowUp48Regular" case .folderBriefcase20Filled: return ".folderBriefcase20Filled" @@ -37776,8 +38016,6 @@ import Foundation case .folderOpen20Regular: return ".folderOpen20Regular" case .folderOpen24Filled: return ".folderOpen24Filled" case .folderOpen24Regular: return ".folderOpen24Regular" - default: break } - switch self { case .folderOpenVertical16Filled: return ".folderOpenVertical16Filled" case .folderOpenVertical16Regular: return ".folderOpenVertical16Regular" case .folderOpenVertical20Filled: return ".folderOpenVertical20Filled" @@ -37830,6 +38068,8 @@ import Foundation case .folderSync20Regular: return ".folderSync20Regular" case .folderSync24Filled: return ".folderSync24Filled" case .folderSync24Regular: return ".folderSync24Regular" + default: break } + switch self { case .folderZip16Filled: return ".folderZip16Filled" case .folderZip16Regular: return ".folderZip16Regular" case .folderZip20Filled: return ".folderZip20Filled" @@ -37878,8 +38118,6 @@ import Foundation case .foodCake20Regular: return ".foodCake20Regular" case .foodCake24Filled: return ".foodCake24Filled" case .foodCake24Regular: return ".foodCake24Regular" - default: break } - switch self { case .foodCarrot20Filled: return ".foodCarrot20Filled" case .foodCarrot20Regular: return ".foodCarrot20Regular" case .foodCarrot24Filled: return ".foodCarrot24Filled" @@ -37932,6 +38170,8 @@ import Foundation case .formMultiple28Regular: return ".formMultiple28Regular" case .formMultiple48Filled: return ".formMultiple48Filled" case .formMultiple48Regular: return ".formMultiple48Regular" + default: break } + switch self { case .formNew20Filled: return ".formNew20Filled" case .formNew20Regular: return ".formNew20Regular" case .formNew24Filled: return ".formNew24Filled" @@ -37980,8 +38220,6 @@ import Foundation case .frame24Regular: return ".frame24Regular" case .fullScreenMaximize16Filled: return ".fullScreenMaximize16Filled" case .fullScreenMaximize16Regular: return ".fullScreenMaximize16Regular" - default: break } - switch self { case .fullScreenMaximize20Filled: return ".fullScreenMaximize20Filled" case .fullScreenMaximize20Regular: return ".fullScreenMaximize20Regular" case .fullScreenMaximize24Filled: return ".fullScreenMaximize24Filled" @@ -38034,6 +38272,8 @@ import Foundation case .gauge24Regular: return ".gauge24Regular" case .gauge32Filled: return ".gauge32Filled" case .gauge32Regular: return ".gauge32Regular" + default: break } + switch self { case .gaugeAdd20Filled: return ".gaugeAdd20Filled" case .gaugeAdd20Regular: return ".gaugeAdd20Regular" case .gavel16Filled: return ".gavel16Filled" @@ -38082,8 +38322,6 @@ import Foundation case .giftCardMoney20Regular: return ".giftCardMoney20Regular" case .giftCardMoney24Filled: return ".giftCardMoney24Filled" case .giftCardMoney24Regular: return ".giftCardMoney24Regular" - default: break } - switch self { case .giftCardMultiple20Filled: return ".giftCardMultiple20Filled" case .giftCardMultiple20Regular: return ".giftCardMultiple20Regular" case .giftCardMultiple24Filled: return ".giftCardMultiple24Filled" @@ -38136,6 +38374,8 @@ import Foundation case .glassesOff16Regular: return ".glassesOff16Regular" case .glassesOff20Filled: return ".glassesOff20Filled" case .glassesOff20Regular: return ".glassesOff20Regular" + default: break } + switch self { case .glassesOff24Filled: return ".glassesOff24Filled" case .glassesOff24Regular: return ".glassesOff24Regular" case .glassesOff28Filled: return ".glassesOff28Filled" @@ -38184,8 +38424,6 @@ import Foundation case .globeClock24Regular: return ".globeClock24Regular" case .globeDesktop20Filled: return ".globeDesktop20Filled" case .globeDesktop20Regular: return ".globeDesktop20Regular" - default: break } - switch self { case .globeDesktop24Filled: return ".globeDesktop24Filled" case .globeDesktop24Regular: return ".globeDesktop24Regular" case .globeError16Filled: return ".globeError16Filled" @@ -38238,6 +38476,8 @@ import Foundation case .globeVideo20Regular: return ".globeVideo20Regular" case .globeVideo24Filled: return ".globeVideo24Filled" case .globeVideo24Regular: return ".globeVideo24Regular" + default: break } + switch self { case .globeVideo28Filled: return ".globeVideo28Filled" case .globeVideo28Regular: return ".globeVideo28Regular" case .globeVideo32Filled: return ".globeVideo32Filled" @@ -38286,8 +38526,6 @@ import Foundation case .groupList24Regular: return ".groupList24Regular" case .groupReturn20Filled: return ".groupReturn20Filled" case .groupReturn20Regular: return ".groupReturn20Regular" - default: break } - switch self { case .groupReturn24Filled: return ".groupReturn24Filled" case .groupReturn24Regular: return ".groupReturn24Regular" case .guardian20Filled: return ".guardian20Filled" @@ -38340,6 +38578,8 @@ import Foundation case .handLeft24Regular: return ".handLeft24Regular" case .handLeft28Filled: return ".handLeft28Filled" case .handLeft28Regular: return ".handLeft28Regular" + default: break } + switch self { case .handLeftChat16Filled: return ".handLeftChat16Filled" case .handLeftChat16Regular: return ".handLeftChat16Regular" case .handLeftChat20Filled: return ".handLeftChat20Filled" @@ -38388,8 +38628,6 @@ import Foundation case .hardDrive20Regular: return ".hardDrive20Regular" case .hardDrive24Filled: return ".hardDrive24Filled" case .hardDrive24Regular: return ".hardDrive24Regular" - default: break } - switch self { case .hardDrive28Filled: return ".hardDrive28Filled" case .hardDrive28Regular: return ".hardDrive28Regular" case .hardDrive32Filled: return ".hardDrive32Filled" @@ -38442,6 +38680,8 @@ import Foundation case .headphones20Regular: return ".headphones20Regular" case .headphones24Filled: return ".headphones24Filled" case .headphones24Regular: return ".headphones24Regular" + default: break } + switch self { case .headphones28Filled: return ".headphones28Filled" case .headphones28Regular: return ".headphones28Regular" case .headphones32Filled: return ".headphones32Filled" @@ -38490,8 +38730,6 @@ import Foundation case .heart28Regular: return ".heart28Regular" case .heart32Filled: return ".heart32Filled" case .heart32Regular: return ".heart32Regular" - default: break } - switch self { case .heart48Filled: return ".heart48Filled" case .heart48Regular: return ".heart48Regular" case .heartBroken16Filled: return ".heartBroken16Filled" @@ -38544,6 +38782,8 @@ import Foundation case .hexagon20Regular: return ".hexagon20Regular" case .hexagon24Filled: return ".hexagon24Filled" case .hexagon24Regular: return ".hexagon24Regular" + default: break } + switch self { case .hexagon28Filled: return ".hexagon28Filled" case .hexagon28Regular: return ".hexagon28Regular" case .hexagon32Filled: return ".hexagon32Filled" @@ -38569,6 +38809,10 @@ import Foundation case .highlightAccent24Filled: return ".highlightAccent24Filled" case .highlightLink20Filled: return ".highlightLink20Filled" case .highlightLink20Regular: return ".highlightLink20Regular" + case .highway20Filled: return ".highway20Filled" + case .highway20Regular: return ".highway20Regular" + case .highway24Filled: return ".highway24Filled" + case .highway24Regular: return ".highway24Regular" case .history16Filled: return ".history16Filled" case .history16Regular: return ".history16Regular" case .history20Filled: return ".history20Filled" @@ -38592,8 +38836,6 @@ import Foundation case .historyDismiss48Filled: return ".historyDismiss48Filled" case .historyDismiss48Regular: return ".historyDismiss48Regular" case .home12Filled: return ".home12Filled" - default: break } - switch self { case .home12Regular: return ".home12Regular" case .home16Filled: return ".home16Filled" case .home16Regular: return ".home16Regular" @@ -38642,6 +38884,8 @@ import Foundation case .homeMore32Filled: return ".homeMore32Filled" case .homeMore32Regular: return ".homeMore32Regular" case .homeMore48Filled: return ".homeMore48Filled" + default: break } + switch self { case .homeMore48Regular: return ".homeMore48Regular" case .homePerson20Filled: return ".homePerson20Filled" case .homePerson20Regular: return ".homePerson20Regular" @@ -38694,8 +38938,6 @@ import Foundation case .image32Filled: return ".image32Filled" case .image32Regular: return ".image32Regular" case .image48Filled: return ".image48Filled" - default: break } - switch self { case .image48Regular: return ".image48Regular" case .imageAdd20Filled: return ".imageAdd20Filled" case .imageAdd20Regular: return ".imageAdd20Regular" @@ -38744,6 +38986,8 @@ import Foundation case .imageCircle48Filled: return ".imageCircle48Filled" case .imageCircle48Regular: return ".imageCircle48Regular" case .imageCopy20Filled: return ".imageCopy20Filled" + default: break } + switch self { case .imageCopy20Regular: return ".imageCopy20Regular" case .imageCopy24Filled: return ".imageCopy24Filled" case .imageCopy24Regular: return ".imageCopy24Regular" @@ -38796,8 +39040,6 @@ import Foundation case .imageSearch20Filled: return ".imageSearch20Filled" case .imageSearch20Regular: return ".imageSearch20Regular" case .imageSearch24Filled: return ".imageSearch24Filled" - default: break } - switch self { case .imageSearch24Regular: return ".imageSearch24Regular" case .imageShadow20Filled: return ".imageShadow20Filled" case .imageShadow20Regular: return ".imageShadow20Regular" @@ -38846,6 +39088,8 @@ import Foundation case .important24Filled: return ".important24Filled" case .important24Regular: return ".important24Regular" case .important32Filled: return ".important32Filled" + default: break } + switch self { case .important32Regular: return ".important32Regular" case .incognito20Filled: return ".incognito20Filled" case .incognito20Regular: return ".incognito20Regular" @@ -38898,8 +39142,6 @@ import Foundation case .inprivateAccount24Filled: return ".inprivateAccount24Filled" case .inprivateAccount24Regular: return ".inprivateAccount24Regular" case .inprivateAccount28Filled: return ".inprivateAccount28Filled" - default: break } - switch self { case .inprivateAccount28Regular: return ".inprivateAccount28Regular" case .insert20Filled: return ".insert20Filled" case .insert20Regular: return ".insert20Regular" @@ -38948,6 +39190,8 @@ import Foundation case .keyMultiple24Filled: return ".keyMultiple24Filled" case .keyMultiple24Regular: return ".keyMultiple24Regular" case .keyReset20Filled: return ".keyReset20Filled" + default: break } + switch self { case .keyReset20Regular: return ".keyReset20Regular" case .keyReset24Filled: return ".keyReset24Filled" case .keyReset24Regular: return ".keyReset24Regular" @@ -39000,8 +39244,6 @@ import Foundation case .keyboardTab24Filled: return ".keyboardTab24Filled" case .keyboardTab24Regular: return ".keyboardTab24Regular" case .kiosk24Filled: return ".kiosk24Filled" - default: break } - switch self { case .kiosk24Regular: return ".kiosk24Regular" case .laptop16Filled: return ".laptop16Filled" case .laptop16Regular: return ".laptop16Regular" @@ -39027,6 +39269,12 @@ import Foundation case .laptopDismiss20Regular: return ".laptopDismiss20Regular" case .laptopMultiple24Filled: return ".laptopMultiple24Filled" case .laptopMultiple24Regular: return ".laptopMultiple24Regular" + case .laptopPerson20Filled: return ".laptopPerson20Filled" + case .laptopPerson20Regular: return ".laptopPerson20Regular" + case .laptopPerson24Filled: return ".laptopPerson24Filled" + case .laptopPerson24Regular: return ".laptopPerson24Regular" + case .laptopPerson48Filled: return ".laptopPerson48Filled" + case .laptopPerson48Regular: return ".laptopPerson48Regular" case .laptopSettings20Filled: return ".laptopSettings20Filled" case .laptopSettings20Regular: return ".laptopSettings20Regular" case .laptopSettings24Filled: return ".laptopSettings24Filled" @@ -39044,6 +39292,8 @@ import Foundation case .lasso24Filled: return ".lasso24Filled" case .lasso24Regular: return ".lasso24Regular" case .lasso28Filled: return ".lasso28Filled" + default: break } + switch self { case .lasso28Regular: return ".lasso28Regular" case .launcherSettings20Filled: return ".launcherSettings20Filled" case .launcherSettings20Regular: return ".launcherSettings20Regular" @@ -39102,8 +39352,6 @@ import Foundation case .layoutColumnFourFocusCenterLeft24Filled: return ".layoutColumnFourFocusCenterLeft24Filled" case .layoutColumnFourFocusCenterRight16Filled: return ".layoutColumnFourFocusCenterRight16Filled" case .layoutColumnFourFocusCenterRight20Filled: return ".layoutColumnFourFocusCenterRight20Filled" - default: break } - switch self { case .layoutColumnFourFocusCenterRight24Filled: return ".layoutColumnFourFocusCenterRight24Filled" case .layoutColumnFourFocusLeft16Filled: return ".layoutColumnFourFocusLeft16Filled" case .layoutColumnFourFocusLeft20Filled: return ".layoutColumnFourFocusLeft20Filled" @@ -39146,6 +39394,8 @@ import Foundation case .layoutColumnThreeFocusRight24Filled: return ".layoutColumnThreeFocusRight24Filled" case .layoutColumnTwo16Filled: return ".layoutColumnTwo16Filled" case .layoutColumnTwo16Regular: return ".layoutColumnTwo16Regular" + default: break } + switch self { case .layoutColumnTwo20Filled: return ".layoutColumnTwo20Filled" case .layoutColumnTwo20Regular: return ".layoutColumnTwo20Regular" case .layoutColumnTwo24Filled: return ".layoutColumnTwo24Filled" @@ -39204,8 +39454,6 @@ import Foundation case .layoutRowFourFocusTop16Filled: return ".layoutRowFourFocusTop16Filled" case .layoutRowFourFocusTop20Filled: return ".layoutRowFourFocusTop20Filled" case .layoutRowFourFocusTop24Filled: return ".layoutRowFourFocusTop24Filled" - default: break } - switch self { case .layoutRowThree16Filled: return ".layoutRowThree16Filled" case .layoutRowThree16Regular: return ".layoutRowThree16Regular" case .layoutRowThree20Filled: return ".layoutRowThree20Filled" @@ -39248,6 +39496,8 @@ import Foundation case .layoutRowTwoSplitBottomFocusTop16Filled: return ".layoutRowTwoSplitBottomFocusTop16Filled" case .layoutRowTwoSplitBottomFocusTop20Filled: return ".layoutRowTwoSplitBottomFocusTop20Filled" case .layoutRowTwoSplitBottomFocusTop24Filled: return ".layoutRowTwoSplitBottomFocusTop24Filled" + default: break } + switch self { case .layoutRowTwoSplitTop16Filled: return ".layoutRowTwoSplitTop16Filled" case .layoutRowTwoSplitTop16Regular: return ".layoutRowTwoSplitTop16Regular" case .layoutRowTwoSplitTop20Filled: return ".layoutRowTwoSplitTop20Filled" @@ -39306,8 +39556,6 @@ import Foundation case .lightbulb20Filled: return ".lightbulb20Filled" case .lightbulb20Regular: return ".lightbulb20Regular" case .lightbulb24Filled: return ".lightbulb24Filled" - default: break } - switch self { case .lightbulb24Regular: return ".lightbulb24Regular" case .lightbulb28Filled: return ".lightbulb28Filled" case .lightbulb28Regular: return ".lightbulb28Regular" @@ -39350,6 +39598,8 @@ import Foundation case .likert24Filled: return ".likert24Filled" case .likert24Regular: return ".likert24Regular" case .line20Filled: return ".line20Filled" + default: break } + switch self { case .line20Regular: return ".line20Regular" case .line24Filled: return ".line24Filled" case .line24Regular: return ".line24Regular" @@ -39408,8 +39658,6 @@ import Foundation case .lineHorizontal4Search20Filled: return ".lineHorizontal4Search20Filled" case .lineHorizontal4Search20Regular: return ".lineHorizontal4Search20Regular" case .lineHorizontal520Filled: return ".lineHorizontal520Filled" - default: break } - switch self { case .lineHorizontal520Regular: return ".lineHorizontal520Regular" case .lineHorizontal5Error20Filled: return ".lineHorizontal5Error20Filled" case .lineHorizontal5Error20Regular: return ".lineHorizontal5Error20Regular" @@ -39452,6 +39700,8 @@ import Foundation case .linkEdit20Filled: return ".linkEdit20Filled" case .linkEdit20Regular: return ".linkEdit20Regular" case .linkEdit24Filled: return ".linkEdit24Filled" + default: break } + switch self { case .linkEdit24Regular: return ".linkEdit24Regular" case .linkMultiple16Filled: return ".linkMultiple16Filled" case .linkMultiple16Regular: return ".linkMultiple16Regular" @@ -39510,8 +39760,6 @@ import Foundation case .liveOff24Filled: return ".liveOff24Filled" case .liveOff24Regular: return ".liveOff24Regular" case .localLanguage16Filled: return ".localLanguage16Filled" - default: break } - switch self { case .localLanguage16Regular: return ".localLanguage16Regular" case .localLanguage20Filled: return ".localLanguage20Filled" case .localLanguage20Regular: return ".localLanguage20Regular" @@ -39554,6 +39802,8 @@ import Foundation case .locationArrow28Filled: return ".locationArrow28Filled" case .locationArrow28Regular: return ".locationArrow28Regular" case .locationArrow32Filled: return ".locationArrow32Filled" + default: break } + switch self { case .locationArrow32Regular: return ".locationArrow32Regular" case .locationArrow48Filled: return ".locationArrow48Filled" case .locationArrow48Regular: return ".locationArrow48Regular" @@ -39593,6 +39843,12 @@ import Foundation case .locationOff28Regular: return ".locationOff28Regular" case .locationOff48Filled: return ".locationOff48Filled" case .locationOff48Regular: return ".locationOff48Regular" + case .locationRipple16Filled: return ".locationRipple16Filled" + case .locationRipple16Regular: return ".locationRipple16Regular" + case .locationRipple20Filled: return ".locationRipple20Filled" + case .locationRipple20Regular: return ".locationRipple20Regular" + case .locationRipple24Filled: return ".locationRipple24Filled" + case .locationRipple24Regular: return ".locationRipple24Regular" case .locationTargetSquare16Filled: return ".locationTargetSquare16Filled" case .locationTargetSquare16Regular: return ".locationTargetSquare16Regular" case .locationTargetSquare20Filled: return ".locationTargetSquare20Filled" @@ -39612,8 +39868,6 @@ import Foundation case .lockClosed28Filled: return ".lockClosed28Filled" case .lockClosed28Regular: return ".lockClosed28Regular" case .lockClosed32Filled: return ".lockClosed32Filled" - default: break } - switch self { case .lockClosed32Regular: return ".lockClosed32Regular" case .lockClosed48Filled: return ".lockClosed48Filled" case .lockClosed48Regular: return ".lockClosed48Regular" @@ -39650,6 +39904,8 @@ import Foundation case .lockShield28Filled: return ".lockShield28Filled" case .lockShield28Regular: return ".lockShield28Regular" case .lockShield32Filled: return ".lockShield32Filled" + default: break } + switch self { case .lockShield32Regular: return ".lockShield32Regular" case .lockShield48Filled: return ".lockShield48Filled" case .lockShield48Regular: return ".lockShield48Regular" @@ -39714,13 +39970,13 @@ import Foundation case .mailArrowClockwise24Filled: return ".mailArrowClockwise24Filled" case .mailArrowClockwise24Regular: return ".mailArrowClockwise24Regular" case .mailArrowDoubleBack16Filled: return ".mailArrowDoubleBack16Filled" - default: break } - switch self { case .mailArrowDoubleBack16Regular: return ".mailArrowDoubleBack16Regular" case .mailArrowDoubleBack20Filled: return ".mailArrowDoubleBack20Filled" case .mailArrowDoubleBack20Regular: return ".mailArrowDoubleBack20Regular" case .mailArrowDoubleBack24Filled: return ".mailArrowDoubleBack24Filled" case .mailArrowDoubleBack24Regular: return ".mailArrowDoubleBack24Regular" + case .mailArrowDoubleBack32Filled: return ".mailArrowDoubleBack32Filled" + case .mailArrowDoubleBack32Regular: return ".mailArrowDoubleBack32Regular" case .mailArrowDown16Filled: return ".mailArrowDown16Filled" case .mailArrowDown16Regular: return ".mailArrowDown16Regular" case .mailArrowDown20Filled: return ".mailArrowDown20Filled" @@ -39743,11 +39999,15 @@ import Foundation case .mailAttach24Regular: return ".mailAttach24Regular" case .mailAttach28Filled: return ".mailAttach28Filled" case .mailAttach28Regular: return ".mailAttach28Regular" + case .mailBriefcase48Filled: return ".mailBriefcase48Filled" + case .mailBriefcase48Regular: return ".mailBriefcase48Regular" case .mailCheckmark16Filled: return ".mailCheckmark16Filled" case .mailCheckmark16Regular: return ".mailCheckmark16Regular" case .mailCheckmark20Filled: return ".mailCheckmark20Filled" case .mailCheckmark20Regular: return ".mailCheckmark20Regular" case .mailCheckmark24Filled: return ".mailCheckmark24Filled" + default: break } + switch self { case .mailCheckmark24Regular: return ".mailCheckmark24Regular" case .mailClock16Filled: return ".mailClock16Filled" case .mailClock16Regular: return ".mailClock16Regular" @@ -39816,8 +40076,6 @@ import Foundation case .mailInboxCheckmark24Filled: return ".mailInboxCheckmark24Filled" case .mailInboxCheckmark24Regular: return ".mailInboxCheckmark24Regular" case .mailInboxCheckmark28Filled: return ".mailInboxCheckmark28Filled" - default: break } - switch self { case .mailInboxCheckmark28Regular: return ".mailInboxCheckmark28Regular" case .mailInboxDismiss16Filled: return ".mailInboxDismiss16Filled" case .mailInboxDismiss16Regular: return ".mailInboxDismiss16Regular" @@ -39850,6 +40108,8 @@ import Foundation case .mailMultiple32Filled: return ".mailMultiple32Filled" case .mailMultiple32Regular: return ".mailMultiple32Regular" case .mailOff16Filled: return ".mailOff16Filled" + default: break } + switch self { case .mailOff16Regular: return ".mailOff16Regular" case .mailOff20Filled: return ".mailOff20Filled" case .mailOff20Regular: return ".mailOff20Regular" @@ -39918,8 +40178,6 @@ import Foundation case .mailUnread12Filled: return ".mailUnread12Filled" case .mailUnread12Regular: return ".mailUnread12Regular" case .mailUnread16Filled: return ".mailUnread16Filled" - default: break } - switch self { case .mailUnread16Regular: return ".mailUnread16Regular" case .mailUnread20Filled: return ".mailUnread20Filled" case .mailUnread20Regular: return ".mailUnread20Regular" @@ -39952,6 +40210,8 @@ import Foundation case .mapDrive20Filled: return ".mapDrive20Filled" case .mapDrive20Regular: return ".mapDrive20Regular" case .mapDrive24Filled: return ".mapDrive24Filled" + default: break } + switch self { case .mapDrive24Regular: return ".mapDrive24Regular" case .markdown20Filled: return ".markdown20Filled" case .markdown20Regular: return ".markdown20Regular" @@ -40020,8 +40280,6 @@ import Foundation case .megaphone28Filled: return ".megaphone28Filled" case .megaphone28Regular: return ".megaphone28Regular" case .megaphoneCircle20Filled: return ".megaphoneCircle20Filled" - default: break } - switch self { case .megaphoneCircle20Regular: return ".megaphoneCircle20Regular" case .megaphoneCircle24Filled: return ".megaphoneCircle24Filled" case .megaphoneCircle24Regular: return ".megaphoneCircle24Regular" @@ -40054,6 +40312,8 @@ import Foundation case .mention24Filled: return ".mention24Filled" case .mention24Regular: return ".mention24Regular" case .mention32Filled: return ".mention32Filled" + default: break } + switch self { case .mention32Regular: return ".mention32Regular" case .mention48Filled: return ".mention48Filled" case .mention48Regular: return ".mention48Regular" @@ -40122,8 +40382,6 @@ import Foundation case .micPulseOff24Filled: return ".micPulseOff24Filled" case .micPulseOff24Regular: return ".micPulseOff24Regular" case .micPulseOff28Filled: return ".micPulseOff28Filled" - default: break } - switch self { case .micPulseOff28Regular: return ".micPulseOff28Regular" case .micPulseOff32Filled: return ".micPulseOff32Filled" case .micPulseOff32Regular: return ".micPulseOff32Regular" @@ -40156,6 +40414,8 @@ import Foundation case .midi24Filled: return ".midi24Filled" case .midi24Regular: return ".midi24Regular" case .mobileOptimized20Filled: return ".mobileOptimized20Filled" + default: break } + switch self { case .mobileOptimized20Regular: return ".mobileOptimized20Regular" case .mobileOptimized24Filled: return ".mobileOptimized24Filled" case .mobileOptimized24Regular: return ".mobileOptimized24Regular" @@ -40224,8 +40484,6 @@ import Foundation case .moreHorizontal20Filled: return ".moreHorizontal20Filled" case .moreHorizontal20Regular: return ".moreHorizontal20Regular" case .moreHorizontal24Filled: return ".moreHorizontal24Filled" - default: break } - switch self { case .moreHorizontal24Regular: return ".moreHorizontal24Regular" case .moreHorizontal28Filled: return ".moreHorizontal28Filled" case .moreHorizontal28Regular: return ".moreHorizontal28Regular" @@ -40258,6 +40516,8 @@ import Foundation case .mountainLocationTop28Filled: return ".mountainLocationTop28Filled" case .mountainLocationTop28Regular: return ".mountainLocationTop28Regular" case .mountainTrail20Filled: return ".mountainTrail20Filled" + default: break } + switch self { case .mountainTrail20Regular: return ".mountainTrail20Regular" case .mountainTrail24Filled: return ".mountainTrail24Filled" case .mountainTrail24Regular: return ".mountainTrail24Regular" @@ -40326,8 +40586,6 @@ import Foundation case .multiplier5X28Filled: return ".multiplier5X28Filled" case .multiplier5X28Regular: return ".multiplier5X28Regular" case .multiplier5X32Filled: return ".multiplier5X32Filled" - default: break } - switch self { case .multiplier5X32Regular: return ".multiplier5X32Regular" case .multiplier5X48Filled: return ".multiplier5X48Filled" case .multiplier5X48Regular: return ".multiplier5X48Regular" @@ -40360,6 +40618,8 @@ import Foundation case .musicNoteOff224Filled: return ".musicNoteOff224Filled" case .musicNoteOff224Regular: return ".musicNoteOff224Regular" case .myLocation12Filled: return ".myLocation12Filled" + default: break } + switch self { case .myLocation12Regular: return ".myLocation12Regular" case .myLocation16Filled: return ".myLocation16Filled" case .myLocation16Regular: return ".myLocation16Regular" @@ -40428,8 +40688,6 @@ import Foundation case .note48Filled: return ".note48Filled" case .note48Regular: return ".note48Regular" case .noteAdd16Filled: return ".noteAdd16Filled" - default: break } - switch self { case .noteAdd16Regular: return ".noteAdd16Regular" case .noteAdd20Filled: return ".noteAdd20Filled" case .noteAdd20Regular: return ".noteAdd20Regular" @@ -40462,6 +40720,8 @@ import Foundation case .notebookArrowCurveDown20Filled: return ".notebookArrowCurveDown20Filled" case .notebookArrowCurveDown20Regular: return ".notebookArrowCurveDown20Regular" case .notebookError20Filled: return ".notebookError20Filled" + default: break } + switch self { case .notebookError20Regular: return ".notebookError20Regular" case .notebookError24Filled: return ".notebookError24Filled" case .notebookError24Regular: return ".notebookError24Regular" @@ -40530,8 +40790,6 @@ import Foundation case .numberCircle120Filled: return ".numberCircle120Filled" case .numberCircle120Regular: return ".numberCircle120Regular" case .numberCircle124Filled: return ".numberCircle124Filled" - default: break } - switch self { case .numberCircle124Regular: return ".numberCircle124Regular" case .numberCircle128Filled: return ".numberCircle128Filled" case .numberCircle128Regular: return ".numberCircle128Regular" @@ -40564,6 +40822,8 @@ import Foundation case .numberCircle348Filled: return ".numberCircle348Filled" case .numberCircle348Regular: return ".numberCircle348Regular" case .numberCircle416Filled: return ".numberCircle416Filled" + default: break } + switch self { case .numberCircle416Regular: return ".numberCircle416Regular" case .numberCircle420Filled: return ".numberCircle420Filled" case .numberCircle420Regular: return ".numberCircle420Regular" @@ -40632,8 +40892,6 @@ import Foundation case .numberCircle928Filled: return ".numberCircle928Filled" case .numberCircle928Regular: return ".numberCircle928Regular" case .numberCircle932Filled: return ".numberCircle932Filled" - default: break } - switch self { case .numberCircle932Regular: return ".numberCircle932Regular" case .numberCircle948Filled: return ".numberCircle948Filled" case .numberCircle948Regular: return ".numberCircle948Regular" @@ -40666,6 +40924,8 @@ import Foundation case .open12Filled: return ".open12Filled" case .open12Regular: return ".open12Regular" case .open16Filled: return ".open16Filled" + default: break } + switch self { case .open16Regular: return ".open16Regular" case .open20Filled: return ".open20Filled" case .open20Regular: return ".open20Regular" @@ -40703,6 +40963,10 @@ import Foundation case .options20Regular: return ".options20Regular" case .options24Filled: return ".options24Filled" case .options24Regular: return ".options24Regular" + case .options28Filled: return ".options28Filled" + case .options28Regular: return ".options28Regular" + case .options32Filled: return ".options32Filled" + case .options32Regular: return ".options32Regular" case .options48Filled: return ".options48Filled" case .options48Regular: return ".options48Regular" case .organization12Filled: return ".organization12Filled" @@ -40734,8 +40998,6 @@ import Foundation case .oval20Filled: return ".oval20Filled" case .oval20Regular: return ".oval20Regular" case .oval24Filled: return ".oval24Filled" - default: break } - switch self { case .oval24Regular: return ".oval24Regular" case .oval28Filled: return ".oval28Filled" case .oval28Regular: return ".oval28Regular" @@ -40764,6 +41026,8 @@ import Foundation case .paddingRight24Filled: return ".paddingRight24Filled" case .paddingRight24Regular: return ".paddingRight24Regular" case .paddingTop20Filled: return ".paddingTop20Filled" + default: break } + switch self { case .paddingTop20Regular: return ".paddingTop20Regular" case .paddingTop24Filled: return ".paddingTop24Filled" case .paddingTop24Regular: return ".paddingTop24Regular" @@ -40836,8 +41100,6 @@ import Foundation case .panelLeftContract24Filled: return ".panelLeftContract24Filled" case .panelLeftContract24Regular: return ".panelLeftContract24Regular" case .panelLeftContract28Filled: return ".panelLeftContract28Filled" - default: break } - switch self { case .panelLeftContract28Regular: return ".panelLeftContract28Regular" case .panelLeftExpand16Filled: return ".panelLeftExpand16Filled" case .panelLeftExpand16Regular: return ".panelLeftExpand16Regular" @@ -40866,6 +41128,8 @@ import Foundation case .panelLeftHeaderAdd16Filled: return ".panelLeftHeaderAdd16Filled" case .panelLeftHeaderAdd16Regular: return ".panelLeftHeaderAdd16Regular" case .panelLeftHeaderAdd20Filled: return ".panelLeftHeaderAdd20Filled" + default: break } + switch self { case .panelLeftHeaderAdd20Regular: return ".panelLeftHeaderAdd20Regular" case .panelLeftHeaderAdd24Filled: return ".panelLeftHeaderAdd24Filled" case .panelLeftHeaderAdd24Regular: return ".panelLeftHeaderAdd24Regular" @@ -40938,8 +41202,6 @@ import Foundation case .panelRightAdd20Filled: return ".panelRightAdd20Filled" case .panelRightAdd20Regular: return ".panelRightAdd20Regular" case .panelRightContract16Filled: return ".panelRightContract16Filled" - default: break } - switch self { case .panelRightContract16Regular: return ".panelRightContract16Regular" case .panelRightContract20Filled: return ".panelRightContract20Filled" case .panelRightContract20Regular: return ".panelRightContract20Regular" @@ -40968,6 +41230,8 @@ import Foundation case .panelTopGallery16Filled: return ".panelTopGallery16Filled" case .panelTopGallery16Regular: return ".panelTopGallery16Regular" case .panelTopGallery20Filled: return ".panelTopGallery20Filled" + default: break } + switch self { case .panelTopGallery20Regular: return ".panelTopGallery20Regular" case .panelTopGallery24Filled: return ".panelTopGallery24Filled" case .panelTopGallery24Regular: return ".panelTopGallery24Regular" @@ -41040,8 +41304,6 @@ import Foundation case .paymentWireless28Filled: return ".paymentWireless28Filled" case .paymentWireless28Regular: return ".paymentWireless28Regular" case .paymentWireless32Filled: return ".paymentWireless32Filled" - default: break } - switch self { case .paymentWireless32Regular: return ".paymentWireless32Regular" case .paymentWireless48Filled: return ".paymentWireless48Filled" case .paymentWireless48Regular: return ".paymentWireless48Regular" @@ -41070,6 +41332,8 @@ import Foundation case .penDismiss48Filled: return ".penDismiss48Filled" case .penDismiss48Regular: return ".penDismiss48Regular" case .penOff16Filled: return ".penOff16Filled" + default: break } + switch self { case .penOff16Regular: return ".penOff16Regular" case .penOff20Filled: return ".penOff20Filled" case .penOff20Regular: return ".penOff20Regular" @@ -41133,6 +41397,8 @@ import Foundation case .peopleAdd24Regular: return ".peopleAdd24Regular" case .peopleAdd28Filled: return ".peopleAdd28Filled" case .peopleAdd28Regular: return ".peopleAdd28Regular" + case .peopleAdd32Filled: return ".peopleAdd32Filled" + case .peopleAdd32Regular: return ".peopleAdd32Regular" case .peopleAudience20Filled: return ".peopleAudience20Filled" case .peopleAudience20Regular: return ".peopleAudience20Regular" case .peopleAudience24Filled: return ".peopleAudience24Filled" @@ -41142,8 +41408,6 @@ import Foundation case .peopleCall16Filled: return ".peopleCall16Filled" case .peopleCall16Regular: return ".peopleCall16Regular" case .peopleCall20Filled: return ".peopleCall20Filled" - default: break } - switch self { case .peopleCall20Regular: return ".peopleCall20Regular" case .peopleCall24Filled: return ".peopleCall24Filled" case .peopleCall24Regular: return ".peopleCall24Regular" @@ -41170,6 +41434,8 @@ import Foundation case .peopleCommunity32Filled: return ".peopleCommunity32Filled" case .peopleCommunity32Regular: return ".peopleCommunity32Regular" case .peopleCommunity48Filled: return ".peopleCommunity48Filled" + default: break } + switch self { case .peopleCommunity48Regular: return ".peopleCommunity48Regular" case .peopleCommunityAdd20Filled: return ".peopleCommunityAdd20Filled" case .peopleCommunityAdd20Regular: return ".peopleCommunityAdd20Regular" @@ -41244,8 +41510,6 @@ import Foundation case .peopleSwap20Filled: return ".peopleSwap20Filled" case .peopleSwap20Regular: return ".peopleSwap20Regular" case .peopleSwap24Filled: return ".peopleSwap24Filled" - default: break } - switch self { case .peopleSwap24Regular: return ".peopleSwap24Regular" case .peopleSwap28Filled: return ".peopleSwap28Filled" case .peopleSwap28Regular: return ".peopleSwap28Regular" @@ -41272,6 +41536,8 @@ import Foundation case .peopleTeamAdd24Filled: return ".peopleTeamAdd24Filled" case .peopleTeamAdd24Regular: return ".peopleTeamAdd24Regular" case .peopleTeamDelete16Filled: return ".peopleTeamDelete16Filled" + default: break } + switch self { case .peopleTeamDelete16Regular: return ".peopleTeamDelete16Regular" case .peopleTeamDelete20Filled: return ".peopleTeamDelete20Filled" case .peopleTeamDelete20Regular: return ".peopleTeamDelete20Regular" @@ -41331,6 +41597,8 @@ import Foundation case .personAlert20Regular: return ".personAlert20Regular" case .personAlert24Filled: return ".personAlert24Filled" case .personAlert24Regular: return ".personAlert24Regular" + case .personAlert32Filled: return ".personAlert32Filled" + case .personAlert32Regular: return ".personAlert32Regular" case .personArrowBack16Filled: return ".personArrowBack16Filled" case .personArrowBack16Regular: return ".personArrowBack16Regular" case .personArrowBack20Filled: return ".personArrowBack20Filled" @@ -41346,8 +41614,6 @@ import Foundation case .personArrowLeft16Filled: return ".personArrowLeft16Filled" case .personArrowLeft16Regular: return ".personArrowLeft16Regular" case .personArrowLeft20Filled: return ".personArrowLeft20Filled" - default: break } - switch self { case .personArrowLeft20Regular: return ".personArrowLeft20Regular" case .personArrowLeft24Filled: return ".personArrowLeft24Filled" case .personArrowLeft24Regular: return ".personArrowLeft24Regular" @@ -41372,6 +41638,8 @@ import Foundation case .personBoard28Filled: return ".personBoard28Filled" case .personBoard28Regular: return ".personBoard28Regular" case .personBoard32Filled: return ".personBoard32Filled" + default: break } + switch self { case .personBoard32Regular: return ".personBoard32Regular" case .personCall16Filled: return ".personCall16Filled" case .personCall16Regular: return ".personCall16Regular" @@ -41448,8 +41716,6 @@ import Foundation case .personLightning20Filled: return ".personLightning20Filled" case .personLightning20Regular: return ".personLightning20Regular" case .personLink16Filled: return ".personLink16Filled" - default: break } - switch self { case .personLink16Regular: return ".personLink16Regular" case .personLink20Filled: return ".personLink20Filled" case .personLink20Regular: return ".personLink20Regular" @@ -41474,6 +41740,8 @@ import Foundation case .personMail24Filled: return ".personMail24Filled" case .personMail24Regular: return ".personMail24Regular" case .personMail28Filled: return ".personMail28Filled" + default: break } + switch self { case .personMail28Regular: return ".personMail28Regular" case .personMail48Filled: return ".personMail48Filled" case .personMail48Regular: return ".personMail48Regular" @@ -41550,8 +41818,6 @@ import Foundation case .personSquare32Filled: return ".personSquare32Filled" case .personSquare32Regular: return ".personSquare32Regular" case .personSquareCheckmark16Filled: return ".personSquareCheckmark16Filled" - default: break } - switch self { case .personSquareCheckmark16Regular: return ".personSquareCheckmark16Regular" case .personSquareCheckmark20Filled: return ".personSquareCheckmark20Filled" case .personSquareCheckmark20Regular: return ".personSquareCheckmark20Regular" @@ -41576,6 +41842,8 @@ import Foundation case .personStarburst20Filled: return ".personStarburst20Filled" case .personStarburst20Regular: return ".personStarburst20Regular" case .personStarburst24Filled: return ".personStarburst24Filled" + default: break } + switch self { case .personStarburst24Regular: return ".personStarburst24Regular" case .personSubtract16Filled: return ".personSubtract16Filled" case .personSubtract16Regular: return ".personSubtract16Regular" @@ -41652,8 +41920,6 @@ import Foundation case .phone20Filled: return ".phone20Filled" case .phone20Regular: return ".phone20Regular" case .phone24Filled: return ".phone24Filled" - default: break } - switch self { case .phone24Regular: return ".phone24Regular" case .phone28Filled: return ".phone28Filled" case .phone28Regular: return ".phone28Regular" @@ -41678,6 +41944,8 @@ import Foundation case .phoneChat24Filled: return ".phoneChat24Filled" case .phoneChat24Regular: return ".phoneChat24Regular" case .phoneChat28Filled: return ".phoneChat28Filled" + default: break } + switch self { case .phoneChat28Regular: return ".phoneChat28Regular" case .phoneCheckmark16Filled: return ".phoneCheckmark16Filled" case .phoneCheckmark16Regular: return ".phoneCheckmark16Regular" @@ -41754,8 +42022,6 @@ import Foundation case .phoneScreenTime20Filled: return ".phoneScreenTime20Filled" case .phoneScreenTime20Regular: return ".phoneScreenTime20Regular" case .phoneScreenTime24Filled: return ".phoneScreenTime24Filled" - default: break } - switch self { case .phoneScreenTime24Regular: return ".phoneScreenTime24Regular" case .phoneShake20Filled: return ".phoneShake20Filled" case .phoneShake20Regular: return ".phoneShake20Regular" @@ -41780,6 +42046,8 @@ import Foundation case .phoneSpeaker20Filled: return ".phoneSpeaker20Filled" case .phoneSpeaker20Regular: return ".phoneSpeaker20Regular" case .phoneSpeaker24Filled: return ".phoneSpeaker24Filled" + default: break } + switch self { case .phoneSpeaker24Regular: return ".phoneSpeaker24Regular" case .phoneStatusBar20Filled: return ".phoneStatusBar20Filled" case .phoneStatusBar20Regular: return ".phoneStatusBar20Regular" @@ -41856,8 +42124,6 @@ import Foundation case .pin48Filled: return ".pin48Filled" case .pin48Regular: return ".pin48Regular" case .pinOff16Filled: return ".pinOff16Filled" - default: break } - switch self { case .pinOff16Regular: return ".pinOff16Regular" case .pinOff20Filled: return ".pinOff20Filled" case .pinOff20Regular: return ".pinOff20Regular" @@ -41882,6 +42148,8 @@ import Foundation case .pipelineArrowCurveDown20Filled: return ".pipelineArrowCurveDown20Filled" case .pipelineArrowCurveDown20Regular: return ".pipelineArrowCurveDown20Regular" case .pipelinePlay20Filled: return ".pipelinePlay20Filled" + default: break } + switch self { case .pipelinePlay20Regular: return ".pipelinePlay20Regular" case .pivot20Filled: return ".pivot20Filled" case .pivot20Regular: return ".pivot20Regular" @@ -41958,8 +42226,6 @@ import Foundation case .plugDisconnected20Filled: return ".plugDisconnected20Filled" case .plugDisconnected20Regular: return ".plugDisconnected20Regular" case .plugDisconnected24Filled: return ".plugDisconnected24Filled" - default: break } - switch self { case .plugDisconnected24Regular: return ".plugDisconnected24Regular" case .plugDisconnected28Filled: return ".plugDisconnected28Filled" case .plugDisconnected28Regular: return ".plugDisconnected28Regular" @@ -41984,6 +42250,8 @@ import Foundation case .pollHorizontal24Filled: return ".pollHorizontal24Filled" case .pollHorizontal24Regular: return ".pollHorizontal24Regular" case .pollOff16Filled: return ".pollOff16Filled" + default: break } + switch self { case .pollOff16Regular: return ".pollOff16Regular" case .pollOff20Filled: return ".pollOff20Filled" case .pollOff20Regular: return ".pollOff20Regular" @@ -42060,8 +42328,6 @@ import Foundation case .presenceAvailable20Filled: return ".presenceAvailable20Filled" case .presenceAvailable20Regular: return ".presenceAvailable20Regular" case .presenceAvailable24Filled: return ".presenceAvailable24Filled" - default: break } - switch self { case .presenceAvailable24Regular: return ".presenceAvailable24Regular" case .presenceAway10Filled: return ".presenceAway10Filled" case .presenceAway10Regular: return ".presenceAway10Regular" @@ -42086,6 +42352,8 @@ import Foundation case .presenceDnd10Filled: return ".presenceDnd10Filled" case .presenceDnd10Regular: return ".presenceDnd10Regular" case .presenceDnd12Filled: return ".presenceDnd12Filled" + default: break } + switch self { case .presenceDnd12Regular: return ".presenceDnd12Regular" case .presenceDnd16Filled: return ".presenceDnd16Filled" case .presenceDnd16Regular: return ".presenceDnd16Regular" @@ -42162,8 +42430,6 @@ import Foundation case .productionCheckmark20Regular: return ".productionCheckmark20Regular" case .productionCheckmark24Filled: return ".productionCheckmark24Filled" case .productionCheckmark24Regular: return ".productionCheckmark24Regular" - default: break } - switch self { case .prohibited12Filled: return ".prohibited12Filled" case .prohibited12Regular: return ".prohibited12Regular" case .prohibited16Filled: return ".prohibited16Filled" @@ -42188,6 +42454,8 @@ import Foundation case .prohibitedMultiple28Regular: return ".prohibitedMultiple28Regular" case .prohibitedNote20Filled: return ".prohibitedNote20Filled" case .prohibitedNote20Regular: return ".prohibitedNote20Regular" + default: break } + switch self { case .projectionScreen16Filled: return ".projectionScreen16Filled" case .projectionScreen16Regular: return ".projectionScreen16Regular" case .projectionScreen20Filled: return ".projectionScreen20Filled" @@ -42264,8 +42532,6 @@ import Foundation case .question32Regular: return ".question32Regular" case .question48Filled: return ".question48Filled" case .question48Regular: return ".question48Regular" - default: break } - switch self { case .questionCircle12Filled: return ".questionCircle12Filled" case .questionCircle12Regular: return ".questionCircle12Regular" case .questionCircle16Filled: return ".questionCircle16Filled" @@ -42290,6 +42556,8 @@ import Foundation case .quizNew48Regular: return ".quizNew48Regular" case .radar20Filled: return ".radar20Filled" case .radar20Regular: return ".radar20Regular" + default: break } + switch self { case .radarCheckmark20Filled: return ".radarCheckmark20Filled" case .radarCheckmark20Regular: return ".radarCheckmark20Regular" case .radarRectangleMultiple20Filled: return ".radarRectangleMultiple20Filled" @@ -42366,8 +42634,6 @@ import Foundation case .realEstate20Regular: return ".realEstate20Regular" case .realEstate24Filled: return ".realEstate24Filled" case .realEstate24Regular: return ".realEstate24Regular" - default: break } - switch self { case .receipt16Filled: return ".receipt16Filled" case .receipt16Regular: return ".receipt16Regular" case .receipt20Filled: return ".receipt20Filled" @@ -42392,6 +42658,8 @@ import Foundation case .receiptCube24Regular: return ".receiptCube24Regular" case .receiptMoney16Filled: return ".receiptMoney16Filled" case .receiptMoney16Regular: return ".receiptMoney16Regular" + default: break } + switch self { case .receiptMoney20Filled: return ".receiptMoney20Filled" case .receiptMoney20Regular: return ".receiptMoney20Regular" case .receiptMoney24Filled: return ".receiptMoney24Filled" @@ -42468,8 +42736,6 @@ import Foundation case .rectangleLandscapeSparkle32Regular: return ".rectangleLandscapeSparkle32Regular" case .rectangleLandscapeSparkle48Filled: return ".rectangleLandscapeSparkle48Filled" case .rectangleLandscapeSparkle48Regular: return ".rectangleLandscapeSparkle48Regular" - default: break } - switch self { case .rectangleLandscapeSync16Filled: return ".rectangleLandscapeSync16Filled" case .rectangleLandscapeSync16Regular: return ".rectangleLandscapeSync16Regular" case .rectangleLandscapeSync20Filled: return ".rectangleLandscapeSync20Filled" @@ -42494,6 +42760,8 @@ import Foundation case .recycle32Regular: return ".recycle32Regular" case .remixAdd16Filled: return ".remixAdd16Filled" case .remixAdd16Regular: return ".remixAdd16Regular" + default: break } + switch self { case .remixAdd20Filled: return ".remixAdd20Filled" case .remixAdd20Regular: return ".remixAdd20Regular" case .remixAdd24Filled: return ".remixAdd24Filled" @@ -42570,8 +42838,6 @@ import Foundation case .rewind28Regular: return ".rewind28Regular" case .rhombus16Filled: return ".rhombus16Filled" case .rhombus16Regular: return ".rhombus16Regular" - default: break } - switch self { case .rhombus20Filled: return ".rhombus20Filled" case .rhombus20Regular: return ".rhombus20Regular" case .rhombus24Filled: return ".rhombus24Filled" @@ -42596,6 +42862,8 @@ import Foundation case .ribbonAdd20Regular: return ".ribbonAdd20Regular" case .ribbonAdd24Filled: return ".ribbonAdd24Filled" case .ribbonAdd24Regular: return ".ribbonAdd24Regular" + default: break } + switch self { case .ribbonOff12Filled: return ".ribbonOff12Filled" case .ribbonOff12Regular: return ".ribbonOff12Regular" case .ribbonOff16Filled: return ".ribbonOff16Filled" @@ -42610,6 +42878,10 @@ import Foundation case .ribbonStar20Regular: return ".ribbonStar20Regular" case .ribbonStar24Filled: return ".ribbonStar24Filled" case .ribbonStar24Regular: return ".ribbonStar24Regular" + case .road20Filled: return ".road20Filled" + case .road20Regular: return ".road20Regular" + case .road24Filled: return ".road24Filled" + case .road24Regular: return ".road24Regular" case .roadCone16Filled: return ".roadCone16Filled" case .roadCone16Regular: return ".roadCone16Regular" case .roadCone20Filled: return ".roadCone20Filled" @@ -42672,8 +42944,6 @@ import Foundation case .sanitize20Regular: return ".sanitize20Regular" case .sanitize24Filled: return ".sanitize24Filled" case .sanitize24Regular: return ".sanitize24Regular" - default: break } - switch self { case .save16Filled: return ".save16Filled" case .save16Regular: return ".save16Regular" case .save20Filled: return ".save20Filled" @@ -42682,6 +42952,8 @@ import Foundation case .save24Regular: return ".save24Regular" case .save28Filled: return ".save28Filled" case .save28Regular: return ".save28Regular" + case .save32Filled: return ".save32Filled" + case .save32Regular: return ".save32Regular" case .saveArrowRight20Filled: return ".saveArrowRight20Filled" case .saveArrowRight20Regular: return ".saveArrowRight20Regular" case .saveArrowRight24Filled: return ".saveArrowRight24Filled" @@ -42692,6 +42964,8 @@ import Foundation case .saveCopy24Regular: return ".saveCopy24Regular" case .saveEdit20Filled: return ".saveEdit20Filled" case .saveEdit20Regular: return ".saveEdit20Regular" + default: break } + switch self { case .saveEdit24Filled: return ".saveEdit24Filled" case .saveEdit24Regular: return ".saveEdit24Regular" case .saveImage20Filled: return ".saveImage20Filled" @@ -42774,8 +43048,6 @@ import Foundation case .scanPerson48Regular: return ".scanPerson48Regular" case .scanQrCode24Filled: return ".scanQrCode24Filled" case .scanQrCode24Regular: return ".scanQrCode24Regular" - default: break } - switch self { case .scanTable20Filled: return ".scanTable20Filled" case .scanTable20Regular: return ".scanTable20Regular" case .scanTable24Filled: return ".scanTable24Filled" @@ -42794,6 +43066,8 @@ import Foundation case .scanThumbUp20Regular: return ".scanThumbUp20Regular" case .scanThumbUp24Filled: return ".scanThumbUp24Filled" case .scanThumbUp24Regular: return ".scanThumbUp24Regular" + default: break } + switch self { case .scanThumbUp28Filled: return ".scanThumbUp28Filled" case .scanThumbUp28Regular: return ".scanThumbUp28Regular" case .scanThumbUp48Filled: return ".scanThumbUp48Filled" @@ -42876,8 +43150,6 @@ import Foundation case .searchInfo24Regular: return ".searchInfo24Regular" case .searchSettings20Filled: return ".searchSettings20Filled" case .searchSettings20Regular: return ".searchSettings20Regular" - default: break } - switch self { case .searchShield20Filled: return ".searchShield20Filled" case .searchShield20Regular: return ".searchShield20Regular" case .searchSquare20Filled: return ".searchSquare20Filled" @@ -42896,6 +43168,8 @@ import Foundation case .seat20Regular: return ".seat20Regular" case .seat24Filled: return ".seat24Filled" case .seat24Regular: return ".seat24Regular" + default: break } + switch self { case .seatAdd16Filled: return ".seatAdd16Filled" case .seatAdd16Regular: return ".seatAdd16Regular" case .seatAdd20Filled: return ".seatAdd20Filled" @@ -42978,8 +43252,6 @@ import Foundation case .server24Regular: return ".server24Regular" case .serverLink16Filled: return ".serverLink16Filled" case .serverLink16Regular: return ".serverLink16Regular" - default: break } - switch self { case .serverLink20Filled: return ".serverLink20Filled" case .serverLink20Regular: return ".serverLink20Regular" case .serverLink24Filled: return ".serverLink24Filled" @@ -42998,6 +43270,8 @@ import Foundation case .serviceBell20Regular: return ".serviceBell20Regular" case .serviceBell24Filled: return ".serviceBell24Filled" case .serviceBell24Regular: return ".serviceBell24Regular" + default: break } + switch self { case .settings16Filled: return ".settings16Filled" case .settings16Regular: return ".settings16Regular" case .settings20Filled: return ".settings20Filled" @@ -43080,8 +43354,6 @@ import Foundation case .shareAndroid16Regular: return ".shareAndroid16Regular" case .shareAndroid20Filled: return ".shareAndroid20Filled" case .shareAndroid20Regular: return ".shareAndroid20Regular" - default: break } - switch self { case .shareAndroid24Filled: return ".shareAndroid24Filled" case .shareAndroid24Regular: return ".shareAndroid24Regular" case .shareAndroid32Filled: return ".shareAndroid32Filled" @@ -43100,6 +43372,8 @@ import Foundation case .shareIos48Regular: return ".shareIos48Regular" case .shareScreenPerson16Filled: return ".shareScreenPerson16Filled" case .shareScreenPerson16Regular: return ".shareScreenPerson16Regular" + default: break } + switch self { case .shareScreenPerson20Filled: return ".shareScreenPerson20Filled" case .shareScreenPerson20Regular: return ".shareScreenPerson20Regular" case .shareScreenPerson24Filled: return ".shareScreenPerson24Filled" @@ -43182,8 +43456,6 @@ import Foundation case .shieldCheckmark28Regular: return ".shieldCheckmark28Regular" case .shieldCheckmark48Filled: return ".shieldCheckmark48Filled" case .shieldCheckmark48Regular: return ".shieldCheckmark48Regular" - default: break } - switch self { case .shieldDismiss16Filled: return ".shieldDismiss16Filled" case .shieldDismiss16Regular: return ".shieldDismiss16Regular" case .shieldDismiss20Filled: return ".shieldDismiss20Filled" @@ -43202,6 +43474,8 @@ import Foundation case .shieldGlobe16Regular: return ".shieldGlobe16Regular" case .shieldGlobe20Filled: return ".shieldGlobe20Filled" case .shieldGlobe20Regular: return ".shieldGlobe20Regular" + default: break } + switch self { case .shieldGlobe24Filled: return ".shieldGlobe24Filled" case .shieldGlobe24Regular: return ".shieldGlobe24Regular" case .shieldKeyhole16Filled: return ".shieldKeyhole16Filled" @@ -43284,8 +43558,6 @@ import Foundation case .shiftsDay24Regular: return ".shiftsDay24Regular" case .shiftsOpen20Filled: return ".shiftsOpen20Filled" case .shiftsOpen20Regular: return ".shiftsOpen20Regular" - default: break } - switch self { case .shiftsOpen24Filled: return ".shiftsOpen24Filled" case .shiftsOpen24Regular: return ".shiftsOpen24Regular" case .shiftsProhibited20Filled: return ".shiftsProhibited20Filled" @@ -43304,6 +43576,8 @@ import Foundation case .shoppingBag16Regular: return ".shoppingBag16Regular" case .shoppingBag20Filled: return ".shoppingBag20Filled" case .shoppingBag20Regular: return ".shoppingBag20Regular" + default: break } + switch self { case .shoppingBag24Filled: return ".shoppingBag24Filled" case .shoppingBag24Regular: return ".shoppingBag24Regular" case .shoppingBagAdd20Filled: return ".shoppingBagAdd20Filled" @@ -43386,8 +43660,6 @@ import Foundation case .skipForward1032Regular: return ".skipForward1032Regular" case .skipForward1048Filled: return ".skipForward1048Filled" case .skipForward1048Regular: return ".skipForward1048Regular" - default: break } - switch self { case .skipForward3020Filled: return ".skipForward3020Filled" case .skipForward3020Regular: return ".skipForward3020Regular" case .skipForward3024Filled: return ".skipForward3024Filled" @@ -43406,6 +43678,8 @@ import Foundation case .slashForward12Regular: return ".slashForward12Regular" case .slashForward16Filled: return ".slashForward16Filled" case .slashForward16Regular: return ".slashForward16Regular" + default: break } + switch self { case .slashForward20Filled: return ".slashForward20Filled" case .slashForward20Regular: return ".slashForward20Regular" case .slashForward24Filled: return ".slashForward24Filled" @@ -43488,8 +43762,6 @@ import Foundation case .slideSearch20Regular: return ".slideSearch20Regular" case .slideSearch24Filled: return ".slideSearch24Filled" case .slideSearch24Regular: return ".slideSearch24Regular" - default: break } - switch self { case .slideSearch28Filled: return ".slideSearch28Filled" case .slideSearch28Regular: return ".slideSearch28Regular" case .slideSearch32Filled: return ".slideSearch32Filled" @@ -43508,6 +43780,8 @@ import Foundation case .slideText20Regular: return ".slideText20Regular" case .slideText24Filled: return ".slideText24Filled" case .slideText24Regular: return ".slideText24Regular" + default: break } + switch self { case .slideText28Filled: return ".slideText28Filled" case .slideText28Regular: return ".slideText28Regular" case .slideText48Filled: return ".slideText48Filled" @@ -43590,8 +43864,6 @@ import Foundation case .space3D28Regular: return ".space3D28Regular" case .space3D32Filled: return ".space3D32Filled" case .space3D32Regular: return ".space3D32Regular" - default: break } - switch self { case .space3D48Filled: return ".space3D48Filled" case .space3D48Regular: return ".space3D48Regular" case .spacebar20Filled: return ".spacebar20Filled" @@ -43610,6 +43882,8 @@ import Foundation case .sparkle32Regular: return ".sparkle32Regular" case .sparkle48Filled: return ".sparkle48Filled" case .sparkle48Regular: return ".sparkle48Regular" + default: break } + switch self { case .sparkleCircle16Filled: return ".sparkleCircle16Filled" case .sparkleCircle16Regular: return ".sparkleCircle16Regular" case .sparkleCircle20Filled: return ".sparkleCircle20Filled" @@ -43692,8 +43966,6 @@ import Foundation case .speakerOff16Regular: return ".speakerOff16Regular" case .speakerOff20Filled: return ".speakerOff20Filled" case .speakerOff20Regular: return ".speakerOff20Regular" - default: break } - switch self { case .speakerOff24Filled: return ".speakerOff24Filled" case .speakerOff24Regular: return ".speakerOff24Regular" case .speakerOff28Filled: return ".speakerOff28Filled" @@ -43712,6 +43984,8 @@ import Foundation case .speakerUsb24Regular: return ".speakerUsb24Regular" case .speakerUsb28Filled: return ".speakerUsb28Filled" case .speakerUsb28Regular: return ".speakerUsb28Regular" + default: break } + switch self { case .spinnerIos16Filled: return ".spinnerIos16Filled" case .spinnerIos16Regular: return ".spinnerIos16Regular" case .spinnerIos20Filled: return ".spinnerIos20Filled" @@ -43794,8 +44068,6 @@ import Foundation case .squareAdd16Regular: return ".squareAdd16Regular" case .squareAdd20Filled: return ".squareAdd20Filled" case .squareAdd20Regular: return ".squareAdd20Regular" - default: break } - switch self { case .squareArrowForward16Filled: return ".squareArrowForward16Filled" case .squareArrowForward16Regular: return ".squareArrowForward16Regular" case .squareArrowForward20Filled: return ".squareArrowForward20Filled" @@ -43814,6 +44086,8 @@ import Foundation case .squareDismiss20Regular: return ".squareDismiss20Regular" case .squareEraser20Filled: return ".squareEraser20Filled" case .squareEraser20Regular: return ".squareEraser20Regular" + default: break } + switch self { case .squareHint16Filled: return ".squareHint16Filled" case .squareHint16Regular: return ".squareHint16Regular" case .squareHint20Filled: return ".squareHint20Filled" @@ -43896,8 +44170,6 @@ import Foundation case .stackArrowForward24Regular: return ".stackArrowForward24Regular" case .stackStar16Filled: return ".stackStar16Filled" case .stackStar16Regular: return ".stackStar16Regular" - default: break } - switch self { case .stackStar20Filled: return ".stackStar20Filled" case .stackStar20Regular: return ".stackStar20Regular" case .stackStar24Filled: return ".stackStar24Filled" @@ -43916,6 +44188,8 @@ import Foundation case .star24Regular: return ".star24Regular" case .star28Filled: return ".star28Filled" case .star28Regular: return ".star28Regular" + default: break } + switch self { case .star32Filled: return ".star32Filled" case .star32Regular: return ".star32Regular" case .star48Filled: return ".star48Filled" @@ -43998,8 +44272,6 @@ import Foundation case .starOff28Regular: return ".starOff28Regular" case .starOneQuarter12Filled: return ".starOneQuarter12Filled" case .starOneQuarter12Regular: return ".starOneQuarter12Regular" - default: break } - switch self { case .starOneQuarter16Filled: return ".starOneQuarter16Filled" case .starOneQuarter16Regular: return ".starOneQuarter16Regular" case .starOneQuarter20Filled: return ".starOneQuarter20Filled" @@ -44018,6 +44290,8 @@ import Foundation case .starSettings20Regular: return ".starSettings20Regular" case .starSettings24Filled: return ".starSettings24Filled" case .starSettings24Regular: return ".starSettings24Regular" + default: break } + switch self { case .starThreeQuarter12Filled: return ".starThreeQuarter12Filled" case .starThreeQuarter12Regular: return ".starThreeQuarter12Regular" case .starThreeQuarter16Filled: return ".starThreeQuarter16Filled" @@ -44100,8 +44374,6 @@ import Foundation case .stream32Regular: return ".stream32Regular" case .stream48Filled: return ".stream48Filled" case .stream48Regular: return ".stream48Regular" - default: break } - switch self { case .streamInput20Filled: return ".streamInput20Filled" case .streamInput20Regular: return ".streamInput20Regular" case .streamInputOutput20Filled: return ".streamInputOutput20Filled" @@ -44120,6 +44392,8 @@ import Foundation case .subGrid20Regular: return ".subGrid20Regular" case .subGrid24Filled: return ".subGrid24Filled" case .subGrid24Regular: return ".subGrid24Regular" + default: break } + switch self { case .subtitles16Filled: return ".subtitles16Filled" case .subtitles16Regular: return ".subtitles16Regular" case .subtitles20Filled: return ".subtitles20Filled" @@ -44202,8 +44476,6 @@ import Foundation case .swipeDown20Regular: return ".swipeDown20Regular" case .swipeDown24Filled: return ".swipeDown24Filled" case .swipeDown24Regular: return ".swipeDown24Regular" - default: break } - switch self { case .swipeRight20Filled: return ".swipeRight20Filled" case .swipeRight20Regular: return ".swipeRight20Regular" case .swipeRight24Filled: return ".swipeRight24Filled" @@ -44222,6 +44494,8 @@ import Foundation case .syncOff16Regular: return ".syncOff16Regular" case .syncOff20Filled: return ".syncOff20Filled" case .syncOff20Regular: return ".syncOff20Regular" + default: break } + switch self { case .syringe20Filled: return ".syringe20Filled" case .syringe20Regular: return ".syringe20Regular" case .syringe24Filled: return ".syringe24Filled" @@ -44288,6 +44562,8 @@ import Foundation case .tabDesktopMultiple16Regular: return ".tabDesktopMultiple16Regular" case .tabDesktopMultiple20Filled: return ".tabDesktopMultiple20Filled" case .tabDesktopMultiple20Regular: return ".tabDesktopMultiple20Regular" + case .tabDesktopMultiple24Filled: return ".tabDesktopMultiple24Filled" + case .tabDesktopMultiple24Regular: return ".tabDesktopMultiple24Regular" case .tabDesktopMultipleAdd16Filled: return ".tabDesktopMultipleAdd16Filled" case .tabDesktopMultipleAdd16Regular: return ".tabDesktopMultipleAdd16Regular" case .tabDesktopMultipleAdd20Filled: return ".tabDesktopMultipleAdd20Filled" @@ -44296,6 +44572,12 @@ import Foundation case .tabDesktopMultipleBottom20Regular: return ".tabDesktopMultipleBottom20Regular" case .tabDesktopMultipleBottom24Filled: return ".tabDesktopMultipleBottom24Filled" case .tabDesktopMultipleBottom24Regular: return ".tabDesktopMultipleBottom24Regular" + case .tabDesktopMultipleSparkle16Filled: return ".tabDesktopMultipleSparkle16Filled" + case .tabDesktopMultipleSparkle16Regular: return ".tabDesktopMultipleSparkle16Regular" + case .tabDesktopMultipleSparkle20Filled: return ".tabDesktopMultipleSparkle20Filled" + case .tabDesktopMultipleSparkle20Regular: return ".tabDesktopMultipleSparkle20Regular" + case .tabDesktopMultipleSparkle24Filled: return ".tabDesktopMultipleSparkle24Filled" + case .tabDesktopMultipleSparkle24Regular: return ".tabDesktopMultipleSparkle24Regular" case .tabDesktopNewPage20Filled: return ".tabDesktopNewPage20Filled" case .tabDesktopNewPage20Regular: return ".tabDesktopNewPage20Regular" case .tabInPrivate16Filled: return ".tabInPrivate16Filled" @@ -44304,8 +44586,6 @@ import Foundation case .tabInPrivate20Regular: return ".tabInPrivate20Regular" case .tabInPrivate24Filled: return ".tabInPrivate24Filled" case .tabInPrivate24Regular: return ".tabInPrivate24Regular" - default: break } - switch self { case .tabInPrivate28Filled: return ".tabInPrivate28Filled" case .tabInPrivate28Regular: return ".tabInPrivate28Regular" case .tabInprivateAccount20Filled: return ".tabInprivateAccount20Filled" @@ -44316,6 +44596,8 @@ import Foundation case .tabProhibited20Regular: return ".tabProhibited20Regular" case .tabProhibited24Filled: return ".tabProhibited24Filled" case .tabProhibited24Regular: return ".tabProhibited24Regular" + default: break } + switch self { case .tabShieldDismiss20Filled: return ".tabShieldDismiss20Filled" case .tabShieldDismiss20Regular: return ".tabShieldDismiss20Regular" case .tabShieldDismiss24Filled: return ".tabShieldDismiss24Filled" @@ -44406,8 +44688,6 @@ import Foundation case .tableDeleteRow16Regular: return ".tableDeleteRow16Regular" case .tableDeleteRow20Filled: return ".tableDeleteRow20Filled" case .tableDeleteRow20Regular: return ".tableDeleteRow20Regular" - default: break } - switch self { case .tableDeleteRow24Filled: return ".tableDeleteRow24Filled" case .tableDeleteRow24Regular: return ".tableDeleteRow24Regular" case .tableDeleteRow28Filled: return ".tableDeleteRow28Filled" @@ -44418,6 +44698,8 @@ import Foundation case .tableDismiss20Regular: return ".tableDismiss20Regular" case .tableDismiss24Filled: return ".tableDismiss24Filled" case .tableDismiss24Regular: return ".tableDismiss24Regular" + default: break } + switch self { case .tableDismiss28Filled: return ".tableDismiss28Filled" case .tableDismiss28Regular: return ".tableDismiss28Regular" case .tableEdit16Filled: return ".tableEdit16Filled" @@ -44508,8 +44790,6 @@ import Foundation case .tableMoveAbove28Regular: return ".tableMoveAbove28Regular" case .tableMoveBelow16Filled: return ".tableMoveBelow16Filled" case .tableMoveBelow16Regular: return ".tableMoveBelow16Regular" - default: break } - switch self { case .tableMoveBelow20Filled: return ".tableMoveBelow20Filled" case .tableMoveBelow20Regular: return ".tableMoveBelow20Regular" case .tableMoveBelow24Filled: return ".tableMoveBelow24Filled" @@ -44520,6 +44800,8 @@ import Foundation case .tableMoveLeft16Regular: return ".tableMoveLeft16Regular" case .tableMoveLeft20Filled: return ".tableMoveLeft20Filled" case .tableMoveLeft20Regular: return ".tableMoveLeft20Regular" + default: break } + switch self { case .tableMoveLeft24Filled: return ".tableMoveLeft24Filled" case .tableMoveLeft24Regular: return ".tableMoveLeft24Regular" case .tableMoveLeft28Filled: return ".tableMoveLeft28Filled" @@ -44610,8 +44892,6 @@ import Foundation case .tableSimpleExclude28Regular: return ".tableSimpleExclude28Regular" case .tableSimpleExclude32Filled: return ".tableSimpleExclude32Filled" case .tableSimpleExclude32Regular: return ".tableSimpleExclude32Regular" - default: break } - switch self { case .tableSimpleExclude48Filled: return ".tableSimpleExclude48Filled" case .tableSimpleExclude48Regular: return ".tableSimpleExclude48Regular" case .tableSimpleInclude16Filled: return ".tableSimpleInclude16Filled" @@ -44622,6 +44902,8 @@ import Foundation case .tableSimpleInclude24Regular: return ".tableSimpleInclude24Regular" case .tableSimpleInclude28Filled: return ".tableSimpleInclude28Filled" case .tableSimpleInclude28Regular: return ".tableSimpleInclude28Regular" + default: break } + switch self { case .tableSimpleInclude32Filled: return ".tableSimpleInclude32Filled" case .tableSimpleInclude32Regular: return ".tableSimpleInclude32Regular" case .tableSimpleInclude48Filled: return ".tableSimpleInclude48Filled" @@ -44712,8 +44994,6 @@ import Foundation case .tagCircle20Regular: return ".tagCircle20Regular" case .tagDismiss16Filled: return ".tagDismiss16Filled" case .tagDismiss16Regular: return ".tagDismiss16Regular" - default: break } - switch self { case .tagDismiss20Filled: return ".tagDismiss20Filled" case .tagDismiss20Regular: return ".tagDismiss20Regular" case .tagDismiss24Filled: return ".tagDismiss24Filled" @@ -44724,6 +45004,8 @@ import Foundation case .tagError20Regular: return ".tagError20Regular" case .tagError24Filled: return ".tagError24Filled" case .tagError24Regular: return ".tagError24Regular" + default: break } + switch self { case .tagLock16Filled: return ".tagLock16Filled" case .tagLock16Regular: return ".tagLock16Regular" case .tagLock20Filled: return ".tagLock20Filled" @@ -44814,8 +45096,6 @@ import Foundation case .taskListAdd20Regular: return ".taskListAdd20Regular" case .taskListAdd24Filled: return ".taskListAdd24Filled" case .taskListAdd24Regular: return ".taskListAdd24Regular" - default: break } - switch self { case .taskListSquare16Filled: return ".taskListSquare16Filled" case .taskListSquare16Regular: return ".taskListSquare16Regular" case .taskListSquare20Filled: return ".taskListSquare20Filled" @@ -44826,6 +45106,8 @@ import Foundation case .taskListSquareAdd20Regular: return ".taskListSquareAdd20Regular" case .taskListSquareAdd24Filled: return ".taskListSquareAdd24Filled" case .taskListSquareAdd24Regular: return ".taskListSquareAdd24Regular" + default: break } + switch self { case .taskListSquareDatabase20Filled: return ".taskListSquareDatabase20Filled" case .taskListSquareDatabase20Regular: return ".taskListSquareDatabase20Regular" case .taskListSquarePerson20Filled: return ".taskListSquarePerson20Filled" @@ -44916,8 +45198,6 @@ import Foundation case .textAlignCenter20Regular: return ".textAlignCenter20Regular" case .textAlignCenter24Filled: return ".textAlignCenter24Filled" case .textAlignCenter24Regular: return ".textAlignCenter24Regular" - default: break } - switch self { case .textAlignCenterRotate27016Filled: return ".textAlignCenterRotate27016Filled" case .textAlignCenterRotate27016Regular: return ".textAlignCenterRotate27016Regular" case .textAlignCenterRotate27020Filled: return ".textAlignCenterRotate27020Filled" @@ -44928,6 +45208,8 @@ import Foundation case .textAlignCenterRotate9016Regular: return ".textAlignCenterRotate9016Regular" case .textAlignCenterRotate9020Filled: return ".textAlignCenterRotate9020Filled" case .textAlignCenterRotate9020Regular: return ".textAlignCenterRotate9020Regular" + default: break } + switch self { case .textAlignCenterRotate9024Filled: return ".textAlignCenterRotate9024Filled" case .textAlignCenterRotate9024Regular: return ".textAlignCenterRotate9024Regular" case .textAlignDistributed20Filled: return ".textAlignDistributed20Filled" @@ -45018,8 +45300,6 @@ import Foundation case .textArrowDownRightColumn32Regular: return ".textArrowDownRightColumn32Regular" case .textArrowDownRightColumn48Filled: return ".textArrowDownRightColumn48Filled" case .textArrowDownRightColumn48Regular: return ".textArrowDownRightColumn48Regular" - default: break } - switch self { case .textAsterisk16Filled: return ".textAsterisk16Filled" case .textAsterisk16Regular: return ".textAsterisk16Regular" case .textAsterisk20Filled: return ".textAsterisk20Filled" @@ -45030,6 +45310,8 @@ import Foundation case .textBold16Regular: return ".textBold16Regular" case .textBold20Filled: return ".textBold20Filled" case .textBold20Regular: return ".textBold20Regular" + default: break } + switch self { case .textBold24Filled: return ".textBold24Filled" case .textBold24Regular: return ".textBold24Regular" case .textBoxSettings20Filled: return ".textBoxSettings20Filled" @@ -45120,8 +45402,6 @@ import Foundation case .textCaseUppercase16Regular: return ".textCaseUppercase16Regular" case .textCaseUppercase20Filled: return ".textCaseUppercase20Filled" case .textCaseUppercase20Regular: return ".textCaseUppercase20Regular" - default: break } - switch self { case .textCaseUppercase24Filled: return ".textCaseUppercase24Filled" case .textCaseUppercase24Regular: return ".textCaseUppercase24Regular" case .textChangeCase16Filled: return ".textChangeCase16Filled" @@ -45132,6 +45412,8 @@ import Foundation case .textChangeCase24Regular: return ".textChangeCase24Regular" case .textClearFormatting16Filled: return ".textClearFormatting16Filled" case .textClearFormatting16Regular: return ".textClearFormatting16Regular" + default: break } + switch self { case .textClearFormatting20Filled: return ".textClearFormatting20Filled" case .textClearFormatting20Regular: return ".textClearFormatting20Regular" case .textClearFormatting24Filled: return ".textClearFormatting24Filled" @@ -45222,8 +45504,6 @@ import Foundation case .textDirectionHorizontalRight24Filled: return ".textDirectionHorizontalRight24Filled" case .textDirectionHorizontalRight24Regular: return ".textDirectionHorizontalRight24Regular" case .textDirectionRotate270Right20Filled: return ".textDirectionRotate270Right20Filled" - default: break } - switch self { case .textDirectionRotate270Right20Regular: return ".textDirectionRotate270Right20Regular" case .textDirectionRotate270Right24Filled: return ".textDirectionRotate270Right24Filled" case .textDirectionRotate270Right24Regular: return ".textDirectionRotate270Right24Regular" @@ -45234,6 +45514,8 @@ import Foundation case .textDirectionRotate45Right20Filled: return ".textDirectionRotate45Right20Filled" case .textDirectionRotate45Right20Regular: return ".textDirectionRotate45Right20Regular" case .textDirectionRotate45Right24Filled: return ".textDirectionRotate45Right24Filled" + default: break } + switch self { case .textDirectionRotate45Right24Regular: return ".textDirectionRotate45Right24Regular" case .textDirectionRotate90Left20Filled: return ".textDirectionRotate90Left20Filled" case .textDirectionRotate90Left20Regular: return ".textDirectionRotate90Left20Regular" @@ -45324,8 +45606,6 @@ import Foundation case .textGrammarLightning16Filled: return ".textGrammarLightning16Filled" case .textGrammarLightning16Regular: return ".textGrammarLightning16Regular" case .textGrammarLightning20Filled: return ".textGrammarLightning20Filled" - default: break } - switch self { case .textGrammarLightning20Regular: return ".textGrammarLightning20Regular" case .textGrammarLightning24Filled: return ".textGrammarLightning24Filled" case .textGrammarLightning24Regular: return ".textGrammarLightning24Regular" @@ -45336,6 +45616,8 @@ import Foundation case .textGrammarSettings20Filled: return ".textGrammarSettings20Filled" case .textGrammarSettings20Regular: return ".textGrammarSettings20Regular" case .textGrammarSettings24Filled: return ".textGrammarSettings24Filled" + default: break } + switch self { case .textGrammarSettings24Regular: return ".textGrammarSettings24Regular" case .textGrammarWand16Filled: return ".textGrammarWand16Filled" case .textGrammarWand16Regular: return ".textGrammarWand16Regular" @@ -45426,8 +45708,6 @@ import Foundation case .textItalic16Filled: return ".textItalic16Filled" case .textItalic16Regular: return ".textItalic16Regular" case .textItalic20Filled: return ".textItalic20Filled" - default: break } - switch self { case .textItalic20Regular: return ".textItalic20Regular" case .textItalic24Filled: return ".textItalic24Filled" case .textItalic24Regular: return ".textItalic24Regular" @@ -45438,6 +45718,8 @@ import Foundation case .textMore20Filled: return ".textMore20Filled" case .textMore20Regular: return ".textMore20Regular" case .textMore24Filled: return ".textMore24Filled" + default: break } + switch self { case .textMore24Regular: return ".textMore24Regular" case .textNumberFormat20Filled: return ".textNumberFormat20Filled" case .textNumberFormat20Regular: return ".textNumberFormat20Regular" @@ -45528,8 +45810,6 @@ import Foundation case .textQuote24Filled: return ".textQuote24Filled" case .textQuote24Regular: return ".textQuote24Regular" case .textSortAscending16Filled: return ".textSortAscending16Filled" - default: break } - switch self { case .textSortAscending16Regular: return ".textSortAscending16Regular" case .textSortAscending20Filled: return ".textSortAscending20Filled" case .textSortAscending20Regular: return ".textSortAscending20Regular" @@ -45540,6 +45820,8 @@ import Foundation case .textSortDescending20Filled: return ".textSortDescending20Filled" case .textSortDescending20Regular: return ".textSortDescending20Regular" case .textSortDescending24Filled: return ".textSortDescending24Filled" + default: break } + switch self { case .textSortDescending24Regular: return ".textSortDescending24Regular" case .textStrikethrough16Filled: return ".textStrikethrough16Filled" case .textStrikethrough16Regular: return ".textStrikethrough16Regular" @@ -45630,8 +45912,6 @@ import Foundation case .textboxAlignBottomLeft16Filled: return ".textboxAlignBottomLeft16Filled" case .textboxAlignBottomLeft16Regular: return ".textboxAlignBottomLeft16Regular" case .textboxAlignBottomLeft20Filled: return ".textboxAlignBottomLeft20Filled" - default: break } - switch self { case .textboxAlignBottomLeft20Regular: return ".textboxAlignBottomLeft20Regular" case .textboxAlignBottomLeft24Filled: return ".textboxAlignBottomLeft24Filled" case .textboxAlignBottomLeft24Regular: return ".textboxAlignBottomLeft24Regular" @@ -45642,6 +45922,8 @@ import Foundation case .textboxAlignBottomRight24Filled: return ".textboxAlignBottomRight24Filled" case .textboxAlignBottomRight24Regular: return ".textboxAlignBottomRight24Regular" case .textboxAlignBottomRotate9020Filled: return ".textboxAlignBottomRotate9020Filled" + default: break } + switch self { case .textboxAlignBottomRotate9020Regular: return ".textboxAlignBottomRotate9020Regular" case .textboxAlignBottomRotate9024Filled: return ".textboxAlignBottomRotate9024Filled" case .textboxAlignBottomRotate9024Regular: return ".textboxAlignBottomRotate9024Regular" @@ -45732,8 +46014,6 @@ import Foundation case .thumbLike48Filled: return ".thumbLike48Filled" case .thumbLike48Regular: return ".thumbLike48Regular" case .thumbLikeDislike16Filled: return ".thumbLikeDislike16Filled" - default: break } - switch self { case .thumbLikeDislike16Regular: return ".thumbLikeDislike16Regular" case .thumbLikeDislike20Filled: return ".thumbLikeDislike20Filled" case .thumbLikeDislike20Regular: return ".thumbLikeDislike20Regular" @@ -45744,6 +46024,8 @@ import Foundation case .ticketDiagonal20Filled: return ".ticketDiagonal20Filled" case .ticketDiagonal20Regular: return ".ticketDiagonal20Regular" case .ticketDiagonal24Filled: return ".ticketDiagonal24Filled" + default: break } + switch self { case .ticketDiagonal24Regular: return ".ticketDiagonal24Regular" case .ticketDiagonal28Filled: return ".ticketDiagonal28Filled" case .ticketDiagonal28Regular: return ".ticketDiagonal28Regular" @@ -45834,8 +46116,6 @@ import Foundation case .tooltipQuote24Filled: return ".tooltipQuote24Filled" case .tooltipQuote24Regular: return ".tooltipQuote24Regular" case .topSpeed20Filled: return ".topSpeed20Filled" - default: break } - switch self { case .topSpeed20Regular: return ".topSpeed20Regular" case .topSpeed24Filled: return ".topSpeed24Filled" case .topSpeed24Regular: return ".topSpeed24Regular" @@ -45846,6 +46126,8 @@ import Foundation case .translate24Filled: return ".translate24Filled" case .translate24Regular: return ".translate24Regular" case .translateAuto16Filled: return ".translateAuto16Filled" + default: break } + switch self { case .translateAuto16Regular: return ".translateAuto16Regular" case .translateAuto20Filled: return ".translateAuto20Filled" case .translateAuto20Regular: return ".translateAuto20Regular" @@ -45936,8 +46218,6 @@ import Foundation case .trophy32Filled: return ".trophy32Filled" case .trophy32Regular: return ".trophy32Regular" case .trophy48Filled: return ".trophy48Filled" - default: break } - switch self { case .trophy48Regular: return ".trophy48Regular" case .trophyLock16Filled: return ".trophyLock16Filled" case .trophyLock16Regular: return ".trophyLock16Regular" @@ -45948,6 +46228,8 @@ import Foundation case .trophyLock28Filled: return ".trophyLock28Filled" case .trophyLock28Regular: return ".trophyLock28Regular" case .trophyLock32Filled: return ".trophyLock32Filled" + default: break } + switch self { case .trophyLock32Regular: return ".trophyLock32Regular" case .trophyLock48Filled: return ".trophyLock48Filled" case .trophyLock48Regular: return ".trophyLock48Regular" @@ -46038,8 +46320,6 @@ import Foundation case .vehicleCar20Filled: return ".vehicleCar20Filled" case .vehicleCar20Regular: return ".vehicleCar20Regular" case .vehicleCar24Filled: return ".vehicleCar24Filled" - default: break } - switch self { case .vehicleCar24Regular: return ".vehicleCar24Regular" case .vehicleCar28Filled: return ".vehicleCar28Filled" case .vehicleCar28Regular: return ".vehicleCar28Regular" @@ -46050,6 +46330,8 @@ import Foundation case .vehicleCarCollision16Filled: return ".vehicleCarCollision16Filled" case .vehicleCarCollision16Regular: return ".vehicleCarCollision16Regular" case .vehicleCarCollision20Filled: return ".vehicleCarCollision20Filled" + default: break } + switch self { case .vehicleCarCollision20Regular: return ".vehicleCarCollision20Regular" case .vehicleCarCollision24Filled: return ".vehicleCarCollision24Filled" case .vehicleCarCollision24Regular: return ".vehicleCarCollision24Regular" @@ -46093,6 +46375,10 @@ import Foundation case .vehicleSubwayClock20Regular: return ".vehicleSubwayClock20Regular" case .vehicleSubwayClock24Filled: return ".vehicleSubwayClock24Filled" case .vehicleSubwayClock24Regular: return ".vehicleSubwayClock24Regular" + case .vehicleTractor20Filled: return ".vehicleTractor20Filled" + case .vehicleTractor20Regular: return ".vehicleTractor20Regular" + case .vehicleTractor24Filled: return ".vehicleTractor24Filled" + case .vehicleTractor24Regular: return ".vehicleTractor24Regular" case .vehicleTruck16Filled: return ".vehicleTruck16Filled" case .vehicleTruck16Regular: return ".vehicleTruck16Regular" case .vehicleTruck20Filled: return ".vehicleTruck20Filled" @@ -46140,14 +46426,14 @@ import Foundation case .videoBackgroundEffect20Filled: return ".videoBackgroundEffect20Filled" case .videoBackgroundEffect20Regular: return ".videoBackgroundEffect20Regular" case .videoBackgroundEffect24Filled: return ".videoBackgroundEffect24Filled" - default: break } - switch self { case .videoBackgroundEffect24Regular: return ".videoBackgroundEffect24Regular" case .videoBackgroundEffect28Filled: return ".videoBackgroundEffect28Filled" case .videoBackgroundEffect28Regular: return ".videoBackgroundEffect28Regular" case .videoBackgroundEffect32Filled: return ".videoBackgroundEffect32Filled" case .videoBackgroundEffect32Regular: return ".videoBackgroundEffect32Regular" case .videoBackgroundEffect48Filled: return ".videoBackgroundEffect48Filled" + default: break } + switch self { case .videoBackgroundEffect48Regular: return ".videoBackgroundEffect48Regular" case .videoBackgroundEffectHorizontal16Filled: return ".videoBackgroundEffectHorizontal16Filled" case .videoBackgroundEffectHorizontal16Regular: return ".videoBackgroundEffectHorizontal16Regular" @@ -46242,14 +46528,14 @@ import Foundation case .videoPerson32Filled: return ".videoPerson32Filled" case .videoPerson32Regular: return ".videoPerson32Regular" case .videoPerson48Filled: return ".videoPerson48Filled" - default: break } - switch self { case .videoPerson48Regular: return ".videoPerson48Regular" case .videoPersonCall16Filled: return ".videoPersonCall16Filled" case .videoPersonCall16Regular: return ".videoPersonCall16Regular" case .videoPersonCall20Filled: return ".videoPersonCall20Filled" case .videoPersonCall20Regular: return ".videoPersonCall20Regular" case .videoPersonCall24Filled: return ".videoPersonCall24Filled" + default: break } + switch self { case .videoPersonCall24Regular: return ".videoPersonCall24Regular" case .videoPersonCall32Filled: return ".videoPersonCall32Filled" case .videoPersonCall32Regular: return ".videoPersonCall32Regular" @@ -46344,14 +46630,14 @@ import Foundation case .voicemail28Filled: return ".voicemail28Filled" case .voicemail28Regular: return ".voicemail28Regular" case .voicemail32Filled: return ".voicemail32Filled" - default: break } - switch self { case .voicemail32Regular: return ".voicemail32Regular" case .voicemail48Filled: return ".voicemail48Filled" case .voicemail48Regular: return ".voicemail48Regular" case .voicemailArrowBack16Filled: return ".voicemailArrowBack16Filled" case .voicemailArrowBack16Regular: return ".voicemailArrowBack16Regular" case .voicemailArrowBack20Filled: return ".voicemailArrowBack20Filled" + default: break } + switch self { case .voicemailArrowBack20Regular: return ".voicemailArrowBack20Regular" case .voicemailArrowForward16Filled: return ".voicemailArrowForward16Filled" case .voicemailArrowForward16Regular: return ".voicemailArrowForward16Regular" @@ -46446,14 +46732,14 @@ import Foundation case .water24Filled: return ".water24Filled" case .water24Regular: return ".water24Regular" case .water32Filled: return ".water32Filled" - default: break } - switch self { case .water32Regular: return ".water32Regular" case .water48Filled: return ".water48Filled" case .water48Regular: return ".water48Regular" case .weatherBlowingSnow20Filled: return ".weatherBlowingSnow20Filled" case .weatherBlowingSnow20Regular: return ".weatherBlowingSnow20Regular" case .weatherBlowingSnow24Filled: return ".weatherBlowingSnow24Filled" + default: break } + switch self { case .weatherBlowingSnow24Regular: return ".weatherBlowingSnow24Regular" case .weatherBlowingSnow48Filled: return ".weatherBlowingSnow48Filled" case .weatherBlowingSnow48Regular: return ".weatherBlowingSnow48Regular" @@ -46548,14 +46834,14 @@ import Foundation case .weatherRainShowersNight20Filled: return ".weatherRainShowersNight20Filled" case .weatherRainShowersNight20Regular: return ".weatherRainShowersNight20Regular" case .weatherRainShowersNight24Filled: return ".weatherRainShowersNight24Filled" - default: break } - switch self { case .weatherRainShowersNight24Regular: return ".weatherRainShowersNight24Regular" case .weatherRainShowersNight48Filled: return ".weatherRainShowersNight48Filled" case .weatherRainShowersNight48Regular: return ".weatherRainShowersNight48Regular" case .weatherRainSnow20Filled: return ".weatherRainSnow20Filled" case .weatherRainSnow20Regular: return ".weatherRainSnow20Regular" case .weatherRainSnow24Filled: return ".weatherRainSnow24Filled" + default: break } + switch self { case .weatherRainSnow24Regular: return ".weatherRainSnow24Regular" case .weatherRainSnow48Filled: return ".weatherRainSnow48Filled" case .weatherRainSnow48Regular: return ".weatherRainSnow48Regular" @@ -46650,14 +46936,14 @@ import Foundation case .wifi224Filled: return ".wifi224Filled" case .wifi224Regular: return ".wifi224Regular" case .wifi320Filled: return ".wifi320Filled" - default: break } - switch self { case .wifi320Regular: return ".wifi320Regular" case .wifi324Filled: return ".wifi324Filled" case .wifi324Regular: return ".wifi324Regular" case .wifi420Filled: return ".wifi420Filled" case .wifi420Regular: return ".wifi420Regular" case .wifi424Filled: return ".wifi424Filled" + default: break } + switch self { case .wifi424Regular: return ".wifi424Regular" case .wifiLock20Filled: return ".wifiLock20Filled" case .wifiLock20Regular: return ".wifiLock20Regular" @@ -46752,14 +47038,14 @@ import Foundation case .windowHeaderHorizontal20Filled: return ".windowHeaderHorizontal20Filled" case .windowHeaderHorizontal20Regular: return ".windowHeaderHorizontal20Regular" case .windowHeaderHorizontalOff20Filled: return ".windowHeaderHorizontalOff20Filled" - default: break } - switch self { case .windowHeaderHorizontalOff20Regular: return ".windowHeaderHorizontalOff20Regular" case .windowHeaderVertical20Filled: return ".windowHeaderVertical20Filled" case .windowHeaderVertical20Regular: return ".windowHeaderVertical20Regular" case .windowInprivate20Filled: return ".windowInprivate20Filled" case .windowInprivate20Regular: return ".windowInprivate20Regular" case .windowInprivateAccount20Filled: return ".windowInprivateAccount20Filled" + default: break } + switch self { case .windowInprivateAccount20Regular: return ".windowInprivateAccount20Regular" case .windowLocationTarget20Filled: return ".windowLocationTarget20Filled" case .windowLocationTarget20Regular: return ".windowLocationTarget20Regular" @@ -46854,14 +47140,14 @@ import Foundation case .zoomIn20Filled: return ".zoomIn20Filled" case .zoomIn20Regular: return ".zoomIn20Regular" case .zoomIn24Filled: return ".zoomIn24Filled" - default: break } - switch self { case .zoomIn24Regular: return ".zoomIn24Regular" case .zoomOut16Filled: return ".zoomOut16Filled" case .zoomOut16Regular: return ".zoomOut16Regular" case .zoomOut20Filled: return ".zoomOut20Filled" case .zoomOut20Regular: return ".zoomOut20Regular" case .zoomOut24Filled: return ".zoomOut24Filled" + default: break } + switch self { case .zoomOut24Regular: return ".zoomOut24Regular" default: break } // Swift compiler cannot check this enum is exhaustive without breaking it up diff --git a/ios/README.md b/ios/README.md index 38ddf8768f..6df2ea1440 100644 --- a/ios/README.md +++ b/ios/README.md @@ -6,13 +6,13 @@ ```ruby use_frameworks! -pod "FluentIcons", "1.1.231" +pod "FluentIcons", "1.1.232" ``` ### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.231" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.232" ``` ## Usage diff --git a/package-lock.json b/package-lock.json index 370f77c27c..e8ca84223c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14947,7 +14947,7 @@ }, "packages/react-icons": { "name": "@fluentui/react-icons", - "version": "2.0.231", + "version": "2.0.232", "license": "MIT", "dependencies": { "@griffel/react": "^1.0.0", @@ -14975,7 +14975,7 @@ }, "packages/react-icons-font-subsetting-webpack-plugin": { "name": "@fluentui/react-icons-font-subsetting-webpack-plugin", - "version": "2.0.231", + "version": "2.0.232", "license": "MIT", "dependencies": { "subset-font": "^1.4.0" @@ -15065,7 +15065,7 @@ }, "packages/react-native-icons": { "name": "@fluentui/react-native-icons", - "version": "2.0.231", + "version": "2.0.232", "license": "MIT", "dependencies": { "@griffel/react": "^1.0.0", @@ -15498,7 +15498,7 @@ }, "packages/svg-icons": { "name": "@fluentui/svg-icons", - "version": "1.1.231", + "version": "1.1.232", "license": "MIT", "devDependencies": { "renamer": "^2.0.1", @@ -15568,7 +15568,7 @@ }, "packages/svg-sprites": { "name": "@fluentui/svg-sprites", - "version": "1.1.231", + "version": "1.1.232", "license": "MIT", "devDependencies": { "renamer": "^2.0.1", diff --git a/packages/react-icons-font-subsetting-webpack-plugin/package.json b/packages/react-icons-font-subsetting-webpack-plugin/package.json index 747f0397ed..965d32270f 100644 --- a/packages/react-icons-font-subsetting-webpack-plugin/package.json +++ b/packages/react-icons-font-subsetting-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-icons-font-subsetting-webpack-plugin", - "version": "2.0.231", + "version": "2.0.232", "description": "Webpack plugin to subset the icon fonts used by @fluentui/react-icons based on which icons are used.", "main": "lib/index.js", "scripts": { diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index c1d5d7dc5e..b809e0b9ff 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-icons", - "version": "2.0.231", + "version": "2.0.232", "sideEffects": false, "main": "lib-cjs/index.js", "module": "lib/index.js", diff --git a/packages/react-native-icons/package.json b/packages/react-native-icons/package.json index eb74e1eddc..82fb26453f 100644 --- a/packages/react-native-icons/package.json +++ b/packages/react-native-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-native-icons", - "version": "2.0.231", + "version": "2.0.232", "sideEffects": false, "main": "lib-cjs/index.js", "module": "lib/index.js", diff --git a/packages/svg-icons/package.json b/packages/svg-icons/package.json index e5616b7c6f..536f55fea3 100644 --- a/packages/svg-icons/package.json +++ b/packages/svg-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-icons", - "version": "1.1.231", + "version": "1.1.232", "description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.", "license": "MIT", "repository": { diff --git a/packages/svg-sprites/package.json b/packages/svg-sprites/package.json index e25278cf55..89dbc40744 100644 --- a/packages/svg-sprites/package.json +++ b/packages/svg-sprites/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-sprites", - "version": "1.1.231", + "version": "1.1.232", "description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.", "license": "MIT", "repository": {