diff --git a/README.md b/README.md index d93fe418b5..28dde655e1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ repositories { Include the following dependency in your project's `build.gradle` ```groovy -implementation 'com.microsoft.design:fluent-system-icons:1.1.188@aar' +implementation 'com.microsoft.design:fluent-system-icons:1.1.189@aar' ``` For library docs, see [android/README.md](android/README.md). @@ -40,13 +40,13 @@ For library docs, see [android/README.md](android/README.md). ```ruby use_frameworks! -pod "FluentIcons", "1.1.188" +pod "FluentIcons", "1.1.189" ``` #### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.188" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.189" ``` For library docs, see [ios/README.md](ios/README.md). @@ -58,7 +58,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency: ```yaml dependencies: ... - fluentui_system_icons: ^1.1.188 + fluentui_system_icons: ^1.1.189 ``` For library docs, see [flutter/README.md](flutter/README.md) diff --git a/android/BUILD.gn b/android/BUILD.gn index d5cbc0070d..edf0f7ecdb 100644 --- a/android/BUILD.gn +++ b/android/BUILD.gn @@ -259,6 +259,18 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_align_center_vertical_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_align_center_vertical_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_align_center_vertical_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_distribute_bottom_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_distribute_bottom_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_distribute_bottom_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_distribute_left_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_distribute_left_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_distribute_left_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_distribute_right_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_distribute_right_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_distribute_right_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_distribute_top_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_distribute_top_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_distribute_top_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_align_end_horizontal_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_align_end_horizontal_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_align_end_horizontal_20_selector.xml", @@ -328,9 +340,15 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_align_start_vertical_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_align_start_vertical_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_align_start_vertical_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_stretch_horizontal_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_stretch_horizontal_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_stretch_horizontal_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_align_stretch_horizontal_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_align_stretch_horizontal_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_align_stretch_horizontal_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_stretch_vertical_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_stretch_vertical_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_align_stretch_vertical_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_align_stretch_vertical_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_align_stretch_vertical_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_align_stretch_vertical_20_selector.xml", @@ -1099,6 +1117,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_arrow_next_12_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_next_12_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_next_12_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_next_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_next_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_next_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_next_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_next_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_next_20_selector.xml", @@ -1129,6 +1150,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_arrow_previous_12_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_previous_12_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_previous_12_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_previous_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_previous_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_arrow_previous_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_previous_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_previous_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_arrow_previous_20_selector.xml", @@ -2491,6 +2515,12 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_braces_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_braces_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_braces_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_braces_checkmark_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_braces_checkmark_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_braces_checkmark_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_braces_dismiss_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_braces_dismiss_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_braces_dismiss_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_braces_variable_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_braces_variable_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_braces_variable_20_selector.xml", @@ -2503,6 +2533,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_brain_circuit_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_brain_circuit_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_brain_circuit_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_branch_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_branch_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_branch_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_branch_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_branch_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_branch_20_selector.xml", @@ -2905,6 +2938,24 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_calendar_agenda_28_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_agenda_28_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_agenda_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_28_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_28_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_48_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_down_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_down_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_arrow_down_20_selector.xml", @@ -3124,6 +3175,18 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_calendar_phone_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_phone_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_phone_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_play_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_play_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_play_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_play_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_play_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_play_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_play_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_play_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_play_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_play_28_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_play_28_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_play_28_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_question_mark_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_question_mark_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_question_mark_16_selector.xml", @@ -3190,6 +3253,24 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_calendar_settings_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_settings_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_settings_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_28_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_28_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_shield_48_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_star_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_star_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_star_16_selector.xml", @@ -3424,6 +3505,12 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_call_transfer_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_call_transfer_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_call_transfer_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_call_transfer_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_call_transfer_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_call_transfer_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_call_transfer_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_call_transfer_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_call_transfer_32_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_call_warning_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_call_warning_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_call_warning_16_selector.xml", @@ -3484,6 +3571,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_camera_edit_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_camera_edit_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_camera_edit_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_camera_off_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_camera_off_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_camera_off_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_camera_off_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_camera_off_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_camera_off_20_selector.xml", @@ -3592,6 +3682,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_catch_up_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_catch_up_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_catch_up_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_cd_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_cd_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_cd_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_cellular_3g_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_cellular_3g_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_cellular_3g_20_selector.xml", @@ -3664,6 +3757,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_center_vertical_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_center_vertical_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_center_vertical_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_certificate_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_certificate_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_certificate_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_certificate_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_certificate_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_certificate_20_selector.xml", @@ -4483,6 +4579,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_clipboard_edit_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_edit_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_edit_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_error_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_error_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_error_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_error_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_error_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_error_20_selector.xml", @@ -4534,6 +4633,12 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_clipboard_more_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_more_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_more_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_multiple_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_multiple_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_multiple_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_note_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_note_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_note_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_note_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_note_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_note_20_selector.xml", @@ -4564,6 +4669,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_clipboard_settings_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_settings_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_settings_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_task_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_task_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_task_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_task_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_task_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_task_20_selector.xml", @@ -4600,6 +4708,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_edit_32_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_edit_32_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_edit_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_20_selector.xml", @@ -4609,6 +4720,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_32_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_32_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_rtl_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_rtl_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_rtl_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_rtl_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_rtl_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_text_rtl_20_selector.xml", @@ -4729,6 +4843,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_cloud_add_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_cloud_add_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_cloud_add_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_cloud_add_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_cloud_add_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_cloud_add_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_cloud_archive_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_cloud_archive_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_cloud_archive_16_selector.xml", @@ -4825,6 +4942,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_cloud_edit_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_cloud_edit_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_cloud_edit_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_cloud_edit_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_cloud_edit_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_cloud_edit_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_cloud_error_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_cloud_error_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_cloud_error_16_selector.xml", @@ -4855,6 +4975,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_cloud_link_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_cloud_link_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_cloud_link_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_cloud_link_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_cloud_link_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_cloud_link_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_cloud_off_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_cloud_off_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_cloud_off_16_selector.xml", @@ -4945,6 +5068,36 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_code_circle_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_code_circle_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_code_circle_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_cs_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_cs_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_cs_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_cs_rectangle_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_cs_rectangle_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_cs_rectangle_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_fs_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_fs_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_fs_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_fs_rectangle_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_fs_rectangle_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_fs_rectangle_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_js_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_js_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_js_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_js_rectangle_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_js_rectangle_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_js_rectangle_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_py_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_py_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_py_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_py_rectangle_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_py_rectangle_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_py_rectangle_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_rb_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_rb_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_rb_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_rb_rectangle_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_rb_rectangle_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_rb_rectangle_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_code_text_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_code_text_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_code_text_16_selector.xml", @@ -4954,6 +5107,21 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_code_text_edit_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_code_text_edit_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_code_text_edit_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_text_off_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_text_off_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_text_off_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_ts_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_ts_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_ts_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_ts_rectangle_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_ts_rectangle_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_ts_rectangle_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_vb_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_vb_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_vb_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_vb_rectangle_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_vb_rectangle_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_code_vb_rectangle_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_collections_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_collections_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_collections_20_selector.xml", @@ -5278,6 +5446,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_compose_28_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_compose_28_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_compose_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_cone_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_cone_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_cone_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_conference_room_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_conference_room_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_conference_room_16_selector.xml", @@ -5680,6 +5851,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_data_bar_horizontal_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_data_bar_horizontal_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_data_bar_horizontal_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_data_bar_horizontal_descending_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_data_bar_horizontal_descending_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_data_bar_horizontal_descending_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_16_selector.xml", @@ -5698,6 +5872,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_add_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_add_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_add_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_ascending_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_ascending_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_ascending_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_star_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_star_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_star_16_selector.xml", @@ -5803,6 +5980,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_data_whisker_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_data_whisker_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_data_whisker_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_database_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_database_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_database_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_database_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_database_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_database_20_selector.xml", @@ -5854,6 +6034,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_database_search_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_database_search_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_database_search_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_database_stack_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_database_stack_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_database_stack_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_database_switch_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_database_switch_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_database_switch_20_selector.xml", @@ -6082,6 +6265,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_desktop_toolbox_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_desktop_toolbox_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_desktop_toolbox_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_developer_board_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_developer_board_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_developer_board_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_developer_board_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_developer_board_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_developer_board_20_selector.xml", @@ -6439,6 +6625,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_document_chevron_double_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_chevron_double_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_chevron_double_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_contract_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_contract_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_contract_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_document_copy_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_copy_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_copy_16_selector.xml", @@ -6451,12 +6640,21 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_document_copy_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_copy_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_copy_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_cs_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_cs_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_cs_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_css_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_css_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_css_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_document_css_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_css_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_css_20_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_document_css_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_css_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_css_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_data_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_data_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_data_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_document_data_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_data_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_data_20_selector.xml", @@ -6526,6 +6724,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_document_footer_dismiss_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_footer_dismiss_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_footer_dismiss_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_fs_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_fs_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_fs_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_document_header_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_header_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_header_16_selector.xml", @@ -6577,6 +6778,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_document_javascript_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_javascript_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_javascript_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_js_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_js_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_js_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_document_landscape_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_landscape_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_landscape_20_selector.xml", @@ -6670,6 +6874,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_document_multiple_sync_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_multiple_sync_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_multiple_sync_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_number_1_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_number_1_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_number_1_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_document_one_page_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_one_page_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_one_page_20_selector.xml", @@ -6760,6 +6967,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_document_prohibited_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_prohibited_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_prohibited_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_py_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_py_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_py_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_document_question_mark_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_question_mark_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_question_mark_16_selector.xml", @@ -6787,6 +6997,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_document_queue_multiple_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_queue_multiple_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_queue_multiple_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_rb_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_rb_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_rb_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_document_ribbon_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_ribbon_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_ribbon_16_selector.xml", @@ -6895,6 +7108,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_document_table_truck_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_table_truck_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_table_truck_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_target_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_target_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_target_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_document_text_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_text_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_text_16_selector.xml", @@ -6934,6 +7150,12 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_document_toolbox_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_toolbox_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_toolbox_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_ts_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_ts_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_ts_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_vb_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_vb_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_vb_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_document_width_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_width_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_width_20_selector.xml", @@ -7684,6 +7906,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_eye_tracking_off_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_eye_tracking_off_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_eye_tracking_off_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_eyedropper_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_eyedropper_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_eyedropper_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_eyedropper_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_eyedropper_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_eyedropper_20_selector.xml", @@ -8121,6 +8346,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_folder_mail_28_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_folder_mail_28_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_folder_mail_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_folder_multiple_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_folder_multiple_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_folder_multiple_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_folder_open_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_folder_open_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_folder_open_16_selector.xml", @@ -8130,6 +8358,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_folder_open_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_folder_open_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_folder_open_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_folder_open_vertical_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_folder_open_vertical_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_folder_open_vertical_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_folder_open_vertical_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_folder_open_vertical_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_folder_open_vertical_20_selector.xml", @@ -8424,6 +8655,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_games_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_games_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_games_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_gantt_chart_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_gantt_chart_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_gantt_chart_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_gantt_chart_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_gantt_chart_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_gantt_chart_20_selector.xml", @@ -8841,6 +9075,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_handshake_32_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_handshake_32_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_handshake_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_hard_drive_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_hard_drive_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_hard_drive_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_hard_drive_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_hard_drive_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_hard_drive_20_selector.xml", @@ -9123,24 +9360,36 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_home_split_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_home_split_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_home_split_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_hourglass_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_hourglass_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_hourglass_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_20_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_hourglass_half_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_hourglass_half_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_hourglass_half_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_half_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_half_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_half_20_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_half_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_half_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_half_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_20_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_hourglass_three_quarter_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_hourglass_three_quarter_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_hourglass_three_quarter_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_three_quarter_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_three_quarter_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_hourglass_three_quarter_20_selector.xml", @@ -9481,6 +9730,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_keyboard_layout_split_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_keyboard_layout_split_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_keyboard_layout_split_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_keyboard_mouse_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_keyboard_mouse_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_keyboard_mouse_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_keyboard_shift_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_keyboard_shift_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_keyboard_shift_16_selector.xml", @@ -10435,6 +10687,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_megaphone_off_28_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_megaphone_off_28_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_megaphone_off_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_memory_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_memory_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_memory_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_mention_12_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_mention_12_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_mention_12_selector.xml", @@ -10642,12 +10897,24 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_money_settings_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_money_settings_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_money_settings_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_more_circle_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_more_circle_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_more_circle_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_more_circle_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_more_circle_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_more_circle_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_more_circle_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_more_circle_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_more_circle_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_more_circle_28_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_more_circle_28_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_more_circle_28_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_more_circle_32_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_more_circle_32_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_more_circle_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_more_circle_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_more_circle_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_more_circle_48_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_more_horizontal_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_more_horizontal_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_more_horizontal_16_selector.xml", @@ -10867,6 +11134,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_navigation_unread_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_navigation_unread_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_navigation_unread_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_network_adapter_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_network_adapter_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_network_adapter_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_network_check_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_network_check_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_network_check_20_selector.xml", @@ -11786,6 +12056,24 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_people_settings_28_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_people_settings_28_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_people_settings_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_28_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_28_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_star_48_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_people_swap_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_people_swap_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_people_swap_16_selector.xml", @@ -12149,6 +12437,12 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_person_running_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_person_running_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_person_running_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_search_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_search_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_search_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_search_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_search_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_search_32_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_person_settings_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_person_settings_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_person_settings_16_selector.xml", @@ -12161,6 +12455,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_person_square_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_person_square_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_person_square_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_standing_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_standing_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_standing_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_person_star_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_person_star_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_person_star_16_selector.xml", @@ -12248,6 +12545,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_person_voice_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_person_voice_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_person_voice_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_walking_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_walking_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_walking_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_person_walking_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_person_walking_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_person_walking_20_selector.xml", @@ -12605,6 +12905,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_play_circle_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_play_circle_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_play_circle_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_play_multiple_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_play_multiple_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_play_multiple_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_play_settings_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_play_settings_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_play_settings_20_selector.xml", @@ -13049,12 +13352,21 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_radar_rectangle_multiple_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_radar_rectangle_multiple_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_radar_rectangle_multiple_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_radio_button_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_radio_button_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_radio_button_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_radio_button_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_radio_button_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_radio_button_20_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_radio_button_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_radio_button_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_radio_button_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_radio_button_off_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_radio_button_off_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_radio_button_off_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_ram_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_ram_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_ram_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_ram_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_ram_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_ram_20_selector.xml", @@ -13544,6 +13856,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_save_image_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_save_image_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_save_image_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_save_multiple_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_save_multiple_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_save_multiple_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_save_multiple_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_save_multiple_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_save_multiple_20_selector.xml", @@ -13730,6 +14045,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_screenshot_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_screenshot_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_screenshot_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_script_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_script_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_script_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_search_12_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_search_12_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_search_12_selector.xml", @@ -13847,6 +14165,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_serial_port_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_serial_port_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_serial_port_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_server_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_server_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_server_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_server_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_server_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_server_20_selector.xml", @@ -13859,6 +14180,12 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_server_play_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_server_play_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_server_play_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_server_surface_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_server_surface_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_server_surface_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_server_surface_multiple_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_server_surface_multiple_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_server_surface_multiple_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_service_bell_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_service_bell_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_service_bell_20_selector.xml", @@ -14054,6 +14381,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_share_screen_stop_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_share_screen_stop_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_share_screen_stop_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_shield_12_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_shield_12_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_shield_12_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_shield_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_shield_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_shield_16_selector.xml", @@ -14552,6 +14882,24 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_slide_text_multiple_32_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_slide_text_multiple_32_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_slide_text_multiple_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_28_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_28_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_slide_text_person_48_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_slide_transition_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_slide_transition_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_slide_transition_20_selector.xml", @@ -14831,6 +15179,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_sport_soccer_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_sport_soccer_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_sport_soccer_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_spray_can_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_spray_can_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_spray_can_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_square_12_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_square_12_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_square_12_selector.xml", @@ -15152,6 +15503,12 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_status_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_status_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_status_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_step_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_step_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_step_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_steps_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_steps_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_steps_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_steps_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_steps_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_steps_20_selector.xml", @@ -15707,6 +16064,24 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_table_link_28_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_table_link_28_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_table_link_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_28_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_28_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_table_lock_48_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_table_move_above_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_table_move_above_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_table_move_above_16_selector.xml", @@ -17058,6 +17433,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_text_t_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_text_t_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_text_t_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_text_t_tag_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_text_t_tag_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_text_t_tag_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_text_underline_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_text_underline_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_text_underline_16_selector.xml", @@ -17340,7 +17718,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_top_speed_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_top_speed_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_top_speed_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_translate_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_translate_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_translate_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_translate_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_translate_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_translate_20_selector.xml", @@ -17824,6 +18204,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_video_person_28_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_video_person_28_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_video_person_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_32_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_video_person_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_video_person_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_video_person_48_selector.xml", @@ -17839,6 +18222,24 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_video_person_call_32_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_video_person_call_32_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_video_person_call_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_28_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_28_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_person_clock_48_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_video_person_off_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_video_person_off_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_video_person_off_20_selector.xml", @@ -17938,6 +18339,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_voicemail_28_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_voicemail_28_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_voicemail_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_voicemail_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_voicemail_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_voicemail_32_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_voicemail_arrow_back_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_voicemail_arrow_back_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_voicemail_arrow_back_16_selector.xml", @@ -18319,6 +18723,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_weather_thunderstorm_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_weather_thunderstorm_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_weather_thunderstorm_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_web_asset_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_web_asset_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_web_asset_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_web_asset_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_web_asset_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_web_asset_20_selector.xml", diff --git a/android/library/src/main/res/drawable/ic_fluent_align_distribute_bottom_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_align_distribute_bottom_16_filled.xml new file mode 100644 index 0000000000..420ccf0085 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_distribute_bottom_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_distribute_bottom_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_align_distribute_bottom_16_regular.xml new file mode 100644 index 0000000000..4d495f1952 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_distribute_bottom_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_distribute_bottom_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_align_distribute_bottom_16_selector.xml new file mode 100644 index 0000000000..39c154f08c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_distribute_bottom_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_distribute_left_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_align_distribute_left_16_filled.xml new file mode 100644 index 0000000000..610491f1ab --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_distribute_left_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_distribute_left_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_align_distribute_left_16_regular.xml new file mode 100644 index 0000000000..dd42452745 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_distribute_left_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_distribute_left_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_align_distribute_left_16_selector.xml new file mode 100644 index 0000000000..8b47618dc6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_distribute_left_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_distribute_right_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_align_distribute_right_16_filled.xml new file mode 100644 index 0000000000..f9140c4235 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_distribute_right_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_distribute_right_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_align_distribute_right_16_regular.xml new file mode 100644 index 0000000000..11aa75f897 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_distribute_right_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_distribute_right_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_align_distribute_right_16_selector.xml new file mode 100644 index 0000000000..d791f5d2da --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_distribute_right_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_distribute_top_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_align_distribute_top_16_filled.xml new file mode 100644 index 0000000000..42cb677e53 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_distribute_top_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_distribute_top_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_align_distribute_top_16_regular.xml new file mode 100644 index 0000000000..5edc6229d3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_distribute_top_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_distribute_top_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_align_distribute_top_16_selector.xml new file mode 100644 index 0000000000..02248fe6bc --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_distribute_top_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_stretch_horizontal_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_align_stretch_horizontal_16_filled.xml new file mode 100644 index 0000000000..ff9c745f9d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_stretch_horizontal_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_stretch_horizontal_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_align_stretch_horizontal_16_regular.xml new file mode 100644 index 0000000000..e2679a4e3e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_stretch_horizontal_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_stretch_horizontal_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_align_stretch_horizontal_16_selector.xml new file mode 100644 index 0000000000..8607088c28 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_stretch_horizontal_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_stretch_vertical_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_align_stretch_vertical_16_filled.xml new file mode 100644 index 0000000000..3ded52f1d1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_stretch_vertical_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_stretch_vertical_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_align_stretch_vertical_16_regular.xml new file mode 100644 index 0000000000..b4f1beac24 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_stretch_vertical_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_align_stretch_vertical_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_align_stretch_vertical_16_selector.xml new file mode 100644 index 0000000000..9bf0a86431 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_align_stretch_vertical_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_next_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_next_16_filled.xml new file mode 100644 index 0000000000..5292aac90e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_next_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_next_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_next_16_regular.xml new file mode 100644 index 0000000000..b60983af01 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_next_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_next_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_next_16_selector.xml new file mode 100644 index 0000000000..9508326382 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_next_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_previous_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_previous_16_filled.xml new file mode 100644 index 0000000000..bba9b90ba6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_previous_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_previous_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_previous_16_regular.xml new file mode 100644 index 0000000000..8b8ac215a2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_previous_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_arrow_previous_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_arrow_previous_16_selector.xml new file mode 100644 index 0000000000..0a0a44b258 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_arrow_previous_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_attach_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_attach_16_filled.xml index 5c811a61e8..8e0c316f9f 100644 --- a/android/library/src/main/res/drawable/ic_fluent_attach_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_attach_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_attach_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_attach_16_regular.xml index d8341e7548..a02691440c 100644 --- a/android/library/src/main/res/drawable/ic_fluent_attach_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_attach_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_braces_checkmark_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_braces_checkmark_16_filled.xml new file mode 100644 index 0000000000..2e9c72dcd7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_braces_checkmark_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_braces_checkmark_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_braces_checkmark_16_regular.xml new file mode 100644 index 0000000000..94be43b374 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_braces_checkmark_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_braces_checkmark_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_braces_checkmark_16_selector.xml new file mode 100644 index 0000000000..0dcccd0179 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_braces_checkmark_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_braces_dismiss_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_braces_dismiss_16_filled.xml new file mode 100644 index 0000000000..0b553736f6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_braces_dismiss_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_braces_dismiss_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_braces_dismiss_16_regular.xml new file mode 100644 index 0000000000..23ef00c5a7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_braces_dismiss_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_braces_dismiss_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_braces_dismiss_16_selector.xml new file mode 100644 index 0000000000..1ce6133db7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_braces_dismiss_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_branch_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_branch_16_filled.xml new file mode 100644 index 0000000000..58b1797a4f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_branch_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_branch_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_branch_16_regular.xml new file mode 100644 index 0000000000..3aa2adc78a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_branch_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_branch_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_branch_16_selector.xml new file mode 100644 index 0000000000..54cf0956f1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_branch_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_16_filled.xml new file mode 100644 index 0000000000..339299516e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_16_regular.xml new file mode 100644 index 0000000000..1fb4740506 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_16_selector.xml new file mode 100644 index 0000000000..6dde581c57 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_20_filled.xml new file mode 100644 index 0000000000..056c350954 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_20_regular.xml new file mode 100644 index 0000000000..0147bd57fa --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_20_selector.xml new file mode 100644 index 0000000000..df2a841de5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_24_filled.xml new file mode 100644 index 0000000000..d5aebf45cb --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_24_regular.xml new file mode 100644 index 0000000000..fe17318ad8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_24_selector.xml new file mode 100644 index 0000000000..1057408cfa --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_28_filled.xml new file mode 100644 index 0000000000..ffa29a06cf --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_28_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_28_regular.xml new file mode 100644 index 0000000000..d58269c3c0 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_28_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_28_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_28_selector.xml new file mode 100644 index 0000000000..7703424fa8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_28_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_32_filled.xml new file mode 100644 index 0000000000..5be0e53be2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_32_regular.xml new file mode 100644 index 0000000000..46597a7b8a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_32_selector.xml new file mode 100644 index 0000000000..2e8143d8e9 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_48_filled.xml new file mode 100644 index 0000000000..b6e78fe877 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_48_regular.xml new file mode 100644 index 0000000000..fa3095647b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_48_selector.xml new file mode 100644 index 0000000000..4a0bf44a63 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_arrow_counterclockwise_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_play_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_play_16_filled.xml new file mode 100644 index 0000000000..2023f57ca9 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_play_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_play_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_play_16_regular.xml new file mode 100644 index 0000000000..7392df6ddd --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_play_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_play_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_play_16_selector.xml new file mode 100644 index 0000000000..50c59bf681 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_play_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_play_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_play_20_filled.xml new file mode 100644 index 0000000000..7e3e72db48 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_play_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_play_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_play_20_regular.xml new file mode 100644 index 0000000000..8ee1929f81 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_play_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_play_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_play_20_selector.xml new file mode 100644 index 0000000000..9387cad3f7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_play_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_play_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_play_24_filled.xml new file mode 100644 index 0000000000..990dea25de --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_play_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_play_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_play_24_regular.xml new file mode 100644 index 0000000000..f23f38175b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_play_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_play_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_play_24_selector.xml new file mode 100644 index 0000000000..d8637da5e7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_play_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_play_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_play_28_filled.xml new file mode 100644 index 0000000000..8a4659608a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_play_28_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_play_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_play_28_regular.xml new file mode 100644 index 0000000000..fac50465db --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_play_28_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_play_28_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_play_28_selector.xml new file mode 100644 index 0000000000..a7b87a91d0 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_play_28_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_16_filled.xml new file mode 100644 index 0000000000..7249b4c75a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_16_regular.xml new file mode 100644 index 0000000000..939b91e33c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_16_selector.xml new file mode 100644 index 0000000000..fbd17d935c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_20_filled.xml new file mode 100644 index 0000000000..5330ce8c0b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_20_regular.xml new file mode 100644 index 0000000000..c8a92dbf9c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_20_selector.xml new file mode 100644 index 0000000000..7fcef51d82 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_24_filled.xml new file mode 100644 index 0000000000..c47b86547f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_24_regular.xml new file mode 100644 index 0000000000..62dba605ee --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_24_selector.xml new file mode 100644 index 0000000000..80f103f0ad --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_28_filled.xml new file mode 100644 index 0000000000..c64f0a5a1f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_28_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_28_regular.xml new file mode 100644 index 0000000000..d564c1789a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_28_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_28_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_28_selector.xml new file mode 100644 index 0000000000..c9a4aa537f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_28_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_32_filled.xml new file mode 100644 index 0000000000..a2763c1ead --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_32_regular.xml new file mode 100644 index 0000000000..b2896e73ae --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_32_selector.xml new file mode 100644 index 0000000000..4ff169ea91 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_48_filled.xml new file mode 100644 index 0000000000..40d10af0ca --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_48_regular.xml new file mode 100644 index 0000000000..215a714891 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_shield_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_48_selector.xml new file mode 100644 index 0000000000..9e4dfe5df3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_shield_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_call_transfer_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_call_transfer_24_filled.xml new file mode 100644 index 0000000000..eb7df2ed8a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_call_transfer_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_call_transfer_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_call_transfer_24_regular.xml new file mode 100644 index 0000000000..bb64255997 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_call_transfer_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_call_transfer_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_call_transfer_24_selector.xml new file mode 100644 index 0000000000..68c6821871 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_call_transfer_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_call_transfer_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_call_transfer_32_filled.xml new file mode 100644 index 0000000000..882c345050 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_call_transfer_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_call_transfer_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_call_transfer_32_regular.xml new file mode 100644 index 0000000000..e0a3fa8783 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_call_transfer_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_call_transfer_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_call_transfer_32_selector.xml new file mode 100644 index 0000000000..3f1039e2d1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_call_transfer_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_camera_off_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_camera_off_16_filled.xml new file mode 100644 index 0000000000..5d55717937 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_camera_off_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_camera_off_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_camera_off_16_regular.xml new file mode 100644 index 0000000000..49ad7ff724 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_camera_off_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_camera_off_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_camera_off_16_selector.xml new file mode 100644 index 0000000000..a92fc7f445 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_camera_off_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_cd_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cd_16_filled.xml new file mode 100644 index 0000000000..8bb6486314 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_cd_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_cd_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cd_16_regular.xml new file mode 100644 index 0000000000..779bbb398a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_cd_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_cd_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_cd_16_selector.xml new file mode 100644 index 0000000000..5c35cb0e62 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_cd_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_certificate_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_certificate_16_filled.xml new file mode 100644 index 0000000000..1427724c11 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_certificate_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_certificate_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_certificate_16_regular.xml new file mode 100644 index 0000000000..ffa445efde --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_certificate_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_certificate_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_certificate_16_selector.xml new file mode 100644 index 0000000000..3d1cd1e8c8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_certificate_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_certificate_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_certificate_20_filled.xml index f6ca1650b5..e576adf7fb 100644 --- a/android/library/src/main/res/drawable/ic_fluent_certificate_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_certificate_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_certificate_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_certificate_20_regular.xml index 4b95eaf585..38a1caff00 100644 --- a/android/library/src/main/res/drawable/ic_fluent_certificate_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_certificate_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_certificate_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_certificate_24_filled.xml index b58d0ae5d0..be4c32a036 100644 --- a/android/library/src/main/res/drawable/ic_fluent_certificate_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_certificate_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_certificate_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_certificate_24_regular.xml index 0cb2071233..d308782674 100644 --- a/android/library/src/main/res/drawable/ic_fluent_certificate_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_certificate_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_error_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_error_16_filled.xml new file mode 100644 index 0000000000..8b74c5ea60 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_error_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_error_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_error_16_regular.xml new file mode 100644 index 0000000000..b4defacf9f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_error_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_error_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_error_16_selector.xml new file mode 100644 index 0000000000..afb0c616ac --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_error_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_multiple_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_multiple_16_filled.xml new file mode 100644 index 0000000000..721dee7fef --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_multiple_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_multiple_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_multiple_16_regular.xml new file mode 100644 index 0000000000..8071995e7b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_multiple_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_multiple_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_multiple_16_selector.xml new file mode 100644 index 0000000000..e77822102a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_multiple_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_note_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_note_16_filled.xml new file mode 100644 index 0000000000..c6f09d719b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_note_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_note_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_note_16_regular.xml new file mode 100644 index 0000000000..865a26f451 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_note_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_note_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_note_16_selector.xml new file mode 100644 index 0000000000..1960e328c5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_note_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_task_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_task_16_filled.xml new file mode 100644 index 0000000000..ac52dd1167 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_task_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_task_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_task_16_regular.xml new file mode 100644 index 0000000000..b091a6886d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_task_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_task_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_task_16_selector.xml new file mode 100644 index 0000000000..c8b829b304 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_task_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_16_filled.xml new file mode 100644 index 0000000000..764f313f2a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_16_regular.xml new file mode 100644 index 0000000000..c24469d88c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_16_selector.xml new file mode 100644 index 0000000000..866cb90d06 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_text_ltr_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_text_rtl_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_text_rtl_16_filled.xml new file mode 100644 index 0000000000..fec9949712 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_text_rtl_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_text_rtl_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_text_rtl_16_regular.xml new file mode 100644 index 0000000000..c89764c5e0 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_text_rtl_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_text_rtl_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_text_rtl_16_selector.xml new file mode 100644 index 0000000000..672fe3e621 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_text_rtl_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_add_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_add_16_filled.xml index f26bc5b447..508c4e6a35 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_add_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_add_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_add_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_add_16_regular.xml index c93cdebda5..52255f1f4e 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_add_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_add_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_add_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_add_24_filled.xml new file mode 100644 index 0000000000..23ee7b9227 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_add_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_add_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_add_24_regular.xml new file mode 100644 index 0000000000..438993d6a7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_add_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_add_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_add_24_selector.xml new file mode 100644 index 0000000000..1b236b4a80 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_add_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_archive_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_archive_16_filled.xml index 9b8e222650..cc07676551 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_archive_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_archive_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_archive_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_archive_16_regular.xml index 2dc5eda674..e5e7f562e0 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_archive_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_archive_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_archive_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_archive_24_filled.xml index 914a4978b4..85e8b8f78d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_archive_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_archive_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_archive_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_archive_24_regular.xml index c7145a4c46..569f14c544 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_archive_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_archive_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_down_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_down_16_filled.xml index 9aba8761cb..f4aeef0cb8 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_down_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_down_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_down_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_down_16_regular.xml index 8e1df77cae..25c432b929 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_down_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_down_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_down_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_down_24_filled.xml index 59f7840cfa..41e5092267 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_down_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_down_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_down_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_down_24_regular.xml index b4a70d6bab..a4742c8538 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_down_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_down_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_up_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_up_16_filled.xml index a3ad014ca3..fd822efb66 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_up_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_up_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_up_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_up_16_regular.xml index faa7226b48..96335beedd 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_up_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_up_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_up_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_up_24_filled.xml index d46278f1d2..b01ecbcb43 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_up_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_up_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_up_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_up_24_regular.xml index 5c8927507f..0771ff4d32 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_up_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_arrow_up_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_checkmark_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_checkmark_16_filled.xml index 53d8839da3..30bcfde407 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_checkmark_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_checkmark_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_checkmark_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_checkmark_16_regular.xml index b1d19077cd..ec651f11ad 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_checkmark_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_checkmark_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_checkmark_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_checkmark_24_filled.xml index d29466c588..abb8291334 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_checkmark_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_checkmark_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_checkmark_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_checkmark_24_regular.xml index b8fade068c..dee3e0a19c 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_checkmark_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_checkmark_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_dismiss_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_dismiss_16_filled.xml index 155308eecb..05bb65586b 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_dismiss_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_dismiss_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_dismiss_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_dismiss_16_regular.xml index 079c7e8d2c..649d0a2690 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_dismiss_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_dismiss_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_dismiss_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_dismiss_24_filled.xml index da6f5068d5..8a16ac0a69 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_dismiss_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_dismiss_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_dismiss_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_dismiss_24_regular.xml index db13e49a28..80599d5fb4 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_dismiss_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_dismiss_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_edit_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_edit_16_filled.xml index a74d9bc076..6f97e34f16 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_edit_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_edit_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_edit_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_edit_16_regular.xml index 0d145f0eaf..25595802a3 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_edit_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_edit_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_edit_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_edit_24_filled.xml new file mode 100644 index 0000000000..9a4be49467 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_edit_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_edit_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_edit_24_regular.xml new file mode 100644 index 0000000000..e636abc521 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_edit_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_edit_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_edit_24_selector.xml new file mode 100644 index 0000000000..6ce13a67b9 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_edit_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_error_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_error_16_filled.xml index 58c68bd734..532cdf6334 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_error_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_error_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_error_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_error_16_regular.xml index e92aaba8da..5a3eafc93b 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_error_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_error_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_error_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_error_24_filled.xml index 5f8bc82691..bb0f63338b 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_error_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_error_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_error_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_error_24_regular.xml index f6f77c2ddd..dc8110ef38 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_error_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_error_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_flow_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_flow_24_filled.xml index ff371eb83f..c455193ee5 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_flow_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_flow_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_flow_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_flow_24_regular.xml index 4caaa35ea1..abd5252e53 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_flow_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_flow_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_link_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_link_16_filled.xml index cad6fd0c35..2024d838c1 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_link_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_link_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_link_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_link_16_regular.xml index 1d3f9a40cc..78277a2f7c 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_link_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_link_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_link_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_link_24_filled.xml new file mode 100644 index 0000000000..c037f33d2f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_link_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_link_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_link_24_regular.xml new file mode 100644 index 0000000000..fd618a6d71 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_link_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_link_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_link_24_selector.xml new file mode 100644 index 0000000000..6c92b261e9 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_link_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_off_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_off_16_filled.xml index dffd388578..2f7410cbb9 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_off_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_off_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_off_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_off_16_regular.xml index 212265256f..7429a4c279 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_off_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_off_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_off_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_off_24_filled.xml index a3753e2a34..d95f77d19a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_off_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_off_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_off_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_off_24_regular.xml index 67d422cded..da5cc5af5a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_off_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_off_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_swap_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_swap_24_filled.xml index 02b79b91db..12e4288df1 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_swap_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_swap_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_swap_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_swap_24_regular.xml index 837aa40eab..04c29d4e56 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_swap_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_swap_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_sync_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_sync_16_filled.xml index 91ef2e6ce2..add2b65f5f 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_sync_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_sync_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_sync_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_sync_16_regular.xml index 7424a314f3..ad2157d720 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_sync_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_sync_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_sync_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_sync_24_filled.xml index 3070ecc41e..05fff92847 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_sync_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_sync_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_sync_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_sync_24_regular.xml index c1771f4d82..036af53a75 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_sync_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_sync_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_words_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_words_16_filled.xml index ff7502385f..b5f36e057a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_words_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_words_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_words_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_words_16_regular.xml index 6d4d2c4ff4..a63024a300 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_words_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_words_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_words_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_words_24_filled.xml index 10caa6a8c7..53847c4b65 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_words_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_words_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cloud_words_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cloud_words_24_regular.xml index 3cfccb33b1..f8805eb93b 100644 --- a/android/library/src/main/res/drawable/ic_fluent_cloud_words_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_cloud_words_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_cs_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_code_cs_16_filled.xml new file mode 100644 index 0000000000..549c5de0e3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_cs_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_cs_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_code_cs_16_regular.xml new file mode 100644 index 0000000000..a102d6733b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_cs_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_cs_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_code_cs_16_selector.xml new file mode 100644 index 0000000000..e6b6870448 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_cs_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_cs_rectangle_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_code_cs_rectangle_16_filled.xml new file mode 100644 index 0000000000..b281e937b1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_cs_rectangle_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_cs_rectangle_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_code_cs_rectangle_16_regular.xml new file mode 100644 index 0000000000..31fc80e06f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_cs_rectangle_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_cs_rectangle_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_code_cs_rectangle_16_selector.xml new file mode 100644 index 0000000000..696086053e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_cs_rectangle_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_fs_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_code_fs_16_filled.xml new file mode 100644 index 0000000000..285f5a51f3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_fs_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_fs_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_code_fs_16_regular.xml new file mode 100644 index 0000000000..3c3e6f5b0a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_fs_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_fs_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_code_fs_16_selector.xml new file mode 100644 index 0000000000..58d3c9ff1f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_fs_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_fs_rectangle_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_code_fs_rectangle_16_filled.xml new file mode 100644 index 0000000000..f8dd05c6cc --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_fs_rectangle_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_fs_rectangle_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_code_fs_rectangle_16_regular.xml new file mode 100644 index 0000000000..e5112ccf10 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_fs_rectangle_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_fs_rectangle_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_code_fs_rectangle_16_selector.xml new file mode 100644 index 0000000000..b8128a73b4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_fs_rectangle_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_js_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_code_js_16_filled.xml new file mode 100644 index 0000000000..7063cd1993 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_js_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_js_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_code_js_16_regular.xml new file mode 100644 index 0000000000..bd7c12c075 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_js_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_js_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_code_js_16_selector.xml new file mode 100644 index 0000000000..7871c50717 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_js_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_js_rectangle_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_code_js_rectangle_16_filled.xml new file mode 100644 index 0000000000..03e3268aed --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_js_rectangle_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_js_rectangle_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_code_js_rectangle_16_regular.xml new file mode 100644 index 0000000000..9e97b4e9cc --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_js_rectangle_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_js_rectangle_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_code_js_rectangle_16_selector.xml new file mode 100644 index 0000000000..3e52579545 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_js_rectangle_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_py_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_code_py_16_filled.xml new file mode 100644 index 0000000000..f3a19ad7c8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_py_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_py_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_code_py_16_regular.xml new file mode 100644 index 0000000000..3e8232aa77 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_py_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_py_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_code_py_16_selector.xml new file mode 100644 index 0000000000..9596aed34c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_py_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_py_rectangle_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_code_py_rectangle_16_filled.xml new file mode 100644 index 0000000000..b2968e9963 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_py_rectangle_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_py_rectangle_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_code_py_rectangle_16_regular.xml new file mode 100644 index 0000000000..effd1af63a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_py_rectangle_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_py_rectangle_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_code_py_rectangle_16_selector.xml new file mode 100644 index 0000000000..df95001c8c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_py_rectangle_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_rb_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_code_rb_16_filled.xml new file mode 100644 index 0000000000..2649b2207a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_rb_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_rb_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_code_rb_16_regular.xml new file mode 100644 index 0000000000..26ad5a3abd --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_rb_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_rb_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_code_rb_16_selector.xml new file mode 100644 index 0000000000..c789db443e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_rb_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_rb_rectangle_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_code_rb_rectangle_16_filled.xml new file mode 100644 index 0000000000..5670ee00fb --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_rb_rectangle_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_rb_rectangle_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_code_rb_rectangle_16_regular.xml new file mode 100644 index 0000000000..e7dc91db50 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_rb_rectangle_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_rb_rectangle_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_code_rb_rectangle_16_selector.xml new file mode 100644 index 0000000000..93a025ead3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_rb_rectangle_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_text_off_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_code_text_off_16_filled.xml new file mode 100644 index 0000000000..67ce3b557b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_text_off_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_text_off_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_code_text_off_16_regular.xml new file mode 100644 index 0000000000..cbe518e82e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_text_off_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_text_off_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_code_text_off_16_selector.xml new file mode 100644 index 0000000000..70171b6937 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_text_off_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_ts_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_code_ts_16_filled.xml new file mode 100644 index 0000000000..f658ef77ac --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_ts_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_ts_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_code_ts_16_regular.xml new file mode 100644 index 0000000000..fff5321ce1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_ts_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_ts_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_code_ts_16_selector.xml new file mode 100644 index 0000000000..3a7a9a0c66 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_ts_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_ts_rectangle_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_code_ts_rectangle_16_filled.xml new file mode 100644 index 0000000000..fbd324d874 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_ts_rectangle_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_ts_rectangle_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_code_ts_rectangle_16_regular.xml new file mode 100644 index 0000000000..bd89afd203 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_ts_rectangle_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_ts_rectangle_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_code_ts_rectangle_16_selector.xml new file mode 100644 index 0000000000..bd48da8431 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_ts_rectangle_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_vb_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_code_vb_16_filled.xml new file mode 100644 index 0000000000..95065d5421 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_vb_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_vb_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_code_vb_16_regular.xml new file mode 100644 index 0000000000..29975fa2e1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_vb_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_vb_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_code_vb_16_selector.xml new file mode 100644 index 0000000000..1966844425 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_vb_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_vb_rectangle_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_code_vb_rectangle_16_filled.xml new file mode 100644 index 0000000000..8bcf3e7dc9 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_vb_rectangle_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_vb_rectangle_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_code_vb_rectangle_16_regular.xml new file mode 100644 index 0000000000..57cd95aa6c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_vb_rectangle_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_code_vb_rectangle_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_code_vb_rectangle_16_selector.xml new file mode 100644 index 0000000000..d30918045e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_code_vb_rectangle_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_12_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_12_filled.xml index 4d05c95682..9bfeb6b914 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_12_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_12_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_12_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_12_regular.xml index ebbe07b184..9007d14fca 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_12_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_12_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_16_filled.xml index da25c774a5..d96f64cb74 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_16_regular.xml index db0ff84c8a..c0618df2ff 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_20_filled.xml index 2ea878a565..23459a871d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_20_regular.xml index dea1781f12..c17ecb19ee 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_24_filled.xml index 4752bd76af..520984e6a4 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_24_regular.xml index 145207e72b..ca2d6e2b3c 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_28_filled.xml index 07302a3b36..b167b5d551 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_28_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_28_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_28_regular.xml index aef1a4185d..364756073b 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_28_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_28_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_48_filled.xml index 00f610edba..257e91c256 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_48_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_48_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_48_regular.xml index 18e9427d78..b8691cbb2a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_48_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_48_regular.xml @@ -1,3 +1,3 @@ - + 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 4d05c95682..9bfeb6b914 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 ebbe07b184..9007d14fca 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 da25c774a5..d96f64cb74 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 db0ff84c8a..c0618df2ff 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 2ea878a565..23459a871d 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 dea1781f12..c17ecb19ee 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 4752bd76af..22c5e596a2 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 145207e72b..81f8c31a8d 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 07302a3b36..2c4f27fac5 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 aef1a4185d..2726b5f2d3 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 00f610edba..257e91c256 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 18e9427d78..b8691cbb2a 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_comment_multiple_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_multiple_16_filled.xml index ae8eabfcec..dd8ec17d40 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_multiple_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_multiple_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_multiple_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_multiple_16_regular.xml index 38fdab9955..1edc5d6525 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_multiple_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_multiple_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_cone_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_cone_16_filled.xml new file mode 100644 index 0000000000..656ebd08b7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_cone_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_cone_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_cone_16_regular.xml new file mode 100644 index 0000000000..73ecb120b9 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_cone_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_cone_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_cone_16_selector.xml new file mode 100644 index 0000000000..14d10068ee --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_cone_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_data_bar_horizontal_descending_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_data_bar_horizontal_descending_16_filled.xml new file mode 100644 index 0000000000..a9b6b46a11 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_data_bar_horizontal_descending_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_data_bar_horizontal_descending_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_data_bar_horizontal_descending_16_regular.xml new file mode 100644 index 0000000000..af72de16cc --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_data_bar_horizontal_descending_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_data_bar_horizontal_descending_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_data_bar_horizontal_descending_16_selector.xml new file mode 100644 index 0000000000..5857d110e2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_data_bar_horizontal_descending_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_ascending_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_ascending_16_filled.xml new file mode 100644 index 0000000000..a915d68f0c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_ascending_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_ascending_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_ascending_16_regular.xml new file mode 100644 index 0000000000..fef6b4169f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_ascending_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_ascending_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_ascending_16_selector.xml new file mode 100644 index 0000000000..29b7a8a662 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_data_bar_vertical_ascending_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_database_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_database_16_filled.xml new file mode 100644 index 0000000000..47b58937d2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_database_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_database_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_database_16_regular.xml new file mode 100644 index 0000000000..964d5fdfa8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_database_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_database_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_database_16_selector.xml new file mode 100644 index 0000000000..37fdd3f2c3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_database_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_database_stack_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_database_stack_16_filled.xml new file mode 100644 index 0000000000..0ac55029b6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_database_stack_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_database_stack_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_database_stack_16_regular.xml new file mode 100644 index 0000000000..ced7e12948 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_database_stack_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_database_stack_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_database_stack_16_selector.xml new file mode 100644 index 0000000000..55a3c5a92d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_database_stack_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_developer_board_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_developer_board_16_filled.xml new file mode 100644 index 0000000000..78d735da67 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_developer_board_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_developer_board_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_developer_board_16_regular.xml new file mode 100644 index 0000000000..183ce39b85 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_developer_board_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_developer_board_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_developer_board_16_selector.xml new file mode 100644 index 0000000000..bbbeeee376 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_developer_board_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_contract_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_document_contract_16_filled.xml new file mode 100644 index 0000000000..5b48496e70 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_contract_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_contract_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_document_contract_16_regular.xml new file mode 100644 index 0000000000..6aabb0ee32 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_contract_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_contract_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_document_contract_16_selector.xml new file mode 100644 index 0000000000..f10a6dcdf8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_contract_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_cs_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_document_cs_16_filled.xml new file mode 100644 index 0000000000..95cab82419 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_cs_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_cs_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_document_cs_16_regular.xml new file mode 100644 index 0000000000..2e2fac2c6d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_cs_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_cs_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_document_cs_16_selector.xml new file mode 100644 index 0000000000..ca27b416ac --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_cs_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_css_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_document_css_16_filled.xml new file mode 100644 index 0000000000..9bf8205a59 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_css_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_css_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_document_css_16_regular.xml new file mode 100644 index 0000000000..5fd3c07ea3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_css_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_css_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_document_css_16_selector.xml new file mode 100644 index 0000000000..b3b39f2245 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_css_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_data_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_document_data_16_filled.xml new file mode 100644 index 0000000000..395d6d77a3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_data_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_data_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_document_data_16_regular.xml new file mode 100644 index 0000000000..eb40f36cf4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_data_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_data_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_document_data_16_selector.xml new file mode 100644 index 0000000000..67cdc00e18 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_data_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_fs_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_document_fs_16_filled.xml new file mode 100644 index 0000000000..f453a1a808 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_fs_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_fs_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_document_fs_16_regular.xml new file mode 100644 index 0000000000..14d056105c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_fs_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_fs_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_document_fs_16_selector.xml new file mode 100644 index 0000000000..4ac9d169dd --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_fs_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_js_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_document_js_16_filled.xml new file mode 100644 index 0000000000..365b3fc4fe --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_js_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_js_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_document_js_16_regular.xml new file mode 100644 index 0000000000..87e4b6f9a3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_js_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_js_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_document_js_16_selector.xml new file mode 100644 index 0000000000..607d1d878c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_js_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_number_1_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_document_number_1_16_filled.xml new file mode 100644 index 0000000000..252513e4ac --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_number_1_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_number_1_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_document_number_1_16_regular.xml new file mode 100644 index 0000000000..24d7e8cae6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_number_1_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_number_1_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_document_number_1_16_selector.xml new file mode 100644 index 0000000000..f4e6e370d5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_number_1_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_py_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_document_py_16_filled.xml new file mode 100644 index 0000000000..fc54577cb9 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_py_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_py_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_document_py_16_regular.xml new file mode 100644 index 0000000000..70f5c1cf0d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_py_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_py_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_document_py_16_selector.xml new file mode 100644 index 0000000000..7e6959a51a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_py_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_rb_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_document_rb_16_filled.xml new file mode 100644 index 0000000000..40401cc1be --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_rb_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_rb_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_document_rb_16_regular.xml new file mode 100644 index 0000000000..6a024fb9f0 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_rb_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_rb_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_document_rb_16_selector.xml new file mode 100644 index 0000000000..115611c6f2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_rb_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_target_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_document_target_16_filled.xml new file mode 100644 index 0000000000..dc82892c3f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_target_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_target_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_document_target_16_regular.xml new file mode 100644 index 0000000000..748079f0e0 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_target_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_target_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_document_target_16_selector.xml new file mode 100644 index 0000000000..16b0d09319 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_target_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_ts_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_document_ts_16_filled.xml new file mode 100644 index 0000000000..66e1150714 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_ts_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_ts_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_document_ts_16_regular.xml new file mode 100644 index 0000000000..d4440187df --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_ts_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_ts_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_document_ts_16_selector.xml new file mode 100644 index 0000000000..ce7fed3121 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_ts_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_vb_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_document_vb_16_filled.xml new file mode 100644 index 0000000000..ac9a6dac27 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_vb_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_vb_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_document_vb_16_regular.xml new file mode 100644 index 0000000000..3e7de79634 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_vb_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_vb_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_document_vb_16_selector.xml new file mode 100644 index 0000000000..880bfe4977 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_vb_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_eyedropper_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_eyedropper_16_filled.xml new file mode 100644 index 0000000000..d025fcc35d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_eyedropper_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_eyedropper_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_eyedropper_16_regular.xml new file mode 100644 index 0000000000..e66dfd5f0d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_eyedropper_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_eyedropper_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_eyedropper_16_selector.xml new file mode 100644 index 0000000000..aa7f79831c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_eyedropper_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_folder_multiple_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_folder_multiple_16_filled.xml new file mode 100644 index 0000000000..0ba7322419 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_folder_multiple_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_folder_multiple_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_folder_multiple_16_regular.xml new file mode 100644 index 0000000000..171df0aa9e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_folder_multiple_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_folder_multiple_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_folder_multiple_16_selector.xml new file mode 100644 index 0000000000..d734867c73 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_folder_multiple_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_folder_open_vertical_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_folder_open_vertical_16_filled.xml new file mode 100644 index 0000000000..0836406bc7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_folder_open_vertical_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_folder_open_vertical_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_folder_open_vertical_16_regular.xml new file mode 100644 index 0000000000..9a53674188 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_folder_open_vertical_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_folder_open_vertical_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_folder_open_vertical_16_selector.xml new file mode 100644 index 0000000000..5be87c1a36 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_folder_open_vertical_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_gantt_chart_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_gantt_chart_16_filled.xml new file mode 100644 index 0000000000..40cee57469 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_gantt_chart_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_gantt_chart_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_gantt_chart_16_regular.xml new file mode 100644 index 0000000000..1e57a074fc --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_gantt_chart_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_gantt_chart_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_gantt_chart_16_selector.xml new file mode 100644 index 0000000000..7e2b77835f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_gantt_chart_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hard_drive_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_hard_drive_16_filled.xml new file mode 100644 index 0000000000..da81a7eead --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hard_drive_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hard_drive_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_hard_drive_16_regular.xml new file mode 100644 index 0000000000..696b29f527 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hard_drive_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hard_drive_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_hard_drive_16_selector.xml new file mode 100644 index 0000000000..6b98590b2f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hard_drive_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hard_drive_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_hard_drive_20_filled.xml index 35064ebd00..2953bd433f 100644 --- a/android/library/src/main/res/drawable/ic_fluent_hard_drive_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_hard_drive_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_hard_drive_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_hard_drive_20_regular.xml index cd4f9e965e..3ba5e5dc4a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_hard_drive_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_hard_drive_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_hourglass_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_hourglass_16_filled.xml new file mode 100644 index 0000000000..9aacfce652 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hourglass_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hourglass_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_hourglass_16_regular.xml new file mode 100644 index 0000000000..7f66ce6d2c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hourglass_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hourglass_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_hourglass_16_selector.xml new file mode 100644 index 0000000000..e0348631bf --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hourglass_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hourglass_half_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_hourglass_half_16_filled.xml new file mode 100644 index 0000000000..1a9306c176 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hourglass_half_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hourglass_half_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_hourglass_half_16_regular.xml new file mode 100644 index 0000000000..32817f6e4a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hourglass_half_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hourglass_half_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_hourglass_half_16_selector.xml new file mode 100644 index 0000000000..dc35171e53 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hourglass_half_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_16_filled.xml new file mode 100644 index 0000000000..ba3d7f5df2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_16_regular.xml new file mode 100644 index 0000000000..7f19ffed97 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_16_selector.xml new file mode 100644 index 0000000000..48cd6f8219 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hourglass_one_quarter_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hourglass_three_quarter_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_hourglass_three_quarter_16_filled.xml new file mode 100644 index 0000000000..b9083e7b9e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hourglass_three_quarter_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hourglass_three_quarter_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_hourglass_three_quarter_16_regular.xml new file mode 100644 index 0000000000..b8d61c329b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hourglass_three_quarter_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hourglass_three_quarter_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_hourglass_three_quarter_16_selector.xml new file mode 100644 index 0000000000..e4a7198934 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hourglass_three_quarter_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_keyboard_mouse_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_keyboard_mouse_16_filled.xml new file mode 100644 index 0000000000..0547f9b5a6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_keyboard_mouse_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_keyboard_mouse_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_keyboard_mouse_16_regular.xml new file mode 100644 index 0000000000..a461f94904 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_keyboard_mouse_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_keyboard_mouse_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_keyboard_mouse_16_selector.xml new file mode 100644 index 0000000000..4f4fec2fb5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_keyboard_mouse_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_memory_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_memory_16_filled.xml new file mode 100644 index 0000000000..4e20f98fab --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_memory_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_memory_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_memory_16_regular.xml new file mode 100644 index 0000000000..b2b57b7137 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_memory_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_memory_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_memory_16_selector.xml new file mode 100644 index 0000000000..f65811497f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_memory_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_more_circle_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_more_circle_16_filled.xml new file mode 100644 index 0000000000..9665a0e623 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_more_circle_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_more_circle_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_more_circle_16_regular.xml new file mode 100644 index 0000000000..778b1ed18d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_more_circle_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_more_circle_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_more_circle_16_selector.xml new file mode 100644 index 0000000000..3c8376b16f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_more_circle_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_more_circle_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_more_circle_24_filled.xml new file mode 100644 index 0000000000..6346aba699 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_more_circle_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_more_circle_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_more_circle_24_regular.xml new file mode 100644 index 0000000000..af64c204f7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_more_circle_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_more_circle_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_more_circle_24_selector.xml new file mode 100644 index 0000000000..124819a753 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_more_circle_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_more_circle_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_more_circle_28_filled.xml new file mode 100644 index 0000000000..35c7642845 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_more_circle_28_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_more_circle_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_more_circle_28_regular.xml new file mode 100644 index 0000000000..8023593900 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_more_circle_28_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_more_circle_28_selector.xml b/android/library/src/main/res/drawable/ic_fluent_more_circle_28_selector.xml new file mode 100644 index 0000000000..014d8f8343 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_more_circle_28_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_more_circle_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_more_circle_48_filled.xml new file mode 100644 index 0000000000..c2058c848d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_more_circle_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_more_circle_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_more_circle_48_regular.xml new file mode 100644 index 0000000000..0148ae17f4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_more_circle_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_more_circle_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_more_circle_48_selector.xml new file mode 100644 index 0000000000..ed3408dd53 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_more_circle_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_network_adapter_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_network_adapter_16_filled.xml new file mode 100644 index 0000000000..bda6e40142 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_network_adapter_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_network_adapter_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_network_adapter_16_regular.xml new file mode 100644 index 0000000000..054d439bbe --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_network_adapter_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_network_adapter_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_network_adapter_16_selector.xml new file mode 100644 index 0000000000..e5711244c4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_network_adapter_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_16_filled.xml new file mode 100644 index 0000000000..e557378617 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_16_regular.xml new file mode 100644 index 0000000000..b0923d4e85 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_16_selector.xml new file mode 100644 index 0000000000..1fd822a0ed --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_20_filled.xml new file mode 100644 index 0000000000..71486a6a96 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_20_regular.xml new file mode 100644 index 0000000000..37d2d76e60 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_20_selector.xml new file mode 100644 index 0000000000..e3fba2356e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_24_filled.xml new file mode 100644 index 0000000000..37206905f5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_24_regular.xml new file mode 100644 index 0000000000..0a18eb44a0 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_24_selector.xml new file mode 100644 index 0000000000..6b463c768e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_28_filled.xml new file mode 100644 index 0000000000..40fe6e4cce --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_28_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_28_regular.xml new file mode 100644 index 0000000000..8261ef5527 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_28_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_28_selector.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_28_selector.xml new file mode 100644 index 0000000000..5a3ef8afaa --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_28_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_32_filled.xml new file mode 100644 index 0000000000..71e508f440 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_32_regular.xml new file mode 100644 index 0000000000..aeb98ec13e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_32_selector.xml new file mode 100644 index 0000000000..63b65d1af4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_48_filled.xml new file mode 100644 index 0000000000..8ccb9a145b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_48_regular.xml new file mode 100644 index 0000000000..303e312b66 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_star_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_people_star_48_selector.xml new file mode 100644 index 0000000000..a01754329e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_star_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_search_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_search_16_filled.xml new file mode 100644 index 0000000000..0b6bf5f98a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_search_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_search_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_search_16_regular.xml new file mode 100644 index 0000000000..1293d9dff7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_search_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_search_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_person_search_16_selector.xml new file mode 100644 index 0000000000..8031828007 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_search_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_search_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_search_32_filled.xml new file mode 100644 index 0000000000..5580780c9c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_search_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_search_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_search_32_regular.xml new file mode 100644 index 0000000000..3ae7fcc791 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_search_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_search_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_person_search_32_selector.xml new file mode 100644 index 0000000000..4e140842d6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_search_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_standing_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_standing_16_filled.xml new file mode 100644 index 0000000000..22c0376b85 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_standing_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_standing_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_standing_16_regular.xml new file mode 100644 index 0000000000..c181eba8ae --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_standing_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_standing_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_person_standing_16_selector.xml new file mode 100644 index 0000000000..ec1c5440e5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_standing_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_walking_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_walking_16_filled.xml new file mode 100644 index 0000000000..10ec0a78d0 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_walking_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_walking_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_walking_16_regular.xml new file mode 100644 index 0000000000..c8d67167e3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_walking_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_walking_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_person_walking_16_selector.xml new file mode 100644 index 0000000000..755e7d4eef --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_walking_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_play_multiple_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_play_multiple_16_filled.xml new file mode 100644 index 0000000000..36711a8327 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_play_multiple_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_play_multiple_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_play_multiple_16_regular.xml new file mode 100644 index 0000000000..260e224c04 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_play_multiple_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_play_multiple_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_play_multiple_16_selector.xml new file mode 100644 index 0000000000..195d7580cf --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_play_multiple_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_preview_link_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_preview_link_16_filled.xml index b26e81191e..38e9485b39 100644 --- a/android/library/src/main/res/drawable/ic_fluent_preview_link_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_preview_link_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_preview_link_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_preview_link_16_regular.xml index 3c1ef91614..bbfe46659e 100644 --- a/android/library/src/main/res/drawable/ic_fluent_preview_link_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_preview_link_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_preview_link_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_preview_link_20_filled.xml index 04c110f54a..350c86ecb7 100644 --- a/android/library/src/main/res/drawable/ic_fluent_preview_link_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_preview_link_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_preview_link_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_preview_link_20_regular.xml index 4f2a9ee19f..646c3dee7a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_preview_link_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_preview_link_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_preview_link_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_preview_link_24_filled.xml index d8729c5726..a8f2fa1d4f 100644 --- a/android/library/src/main/res/drawable/ic_fluent_preview_link_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_preview_link_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_preview_link_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_preview_link_24_regular.xml index 33562cb47a..fa2c15df8d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_preview_link_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_preview_link_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_radio_button_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_radio_button_16_filled.xml new file mode 100644 index 0000000000..e6de05722a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_radio_button_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_radio_button_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_radio_button_16_regular.xml new file mode 100644 index 0000000000..1e40c677d9 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_radio_button_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_radio_button_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_radio_button_16_selector.xml new file mode 100644 index 0000000000..2b03ab2451 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_radio_button_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_radio_button_off_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_radio_button_off_16_filled.xml new file mode 100644 index 0000000000..886c7614d9 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_radio_button_off_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_radio_button_off_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_radio_button_off_16_regular.xml new file mode 100644 index 0000000000..47b92b95de --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_radio_button_off_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_radio_button_off_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_radio_button_off_16_selector.xml new file mode 100644 index 0000000000..dde0bedb99 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_radio_button_off_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_ram_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_ram_16_filled.xml new file mode 100644 index 0000000000..cbb7dc6a95 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_ram_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_ram_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_ram_16_regular.xml new file mode 100644 index 0000000000..61bbd39e13 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_ram_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_ram_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_ram_16_selector.xml new file mode 100644 index 0000000000..8fb15c6ed0 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_ram_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_save_multiple_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_save_multiple_16_filled.xml new file mode 100644 index 0000000000..7a4ec9903a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_save_multiple_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_save_multiple_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_save_multiple_16_regular.xml new file mode 100644 index 0000000000..80ef07fdb8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_save_multiple_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_save_multiple_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_save_multiple_16_selector.xml new file mode 100644 index 0000000000..24ebc785e2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_save_multiple_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_script_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_script_16_filled.xml new file mode 100644 index 0000000000..5d4458078a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_script_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_script_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_script_16_regular.xml new file mode 100644 index 0000000000..43d98fc4fb --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_script_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_script_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_script_16_selector.xml new file mode 100644 index 0000000000..e48b81a95f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_script_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_server_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_server_16_filled.xml new file mode 100644 index 0000000000..13a4e08009 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_server_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_server_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_server_16_regular.xml new file mode 100644 index 0000000000..98b6f943b1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_server_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_server_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_server_16_selector.xml new file mode 100644 index 0000000000..bad4cddad5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_server_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_server_surface_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_server_surface_16_filled.xml new file mode 100644 index 0000000000..ce80ef343b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_server_surface_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_server_surface_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_server_surface_16_regular.xml new file mode 100644 index 0000000000..0aeb85daa1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_server_surface_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_server_surface_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_server_surface_16_selector.xml new file mode 100644 index 0000000000..78048d6123 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_server_surface_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_server_surface_multiple_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_server_surface_multiple_16_filled.xml new file mode 100644 index 0000000000..89588d95bd --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_server_surface_multiple_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_server_surface_multiple_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_server_surface_multiple_16_regular.xml new file mode 100644 index 0000000000..316a1ee485 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_server_surface_multiple_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_server_surface_multiple_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_server_surface_multiple_16_selector.xml new file mode 100644 index 0000000000..bba30f7506 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_server_surface_multiple_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_shield_12_filled.xml b/android/library/src/main/res/drawable/ic_fluent_shield_12_filled.xml new file mode 100644 index 0000000000..6e947fd80c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_shield_12_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_shield_12_regular.xml b/android/library/src/main/res/drawable/ic_fluent_shield_12_regular.xml new file mode 100644 index 0000000000..4121a55df3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_shield_12_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_shield_12_selector.xml b/android/library/src/main/res/drawable/ic_fluent_shield_12_selector.xml new file mode 100644 index 0000000000..4096553a2e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_shield_12_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_16_filled.xml new file mode 100644 index 0000000000..83f2087cb8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_16_regular.xml new file mode 100644 index 0000000000..2b03f166cb --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_16_selector.xml new file mode 100644 index 0000000000..566a84da08 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_20_filled.xml new file mode 100644 index 0000000000..7efdf2b86d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_20_regular.xml new file mode 100644 index 0000000000..392f3b597b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_20_selector.xml new file mode 100644 index 0000000000..f0a12b3469 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_24_filled.xml new file mode 100644 index 0000000000..edca4477f1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_24_regular.xml new file mode 100644 index 0000000000..f641b4157c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_24_selector.xml new file mode 100644 index 0000000000..58e9b3e229 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_28_filled.xml new file mode 100644 index 0000000000..652721e213 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_28_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_28_regular.xml new file mode 100644 index 0000000000..565cb53e96 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_28_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_28_selector.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_28_selector.xml new file mode 100644 index 0000000000..aa6036132a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_28_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_32_filled.xml new file mode 100644 index 0000000000..9a621d2209 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_32_regular.xml new file mode 100644 index 0000000000..f0237b5513 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_32_selector.xml new file mode 100644 index 0000000000..b1993014d1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_48_filled.xml new file mode 100644 index 0000000000..0f819350f4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_48_regular.xml new file mode 100644 index 0000000000..ff9a5b1603 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_slide_text_person_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_48_selector.xml new file mode 100644 index 0000000000..3a4a1be215 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_slide_text_person_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spray_can_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_spray_can_16_filled.xml new file mode 100644 index 0000000000..c495f28875 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spray_can_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spray_can_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_spray_can_16_regular.xml new file mode 100644 index 0000000000..9ba88fb6f5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spray_can_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spray_can_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_spray_can_16_selector.xml new file mode 100644 index 0000000000..00008391d2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spray_can_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_step_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_step_16_filled.xml new file mode 100644 index 0000000000..eb3d427cfb --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_step_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_step_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_step_16_regular.xml new file mode 100644 index 0000000000..aac8962b5c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_step_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_step_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_step_16_selector.xml new file mode 100644 index 0000000000..f8134d4324 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_step_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_steps_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_steps_16_filled.xml new file mode 100644 index 0000000000..1d401b8216 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_steps_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_steps_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_steps_16_regular.xml new file mode 100644 index 0000000000..51571784c4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_steps_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_steps_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_steps_16_selector.xml new file mode 100644 index 0000000000..48c85ac0ae --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_steps_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_16_filled.xml new file mode 100644 index 0000000000..19b20b4ade --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_16_regular.xml new file mode 100644 index 0000000000..afd8489dc2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_16_selector.xml new file mode 100644 index 0000000000..1b005b44a7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_20_filled.xml new file mode 100644 index 0000000000..82ca38333e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_20_regular.xml new file mode 100644 index 0000000000..b77be7415b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_20_selector.xml new file mode 100644 index 0000000000..f7720e9bdd --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_24_filled.xml new file mode 100644 index 0000000000..2f6efdc0c7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_24_regular.xml new file mode 100644 index 0000000000..80c7e4675a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_24_selector.xml new file mode 100644 index 0000000000..0159b489d4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_28_filled.xml new file mode 100644 index 0000000000..7b0f2f177b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_28_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_28_regular.xml new file mode 100644 index 0000000000..31cea85c50 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_28_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_28_selector.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_28_selector.xml new file mode 100644 index 0000000000..005661a257 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_28_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_32_filled.xml new file mode 100644 index 0000000000..5290f7caf7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_32_regular.xml new file mode 100644 index 0000000000..4754c189e5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_32_selector.xml new file mode 100644 index 0000000000..5b816b9686 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_48_filled.xml new file mode 100644 index 0000000000..d91a8628d0 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_48_regular.xml new file mode 100644 index 0000000000..85e8456556 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_lock_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_table_lock_48_selector.xml new file mode 100644 index 0000000000..4cfe35cc38 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_table_lock_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_t_tag_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_text_t_tag_16_filled.xml new file mode 100644 index 0000000000..470f1e3493 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_text_t_tag_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_t_tag_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_text_t_tag_16_regular.xml new file mode 100644 index 0000000000..a56c9bb24e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_text_t_tag_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_t_tag_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_text_t_tag_16_selector.xml new file mode 100644 index 0000000000..5d8faf879c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_text_t_tag_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_translate_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_translate_16_filled.xml new file mode 100644 index 0000000000..fc4bb7fda6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_translate_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_translate_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_translate_16_selector.xml new file mode 100644 index 0000000000..0b29241bd4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_translate_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_32_filled.xml new file mode 100644 index 0000000000..52596dd9ad --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_32_regular.xml new file mode 100644 index 0000000000..aaee2a207b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_32_selector.xml new file mode 100644 index 0000000000..d35e9bb3df --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_16_filled.xml new file mode 100644 index 0000000000..145a933cc5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_16_regular.xml new file mode 100644 index 0000000000..4368c3902e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_16_selector.xml new file mode 100644 index 0000000000..4994622a48 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_20_filled.xml new file mode 100644 index 0000000000..c34d91482d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_20_regular.xml new file mode 100644 index 0000000000..ff8e300df4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_20_selector.xml new file mode 100644 index 0000000000..4bf0e05ca2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_24_filled.xml new file mode 100644 index 0000000000..3795d3161b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_24_regular.xml new file mode 100644 index 0000000000..896919de66 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_24_selector.xml new file mode 100644 index 0000000000..5dcf044b97 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_28_filled.xml new file mode 100644 index 0000000000..21af0bde30 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_28_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_28_regular.xml new file mode 100644 index 0000000000..b1d1c666ea --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_28_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_28_selector.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_28_selector.xml new file mode 100644 index 0000000000..8d88b6ac9a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_28_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_32_filled.xml new file mode 100644 index 0000000000..a9892f2b02 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_32_regular.xml new file mode 100644 index 0000000000..21bd22fb5a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_32_selector.xml new file mode 100644 index 0000000000..ffe855f7a1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_48_filled.xml new file mode 100644 index 0000000000..063b7568c7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_48_regular.xml new file mode 100644 index 0000000000..a06607e236 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_person_clock_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_48_selector.xml new file mode 100644 index 0000000000..936fcf4875 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_person_clock_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_voicemail_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_voicemail_32_filled.xml new file mode 100644 index 0000000000..27e46764da --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_voicemail_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_voicemail_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_voicemail_32_regular.xml new file mode 100644 index 0000000000..f45d70158e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_voicemail_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_voicemail_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_voicemail_32_selector.xml new file mode 100644 index 0000000000..7c1bd6b377 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_voicemail_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_web_asset_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_web_asset_16_filled.xml new file mode 100644 index 0000000000..92893045e3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_web_asset_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_web_asset_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_web_asset_16_regular.xml new file mode 100644 index 0000000000..3623b8ec7b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_web_asset_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_web_asset_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_web_asset_16_selector.xml new file mode 100644 index 0000000000..199b11b79b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_web_asset_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/flutter/CHANGELOG.md b/flutter/CHANGELOG.md index 89d0ef0369..f84e998eb4 100644 --- a/flutter/CHANGELOG.md +++ b/flutter/CHANGELOG.md @@ -1 +1 @@ -## [1.1.188] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags \ No newline at end of file +## [1.1.189] - 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 95bd53cd82..563adc6bba 100644 --- a/flutter/example/lib/sample_icons.dart +++ b/flutter/example/lib/sample_icons.dart @@ -176,6 +176,14 @@ final icons = [ FluentUISampleIcon(FluentIcons.align_center_vertical_48_regular, 'align_center_vertical_48_regular', 48), + FluentUISampleIcon(FluentIcons.align_distribute_bottom_16_regular, 'align_distribute_bottom_16_regular', 16), + + FluentUISampleIcon(FluentIcons.align_distribute_left_16_regular, 'align_distribute_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.align_distribute_right_16_regular, 'align_distribute_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.align_distribute_top_16_regular, 'align_distribute_top_16_regular', 16), + FluentUISampleIcon(FluentIcons.align_end_horizontal_20_regular, 'align_end_horizontal_20_regular', 20), FluentUISampleIcon(FluentIcons.align_end_vertical_20_regular, 'align_end_vertical_20_regular', 20), @@ -222,8 +230,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.align_start_vertical_20_regular, 'align_start_vertical_20_regular', 20), + FluentUISampleIcon(FluentIcons.align_stretch_horizontal_16_regular, 'align_stretch_horizontal_16_regular', 16), + FluentUISampleIcon(FluentIcons.align_stretch_horizontal_20_regular, 'align_stretch_horizontal_20_regular', 20), + FluentUISampleIcon(FluentIcons.align_stretch_vertical_16_regular, 'align_stretch_vertical_16_regular', 16), + FluentUISampleIcon(FluentIcons.align_stretch_vertical_20_regular, 'align_stretch_vertical_20_regular', 20), FluentUISampleIcon(FluentIcons.align_top_16_regular, 'align_top_16_regular', 16), @@ -736,6 +748,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.arrow_next_12_regular, 'arrow_next_12_regular', 12), + FluentUISampleIcon(FluentIcons.arrow_next_16_regular, 'arrow_next_16_regular', 16), + FluentUISampleIcon(FluentIcons.arrow_next_20_regular, 'arrow_next_20_regular', 20), FluentUISampleIcon(FluentIcons.arrow_next_24_regular, 'arrow_next_24_regular', 24), @@ -756,6 +770,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.arrow_previous_12_regular, 'arrow_previous_12_regular', 12), + FluentUISampleIcon(FluentIcons.arrow_previous_16_regular, 'arrow_previous_16_regular', 16), + FluentUISampleIcon(FluentIcons.arrow_previous_20_regular, 'arrow_previous_20_regular', 20), FluentUISampleIcon(FluentIcons.arrow_previous_24_regular, 'arrow_previous_24_regular', 24), @@ -1664,6 +1680,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.braces_48_regular, 'braces_48_regular', 48), + FluentUISampleIcon(FluentIcons.braces_checkmark_16_regular, 'braces_checkmark_16_regular', 16), + + FluentUISampleIcon(FluentIcons.braces_dismiss_16_regular, 'braces_dismiss_16_regular', 16), + FluentUISampleIcon(FluentIcons.braces_variable_20_regular, 'braces_variable_20_regular', 20), FluentUISampleIcon(FluentIcons.braces_variable_24_regular, 'braces_variable_24_regular', 24), @@ -1672,6 +1692,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.brain_circuit_24_regular, 'brain_circuit_24_regular', 24), + FluentUISampleIcon(FluentIcons.branch_16_regular, 'branch_16_regular', 16), + FluentUISampleIcon(FluentIcons.branch_20_regular, 'branch_20_regular', 20), FluentUISampleIcon(FluentIcons.branch_24_regular, 'branch_24_regular', 24), @@ -1940,6 +1962,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.calendar_agenda_28_regular, 'calendar_agenda_28_regular', 28), + FluentUISampleIcon(FluentIcons.calendar_arrow_counterclockwise_16_regular, 'calendar_arrow_counterclockwise_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_arrow_counterclockwise_20_regular, 'calendar_arrow_counterclockwise_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_arrow_counterclockwise_24_regular, 'calendar_arrow_counterclockwise_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_arrow_counterclockwise_28_regular, 'calendar_arrow_counterclockwise_28_regular', 28), + + FluentUISampleIcon(FluentIcons.calendar_arrow_counterclockwise_32_regular, 'calendar_arrow_counterclockwise_32_regular', 32), + + FluentUISampleIcon(FluentIcons.calendar_arrow_counterclockwise_48_regular, 'calendar_arrow_counterclockwise_48_regular', 48), + FluentUISampleIcon(FluentIcons.calendar_arrow_down_20_regular, 'calendar_arrow_down_20_regular', 20), FluentUISampleIcon(FluentIcons.calendar_arrow_down_24_regular, 'calendar_arrow_down_24_regular', 24), @@ -2086,6 +2120,14 @@ final icons = [ FluentUISampleIcon(FluentIcons.calendar_phone_20_regular, 'calendar_phone_20_regular', 20), + FluentUISampleIcon(FluentIcons.calendar_play_16_regular, 'calendar_play_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_play_20_regular, 'calendar_play_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_play_24_regular, 'calendar_play_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_play_28_regular, 'calendar_play_28_regular', 28), + FluentUISampleIcon(FluentIcons.calendar_question_mark_16_regular, 'calendar_question_mark_16_regular', 16), FluentUISampleIcon(FluentIcons.calendar_question_mark_20_regular, 'calendar_question_mark_20_regular', 20), @@ -2130,6 +2172,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.calendar_settings_48_regular, 'calendar_settings_48_regular', 48), + FluentUISampleIcon(FluentIcons.calendar_shield_16_regular, 'calendar_shield_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_shield_20_regular, 'calendar_shield_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_shield_24_regular, 'calendar_shield_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_shield_28_regular, 'calendar_shield_28_regular', 28), + + FluentUISampleIcon(FluentIcons.calendar_shield_32_regular, 'calendar_shield_32_regular', 32), + + FluentUISampleIcon(FluentIcons.calendar_shield_48_regular, 'calendar_shield_48_regular', 48), + FluentUISampleIcon(FluentIcons.calendar_star_16_regular, 'calendar_star_16_regular', 16), FluentUISampleIcon(FluentIcons.calendar_star_20_regular, 'calendar_star_20_regular', 20), @@ -2286,6 +2340,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.call_transfer_20_regular, 'call_transfer_20_regular', 20), + FluentUISampleIcon(FluentIcons.call_transfer_24_regular, 'call_transfer_24_regular', 24), + + FluentUISampleIcon(FluentIcons.call_transfer_32_regular, 'call_transfer_32_regular', 32), + FluentUISampleIcon(FluentIcons.call_warning_16_regular, 'call_warning_16_regular', 16), FluentUISampleIcon(FluentIcons.call_warning_20_regular, 'call_warning_20_regular', 20), @@ -2326,6 +2384,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.camera_edit_20_regular, 'camera_edit_20_regular', 20), + FluentUISampleIcon(FluentIcons.camera_off_16_regular, 'camera_off_16_regular', 16), + FluentUISampleIcon(FluentIcons.camera_off_20_regular, 'camera_off_20_regular', 20), FluentUISampleIcon(FluentIcons.camera_off_24_regular, 'camera_off_24_regular', 24), @@ -2398,6 +2458,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.catch_up_24_regular, 'catch_up_24_regular', 24), + FluentUISampleIcon(FluentIcons.cd_16_regular, 'cd_16_regular', 16), + FluentUISampleIcon(FluentIcons.cellular_3g_20_regular, 'cellular_3g_20_regular', 20), FluentUISampleIcon(FluentIcons.cellular_3g_24_regular, 'cellular_3g_24_regular', 24), @@ -2446,6 +2508,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.center_vertical_24_regular, 'center_vertical_24_regular', 24), + FluentUISampleIcon(FluentIcons.certificate_16_regular, 'certificate_16_regular', 16), + FluentUISampleIcon(FluentIcons.certificate_20_regular, 'certificate_20_regular', 20), FluentUISampleIcon(FluentIcons.certificate_24_regular, 'certificate_24_regular', 24), @@ -2992,6 +3056,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.clipboard_edit_20_regular, 'clipboard_edit_20_regular', 20), + FluentUISampleIcon(FluentIcons.clipboard_error_16_regular, 'clipboard_error_16_regular', 16), + FluentUISampleIcon(FluentIcons.clipboard_error_20_regular, 'clipboard_error_20_regular', 20), FluentUISampleIcon(FluentIcons.clipboard_error_24_regular, 'clipboard_error_24_regular', 24), @@ -3026,6 +3092,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.clipboard_more_24_regular, 'clipboard_more_24_regular', 24), + FluentUISampleIcon(FluentIcons.clipboard_multiple_16_regular, 'clipboard_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.clipboard_note_16_regular, 'clipboard_note_16_regular', 16), + FluentUISampleIcon(FluentIcons.clipboard_note_20_regular, 'clipboard_note_20_regular', 20), FluentUISampleIcon(FluentIcons.clipboard_paste_16_regular, 'clipboard_paste_16_regular', 16), @@ -3046,6 +3116,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.clipboard_settings_24_regular, 'clipboard_settings_24_regular', 24), + FluentUISampleIcon(FluentIcons.clipboard_task_16_regular, 'clipboard_task_16_regular', 16), + FluentUISampleIcon(FluentIcons.clipboard_task_20_regular, 'clipboard_task_20_regular', 20), FluentUISampleIcon(FluentIcons.clipboard_task_24_regular, 'clipboard_task_24_regular', 24), @@ -3070,12 +3142,16 @@ final icons = [ FluentUISampleIcon(FluentIcons.clipboard_text_edit_32_regular, 'clipboard_text_edit_32_regular', 32), + FluentUISampleIcon(FluentIcons.clipboard_text_ltr_16_regular, 'clipboard_text_ltr_16_regular', 16), + FluentUISampleIcon(FluentIcons.clipboard_text_ltr_20_regular, 'clipboard_text_ltr_20_regular', 20), FluentUISampleIcon(FluentIcons.clipboard_text_ltr_24_regular, 'clipboard_text_ltr_24_regular', 24), FluentUISampleIcon(FluentIcons.clipboard_text_ltr_32_regular, 'clipboard_text_ltr_32_regular', 32), + FluentUISampleIcon(FluentIcons.clipboard_text_rtl_16_regular, 'clipboard_text_rtl_16_regular', 16), + FluentUISampleIcon(FluentIcons.clipboard_text_rtl_20_regular, 'clipboard_text_rtl_20_regular', 20), FluentUISampleIcon(FluentIcons.clipboard_text_rtl_24_regular, 'clipboard_text_rtl_24_regular', 24), @@ -3156,6 +3232,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.cloud_add_20_regular, 'cloud_add_20_regular', 20), + FluentUISampleIcon(FluentIcons.cloud_add_24_regular, 'cloud_add_24_regular', 24), + FluentUISampleIcon(FluentIcons.cloud_archive_16_regular, 'cloud_archive_16_regular', 16), FluentUISampleIcon(FluentIcons.cloud_archive_20_regular, 'cloud_archive_20_regular', 20), @@ -3220,6 +3298,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.cloud_edit_20_regular, 'cloud_edit_20_regular', 20), + FluentUISampleIcon(FluentIcons.cloud_edit_24_regular, 'cloud_edit_24_regular', 24), + FluentUISampleIcon(FluentIcons.cloud_error_16_regular, 'cloud_error_16_regular', 16), FluentUISampleIcon(FluentIcons.cloud_error_20_regular, 'cloud_error_20_regular', 20), @@ -3240,6 +3320,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.cloud_link_20_regular, 'cloud_link_20_regular', 20), + FluentUISampleIcon(FluentIcons.cloud_link_24_regular, 'cloud_link_24_regular', 24), + FluentUISampleIcon(FluentIcons.cloud_off_16_regular, 'cloud_off_16_regular', 16), FluentUISampleIcon(FluentIcons.cloud_off_20_regular, 'cloud_off_20_regular', 20), @@ -3300,12 +3382,42 @@ final icons = [ FluentUISampleIcon(FluentIcons.code_circle_20_regular, 'code_circle_20_regular', 20), + FluentUISampleIcon(FluentIcons.code_cs_16_regular, 'code_cs_16_regular', 16), + + FluentUISampleIcon(FluentIcons.code_cs_rectangle_16_regular, 'code_cs_rectangle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.code_fs_16_regular, 'code_fs_16_regular', 16), + + FluentUISampleIcon(FluentIcons.code_fs_rectangle_16_regular, 'code_fs_rectangle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.code_js_16_regular, 'code_js_16_regular', 16), + + FluentUISampleIcon(FluentIcons.code_js_rectangle_16_regular, 'code_js_rectangle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.code_py_16_regular, 'code_py_16_regular', 16), + + FluentUISampleIcon(FluentIcons.code_py_rectangle_16_regular, 'code_py_rectangle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.code_rb_16_regular, 'code_rb_16_regular', 16), + + FluentUISampleIcon(FluentIcons.code_rb_rectangle_16_regular, 'code_rb_rectangle_16_regular', 16), + FluentUISampleIcon(FluentIcons.code_text_16_regular, 'code_text_16_regular', 16), FluentUISampleIcon(FluentIcons.code_text_20_regular, 'code_text_20_regular', 20), FluentUISampleIcon(FluentIcons.code_text_edit_20_regular, 'code_text_edit_20_regular', 20), + FluentUISampleIcon(FluentIcons.code_text_off_16_regular, 'code_text_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.code_ts_16_regular, 'code_ts_16_regular', 16), + + FluentUISampleIcon(FluentIcons.code_ts_rectangle_16_regular, 'code_ts_rectangle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.code_vb_16_regular, 'code_vb_16_regular', 16), + + FluentUISampleIcon(FluentIcons.code_vb_rectangle_16_regular, 'code_vb_rectangle_16_regular', 16), + FluentUISampleIcon(FluentIcons.collections_20_regular, 'collections_20_regular', 20), FluentUISampleIcon(FluentIcons.collections_24_regular, 'collections_24_regular', 24), @@ -3534,6 +3646,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.compose_28_regular, 'compose_28_regular', 28), + FluentUISampleIcon(FluentIcons.cone_16_regular, 'cone_16_regular', 16), + FluentUISampleIcon(FluentIcons.conference_room_16_regular, 'conference_room_16_regular', 16), FluentUISampleIcon(FluentIcons.conference_room_20_regular, 'conference_room_20_regular', 20), @@ -3802,6 +3916,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.data_bar_horizontal_24_regular, 'data_bar_horizontal_24_regular', 24), + FluentUISampleIcon(FluentIcons.data_bar_horizontal_descending_16_regular, 'data_bar_horizontal_descending_16_regular', 16), + FluentUISampleIcon(FluentIcons.data_bar_vertical_16_regular, 'data_bar_vertical_16_regular', 16), FluentUISampleIcon(FluentIcons.data_bar_vertical_20_regular, 'data_bar_vertical_20_regular', 20), @@ -3814,6 +3930,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.data_bar_vertical_add_24_regular, 'data_bar_vertical_add_24_regular', 24), + FluentUISampleIcon(FluentIcons.data_bar_vertical_ascending_16_regular, 'data_bar_vertical_ascending_16_regular', 16), + FluentUISampleIcon(FluentIcons.data_bar_vertical_star_16_regular, 'data_bar_vertical_star_16_regular', 16), FluentUISampleIcon(FluentIcons.data_bar_vertical_star_20_regular, 'data_bar_vertical_star_20_regular', 20), @@ -3884,6 +4002,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.data_whisker_24_regular, 'data_whisker_24_regular', 24), + FluentUISampleIcon(FluentIcons.database_16_regular, 'database_16_regular', 16), + FluentUISampleIcon(FluentIcons.database_20_regular, 'database_20_regular', 20), FluentUISampleIcon(FluentIcons.database_24_regular, 'database_24_regular', 24), @@ -3918,6 +4038,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.database_search_24_regular, 'database_search_24_regular', 24), + FluentUISampleIcon(FluentIcons.database_stack_16_regular, 'database_stack_16_regular', 16), + FluentUISampleIcon(FluentIcons.database_switch_20_regular, 'database_switch_20_regular', 20), FluentUISampleIcon(FluentIcons.database_warning_20_regular, 'database_warning_20_regular', 20), @@ -4070,6 +4192,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.desktop_toolbox_24_regular, 'desktop_toolbox_24_regular', 24), + FluentUISampleIcon(FluentIcons.developer_board_16_regular, 'developer_board_16_regular', 16), + FluentUISampleIcon(FluentIcons.developer_board_20_regular, 'developer_board_20_regular', 20), FluentUISampleIcon(FluentIcons.developer_board_24_regular, 'developer_board_24_regular', 24), @@ -4308,6 +4432,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_chevron_double_24_regular, 'document_chevron_double_24_regular', 24), + FluentUISampleIcon(FluentIcons.document_contract_16_regular, 'document_contract_16_regular', 16), + FluentUISampleIcon(FluentIcons.document_copy_16_regular, 'document_copy_16_regular', 16), FluentUISampleIcon(FluentIcons.document_copy_20_regular, 'document_copy_20_regular', 20), @@ -4316,10 +4442,16 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_copy_48_regular, 'document_copy_48_regular', 48), + FluentUISampleIcon(FluentIcons.document_cs_16_regular, 'document_cs_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_css_16_regular, 'document_css_16_regular', 16), + FluentUISampleIcon(FluentIcons.document_css_20_regular, 'document_css_20_regular', 20), FluentUISampleIcon(FluentIcons.document_css_24_regular, 'document_css_24_regular', 24), + FluentUISampleIcon(FluentIcons.document_data_16_regular, 'document_data_16_regular', 16), + FluentUISampleIcon(FluentIcons.document_data_20_regular, 'document_data_20_regular', 20), FluentUISampleIcon(FluentIcons.document_data_24_regular, 'document_data_24_regular', 24), @@ -4366,6 +4498,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_footer_dismiss_24_regular, 'document_footer_dismiss_24_regular', 24), + FluentUISampleIcon(FluentIcons.document_fs_16_regular, 'document_fs_16_regular', 16), + FluentUISampleIcon(FluentIcons.document_header_16_regular, 'document_header_16_regular', 16), FluentUISampleIcon(FluentIcons.document_header_20_regular, 'document_header_20_regular', 20), @@ -4400,6 +4534,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_javascript_24_regular, 'document_javascript_24_regular', 24), + FluentUISampleIcon(FluentIcons.document_js_16_regular, 'document_js_16_regular', 16), + FluentUISampleIcon(FluentIcons.document_landscape_20_regular, 'document_landscape_20_regular', 20), FluentUISampleIcon(FluentIcons.document_landscape_24_regular, 'document_landscape_24_regular', 24), @@ -4462,6 +4598,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_multiple_sync_20_regular, 'document_multiple_sync_20_regular', 20), + FluentUISampleIcon(FluentIcons.document_number_1_16_regular, 'document_number_1_16_regular', 16), + FluentUISampleIcon(FluentIcons.document_one_page_20_regular, 'document_one_page_20_regular', 20), FluentUISampleIcon(FluentIcons.document_one_page_24_regular, 'document_one_page_24_regular', 24), @@ -4522,6 +4660,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_prohibited_24_regular, 'document_prohibited_24_regular', 24), + FluentUISampleIcon(FluentIcons.document_py_16_regular, 'document_py_16_regular', 16), + FluentUISampleIcon(FluentIcons.document_question_mark_16_regular, 'document_question_mark_16_regular', 16), FluentUISampleIcon(FluentIcons.document_question_mark_20_regular, 'document_question_mark_20_regular', 20), @@ -4540,6 +4680,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_queue_multiple_24_regular, 'document_queue_multiple_24_regular', 24), + FluentUISampleIcon(FluentIcons.document_rb_16_regular, 'document_rb_16_regular', 16), + FluentUISampleIcon(FluentIcons.document_ribbon_16_regular, 'document_ribbon_16_regular', 16), FluentUISampleIcon(FluentIcons.document_ribbon_20_regular, 'document_ribbon_20_regular', 20), @@ -4612,6 +4754,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_table_truck_24_regular, 'document_table_truck_24_regular', 24), + FluentUISampleIcon(FluentIcons.document_target_16_regular, 'document_target_16_regular', 16), + FluentUISampleIcon(FluentIcons.document_text_16_regular, 'document_text_16_regular', 16), FluentUISampleIcon(FluentIcons.document_text_20_regular, 'document_text_20_regular', 20), @@ -4638,6 +4782,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_toolbox_24_regular, 'document_toolbox_24_regular', 24), + FluentUISampleIcon(FluentIcons.document_ts_16_regular, 'document_ts_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_vb_16_regular, 'document_vb_16_regular', 16), + FluentUISampleIcon(FluentIcons.document_width_20_regular, 'document_width_20_regular', 20), FluentUISampleIcon(FluentIcons.document_width_24_regular, 'document_width_24_regular', 24), @@ -5138,6 +5286,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.eye_tracking_off_24_regular, 'eye_tracking_off_24_regular', 24), + FluentUISampleIcon(FluentIcons.eyedropper_16_regular, 'eyedropper_16_regular', 16), + FluentUISampleIcon(FluentIcons.eyedropper_20_regular, 'eyedropper_20_regular', 20), FluentUISampleIcon(FluentIcons.eyedropper_24_regular, 'eyedropper_24_regular', 24), @@ -5426,12 +5576,16 @@ final icons = [ FluentUISampleIcon(FluentIcons.folder_mail_28_regular, 'folder_mail_28_regular', 28), + FluentUISampleIcon(FluentIcons.folder_multiple_16_regular, 'folder_multiple_16_regular', 16), + FluentUISampleIcon(FluentIcons.folder_open_16_regular, 'folder_open_16_regular', 16), FluentUISampleIcon(FluentIcons.folder_open_20_regular, 'folder_open_20_regular', 20), FluentUISampleIcon(FluentIcons.folder_open_24_regular, 'folder_open_24_regular', 24), + FluentUISampleIcon(FluentIcons.folder_open_vertical_16_regular, 'folder_open_vertical_16_regular', 16), + FluentUISampleIcon(FluentIcons.folder_open_vertical_20_regular, 'folder_open_vertical_20_regular', 20), FluentUISampleIcon(FluentIcons.folder_people_20_regular, 'folder_people_20_regular', 20), @@ -5628,6 +5782,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.games_48_regular, 'games_48_regular', 48), + FluentUISampleIcon(FluentIcons.gantt_chart_16_regular, 'gantt_chart_16_regular', 16), + FluentUISampleIcon(FluentIcons.gantt_chart_20_regular, 'gantt_chart_20_regular', 20), FluentUISampleIcon(FluentIcons.gantt_chart_24_regular, 'gantt_chart_24_regular', 24), @@ -5906,6 +6062,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.handshake_32_regular, 'handshake_32_regular', 32), + FluentUISampleIcon(FluentIcons.hard_drive_16_regular, 'hard_drive_16_regular', 16), + FluentUISampleIcon(FluentIcons.hard_drive_20_regular, 'hard_drive_20_regular', 20), FluentUISampleIcon(FluentIcons.hat_graduation_12_regular, 'hat_graduation_12_regular', 12), @@ -6092,18 +6250,26 @@ final icons = [ FluentUISampleIcon(FluentIcons.home_split_48_regular, 'home_split_48_regular', 48), + FluentUISampleIcon(FluentIcons.hourglass_16_regular, 'hourglass_16_regular', 16), + FluentUISampleIcon(FluentIcons.hourglass_20_regular, 'hourglass_20_regular', 20), FluentUISampleIcon(FluentIcons.hourglass_24_regular, 'hourglass_24_regular', 24), + FluentUISampleIcon(FluentIcons.hourglass_half_16_regular, 'hourglass_half_16_regular', 16), + FluentUISampleIcon(FluentIcons.hourglass_half_20_regular, 'hourglass_half_20_regular', 20), FluentUISampleIcon(FluentIcons.hourglass_half_24_regular, 'hourglass_half_24_regular', 24), + FluentUISampleIcon(FluentIcons.hourglass_one_quarter_16_regular, 'hourglass_one_quarter_16_regular', 16), + FluentUISampleIcon(FluentIcons.hourglass_one_quarter_20_regular, 'hourglass_one_quarter_20_regular', 20), FluentUISampleIcon(FluentIcons.hourglass_one_quarter_24_regular, 'hourglass_one_quarter_24_regular', 24), + FluentUISampleIcon(FluentIcons.hourglass_three_quarter_16_regular, 'hourglass_three_quarter_16_regular', 16), + FluentUISampleIcon(FluentIcons.hourglass_three_quarter_20_regular, 'hourglass_three_quarter_20_regular', 20), FluentUISampleIcon(FluentIcons.hourglass_three_quarter_24_regular, 'hourglass_three_quarter_24_regular', 24), @@ -6328,6 +6494,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.keyboard_layout_split_24_regular, 'keyboard_layout_split_24_regular', 24), + FluentUISampleIcon(FluentIcons.keyboard_mouse_16_regular, 'keyboard_mouse_16_regular', 16), + FluentUISampleIcon(FluentIcons.keyboard_shift_16_regular, 'keyboard_shift_16_regular', 16), FluentUISampleIcon(FluentIcons.keyboard_shift_20_regular, 'keyboard_shift_20_regular', 20), @@ -6964,6 +7132,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.megaphone_off_28_regular, 'megaphone_off_28_regular', 28), + FluentUISampleIcon(FluentIcons.memory_16_regular, 'memory_16_regular', 16), + FluentUISampleIcon(FluentIcons.mention_12_regular, 'mention_12_regular', 12), FluentUISampleIcon(FluentIcons.mention_16_regular, 'mention_16_regular', 16), @@ -7102,10 +7272,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.money_settings_20_regular, 'money_settings_20_regular', 20), + FluentUISampleIcon(FluentIcons.more_circle_16_regular, 'more_circle_16_regular', 16), + FluentUISampleIcon(FluentIcons.more_circle_20_regular, 'more_circle_20_regular', 20), + FluentUISampleIcon(FluentIcons.more_circle_24_regular, 'more_circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.more_circle_28_regular, 'more_circle_28_regular', 28), + FluentUISampleIcon(FluentIcons.more_circle_32_regular, 'more_circle_32_regular', 32), + FluentUISampleIcon(FluentIcons.more_circle_48_regular, 'more_circle_48_regular', 48), + FluentUISampleIcon(FluentIcons.more_horizontal_16_regular, 'more_horizontal_16_regular', 16), FluentUISampleIcon(FluentIcons.more_horizontal_20_regular, 'more_horizontal_20_regular', 20), @@ -7252,6 +7430,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.navigation_unread_24_regular, 'navigation_unread_24_regular', 24), + FluentUISampleIcon(FluentIcons.network_adapter_16_regular, 'network_adapter_16_regular', 16), + FluentUISampleIcon(FluentIcons.network_check_20_regular, 'network_check_20_regular', 20), FluentUISampleIcon(FluentIcons.network_check_24_regular, 'network_check_24_regular', 24), @@ -7862,6 +8042,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.people_settings_28_regular, 'people_settings_28_regular', 28), + FluentUISampleIcon(FluentIcons.people_star_16_regular, 'people_star_16_regular', 16), + + FluentUISampleIcon(FluentIcons.people_star_20_regular, 'people_star_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_star_24_regular, 'people_star_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_star_28_regular, 'people_star_28_regular', 28), + + FluentUISampleIcon(FluentIcons.people_star_32_regular, 'people_star_32_regular', 32), + + FluentUISampleIcon(FluentIcons.people_star_48_regular, 'people_star_48_regular', 48), + FluentUISampleIcon(FluentIcons.people_swap_16_regular, 'people_swap_16_regular', 16), FluentUISampleIcon(FluentIcons.people_swap_20_regular, 'people_swap_20_regular', 20), @@ -8104,6 +8296,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.person_running_20_regular, 'person_running_20_regular', 20), + FluentUISampleIcon(FluentIcons.person_search_16_regular, 'person_search_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_search_32_regular, 'person_search_32_regular', 32), + FluentUISampleIcon(FluentIcons.person_settings_16_regular, 'person_settings_16_regular', 16), FluentUISampleIcon(FluentIcons.person_settings_20_regular, 'person_settings_20_regular', 20), @@ -8112,6 +8308,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.person_square_24_regular, 'person_square_24_regular', 24), + FluentUISampleIcon(FluentIcons.person_standing_16_regular, 'person_standing_16_regular', 16), + FluentUISampleIcon(FluentIcons.person_star_16_regular, 'person_star_16_regular', 16), FluentUISampleIcon(FluentIcons.person_star_20_regular, 'person_star_20_regular', 20), @@ -8170,6 +8368,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.person_voice_24_regular, 'person_voice_24_regular', 24), + FluentUISampleIcon(FluentIcons.person_walking_16_regular, 'person_walking_16_regular', 16), + FluentUISampleIcon(FluentIcons.person_walking_20_regular, 'person_walking_20_regular', 20), FluentUISampleIcon(FluentIcons.person_walking_24_regular, 'person_walking_24_regular', 24), @@ -8408,6 +8608,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.play_circle_48_regular, 'play_circle_48_regular', 48), + FluentUISampleIcon(FluentIcons.play_multiple_16_regular, 'play_multiple_16_regular', 16), + FluentUISampleIcon(FluentIcons.play_settings_20_regular, 'play_settings_20_regular', 20), FluentUISampleIcon(FluentIcons.playing_cards_20_regular, 'playing_cards_20_regular', 20), @@ -8724,10 +8926,16 @@ final icons = [ FluentUISampleIcon(FluentIcons.radar_rectangle_multiple_20_regular, 'radar_rectangle_multiple_20_regular', 20), + FluentUISampleIcon(FluentIcons.radio_button_16_regular, 'radio_button_16_regular', 16), + FluentUISampleIcon(FluentIcons.radio_button_20_regular, 'radio_button_20_regular', 20), FluentUISampleIcon(FluentIcons.radio_button_24_regular, 'radio_button_24_regular', 24), + FluentUISampleIcon(FluentIcons.radio_button_off_16_regular, 'radio_button_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.ram_16_regular, 'ram_16_regular', 16), + FluentUISampleIcon(FluentIcons.ram_20_regular, 'ram_20_regular', 20), FluentUISampleIcon(FluentIcons.rating_mature_16_regular, 'rating_mature_16_regular', 16), @@ -9054,6 +9262,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.save_image_20_regular, 'save_image_20_regular', 20), + FluentUISampleIcon(FluentIcons.save_multiple_16_regular, 'save_multiple_16_regular', 16), + FluentUISampleIcon(FluentIcons.save_multiple_20_regular, 'save_multiple_20_regular', 20), FluentUISampleIcon(FluentIcons.save_multiple_24_regular, 'save_multiple_24_regular', 24), @@ -9178,6 +9388,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.screenshot_24_regular, 'screenshot_24_regular', 24), + FluentUISampleIcon(FluentIcons.script_16_regular, 'script_16_regular', 16), + FluentUISampleIcon(FluentIcons.search_12_regular, 'search_12_regular', 12), FluentUISampleIcon(FluentIcons.search_16_regular, 'search_16_regular', 16), @@ -9256,6 +9468,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.serial_port_24_regular, 'serial_port_24_regular', 24), + FluentUISampleIcon(FluentIcons.server_16_regular, 'server_16_regular', 16), + FluentUISampleIcon(FluentIcons.server_20_regular, 'server_20_regular', 20), FluentUISampleIcon(FluentIcons.server_24_regular, 'server_24_regular', 24), @@ -9264,6 +9478,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.server_play_20_regular, 'server_play_20_regular', 20), + FluentUISampleIcon(FluentIcons.server_surface_16_regular, 'server_surface_16_regular', 16), + + FluentUISampleIcon(FluentIcons.server_surface_multiple_16_regular, 'server_surface_multiple_16_regular', 16), + FluentUISampleIcon(FluentIcons.service_bell_20_regular, 'service_bell_20_regular', 20), FluentUISampleIcon(FluentIcons.service_bell_24_regular, 'service_bell_24_regular', 24), @@ -9394,6 +9612,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.share_screen_stop_48_regular, 'share_screen_stop_48_regular', 48), + FluentUISampleIcon(FluentIcons.shield_12_regular, 'shield_12_regular', 12), + FluentUISampleIcon(FluentIcons.shield_16_regular, 'shield_16_regular', 16), FluentUISampleIcon(FluentIcons.shield_20_regular, 'shield_20_regular', 20), @@ -9726,6 +9946,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.slide_text_multiple_32_regular, 'slide_text_multiple_32_regular', 32), + FluentUISampleIcon(FluentIcons.slide_text_person_16_regular, 'slide_text_person_16_regular', 16), + + FluentUISampleIcon(FluentIcons.slide_text_person_20_regular, 'slide_text_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.slide_text_person_24_regular, 'slide_text_person_24_regular', 24), + + FluentUISampleIcon(FluentIcons.slide_text_person_28_regular, 'slide_text_person_28_regular', 28), + + FluentUISampleIcon(FluentIcons.slide_text_person_32_regular, 'slide_text_person_32_regular', 32), + + FluentUISampleIcon(FluentIcons.slide_text_person_48_regular, 'slide_text_person_48_regular', 48), + FluentUISampleIcon(FluentIcons.slide_transition_20_regular, 'slide_transition_20_regular', 20), FluentUISampleIcon(FluentIcons.slide_transition_24_regular, 'slide_transition_24_regular', 24), @@ -9912,6 +10144,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.sport_soccer_24_regular, 'sport_soccer_24_regular', 24), + FluentUISampleIcon(FluentIcons.spray_can_16_regular, 'spray_can_16_regular', 16), + FluentUISampleIcon(FluentIcons.square_12_regular, 'square_12_regular', 12), FluentUISampleIcon(FluentIcons.square_16_regular, 'square_16_regular', 16), @@ -10126,6 +10360,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.status_24_regular, 'status_24_regular', 24), + FluentUISampleIcon(FluentIcons.step_16_regular, 'step_16_regular', 16), + + FluentUISampleIcon(FluentIcons.steps_16_regular, 'steps_16_regular', 16), + FluentUISampleIcon(FluentIcons.steps_20_regular, 'steps_20_regular', 20), FluentUISampleIcon(FluentIcons.steps_24_regular, 'steps_24_regular', 24), @@ -10496,6 +10734,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.table_link_28_regular, 'table_link_28_regular', 28), + FluentUISampleIcon(FluentIcons.table_lock_16_regular, 'table_lock_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_lock_20_regular, 'table_lock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_lock_24_regular, 'table_lock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_lock_28_regular, 'table_lock_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_lock_32_regular, 'table_lock_32_regular', 32), + + FluentUISampleIcon(FluentIcons.table_lock_48_regular, 'table_lock_48_regular', 48), + FluentUISampleIcon(FluentIcons.table_move_above_16_regular, 'table_move_above_16_regular', 16), FluentUISampleIcon(FluentIcons.table_move_above_20_regular, 'table_move_above_20_regular', 20), @@ -11392,6 +11642,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.text_t_48_regular, 'text_t_48_regular', 48), + FluentUISampleIcon(FluentIcons.text_t_tag_16_regular, 'text_t_tag_16_regular', 16), + FluentUISampleIcon(FluentIcons.text_underline_16_regular, 'text_underline_16_regular', 16), FluentUISampleIcon(FluentIcons.text_underline_20_regular, 'text_underline_20_regular', 20), @@ -11904,6 +12156,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.video_person_28_regular, 'video_person_28_regular', 28), + FluentUISampleIcon(FluentIcons.video_person_32_regular, 'video_person_32_regular', 32), + FluentUISampleIcon(FluentIcons.video_person_48_regular, 'video_person_48_regular', 48), FluentUISampleIcon(FluentIcons.video_person_call_16_regular, 'video_person_call_16_regular', 16), @@ -11914,6 +12168,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.video_person_call_32_regular, 'video_person_call_32_regular', 32), + FluentUISampleIcon(FluentIcons.video_person_clock_16_regular, 'video_person_clock_16_regular', 16), + + FluentUISampleIcon(FluentIcons.video_person_clock_20_regular, 'video_person_clock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_person_clock_24_regular, 'video_person_clock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_person_clock_28_regular, 'video_person_clock_28_regular', 28), + + FluentUISampleIcon(FluentIcons.video_person_clock_32_regular, 'video_person_clock_32_regular', 32), + + FluentUISampleIcon(FluentIcons.video_person_clock_48_regular, 'video_person_clock_48_regular', 48), + FluentUISampleIcon(FluentIcons.video_person_off_20_regular, 'video_person_off_20_regular', 20), FluentUISampleIcon(FluentIcons.video_person_off_24_regular, 'video_person_off_24_regular', 24), @@ -11980,6 +12246,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.voicemail_28_regular, 'voicemail_28_regular', 28), + FluentUISampleIcon(FluentIcons.voicemail_32_regular, 'voicemail_32_regular', 32), + FluentUISampleIcon(FluentIcons.voicemail_arrow_back_16_regular, 'voicemail_arrow_back_16_regular', 16), FluentUISampleIcon(FluentIcons.voicemail_arrow_back_20_regular, 'voicemail_arrow_back_20_regular', 20), @@ -12234,6 +12502,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.weather_thunderstorm_48_regular, 'weather_thunderstorm_48_regular', 48), + FluentUISampleIcon(FluentIcons.web_asset_16_regular, 'web_asset_16_regular', 16), + FluentUISampleIcon(FluentIcons.web_asset_20_regular, 'web_asset_20_regular', 20), FluentUISampleIcon(FluentIcons.web_asset_24_regular, 'web_asset_24_regular', 24), @@ -12604,6 +12874,14 @@ final icons = [ FluentUISampleIcon(FluentIcons.align_center_vertical_48_filled, 'align_center_vertical_48_filled', 48), + FluentUISampleIcon(FluentIcons.align_distribute_bottom_16_filled, 'align_distribute_bottom_16_filled', 16), + + FluentUISampleIcon(FluentIcons.align_distribute_left_16_filled, 'align_distribute_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.align_distribute_right_16_filled, 'align_distribute_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.align_distribute_top_16_filled, 'align_distribute_top_16_filled', 16), + FluentUISampleIcon(FluentIcons.align_end_horizontal_20_filled, 'align_end_horizontal_20_filled', 20), FluentUISampleIcon(FluentIcons.align_end_vertical_20_filled, 'align_end_vertical_20_filled', 20), @@ -12650,8 +12928,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.align_start_vertical_20_filled, 'align_start_vertical_20_filled', 20), + FluentUISampleIcon(FluentIcons.align_stretch_horizontal_16_filled, 'align_stretch_horizontal_16_filled', 16), + FluentUISampleIcon(FluentIcons.align_stretch_horizontal_20_filled, 'align_stretch_horizontal_20_filled', 20), + FluentUISampleIcon(FluentIcons.align_stretch_vertical_16_filled, 'align_stretch_vertical_16_filled', 16), + FluentUISampleIcon(FluentIcons.align_stretch_vertical_20_filled, 'align_stretch_vertical_20_filled', 20), FluentUISampleIcon(FluentIcons.align_top_16_filled, 'align_top_16_filled', 16), @@ -13164,6 +13446,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.arrow_next_12_filled, 'arrow_next_12_filled', 12), + FluentUISampleIcon(FluentIcons.arrow_next_16_filled, 'arrow_next_16_filled', 16), + FluentUISampleIcon(FluentIcons.arrow_next_20_filled, 'arrow_next_20_filled', 20), FluentUISampleIcon(FluentIcons.arrow_next_24_filled, 'arrow_next_24_filled', 24), @@ -13184,6 +13468,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.arrow_previous_12_filled, 'arrow_previous_12_filled', 12), + FluentUISampleIcon(FluentIcons.arrow_previous_16_filled, 'arrow_previous_16_filled', 16), + FluentUISampleIcon(FluentIcons.arrow_previous_20_filled, 'arrow_previous_20_filled', 20), FluentUISampleIcon(FluentIcons.arrow_previous_24_filled, 'arrow_previous_24_filled', 24), @@ -14092,6 +14378,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.braces_48_filled, 'braces_48_filled', 48), + FluentUISampleIcon(FluentIcons.braces_checkmark_16_filled, 'braces_checkmark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.braces_dismiss_16_filled, 'braces_dismiss_16_filled', 16), + FluentUISampleIcon(FluentIcons.braces_variable_20_filled, 'braces_variable_20_filled', 20), FluentUISampleIcon(FluentIcons.braces_variable_24_filled, 'braces_variable_24_filled', 24), @@ -14100,6 +14390,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.brain_circuit_24_filled, 'brain_circuit_24_filled', 24), + FluentUISampleIcon(FluentIcons.branch_16_filled, 'branch_16_filled', 16), + FluentUISampleIcon(FluentIcons.branch_20_filled, 'branch_20_filled', 20), FluentUISampleIcon(FluentIcons.branch_24_filled, 'branch_24_filled', 24), @@ -14368,6 +14660,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.calendar_agenda_28_filled, 'calendar_agenda_28_filled', 28), + FluentUISampleIcon(FluentIcons.calendar_arrow_counterclockwise_16_filled, 'calendar_arrow_counterclockwise_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_arrow_counterclockwise_20_filled, 'calendar_arrow_counterclockwise_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_arrow_counterclockwise_24_filled, 'calendar_arrow_counterclockwise_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_arrow_counterclockwise_28_filled, 'calendar_arrow_counterclockwise_28_filled', 28), + + FluentUISampleIcon(FluentIcons.calendar_arrow_counterclockwise_32_filled, 'calendar_arrow_counterclockwise_32_filled', 32), + + FluentUISampleIcon(FluentIcons.calendar_arrow_counterclockwise_48_filled, 'calendar_arrow_counterclockwise_48_filled', 48), + FluentUISampleIcon(FluentIcons.calendar_arrow_down_20_filled, 'calendar_arrow_down_20_filled', 20), FluentUISampleIcon(FluentIcons.calendar_arrow_down_24_filled, 'calendar_arrow_down_24_filled', 24), @@ -14514,6 +14818,14 @@ final icons = [ FluentUISampleIcon(FluentIcons.calendar_phone_20_filled, 'calendar_phone_20_filled', 20), + FluentUISampleIcon(FluentIcons.calendar_play_16_filled, 'calendar_play_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_play_20_filled, 'calendar_play_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_play_24_filled, 'calendar_play_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_play_28_filled, 'calendar_play_28_filled', 28), + FluentUISampleIcon(FluentIcons.calendar_question_mark_16_filled, 'calendar_question_mark_16_filled', 16), FluentUISampleIcon(FluentIcons.calendar_question_mark_20_filled, 'calendar_question_mark_20_filled', 20), @@ -14558,6 +14870,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.calendar_settings_48_filled, 'calendar_settings_48_filled', 48), + FluentUISampleIcon(FluentIcons.calendar_shield_16_filled, 'calendar_shield_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_shield_20_filled, 'calendar_shield_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_shield_24_filled, 'calendar_shield_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_shield_28_filled, 'calendar_shield_28_filled', 28), + + FluentUISampleIcon(FluentIcons.calendar_shield_32_filled, 'calendar_shield_32_filled', 32), + + FluentUISampleIcon(FluentIcons.calendar_shield_48_filled, 'calendar_shield_48_filled', 48), + FluentUISampleIcon(FluentIcons.calendar_star_16_filled, 'calendar_star_16_filled', 16), FluentUISampleIcon(FluentIcons.calendar_star_20_filled, 'calendar_star_20_filled', 20), @@ -14714,6 +15038,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.call_transfer_20_filled, 'call_transfer_20_filled', 20), + FluentUISampleIcon(FluentIcons.call_transfer_24_filled, 'call_transfer_24_filled', 24), + + FluentUISampleIcon(FluentIcons.call_transfer_32_filled, 'call_transfer_32_filled', 32), + FluentUISampleIcon(FluentIcons.call_warning_16_filled, 'call_warning_16_filled', 16), FluentUISampleIcon(FluentIcons.call_warning_20_filled, 'call_warning_20_filled', 20), @@ -14754,6 +15082,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.camera_edit_20_filled, 'camera_edit_20_filled', 20), + FluentUISampleIcon(FluentIcons.camera_off_16_filled, 'camera_off_16_filled', 16), + FluentUISampleIcon(FluentIcons.camera_off_20_filled, 'camera_off_20_filled', 20), FluentUISampleIcon(FluentIcons.camera_off_24_filled, 'camera_off_24_filled', 24), @@ -14826,6 +15156,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.catch_up_24_filled, 'catch_up_24_filled', 24), + FluentUISampleIcon(FluentIcons.cd_16_filled, 'cd_16_filled', 16), + FluentUISampleIcon(FluentIcons.cellular_3g_20_filled, 'cellular_3g_20_filled', 20), FluentUISampleIcon(FluentIcons.cellular_3g_24_filled, 'cellular_3g_24_filled', 24), @@ -14874,6 +15206,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.center_vertical_24_filled, 'center_vertical_24_filled', 24), + FluentUISampleIcon(FluentIcons.certificate_16_filled, 'certificate_16_filled', 16), + FluentUISampleIcon(FluentIcons.certificate_20_filled, 'certificate_20_filled', 20), FluentUISampleIcon(FluentIcons.certificate_24_filled, 'certificate_24_filled', 24), @@ -15420,6 +15754,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.clipboard_edit_20_filled, 'clipboard_edit_20_filled', 20), + FluentUISampleIcon(FluentIcons.clipboard_error_16_filled, 'clipboard_error_16_filled', 16), + FluentUISampleIcon(FluentIcons.clipboard_error_20_filled, 'clipboard_error_20_filled', 20), FluentUISampleIcon(FluentIcons.clipboard_error_24_filled, 'clipboard_error_24_filled', 24), @@ -15454,6 +15790,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.clipboard_more_24_filled, 'clipboard_more_24_filled', 24), + FluentUISampleIcon(FluentIcons.clipboard_multiple_16_filled, 'clipboard_multiple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.clipboard_note_16_filled, 'clipboard_note_16_filled', 16), + FluentUISampleIcon(FluentIcons.clipboard_note_20_filled, 'clipboard_note_20_filled', 20), FluentUISampleIcon(FluentIcons.clipboard_paste_16_filled, 'clipboard_paste_16_filled', 16), @@ -15474,6 +15814,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.clipboard_settings_24_filled, 'clipboard_settings_24_filled', 24), + FluentUISampleIcon(FluentIcons.clipboard_task_16_filled, 'clipboard_task_16_filled', 16), + FluentUISampleIcon(FluentIcons.clipboard_task_20_filled, 'clipboard_task_20_filled', 20), FluentUISampleIcon(FluentIcons.clipboard_task_24_filled, 'clipboard_task_24_filled', 24), @@ -15498,12 +15840,16 @@ final icons = [ FluentUISampleIcon(FluentIcons.clipboard_text_edit_32_filled, 'clipboard_text_edit_32_filled', 32), + FluentUISampleIcon(FluentIcons.clipboard_text_ltr_16_filled, 'clipboard_text_ltr_16_filled', 16), + FluentUISampleIcon(FluentIcons.clipboard_text_ltr_20_filled, 'clipboard_text_ltr_20_filled', 20), FluentUISampleIcon(FluentIcons.clipboard_text_ltr_24_filled, 'clipboard_text_ltr_24_filled', 24), FluentUISampleIcon(FluentIcons.clipboard_text_ltr_32_filled, 'clipboard_text_ltr_32_filled', 32), + FluentUISampleIcon(FluentIcons.clipboard_text_rtl_16_filled, 'clipboard_text_rtl_16_filled', 16), + FluentUISampleIcon(FluentIcons.clipboard_text_rtl_20_filled, 'clipboard_text_rtl_20_filled', 20), FluentUISampleIcon(FluentIcons.clipboard_text_rtl_24_filled, 'clipboard_text_rtl_24_filled', 24), @@ -15584,6 +15930,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.cloud_add_20_filled, 'cloud_add_20_filled', 20), + FluentUISampleIcon(FluentIcons.cloud_add_24_filled, 'cloud_add_24_filled', 24), + FluentUISampleIcon(FluentIcons.cloud_archive_16_filled, 'cloud_archive_16_filled', 16), FluentUISampleIcon(FluentIcons.cloud_archive_20_filled, 'cloud_archive_20_filled', 20), @@ -15648,6 +15996,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.cloud_edit_20_filled, 'cloud_edit_20_filled', 20), + FluentUISampleIcon(FluentIcons.cloud_edit_24_filled, 'cloud_edit_24_filled', 24), + FluentUISampleIcon(FluentIcons.cloud_error_16_filled, 'cloud_error_16_filled', 16), FluentUISampleIcon(FluentIcons.cloud_error_20_filled, 'cloud_error_20_filled', 20), @@ -15668,6 +16018,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.cloud_link_20_filled, 'cloud_link_20_filled', 20), + FluentUISampleIcon(FluentIcons.cloud_link_24_filled, 'cloud_link_24_filled', 24), + FluentUISampleIcon(FluentIcons.cloud_off_16_filled, 'cloud_off_16_filled', 16), FluentUISampleIcon(FluentIcons.cloud_off_20_filled, 'cloud_off_20_filled', 20), @@ -15728,12 +16080,42 @@ final icons = [ FluentUISampleIcon(FluentIcons.code_circle_20_filled, 'code_circle_20_filled', 20), + FluentUISampleIcon(FluentIcons.code_cs_16_filled, 'code_cs_16_filled', 16), + + FluentUISampleIcon(FluentIcons.code_cs_rectangle_16_filled, 'code_cs_rectangle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.code_fs_16_filled, 'code_fs_16_filled', 16), + + FluentUISampleIcon(FluentIcons.code_fs_rectangle_16_filled, 'code_fs_rectangle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.code_js_16_filled, 'code_js_16_filled', 16), + + FluentUISampleIcon(FluentIcons.code_js_rectangle_16_filled, 'code_js_rectangle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.code_py_16_filled, 'code_py_16_filled', 16), + + FluentUISampleIcon(FluentIcons.code_py_rectangle_16_filled, 'code_py_rectangle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.code_rb_16_filled, 'code_rb_16_filled', 16), + + FluentUISampleIcon(FluentIcons.code_rb_rectangle_16_filled, 'code_rb_rectangle_16_filled', 16), + FluentUISampleIcon(FluentIcons.code_text_16_filled, 'code_text_16_filled', 16), FluentUISampleIcon(FluentIcons.code_text_20_filled, 'code_text_20_filled', 20), FluentUISampleIcon(FluentIcons.code_text_edit_20_filled, 'code_text_edit_20_filled', 20), + FluentUISampleIcon(FluentIcons.code_text_off_16_filled, 'code_text_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.code_ts_16_filled, 'code_ts_16_filled', 16), + + FluentUISampleIcon(FluentIcons.code_ts_rectangle_16_filled, 'code_ts_rectangle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.code_vb_16_filled, 'code_vb_16_filled', 16), + + FluentUISampleIcon(FluentIcons.code_vb_rectangle_16_filled, 'code_vb_rectangle_16_filled', 16), + FluentUISampleIcon(FluentIcons.collections_20_filled, 'collections_20_filled', 20), FluentUISampleIcon(FluentIcons.collections_24_filled, 'collections_24_filled', 24), @@ -15944,6 +16326,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.compose_28_filled, 'compose_28_filled', 28), + FluentUISampleIcon(FluentIcons.cone_16_filled, 'cone_16_filled', 16), + FluentUISampleIcon(FluentIcons.conference_room_16_filled, 'conference_room_16_filled', 16), FluentUISampleIcon(FluentIcons.conference_room_20_filled, 'conference_room_20_filled', 20), @@ -16212,6 +16596,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.data_bar_horizontal_24_filled, 'data_bar_horizontal_24_filled', 24), + FluentUISampleIcon(FluentIcons.data_bar_horizontal_descending_16_filled, 'data_bar_horizontal_descending_16_filled', 16), + FluentUISampleIcon(FluentIcons.data_bar_vertical_16_filled, 'data_bar_vertical_16_filled', 16), FluentUISampleIcon(FluentIcons.data_bar_vertical_20_filled, 'data_bar_vertical_20_filled', 20), @@ -16224,6 +16610,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.data_bar_vertical_add_24_filled, 'data_bar_vertical_add_24_filled', 24), + FluentUISampleIcon(FluentIcons.data_bar_vertical_ascending_16_filled, 'data_bar_vertical_ascending_16_filled', 16), + FluentUISampleIcon(FluentIcons.data_bar_vertical_star_16_filled, 'data_bar_vertical_star_16_filled', 16), FluentUISampleIcon(FluentIcons.data_bar_vertical_star_20_filled, 'data_bar_vertical_star_20_filled', 20), @@ -16294,6 +16682,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.data_whisker_24_filled, 'data_whisker_24_filled', 24), + FluentUISampleIcon(FluentIcons.database_16_filled, 'database_16_filled', 16), + FluentUISampleIcon(FluentIcons.database_20_filled, 'database_20_filled', 20), FluentUISampleIcon(FluentIcons.database_24_filled, 'database_24_filled', 24), @@ -16328,6 +16718,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.database_search_24_filled, 'database_search_24_filled', 24), + FluentUISampleIcon(FluentIcons.database_stack_16_filled, 'database_stack_16_filled', 16), + FluentUISampleIcon(FluentIcons.database_switch_20_filled, 'database_switch_20_filled', 20), FluentUISampleIcon(FluentIcons.database_warning_20_filled, 'database_warning_20_filled', 20), @@ -16480,6 +16872,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.desktop_toolbox_24_filled, 'desktop_toolbox_24_filled', 24), + FluentUISampleIcon(FluentIcons.developer_board_16_filled, 'developer_board_16_filled', 16), + FluentUISampleIcon(FluentIcons.developer_board_20_filled, 'developer_board_20_filled', 20), FluentUISampleIcon(FluentIcons.developer_board_24_filled, 'developer_board_24_filled', 24), @@ -16718,6 +17112,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_chevron_double_24_filled, 'document_chevron_double_24_filled', 24), + FluentUISampleIcon(FluentIcons.document_contract_16_filled, 'document_contract_16_filled', 16), + FluentUISampleIcon(FluentIcons.document_copy_16_filled, 'document_copy_16_filled', 16), FluentUISampleIcon(FluentIcons.document_copy_20_filled, 'document_copy_20_filled', 20), @@ -16726,10 +17122,16 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_copy_48_filled, 'document_copy_48_filled', 48), + FluentUISampleIcon(FluentIcons.document_cs_16_filled, 'document_cs_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_css_16_filled, 'document_css_16_filled', 16), + FluentUISampleIcon(FluentIcons.document_css_20_filled, 'document_css_20_filled', 20), FluentUISampleIcon(FluentIcons.document_css_24_filled, 'document_css_24_filled', 24), + FluentUISampleIcon(FluentIcons.document_data_16_filled, 'document_data_16_filled', 16), + FluentUISampleIcon(FluentIcons.document_data_20_filled, 'document_data_20_filled', 20), FluentUISampleIcon(FluentIcons.document_data_24_filled, 'document_data_24_filled', 24), @@ -16776,6 +17178,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_footer_dismiss_24_filled, 'document_footer_dismiss_24_filled', 24), + FluentUISampleIcon(FluentIcons.document_fs_16_filled, 'document_fs_16_filled', 16), + FluentUISampleIcon(FluentIcons.document_header_16_filled, 'document_header_16_filled', 16), FluentUISampleIcon(FluentIcons.document_header_20_filled, 'document_header_20_filled', 20), @@ -16810,6 +17214,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_javascript_24_filled, 'document_javascript_24_filled', 24), + FluentUISampleIcon(FluentIcons.document_js_16_filled, 'document_js_16_filled', 16), + FluentUISampleIcon(FluentIcons.document_landscape_20_filled, 'document_landscape_20_filled', 20), FluentUISampleIcon(FluentIcons.document_landscape_24_filled, 'document_landscape_24_filled', 24), @@ -16872,6 +17278,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_multiple_sync_20_filled, 'document_multiple_sync_20_filled', 20), + FluentUISampleIcon(FluentIcons.document_number_1_16_filled, 'document_number_1_16_filled', 16), + FluentUISampleIcon(FluentIcons.document_one_page_20_filled, 'document_one_page_20_filled', 20), FluentUISampleIcon(FluentIcons.document_one_page_24_filled, 'document_one_page_24_filled', 24), @@ -16932,6 +17340,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_prohibited_24_filled, 'document_prohibited_24_filled', 24), + FluentUISampleIcon(FluentIcons.document_py_16_filled, 'document_py_16_filled', 16), + FluentUISampleIcon(FluentIcons.document_question_mark_16_filled, 'document_question_mark_16_filled', 16), FluentUISampleIcon(FluentIcons.document_question_mark_20_filled, 'document_question_mark_20_filled', 20), @@ -16950,6 +17360,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_queue_multiple_24_filled, 'document_queue_multiple_24_filled', 24), + FluentUISampleIcon(FluentIcons.document_rb_16_filled, 'document_rb_16_filled', 16), + FluentUISampleIcon(FluentIcons.document_ribbon_16_filled, 'document_ribbon_16_filled', 16), FluentUISampleIcon(FluentIcons.document_ribbon_20_filled, 'document_ribbon_20_filled', 20), @@ -17022,6 +17434,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_table_truck_24_filled, 'document_table_truck_24_filled', 24), + FluentUISampleIcon(FluentIcons.document_target_16_filled, 'document_target_16_filled', 16), + FluentUISampleIcon(FluentIcons.document_text_16_filled, 'document_text_16_filled', 16), FluentUISampleIcon(FluentIcons.document_text_20_filled, 'document_text_20_filled', 20), @@ -17048,6 +17462,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_toolbox_24_filled, 'document_toolbox_24_filled', 24), + FluentUISampleIcon(FluentIcons.document_ts_16_filled, 'document_ts_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_vb_16_filled, 'document_vb_16_filled', 16), + FluentUISampleIcon(FluentIcons.document_width_20_filled, 'document_width_20_filled', 20), FluentUISampleIcon(FluentIcons.document_width_24_filled, 'document_width_24_filled', 24), @@ -17548,6 +17966,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.eye_tracking_off_24_filled, 'eye_tracking_off_24_filled', 24), + FluentUISampleIcon(FluentIcons.eyedropper_16_filled, 'eyedropper_16_filled', 16), + FluentUISampleIcon(FluentIcons.eyedropper_20_filled, 'eyedropper_20_filled', 20), FluentUISampleIcon(FluentIcons.eyedropper_24_filled, 'eyedropper_24_filled', 24), @@ -17846,12 +18266,16 @@ final icons = [ FluentUISampleIcon(FluentIcons.folder_mail_28_filled, 'folder_mail_28_filled', 28), + FluentUISampleIcon(FluentIcons.folder_multiple_16_filled, 'folder_multiple_16_filled', 16), + FluentUISampleIcon(FluentIcons.folder_open_16_filled, 'folder_open_16_filled', 16), FluentUISampleIcon(FluentIcons.folder_open_20_filled, 'folder_open_20_filled', 20), FluentUISampleIcon(FluentIcons.folder_open_24_filled, 'folder_open_24_filled', 24), + FluentUISampleIcon(FluentIcons.folder_open_vertical_16_filled, 'folder_open_vertical_16_filled', 16), + FluentUISampleIcon(FluentIcons.folder_open_vertical_20_filled, 'folder_open_vertical_20_filled', 20), FluentUISampleIcon(FluentIcons.folder_people_20_filled, 'folder_people_20_filled', 20), @@ -18048,6 +18472,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.games_48_filled, 'games_48_filled', 48), + FluentUISampleIcon(FluentIcons.gantt_chart_16_filled, 'gantt_chart_16_filled', 16), + FluentUISampleIcon(FluentIcons.gantt_chart_20_filled, 'gantt_chart_20_filled', 20), FluentUISampleIcon(FluentIcons.gantt_chart_24_filled, 'gantt_chart_24_filled', 24), @@ -18326,6 +18752,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.handshake_32_filled, 'handshake_32_filled', 32), + FluentUISampleIcon(FluentIcons.hard_drive_16_filled, 'hard_drive_16_filled', 16), + FluentUISampleIcon(FluentIcons.hard_drive_20_filled, 'hard_drive_20_filled', 20), FluentUISampleIcon(FluentIcons.hat_graduation_12_filled, 'hat_graduation_12_filled', 12), @@ -18518,18 +18946,26 @@ final icons = [ FluentUISampleIcon(FluentIcons.home_split_48_filled, 'home_split_48_filled', 48), + FluentUISampleIcon(FluentIcons.hourglass_16_filled, 'hourglass_16_filled', 16), + FluentUISampleIcon(FluentIcons.hourglass_20_filled, 'hourglass_20_filled', 20), FluentUISampleIcon(FluentIcons.hourglass_24_filled, 'hourglass_24_filled', 24), + FluentUISampleIcon(FluentIcons.hourglass_half_16_filled, 'hourglass_half_16_filled', 16), + FluentUISampleIcon(FluentIcons.hourglass_half_20_filled, 'hourglass_half_20_filled', 20), FluentUISampleIcon(FluentIcons.hourglass_half_24_filled, 'hourglass_half_24_filled', 24), + FluentUISampleIcon(FluentIcons.hourglass_one_quarter_16_filled, 'hourglass_one_quarter_16_filled', 16), + FluentUISampleIcon(FluentIcons.hourglass_one_quarter_20_filled, 'hourglass_one_quarter_20_filled', 20), FluentUISampleIcon(FluentIcons.hourglass_one_quarter_24_filled, 'hourglass_one_quarter_24_filled', 24), + FluentUISampleIcon(FluentIcons.hourglass_three_quarter_16_filled, 'hourglass_three_quarter_16_filled', 16), + FluentUISampleIcon(FluentIcons.hourglass_three_quarter_20_filled, 'hourglass_three_quarter_20_filled', 20), FluentUISampleIcon(FluentIcons.hourglass_three_quarter_24_filled, 'hourglass_three_quarter_24_filled', 24), @@ -18762,6 +19198,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.keyboard_layout_split_24_filled, 'keyboard_layout_split_24_filled', 24), + FluentUISampleIcon(FluentIcons.keyboard_mouse_16_filled, 'keyboard_mouse_16_filled', 16), + FluentUISampleIcon(FluentIcons.keyboard_shift_16_filled, 'keyboard_shift_16_filled', 16), FluentUISampleIcon(FluentIcons.keyboard_shift_20_filled, 'keyboard_shift_20_filled', 20), @@ -19398,6 +19836,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.megaphone_off_28_filled, 'megaphone_off_28_filled', 28), + FluentUISampleIcon(FluentIcons.memory_16_filled, 'memory_16_filled', 16), + FluentUISampleIcon(FluentIcons.mention_12_filled, 'mention_12_filled', 12), FluentUISampleIcon(FluentIcons.mention_16_filled, 'mention_16_filled', 16), @@ -19536,10 +19976,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.money_settings_20_filled, 'money_settings_20_filled', 20), + FluentUISampleIcon(FluentIcons.more_circle_16_filled, 'more_circle_16_filled', 16), + FluentUISampleIcon(FluentIcons.more_circle_20_filled, 'more_circle_20_filled', 20), + FluentUISampleIcon(FluentIcons.more_circle_24_filled, 'more_circle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.more_circle_28_filled, 'more_circle_28_filled', 28), + FluentUISampleIcon(FluentIcons.more_circle_32_filled, 'more_circle_32_filled', 32), + FluentUISampleIcon(FluentIcons.more_circle_48_filled, 'more_circle_48_filled', 48), + FluentUISampleIcon(FluentIcons.more_horizontal_16_filled, 'more_horizontal_16_filled', 16), FluentUISampleIcon(FluentIcons.more_horizontal_20_filled, 'more_horizontal_20_filled', 20), @@ -19686,6 +20134,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.navigation_unread_24_filled, 'navigation_unread_24_filled', 24), + FluentUISampleIcon(FluentIcons.network_adapter_16_filled, 'network_adapter_16_filled', 16), + FluentUISampleIcon(FluentIcons.network_check_20_filled, 'network_check_20_filled', 20), FluentUISampleIcon(FluentIcons.network_check_24_filled, 'network_check_24_filled', 24), @@ -20304,6 +20754,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.people_settings_28_filled, 'people_settings_28_filled', 28), + FluentUISampleIcon(FluentIcons.people_star_16_filled, 'people_star_16_filled', 16), + + FluentUISampleIcon(FluentIcons.people_star_20_filled, 'people_star_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_star_24_filled, 'people_star_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_star_28_filled, 'people_star_28_filled', 28), + + FluentUISampleIcon(FluentIcons.people_star_32_filled, 'people_star_32_filled', 32), + + FluentUISampleIcon(FluentIcons.people_star_48_filled, 'people_star_48_filled', 48), + FluentUISampleIcon(FluentIcons.people_swap_16_filled, 'people_swap_16_filled', 16), FluentUISampleIcon(FluentIcons.people_swap_20_filled, 'people_swap_20_filled', 20), @@ -20546,6 +21008,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.person_running_20_filled, 'person_running_20_filled', 20), + FluentUISampleIcon(FluentIcons.person_search_16_filled, 'person_search_16_filled', 16), + + FluentUISampleIcon(FluentIcons.person_search_32_filled, 'person_search_32_filled', 32), + FluentUISampleIcon(FluentIcons.person_settings_16_filled, 'person_settings_16_filled', 16), FluentUISampleIcon(FluentIcons.person_settings_20_filled, 'person_settings_20_filled', 20), @@ -20554,6 +21020,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.person_square_24_filled, 'person_square_24_filled', 24), + FluentUISampleIcon(FluentIcons.person_standing_16_filled, 'person_standing_16_filled', 16), + FluentUISampleIcon(FluentIcons.person_star_16_filled, 'person_star_16_filled', 16), FluentUISampleIcon(FluentIcons.person_star_20_filled, 'person_star_20_filled', 20), @@ -20612,6 +21080,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.person_voice_24_filled, 'person_voice_24_filled', 24), + FluentUISampleIcon(FluentIcons.person_walking_16_filled, 'person_walking_16_filled', 16), + FluentUISampleIcon(FluentIcons.person_walking_20_filled, 'person_walking_20_filled', 20), FluentUISampleIcon(FluentIcons.person_walking_24_filled, 'person_walking_24_filled', 24), @@ -20850,6 +21320,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.play_circle_48_filled, 'play_circle_48_filled', 48), + FluentUISampleIcon(FluentIcons.play_multiple_16_filled, 'play_multiple_16_filled', 16), + FluentUISampleIcon(FluentIcons.play_settings_20_filled, 'play_settings_20_filled', 20), FluentUISampleIcon(FluentIcons.playing_cards_20_filled, 'playing_cards_20_filled', 20), @@ -21146,10 +21618,16 @@ final icons = [ FluentUISampleIcon(FluentIcons.radar_rectangle_multiple_20_filled, 'radar_rectangle_multiple_20_filled', 20), + FluentUISampleIcon(FluentIcons.radio_button_16_filled, 'radio_button_16_filled', 16), + FluentUISampleIcon(FluentIcons.radio_button_20_filled, 'radio_button_20_filled', 20), FluentUISampleIcon(FluentIcons.radio_button_24_filled, 'radio_button_24_filled', 24), + FluentUISampleIcon(FluentIcons.radio_button_off_16_filled, 'radio_button_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.ram_16_filled, 'ram_16_filled', 16), + FluentUISampleIcon(FluentIcons.ram_20_filled, 'ram_20_filled', 20), FluentUISampleIcon(FluentIcons.rating_mature_16_filled, 'rating_mature_16_filled', 16), @@ -21476,6 +21954,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.save_image_20_filled, 'save_image_20_filled', 20), + FluentUISampleIcon(FluentIcons.save_multiple_16_filled, 'save_multiple_16_filled', 16), + FluentUISampleIcon(FluentIcons.save_multiple_20_filled, 'save_multiple_20_filled', 20), FluentUISampleIcon(FluentIcons.save_multiple_24_filled, 'save_multiple_24_filled', 24), @@ -21600,6 +22080,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.screenshot_24_filled, 'screenshot_24_filled', 24), + FluentUISampleIcon(FluentIcons.script_16_filled, 'script_16_filled', 16), + FluentUISampleIcon(FluentIcons.search_12_filled, 'search_12_filled', 12), FluentUISampleIcon(FluentIcons.search_16_filled, 'search_16_filled', 16), @@ -21678,6 +22160,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.serial_port_24_filled, 'serial_port_24_filled', 24), + FluentUISampleIcon(FluentIcons.server_16_filled, 'server_16_filled', 16), + FluentUISampleIcon(FluentIcons.server_20_filled, 'server_20_filled', 20), FluentUISampleIcon(FluentIcons.server_24_filled, 'server_24_filled', 24), @@ -21686,6 +22170,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.server_play_20_filled, 'server_play_20_filled', 20), + FluentUISampleIcon(FluentIcons.server_surface_16_filled, 'server_surface_16_filled', 16), + + FluentUISampleIcon(FluentIcons.server_surface_multiple_16_filled, 'server_surface_multiple_16_filled', 16), + FluentUISampleIcon(FluentIcons.service_bell_20_filled, 'service_bell_20_filled', 20), FluentUISampleIcon(FluentIcons.service_bell_24_filled, 'service_bell_24_filled', 24), @@ -21816,6 +22304,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.share_screen_stop_48_filled, 'share_screen_stop_48_filled', 48), + FluentUISampleIcon(FluentIcons.shield_12_filled, 'shield_12_filled', 12), + FluentUISampleIcon(FluentIcons.shield_16_filled, 'shield_16_filled', 16), FluentUISampleIcon(FluentIcons.shield_20_filled, 'shield_20_filled', 20), @@ -22148,6 +22638,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.slide_text_multiple_32_filled, 'slide_text_multiple_32_filled', 32), + FluentUISampleIcon(FluentIcons.slide_text_person_16_filled, 'slide_text_person_16_filled', 16), + + FluentUISampleIcon(FluentIcons.slide_text_person_20_filled, 'slide_text_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.slide_text_person_24_filled, 'slide_text_person_24_filled', 24), + + FluentUISampleIcon(FluentIcons.slide_text_person_28_filled, 'slide_text_person_28_filled', 28), + + FluentUISampleIcon(FluentIcons.slide_text_person_32_filled, 'slide_text_person_32_filled', 32), + + FluentUISampleIcon(FluentIcons.slide_text_person_48_filled, 'slide_text_person_48_filled', 48), + FluentUISampleIcon(FluentIcons.slide_transition_20_filled, 'slide_transition_20_filled', 20), FluentUISampleIcon(FluentIcons.slide_transition_24_filled, 'slide_transition_24_filled', 24), @@ -22334,6 +22836,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.sport_soccer_24_filled, 'sport_soccer_24_filled', 24), + FluentUISampleIcon(FluentIcons.spray_can_16_filled, 'spray_can_16_filled', 16), + FluentUISampleIcon(FluentIcons.square_12_filled, 'square_12_filled', 12), FluentUISampleIcon(FluentIcons.square_16_filled, 'square_16_filled', 16), @@ -22548,6 +23052,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.status_24_filled, 'status_24_filled', 24), + FluentUISampleIcon(FluentIcons.step_16_filled, 'step_16_filled', 16), + + FluentUISampleIcon(FluentIcons.steps_16_filled, 'steps_16_filled', 16), + FluentUISampleIcon(FluentIcons.steps_20_filled, 'steps_20_filled', 20), FluentUISampleIcon(FluentIcons.steps_24_filled, 'steps_24_filled', 24), @@ -22918,6 +23426,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.table_link_28_filled, 'table_link_28_filled', 28), + FluentUISampleIcon(FluentIcons.table_lock_16_filled, 'table_lock_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_lock_20_filled, 'table_lock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_lock_24_filled, 'table_lock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_lock_28_filled, 'table_lock_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_lock_32_filled, 'table_lock_32_filled', 32), + + FluentUISampleIcon(FluentIcons.table_lock_48_filled, 'table_lock_48_filled', 48), + FluentUISampleIcon(FluentIcons.table_move_above_16_filled, 'table_move_above_16_filled', 16), FluentUISampleIcon(FluentIcons.table_move_above_20_filled, 'table_move_above_20_filled', 20), @@ -23828,6 +24348,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.text_t_48_filled, 'text_t_48_filled', 48), + FluentUISampleIcon(FluentIcons.text_t_tag_16_filled, 'text_t_tag_16_filled', 16), + FluentUISampleIcon(FluentIcons.text_underline_16_filled, 'text_underline_16_filled', 16), FluentUISampleIcon(FluentIcons.text_underline_20_filled, 'text_underline_20_filled', 20), @@ -24016,6 +24538,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.top_speed_24_filled, 'top_speed_24_filled', 24), + FluentUISampleIcon(FluentIcons.translate_16_filled, 'translate_16_filled', 16), + FluentUISampleIcon(FluentIcons.translate_20_filled, 'translate_20_filled', 20), FluentUISampleIcon(FluentIcons.translate_24_filled, 'translate_24_filled', 24), @@ -24338,6 +24862,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.video_person_28_filled, 'video_person_28_filled', 28), + FluentUISampleIcon(FluentIcons.video_person_32_filled, 'video_person_32_filled', 32), + FluentUISampleIcon(FluentIcons.video_person_48_filled, 'video_person_48_filled', 48), FluentUISampleIcon(FluentIcons.video_person_call_16_filled, 'video_person_call_16_filled', 16), @@ -24348,6 +24874,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.video_person_call_32_filled, 'video_person_call_32_filled', 32), + FluentUISampleIcon(FluentIcons.video_person_clock_16_filled, 'video_person_clock_16_filled', 16), + + FluentUISampleIcon(FluentIcons.video_person_clock_20_filled, 'video_person_clock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_person_clock_24_filled, 'video_person_clock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_person_clock_28_filled, 'video_person_clock_28_filled', 28), + + FluentUISampleIcon(FluentIcons.video_person_clock_32_filled, 'video_person_clock_32_filled', 32), + + FluentUISampleIcon(FluentIcons.video_person_clock_48_filled, 'video_person_clock_48_filled', 48), + FluentUISampleIcon(FluentIcons.video_person_off_20_filled, 'video_person_off_20_filled', 20), FluentUISampleIcon(FluentIcons.video_person_off_24_filled, 'video_person_off_24_filled', 24), @@ -24414,6 +24952,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.voicemail_28_filled, 'voicemail_28_filled', 28), + FluentUISampleIcon(FluentIcons.voicemail_32_filled, 'voicemail_32_filled', 32), + FluentUISampleIcon(FluentIcons.voicemail_arrow_back_16_filled, 'voicemail_arrow_back_16_filled', 16), FluentUISampleIcon(FluentIcons.voicemail_arrow_back_20_filled, 'voicemail_arrow_back_20_filled', 20), @@ -24668,6 +25208,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.weather_thunderstorm_48_filled, 'weather_thunderstorm_48_filled', 48), + FluentUISampleIcon(FluentIcons.web_asset_16_filled, 'web_asset_16_filled', 16), + FluentUISampleIcon(FluentIcons.web_asset_20_filled, 'web_asset_20_filled', 20), FluentUISampleIcon(FluentIcons.web_asset_24_filled, 'web_asset_24_filled', 24), diff --git a/flutter/lib/fonts/FluentSystemIcons-Filled.ttf b/flutter/lib/fonts/FluentSystemIcons-Filled.ttf index 513dc19dcb..743cee11c7 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 f307b2db19..5a64afb3a6 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 7883b78d65..b1846a893e 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 168d80b970..bc1019f526 100644 --- a/flutter/lib/src/fluent_icons.dart +++ b/flutter/lib/src/fluent_icons.dart @@ -267,6 +267,18 @@ class FluentIcons { /// fluent icon named "align_center_vertical" in size 48 and regular style. static const IconData align_center_vertical_48_regular = IconData(57391, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "align_distribute_bottom" in size 16 and regular style. + static const IconData align_distribute_bottom_16_regular = IconData(61596, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "align_distribute_left" in size 16 and regular style. + static const IconData align_distribute_left_16_regular = IconData(61597, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "align_distribute_right" in size 16 and regular style. + static const IconData align_distribute_right_16_regular = IconData(61598, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "align_distribute_top" in size 16 and regular style. + static const IconData align_distribute_top_16_regular = IconData(61599, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "align_end_horizontal" in size 20 and regular style. static const IconData align_end_horizontal_20_regular = IconData(57392, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -336,9 +348,15 @@ class FluentIcons { /// fluent icon named "align_start_vertical" in size 20 and regular style. static const IconData align_start_vertical_20_regular = IconData(57414, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "align_stretch_horizontal" in size 16 and regular style. + static const IconData align_stretch_horizontal_16_regular = IconData(61600, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "align_stretch_horizontal" in size 20 and regular style. static const IconData align_stretch_horizontal_20_regular = IconData(57415, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "align_stretch_vertical" in size 16 and regular style. + static const IconData align_stretch_vertical_16_regular = IconData(61601, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "align_stretch_vertical" in size 20 and regular style. static const IconData align_stretch_vertical_20_regular = IconData(57416, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -1107,6 +1125,9 @@ class FluentIcons { /// fluent icon named "arrow_next" in size 12 and regular style. static const IconData arrow_next_12_regular = IconData(57565, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "arrow_next" in size 16 and regular style. + static const IconData arrow_next_16_regular = IconData(61602, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "arrow_next" in size 20 and regular style. static const IconData arrow_next_20_regular = IconData(61802, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); @@ -1137,6 +1158,9 @@ class FluentIcons { /// fluent icon named "arrow_previous" in size 12 and regular style. static const IconData arrow_previous_12_regular = IconData(57571, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "arrow_previous" in size 16 and regular style. + static const IconData arrow_previous_16_regular = IconData(61603, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "arrow_previous" in size 20 and regular style. static const IconData arrow_previous_20_regular = IconData(61804, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); @@ -2499,6 +2523,12 @@ class FluentIcons { /// fluent icon named "braces" in size 48 and regular style. static const IconData braces_48_regular = IconData(61075, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "braces_checkmark" in size 16 and regular style. + static const IconData braces_checkmark_16_regular = IconData(61604, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "braces_dismiss" in size 16 and regular style. + static const IconData braces_dismiss_16_regular = IconData(61605, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "braces_variable" in size 20 and regular style. static const IconData braces_variable_20_regular = IconData(57815, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -2511,6 +2541,9 @@ class FluentIcons { /// fluent icon named "brain_circuit" in size 24 and regular style. static const IconData brain_circuit_24_regular = IconData(63547, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "branch" in size 16 and regular style. + static const IconData branch_16_regular = IconData(61606, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "branch" in size 20 and regular style. static const IconData branch_20_regular = IconData(57817, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -2913,6 +2946,24 @@ class FluentIcons { /// fluent icon named "calendar_agenda" in size 28 and regular style. static const IconData calendar_agenda_28_regular = IconData(61973, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "calendar_arrow_counterclockwise" in size 16 and regular style. + static const IconData calendar_arrow_counterclockwise_16_regular = IconData(61607, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_arrow_counterclockwise" in size 20 and regular style. + static const IconData calendar_arrow_counterclockwise_20_regular = IconData(61608, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_arrow_counterclockwise" in size 24 and regular style. + static const IconData calendar_arrow_counterclockwise_24_regular = IconData(61609, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_arrow_counterclockwise" in size 28 and regular style. + static const IconData calendar_arrow_counterclockwise_28_regular = IconData(61610, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_arrow_counterclockwise" in size 32 and regular style. + static const IconData calendar_arrow_counterclockwise_32_regular = IconData(61611, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_arrow_counterclockwise" in size 48 and regular style. + static const IconData calendar_arrow_counterclockwise_48_regular = IconData(61612, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "calendar_arrow_down" in size 20 and regular style. static const IconData calendar_arrow_down_20_regular = IconData(57915, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -3132,6 +3183,18 @@ class FluentIcons { /// fluent icon named "calendar_phone" in size 20 and regular style. static const IconData calendar_phone_20_regular = IconData(57949, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "calendar_play" in size 16 and regular style. + static const IconData calendar_play_16_regular = IconData(61613, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_play" in size 20 and regular style. + static const IconData calendar_play_20_regular = IconData(61614, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_play" in size 24 and regular style. + static const IconData calendar_play_24_regular = IconData(61615, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_play" in size 28 and regular style. + static const IconData calendar_play_28_regular = IconData(61616, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "calendar_question_mark" in size 16 and regular style. static const IconData calendar_question_mark_16_regular = IconData(57950, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -3198,6 +3261,24 @@ class FluentIcons { /// fluent icon named "calendar_settings" in size 48 and regular style. static const IconData calendar_settings_48_regular = IconData(61262, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "calendar_shield" in size 16 and regular style. + static const IconData calendar_shield_16_regular = IconData(61617, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_shield" in size 20 and regular style. + static const IconData calendar_shield_20_regular = IconData(61618, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_shield" in size 24 and regular style. + static const IconData calendar_shield_24_regular = IconData(61619, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_shield" in size 28 and regular style. + static const IconData calendar_shield_28_regular = IconData(61620, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_shield" in size 32 and regular style. + static const IconData calendar_shield_32_regular = IconData(61621, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_shield" in size 48 and regular style. + static const IconData calendar_shield_48_regular = IconData(61622, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "calendar_star" in size 16 and regular style. static const IconData calendar_star_16_regular = IconData(57962, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -3432,6 +3513,12 @@ class FluentIcons { /// fluent icon named "call_transfer" in size 20 and regular style. static const IconData call_transfer_20_regular = IconData(58003, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "call_transfer" in size 24 and regular style. + static const IconData call_transfer_24_regular = IconData(61623, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "call_transfer" in size 32 and regular style. + static const IconData call_transfer_32_regular = IconData(61624, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "call_warning" in size 16 and regular style. static const IconData call_warning_16_regular = IconData(58004, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -3492,6 +3579,9 @@ class FluentIcons { /// fluent icon named "camera_edit" in size 20 and regular style. static const IconData camera_edit_20_regular = IconData(58015, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "camera_off" in size 16 and regular style. + static const IconData camera_off_16_regular = IconData(61625, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "camera_off" in size 20 and regular style. static const IconData camera_off_20_regular = IconData(58016, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -3600,6 +3690,9 @@ class FluentIcons { /// fluent icon named "catch_up" in size 24 and regular style. static const IconData catch_up_24_regular = IconData(58031, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "cd" in size 16 and regular style. + static const IconData cd_16_regular = IconData(61626, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "cellular_3g" in size 20 and regular style. static const IconData cellular_3g_20_regular = IconData(58032, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -3672,6 +3765,9 @@ class FluentIcons { /// fluent icon named "center_vertical" in size 24 and regular style. static const IconData center_vertical_24_regular = IconData(58043, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "certificate" in size 16 and regular style. + static const IconData certificate_16_regular = IconData(61627, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "certificate" in size 20 and regular style. static const IconData certificate_20_regular = IconData(62078, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -4491,6 +4587,9 @@ class FluentIcons { /// fluent icon named "clipboard_edit" in size 20 and regular style. static const IconData clipboard_edit_20_regular = IconData(58194, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_error" in size 16 and regular style. + static const IconData clipboard_error_16_regular = IconData(61628, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_error" in size 20 and regular style. static const IconData clipboard_error_20_regular = IconData(58195, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -4542,6 +4641,12 @@ class FluentIcons { /// fluent icon named "clipboard_more" in size 24 and regular style. static const IconData clipboard_more_24_regular = IconData(62164, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_multiple" in size 16 and regular style. + static const IconData clipboard_multiple_16_regular = IconData(61629, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_note" in size 16 and regular style. + static const IconData clipboard_note_16_regular = IconData(61630, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_note" in size 20 and regular style. static const IconData clipboard_note_20_regular = IconData(58201, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -4572,6 +4677,9 @@ class FluentIcons { /// fluent icon named "clipboard_settings" in size 24 and regular style. static const IconData clipboard_settings_24_regular = IconData(58204, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_task" in size 16 and regular style. + static const IconData clipboard_task_16_regular = IconData(61631, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_task" in size 20 and regular style. static const IconData clipboard_task_20_regular = IconData(58205, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -4608,6 +4716,9 @@ class FluentIcons { /// fluent icon named "clipboard_text_edit" in size 32 and regular style. static const IconData clipboard_text_edit_32_regular = IconData(58216, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_text_ltr" in size 16 and regular style. + static const IconData clipboard_text_ltr_16_regular = IconData(61632, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_text_ltr" in size 20 and regular style. static const IconData clipboard_text_ltr_20_regular = IconData(58217, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -4617,6 +4728,9 @@ class FluentIcons { /// fluent icon named "clipboard_text_ltr" in size 32 and regular style. static const IconData clipboard_text_ltr_32_regular = IconData(58219, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_text_rtl" in size 16 and regular style. + static const IconData clipboard_text_rtl_16_regular = IconData(61633, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_text_rtl" in size 20 and regular style. static const IconData clipboard_text_rtl_20_regular = IconData(58220, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -4737,6 +4851,9 @@ class FluentIcons { /// fluent icon named "cloud_add" in size 20 and regular style. static const IconData cloud_add_20_regular = IconData(58245, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "cloud_add" in size 24 and regular style. + static const IconData cloud_add_24_regular = IconData(61634, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "cloud_archive" in size 16 and regular style. static const IconData cloud_archive_16_regular = IconData(58246, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -4833,6 +4950,9 @@ class FluentIcons { /// fluent icon named "cloud_edit" in size 20 and regular style. static const IconData cloud_edit_20_regular = IconData(58276, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "cloud_edit" in size 24 and regular style. + static const IconData cloud_edit_24_regular = IconData(61635, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "cloud_error" in size 16 and regular style. static const IconData cloud_error_16_regular = IconData(61402, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -4863,6 +4983,9 @@ class FluentIcons { /// fluent icon named "cloud_link" in size 20 and regular style. static const IconData cloud_link_20_regular = IconData(58278, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "cloud_link" in size 24 and regular style. + static const IconData cloud_link_24_regular = IconData(61636, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "cloud_off" in size 16 and regular style. static const IconData cloud_off_16_regular = IconData(58279, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -4953,6 +5076,36 @@ class FluentIcons { /// fluent icon named "code_circle" in size 20 and regular style. static const IconData code_circle_20_regular = IconData(58297, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "code_cs" in size 16 and regular style. + static const IconData code_cs_16_regular = IconData(61637, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "code_cs_rectangle" in size 16 and regular style. + static const IconData code_cs_rectangle_16_regular = IconData(61638, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "code_fs" in size 16 and regular style. + static const IconData code_fs_16_regular = IconData(61639, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "code_fs_rectangle" in size 16 and regular style. + static const IconData code_fs_rectangle_16_regular = IconData(61640, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "code_js" in size 16 and regular style. + static const IconData code_js_16_regular = IconData(61641, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "code_js_rectangle" in size 16 and regular style. + static const IconData code_js_rectangle_16_regular = IconData(61642, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "code_py" in size 16 and regular style. + static const IconData code_py_16_regular = IconData(61643, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "code_py_rectangle" in size 16 and regular style. + static const IconData code_py_rectangle_16_regular = IconData(61644, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "code_rb" in size 16 and regular style. + static const IconData code_rb_16_regular = IconData(61645, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "code_rb_rectangle" in size 16 and regular style. + static const IconData code_rb_rectangle_16_regular = IconData(61646, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "code_text" in size 16 and regular style. static const IconData code_text_16_regular = IconData(61284, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -4962,6 +5115,21 @@ class FluentIcons { /// fluent icon named "code_text_edit" in size 20 and regular style. static const IconData code_text_edit_20_regular = IconData(58299, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "code_text_off" in size 16 and regular style. + static const IconData code_text_off_16_regular = IconData(61647, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "code_ts" in size 16 and regular style. + static const IconData code_ts_16_regular = IconData(61648, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "code_ts_rectangle" in size 16 and regular style. + static const IconData code_ts_rectangle_16_regular = IconData(61649, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "code_vb" in size 16 and regular style. + static const IconData code_vb_16_regular = IconData(61650, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "code_vb_rectangle" in size 16 and regular style. + static const IconData code_vb_rectangle_16_regular = IconData(61651, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "collections" in size 20 and regular style. static const IconData collections_20_regular = IconData(62193, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -5304,6 +5472,9 @@ class FluentIcons { /// fluent icon named "compose" in size 28 and regular style. static const IconData compose_28_regular = IconData(62230, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "cone" in size 16 and regular style. + static const IconData cone_16_regular = IconData(61652, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "conference_room" in size 16 and regular style. static const IconData conference_room_16_regular = IconData(62231, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -5706,6 +5877,9 @@ class FluentIcons { /// fluent icon named "data_bar_horizontal" in size 24 and regular style. static const IconData data_bar_horizontal_24_regular = IconData(62270, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "data_bar_horizontal_descending" in size 16 and regular style. + static const IconData data_bar_horizontal_descending_16_regular = IconData(61653, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "data_bar_vertical" in size 16 and regular style. static const IconData data_bar_vertical_16_regular = IconData(61092, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -5724,6 +5898,9 @@ class FluentIcons { /// fluent icon named "data_bar_vertical_add" in size 24 and regular style. static const IconData data_bar_vertical_add_24_regular = IconData(58453, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "data_bar_vertical_ascending" in size 16 and regular style. + static const IconData data_bar_vertical_ascending_16_regular = IconData(61654, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "data_bar_vertical_star" in size 16 and regular style. static const IconData data_bar_vertical_star_16_regular = IconData(61376, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -5829,6 +6006,9 @@ class FluentIcons { /// fluent icon named "data_whisker" in size 24 and regular style. static const IconData data_whisker_24_regular = IconData(62283, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "database" in size 16 and regular style. + static const IconData database_16_regular = IconData(61655, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "database" in size 20 and regular style. static const IconData database_20_regular = IconData(58470, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -5880,6 +6060,9 @@ class FluentIcons { /// fluent icon named "database_search" in size 24 and regular style. static const IconData database_search_24_regular = IconData(58483, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "database_stack" in size 16 and regular style. + static const IconData database_stack_16_regular = IconData(61656, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "database_switch" in size 20 and regular style. static const IconData database_switch_20_regular = IconData(58484, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -6108,6 +6291,9 @@ class FluentIcons { /// fluent icon named "desktop_toolbox" in size 24 and regular style. static const IconData desktop_toolbox_24_regular = IconData(58539, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "developer_board" in size 16 and regular style. + static const IconData developer_board_16_regular = IconData(61657, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "developer_board" in size 20 and regular style. static const IconData developer_board_20_regular = IconData(58540, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -6465,6 +6651,9 @@ class FluentIcons { /// fluent icon named "document_chevron_double" in size 24 and regular style. static const IconData document_chevron_double_24_regular = IconData(58612, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_contract" in size 16 and regular style. + static const IconData document_contract_16_regular = IconData(61658, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_copy" in size 16 and regular style. static const IconData document_copy_16_regular = IconData(62335, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -6477,12 +6666,21 @@ class FluentIcons { /// fluent icon named "document_copy" in size 48 and regular style. static const IconData document_copy_48_regular = IconData(62338, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_cs" in size 16 and regular style. + static const IconData document_cs_16_regular = IconData(61659, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_css" in size 16 and regular style. + static const IconData document_css_16_regular = IconData(61660, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_css" in size 20 and regular style. static const IconData document_css_20_regular = IconData(58613, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_css" in size 24 and regular style. static const IconData document_css_24_regular = IconData(58614, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_data" in size 16 and regular style. + static const IconData document_data_16_regular = IconData(61661, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_data" in size 20 and regular style. static const IconData document_data_20_regular = IconData(58615, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -6552,6 +6750,9 @@ class FluentIcons { /// fluent icon named "document_footer_dismiss" in size 24 and regular style. static const IconData document_footer_dismiss_24_regular = IconData(58623, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_fs" in size 16 and regular style. + static const IconData document_fs_16_regular = IconData(61662, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_header" in size 16 and regular style. static const IconData document_header_16_regular = IconData(58624, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -6603,6 +6804,9 @@ class FluentIcons { /// fluent icon named "document_javascript" in size 24 and regular style. static const IconData document_javascript_24_regular = IconData(58637, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_js" in size 16 and regular style. + static const IconData document_js_16_regular = IconData(61663, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_landscape" in size 20 and regular style. static const IconData document_landscape_20_regular = IconData(62355, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -6696,6 +6900,9 @@ class FluentIcons { /// fluent icon named "document_multiple_sync" in size 20 and regular style. static const IconData document_multiple_sync_20_regular = IconData(58662, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_number_1" in size 16 and regular style. + static const IconData document_number_1_16_regular = IconData(61664, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_one_page" in size 20 and regular style. static const IconData document_one_page_20_regular = IconData(62361, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -6786,6 +6993,9 @@ class FluentIcons { /// fluent icon named "document_prohibited" in size 24 and regular style. static const IconData document_prohibited_24_regular = IconData(58671, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_py" in size 16 and regular style. + static const IconData document_py_16_regular = IconData(61665, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_question_mark" in size 16 and regular style. static const IconData document_question_mark_16_regular = IconData(58672, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -6813,6 +7023,9 @@ class FluentIcons { /// fluent icon named "document_queue_multiple" in size 24 and regular style. static const IconData document_queue_multiple_24_regular = IconData(58680, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_rb" in size 16 and regular style. + static const IconData document_rb_16_regular = IconData(61666, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_ribbon" in size 16 and regular style. static const IconData document_ribbon_16_regular = IconData(58681, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -6921,6 +7134,9 @@ class FluentIcons { /// fluent icon named "document_table_truck" in size 24 and regular style. static const IconData document_table_truck_24_regular = IconData(58710, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_target" in size 16 and regular style. + static const IconData document_target_16_regular = IconData(61667, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_text" in size 16 and regular style. static const IconData document_text_16_regular = IconData(61165, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -6960,6 +7176,12 @@ class FluentIcons { /// fluent icon named "document_toolbox" in size 24 and regular style. static const IconData document_toolbox_24_regular = IconData(62385, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_ts" in size 16 and regular style. + static const IconData document_ts_16_regular = IconData(61668, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_vb" in size 16 and regular style. + static const IconData document_vb_16_regular = IconData(61669, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_width" in size 20 and regular style. static const IconData document_width_20_regular = IconData(62392, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -7710,6 +7932,9 @@ class FluentIcons { /// fluent icon named "eye_tracking_off" in size 24 and regular style. static const IconData eye_tracking_off_24_regular = IconData(58876, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "eyedropper" in size 16 and regular style. + static const IconData eyedropper_16_regular = IconData(61670, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "eyedropper" in size 20 and regular style. static const IconData eyedropper_20_regular = IconData(58877, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -8142,6 +8367,9 @@ class FluentIcons { /// fluent icon named "folder_mail" in size 28 and regular style. static const IconData folder_mail_28_regular = IconData(58969, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "folder_multiple" in size 16 and regular style. + static const IconData folder_multiple_16_regular = IconData(61671, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "folder_open" in size 16 and regular style. static const IconData folder_open_16_regular = IconData(62509, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -8151,6 +8379,9 @@ class FluentIcons { /// fluent icon named "folder_open" in size 24 and regular style. static const IconData folder_open_24_regular = IconData(62511, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "folder_open_vertical" in size 16 and regular style. + static const IconData folder_open_vertical_16_regular = IconData(61672, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "folder_open_vertical" in size 20 and regular style. static const IconData folder_open_vertical_20_regular = IconData(62512, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -8445,6 +8676,9 @@ class FluentIcons { /// fluent icon named "games" in size 48 and regular style. static const IconData games_48_regular = IconData(59021, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "gantt_chart" in size 16 and regular style. + static const IconData gantt_chart_16_regular = IconData(61673, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "gantt_chart" in size 20 and regular style. static const IconData gantt_chart_20_regular = IconData(59022, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -8862,6 +9096,9 @@ class FluentIcons { /// fluent icon named "handshake" in size 32 and regular style. static const IconData handshake_32_regular = IconData(61190, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "hard_drive" in size 16 and regular style. + static const IconData hard_drive_16_regular = IconData(61674, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "hard_drive" in size 20 and regular style. static const IconData hard_drive_20_regular = IconData(59107, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -9141,24 +9378,36 @@ class FluentIcons { /// fluent icon named "home_split" in size 48 and regular style. static const IconData home_split_48_regular = IconData(61499, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "hourglass" in size 16 and regular style. + static const IconData hourglass_16_regular = IconData(61675, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "hourglass" in size 20 and regular style. static const IconData hourglass_20_regular = IconData(61291, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hourglass" in size 24 and regular style. static const IconData hourglass_24_regular = IconData(61292, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "hourglass_half" in size 16 and regular style. + static const IconData hourglass_half_16_regular = IconData(61676, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "hourglass_half" in size 20 and regular style. static const IconData hourglass_half_20_regular = IconData(61293, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hourglass_half" in size 24 and regular style. static const IconData hourglass_half_24_regular = IconData(61294, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "hourglass_one_quarter" in size 16 and regular style. + static const IconData hourglass_one_quarter_16_regular = IconData(61677, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "hourglass_one_quarter" in size 20 and regular style. static const IconData hourglass_one_quarter_20_regular = IconData(61295, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hourglass_one_quarter" in size 24 and regular style. static const IconData hourglass_one_quarter_24_regular = IconData(61296, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "hourglass_three_quarter" in size 16 and regular style. + static const IconData hourglass_three_quarter_16_regular = IconData(61678, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "hourglass_three_quarter" in size 20 and regular style. static const IconData hourglass_three_quarter_20_regular = IconData(61297, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -9495,6 +9744,9 @@ class FluentIcons { /// fluent icon named "keyboard_layout_split" in size 24 and regular style. static const IconData keyboard_layout_split_24_regular = IconData(62654, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "keyboard_mouse" in size 16 and regular style. + static const IconData keyboard_mouse_16_regular = IconData(61679, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "keyboard_shift" in size 16 and regular style. static const IconData keyboard_shift_16_regular = IconData(59216, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -10449,6 +10701,9 @@ class FluentIcons { /// fluent icon named "megaphone_off" in size 28 and regular style. static const IconData megaphone_off_28_regular = IconData(59379, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "memory" in size 16 and regular style. + static const IconData memory_16_regular = IconData(61680, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "mention" in size 12 and regular style. static const IconData mention_12_regular = IconData(61424, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -10656,12 +10911,24 @@ class FluentIcons { /// fluent icon named "money_settings" in size 20 and regular style. static const IconData money_settings_20_regular = IconData(59424, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "more_circle" in size 16 and regular style. + static const IconData more_circle_16_regular = IconData(61681, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "more_circle" in size 20 and regular style. static const IconData more_circle_20_regular = IconData(59425, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "more_circle" in size 24 and regular style. + static const IconData more_circle_24_regular = IconData(61682, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "more_circle" in size 28 and regular style. + static const IconData more_circle_28_regular = IconData(61683, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "more_circle" in size 32 and regular style. static const IconData more_circle_32_regular = IconData(59426, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "more_circle" in size 48 and regular style. + static const IconData more_circle_48_regular = IconData(61684, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "more_horizontal" in size 16 and regular style. static const IconData more_horizontal_16_regular = IconData(59427, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -10881,6 +11148,9 @@ class FluentIcons { /// fluent icon named "navigation_unread" in size 24 and regular style. static const IconData navigation_unread_24_regular = IconData(59491, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "network_adapter" in size 16 and regular style. + static const IconData network_adapter_16_regular = IconData(61685, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "network_check" in size 20 and regular style. static const IconData network_check_20_regular = IconData(59492, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -11796,6 +12066,24 @@ class FluentIcons { /// fluent icon named "people_settings" in size 28 and regular style. static const IconData people_settings_28_regular = IconData(59657, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "people_star" in size 16 and regular style. + static const IconData people_star_16_regular = IconData(61686, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_star" in size 20 and regular style. + static const IconData people_star_20_regular = IconData(61687, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_star" in size 24 and regular style. + static const IconData people_star_24_regular = IconData(61688, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_star" in size 28 and regular style. + static const IconData people_star_28_regular = IconData(61689, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_star" in size 32 and regular style. + static const IconData people_star_32_regular = IconData(61690, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_star" in size 48 and regular style. + static const IconData people_star_48_regular = IconData(61691, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "people_swap" in size 16 and regular style. static const IconData people_swap_16_regular = IconData(59658, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -12159,6 +12447,12 @@ class FluentIcons { /// fluent icon named "person_running" in size 20 and regular style. static const IconData person_running_20_regular = IconData(61148, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "person_search" in size 16 and regular style. + static const IconData person_search_16_regular = IconData(61692, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_search" in size 32 and regular style. + static const IconData person_search_32_regular = IconData(61693, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "person_settings" in size 16 and regular style. static const IconData person_settings_16_regular = IconData(59717, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -12171,6 +12465,9 @@ class FluentIcons { /// fluent icon named "person_square" in size 24 and regular style. static const IconData person_square_24_regular = IconData(61508, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "person_standing" in size 16 and regular style. + static const IconData person_standing_16_regular = IconData(61694, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "person_star" in size 16 and regular style. static const IconData person_star_16_regular = IconData(61195, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -12258,6 +12555,9 @@ class FluentIcons { /// fluent icon named "person_voice" in size 24 and regular style. static const IconData person_voice_24_regular = IconData(62943, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "person_walking" in size 16 and regular style. + static const IconData person_walking_16_regular = IconData(61695, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "person_walking" in size 20 and regular style. static const IconData person_walking_20_regular = IconData(61575, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -12615,6 +12915,9 @@ class FluentIcons { /// fluent icon named "play_circle" in size 48 and regular style. static const IconData play_circle_48_regular = IconData(59798, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "play_multiple" in size 16 and regular style. + static const IconData play_multiple_16_regular = IconData(61696, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "play_settings" in size 20 and regular style. static const IconData play_settings_20_regular = IconData(59799, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -13089,12 +13392,21 @@ class FluentIcons { /// fluent icon named "radar_rectangle_multiple" in size 20 and regular style. static const IconData radar_rectangle_multiple_20_regular = IconData(59890, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "radio_button" in size 16 and regular style. + static const IconData radio_button_16_regular = IconData(61779, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "radio_button" in size 20 and regular style. static const IconData radio_button_20_regular = IconData(63044, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "radio_button" in size 24 and regular style. static const IconData radio_button_24_regular = IconData(63045, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "radio_button_off" in size 16 and regular style. + static const IconData radio_button_off_16_regular = IconData(61781, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "ram" in size 16 and regular style. + static const IconData ram_16_regular = IconData(61905, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "ram" in size 20 and regular style. static const IconData ram_20_regular = IconData(59891, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -13584,6 +13896,9 @@ class FluentIcons { /// fluent icon named "save_image" in size 20 and regular style. static const IconData save_image_20_regular = IconData(59978, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "save_multiple" in size 16 and regular style. + static const IconData save_multiple_16_regular = IconData(61906, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "save_multiple" in size 20 and regular style. static const IconData save_multiple_20_regular = IconData(59979, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -13770,6 +14085,9 @@ class FluentIcons { /// fluent icon named "screenshot" in size 24 and regular style. static const IconData screenshot_24_regular = IconData(63118, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "script" in size 16 and regular style. + static const IconData script_16_regular = IconData(61915, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "search" in size 12 and regular style. static const IconData search_12_regular = IconData(60027, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -13887,6 +14205,9 @@ class FluentIcons { /// fluent icon named "serial_port" in size 24 and regular style. static const IconData serial_port_24_regular = IconData(63139, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "server" in size 16 and regular style. + static const IconData server_16_regular = IconData(61916, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "server" in size 20 and regular style. static const IconData server_20_regular = IconData(63337, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -13899,6 +14220,12 @@ class FluentIcons { /// fluent icon named "server_play" in size 20 and regular style. static const IconData server_play_20_regular = IconData(60050, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "server_surface" in size 16 and regular style. + static const IconData server_surface_16_regular = IconData(61917, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "server_surface_multiple" in size 16 and regular style. + static const IconData server_surface_multiple_16_regular = IconData(61958, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "service_bell" in size 20 and regular style. static const IconData service_bell_20_regular = IconData(60051, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -14094,6 +14421,9 @@ class FluentIcons { /// fluent icon named "share_screen_stop" in size 48 and regular style. static const IconData share_screen_stop_48_regular = IconData(60098, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "shield" in size 12 and regular style. + static const IconData shield_12_regular = IconData(61983, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "shield" in size 16 and regular style. static const IconData shield_16_regular = IconData(60099, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -14592,6 +14922,24 @@ class FluentIcons { /// fluent icon named "slide_text_multiple" in size 32 and regular style. static const IconData slide_text_multiple_32_regular = IconData(61523, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "slide_text_person" in size 16 and regular style. + static const IconData slide_text_person_16_regular = IconData(61999, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "slide_text_person" in size 20 and regular style. + static const IconData slide_text_person_20_regular = IconData(62043, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "slide_text_person" in size 24 and regular style. + static const IconData slide_text_person_24_regular = IconData(62044, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "slide_text_person" in size 28 and regular style. + static const IconData slide_text_person_28_regular = IconData(62045, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "slide_text_person" in size 32 and regular style. + static const IconData slide_text_person_32_regular = IconData(62046, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "slide_text_person" in size 48 and regular style. + static const IconData slide_text_person_48_regular = IconData(62169, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "slide_transition" in size 20 and regular style. static const IconData slide_transition_20_regular = IconData(60203, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -14871,6 +15219,9 @@ class FluentIcons { /// fluent icon named "sport_soccer" in size 24 and regular style. static const IconData sport_soccer_24_regular = IconData(60274, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "spray_can" in size 16 and regular style. + static const IconData spray_can_16_regular = IconData(62170, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "square" in size 12 and regular style. static const IconData square_12_regular = IconData(60275, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -15192,6 +15543,12 @@ class FluentIcons { /// fluent icon named "status" in size 24 and regular style. static const IconData status_24_regular = IconData(63267, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "step" in size 16 and regular style. + static const IconData step_16_regular = IconData(62183, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "steps" in size 16 and regular style. + static const IconData steps_16_regular = IconData(62184, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "steps" in size 20 and regular style. static const IconData steps_20_regular = IconData(60351, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -15747,6 +16104,24 @@ class FluentIcons { /// fluent icon named "table_link" in size 28 and regular style. static const IconData table_link_28_regular = IconData(60468, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "table_lock" in size 16 and regular style. + static const IconData table_lock_16_regular = IconData(62185, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_lock" in size 20 and regular style. + static const IconData table_lock_20_regular = IconData(62188, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_lock" in size 24 and regular style. + static const IconData table_lock_24_regular = IconData(62189, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_lock" in size 28 and regular style. + static const IconData table_lock_28_regular = IconData(62190, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_lock" in size 32 and regular style. + static const IconData table_lock_32_regular = IconData(62210, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "table_lock" in size 48 and regular style. + static const IconData table_lock_48_regular = IconData(62217, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "table_move_above" in size 16 and regular style. static const IconData table_move_above_16_regular = IconData(60469, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -17091,6 +17466,9 @@ class FluentIcons { /// fluent icon named "text_t" in size 48 and regular style. static const IconData text_t_48_regular = IconData(60774, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "text_t_tag" in size 16 and regular style. + static const IconData text_t_tag_16_regular = IconData(62246, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "text_underline" in size 16 and regular style. static const IconData text_underline_16_regular = IconData(60775, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -17859,6 +18237,9 @@ class FluentIcons { /// fluent icon named "video_person" in size 28 and regular style. static const IconData video_person_28_regular = IconData(60939, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "video_person" in size 32 and regular style. + static const IconData video_person_32_regular = IconData(62247, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "video_person" in size 48 and regular style. static const IconData video_person_48_regular = IconData(60940, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -17874,6 +18255,24 @@ class FluentIcons { /// fluent icon named "video_person_call" in size 32 and regular style. static const IconData video_person_call_32_regular = IconData(60944, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "video_person_clock" in size 16 and regular style. + static const IconData video_person_clock_16_regular = IconData(62350, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_person_clock" in size 20 and regular style. + static const IconData video_person_clock_20_regular = IconData(62354, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_person_clock" in size 24 and regular style. + static const IconData video_person_clock_24_regular = IconData(62453, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_person_clock" in size 28 and regular style. + static const IconData video_person_clock_28_regular = IconData(62454, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_person_clock" in size 32 and regular style. + static const IconData video_person_clock_32_regular = IconData(62455, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_person_clock" in size 48 and regular style. + static const IconData video_person_clock_48_regular = IconData(62456, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "video_person_off" in size 20 and regular style. static const IconData video_person_off_20_regular = IconData(60945, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -17973,6 +18372,9 @@ class FluentIcons { /// fluent icon named "voicemail" in size 28 and regular style. static const IconData voicemail_28_regular = IconData(60964, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "voicemail" in size 32 and regular style. + static const IconData voicemail_32_regular = IconData(62457, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "voicemail_arrow_back" in size 16 and regular style. static const IconData voicemail_arrow_back_16_regular = IconData(63467, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -18354,6 +18756,9 @@ class FluentIcons { /// fluent icon named "weather_thunderstorm" in size 48 and regular style. static const IconData weather_thunderstorm_48_regular = IconData(63654, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "web_asset" in size 16 and regular style. + static const IconData web_asset_16_regular = IconData(62458, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "web_asset" in size 20 and regular style. static const IconData web_asset_20_regular = IconData(61013, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -18911,6 +19316,18 @@ class FluentIcons { /// fluent icon named "align_center_vertical" in size 48 and filled style. static const IconData align_center_vertical_48_filled = IconData(57391, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "align_distribute_bottom" in size 16 and filled style. + static const IconData align_distribute_bottom_16_filled = IconData(61596, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "align_distribute_left" in size 16 and filled style. + static const IconData align_distribute_left_16_filled = IconData(61597, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "align_distribute_right" in size 16 and filled style. + static const IconData align_distribute_right_16_filled = IconData(61598, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "align_distribute_top" in size 16 and filled style. + static const IconData align_distribute_top_16_filled = IconData(61599, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "align_end_horizontal" in size 20 and filled style. static const IconData align_end_horizontal_20_filled = IconData(57392, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -18980,9 +19397,15 @@ class FluentIcons { /// fluent icon named "align_start_vertical" in size 20 and filled style. static const IconData align_start_vertical_20_filled = IconData(57414, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "align_stretch_horizontal" in size 16 and filled style. + static const IconData align_stretch_horizontal_16_filled = IconData(61600, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "align_stretch_horizontal" in size 20 and filled style. static const IconData align_stretch_horizontal_20_filled = IconData(57415, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "align_stretch_vertical" in size 16 and filled style. + static const IconData align_stretch_vertical_16_filled = IconData(61601, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "align_stretch_vertical" in size 20 and filled style. static const IconData align_stretch_vertical_20_filled = IconData(57416, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -19751,6 +20174,9 @@ class FluentIcons { /// fluent icon named "arrow_next" in size 12 and filled style. static const IconData arrow_next_12_filled = IconData(57565, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "arrow_next" in size 16 and filled style. + static const IconData arrow_next_16_filled = IconData(61602, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "arrow_next" in size 20 and filled style. static const IconData arrow_next_20_filled = IconData(61802, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); @@ -19781,6 +20207,9 @@ class FluentIcons { /// fluent icon named "arrow_previous" in size 12 and filled style. static const IconData arrow_previous_12_filled = IconData(57571, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "arrow_previous" in size 16 and filled style. + static const IconData arrow_previous_16_filled = IconData(61603, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "arrow_previous" in size 20 and filled style. static const IconData arrow_previous_20_filled = IconData(61804, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); @@ -21143,6 +21572,12 @@ class FluentIcons { /// fluent icon named "braces" in size 48 and filled style. static const IconData braces_48_filled = IconData(61075, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "braces_checkmark" in size 16 and filled style. + static const IconData braces_checkmark_16_filled = IconData(61604, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "braces_dismiss" in size 16 and filled style. + static const IconData braces_dismiss_16_filled = IconData(61605, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "braces_variable" in size 20 and filled style. static const IconData braces_variable_20_filled = IconData(57835, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -21155,6 +21590,9 @@ class FluentIcons { /// fluent icon named "brain_circuit" in size 24 and filled style. static const IconData brain_circuit_24_filled = IconData(63571, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "branch" in size 16 and filled style. + static const IconData branch_16_filled = IconData(61606, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "branch" in size 20 and filled style. static const IconData branch_20_filled = IconData(57837, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -21557,6 +21995,24 @@ class FluentIcons { /// fluent icon named "calendar_agenda" in size 28 and filled style. static const IconData calendar_agenda_28_filled = IconData(61973, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "calendar_arrow_counterclockwise" in size 16 and filled style. + static const IconData calendar_arrow_counterclockwise_16_filled = IconData(61607, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_arrow_counterclockwise" in size 20 and filled style. + static const IconData calendar_arrow_counterclockwise_20_filled = IconData(61608, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_arrow_counterclockwise" in size 24 and filled style. + static const IconData calendar_arrow_counterclockwise_24_filled = IconData(61609, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_arrow_counterclockwise" in size 28 and filled style. + static const IconData calendar_arrow_counterclockwise_28_filled = IconData(61610, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_arrow_counterclockwise" in size 32 and filled style. + static const IconData calendar_arrow_counterclockwise_32_filled = IconData(61611, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_arrow_counterclockwise" in size 48 and filled style. + static const IconData calendar_arrow_counterclockwise_48_filled = IconData(61612, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "calendar_arrow_down" in size 20 and filled style. static const IconData calendar_arrow_down_20_filled = IconData(57935, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -21776,6 +22232,18 @@ class FluentIcons { /// fluent icon named "calendar_phone" in size 20 and filled style. static const IconData calendar_phone_20_filled = IconData(57969, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "calendar_play" in size 16 and filled style. + static const IconData calendar_play_16_filled = IconData(61613, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_play" in size 20 and filled style. + static const IconData calendar_play_20_filled = IconData(61614, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_play" in size 24 and filled style. + static const IconData calendar_play_24_filled = IconData(61615, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_play" in size 28 and filled style. + static const IconData calendar_play_28_filled = IconData(61616, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "calendar_question_mark" in size 16 and filled style. static const IconData calendar_question_mark_16_filled = IconData(57970, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -21842,6 +22310,24 @@ class FluentIcons { /// fluent icon named "calendar_settings" in size 48 and filled style. static const IconData calendar_settings_48_filled = IconData(61262, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "calendar_shield" in size 16 and filled style. + static const IconData calendar_shield_16_filled = IconData(61617, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_shield" in size 20 and filled style. + static const IconData calendar_shield_20_filled = IconData(61618, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_shield" in size 24 and filled style. + static const IconData calendar_shield_24_filled = IconData(61619, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_shield" in size 28 and filled style. + static const IconData calendar_shield_28_filled = IconData(61620, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_shield" in size 32 and filled style. + static const IconData calendar_shield_32_filled = IconData(61621, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_shield" in size 48 and filled style. + static const IconData calendar_shield_48_filled = IconData(61622, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "calendar_star" in size 16 and filled style. static const IconData calendar_star_16_filled = IconData(57982, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -22076,6 +22562,12 @@ class FluentIcons { /// fluent icon named "call_transfer" in size 20 and filled style. static const IconData call_transfer_20_filled = IconData(58023, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "call_transfer" in size 24 and filled style. + static const IconData call_transfer_24_filled = IconData(61623, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "call_transfer" in size 32 and filled style. + static const IconData call_transfer_32_filled = IconData(61624, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "call_warning" in size 16 and filled style. static const IconData call_warning_16_filled = IconData(58024, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -22136,6 +22628,9 @@ class FluentIcons { /// fluent icon named "camera_edit" in size 20 and filled style. static const IconData camera_edit_20_filled = IconData(58035, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "camera_off" in size 16 and filled style. + static const IconData camera_off_16_filled = IconData(61625, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "camera_off" in size 20 and filled style. static const IconData camera_off_20_filled = IconData(58036, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -22244,6 +22739,9 @@ class FluentIcons { /// fluent icon named "catch_up" in size 24 and filled style. static const IconData catch_up_24_filled = IconData(58051, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "cd" in size 16 and filled style. + static const IconData cd_16_filled = IconData(61626, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "cellular_3g" in size 20 and filled style. static const IconData cellular_3g_20_filled = IconData(58052, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -22316,6 +22814,9 @@ class FluentIcons { /// fluent icon named "center_vertical" in size 24 and filled style. static const IconData center_vertical_24_filled = IconData(58063, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "certificate" in size 16 and filled style. + static const IconData certificate_16_filled = IconData(61627, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "certificate" in size 20 and filled style. static const IconData certificate_20_filled = IconData(62078, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -23135,6 +23636,9 @@ class FluentIcons { /// fluent icon named "clipboard_edit" in size 20 and filled style. static const IconData clipboard_edit_20_filled = IconData(58215, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_error" in size 16 and filled style. + static const IconData clipboard_error_16_filled = IconData(61628, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_error" in size 20 and filled style. static const IconData clipboard_error_20_filled = IconData(58216, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -23186,6 +23690,12 @@ class FluentIcons { /// fluent icon named "clipboard_more" in size 24 and filled style. static const IconData clipboard_more_24_filled = IconData(62164, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_multiple" in size 16 and filled style. + static const IconData clipboard_multiple_16_filled = IconData(61629, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "clipboard_note" in size 16 and filled style. + static const IconData clipboard_note_16_filled = IconData(61630, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_note" in size 20 and filled style. static const IconData clipboard_note_20_filled = IconData(58222, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -23216,6 +23726,9 @@ class FluentIcons { /// fluent icon named "clipboard_settings" in size 24 and filled style. static const IconData clipboard_settings_24_filled = IconData(58225, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_task" in size 16 and filled style. + static const IconData clipboard_task_16_filled = IconData(61631, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_task" in size 20 and filled style. static const IconData clipboard_task_20_filled = IconData(58226, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -23252,6 +23765,9 @@ class FluentIcons { /// fluent icon named "clipboard_text_edit" in size 32 and filled style. static const IconData clipboard_text_edit_32_filled = IconData(58237, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_text_ltr" in size 16 and filled style. + static const IconData clipboard_text_ltr_16_filled = IconData(61632, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_text_ltr" in size 20 and filled style. static const IconData clipboard_text_ltr_20_filled = IconData(58238, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -23261,6 +23777,9 @@ class FluentIcons { /// fluent icon named "clipboard_text_ltr" in size 32 and filled style. static const IconData clipboard_text_ltr_32_filled = IconData(58240, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_text_rtl" in size 16 and filled style. + static const IconData clipboard_text_rtl_16_filled = IconData(61633, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_text_rtl" in size 20 and filled style. static const IconData clipboard_text_rtl_20_filled = IconData(58241, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -23381,6 +23900,9 @@ class FluentIcons { /// fluent icon named "cloud_add" in size 20 and filled style. static const IconData cloud_add_20_filled = IconData(58266, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "cloud_add" in size 24 and filled style. + static const IconData cloud_add_24_filled = IconData(61634, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "cloud_archive" in size 16 and filled style. static const IconData cloud_archive_16_filled = IconData(58267, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -23477,6 +23999,9 @@ class FluentIcons { /// fluent icon named "cloud_edit" in size 20 and filled style. static const IconData cloud_edit_20_filled = IconData(58297, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "cloud_edit" in size 24 and filled style. + static const IconData cloud_edit_24_filled = IconData(61635, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "cloud_error" in size 16 and filled style. static const IconData cloud_error_16_filled = IconData(61402, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -23507,6 +24032,9 @@ class FluentIcons { /// fluent icon named "cloud_link" in size 20 and filled style. static const IconData cloud_link_20_filled = IconData(58299, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "cloud_link" in size 24 and filled style. + static const IconData cloud_link_24_filled = IconData(61636, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "cloud_off" in size 16 and filled style. static const IconData cloud_off_16_filled = IconData(58300, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -23597,6 +24125,36 @@ class FluentIcons { /// fluent icon named "code_circle" in size 20 and filled style. static const IconData code_circle_20_filled = IconData(58318, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "code_cs" in size 16 and filled style. + static const IconData code_cs_16_filled = IconData(61637, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "code_cs_rectangle" in size 16 and filled style. + static const IconData code_cs_rectangle_16_filled = IconData(61638, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "code_fs" in size 16 and filled style. + static const IconData code_fs_16_filled = IconData(61639, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "code_fs_rectangle" in size 16 and filled style. + static const IconData code_fs_rectangle_16_filled = IconData(61640, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "code_js" in size 16 and filled style. + static const IconData code_js_16_filled = IconData(61641, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "code_js_rectangle" in size 16 and filled style. + static const IconData code_js_rectangle_16_filled = IconData(61642, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "code_py" in size 16 and filled style. + static const IconData code_py_16_filled = IconData(61643, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "code_py_rectangle" in size 16 and filled style. + static const IconData code_py_rectangle_16_filled = IconData(61644, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "code_rb" in size 16 and filled style. + static const IconData code_rb_16_filled = IconData(61645, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "code_rb_rectangle" in size 16 and filled style. + static const IconData code_rb_rectangle_16_filled = IconData(61646, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "code_text" in size 16 and filled style. static const IconData code_text_16_filled = IconData(61284, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -23606,6 +24164,21 @@ class FluentIcons { /// fluent icon named "code_text_edit" in size 20 and filled style. static const IconData code_text_edit_20_filled = IconData(58320, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "code_text_off" in size 16 and filled style. + static const IconData code_text_off_16_filled = IconData(61647, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "code_ts" in size 16 and filled style. + static const IconData code_ts_16_filled = IconData(61648, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "code_ts_rectangle" in size 16 and filled style. + static const IconData code_ts_rectangle_16_filled = IconData(61649, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "code_vb" in size 16 and filled style. + static const IconData code_vb_16_filled = IconData(61650, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "code_vb_rectangle" in size 16 and filled style. + static const IconData code_vb_rectangle_16_filled = IconData(61651, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "collections" in size 20 and filled style. static const IconData collections_20_filled = IconData(62193, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -23921,6 +24494,9 @@ class FluentIcons { /// fluent icon named "compose" in size 28 and filled style. static const IconData compose_28_filled = IconData(62230, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "cone" in size 16 and filled style. + static const IconData cone_16_filled = IconData(61652, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "conference_room" in size 16 and filled style. static const IconData conference_room_16_filled = IconData(62231, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -24323,6 +24899,9 @@ class FluentIcons { /// fluent icon named "data_bar_horizontal" in size 24 and filled style. static const IconData data_bar_horizontal_24_filled = IconData(62270, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "data_bar_horizontal_descending" in size 16 and filled style. + static const IconData data_bar_horizontal_descending_16_filled = IconData(61653, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "data_bar_vertical" in size 16 and filled style. static const IconData data_bar_vertical_16_filled = IconData(61092, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -24341,6 +24920,9 @@ class FluentIcons { /// fluent icon named "data_bar_vertical_add" in size 24 and filled style. static const IconData data_bar_vertical_add_24_filled = IconData(58465, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "data_bar_vertical_ascending" in size 16 and filled style. + static const IconData data_bar_vertical_ascending_16_filled = IconData(61654, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "data_bar_vertical_star" in size 16 and filled style. static const IconData data_bar_vertical_star_16_filled = IconData(61376, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -24446,6 +25028,9 @@ class FluentIcons { /// fluent icon named "data_whisker" in size 24 and filled style. static const IconData data_whisker_24_filled = IconData(62283, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "database" in size 16 and filled style. + static const IconData database_16_filled = IconData(61655, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "database" in size 20 and filled style. static const IconData database_20_filled = IconData(58482, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -24497,6 +25082,9 @@ class FluentIcons { /// fluent icon named "database_search" in size 24 and filled style. static const IconData database_search_24_filled = IconData(58495, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "database_stack" in size 16 and filled style. + static const IconData database_stack_16_filled = IconData(61656, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "database_switch" in size 20 and filled style. static const IconData database_switch_20_filled = IconData(58496, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -24725,6 +25313,9 @@ class FluentIcons { /// fluent icon named "desktop_toolbox" in size 24 and filled style. static const IconData desktop_toolbox_24_filled = IconData(58551, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "developer_board" in size 16 and filled style. + static const IconData developer_board_16_filled = IconData(61657, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "developer_board" in size 20 and filled style. static const IconData developer_board_20_filled = IconData(58552, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -25082,6 +25673,9 @@ class FluentIcons { /// fluent icon named "document_chevron_double" in size 24 and filled style. static const IconData document_chevron_double_24_filled = IconData(58624, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_contract" in size 16 and filled style. + static const IconData document_contract_16_filled = IconData(61658, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_copy" in size 16 and filled style. static const IconData document_copy_16_filled = IconData(62335, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -25094,12 +25688,21 @@ class FluentIcons { /// fluent icon named "document_copy" in size 48 and filled style. static const IconData document_copy_48_filled = IconData(62338, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_cs" in size 16 and filled style. + static const IconData document_cs_16_filled = IconData(61659, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_css" in size 16 and filled style. + static const IconData document_css_16_filled = IconData(61660, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_css" in size 20 and filled style. static const IconData document_css_20_filled = IconData(58625, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_css" in size 24 and filled style. static const IconData document_css_24_filled = IconData(58626, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_data" in size 16 and filled style. + static const IconData document_data_16_filled = IconData(61661, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_data" in size 20 and filled style. static const IconData document_data_20_filled = IconData(58627, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -25169,6 +25772,9 @@ class FluentIcons { /// fluent icon named "document_footer_dismiss" in size 24 and filled style. static const IconData document_footer_dismiss_24_filled = IconData(58635, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_fs" in size 16 and filled style. + static const IconData document_fs_16_filled = IconData(61662, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_header" in size 16 and filled style. static const IconData document_header_16_filled = IconData(58636, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -25220,6 +25826,9 @@ class FluentIcons { /// fluent icon named "document_javascript" in size 24 and filled style. static const IconData document_javascript_24_filled = IconData(58649, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_js" in size 16 and filled style. + static const IconData document_js_16_filled = IconData(61663, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_landscape" in size 20 and filled style. static const IconData document_landscape_20_filled = IconData(62355, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -25313,6 +25922,9 @@ class FluentIcons { /// fluent icon named "document_multiple_sync" in size 20 and filled style. static const IconData document_multiple_sync_20_filled = IconData(58674, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_number_1" in size 16 and filled style. + static const IconData document_number_1_16_filled = IconData(61664, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_one_page" in size 20 and filled style. static const IconData document_one_page_20_filled = IconData(62361, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -25403,6 +26015,9 @@ class FluentIcons { /// fluent icon named "document_prohibited" in size 24 and filled style. static const IconData document_prohibited_24_filled = IconData(58683, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_py" in size 16 and filled style. + static const IconData document_py_16_filled = IconData(61665, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_question_mark" in size 16 and filled style. static const IconData document_question_mark_16_filled = IconData(58684, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -25430,6 +26045,9 @@ class FluentIcons { /// fluent icon named "document_queue_multiple" in size 24 and filled style. static const IconData document_queue_multiple_24_filled = IconData(58692, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_rb" in size 16 and filled style. + static const IconData document_rb_16_filled = IconData(61666, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_ribbon" in size 16 and filled style. static const IconData document_ribbon_16_filled = IconData(58693, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -25538,6 +26156,9 @@ class FluentIcons { /// fluent icon named "document_table_truck" in size 24 and filled style. static const IconData document_table_truck_24_filled = IconData(58722, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_target" in size 16 and filled style. + static const IconData document_target_16_filled = IconData(61667, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_text" in size 16 and filled style. static const IconData document_text_16_filled = IconData(61165, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -25577,6 +26198,12 @@ class FluentIcons { /// fluent icon named "document_toolbox" in size 24 and filled style. static const IconData document_toolbox_24_filled = IconData(62385, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_ts" in size 16 and filled style. + static const IconData document_ts_16_filled = IconData(61668, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_vb" in size 16 and filled style. + static const IconData document_vb_16_filled = IconData(61669, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_width" in size 20 and filled style. static const IconData document_width_20_filled = IconData(62392, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -26327,6 +26954,9 @@ class FluentIcons { /// fluent icon named "eye_tracking_off" in size 24 and filled style. static const IconData eye_tracking_off_24_filled = IconData(58889, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "eyedropper" in size 16 and filled style. + static const IconData eyedropper_16_filled = IconData(61670, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "eyedropper" in size 20 and filled style. static const IconData eyedropper_20_filled = IconData(58890, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -26774,6 +27404,9 @@ class FluentIcons { /// fluent icon named "folder_mail" in size 28 and filled style. static const IconData folder_mail_28_filled = IconData(58982, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "folder_multiple" in size 16 and filled style. + static const IconData folder_multiple_16_filled = IconData(61671, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "folder_open" in size 16 and filled style. static const IconData folder_open_16_filled = IconData(62513, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -26783,6 +27416,9 @@ class FluentIcons { /// fluent icon named "folder_open" in size 24 and filled style. static const IconData folder_open_24_filled = IconData(62515, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "folder_open_vertical" in size 16 and filled style. + static const IconData folder_open_vertical_16_filled = IconData(61672, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "folder_open_vertical" in size 20 and filled style. static const IconData folder_open_vertical_20_filled = IconData(62516, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -27077,6 +27713,9 @@ class FluentIcons { /// fluent icon named "games" in size 48 and filled style. static const IconData games_48_filled = IconData(59034, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "gantt_chart" in size 16 and filled style. + static const IconData gantt_chart_16_filled = IconData(61673, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "gantt_chart" in size 20 and filled style. static const IconData gantt_chart_20_filled = IconData(59035, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -27494,6 +28133,9 @@ class FluentIcons { /// fluent icon named "handshake" in size 32 and filled style. static const IconData handshake_32_filled = IconData(61190, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "hard_drive" in size 16 and filled style. + static const IconData hard_drive_16_filled = IconData(61674, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "hard_drive" in size 20 and filled style. static const IconData hard_drive_20_filled = IconData(59120, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -27782,24 +28424,36 @@ class FluentIcons { /// fluent icon named "home_split" in size 48 and filled style. static const IconData home_split_48_filled = IconData(61499, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "hourglass" in size 16 and filled style. + static const IconData hourglass_16_filled = IconData(61675, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "hourglass" in size 20 and filled style. static const IconData hourglass_20_filled = IconData(61291, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hourglass" in size 24 and filled style. static const IconData hourglass_24_filled = IconData(61292, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "hourglass_half" in size 16 and filled style. + static const IconData hourglass_half_16_filled = IconData(61676, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "hourglass_half" in size 20 and filled style. static const IconData hourglass_half_20_filled = IconData(61293, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hourglass_half" in size 24 and filled style. static const IconData hourglass_half_24_filled = IconData(61294, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "hourglass_one_quarter" in size 16 and filled style. + static const IconData hourglass_one_quarter_16_filled = IconData(61677, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "hourglass_one_quarter" in size 20 and filled style. static const IconData hourglass_one_quarter_20_filled = IconData(61295, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hourglass_one_quarter" in size 24 and filled style. static const IconData hourglass_one_quarter_24_filled = IconData(61296, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "hourglass_three_quarter" in size 16 and filled style. + static const IconData hourglass_three_quarter_16_filled = IconData(61678, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "hourglass_three_quarter" in size 20 and filled style. static const IconData hourglass_three_quarter_20_filled = IconData(61297, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -28148,6 +28802,9 @@ class FluentIcons { /// fluent icon named "keyboard_layout_split" in size 24 and filled style. static const IconData keyboard_layout_split_24_filled = IconData(62664, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "keyboard_mouse" in size 16 and filled style. + static const IconData keyboard_mouse_16_filled = IconData(61679, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "keyboard_shift" in size 16 and filled style. static const IconData keyboard_shift_16_filled = IconData(59230, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -29102,6 +29759,9 @@ class FluentIcons { /// fluent icon named "megaphone_off" in size 28 and filled style. static const IconData megaphone_off_28_filled = IconData(59393, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "memory" in size 16 and filled style. + static const IconData memory_16_filled = IconData(61680, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "mention" in size 12 and filled style. static const IconData mention_12_filled = IconData(61424, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -29309,12 +29969,24 @@ class FluentIcons { /// fluent icon named "money_settings" in size 20 and filled style. static const IconData money_settings_20_filled = IconData(59438, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "more_circle" in size 16 and filled style. + static const IconData more_circle_16_filled = IconData(61681, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "more_circle" in size 20 and filled style. static const IconData more_circle_20_filled = IconData(59439, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "more_circle" in size 24 and filled style. + static const IconData more_circle_24_filled = IconData(61682, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "more_circle" in size 28 and filled style. + static const IconData more_circle_28_filled = IconData(61683, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "more_circle" in size 32 and filled style. static const IconData more_circle_32_filled = IconData(59440, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "more_circle" in size 48 and filled style. + static const IconData more_circle_48_filled = IconData(61684, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "more_horizontal" in size 16 and filled style. static const IconData more_horizontal_16_filled = IconData(59441, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -29534,6 +30206,9 @@ class FluentIcons { /// fluent icon named "navigation_unread" in size 24 and filled style. static const IconData navigation_unread_24_filled = IconData(59505, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "network_adapter" in size 16 and filled style. + static const IconData network_adapter_16_filled = IconData(61685, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "network_check" in size 20 and filled style. static const IconData network_check_20_filled = IconData(59506, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -30461,6 +31136,24 @@ class FluentIcons { /// fluent icon named "people_settings" in size 28 and filled style. static const IconData people_settings_28_filled = IconData(59675, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "people_star" in size 16 and filled style. + static const IconData people_star_16_filled = IconData(61686, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_star" in size 20 and filled style. + static const IconData people_star_20_filled = IconData(61687, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_star" in size 24 and filled style. + static const IconData people_star_24_filled = IconData(61688, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_star" in size 28 and filled style. + static const IconData people_star_28_filled = IconData(61689, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_star" in size 32 and filled style. + static const IconData people_star_32_filled = IconData(61690, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_star" in size 48 and filled style. + static const IconData people_star_48_filled = IconData(61691, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "people_swap" in size 16 and filled style. static const IconData people_swap_16_filled = IconData(59676, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -30824,6 +31517,12 @@ class FluentIcons { /// fluent icon named "person_running" in size 20 and filled style. static const IconData person_running_20_filled = IconData(61148, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "person_search" in size 16 and filled style. + static const IconData person_search_16_filled = IconData(61692, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_search" in size 32 and filled style. + static const IconData person_search_32_filled = IconData(61693, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "person_settings" in size 16 and filled style. static const IconData person_settings_16_filled = IconData(59735, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -30836,6 +31535,9 @@ class FluentIcons { /// fluent icon named "person_square" in size 24 and filled style. static const IconData person_square_24_filled = IconData(61508, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "person_standing" in size 16 and filled style. + static const IconData person_standing_16_filled = IconData(61694, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "person_star" in size 16 and filled style. static const IconData person_star_16_filled = IconData(61195, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -30923,6 +31625,9 @@ class FluentIcons { /// fluent icon named "person_voice" in size 24 and filled style. static const IconData person_voice_24_filled = IconData(62953, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "person_walking" in size 16 and filled style. + static const IconData person_walking_16_filled = IconData(61695, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "person_walking" in size 20 and filled style. static const IconData person_walking_20_filled = IconData(61575, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -31280,6 +31985,9 @@ class FluentIcons { /// fluent icon named "play_circle" in size 48 and filled style. static const IconData play_circle_48_filled = IconData(59816, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "play_multiple" in size 16 and filled style. + static const IconData play_multiple_16_filled = IconData(61696, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "play_settings" in size 20 and filled style. static const IconData play_settings_20_filled = IconData(59817, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -31724,12 +32432,21 @@ class FluentIcons { /// fluent icon named "radar_rectangle_multiple" in size 20 and filled style. static const IconData radar_rectangle_multiple_20_filled = IconData(59898, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "radio_button" in size 16 and filled style. + static const IconData radio_button_16_filled = IconData(61779, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "radio_button" in size 20 and filled style. static const IconData radio_button_20_filled = IconData(63054, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "radio_button" in size 24 and filled style. static const IconData radio_button_24_filled = IconData(63055, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "radio_button_off" in size 16 and filled style. + static const IconData radio_button_off_16_filled = IconData(61781, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "ram" in size 16 and filled style. + static const IconData ram_16_filled = IconData(61905, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "ram" in size 20 and filled style. static const IconData ram_20_filled = IconData(59899, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -32219,6 +32936,9 @@ class FluentIcons { /// fluent icon named "save_image" in size 20 and filled style. static const IconData save_image_20_filled = IconData(59986, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "save_multiple" in size 16 and filled style. + static const IconData save_multiple_16_filled = IconData(61906, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "save_multiple" in size 20 and filled style. static const IconData save_multiple_20_filled = IconData(59987, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -32405,6 +33125,9 @@ class FluentIcons { /// fluent icon named "screenshot" in size 24 and filled style. static const IconData screenshot_24_filled = IconData(63128, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "script" in size 16 and filled style. + static const IconData script_16_filled = IconData(61915, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "search" in size 12 and filled style. static const IconData search_12_filled = IconData(60035, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -32522,6 +33245,9 @@ class FluentIcons { /// fluent icon named "serial_port" in size 24 and filled style. static const IconData serial_port_24_filled = IconData(63148, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "server" in size 16 and filled style. + static const IconData server_16_filled = IconData(61916, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "server" in size 20 and filled style. static const IconData server_20_filled = IconData(63361, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -32534,6 +33260,12 @@ class FluentIcons { /// fluent icon named "server_play" in size 20 and filled style. static const IconData server_play_20_filled = IconData(60059, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "server_surface" in size 16 and filled style. + static const IconData server_surface_16_filled = IconData(61917, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "server_surface_multiple" in size 16 and filled style. + static const IconData server_surface_multiple_16_filled = IconData(61958, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "service_bell" in size 20 and filled style. static const IconData service_bell_20_filled = IconData(60060, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -32729,6 +33461,9 @@ class FluentIcons { /// fluent icon named "share_screen_stop" in size 48 and filled style. static const IconData share_screen_stop_48_filled = IconData(60107, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "shield" in size 12 and filled style. + static const IconData shield_12_filled = IconData(61983, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "shield" in size 16 and filled style. static const IconData shield_16_filled = IconData(60108, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -33227,6 +33962,24 @@ class FluentIcons { /// fluent icon named "slide_text_multiple" in size 32 and filled style. static const IconData slide_text_multiple_32_filled = IconData(61523, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "slide_text_person" in size 16 and filled style. + static const IconData slide_text_person_16_filled = IconData(61999, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "slide_text_person" in size 20 and filled style. + static const IconData slide_text_person_20_filled = IconData(62043, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "slide_text_person" in size 24 and filled style. + static const IconData slide_text_person_24_filled = IconData(62044, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "slide_text_person" in size 28 and filled style. + static const IconData slide_text_person_28_filled = IconData(62045, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "slide_text_person" in size 32 and filled style. + static const IconData slide_text_person_32_filled = IconData(62046, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "slide_text_person" in size 48 and filled style. + static const IconData slide_text_person_48_filled = IconData(62169, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "slide_transition" in size 20 and filled style. static const IconData slide_transition_20_filled = IconData(60212, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -33506,6 +34259,9 @@ class FluentIcons { /// fluent icon named "sport_soccer" in size 24 and filled style. static const IconData sport_soccer_24_filled = IconData(60283, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "spray_can" in size 16 and filled style. + static const IconData spray_can_16_filled = IconData(62170, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "square" in size 12 and filled style. static const IconData square_12_filled = IconData(60284, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -33827,6 +34583,12 @@ class FluentIcons { /// fluent icon named "status" in size 24 and filled style. static const IconData status_24_filled = IconData(63291, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "step" in size 16 and filled style. + static const IconData step_16_filled = IconData(62183, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "steps" in size 16 and filled style. + static const IconData steps_16_filled = IconData(62184, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "steps" in size 20 and filled style. static const IconData steps_20_filled = IconData(60345, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -34382,6 +35144,24 @@ class FluentIcons { /// fluent icon named "table_link" in size 28 and filled style. static const IconData table_link_28_filled = IconData(60462, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "table_lock" in size 16 and filled style. + static const IconData table_lock_16_filled = IconData(62185, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_lock" in size 20 and filled style. + static const IconData table_lock_20_filled = IconData(62188, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_lock" in size 24 and filled style. + static const IconData table_lock_24_filled = IconData(62189, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_lock" in size 28 and filled style. + static const IconData table_lock_28_filled = IconData(62190, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_lock" in size 32 and filled style. + static const IconData table_lock_32_filled = IconData(62210, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "table_lock" in size 48 and filled style. + static const IconData table_lock_48_filled = IconData(62217, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "table_move_above" in size 16 and filled style. static const IconData table_move_above_16_filled = IconData(60463, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -35747,6 +36527,9 @@ class FluentIcons { /// fluent icon named "text_t" in size 48 and filled style. static const IconData text_t_48_filled = IconData(60774, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "text_t_tag" in size 16 and filled style. + static const IconData text_t_tag_16_filled = IconData(62246, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "text_underline" in size 16 and filled style. static const IconData text_underline_16_filled = IconData(60775, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -36029,6 +36812,9 @@ class FluentIcons { /// fluent icon named "top_speed" in size 24 and filled style. static const IconData top_speed_24_filled = IconData(63562, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "translate" in size 16 and filled style. + static const IconData translate_16_filled = IconData(62247, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "translate" in size 20 and filled style. static const IconData translate_20_filled = IconData(63563, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -36512,6 +37298,9 @@ class FluentIcons { /// fluent icon named "video_person" in size 28 and filled style. static const IconData video_person_28_filled = IconData(60939, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "video_person" in size 32 and filled style. + static const IconData video_person_32_filled = IconData(62350, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "video_person" in size 48 and filled style. static const IconData video_person_48_filled = IconData(60940, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -36527,6 +37316,24 @@ class FluentIcons { /// fluent icon named "video_person_call" in size 32 and filled style. static const IconData video_person_call_32_filled = IconData(60944, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "video_person_clock" in size 16 and filled style. + static const IconData video_person_clock_16_filled = IconData(62354, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_person_clock" in size 20 and filled style. + static const IconData video_person_clock_20_filled = IconData(62452, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_person_clock" in size 24 and filled style. + static const IconData video_person_clock_24_filled = IconData(62453, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_person_clock" in size 28 and filled style. + static const IconData video_person_clock_28_filled = IconData(62454, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_person_clock" in size 32 and filled style. + static const IconData video_person_clock_32_filled = IconData(62455, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_person_clock" in size 48 and filled style. + static const IconData video_person_clock_48_filled = IconData(62456, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "video_person_off" in size 20 and filled style. static const IconData video_person_off_20_filled = IconData(60945, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -36626,6 +37433,9 @@ class FluentIcons { /// fluent icon named "voicemail" in size 28 and filled style. static const IconData voicemail_28_filled = IconData(60964, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "voicemail" in size 32 and filled style. + static const IconData voicemail_32_filled = IconData(62457, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "voicemail_arrow_back" in size 16 and filled style. static const IconData voicemail_arrow_back_16_filled = IconData(63491, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -37007,6 +37817,9 @@ class FluentIcons { /// fluent icon named "weather_thunderstorm" in size 48 and filled style. static const IconData weather_thunderstorm_48_filled = IconData(63678, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "web_asset" in size 16 and filled style. + static const IconData web_asset_16_filled = IconData(62458, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "web_asset" in size 20 and filled style. static const IconData web_asset_20_filled = IconData(61013, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 7bad61450a..c4af9936c7 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.188 +version: 1.1.189 homepage: https://github.com/microsoft/fluentui-system-icons/tree/main environment: diff --git a/fonts/FluentSystemIcons-Filled.css b/fonts/FluentSystemIcons-Filled.css index 0945c55d35..0f5a18f2b1 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?398b664b5b6114f2276f03777bf7dfba") format("woff2"), -url("./FluentSystemIcons-Filled.woff?398b664b5b6114f2276f03777bf7dfba") format("woff"), -url("./FluentSystemIcons-Filled.ttf?398b664b5b6114f2276f03777bf7dfba") format("truetype"); + src: url("./FluentSystemIcons-Filled.woff2?110eb24b2437256b7ffd05865020bcb8") format("woff2"), +url("./FluentSystemIcons-Filled.woff?110eb24b2437256b7ffd05865020bcb8") format("woff"), +url("./FluentSystemIcons-Filled.ttf?110eb24b2437256b7ffd05865020bcb8") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -18667,3 +18667,411 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_xbox_controller_error_48_filled:before { content: "\f09b"; } +.icon-ic_fluent_align_distribute_bottom_16_filled:before { + content: "\f09c"; +} +.icon-ic_fluent_align_distribute_left_16_filled:before { + content: "\f09d"; +} +.icon-ic_fluent_align_distribute_right_16_filled:before { + content: "\f09e"; +} +.icon-ic_fluent_align_distribute_top_16_filled:before { + content: "\f09f"; +} +.icon-ic_fluent_align_stretch_horizontal_16_filled:before { + content: "\f0a0"; +} +.icon-ic_fluent_align_stretch_vertical_16_filled:before { + content: "\f0a1"; +} +.icon-ic_fluent_arrow_next_16_filled:before { + content: "\f0a2"; +} +.icon-ic_fluent_arrow_previous_16_filled:before { + content: "\f0a3"; +} +.icon-ic_fluent_braces_checkmark_16_filled:before { + content: "\f0a4"; +} +.icon-ic_fluent_braces_dismiss_16_filled:before { + content: "\f0a5"; +} +.icon-ic_fluent_branch_16_filled:before { + content: "\f0a6"; +} +.icon-ic_fluent_calendar_arrow_counterclockwise_16_filled:before { + content: "\f0a7"; +} +.icon-ic_fluent_calendar_arrow_counterclockwise_20_filled:before { + content: "\f0a8"; +} +.icon-ic_fluent_calendar_arrow_counterclockwise_24_filled:before { + content: "\f0a9"; +} +.icon-ic_fluent_calendar_arrow_counterclockwise_28_filled:before { + content: "\f0aa"; +} +.icon-ic_fluent_calendar_arrow_counterclockwise_32_filled:before { + content: "\f0ab"; +} +.icon-ic_fluent_calendar_arrow_counterclockwise_48_filled:before { + content: "\f0ac"; +} +.icon-ic_fluent_calendar_play_16_filled:before { + content: "\f0ad"; +} +.icon-ic_fluent_calendar_play_20_filled:before { + content: "\f0ae"; +} +.icon-ic_fluent_calendar_play_24_filled:before { + content: "\f0af"; +} +.icon-ic_fluent_calendar_play_28_filled:before { + content: "\f0b0"; +} +.icon-ic_fluent_calendar_shield_16_filled:before { + content: "\f0b1"; +} +.icon-ic_fluent_calendar_shield_20_filled:before { + content: "\f0b2"; +} +.icon-ic_fluent_calendar_shield_24_filled:before { + content: "\f0b3"; +} +.icon-ic_fluent_calendar_shield_28_filled:before { + content: "\f0b4"; +} +.icon-ic_fluent_calendar_shield_32_filled:before { + content: "\f0b5"; +} +.icon-ic_fluent_calendar_shield_48_filled:before { + content: "\f0b6"; +} +.icon-ic_fluent_call_transfer_24_filled:before { + content: "\f0b7"; +} +.icon-ic_fluent_call_transfer_32_filled:before { + content: "\f0b8"; +} +.icon-ic_fluent_camera_off_16_filled:before { + content: "\f0b9"; +} +.icon-ic_fluent_cd_16_filled:before { + content: "\f0ba"; +} +.icon-ic_fluent_certificate_16_filled:before { + content: "\f0bb"; +} +.icon-ic_fluent_clipboard_error_16_filled:before { + content: "\f0bc"; +} +.icon-ic_fluent_clipboard_multiple_16_filled:before { + content: "\f0bd"; +} +.icon-ic_fluent_clipboard_note_16_filled:before { + content: "\f0be"; +} +.icon-ic_fluent_clipboard_task_16_filled:before { + content: "\f0bf"; +} +.icon-ic_fluent_clipboard_text_ltr_16_filled:before { + content: "\f0c0"; +} +.icon-ic_fluent_clipboard_text_rtl_16_filled:before { + content: "\f0c1"; +} +.icon-ic_fluent_cloud_add_24_filled:before { + content: "\f0c2"; +} +.icon-ic_fluent_cloud_edit_24_filled:before { + content: "\f0c3"; +} +.icon-ic_fluent_cloud_link_24_filled:before { + content: "\f0c4"; +} +.icon-ic_fluent_code_cs_16_filled:before { + content: "\f0c5"; +} +.icon-ic_fluent_code_cs_rectangle_16_filled:before { + content: "\f0c6"; +} +.icon-ic_fluent_code_fs_16_filled:before { + content: "\f0c7"; +} +.icon-ic_fluent_code_fs_rectangle_16_filled:before { + content: "\f0c8"; +} +.icon-ic_fluent_code_js_16_filled:before { + content: "\f0c9"; +} +.icon-ic_fluent_code_js_rectangle_16_filled:before { + content: "\f0ca"; +} +.icon-ic_fluent_code_py_16_filled:before { + content: "\f0cb"; +} +.icon-ic_fluent_code_py_rectangle_16_filled:before { + content: "\f0cc"; +} +.icon-ic_fluent_code_rb_16_filled:before { + content: "\f0cd"; +} +.icon-ic_fluent_code_rb_rectangle_16_filled:before { + content: "\f0ce"; +} +.icon-ic_fluent_code_text_off_16_filled:before { + content: "\f0cf"; +} +.icon-ic_fluent_code_ts_16_filled:before { + content: "\f0d0"; +} +.icon-ic_fluent_code_ts_rectangle_16_filled:before { + content: "\f0d1"; +} +.icon-ic_fluent_code_vb_16_filled:before { + content: "\f0d2"; +} +.icon-ic_fluent_code_vb_rectangle_16_filled:before { + content: "\f0d3"; +} +.icon-ic_fluent_cone_16_filled:before { + content: "\f0d4"; +} +.icon-ic_fluent_data_bar_horizontal_descending_16_filled:before { + content: "\f0d5"; +} +.icon-ic_fluent_data_bar_vertical_ascending_16_filled:before { + content: "\f0d6"; +} +.icon-ic_fluent_database_16_filled:before { + content: "\f0d7"; +} +.icon-ic_fluent_database_stack_16_filled:before { + content: "\f0d8"; +} +.icon-ic_fluent_developer_board_16_filled:before { + content: "\f0d9"; +} +.icon-ic_fluent_document_contract_16_filled:before { + content: "\f0da"; +} +.icon-ic_fluent_document_cs_16_filled:before { + content: "\f0db"; +} +.icon-ic_fluent_document_css_16_filled:before { + content: "\f0dc"; +} +.icon-ic_fluent_document_data_16_filled:before { + content: "\f0dd"; +} +.icon-ic_fluent_document_fs_16_filled:before { + content: "\f0de"; +} +.icon-ic_fluent_document_js_16_filled:before { + content: "\f0df"; +} +.icon-ic_fluent_document_number_1_16_filled:before { + content: "\f0e0"; +} +.icon-ic_fluent_document_py_16_filled:before { + content: "\f0e1"; +} +.icon-ic_fluent_document_rb_16_filled:before { + content: "\f0e2"; +} +.icon-ic_fluent_document_target_16_filled:before { + content: "\f0e3"; +} +.icon-ic_fluent_document_ts_16_filled:before { + content: "\f0e4"; +} +.icon-ic_fluent_document_vb_16_filled:before { + content: "\f0e5"; +} +.icon-ic_fluent_eyedropper_16_filled:before { + content: "\f0e6"; +} +.icon-ic_fluent_folder_multiple_16_filled:before { + content: "\f0e7"; +} +.icon-ic_fluent_folder_open_vertical_16_filled:before { + content: "\f0e8"; +} +.icon-ic_fluent_gantt_chart_16_filled:before { + content: "\f0e9"; +} +.icon-ic_fluent_hard_drive_16_filled:before { + content: "\f0ea"; +} +.icon-ic_fluent_hourglass_16_filled:before { + content: "\f0eb"; +} +.icon-ic_fluent_hourglass_half_16_filled:before { + content: "\f0ec"; +} +.icon-ic_fluent_hourglass_one_quarter_16_filled:before { + content: "\f0ed"; +} +.icon-ic_fluent_hourglass_three_quarter_16_filled:before { + content: "\f0ee"; +} +.icon-ic_fluent_keyboard_mouse_16_filled:before { + content: "\f0ef"; +} +.icon-ic_fluent_memory_16_filled:before { + content: "\f0f0"; +} +.icon-ic_fluent_more_circle_16_filled:before { + content: "\f0f1"; +} +.icon-ic_fluent_more_circle_24_filled:before { + content: "\f0f2"; +} +.icon-ic_fluent_more_circle_28_filled:before { + content: "\f0f3"; +} +.icon-ic_fluent_more_circle_48_filled:before { + content: "\f0f4"; +} +.icon-ic_fluent_network_adapter_16_filled:before { + content: "\f0f5"; +} +.icon-ic_fluent_people_star_16_filled:before { + content: "\f0f6"; +} +.icon-ic_fluent_people_star_20_filled:before { + content: "\f0f7"; +} +.icon-ic_fluent_people_star_24_filled:before { + content: "\f0f8"; +} +.icon-ic_fluent_people_star_28_filled:before { + content: "\f0f9"; +} +.icon-ic_fluent_people_star_32_filled:before { + content: "\f0fa"; +} +.icon-ic_fluent_people_star_48_filled:before { + content: "\f0fb"; +} +.icon-ic_fluent_person_search_16_filled:before { + content: "\f0fc"; +} +.icon-ic_fluent_person_search_32_filled:before { + content: "\f0fd"; +} +.icon-ic_fluent_person_standing_16_filled:before { + content: "\f0fe"; +} +.icon-ic_fluent_person_walking_16_filled:before { + content: "\f0ff"; +} +.icon-ic_fluent_play_multiple_16_filled:before { + content: "\f100"; +} +.icon-ic_fluent_radio_button_16_filled:before { + content: "\f153"; +} +.icon-ic_fluent_radio_button_off_16_filled:before { + content: "\f155"; +} +.icon-ic_fluent_ram_16_filled:before { + content: "\f1d1"; +} +.icon-ic_fluent_save_multiple_16_filled:before { + content: "\f1d2"; +} +.icon-ic_fluent_script_16_filled:before { + content: "\f1db"; +} +.icon-ic_fluent_server_16_filled:before { + content: "\f1dc"; +} +.icon-ic_fluent_server_surface_16_filled:before { + content: "\f1dd"; +} +.icon-ic_fluent_server_surface_multiple_16_filled:before { + content: "\f206"; +} +.icon-ic_fluent_shield_12_filled:before { + content: "\f21f"; +} +.icon-ic_fluent_slide_text_person_16_filled:before { + content: "\f22f"; +} +.icon-ic_fluent_slide_text_person_20_filled:before { + content: "\f25b"; +} +.icon-ic_fluent_slide_text_person_24_filled:before { + content: "\f25c"; +} +.icon-ic_fluent_slide_text_person_28_filled:before { + content: "\f25d"; +} +.icon-ic_fluent_slide_text_person_32_filled:before { + content: "\f25e"; +} +.icon-ic_fluent_slide_text_person_48_filled:before { + content: "\f2d9"; +} +.icon-ic_fluent_spray_can_16_filled:before { + content: "\f2da"; +} +.icon-ic_fluent_step_16_filled:before { + content: "\f2e7"; +} +.icon-ic_fluent_steps_16_filled:before { + content: "\f2e8"; +} +.icon-ic_fluent_table_lock_16_filled:before { + content: "\f2e9"; +} +.icon-ic_fluent_table_lock_20_filled:before { + content: "\f2ec"; +} +.icon-ic_fluent_table_lock_24_filled:before { + content: "\f2ed"; +} +.icon-ic_fluent_table_lock_28_filled:before { + content: "\f2ee"; +} +.icon-ic_fluent_table_lock_32_filled:before { + content: "\f302"; +} +.icon-ic_fluent_table_lock_48_filled:before { + content: "\f309"; +} +.icon-ic_fluent_text_t_tag_16_filled:before { + content: "\f326"; +} +.icon-ic_fluent_translate_16_filled:before { + content: "\f327"; +} +.icon-ic_fluent_video_person_32_filled:before { + content: "\f38e"; +} +.icon-ic_fluent_video_person_clock_16_filled:before { + content: "\f392"; +} +.icon-ic_fluent_video_person_clock_20_filled:before { + content: "\f3f4"; +} +.icon-ic_fluent_video_person_clock_24_filled:before { + content: "\f3f5"; +} +.icon-ic_fluent_video_person_clock_28_filled:before { + content: "\f3f6"; +} +.icon-ic_fluent_video_person_clock_32_filled:before { + content: "\f3f7"; +} +.icon-ic_fluent_video_person_clock_48_filled:before { + content: "\f3f8"; +} +.icon-ic_fluent_voicemail_32_filled:before { + content: "\f3f9"; +} +.icon-ic_fluent_web_asset_16_filled:before { + content: "\f3fa"; +} diff --git a/fonts/FluentSystemIcons-Filled.html b/fonts/FluentSystemIcons-Filled.html index c64a8ce764..4402337dca 100644 --- a/fonts/FluentSystemIcons-Filled.html +++ b/fonts/FluentSystemIcons-Filled.html @@ -803,6 +803,42 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_align_distribute_bottom_16_filled +
+ + +
+ + + +
+ ic_fluent_align_distribute_left_16_filled +
+ + +
+ + + +
+ ic_fluent_align_distribute_right_16_filled +
+ + +
+ + + +
+ ic_fluent_align_distribute_top_16_filled +
+ +
@@ -1010,6 +1046,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_align_stretch_horizontal_16_filled +
+ +
@@ -1019,6 +1064,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_align_stretch_vertical_16_filled +
+ +
@@ -3323,6 +3377,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_arrow_next_16_filled +
+ +
@@ -3413,6 +3476,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_arrow_previous_16_filled +
+ +
@@ -7499,6 +7571,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_braces_checkmark_16_filled +
+ + +
+ + + +
+ ic_fluent_braces_dismiss_16_filled +
+ +
@@ -7535,6 +7625,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_branch_16_filled +
+ +
@@ -8741,6 +8840,60 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_calendar_arrow_counterclockwise_16_filled +
+ + +
+ + + +
+ ic_fluent_calendar_arrow_counterclockwise_20_filled +
+ + +
+ + + +
+ ic_fluent_calendar_arrow_counterclockwise_24_filled +
+ + +
+ + + +
+ ic_fluent_calendar_arrow_counterclockwise_28_filled +
+ + +
+ + + +
+ ic_fluent_calendar_arrow_counterclockwise_32_filled +
+ + +
+ + + +
+ ic_fluent_calendar_arrow_counterclockwise_48_filled +
+ +
@@ -9398,6 +9551,42 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_calendar_play_16_filled +
+ + +
+ + + +
+ ic_fluent_calendar_play_20_filled +
+ + +
+ + + +
+ ic_fluent_calendar_play_24_filled +
+ + +
+ + + +
+ ic_fluent_calendar_play_28_filled +
+ +
@@ -9596,6 +9785,60 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_calendar_shield_16_filled +
+ + +
+ + + +
+ ic_fluent_calendar_shield_20_filled +
+ + +
+ + + +
+ ic_fluent_calendar_shield_24_filled +
+ + +
+ + + +
+ ic_fluent_calendar_shield_28_filled +
+ + +
+ + + +
+ ic_fluent_calendar_shield_32_filled +
+ + +
+ + + +
+ ic_fluent_calendar_shield_48_filled +
+ +
@@ -10298,6 +10541,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_call_transfer_24_filled +
+ + +
+ + + +
+ ic_fluent_call_transfer_32_filled +
+ +
@@ -10478,6 +10739,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_camera_off_16_filled +
+ +
@@ -10802,6 +11072,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_cd_16_filled +
+ +
@@ -11018,6 +11297,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_certificate_16_filled +
+ +
@@ -13475,6 +13763,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_clipboard_error_16_filled +
+ +
@@ -13628,6 +13925,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_clipboard_multiple_16_filled +
+ + +
+ + + +
+ ic_fluent_clipboard_note_16_filled +
+ +
@@ -13718,6 +14033,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_clipboard_task_16_filled +
+ +
@@ -13826,6 +14150,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_clipboard_text_ltr_16_filled +
+ +
@@ -13853,6 +14186,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_clipboard_text_rtl_16_filled +
+ +
@@ -14213,6 +14555,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_cloud_add_24_filled +
+ +
@@ -14501,6 +14852,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_cloud_edit_24_filled +
+ +
@@ -14591,6 +14951,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_cloud_link_24_filled +
+ +
@@ -14861,6 +15230,96 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_code_cs_16_filled +
+ + +
+ + + +
+ ic_fluent_code_cs_rectangle_16_filled +
+ + +
+ + + +
+ ic_fluent_code_fs_16_filled +
+ + +
+ + + +
+ ic_fluent_code_fs_rectangle_16_filled +
+ + +
+ + + +
+ ic_fluent_code_js_16_filled +
+ + +
+ + + +
+ ic_fluent_code_js_rectangle_16_filled +
+ + +
+ + + +
+ ic_fluent_code_py_16_filled +
+ + +
+ + + +
+ ic_fluent_code_py_rectangle_16_filled +
+ + +
+ + + +
+ ic_fluent_code_rb_16_filled +
+ + +
+ + + +
+ ic_fluent_code_rb_rectangle_16_filled +
+ +
@@ -14888,6 +15347,51 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_code_text_off_16_filled +
+ + +
+ + + +
+ ic_fluent_code_ts_16_filled +
+ + +
+ + + +
+ ic_fluent_code_ts_rectangle_16_filled +
+ + +
+ + + +
+ ic_fluent_code_vb_16_filled +
+ + +
+ + + +
+ ic_fluent_code_vb_rectangle_16_filled +
+ +
@@ -15833,6 +16337,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_cone_16_filled +
+ +
@@ -17039,6 +17552,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_data_bar_horizontal_descending_16_filled +
+ +
@@ -17093,6 +17615,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_data_bar_vertical_ascending_16_filled +
+ +
@@ -17408,6 +17939,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_database_16_filled +
+ +
@@ -17561,6 +18101,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_database_stack_16_filled +
+ +
@@ -18245,6 +18794,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_developer_board_16_filled +
+ +
@@ -19316,6 +19874,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_document_contract_16_filled +
+ +
@@ -19352,6 +19919,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_document_cs_16_filled +
+ + +
+ + + +
+ ic_fluent_document_css_16_filled +
+ +
@@ -19370,6 +19955,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_document_data_16_filled +
+ +
@@ -19577,6 +20171,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_document_fs_16_filled +
+ +
@@ -19730,6 +20333,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_document_js_16_filled +
+ +
@@ -20009,6 +20621,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_document_number_1_16_filled +
+ +
@@ -20279,6 +20900,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_document_py_16_filled +
+ +
@@ -20360,6 +20990,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_document_rb_16_filled +
+ +
@@ -20684,6 +21323,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_document_target_16_filled +
+ +
@@ -20801,6 +21449,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_document_ts_16_filled +
+ + +
+ + + +
+ ic_fluent_document_vb_16_filled +
+ +
@@ -23051,6 +23717,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_eyedropper_16_filled +
+ +
@@ -24392,6 +25067,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_folder_multiple_16_filled +
+ +
@@ -24419,6 +25103,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_folder_open_vertical_16_filled +
+ +
@@ -25301,6 +25994,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_gantt_chart_16_filled +
+ +
@@ -26552,6 +27254,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_hard_drive_16_filled +
+ +
@@ -27416,6 +28127,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_hourglass_16_filled +
+ +
@@ -27434,6 +28154,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_hourglass_half_16_filled +
+ +
@@ -27452,6 +28181,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_hourglass_one_quarter_16_filled +
+ +
@@ -27470,6 +28208,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_hourglass_three_quarter_16_filled +
+ +
@@ -28514,6 +29261,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_keyboard_mouse_16_filled +
+ +
@@ -31376,6 +32132,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_memory_16_filled +
+ +
@@ -31997,6 +32762,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_more_circle_16_filled +
+ +
@@ -32006,6 +32780,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_more_circle_24_filled +
+ + +
+ + + +
+ ic_fluent_more_circle_28_filled +
+ +
@@ -32015,6 +32807,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_more_circle_48_filled +
+ +
@@ -32672,6 +33473,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_network_adapter_16_filled +
+ +
@@ -35453,6 +36263,60 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_people_star_16_filled +
+ + +
+ + + +
+ ic_fluent_people_star_20_filled +
+ + +
+ + + +
+ ic_fluent_people_star_24_filled +
+ + +
+ + + +
+ ic_fluent_people_star_28_filled +
+ + +
+ + + +
+ ic_fluent_people_star_32_filled +
+ + +
+ + + +
+ ic_fluent_people_star_48_filled +
+ +
@@ -36542,6 +37406,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_person_search_16_filled +
+ + +
+ + + +
+ ic_fluent_person_search_32_filled +
+ +
@@ -36578,6 +37460,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_person_standing_16_filled +
+ +
@@ -36839,6 +37730,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_person_walking_16_filled +
+ +
@@ -37910,6 +38810,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_play_multiple_16_filled +
+ +
@@ -39242,6 +40151,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_radio_button_16_filled +
+ +
@@ -39260,6 +40178,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_radio_button_off_16_filled +
+ + +
+ + + +
+ ic_fluent_ram_16_filled +
+ +
@@ -40727,6 +41663,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_save_multiple_16_filled +
+ +
@@ -41285,6 +42230,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_script_16_filled +
+ +
@@ -41636,6 +42590,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_server_16_filled +
+ +
@@ -41672,6 +42635,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_server_surface_16_filled +
+ + +
+ + + +
+ ic_fluent_server_surface_multiple_16_filled +
+ +
@@ -42257,6 +43238,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_shield_12_filled +
+ +
@@ -43751,6 +44741,60 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_slide_text_person_16_filled +
+ + +
+ + + +
+ ic_fluent_slide_text_person_20_filled +
+ + +
+ + + +
+ ic_fluent_slide_text_person_24_filled +
+ + +
+ + + +
+ ic_fluent_slide_text_person_28_filled +
+ + +
+ + + +
+ ic_fluent_slide_text_person_32_filled +
+ + +
+ + + +
+ ic_fluent_slide_text_person_48_filled +
+ +
@@ -44588,6 +45632,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_spray_can_16_filled +
+ +
@@ -45551,6 +46604,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_step_16_filled +
+ + +
+ + + +
+ ic_fluent_steps_16_filled +
+ +
@@ -47216,6 +48287,60 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_table_lock_16_filled +
+ + +
+ + + +
+ ic_fluent_table_lock_20_filled +
+ + +
+ + + +
+ ic_fluent_table_lock_24_filled +
+ + +
+ + + +
+ ic_fluent_table_lock_28_filled +
+ + +
+ + + +
+ ic_fluent_table_lock_32_filled +
+ + +
+ + + +
+ ic_fluent_table_lock_48_filled +
+ +
@@ -51311,6 +52436,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_text_t_tag_16_filled +
+ +
@@ -52157,6 +53291,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_translate_16_filled +
+ +
@@ -53606,6 +54749,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_video_person_32_filled +
+ +
@@ -53651,6 +54803,60 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_video_person_clock_16_filled +
+ + +
+ + + +
+ ic_fluent_video_person_clock_20_filled +
+ + +
+ + + +
+ ic_fluent_video_person_clock_24_filled +
+ + +
+ + + +
+ ic_fluent_video_person_clock_28_filled +
+ + +
+ + + +
+ ic_fluent_video_person_clock_32_filled +
+ + +
+ + + +
+ ic_fluent_video_person_clock_48_filled +
+ +
@@ -53948,6 +55154,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_voicemail_32_filled +
+ +
@@ -55091,6 +56306,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_web_asset_16_filled +
+ +
diff --git a/fonts/FluentSystemIcons-Filled.json b/fonts/FluentSystemIcons-Filled.json index bcd25e84d4..3e3900c67a 100644 --- a/fonts/FluentSystemIcons-Filled.json +++ b/fonts/FluentSystemIcons-Filled.json @@ -6215,5 +6215,141 @@ "ic_fluent_xbox_controller_error_20_filled": 61592, "ic_fluent_xbox_controller_error_24_filled": 61593, "ic_fluent_xbox_controller_error_32_filled": 61594, - "ic_fluent_xbox_controller_error_48_filled": 61595 + "ic_fluent_xbox_controller_error_48_filled": 61595, + "ic_fluent_align_distribute_bottom_16_filled": 61596, + "ic_fluent_align_distribute_left_16_filled": 61597, + "ic_fluent_align_distribute_right_16_filled": 61598, + "ic_fluent_align_distribute_top_16_filled": 61599, + "ic_fluent_align_stretch_horizontal_16_filled": 61600, + "ic_fluent_align_stretch_vertical_16_filled": 61601, + "ic_fluent_arrow_next_16_filled": 61602, + "ic_fluent_arrow_previous_16_filled": 61603, + "ic_fluent_braces_checkmark_16_filled": 61604, + "ic_fluent_braces_dismiss_16_filled": 61605, + "ic_fluent_branch_16_filled": 61606, + "ic_fluent_calendar_arrow_counterclockwise_16_filled": 61607, + "ic_fluent_calendar_arrow_counterclockwise_20_filled": 61608, + "ic_fluent_calendar_arrow_counterclockwise_24_filled": 61609, + "ic_fluent_calendar_arrow_counterclockwise_28_filled": 61610, + "ic_fluent_calendar_arrow_counterclockwise_32_filled": 61611, + "ic_fluent_calendar_arrow_counterclockwise_48_filled": 61612, + "ic_fluent_calendar_play_16_filled": 61613, + "ic_fluent_calendar_play_20_filled": 61614, + "ic_fluent_calendar_play_24_filled": 61615, + "ic_fluent_calendar_play_28_filled": 61616, + "ic_fluent_calendar_shield_16_filled": 61617, + "ic_fluent_calendar_shield_20_filled": 61618, + "ic_fluent_calendar_shield_24_filled": 61619, + "ic_fluent_calendar_shield_28_filled": 61620, + "ic_fluent_calendar_shield_32_filled": 61621, + "ic_fluent_calendar_shield_48_filled": 61622, + "ic_fluent_call_transfer_24_filled": 61623, + "ic_fluent_call_transfer_32_filled": 61624, + "ic_fluent_camera_off_16_filled": 61625, + "ic_fluent_cd_16_filled": 61626, + "ic_fluent_certificate_16_filled": 61627, + "ic_fluent_clipboard_error_16_filled": 61628, + "ic_fluent_clipboard_multiple_16_filled": 61629, + "ic_fluent_clipboard_note_16_filled": 61630, + "ic_fluent_clipboard_task_16_filled": 61631, + "ic_fluent_clipboard_text_ltr_16_filled": 61632, + "ic_fluent_clipboard_text_rtl_16_filled": 61633, + "ic_fluent_cloud_add_24_filled": 61634, + "ic_fluent_cloud_edit_24_filled": 61635, + "ic_fluent_cloud_link_24_filled": 61636, + "ic_fluent_code_cs_16_filled": 61637, + "ic_fluent_code_cs_rectangle_16_filled": 61638, + "ic_fluent_code_fs_16_filled": 61639, + "ic_fluent_code_fs_rectangle_16_filled": 61640, + "ic_fluent_code_js_16_filled": 61641, + "ic_fluent_code_js_rectangle_16_filled": 61642, + "ic_fluent_code_py_16_filled": 61643, + "ic_fluent_code_py_rectangle_16_filled": 61644, + "ic_fluent_code_rb_16_filled": 61645, + "ic_fluent_code_rb_rectangle_16_filled": 61646, + "ic_fluent_code_text_off_16_filled": 61647, + "ic_fluent_code_ts_16_filled": 61648, + "ic_fluent_code_ts_rectangle_16_filled": 61649, + "ic_fluent_code_vb_16_filled": 61650, + "ic_fluent_code_vb_rectangle_16_filled": 61651, + "ic_fluent_cone_16_filled": 61652, + "ic_fluent_data_bar_horizontal_descending_16_filled": 61653, + "ic_fluent_data_bar_vertical_ascending_16_filled": 61654, + "ic_fluent_database_16_filled": 61655, + "ic_fluent_database_stack_16_filled": 61656, + "ic_fluent_developer_board_16_filled": 61657, + "ic_fluent_document_contract_16_filled": 61658, + "ic_fluent_document_cs_16_filled": 61659, + "ic_fluent_document_css_16_filled": 61660, + "ic_fluent_document_data_16_filled": 61661, + "ic_fluent_document_fs_16_filled": 61662, + "ic_fluent_document_js_16_filled": 61663, + "ic_fluent_document_number_1_16_filled": 61664, + "ic_fluent_document_py_16_filled": 61665, + "ic_fluent_document_rb_16_filled": 61666, + "ic_fluent_document_target_16_filled": 61667, + "ic_fluent_document_ts_16_filled": 61668, + "ic_fluent_document_vb_16_filled": 61669, + "ic_fluent_eyedropper_16_filled": 61670, + "ic_fluent_folder_multiple_16_filled": 61671, + "ic_fluent_folder_open_vertical_16_filled": 61672, + "ic_fluent_gantt_chart_16_filled": 61673, + "ic_fluent_hard_drive_16_filled": 61674, + "ic_fluent_hourglass_16_filled": 61675, + "ic_fluent_hourglass_half_16_filled": 61676, + "ic_fluent_hourglass_one_quarter_16_filled": 61677, + "ic_fluent_hourglass_three_quarter_16_filled": 61678, + "ic_fluent_keyboard_mouse_16_filled": 61679, + "ic_fluent_memory_16_filled": 61680, + "ic_fluent_more_circle_16_filled": 61681, + "ic_fluent_more_circle_24_filled": 61682, + "ic_fluent_more_circle_28_filled": 61683, + "ic_fluent_more_circle_48_filled": 61684, + "ic_fluent_network_adapter_16_filled": 61685, + "ic_fluent_people_star_16_filled": 61686, + "ic_fluent_people_star_20_filled": 61687, + "ic_fluent_people_star_24_filled": 61688, + "ic_fluent_people_star_28_filled": 61689, + "ic_fluent_people_star_32_filled": 61690, + "ic_fluent_people_star_48_filled": 61691, + "ic_fluent_person_search_16_filled": 61692, + "ic_fluent_person_search_32_filled": 61693, + "ic_fluent_person_standing_16_filled": 61694, + "ic_fluent_person_walking_16_filled": 61695, + "ic_fluent_play_multiple_16_filled": 61696, + "ic_fluent_radio_button_16_filled": 61779, + "ic_fluent_radio_button_off_16_filled": 61781, + "ic_fluent_ram_16_filled": 61905, + "ic_fluent_save_multiple_16_filled": 61906, + "ic_fluent_script_16_filled": 61915, + "ic_fluent_server_16_filled": 61916, + "ic_fluent_server_surface_16_filled": 61917, + "ic_fluent_server_surface_multiple_16_filled": 61958, + "ic_fluent_shield_12_filled": 61983, + "ic_fluent_slide_text_person_16_filled": 61999, + "ic_fluent_slide_text_person_20_filled": 62043, + "ic_fluent_slide_text_person_24_filled": 62044, + "ic_fluent_slide_text_person_28_filled": 62045, + "ic_fluent_slide_text_person_32_filled": 62046, + "ic_fluent_slide_text_person_48_filled": 62169, + "ic_fluent_spray_can_16_filled": 62170, + "ic_fluent_step_16_filled": 62183, + "ic_fluent_steps_16_filled": 62184, + "ic_fluent_table_lock_16_filled": 62185, + "ic_fluent_table_lock_20_filled": 62188, + "ic_fluent_table_lock_24_filled": 62189, + "ic_fluent_table_lock_28_filled": 62190, + "ic_fluent_table_lock_32_filled": 62210, + "ic_fluent_table_lock_48_filled": 62217, + "ic_fluent_text_t_tag_16_filled": 62246, + "ic_fluent_translate_16_filled": 62247, + "ic_fluent_video_person_32_filled": 62350, + "ic_fluent_video_person_clock_16_filled": 62354, + "ic_fluent_video_person_clock_20_filled": 62452, + "ic_fluent_video_person_clock_24_filled": 62453, + "ic_fluent_video_person_clock_28_filled": 62454, + "ic_fluent_video_person_clock_32_filled": 62455, + "ic_fluent_video_person_clock_48_filled": 62456, + "ic_fluent_voicemail_32_filled": 62457, + "ic_fluent_web_asset_16_filled": 62458 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Filled.ttf b/fonts/FluentSystemIcons-Filled.ttf index 513dc19dcb..743cee11c7 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 c89a36d09a..b101cd7ded 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 46d90187e5..72ff408f60 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 f3dc2144fc..b32dc3e838 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?acaf394f37a80e24294045034f39dce5") format("woff2"), -url("./FluentSystemIcons-Regular.woff?acaf394f37a80e24294045034f39dce5") format("woff"), -url("./FluentSystemIcons-Regular.ttf?acaf394f37a80e24294045034f39dce5") format("truetype"); + src: url("./FluentSystemIcons-Regular.woff2?697e96b2b251d90af8afa2ef5b4fc604") format("woff2"), +url("./FluentSystemIcons-Regular.woff?697e96b2b251d90af8afa2ef5b4fc604") format("woff"), +url("./FluentSystemIcons-Regular.ttf?697e96b2b251d90af8afa2ef5b4fc604") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -18658,3 +18658,408 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_xbox_controller_error_48_regular:before { content: "\f09b"; } +.icon-ic_fluent_align_distribute_bottom_16_regular:before { + content: "\f09c"; +} +.icon-ic_fluent_align_distribute_left_16_regular:before { + content: "\f09d"; +} +.icon-ic_fluent_align_distribute_right_16_regular:before { + content: "\f09e"; +} +.icon-ic_fluent_align_distribute_top_16_regular:before { + content: "\f09f"; +} +.icon-ic_fluent_align_stretch_horizontal_16_regular:before { + content: "\f0a0"; +} +.icon-ic_fluent_align_stretch_vertical_16_regular:before { + content: "\f0a1"; +} +.icon-ic_fluent_arrow_next_16_regular:before { + content: "\f0a2"; +} +.icon-ic_fluent_arrow_previous_16_regular:before { + content: "\f0a3"; +} +.icon-ic_fluent_braces_checkmark_16_regular:before { + content: "\f0a4"; +} +.icon-ic_fluent_braces_dismiss_16_regular:before { + content: "\f0a5"; +} +.icon-ic_fluent_branch_16_regular:before { + content: "\f0a6"; +} +.icon-ic_fluent_calendar_arrow_counterclockwise_16_regular:before { + content: "\f0a7"; +} +.icon-ic_fluent_calendar_arrow_counterclockwise_20_regular:before { + content: "\f0a8"; +} +.icon-ic_fluent_calendar_arrow_counterclockwise_24_regular:before { + content: "\f0a9"; +} +.icon-ic_fluent_calendar_arrow_counterclockwise_28_regular:before { + content: "\f0aa"; +} +.icon-ic_fluent_calendar_arrow_counterclockwise_32_regular:before { + content: "\f0ab"; +} +.icon-ic_fluent_calendar_arrow_counterclockwise_48_regular:before { + content: "\f0ac"; +} +.icon-ic_fluent_calendar_play_16_regular:before { + content: "\f0ad"; +} +.icon-ic_fluent_calendar_play_20_regular:before { + content: "\f0ae"; +} +.icon-ic_fluent_calendar_play_24_regular:before { + content: "\f0af"; +} +.icon-ic_fluent_calendar_play_28_regular:before { + content: "\f0b0"; +} +.icon-ic_fluent_calendar_shield_16_regular:before { + content: "\f0b1"; +} +.icon-ic_fluent_calendar_shield_20_regular:before { + content: "\f0b2"; +} +.icon-ic_fluent_calendar_shield_24_regular:before { + content: "\f0b3"; +} +.icon-ic_fluent_calendar_shield_28_regular:before { + content: "\f0b4"; +} +.icon-ic_fluent_calendar_shield_32_regular:before { + content: "\f0b5"; +} +.icon-ic_fluent_calendar_shield_48_regular:before { + content: "\f0b6"; +} +.icon-ic_fluent_call_transfer_24_regular:before { + content: "\f0b7"; +} +.icon-ic_fluent_call_transfer_32_regular:before { + content: "\f0b8"; +} +.icon-ic_fluent_camera_off_16_regular:before { + content: "\f0b9"; +} +.icon-ic_fluent_cd_16_regular:before { + content: "\f0ba"; +} +.icon-ic_fluent_certificate_16_regular:before { + content: "\f0bb"; +} +.icon-ic_fluent_clipboard_error_16_regular:before { + content: "\f0bc"; +} +.icon-ic_fluent_clipboard_multiple_16_regular:before { + content: "\f0bd"; +} +.icon-ic_fluent_clipboard_note_16_regular:before { + content: "\f0be"; +} +.icon-ic_fluent_clipboard_task_16_regular:before { + content: "\f0bf"; +} +.icon-ic_fluent_clipboard_text_ltr_16_regular:before { + content: "\f0c0"; +} +.icon-ic_fluent_clipboard_text_rtl_16_regular:before { + content: "\f0c1"; +} +.icon-ic_fluent_cloud_add_24_regular:before { + content: "\f0c2"; +} +.icon-ic_fluent_cloud_edit_24_regular:before { + content: "\f0c3"; +} +.icon-ic_fluent_cloud_link_24_regular:before { + content: "\f0c4"; +} +.icon-ic_fluent_code_cs_16_regular:before { + content: "\f0c5"; +} +.icon-ic_fluent_code_cs_rectangle_16_regular:before { + content: "\f0c6"; +} +.icon-ic_fluent_code_fs_16_regular:before { + content: "\f0c7"; +} +.icon-ic_fluent_code_fs_rectangle_16_regular:before { + content: "\f0c8"; +} +.icon-ic_fluent_code_js_16_regular:before { + content: "\f0c9"; +} +.icon-ic_fluent_code_js_rectangle_16_regular:before { + content: "\f0ca"; +} +.icon-ic_fluent_code_py_16_regular:before { + content: "\f0cb"; +} +.icon-ic_fluent_code_py_rectangle_16_regular:before { + content: "\f0cc"; +} +.icon-ic_fluent_code_rb_16_regular:before { + content: "\f0cd"; +} +.icon-ic_fluent_code_rb_rectangle_16_regular:before { + content: "\f0ce"; +} +.icon-ic_fluent_code_text_off_16_regular:before { + content: "\f0cf"; +} +.icon-ic_fluent_code_ts_16_regular:before { + content: "\f0d0"; +} +.icon-ic_fluent_code_ts_rectangle_16_regular:before { + content: "\f0d1"; +} +.icon-ic_fluent_code_vb_16_regular:before { + content: "\f0d2"; +} +.icon-ic_fluent_code_vb_rectangle_16_regular:before { + content: "\f0d3"; +} +.icon-ic_fluent_cone_16_regular:before { + content: "\f0d4"; +} +.icon-ic_fluent_data_bar_horizontal_descending_16_regular:before { + content: "\f0d5"; +} +.icon-ic_fluent_data_bar_vertical_ascending_16_regular:before { + content: "\f0d6"; +} +.icon-ic_fluent_database_16_regular:before { + content: "\f0d7"; +} +.icon-ic_fluent_database_stack_16_regular:before { + content: "\f0d8"; +} +.icon-ic_fluent_developer_board_16_regular:before { + content: "\f0d9"; +} +.icon-ic_fluent_document_contract_16_regular:before { + content: "\f0da"; +} +.icon-ic_fluent_document_cs_16_regular:before { + content: "\f0db"; +} +.icon-ic_fluent_document_css_16_regular:before { + content: "\f0dc"; +} +.icon-ic_fluent_document_data_16_regular:before { + content: "\f0dd"; +} +.icon-ic_fluent_document_fs_16_regular:before { + content: "\f0de"; +} +.icon-ic_fluent_document_js_16_regular:before { + content: "\f0df"; +} +.icon-ic_fluent_document_number_1_16_regular:before { + content: "\f0e0"; +} +.icon-ic_fluent_document_py_16_regular:before { + content: "\f0e1"; +} +.icon-ic_fluent_document_rb_16_regular:before { + content: "\f0e2"; +} +.icon-ic_fluent_document_target_16_regular:before { + content: "\f0e3"; +} +.icon-ic_fluent_document_ts_16_regular:before { + content: "\f0e4"; +} +.icon-ic_fluent_document_vb_16_regular:before { + content: "\f0e5"; +} +.icon-ic_fluent_eyedropper_16_regular:before { + content: "\f0e6"; +} +.icon-ic_fluent_folder_multiple_16_regular:before { + content: "\f0e7"; +} +.icon-ic_fluent_folder_open_vertical_16_regular:before { + content: "\f0e8"; +} +.icon-ic_fluent_gantt_chart_16_regular:before { + content: "\f0e9"; +} +.icon-ic_fluent_hard_drive_16_regular:before { + content: "\f0ea"; +} +.icon-ic_fluent_hourglass_16_regular:before { + content: "\f0eb"; +} +.icon-ic_fluent_hourglass_half_16_regular:before { + content: "\f0ec"; +} +.icon-ic_fluent_hourglass_one_quarter_16_regular:before { + content: "\f0ed"; +} +.icon-ic_fluent_hourglass_three_quarter_16_regular:before { + content: "\f0ee"; +} +.icon-ic_fluent_keyboard_mouse_16_regular:before { + content: "\f0ef"; +} +.icon-ic_fluent_memory_16_regular:before { + content: "\f0f0"; +} +.icon-ic_fluent_more_circle_16_regular:before { + content: "\f0f1"; +} +.icon-ic_fluent_more_circle_24_regular:before { + content: "\f0f2"; +} +.icon-ic_fluent_more_circle_28_regular:before { + content: "\f0f3"; +} +.icon-ic_fluent_more_circle_48_regular:before { + content: "\f0f4"; +} +.icon-ic_fluent_network_adapter_16_regular:before { + content: "\f0f5"; +} +.icon-ic_fluent_people_star_16_regular:before { + content: "\f0f6"; +} +.icon-ic_fluent_people_star_20_regular:before { + content: "\f0f7"; +} +.icon-ic_fluent_people_star_24_regular:before { + content: "\f0f8"; +} +.icon-ic_fluent_people_star_28_regular:before { + content: "\f0f9"; +} +.icon-ic_fluent_people_star_32_regular:before { + content: "\f0fa"; +} +.icon-ic_fluent_people_star_48_regular:before { + content: "\f0fb"; +} +.icon-ic_fluent_person_search_16_regular:before { + content: "\f0fc"; +} +.icon-ic_fluent_person_search_32_regular:before { + content: "\f0fd"; +} +.icon-ic_fluent_person_standing_16_regular:before { + content: "\f0fe"; +} +.icon-ic_fluent_person_walking_16_regular:before { + content: "\f0ff"; +} +.icon-ic_fluent_play_multiple_16_regular:before { + content: "\f100"; +} +.icon-ic_fluent_radio_button_16_regular:before { + content: "\f153"; +} +.icon-ic_fluent_radio_button_off_16_regular:before { + content: "\f155"; +} +.icon-ic_fluent_ram_16_regular:before { + content: "\f1d1"; +} +.icon-ic_fluent_save_multiple_16_regular:before { + content: "\f1d2"; +} +.icon-ic_fluent_script_16_regular:before { + content: "\f1db"; +} +.icon-ic_fluent_server_16_regular:before { + content: "\f1dc"; +} +.icon-ic_fluent_server_surface_16_regular:before { + content: "\f1dd"; +} +.icon-ic_fluent_server_surface_multiple_16_regular:before { + content: "\f206"; +} +.icon-ic_fluent_shield_12_regular:before { + content: "\f21f"; +} +.icon-ic_fluent_slide_text_person_16_regular:before { + content: "\f22f"; +} +.icon-ic_fluent_slide_text_person_20_regular:before { + content: "\f25b"; +} +.icon-ic_fluent_slide_text_person_24_regular:before { + content: "\f25c"; +} +.icon-ic_fluent_slide_text_person_28_regular:before { + content: "\f25d"; +} +.icon-ic_fluent_slide_text_person_32_regular:before { + content: "\f25e"; +} +.icon-ic_fluent_slide_text_person_48_regular:before { + content: "\f2d9"; +} +.icon-ic_fluent_spray_can_16_regular:before { + content: "\f2da"; +} +.icon-ic_fluent_step_16_regular:before { + content: "\f2e7"; +} +.icon-ic_fluent_steps_16_regular:before { + content: "\f2e8"; +} +.icon-ic_fluent_table_lock_16_regular:before { + content: "\f2e9"; +} +.icon-ic_fluent_table_lock_20_regular:before { + content: "\f2ec"; +} +.icon-ic_fluent_table_lock_24_regular:before { + content: "\f2ed"; +} +.icon-ic_fluent_table_lock_28_regular:before { + content: "\f2ee"; +} +.icon-ic_fluent_table_lock_32_regular:before { + content: "\f302"; +} +.icon-ic_fluent_table_lock_48_regular:before { + content: "\f309"; +} +.icon-ic_fluent_text_t_tag_16_regular:before { + content: "\f326"; +} +.icon-ic_fluent_video_person_32_regular:before { + content: "\f327"; +} +.icon-ic_fluent_video_person_clock_16_regular:before { + content: "\f38e"; +} +.icon-ic_fluent_video_person_clock_20_regular:before { + content: "\f392"; +} +.icon-ic_fluent_video_person_clock_24_regular:before { + content: "\f3f5"; +} +.icon-ic_fluent_video_person_clock_28_regular:before { + content: "\f3f6"; +} +.icon-ic_fluent_video_person_clock_32_regular:before { + content: "\f3f7"; +} +.icon-ic_fluent_video_person_clock_48_regular:before { + content: "\f3f8"; +} +.icon-ic_fluent_voicemail_32_regular:before { + content: "\f3f9"; +} +.icon-ic_fluent_web_asset_16_regular:before { + content: "\f3fa"; +} diff --git a/fonts/FluentSystemIcons-Regular.html b/fonts/FluentSystemIcons-Regular.html index 034149572b..8a7642d648 100644 --- a/fonts/FluentSystemIcons-Regular.html +++ b/fonts/FluentSystemIcons-Regular.html @@ -803,6 +803,42 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_align_distribute_bottom_16_regular +
+ + +
+ + + +
+ ic_fluent_align_distribute_left_16_regular +
+ + +
+ + + +
+ ic_fluent_align_distribute_right_16_regular +
+ + +
+ + + +
+ ic_fluent_align_distribute_top_16_regular +
+ +
@@ -1010,6 +1046,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_align_stretch_horizontal_16_regular +
+ +
@@ -1019,6 +1064,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_align_stretch_vertical_16_regular +
+ +
@@ -3323,6 +3377,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_arrow_next_16_regular +
+ +
@@ -3413,6 +3476,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_arrow_previous_16_regular +
+ +
@@ -7499,6 +7571,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_braces_checkmark_16_regular +
+ + +
+ + + +
+ ic_fluent_braces_dismiss_16_regular +
+ +
@@ -7535,6 +7625,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_branch_16_regular +
+ +
@@ -8741,6 +8840,60 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_calendar_arrow_counterclockwise_16_regular +
+ + +
+ + + +
+ ic_fluent_calendar_arrow_counterclockwise_20_regular +
+ + +
+ + + +
+ ic_fluent_calendar_arrow_counterclockwise_24_regular +
+ + +
+ + + +
+ ic_fluent_calendar_arrow_counterclockwise_28_regular +
+ + +
+ + + +
+ ic_fluent_calendar_arrow_counterclockwise_32_regular +
+ + +
+ + + +
+ ic_fluent_calendar_arrow_counterclockwise_48_regular +
+ +
@@ -9398,6 +9551,42 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_calendar_play_16_regular +
+ + +
+ + + +
+ ic_fluent_calendar_play_20_regular +
+ + +
+ + + +
+ ic_fluent_calendar_play_24_regular +
+ + +
+ + + +
+ ic_fluent_calendar_play_28_regular +
+ +
@@ -9596,6 +9785,60 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_calendar_shield_16_regular +
+ + +
+ + + +
+ ic_fluent_calendar_shield_20_regular +
+ + +
+ + + +
+ ic_fluent_calendar_shield_24_regular +
+ + +
+ + + +
+ ic_fluent_calendar_shield_28_regular +
+ + +
+ + + +
+ ic_fluent_calendar_shield_32_regular +
+ + +
+ + + +
+ ic_fluent_calendar_shield_48_regular +
+ +
@@ -10298,6 +10541,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_call_transfer_24_regular +
+ + +
+ + + +
+ ic_fluent_call_transfer_32_regular +
+ +
@@ -10478,6 +10739,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_camera_off_16_regular +
+ +
@@ -10802,6 +11072,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_cd_16_regular +
+ +
@@ -11018,6 +11297,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_certificate_16_regular +
+ +
@@ -13475,6 +13763,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_clipboard_error_16_regular +
+ +
@@ -13628,6 +13925,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_clipboard_multiple_16_regular +
+ + +
+ + + +
+ ic_fluent_clipboard_note_16_regular +
+ +
@@ -13718,6 +14033,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_clipboard_task_16_regular +
+ +
@@ -13826,6 +14150,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_clipboard_text_ltr_16_regular +
+ +
@@ -13853,6 +14186,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_clipboard_text_rtl_16_regular +
+ +
@@ -14213,6 +14555,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_cloud_add_24_regular +
+ +
@@ -14501,6 +14852,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_cloud_edit_24_regular +
+ +
@@ -14591,6 +14951,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_cloud_link_24_regular +
+ +
@@ -14861,6 +15230,96 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_code_cs_16_regular +
+ + +
+ + + +
+ ic_fluent_code_cs_rectangle_16_regular +
+ + +
+ + + +
+ ic_fluent_code_fs_16_regular +
+ + +
+ + + +
+ ic_fluent_code_fs_rectangle_16_regular +
+ + +
+ + + +
+ ic_fluent_code_js_16_regular +
+ + +
+ + + +
+ ic_fluent_code_js_rectangle_16_regular +
+ + +
+ + + +
+ ic_fluent_code_py_16_regular +
+ + +
+ + + +
+ ic_fluent_code_py_rectangle_16_regular +
+ + +
+ + + +
+ ic_fluent_code_rb_16_regular +
+ + +
+ + + +
+ ic_fluent_code_rb_rectangle_16_regular +
+ +
@@ -14888,6 +15347,51 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_code_text_off_16_regular +
+ + +
+ + + +
+ ic_fluent_code_ts_16_regular +
+ + +
+ + + +
+ ic_fluent_code_ts_rectangle_16_regular +
+ + +
+ + + +
+ ic_fluent_code_vb_16_regular +
+ + +
+ + + +
+ ic_fluent_code_vb_rectangle_16_regular +
+ +
@@ -15914,6 +16418,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_cone_16_regular +
+ +
@@ -17120,6 +17633,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_data_bar_horizontal_descending_16_regular +
+ +
@@ -17174,6 +17696,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_data_bar_vertical_ascending_16_regular +
+ +
@@ -17489,6 +18020,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_database_16_regular +
+ +
@@ -17642,6 +18182,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_database_stack_16_regular +
+ +
@@ -18326,6 +18875,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_developer_board_16_regular +
+ +
@@ -19397,6 +19955,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_document_contract_16_regular +
+ +
@@ -19433,6 +20000,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_document_cs_16_regular +
+ + +
+ + + +
+ ic_fluent_document_css_16_regular +
+ +
@@ -19451,6 +20036,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_document_data_16_regular +
+ +
@@ -19658,6 +20252,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_document_fs_16_regular +
+ +
@@ -19811,6 +20414,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_document_js_16_regular +
+ +
@@ -20090,6 +20702,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_document_number_1_16_regular +
+ +
@@ -20360,6 +20981,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_document_py_16_regular +
+ +
@@ -20441,6 +21071,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_document_rb_16_regular +
+ +
@@ -20765,6 +21404,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_document_target_16_regular +
+ +
@@ -20882,6 +21530,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_document_ts_16_regular +
+ + +
+ + + +
+ ic_fluent_document_vb_16_regular +
+ +
@@ -23132,6 +23798,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_eyedropper_16_regular +
+ +
@@ -24428,6 +25103,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_folder_multiple_16_regular +
+ +
@@ -24455,6 +25139,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_folder_open_vertical_16_regular +
+ +
@@ -25337,6 +26030,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_gantt_chart_16_regular +
+ +
@@ -26588,6 +27290,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_hard_drive_16_regular +
+ +
@@ -27425,6 +28136,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_hourglass_16_regular +
+ +
@@ -27443,6 +28163,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_hourglass_half_16_regular +
+ +
@@ -27461,6 +28190,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_hourglass_one_quarter_16_regular +
+ +
@@ -27479,6 +28217,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_hourglass_three_quarter_16_regular +
+ +
@@ -28487,6 +29234,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_keyboard_mouse_16_regular +
+ +
@@ -31349,6 +32105,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_memory_16_regular +
+ +
@@ -31970,6 +32735,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_more_circle_16_regular +
+ +
@@ -31979,6 +32753,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_more_circle_24_regular +
+ + +
+ + + +
+ ic_fluent_more_circle_28_regular +
+ +
@@ -31988,6 +32780,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_more_circle_48_regular +
+ +
@@ -32645,6 +33446,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_network_adapter_16_regular +
+ +
@@ -35390,6 +36200,60 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_people_star_16_regular +
+ + +
+ + + +
+ ic_fluent_people_star_20_regular +
+ + +
+ + + +
+ ic_fluent_people_star_24_regular +
+ + +
+ + + +
+ ic_fluent_people_star_28_regular +
+ + +
+ + + +
+ ic_fluent_people_star_32_regular +
+ + +
+ + + +
+ ic_fluent_people_star_48_regular +
+ +
@@ -36479,6 +37343,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_person_search_16_regular +
+ + +
+ + + +
+ ic_fluent_person_search_32_regular +
+ +
@@ -36515,6 +37397,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_person_standing_16_regular +
+ +
@@ -36776,6 +37667,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_person_walking_16_regular +
+ +
@@ -37847,6 +38747,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_play_multiple_16_regular +
+ +
@@ -39269,6 +40178,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_radio_button_16_regular +
+ +
@@ -39287,6 +40205,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_radio_button_off_16_regular +
+ + +
+ + + +
+ ic_fluent_ram_16_regular +
+ +
@@ -40754,6 +41690,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_save_multiple_16_regular +
+ +
@@ -41312,6 +42257,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_script_16_regular +
+ +
@@ -41663,6 +42617,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_server_16_regular +
+ +
@@ -41699,6 +42662,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_server_surface_16_regular +
+ + +
+ + + +
+ ic_fluent_server_surface_multiple_16_regular +
+ +
@@ -42284,6 +43265,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_shield_12_regular +
+ +
@@ -43778,6 +44768,60 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_slide_text_person_16_regular +
+ + +
+ + + +
+ ic_fluent_slide_text_person_20_regular +
+ + +
+ + + +
+ ic_fluent_slide_text_person_24_regular +
+ + +
+ + + +
+ ic_fluent_slide_text_person_28_regular +
+ + +
+ + + +
+ ic_fluent_slide_text_person_32_regular +
+ + +
+ + + +
+ ic_fluent_slide_text_person_48_regular +
+ +
@@ -44615,6 +45659,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_spray_can_16_regular +
+ +
@@ -45578,6 +46631,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_step_16_regular +
+ + +
+ + + +
+ ic_fluent_steps_16_regular +
+ +
@@ -47243,6 +48314,60 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_table_lock_16_regular +
+ + +
+ + + +
+ ic_fluent_table_lock_20_regular +
+ + +
+ + + +
+ ic_fluent_table_lock_24_regular +
+ + +
+ + + +
+ ic_fluent_table_lock_28_regular +
+ + +
+ + + +
+ ic_fluent_table_lock_32_regular +
+ + +
+ + + +
+ ic_fluent_table_lock_48_regular +
+ +
@@ -51275,6 +52400,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_text_t_tag_16_regular +
+ +
@@ -53579,6 +54713,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_video_person_32_regular +
+ +
@@ -53624,6 +54767,60 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_video_person_clock_16_regular +
+ + +
+ + + +
+ ic_fluent_video_person_clock_20_regular +
+ + +
+ + + +
+ ic_fluent_video_person_clock_24_regular +
+ + +
+ + + +
+ ic_fluent_video_person_clock_28_regular +
+ + +
+ + + +
+ ic_fluent_video_person_clock_32_regular +
+ + +
+ + + +
+ ic_fluent_video_person_clock_48_regular +
+ +
@@ -53921,6 +55118,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_voicemail_32_regular +
+ +
@@ -55064,6 +56270,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_web_asset_16_regular +
+ +
diff --git a/fonts/FluentSystemIcons-Regular.json b/fonts/FluentSystemIcons-Regular.json index a457b6153d..d8f22dd940 100644 --- a/fonts/FluentSystemIcons-Regular.json +++ b/fonts/FluentSystemIcons-Regular.json @@ -6212,5 +6212,140 @@ "ic_fluent_xbox_controller_error_20_regular": 61592, "ic_fluent_xbox_controller_error_24_regular": 61593, "ic_fluent_xbox_controller_error_32_regular": 61594, - "ic_fluent_xbox_controller_error_48_regular": 61595 + "ic_fluent_xbox_controller_error_48_regular": 61595, + "ic_fluent_align_distribute_bottom_16_regular": 61596, + "ic_fluent_align_distribute_left_16_regular": 61597, + "ic_fluent_align_distribute_right_16_regular": 61598, + "ic_fluent_align_distribute_top_16_regular": 61599, + "ic_fluent_align_stretch_horizontal_16_regular": 61600, + "ic_fluent_align_stretch_vertical_16_regular": 61601, + "ic_fluent_arrow_next_16_regular": 61602, + "ic_fluent_arrow_previous_16_regular": 61603, + "ic_fluent_braces_checkmark_16_regular": 61604, + "ic_fluent_braces_dismiss_16_regular": 61605, + "ic_fluent_branch_16_regular": 61606, + "ic_fluent_calendar_arrow_counterclockwise_16_regular": 61607, + "ic_fluent_calendar_arrow_counterclockwise_20_regular": 61608, + "ic_fluent_calendar_arrow_counterclockwise_24_regular": 61609, + "ic_fluent_calendar_arrow_counterclockwise_28_regular": 61610, + "ic_fluent_calendar_arrow_counterclockwise_32_regular": 61611, + "ic_fluent_calendar_arrow_counterclockwise_48_regular": 61612, + "ic_fluent_calendar_play_16_regular": 61613, + "ic_fluent_calendar_play_20_regular": 61614, + "ic_fluent_calendar_play_24_regular": 61615, + "ic_fluent_calendar_play_28_regular": 61616, + "ic_fluent_calendar_shield_16_regular": 61617, + "ic_fluent_calendar_shield_20_regular": 61618, + "ic_fluent_calendar_shield_24_regular": 61619, + "ic_fluent_calendar_shield_28_regular": 61620, + "ic_fluent_calendar_shield_32_regular": 61621, + "ic_fluent_calendar_shield_48_regular": 61622, + "ic_fluent_call_transfer_24_regular": 61623, + "ic_fluent_call_transfer_32_regular": 61624, + "ic_fluent_camera_off_16_regular": 61625, + "ic_fluent_cd_16_regular": 61626, + "ic_fluent_certificate_16_regular": 61627, + "ic_fluent_clipboard_error_16_regular": 61628, + "ic_fluent_clipboard_multiple_16_regular": 61629, + "ic_fluent_clipboard_note_16_regular": 61630, + "ic_fluent_clipboard_task_16_regular": 61631, + "ic_fluent_clipboard_text_ltr_16_regular": 61632, + "ic_fluent_clipboard_text_rtl_16_regular": 61633, + "ic_fluent_cloud_add_24_regular": 61634, + "ic_fluent_cloud_edit_24_regular": 61635, + "ic_fluent_cloud_link_24_regular": 61636, + "ic_fluent_code_cs_16_regular": 61637, + "ic_fluent_code_cs_rectangle_16_regular": 61638, + "ic_fluent_code_fs_16_regular": 61639, + "ic_fluent_code_fs_rectangle_16_regular": 61640, + "ic_fluent_code_js_16_regular": 61641, + "ic_fluent_code_js_rectangle_16_regular": 61642, + "ic_fluent_code_py_16_regular": 61643, + "ic_fluent_code_py_rectangle_16_regular": 61644, + "ic_fluent_code_rb_16_regular": 61645, + "ic_fluent_code_rb_rectangle_16_regular": 61646, + "ic_fluent_code_text_off_16_regular": 61647, + "ic_fluent_code_ts_16_regular": 61648, + "ic_fluent_code_ts_rectangle_16_regular": 61649, + "ic_fluent_code_vb_16_regular": 61650, + "ic_fluent_code_vb_rectangle_16_regular": 61651, + "ic_fluent_cone_16_regular": 61652, + "ic_fluent_data_bar_horizontal_descending_16_regular": 61653, + "ic_fluent_data_bar_vertical_ascending_16_regular": 61654, + "ic_fluent_database_16_regular": 61655, + "ic_fluent_database_stack_16_regular": 61656, + "ic_fluent_developer_board_16_regular": 61657, + "ic_fluent_document_contract_16_regular": 61658, + "ic_fluent_document_cs_16_regular": 61659, + "ic_fluent_document_css_16_regular": 61660, + "ic_fluent_document_data_16_regular": 61661, + "ic_fluent_document_fs_16_regular": 61662, + "ic_fluent_document_js_16_regular": 61663, + "ic_fluent_document_number_1_16_regular": 61664, + "ic_fluent_document_py_16_regular": 61665, + "ic_fluent_document_rb_16_regular": 61666, + "ic_fluent_document_target_16_regular": 61667, + "ic_fluent_document_ts_16_regular": 61668, + "ic_fluent_document_vb_16_regular": 61669, + "ic_fluent_eyedropper_16_regular": 61670, + "ic_fluent_folder_multiple_16_regular": 61671, + "ic_fluent_folder_open_vertical_16_regular": 61672, + "ic_fluent_gantt_chart_16_regular": 61673, + "ic_fluent_hard_drive_16_regular": 61674, + "ic_fluent_hourglass_16_regular": 61675, + "ic_fluent_hourglass_half_16_regular": 61676, + "ic_fluent_hourglass_one_quarter_16_regular": 61677, + "ic_fluent_hourglass_three_quarter_16_regular": 61678, + "ic_fluent_keyboard_mouse_16_regular": 61679, + "ic_fluent_memory_16_regular": 61680, + "ic_fluent_more_circle_16_regular": 61681, + "ic_fluent_more_circle_24_regular": 61682, + "ic_fluent_more_circle_28_regular": 61683, + "ic_fluent_more_circle_48_regular": 61684, + "ic_fluent_network_adapter_16_regular": 61685, + "ic_fluent_people_star_16_regular": 61686, + "ic_fluent_people_star_20_regular": 61687, + "ic_fluent_people_star_24_regular": 61688, + "ic_fluent_people_star_28_regular": 61689, + "ic_fluent_people_star_32_regular": 61690, + "ic_fluent_people_star_48_regular": 61691, + "ic_fluent_person_search_16_regular": 61692, + "ic_fluent_person_search_32_regular": 61693, + "ic_fluent_person_standing_16_regular": 61694, + "ic_fluent_person_walking_16_regular": 61695, + "ic_fluent_play_multiple_16_regular": 61696, + "ic_fluent_radio_button_16_regular": 61779, + "ic_fluent_radio_button_off_16_regular": 61781, + "ic_fluent_ram_16_regular": 61905, + "ic_fluent_save_multiple_16_regular": 61906, + "ic_fluent_script_16_regular": 61915, + "ic_fluent_server_16_regular": 61916, + "ic_fluent_server_surface_16_regular": 61917, + "ic_fluent_server_surface_multiple_16_regular": 61958, + "ic_fluent_shield_12_regular": 61983, + "ic_fluent_slide_text_person_16_regular": 61999, + "ic_fluent_slide_text_person_20_regular": 62043, + "ic_fluent_slide_text_person_24_regular": 62044, + "ic_fluent_slide_text_person_28_regular": 62045, + "ic_fluent_slide_text_person_32_regular": 62046, + "ic_fluent_slide_text_person_48_regular": 62169, + "ic_fluent_spray_can_16_regular": 62170, + "ic_fluent_step_16_regular": 62183, + "ic_fluent_steps_16_regular": 62184, + "ic_fluent_table_lock_16_regular": 62185, + "ic_fluent_table_lock_20_regular": 62188, + "ic_fluent_table_lock_24_regular": 62189, + "ic_fluent_table_lock_28_regular": 62190, + "ic_fluent_table_lock_32_regular": 62210, + "ic_fluent_table_lock_48_regular": 62217, + "ic_fluent_text_t_tag_16_regular": 62246, + "ic_fluent_video_person_32_regular": 62247, + "ic_fluent_video_person_clock_16_regular": 62350, + "ic_fluent_video_person_clock_20_regular": 62354, + "ic_fluent_video_person_clock_24_regular": 62453, + "ic_fluent_video_person_clock_28_regular": 62454, + "ic_fluent_video_person_clock_32_regular": 62455, + "ic_fluent_video_person_clock_48_regular": 62456, + "ic_fluent_voicemail_32_regular": 62457, + "ic_fluent_web_asset_16_regular": 62458 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Regular.ttf b/fonts/FluentSystemIcons-Regular.ttf index f307b2db19..5a64afb3a6 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 25e18ececf..5d5d05abcc 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 730ee2cd0d..84cc1f3cf9 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 ae43ee82e0..a314cbdc7b 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?13a60e01623c44b0abb53782887717e3") format("woff2"), -url("./FluentSystemIcons-Resizable.woff?13a60e01623c44b0abb53782887717e3") format("woff"), -url("./FluentSystemIcons-Resizable.ttf?13a60e01623c44b0abb53782887717e3") format("truetype"); + src: url("./FluentSystemIcons-Resizable.woff2?5df487caf58514e0d214efd4fbe19983") format("woff2"), +url("./FluentSystemIcons-Resizable.woff?5df487caf58514e0d214efd4fbe19983") format("woff"), +url("./FluentSystemIcons-Resizable.ttf?5df487caf58514e0d214efd4fbe19983") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -1990,10692 +1990,10734 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_calendar_agenda_20_regular:before { content: "\e291"; } -.icon-ic_fluent_calendar_arrow_down_20_filled:before { +.icon-ic_fluent_calendar_arrow_counterclockwise_20_filled:before { content: "\e292"; } -.icon-ic_fluent_calendar_arrow_down_20_regular:before { +.icon-ic_fluent_calendar_arrow_counterclockwise_20_regular:before { content: "\e293"; } -.icon-ic_fluent_calendar_arrow_right_20_filled:before { +.icon-ic_fluent_calendar_arrow_down_20_filled:before { content: "\e294"; } -.icon-ic_fluent_calendar_arrow_right_20_regular:before { +.icon-ic_fluent_calendar_arrow_down_20_regular:before { content: "\e295"; } -.icon-ic_fluent_calendar_assistant_20_filled:before { +.icon-ic_fluent_calendar_arrow_right_20_filled:before { content: "\e296"; } -.icon-ic_fluent_calendar_assistant_20_regular:before { +.icon-ic_fluent_calendar_arrow_right_20_regular:before { content: "\e297"; } -.icon-ic_fluent_calendar_cancel_20_filled:before { +.icon-ic_fluent_calendar_assistant_20_filled:before { content: "\e298"; } -.icon-ic_fluent_calendar_cancel_20_regular:before { +.icon-ic_fluent_calendar_assistant_20_regular:before { content: "\e299"; } -.icon-ic_fluent_calendar_chat_20_filled:before { +.icon-ic_fluent_calendar_cancel_20_filled:before { content: "\e29a"; } -.icon-ic_fluent_calendar_chat_20_regular:before { +.icon-ic_fluent_calendar_cancel_20_regular:before { content: "\e29b"; } -.icon-ic_fluent_calendar_checkmark_20_filled:before { +.icon-ic_fluent_calendar_chat_20_filled:before { content: "\e29c"; } -.icon-ic_fluent_calendar_checkmark_20_regular:before { +.icon-ic_fluent_calendar_chat_20_regular:before { content: "\e29d"; } -.icon-ic_fluent_calendar_clock_20_filled:before { +.icon-ic_fluent_calendar_checkmark_20_filled:before { content: "\e29e"; } -.icon-ic_fluent_calendar_clock_20_regular:before { +.icon-ic_fluent_calendar_checkmark_20_regular:before { content: "\e29f"; } -.icon-ic_fluent_calendar_data_bar_20_filled:before { +.icon-ic_fluent_calendar_clock_20_filled:before { content: "\e2a0"; } -.icon-ic_fluent_calendar_data_bar_20_regular:before { +.icon-ic_fluent_calendar_clock_20_regular:before { content: "\e2a1"; } -.icon-ic_fluent_calendar_day_20_filled:before { +.icon-ic_fluent_calendar_data_bar_20_filled:before { content: "\e2a2"; } -.icon-ic_fluent_calendar_day_20_regular:before { +.icon-ic_fluent_calendar_data_bar_20_regular:before { content: "\e2a3"; } -.icon-ic_fluent_calendar_edit_20_filled:before { +.icon-ic_fluent_calendar_day_20_filled:before { content: "\e2a4"; } -.icon-ic_fluent_calendar_edit_20_regular:before { +.icon-ic_fluent_calendar_day_20_regular:before { content: "\e2a5"; } -.icon-ic_fluent_calendar_empty_20_filled:before { +.icon-ic_fluent_calendar_edit_20_filled:before { content: "\e2a6"; } -.icon-ic_fluent_calendar_empty_20_regular:before { +.icon-ic_fluent_calendar_edit_20_regular:before { content: "\e2a7"; } -.icon-ic_fluent_calendar_error_20_filled:before { +.icon-ic_fluent_calendar_empty_20_filled:before { content: "\e2a8"; } -.icon-ic_fluent_calendar_error_20_regular:before { +.icon-ic_fluent_calendar_empty_20_regular:before { content: "\e2a9"; } -.icon-ic_fluent_calendar_info_20_filled:before { +.icon-ic_fluent_calendar_error_20_filled:before { content: "\e2aa"; } -.icon-ic_fluent_calendar_info_20_regular:before { +.icon-ic_fluent_calendar_error_20_regular:before { content: "\e2ab"; } -.icon-ic_fluent_calendar_lock_20_filled:before { +.icon-ic_fluent_calendar_info_20_filled:before { content: "\e2ac"; } -.icon-ic_fluent_calendar_lock_20_regular:before { +.icon-ic_fluent_calendar_info_20_regular:before { content: "\e2ad"; } -.icon-ic_fluent_calendar_ltr_20_filled:before { +.icon-ic_fluent_calendar_lock_20_filled:before { content: "\e2ae"; } -.icon-ic_fluent_calendar_ltr_20_regular:before { +.icon-ic_fluent_calendar_lock_20_regular:before { content: "\e2af"; } -.icon-ic_fluent_calendar_mail_20_filled:before { +.icon-ic_fluent_calendar_ltr_20_filled:before { content: "\e2b0"; } -.icon-ic_fluent_calendar_mail_20_regular:before { +.icon-ic_fluent_calendar_ltr_20_regular:before { content: "\e2b1"; } -.icon-ic_fluent_calendar_mention_20_filled:before { +.icon-ic_fluent_calendar_mail_20_filled:before { content: "\e2b2"; } -.icon-ic_fluent_calendar_mention_20_regular:before { +.icon-ic_fluent_calendar_mail_20_regular:before { content: "\e2b3"; } -.icon-ic_fluent_calendar_month_20_filled:before { +.icon-ic_fluent_calendar_mention_20_filled:before { content: "\e2b4"; } -.icon-ic_fluent_calendar_month_20_regular:before { +.icon-ic_fluent_calendar_mention_20_regular:before { content: "\e2b5"; } -.icon-ic_fluent_calendar_multiple_20_filled:before { +.icon-ic_fluent_calendar_month_20_filled:before { content: "\e2b6"; } -.icon-ic_fluent_calendar_multiple_20_regular:before { +.icon-ic_fluent_calendar_month_20_regular:before { content: "\e2b7"; } -.icon-ic_fluent_calendar_pattern_20_filled:before { +.icon-ic_fluent_calendar_multiple_20_filled:before { content: "\e2b8"; } -.icon-ic_fluent_calendar_pattern_20_regular:before { +.icon-ic_fluent_calendar_multiple_20_regular:before { content: "\e2b9"; } -.icon-ic_fluent_calendar_person_20_filled:before { +.icon-ic_fluent_calendar_pattern_20_filled:before { content: "\e2ba"; } -.icon-ic_fluent_calendar_person_20_regular:before { +.icon-ic_fluent_calendar_pattern_20_regular:before { content: "\e2bb"; } -.icon-ic_fluent_calendar_phone_20_filled:before { +.icon-ic_fluent_calendar_person_20_filled:before { content: "\e2bc"; } -.icon-ic_fluent_calendar_phone_20_regular:before { +.icon-ic_fluent_calendar_person_20_regular:before { content: "\e2bd"; } -.icon-ic_fluent_calendar_question_mark_20_filled:before { +.icon-ic_fluent_calendar_phone_20_filled:before { content: "\e2be"; } -.icon-ic_fluent_calendar_question_mark_20_regular:before { +.icon-ic_fluent_calendar_phone_20_regular:before { content: "\e2bf"; } -.icon-ic_fluent_calendar_reply_20_filled:before { +.icon-ic_fluent_calendar_play_20_filled:before { content: "\e2c0"; } -.icon-ic_fluent_calendar_reply_20_regular:before { +.icon-ic_fluent_calendar_play_20_regular:before { content: "\e2c1"; } -.icon-ic_fluent_calendar_rtl_20_filled:before { +.icon-ic_fluent_calendar_question_mark_20_filled:before { content: "\e2c2"; } -.icon-ic_fluent_calendar_rtl_20_regular:before { +.icon-ic_fluent_calendar_question_mark_20_regular:before { content: "\e2c3"; } -.icon-ic_fluent_calendar_search_20_filled:before { +.icon-ic_fluent_calendar_reply_20_filled:before { content: "\e2c4"; } -.icon-ic_fluent_calendar_search_20_regular:before { +.icon-ic_fluent_calendar_reply_20_regular:before { content: "\e2c5"; } -.icon-ic_fluent_calendar_settings_20_filled:before { +.icon-ic_fluent_calendar_rtl_20_filled:before { content: "\e2c6"; } -.icon-ic_fluent_calendar_settings_20_regular:before { +.icon-ic_fluent_calendar_rtl_20_regular:before { content: "\e2c7"; } -.icon-ic_fluent_calendar_star_20_filled:before { +.icon-ic_fluent_calendar_search_20_filled:before { content: "\e2c8"; } -.icon-ic_fluent_calendar_star_20_regular:before { +.icon-ic_fluent_calendar_search_20_regular:before { content: "\e2c9"; } -.icon-ic_fluent_calendar_sync_20_filled:before { +.icon-ic_fluent_calendar_settings_20_filled:before { content: "\e2ca"; } -.icon-ic_fluent_calendar_sync_20_regular:before { +.icon-ic_fluent_calendar_settings_20_regular:before { content: "\e2cb"; } -.icon-ic_fluent_calendar_today_20_filled:before { +.icon-ic_fluent_calendar_shield_20_filled:before { content: "\e2cc"; } -.icon-ic_fluent_calendar_today_20_regular:before { +.icon-ic_fluent_calendar_shield_20_regular:before { content: "\e2cd"; } -.icon-ic_fluent_calendar_toolbox_20_filled:before { +.icon-ic_fluent_calendar_star_20_filled:before { content: "\e2ce"; } -.icon-ic_fluent_calendar_toolbox_20_regular:before { +.icon-ic_fluent_calendar_star_20_regular:before { content: "\e2cf"; } -.icon-ic_fluent_calendar_week_numbers_20_filled:before { +.icon-ic_fluent_calendar_sync_20_filled:before { content: "\e2d0"; } -.icon-ic_fluent_calendar_week_numbers_20_regular:before { +.icon-ic_fluent_calendar_sync_20_regular:before { content: "\e2d1"; } -.icon-ic_fluent_calendar_week_start_20_filled:before { +.icon-ic_fluent_calendar_today_20_filled:before { content: "\e2d2"; } -.icon-ic_fluent_calendar_week_start_20_regular:before { +.icon-ic_fluent_calendar_today_20_regular:before { content: "\e2d3"; } -.icon-ic_fluent_calendar_work_week_20_filled:before { +.icon-ic_fluent_calendar_toolbox_20_filled:before { content: "\e2d4"; } -.icon-ic_fluent_calendar_work_week_20_regular:before { +.icon-ic_fluent_calendar_toolbox_20_regular:before { content: "\e2d5"; } -.icon-ic_fluent_call_20_filled:before { +.icon-ic_fluent_calendar_week_numbers_20_filled:before { content: "\e2d6"; } -.icon-ic_fluent_call_20_regular:before { +.icon-ic_fluent_calendar_week_numbers_20_regular:before { content: "\e2d7"; } -.icon-ic_fluent_call_add_20_filled:before { +.icon-ic_fluent_calendar_week_start_20_filled:before { content: "\e2d8"; } -.icon-ic_fluent_call_add_20_regular:before { +.icon-ic_fluent_calendar_week_start_20_regular:before { content: "\e2d9"; } -.icon-ic_fluent_call_checkmark_20_filled:before { +.icon-ic_fluent_calendar_work_week_20_filled:before { content: "\e2da"; } -.icon-ic_fluent_call_checkmark_20_regular:before { +.icon-ic_fluent_calendar_work_week_20_regular:before { content: "\e2db"; } -.icon-ic_fluent_call_connecting_20_filled:before { +.icon-ic_fluent_call_20_filled:before { content: "\e2dc"; } -.icon-ic_fluent_call_connecting_20_regular:before { +.icon-ic_fluent_call_20_regular:before { content: "\e2dd"; } -.icon-ic_fluent_call_dismiss_20_filled:before { +.icon-ic_fluent_call_add_20_filled:before { content: "\e2de"; } -.icon-ic_fluent_call_dismiss_20_regular:before { +.icon-ic_fluent_call_add_20_regular:before { content: "\e2df"; } -.icon-ic_fluent_call_end_20_filled:before { +.icon-ic_fluent_call_checkmark_20_filled:before { content: "\e2e0"; } -.icon-ic_fluent_call_end_20_regular:before { +.icon-ic_fluent_call_checkmark_20_regular:before { content: "\e2e1"; } -.icon-ic_fluent_call_exclamation_20_filled:before { +.icon-ic_fluent_call_connecting_20_filled:before { content: "\e2e2"; } -.icon-ic_fluent_call_exclamation_20_regular:before { +.icon-ic_fluent_call_connecting_20_regular:before { content: "\e2e3"; } -.icon-ic_fluent_call_forward_20_filled:before { +.icon-ic_fluent_call_dismiss_20_filled:before { content: "\e2e4"; } -.icon-ic_fluent_call_forward_20_regular:before { +.icon-ic_fluent_call_dismiss_20_regular:before { content: "\e2e5"; } -.icon-ic_fluent_call_inbound_20_filled:before { +.icon-ic_fluent_call_end_20_filled:before { content: "\e2e6"; } -.icon-ic_fluent_call_inbound_20_regular:before { +.icon-ic_fluent_call_end_20_regular:before { content: "\e2e7"; } -.icon-ic_fluent_call_missed_20_filled:before { +.icon-ic_fluent_call_exclamation_20_filled:before { content: "\e2e8"; } -.icon-ic_fluent_call_missed_20_regular:before { +.icon-ic_fluent_call_exclamation_20_regular:before { content: "\e2e9"; } -.icon-ic_fluent_call_outbound_20_filled:before { +.icon-ic_fluent_call_forward_20_filled:before { content: "\e2ea"; } -.icon-ic_fluent_call_outbound_20_regular:before { +.icon-ic_fluent_call_forward_20_regular:before { content: "\e2eb"; } -.icon-ic_fluent_call_park_20_filled:before { +.icon-ic_fluent_call_inbound_20_filled:before { content: "\e2ec"; } -.icon-ic_fluent_call_park_20_regular:before { +.icon-ic_fluent_call_inbound_20_regular:before { content: "\e2ed"; } -.icon-ic_fluent_call_pause_20_filled:before { +.icon-ic_fluent_call_missed_20_filled:before { content: "\e2ee"; } -.icon-ic_fluent_call_pause_20_regular:before { +.icon-ic_fluent_call_missed_20_regular:before { content: "\e2ef"; } -.icon-ic_fluent_call_prohibited_20_filled:before { +.icon-ic_fluent_call_outbound_20_filled:before { content: "\e2f0"; } -.icon-ic_fluent_call_prohibited_20_regular:before { +.icon-ic_fluent_call_outbound_20_regular:before { content: "\e2f1"; } -.icon-ic_fluent_call_transfer_20_filled:before { +.icon-ic_fluent_call_park_20_filled:before { content: "\e2f2"; } -.icon-ic_fluent_call_transfer_20_regular:before { +.icon-ic_fluent_call_park_20_regular:before { content: "\e2f3"; } -.icon-ic_fluent_call_warning_20_filled:before { +.icon-ic_fluent_call_pause_20_filled:before { content: "\e2f4"; } -.icon-ic_fluent_call_warning_20_regular:before { +.icon-ic_fluent_call_pause_20_regular:before { content: "\e2f5"; } -.icon-ic_fluent_calligraphy_pen_20_filled:before { +.icon-ic_fluent_call_prohibited_20_filled:before { content: "\e2f6"; } -.icon-ic_fluent_calligraphy_pen_20_regular:before { +.icon-ic_fluent_call_prohibited_20_regular:before { content: "\e2f7"; } -.icon-ic_fluent_calligraphy_pen_checkmark_20_filled:before { +.icon-ic_fluent_call_transfer_20_filled:before { content: "\e2f8"; } -.icon-ic_fluent_calligraphy_pen_checkmark_20_regular:before { +.icon-ic_fluent_call_transfer_20_regular:before { content: "\e2f9"; } -.icon-ic_fluent_calligraphy_pen_error_20_filled:before { +.icon-ic_fluent_call_warning_20_filled:before { content: "\e2fa"; } -.icon-ic_fluent_calligraphy_pen_error_20_regular:before { +.icon-ic_fluent_call_warning_20_regular:before { content: "\e2fb"; } -.icon-ic_fluent_calligraphy_pen_question_mark_20_filled:before { +.icon-ic_fluent_calligraphy_pen_20_filled:before { content: "\e2fc"; } -.icon-ic_fluent_calligraphy_pen_question_mark_20_regular:before { +.icon-ic_fluent_calligraphy_pen_20_regular:before { content: "\e2fd"; } -.icon-ic_fluent_camera_20_filled:before { +.icon-ic_fluent_calligraphy_pen_checkmark_20_filled:before { content: "\e2fe"; } -.icon-ic_fluent_camera_20_regular:before { +.icon-ic_fluent_calligraphy_pen_checkmark_20_regular:before { content: "\e2ff"; } -.icon-ic_fluent_camera_add_20_filled:before { +.icon-ic_fluent_calligraphy_pen_error_20_filled:before { content: "\e300"; } -.icon-ic_fluent_camera_add_20_regular:before { +.icon-ic_fluent_calligraphy_pen_error_20_regular:before { content: "\e301"; } -.icon-ic_fluent_camera_dome_20_filled:before { +.icon-ic_fluent_calligraphy_pen_question_mark_20_filled:before { content: "\e302"; } -.icon-ic_fluent_camera_dome_20_regular:before { +.icon-ic_fluent_calligraphy_pen_question_mark_20_regular:before { content: "\e303"; } -.icon-ic_fluent_camera_edit_20_filled:before { +.icon-ic_fluent_camera_20_filled:before { content: "\e304"; } -.icon-ic_fluent_camera_edit_20_regular:before { +.icon-ic_fluent_camera_20_regular:before { content: "\e305"; } -.icon-ic_fluent_camera_off_20_filled:before { +.icon-ic_fluent_camera_add_20_filled:before { content: "\e306"; } -.icon-ic_fluent_camera_off_20_regular:before { +.icon-ic_fluent_camera_add_20_regular:before { content: "\e307"; } -.icon-ic_fluent_camera_sparkles_20_filled:before { +.icon-ic_fluent_camera_dome_20_filled:before { content: "\e308"; } -.icon-ic_fluent_camera_sparkles_20_regular:before { +.icon-ic_fluent_camera_dome_20_regular:before { content: "\e309"; } -.icon-ic_fluent_camera_switch_20_filled:before { +.icon-ic_fluent_camera_edit_20_filled:before { content: "\e30a"; } -.icon-ic_fluent_camera_switch_20_regular:before { +.icon-ic_fluent_camera_edit_20_regular:before { content: "\e30b"; } -.icon-ic_fluent_caret_down_20_filled:before { +.icon-ic_fluent_camera_off_20_filled:before { content: "\e30c"; } -.icon-ic_fluent_caret_down_20_regular:before { +.icon-ic_fluent_camera_off_20_regular:before { content: "\e30d"; } -.icon-ic_fluent_caret_down_right_20_filled:before { +.icon-ic_fluent_camera_sparkles_20_filled:before { content: "\e30e"; } -.icon-ic_fluent_caret_down_right_20_regular:before { +.icon-ic_fluent_camera_sparkles_20_regular:before { content: "\e30f"; } -.icon-ic_fluent_caret_left_20_filled:before { +.icon-ic_fluent_camera_switch_20_filled:before { content: "\e310"; } -.icon-ic_fluent_caret_left_20_regular:before { +.icon-ic_fluent_camera_switch_20_regular:before { content: "\e311"; } -.icon-ic_fluent_caret_right_20_filled:before { +.icon-ic_fluent_caret_down_20_filled:before { content: "\e312"; } -.icon-ic_fluent_caret_right_20_regular:before { +.icon-ic_fluent_caret_down_20_regular:before { content: "\e313"; } -.icon-ic_fluent_caret_up_20_filled:before { +.icon-ic_fluent_caret_down_right_20_filled:before { content: "\e314"; } -.icon-ic_fluent_caret_up_20_regular:before { +.icon-ic_fluent_caret_down_right_20_regular:before { content: "\e315"; } -.icon-ic_fluent_cart_20_filled:before { +.icon-ic_fluent_caret_left_20_filled:before { content: "\e316"; } -.icon-ic_fluent_cart_20_regular:before { +.icon-ic_fluent_caret_left_20_regular:before { content: "\e317"; } -.icon-ic_fluent_cast_20_filled:before { +.icon-ic_fluent_caret_right_20_filled:before { content: "\e318"; } -.icon-ic_fluent_cast_20_regular:before { +.icon-ic_fluent_caret_right_20_regular:before { content: "\e319"; } -.icon-ic_fluent_catch_up_20_filled:before { +.icon-ic_fluent_caret_up_20_filled:before { content: "\e31a"; } -.icon-ic_fluent_catch_up_20_regular:before { +.icon-ic_fluent_caret_up_20_regular:before { content: "\e31b"; } -.icon-ic_fluent_cellular_3g_20_filled:before { +.icon-ic_fluent_cart_20_filled:before { content: "\e31c"; } -.icon-ic_fluent_cellular_3g_20_regular:before { +.icon-ic_fluent_cart_20_regular:before { content: "\e31d"; } -.icon-ic_fluent_cellular_4g_20_filled:before { +.icon-ic_fluent_cast_20_filled:before { content: "\e31e"; } -.icon-ic_fluent_cellular_4g_20_regular:before { +.icon-ic_fluent_cast_20_regular:before { content: "\e31f"; } -.icon-ic_fluent_cellular_5g_20_filled:before { +.icon-ic_fluent_catch_up_20_filled:before { content: "\e320"; } -.icon-ic_fluent_cellular_5g_20_regular:before { +.icon-ic_fluent_catch_up_20_regular:before { content: "\e321"; } -.icon-ic_fluent_cellular_data_1_20_filled:before { +.icon-ic_fluent_cellular_3g_20_filled:before { content: "\e322"; } -.icon-ic_fluent_cellular_data_1_20_regular:before { +.icon-ic_fluent_cellular_3g_20_regular:before { content: "\e323"; } -.icon-ic_fluent_cellular_data_2_20_filled:before { +.icon-ic_fluent_cellular_4g_20_filled:before { content: "\e324"; } -.icon-ic_fluent_cellular_data_2_20_regular:before { +.icon-ic_fluent_cellular_4g_20_regular:before { content: "\e325"; } -.icon-ic_fluent_cellular_data_3_20_filled:before { +.icon-ic_fluent_cellular_5g_20_filled:before { content: "\e326"; } -.icon-ic_fluent_cellular_data_3_20_regular:before { +.icon-ic_fluent_cellular_5g_20_regular:before { content: "\e327"; } -.icon-ic_fluent_cellular_data_4_20_filled:before { +.icon-ic_fluent_cellular_data_1_20_filled:before { content: "\e328"; } -.icon-ic_fluent_cellular_data_4_20_regular:before { +.icon-ic_fluent_cellular_data_1_20_regular:before { content: "\e329"; } -.icon-ic_fluent_cellular_data_5_20_filled:before { +.icon-ic_fluent_cellular_data_2_20_filled:before { content: "\e32a"; } -.icon-ic_fluent_cellular_data_5_20_regular:before { +.icon-ic_fluent_cellular_data_2_20_regular:before { content: "\e32b"; } -.icon-ic_fluent_cellular_off_20_filled:before { +.icon-ic_fluent_cellular_data_3_20_filled:before { content: "\e32c"; } -.icon-ic_fluent_cellular_off_20_regular:before { +.icon-ic_fluent_cellular_data_3_20_regular:before { content: "\e32d"; } -.icon-ic_fluent_cellular_warning_20_filled:before { +.icon-ic_fluent_cellular_data_4_20_filled:before { content: "\e32e"; } -.icon-ic_fluent_cellular_warning_20_regular:before { +.icon-ic_fluent_cellular_data_4_20_regular:before { content: "\e32f"; } -.icon-ic_fluent_center_horizontal_20_filled:before { +.icon-ic_fluent_cellular_data_5_20_filled:before { content: "\e330"; } -.icon-ic_fluent_center_horizontal_20_regular:before { +.icon-ic_fluent_cellular_data_5_20_regular:before { content: "\e331"; } -.icon-ic_fluent_center_vertical_20_filled:before { +.icon-ic_fluent_cellular_off_20_filled:before { content: "\e332"; } -.icon-ic_fluent_center_vertical_20_regular:before { +.icon-ic_fluent_cellular_off_20_regular:before { content: "\e333"; } -.icon-ic_fluent_certificate_20_filled:before { +.icon-ic_fluent_cellular_warning_20_filled:before { content: "\e334"; } -.icon-ic_fluent_certificate_20_regular:before { +.icon-ic_fluent_cellular_warning_20_regular:before { content: "\e335"; } -.icon-ic_fluent_channel_20_filled:before { +.icon-ic_fluent_center_horizontal_20_filled:before { content: "\e336"; } -.icon-ic_fluent_channel_20_regular:before { +.icon-ic_fluent_center_horizontal_20_regular:before { content: "\e337"; } -.icon-ic_fluent_channel_add_20_filled:before { +.icon-ic_fluent_center_vertical_20_filled:before { content: "\e338"; } -.icon-ic_fluent_channel_add_20_regular:before { +.icon-ic_fluent_center_vertical_20_regular:before { content: "\e339"; } -.icon-ic_fluent_channel_alert_20_filled:before { +.icon-ic_fluent_certificate_20_filled:before { content: "\e33a"; } -.icon-ic_fluent_channel_alert_20_regular:before { +.icon-ic_fluent_certificate_20_regular:before { content: "\e33b"; } -.icon-ic_fluent_channel_arrow_left_20_filled:before { +.icon-ic_fluent_channel_20_filled:before { content: "\e33c"; } -.icon-ic_fluent_channel_arrow_left_20_regular:before { +.icon-ic_fluent_channel_20_regular:before { content: "\e33d"; } -.icon-ic_fluent_channel_dismiss_20_filled:before { +.icon-ic_fluent_channel_add_20_filled:before { content: "\e33e"; } -.icon-ic_fluent_channel_dismiss_20_regular:before { +.icon-ic_fluent_channel_add_20_regular:before { content: "\e33f"; } -.icon-ic_fluent_channel_share_20_filled:before { +.icon-ic_fluent_channel_alert_20_filled:before { content: "\e340"; } -.icon-ic_fluent_channel_share_20_regular:before { +.icon-ic_fluent_channel_alert_20_regular:before { content: "\e341"; } -.icon-ic_fluent_channel_subtract_20_filled:before { +.icon-ic_fluent_channel_arrow_left_20_filled:before { content: "\e342"; } -.icon-ic_fluent_channel_subtract_20_regular:before { +.icon-ic_fluent_channel_arrow_left_20_regular:before { content: "\e343"; } -.icon-ic_fluent_chart_multiple_20_filled:before { +.icon-ic_fluent_channel_dismiss_20_filled:before { content: "\e344"; } -.icon-ic_fluent_chart_multiple_20_regular:before { +.icon-ic_fluent_channel_dismiss_20_regular:before { content: "\e345"; } -.icon-ic_fluent_chart_person_20_filled:before { +.icon-ic_fluent_channel_share_20_filled:before { content: "\e346"; } -.icon-ic_fluent_chart_person_20_regular:before { +.icon-ic_fluent_channel_share_20_regular:before { content: "\e347"; } -.icon-ic_fluent_chat_20_filled:before { +.icon-ic_fluent_channel_subtract_20_filled:before { content: "\e348"; } -.icon-ic_fluent_chat_20_regular:before { +.icon-ic_fluent_channel_subtract_20_regular:before { content: "\e349"; } -.icon-ic_fluent_chat_add_20_filled:before { +.icon-ic_fluent_chart_multiple_20_filled:before { content: "\e34a"; } -.icon-ic_fluent_chat_add_20_regular:before { +.icon-ic_fluent_chart_multiple_20_regular:before { content: "\e34b"; } -.icon-ic_fluent_chat_arrow_back_20_filled:before { +.icon-ic_fluent_chart_person_20_filled:before { content: "\e34c"; } -.icon-ic_fluent_chat_arrow_back_20_regular:before { +.icon-ic_fluent_chart_person_20_regular:before { content: "\e34d"; } -.icon-ic_fluent_chat_arrow_double_back_20_filled:before { +.icon-ic_fluent_chat_20_filled:before { content: "\e34e"; } -.icon-ic_fluent_chat_arrow_double_back_20_regular:before { +.icon-ic_fluent_chat_20_regular:before { content: "\e34f"; } -.icon-ic_fluent_chat_bubbles_question_20_filled:before { +.icon-ic_fluent_chat_add_20_filled:before { content: "\e350"; } -.icon-ic_fluent_chat_bubbles_question_20_regular:before { +.icon-ic_fluent_chat_add_20_regular:before { content: "\e351"; } -.icon-ic_fluent_chat_cursor_20_filled:before { +.icon-ic_fluent_chat_arrow_back_20_filled:before { content: "\e352"; } -.icon-ic_fluent_chat_cursor_20_regular:before { +.icon-ic_fluent_chat_arrow_back_20_regular:before { content: "\e353"; } -.icon-ic_fluent_chat_dismiss_20_filled:before { +.icon-ic_fluent_chat_arrow_double_back_20_filled:before { content: "\e354"; } -.icon-ic_fluent_chat_dismiss_20_regular:before { +.icon-ic_fluent_chat_arrow_double_back_20_regular:before { content: "\e355"; } -.icon-ic_fluent_chat_empty_20_filled:before { +.icon-ic_fluent_chat_bubbles_question_20_filled:before { content: "\e356"; } -.icon-ic_fluent_chat_empty_20_regular:before { +.icon-ic_fluent_chat_bubbles_question_20_regular:before { content: "\e357"; } -.icon-ic_fluent_chat_help_20_filled:before { +.icon-ic_fluent_chat_cursor_20_filled:before { content: "\e358"; } -.icon-ic_fluent_chat_help_20_regular:before { +.icon-ic_fluent_chat_cursor_20_regular:before { content: "\e359"; } -.icon-ic_fluent_chat_mail_20_filled:before { +.icon-ic_fluent_chat_dismiss_20_filled:before { content: "\e35a"; } -.icon-ic_fluent_chat_mail_20_regular:before { +.icon-ic_fluent_chat_dismiss_20_regular:before { content: "\e35b"; } -.icon-ic_fluent_chat_multiple_20_filled:before { +.icon-ic_fluent_chat_empty_20_filled:before { content: "\e35c"; } -.icon-ic_fluent_chat_multiple_20_regular:before { +.icon-ic_fluent_chat_empty_20_regular:before { content: "\e35d"; } -.icon-ic_fluent_chat_off_20_filled:before { +.icon-ic_fluent_chat_help_20_filled:before { content: "\e35e"; } -.icon-ic_fluent_chat_off_20_regular:before { +.icon-ic_fluent_chat_help_20_regular:before { content: "\e35f"; } -.icon-ic_fluent_chat_settings_20_filled:before { +.icon-ic_fluent_chat_mail_20_filled:before { content: "\e360"; } -.icon-ic_fluent_chat_settings_20_regular:before { +.icon-ic_fluent_chat_mail_20_regular:before { content: "\e361"; } -.icon-ic_fluent_chat_video_20_filled:before { +.icon-ic_fluent_chat_multiple_20_filled:before { content: "\e362"; } -.icon-ic_fluent_chat_video_20_regular:before { +.icon-ic_fluent_chat_multiple_20_regular:before { content: "\e363"; } -.icon-ic_fluent_chat_warning_20_filled:before { +.icon-ic_fluent_chat_off_20_filled:before { content: "\e364"; } -.icon-ic_fluent_chat_warning_20_regular:before { +.icon-ic_fluent_chat_off_20_regular:before { content: "\e365"; } -.icon-ic_fluent_check_20_filled:before { +.icon-ic_fluent_chat_settings_20_filled:before { content: "\e366"; } -.icon-ic_fluent_check_20_regular:before { +.icon-ic_fluent_chat_settings_20_regular:before { content: "\e367"; } -.icon-ic_fluent_checkbox_1_20_filled:before { +.icon-ic_fluent_chat_video_20_filled:before { content: "\e368"; } -.icon-ic_fluent_checkbox_1_20_regular:before { +.icon-ic_fluent_chat_video_20_regular:before { content: "\e369"; } -.icon-ic_fluent_checkbox_2_20_filled:before { +.icon-ic_fluent_chat_warning_20_filled:before { content: "\e36a"; } -.icon-ic_fluent_checkbox_2_20_regular:before { +.icon-ic_fluent_chat_warning_20_regular:before { content: "\e36b"; } -.icon-ic_fluent_checkbox_arrow_right_20_filled:before { +.icon-ic_fluent_check_20_filled:before { content: "\e36c"; } -.icon-ic_fluent_checkbox_arrow_right_20_regular:before { +.icon-ic_fluent_check_20_regular:before { content: "\e36d"; } -.icon-ic_fluent_checkbox_checked_20_filled:before { +.icon-ic_fluent_checkbox_1_20_filled:before { content: "\e36e"; } -.icon-ic_fluent_checkbox_checked_20_regular:before { +.icon-ic_fluent_checkbox_1_20_regular:before { content: "\e36f"; } -.icon-ic_fluent_checkbox_checked_sync_20_filled:before { +.icon-ic_fluent_checkbox_2_20_filled:before { content: "\e370"; } -.icon-ic_fluent_checkbox_checked_sync_20_regular:before { +.icon-ic_fluent_checkbox_2_20_regular:before { content: "\e371"; } -.icon-ic_fluent_checkbox_indeterminate_20_filled:before { +.icon-ic_fluent_checkbox_arrow_right_20_filled:before { content: "\e372"; } -.icon-ic_fluent_checkbox_indeterminate_20_regular:before { +.icon-ic_fluent_checkbox_arrow_right_20_regular:before { content: "\e373"; } -.icon-ic_fluent_checkbox_person_20_filled:before { +.icon-ic_fluent_checkbox_checked_20_filled:before { content: "\e374"; } -.icon-ic_fluent_checkbox_person_20_regular:before { +.icon-ic_fluent_checkbox_checked_20_regular:before { content: "\e375"; } -.icon-ic_fluent_checkbox_unchecked_20_filled:before { +.icon-ic_fluent_checkbox_checked_sync_20_filled:before { content: "\e376"; } -.icon-ic_fluent_checkbox_unchecked_20_regular:before { +.icon-ic_fluent_checkbox_checked_sync_20_regular:before { content: "\e377"; } -.icon-ic_fluent_checkbox_warning_20_filled:before { +.icon-ic_fluent_checkbox_indeterminate_20_filled:before { content: "\e378"; } -.icon-ic_fluent_checkbox_warning_20_regular:before { +.icon-ic_fluent_checkbox_indeterminate_20_regular:before { content: "\e379"; } -.icon-ic_fluent_checkmark_20_filled:before { +.icon-ic_fluent_checkbox_person_20_filled:before { content: "\e37a"; } -.icon-ic_fluent_checkmark_20_regular:before { +.icon-ic_fluent_checkbox_person_20_regular:before { content: "\e37b"; } -.icon-ic_fluent_checkmark_circle_20_filled:before { +.icon-ic_fluent_checkbox_unchecked_20_filled:before { content: "\e37c"; } -.icon-ic_fluent_checkmark_circle_20_regular:before { +.icon-ic_fluent_checkbox_unchecked_20_regular:before { content: "\e37d"; } -.icon-ic_fluent_checkmark_lock_20_filled:before { +.icon-ic_fluent_checkbox_warning_20_filled:before { content: "\e37e"; } -.icon-ic_fluent_checkmark_lock_20_regular:before { +.icon-ic_fluent_checkbox_warning_20_regular:before { content: "\e37f"; } -.icon-ic_fluent_checkmark_note_20_filled:before { +.icon-ic_fluent_checkmark_20_filled:before { content: "\e380"; } -.icon-ic_fluent_checkmark_note_20_regular:before { +.icon-ic_fluent_checkmark_20_regular:before { content: "\e381"; } -.icon-ic_fluent_checkmark_square_20_filled:before { +.icon-ic_fluent_checkmark_circle_20_filled:before { content: "\e382"; } -.icon-ic_fluent_checkmark_square_20_regular:before { +.icon-ic_fluent_checkmark_circle_20_regular:before { content: "\e383"; } -.icon-ic_fluent_checkmark_starburst_20_filled:before { +.icon-ic_fluent_checkmark_lock_20_filled:before { content: "\e384"; } -.icon-ic_fluent_checkmark_starburst_20_regular:before { +.icon-ic_fluent_checkmark_lock_20_regular:before { content: "\e385"; } -.icon-ic_fluent_checkmark_underline_circle_20_filled:before { +.icon-ic_fluent_checkmark_note_20_filled:before { content: "\e386"; } -.icon-ic_fluent_checkmark_underline_circle_20_regular:before { +.icon-ic_fluent_checkmark_note_20_regular:before { content: "\e387"; } -.icon-ic_fluent_chess_20_filled:before { +.icon-ic_fluent_checkmark_square_20_filled:before { content: "\e388"; } -.icon-ic_fluent_chess_20_regular:before { +.icon-ic_fluent_checkmark_square_20_regular:before { content: "\e389"; } -.icon-ic_fluent_chevron_circle_down_20_filled:before { +.icon-ic_fluent_checkmark_starburst_20_filled:before { content: "\e38a"; } -.icon-ic_fluent_chevron_circle_down_20_regular:before { +.icon-ic_fluent_checkmark_starburst_20_regular:before { content: "\e38b"; } -.icon-ic_fluent_chevron_circle_left_20_filled:before { +.icon-ic_fluent_checkmark_underline_circle_20_filled:before { content: "\e38c"; } -.icon-ic_fluent_chevron_circle_left_20_regular:before { +.icon-ic_fluent_checkmark_underline_circle_20_regular:before { content: "\e38d"; } -.icon-ic_fluent_chevron_circle_right_20_filled:before { +.icon-ic_fluent_chess_20_filled:before { content: "\e38e"; } -.icon-ic_fluent_chevron_circle_right_20_regular:before { +.icon-ic_fluent_chess_20_regular:before { content: "\e38f"; } -.icon-ic_fluent_chevron_circle_up_20_filled:before { +.icon-ic_fluent_chevron_circle_down_20_filled:before { content: "\e390"; } -.icon-ic_fluent_chevron_circle_up_20_regular:before { +.icon-ic_fluent_chevron_circle_down_20_regular:before { content: "\e391"; } -.icon-ic_fluent_chevron_double_down_20_filled:before { +.icon-ic_fluent_chevron_circle_left_20_filled:before { content: "\e392"; } -.icon-ic_fluent_chevron_double_down_20_regular:before { +.icon-ic_fluent_chevron_circle_left_20_regular:before { content: "\e393"; } -.icon-ic_fluent_chevron_double_left_20_filled:before { +.icon-ic_fluent_chevron_circle_right_20_filled:before { content: "\e394"; } -.icon-ic_fluent_chevron_double_left_20_regular:before { +.icon-ic_fluent_chevron_circle_right_20_regular:before { content: "\e395"; } -.icon-ic_fluent_chevron_double_right_20_filled:before { +.icon-ic_fluent_chevron_circle_up_20_filled:before { content: "\e396"; } -.icon-ic_fluent_chevron_double_right_20_regular:before { +.icon-ic_fluent_chevron_circle_up_20_regular:before { content: "\e397"; } -.icon-ic_fluent_chevron_double_up_20_filled:before { +.icon-ic_fluent_chevron_double_down_20_filled:before { content: "\e398"; } -.icon-ic_fluent_chevron_double_up_20_regular:before { +.icon-ic_fluent_chevron_double_down_20_regular:before { content: "\e399"; } -.icon-ic_fluent_chevron_down_20_filled:before { +.icon-ic_fluent_chevron_double_left_20_filled:before { content: "\e39a"; } -.icon-ic_fluent_chevron_down_20_regular:before { +.icon-ic_fluent_chevron_double_left_20_regular:before { content: "\e39b"; } -.icon-ic_fluent_chevron_left_20_filled:before { +.icon-ic_fluent_chevron_double_right_20_filled:before { content: "\e39c"; } -.icon-ic_fluent_chevron_left_20_regular:before { +.icon-ic_fluent_chevron_double_right_20_regular:before { content: "\e39d"; } -.icon-ic_fluent_chevron_right_20_filled:before { +.icon-ic_fluent_chevron_double_up_20_filled:before { content: "\e39e"; } -.icon-ic_fluent_chevron_right_20_regular:before { +.icon-ic_fluent_chevron_double_up_20_regular:before { content: "\e39f"; } -.icon-ic_fluent_chevron_up_20_filled:before { +.icon-ic_fluent_chevron_down_20_filled:before { content: "\e3a0"; } -.icon-ic_fluent_chevron_up_20_regular:before { +.icon-ic_fluent_chevron_down_20_regular:before { content: "\e3a1"; } -.icon-ic_fluent_chevron_up_down_20_filled:before { +.icon-ic_fluent_chevron_left_20_filled:before { content: "\e3a2"; } -.icon-ic_fluent_chevron_up_down_20_regular:before { +.icon-ic_fluent_chevron_left_20_regular:before { content: "\e3a3"; } -.icon-ic_fluent_circle_20_filled:before { +.icon-ic_fluent_chevron_right_20_filled:before { content: "\e3a4"; } -.icon-ic_fluent_circle_20_regular:before { +.icon-ic_fluent_chevron_right_20_regular:before { content: "\e3a5"; } -.icon-ic_fluent_circle_edit_20_filled:before { +.icon-ic_fluent_chevron_up_20_filled:before { content: "\e3a6"; } -.icon-ic_fluent_circle_edit_20_regular:before { +.icon-ic_fluent_chevron_up_20_regular:before { content: "\e3a7"; } -.icon-ic_fluent_circle_eraser_20_filled:before { +.icon-ic_fluent_chevron_up_down_20_filled:before { content: "\e3a8"; } -.icon-ic_fluent_circle_eraser_20_regular:before { +.icon-ic_fluent_chevron_up_down_20_regular:before { content: "\e3a9"; } -.icon-ic_fluent_circle_half_fill_20_filled:before { +.icon-ic_fluent_circle_20_filled:before { content: "\e3aa"; } -.icon-ic_fluent_circle_half_fill_20_regular:before { +.icon-ic_fluent_circle_20_regular:before { content: "\e3ab"; } -.icon-ic_fluent_circle_image_20_filled:before { +.icon-ic_fluent_circle_edit_20_filled:before { content: "\e3ac"; } -.icon-ic_fluent_circle_image_20_regular:before { +.icon-ic_fluent_circle_edit_20_regular:before { content: "\e3ad"; } -.icon-ic_fluent_circle_line_20_filled:before { +.icon-ic_fluent_circle_eraser_20_filled:before { content: "\e3ae"; } -.icon-ic_fluent_circle_line_20_regular:before { +.icon-ic_fluent_circle_eraser_20_regular:before { content: "\e3af"; } -.icon-ic_fluent_circle_multiple_subtract_checkmark_20_filled:before { +.icon-ic_fluent_circle_half_fill_20_filled:before { content: "\e3b0"; } -.icon-ic_fluent_circle_multiple_subtract_checkmark_20_regular:before { +.icon-ic_fluent_circle_half_fill_20_regular:before { content: "\e3b1"; } -.icon-ic_fluent_circle_off_20_filled:before { +.icon-ic_fluent_circle_image_20_filled:before { content: "\e3b2"; } -.icon-ic_fluent_circle_off_20_regular:before { +.icon-ic_fluent_circle_image_20_regular:before { content: "\e3b3"; } -.icon-ic_fluent_circle_small_20_filled:before { +.icon-ic_fluent_circle_line_20_filled:before { content: "\e3b4"; } -.icon-ic_fluent_circle_small_20_regular:before { +.icon-ic_fluent_circle_line_20_regular:before { content: "\e3b5"; } -.icon-ic_fluent_city_20_filled:before { +.icon-ic_fluent_circle_multiple_subtract_checkmark_20_filled:before { content: "\e3b6"; } -.icon-ic_fluent_city_20_regular:before { +.icon-ic_fluent_circle_multiple_subtract_checkmark_20_regular:before { content: "\e3b7"; } -.icon-ic_fluent_class_20_filled:before { +.icon-ic_fluent_circle_off_20_filled:before { content: "\e3b8"; } -.icon-ic_fluent_class_20_regular:before { +.icon-ic_fluent_circle_off_20_regular:before { content: "\e3b9"; } -.icon-ic_fluent_classification_20_filled:before { +.icon-ic_fluent_circle_small_20_filled:before { content: "\e3ba"; } -.icon-ic_fluent_classification_20_regular:before { +.icon-ic_fluent_circle_small_20_regular:before { content: "\e3bb"; } -.icon-ic_fluent_clear_formatting_20_filled:before { +.icon-ic_fluent_city_20_filled:before { content: "\e3bc"; } -.icon-ic_fluent_clear_formatting_20_regular:before { +.icon-ic_fluent_city_20_regular:before { content: "\e3bd"; } -.icon-ic_fluent_clipboard_20_filled:before { +.icon-ic_fluent_class_20_filled:before { content: "\e3be"; } -.icon-ic_fluent_clipboard_20_regular:before { +.icon-ic_fluent_class_20_regular:before { content: "\e3bf"; } -.icon-ic_fluent_clipboard_3_day_20_filled:before { +.icon-ic_fluent_classification_20_filled:before { content: "\e3c0"; } -.icon-ic_fluent_clipboard_3_day_20_regular:before { +.icon-ic_fluent_classification_20_regular:before { content: "\e3c1"; } -.icon-ic_fluent_clipboard_arrow_right_20_filled:before { +.icon-ic_fluent_clear_formatting_20_filled:before { content: "\e3c2"; } -.icon-ic_fluent_clipboard_arrow_right_20_regular:before { +.icon-ic_fluent_clear_formatting_20_regular:before { content: "\e3c3"; } -.icon-ic_fluent_clipboard_bullet_list_ltr_20_filled:before { +.icon-ic_fluent_clipboard_20_filled:before { content: "\e3c4"; } -.icon-ic_fluent_clipboard_bullet_list_ltr_20_regular:before { +.icon-ic_fluent_clipboard_20_regular:before { content: "\e3c5"; } -.icon-ic_fluent_clipboard_bullet_list_rtl_20_filled:before { +.icon-ic_fluent_clipboard_3_day_20_filled:before { content: "\e3c6"; } -.icon-ic_fluent_clipboard_bullet_list_rtl_20_regular:before { +.icon-ic_fluent_clipboard_3_day_20_regular:before { content: "\e3c7"; } -.icon-ic_fluent_clipboard_checkmark_20_filled:before { +.icon-ic_fluent_clipboard_arrow_right_20_filled:before { content: "\e3c8"; } -.icon-ic_fluent_clipboard_checkmark_20_regular:before { +.icon-ic_fluent_clipboard_arrow_right_20_regular:before { content: "\e3c9"; } -.icon-ic_fluent_clipboard_clock_20_filled:before { +.icon-ic_fluent_clipboard_bullet_list_ltr_20_filled:before { content: "\e3ca"; } -.icon-ic_fluent_clipboard_clock_20_regular:before { +.icon-ic_fluent_clipboard_bullet_list_ltr_20_regular:before { content: "\e3cb"; } -.icon-ic_fluent_clipboard_code_20_filled:before { +.icon-ic_fluent_clipboard_bullet_list_rtl_20_filled:before { content: "\e3cc"; } -.icon-ic_fluent_clipboard_code_20_regular:before { +.icon-ic_fluent_clipboard_bullet_list_rtl_20_regular:before { content: "\e3cd"; } -.icon-ic_fluent_clipboard_data_bar_20_filled:before { +.icon-ic_fluent_clipboard_checkmark_20_filled:before { content: "\e3ce"; } -.icon-ic_fluent_clipboard_data_bar_20_regular:before { +.icon-ic_fluent_clipboard_checkmark_20_regular:before { content: "\e3cf"; } -.icon-ic_fluent_clipboard_day_20_filled:before { +.icon-ic_fluent_clipboard_clock_20_filled:before { content: "\e3d0"; } -.icon-ic_fluent_clipboard_day_20_regular:before { +.icon-ic_fluent_clipboard_clock_20_regular:before { content: "\e3d1"; } -.icon-ic_fluent_clipboard_edit_20_filled:before { +.icon-ic_fluent_clipboard_code_20_filled:before { content: "\e3d2"; } -.icon-ic_fluent_clipboard_edit_20_regular:before { +.icon-ic_fluent_clipboard_code_20_regular:before { content: "\e3d3"; } -.icon-ic_fluent_clipboard_error_20_filled:before { +.icon-ic_fluent_clipboard_data_bar_20_filled:before { content: "\e3d4"; } -.icon-ic_fluent_clipboard_error_20_regular:before { +.icon-ic_fluent_clipboard_data_bar_20_regular:before { content: "\e3d5"; } -.icon-ic_fluent_clipboard_heart_20_filled:before { +.icon-ic_fluent_clipboard_day_20_filled:before { content: "\e3d6"; } -.icon-ic_fluent_clipboard_heart_20_regular:before { +.icon-ic_fluent_clipboard_day_20_regular:before { content: "\e3d7"; } -.icon-ic_fluent_clipboard_image_20_filled:before { +.icon-ic_fluent_clipboard_edit_20_filled:before { content: "\e3d8"; } -.icon-ic_fluent_clipboard_image_20_regular:before { +.icon-ic_fluent_clipboard_edit_20_regular:before { content: "\e3d9"; } -.icon-ic_fluent_clipboard_letter_20_filled:before { +.icon-ic_fluent_clipboard_error_20_filled:before { content: "\e3da"; } -.icon-ic_fluent_clipboard_letter_20_regular:before { +.icon-ic_fluent_clipboard_error_20_regular:before { content: "\e3db"; } -.icon-ic_fluent_clipboard_link_20_filled:before { +.icon-ic_fluent_clipboard_heart_20_filled:before { content: "\e3dc"; } -.icon-ic_fluent_clipboard_link_20_regular:before { +.icon-ic_fluent_clipboard_heart_20_regular:before { content: "\e3dd"; } -.icon-ic_fluent_clipboard_month_20_filled:before { +.icon-ic_fluent_clipboard_image_20_filled:before { content: "\e3de"; } -.icon-ic_fluent_clipboard_month_20_regular:before { +.icon-ic_fluent_clipboard_image_20_regular:before { content: "\e3df"; } -.icon-ic_fluent_clipboard_more_20_filled:before { +.icon-ic_fluent_clipboard_letter_20_filled:before { content: "\e3e0"; } -.icon-ic_fluent_clipboard_more_20_regular:before { +.icon-ic_fluent_clipboard_letter_20_regular:before { content: "\e3e1"; } -.icon-ic_fluent_clipboard_note_20_filled:before { +.icon-ic_fluent_clipboard_link_20_filled:before { content: "\e3e2"; } -.icon-ic_fluent_clipboard_note_20_regular:before { +.icon-ic_fluent_clipboard_link_20_regular:before { content: "\e3e3"; } -.icon-ic_fluent_clipboard_paste_20_filled:before { +.icon-ic_fluent_clipboard_month_20_filled:before { content: "\e3e4"; } -.icon-ic_fluent_clipboard_paste_20_regular:before { +.icon-ic_fluent_clipboard_month_20_regular:before { content: "\e3e5"; } -.icon-ic_fluent_clipboard_pulse_20_filled:before { +.icon-ic_fluent_clipboard_more_20_filled:before { content: "\e3e6"; } -.icon-ic_fluent_clipboard_pulse_20_regular:before { +.icon-ic_fluent_clipboard_more_20_regular:before { content: "\e3e7"; } -.icon-ic_fluent_clipboard_search_20_filled:before { +.icon-ic_fluent_clipboard_note_20_filled:before { content: "\e3e8"; } -.icon-ic_fluent_clipboard_search_20_regular:before { +.icon-ic_fluent_clipboard_note_20_regular:before { content: "\e3e9"; } -.icon-ic_fluent_clipboard_settings_20_filled:before { +.icon-ic_fluent_clipboard_paste_20_filled:before { content: "\e3ea"; } -.icon-ic_fluent_clipboard_settings_20_regular:before { +.icon-ic_fluent_clipboard_paste_20_regular:before { content: "\e3eb"; } -.icon-ic_fluent_clipboard_task_20_filled:before { +.icon-ic_fluent_clipboard_pulse_20_filled:before { content: "\e3ec"; } -.icon-ic_fluent_clipboard_task_20_regular:before { +.icon-ic_fluent_clipboard_pulse_20_regular:before { content: "\e3ed"; } -.icon-ic_fluent_clipboard_task_add_20_filled:before { +.icon-ic_fluent_clipboard_search_20_filled:before { content: "\e3ee"; } -.icon-ic_fluent_clipboard_task_add_20_regular:before { +.icon-ic_fluent_clipboard_search_20_regular:before { content: "\e3ef"; } -.icon-ic_fluent_clipboard_task_list_ltr_20_filled:before { +.icon-ic_fluent_clipboard_settings_20_filled:before { content: "\e3f0"; } -.icon-ic_fluent_clipboard_task_list_ltr_20_regular:before { +.icon-ic_fluent_clipboard_settings_20_regular:before { content: "\e3f1"; } -.icon-ic_fluent_clipboard_task_list_rtl_20_filled:before { +.icon-ic_fluent_clipboard_task_20_filled:before { content: "\e3f2"; } -.icon-ic_fluent_clipboard_task_list_rtl_20_regular:before { +.icon-ic_fluent_clipboard_task_20_regular:before { content: "\e3f3"; } -.icon-ic_fluent_clipboard_text_edit_20_filled:before { +.icon-ic_fluent_clipboard_task_add_20_filled:before { content: "\e3f4"; } -.icon-ic_fluent_clipboard_text_edit_20_regular:before { +.icon-ic_fluent_clipboard_task_add_20_regular:before { content: "\e3f5"; } -.icon-ic_fluent_clipboard_text_ltr_20_filled:before { +.icon-ic_fluent_clipboard_task_list_ltr_20_filled:before { content: "\e3f6"; } -.icon-ic_fluent_clipboard_text_ltr_20_regular:before { +.icon-ic_fluent_clipboard_task_list_ltr_20_regular:before { content: "\e3f7"; } -.icon-ic_fluent_clipboard_text_rtl_20_filled:before { +.icon-ic_fluent_clipboard_task_list_rtl_20_filled:before { content: "\e3f8"; } -.icon-ic_fluent_clipboard_text_rtl_20_regular:before { +.icon-ic_fluent_clipboard_task_list_rtl_20_regular:before { content: "\e3f9"; } -.icon-ic_fluent_clock_20_filled:before { +.icon-ic_fluent_clipboard_text_edit_20_filled:before { content: "\e3fa"; } -.icon-ic_fluent_clock_20_regular:before { +.icon-ic_fluent_clipboard_text_edit_20_regular:before { content: "\e3fb"; } -.icon-ic_fluent_clock_alarm_20_filled:before { +.icon-ic_fluent_clipboard_text_ltr_20_filled:before { content: "\e3fc"; } -.icon-ic_fluent_clock_alarm_20_regular:before { +.icon-ic_fluent_clipboard_text_ltr_20_regular:before { content: "\e3fd"; } -.icon-ic_fluent_clock_arrow_download_20_filled:before { +.icon-ic_fluent_clipboard_text_rtl_20_filled:before { content: "\e3fe"; } -.icon-ic_fluent_clock_arrow_download_20_regular:before { +.icon-ic_fluent_clipboard_text_rtl_20_regular:before { content: "\e3ff"; } -.icon-ic_fluent_clock_dismiss_20_filled:before { +.icon-ic_fluent_clock_20_filled:before { content: "\e400"; } -.icon-ic_fluent_clock_dismiss_20_regular:before { +.icon-ic_fluent_clock_20_regular:before { content: "\e401"; } -.icon-ic_fluent_clock_pause_20_filled:before { +.icon-ic_fluent_clock_alarm_20_filled:before { content: "\e402"; } -.icon-ic_fluent_clock_pause_20_regular:before { +.icon-ic_fluent_clock_alarm_20_regular:before { content: "\e403"; } -.icon-ic_fluent_clock_toolbox_20_filled:before { +.icon-ic_fluent_clock_arrow_download_20_filled:before { content: "\e404"; } -.icon-ic_fluent_clock_toolbox_20_regular:before { +.icon-ic_fluent_clock_arrow_download_20_regular:before { content: "\e405"; } -.icon-ic_fluent_closed_caption_20_filled:before { +.icon-ic_fluent_clock_dismiss_20_filled:before { content: "\e406"; } -.icon-ic_fluent_closed_caption_20_regular:before { +.icon-ic_fluent_clock_dismiss_20_regular:before { content: "\e407"; } -.icon-ic_fluent_closed_caption_off_20_filled:before { +.icon-ic_fluent_clock_pause_20_filled:before { content: "\e408"; } -.icon-ic_fluent_closed_caption_off_20_regular:before { +.icon-ic_fluent_clock_pause_20_regular:before { content: "\e409"; } -.icon-ic_fluent_cloud_20_filled:before { +.icon-ic_fluent_clock_toolbox_20_filled:before { content: "\e40a"; } -.icon-ic_fluent_cloud_20_regular:before { +.icon-ic_fluent_clock_toolbox_20_regular:before { content: "\e40b"; } -.icon-ic_fluent_cloud_add_20_filled:before { +.icon-ic_fluent_closed_caption_20_filled:before { content: "\e40c"; } -.icon-ic_fluent_cloud_add_20_regular:before { +.icon-ic_fluent_closed_caption_20_regular:before { content: "\e40d"; } -.icon-ic_fluent_cloud_archive_20_filled:before { +.icon-ic_fluent_closed_caption_off_20_filled:before { content: "\e40e"; } -.icon-ic_fluent_cloud_archive_20_regular:before { +.icon-ic_fluent_closed_caption_off_20_regular:before { content: "\e40f"; } -.icon-ic_fluent_cloud_arrow_down_20_filled:before { +.icon-ic_fluent_cloud_20_filled:before { content: "\e410"; } -.icon-ic_fluent_cloud_arrow_down_20_regular:before { +.icon-ic_fluent_cloud_20_regular:before { content: "\e411"; } -.icon-ic_fluent_cloud_arrow_up_20_filled:before { +.icon-ic_fluent_cloud_add_20_filled:before { content: "\e412"; } -.icon-ic_fluent_cloud_arrow_up_20_regular:before { +.icon-ic_fluent_cloud_add_20_regular:before { content: "\e413"; } -.icon-ic_fluent_cloud_checkmark_20_filled:before { +.icon-ic_fluent_cloud_archive_20_filled:before { content: "\e414"; } -.icon-ic_fluent_cloud_checkmark_20_regular:before { +.icon-ic_fluent_cloud_archive_20_regular:before { content: "\e415"; } -.icon-ic_fluent_cloud_dismiss_20_filled:before { +.icon-ic_fluent_cloud_arrow_down_20_filled:before { content: "\e416"; } -.icon-ic_fluent_cloud_dismiss_20_regular:before { +.icon-ic_fluent_cloud_arrow_down_20_regular:before { content: "\e417"; } -.icon-ic_fluent_cloud_edit_20_filled:before { +.icon-ic_fluent_cloud_arrow_up_20_filled:before { content: "\e418"; } -.icon-ic_fluent_cloud_edit_20_regular:before { +.icon-ic_fluent_cloud_arrow_up_20_regular:before { content: "\e419"; } -.icon-ic_fluent_cloud_error_20_filled:before { +.icon-ic_fluent_cloud_checkmark_20_filled:before { content: "\e41a"; } -.icon-ic_fluent_cloud_error_20_regular:before { +.icon-ic_fluent_cloud_checkmark_20_regular:before { content: "\e41b"; } -.icon-ic_fluent_cloud_flow_20_filled:before { +.icon-ic_fluent_cloud_dismiss_20_filled:before { content: "\e41c"; } -.icon-ic_fluent_cloud_flow_20_regular:before { +.icon-ic_fluent_cloud_dismiss_20_regular:before { content: "\e41d"; } -.icon-ic_fluent_cloud_link_20_filled:before { +.icon-ic_fluent_cloud_edit_20_filled:before { content: "\e41e"; } -.icon-ic_fluent_cloud_link_20_regular:before { +.icon-ic_fluent_cloud_edit_20_regular:before { content: "\e41f"; } -.icon-ic_fluent_cloud_off_20_filled:before { +.icon-ic_fluent_cloud_error_20_filled:before { content: "\e420"; } -.icon-ic_fluent_cloud_off_20_regular:before { +.icon-ic_fluent_cloud_error_20_regular:before { content: "\e421"; } -.icon-ic_fluent_cloud_swap_20_filled:before { +.icon-ic_fluent_cloud_flow_20_filled:before { content: "\e422"; } -.icon-ic_fluent_cloud_swap_20_regular:before { +.icon-ic_fluent_cloud_flow_20_regular:before { content: "\e423"; } -.icon-ic_fluent_cloud_sync_20_filled:before { +.icon-ic_fluent_cloud_link_20_filled:before { content: "\e424"; } -.icon-ic_fluent_cloud_sync_20_regular:before { +.icon-ic_fluent_cloud_link_20_regular:before { content: "\e425"; } -.icon-ic_fluent_cloud_words_20_filled:before { +.icon-ic_fluent_cloud_off_20_filled:before { content: "\e426"; } -.icon-ic_fluent_cloud_words_20_regular:before { +.icon-ic_fluent_cloud_off_20_regular:before { content: "\e427"; } -.icon-ic_fluent_code_20_filled:before { +.icon-ic_fluent_cloud_swap_20_filled:before { content: "\e428"; } -.icon-ic_fluent_code_20_regular:before { +.icon-ic_fluent_cloud_swap_20_regular:before { content: "\e429"; } -.icon-ic_fluent_code_block_20_filled:before { +.icon-ic_fluent_cloud_sync_20_filled:before { content: "\e42a"; } -.icon-ic_fluent_code_block_20_regular:before { +.icon-ic_fluent_cloud_sync_20_regular:before { content: "\e42b"; } -.icon-ic_fluent_code_circle_20_filled:before { +.icon-ic_fluent_cloud_words_20_filled:before { content: "\e42c"; } -.icon-ic_fluent_code_circle_20_regular:before { +.icon-ic_fluent_cloud_words_20_regular:before { content: "\e42d"; } -.icon-ic_fluent_code_text_20_filled:before { +.icon-ic_fluent_code_20_filled:before { content: "\e42e"; } -.icon-ic_fluent_code_text_20_regular:before { +.icon-ic_fluent_code_20_regular:before { content: "\e42f"; } -.icon-ic_fluent_code_text_edit_20_filled:before { +.icon-ic_fluent_code_block_20_filled:before { content: "\e430"; } -.icon-ic_fluent_code_text_edit_20_regular:before { +.icon-ic_fluent_code_block_20_regular:before { content: "\e431"; } -.icon-ic_fluent_collections_20_filled:before { +.icon-ic_fluent_code_circle_20_filled:before { content: "\e432"; } -.icon-ic_fluent_collections_20_regular:before { +.icon-ic_fluent_code_circle_20_regular:before { content: "\e433"; } -.icon-ic_fluent_collections_add_20_filled:before { +.icon-ic_fluent_code_text_20_filled:before { content: "\e434"; } -.icon-ic_fluent_collections_add_20_regular:before { +.icon-ic_fluent_code_text_20_regular:before { content: "\e435"; } -.icon-ic_fluent_color_20_filled:before { +.icon-ic_fluent_code_text_edit_20_filled:before { content: "\e436"; } -.icon-ic_fluent_color_20_regular:before { +.icon-ic_fluent_code_text_edit_20_regular:before { content: "\e437"; } -.icon-ic_fluent_color_background_20_filled:before { +.icon-ic_fluent_collections_20_filled:before { content: "\e438"; } -.icon-ic_fluent_color_background_20_regular:before { +.icon-ic_fluent_collections_20_regular:before { content: "\e439"; } -.icon-ic_fluent_color_background_accent_20_regular:before { +.icon-ic_fluent_collections_add_20_filled:before { content: "\e43a"; } -.icon-ic_fluent_color_fill_20_filled:before { +.icon-ic_fluent_collections_add_20_regular:before { content: "\e43b"; } -.icon-ic_fluent_color_fill_20_regular:before { +.icon-ic_fluent_color_20_filled:before { content: "\e43c"; } -.icon-ic_fluent_color_fill_accent_20_regular:before { +.icon-ic_fluent_color_20_regular:before { content: "\e43d"; } -.icon-ic_fluent_color_line_20_filled:before { +.icon-ic_fluent_color_background_20_filled:before { content: "\e43e"; } -.icon-ic_fluent_color_line_20_regular:before { +.icon-ic_fluent_color_background_20_regular:before { content: "\e43f"; } -.icon-ic_fluent_color_line_accent_20_regular:before { +.icon-ic_fluent_color_background_accent_20_regular:before { content: "\e440"; } -.icon-ic_fluent_column_20_filled:before { +.icon-ic_fluent_color_fill_20_filled:before { content: "\e441"; } -.icon-ic_fluent_column_20_regular:before { +.icon-ic_fluent_color_fill_20_regular:before { content: "\e442"; } -.icon-ic_fluent_column_arrow_right_20_filled:before { +.icon-ic_fluent_color_fill_accent_20_regular:before { content: "\e443"; } -.icon-ic_fluent_column_arrow_right_20_regular:before { +.icon-ic_fluent_color_line_20_filled:before { content: "\e444"; } -.icon-ic_fluent_column_double_compare_20_filled:before { +.icon-ic_fluent_color_line_20_regular:before { content: "\e445"; } -.icon-ic_fluent_column_double_compare_20_regular:before { +.icon-ic_fluent_color_line_accent_20_regular:before { content: "\e446"; } -.icon-ic_fluent_column_edit_20_filled:before { +.icon-ic_fluent_column_20_filled:before { content: "\e447"; } -.icon-ic_fluent_column_edit_20_regular:before { +.icon-ic_fluent_column_20_regular:before { content: "\e448"; } -.icon-ic_fluent_column_triple_20_filled:before { +.icon-ic_fluent_column_arrow_right_20_filled:before { content: "\e449"; } -.icon-ic_fluent_column_triple_20_regular:before { +.icon-ic_fluent_column_arrow_right_20_regular:before { content: "\e44a"; } -.icon-ic_fluent_column_triple_edit_20_filled:before { +.icon-ic_fluent_column_double_compare_20_filled:before { content: "\e44b"; } -.icon-ic_fluent_column_triple_edit_20_regular:before { +.icon-ic_fluent_column_double_compare_20_regular:before { content: "\e44c"; } -.icon-ic_fluent_comma_20_filled:before { +.icon-ic_fluent_column_edit_20_filled:before { content: "\e44d"; } -.icon-ic_fluent_comma_20_regular:before { +.icon-ic_fluent_column_edit_20_regular:before { content: "\e44e"; } -.icon-ic_fluent_comment_20_filled:before { +.icon-ic_fluent_column_triple_20_filled:before { content: "\e44f"; } -.icon-ic_fluent_comment_20_regular:before { +.icon-ic_fluent_column_triple_20_regular:before { content: "\e450"; } -.icon-ic_fluent_comment_add_20_filled:before { +.icon-ic_fluent_column_triple_edit_20_filled:before { content: "\e451"; } -.icon-ic_fluent_comment_add_20_regular:before { +.icon-ic_fluent_column_triple_edit_20_regular:before { content: "\e452"; } -.icon-ic_fluent_comment_arrow_left_20_filled:before { +.icon-ic_fluent_comma_20_filled:before { content: "\e453"; } -.icon-ic_fluent_comment_arrow_left_20_regular:before { +.icon-ic_fluent_comma_20_regular:before { content: "\e454"; } -.icon-ic_fluent_comment_arrow_right_20_filled:before { +.icon-ic_fluent_comment_20_filled:before { content: "\e455"; } -.icon-ic_fluent_comment_arrow_right_20_regular:before { +.icon-ic_fluent_comment_20_regular:before { content: "\e456"; } -.icon-ic_fluent_comment_checkmark_20_filled:before { +.icon-ic_fluent_comment_add_20_filled:before { content: "\e457"; } -.icon-ic_fluent_comment_checkmark_20_regular:before { +.icon-ic_fluent_comment_add_20_regular:before { content: "\e458"; } -.icon-ic_fluent_comment_dismiss_20_filled:before { +.icon-ic_fluent_comment_arrow_left_20_filled:before { content: "\e459"; } -.icon-ic_fluent_comment_dismiss_20_regular:before { +.icon-ic_fluent_comment_arrow_left_20_regular:before { content: "\e45a"; } -.icon-ic_fluent_comment_edit_20_filled:before { +.icon-ic_fluent_comment_arrow_right_20_filled:before { content: "\e45b"; } -.icon-ic_fluent_comment_edit_20_regular:before { +.icon-ic_fluent_comment_arrow_right_20_regular:before { content: "\e45c"; } -.icon-ic_fluent_comment_error_20_filled:before { +.icon-ic_fluent_comment_checkmark_20_filled:before { content: "\e45d"; } -.icon-ic_fluent_comment_error_20_regular:before { +.icon-ic_fluent_comment_checkmark_20_regular:before { content: "\e45e"; } -.icon-ic_fluent_comment_lightning_20_filled:before { +.icon-ic_fluent_comment_dismiss_20_filled:before { content: "\e45f"; } -.icon-ic_fluent_comment_lightning_20_regular:before { +.icon-ic_fluent_comment_dismiss_20_regular:before { content: "\e460"; } -.icon-ic_fluent_comment_mention_20_filled:before { +.icon-ic_fluent_comment_edit_20_filled:before { content: "\e461"; } -.icon-ic_fluent_comment_mention_20_regular:before { +.icon-ic_fluent_comment_edit_20_regular:before { content: "\e462"; } -.icon-ic_fluent_comment_multiple_20_filled:before { +.icon-ic_fluent_comment_error_20_filled:before { content: "\e463"; } -.icon-ic_fluent_comment_multiple_20_regular:before { +.icon-ic_fluent_comment_error_20_regular:before { content: "\e464"; } -.icon-ic_fluent_comment_multiple_checkmark_20_filled:before { +.icon-ic_fluent_comment_lightning_20_filled:before { content: "\e465"; } -.icon-ic_fluent_comment_multiple_checkmark_20_regular:before { +.icon-ic_fluent_comment_lightning_20_regular:before { content: "\e466"; } -.icon-ic_fluent_comment_multiple_link_20_filled:before { +.icon-ic_fluent_comment_mention_20_filled:before { content: "\e467"; } -.icon-ic_fluent_comment_multiple_link_20_regular:before { +.icon-ic_fluent_comment_mention_20_regular:before { content: "\e468"; } -.icon-ic_fluent_comment_note_20_filled:before { +.icon-ic_fluent_comment_multiple_20_filled:before { content: "\e469"; } -.icon-ic_fluent_comment_note_20_regular:before { +.icon-ic_fluent_comment_multiple_20_regular:before { content: "\e46a"; } -.icon-ic_fluent_comment_off_20_filled:before { +.icon-ic_fluent_comment_multiple_checkmark_20_filled:before { content: "\e46b"; } -.icon-ic_fluent_comment_off_20_regular:before { +.icon-ic_fluent_comment_multiple_checkmark_20_regular:before { content: "\e46c"; } -.icon-ic_fluent_communication_20_filled:before { +.icon-ic_fluent_comment_multiple_link_20_filled:before { content: "\e46d"; } -.icon-ic_fluent_communication_20_regular:before { +.icon-ic_fluent_comment_multiple_link_20_regular:before { content: "\e46e"; } -.icon-ic_fluent_communication_person_20_filled:before { +.icon-ic_fluent_comment_note_20_filled:before { content: "\e46f"; } -.icon-ic_fluent_communication_person_20_regular:before { +.icon-ic_fluent_comment_note_20_regular:before { content: "\e470"; } -.icon-ic_fluent_compass_northwest_20_filled:before { +.icon-ic_fluent_comment_off_20_filled:before { content: "\e471"; } -.icon-ic_fluent_compass_northwest_20_regular:before { +.icon-ic_fluent_comment_off_20_regular:before { content: "\e472"; } -.icon-ic_fluent_compose_20_filled:before { +.icon-ic_fluent_communication_20_filled:before { content: "\e473"; } -.icon-ic_fluent_compose_20_regular:before { +.icon-ic_fluent_communication_20_regular:before { content: "\e474"; } -.icon-ic_fluent_conference_room_20_filled:before { +.icon-ic_fluent_communication_person_20_filled:before { content: "\e475"; } -.icon-ic_fluent_conference_room_20_regular:before { +.icon-ic_fluent_communication_person_20_regular:before { content: "\e476"; } -.icon-ic_fluent_connected_20_filled:before { +.icon-ic_fluent_compass_northwest_20_filled:before { content: "\e477"; } -.icon-ic_fluent_connected_20_regular:before { +.icon-ic_fluent_compass_northwest_20_regular:before { content: "\e478"; } -.icon-ic_fluent_connector_20_filled:before { +.icon-ic_fluent_compose_20_filled:before { content: "\e479"; } -.icon-ic_fluent_connector_20_regular:before { +.icon-ic_fluent_compose_20_regular:before { content: "\e47a"; } -.icon-ic_fluent_contact_card_20_filled:before { +.icon-ic_fluent_conference_room_20_filled:before { content: "\e47b"; } -.icon-ic_fluent_contact_card_20_regular:before { +.icon-ic_fluent_conference_room_20_regular:before { content: "\e47c"; } -.icon-ic_fluent_contact_card_group_20_filled:before { +.icon-ic_fluent_connected_20_filled:before { content: "\e47d"; } -.icon-ic_fluent_contact_card_group_20_regular:before { +.icon-ic_fluent_connected_20_regular:before { content: "\e47e"; } -.icon-ic_fluent_contact_card_link_20_filled:before { +.icon-ic_fluent_connector_20_filled:before { content: "\e47f"; } -.icon-ic_fluent_contact_card_link_20_regular:before { +.icon-ic_fluent_connector_20_regular:before { content: "\e480"; } -.icon-ic_fluent_contact_card_ribbon_20_filled:before { +.icon-ic_fluent_contact_card_20_filled:before { content: "\e481"; } -.icon-ic_fluent_contact_card_ribbon_20_regular:before { +.icon-ic_fluent_contact_card_20_regular:before { content: "\e482"; } -.icon-ic_fluent_content_settings_20_filled:before { +.icon-ic_fluent_contact_card_group_20_filled:before { content: "\e483"; } -.icon-ic_fluent_content_settings_20_regular:before { +.icon-ic_fluent_contact_card_group_20_regular:before { content: "\e484"; } -.icon-ic_fluent_content_view_20_filled:before { +.icon-ic_fluent_contact_card_link_20_filled:before { content: "\e485"; } -.icon-ic_fluent_content_view_20_regular:before { +.icon-ic_fluent_contact_card_link_20_regular:before { content: "\e486"; } -.icon-ic_fluent_content_view_gallery_20_filled:before { +.icon-ic_fluent_contact_card_ribbon_20_filled:before { content: "\e487"; } -.icon-ic_fluent_content_view_gallery_20_regular:before { +.icon-ic_fluent_contact_card_ribbon_20_regular:before { content: "\e488"; } -.icon-ic_fluent_contract_down_left_20_filled:before { +.icon-ic_fluent_content_settings_20_filled:before { content: "\e489"; } -.icon-ic_fluent_contract_down_left_20_regular:before { +.icon-ic_fluent_content_settings_20_regular:before { content: "\e48a"; } -.icon-ic_fluent_control_button_20_filled:before { +.icon-ic_fluent_content_view_20_filled:before { content: "\e48b"; } -.icon-ic_fluent_control_button_20_regular:before { +.icon-ic_fluent_content_view_20_regular:before { content: "\e48c"; } -.icon-ic_fluent_convert_range_20_filled:before { +.icon-ic_fluent_content_view_gallery_20_filled:before { content: "\e48d"; } -.icon-ic_fluent_convert_range_20_regular:before { +.icon-ic_fluent_content_view_gallery_20_regular:before { content: "\e48e"; } -.icon-ic_fluent_cookies_20_filled:before { +.icon-ic_fluent_contract_down_left_20_filled:before { content: "\e48f"; } -.icon-ic_fluent_cookies_20_regular:before { +.icon-ic_fluent_contract_down_left_20_regular:before { content: "\e490"; } -.icon-ic_fluent_copy_20_filled:before { +.icon-ic_fluent_control_button_20_filled:before { content: "\e491"; } -.icon-ic_fluent_copy_20_regular:before { +.icon-ic_fluent_control_button_20_regular:before { content: "\e492"; } -.icon-ic_fluent_copy_add_20_filled:before { +.icon-ic_fluent_convert_range_20_filled:before { content: "\e493"; } -.icon-ic_fluent_copy_add_20_regular:before { +.icon-ic_fluent_convert_range_20_regular:before { content: "\e494"; } -.icon-ic_fluent_copy_arrow_right_20_filled:before { +.icon-ic_fluent_cookies_20_filled:before { content: "\e495"; } -.icon-ic_fluent_copy_arrow_right_20_regular:before { +.icon-ic_fluent_cookies_20_regular:before { content: "\e496"; } -.icon-ic_fluent_copy_select_20_filled:before { +.icon-ic_fluent_copy_20_filled:before { content: "\e497"; } -.icon-ic_fluent_copy_select_20_regular:before { +.icon-ic_fluent_copy_20_regular:before { content: "\e498"; } -.icon-ic_fluent_couch_20_filled:before { +.icon-ic_fluent_copy_add_20_filled:before { content: "\e499"; } -.icon-ic_fluent_couch_20_regular:before { +.icon-ic_fluent_copy_add_20_regular:before { content: "\e49a"; } -.icon-ic_fluent_credit_card_clock_20_filled:before { +.icon-ic_fluent_copy_arrow_right_20_filled:before { content: "\e49b"; } -.icon-ic_fluent_credit_card_clock_20_regular:before { +.icon-ic_fluent_copy_arrow_right_20_regular:before { content: "\e49c"; } -.icon-ic_fluent_credit_card_person_20_filled:before { +.icon-ic_fluent_copy_select_20_filled:before { content: "\e49d"; } -.icon-ic_fluent_credit_card_person_20_regular:before { +.icon-ic_fluent_copy_select_20_regular:before { content: "\e49e"; } -.icon-ic_fluent_credit_card_toolbox_20_filled:before { +.icon-ic_fluent_couch_20_filled:before { content: "\e49f"; } -.icon-ic_fluent_credit_card_toolbox_20_regular:before { +.icon-ic_fluent_couch_20_regular:before { content: "\e4a0"; } -.icon-ic_fluent_crop_20_filled:before { +.icon-ic_fluent_credit_card_clock_20_filled:before { content: "\e4a1"; } -.icon-ic_fluent_crop_20_regular:before { +.icon-ic_fluent_credit_card_clock_20_regular:before { content: "\e4a2"; } -.icon-ic_fluent_crop_interim_20_filled:before { +.icon-ic_fluent_credit_card_person_20_filled:before { content: "\e4a3"; } -.icon-ic_fluent_crop_interim_20_regular:before { +.icon-ic_fluent_credit_card_person_20_regular:before { content: "\e4a4"; } -.icon-ic_fluent_crop_interim_off_20_filled:before { +.icon-ic_fluent_credit_card_toolbox_20_filled:before { content: "\e4a5"; } -.icon-ic_fluent_crop_interim_off_20_regular:before { +.icon-ic_fluent_credit_card_toolbox_20_regular:before { content: "\e4a6"; } -.icon-ic_fluent_crown_20_filled:before { +.icon-ic_fluent_crop_20_filled:before { content: "\e4a7"; } -.icon-ic_fluent_crown_20_regular:before { +.icon-ic_fluent_crop_20_regular:before { content: "\e4a8"; } -.icon-ic_fluent_cube_20_filled:before { +.icon-ic_fluent_crop_interim_20_filled:before { content: "\e4a9"; } -.icon-ic_fluent_cube_20_regular:before { +.icon-ic_fluent_crop_interim_20_regular:before { content: "\e4aa"; } -.icon-ic_fluent_cube_add_20_filled:before { +.icon-ic_fluent_crop_interim_off_20_filled:before { content: "\e4ab"; } -.icon-ic_fluent_cube_add_20_regular:before { +.icon-ic_fluent_crop_interim_off_20_regular:before { content: "\e4ac"; } -.icon-ic_fluent_cube_arrow_curve_down_20_filled:before { +.icon-ic_fluent_crown_20_filled:before { content: "\e4ad"; } -.icon-ic_fluent_cube_arrow_curve_down_20_regular:before { +.icon-ic_fluent_crown_20_regular:before { content: "\e4ae"; } -.icon-ic_fluent_cube_link_20_filled:before { +.icon-ic_fluent_cube_20_filled:before { content: "\e4af"; } -.icon-ic_fluent_cube_link_20_regular:before { +.icon-ic_fluent_cube_20_regular:before { content: "\e4b0"; } -.icon-ic_fluent_cube_multiple_20_filled:before { +.icon-ic_fluent_cube_add_20_filled:before { content: "\e4b1"; } -.icon-ic_fluent_cube_multiple_20_regular:before { +.icon-ic_fluent_cube_add_20_regular:before { content: "\e4b2"; } -.icon-ic_fluent_cube_quick_20_filled:before { +.icon-ic_fluent_cube_arrow_curve_down_20_filled:before { content: "\e4b3"; } -.icon-ic_fluent_cube_quick_20_regular:before { +.icon-ic_fluent_cube_arrow_curve_down_20_regular:before { content: "\e4b4"; } -.icon-ic_fluent_cube_rotate_20_filled:before { +.icon-ic_fluent_cube_link_20_filled:before { content: "\e4b5"; } -.icon-ic_fluent_cube_rotate_20_regular:before { +.icon-ic_fluent_cube_link_20_regular:before { content: "\e4b6"; } -.icon-ic_fluent_cube_sync_20_filled:before { +.icon-ic_fluent_cube_multiple_20_filled:before { content: "\e4b7"; } -.icon-ic_fluent_cube_sync_20_regular:before { +.icon-ic_fluent_cube_multiple_20_regular:before { content: "\e4b8"; } -.icon-ic_fluent_cube_tree_20_filled:before { +.icon-ic_fluent_cube_quick_20_filled:before { content: "\e4b9"; } -.icon-ic_fluent_cube_tree_20_regular:before { +.icon-ic_fluent_cube_quick_20_regular:before { content: "\e4ba"; } -.icon-ic_fluent_currency_dollar_euro_20_filled:before { +.icon-ic_fluent_cube_rotate_20_filled:before { content: "\e4bb"; } -.icon-ic_fluent_currency_dollar_euro_20_regular:before { +.icon-ic_fluent_cube_rotate_20_regular:before { content: "\e4bc"; } -.icon-ic_fluent_currency_dollar_rupee_20_filled:before { +.icon-ic_fluent_cube_sync_20_filled:before { content: "\e4bd"; } -.icon-ic_fluent_currency_dollar_rupee_20_regular:before { +.icon-ic_fluent_cube_sync_20_regular:before { content: "\e4be"; } -.icon-ic_fluent_cursor_20_filled:before { +.icon-ic_fluent_cube_tree_20_filled:before { content: "\e4bf"; } -.icon-ic_fluent_cursor_20_regular:before { +.icon-ic_fluent_cube_tree_20_regular:before { content: "\e4c0"; } -.icon-ic_fluent_cursor_click_20_filled:before { +.icon-ic_fluent_currency_dollar_euro_20_filled:before { content: "\e4c1"; } -.icon-ic_fluent_cursor_click_20_regular:before { +.icon-ic_fluent_currency_dollar_euro_20_regular:before { content: "\e4c2"; } -.icon-ic_fluent_cursor_hover_20_filled:before { +.icon-ic_fluent_currency_dollar_rupee_20_filled:before { content: "\e4c3"; } -.icon-ic_fluent_cursor_hover_20_regular:before { +.icon-ic_fluent_currency_dollar_rupee_20_regular:before { content: "\e4c4"; } -.icon-ic_fluent_cursor_hover_off_20_filled:before { +.icon-ic_fluent_cursor_20_filled:before { content: "\e4c5"; } -.icon-ic_fluent_cursor_hover_off_20_regular:before { +.icon-ic_fluent_cursor_20_regular:before { content: "\e4c6"; } -.icon-ic_fluent_cut_20_filled:before { +.icon-ic_fluent_cursor_click_20_filled:before { content: "\e4c7"; } -.icon-ic_fluent_cut_20_regular:before { +.icon-ic_fluent_cursor_click_20_regular:before { content: "\e4c8"; } -.icon-ic_fluent_dark_theme_20_filled:before { +.icon-ic_fluent_cursor_hover_20_filled:before { content: "\e4c9"; } -.icon-ic_fluent_dark_theme_20_regular:before { +.icon-ic_fluent_cursor_hover_20_regular:before { content: "\e4ca"; } -.icon-ic_fluent_data_area_20_filled:before { +.icon-ic_fluent_cursor_hover_off_20_filled:before { content: "\e4cb"; } -.icon-ic_fluent_data_area_20_regular:before { +.icon-ic_fluent_cursor_hover_off_20_regular:before { content: "\e4cc"; } -.icon-ic_fluent_data_bar_horizontal_20_filled:before { +.icon-ic_fluent_cut_20_filled:before { content: "\e4cd"; } -.icon-ic_fluent_data_bar_horizontal_20_regular:before { +.icon-ic_fluent_cut_20_regular:before { content: "\e4ce"; } -.icon-ic_fluent_data_bar_vertical_20_filled:before { +.icon-ic_fluent_dark_theme_20_filled:before { content: "\e4cf"; } -.icon-ic_fluent_data_bar_vertical_20_regular:before { +.icon-ic_fluent_dark_theme_20_regular:before { content: "\e4d0"; } -.icon-ic_fluent_data_bar_vertical_add_20_filled:before { +.icon-ic_fluent_data_area_20_filled:before { content: "\e4d1"; } -.icon-ic_fluent_data_bar_vertical_add_20_regular:before { +.icon-ic_fluent_data_area_20_regular:before { content: "\e4d2"; } -.icon-ic_fluent_data_bar_vertical_star_20_filled:before { +.icon-ic_fluent_data_bar_horizontal_20_filled:before { content: "\e4d3"; } -.icon-ic_fluent_data_bar_vertical_star_20_regular:before { +.icon-ic_fluent_data_bar_horizontal_20_regular:before { content: "\e4d4"; } -.icon-ic_fluent_data_funnel_20_filled:before { +.icon-ic_fluent_data_bar_vertical_20_filled:before { content: "\e4d5"; } -.icon-ic_fluent_data_funnel_20_regular:before { +.icon-ic_fluent_data_bar_vertical_20_regular:before { content: "\e4d6"; } -.icon-ic_fluent_data_histogram_20_filled:before { +.icon-ic_fluent_data_bar_vertical_add_20_filled:before { content: "\e4d7"; } -.icon-ic_fluent_data_histogram_20_regular:before { +.icon-ic_fluent_data_bar_vertical_add_20_regular:before { content: "\e4d8"; } -.icon-ic_fluent_data_line_20_filled:before { +.icon-ic_fluent_data_bar_vertical_star_20_filled:before { content: "\e4d9"; } -.icon-ic_fluent_data_line_20_regular:before { +.icon-ic_fluent_data_bar_vertical_star_20_regular:before { content: "\e4da"; } -.icon-ic_fluent_data_pie_20_filled:before { +.icon-ic_fluent_data_funnel_20_filled:before { content: "\e4db"; } -.icon-ic_fluent_data_pie_20_regular:before { +.icon-ic_fluent_data_funnel_20_regular:before { content: "\e4dc"; } -.icon-ic_fluent_data_scatter_20_filled:before { +.icon-ic_fluent_data_histogram_20_filled:before { content: "\e4dd"; } -.icon-ic_fluent_data_scatter_20_regular:before { +.icon-ic_fluent_data_histogram_20_regular:before { content: "\e4de"; } -.icon-ic_fluent_data_sunburst_20_filled:before { +.icon-ic_fluent_data_line_20_filled:before { content: "\e4df"; } -.icon-ic_fluent_data_sunburst_20_regular:before { +.icon-ic_fluent_data_line_20_regular:before { content: "\e4e0"; } -.icon-ic_fluent_data_treemap_20_filled:before { +.icon-ic_fluent_data_pie_20_filled:before { content: "\e4e1"; } -.icon-ic_fluent_data_treemap_20_regular:before { +.icon-ic_fluent_data_pie_20_regular:before { content: "\e4e2"; } -.icon-ic_fluent_data_trending_20_filled:before { +.icon-ic_fluent_data_scatter_20_filled:before { content: "\e4e3"; } -.icon-ic_fluent_data_trending_20_regular:before { +.icon-ic_fluent_data_scatter_20_regular:before { content: "\e4e4"; } -.icon-ic_fluent_data_usage_20_filled:before { +.icon-ic_fluent_data_sunburst_20_filled:before { content: "\e4e5"; } -.icon-ic_fluent_data_usage_20_regular:before { +.icon-ic_fluent_data_sunburst_20_regular:before { content: "\e4e6"; } -.icon-ic_fluent_data_usage_edit_20_filled:before { +.icon-ic_fluent_data_treemap_20_filled:before { content: "\e4e7"; } -.icon-ic_fluent_data_usage_edit_20_regular:before { +.icon-ic_fluent_data_treemap_20_regular:before { content: "\e4e8"; } -.icon-ic_fluent_data_usage_settings_20_filled:before { +.icon-ic_fluent_data_trending_20_filled:before { content: "\e4e9"; } -.icon-ic_fluent_data_usage_settings_20_regular:before { +.icon-ic_fluent_data_trending_20_regular:before { content: "\e4ea"; } -.icon-ic_fluent_data_usage_toolbox_20_filled:before { +.icon-ic_fluent_data_usage_20_filled:before { content: "\e4eb"; } -.icon-ic_fluent_data_usage_toolbox_20_regular:before { +.icon-ic_fluent_data_usage_20_regular:before { content: "\e4ec"; } -.icon-ic_fluent_data_waterfall_20_filled:before { +.icon-ic_fluent_data_usage_edit_20_filled:before { content: "\e4ed"; } -.icon-ic_fluent_data_waterfall_20_regular:before { +.icon-ic_fluent_data_usage_edit_20_regular:before { content: "\e4ee"; } -.icon-ic_fluent_data_whisker_20_filled:before { +.icon-ic_fluent_data_usage_settings_20_filled:before { content: "\e4ef"; } -.icon-ic_fluent_data_whisker_20_regular:before { +.icon-ic_fluent_data_usage_settings_20_regular:before { content: "\e4f0"; } -.icon-ic_fluent_database_20_filled:before { +.icon-ic_fluent_data_usage_toolbox_20_filled:before { content: "\e4f1"; } -.icon-ic_fluent_database_20_regular:before { +.icon-ic_fluent_data_usage_toolbox_20_regular:before { content: "\e4f2"; } -.icon-ic_fluent_database_arrow_down_20_filled:before { +.icon-ic_fluent_data_waterfall_20_filled:before { content: "\e4f3"; } -.icon-ic_fluent_database_arrow_down_20_regular:before { +.icon-ic_fluent_data_waterfall_20_regular:before { content: "\e4f4"; } -.icon-ic_fluent_database_arrow_right_20_filled:before { +.icon-ic_fluent_data_whisker_20_filled:before { content: "\e4f5"; } -.icon-ic_fluent_database_arrow_right_20_regular:before { +.icon-ic_fluent_data_whisker_20_regular:before { content: "\e4f6"; } -.icon-ic_fluent_database_arrow_up_20_filled:before { +.icon-ic_fluent_database_20_filled:before { content: "\e4f7"; } -.icon-ic_fluent_database_arrow_up_20_regular:before { +.icon-ic_fluent_database_20_regular:before { content: "\e4f8"; } -.icon-ic_fluent_database_lightning_20_filled:before { +.icon-ic_fluent_database_arrow_down_20_filled:before { content: "\e4f9"; } -.icon-ic_fluent_database_lightning_20_regular:before { +.icon-ic_fluent_database_arrow_down_20_regular:before { content: "\e4fa"; } -.icon-ic_fluent_database_link_20_filled:before { +.icon-ic_fluent_database_arrow_right_20_filled:before { content: "\e4fb"; } -.icon-ic_fluent_database_link_20_regular:before { +.icon-ic_fluent_database_arrow_right_20_regular:before { content: "\e4fc"; } -.icon-ic_fluent_database_multiple_20_filled:before { +.icon-ic_fluent_database_arrow_up_20_filled:before { content: "\e4fd"; } -.icon-ic_fluent_database_multiple_20_regular:before { +.icon-ic_fluent_database_arrow_up_20_regular:before { content: "\e4fe"; } -.icon-ic_fluent_database_person_20_filled:before { +.icon-ic_fluent_database_lightning_20_filled:before { content: "\e4ff"; } -.icon-ic_fluent_database_person_20_regular:before { +.icon-ic_fluent_database_lightning_20_regular:before { content: "\e500"; } -.icon-ic_fluent_database_plug_connected_20_filled:before { +.icon-ic_fluent_database_link_20_filled:before { content: "\e501"; } -.icon-ic_fluent_database_plug_connected_20_regular:before { +.icon-ic_fluent_database_link_20_regular:before { content: "\e502"; } -.icon-ic_fluent_database_search_20_filled:before { +.icon-ic_fluent_database_multiple_20_filled:before { content: "\e503"; } -.icon-ic_fluent_database_search_20_regular:before { +.icon-ic_fluent_database_multiple_20_regular:before { content: "\e504"; } -.icon-ic_fluent_database_switch_20_filled:before { +.icon-ic_fluent_database_person_20_filled:before { content: "\e505"; } -.icon-ic_fluent_database_switch_20_regular:before { +.icon-ic_fluent_database_person_20_regular:before { content: "\e506"; } -.icon-ic_fluent_database_warning_20_filled:before { +.icon-ic_fluent_database_plug_connected_20_filled:before { content: "\e507"; } -.icon-ic_fluent_database_warning_20_regular:before { +.icon-ic_fluent_database_plug_connected_20_regular:before { content: "\e508"; } -.icon-ic_fluent_database_window_20_filled:before { +.icon-ic_fluent_database_search_20_filled:before { content: "\e509"; } -.icon-ic_fluent_database_window_20_regular:before { +.icon-ic_fluent_database_search_20_regular:before { content: "\e50a"; } -.icon-ic_fluent_decimal_arrow_left_20_filled:before { +.icon-ic_fluent_database_switch_20_filled:before { content: "\e50b"; } -.icon-ic_fluent_decimal_arrow_left_20_regular:before { +.icon-ic_fluent_database_switch_20_regular:before { content: "\e50c"; } -.icon-ic_fluent_decimal_arrow_right_20_filled:before { +.icon-ic_fluent_database_warning_20_filled:before { content: "\e50d"; } -.icon-ic_fluent_decimal_arrow_right_20_regular:before { +.icon-ic_fluent_database_warning_20_regular:before { content: "\e50e"; } -.icon-ic_fluent_delete_20_filled:before { +.icon-ic_fluent_database_window_20_filled:before { content: "\e50f"; } -.icon-ic_fluent_delete_20_regular:before { +.icon-ic_fluent_database_window_20_regular:before { content: "\e510"; } -.icon-ic_fluent_delete_arrow_back_20_filled:before { +.icon-ic_fluent_decimal_arrow_left_20_filled:before { content: "\e511"; } -.icon-ic_fluent_delete_arrow_back_20_regular:before { +.icon-ic_fluent_decimal_arrow_left_20_regular:before { content: "\e512"; } -.icon-ic_fluent_delete_dismiss_20_filled:before { +.icon-ic_fluent_decimal_arrow_right_20_filled:before { content: "\e513"; } -.icon-ic_fluent_delete_dismiss_20_regular:before { +.icon-ic_fluent_decimal_arrow_right_20_regular:before { content: "\e514"; } -.icon-ic_fluent_delete_lines_20_filled:before { +.icon-ic_fluent_delete_20_filled:before { content: "\e515"; } -.icon-ic_fluent_delete_lines_20_regular:before { +.icon-ic_fluent_delete_20_regular:before { content: "\e516"; } -.icon-ic_fluent_delete_off_20_filled:before { +.icon-ic_fluent_delete_arrow_back_20_filled:before { content: "\e517"; } -.icon-ic_fluent_delete_off_20_regular:before { +.icon-ic_fluent_delete_arrow_back_20_regular:before { content: "\e518"; } -.icon-ic_fluent_dentist_20_filled:before { +.icon-ic_fluent_delete_dismiss_20_filled:before { content: "\e519"; } -.icon-ic_fluent_dentist_20_regular:before { +.icon-ic_fluent_delete_dismiss_20_regular:before { content: "\e51a"; } -.icon-ic_fluent_design_ideas_20_filled:before { +.icon-ic_fluent_delete_lines_20_filled:before { content: "\e51b"; } -.icon-ic_fluent_design_ideas_20_regular:before { +.icon-ic_fluent_delete_lines_20_regular:before { content: "\e51c"; } -.icon-ic_fluent_desktop_20_filled:before { +.icon-ic_fluent_delete_off_20_filled:before { content: "\e51d"; } -.icon-ic_fluent_desktop_20_regular:before { +.icon-ic_fluent_delete_off_20_regular:before { content: "\e51e"; } -.icon-ic_fluent_desktop_arrow_right_20_filled:before { +.icon-ic_fluent_dentist_20_filled:before { content: "\e51f"; } -.icon-ic_fluent_desktop_arrow_right_20_regular:before { +.icon-ic_fluent_dentist_20_regular:before { content: "\e520"; } -.icon-ic_fluent_desktop_checkmark_20_filled:before { +.icon-ic_fluent_design_ideas_20_filled:before { content: "\e521"; } -.icon-ic_fluent_desktop_checkmark_20_regular:before { +.icon-ic_fluent_design_ideas_20_regular:before { content: "\e522"; } -.icon-ic_fluent_desktop_cursor_20_filled:before { +.icon-ic_fluent_desktop_20_filled:before { content: "\e523"; } -.icon-ic_fluent_desktop_cursor_20_regular:before { +.icon-ic_fluent_desktop_20_regular:before { content: "\e524"; } -.icon-ic_fluent_desktop_edit_20_filled:before { +.icon-ic_fluent_desktop_arrow_right_20_filled:before { content: "\e525"; } -.icon-ic_fluent_desktop_edit_20_regular:before { +.icon-ic_fluent_desktop_arrow_right_20_regular:before { content: "\e526"; } -.icon-ic_fluent_desktop_flow_20_filled:before { +.icon-ic_fluent_desktop_checkmark_20_filled:before { content: "\e527"; } -.icon-ic_fluent_desktop_flow_20_regular:before { +.icon-ic_fluent_desktop_checkmark_20_regular:before { content: "\e528"; } -.icon-ic_fluent_desktop_keyboard_20_filled:before { +.icon-ic_fluent_desktop_cursor_20_filled:before { content: "\e529"; } -.icon-ic_fluent_desktop_keyboard_20_regular:before { +.icon-ic_fluent_desktop_cursor_20_regular:before { content: "\e52a"; } -.icon-ic_fluent_desktop_mac_20_filled:before { +.icon-ic_fluent_desktop_edit_20_filled:before { content: "\e52b"; } -.icon-ic_fluent_desktop_mac_20_regular:before { +.icon-ic_fluent_desktop_edit_20_regular:before { content: "\e52c"; } -.icon-ic_fluent_desktop_pulse_20_filled:before { +.icon-ic_fluent_desktop_flow_20_filled:before { content: "\e52d"; } -.icon-ic_fluent_desktop_pulse_20_regular:before { +.icon-ic_fluent_desktop_flow_20_regular:before { content: "\e52e"; } -.icon-ic_fluent_desktop_signal_20_filled:before { +.icon-ic_fluent_desktop_keyboard_20_filled:before { content: "\e52f"; } -.icon-ic_fluent_desktop_signal_20_regular:before { +.icon-ic_fluent_desktop_keyboard_20_regular:before { content: "\e530"; } -.icon-ic_fluent_desktop_speaker_20_filled:before { +.icon-ic_fluent_desktop_mac_20_filled:before { content: "\e531"; } -.icon-ic_fluent_desktop_speaker_20_regular:before { +.icon-ic_fluent_desktop_mac_20_regular:before { content: "\e532"; } -.icon-ic_fluent_desktop_speaker_off_20_filled:before { +.icon-ic_fluent_desktop_pulse_20_filled:before { content: "\e533"; } -.icon-ic_fluent_desktop_speaker_off_20_regular:before { +.icon-ic_fluent_desktop_pulse_20_regular:before { content: "\e534"; } -.icon-ic_fluent_desktop_sync_20_filled:before { +.icon-ic_fluent_desktop_signal_20_filled:before { content: "\e535"; } -.icon-ic_fluent_desktop_sync_20_regular:before { +.icon-ic_fluent_desktop_signal_20_regular:before { content: "\e536"; } -.icon-ic_fluent_desktop_toolbox_20_filled:before { +.icon-ic_fluent_desktop_speaker_20_filled:before { content: "\e537"; } -.icon-ic_fluent_desktop_toolbox_20_regular:before { +.icon-ic_fluent_desktop_speaker_20_regular:before { content: "\e538"; } -.icon-ic_fluent_developer_board_20_filled:before { +.icon-ic_fluent_desktop_speaker_off_20_filled:before { content: "\e539"; } -.icon-ic_fluent_developer_board_20_regular:before { +.icon-ic_fluent_desktop_speaker_off_20_regular:before { content: "\e53a"; } -.icon-ic_fluent_developer_board_lightning_20_filled:before { +.icon-ic_fluent_desktop_sync_20_filled:before { content: "\e53b"; } -.icon-ic_fluent_developer_board_lightning_20_regular:before { +.icon-ic_fluent_desktop_sync_20_regular:before { content: "\e53c"; } -.icon-ic_fluent_developer_board_lightning_toolbox_20_filled:before { +.icon-ic_fluent_desktop_toolbox_20_filled:before { content: "\e53d"; } -.icon-ic_fluent_developer_board_lightning_toolbox_20_regular:before { +.icon-ic_fluent_desktop_toolbox_20_regular:before { content: "\e53e"; } -.icon-ic_fluent_developer_board_search_20_filled:before { +.icon-ic_fluent_developer_board_20_filled:before { content: "\e53f"; } -.icon-ic_fluent_developer_board_search_20_regular:before { +.icon-ic_fluent_developer_board_20_regular:before { content: "\e540"; } -.icon-ic_fluent_device_eq_20_filled:before { +.icon-ic_fluent_developer_board_lightning_20_filled:before { content: "\e541"; } -.icon-ic_fluent_device_eq_20_regular:before { +.icon-ic_fluent_developer_board_lightning_20_regular:before { content: "\e542"; } -.icon-ic_fluent_device_meeting_room_20_filled:before { +.icon-ic_fluent_developer_board_lightning_toolbox_20_filled:before { content: "\e543"; } -.icon-ic_fluent_device_meeting_room_20_regular:before { +.icon-ic_fluent_developer_board_lightning_toolbox_20_regular:before { content: "\e544"; } -.icon-ic_fluent_device_meeting_room_remote_20_filled:before { +.icon-ic_fluent_developer_board_search_20_filled:before { content: "\e545"; } -.icon-ic_fluent_device_meeting_room_remote_20_regular:before { +.icon-ic_fluent_developer_board_search_20_regular:before { content: "\e546"; } -.icon-ic_fluent_diagram_20_filled:before { +.icon-ic_fluent_device_eq_20_filled:before { content: "\e547"; } -.icon-ic_fluent_diagram_20_regular:before { +.icon-ic_fluent_device_eq_20_regular:before { content: "\e548"; } -.icon-ic_fluent_dialpad_20_filled:before { +.icon-ic_fluent_device_meeting_room_20_filled:before { content: "\e549"; } -.icon-ic_fluent_dialpad_20_regular:before { +.icon-ic_fluent_device_meeting_room_20_regular:before { content: "\e54a"; } -.icon-ic_fluent_dialpad_off_20_filled:before { +.icon-ic_fluent_device_meeting_room_remote_20_filled:before { content: "\e54b"; } -.icon-ic_fluent_dialpad_off_20_regular:before { +.icon-ic_fluent_device_meeting_room_remote_20_regular:before { content: "\e54c"; } -.icon-ic_fluent_diamond_20_filled:before { +.icon-ic_fluent_diagram_20_filled:before { content: "\e54d"; } -.icon-ic_fluent_diamond_20_regular:before { +.icon-ic_fluent_diagram_20_regular:before { content: "\e54e"; } -.icon-ic_fluent_directions_20_filled:before { +.icon-ic_fluent_dialpad_20_filled:before { content: "\e54f"; } -.icon-ic_fluent_directions_20_regular:before { +.icon-ic_fluent_dialpad_20_regular:before { content: "\e550"; } -.icon-ic_fluent_dishwasher_20_filled:before { +.icon-ic_fluent_dialpad_off_20_filled:before { content: "\e551"; } -.icon-ic_fluent_dishwasher_20_regular:before { +.icon-ic_fluent_dialpad_off_20_regular:before { content: "\e552"; } -.icon-ic_fluent_dismiss_20_filled:before { +.icon-ic_fluent_diamond_20_filled:before { content: "\e553"; } -.icon-ic_fluent_dismiss_20_regular:before { +.icon-ic_fluent_diamond_20_regular:before { content: "\e554"; } -.icon-ic_fluent_dismiss_circle_20_filled:before { +.icon-ic_fluent_directions_20_filled:before { content: "\e555"; } -.icon-ic_fluent_dismiss_circle_20_regular:before { +.icon-ic_fluent_directions_20_regular:before { content: "\e556"; } -.icon-ic_fluent_dismiss_square_20_filled:before { +.icon-ic_fluent_dishwasher_20_filled:before { content: "\e557"; } -.icon-ic_fluent_dismiss_square_20_regular:before { +.icon-ic_fluent_dishwasher_20_regular:before { content: "\e558"; } -.icon-ic_fluent_dismiss_square_multiple_20_filled:before { +.icon-ic_fluent_dismiss_20_filled:before { content: "\e559"; } -.icon-ic_fluent_dismiss_square_multiple_20_regular:before { +.icon-ic_fluent_dismiss_20_regular:before { content: "\e55a"; } -.icon-ic_fluent_diversity_20_filled:before { +.icon-ic_fluent_dismiss_circle_20_filled:before { content: "\e55b"; } -.icon-ic_fluent_diversity_20_regular:before { +.icon-ic_fluent_dismiss_circle_20_regular:before { content: "\e55c"; } -.icon-ic_fluent_divider_short_20_filled:before { +.icon-ic_fluent_dismiss_square_20_filled:before { content: "\e55d"; } -.icon-ic_fluent_divider_short_20_regular:before { +.icon-ic_fluent_dismiss_square_20_regular:before { content: "\e55e"; } -.icon-ic_fluent_divider_tall_20_filled:before { +.icon-ic_fluent_dismiss_square_multiple_20_filled:before { content: "\e55f"; } -.icon-ic_fluent_divider_tall_20_regular:before { +.icon-ic_fluent_dismiss_square_multiple_20_regular:before { content: "\e560"; } -.icon-ic_fluent_dock_20_filled:before { +.icon-ic_fluent_diversity_20_filled:before { content: "\e561"; } -.icon-ic_fluent_dock_20_regular:before { +.icon-ic_fluent_diversity_20_regular:before { content: "\e562"; } -.icon-ic_fluent_dock_row_20_filled:before { +.icon-ic_fluent_divider_short_20_filled:before { content: "\e563"; } -.icon-ic_fluent_dock_row_20_regular:before { +.icon-ic_fluent_divider_short_20_regular:before { content: "\e564"; } -.icon-ic_fluent_doctor_20_filled:before { +.icon-ic_fluent_divider_tall_20_filled:before { content: "\e565"; } -.icon-ic_fluent_doctor_20_regular:before { +.icon-ic_fluent_divider_tall_20_regular:before { content: "\e566"; } -.icon-ic_fluent_document_20_filled:before { +.icon-ic_fluent_dock_20_filled:before { content: "\e567"; } -.icon-ic_fluent_document_20_regular:before { +.icon-ic_fluent_dock_20_regular:before { content: "\e568"; } -.icon-ic_fluent_document_add_20_filled:before { +.icon-ic_fluent_dock_row_20_filled:before { content: "\e569"; } -.icon-ic_fluent_document_add_20_regular:before { +.icon-ic_fluent_dock_row_20_regular:before { content: "\e56a"; } -.icon-ic_fluent_document_arrow_down_20_filled:before { +.icon-ic_fluent_doctor_20_filled:before { content: "\e56b"; } -.icon-ic_fluent_document_arrow_down_20_regular:before { +.icon-ic_fluent_doctor_20_regular:before { content: "\e56c"; } -.icon-ic_fluent_document_arrow_left_20_filled:before { +.icon-ic_fluent_document_20_filled:before { content: "\e56d"; } -.icon-ic_fluent_document_arrow_left_20_regular:before { +.icon-ic_fluent_document_20_regular:before { content: "\e56e"; } -.icon-ic_fluent_document_arrow_right_20_filled:before { +.icon-ic_fluent_document_add_20_filled:before { content: "\e56f"; } -.icon-ic_fluent_document_arrow_right_20_regular:before { +.icon-ic_fluent_document_add_20_regular:before { content: "\e570"; } -.icon-ic_fluent_document_arrow_up_20_filled:before { +.icon-ic_fluent_document_arrow_down_20_filled:before { content: "\e571"; } -.icon-ic_fluent_document_arrow_up_20_regular:before { +.icon-ic_fluent_document_arrow_down_20_regular:before { content: "\e572"; } -.icon-ic_fluent_document_briefcase_20_filled:before { +.icon-ic_fluent_document_arrow_left_20_filled:before { content: "\e573"; } -.icon-ic_fluent_document_briefcase_20_regular:before { +.icon-ic_fluent_document_arrow_left_20_regular:before { content: "\e574"; } -.icon-ic_fluent_document_bullet_list_20_filled:before { +.icon-ic_fluent_document_arrow_right_20_filled:before { content: "\e575"; } -.icon-ic_fluent_document_bullet_list_20_regular:before { +.icon-ic_fluent_document_arrow_right_20_regular:before { content: "\e576"; } -.icon-ic_fluent_document_bullet_list_clock_20_filled:before { +.icon-ic_fluent_document_arrow_up_20_filled:before { content: "\e577"; } -.icon-ic_fluent_document_bullet_list_clock_20_regular:before { +.icon-ic_fluent_document_arrow_up_20_regular:before { content: "\e578"; } -.icon-ic_fluent_document_bullet_list_multiple_20_filled:before { +.icon-ic_fluent_document_briefcase_20_filled:before { content: "\e579"; } -.icon-ic_fluent_document_bullet_list_multiple_20_regular:before { +.icon-ic_fluent_document_briefcase_20_regular:before { content: "\e57a"; } -.icon-ic_fluent_document_bullet_list_off_20_filled:before { +.icon-ic_fluent_document_bullet_list_20_filled:before { content: "\e57b"; } -.icon-ic_fluent_document_bullet_list_off_20_regular:before { +.icon-ic_fluent_document_bullet_list_20_regular:before { content: "\e57c"; } -.icon-ic_fluent_document_catch_up_20_filled:before { +.icon-ic_fluent_document_bullet_list_clock_20_filled:before { content: "\e57d"; } -.icon-ic_fluent_document_catch_up_20_regular:before { +.icon-ic_fluent_document_bullet_list_clock_20_regular:before { content: "\e57e"; } -.icon-ic_fluent_document_checkmark_20_filled:before { +.icon-ic_fluent_document_bullet_list_multiple_20_filled:before { content: "\e57f"; } -.icon-ic_fluent_document_checkmark_20_regular:before { +.icon-ic_fluent_document_bullet_list_multiple_20_regular:before { content: "\e580"; } -.icon-ic_fluent_document_chevron_double_20_filled:before { +.icon-ic_fluent_document_bullet_list_off_20_filled:before { content: "\e581"; } -.icon-ic_fluent_document_chevron_double_20_regular:before { +.icon-ic_fluent_document_bullet_list_off_20_regular:before { content: "\e582"; } -.icon-ic_fluent_document_copy_20_filled:before { +.icon-ic_fluent_document_catch_up_20_filled:before { content: "\e583"; } -.icon-ic_fluent_document_copy_20_regular:before { +.icon-ic_fluent_document_catch_up_20_regular:before { content: "\e584"; } -.icon-ic_fluent_document_css_20_filled:before { +.icon-ic_fluent_document_checkmark_20_filled:before { content: "\e585"; } -.icon-ic_fluent_document_css_20_regular:before { +.icon-ic_fluent_document_checkmark_20_regular:before { content: "\e586"; } -.icon-ic_fluent_document_data_20_filled:before { +.icon-ic_fluent_document_chevron_double_20_filled:before { content: "\e587"; } -.icon-ic_fluent_document_data_20_regular:before { +.icon-ic_fluent_document_chevron_double_20_regular:before { content: "\e588"; } -.icon-ic_fluent_document_database_20_filled:before { +.icon-ic_fluent_document_copy_20_filled:before { content: "\e589"; } -.icon-ic_fluent_document_database_20_regular:before { +.icon-ic_fluent_document_copy_20_regular:before { content: "\e58a"; } -.icon-ic_fluent_document_dismiss_20_filled:before { +.icon-ic_fluent_document_css_20_filled:before { content: "\e58b"; } -.icon-ic_fluent_document_dismiss_20_regular:before { +.icon-ic_fluent_document_css_20_regular:before { content: "\e58c"; } -.icon-ic_fluent_document_edit_20_filled:before { +.icon-ic_fluent_document_data_20_filled:before { content: "\e58d"; } -.icon-ic_fluent_document_edit_20_regular:before { +.icon-ic_fluent_document_data_20_regular:before { content: "\e58e"; } -.icon-ic_fluent_document_endnote_20_filled:before { +.icon-ic_fluent_document_database_20_filled:before { content: "\e58f"; } -.icon-ic_fluent_document_endnote_20_regular:before { +.icon-ic_fluent_document_database_20_regular:before { content: "\e590"; } -.icon-ic_fluent_document_error_20_filled:before { +.icon-ic_fluent_document_dismiss_20_filled:before { content: "\e591"; } -.icon-ic_fluent_document_error_20_regular:before { +.icon-ic_fluent_document_dismiss_20_regular:before { content: "\e592"; } -.icon-ic_fluent_document_flowchart_20_filled:before { +.icon-ic_fluent_document_edit_20_filled:before { content: "\e593"; } -.icon-ic_fluent_document_flowchart_20_regular:before { +.icon-ic_fluent_document_edit_20_regular:before { content: "\e594"; } -.icon-ic_fluent_document_footer_20_filled:before { +.icon-ic_fluent_document_endnote_20_filled:before { content: "\e595"; } -.icon-ic_fluent_document_footer_20_regular:before { +.icon-ic_fluent_document_endnote_20_regular:before { content: "\e596"; } -.icon-ic_fluent_document_footer_dismiss_20_filled:before { +.icon-ic_fluent_document_error_20_filled:before { content: "\e597"; } -.icon-ic_fluent_document_footer_dismiss_20_regular:before { +.icon-ic_fluent_document_error_20_regular:before { content: "\e598"; } -.icon-ic_fluent_document_header_20_filled:before { +.icon-ic_fluent_document_flowchart_20_filled:before { content: "\e599"; } -.icon-ic_fluent_document_header_20_regular:before { +.icon-ic_fluent_document_flowchart_20_regular:before { content: "\e59a"; } -.icon-ic_fluent_document_header_arrow_down_20_filled:before { +.icon-ic_fluent_document_footer_20_filled:before { content: "\e59b"; } -.icon-ic_fluent_document_header_arrow_down_20_regular:before { +.icon-ic_fluent_document_footer_20_regular:before { content: "\e59c"; } -.icon-ic_fluent_document_header_dismiss_20_filled:before { +.icon-ic_fluent_document_footer_dismiss_20_filled:before { content: "\e59d"; } -.icon-ic_fluent_document_header_dismiss_20_regular:before { +.icon-ic_fluent_document_footer_dismiss_20_regular:before { content: "\e59e"; } -.icon-ic_fluent_document_header_footer_20_filled:before { +.icon-ic_fluent_document_header_20_filled:before { content: "\e59f"; } -.icon-ic_fluent_document_header_footer_20_regular:before { +.icon-ic_fluent_document_header_20_regular:before { content: "\e5a0"; } -.icon-ic_fluent_document_heart_20_filled:before { +.icon-ic_fluent_document_header_arrow_down_20_filled:before { content: "\e5a1"; } -.icon-ic_fluent_document_heart_20_regular:before { +.icon-ic_fluent_document_header_arrow_down_20_regular:before { content: "\e5a2"; } -.icon-ic_fluent_document_heart_pulse_20_filled:before { +.icon-ic_fluent_document_header_dismiss_20_filled:before { content: "\e5a3"; } -.icon-ic_fluent_document_heart_pulse_20_regular:before { +.icon-ic_fluent_document_header_dismiss_20_regular:before { content: "\e5a4"; } -.icon-ic_fluent_document_javascript_20_filled:before { +.icon-ic_fluent_document_header_footer_20_filled:before { content: "\e5a5"; } -.icon-ic_fluent_document_javascript_20_regular:before { +.icon-ic_fluent_document_header_footer_20_regular:before { content: "\e5a6"; } -.icon-ic_fluent_document_landscape_20_filled:before { +.icon-ic_fluent_document_heart_20_filled:before { content: "\e5a7"; } -.icon-ic_fluent_document_landscape_20_regular:before { +.icon-ic_fluent_document_heart_20_regular:before { content: "\e5a8"; } -.icon-ic_fluent_document_landscape_data_20_filled:before { +.icon-ic_fluent_document_heart_pulse_20_filled:before { content: "\e5a9"; } -.icon-ic_fluent_document_landscape_data_20_regular:before { +.icon-ic_fluent_document_heart_pulse_20_regular:before { content: "\e5aa"; } -.icon-ic_fluent_document_landscape_split_20_filled:before { +.icon-ic_fluent_document_javascript_20_filled:before { content: "\e5ab"; } -.icon-ic_fluent_document_landscape_split_20_regular:before { +.icon-ic_fluent_document_javascript_20_regular:before { content: "\e5ac"; } -.icon-ic_fluent_document_landscape_split_hint_20_filled:before { +.icon-ic_fluent_document_landscape_20_filled:before { content: "\e5ad"; } -.icon-ic_fluent_document_landscape_split_hint_20_regular:before { +.icon-ic_fluent_document_landscape_20_regular:before { content: "\e5ae"; } -.icon-ic_fluent_document_link_20_filled:before { +.icon-ic_fluent_document_landscape_data_20_filled:before { content: "\e5af"; } -.icon-ic_fluent_document_link_20_regular:before { +.icon-ic_fluent_document_landscape_data_20_regular:before { content: "\e5b0"; } -.icon-ic_fluent_document_lock_20_filled:before { +.icon-ic_fluent_document_landscape_split_20_filled:before { content: "\e5b1"; } -.icon-ic_fluent_document_lock_20_regular:before { +.icon-ic_fluent_document_landscape_split_20_regular:before { content: "\e5b2"; } -.icon-ic_fluent_document_margins_20_filled:before { +.icon-ic_fluent_document_landscape_split_hint_20_filled:before { content: "\e5b3"; } -.icon-ic_fluent_document_margins_20_regular:before { +.icon-ic_fluent_document_landscape_split_hint_20_regular:before { content: "\e5b4"; } -.icon-ic_fluent_document_mention_20_filled:before { +.icon-ic_fluent_document_link_20_filled:before { content: "\e5b5"; } -.icon-ic_fluent_document_mention_20_regular:before { +.icon-ic_fluent_document_link_20_regular:before { content: "\e5b6"; } -.icon-ic_fluent_document_multiple_20_filled:before { +.icon-ic_fluent_document_lock_20_filled:before { content: "\e5b7"; } -.icon-ic_fluent_document_multiple_20_regular:before { +.icon-ic_fluent_document_lock_20_regular:before { content: "\e5b8"; } -.icon-ic_fluent_document_multiple_percent_20_filled:before { +.icon-ic_fluent_document_margins_20_filled:before { content: "\e5b9"; } -.icon-ic_fluent_document_multiple_percent_20_regular:before { +.icon-ic_fluent_document_margins_20_regular:before { content: "\e5ba"; } -.icon-ic_fluent_document_multiple_prohibited_20_filled:before { +.icon-ic_fluent_document_mention_20_filled:before { content: "\e5bb"; } -.icon-ic_fluent_document_multiple_prohibited_20_regular:before { +.icon-ic_fluent_document_mention_20_regular:before { content: "\e5bc"; } -.icon-ic_fluent_document_multiple_sync_20_filled:before { +.icon-ic_fluent_document_multiple_20_filled:before { content: "\e5bd"; } -.icon-ic_fluent_document_multiple_sync_20_regular:before { +.icon-ic_fluent_document_multiple_20_regular:before { content: "\e5be"; } -.icon-ic_fluent_document_one_page_20_filled:before { +.icon-ic_fluent_document_multiple_percent_20_filled:before { content: "\e5bf"; } -.icon-ic_fluent_document_one_page_20_regular:before { +.icon-ic_fluent_document_multiple_percent_20_regular:before { content: "\e5c0"; } -.icon-ic_fluent_document_page_bottom_center_20_filled:before { +.icon-ic_fluent_document_multiple_prohibited_20_filled:before { content: "\e5c1"; } -.icon-ic_fluent_document_page_bottom_center_20_regular:before { +.icon-ic_fluent_document_multiple_prohibited_20_regular:before { content: "\e5c2"; } -.icon-ic_fluent_document_page_bottom_left_20_filled:before { +.icon-ic_fluent_document_multiple_sync_20_filled:before { content: "\e5c3"; } -.icon-ic_fluent_document_page_bottom_left_20_regular:before { +.icon-ic_fluent_document_multiple_sync_20_regular:before { content: "\e5c4"; } -.icon-ic_fluent_document_page_bottom_right_20_filled:before { +.icon-ic_fluent_document_one_page_20_filled:before { content: "\e5c5"; } -.icon-ic_fluent_document_page_bottom_right_20_regular:before { +.icon-ic_fluent_document_one_page_20_regular:before { content: "\e5c6"; } -.icon-ic_fluent_document_page_break_20_filled:before { +.icon-ic_fluent_document_page_bottom_center_20_filled:before { content: "\e5c7"; } -.icon-ic_fluent_document_page_break_20_regular:before { +.icon-ic_fluent_document_page_bottom_center_20_regular:before { content: "\e5c8"; } -.icon-ic_fluent_document_page_number_20_filled:before { +.icon-ic_fluent_document_page_bottom_left_20_filled:before { content: "\e5c9"; } -.icon-ic_fluent_document_page_number_20_regular:before { +.icon-ic_fluent_document_page_bottom_left_20_regular:before { content: "\e5ca"; } -.icon-ic_fluent_document_page_top_center_20_filled:before { +.icon-ic_fluent_document_page_bottom_right_20_filled:before { content: "\e5cb"; } -.icon-ic_fluent_document_page_top_center_20_regular:before { +.icon-ic_fluent_document_page_bottom_right_20_regular:before { content: "\e5cc"; } -.icon-ic_fluent_document_page_top_left_20_filled:before { +.icon-ic_fluent_document_page_break_20_filled:before { content: "\e5cd"; } -.icon-ic_fluent_document_page_top_left_20_regular:before { +.icon-ic_fluent_document_page_break_20_regular:before { content: "\e5ce"; } -.icon-ic_fluent_document_page_top_right_20_filled:before { +.icon-ic_fluent_document_page_number_20_filled:before { content: "\e5cf"; } -.icon-ic_fluent_document_page_top_right_20_regular:before { +.icon-ic_fluent_document_page_number_20_regular:before { content: "\e5d0"; } -.icon-ic_fluent_document_pdf_20_filled:before { +.icon-ic_fluent_document_page_top_center_20_filled:before { content: "\e5d1"; } -.icon-ic_fluent_document_pdf_20_regular:before { +.icon-ic_fluent_document_page_top_center_20_regular:before { content: "\e5d2"; } -.icon-ic_fluent_document_percent_20_filled:before { +.icon-ic_fluent_document_page_top_left_20_filled:before { content: "\e5d3"; } -.icon-ic_fluent_document_percent_20_regular:before { +.icon-ic_fluent_document_page_top_left_20_regular:before { content: "\e5d4"; } -.icon-ic_fluent_document_person_20_filled:before { +.icon-ic_fluent_document_page_top_right_20_filled:before { content: "\e5d5"; } -.icon-ic_fluent_document_person_20_regular:before { +.icon-ic_fluent_document_page_top_right_20_regular:before { content: "\e5d6"; } -.icon-ic_fluent_document_pill_20_filled:before { +.icon-ic_fluent_document_pdf_20_filled:before { content: "\e5d7"; } -.icon-ic_fluent_document_pill_20_regular:before { +.icon-ic_fluent_document_pdf_20_regular:before { content: "\e5d8"; } -.icon-ic_fluent_document_prohibited_20_filled:before { +.icon-ic_fluent_document_percent_20_filled:before { content: "\e5d9"; } -.icon-ic_fluent_document_prohibited_20_regular:before { +.icon-ic_fluent_document_percent_20_regular:before { content: "\e5da"; } -.icon-ic_fluent_document_question_mark_20_filled:before { +.icon-ic_fluent_document_person_20_filled:before { content: "\e5db"; } -.icon-ic_fluent_document_question_mark_20_regular:before { +.icon-ic_fluent_document_person_20_regular:before { content: "\e5dc"; } -.icon-ic_fluent_document_queue_20_filled:before { +.icon-ic_fluent_document_pill_20_filled:before { content: "\e5dd"; } -.icon-ic_fluent_document_queue_20_regular:before { +.icon-ic_fluent_document_pill_20_regular:before { content: "\e5de"; } -.icon-ic_fluent_document_queue_add_20_filled:before { +.icon-ic_fluent_document_prohibited_20_filled:before { content: "\e5df"; } -.icon-ic_fluent_document_queue_add_20_regular:before { +.icon-ic_fluent_document_prohibited_20_regular:before { content: "\e5e0"; } -.icon-ic_fluent_document_queue_multiple_20_filled:before { +.icon-ic_fluent_document_question_mark_20_filled:before { content: "\e5e1"; } -.icon-ic_fluent_document_queue_multiple_20_regular:before { +.icon-ic_fluent_document_question_mark_20_regular:before { content: "\e5e2"; } -.icon-ic_fluent_document_ribbon_20_filled:before { +.icon-ic_fluent_document_queue_20_filled:before { content: "\e5e3"; } -.icon-ic_fluent_document_ribbon_20_regular:before { +.icon-ic_fluent_document_queue_20_regular:before { content: "\e5e4"; } -.icon-ic_fluent_document_save_20_filled:before { +.icon-ic_fluent_document_queue_add_20_filled:before { content: "\e5e5"; } -.icon-ic_fluent_document_save_20_regular:before { +.icon-ic_fluent_document_queue_add_20_regular:before { content: "\e5e6"; } -.icon-ic_fluent_document_search_20_filled:before { +.icon-ic_fluent_document_queue_multiple_20_filled:before { content: "\e5e7"; } -.icon-ic_fluent_document_search_20_regular:before { +.icon-ic_fluent_document_queue_multiple_20_regular:before { content: "\e5e8"; } -.icon-ic_fluent_document_settings_20_filled:before { +.icon-ic_fluent_document_ribbon_20_filled:before { content: "\e5e9"; } -.icon-ic_fluent_document_settings_20_regular:before { +.icon-ic_fluent_document_ribbon_20_regular:before { content: "\e5ea"; } -.icon-ic_fluent_document_split_hint_20_filled:before { +.icon-ic_fluent_document_save_20_filled:before { content: "\e5eb"; } -.icon-ic_fluent_document_split_hint_20_regular:before { +.icon-ic_fluent_document_save_20_regular:before { content: "\e5ec"; } -.icon-ic_fluent_document_split_hint_off_20_filled:before { +.icon-ic_fluent_document_search_20_filled:before { content: "\e5ed"; } -.icon-ic_fluent_document_split_hint_off_20_regular:before { +.icon-ic_fluent_document_search_20_regular:before { content: "\e5ee"; } -.icon-ic_fluent_document_sync_20_filled:before { +.icon-ic_fluent_document_settings_20_filled:before { content: "\e5ef"; } -.icon-ic_fluent_document_sync_20_regular:before { +.icon-ic_fluent_document_settings_20_regular:before { content: "\e5f0"; } -.icon-ic_fluent_document_table_20_filled:before { +.icon-ic_fluent_document_split_hint_20_filled:before { content: "\e5f1"; } -.icon-ic_fluent_document_table_20_regular:before { +.icon-ic_fluent_document_split_hint_20_regular:before { content: "\e5f2"; } -.icon-ic_fluent_document_table_arrow_right_20_filled:before { +.icon-ic_fluent_document_split_hint_off_20_filled:before { content: "\e5f3"; } -.icon-ic_fluent_document_table_arrow_right_20_regular:before { +.icon-ic_fluent_document_split_hint_off_20_regular:before { content: "\e5f4"; } -.icon-ic_fluent_document_table_checkmark_20_filled:before { +.icon-ic_fluent_document_sync_20_filled:before { content: "\e5f5"; } -.icon-ic_fluent_document_table_checkmark_20_regular:before { +.icon-ic_fluent_document_sync_20_regular:before { content: "\e5f6"; } -.icon-ic_fluent_document_table_cube_20_filled:before { +.icon-ic_fluent_document_table_20_filled:before { content: "\e5f7"; } -.icon-ic_fluent_document_table_cube_20_regular:before { +.icon-ic_fluent_document_table_20_regular:before { content: "\e5f8"; } -.icon-ic_fluent_document_table_search_20_filled:before { +.icon-ic_fluent_document_table_arrow_right_20_filled:before { content: "\e5f9"; } -.icon-ic_fluent_document_table_search_20_regular:before { +.icon-ic_fluent_document_table_arrow_right_20_regular:before { content: "\e5fa"; } -.icon-ic_fluent_document_table_truck_20_filled:before { +.icon-ic_fluent_document_table_checkmark_20_filled:before { content: "\e5fb"; } -.icon-ic_fluent_document_table_truck_20_regular:before { +.icon-ic_fluent_document_table_checkmark_20_regular:before { content: "\e5fc"; } -.icon-ic_fluent_document_text_20_filled:before { +.icon-ic_fluent_document_table_cube_20_filled:before { content: "\e5fd"; } -.icon-ic_fluent_document_text_20_regular:before { +.icon-ic_fluent_document_table_cube_20_regular:before { content: "\e5fe"; } -.icon-ic_fluent_document_text_clock_20_filled:before { +.icon-ic_fluent_document_table_search_20_filled:before { content: "\e5ff"; } -.icon-ic_fluent_document_text_clock_20_regular:before { +.icon-ic_fluent_document_table_search_20_regular:before { content: "\e600"; } -.icon-ic_fluent_document_text_extract_20_filled:before { +.icon-ic_fluent_document_table_truck_20_filled:before { content: "\e601"; } -.icon-ic_fluent_document_text_extract_20_regular:before { +.icon-ic_fluent_document_table_truck_20_regular:before { content: "\e602"; } -.icon-ic_fluent_document_text_link_20_filled:before { +.icon-ic_fluent_document_text_20_filled:before { content: "\e603"; } -.icon-ic_fluent_document_text_link_20_regular:before { +.icon-ic_fluent_document_text_20_regular:before { content: "\e604"; } -.icon-ic_fluent_document_text_toolbox_20_filled:before { +.icon-ic_fluent_document_text_clock_20_filled:before { content: "\e605"; } -.icon-ic_fluent_document_text_toolbox_20_regular:before { +.icon-ic_fluent_document_text_clock_20_regular:before { content: "\e606"; } -.icon-ic_fluent_document_toolbox_20_filled:before { +.icon-ic_fluent_document_text_extract_20_filled:before { content: "\e607"; } -.icon-ic_fluent_document_toolbox_20_regular:before { +.icon-ic_fluent_document_text_extract_20_regular:before { content: "\e608"; } -.icon-ic_fluent_document_width_20_filled:before { +.icon-ic_fluent_document_text_link_20_filled:before { content: "\e609"; } -.icon-ic_fluent_document_width_20_regular:before { +.icon-ic_fluent_document_text_link_20_regular:before { content: "\e60a"; } -.icon-ic_fluent_door_20_filled:before { +.icon-ic_fluent_document_text_toolbox_20_filled:before { content: "\e60b"; } -.icon-ic_fluent_door_20_regular:before { +.icon-ic_fluent_document_text_toolbox_20_regular:before { content: "\e60c"; } -.icon-ic_fluent_door_arrow_left_20_filled:before { +.icon-ic_fluent_document_toolbox_20_filled:before { content: "\e60d"; } -.icon-ic_fluent_door_arrow_left_20_regular:before { +.icon-ic_fluent_document_toolbox_20_regular:before { content: "\e60e"; } -.icon-ic_fluent_door_arrow_right_20_filled:before { +.icon-ic_fluent_document_width_20_filled:before { content: "\e60f"; } -.icon-ic_fluent_door_arrow_right_20_regular:before { +.icon-ic_fluent_document_width_20_regular:before { content: "\e610"; } -.icon-ic_fluent_door_tag_20_filled:before { +.icon-ic_fluent_door_20_filled:before { content: "\e611"; } -.icon-ic_fluent_door_tag_20_regular:before { +.icon-ic_fluent_door_20_regular:before { content: "\e612"; } -.icon-ic_fluent_double_swipe_down_20_filled:before { +.icon-ic_fluent_door_arrow_left_20_filled:before { content: "\e613"; } -.icon-ic_fluent_double_swipe_down_20_regular:before { +.icon-ic_fluent_door_arrow_left_20_regular:before { content: "\e614"; } -.icon-ic_fluent_double_swipe_up_20_filled:before { +.icon-ic_fluent_door_arrow_right_20_filled:before { content: "\e615"; } -.icon-ic_fluent_double_swipe_up_20_regular:before { +.icon-ic_fluent_door_arrow_right_20_regular:before { content: "\e616"; } -.icon-ic_fluent_double_tap_swipe_down_20_filled:before { +.icon-ic_fluent_door_tag_20_filled:before { content: "\e617"; } -.icon-ic_fluent_double_tap_swipe_down_20_regular:before { +.icon-ic_fluent_door_tag_20_regular:before { content: "\e618"; } -.icon-ic_fluent_double_tap_swipe_up_20_filled:before { +.icon-ic_fluent_double_swipe_down_20_filled:before { content: "\e619"; } -.icon-ic_fluent_double_tap_swipe_up_20_regular:before { +.icon-ic_fluent_double_swipe_down_20_regular:before { content: "\e61a"; } -.icon-ic_fluent_drafts_20_filled:before { +.icon-ic_fluent_double_swipe_up_20_filled:before { content: "\e61b"; } -.icon-ic_fluent_drafts_20_regular:before { +.icon-ic_fluent_double_swipe_up_20_regular:before { content: "\e61c"; } -.icon-ic_fluent_drag_20_filled:before { +.icon-ic_fluent_double_tap_swipe_down_20_filled:before { content: "\e61d"; } -.icon-ic_fluent_drag_20_regular:before { +.icon-ic_fluent_double_tap_swipe_down_20_regular:before { content: "\e61e"; } -.icon-ic_fluent_draw_image_20_filled:before { +.icon-ic_fluent_double_tap_swipe_up_20_filled:before { content: "\e61f"; } -.icon-ic_fluent_draw_image_20_regular:before { +.icon-ic_fluent_double_tap_swipe_up_20_regular:before { content: "\e620"; } -.icon-ic_fluent_draw_shape_20_filled:before { +.icon-ic_fluent_drafts_20_filled:before { content: "\e621"; } -.icon-ic_fluent_draw_shape_20_regular:before { +.icon-ic_fluent_drafts_20_regular:before { content: "\e622"; } -.icon-ic_fluent_draw_text_20_filled:before { +.icon-ic_fluent_drag_20_filled:before { content: "\e623"; } -.icon-ic_fluent_draw_text_20_regular:before { +.icon-ic_fluent_drag_20_regular:before { content: "\e624"; } -.icon-ic_fluent_drawer_add_20_filled:before { +.icon-ic_fluent_draw_image_20_filled:before { content: "\e625"; } -.icon-ic_fluent_drawer_add_20_regular:before { +.icon-ic_fluent_draw_image_20_regular:before { content: "\e626"; } -.icon-ic_fluent_drawer_arrow_download_20_filled:before { +.icon-ic_fluent_draw_shape_20_filled:before { content: "\e627"; } -.icon-ic_fluent_drawer_arrow_download_20_regular:before { +.icon-ic_fluent_draw_shape_20_regular:before { content: "\e628"; } -.icon-ic_fluent_drawer_dismiss_20_filled:before { +.icon-ic_fluent_draw_text_20_filled:before { content: "\e629"; } -.icon-ic_fluent_drawer_dismiss_20_regular:before { +.icon-ic_fluent_draw_text_20_regular:before { content: "\e62a"; } -.icon-ic_fluent_drawer_play_20_filled:before { +.icon-ic_fluent_drawer_add_20_filled:before { content: "\e62b"; } -.icon-ic_fluent_drawer_play_20_regular:before { +.icon-ic_fluent_drawer_add_20_regular:before { content: "\e62c"; } -.icon-ic_fluent_drawer_subtract_20_filled:before { +.icon-ic_fluent_drawer_arrow_download_20_filled:before { content: "\e62d"; } -.icon-ic_fluent_drawer_subtract_20_regular:before { +.icon-ic_fluent_drawer_arrow_download_20_regular:before { content: "\e62e"; } -.icon-ic_fluent_drink_beer_20_filled:before { +.icon-ic_fluent_drawer_dismiss_20_filled:before { content: "\e62f"; } -.icon-ic_fluent_drink_beer_20_regular:before { +.icon-ic_fluent_drawer_dismiss_20_regular:before { content: "\e630"; } -.icon-ic_fluent_drink_bottle_20_filled:before { +.icon-ic_fluent_drawer_play_20_filled:before { content: "\e631"; } -.icon-ic_fluent_drink_bottle_20_regular:before { +.icon-ic_fluent_drawer_play_20_regular:before { content: "\e632"; } -.icon-ic_fluent_drink_bottle_off_20_filled:before { +.icon-ic_fluent_drawer_subtract_20_filled:before { content: "\e633"; } -.icon-ic_fluent_drink_bottle_off_20_regular:before { +.icon-ic_fluent_drawer_subtract_20_regular:before { content: "\e634"; } -.icon-ic_fluent_drink_coffee_20_filled:before { +.icon-ic_fluent_drink_beer_20_filled:before { content: "\e635"; } -.icon-ic_fluent_drink_coffee_20_regular:before { +.icon-ic_fluent_drink_beer_20_regular:before { content: "\e636"; } -.icon-ic_fluent_drink_margarita_20_filled:before { +.icon-ic_fluent_drink_bottle_20_filled:before { content: "\e637"; } -.icon-ic_fluent_drink_margarita_20_regular:before { +.icon-ic_fluent_drink_bottle_20_regular:before { content: "\e638"; } -.icon-ic_fluent_drink_to_go_20_filled:before { +.icon-ic_fluent_drink_bottle_off_20_filled:before { content: "\e639"; } -.icon-ic_fluent_drink_to_go_20_regular:before { +.icon-ic_fluent_drink_bottle_off_20_regular:before { content: "\e63a"; } -.icon-ic_fluent_drink_wine_20_filled:before { +.icon-ic_fluent_drink_coffee_20_filled:before { content: "\e63b"; } -.icon-ic_fluent_drink_wine_20_regular:before { +.icon-ic_fluent_drink_coffee_20_regular:before { content: "\e63c"; } -.icon-ic_fluent_drive_train_20_filled:before { +.icon-ic_fluent_drink_margarita_20_filled:before { content: "\e63d"; } -.icon-ic_fluent_drive_train_20_regular:before { +.icon-ic_fluent_drink_margarita_20_regular:before { content: "\e63e"; } -.icon-ic_fluent_drop_20_filled:before { +.icon-ic_fluent_drink_to_go_20_filled:before { content: "\e63f"; } -.icon-ic_fluent_drop_20_regular:before { +.icon-ic_fluent_drink_to_go_20_regular:before { content: "\e640"; } -.icon-ic_fluent_dual_screen_20_filled:before { +.icon-ic_fluent_drink_wine_20_filled:before { content: "\e641"; } -.icon-ic_fluent_dual_screen_20_regular:before { +.icon-ic_fluent_drink_wine_20_regular:before { content: "\e642"; } -.icon-ic_fluent_dual_screen_add_20_filled:before { +.icon-ic_fluent_drive_train_20_filled:before { content: "\e643"; } -.icon-ic_fluent_dual_screen_add_20_regular:before { +.icon-ic_fluent_drive_train_20_regular:before { content: "\e644"; } -.icon-ic_fluent_dual_screen_arrow_right_20_filled:before { +.icon-ic_fluent_drop_20_filled:before { content: "\e645"; } -.icon-ic_fluent_dual_screen_arrow_right_20_regular:before { +.icon-ic_fluent_drop_20_regular:before { content: "\e646"; } -.icon-ic_fluent_dual_screen_arrow_up_20_filled:before { +.icon-ic_fluent_dual_screen_20_filled:before { content: "\e647"; } -.icon-ic_fluent_dual_screen_arrow_up_20_regular:before { +.icon-ic_fluent_dual_screen_20_regular:before { content: "\e648"; } -.icon-ic_fluent_dual_screen_clock_20_filled:before { +.icon-ic_fluent_dual_screen_add_20_filled:before { content: "\e649"; } -.icon-ic_fluent_dual_screen_clock_20_regular:before { +.icon-ic_fluent_dual_screen_add_20_regular:before { content: "\e64a"; } -.icon-ic_fluent_dual_screen_closed_alert_20_filled:before { +.icon-ic_fluent_dual_screen_arrow_right_20_filled:before { content: "\e64b"; } -.icon-ic_fluent_dual_screen_closed_alert_20_regular:before { +.icon-ic_fluent_dual_screen_arrow_right_20_regular:before { content: "\e64c"; } -.icon-ic_fluent_dual_screen_desktop_20_filled:before { +.icon-ic_fluent_dual_screen_arrow_up_20_filled:before { content: "\e64d"; } -.icon-ic_fluent_dual_screen_desktop_20_regular:before { +.icon-ic_fluent_dual_screen_arrow_up_20_regular:before { content: "\e64e"; } -.icon-ic_fluent_dual_screen_dismiss_20_filled:before { +.icon-ic_fluent_dual_screen_clock_20_filled:before { content: "\e64f"; } -.icon-ic_fluent_dual_screen_dismiss_20_regular:before { +.icon-ic_fluent_dual_screen_clock_20_regular:before { content: "\e650"; } -.icon-ic_fluent_dual_screen_group_20_filled:before { +.icon-ic_fluent_dual_screen_closed_alert_20_filled:before { content: "\e651"; } -.icon-ic_fluent_dual_screen_group_20_regular:before { +.icon-ic_fluent_dual_screen_closed_alert_20_regular:before { content: "\e652"; } -.icon-ic_fluent_dual_screen_header_20_filled:before { +.icon-ic_fluent_dual_screen_desktop_20_filled:before { content: "\e653"; } -.icon-ic_fluent_dual_screen_header_20_regular:before { +.icon-ic_fluent_dual_screen_desktop_20_regular:before { content: "\e654"; } -.icon-ic_fluent_dual_screen_lock_20_filled:before { +.icon-ic_fluent_dual_screen_dismiss_20_filled:before { content: "\e655"; } -.icon-ic_fluent_dual_screen_lock_20_regular:before { +.icon-ic_fluent_dual_screen_dismiss_20_regular:before { content: "\e656"; } -.icon-ic_fluent_dual_screen_mirror_20_filled:before { +.icon-ic_fluent_dual_screen_group_20_filled:before { content: "\e657"; } -.icon-ic_fluent_dual_screen_mirror_20_regular:before { +.icon-ic_fluent_dual_screen_group_20_regular:before { content: "\e658"; } -.icon-ic_fluent_dual_screen_pagination_20_filled:before { +.icon-ic_fluent_dual_screen_header_20_filled:before { content: "\e659"; } -.icon-ic_fluent_dual_screen_pagination_20_regular:before { +.icon-ic_fluent_dual_screen_header_20_regular:before { content: "\e65a"; } -.icon-ic_fluent_dual_screen_settings_20_filled:before { +.icon-ic_fluent_dual_screen_lock_20_filled:before { content: "\e65b"; } -.icon-ic_fluent_dual_screen_settings_20_regular:before { +.icon-ic_fluent_dual_screen_lock_20_regular:before { content: "\e65c"; } -.icon-ic_fluent_dual_screen_span_20_filled:before { +.icon-ic_fluent_dual_screen_mirror_20_filled:before { content: "\e65d"; } -.icon-ic_fluent_dual_screen_span_20_regular:before { +.icon-ic_fluent_dual_screen_mirror_20_regular:before { content: "\e65e"; } -.icon-ic_fluent_dual_screen_speaker_20_filled:before { +.icon-ic_fluent_dual_screen_pagination_20_filled:before { content: "\e65f"; } -.icon-ic_fluent_dual_screen_speaker_20_regular:before { +.icon-ic_fluent_dual_screen_pagination_20_regular:before { content: "\e660"; } -.icon-ic_fluent_dual_screen_status_bar_20_filled:before { +.icon-ic_fluent_dual_screen_settings_20_filled:before { content: "\e661"; } -.icon-ic_fluent_dual_screen_status_bar_20_regular:before { +.icon-ic_fluent_dual_screen_settings_20_regular:before { content: "\e662"; } -.icon-ic_fluent_dual_screen_tablet_20_filled:before { +.icon-ic_fluent_dual_screen_span_20_filled:before { content: "\e663"; } -.icon-ic_fluent_dual_screen_tablet_20_regular:before { +.icon-ic_fluent_dual_screen_span_20_regular:before { content: "\e664"; } -.icon-ic_fluent_dual_screen_update_20_filled:before { +.icon-ic_fluent_dual_screen_speaker_20_filled:before { content: "\e665"; } -.icon-ic_fluent_dual_screen_update_20_regular:before { +.icon-ic_fluent_dual_screen_speaker_20_regular:before { content: "\e666"; } -.icon-ic_fluent_dual_screen_vertical_scroll_20_filled:before { +.icon-ic_fluent_dual_screen_status_bar_20_filled:before { content: "\e667"; } -.icon-ic_fluent_dual_screen_vertical_scroll_20_regular:before { +.icon-ic_fluent_dual_screen_status_bar_20_regular:before { content: "\e668"; } -.icon-ic_fluent_dual_screen_vibrate_20_filled:before { +.icon-ic_fluent_dual_screen_tablet_20_filled:before { content: "\e669"; } -.icon-ic_fluent_dual_screen_vibrate_20_regular:before { +.icon-ic_fluent_dual_screen_tablet_20_regular:before { content: "\e66a"; } -.icon-ic_fluent_dumbbell_20_filled:before { +.icon-ic_fluent_dual_screen_update_20_filled:before { content: "\e66b"; } -.icon-ic_fluent_dumbbell_20_regular:before { +.icon-ic_fluent_dual_screen_update_20_regular:before { content: "\e66c"; } -.icon-ic_fluent_earth_20_filled:before { +.icon-ic_fluent_dual_screen_vertical_scroll_20_filled:before { content: "\e66d"; } -.icon-ic_fluent_earth_20_regular:before { +.icon-ic_fluent_dual_screen_vertical_scroll_20_regular:before { content: "\e66e"; } -.icon-ic_fluent_earth_leaf_20_filled:before { +.icon-ic_fluent_dual_screen_vibrate_20_filled:before { content: "\e66f"; } -.icon-ic_fluent_earth_leaf_20_regular:before { +.icon-ic_fluent_dual_screen_vibrate_20_regular:before { content: "\e670"; } -.icon-ic_fluent_edit_20_filled:before { +.icon-ic_fluent_dumbbell_20_filled:before { content: "\e671"; } -.icon-ic_fluent_edit_20_regular:before { +.icon-ic_fluent_dumbbell_20_regular:before { content: "\e672"; } -.icon-ic_fluent_edit_arrow_back_20_filled:before { +.icon-ic_fluent_earth_20_filled:before { content: "\e673"; } -.icon-ic_fluent_edit_arrow_back_20_regular:before { +.icon-ic_fluent_earth_20_regular:before { content: "\e674"; } -.icon-ic_fluent_edit_off_20_filled:before { +.icon-ic_fluent_earth_leaf_20_filled:before { content: "\e675"; } -.icon-ic_fluent_edit_off_20_regular:before { +.icon-ic_fluent_earth_leaf_20_regular:before { content: "\e676"; } -.icon-ic_fluent_edit_prohibited_20_filled:before { +.icon-ic_fluent_edit_20_filled:before { content: "\e677"; } -.icon-ic_fluent_edit_prohibited_20_regular:before { +.icon-ic_fluent_edit_20_regular:before { content: "\e678"; } -.icon-ic_fluent_edit_settings_20_filled:before { +.icon-ic_fluent_edit_arrow_back_20_filled:before { content: "\e679"; } -.icon-ic_fluent_edit_settings_20_regular:before { +.icon-ic_fluent_edit_arrow_back_20_regular:before { content: "\e67a"; } -.icon-ic_fluent_elevator_20_filled:before { +.icon-ic_fluent_edit_off_20_filled:before { content: "\e67b"; } -.icon-ic_fluent_elevator_20_regular:before { +.icon-ic_fluent_edit_off_20_regular:before { content: "\e67c"; } -.icon-ic_fluent_emoji_20_filled:before { +.icon-ic_fluent_edit_prohibited_20_filled:before { content: "\e67d"; } -.icon-ic_fluent_emoji_20_regular:before { +.icon-ic_fluent_edit_prohibited_20_regular:before { content: "\e67e"; } -.icon-ic_fluent_emoji_add_20_filled:before { +.icon-ic_fluent_edit_settings_20_filled:before { content: "\e67f"; } -.icon-ic_fluent_emoji_add_20_regular:before { +.icon-ic_fluent_edit_settings_20_regular:before { content: "\e680"; } -.icon-ic_fluent_emoji_angry_20_filled:before { +.icon-ic_fluent_elevator_20_filled:before { content: "\e681"; } -.icon-ic_fluent_emoji_angry_20_regular:before { +.icon-ic_fluent_elevator_20_regular:before { content: "\e682"; } -.icon-ic_fluent_emoji_edit_20_filled:before { +.icon-ic_fluent_emoji_20_filled:before { content: "\e683"; } -.icon-ic_fluent_emoji_edit_20_regular:before { +.icon-ic_fluent_emoji_20_regular:before { content: "\e684"; } -.icon-ic_fluent_emoji_hand_20_filled:before { +.icon-ic_fluent_emoji_add_20_filled:before { content: "\e685"; } -.icon-ic_fluent_emoji_hand_20_regular:before { +.icon-ic_fluent_emoji_add_20_regular:before { content: "\e686"; } -.icon-ic_fluent_emoji_laugh_20_filled:before { +.icon-ic_fluent_emoji_angry_20_filled:before { content: "\e687"; } -.icon-ic_fluent_emoji_laugh_20_regular:before { +.icon-ic_fluent_emoji_angry_20_regular:before { content: "\e688"; } -.icon-ic_fluent_emoji_meh_20_filled:before { +.icon-ic_fluent_emoji_edit_20_filled:before { content: "\e689"; } -.icon-ic_fluent_emoji_meh_20_regular:before { +.icon-ic_fluent_emoji_edit_20_regular:before { content: "\e68a"; } -.icon-ic_fluent_emoji_multiple_20_filled:before { +.icon-ic_fluent_emoji_hand_20_filled:before { content: "\e68b"; } -.icon-ic_fluent_emoji_multiple_20_regular:before { +.icon-ic_fluent_emoji_hand_20_regular:before { content: "\e68c"; } -.icon-ic_fluent_emoji_sad_20_filled:before { +.icon-ic_fluent_emoji_laugh_20_filled:before { content: "\e68d"; } -.icon-ic_fluent_emoji_sad_20_regular:before { +.icon-ic_fluent_emoji_laugh_20_regular:before { content: "\e68e"; } -.icon-ic_fluent_emoji_sad_slight_20_filled:before { +.icon-ic_fluent_emoji_meh_20_filled:before { content: "\e68f"; } -.icon-ic_fluent_emoji_sad_slight_20_regular:before { +.icon-ic_fluent_emoji_meh_20_regular:before { content: "\e690"; } -.icon-ic_fluent_emoji_smile_slight_20_filled:before { +.icon-ic_fluent_emoji_multiple_20_filled:before { content: "\e691"; } -.icon-ic_fluent_emoji_smile_slight_20_regular:before { +.icon-ic_fluent_emoji_multiple_20_regular:before { content: "\e692"; } -.icon-ic_fluent_emoji_sparkle_20_filled:before { +.icon-ic_fluent_emoji_sad_20_filled:before { content: "\e693"; } -.icon-ic_fluent_emoji_sparkle_20_regular:before { +.icon-ic_fluent_emoji_sad_20_regular:before { content: "\e694"; } -.icon-ic_fluent_emoji_surprise_20_filled:before { +.icon-ic_fluent_emoji_sad_slight_20_filled:before { content: "\e695"; } -.icon-ic_fluent_emoji_surprise_20_regular:before { +.icon-ic_fluent_emoji_sad_slight_20_regular:before { content: "\e696"; } -.icon-ic_fluent_engine_20_filled:before { +.icon-ic_fluent_emoji_smile_slight_20_filled:before { content: "\e697"; } -.icon-ic_fluent_engine_20_regular:before { +.icon-ic_fluent_emoji_smile_slight_20_regular:before { content: "\e698"; } -.icon-ic_fluent_equal_circle_20_filled:before { +.icon-ic_fluent_emoji_sparkle_20_filled:before { content: "\e699"; } -.icon-ic_fluent_equal_circle_20_regular:before { +.icon-ic_fluent_emoji_sparkle_20_regular:before { content: "\e69a"; } -.icon-ic_fluent_equal_off_20_filled:before { +.icon-ic_fluent_emoji_surprise_20_filled:before { content: "\e69b"; } -.icon-ic_fluent_equal_off_20_regular:before { +.icon-ic_fluent_emoji_surprise_20_regular:before { content: "\e69c"; } -.icon-ic_fluent_eraser_20_filled:before { +.icon-ic_fluent_engine_20_filled:before { content: "\e69d"; } -.icon-ic_fluent_eraser_20_regular:before { +.icon-ic_fluent_engine_20_regular:before { content: "\e69e"; } -.icon-ic_fluent_eraser_medium_20_filled:before { +.icon-ic_fluent_equal_circle_20_filled:before { content: "\e69f"; } -.icon-ic_fluent_eraser_medium_20_regular:before { +.icon-ic_fluent_equal_circle_20_regular:before { content: "\e6a0"; } -.icon-ic_fluent_eraser_segment_20_filled:before { +.icon-ic_fluent_equal_off_20_filled:before { content: "\e6a1"; } -.icon-ic_fluent_eraser_segment_20_regular:before { +.icon-ic_fluent_equal_off_20_regular:before { content: "\e6a2"; } -.icon-ic_fluent_eraser_small_20_filled:before { +.icon-ic_fluent_eraser_20_filled:before { content: "\e6a3"; } -.icon-ic_fluent_eraser_small_20_regular:before { +.icon-ic_fluent_eraser_20_regular:before { content: "\e6a4"; } -.icon-ic_fluent_eraser_tool_20_filled:before { +.icon-ic_fluent_eraser_medium_20_filled:before { content: "\e6a5"; } -.icon-ic_fluent_eraser_tool_20_regular:before { +.icon-ic_fluent_eraser_medium_20_regular:before { content: "\e6a6"; } -.icon-ic_fluent_error_circle_20_filled:before { +.icon-ic_fluent_eraser_segment_20_filled:before { content: "\e6a7"; } -.icon-ic_fluent_error_circle_20_regular:before { +.icon-ic_fluent_eraser_segment_20_regular:before { content: "\e6a8"; } -.icon-ic_fluent_error_circle_settings_20_filled:before { +.icon-ic_fluent_eraser_small_20_filled:before { content: "\e6a9"; } -.icon-ic_fluent_error_circle_settings_20_regular:before { +.icon-ic_fluent_eraser_small_20_regular:before { content: "\e6aa"; } -.icon-ic_fluent_expand_up_left_20_filled:before { +.icon-ic_fluent_eraser_tool_20_filled:before { content: "\e6ab"; } -.icon-ic_fluent_expand_up_left_20_regular:before { +.icon-ic_fluent_eraser_tool_20_regular:before { content: "\e6ac"; } -.icon-ic_fluent_expand_up_right_20_filled:before { +.icon-ic_fluent_error_circle_20_filled:before { content: "\e6ad"; } -.icon-ic_fluent_expand_up_right_20_regular:before { +.icon-ic_fluent_error_circle_20_regular:before { content: "\e6ae"; } -.icon-ic_fluent_extended_dock_20_filled:before { +.icon-ic_fluent_error_circle_settings_20_filled:before { content: "\e6af"; } -.icon-ic_fluent_extended_dock_20_regular:before { +.icon-ic_fluent_error_circle_settings_20_regular:before { content: "\e6b0"; } -.icon-ic_fluent_eye_20_filled:before { +.icon-ic_fluent_expand_up_left_20_filled:before { content: "\e6b1"; } -.icon-ic_fluent_eye_20_regular:before { +.icon-ic_fluent_expand_up_left_20_regular:before { content: "\e6b2"; } -.icon-ic_fluent_eye_lines_20_filled:before { +.icon-ic_fluent_expand_up_right_20_filled:before { content: "\e6b3"; } -.icon-ic_fluent_eye_lines_20_regular:before { +.icon-ic_fluent_expand_up_right_20_regular:before { content: "\e6b4"; } -.icon-ic_fluent_eye_off_20_filled:before { +.icon-ic_fluent_extended_dock_20_filled:before { content: "\e6b5"; } -.icon-ic_fluent_eye_off_20_regular:before { +.icon-ic_fluent_extended_dock_20_regular:before { content: "\e6b6"; } -.icon-ic_fluent_eye_tracking_20_filled:before { +.icon-ic_fluent_eye_20_filled:before { content: "\e6b7"; } -.icon-ic_fluent_eye_tracking_20_regular:before { +.icon-ic_fluent_eye_20_regular:before { content: "\e6b8"; } -.icon-ic_fluent_eye_tracking_off_20_filled:before { +.icon-ic_fluent_eye_lines_20_filled:before { content: "\e6b9"; } -.icon-ic_fluent_eye_tracking_off_20_regular:before { +.icon-ic_fluent_eye_lines_20_regular:before { content: "\e6ba"; } -.icon-ic_fluent_eyedropper_20_filled:before { +.icon-ic_fluent_eye_off_20_filled:before { content: "\e6bb"; } -.icon-ic_fluent_eyedropper_20_regular:before { +.icon-ic_fluent_eye_off_20_regular:before { content: "\e6bc"; } -.icon-ic_fluent_eyedropper_off_20_filled:before { +.icon-ic_fluent_eye_tracking_20_filled:before { content: "\e6bd"; } -.icon-ic_fluent_eyedropper_off_20_regular:before { +.icon-ic_fluent_eye_tracking_20_regular:before { content: "\e6be"; } -.icon-ic_fluent_f_stop_20_filled:before { +.icon-ic_fluent_eye_tracking_off_20_filled:before { content: "\e6bf"; } -.icon-ic_fluent_f_stop_20_regular:before { +.icon-ic_fluent_eye_tracking_off_20_regular:before { content: "\e6c0"; } -.icon-ic_fluent_fast_acceleration_20_filled:before { +.icon-ic_fluent_eyedropper_20_filled:before { content: "\e6c1"; } -.icon-ic_fluent_fast_acceleration_20_regular:before { +.icon-ic_fluent_eyedropper_20_regular:before { content: "\e6c2"; } -.icon-ic_fluent_fast_forward_20_filled:before { +.icon-ic_fluent_eyedropper_off_20_filled:before { content: "\e6c3"; } -.icon-ic_fluent_fast_forward_20_regular:before { +.icon-ic_fluent_eyedropper_off_20_regular:before { content: "\e6c4"; } -.icon-ic_fluent_fax_20_filled:before { +.icon-ic_fluent_f_stop_20_filled:before { content: "\e6c5"; } -.icon-ic_fluent_fax_20_regular:before { +.icon-ic_fluent_f_stop_20_regular:before { content: "\e6c6"; } -.icon-ic_fluent_feed_20_filled:before { +.icon-ic_fluent_fast_acceleration_20_filled:before { content: "\e6c7"; } -.icon-ic_fluent_feed_20_regular:before { +.icon-ic_fluent_fast_acceleration_20_regular:before { content: "\e6c8"; } -.icon-ic_fluent_filmstrip_20_filled:before { +.icon-ic_fluent_fast_forward_20_filled:before { content: "\e6c9"; } -.icon-ic_fluent_filmstrip_20_regular:before { +.icon-ic_fluent_fast_forward_20_regular:before { content: "\e6ca"; } -.icon-ic_fluent_filter_20_filled:before { +.icon-ic_fluent_fax_20_filled:before { content: "\e6cb"; } -.icon-ic_fluent_filter_20_regular:before { +.icon-ic_fluent_fax_20_regular:before { content: "\e6cc"; } -.icon-ic_fluent_filter_add_20_filled:before { +.icon-ic_fluent_feed_20_filled:before { content: "\e6cd"; } -.icon-ic_fluent_filter_add_20_regular:before { +.icon-ic_fluent_feed_20_regular:before { content: "\e6ce"; } -.icon-ic_fluent_filter_dismiss_20_filled:before { +.icon-ic_fluent_filmstrip_20_filled:before { content: "\e6cf"; } -.icon-ic_fluent_filter_dismiss_20_regular:before { +.icon-ic_fluent_filmstrip_20_regular:before { content: "\e6d0"; } -.icon-ic_fluent_filter_sync_20_filled:before { +.icon-ic_fluent_filter_20_filled:before { content: "\e6d1"; } -.icon-ic_fluent_filter_sync_20_regular:before { +.icon-ic_fluent_filter_20_regular:before { content: "\e6d2"; } -.icon-ic_fluent_fingerprint_20_filled:before { +.icon-ic_fluent_filter_add_20_filled:before { content: "\e6d3"; } -.icon-ic_fluent_fingerprint_20_regular:before { +.icon-ic_fluent_filter_add_20_regular:before { content: "\e6d4"; } -.icon-ic_fluent_fire_20_filled:before { +.icon-ic_fluent_filter_dismiss_20_filled:before { content: "\e6d5"; } -.icon-ic_fluent_fire_20_regular:before { +.icon-ic_fluent_filter_dismiss_20_regular:before { content: "\e6d6"; } -.icon-ic_fluent_fireplace_20_filled:before { +.icon-ic_fluent_filter_sync_20_filled:before { content: "\e6d7"; } -.icon-ic_fluent_fireplace_20_regular:before { +.icon-ic_fluent_filter_sync_20_regular:before { content: "\e6d8"; } -.icon-ic_fluent_fixed_width_20_filled:before { +.icon-ic_fluent_fingerprint_20_filled:before { content: "\e6d9"; } -.icon-ic_fluent_fixed_width_20_regular:before { +.icon-ic_fluent_fingerprint_20_regular:before { content: "\e6da"; } -.icon-ic_fluent_flag_20_filled:before { +.icon-ic_fluent_fire_20_filled:before { content: "\e6db"; } -.icon-ic_fluent_flag_20_regular:before { +.icon-ic_fluent_fire_20_regular:before { content: "\e6dc"; } -.icon-ic_fluent_flag_checkered_20_filled:before { +.icon-ic_fluent_fireplace_20_filled:before { content: "\e6dd"; } -.icon-ic_fluent_flag_checkered_20_regular:before { +.icon-ic_fluent_fireplace_20_regular:before { content: "\e6de"; } -.icon-ic_fluent_flag_off_20_filled:before { +.icon-ic_fluent_fixed_width_20_filled:before { content: "\e6df"; } -.icon-ic_fluent_flag_off_20_regular:before { +.icon-ic_fluent_fixed_width_20_regular:before { content: "\e6e0"; } -.icon-ic_fluent_flag_pride_20_filled:before { +.icon-ic_fluent_flag_20_filled:before { content: "\e6e1"; } -.icon-ic_fluent_flash_20_filled:before { +.icon-ic_fluent_flag_20_regular:before { content: "\e6e2"; } -.icon-ic_fluent_flash_20_regular:before { +.icon-ic_fluent_flag_checkered_20_filled:before { content: "\e6e3"; } -.icon-ic_fluent_flash_add_20_filled:before { +.icon-ic_fluent_flag_checkered_20_regular:before { content: "\e6e4"; } -.icon-ic_fluent_flash_add_20_regular:before { +.icon-ic_fluent_flag_off_20_filled:before { content: "\e6e5"; } -.icon-ic_fluent_flash_auto_20_filled:before { +.icon-ic_fluent_flag_off_20_regular:before { content: "\e6e6"; } -.icon-ic_fluent_flash_auto_20_regular:before { +.icon-ic_fluent_flag_pride_20_filled:before { content: "\e6e7"; } -.icon-ic_fluent_flash_checkmark_20_filled:before { +.icon-ic_fluent_flash_20_filled:before { content: "\e6e8"; } -.icon-ic_fluent_flash_checkmark_20_regular:before { +.icon-ic_fluent_flash_20_regular:before { content: "\e6e9"; } -.icon-ic_fluent_flash_flow_20_filled:before { +.icon-ic_fluent_flash_add_20_filled:before { content: "\e6ea"; } -.icon-ic_fluent_flash_flow_20_regular:before { +.icon-ic_fluent_flash_add_20_regular:before { content: "\e6eb"; } -.icon-ic_fluent_flash_off_20_filled:before { +.icon-ic_fluent_flash_auto_20_filled:before { content: "\e6ec"; } -.icon-ic_fluent_flash_off_20_regular:before { +.icon-ic_fluent_flash_auto_20_regular:before { content: "\e6ed"; } -.icon-ic_fluent_flash_play_20_filled:before { +.icon-ic_fluent_flash_checkmark_20_filled:before { content: "\e6ee"; } -.icon-ic_fluent_flash_play_20_regular:before { +.icon-ic_fluent_flash_checkmark_20_regular:before { content: "\e6ef"; } -.icon-ic_fluent_flash_settings_20_filled:before { +.icon-ic_fluent_flash_flow_20_filled:before { content: "\e6f0"; } -.icon-ic_fluent_flash_settings_20_regular:before { +.icon-ic_fluent_flash_flow_20_regular:before { content: "\e6f1"; } -.icon-ic_fluent_flashlight_20_filled:before { +.icon-ic_fluent_flash_off_20_filled:before { content: "\e6f2"; } -.icon-ic_fluent_flashlight_20_regular:before { +.icon-ic_fluent_flash_off_20_regular:before { content: "\e6f3"; } -.icon-ic_fluent_flashlight_off_20_filled:before { +.icon-ic_fluent_flash_play_20_filled:before { content: "\e6f4"; } -.icon-ic_fluent_flashlight_off_20_regular:before { +.icon-ic_fluent_flash_play_20_regular:before { content: "\e6f5"; } -.icon-ic_fluent_flip_horizontal_20_filled:before { +.icon-ic_fluent_flash_settings_20_filled:before { content: "\e6f6"; } -.icon-ic_fluent_flip_horizontal_20_regular:before { +.icon-ic_fluent_flash_settings_20_regular:before { content: "\e6f7"; } -.icon-ic_fluent_flip_vertical_20_filled:before { +.icon-ic_fluent_flashlight_20_filled:before { content: "\e6f8"; } -.icon-ic_fluent_flip_vertical_20_regular:before { +.icon-ic_fluent_flashlight_20_regular:before { content: "\e6f9"; } -.icon-ic_fluent_flow_20_filled:before { +.icon-ic_fluent_flashlight_off_20_filled:before { content: "\e6fa"; } -.icon-ic_fluent_flow_20_regular:before { +.icon-ic_fluent_flashlight_off_20_regular:before { content: "\e6fb"; } -.icon-ic_fluent_flowchart_20_filled:before { +.icon-ic_fluent_flip_horizontal_20_filled:before { content: "\e6fc"; } -.icon-ic_fluent_flowchart_20_regular:before { +.icon-ic_fluent_flip_horizontal_20_regular:before { content: "\e6fd"; } -.icon-ic_fluent_flowchart_circle_20_filled:before { +.icon-ic_fluent_flip_vertical_20_filled:before { content: "\e6fe"; } -.icon-ic_fluent_flowchart_circle_20_regular:before { +.icon-ic_fluent_flip_vertical_20_regular:before { content: "\e6ff"; } -.icon-ic_fluent_fluent_20_filled:before { +.icon-ic_fluent_flow_20_filled:before { content: "\e700"; } -.icon-ic_fluent_fluent_20_regular:before { +.icon-ic_fluent_flow_20_regular:before { content: "\e701"; } -.icon-ic_fluent_fluid_20_filled:before { +.icon-ic_fluent_flowchart_20_filled:before { content: "\e702"; } -.icon-ic_fluent_fluid_20_regular:before { +.icon-ic_fluent_flowchart_20_regular:before { content: "\e703"; } -.icon-ic_fluent_folder_20_filled:before { +.icon-ic_fluent_flowchart_circle_20_filled:before { content: "\e704"; } -.icon-ic_fluent_folder_20_regular:before { +.icon-ic_fluent_flowchart_circle_20_regular:before { content: "\e705"; } -.icon-ic_fluent_folder_add_20_filled:before { +.icon-ic_fluent_fluent_20_filled:before { content: "\e706"; } -.icon-ic_fluent_folder_add_20_regular:before { +.icon-ic_fluent_fluent_20_regular:before { content: "\e707"; } -.icon-ic_fluent_folder_arrow_left_20_filled:before { +.icon-ic_fluent_fluid_20_filled:before { content: "\e708"; } -.icon-ic_fluent_folder_arrow_left_20_regular:before { +.icon-ic_fluent_fluid_20_regular:before { content: "\e709"; } -.icon-ic_fluent_folder_arrow_right_20_filled:before { +.icon-ic_fluent_folder_20_filled:before { content: "\e70a"; } -.icon-ic_fluent_folder_arrow_right_20_regular:before { +.icon-ic_fluent_folder_20_regular:before { content: "\e70b"; } -.icon-ic_fluent_folder_arrow_up_20_filled:before { +.icon-ic_fluent_folder_add_20_filled:before { content: "\e70c"; } -.icon-ic_fluent_folder_arrow_up_20_regular:before { +.icon-ic_fluent_folder_add_20_regular:before { content: "\e70d"; } -.icon-ic_fluent_folder_briefcase_20_filled:before { +.icon-ic_fluent_folder_arrow_left_20_filled:before { content: "\e70e"; } -.icon-ic_fluent_folder_briefcase_20_regular:before { +.icon-ic_fluent_folder_arrow_left_20_regular:before { content: "\e70f"; } -.icon-ic_fluent_folder_globe_20_filled:before { +.icon-ic_fluent_folder_arrow_right_20_filled:before { content: "\e710"; } -.icon-ic_fluent_folder_globe_20_regular:before { +.icon-ic_fluent_folder_arrow_right_20_regular:before { content: "\e711"; } -.icon-ic_fluent_folder_link_20_filled:before { +.icon-ic_fluent_folder_arrow_up_20_filled:before { content: "\e712"; } -.icon-ic_fluent_folder_link_20_regular:before { +.icon-ic_fluent_folder_arrow_up_20_regular:before { content: "\e713"; } -.icon-ic_fluent_folder_mail_20_filled:before { +.icon-ic_fluent_folder_briefcase_20_filled:before { content: "\e714"; } -.icon-ic_fluent_folder_mail_20_regular:before { +.icon-ic_fluent_folder_briefcase_20_regular:before { content: "\e715"; } -.icon-ic_fluent_folder_open_20_filled:before { +.icon-ic_fluent_folder_globe_20_filled:before { content: "\e716"; } -.icon-ic_fluent_folder_open_20_regular:before { +.icon-ic_fluent_folder_globe_20_regular:before { content: "\e717"; } -.icon-ic_fluent_folder_open_vertical_20_filled:before { +.icon-ic_fluent_folder_link_20_filled:before { content: "\e718"; } -.icon-ic_fluent_folder_open_vertical_20_regular:before { +.icon-ic_fluent_folder_link_20_regular:before { content: "\e719"; } -.icon-ic_fluent_folder_people_20_filled:before { +.icon-ic_fluent_folder_mail_20_filled:before { content: "\e71a"; } -.icon-ic_fluent_folder_people_20_regular:before { +.icon-ic_fluent_folder_mail_20_regular:before { content: "\e71b"; } -.icon-ic_fluent_folder_person_20_filled:before { +.icon-ic_fluent_folder_open_20_filled:before { content: "\e71c"; } -.icon-ic_fluent_folder_person_20_regular:before { +.icon-ic_fluent_folder_open_20_regular:before { content: "\e71d"; } -.icon-ic_fluent_folder_prohibited_20_filled:before { +.icon-ic_fluent_folder_open_vertical_20_filled:before { content: "\e71e"; } -.icon-ic_fluent_folder_prohibited_20_regular:before { +.icon-ic_fluent_folder_open_vertical_20_regular:before { content: "\e71f"; } -.icon-ic_fluent_folder_swap_20_filled:before { +.icon-ic_fluent_folder_people_20_filled:before { content: "\e720"; } -.icon-ic_fluent_folder_swap_20_regular:before { +.icon-ic_fluent_folder_people_20_regular:before { content: "\e721"; } -.icon-ic_fluent_folder_sync_20_filled:before { +.icon-ic_fluent_folder_person_20_filled:before { content: "\e722"; } -.icon-ic_fluent_folder_sync_20_regular:before { +.icon-ic_fluent_folder_person_20_regular:before { content: "\e723"; } -.icon-ic_fluent_folder_zip_20_filled:before { +.icon-ic_fluent_folder_prohibited_20_filled:before { content: "\e724"; } -.icon-ic_fluent_folder_zip_20_regular:before { +.icon-ic_fluent_folder_prohibited_20_regular:before { content: "\e725"; } -.icon-ic_fluent_font_decrease_20_filled:before { +.icon-ic_fluent_folder_swap_20_filled:before { content: "\e726"; } -.icon-ic_fluent_font_decrease_20_regular:before { +.icon-ic_fluent_folder_swap_20_regular:before { content: "\e727"; } -.icon-ic_fluent_font_increase_20_filled:before { +.icon-ic_fluent_folder_sync_20_filled:before { content: "\e728"; } -.icon-ic_fluent_font_increase_20_regular:before { +.icon-ic_fluent_folder_sync_20_regular:before { content: "\e729"; } -.icon-ic_fluent_font_space_tracking_in_20_filled:before { +.icon-ic_fluent_folder_zip_20_filled:before { content: "\e72a"; } -.icon-ic_fluent_font_space_tracking_in_20_regular:before { +.icon-ic_fluent_folder_zip_20_regular:before { content: "\e72b"; } -.icon-ic_fluent_font_space_tracking_out_20_filled:before { +.icon-ic_fluent_font_decrease_20_filled:before { content: "\e72c"; } -.icon-ic_fluent_font_space_tracking_out_20_regular:before { +.icon-ic_fluent_font_decrease_20_regular:before { content: "\e72d"; } -.icon-ic_fluent_food_20_filled:before { +.icon-ic_fluent_font_increase_20_filled:before { content: "\e72e"; } -.icon-ic_fluent_food_20_regular:before { +.icon-ic_fluent_font_increase_20_regular:before { content: "\e72f"; } -.icon-ic_fluent_food_apple_20_filled:before { +.icon-ic_fluent_font_space_tracking_in_20_filled:before { content: "\e730"; } -.icon-ic_fluent_food_apple_20_regular:before { +.icon-ic_fluent_font_space_tracking_in_20_regular:before { content: "\e731"; } -.icon-ic_fluent_food_cake_20_filled:before { +.icon-ic_fluent_font_space_tracking_out_20_filled:before { content: "\e732"; } -.icon-ic_fluent_food_cake_20_regular:before { +.icon-ic_fluent_font_space_tracking_out_20_regular:before { content: "\e733"; } -.icon-ic_fluent_food_carrot_20_filled:before { +.icon-ic_fluent_food_20_filled:before { content: "\e734"; } -.icon-ic_fluent_food_carrot_20_regular:before { +.icon-ic_fluent_food_20_regular:before { content: "\e735"; } -.icon-ic_fluent_food_chicken_leg_20_filled:before { +.icon-ic_fluent_food_apple_20_filled:before { content: "\e736"; } -.icon-ic_fluent_food_chicken_leg_20_regular:before { +.icon-ic_fluent_food_apple_20_regular:before { content: "\e737"; } -.icon-ic_fluent_food_egg_20_filled:before { +.icon-ic_fluent_food_cake_20_filled:before { content: "\e738"; } -.icon-ic_fluent_food_egg_20_regular:before { +.icon-ic_fluent_food_cake_20_regular:before { content: "\e739"; } -.icon-ic_fluent_food_fish_20_filled:before { +.icon-ic_fluent_food_carrot_20_filled:before { content: "\e73a"; } -.icon-ic_fluent_food_fish_20_regular:before { +.icon-ic_fluent_food_carrot_20_regular:before { content: "\e73b"; } -.icon-ic_fluent_food_grains_20_filled:before { +.icon-ic_fluent_food_chicken_leg_20_filled:before { content: "\e73c"; } -.icon-ic_fluent_food_grains_20_regular:before { +.icon-ic_fluent_food_chicken_leg_20_regular:before { content: "\e73d"; } -.icon-ic_fluent_food_pizza_20_filled:before { +.icon-ic_fluent_food_egg_20_filled:before { content: "\e73e"; } -.icon-ic_fluent_food_pizza_20_regular:before { +.icon-ic_fluent_food_egg_20_regular:before { content: "\e73f"; } -.icon-ic_fluent_food_toast_20_filled:before { +.icon-ic_fluent_food_fish_20_filled:before { content: "\e740"; } -.icon-ic_fluent_food_toast_20_regular:before { +.icon-ic_fluent_food_fish_20_regular:before { content: "\e741"; } -.icon-ic_fluent_form_20_filled:before { +.icon-ic_fluent_food_grains_20_filled:before { content: "\e742"; } -.icon-ic_fluent_form_20_regular:before { +.icon-ic_fluent_food_grains_20_regular:before { content: "\e743"; } -.icon-ic_fluent_form_multiple_20_filled:before { +.icon-ic_fluent_food_pizza_20_filled:before { content: "\e744"; } -.icon-ic_fluent_form_multiple_20_regular:before { +.icon-ic_fluent_food_pizza_20_regular:before { content: "\e745"; } -.icon-ic_fluent_form_new_20_filled:before { +.icon-ic_fluent_food_toast_20_filled:before { content: "\e746"; } -.icon-ic_fluent_form_new_20_regular:before { +.icon-ic_fluent_food_toast_20_regular:before { content: "\e747"; } -.icon-ic_fluent_fps_120_20_filled:before { +.icon-ic_fluent_form_20_filled:before { content: "\e748"; } -.icon-ic_fluent_fps_120_20_regular:before { +.icon-ic_fluent_form_20_regular:before { content: "\e749"; } -.icon-ic_fluent_fps_240_20_filled:before { +.icon-ic_fluent_form_multiple_20_filled:before { content: "\e74a"; } -.icon-ic_fluent_fps_240_20_regular:before { +.icon-ic_fluent_form_multiple_20_regular:before { content: "\e74b"; } -.icon-ic_fluent_fps_30_20_filled:before { +.icon-ic_fluent_form_new_20_filled:before { content: "\e74c"; } -.icon-ic_fluent_fps_30_20_regular:before { +.icon-ic_fluent_form_new_20_regular:before { content: "\e74d"; } -.icon-ic_fluent_fps_60_20_filled:before { +.icon-ic_fluent_fps_120_20_filled:before { content: "\e74e"; } -.icon-ic_fluent_fps_60_20_regular:before { +.icon-ic_fluent_fps_120_20_regular:before { content: "\e74f"; } -.icon-ic_fluent_fps_960_20_filled:before { +.icon-ic_fluent_fps_240_20_filled:before { content: "\e750"; } -.icon-ic_fluent_fps_960_20_regular:before { +.icon-ic_fluent_fps_240_20_regular:before { content: "\e751"; } -.icon-ic_fluent_full_screen_maximize_20_filled:before { +.icon-ic_fluent_fps_30_20_filled:before { content: "\e752"; } -.icon-ic_fluent_full_screen_maximize_20_regular:before { +.icon-ic_fluent_fps_30_20_regular:before { content: "\e753"; } -.icon-ic_fluent_full_screen_minimize_20_filled:before { +.icon-ic_fluent_fps_60_20_filled:before { content: "\e754"; } -.icon-ic_fluent_full_screen_minimize_20_regular:before { +.icon-ic_fluent_fps_60_20_regular:before { content: "\e755"; } -.icon-ic_fluent_games_20_filled:before { +.icon-ic_fluent_fps_960_20_filled:before { content: "\e756"; } -.icon-ic_fluent_games_20_regular:before { +.icon-ic_fluent_fps_960_20_regular:before { content: "\e757"; } -.icon-ic_fluent_gantt_chart_20_filled:before { +.icon-ic_fluent_full_screen_maximize_20_filled:before { content: "\e758"; } -.icon-ic_fluent_gantt_chart_20_regular:before { +.icon-ic_fluent_full_screen_maximize_20_regular:before { content: "\e759"; } -.icon-ic_fluent_gas_20_filled:before { +.icon-ic_fluent_full_screen_minimize_20_filled:before { content: "\e75a"; } -.icon-ic_fluent_gas_20_regular:before { +.icon-ic_fluent_full_screen_minimize_20_regular:before { content: "\e75b"; } -.icon-ic_fluent_gas_pump_20_filled:before { +.icon-ic_fluent_games_20_filled:before { content: "\e75c"; } -.icon-ic_fluent_gas_pump_20_regular:before { +.icon-ic_fluent_games_20_regular:before { content: "\e75d"; } -.icon-ic_fluent_gather_20_filled:before { +.icon-ic_fluent_gantt_chart_20_filled:before { content: "\e75e"; } -.icon-ic_fluent_gather_20_regular:before { +.icon-ic_fluent_gantt_chart_20_regular:before { content: "\e75f"; } -.icon-ic_fluent_gauge_20_filled:before { +.icon-ic_fluent_gas_20_filled:before { content: "\e760"; } -.icon-ic_fluent_gauge_20_regular:before { +.icon-ic_fluent_gas_20_regular:before { content: "\e761"; } -.icon-ic_fluent_gauge_add_20_filled:before { +.icon-ic_fluent_gas_pump_20_filled:before { content: "\e762"; } -.icon-ic_fluent_gauge_add_20_regular:before { +.icon-ic_fluent_gas_pump_20_regular:before { content: "\e763"; } -.icon-ic_fluent_gavel_20_filled:before { +.icon-ic_fluent_gather_20_filled:before { content: "\e764"; } -.icon-ic_fluent_gavel_20_regular:before { +.icon-ic_fluent_gather_20_regular:before { content: "\e765"; } -.icon-ic_fluent_gesture_20_filled:before { +.icon-ic_fluent_gauge_20_filled:before { content: "\e766"; } -.icon-ic_fluent_gesture_20_regular:before { +.icon-ic_fluent_gauge_20_regular:before { content: "\e767"; } -.icon-ic_fluent_gif_20_filled:before { +.icon-ic_fluent_gauge_add_20_filled:before { content: "\e768"; } -.icon-ic_fluent_gif_20_regular:before { +.icon-ic_fluent_gauge_add_20_regular:before { content: "\e769"; } -.icon-ic_fluent_gift_20_filled:before { +.icon-ic_fluent_gavel_20_filled:before { content: "\e76a"; } -.icon-ic_fluent_gift_20_regular:before { +.icon-ic_fluent_gavel_20_regular:before { content: "\e76b"; } -.icon-ic_fluent_gift_card_20_filled:before { +.icon-ic_fluent_gesture_20_filled:before { content: "\e76c"; } -.icon-ic_fluent_gift_card_20_regular:before { +.icon-ic_fluent_gesture_20_regular:before { content: "\e76d"; } -.icon-ic_fluent_gift_card_add_20_filled:before { +.icon-ic_fluent_gif_20_filled:before { content: "\e76e"; } -.icon-ic_fluent_gift_card_add_20_regular:before { +.icon-ic_fluent_gif_20_regular:before { content: "\e76f"; } -.icon-ic_fluent_gift_card_arrow_right_20_filled:before { +.icon-ic_fluent_gift_20_filled:before { content: "\e770"; } -.icon-ic_fluent_gift_card_arrow_right_20_regular:before { +.icon-ic_fluent_gift_20_regular:before { content: "\e771"; } -.icon-ic_fluent_gift_card_money_20_filled:before { +.icon-ic_fluent_gift_card_20_filled:before { content: "\e772"; } -.icon-ic_fluent_gift_card_money_20_regular:before { +.icon-ic_fluent_gift_card_20_regular:before { content: "\e773"; } -.icon-ic_fluent_gift_card_multiple_20_filled:before { +.icon-ic_fluent_gift_card_add_20_filled:before { content: "\e774"; } -.icon-ic_fluent_gift_card_multiple_20_regular:before { +.icon-ic_fluent_gift_card_add_20_regular:before { content: "\e775"; } -.icon-ic_fluent_glance_20_filled:before { +.icon-ic_fluent_gift_card_arrow_right_20_filled:before { content: "\e776"; } -.icon-ic_fluent_glance_20_regular:before { +.icon-ic_fluent_gift_card_arrow_right_20_regular:before { content: "\e777"; } -.icon-ic_fluent_glance_horizontal_20_filled:before { +.icon-ic_fluent_gift_card_money_20_filled:before { content: "\e778"; } -.icon-ic_fluent_glance_horizontal_20_regular:before { +.icon-ic_fluent_gift_card_money_20_regular:before { content: "\e779"; } -.icon-ic_fluent_glasses_20_filled:before { +.icon-ic_fluent_gift_card_multiple_20_filled:before { content: "\e77a"; } -.icon-ic_fluent_glasses_20_regular:before { +.icon-ic_fluent_gift_card_multiple_20_regular:before { content: "\e77b"; } -.icon-ic_fluent_glasses_off_20_filled:before { +.icon-ic_fluent_glance_20_filled:before { content: "\e77c"; } -.icon-ic_fluent_glasses_off_20_regular:before { +.icon-ic_fluent_glance_20_regular:before { content: "\e77d"; } -.icon-ic_fluent_globe_20_filled:before { +.icon-ic_fluent_glance_horizontal_20_filled:before { content: "\e77e"; } -.icon-ic_fluent_globe_20_regular:before { +.icon-ic_fluent_glance_horizontal_20_regular:before { content: "\e77f"; } -.icon-ic_fluent_globe_add_20_filled:before { +.icon-ic_fluent_glasses_20_filled:before { content: "\e780"; } -.icon-ic_fluent_globe_add_20_regular:before { +.icon-ic_fluent_glasses_20_regular:before { content: "\e781"; } -.icon-ic_fluent_globe_clock_20_filled:before { +.icon-ic_fluent_glasses_off_20_filled:before { content: "\e782"; } -.icon-ic_fluent_globe_clock_20_regular:before { +.icon-ic_fluent_glasses_off_20_regular:before { content: "\e783"; } -.icon-ic_fluent_globe_desktop_20_filled:before { +.icon-ic_fluent_globe_20_filled:before { content: "\e784"; } -.icon-ic_fluent_globe_desktop_20_regular:before { +.icon-ic_fluent_globe_20_regular:before { content: "\e785"; } -.icon-ic_fluent_globe_location_20_filled:before { +.icon-ic_fluent_globe_add_20_filled:before { content: "\e786"; } -.icon-ic_fluent_globe_location_20_regular:before { +.icon-ic_fluent_globe_add_20_regular:before { content: "\e787"; } -.icon-ic_fluent_globe_person_20_filled:before { +.icon-ic_fluent_globe_clock_20_filled:before { content: "\e788"; } -.icon-ic_fluent_globe_person_20_regular:before { +.icon-ic_fluent_globe_clock_20_regular:before { content: "\e789"; } -.icon-ic_fluent_globe_prohibited_20_filled:before { +.icon-ic_fluent_globe_desktop_20_filled:before { content: "\e78a"; } -.icon-ic_fluent_globe_prohibited_20_regular:before { +.icon-ic_fluent_globe_desktop_20_regular:before { content: "\e78b"; } -.icon-ic_fluent_globe_search_20_filled:before { +.icon-ic_fluent_globe_location_20_filled:before { content: "\e78c"; } -.icon-ic_fluent_globe_search_20_regular:before { +.icon-ic_fluent_globe_location_20_regular:before { content: "\e78d"; } -.icon-ic_fluent_globe_shield_20_filled:before { +.icon-ic_fluent_globe_person_20_filled:before { content: "\e78e"; } -.icon-ic_fluent_globe_shield_20_regular:before { +.icon-ic_fluent_globe_person_20_regular:before { content: "\e78f"; } -.icon-ic_fluent_globe_star_20_filled:before { +.icon-ic_fluent_globe_prohibited_20_filled:before { content: "\e790"; } -.icon-ic_fluent_globe_star_20_regular:before { +.icon-ic_fluent_globe_prohibited_20_regular:before { content: "\e791"; } -.icon-ic_fluent_globe_surface_20_filled:before { +.icon-ic_fluent_globe_search_20_filled:before { content: "\e792"; } -.icon-ic_fluent_globe_surface_20_regular:before { +.icon-ic_fluent_globe_search_20_regular:before { content: "\e793"; } -.icon-ic_fluent_globe_video_20_filled:before { +.icon-ic_fluent_globe_shield_20_filled:before { content: "\e794"; } -.icon-ic_fluent_globe_video_20_regular:before { +.icon-ic_fluent_globe_shield_20_regular:before { content: "\e795"; } -.icon-ic_fluent_grid_20_filled:before { +.icon-ic_fluent_globe_star_20_filled:before { content: "\e796"; } -.icon-ic_fluent_grid_20_regular:before { +.icon-ic_fluent_globe_star_20_regular:before { content: "\e797"; } -.icon-ic_fluent_grid_dots_20_filled:before { +.icon-ic_fluent_globe_surface_20_filled:before { content: "\e798"; } -.icon-ic_fluent_grid_dots_20_regular:before { +.icon-ic_fluent_globe_surface_20_regular:before { content: "\e799"; } -.icon-ic_fluent_grid_kanban_20_filled:before { +.icon-ic_fluent_globe_video_20_filled:before { content: "\e79a"; } -.icon-ic_fluent_grid_kanban_20_regular:before { +.icon-ic_fluent_globe_video_20_regular:before { content: "\e79b"; } -.icon-ic_fluent_group_20_filled:before { +.icon-ic_fluent_grid_20_filled:before { content: "\e79c"; } -.icon-ic_fluent_group_20_regular:before { +.icon-ic_fluent_grid_20_regular:before { content: "\e79d"; } -.icon-ic_fluent_group_dismiss_20_filled:before { +.icon-ic_fluent_grid_dots_20_filled:before { content: "\e79e"; } -.icon-ic_fluent_group_dismiss_20_regular:before { +.icon-ic_fluent_grid_dots_20_regular:before { content: "\e79f"; } -.icon-ic_fluent_group_list_20_filled:before { +.icon-ic_fluent_grid_kanban_20_filled:before { content: "\e7a0"; } -.icon-ic_fluent_group_list_20_regular:before { +.icon-ic_fluent_grid_kanban_20_regular:before { content: "\e7a1"; } -.icon-ic_fluent_group_return_20_filled:before { +.icon-ic_fluent_group_20_filled:before { content: "\e7a2"; } -.icon-ic_fluent_group_return_20_regular:before { +.icon-ic_fluent_group_20_regular:before { content: "\e7a3"; } -.icon-ic_fluent_guardian_20_filled:before { +.icon-ic_fluent_group_dismiss_20_filled:before { content: "\e7a4"; } -.icon-ic_fluent_guardian_20_regular:before { +.icon-ic_fluent_group_dismiss_20_regular:before { content: "\e7a5"; } -.icon-ic_fluent_guest_20_filled:before { +.icon-ic_fluent_group_list_20_filled:before { content: "\e7a6"; } -.icon-ic_fluent_guest_20_regular:before { +.icon-ic_fluent_group_list_20_regular:before { content: "\e7a7"; } -.icon-ic_fluent_guest_add_20_filled:before { +.icon-ic_fluent_group_return_20_filled:before { content: "\e7a8"; } -.icon-ic_fluent_guest_add_20_regular:before { +.icon-ic_fluent_group_return_20_regular:before { content: "\e7a9"; } -.icon-ic_fluent_guitar_20_filled:before { +.icon-ic_fluent_guardian_20_filled:before { content: "\e7aa"; } -.icon-ic_fluent_guitar_20_regular:before { +.icon-ic_fluent_guardian_20_regular:before { content: "\e7ab"; } -.icon-ic_fluent_hand_draw_20_filled:before { +.icon-ic_fluent_guest_20_filled:before { content: "\e7ac"; } -.icon-ic_fluent_hand_draw_20_regular:before { +.icon-ic_fluent_guest_20_regular:before { content: "\e7ad"; } -.icon-ic_fluent_hand_left_20_filled:before { +.icon-ic_fluent_guest_add_20_filled:before { content: "\e7ae"; } -.icon-ic_fluent_hand_left_20_regular:before { +.icon-ic_fluent_guest_add_20_regular:before { content: "\e7af"; } -.icon-ic_fluent_hand_left_chat_20_filled:before { +.icon-ic_fluent_guitar_20_filled:before { content: "\e7b0"; } -.icon-ic_fluent_hand_left_chat_20_regular:before { +.icon-ic_fluent_guitar_20_regular:before { content: "\e7b1"; } -.icon-ic_fluent_hand_open_heart_20_filled:before { +.icon-ic_fluent_hand_draw_20_filled:before { content: "\e7b2"; } -.icon-ic_fluent_hand_open_heart_20_regular:before { +.icon-ic_fluent_hand_draw_20_regular:before { content: "\e7b3"; } -.icon-ic_fluent_hand_right_20_filled:before { +.icon-ic_fluent_hand_left_20_filled:before { content: "\e7b4"; } -.icon-ic_fluent_hand_right_20_regular:before { +.icon-ic_fluent_hand_left_20_regular:before { content: "\e7b5"; } -.icon-ic_fluent_hand_right_off_20_filled:before { +.icon-ic_fluent_hand_left_chat_20_filled:before { content: "\e7b6"; } -.icon-ic_fluent_hand_right_off_20_regular:before { +.icon-ic_fluent_hand_left_chat_20_regular:before { content: "\e7b7"; } -.icon-ic_fluent_hand_wave_20_filled:before { +.icon-ic_fluent_hand_open_heart_20_filled:before { content: "\e7b8"; } -.icon-ic_fluent_hand_wave_20_regular:before { +.icon-ic_fluent_hand_open_heart_20_regular:before { content: "\e7b9"; } -.icon-ic_fluent_handshake_20_filled:before { +.icon-ic_fluent_hand_right_20_filled:before { content: "\e7ba"; } -.icon-ic_fluent_handshake_20_regular:before { +.icon-ic_fluent_hand_right_20_regular:before { content: "\e7bb"; } -.icon-ic_fluent_hard_drive_20_filled:before { +.icon-ic_fluent_hand_right_off_20_filled:before { content: "\e7bc"; } -.icon-ic_fluent_hard_drive_20_regular:before { +.icon-ic_fluent_hand_right_off_20_regular:before { content: "\e7bd"; } -.icon-ic_fluent_hat_graduation_20_filled:before { +.icon-ic_fluent_hand_wave_20_filled:before { content: "\e7be"; } -.icon-ic_fluent_hat_graduation_20_regular:before { +.icon-ic_fluent_hand_wave_20_regular:before { content: "\e7bf"; } -.icon-ic_fluent_hd_20_filled:before { +.icon-ic_fluent_handshake_20_filled:before { content: "\e7c0"; } -.icon-ic_fluent_hd_20_regular:before { +.icon-ic_fluent_handshake_20_regular:before { content: "\e7c1"; } -.icon-ic_fluent_hdr_20_filled:before { +.icon-ic_fluent_hard_drive_20_filled:before { content: "\e7c2"; } -.icon-ic_fluent_hdr_20_regular:before { +.icon-ic_fluent_hard_drive_20_regular:before { content: "\e7c3"; } -.icon-ic_fluent_hdr_off_20_filled:before { +.icon-ic_fluent_hat_graduation_20_filled:before { content: "\e7c4"; } -.icon-ic_fluent_hdr_off_20_regular:before { +.icon-ic_fluent_hat_graduation_20_regular:before { content: "\e7c5"; } -.icon-ic_fluent_headphones_20_filled:before { +.icon-ic_fluent_hd_20_filled:before { content: "\e7c6"; } -.icon-ic_fluent_headphones_20_regular:before { +.icon-ic_fluent_hd_20_regular:before { content: "\e7c7"; } -.icon-ic_fluent_headphones_sound_wave_20_filled:before { +.icon-ic_fluent_hdr_20_filled:before { content: "\e7c8"; } -.icon-ic_fluent_headphones_sound_wave_20_regular:before { +.icon-ic_fluent_hdr_20_regular:before { content: "\e7c9"; } -.icon-ic_fluent_headset_20_filled:before { +.icon-ic_fluent_hdr_off_20_filled:before { content: "\e7ca"; } -.icon-ic_fluent_headset_20_regular:before { +.icon-ic_fluent_hdr_off_20_regular:before { content: "\e7cb"; } -.icon-ic_fluent_headset_add_20_filled:before { +.icon-ic_fluent_headphones_20_filled:before { content: "\e7cc"; } -.icon-ic_fluent_headset_add_20_regular:before { +.icon-ic_fluent_headphones_20_regular:before { content: "\e7cd"; } -.icon-ic_fluent_headset_vr_20_filled:before { +.icon-ic_fluent_headphones_sound_wave_20_filled:before { content: "\e7ce"; } -.icon-ic_fluent_headset_vr_20_regular:before { +.icon-ic_fluent_headphones_sound_wave_20_regular:before { content: "\e7cf"; } -.icon-ic_fluent_heart_20_filled:before { +.icon-ic_fluent_headset_20_filled:before { content: "\e7d0"; } -.icon-ic_fluent_heart_20_regular:before { +.icon-ic_fluent_headset_20_regular:before { content: "\e7d1"; } -.icon-ic_fluent_heart_broken_20_filled:before { +.icon-ic_fluent_headset_add_20_filled:before { content: "\e7d2"; } -.icon-ic_fluent_heart_broken_20_regular:before { +.icon-ic_fluent_headset_add_20_regular:before { content: "\e7d3"; } -.icon-ic_fluent_heart_circle_20_filled:before { +.icon-ic_fluent_headset_vr_20_filled:before { content: "\e7d4"; } -.icon-ic_fluent_heart_circle_20_regular:before { +.icon-ic_fluent_headset_vr_20_regular:before { content: "\e7d5"; } -.icon-ic_fluent_heart_circle_hint_20_filled:before { +.icon-ic_fluent_heart_20_filled:before { content: "\e7d6"; } -.icon-ic_fluent_heart_circle_hint_20_regular:before { +.icon-ic_fluent_heart_20_regular:before { content: "\e7d7"; } -.icon-ic_fluent_heart_pulse_20_filled:before { +.icon-ic_fluent_heart_broken_20_filled:before { content: "\e7d8"; } -.icon-ic_fluent_heart_pulse_20_regular:before { +.icon-ic_fluent_heart_broken_20_regular:before { content: "\e7d9"; } -.icon-ic_fluent_highlight_20_filled:before { +.icon-ic_fluent_heart_circle_20_filled:before { content: "\e7da"; } -.icon-ic_fluent_highlight_20_regular:before { +.icon-ic_fluent_heart_circle_20_regular:before { content: "\e7db"; } -.icon-ic_fluent_highlight_accent_20_filled:before { +.icon-ic_fluent_heart_circle_hint_20_filled:before { content: "\e7dc"; } -.icon-ic_fluent_highlight_link_20_filled:before { +.icon-ic_fluent_heart_circle_hint_20_regular:before { content: "\e7dd"; } -.icon-ic_fluent_highlight_link_20_regular:before { +.icon-ic_fluent_heart_pulse_20_filled:before { content: "\e7de"; } -.icon-ic_fluent_history_20_filled:before { +.icon-ic_fluent_heart_pulse_20_regular:before { content: "\e7df"; } -.icon-ic_fluent_history_20_regular:before { +.icon-ic_fluent_highlight_20_filled:before { content: "\e7e0"; } -.icon-ic_fluent_history_dismiss_20_filled:before { +.icon-ic_fluent_highlight_20_regular:before { content: "\e7e1"; } -.icon-ic_fluent_history_dismiss_20_regular:before { +.icon-ic_fluent_highlight_accent_20_filled:before { content: "\e7e2"; } -.icon-ic_fluent_home_20_filled:before { +.icon-ic_fluent_highlight_link_20_filled:before { content: "\e7e3"; } -.icon-ic_fluent_home_20_regular:before { +.icon-ic_fluent_highlight_link_20_regular:before { content: "\e7e4"; } -.icon-ic_fluent_home_add_20_filled:before { +.icon-ic_fluent_history_20_filled:before { content: "\e7e5"; } -.icon-ic_fluent_home_add_20_regular:before { +.icon-ic_fluent_history_20_regular:before { content: "\e7e6"; } -.icon-ic_fluent_home_checkmark_20_filled:before { +.icon-ic_fluent_history_dismiss_20_filled:before { content: "\e7e7"; } -.icon-ic_fluent_home_checkmark_20_regular:before { +.icon-ic_fluent_history_dismiss_20_regular:before { content: "\e7e8"; } -.icon-ic_fluent_home_database_20_filled:before { +.icon-ic_fluent_home_20_filled:before { content: "\e7e9"; } -.icon-ic_fluent_home_database_20_regular:before { +.icon-ic_fluent_home_20_regular:before { content: "\e7ea"; } -.icon-ic_fluent_home_more_20_filled:before { +.icon-ic_fluent_home_add_20_filled:before { content: "\e7eb"; } -.icon-ic_fluent_home_more_20_regular:before { +.icon-ic_fluent_home_add_20_regular:before { content: "\e7ec"; } -.icon-ic_fluent_home_person_20_filled:before { +.icon-ic_fluent_home_checkmark_20_filled:before { content: "\e7ed"; } -.icon-ic_fluent_home_person_20_regular:before { +.icon-ic_fluent_home_checkmark_20_regular:before { content: "\e7ee"; } -.icon-ic_fluent_home_split_20_filled:before { +.icon-ic_fluent_home_database_20_filled:before { content: "\e7ef"; } -.icon-ic_fluent_home_split_20_regular:before { +.icon-ic_fluent_home_database_20_regular:before { content: "\e7f0"; } -.icon-ic_fluent_hourglass_20_filled:before { +.icon-ic_fluent_home_more_20_filled:before { content: "\e7f1"; } -.icon-ic_fluent_hourglass_20_regular:before { +.icon-ic_fluent_home_more_20_regular:before { content: "\e7f2"; } -.icon-ic_fluent_hourglass_half_20_filled:before { +.icon-ic_fluent_home_person_20_filled:before { content: "\e7f3"; } -.icon-ic_fluent_hourglass_half_20_regular:before { +.icon-ic_fluent_home_person_20_regular:before { content: "\e7f4"; } -.icon-ic_fluent_hourglass_one_quarter_20_filled:before { +.icon-ic_fluent_home_split_20_filled:before { content: "\e7f5"; } -.icon-ic_fluent_hourglass_one_quarter_20_regular:before { +.icon-ic_fluent_home_split_20_regular:before { content: "\e7f6"; } -.icon-ic_fluent_hourglass_three_quarter_20_filled:before { +.icon-ic_fluent_hourglass_20_filled:before { content: "\e7f7"; } -.icon-ic_fluent_hourglass_three_quarter_20_regular:before { +.icon-ic_fluent_hourglass_20_regular:before { content: "\e7f8"; } -.icon-ic_fluent_icons_20_filled:before { +.icon-ic_fluent_hourglass_half_20_filled:before { content: "\e7f9"; } -.icon-ic_fluent_icons_20_regular:before { +.icon-ic_fluent_hourglass_half_20_regular:before { content: "\e7fa"; } -.icon-ic_fluent_image_20_filled:before { +.icon-ic_fluent_hourglass_one_quarter_20_filled:before { content: "\e7fb"; } -.icon-ic_fluent_image_20_regular:before { +.icon-ic_fluent_hourglass_one_quarter_20_regular:before { content: "\e7fc"; } -.icon-ic_fluent_image_add_20_filled:before { +.icon-ic_fluent_hourglass_three_quarter_20_filled:before { content: "\e7fd"; } -.icon-ic_fluent_image_add_20_regular:before { +.icon-ic_fluent_hourglass_three_quarter_20_regular:before { content: "\e7fe"; } -.icon-ic_fluent_image_alt_text_20_filled:before { +.icon-ic_fluent_icons_20_filled:before { content: "\e7ff"; } -.icon-ic_fluent_image_alt_text_20_regular:before { +.icon-ic_fluent_icons_20_regular:before { content: "\e800"; } -.icon-ic_fluent_image_arrow_back_20_filled:before { +.icon-ic_fluent_image_20_filled:before { content: "\e801"; } -.icon-ic_fluent_image_arrow_back_20_regular:before { +.icon-ic_fluent_image_20_regular:before { content: "\e802"; } -.icon-ic_fluent_image_arrow_counterclockwise_20_filled:before { +.icon-ic_fluent_image_add_20_filled:before { content: "\e803"; } -.icon-ic_fluent_image_arrow_counterclockwise_20_regular:before { +.icon-ic_fluent_image_add_20_regular:before { content: "\e804"; } -.icon-ic_fluent_image_arrow_forward_20_filled:before { +.icon-ic_fluent_image_alt_text_20_filled:before { content: "\e805"; } -.icon-ic_fluent_image_arrow_forward_20_regular:before { +.icon-ic_fluent_image_alt_text_20_regular:before { content: "\e806"; } -.icon-ic_fluent_image_copy_20_filled:before { +.icon-ic_fluent_image_arrow_back_20_filled:before { content: "\e807"; } -.icon-ic_fluent_image_copy_20_regular:before { +.icon-ic_fluent_image_arrow_back_20_regular:before { content: "\e808"; } -.icon-ic_fluent_image_edit_20_filled:before { +.icon-ic_fluent_image_arrow_counterclockwise_20_filled:before { content: "\e809"; } -.icon-ic_fluent_image_edit_20_regular:before { +.icon-ic_fluent_image_arrow_counterclockwise_20_regular:before { content: "\e80a"; } -.icon-ic_fluent_image_globe_20_filled:before { +.icon-ic_fluent_image_arrow_forward_20_filled:before { content: "\e80b"; } -.icon-ic_fluent_image_globe_20_regular:before { +.icon-ic_fluent_image_arrow_forward_20_regular:before { content: "\e80c"; } -.icon-ic_fluent_image_multiple_20_filled:before { +.icon-ic_fluent_image_copy_20_filled:before { content: "\e80d"; } -.icon-ic_fluent_image_multiple_20_regular:before { +.icon-ic_fluent_image_copy_20_regular:before { content: "\e80e"; } -.icon-ic_fluent_image_multiple_off_20_filled:before { +.icon-ic_fluent_image_edit_20_filled:before { content: "\e80f"; } -.icon-ic_fluent_image_multiple_off_20_regular:before { +.icon-ic_fluent_image_edit_20_regular:before { content: "\e810"; } -.icon-ic_fluent_image_off_20_filled:before { +.icon-ic_fluent_image_globe_20_filled:before { content: "\e811"; } -.icon-ic_fluent_image_off_20_regular:before { +.icon-ic_fluent_image_globe_20_regular:before { content: "\e812"; } -.icon-ic_fluent_image_prohibited_20_filled:before { +.icon-ic_fluent_image_multiple_20_filled:before { content: "\e813"; } -.icon-ic_fluent_image_prohibited_20_regular:before { +.icon-ic_fluent_image_multiple_20_regular:before { content: "\e814"; } -.icon-ic_fluent_image_reflection_20_filled:before { +.icon-ic_fluent_image_multiple_off_20_filled:before { content: "\e815"; } -.icon-ic_fluent_image_reflection_20_regular:before { +.icon-ic_fluent_image_multiple_off_20_regular:before { content: "\e816"; } -.icon-ic_fluent_image_search_20_filled:before { +.icon-ic_fluent_image_off_20_filled:before { content: "\e817"; } -.icon-ic_fluent_image_search_20_regular:before { +.icon-ic_fluent_image_off_20_regular:before { content: "\e818"; } -.icon-ic_fluent_image_shadow_20_filled:before { +.icon-ic_fluent_image_prohibited_20_filled:before { content: "\e819"; } -.icon-ic_fluent_image_shadow_20_regular:before { +.icon-ic_fluent_image_prohibited_20_regular:before { content: "\e81a"; } -.icon-ic_fluent_immersive_reader_20_filled:before { +.icon-ic_fluent_image_reflection_20_filled:before { content: "\e81b"; } -.icon-ic_fluent_immersive_reader_20_regular:before { +.icon-ic_fluent_image_reflection_20_regular:before { content: "\e81c"; } -.icon-ic_fluent_important_20_filled:before { +.icon-ic_fluent_image_search_20_filled:before { content: "\e81d"; } -.icon-ic_fluent_important_20_regular:before { +.icon-ic_fluent_image_search_20_regular:before { content: "\e81e"; } -.icon-ic_fluent_incognito_20_filled:before { +.icon-ic_fluent_image_shadow_20_filled:before { content: "\e81f"; } -.icon-ic_fluent_incognito_20_regular:before { +.icon-ic_fluent_image_shadow_20_regular:before { content: "\e820"; } -.icon-ic_fluent_info_20_filled:before { +.icon-ic_fluent_immersive_reader_20_filled:before { content: "\e821"; } -.icon-ic_fluent_info_20_regular:before { +.icon-ic_fluent_immersive_reader_20_regular:before { content: "\e822"; } -.icon-ic_fluent_info_shield_20_filled:before { +.icon-ic_fluent_important_20_filled:before { content: "\e823"; } -.icon-ic_fluent_info_shield_20_regular:before { +.icon-ic_fluent_important_20_regular:before { content: "\e824"; } -.icon-ic_fluent_ink_stroke_20_filled:before { +.icon-ic_fluent_incognito_20_filled:before { content: "\e825"; } -.icon-ic_fluent_ink_stroke_20_regular:before { +.icon-ic_fluent_incognito_20_regular:before { content: "\e826"; } -.icon-ic_fluent_ink_stroke_arrow_down_20_filled:before { +.icon-ic_fluent_info_20_filled:before { content: "\e827"; } -.icon-ic_fluent_ink_stroke_arrow_down_20_regular:before { +.icon-ic_fluent_info_20_regular:before { content: "\e828"; } -.icon-ic_fluent_ink_stroke_arrow_up_down_20_filled:before { +.icon-ic_fluent_info_shield_20_filled:before { content: "\e829"; } -.icon-ic_fluent_ink_stroke_arrow_up_down_20_regular:before { +.icon-ic_fluent_info_shield_20_regular:before { content: "\e82a"; } -.icon-ic_fluent_inking_tool_20_filled:before { +.icon-ic_fluent_ink_stroke_20_filled:before { content: "\e82b"; } -.icon-ic_fluent_inking_tool_20_regular:before { +.icon-ic_fluent_ink_stroke_20_regular:before { content: "\e82c"; } -.icon-ic_fluent_inking_tool_accent_20_filled:before { +.icon-ic_fluent_ink_stroke_arrow_down_20_filled:before { content: "\e82d"; } -.icon-ic_fluent_inprivate_account_20_filled:before { +.icon-ic_fluent_ink_stroke_arrow_down_20_regular:before { content: "\e82e"; } -.icon-ic_fluent_inprivate_account_20_regular:before { +.icon-ic_fluent_ink_stroke_arrow_up_down_20_filled:before { content: "\e82f"; } -.icon-ic_fluent_insert_20_filled:before { +.icon-ic_fluent_ink_stroke_arrow_up_down_20_regular:before { content: "\e830"; } -.icon-ic_fluent_insert_20_regular:before { +.icon-ic_fluent_inking_tool_20_filled:before { content: "\e831"; } -.icon-ic_fluent_ios_chevron_right_20_filled:before { +.icon-ic_fluent_inking_tool_20_regular:before { content: "\e832"; } -.icon-ic_fluent_ios_chevron_right_20_regular:before { +.icon-ic_fluent_inking_tool_accent_20_filled:before { content: "\e833"; } -.icon-ic_fluent_iot_20_filled:before { +.icon-ic_fluent_inprivate_account_20_filled:before { content: "\e834"; } -.icon-ic_fluent_iot_20_regular:before { +.icon-ic_fluent_inprivate_account_20_regular:before { content: "\e835"; } -.icon-ic_fluent_javascript_20_filled:before { +.icon-ic_fluent_insert_20_filled:before { content: "\e836"; } -.icon-ic_fluent_javascript_20_regular:before { +.icon-ic_fluent_insert_20_regular:before { content: "\e837"; } -.icon-ic_fluent_joystick_20_filled:before { +.icon-ic_fluent_ios_chevron_right_20_filled:before { content: "\e838"; } -.icon-ic_fluent_joystick_20_regular:before { +.icon-ic_fluent_ios_chevron_right_20_regular:before { content: "\e839"; } -.icon-ic_fluent_key_20_filled:before { +.icon-ic_fluent_iot_20_filled:before { content: "\e83a"; } -.icon-ic_fluent_key_20_regular:before { +.icon-ic_fluent_iot_20_regular:before { content: "\e83b"; } -.icon-ic_fluent_key_command_20_filled:before { +.icon-ic_fluent_javascript_20_filled:before { content: "\e83c"; } -.icon-ic_fluent_key_command_20_regular:before { +.icon-ic_fluent_javascript_20_regular:before { content: "\e83d"; } -.icon-ic_fluent_key_multiple_20_filled:before { +.icon-ic_fluent_joystick_20_filled:before { content: "\e83e"; } -.icon-ic_fluent_key_multiple_20_regular:before { +.icon-ic_fluent_joystick_20_regular:before { content: "\e83f"; } -.icon-ic_fluent_key_reset_20_filled:before { +.icon-ic_fluent_key_20_filled:before { content: "\e840"; } -.icon-ic_fluent_key_reset_20_regular:before { +.icon-ic_fluent_key_20_regular:before { content: "\e841"; } -.icon-ic_fluent_keyboard_123_20_filled:before { +.icon-ic_fluent_key_command_20_filled:before { content: "\e842"; } -.icon-ic_fluent_keyboard_123_20_regular:before { +.icon-ic_fluent_key_command_20_regular:before { content: "\e843"; } -.icon-ic_fluent_keyboard_20_filled:before { +.icon-ic_fluent_key_multiple_20_filled:before { content: "\e844"; } -.icon-ic_fluent_keyboard_20_regular:before { +.icon-ic_fluent_key_multiple_20_regular:before { content: "\e845"; } -.icon-ic_fluent_keyboard_dock_20_filled:before { +.icon-ic_fluent_key_reset_20_filled:before { content: "\e846"; } -.icon-ic_fluent_keyboard_dock_20_regular:before { +.icon-ic_fluent_key_reset_20_regular:before { content: "\e847"; } -.icon-ic_fluent_keyboard_layout_float_20_filled:before { +.icon-ic_fluent_keyboard_123_20_filled:before { content: "\e848"; } -.icon-ic_fluent_keyboard_layout_float_20_regular:before { +.icon-ic_fluent_keyboard_123_20_regular:before { content: "\e849"; } -.icon-ic_fluent_keyboard_layout_one_handed_left_20_filled:before { +.icon-ic_fluent_keyboard_20_filled:before { content: "\e84a"; } -.icon-ic_fluent_keyboard_layout_one_handed_left_20_regular:before { +.icon-ic_fluent_keyboard_20_regular:before { content: "\e84b"; } -.icon-ic_fluent_keyboard_layout_resize_20_filled:before { +.icon-ic_fluent_keyboard_dock_20_filled:before { content: "\e84c"; } -.icon-ic_fluent_keyboard_layout_resize_20_regular:before { +.icon-ic_fluent_keyboard_dock_20_regular:before { content: "\e84d"; } -.icon-ic_fluent_keyboard_layout_split_20_filled:before { +.icon-ic_fluent_keyboard_layout_float_20_filled:before { content: "\e84e"; } -.icon-ic_fluent_keyboard_layout_split_20_regular:before { +.icon-ic_fluent_keyboard_layout_float_20_regular:before { content: "\e84f"; } -.icon-ic_fluent_keyboard_shift_20_filled:before { +.icon-ic_fluent_keyboard_layout_one_handed_left_20_filled:before { content: "\e850"; } -.icon-ic_fluent_keyboard_shift_20_regular:before { +.icon-ic_fluent_keyboard_layout_one_handed_left_20_regular:before { content: "\e851"; } -.icon-ic_fluent_keyboard_shift_uppercase_20_filled:before { +.icon-ic_fluent_keyboard_layout_resize_20_filled:before { content: "\e852"; } -.icon-ic_fluent_keyboard_shift_uppercase_20_regular:before { +.icon-ic_fluent_keyboard_layout_resize_20_regular:before { content: "\e853"; } -.icon-ic_fluent_keyboard_tab_20_filled:before { +.icon-ic_fluent_keyboard_layout_split_20_filled:before { content: "\e854"; } -.icon-ic_fluent_keyboard_tab_20_regular:before { +.icon-ic_fluent_keyboard_layout_split_20_regular:before { content: "\e855"; } -.icon-ic_fluent_laptop_20_filled:before { +.icon-ic_fluent_keyboard_shift_20_filled:before { content: "\e856"; } -.icon-ic_fluent_laptop_20_regular:before { +.icon-ic_fluent_keyboard_shift_20_regular:before { content: "\e857"; } -.icon-ic_fluent_laptop_dismiss_20_filled:before { +.icon-ic_fluent_keyboard_shift_uppercase_20_filled:before { content: "\e858"; } -.icon-ic_fluent_laptop_dismiss_20_regular:before { +.icon-ic_fluent_keyboard_shift_uppercase_20_regular:before { content: "\e859"; } -.icon-ic_fluent_laser_tool_20_filled:before { +.icon-ic_fluent_keyboard_tab_20_filled:before { content: "\e85a"; } -.icon-ic_fluent_laser_tool_20_regular:before { +.icon-ic_fluent_keyboard_tab_20_regular:before { content: "\e85b"; } -.icon-ic_fluent_lasso_20_filled:before { +.icon-ic_fluent_laptop_20_filled:before { content: "\e85c"; } -.icon-ic_fluent_lasso_20_regular:before { +.icon-ic_fluent_laptop_20_regular:before { content: "\e85d"; } -.icon-ic_fluent_launcher_settings_20_filled:before { +.icon-ic_fluent_laptop_dismiss_20_filled:before { content: "\e85e"; } -.icon-ic_fluent_launcher_settings_20_regular:before { +.icon-ic_fluent_laptop_dismiss_20_regular:before { content: "\e85f"; } -.icon-ic_fluent_layer_20_filled:before { +.icon-ic_fluent_laser_tool_20_filled:before { content: "\e860"; } -.icon-ic_fluent_layer_20_regular:before { +.icon-ic_fluent_laser_tool_20_regular:before { content: "\e861"; } -.icon-ic_fluent_layer_diagonal_20_filled:before { +.icon-ic_fluent_lasso_20_filled:before { content: "\e862"; } -.icon-ic_fluent_layer_diagonal_20_regular:before { +.icon-ic_fluent_lasso_20_regular:before { content: "\e863"; } -.icon-ic_fluent_layer_diagonal_person_20_filled:before { +.icon-ic_fluent_launcher_settings_20_filled:before { content: "\e864"; } -.icon-ic_fluent_layer_diagonal_person_20_regular:before { +.icon-ic_fluent_launcher_settings_20_regular:before { content: "\e865"; } -.icon-ic_fluent_leaf_one_20_filled:before { +.icon-ic_fluent_layer_20_filled:before { content: "\e866"; } -.icon-ic_fluent_leaf_one_20_regular:before { +.icon-ic_fluent_layer_20_regular:before { content: "\e867"; } -.icon-ic_fluent_leaf_three_20_filled:before { +.icon-ic_fluent_layer_diagonal_20_filled:before { content: "\e868"; } -.icon-ic_fluent_leaf_three_20_regular:before { +.icon-ic_fluent_layer_diagonal_20_regular:before { content: "\e869"; } -.icon-ic_fluent_leaf_two_20_filled:before { +.icon-ic_fluent_layer_diagonal_person_20_filled:before { content: "\e86a"; } -.icon-ic_fluent_leaf_two_20_regular:before { +.icon-ic_fluent_layer_diagonal_person_20_regular:before { content: "\e86b"; } -.icon-ic_fluent_learning_app_20_filled:before { +.icon-ic_fluent_leaf_one_20_filled:before { content: "\e86c"; } -.icon-ic_fluent_learning_app_20_regular:before { +.icon-ic_fluent_leaf_one_20_regular:before { content: "\e86d"; } -.icon-ic_fluent_library_20_filled:before { +.icon-ic_fluent_leaf_three_20_filled:before { content: "\e86e"; } -.icon-ic_fluent_library_20_regular:before { +.icon-ic_fluent_leaf_three_20_regular:before { content: "\e86f"; } -.icon-ic_fluent_lightbulb_20_filled:before { +.icon-ic_fluent_leaf_two_20_filled:before { content: "\e870"; } -.icon-ic_fluent_lightbulb_20_regular:before { +.icon-ic_fluent_leaf_two_20_regular:before { content: "\e871"; } -.icon-ic_fluent_lightbulb_circle_20_filled:before { +.icon-ic_fluent_learning_app_20_filled:before { content: "\e872"; } -.icon-ic_fluent_lightbulb_circle_20_regular:before { +.icon-ic_fluent_learning_app_20_regular:before { content: "\e873"; } -.icon-ic_fluent_lightbulb_filament_20_filled:before { +.icon-ic_fluent_library_20_filled:before { content: "\e874"; } -.icon-ic_fluent_lightbulb_filament_20_regular:before { +.icon-ic_fluent_library_20_regular:before { content: "\e875"; } -.icon-ic_fluent_lightbulb_person_20_filled:before { +.icon-ic_fluent_lightbulb_20_filled:before { content: "\e876"; } -.icon-ic_fluent_lightbulb_person_20_regular:before { +.icon-ic_fluent_lightbulb_20_regular:before { content: "\e877"; } -.icon-ic_fluent_likert_20_filled:before { +.icon-ic_fluent_lightbulb_circle_20_filled:before { content: "\e878"; } -.icon-ic_fluent_likert_20_regular:before { +.icon-ic_fluent_lightbulb_circle_20_regular:before { content: "\e879"; } -.icon-ic_fluent_line_20_filled:before { +.icon-ic_fluent_lightbulb_filament_20_filled:before { content: "\e87a"; } -.icon-ic_fluent_line_20_regular:before { +.icon-ic_fluent_lightbulb_filament_20_regular:before { content: "\e87b"; } -.icon-ic_fluent_line_dashes_20_filled:before { +.icon-ic_fluent_lightbulb_person_20_filled:before { content: "\e87c"; } -.icon-ic_fluent_line_dashes_20_regular:before { +.icon-ic_fluent_lightbulb_person_20_regular:before { content: "\e87d"; } -.icon-ic_fluent_line_horizontal_1_20_filled:before { +.icon-ic_fluent_likert_20_filled:before { content: "\e87e"; } -.icon-ic_fluent_line_horizontal_1_20_regular:before { +.icon-ic_fluent_likert_20_regular:before { content: "\e87f"; } -.icon-ic_fluent_line_horizontal_3_20_filled:before { +.icon-ic_fluent_line_20_filled:before { content: "\e880"; } -.icon-ic_fluent_line_horizontal_3_20_regular:before { +.icon-ic_fluent_line_20_regular:before { content: "\e881"; } -.icon-ic_fluent_line_horizontal_5_20_filled:before { +.icon-ic_fluent_line_dashes_20_filled:before { content: "\e882"; } -.icon-ic_fluent_line_horizontal_5_20_regular:before { +.icon-ic_fluent_line_dashes_20_regular:before { content: "\e883"; } -.icon-ic_fluent_line_horizontal_5_error_20_filled:before { +.icon-ic_fluent_line_horizontal_1_20_filled:before { content: "\e884"; } -.icon-ic_fluent_line_horizontal_5_error_20_regular:before { +.icon-ic_fluent_line_horizontal_1_20_regular:before { content: "\e885"; } -.icon-ic_fluent_line_style_20_filled:before { +.icon-ic_fluent_line_horizontal_3_20_filled:before { content: "\e886"; } -.icon-ic_fluent_line_style_20_regular:before { +.icon-ic_fluent_line_horizontal_3_20_regular:before { content: "\e887"; } -.icon-ic_fluent_link_20_filled:before { +.icon-ic_fluent_line_horizontal_5_20_filled:before { content: "\e888"; } -.icon-ic_fluent_link_20_regular:before { +.icon-ic_fluent_line_horizontal_5_20_regular:before { content: "\e889"; } -.icon-ic_fluent_link_dismiss_20_filled:before { +.icon-ic_fluent_line_horizontal_5_error_20_filled:before { content: "\e88a"; } -.icon-ic_fluent_link_dismiss_20_regular:before { +.icon-ic_fluent_line_horizontal_5_error_20_regular:before { content: "\e88b"; } -.icon-ic_fluent_link_edit_20_filled:before { +.icon-ic_fluent_line_style_20_filled:before { content: "\e88c"; } -.icon-ic_fluent_link_edit_20_regular:before { +.icon-ic_fluent_line_style_20_regular:before { content: "\e88d"; } -.icon-ic_fluent_link_square_20_filled:before { +.icon-ic_fluent_link_20_filled:before { content: "\e88e"; } -.icon-ic_fluent_link_square_20_regular:before { +.icon-ic_fluent_link_20_regular:before { content: "\e88f"; } -.icon-ic_fluent_link_toolbox_20_filled:before { +.icon-ic_fluent_link_dismiss_20_filled:before { content: "\e890"; } -.icon-ic_fluent_link_toolbox_20_regular:before { +.icon-ic_fluent_link_dismiss_20_regular:before { content: "\e891"; } -.icon-ic_fluent_list_20_filled:before { +.icon-ic_fluent_link_edit_20_filled:before { content: "\e892"; } -.icon-ic_fluent_list_20_regular:before { +.icon-ic_fluent_link_edit_20_regular:before { content: "\e893"; } -.icon-ic_fluent_live_20_filled:before { +.icon-ic_fluent_link_square_20_filled:before { content: "\e894"; } -.icon-ic_fluent_live_20_regular:before { +.icon-ic_fluent_link_square_20_regular:before { content: "\e895"; } -.icon-ic_fluent_live_off_20_filled:before { +.icon-ic_fluent_link_toolbox_20_filled:before { content: "\e896"; } -.icon-ic_fluent_live_off_20_regular:before { +.icon-ic_fluent_link_toolbox_20_regular:before { content: "\e897"; } -.icon-ic_fluent_local_language_20_filled:before { +.icon-ic_fluent_list_20_filled:before { content: "\e898"; } -.icon-ic_fluent_local_language_20_regular:before { +.icon-ic_fluent_list_20_regular:before { content: "\e899"; } -.icon-ic_fluent_location_20_filled:before { +.icon-ic_fluent_live_20_filled:before { content: "\e89a"; } -.icon-ic_fluent_location_20_regular:before { +.icon-ic_fluent_live_20_regular:before { content: "\e89b"; } -.icon-ic_fluent_location_add_20_filled:before { +.icon-ic_fluent_live_off_20_filled:before { content: "\e89c"; } -.icon-ic_fluent_location_add_20_regular:before { +.icon-ic_fluent_live_off_20_regular:before { content: "\e89d"; } -.icon-ic_fluent_location_add_left_20_filled:before { +.icon-ic_fluent_local_language_20_filled:before { content: "\e89e"; } -.icon-ic_fluent_location_add_left_20_regular:before { +.icon-ic_fluent_local_language_20_regular:before { content: "\e89f"; } -.icon-ic_fluent_location_add_right_20_filled:before { +.icon-ic_fluent_location_20_filled:before { content: "\e8a0"; } -.icon-ic_fluent_location_add_right_20_regular:before { +.icon-ic_fluent_location_20_regular:before { content: "\e8a1"; } -.icon-ic_fluent_location_add_up_20_filled:before { +.icon-ic_fluent_location_add_20_filled:before { content: "\e8a2"; } -.icon-ic_fluent_location_add_up_20_regular:before { +.icon-ic_fluent_location_add_20_regular:before { content: "\e8a3"; } -.icon-ic_fluent_location_dismiss_20_filled:before { +.icon-ic_fluent_location_add_left_20_filled:before { content: "\e8a4"; } -.icon-ic_fluent_location_dismiss_20_regular:before { +.icon-ic_fluent_location_add_left_20_regular:before { content: "\e8a5"; } -.icon-ic_fluent_location_live_20_filled:before { +.icon-ic_fluent_location_add_right_20_filled:before { content: "\e8a6"; } -.icon-ic_fluent_location_live_20_regular:before { +.icon-ic_fluent_location_add_right_20_regular:before { content: "\e8a7"; } -.icon-ic_fluent_location_off_20_filled:before { +.icon-ic_fluent_location_add_up_20_filled:before { content: "\e8a8"; } -.icon-ic_fluent_location_off_20_regular:before { +.icon-ic_fluent_location_add_up_20_regular:before { content: "\e8a9"; } -.icon-ic_fluent_lock_closed_20_filled:before { +.icon-ic_fluent_location_dismiss_20_filled:before { content: "\e8aa"; } -.icon-ic_fluent_lock_closed_20_regular:before { +.icon-ic_fluent_location_dismiss_20_regular:before { content: "\e8ab"; } -.icon-ic_fluent_lock_multiple_20_filled:before { +.icon-ic_fluent_location_live_20_filled:before { content: "\e8ac"; } -.icon-ic_fluent_lock_multiple_20_regular:before { +.icon-ic_fluent_location_live_20_regular:before { content: "\e8ad"; } -.icon-ic_fluent_lock_open_20_filled:before { +.icon-ic_fluent_location_off_20_filled:before { content: "\e8ae"; } -.icon-ic_fluent_lock_open_20_regular:before { +.icon-ic_fluent_location_off_20_regular:before { content: "\e8af"; } -.icon-ic_fluent_lock_shield_20_filled:before { +.icon-ic_fluent_lock_closed_20_filled:before { content: "\e8b0"; } -.icon-ic_fluent_lock_shield_20_regular:before { +.icon-ic_fluent_lock_closed_20_regular:before { content: "\e8b1"; } -.icon-ic_fluent_lottery_20_filled:before { +.icon-ic_fluent_lock_multiple_20_filled:before { content: "\e8b2"; } -.icon-ic_fluent_lottery_20_regular:before { +.icon-ic_fluent_lock_multiple_20_regular:before { content: "\e8b3"; } -.icon-ic_fluent_luggage_20_filled:before { +.icon-ic_fluent_lock_open_20_filled:before { content: "\e8b4"; } -.icon-ic_fluent_luggage_20_regular:before { +.icon-ic_fluent_lock_open_20_regular:before { content: "\e8b5"; } -.icon-ic_fluent_mail_20_filled:before { +.icon-ic_fluent_lock_shield_20_filled:before { content: "\e8b6"; } -.icon-ic_fluent_mail_20_regular:before { +.icon-ic_fluent_lock_shield_20_regular:before { content: "\e8b7"; } -.icon-ic_fluent_mail_add_20_filled:before { +.icon-ic_fluent_lottery_20_filled:before { content: "\e8b8"; } -.icon-ic_fluent_mail_add_20_regular:before { +.icon-ic_fluent_lottery_20_regular:before { content: "\e8b9"; } -.icon-ic_fluent_mail_alert_20_filled:before { +.icon-ic_fluent_luggage_20_filled:before { content: "\e8ba"; } -.icon-ic_fluent_mail_alert_20_regular:before { +.icon-ic_fluent_luggage_20_regular:before { content: "\e8bb"; } -.icon-ic_fluent_mail_all_read_20_filled:before { +.icon-ic_fluent_mail_20_filled:before { content: "\e8bc"; } -.icon-ic_fluent_mail_all_read_20_regular:before { +.icon-ic_fluent_mail_20_regular:before { content: "\e8bd"; } -.icon-ic_fluent_mail_all_unread_20_filled:before { +.icon-ic_fluent_mail_add_20_filled:before { content: "\e8be"; } -.icon-ic_fluent_mail_all_unread_20_regular:before { +.icon-ic_fluent_mail_add_20_regular:before { content: "\e8bf"; } -.icon-ic_fluent_mail_arrow_double_back_20_filled:before { +.icon-ic_fluent_mail_alert_20_filled:before { content: "\e8c0"; } -.icon-ic_fluent_mail_arrow_double_back_20_regular:before { +.icon-ic_fluent_mail_alert_20_regular:before { content: "\e8c1"; } -.icon-ic_fluent_mail_arrow_down_20_filled:before { +.icon-ic_fluent_mail_all_read_20_filled:before { content: "\e8c2"; } -.icon-ic_fluent_mail_arrow_down_20_regular:before { +.icon-ic_fluent_mail_all_read_20_regular:before { content: "\e8c3"; } -.icon-ic_fluent_mail_arrow_forward_20_filled:before { +.icon-ic_fluent_mail_all_unread_20_filled:before { content: "\e8c4"; } -.icon-ic_fluent_mail_arrow_forward_20_regular:before { +.icon-ic_fluent_mail_all_unread_20_regular:before { content: "\e8c5"; } -.icon-ic_fluent_mail_arrow_up_20_filled:before { +.icon-ic_fluent_mail_arrow_double_back_20_filled:before { content: "\e8c6"; } -.icon-ic_fluent_mail_arrow_up_20_regular:before { +.icon-ic_fluent_mail_arrow_double_back_20_regular:before { content: "\e8c7"; } -.icon-ic_fluent_mail_attach_20_filled:before { +.icon-ic_fluent_mail_arrow_down_20_filled:before { content: "\e8c8"; } -.icon-ic_fluent_mail_attach_20_regular:before { +.icon-ic_fluent_mail_arrow_down_20_regular:before { content: "\e8c9"; } -.icon-ic_fluent_mail_checkmark_20_filled:before { +.icon-ic_fluent_mail_arrow_forward_20_filled:before { content: "\e8ca"; } -.icon-ic_fluent_mail_checkmark_20_regular:before { +.icon-ic_fluent_mail_arrow_forward_20_regular:before { content: "\e8cb"; } -.icon-ic_fluent_mail_clock_20_filled:before { +.icon-ic_fluent_mail_arrow_up_20_filled:before { content: "\e8cc"; } -.icon-ic_fluent_mail_clock_20_regular:before { +.icon-ic_fluent_mail_arrow_up_20_regular:before { content: "\e8cd"; } -.icon-ic_fluent_mail_copy_20_filled:before { +.icon-ic_fluent_mail_attach_20_filled:before { content: "\e8ce"; } -.icon-ic_fluent_mail_copy_20_regular:before { +.icon-ic_fluent_mail_attach_20_regular:before { content: "\e8cf"; } -.icon-ic_fluent_mail_dismiss_20_filled:before { +.icon-ic_fluent_mail_checkmark_20_filled:before { content: "\e8d0"; } -.icon-ic_fluent_mail_dismiss_20_regular:before { +.icon-ic_fluent_mail_checkmark_20_regular:before { content: "\e8d1"; } -.icon-ic_fluent_mail_edit_20_filled:before { +.icon-ic_fluent_mail_clock_20_filled:before { content: "\e8d2"; } -.icon-ic_fluent_mail_edit_20_regular:before { +.icon-ic_fluent_mail_clock_20_regular:before { content: "\e8d3"; } -.icon-ic_fluent_mail_error_20_filled:before { +.icon-ic_fluent_mail_copy_20_filled:before { content: "\e8d4"; } -.icon-ic_fluent_mail_error_20_regular:before { +.icon-ic_fluent_mail_copy_20_regular:before { content: "\e8d5"; } -.icon-ic_fluent_mail_inbox_20_filled:before { +.icon-ic_fluent_mail_dismiss_20_filled:before { content: "\e8d6"; } -.icon-ic_fluent_mail_inbox_20_regular:before { +.icon-ic_fluent_mail_dismiss_20_regular:before { content: "\e8d7"; } -.icon-ic_fluent_mail_inbox_add_20_filled:before { +.icon-ic_fluent_mail_edit_20_filled:before { content: "\e8d8"; } -.icon-ic_fluent_mail_inbox_add_20_regular:before { +.icon-ic_fluent_mail_edit_20_regular:before { content: "\e8d9"; } -.icon-ic_fluent_mail_inbox_all_20_filled:before { +.icon-ic_fluent_mail_error_20_filled:before { content: "\e8da"; } -.icon-ic_fluent_mail_inbox_all_20_regular:before { +.icon-ic_fluent_mail_error_20_regular:before { content: "\e8db"; } -.icon-ic_fluent_mail_inbox_arrow_down_20_filled:before { +.icon-ic_fluent_mail_inbox_20_filled:before { content: "\e8dc"; } -.icon-ic_fluent_mail_inbox_arrow_down_20_regular:before { +.icon-ic_fluent_mail_inbox_20_regular:before { content: "\e8dd"; } -.icon-ic_fluent_mail_inbox_arrow_right_20_filled:before { +.icon-ic_fluent_mail_inbox_add_20_filled:before { content: "\e8de"; } -.icon-ic_fluent_mail_inbox_arrow_right_20_regular:before { +.icon-ic_fluent_mail_inbox_add_20_regular:before { content: "\e8df"; } -.icon-ic_fluent_mail_inbox_arrow_up_20_filled:before { +.icon-ic_fluent_mail_inbox_all_20_filled:before { content: "\e8e0"; } -.icon-ic_fluent_mail_inbox_arrow_up_20_regular:before { +.icon-ic_fluent_mail_inbox_all_20_regular:before { content: "\e8e1"; } -.icon-ic_fluent_mail_inbox_checkmark_20_filled:before { +.icon-ic_fluent_mail_inbox_arrow_down_20_filled:before { content: "\e8e2"; } -.icon-ic_fluent_mail_inbox_checkmark_20_regular:before { +.icon-ic_fluent_mail_inbox_arrow_down_20_regular:before { content: "\e8e3"; } -.icon-ic_fluent_mail_inbox_dismiss_20_filled:before { +.icon-ic_fluent_mail_inbox_arrow_right_20_filled:before { content: "\e8e4"; } -.icon-ic_fluent_mail_inbox_dismiss_20_regular:before { +.icon-ic_fluent_mail_inbox_arrow_right_20_regular:before { content: "\e8e5"; } -.icon-ic_fluent_mail_link_20_filled:before { +.icon-ic_fluent_mail_inbox_arrow_up_20_filled:before { content: "\e8e6"; } -.icon-ic_fluent_mail_link_20_regular:before { +.icon-ic_fluent_mail_inbox_arrow_up_20_regular:before { content: "\e8e7"; } -.icon-ic_fluent_mail_list_20_filled:before { +.icon-ic_fluent_mail_inbox_checkmark_20_filled:before { content: "\e8e8"; } -.icon-ic_fluent_mail_list_20_regular:before { +.icon-ic_fluent_mail_inbox_checkmark_20_regular:before { content: "\e8e9"; } -.icon-ic_fluent_mail_multiple_20_filled:before { +.icon-ic_fluent_mail_inbox_dismiss_20_filled:before { content: "\e8ea"; } -.icon-ic_fluent_mail_multiple_20_regular:before { +.icon-ic_fluent_mail_inbox_dismiss_20_regular:before { content: "\e8eb"; } -.icon-ic_fluent_mail_off_20_filled:before { +.icon-ic_fluent_mail_link_20_filled:before { content: "\e8ec"; } -.icon-ic_fluent_mail_off_20_regular:before { +.icon-ic_fluent_mail_link_20_regular:before { content: "\e8ed"; } -.icon-ic_fluent_mail_open_person_20_filled:before { +.icon-ic_fluent_mail_list_20_filled:before { content: "\e8ee"; } -.icon-ic_fluent_mail_open_person_20_regular:before { +.icon-ic_fluent_mail_list_20_regular:before { content: "\e8ef"; } -.icon-ic_fluent_mail_pause_20_filled:before { +.icon-ic_fluent_mail_multiple_20_filled:before { content: "\e8f0"; } -.icon-ic_fluent_mail_pause_20_regular:before { +.icon-ic_fluent_mail_multiple_20_regular:before { content: "\e8f1"; } -.icon-ic_fluent_mail_prohibited_20_filled:before { +.icon-ic_fluent_mail_off_20_filled:before { content: "\e8f2"; } -.icon-ic_fluent_mail_prohibited_20_regular:before { +.icon-ic_fluent_mail_off_20_regular:before { content: "\e8f3"; } -.icon-ic_fluent_mail_read_20_filled:before { +.icon-ic_fluent_mail_open_person_20_filled:before { content: "\e8f4"; } -.icon-ic_fluent_mail_read_20_regular:before { +.icon-ic_fluent_mail_open_person_20_regular:before { content: "\e8f5"; } -.icon-ic_fluent_mail_read_multiple_20_filled:before { +.icon-ic_fluent_mail_pause_20_filled:before { content: "\e8f6"; } -.icon-ic_fluent_mail_read_multiple_20_regular:before { +.icon-ic_fluent_mail_pause_20_regular:before { content: "\e8f7"; } -.icon-ic_fluent_mail_settings_20_filled:before { +.icon-ic_fluent_mail_prohibited_20_filled:before { content: "\e8f8"; } -.icon-ic_fluent_mail_settings_20_regular:before { +.icon-ic_fluent_mail_prohibited_20_regular:before { content: "\e8f9"; } -.icon-ic_fluent_mail_shield_20_filled:before { +.icon-ic_fluent_mail_read_20_filled:before { content: "\e8fa"; } -.icon-ic_fluent_mail_shield_20_regular:before { +.icon-ic_fluent_mail_read_20_regular:before { content: "\e8fb"; } -.icon-ic_fluent_mail_template_20_filled:before { +.icon-ic_fluent_mail_read_multiple_20_filled:before { content: "\e8fc"; } -.icon-ic_fluent_mail_template_20_regular:before { +.icon-ic_fluent_mail_read_multiple_20_regular:before { content: "\e8fd"; } -.icon-ic_fluent_mail_unread_20_filled:before { +.icon-ic_fluent_mail_settings_20_filled:before { content: "\e8fe"; } -.icon-ic_fluent_mail_unread_20_regular:before { +.icon-ic_fluent_mail_settings_20_regular:before { content: "\e8ff"; } -.icon-ic_fluent_mail_warning_20_filled:before { +.icon-ic_fluent_mail_shield_20_filled:before { content: "\e900"; } -.icon-ic_fluent_mail_warning_20_regular:before { +.icon-ic_fluent_mail_shield_20_regular:before { content: "\e901"; } -.icon-ic_fluent_map_20_filled:before { +.icon-ic_fluent_mail_template_20_filled:before { content: "\e902"; } -.icon-ic_fluent_map_20_regular:before { +.icon-ic_fluent_mail_template_20_regular:before { content: "\e903"; } -.icon-ic_fluent_map_drive_20_filled:before { +.icon-ic_fluent_mail_unread_20_filled:before { content: "\e904"; } -.icon-ic_fluent_map_drive_20_regular:before { +.icon-ic_fluent_mail_unread_20_regular:before { content: "\e905"; } -.icon-ic_fluent_markdown_20_filled:before { +.icon-ic_fluent_mail_warning_20_filled:before { content: "\e906"; } -.icon-ic_fluent_markdown_20_regular:before { +.icon-ic_fluent_mail_warning_20_regular:before { content: "\e907"; } -.icon-ic_fluent_match_app_layout_20_filled:before { +.icon-ic_fluent_map_20_filled:before { content: "\e908"; } -.icon-ic_fluent_match_app_layout_20_regular:before { +.icon-ic_fluent_map_20_regular:before { content: "\e909"; } -.icon-ic_fluent_math_format_linear_20_filled:before { +.icon-ic_fluent_map_drive_20_filled:before { content: "\e90a"; } -.icon-ic_fluent_math_format_linear_20_regular:before { +.icon-ic_fluent_map_drive_20_regular:before { content: "\e90b"; } -.icon-ic_fluent_math_format_professional_20_filled:before { +.icon-ic_fluent_markdown_20_filled:before { content: "\e90c"; } -.icon-ic_fluent_math_format_professional_20_regular:before { +.icon-ic_fluent_markdown_20_regular:before { content: "\e90d"; } -.icon-ic_fluent_math_formula_20_filled:before { +.icon-ic_fluent_match_app_layout_20_filled:before { content: "\e90e"; } -.icon-ic_fluent_math_formula_20_regular:before { +.icon-ic_fluent_match_app_layout_20_regular:before { content: "\e90f"; } -.icon-ic_fluent_math_symbols_20_filled:before { +.icon-ic_fluent_math_format_linear_20_filled:before { content: "\e910"; } -.icon-ic_fluent_math_symbols_20_regular:before { +.icon-ic_fluent_math_format_linear_20_regular:before { content: "\e911"; } -.icon-ic_fluent_maximize_20_filled:before { +.icon-ic_fluent_math_format_professional_20_filled:before { content: "\e912"; } -.icon-ic_fluent_maximize_20_regular:before { +.icon-ic_fluent_math_format_professional_20_regular:before { content: "\e913"; } -.icon-ic_fluent_meet_now_20_filled:before { +.icon-ic_fluent_math_formula_20_filled:before { content: "\e914"; } -.icon-ic_fluent_meet_now_20_regular:before { +.icon-ic_fluent_math_formula_20_regular:before { content: "\e915"; } -.icon-ic_fluent_megaphone_20_filled:before { +.icon-ic_fluent_math_symbols_20_filled:before { content: "\e916"; } -.icon-ic_fluent_megaphone_20_regular:before { +.icon-ic_fluent_math_symbols_20_regular:before { content: "\e917"; } -.icon-ic_fluent_megaphone_circle_20_filled:before { +.icon-ic_fluent_maximize_20_filled:before { content: "\e918"; } -.icon-ic_fluent_megaphone_circle_20_regular:before { +.icon-ic_fluent_maximize_20_regular:before { content: "\e919"; } -.icon-ic_fluent_megaphone_loud_20_filled:before { +.icon-ic_fluent_meet_now_20_filled:before { content: "\e91a"; } -.icon-ic_fluent_megaphone_loud_20_regular:before { +.icon-ic_fluent_meet_now_20_regular:before { content: "\e91b"; } -.icon-ic_fluent_megaphone_off_20_filled:before { +.icon-ic_fluent_megaphone_20_filled:before { content: "\e91c"; } -.icon-ic_fluent_megaphone_off_20_regular:before { +.icon-ic_fluent_megaphone_20_regular:before { content: "\e91d"; } -.icon-ic_fluent_mention_20_filled:before { +.icon-ic_fluent_megaphone_circle_20_filled:before { content: "\e91e"; } -.icon-ic_fluent_mention_20_regular:before { +.icon-ic_fluent_megaphone_circle_20_regular:before { content: "\e91f"; } -.icon-ic_fluent_mention_arrow_down_20_filled:before { +.icon-ic_fluent_megaphone_loud_20_filled:before { content: "\e920"; } -.icon-ic_fluent_mention_arrow_down_20_regular:before { +.icon-ic_fluent_megaphone_loud_20_regular:before { content: "\e921"; } -.icon-ic_fluent_mention_brackets_20_filled:before { +.icon-ic_fluent_megaphone_off_20_filled:before { content: "\e922"; } -.icon-ic_fluent_mention_brackets_20_regular:before { +.icon-ic_fluent_megaphone_off_20_regular:before { content: "\e923"; } -.icon-ic_fluent_merge_20_filled:before { +.icon-ic_fluent_mention_20_filled:before { content: "\e924"; } -.icon-ic_fluent_merge_20_regular:before { +.icon-ic_fluent_mention_20_regular:before { content: "\e925"; } -.icon-ic_fluent_mic_20_filled:before { +.icon-ic_fluent_mention_arrow_down_20_filled:before { content: "\e926"; } -.icon-ic_fluent_mic_20_regular:before { +.icon-ic_fluent_mention_arrow_down_20_regular:before { content: "\e927"; } -.icon-ic_fluent_mic_off_20_filled:before { +.icon-ic_fluent_mention_brackets_20_filled:before { content: "\e928"; } -.icon-ic_fluent_mic_off_20_regular:before { +.icon-ic_fluent_mention_brackets_20_regular:before { content: "\e929"; } -.icon-ic_fluent_mic_prohibited_20_filled:before { +.icon-ic_fluent_merge_20_filled:before { content: "\e92a"; } -.icon-ic_fluent_mic_prohibited_20_regular:before { +.icon-ic_fluent_merge_20_regular:before { content: "\e92b"; } -.icon-ic_fluent_mic_pulse_20_filled:before { +.icon-ic_fluent_mic_20_filled:before { content: "\e92c"; } -.icon-ic_fluent_mic_pulse_20_regular:before { +.icon-ic_fluent_mic_20_regular:before { content: "\e92d"; } -.icon-ic_fluent_mic_pulse_off_20_filled:before { +.icon-ic_fluent_mic_off_20_filled:before { content: "\e92e"; } -.icon-ic_fluent_mic_pulse_off_20_regular:before { +.icon-ic_fluent_mic_off_20_regular:before { content: "\e92f"; } -.icon-ic_fluent_mic_settings_20_filled:before { +.icon-ic_fluent_mic_prohibited_20_filled:before { content: "\e930"; } -.icon-ic_fluent_mic_settings_20_regular:before { +.icon-ic_fluent_mic_prohibited_20_regular:before { content: "\e931"; } -.icon-ic_fluent_mic_sparkle_20_filled:before { +.icon-ic_fluent_mic_pulse_20_filled:before { content: "\e932"; } -.icon-ic_fluent_mic_sparkle_20_regular:before { +.icon-ic_fluent_mic_pulse_20_regular:before { content: "\e933"; } -.icon-ic_fluent_mic_sync_20_filled:before { +.icon-ic_fluent_mic_pulse_off_20_filled:before { content: "\e934"; } -.icon-ic_fluent_mic_sync_20_regular:before { +.icon-ic_fluent_mic_pulse_off_20_regular:before { content: "\e935"; } -.icon-ic_fluent_microscope_20_filled:before { +.icon-ic_fluent_mic_settings_20_filled:before { content: "\e936"; } -.icon-ic_fluent_microscope_20_regular:before { +.icon-ic_fluent_mic_settings_20_regular:before { content: "\e937"; } -.icon-ic_fluent_midi_20_filled:before { +.icon-ic_fluent_mic_sparkle_20_filled:before { content: "\e938"; } -.icon-ic_fluent_midi_20_regular:before { +.icon-ic_fluent_mic_sparkle_20_regular:before { content: "\e939"; } -.icon-ic_fluent_mobile_optimized_20_filled:before { +.icon-ic_fluent_mic_sync_20_filled:before { content: "\e93a"; } -.icon-ic_fluent_mobile_optimized_20_regular:before { +.icon-ic_fluent_mic_sync_20_regular:before { content: "\e93b"; } -.icon-ic_fluent_molecule_20_filled:before { +.icon-ic_fluent_microscope_20_filled:before { content: "\e93c"; } -.icon-ic_fluent_molecule_20_regular:before { +.icon-ic_fluent_microscope_20_regular:before { content: "\e93d"; } -.icon-ic_fluent_money_20_filled:before { +.icon-ic_fluent_midi_20_filled:before { content: "\e93e"; } -.icon-ic_fluent_money_20_regular:before { +.icon-ic_fluent_midi_20_regular:before { content: "\e93f"; } -.icon-ic_fluent_money_calculator_20_filled:before { +.icon-ic_fluent_mobile_optimized_20_filled:before { content: "\e940"; } -.icon-ic_fluent_money_calculator_20_regular:before { +.icon-ic_fluent_mobile_optimized_20_regular:before { content: "\e941"; } -.icon-ic_fluent_money_dismiss_20_filled:before { +.icon-ic_fluent_molecule_20_filled:before { content: "\e942"; } -.icon-ic_fluent_money_dismiss_20_regular:before { +.icon-ic_fluent_molecule_20_regular:before { content: "\e943"; } -.icon-ic_fluent_money_hand_20_filled:before { +.icon-ic_fluent_money_20_filled:before { content: "\e944"; } -.icon-ic_fluent_money_hand_20_regular:before { +.icon-ic_fluent_money_20_regular:before { content: "\e945"; } -.icon-ic_fluent_money_off_20_filled:before { +.icon-ic_fluent_money_calculator_20_filled:before { content: "\e946"; } -.icon-ic_fluent_money_off_20_regular:before { +.icon-ic_fluent_money_calculator_20_regular:before { content: "\e947"; } -.icon-ic_fluent_money_settings_20_filled:before { +.icon-ic_fluent_money_dismiss_20_filled:before { content: "\e948"; } -.icon-ic_fluent_money_settings_20_regular:before { +.icon-ic_fluent_money_dismiss_20_regular:before { content: "\e949"; } -.icon-ic_fluent_more_circle_20_filled:before { +.icon-ic_fluent_money_hand_20_filled:before { content: "\e94a"; } -.icon-ic_fluent_more_circle_20_regular:before { +.icon-ic_fluent_money_hand_20_regular:before { content: "\e94b"; } -.icon-ic_fluent_more_horizontal_20_filled:before { +.icon-ic_fluent_money_off_20_filled:before { content: "\e94c"; } -.icon-ic_fluent_more_horizontal_20_regular:before { +.icon-ic_fluent_money_off_20_regular:before { content: "\e94d"; } -.icon-ic_fluent_more_vertical_20_filled:before { +.icon-ic_fluent_money_settings_20_filled:before { content: "\e94e"; } -.icon-ic_fluent_more_vertical_20_regular:before { +.icon-ic_fluent_money_settings_20_regular:before { content: "\e94f"; } -.icon-ic_fluent_movies_and_tv_20_filled:before { +.icon-ic_fluent_more_circle_20_filled:before { content: "\e950"; } -.icon-ic_fluent_movies_and_tv_20_regular:before { +.icon-ic_fluent_more_circle_20_regular:before { content: "\e951"; } -.icon-ic_fluent_multiplier_1_2x_20_filled:before { +.icon-ic_fluent_more_horizontal_20_filled:before { content: "\e952"; } -.icon-ic_fluent_multiplier_1_2x_20_regular:before { +.icon-ic_fluent_more_horizontal_20_regular:before { content: "\e953"; } -.icon-ic_fluent_multiplier_1_5x_20_filled:before { +.icon-ic_fluent_more_vertical_20_filled:before { content: "\e954"; } -.icon-ic_fluent_multiplier_1_5x_20_regular:before { +.icon-ic_fluent_more_vertical_20_regular:before { content: "\e955"; } -.icon-ic_fluent_multiplier_1_8x_20_filled:before { +.icon-ic_fluent_movies_and_tv_20_filled:before { content: "\e956"; } -.icon-ic_fluent_multiplier_1_8x_20_regular:before { +.icon-ic_fluent_movies_and_tv_20_regular:before { content: "\e957"; } -.icon-ic_fluent_multiplier_1x_20_filled:before { +.icon-ic_fluent_multiplier_1_2x_20_filled:before { content: "\e958"; } -.icon-ic_fluent_multiplier_1x_20_regular:before { +.icon-ic_fluent_multiplier_1_2x_20_regular:before { content: "\e959"; } -.icon-ic_fluent_multiplier_2x_20_filled:before { +.icon-ic_fluent_multiplier_1_5x_20_filled:before { content: "\e95a"; } -.icon-ic_fluent_multiplier_2x_20_regular:before { +.icon-ic_fluent_multiplier_1_5x_20_regular:before { content: "\e95b"; } -.icon-ic_fluent_multiplier_5x_20_filled:before { +.icon-ic_fluent_multiplier_1_8x_20_filled:before { content: "\e95c"; } -.icon-ic_fluent_multiplier_5x_20_regular:before { +.icon-ic_fluent_multiplier_1_8x_20_regular:before { content: "\e95d"; } -.icon-ic_fluent_multiselect_ltr_20_filled:before { +.icon-ic_fluent_multiplier_1x_20_filled:before { content: "\e95e"; } -.icon-ic_fluent_multiselect_ltr_20_regular:before { +.icon-ic_fluent_multiplier_1x_20_regular:before { content: "\e95f"; } -.icon-ic_fluent_multiselect_rtl_20_filled:before { +.icon-ic_fluent_multiplier_2x_20_filled:before { content: "\e960"; } -.icon-ic_fluent_multiselect_rtl_20_regular:before { +.icon-ic_fluent_multiplier_2x_20_regular:before { content: "\e961"; } -.icon-ic_fluent_music_note_1_20_filled:before { +.icon-ic_fluent_multiplier_5x_20_filled:before { content: "\e962"; } -.icon-ic_fluent_music_note_1_20_regular:before { +.icon-ic_fluent_multiplier_5x_20_regular:before { content: "\e963"; } -.icon-ic_fluent_music_note_2_20_filled:before { +.icon-ic_fluent_multiselect_ltr_20_filled:before { content: "\e964"; } -.icon-ic_fluent_music_note_2_20_regular:before { +.icon-ic_fluent_multiselect_ltr_20_regular:before { content: "\e965"; } -.icon-ic_fluent_music_note_2_play_20_filled:before { +.icon-ic_fluent_multiselect_rtl_20_filled:before { content: "\e966"; } -.icon-ic_fluent_music_note_2_play_20_regular:before { +.icon-ic_fluent_multiselect_rtl_20_regular:before { content: "\e967"; } -.icon-ic_fluent_music_note_off_1_20_filled:before { +.icon-ic_fluent_music_note_1_20_filled:before { content: "\e968"; } -.icon-ic_fluent_music_note_off_1_20_regular:before { +.icon-ic_fluent_music_note_1_20_regular:before { content: "\e969"; } -.icon-ic_fluent_music_note_off_2_20_filled:before { +.icon-ic_fluent_music_note_2_20_filled:before { content: "\e96a"; } -.icon-ic_fluent_music_note_off_2_20_regular:before { +.icon-ic_fluent_music_note_2_20_regular:before { content: "\e96b"; } -.icon-ic_fluent_my_location_20_filled:before { +.icon-ic_fluent_music_note_2_play_20_filled:before { content: "\e96c"; } -.icon-ic_fluent_my_location_20_regular:before { +.icon-ic_fluent_music_note_2_play_20_regular:before { content: "\e96d"; } -.icon-ic_fluent_navigation_20_filled:before { +.icon-ic_fluent_music_note_off_1_20_filled:before { content: "\e96e"; } -.icon-ic_fluent_navigation_20_regular:before { +.icon-ic_fluent_music_note_off_1_20_regular:before { content: "\e96f"; } -.icon-ic_fluent_navigation_location_target_20_filled:before { +.icon-ic_fluent_music_note_off_2_20_filled:before { content: "\e970"; } -.icon-ic_fluent_navigation_location_target_20_regular:before { +.icon-ic_fluent_music_note_off_2_20_regular:before { content: "\e971"; } -.icon-ic_fluent_navigation_play_20_filled:before { +.icon-ic_fluent_my_location_20_filled:before { content: "\e972"; } -.icon-ic_fluent_navigation_play_20_regular:before { +.icon-ic_fluent_my_location_20_regular:before { content: "\e973"; } -.icon-ic_fluent_navigation_unread_20_filled:before { +.icon-ic_fluent_navigation_20_filled:before { content: "\e974"; } -.icon-ic_fluent_navigation_unread_20_regular:before { +.icon-ic_fluent_navigation_20_regular:before { content: "\e975"; } -.icon-ic_fluent_network_check_20_filled:before { +.icon-ic_fluent_navigation_location_target_20_filled:before { content: "\e976"; } -.icon-ic_fluent_network_check_20_regular:before { +.icon-ic_fluent_navigation_location_target_20_regular:before { content: "\e977"; } -.icon-ic_fluent_new_20_filled:before { +.icon-ic_fluent_navigation_play_20_filled:before { content: "\e978"; } -.icon-ic_fluent_new_20_regular:before { +.icon-ic_fluent_navigation_play_20_regular:before { content: "\e979"; } -.icon-ic_fluent_news_20_filled:before { +.icon-ic_fluent_navigation_unread_20_filled:before { content: "\e97a"; } -.icon-ic_fluent_news_20_regular:before { +.icon-ic_fluent_navigation_unread_20_regular:before { content: "\e97b"; } -.icon-ic_fluent_next_20_filled:before { +.icon-ic_fluent_network_check_20_filled:before { content: "\e97c"; } -.icon-ic_fluent_next_20_regular:before { +.icon-ic_fluent_network_check_20_regular:before { content: "\e97d"; } -.icon-ic_fluent_note_20_filled:before { +.icon-ic_fluent_new_20_filled:before { content: "\e97e"; } -.icon-ic_fluent_note_20_regular:before { +.icon-ic_fluent_new_20_regular:before { content: "\e97f"; } -.icon-ic_fluent_note_add_20_filled:before { +.icon-ic_fluent_news_20_filled:before { content: "\e980"; } -.icon-ic_fluent_note_add_20_regular:before { +.icon-ic_fluent_news_20_regular:before { content: "\e981"; } -.icon-ic_fluent_note_edit_20_filled:before { +.icon-ic_fluent_next_20_filled:before { content: "\e982"; } -.icon-ic_fluent_note_edit_20_regular:before { +.icon-ic_fluent_next_20_regular:before { content: "\e983"; } -.icon-ic_fluent_note_pin_20_filled:before { +.icon-ic_fluent_note_20_filled:before { content: "\e984"; } -.icon-ic_fluent_note_pin_20_regular:before { +.icon-ic_fluent_note_20_regular:before { content: "\e985"; } -.icon-ic_fluent_notebook_20_filled:before { +.icon-ic_fluent_note_add_20_filled:before { content: "\e986"; } -.icon-ic_fluent_notebook_20_regular:before { +.icon-ic_fluent_note_add_20_regular:before { content: "\e987"; } -.icon-ic_fluent_notebook_add_20_filled:before { +.icon-ic_fluent_note_edit_20_filled:before { content: "\e988"; } -.icon-ic_fluent_notebook_add_20_regular:before { +.icon-ic_fluent_note_edit_20_regular:before { content: "\e989"; } -.icon-ic_fluent_notebook_arrow_curve_down_20_filled:before { +.icon-ic_fluent_note_pin_20_filled:before { content: "\e98a"; } -.icon-ic_fluent_notebook_arrow_curve_down_20_regular:before { +.icon-ic_fluent_note_pin_20_regular:before { content: "\e98b"; } -.icon-ic_fluent_notebook_error_20_filled:before { +.icon-ic_fluent_notebook_20_filled:before { content: "\e98c"; } -.icon-ic_fluent_notebook_error_20_regular:before { +.icon-ic_fluent_notebook_20_regular:before { content: "\e98d"; } -.icon-ic_fluent_notebook_eye_20_filled:before { +.icon-ic_fluent_notebook_add_20_filled:before { content: "\e98e"; } -.icon-ic_fluent_notebook_eye_20_regular:before { +.icon-ic_fluent_notebook_add_20_regular:before { content: "\e98f"; } -.icon-ic_fluent_notebook_lightning_20_filled:before { +.icon-ic_fluent_notebook_arrow_curve_down_20_filled:before { content: "\e990"; } -.icon-ic_fluent_notebook_lightning_20_regular:before { +.icon-ic_fluent_notebook_arrow_curve_down_20_regular:before { content: "\e991"; } -.icon-ic_fluent_notebook_question_mark_20_filled:before { +.icon-ic_fluent_notebook_error_20_filled:before { content: "\e992"; } -.icon-ic_fluent_notebook_question_mark_20_regular:before { +.icon-ic_fluent_notebook_error_20_regular:before { content: "\e993"; } -.icon-ic_fluent_notebook_section_20_filled:before { +.icon-ic_fluent_notebook_eye_20_filled:before { content: "\e994"; } -.icon-ic_fluent_notebook_section_20_regular:before { +.icon-ic_fluent_notebook_eye_20_regular:before { content: "\e995"; } -.icon-ic_fluent_notebook_subsection_20_filled:before { +.icon-ic_fluent_notebook_lightning_20_filled:before { content: "\e996"; } -.icon-ic_fluent_notebook_subsection_20_regular:before { +.icon-ic_fluent_notebook_lightning_20_regular:before { content: "\e997"; } -.icon-ic_fluent_notebook_sync_20_filled:before { +.icon-ic_fluent_notebook_question_mark_20_filled:before { content: "\e998"; } -.icon-ic_fluent_notebook_sync_20_regular:before { +.icon-ic_fluent_notebook_question_mark_20_regular:before { content: "\e999"; } -.icon-ic_fluent_notepad_20_filled:before { +.icon-ic_fluent_notebook_section_20_filled:before { content: "\e99a"; } -.icon-ic_fluent_notepad_20_regular:before { +.icon-ic_fluent_notebook_section_20_regular:before { content: "\e99b"; } -.icon-ic_fluent_notepad_edit_20_filled:before { +.icon-ic_fluent_notebook_subsection_20_filled:before { content: "\e99c"; } -.icon-ic_fluent_notepad_edit_20_regular:before { +.icon-ic_fluent_notebook_subsection_20_regular:before { content: "\e99d"; } -.icon-ic_fluent_notepad_person_20_filled:before { +.icon-ic_fluent_notebook_sync_20_filled:before { content: "\e99e"; } -.icon-ic_fluent_notepad_person_20_regular:before { +.icon-ic_fluent_notebook_sync_20_regular:before { content: "\e99f"; } -.icon-ic_fluent_number_circle_1_20_filled:before { +.icon-ic_fluent_notepad_20_filled:before { content: "\e9a0"; } -.icon-ic_fluent_number_circle_1_20_regular:before { +.icon-ic_fluent_notepad_20_regular:before { content: "\e9a1"; } -.icon-ic_fluent_number_circle_2_20_filled:before { +.icon-ic_fluent_notepad_edit_20_filled:before { content: "\e9a2"; } -.icon-ic_fluent_number_circle_2_20_regular:before { +.icon-ic_fluent_notepad_edit_20_regular:before { content: "\e9a3"; } -.icon-ic_fluent_number_circle_3_20_filled:before { +.icon-ic_fluent_notepad_person_20_filled:before { content: "\e9a4"; } -.icon-ic_fluent_number_circle_3_20_regular:before { +.icon-ic_fluent_notepad_person_20_regular:before { content: "\e9a5"; } -.icon-ic_fluent_number_circle_4_20_filled:before { +.icon-ic_fluent_number_circle_1_20_filled:before { content: "\e9a6"; } -.icon-ic_fluent_number_circle_4_20_regular:before { +.icon-ic_fluent_number_circle_1_20_regular:before { content: "\e9a7"; } -.icon-ic_fluent_number_circle_5_20_filled:before { +.icon-ic_fluent_number_circle_2_20_filled:before { content: "\e9a8"; } -.icon-ic_fluent_number_circle_5_20_regular:before { +.icon-ic_fluent_number_circle_2_20_regular:before { content: "\e9a9"; } -.icon-ic_fluent_number_row_20_filled:before { +.icon-ic_fluent_number_circle_3_20_filled:before { content: "\e9aa"; } -.icon-ic_fluent_number_row_20_regular:before { +.icon-ic_fluent_number_circle_3_20_regular:before { content: "\e9ab"; } -.icon-ic_fluent_number_symbol_20_filled:before { +.icon-ic_fluent_number_circle_4_20_filled:before { content: "\e9ac"; } -.icon-ic_fluent_number_symbol_20_regular:before { +.icon-ic_fluent_number_circle_4_20_regular:before { content: "\e9ad"; } -.icon-ic_fluent_number_symbol_dismiss_20_filled:before { +.icon-ic_fluent_number_circle_5_20_filled:before { content: "\e9ae"; } -.icon-ic_fluent_number_symbol_dismiss_20_regular:before { +.icon-ic_fluent_number_circle_5_20_regular:before { content: "\e9af"; } -.icon-ic_fluent_number_symbol_square_20_filled:before { +.icon-ic_fluent_number_row_20_filled:before { content: "\e9b0"; } -.icon-ic_fluent_number_symbol_square_20_regular:before { +.icon-ic_fluent_number_row_20_regular:before { content: "\e9b1"; } -.icon-ic_fluent_open_20_filled:before { +.icon-ic_fluent_number_symbol_20_filled:before { content: "\e9b2"; } -.icon-ic_fluent_open_20_regular:before { +.icon-ic_fluent_number_symbol_20_regular:before { content: "\e9b3"; } -.icon-ic_fluent_open_folder_20_filled:before { +.icon-ic_fluent_number_symbol_dismiss_20_filled:before { content: "\e9b4"; } -.icon-ic_fluent_open_folder_20_regular:before { +.icon-ic_fluent_number_symbol_dismiss_20_regular:before { content: "\e9b5"; } -.icon-ic_fluent_open_off_20_filled:before { +.icon-ic_fluent_number_symbol_square_20_filled:before { content: "\e9b6"; } -.icon-ic_fluent_open_off_20_regular:before { +.icon-ic_fluent_number_symbol_square_20_regular:before { content: "\e9b7"; } -.icon-ic_fluent_options_20_filled:before { +.icon-ic_fluent_open_20_filled:before { content: "\e9b8"; } -.icon-ic_fluent_options_20_regular:before { +.icon-ic_fluent_open_20_regular:before { content: "\e9b9"; } -.icon-ic_fluent_organization_20_filled:before { +.icon-ic_fluent_open_folder_20_filled:before { content: "\e9ba"; } -.icon-ic_fluent_organization_20_regular:before { +.icon-ic_fluent_open_folder_20_regular:before { content: "\e9bb"; } -.icon-ic_fluent_organization_horizontal_20_filled:before { +.icon-ic_fluent_open_off_20_filled:before { content: "\e9bc"; } -.icon-ic_fluent_organization_horizontal_20_regular:before { +.icon-ic_fluent_open_off_20_regular:before { content: "\e9bd"; } -.icon-ic_fluent_orientation_20_filled:before { +.icon-ic_fluent_options_20_filled:before { content: "\e9be"; } -.icon-ic_fluent_orientation_20_regular:before { +.icon-ic_fluent_options_20_regular:before { content: "\e9bf"; } -.icon-ic_fluent_oval_20_filled:before { +.icon-ic_fluent_organization_20_filled:before { content: "\e9c0"; } -.icon-ic_fluent_oval_20_regular:before { +.icon-ic_fluent_organization_20_regular:before { content: "\e9c1"; } -.icon-ic_fluent_oven_20_filled:before { +.icon-ic_fluent_organization_horizontal_20_filled:before { content: "\e9c2"; } -.icon-ic_fluent_oven_20_regular:before { +.icon-ic_fluent_organization_horizontal_20_regular:before { content: "\e9c3"; } -.icon-ic_fluent_padding_down_20_filled:before { +.icon-ic_fluent_orientation_20_filled:before { content: "\e9c4"; } -.icon-ic_fluent_padding_down_20_regular:before { +.icon-ic_fluent_orientation_20_regular:before { content: "\e9c5"; } -.icon-ic_fluent_padding_left_20_filled:before { +.icon-ic_fluent_oval_20_filled:before { content: "\e9c6"; } -.icon-ic_fluent_padding_left_20_regular:before { +.icon-ic_fluent_oval_20_regular:before { content: "\e9c7"; } -.icon-ic_fluent_padding_right_20_filled:before { +.icon-ic_fluent_oven_20_filled:before { content: "\e9c8"; } -.icon-ic_fluent_padding_right_20_regular:before { +.icon-ic_fluent_oven_20_regular:before { content: "\e9c9"; } -.icon-ic_fluent_padding_top_20_filled:before { +.icon-ic_fluent_padding_down_20_filled:before { content: "\e9ca"; } -.icon-ic_fluent_padding_top_20_regular:before { +.icon-ic_fluent_padding_down_20_regular:before { content: "\e9cb"; } -.icon-ic_fluent_page_fit_20_filled:before { +.icon-ic_fluent_padding_left_20_filled:before { content: "\e9cc"; } -.icon-ic_fluent_page_fit_20_regular:before { +.icon-ic_fluent_padding_left_20_regular:before { content: "\e9cd"; } -.icon-ic_fluent_paint_brush_20_filled:before { +.icon-ic_fluent_padding_right_20_filled:before { content: "\e9ce"; } -.icon-ic_fluent_paint_brush_20_regular:before { +.icon-ic_fluent_padding_right_20_regular:before { content: "\e9cf"; } -.icon-ic_fluent_paint_brush_arrow_down_20_filled:before { +.icon-ic_fluent_padding_top_20_filled:before { content: "\e9d0"; } -.icon-ic_fluent_paint_brush_arrow_down_20_regular:before { +.icon-ic_fluent_padding_top_20_regular:before { content: "\e9d1"; } -.icon-ic_fluent_paint_brush_arrow_up_20_filled:before { +.icon-ic_fluent_page_fit_20_filled:before { content: "\e9d2"; } -.icon-ic_fluent_paint_brush_arrow_up_20_regular:before { +.icon-ic_fluent_page_fit_20_regular:before { content: "\e9d3"; } -.icon-ic_fluent_paint_bucket_20_filled:before { +.icon-ic_fluent_paint_brush_20_filled:before { content: "\e9d4"; } -.icon-ic_fluent_paint_bucket_20_regular:before { +.icon-ic_fluent_paint_brush_20_regular:before { content: "\e9d5"; } -.icon-ic_fluent_pair_20_filled:before { +.icon-ic_fluent_paint_brush_arrow_down_20_filled:before { content: "\e9d6"; } -.icon-ic_fluent_pair_20_regular:before { +.icon-ic_fluent_paint_brush_arrow_down_20_regular:before { content: "\e9d7"; } -.icon-ic_fluent_panel_bottom_20_filled:before { +.icon-ic_fluent_paint_brush_arrow_up_20_filled:before { content: "\e9d8"; } -.icon-ic_fluent_panel_bottom_20_regular:before { +.icon-ic_fluent_paint_brush_arrow_up_20_regular:before { content: "\e9d9"; } -.icon-ic_fluent_panel_bottom_contract_20_filled:before { +.icon-ic_fluent_paint_bucket_20_filled:before { content: "\e9da"; } -.icon-ic_fluent_panel_bottom_contract_20_regular:before { +.icon-ic_fluent_paint_bucket_20_regular:before { content: "\e9db"; } -.icon-ic_fluent_panel_bottom_expand_20_filled:before { +.icon-ic_fluent_pair_20_filled:before { content: "\e9dc"; } -.icon-ic_fluent_panel_bottom_expand_20_regular:before { +.icon-ic_fluent_pair_20_regular:before { content: "\e9dd"; } -.icon-ic_fluent_panel_down_20_filled:before { +.icon-ic_fluent_panel_bottom_20_filled:before { content: "\e9de"; } -.icon-ic_fluent_panel_down_20_regular:before { +.icon-ic_fluent_panel_bottom_20_regular:before { content: "\e9df"; } -.icon-ic_fluent_panel_left_20_filled:before { +.icon-ic_fluent_panel_bottom_contract_20_filled:before { content: "\e9e0"; } -.icon-ic_fluent_panel_left_20_regular:before { +.icon-ic_fluent_panel_bottom_contract_20_regular:before { content: "\e9e1"; } -.icon-ic_fluent_panel_left_add_20_filled:before { +.icon-ic_fluent_panel_bottom_expand_20_filled:before { content: "\e9e2"; } -.icon-ic_fluent_panel_left_add_20_regular:before { +.icon-ic_fluent_panel_bottom_expand_20_regular:before { content: "\e9e3"; } -.icon-ic_fluent_panel_left_contract_20_filled:before { +.icon-ic_fluent_panel_down_20_filled:before { content: "\e9e4"; } -.icon-ic_fluent_panel_left_contract_20_regular:before { +.icon-ic_fluent_panel_down_20_regular:before { content: "\e9e5"; } -.icon-ic_fluent_panel_left_expand_20_filled:before { +.icon-ic_fluent_panel_left_20_filled:before { content: "\e9e6"; } -.icon-ic_fluent_panel_left_expand_20_regular:before { +.icon-ic_fluent_panel_left_20_regular:before { content: "\e9e7"; } -.icon-ic_fluent_panel_left_focus_right_20_filled:before { +.icon-ic_fluent_panel_left_add_20_filled:before { content: "\e9e8"; } -.icon-ic_fluent_panel_left_key_20_filled:before { +.icon-ic_fluent_panel_left_add_20_regular:before { content: "\e9e9"; } -.icon-ic_fluent_panel_left_key_20_regular:before { +.icon-ic_fluent_panel_left_contract_20_filled:before { content: "\e9ea"; } -.icon-ic_fluent_panel_right_20_filled:before { +.icon-ic_fluent_panel_left_contract_20_regular:before { content: "\e9eb"; } -.icon-ic_fluent_panel_right_20_regular:before { +.icon-ic_fluent_panel_left_expand_20_filled:before { content: "\e9ec"; } -.icon-ic_fluent_panel_right_add_20_filled:before { +.icon-ic_fluent_panel_left_expand_20_regular:before { content: "\e9ed"; } -.icon-ic_fluent_panel_right_add_20_regular:before { +.icon-ic_fluent_panel_left_focus_right_20_filled:before { content: "\e9ee"; } -.icon-ic_fluent_panel_right_contract_20_filled:before { +.icon-ic_fluent_panel_left_key_20_filled:before { content: "\e9ef"; } -.icon-ic_fluent_panel_right_contract_20_regular:before { +.icon-ic_fluent_panel_left_key_20_regular:before { content: "\e9f0"; } -.icon-ic_fluent_panel_right_cursor_20_filled:before { +.icon-ic_fluent_panel_right_20_filled:before { content: "\e9f1"; } -.icon-ic_fluent_panel_right_cursor_20_regular:before { +.icon-ic_fluent_panel_right_20_regular:before { content: "\e9f2"; } -.icon-ic_fluent_panel_right_expand_20_filled:before { +.icon-ic_fluent_panel_right_add_20_filled:before { content: "\e9f3"; } -.icon-ic_fluent_panel_right_expand_20_regular:before { +.icon-ic_fluent_panel_right_add_20_regular:before { content: "\e9f4"; } -.icon-ic_fluent_panel_separate_window_20_filled:before { +.icon-ic_fluent_panel_right_contract_20_filled:before { content: "\e9f5"; } -.icon-ic_fluent_panel_separate_window_20_regular:before { +.icon-ic_fluent_panel_right_contract_20_regular:before { content: "\e9f6"; } -.icon-ic_fluent_panel_top_contract_20_filled:before { +.icon-ic_fluent_panel_right_cursor_20_filled:before { content: "\e9f7"; } -.icon-ic_fluent_panel_top_contract_20_regular:before { +.icon-ic_fluent_panel_right_cursor_20_regular:before { content: "\e9f8"; } -.icon-ic_fluent_panel_top_expand_20_filled:before { +.icon-ic_fluent_panel_right_expand_20_filled:before { content: "\e9f9"; } -.icon-ic_fluent_panel_top_expand_20_regular:before { +.icon-ic_fluent_panel_right_expand_20_regular:before { content: "\e9fa"; } -.icon-ic_fluent_password_20_filled:before { +.icon-ic_fluent_panel_separate_window_20_filled:before { content: "\e9fb"; } -.icon-ic_fluent_password_20_regular:before { +.icon-ic_fluent_panel_separate_window_20_regular:before { content: "\e9fc"; } -.icon-ic_fluent_patch_20_filled:before { +.icon-ic_fluent_panel_top_contract_20_filled:before { content: "\e9fd"; } -.icon-ic_fluent_patch_20_regular:before { +.icon-ic_fluent_panel_top_contract_20_regular:before { content: "\e9fe"; } -.icon-ic_fluent_patient_20_filled:before { +.icon-ic_fluent_panel_top_expand_20_filled:before { content: "\e9ff"; } -.icon-ic_fluent_patient_20_regular:before { +.icon-ic_fluent_panel_top_expand_20_regular:before { content: "\ea00"; } -.icon-ic_fluent_pause_20_filled:before { +.icon-ic_fluent_password_20_filled:before { content: "\ea01"; } -.icon-ic_fluent_pause_20_regular:before { +.icon-ic_fluent_password_20_regular:before { content: "\ea02"; } -.icon-ic_fluent_pause_circle_20_filled:before { +.icon-ic_fluent_patch_20_filled:before { content: "\ea03"; } -.icon-ic_fluent_pause_circle_20_regular:before { +.icon-ic_fluent_patch_20_regular:before { content: "\ea04"; } -.icon-ic_fluent_pause_off_20_filled:before { +.icon-ic_fluent_patient_20_filled:before { content: "\ea05"; } -.icon-ic_fluent_pause_off_20_regular:before { +.icon-ic_fluent_patient_20_regular:before { content: "\ea06"; } -.icon-ic_fluent_pause_settings_20_filled:before { +.icon-ic_fluent_pause_20_filled:before { content: "\ea07"; } -.icon-ic_fluent_pause_settings_20_regular:before { +.icon-ic_fluent_pause_20_regular:before { content: "\ea08"; } -.icon-ic_fluent_payment_20_filled:before { +.icon-ic_fluent_pause_circle_20_filled:before { content: "\ea09"; } -.icon-ic_fluent_payment_20_regular:before { +.icon-ic_fluent_pause_circle_20_regular:before { content: "\ea0a"; } -.icon-ic_fluent_pen_20_filled:before { +.icon-ic_fluent_pause_off_20_filled:before { content: "\ea0b"; } -.icon-ic_fluent_pen_20_regular:before { +.icon-ic_fluent_pause_off_20_regular:before { content: "\ea0c"; } -.icon-ic_fluent_pen_off_20_filled:before { +.icon-ic_fluent_pause_settings_20_filled:before { content: "\ea0d"; } -.icon-ic_fluent_pen_off_20_regular:before { +.icon-ic_fluent_pause_settings_20_regular:before { content: "\ea0e"; } -.icon-ic_fluent_pen_prohibited_20_filled:before { +.icon-ic_fluent_payment_20_filled:before { content: "\ea0f"; } -.icon-ic_fluent_pen_prohibited_20_regular:before { +.icon-ic_fluent_payment_20_regular:before { content: "\ea10"; } -.icon-ic_fluent_pentagon_20_filled:before { +.icon-ic_fluent_pen_20_filled:before { content: "\ea11"; } -.icon-ic_fluent_pentagon_20_regular:before { +.icon-ic_fluent_pen_20_regular:before { content: "\ea12"; } -.icon-ic_fluent_people_20_filled:before { +.icon-ic_fluent_pen_off_20_filled:before { content: "\ea13"; } -.icon-ic_fluent_people_20_regular:before { +.icon-ic_fluent_pen_off_20_regular:before { content: "\ea14"; } -.icon-ic_fluent_people_add_20_filled:before { +.icon-ic_fluent_pen_prohibited_20_filled:before { content: "\ea15"; } -.icon-ic_fluent_people_add_20_regular:before { +.icon-ic_fluent_pen_prohibited_20_regular:before { content: "\ea16"; } -.icon-ic_fluent_people_audience_20_filled:before { +.icon-ic_fluent_pentagon_20_filled:before { content: "\ea17"; } -.icon-ic_fluent_people_audience_20_regular:before { +.icon-ic_fluent_pentagon_20_regular:before { content: "\ea18"; } -.icon-ic_fluent_people_call_20_filled:before { +.icon-ic_fluent_people_20_filled:before { content: "\ea19"; } -.icon-ic_fluent_people_call_20_regular:before { +.icon-ic_fluent_people_20_regular:before { content: "\ea1a"; } -.icon-ic_fluent_people_checkmark_20_filled:before { +.icon-ic_fluent_people_add_20_filled:before { content: "\ea1b"; } -.icon-ic_fluent_people_checkmark_20_regular:before { +.icon-ic_fluent_people_add_20_regular:before { content: "\ea1c"; } -.icon-ic_fluent_people_community_20_filled:before { +.icon-ic_fluent_people_audience_20_filled:before { content: "\ea1d"; } -.icon-ic_fluent_people_community_20_regular:before { +.icon-ic_fluent_people_audience_20_regular:before { content: "\ea1e"; } -.icon-ic_fluent_people_community_add_20_filled:before { +.icon-ic_fluent_people_call_20_filled:before { content: "\ea1f"; } -.icon-ic_fluent_people_community_add_20_regular:before { +.icon-ic_fluent_people_call_20_regular:before { content: "\ea20"; } -.icon-ic_fluent_people_edit_20_filled:before { +.icon-ic_fluent_people_checkmark_20_filled:before { content: "\ea21"; } -.icon-ic_fluent_people_edit_20_regular:before { +.icon-ic_fluent_people_checkmark_20_regular:before { content: "\ea22"; } -.icon-ic_fluent_people_error_20_filled:before { +.icon-ic_fluent_people_community_20_filled:before { content: "\ea23"; } -.icon-ic_fluent_people_error_20_regular:before { +.icon-ic_fluent_people_community_20_regular:before { content: "\ea24"; } -.icon-ic_fluent_people_list_20_filled:before { +.icon-ic_fluent_people_community_add_20_filled:before { content: "\ea25"; } -.icon-ic_fluent_people_list_20_regular:before { +.icon-ic_fluent_people_community_add_20_regular:before { content: "\ea26"; } -.icon-ic_fluent_people_lock_20_filled:before { +.icon-ic_fluent_people_edit_20_filled:before { content: "\ea27"; } -.icon-ic_fluent_people_lock_20_regular:before { +.icon-ic_fluent_people_edit_20_regular:before { content: "\ea28"; } -.icon-ic_fluent_people_money_20_filled:before { +.icon-ic_fluent_people_error_20_filled:before { content: "\ea29"; } -.icon-ic_fluent_people_money_20_regular:before { +.icon-ic_fluent_people_error_20_regular:before { content: "\ea2a"; } -.icon-ic_fluent_people_prohibited_20_filled:before { +.icon-ic_fluent_people_list_20_filled:before { content: "\ea2b"; } -.icon-ic_fluent_people_prohibited_20_regular:before { +.icon-ic_fluent_people_list_20_regular:before { content: "\ea2c"; } -.icon-ic_fluent_people_queue_20_filled:before { +.icon-ic_fluent_people_lock_20_filled:before { content: "\ea2d"; } -.icon-ic_fluent_people_queue_20_regular:before { +.icon-ic_fluent_people_lock_20_regular:before { content: "\ea2e"; } -.icon-ic_fluent_people_search_20_filled:before { +.icon-ic_fluent_people_money_20_filled:before { content: "\ea2f"; } -.icon-ic_fluent_people_search_20_regular:before { +.icon-ic_fluent_people_money_20_regular:before { content: "\ea30"; } -.icon-ic_fluent_people_settings_20_filled:before { +.icon-ic_fluent_people_prohibited_20_filled:before { content: "\ea31"; } -.icon-ic_fluent_people_settings_20_regular:before { +.icon-ic_fluent_people_prohibited_20_regular:before { content: "\ea32"; } -.icon-ic_fluent_people_swap_20_filled:before { +.icon-ic_fluent_people_queue_20_filled:before { content: "\ea33"; } -.icon-ic_fluent_people_swap_20_regular:before { +.icon-ic_fluent_people_queue_20_regular:before { content: "\ea34"; } -.icon-ic_fluent_people_sync_20_filled:before { +.icon-ic_fluent_people_search_20_filled:before { content: "\ea35"; } -.icon-ic_fluent_people_sync_20_regular:before { +.icon-ic_fluent_people_search_20_regular:before { content: "\ea36"; } -.icon-ic_fluent_people_team_20_filled:before { +.icon-ic_fluent_people_settings_20_filled:before { content: "\ea37"; } -.icon-ic_fluent_people_team_20_regular:before { +.icon-ic_fluent_people_settings_20_regular:before { content: "\ea38"; } -.icon-ic_fluent_people_team_add_20_filled:before { +.icon-ic_fluent_people_star_20_filled:before { content: "\ea39"; } -.icon-ic_fluent_people_team_add_20_regular:before { +.icon-ic_fluent_people_star_20_regular:before { content: "\ea3a"; } -.icon-ic_fluent_people_team_delete_20_filled:before { +.icon-ic_fluent_people_swap_20_filled:before { content: "\ea3b"; } -.icon-ic_fluent_people_team_delete_20_regular:before { +.icon-ic_fluent_people_swap_20_regular:before { content: "\ea3c"; } -.icon-ic_fluent_people_team_toolbox_20_filled:before { +.icon-ic_fluent_people_sync_20_filled:before { content: "\ea3d"; } -.icon-ic_fluent_people_team_toolbox_20_regular:before { +.icon-ic_fluent_people_sync_20_regular:before { content: "\ea3e"; } -.icon-ic_fluent_people_toolbox_20_filled:before { +.icon-ic_fluent_people_team_20_filled:before { content: "\ea3f"; } -.icon-ic_fluent_people_toolbox_20_regular:before { +.icon-ic_fluent_people_team_20_regular:before { content: "\ea40"; } -.icon-ic_fluent_person_20_filled:before { +.icon-ic_fluent_people_team_add_20_filled:before { content: "\ea41"; } -.icon-ic_fluent_person_20_regular:before { +.icon-ic_fluent_people_team_add_20_regular:before { content: "\ea42"; } -.icon-ic_fluent_person_5_20_filled:before { +.icon-ic_fluent_people_team_delete_20_filled:before { content: "\ea43"; } -.icon-ic_fluent_person_5_20_regular:before { +.icon-ic_fluent_people_team_delete_20_regular:before { content: "\ea44"; } -.icon-ic_fluent_person_6_20_filled:before { +.icon-ic_fluent_people_team_toolbox_20_filled:before { content: "\ea45"; } -.icon-ic_fluent_person_6_20_regular:before { +.icon-ic_fluent_people_team_toolbox_20_regular:before { content: "\ea46"; } -.icon-ic_fluent_person_accounts_20_filled:before { +.icon-ic_fluent_people_toolbox_20_filled:before { content: "\ea47"; } -.icon-ic_fluent_person_accounts_20_regular:before { +.icon-ic_fluent_people_toolbox_20_regular:before { content: "\ea48"; } -.icon-ic_fluent_person_add_20_filled:before { +.icon-ic_fluent_person_20_filled:before { content: "\ea49"; } -.icon-ic_fluent_person_add_20_regular:before { +.icon-ic_fluent_person_20_regular:before { content: "\ea4a"; } -.icon-ic_fluent_person_alert_20_filled:before { +.icon-ic_fluent_person_5_20_filled:before { content: "\ea4b"; } -.icon-ic_fluent_person_alert_20_regular:before { +.icon-ic_fluent_person_5_20_regular:before { content: "\ea4c"; } -.icon-ic_fluent_person_arrow_back_20_filled:before { +.icon-ic_fluent_person_6_20_filled:before { content: "\ea4d"; } -.icon-ic_fluent_person_arrow_back_20_regular:before { +.icon-ic_fluent_person_6_20_regular:before { content: "\ea4e"; } -.icon-ic_fluent_person_arrow_left_20_filled:before { +.icon-ic_fluent_person_accounts_20_filled:before { content: "\ea4f"; } -.icon-ic_fluent_person_arrow_left_20_regular:before { +.icon-ic_fluent_person_accounts_20_regular:before { content: "\ea50"; } -.icon-ic_fluent_person_arrow_right_20_filled:before { +.icon-ic_fluent_person_add_20_filled:before { content: "\ea51"; } -.icon-ic_fluent_person_arrow_right_20_regular:before { +.icon-ic_fluent_person_add_20_regular:before { content: "\ea52"; } -.icon-ic_fluent_person_available_20_filled:before { +.icon-ic_fluent_person_alert_20_filled:before { content: "\ea53"; } -.icon-ic_fluent_person_available_20_regular:before { +.icon-ic_fluent_person_alert_20_regular:before { content: "\ea54"; } -.icon-ic_fluent_person_board_20_filled:before { +.icon-ic_fluent_person_arrow_back_20_filled:before { content: "\ea55"; } -.icon-ic_fluent_person_board_20_regular:before { +.icon-ic_fluent_person_arrow_back_20_regular:before { content: "\ea56"; } -.icon-ic_fluent_person_call_20_filled:before { +.icon-ic_fluent_person_arrow_left_20_filled:before { content: "\ea57"; } -.icon-ic_fluent_person_call_20_regular:before { +.icon-ic_fluent_person_arrow_left_20_regular:before { content: "\ea58"; } -.icon-ic_fluent_person_chat_20_filled:before { +.icon-ic_fluent_person_arrow_right_20_filled:before { content: "\ea59"; } -.icon-ic_fluent_person_chat_20_regular:before { +.icon-ic_fluent_person_arrow_right_20_regular:before { content: "\ea5a"; } -.icon-ic_fluent_person_circle_20_filled:before { +.icon-ic_fluent_person_available_20_filled:before { content: "\ea5b"; } -.icon-ic_fluent_person_circle_20_regular:before { +.icon-ic_fluent_person_available_20_regular:before { content: "\ea5c"; } -.icon-ic_fluent_person_clock_20_filled:before { +.icon-ic_fluent_person_board_20_filled:before { content: "\ea5d"; } -.icon-ic_fluent_person_clock_20_regular:before { +.icon-ic_fluent_person_board_20_regular:before { content: "\ea5e"; } -.icon-ic_fluent_person_delete_20_filled:before { +.icon-ic_fluent_person_call_20_filled:before { content: "\ea5f"; } -.icon-ic_fluent_person_delete_20_regular:before { +.icon-ic_fluent_person_call_20_regular:before { content: "\ea60"; } -.icon-ic_fluent_person_edit_20_filled:before { +.icon-ic_fluent_person_chat_20_filled:before { content: "\ea61"; } -.icon-ic_fluent_person_edit_20_regular:before { +.icon-ic_fluent_person_chat_20_regular:before { content: "\ea62"; } -.icon-ic_fluent_person_feedback_20_filled:before { +.icon-ic_fluent_person_circle_20_filled:before { content: "\ea63"; } -.icon-ic_fluent_person_feedback_20_regular:before { +.icon-ic_fluent_person_circle_20_regular:before { content: "\ea64"; } -.icon-ic_fluent_person_heart_20_filled:before { +.icon-ic_fluent_person_clock_20_filled:before { content: "\ea65"; } -.icon-ic_fluent_person_heart_20_regular:before { +.icon-ic_fluent_person_clock_20_regular:before { content: "\ea66"; } -.icon-ic_fluent_person_info_20_filled:before { +.icon-ic_fluent_person_delete_20_filled:before { content: "\ea67"; } -.icon-ic_fluent_person_info_20_regular:before { +.icon-ic_fluent_person_delete_20_regular:before { content: "\ea68"; } -.icon-ic_fluent_person_key_20_filled:before { +.icon-ic_fluent_person_edit_20_filled:before { content: "\ea69"; } -.icon-ic_fluent_person_key_20_regular:before { +.icon-ic_fluent_person_edit_20_regular:before { content: "\ea6a"; } -.icon-ic_fluent_person_lightbulb_20_filled:before { +.icon-ic_fluent_person_feedback_20_filled:before { content: "\ea6b"; } -.icon-ic_fluent_person_lightbulb_20_regular:before { +.icon-ic_fluent_person_feedback_20_regular:before { content: "\ea6c"; } -.icon-ic_fluent_person_link_20_filled:before { +.icon-ic_fluent_person_heart_20_filled:before { content: "\ea6d"; } -.icon-ic_fluent_person_link_20_regular:before { +.icon-ic_fluent_person_heart_20_regular:before { content: "\ea6e"; } -.icon-ic_fluent_person_lock_20_filled:before { +.icon-ic_fluent_person_info_20_filled:before { content: "\ea6f"; } -.icon-ic_fluent_person_lock_20_regular:before { +.icon-ic_fluent_person_info_20_regular:before { content: "\ea70"; } -.icon-ic_fluent_person_mail_20_filled:before { +.icon-ic_fluent_person_key_20_filled:before { content: "\ea71"; } -.icon-ic_fluent_person_mail_20_regular:before { +.icon-ic_fluent_person_key_20_regular:before { content: "\ea72"; } -.icon-ic_fluent_person_money_20_filled:before { +.icon-ic_fluent_person_lightbulb_20_filled:before { content: "\ea73"; } -.icon-ic_fluent_person_money_20_regular:before { +.icon-ic_fluent_person_lightbulb_20_regular:before { content: "\ea74"; } -.icon-ic_fluent_person_note_20_filled:before { +.icon-ic_fluent_person_link_20_filled:before { content: "\ea75"; } -.icon-ic_fluent_person_note_20_regular:before { +.icon-ic_fluent_person_link_20_regular:before { content: "\ea76"; } -.icon-ic_fluent_person_pill_20_filled:before { +.icon-ic_fluent_person_lock_20_filled:before { content: "\ea77"; } -.icon-ic_fluent_person_pill_20_regular:before { +.icon-ic_fluent_person_lock_20_regular:before { content: "\ea78"; } -.icon-ic_fluent_person_prohibited_20_filled:before { +.icon-ic_fluent_person_mail_20_filled:before { content: "\ea79"; } -.icon-ic_fluent_person_prohibited_20_regular:before { +.icon-ic_fluent_person_mail_20_regular:before { content: "\ea7a"; } -.icon-ic_fluent_person_question_mark_20_filled:before { +.icon-ic_fluent_person_money_20_filled:before { content: "\ea7b"; } -.icon-ic_fluent_person_question_mark_20_regular:before { +.icon-ic_fluent_person_money_20_regular:before { content: "\ea7c"; } -.icon-ic_fluent_person_running_20_filled:before { +.icon-ic_fluent_person_note_20_filled:before { content: "\ea7d"; } -.icon-ic_fluent_person_running_20_regular:before { +.icon-ic_fluent_person_note_20_regular:before { content: "\ea7e"; } -.icon-ic_fluent_person_settings_20_filled:before { +.icon-ic_fluent_person_pill_20_filled:before { content: "\ea7f"; } -.icon-ic_fluent_person_settings_20_regular:before { +.icon-ic_fluent_person_pill_20_regular:before { content: "\ea80"; } -.icon-ic_fluent_person_square_20_filled:before { +.icon-ic_fluent_person_prohibited_20_filled:before { content: "\ea81"; } -.icon-ic_fluent_person_square_20_regular:before { +.icon-ic_fluent_person_prohibited_20_regular:before { content: "\ea82"; } -.icon-ic_fluent_person_star_20_filled:before { +.icon-ic_fluent_person_question_mark_20_filled:before { content: "\ea83"; } -.icon-ic_fluent_person_star_20_regular:before { +.icon-ic_fluent_person_question_mark_20_regular:before { content: "\ea84"; } -.icon-ic_fluent_person_starburst_20_filled:before { +.icon-ic_fluent_person_running_20_filled:before { content: "\ea85"; } -.icon-ic_fluent_person_starburst_20_regular:before { +.icon-ic_fluent_person_running_20_regular:before { content: "\ea86"; } -.icon-ic_fluent_person_subtract_20_filled:before { +.icon-ic_fluent_person_settings_20_filled:before { content: "\ea87"; } -.icon-ic_fluent_person_subtract_20_regular:before { +.icon-ic_fluent_person_settings_20_regular:before { content: "\ea88"; } -.icon-ic_fluent_person_support_20_filled:before { +.icon-ic_fluent_person_square_20_filled:before { content: "\ea89"; } -.icon-ic_fluent_person_support_20_regular:before { +.icon-ic_fluent_person_square_20_regular:before { content: "\ea8a"; } -.icon-ic_fluent_person_swap_20_filled:before { +.icon-ic_fluent_person_star_20_filled:before { content: "\ea8b"; } -.icon-ic_fluent_person_swap_20_regular:before { +.icon-ic_fluent_person_star_20_regular:before { content: "\ea8c"; } -.icon-ic_fluent_person_sync_20_filled:before { +.icon-ic_fluent_person_starburst_20_filled:before { content: "\ea8d"; } -.icon-ic_fluent_person_sync_20_regular:before { +.icon-ic_fluent_person_starburst_20_regular:before { content: "\ea8e"; } -.icon-ic_fluent_person_tag_20_filled:before { +.icon-ic_fluent_person_subtract_20_filled:before { content: "\ea8f"; } -.icon-ic_fluent_person_tag_20_regular:before { +.icon-ic_fluent_person_subtract_20_regular:before { content: "\ea90"; } -.icon-ic_fluent_person_voice_20_filled:before { +.icon-ic_fluent_person_support_20_filled:before { content: "\ea91"; } -.icon-ic_fluent_person_voice_20_regular:before { +.icon-ic_fluent_person_support_20_regular:before { content: "\ea92"; } -.icon-ic_fluent_person_walking_20_filled:before { +.icon-ic_fluent_person_swap_20_filled:before { content: "\ea93"; } -.icon-ic_fluent_person_walking_20_regular:before { +.icon-ic_fluent_person_swap_20_regular:before { content: "\ea94"; } -.icon-ic_fluent_phone_20_filled:before { +.icon-ic_fluent_person_sync_20_filled:before { content: "\ea95"; } -.icon-ic_fluent_phone_20_regular:before { +.icon-ic_fluent_person_sync_20_regular:before { content: "\ea96"; } -.icon-ic_fluent_phone_add_20_filled:before { +.icon-ic_fluent_person_tag_20_filled:before { content: "\ea97"; } -.icon-ic_fluent_phone_add_20_regular:before { +.icon-ic_fluent_person_tag_20_regular:before { content: "\ea98"; } -.icon-ic_fluent_phone_arrow_right_20_filled:before { +.icon-ic_fluent_person_voice_20_filled:before { content: "\ea99"; } -.icon-ic_fluent_phone_arrow_right_20_regular:before { +.icon-ic_fluent_person_voice_20_regular:before { content: "\ea9a"; } -.icon-ic_fluent_phone_chat_20_filled:before { +.icon-ic_fluent_person_walking_20_filled:before { content: "\ea9b"; } -.icon-ic_fluent_phone_chat_20_regular:before { +.icon-ic_fluent_person_walking_20_regular:before { content: "\ea9c"; } -.icon-ic_fluent_phone_checkmark_20_filled:before { +.icon-ic_fluent_phone_20_filled:before { content: "\ea9d"; } -.icon-ic_fluent_phone_checkmark_20_regular:before { +.icon-ic_fluent_phone_20_regular:before { content: "\ea9e"; } -.icon-ic_fluent_phone_desktop_20_filled:before { +.icon-ic_fluent_phone_add_20_filled:before { content: "\ea9f"; } -.icon-ic_fluent_phone_desktop_20_regular:before { +.icon-ic_fluent_phone_add_20_regular:before { content: "\eaa0"; } -.icon-ic_fluent_phone_desktop_add_20_filled:before { +.icon-ic_fluent_phone_arrow_right_20_filled:before { content: "\eaa1"; } -.icon-ic_fluent_phone_desktop_add_20_regular:before { +.icon-ic_fluent_phone_arrow_right_20_regular:before { content: "\eaa2"; } -.icon-ic_fluent_phone_dismiss_20_filled:before { +.icon-ic_fluent_phone_chat_20_filled:before { content: "\eaa3"; } -.icon-ic_fluent_phone_dismiss_20_regular:before { +.icon-ic_fluent_phone_chat_20_regular:before { content: "\eaa4"; } -.icon-ic_fluent_phone_eraser_20_filled:before { +.icon-ic_fluent_phone_checkmark_20_filled:before { content: "\eaa5"; } -.icon-ic_fluent_phone_eraser_20_regular:before { +.icon-ic_fluent_phone_checkmark_20_regular:before { content: "\eaa6"; } -.icon-ic_fluent_phone_key_20_filled:before { +.icon-ic_fluent_phone_desktop_20_filled:before { content: "\eaa7"; } -.icon-ic_fluent_phone_key_20_regular:before { +.icon-ic_fluent_phone_desktop_20_regular:before { content: "\eaa8"; } -.icon-ic_fluent_phone_laptop_20_filled:before { +.icon-ic_fluent_phone_desktop_add_20_filled:before { content: "\eaa9"; } -.icon-ic_fluent_phone_laptop_20_regular:before { +.icon-ic_fluent_phone_desktop_add_20_regular:before { content: "\eaaa"; } -.icon-ic_fluent_phone_link_setup_20_filled:before { +.icon-ic_fluent_phone_dismiss_20_filled:before { content: "\eaab"; } -.icon-ic_fluent_phone_link_setup_20_regular:before { +.icon-ic_fluent_phone_dismiss_20_regular:before { content: "\eaac"; } -.icon-ic_fluent_phone_lock_20_filled:before { +.icon-ic_fluent_phone_eraser_20_filled:before { content: "\eaad"; } -.icon-ic_fluent_phone_lock_20_regular:before { +.icon-ic_fluent_phone_eraser_20_regular:before { content: "\eaae"; } -.icon-ic_fluent_phone_page_header_20_filled:before { +.icon-ic_fluent_phone_key_20_filled:before { content: "\eaaf"; } -.icon-ic_fluent_phone_page_header_20_regular:before { +.icon-ic_fluent_phone_key_20_regular:before { content: "\eab0"; } -.icon-ic_fluent_phone_pagination_20_filled:before { +.icon-ic_fluent_phone_laptop_20_filled:before { content: "\eab1"; } -.icon-ic_fluent_phone_pagination_20_regular:before { +.icon-ic_fluent_phone_laptop_20_regular:before { content: "\eab2"; } -.icon-ic_fluent_phone_screen_time_20_filled:before { +.icon-ic_fluent_phone_link_setup_20_filled:before { content: "\eab3"; } -.icon-ic_fluent_phone_screen_time_20_regular:before { +.icon-ic_fluent_phone_link_setup_20_regular:before { content: "\eab4"; } -.icon-ic_fluent_phone_shake_20_filled:before { +.icon-ic_fluent_phone_lock_20_filled:before { content: "\eab5"; } -.icon-ic_fluent_phone_shake_20_regular:before { +.icon-ic_fluent_phone_lock_20_regular:before { content: "\eab6"; } -.icon-ic_fluent_phone_span_in_20_filled:before { +.icon-ic_fluent_phone_page_header_20_filled:before { content: "\eab7"; } -.icon-ic_fluent_phone_span_in_20_regular:before { +.icon-ic_fluent_phone_page_header_20_regular:before { content: "\eab8"; } -.icon-ic_fluent_phone_span_out_20_filled:before { +.icon-ic_fluent_phone_pagination_20_filled:before { content: "\eab9"; } -.icon-ic_fluent_phone_span_out_20_regular:before { +.icon-ic_fluent_phone_pagination_20_regular:before { content: "\eaba"; } -.icon-ic_fluent_phone_speaker_20_filled:before { +.icon-ic_fluent_phone_screen_time_20_filled:before { content: "\eabb"; } -.icon-ic_fluent_phone_speaker_20_regular:before { +.icon-ic_fluent_phone_screen_time_20_regular:before { content: "\eabc"; } -.icon-ic_fluent_phone_status_bar_20_filled:before { +.icon-ic_fluent_phone_shake_20_filled:before { content: "\eabd"; } -.icon-ic_fluent_phone_status_bar_20_regular:before { +.icon-ic_fluent_phone_shake_20_regular:before { content: "\eabe"; } -.icon-ic_fluent_phone_tablet_20_filled:before { +.icon-ic_fluent_phone_span_in_20_filled:before { content: "\eabf"; } -.icon-ic_fluent_phone_tablet_20_regular:before { +.icon-ic_fluent_phone_span_in_20_regular:before { content: "\eac0"; } -.icon-ic_fluent_phone_update_20_filled:before { +.icon-ic_fluent_phone_span_out_20_filled:before { content: "\eac1"; } -.icon-ic_fluent_phone_update_20_regular:before { +.icon-ic_fluent_phone_span_out_20_regular:before { content: "\eac2"; } -.icon-ic_fluent_phone_update_checkmark_20_filled:before { +.icon-ic_fluent_phone_speaker_20_filled:before { content: "\eac3"; } -.icon-ic_fluent_phone_update_checkmark_20_regular:before { +.icon-ic_fluent_phone_speaker_20_regular:before { content: "\eac4"; } -.icon-ic_fluent_phone_vertical_scroll_20_filled:before { +.icon-ic_fluent_phone_status_bar_20_filled:before { content: "\eac5"; } -.icon-ic_fluent_phone_vertical_scroll_20_regular:before { +.icon-ic_fluent_phone_status_bar_20_regular:before { content: "\eac6"; } -.icon-ic_fluent_phone_vibrate_20_filled:before { +.icon-ic_fluent_phone_tablet_20_filled:before { content: "\eac7"; } -.icon-ic_fluent_phone_vibrate_20_regular:before { +.icon-ic_fluent_phone_tablet_20_regular:before { content: "\eac8"; } -.icon-ic_fluent_photo_filter_20_filled:before { +.icon-ic_fluent_phone_update_20_filled:before { content: "\eac9"; } -.icon-ic_fluent_photo_filter_20_regular:before { +.icon-ic_fluent_phone_update_20_regular:before { content: "\eaca"; } -.icon-ic_fluent_pi_20_filled:before { +.icon-ic_fluent_phone_update_checkmark_20_filled:before { content: "\eacb"; } -.icon-ic_fluent_pi_20_regular:before { +.icon-ic_fluent_phone_update_checkmark_20_regular:before { content: "\eacc"; } -.icon-ic_fluent_picture_in_picture_20_filled:before { +.icon-ic_fluent_phone_vertical_scroll_20_filled:before { content: "\eacd"; } -.icon-ic_fluent_picture_in_picture_20_regular:before { +.icon-ic_fluent_phone_vertical_scroll_20_regular:before { content: "\eace"; } -.icon-ic_fluent_picture_in_picture_enter_20_filled:before { +.icon-ic_fluent_phone_vibrate_20_filled:before { content: "\eacf"; } -.icon-ic_fluent_picture_in_picture_enter_20_regular:before { +.icon-ic_fluent_phone_vibrate_20_regular:before { content: "\ead0"; } -.icon-ic_fluent_picture_in_picture_exit_20_filled:before { +.icon-ic_fluent_photo_filter_20_filled:before { content: "\ead1"; } -.icon-ic_fluent_picture_in_picture_exit_20_regular:before { +.icon-ic_fluent_photo_filter_20_regular:before { content: "\ead2"; } -.icon-ic_fluent_pill_20_filled:before { +.icon-ic_fluent_pi_20_filled:before { content: "\ead3"; } -.icon-ic_fluent_pill_20_regular:before { +.icon-ic_fluent_pi_20_regular:before { content: "\ead4"; } -.icon-ic_fluent_pin_20_filled:before { +.icon-ic_fluent_picture_in_picture_20_filled:before { content: "\ead5"; } -.icon-ic_fluent_pin_20_regular:before { +.icon-ic_fluent_picture_in_picture_20_regular:before { content: "\ead6"; } -.icon-ic_fluent_pin_off_20_filled:before { +.icon-ic_fluent_picture_in_picture_enter_20_filled:before { content: "\ead7"; } -.icon-ic_fluent_pin_off_20_regular:before { +.icon-ic_fluent_picture_in_picture_enter_20_regular:before { content: "\ead8"; } -.icon-ic_fluent_pipeline_20_filled:before { +.icon-ic_fluent_picture_in_picture_exit_20_filled:before { content: "\ead9"; } -.icon-ic_fluent_pipeline_20_regular:before { +.icon-ic_fluent_picture_in_picture_exit_20_regular:before { content: "\eada"; } -.icon-ic_fluent_pipeline_add_20_filled:before { +.icon-ic_fluent_pill_20_filled:before { content: "\eadb"; } -.icon-ic_fluent_pipeline_add_20_regular:before { +.icon-ic_fluent_pill_20_regular:before { content: "\eadc"; } -.icon-ic_fluent_pipeline_arrow_curve_down_20_filled:before { +.icon-ic_fluent_pin_20_filled:before { content: "\eadd"; } -.icon-ic_fluent_pipeline_arrow_curve_down_20_regular:before { +.icon-ic_fluent_pin_20_regular:before { content: "\eade"; } -.icon-ic_fluent_pipeline_play_20_filled:before { +.icon-ic_fluent_pin_off_20_filled:before { content: "\eadf"; } -.icon-ic_fluent_pipeline_play_20_regular:before { +.icon-ic_fluent_pin_off_20_regular:before { content: "\eae0"; } -.icon-ic_fluent_pivot_20_filled:before { +.icon-ic_fluent_pipeline_20_filled:before { content: "\eae1"; } -.icon-ic_fluent_pivot_20_regular:before { +.icon-ic_fluent_pipeline_20_regular:before { content: "\eae2"; } -.icon-ic_fluent_play_20_filled:before { +.icon-ic_fluent_pipeline_add_20_filled:before { content: "\eae3"; } -.icon-ic_fluent_play_20_regular:before { +.icon-ic_fluent_pipeline_add_20_regular:before { content: "\eae4"; } -.icon-ic_fluent_play_circle_20_filled:before { +.icon-ic_fluent_pipeline_arrow_curve_down_20_filled:before { content: "\eae5"; } -.icon-ic_fluent_play_circle_20_regular:before { +.icon-ic_fluent_pipeline_arrow_curve_down_20_regular:before { content: "\eae6"; } -.icon-ic_fluent_play_settings_20_filled:before { +.icon-ic_fluent_pipeline_play_20_filled:before { content: "\eae7"; } -.icon-ic_fluent_play_settings_20_regular:before { +.icon-ic_fluent_pipeline_play_20_regular:before { content: "\eae8"; } -.icon-ic_fluent_playing_cards_20_filled:before { +.icon-ic_fluent_pivot_20_filled:before { content: "\eae9"; } -.icon-ic_fluent_playing_cards_20_regular:before { +.icon-ic_fluent_pivot_20_regular:before { content: "\eaea"; } -.icon-ic_fluent_plug_connected_20_filled:before { +.icon-ic_fluent_play_20_filled:before { content: "\eaeb"; } -.icon-ic_fluent_plug_connected_20_regular:before { +.icon-ic_fluent_play_20_regular:before { content: "\eaec"; } -.icon-ic_fluent_plug_connected_add_20_filled:before { +.icon-ic_fluent_play_circle_20_filled:before { content: "\eaed"; } -.icon-ic_fluent_plug_connected_add_20_regular:before { +.icon-ic_fluent_play_circle_20_regular:before { content: "\eaee"; } -.icon-ic_fluent_plug_connected_checkmark_20_filled:before { +.icon-ic_fluent_play_settings_20_filled:before { content: "\eaef"; } -.icon-ic_fluent_plug_connected_checkmark_20_regular:before { +.icon-ic_fluent_play_settings_20_regular:before { content: "\eaf0"; } -.icon-ic_fluent_plug_disconnected_20_filled:before { +.icon-ic_fluent_playing_cards_20_filled:before { content: "\eaf1"; } -.icon-ic_fluent_plug_disconnected_20_regular:before { +.icon-ic_fluent_playing_cards_20_regular:before { content: "\eaf2"; } -.icon-ic_fluent_point_scan_20_filled:before { +.icon-ic_fluent_plug_connected_20_filled:before { content: "\eaf3"; } -.icon-ic_fluent_point_scan_20_regular:before { +.icon-ic_fluent_plug_connected_20_regular:before { content: "\eaf4"; } -.icon-ic_fluent_poll_20_filled:before { +.icon-ic_fluent_plug_connected_add_20_filled:before { content: "\eaf5"; } -.icon-ic_fluent_poll_20_regular:before { +.icon-ic_fluent_plug_connected_add_20_regular:before { content: "\eaf6"; } -.icon-ic_fluent_port_hdmi_20_filled:before { +.icon-ic_fluent_plug_connected_checkmark_20_filled:before { content: "\eaf7"; } -.icon-ic_fluent_port_hdmi_20_regular:before { +.icon-ic_fluent_plug_connected_checkmark_20_regular:before { content: "\eaf8"; } -.icon-ic_fluent_port_micro_usb_20_filled:before { +.icon-ic_fluent_plug_disconnected_20_filled:before { content: "\eaf9"; } -.icon-ic_fluent_port_micro_usb_20_regular:before { +.icon-ic_fluent_plug_disconnected_20_regular:before { content: "\eafa"; } -.icon-ic_fluent_port_usb_a_20_filled:before { +.icon-ic_fluent_point_scan_20_filled:before { content: "\eafb"; } -.icon-ic_fluent_port_usb_a_20_regular:before { +.icon-ic_fluent_point_scan_20_regular:before { content: "\eafc"; } -.icon-ic_fluent_port_usb_c_20_filled:before { +.icon-ic_fluent_poll_20_filled:before { content: "\eafd"; } -.icon-ic_fluent_port_usb_c_20_regular:before { +.icon-ic_fluent_poll_20_regular:before { content: "\eafe"; } -.icon-ic_fluent_position_backward_20_filled:before { +.icon-ic_fluent_port_hdmi_20_filled:before { content: "\eaff"; } -.icon-ic_fluent_position_backward_20_regular:before { +.icon-ic_fluent_port_hdmi_20_regular:before { content: "\eb00"; } -.icon-ic_fluent_position_forward_20_filled:before { +.icon-ic_fluent_port_micro_usb_20_filled:before { content: "\eb01"; } -.icon-ic_fluent_position_forward_20_regular:before { +.icon-ic_fluent_port_micro_usb_20_regular:before { content: "\eb02"; } -.icon-ic_fluent_position_to_back_20_filled:before { +.icon-ic_fluent_port_usb_a_20_filled:before { content: "\eb03"; } -.icon-ic_fluent_position_to_back_20_regular:before { +.icon-ic_fluent_port_usb_a_20_regular:before { content: "\eb04"; } -.icon-ic_fluent_position_to_front_20_filled:before { +.icon-ic_fluent_port_usb_c_20_filled:before { content: "\eb05"; } -.icon-ic_fluent_position_to_front_20_regular:before { +.icon-ic_fluent_port_usb_c_20_regular:before { content: "\eb06"; } -.icon-ic_fluent_power_20_filled:before { +.icon-ic_fluent_position_backward_20_filled:before { content: "\eb07"; } -.icon-ic_fluent_power_20_regular:before { +.icon-ic_fluent_position_backward_20_regular:before { content: "\eb08"; } -.icon-ic_fluent_predictions_20_filled:before { +.icon-ic_fluent_position_forward_20_filled:before { content: "\eb09"; } -.icon-ic_fluent_predictions_20_regular:before { +.icon-ic_fluent_position_forward_20_regular:before { content: "\eb0a"; } -.icon-ic_fluent_premium_20_filled:before { +.icon-ic_fluent_position_to_back_20_filled:before { content: "\eb0b"; } -.icon-ic_fluent_premium_20_regular:before { +.icon-ic_fluent_position_to_back_20_regular:before { content: "\eb0c"; } -.icon-ic_fluent_premium_person_20_filled:before { +.icon-ic_fluent_position_to_front_20_filled:before { content: "\eb0d"; } -.icon-ic_fluent_premium_person_20_regular:before { +.icon-ic_fluent_position_to_front_20_regular:before { content: "\eb0e"; } -.icon-ic_fluent_presence_available_20_filled:before { +.icon-ic_fluent_power_20_filled:before { content: "\eb0f"; } -.icon-ic_fluent_presence_available_20_regular:before { +.icon-ic_fluent_power_20_regular:before { content: "\eb10"; } -.icon-ic_fluent_presence_away_20_filled:before { +.icon-ic_fluent_predictions_20_filled:before { content: "\eb11"; } -.icon-ic_fluent_presence_blocked_20_regular:before { +.icon-ic_fluent_predictions_20_regular:before { content: "\eb12"; } -.icon-ic_fluent_presence_busy_20_filled:before { +.icon-ic_fluent_premium_20_filled:before { content: "\eb13"; } -.icon-ic_fluent_presence_dnd_20_filled:before { +.icon-ic_fluent_premium_20_regular:before { content: "\eb14"; } -.icon-ic_fluent_presence_dnd_20_regular:before { +.icon-ic_fluent_premium_person_20_filled:before { content: "\eb15"; } -.icon-ic_fluent_presence_offline_20_regular:before { +.icon-ic_fluent_premium_person_20_regular:before { content: "\eb16"; } -.icon-ic_fluent_presence_oof_20_regular:before { +.icon-ic_fluent_presence_available_20_filled:before { content: "\eb17"; } -.icon-ic_fluent_presence_unknown_20_regular:before { +.icon-ic_fluent_presence_available_20_regular:before { content: "\eb18"; } -.icon-ic_fluent_presenter_20_filled:before { +.icon-ic_fluent_presence_away_20_filled:before { content: "\eb19"; } -.icon-ic_fluent_presenter_20_regular:before { +.icon-ic_fluent_presence_blocked_20_regular:before { content: "\eb1a"; } -.icon-ic_fluent_presenter_off_20_filled:before { +.icon-ic_fluent_presence_busy_20_filled:before { content: "\eb1b"; } -.icon-ic_fluent_presenter_off_20_regular:before { +.icon-ic_fluent_presence_dnd_20_filled:before { content: "\eb1c"; } -.icon-ic_fluent_preview_link_20_filled:before { +.icon-ic_fluent_presence_dnd_20_regular:before { content: "\eb1d"; } -.icon-ic_fluent_preview_link_20_regular:before { +.icon-ic_fluent_presence_offline_20_regular:before { content: "\eb1e"; } -.icon-ic_fluent_previous_20_filled:before { +.icon-ic_fluent_presence_oof_20_regular:before { content: "\eb1f"; } -.icon-ic_fluent_previous_20_regular:before { +.icon-ic_fluent_presence_unknown_20_regular:before { content: "\eb20"; } -.icon-ic_fluent_print_20_filled:before { +.icon-ic_fluent_presenter_20_filled:before { content: "\eb21"; } -.icon-ic_fluent_print_20_regular:before { +.icon-ic_fluent_presenter_20_regular:before { content: "\eb22"; } -.icon-ic_fluent_print_add_20_filled:before { +.icon-ic_fluent_presenter_off_20_filled:before { content: "\eb23"; } -.icon-ic_fluent_print_add_20_regular:before { +.icon-ic_fluent_presenter_off_20_regular:before { content: "\eb24"; } -.icon-ic_fluent_production_20_filled:before { +.icon-ic_fluent_preview_link_20_filled:before { content: "\eb25"; } -.icon-ic_fluent_production_20_regular:before { +.icon-ic_fluent_preview_link_20_regular:before { content: "\eb26"; } -.icon-ic_fluent_production_checkmark_20_filled:before { +.icon-ic_fluent_previous_20_filled:before { content: "\eb27"; } -.icon-ic_fluent_production_checkmark_20_regular:before { +.icon-ic_fluent_previous_20_regular:before { content: "\eb28"; } -.icon-ic_fluent_prohibited_20_filled:before { +.icon-ic_fluent_print_20_filled:before { content: "\eb29"; } -.icon-ic_fluent_prohibited_20_regular:before { +.icon-ic_fluent_print_20_regular:before { content: "\eb2a"; } -.icon-ic_fluent_prohibited_multiple_20_filled:before { +.icon-ic_fluent_print_add_20_filled:before { content: "\eb2b"; } -.icon-ic_fluent_prohibited_multiple_20_regular:before { +.icon-ic_fluent_print_add_20_regular:before { content: "\eb2c"; } -.icon-ic_fluent_prohibited_note_20_filled:before { +.icon-ic_fluent_production_20_filled:before { content: "\eb2d"; } -.icon-ic_fluent_prohibited_note_20_regular:before { +.icon-ic_fluent_production_20_regular:before { content: "\eb2e"; } -.icon-ic_fluent_projection_screen_20_filled:before { +.icon-ic_fluent_production_checkmark_20_filled:before { content: "\eb2f"; } -.icon-ic_fluent_projection_screen_20_regular:before { +.icon-ic_fluent_production_checkmark_20_regular:before { content: "\eb30"; } -.icon-ic_fluent_projection_screen_dismiss_20_filled:before { +.icon-ic_fluent_prohibited_20_filled:before { content: "\eb31"; } -.icon-ic_fluent_projection_screen_dismiss_20_regular:before { +.icon-ic_fluent_prohibited_20_regular:before { content: "\eb32"; } -.icon-ic_fluent_protocol_handler_20_filled:before { +.icon-ic_fluent_prohibited_multiple_20_filled:before { content: "\eb33"; } -.icon-ic_fluent_protocol_handler_20_regular:before { +.icon-ic_fluent_prohibited_multiple_20_regular:before { content: "\eb34"; } -.icon-ic_fluent_pulse_20_filled:before { +.icon-ic_fluent_prohibited_note_20_filled:before { content: "\eb35"; } -.icon-ic_fluent_pulse_20_regular:before { +.icon-ic_fluent_prohibited_note_20_regular:before { content: "\eb36"; } -.icon-ic_fluent_pulse_square_20_filled:before { +.icon-ic_fluent_projection_screen_20_filled:before { content: "\eb37"; } -.icon-ic_fluent_pulse_square_20_regular:before { +.icon-ic_fluent_projection_screen_20_regular:before { content: "\eb38"; } -.icon-ic_fluent_puzzle_cube_20_filled:before { +.icon-ic_fluent_projection_screen_dismiss_20_filled:before { content: "\eb39"; } -.icon-ic_fluent_puzzle_cube_20_regular:before { +.icon-ic_fluent_projection_screen_dismiss_20_regular:before { content: "\eb3a"; } -.icon-ic_fluent_puzzle_cube_piece_20_filled:before { +.icon-ic_fluent_protocol_handler_20_filled:before { content: "\eb3b"; } -.icon-ic_fluent_puzzle_cube_piece_20_regular:before { +.icon-ic_fluent_protocol_handler_20_regular:before { content: "\eb3c"; } -.icon-ic_fluent_puzzle_piece_20_filled:before { +.icon-ic_fluent_pulse_20_filled:before { content: "\eb3d"; } -.icon-ic_fluent_puzzle_piece_20_regular:before { +.icon-ic_fluent_pulse_20_regular:before { content: "\eb3e"; } -.icon-ic_fluent_puzzle_piece_shield_20_filled:before { +.icon-ic_fluent_pulse_square_20_filled:before { content: "\eb3f"; } -.icon-ic_fluent_puzzle_piece_shield_20_regular:before { +.icon-ic_fluent_pulse_square_20_regular:before { content: "\eb40"; } -.icon-ic_fluent_qr_code_20_filled:before { +.icon-ic_fluent_puzzle_cube_20_filled:before { content: "\eb41"; } -.icon-ic_fluent_qr_code_20_regular:before { +.icon-ic_fluent_puzzle_cube_20_regular:before { content: "\eb42"; } -.icon-ic_fluent_question_20_filled:before { +.icon-ic_fluent_puzzle_cube_piece_20_filled:before { content: "\eb43"; } -.icon-ic_fluent_question_20_regular:before { +.icon-ic_fluent_puzzle_cube_piece_20_regular:before { content: "\eb44"; } -.icon-ic_fluent_question_circle_20_filled:before { +.icon-ic_fluent_puzzle_piece_20_filled:before { content: "\eb45"; } -.icon-ic_fluent_question_circle_20_regular:before { +.icon-ic_fluent_puzzle_piece_20_regular:before { content: "\eb46"; } -.icon-ic_fluent_quiz_new_20_filled:before { +.icon-ic_fluent_puzzle_piece_shield_20_filled:before { content: "\eb47"; } -.icon-ic_fluent_quiz_new_20_regular:before { +.icon-ic_fluent_puzzle_piece_shield_20_regular:before { content: "\eb48"; } -.icon-ic_fluent_radar_20_filled:before { +.icon-ic_fluent_qr_code_20_filled:before { content: "\eb49"; } -.icon-ic_fluent_radar_20_regular:before { +.icon-ic_fluent_qr_code_20_regular:before { content: "\eb4a"; } -.icon-ic_fluent_radar_checkmark_20_filled:before { +.icon-ic_fluent_question_20_filled:before { content: "\eb4b"; } -.icon-ic_fluent_radar_checkmark_20_regular:before { +.icon-ic_fluent_question_20_regular:before { content: "\eb4c"; } -.icon-ic_fluent_radar_rectangle_multiple_20_filled:before { +.icon-ic_fluent_question_circle_20_filled:before { content: "\eb4d"; } -.icon-ic_fluent_radar_rectangle_multiple_20_regular:before { +.icon-ic_fluent_question_circle_20_regular:before { content: "\eb4e"; } -.icon-ic_fluent_radio_button_20_filled:before { +.icon-ic_fluent_quiz_new_20_filled:before { content: "\eb4f"; } -.icon-ic_fluent_radio_button_20_regular:before { +.icon-ic_fluent_quiz_new_20_regular:before { content: "\eb50"; } -.icon-ic_fluent_ram_20_filled:before { +.icon-ic_fluent_radar_20_filled:before { content: "\eb51"; } -.icon-ic_fluent_ram_20_regular:before { +.icon-ic_fluent_radar_20_regular:before { content: "\eb52"; } -.icon-ic_fluent_rating_mature_20_filled:before { +.icon-ic_fluent_radar_checkmark_20_filled:before { content: "\eb53"; } -.icon-ic_fluent_rating_mature_20_regular:before { +.icon-ic_fluent_radar_checkmark_20_regular:before { content: "\eb54"; } -.icon-ic_fluent_ratio_one_to_one_20_filled:before { +.icon-ic_fluent_radar_rectangle_multiple_20_filled:before { content: "\eb55"; } -.icon-ic_fluent_ratio_one_to_one_20_regular:before { +.icon-ic_fluent_radar_rectangle_multiple_20_regular:before { content: "\eb56"; } -.icon-ic_fluent_re_order_dots_horizontal_20_filled:before { +.icon-ic_fluent_radio_button_20_filled:before { content: "\eb57"; } -.icon-ic_fluent_re_order_dots_horizontal_20_regular:before { +.icon-ic_fluent_radio_button_20_regular:before { content: "\eb58"; } -.icon-ic_fluent_re_order_dots_vertical_20_filled:before { +.icon-ic_fluent_ram_20_filled:before { content: "\eb59"; } -.icon-ic_fluent_re_order_dots_vertical_20_regular:before { +.icon-ic_fluent_ram_20_regular:before { content: "\eb5a"; } -.icon-ic_fluent_read_aloud_20_filled:before { +.icon-ic_fluent_rating_mature_20_filled:before { content: "\eb5b"; } -.icon-ic_fluent_read_aloud_20_regular:before { +.icon-ic_fluent_rating_mature_20_regular:before { content: "\eb5c"; } -.icon-ic_fluent_reading_list_20_filled:before { +.icon-ic_fluent_ratio_one_to_one_20_filled:before { content: "\eb5d"; } -.icon-ic_fluent_reading_list_20_regular:before { +.icon-ic_fluent_ratio_one_to_one_20_regular:before { content: "\eb5e"; } -.icon-ic_fluent_reading_list_add_20_filled:before { +.icon-ic_fluent_re_order_dots_horizontal_20_filled:before { content: "\eb5f"; } -.icon-ic_fluent_reading_list_add_20_regular:before { +.icon-ic_fluent_re_order_dots_horizontal_20_regular:before { content: "\eb60"; } -.icon-ic_fluent_reading_mode_mobile_20_filled:before { +.icon-ic_fluent_re_order_dots_vertical_20_filled:before { content: "\eb61"; } -.icon-ic_fluent_reading_mode_mobile_20_regular:before { +.icon-ic_fluent_re_order_dots_vertical_20_regular:before { content: "\eb62"; } -.icon-ic_fluent_real_estate_20_filled:before { +.icon-ic_fluent_read_aloud_20_filled:before { content: "\eb63"; } -.icon-ic_fluent_real_estate_20_regular:before { +.icon-ic_fluent_read_aloud_20_regular:before { content: "\eb64"; } -.icon-ic_fluent_receipt_20_filled:before { +.icon-ic_fluent_reading_list_20_filled:before { content: "\eb65"; } -.icon-ic_fluent_receipt_20_regular:before { +.icon-ic_fluent_reading_list_20_regular:before { content: "\eb66"; } -.icon-ic_fluent_receipt_add_20_filled:before { +.icon-ic_fluent_reading_list_add_20_filled:before { content: "\eb67"; } -.icon-ic_fluent_receipt_add_20_regular:before { +.icon-ic_fluent_reading_list_add_20_regular:before { content: "\eb68"; } -.icon-ic_fluent_receipt_bag_20_filled:before { +.icon-ic_fluent_reading_mode_mobile_20_filled:before { content: "\eb69"; } -.icon-ic_fluent_receipt_bag_20_regular:before { +.icon-ic_fluent_reading_mode_mobile_20_regular:before { content: "\eb6a"; } -.icon-ic_fluent_receipt_cube_20_filled:before { +.icon-ic_fluent_real_estate_20_filled:before { content: "\eb6b"; } -.icon-ic_fluent_receipt_cube_20_regular:before { +.icon-ic_fluent_real_estate_20_regular:before { content: "\eb6c"; } -.icon-ic_fluent_receipt_money_20_filled:before { +.icon-ic_fluent_receipt_20_filled:before { content: "\eb6d"; } -.icon-ic_fluent_receipt_money_20_regular:before { +.icon-ic_fluent_receipt_20_regular:before { content: "\eb6e"; } -.icon-ic_fluent_receipt_play_20_filled:before { +.icon-ic_fluent_receipt_add_20_filled:before { content: "\eb6f"; } -.icon-ic_fluent_receipt_play_20_regular:before { +.icon-ic_fluent_receipt_add_20_regular:before { content: "\eb70"; } -.icon-ic_fluent_receipt_search_20_filled:before { +.icon-ic_fluent_receipt_bag_20_filled:before { content: "\eb71"; } -.icon-ic_fluent_receipt_search_20_regular:before { +.icon-ic_fluent_receipt_bag_20_regular:before { content: "\eb72"; } -.icon-ic_fluent_receipt_sparkles_20_filled:before { +.icon-ic_fluent_receipt_cube_20_filled:before { content: "\eb73"; } -.icon-ic_fluent_receipt_sparkles_20_regular:before { +.icon-ic_fluent_receipt_cube_20_regular:before { content: "\eb74"; } -.icon-ic_fluent_record_20_filled:before { +.icon-ic_fluent_receipt_money_20_filled:before { content: "\eb75"; } -.icon-ic_fluent_record_20_regular:before { +.icon-ic_fluent_receipt_money_20_regular:before { content: "\eb76"; } -.icon-ic_fluent_record_stop_20_filled:before { +.icon-ic_fluent_receipt_play_20_filled:before { content: "\eb77"; } -.icon-ic_fluent_record_stop_20_regular:before { +.icon-ic_fluent_receipt_play_20_regular:before { content: "\eb78"; } -.icon-ic_fluent_rectangle_landscape_20_filled:before { +.icon-ic_fluent_receipt_search_20_filled:before { content: "\eb79"; } -.icon-ic_fluent_rectangle_landscape_20_regular:before { +.icon-ic_fluent_receipt_search_20_regular:before { content: "\eb7a"; } -.icon-ic_fluent_rectangle_portrait_location_target_20_filled:before { +.icon-ic_fluent_receipt_sparkles_20_filled:before { content: "\eb7b"; } -.icon-ic_fluent_rectangle_portrait_location_target_20_regular:before { +.icon-ic_fluent_receipt_sparkles_20_regular:before { content: "\eb7c"; } -.icon-ic_fluent_recycle_20_filled:before { +.icon-ic_fluent_record_20_filled:before { content: "\eb7d"; } -.icon-ic_fluent_recycle_20_regular:before { +.icon-ic_fluent_record_20_regular:before { content: "\eb7e"; } -.icon-ic_fluent_remote_20_filled:before { +.icon-ic_fluent_record_stop_20_filled:before { content: "\eb7f"; } -.icon-ic_fluent_remote_20_regular:before { +.icon-ic_fluent_record_stop_20_regular:before { content: "\eb80"; } -.icon-ic_fluent_rename_20_filled:before { +.icon-ic_fluent_rectangle_landscape_20_filled:before { content: "\eb81"; } -.icon-ic_fluent_rename_20_regular:before { +.icon-ic_fluent_rectangle_landscape_20_regular:before { content: "\eb82"; } -.icon-ic_fluent_reorder_20_filled:before { +.icon-ic_fluent_rectangle_portrait_location_target_20_filled:before { content: "\eb83"; } -.icon-ic_fluent_reorder_20_regular:before { +.icon-ic_fluent_rectangle_portrait_location_target_20_regular:before { content: "\eb84"; } -.icon-ic_fluent_replay_20_filled:before { +.icon-ic_fluent_recycle_20_filled:before { content: "\eb85"; } -.icon-ic_fluent_replay_20_regular:before { +.icon-ic_fluent_recycle_20_regular:before { content: "\eb86"; } -.icon-ic_fluent_resize_20_filled:before { +.icon-ic_fluent_remote_20_filled:before { content: "\eb87"; } -.icon-ic_fluent_resize_20_regular:before { +.icon-ic_fluent_remote_20_regular:before { content: "\eb88"; } -.icon-ic_fluent_resize_image_20_filled:before { +.icon-ic_fluent_rename_20_filled:before { content: "\eb89"; } -.icon-ic_fluent_resize_image_20_regular:before { +.icon-ic_fluent_rename_20_regular:before { content: "\eb8a"; } -.icon-ic_fluent_resize_large_20_filled:before { +.icon-ic_fluent_reorder_20_filled:before { content: "\eb8b"; } -.icon-ic_fluent_resize_large_20_regular:before { +.icon-ic_fluent_reorder_20_regular:before { content: "\eb8c"; } -.icon-ic_fluent_resize_small_20_filled:before { +.icon-ic_fluent_replay_20_filled:before { content: "\eb8d"; } -.icon-ic_fluent_resize_small_20_regular:before { +.icon-ic_fluent_replay_20_regular:before { content: "\eb8e"; } -.icon-ic_fluent_resize_table_20_filled:before { +.icon-ic_fluent_resize_20_filled:before { content: "\eb8f"; } -.icon-ic_fluent_resize_table_20_regular:before { +.icon-ic_fluent_resize_20_regular:before { content: "\eb90"; } -.icon-ic_fluent_resize_video_20_filled:before { +.icon-ic_fluent_resize_image_20_filled:before { content: "\eb91"; } -.icon-ic_fluent_resize_video_20_regular:before { +.icon-ic_fluent_resize_image_20_regular:before { content: "\eb92"; } -.icon-ic_fluent_reward_20_filled:before { +.icon-ic_fluent_resize_large_20_filled:before { content: "\eb93"; } -.icon-ic_fluent_reward_20_regular:before { +.icon-ic_fluent_resize_large_20_regular:before { content: "\eb94"; } -.icon-ic_fluent_rewind_20_filled:before { +.icon-ic_fluent_resize_small_20_filled:before { content: "\eb95"; } -.icon-ic_fluent_rewind_20_regular:before { +.icon-ic_fluent_resize_small_20_regular:before { content: "\eb96"; } -.icon-ic_fluent_rhombus_20_filled:before { +.icon-ic_fluent_resize_table_20_filled:before { content: "\eb97"; } -.icon-ic_fluent_rhombus_20_regular:before { +.icon-ic_fluent_resize_table_20_regular:before { content: "\eb98"; } -.icon-ic_fluent_ribbon_20_filled:before { +.icon-ic_fluent_resize_video_20_filled:before { content: "\eb99"; } -.icon-ic_fluent_ribbon_20_regular:before { +.icon-ic_fluent_resize_video_20_regular:before { content: "\eb9a"; } -.icon-ic_fluent_ribbon_add_20_filled:before { +.icon-ic_fluent_reward_20_filled:before { content: "\eb9b"; } -.icon-ic_fluent_ribbon_add_20_regular:before { +.icon-ic_fluent_reward_20_regular:before { content: "\eb9c"; } -.icon-ic_fluent_ribbon_off_20_filled:before { +.icon-ic_fluent_rewind_20_filled:before { content: "\eb9d"; } -.icon-ic_fluent_ribbon_off_20_regular:before { +.icon-ic_fluent_rewind_20_regular:before { content: "\eb9e"; } -.icon-ic_fluent_ribbon_star_20_filled:before { +.icon-ic_fluent_rhombus_20_filled:before { content: "\eb9f"; } -.icon-ic_fluent_ribbon_star_20_regular:before { +.icon-ic_fluent_rhombus_20_regular:before { content: "\eba0"; } -.icon-ic_fluent_road_cone_20_filled:before { +.icon-ic_fluent_ribbon_20_filled:before { content: "\eba1"; } -.icon-ic_fluent_road_cone_20_regular:before { +.icon-ic_fluent_ribbon_20_regular:before { content: "\eba2"; } -.icon-ic_fluent_rocket_20_filled:before { +.icon-ic_fluent_ribbon_add_20_filled:before { content: "\eba3"; } -.icon-ic_fluent_rocket_20_regular:before { +.icon-ic_fluent_ribbon_add_20_regular:before { content: "\eba4"; } -.icon-ic_fluent_rotate_left_20_filled:before { +.icon-ic_fluent_ribbon_off_20_filled:before { content: "\eba5"; } -.icon-ic_fluent_rotate_left_20_regular:before { +.icon-ic_fluent_ribbon_off_20_regular:before { content: "\eba6"; } -.icon-ic_fluent_rotate_right_20_filled:before { +.icon-ic_fluent_ribbon_star_20_filled:before { content: "\eba7"; } -.icon-ic_fluent_rotate_right_20_regular:before { +.icon-ic_fluent_ribbon_star_20_regular:before { content: "\eba8"; } -.icon-ic_fluent_router_20_filled:before { +.icon-ic_fluent_road_cone_20_filled:before { content: "\eba9"; } -.icon-ic_fluent_router_20_regular:before { +.icon-ic_fluent_road_cone_20_regular:before { content: "\ebaa"; } -.icon-ic_fluent_row_triple_20_filled:before { +.icon-ic_fluent_rocket_20_filled:before { content: "\ebab"; } -.icon-ic_fluent_row_triple_20_regular:before { +.icon-ic_fluent_rocket_20_regular:before { content: "\ebac"; } -.icon-ic_fluent_rss_20_filled:before { +.icon-ic_fluent_rotate_left_20_filled:before { content: "\ebad"; } -.icon-ic_fluent_rss_20_regular:before { +.icon-ic_fluent_rotate_left_20_regular:before { content: "\ebae"; } -.icon-ic_fluent_ruler_20_filled:before { +.icon-ic_fluent_rotate_right_20_filled:before { content: "\ebaf"; } -.icon-ic_fluent_ruler_20_regular:before { +.icon-ic_fluent_rotate_right_20_regular:before { content: "\ebb0"; } -.icon-ic_fluent_run_20_filled:before { +.icon-ic_fluent_router_20_filled:before { content: "\ebb1"; } -.icon-ic_fluent_run_20_regular:before { +.icon-ic_fluent_router_20_regular:before { content: "\ebb2"; } -.icon-ic_fluent_sanitize_20_filled:before { +.icon-ic_fluent_row_triple_20_filled:before { content: "\ebb3"; } -.icon-ic_fluent_sanitize_20_regular:before { +.icon-ic_fluent_row_triple_20_regular:before { content: "\ebb4"; } -.icon-ic_fluent_save_20_filled:before { +.icon-ic_fluent_rss_20_filled:before { content: "\ebb5"; } -.icon-ic_fluent_save_20_regular:before { +.icon-ic_fluent_rss_20_regular:before { content: "\ebb6"; } -.icon-ic_fluent_save_arrow_right_20_filled:before { +.icon-ic_fluent_ruler_20_filled:before { content: "\ebb7"; } -.icon-ic_fluent_save_arrow_right_20_regular:before { +.icon-ic_fluent_ruler_20_regular:before { content: "\ebb8"; } -.icon-ic_fluent_save_copy_20_filled:before { +.icon-ic_fluent_run_20_filled:before { content: "\ebb9"; } -.icon-ic_fluent_save_copy_20_regular:before { +.icon-ic_fluent_run_20_regular:before { content: "\ebba"; } -.icon-ic_fluent_save_edit_20_filled:before { +.icon-ic_fluent_sanitize_20_filled:before { content: "\ebbb"; } -.icon-ic_fluent_save_edit_20_regular:before { +.icon-ic_fluent_sanitize_20_regular:before { content: "\ebbc"; } -.icon-ic_fluent_save_image_20_filled:before { +.icon-ic_fluent_save_20_filled:before { content: "\ebbd"; } -.icon-ic_fluent_save_image_20_regular:before { +.icon-ic_fluent_save_20_regular:before { content: "\ebbe"; } -.icon-ic_fluent_save_multiple_20_filled:before { +.icon-ic_fluent_save_arrow_right_20_filled:before { content: "\ebbf"; } -.icon-ic_fluent_save_multiple_20_regular:before { +.icon-ic_fluent_save_arrow_right_20_regular:before { content: "\ebc0"; } -.icon-ic_fluent_save_search_20_filled:before { +.icon-ic_fluent_save_copy_20_filled:before { content: "\ebc1"; } -.icon-ic_fluent_save_search_20_regular:before { +.icon-ic_fluent_save_copy_20_regular:before { content: "\ebc2"; } -.icon-ic_fluent_save_sync_20_filled:before { +.icon-ic_fluent_save_edit_20_filled:before { content: "\ebc3"; } -.icon-ic_fluent_save_sync_20_regular:before { +.icon-ic_fluent_save_edit_20_regular:before { content: "\ebc4"; } -.icon-ic_fluent_savings_20_filled:before { +.icon-ic_fluent_save_image_20_filled:before { content: "\ebc5"; } -.icon-ic_fluent_savings_20_regular:before { +.icon-ic_fluent_save_image_20_regular:before { content: "\ebc6"; } -.icon-ic_fluent_scale_fill_20_filled:before { +.icon-ic_fluent_save_multiple_20_filled:before { content: "\ebc7"; } -.icon-ic_fluent_scale_fill_20_regular:before { +.icon-ic_fluent_save_multiple_20_regular:before { content: "\ebc8"; } -.icon-ic_fluent_scale_fit_20_filled:before { +.icon-ic_fluent_save_search_20_filled:before { content: "\ebc9"; } -.icon-ic_fluent_scale_fit_20_regular:before { +.icon-ic_fluent_save_search_20_regular:before { content: "\ebca"; } -.icon-ic_fluent_scales_20_filled:before { +.icon-ic_fluent_save_sync_20_filled:before { content: "\ebcb"; } -.icon-ic_fluent_scales_20_regular:before { +.icon-ic_fluent_save_sync_20_regular:before { content: "\ebcc"; } -.icon-ic_fluent_scan_20_filled:before { +.icon-ic_fluent_savings_20_filled:before { content: "\ebcd"; } -.icon-ic_fluent_scan_20_regular:before { +.icon-ic_fluent_savings_20_regular:before { content: "\ebce"; } -.icon-ic_fluent_scan_camera_20_filled:before { +.icon-ic_fluent_scale_fill_20_filled:before { content: "\ebcf"; } -.icon-ic_fluent_scan_camera_20_regular:before { +.icon-ic_fluent_scale_fill_20_regular:before { content: "\ebd0"; } -.icon-ic_fluent_scan_dash_20_filled:before { +.icon-ic_fluent_scale_fit_20_filled:before { content: "\ebd1"; } -.icon-ic_fluent_scan_dash_20_regular:before { +.icon-ic_fluent_scale_fit_20_regular:before { content: "\ebd2"; } -.icon-ic_fluent_scan_object_20_filled:before { +.icon-ic_fluent_scales_20_filled:before { content: "\ebd3"; } -.icon-ic_fluent_scan_object_20_regular:before { +.icon-ic_fluent_scales_20_regular:before { content: "\ebd4"; } -.icon-ic_fluent_scan_table_20_filled:before { +.icon-ic_fluent_scan_20_filled:before { content: "\ebd5"; } -.icon-ic_fluent_scan_table_20_regular:before { +.icon-ic_fluent_scan_20_regular:before { content: "\ebd6"; } -.icon-ic_fluent_scan_text_20_filled:before { +.icon-ic_fluent_scan_camera_20_filled:before { content: "\ebd7"; } -.icon-ic_fluent_scan_text_20_regular:before { +.icon-ic_fluent_scan_camera_20_regular:before { content: "\ebd8"; } -.icon-ic_fluent_scan_thumb_up_20_filled:before { +.icon-ic_fluent_scan_dash_20_filled:before { content: "\ebd9"; } -.icon-ic_fluent_scan_thumb_up_20_regular:before { +.icon-ic_fluent_scan_dash_20_regular:before { content: "\ebda"; } -.icon-ic_fluent_scan_thumb_up_off_20_filled:before { +.icon-ic_fluent_scan_object_20_filled:before { content: "\ebdb"; } -.icon-ic_fluent_scan_thumb_up_off_20_regular:before { +.icon-ic_fluent_scan_object_20_regular:before { content: "\ebdc"; } -.icon-ic_fluent_scan_type_20_filled:before { +.icon-ic_fluent_scan_table_20_filled:before { content: "\ebdd"; } -.icon-ic_fluent_scan_type_20_regular:before { +.icon-ic_fluent_scan_table_20_regular:before { content: "\ebde"; } -.icon-ic_fluent_scan_type_checkmark_20_filled:before { +.icon-ic_fluent_scan_text_20_filled:before { content: "\ebdf"; } -.icon-ic_fluent_scan_type_checkmark_20_regular:before { +.icon-ic_fluent_scan_text_20_regular:before { content: "\ebe0"; } -.icon-ic_fluent_scan_type_off_20_filled:before { +.icon-ic_fluent_scan_thumb_up_20_filled:before { content: "\ebe1"; } -.icon-ic_fluent_scan_type_off_20_regular:before { +.icon-ic_fluent_scan_thumb_up_20_regular:before { content: "\ebe2"; } -.icon-ic_fluent_scratchpad_20_filled:before { +.icon-ic_fluent_scan_thumb_up_off_20_filled:before { content: "\ebe3"; } -.icon-ic_fluent_scratchpad_20_regular:before { +.icon-ic_fluent_scan_thumb_up_off_20_regular:before { content: "\ebe4"; } -.icon-ic_fluent_screen_cut_20_filled:before { +.icon-ic_fluent_scan_type_20_filled:before { content: "\ebe5"; } -.icon-ic_fluent_screen_cut_20_regular:before { +.icon-ic_fluent_scan_type_20_regular:before { content: "\ebe6"; } -.icon-ic_fluent_screen_person_20_filled:before { +.icon-ic_fluent_scan_type_checkmark_20_filled:before { content: "\ebe7"; } -.icon-ic_fluent_screen_person_20_regular:before { +.icon-ic_fluent_scan_type_checkmark_20_regular:before { content: "\ebe8"; } -.icon-ic_fluent_screen_search_20_filled:before { +.icon-ic_fluent_scan_type_off_20_filled:before { content: "\ebe9"; } -.icon-ic_fluent_screen_search_20_regular:before { +.icon-ic_fluent_scan_type_off_20_regular:before { content: "\ebea"; } -.icon-ic_fluent_screenshot_20_filled:before { +.icon-ic_fluent_scratchpad_20_filled:before { content: "\ebeb"; } -.icon-ic_fluent_screenshot_20_regular:before { +.icon-ic_fluent_scratchpad_20_regular:before { content: "\ebec"; } -.icon-ic_fluent_search_20_filled:before { +.icon-ic_fluent_screen_cut_20_filled:before { content: "\ebed"; } -.icon-ic_fluent_search_20_regular:before { +.icon-ic_fluent_screen_cut_20_regular:before { content: "\ebee"; } -.icon-ic_fluent_search_info_20_filled:before { +.icon-ic_fluent_screen_person_20_filled:before { content: "\ebef"; } -.icon-ic_fluent_search_info_20_regular:before { +.icon-ic_fluent_screen_person_20_regular:before { content: "\ebf0"; } -.icon-ic_fluent_search_settings_20_filled:before { +.icon-ic_fluent_screen_search_20_filled:before { content: "\ebf1"; } -.icon-ic_fluent_search_settings_20_regular:before { +.icon-ic_fluent_screen_search_20_regular:before { content: "\ebf2"; } -.icon-ic_fluent_search_shield_20_filled:before { +.icon-ic_fluent_screenshot_20_filled:before { content: "\ebf3"; } -.icon-ic_fluent_search_shield_20_regular:before { +.icon-ic_fluent_screenshot_20_regular:before { content: "\ebf4"; } -.icon-ic_fluent_search_square_20_filled:before { +.icon-ic_fluent_search_20_filled:before { content: "\ebf5"; } -.icon-ic_fluent_search_square_20_regular:before { +.icon-ic_fluent_search_20_regular:before { content: "\ebf6"; } -.icon-ic_fluent_search_visual_20_filled:before { +.icon-ic_fluent_search_info_20_filled:before { content: "\ebf7"; } -.icon-ic_fluent_search_visual_20_regular:before { +.icon-ic_fluent_search_info_20_regular:before { content: "\ebf8"; } -.icon-ic_fluent_select_all_off_20_filled:before { +.icon-ic_fluent_search_settings_20_filled:before { content: "\ebf9"; } -.icon-ic_fluent_select_all_off_20_regular:before { +.icon-ic_fluent_search_settings_20_regular:before { content: "\ebfa"; } -.icon-ic_fluent_select_all_on_20_filled:before { +.icon-ic_fluent_search_shield_20_filled:before { content: "\ebfb"; } -.icon-ic_fluent_select_all_on_20_regular:before { +.icon-ic_fluent_search_shield_20_regular:before { content: "\ebfc"; } -.icon-ic_fluent_select_object_20_filled:before { +.icon-ic_fluent_search_square_20_filled:before { content: "\ebfd"; } -.icon-ic_fluent_select_object_20_regular:before { +.icon-ic_fluent_search_square_20_regular:before { content: "\ebfe"; } -.icon-ic_fluent_select_object_skew_20_filled:before { +.icon-ic_fluent_search_visual_20_filled:before { content: "\ebff"; } -.icon-ic_fluent_select_object_skew_20_regular:before { +.icon-ic_fluent_search_visual_20_regular:before { content: "\ec00"; } -.icon-ic_fluent_select_object_skew_dismiss_20_filled:before { +.icon-ic_fluent_select_all_off_20_filled:before { content: "\ec01"; } -.icon-ic_fluent_select_object_skew_dismiss_20_regular:before { +.icon-ic_fluent_select_all_off_20_regular:before { content: "\ec02"; } -.icon-ic_fluent_select_object_skew_edit_20_filled:before { +.icon-ic_fluent_select_all_on_20_filled:before { content: "\ec03"; } -.icon-ic_fluent_select_object_skew_edit_20_regular:before { +.icon-ic_fluent_select_all_on_20_regular:before { content: "\ec04"; } -.icon-ic_fluent_send_20_filled:before { +.icon-ic_fluent_select_object_20_filled:before { content: "\ec05"; } -.icon-ic_fluent_send_20_regular:before { +.icon-ic_fluent_select_object_20_regular:before { content: "\ec06"; } -.icon-ic_fluent_send_clock_20_filled:before { +.icon-ic_fluent_select_object_skew_20_filled:before { content: "\ec07"; } -.icon-ic_fluent_send_clock_20_regular:before { +.icon-ic_fluent_select_object_skew_20_regular:before { content: "\ec08"; } -.icon-ic_fluent_send_copy_20_filled:before { +.icon-ic_fluent_select_object_skew_dismiss_20_filled:before { content: "\ec09"; } -.icon-ic_fluent_send_copy_20_regular:before { +.icon-ic_fluent_select_object_skew_dismiss_20_regular:before { content: "\ec0a"; } -.icon-ic_fluent_serial_port_20_filled:before { +.icon-ic_fluent_select_object_skew_edit_20_filled:before { content: "\ec0b"; } -.icon-ic_fluent_serial_port_20_regular:before { +.icon-ic_fluent_select_object_skew_edit_20_regular:before { content: "\ec0c"; } -.icon-ic_fluent_server_20_filled:before { +.icon-ic_fluent_send_20_filled:before { content: "\ec0d"; } -.icon-ic_fluent_server_20_regular:before { +.icon-ic_fluent_send_20_regular:before { content: "\ec0e"; } -.icon-ic_fluent_server_multiple_20_filled:before { +.icon-ic_fluent_send_clock_20_filled:before { content: "\ec0f"; } -.icon-ic_fluent_server_multiple_20_regular:before { +.icon-ic_fluent_send_clock_20_regular:before { content: "\ec10"; } -.icon-ic_fluent_server_play_20_filled:before { +.icon-ic_fluent_send_copy_20_filled:before { content: "\ec11"; } -.icon-ic_fluent_server_play_20_regular:before { +.icon-ic_fluent_send_copy_20_regular:before { content: "\ec12"; } -.icon-ic_fluent_service_bell_20_filled:before { +.icon-ic_fluent_serial_port_20_filled:before { content: "\ec13"; } -.icon-ic_fluent_service_bell_20_regular:before { +.icon-ic_fluent_serial_port_20_regular:before { content: "\ec14"; } -.icon-ic_fluent_settings_20_filled:before { +.icon-ic_fluent_server_20_filled:before { content: "\ec15"; } -.icon-ic_fluent_settings_20_regular:before { +.icon-ic_fluent_server_20_regular:before { content: "\ec16"; } -.icon-ic_fluent_settings_chat_20_filled:before { +.icon-ic_fluent_server_multiple_20_filled:before { content: "\ec17"; } -.icon-ic_fluent_settings_chat_20_regular:before { +.icon-ic_fluent_server_multiple_20_regular:before { content: "\ec18"; } -.icon-ic_fluent_shape_exclude_20_filled:before { +.icon-ic_fluent_server_play_20_filled:before { content: "\ec19"; } -.icon-ic_fluent_shape_exclude_20_regular:before { +.icon-ic_fluent_server_play_20_regular:before { content: "\ec1a"; } -.icon-ic_fluent_shape_intersect_20_filled:before { +.icon-ic_fluent_service_bell_20_filled:before { content: "\ec1b"; } -.icon-ic_fluent_shape_intersect_20_regular:before { +.icon-ic_fluent_service_bell_20_regular:before { content: "\ec1c"; } -.icon-ic_fluent_shape_subtract_20_filled:before { +.icon-ic_fluent_settings_20_filled:before { content: "\ec1d"; } -.icon-ic_fluent_shape_subtract_20_regular:before { +.icon-ic_fluent_settings_20_regular:before { content: "\ec1e"; } -.icon-ic_fluent_shape_union_20_filled:before { +.icon-ic_fluent_settings_chat_20_filled:before { content: "\ec1f"; } -.icon-ic_fluent_shape_union_20_regular:before { +.icon-ic_fluent_settings_chat_20_regular:before { content: "\ec20"; } -.icon-ic_fluent_shapes_20_filled:before { +.icon-ic_fluent_shape_exclude_20_filled:before { content: "\ec21"; } -.icon-ic_fluent_shapes_20_regular:before { +.icon-ic_fluent_shape_exclude_20_regular:before { content: "\ec22"; } -.icon-ic_fluent_share_20_filled:before { +.icon-ic_fluent_shape_intersect_20_filled:before { content: "\ec23"; } -.icon-ic_fluent_share_20_regular:before { +.icon-ic_fluent_shape_intersect_20_regular:before { content: "\ec24"; } -.icon-ic_fluent_share_android_20_filled:before { +.icon-ic_fluent_shape_subtract_20_filled:before { content: "\ec25"; } -.icon-ic_fluent_share_android_20_regular:before { +.icon-ic_fluent_shape_subtract_20_regular:before { content: "\ec26"; } -.icon-ic_fluent_share_close_tray_20_filled:before { +.icon-ic_fluent_shape_union_20_filled:before { content: "\ec27"; } -.icon-ic_fluent_share_close_tray_20_regular:before { +.icon-ic_fluent_shape_union_20_regular:before { content: "\ec28"; } -.icon-ic_fluent_share_ios_20_filled:before { +.icon-ic_fluent_shapes_20_filled:before { content: "\ec29"; } -.icon-ic_fluent_share_ios_20_regular:before { +.icon-ic_fluent_shapes_20_regular:before { content: "\ec2a"; } -.icon-ic_fluent_share_screen_person_20_filled:before { +.icon-ic_fluent_share_20_filled:before { content: "\ec2b"; } -.icon-ic_fluent_share_screen_person_20_regular:before { +.icon-ic_fluent_share_20_regular:before { content: "\ec2c"; } -.icon-ic_fluent_share_screen_person_overlay_20_filled:before { +.icon-ic_fluent_share_android_20_filled:before { content: "\ec2d"; } -.icon-ic_fluent_share_screen_person_overlay_20_regular:before { +.icon-ic_fluent_share_android_20_regular:before { content: "\ec2e"; } -.icon-ic_fluent_share_screen_person_overlay_inside_20_filled:before { +.icon-ic_fluent_share_close_tray_20_filled:before { content: "\ec2f"; } -.icon-ic_fluent_share_screen_person_overlay_inside_20_regular:before { +.icon-ic_fluent_share_close_tray_20_regular:before { content: "\ec30"; } -.icon-ic_fluent_share_screen_person_p_20_filled:before { +.icon-ic_fluent_share_ios_20_filled:before { content: "\ec31"; } -.icon-ic_fluent_share_screen_person_p_20_regular:before { +.icon-ic_fluent_share_ios_20_regular:before { content: "\ec32"; } -.icon-ic_fluent_share_screen_start_20_filled:before { +.icon-ic_fluent_share_screen_person_20_filled:before { content: "\ec33"; } -.icon-ic_fluent_share_screen_start_20_regular:before { +.icon-ic_fluent_share_screen_person_20_regular:before { content: "\ec34"; } -.icon-ic_fluent_share_screen_stop_20_filled:before { +.icon-ic_fluent_share_screen_person_overlay_20_filled:before { content: "\ec35"; } -.icon-ic_fluent_share_screen_stop_20_regular:before { +.icon-ic_fluent_share_screen_person_overlay_20_regular:before { content: "\ec36"; } -.icon-ic_fluent_shield_20_filled:before { +.icon-ic_fluent_share_screen_person_overlay_inside_20_filled:before { content: "\ec37"; } -.icon-ic_fluent_shield_20_regular:before { +.icon-ic_fluent_share_screen_person_overlay_inside_20_regular:before { content: "\ec38"; } -.icon-ic_fluent_shield_add_20_filled:before { +.icon-ic_fluent_share_screen_person_p_20_filled:before { content: "\ec39"; } -.icon-ic_fluent_shield_add_20_regular:before { +.icon-ic_fluent_share_screen_person_p_20_regular:before { content: "\ec3a"; } -.icon-ic_fluent_shield_badge_20_filled:before { +.icon-ic_fluent_share_screen_start_20_filled:before { content: "\ec3b"; } -.icon-ic_fluent_shield_badge_20_regular:before { +.icon-ic_fluent_share_screen_start_20_regular:before { content: "\ec3c"; } -.icon-ic_fluent_shield_checkmark_20_filled:before { +.icon-ic_fluent_share_screen_stop_20_filled:before { content: "\ec3d"; } -.icon-ic_fluent_shield_checkmark_20_regular:before { +.icon-ic_fluent_share_screen_stop_20_regular:before { content: "\ec3e"; } -.icon-ic_fluent_shield_dismiss_20_filled:before { +.icon-ic_fluent_shield_20_filled:before { content: "\ec3f"; } -.icon-ic_fluent_shield_dismiss_20_regular:before { +.icon-ic_fluent_shield_20_regular:before { content: "\ec40"; } -.icon-ic_fluent_shield_dismiss_shield_20_filled:before { +.icon-ic_fluent_shield_add_20_filled:before { content: "\ec41"; } -.icon-ic_fluent_shield_dismiss_shield_20_regular:before { +.icon-ic_fluent_shield_add_20_regular:before { content: "\ec42"; } -.icon-ic_fluent_shield_error_20_filled:before { +.icon-ic_fluent_shield_badge_20_filled:before { content: "\ec43"; } -.icon-ic_fluent_shield_error_20_regular:before { +.icon-ic_fluent_shield_badge_20_regular:before { content: "\ec44"; } -.icon-ic_fluent_shield_globe_20_filled:before { +.icon-ic_fluent_shield_checkmark_20_filled:before { content: "\ec45"; } -.icon-ic_fluent_shield_globe_20_regular:before { +.icon-ic_fluent_shield_checkmark_20_regular:before { content: "\ec46"; } -.icon-ic_fluent_shield_keyhole_20_filled:before { +.icon-ic_fluent_shield_dismiss_20_filled:before { content: "\ec47"; } -.icon-ic_fluent_shield_keyhole_20_regular:before { +.icon-ic_fluent_shield_dismiss_20_regular:before { content: "\ec48"; } -.icon-ic_fluent_shield_lock_20_filled:before { +.icon-ic_fluent_shield_dismiss_shield_20_filled:before { content: "\ec49"; } -.icon-ic_fluent_shield_lock_20_regular:before { +.icon-ic_fluent_shield_dismiss_shield_20_regular:before { content: "\ec4a"; } -.icon-ic_fluent_shield_person_20_filled:before { +.icon-ic_fluent_shield_error_20_filled:before { content: "\ec4b"; } -.icon-ic_fluent_shield_person_20_regular:before { +.icon-ic_fluent_shield_error_20_regular:before { content: "\ec4c"; } -.icon-ic_fluent_shield_person_add_20_filled:before { +.icon-ic_fluent_shield_globe_20_filled:before { content: "\ec4d"; } -.icon-ic_fluent_shield_person_add_20_regular:before { +.icon-ic_fluent_shield_globe_20_regular:before { content: "\ec4e"; } -.icon-ic_fluent_shield_prohibited_20_filled:before { +.icon-ic_fluent_shield_keyhole_20_filled:before { content: "\ec4f"; } -.icon-ic_fluent_shield_prohibited_20_regular:before { +.icon-ic_fluent_shield_keyhole_20_regular:before { content: "\ec50"; } -.icon-ic_fluent_shield_question_20_filled:before { +.icon-ic_fluent_shield_lock_20_filled:before { content: "\ec51"; } -.icon-ic_fluent_shield_question_20_regular:before { +.icon-ic_fluent_shield_lock_20_regular:before { content: "\ec52"; } -.icon-ic_fluent_shield_task_20_filled:before { +.icon-ic_fluent_shield_person_20_filled:before { content: "\ec53"; } -.icon-ic_fluent_shield_task_20_regular:before { +.icon-ic_fluent_shield_person_20_regular:before { content: "\ec54"; } -.icon-ic_fluent_shifts_20_filled:before { +.icon-ic_fluent_shield_person_add_20_filled:before { content: "\ec55"; } -.icon-ic_fluent_shifts_20_regular:before { +.icon-ic_fluent_shield_person_add_20_regular:before { content: "\ec56"; } -.icon-ic_fluent_shifts_30_minutes_20_filled:before { +.icon-ic_fluent_shield_prohibited_20_filled:before { content: "\ec57"; } -.icon-ic_fluent_shifts_30_minutes_20_regular:before { +.icon-ic_fluent_shield_prohibited_20_regular:before { content: "\ec58"; } -.icon-ic_fluent_shifts_activity_20_filled:before { +.icon-ic_fluent_shield_question_20_filled:before { content: "\ec59"; } -.icon-ic_fluent_shifts_activity_20_regular:before { +.icon-ic_fluent_shield_question_20_regular:before { content: "\ec5a"; } -.icon-ic_fluent_shifts_add_20_filled:before { +.icon-ic_fluent_shield_task_20_filled:before { content: "\ec5b"; } -.icon-ic_fluent_shifts_add_20_regular:before { +.icon-ic_fluent_shield_task_20_regular:before { content: "\ec5c"; } -.icon-ic_fluent_shifts_availability_20_filled:before { +.icon-ic_fluent_shifts_20_filled:before { content: "\ec5d"; } -.icon-ic_fluent_shifts_availability_20_regular:before { +.icon-ic_fluent_shifts_20_regular:before { content: "\ec5e"; } -.icon-ic_fluent_shifts_checkmark_20_filled:before { +.icon-ic_fluent_shifts_30_minutes_20_filled:before { content: "\ec5f"; } -.icon-ic_fluent_shifts_checkmark_20_regular:before { +.icon-ic_fluent_shifts_30_minutes_20_regular:before { content: "\ec60"; } -.icon-ic_fluent_shifts_day_20_filled:before { +.icon-ic_fluent_shifts_activity_20_filled:before { content: "\ec61"; } -.icon-ic_fluent_shifts_day_20_regular:before { +.icon-ic_fluent_shifts_activity_20_regular:before { content: "\ec62"; } -.icon-ic_fluent_shifts_open_20_filled:before { +.icon-ic_fluent_shifts_add_20_filled:before { content: "\ec63"; } -.icon-ic_fluent_shifts_open_20_regular:before { +.icon-ic_fluent_shifts_add_20_regular:before { content: "\ec64"; } -.icon-ic_fluent_shifts_prohibited_20_filled:before { +.icon-ic_fluent_shifts_availability_20_filled:before { content: "\ec65"; } -.icon-ic_fluent_shifts_prohibited_20_regular:before { +.icon-ic_fluent_shifts_availability_20_regular:before { content: "\ec66"; } -.icon-ic_fluent_shifts_question_mark_20_filled:before { +.icon-ic_fluent_shifts_checkmark_20_filled:before { content: "\ec67"; } -.icon-ic_fluent_shifts_question_mark_20_regular:before { +.icon-ic_fluent_shifts_checkmark_20_regular:before { content: "\ec68"; } -.icon-ic_fluent_shifts_team_20_filled:before { +.icon-ic_fluent_shifts_day_20_filled:before { content: "\ec69"; } -.icon-ic_fluent_shifts_team_20_regular:before { +.icon-ic_fluent_shifts_day_20_regular:before { content: "\ec6a"; } -.icon-ic_fluent_shopping_bag_20_filled:before { +.icon-ic_fluent_shifts_open_20_filled:before { content: "\ec6b"; } -.icon-ic_fluent_shopping_bag_20_regular:before { +.icon-ic_fluent_shifts_open_20_regular:before { content: "\ec6c"; } -.icon-ic_fluent_shopping_bag_arrow_left_20_filled:before { +.icon-ic_fluent_shifts_prohibited_20_filled:before { content: "\ec6d"; } -.icon-ic_fluent_shopping_bag_arrow_left_20_regular:before { +.icon-ic_fluent_shifts_prohibited_20_regular:before { content: "\ec6e"; } -.icon-ic_fluent_shopping_bag_dismiss_20_filled:before { +.icon-ic_fluent_shifts_question_mark_20_filled:before { content: "\ec6f"; } -.icon-ic_fluent_shopping_bag_dismiss_20_regular:before { +.icon-ic_fluent_shifts_question_mark_20_regular:before { content: "\ec70"; } -.icon-ic_fluent_shopping_bag_pause_20_filled:before { +.icon-ic_fluent_shifts_team_20_filled:before { content: "\ec71"; } -.icon-ic_fluent_shopping_bag_pause_20_regular:before { +.icon-ic_fluent_shifts_team_20_regular:before { content: "\ec72"; } -.icon-ic_fluent_shopping_bag_percent_20_filled:before { +.icon-ic_fluent_shopping_bag_20_filled:before { content: "\ec73"; } -.icon-ic_fluent_shopping_bag_percent_20_regular:before { +.icon-ic_fluent_shopping_bag_20_regular:before { content: "\ec74"; } -.icon-ic_fluent_shopping_bag_play_20_filled:before { +.icon-ic_fluent_shopping_bag_arrow_left_20_filled:before { content: "\ec75"; } -.icon-ic_fluent_shopping_bag_play_20_regular:before { +.icon-ic_fluent_shopping_bag_arrow_left_20_regular:before { content: "\ec76"; } -.icon-ic_fluent_shopping_bag_tag_20_filled:before { +.icon-ic_fluent_shopping_bag_dismiss_20_filled:before { content: "\ec77"; } -.icon-ic_fluent_shopping_bag_tag_20_regular:before { +.icon-ic_fluent_shopping_bag_dismiss_20_regular:before { content: "\ec78"; } -.icon-ic_fluent_shortpick_20_filled:before { +.icon-ic_fluent_shopping_bag_pause_20_filled:before { content: "\ec79"; } -.icon-ic_fluent_shortpick_20_regular:before { +.icon-ic_fluent_shopping_bag_pause_20_regular:before { content: "\ec7a"; } -.icon-ic_fluent_showerhead_20_filled:before { +.icon-ic_fluent_shopping_bag_percent_20_filled:before { content: "\ec7b"; } -.icon-ic_fluent_showerhead_20_regular:before { +.icon-ic_fluent_shopping_bag_percent_20_regular:before { content: "\ec7c"; } -.icon-ic_fluent_sidebar_search_ltr_20_filled:before { +.icon-ic_fluent_shopping_bag_play_20_filled:before { content: "\ec7d"; } -.icon-ic_fluent_sidebar_search_ltr_20_regular:before { +.icon-ic_fluent_shopping_bag_play_20_regular:before { content: "\ec7e"; } -.icon-ic_fluent_sidebar_search_rtl_20_filled:before { +.icon-ic_fluent_shopping_bag_tag_20_filled:before { content: "\ec7f"; } -.icon-ic_fluent_sidebar_search_rtl_20_regular:before { +.icon-ic_fluent_shopping_bag_tag_20_regular:before { content: "\ec80"; } -.icon-ic_fluent_sign_out_20_filled:before { +.icon-ic_fluent_shortpick_20_filled:before { content: "\ec81"; } -.icon-ic_fluent_sign_out_20_regular:before { +.icon-ic_fluent_shortpick_20_regular:before { content: "\ec82"; } -.icon-ic_fluent_signature_20_filled:before { +.icon-ic_fluent_showerhead_20_filled:before { content: "\ec83"; } -.icon-ic_fluent_signature_20_regular:before { +.icon-ic_fluent_showerhead_20_regular:before { content: "\ec84"; } -.icon-ic_fluent_sim_20_filled:before { +.icon-ic_fluent_sidebar_search_ltr_20_filled:before { content: "\ec85"; } -.icon-ic_fluent_sim_20_regular:before { +.icon-ic_fluent_sidebar_search_ltr_20_regular:before { content: "\ec86"; } -.icon-ic_fluent_skip_back_10_20_filled:before { +.icon-ic_fluent_sidebar_search_rtl_20_filled:before { content: "\ec87"; } -.icon-ic_fluent_skip_back_10_20_regular:before { +.icon-ic_fluent_sidebar_search_rtl_20_regular:before { content: "\ec88"; } -.icon-ic_fluent_skip_forward_10_20_filled:before { +.icon-ic_fluent_sign_out_20_filled:before { content: "\ec89"; } -.icon-ic_fluent_skip_forward_10_20_regular:before { +.icon-ic_fluent_sign_out_20_regular:before { content: "\ec8a"; } -.icon-ic_fluent_skip_forward_30_20_filled:before { +.icon-ic_fluent_signature_20_filled:before { content: "\ec8b"; } -.icon-ic_fluent_skip_forward_30_20_regular:before { +.icon-ic_fluent_signature_20_regular:before { content: "\ec8c"; } -.icon-ic_fluent_skip_forward_tab_20_filled:before { +.icon-ic_fluent_sim_20_filled:before { content: "\ec8d"; } -.icon-ic_fluent_skip_forward_tab_20_regular:before { +.icon-ic_fluent_sim_20_regular:before { content: "\ec8e"; } -.icon-ic_fluent_sleep_20_filled:before { +.icon-ic_fluent_skip_back_10_20_filled:before { content: "\ec8f"; } -.icon-ic_fluent_sleep_20_regular:before { +.icon-ic_fluent_skip_back_10_20_regular:before { content: "\ec90"; } -.icon-ic_fluent_slide_add_20_filled:before { +.icon-ic_fluent_skip_forward_10_20_filled:before { content: "\ec91"; } -.icon-ic_fluent_slide_add_20_regular:before { +.icon-ic_fluent_skip_forward_10_20_regular:before { content: "\ec92"; } -.icon-ic_fluent_slide_arrow_right_20_filled:before { +.icon-ic_fluent_skip_forward_30_20_filled:before { content: "\ec93"; } -.icon-ic_fluent_slide_arrow_right_20_regular:before { +.icon-ic_fluent_skip_forward_30_20_regular:before { content: "\ec94"; } -.icon-ic_fluent_slide_eraser_20_filled:before { +.icon-ic_fluent_skip_forward_tab_20_filled:before { content: "\ec95"; } -.icon-ic_fluent_slide_eraser_20_regular:before { +.icon-ic_fluent_skip_forward_tab_20_regular:before { content: "\ec96"; } -.icon-ic_fluent_slide_grid_20_filled:before { +.icon-ic_fluent_sleep_20_filled:before { content: "\ec97"; } -.icon-ic_fluent_slide_grid_20_regular:before { +.icon-ic_fluent_sleep_20_regular:before { content: "\ec98"; } -.icon-ic_fluent_slide_hide_20_filled:before { +.icon-ic_fluent_slide_add_20_filled:before { content: "\ec99"; } -.icon-ic_fluent_slide_hide_20_regular:before { +.icon-ic_fluent_slide_add_20_regular:before { content: "\ec9a"; } -.icon-ic_fluent_slide_layout_20_filled:before { +.icon-ic_fluent_slide_arrow_right_20_filled:before { content: "\ec9b"; } -.icon-ic_fluent_slide_layout_20_regular:before { +.icon-ic_fluent_slide_arrow_right_20_regular:before { content: "\ec9c"; } -.icon-ic_fluent_slide_link_20_filled:before { +.icon-ic_fluent_slide_eraser_20_filled:before { content: "\ec9d"; } -.icon-ic_fluent_slide_link_20_regular:before { +.icon-ic_fluent_slide_eraser_20_regular:before { content: "\ec9e"; } -.icon-ic_fluent_slide_microphone_20_filled:before { +.icon-ic_fluent_slide_grid_20_filled:before { content: "\ec9f"; } -.icon-ic_fluent_slide_microphone_20_regular:before { +.icon-ic_fluent_slide_grid_20_regular:before { content: "\eca0"; } -.icon-ic_fluent_slide_multiple_20_filled:before { +.icon-ic_fluent_slide_hide_20_filled:before { content: "\eca1"; } -.icon-ic_fluent_slide_multiple_20_regular:before { +.icon-ic_fluent_slide_hide_20_regular:before { content: "\eca2"; } -.icon-ic_fluent_slide_multiple_arrow_right_20_filled:before { +.icon-ic_fluent_slide_layout_20_filled:before { content: "\eca3"; } -.icon-ic_fluent_slide_multiple_arrow_right_20_regular:before { +.icon-ic_fluent_slide_layout_20_regular:before { content: "\eca4"; } -.icon-ic_fluent_slide_multiple_search_20_filled:before { +.icon-ic_fluent_slide_link_20_filled:before { content: "\eca5"; } -.icon-ic_fluent_slide_multiple_search_20_regular:before { +.icon-ic_fluent_slide_link_20_regular:before { content: "\eca6"; } -.icon-ic_fluent_slide_search_20_filled:before { +.icon-ic_fluent_slide_microphone_20_filled:before { content: "\eca7"; } -.icon-ic_fluent_slide_search_20_regular:before { +.icon-ic_fluent_slide_microphone_20_regular:before { content: "\eca8"; } -.icon-ic_fluent_slide_settings_20_filled:before { +.icon-ic_fluent_slide_multiple_20_filled:before { content: "\eca9"; } -.icon-ic_fluent_slide_settings_20_regular:before { +.icon-ic_fluent_slide_multiple_20_regular:before { content: "\ecaa"; } -.icon-ic_fluent_slide_size_20_filled:before { +.icon-ic_fluent_slide_multiple_arrow_right_20_filled:before { content: "\ecab"; } -.icon-ic_fluent_slide_size_20_regular:before { +.icon-ic_fluent_slide_multiple_arrow_right_20_regular:before { content: "\ecac"; } -.icon-ic_fluent_slide_text_20_filled:before { +.icon-ic_fluent_slide_multiple_search_20_filled:before { content: "\ecad"; } -.icon-ic_fluent_slide_text_20_regular:before { +.icon-ic_fluent_slide_multiple_search_20_regular:before { content: "\ecae"; } -.icon-ic_fluent_slide_text_multiple_20_filled:before { +.icon-ic_fluent_slide_search_20_filled:before { content: "\ecaf"; } -.icon-ic_fluent_slide_text_multiple_20_regular:before { +.icon-ic_fluent_slide_search_20_regular:before { content: "\ecb0"; } -.icon-ic_fluent_slide_transition_20_filled:before { +.icon-ic_fluent_slide_settings_20_filled:before { content: "\ecb1"; } -.icon-ic_fluent_slide_transition_20_regular:before { +.icon-ic_fluent_slide_settings_20_regular:before { content: "\ecb2"; } -.icon-ic_fluent_smartwatch_20_filled:before { +.icon-ic_fluent_slide_size_20_filled:before { content: "\ecb3"; } -.icon-ic_fluent_smartwatch_20_regular:before { +.icon-ic_fluent_slide_size_20_regular:before { content: "\ecb4"; } -.icon-ic_fluent_smartwatch_dot_20_filled:before { +.icon-ic_fluent_slide_text_20_filled:before { content: "\ecb5"; } -.icon-ic_fluent_smartwatch_dot_20_regular:before { +.icon-ic_fluent_slide_text_20_regular:before { content: "\ecb6"; } -.icon-ic_fluent_snooze_20_filled:before { +.icon-ic_fluent_slide_text_multiple_20_filled:before { content: "\ecb7"; } -.icon-ic_fluent_snooze_20_regular:before { +.icon-ic_fluent_slide_text_multiple_20_regular:before { content: "\ecb8"; } -.icon-ic_fluent_sound_source_20_filled:before { +.icon-ic_fluent_slide_text_person_20_filled:before { content: "\ecb9"; } -.icon-ic_fluent_sound_source_20_regular:before { +.icon-ic_fluent_slide_text_person_20_regular:before { content: "\ecba"; } -.icon-ic_fluent_sound_wave_circle_20_filled:before { +.icon-ic_fluent_slide_transition_20_filled:before { content: "\ecbb"; } -.icon-ic_fluent_sound_wave_circle_20_regular:before { +.icon-ic_fluent_slide_transition_20_regular:before { content: "\ecbc"; } -.icon-ic_fluent_spacebar_20_filled:before { +.icon-ic_fluent_smartwatch_20_filled:before { content: "\ecbd"; } -.icon-ic_fluent_spacebar_20_regular:before { +.icon-ic_fluent_smartwatch_20_regular:before { content: "\ecbe"; } -.icon-ic_fluent_sparkle_20_filled:before { +.icon-ic_fluent_smartwatch_dot_20_filled:before { content: "\ecbf"; } -.icon-ic_fluent_sparkle_20_regular:before { +.icon-ic_fluent_smartwatch_dot_20_regular:before { content: "\ecc0"; } -.icon-ic_fluent_sparkle_circle_20_filled:before { +.icon-ic_fluent_snooze_20_filled:before { content: "\ecc1"; } -.icon-ic_fluent_sparkle_circle_20_regular:before { +.icon-ic_fluent_snooze_20_regular:before { content: "\ecc2"; } -.icon-ic_fluent_speaker_0_20_filled:before { +.icon-ic_fluent_sound_source_20_filled:before { content: "\ecc3"; } -.icon-ic_fluent_speaker_0_20_regular:before { +.icon-ic_fluent_sound_source_20_regular:before { content: "\ecc4"; } -.icon-ic_fluent_speaker_1_20_filled:before { +.icon-ic_fluent_sound_wave_circle_20_filled:before { content: "\ecc5"; } -.icon-ic_fluent_speaker_1_20_regular:before { +.icon-ic_fluent_sound_wave_circle_20_regular:before { content: "\ecc6"; } -.icon-ic_fluent_speaker_2_20_filled:before { +.icon-ic_fluent_spacebar_20_filled:before { content: "\ecc7"; } -.icon-ic_fluent_speaker_2_20_regular:before { +.icon-ic_fluent_spacebar_20_regular:before { content: "\ecc8"; } -.icon-ic_fluent_speaker_bluetooth_20_filled:before { +.icon-ic_fluent_sparkle_20_filled:before { content: "\ecc9"; } -.icon-ic_fluent_speaker_bluetooth_20_regular:before { +.icon-ic_fluent_sparkle_20_regular:before { content: "\ecca"; } -.icon-ic_fluent_speaker_edit_20_filled:before { +.icon-ic_fluent_sparkle_circle_20_filled:before { content: "\eccb"; } -.icon-ic_fluent_speaker_edit_20_regular:before { +.icon-ic_fluent_sparkle_circle_20_regular:before { content: "\eccc"; } -.icon-ic_fluent_speaker_mute_20_filled:before { +.icon-ic_fluent_speaker_0_20_filled:before { content: "\eccd"; } -.icon-ic_fluent_speaker_mute_20_regular:before { +.icon-ic_fluent_speaker_0_20_regular:before { content: "\ecce"; } -.icon-ic_fluent_speaker_off_20_filled:before { +.icon-ic_fluent_speaker_1_20_filled:before { content: "\eccf"; } -.icon-ic_fluent_speaker_off_20_regular:before { +.icon-ic_fluent_speaker_1_20_regular:before { content: "\ecd0"; } -.icon-ic_fluent_speaker_settings_20_filled:before { +.icon-ic_fluent_speaker_2_20_filled:before { content: "\ecd1"; } -.icon-ic_fluent_speaker_settings_20_regular:before { +.icon-ic_fluent_speaker_2_20_regular:before { content: "\ecd2"; } -.icon-ic_fluent_speaker_usb_20_filled:before { +.icon-ic_fluent_speaker_bluetooth_20_filled:before { content: "\ecd3"; } -.icon-ic_fluent_speaker_usb_20_regular:before { +.icon-ic_fluent_speaker_bluetooth_20_regular:before { content: "\ecd4"; } -.icon-ic_fluent_spinner_ios_20_filled:before { +.icon-ic_fluent_speaker_edit_20_filled:before { content: "\ecd5"; } -.icon-ic_fluent_spinner_ios_20_regular:before { +.icon-ic_fluent_speaker_edit_20_regular:before { content: "\ecd6"; } -.icon-ic_fluent_split_hint_20_filled:before { +.icon-ic_fluent_speaker_mute_20_filled:before { content: "\ecd7"; } -.icon-ic_fluent_split_hint_20_regular:before { +.icon-ic_fluent_speaker_mute_20_regular:before { content: "\ecd8"; } -.icon-ic_fluent_split_horizontal_20_filled:before { +.icon-ic_fluent_speaker_off_20_filled:before { content: "\ecd9"; } -.icon-ic_fluent_split_horizontal_20_regular:before { +.icon-ic_fluent_speaker_off_20_regular:before { content: "\ecda"; } -.icon-ic_fluent_split_vertical_20_filled:before { +.icon-ic_fluent_speaker_settings_20_filled:before { content: "\ecdb"; } -.icon-ic_fluent_split_vertical_20_regular:before { +.icon-ic_fluent_speaker_settings_20_regular:before { content: "\ecdc"; } -.icon-ic_fluent_sport_20_filled:before { +.icon-ic_fluent_speaker_usb_20_filled:before { content: "\ecdd"; } -.icon-ic_fluent_sport_20_regular:before { +.icon-ic_fluent_speaker_usb_20_regular:before { content: "\ecde"; } -.icon-ic_fluent_sport_american_football_20_filled:before { +.icon-ic_fluent_spinner_ios_20_filled:before { content: "\ecdf"; } -.icon-ic_fluent_sport_american_football_20_regular:before { +.icon-ic_fluent_spinner_ios_20_regular:before { content: "\ece0"; } -.icon-ic_fluent_sport_baseball_20_filled:before { +.icon-ic_fluent_split_hint_20_filled:before { content: "\ece1"; } -.icon-ic_fluent_sport_baseball_20_regular:before { +.icon-ic_fluent_split_hint_20_regular:before { content: "\ece2"; } -.icon-ic_fluent_sport_basketball_20_filled:before { +.icon-ic_fluent_split_horizontal_20_filled:before { content: "\ece3"; } -.icon-ic_fluent_sport_basketball_20_regular:before { +.icon-ic_fluent_split_horizontal_20_regular:before { content: "\ece4"; } -.icon-ic_fluent_sport_hockey_20_filled:before { +.icon-ic_fluent_split_vertical_20_filled:before { content: "\ece5"; } -.icon-ic_fluent_sport_hockey_20_regular:before { +.icon-ic_fluent_split_vertical_20_regular:before { content: "\ece6"; } -.icon-ic_fluent_sport_soccer_20_filled:before { +.icon-ic_fluent_sport_20_filled:before { content: "\ece7"; } -.icon-ic_fluent_sport_soccer_20_regular:before { +.icon-ic_fluent_sport_20_regular:before { content: "\ece8"; } -.icon-ic_fluent_square_20_filled:before { +.icon-ic_fluent_sport_american_football_20_filled:before { content: "\ece9"; } -.icon-ic_fluent_square_20_regular:before { +.icon-ic_fluent_sport_american_football_20_regular:before { content: "\ecea"; } -.icon-ic_fluent_square_add_20_filled:before { +.icon-ic_fluent_sport_baseball_20_filled:before { content: "\eceb"; } -.icon-ic_fluent_square_add_20_regular:before { +.icon-ic_fluent_sport_baseball_20_regular:before { content: "\ecec"; } -.icon-ic_fluent_square_arrow_forward_20_filled:before { +.icon-ic_fluent_sport_basketball_20_filled:before { content: "\eced"; } -.icon-ic_fluent_square_arrow_forward_20_regular:before { +.icon-ic_fluent_sport_basketball_20_regular:before { content: "\ecee"; } -.icon-ic_fluent_square_dismiss_20_filled:before { +.icon-ic_fluent_sport_hockey_20_filled:before { content: "\ecef"; } -.icon-ic_fluent_square_dismiss_20_regular:before { +.icon-ic_fluent_sport_hockey_20_regular:before { content: "\ecf0"; } -.icon-ic_fluent_square_eraser_20_filled:before { +.icon-ic_fluent_sport_soccer_20_filled:before { content: "\ecf1"; } -.icon-ic_fluent_square_eraser_20_regular:before { +.icon-ic_fluent_sport_soccer_20_regular:before { content: "\ecf2"; } -.icon-ic_fluent_square_hint_20_filled:before { +.icon-ic_fluent_square_20_filled:before { content: "\ecf3"; } -.icon-ic_fluent_square_hint_20_regular:before { +.icon-ic_fluent_square_20_regular:before { content: "\ecf4"; } -.icon-ic_fluent_square_hint_apps_20_filled:before { +.icon-ic_fluent_square_add_20_filled:before { content: "\ecf5"; } -.icon-ic_fluent_square_hint_apps_20_regular:before { +.icon-ic_fluent_square_add_20_regular:before { content: "\ecf6"; } -.icon-ic_fluent_square_hint_arrow_back_20_filled:before { +.icon-ic_fluent_square_arrow_forward_20_filled:before { content: "\ecf7"; } -.icon-ic_fluent_square_hint_arrow_back_20_regular:before { +.icon-ic_fluent_square_arrow_forward_20_regular:before { content: "\ecf8"; } -.icon-ic_fluent_square_hint_sparkles_20_filled:before { +.icon-ic_fluent_square_dismiss_20_filled:before { content: "\ecf9"; } -.icon-ic_fluent_square_hint_sparkles_20_regular:before { +.icon-ic_fluent_square_dismiss_20_regular:before { content: "\ecfa"; } -.icon-ic_fluent_square_multiple_20_filled:before { +.icon-ic_fluent_square_eraser_20_filled:before { content: "\ecfb"; } -.icon-ic_fluent_square_multiple_20_regular:before { +.icon-ic_fluent_square_eraser_20_regular:before { content: "\ecfc"; } -.icon-ic_fluent_square_shadow_20_filled:before { +.icon-ic_fluent_square_hint_20_filled:before { content: "\ecfd"; } -.icon-ic_fluent_square_shadow_20_regular:before { +.icon-ic_fluent_square_hint_20_regular:before { content: "\ecfe"; } -.icon-ic_fluent_squares_nested_20_filled:before { +.icon-ic_fluent_square_hint_apps_20_filled:before { content: "\ecff"; } -.icon-ic_fluent_squares_nested_20_regular:before { +.icon-ic_fluent_square_hint_apps_20_regular:before { content: "\ed00"; } -.icon-ic_fluent_stack_20_filled:before { +.icon-ic_fluent_square_hint_arrow_back_20_filled:before { content: "\ed01"; } -.icon-ic_fluent_stack_20_regular:before { +.icon-ic_fluent_square_hint_arrow_back_20_regular:before { content: "\ed02"; } -.icon-ic_fluent_stack_arrow_forward_20_filled:before { +.icon-ic_fluent_square_hint_sparkles_20_filled:before { content: "\ed03"; } -.icon-ic_fluent_stack_arrow_forward_20_regular:before { +.icon-ic_fluent_square_hint_sparkles_20_regular:before { content: "\ed04"; } -.icon-ic_fluent_stack_star_20_filled:before { +.icon-ic_fluent_square_multiple_20_filled:before { content: "\ed05"; } -.icon-ic_fluent_stack_star_20_regular:before { +.icon-ic_fluent_square_multiple_20_regular:before { content: "\ed06"; } -.icon-ic_fluent_star_20_filled:before { +.icon-ic_fluent_square_shadow_20_filled:before { content: "\ed07"; } -.icon-ic_fluent_star_20_regular:before { +.icon-ic_fluent_square_shadow_20_regular:before { content: "\ed08"; } -.icon-ic_fluent_star_add_20_filled:before { +.icon-ic_fluent_squares_nested_20_filled:before { content: "\ed09"; } -.icon-ic_fluent_star_add_20_regular:before { +.icon-ic_fluent_squares_nested_20_regular:before { content: "\ed0a"; } -.icon-ic_fluent_star_arrow_right_end_20_filled:before { +.icon-ic_fluent_stack_20_filled:before { content: "\ed0b"; } -.icon-ic_fluent_star_arrow_right_end_20_regular:before { +.icon-ic_fluent_stack_20_regular:before { content: "\ed0c"; } -.icon-ic_fluent_star_arrow_right_start_20_filled:before { +.icon-ic_fluent_stack_arrow_forward_20_filled:before { content: "\ed0d"; } -.icon-ic_fluent_star_arrow_right_start_20_regular:before { +.icon-ic_fluent_stack_arrow_forward_20_regular:before { content: "\ed0e"; } -.icon-ic_fluent_star_dismiss_20_filled:before { +.icon-ic_fluent_stack_star_20_filled:before { content: "\ed0f"; } -.icon-ic_fluent_star_dismiss_20_regular:before { +.icon-ic_fluent_stack_star_20_regular:before { content: "\ed10"; } -.icon-ic_fluent_star_edit_20_filled:before { +.icon-ic_fluent_star_20_filled:before { content: "\ed11"; } -.icon-ic_fluent_star_edit_20_regular:before { +.icon-ic_fluent_star_20_regular:before { content: "\ed12"; } -.icon-ic_fluent_star_emphasis_20_filled:before { +.icon-ic_fluent_star_add_20_filled:before { content: "\ed13"; } -.icon-ic_fluent_star_emphasis_20_regular:before { +.icon-ic_fluent_star_add_20_regular:before { content: "\ed14"; } -.icon-ic_fluent_star_half_20_filled:before { +.icon-ic_fluent_star_arrow_right_end_20_filled:before { content: "\ed15"; } -.icon-ic_fluent_star_half_20_regular:before { +.icon-ic_fluent_star_arrow_right_end_20_regular:before { content: "\ed16"; } -.icon-ic_fluent_star_line_horizontal_3_20_filled:before { +.icon-ic_fluent_star_arrow_right_start_20_filled:before { content: "\ed17"; } -.icon-ic_fluent_star_line_horizontal_3_20_regular:before { +.icon-ic_fluent_star_arrow_right_start_20_regular:before { content: "\ed18"; } -.icon-ic_fluent_star_off_20_filled:before { +.icon-ic_fluent_star_dismiss_20_filled:before { content: "\ed19"; } -.icon-ic_fluent_star_off_20_regular:before { +.icon-ic_fluent_star_dismiss_20_regular:before { content: "\ed1a"; } -.icon-ic_fluent_star_one_quarter_20_filled:before { +.icon-ic_fluent_star_edit_20_filled:before { content: "\ed1b"; } -.icon-ic_fluent_star_one_quarter_20_regular:before { +.icon-ic_fluent_star_edit_20_regular:before { content: "\ed1c"; } -.icon-ic_fluent_star_prohibited_20_filled:before { +.icon-ic_fluent_star_emphasis_20_filled:before { content: "\ed1d"; } -.icon-ic_fluent_star_prohibited_20_regular:before { +.icon-ic_fluent_star_emphasis_20_regular:before { content: "\ed1e"; } -.icon-ic_fluent_star_settings_20_filled:before { +.icon-ic_fluent_star_half_20_filled:before { content: "\ed1f"; } -.icon-ic_fluent_star_settings_20_regular:before { +.icon-ic_fluent_star_half_20_regular:before { content: "\ed20"; } -.icon-ic_fluent_star_three_quarter_20_filled:before { +.icon-ic_fluent_star_line_horizontal_3_20_filled:before { content: "\ed21"; } -.icon-ic_fluent_star_three_quarter_20_regular:before { +.icon-ic_fluent_star_line_horizontal_3_20_regular:before { content: "\ed22"; } -.icon-ic_fluent_status_20_filled:before { +.icon-ic_fluent_star_off_20_filled:before { content: "\ed23"; } -.icon-ic_fluent_status_20_regular:before { +.icon-ic_fluent_star_off_20_regular:before { content: "\ed24"; } -.icon-ic_fluent_steps_20_filled:before { +.icon-ic_fluent_star_one_quarter_20_filled:before { content: "\ed25"; } -.icon-ic_fluent_steps_20_regular:before { +.icon-ic_fluent_star_one_quarter_20_regular:before { content: "\ed26"; } -.icon-ic_fluent_stethoscope_20_filled:before { +.icon-ic_fluent_star_prohibited_20_filled:before { content: "\ed27"; } -.icon-ic_fluent_stethoscope_20_regular:before { +.icon-ic_fluent_star_prohibited_20_regular:before { content: "\ed28"; } -.icon-ic_fluent_sticker_20_filled:before { +.icon-ic_fluent_star_settings_20_filled:before { content: "\ed29"; } -.icon-ic_fluent_sticker_20_regular:before { +.icon-ic_fluent_star_settings_20_regular:before { content: "\ed2a"; } -.icon-ic_fluent_sticker_add_20_filled:before { +.icon-ic_fluent_star_three_quarter_20_filled:before { content: "\ed2b"; } -.icon-ic_fluent_sticker_add_20_regular:before { +.icon-ic_fluent_star_three_quarter_20_regular:before { content: "\ed2c"; } -.icon-ic_fluent_stop_20_filled:before { +.icon-ic_fluent_status_20_filled:before { content: "\ed2d"; } -.icon-ic_fluent_stop_20_regular:before { +.icon-ic_fluent_status_20_regular:before { content: "\ed2e"; } -.icon-ic_fluent_storage_20_filled:before { +.icon-ic_fluent_steps_20_filled:before { content: "\ed2f"; } -.icon-ic_fluent_storage_20_regular:before { +.icon-ic_fluent_steps_20_regular:before { content: "\ed30"; } -.icon-ic_fluent_store_microsoft_20_filled:before { +.icon-ic_fluent_stethoscope_20_filled:before { content: "\ed31"; } -.icon-ic_fluent_store_microsoft_20_regular:before { +.icon-ic_fluent_stethoscope_20_regular:before { content: "\ed32"; } -.icon-ic_fluent_stream_20_filled:before { +.icon-ic_fluent_sticker_20_filled:before { content: "\ed33"; } -.icon-ic_fluent_stream_20_regular:before { +.icon-ic_fluent_sticker_20_regular:before { content: "\ed34"; } -.icon-ic_fluent_stream_input_20_filled:before { +.icon-ic_fluent_sticker_add_20_filled:before { content: "\ed35"; } -.icon-ic_fluent_stream_input_20_regular:before { +.icon-ic_fluent_sticker_add_20_regular:before { content: "\ed36"; } -.icon-ic_fluent_stream_input_output_20_filled:before { +.icon-ic_fluent_stop_20_filled:before { content: "\ed37"; } -.icon-ic_fluent_stream_input_output_20_regular:before { +.icon-ic_fluent_stop_20_regular:before { content: "\ed38"; } -.icon-ic_fluent_stream_output_20_filled:before { +.icon-ic_fluent_storage_20_filled:before { content: "\ed39"; } -.icon-ic_fluent_stream_output_20_regular:before { +.icon-ic_fluent_storage_20_regular:before { content: "\ed3a"; } -.icon-ic_fluent_style_guide_20_filled:before { +.icon-ic_fluent_store_microsoft_20_filled:before { content: "\ed3b"; } -.icon-ic_fluent_style_guide_20_regular:before { +.icon-ic_fluent_store_microsoft_20_regular:before { content: "\ed3c"; } -.icon-ic_fluent_sub_grid_20_filled:before { +.icon-ic_fluent_stream_20_filled:before { content: "\ed3d"; } -.icon-ic_fluent_sub_grid_20_regular:before { +.icon-ic_fluent_stream_20_regular:before { content: "\ed3e"; } -.icon-ic_fluent_subtitles_20_filled:before { +.icon-ic_fluent_stream_input_20_filled:before { content: "\ed3f"; } -.icon-ic_fluent_subtitles_20_regular:before { +.icon-ic_fluent_stream_input_20_regular:before { content: "\ed40"; } -.icon-ic_fluent_subtract_20_filled:before { +.icon-ic_fluent_stream_input_output_20_filled:before { content: "\ed41"; } -.icon-ic_fluent_subtract_20_regular:before { +.icon-ic_fluent_stream_input_output_20_regular:before { content: "\ed42"; } -.icon-ic_fluent_subtract_circle_20_filled:before { +.icon-ic_fluent_stream_output_20_filled:before { content: "\ed43"; } -.icon-ic_fluent_subtract_circle_20_regular:before { +.icon-ic_fluent_stream_output_20_regular:before { content: "\ed44"; } -.icon-ic_fluent_subtract_circle_arrow_back_20_filled:before { +.icon-ic_fluent_style_guide_20_filled:before { content: "\ed45"; } -.icon-ic_fluent_subtract_circle_arrow_back_20_regular:before { +.icon-ic_fluent_style_guide_20_regular:before { content: "\ed46"; } -.icon-ic_fluent_subtract_circle_arrow_forward_20_filled:before { +.icon-ic_fluent_sub_grid_20_filled:before { content: "\ed47"; } -.icon-ic_fluent_subtract_circle_arrow_forward_20_regular:before { +.icon-ic_fluent_sub_grid_20_regular:before { content: "\ed48"; } -.icon-ic_fluent_subtract_square_20_filled:before { +.icon-ic_fluent_subtitles_20_filled:before { content: "\ed49"; } -.icon-ic_fluent_subtract_square_20_regular:before { +.icon-ic_fluent_subtitles_20_regular:before { content: "\ed4a"; } -.icon-ic_fluent_subtract_square_multiple_20_filled:before { +.icon-ic_fluent_subtract_20_filled:before { content: "\ed4b"; } -.icon-ic_fluent_subtract_square_multiple_20_regular:before { +.icon-ic_fluent_subtract_20_regular:before { content: "\ed4c"; } -.icon-ic_fluent_surface_earbuds_20_filled:before { +.icon-ic_fluent_subtract_circle_20_filled:before { content: "\ed4d"; } -.icon-ic_fluent_surface_earbuds_20_regular:before { +.icon-ic_fluent_subtract_circle_20_regular:before { content: "\ed4e"; } -.icon-ic_fluent_surface_hub_20_filled:before { +.icon-ic_fluent_subtract_circle_arrow_back_20_filled:before { content: "\ed4f"; } -.icon-ic_fluent_surface_hub_20_regular:before { +.icon-ic_fluent_subtract_circle_arrow_back_20_regular:before { content: "\ed50"; } -.icon-ic_fluent_swimming_pool_20_filled:before { +.icon-ic_fluent_subtract_circle_arrow_forward_20_filled:before { content: "\ed51"; } -.icon-ic_fluent_swimming_pool_20_regular:before { +.icon-ic_fluent_subtract_circle_arrow_forward_20_regular:before { content: "\ed52"; } -.icon-ic_fluent_swipe_down_20_filled:before { +.icon-ic_fluent_subtract_square_20_filled:before { content: "\ed53"; } -.icon-ic_fluent_swipe_down_20_regular:before { +.icon-ic_fluent_subtract_square_20_regular:before { content: "\ed54"; } -.icon-ic_fluent_swipe_right_20_filled:before { +.icon-ic_fluent_subtract_square_multiple_20_filled:before { content: "\ed55"; } -.icon-ic_fluent_swipe_right_20_regular:before { +.icon-ic_fluent_subtract_square_multiple_20_regular:before { content: "\ed56"; } -.icon-ic_fluent_swipe_up_20_filled:before { +.icon-ic_fluent_surface_earbuds_20_filled:before { content: "\ed57"; } -.icon-ic_fluent_swipe_up_20_regular:before { +.icon-ic_fluent_surface_earbuds_20_regular:before { content: "\ed58"; } -.icon-ic_fluent_symbols_20_filled:before { +.icon-ic_fluent_surface_hub_20_filled:before { content: "\ed59"; } -.icon-ic_fluent_symbols_20_regular:before { +.icon-ic_fluent_surface_hub_20_regular:before { content: "\ed5a"; } -.icon-ic_fluent_sync_off_20_filled:before { +.icon-ic_fluent_swimming_pool_20_filled:before { content: "\ed5b"; } -.icon-ic_fluent_sync_off_20_regular:before { +.icon-ic_fluent_swimming_pool_20_regular:before { content: "\ed5c"; } -.icon-ic_fluent_syringe_20_filled:before { +.icon-ic_fluent_swipe_down_20_filled:before { content: "\ed5d"; } -.icon-ic_fluent_syringe_20_regular:before { +.icon-ic_fluent_swipe_down_20_regular:before { content: "\ed5e"; } -.icon-ic_fluent_system_20_filled:before { +.icon-ic_fluent_swipe_right_20_filled:before { content: "\ed5f"; } -.icon-ic_fluent_system_20_regular:before { +.icon-ic_fluent_swipe_right_20_regular:before { content: "\ed60"; } -.icon-ic_fluent_tab_20_filled:before { +.icon-ic_fluent_swipe_up_20_filled:before { content: "\ed61"; } -.icon-ic_fluent_tab_20_regular:before { +.icon-ic_fluent_swipe_up_20_regular:before { content: "\ed62"; } -.icon-ic_fluent_tab_add_20_filled:before { +.icon-ic_fluent_symbols_20_filled:before { content: "\ed63"; } -.icon-ic_fluent_tab_add_20_regular:before { +.icon-ic_fluent_symbols_20_regular:before { content: "\ed64"; } -.icon-ic_fluent_tab_arrow_left_20_filled:before { +.icon-ic_fluent_sync_off_20_filled:before { content: "\ed65"; } -.icon-ic_fluent_tab_arrow_left_20_regular:before { +.icon-ic_fluent_sync_off_20_regular:before { content: "\ed66"; } -.icon-ic_fluent_tab_desktop_20_filled:before { +.icon-ic_fluent_syringe_20_filled:before { content: "\ed67"; } -.icon-ic_fluent_tab_desktop_20_regular:before { +.icon-ic_fluent_syringe_20_regular:before { content: "\ed68"; } -.icon-ic_fluent_tab_desktop_arrow_clockwise_20_filled:before { +.icon-ic_fluent_system_20_filled:before { content: "\ed69"; } -.icon-ic_fluent_tab_desktop_arrow_clockwise_20_regular:before { +.icon-ic_fluent_system_20_regular:before { content: "\ed6a"; } -.icon-ic_fluent_tab_desktop_arrow_left_20_filled:before { +.icon-ic_fluent_tab_20_filled:before { content: "\ed6b"; } -.icon-ic_fluent_tab_desktop_arrow_left_20_regular:before { +.icon-ic_fluent_tab_20_regular:before { content: "\ed6c"; } -.icon-ic_fluent_tab_desktop_bottom_20_filled:before { +.icon-ic_fluent_tab_add_20_filled:before { content: "\ed6d"; } -.icon-ic_fluent_tab_desktop_bottom_20_regular:before { +.icon-ic_fluent_tab_add_20_regular:before { content: "\ed6e"; } -.icon-ic_fluent_tab_desktop_clock_20_filled:before { +.icon-ic_fluent_tab_arrow_left_20_filled:before { content: "\ed6f"; } -.icon-ic_fluent_tab_desktop_clock_20_regular:before { +.icon-ic_fluent_tab_arrow_left_20_regular:before { content: "\ed70"; } -.icon-ic_fluent_tab_desktop_copy_20_filled:before { +.icon-ic_fluent_tab_desktop_20_filled:before { content: "\ed71"; } -.icon-ic_fluent_tab_desktop_copy_20_regular:before { +.icon-ic_fluent_tab_desktop_20_regular:before { content: "\ed72"; } -.icon-ic_fluent_tab_desktop_image_20_filled:before { +.icon-ic_fluent_tab_desktop_arrow_clockwise_20_filled:before { content: "\ed73"; } -.icon-ic_fluent_tab_desktop_image_20_regular:before { +.icon-ic_fluent_tab_desktop_arrow_clockwise_20_regular:before { content: "\ed74"; } -.icon-ic_fluent_tab_desktop_multiple_20_filled:before { +.icon-ic_fluent_tab_desktop_arrow_left_20_filled:before { content: "\ed75"; } -.icon-ic_fluent_tab_desktop_multiple_20_regular:before { +.icon-ic_fluent_tab_desktop_arrow_left_20_regular:before { content: "\ed76"; } -.icon-ic_fluent_tab_desktop_multiple_bottom_20_filled:before { +.icon-ic_fluent_tab_desktop_bottom_20_filled:before { content: "\ed77"; } -.icon-ic_fluent_tab_desktop_multiple_bottom_20_regular:before { +.icon-ic_fluent_tab_desktop_bottom_20_regular:before { content: "\ed78"; } -.icon-ic_fluent_tab_desktop_new_page_20_filled:before { +.icon-ic_fluent_tab_desktop_clock_20_filled:before { content: "\ed79"; } -.icon-ic_fluent_tab_desktop_new_page_20_regular:before { +.icon-ic_fluent_tab_desktop_clock_20_regular:before { content: "\ed7a"; } -.icon-ic_fluent_tab_in_private_20_filled:before { +.icon-ic_fluent_tab_desktop_copy_20_filled:before { content: "\ed7b"; } -.icon-ic_fluent_tab_in_private_20_regular:before { +.icon-ic_fluent_tab_desktop_copy_20_regular:before { content: "\ed7c"; } -.icon-ic_fluent_tab_inprivate_account_20_filled:before { +.icon-ic_fluent_tab_desktop_image_20_filled:before { content: "\ed7d"; } -.icon-ic_fluent_tab_inprivate_account_20_regular:before { +.icon-ic_fluent_tab_desktop_image_20_regular:before { content: "\ed7e"; } -.icon-ic_fluent_tab_prohibited_20_filled:before { +.icon-ic_fluent_tab_desktop_multiple_20_filled:before { content: "\ed7f"; } -.icon-ic_fluent_tab_prohibited_20_regular:before { +.icon-ic_fluent_tab_desktop_multiple_20_regular:before { content: "\ed80"; } -.icon-ic_fluent_tab_shield_dismiss_20_filled:before { +.icon-ic_fluent_tab_desktop_multiple_bottom_20_filled:before { content: "\ed81"; } -.icon-ic_fluent_tab_shield_dismiss_20_regular:before { +.icon-ic_fluent_tab_desktop_multiple_bottom_20_regular:before { content: "\ed82"; } -.icon-ic_fluent_table_20_filled:before { +.icon-ic_fluent_tab_desktop_new_page_20_filled:before { content: "\ed83"; } -.icon-ic_fluent_table_20_regular:before { +.icon-ic_fluent_tab_desktop_new_page_20_regular:before { content: "\ed84"; } -.icon-ic_fluent_table_add_20_filled:before { +.icon-ic_fluent_tab_in_private_20_filled:before { content: "\ed85"; } -.icon-ic_fluent_table_add_20_regular:before { +.icon-ic_fluent_tab_in_private_20_regular:before { content: "\ed86"; } -.icon-ic_fluent_table_bottom_row_20_filled:before { +.icon-ic_fluent_tab_inprivate_account_20_filled:before { content: "\ed87"; } -.icon-ic_fluent_table_bottom_row_20_regular:before { +.icon-ic_fluent_tab_inprivate_account_20_regular:before { content: "\ed88"; } -.icon-ic_fluent_table_calculator_20_filled:before { +.icon-ic_fluent_tab_prohibited_20_filled:before { content: "\ed89"; } -.icon-ic_fluent_table_calculator_20_regular:before { +.icon-ic_fluent_tab_prohibited_20_regular:before { content: "\ed8a"; } -.icon-ic_fluent_table_cell_edit_20_filled:before { +.icon-ic_fluent_tab_shield_dismiss_20_filled:before { content: "\ed8b"; } -.icon-ic_fluent_table_cell_edit_20_regular:before { +.icon-ic_fluent_tab_shield_dismiss_20_regular:before { content: "\ed8c"; } -.icon-ic_fluent_table_cells_merge_20_filled:before { +.icon-ic_fluent_table_20_filled:before { content: "\ed8d"; } -.icon-ic_fluent_table_cells_merge_20_regular:before { +.icon-ic_fluent_table_20_regular:before { content: "\ed8e"; } -.icon-ic_fluent_table_cells_split_20_filled:before { +.icon-ic_fluent_table_add_20_filled:before { content: "\ed8f"; } -.icon-ic_fluent_table_cells_split_20_regular:before { +.icon-ic_fluent_table_add_20_regular:before { content: "\ed90"; } -.icon-ic_fluent_table_checker_20_filled:before { +.icon-ic_fluent_table_bottom_row_20_filled:before { content: "\ed91"; } -.icon-ic_fluent_table_checker_20_regular:before { +.icon-ic_fluent_table_bottom_row_20_regular:before { content: "\ed92"; } -.icon-ic_fluent_table_copy_20_filled:before { +.icon-ic_fluent_table_calculator_20_filled:before { content: "\ed93"; } -.icon-ic_fluent_table_copy_20_regular:before { +.icon-ic_fluent_table_calculator_20_regular:before { content: "\ed94"; } -.icon-ic_fluent_table_delete_column_20_filled:before { +.icon-ic_fluent_table_cell_edit_20_filled:before { content: "\ed95"; } -.icon-ic_fluent_table_delete_column_20_regular:before { +.icon-ic_fluent_table_cell_edit_20_regular:before { content: "\ed96"; } -.icon-ic_fluent_table_delete_row_20_filled:before { +.icon-ic_fluent_table_cells_merge_20_filled:before { content: "\ed97"; } -.icon-ic_fluent_table_delete_row_20_regular:before { +.icon-ic_fluent_table_cells_merge_20_regular:before { content: "\ed98"; } -.icon-ic_fluent_table_dismiss_20_filled:before { +.icon-ic_fluent_table_cells_split_20_filled:before { content: "\ed99"; } -.icon-ic_fluent_table_dismiss_20_regular:before { +.icon-ic_fluent_table_cells_split_20_regular:before { content: "\ed9a"; } -.icon-ic_fluent_table_edit_20_filled:before { +.icon-ic_fluent_table_checker_20_filled:before { content: "\ed9b"; } -.icon-ic_fluent_table_edit_20_regular:before { +.icon-ic_fluent_table_checker_20_regular:before { content: "\ed9c"; } -.icon-ic_fluent_table_freeze_column_20_filled:before { +.icon-ic_fluent_table_copy_20_filled:before { content: "\ed9d"; } -.icon-ic_fluent_table_freeze_column_20_regular:before { +.icon-ic_fluent_table_copy_20_regular:before { content: "\ed9e"; } -.icon-ic_fluent_table_freeze_column_and_row_20_filled:before { +.icon-ic_fluent_table_delete_column_20_filled:before { content: "\ed9f"; } -.icon-ic_fluent_table_freeze_column_and_row_20_regular:before { +.icon-ic_fluent_table_delete_column_20_regular:before { content: "\eda0"; } -.icon-ic_fluent_table_freeze_row_20_filled:before { +.icon-ic_fluent_table_delete_row_20_filled:before { content: "\eda1"; } -.icon-ic_fluent_table_freeze_row_20_regular:before { +.icon-ic_fluent_table_delete_row_20_regular:before { content: "\eda2"; } -.icon-ic_fluent_table_image_20_filled:before { +.icon-ic_fluent_table_dismiss_20_filled:before { content: "\eda3"; } -.icon-ic_fluent_table_image_20_regular:before { +.icon-ic_fluent_table_dismiss_20_regular:before { content: "\eda4"; } -.icon-ic_fluent_table_insert_column_20_filled:before { +.icon-ic_fluent_table_edit_20_filled:before { content: "\eda5"; } -.icon-ic_fluent_table_insert_column_20_regular:before { +.icon-ic_fluent_table_edit_20_regular:before { content: "\eda6"; } -.icon-ic_fluent_table_insert_row_20_filled:before { +.icon-ic_fluent_table_freeze_column_20_filled:before { content: "\eda7"; } -.icon-ic_fluent_table_insert_row_20_regular:before { +.icon-ic_fluent_table_freeze_column_20_regular:before { content: "\eda8"; } -.icon-ic_fluent_table_lightning_20_filled:before { +.icon-ic_fluent_table_freeze_column_and_row_20_filled:before { content: "\eda9"; } -.icon-ic_fluent_table_lightning_20_regular:before { +.icon-ic_fluent_table_freeze_column_and_row_20_regular:before { content: "\edaa"; } -.icon-ic_fluent_table_link_20_filled:before { +.icon-ic_fluent_table_freeze_row_20_filled:before { content: "\edab"; } -.icon-ic_fluent_table_link_20_regular:before { +.icon-ic_fluent_table_freeze_row_20_regular:before { content: "\edac"; } -.icon-ic_fluent_table_move_above_20_filled:before { +.icon-ic_fluent_table_image_20_filled:before { content: "\edad"; } -.icon-ic_fluent_table_move_above_20_regular:before { +.icon-ic_fluent_table_image_20_regular:before { content: "\edae"; } -.icon-ic_fluent_table_move_below_20_filled:before { +.icon-ic_fluent_table_insert_column_20_filled:before { content: "\edaf"; } -.icon-ic_fluent_table_move_below_20_regular:before { +.icon-ic_fluent_table_insert_column_20_regular:before { content: "\edb0"; } -.icon-ic_fluent_table_move_left_20_filled:before { +.icon-ic_fluent_table_insert_row_20_filled:before { content: "\edb1"; } -.icon-ic_fluent_table_move_left_20_regular:before { +.icon-ic_fluent_table_insert_row_20_regular:before { content: "\edb2"; } -.icon-ic_fluent_table_move_right_20_filled:before { +.icon-ic_fluent_table_lightning_20_filled:before { content: "\edb3"; } -.icon-ic_fluent_table_move_right_20_regular:before { +.icon-ic_fluent_table_lightning_20_regular:before { content: "\edb4"; } -.icon-ic_fluent_table_multiple_20_filled:before { +.icon-ic_fluent_table_link_20_filled:before { content: "\edb5"; } -.icon-ic_fluent_table_multiple_20_regular:before { +.icon-ic_fluent_table_link_20_regular:before { content: "\edb6"; } -.icon-ic_fluent_table_resize_column_20_filled:before { +.icon-ic_fluent_table_lock_20_filled:before { content: "\edb7"; } -.icon-ic_fluent_table_resize_column_20_regular:before { +.icon-ic_fluent_table_lock_20_regular:before { content: "\edb8"; } -.icon-ic_fluent_table_resize_row_20_filled:before { +.icon-ic_fluent_table_move_above_20_filled:before { content: "\edb9"; } -.icon-ic_fluent_table_resize_row_20_regular:before { +.icon-ic_fluent_table_move_above_20_regular:before { content: "\edba"; } -.icon-ic_fluent_table_search_20_filled:before { +.icon-ic_fluent_table_move_below_20_filled:before { content: "\edbb"; } -.icon-ic_fluent_table_search_20_regular:before { +.icon-ic_fluent_table_move_below_20_regular:before { content: "\edbc"; } -.icon-ic_fluent_table_settings_20_filled:before { +.icon-ic_fluent_table_move_left_20_filled:before { content: "\edbd"; } -.icon-ic_fluent_table_settings_20_regular:before { +.icon-ic_fluent_table_move_left_20_regular:before { content: "\edbe"; } -.icon-ic_fluent_table_simple_20_filled:before { +.icon-ic_fluent_table_move_right_20_filled:before { content: "\edbf"; } -.icon-ic_fluent_table_simple_20_regular:before { +.icon-ic_fluent_table_move_right_20_regular:before { content: "\edc0"; } -.icon-ic_fluent_table_simple_checkmark_20_filled:before { +.icon-ic_fluent_table_multiple_20_filled:before { content: "\edc1"; } -.icon-ic_fluent_table_simple_checkmark_20_regular:before { +.icon-ic_fluent_table_multiple_20_regular:before { content: "\edc2"; } -.icon-ic_fluent_table_split_20_filled:before { +.icon-ic_fluent_table_resize_column_20_filled:before { content: "\edc3"; } -.icon-ic_fluent_table_split_20_regular:before { +.icon-ic_fluent_table_resize_column_20_regular:before { content: "\edc4"; } -.icon-ic_fluent_table_stack_above_20_filled:before { +.icon-ic_fluent_table_resize_row_20_filled:before { content: "\edc5"; } -.icon-ic_fluent_table_stack_above_20_regular:before { +.icon-ic_fluent_table_resize_row_20_regular:before { content: "\edc6"; } -.icon-ic_fluent_table_stack_below_20_filled:before { +.icon-ic_fluent_table_search_20_filled:before { content: "\edc7"; } -.icon-ic_fluent_table_stack_below_20_regular:before { +.icon-ic_fluent_table_search_20_regular:before { content: "\edc8"; } -.icon-ic_fluent_table_stack_left_20_filled:before { +.icon-ic_fluent_table_settings_20_filled:before { content: "\edc9"; } -.icon-ic_fluent_table_stack_left_20_regular:before { +.icon-ic_fluent_table_settings_20_regular:before { content: "\edca"; } -.icon-ic_fluent_table_stack_right_20_filled:before { +.icon-ic_fluent_table_simple_20_filled:before { content: "\edcb"; } -.icon-ic_fluent_table_stack_right_20_regular:before { +.icon-ic_fluent_table_simple_20_regular:before { content: "\edcc"; } -.icon-ic_fluent_table_switch_20_filled:before { +.icon-ic_fluent_table_simple_checkmark_20_filled:before { content: "\edcd"; } -.icon-ic_fluent_table_switch_20_regular:before { +.icon-ic_fluent_table_simple_checkmark_20_regular:before { content: "\edce"; } -.icon-ic_fluent_tablet_20_filled:before { +.icon-ic_fluent_table_split_20_filled:before { content: "\edcf"; } -.icon-ic_fluent_tablet_20_regular:before { +.icon-ic_fluent_table_split_20_regular:before { content: "\edd0"; } -.icon-ic_fluent_tablet_speaker_20_filled:before { +.icon-ic_fluent_table_stack_above_20_filled:before { content: "\edd1"; } -.icon-ic_fluent_tablet_speaker_20_regular:before { +.icon-ic_fluent_table_stack_above_20_regular:before { content: "\edd2"; } -.icon-ic_fluent_tabs_20_filled:before { +.icon-ic_fluent_table_stack_below_20_filled:before { content: "\edd3"; } -.icon-ic_fluent_tabs_20_regular:before { +.icon-ic_fluent_table_stack_below_20_regular:before { content: "\edd4"; } -.icon-ic_fluent_tag_20_filled:before { +.icon-ic_fluent_table_stack_left_20_filled:before { content: "\edd5"; } -.icon-ic_fluent_tag_20_regular:before { +.icon-ic_fluent_table_stack_left_20_regular:before { content: "\edd6"; } -.icon-ic_fluent_tag_circle_20_filled:before { +.icon-ic_fluent_table_stack_right_20_filled:before { content: "\edd7"; } -.icon-ic_fluent_tag_circle_20_regular:before { +.icon-ic_fluent_table_stack_right_20_regular:before { content: "\edd8"; } -.icon-ic_fluent_tag_dismiss_20_filled:before { +.icon-ic_fluent_table_switch_20_filled:before { content: "\edd9"; } -.icon-ic_fluent_tag_dismiss_20_regular:before { +.icon-ic_fluent_table_switch_20_regular:before { content: "\edda"; } -.icon-ic_fluent_tag_error_20_filled:before { +.icon-ic_fluent_tablet_20_filled:before { content: "\eddb"; } -.icon-ic_fluent_tag_error_20_regular:before { +.icon-ic_fluent_tablet_20_regular:before { content: "\eddc"; } -.icon-ic_fluent_tag_lock_20_filled:before { +.icon-ic_fluent_tablet_speaker_20_filled:before { content: "\eddd"; } -.icon-ic_fluent_tag_lock_20_regular:before { +.icon-ic_fluent_tablet_speaker_20_regular:before { content: "\edde"; } -.icon-ic_fluent_tag_lock_accent_20_filled:before { +.icon-ic_fluent_tabs_20_filled:before { content: "\eddf"; } -.icon-ic_fluent_tag_multiple_20_filled:before { +.icon-ic_fluent_tabs_20_regular:before { content: "\ede0"; } -.icon-ic_fluent_tag_multiple_20_regular:before { +.icon-ic_fluent_tag_20_filled:before { content: "\ede1"; } -.icon-ic_fluent_tag_off_20_filled:before { +.icon-ic_fluent_tag_20_regular:before { content: "\ede2"; } -.icon-ic_fluent_tag_off_20_regular:before { +.icon-ic_fluent_tag_circle_20_filled:before { content: "\ede3"; } -.icon-ic_fluent_tag_question_mark_20_filled:before { +.icon-ic_fluent_tag_circle_20_regular:before { content: "\ede4"; } -.icon-ic_fluent_tag_question_mark_20_regular:before { +.icon-ic_fluent_tag_dismiss_20_filled:before { content: "\ede5"; } -.icon-ic_fluent_tag_reset_20_filled:before { +.icon-ic_fluent_tag_dismiss_20_regular:before { content: "\ede6"; } -.icon-ic_fluent_tag_reset_20_regular:before { +.icon-ic_fluent_tag_error_20_filled:before { content: "\ede7"; } -.icon-ic_fluent_tag_search_20_filled:before { +.icon-ic_fluent_tag_error_20_regular:before { content: "\ede8"; } -.icon-ic_fluent_tag_search_20_regular:before { +.icon-ic_fluent_tag_lock_20_filled:before { content: "\ede9"; } -.icon-ic_fluent_tap_double_20_filled:before { +.icon-ic_fluent_tag_lock_20_regular:before { content: "\edea"; } -.icon-ic_fluent_tap_double_20_regular:before { +.icon-ic_fluent_tag_lock_accent_20_filled:before { content: "\edeb"; } -.icon-ic_fluent_tap_single_20_filled:before { +.icon-ic_fluent_tag_multiple_20_filled:before { content: "\edec"; } -.icon-ic_fluent_tap_single_20_regular:before { +.icon-ic_fluent_tag_multiple_20_regular:before { content: "\eded"; } -.icon-ic_fluent_target_20_filled:before { +.icon-ic_fluent_tag_off_20_filled:before { content: "\edee"; } -.icon-ic_fluent_target_20_regular:before { +.icon-ic_fluent_tag_off_20_regular:before { content: "\edef"; } -.icon-ic_fluent_target_arrow_20_filled:before { +.icon-ic_fluent_tag_question_mark_20_filled:before { content: "\edf0"; } -.icon-ic_fluent_target_arrow_20_regular:before { +.icon-ic_fluent_tag_question_mark_20_regular:before { content: "\edf1"; } -.icon-ic_fluent_target_edit_20_filled:before { +.icon-ic_fluent_tag_reset_20_filled:before { content: "\edf2"; } -.icon-ic_fluent_target_edit_20_regular:before { +.icon-ic_fluent_tag_reset_20_regular:before { content: "\edf3"; } -.icon-ic_fluent_task_list_add_20_filled:before { +.icon-ic_fluent_tag_search_20_filled:before { content: "\edf4"; } -.icon-ic_fluent_task_list_add_20_regular:before { +.icon-ic_fluent_tag_search_20_regular:before { content: "\edf5"; } -.icon-ic_fluent_task_list_ltr_20_filled:before { +.icon-ic_fluent_tap_double_20_filled:before { content: "\edf6"; } -.icon-ic_fluent_task_list_ltr_20_regular:before { +.icon-ic_fluent_tap_double_20_regular:before { content: "\edf7"; } -.icon-ic_fluent_task_list_rtl_20_filled:before { +.icon-ic_fluent_tap_single_20_filled:before { content: "\edf8"; } -.icon-ic_fluent_task_list_rtl_20_regular:before { +.icon-ic_fluent_tap_single_20_regular:before { content: "\edf9"; } -.icon-ic_fluent_task_list_square_add_20_filled:before { +.icon-ic_fluent_target_20_filled:before { content: "\edfa"; } -.icon-ic_fluent_task_list_square_add_20_regular:before { +.icon-ic_fluent_target_20_regular:before { content: "\edfb"; } -.icon-ic_fluent_task_list_square_database_20_filled:before { +.icon-ic_fluent_target_arrow_20_filled:before { content: "\edfc"; } -.icon-ic_fluent_task_list_square_database_20_regular:before { +.icon-ic_fluent_target_arrow_20_regular:before { content: "\edfd"; } -.icon-ic_fluent_task_list_square_ltr_20_filled:before { +.icon-ic_fluent_target_edit_20_filled:before { content: "\edfe"; } -.icon-ic_fluent_task_list_square_ltr_20_regular:before { +.icon-ic_fluent_target_edit_20_regular:before { content: "\edff"; } -.icon-ic_fluent_task_list_square_person_20_filled:before { +.icon-ic_fluent_task_list_add_20_filled:before { content: "\ee00"; } -.icon-ic_fluent_task_list_square_person_20_regular:before { +.icon-ic_fluent_task_list_add_20_regular:before { content: "\ee01"; } -.icon-ic_fluent_task_list_square_rtl_20_filled:before { +.icon-ic_fluent_task_list_ltr_20_filled:before { content: "\ee02"; } -.icon-ic_fluent_task_list_square_rtl_20_regular:before { +.icon-ic_fluent_task_list_ltr_20_regular:before { content: "\ee03"; } -.icon-ic_fluent_task_list_square_settings_20_filled:before { +.icon-ic_fluent_task_list_rtl_20_filled:before { content: "\ee04"; } -.icon-ic_fluent_task_list_square_settings_20_regular:before { +.icon-ic_fluent_task_list_rtl_20_regular:before { content: "\ee05"; } -.icon-ic_fluent_tasks_app_20_filled:before { +.icon-ic_fluent_task_list_square_add_20_filled:before { content: "\ee06"; } -.icon-ic_fluent_tasks_app_20_regular:before { +.icon-ic_fluent_task_list_square_add_20_regular:before { content: "\ee07"; } -.icon-ic_fluent_teddy_20_filled:before { +.icon-ic_fluent_task_list_square_database_20_filled:before { content: "\ee08"; } -.icon-ic_fluent_teddy_20_regular:before { +.icon-ic_fluent_task_list_square_database_20_regular:before { content: "\ee09"; } -.icon-ic_fluent_temperature_20_filled:before { +.icon-ic_fluent_task_list_square_ltr_20_filled:before { content: "\ee0a"; } -.icon-ic_fluent_temperature_20_regular:before { +.icon-ic_fluent_task_list_square_ltr_20_regular:before { content: "\ee0b"; } -.icon-ic_fluent_tent_20_filled:before { +.icon-ic_fluent_task_list_square_person_20_filled:before { content: "\ee0c"; } -.icon-ic_fluent_tent_20_regular:before { +.icon-ic_fluent_task_list_square_person_20_regular:before { content: "\ee0d"; } -.icon-ic_fluent_tetris_app_20_filled:before { +.icon-ic_fluent_task_list_square_rtl_20_filled:before { content: "\ee0e"; } -.icon-ic_fluent_tetris_app_20_regular:before { +.icon-ic_fluent_task_list_square_rtl_20_regular:before { content: "\ee0f"; } -.icon-ic_fluent_text_add_20_filled:before { +.icon-ic_fluent_task_list_square_settings_20_filled:before { content: "\ee10"; } -.icon-ic_fluent_text_add_20_regular:before { +.icon-ic_fluent_task_list_square_settings_20_regular:before { content: "\ee11"; } -.icon-ic_fluent_text_add_space_after_20_filled:before { +.icon-ic_fluent_tasks_app_20_filled:before { content: "\ee12"; } -.icon-ic_fluent_text_add_space_after_20_regular:before { +.icon-ic_fluent_tasks_app_20_regular:before { content: "\ee13"; } -.icon-ic_fluent_text_add_space_before_20_filled:before { +.icon-ic_fluent_teddy_20_filled:before { content: "\ee14"; } -.icon-ic_fluent_text_add_space_before_20_regular:before { +.icon-ic_fluent_teddy_20_regular:before { content: "\ee15"; } -.icon-ic_fluent_text_align_center_20_filled:before { +.icon-ic_fluent_temperature_20_filled:before { content: "\ee16"; } -.icon-ic_fluent_text_align_center_20_regular:before { +.icon-ic_fluent_temperature_20_regular:before { content: "\ee17"; } -.icon-ic_fluent_text_align_center_rotate_270_20_filled:before { +.icon-ic_fluent_tent_20_filled:before { content: "\ee18"; } -.icon-ic_fluent_text_align_center_rotate_270_20_regular:before { +.icon-ic_fluent_tent_20_regular:before { content: "\ee19"; } -.icon-ic_fluent_text_align_center_rotate_90_20_filled:before { +.icon-ic_fluent_tetris_app_20_filled:before { content: "\ee1a"; } -.icon-ic_fluent_text_align_center_rotate_90_20_regular:before { +.icon-ic_fluent_tetris_app_20_regular:before { content: "\ee1b"; } -.icon-ic_fluent_text_align_distributed_20_filled:before { +.icon-ic_fluent_text_add_20_filled:before { content: "\ee1c"; } -.icon-ic_fluent_text_align_distributed_20_regular:before { +.icon-ic_fluent_text_add_20_regular:before { content: "\ee1d"; } -.icon-ic_fluent_text_align_distributed_evenly_20_filled:before { +.icon-ic_fluent_text_add_space_after_20_filled:before { content: "\ee1e"; } -.icon-ic_fluent_text_align_distributed_evenly_20_regular:before { +.icon-ic_fluent_text_add_space_after_20_regular:before { content: "\ee1f"; } -.icon-ic_fluent_text_align_distributed_vertical_20_filled:before { +.icon-ic_fluent_text_add_space_before_20_filled:before { content: "\ee20"; } -.icon-ic_fluent_text_align_distributed_vertical_20_regular:before { +.icon-ic_fluent_text_add_space_before_20_regular:before { content: "\ee21"; } -.icon-ic_fluent_text_align_justify_20_filled:before { +.icon-ic_fluent_text_align_center_20_filled:before { content: "\ee22"; } -.icon-ic_fluent_text_align_justify_20_regular:before { +.icon-ic_fluent_text_align_center_20_regular:before { content: "\ee23"; } -.icon-ic_fluent_text_align_justify_low_20_filled:before { +.icon-ic_fluent_text_align_center_rotate_270_20_filled:before { content: "\ee24"; } -.icon-ic_fluent_text_align_justify_low_20_regular:before { +.icon-ic_fluent_text_align_center_rotate_270_20_regular:before { content: "\ee25"; } -.icon-ic_fluent_text_align_justify_low_rotate_270_20_filled:before { +.icon-ic_fluent_text_align_center_rotate_90_20_filled:before { content: "\ee26"; } -.icon-ic_fluent_text_align_justify_low_rotate_270_20_regular:before { +.icon-ic_fluent_text_align_center_rotate_90_20_regular:before { content: "\ee27"; } -.icon-ic_fluent_text_align_justify_low_rotate_90_20_filled:before { +.icon-ic_fluent_text_align_distributed_20_filled:before { content: "\ee28"; } -.icon-ic_fluent_text_align_justify_low_rotate_90_20_regular:before { +.icon-ic_fluent_text_align_distributed_20_regular:before { content: "\ee29"; } -.icon-ic_fluent_text_align_justify_rotate_270_20_filled:before { +.icon-ic_fluent_text_align_distributed_evenly_20_filled:before { content: "\ee2a"; } -.icon-ic_fluent_text_align_justify_rotate_270_20_regular:before { +.icon-ic_fluent_text_align_distributed_evenly_20_regular:before { content: "\ee2b"; } -.icon-ic_fluent_text_align_justify_rotate_90_20_filled:before { +.icon-ic_fluent_text_align_distributed_vertical_20_filled:before { content: "\ee2c"; } -.icon-ic_fluent_text_align_justify_rotate_90_20_regular:before { +.icon-ic_fluent_text_align_distributed_vertical_20_regular:before { content: "\ee2d"; } -.icon-ic_fluent_text_align_left_20_filled:before { +.icon-ic_fluent_text_align_justify_20_filled:before { content: "\ee2e"; } -.icon-ic_fluent_text_align_left_20_regular:before { +.icon-ic_fluent_text_align_justify_20_regular:before { content: "\ee2f"; } -.icon-ic_fluent_text_align_left_rotate_270_20_filled:before { +.icon-ic_fluent_text_align_justify_low_20_filled:before { content: "\ee30"; } -.icon-ic_fluent_text_align_left_rotate_270_20_regular:before { +.icon-ic_fluent_text_align_justify_low_20_regular:before { content: "\ee31"; } -.icon-ic_fluent_text_align_left_rotate_90_20_filled:before { +.icon-ic_fluent_text_align_justify_low_rotate_270_20_filled:before { content: "\ee32"; } -.icon-ic_fluent_text_align_left_rotate_90_20_regular:before { +.icon-ic_fluent_text_align_justify_low_rotate_270_20_regular:before { content: "\ee33"; } -.icon-ic_fluent_text_align_right_20_filled:before { +.icon-ic_fluent_text_align_justify_low_rotate_90_20_filled:before { content: "\ee34"; } -.icon-ic_fluent_text_align_right_20_regular:before { +.icon-ic_fluent_text_align_justify_low_rotate_90_20_regular:before { content: "\ee35"; } -.icon-ic_fluent_text_align_right_rotate_270_20_filled:before { +.icon-ic_fluent_text_align_justify_rotate_270_20_filled:before { content: "\ee36"; } -.icon-ic_fluent_text_align_right_rotate_270_20_regular:before { +.icon-ic_fluent_text_align_justify_rotate_270_20_regular:before { content: "\ee37"; } -.icon-ic_fluent_text_align_right_rotate_90_20_filled:before { +.icon-ic_fluent_text_align_justify_rotate_90_20_filled:before { content: "\ee38"; } -.icon-ic_fluent_text_align_right_rotate_90_20_regular:before { +.icon-ic_fluent_text_align_justify_rotate_90_20_regular:before { content: "\ee39"; } -.icon-ic_fluent_text_asterisk_20_filled:before { +.icon-ic_fluent_text_align_left_20_filled:before { content: "\ee3a"; } -.icon-ic_fluent_text_asterisk_20_regular:before { +.icon-ic_fluent_text_align_left_20_regular:before { content: "\ee3b"; } -.icon-ic_fluent_text_baseline_20_filled:before { +.icon-ic_fluent_text_align_left_rotate_270_20_filled:before { content: "\ee3c"; } -.icon-ic_fluent_text_baseline_20_regular:before { +.icon-ic_fluent_text_align_left_rotate_270_20_regular:before { content: "\ee3d"; } -.icon-ic_fluent_text_bold_20_filled:before { +.icon-ic_fluent_text_align_left_rotate_90_20_filled:before { content: "\ee3e"; } -.icon-ic_fluent_text_bold_20_regular:before { +.icon-ic_fluent_text_align_left_rotate_90_20_regular:before { content: "\ee3f"; } -.icon-ic_fluent_text_box_settings_20_filled:before { +.icon-ic_fluent_text_align_right_20_filled:before { content: "\ee40"; } -.icon-ic_fluent_text_box_settings_20_regular:before { +.icon-ic_fluent_text_align_right_20_regular:before { content: "\ee41"; } -.icon-ic_fluent_text_bullet_list_add_20_filled:before { +.icon-ic_fluent_text_align_right_rotate_270_20_filled:before { content: "\ee42"; } -.icon-ic_fluent_text_bullet_list_add_20_regular:before { +.icon-ic_fluent_text_align_right_rotate_270_20_regular:before { content: "\ee43"; } -.icon-ic_fluent_text_bullet_list_checkmark_20_filled:before { +.icon-ic_fluent_text_align_right_rotate_90_20_filled:before { content: "\ee44"; } -.icon-ic_fluent_text_bullet_list_checkmark_20_regular:before { +.icon-ic_fluent_text_align_right_rotate_90_20_regular:before { content: "\ee45"; } -.icon-ic_fluent_text_bullet_list_dismiss_20_filled:before { +.icon-ic_fluent_text_asterisk_20_filled:before { content: "\ee46"; } -.icon-ic_fluent_text_bullet_list_dismiss_20_regular:before { +.icon-ic_fluent_text_asterisk_20_regular:before { content: "\ee47"; } -.icon-ic_fluent_text_bullet_list_ltr_20_filled:before { +.icon-ic_fluent_text_baseline_20_filled:before { content: "\ee48"; } -.icon-ic_fluent_text_bullet_list_ltr_20_regular:before { +.icon-ic_fluent_text_baseline_20_regular:before { content: "\ee49"; } -.icon-ic_fluent_text_bullet_list_ltr_rotate_90_20_filled:before { +.icon-ic_fluent_text_bold_20_filled:before { content: "\ee4a"; } -.icon-ic_fluent_text_bullet_list_ltr_rotate_90_20_regular:before { +.icon-ic_fluent_text_bold_20_regular:before { content: "\ee4b"; } -.icon-ic_fluent_text_bullet_list_rotate_270_20_filled:before { +.icon-ic_fluent_text_box_settings_20_filled:before { content: "\ee4c"; } -.icon-ic_fluent_text_bullet_list_rotate_270_20_regular:before { +.icon-ic_fluent_text_box_settings_20_regular:before { content: "\ee4d"; } -.icon-ic_fluent_text_bullet_list_rotate_90_20_filled:before { +.icon-ic_fluent_text_bullet_list_add_20_filled:before { content: "\ee4e"; } -.icon-ic_fluent_text_bullet_list_rotate_90_20_regular:before { +.icon-ic_fluent_text_bullet_list_add_20_regular:before { content: "\ee4f"; } -.icon-ic_fluent_text_bullet_list_rtl_20_filled:before { +.icon-ic_fluent_text_bullet_list_checkmark_20_filled:before { content: "\ee50"; } -.icon-ic_fluent_text_bullet_list_rtl_20_regular:before { +.icon-ic_fluent_text_bullet_list_checkmark_20_regular:before { content: "\ee51"; } -.icon-ic_fluent_text_bullet_list_rtl_rotate_90_20_filled:before { +.icon-ic_fluent_text_bullet_list_dismiss_20_filled:before { content: "\ee52"; } -.icon-ic_fluent_text_bullet_list_rtl_rotate_90_20_regular:before { +.icon-ic_fluent_text_bullet_list_dismiss_20_regular:before { content: "\ee53"; } -.icon-ic_fluent_text_bullet_list_square_20_filled:before { +.icon-ic_fluent_text_bullet_list_ltr_20_filled:before { content: "\ee54"; } -.icon-ic_fluent_text_bullet_list_square_20_regular:before { +.icon-ic_fluent_text_bullet_list_ltr_20_regular:before { content: "\ee55"; } -.icon-ic_fluent_text_bullet_list_square_clock_20_filled:before { +.icon-ic_fluent_text_bullet_list_ltr_rotate_90_20_filled:before { content: "\ee56"; } -.icon-ic_fluent_text_bullet_list_square_clock_20_regular:before { +.icon-ic_fluent_text_bullet_list_ltr_rotate_90_20_regular:before { content: "\ee57"; } -.icon-ic_fluent_text_bullet_list_square_edit_20_filled:before { +.icon-ic_fluent_text_bullet_list_rotate_270_20_filled:before { content: "\ee58"; } -.icon-ic_fluent_text_bullet_list_square_edit_20_regular:before { +.icon-ic_fluent_text_bullet_list_rotate_270_20_regular:before { content: "\ee59"; } -.icon-ic_fluent_text_bullet_list_square_person_20_filled:before { +.icon-ic_fluent_text_bullet_list_rotate_90_20_filled:before { content: "\ee5a"; } -.icon-ic_fluent_text_bullet_list_square_person_20_regular:before { +.icon-ic_fluent_text_bullet_list_rotate_90_20_regular:before { content: "\ee5b"; } -.icon-ic_fluent_text_bullet_list_square_search_20_filled:before { +.icon-ic_fluent_text_bullet_list_rtl_20_filled:before { content: "\ee5c"; } -.icon-ic_fluent_text_bullet_list_square_search_20_regular:before { +.icon-ic_fluent_text_bullet_list_rtl_20_regular:before { content: "\ee5d"; } -.icon-ic_fluent_text_bullet_list_square_settings_20_filled:before { +.icon-ic_fluent_text_bullet_list_rtl_rotate_90_20_filled:before { content: "\ee5e"; } -.icon-ic_fluent_text_bullet_list_square_settings_20_regular:before { +.icon-ic_fluent_text_bullet_list_rtl_rotate_90_20_regular:before { content: "\ee5f"; } -.icon-ic_fluent_text_bullet_list_square_shield_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_20_filled:before { content: "\ee60"; } -.icon-ic_fluent_text_bullet_list_square_shield_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_20_regular:before { content: "\ee61"; } -.icon-ic_fluent_text_bullet_list_square_toolbox_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_clock_20_filled:before { content: "\ee62"; } -.icon-ic_fluent_text_bullet_list_square_toolbox_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_clock_20_regular:before { content: "\ee63"; } -.icon-ic_fluent_text_bullet_list_square_warning_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_edit_20_filled:before { content: "\ee64"; } -.icon-ic_fluent_text_bullet_list_square_warning_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_edit_20_regular:before { content: "\ee65"; } -.icon-ic_fluent_text_bullet_list_tree_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_person_20_filled:before { content: "\ee66"; } -.icon-ic_fluent_text_bullet_list_tree_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_person_20_regular:before { content: "\ee67"; } -.icon-ic_fluent_text_case_lowercase_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_search_20_filled:before { content: "\ee68"; } -.icon-ic_fluent_text_case_lowercase_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_search_20_regular:before { content: "\ee69"; } -.icon-ic_fluent_text_case_title_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_settings_20_filled:before { content: "\ee6a"; } -.icon-ic_fluent_text_case_title_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_settings_20_regular:before { content: "\ee6b"; } -.icon-ic_fluent_text_case_uppercase_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_shield_20_filled:before { content: "\ee6c"; } -.icon-ic_fluent_text_case_uppercase_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_shield_20_regular:before { content: "\ee6d"; } -.icon-ic_fluent_text_change_case_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_toolbox_20_filled:before { content: "\ee6e"; } -.icon-ic_fluent_text_change_case_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_toolbox_20_regular:before { content: "\ee6f"; } -.icon-ic_fluent_text_clear_formatting_20_filled:before { +.icon-ic_fluent_text_bullet_list_square_warning_20_filled:before { content: "\ee70"; } -.icon-ic_fluent_text_clear_formatting_20_regular:before { +.icon-ic_fluent_text_bullet_list_square_warning_20_regular:before { content: "\ee71"; } -.icon-ic_fluent_text_collapse_20_filled:before { +.icon-ic_fluent_text_bullet_list_tree_20_filled:before { content: "\ee72"; } -.icon-ic_fluent_text_collapse_20_regular:before { +.icon-ic_fluent_text_bullet_list_tree_20_regular:before { content: "\ee73"; } -.icon-ic_fluent_text_color_20_filled:before { +.icon-ic_fluent_text_case_lowercase_20_filled:before { content: "\ee74"; } -.icon-ic_fluent_text_color_20_regular:before { +.icon-ic_fluent_text_case_lowercase_20_regular:before { content: "\ee75"; } -.icon-ic_fluent_text_color_accent_20_filled:before { +.icon-ic_fluent_text_case_title_20_filled:before { content: "\ee76"; } -.icon-ic_fluent_text_column_one_20_filled:before { +.icon-ic_fluent_text_case_title_20_regular:before { content: "\ee77"; } -.icon-ic_fluent_text_column_one_20_regular:before { +.icon-ic_fluent_text_case_uppercase_20_filled:before { content: "\ee78"; } -.icon-ic_fluent_text_column_one_narrow_20_filled:before { +.icon-ic_fluent_text_case_uppercase_20_regular:before { content: "\ee79"; } -.icon-ic_fluent_text_column_one_narrow_20_regular:before { +.icon-ic_fluent_text_change_case_20_filled:before { content: "\ee7a"; } -.icon-ic_fluent_text_column_one_wide_20_filled:before { +.icon-ic_fluent_text_change_case_20_regular:before { content: "\ee7b"; } -.icon-ic_fluent_text_column_one_wide_20_regular:before { +.icon-ic_fluent_text_clear_formatting_20_filled:before { content: "\ee7c"; } -.icon-ic_fluent_text_column_one_wide_lightning_20_filled:before { +.icon-ic_fluent_text_clear_formatting_20_regular:before { content: "\ee7d"; } -.icon-ic_fluent_text_column_one_wide_lightning_20_regular:before { +.icon-ic_fluent_text_collapse_20_filled:before { content: "\ee7e"; } -.icon-ic_fluent_text_column_three_20_filled:before { +.icon-ic_fluent_text_collapse_20_regular:before { content: "\ee7f"; } -.icon-ic_fluent_text_column_three_20_regular:before { +.icon-ic_fluent_text_color_20_filled:before { content: "\ee80"; } -.icon-ic_fluent_text_column_two_20_filled:before { +.icon-ic_fluent_text_color_20_regular:before { content: "\ee81"; } -.icon-ic_fluent_text_column_two_20_regular:before { +.icon-ic_fluent_text_color_accent_20_filled:before { content: "\ee82"; } -.icon-ic_fluent_text_column_two_left_20_filled:before { +.icon-ic_fluent_text_column_one_20_filled:before { content: "\ee83"; } -.icon-ic_fluent_text_column_two_left_20_regular:before { +.icon-ic_fluent_text_column_one_20_regular:before { content: "\ee84"; } -.icon-ic_fluent_text_column_two_right_20_filled:before { +.icon-ic_fluent_text_column_one_narrow_20_filled:before { content: "\ee85"; } -.icon-ic_fluent_text_column_two_right_20_regular:before { +.icon-ic_fluent_text_column_one_narrow_20_regular:before { content: "\ee86"; } -.icon-ic_fluent_text_continuous_20_filled:before { +.icon-ic_fluent_text_column_one_wide_20_filled:before { content: "\ee87"; } -.icon-ic_fluent_text_continuous_20_regular:before { +.icon-ic_fluent_text_column_one_wide_20_regular:before { content: "\ee88"; } -.icon-ic_fluent_text_density_20_filled:before { +.icon-ic_fluent_text_column_one_wide_lightning_20_filled:before { content: "\ee89"; } -.icon-ic_fluent_text_density_20_regular:before { +.icon-ic_fluent_text_column_one_wide_lightning_20_regular:before { content: "\ee8a"; } -.icon-ic_fluent_text_description_20_filled:before { +.icon-ic_fluent_text_column_three_20_filled:before { content: "\ee8b"; } -.icon-ic_fluent_text_description_20_regular:before { +.icon-ic_fluent_text_column_three_20_regular:before { content: "\ee8c"; } -.icon-ic_fluent_text_direction_horizontal_left_20_filled:before { +.icon-ic_fluent_text_column_two_20_filled:before { content: "\ee8d"; } -.icon-ic_fluent_text_direction_horizontal_left_20_regular:before { +.icon-ic_fluent_text_column_two_20_regular:before { content: "\ee8e"; } -.icon-ic_fluent_text_direction_horizontal_ltr_20_filled:before { +.icon-ic_fluent_text_column_two_left_20_filled:before { content: "\ee8f"; } -.icon-ic_fluent_text_direction_horizontal_ltr_20_regular:before { +.icon-ic_fluent_text_column_two_left_20_regular:before { content: "\ee90"; } -.icon-ic_fluent_text_direction_horizontal_right_20_filled:before { +.icon-ic_fluent_text_column_two_right_20_filled:before { content: "\ee91"; } -.icon-ic_fluent_text_direction_horizontal_right_20_regular:before { +.icon-ic_fluent_text_column_two_right_20_regular:before { content: "\ee92"; } -.icon-ic_fluent_text_direction_horizontal_rtl_20_filled:before { +.icon-ic_fluent_text_continuous_20_filled:before { content: "\ee93"; } -.icon-ic_fluent_text_direction_horizontal_rtl_20_regular:before { +.icon-ic_fluent_text_continuous_20_regular:before { content: "\ee94"; } -.icon-ic_fluent_text_direction_rotate_270_right_20_filled:before { +.icon-ic_fluent_text_density_20_filled:before { content: "\ee95"; } -.icon-ic_fluent_text_direction_rotate_270_right_20_regular:before { +.icon-ic_fluent_text_density_20_regular:before { content: "\ee96"; } -.icon-ic_fluent_text_direction_rotate_90_left_20_filled:before { +.icon-ic_fluent_text_description_20_filled:before { content: "\ee97"; } -.icon-ic_fluent_text_direction_rotate_90_left_20_regular:before { +.icon-ic_fluent_text_description_20_regular:before { content: "\ee98"; } -.icon-ic_fluent_text_direction_rotate_90_ltr_20_filled:before { +.icon-ic_fluent_text_direction_horizontal_left_20_filled:before { content: "\ee99"; } -.icon-ic_fluent_text_direction_rotate_90_ltr_20_regular:before { +.icon-ic_fluent_text_direction_horizontal_left_20_regular:before { content: "\ee9a"; } -.icon-ic_fluent_text_direction_rotate_90_right_20_filled:before { +.icon-ic_fluent_text_direction_horizontal_ltr_20_filled:before { content: "\ee9b"; } -.icon-ic_fluent_text_direction_rotate_90_right_20_regular:before { +.icon-ic_fluent_text_direction_horizontal_ltr_20_regular:before { content: "\ee9c"; } -.icon-ic_fluent_text_direction_rotate_90_rtl_20_filled:before { +.icon-ic_fluent_text_direction_horizontal_right_20_filled:before { content: "\ee9d"; } -.icon-ic_fluent_text_direction_rotate_90_rtl_20_regular:before { +.icon-ic_fluent_text_direction_horizontal_right_20_regular:before { content: "\ee9e"; } -.icon-ic_fluent_text_direction_vertical_20_filled:before { +.icon-ic_fluent_text_direction_horizontal_rtl_20_filled:before { content: "\ee9f"; } -.icon-ic_fluent_text_direction_vertical_20_regular:before { +.icon-ic_fluent_text_direction_horizontal_rtl_20_regular:before { content: "\eea0"; } -.icon-ic_fluent_text_edit_style_20_filled:before { +.icon-ic_fluent_text_direction_rotate_270_right_20_filled:before { content: "\eea1"; } -.icon-ic_fluent_text_edit_style_20_regular:before { +.icon-ic_fluent_text_direction_rotate_270_right_20_regular:before { content: "\eea2"; } -.icon-ic_fluent_text_effects_20_filled:before { +.icon-ic_fluent_text_direction_rotate_90_left_20_filled:before { content: "\eea3"; } -.icon-ic_fluent_text_effects_20_regular:before { +.icon-ic_fluent_text_direction_rotate_90_left_20_regular:before { content: "\eea4"; } -.icon-ic_fluent_text_expand_20_filled:before { +.icon-ic_fluent_text_direction_rotate_90_ltr_20_filled:before { content: "\eea5"; } -.icon-ic_fluent_text_expand_20_regular:before { +.icon-ic_fluent_text_direction_rotate_90_ltr_20_regular:before { content: "\eea6"; } -.icon-ic_fluent_text_field_20_filled:before { +.icon-ic_fluent_text_direction_rotate_90_right_20_filled:before { content: "\eea7"; } -.icon-ic_fluent_text_field_20_regular:before { +.icon-ic_fluent_text_direction_rotate_90_right_20_regular:before { content: "\eea8"; } -.icon-ic_fluent_text_first_line_20_filled:before { +.icon-ic_fluent_text_direction_rotate_90_rtl_20_filled:before { content: "\eea9"; } -.icon-ic_fluent_text_first_line_20_regular:before { +.icon-ic_fluent_text_direction_rotate_90_rtl_20_regular:before { content: "\eeaa"; } -.icon-ic_fluent_text_font_20_filled:before { +.icon-ic_fluent_text_direction_vertical_20_filled:before { content: "\eeab"; } -.icon-ic_fluent_text_font_20_regular:before { +.icon-ic_fluent_text_direction_vertical_20_regular:before { content: "\eeac"; } -.icon-ic_fluent_text_font_info_20_filled:before { +.icon-ic_fluent_text_edit_style_20_filled:before { content: "\eead"; } -.icon-ic_fluent_text_font_info_20_regular:before { +.icon-ic_fluent_text_edit_style_20_regular:before { content: "\eeae"; } -.icon-ic_fluent_text_font_size_20_filled:before { +.icon-ic_fluent_text_effects_20_filled:before { content: "\eeaf"; } -.icon-ic_fluent_text_font_size_20_regular:before { +.icon-ic_fluent_text_effects_20_regular:before { content: "\eeb0"; } -.icon-ic_fluent_text_footnote_20_filled:before { +.icon-ic_fluent_text_expand_20_filled:before { content: "\eeb1"; } -.icon-ic_fluent_text_footnote_20_regular:before { +.icon-ic_fluent_text_expand_20_regular:before { content: "\eeb2"; } -.icon-ic_fluent_text_grammar_arrow_left_20_filled:before { +.icon-ic_fluent_text_field_20_filled:before { content: "\eeb3"; } -.icon-ic_fluent_text_grammar_arrow_left_20_regular:before { +.icon-ic_fluent_text_field_20_regular:before { content: "\eeb4"; } -.icon-ic_fluent_text_grammar_arrow_right_20_filled:before { +.icon-ic_fluent_text_first_line_20_filled:before { content: "\eeb5"; } -.icon-ic_fluent_text_grammar_arrow_right_20_regular:before { +.icon-ic_fluent_text_first_line_20_regular:before { content: "\eeb6"; } -.icon-ic_fluent_text_grammar_checkmark_20_filled:before { +.icon-ic_fluent_text_font_20_filled:before { content: "\eeb7"; } -.icon-ic_fluent_text_grammar_checkmark_20_regular:before { +.icon-ic_fluent_text_font_20_regular:before { content: "\eeb8"; } -.icon-ic_fluent_text_grammar_dismiss_20_filled:before { +.icon-ic_fluent_text_font_info_20_filled:before { content: "\eeb9"; } -.icon-ic_fluent_text_grammar_dismiss_20_regular:before { +.icon-ic_fluent_text_font_info_20_regular:before { content: "\eeba"; } -.icon-ic_fluent_text_grammar_error_20_filled:before { +.icon-ic_fluent_text_font_size_20_filled:before { content: "\eebb"; } -.icon-ic_fluent_text_grammar_error_20_regular:before { +.icon-ic_fluent_text_font_size_20_regular:before { content: "\eebc"; } -.icon-ic_fluent_text_grammar_settings_20_filled:before { +.icon-ic_fluent_text_footnote_20_filled:before { content: "\eebd"; } -.icon-ic_fluent_text_grammar_settings_20_regular:before { +.icon-ic_fluent_text_footnote_20_regular:before { content: "\eebe"; } -.icon-ic_fluent_text_grammar_wand_20_filled:before { +.icon-ic_fluent_text_grammar_arrow_left_20_filled:before { content: "\eebf"; } -.icon-ic_fluent_text_grammar_wand_20_regular:before { +.icon-ic_fluent_text_grammar_arrow_left_20_regular:before { content: "\eec0"; } -.icon-ic_fluent_text_hanging_20_filled:before { +.icon-ic_fluent_text_grammar_arrow_right_20_filled:before { content: "\eec1"; } -.icon-ic_fluent_text_hanging_20_regular:before { +.icon-ic_fluent_text_grammar_arrow_right_20_regular:before { content: "\eec2"; } -.icon-ic_fluent_text_header_1_20_filled:before { +.icon-ic_fluent_text_grammar_checkmark_20_filled:before { content: "\eec3"; } -.icon-ic_fluent_text_header_1_20_regular:before { +.icon-ic_fluent_text_grammar_checkmark_20_regular:before { content: "\eec4"; } -.icon-ic_fluent_text_header_2_20_filled:before { +.icon-ic_fluent_text_grammar_dismiss_20_filled:before { content: "\eec5"; } -.icon-ic_fluent_text_header_2_20_regular:before { +.icon-ic_fluent_text_grammar_dismiss_20_regular:before { content: "\eec6"; } -.icon-ic_fluent_text_header_3_20_filled:before { +.icon-ic_fluent_text_grammar_error_20_filled:before { content: "\eec7"; } -.icon-ic_fluent_text_header_3_20_regular:before { +.icon-ic_fluent_text_grammar_error_20_regular:before { content: "\eec8"; } -.icon-ic_fluent_text_indent_decrease_ltr_20_filled:before { +.icon-ic_fluent_text_grammar_settings_20_filled:before { content: "\eec9"; } -.icon-ic_fluent_text_indent_decrease_ltr_20_regular:before { +.icon-ic_fluent_text_grammar_settings_20_regular:before { content: "\eeca"; } -.icon-ic_fluent_text_indent_decrease_rotate_270_20_filled:before { +.icon-ic_fluent_text_grammar_wand_20_filled:before { content: "\eecb"; } -.icon-ic_fluent_text_indent_decrease_rotate_270_20_regular:before { +.icon-ic_fluent_text_grammar_wand_20_regular:before { content: "\eecc"; } -.icon-ic_fluent_text_indent_decrease_rotate_90_20_filled:before { +.icon-ic_fluent_text_hanging_20_filled:before { content: "\eecd"; } -.icon-ic_fluent_text_indent_decrease_rotate_90_20_regular:before { +.icon-ic_fluent_text_hanging_20_regular:before { content: "\eece"; } -.icon-ic_fluent_text_indent_decrease_rtl_20_filled:before { +.icon-ic_fluent_text_header_1_20_filled:before { content: "\eecf"; } -.icon-ic_fluent_text_indent_decrease_rtl_20_regular:before { +.icon-ic_fluent_text_header_1_20_regular:before { content: "\eed0"; } -.icon-ic_fluent_text_indent_increase_ltr_20_filled:before { +.icon-ic_fluent_text_header_2_20_filled:before { content: "\eed1"; } -.icon-ic_fluent_text_indent_increase_ltr_20_regular:before { +.icon-ic_fluent_text_header_2_20_regular:before { content: "\eed2"; } -.icon-ic_fluent_text_indent_increase_rotate_270_20_filled:before { +.icon-ic_fluent_text_header_3_20_filled:before { content: "\eed3"; } -.icon-ic_fluent_text_indent_increase_rotate_270_20_regular:before { +.icon-ic_fluent_text_header_3_20_regular:before { content: "\eed4"; } -.icon-ic_fluent_text_indent_increase_rotate_90_20_filled:before { +.icon-ic_fluent_text_indent_decrease_ltr_20_filled:before { content: "\eed5"; } -.icon-ic_fluent_text_indent_increase_rotate_90_20_regular:before { +.icon-ic_fluent_text_indent_decrease_ltr_20_regular:before { content: "\eed6"; } -.icon-ic_fluent_text_indent_increase_rtl_20_filled:before { +.icon-ic_fluent_text_indent_decrease_rotate_270_20_filled:before { content: "\eed7"; } -.icon-ic_fluent_text_indent_increase_rtl_20_regular:before { +.icon-ic_fluent_text_indent_decrease_rotate_270_20_regular:before { content: "\eed8"; } -.icon-ic_fluent_text_italic_20_filled:before { +.icon-ic_fluent_text_indent_decrease_rotate_90_20_filled:before { content: "\eed9"; } -.icon-ic_fluent_text_italic_20_regular:before { +.icon-ic_fluent_text_indent_decrease_rotate_90_20_regular:before { content: "\eeda"; } -.icon-ic_fluent_text_line_spacing_20_filled:before { +.icon-ic_fluent_text_indent_decrease_rtl_20_filled:before { content: "\eedb"; } -.icon-ic_fluent_text_line_spacing_20_regular:before { +.icon-ic_fluent_text_indent_decrease_rtl_20_regular:before { content: "\eedc"; } -.icon-ic_fluent_text_more_20_filled:before { +.icon-ic_fluent_text_indent_increase_ltr_20_filled:before { content: "\eedd"; } -.icon-ic_fluent_text_more_20_regular:before { +.icon-ic_fluent_text_indent_increase_ltr_20_regular:before { content: "\eede"; } -.icon-ic_fluent_text_number_format_20_filled:before { +.icon-ic_fluent_text_indent_increase_rotate_270_20_filled:before { content: "\eedf"; } -.icon-ic_fluent_text_number_format_20_regular:before { +.icon-ic_fluent_text_indent_increase_rotate_270_20_regular:before { content: "\eee0"; } -.icon-ic_fluent_text_number_list_ltr_20_filled:before { +.icon-ic_fluent_text_indent_increase_rotate_90_20_filled:before { content: "\eee1"; } -.icon-ic_fluent_text_number_list_ltr_20_regular:before { +.icon-ic_fluent_text_indent_increase_rotate_90_20_regular:before { content: "\eee2"; } -.icon-ic_fluent_text_number_list_rotate_270_20_filled:before { +.icon-ic_fluent_text_indent_increase_rtl_20_filled:before { content: "\eee3"; } -.icon-ic_fluent_text_number_list_rotate_270_20_regular:before { +.icon-ic_fluent_text_indent_increase_rtl_20_regular:before { content: "\eee4"; } -.icon-ic_fluent_text_number_list_rotate_90_20_filled:before { +.icon-ic_fluent_text_italic_20_filled:before { content: "\eee5"; } -.icon-ic_fluent_text_number_list_rotate_90_20_regular:before { +.icon-ic_fluent_text_italic_20_regular:before { content: "\eee6"; } -.icon-ic_fluent_text_number_list_rtl_20_filled:before { +.icon-ic_fluent_text_line_spacing_20_filled:before { content: "\eee7"; } -.icon-ic_fluent_text_number_list_rtl_20_regular:before { +.icon-ic_fluent_text_line_spacing_20_regular:before { content: "\eee8"; } -.icon-ic_fluent_text_paragraph_20_filled:before { +.icon-ic_fluent_text_more_20_filled:before { content: "\eee9"; } -.icon-ic_fluent_text_paragraph_20_regular:before { +.icon-ic_fluent_text_more_20_regular:before { content: "\eeea"; } -.icon-ic_fluent_text_paragraph_direction_20_filled:before { +.icon-ic_fluent_text_number_format_20_filled:before { content: "\eeeb"; } -.icon-ic_fluent_text_paragraph_direction_20_regular:before { +.icon-ic_fluent_text_number_format_20_regular:before { content: "\eeec"; } -.icon-ic_fluent_text_paragraph_direction_left_20_filled:before { +.icon-ic_fluent_text_number_list_ltr_20_filled:before { content: "\eeed"; } -.icon-ic_fluent_text_paragraph_direction_left_20_regular:before { +.icon-ic_fluent_text_number_list_ltr_20_regular:before { content: "\eeee"; } -.icon-ic_fluent_text_paragraph_direction_right_20_filled:before { +.icon-ic_fluent_text_number_list_rotate_270_20_filled:before { content: "\eeef"; } -.icon-ic_fluent_text_paragraph_direction_right_20_regular:before { +.icon-ic_fluent_text_number_list_rotate_270_20_regular:before { content: "\eef0"; } -.icon-ic_fluent_text_period_asterisk_20_filled:before { +.icon-ic_fluent_text_number_list_rotate_90_20_filled:before { content: "\eef1"; } -.icon-ic_fluent_text_period_asterisk_20_regular:before { +.icon-ic_fluent_text_number_list_rotate_90_20_regular:before { content: "\eef2"; } -.icon-ic_fluent_text_position_behind_20_filled:before { +.icon-ic_fluent_text_number_list_rtl_20_filled:before { content: "\eef3"; } -.icon-ic_fluent_text_position_behind_20_regular:before { +.icon-ic_fluent_text_number_list_rtl_20_regular:before { content: "\eef4"; } -.icon-ic_fluent_text_position_front_20_filled:before { +.icon-ic_fluent_text_paragraph_20_filled:before { content: "\eef5"; } -.icon-ic_fluent_text_position_front_20_regular:before { +.icon-ic_fluent_text_paragraph_20_regular:before { content: "\eef6"; } -.icon-ic_fluent_text_position_line_20_filled:before { +.icon-ic_fluent_text_paragraph_direction_20_filled:before { content: "\eef7"; } -.icon-ic_fluent_text_position_line_20_regular:before { +.icon-ic_fluent_text_paragraph_direction_20_regular:before { content: "\eef8"; } -.icon-ic_fluent_text_position_square_20_filled:before { +.icon-ic_fluent_text_paragraph_direction_left_20_filled:before { content: "\eef9"; } -.icon-ic_fluent_text_position_square_20_regular:before { +.icon-ic_fluent_text_paragraph_direction_left_20_regular:before { content: "\eefa"; } -.icon-ic_fluent_text_position_through_20_filled:before { +.icon-ic_fluent_text_paragraph_direction_right_20_filled:before { content: "\eefb"; } -.icon-ic_fluent_text_position_through_20_regular:before { +.icon-ic_fluent_text_paragraph_direction_right_20_regular:before { content: "\eefc"; } -.icon-ic_fluent_text_position_tight_20_filled:before { +.icon-ic_fluent_text_period_asterisk_20_filled:before { content: "\eefd"; } -.icon-ic_fluent_text_position_tight_20_regular:before { +.icon-ic_fluent_text_period_asterisk_20_regular:before { content: "\eefe"; } -.icon-ic_fluent_text_position_top_bottom_20_filled:before { +.icon-ic_fluent_text_position_behind_20_filled:before { content: "\eeff"; } -.icon-ic_fluent_text_position_top_bottom_20_regular:before { +.icon-ic_fluent_text_position_behind_20_regular:before { content: "\ef00"; } -.icon-ic_fluent_text_proofing_tools_20_filled:before { +.icon-ic_fluent_text_position_front_20_filled:before { content: "\ef01"; } -.icon-ic_fluent_text_proofing_tools_20_regular:before { +.icon-ic_fluent_text_position_front_20_regular:before { content: "\ef02"; } -.icon-ic_fluent_text_quote_20_filled:before { +.icon-ic_fluent_text_position_line_20_filled:before { content: "\ef03"; } -.icon-ic_fluent_text_quote_20_regular:before { +.icon-ic_fluent_text_position_line_20_regular:before { content: "\ef04"; } -.icon-ic_fluent_text_sort_ascending_20_filled:before { +.icon-ic_fluent_text_position_square_20_filled:before { content: "\ef05"; } -.icon-ic_fluent_text_sort_ascending_20_regular:before { +.icon-ic_fluent_text_position_square_20_regular:before { content: "\ef06"; } -.icon-ic_fluent_text_sort_descending_20_filled:before { +.icon-ic_fluent_text_position_through_20_filled:before { content: "\ef07"; } -.icon-ic_fluent_text_sort_descending_20_regular:before { +.icon-ic_fluent_text_position_through_20_regular:before { content: "\ef08"; } -.icon-ic_fluent_text_strikethrough_20_filled:before { +.icon-ic_fluent_text_position_tight_20_filled:before { content: "\ef09"; } -.icon-ic_fluent_text_strikethrough_20_regular:before { +.icon-ic_fluent_text_position_tight_20_regular:before { content: "\ef0a"; } -.icon-ic_fluent_text_subscript_20_filled:before { +.icon-ic_fluent_text_position_top_bottom_20_filled:before { content: "\ef0b"; } -.icon-ic_fluent_text_subscript_20_regular:before { +.icon-ic_fluent_text_position_top_bottom_20_regular:before { content: "\ef0c"; } -.icon-ic_fluent_text_superscript_20_filled:before { +.icon-ic_fluent_text_proofing_tools_20_filled:before { content: "\ef0d"; } -.icon-ic_fluent_text_superscript_20_regular:before { +.icon-ic_fluent_text_proofing_tools_20_regular:before { content: "\ef0e"; } -.icon-ic_fluent_text_t_20_filled:before { +.icon-ic_fluent_text_quote_20_filled:before { content: "\ef0f"; } -.icon-ic_fluent_text_t_20_regular:before { +.icon-ic_fluent_text_quote_20_regular:before { content: "\ef10"; } -.icon-ic_fluent_text_underline_20_filled:before { +.icon-ic_fluent_text_sort_ascending_20_filled:before { content: "\ef11"; } -.icon-ic_fluent_text_underline_20_regular:before { +.icon-ic_fluent_text_sort_ascending_20_regular:before { content: "\ef12"; } -.icon-ic_fluent_text_underline_double_20_filled:before { +.icon-ic_fluent_text_sort_descending_20_filled:before { content: "\ef13"; } -.icon-ic_fluent_text_underline_double_20_regular:before { +.icon-ic_fluent_text_sort_descending_20_regular:before { content: "\ef14"; } -.icon-ic_fluent_text_whole_word_20_filled:before { +.icon-ic_fluent_text_strikethrough_20_filled:before { content: "\ef15"; } -.icon-ic_fluent_text_whole_word_20_regular:before { +.icon-ic_fluent_text_strikethrough_20_regular:before { content: "\ef16"; } -.icon-ic_fluent_text_word_count_20_filled:before { +.icon-ic_fluent_text_subscript_20_filled:before { content: "\ef17"; } -.icon-ic_fluent_text_word_count_20_regular:before { +.icon-ic_fluent_text_subscript_20_regular:before { content: "\ef18"; } -.icon-ic_fluent_text_wrap_20_filled:before { +.icon-ic_fluent_text_superscript_20_filled:before { content: "\ef19"; } -.icon-ic_fluent_text_wrap_20_regular:before { +.icon-ic_fluent_text_superscript_20_regular:before { content: "\ef1a"; } -.icon-ic_fluent_text_wrap_off_20_filled:before { +.icon-ic_fluent_text_t_20_filled:before { content: "\ef1b"; } -.icon-ic_fluent_text_wrap_off_20_regular:before { +.icon-ic_fluent_text_t_20_regular:before { content: "\ef1c"; } -.icon-ic_fluent_textbox_20_filled:before { +.icon-ic_fluent_text_underline_20_filled:before { content: "\ef1d"; } -.icon-ic_fluent_textbox_20_regular:before { +.icon-ic_fluent_text_underline_20_regular:before { content: "\ef1e"; } -.icon-ic_fluent_textbox_align_bottom_20_filled:before { +.icon-ic_fluent_text_underline_double_20_filled:before { content: "\ef1f"; } -.icon-ic_fluent_textbox_align_bottom_20_regular:before { +.icon-ic_fluent_text_underline_double_20_regular:before { content: "\ef20"; } -.icon-ic_fluent_textbox_align_bottom_rotate_90_20_filled:before { +.icon-ic_fluent_text_whole_word_20_filled:before { content: "\ef21"; } -.icon-ic_fluent_textbox_align_bottom_rotate_90_20_regular:before { +.icon-ic_fluent_text_whole_word_20_regular:before { content: "\ef22"; } -.icon-ic_fluent_textbox_align_center_20_filled:before { +.icon-ic_fluent_text_word_count_20_filled:before { content: "\ef23"; } -.icon-ic_fluent_textbox_align_center_20_regular:before { +.icon-ic_fluent_text_word_count_20_regular:before { content: "\ef24"; } -.icon-ic_fluent_textbox_align_middle_20_filled:before { +.icon-ic_fluent_text_wrap_20_filled:before { content: "\ef25"; } -.icon-ic_fluent_textbox_align_middle_20_regular:before { +.icon-ic_fluent_text_wrap_20_regular:before { content: "\ef26"; } -.icon-ic_fluent_textbox_align_middle_rotate_90_20_filled:before { +.icon-ic_fluent_text_wrap_off_20_filled:before { content: "\ef27"; } -.icon-ic_fluent_textbox_align_middle_rotate_90_20_regular:before { +.icon-ic_fluent_text_wrap_off_20_regular:before { content: "\ef28"; } -.icon-ic_fluent_textbox_align_top_20_filled:before { +.icon-ic_fluent_textbox_20_filled:before { content: "\ef29"; } -.icon-ic_fluent_textbox_align_top_20_regular:before { +.icon-ic_fluent_textbox_20_regular:before { content: "\ef2a"; } -.icon-ic_fluent_textbox_align_top_rotate_90_20_filled:before { +.icon-ic_fluent_textbox_align_bottom_20_filled:before { content: "\ef2b"; } -.icon-ic_fluent_textbox_align_top_rotate_90_20_regular:before { +.icon-ic_fluent_textbox_align_bottom_20_regular:before { content: "\ef2c"; } -.icon-ic_fluent_textbox_more_20_filled:before { +.icon-ic_fluent_textbox_align_bottom_rotate_90_20_filled:before { content: "\ef2d"; } -.icon-ic_fluent_textbox_more_20_regular:before { +.icon-ic_fluent_textbox_align_bottom_rotate_90_20_regular:before { content: "\ef2e"; } -.icon-ic_fluent_textbox_rotate_90_20_filled:before { +.icon-ic_fluent_textbox_align_center_20_filled:before { content: "\ef2f"; } -.icon-ic_fluent_textbox_rotate_90_20_regular:before { +.icon-ic_fluent_textbox_align_center_20_regular:before { content: "\ef30"; } -.icon-ic_fluent_thinking_20_filled:before { +.icon-ic_fluent_textbox_align_middle_20_filled:before { content: "\ef31"; } -.icon-ic_fluent_thinking_20_regular:before { +.icon-ic_fluent_textbox_align_middle_20_regular:before { content: "\ef32"; } -.icon-ic_fluent_thumb_dislike_20_filled:before { +.icon-ic_fluent_textbox_align_middle_rotate_90_20_filled:before { content: "\ef33"; } -.icon-ic_fluent_thumb_dislike_20_regular:before { +.icon-ic_fluent_textbox_align_middle_rotate_90_20_regular:before { content: "\ef34"; } -.icon-ic_fluent_thumb_like_20_filled:before { +.icon-ic_fluent_textbox_align_top_20_filled:before { content: "\ef35"; } -.icon-ic_fluent_thumb_like_20_regular:before { +.icon-ic_fluent_textbox_align_top_20_regular:before { content: "\ef36"; } -.icon-ic_fluent_ticket_diagonal_20_filled:before { +.icon-ic_fluent_textbox_align_top_rotate_90_20_filled:before { content: "\ef37"; } -.icon-ic_fluent_ticket_diagonal_20_regular:before { +.icon-ic_fluent_textbox_align_top_rotate_90_20_regular:before { content: "\ef38"; } -.icon-ic_fluent_ticket_horizontal_20_filled:before { +.icon-ic_fluent_textbox_more_20_filled:before { content: "\ef39"; } -.icon-ic_fluent_ticket_horizontal_20_regular:before { +.icon-ic_fluent_textbox_more_20_regular:before { content: "\ef3a"; } -.icon-ic_fluent_time_and_weather_20_filled:before { +.icon-ic_fluent_textbox_rotate_90_20_filled:before { content: "\ef3b"; } -.icon-ic_fluent_time_and_weather_20_regular:before { +.icon-ic_fluent_textbox_rotate_90_20_regular:before { content: "\ef3c"; } -.icon-ic_fluent_time_picker_20_filled:before { +.icon-ic_fluent_thinking_20_filled:before { content: "\ef3d"; } -.icon-ic_fluent_time_picker_20_regular:before { +.icon-ic_fluent_thinking_20_regular:before { content: "\ef3e"; } -.icon-ic_fluent_timeline_20_filled:before { +.icon-ic_fluent_thumb_dislike_20_filled:before { content: "\ef3f"; } -.icon-ic_fluent_timeline_20_regular:before { +.icon-ic_fluent_thumb_dislike_20_regular:before { content: "\ef40"; } -.icon-ic_fluent_timer_10_20_filled:before { +.icon-ic_fluent_thumb_like_20_filled:before { content: "\ef41"; } -.icon-ic_fluent_timer_10_20_regular:before { +.icon-ic_fluent_thumb_like_20_regular:before { content: "\ef42"; } -.icon-ic_fluent_timer_2_20_filled:before { +.icon-ic_fluent_ticket_diagonal_20_filled:before { content: "\ef43"; } -.icon-ic_fluent_timer_2_20_regular:before { +.icon-ic_fluent_ticket_diagonal_20_regular:before { content: "\ef44"; } -.icon-ic_fluent_timer_20_filled:before { +.icon-ic_fluent_ticket_horizontal_20_filled:before { content: "\ef45"; } -.icon-ic_fluent_timer_20_regular:before { +.icon-ic_fluent_ticket_horizontal_20_regular:before { content: "\ef46"; } -.icon-ic_fluent_timer_3_20_filled:before { +.icon-ic_fluent_time_and_weather_20_filled:before { content: "\ef47"; } -.icon-ic_fluent_timer_3_20_regular:before { +.icon-ic_fluent_time_and_weather_20_regular:before { content: "\ef48"; } -.icon-ic_fluent_timer_off_20_filled:before { +.icon-ic_fluent_time_picker_20_filled:before { content: "\ef49"; } -.icon-ic_fluent_timer_off_20_regular:before { +.icon-ic_fluent_time_picker_20_regular:before { content: "\ef4a"; } -.icon-ic_fluent_toggle_left_20_filled:before { +.icon-ic_fluent_timeline_20_filled:before { content: "\ef4b"; } -.icon-ic_fluent_toggle_left_20_regular:before { +.icon-ic_fluent_timeline_20_regular:before { content: "\ef4c"; } -.icon-ic_fluent_toggle_multiple_20_filled:before { +.icon-ic_fluent_timer_10_20_filled:before { content: "\ef4d"; } -.icon-ic_fluent_toggle_multiple_20_regular:before { +.icon-ic_fluent_timer_10_20_regular:before { content: "\ef4e"; } -.icon-ic_fluent_toggle_right_20_filled:before { +.icon-ic_fluent_timer_2_20_filled:before { content: "\ef4f"; } -.icon-ic_fluent_toggle_right_20_regular:before { +.icon-ic_fluent_timer_2_20_regular:before { content: "\ef50"; } -.icon-ic_fluent_toolbox_20_filled:before { +.icon-ic_fluent_timer_20_filled:before { content: "\ef51"; } -.icon-ic_fluent_toolbox_20_regular:before { +.icon-ic_fluent_timer_20_regular:before { content: "\ef52"; } -.icon-ic_fluent_tooltip_quote_20_filled:before { +.icon-ic_fluent_timer_3_20_filled:before { content: "\ef53"; } -.icon-ic_fluent_tooltip_quote_20_regular:before { +.icon-ic_fluent_timer_3_20_regular:before { content: "\ef54"; } -.icon-ic_fluent_top_speed_20_filled:before { +.icon-ic_fluent_timer_off_20_filled:before { content: "\ef55"; } -.icon-ic_fluent_top_speed_20_regular:before { +.icon-ic_fluent_timer_off_20_regular:before { content: "\ef56"; } -.icon-ic_fluent_translate_20_filled:before { +.icon-ic_fluent_toggle_left_20_filled:before { content: "\ef57"; } -.icon-ic_fluent_translate_20_regular:before { +.icon-ic_fluent_toggle_left_20_regular:before { content: "\ef58"; } -.icon-ic_fluent_transmission_20_filled:before { +.icon-ic_fluent_toggle_multiple_20_filled:before { content: "\ef59"; } -.icon-ic_fluent_transmission_20_regular:before { +.icon-ic_fluent_toggle_multiple_20_regular:before { content: "\ef5a"; } -.icon-ic_fluent_tray_item_add_20_filled:before { +.icon-ic_fluent_toggle_right_20_filled:before { content: "\ef5b"; } -.icon-ic_fluent_tray_item_add_20_regular:before { +.icon-ic_fluent_toggle_right_20_regular:before { content: "\ef5c"; } -.icon-ic_fluent_tray_item_remove_20_filled:before { +.icon-ic_fluent_toolbox_20_filled:before { content: "\ef5d"; } -.icon-ic_fluent_tray_item_remove_20_regular:before { +.icon-ic_fluent_toolbox_20_regular:before { content: "\ef5e"; } -.icon-ic_fluent_tree_deciduous_20_filled:before { +.icon-ic_fluent_tooltip_quote_20_filled:before { content: "\ef5f"; } -.icon-ic_fluent_tree_deciduous_20_regular:before { +.icon-ic_fluent_tooltip_quote_20_regular:before { content: "\ef60"; } -.icon-ic_fluent_tree_evergreen_20_filled:before { +.icon-ic_fluent_top_speed_20_filled:before { content: "\ef61"; } -.icon-ic_fluent_tree_evergreen_20_regular:before { +.icon-ic_fluent_top_speed_20_regular:before { content: "\ef62"; } -.icon-ic_fluent_triangle_20_filled:before { +.icon-ic_fluent_translate_20_filled:before { content: "\ef63"; } -.icon-ic_fluent_triangle_20_regular:before { +.icon-ic_fluent_translate_20_regular:before { content: "\ef64"; } -.icon-ic_fluent_triangle_down_20_filled:before { +.icon-ic_fluent_transmission_20_filled:before { content: "\ef65"; } -.icon-ic_fluent_triangle_down_20_regular:before { +.icon-ic_fluent_transmission_20_regular:before { content: "\ef66"; } -.icon-ic_fluent_triangle_left_20_filled:before { +.icon-ic_fluent_tray_item_add_20_filled:before { content: "\ef67"; } -.icon-ic_fluent_triangle_left_20_regular:before { +.icon-ic_fluent_tray_item_add_20_regular:before { content: "\ef68"; } -.icon-ic_fluent_triangle_right_20_filled:before { +.icon-ic_fluent_tray_item_remove_20_filled:before { content: "\ef69"; } -.icon-ic_fluent_triangle_right_20_regular:before { +.icon-ic_fluent_tray_item_remove_20_regular:before { content: "\ef6a"; } -.icon-ic_fluent_trophy_20_filled:before { +.icon-ic_fluent_tree_deciduous_20_filled:before { content: "\ef6b"; } -.icon-ic_fluent_trophy_20_regular:before { +.icon-ic_fluent_tree_deciduous_20_regular:before { content: "\ef6c"; } -.icon-ic_fluent_trophy_lock_20_filled:before { +.icon-ic_fluent_tree_evergreen_20_filled:before { content: "\ef6d"; } -.icon-ic_fluent_trophy_lock_20_regular:before { +.icon-ic_fluent_tree_evergreen_20_regular:before { content: "\ef6e"; } -.icon-ic_fluent_trophy_off_20_filled:before { +.icon-ic_fluent_triangle_20_filled:before { content: "\ef6f"; } -.icon-ic_fluent_trophy_off_20_regular:before { +.icon-ic_fluent_triangle_20_regular:before { content: "\ef70"; } -.icon-ic_fluent_tv_20_filled:before { +.icon-ic_fluent_triangle_down_20_filled:before { content: "\ef71"; } -.icon-ic_fluent_tv_20_regular:before { +.icon-ic_fluent_triangle_down_20_regular:before { content: "\ef72"; } -.icon-ic_fluent_tv_arrow_right_20_filled:before { +.icon-ic_fluent_triangle_left_20_filled:before { content: "\ef73"; } -.icon-ic_fluent_tv_arrow_right_20_regular:before { +.icon-ic_fluent_triangle_left_20_regular:before { content: "\ef74"; } -.icon-ic_fluent_tv_usb_20_filled:before { +.icon-ic_fluent_triangle_right_20_filled:before { content: "\ef75"; } -.icon-ic_fluent_tv_usb_20_regular:before { +.icon-ic_fluent_triangle_right_20_regular:before { content: "\ef76"; } -.icon-ic_fluent_umbrella_20_filled:before { +.icon-ic_fluent_trophy_20_filled:before { content: "\ef77"; } -.icon-ic_fluent_umbrella_20_regular:before { +.icon-ic_fluent_trophy_20_regular:before { content: "\ef78"; } -.icon-ic_fluent_uninstall_app_20_filled:before { +.icon-ic_fluent_trophy_lock_20_filled:before { content: "\ef79"; } -.icon-ic_fluent_uninstall_app_20_regular:before { +.icon-ic_fluent_trophy_lock_20_regular:before { content: "\ef7a"; } -.icon-ic_fluent_usb_plug_20_filled:before { +.icon-ic_fluent_trophy_off_20_filled:before { content: "\ef7b"; } -.icon-ic_fluent_usb_plug_20_regular:before { +.icon-ic_fluent_trophy_off_20_regular:before { content: "\ef7c"; } -.icon-ic_fluent_usb_stick_20_filled:before { +.icon-ic_fluent_tv_20_filled:before { content: "\ef7d"; } -.icon-ic_fluent_usb_stick_20_regular:before { +.icon-ic_fluent_tv_20_regular:before { content: "\ef7e"; } -.icon-ic_fluent_vault_20_filled:before { +.icon-ic_fluent_tv_arrow_right_20_filled:before { content: "\ef7f"; } -.icon-ic_fluent_vault_20_regular:before { +.icon-ic_fluent_tv_arrow_right_20_regular:before { content: "\ef80"; } -.icon-ic_fluent_vehicle_bicycle_20_filled:before { +.icon-ic_fluent_tv_usb_20_filled:before { content: "\ef81"; } -.icon-ic_fluent_vehicle_bicycle_20_regular:before { +.icon-ic_fluent_tv_usb_20_regular:before { content: "\ef82"; } -.icon-ic_fluent_vehicle_bus_20_filled:before { +.icon-ic_fluent_umbrella_20_filled:before { content: "\ef83"; } -.icon-ic_fluent_vehicle_bus_20_regular:before { +.icon-ic_fluent_umbrella_20_regular:before { content: "\ef84"; } -.icon-ic_fluent_vehicle_cab_20_filled:before { +.icon-ic_fluent_uninstall_app_20_filled:before { content: "\ef85"; } -.icon-ic_fluent_vehicle_cab_20_regular:before { +.icon-ic_fluent_uninstall_app_20_regular:before { content: "\ef86"; } -.icon-ic_fluent_vehicle_car_20_filled:before { +.icon-ic_fluent_usb_plug_20_filled:before { content: "\ef87"; } -.icon-ic_fluent_vehicle_car_20_regular:before { +.icon-ic_fluent_usb_plug_20_regular:before { content: "\ef88"; } -.icon-ic_fluent_vehicle_car_collision_20_filled:before { +.icon-ic_fluent_usb_stick_20_filled:before { content: "\ef89"; } -.icon-ic_fluent_vehicle_car_collision_20_regular:before { +.icon-ic_fluent_usb_stick_20_regular:before { content: "\ef8a"; } -.icon-ic_fluent_vehicle_car_parking_20_filled:before { +.icon-ic_fluent_vault_20_filled:before { content: "\ef8b"; } -.icon-ic_fluent_vehicle_car_parking_20_regular:before { +.icon-ic_fluent_vault_20_regular:before { content: "\ef8c"; } -.icon-ic_fluent_vehicle_car_profile_ltr_20_filled:before { +.icon-ic_fluent_vehicle_bicycle_20_filled:before { content: "\ef8d"; } -.icon-ic_fluent_vehicle_car_profile_ltr_20_regular:before { +.icon-ic_fluent_vehicle_bicycle_20_regular:before { content: "\ef8e"; } -.icon-ic_fluent_vehicle_car_profile_ltr_clock_20_filled:before { +.icon-ic_fluent_vehicle_bus_20_filled:before { content: "\ef8f"; } -.icon-ic_fluent_vehicle_car_profile_ltr_clock_20_regular:before { +.icon-ic_fluent_vehicle_bus_20_regular:before { content: "\ef90"; } -.icon-ic_fluent_vehicle_car_profile_rtl_20_filled:before { +.icon-ic_fluent_vehicle_cab_20_filled:before { content: "\ef91"; } -.icon-ic_fluent_vehicle_car_profile_rtl_20_regular:before { +.icon-ic_fluent_vehicle_cab_20_regular:before { content: "\ef92"; } -.icon-ic_fluent_vehicle_ship_20_filled:before { +.icon-ic_fluent_vehicle_car_20_filled:before { content: "\ef93"; } -.icon-ic_fluent_vehicle_ship_20_regular:before { +.icon-ic_fluent_vehicle_car_20_regular:before { content: "\ef94"; } -.icon-ic_fluent_vehicle_subway_20_filled:before { +.icon-ic_fluent_vehicle_car_collision_20_filled:before { content: "\ef95"; } -.icon-ic_fluent_vehicle_subway_20_regular:before { +.icon-ic_fluent_vehicle_car_collision_20_regular:before { content: "\ef96"; } -.icon-ic_fluent_vehicle_truck_20_filled:before { +.icon-ic_fluent_vehicle_car_parking_20_filled:before { content: "\ef97"; } -.icon-ic_fluent_vehicle_truck_20_regular:before { +.icon-ic_fluent_vehicle_car_parking_20_regular:before { content: "\ef98"; } -.icon-ic_fluent_vehicle_truck_bag_20_filled:before { +.icon-ic_fluent_vehicle_car_profile_ltr_20_filled:before { content: "\ef99"; } -.icon-ic_fluent_vehicle_truck_bag_20_regular:before { +.icon-ic_fluent_vehicle_car_profile_ltr_20_regular:before { content: "\ef9a"; } -.icon-ic_fluent_vehicle_truck_cube_20_filled:before { +.icon-ic_fluent_vehicle_car_profile_ltr_clock_20_filled:before { content: "\ef9b"; } -.icon-ic_fluent_vehicle_truck_cube_20_regular:before { +.icon-ic_fluent_vehicle_car_profile_ltr_clock_20_regular:before { content: "\ef9c"; } -.icon-ic_fluent_vehicle_truck_profile_20_filled:before { +.icon-ic_fluent_vehicle_car_profile_rtl_20_filled:before { content: "\ef9d"; } -.icon-ic_fluent_vehicle_truck_profile_20_regular:before { +.icon-ic_fluent_vehicle_car_profile_rtl_20_regular:before { content: "\ef9e"; } -.icon-ic_fluent_video_20_filled:before { +.icon-ic_fluent_vehicle_ship_20_filled:before { content: "\ef9f"; } -.icon-ic_fluent_video_20_regular:before { +.icon-ic_fluent_vehicle_ship_20_regular:before { content: "\efa0"; } -.icon-ic_fluent_video_360_20_filled:before { +.icon-ic_fluent_vehicle_subway_20_filled:before { content: "\efa1"; } -.icon-ic_fluent_video_360_20_regular:before { +.icon-ic_fluent_vehicle_subway_20_regular:before { content: "\efa2"; } -.icon-ic_fluent_video_360_off_20_filled:before { +.icon-ic_fluent_vehicle_truck_20_filled:before { content: "\efa3"; } -.icon-ic_fluent_video_360_off_20_regular:before { +.icon-ic_fluent_vehicle_truck_20_regular:before { content: "\efa4"; } -.icon-ic_fluent_video_add_20_filled:before { +.icon-ic_fluent_vehicle_truck_bag_20_filled:before { content: "\efa5"; } -.icon-ic_fluent_video_add_20_regular:before { +.icon-ic_fluent_vehicle_truck_bag_20_regular:before { content: "\efa6"; } -.icon-ic_fluent_video_background_effect_20_filled:before { +.icon-ic_fluent_vehicle_truck_cube_20_filled:before { content: "\efa7"; } -.icon-ic_fluent_video_background_effect_20_regular:before { +.icon-ic_fluent_vehicle_truck_cube_20_regular:before { content: "\efa8"; } -.icon-ic_fluent_video_chat_20_filled:before { +.icon-ic_fluent_vehicle_truck_profile_20_filled:before { content: "\efa9"; } -.icon-ic_fluent_video_chat_20_regular:before { +.icon-ic_fluent_vehicle_truck_profile_20_regular:before { content: "\efaa"; } -.icon-ic_fluent_video_clip_20_filled:before { +.icon-ic_fluent_video_20_filled:before { content: "\efab"; } -.icon-ic_fluent_video_clip_20_regular:before { +.icon-ic_fluent_video_20_regular:before { content: "\efac"; } -.icon-ic_fluent_video_clip_multiple_20_filled:before { +.icon-ic_fluent_video_360_20_filled:before { content: "\efad"; } -.icon-ic_fluent_video_clip_multiple_20_regular:before { +.icon-ic_fluent_video_360_20_regular:before { content: "\efae"; } -.icon-ic_fluent_video_clip_off_20_filled:before { +.icon-ic_fluent_video_360_off_20_filled:before { content: "\efaf"; } -.icon-ic_fluent_video_clip_off_20_regular:before { +.icon-ic_fluent_video_360_off_20_regular:before { content: "\efb0"; } -.icon-ic_fluent_video_off_20_filled:before { +.icon-ic_fluent_video_add_20_filled:before { content: "\efb1"; } -.icon-ic_fluent_video_off_20_regular:before { +.icon-ic_fluent_video_add_20_regular:before { content: "\efb2"; } -.icon-ic_fluent_video_person_20_filled:before { +.icon-ic_fluent_video_background_effect_20_filled:before { content: "\efb3"; } -.icon-ic_fluent_video_person_20_regular:before { +.icon-ic_fluent_video_background_effect_20_regular:before { content: "\efb4"; } -.icon-ic_fluent_video_person_call_20_filled:before { +.icon-ic_fluent_video_chat_20_filled:before { content: "\efb5"; } -.icon-ic_fluent_video_person_call_20_regular:before { +.icon-ic_fluent_video_chat_20_regular:before { content: "\efb6"; } -.icon-ic_fluent_video_person_off_20_filled:before { +.icon-ic_fluent_video_clip_20_filled:before { content: "\efb7"; } -.icon-ic_fluent_video_person_off_20_regular:before { +.icon-ic_fluent_video_clip_20_regular:before { content: "\efb8"; } -.icon-ic_fluent_video_person_sparkle_20_filled:before { +.icon-ic_fluent_video_clip_multiple_20_filled:before { content: "\efb9"; } -.icon-ic_fluent_video_person_sparkle_20_regular:before { +.icon-ic_fluent_video_clip_multiple_20_regular:before { content: "\efba"; } -.icon-ic_fluent_video_person_star_20_filled:before { +.icon-ic_fluent_video_clip_off_20_filled:before { content: "\efbb"; } -.icon-ic_fluent_video_person_star_20_regular:before { +.icon-ic_fluent_video_clip_off_20_regular:before { content: "\efbc"; } -.icon-ic_fluent_video_person_star_off_20_filled:before { +.icon-ic_fluent_video_off_20_filled:before { content: "\efbd"; } -.icon-ic_fluent_video_person_star_off_20_regular:before { +.icon-ic_fluent_video_off_20_regular:before { content: "\efbe"; } -.icon-ic_fluent_video_play_pause_20_filled:before { +.icon-ic_fluent_video_person_20_filled:before { content: "\efbf"; } -.icon-ic_fluent_video_play_pause_20_regular:before { +.icon-ic_fluent_video_person_20_regular:before { content: "\efc0"; } -.icon-ic_fluent_video_prohibited_20_filled:before { +.icon-ic_fluent_video_person_call_20_filled:before { content: "\efc1"; } -.icon-ic_fluent_video_prohibited_20_regular:before { +.icon-ic_fluent_video_person_call_20_regular:before { content: "\efc2"; } -.icon-ic_fluent_video_recording_20_filled:before { +.icon-ic_fluent_video_person_clock_20_filled:before { content: "\efc3"; } -.icon-ic_fluent_video_recording_20_regular:before { +.icon-ic_fluent_video_person_clock_20_regular:before { content: "\efc4"; } -.icon-ic_fluent_video_security_20_filled:before { +.icon-ic_fluent_video_person_off_20_filled:before { content: "\efc5"; } -.icon-ic_fluent_video_security_20_regular:before { +.icon-ic_fluent_video_person_off_20_regular:before { content: "\efc6"; } -.icon-ic_fluent_video_switch_20_filled:before { +.icon-ic_fluent_video_person_sparkle_20_filled:before { content: "\efc7"; } -.icon-ic_fluent_video_switch_20_regular:before { +.icon-ic_fluent_video_person_sparkle_20_regular:before { content: "\efc8"; } -.icon-ic_fluent_video_sync_20_filled:before { +.icon-ic_fluent_video_person_star_20_filled:before { content: "\efc9"; } -.icon-ic_fluent_video_sync_20_regular:before { +.icon-ic_fluent_video_person_star_20_regular:before { content: "\efca"; } -.icon-ic_fluent_view_desktop_20_filled:before { +.icon-ic_fluent_video_person_star_off_20_filled:before { content: "\efcb"; } -.icon-ic_fluent_view_desktop_20_regular:before { +.icon-ic_fluent_video_person_star_off_20_regular:before { content: "\efcc"; } -.icon-ic_fluent_view_desktop_mobile_20_filled:before { +.icon-ic_fluent_video_play_pause_20_filled:before { content: "\efcd"; } -.icon-ic_fluent_view_desktop_mobile_20_regular:before { +.icon-ic_fluent_video_play_pause_20_regular:before { content: "\efce"; } -.icon-ic_fluent_virtual_network_20_filled:before { +.icon-ic_fluent_video_prohibited_20_filled:before { content: "\efcf"; } -.icon-ic_fluent_virtual_network_20_regular:before { +.icon-ic_fluent_video_prohibited_20_regular:before { content: "\efd0"; } -.icon-ic_fluent_virtual_network_toolbox_20_filled:before { +.icon-ic_fluent_video_recording_20_filled:before { content: "\efd1"; } -.icon-ic_fluent_virtual_network_toolbox_20_regular:before { +.icon-ic_fluent_video_recording_20_regular:before { content: "\efd2"; } -.icon-ic_fluent_voicemail_20_filled:before { +.icon-ic_fluent_video_security_20_filled:before { content: "\efd3"; } -.icon-ic_fluent_voicemail_20_regular:before { +.icon-ic_fluent_video_security_20_regular:before { content: "\efd4"; } -.icon-ic_fluent_voicemail_arrow_back_20_filled:before { +.icon-ic_fluent_video_switch_20_filled:before { content: "\efd5"; } -.icon-ic_fluent_voicemail_arrow_back_20_regular:before { +.icon-ic_fluent_video_switch_20_regular:before { content: "\efd6"; } -.icon-ic_fluent_voicemail_arrow_forward_20_filled:before { +.icon-ic_fluent_video_sync_20_filled:before { content: "\efd7"; } -.icon-ic_fluent_voicemail_arrow_forward_20_regular:before { +.icon-ic_fluent_video_sync_20_regular:before { content: "\efd8"; } -.icon-ic_fluent_voicemail_arrow_subtract_20_filled:before { +.icon-ic_fluent_view_desktop_20_filled:before { content: "\efd9"; } -.icon-ic_fluent_voicemail_arrow_subtract_20_regular:before { +.icon-ic_fluent_view_desktop_20_regular:before { content: "\efda"; } -.icon-ic_fluent_vote_20_filled:before { +.icon-ic_fluent_view_desktop_mobile_20_filled:before { content: "\efdb"; } -.icon-ic_fluent_vote_20_regular:before { +.icon-ic_fluent_view_desktop_mobile_20_regular:before { content: "\efdc"; } -.icon-ic_fluent_walkie_talkie_20_filled:before { +.icon-ic_fluent_virtual_network_20_filled:before { content: "\efdd"; } -.icon-ic_fluent_walkie_talkie_20_regular:before { +.icon-ic_fluent_virtual_network_20_regular:before { content: "\efde"; } -.icon-ic_fluent_wallet_20_filled:before { +.icon-ic_fluent_virtual_network_toolbox_20_filled:before { content: "\efdf"; } -.icon-ic_fluent_wallet_20_regular:before { +.icon-ic_fluent_virtual_network_toolbox_20_regular:before { content: "\efe0"; } -.icon-ic_fluent_wallet_credit_card_20_filled:before { +.icon-ic_fluent_voicemail_20_filled:before { content: "\efe1"; } -.icon-ic_fluent_wallet_credit_card_20_regular:before { +.icon-ic_fluent_voicemail_20_regular:before { content: "\efe2"; } -.icon-ic_fluent_wallpaper_20_filled:before { +.icon-ic_fluent_voicemail_arrow_back_20_filled:before { content: "\efe3"; } -.icon-ic_fluent_wallpaper_20_regular:before { +.icon-ic_fluent_voicemail_arrow_back_20_regular:before { content: "\efe4"; } -.icon-ic_fluent_wand_20_filled:before { +.icon-ic_fluent_voicemail_arrow_forward_20_filled:before { content: "\efe5"; } -.icon-ic_fluent_wand_20_regular:before { +.icon-ic_fluent_voicemail_arrow_forward_20_regular:before { content: "\efe6"; } -.icon-ic_fluent_warning_20_filled:before { +.icon-ic_fluent_voicemail_arrow_subtract_20_filled:before { content: "\efe7"; } -.icon-ic_fluent_warning_20_regular:before { +.icon-ic_fluent_voicemail_arrow_subtract_20_regular:before { content: "\efe8"; } -.icon-ic_fluent_warning_shield_20_filled:before { +.icon-ic_fluent_vote_20_filled:before { content: "\efe9"; } -.icon-ic_fluent_warning_shield_20_regular:before { +.icon-ic_fluent_vote_20_regular:before { content: "\efea"; } -.icon-ic_fluent_washer_20_filled:before { +.icon-ic_fluent_walkie_talkie_20_filled:before { content: "\efeb"; } -.icon-ic_fluent_washer_20_regular:before { +.icon-ic_fluent_walkie_talkie_20_regular:before { content: "\efec"; } -.icon-ic_fluent_water_20_filled:before { +.icon-ic_fluent_wallet_20_filled:before { content: "\efed"; } -.icon-ic_fluent_water_20_regular:before { +.icon-ic_fluent_wallet_20_regular:before { content: "\efee"; } -.icon-ic_fluent_weather_blowing_snow_20_filled:before { +.icon-ic_fluent_wallet_credit_card_20_filled:before { content: "\efef"; } -.icon-ic_fluent_weather_blowing_snow_20_regular:before { +.icon-ic_fluent_wallet_credit_card_20_regular:before { content: "\eff0"; } -.icon-ic_fluent_weather_cloudy_20_filled:before { +.icon-ic_fluent_wallpaper_20_filled:before { content: "\eff1"; } -.icon-ic_fluent_weather_cloudy_20_regular:before { +.icon-ic_fluent_wallpaper_20_regular:before { content: "\eff2"; } -.icon-ic_fluent_weather_drizzle_20_filled:before { +.icon-ic_fluent_wand_20_filled:before { content: "\eff3"; } -.icon-ic_fluent_weather_drizzle_20_regular:before { +.icon-ic_fluent_wand_20_regular:before { content: "\eff4"; } -.icon-ic_fluent_weather_duststorm_20_filled:before { +.icon-ic_fluent_warning_20_filled:before { content: "\eff5"; } +.icon-ic_fluent_warning_20_regular:before { + content: "\eff6"; +} +.icon-ic_fluent_warning_shield_20_filled:before { + content: "\eff7"; +} +.icon-ic_fluent_warning_shield_20_regular:before { + content: "\eff8"; +} +.icon-ic_fluent_washer_20_filled:before { + content: "\eff9"; +} +.icon-ic_fluent_washer_20_regular:before { + content: "\effa"; +} +.icon-ic_fluent_water_20_filled:before { + content: "\effb"; +} +.icon-ic_fluent_water_20_regular:before { + content: "\effc"; +} +.icon-ic_fluent_weather_blowing_snow_20_filled:before { + content: "\effd"; +} +.icon-ic_fluent_weather_blowing_snow_20_regular:before { + content: "\effe"; +} +.icon-ic_fluent_weather_cloudy_20_filled:before { + content: "\efff"; +} +.icon-ic_fluent_weather_cloudy_20_regular:before { + content: "\f000"; +} +.icon-ic_fluent_weather_drizzle_20_filled:before { + content: "\f001"; +} +.icon-ic_fluent_weather_drizzle_20_regular:before { + content: "\f002"; +} +.icon-ic_fluent_weather_duststorm_20_filled:before { + content: "\f003"; +} .icon-ic_fluent_weather_duststorm_20_regular:before { - content: "\eff6"; + content: "\f004"; } .icon-ic_fluent_weather_fog_20_filled:before { - content: "\eff7"; + content: "\f005"; } .icon-ic_fluent_weather_fog_20_regular:before { - content: "\eff8"; + content: "\f006"; } .icon-ic_fluent_weather_hail_day_20_filled:before { - content: "\eff9"; + content: "\f007"; } .icon-ic_fluent_weather_hail_day_20_regular:before { - content: "\effa"; + content: "\f008"; } .icon-ic_fluent_weather_hail_night_20_filled:before { - content: "\effb"; + content: "\f009"; } .icon-ic_fluent_weather_hail_night_20_regular:before { - content: "\effc"; + content: "\f00a"; } .icon-ic_fluent_weather_haze_20_filled:before { - content: "\effd"; + content: "\f00b"; } .icon-ic_fluent_weather_haze_20_regular:before { - content: "\effe"; + content: "\f00c"; } .icon-ic_fluent_weather_moon_20_filled:before { - content: "\efff"; + content: "\f00d"; } .icon-ic_fluent_weather_moon_20_regular:before { - content: "\f000"; + content: "\f00e"; } .icon-ic_fluent_weather_moon_off_20_filled:before { - content: "\f001"; + content: "\f00f"; } .icon-ic_fluent_weather_moon_off_20_regular:before { - content: "\f002"; + content: "\f010"; } .icon-ic_fluent_weather_partly_cloudy_day_20_filled:before { - content: "\f003"; + content: "\f011"; } .icon-ic_fluent_weather_partly_cloudy_day_20_regular:before { - content: "\f004"; + content: "\f012"; } .icon-ic_fluent_weather_partly_cloudy_night_20_filled:before { - content: "\f005"; + content: "\f013"; } .icon-ic_fluent_weather_partly_cloudy_night_20_regular:before { - content: "\f006"; + content: "\f014"; } .icon-ic_fluent_weather_rain_20_filled:before { - content: "\f007"; + content: "\f015"; } .icon-ic_fluent_weather_rain_20_regular:before { - content: "\f008"; + content: "\f016"; } .icon-ic_fluent_weather_rain_showers_day_20_filled:before { - content: "\f009"; + content: "\f017"; } .icon-ic_fluent_weather_rain_showers_day_20_regular:before { - content: "\f00a"; + content: "\f018"; } .icon-ic_fluent_weather_rain_showers_night_20_filled:before { - content: "\f00b"; + content: "\f019"; } .icon-ic_fluent_weather_rain_showers_night_20_regular:before { - content: "\f00c"; + content: "\f01a"; } .icon-ic_fluent_weather_rain_snow_20_filled:before { - content: "\f00d"; + content: "\f01b"; } .icon-ic_fluent_weather_rain_snow_20_regular:before { - content: "\f00e"; + content: "\f01c"; } .icon-ic_fluent_weather_snow_20_filled:before { - content: "\f00f"; + content: "\f01d"; } .icon-ic_fluent_weather_snow_20_regular:before { - content: "\f010"; + content: "\f01e"; } .icon-ic_fluent_weather_snow_shower_day_20_filled:before { - content: "\f011"; + content: "\f01f"; } .icon-ic_fluent_weather_snow_shower_day_20_regular:before { - content: "\f012"; + content: "\f020"; } .icon-ic_fluent_weather_snow_shower_night_20_filled:before { - content: "\f013"; + content: "\f021"; } .icon-ic_fluent_weather_snow_shower_night_20_regular:before { - content: "\f014"; + content: "\f022"; } .icon-ic_fluent_weather_snowflake_20_filled:before { - content: "\f015"; + content: "\f023"; } .icon-ic_fluent_weather_snowflake_20_regular:before { - content: "\f016"; + content: "\f024"; } .icon-ic_fluent_weather_squalls_20_filled:before { - content: "\f017"; + content: "\f025"; } .icon-ic_fluent_weather_squalls_20_regular:before { - content: "\f018"; + content: "\f026"; } .icon-ic_fluent_weather_sunny_20_filled:before { - content: "\f019"; + content: "\f027"; } .icon-ic_fluent_weather_sunny_20_regular:before { - content: "\f01a"; + content: "\f028"; } .icon-ic_fluent_weather_sunny_high_20_filled:before { - content: "\f01b"; + content: "\f029"; } .icon-ic_fluent_weather_sunny_high_20_regular:before { - content: "\f01c"; + content: "\f02a"; } .icon-ic_fluent_weather_sunny_low_20_filled:before { - content: "\f01d"; + content: "\f02b"; } .icon-ic_fluent_weather_sunny_low_20_regular:before { - content: "\f01e"; + content: "\f02c"; } .icon-ic_fluent_weather_thunderstorm_20_filled:before { - content: "\f01f"; + content: "\f02d"; } .icon-ic_fluent_weather_thunderstorm_20_regular:before { - content: "\f020"; + content: "\f02e"; } .icon-ic_fluent_web_asset_20_filled:before { - content: "\f021"; + content: "\f02f"; } .icon-ic_fluent_web_asset_20_regular:before { - content: "\f022"; + content: "\f030"; } .icon-ic_fluent_whiteboard_20_filled:before { - content: "\f023"; + content: "\f031"; } .icon-ic_fluent_whiteboard_20_regular:before { - content: "\f024"; + content: "\f032"; } .icon-ic_fluent_wifi_1_20_filled:before { - content: "\f025"; + content: "\f033"; } .icon-ic_fluent_wifi_1_20_regular:before { - content: "\f026"; + content: "\f034"; } .icon-ic_fluent_wifi_2_20_filled:before { - content: "\f027"; + content: "\f035"; } .icon-ic_fluent_wifi_2_20_regular:before { - content: "\f028"; + content: "\f036"; } .icon-ic_fluent_wifi_3_20_filled:before { - content: "\f029"; + content: "\f037"; } .icon-ic_fluent_wifi_3_20_regular:before { - content: "\f02a"; + content: "\f038"; } .icon-ic_fluent_wifi_4_20_filled:before { - content: "\f02b"; + content: "\f039"; } .icon-ic_fluent_wifi_4_20_regular:before { - content: "\f02c"; + content: "\f03a"; } .icon-ic_fluent_wifi_lock_20_filled:before { - content: "\f02d"; + content: "\f03b"; } .icon-ic_fluent_wifi_lock_20_regular:before { - content: "\f02e"; + content: "\f03c"; } .icon-ic_fluent_wifi_off_20_filled:before { - content: "\f02f"; + content: "\f03d"; } .icon-ic_fluent_wifi_off_20_regular:before { - content: "\f030"; + content: "\f03e"; } .icon-ic_fluent_wifi_settings_20_filled:before { - content: "\f031"; + content: "\f03f"; } .icon-ic_fluent_wifi_settings_20_regular:before { - content: "\f032"; + content: "\f040"; } .icon-ic_fluent_wifi_warning_20_filled:before { - content: "\f033"; + content: "\f041"; } .icon-ic_fluent_wifi_warning_20_regular:before { - content: "\f034"; + content: "\f042"; } .icon-ic_fluent_window_20_filled:before { - content: "\f035"; + content: "\f043"; } .icon-ic_fluent_window_20_regular:before { - content: "\f036"; + content: "\f044"; } .icon-ic_fluent_window_ad_20_filled:before { - content: "\f037"; + content: "\f045"; } .icon-ic_fluent_window_ad_20_regular:before { - content: "\f038"; + content: "\f046"; } .icon-ic_fluent_window_ad_off_20_filled:before { - content: "\f039"; + content: "\f047"; } .icon-ic_fluent_window_ad_off_20_regular:before { - content: "\f03a"; + content: "\f048"; } .icon-ic_fluent_window_ad_person_20_filled:before { - content: "\f03b"; + content: "\f049"; } .icon-ic_fluent_window_ad_person_20_regular:before { - content: "\f03c"; + content: "\f04a"; } .icon-ic_fluent_window_apps_20_filled:before { - content: "\f03d"; + content: "\f04b"; } .icon-ic_fluent_window_apps_20_regular:before { - content: "\f03e"; + content: "\f04c"; } .icon-ic_fluent_window_arrow_up_20_filled:before { - content: "\f03f"; + content: "\f04d"; } .icon-ic_fluent_window_arrow_up_20_regular:before { - content: "\f040"; + content: "\f04e"; } .icon-ic_fluent_window_bullet_list_20_filled:before { - content: "\f041"; + content: "\f04f"; } .icon-ic_fluent_window_bullet_list_20_regular:before { - content: "\f042"; + content: "\f050"; } .icon-ic_fluent_window_bullet_list_add_20_filled:before { - content: "\f043"; + content: "\f051"; } .icon-ic_fluent_window_bullet_list_add_20_regular:before { - content: "\f044"; + content: "\f052"; } .icon-ic_fluent_window_console_20_filled:before { - content: "\f045"; + content: "\f053"; } .icon-ic_fluent_window_console_20_regular:before { - content: "\f046"; + content: "\f054"; } .icon-ic_fluent_window_database_20_filled:before { - content: "\f047"; + content: "\f055"; } .icon-ic_fluent_window_database_20_regular:before { - content: "\f048"; + content: "\f056"; } .icon-ic_fluent_window_dev_edit_20_filled:before { - content: "\f049"; + content: "\f057"; } .icon-ic_fluent_window_dev_edit_20_regular:before { - content: "\f04a"; + content: "\f058"; } .icon-ic_fluent_window_dev_tools_20_filled:before { - content: "\f04b"; + content: "\f059"; } .icon-ic_fluent_window_dev_tools_20_regular:before { - content: "\f04c"; + content: "\f05a"; } .icon-ic_fluent_window_edit_20_filled:before { - content: "\f04d"; + content: "\f05b"; } .icon-ic_fluent_window_edit_20_regular:before { - content: "\f04e"; + content: "\f05c"; } .icon-ic_fluent_window_header_horizontal_20_filled:before { - content: "\f04f"; + content: "\f05d"; } .icon-ic_fluent_window_header_horizontal_20_regular:before { - content: "\f050"; + content: "\f05e"; } .icon-ic_fluent_window_header_horizontal_off_20_filled:before { - content: "\f051"; + content: "\f05f"; } .icon-ic_fluent_window_header_horizontal_off_20_regular:before { - content: "\f052"; + content: "\f060"; } .icon-ic_fluent_window_header_vertical_20_filled:before { - content: "\f053"; + content: "\f061"; } .icon-ic_fluent_window_header_vertical_20_regular:before { - content: "\f054"; + content: "\f062"; } .icon-ic_fluent_window_inprivate_20_filled:before { - content: "\f055"; + content: "\f063"; } .icon-ic_fluent_window_inprivate_20_regular:before { - content: "\f056"; + content: "\f064"; } .icon-ic_fluent_window_inprivate_account_20_filled:before { - content: "\f057"; + content: "\f065"; } .icon-ic_fluent_window_inprivate_account_20_regular:before { - content: "\f058"; + content: "\f066"; } .icon-ic_fluent_window_location_target_20_filled:before { - content: "\f059"; + content: "\f067"; } .icon-ic_fluent_window_location_target_20_regular:before { - content: "\f05a"; + content: "\f068"; } .icon-ic_fluent_window_multiple_20_filled:before { - content: "\f05b"; + content: "\f069"; } .icon-ic_fluent_window_multiple_20_regular:before { - content: "\f05c"; + content: "\f06a"; } .icon-ic_fluent_window_multiple_swap_20_filled:before { - content: "\f05d"; + content: "\f06b"; } .icon-ic_fluent_window_multiple_swap_20_regular:before { - content: "\f05e"; + content: "\f06c"; } .icon-ic_fluent_window_new_20_filled:before { - content: "\f05f"; + content: "\f06d"; } .icon-ic_fluent_window_new_20_regular:before { - content: "\f060"; + content: "\f06e"; } .icon-ic_fluent_window_play_20_filled:before { - content: "\f061"; + content: "\f06f"; } .icon-ic_fluent_window_play_20_regular:before { - content: "\f062"; + content: "\f070"; } .icon-ic_fluent_window_settings_20_filled:before { - content: "\f063"; + content: "\f071"; } .icon-ic_fluent_window_settings_20_regular:before { - content: "\f064"; + content: "\f072"; } .icon-ic_fluent_window_shield_20_filled:before { - content: "\f065"; + content: "\f073"; } .icon-ic_fluent_window_shield_20_regular:before { - content: "\f066"; + content: "\f074"; } .icon-ic_fluent_window_text_20_filled:before { - content: "\f067"; + content: "\f075"; } .icon-ic_fluent_window_text_20_regular:before { - content: "\f068"; + content: "\f076"; } .icon-ic_fluent_window_wrench_20_filled:before { - content: "\f069"; + content: "\f077"; } .icon-ic_fluent_window_wrench_20_regular:before { - content: "\f06a"; + content: "\f078"; } .icon-ic_fluent_wrench_20_filled:before { - content: "\f06b"; + content: "\f079"; } .icon-ic_fluent_wrench_20_regular:before { - content: "\f06c"; + content: "\f07a"; } .icon-ic_fluent_wrench_screwdriver_20_filled:before { - content: "\f06d"; + content: "\f07b"; } .icon-ic_fluent_wrench_screwdriver_20_regular:before { - content: "\f06e"; + content: "\f07c"; } .icon-ic_fluent_xbox_console_20_filled:before { - content: "\f06f"; + content: "\f07d"; } .icon-ic_fluent_xbox_console_20_regular:before { - content: "\f070"; + content: "\f07e"; } .icon-ic_fluent_xbox_controller_20_filled:before { - content: "\f071"; + content: "\f07f"; } .icon-ic_fluent_xbox_controller_20_regular:before { - content: "\f072"; + content: "\f080"; } .icon-ic_fluent_xbox_controller_error_20_filled:before { - content: "\f073"; + content: "\f081"; } .icon-ic_fluent_xbox_controller_error_20_regular:before { - content: "\f074"; + content: "\f082"; } .icon-ic_fluent_xray_20_filled:before { - content: "\f075"; + content: "\f083"; } .icon-ic_fluent_xray_20_regular:before { - content: "\f076"; + content: "\f084"; } .icon-ic_fluent_zoom_fit_20_filled:before { - content: "\f077"; + content: "\f085"; } .icon-ic_fluent_zoom_fit_20_regular:before { - content: "\f078"; + content: "\f086"; } .icon-ic_fluent_zoom_in_20_filled:before { - content: "\f079"; + content: "\f087"; } .icon-ic_fluent_zoom_in_20_regular:before { - content: "\f07a"; + content: "\f088"; } .icon-ic_fluent_zoom_out_20_filled:before { - content: "\f07b"; + content: "\f089"; } .icon-ic_fluent_zoom_out_20_regular:before { - content: "\f07c"; + content: "\f08a"; } diff --git a/fonts/FluentSystemIcons-Resizable.html b/fonts/FluentSystemIcons-Resizable.html index 81ddbb0cb8..b91e7eac83 100644 --- a/fonts/FluentSystemIcons-Resizable.html +++ b/fonts/FluentSystemIcons-Resizable.html @@ -5978,6 +5978,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_calendar_arrow_counterclockwise_20_filled +
+ + +
+ + + +
+ ic_fluent_calendar_arrow_counterclockwise_20_regular +
+ +
@@ -6374,6 +6392,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_calendar_play_20_filled +
+ + +
+ + + +
+ ic_fluent_calendar_play_20_regular +
+ +
@@ -6464,6 +6500,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_calendar_shield_20_filled +
+ + +
+ + + +
+ ic_fluent_calendar_shield_20_regular +
+ +
@@ -23555,6 +23609,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_people_star_20_filled +
+ + +
+ + + +
+ ic_fluent_people_star_20_regular +
+ +
@@ -29297,6 +29369,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_slide_text_person_20_filled +
+ + +
+ + + +
+ ic_fluent_slide_text_person_20_regular +
+ +
@@ -31565,6 +31655,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_table_lock_20_filled +
+ + +
+ + + +
+ ic_fluent_table_lock_20_regular +
+ +
@@ -36263,6 +36371,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_video_person_clock_20_filled +
+ + +
+ + + +
+ ic_fluent_video_person_clock_20_regular +
+ +
diff --git a/fonts/FluentSystemIcons-Resizable.json b/fonts/FluentSystemIcons-Resizable.json index 0639678157..306814afb9 100644 --- a/fonts/FluentSystemIcons-Resizable.json +++ b/fonts/FluentSystemIcons-Resizable.json @@ -657,3567 +657,3581 @@ "ic_fluent_calendar_add_20_regular": 57999, "ic_fluent_calendar_agenda_20_filled": 58000, "ic_fluent_calendar_agenda_20_regular": 58001, - "ic_fluent_calendar_arrow_down_20_filled": 58002, - "ic_fluent_calendar_arrow_down_20_regular": 58003, - "ic_fluent_calendar_arrow_right_20_filled": 58004, - "ic_fluent_calendar_arrow_right_20_regular": 58005, - "ic_fluent_calendar_assistant_20_filled": 58006, - "ic_fluent_calendar_assistant_20_regular": 58007, - "ic_fluent_calendar_cancel_20_filled": 58008, - "ic_fluent_calendar_cancel_20_regular": 58009, - "ic_fluent_calendar_chat_20_filled": 58010, - "ic_fluent_calendar_chat_20_regular": 58011, - "ic_fluent_calendar_checkmark_20_filled": 58012, - "ic_fluent_calendar_checkmark_20_regular": 58013, - "ic_fluent_calendar_clock_20_filled": 58014, - "ic_fluent_calendar_clock_20_regular": 58015, - "ic_fluent_calendar_data_bar_20_filled": 58016, - "ic_fluent_calendar_data_bar_20_regular": 58017, - "ic_fluent_calendar_day_20_filled": 58018, - "ic_fluent_calendar_day_20_regular": 58019, - "ic_fluent_calendar_edit_20_filled": 58020, - "ic_fluent_calendar_edit_20_regular": 58021, - "ic_fluent_calendar_empty_20_filled": 58022, - "ic_fluent_calendar_empty_20_regular": 58023, - "ic_fluent_calendar_error_20_filled": 58024, - "ic_fluent_calendar_error_20_regular": 58025, - "ic_fluent_calendar_info_20_filled": 58026, - "ic_fluent_calendar_info_20_regular": 58027, - "ic_fluent_calendar_lock_20_filled": 58028, - "ic_fluent_calendar_lock_20_regular": 58029, - "ic_fluent_calendar_ltr_20_filled": 58030, - "ic_fluent_calendar_ltr_20_regular": 58031, - "ic_fluent_calendar_mail_20_filled": 58032, - "ic_fluent_calendar_mail_20_regular": 58033, - "ic_fluent_calendar_mention_20_filled": 58034, - "ic_fluent_calendar_mention_20_regular": 58035, - "ic_fluent_calendar_month_20_filled": 58036, - "ic_fluent_calendar_month_20_regular": 58037, - "ic_fluent_calendar_multiple_20_filled": 58038, - "ic_fluent_calendar_multiple_20_regular": 58039, - "ic_fluent_calendar_pattern_20_filled": 58040, - "ic_fluent_calendar_pattern_20_regular": 58041, - "ic_fluent_calendar_person_20_filled": 58042, - "ic_fluent_calendar_person_20_regular": 58043, - "ic_fluent_calendar_phone_20_filled": 58044, - "ic_fluent_calendar_phone_20_regular": 58045, - "ic_fluent_calendar_question_mark_20_filled": 58046, - "ic_fluent_calendar_question_mark_20_regular": 58047, - "ic_fluent_calendar_reply_20_filled": 58048, - "ic_fluent_calendar_reply_20_regular": 58049, - "ic_fluent_calendar_rtl_20_filled": 58050, - "ic_fluent_calendar_rtl_20_regular": 58051, - "ic_fluent_calendar_search_20_filled": 58052, - "ic_fluent_calendar_search_20_regular": 58053, - "ic_fluent_calendar_settings_20_filled": 58054, - "ic_fluent_calendar_settings_20_regular": 58055, - "ic_fluent_calendar_star_20_filled": 58056, - "ic_fluent_calendar_star_20_regular": 58057, - "ic_fluent_calendar_sync_20_filled": 58058, - "ic_fluent_calendar_sync_20_regular": 58059, - "ic_fluent_calendar_today_20_filled": 58060, - "ic_fluent_calendar_today_20_regular": 58061, - "ic_fluent_calendar_toolbox_20_filled": 58062, - "ic_fluent_calendar_toolbox_20_regular": 58063, - "ic_fluent_calendar_week_numbers_20_filled": 58064, - "ic_fluent_calendar_week_numbers_20_regular": 58065, - "ic_fluent_calendar_week_start_20_filled": 58066, - "ic_fluent_calendar_week_start_20_regular": 58067, - "ic_fluent_calendar_work_week_20_filled": 58068, - "ic_fluent_calendar_work_week_20_regular": 58069, - "ic_fluent_call_20_filled": 58070, - "ic_fluent_call_20_regular": 58071, - "ic_fluent_call_add_20_filled": 58072, - "ic_fluent_call_add_20_regular": 58073, - "ic_fluent_call_checkmark_20_filled": 58074, - "ic_fluent_call_checkmark_20_regular": 58075, - "ic_fluent_call_connecting_20_filled": 58076, - "ic_fluent_call_connecting_20_regular": 58077, - "ic_fluent_call_dismiss_20_filled": 58078, - "ic_fluent_call_dismiss_20_regular": 58079, - "ic_fluent_call_end_20_filled": 58080, - "ic_fluent_call_end_20_regular": 58081, - "ic_fluent_call_exclamation_20_filled": 58082, - "ic_fluent_call_exclamation_20_regular": 58083, - "ic_fluent_call_forward_20_filled": 58084, - "ic_fluent_call_forward_20_regular": 58085, - "ic_fluent_call_inbound_20_filled": 58086, - "ic_fluent_call_inbound_20_regular": 58087, - "ic_fluent_call_missed_20_filled": 58088, - "ic_fluent_call_missed_20_regular": 58089, - "ic_fluent_call_outbound_20_filled": 58090, - "ic_fluent_call_outbound_20_regular": 58091, - "ic_fluent_call_park_20_filled": 58092, - "ic_fluent_call_park_20_regular": 58093, - "ic_fluent_call_pause_20_filled": 58094, - "ic_fluent_call_pause_20_regular": 58095, - "ic_fluent_call_prohibited_20_filled": 58096, - "ic_fluent_call_prohibited_20_regular": 58097, - "ic_fluent_call_transfer_20_filled": 58098, - "ic_fluent_call_transfer_20_regular": 58099, - "ic_fluent_call_warning_20_filled": 58100, - "ic_fluent_call_warning_20_regular": 58101, - "ic_fluent_calligraphy_pen_20_filled": 58102, - "ic_fluent_calligraphy_pen_20_regular": 58103, - "ic_fluent_calligraphy_pen_checkmark_20_filled": 58104, - "ic_fluent_calligraphy_pen_checkmark_20_regular": 58105, - "ic_fluent_calligraphy_pen_error_20_filled": 58106, - "ic_fluent_calligraphy_pen_error_20_regular": 58107, - "ic_fluent_calligraphy_pen_question_mark_20_filled": 58108, - "ic_fluent_calligraphy_pen_question_mark_20_regular": 58109, - "ic_fluent_camera_20_filled": 58110, - "ic_fluent_camera_20_regular": 58111, - "ic_fluent_camera_add_20_filled": 58112, - "ic_fluent_camera_add_20_regular": 58113, - "ic_fluent_camera_dome_20_filled": 58114, - "ic_fluent_camera_dome_20_regular": 58115, - "ic_fluent_camera_edit_20_filled": 58116, - "ic_fluent_camera_edit_20_regular": 58117, - "ic_fluent_camera_off_20_filled": 58118, - "ic_fluent_camera_off_20_regular": 58119, - "ic_fluent_camera_sparkles_20_filled": 58120, - "ic_fluent_camera_sparkles_20_regular": 58121, - "ic_fluent_camera_switch_20_filled": 58122, - "ic_fluent_camera_switch_20_regular": 58123, - "ic_fluent_caret_down_20_filled": 58124, - "ic_fluent_caret_down_20_regular": 58125, - "ic_fluent_caret_down_right_20_filled": 58126, - "ic_fluent_caret_down_right_20_regular": 58127, - "ic_fluent_caret_left_20_filled": 58128, - "ic_fluent_caret_left_20_regular": 58129, - "ic_fluent_caret_right_20_filled": 58130, - "ic_fluent_caret_right_20_regular": 58131, - "ic_fluent_caret_up_20_filled": 58132, - "ic_fluent_caret_up_20_regular": 58133, - "ic_fluent_cart_20_filled": 58134, - "ic_fluent_cart_20_regular": 58135, - "ic_fluent_cast_20_filled": 58136, - "ic_fluent_cast_20_regular": 58137, - "ic_fluent_catch_up_20_filled": 58138, - "ic_fluent_catch_up_20_regular": 58139, - "ic_fluent_cellular_3g_20_filled": 58140, - "ic_fluent_cellular_3g_20_regular": 58141, - "ic_fluent_cellular_4g_20_filled": 58142, - "ic_fluent_cellular_4g_20_regular": 58143, - "ic_fluent_cellular_5g_20_filled": 58144, - "ic_fluent_cellular_5g_20_regular": 58145, - "ic_fluent_cellular_data_1_20_filled": 58146, - "ic_fluent_cellular_data_1_20_regular": 58147, - "ic_fluent_cellular_data_2_20_filled": 58148, - "ic_fluent_cellular_data_2_20_regular": 58149, - "ic_fluent_cellular_data_3_20_filled": 58150, - "ic_fluent_cellular_data_3_20_regular": 58151, - "ic_fluent_cellular_data_4_20_filled": 58152, - "ic_fluent_cellular_data_4_20_regular": 58153, - "ic_fluent_cellular_data_5_20_filled": 58154, - "ic_fluent_cellular_data_5_20_regular": 58155, - "ic_fluent_cellular_off_20_filled": 58156, - "ic_fluent_cellular_off_20_regular": 58157, - "ic_fluent_cellular_warning_20_filled": 58158, - "ic_fluent_cellular_warning_20_regular": 58159, - "ic_fluent_center_horizontal_20_filled": 58160, - "ic_fluent_center_horizontal_20_regular": 58161, - "ic_fluent_center_vertical_20_filled": 58162, - "ic_fluent_center_vertical_20_regular": 58163, - "ic_fluent_certificate_20_filled": 58164, - "ic_fluent_certificate_20_regular": 58165, - "ic_fluent_channel_20_filled": 58166, - "ic_fluent_channel_20_regular": 58167, - "ic_fluent_channel_add_20_filled": 58168, - "ic_fluent_channel_add_20_regular": 58169, - "ic_fluent_channel_alert_20_filled": 58170, - "ic_fluent_channel_alert_20_regular": 58171, - "ic_fluent_channel_arrow_left_20_filled": 58172, - "ic_fluent_channel_arrow_left_20_regular": 58173, - "ic_fluent_channel_dismiss_20_filled": 58174, - "ic_fluent_channel_dismiss_20_regular": 58175, - "ic_fluent_channel_share_20_filled": 58176, - "ic_fluent_channel_share_20_regular": 58177, - "ic_fluent_channel_subtract_20_filled": 58178, - "ic_fluent_channel_subtract_20_regular": 58179, - "ic_fluent_chart_multiple_20_filled": 58180, - "ic_fluent_chart_multiple_20_regular": 58181, - "ic_fluent_chart_person_20_filled": 58182, - "ic_fluent_chart_person_20_regular": 58183, - "ic_fluent_chat_20_filled": 58184, - "ic_fluent_chat_20_regular": 58185, - "ic_fluent_chat_add_20_filled": 58186, - "ic_fluent_chat_add_20_regular": 58187, - "ic_fluent_chat_arrow_back_20_filled": 58188, - "ic_fluent_chat_arrow_back_20_regular": 58189, - "ic_fluent_chat_arrow_double_back_20_filled": 58190, - "ic_fluent_chat_arrow_double_back_20_regular": 58191, - "ic_fluent_chat_bubbles_question_20_filled": 58192, - "ic_fluent_chat_bubbles_question_20_regular": 58193, - "ic_fluent_chat_cursor_20_filled": 58194, - "ic_fluent_chat_cursor_20_regular": 58195, - "ic_fluent_chat_dismiss_20_filled": 58196, - "ic_fluent_chat_dismiss_20_regular": 58197, - "ic_fluent_chat_empty_20_filled": 58198, - "ic_fluent_chat_empty_20_regular": 58199, - "ic_fluent_chat_help_20_filled": 58200, - "ic_fluent_chat_help_20_regular": 58201, - "ic_fluent_chat_mail_20_filled": 58202, - "ic_fluent_chat_mail_20_regular": 58203, - "ic_fluent_chat_multiple_20_filled": 58204, - "ic_fluent_chat_multiple_20_regular": 58205, - "ic_fluent_chat_off_20_filled": 58206, - "ic_fluent_chat_off_20_regular": 58207, - "ic_fluent_chat_settings_20_filled": 58208, - "ic_fluent_chat_settings_20_regular": 58209, - "ic_fluent_chat_video_20_filled": 58210, - "ic_fluent_chat_video_20_regular": 58211, - "ic_fluent_chat_warning_20_filled": 58212, - "ic_fluent_chat_warning_20_regular": 58213, - "ic_fluent_check_20_filled": 58214, - "ic_fluent_check_20_regular": 58215, - "ic_fluent_checkbox_1_20_filled": 58216, - "ic_fluent_checkbox_1_20_regular": 58217, - "ic_fluent_checkbox_2_20_filled": 58218, - "ic_fluent_checkbox_2_20_regular": 58219, - "ic_fluent_checkbox_arrow_right_20_filled": 58220, - "ic_fluent_checkbox_arrow_right_20_regular": 58221, - "ic_fluent_checkbox_checked_20_filled": 58222, - "ic_fluent_checkbox_checked_20_regular": 58223, - "ic_fluent_checkbox_checked_sync_20_filled": 58224, - "ic_fluent_checkbox_checked_sync_20_regular": 58225, - "ic_fluent_checkbox_indeterminate_20_filled": 58226, - "ic_fluent_checkbox_indeterminate_20_regular": 58227, - "ic_fluent_checkbox_person_20_filled": 58228, - "ic_fluent_checkbox_person_20_regular": 58229, - "ic_fluent_checkbox_unchecked_20_filled": 58230, - "ic_fluent_checkbox_unchecked_20_regular": 58231, - "ic_fluent_checkbox_warning_20_filled": 58232, - "ic_fluent_checkbox_warning_20_regular": 58233, - "ic_fluent_checkmark_20_filled": 58234, - "ic_fluent_checkmark_20_regular": 58235, - "ic_fluent_checkmark_circle_20_filled": 58236, - "ic_fluent_checkmark_circle_20_regular": 58237, - "ic_fluent_checkmark_lock_20_filled": 58238, - "ic_fluent_checkmark_lock_20_regular": 58239, - "ic_fluent_checkmark_note_20_filled": 58240, - "ic_fluent_checkmark_note_20_regular": 58241, - "ic_fluent_checkmark_square_20_filled": 58242, - "ic_fluent_checkmark_square_20_regular": 58243, - "ic_fluent_checkmark_starburst_20_filled": 58244, - "ic_fluent_checkmark_starburst_20_regular": 58245, - "ic_fluent_checkmark_underline_circle_20_filled": 58246, - "ic_fluent_checkmark_underline_circle_20_regular": 58247, - "ic_fluent_chess_20_filled": 58248, - "ic_fluent_chess_20_regular": 58249, - "ic_fluent_chevron_circle_down_20_filled": 58250, - "ic_fluent_chevron_circle_down_20_regular": 58251, - "ic_fluent_chevron_circle_left_20_filled": 58252, - "ic_fluent_chevron_circle_left_20_regular": 58253, - "ic_fluent_chevron_circle_right_20_filled": 58254, - "ic_fluent_chevron_circle_right_20_regular": 58255, - "ic_fluent_chevron_circle_up_20_filled": 58256, - "ic_fluent_chevron_circle_up_20_regular": 58257, - "ic_fluent_chevron_double_down_20_filled": 58258, - "ic_fluent_chevron_double_down_20_regular": 58259, - "ic_fluent_chevron_double_left_20_filled": 58260, - "ic_fluent_chevron_double_left_20_regular": 58261, - "ic_fluent_chevron_double_right_20_filled": 58262, - "ic_fluent_chevron_double_right_20_regular": 58263, - "ic_fluent_chevron_double_up_20_filled": 58264, - "ic_fluent_chevron_double_up_20_regular": 58265, - "ic_fluent_chevron_down_20_filled": 58266, - "ic_fluent_chevron_down_20_regular": 58267, - "ic_fluent_chevron_left_20_filled": 58268, - "ic_fluent_chevron_left_20_regular": 58269, - "ic_fluent_chevron_right_20_filled": 58270, - "ic_fluent_chevron_right_20_regular": 58271, - "ic_fluent_chevron_up_20_filled": 58272, - "ic_fluent_chevron_up_20_regular": 58273, - "ic_fluent_chevron_up_down_20_filled": 58274, - "ic_fluent_chevron_up_down_20_regular": 58275, - "ic_fluent_circle_20_filled": 58276, - "ic_fluent_circle_20_regular": 58277, - "ic_fluent_circle_edit_20_filled": 58278, - "ic_fluent_circle_edit_20_regular": 58279, - "ic_fluent_circle_eraser_20_filled": 58280, - "ic_fluent_circle_eraser_20_regular": 58281, - "ic_fluent_circle_half_fill_20_filled": 58282, - "ic_fluent_circle_half_fill_20_regular": 58283, - "ic_fluent_circle_image_20_filled": 58284, - "ic_fluent_circle_image_20_regular": 58285, - "ic_fluent_circle_line_20_filled": 58286, - "ic_fluent_circle_line_20_regular": 58287, - "ic_fluent_circle_multiple_subtract_checkmark_20_filled": 58288, - "ic_fluent_circle_multiple_subtract_checkmark_20_regular": 58289, - "ic_fluent_circle_off_20_filled": 58290, - "ic_fluent_circle_off_20_regular": 58291, - "ic_fluent_circle_small_20_filled": 58292, - "ic_fluent_circle_small_20_regular": 58293, - "ic_fluent_city_20_filled": 58294, - "ic_fluent_city_20_regular": 58295, - "ic_fluent_class_20_filled": 58296, - "ic_fluent_class_20_regular": 58297, - "ic_fluent_classification_20_filled": 58298, - "ic_fluent_classification_20_regular": 58299, - "ic_fluent_clear_formatting_20_filled": 58300, - "ic_fluent_clear_formatting_20_regular": 58301, - "ic_fluent_clipboard_20_filled": 58302, - "ic_fluent_clipboard_20_regular": 58303, - "ic_fluent_clipboard_3_day_20_filled": 58304, - "ic_fluent_clipboard_3_day_20_regular": 58305, - "ic_fluent_clipboard_arrow_right_20_filled": 58306, - "ic_fluent_clipboard_arrow_right_20_regular": 58307, - "ic_fluent_clipboard_bullet_list_ltr_20_filled": 58308, - "ic_fluent_clipboard_bullet_list_ltr_20_regular": 58309, - "ic_fluent_clipboard_bullet_list_rtl_20_filled": 58310, - "ic_fluent_clipboard_bullet_list_rtl_20_regular": 58311, - "ic_fluent_clipboard_checkmark_20_filled": 58312, - "ic_fluent_clipboard_checkmark_20_regular": 58313, - "ic_fluent_clipboard_clock_20_filled": 58314, - "ic_fluent_clipboard_clock_20_regular": 58315, - "ic_fluent_clipboard_code_20_filled": 58316, - "ic_fluent_clipboard_code_20_regular": 58317, - "ic_fluent_clipboard_data_bar_20_filled": 58318, - "ic_fluent_clipboard_data_bar_20_regular": 58319, - "ic_fluent_clipboard_day_20_filled": 58320, - "ic_fluent_clipboard_day_20_regular": 58321, - "ic_fluent_clipboard_edit_20_filled": 58322, - "ic_fluent_clipboard_edit_20_regular": 58323, - "ic_fluent_clipboard_error_20_filled": 58324, - "ic_fluent_clipboard_error_20_regular": 58325, - "ic_fluent_clipboard_heart_20_filled": 58326, - "ic_fluent_clipboard_heart_20_regular": 58327, - "ic_fluent_clipboard_image_20_filled": 58328, - "ic_fluent_clipboard_image_20_regular": 58329, - "ic_fluent_clipboard_letter_20_filled": 58330, - "ic_fluent_clipboard_letter_20_regular": 58331, - "ic_fluent_clipboard_link_20_filled": 58332, - "ic_fluent_clipboard_link_20_regular": 58333, - "ic_fluent_clipboard_month_20_filled": 58334, - "ic_fluent_clipboard_month_20_regular": 58335, - "ic_fluent_clipboard_more_20_filled": 58336, - "ic_fluent_clipboard_more_20_regular": 58337, - "ic_fluent_clipboard_note_20_filled": 58338, - "ic_fluent_clipboard_note_20_regular": 58339, - "ic_fluent_clipboard_paste_20_filled": 58340, - "ic_fluent_clipboard_paste_20_regular": 58341, - "ic_fluent_clipboard_pulse_20_filled": 58342, - "ic_fluent_clipboard_pulse_20_regular": 58343, - "ic_fluent_clipboard_search_20_filled": 58344, - "ic_fluent_clipboard_search_20_regular": 58345, - "ic_fluent_clipboard_settings_20_filled": 58346, - "ic_fluent_clipboard_settings_20_regular": 58347, - "ic_fluent_clipboard_task_20_filled": 58348, - "ic_fluent_clipboard_task_20_regular": 58349, - "ic_fluent_clipboard_task_add_20_filled": 58350, - "ic_fluent_clipboard_task_add_20_regular": 58351, - "ic_fluent_clipboard_task_list_ltr_20_filled": 58352, - "ic_fluent_clipboard_task_list_ltr_20_regular": 58353, - "ic_fluent_clipboard_task_list_rtl_20_filled": 58354, - "ic_fluent_clipboard_task_list_rtl_20_regular": 58355, - "ic_fluent_clipboard_text_edit_20_filled": 58356, - "ic_fluent_clipboard_text_edit_20_regular": 58357, - "ic_fluent_clipboard_text_ltr_20_filled": 58358, - "ic_fluent_clipboard_text_ltr_20_regular": 58359, - "ic_fluent_clipboard_text_rtl_20_filled": 58360, - "ic_fluent_clipboard_text_rtl_20_regular": 58361, - "ic_fluent_clock_20_filled": 58362, - "ic_fluent_clock_20_regular": 58363, - "ic_fluent_clock_alarm_20_filled": 58364, - "ic_fluent_clock_alarm_20_regular": 58365, - "ic_fluent_clock_arrow_download_20_filled": 58366, - "ic_fluent_clock_arrow_download_20_regular": 58367, - "ic_fluent_clock_dismiss_20_filled": 58368, - "ic_fluent_clock_dismiss_20_regular": 58369, - "ic_fluent_clock_pause_20_filled": 58370, - "ic_fluent_clock_pause_20_regular": 58371, - "ic_fluent_clock_toolbox_20_filled": 58372, - "ic_fluent_clock_toolbox_20_regular": 58373, - "ic_fluent_closed_caption_20_filled": 58374, - "ic_fluent_closed_caption_20_regular": 58375, - "ic_fluent_closed_caption_off_20_filled": 58376, - "ic_fluent_closed_caption_off_20_regular": 58377, - "ic_fluent_cloud_20_filled": 58378, - "ic_fluent_cloud_20_regular": 58379, - "ic_fluent_cloud_add_20_filled": 58380, - "ic_fluent_cloud_add_20_regular": 58381, - "ic_fluent_cloud_archive_20_filled": 58382, - "ic_fluent_cloud_archive_20_regular": 58383, - "ic_fluent_cloud_arrow_down_20_filled": 58384, - "ic_fluent_cloud_arrow_down_20_regular": 58385, - "ic_fluent_cloud_arrow_up_20_filled": 58386, - "ic_fluent_cloud_arrow_up_20_regular": 58387, - "ic_fluent_cloud_checkmark_20_filled": 58388, - "ic_fluent_cloud_checkmark_20_regular": 58389, - "ic_fluent_cloud_dismiss_20_filled": 58390, - "ic_fluent_cloud_dismiss_20_regular": 58391, - "ic_fluent_cloud_edit_20_filled": 58392, - "ic_fluent_cloud_edit_20_regular": 58393, - "ic_fluent_cloud_error_20_filled": 58394, - "ic_fluent_cloud_error_20_regular": 58395, - "ic_fluent_cloud_flow_20_filled": 58396, - "ic_fluent_cloud_flow_20_regular": 58397, - "ic_fluent_cloud_link_20_filled": 58398, - "ic_fluent_cloud_link_20_regular": 58399, - "ic_fluent_cloud_off_20_filled": 58400, - "ic_fluent_cloud_off_20_regular": 58401, - "ic_fluent_cloud_swap_20_filled": 58402, - "ic_fluent_cloud_swap_20_regular": 58403, - "ic_fluent_cloud_sync_20_filled": 58404, - "ic_fluent_cloud_sync_20_regular": 58405, - "ic_fluent_cloud_words_20_filled": 58406, - "ic_fluent_cloud_words_20_regular": 58407, - "ic_fluent_code_20_filled": 58408, - "ic_fluent_code_20_regular": 58409, - "ic_fluent_code_block_20_filled": 58410, - "ic_fluent_code_block_20_regular": 58411, - "ic_fluent_code_circle_20_filled": 58412, - "ic_fluent_code_circle_20_regular": 58413, - "ic_fluent_code_text_20_filled": 58414, - "ic_fluent_code_text_20_regular": 58415, - "ic_fluent_code_text_edit_20_filled": 58416, - "ic_fluent_code_text_edit_20_regular": 58417, - "ic_fluent_collections_20_filled": 58418, - "ic_fluent_collections_20_regular": 58419, - "ic_fluent_collections_add_20_filled": 58420, - "ic_fluent_collections_add_20_regular": 58421, - "ic_fluent_color_20_filled": 58422, - "ic_fluent_color_20_regular": 58423, - "ic_fluent_color_background_20_filled": 58424, - "ic_fluent_color_background_20_regular": 58425, - "ic_fluent_color_background_accent_20_regular": 58426, - "ic_fluent_color_fill_20_filled": 58427, - "ic_fluent_color_fill_20_regular": 58428, - "ic_fluent_color_fill_accent_20_regular": 58429, - "ic_fluent_color_line_20_filled": 58430, - "ic_fluent_color_line_20_regular": 58431, - "ic_fluent_color_line_accent_20_regular": 58432, - "ic_fluent_column_20_filled": 58433, - "ic_fluent_column_20_regular": 58434, - "ic_fluent_column_arrow_right_20_filled": 58435, - "ic_fluent_column_arrow_right_20_regular": 58436, - "ic_fluent_column_double_compare_20_filled": 58437, - "ic_fluent_column_double_compare_20_regular": 58438, - "ic_fluent_column_edit_20_filled": 58439, - "ic_fluent_column_edit_20_regular": 58440, - "ic_fluent_column_triple_20_filled": 58441, - "ic_fluent_column_triple_20_regular": 58442, - "ic_fluent_column_triple_edit_20_filled": 58443, - "ic_fluent_column_triple_edit_20_regular": 58444, - "ic_fluent_comma_20_filled": 58445, - "ic_fluent_comma_20_regular": 58446, - "ic_fluent_comment_20_filled": 58447, - "ic_fluent_comment_20_regular": 58448, - "ic_fluent_comment_add_20_filled": 58449, - "ic_fluent_comment_add_20_regular": 58450, - "ic_fluent_comment_arrow_left_20_filled": 58451, - "ic_fluent_comment_arrow_left_20_regular": 58452, - "ic_fluent_comment_arrow_right_20_filled": 58453, - "ic_fluent_comment_arrow_right_20_regular": 58454, - "ic_fluent_comment_checkmark_20_filled": 58455, - "ic_fluent_comment_checkmark_20_regular": 58456, - "ic_fluent_comment_dismiss_20_filled": 58457, - "ic_fluent_comment_dismiss_20_regular": 58458, - "ic_fluent_comment_edit_20_filled": 58459, - "ic_fluent_comment_edit_20_regular": 58460, - "ic_fluent_comment_error_20_filled": 58461, - "ic_fluent_comment_error_20_regular": 58462, - "ic_fluent_comment_lightning_20_filled": 58463, - "ic_fluent_comment_lightning_20_regular": 58464, - "ic_fluent_comment_mention_20_filled": 58465, - "ic_fluent_comment_mention_20_regular": 58466, - "ic_fluent_comment_multiple_20_filled": 58467, - "ic_fluent_comment_multiple_20_regular": 58468, - "ic_fluent_comment_multiple_checkmark_20_filled": 58469, - "ic_fluent_comment_multiple_checkmark_20_regular": 58470, - "ic_fluent_comment_multiple_link_20_filled": 58471, - "ic_fluent_comment_multiple_link_20_regular": 58472, - "ic_fluent_comment_note_20_filled": 58473, - "ic_fluent_comment_note_20_regular": 58474, - "ic_fluent_comment_off_20_filled": 58475, - "ic_fluent_comment_off_20_regular": 58476, - "ic_fluent_communication_20_filled": 58477, - "ic_fluent_communication_20_regular": 58478, - "ic_fluent_communication_person_20_filled": 58479, - "ic_fluent_communication_person_20_regular": 58480, - "ic_fluent_compass_northwest_20_filled": 58481, - "ic_fluent_compass_northwest_20_regular": 58482, - "ic_fluent_compose_20_filled": 58483, - "ic_fluent_compose_20_regular": 58484, - "ic_fluent_conference_room_20_filled": 58485, - "ic_fluent_conference_room_20_regular": 58486, - "ic_fluent_connected_20_filled": 58487, - "ic_fluent_connected_20_regular": 58488, - "ic_fluent_connector_20_filled": 58489, - "ic_fluent_connector_20_regular": 58490, - "ic_fluent_contact_card_20_filled": 58491, - "ic_fluent_contact_card_20_regular": 58492, - "ic_fluent_contact_card_group_20_filled": 58493, - "ic_fluent_contact_card_group_20_regular": 58494, - "ic_fluent_contact_card_link_20_filled": 58495, - "ic_fluent_contact_card_link_20_regular": 58496, - "ic_fluent_contact_card_ribbon_20_filled": 58497, - "ic_fluent_contact_card_ribbon_20_regular": 58498, - "ic_fluent_content_settings_20_filled": 58499, - "ic_fluent_content_settings_20_regular": 58500, - "ic_fluent_content_view_20_filled": 58501, - "ic_fluent_content_view_20_regular": 58502, - "ic_fluent_content_view_gallery_20_filled": 58503, - "ic_fluent_content_view_gallery_20_regular": 58504, - "ic_fluent_contract_down_left_20_filled": 58505, - "ic_fluent_contract_down_left_20_regular": 58506, - "ic_fluent_control_button_20_filled": 58507, - "ic_fluent_control_button_20_regular": 58508, - "ic_fluent_convert_range_20_filled": 58509, - "ic_fluent_convert_range_20_regular": 58510, - "ic_fluent_cookies_20_filled": 58511, - "ic_fluent_cookies_20_regular": 58512, - "ic_fluent_copy_20_filled": 58513, - "ic_fluent_copy_20_regular": 58514, - "ic_fluent_copy_add_20_filled": 58515, - "ic_fluent_copy_add_20_regular": 58516, - "ic_fluent_copy_arrow_right_20_filled": 58517, - "ic_fluent_copy_arrow_right_20_regular": 58518, - "ic_fluent_copy_select_20_filled": 58519, - "ic_fluent_copy_select_20_regular": 58520, - "ic_fluent_couch_20_filled": 58521, - "ic_fluent_couch_20_regular": 58522, - "ic_fluent_credit_card_clock_20_filled": 58523, - "ic_fluent_credit_card_clock_20_regular": 58524, - "ic_fluent_credit_card_person_20_filled": 58525, - "ic_fluent_credit_card_person_20_regular": 58526, - "ic_fluent_credit_card_toolbox_20_filled": 58527, - "ic_fluent_credit_card_toolbox_20_regular": 58528, - "ic_fluent_crop_20_filled": 58529, - "ic_fluent_crop_20_regular": 58530, - "ic_fluent_crop_interim_20_filled": 58531, - "ic_fluent_crop_interim_20_regular": 58532, - "ic_fluent_crop_interim_off_20_filled": 58533, - "ic_fluent_crop_interim_off_20_regular": 58534, - "ic_fluent_crown_20_filled": 58535, - "ic_fluent_crown_20_regular": 58536, - "ic_fluent_cube_20_filled": 58537, - "ic_fluent_cube_20_regular": 58538, - "ic_fluent_cube_add_20_filled": 58539, - "ic_fluent_cube_add_20_regular": 58540, - "ic_fluent_cube_arrow_curve_down_20_filled": 58541, - "ic_fluent_cube_arrow_curve_down_20_regular": 58542, - "ic_fluent_cube_link_20_filled": 58543, - "ic_fluent_cube_link_20_regular": 58544, - "ic_fluent_cube_multiple_20_filled": 58545, - "ic_fluent_cube_multiple_20_regular": 58546, - "ic_fluent_cube_quick_20_filled": 58547, - "ic_fluent_cube_quick_20_regular": 58548, - "ic_fluent_cube_rotate_20_filled": 58549, - "ic_fluent_cube_rotate_20_regular": 58550, - "ic_fluent_cube_sync_20_filled": 58551, - "ic_fluent_cube_sync_20_regular": 58552, - "ic_fluent_cube_tree_20_filled": 58553, - "ic_fluent_cube_tree_20_regular": 58554, - "ic_fluent_currency_dollar_euro_20_filled": 58555, - "ic_fluent_currency_dollar_euro_20_regular": 58556, - "ic_fluent_currency_dollar_rupee_20_filled": 58557, - "ic_fluent_currency_dollar_rupee_20_regular": 58558, - "ic_fluent_cursor_20_filled": 58559, - "ic_fluent_cursor_20_regular": 58560, - "ic_fluent_cursor_click_20_filled": 58561, - "ic_fluent_cursor_click_20_regular": 58562, - "ic_fluent_cursor_hover_20_filled": 58563, - "ic_fluent_cursor_hover_20_regular": 58564, - "ic_fluent_cursor_hover_off_20_filled": 58565, - "ic_fluent_cursor_hover_off_20_regular": 58566, - "ic_fluent_cut_20_filled": 58567, - "ic_fluent_cut_20_regular": 58568, - "ic_fluent_dark_theme_20_filled": 58569, - "ic_fluent_dark_theme_20_regular": 58570, - "ic_fluent_data_area_20_filled": 58571, - "ic_fluent_data_area_20_regular": 58572, - "ic_fluent_data_bar_horizontal_20_filled": 58573, - "ic_fluent_data_bar_horizontal_20_regular": 58574, - "ic_fluent_data_bar_vertical_20_filled": 58575, - "ic_fluent_data_bar_vertical_20_regular": 58576, - "ic_fluent_data_bar_vertical_add_20_filled": 58577, - "ic_fluent_data_bar_vertical_add_20_regular": 58578, - "ic_fluent_data_bar_vertical_star_20_filled": 58579, - "ic_fluent_data_bar_vertical_star_20_regular": 58580, - "ic_fluent_data_funnel_20_filled": 58581, - "ic_fluent_data_funnel_20_regular": 58582, - "ic_fluent_data_histogram_20_filled": 58583, - "ic_fluent_data_histogram_20_regular": 58584, - "ic_fluent_data_line_20_filled": 58585, - "ic_fluent_data_line_20_regular": 58586, - "ic_fluent_data_pie_20_filled": 58587, - "ic_fluent_data_pie_20_regular": 58588, - "ic_fluent_data_scatter_20_filled": 58589, - "ic_fluent_data_scatter_20_regular": 58590, - "ic_fluent_data_sunburst_20_filled": 58591, - "ic_fluent_data_sunburst_20_regular": 58592, - "ic_fluent_data_treemap_20_filled": 58593, - "ic_fluent_data_treemap_20_regular": 58594, - "ic_fluent_data_trending_20_filled": 58595, - "ic_fluent_data_trending_20_regular": 58596, - "ic_fluent_data_usage_20_filled": 58597, - "ic_fluent_data_usage_20_regular": 58598, - "ic_fluent_data_usage_edit_20_filled": 58599, - "ic_fluent_data_usage_edit_20_regular": 58600, - "ic_fluent_data_usage_settings_20_filled": 58601, - "ic_fluent_data_usage_settings_20_regular": 58602, - "ic_fluent_data_usage_toolbox_20_filled": 58603, - "ic_fluent_data_usage_toolbox_20_regular": 58604, - "ic_fluent_data_waterfall_20_filled": 58605, - "ic_fluent_data_waterfall_20_regular": 58606, - "ic_fluent_data_whisker_20_filled": 58607, - "ic_fluent_data_whisker_20_regular": 58608, - "ic_fluent_database_20_filled": 58609, - "ic_fluent_database_20_regular": 58610, - "ic_fluent_database_arrow_down_20_filled": 58611, - "ic_fluent_database_arrow_down_20_regular": 58612, - "ic_fluent_database_arrow_right_20_filled": 58613, - "ic_fluent_database_arrow_right_20_regular": 58614, - "ic_fluent_database_arrow_up_20_filled": 58615, - "ic_fluent_database_arrow_up_20_regular": 58616, - "ic_fluent_database_lightning_20_filled": 58617, - "ic_fluent_database_lightning_20_regular": 58618, - "ic_fluent_database_link_20_filled": 58619, - "ic_fluent_database_link_20_regular": 58620, - "ic_fluent_database_multiple_20_filled": 58621, - "ic_fluent_database_multiple_20_regular": 58622, - "ic_fluent_database_person_20_filled": 58623, - "ic_fluent_database_person_20_regular": 58624, - "ic_fluent_database_plug_connected_20_filled": 58625, - "ic_fluent_database_plug_connected_20_regular": 58626, - "ic_fluent_database_search_20_filled": 58627, - "ic_fluent_database_search_20_regular": 58628, - "ic_fluent_database_switch_20_filled": 58629, - "ic_fluent_database_switch_20_regular": 58630, - "ic_fluent_database_warning_20_filled": 58631, - "ic_fluent_database_warning_20_regular": 58632, - "ic_fluent_database_window_20_filled": 58633, - "ic_fluent_database_window_20_regular": 58634, - "ic_fluent_decimal_arrow_left_20_filled": 58635, - "ic_fluent_decimal_arrow_left_20_regular": 58636, - "ic_fluent_decimal_arrow_right_20_filled": 58637, - "ic_fluent_decimal_arrow_right_20_regular": 58638, - "ic_fluent_delete_20_filled": 58639, - "ic_fluent_delete_20_regular": 58640, - "ic_fluent_delete_arrow_back_20_filled": 58641, - "ic_fluent_delete_arrow_back_20_regular": 58642, - "ic_fluent_delete_dismiss_20_filled": 58643, - "ic_fluent_delete_dismiss_20_regular": 58644, - "ic_fluent_delete_lines_20_filled": 58645, - "ic_fluent_delete_lines_20_regular": 58646, - "ic_fluent_delete_off_20_filled": 58647, - "ic_fluent_delete_off_20_regular": 58648, - "ic_fluent_dentist_20_filled": 58649, - "ic_fluent_dentist_20_regular": 58650, - "ic_fluent_design_ideas_20_filled": 58651, - "ic_fluent_design_ideas_20_regular": 58652, - "ic_fluent_desktop_20_filled": 58653, - "ic_fluent_desktop_20_regular": 58654, - "ic_fluent_desktop_arrow_right_20_filled": 58655, - "ic_fluent_desktop_arrow_right_20_regular": 58656, - "ic_fluent_desktop_checkmark_20_filled": 58657, - "ic_fluent_desktop_checkmark_20_regular": 58658, - "ic_fluent_desktop_cursor_20_filled": 58659, - "ic_fluent_desktop_cursor_20_regular": 58660, - "ic_fluent_desktop_edit_20_filled": 58661, - "ic_fluent_desktop_edit_20_regular": 58662, - "ic_fluent_desktop_flow_20_filled": 58663, - "ic_fluent_desktop_flow_20_regular": 58664, - "ic_fluent_desktop_keyboard_20_filled": 58665, - "ic_fluent_desktop_keyboard_20_regular": 58666, - "ic_fluent_desktop_mac_20_filled": 58667, - "ic_fluent_desktop_mac_20_regular": 58668, - "ic_fluent_desktop_pulse_20_filled": 58669, - "ic_fluent_desktop_pulse_20_regular": 58670, - "ic_fluent_desktop_signal_20_filled": 58671, - "ic_fluent_desktop_signal_20_regular": 58672, - "ic_fluent_desktop_speaker_20_filled": 58673, - "ic_fluent_desktop_speaker_20_regular": 58674, - "ic_fluent_desktop_speaker_off_20_filled": 58675, - "ic_fluent_desktop_speaker_off_20_regular": 58676, - "ic_fluent_desktop_sync_20_filled": 58677, - "ic_fluent_desktop_sync_20_regular": 58678, - "ic_fluent_desktop_toolbox_20_filled": 58679, - "ic_fluent_desktop_toolbox_20_regular": 58680, - "ic_fluent_developer_board_20_filled": 58681, - "ic_fluent_developer_board_20_regular": 58682, - "ic_fluent_developer_board_lightning_20_filled": 58683, - "ic_fluent_developer_board_lightning_20_regular": 58684, - "ic_fluent_developer_board_lightning_toolbox_20_filled": 58685, - "ic_fluent_developer_board_lightning_toolbox_20_regular": 58686, - "ic_fluent_developer_board_search_20_filled": 58687, - "ic_fluent_developer_board_search_20_regular": 58688, - "ic_fluent_device_eq_20_filled": 58689, - "ic_fluent_device_eq_20_regular": 58690, - "ic_fluent_device_meeting_room_20_filled": 58691, - "ic_fluent_device_meeting_room_20_regular": 58692, - "ic_fluent_device_meeting_room_remote_20_filled": 58693, - "ic_fluent_device_meeting_room_remote_20_regular": 58694, - "ic_fluent_diagram_20_filled": 58695, - "ic_fluent_diagram_20_regular": 58696, - "ic_fluent_dialpad_20_filled": 58697, - "ic_fluent_dialpad_20_regular": 58698, - "ic_fluent_dialpad_off_20_filled": 58699, - "ic_fluent_dialpad_off_20_regular": 58700, - "ic_fluent_diamond_20_filled": 58701, - "ic_fluent_diamond_20_regular": 58702, - "ic_fluent_directions_20_filled": 58703, - "ic_fluent_directions_20_regular": 58704, - "ic_fluent_dishwasher_20_filled": 58705, - "ic_fluent_dishwasher_20_regular": 58706, - "ic_fluent_dismiss_20_filled": 58707, - "ic_fluent_dismiss_20_regular": 58708, - "ic_fluent_dismiss_circle_20_filled": 58709, - "ic_fluent_dismiss_circle_20_regular": 58710, - "ic_fluent_dismiss_square_20_filled": 58711, - "ic_fluent_dismiss_square_20_regular": 58712, - "ic_fluent_dismiss_square_multiple_20_filled": 58713, - "ic_fluent_dismiss_square_multiple_20_regular": 58714, - "ic_fluent_diversity_20_filled": 58715, - "ic_fluent_diversity_20_regular": 58716, - "ic_fluent_divider_short_20_filled": 58717, - "ic_fluent_divider_short_20_regular": 58718, - "ic_fluent_divider_tall_20_filled": 58719, - "ic_fluent_divider_tall_20_regular": 58720, - "ic_fluent_dock_20_filled": 58721, - "ic_fluent_dock_20_regular": 58722, - "ic_fluent_dock_row_20_filled": 58723, - "ic_fluent_dock_row_20_regular": 58724, - "ic_fluent_doctor_20_filled": 58725, - "ic_fluent_doctor_20_regular": 58726, - "ic_fluent_document_20_filled": 58727, - "ic_fluent_document_20_regular": 58728, - "ic_fluent_document_add_20_filled": 58729, - "ic_fluent_document_add_20_regular": 58730, - "ic_fluent_document_arrow_down_20_filled": 58731, - "ic_fluent_document_arrow_down_20_regular": 58732, - "ic_fluent_document_arrow_left_20_filled": 58733, - "ic_fluent_document_arrow_left_20_regular": 58734, - "ic_fluent_document_arrow_right_20_filled": 58735, - "ic_fluent_document_arrow_right_20_regular": 58736, - "ic_fluent_document_arrow_up_20_filled": 58737, - "ic_fluent_document_arrow_up_20_regular": 58738, - "ic_fluent_document_briefcase_20_filled": 58739, - "ic_fluent_document_briefcase_20_regular": 58740, - "ic_fluent_document_bullet_list_20_filled": 58741, - "ic_fluent_document_bullet_list_20_regular": 58742, - "ic_fluent_document_bullet_list_clock_20_filled": 58743, - "ic_fluent_document_bullet_list_clock_20_regular": 58744, - "ic_fluent_document_bullet_list_multiple_20_filled": 58745, - "ic_fluent_document_bullet_list_multiple_20_regular": 58746, - "ic_fluent_document_bullet_list_off_20_filled": 58747, - "ic_fluent_document_bullet_list_off_20_regular": 58748, - "ic_fluent_document_catch_up_20_filled": 58749, - "ic_fluent_document_catch_up_20_regular": 58750, - "ic_fluent_document_checkmark_20_filled": 58751, - "ic_fluent_document_checkmark_20_regular": 58752, - "ic_fluent_document_chevron_double_20_filled": 58753, - "ic_fluent_document_chevron_double_20_regular": 58754, - "ic_fluent_document_copy_20_filled": 58755, - "ic_fluent_document_copy_20_regular": 58756, - "ic_fluent_document_css_20_filled": 58757, - "ic_fluent_document_css_20_regular": 58758, - "ic_fluent_document_data_20_filled": 58759, - "ic_fluent_document_data_20_regular": 58760, - "ic_fluent_document_database_20_filled": 58761, - "ic_fluent_document_database_20_regular": 58762, - "ic_fluent_document_dismiss_20_filled": 58763, - "ic_fluent_document_dismiss_20_regular": 58764, - "ic_fluent_document_edit_20_filled": 58765, - "ic_fluent_document_edit_20_regular": 58766, - "ic_fluent_document_endnote_20_filled": 58767, - "ic_fluent_document_endnote_20_regular": 58768, - "ic_fluent_document_error_20_filled": 58769, - "ic_fluent_document_error_20_regular": 58770, - "ic_fluent_document_flowchart_20_filled": 58771, - "ic_fluent_document_flowchart_20_regular": 58772, - "ic_fluent_document_footer_20_filled": 58773, - "ic_fluent_document_footer_20_regular": 58774, - "ic_fluent_document_footer_dismiss_20_filled": 58775, - "ic_fluent_document_footer_dismiss_20_regular": 58776, - "ic_fluent_document_header_20_filled": 58777, - "ic_fluent_document_header_20_regular": 58778, - "ic_fluent_document_header_arrow_down_20_filled": 58779, - "ic_fluent_document_header_arrow_down_20_regular": 58780, - "ic_fluent_document_header_dismiss_20_filled": 58781, - "ic_fluent_document_header_dismiss_20_regular": 58782, - "ic_fluent_document_header_footer_20_filled": 58783, - "ic_fluent_document_header_footer_20_regular": 58784, - "ic_fluent_document_heart_20_filled": 58785, - "ic_fluent_document_heart_20_regular": 58786, - "ic_fluent_document_heart_pulse_20_filled": 58787, - "ic_fluent_document_heart_pulse_20_regular": 58788, - "ic_fluent_document_javascript_20_filled": 58789, - "ic_fluent_document_javascript_20_regular": 58790, - "ic_fluent_document_landscape_20_filled": 58791, - "ic_fluent_document_landscape_20_regular": 58792, - "ic_fluent_document_landscape_data_20_filled": 58793, - "ic_fluent_document_landscape_data_20_regular": 58794, - "ic_fluent_document_landscape_split_20_filled": 58795, - "ic_fluent_document_landscape_split_20_regular": 58796, - "ic_fluent_document_landscape_split_hint_20_filled": 58797, - "ic_fluent_document_landscape_split_hint_20_regular": 58798, - "ic_fluent_document_link_20_filled": 58799, - "ic_fluent_document_link_20_regular": 58800, - "ic_fluent_document_lock_20_filled": 58801, - "ic_fluent_document_lock_20_regular": 58802, - "ic_fluent_document_margins_20_filled": 58803, - "ic_fluent_document_margins_20_regular": 58804, - "ic_fluent_document_mention_20_filled": 58805, - "ic_fluent_document_mention_20_regular": 58806, - "ic_fluent_document_multiple_20_filled": 58807, - "ic_fluent_document_multiple_20_regular": 58808, - "ic_fluent_document_multiple_percent_20_filled": 58809, - "ic_fluent_document_multiple_percent_20_regular": 58810, - "ic_fluent_document_multiple_prohibited_20_filled": 58811, - "ic_fluent_document_multiple_prohibited_20_regular": 58812, - "ic_fluent_document_multiple_sync_20_filled": 58813, - "ic_fluent_document_multiple_sync_20_regular": 58814, - "ic_fluent_document_one_page_20_filled": 58815, - "ic_fluent_document_one_page_20_regular": 58816, - "ic_fluent_document_page_bottom_center_20_filled": 58817, - "ic_fluent_document_page_bottom_center_20_regular": 58818, - "ic_fluent_document_page_bottom_left_20_filled": 58819, - "ic_fluent_document_page_bottom_left_20_regular": 58820, - "ic_fluent_document_page_bottom_right_20_filled": 58821, - "ic_fluent_document_page_bottom_right_20_regular": 58822, - "ic_fluent_document_page_break_20_filled": 58823, - "ic_fluent_document_page_break_20_regular": 58824, - "ic_fluent_document_page_number_20_filled": 58825, - "ic_fluent_document_page_number_20_regular": 58826, - "ic_fluent_document_page_top_center_20_filled": 58827, - "ic_fluent_document_page_top_center_20_regular": 58828, - "ic_fluent_document_page_top_left_20_filled": 58829, - "ic_fluent_document_page_top_left_20_regular": 58830, - "ic_fluent_document_page_top_right_20_filled": 58831, - "ic_fluent_document_page_top_right_20_regular": 58832, - "ic_fluent_document_pdf_20_filled": 58833, - "ic_fluent_document_pdf_20_regular": 58834, - "ic_fluent_document_percent_20_filled": 58835, - "ic_fluent_document_percent_20_regular": 58836, - "ic_fluent_document_person_20_filled": 58837, - "ic_fluent_document_person_20_regular": 58838, - "ic_fluent_document_pill_20_filled": 58839, - "ic_fluent_document_pill_20_regular": 58840, - "ic_fluent_document_prohibited_20_filled": 58841, - "ic_fluent_document_prohibited_20_regular": 58842, - "ic_fluent_document_question_mark_20_filled": 58843, - "ic_fluent_document_question_mark_20_regular": 58844, - "ic_fluent_document_queue_20_filled": 58845, - "ic_fluent_document_queue_20_regular": 58846, - "ic_fluent_document_queue_add_20_filled": 58847, - "ic_fluent_document_queue_add_20_regular": 58848, - "ic_fluent_document_queue_multiple_20_filled": 58849, - "ic_fluent_document_queue_multiple_20_regular": 58850, - "ic_fluent_document_ribbon_20_filled": 58851, - "ic_fluent_document_ribbon_20_regular": 58852, - "ic_fluent_document_save_20_filled": 58853, - "ic_fluent_document_save_20_regular": 58854, - "ic_fluent_document_search_20_filled": 58855, - "ic_fluent_document_search_20_regular": 58856, - "ic_fluent_document_settings_20_filled": 58857, - "ic_fluent_document_settings_20_regular": 58858, - "ic_fluent_document_split_hint_20_filled": 58859, - "ic_fluent_document_split_hint_20_regular": 58860, - "ic_fluent_document_split_hint_off_20_filled": 58861, - "ic_fluent_document_split_hint_off_20_regular": 58862, - "ic_fluent_document_sync_20_filled": 58863, - "ic_fluent_document_sync_20_regular": 58864, - "ic_fluent_document_table_20_filled": 58865, - "ic_fluent_document_table_20_regular": 58866, - "ic_fluent_document_table_arrow_right_20_filled": 58867, - "ic_fluent_document_table_arrow_right_20_regular": 58868, - "ic_fluent_document_table_checkmark_20_filled": 58869, - "ic_fluent_document_table_checkmark_20_regular": 58870, - "ic_fluent_document_table_cube_20_filled": 58871, - "ic_fluent_document_table_cube_20_regular": 58872, - "ic_fluent_document_table_search_20_filled": 58873, - "ic_fluent_document_table_search_20_regular": 58874, - "ic_fluent_document_table_truck_20_filled": 58875, - "ic_fluent_document_table_truck_20_regular": 58876, - "ic_fluent_document_text_20_filled": 58877, - "ic_fluent_document_text_20_regular": 58878, - "ic_fluent_document_text_clock_20_filled": 58879, - "ic_fluent_document_text_clock_20_regular": 58880, - "ic_fluent_document_text_extract_20_filled": 58881, - "ic_fluent_document_text_extract_20_regular": 58882, - "ic_fluent_document_text_link_20_filled": 58883, - "ic_fluent_document_text_link_20_regular": 58884, - "ic_fluent_document_text_toolbox_20_filled": 58885, - "ic_fluent_document_text_toolbox_20_regular": 58886, - "ic_fluent_document_toolbox_20_filled": 58887, - "ic_fluent_document_toolbox_20_regular": 58888, - "ic_fluent_document_width_20_filled": 58889, - "ic_fluent_document_width_20_regular": 58890, - "ic_fluent_door_20_filled": 58891, - "ic_fluent_door_20_regular": 58892, - "ic_fluent_door_arrow_left_20_filled": 58893, - "ic_fluent_door_arrow_left_20_regular": 58894, - "ic_fluent_door_arrow_right_20_filled": 58895, - "ic_fluent_door_arrow_right_20_regular": 58896, - "ic_fluent_door_tag_20_filled": 58897, - "ic_fluent_door_tag_20_regular": 58898, - "ic_fluent_double_swipe_down_20_filled": 58899, - "ic_fluent_double_swipe_down_20_regular": 58900, - "ic_fluent_double_swipe_up_20_filled": 58901, - "ic_fluent_double_swipe_up_20_regular": 58902, - "ic_fluent_double_tap_swipe_down_20_filled": 58903, - "ic_fluent_double_tap_swipe_down_20_regular": 58904, - "ic_fluent_double_tap_swipe_up_20_filled": 58905, - "ic_fluent_double_tap_swipe_up_20_regular": 58906, - "ic_fluent_drafts_20_filled": 58907, - "ic_fluent_drafts_20_regular": 58908, - "ic_fluent_drag_20_filled": 58909, - "ic_fluent_drag_20_regular": 58910, - "ic_fluent_draw_image_20_filled": 58911, - "ic_fluent_draw_image_20_regular": 58912, - "ic_fluent_draw_shape_20_filled": 58913, - "ic_fluent_draw_shape_20_regular": 58914, - "ic_fluent_draw_text_20_filled": 58915, - "ic_fluent_draw_text_20_regular": 58916, - "ic_fluent_drawer_add_20_filled": 58917, - "ic_fluent_drawer_add_20_regular": 58918, - "ic_fluent_drawer_arrow_download_20_filled": 58919, - "ic_fluent_drawer_arrow_download_20_regular": 58920, - "ic_fluent_drawer_dismiss_20_filled": 58921, - "ic_fluent_drawer_dismiss_20_regular": 58922, - "ic_fluent_drawer_play_20_filled": 58923, - "ic_fluent_drawer_play_20_regular": 58924, - "ic_fluent_drawer_subtract_20_filled": 58925, - "ic_fluent_drawer_subtract_20_regular": 58926, - "ic_fluent_drink_beer_20_filled": 58927, - "ic_fluent_drink_beer_20_regular": 58928, - "ic_fluent_drink_bottle_20_filled": 58929, - "ic_fluent_drink_bottle_20_regular": 58930, - "ic_fluent_drink_bottle_off_20_filled": 58931, - "ic_fluent_drink_bottle_off_20_regular": 58932, - "ic_fluent_drink_coffee_20_filled": 58933, - "ic_fluent_drink_coffee_20_regular": 58934, - "ic_fluent_drink_margarita_20_filled": 58935, - "ic_fluent_drink_margarita_20_regular": 58936, - "ic_fluent_drink_to_go_20_filled": 58937, - "ic_fluent_drink_to_go_20_regular": 58938, - "ic_fluent_drink_wine_20_filled": 58939, - "ic_fluent_drink_wine_20_regular": 58940, - "ic_fluent_drive_train_20_filled": 58941, - "ic_fluent_drive_train_20_regular": 58942, - "ic_fluent_drop_20_filled": 58943, - "ic_fluent_drop_20_regular": 58944, - "ic_fluent_dual_screen_20_filled": 58945, - "ic_fluent_dual_screen_20_regular": 58946, - "ic_fluent_dual_screen_add_20_filled": 58947, - "ic_fluent_dual_screen_add_20_regular": 58948, - "ic_fluent_dual_screen_arrow_right_20_filled": 58949, - "ic_fluent_dual_screen_arrow_right_20_regular": 58950, - "ic_fluent_dual_screen_arrow_up_20_filled": 58951, - "ic_fluent_dual_screen_arrow_up_20_regular": 58952, - "ic_fluent_dual_screen_clock_20_filled": 58953, - "ic_fluent_dual_screen_clock_20_regular": 58954, - "ic_fluent_dual_screen_closed_alert_20_filled": 58955, - "ic_fluent_dual_screen_closed_alert_20_regular": 58956, - "ic_fluent_dual_screen_desktop_20_filled": 58957, - "ic_fluent_dual_screen_desktop_20_regular": 58958, - "ic_fluent_dual_screen_dismiss_20_filled": 58959, - "ic_fluent_dual_screen_dismiss_20_regular": 58960, - "ic_fluent_dual_screen_group_20_filled": 58961, - "ic_fluent_dual_screen_group_20_regular": 58962, - "ic_fluent_dual_screen_header_20_filled": 58963, - "ic_fluent_dual_screen_header_20_regular": 58964, - "ic_fluent_dual_screen_lock_20_filled": 58965, - "ic_fluent_dual_screen_lock_20_regular": 58966, - "ic_fluent_dual_screen_mirror_20_filled": 58967, - "ic_fluent_dual_screen_mirror_20_regular": 58968, - "ic_fluent_dual_screen_pagination_20_filled": 58969, - "ic_fluent_dual_screen_pagination_20_regular": 58970, - "ic_fluent_dual_screen_settings_20_filled": 58971, - "ic_fluent_dual_screen_settings_20_regular": 58972, - "ic_fluent_dual_screen_span_20_filled": 58973, - "ic_fluent_dual_screen_span_20_regular": 58974, - "ic_fluent_dual_screen_speaker_20_filled": 58975, - "ic_fluent_dual_screen_speaker_20_regular": 58976, - "ic_fluent_dual_screen_status_bar_20_filled": 58977, - "ic_fluent_dual_screen_status_bar_20_regular": 58978, - "ic_fluent_dual_screen_tablet_20_filled": 58979, - "ic_fluent_dual_screen_tablet_20_regular": 58980, - "ic_fluent_dual_screen_update_20_filled": 58981, - "ic_fluent_dual_screen_update_20_regular": 58982, - "ic_fluent_dual_screen_vertical_scroll_20_filled": 58983, - "ic_fluent_dual_screen_vertical_scroll_20_regular": 58984, - "ic_fluent_dual_screen_vibrate_20_filled": 58985, - "ic_fluent_dual_screen_vibrate_20_regular": 58986, - "ic_fluent_dumbbell_20_filled": 58987, - "ic_fluent_dumbbell_20_regular": 58988, - "ic_fluent_earth_20_filled": 58989, - "ic_fluent_earth_20_regular": 58990, - "ic_fluent_earth_leaf_20_filled": 58991, - "ic_fluent_earth_leaf_20_regular": 58992, - "ic_fluent_edit_20_filled": 58993, - "ic_fluent_edit_20_regular": 58994, - "ic_fluent_edit_arrow_back_20_filled": 58995, - "ic_fluent_edit_arrow_back_20_regular": 58996, - "ic_fluent_edit_off_20_filled": 58997, - "ic_fluent_edit_off_20_regular": 58998, - "ic_fluent_edit_prohibited_20_filled": 58999, - "ic_fluent_edit_prohibited_20_regular": 59000, - "ic_fluent_edit_settings_20_filled": 59001, - "ic_fluent_edit_settings_20_regular": 59002, - "ic_fluent_elevator_20_filled": 59003, - "ic_fluent_elevator_20_regular": 59004, - "ic_fluent_emoji_20_filled": 59005, - "ic_fluent_emoji_20_regular": 59006, - "ic_fluent_emoji_add_20_filled": 59007, - "ic_fluent_emoji_add_20_regular": 59008, - "ic_fluent_emoji_angry_20_filled": 59009, - "ic_fluent_emoji_angry_20_regular": 59010, - "ic_fluent_emoji_edit_20_filled": 59011, - "ic_fluent_emoji_edit_20_regular": 59012, - "ic_fluent_emoji_hand_20_filled": 59013, - "ic_fluent_emoji_hand_20_regular": 59014, - "ic_fluent_emoji_laugh_20_filled": 59015, - "ic_fluent_emoji_laugh_20_regular": 59016, - "ic_fluent_emoji_meh_20_filled": 59017, - "ic_fluent_emoji_meh_20_regular": 59018, - "ic_fluent_emoji_multiple_20_filled": 59019, - "ic_fluent_emoji_multiple_20_regular": 59020, - "ic_fluent_emoji_sad_20_filled": 59021, - "ic_fluent_emoji_sad_20_regular": 59022, - "ic_fluent_emoji_sad_slight_20_filled": 59023, - "ic_fluent_emoji_sad_slight_20_regular": 59024, - "ic_fluent_emoji_smile_slight_20_filled": 59025, - "ic_fluent_emoji_smile_slight_20_regular": 59026, - "ic_fluent_emoji_sparkle_20_filled": 59027, - "ic_fluent_emoji_sparkle_20_regular": 59028, - "ic_fluent_emoji_surprise_20_filled": 59029, - "ic_fluent_emoji_surprise_20_regular": 59030, - "ic_fluent_engine_20_filled": 59031, - "ic_fluent_engine_20_regular": 59032, - "ic_fluent_equal_circle_20_filled": 59033, - "ic_fluent_equal_circle_20_regular": 59034, - "ic_fluent_equal_off_20_filled": 59035, - "ic_fluent_equal_off_20_regular": 59036, - "ic_fluent_eraser_20_filled": 59037, - "ic_fluent_eraser_20_regular": 59038, - "ic_fluent_eraser_medium_20_filled": 59039, - "ic_fluent_eraser_medium_20_regular": 59040, - "ic_fluent_eraser_segment_20_filled": 59041, - "ic_fluent_eraser_segment_20_regular": 59042, - "ic_fluent_eraser_small_20_filled": 59043, - "ic_fluent_eraser_small_20_regular": 59044, - "ic_fluent_eraser_tool_20_filled": 59045, - "ic_fluent_eraser_tool_20_regular": 59046, - "ic_fluent_error_circle_20_filled": 59047, - "ic_fluent_error_circle_20_regular": 59048, - "ic_fluent_error_circle_settings_20_filled": 59049, - "ic_fluent_error_circle_settings_20_regular": 59050, - "ic_fluent_expand_up_left_20_filled": 59051, - "ic_fluent_expand_up_left_20_regular": 59052, - "ic_fluent_expand_up_right_20_filled": 59053, - "ic_fluent_expand_up_right_20_regular": 59054, - "ic_fluent_extended_dock_20_filled": 59055, - "ic_fluent_extended_dock_20_regular": 59056, - "ic_fluent_eye_20_filled": 59057, - "ic_fluent_eye_20_regular": 59058, - "ic_fluent_eye_lines_20_filled": 59059, - "ic_fluent_eye_lines_20_regular": 59060, - "ic_fluent_eye_off_20_filled": 59061, - "ic_fluent_eye_off_20_regular": 59062, - "ic_fluent_eye_tracking_20_filled": 59063, - "ic_fluent_eye_tracking_20_regular": 59064, - "ic_fluent_eye_tracking_off_20_filled": 59065, - "ic_fluent_eye_tracking_off_20_regular": 59066, - "ic_fluent_eyedropper_20_filled": 59067, - "ic_fluent_eyedropper_20_regular": 59068, - "ic_fluent_eyedropper_off_20_filled": 59069, - "ic_fluent_eyedropper_off_20_regular": 59070, - "ic_fluent_f_stop_20_filled": 59071, - "ic_fluent_f_stop_20_regular": 59072, - "ic_fluent_fast_acceleration_20_filled": 59073, - "ic_fluent_fast_acceleration_20_regular": 59074, - "ic_fluent_fast_forward_20_filled": 59075, - "ic_fluent_fast_forward_20_regular": 59076, - "ic_fluent_fax_20_filled": 59077, - "ic_fluent_fax_20_regular": 59078, - "ic_fluent_feed_20_filled": 59079, - "ic_fluent_feed_20_regular": 59080, - "ic_fluent_filmstrip_20_filled": 59081, - "ic_fluent_filmstrip_20_regular": 59082, - "ic_fluent_filter_20_filled": 59083, - "ic_fluent_filter_20_regular": 59084, - "ic_fluent_filter_add_20_filled": 59085, - "ic_fluent_filter_add_20_regular": 59086, - "ic_fluent_filter_dismiss_20_filled": 59087, - "ic_fluent_filter_dismiss_20_regular": 59088, - "ic_fluent_filter_sync_20_filled": 59089, - "ic_fluent_filter_sync_20_regular": 59090, - "ic_fluent_fingerprint_20_filled": 59091, - "ic_fluent_fingerprint_20_regular": 59092, - "ic_fluent_fire_20_filled": 59093, - "ic_fluent_fire_20_regular": 59094, - "ic_fluent_fireplace_20_filled": 59095, - "ic_fluent_fireplace_20_regular": 59096, - "ic_fluent_fixed_width_20_filled": 59097, - "ic_fluent_fixed_width_20_regular": 59098, - "ic_fluent_flag_20_filled": 59099, - "ic_fluent_flag_20_regular": 59100, - "ic_fluent_flag_checkered_20_filled": 59101, - "ic_fluent_flag_checkered_20_regular": 59102, - "ic_fluent_flag_off_20_filled": 59103, - "ic_fluent_flag_off_20_regular": 59104, - "ic_fluent_flag_pride_20_filled": 59105, - "ic_fluent_flash_20_filled": 59106, - "ic_fluent_flash_20_regular": 59107, - "ic_fluent_flash_add_20_filled": 59108, - "ic_fluent_flash_add_20_regular": 59109, - "ic_fluent_flash_auto_20_filled": 59110, - "ic_fluent_flash_auto_20_regular": 59111, - "ic_fluent_flash_checkmark_20_filled": 59112, - "ic_fluent_flash_checkmark_20_regular": 59113, - "ic_fluent_flash_flow_20_filled": 59114, - "ic_fluent_flash_flow_20_regular": 59115, - "ic_fluent_flash_off_20_filled": 59116, - "ic_fluent_flash_off_20_regular": 59117, - "ic_fluent_flash_play_20_filled": 59118, - "ic_fluent_flash_play_20_regular": 59119, - "ic_fluent_flash_settings_20_filled": 59120, - "ic_fluent_flash_settings_20_regular": 59121, - "ic_fluent_flashlight_20_filled": 59122, - "ic_fluent_flashlight_20_regular": 59123, - "ic_fluent_flashlight_off_20_filled": 59124, - "ic_fluent_flashlight_off_20_regular": 59125, - "ic_fluent_flip_horizontal_20_filled": 59126, - "ic_fluent_flip_horizontal_20_regular": 59127, - "ic_fluent_flip_vertical_20_filled": 59128, - "ic_fluent_flip_vertical_20_regular": 59129, - "ic_fluent_flow_20_filled": 59130, - "ic_fluent_flow_20_regular": 59131, - "ic_fluent_flowchart_20_filled": 59132, - "ic_fluent_flowchart_20_regular": 59133, - "ic_fluent_flowchart_circle_20_filled": 59134, - "ic_fluent_flowchart_circle_20_regular": 59135, - "ic_fluent_fluent_20_filled": 59136, - "ic_fluent_fluent_20_regular": 59137, - "ic_fluent_fluid_20_filled": 59138, - "ic_fluent_fluid_20_regular": 59139, - "ic_fluent_folder_20_filled": 59140, - "ic_fluent_folder_20_regular": 59141, - "ic_fluent_folder_add_20_filled": 59142, - "ic_fluent_folder_add_20_regular": 59143, - "ic_fluent_folder_arrow_left_20_filled": 59144, - "ic_fluent_folder_arrow_left_20_regular": 59145, - "ic_fluent_folder_arrow_right_20_filled": 59146, - "ic_fluent_folder_arrow_right_20_regular": 59147, - "ic_fluent_folder_arrow_up_20_filled": 59148, - "ic_fluent_folder_arrow_up_20_regular": 59149, - "ic_fluent_folder_briefcase_20_filled": 59150, - "ic_fluent_folder_briefcase_20_regular": 59151, - "ic_fluent_folder_globe_20_filled": 59152, - "ic_fluent_folder_globe_20_regular": 59153, - "ic_fluent_folder_link_20_filled": 59154, - "ic_fluent_folder_link_20_regular": 59155, - "ic_fluent_folder_mail_20_filled": 59156, - "ic_fluent_folder_mail_20_regular": 59157, - "ic_fluent_folder_open_20_filled": 59158, - "ic_fluent_folder_open_20_regular": 59159, - "ic_fluent_folder_open_vertical_20_filled": 59160, - "ic_fluent_folder_open_vertical_20_regular": 59161, - "ic_fluent_folder_people_20_filled": 59162, - "ic_fluent_folder_people_20_regular": 59163, - "ic_fluent_folder_person_20_filled": 59164, - "ic_fluent_folder_person_20_regular": 59165, - "ic_fluent_folder_prohibited_20_filled": 59166, - "ic_fluent_folder_prohibited_20_regular": 59167, - "ic_fluent_folder_swap_20_filled": 59168, - "ic_fluent_folder_swap_20_regular": 59169, - "ic_fluent_folder_sync_20_filled": 59170, - "ic_fluent_folder_sync_20_regular": 59171, - "ic_fluent_folder_zip_20_filled": 59172, - "ic_fluent_folder_zip_20_regular": 59173, - "ic_fluent_font_decrease_20_filled": 59174, - "ic_fluent_font_decrease_20_regular": 59175, - "ic_fluent_font_increase_20_filled": 59176, - "ic_fluent_font_increase_20_regular": 59177, - "ic_fluent_font_space_tracking_in_20_filled": 59178, - "ic_fluent_font_space_tracking_in_20_regular": 59179, - "ic_fluent_font_space_tracking_out_20_filled": 59180, - "ic_fluent_font_space_tracking_out_20_regular": 59181, - "ic_fluent_food_20_filled": 59182, - "ic_fluent_food_20_regular": 59183, - "ic_fluent_food_apple_20_filled": 59184, - "ic_fluent_food_apple_20_regular": 59185, - "ic_fluent_food_cake_20_filled": 59186, - "ic_fluent_food_cake_20_regular": 59187, - "ic_fluent_food_carrot_20_filled": 59188, - "ic_fluent_food_carrot_20_regular": 59189, - "ic_fluent_food_chicken_leg_20_filled": 59190, - "ic_fluent_food_chicken_leg_20_regular": 59191, - "ic_fluent_food_egg_20_filled": 59192, - "ic_fluent_food_egg_20_regular": 59193, - "ic_fluent_food_fish_20_filled": 59194, - "ic_fluent_food_fish_20_regular": 59195, - "ic_fluent_food_grains_20_filled": 59196, - "ic_fluent_food_grains_20_regular": 59197, - "ic_fluent_food_pizza_20_filled": 59198, - "ic_fluent_food_pizza_20_regular": 59199, - "ic_fluent_food_toast_20_filled": 59200, - "ic_fluent_food_toast_20_regular": 59201, - "ic_fluent_form_20_filled": 59202, - "ic_fluent_form_20_regular": 59203, - "ic_fluent_form_multiple_20_filled": 59204, - "ic_fluent_form_multiple_20_regular": 59205, - "ic_fluent_form_new_20_filled": 59206, - "ic_fluent_form_new_20_regular": 59207, - "ic_fluent_fps_120_20_filled": 59208, - "ic_fluent_fps_120_20_regular": 59209, - "ic_fluent_fps_240_20_filled": 59210, - "ic_fluent_fps_240_20_regular": 59211, - "ic_fluent_fps_30_20_filled": 59212, - "ic_fluent_fps_30_20_regular": 59213, - "ic_fluent_fps_60_20_filled": 59214, - "ic_fluent_fps_60_20_regular": 59215, - "ic_fluent_fps_960_20_filled": 59216, - "ic_fluent_fps_960_20_regular": 59217, - "ic_fluent_full_screen_maximize_20_filled": 59218, - "ic_fluent_full_screen_maximize_20_regular": 59219, - "ic_fluent_full_screen_minimize_20_filled": 59220, - "ic_fluent_full_screen_minimize_20_regular": 59221, - "ic_fluent_games_20_filled": 59222, - "ic_fluent_games_20_regular": 59223, - "ic_fluent_gantt_chart_20_filled": 59224, - "ic_fluent_gantt_chart_20_regular": 59225, - "ic_fluent_gas_20_filled": 59226, - "ic_fluent_gas_20_regular": 59227, - "ic_fluent_gas_pump_20_filled": 59228, - "ic_fluent_gas_pump_20_regular": 59229, - "ic_fluent_gather_20_filled": 59230, - "ic_fluent_gather_20_regular": 59231, - "ic_fluent_gauge_20_filled": 59232, - "ic_fluent_gauge_20_regular": 59233, - "ic_fluent_gauge_add_20_filled": 59234, - "ic_fluent_gauge_add_20_regular": 59235, - "ic_fluent_gavel_20_filled": 59236, - "ic_fluent_gavel_20_regular": 59237, - "ic_fluent_gesture_20_filled": 59238, - "ic_fluent_gesture_20_regular": 59239, - "ic_fluent_gif_20_filled": 59240, - "ic_fluent_gif_20_regular": 59241, - "ic_fluent_gift_20_filled": 59242, - "ic_fluent_gift_20_regular": 59243, - "ic_fluent_gift_card_20_filled": 59244, - "ic_fluent_gift_card_20_regular": 59245, - "ic_fluent_gift_card_add_20_filled": 59246, - "ic_fluent_gift_card_add_20_regular": 59247, - "ic_fluent_gift_card_arrow_right_20_filled": 59248, - "ic_fluent_gift_card_arrow_right_20_regular": 59249, - "ic_fluent_gift_card_money_20_filled": 59250, - "ic_fluent_gift_card_money_20_regular": 59251, - "ic_fluent_gift_card_multiple_20_filled": 59252, - "ic_fluent_gift_card_multiple_20_regular": 59253, - "ic_fluent_glance_20_filled": 59254, - "ic_fluent_glance_20_regular": 59255, - "ic_fluent_glance_horizontal_20_filled": 59256, - "ic_fluent_glance_horizontal_20_regular": 59257, - "ic_fluent_glasses_20_filled": 59258, - "ic_fluent_glasses_20_regular": 59259, - "ic_fluent_glasses_off_20_filled": 59260, - "ic_fluent_glasses_off_20_regular": 59261, - "ic_fluent_globe_20_filled": 59262, - "ic_fluent_globe_20_regular": 59263, - "ic_fluent_globe_add_20_filled": 59264, - "ic_fluent_globe_add_20_regular": 59265, - "ic_fluent_globe_clock_20_filled": 59266, - "ic_fluent_globe_clock_20_regular": 59267, - "ic_fluent_globe_desktop_20_filled": 59268, - "ic_fluent_globe_desktop_20_regular": 59269, - "ic_fluent_globe_location_20_filled": 59270, - "ic_fluent_globe_location_20_regular": 59271, - "ic_fluent_globe_person_20_filled": 59272, - "ic_fluent_globe_person_20_regular": 59273, - "ic_fluent_globe_prohibited_20_filled": 59274, - "ic_fluent_globe_prohibited_20_regular": 59275, - "ic_fluent_globe_search_20_filled": 59276, - "ic_fluent_globe_search_20_regular": 59277, - "ic_fluent_globe_shield_20_filled": 59278, - "ic_fluent_globe_shield_20_regular": 59279, - "ic_fluent_globe_star_20_filled": 59280, - "ic_fluent_globe_star_20_regular": 59281, - "ic_fluent_globe_surface_20_filled": 59282, - "ic_fluent_globe_surface_20_regular": 59283, - "ic_fluent_globe_video_20_filled": 59284, - "ic_fluent_globe_video_20_regular": 59285, - "ic_fluent_grid_20_filled": 59286, - "ic_fluent_grid_20_regular": 59287, - "ic_fluent_grid_dots_20_filled": 59288, - "ic_fluent_grid_dots_20_regular": 59289, - "ic_fluent_grid_kanban_20_filled": 59290, - "ic_fluent_grid_kanban_20_regular": 59291, - "ic_fluent_group_20_filled": 59292, - "ic_fluent_group_20_regular": 59293, - "ic_fluent_group_dismiss_20_filled": 59294, - "ic_fluent_group_dismiss_20_regular": 59295, - "ic_fluent_group_list_20_filled": 59296, - "ic_fluent_group_list_20_regular": 59297, - "ic_fluent_group_return_20_filled": 59298, - "ic_fluent_group_return_20_regular": 59299, - "ic_fluent_guardian_20_filled": 59300, - "ic_fluent_guardian_20_regular": 59301, - "ic_fluent_guest_20_filled": 59302, - "ic_fluent_guest_20_regular": 59303, - "ic_fluent_guest_add_20_filled": 59304, - "ic_fluent_guest_add_20_regular": 59305, - "ic_fluent_guitar_20_filled": 59306, - "ic_fluent_guitar_20_regular": 59307, - "ic_fluent_hand_draw_20_filled": 59308, - "ic_fluent_hand_draw_20_regular": 59309, - "ic_fluent_hand_left_20_filled": 59310, - "ic_fluent_hand_left_20_regular": 59311, - "ic_fluent_hand_left_chat_20_filled": 59312, - "ic_fluent_hand_left_chat_20_regular": 59313, - "ic_fluent_hand_open_heart_20_filled": 59314, - "ic_fluent_hand_open_heart_20_regular": 59315, - "ic_fluent_hand_right_20_filled": 59316, - "ic_fluent_hand_right_20_regular": 59317, - "ic_fluent_hand_right_off_20_filled": 59318, - "ic_fluent_hand_right_off_20_regular": 59319, - "ic_fluent_hand_wave_20_filled": 59320, - "ic_fluent_hand_wave_20_regular": 59321, - "ic_fluent_handshake_20_filled": 59322, - "ic_fluent_handshake_20_regular": 59323, - "ic_fluent_hard_drive_20_filled": 59324, - "ic_fluent_hard_drive_20_regular": 59325, - "ic_fluent_hat_graduation_20_filled": 59326, - "ic_fluent_hat_graduation_20_regular": 59327, - "ic_fluent_hd_20_filled": 59328, - "ic_fluent_hd_20_regular": 59329, - "ic_fluent_hdr_20_filled": 59330, - "ic_fluent_hdr_20_regular": 59331, - "ic_fluent_hdr_off_20_filled": 59332, - "ic_fluent_hdr_off_20_regular": 59333, - "ic_fluent_headphones_20_filled": 59334, - "ic_fluent_headphones_20_regular": 59335, - "ic_fluent_headphones_sound_wave_20_filled": 59336, - "ic_fluent_headphones_sound_wave_20_regular": 59337, - "ic_fluent_headset_20_filled": 59338, - "ic_fluent_headset_20_regular": 59339, - "ic_fluent_headset_add_20_filled": 59340, - "ic_fluent_headset_add_20_regular": 59341, - "ic_fluent_headset_vr_20_filled": 59342, - "ic_fluent_headset_vr_20_regular": 59343, - "ic_fluent_heart_20_filled": 59344, - "ic_fluent_heart_20_regular": 59345, - "ic_fluent_heart_broken_20_filled": 59346, - "ic_fluent_heart_broken_20_regular": 59347, - "ic_fluent_heart_circle_20_filled": 59348, - "ic_fluent_heart_circle_20_regular": 59349, - "ic_fluent_heart_circle_hint_20_filled": 59350, - "ic_fluent_heart_circle_hint_20_regular": 59351, - "ic_fluent_heart_pulse_20_filled": 59352, - "ic_fluent_heart_pulse_20_regular": 59353, - "ic_fluent_highlight_20_filled": 59354, - "ic_fluent_highlight_20_regular": 59355, - "ic_fluent_highlight_accent_20_filled": 59356, - "ic_fluent_highlight_link_20_filled": 59357, - "ic_fluent_highlight_link_20_regular": 59358, - "ic_fluent_history_20_filled": 59359, - "ic_fluent_history_20_regular": 59360, - "ic_fluent_history_dismiss_20_filled": 59361, - "ic_fluent_history_dismiss_20_regular": 59362, - "ic_fluent_home_20_filled": 59363, - "ic_fluent_home_20_regular": 59364, - "ic_fluent_home_add_20_filled": 59365, - "ic_fluent_home_add_20_regular": 59366, - "ic_fluent_home_checkmark_20_filled": 59367, - "ic_fluent_home_checkmark_20_regular": 59368, - "ic_fluent_home_database_20_filled": 59369, - "ic_fluent_home_database_20_regular": 59370, - "ic_fluent_home_more_20_filled": 59371, - "ic_fluent_home_more_20_regular": 59372, - "ic_fluent_home_person_20_filled": 59373, - "ic_fluent_home_person_20_regular": 59374, - "ic_fluent_home_split_20_filled": 59375, - "ic_fluent_home_split_20_regular": 59376, - "ic_fluent_hourglass_20_filled": 59377, - "ic_fluent_hourglass_20_regular": 59378, - "ic_fluent_hourglass_half_20_filled": 59379, - "ic_fluent_hourglass_half_20_regular": 59380, - "ic_fluent_hourglass_one_quarter_20_filled": 59381, - "ic_fluent_hourglass_one_quarter_20_regular": 59382, - "ic_fluent_hourglass_three_quarter_20_filled": 59383, - "ic_fluent_hourglass_three_quarter_20_regular": 59384, - "ic_fluent_icons_20_filled": 59385, - "ic_fluent_icons_20_regular": 59386, - "ic_fluent_image_20_filled": 59387, - "ic_fluent_image_20_regular": 59388, - "ic_fluent_image_add_20_filled": 59389, - "ic_fluent_image_add_20_regular": 59390, - "ic_fluent_image_alt_text_20_filled": 59391, - "ic_fluent_image_alt_text_20_regular": 59392, - "ic_fluent_image_arrow_back_20_filled": 59393, - "ic_fluent_image_arrow_back_20_regular": 59394, - "ic_fluent_image_arrow_counterclockwise_20_filled": 59395, - "ic_fluent_image_arrow_counterclockwise_20_regular": 59396, - "ic_fluent_image_arrow_forward_20_filled": 59397, - "ic_fluent_image_arrow_forward_20_regular": 59398, - "ic_fluent_image_copy_20_filled": 59399, - "ic_fluent_image_copy_20_regular": 59400, - "ic_fluent_image_edit_20_filled": 59401, - "ic_fluent_image_edit_20_regular": 59402, - "ic_fluent_image_globe_20_filled": 59403, - "ic_fluent_image_globe_20_regular": 59404, - "ic_fluent_image_multiple_20_filled": 59405, - "ic_fluent_image_multiple_20_regular": 59406, - "ic_fluent_image_multiple_off_20_filled": 59407, - "ic_fluent_image_multiple_off_20_regular": 59408, - "ic_fluent_image_off_20_filled": 59409, - "ic_fluent_image_off_20_regular": 59410, - "ic_fluent_image_prohibited_20_filled": 59411, - "ic_fluent_image_prohibited_20_regular": 59412, - "ic_fluent_image_reflection_20_filled": 59413, - "ic_fluent_image_reflection_20_regular": 59414, - "ic_fluent_image_search_20_filled": 59415, - "ic_fluent_image_search_20_regular": 59416, - "ic_fluent_image_shadow_20_filled": 59417, - "ic_fluent_image_shadow_20_regular": 59418, - "ic_fluent_immersive_reader_20_filled": 59419, - "ic_fluent_immersive_reader_20_regular": 59420, - "ic_fluent_important_20_filled": 59421, - "ic_fluent_important_20_regular": 59422, - "ic_fluent_incognito_20_filled": 59423, - "ic_fluent_incognito_20_regular": 59424, - "ic_fluent_info_20_filled": 59425, - "ic_fluent_info_20_regular": 59426, - "ic_fluent_info_shield_20_filled": 59427, - "ic_fluent_info_shield_20_regular": 59428, - "ic_fluent_ink_stroke_20_filled": 59429, - "ic_fluent_ink_stroke_20_regular": 59430, - "ic_fluent_ink_stroke_arrow_down_20_filled": 59431, - "ic_fluent_ink_stroke_arrow_down_20_regular": 59432, - "ic_fluent_ink_stroke_arrow_up_down_20_filled": 59433, - "ic_fluent_ink_stroke_arrow_up_down_20_regular": 59434, - "ic_fluent_inking_tool_20_filled": 59435, - "ic_fluent_inking_tool_20_regular": 59436, - "ic_fluent_inking_tool_accent_20_filled": 59437, - "ic_fluent_inprivate_account_20_filled": 59438, - "ic_fluent_inprivate_account_20_regular": 59439, - "ic_fluent_insert_20_filled": 59440, - "ic_fluent_insert_20_regular": 59441, - "ic_fluent_ios_chevron_right_20_filled": 59442, - "ic_fluent_ios_chevron_right_20_regular": 59443, - "ic_fluent_iot_20_filled": 59444, - "ic_fluent_iot_20_regular": 59445, - "ic_fluent_javascript_20_filled": 59446, - "ic_fluent_javascript_20_regular": 59447, - "ic_fluent_joystick_20_filled": 59448, - "ic_fluent_joystick_20_regular": 59449, - "ic_fluent_key_20_filled": 59450, - "ic_fluent_key_20_regular": 59451, - "ic_fluent_key_command_20_filled": 59452, - "ic_fluent_key_command_20_regular": 59453, - "ic_fluent_key_multiple_20_filled": 59454, - "ic_fluent_key_multiple_20_regular": 59455, - "ic_fluent_key_reset_20_filled": 59456, - "ic_fluent_key_reset_20_regular": 59457, - "ic_fluent_keyboard_123_20_filled": 59458, - "ic_fluent_keyboard_123_20_regular": 59459, - "ic_fluent_keyboard_20_filled": 59460, - "ic_fluent_keyboard_20_regular": 59461, - "ic_fluent_keyboard_dock_20_filled": 59462, - "ic_fluent_keyboard_dock_20_regular": 59463, - "ic_fluent_keyboard_layout_float_20_filled": 59464, - "ic_fluent_keyboard_layout_float_20_regular": 59465, - "ic_fluent_keyboard_layout_one_handed_left_20_filled": 59466, - "ic_fluent_keyboard_layout_one_handed_left_20_regular": 59467, - "ic_fluent_keyboard_layout_resize_20_filled": 59468, - "ic_fluent_keyboard_layout_resize_20_regular": 59469, - "ic_fluent_keyboard_layout_split_20_filled": 59470, - "ic_fluent_keyboard_layout_split_20_regular": 59471, - "ic_fluent_keyboard_shift_20_filled": 59472, - "ic_fluent_keyboard_shift_20_regular": 59473, - "ic_fluent_keyboard_shift_uppercase_20_filled": 59474, - "ic_fluent_keyboard_shift_uppercase_20_regular": 59475, - "ic_fluent_keyboard_tab_20_filled": 59476, - "ic_fluent_keyboard_tab_20_regular": 59477, - "ic_fluent_laptop_20_filled": 59478, - "ic_fluent_laptop_20_regular": 59479, - "ic_fluent_laptop_dismiss_20_filled": 59480, - "ic_fluent_laptop_dismiss_20_regular": 59481, - "ic_fluent_laser_tool_20_filled": 59482, - "ic_fluent_laser_tool_20_regular": 59483, - "ic_fluent_lasso_20_filled": 59484, - "ic_fluent_lasso_20_regular": 59485, - "ic_fluent_launcher_settings_20_filled": 59486, - "ic_fluent_launcher_settings_20_regular": 59487, - "ic_fluent_layer_20_filled": 59488, - "ic_fluent_layer_20_regular": 59489, - "ic_fluent_layer_diagonal_20_filled": 59490, - "ic_fluent_layer_diagonal_20_regular": 59491, - "ic_fluent_layer_diagonal_person_20_filled": 59492, - "ic_fluent_layer_diagonal_person_20_regular": 59493, - "ic_fluent_leaf_one_20_filled": 59494, - "ic_fluent_leaf_one_20_regular": 59495, - "ic_fluent_leaf_three_20_filled": 59496, - "ic_fluent_leaf_three_20_regular": 59497, - "ic_fluent_leaf_two_20_filled": 59498, - "ic_fluent_leaf_two_20_regular": 59499, - "ic_fluent_learning_app_20_filled": 59500, - "ic_fluent_learning_app_20_regular": 59501, - "ic_fluent_library_20_filled": 59502, - "ic_fluent_library_20_regular": 59503, - "ic_fluent_lightbulb_20_filled": 59504, - "ic_fluent_lightbulb_20_regular": 59505, - "ic_fluent_lightbulb_circle_20_filled": 59506, - "ic_fluent_lightbulb_circle_20_regular": 59507, - "ic_fluent_lightbulb_filament_20_filled": 59508, - "ic_fluent_lightbulb_filament_20_regular": 59509, - "ic_fluent_lightbulb_person_20_filled": 59510, - "ic_fluent_lightbulb_person_20_regular": 59511, - "ic_fluent_likert_20_filled": 59512, - "ic_fluent_likert_20_regular": 59513, - "ic_fluent_line_20_filled": 59514, - "ic_fluent_line_20_regular": 59515, - "ic_fluent_line_dashes_20_filled": 59516, - "ic_fluent_line_dashes_20_regular": 59517, - "ic_fluent_line_horizontal_1_20_filled": 59518, - "ic_fluent_line_horizontal_1_20_regular": 59519, - "ic_fluent_line_horizontal_3_20_filled": 59520, - "ic_fluent_line_horizontal_3_20_regular": 59521, - "ic_fluent_line_horizontal_5_20_filled": 59522, - "ic_fluent_line_horizontal_5_20_regular": 59523, - "ic_fluent_line_horizontal_5_error_20_filled": 59524, - "ic_fluent_line_horizontal_5_error_20_regular": 59525, - "ic_fluent_line_style_20_filled": 59526, - "ic_fluent_line_style_20_regular": 59527, - "ic_fluent_link_20_filled": 59528, - "ic_fluent_link_20_regular": 59529, - "ic_fluent_link_dismiss_20_filled": 59530, - "ic_fluent_link_dismiss_20_regular": 59531, - "ic_fluent_link_edit_20_filled": 59532, - "ic_fluent_link_edit_20_regular": 59533, - "ic_fluent_link_square_20_filled": 59534, - "ic_fluent_link_square_20_regular": 59535, - "ic_fluent_link_toolbox_20_filled": 59536, - "ic_fluent_link_toolbox_20_regular": 59537, - "ic_fluent_list_20_filled": 59538, - "ic_fluent_list_20_regular": 59539, - "ic_fluent_live_20_filled": 59540, - "ic_fluent_live_20_regular": 59541, - "ic_fluent_live_off_20_filled": 59542, - "ic_fluent_live_off_20_regular": 59543, - "ic_fluent_local_language_20_filled": 59544, - "ic_fluent_local_language_20_regular": 59545, - "ic_fluent_location_20_filled": 59546, - "ic_fluent_location_20_regular": 59547, - "ic_fluent_location_add_20_filled": 59548, - "ic_fluent_location_add_20_regular": 59549, - "ic_fluent_location_add_left_20_filled": 59550, - "ic_fluent_location_add_left_20_regular": 59551, - "ic_fluent_location_add_right_20_filled": 59552, - "ic_fluent_location_add_right_20_regular": 59553, - "ic_fluent_location_add_up_20_filled": 59554, - "ic_fluent_location_add_up_20_regular": 59555, - "ic_fluent_location_dismiss_20_filled": 59556, - "ic_fluent_location_dismiss_20_regular": 59557, - "ic_fluent_location_live_20_filled": 59558, - "ic_fluent_location_live_20_regular": 59559, - "ic_fluent_location_off_20_filled": 59560, - "ic_fluent_location_off_20_regular": 59561, - "ic_fluent_lock_closed_20_filled": 59562, - "ic_fluent_lock_closed_20_regular": 59563, - "ic_fluent_lock_multiple_20_filled": 59564, - "ic_fluent_lock_multiple_20_regular": 59565, - "ic_fluent_lock_open_20_filled": 59566, - "ic_fluent_lock_open_20_regular": 59567, - "ic_fluent_lock_shield_20_filled": 59568, - "ic_fluent_lock_shield_20_regular": 59569, - "ic_fluent_lottery_20_filled": 59570, - "ic_fluent_lottery_20_regular": 59571, - "ic_fluent_luggage_20_filled": 59572, - "ic_fluent_luggage_20_regular": 59573, - "ic_fluent_mail_20_filled": 59574, - "ic_fluent_mail_20_regular": 59575, - "ic_fluent_mail_add_20_filled": 59576, - "ic_fluent_mail_add_20_regular": 59577, - "ic_fluent_mail_alert_20_filled": 59578, - "ic_fluent_mail_alert_20_regular": 59579, - "ic_fluent_mail_all_read_20_filled": 59580, - "ic_fluent_mail_all_read_20_regular": 59581, - "ic_fluent_mail_all_unread_20_filled": 59582, - "ic_fluent_mail_all_unread_20_regular": 59583, - "ic_fluent_mail_arrow_double_back_20_filled": 59584, - "ic_fluent_mail_arrow_double_back_20_regular": 59585, - "ic_fluent_mail_arrow_down_20_filled": 59586, - "ic_fluent_mail_arrow_down_20_regular": 59587, - "ic_fluent_mail_arrow_forward_20_filled": 59588, - "ic_fluent_mail_arrow_forward_20_regular": 59589, - "ic_fluent_mail_arrow_up_20_filled": 59590, - "ic_fluent_mail_arrow_up_20_regular": 59591, - "ic_fluent_mail_attach_20_filled": 59592, - "ic_fluent_mail_attach_20_regular": 59593, - "ic_fluent_mail_checkmark_20_filled": 59594, - "ic_fluent_mail_checkmark_20_regular": 59595, - "ic_fluent_mail_clock_20_filled": 59596, - "ic_fluent_mail_clock_20_regular": 59597, - "ic_fluent_mail_copy_20_filled": 59598, - "ic_fluent_mail_copy_20_regular": 59599, - "ic_fluent_mail_dismiss_20_filled": 59600, - "ic_fluent_mail_dismiss_20_regular": 59601, - "ic_fluent_mail_edit_20_filled": 59602, - "ic_fluent_mail_edit_20_regular": 59603, - "ic_fluent_mail_error_20_filled": 59604, - "ic_fluent_mail_error_20_regular": 59605, - "ic_fluent_mail_inbox_20_filled": 59606, - "ic_fluent_mail_inbox_20_regular": 59607, - "ic_fluent_mail_inbox_add_20_filled": 59608, - "ic_fluent_mail_inbox_add_20_regular": 59609, - "ic_fluent_mail_inbox_all_20_filled": 59610, - "ic_fluent_mail_inbox_all_20_regular": 59611, - "ic_fluent_mail_inbox_arrow_down_20_filled": 59612, - "ic_fluent_mail_inbox_arrow_down_20_regular": 59613, - "ic_fluent_mail_inbox_arrow_right_20_filled": 59614, - "ic_fluent_mail_inbox_arrow_right_20_regular": 59615, - "ic_fluent_mail_inbox_arrow_up_20_filled": 59616, - "ic_fluent_mail_inbox_arrow_up_20_regular": 59617, - "ic_fluent_mail_inbox_checkmark_20_filled": 59618, - "ic_fluent_mail_inbox_checkmark_20_regular": 59619, - "ic_fluent_mail_inbox_dismiss_20_filled": 59620, - "ic_fluent_mail_inbox_dismiss_20_regular": 59621, - "ic_fluent_mail_link_20_filled": 59622, - "ic_fluent_mail_link_20_regular": 59623, - "ic_fluent_mail_list_20_filled": 59624, - "ic_fluent_mail_list_20_regular": 59625, - "ic_fluent_mail_multiple_20_filled": 59626, - "ic_fluent_mail_multiple_20_regular": 59627, - "ic_fluent_mail_off_20_filled": 59628, - "ic_fluent_mail_off_20_regular": 59629, - "ic_fluent_mail_open_person_20_filled": 59630, - "ic_fluent_mail_open_person_20_regular": 59631, - "ic_fluent_mail_pause_20_filled": 59632, - "ic_fluent_mail_pause_20_regular": 59633, - "ic_fluent_mail_prohibited_20_filled": 59634, - "ic_fluent_mail_prohibited_20_regular": 59635, - "ic_fluent_mail_read_20_filled": 59636, - "ic_fluent_mail_read_20_regular": 59637, - "ic_fluent_mail_read_multiple_20_filled": 59638, - "ic_fluent_mail_read_multiple_20_regular": 59639, - "ic_fluent_mail_settings_20_filled": 59640, - "ic_fluent_mail_settings_20_regular": 59641, - "ic_fluent_mail_shield_20_filled": 59642, - "ic_fluent_mail_shield_20_regular": 59643, - "ic_fluent_mail_template_20_filled": 59644, - "ic_fluent_mail_template_20_regular": 59645, - "ic_fluent_mail_unread_20_filled": 59646, - "ic_fluent_mail_unread_20_regular": 59647, - "ic_fluent_mail_warning_20_filled": 59648, - "ic_fluent_mail_warning_20_regular": 59649, - "ic_fluent_map_20_filled": 59650, - "ic_fluent_map_20_regular": 59651, - "ic_fluent_map_drive_20_filled": 59652, - "ic_fluent_map_drive_20_regular": 59653, - "ic_fluent_markdown_20_filled": 59654, - "ic_fluent_markdown_20_regular": 59655, - "ic_fluent_match_app_layout_20_filled": 59656, - "ic_fluent_match_app_layout_20_regular": 59657, - "ic_fluent_math_format_linear_20_filled": 59658, - "ic_fluent_math_format_linear_20_regular": 59659, - "ic_fluent_math_format_professional_20_filled": 59660, - "ic_fluent_math_format_professional_20_regular": 59661, - "ic_fluent_math_formula_20_filled": 59662, - "ic_fluent_math_formula_20_regular": 59663, - "ic_fluent_math_symbols_20_filled": 59664, - "ic_fluent_math_symbols_20_regular": 59665, - "ic_fluent_maximize_20_filled": 59666, - "ic_fluent_maximize_20_regular": 59667, - "ic_fluent_meet_now_20_filled": 59668, - "ic_fluent_meet_now_20_regular": 59669, - "ic_fluent_megaphone_20_filled": 59670, - "ic_fluent_megaphone_20_regular": 59671, - "ic_fluent_megaphone_circle_20_filled": 59672, - "ic_fluent_megaphone_circle_20_regular": 59673, - "ic_fluent_megaphone_loud_20_filled": 59674, - "ic_fluent_megaphone_loud_20_regular": 59675, - "ic_fluent_megaphone_off_20_filled": 59676, - "ic_fluent_megaphone_off_20_regular": 59677, - "ic_fluent_mention_20_filled": 59678, - "ic_fluent_mention_20_regular": 59679, - "ic_fluent_mention_arrow_down_20_filled": 59680, - "ic_fluent_mention_arrow_down_20_regular": 59681, - "ic_fluent_mention_brackets_20_filled": 59682, - "ic_fluent_mention_brackets_20_regular": 59683, - "ic_fluent_merge_20_filled": 59684, - "ic_fluent_merge_20_regular": 59685, - "ic_fluent_mic_20_filled": 59686, - "ic_fluent_mic_20_regular": 59687, - "ic_fluent_mic_off_20_filled": 59688, - "ic_fluent_mic_off_20_regular": 59689, - "ic_fluent_mic_prohibited_20_filled": 59690, - "ic_fluent_mic_prohibited_20_regular": 59691, - "ic_fluent_mic_pulse_20_filled": 59692, - "ic_fluent_mic_pulse_20_regular": 59693, - "ic_fluent_mic_pulse_off_20_filled": 59694, - "ic_fluent_mic_pulse_off_20_regular": 59695, - "ic_fluent_mic_settings_20_filled": 59696, - "ic_fluent_mic_settings_20_regular": 59697, - "ic_fluent_mic_sparkle_20_filled": 59698, - "ic_fluent_mic_sparkle_20_regular": 59699, - "ic_fluent_mic_sync_20_filled": 59700, - "ic_fluent_mic_sync_20_regular": 59701, - "ic_fluent_microscope_20_filled": 59702, - "ic_fluent_microscope_20_regular": 59703, - "ic_fluent_midi_20_filled": 59704, - "ic_fluent_midi_20_regular": 59705, - "ic_fluent_mobile_optimized_20_filled": 59706, - "ic_fluent_mobile_optimized_20_regular": 59707, - "ic_fluent_molecule_20_filled": 59708, - "ic_fluent_molecule_20_regular": 59709, - "ic_fluent_money_20_filled": 59710, - "ic_fluent_money_20_regular": 59711, - "ic_fluent_money_calculator_20_filled": 59712, - "ic_fluent_money_calculator_20_regular": 59713, - "ic_fluent_money_dismiss_20_filled": 59714, - "ic_fluent_money_dismiss_20_regular": 59715, - "ic_fluent_money_hand_20_filled": 59716, - "ic_fluent_money_hand_20_regular": 59717, - "ic_fluent_money_off_20_filled": 59718, - "ic_fluent_money_off_20_regular": 59719, - "ic_fluent_money_settings_20_filled": 59720, - "ic_fluent_money_settings_20_regular": 59721, - "ic_fluent_more_circle_20_filled": 59722, - "ic_fluent_more_circle_20_regular": 59723, - "ic_fluent_more_horizontal_20_filled": 59724, - "ic_fluent_more_horizontal_20_regular": 59725, - "ic_fluent_more_vertical_20_filled": 59726, - "ic_fluent_more_vertical_20_regular": 59727, - "ic_fluent_movies_and_tv_20_filled": 59728, - "ic_fluent_movies_and_tv_20_regular": 59729, - "ic_fluent_multiplier_1_2x_20_filled": 59730, - "ic_fluent_multiplier_1_2x_20_regular": 59731, - "ic_fluent_multiplier_1_5x_20_filled": 59732, - "ic_fluent_multiplier_1_5x_20_regular": 59733, - "ic_fluent_multiplier_1_8x_20_filled": 59734, - "ic_fluent_multiplier_1_8x_20_regular": 59735, - "ic_fluent_multiplier_1x_20_filled": 59736, - "ic_fluent_multiplier_1x_20_regular": 59737, - "ic_fluent_multiplier_2x_20_filled": 59738, - "ic_fluent_multiplier_2x_20_regular": 59739, - "ic_fluent_multiplier_5x_20_filled": 59740, - "ic_fluent_multiplier_5x_20_regular": 59741, - "ic_fluent_multiselect_ltr_20_filled": 59742, - "ic_fluent_multiselect_ltr_20_regular": 59743, - "ic_fluent_multiselect_rtl_20_filled": 59744, - "ic_fluent_multiselect_rtl_20_regular": 59745, - "ic_fluent_music_note_1_20_filled": 59746, - "ic_fluent_music_note_1_20_regular": 59747, - "ic_fluent_music_note_2_20_filled": 59748, - "ic_fluent_music_note_2_20_regular": 59749, - "ic_fluent_music_note_2_play_20_filled": 59750, - "ic_fluent_music_note_2_play_20_regular": 59751, - "ic_fluent_music_note_off_1_20_filled": 59752, - "ic_fluent_music_note_off_1_20_regular": 59753, - "ic_fluent_music_note_off_2_20_filled": 59754, - "ic_fluent_music_note_off_2_20_regular": 59755, - "ic_fluent_my_location_20_filled": 59756, - "ic_fluent_my_location_20_regular": 59757, - "ic_fluent_navigation_20_filled": 59758, - "ic_fluent_navigation_20_regular": 59759, - "ic_fluent_navigation_location_target_20_filled": 59760, - "ic_fluent_navigation_location_target_20_regular": 59761, - "ic_fluent_navigation_play_20_filled": 59762, - "ic_fluent_navigation_play_20_regular": 59763, - "ic_fluent_navigation_unread_20_filled": 59764, - "ic_fluent_navigation_unread_20_regular": 59765, - "ic_fluent_network_check_20_filled": 59766, - "ic_fluent_network_check_20_regular": 59767, - "ic_fluent_new_20_filled": 59768, - "ic_fluent_new_20_regular": 59769, - "ic_fluent_news_20_filled": 59770, - "ic_fluent_news_20_regular": 59771, - "ic_fluent_next_20_filled": 59772, - "ic_fluent_next_20_regular": 59773, - "ic_fluent_note_20_filled": 59774, - "ic_fluent_note_20_regular": 59775, - "ic_fluent_note_add_20_filled": 59776, - "ic_fluent_note_add_20_regular": 59777, - "ic_fluent_note_edit_20_filled": 59778, - "ic_fluent_note_edit_20_regular": 59779, - "ic_fluent_note_pin_20_filled": 59780, - "ic_fluent_note_pin_20_regular": 59781, - "ic_fluent_notebook_20_filled": 59782, - "ic_fluent_notebook_20_regular": 59783, - "ic_fluent_notebook_add_20_filled": 59784, - "ic_fluent_notebook_add_20_regular": 59785, - "ic_fluent_notebook_arrow_curve_down_20_filled": 59786, - "ic_fluent_notebook_arrow_curve_down_20_regular": 59787, - "ic_fluent_notebook_error_20_filled": 59788, - "ic_fluent_notebook_error_20_regular": 59789, - "ic_fluent_notebook_eye_20_filled": 59790, - "ic_fluent_notebook_eye_20_regular": 59791, - "ic_fluent_notebook_lightning_20_filled": 59792, - "ic_fluent_notebook_lightning_20_regular": 59793, - "ic_fluent_notebook_question_mark_20_filled": 59794, - "ic_fluent_notebook_question_mark_20_regular": 59795, - "ic_fluent_notebook_section_20_filled": 59796, - "ic_fluent_notebook_section_20_regular": 59797, - "ic_fluent_notebook_subsection_20_filled": 59798, - "ic_fluent_notebook_subsection_20_regular": 59799, - "ic_fluent_notebook_sync_20_filled": 59800, - "ic_fluent_notebook_sync_20_regular": 59801, - "ic_fluent_notepad_20_filled": 59802, - "ic_fluent_notepad_20_regular": 59803, - "ic_fluent_notepad_edit_20_filled": 59804, - "ic_fluent_notepad_edit_20_regular": 59805, - "ic_fluent_notepad_person_20_filled": 59806, - "ic_fluent_notepad_person_20_regular": 59807, - "ic_fluent_number_circle_1_20_filled": 59808, - "ic_fluent_number_circle_1_20_regular": 59809, - "ic_fluent_number_circle_2_20_filled": 59810, - "ic_fluent_number_circle_2_20_regular": 59811, - "ic_fluent_number_circle_3_20_filled": 59812, - "ic_fluent_number_circle_3_20_regular": 59813, - "ic_fluent_number_circle_4_20_filled": 59814, - "ic_fluent_number_circle_4_20_regular": 59815, - "ic_fluent_number_circle_5_20_filled": 59816, - "ic_fluent_number_circle_5_20_regular": 59817, - "ic_fluent_number_row_20_filled": 59818, - "ic_fluent_number_row_20_regular": 59819, - "ic_fluent_number_symbol_20_filled": 59820, - "ic_fluent_number_symbol_20_regular": 59821, - "ic_fluent_number_symbol_dismiss_20_filled": 59822, - "ic_fluent_number_symbol_dismiss_20_regular": 59823, - "ic_fluent_number_symbol_square_20_filled": 59824, - "ic_fluent_number_symbol_square_20_regular": 59825, - "ic_fluent_open_20_filled": 59826, - "ic_fluent_open_20_regular": 59827, - "ic_fluent_open_folder_20_filled": 59828, - "ic_fluent_open_folder_20_regular": 59829, - "ic_fluent_open_off_20_filled": 59830, - "ic_fluent_open_off_20_regular": 59831, - "ic_fluent_options_20_filled": 59832, - "ic_fluent_options_20_regular": 59833, - "ic_fluent_organization_20_filled": 59834, - "ic_fluent_organization_20_regular": 59835, - "ic_fluent_organization_horizontal_20_filled": 59836, - "ic_fluent_organization_horizontal_20_regular": 59837, - "ic_fluent_orientation_20_filled": 59838, - "ic_fluent_orientation_20_regular": 59839, - "ic_fluent_oval_20_filled": 59840, - "ic_fluent_oval_20_regular": 59841, - "ic_fluent_oven_20_filled": 59842, - "ic_fluent_oven_20_regular": 59843, - "ic_fluent_padding_down_20_filled": 59844, - "ic_fluent_padding_down_20_regular": 59845, - "ic_fluent_padding_left_20_filled": 59846, - "ic_fluent_padding_left_20_regular": 59847, - "ic_fluent_padding_right_20_filled": 59848, - "ic_fluent_padding_right_20_regular": 59849, - "ic_fluent_padding_top_20_filled": 59850, - "ic_fluent_padding_top_20_regular": 59851, - "ic_fluent_page_fit_20_filled": 59852, - "ic_fluent_page_fit_20_regular": 59853, - "ic_fluent_paint_brush_20_filled": 59854, - "ic_fluent_paint_brush_20_regular": 59855, - "ic_fluent_paint_brush_arrow_down_20_filled": 59856, - "ic_fluent_paint_brush_arrow_down_20_regular": 59857, - "ic_fluent_paint_brush_arrow_up_20_filled": 59858, - "ic_fluent_paint_brush_arrow_up_20_regular": 59859, - "ic_fluent_paint_bucket_20_filled": 59860, - "ic_fluent_paint_bucket_20_regular": 59861, - "ic_fluent_pair_20_filled": 59862, - "ic_fluent_pair_20_regular": 59863, - "ic_fluent_panel_bottom_20_filled": 59864, - "ic_fluent_panel_bottom_20_regular": 59865, - "ic_fluent_panel_bottom_contract_20_filled": 59866, - "ic_fluent_panel_bottom_contract_20_regular": 59867, - "ic_fluent_panel_bottom_expand_20_filled": 59868, - "ic_fluent_panel_bottom_expand_20_regular": 59869, - "ic_fluent_panel_down_20_filled": 59870, - "ic_fluent_panel_down_20_regular": 59871, - "ic_fluent_panel_left_20_filled": 59872, - "ic_fluent_panel_left_20_regular": 59873, - "ic_fluent_panel_left_add_20_filled": 59874, - "ic_fluent_panel_left_add_20_regular": 59875, - "ic_fluent_panel_left_contract_20_filled": 59876, - "ic_fluent_panel_left_contract_20_regular": 59877, - "ic_fluent_panel_left_expand_20_filled": 59878, - "ic_fluent_panel_left_expand_20_regular": 59879, - "ic_fluent_panel_left_focus_right_20_filled": 59880, - "ic_fluent_panel_left_key_20_filled": 59881, - "ic_fluent_panel_left_key_20_regular": 59882, - "ic_fluent_panel_right_20_filled": 59883, - "ic_fluent_panel_right_20_regular": 59884, - "ic_fluent_panel_right_add_20_filled": 59885, - "ic_fluent_panel_right_add_20_regular": 59886, - "ic_fluent_panel_right_contract_20_filled": 59887, - "ic_fluent_panel_right_contract_20_regular": 59888, - "ic_fluent_panel_right_cursor_20_filled": 59889, - "ic_fluent_panel_right_cursor_20_regular": 59890, - "ic_fluent_panel_right_expand_20_filled": 59891, - "ic_fluent_panel_right_expand_20_regular": 59892, - "ic_fluent_panel_separate_window_20_filled": 59893, - "ic_fluent_panel_separate_window_20_regular": 59894, - "ic_fluent_panel_top_contract_20_filled": 59895, - "ic_fluent_panel_top_contract_20_regular": 59896, - "ic_fluent_panel_top_expand_20_filled": 59897, - "ic_fluent_panel_top_expand_20_regular": 59898, - "ic_fluent_password_20_filled": 59899, - "ic_fluent_password_20_regular": 59900, - "ic_fluent_patch_20_filled": 59901, - "ic_fluent_patch_20_regular": 59902, - "ic_fluent_patient_20_filled": 59903, - "ic_fluent_patient_20_regular": 59904, - "ic_fluent_pause_20_filled": 59905, - "ic_fluent_pause_20_regular": 59906, - "ic_fluent_pause_circle_20_filled": 59907, - "ic_fluent_pause_circle_20_regular": 59908, - "ic_fluent_pause_off_20_filled": 59909, - "ic_fluent_pause_off_20_regular": 59910, - "ic_fluent_pause_settings_20_filled": 59911, - "ic_fluent_pause_settings_20_regular": 59912, - "ic_fluent_payment_20_filled": 59913, - "ic_fluent_payment_20_regular": 59914, - "ic_fluent_pen_20_filled": 59915, - "ic_fluent_pen_20_regular": 59916, - "ic_fluent_pen_off_20_filled": 59917, - "ic_fluent_pen_off_20_regular": 59918, - "ic_fluent_pen_prohibited_20_filled": 59919, - "ic_fluent_pen_prohibited_20_regular": 59920, - "ic_fluent_pentagon_20_filled": 59921, - "ic_fluent_pentagon_20_regular": 59922, - "ic_fluent_people_20_filled": 59923, - "ic_fluent_people_20_regular": 59924, - "ic_fluent_people_add_20_filled": 59925, - "ic_fluent_people_add_20_regular": 59926, - "ic_fluent_people_audience_20_filled": 59927, - "ic_fluent_people_audience_20_regular": 59928, - "ic_fluent_people_call_20_filled": 59929, - "ic_fluent_people_call_20_regular": 59930, - "ic_fluent_people_checkmark_20_filled": 59931, - "ic_fluent_people_checkmark_20_regular": 59932, - "ic_fluent_people_community_20_filled": 59933, - "ic_fluent_people_community_20_regular": 59934, - "ic_fluent_people_community_add_20_filled": 59935, - "ic_fluent_people_community_add_20_regular": 59936, - "ic_fluent_people_edit_20_filled": 59937, - "ic_fluent_people_edit_20_regular": 59938, - "ic_fluent_people_error_20_filled": 59939, - "ic_fluent_people_error_20_regular": 59940, - "ic_fluent_people_list_20_filled": 59941, - "ic_fluent_people_list_20_regular": 59942, - "ic_fluent_people_lock_20_filled": 59943, - "ic_fluent_people_lock_20_regular": 59944, - "ic_fluent_people_money_20_filled": 59945, - "ic_fluent_people_money_20_regular": 59946, - "ic_fluent_people_prohibited_20_filled": 59947, - "ic_fluent_people_prohibited_20_regular": 59948, - "ic_fluent_people_queue_20_filled": 59949, - "ic_fluent_people_queue_20_regular": 59950, - "ic_fluent_people_search_20_filled": 59951, - "ic_fluent_people_search_20_regular": 59952, - "ic_fluent_people_settings_20_filled": 59953, - "ic_fluent_people_settings_20_regular": 59954, - "ic_fluent_people_swap_20_filled": 59955, - "ic_fluent_people_swap_20_regular": 59956, - "ic_fluent_people_sync_20_filled": 59957, - "ic_fluent_people_sync_20_regular": 59958, - "ic_fluent_people_team_20_filled": 59959, - "ic_fluent_people_team_20_regular": 59960, - "ic_fluent_people_team_add_20_filled": 59961, - "ic_fluent_people_team_add_20_regular": 59962, - "ic_fluent_people_team_delete_20_filled": 59963, - "ic_fluent_people_team_delete_20_regular": 59964, - "ic_fluent_people_team_toolbox_20_filled": 59965, - "ic_fluent_people_team_toolbox_20_regular": 59966, - "ic_fluent_people_toolbox_20_filled": 59967, - "ic_fluent_people_toolbox_20_regular": 59968, - "ic_fluent_person_20_filled": 59969, - "ic_fluent_person_20_regular": 59970, - "ic_fluent_person_5_20_filled": 59971, - "ic_fluent_person_5_20_regular": 59972, - "ic_fluent_person_6_20_filled": 59973, - "ic_fluent_person_6_20_regular": 59974, - "ic_fluent_person_accounts_20_filled": 59975, - "ic_fluent_person_accounts_20_regular": 59976, - "ic_fluent_person_add_20_filled": 59977, - "ic_fluent_person_add_20_regular": 59978, - "ic_fluent_person_alert_20_filled": 59979, - "ic_fluent_person_alert_20_regular": 59980, - "ic_fluent_person_arrow_back_20_filled": 59981, - "ic_fluent_person_arrow_back_20_regular": 59982, - "ic_fluent_person_arrow_left_20_filled": 59983, - "ic_fluent_person_arrow_left_20_regular": 59984, - "ic_fluent_person_arrow_right_20_filled": 59985, - "ic_fluent_person_arrow_right_20_regular": 59986, - "ic_fluent_person_available_20_filled": 59987, - "ic_fluent_person_available_20_regular": 59988, - "ic_fluent_person_board_20_filled": 59989, - "ic_fluent_person_board_20_regular": 59990, - "ic_fluent_person_call_20_filled": 59991, - "ic_fluent_person_call_20_regular": 59992, - "ic_fluent_person_chat_20_filled": 59993, - "ic_fluent_person_chat_20_regular": 59994, - "ic_fluent_person_circle_20_filled": 59995, - "ic_fluent_person_circle_20_regular": 59996, - "ic_fluent_person_clock_20_filled": 59997, - "ic_fluent_person_clock_20_regular": 59998, - "ic_fluent_person_delete_20_filled": 59999, - "ic_fluent_person_delete_20_regular": 60000, - "ic_fluent_person_edit_20_filled": 60001, - "ic_fluent_person_edit_20_regular": 60002, - "ic_fluent_person_feedback_20_filled": 60003, - "ic_fluent_person_feedback_20_regular": 60004, - "ic_fluent_person_heart_20_filled": 60005, - "ic_fluent_person_heart_20_regular": 60006, - "ic_fluent_person_info_20_filled": 60007, - "ic_fluent_person_info_20_regular": 60008, - "ic_fluent_person_key_20_filled": 60009, - "ic_fluent_person_key_20_regular": 60010, - "ic_fluent_person_lightbulb_20_filled": 60011, - "ic_fluent_person_lightbulb_20_regular": 60012, - "ic_fluent_person_link_20_filled": 60013, - "ic_fluent_person_link_20_regular": 60014, - "ic_fluent_person_lock_20_filled": 60015, - "ic_fluent_person_lock_20_regular": 60016, - "ic_fluent_person_mail_20_filled": 60017, - "ic_fluent_person_mail_20_regular": 60018, - "ic_fluent_person_money_20_filled": 60019, - "ic_fluent_person_money_20_regular": 60020, - "ic_fluent_person_note_20_filled": 60021, - "ic_fluent_person_note_20_regular": 60022, - "ic_fluent_person_pill_20_filled": 60023, - "ic_fluent_person_pill_20_regular": 60024, - "ic_fluent_person_prohibited_20_filled": 60025, - "ic_fluent_person_prohibited_20_regular": 60026, - "ic_fluent_person_question_mark_20_filled": 60027, - "ic_fluent_person_question_mark_20_regular": 60028, - "ic_fluent_person_running_20_filled": 60029, - "ic_fluent_person_running_20_regular": 60030, - "ic_fluent_person_settings_20_filled": 60031, - "ic_fluent_person_settings_20_regular": 60032, - "ic_fluent_person_square_20_filled": 60033, - "ic_fluent_person_square_20_regular": 60034, - "ic_fluent_person_star_20_filled": 60035, - "ic_fluent_person_star_20_regular": 60036, - "ic_fluent_person_starburst_20_filled": 60037, - "ic_fluent_person_starburst_20_regular": 60038, - "ic_fluent_person_subtract_20_filled": 60039, - "ic_fluent_person_subtract_20_regular": 60040, - "ic_fluent_person_support_20_filled": 60041, - "ic_fluent_person_support_20_regular": 60042, - "ic_fluent_person_swap_20_filled": 60043, - "ic_fluent_person_swap_20_regular": 60044, - "ic_fluent_person_sync_20_filled": 60045, - "ic_fluent_person_sync_20_regular": 60046, - "ic_fluent_person_tag_20_filled": 60047, - "ic_fluent_person_tag_20_regular": 60048, - "ic_fluent_person_voice_20_filled": 60049, - "ic_fluent_person_voice_20_regular": 60050, - "ic_fluent_person_walking_20_filled": 60051, - "ic_fluent_person_walking_20_regular": 60052, - "ic_fluent_phone_20_filled": 60053, - "ic_fluent_phone_20_regular": 60054, - "ic_fluent_phone_add_20_filled": 60055, - "ic_fluent_phone_add_20_regular": 60056, - "ic_fluent_phone_arrow_right_20_filled": 60057, - "ic_fluent_phone_arrow_right_20_regular": 60058, - "ic_fluent_phone_chat_20_filled": 60059, - "ic_fluent_phone_chat_20_regular": 60060, - "ic_fluent_phone_checkmark_20_filled": 60061, - "ic_fluent_phone_checkmark_20_regular": 60062, - "ic_fluent_phone_desktop_20_filled": 60063, - "ic_fluent_phone_desktop_20_regular": 60064, - "ic_fluent_phone_desktop_add_20_filled": 60065, - "ic_fluent_phone_desktop_add_20_regular": 60066, - "ic_fluent_phone_dismiss_20_filled": 60067, - "ic_fluent_phone_dismiss_20_regular": 60068, - "ic_fluent_phone_eraser_20_filled": 60069, - "ic_fluent_phone_eraser_20_regular": 60070, - "ic_fluent_phone_key_20_filled": 60071, - "ic_fluent_phone_key_20_regular": 60072, - "ic_fluent_phone_laptop_20_filled": 60073, - "ic_fluent_phone_laptop_20_regular": 60074, - "ic_fluent_phone_link_setup_20_filled": 60075, - "ic_fluent_phone_link_setup_20_regular": 60076, - "ic_fluent_phone_lock_20_filled": 60077, - "ic_fluent_phone_lock_20_regular": 60078, - "ic_fluent_phone_page_header_20_filled": 60079, - "ic_fluent_phone_page_header_20_regular": 60080, - "ic_fluent_phone_pagination_20_filled": 60081, - "ic_fluent_phone_pagination_20_regular": 60082, - "ic_fluent_phone_screen_time_20_filled": 60083, - "ic_fluent_phone_screen_time_20_regular": 60084, - "ic_fluent_phone_shake_20_filled": 60085, - "ic_fluent_phone_shake_20_regular": 60086, - "ic_fluent_phone_span_in_20_filled": 60087, - "ic_fluent_phone_span_in_20_regular": 60088, - "ic_fluent_phone_span_out_20_filled": 60089, - "ic_fluent_phone_span_out_20_regular": 60090, - "ic_fluent_phone_speaker_20_filled": 60091, - "ic_fluent_phone_speaker_20_regular": 60092, - "ic_fluent_phone_status_bar_20_filled": 60093, - "ic_fluent_phone_status_bar_20_regular": 60094, - "ic_fluent_phone_tablet_20_filled": 60095, - "ic_fluent_phone_tablet_20_regular": 60096, - "ic_fluent_phone_update_20_filled": 60097, - "ic_fluent_phone_update_20_regular": 60098, - "ic_fluent_phone_update_checkmark_20_filled": 60099, - "ic_fluent_phone_update_checkmark_20_regular": 60100, - "ic_fluent_phone_vertical_scroll_20_filled": 60101, - "ic_fluent_phone_vertical_scroll_20_regular": 60102, - "ic_fluent_phone_vibrate_20_filled": 60103, - "ic_fluent_phone_vibrate_20_regular": 60104, - "ic_fluent_photo_filter_20_filled": 60105, - "ic_fluent_photo_filter_20_regular": 60106, - "ic_fluent_pi_20_filled": 60107, - "ic_fluent_pi_20_regular": 60108, - "ic_fluent_picture_in_picture_20_filled": 60109, - "ic_fluent_picture_in_picture_20_regular": 60110, - "ic_fluent_picture_in_picture_enter_20_filled": 60111, - "ic_fluent_picture_in_picture_enter_20_regular": 60112, - "ic_fluent_picture_in_picture_exit_20_filled": 60113, - "ic_fluent_picture_in_picture_exit_20_regular": 60114, - "ic_fluent_pill_20_filled": 60115, - "ic_fluent_pill_20_regular": 60116, - "ic_fluent_pin_20_filled": 60117, - "ic_fluent_pin_20_regular": 60118, - "ic_fluent_pin_off_20_filled": 60119, - "ic_fluent_pin_off_20_regular": 60120, - "ic_fluent_pipeline_20_filled": 60121, - "ic_fluent_pipeline_20_regular": 60122, - "ic_fluent_pipeline_add_20_filled": 60123, - "ic_fluent_pipeline_add_20_regular": 60124, - "ic_fluent_pipeline_arrow_curve_down_20_filled": 60125, - "ic_fluent_pipeline_arrow_curve_down_20_regular": 60126, - "ic_fluent_pipeline_play_20_filled": 60127, - "ic_fluent_pipeline_play_20_regular": 60128, - "ic_fluent_pivot_20_filled": 60129, - "ic_fluent_pivot_20_regular": 60130, - "ic_fluent_play_20_filled": 60131, - "ic_fluent_play_20_regular": 60132, - "ic_fluent_play_circle_20_filled": 60133, - "ic_fluent_play_circle_20_regular": 60134, - "ic_fluent_play_settings_20_filled": 60135, - "ic_fluent_play_settings_20_regular": 60136, - "ic_fluent_playing_cards_20_filled": 60137, - "ic_fluent_playing_cards_20_regular": 60138, - "ic_fluent_plug_connected_20_filled": 60139, - "ic_fluent_plug_connected_20_regular": 60140, - "ic_fluent_plug_connected_add_20_filled": 60141, - "ic_fluent_plug_connected_add_20_regular": 60142, - "ic_fluent_plug_connected_checkmark_20_filled": 60143, - "ic_fluent_plug_connected_checkmark_20_regular": 60144, - "ic_fluent_plug_disconnected_20_filled": 60145, - "ic_fluent_plug_disconnected_20_regular": 60146, - "ic_fluent_point_scan_20_filled": 60147, - "ic_fluent_point_scan_20_regular": 60148, - "ic_fluent_poll_20_filled": 60149, - "ic_fluent_poll_20_regular": 60150, - "ic_fluent_port_hdmi_20_filled": 60151, - "ic_fluent_port_hdmi_20_regular": 60152, - "ic_fluent_port_micro_usb_20_filled": 60153, - "ic_fluent_port_micro_usb_20_regular": 60154, - "ic_fluent_port_usb_a_20_filled": 60155, - "ic_fluent_port_usb_a_20_regular": 60156, - "ic_fluent_port_usb_c_20_filled": 60157, - "ic_fluent_port_usb_c_20_regular": 60158, - "ic_fluent_position_backward_20_filled": 60159, - "ic_fluent_position_backward_20_regular": 60160, - "ic_fluent_position_forward_20_filled": 60161, - "ic_fluent_position_forward_20_regular": 60162, - "ic_fluent_position_to_back_20_filled": 60163, - "ic_fluent_position_to_back_20_regular": 60164, - "ic_fluent_position_to_front_20_filled": 60165, - "ic_fluent_position_to_front_20_regular": 60166, - "ic_fluent_power_20_filled": 60167, - "ic_fluent_power_20_regular": 60168, - "ic_fluent_predictions_20_filled": 60169, - "ic_fluent_predictions_20_regular": 60170, - "ic_fluent_premium_20_filled": 60171, - "ic_fluent_premium_20_regular": 60172, - "ic_fluent_premium_person_20_filled": 60173, - "ic_fluent_premium_person_20_regular": 60174, - "ic_fluent_presence_available_20_filled": 60175, - "ic_fluent_presence_available_20_regular": 60176, - "ic_fluent_presence_away_20_filled": 60177, - "ic_fluent_presence_blocked_20_regular": 60178, - "ic_fluent_presence_busy_20_filled": 60179, - "ic_fluent_presence_dnd_20_filled": 60180, - "ic_fluent_presence_dnd_20_regular": 60181, - "ic_fluent_presence_offline_20_regular": 60182, - "ic_fluent_presence_oof_20_regular": 60183, - "ic_fluent_presence_unknown_20_regular": 60184, - "ic_fluent_presenter_20_filled": 60185, - "ic_fluent_presenter_20_regular": 60186, - "ic_fluent_presenter_off_20_filled": 60187, - "ic_fluent_presenter_off_20_regular": 60188, - "ic_fluent_preview_link_20_filled": 60189, - "ic_fluent_preview_link_20_regular": 60190, - "ic_fluent_previous_20_filled": 60191, - "ic_fluent_previous_20_regular": 60192, - "ic_fluent_print_20_filled": 60193, - "ic_fluent_print_20_regular": 60194, - "ic_fluent_print_add_20_filled": 60195, - "ic_fluent_print_add_20_regular": 60196, - "ic_fluent_production_20_filled": 60197, - "ic_fluent_production_20_regular": 60198, - "ic_fluent_production_checkmark_20_filled": 60199, - "ic_fluent_production_checkmark_20_regular": 60200, - "ic_fluent_prohibited_20_filled": 60201, - "ic_fluent_prohibited_20_regular": 60202, - "ic_fluent_prohibited_multiple_20_filled": 60203, - "ic_fluent_prohibited_multiple_20_regular": 60204, - "ic_fluent_prohibited_note_20_filled": 60205, - "ic_fluent_prohibited_note_20_regular": 60206, - "ic_fluent_projection_screen_20_filled": 60207, - "ic_fluent_projection_screen_20_regular": 60208, - "ic_fluent_projection_screen_dismiss_20_filled": 60209, - "ic_fluent_projection_screen_dismiss_20_regular": 60210, - "ic_fluent_protocol_handler_20_filled": 60211, - "ic_fluent_protocol_handler_20_regular": 60212, - "ic_fluent_pulse_20_filled": 60213, - "ic_fluent_pulse_20_regular": 60214, - "ic_fluent_pulse_square_20_filled": 60215, - "ic_fluent_pulse_square_20_regular": 60216, - "ic_fluent_puzzle_cube_20_filled": 60217, - "ic_fluent_puzzle_cube_20_regular": 60218, - "ic_fluent_puzzle_cube_piece_20_filled": 60219, - "ic_fluent_puzzle_cube_piece_20_regular": 60220, - "ic_fluent_puzzle_piece_20_filled": 60221, - "ic_fluent_puzzle_piece_20_regular": 60222, - "ic_fluent_puzzle_piece_shield_20_filled": 60223, - "ic_fluent_puzzle_piece_shield_20_regular": 60224, - "ic_fluent_qr_code_20_filled": 60225, - "ic_fluent_qr_code_20_regular": 60226, - "ic_fluent_question_20_filled": 60227, - "ic_fluent_question_20_regular": 60228, - "ic_fluent_question_circle_20_filled": 60229, - "ic_fluent_question_circle_20_regular": 60230, - "ic_fluent_quiz_new_20_filled": 60231, - "ic_fluent_quiz_new_20_regular": 60232, - "ic_fluent_radar_20_filled": 60233, - "ic_fluent_radar_20_regular": 60234, - "ic_fluent_radar_checkmark_20_filled": 60235, - "ic_fluent_radar_checkmark_20_regular": 60236, - "ic_fluent_radar_rectangle_multiple_20_filled": 60237, - "ic_fluent_radar_rectangle_multiple_20_regular": 60238, - "ic_fluent_radio_button_20_filled": 60239, - "ic_fluent_radio_button_20_regular": 60240, - "ic_fluent_ram_20_filled": 60241, - "ic_fluent_ram_20_regular": 60242, - "ic_fluent_rating_mature_20_filled": 60243, - "ic_fluent_rating_mature_20_regular": 60244, - "ic_fluent_ratio_one_to_one_20_filled": 60245, - "ic_fluent_ratio_one_to_one_20_regular": 60246, - "ic_fluent_re_order_dots_horizontal_20_filled": 60247, - "ic_fluent_re_order_dots_horizontal_20_regular": 60248, - "ic_fluent_re_order_dots_vertical_20_filled": 60249, - "ic_fluent_re_order_dots_vertical_20_regular": 60250, - "ic_fluent_read_aloud_20_filled": 60251, - "ic_fluent_read_aloud_20_regular": 60252, - "ic_fluent_reading_list_20_filled": 60253, - "ic_fluent_reading_list_20_regular": 60254, - "ic_fluent_reading_list_add_20_filled": 60255, - "ic_fluent_reading_list_add_20_regular": 60256, - "ic_fluent_reading_mode_mobile_20_filled": 60257, - "ic_fluent_reading_mode_mobile_20_regular": 60258, - "ic_fluent_real_estate_20_filled": 60259, - "ic_fluent_real_estate_20_regular": 60260, - "ic_fluent_receipt_20_filled": 60261, - "ic_fluent_receipt_20_regular": 60262, - "ic_fluent_receipt_add_20_filled": 60263, - "ic_fluent_receipt_add_20_regular": 60264, - "ic_fluent_receipt_bag_20_filled": 60265, - "ic_fluent_receipt_bag_20_regular": 60266, - "ic_fluent_receipt_cube_20_filled": 60267, - "ic_fluent_receipt_cube_20_regular": 60268, - "ic_fluent_receipt_money_20_filled": 60269, - "ic_fluent_receipt_money_20_regular": 60270, - "ic_fluent_receipt_play_20_filled": 60271, - "ic_fluent_receipt_play_20_regular": 60272, - "ic_fluent_receipt_search_20_filled": 60273, - "ic_fluent_receipt_search_20_regular": 60274, - "ic_fluent_receipt_sparkles_20_filled": 60275, - "ic_fluent_receipt_sparkles_20_regular": 60276, - "ic_fluent_record_20_filled": 60277, - "ic_fluent_record_20_regular": 60278, - "ic_fluent_record_stop_20_filled": 60279, - "ic_fluent_record_stop_20_regular": 60280, - "ic_fluent_rectangle_landscape_20_filled": 60281, - "ic_fluent_rectangle_landscape_20_regular": 60282, - "ic_fluent_rectangle_portrait_location_target_20_filled": 60283, - "ic_fluent_rectangle_portrait_location_target_20_regular": 60284, - "ic_fluent_recycle_20_filled": 60285, - "ic_fluent_recycle_20_regular": 60286, - "ic_fluent_remote_20_filled": 60287, - "ic_fluent_remote_20_regular": 60288, - "ic_fluent_rename_20_filled": 60289, - "ic_fluent_rename_20_regular": 60290, - "ic_fluent_reorder_20_filled": 60291, - "ic_fluent_reorder_20_regular": 60292, - "ic_fluent_replay_20_filled": 60293, - "ic_fluent_replay_20_regular": 60294, - "ic_fluent_resize_20_filled": 60295, - "ic_fluent_resize_20_regular": 60296, - "ic_fluent_resize_image_20_filled": 60297, - "ic_fluent_resize_image_20_regular": 60298, - "ic_fluent_resize_large_20_filled": 60299, - "ic_fluent_resize_large_20_regular": 60300, - "ic_fluent_resize_small_20_filled": 60301, - "ic_fluent_resize_small_20_regular": 60302, - "ic_fluent_resize_table_20_filled": 60303, - "ic_fluent_resize_table_20_regular": 60304, - "ic_fluent_resize_video_20_filled": 60305, - "ic_fluent_resize_video_20_regular": 60306, - "ic_fluent_reward_20_filled": 60307, - "ic_fluent_reward_20_regular": 60308, - "ic_fluent_rewind_20_filled": 60309, - "ic_fluent_rewind_20_regular": 60310, - "ic_fluent_rhombus_20_filled": 60311, - "ic_fluent_rhombus_20_regular": 60312, - "ic_fluent_ribbon_20_filled": 60313, - "ic_fluent_ribbon_20_regular": 60314, - "ic_fluent_ribbon_add_20_filled": 60315, - "ic_fluent_ribbon_add_20_regular": 60316, - "ic_fluent_ribbon_off_20_filled": 60317, - "ic_fluent_ribbon_off_20_regular": 60318, - "ic_fluent_ribbon_star_20_filled": 60319, - "ic_fluent_ribbon_star_20_regular": 60320, - "ic_fluent_road_cone_20_filled": 60321, - "ic_fluent_road_cone_20_regular": 60322, - "ic_fluent_rocket_20_filled": 60323, - "ic_fluent_rocket_20_regular": 60324, - "ic_fluent_rotate_left_20_filled": 60325, - "ic_fluent_rotate_left_20_regular": 60326, - "ic_fluent_rotate_right_20_filled": 60327, - "ic_fluent_rotate_right_20_regular": 60328, - "ic_fluent_router_20_filled": 60329, - "ic_fluent_router_20_regular": 60330, - "ic_fluent_row_triple_20_filled": 60331, - "ic_fluent_row_triple_20_regular": 60332, - "ic_fluent_rss_20_filled": 60333, - "ic_fluent_rss_20_regular": 60334, - "ic_fluent_ruler_20_filled": 60335, - "ic_fluent_ruler_20_regular": 60336, - "ic_fluent_run_20_filled": 60337, - "ic_fluent_run_20_regular": 60338, - "ic_fluent_sanitize_20_filled": 60339, - "ic_fluent_sanitize_20_regular": 60340, - "ic_fluent_save_20_filled": 60341, - "ic_fluent_save_20_regular": 60342, - "ic_fluent_save_arrow_right_20_filled": 60343, - "ic_fluent_save_arrow_right_20_regular": 60344, - "ic_fluent_save_copy_20_filled": 60345, - "ic_fluent_save_copy_20_regular": 60346, - "ic_fluent_save_edit_20_filled": 60347, - "ic_fluent_save_edit_20_regular": 60348, - "ic_fluent_save_image_20_filled": 60349, - "ic_fluent_save_image_20_regular": 60350, - "ic_fluent_save_multiple_20_filled": 60351, - "ic_fluent_save_multiple_20_regular": 60352, - "ic_fluent_save_search_20_filled": 60353, - "ic_fluent_save_search_20_regular": 60354, - "ic_fluent_save_sync_20_filled": 60355, - "ic_fluent_save_sync_20_regular": 60356, - "ic_fluent_savings_20_filled": 60357, - "ic_fluent_savings_20_regular": 60358, - "ic_fluent_scale_fill_20_filled": 60359, - "ic_fluent_scale_fill_20_regular": 60360, - "ic_fluent_scale_fit_20_filled": 60361, - "ic_fluent_scale_fit_20_regular": 60362, - "ic_fluent_scales_20_filled": 60363, - "ic_fluent_scales_20_regular": 60364, - "ic_fluent_scan_20_filled": 60365, - "ic_fluent_scan_20_regular": 60366, - "ic_fluent_scan_camera_20_filled": 60367, - "ic_fluent_scan_camera_20_regular": 60368, - "ic_fluent_scan_dash_20_filled": 60369, - "ic_fluent_scan_dash_20_regular": 60370, - "ic_fluent_scan_object_20_filled": 60371, - "ic_fluent_scan_object_20_regular": 60372, - "ic_fluent_scan_table_20_filled": 60373, - "ic_fluent_scan_table_20_regular": 60374, - "ic_fluent_scan_text_20_filled": 60375, - "ic_fluent_scan_text_20_regular": 60376, - "ic_fluent_scan_thumb_up_20_filled": 60377, - "ic_fluent_scan_thumb_up_20_regular": 60378, - "ic_fluent_scan_thumb_up_off_20_filled": 60379, - "ic_fluent_scan_thumb_up_off_20_regular": 60380, - "ic_fluent_scan_type_20_filled": 60381, - "ic_fluent_scan_type_20_regular": 60382, - "ic_fluent_scan_type_checkmark_20_filled": 60383, - "ic_fluent_scan_type_checkmark_20_regular": 60384, - "ic_fluent_scan_type_off_20_filled": 60385, - "ic_fluent_scan_type_off_20_regular": 60386, - "ic_fluent_scratchpad_20_filled": 60387, - "ic_fluent_scratchpad_20_regular": 60388, - "ic_fluent_screen_cut_20_filled": 60389, - "ic_fluent_screen_cut_20_regular": 60390, - "ic_fluent_screen_person_20_filled": 60391, - "ic_fluent_screen_person_20_regular": 60392, - "ic_fluent_screen_search_20_filled": 60393, - "ic_fluent_screen_search_20_regular": 60394, - "ic_fluent_screenshot_20_filled": 60395, - "ic_fluent_screenshot_20_regular": 60396, - "ic_fluent_search_20_filled": 60397, - "ic_fluent_search_20_regular": 60398, - "ic_fluent_search_info_20_filled": 60399, - "ic_fluent_search_info_20_regular": 60400, - "ic_fluent_search_settings_20_filled": 60401, - "ic_fluent_search_settings_20_regular": 60402, - "ic_fluent_search_shield_20_filled": 60403, - "ic_fluent_search_shield_20_regular": 60404, - "ic_fluent_search_square_20_filled": 60405, - "ic_fluent_search_square_20_regular": 60406, - "ic_fluent_search_visual_20_filled": 60407, - "ic_fluent_search_visual_20_regular": 60408, - "ic_fluent_select_all_off_20_filled": 60409, - "ic_fluent_select_all_off_20_regular": 60410, - "ic_fluent_select_all_on_20_filled": 60411, - "ic_fluent_select_all_on_20_regular": 60412, - "ic_fluent_select_object_20_filled": 60413, - "ic_fluent_select_object_20_regular": 60414, - "ic_fluent_select_object_skew_20_filled": 60415, - "ic_fluent_select_object_skew_20_regular": 60416, - "ic_fluent_select_object_skew_dismiss_20_filled": 60417, - "ic_fluent_select_object_skew_dismiss_20_regular": 60418, - "ic_fluent_select_object_skew_edit_20_filled": 60419, - "ic_fluent_select_object_skew_edit_20_regular": 60420, - "ic_fluent_send_20_filled": 60421, - "ic_fluent_send_20_regular": 60422, - "ic_fluent_send_clock_20_filled": 60423, - "ic_fluent_send_clock_20_regular": 60424, - "ic_fluent_send_copy_20_filled": 60425, - "ic_fluent_send_copy_20_regular": 60426, - "ic_fluent_serial_port_20_filled": 60427, - "ic_fluent_serial_port_20_regular": 60428, - "ic_fluent_server_20_filled": 60429, - "ic_fluent_server_20_regular": 60430, - "ic_fluent_server_multiple_20_filled": 60431, - "ic_fluent_server_multiple_20_regular": 60432, - "ic_fluent_server_play_20_filled": 60433, - "ic_fluent_server_play_20_regular": 60434, - "ic_fluent_service_bell_20_filled": 60435, - "ic_fluent_service_bell_20_regular": 60436, - "ic_fluent_settings_20_filled": 60437, - "ic_fluent_settings_20_regular": 60438, - "ic_fluent_settings_chat_20_filled": 60439, - "ic_fluent_settings_chat_20_regular": 60440, - "ic_fluent_shape_exclude_20_filled": 60441, - "ic_fluent_shape_exclude_20_regular": 60442, - "ic_fluent_shape_intersect_20_filled": 60443, - "ic_fluent_shape_intersect_20_regular": 60444, - "ic_fluent_shape_subtract_20_filled": 60445, - "ic_fluent_shape_subtract_20_regular": 60446, - "ic_fluent_shape_union_20_filled": 60447, - "ic_fluent_shape_union_20_regular": 60448, - "ic_fluent_shapes_20_filled": 60449, - "ic_fluent_shapes_20_regular": 60450, - "ic_fluent_share_20_filled": 60451, - "ic_fluent_share_20_regular": 60452, - "ic_fluent_share_android_20_filled": 60453, - "ic_fluent_share_android_20_regular": 60454, - "ic_fluent_share_close_tray_20_filled": 60455, - "ic_fluent_share_close_tray_20_regular": 60456, - "ic_fluent_share_ios_20_filled": 60457, - "ic_fluent_share_ios_20_regular": 60458, - "ic_fluent_share_screen_person_20_filled": 60459, - "ic_fluent_share_screen_person_20_regular": 60460, - "ic_fluent_share_screen_person_overlay_20_filled": 60461, - "ic_fluent_share_screen_person_overlay_20_regular": 60462, - "ic_fluent_share_screen_person_overlay_inside_20_filled": 60463, - "ic_fluent_share_screen_person_overlay_inside_20_regular": 60464, - "ic_fluent_share_screen_person_p_20_filled": 60465, - "ic_fluent_share_screen_person_p_20_regular": 60466, - "ic_fluent_share_screen_start_20_filled": 60467, - "ic_fluent_share_screen_start_20_regular": 60468, - "ic_fluent_share_screen_stop_20_filled": 60469, - "ic_fluent_share_screen_stop_20_regular": 60470, - "ic_fluent_shield_20_filled": 60471, - "ic_fluent_shield_20_regular": 60472, - "ic_fluent_shield_add_20_filled": 60473, - "ic_fluent_shield_add_20_regular": 60474, - "ic_fluent_shield_badge_20_filled": 60475, - "ic_fluent_shield_badge_20_regular": 60476, - "ic_fluent_shield_checkmark_20_filled": 60477, - "ic_fluent_shield_checkmark_20_regular": 60478, - "ic_fluent_shield_dismiss_20_filled": 60479, - "ic_fluent_shield_dismiss_20_regular": 60480, - "ic_fluent_shield_dismiss_shield_20_filled": 60481, - "ic_fluent_shield_dismiss_shield_20_regular": 60482, - "ic_fluent_shield_error_20_filled": 60483, - "ic_fluent_shield_error_20_regular": 60484, - "ic_fluent_shield_globe_20_filled": 60485, - "ic_fluent_shield_globe_20_regular": 60486, - "ic_fluent_shield_keyhole_20_filled": 60487, - "ic_fluent_shield_keyhole_20_regular": 60488, - "ic_fluent_shield_lock_20_filled": 60489, - "ic_fluent_shield_lock_20_regular": 60490, - "ic_fluent_shield_person_20_filled": 60491, - "ic_fluent_shield_person_20_regular": 60492, - "ic_fluent_shield_person_add_20_filled": 60493, - "ic_fluent_shield_person_add_20_regular": 60494, - "ic_fluent_shield_prohibited_20_filled": 60495, - "ic_fluent_shield_prohibited_20_regular": 60496, - "ic_fluent_shield_question_20_filled": 60497, - "ic_fluent_shield_question_20_regular": 60498, - "ic_fluent_shield_task_20_filled": 60499, - "ic_fluent_shield_task_20_regular": 60500, - "ic_fluent_shifts_20_filled": 60501, - "ic_fluent_shifts_20_regular": 60502, - "ic_fluent_shifts_30_minutes_20_filled": 60503, - "ic_fluent_shifts_30_minutes_20_regular": 60504, - "ic_fluent_shifts_activity_20_filled": 60505, - "ic_fluent_shifts_activity_20_regular": 60506, - "ic_fluent_shifts_add_20_filled": 60507, - "ic_fluent_shifts_add_20_regular": 60508, - "ic_fluent_shifts_availability_20_filled": 60509, - "ic_fluent_shifts_availability_20_regular": 60510, - "ic_fluent_shifts_checkmark_20_filled": 60511, - "ic_fluent_shifts_checkmark_20_regular": 60512, - "ic_fluent_shifts_day_20_filled": 60513, - "ic_fluent_shifts_day_20_regular": 60514, - "ic_fluent_shifts_open_20_filled": 60515, - "ic_fluent_shifts_open_20_regular": 60516, - "ic_fluent_shifts_prohibited_20_filled": 60517, - "ic_fluent_shifts_prohibited_20_regular": 60518, - "ic_fluent_shifts_question_mark_20_filled": 60519, - "ic_fluent_shifts_question_mark_20_regular": 60520, - "ic_fluent_shifts_team_20_filled": 60521, - "ic_fluent_shifts_team_20_regular": 60522, - "ic_fluent_shopping_bag_20_filled": 60523, - "ic_fluent_shopping_bag_20_regular": 60524, - "ic_fluent_shopping_bag_arrow_left_20_filled": 60525, - "ic_fluent_shopping_bag_arrow_left_20_regular": 60526, - "ic_fluent_shopping_bag_dismiss_20_filled": 60527, - "ic_fluent_shopping_bag_dismiss_20_regular": 60528, - "ic_fluent_shopping_bag_pause_20_filled": 60529, - "ic_fluent_shopping_bag_pause_20_regular": 60530, - "ic_fluent_shopping_bag_percent_20_filled": 60531, - "ic_fluent_shopping_bag_percent_20_regular": 60532, - "ic_fluent_shopping_bag_play_20_filled": 60533, - "ic_fluent_shopping_bag_play_20_regular": 60534, - "ic_fluent_shopping_bag_tag_20_filled": 60535, - "ic_fluent_shopping_bag_tag_20_regular": 60536, - "ic_fluent_shortpick_20_filled": 60537, - "ic_fluent_shortpick_20_regular": 60538, - "ic_fluent_showerhead_20_filled": 60539, - "ic_fluent_showerhead_20_regular": 60540, - "ic_fluent_sidebar_search_ltr_20_filled": 60541, - "ic_fluent_sidebar_search_ltr_20_regular": 60542, - "ic_fluent_sidebar_search_rtl_20_filled": 60543, - "ic_fluent_sidebar_search_rtl_20_regular": 60544, - "ic_fluent_sign_out_20_filled": 60545, - "ic_fluent_sign_out_20_regular": 60546, - "ic_fluent_signature_20_filled": 60547, - "ic_fluent_signature_20_regular": 60548, - "ic_fluent_sim_20_filled": 60549, - "ic_fluent_sim_20_regular": 60550, - "ic_fluent_skip_back_10_20_filled": 60551, - "ic_fluent_skip_back_10_20_regular": 60552, - "ic_fluent_skip_forward_10_20_filled": 60553, - "ic_fluent_skip_forward_10_20_regular": 60554, - "ic_fluent_skip_forward_30_20_filled": 60555, - "ic_fluent_skip_forward_30_20_regular": 60556, - "ic_fluent_skip_forward_tab_20_filled": 60557, - "ic_fluent_skip_forward_tab_20_regular": 60558, - "ic_fluent_sleep_20_filled": 60559, - "ic_fluent_sleep_20_regular": 60560, - "ic_fluent_slide_add_20_filled": 60561, - "ic_fluent_slide_add_20_regular": 60562, - "ic_fluent_slide_arrow_right_20_filled": 60563, - "ic_fluent_slide_arrow_right_20_regular": 60564, - "ic_fluent_slide_eraser_20_filled": 60565, - "ic_fluent_slide_eraser_20_regular": 60566, - "ic_fluent_slide_grid_20_filled": 60567, - "ic_fluent_slide_grid_20_regular": 60568, - "ic_fluent_slide_hide_20_filled": 60569, - "ic_fluent_slide_hide_20_regular": 60570, - "ic_fluent_slide_layout_20_filled": 60571, - "ic_fluent_slide_layout_20_regular": 60572, - "ic_fluent_slide_link_20_filled": 60573, - "ic_fluent_slide_link_20_regular": 60574, - "ic_fluent_slide_microphone_20_filled": 60575, - "ic_fluent_slide_microphone_20_regular": 60576, - "ic_fluent_slide_multiple_20_filled": 60577, - "ic_fluent_slide_multiple_20_regular": 60578, - "ic_fluent_slide_multiple_arrow_right_20_filled": 60579, - "ic_fluent_slide_multiple_arrow_right_20_regular": 60580, - "ic_fluent_slide_multiple_search_20_filled": 60581, - "ic_fluent_slide_multiple_search_20_regular": 60582, - "ic_fluent_slide_search_20_filled": 60583, - "ic_fluent_slide_search_20_regular": 60584, - "ic_fluent_slide_settings_20_filled": 60585, - "ic_fluent_slide_settings_20_regular": 60586, - "ic_fluent_slide_size_20_filled": 60587, - "ic_fluent_slide_size_20_regular": 60588, - "ic_fluent_slide_text_20_filled": 60589, - "ic_fluent_slide_text_20_regular": 60590, - "ic_fluent_slide_text_multiple_20_filled": 60591, - "ic_fluent_slide_text_multiple_20_regular": 60592, - "ic_fluent_slide_transition_20_filled": 60593, - "ic_fluent_slide_transition_20_regular": 60594, - "ic_fluent_smartwatch_20_filled": 60595, - "ic_fluent_smartwatch_20_regular": 60596, - "ic_fluent_smartwatch_dot_20_filled": 60597, - "ic_fluent_smartwatch_dot_20_regular": 60598, - "ic_fluent_snooze_20_filled": 60599, - "ic_fluent_snooze_20_regular": 60600, - "ic_fluent_sound_source_20_filled": 60601, - "ic_fluent_sound_source_20_regular": 60602, - "ic_fluent_sound_wave_circle_20_filled": 60603, - "ic_fluent_sound_wave_circle_20_regular": 60604, - "ic_fluent_spacebar_20_filled": 60605, - "ic_fluent_spacebar_20_regular": 60606, - "ic_fluent_sparkle_20_filled": 60607, - "ic_fluent_sparkle_20_regular": 60608, - "ic_fluent_sparkle_circle_20_filled": 60609, - "ic_fluent_sparkle_circle_20_regular": 60610, - "ic_fluent_speaker_0_20_filled": 60611, - "ic_fluent_speaker_0_20_regular": 60612, - "ic_fluent_speaker_1_20_filled": 60613, - "ic_fluent_speaker_1_20_regular": 60614, - "ic_fluent_speaker_2_20_filled": 60615, - "ic_fluent_speaker_2_20_regular": 60616, - "ic_fluent_speaker_bluetooth_20_filled": 60617, - "ic_fluent_speaker_bluetooth_20_regular": 60618, - "ic_fluent_speaker_edit_20_filled": 60619, - "ic_fluent_speaker_edit_20_regular": 60620, - "ic_fluent_speaker_mute_20_filled": 60621, - "ic_fluent_speaker_mute_20_regular": 60622, - "ic_fluent_speaker_off_20_filled": 60623, - "ic_fluent_speaker_off_20_regular": 60624, - "ic_fluent_speaker_settings_20_filled": 60625, - "ic_fluent_speaker_settings_20_regular": 60626, - "ic_fluent_speaker_usb_20_filled": 60627, - "ic_fluent_speaker_usb_20_regular": 60628, - "ic_fluent_spinner_ios_20_filled": 60629, - "ic_fluent_spinner_ios_20_regular": 60630, - "ic_fluent_split_hint_20_filled": 60631, - "ic_fluent_split_hint_20_regular": 60632, - "ic_fluent_split_horizontal_20_filled": 60633, - "ic_fluent_split_horizontal_20_regular": 60634, - "ic_fluent_split_vertical_20_filled": 60635, - "ic_fluent_split_vertical_20_regular": 60636, - "ic_fluent_sport_20_filled": 60637, - "ic_fluent_sport_20_regular": 60638, - "ic_fluent_sport_american_football_20_filled": 60639, - "ic_fluent_sport_american_football_20_regular": 60640, - "ic_fluent_sport_baseball_20_filled": 60641, - "ic_fluent_sport_baseball_20_regular": 60642, - "ic_fluent_sport_basketball_20_filled": 60643, - "ic_fluent_sport_basketball_20_regular": 60644, - "ic_fluent_sport_hockey_20_filled": 60645, - "ic_fluent_sport_hockey_20_regular": 60646, - "ic_fluent_sport_soccer_20_filled": 60647, - "ic_fluent_sport_soccer_20_regular": 60648, - "ic_fluent_square_20_filled": 60649, - "ic_fluent_square_20_regular": 60650, - "ic_fluent_square_add_20_filled": 60651, - "ic_fluent_square_add_20_regular": 60652, - "ic_fluent_square_arrow_forward_20_filled": 60653, - "ic_fluent_square_arrow_forward_20_regular": 60654, - "ic_fluent_square_dismiss_20_filled": 60655, - "ic_fluent_square_dismiss_20_regular": 60656, - "ic_fluent_square_eraser_20_filled": 60657, - "ic_fluent_square_eraser_20_regular": 60658, - "ic_fluent_square_hint_20_filled": 60659, - "ic_fluent_square_hint_20_regular": 60660, - "ic_fluent_square_hint_apps_20_filled": 60661, - "ic_fluent_square_hint_apps_20_regular": 60662, - "ic_fluent_square_hint_arrow_back_20_filled": 60663, - "ic_fluent_square_hint_arrow_back_20_regular": 60664, - "ic_fluent_square_hint_sparkles_20_filled": 60665, - "ic_fluent_square_hint_sparkles_20_regular": 60666, - "ic_fluent_square_multiple_20_filled": 60667, - "ic_fluent_square_multiple_20_regular": 60668, - "ic_fluent_square_shadow_20_filled": 60669, - "ic_fluent_square_shadow_20_regular": 60670, - "ic_fluent_squares_nested_20_filled": 60671, - "ic_fluent_squares_nested_20_regular": 60672, - "ic_fluent_stack_20_filled": 60673, - "ic_fluent_stack_20_regular": 60674, - "ic_fluent_stack_arrow_forward_20_filled": 60675, - "ic_fluent_stack_arrow_forward_20_regular": 60676, - "ic_fluent_stack_star_20_filled": 60677, - "ic_fluent_stack_star_20_regular": 60678, - "ic_fluent_star_20_filled": 60679, - "ic_fluent_star_20_regular": 60680, - "ic_fluent_star_add_20_filled": 60681, - "ic_fluent_star_add_20_regular": 60682, - "ic_fluent_star_arrow_right_end_20_filled": 60683, - "ic_fluent_star_arrow_right_end_20_regular": 60684, - "ic_fluent_star_arrow_right_start_20_filled": 60685, - "ic_fluent_star_arrow_right_start_20_regular": 60686, - "ic_fluent_star_dismiss_20_filled": 60687, - "ic_fluent_star_dismiss_20_regular": 60688, - "ic_fluent_star_edit_20_filled": 60689, - "ic_fluent_star_edit_20_regular": 60690, - "ic_fluent_star_emphasis_20_filled": 60691, - "ic_fluent_star_emphasis_20_regular": 60692, - "ic_fluent_star_half_20_filled": 60693, - "ic_fluent_star_half_20_regular": 60694, - "ic_fluent_star_line_horizontal_3_20_filled": 60695, - "ic_fluent_star_line_horizontal_3_20_regular": 60696, - "ic_fluent_star_off_20_filled": 60697, - "ic_fluent_star_off_20_regular": 60698, - "ic_fluent_star_one_quarter_20_filled": 60699, - "ic_fluent_star_one_quarter_20_regular": 60700, - "ic_fluent_star_prohibited_20_filled": 60701, - "ic_fluent_star_prohibited_20_regular": 60702, - "ic_fluent_star_settings_20_filled": 60703, - "ic_fluent_star_settings_20_regular": 60704, - "ic_fluent_star_three_quarter_20_filled": 60705, - "ic_fluent_star_three_quarter_20_regular": 60706, - "ic_fluent_status_20_filled": 60707, - "ic_fluent_status_20_regular": 60708, - "ic_fluent_steps_20_filled": 60709, - "ic_fluent_steps_20_regular": 60710, - "ic_fluent_stethoscope_20_filled": 60711, - "ic_fluent_stethoscope_20_regular": 60712, - "ic_fluent_sticker_20_filled": 60713, - "ic_fluent_sticker_20_regular": 60714, - "ic_fluent_sticker_add_20_filled": 60715, - "ic_fluent_sticker_add_20_regular": 60716, - "ic_fluent_stop_20_filled": 60717, - "ic_fluent_stop_20_regular": 60718, - "ic_fluent_storage_20_filled": 60719, - "ic_fluent_storage_20_regular": 60720, - "ic_fluent_store_microsoft_20_filled": 60721, - "ic_fluent_store_microsoft_20_regular": 60722, - "ic_fluent_stream_20_filled": 60723, - "ic_fluent_stream_20_regular": 60724, - "ic_fluent_stream_input_20_filled": 60725, - "ic_fluent_stream_input_20_regular": 60726, - "ic_fluent_stream_input_output_20_filled": 60727, - "ic_fluent_stream_input_output_20_regular": 60728, - "ic_fluent_stream_output_20_filled": 60729, - "ic_fluent_stream_output_20_regular": 60730, - "ic_fluent_style_guide_20_filled": 60731, - "ic_fluent_style_guide_20_regular": 60732, - "ic_fluent_sub_grid_20_filled": 60733, - "ic_fluent_sub_grid_20_regular": 60734, - "ic_fluent_subtitles_20_filled": 60735, - "ic_fluent_subtitles_20_regular": 60736, - "ic_fluent_subtract_20_filled": 60737, - "ic_fluent_subtract_20_regular": 60738, - "ic_fluent_subtract_circle_20_filled": 60739, - "ic_fluent_subtract_circle_20_regular": 60740, - "ic_fluent_subtract_circle_arrow_back_20_filled": 60741, - "ic_fluent_subtract_circle_arrow_back_20_regular": 60742, - "ic_fluent_subtract_circle_arrow_forward_20_filled": 60743, - "ic_fluent_subtract_circle_arrow_forward_20_regular": 60744, - "ic_fluent_subtract_square_20_filled": 60745, - "ic_fluent_subtract_square_20_regular": 60746, - "ic_fluent_subtract_square_multiple_20_filled": 60747, - "ic_fluent_subtract_square_multiple_20_regular": 60748, - "ic_fluent_surface_earbuds_20_filled": 60749, - "ic_fluent_surface_earbuds_20_regular": 60750, - "ic_fluent_surface_hub_20_filled": 60751, - "ic_fluent_surface_hub_20_regular": 60752, - "ic_fluent_swimming_pool_20_filled": 60753, - "ic_fluent_swimming_pool_20_regular": 60754, - "ic_fluent_swipe_down_20_filled": 60755, - "ic_fluent_swipe_down_20_regular": 60756, - "ic_fluent_swipe_right_20_filled": 60757, - "ic_fluent_swipe_right_20_regular": 60758, - "ic_fluent_swipe_up_20_filled": 60759, - "ic_fluent_swipe_up_20_regular": 60760, - "ic_fluent_symbols_20_filled": 60761, - "ic_fluent_symbols_20_regular": 60762, - "ic_fluent_sync_off_20_filled": 60763, - "ic_fluent_sync_off_20_regular": 60764, - "ic_fluent_syringe_20_filled": 60765, - "ic_fluent_syringe_20_regular": 60766, - "ic_fluent_system_20_filled": 60767, - "ic_fluent_system_20_regular": 60768, - "ic_fluent_tab_20_filled": 60769, - "ic_fluent_tab_20_regular": 60770, - "ic_fluent_tab_add_20_filled": 60771, - "ic_fluent_tab_add_20_regular": 60772, - "ic_fluent_tab_arrow_left_20_filled": 60773, - "ic_fluent_tab_arrow_left_20_regular": 60774, - "ic_fluent_tab_desktop_20_filled": 60775, - "ic_fluent_tab_desktop_20_regular": 60776, - "ic_fluent_tab_desktop_arrow_clockwise_20_filled": 60777, - "ic_fluent_tab_desktop_arrow_clockwise_20_regular": 60778, - "ic_fluent_tab_desktop_arrow_left_20_filled": 60779, - "ic_fluent_tab_desktop_arrow_left_20_regular": 60780, - "ic_fluent_tab_desktop_bottom_20_filled": 60781, - "ic_fluent_tab_desktop_bottom_20_regular": 60782, - "ic_fluent_tab_desktop_clock_20_filled": 60783, - "ic_fluent_tab_desktop_clock_20_regular": 60784, - "ic_fluent_tab_desktop_copy_20_filled": 60785, - "ic_fluent_tab_desktop_copy_20_regular": 60786, - "ic_fluent_tab_desktop_image_20_filled": 60787, - "ic_fluent_tab_desktop_image_20_regular": 60788, - "ic_fluent_tab_desktop_multiple_20_filled": 60789, - "ic_fluent_tab_desktop_multiple_20_regular": 60790, - "ic_fluent_tab_desktop_multiple_bottom_20_filled": 60791, - "ic_fluent_tab_desktop_multiple_bottom_20_regular": 60792, - "ic_fluent_tab_desktop_new_page_20_filled": 60793, - "ic_fluent_tab_desktop_new_page_20_regular": 60794, - "ic_fluent_tab_in_private_20_filled": 60795, - "ic_fluent_tab_in_private_20_regular": 60796, - "ic_fluent_tab_inprivate_account_20_filled": 60797, - "ic_fluent_tab_inprivate_account_20_regular": 60798, - "ic_fluent_tab_prohibited_20_filled": 60799, - "ic_fluent_tab_prohibited_20_regular": 60800, - "ic_fluent_tab_shield_dismiss_20_filled": 60801, - "ic_fluent_tab_shield_dismiss_20_regular": 60802, - "ic_fluent_table_20_filled": 60803, - "ic_fluent_table_20_regular": 60804, - "ic_fluent_table_add_20_filled": 60805, - "ic_fluent_table_add_20_regular": 60806, - "ic_fluent_table_bottom_row_20_filled": 60807, - "ic_fluent_table_bottom_row_20_regular": 60808, - "ic_fluent_table_calculator_20_filled": 60809, - "ic_fluent_table_calculator_20_regular": 60810, - "ic_fluent_table_cell_edit_20_filled": 60811, - "ic_fluent_table_cell_edit_20_regular": 60812, - "ic_fluent_table_cells_merge_20_filled": 60813, - "ic_fluent_table_cells_merge_20_regular": 60814, - "ic_fluent_table_cells_split_20_filled": 60815, - "ic_fluent_table_cells_split_20_regular": 60816, - "ic_fluent_table_checker_20_filled": 60817, - "ic_fluent_table_checker_20_regular": 60818, - "ic_fluent_table_copy_20_filled": 60819, - "ic_fluent_table_copy_20_regular": 60820, - "ic_fluent_table_delete_column_20_filled": 60821, - "ic_fluent_table_delete_column_20_regular": 60822, - "ic_fluent_table_delete_row_20_filled": 60823, - "ic_fluent_table_delete_row_20_regular": 60824, - "ic_fluent_table_dismiss_20_filled": 60825, - "ic_fluent_table_dismiss_20_regular": 60826, - "ic_fluent_table_edit_20_filled": 60827, - "ic_fluent_table_edit_20_regular": 60828, - "ic_fluent_table_freeze_column_20_filled": 60829, - "ic_fluent_table_freeze_column_20_regular": 60830, - "ic_fluent_table_freeze_column_and_row_20_filled": 60831, - "ic_fluent_table_freeze_column_and_row_20_regular": 60832, - "ic_fluent_table_freeze_row_20_filled": 60833, - "ic_fluent_table_freeze_row_20_regular": 60834, - "ic_fluent_table_image_20_filled": 60835, - "ic_fluent_table_image_20_regular": 60836, - "ic_fluent_table_insert_column_20_filled": 60837, - "ic_fluent_table_insert_column_20_regular": 60838, - "ic_fluent_table_insert_row_20_filled": 60839, - "ic_fluent_table_insert_row_20_regular": 60840, - "ic_fluent_table_lightning_20_filled": 60841, - "ic_fluent_table_lightning_20_regular": 60842, - "ic_fluent_table_link_20_filled": 60843, - "ic_fluent_table_link_20_regular": 60844, - "ic_fluent_table_move_above_20_filled": 60845, - "ic_fluent_table_move_above_20_regular": 60846, - "ic_fluent_table_move_below_20_filled": 60847, - "ic_fluent_table_move_below_20_regular": 60848, - "ic_fluent_table_move_left_20_filled": 60849, - "ic_fluent_table_move_left_20_regular": 60850, - "ic_fluent_table_move_right_20_filled": 60851, - "ic_fluent_table_move_right_20_regular": 60852, - "ic_fluent_table_multiple_20_filled": 60853, - "ic_fluent_table_multiple_20_regular": 60854, - "ic_fluent_table_resize_column_20_filled": 60855, - "ic_fluent_table_resize_column_20_regular": 60856, - "ic_fluent_table_resize_row_20_filled": 60857, - "ic_fluent_table_resize_row_20_regular": 60858, - "ic_fluent_table_search_20_filled": 60859, - "ic_fluent_table_search_20_regular": 60860, - "ic_fluent_table_settings_20_filled": 60861, - "ic_fluent_table_settings_20_regular": 60862, - "ic_fluent_table_simple_20_filled": 60863, - "ic_fluent_table_simple_20_regular": 60864, - "ic_fluent_table_simple_checkmark_20_filled": 60865, - "ic_fluent_table_simple_checkmark_20_regular": 60866, - "ic_fluent_table_split_20_filled": 60867, - "ic_fluent_table_split_20_regular": 60868, - "ic_fluent_table_stack_above_20_filled": 60869, - "ic_fluent_table_stack_above_20_regular": 60870, - "ic_fluent_table_stack_below_20_filled": 60871, - "ic_fluent_table_stack_below_20_regular": 60872, - "ic_fluent_table_stack_left_20_filled": 60873, - "ic_fluent_table_stack_left_20_regular": 60874, - "ic_fluent_table_stack_right_20_filled": 60875, - "ic_fluent_table_stack_right_20_regular": 60876, - "ic_fluent_table_switch_20_filled": 60877, - "ic_fluent_table_switch_20_regular": 60878, - "ic_fluent_tablet_20_filled": 60879, - "ic_fluent_tablet_20_regular": 60880, - "ic_fluent_tablet_speaker_20_filled": 60881, - "ic_fluent_tablet_speaker_20_regular": 60882, - "ic_fluent_tabs_20_filled": 60883, - "ic_fluent_tabs_20_regular": 60884, - "ic_fluent_tag_20_filled": 60885, - "ic_fluent_tag_20_regular": 60886, - "ic_fluent_tag_circle_20_filled": 60887, - "ic_fluent_tag_circle_20_regular": 60888, - "ic_fluent_tag_dismiss_20_filled": 60889, - "ic_fluent_tag_dismiss_20_regular": 60890, - "ic_fluent_tag_error_20_filled": 60891, - "ic_fluent_tag_error_20_regular": 60892, - "ic_fluent_tag_lock_20_filled": 60893, - "ic_fluent_tag_lock_20_regular": 60894, - "ic_fluent_tag_lock_accent_20_filled": 60895, - "ic_fluent_tag_multiple_20_filled": 60896, - "ic_fluent_tag_multiple_20_regular": 60897, - "ic_fluent_tag_off_20_filled": 60898, - "ic_fluent_tag_off_20_regular": 60899, - "ic_fluent_tag_question_mark_20_filled": 60900, - "ic_fluent_tag_question_mark_20_regular": 60901, - "ic_fluent_tag_reset_20_filled": 60902, - "ic_fluent_tag_reset_20_regular": 60903, - "ic_fluent_tag_search_20_filled": 60904, - "ic_fluent_tag_search_20_regular": 60905, - "ic_fluent_tap_double_20_filled": 60906, - "ic_fluent_tap_double_20_regular": 60907, - "ic_fluent_tap_single_20_filled": 60908, - "ic_fluent_tap_single_20_regular": 60909, - "ic_fluent_target_20_filled": 60910, - "ic_fluent_target_20_regular": 60911, - "ic_fluent_target_arrow_20_filled": 60912, - "ic_fluent_target_arrow_20_regular": 60913, - "ic_fluent_target_edit_20_filled": 60914, - "ic_fluent_target_edit_20_regular": 60915, - "ic_fluent_task_list_add_20_filled": 60916, - "ic_fluent_task_list_add_20_regular": 60917, - "ic_fluent_task_list_ltr_20_filled": 60918, - "ic_fluent_task_list_ltr_20_regular": 60919, - "ic_fluent_task_list_rtl_20_filled": 60920, - "ic_fluent_task_list_rtl_20_regular": 60921, - "ic_fluent_task_list_square_add_20_filled": 60922, - "ic_fluent_task_list_square_add_20_regular": 60923, - "ic_fluent_task_list_square_database_20_filled": 60924, - "ic_fluent_task_list_square_database_20_regular": 60925, - "ic_fluent_task_list_square_ltr_20_filled": 60926, - "ic_fluent_task_list_square_ltr_20_regular": 60927, - "ic_fluent_task_list_square_person_20_filled": 60928, - "ic_fluent_task_list_square_person_20_regular": 60929, - "ic_fluent_task_list_square_rtl_20_filled": 60930, - "ic_fluent_task_list_square_rtl_20_regular": 60931, - "ic_fluent_task_list_square_settings_20_filled": 60932, - "ic_fluent_task_list_square_settings_20_regular": 60933, - "ic_fluent_tasks_app_20_filled": 60934, - "ic_fluent_tasks_app_20_regular": 60935, - "ic_fluent_teddy_20_filled": 60936, - "ic_fluent_teddy_20_regular": 60937, - "ic_fluent_temperature_20_filled": 60938, - "ic_fluent_temperature_20_regular": 60939, - "ic_fluent_tent_20_filled": 60940, - "ic_fluent_tent_20_regular": 60941, - "ic_fluent_tetris_app_20_filled": 60942, - "ic_fluent_tetris_app_20_regular": 60943, - "ic_fluent_text_add_20_filled": 60944, - "ic_fluent_text_add_20_regular": 60945, - "ic_fluent_text_add_space_after_20_filled": 60946, - "ic_fluent_text_add_space_after_20_regular": 60947, - "ic_fluent_text_add_space_before_20_filled": 60948, - "ic_fluent_text_add_space_before_20_regular": 60949, - "ic_fluent_text_align_center_20_filled": 60950, - "ic_fluent_text_align_center_20_regular": 60951, - "ic_fluent_text_align_center_rotate_270_20_filled": 60952, - "ic_fluent_text_align_center_rotate_270_20_regular": 60953, - "ic_fluent_text_align_center_rotate_90_20_filled": 60954, - "ic_fluent_text_align_center_rotate_90_20_regular": 60955, - "ic_fluent_text_align_distributed_20_filled": 60956, - "ic_fluent_text_align_distributed_20_regular": 60957, - "ic_fluent_text_align_distributed_evenly_20_filled": 60958, - "ic_fluent_text_align_distributed_evenly_20_regular": 60959, - "ic_fluent_text_align_distributed_vertical_20_filled": 60960, - "ic_fluent_text_align_distributed_vertical_20_regular": 60961, - "ic_fluent_text_align_justify_20_filled": 60962, - "ic_fluent_text_align_justify_20_regular": 60963, - "ic_fluent_text_align_justify_low_20_filled": 60964, - "ic_fluent_text_align_justify_low_20_regular": 60965, - "ic_fluent_text_align_justify_low_rotate_270_20_filled": 60966, - "ic_fluent_text_align_justify_low_rotate_270_20_regular": 60967, - "ic_fluent_text_align_justify_low_rotate_90_20_filled": 60968, - "ic_fluent_text_align_justify_low_rotate_90_20_regular": 60969, - "ic_fluent_text_align_justify_rotate_270_20_filled": 60970, - "ic_fluent_text_align_justify_rotate_270_20_regular": 60971, - "ic_fluent_text_align_justify_rotate_90_20_filled": 60972, - "ic_fluent_text_align_justify_rotate_90_20_regular": 60973, - "ic_fluent_text_align_left_20_filled": 60974, - "ic_fluent_text_align_left_20_regular": 60975, - "ic_fluent_text_align_left_rotate_270_20_filled": 60976, - "ic_fluent_text_align_left_rotate_270_20_regular": 60977, - "ic_fluent_text_align_left_rotate_90_20_filled": 60978, - "ic_fluent_text_align_left_rotate_90_20_regular": 60979, - "ic_fluent_text_align_right_20_filled": 60980, - "ic_fluent_text_align_right_20_regular": 60981, - "ic_fluent_text_align_right_rotate_270_20_filled": 60982, - "ic_fluent_text_align_right_rotate_270_20_regular": 60983, - "ic_fluent_text_align_right_rotate_90_20_filled": 60984, - "ic_fluent_text_align_right_rotate_90_20_regular": 60985, - "ic_fluent_text_asterisk_20_filled": 60986, - "ic_fluent_text_asterisk_20_regular": 60987, - "ic_fluent_text_baseline_20_filled": 60988, - "ic_fluent_text_baseline_20_regular": 60989, - "ic_fluent_text_bold_20_filled": 60990, - "ic_fluent_text_bold_20_regular": 60991, - "ic_fluent_text_box_settings_20_filled": 60992, - "ic_fluent_text_box_settings_20_regular": 60993, - "ic_fluent_text_bullet_list_add_20_filled": 60994, - "ic_fluent_text_bullet_list_add_20_regular": 60995, - "ic_fluent_text_bullet_list_checkmark_20_filled": 60996, - "ic_fluent_text_bullet_list_checkmark_20_regular": 60997, - "ic_fluent_text_bullet_list_dismiss_20_filled": 60998, - "ic_fluent_text_bullet_list_dismiss_20_regular": 60999, - "ic_fluent_text_bullet_list_ltr_20_filled": 61000, - "ic_fluent_text_bullet_list_ltr_20_regular": 61001, - "ic_fluent_text_bullet_list_ltr_rotate_90_20_filled": 61002, - "ic_fluent_text_bullet_list_ltr_rotate_90_20_regular": 61003, - "ic_fluent_text_bullet_list_rotate_270_20_filled": 61004, - "ic_fluent_text_bullet_list_rotate_270_20_regular": 61005, - "ic_fluent_text_bullet_list_rotate_90_20_filled": 61006, - "ic_fluent_text_bullet_list_rotate_90_20_regular": 61007, - "ic_fluent_text_bullet_list_rtl_20_filled": 61008, - "ic_fluent_text_bullet_list_rtl_20_regular": 61009, - "ic_fluent_text_bullet_list_rtl_rotate_90_20_filled": 61010, - "ic_fluent_text_bullet_list_rtl_rotate_90_20_regular": 61011, - "ic_fluent_text_bullet_list_square_20_filled": 61012, - "ic_fluent_text_bullet_list_square_20_regular": 61013, - "ic_fluent_text_bullet_list_square_clock_20_filled": 61014, - "ic_fluent_text_bullet_list_square_clock_20_regular": 61015, - "ic_fluent_text_bullet_list_square_edit_20_filled": 61016, - "ic_fluent_text_bullet_list_square_edit_20_regular": 61017, - "ic_fluent_text_bullet_list_square_person_20_filled": 61018, - "ic_fluent_text_bullet_list_square_person_20_regular": 61019, - "ic_fluent_text_bullet_list_square_search_20_filled": 61020, - "ic_fluent_text_bullet_list_square_search_20_regular": 61021, - "ic_fluent_text_bullet_list_square_settings_20_filled": 61022, - "ic_fluent_text_bullet_list_square_settings_20_regular": 61023, - "ic_fluent_text_bullet_list_square_shield_20_filled": 61024, - "ic_fluent_text_bullet_list_square_shield_20_regular": 61025, - "ic_fluent_text_bullet_list_square_toolbox_20_filled": 61026, - "ic_fluent_text_bullet_list_square_toolbox_20_regular": 61027, - "ic_fluent_text_bullet_list_square_warning_20_filled": 61028, - "ic_fluent_text_bullet_list_square_warning_20_regular": 61029, - "ic_fluent_text_bullet_list_tree_20_filled": 61030, - "ic_fluent_text_bullet_list_tree_20_regular": 61031, - "ic_fluent_text_case_lowercase_20_filled": 61032, - "ic_fluent_text_case_lowercase_20_regular": 61033, - "ic_fluent_text_case_title_20_filled": 61034, - "ic_fluent_text_case_title_20_regular": 61035, - "ic_fluent_text_case_uppercase_20_filled": 61036, - "ic_fluent_text_case_uppercase_20_regular": 61037, - "ic_fluent_text_change_case_20_filled": 61038, - "ic_fluent_text_change_case_20_regular": 61039, - "ic_fluent_text_clear_formatting_20_filled": 61040, - "ic_fluent_text_clear_formatting_20_regular": 61041, - "ic_fluent_text_collapse_20_filled": 61042, - "ic_fluent_text_collapse_20_regular": 61043, - "ic_fluent_text_color_20_filled": 61044, - "ic_fluent_text_color_20_regular": 61045, - "ic_fluent_text_color_accent_20_filled": 61046, - "ic_fluent_text_column_one_20_filled": 61047, - "ic_fluent_text_column_one_20_regular": 61048, - "ic_fluent_text_column_one_narrow_20_filled": 61049, - "ic_fluent_text_column_one_narrow_20_regular": 61050, - "ic_fluent_text_column_one_wide_20_filled": 61051, - "ic_fluent_text_column_one_wide_20_regular": 61052, - "ic_fluent_text_column_one_wide_lightning_20_filled": 61053, - "ic_fluent_text_column_one_wide_lightning_20_regular": 61054, - "ic_fluent_text_column_three_20_filled": 61055, - "ic_fluent_text_column_three_20_regular": 61056, - "ic_fluent_text_column_two_20_filled": 61057, - "ic_fluent_text_column_two_20_regular": 61058, - "ic_fluent_text_column_two_left_20_filled": 61059, - "ic_fluent_text_column_two_left_20_regular": 61060, - "ic_fluent_text_column_two_right_20_filled": 61061, - "ic_fluent_text_column_two_right_20_regular": 61062, - "ic_fluent_text_continuous_20_filled": 61063, - "ic_fluent_text_continuous_20_regular": 61064, - "ic_fluent_text_density_20_filled": 61065, - "ic_fluent_text_density_20_regular": 61066, - "ic_fluent_text_description_20_filled": 61067, - "ic_fluent_text_description_20_regular": 61068, - "ic_fluent_text_direction_horizontal_left_20_filled": 61069, - "ic_fluent_text_direction_horizontal_left_20_regular": 61070, - "ic_fluent_text_direction_horizontal_ltr_20_filled": 61071, - "ic_fluent_text_direction_horizontal_ltr_20_regular": 61072, - "ic_fluent_text_direction_horizontal_right_20_filled": 61073, - "ic_fluent_text_direction_horizontal_right_20_regular": 61074, - "ic_fluent_text_direction_horizontal_rtl_20_filled": 61075, - "ic_fluent_text_direction_horizontal_rtl_20_regular": 61076, - "ic_fluent_text_direction_rotate_270_right_20_filled": 61077, - "ic_fluent_text_direction_rotate_270_right_20_regular": 61078, - "ic_fluent_text_direction_rotate_90_left_20_filled": 61079, - "ic_fluent_text_direction_rotate_90_left_20_regular": 61080, - "ic_fluent_text_direction_rotate_90_ltr_20_filled": 61081, - "ic_fluent_text_direction_rotate_90_ltr_20_regular": 61082, - "ic_fluent_text_direction_rotate_90_right_20_filled": 61083, - "ic_fluent_text_direction_rotate_90_right_20_regular": 61084, - "ic_fluent_text_direction_rotate_90_rtl_20_filled": 61085, - "ic_fluent_text_direction_rotate_90_rtl_20_regular": 61086, - "ic_fluent_text_direction_vertical_20_filled": 61087, - "ic_fluent_text_direction_vertical_20_regular": 61088, - "ic_fluent_text_edit_style_20_filled": 61089, - "ic_fluent_text_edit_style_20_regular": 61090, - "ic_fluent_text_effects_20_filled": 61091, - "ic_fluent_text_effects_20_regular": 61092, - "ic_fluent_text_expand_20_filled": 61093, - "ic_fluent_text_expand_20_regular": 61094, - "ic_fluent_text_field_20_filled": 61095, - "ic_fluent_text_field_20_regular": 61096, - "ic_fluent_text_first_line_20_filled": 61097, - "ic_fluent_text_first_line_20_regular": 61098, - "ic_fluent_text_font_20_filled": 61099, - "ic_fluent_text_font_20_regular": 61100, - "ic_fluent_text_font_info_20_filled": 61101, - "ic_fluent_text_font_info_20_regular": 61102, - "ic_fluent_text_font_size_20_filled": 61103, - "ic_fluent_text_font_size_20_regular": 61104, - "ic_fluent_text_footnote_20_filled": 61105, - "ic_fluent_text_footnote_20_regular": 61106, - "ic_fluent_text_grammar_arrow_left_20_filled": 61107, - "ic_fluent_text_grammar_arrow_left_20_regular": 61108, - "ic_fluent_text_grammar_arrow_right_20_filled": 61109, - "ic_fluent_text_grammar_arrow_right_20_regular": 61110, - "ic_fluent_text_grammar_checkmark_20_filled": 61111, - "ic_fluent_text_grammar_checkmark_20_regular": 61112, - "ic_fluent_text_grammar_dismiss_20_filled": 61113, - "ic_fluent_text_grammar_dismiss_20_regular": 61114, - "ic_fluent_text_grammar_error_20_filled": 61115, - "ic_fluent_text_grammar_error_20_regular": 61116, - "ic_fluent_text_grammar_settings_20_filled": 61117, - "ic_fluent_text_grammar_settings_20_regular": 61118, - "ic_fluent_text_grammar_wand_20_filled": 61119, - "ic_fluent_text_grammar_wand_20_regular": 61120, - "ic_fluent_text_hanging_20_filled": 61121, - "ic_fluent_text_hanging_20_regular": 61122, - "ic_fluent_text_header_1_20_filled": 61123, - "ic_fluent_text_header_1_20_regular": 61124, - "ic_fluent_text_header_2_20_filled": 61125, - "ic_fluent_text_header_2_20_regular": 61126, - "ic_fluent_text_header_3_20_filled": 61127, - "ic_fluent_text_header_3_20_regular": 61128, - "ic_fluent_text_indent_decrease_ltr_20_filled": 61129, - "ic_fluent_text_indent_decrease_ltr_20_regular": 61130, - "ic_fluent_text_indent_decrease_rotate_270_20_filled": 61131, - "ic_fluent_text_indent_decrease_rotate_270_20_regular": 61132, - "ic_fluent_text_indent_decrease_rotate_90_20_filled": 61133, - "ic_fluent_text_indent_decrease_rotate_90_20_regular": 61134, - "ic_fluent_text_indent_decrease_rtl_20_filled": 61135, - "ic_fluent_text_indent_decrease_rtl_20_regular": 61136, - "ic_fluent_text_indent_increase_ltr_20_filled": 61137, - "ic_fluent_text_indent_increase_ltr_20_regular": 61138, - "ic_fluent_text_indent_increase_rotate_270_20_filled": 61139, - "ic_fluent_text_indent_increase_rotate_270_20_regular": 61140, - "ic_fluent_text_indent_increase_rotate_90_20_filled": 61141, - "ic_fluent_text_indent_increase_rotate_90_20_regular": 61142, - "ic_fluent_text_indent_increase_rtl_20_filled": 61143, - "ic_fluent_text_indent_increase_rtl_20_regular": 61144, - "ic_fluent_text_italic_20_filled": 61145, - "ic_fluent_text_italic_20_regular": 61146, - "ic_fluent_text_line_spacing_20_filled": 61147, - "ic_fluent_text_line_spacing_20_regular": 61148, - "ic_fluent_text_more_20_filled": 61149, - "ic_fluent_text_more_20_regular": 61150, - "ic_fluent_text_number_format_20_filled": 61151, - "ic_fluent_text_number_format_20_regular": 61152, - "ic_fluent_text_number_list_ltr_20_filled": 61153, - "ic_fluent_text_number_list_ltr_20_regular": 61154, - "ic_fluent_text_number_list_rotate_270_20_filled": 61155, - "ic_fluent_text_number_list_rotate_270_20_regular": 61156, - "ic_fluent_text_number_list_rotate_90_20_filled": 61157, - "ic_fluent_text_number_list_rotate_90_20_regular": 61158, - "ic_fluent_text_number_list_rtl_20_filled": 61159, - "ic_fluent_text_number_list_rtl_20_regular": 61160, - "ic_fluent_text_paragraph_20_filled": 61161, - "ic_fluent_text_paragraph_20_regular": 61162, - "ic_fluent_text_paragraph_direction_20_filled": 61163, - "ic_fluent_text_paragraph_direction_20_regular": 61164, - "ic_fluent_text_paragraph_direction_left_20_filled": 61165, - "ic_fluent_text_paragraph_direction_left_20_regular": 61166, - "ic_fluent_text_paragraph_direction_right_20_filled": 61167, - "ic_fluent_text_paragraph_direction_right_20_regular": 61168, - "ic_fluent_text_period_asterisk_20_filled": 61169, - "ic_fluent_text_period_asterisk_20_regular": 61170, - "ic_fluent_text_position_behind_20_filled": 61171, - "ic_fluent_text_position_behind_20_regular": 61172, - "ic_fluent_text_position_front_20_filled": 61173, - "ic_fluent_text_position_front_20_regular": 61174, - "ic_fluent_text_position_line_20_filled": 61175, - "ic_fluent_text_position_line_20_regular": 61176, - "ic_fluent_text_position_square_20_filled": 61177, - "ic_fluent_text_position_square_20_regular": 61178, - "ic_fluent_text_position_through_20_filled": 61179, - "ic_fluent_text_position_through_20_regular": 61180, - "ic_fluent_text_position_tight_20_filled": 61181, - "ic_fluent_text_position_tight_20_regular": 61182, - "ic_fluent_text_position_top_bottom_20_filled": 61183, - "ic_fluent_text_position_top_bottom_20_regular": 61184, - "ic_fluent_text_proofing_tools_20_filled": 61185, - "ic_fluent_text_proofing_tools_20_regular": 61186, - "ic_fluent_text_quote_20_filled": 61187, - "ic_fluent_text_quote_20_regular": 61188, - "ic_fluent_text_sort_ascending_20_filled": 61189, - "ic_fluent_text_sort_ascending_20_regular": 61190, - "ic_fluent_text_sort_descending_20_filled": 61191, - "ic_fluent_text_sort_descending_20_regular": 61192, - "ic_fluent_text_strikethrough_20_filled": 61193, - "ic_fluent_text_strikethrough_20_regular": 61194, - "ic_fluent_text_subscript_20_filled": 61195, - "ic_fluent_text_subscript_20_regular": 61196, - "ic_fluent_text_superscript_20_filled": 61197, - "ic_fluent_text_superscript_20_regular": 61198, - "ic_fluent_text_t_20_filled": 61199, - "ic_fluent_text_t_20_regular": 61200, - "ic_fluent_text_underline_20_filled": 61201, - "ic_fluent_text_underline_20_regular": 61202, - "ic_fluent_text_underline_double_20_filled": 61203, - "ic_fluent_text_underline_double_20_regular": 61204, - "ic_fluent_text_whole_word_20_filled": 61205, - "ic_fluent_text_whole_word_20_regular": 61206, - "ic_fluent_text_word_count_20_filled": 61207, - "ic_fluent_text_word_count_20_regular": 61208, - "ic_fluent_text_wrap_20_filled": 61209, - "ic_fluent_text_wrap_20_regular": 61210, - "ic_fluent_text_wrap_off_20_filled": 61211, - "ic_fluent_text_wrap_off_20_regular": 61212, - "ic_fluent_textbox_20_filled": 61213, - "ic_fluent_textbox_20_regular": 61214, - "ic_fluent_textbox_align_bottom_20_filled": 61215, - "ic_fluent_textbox_align_bottom_20_regular": 61216, - "ic_fluent_textbox_align_bottom_rotate_90_20_filled": 61217, - "ic_fluent_textbox_align_bottom_rotate_90_20_regular": 61218, - "ic_fluent_textbox_align_center_20_filled": 61219, - "ic_fluent_textbox_align_center_20_regular": 61220, - "ic_fluent_textbox_align_middle_20_filled": 61221, - "ic_fluent_textbox_align_middle_20_regular": 61222, - "ic_fluent_textbox_align_middle_rotate_90_20_filled": 61223, - "ic_fluent_textbox_align_middle_rotate_90_20_regular": 61224, - "ic_fluent_textbox_align_top_20_filled": 61225, - "ic_fluent_textbox_align_top_20_regular": 61226, - "ic_fluent_textbox_align_top_rotate_90_20_filled": 61227, - "ic_fluent_textbox_align_top_rotate_90_20_regular": 61228, - "ic_fluent_textbox_more_20_filled": 61229, - "ic_fluent_textbox_more_20_regular": 61230, - "ic_fluent_textbox_rotate_90_20_filled": 61231, - "ic_fluent_textbox_rotate_90_20_regular": 61232, - "ic_fluent_thinking_20_filled": 61233, - "ic_fluent_thinking_20_regular": 61234, - "ic_fluent_thumb_dislike_20_filled": 61235, - "ic_fluent_thumb_dislike_20_regular": 61236, - "ic_fluent_thumb_like_20_filled": 61237, - "ic_fluent_thumb_like_20_regular": 61238, - "ic_fluent_ticket_diagonal_20_filled": 61239, - "ic_fluent_ticket_diagonal_20_regular": 61240, - "ic_fluent_ticket_horizontal_20_filled": 61241, - "ic_fluent_ticket_horizontal_20_regular": 61242, - "ic_fluent_time_and_weather_20_filled": 61243, - "ic_fluent_time_and_weather_20_regular": 61244, - "ic_fluent_time_picker_20_filled": 61245, - "ic_fluent_time_picker_20_regular": 61246, - "ic_fluent_timeline_20_filled": 61247, - "ic_fluent_timeline_20_regular": 61248, - "ic_fluent_timer_10_20_filled": 61249, - "ic_fluent_timer_10_20_regular": 61250, - "ic_fluent_timer_2_20_filled": 61251, - "ic_fluent_timer_2_20_regular": 61252, - "ic_fluent_timer_20_filled": 61253, - "ic_fluent_timer_20_regular": 61254, - "ic_fluent_timer_3_20_filled": 61255, - "ic_fluent_timer_3_20_regular": 61256, - "ic_fluent_timer_off_20_filled": 61257, - "ic_fluent_timer_off_20_regular": 61258, - "ic_fluent_toggle_left_20_filled": 61259, - "ic_fluent_toggle_left_20_regular": 61260, - "ic_fluent_toggle_multiple_20_filled": 61261, - "ic_fluent_toggle_multiple_20_regular": 61262, - "ic_fluent_toggle_right_20_filled": 61263, - "ic_fluent_toggle_right_20_regular": 61264, - "ic_fluent_toolbox_20_filled": 61265, - "ic_fluent_toolbox_20_regular": 61266, - "ic_fluent_tooltip_quote_20_filled": 61267, - "ic_fluent_tooltip_quote_20_regular": 61268, - "ic_fluent_top_speed_20_filled": 61269, - "ic_fluent_top_speed_20_regular": 61270, - "ic_fluent_translate_20_filled": 61271, - "ic_fluent_translate_20_regular": 61272, - "ic_fluent_transmission_20_filled": 61273, - "ic_fluent_transmission_20_regular": 61274, - "ic_fluent_tray_item_add_20_filled": 61275, - "ic_fluent_tray_item_add_20_regular": 61276, - "ic_fluent_tray_item_remove_20_filled": 61277, - "ic_fluent_tray_item_remove_20_regular": 61278, - "ic_fluent_tree_deciduous_20_filled": 61279, - "ic_fluent_tree_deciduous_20_regular": 61280, - "ic_fluent_tree_evergreen_20_filled": 61281, - "ic_fluent_tree_evergreen_20_regular": 61282, - "ic_fluent_triangle_20_filled": 61283, - "ic_fluent_triangle_20_regular": 61284, - "ic_fluent_triangle_down_20_filled": 61285, - "ic_fluent_triangle_down_20_regular": 61286, - "ic_fluent_triangle_left_20_filled": 61287, - "ic_fluent_triangle_left_20_regular": 61288, - "ic_fluent_triangle_right_20_filled": 61289, - "ic_fluent_triangle_right_20_regular": 61290, - "ic_fluent_trophy_20_filled": 61291, - "ic_fluent_trophy_20_regular": 61292, - "ic_fluent_trophy_lock_20_filled": 61293, - "ic_fluent_trophy_lock_20_regular": 61294, - "ic_fluent_trophy_off_20_filled": 61295, - "ic_fluent_trophy_off_20_regular": 61296, - "ic_fluent_tv_20_filled": 61297, - "ic_fluent_tv_20_regular": 61298, - "ic_fluent_tv_arrow_right_20_filled": 61299, - "ic_fluent_tv_arrow_right_20_regular": 61300, - "ic_fluent_tv_usb_20_filled": 61301, - "ic_fluent_tv_usb_20_regular": 61302, - "ic_fluent_umbrella_20_filled": 61303, - "ic_fluent_umbrella_20_regular": 61304, - "ic_fluent_uninstall_app_20_filled": 61305, - "ic_fluent_uninstall_app_20_regular": 61306, - "ic_fluent_usb_plug_20_filled": 61307, - "ic_fluent_usb_plug_20_regular": 61308, - "ic_fluent_usb_stick_20_filled": 61309, - "ic_fluent_usb_stick_20_regular": 61310, - "ic_fluent_vault_20_filled": 61311, - "ic_fluent_vault_20_regular": 61312, - "ic_fluent_vehicle_bicycle_20_filled": 61313, - "ic_fluent_vehicle_bicycle_20_regular": 61314, - "ic_fluent_vehicle_bus_20_filled": 61315, - "ic_fluent_vehicle_bus_20_regular": 61316, - "ic_fluent_vehicle_cab_20_filled": 61317, - "ic_fluent_vehicle_cab_20_regular": 61318, - "ic_fluent_vehicle_car_20_filled": 61319, - "ic_fluent_vehicle_car_20_regular": 61320, - "ic_fluent_vehicle_car_collision_20_filled": 61321, - "ic_fluent_vehicle_car_collision_20_regular": 61322, - "ic_fluent_vehicle_car_parking_20_filled": 61323, - "ic_fluent_vehicle_car_parking_20_regular": 61324, - "ic_fluent_vehicle_car_profile_ltr_20_filled": 61325, - "ic_fluent_vehicle_car_profile_ltr_20_regular": 61326, - "ic_fluent_vehicle_car_profile_ltr_clock_20_filled": 61327, - "ic_fluent_vehicle_car_profile_ltr_clock_20_regular": 61328, - "ic_fluent_vehicle_car_profile_rtl_20_filled": 61329, - "ic_fluent_vehicle_car_profile_rtl_20_regular": 61330, - "ic_fluent_vehicle_ship_20_filled": 61331, - "ic_fluent_vehicle_ship_20_regular": 61332, - "ic_fluent_vehicle_subway_20_filled": 61333, - "ic_fluent_vehicle_subway_20_regular": 61334, - "ic_fluent_vehicle_truck_20_filled": 61335, - "ic_fluent_vehicle_truck_20_regular": 61336, - "ic_fluent_vehicle_truck_bag_20_filled": 61337, - "ic_fluent_vehicle_truck_bag_20_regular": 61338, - "ic_fluent_vehicle_truck_cube_20_filled": 61339, - "ic_fluent_vehicle_truck_cube_20_regular": 61340, - "ic_fluent_vehicle_truck_profile_20_filled": 61341, - "ic_fluent_vehicle_truck_profile_20_regular": 61342, - "ic_fluent_video_20_filled": 61343, - "ic_fluent_video_20_regular": 61344, - "ic_fluent_video_360_20_filled": 61345, - "ic_fluent_video_360_20_regular": 61346, - "ic_fluent_video_360_off_20_filled": 61347, - "ic_fluent_video_360_off_20_regular": 61348, - "ic_fluent_video_add_20_filled": 61349, - "ic_fluent_video_add_20_regular": 61350, - "ic_fluent_video_background_effect_20_filled": 61351, - "ic_fluent_video_background_effect_20_regular": 61352, - "ic_fluent_video_chat_20_filled": 61353, - "ic_fluent_video_chat_20_regular": 61354, - "ic_fluent_video_clip_20_filled": 61355, - "ic_fluent_video_clip_20_regular": 61356, - "ic_fluent_video_clip_multiple_20_filled": 61357, - "ic_fluent_video_clip_multiple_20_regular": 61358, - "ic_fluent_video_clip_off_20_filled": 61359, - "ic_fluent_video_clip_off_20_regular": 61360, - "ic_fluent_video_off_20_filled": 61361, - "ic_fluent_video_off_20_regular": 61362, - "ic_fluent_video_person_20_filled": 61363, - "ic_fluent_video_person_20_regular": 61364, - "ic_fluent_video_person_call_20_filled": 61365, - "ic_fluent_video_person_call_20_regular": 61366, - "ic_fluent_video_person_off_20_filled": 61367, - "ic_fluent_video_person_off_20_regular": 61368, - "ic_fluent_video_person_sparkle_20_filled": 61369, - "ic_fluent_video_person_sparkle_20_regular": 61370, - "ic_fluent_video_person_star_20_filled": 61371, - "ic_fluent_video_person_star_20_regular": 61372, - "ic_fluent_video_person_star_off_20_filled": 61373, - "ic_fluent_video_person_star_off_20_regular": 61374, - "ic_fluent_video_play_pause_20_filled": 61375, - "ic_fluent_video_play_pause_20_regular": 61376, - "ic_fluent_video_prohibited_20_filled": 61377, - "ic_fluent_video_prohibited_20_regular": 61378, - "ic_fluent_video_recording_20_filled": 61379, - "ic_fluent_video_recording_20_regular": 61380, - "ic_fluent_video_security_20_filled": 61381, - "ic_fluent_video_security_20_regular": 61382, - "ic_fluent_video_switch_20_filled": 61383, - "ic_fluent_video_switch_20_regular": 61384, - "ic_fluent_video_sync_20_filled": 61385, - "ic_fluent_video_sync_20_regular": 61386, - "ic_fluent_view_desktop_20_filled": 61387, - "ic_fluent_view_desktop_20_regular": 61388, - "ic_fluent_view_desktop_mobile_20_filled": 61389, - "ic_fluent_view_desktop_mobile_20_regular": 61390, - "ic_fluent_virtual_network_20_filled": 61391, - "ic_fluent_virtual_network_20_regular": 61392, - "ic_fluent_virtual_network_toolbox_20_filled": 61393, - "ic_fluent_virtual_network_toolbox_20_regular": 61394, - "ic_fluent_voicemail_20_filled": 61395, - "ic_fluent_voicemail_20_regular": 61396, - "ic_fluent_voicemail_arrow_back_20_filled": 61397, - "ic_fluent_voicemail_arrow_back_20_regular": 61398, - "ic_fluent_voicemail_arrow_forward_20_filled": 61399, - "ic_fluent_voicemail_arrow_forward_20_regular": 61400, - "ic_fluent_voicemail_arrow_subtract_20_filled": 61401, - "ic_fluent_voicemail_arrow_subtract_20_regular": 61402, - "ic_fluent_vote_20_filled": 61403, - "ic_fluent_vote_20_regular": 61404, - "ic_fluent_walkie_talkie_20_filled": 61405, - "ic_fluent_walkie_talkie_20_regular": 61406, - "ic_fluent_wallet_20_filled": 61407, - "ic_fluent_wallet_20_regular": 61408, - "ic_fluent_wallet_credit_card_20_filled": 61409, - "ic_fluent_wallet_credit_card_20_regular": 61410, - "ic_fluent_wallpaper_20_filled": 61411, - "ic_fluent_wallpaper_20_regular": 61412, - "ic_fluent_wand_20_filled": 61413, - "ic_fluent_wand_20_regular": 61414, - "ic_fluent_warning_20_filled": 61415, - "ic_fluent_warning_20_regular": 61416, - "ic_fluent_warning_shield_20_filled": 61417, - "ic_fluent_warning_shield_20_regular": 61418, - "ic_fluent_washer_20_filled": 61419, - "ic_fluent_washer_20_regular": 61420, - "ic_fluent_water_20_filled": 61421, - "ic_fluent_water_20_regular": 61422, - "ic_fluent_weather_blowing_snow_20_filled": 61423, - "ic_fluent_weather_blowing_snow_20_regular": 61424, - "ic_fluent_weather_cloudy_20_filled": 61425, - "ic_fluent_weather_cloudy_20_regular": 61426, - "ic_fluent_weather_drizzle_20_filled": 61427, - "ic_fluent_weather_drizzle_20_regular": 61428, - "ic_fluent_weather_duststorm_20_filled": 61429, - "ic_fluent_weather_duststorm_20_regular": 61430, - "ic_fluent_weather_fog_20_filled": 61431, - "ic_fluent_weather_fog_20_regular": 61432, - "ic_fluent_weather_hail_day_20_filled": 61433, - "ic_fluent_weather_hail_day_20_regular": 61434, - "ic_fluent_weather_hail_night_20_filled": 61435, - "ic_fluent_weather_hail_night_20_regular": 61436, - "ic_fluent_weather_haze_20_filled": 61437, - "ic_fluent_weather_haze_20_regular": 61438, - "ic_fluent_weather_moon_20_filled": 61439, - "ic_fluent_weather_moon_20_regular": 61440, - "ic_fluent_weather_moon_off_20_filled": 61441, - "ic_fluent_weather_moon_off_20_regular": 61442, - "ic_fluent_weather_partly_cloudy_day_20_filled": 61443, - "ic_fluent_weather_partly_cloudy_day_20_regular": 61444, - "ic_fluent_weather_partly_cloudy_night_20_filled": 61445, - "ic_fluent_weather_partly_cloudy_night_20_regular": 61446, - "ic_fluent_weather_rain_20_filled": 61447, - "ic_fluent_weather_rain_20_regular": 61448, - "ic_fluent_weather_rain_showers_day_20_filled": 61449, - "ic_fluent_weather_rain_showers_day_20_regular": 61450, - "ic_fluent_weather_rain_showers_night_20_filled": 61451, - "ic_fluent_weather_rain_showers_night_20_regular": 61452, - "ic_fluent_weather_rain_snow_20_filled": 61453, - "ic_fluent_weather_rain_snow_20_regular": 61454, - "ic_fluent_weather_snow_20_filled": 61455, - "ic_fluent_weather_snow_20_regular": 61456, - "ic_fluent_weather_snow_shower_day_20_filled": 61457, - "ic_fluent_weather_snow_shower_day_20_regular": 61458, - "ic_fluent_weather_snow_shower_night_20_filled": 61459, - "ic_fluent_weather_snow_shower_night_20_regular": 61460, - "ic_fluent_weather_snowflake_20_filled": 61461, - "ic_fluent_weather_snowflake_20_regular": 61462, - "ic_fluent_weather_squalls_20_filled": 61463, - "ic_fluent_weather_squalls_20_regular": 61464, - "ic_fluent_weather_sunny_20_filled": 61465, - "ic_fluent_weather_sunny_20_regular": 61466, - "ic_fluent_weather_sunny_high_20_filled": 61467, - "ic_fluent_weather_sunny_high_20_regular": 61468, - "ic_fluent_weather_sunny_low_20_filled": 61469, - "ic_fluent_weather_sunny_low_20_regular": 61470, - "ic_fluent_weather_thunderstorm_20_filled": 61471, - "ic_fluent_weather_thunderstorm_20_regular": 61472, - "ic_fluent_web_asset_20_filled": 61473, - "ic_fluent_web_asset_20_regular": 61474, - "ic_fluent_whiteboard_20_filled": 61475, - "ic_fluent_whiteboard_20_regular": 61476, - "ic_fluent_wifi_1_20_filled": 61477, - "ic_fluent_wifi_1_20_regular": 61478, - "ic_fluent_wifi_2_20_filled": 61479, - "ic_fluent_wifi_2_20_regular": 61480, - "ic_fluent_wifi_3_20_filled": 61481, - "ic_fluent_wifi_3_20_regular": 61482, - "ic_fluent_wifi_4_20_filled": 61483, - "ic_fluent_wifi_4_20_regular": 61484, - "ic_fluent_wifi_lock_20_filled": 61485, - "ic_fluent_wifi_lock_20_regular": 61486, - "ic_fluent_wifi_off_20_filled": 61487, - "ic_fluent_wifi_off_20_regular": 61488, - "ic_fluent_wifi_settings_20_filled": 61489, - "ic_fluent_wifi_settings_20_regular": 61490, - "ic_fluent_wifi_warning_20_filled": 61491, - "ic_fluent_wifi_warning_20_regular": 61492, - "ic_fluent_window_20_filled": 61493, - "ic_fluent_window_20_regular": 61494, - "ic_fluent_window_ad_20_filled": 61495, - "ic_fluent_window_ad_20_regular": 61496, - "ic_fluent_window_ad_off_20_filled": 61497, - "ic_fluent_window_ad_off_20_regular": 61498, - "ic_fluent_window_ad_person_20_filled": 61499, - "ic_fluent_window_ad_person_20_regular": 61500, - "ic_fluent_window_apps_20_filled": 61501, - "ic_fluent_window_apps_20_regular": 61502, - "ic_fluent_window_arrow_up_20_filled": 61503, - "ic_fluent_window_arrow_up_20_regular": 61504, - "ic_fluent_window_bullet_list_20_filled": 61505, - "ic_fluent_window_bullet_list_20_regular": 61506, - "ic_fluent_window_bullet_list_add_20_filled": 61507, - "ic_fluent_window_bullet_list_add_20_regular": 61508, - "ic_fluent_window_console_20_filled": 61509, - "ic_fluent_window_console_20_regular": 61510, - "ic_fluent_window_database_20_filled": 61511, - "ic_fluent_window_database_20_regular": 61512, - "ic_fluent_window_dev_edit_20_filled": 61513, - "ic_fluent_window_dev_edit_20_regular": 61514, - "ic_fluent_window_dev_tools_20_filled": 61515, - "ic_fluent_window_dev_tools_20_regular": 61516, - "ic_fluent_window_edit_20_filled": 61517, - "ic_fluent_window_edit_20_regular": 61518, - "ic_fluent_window_header_horizontal_20_filled": 61519, - "ic_fluent_window_header_horizontal_20_regular": 61520, - "ic_fluent_window_header_horizontal_off_20_filled": 61521, - "ic_fluent_window_header_horizontal_off_20_regular": 61522, - "ic_fluent_window_header_vertical_20_filled": 61523, - "ic_fluent_window_header_vertical_20_regular": 61524, - "ic_fluent_window_inprivate_20_filled": 61525, - "ic_fluent_window_inprivate_20_regular": 61526, - "ic_fluent_window_inprivate_account_20_filled": 61527, - "ic_fluent_window_inprivate_account_20_regular": 61528, - "ic_fluent_window_location_target_20_filled": 61529, - "ic_fluent_window_location_target_20_regular": 61530, - "ic_fluent_window_multiple_20_filled": 61531, - "ic_fluent_window_multiple_20_regular": 61532, - "ic_fluent_window_multiple_swap_20_filled": 61533, - "ic_fluent_window_multiple_swap_20_regular": 61534, - "ic_fluent_window_new_20_filled": 61535, - "ic_fluent_window_new_20_regular": 61536, - "ic_fluent_window_play_20_filled": 61537, - "ic_fluent_window_play_20_regular": 61538, - "ic_fluent_window_settings_20_filled": 61539, - "ic_fluent_window_settings_20_regular": 61540, - "ic_fluent_window_shield_20_filled": 61541, - "ic_fluent_window_shield_20_regular": 61542, - "ic_fluent_window_text_20_filled": 61543, - "ic_fluent_window_text_20_regular": 61544, - "ic_fluent_window_wrench_20_filled": 61545, - "ic_fluent_window_wrench_20_regular": 61546, - "ic_fluent_wrench_20_filled": 61547, - "ic_fluent_wrench_20_regular": 61548, - "ic_fluent_wrench_screwdriver_20_filled": 61549, - "ic_fluent_wrench_screwdriver_20_regular": 61550, - "ic_fluent_xbox_console_20_filled": 61551, - "ic_fluent_xbox_console_20_regular": 61552, - "ic_fluent_xbox_controller_20_filled": 61553, - "ic_fluent_xbox_controller_20_regular": 61554, - "ic_fluent_xbox_controller_error_20_filled": 61555, - "ic_fluent_xbox_controller_error_20_regular": 61556, - "ic_fluent_xray_20_filled": 61557, - "ic_fluent_xray_20_regular": 61558, - "ic_fluent_zoom_fit_20_filled": 61559, - "ic_fluent_zoom_fit_20_regular": 61560, - "ic_fluent_zoom_in_20_filled": 61561, - "ic_fluent_zoom_in_20_regular": 61562, - "ic_fluent_zoom_out_20_filled": 61563, - "ic_fluent_zoom_out_20_regular": 61564 + "ic_fluent_calendar_arrow_counterclockwise_20_filled": 58002, + "ic_fluent_calendar_arrow_counterclockwise_20_regular": 58003, + "ic_fluent_calendar_arrow_down_20_filled": 58004, + "ic_fluent_calendar_arrow_down_20_regular": 58005, + "ic_fluent_calendar_arrow_right_20_filled": 58006, + "ic_fluent_calendar_arrow_right_20_regular": 58007, + "ic_fluent_calendar_assistant_20_filled": 58008, + "ic_fluent_calendar_assistant_20_regular": 58009, + "ic_fluent_calendar_cancel_20_filled": 58010, + "ic_fluent_calendar_cancel_20_regular": 58011, + "ic_fluent_calendar_chat_20_filled": 58012, + "ic_fluent_calendar_chat_20_regular": 58013, + "ic_fluent_calendar_checkmark_20_filled": 58014, + "ic_fluent_calendar_checkmark_20_regular": 58015, + "ic_fluent_calendar_clock_20_filled": 58016, + "ic_fluent_calendar_clock_20_regular": 58017, + "ic_fluent_calendar_data_bar_20_filled": 58018, + "ic_fluent_calendar_data_bar_20_regular": 58019, + "ic_fluent_calendar_day_20_filled": 58020, + "ic_fluent_calendar_day_20_regular": 58021, + "ic_fluent_calendar_edit_20_filled": 58022, + "ic_fluent_calendar_edit_20_regular": 58023, + "ic_fluent_calendar_empty_20_filled": 58024, + "ic_fluent_calendar_empty_20_regular": 58025, + "ic_fluent_calendar_error_20_filled": 58026, + "ic_fluent_calendar_error_20_regular": 58027, + "ic_fluent_calendar_info_20_filled": 58028, + "ic_fluent_calendar_info_20_regular": 58029, + "ic_fluent_calendar_lock_20_filled": 58030, + "ic_fluent_calendar_lock_20_regular": 58031, + "ic_fluent_calendar_ltr_20_filled": 58032, + "ic_fluent_calendar_ltr_20_regular": 58033, + "ic_fluent_calendar_mail_20_filled": 58034, + "ic_fluent_calendar_mail_20_regular": 58035, + "ic_fluent_calendar_mention_20_filled": 58036, + "ic_fluent_calendar_mention_20_regular": 58037, + "ic_fluent_calendar_month_20_filled": 58038, + "ic_fluent_calendar_month_20_regular": 58039, + "ic_fluent_calendar_multiple_20_filled": 58040, + "ic_fluent_calendar_multiple_20_regular": 58041, + "ic_fluent_calendar_pattern_20_filled": 58042, + "ic_fluent_calendar_pattern_20_regular": 58043, + "ic_fluent_calendar_person_20_filled": 58044, + "ic_fluent_calendar_person_20_regular": 58045, + "ic_fluent_calendar_phone_20_filled": 58046, + "ic_fluent_calendar_phone_20_regular": 58047, + "ic_fluent_calendar_play_20_filled": 58048, + "ic_fluent_calendar_play_20_regular": 58049, + "ic_fluent_calendar_question_mark_20_filled": 58050, + "ic_fluent_calendar_question_mark_20_regular": 58051, + "ic_fluent_calendar_reply_20_filled": 58052, + "ic_fluent_calendar_reply_20_regular": 58053, + "ic_fluent_calendar_rtl_20_filled": 58054, + "ic_fluent_calendar_rtl_20_regular": 58055, + "ic_fluent_calendar_search_20_filled": 58056, + "ic_fluent_calendar_search_20_regular": 58057, + "ic_fluent_calendar_settings_20_filled": 58058, + "ic_fluent_calendar_settings_20_regular": 58059, + "ic_fluent_calendar_shield_20_filled": 58060, + "ic_fluent_calendar_shield_20_regular": 58061, + "ic_fluent_calendar_star_20_filled": 58062, + "ic_fluent_calendar_star_20_regular": 58063, + "ic_fluent_calendar_sync_20_filled": 58064, + "ic_fluent_calendar_sync_20_regular": 58065, + "ic_fluent_calendar_today_20_filled": 58066, + "ic_fluent_calendar_today_20_regular": 58067, + "ic_fluent_calendar_toolbox_20_filled": 58068, + "ic_fluent_calendar_toolbox_20_regular": 58069, + "ic_fluent_calendar_week_numbers_20_filled": 58070, + "ic_fluent_calendar_week_numbers_20_regular": 58071, + "ic_fluent_calendar_week_start_20_filled": 58072, + "ic_fluent_calendar_week_start_20_regular": 58073, + "ic_fluent_calendar_work_week_20_filled": 58074, + "ic_fluent_calendar_work_week_20_regular": 58075, + "ic_fluent_call_20_filled": 58076, + "ic_fluent_call_20_regular": 58077, + "ic_fluent_call_add_20_filled": 58078, + "ic_fluent_call_add_20_regular": 58079, + "ic_fluent_call_checkmark_20_filled": 58080, + "ic_fluent_call_checkmark_20_regular": 58081, + "ic_fluent_call_connecting_20_filled": 58082, + "ic_fluent_call_connecting_20_regular": 58083, + "ic_fluent_call_dismiss_20_filled": 58084, + "ic_fluent_call_dismiss_20_regular": 58085, + "ic_fluent_call_end_20_filled": 58086, + "ic_fluent_call_end_20_regular": 58087, + "ic_fluent_call_exclamation_20_filled": 58088, + "ic_fluent_call_exclamation_20_regular": 58089, + "ic_fluent_call_forward_20_filled": 58090, + "ic_fluent_call_forward_20_regular": 58091, + "ic_fluent_call_inbound_20_filled": 58092, + "ic_fluent_call_inbound_20_regular": 58093, + "ic_fluent_call_missed_20_filled": 58094, + "ic_fluent_call_missed_20_regular": 58095, + "ic_fluent_call_outbound_20_filled": 58096, + "ic_fluent_call_outbound_20_regular": 58097, + "ic_fluent_call_park_20_filled": 58098, + "ic_fluent_call_park_20_regular": 58099, + "ic_fluent_call_pause_20_filled": 58100, + "ic_fluent_call_pause_20_regular": 58101, + "ic_fluent_call_prohibited_20_filled": 58102, + "ic_fluent_call_prohibited_20_regular": 58103, + "ic_fluent_call_transfer_20_filled": 58104, + "ic_fluent_call_transfer_20_regular": 58105, + "ic_fluent_call_warning_20_filled": 58106, + "ic_fluent_call_warning_20_regular": 58107, + "ic_fluent_calligraphy_pen_20_filled": 58108, + "ic_fluent_calligraphy_pen_20_regular": 58109, + "ic_fluent_calligraphy_pen_checkmark_20_filled": 58110, + "ic_fluent_calligraphy_pen_checkmark_20_regular": 58111, + "ic_fluent_calligraphy_pen_error_20_filled": 58112, + "ic_fluent_calligraphy_pen_error_20_regular": 58113, + "ic_fluent_calligraphy_pen_question_mark_20_filled": 58114, + "ic_fluent_calligraphy_pen_question_mark_20_regular": 58115, + "ic_fluent_camera_20_filled": 58116, + "ic_fluent_camera_20_regular": 58117, + "ic_fluent_camera_add_20_filled": 58118, + "ic_fluent_camera_add_20_regular": 58119, + "ic_fluent_camera_dome_20_filled": 58120, + "ic_fluent_camera_dome_20_regular": 58121, + "ic_fluent_camera_edit_20_filled": 58122, + "ic_fluent_camera_edit_20_regular": 58123, + "ic_fluent_camera_off_20_filled": 58124, + "ic_fluent_camera_off_20_regular": 58125, + "ic_fluent_camera_sparkles_20_filled": 58126, + "ic_fluent_camera_sparkles_20_regular": 58127, + "ic_fluent_camera_switch_20_filled": 58128, + "ic_fluent_camera_switch_20_regular": 58129, + "ic_fluent_caret_down_20_filled": 58130, + "ic_fluent_caret_down_20_regular": 58131, + "ic_fluent_caret_down_right_20_filled": 58132, + "ic_fluent_caret_down_right_20_regular": 58133, + "ic_fluent_caret_left_20_filled": 58134, + "ic_fluent_caret_left_20_regular": 58135, + "ic_fluent_caret_right_20_filled": 58136, + "ic_fluent_caret_right_20_regular": 58137, + "ic_fluent_caret_up_20_filled": 58138, + "ic_fluent_caret_up_20_regular": 58139, + "ic_fluent_cart_20_filled": 58140, + "ic_fluent_cart_20_regular": 58141, + "ic_fluent_cast_20_filled": 58142, + "ic_fluent_cast_20_regular": 58143, + "ic_fluent_catch_up_20_filled": 58144, + "ic_fluent_catch_up_20_regular": 58145, + "ic_fluent_cellular_3g_20_filled": 58146, + "ic_fluent_cellular_3g_20_regular": 58147, + "ic_fluent_cellular_4g_20_filled": 58148, + "ic_fluent_cellular_4g_20_regular": 58149, + "ic_fluent_cellular_5g_20_filled": 58150, + "ic_fluent_cellular_5g_20_regular": 58151, + "ic_fluent_cellular_data_1_20_filled": 58152, + "ic_fluent_cellular_data_1_20_regular": 58153, + "ic_fluent_cellular_data_2_20_filled": 58154, + "ic_fluent_cellular_data_2_20_regular": 58155, + "ic_fluent_cellular_data_3_20_filled": 58156, + "ic_fluent_cellular_data_3_20_regular": 58157, + "ic_fluent_cellular_data_4_20_filled": 58158, + "ic_fluent_cellular_data_4_20_regular": 58159, + "ic_fluent_cellular_data_5_20_filled": 58160, + "ic_fluent_cellular_data_5_20_regular": 58161, + "ic_fluent_cellular_off_20_filled": 58162, + "ic_fluent_cellular_off_20_regular": 58163, + "ic_fluent_cellular_warning_20_filled": 58164, + "ic_fluent_cellular_warning_20_regular": 58165, + "ic_fluent_center_horizontal_20_filled": 58166, + "ic_fluent_center_horizontal_20_regular": 58167, + "ic_fluent_center_vertical_20_filled": 58168, + "ic_fluent_center_vertical_20_regular": 58169, + "ic_fluent_certificate_20_filled": 58170, + "ic_fluent_certificate_20_regular": 58171, + "ic_fluent_channel_20_filled": 58172, + "ic_fluent_channel_20_regular": 58173, + "ic_fluent_channel_add_20_filled": 58174, + "ic_fluent_channel_add_20_regular": 58175, + "ic_fluent_channel_alert_20_filled": 58176, + "ic_fluent_channel_alert_20_regular": 58177, + "ic_fluent_channel_arrow_left_20_filled": 58178, + "ic_fluent_channel_arrow_left_20_regular": 58179, + "ic_fluent_channel_dismiss_20_filled": 58180, + "ic_fluent_channel_dismiss_20_regular": 58181, + "ic_fluent_channel_share_20_filled": 58182, + "ic_fluent_channel_share_20_regular": 58183, + "ic_fluent_channel_subtract_20_filled": 58184, + "ic_fluent_channel_subtract_20_regular": 58185, + "ic_fluent_chart_multiple_20_filled": 58186, + "ic_fluent_chart_multiple_20_regular": 58187, + "ic_fluent_chart_person_20_filled": 58188, + "ic_fluent_chart_person_20_regular": 58189, + "ic_fluent_chat_20_filled": 58190, + "ic_fluent_chat_20_regular": 58191, + "ic_fluent_chat_add_20_filled": 58192, + "ic_fluent_chat_add_20_regular": 58193, + "ic_fluent_chat_arrow_back_20_filled": 58194, + "ic_fluent_chat_arrow_back_20_regular": 58195, + "ic_fluent_chat_arrow_double_back_20_filled": 58196, + "ic_fluent_chat_arrow_double_back_20_regular": 58197, + "ic_fluent_chat_bubbles_question_20_filled": 58198, + "ic_fluent_chat_bubbles_question_20_regular": 58199, + "ic_fluent_chat_cursor_20_filled": 58200, + "ic_fluent_chat_cursor_20_regular": 58201, + "ic_fluent_chat_dismiss_20_filled": 58202, + "ic_fluent_chat_dismiss_20_regular": 58203, + "ic_fluent_chat_empty_20_filled": 58204, + "ic_fluent_chat_empty_20_regular": 58205, + "ic_fluent_chat_help_20_filled": 58206, + "ic_fluent_chat_help_20_regular": 58207, + "ic_fluent_chat_mail_20_filled": 58208, + "ic_fluent_chat_mail_20_regular": 58209, + "ic_fluent_chat_multiple_20_filled": 58210, + "ic_fluent_chat_multiple_20_regular": 58211, + "ic_fluent_chat_off_20_filled": 58212, + "ic_fluent_chat_off_20_regular": 58213, + "ic_fluent_chat_settings_20_filled": 58214, + "ic_fluent_chat_settings_20_regular": 58215, + "ic_fluent_chat_video_20_filled": 58216, + "ic_fluent_chat_video_20_regular": 58217, + "ic_fluent_chat_warning_20_filled": 58218, + "ic_fluent_chat_warning_20_regular": 58219, + "ic_fluent_check_20_filled": 58220, + "ic_fluent_check_20_regular": 58221, + "ic_fluent_checkbox_1_20_filled": 58222, + "ic_fluent_checkbox_1_20_regular": 58223, + "ic_fluent_checkbox_2_20_filled": 58224, + "ic_fluent_checkbox_2_20_regular": 58225, + "ic_fluent_checkbox_arrow_right_20_filled": 58226, + "ic_fluent_checkbox_arrow_right_20_regular": 58227, + "ic_fluent_checkbox_checked_20_filled": 58228, + "ic_fluent_checkbox_checked_20_regular": 58229, + "ic_fluent_checkbox_checked_sync_20_filled": 58230, + "ic_fluent_checkbox_checked_sync_20_regular": 58231, + "ic_fluent_checkbox_indeterminate_20_filled": 58232, + "ic_fluent_checkbox_indeterminate_20_regular": 58233, + "ic_fluent_checkbox_person_20_filled": 58234, + "ic_fluent_checkbox_person_20_regular": 58235, + "ic_fluent_checkbox_unchecked_20_filled": 58236, + "ic_fluent_checkbox_unchecked_20_regular": 58237, + "ic_fluent_checkbox_warning_20_filled": 58238, + "ic_fluent_checkbox_warning_20_regular": 58239, + "ic_fluent_checkmark_20_filled": 58240, + "ic_fluent_checkmark_20_regular": 58241, + "ic_fluent_checkmark_circle_20_filled": 58242, + "ic_fluent_checkmark_circle_20_regular": 58243, + "ic_fluent_checkmark_lock_20_filled": 58244, + "ic_fluent_checkmark_lock_20_regular": 58245, + "ic_fluent_checkmark_note_20_filled": 58246, + "ic_fluent_checkmark_note_20_regular": 58247, + "ic_fluent_checkmark_square_20_filled": 58248, + "ic_fluent_checkmark_square_20_regular": 58249, + "ic_fluent_checkmark_starburst_20_filled": 58250, + "ic_fluent_checkmark_starburst_20_regular": 58251, + "ic_fluent_checkmark_underline_circle_20_filled": 58252, + "ic_fluent_checkmark_underline_circle_20_regular": 58253, + "ic_fluent_chess_20_filled": 58254, + "ic_fluent_chess_20_regular": 58255, + "ic_fluent_chevron_circle_down_20_filled": 58256, + "ic_fluent_chevron_circle_down_20_regular": 58257, + "ic_fluent_chevron_circle_left_20_filled": 58258, + "ic_fluent_chevron_circle_left_20_regular": 58259, + "ic_fluent_chevron_circle_right_20_filled": 58260, + "ic_fluent_chevron_circle_right_20_regular": 58261, + "ic_fluent_chevron_circle_up_20_filled": 58262, + "ic_fluent_chevron_circle_up_20_regular": 58263, + "ic_fluent_chevron_double_down_20_filled": 58264, + "ic_fluent_chevron_double_down_20_regular": 58265, + "ic_fluent_chevron_double_left_20_filled": 58266, + "ic_fluent_chevron_double_left_20_regular": 58267, + "ic_fluent_chevron_double_right_20_filled": 58268, + "ic_fluent_chevron_double_right_20_regular": 58269, + "ic_fluent_chevron_double_up_20_filled": 58270, + "ic_fluent_chevron_double_up_20_regular": 58271, + "ic_fluent_chevron_down_20_filled": 58272, + "ic_fluent_chevron_down_20_regular": 58273, + "ic_fluent_chevron_left_20_filled": 58274, + "ic_fluent_chevron_left_20_regular": 58275, + "ic_fluent_chevron_right_20_filled": 58276, + "ic_fluent_chevron_right_20_regular": 58277, + "ic_fluent_chevron_up_20_filled": 58278, + "ic_fluent_chevron_up_20_regular": 58279, + "ic_fluent_chevron_up_down_20_filled": 58280, + "ic_fluent_chevron_up_down_20_regular": 58281, + "ic_fluent_circle_20_filled": 58282, + "ic_fluent_circle_20_regular": 58283, + "ic_fluent_circle_edit_20_filled": 58284, + "ic_fluent_circle_edit_20_regular": 58285, + "ic_fluent_circle_eraser_20_filled": 58286, + "ic_fluent_circle_eraser_20_regular": 58287, + "ic_fluent_circle_half_fill_20_filled": 58288, + "ic_fluent_circle_half_fill_20_regular": 58289, + "ic_fluent_circle_image_20_filled": 58290, + "ic_fluent_circle_image_20_regular": 58291, + "ic_fluent_circle_line_20_filled": 58292, + "ic_fluent_circle_line_20_regular": 58293, + "ic_fluent_circle_multiple_subtract_checkmark_20_filled": 58294, + "ic_fluent_circle_multiple_subtract_checkmark_20_regular": 58295, + "ic_fluent_circle_off_20_filled": 58296, + "ic_fluent_circle_off_20_regular": 58297, + "ic_fluent_circle_small_20_filled": 58298, + "ic_fluent_circle_small_20_regular": 58299, + "ic_fluent_city_20_filled": 58300, + "ic_fluent_city_20_regular": 58301, + "ic_fluent_class_20_filled": 58302, + "ic_fluent_class_20_regular": 58303, + "ic_fluent_classification_20_filled": 58304, + "ic_fluent_classification_20_regular": 58305, + "ic_fluent_clear_formatting_20_filled": 58306, + "ic_fluent_clear_formatting_20_regular": 58307, + "ic_fluent_clipboard_20_filled": 58308, + "ic_fluent_clipboard_20_regular": 58309, + "ic_fluent_clipboard_3_day_20_filled": 58310, + "ic_fluent_clipboard_3_day_20_regular": 58311, + "ic_fluent_clipboard_arrow_right_20_filled": 58312, + "ic_fluent_clipboard_arrow_right_20_regular": 58313, + "ic_fluent_clipboard_bullet_list_ltr_20_filled": 58314, + "ic_fluent_clipboard_bullet_list_ltr_20_regular": 58315, + "ic_fluent_clipboard_bullet_list_rtl_20_filled": 58316, + "ic_fluent_clipboard_bullet_list_rtl_20_regular": 58317, + "ic_fluent_clipboard_checkmark_20_filled": 58318, + "ic_fluent_clipboard_checkmark_20_regular": 58319, + "ic_fluent_clipboard_clock_20_filled": 58320, + "ic_fluent_clipboard_clock_20_regular": 58321, + "ic_fluent_clipboard_code_20_filled": 58322, + "ic_fluent_clipboard_code_20_regular": 58323, + "ic_fluent_clipboard_data_bar_20_filled": 58324, + "ic_fluent_clipboard_data_bar_20_regular": 58325, + "ic_fluent_clipboard_day_20_filled": 58326, + "ic_fluent_clipboard_day_20_regular": 58327, + "ic_fluent_clipboard_edit_20_filled": 58328, + "ic_fluent_clipboard_edit_20_regular": 58329, + "ic_fluent_clipboard_error_20_filled": 58330, + "ic_fluent_clipboard_error_20_regular": 58331, + "ic_fluent_clipboard_heart_20_filled": 58332, + "ic_fluent_clipboard_heart_20_regular": 58333, + "ic_fluent_clipboard_image_20_filled": 58334, + "ic_fluent_clipboard_image_20_regular": 58335, + "ic_fluent_clipboard_letter_20_filled": 58336, + "ic_fluent_clipboard_letter_20_regular": 58337, + "ic_fluent_clipboard_link_20_filled": 58338, + "ic_fluent_clipboard_link_20_regular": 58339, + "ic_fluent_clipboard_month_20_filled": 58340, + "ic_fluent_clipboard_month_20_regular": 58341, + "ic_fluent_clipboard_more_20_filled": 58342, + "ic_fluent_clipboard_more_20_regular": 58343, + "ic_fluent_clipboard_note_20_filled": 58344, + "ic_fluent_clipboard_note_20_regular": 58345, + "ic_fluent_clipboard_paste_20_filled": 58346, + "ic_fluent_clipboard_paste_20_regular": 58347, + "ic_fluent_clipboard_pulse_20_filled": 58348, + "ic_fluent_clipboard_pulse_20_regular": 58349, + "ic_fluent_clipboard_search_20_filled": 58350, + "ic_fluent_clipboard_search_20_regular": 58351, + "ic_fluent_clipboard_settings_20_filled": 58352, + "ic_fluent_clipboard_settings_20_regular": 58353, + "ic_fluent_clipboard_task_20_filled": 58354, + "ic_fluent_clipboard_task_20_regular": 58355, + "ic_fluent_clipboard_task_add_20_filled": 58356, + "ic_fluent_clipboard_task_add_20_regular": 58357, + "ic_fluent_clipboard_task_list_ltr_20_filled": 58358, + "ic_fluent_clipboard_task_list_ltr_20_regular": 58359, + "ic_fluent_clipboard_task_list_rtl_20_filled": 58360, + "ic_fluent_clipboard_task_list_rtl_20_regular": 58361, + "ic_fluent_clipboard_text_edit_20_filled": 58362, + "ic_fluent_clipboard_text_edit_20_regular": 58363, + "ic_fluent_clipboard_text_ltr_20_filled": 58364, + "ic_fluent_clipboard_text_ltr_20_regular": 58365, + "ic_fluent_clipboard_text_rtl_20_filled": 58366, + "ic_fluent_clipboard_text_rtl_20_regular": 58367, + "ic_fluent_clock_20_filled": 58368, + "ic_fluent_clock_20_regular": 58369, + "ic_fluent_clock_alarm_20_filled": 58370, + "ic_fluent_clock_alarm_20_regular": 58371, + "ic_fluent_clock_arrow_download_20_filled": 58372, + "ic_fluent_clock_arrow_download_20_regular": 58373, + "ic_fluent_clock_dismiss_20_filled": 58374, + "ic_fluent_clock_dismiss_20_regular": 58375, + "ic_fluent_clock_pause_20_filled": 58376, + "ic_fluent_clock_pause_20_regular": 58377, + "ic_fluent_clock_toolbox_20_filled": 58378, + "ic_fluent_clock_toolbox_20_regular": 58379, + "ic_fluent_closed_caption_20_filled": 58380, + "ic_fluent_closed_caption_20_regular": 58381, + "ic_fluent_closed_caption_off_20_filled": 58382, + "ic_fluent_closed_caption_off_20_regular": 58383, + "ic_fluent_cloud_20_filled": 58384, + "ic_fluent_cloud_20_regular": 58385, + "ic_fluent_cloud_add_20_filled": 58386, + "ic_fluent_cloud_add_20_regular": 58387, + "ic_fluent_cloud_archive_20_filled": 58388, + "ic_fluent_cloud_archive_20_regular": 58389, + "ic_fluent_cloud_arrow_down_20_filled": 58390, + "ic_fluent_cloud_arrow_down_20_regular": 58391, + "ic_fluent_cloud_arrow_up_20_filled": 58392, + "ic_fluent_cloud_arrow_up_20_regular": 58393, + "ic_fluent_cloud_checkmark_20_filled": 58394, + "ic_fluent_cloud_checkmark_20_regular": 58395, + "ic_fluent_cloud_dismiss_20_filled": 58396, + "ic_fluent_cloud_dismiss_20_regular": 58397, + "ic_fluent_cloud_edit_20_filled": 58398, + "ic_fluent_cloud_edit_20_regular": 58399, + "ic_fluent_cloud_error_20_filled": 58400, + "ic_fluent_cloud_error_20_regular": 58401, + "ic_fluent_cloud_flow_20_filled": 58402, + "ic_fluent_cloud_flow_20_regular": 58403, + "ic_fluent_cloud_link_20_filled": 58404, + "ic_fluent_cloud_link_20_regular": 58405, + "ic_fluent_cloud_off_20_filled": 58406, + "ic_fluent_cloud_off_20_regular": 58407, + "ic_fluent_cloud_swap_20_filled": 58408, + "ic_fluent_cloud_swap_20_regular": 58409, + "ic_fluent_cloud_sync_20_filled": 58410, + "ic_fluent_cloud_sync_20_regular": 58411, + "ic_fluent_cloud_words_20_filled": 58412, + "ic_fluent_cloud_words_20_regular": 58413, + "ic_fluent_code_20_filled": 58414, + "ic_fluent_code_20_regular": 58415, + "ic_fluent_code_block_20_filled": 58416, + "ic_fluent_code_block_20_regular": 58417, + "ic_fluent_code_circle_20_filled": 58418, + "ic_fluent_code_circle_20_regular": 58419, + "ic_fluent_code_text_20_filled": 58420, + "ic_fluent_code_text_20_regular": 58421, + "ic_fluent_code_text_edit_20_filled": 58422, + "ic_fluent_code_text_edit_20_regular": 58423, + "ic_fluent_collections_20_filled": 58424, + "ic_fluent_collections_20_regular": 58425, + "ic_fluent_collections_add_20_filled": 58426, + "ic_fluent_collections_add_20_regular": 58427, + "ic_fluent_color_20_filled": 58428, + "ic_fluent_color_20_regular": 58429, + "ic_fluent_color_background_20_filled": 58430, + "ic_fluent_color_background_20_regular": 58431, + "ic_fluent_color_background_accent_20_regular": 58432, + "ic_fluent_color_fill_20_filled": 58433, + "ic_fluent_color_fill_20_regular": 58434, + "ic_fluent_color_fill_accent_20_regular": 58435, + "ic_fluent_color_line_20_filled": 58436, + "ic_fluent_color_line_20_regular": 58437, + "ic_fluent_color_line_accent_20_regular": 58438, + "ic_fluent_column_20_filled": 58439, + "ic_fluent_column_20_regular": 58440, + "ic_fluent_column_arrow_right_20_filled": 58441, + "ic_fluent_column_arrow_right_20_regular": 58442, + "ic_fluent_column_double_compare_20_filled": 58443, + "ic_fluent_column_double_compare_20_regular": 58444, + "ic_fluent_column_edit_20_filled": 58445, + "ic_fluent_column_edit_20_regular": 58446, + "ic_fluent_column_triple_20_filled": 58447, + "ic_fluent_column_triple_20_regular": 58448, + "ic_fluent_column_triple_edit_20_filled": 58449, + "ic_fluent_column_triple_edit_20_regular": 58450, + "ic_fluent_comma_20_filled": 58451, + "ic_fluent_comma_20_regular": 58452, + "ic_fluent_comment_20_filled": 58453, + "ic_fluent_comment_20_regular": 58454, + "ic_fluent_comment_add_20_filled": 58455, + "ic_fluent_comment_add_20_regular": 58456, + "ic_fluent_comment_arrow_left_20_filled": 58457, + "ic_fluent_comment_arrow_left_20_regular": 58458, + "ic_fluent_comment_arrow_right_20_filled": 58459, + "ic_fluent_comment_arrow_right_20_regular": 58460, + "ic_fluent_comment_checkmark_20_filled": 58461, + "ic_fluent_comment_checkmark_20_regular": 58462, + "ic_fluent_comment_dismiss_20_filled": 58463, + "ic_fluent_comment_dismiss_20_regular": 58464, + "ic_fluent_comment_edit_20_filled": 58465, + "ic_fluent_comment_edit_20_regular": 58466, + "ic_fluent_comment_error_20_filled": 58467, + "ic_fluent_comment_error_20_regular": 58468, + "ic_fluent_comment_lightning_20_filled": 58469, + "ic_fluent_comment_lightning_20_regular": 58470, + "ic_fluent_comment_mention_20_filled": 58471, + "ic_fluent_comment_mention_20_regular": 58472, + "ic_fluent_comment_multiple_20_filled": 58473, + "ic_fluent_comment_multiple_20_regular": 58474, + "ic_fluent_comment_multiple_checkmark_20_filled": 58475, + "ic_fluent_comment_multiple_checkmark_20_regular": 58476, + "ic_fluent_comment_multiple_link_20_filled": 58477, + "ic_fluent_comment_multiple_link_20_regular": 58478, + "ic_fluent_comment_note_20_filled": 58479, + "ic_fluent_comment_note_20_regular": 58480, + "ic_fluent_comment_off_20_filled": 58481, + "ic_fluent_comment_off_20_regular": 58482, + "ic_fluent_communication_20_filled": 58483, + "ic_fluent_communication_20_regular": 58484, + "ic_fluent_communication_person_20_filled": 58485, + "ic_fluent_communication_person_20_regular": 58486, + "ic_fluent_compass_northwest_20_filled": 58487, + "ic_fluent_compass_northwest_20_regular": 58488, + "ic_fluent_compose_20_filled": 58489, + "ic_fluent_compose_20_regular": 58490, + "ic_fluent_conference_room_20_filled": 58491, + "ic_fluent_conference_room_20_regular": 58492, + "ic_fluent_connected_20_filled": 58493, + "ic_fluent_connected_20_regular": 58494, + "ic_fluent_connector_20_filled": 58495, + "ic_fluent_connector_20_regular": 58496, + "ic_fluent_contact_card_20_filled": 58497, + "ic_fluent_contact_card_20_regular": 58498, + "ic_fluent_contact_card_group_20_filled": 58499, + "ic_fluent_contact_card_group_20_regular": 58500, + "ic_fluent_contact_card_link_20_filled": 58501, + "ic_fluent_contact_card_link_20_regular": 58502, + "ic_fluent_contact_card_ribbon_20_filled": 58503, + "ic_fluent_contact_card_ribbon_20_regular": 58504, + "ic_fluent_content_settings_20_filled": 58505, + "ic_fluent_content_settings_20_regular": 58506, + "ic_fluent_content_view_20_filled": 58507, + "ic_fluent_content_view_20_regular": 58508, + "ic_fluent_content_view_gallery_20_filled": 58509, + "ic_fluent_content_view_gallery_20_regular": 58510, + "ic_fluent_contract_down_left_20_filled": 58511, + "ic_fluent_contract_down_left_20_regular": 58512, + "ic_fluent_control_button_20_filled": 58513, + "ic_fluent_control_button_20_regular": 58514, + "ic_fluent_convert_range_20_filled": 58515, + "ic_fluent_convert_range_20_regular": 58516, + "ic_fluent_cookies_20_filled": 58517, + "ic_fluent_cookies_20_regular": 58518, + "ic_fluent_copy_20_filled": 58519, + "ic_fluent_copy_20_regular": 58520, + "ic_fluent_copy_add_20_filled": 58521, + "ic_fluent_copy_add_20_regular": 58522, + "ic_fluent_copy_arrow_right_20_filled": 58523, + "ic_fluent_copy_arrow_right_20_regular": 58524, + "ic_fluent_copy_select_20_filled": 58525, + "ic_fluent_copy_select_20_regular": 58526, + "ic_fluent_couch_20_filled": 58527, + "ic_fluent_couch_20_regular": 58528, + "ic_fluent_credit_card_clock_20_filled": 58529, + "ic_fluent_credit_card_clock_20_regular": 58530, + "ic_fluent_credit_card_person_20_filled": 58531, + "ic_fluent_credit_card_person_20_regular": 58532, + "ic_fluent_credit_card_toolbox_20_filled": 58533, + "ic_fluent_credit_card_toolbox_20_regular": 58534, + "ic_fluent_crop_20_filled": 58535, + "ic_fluent_crop_20_regular": 58536, + "ic_fluent_crop_interim_20_filled": 58537, + "ic_fluent_crop_interim_20_regular": 58538, + "ic_fluent_crop_interim_off_20_filled": 58539, + "ic_fluent_crop_interim_off_20_regular": 58540, + "ic_fluent_crown_20_filled": 58541, + "ic_fluent_crown_20_regular": 58542, + "ic_fluent_cube_20_filled": 58543, + "ic_fluent_cube_20_regular": 58544, + "ic_fluent_cube_add_20_filled": 58545, + "ic_fluent_cube_add_20_regular": 58546, + "ic_fluent_cube_arrow_curve_down_20_filled": 58547, + "ic_fluent_cube_arrow_curve_down_20_regular": 58548, + "ic_fluent_cube_link_20_filled": 58549, + "ic_fluent_cube_link_20_regular": 58550, + "ic_fluent_cube_multiple_20_filled": 58551, + "ic_fluent_cube_multiple_20_regular": 58552, + "ic_fluent_cube_quick_20_filled": 58553, + "ic_fluent_cube_quick_20_regular": 58554, + "ic_fluent_cube_rotate_20_filled": 58555, + "ic_fluent_cube_rotate_20_regular": 58556, + "ic_fluent_cube_sync_20_filled": 58557, + "ic_fluent_cube_sync_20_regular": 58558, + "ic_fluent_cube_tree_20_filled": 58559, + "ic_fluent_cube_tree_20_regular": 58560, + "ic_fluent_currency_dollar_euro_20_filled": 58561, + "ic_fluent_currency_dollar_euro_20_regular": 58562, + "ic_fluent_currency_dollar_rupee_20_filled": 58563, + "ic_fluent_currency_dollar_rupee_20_regular": 58564, + "ic_fluent_cursor_20_filled": 58565, + "ic_fluent_cursor_20_regular": 58566, + "ic_fluent_cursor_click_20_filled": 58567, + "ic_fluent_cursor_click_20_regular": 58568, + "ic_fluent_cursor_hover_20_filled": 58569, + "ic_fluent_cursor_hover_20_regular": 58570, + "ic_fluent_cursor_hover_off_20_filled": 58571, + "ic_fluent_cursor_hover_off_20_regular": 58572, + "ic_fluent_cut_20_filled": 58573, + "ic_fluent_cut_20_regular": 58574, + "ic_fluent_dark_theme_20_filled": 58575, + "ic_fluent_dark_theme_20_regular": 58576, + "ic_fluent_data_area_20_filled": 58577, + "ic_fluent_data_area_20_regular": 58578, + "ic_fluent_data_bar_horizontal_20_filled": 58579, + "ic_fluent_data_bar_horizontal_20_regular": 58580, + "ic_fluent_data_bar_vertical_20_filled": 58581, + "ic_fluent_data_bar_vertical_20_regular": 58582, + "ic_fluent_data_bar_vertical_add_20_filled": 58583, + "ic_fluent_data_bar_vertical_add_20_regular": 58584, + "ic_fluent_data_bar_vertical_star_20_filled": 58585, + "ic_fluent_data_bar_vertical_star_20_regular": 58586, + "ic_fluent_data_funnel_20_filled": 58587, + "ic_fluent_data_funnel_20_regular": 58588, + "ic_fluent_data_histogram_20_filled": 58589, + "ic_fluent_data_histogram_20_regular": 58590, + "ic_fluent_data_line_20_filled": 58591, + "ic_fluent_data_line_20_regular": 58592, + "ic_fluent_data_pie_20_filled": 58593, + "ic_fluent_data_pie_20_regular": 58594, + "ic_fluent_data_scatter_20_filled": 58595, + "ic_fluent_data_scatter_20_regular": 58596, + "ic_fluent_data_sunburst_20_filled": 58597, + "ic_fluent_data_sunburst_20_regular": 58598, + "ic_fluent_data_treemap_20_filled": 58599, + "ic_fluent_data_treemap_20_regular": 58600, + "ic_fluent_data_trending_20_filled": 58601, + "ic_fluent_data_trending_20_regular": 58602, + "ic_fluent_data_usage_20_filled": 58603, + "ic_fluent_data_usage_20_regular": 58604, + "ic_fluent_data_usage_edit_20_filled": 58605, + "ic_fluent_data_usage_edit_20_regular": 58606, + "ic_fluent_data_usage_settings_20_filled": 58607, + "ic_fluent_data_usage_settings_20_regular": 58608, + "ic_fluent_data_usage_toolbox_20_filled": 58609, + "ic_fluent_data_usage_toolbox_20_regular": 58610, + "ic_fluent_data_waterfall_20_filled": 58611, + "ic_fluent_data_waterfall_20_regular": 58612, + "ic_fluent_data_whisker_20_filled": 58613, + "ic_fluent_data_whisker_20_regular": 58614, + "ic_fluent_database_20_filled": 58615, + "ic_fluent_database_20_regular": 58616, + "ic_fluent_database_arrow_down_20_filled": 58617, + "ic_fluent_database_arrow_down_20_regular": 58618, + "ic_fluent_database_arrow_right_20_filled": 58619, + "ic_fluent_database_arrow_right_20_regular": 58620, + "ic_fluent_database_arrow_up_20_filled": 58621, + "ic_fluent_database_arrow_up_20_regular": 58622, + "ic_fluent_database_lightning_20_filled": 58623, + "ic_fluent_database_lightning_20_regular": 58624, + "ic_fluent_database_link_20_filled": 58625, + "ic_fluent_database_link_20_regular": 58626, + "ic_fluent_database_multiple_20_filled": 58627, + "ic_fluent_database_multiple_20_regular": 58628, + "ic_fluent_database_person_20_filled": 58629, + "ic_fluent_database_person_20_regular": 58630, + "ic_fluent_database_plug_connected_20_filled": 58631, + "ic_fluent_database_plug_connected_20_regular": 58632, + "ic_fluent_database_search_20_filled": 58633, + "ic_fluent_database_search_20_regular": 58634, + "ic_fluent_database_switch_20_filled": 58635, + "ic_fluent_database_switch_20_regular": 58636, + "ic_fluent_database_warning_20_filled": 58637, + "ic_fluent_database_warning_20_regular": 58638, + "ic_fluent_database_window_20_filled": 58639, + "ic_fluent_database_window_20_regular": 58640, + "ic_fluent_decimal_arrow_left_20_filled": 58641, + "ic_fluent_decimal_arrow_left_20_regular": 58642, + "ic_fluent_decimal_arrow_right_20_filled": 58643, + "ic_fluent_decimal_arrow_right_20_regular": 58644, + "ic_fluent_delete_20_filled": 58645, + "ic_fluent_delete_20_regular": 58646, + "ic_fluent_delete_arrow_back_20_filled": 58647, + "ic_fluent_delete_arrow_back_20_regular": 58648, + "ic_fluent_delete_dismiss_20_filled": 58649, + "ic_fluent_delete_dismiss_20_regular": 58650, + "ic_fluent_delete_lines_20_filled": 58651, + "ic_fluent_delete_lines_20_regular": 58652, + "ic_fluent_delete_off_20_filled": 58653, + "ic_fluent_delete_off_20_regular": 58654, + "ic_fluent_dentist_20_filled": 58655, + "ic_fluent_dentist_20_regular": 58656, + "ic_fluent_design_ideas_20_filled": 58657, + "ic_fluent_design_ideas_20_regular": 58658, + "ic_fluent_desktop_20_filled": 58659, + "ic_fluent_desktop_20_regular": 58660, + "ic_fluent_desktop_arrow_right_20_filled": 58661, + "ic_fluent_desktop_arrow_right_20_regular": 58662, + "ic_fluent_desktop_checkmark_20_filled": 58663, + "ic_fluent_desktop_checkmark_20_regular": 58664, + "ic_fluent_desktop_cursor_20_filled": 58665, + "ic_fluent_desktop_cursor_20_regular": 58666, + "ic_fluent_desktop_edit_20_filled": 58667, + "ic_fluent_desktop_edit_20_regular": 58668, + "ic_fluent_desktop_flow_20_filled": 58669, + "ic_fluent_desktop_flow_20_regular": 58670, + "ic_fluent_desktop_keyboard_20_filled": 58671, + "ic_fluent_desktop_keyboard_20_regular": 58672, + "ic_fluent_desktop_mac_20_filled": 58673, + "ic_fluent_desktop_mac_20_regular": 58674, + "ic_fluent_desktop_pulse_20_filled": 58675, + "ic_fluent_desktop_pulse_20_regular": 58676, + "ic_fluent_desktop_signal_20_filled": 58677, + "ic_fluent_desktop_signal_20_regular": 58678, + "ic_fluent_desktop_speaker_20_filled": 58679, + "ic_fluent_desktop_speaker_20_regular": 58680, + "ic_fluent_desktop_speaker_off_20_filled": 58681, + "ic_fluent_desktop_speaker_off_20_regular": 58682, + "ic_fluent_desktop_sync_20_filled": 58683, + "ic_fluent_desktop_sync_20_regular": 58684, + "ic_fluent_desktop_toolbox_20_filled": 58685, + "ic_fluent_desktop_toolbox_20_regular": 58686, + "ic_fluent_developer_board_20_filled": 58687, + "ic_fluent_developer_board_20_regular": 58688, + "ic_fluent_developer_board_lightning_20_filled": 58689, + "ic_fluent_developer_board_lightning_20_regular": 58690, + "ic_fluent_developer_board_lightning_toolbox_20_filled": 58691, + "ic_fluent_developer_board_lightning_toolbox_20_regular": 58692, + "ic_fluent_developer_board_search_20_filled": 58693, + "ic_fluent_developer_board_search_20_regular": 58694, + "ic_fluent_device_eq_20_filled": 58695, + "ic_fluent_device_eq_20_regular": 58696, + "ic_fluent_device_meeting_room_20_filled": 58697, + "ic_fluent_device_meeting_room_20_regular": 58698, + "ic_fluent_device_meeting_room_remote_20_filled": 58699, + "ic_fluent_device_meeting_room_remote_20_regular": 58700, + "ic_fluent_diagram_20_filled": 58701, + "ic_fluent_diagram_20_regular": 58702, + "ic_fluent_dialpad_20_filled": 58703, + "ic_fluent_dialpad_20_regular": 58704, + "ic_fluent_dialpad_off_20_filled": 58705, + "ic_fluent_dialpad_off_20_regular": 58706, + "ic_fluent_diamond_20_filled": 58707, + "ic_fluent_diamond_20_regular": 58708, + "ic_fluent_directions_20_filled": 58709, + "ic_fluent_directions_20_regular": 58710, + "ic_fluent_dishwasher_20_filled": 58711, + "ic_fluent_dishwasher_20_regular": 58712, + "ic_fluent_dismiss_20_filled": 58713, + "ic_fluent_dismiss_20_regular": 58714, + "ic_fluent_dismiss_circle_20_filled": 58715, + "ic_fluent_dismiss_circle_20_regular": 58716, + "ic_fluent_dismiss_square_20_filled": 58717, + "ic_fluent_dismiss_square_20_regular": 58718, + "ic_fluent_dismiss_square_multiple_20_filled": 58719, + "ic_fluent_dismiss_square_multiple_20_regular": 58720, + "ic_fluent_diversity_20_filled": 58721, + "ic_fluent_diversity_20_regular": 58722, + "ic_fluent_divider_short_20_filled": 58723, + "ic_fluent_divider_short_20_regular": 58724, + "ic_fluent_divider_tall_20_filled": 58725, + "ic_fluent_divider_tall_20_regular": 58726, + "ic_fluent_dock_20_filled": 58727, + "ic_fluent_dock_20_regular": 58728, + "ic_fluent_dock_row_20_filled": 58729, + "ic_fluent_dock_row_20_regular": 58730, + "ic_fluent_doctor_20_filled": 58731, + "ic_fluent_doctor_20_regular": 58732, + "ic_fluent_document_20_filled": 58733, + "ic_fluent_document_20_regular": 58734, + "ic_fluent_document_add_20_filled": 58735, + "ic_fluent_document_add_20_regular": 58736, + "ic_fluent_document_arrow_down_20_filled": 58737, + "ic_fluent_document_arrow_down_20_regular": 58738, + "ic_fluent_document_arrow_left_20_filled": 58739, + "ic_fluent_document_arrow_left_20_regular": 58740, + "ic_fluent_document_arrow_right_20_filled": 58741, + "ic_fluent_document_arrow_right_20_regular": 58742, + "ic_fluent_document_arrow_up_20_filled": 58743, + "ic_fluent_document_arrow_up_20_regular": 58744, + "ic_fluent_document_briefcase_20_filled": 58745, + "ic_fluent_document_briefcase_20_regular": 58746, + "ic_fluent_document_bullet_list_20_filled": 58747, + "ic_fluent_document_bullet_list_20_regular": 58748, + "ic_fluent_document_bullet_list_clock_20_filled": 58749, + "ic_fluent_document_bullet_list_clock_20_regular": 58750, + "ic_fluent_document_bullet_list_multiple_20_filled": 58751, + "ic_fluent_document_bullet_list_multiple_20_regular": 58752, + "ic_fluent_document_bullet_list_off_20_filled": 58753, + "ic_fluent_document_bullet_list_off_20_regular": 58754, + "ic_fluent_document_catch_up_20_filled": 58755, + "ic_fluent_document_catch_up_20_regular": 58756, + "ic_fluent_document_checkmark_20_filled": 58757, + "ic_fluent_document_checkmark_20_regular": 58758, + "ic_fluent_document_chevron_double_20_filled": 58759, + "ic_fluent_document_chevron_double_20_regular": 58760, + "ic_fluent_document_copy_20_filled": 58761, + "ic_fluent_document_copy_20_regular": 58762, + "ic_fluent_document_css_20_filled": 58763, + "ic_fluent_document_css_20_regular": 58764, + "ic_fluent_document_data_20_filled": 58765, + "ic_fluent_document_data_20_regular": 58766, + "ic_fluent_document_database_20_filled": 58767, + "ic_fluent_document_database_20_regular": 58768, + "ic_fluent_document_dismiss_20_filled": 58769, + "ic_fluent_document_dismiss_20_regular": 58770, + "ic_fluent_document_edit_20_filled": 58771, + "ic_fluent_document_edit_20_regular": 58772, + "ic_fluent_document_endnote_20_filled": 58773, + "ic_fluent_document_endnote_20_regular": 58774, + "ic_fluent_document_error_20_filled": 58775, + "ic_fluent_document_error_20_regular": 58776, + "ic_fluent_document_flowchart_20_filled": 58777, + "ic_fluent_document_flowchart_20_regular": 58778, + "ic_fluent_document_footer_20_filled": 58779, + "ic_fluent_document_footer_20_regular": 58780, + "ic_fluent_document_footer_dismiss_20_filled": 58781, + "ic_fluent_document_footer_dismiss_20_regular": 58782, + "ic_fluent_document_header_20_filled": 58783, + "ic_fluent_document_header_20_regular": 58784, + "ic_fluent_document_header_arrow_down_20_filled": 58785, + "ic_fluent_document_header_arrow_down_20_regular": 58786, + "ic_fluent_document_header_dismiss_20_filled": 58787, + "ic_fluent_document_header_dismiss_20_regular": 58788, + "ic_fluent_document_header_footer_20_filled": 58789, + "ic_fluent_document_header_footer_20_regular": 58790, + "ic_fluent_document_heart_20_filled": 58791, + "ic_fluent_document_heart_20_regular": 58792, + "ic_fluent_document_heart_pulse_20_filled": 58793, + "ic_fluent_document_heart_pulse_20_regular": 58794, + "ic_fluent_document_javascript_20_filled": 58795, + "ic_fluent_document_javascript_20_regular": 58796, + "ic_fluent_document_landscape_20_filled": 58797, + "ic_fluent_document_landscape_20_regular": 58798, + "ic_fluent_document_landscape_data_20_filled": 58799, + "ic_fluent_document_landscape_data_20_regular": 58800, + "ic_fluent_document_landscape_split_20_filled": 58801, + "ic_fluent_document_landscape_split_20_regular": 58802, + "ic_fluent_document_landscape_split_hint_20_filled": 58803, + "ic_fluent_document_landscape_split_hint_20_regular": 58804, + "ic_fluent_document_link_20_filled": 58805, + "ic_fluent_document_link_20_regular": 58806, + "ic_fluent_document_lock_20_filled": 58807, + "ic_fluent_document_lock_20_regular": 58808, + "ic_fluent_document_margins_20_filled": 58809, + "ic_fluent_document_margins_20_regular": 58810, + "ic_fluent_document_mention_20_filled": 58811, + "ic_fluent_document_mention_20_regular": 58812, + "ic_fluent_document_multiple_20_filled": 58813, + "ic_fluent_document_multiple_20_regular": 58814, + "ic_fluent_document_multiple_percent_20_filled": 58815, + "ic_fluent_document_multiple_percent_20_regular": 58816, + "ic_fluent_document_multiple_prohibited_20_filled": 58817, + "ic_fluent_document_multiple_prohibited_20_regular": 58818, + "ic_fluent_document_multiple_sync_20_filled": 58819, + "ic_fluent_document_multiple_sync_20_regular": 58820, + "ic_fluent_document_one_page_20_filled": 58821, + "ic_fluent_document_one_page_20_regular": 58822, + "ic_fluent_document_page_bottom_center_20_filled": 58823, + "ic_fluent_document_page_bottom_center_20_regular": 58824, + "ic_fluent_document_page_bottom_left_20_filled": 58825, + "ic_fluent_document_page_bottom_left_20_regular": 58826, + "ic_fluent_document_page_bottom_right_20_filled": 58827, + "ic_fluent_document_page_bottom_right_20_regular": 58828, + "ic_fluent_document_page_break_20_filled": 58829, + "ic_fluent_document_page_break_20_regular": 58830, + "ic_fluent_document_page_number_20_filled": 58831, + "ic_fluent_document_page_number_20_regular": 58832, + "ic_fluent_document_page_top_center_20_filled": 58833, + "ic_fluent_document_page_top_center_20_regular": 58834, + "ic_fluent_document_page_top_left_20_filled": 58835, + "ic_fluent_document_page_top_left_20_regular": 58836, + "ic_fluent_document_page_top_right_20_filled": 58837, + "ic_fluent_document_page_top_right_20_regular": 58838, + "ic_fluent_document_pdf_20_filled": 58839, + "ic_fluent_document_pdf_20_regular": 58840, + "ic_fluent_document_percent_20_filled": 58841, + "ic_fluent_document_percent_20_regular": 58842, + "ic_fluent_document_person_20_filled": 58843, + "ic_fluent_document_person_20_regular": 58844, + "ic_fluent_document_pill_20_filled": 58845, + "ic_fluent_document_pill_20_regular": 58846, + "ic_fluent_document_prohibited_20_filled": 58847, + "ic_fluent_document_prohibited_20_regular": 58848, + "ic_fluent_document_question_mark_20_filled": 58849, + "ic_fluent_document_question_mark_20_regular": 58850, + "ic_fluent_document_queue_20_filled": 58851, + "ic_fluent_document_queue_20_regular": 58852, + "ic_fluent_document_queue_add_20_filled": 58853, + "ic_fluent_document_queue_add_20_regular": 58854, + "ic_fluent_document_queue_multiple_20_filled": 58855, + "ic_fluent_document_queue_multiple_20_regular": 58856, + "ic_fluent_document_ribbon_20_filled": 58857, + "ic_fluent_document_ribbon_20_regular": 58858, + "ic_fluent_document_save_20_filled": 58859, + "ic_fluent_document_save_20_regular": 58860, + "ic_fluent_document_search_20_filled": 58861, + "ic_fluent_document_search_20_regular": 58862, + "ic_fluent_document_settings_20_filled": 58863, + "ic_fluent_document_settings_20_regular": 58864, + "ic_fluent_document_split_hint_20_filled": 58865, + "ic_fluent_document_split_hint_20_regular": 58866, + "ic_fluent_document_split_hint_off_20_filled": 58867, + "ic_fluent_document_split_hint_off_20_regular": 58868, + "ic_fluent_document_sync_20_filled": 58869, + "ic_fluent_document_sync_20_regular": 58870, + "ic_fluent_document_table_20_filled": 58871, + "ic_fluent_document_table_20_regular": 58872, + "ic_fluent_document_table_arrow_right_20_filled": 58873, + "ic_fluent_document_table_arrow_right_20_regular": 58874, + "ic_fluent_document_table_checkmark_20_filled": 58875, + "ic_fluent_document_table_checkmark_20_regular": 58876, + "ic_fluent_document_table_cube_20_filled": 58877, + "ic_fluent_document_table_cube_20_regular": 58878, + "ic_fluent_document_table_search_20_filled": 58879, + "ic_fluent_document_table_search_20_regular": 58880, + "ic_fluent_document_table_truck_20_filled": 58881, + "ic_fluent_document_table_truck_20_regular": 58882, + "ic_fluent_document_text_20_filled": 58883, + "ic_fluent_document_text_20_regular": 58884, + "ic_fluent_document_text_clock_20_filled": 58885, + "ic_fluent_document_text_clock_20_regular": 58886, + "ic_fluent_document_text_extract_20_filled": 58887, + "ic_fluent_document_text_extract_20_regular": 58888, + "ic_fluent_document_text_link_20_filled": 58889, + "ic_fluent_document_text_link_20_regular": 58890, + "ic_fluent_document_text_toolbox_20_filled": 58891, + "ic_fluent_document_text_toolbox_20_regular": 58892, + "ic_fluent_document_toolbox_20_filled": 58893, + "ic_fluent_document_toolbox_20_regular": 58894, + "ic_fluent_document_width_20_filled": 58895, + "ic_fluent_document_width_20_regular": 58896, + "ic_fluent_door_20_filled": 58897, + "ic_fluent_door_20_regular": 58898, + "ic_fluent_door_arrow_left_20_filled": 58899, + "ic_fluent_door_arrow_left_20_regular": 58900, + "ic_fluent_door_arrow_right_20_filled": 58901, + "ic_fluent_door_arrow_right_20_regular": 58902, + "ic_fluent_door_tag_20_filled": 58903, + "ic_fluent_door_tag_20_regular": 58904, + "ic_fluent_double_swipe_down_20_filled": 58905, + "ic_fluent_double_swipe_down_20_regular": 58906, + "ic_fluent_double_swipe_up_20_filled": 58907, + "ic_fluent_double_swipe_up_20_regular": 58908, + "ic_fluent_double_tap_swipe_down_20_filled": 58909, + "ic_fluent_double_tap_swipe_down_20_regular": 58910, + "ic_fluent_double_tap_swipe_up_20_filled": 58911, + "ic_fluent_double_tap_swipe_up_20_regular": 58912, + "ic_fluent_drafts_20_filled": 58913, + "ic_fluent_drafts_20_regular": 58914, + "ic_fluent_drag_20_filled": 58915, + "ic_fluent_drag_20_regular": 58916, + "ic_fluent_draw_image_20_filled": 58917, + "ic_fluent_draw_image_20_regular": 58918, + "ic_fluent_draw_shape_20_filled": 58919, + "ic_fluent_draw_shape_20_regular": 58920, + "ic_fluent_draw_text_20_filled": 58921, + "ic_fluent_draw_text_20_regular": 58922, + "ic_fluent_drawer_add_20_filled": 58923, + "ic_fluent_drawer_add_20_regular": 58924, + "ic_fluent_drawer_arrow_download_20_filled": 58925, + "ic_fluent_drawer_arrow_download_20_regular": 58926, + "ic_fluent_drawer_dismiss_20_filled": 58927, + "ic_fluent_drawer_dismiss_20_regular": 58928, + "ic_fluent_drawer_play_20_filled": 58929, + "ic_fluent_drawer_play_20_regular": 58930, + "ic_fluent_drawer_subtract_20_filled": 58931, + "ic_fluent_drawer_subtract_20_regular": 58932, + "ic_fluent_drink_beer_20_filled": 58933, + "ic_fluent_drink_beer_20_regular": 58934, + "ic_fluent_drink_bottle_20_filled": 58935, + "ic_fluent_drink_bottle_20_regular": 58936, + "ic_fluent_drink_bottle_off_20_filled": 58937, + "ic_fluent_drink_bottle_off_20_regular": 58938, + "ic_fluent_drink_coffee_20_filled": 58939, + "ic_fluent_drink_coffee_20_regular": 58940, + "ic_fluent_drink_margarita_20_filled": 58941, + "ic_fluent_drink_margarita_20_regular": 58942, + "ic_fluent_drink_to_go_20_filled": 58943, + "ic_fluent_drink_to_go_20_regular": 58944, + "ic_fluent_drink_wine_20_filled": 58945, + "ic_fluent_drink_wine_20_regular": 58946, + "ic_fluent_drive_train_20_filled": 58947, + "ic_fluent_drive_train_20_regular": 58948, + "ic_fluent_drop_20_filled": 58949, + "ic_fluent_drop_20_regular": 58950, + "ic_fluent_dual_screen_20_filled": 58951, + "ic_fluent_dual_screen_20_regular": 58952, + "ic_fluent_dual_screen_add_20_filled": 58953, + "ic_fluent_dual_screen_add_20_regular": 58954, + "ic_fluent_dual_screen_arrow_right_20_filled": 58955, + "ic_fluent_dual_screen_arrow_right_20_regular": 58956, + "ic_fluent_dual_screen_arrow_up_20_filled": 58957, + "ic_fluent_dual_screen_arrow_up_20_regular": 58958, + "ic_fluent_dual_screen_clock_20_filled": 58959, + "ic_fluent_dual_screen_clock_20_regular": 58960, + "ic_fluent_dual_screen_closed_alert_20_filled": 58961, + "ic_fluent_dual_screen_closed_alert_20_regular": 58962, + "ic_fluent_dual_screen_desktop_20_filled": 58963, + "ic_fluent_dual_screen_desktop_20_regular": 58964, + "ic_fluent_dual_screen_dismiss_20_filled": 58965, + "ic_fluent_dual_screen_dismiss_20_regular": 58966, + "ic_fluent_dual_screen_group_20_filled": 58967, + "ic_fluent_dual_screen_group_20_regular": 58968, + "ic_fluent_dual_screen_header_20_filled": 58969, + "ic_fluent_dual_screen_header_20_regular": 58970, + "ic_fluent_dual_screen_lock_20_filled": 58971, + "ic_fluent_dual_screen_lock_20_regular": 58972, + "ic_fluent_dual_screen_mirror_20_filled": 58973, + "ic_fluent_dual_screen_mirror_20_regular": 58974, + "ic_fluent_dual_screen_pagination_20_filled": 58975, + "ic_fluent_dual_screen_pagination_20_regular": 58976, + "ic_fluent_dual_screen_settings_20_filled": 58977, + "ic_fluent_dual_screen_settings_20_regular": 58978, + "ic_fluent_dual_screen_span_20_filled": 58979, + "ic_fluent_dual_screen_span_20_regular": 58980, + "ic_fluent_dual_screen_speaker_20_filled": 58981, + "ic_fluent_dual_screen_speaker_20_regular": 58982, + "ic_fluent_dual_screen_status_bar_20_filled": 58983, + "ic_fluent_dual_screen_status_bar_20_regular": 58984, + "ic_fluent_dual_screen_tablet_20_filled": 58985, + "ic_fluent_dual_screen_tablet_20_regular": 58986, + "ic_fluent_dual_screen_update_20_filled": 58987, + "ic_fluent_dual_screen_update_20_regular": 58988, + "ic_fluent_dual_screen_vertical_scroll_20_filled": 58989, + "ic_fluent_dual_screen_vertical_scroll_20_regular": 58990, + "ic_fluent_dual_screen_vibrate_20_filled": 58991, + "ic_fluent_dual_screen_vibrate_20_regular": 58992, + "ic_fluent_dumbbell_20_filled": 58993, + "ic_fluent_dumbbell_20_regular": 58994, + "ic_fluent_earth_20_filled": 58995, + "ic_fluent_earth_20_regular": 58996, + "ic_fluent_earth_leaf_20_filled": 58997, + "ic_fluent_earth_leaf_20_regular": 58998, + "ic_fluent_edit_20_filled": 58999, + "ic_fluent_edit_20_regular": 59000, + "ic_fluent_edit_arrow_back_20_filled": 59001, + "ic_fluent_edit_arrow_back_20_regular": 59002, + "ic_fluent_edit_off_20_filled": 59003, + "ic_fluent_edit_off_20_regular": 59004, + "ic_fluent_edit_prohibited_20_filled": 59005, + "ic_fluent_edit_prohibited_20_regular": 59006, + "ic_fluent_edit_settings_20_filled": 59007, + "ic_fluent_edit_settings_20_regular": 59008, + "ic_fluent_elevator_20_filled": 59009, + "ic_fluent_elevator_20_regular": 59010, + "ic_fluent_emoji_20_filled": 59011, + "ic_fluent_emoji_20_regular": 59012, + "ic_fluent_emoji_add_20_filled": 59013, + "ic_fluent_emoji_add_20_regular": 59014, + "ic_fluent_emoji_angry_20_filled": 59015, + "ic_fluent_emoji_angry_20_regular": 59016, + "ic_fluent_emoji_edit_20_filled": 59017, + "ic_fluent_emoji_edit_20_regular": 59018, + "ic_fluent_emoji_hand_20_filled": 59019, + "ic_fluent_emoji_hand_20_regular": 59020, + "ic_fluent_emoji_laugh_20_filled": 59021, + "ic_fluent_emoji_laugh_20_regular": 59022, + "ic_fluent_emoji_meh_20_filled": 59023, + "ic_fluent_emoji_meh_20_regular": 59024, + "ic_fluent_emoji_multiple_20_filled": 59025, + "ic_fluent_emoji_multiple_20_regular": 59026, + "ic_fluent_emoji_sad_20_filled": 59027, + "ic_fluent_emoji_sad_20_regular": 59028, + "ic_fluent_emoji_sad_slight_20_filled": 59029, + "ic_fluent_emoji_sad_slight_20_regular": 59030, + "ic_fluent_emoji_smile_slight_20_filled": 59031, + "ic_fluent_emoji_smile_slight_20_regular": 59032, + "ic_fluent_emoji_sparkle_20_filled": 59033, + "ic_fluent_emoji_sparkle_20_regular": 59034, + "ic_fluent_emoji_surprise_20_filled": 59035, + "ic_fluent_emoji_surprise_20_regular": 59036, + "ic_fluent_engine_20_filled": 59037, + "ic_fluent_engine_20_regular": 59038, + "ic_fluent_equal_circle_20_filled": 59039, + "ic_fluent_equal_circle_20_regular": 59040, + "ic_fluent_equal_off_20_filled": 59041, + "ic_fluent_equal_off_20_regular": 59042, + "ic_fluent_eraser_20_filled": 59043, + "ic_fluent_eraser_20_regular": 59044, + "ic_fluent_eraser_medium_20_filled": 59045, + "ic_fluent_eraser_medium_20_regular": 59046, + "ic_fluent_eraser_segment_20_filled": 59047, + "ic_fluent_eraser_segment_20_regular": 59048, + "ic_fluent_eraser_small_20_filled": 59049, + "ic_fluent_eraser_small_20_regular": 59050, + "ic_fluent_eraser_tool_20_filled": 59051, + "ic_fluent_eraser_tool_20_regular": 59052, + "ic_fluent_error_circle_20_filled": 59053, + "ic_fluent_error_circle_20_regular": 59054, + "ic_fluent_error_circle_settings_20_filled": 59055, + "ic_fluent_error_circle_settings_20_regular": 59056, + "ic_fluent_expand_up_left_20_filled": 59057, + "ic_fluent_expand_up_left_20_regular": 59058, + "ic_fluent_expand_up_right_20_filled": 59059, + "ic_fluent_expand_up_right_20_regular": 59060, + "ic_fluent_extended_dock_20_filled": 59061, + "ic_fluent_extended_dock_20_regular": 59062, + "ic_fluent_eye_20_filled": 59063, + "ic_fluent_eye_20_regular": 59064, + "ic_fluent_eye_lines_20_filled": 59065, + "ic_fluent_eye_lines_20_regular": 59066, + "ic_fluent_eye_off_20_filled": 59067, + "ic_fluent_eye_off_20_regular": 59068, + "ic_fluent_eye_tracking_20_filled": 59069, + "ic_fluent_eye_tracking_20_regular": 59070, + "ic_fluent_eye_tracking_off_20_filled": 59071, + "ic_fluent_eye_tracking_off_20_regular": 59072, + "ic_fluent_eyedropper_20_filled": 59073, + "ic_fluent_eyedropper_20_regular": 59074, + "ic_fluent_eyedropper_off_20_filled": 59075, + "ic_fluent_eyedropper_off_20_regular": 59076, + "ic_fluent_f_stop_20_filled": 59077, + "ic_fluent_f_stop_20_regular": 59078, + "ic_fluent_fast_acceleration_20_filled": 59079, + "ic_fluent_fast_acceleration_20_regular": 59080, + "ic_fluent_fast_forward_20_filled": 59081, + "ic_fluent_fast_forward_20_regular": 59082, + "ic_fluent_fax_20_filled": 59083, + "ic_fluent_fax_20_regular": 59084, + "ic_fluent_feed_20_filled": 59085, + "ic_fluent_feed_20_regular": 59086, + "ic_fluent_filmstrip_20_filled": 59087, + "ic_fluent_filmstrip_20_regular": 59088, + "ic_fluent_filter_20_filled": 59089, + "ic_fluent_filter_20_regular": 59090, + "ic_fluent_filter_add_20_filled": 59091, + "ic_fluent_filter_add_20_regular": 59092, + "ic_fluent_filter_dismiss_20_filled": 59093, + "ic_fluent_filter_dismiss_20_regular": 59094, + "ic_fluent_filter_sync_20_filled": 59095, + "ic_fluent_filter_sync_20_regular": 59096, + "ic_fluent_fingerprint_20_filled": 59097, + "ic_fluent_fingerprint_20_regular": 59098, + "ic_fluent_fire_20_filled": 59099, + "ic_fluent_fire_20_regular": 59100, + "ic_fluent_fireplace_20_filled": 59101, + "ic_fluent_fireplace_20_regular": 59102, + "ic_fluent_fixed_width_20_filled": 59103, + "ic_fluent_fixed_width_20_regular": 59104, + "ic_fluent_flag_20_filled": 59105, + "ic_fluent_flag_20_regular": 59106, + "ic_fluent_flag_checkered_20_filled": 59107, + "ic_fluent_flag_checkered_20_regular": 59108, + "ic_fluent_flag_off_20_filled": 59109, + "ic_fluent_flag_off_20_regular": 59110, + "ic_fluent_flag_pride_20_filled": 59111, + "ic_fluent_flash_20_filled": 59112, + "ic_fluent_flash_20_regular": 59113, + "ic_fluent_flash_add_20_filled": 59114, + "ic_fluent_flash_add_20_regular": 59115, + "ic_fluent_flash_auto_20_filled": 59116, + "ic_fluent_flash_auto_20_regular": 59117, + "ic_fluent_flash_checkmark_20_filled": 59118, + "ic_fluent_flash_checkmark_20_regular": 59119, + "ic_fluent_flash_flow_20_filled": 59120, + "ic_fluent_flash_flow_20_regular": 59121, + "ic_fluent_flash_off_20_filled": 59122, + "ic_fluent_flash_off_20_regular": 59123, + "ic_fluent_flash_play_20_filled": 59124, + "ic_fluent_flash_play_20_regular": 59125, + "ic_fluent_flash_settings_20_filled": 59126, + "ic_fluent_flash_settings_20_regular": 59127, + "ic_fluent_flashlight_20_filled": 59128, + "ic_fluent_flashlight_20_regular": 59129, + "ic_fluent_flashlight_off_20_filled": 59130, + "ic_fluent_flashlight_off_20_regular": 59131, + "ic_fluent_flip_horizontal_20_filled": 59132, + "ic_fluent_flip_horizontal_20_regular": 59133, + "ic_fluent_flip_vertical_20_filled": 59134, + "ic_fluent_flip_vertical_20_regular": 59135, + "ic_fluent_flow_20_filled": 59136, + "ic_fluent_flow_20_regular": 59137, + "ic_fluent_flowchart_20_filled": 59138, + "ic_fluent_flowchart_20_regular": 59139, + "ic_fluent_flowchart_circle_20_filled": 59140, + "ic_fluent_flowchart_circle_20_regular": 59141, + "ic_fluent_fluent_20_filled": 59142, + "ic_fluent_fluent_20_regular": 59143, + "ic_fluent_fluid_20_filled": 59144, + "ic_fluent_fluid_20_regular": 59145, + "ic_fluent_folder_20_filled": 59146, + "ic_fluent_folder_20_regular": 59147, + "ic_fluent_folder_add_20_filled": 59148, + "ic_fluent_folder_add_20_regular": 59149, + "ic_fluent_folder_arrow_left_20_filled": 59150, + "ic_fluent_folder_arrow_left_20_regular": 59151, + "ic_fluent_folder_arrow_right_20_filled": 59152, + "ic_fluent_folder_arrow_right_20_regular": 59153, + "ic_fluent_folder_arrow_up_20_filled": 59154, + "ic_fluent_folder_arrow_up_20_regular": 59155, + "ic_fluent_folder_briefcase_20_filled": 59156, + "ic_fluent_folder_briefcase_20_regular": 59157, + "ic_fluent_folder_globe_20_filled": 59158, + "ic_fluent_folder_globe_20_regular": 59159, + "ic_fluent_folder_link_20_filled": 59160, + "ic_fluent_folder_link_20_regular": 59161, + "ic_fluent_folder_mail_20_filled": 59162, + "ic_fluent_folder_mail_20_regular": 59163, + "ic_fluent_folder_open_20_filled": 59164, + "ic_fluent_folder_open_20_regular": 59165, + "ic_fluent_folder_open_vertical_20_filled": 59166, + "ic_fluent_folder_open_vertical_20_regular": 59167, + "ic_fluent_folder_people_20_filled": 59168, + "ic_fluent_folder_people_20_regular": 59169, + "ic_fluent_folder_person_20_filled": 59170, + "ic_fluent_folder_person_20_regular": 59171, + "ic_fluent_folder_prohibited_20_filled": 59172, + "ic_fluent_folder_prohibited_20_regular": 59173, + "ic_fluent_folder_swap_20_filled": 59174, + "ic_fluent_folder_swap_20_regular": 59175, + "ic_fluent_folder_sync_20_filled": 59176, + "ic_fluent_folder_sync_20_regular": 59177, + "ic_fluent_folder_zip_20_filled": 59178, + "ic_fluent_folder_zip_20_regular": 59179, + "ic_fluent_font_decrease_20_filled": 59180, + "ic_fluent_font_decrease_20_regular": 59181, + "ic_fluent_font_increase_20_filled": 59182, + "ic_fluent_font_increase_20_regular": 59183, + "ic_fluent_font_space_tracking_in_20_filled": 59184, + "ic_fluent_font_space_tracking_in_20_regular": 59185, + "ic_fluent_font_space_tracking_out_20_filled": 59186, + "ic_fluent_font_space_tracking_out_20_regular": 59187, + "ic_fluent_food_20_filled": 59188, + "ic_fluent_food_20_regular": 59189, + "ic_fluent_food_apple_20_filled": 59190, + "ic_fluent_food_apple_20_regular": 59191, + "ic_fluent_food_cake_20_filled": 59192, + "ic_fluent_food_cake_20_regular": 59193, + "ic_fluent_food_carrot_20_filled": 59194, + "ic_fluent_food_carrot_20_regular": 59195, + "ic_fluent_food_chicken_leg_20_filled": 59196, + "ic_fluent_food_chicken_leg_20_regular": 59197, + "ic_fluent_food_egg_20_filled": 59198, + "ic_fluent_food_egg_20_regular": 59199, + "ic_fluent_food_fish_20_filled": 59200, + "ic_fluent_food_fish_20_regular": 59201, + "ic_fluent_food_grains_20_filled": 59202, + "ic_fluent_food_grains_20_regular": 59203, + "ic_fluent_food_pizza_20_filled": 59204, + "ic_fluent_food_pizza_20_regular": 59205, + "ic_fluent_food_toast_20_filled": 59206, + "ic_fluent_food_toast_20_regular": 59207, + "ic_fluent_form_20_filled": 59208, + "ic_fluent_form_20_regular": 59209, + "ic_fluent_form_multiple_20_filled": 59210, + "ic_fluent_form_multiple_20_regular": 59211, + "ic_fluent_form_new_20_filled": 59212, + "ic_fluent_form_new_20_regular": 59213, + "ic_fluent_fps_120_20_filled": 59214, + "ic_fluent_fps_120_20_regular": 59215, + "ic_fluent_fps_240_20_filled": 59216, + "ic_fluent_fps_240_20_regular": 59217, + "ic_fluent_fps_30_20_filled": 59218, + "ic_fluent_fps_30_20_regular": 59219, + "ic_fluent_fps_60_20_filled": 59220, + "ic_fluent_fps_60_20_regular": 59221, + "ic_fluent_fps_960_20_filled": 59222, + "ic_fluent_fps_960_20_regular": 59223, + "ic_fluent_full_screen_maximize_20_filled": 59224, + "ic_fluent_full_screen_maximize_20_regular": 59225, + "ic_fluent_full_screen_minimize_20_filled": 59226, + "ic_fluent_full_screen_minimize_20_regular": 59227, + "ic_fluent_games_20_filled": 59228, + "ic_fluent_games_20_regular": 59229, + "ic_fluent_gantt_chart_20_filled": 59230, + "ic_fluent_gantt_chart_20_regular": 59231, + "ic_fluent_gas_20_filled": 59232, + "ic_fluent_gas_20_regular": 59233, + "ic_fluent_gas_pump_20_filled": 59234, + "ic_fluent_gas_pump_20_regular": 59235, + "ic_fluent_gather_20_filled": 59236, + "ic_fluent_gather_20_regular": 59237, + "ic_fluent_gauge_20_filled": 59238, + "ic_fluent_gauge_20_regular": 59239, + "ic_fluent_gauge_add_20_filled": 59240, + "ic_fluent_gauge_add_20_regular": 59241, + "ic_fluent_gavel_20_filled": 59242, + "ic_fluent_gavel_20_regular": 59243, + "ic_fluent_gesture_20_filled": 59244, + "ic_fluent_gesture_20_regular": 59245, + "ic_fluent_gif_20_filled": 59246, + "ic_fluent_gif_20_regular": 59247, + "ic_fluent_gift_20_filled": 59248, + "ic_fluent_gift_20_regular": 59249, + "ic_fluent_gift_card_20_filled": 59250, + "ic_fluent_gift_card_20_regular": 59251, + "ic_fluent_gift_card_add_20_filled": 59252, + "ic_fluent_gift_card_add_20_regular": 59253, + "ic_fluent_gift_card_arrow_right_20_filled": 59254, + "ic_fluent_gift_card_arrow_right_20_regular": 59255, + "ic_fluent_gift_card_money_20_filled": 59256, + "ic_fluent_gift_card_money_20_regular": 59257, + "ic_fluent_gift_card_multiple_20_filled": 59258, + "ic_fluent_gift_card_multiple_20_regular": 59259, + "ic_fluent_glance_20_filled": 59260, + "ic_fluent_glance_20_regular": 59261, + "ic_fluent_glance_horizontal_20_filled": 59262, + "ic_fluent_glance_horizontal_20_regular": 59263, + "ic_fluent_glasses_20_filled": 59264, + "ic_fluent_glasses_20_regular": 59265, + "ic_fluent_glasses_off_20_filled": 59266, + "ic_fluent_glasses_off_20_regular": 59267, + "ic_fluent_globe_20_filled": 59268, + "ic_fluent_globe_20_regular": 59269, + "ic_fluent_globe_add_20_filled": 59270, + "ic_fluent_globe_add_20_regular": 59271, + "ic_fluent_globe_clock_20_filled": 59272, + "ic_fluent_globe_clock_20_regular": 59273, + "ic_fluent_globe_desktop_20_filled": 59274, + "ic_fluent_globe_desktop_20_regular": 59275, + "ic_fluent_globe_location_20_filled": 59276, + "ic_fluent_globe_location_20_regular": 59277, + "ic_fluent_globe_person_20_filled": 59278, + "ic_fluent_globe_person_20_regular": 59279, + "ic_fluent_globe_prohibited_20_filled": 59280, + "ic_fluent_globe_prohibited_20_regular": 59281, + "ic_fluent_globe_search_20_filled": 59282, + "ic_fluent_globe_search_20_regular": 59283, + "ic_fluent_globe_shield_20_filled": 59284, + "ic_fluent_globe_shield_20_regular": 59285, + "ic_fluent_globe_star_20_filled": 59286, + "ic_fluent_globe_star_20_regular": 59287, + "ic_fluent_globe_surface_20_filled": 59288, + "ic_fluent_globe_surface_20_regular": 59289, + "ic_fluent_globe_video_20_filled": 59290, + "ic_fluent_globe_video_20_regular": 59291, + "ic_fluent_grid_20_filled": 59292, + "ic_fluent_grid_20_regular": 59293, + "ic_fluent_grid_dots_20_filled": 59294, + "ic_fluent_grid_dots_20_regular": 59295, + "ic_fluent_grid_kanban_20_filled": 59296, + "ic_fluent_grid_kanban_20_regular": 59297, + "ic_fluent_group_20_filled": 59298, + "ic_fluent_group_20_regular": 59299, + "ic_fluent_group_dismiss_20_filled": 59300, + "ic_fluent_group_dismiss_20_regular": 59301, + "ic_fluent_group_list_20_filled": 59302, + "ic_fluent_group_list_20_regular": 59303, + "ic_fluent_group_return_20_filled": 59304, + "ic_fluent_group_return_20_regular": 59305, + "ic_fluent_guardian_20_filled": 59306, + "ic_fluent_guardian_20_regular": 59307, + "ic_fluent_guest_20_filled": 59308, + "ic_fluent_guest_20_regular": 59309, + "ic_fluent_guest_add_20_filled": 59310, + "ic_fluent_guest_add_20_regular": 59311, + "ic_fluent_guitar_20_filled": 59312, + "ic_fluent_guitar_20_regular": 59313, + "ic_fluent_hand_draw_20_filled": 59314, + "ic_fluent_hand_draw_20_regular": 59315, + "ic_fluent_hand_left_20_filled": 59316, + "ic_fluent_hand_left_20_regular": 59317, + "ic_fluent_hand_left_chat_20_filled": 59318, + "ic_fluent_hand_left_chat_20_regular": 59319, + "ic_fluent_hand_open_heart_20_filled": 59320, + "ic_fluent_hand_open_heart_20_regular": 59321, + "ic_fluent_hand_right_20_filled": 59322, + "ic_fluent_hand_right_20_regular": 59323, + "ic_fluent_hand_right_off_20_filled": 59324, + "ic_fluent_hand_right_off_20_regular": 59325, + "ic_fluent_hand_wave_20_filled": 59326, + "ic_fluent_hand_wave_20_regular": 59327, + "ic_fluent_handshake_20_filled": 59328, + "ic_fluent_handshake_20_regular": 59329, + "ic_fluent_hard_drive_20_filled": 59330, + "ic_fluent_hard_drive_20_regular": 59331, + "ic_fluent_hat_graduation_20_filled": 59332, + "ic_fluent_hat_graduation_20_regular": 59333, + "ic_fluent_hd_20_filled": 59334, + "ic_fluent_hd_20_regular": 59335, + "ic_fluent_hdr_20_filled": 59336, + "ic_fluent_hdr_20_regular": 59337, + "ic_fluent_hdr_off_20_filled": 59338, + "ic_fluent_hdr_off_20_regular": 59339, + "ic_fluent_headphones_20_filled": 59340, + "ic_fluent_headphones_20_regular": 59341, + "ic_fluent_headphones_sound_wave_20_filled": 59342, + "ic_fluent_headphones_sound_wave_20_regular": 59343, + "ic_fluent_headset_20_filled": 59344, + "ic_fluent_headset_20_regular": 59345, + "ic_fluent_headset_add_20_filled": 59346, + "ic_fluent_headset_add_20_regular": 59347, + "ic_fluent_headset_vr_20_filled": 59348, + "ic_fluent_headset_vr_20_regular": 59349, + "ic_fluent_heart_20_filled": 59350, + "ic_fluent_heart_20_regular": 59351, + "ic_fluent_heart_broken_20_filled": 59352, + "ic_fluent_heart_broken_20_regular": 59353, + "ic_fluent_heart_circle_20_filled": 59354, + "ic_fluent_heart_circle_20_regular": 59355, + "ic_fluent_heart_circle_hint_20_filled": 59356, + "ic_fluent_heart_circle_hint_20_regular": 59357, + "ic_fluent_heart_pulse_20_filled": 59358, + "ic_fluent_heart_pulse_20_regular": 59359, + "ic_fluent_highlight_20_filled": 59360, + "ic_fluent_highlight_20_regular": 59361, + "ic_fluent_highlight_accent_20_filled": 59362, + "ic_fluent_highlight_link_20_filled": 59363, + "ic_fluent_highlight_link_20_regular": 59364, + "ic_fluent_history_20_filled": 59365, + "ic_fluent_history_20_regular": 59366, + "ic_fluent_history_dismiss_20_filled": 59367, + "ic_fluent_history_dismiss_20_regular": 59368, + "ic_fluent_home_20_filled": 59369, + "ic_fluent_home_20_regular": 59370, + "ic_fluent_home_add_20_filled": 59371, + "ic_fluent_home_add_20_regular": 59372, + "ic_fluent_home_checkmark_20_filled": 59373, + "ic_fluent_home_checkmark_20_regular": 59374, + "ic_fluent_home_database_20_filled": 59375, + "ic_fluent_home_database_20_regular": 59376, + "ic_fluent_home_more_20_filled": 59377, + "ic_fluent_home_more_20_regular": 59378, + "ic_fluent_home_person_20_filled": 59379, + "ic_fluent_home_person_20_regular": 59380, + "ic_fluent_home_split_20_filled": 59381, + "ic_fluent_home_split_20_regular": 59382, + "ic_fluent_hourglass_20_filled": 59383, + "ic_fluent_hourglass_20_regular": 59384, + "ic_fluent_hourglass_half_20_filled": 59385, + "ic_fluent_hourglass_half_20_regular": 59386, + "ic_fluent_hourglass_one_quarter_20_filled": 59387, + "ic_fluent_hourglass_one_quarter_20_regular": 59388, + "ic_fluent_hourglass_three_quarter_20_filled": 59389, + "ic_fluent_hourglass_three_quarter_20_regular": 59390, + "ic_fluent_icons_20_filled": 59391, + "ic_fluent_icons_20_regular": 59392, + "ic_fluent_image_20_filled": 59393, + "ic_fluent_image_20_regular": 59394, + "ic_fluent_image_add_20_filled": 59395, + "ic_fluent_image_add_20_regular": 59396, + "ic_fluent_image_alt_text_20_filled": 59397, + "ic_fluent_image_alt_text_20_regular": 59398, + "ic_fluent_image_arrow_back_20_filled": 59399, + "ic_fluent_image_arrow_back_20_regular": 59400, + "ic_fluent_image_arrow_counterclockwise_20_filled": 59401, + "ic_fluent_image_arrow_counterclockwise_20_regular": 59402, + "ic_fluent_image_arrow_forward_20_filled": 59403, + "ic_fluent_image_arrow_forward_20_regular": 59404, + "ic_fluent_image_copy_20_filled": 59405, + "ic_fluent_image_copy_20_regular": 59406, + "ic_fluent_image_edit_20_filled": 59407, + "ic_fluent_image_edit_20_regular": 59408, + "ic_fluent_image_globe_20_filled": 59409, + "ic_fluent_image_globe_20_regular": 59410, + "ic_fluent_image_multiple_20_filled": 59411, + "ic_fluent_image_multiple_20_regular": 59412, + "ic_fluent_image_multiple_off_20_filled": 59413, + "ic_fluent_image_multiple_off_20_regular": 59414, + "ic_fluent_image_off_20_filled": 59415, + "ic_fluent_image_off_20_regular": 59416, + "ic_fluent_image_prohibited_20_filled": 59417, + "ic_fluent_image_prohibited_20_regular": 59418, + "ic_fluent_image_reflection_20_filled": 59419, + "ic_fluent_image_reflection_20_regular": 59420, + "ic_fluent_image_search_20_filled": 59421, + "ic_fluent_image_search_20_regular": 59422, + "ic_fluent_image_shadow_20_filled": 59423, + "ic_fluent_image_shadow_20_regular": 59424, + "ic_fluent_immersive_reader_20_filled": 59425, + "ic_fluent_immersive_reader_20_regular": 59426, + "ic_fluent_important_20_filled": 59427, + "ic_fluent_important_20_regular": 59428, + "ic_fluent_incognito_20_filled": 59429, + "ic_fluent_incognito_20_regular": 59430, + "ic_fluent_info_20_filled": 59431, + "ic_fluent_info_20_regular": 59432, + "ic_fluent_info_shield_20_filled": 59433, + "ic_fluent_info_shield_20_regular": 59434, + "ic_fluent_ink_stroke_20_filled": 59435, + "ic_fluent_ink_stroke_20_regular": 59436, + "ic_fluent_ink_stroke_arrow_down_20_filled": 59437, + "ic_fluent_ink_stroke_arrow_down_20_regular": 59438, + "ic_fluent_ink_stroke_arrow_up_down_20_filled": 59439, + "ic_fluent_ink_stroke_arrow_up_down_20_regular": 59440, + "ic_fluent_inking_tool_20_filled": 59441, + "ic_fluent_inking_tool_20_regular": 59442, + "ic_fluent_inking_tool_accent_20_filled": 59443, + "ic_fluent_inprivate_account_20_filled": 59444, + "ic_fluent_inprivate_account_20_regular": 59445, + "ic_fluent_insert_20_filled": 59446, + "ic_fluent_insert_20_regular": 59447, + "ic_fluent_ios_chevron_right_20_filled": 59448, + "ic_fluent_ios_chevron_right_20_regular": 59449, + "ic_fluent_iot_20_filled": 59450, + "ic_fluent_iot_20_regular": 59451, + "ic_fluent_javascript_20_filled": 59452, + "ic_fluent_javascript_20_regular": 59453, + "ic_fluent_joystick_20_filled": 59454, + "ic_fluent_joystick_20_regular": 59455, + "ic_fluent_key_20_filled": 59456, + "ic_fluent_key_20_regular": 59457, + "ic_fluent_key_command_20_filled": 59458, + "ic_fluent_key_command_20_regular": 59459, + "ic_fluent_key_multiple_20_filled": 59460, + "ic_fluent_key_multiple_20_regular": 59461, + "ic_fluent_key_reset_20_filled": 59462, + "ic_fluent_key_reset_20_regular": 59463, + "ic_fluent_keyboard_123_20_filled": 59464, + "ic_fluent_keyboard_123_20_regular": 59465, + "ic_fluent_keyboard_20_filled": 59466, + "ic_fluent_keyboard_20_regular": 59467, + "ic_fluent_keyboard_dock_20_filled": 59468, + "ic_fluent_keyboard_dock_20_regular": 59469, + "ic_fluent_keyboard_layout_float_20_filled": 59470, + "ic_fluent_keyboard_layout_float_20_regular": 59471, + "ic_fluent_keyboard_layout_one_handed_left_20_filled": 59472, + "ic_fluent_keyboard_layout_one_handed_left_20_regular": 59473, + "ic_fluent_keyboard_layout_resize_20_filled": 59474, + "ic_fluent_keyboard_layout_resize_20_regular": 59475, + "ic_fluent_keyboard_layout_split_20_filled": 59476, + "ic_fluent_keyboard_layout_split_20_regular": 59477, + "ic_fluent_keyboard_shift_20_filled": 59478, + "ic_fluent_keyboard_shift_20_regular": 59479, + "ic_fluent_keyboard_shift_uppercase_20_filled": 59480, + "ic_fluent_keyboard_shift_uppercase_20_regular": 59481, + "ic_fluent_keyboard_tab_20_filled": 59482, + "ic_fluent_keyboard_tab_20_regular": 59483, + "ic_fluent_laptop_20_filled": 59484, + "ic_fluent_laptop_20_regular": 59485, + "ic_fluent_laptop_dismiss_20_filled": 59486, + "ic_fluent_laptop_dismiss_20_regular": 59487, + "ic_fluent_laser_tool_20_filled": 59488, + "ic_fluent_laser_tool_20_regular": 59489, + "ic_fluent_lasso_20_filled": 59490, + "ic_fluent_lasso_20_regular": 59491, + "ic_fluent_launcher_settings_20_filled": 59492, + "ic_fluent_launcher_settings_20_regular": 59493, + "ic_fluent_layer_20_filled": 59494, + "ic_fluent_layer_20_regular": 59495, + "ic_fluent_layer_diagonal_20_filled": 59496, + "ic_fluent_layer_diagonal_20_regular": 59497, + "ic_fluent_layer_diagonal_person_20_filled": 59498, + "ic_fluent_layer_diagonal_person_20_regular": 59499, + "ic_fluent_leaf_one_20_filled": 59500, + "ic_fluent_leaf_one_20_regular": 59501, + "ic_fluent_leaf_three_20_filled": 59502, + "ic_fluent_leaf_three_20_regular": 59503, + "ic_fluent_leaf_two_20_filled": 59504, + "ic_fluent_leaf_two_20_regular": 59505, + "ic_fluent_learning_app_20_filled": 59506, + "ic_fluent_learning_app_20_regular": 59507, + "ic_fluent_library_20_filled": 59508, + "ic_fluent_library_20_regular": 59509, + "ic_fluent_lightbulb_20_filled": 59510, + "ic_fluent_lightbulb_20_regular": 59511, + "ic_fluent_lightbulb_circle_20_filled": 59512, + "ic_fluent_lightbulb_circle_20_regular": 59513, + "ic_fluent_lightbulb_filament_20_filled": 59514, + "ic_fluent_lightbulb_filament_20_regular": 59515, + "ic_fluent_lightbulb_person_20_filled": 59516, + "ic_fluent_lightbulb_person_20_regular": 59517, + "ic_fluent_likert_20_filled": 59518, + "ic_fluent_likert_20_regular": 59519, + "ic_fluent_line_20_filled": 59520, + "ic_fluent_line_20_regular": 59521, + "ic_fluent_line_dashes_20_filled": 59522, + "ic_fluent_line_dashes_20_regular": 59523, + "ic_fluent_line_horizontal_1_20_filled": 59524, + "ic_fluent_line_horizontal_1_20_regular": 59525, + "ic_fluent_line_horizontal_3_20_filled": 59526, + "ic_fluent_line_horizontal_3_20_regular": 59527, + "ic_fluent_line_horizontal_5_20_filled": 59528, + "ic_fluent_line_horizontal_5_20_regular": 59529, + "ic_fluent_line_horizontal_5_error_20_filled": 59530, + "ic_fluent_line_horizontal_5_error_20_regular": 59531, + "ic_fluent_line_style_20_filled": 59532, + "ic_fluent_line_style_20_regular": 59533, + "ic_fluent_link_20_filled": 59534, + "ic_fluent_link_20_regular": 59535, + "ic_fluent_link_dismiss_20_filled": 59536, + "ic_fluent_link_dismiss_20_regular": 59537, + "ic_fluent_link_edit_20_filled": 59538, + "ic_fluent_link_edit_20_regular": 59539, + "ic_fluent_link_square_20_filled": 59540, + "ic_fluent_link_square_20_regular": 59541, + "ic_fluent_link_toolbox_20_filled": 59542, + "ic_fluent_link_toolbox_20_regular": 59543, + "ic_fluent_list_20_filled": 59544, + "ic_fluent_list_20_regular": 59545, + "ic_fluent_live_20_filled": 59546, + "ic_fluent_live_20_regular": 59547, + "ic_fluent_live_off_20_filled": 59548, + "ic_fluent_live_off_20_regular": 59549, + "ic_fluent_local_language_20_filled": 59550, + "ic_fluent_local_language_20_regular": 59551, + "ic_fluent_location_20_filled": 59552, + "ic_fluent_location_20_regular": 59553, + "ic_fluent_location_add_20_filled": 59554, + "ic_fluent_location_add_20_regular": 59555, + "ic_fluent_location_add_left_20_filled": 59556, + "ic_fluent_location_add_left_20_regular": 59557, + "ic_fluent_location_add_right_20_filled": 59558, + "ic_fluent_location_add_right_20_regular": 59559, + "ic_fluent_location_add_up_20_filled": 59560, + "ic_fluent_location_add_up_20_regular": 59561, + "ic_fluent_location_dismiss_20_filled": 59562, + "ic_fluent_location_dismiss_20_regular": 59563, + "ic_fluent_location_live_20_filled": 59564, + "ic_fluent_location_live_20_regular": 59565, + "ic_fluent_location_off_20_filled": 59566, + "ic_fluent_location_off_20_regular": 59567, + "ic_fluent_lock_closed_20_filled": 59568, + "ic_fluent_lock_closed_20_regular": 59569, + "ic_fluent_lock_multiple_20_filled": 59570, + "ic_fluent_lock_multiple_20_regular": 59571, + "ic_fluent_lock_open_20_filled": 59572, + "ic_fluent_lock_open_20_regular": 59573, + "ic_fluent_lock_shield_20_filled": 59574, + "ic_fluent_lock_shield_20_regular": 59575, + "ic_fluent_lottery_20_filled": 59576, + "ic_fluent_lottery_20_regular": 59577, + "ic_fluent_luggage_20_filled": 59578, + "ic_fluent_luggage_20_regular": 59579, + "ic_fluent_mail_20_filled": 59580, + "ic_fluent_mail_20_regular": 59581, + "ic_fluent_mail_add_20_filled": 59582, + "ic_fluent_mail_add_20_regular": 59583, + "ic_fluent_mail_alert_20_filled": 59584, + "ic_fluent_mail_alert_20_regular": 59585, + "ic_fluent_mail_all_read_20_filled": 59586, + "ic_fluent_mail_all_read_20_regular": 59587, + "ic_fluent_mail_all_unread_20_filled": 59588, + "ic_fluent_mail_all_unread_20_regular": 59589, + "ic_fluent_mail_arrow_double_back_20_filled": 59590, + "ic_fluent_mail_arrow_double_back_20_regular": 59591, + "ic_fluent_mail_arrow_down_20_filled": 59592, + "ic_fluent_mail_arrow_down_20_regular": 59593, + "ic_fluent_mail_arrow_forward_20_filled": 59594, + "ic_fluent_mail_arrow_forward_20_regular": 59595, + "ic_fluent_mail_arrow_up_20_filled": 59596, + "ic_fluent_mail_arrow_up_20_regular": 59597, + "ic_fluent_mail_attach_20_filled": 59598, + "ic_fluent_mail_attach_20_regular": 59599, + "ic_fluent_mail_checkmark_20_filled": 59600, + "ic_fluent_mail_checkmark_20_regular": 59601, + "ic_fluent_mail_clock_20_filled": 59602, + "ic_fluent_mail_clock_20_regular": 59603, + "ic_fluent_mail_copy_20_filled": 59604, + "ic_fluent_mail_copy_20_regular": 59605, + "ic_fluent_mail_dismiss_20_filled": 59606, + "ic_fluent_mail_dismiss_20_regular": 59607, + "ic_fluent_mail_edit_20_filled": 59608, + "ic_fluent_mail_edit_20_regular": 59609, + "ic_fluent_mail_error_20_filled": 59610, + "ic_fluent_mail_error_20_regular": 59611, + "ic_fluent_mail_inbox_20_filled": 59612, + "ic_fluent_mail_inbox_20_regular": 59613, + "ic_fluent_mail_inbox_add_20_filled": 59614, + "ic_fluent_mail_inbox_add_20_regular": 59615, + "ic_fluent_mail_inbox_all_20_filled": 59616, + "ic_fluent_mail_inbox_all_20_regular": 59617, + "ic_fluent_mail_inbox_arrow_down_20_filled": 59618, + "ic_fluent_mail_inbox_arrow_down_20_regular": 59619, + "ic_fluent_mail_inbox_arrow_right_20_filled": 59620, + "ic_fluent_mail_inbox_arrow_right_20_regular": 59621, + "ic_fluent_mail_inbox_arrow_up_20_filled": 59622, + "ic_fluent_mail_inbox_arrow_up_20_regular": 59623, + "ic_fluent_mail_inbox_checkmark_20_filled": 59624, + "ic_fluent_mail_inbox_checkmark_20_regular": 59625, + "ic_fluent_mail_inbox_dismiss_20_filled": 59626, + "ic_fluent_mail_inbox_dismiss_20_regular": 59627, + "ic_fluent_mail_link_20_filled": 59628, + "ic_fluent_mail_link_20_regular": 59629, + "ic_fluent_mail_list_20_filled": 59630, + "ic_fluent_mail_list_20_regular": 59631, + "ic_fluent_mail_multiple_20_filled": 59632, + "ic_fluent_mail_multiple_20_regular": 59633, + "ic_fluent_mail_off_20_filled": 59634, + "ic_fluent_mail_off_20_regular": 59635, + "ic_fluent_mail_open_person_20_filled": 59636, + "ic_fluent_mail_open_person_20_regular": 59637, + "ic_fluent_mail_pause_20_filled": 59638, + "ic_fluent_mail_pause_20_regular": 59639, + "ic_fluent_mail_prohibited_20_filled": 59640, + "ic_fluent_mail_prohibited_20_regular": 59641, + "ic_fluent_mail_read_20_filled": 59642, + "ic_fluent_mail_read_20_regular": 59643, + "ic_fluent_mail_read_multiple_20_filled": 59644, + "ic_fluent_mail_read_multiple_20_regular": 59645, + "ic_fluent_mail_settings_20_filled": 59646, + "ic_fluent_mail_settings_20_regular": 59647, + "ic_fluent_mail_shield_20_filled": 59648, + "ic_fluent_mail_shield_20_regular": 59649, + "ic_fluent_mail_template_20_filled": 59650, + "ic_fluent_mail_template_20_regular": 59651, + "ic_fluent_mail_unread_20_filled": 59652, + "ic_fluent_mail_unread_20_regular": 59653, + "ic_fluent_mail_warning_20_filled": 59654, + "ic_fluent_mail_warning_20_regular": 59655, + "ic_fluent_map_20_filled": 59656, + "ic_fluent_map_20_regular": 59657, + "ic_fluent_map_drive_20_filled": 59658, + "ic_fluent_map_drive_20_regular": 59659, + "ic_fluent_markdown_20_filled": 59660, + "ic_fluent_markdown_20_regular": 59661, + "ic_fluent_match_app_layout_20_filled": 59662, + "ic_fluent_match_app_layout_20_regular": 59663, + "ic_fluent_math_format_linear_20_filled": 59664, + "ic_fluent_math_format_linear_20_regular": 59665, + "ic_fluent_math_format_professional_20_filled": 59666, + "ic_fluent_math_format_professional_20_regular": 59667, + "ic_fluent_math_formula_20_filled": 59668, + "ic_fluent_math_formula_20_regular": 59669, + "ic_fluent_math_symbols_20_filled": 59670, + "ic_fluent_math_symbols_20_regular": 59671, + "ic_fluent_maximize_20_filled": 59672, + "ic_fluent_maximize_20_regular": 59673, + "ic_fluent_meet_now_20_filled": 59674, + "ic_fluent_meet_now_20_regular": 59675, + "ic_fluent_megaphone_20_filled": 59676, + "ic_fluent_megaphone_20_regular": 59677, + "ic_fluent_megaphone_circle_20_filled": 59678, + "ic_fluent_megaphone_circle_20_regular": 59679, + "ic_fluent_megaphone_loud_20_filled": 59680, + "ic_fluent_megaphone_loud_20_regular": 59681, + "ic_fluent_megaphone_off_20_filled": 59682, + "ic_fluent_megaphone_off_20_regular": 59683, + "ic_fluent_mention_20_filled": 59684, + "ic_fluent_mention_20_regular": 59685, + "ic_fluent_mention_arrow_down_20_filled": 59686, + "ic_fluent_mention_arrow_down_20_regular": 59687, + "ic_fluent_mention_brackets_20_filled": 59688, + "ic_fluent_mention_brackets_20_regular": 59689, + "ic_fluent_merge_20_filled": 59690, + "ic_fluent_merge_20_regular": 59691, + "ic_fluent_mic_20_filled": 59692, + "ic_fluent_mic_20_regular": 59693, + "ic_fluent_mic_off_20_filled": 59694, + "ic_fluent_mic_off_20_regular": 59695, + "ic_fluent_mic_prohibited_20_filled": 59696, + "ic_fluent_mic_prohibited_20_regular": 59697, + "ic_fluent_mic_pulse_20_filled": 59698, + "ic_fluent_mic_pulse_20_regular": 59699, + "ic_fluent_mic_pulse_off_20_filled": 59700, + "ic_fluent_mic_pulse_off_20_regular": 59701, + "ic_fluent_mic_settings_20_filled": 59702, + "ic_fluent_mic_settings_20_regular": 59703, + "ic_fluent_mic_sparkle_20_filled": 59704, + "ic_fluent_mic_sparkle_20_regular": 59705, + "ic_fluent_mic_sync_20_filled": 59706, + "ic_fluent_mic_sync_20_regular": 59707, + "ic_fluent_microscope_20_filled": 59708, + "ic_fluent_microscope_20_regular": 59709, + "ic_fluent_midi_20_filled": 59710, + "ic_fluent_midi_20_regular": 59711, + "ic_fluent_mobile_optimized_20_filled": 59712, + "ic_fluent_mobile_optimized_20_regular": 59713, + "ic_fluent_molecule_20_filled": 59714, + "ic_fluent_molecule_20_regular": 59715, + "ic_fluent_money_20_filled": 59716, + "ic_fluent_money_20_regular": 59717, + "ic_fluent_money_calculator_20_filled": 59718, + "ic_fluent_money_calculator_20_regular": 59719, + "ic_fluent_money_dismiss_20_filled": 59720, + "ic_fluent_money_dismiss_20_regular": 59721, + "ic_fluent_money_hand_20_filled": 59722, + "ic_fluent_money_hand_20_regular": 59723, + "ic_fluent_money_off_20_filled": 59724, + "ic_fluent_money_off_20_regular": 59725, + "ic_fluent_money_settings_20_filled": 59726, + "ic_fluent_money_settings_20_regular": 59727, + "ic_fluent_more_circle_20_filled": 59728, + "ic_fluent_more_circle_20_regular": 59729, + "ic_fluent_more_horizontal_20_filled": 59730, + "ic_fluent_more_horizontal_20_regular": 59731, + "ic_fluent_more_vertical_20_filled": 59732, + "ic_fluent_more_vertical_20_regular": 59733, + "ic_fluent_movies_and_tv_20_filled": 59734, + "ic_fluent_movies_and_tv_20_regular": 59735, + "ic_fluent_multiplier_1_2x_20_filled": 59736, + "ic_fluent_multiplier_1_2x_20_regular": 59737, + "ic_fluent_multiplier_1_5x_20_filled": 59738, + "ic_fluent_multiplier_1_5x_20_regular": 59739, + "ic_fluent_multiplier_1_8x_20_filled": 59740, + "ic_fluent_multiplier_1_8x_20_regular": 59741, + "ic_fluent_multiplier_1x_20_filled": 59742, + "ic_fluent_multiplier_1x_20_regular": 59743, + "ic_fluent_multiplier_2x_20_filled": 59744, + "ic_fluent_multiplier_2x_20_regular": 59745, + "ic_fluent_multiplier_5x_20_filled": 59746, + "ic_fluent_multiplier_5x_20_regular": 59747, + "ic_fluent_multiselect_ltr_20_filled": 59748, + "ic_fluent_multiselect_ltr_20_regular": 59749, + "ic_fluent_multiselect_rtl_20_filled": 59750, + "ic_fluent_multiselect_rtl_20_regular": 59751, + "ic_fluent_music_note_1_20_filled": 59752, + "ic_fluent_music_note_1_20_regular": 59753, + "ic_fluent_music_note_2_20_filled": 59754, + "ic_fluent_music_note_2_20_regular": 59755, + "ic_fluent_music_note_2_play_20_filled": 59756, + "ic_fluent_music_note_2_play_20_regular": 59757, + "ic_fluent_music_note_off_1_20_filled": 59758, + "ic_fluent_music_note_off_1_20_regular": 59759, + "ic_fluent_music_note_off_2_20_filled": 59760, + "ic_fluent_music_note_off_2_20_regular": 59761, + "ic_fluent_my_location_20_filled": 59762, + "ic_fluent_my_location_20_regular": 59763, + "ic_fluent_navigation_20_filled": 59764, + "ic_fluent_navigation_20_regular": 59765, + "ic_fluent_navigation_location_target_20_filled": 59766, + "ic_fluent_navigation_location_target_20_regular": 59767, + "ic_fluent_navigation_play_20_filled": 59768, + "ic_fluent_navigation_play_20_regular": 59769, + "ic_fluent_navigation_unread_20_filled": 59770, + "ic_fluent_navigation_unread_20_regular": 59771, + "ic_fluent_network_check_20_filled": 59772, + "ic_fluent_network_check_20_regular": 59773, + "ic_fluent_new_20_filled": 59774, + "ic_fluent_new_20_regular": 59775, + "ic_fluent_news_20_filled": 59776, + "ic_fluent_news_20_regular": 59777, + "ic_fluent_next_20_filled": 59778, + "ic_fluent_next_20_regular": 59779, + "ic_fluent_note_20_filled": 59780, + "ic_fluent_note_20_regular": 59781, + "ic_fluent_note_add_20_filled": 59782, + "ic_fluent_note_add_20_regular": 59783, + "ic_fluent_note_edit_20_filled": 59784, + "ic_fluent_note_edit_20_regular": 59785, + "ic_fluent_note_pin_20_filled": 59786, + "ic_fluent_note_pin_20_regular": 59787, + "ic_fluent_notebook_20_filled": 59788, + "ic_fluent_notebook_20_regular": 59789, + "ic_fluent_notebook_add_20_filled": 59790, + "ic_fluent_notebook_add_20_regular": 59791, + "ic_fluent_notebook_arrow_curve_down_20_filled": 59792, + "ic_fluent_notebook_arrow_curve_down_20_regular": 59793, + "ic_fluent_notebook_error_20_filled": 59794, + "ic_fluent_notebook_error_20_regular": 59795, + "ic_fluent_notebook_eye_20_filled": 59796, + "ic_fluent_notebook_eye_20_regular": 59797, + "ic_fluent_notebook_lightning_20_filled": 59798, + "ic_fluent_notebook_lightning_20_regular": 59799, + "ic_fluent_notebook_question_mark_20_filled": 59800, + "ic_fluent_notebook_question_mark_20_regular": 59801, + "ic_fluent_notebook_section_20_filled": 59802, + "ic_fluent_notebook_section_20_regular": 59803, + "ic_fluent_notebook_subsection_20_filled": 59804, + "ic_fluent_notebook_subsection_20_regular": 59805, + "ic_fluent_notebook_sync_20_filled": 59806, + "ic_fluent_notebook_sync_20_regular": 59807, + "ic_fluent_notepad_20_filled": 59808, + "ic_fluent_notepad_20_regular": 59809, + "ic_fluent_notepad_edit_20_filled": 59810, + "ic_fluent_notepad_edit_20_regular": 59811, + "ic_fluent_notepad_person_20_filled": 59812, + "ic_fluent_notepad_person_20_regular": 59813, + "ic_fluent_number_circle_1_20_filled": 59814, + "ic_fluent_number_circle_1_20_regular": 59815, + "ic_fluent_number_circle_2_20_filled": 59816, + "ic_fluent_number_circle_2_20_regular": 59817, + "ic_fluent_number_circle_3_20_filled": 59818, + "ic_fluent_number_circle_3_20_regular": 59819, + "ic_fluent_number_circle_4_20_filled": 59820, + "ic_fluent_number_circle_4_20_regular": 59821, + "ic_fluent_number_circle_5_20_filled": 59822, + "ic_fluent_number_circle_5_20_regular": 59823, + "ic_fluent_number_row_20_filled": 59824, + "ic_fluent_number_row_20_regular": 59825, + "ic_fluent_number_symbol_20_filled": 59826, + "ic_fluent_number_symbol_20_regular": 59827, + "ic_fluent_number_symbol_dismiss_20_filled": 59828, + "ic_fluent_number_symbol_dismiss_20_regular": 59829, + "ic_fluent_number_symbol_square_20_filled": 59830, + "ic_fluent_number_symbol_square_20_regular": 59831, + "ic_fluent_open_20_filled": 59832, + "ic_fluent_open_20_regular": 59833, + "ic_fluent_open_folder_20_filled": 59834, + "ic_fluent_open_folder_20_regular": 59835, + "ic_fluent_open_off_20_filled": 59836, + "ic_fluent_open_off_20_regular": 59837, + "ic_fluent_options_20_filled": 59838, + "ic_fluent_options_20_regular": 59839, + "ic_fluent_organization_20_filled": 59840, + "ic_fluent_organization_20_regular": 59841, + "ic_fluent_organization_horizontal_20_filled": 59842, + "ic_fluent_organization_horizontal_20_regular": 59843, + "ic_fluent_orientation_20_filled": 59844, + "ic_fluent_orientation_20_regular": 59845, + "ic_fluent_oval_20_filled": 59846, + "ic_fluent_oval_20_regular": 59847, + "ic_fluent_oven_20_filled": 59848, + "ic_fluent_oven_20_regular": 59849, + "ic_fluent_padding_down_20_filled": 59850, + "ic_fluent_padding_down_20_regular": 59851, + "ic_fluent_padding_left_20_filled": 59852, + "ic_fluent_padding_left_20_regular": 59853, + "ic_fluent_padding_right_20_filled": 59854, + "ic_fluent_padding_right_20_regular": 59855, + "ic_fluent_padding_top_20_filled": 59856, + "ic_fluent_padding_top_20_regular": 59857, + "ic_fluent_page_fit_20_filled": 59858, + "ic_fluent_page_fit_20_regular": 59859, + "ic_fluent_paint_brush_20_filled": 59860, + "ic_fluent_paint_brush_20_regular": 59861, + "ic_fluent_paint_brush_arrow_down_20_filled": 59862, + "ic_fluent_paint_brush_arrow_down_20_regular": 59863, + "ic_fluent_paint_brush_arrow_up_20_filled": 59864, + "ic_fluent_paint_brush_arrow_up_20_regular": 59865, + "ic_fluent_paint_bucket_20_filled": 59866, + "ic_fluent_paint_bucket_20_regular": 59867, + "ic_fluent_pair_20_filled": 59868, + "ic_fluent_pair_20_regular": 59869, + "ic_fluent_panel_bottom_20_filled": 59870, + "ic_fluent_panel_bottom_20_regular": 59871, + "ic_fluent_panel_bottom_contract_20_filled": 59872, + "ic_fluent_panel_bottom_contract_20_regular": 59873, + "ic_fluent_panel_bottom_expand_20_filled": 59874, + "ic_fluent_panel_bottom_expand_20_regular": 59875, + "ic_fluent_panel_down_20_filled": 59876, + "ic_fluent_panel_down_20_regular": 59877, + "ic_fluent_panel_left_20_filled": 59878, + "ic_fluent_panel_left_20_regular": 59879, + "ic_fluent_panel_left_add_20_filled": 59880, + "ic_fluent_panel_left_add_20_regular": 59881, + "ic_fluent_panel_left_contract_20_filled": 59882, + "ic_fluent_panel_left_contract_20_regular": 59883, + "ic_fluent_panel_left_expand_20_filled": 59884, + "ic_fluent_panel_left_expand_20_regular": 59885, + "ic_fluent_panel_left_focus_right_20_filled": 59886, + "ic_fluent_panel_left_key_20_filled": 59887, + "ic_fluent_panel_left_key_20_regular": 59888, + "ic_fluent_panel_right_20_filled": 59889, + "ic_fluent_panel_right_20_regular": 59890, + "ic_fluent_panel_right_add_20_filled": 59891, + "ic_fluent_panel_right_add_20_regular": 59892, + "ic_fluent_panel_right_contract_20_filled": 59893, + "ic_fluent_panel_right_contract_20_regular": 59894, + "ic_fluent_panel_right_cursor_20_filled": 59895, + "ic_fluent_panel_right_cursor_20_regular": 59896, + "ic_fluent_panel_right_expand_20_filled": 59897, + "ic_fluent_panel_right_expand_20_regular": 59898, + "ic_fluent_panel_separate_window_20_filled": 59899, + "ic_fluent_panel_separate_window_20_regular": 59900, + "ic_fluent_panel_top_contract_20_filled": 59901, + "ic_fluent_panel_top_contract_20_regular": 59902, + "ic_fluent_panel_top_expand_20_filled": 59903, + "ic_fluent_panel_top_expand_20_regular": 59904, + "ic_fluent_password_20_filled": 59905, + "ic_fluent_password_20_regular": 59906, + "ic_fluent_patch_20_filled": 59907, + "ic_fluent_patch_20_regular": 59908, + "ic_fluent_patient_20_filled": 59909, + "ic_fluent_patient_20_regular": 59910, + "ic_fluent_pause_20_filled": 59911, + "ic_fluent_pause_20_regular": 59912, + "ic_fluent_pause_circle_20_filled": 59913, + "ic_fluent_pause_circle_20_regular": 59914, + "ic_fluent_pause_off_20_filled": 59915, + "ic_fluent_pause_off_20_regular": 59916, + "ic_fluent_pause_settings_20_filled": 59917, + "ic_fluent_pause_settings_20_regular": 59918, + "ic_fluent_payment_20_filled": 59919, + "ic_fluent_payment_20_regular": 59920, + "ic_fluent_pen_20_filled": 59921, + "ic_fluent_pen_20_regular": 59922, + "ic_fluent_pen_off_20_filled": 59923, + "ic_fluent_pen_off_20_regular": 59924, + "ic_fluent_pen_prohibited_20_filled": 59925, + "ic_fluent_pen_prohibited_20_regular": 59926, + "ic_fluent_pentagon_20_filled": 59927, + "ic_fluent_pentagon_20_regular": 59928, + "ic_fluent_people_20_filled": 59929, + "ic_fluent_people_20_regular": 59930, + "ic_fluent_people_add_20_filled": 59931, + "ic_fluent_people_add_20_regular": 59932, + "ic_fluent_people_audience_20_filled": 59933, + "ic_fluent_people_audience_20_regular": 59934, + "ic_fluent_people_call_20_filled": 59935, + "ic_fluent_people_call_20_regular": 59936, + "ic_fluent_people_checkmark_20_filled": 59937, + "ic_fluent_people_checkmark_20_regular": 59938, + "ic_fluent_people_community_20_filled": 59939, + "ic_fluent_people_community_20_regular": 59940, + "ic_fluent_people_community_add_20_filled": 59941, + "ic_fluent_people_community_add_20_regular": 59942, + "ic_fluent_people_edit_20_filled": 59943, + "ic_fluent_people_edit_20_regular": 59944, + "ic_fluent_people_error_20_filled": 59945, + "ic_fluent_people_error_20_regular": 59946, + "ic_fluent_people_list_20_filled": 59947, + "ic_fluent_people_list_20_regular": 59948, + "ic_fluent_people_lock_20_filled": 59949, + "ic_fluent_people_lock_20_regular": 59950, + "ic_fluent_people_money_20_filled": 59951, + "ic_fluent_people_money_20_regular": 59952, + "ic_fluent_people_prohibited_20_filled": 59953, + "ic_fluent_people_prohibited_20_regular": 59954, + "ic_fluent_people_queue_20_filled": 59955, + "ic_fluent_people_queue_20_regular": 59956, + "ic_fluent_people_search_20_filled": 59957, + "ic_fluent_people_search_20_regular": 59958, + "ic_fluent_people_settings_20_filled": 59959, + "ic_fluent_people_settings_20_regular": 59960, + "ic_fluent_people_star_20_filled": 59961, + "ic_fluent_people_star_20_regular": 59962, + "ic_fluent_people_swap_20_filled": 59963, + "ic_fluent_people_swap_20_regular": 59964, + "ic_fluent_people_sync_20_filled": 59965, + "ic_fluent_people_sync_20_regular": 59966, + "ic_fluent_people_team_20_filled": 59967, + "ic_fluent_people_team_20_regular": 59968, + "ic_fluent_people_team_add_20_filled": 59969, + "ic_fluent_people_team_add_20_regular": 59970, + "ic_fluent_people_team_delete_20_filled": 59971, + "ic_fluent_people_team_delete_20_regular": 59972, + "ic_fluent_people_team_toolbox_20_filled": 59973, + "ic_fluent_people_team_toolbox_20_regular": 59974, + "ic_fluent_people_toolbox_20_filled": 59975, + "ic_fluent_people_toolbox_20_regular": 59976, + "ic_fluent_person_20_filled": 59977, + "ic_fluent_person_20_regular": 59978, + "ic_fluent_person_5_20_filled": 59979, + "ic_fluent_person_5_20_regular": 59980, + "ic_fluent_person_6_20_filled": 59981, + "ic_fluent_person_6_20_regular": 59982, + "ic_fluent_person_accounts_20_filled": 59983, + "ic_fluent_person_accounts_20_regular": 59984, + "ic_fluent_person_add_20_filled": 59985, + "ic_fluent_person_add_20_regular": 59986, + "ic_fluent_person_alert_20_filled": 59987, + "ic_fluent_person_alert_20_regular": 59988, + "ic_fluent_person_arrow_back_20_filled": 59989, + "ic_fluent_person_arrow_back_20_regular": 59990, + "ic_fluent_person_arrow_left_20_filled": 59991, + "ic_fluent_person_arrow_left_20_regular": 59992, + "ic_fluent_person_arrow_right_20_filled": 59993, + "ic_fluent_person_arrow_right_20_regular": 59994, + "ic_fluent_person_available_20_filled": 59995, + "ic_fluent_person_available_20_regular": 59996, + "ic_fluent_person_board_20_filled": 59997, + "ic_fluent_person_board_20_regular": 59998, + "ic_fluent_person_call_20_filled": 59999, + "ic_fluent_person_call_20_regular": 60000, + "ic_fluent_person_chat_20_filled": 60001, + "ic_fluent_person_chat_20_regular": 60002, + "ic_fluent_person_circle_20_filled": 60003, + "ic_fluent_person_circle_20_regular": 60004, + "ic_fluent_person_clock_20_filled": 60005, + "ic_fluent_person_clock_20_regular": 60006, + "ic_fluent_person_delete_20_filled": 60007, + "ic_fluent_person_delete_20_regular": 60008, + "ic_fluent_person_edit_20_filled": 60009, + "ic_fluent_person_edit_20_regular": 60010, + "ic_fluent_person_feedback_20_filled": 60011, + "ic_fluent_person_feedback_20_regular": 60012, + "ic_fluent_person_heart_20_filled": 60013, + "ic_fluent_person_heart_20_regular": 60014, + "ic_fluent_person_info_20_filled": 60015, + "ic_fluent_person_info_20_regular": 60016, + "ic_fluent_person_key_20_filled": 60017, + "ic_fluent_person_key_20_regular": 60018, + "ic_fluent_person_lightbulb_20_filled": 60019, + "ic_fluent_person_lightbulb_20_regular": 60020, + "ic_fluent_person_link_20_filled": 60021, + "ic_fluent_person_link_20_regular": 60022, + "ic_fluent_person_lock_20_filled": 60023, + "ic_fluent_person_lock_20_regular": 60024, + "ic_fluent_person_mail_20_filled": 60025, + "ic_fluent_person_mail_20_regular": 60026, + "ic_fluent_person_money_20_filled": 60027, + "ic_fluent_person_money_20_regular": 60028, + "ic_fluent_person_note_20_filled": 60029, + "ic_fluent_person_note_20_regular": 60030, + "ic_fluent_person_pill_20_filled": 60031, + "ic_fluent_person_pill_20_regular": 60032, + "ic_fluent_person_prohibited_20_filled": 60033, + "ic_fluent_person_prohibited_20_regular": 60034, + "ic_fluent_person_question_mark_20_filled": 60035, + "ic_fluent_person_question_mark_20_regular": 60036, + "ic_fluent_person_running_20_filled": 60037, + "ic_fluent_person_running_20_regular": 60038, + "ic_fluent_person_settings_20_filled": 60039, + "ic_fluent_person_settings_20_regular": 60040, + "ic_fluent_person_square_20_filled": 60041, + "ic_fluent_person_square_20_regular": 60042, + "ic_fluent_person_star_20_filled": 60043, + "ic_fluent_person_star_20_regular": 60044, + "ic_fluent_person_starburst_20_filled": 60045, + "ic_fluent_person_starburst_20_regular": 60046, + "ic_fluent_person_subtract_20_filled": 60047, + "ic_fluent_person_subtract_20_regular": 60048, + "ic_fluent_person_support_20_filled": 60049, + "ic_fluent_person_support_20_regular": 60050, + "ic_fluent_person_swap_20_filled": 60051, + "ic_fluent_person_swap_20_regular": 60052, + "ic_fluent_person_sync_20_filled": 60053, + "ic_fluent_person_sync_20_regular": 60054, + "ic_fluent_person_tag_20_filled": 60055, + "ic_fluent_person_tag_20_regular": 60056, + "ic_fluent_person_voice_20_filled": 60057, + "ic_fluent_person_voice_20_regular": 60058, + "ic_fluent_person_walking_20_filled": 60059, + "ic_fluent_person_walking_20_regular": 60060, + "ic_fluent_phone_20_filled": 60061, + "ic_fluent_phone_20_regular": 60062, + "ic_fluent_phone_add_20_filled": 60063, + "ic_fluent_phone_add_20_regular": 60064, + "ic_fluent_phone_arrow_right_20_filled": 60065, + "ic_fluent_phone_arrow_right_20_regular": 60066, + "ic_fluent_phone_chat_20_filled": 60067, + "ic_fluent_phone_chat_20_regular": 60068, + "ic_fluent_phone_checkmark_20_filled": 60069, + "ic_fluent_phone_checkmark_20_regular": 60070, + "ic_fluent_phone_desktop_20_filled": 60071, + "ic_fluent_phone_desktop_20_regular": 60072, + "ic_fluent_phone_desktop_add_20_filled": 60073, + "ic_fluent_phone_desktop_add_20_regular": 60074, + "ic_fluent_phone_dismiss_20_filled": 60075, + "ic_fluent_phone_dismiss_20_regular": 60076, + "ic_fluent_phone_eraser_20_filled": 60077, + "ic_fluent_phone_eraser_20_regular": 60078, + "ic_fluent_phone_key_20_filled": 60079, + "ic_fluent_phone_key_20_regular": 60080, + "ic_fluent_phone_laptop_20_filled": 60081, + "ic_fluent_phone_laptop_20_regular": 60082, + "ic_fluent_phone_link_setup_20_filled": 60083, + "ic_fluent_phone_link_setup_20_regular": 60084, + "ic_fluent_phone_lock_20_filled": 60085, + "ic_fluent_phone_lock_20_regular": 60086, + "ic_fluent_phone_page_header_20_filled": 60087, + "ic_fluent_phone_page_header_20_regular": 60088, + "ic_fluent_phone_pagination_20_filled": 60089, + "ic_fluent_phone_pagination_20_regular": 60090, + "ic_fluent_phone_screen_time_20_filled": 60091, + "ic_fluent_phone_screen_time_20_regular": 60092, + "ic_fluent_phone_shake_20_filled": 60093, + "ic_fluent_phone_shake_20_regular": 60094, + "ic_fluent_phone_span_in_20_filled": 60095, + "ic_fluent_phone_span_in_20_regular": 60096, + "ic_fluent_phone_span_out_20_filled": 60097, + "ic_fluent_phone_span_out_20_regular": 60098, + "ic_fluent_phone_speaker_20_filled": 60099, + "ic_fluent_phone_speaker_20_regular": 60100, + "ic_fluent_phone_status_bar_20_filled": 60101, + "ic_fluent_phone_status_bar_20_regular": 60102, + "ic_fluent_phone_tablet_20_filled": 60103, + "ic_fluent_phone_tablet_20_regular": 60104, + "ic_fluent_phone_update_20_filled": 60105, + "ic_fluent_phone_update_20_regular": 60106, + "ic_fluent_phone_update_checkmark_20_filled": 60107, + "ic_fluent_phone_update_checkmark_20_regular": 60108, + "ic_fluent_phone_vertical_scroll_20_filled": 60109, + "ic_fluent_phone_vertical_scroll_20_regular": 60110, + "ic_fluent_phone_vibrate_20_filled": 60111, + "ic_fluent_phone_vibrate_20_regular": 60112, + "ic_fluent_photo_filter_20_filled": 60113, + "ic_fluent_photo_filter_20_regular": 60114, + "ic_fluent_pi_20_filled": 60115, + "ic_fluent_pi_20_regular": 60116, + "ic_fluent_picture_in_picture_20_filled": 60117, + "ic_fluent_picture_in_picture_20_regular": 60118, + "ic_fluent_picture_in_picture_enter_20_filled": 60119, + "ic_fluent_picture_in_picture_enter_20_regular": 60120, + "ic_fluent_picture_in_picture_exit_20_filled": 60121, + "ic_fluent_picture_in_picture_exit_20_regular": 60122, + "ic_fluent_pill_20_filled": 60123, + "ic_fluent_pill_20_regular": 60124, + "ic_fluent_pin_20_filled": 60125, + "ic_fluent_pin_20_regular": 60126, + "ic_fluent_pin_off_20_filled": 60127, + "ic_fluent_pin_off_20_regular": 60128, + "ic_fluent_pipeline_20_filled": 60129, + "ic_fluent_pipeline_20_regular": 60130, + "ic_fluent_pipeline_add_20_filled": 60131, + "ic_fluent_pipeline_add_20_regular": 60132, + "ic_fluent_pipeline_arrow_curve_down_20_filled": 60133, + "ic_fluent_pipeline_arrow_curve_down_20_regular": 60134, + "ic_fluent_pipeline_play_20_filled": 60135, + "ic_fluent_pipeline_play_20_regular": 60136, + "ic_fluent_pivot_20_filled": 60137, + "ic_fluent_pivot_20_regular": 60138, + "ic_fluent_play_20_filled": 60139, + "ic_fluent_play_20_regular": 60140, + "ic_fluent_play_circle_20_filled": 60141, + "ic_fluent_play_circle_20_regular": 60142, + "ic_fluent_play_settings_20_filled": 60143, + "ic_fluent_play_settings_20_regular": 60144, + "ic_fluent_playing_cards_20_filled": 60145, + "ic_fluent_playing_cards_20_regular": 60146, + "ic_fluent_plug_connected_20_filled": 60147, + "ic_fluent_plug_connected_20_regular": 60148, + "ic_fluent_plug_connected_add_20_filled": 60149, + "ic_fluent_plug_connected_add_20_regular": 60150, + "ic_fluent_plug_connected_checkmark_20_filled": 60151, + "ic_fluent_plug_connected_checkmark_20_regular": 60152, + "ic_fluent_plug_disconnected_20_filled": 60153, + "ic_fluent_plug_disconnected_20_regular": 60154, + "ic_fluent_point_scan_20_filled": 60155, + "ic_fluent_point_scan_20_regular": 60156, + "ic_fluent_poll_20_filled": 60157, + "ic_fluent_poll_20_regular": 60158, + "ic_fluent_port_hdmi_20_filled": 60159, + "ic_fluent_port_hdmi_20_regular": 60160, + "ic_fluent_port_micro_usb_20_filled": 60161, + "ic_fluent_port_micro_usb_20_regular": 60162, + "ic_fluent_port_usb_a_20_filled": 60163, + "ic_fluent_port_usb_a_20_regular": 60164, + "ic_fluent_port_usb_c_20_filled": 60165, + "ic_fluent_port_usb_c_20_regular": 60166, + "ic_fluent_position_backward_20_filled": 60167, + "ic_fluent_position_backward_20_regular": 60168, + "ic_fluent_position_forward_20_filled": 60169, + "ic_fluent_position_forward_20_regular": 60170, + "ic_fluent_position_to_back_20_filled": 60171, + "ic_fluent_position_to_back_20_regular": 60172, + "ic_fluent_position_to_front_20_filled": 60173, + "ic_fluent_position_to_front_20_regular": 60174, + "ic_fluent_power_20_filled": 60175, + "ic_fluent_power_20_regular": 60176, + "ic_fluent_predictions_20_filled": 60177, + "ic_fluent_predictions_20_regular": 60178, + "ic_fluent_premium_20_filled": 60179, + "ic_fluent_premium_20_regular": 60180, + "ic_fluent_premium_person_20_filled": 60181, + "ic_fluent_premium_person_20_regular": 60182, + "ic_fluent_presence_available_20_filled": 60183, + "ic_fluent_presence_available_20_regular": 60184, + "ic_fluent_presence_away_20_filled": 60185, + "ic_fluent_presence_blocked_20_regular": 60186, + "ic_fluent_presence_busy_20_filled": 60187, + "ic_fluent_presence_dnd_20_filled": 60188, + "ic_fluent_presence_dnd_20_regular": 60189, + "ic_fluent_presence_offline_20_regular": 60190, + "ic_fluent_presence_oof_20_regular": 60191, + "ic_fluent_presence_unknown_20_regular": 60192, + "ic_fluent_presenter_20_filled": 60193, + "ic_fluent_presenter_20_regular": 60194, + "ic_fluent_presenter_off_20_filled": 60195, + "ic_fluent_presenter_off_20_regular": 60196, + "ic_fluent_preview_link_20_filled": 60197, + "ic_fluent_preview_link_20_regular": 60198, + "ic_fluent_previous_20_filled": 60199, + "ic_fluent_previous_20_regular": 60200, + "ic_fluent_print_20_filled": 60201, + "ic_fluent_print_20_regular": 60202, + "ic_fluent_print_add_20_filled": 60203, + "ic_fluent_print_add_20_regular": 60204, + "ic_fluent_production_20_filled": 60205, + "ic_fluent_production_20_regular": 60206, + "ic_fluent_production_checkmark_20_filled": 60207, + "ic_fluent_production_checkmark_20_regular": 60208, + "ic_fluent_prohibited_20_filled": 60209, + "ic_fluent_prohibited_20_regular": 60210, + "ic_fluent_prohibited_multiple_20_filled": 60211, + "ic_fluent_prohibited_multiple_20_regular": 60212, + "ic_fluent_prohibited_note_20_filled": 60213, + "ic_fluent_prohibited_note_20_regular": 60214, + "ic_fluent_projection_screen_20_filled": 60215, + "ic_fluent_projection_screen_20_regular": 60216, + "ic_fluent_projection_screen_dismiss_20_filled": 60217, + "ic_fluent_projection_screen_dismiss_20_regular": 60218, + "ic_fluent_protocol_handler_20_filled": 60219, + "ic_fluent_protocol_handler_20_regular": 60220, + "ic_fluent_pulse_20_filled": 60221, + "ic_fluent_pulse_20_regular": 60222, + "ic_fluent_pulse_square_20_filled": 60223, + "ic_fluent_pulse_square_20_regular": 60224, + "ic_fluent_puzzle_cube_20_filled": 60225, + "ic_fluent_puzzle_cube_20_regular": 60226, + "ic_fluent_puzzle_cube_piece_20_filled": 60227, + "ic_fluent_puzzle_cube_piece_20_regular": 60228, + "ic_fluent_puzzle_piece_20_filled": 60229, + "ic_fluent_puzzle_piece_20_regular": 60230, + "ic_fluent_puzzle_piece_shield_20_filled": 60231, + "ic_fluent_puzzle_piece_shield_20_regular": 60232, + "ic_fluent_qr_code_20_filled": 60233, + "ic_fluent_qr_code_20_regular": 60234, + "ic_fluent_question_20_filled": 60235, + "ic_fluent_question_20_regular": 60236, + "ic_fluent_question_circle_20_filled": 60237, + "ic_fluent_question_circle_20_regular": 60238, + "ic_fluent_quiz_new_20_filled": 60239, + "ic_fluent_quiz_new_20_regular": 60240, + "ic_fluent_radar_20_filled": 60241, + "ic_fluent_radar_20_regular": 60242, + "ic_fluent_radar_checkmark_20_filled": 60243, + "ic_fluent_radar_checkmark_20_regular": 60244, + "ic_fluent_radar_rectangle_multiple_20_filled": 60245, + "ic_fluent_radar_rectangle_multiple_20_regular": 60246, + "ic_fluent_radio_button_20_filled": 60247, + "ic_fluent_radio_button_20_regular": 60248, + "ic_fluent_ram_20_filled": 60249, + "ic_fluent_ram_20_regular": 60250, + "ic_fluent_rating_mature_20_filled": 60251, + "ic_fluent_rating_mature_20_regular": 60252, + "ic_fluent_ratio_one_to_one_20_filled": 60253, + "ic_fluent_ratio_one_to_one_20_regular": 60254, + "ic_fluent_re_order_dots_horizontal_20_filled": 60255, + "ic_fluent_re_order_dots_horizontal_20_regular": 60256, + "ic_fluent_re_order_dots_vertical_20_filled": 60257, + "ic_fluent_re_order_dots_vertical_20_regular": 60258, + "ic_fluent_read_aloud_20_filled": 60259, + "ic_fluent_read_aloud_20_regular": 60260, + "ic_fluent_reading_list_20_filled": 60261, + "ic_fluent_reading_list_20_regular": 60262, + "ic_fluent_reading_list_add_20_filled": 60263, + "ic_fluent_reading_list_add_20_regular": 60264, + "ic_fluent_reading_mode_mobile_20_filled": 60265, + "ic_fluent_reading_mode_mobile_20_regular": 60266, + "ic_fluent_real_estate_20_filled": 60267, + "ic_fluent_real_estate_20_regular": 60268, + "ic_fluent_receipt_20_filled": 60269, + "ic_fluent_receipt_20_regular": 60270, + "ic_fluent_receipt_add_20_filled": 60271, + "ic_fluent_receipt_add_20_regular": 60272, + "ic_fluent_receipt_bag_20_filled": 60273, + "ic_fluent_receipt_bag_20_regular": 60274, + "ic_fluent_receipt_cube_20_filled": 60275, + "ic_fluent_receipt_cube_20_regular": 60276, + "ic_fluent_receipt_money_20_filled": 60277, + "ic_fluent_receipt_money_20_regular": 60278, + "ic_fluent_receipt_play_20_filled": 60279, + "ic_fluent_receipt_play_20_regular": 60280, + "ic_fluent_receipt_search_20_filled": 60281, + "ic_fluent_receipt_search_20_regular": 60282, + "ic_fluent_receipt_sparkles_20_filled": 60283, + "ic_fluent_receipt_sparkles_20_regular": 60284, + "ic_fluent_record_20_filled": 60285, + "ic_fluent_record_20_regular": 60286, + "ic_fluent_record_stop_20_filled": 60287, + "ic_fluent_record_stop_20_regular": 60288, + "ic_fluent_rectangle_landscape_20_filled": 60289, + "ic_fluent_rectangle_landscape_20_regular": 60290, + "ic_fluent_rectangle_portrait_location_target_20_filled": 60291, + "ic_fluent_rectangle_portrait_location_target_20_regular": 60292, + "ic_fluent_recycle_20_filled": 60293, + "ic_fluent_recycle_20_regular": 60294, + "ic_fluent_remote_20_filled": 60295, + "ic_fluent_remote_20_regular": 60296, + "ic_fluent_rename_20_filled": 60297, + "ic_fluent_rename_20_regular": 60298, + "ic_fluent_reorder_20_filled": 60299, + "ic_fluent_reorder_20_regular": 60300, + "ic_fluent_replay_20_filled": 60301, + "ic_fluent_replay_20_regular": 60302, + "ic_fluent_resize_20_filled": 60303, + "ic_fluent_resize_20_regular": 60304, + "ic_fluent_resize_image_20_filled": 60305, + "ic_fluent_resize_image_20_regular": 60306, + "ic_fluent_resize_large_20_filled": 60307, + "ic_fluent_resize_large_20_regular": 60308, + "ic_fluent_resize_small_20_filled": 60309, + "ic_fluent_resize_small_20_regular": 60310, + "ic_fluent_resize_table_20_filled": 60311, + "ic_fluent_resize_table_20_regular": 60312, + "ic_fluent_resize_video_20_filled": 60313, + "ic_fluent_resize_video_20_regular": 60314, + "ic_fluent_reward_20_filled": 60315, + "ic_fluent_reward_20_regular": 60316, + "ic_fluent_rewind_20_filled": 60317, + "ic_fluent_rewind_20_regular": 60318, + "ic_fluent_rhombus_20_filled": 60319, + "ic_fluent_rhombus_20_regular": 60320, + "ic_fluent_ribbon_20_filled": 60321, + "ic_fluent_ribbon_20_regular": 60322, + "ic_fluent_ribbon_add_20_filled": 60323, + "ic_fluent_ribbon_add_20_regular": 60324, + "ic_fluent_ribbon_off_20_filled": 60325, + "ic_fluent_ribbon_off_20_regular": 60326, + "ic_fluent_ribbon_star_20_filled": 60327, + "ic_fluent_ribbon_star_20_regular": 60328, + "ic_fluent_road_cone_20_filled": 60329, + "ic_fluent_road_cone_20_regular": 60330, + "ic_fluent_rocket_20_filled": 60331, + "ic_fluent_rocket_20_regular": 60332, + "ic_fluent_rotate_left_20_filled": 60333, + "ic_fluent_rotate_left_20_regular": 60334, + "ic_fluent_rotate_right_20_filled": 60335, + "ic_fluent_rotate_right_20_regular": 60336, + "ic_fluent_router_20_filled": 60337, + "ic_fluent_router_20_regular": 60338, + "ic_fluent_row_triple_20_filled": 60339, + "ic_fluent_row_triple_20_regular": 60340, + "ic_fluent_rss_20_filled": 60341, + "ic_fluent_rss_20_regular": 60342, + "ic_fluent_ruler_20_filled": 60343, + "ic_fluent_ruler_20_regular": 60344, + "ic_fluent_run_20_filled": 60345, + "ic_fluent_run_20_regular": 60346, + "ic_fluent_sanitize_20_filled": 60347, + "ic_fluent_sanitize_20_regular": 60348, + "ic_fluent_save_20_filled": 60349, + "ic_fluent_save_20_regular": 60350, + "ic_fluent_save_arrow_right_20_filled": 60351, + "ic_fluent_save_arrow_right_20_regular": 60352, + "ic_fluent_save_copy_20_filled": 60353, + "ic_fluent_save_copy_20_regular": 60354, + "ic_fluent_save_edit_20_filled": 60355, + "ic_fluent_save_edit_20_regular": 60356, + "ic_fluent_save_image_20_filled": 60357, + "ic_fluent_save_image_20_regular": 60358, + "ic_fluent_save_multiple_20_filled": 60359, + "ic_fluent_save_multiple_20_regular": 60360, + "ic_fluent_save_search_20_filled": 60361, + "ic_fluent_save_search_20_regular": 60362, + "ic_fluent_save_sync_20_filled": 60363, + "ic_fluent_save_sync_20_regular": 60364, + "ic_fluent_savings_20_filled": 60365, + "ic_fluent_savings_20_regular": 60366, + "ic_fluent_scale_fill_20_filled": 60367, + "ic_fluent_scale_fill_20_regular": 60368, + "ic_fluent_scale_fit_20_filled": 60369, + "ic_fluent_scale_fit_20_regular": 60370, + "ic_fluent_scales_20_filled": 60371, + "ic_fluent_scales_20_regular": 60372, + "ic_fluent_scan_20_filled": 60373, + "ic_fluent_scan_20_regular": 60374, + "ic_fluent_scan_camera_20_filled": 60375, + "ic_fluent_scan_camera_20_regular": 60376, + "ic_fluent_scan_dash_20_filled": 60377, + "ic_fluent_scan_dash_20_regular": 60378, + "ic_fluent_scan_object_20_filled": 60379, + "ic_fluent_scan_object_20_regular": 60380, + "ic_fluent_scan_table_20_filled": 60381, + "ic_fluent_scan_table_20_regular": 60382, + "ic_fluent_scan_text_20_filled": 60383, + "ic_fluent_scan_text_20_regular": 60384, + "ic_fluent_scan_thumb_up_20_filled": 60385, + "ic_fluent_scan_thumb_up_20_regular": 60386, + "ic_fluent_scan_thumb_up_off_20_filled": 60387, + "ic_fluent_scan_thumb_up_off_20_regular": 60388, + "ic_fluent_scan_type_20_filled": 60389, + "ic_fluent_scan_type_20_regular": 60390, + "ic_fluent_scan_type_checkmark_20_filled": 60391, + "ic_fluent_scan_type_checkmark_20_regular": 60392, + "ic_fluent_scan_type_off_20_filled": 60393, + "ic_fluent_scan_type_off_20_regular": 60394, + "ic_fluent_scratchpad_20_filled": 60395, + "ic_fluent_scratchpad_20_regular": 60396, + "ic_fluent_screen_cut_20_filled": 60397, + "ic_fluent_screen_cut_20_regular": 60398, + "ic_fluent_screen_person_20_filled": 60399, + "ic_fluent_screen_person_20_regular": 60400, + "ic_fluent_screen_search_20_filled": 60401, + "ic_fluent_screen_search_20_regular": 60402, + "ic_fluent_screenshot_20_filled": 60403, + "ic_fluent_screenshot_20_regular": 60404, + "ic_fluent_search_20_filled": 60405, + "ic_fluent_search_20_regular": 60406, + "ic_fluent_search_info_20_filled": 60407, + "ic_fluent_search_info_20_regular": 60408, + "ic_fluent_search_settings_20_filled": 60409, + "ic_fluent_search_settings_20_regular": 60410, + "ic_fluent_search_shield_20_filled": 60411, + "ic_fluent_search_shield_20_regular": 60412, + "ic_fluent_search_square_20_filled": 60413, + "ic_fluent_search_square_20_regular": 60414, + "ic_fluent_search_visual_20_filled": 60415, + "ic_fluent_search_visual_20_regular": 60416, + "ic_fluent_select_all_off_20_filled": 60417, + "ic_fluent_select_all_off_20_regular": 60418, + "ic_fluent_select_all_on_20_filled": 60419, + "ic_fluent_select_all_on_20_regular": 60420, + "ic_fluent_select_object_20_filled": 60421, + "ic_fluent_select_object_20_regular": 60422, + "ic_fluent_select_object_skew_20_filled": 60423, + "ic_fluent_select_object_skew_20_regular": 60424, + "ic_fluent_select_object_skew_dismiss_20_filled": 60425, + "ic_fluent_select_object_skew_dismiss_20_regular": 60426, + "ic_fluent_select_object_skew_edit_20_filled": 60427, + "ic_fluent_select_object_skew_edit_20_regular": 60428, + "ic_fluent_send_20_filled": 60429, + "ic_fluent_send_20_regular": 60430, + "ic_fluent_send_clock_20_filled": 60431, + "ic_fluent_send_clock_20_regular": 60432, + "ic_fluent_send_copy_20_filled": 60433, + "ic_fluent_send_copy_20_regular": 60434, + "ic_fluent_serial_port_20_filled": 60435, + "ic_fluent_serial_port_20_regular": 60436, + "ic_fluent_server_20_filled": 60437, + "ic_fluent_server_20_regular": 60438, + "ic_fluent_server_multiple_20_filled": 60439, + "ic_fluent_server_multiple_20_regular": 60440, + "ic_fluent_server_play_20_filled": 60441, + "ic_fluent_server_play_20_regular": 60442, + "ic_fluent_service_bell_20_filled": 60443, + "ic_fluent_service_bell_20_regular": 60444, + "ic_fluent_settings_20_filled": 60445, + "ic_fluent_settings_20_regular": 60446, + "ic_fluent_settings_chat_20_filled": 60447, + "ic_fluent_settings_chat_20_regular": 60448, + "ic_fluent_shape_exclude_20_filled": 60449, + "ic_fluent_shape_exclude_20_regular": 60450, + "ic_fluent_shape_intersect_20_filled": 60451, + "ic_fluent_shape_intersect_20_regular": 60452, + "ic_fluent_shape_subtract_20_filled": 60453, + "ic_fluent_shape_subtract_20_regular": 60454, + "ic_fluent_shape_union_20_filled": 60455, + "ic_fluent_shape_union_20_regular": 60456, + "ic_fluent_shapes_20_filled": 60457, + "ic_fluent_shapes_20_regular": 60458, + "ic_fluent_share_20_filled": 60459, + "ic_fluent_share_20_regular": 60460, + "ic_fluent_share_android_20_filled": 60461, + "ic_fluent_share_android_20_regular": 60462, + "ic_fluent_share_close_tray_20_filled": 60463, + "ic_fluent_share_close_tray_20_regular": 60464, + "ic_fluent_share_ios_20_filled": 60465, + "ic_fluent_share_ios_20_regular": 60466, + "ic_fluent_share_screen_person_20_filled": 60467, + "ic_fluent_share_screen_person_20_regular": 60468, + "ic_fluent_share_screen_person_overlay_20_filled": 60469, + "ic_fluent_share_screen_person_overlay_20_regular": 60470, + "ic_fluent_share_screen_person_overlay_inside_20_filled": 60471, + "ic_fluent_share_screen_person_overlay_inside_20_regular": 60472, + "ic_fluent_share_screen_person_p_20_filled": 60473, + "ic_fluent_share_screen_person_p_20_regular": 60474, + "ic_fluent_share_screen_start_20_filled": 60475, + "ic_fluent_share_screen_start_20_regular": 60476, + "ic_fluent_share_screen_stop_20_filled": 60477, + "ic_fluent_share_screen_stop_20_regular": 60478, + "ic_fluent_shield_20_filled": 60479, + "ic_fluent_shield_20_regular": 60480, + "ic_fluent_shield_add_20_filled": 60481, + "ic_fluent_shield_add_20_regular": 60482, + "ic_fluent_shield_badge_20_filled": 60483, + "ic_fluent_shield_badge_20_regular": 60484, + "ic_fluent_shield_checkmark_20_filled": 60485, + "ic_fluent_shield_checkmark_20_regular": 60486, + "ic_fluent_shield_dismiss_20_filled": 60487, + "ic_fluent_shield_dismiss_20_regular": 60488, + "ic_fluent_shield_dismiss_shield_20_filled": 60489, + "ic_fluent_shield_dismiss_shield_20_regular": 60490, + "ic_fluent_shield_error_20_filled": 60491, + "ic_fluent_shield_error_20_regular": 60492, + "ic_fluent_shield_globe_20_filled": 60493, + "ic_fluent_shield_globe_20_regular": 60494, + "ic_fluent_shield_keyhole_20_filled": 60495, + "ic_fluent_shield_keyhole_20_regular": 60496, + "ic_fluent_shield_lock_20_filled": 60497, + "ic_fluent_shield_lock_20_regular": 60498, + "ic_fluent_shield_person_20_filled": 60499, + "ic_fluent_shield_person_20_regular": 60500, + "ic_fluent_shield_person_add_20_filled": 60501, + "ic_fluent_shield_person_add_20_regular": 60502, + "ic_fluent_shield_prohibited_20_filled": 60503, + "ic_fluent_shield_prohibited_20_regular": 60504, + "ic_fluent_shield_question_20_filled": 60505, + "ic_fluent_shield_question_20_regular": 60506, + "ic_fluent_shield_task_20_filled": 60507, + "ic_fluent_shield_task_20_regular": 60508, + "ic_fluent_shifts_20_filled": 60509, + "ic_fluent_shifts_20_regular": 60510, + "ic_fluent_shifts_30_minutes_20_filled": 60511, + "ic_fluent_shifts_30_minutes_20_regular": 60512, + "ic_fluent_shifts_activity_20_filled": 60513, + "ic_fluent_shifts_activity_20_regular": 60514, + "ic_fluent_shifts_add_20_filled": 60515, + "ic_fluent_shifts_add_20_regular": 60516, + "ic_fluent_shifts_availability_20_filled": 60517, + "ic_fluent_shifts_availability_20_regular": 60518, + "ic_fluent_shifts_checkmark_20_filled": 60519, + "ic_fluent_shifts_checkmark_20_regular": 60520, + "ic_fluent_shifts_day_20_filled": 60521, + "ic_fluent_shifts_day_20_regular": 60522, + "ic_fluent_shifts_open_20_filled": 60523, + "ic_fluent_shifts_open_20_regular": 60524, + "ic_fluent_shifts_prohibited_20_filled": 60525, + "ic_fluent_shifts_prohibited_20_regular": 60526, + "ic_fluent_shifts_question_mark_20_filled": 60527, + "ic_fluent_shifts_question_mark_20_regular": 60528, + "ic_fluent_shifts_team_20_filled": 60529, + "ic_fluent_shifts_team_20_regular": 60530, + "ic_fluent_shopping_bag_20_filled": 60531, + "ic_fluent_shopping_bag_20_regular": 60532, + "ic_fluent_shopping_bag_arrow_left_20_filled": 60533, + "ic_fluent_shopping_bag_arrow_left_20_regular": 60534, + "ic_fluent_shopping_bag_dismiss_20_filled": 60535, + "ic_fluent_shopping_bag_dismiss_20_regular": 60536, + "ic_fluent_shopping_bag_pause_20_filled": 60537, + "ic_fluent_shopping_bag_pause_20_regular": 60538, + "ic_fluent_shopping_bag_percent_20_filled": 60539, + "ic_fluent_shopping_bag_percent_20_regular": 60540, + "ic_fluent_shopping_bag_play_20_filled": 60541, + "ic_fluent_shopping_bag_play_20_regular": 60542, + "ic_fluent_shopping_bag_tag_20_filled": 60543, + "ic_fluent_shopping_bag_tag_20_regular": 60544, + "ic_fluent_shortpick_20_filled": 60545, + "ic_fluent_shortpick_20_regular": 60546, + "ic_fluent_showerhead_20_filled": 60547, + "ic_fluent_showerhead_20_regular": 60548, + "ic_fluent_sidebar_search_ltr_20_filled": 60549, + "ic_fluent_sidebar_search_ltr_20_regular": 60550, + "ic_fluent_sidebar_search_rtl_20_filled": 60551, + "ic_fluent_sidebar_search_rtl_20_regular": 60552, + "ic_fluent_sign_out_20_filled": 60553, + "ic_fluent_sign_out_20_regular": 60554, + "ic_fluent_signature_20_filled": 60555, + "ic_fluent_signature_20_regular": 60556, + "ic_fluent_sim_20_filled": 60557, + "ic_fluent_sim_20_regular": 60558, + "ic_fluent_skip_back_10_20_filled": 60559, + "ic_fluent_skip_back_10_20_regular": 60560, + "ic_fluent_skip_forward_10_20_filled": 60561, + "ic_fluent_skip_forward_10_20_regular": 60562, + "ic_fluent_skip_forward_30_20_filled": 60563, + "ic_fluent_skip_forward_30_20_regular": 60564, + "ic_fluent_skip_forward_tab_20_filled": 60565, + "ic_fluent_skip_forward_tab_20_regular": 60566, + "ic_fluent_sleep_20_filled": 60567, + "ic_fluent_sleep_20_regular": 60568, + "ic_fluent_slide_add_20_filled": 60569, + "ic_fluent_slide_add_20_regular": 60570, + "ic_fluent_slide_arrow_right_20_filled": 60571, + "ic_fluent_slide_arrow_right_20_regular": 60572, + "ic_fluent_slide_eraser_20_filled": 60573, + "ic_fluent_slide_eraser_20_regular": 60574, + "ic_fluent_slide_grid_20_filled": 60575, + "ic_fluent_slide_grid_20_regular": 60576, + "ic_fluent_slide_hide_20_filled": 60577, + "ic_fluent_slide_hide_20_regular": 60578, + "ic_fluent_slide_layout_20_filled": 60579, + "ic_fluent_slide_layout_20_regular": 60580, + "ic_fluent_slide_link_20_filled": 60581, + "ic_fluent_slide_link_20_regular": 60582, + "ic_fluent_slide_microphone_20_filled": 60583, + "ic_fluent_slide_microphone_20_regular": 60584, + "ic_fluent_slide_multiple_20_filled": 60585, + "ic_fluent_slide_multiple_20_regular": 60586, + "ic_fluent_slide_multiple_arrow_right_20_filled": 60587, + "ic_fluent_slide_multiple_arrow_right_20_regular": 60588, + "ic_fluent_slide_multiple_search_20_filled": 60589, + "ic_fluent_slide_multiple_search_20_regular": 60590, + "ic_fluent_slide_search_20_filled": 60591, + "ic_fluent_slide_search_20_regular": 60592, + "ic_fluent_slide_settings_20_filled": 60593, + "ic_fluent_slide_settings_20_regular": 60594, + "ic_fluent_slide_size_20_filled": 60595, + "ic_fluent_slide_size_20_regular": 60596, + "ic_fluent_slide_text_20_filled": 60597, + "ic_fluent_slide_text_20_regular": 60598, + "ic_fluent_slide_text_multiple_20_filled": 60599, + "ic_fluent_slide_text_multiple_20_regular": 60600, + "ic_fluent_slide_text_person_20_filled": 60601, + "ic_fluent_slide_text_person_20_regular": 60602, + "ic_fluent_slide_transition_20_filled": 60603, + "ic_fluent_slide_transition_20_regular": 60604, + "ic_fluent_smartwatch_20_filled": 60605, + "ic_fluent_smartwatch_20_regular": 60606, + "ic_fluent_smartwatch_dot_20_filled": 60607, + "ic_fluent_smartwatch_dot_20_regular": 60608, + "ic_fluent_snooze_20_filled": 60609, + "ic_fluent_snooze_20_regular": 60610, + "ic_fluent_sound_source_20_filled": 60611, + "ic_fluent_sound_source_20_regular": 60612, + "ic_fluent_sound_wave_circle_20_filled": 60613, + "ic_fluent_sound_wave_circle_20_regular": 60614, + "ic_fluent_spacebar_20_filled": 60615, + "ic_fluent_spacebar_20_regular": 60616, + "ic_fluent_sparkle_20_filled": 60617, + "ic_fluent_sparkle_20_regular": 60618, + "ic_fluent_sparkle_circle_20_filled": 60619, + "ic_fluent_sparkle_circle_20_regular": 60620, + "ic_fluent_speaker_0_20_filled": 60621, + "ic_fluent_speaker_0_20_regular": 60622, + "ic_fluent_speaker_1_20_filled": 60623, + "ic_fluent_speaker_1_20_regular": 60624, + "ic_fluent_speaker_2_20_filled": 60625, + "ic_fluent_speaker_2_20_regular": 60626, + "ic_fluent_speaker_bluetooth_20_filled": 60627, + "ic_fluent_speaker_bluetooth_20_regular": 60628, + "ic_fluent_speaker_edit_20_filled": 60629, + "ic_fluent_speaker_edit_20_regular": 60630, + "ic_fluent_speaker_mute_20_filled": 60631, + "ic_fluent_speaker_mute_20_regular": 60632, + "ic_fluent_speaker_off_20_filled": 60633, + "ic_fluent_speaker_off_20_regular": 60634, + "ic_fluent_speaker_settings_20_filled": 60635, + "ic_fluent_speaker_settings_20_regular": 60636, + "ic_fluent_speaker_usb_20_filled": 60637, + "ic_fluent_speaker_usb_20_regular": 60638, + "ic_fluent_spinner_ios_20_filled": 60639, + "ic_fluent_spinner_ios_20_regular": 60640, + "ic_fluent_split_hint_20_filled": 60641, + "ic_fluent_split_hint_20_regular": 60642, + "ic_fluent_split_horizontal_20_filled": 60643, + "ic_fluent_split_horizontal_20_regular": 60644, + "ic_fluent_split_vertical_20_filled": 60645, + "ic_fluent_split_vertical_20_regular": 60646, + "ic_fluent_sport_20_filled": 60647, + "ic_fluent_sport_20_regular": 60648, + "ic_fluent_sport_american_football_20_filled": 60649, + "ic_fluent_sport_american_football_20_regular": 60650, + "ic_fluent_sport_baseball_20_filled": 60651, + "ic_fluent_sport_baseball_20_regular": 60652, + "ic_fluent_sport_basketball_20_filled": 60653, + "ic_fluent_sport_basketball_20_regular": 60654, + "ic_fluent_sport_hockey_20_filled": 60655, + "ic_fluent_sport_hockey_20_regular": 60656, + "ic_fluent_sport_soccer_20_filled": 60657, + "ic_fluent_sport_soccer_20_regular": 60658, + "ic_fluent_square_20_filled": 60659, + "ic_fluent_square_20_regular": 60660, + "ic_fluent_square_add_20_filled": 60661, + "ic_fluent_square_add_20_regular": 60662, + "ic_fluent_square_arrow_forward_20_filled": 60663, + "ic_fluent_square_arrow_forward_20_regular": 60664, + "ic_fluent_square_dismiss_20_filled": 60665, + "ic_fluent_square_dismiss_20_regular": 60666, + "ic_fluent_square_eraser_20_filled": 60667, + "ic_fluent_square_eraser_20_regular": 60668, + "ic_fluent_square_hint_20_filled": 60669, + "ic_fluent_square_hint_20_regular": 60670, + "ic_fluent_square_hint_apps_20_filled": 60671, + "ic_fluent_square_hint_apps_20_regular": 60672, + "ic_fluent_square_hint_arrow_back_20_filled": 60673, + "ic_fluent_square_hint_arrow_back_20_regular": 60674, + "ic_fluent_square_hint_sparkles_20_filled": 60675, + "ic_fluent_square_hint_sparkles_20_regular": 60676, + "ic_fluent_square_multiple_20_filled": 60677, + "ic_fluent_square_multiple_20_regular": 60678, + "ic_fluent_square_shadow_20_filled": 60679, + "ic_fluent_square_shadow_20_regular": 60680, + "ic_fluent_squares_nested_20_filled": 60681, + "ic_fluent_squares_nested_20_regular": 60682, + "ic_fluent_stack_20_filled": 60683, + "ic_fluent_stack_20_regular": 60684, + "ic_fluent_stack_arrow_forward_20_filled": 60685, + "ic_fluent_stack_arrow_forward_20_regular": 60686, + "ic_fluent_stack_star_20_filled": 60687, + "ic_fluent_stack_star_20_regular": 60688, + "ic_fluent_star_20_filled": 60689, + "ic_fluent_star_20_regular": 60690, + "ic_fluent_star_add_20_filled": 60691, + "ic_fluent_star_add_20_regular": 60692, + "ic_fluent_star_arrow_right_end_20_filled": 60693, + "ic_fluent_star_arrow_right_end_20_regular": 60694, + "ic_fluent_star_arrow_right_start_20_filled": 60695, + "ic_fluent_star_arrow_right_start_20_regular": 60696, + "ic_fluent_star_dismiss_20_filled": 60697, + "ic_fluent_star_dismiss_20_regular": 60698, + "ic_fluent_star_edit_20_filled": 60699, + "ic_fluent_star_edit_20_regular": 60700, + "ic_fluent_star_emphasis_20_filled": 60701, + "ic_fluent_star_emphasis_20_regular": 60702, + "ic_fluent_star_half_20_filled": 60703, + "ic_fluent_star_half_20_regular": 60704, + "ic_fluent_star_line_horizontal_3_20_filled": 60705, + "ic_fluent_star_line_horizontal_3_20_regular": 60706, + "ic_fluent_star_off_20_filled": 60707, + "ic_fluent_star_off_20_regular": 60708, + "ic_fluent_star_one_quarter_20_filled": 60709, + "ic_fluent_star_one_quarter_20_regular": 60710, + "ic_fluent_star_prohibited_20_filled": 60711, + "ic_fluent_star_prohibited_20_regular": 60712, + "ic_fluent_star_settings_20_filled": 60713, + "ic_fluent_star_settings_20_regular": 60714, + "ic_fluent_star_three_quarter_20_filled": 60715, + "ic_fluent_star_three_quarter_20_regular": 60716, + "ic_fluent_status_20_filled": 60717, + "ic_fluent_status_20_regular": 60718, + "ic_fluent_steps_20_filled": 60719, + "ic_fluent_steps_20_regular": 60720, + "ic_fluent_stethoscope_20_filled": 60721, + "ic_fluent_stethoscope_20_regular": 60722, + "ic_fluent_sticker_20_filled": 60723, + "ic_fluent_sticker_20_regular": 60724, + "ic_fluent_sticker_add_20_filled": 60725, + "ic_fluent_sticker_add_20_regular": 60726, + "ic_fluent_stop_20_filled": 60727, + "ic_fluent_stop_20_regular": 60728, + "ic_fluent_storage_20_filled": 60729, + "ic_fluent_storage_20_regular": 60730, + "ic_fluent_store_microsoft_20_filled": 60731, + "ic_fluent_store_microsoft_20_regular": 60732, + "ic_fluent_stream_20_filled": 60733, + "ic_fluent_stream_20_regular": 60734, + "ic_fluent_stream_input_20_filled": 60735, + "ic_fluent_stream_input_20_regular": 60736, + "ic_fluent_stream_input_output_20_filled": 60737, + "ic_fluent_stream_input_output_20_regular": 60738, + "ic_fluent_stream_output_20_filled": 60739, + "ic_fluent_stream_output_20_regular": 60740, + "ic_fluent_style_guide_20_filled": 60741, + "ic_fluent_style_guide_20_regular": 60742, + "ic_fluent_sub_grid_20_filled": 60743, + "ic_fluent_sub_grid_20_regular": 60744, + "ic_fluent_subtitles_20_filled": 60745, + "ic_fluent_subtitles_20_regular": 60746, + "ic_fluent_subtract_20_filled": 60747, + "ic_fluent_subtract_20_regular": 60748, + "ic_fluent_subtract_circle_20_filled": 60749, + "ic_fluent_subtract_circle_20_regular": 60750, + "ic_fluent_subtract_circle_arrow_back_20_filled": 60751, + "ic_fluent_subtract_circle_arrow_back_20_regular": 60752, + "ic_fluent_subtract_circle_arrow_forward_20_filled": 60753, + "ic_fluent_subtract_circle_arrow_forward_20_regular": 60754, + "ic_fluent_subtract_square_20_filled": 60755, + "ic_fluent_subtract_square_20_regular": 60756, + "ic_fluent_subtract_square_multiple_20_filled": 60757, + "ic_fluent_subtract_square_multiple_20_regular": 60758, + "ic_fluent_surface_earbuds_20_filled": 60759, + "ic_fluent_surface_earbuds_20_regular": 60760, + "ic_fluent_surface_hub_20_filled": 60761, + "ic_fluent_surface_hub_20_regular": 60762, + "ic_fluent_swimming_pool_20_filled": 60763, + "ic_fluent_swimming_pool_20_regular": 60764, + "ic_fluent_swipe_down_20_filled": 60765, + "ic_fluent_swipe_down_20_regular": 60766, + "ic_fluent_swipe_right_20_filled": 60767, + "ic_fluent_swipe_right_20_regular": 60768, + "ic_fluent_swipe_up_20_filled": 60769, + "ic_fluent_swipe_up_20_regular": 60770, + "ic_fluent_symbols_20_filled": 60771, + "ic_fluent_symbols_20_regular": 60772, + "ic_fluent_sync_off_20_filled": 60773, + "ic_fluent_sync_off_20_regular": 60774, + "ic_fluent_syringe_20_filled": 60775, + "ic_fluent_syringe_20_regular": 60776, + "ic_fluent_system_20_filled": 60777, + "ic_fluent_system_20_regular": 60778, + "ic_fluent_tab_20_filled": 60779, + "ic_fluent_tab_20_regular": 60780, + "ic_fluent_tab_add_20_filled": 60781, + "ic_fluent_tab_add_20_regular": 60782, + "ic_fluent_tab_arrow_left_20_filled": 60783, + "ic_fluent_tab_arrow_left_20_regular": 60784, + "ic_fluent_tab_desktop_20_filled": 60785, + "ic_fluent_tab_desktop_20_regular": 60786, + "ic_fluent_tab_desktop_arrow_clockwise_20_filled": 60787, + "ic_fluent_tab_desktop_arrow_clockwise_20_regular": 60788, + "ic_fluent_tab_desktop_arrow_left_20_filled": 60789, + "ic_fluent_tab_desktop_arrow_left_20_regular": 60790, + "ic_fluent_tab_desktop_bottom_20_filled": 60791, + "ic_fluent_tab_desktop_bottom_20_regular": 60792, + "ic_fluent_tab_desktop_clock_20_filled": 60793, + "ic_fluent_tab_desktop_clock_20_regular": 60794, + "ic_fluent_tab_desktop_copy_20_filled": 60795, + "ic_fluent_tab_desktop_copy_20_regular": 60796, + "ic_fluent_tab_desktop_image_20_filled": 60797, + "ic_fluent_tab_desktop_image_20_regular": 60798, + "ic_fluent_tab_desktop_multiple_20_filled": 60799, + "ic_fluent_tab_desktop_multiple_20_regular": 60800, + "ic_fluent_tab_desktop_multiple_bottom_20_filled": 60801, + "ic_fluent_tab_desktop_multiple_bottom_20_regular": 60802, + "ic_fluent_tab_desktop_new_page_20_filled": 60803, + "ic_fluent_tab_desktop_new_page_20_regular": 60804, + "ic_fluent_tab_in_private_20_filled": 60805, + "ic_fluent_tab_in_private_20_regular": 60806, + "ic_fluent_tab_inprivate_account_20_filled": 60807, + "ic_fluent_tab_inprivate_account_20_regular": 60808, + "ic_fluent_tab_prohibited_20_filled": 60809, + "ic_fluent_tab_prohibited_20_regular": 60810, + "ic_fluent_tab_shield_dismiss_20_filled": 60811, + "ic_fluent_tab_shield_dismiss_20_regular": 60812, + "ic_fluent_table_20_filled": 60813, + "ic_fluent_table_20_regular": 60814, + "ic_fluent_table_add_20_filled": 60815, + "ic_fluent_table_add_20_regular": 60816, + "ic_fluent_table_bottom_row_20_filled": 60817, + "ic_fluent_table_bottom_row_20_regular": 60818, + "ic_fluent_table_calculator_20_filled": 60819, + "ic_fluent_table_calculator_20_regular": 60820, + "ic_fluent_table_cell_edit_20_filled": 60821, + "ic_fluent_table_cell_edit_20_regular": 60822, + "ic_fluent_table_cells_merge_20_filled": 60823, + "ic_fluent_table_cells_merge_20_regular": 60824, + "ic_fluent_table_cells_split_20_filled": 60825, + "ic_fluent_table_cells_split_20_regular": 60826, + "ic_fluent_table_checker_20_filled": 60827, + "ic_fluent_table_checker_20_regular": 60828, + "ic_fluent_table_copy_20_filled": 60829, + "ic_fluent_table_copy_20_regular": 60830, + "ic_fluent_table_delete_column_20_filled": 60831, + "ic_fluent_table_delete_column_20_regular": 60832, + "ic_fluent_table_delete_row_20_filled": 60833, + "ic_fluent_table_delete_row_20_regular": 60834, + "ic_fluent_table_dismiss_20_filled": 60835, + "ic_fluent_table_dismiss_20_regular": 60836, + "ic_fluent_table_edit_20_filled": 60837, + "ic_fluent_table_edit_20_regular": 60838, + "ic_fluent_table_freeze_column_20_filled": 60839, + "ic_fluent_table_freeze_column_20_regular": 60840, + "ic_fluent_table_freeze_column_and_row_20_filled": 60841, + "ic_fluent_table_freeze_column_and_row_20_regular": 60842, + "ic_fluent_table_freeze_row_20_filled": 60843, + "ic_fluent_table_freeze_row_20_regular": 60844, + "ic_fluent_table_image_20_filled": 60845, + "ic_fluent_table_image_20_regular": 60846, + "ic_fluent_table_insert_column_20_filled": 60847, + "ic_fluent_table_insert_column_20_regular": 60848, + "ic_fluent_table_insert_row_20_filled": 60849, + "ic_fluent_table_insert_row_20_regular": 60850, + "ic_fluent_table_lightning_20_filled": 60851, + "ic_fluent_table_lightning_20_regular": 60852, + "ic_fluent_table_link_20_filled": 60853, + "ic_fluent_table_link_20_regular": 60854, + "ic_fluent_table_lock_20_filled": 60855, + "ic_fluent_table_lock_20_regular": 60856, + "ic_fluent_table_move_above_20_filled": 60857, + "ic_fluent_table_move_above_20_regular": 60858, + "ic_fluent_table_move_below_20_filled": 60859, + "ic_fluent_table_move_below_20_regular": 60860, + "ic_fluent_table_move_left_20_filled": 60861, + "ic_fluent_table_move_left_20_regular": 60862, + "ic_fluent_table_move_right_20_filled": 60863, + "ic_fluent_table_move_right_20_regular": 60864, + "ic_fluent_table_multiple_20_filled": 60865, + "ic_fluent_table_multiple_20_regular": 60866, + "ic_fluent_table_resize_column_20_filled": 60867, + "ic_fluent_table_resize_column_20_regular": 60868, + "ic_fluent_table_resize_row_20_filled": 60869, + "ic_fluent_table_resize_row_20_regular": 60870, + "ic_fluent_table_search_20_filled": 60871, + "ic_fluent_table_search_20_regular": 60872, + "ic_fluent_table_settings_20_filled": 60873, + "ic_fluent_table_settings_20_regular": 60874, + "ic_fluent_table_simple_20_filled": 60875, + "ic_fluent_table_simple_20_regular": 60876, + "ic_fluent_table_simple_checkmark_20_filled": 60877, + "ic_fluent_table_simple_checkmark_20_regular": 60878, + "ic_fluent_table_split_20_filled": 60879, + "ic_fluent_table_split_20_regular": 60880, + "ic_fluent_table_stack_above_20_filled": 60881, + "ic_fluent_table_stack_above_20_regular": 60882, + "ic_fluent_table_stack_below_20_filled": 60883, + "ic_fluent_table_stack_below_20_regular": 60884, + "ic_fluent_table_stack_left_20_filled": 60885, + "ic_fluent_table_stack_left_20_regular": 60886, + "ic_fluent_table_stack_right_20_filled": 60887, + "ic_fluent_table_stack_right_20_regular": 60888, + "ic_fluent_table_switch_20_filled": 60889, + "ic_fluent_table_switch_20_regular": 60890, + "ic_fluent_tablet_20_filled": 60891, + "ic_fluent_tablet_20_regular": 60892, + "ic_fluent_tablet_speaker_20_filled": 60893, + "ic_fluent_tablet_speaker_20_regular": 60894, + "ic_fluent_tabs_20_filled": 60895, + "ic_fluent_tabs_20_regular": 60896, + "ic_fluent_tag_20_filled": 60897, + "ic_fluent_tag_20_regular": 60898, + "ic_fluent_tag_circle_20_filled": 60899, + "ic_fluent_tag_circle_20_regular": 60900, + "ic_fluent_tag_dismiss_20_filled": 60901, + "ic_fluent_tag_dismiss_20_regular": 60902, + "ic_fluent_tag_error_20_filled": 60903, + "ic_fluent_tag_error_20_regular": 60904, + "ic_fluent_tag_lock_20_filled": 60905, + "ic_fluent_tag_lock_20_regular": 60906, + "ic_fluent_tag_lock_accent_20_filled": 60907, + "ic_fluent_tag_multiple_20_filled": 60908, + "ic_fluent_tag_multiple_20_regular": 60909, + "ic_fluent_tag_off_20_filled": 60910, + "ic_fluent_tag_off_20_regular": 60911, + "ic_fluent_tag_question_mark_20_filled": 60912, + "ic_fluent_tag_question_mark_20_regular": 60913, + "ic_fluent_tag_reset_20_filled": 60914, + "ic_fluent_tag_reset_20_regular": 60915, + "ic_fluent_tag_search_20_filled": 60916, + "ic_fluent_tag_search_20_regular": 60917, + "ic_fluent_tap_double_20_filled": 60918, + "ic_fluent_tap_double_20_regular": 60919, + "ic_fluent_tap_single_20_filled": 60920, + "ic_fluent_tap_single_20_regular": 60921, + "ic_fluent_target_20_filled": 60922, + "ic_fluent_target_20_regular": 60923, + "ic_fluent_target_arrow_20_filled": 60924, + "ic_fluent_target_arrow_20_regular": 60925, + "ic_fluent_target_edit_20_filled": 60926, + "ic_fluent_target_edit_20_regular": 60927, + "ic_fluent_task_list_add_20_filled": 60928, + "ic_fluent_task_list_add_20_regular": 60929, + "ic_fluent_task_list_ltr_20_filled": 60930, + "ic_fluent_task_list_ltr_20_regular": 60931, + "ic_fluent_task_list_rtl_20_filled": 60932, + "ic_fluent_task_list_rtl_20_regular": 60933, + "ic_fluent_task_list_square_add_20_filled": 60934, + "ic_fluent_task_list_square_add_20_regular": 60935, + "ic_fluent_task_list_square_database_20_filled": 60936, + "ic_fluent_task_list_square_database_20_regular": 60937, + "ic_fluent_task_list_square_ltr_20_filled": 60938, + "ic_fluent_task_list_square_ltr_20_regular": 60939, + "ic_fluent_task_list_square_person_20_filled": 60940, + "ic_fluent_task_list_square_person_20_regular": 60941, + "ic_fluent_task_list_square_rtl_20_filled": 60942, + "ic_fluent_task_list_square_rtl_20_regular": 60943, + "ic_fluent_task_list_square_settings_20_filled": 60944, + "ic_fluent_task_list_square_settings_20_regular": 60945, + "ic_fluent_tasks_app_20_filled": 60946, + "ic_fluent_tasks_app_20_regular": 60947, + "ic_fluent_teddy_20_filled": 60948, + "ic_fluent_teddy_20_regular": 60949, + "ic_fluent_temperature_20_filled": 60950, + "ic_fluent_temperature_20_regular": 60951, + "ic_fluent_tent_20_filled": 60952, + "ic_fluent_tent_20_regular": 60953, + "ic_fluent_tetris_app_20_filled": 60954, + "ic_fluent_tetris_app_20_regular": 60955, + "ic_fluent_text_add_20_filled": 60956, + "ic_fluent_text_add_20_regular": 60957, + "ic_fluent_text_add_space_after_20_filled": 60958, + "ic_fluent_text_add_space_after_20_regular": 60959, + "ic_fluent_text_add_space_before_20_filled": 60960, + "ic_fluent_text_add_space_before_20_regular": 60961, + "ic_fluent_text_align_center_20_filled": 60962, + "ic_fluent_text_align_center_20_regular": 60963, + "ic_fluent_text_align_center_rotate_270_20_filled": 60964, + "ic_fluent_text_align_center_rotate_270_20_regular": 60965, + "ic_fluent_text_align_center_rotate_90_20_filled": 60966, + "ic_fluent_text_align_center_rotate_90_20_regular": 60967, + "ic_fluent_text_align_distributed_20_filled": 60968, + "ic_fluent_text_align_distributed_20_regular": 60969, + "ic_fluent_text_align_distributed_evenly_20_filled": 60970, + "ic_fluent_text_align_distributed_evenly_20_regular": 60971, + "ic_fluent_text_align_distributed_vertical_20_filled": 60972, + "ic_fluent_text_align_distributed_vertical_20_regular": 60973, + "ic_fluent_text_align_justify_20_filled": 60974, + "ic_fluent_text_align_justify_20_regular": 60975, + "ic_fluent_text_align_justify_low_20_filled": 60976, + "ic_fluent_text_align_justify_low_20_regular": 60977, + "ic_fluent_text_align_justify_low_rotate_270_20_filled": 60978, + "ic_fluent_text_align_justify_low_rotate_270_20_regular": 60979, + "ic_fluent_text_align_justify_low_rotate_90_20_filled": 60980, + "ic_fluent_text_align_justify_low_rotate_90_20_regular": 60981, + "ic_fluent_text_align_justify_rotate_270_20_filled": 60982, + "ic_fluent_text_align_justify_rotate_270_20_regular": 60983, + "ic_fluent_text_align_justify_rotate_90_20_filled": 60984, + "ic_fluent_text_align_justify_rotate_90_20_regular": 60985, + "ic_fluent_text_align_left_20_filled": 60986, + "ic_fluent_text_align_left_20_regular": 60987, + "ic_fluent_text_align_left_rotate_270_20_filled": 60988, + "ic_fluent_text_align_left_rotate_270_20_regular": 60989, + "ic_fluent_text_align_left_rotate_90_20_filled": 60990, + "ic_fluent_text_align_left_rotate_90_20_regular": 60991, + "ic_fluent_text_align_right_20_filled": 60992, + "ic_fluent_text_align_right_20_regular": 60993, + "ic_fluent_text_align_right_rotate_270_20_filled": 60994, + "ic_fluent_text_align_right_rotate_270_20_regular": 60995, + "ic_fluent_text_align_right_rotate_90_20_filled": 60996, + "ic_fluent_text_align_right_rotate_90_20_regular": 60997, + "ic_fluent_text_asterisk_20_filled": 60998, + "ic_fluent_text_asterisk_20_regular": 60999, + "ic_fluent_text_baseline_20_filled": 61000, + "ic_fluent_text_baseline_20_regular": 61001, + "ic_fluent_text_bold_20_filled": 61002, + "ic_fluent_text_bold_20_regular": 61003, + "ic_fluent_text_box_settings_20_filled": 61004, + "ic_fluent_text_box_settings_20_regular": 61005, + "ic_fluent_text_bullet_list_add_20_filled": 61006, + "ic_fluent_text_bullet_list_add_20_regular": 61007, + "ic_fluent_text_bullet_list_checkmark_20_filled": 61008, + "ic_fluent_text_bullet_list_checkmark_20_regular": 61009, + "ic_fluent_text_bullet_list_dismiss_20_filled": 61010, + "ic_fluent_text_bullet_list_dismiss_20_regular": 61011, + "ic_fluent_text_bullet_list_ltr_20_filled": 61012, + "ic_fluent_text_bullet_list_ltr_20_regular": 61013, + "ic_fluent_text_bullet_list_ltr_rotate_90_20_filled": 61014, + "ic_fluent_text_bullet_list_ltr_rotate_90_20_regular": 61015, + "ic_fluent_text_bullet_list_rotate_270_20_filled": 61016, + "ic_fluent_text_bullet_list_rotate_270_20_regular": 61017, + "ic_fluent_text_bullet_list_rotate_90_20_filled": 61018, + "ic_fluent_text_bullet_list_rotate_90_20_regular": 61019, + "ic_fluent_text_bullet_list_rtl_20_filled": 61020, + "ic_fluent_text_bullet_list_rtl_20_regular": 61021, + "ic_fluent_text_bullet_list_rtl_rotate_90_20_filled": 61022, + "ic_fluent_text_bullet_list_rtl_rotate_90_20_regular": 61023, + "ic_fluent_text_bullet_list_square_20_filled": 61024, + "ic_fluent_text_bullet_list_square_20_regular": 61025, + "ic_fluent_text_bullet_list_square_clock_20_filled": 61026, + "ic_fluent_text_bullet_list_square_clock_20_regular": 61027, + "ic_fluent_text_bullet_list_square_edit_20_filled": 61028, + "ic_fluent_text_bullet_list_square_edit_20_regular": 61029, + "ic_fluent_text_bullet_list_square_person_20_filled": 61030, + "ic_fluent_text_bullet_list_square_person_20_regular": 61031, + "ic_fluent_text_bullet_list_square_search_20_filled": 61032, + "ic_fluent_text_bullet_list_square_search_20_regular": 61033, + "ic_fluent_text_bullet_list_square_settings_20_filled": 61034, + "ic_fluent_text_bullet_list_square_settings_20_regular": 61035, + "ic_fluent_text_bullet_list_square_shield_20_filled": 61036, + "ic_fluent_text_bullet_list_square_shield_20_regular": 61037, + "ic_fluent_text_bullet_list_square_toolbox_20_filled": 61038, + "ic_fluent_text_bullet_list_square_toolbox_20_regular": 61039, + "ic_fluent_text_bullet_list_square_warning_20_filled": 61040, + "ic_fluent_text_bullet_list_square_warning_20_regular": 61041, + "ic_fluent_text_bullet_list_tree_20_filled": 61042, + "ic_fluent_text_bullet_list_tree_20_regular": 61043, + "ic_fluent_text_case_lowercase_20_filled": 61044, + "ic_fluent_text_case_lowercase_20_regular": 61045, + "ic_fluent_text_case_title_20_filled": 61046, + "ic_fluent_text_case_title_20_regular": 61047, + "ic_fluent_text_case_uppercase_20_filled": 61048, + "ic_fluent_text_case_uppercase_20_regular": 61049, + "ic_fluent_text_change_case_20_filled": 61050, + "ic_fluent_text_change_case_20_regular": 61051, + "ic_fluent_text_clear_formatting_20_filled": 61052, + "ic_fluent_text_clear_formatting_20_regular": 61053, + "ic_fluent_text_collapse_20_filled": 61054, + "ic_fluent_text_collapse_20_regular": 61055, + "ic_fluent_text_color_20_filled": 61056, + "ic_fluent_text_color_20_regular": 61057, + "ic_fluent_text_color_accent_20_filled": 61058, + "ic_fluent_text_column_one_20_filled": 61059, + "ic_fluent_text_column_one_20_regular": 61060, + "ic_fluent_text_column_one_narrow_20_filled": 61061, + "ic_fluent_text_column_one_narrow_20_regular": 61062, + "ic_fluent_text_column_one_wide_20_filled": 61063, + "ic_fluent_text_column_one_wide_20_regular": 61064, + "ic_fluent_text_column_one_wide_lightning_20_filled": 61065, + "ic_fluent_text_column_one_wide_lightning_20_regular": 61066, + "ic_fluent_text_column_three_20_filled": 61067, + "ic_fluent_text_column_three_20_regular": 61068, + "ic_fluent_text_column_two_20_filled": 61069, + "ic_fluent_text_column_two_20_regular": 61070, + "ic_fluent_text_column_two_left_20_filled": 61071, + "ic_fluent_text_column_two_left_20_regular": 61072, + "ic_fluent_text_column_two_right_20_filled": 61073, + "ic_fluent_text_column_two_right_20_regular": 61074, + "ic_fluent_text_continuous_20_filled": 61075, + "ic_fluent_text_continuous_20_regular": 61076, + "ic_fluent_text_density_20_filled": 61077, + "ic_fluent_text_density_20_regular": 61078, + "ic_fluent_text_description_20_filled": 61079, + "ic_fluent_text_description_20_regular": 61080, + "ic_fluent_text_direction_horizontal_left_20_filled": 61081, + "ic_fluent_text_direction_horizontal_left_20_regular": 61082, + "ic_fluent_text_direction_horizontal_ltr_20_filled": 61083, + "ic_fluent_text_direction_horizontal_ltr_20_regular": 61084, + "ic_fluent_text_direction_horizontal_right_20_filled": 61085, + "ic_fluent_text_direction_horizontal_right_20_regular": 61086, + "ic_fluent_text_direction_horizontal_rtl_20_filled": 61087, + "ic_fluent_text_direction_horizontal_rtl_20_regular": 61088, + "ic_fluent_text_direction_rotate_270_right_20_filled": 61089, + "ic_fluent_text_direction_rotate_270_right_20_regular": 61090, + "ic_fluent_text_direction_rotate_90_left_20_filled": 61091, + "ic_fluent_text_direction_rotate_90_left_20_regular": 61092, + "ic_fluent_text_direction_rotate_90_ltr_20_filled": 61093, + "ic_fluent_text_direction_rotate_90_ltr_20_regular": 61094, + "ic_fluent_text_direction_rotate_90_right_20_filled": 61095, + "ic_fluent_text_direction_rotate_90_right_20_regular": 61096, + "ic_fluent_text_direction_rotate_90_rtl_20_filled": 61097, + "ic_fluent_text_direction_rotate_90_rtl_20_regular": 61098, + "ic_fluent_text_direction_vertical_20_filled": 61099, + "ic_fluent_text_direction_vertical_20_regular": 61100, + "ic_fluent_text_edit_style_20_filled": 61101, + "ic_fluent_text_edit_style_20_regular": 61102, + "ic_fluent_text_effects_20_filled": 61103, + "ic_fluent_text_effects_20_regular": 61104, + "ic_fluent_text_expand_20_filled": 61105, + "ic_fluent_text_expand_20_regular": 61106, + "ic_fluent_text_field_20_filled": 61107, + "ic_fluent_text_field_20_regular": 61108, + "ic_fluent_text_first_line_20_filled": 61109, + "ic_fluent_text_first_line_20_regular": 61110, + "ic_fluent_text_font_20_filled": 61111, + "ic_fluent_text_font_20_regular": 61112, + "ic_fluent_text_font_info_20_filled": 61113, + "ic_fluent_text_font_info_20_regular": 61114, + "ic_fluent_text_font_size_20_filled": 61115, + "ic_fluent_text_font_size_20_regular": 61116, + "ic_fluent_text_footnote_20_filled": 61117, + "ic_fluent_text_footnote_20_regular": 61118, + "ic_fluent_text_grammar_arrow_left_20_filled": 61119, + "ic_fluent_text_grammar_arrow_left_20_regular": 61120, + "ic_fluent_text_grammar_arrow_right_20_filled": 61121, + "ic_fluent_text_grammar_arrow_right_20_regular": 61122, + "ic_fluent_text_grammar_checkmark_20_filled": 61123, + "ic_fluent_text_grammar_checkmark_20_regular": 61124, + "ic_fluent_text_grammar_dismiss_20_filled": 61125, + "ic_fluent_text_grammar_dismiss_20_regular": 61126, + "ic_fluent_text_grammar_error_20_filled": 61127, + "ic_fluent_text_grammar_error_20_regular": 61128, + "ic_fluent_text_grammar_settings_20_filled": 61129, + "ic_fluent_text_grammar_settings_20_regular": 61130, + "ic_fluent_text_grammar_wand_20_filled": 61131, + "ic_fluent_text_grammar_wand_20_regular": 61132, + "ic_fluent_text_hanging_20_filled": 61133, + "ic_fluent_text_hanging_20_regular": 61134, + "ic_fluent_text_header_1_20_filled": 61135, + "ic_fluent_text_header_1_20_regular": 61136, + "ic_fluent_text_header_2_20_filled": 61137, + "ic_fluent_text_header_2_20_regular": 61138, + "ic_fluent_text_header_3_20_filled": 61139, + "ic_fluent_text_header_3_20_regular": 61140, + "ic_fluent_text_indent_decrease_ltr_20_filled": 61141, + "ic_fluent_text_indent_decrease_ltr_20_regular": 61142, + "ic_fluent_text_indent_decrease_rotate_270_20_filled": 61143, + "ic_fluent_text_indent_decrease_rotate_270_20_regular": 61144, + "ic_fluent_text_indent_decrease_rotate_90_20_filled": 61145, + "ic_fluent_text_indent_decrease_rotate_90_20_regular": 61146, + "ic_fluent_text_indent_decrease_rtl_20_filled": 61147, + "ic_fluent_text_indent_decrease_rtl_20_regular": 61148, + "ic_fluent_text_indent_increase_ltr_20_filled": 61149, + "ic_fluent_text_indent_increase_ltr_20_regular": 61150, + "ic_fluent_text_indent_increase_rotate_270_20_filled": 61151, + "ic_fluent_text_indent_increase_rotate_270_20_regular": 61152, + "ic_fluent_text_indent_increase_rotate_90_20_filled": 61153, + "ic_fluent_text_indent_increase_rotate_90_20_regular": 61154, + "ic_fluent_text_indent_increase_rtl_20_filled": 61155, + "ic_fluent_text_indent_increase_rtl_20_regular": 61156, + "ic_fluent_text_italic_20_filled": 61157, + "ic_fluent_text_italic_20_regular": 61158, + "ic_fluent_text_line_spacing_20_filled": 61159, + "ic_fluent_text_line_spacing_20_regular": 61160, + "ic_fluent_text_more_20_filled": 61161, + "ic_fluent_text_more_20_regular": 61162, + "ic_fluent_text_number_format_20_filled": 61163, + "ic_fluent_text_number_format_20_regular": 61164, + "ic_fluent_text_number_list_ltr_20_filled": 61165, + "ic_fluent_text_number_list_ltr_20_regular": 61166, + "ic_fluent_text_number_list_rotate_270_20_filled": 61167, + "ic_fluent_text_number_list_rotate_270_20_regular": 61168, + "ic_fluent_text_number_list_rotate_90_20_filled": 61169, + "ic_fluent_text_number_list_rotate_90_20_regular": 61170, + "ic_fluent_text_number_list_rtl_20_filled": 61171, + "ic_fluent_text_number_list_rtl_20_regular": 61172, + "ic_fluent_text_paragraph_20_filled": 61173, + "ic_fluent_text_paragraph_20_regular": 61174, + "ic_fluent_text_paragraph_direction_20_filled": 61175, + "ic_fluent_text_paragraph_direction_20_regular": 61176, + "ic_fluent_text_paragraph_direction_left_20_filled": 61177, + "ic_fluent_text_paragraph_direction_left_20_regular": 61178, + "ic_fluent_text_paragraph_direction_right_20_filled": 61179, + "ic_fluent_text_paragraph_direction_right_20_regular": 61180, + "ic_fluent_text_period_asterisk_20_filled": 61181, + "ic_fluent_text_period_asterisk_20_regular": 61182, + "ic_fluent_text_position_behind_20_filled": 61183, + "ic_fluent_text_position_behind_20_regular": 61184, + "ic_fluent_text_position_front_20_filled": 61185, + "ic_fluent_text_position_front_20_regular": 61186, + "ic_fluent_text_position_line_20_filled": 61187, + "ic_fluent_text_position_line_20_regular": 61188, + "ic_fluent_text_position_square_20_filled": 61189, + "ic_fluent_text_position_square_20_regular": 61190, + "ic_fluent_text_position_through_20_filled": 61191, + "ic_fluent_text_position_through_20_regular": 61192, + "ic_fluent_text_position_tight_20_filled": 61193, + "ic_fluent_text_position_tight_20_regular": 61194, + "ic_fluent_text_position_top_bottom_20_filled": 61195, + "ic_fluent_text_position_top_bottom_20_regular": 61196, + "ic_fluent_text_proofing_tools_20_filled": 61197, + "ic_fluent_text_proofing_tools_20_regular": 61198, + "ic_fluent_text_quote_20_filled": 61199, + "ic_fluent_text_quote_20_regular": 61200, + "ic_fluent_text_sort_ascending_20_filled": 61201, + "ic_fluent_text_sort_ascending_20_regular": 61202, + "ic_fluent_text_sort_descending_20_filled": 61203, + "ic_fluent_text_sort_descending_20_regular": 61204, + "ic_fluent_text_strikethrough_20_filled": 61205, + "ic_fluent_text_strikethrough_20_regular": 61206, + "ic_fluent_text_subscript_20_filled": 61207, + "ic_fluent_text_subscript_20_regular": 61208, + "ic_fluent_text_superscript_20_filled": 61209, + "ic_fluent_text_superscript_20_regular": 61210, + "ic_fluent_text_t_20_filled": 61211, + "ic_fluent_text_t_20_regular": 61212, + "ic_fluent_text_underline_20_filled": 61213, + "ic_fluent_text_underline_20_regular": 61214, + "ic_fluent_text_underline_double_20_filled": 61215, + "ic_fluent_text_underline_double_20_regular": 61216, + "ic_fluent_text_whole_word_20_filled": 61217, + "ic_fluent_text_whole_word_20_regular": 61218, + "ic_fluent_text_word_count_20_filled": 61219, + "ic_fluent_text_word_count_20_regular": 61220, + "ic_fluent_text_wrap_20_filled": 61221, + "ic_fluent_text_wrap_20_regular": 61222, + "ic_fluent_text_wrap_off_20_filled": 61223, + "ic_fluent_text_wrap_off_20_regular": 61224, + "ic_fluent_textbox_20_filled": 61225, + "ic_fluent_textbox_20_regular": 61226, + "ic_fluent_textbox_align_bottom_20_filled": 61227, + "ic_fluent_textbox_align_bottom_20_regular": 61228, + "ic_fluent_textbox_align_bottom_rotate_90_20_filled": 61229, + "ic_fluent_textbox_align_bottom_rotate_90_20_regular": 61230, + "ic_fluent_textbox_align_center_20_filled": 61231, + "ic_fluent_textbox_align_center_20_regular": 61232, + "ic_fluent_textbox_align_middle_20_filled": 61233, + "ic_fluent_textbox_align_middle_20_regular": 61234, + "ic_fluent_textbox_align_middle_rotate_90_20_filled": 61235, + "ic_fluent_textbox_align_middle_rotate_90_20_regular": 61236, + "ic_fluent_textbox_align_top_20_filled": 61237, + "ic_fluent_textbox_align_top_20_regular": 61238, + "ic_fluent_textbox_align_top_rotate_90_20_filled": 61239, + "ic_fluent_textbox_align_top_rotate_90_20_regular": 61240, + "ic_fluent_textbox_more_20_filled": 61241, + "ic_fluent_textbox_more_20_regular": 61242, + "ic_fluent_textbox_rotate_90_20_filled": 61243, + "ic_fluent_textbox_rotate_90_20_regular": 61244, + "ic_fluent_thinking_20_filled": 61245, + "ic_fluent_thinking_20_regular": 61246, + "ic_fluent_thumb_dislike_20_filled": 61247, + "ic_fluent_thumb_dislike_20_regular": 61248, + "ic_fluent_thumb_like_20_filled": 61249, + "ic_fluent_thumb_like_20_regular": 61250, + "ic_fluent_ticket_diagonal_20_filled": 61251, + "ic_fluent_ticket_diagonal_20_regular": 61252, + "ic_fluent_ticket_horizontal_20_filled": 61253, + "ic_fluent_ticket_horizontal_20_regular": 61254, + "ic_fluent_time_and_weather_20_filled": 61255, + "ic_fluent_time_and_weather_20_regular": 61256, + "ic_fluent_time_picker_20_filled": 61257, + "ic_fluent_time_picker_20_regular": 61258, + "ic_fluent_timeline_20_filled": 61259, + "ic_fluent_timeline_20_regular": 61260, + "ic_fluent_timer_10_20_filled": 61261, + "ic_fluent_timer_10_20_regular": 61262, + "ic_fluent_timer_2_20_filled": 61263, + "ic_fluent_timer_2_20_regular": 61264, + "ic_fluent_timer_20_filled": 61265, + "ic_fluent_timer_20_regular": 61266, + "ic_fluent_timer_3_20_filled": 61267, + "ic_fluent_timer_3_20_regular": 61268, + "ic_fluent_timer_off_20_filled": 61269, + "ic_fluent_timer_off_20_regular": 61270, + "ic_fluent_toggle_left_20_filled": 61271, + "ic_fluent_toggle_left_20_regular": 61272, + "ic_fluent_toggle_multiple_20_filled": 61273, + "ic_fluent_toggle_multiple_20_regular": 61274, + "ic_fluent_toggle_right_20_filled": 61275, + "ic_fluent_toggle_right_20_regular": 61276, + "ic_fluent_toolbox_20_filled": 61277, + "ic_fluent_toolbox_20_regular": 61278, + "ic_fluent_tooltip_quote_20_filled": 61279, + "ic_fluent_tooltip_quote_20_regular": 61280, + "ic_fluent_top_speed_20_filled": 61281, + "ic_fluent_top_speed_20_regular": 61282, + "ic_fluent_translate_20_filled": 61283, + "ic_fluent_translate_20_regular": 61284, + "ic_fluent_transmission_20_filled": 61285, + "ic_fluent_transmission_20_regular": 61286, + "ic_fluent_tray_item_add_20_filled": 61287, + "ic_fluent_tray_item_add_20_regular": 61288, + "ic_fluent_tray_item_remove_20_filled": 61289, + "ic_fluent_tray_item_remove_20_regular": 61290, + "ic_fluent_tree_deciduous_20_filled": 61291, + "ic_fluent_tree_deciduous_20_regular": 61292, + "ic_fluent_tree_evergreen_20_filled": 61293, + "ic_fluent_tree_evergreen_20_regular": 61294, + "ic_fluent_triangle_20_filled": 61295, + "ic_fluent_triangle_20_regular": 61296, + "ic_fluent_triangle_down_20_filled": 61297, + "ic_fluent_triangle_down_20_regular": 61298, + "ic_fluent_triangle_left_20_filled": 61299, + "ic_fluent_triangle_left_20_regular": 61300, + "ic_fluent_triangle_right_20_filled": 61301, + "ic_fluent_triangle_right_20_regular": 61302, + "ic_fluent_trophy_20_filled": 61303, + "ic_fluent_trophy_20_regular": 61304, + "ic_fluent_trophy_lock_20_filled": 61305, + "ic_fluent_trophy_lock_20_regular": 61306, + "ic_fluent_trophy_off_20_filled": 61307, + "ic_fluent_trophy_off_20_regular": 61308, + "ic_fluent_tv_20_filled": 61309, + "ic_fluent_tv_20_regular": 61310, + "ic_fluent_tv_arrow_right_20_filled": 61311, + "ic_fluent_tv_arrow_right_20_regular": 61312, + "ic_fluent_tv_usb_20_filled": 61313, + "ic_fluent_tv_usb_20_regular": 61314, + "ic_fluent_umbrella_20_filled": 61315, + "ic_fluent_umbrella_20_regular": 61316, + "ic_fluent_uninstall_app_20_filled": 61317, + "ic_fluent_uninstall_app_20_regular": 61318, + "ic_fluent_usb_plug_20_filled": 61319, + "ic_fluent_usb_plug_20_regular": 61320, + "ic_fluent_usb_stick_20_filled": 61321, + "ic_fluent_usb_stick_20_regular": 61322, + "ic_fluent_vault_20_filled": 61323, + "ic_fluent_vault_20_regular": 61324, + "ic_fluent_vehicle_bicycle_20_filled": 61325, + "ic_fluent_vehicle_bicycle_20_regular": 61326, + "ic_fluent_vehicle_bus_20_filled": 61327, + "ic_fluent_vehicle_bus_20_regular": 61328, + "ic_fluent_vehicle_cab_20_filled": 61329, + "ic_fluent_vehicle_cab_20_regular": 61330, + "ic_fluent_vehicle_car_20_filled": 61331, + "ic_fluent_vehicle_car_20_regular": 61332, + "ic_fluent_vehicle_car_collision_20_filled": 61333, + "ic_fluent_vehicle_car_collision_20_regular": 61334, + "ic_fluent_vehicle_car_parking_20_filled": 61335, + "ic_fluent_vehicle_car_parking_20_regular": 61336, + "ic_fluent_vehicle_car_profile_ltr_20_filled": 61337, + "ic_fluent_vehicle_car_profile_ltr_20_regular": 61338, + "ic_fluent_vehicle_car_profile_ltr_clock_20_filled": 61339, + "ic_fluent_vehicle_car_profile_ltr_clock_20_regular": 61340, + "ic_fluent_vehicle_car_profile_rtl_20_filled": 61341, + "ic_fluent_vehicle_car_profile_rtl_20_regular": 61342, + "ic_fluent_vehicle_ship_20_filled": 61343, + "ic_fluent_vehicle_ship_20_regular": 61344, + "ic_fluent_vehicle_subway_20_filled": 61345, + "ic_fluent_vehicle_subway_20_regular": 61346, + "ic_fluent_vehicle_truck_20_filled": 61347, + "ic_fluent_vehicle_truck_20_regular": 61348, + "ic_fluent_vehicle_truck_bag_20_filled": 61349, + "ic_fluent_vehicle_truck_bag_20_regular": 61350, + "ic_fluent_vehicle_truck_cube_20_filled": 61351, + "ic_fluent_vehicle_truck_cube_20_regular": 61352, + "ic_fluent_vehicle_truck_profile_20_filled": 61353, + "ic_fluent_vehicle_truck_profile_20_regular": 61354, + "ic_fluent_video_20_filled": 61355, + "ic_fluent_video_20_regular": 61356, + "ic_fluent_video_360_20_filled": 61357, + "ic_fluent_video_360_20_regular": 61358, + "ic_fluent_video_360_off_20_filled": 61359, + "ic_fluent_video_360_off_20_regular": 61360, + "ic_fluent_video_add_20_filled": 61361, + "ic_fluent_video_add_20_regular": 61362, + "ic_fluent_video_background_effect_20_filled": 61363, + "ic_fluent_video_background_effect_20_regular": 61364, + "ic_fluent_video_chat_20_filled": 61365, + "ic_fluent_video_chat_20_regular": 61366, + "ic_fluent_video_clip_20_filled": 61367, + "ic_fluent_video_clip_20_regular": 61368, + "ic_fluent_video_clip_multiple_20_filled": 61369, + "ic_fluent_video_clip_multiple_20_regular": 61370, + "ic_fluent_video_clip_off_20_filled": 61371, + "ic_fluent_video_clip_off_20_regular": 61372, + "ic_fluent_video_off_20_filled": 61373, + "ic_fluent_video_off_20_regular": 61374, + "ic_fluent_video_person_20_filled": 61375, + "ic_fluent_video_person_20_regular": 61376, + "ic_fluent_video_person_call_20_filled": 61377, + "ic_fluent_video_person_call_20_regular": 61378, + "ic_fluent_video_person_clock_20_filled": 61379, + "ic_fluent_video_person_clock_20_regular": 61380, + "ic_fluent_video_person_off_20_filled": 61381, + "ic_fluent_video_person_off_20_regular": 61382, + "ic_fluent_video_person_sparkle_20_filled": 61383, + "ic_fluent_video_person_sparkle_20_regular": 61384, + "ic_fluent_video_person_star_20_filled": 61385, + "ic_fluent_video_person_star_20_regular": 61386, + "ic_fluent_video_person_star_off_20_filled": 61387, + "ic_fluent_video_person_star_off_20_regular": 61388, + "ic_fluent_video_play_pause_20_filled": 61389, + "ic_fluent_video_play_pause_20_regular": 61390, + "ic_fluent_video_prohibited_20_filled": 61391, + "ic_fluent_video_prohibited_20_regular": 61392, + "ic_fluent_video_recording_20_filled": 61393, + "ic_fluent_video_recording_20_regular": 61394, + "ic_fluent_video_security_20_filled": 61395, + "ic_fluent_video_security_20_regular": 61396, + "ic_fluent_video_switch_20_filled": 61397, + "ic_fluent_video_switch_20_regular": 61398, + "ic_fluent_video_sync_20_filled": 61399, + "ic_fluent_video_sync_20_regular": 61400, + "ic_fluent_view_desktop_20_filled": 61401, + "ic_fluent_view_desktop_20_regular": 61402, + "ic_fluent_view_desktop_mobile_20_filled": 61403, + "ic_fluent_view_desktop_mobile_20_regular": 61404, + "ic_fluent_virtual_network_20_filled": 61405, + "ic_fluent_virtual_network_20_regular": 61406, + "ic_fluent_virtual_network_toolbox_20_filled": 61407, + "ic_fluent_virtual_network_toolbox_20_regular": 61408, + "ic_fluent_voicemail_20_filled": 61409, + "ic_fluent_voicemail_20_regular": 61410, + "ic_fluent_voicemail_arrow_back_20_filled": 61411, + "ic_fluent_voicemail_arrow_back_20_regular": 61412, + "ic_fluent_voicemail_arrow_forward_20_filled": 61413, + "ic_fluent_voicemail_arrow_forward_20_regular": 61414, + "ic_fluent_voicemail_arrow_subtract_20_filled": 61415, + "ic_fluent_voicemail_arrow_subtract_20_regular": 61416, + "ic_fluent_vote_20_filled": 61417, + "ic_fluent_vote_20_regular": 61418, + "ic_fluent_walkie_talkie_20_filled": 61419, + "ic_fluent_walkie_talkie_20_regular": 61420, + "ic_fluent_wallet_20_filled": 61421, + "ic_fluent_wallet_20_regular": 61422, + "ic_fluent_wallet_credit_card_20_filled": 61423, + "ic_fluent_wallet_credit_card_20_regular": 61424, + "ic_fluent_wallpaper_20_filled": 61425, + "ic_fluent_wallpaper_20_regular": 61426, + "ic_fluent_wand_20_filled": 61427, + "ic_fluent_wand_20_regular": 61428, + "ic_fluent_warning_20_filled": 61429, + "ic_fluent_warning_20_regular": 61430, + "ic_fluent_warning_shield_20_filled": 61431, + "ic_fluent_warning_shield_20_regular": 61432, + "ic_fluent_washer_20_filled": 61433, + "ic_fluent_washer_20_regular": 61434, + "ic_fluent_water_20_filled": 61435, + "ic_fluent_water_20_regular": 61436, + "ic_fluent_weather_blowing_snow_20_filled": 61437, + "ic_fluent_weather_blowing_snow_20_regular": 61438, + "ic_fluent_weather_cloudy_20_filled": 61439, + "ic_fluent_weather_cloudy_20_regular": 61440, + "ic_fluent_weather_drizzle_20_filled": 61441, + "ic_fluent_weather_drizzle_20_regular": 61442, + "ic_fluent_weather_duststorm_20_filled": 61443, + "ic_fluent_weather_duststorm_20_regular": 61444, + "ic_fluent_weather_fog_20_filled": 61445, + "ic_fluent_weather_fog_20_regular": 61446, + "ic_fluent_weather_hail_day_20_filled": 61447, + "ic_fluent_weather_hail_day_20_regular": 61448, + "ic_fluent_weather_hail_night_20_filled": 61449, + "ic_fluent_weather_hail_night_20_regular": 61450, + "ic_fluent_weather_haze_20_filled": 61451, + "ic_fluent_weather_haze_20_regular": 61452, + "ic_fluent_weather_moon_20_filled": 61453, + "ic_fluent_weather_moon_20_regular": 61454, + "ic_fluent_weather_moon_off_20_filled": 61455, + "ic_fluent_weather_moon_off_20_regular": 61456, + "ic_fluent_weather_partly_cloudy_day_20_filled": 61457, + "ic_fluent_weather_partly_cloudy_day_20_regular": 61458, + "ic_fluent_weather_partly_cloudy_night_20_filled": 61459, + "ic_fluent_weather_partly_cloudy_night_20_regular": 61460, + "ic_fluent_weather_rain_20_filled": 61461, + "ic_fluent_weather_rain_20_regular": 61462, + "ic_fluent_weather_rain_showers_day_20_filled": 61463, + "ic_fluent_weather_rain_showers_day_20_regular": 61464, + "ic_fluent_weather_rain_showers_night_20_filled": 61465, + "ic_fluent_weather_rain_showers_night_20_regular": 61466, + "ic_fluent_weather_rain_snow_20_filled": 61467, + "ic_fluent_weather_rain_snow_20_regular": 61468, + "ic_fluent_weather_snow_20_filled": 61469, + "ic_fluent_weather_snow_20_regular": 61470, + "ic_fluent_weather_snow_shower_day_20_filled": 61471, + "ic_fluent_weather_snow_shower_day_20_regular": 61472, + "ic_fluent_weather_snow_shower_night_20_filled": 61473, + "ic_fluent_weather_snow_shower_night_20_regular": 61474, + "ic_fluent_weather_snowflake_20_filled": 61475, + "ic_fluent_weather_snowflake_20_regular": 61476, + "ic_fluent_weather_squalls_20_filled": 61477, + "ic_fluent_weather_squalls_20_regular": 61478, + "ic_fluent_weather_sunny_20_filled": 61479, + "ic_fluent_weather_sunny_20_regular": 61480, + "ic_fluent_weather_sunny_high_20_filled": 61481, + "ic_fluent_weather_sunny_high_20_regular": 61482, + "ic_fluent_weather_sunny_low_20_filled": 61483, + "ic_fluent_weather_sunny_low_20_regular": 61484, + "ic_fluent_weather_thunderstorm_20_filled": 61485, + "ic_fluent_weather_thunderstorm_20_regular": 61486, + "ic_fluent_web_asset_20_filled": 61487, + "ic_fluent_web_asset_20_regular": 61488, + "ic_fluent_whiteboard_20_filled": 61489, + "ic_fluent_whiteboard_20_regular": 61490, + "ic_fluent_wifi_1_20_filled": 61491, + "ic_fluent_wifi_1_20_regular": 61492, + "ic_fluent_wifi_2_20_filled": 61493, + "ic_fluent_wifi_2_20_regular": 61494, + "ic_fluent_wifi_3_20_filled": 61495, + "ic_fluent_wifi_3_20_regular": 61496, + "ic_fluent_wifi_4_20_filled": 61497, + "ic_fluent_wifi_4_20_regular": 61498, + "ic_fluent_wifi_lock_20_filled": 61499, + "ic_fluent_wifi_lock_20_regular": 61500, + "ic_fluent_wifi_off_20_filled": 61501, + "ic_fluent_wifi_off_20_regular": 61502, + "ic_fluent_wifi_settings_20_filled": 61503, + "ic_fluent_wifi_settings_20_regular": 61504, + "ic_fluent_wifi_warning_20_filled": 61505, + "ic_fluent_wifi_warning_20_regular": 61506, + "ic_fluent_window_20_filled": 61507, + "ic_fluent_window_20_regular": 61508, + "ic_fluent_window_ad_20_filled": 61509, + "ic_fluent_window_ad_20_regular": 61510, + "ic_fluent_window_ad_off_20_filled": 61511, + "ic_fluent_window_ad_off_20_regular": 61512, + "ic_fluent_window_ad_person_20_filled": 61513, + "ic_fluent_window_ad_person_20_regular": 61514, + "ic_fluent_window_apps_20_filled": 61515, + "ic_fluent_window_apps_20_regular": 61516, + "ic_fluent_window_arrow_up_20_filled": 61517, + "ic_fluent_window_arrow_up_20_regular": 61518, + "ic_fluent_window_bullet_list_20_filled": 61519, + "ic_fluent_window_bullet_list_20_regular": 61520, + "ic_fluent_window_bullet_list_add_20_filled": 61521, + "ic_fluent_window_bullet_list_add_20_regular": 61522, + "ic_fluent_window_console_20_filled": 61523, + "ic_fluent_window_console_20_regular": 61524, + "ic_fluent_window_database_20_filled": 61525, + "ic_fluent_window_database_20_regular": 61526, + "ic_fluent_window_dev_edit_20_filled": 61527, + "ic_fluent_window_dev_edit_20_regular": 61528, + "ic_fluent_window_dev_tools_20_filled": 61529, + "ic_fluent_window_dev_tools_20_regular": 61530, + "ic_fluent_window_edit_20_filled": 61531, + "ic_fluent_window_edit_20_regular": 61532, + "ic_fluent_window_header_horizontal_20_filled": 61533, + "ic_fluent_window_header_horizontal_20_regular": 61534, + "ic_fluent_window_header_horizontal_off_20_filled": 61535, + "ic_fluent_window_header_horizontal_off_20_regular": 61536, + "ic_fluent_window_header_vertical_20_filled": 61537, + "ic_fluent_window_header_vertical_20_regular": 61538, + "ic_fluent_window_inprivate_20_filled": 61539, + "ic_fluent_window_inprivate_20_regular": 61540, + "ic_fluent_window_inprivate_account_20_filled": 61541, + "ic_fluent_window_inprivate_account_20_regular": 61542, + "ic_fluent_window_location_target_20_filled": 61543, + "ic_fluent_window_location_target_20_regular": 61544, + "ic_fluent_window_multiple_20_filled": 61545, + "ic_fluent_window_multiple_20_regular": 61546, + "ic_fluent_window_multiple_swap_20_filled": 61547, + "ic_fluent_window_multiple_swap_20_regular": 61548, + "ic_fluent_window_new_20_filled": 61549, + "ic_fluent_window_new_20_regular": 61550, + "ic_fluent_window_play_20_filled": 61551, + "ic_fluent_window_play_20_regular": 61552, + "ic_fluent_window_settings_20_filled": 61553, + "ic_fluent_window_settings_20_regular": 61554, + "ic_fluent_window_shield_20_filled": 61555, + "ic_fluent_window_shield_20_regular": 61556, + "ic_fluent_window_text_20_filled": 61557, + "ic_fluent_window_text_20_regular": 61558, + "ic_fluent_window_wrench_20_filled": 61559, + "ic_fluent_window_wrench_20_regular": 61560, + "ic_fluent_wrench_20_filled": 61561, + "ic_fluent_wrench_20_regular": 61562, + "ic_fluent_wrench_screwdriver_20_filled": 61563, + "ic_fluent_wrench_screwdriver_20_regular": 61564, + "ic_fluent_xbox_console_20_filled": 61565, + "ic_fluent_xbox_console_20_regular": 61566, + "ic_fluent_xbox_controller_20_filled": 61567, + "ic_fluent_xbox_controller_20_regular": 61568, + "ic_fluent_xbox_controller_error_20_filled": 61569, + "ic_fluent_xbox_controller_error_20_regular": 61570, + "ic_fluent_xray_20_filled": 61571, + "ic_fluent_xray_20_regular": 61572, + "ic_fluent_zoom_fit_20_filled": 61573, + "ic_fluent_zoom_fit_20_regular": 61574, + "ic_fluent_zoom_in_20_filled": 61575, + "ic_fluent_zoom_in_20_regular": 61576, + "ic_fluent_zoom_out_20_filled": 61577, + "ic_fluent_zoom_out_20_regular": 61578 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Resizable.ttf b/fonts/FluentSystemIcons-Resizable.ttf index 7883b78d65..b1846a893e 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 df95d8faed..48e1d31b26 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 684d364a81..3d3689c0c5 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 ad3da866aa..9558e32108 100644 --- a/icons_filled.md +++ b/icons_filled.md @@ -24,6 +24,10 @@ |Align Bottom||`alignBottom16Filled`
`alignBottom20Filled`
`alignBottom24Filled`
`alignBottom28Filled`
`alignBottom32Filled`
`alignBottom48Filled`|`ic_fluent_align_bottom_16_filled`
`ic_fluent_align_bottom_20_filled`
`ic_fluent_align_bottom_24_filled`
`ic_fluent_align_bottom_28_filled`
`ic_fluent_align_bottom_32_filled`
`ic_fluent_align_bottom_48_filled`| |Align Center Horizontal||`alignCenterHorizontal16Filled`
`alignCenterHorizontal20Filled`
`alignCenterHorizontal24Filled`
`alignCenterHorizontal28Filled`
`alignCenterHorizontal32Filled`
`alignCenterHorizontal48Filled`|`ic_fluent_align_center_horizontal_16_filled`
`ic_fluent_align_center_horizontal_20_filled`
`ic_fluent_align_center_horizontal_24_filled`
`ic_fluent_align_center_horizontal_28_filled`
`ic_fluent_align_center_horizontal_32_filled`
`ic_fluent_align_center_horizontal_48_filled`| |Align Center Vertical||`alignCenterVertical16Filled`
`alignCenterVertical20Filled`
`alignCenterVertical24Filled`
`alignCenterVertical28Filled`
`alignCenterVertical32Filled`
`alignCenterVertical48Filled`|`ic_fluent_align_center_vertical_16_filled`
`ic_fluent_align_center_vertical_20_filled`
`ic_fluent_align_center_vertical_24_filled`
`ic_fluent_align_center_vertical_28_filled`
`ic_fluent_align_center_vertical_32_filled`
`ic_fluent_align_center_vertical_48_filled`| +|Align Distribute Bottom||`alignDistributeBottom16Filled`|`ic_fluent_align_distribute_bottom_16_filled`| +|Align Distribute Left||`alignDistributeLeft16Filled`|`ic_fluent_align_distribute_left_16_filled`| +|Align Distribute Right||`alignDistributeRight16Filled`|`ic_fluent_align_distribute_right_16_filled`| +|Align Distribute Top||`alignDistributeTop16Filled`|`ic_fluent_align_distribute_top_16_filled`| |Align End Horizontal||`alignEndHorizontal20Filled`|`ic_fluent_align_end_horizontal_20_filled`| |Align End Vertical||`alignEndVertical20Filled`|`ic_fluent_align_end_vertical_20_filled`| |Align Left||`alignLeft16Filled`
`alignLeft20Filled`
`alignLeft24Filled`
`alignLeft28Filled`
`alignLeft32Filled`
`alignLeft48Filled`|`ic_fluent_align_left_16_filled`
`ic_fluent_align_left_20_filled`
`ic_fluent_align_left_24_filled`
`ic_fluent_align_left_28_filled`
`ic_fluent_align_left_32_filled`
`ic_fluent_align_left_48_filled`| @@ -37,8 +41,8 @@ |Align Space Fit Vertical||`alignSpaceFitVertical20Filled`|`ic_fluent_align_space_fit_vertical_20_filled`| |Align Start Horizontal||`alignStartHorizontal20Filled`|`ic_fluent_align_start_horizontal_20_filled`| |Align Start Vertical||`alignStartVertical20Filled`|`ic_fluent_align_start_vertical_20_filled`| -|Align Stretch Horizontal||`alignStretchHorizontal20Filled`|`ic_fluent_align_stretch_horizontal_20_filled`| -|Align Stretch Vertical||`alignStretchVertical20Filled`|`ic_fluent_align_stretch_vertical_20_filled`| +|Align Stretch Horizontal||`alignStretchHorizontal16Filled`
`alignStretchHorizontal20Filled`|`ic_fluent_align_stretch_horizontal_16_filled`
`ic_fluent_align_stretch_horizontal_20_filled`| +|Align Stretch Vertical||`alignStretchVertical16Filled`
`alignStretchVertical20Filled`|`ic_fluent_align_stretch_vertical_16_filled`
`ic_fluent_align_stretch_vertical_20_filled`| |Align Top||`alignTop16Filled`
`alignTop20Filled`
`alignTop24Filled`
`alignTop28Filled`
`alignTop32Filled`
`alignTop48Filled`|`ic_fluent_align_top_16_filled`
`ic_fluent_align_top_20_filled`
`ic_fluent_align_top_24_filled`
`ic_fluent_align_top_28_filled`
`ic_fluent_align_top_32_filled`
`ic_fluent_align_top_48_filled`| |Animal Cat||`animalCat16Filled`
`animalCat20Filled`
`animalCat24Filled`
`animalCat28Filled`|`ic_fluent_animal_cat_16_filled`
`ic_fluent_animal_cat_20_filled`
`ic_fluent_animal_cat_24_filled`
`ic_fluent_animal_cat_28_filled`| |Animal Dog||`animalDog16Filled`
`animalDog20Filled`
`animalDog24Filled`|`ic_fluent_animal_dog_16_filled`
`ic_fluent_animal_dog_20_filled`
`ic_fluent_animal_dog_24_filled`| @@ -118,10 +122,10 @@ |Arrow Minimize Vertical||`arrowMinimizeVertical20Filled`
`arrowMinimizeVertical24Filled`|`ic_fluent_arrow_minimize_vertical_20_filled`
`ic_fluent_arrow_minimize_vertical_24_filled`| |Arrow Move||`arrowMove20Filled`
`arrowMove24Filled`|`ic_fluent_arrow_move_20_filled`
`ic_fluent_arrow_move_24_filled`| |Arrow Move Inward||`arrowMoveInward20Filled`|`ic_fluent_arrow_move_inward_20_filled`| -|Arrow Next||`arrowNext12Filled`
`arrowNext20Filled`
`arrowNext24Filled`|`ic_fluent_arrow_next_12_filled`
`ic_fluent_arrow_next_20_filled`
`ic_fluent_arrow_next_24_filled`| +|Arrow Next||`arrowNext12Filled`
`arrowNext16Filled`
`arrowNext20Filled`
`arrowNext24Filled`|`ic_fluent_arrow_next_12_filled`
`ic_fluent_arrow_next_16_filled`
`ic_fluent_arrow_next_20_filled`
`ic_fluent_arrow_next_24_filled`| |Arrow Outline Up Right||`arrowOutlineUpRight20Filled`
`arrowOutlineUpRight24Filled`
`arrowOutlineUpRight32Filled`
`arrowOutlineUpRight48Filled`|`ic_fluent_arrow_outline_up_right_20_filled`
`ic_fluent_arrow_outline_up_right_24_filled`
`ic_fluent_arrow_outline_up_right_32_filled`
`ic_fluent_arrow_outline_up_right_48_filled`| |Arrow Paragraph||`arrowParagraph16Filled`
`arrowParagraph20Filled`
`arrowParagraph24Filled`|`ic_fluent_arrow_paragraph_16_filled`
`ic_fluent_arrow_paragraph_20_filled`
`ic_fluent_arrow_paragraph_24_filled`| -|Arrow Previous||`arrowPrevious12Filled`
`arrowPrevious20Filled`
`arrowPrevious24Filled`|`ic_fluent_arrow_previous_12_filled`
`ic_fluent_arrow_previous_20_filled`
`ic_fluent_arrow_previous_24_filled`| +|Arrow Previous||`arrowPrevious12Filled`
`arrowPrevious16Filled`
`arrowPrevious20Filled`
`arrowPrevious24Filled`|`ic_fluent_arrow_previous_12_filled`
`ic_fluent_arrow_previous_16_filled`
`ic_fluent_arrow_previous_20_filled`
`ic_fluent_arrow_previous_24_filled`| |Arrow Redo||`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 Redo Temp LTR||`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 Redo Temp RTL||`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`| @@ -292,9 +296,11 @@ |Box Search||`boxSearch20Filled`
`boxSearch24Filled`|`ic_fluent_box_search_20_filled`
`ic_fluent_box_search_24_filled`| |Box Toolbox||`boxToolbox20Filled`
`boxToolbox24Filled`|`ic_fluent_box_toolbox_20_filled`
`ic_fluent_box_toolbox_24_filled`| |Braces||`braces16Filled`
`braces20Filled`
`braces24Filled`
`braces28Filled`
`braces32Filled`
`braces48Filled`|`ic_fluent_braces_16_filled`
`ic_fluent_braces_20_filled`
`ic_fluent_braces_24_filled`
`ic_fluent_braces_28_filled`
`ic_fluent_braces_32_filled`
`ic_fluent_braces_48_filled`| +|Braces Checkmark||`bracesCheckmark16Filled`|`ic_fluent_braces_checkmark_16_filled`| +|Braces Dismiss||`bracesDismiss16Filled`|`ic_fluent_braces_dismiss_16_filled`| |Braces Variable||`bracesVariable20Filled`
`bracesVariable24Filled`|`ic_fluent_braces_variable_20_filled`
`ic_fluent_braces_variable_24_filled`| |Brain Circuit||`brainCircuit20Filled`
`brainCircuit24Filled`|`ic_fluent_brain_circuit_20_filled`
`ic_fluent_brain_circuit_24_filled`| -|Branch||`branch20Filled`
`branch24Filled`|`ic_fluent_branch_20_filled`
`ic_fluent_branch_24_filled`| +|Branch||`branch16Filled`
`branch20Filled`
`branch24Filled`|`ic_fluent_branch_16_filled`
`ic_fluent_branch_20_filled`
`ic_fluent_branch_24_filled`| |Branch Compare||`branchCompare16Filled`
`branchCompare20Filled`
`branchCompare24Filled`|`ic_fluent_branch_compare_16_filled`
`ic_fluent_branch_compare_20_filled`
`ic_fluent_branch_compare_24_filled`| |Branch Fork||`branchFork16Filled`
`branchFork20Filled`
`branchFork24Filled`
`branchFork32Filled`|`ic_fluent_branch_fork_16_filled`
`ic_fluent_branch_fork_20_filled`
`ic_fluent_branch_fork_24_filled`
`ic_fluent_branch_fork_32_filled`| |Branch Fork Hint||`branchForkHint20Filled`
`branchForkHint24Filled`|`ic_fluent_branch_fork_hint_20_filled`
`ic_fluent_branch_fork_hint_24_filled`| @@ -331,12 +337,14 @@ |Building Shop||`buildingShop16Filled`
`buildingShop20Filled`
`buildingShop24Filled`|`ic_fluent_building_shop_16_filled`
`ic_fluent_building_shop_20_filled`
`ic_fluent_building_shop_24_filled`| |Building Skyscraper||`buildingSkyscraper16Filled`
`buildingSkyscraper20Filled`
`buildingSkyscraper24Filled`|`ic_fluent_building_skyscraper_16_filled`
`ic_fluent_building_skyscraper_20_filled`
`ic_fluent_building_skyscraper_24_filled`| |Building Townhouse||`buildingTownhouse20Filled`
`buildingTownhouse24Filled`
`buildingTownhouse32Filled`|`ic_fluent_building_townhouse_20_filled`
`ic_fluent_building_townhouse_24_filled`
`ic_fluent_building_townhouse_32_filled`| +|CD||`cd16Filled`|`ic_fluent_cd_16_filled`| |Calculator||`calculator16Filled`
`calculator20Filled`
`calculator24Filled`|`ic_fluent_calculator_16_filled`
`ic_fluent_calculator_20_filled`
`ic_fluent_calculator_24_filled`| |Calculator Arrow Clockwise||`calculatorArrowClockwise20Filled`
`calculatorArrowClockwise24Filled`|`ic_fluent_calculator_arrow_clockwise_20_filled`
`ic_fluent_calculator_arrow_clockwise_24_filled`| |Calculator Multiple||`calculatorMultiple16Filled`
`calculatorMultiple20Filled`
`calculatorMultiple24Filled`|`ic_fluent_calculator_multiple_16_filled`
`ic_fluent_calculator_multiple_20_filled`
`ic_fluent_calculator_multiple_24_filled`| |Calendar 3 Day||`calendar3Day16Filled`
`calendar3Day20Filled`
`calendar3Day24Filled`
`calendar3Day28Filled`|`ic_fluent_calendar_3_day_16_filled`
`ic_fluent_calendar_3_day_20_filled`
`ic_fluent_calendar_3_day_24_filled`
`ic_fluent_calendar_3_day_28_filled`| |Calendar Add||`calendarAdd16Filled`
`calendarAdd20Filled`
`calendarAdd24Filled`
`calendarAdd28Filled`|`ic_fluent_calendar_add_16_filled`
`ic_fluent_calendar_add_20_filled`
`ic_fluent_calendar_add_24_filled`
`ic_fluent_calendar_add_28_filled`| |Calendar Agenda||`calendarAgenda20Filled`
`calendarAgenda24Filled`
`calendarAgenda28Filled`|`ic_fluent_calendar_agenda_20_filled`
`ic_fluent_calendar_agenda_24_filled`
`ic_fluent_calendar_agenda_28_filled`| +|Calendar Arrow Counterclockwise||`calendarArrowCounterclockwise16Filled`
`calendarArrowCounterclockwise20Filled`
`calendarArrowCounterclockwise24Filled`
`calendarArrowCounterclockwise28Filled`
`calendarArrowCounterclockwise32Filled`
`calendarArrowCounterclockwise48Filled`|`ic_fluent_calendar_arrow_counterclockwise_16_filled`
`ic_fluent_calendar_arrow_counterclockwise_20_filled`
`ic_fluent_calendar_arrow_counterclockwise_24_filled`
`ic_fluent_calendar_arrow_counterclockwise_28_filled`
`ic_fluent_calendar_arrow_counterclockwise_32_filled`
`ic_fluent_calendar_arrow_counterclockwise_48_filled`| |Calendar Arrow Down||`calendarArrowDown20Filled`
`calendarArrowDown24Filled`|`ic_fluent_calendar_arrow_down_20_filled`
`ic_fluent_calendar_arrow_down_24_filled`| |Calendar Arrow Right||`calendarArrowRight16Filled`
`calendarArrowRight20Filled`
`calendarArrowRight24Filled`|`ic_fluent_calendar_arrow_right_16_filled`
`ic_fluent_calendar_arrow_right_20_filled`
`ic_fluent_calendar_arrow_right_24_filled`| |Calendar Assistant||`calendarAssistant16Filled`
`calendarAssistant20Filled`
`calendarAssistant24Filled`|`ic_fluent_calendar_assistant_16_filled`
`ic_fluent_calendar_assistant_20_filled`
`ic_fluent_calendar_assistant_24_filled`| @@ -359,11 +367,13 @@ |Calendar Pattern||`calendarPattern16Filled`
`calendarPattern20Filled`|`ic_fluent_calendar_pattern_16_filled`
`ic_fluent_calendar_pattern_20_filled`| |Calendar Person||`calendarPerson16Filled`
`calendarPerson20Filled`
`calendarPerson24Filled`|`ic_fluent_calendar_person_16_filled`
`ic_fluent_calendar_person_20_filled`
`ic_fluent_calendar_person_24_filled`| |Calendar Phone||`calendarPhone16Filled`
`calendarPhone20Filled`|`ic_fluent_calendar_phone_16_filled`
`ic_fluent_calendar_phone_20_filled`| +|Calendar Play||`calendarPlay16Filled`
`calendarPlay20Filled`
`calendarPlay24Filled`
`calendarPlay28Filled`|`ic_fluent_calendar_play_16_filled`
`ic_fluent_calendar_play_20_filled`
`ic_fluent_calendar_play_24_filled`
`ic_fluent_calendar_play_28_filled`| |Calendar Question Mark||`calendarQuestionMark16Filled`
`calendarQuestionMark20Filled`
`calendarQuestionMark24Filled`|`ic_fluent_calendar_question_mark_16_filled`
`ic_fluent_calendar_question_mark_20_filled`
`ic_fluent_calendar_question_mark_24_filled`| |Calendar RTL||`calendarRtl12Filled`
`calendarRtl16Filled`
`calendarRtl20Filled`
`calendarRtl24Filled`
`calendarRtl28Filled`
`calendarRtl32Filled`
`calendarRtl48Filled`|`ic_fluent_calendar_rtl_12_filled`
`ic_fluent_calendar_rtl_16_filled`
`ic_fluent_calendar_rtl_20_filled`
`ic_fluent_calendar_rtl_24_filled`
`ic_fluent_calendar_rtl_28_filled`
`ic_fluent_calendar_rtl_32_filled`
`ic_fluent_calendar_rtl_48_filled`| |Calendar Reply||`calendarReply16Filled`
`calendarReply20Filled`
`calendarReply24Filled`
`calendarReply28Filled`|`ic_fluent_calendar_reply_16_filled`
`ic_fluent_calendar_reply_20_filled`
`ic_fluent_calendar_reply_24_filled`
`ic_fluent_calendar_reply_28_filled`| |Calendar Search||`calendarSearch16Filled`
`calendarSearch20Filled`|`ic_fluent_calendar_search_16_filled`
`ic_fluent_calendar_search_20_filled`| |Calendar Settings||`calendarSettings16Filled`
`calendarSettings20Filled`
`calendarSettings24Filled`
`calendarSettings28Filled`
`calendarSettings32Filled`
`calendarSettings48Filled`|`ic_fluent_calendar_settings_16_filled`
`ic_fluent_calendar_settings_20_filled`
`ic_fluent_calendar_settings_24_filled`
`ic_fluent_calendar_settings_28_filled`
`ic_fluent_calendar_settings_32_filled`
`ic_fluent_calendar_settings_48_filled`| +|Calendar Shield||`calendarShield16Filled`
`calendarShield20Filled`
`calendarShield24Filled`
`calendarShield28Filled`
`calendarShield32Filled`
`calendarShield48Filled`|`ic_fluent_calendar_shield_16_filled`
`ic_fluent_calendar_shield_20_filled`
`ic_fluent_calendar_shield_24_filled`
`ic_fluent_calendar_shield_28_filled`
`ic_fluent_calendar_shield_32_filled`
`ic_fluent_calendar_shield_48_filled`| |Calendar Star||`calendarStar16Filled`
`calendarStar20Filled`
`calendarStar24Filled`|`ic_fluent_calendar_star_16_filled`
`ic_fluent_calendar_star_20_filled`
`ic_fluent_calendar_star_24_filled`| |Calendar Sync||`calendarSync16Filled`
`calendarSync20Filled`
`calendarSync24Filled`|`ic_fluent_calendar_sync_16_filled`
`ic_fluent_calendar_sync_20_filled`
`ic_fluent_calendar_sync_24_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`| @@ -385,7 +395,7 @@ |Call Park||`callPark16Filled`
`callPark20Filled`
`callPark24Filled`
`callPark28Filled`
`callPark32Filled`
`callPark48Filled`|`ic_fluent_call_park_16_filled`
`ic_fluent_call_park_20_filled`
`ic_fluent_call_park_24_filled`
`ic_fluent_call_park_28_filled`
`ic_fluent_call_park_32_filled`
`ic_fluent_call_park_48_filled`| |Call Pause||`callPause20Filled`
`callPause24Filled`|`ic_fluent_call_pause_20_filled`
`ic_fluent_call_pause_24_filled`| |Call Prohibited||`callProhibited16Filled`
`callProhibited20Filled`
`callProhibited24Filled`
`callProhibited28Filled`
`callProhibited48Filled`|`ic_fluent_call_prohibited_16_filled`
`ic_fluent_call_prohibited_20_filled`
`ic_fluent_call_prohibited_24_filled`
`ic_fluent_call_prohibited_28_filled`
`ic_fluent_call_prohibited_48_filled`| -|Call Transfer||`callTransfer16Filled`
`callTransfer20Filled`|`ic_fluent_call_transfer_16_filled`
`ic_fluent_call_transfer_20_filled`| +|Call Transfer||`callTransfer16Filled`
`callTransfer20Filled`
`callTransfer24Filled`
`callTransfer32Filled`|`ic_fluent_call_transfer_16_filled`
`ic_fluent_call_transfer_20_filled`
`ic_fluent_call_transfer_24_filled`
`ic_fluent_call_transfer_32_filled`| |Call Warning||`callWarning16Filled`
`callWarning20Filled`|`ic_fluent_call_warning_16_filled`
`ic_fluent_call_warning_20_filled`| |Calligraphy Pen||`calligraphyPen20Filled`
`calligraphyPen24Filled`|`ic_fluent_calligraphy_pen_20_filled`
`ic_fluent_calligraphy_pen_24_filled`| |Calligraphy Pen Checkmark||`calligraphyPenCheckmark20Filled`|`ic_fluent_calligraphy_pen_checkmark_20_filled`| @@ -395,7 +405,7 @@ |Camera Add||`cameraAdd20Filled`
`cameraAdd24Filled`
`cameraAdd48Filled`|`ic_fluent_camera_add_20_filled`
`ic_fluent_camera_add_24_filled`
`ic_fluent_camera_add_48_filled`| |Camera Dome||`cameraDome16Filled`
`cameraDome20Filled`
`cameraDome24Filled`
`cameraDome28Filled`
`cameraDome48Filled`|`ic_fluent_camera_dome_16_filled`
`ic_fluent_camera_dome_20_filled`
`ic_fluent_camera_dome_24_filled`
`ic_fluent_camera_dome_28_filled`
`ic_fluent_camera_dome_48_filled`| |Camera Edit||`cameraEdit20Filled`|`ic_fluent_camera_edit_20_filled`| -|Camera Off||`cameraOff20Filled`
`cameraOff24Filled`|`ic_fluent_camera_off_20_filled`
`ic_fluent_camera_off_24_filled`| +|Camera Off||`cameraOff16Filled`
`cameraOff20Filled`
`cameraOff24Filled`|`ic_fluent_camera_off_16_filled`
`ic_fluent_camera_off_20_filled`
`ic_fluent_camera_off_24_filled`| |Camera Sparkles||`cameraSparkles16Filled`
`cameraSparkles20Filled`
`cameraSparkles24Filled`|`ic_fluent_camera_sparkles_16_filled`
`ic_fluent_camera_sparkles_20_filled`
`ic_fluent_camera_sparkles_24_filled`| |Camera Switch||`cameraSwitch20Filled`
`cameraSwitch24Filled`|`ic_fluent_camera_switch_20_filled`
`ic_fluent_camera_switch_24_filled`| |Caret Down||`caretDown12Filled`
`caretDown16Filled`
`caretDown20Filled`
`caretDown24Filled`|`ic_fluent_caret_down_12_filled`
`ic_fluent_caret_down_16_filled`
`ic_fluent_caret_down_20_filled`
`ic_fluent_caret_down_24_filled`| @@ -418,7 +428,7 @@ |Cellular Warning||`cellularWarning20Filled`
`cellularWarning24Filled`|`ic_fluent_cellular_warning_20_filled`
`ic_fluent_cellular_warning_24_filled`| |Center Horizontal||`centerHorizontal20Filled`
`centerHorizontal24Filled`|`ic_fluent_center_horizontal_20_filled`
`ic_fluent_center_horizontal_24_filled`| |Center Vertical||`centerVertical20Filled`
`centerVertical24Filled`|`ic_fluent_center_vertical_20_filled`
`ic_fluent_center_vertical_24_filled`| -|Certificate||`certificate20Filled`
`certificate24Filled`|`ic_fluent_certificate_20_filled`
`ic_fluent_certificate_24_filled`| +|Certificate||`certificate16Filled`
`certificate20Filled`
`certificate24Filled`|`ic_fluent_certificate_16_filled`
`ic_fluent_certificate_20_filled`
`ic_fluent_certificate_24_filled`| |Channel||`channel16Filled`
`channel20Filled`
`channel24Filled`
`channel28Filled`
`channel48Filled`|`ic_fluent_channel_16_filled`
`ic_fluent_channel_20_filled`
`ic_fluent_channel_24_filled`
`ic_fluent_channel_28_filled`
`ic_fluent_channel_48_filled`| |Channel Add||`channelAdd16Filled`
`channelAdd20Filled`
`channelAdd24Filled`
`channelAdd28Filled`
`channelAdd48Filled`|`ic_fluent_channel_add_16_filled`
`ic_fluent_channel_add_20_filled`
`ic_fluent_channel_add_24_filled`
`ic_fluent_channel_add_28_filled`
`ic_fluent_channel_add_48_filled`| |Channel Alert||`channelAlert16Filled`
`channelAlert20Filled`
`channelAlert24Filled`
`channelAlert28Filled`
`channelAlert48Filled`|`ic_fluent_channel_alert_16_filled`
`ic_fluent_channel_alert_20_filled`
`ic_fluent_channel_alert_24_filled`
`ic_fluent_channel_alert_28_filled`
`ic_fluent_channel_alert_48_filled`| @@ -499,26 +509,27 @@ |Clipboard Data Bar||`clipboardDataBar20Filled`
`clipboardDataBar24Filled`
`clipboardDataBar32Filled`|`ic_fluent_clipboard_data_bar_20_filled`
`ic_fluent_clipboard_data_bar_24_filled`
`ic_fluent_clipboard_data_bar_32_filled`| |Clipboard Day||`clipboardDay16Filled`
`clipboardDay20Filled`
`clipboardDay24Filled`|`ic_fluent_clipboard_day_16_filled`
`ic_fluent_clipboard_day_20_filled`
`ic_fluent_clipboard_day_24_filled`| |Clipboard Edit||`clipboardEdit20Filled`|`ic_fluent_clipboard_edit_20_filled`| -|Clipboard Error||`clipboardError20Filled`
`clipboardError24Filled`|`ic_fluent_clipboard_error_20_filled`
`ic_fluent_clipboard_error_24_filled`| +|Clipboard Error||`clipboardError16Filled`
`clipboardError20Filled`
`clipboardError24Filled`|`ic_fluent_clipboard_error_16_filled`
`ic_fluent_clipboard_error_20_filled`
`ic_fluent_clipboard_error_24_filled`| |Clipboard Heart||`clipboardHeart20Filled`
`clipboardHeart24Filled`|`ic_fluent_clipboard_heart_20_filled`
`ic_fluent_clipboard_heart_24_filled`| |Clipboard Image||`clipboardImage20Filled`
`clipboardImage24Filled`|`ic_fluent_clipboard_image_20_filled`
`ic_fluent_clipboard_image_24_filled`| |Clipboard Letter||`clipboardLetter16Filled`
`clipboardLetter20Filled`
`clipboardLetter24Filled`|`ic_fluent_clipboard_letter_16_filled`
`ic_fluent_clipboard_letter_20_filled`
`ic_fluent_clipboard_letter_24_filled`| |Clipboard Link||`clipboardLink16Filled`
`clipboardLink20Filled`
`clipboardLink24Filled`|`ic_fluent_clipboard_link_16_filled`
`ic_fluent_clipboard_link_20_filled`
`ic_fluent_clipboard_link_24_filled`| |Clipboard Month||`clipboardMonth16Filled`
`clipboardMonth20Filled`
`clipboardMonth24Filled`|`ic_fluent_clipboard_month_16_filled`
`ic_fluent_clipboard_month_20_filled`
`ic_fluent_clipboard_month_24_filled`| |Clipboard More||`clipboardMore20Filled`
`clipboardMore24Filled`|`ic_fluent_clipboard_more_20_filled`
`ic_fluent_clipboard_more_24_filled`| -|Clipboard Note||`clipboardNote20Filled`|`ic_fluent_clipboard_note_20_filled`| +|Clipboard Multiple||`clipboardMultiple16Filled`|`ic_fluent_clipboard_multiple_16_filled`| +|Clipboard Note||`clipboardNote16Filled`
`clipboardNote20Filled`|`ic_fluent_clipboard_note_16_filled`
`ic_fluent_clipboard_note_20_filled`| |Clipboard Paste||`clipboardPaste16Filled`
`clipboardPaste20Filled`
`clipboardPaste24Filled`|`ic_fluent_clipboard_paste_16_filled`
`ic_fluent_clipboard_paste_20_filled`
`ic_fluent_clipboard_paste_24_filled`| |Clipboard Pulse||`clipboardPulse20Filled`
`clipboardPulse24Filled`|`ic_fluent_clipboard_pulse_20_filled`
`ic_fluent_clipboard_pulse_24_filled`| |Clipboard Search||`clipboardSearch20Filled`
`clipboardSearch24Filled`|`ic_fluent_clipboard_search_20_filled`
`ic_fluent_clipboard_search_24_filled`| |Clipboard Settings||`clipboardSettings20Filled`
`clipboardSettings24Filled`|`ic_fluent_clipboard_settings_20_filled`
`ic_fluent_clipboard_settings_24_filled`| -|Clipboard Task||`clipboardTask20Filled`
`clipboardTask24Filled`|`ic_fluent_clipboard_task_20_filled`
`ic_fluent_clipboard_task_24_filled`| +|Clipboard Task||`clipboardTask16Filled`
`clipboardTask20Filled`
`clipboardTask24Filled`|`ic_fluent_clipboard_task_16_filled`
`ic_fluent_clipboard_task_20_filled`
`ic_fluent_clipboard_task_24_filled`| |Clipboard Task Add||`clipboardTaskAdd20Filled`
`clipboardTaskAdd24Filled`|`ic_fluent_clipboard_task_add_20_filled`
`ic_fluent_clipboard_task_add_24_filled`| |Clipboard Task List LTR||`clipboardTaskListLtr20Filled`
`clipboardTaskListLtr24Filled`|`ic_fluent_clipboard_task_list_ltr_20_filled`
`ic_fluent_clipboard_task_list_ltr_24_filled`| |Clipboard Task List RTL||`clipboardTaskListRtl20Filled`
`clipboardTaskListRtl24Filled`|`ic_fluent_clipboard_task_list_rtl_20_filled`
`ic_fluent_clipboard_task_list_rtl_24_filled`| |Clipboard Text||`clipboardText32Filled`|`ic_fluent_clipboard_text_32_filled`| |Clipboard Text Edit||`clipboardTextEdit20Filled`
`clipboardTextEdit24Filled`
`clipboardTextEdit32Filled`|`ic_fluent_clipboard_text_edit_20_filled`
`ic_fluent_clipboard_text_edit_24_filled`
`ic_fluent_clipboard_text_edit_32_filled`| -|Clipboard Text LTR||`clipboardTextLtr20Filled`
`clipboardTextLtr24Filled`
`clipboardTextLtr32Filled`|`ic_fluent_clipboard_text_ltr_20_filled`
`ic_fluent_clipboard_text_ltr_24_filled`
`ic_fluent_clipboard_text_ltr_32_filled`| -|Clipboard Text RTL||`clipboardTextRtl20Filled`
`clipboardTextRtl24Filled`|`ic_fluent_clipboard_text_rtl_20_filled`
`ic_fluent_clipboard_text_rtl_24_filled`| +|Clipboard Text LTR||`clipboardTextLtr16Filled`
`clipboardTextLtr20Filled`
`clipboardTextLtr24Filled`
`clipboardTextLtr32Filled`|`ic_fluent_clipboard_text_ltr_16_filled`
`ic_fluent_clipboard_text_ltr_20_filled`
`ic_fluent_clipboard_text_ltr_24_filled`
`ic_fluent_clipboard_text_ltr_32_filled`| +|Clipboard Text RTL||`clipboardTextRtl16Filled`
`clipboardTextRtl20Filled`
`clipboardTextRtl24Filled`|`ic_fluent_clipboard_text_rtl_16_filled`
`ic_fluent_clipboard_text_rtl_20_filled`
`ic_fluent_clipboard_text_rtl_24_filled`| |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`| @@ -528,25 +539,40 @@ |Closed Caption||`closedCaption16Filled`
`closedCaption20Filled`
`closedCaption24Filled`
`closedCaption28Filled`
`closedCaption32Filled`
`closedCaption48Filled`|`ic_fluent_closed_caption_16_filled`
`ic_fluent_closed_caption_20_filled`
`ic_fluent_closed_caption_24_filled`
`ic_fluent_closed_caption_28_filled`
`ic_fluent_closed_caption_32_filled`
`ic_fluent_closed_caption_48_filled`| |Closed Caption Off||`closedCaptionOff16Filled`
`closedCaptionOff20Filled`
`closedCaptionOff24Filled`
`closedCaptionOff28Filled`
`closedCaptionOff48Filled`|`ic_fluent_closed_caption_off_16_filled`
`ic_fluent_closed_caption_off_20_filled`
`ic_fluent_closed_caption_off_24_filled`
`ic_fluent_closed_caption_off_28_filled`
`ic_fluent_closed_caption_off_48_filled`| |Cloud||`cloud16Filled`
`cloud20Filled`
`cloud24Filled`
`cloud28Filled`
`cloud32Filled`
`cloud48Filled`|`ic_fluent_cloud_16_filled`
`ic_fluent_cloud_20_filled`
`ic_fluent_cloud_24_filled`
`ic_fluent_cloud_28_filled`
`ic_fluent_cloud_32_filled`
`ic_fluent_cloud_48_filled`| -|Cloud Add||`cloudAdd16Filled`
`cloudAdd20Filled`|`ic_fluent_cloud_add_16_filled`
`ic_fluent_cloud_add_20_filled`| +|Cloud Add||`cloudAdd16Filled`
`cloudAdd20Filled`
`cloudAdd24Filled`|`ic_fluent_cloud_add_16_filled`
`ic_fluent_cloud_add_20_filled`
`ic_fluent_cloud_add_24_filled`| |Cloud Archive||`cloudArchive16Filled`
`cloudArchive20Filled`
`cloudArchive24Filled`
`cloudArchive28Filled`
`cloudArchive32Filled`
`cloudArchive48Filled`|`ic_fluent_cloud_archive_16_filled`
`ic_fluent_cloud_archive_20_filled`
`ic_fluent_cloud_archive_24_filled`
`ic_fluent_cloud_archive_28_filled`
`ic_fluent_cloud_archive_32_filled`
`ic_fluent_cloud_archive_48_filled`| |Cloud Arrow Down||`cloudArrowDown16Filled`
`cloudArrowDown20Filled`
`cloudArrowDown24Filled`
`cloudArrowDown28Filled`
`cloudArrowDown32Filled`
`cloudArrowDown48Filled`|`ic_fluent_cloud_arrow_down_16_filled`
`ic_fluent_cloud_arrow_down_20_filled`
`ic_fluent_cloud_arrow_down_24_filled`
`ic_fluent_cloud_arrow_down_28_filled`
`ic_fluent_cloud_arrow_down_32_filled`
`ic_fluent_cloud_arrow_down_48_filled`| |Cloud Arrow Up||`cloudArrowUp16Filled`
`cloudArrowUp20Filled`
`cloudArrowUp24Filled`
`cloudArrowUp28Filled`
`cloudArrowUp32Filled`
`cloudArrowUp48Filled`|`ic_fluent_cloud_arrow_up_16_filled`
`ic_fluent_cloud_arrow_up_20_filled`
`ic_fluent_cloud_arrow_up_24_filled`
`ic_fluent_cloud_arrow_up_28_filled`
`ic_fluent_cloud_arrow_up_32_filled`
`ic_fluent_cloud_arrow_up_48_filled`| |Cloud Checkmark||`cloudCheckmark16Filled`
`cloudCheckmark20Filled`
`cloudCheckmark24Filled`
`cloudCheckmark28Filled`
`cloudCheckmark32Filled`
`cloudCheckmark48Filled`|`ic_fluent_cloud_checkmark_16_filled`
`ic_fluent_cloud_checkmark_20_filled`
`ic_fluent_cloud_checkmark_24_filled`
`ic_fluent_cloud_checkmark_28_filled`
`ic_fluent_cloud_checkmark_32_filled`
`ic_fluent_cloud_checkmark_48_filled`| |Cloud Dismiss||`cloudDismiss16Filled`
`cloudDismiss20Filled`
`cloudDismiss24Filled`
`cloudDismiss28Filled`
`cloudDismiss32Filled`
`cloudDismiss48Filled`|`ic_fluent_cloud_dismiss_16_filled`
`ic_fluent_cloud_dismiss_20_filled`
`ic_fluent_cloud_dismiss_24_filled`
`ic_fluent_cloud_dismiss_28_filled`
`ic_fluent_cloud_dismiss_32_filled`
`ic_fluent_cloud_dismiss_48_filled`| -|Cloud Edit||`cloudEdit16Filled`
`cloudEdit20Filled`|`ic_fluent_cloud_edit_16_filled`
`ic_fluent_cloud_edit_20_filled`| +|Cloud Edit||`cloudEdit16Filled`
`cloudEdit20Filled`
`cloudEdit24Filled`|`ic_fluent_cloud_edit_16_filled`
`ic_fluent_cloud_edit_20_filled`
`ic_fluent_cloud_edit_24_filled`| |Cloud Error||`cloudError16Filled`
`cloudError20Filled`
`cloudError24Filled`
`cloudError28Filled`
`cloudError32Filled`
`cloudError48Filled`|`ic_fluent_cloud_error_16_filled`
`ic_fluent_cloud_error_20_filled`
`ic_fluent_cloud_error_24_filled`
`ic_fluent_cloud_error_28_filled`
`ic_fluent_cloud_error_32_filled`
`ic_fluent_cloud_error_48_filled`| |Cloud Flow||`cloudFlow20Filled`
`cloudFlow24Filled`|`ic_fluent_cloud_flow_20_filled`
`ic_fluent_cloud_flow_24_filled`| -|Cloud Link||`cloudLink16Filled`
`cloudLink20Filled`|`ic_fluent_cloud_link_16_filled`
`ic_fluent_cloud_link_20_filled`| +|Cloud Link||`cloudLink16Filled`
`cloudLink20Filled`
`cloudLink24Filled`|`ic_fluent_cloud_link_16_filled`
`ic_fluent_cloud_link_20_filled`
`ic_fluent_cloud_link_24_filled`| |Cloud Off||`cloudOff16Filled`
`cloudOff20Filled`
`cloudOff24Filled`
`cloudOff28Filled`
`cloudOff32Filled`
`cloudOff48Filled`|`ic_fluent_cloud_off_16_filled`
`ic_fluent_cloud_off_20_filled`
`ic_fluent_cloud_off_24_filled`
`ic_fluent_cloud_off_28_filled`
`ic_fluent_cloud_off_32_filled`
`ic_fluent_cloud_off_48_filled`| |Cloud Swap||`cloudSwap20Filled`
`cloudSwap24Filled`|`ic_fluent_cloud_swap_20_filled`
`ic_fluent_cloud_swap_24_filled`| |Cloud Sync||`cloudSync16Filled`
`cloudSync20Filled`
`cloudSync24Filled`
`cloudSync28Filled`
`cloudSync32Filled`
`cloudSync48Filled`|`ic_fluent_cloud_sync_16_filled`
`ic_fluent_cloud_sync_20_filled`
`ic_fluent_cloud_sync_24_filled`
`ic_fluent_cloud_sync_28_filled`
`ic_fluent_cloud_sync_32_filled`
`ic_fluent_cloud_sync_48_filled`| |Cloud Words||`cloudWords16Filled`
`cloudWords20Filled`
`cloudWords24Filled`
`cloudWords28Filled`
`cloudWords32Filled`
`cloudWords48Filled`|`ic_fluent_cloud_words_16_filled`
`ic_fluent_cloud_words_20_filled`
`ic_fluent_cloud_words_24_filled`
`ic_fluent_cloud_words_28_filled`
`ic_fluent_cloud_words_32_filled`
`ic_fluent_cloud_words_48_filled`| |Code||`code16Filled`
`code20Filled`
`code24Filled`|`ic_fluent_code_16_filled`
`ic_fluent_code_20_filled`
`ic_fluent_code_24_filled`| |Code Block||`codeBlock16Filled`
`codeBlock20Filled`
`codeBlock24Filled`
`codeBlock28Filled`
`codeBlock32Filled`
`codeBlock48Filled`|`ic_fluent_code_block_16_filled`
`ic_fluent_code_block_20_filled`
`ic_fluent_code_block_24_filled`
`ic_fluent_code_block_28_filled`
`ic_fluent_code_block_32_filled`
`ic_fluent_code_block_48_filled`| +|Code CS||`codeCs16Filled`|`ic_fluent_code_cs_16_filled`| +|Code CS Rectangle||`codeCsRectangle16Filled`|`ic_fluent_code_cs_rectangle_16_filled`| |Code Circle||`codeCircle20Filled`|`ic_fluent_code_circle_20_filled`| +|Code FS||`codeFs16Filled`|`ic_fluent_code_fs_16_filled`| +|Code FS Rectangle||`codeFsRectangle16Filled`|`ic_fluent_code_fs_rectangle_16_filled`| +|Code JS||`codeJs16Filled`|`ic_fluent_code_js_16_filled`| +|Code JS Rectangle||`codeJsRectangle16Filled`|`ic_fluent_code_js_rectangle_16_filled`| +|Code PY||`codePy16Filled`|`ic_fluent_code_py_16_filled`| +|Code PY Rectangle||`codePyRectangle16Filled`|`ic_fluent_code_py_rectangle_16_filled`| +|Code RB||`codeRb16Filled`|`ic_fluent_code_rb_16_filled`| +|Code RB Rectangle||`codeRbRectangle16Filled`|`ic_fluent_code_rb_rectangle_16_filled`| +|Code TS||`codeTs16Filled`|`ic_fluent_code_ts_16_filled`| +|Code TS Rectangle||`codeTsRectangle16Filled`|`ic_fluent_code_ts_rectangle_16_filled`| |Code Text||`codeText16Filled`
`codeText20Filled`|`ic_fluent_code_text_16_filled`
`ic_fluent_code_text_20_filled`| |Code Text Edit||`codeTextEdit20Filled`|`ic_fluent_code_text_edit_20_filled`| +|Code Text Off||`codeTextOff16Filled`|`ic_fluent_code_text_off_16_filled`| +|Code VB||`codeVb16Filled`|`ic_fluent_code_vb_16_filled`| +|Code VB Rectangle||`codeVbRectangle16Filled`|`ic_fluent_code_vb_rectangle_16_filled`| |Collections||`collections20Filled`
`collections24Filled`|`ic_fluent_collections_20_filled`
`ic_fluent_collections_24_filled`| |Collections Add||`collectionsAdd20Filled`
`collectionsAdd24Filled`|`ic_fluent_collections_add_20_filled`
`ic_fluent_collections_add_24_filled`| |Color||`color16Filled`
`color20Filled`
`color24Filled`|`ic_fluent_color_16_filled`
`ic_fluent_color_20_filled`
`ic_fluent_color_24_filled`| @@ -585,6 +611,7 @@ |Component 2 Double Tap Swipe Down||`component2DoubleTapSwipeDown24Filled`|`ic_fluent_component_2_double_tap_swipe_down_24_filled`| |Component 2 Double Tap Swipe Up||`component2DoubleTapSwipeUp24Filled`|`ic_fluent_component_2_double_tap_swipe_up_24_filled`| |Compose||`compose16Filled`
`compose20Filled`
`compose24Filled`
`compose28Filled`|`ic_fluent_compose_16_filled`
`ic_fluent_compose_20_filled`
`ic_fluent_compose_24_filled`
`ic_fluent_compose_28_filled`| +|Cone||`cone16Filled`|`ic_fluent_cone_16_filled`| |Conference Room||`conferenceRoom16Filled`
`conferenceRoom20Filled`
`conferenceRoom24Filled`
`conferenceRoom28Filled`
`conferenceRoom48Filled`|`ic_fluent_conference_room_16_filled`
`ic_fluent_conference_room_20_filled`
`ic_fluent_conference_room_24_filled`
`ic_fluent_conference_room_28_filled`
`ic_fluent_conference_room_48_filled`| |Connected||`connected16Filled`
`connected20Filled`|`ic_fluent_connected_16_filled`
`ic_fluent_connected_20_filled`| |Connector||`connector16Filled`
`connector20Filled`
`connector24Filled`|`ic_fluent_connector_16_filled`
`ic_fluent_connector_20_filled`
`ic_fluent_connector_24_filled`| @@ -630,8 +657,10 @@ |Dark Theme||`darkTheme20Filled`
`darkTheme24Filled`|`ic_fluent_dark_theme_20_filled`
`ic_fluent_dark_theme_24_filled`| |Data Area||`dataArea20Filled`
`dataArea24Filled`|`ic_fluent_data_area_20_filled`
`ic_fluent_data_area_24_filled`| |Data Bar Horizontal||`dataBarHorizontal20Filled`
`dataBarHorizontal24Filled`|`ic_fluent_data_bar_horizontal_20_filled`
`ic_fluent_data_bar_horizontal_24_filled`| +|Data Bar Horizontal Descending||`dataBarHorizontalDescending16Filled`|`ic_fluent_data_bar_horizontal_descending_16_filled`| |Data Bar Vertical||`dataBarVertical16Filled`
`dataBarVertical20Filled`
`dataBarVertical24Filled`
`dataBarVertical32Filled`|`ic_fluent_data_bar_vertical_16_filled`
`ic_fluent_data_bar_vertical_20_filled`
`ic_fluent_data_bar_vertical_24_filled`
`ic_fluent_data_bar_vertical_32_filled`| |Data Bar Vertical Add||`dataBarVerticalAdd20Filled`
`dataBarVerticalAdd24Filled`|`ic_fluent_data_bar_vertical_add_20_filled`
`ic_fluent_data_bar_vertical_add_24_filled`| +|Data Bar Vertical Ascending||`dataBarVerticalAscending16Filled`|`ic_fluent_data_bar_vertical_ascending_16_filled`| |Data Bar Vertical Star||`dataBarVerticalStar16Filled`
`dataBarVerticalStar20Filled`
`dataBarVerticalStar24Filled`
`dataBarVerticalStar32Filled`|`ic_fluent_data_bar_vertical_star_16_filled`
`ic_fluent_data_bar_vertical_star_20_filled`
`ic_fluent_data_bar_vertical_star_24_filled`
`ic_fluent_data_bar_vertical_star_32_filled`| |Data Funnel||`dataFunnel20Filled`
`dataFunnel24Filled`|`ic_fluent_data_funnel_20_filled`
`ic_fluent_data_funnel_24_filled`| |Data Histogram||`dataHistogram20Filled`
`dataHistogram24Filled`|`ic_fluent_data_histogram_20_filled`
`ic_fluent_data_histogram_24_filled`| @@ -647,7 +676,7 @@ |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`| -|Database||`database20Filled`
`database24Filled`
`database32Filled`|`ic_fluent_database_20_filled`
`ic_fluent_database_24_filled`
`ic_fluent_database_32_filled`| +|Database||`database16Filled`
`database20Filled`
`database24Filled`
`database32Filled`|`ic_fluent_database_16_filled`
`ic_fluent_database_20_filled`
`ic_fluent_database_24_filled`
`ic_fluent_database_32_filled`| |Database Arrow Down||`databaseArrowDown20Filled`|`ic_fluent_database_arrow_down_20_filled`| |Database Arrow Right||`databaseArrowRight20Filled`
`databaseArrowRight24Filled`
`databaseArrowRight32Filled`|`ic_fluent_database_arrow_right_20_filled`
`ic_fluent_database_arrow_right_24_filled`
`ic_fluent_database_arrow_right_32_filled`| |Database Arrow Up||`databaseArrowUp20Filled`|`ic_fluent_database_arrow_up_20_filled`| @@ -657,6 +686,7 @@ |Database Person||`databasePerson20Filled`
`databasePerson24Filled`|`ic_fluent_database_person_20_filled`
`ic_fluent_database_person_24_filled`| |Database Plug Connected||`databasePlugConnected20Filled`|`ic_fluent_database_plug_connected_20_filled`| |Database Search||`databaseSearch20Filled`
`databaseSearch24Filled`|`ic_fluent_database_search_20_filled`
`ic_fluent_database_search_24_filled`| +|Database Stack||`databaseStack16Filled`|`ic_fluent_database_stack_16_filled`| |Database Switch||`databaseSwitch20Filled`|`ic_fluent_database_switch_20_filled`| |Database Warning||`databaseWarning20Filled`|`ic_fluent_database_warning_20_filled`| |Database Window||`databaseWindow20Filled`|`ic_fluent_database_window_20_filled`| @@ -683,7 +713,7 @@ |Desktop Speaker Off||`desktopSpeakerOff20Filled`
`desktopSpeakerOff24Filled`|`ic_fluent_desktop_speaker_off_20_filled`
`ic_fluent_desktop_speaker_off_24_filled`| |Desktop Sync||`desktopSync16Filled`
`desktopSync20Filled`
`desktopSync24Filled`|`ic_fluent_desktop_sync_16_filled`
`ic_fluent_desktop_sync_20_filled`
`ic_fluent_desktop_sync_24_filled`| |Desktop Toolbox||`desktopToolbox20Filled`
`desktopToolbox24Filled`|`ic_fluent_desktop_toolbox_20_filled`
`ic_fluent_desktop_toolbox_24_filled`| -|Developer Board||`developerBoard20Filled`
`developerBoard24Filled`|`ic_fluent_developer_board_20_filled`
`ic_fluent_developer_board_24_filled`| +|Developer Board||`developerBoard16Filled`
`developerBoard20Filled`
`developerBoard24Filled`|`ic_fluent_developer_board_16_filled`
`ic_fluent_developer_board_20_filled`
`ic_fluent_developer_board_24_filled`| |Developer Board Lightning||`developerBoardLightning20Filled`|`ic_fluent_developer_board_lightning_20_filled`| |Developer Board Lightning Toolbox||`developerBoardLightningToolbox20Filled`|`ic_fluent_developer_board_lightning_toolbox_20_filled`| |Developer Board Search||`developerBoardSearch20Filled`
`developerBoardSearch24Filled`|`ic_fluent_developer_board_search_20_filled`
`ic_fluent_developer_board_search_24_filled`| @@ -717,17 +747,20 @@ |Document Bullet List Clock||`documentBulletListClock20Filled`
`documentBulletListClock24Filled`|`ic_fluent_document_bullet_list_clock_20_filled`
`ic_fluent_document_bullet_list_clock_24_filled`| |Document Bullet List Multiple||`documentBulletListMultiple20Filled`
`documentBulletListMultiple24Filled`|`ic_fluent_document_bullet_list_multiple_20_filled`
`ic_fluent_document_bullet_list_multiple_24_filled`| |Document Bullet List Off||`documentBulletListOff20Filled`
`documentBulletListOff24Filled`|`ic_fluent_document_bullet_list_off_20_filled`
`ic_fluent_document_bullet_list_off_24_filled`| -|Document CSS||`documentCss20Filled`
`documentCss24Filled`|`ic_fluent_document_css_20_filled`
`ic_fluent_document_css_24_filled`| +|Document CS||`documentCs16Filled`|`ic_fluent_document_cs_16_filled`| +|Document CSS||`documentCss16Filled`
`documentCss20Filled`
`documentCss24Filled`|`ic_fluent_document_css_16_filled`
`ic_fluent_document_css_20_filled`
`ic_fluent_document_css_24_filled`| |Document Catch Up||`documentCatchUp16Filled`
`documentCatchUp20Filled`
`documentCatchUp24Filled`|`ic_fluent_document_catch_up_16_filled`
`ic_fluent_document_catch_up_20_filled`
`ic_fluent_document_catch_up_24_filled`| |Document Checkmark||`documentCheckmark20Filled`
`documentCheckmark24Filled`|`ic_fluent_document_checkmark_20_filled`
`ic_fluent_document_checkmark_24_filled`| |Document Chevron Double||`documentChevronDouble20Filled`
`documentChevronDouble24Filled`|`ic_fluent_document_chevron_double_20_filled`
`ic_fluent_document_chevron_double_24_filled`| +|Document Contract||`documentContract16Filled`|`ic_fluent_document_contract_16_filled`| |Document Copy||`documentCopy16Filled`
`documentCopy20Filled`
`documentCopy24Filled`
`documentCopy48Filled`|`ic_fluent_document_copy_16_filled`
`ic_fluent_document_copy_20_filled`
`ic_fluent_document_copy_24_filled`
`ic_fluent_document_copy_48_filled`| -|Document Data||`documentData20Filled`
`documentData24Filled`
`documentData32Filled`|`ic_fluent_document_data_20_filled`
`ic_fluent_document_data_24_filled`
`ic_fluent_document_data_32_filled`| +|Document Data||`documentData16Filled`
`documentData20Filled`
`documentData24Filled`
`documentData32Filled`|`ic_fluent_document_data_16_filled`
`ic_fluent_document_data_20_filled`
`ic_fluent_document_data_24_filled`
`ic_fluent_document_data_32_filled`| |Document Database||`documentDatabase20Filled`
`documentDatabase24Filled`|`ic_fluent_document_database_20_filled`
`ic_fluent_document_database_24_filled`| |Document Dismiss||`documentDismiss16Filled`
`documentDismiss20Filled`
`documentDismiss24Filled`|`ic_fluent_document_dismiss_16_filled`
`ic_fluent_document_dismiss_20_filled`
`ic_fluent_document_dismiss_24_filled`| |Document Edit||`documentEdit16Filled`
`documentEdit20Filled`
`documentEdit24Filled`|`ic_fluent_document_edit_16_filled`
`ic_fluent_document_edit_20_filled`
`ic_fluent_document_edit_24_filled`| |Document Endnote||`documentEndnote20Filled`
`documentEndnote24Filled`|`ic_fluent_document_endnote_20_filled`
`ic_fluent_document_endnote_24_filled`| |Document Error||`documentError16Filled`
`documentError20Filled`
`documentError24Filled`|`ic_fluent_document_error_16_filled`
`ic_fluent_document_error_20_filled`
`ic_fluent_document_error_24_filled`| +|Document FS||`documentFs16Filled`|`ic_fluent_document_fs_16_filled`| |Document Flowchart||`documentFlowchart20Filled`
`documentFlowchart24Filled`|`ic_fluent_document_flowchart_20_filled`
`ic_fluent_document_flowchart_24_filled`| |Document Footer||`documentFooter16Filled`
`documentFooter20Filled`
`documentFooter24Filled`|`ic_fluent_document_footer_16_filled`
`ic_fluent_document_footer_20_filled`
`ic_fluent_document_footer_24_filled`| |Document Footer Dismiss||`documentFooterDismiss20Filled`
`documentFooterDismiss24Filled`|`ic_fluent_document_footer_dismiss_20_filled`
`ic_fluent_document_footer_dismiss_24_filled`| @@ -737,6 +770,7 @@ |Document Header Footer||`documentHeaderFooter16Filled`
`documentHeaderFooter20Filled`
`documentHeaderFooter24Filled`|`ic_fluent_document_header_footer_16_filled`
`ic_fluent_document_header_footer_20_filled`
`ic_fluent_document_header_footer_24_filled`| |Document Heart||`documentHeart20Filled`
`documentHeart24Filled`|`ic_fluent_document_heart_20_filled`
`ic_fluent_document_heart_24_filled`| |Document Heart Pulse||`documentHeartPulse20Filled`
`documentHeartPulse24Filled`|`ic_fluent_document_heart_pulse_20_filled`
`ic_fluent_document_heart_pulse_24_filled`| +|Document JS||`documentJs16Filled`|`ic_fluent_document_js_16_filled`| |Document Javascript||`documentJavascript20Filled`
`documentJavascript24Filled`|`ic_fluent_document_javascript_20_filled`
`ic_fluent_document_javascript_24_filled`| |Document Landscape||`documentLandscape20Filled`
`documentLandscape24Filled`|`ic_fluent_document_landscape_20_filled`
`ic_fluent_document_landscape_24_filled`| |Document Landscape Data||`documentLandscapeData20Filled`
`documentLandscapeData24Filled`|`ic_fluent_document_landscape_data_20_filled`
`ic_fluent_document_landscape_data_24_filled`| @@ -750,8 +784,10 @@ |Document Multiple Percent||`documentMultiplePercent20Filled`
`documentMultiplePercent24Filled`|`ic_fluent_document_multiple_percent_20_filled`
`ic_fluent_document_multiple_percent_24_filled`| |Document Multiple Prohibited||`documentMultipleProhibited20Filled`
`documentMultipleProhibited24Filled`|`ic_fluent_document_multiple_prohibited_20_filled`
`ic_fluent_document_multiple_prohibited_24_filled`| |Document Multiple Sync||`documentMultipleSync20Filled`|`ic_fluent_document_multiple_sync_20_filled`| +|Document Number 1||`documentNumber116Filled`|`ic_fluent_document_number_1_16_filled`| |Document One Page||`documentOnePage20Filled`
`documentOnePage24Filled`|`ic_fluent_document_one_page_20_filled`
`ic_fluent_document_one_page_24_filled`| |Document PDF||`documentPdf16Filled`
`documentPdf20Filled`
`documentPdf24Filled`
`documentPdf32Filled`|`ic_fluent_document_pdf_16_filled`
`ic_fluent_document_pdf_20_filled`
`ic_fluent_document_pdf_24_filled`
`ic_fluent_document_pdf_32_filled`| +|Document PY||`documentPy16Filled`|`ic_fluent_document_py_16_filled`| |Document Page Bottom Center||`documentPageBottomCenter20Filled`
`documentPageBottomCenter24Filled`|`ic_fluent_document_page_bottom_center_20_filled`
`ic_fluent_document_page_bottom_center_24_filled`| |Document Page Bottom Left||`documentPageBottomLeft20Filled`
`documentPageBottomLeft24Filled`|`ic_fluent_document_page_bottom_left_20_filled`
`ic_fluent_document_page_bottom_left_24_filled`| |Document Page Bottom Right||`documentPageBottomRight20Filled`
`documentPageBottomRight24Filled`|`ic_fluent_document_page_bottom_right_20_filled`
`ic_fluent_document_page_bottom_right_24_filled`| @@ -768,6 +804,7 @@ |Document Queue||`documentQueue20Filled`
`documentQueue24Filled`|`ic_fluent_document_queue_20_filled`
`ic_fluent_document_queue_24_filled`| |Document Queue Add||`documentQueueAdd20Filled`
`documentQueueAdd24Filled`|`ic_fluent_document_queue_add_20_filled`
`ic_fluent_document_queue_add_24_filled`| |Document Queue Multiple||`documentQueueMultiple20Filled`
`documentQueueMultiple24Filled`|`ic_fluent_document_queue_multiple_20_filled`
`ic_fluent_document_queue_multiple_24_filled`| +|Document RB||`documentRb16Filled`|`ic_fluent_document_rb_16_filled`| |Document Ribbon||`documentRibbon16Filled`
`documentRibbon20Filled`
`documentRibbon24Filled`
`documentRibbon28Filled`
`documentRibbon32Filled`
`documentRibbon48Filled`|`ic_fluent_document_ribbon_16_filled`
`ic_fluent_document_ribbon_20_filled`
`ic_fluent_document_ribbon_24_filled`
`ic_fluent_document_ribbon_28_filled`
`ic_fluent_document_ribbon_32_filled`
`ic_fluent_document_ribbon_48_filled`| |Document Save||`documentSave20Filled`
`documentSave24Filled`|`ic_fluent_document_save_20_filled`
`ic_fluent_document_save_24_filled`| |Document Search||`documentSearch16Filled`
`documentSearch20Filled`
`documentSearch24Filled`|`ic_fluent_document_search_16_filled`
`ic_fluent_document_search_20_filled`
`ic_fluent_document_search_24_filled`| @@ -775,18 +812,21 @@ |Document Split Hint||`documentSplitHint16Filled`
`documentSplitHint20Filled`
`documentSplitHint24Filled`|`ic_fluent_document_split_hint_16_filled`
`ic_fluent_document_split_hint_20_filled`
`ic_fluent_document_split_hint_24_filled`| |Document Split Hint Off||`documentSplitHintOff16Filled`
`documentSplitHintOff20Filled`
`documentSplitHintOff24Filled`|`ic_fluent_document_split_hint_off_16_filled`
`ic_fluent_document_split_hint_off_20_filled`
`ic_fluent_document_split_hint_off_24_filled`| |Document Sync||`documentSync16Filled`
`documentSync20Filled`
`documentSync24Filled`
`documentSync32Filled`|`ic_fluent_document_sync_16_filled`
`ic_fluent_document_sync_20_filled`
`ic_fluent_document_sync_24_filled`
`ic_fluent_document_sync_32_filled`| +|Document TS||`documentTs16Filled`|`ic_fluent_document_ts_16_filled`| |Document Table||`documentTable16Filled`
`documentTable20Filled`
`documentTable24Filled`|`ic_fluent_document_table_16_filled`
`ic_fluent_document_table_20_filled`
`ic_fluent_document_table_24_filled`| |Document Table Arrow Right||`documentTableArrowRight20Filled`
`documentTableArrowRight24Filled`|`ic_fluent_document_table_arrow_right_20_filled`
`ic_fluent_document_table_arrow_right_24_filled`| |Document Table Checkmark||`documentTableCheckmark20Filled`
`documentTableCheckmark24Filled`|`ic_fluent_document_table_checkmark_20_filled`
`ic_fluent_document_table_checkmark_24_filled`| |Document Table Cube||`documentTableCube20Filled`
`documentTableCube24Filled`|`ic_fluent_document_table_cube_20_filled`
`ic_fluent_document_table_cube_24_filled`| |Document Table Search||`documentTableSearch20Filled`
`documentTableSearch24Filled`|`ic_fluent_document_table_search_20_filled`
`ic_fluent_document_table_search_24_filled`| |Document Table Truck||`documentTableTruck20Filled`
`documentTableTruck24Filled`|`ic_fluent_document_table_truck_20_filled`
`ic_fluent_document_table_truck_24_filled`| +|Document Target||`documentTarget16Filled`|`ic_fluent_document_target_16_filled`| |Document Text||`documentText16Filled`
`documentText20Filled`
`documentText24Filled`|`ic_fluent_document_text_16_filled`
`ic_fluent_document_text_20_filled`
`ic_fluent_document_text_24_filled`| |Document Text Clock||`documentTextClock20Filled`
`documentTextClock24Filled`|`ic_fluent_document_text_clock_20_filled`
`ic_fluent_document_text_clock_24_filled`| |Document Text Extract||`documentTextExtract20Filled`
`documentTextExtract24Filled`|`ic_fluent_document_text_extract_20_filled`
`ic_fluent_document_text_extract_24_filled`| |Document Text Link||`documentTextLink20Filled`
`documentTextLink24Filled`|`ic_fluent_document_text_link_20_filled`
`ic_fluent_document_text_link_24_filled`| |Document Text Toolbox||`documentTextToolbox20Filled`
`documentTextToolbox24Filled`|`ic_fluent_document_text_toolbox_20_filled`
`ic_fluent_document_text_toolbox_24_filled`| |Document Toolbox||`documentToolbox20Filled`
`documentToolbox24Filled`|`ic_fluent_document_toolbox_20_filled`
`ic_fluent_document_toolbox_24_filled`| +|Document VB||`documentVb16Filled`|`ic_fluent_document_vb_16_filled`| |Document Width||`documentWidth20Filled`
`documentWidth24Filled`|`ic_fluent_document_width_20_filled`
`ic_fluent_document_width_24_filled`| |Door||`door16Filled`
`door20Filled`
`door28Filled`|`ic_fluent_door_16_filled`
`ic_fluent_door_20_filled`
`ic_fluent_door_28_filled`| |Door Arrow Left||`doorArrowLeft16Filled`
`doorArrowLeft20Filled`
`doorArrowLeft24Filled`|`ic_fluent_door_arrow_left_16_filled`
`ic_fluent_door_arrow_left_20_filled`
`ic_fluent_door_arrow_left_24_filled`| @@ -876,7 +916,7 @@ |Eye Off||`eyeOff16Filled`
`eyeOff20Filled`
`eyeOff24Filled`|`ic_fluent_eye_off_16_filled`
`ic_fluent_eye_off_20_filled`
`ic_fluent_eye_off_24_filled`| |Eye Tracking||`eyeTracking16Filled`
`eyeTracking20Filled`
`eyeTracking24Filled`|`ic_fluent_eye_tracking_16_filled`
`ic_fluent_eye_tracking_20_filled`
`ic_fluent_eye_tracking_24_filled`| |Eye Tracking Off||`eyeTrackingOff16Filled`
`eyeTrackingOff20Filled`
`eyeTrackingOff24Filled`|`ic_fluent_eye_tracking_off_16_filled`
`ic_fluent_eye_tracking_off_20_filled`
`ic_fluent_eye_tracking_off_24_filled`| -|Eyedropper||`eyedropper20Filled`
`eyedropper24Filled`|`ic_fluent_eyedropper_20_filled`
`ic_fluent_eyedropper_24_filled`| +|Eyedropper||`eyedropper16Filled`
`eyedropper20Filled`
`eyedropper24Filled`|`ic_fluent_eyedropper_16_filled`
`ic_fluent_eyedropper_20_filled`
`ic_fluent_eyedropper_24_filled`| |Eyedropper Off||`eyedropperOff20Filled`
`eyedropperOff24Filled`|`ic_fluent_eyedropper_off_20_filled`
`ic_fluent_eyedropper_off_24_filled`| |F Stop||`fStop16Filled`
`fStop20Filled`
`fStop24Filled`
`fStop28Filled`|`ic_fluent_f_stop_16_filled`
`ic_fluent_f_stop_20_filled`
`ic_fluent_f_stop_24_filled`
`ic_fluent_f_stop_28_filled`| |FPS 120||`fps12020Filled`
`fps12024Filled`|`ic_fluent_fps_120_20_filled`
`ic_fluent_fps_120_24_filled`| @@ -927,8 +967,9 @@ |Folder Globe||`folderGlobe16Filled`
`folderGlobe20Filled`|`ic_fluent_folder_globe_16_filled`
`ic_fluent_folder_globe_20_filled`| |Folder Link||`folderLink20Filled`
`folderLink24Filled`
`folderLink28Filled`
`folderLink48Filled`|`ic_fluent_folder_link_20_filled`
`ic_fluent_folder_link_24_filled`
`ic_fluent_folder_link_28_filled`
`ic_fluent_folder_link_48_filled`| |Folder Mail||`folderMail16Filled`
`folderMail20Filled`
`folderMail24Filled`
`folderMail28Filled`|`ic_fluent_folder_mail_16_filled`
`ic_fluent_folder_mail_20_filled`
`ic_fluent_folder_mail_24_filled`
`ic_fluent_folder_mail_28_filled`| +|Folder Multiple||`folderMultiple16Filled`|`ic_fluent_folder_multiple_16_filled`| |Folder Open||`folderOpen16Filled`
`folderOpen20Filled`
`folderOpen24Filled`|`ic_fluent_folder_open_16_filled`
`ic_fluent_folder_open_20_filled`
`ic_fluent_folder_open_24_filled`| -|Folder Open Vertical||`folderOpenVertical20Filled`|`ic_fluent_folder_open_vertical_20_filled`| +|Folder Open Vertical||`folderOpenVertical16Filled`
`folderOpenVertical20Filled`|`ic_fluent_folder_open_vertical_16_filled`
`ic_fluent_folder_open_vertical_20_filled`| |Folder People||`folderPeople20Filled`
`folderPeople24Filled`|`ic_fluent_folder_people_20_filled`
`ic_fluent_folder_people_24_filled`| |Folder Person||`folderPerson16Filled`
`folderPerson20Filled`|`ic_fluent_folder_person_16_filled`
`ic_fluent_folder_person_20_filled`| |Folder Prohibited||`folderProhibited16Filled`
`folderProhibited20Filled`
`folderProhibited24Filled`
`folderProhibited28Filled`
`folderProhibited48Filled`|`ic_fluent_folder_prohibited_16_filled`
`ic_fluent_folder_prohibited_20_filled`
`ic_fluent_folder_prohibited_24_filled`
`ic_fluent_folder_prohibited_28_filled`
`ic_fluent_folder_prohibited_48_filled`| @@ -956,7 +997,7 @@ |Full Screen Minimize||`fullScreenMinimize16Filled`
`fullScreenMinimize20Filled`
`fullScreenMinimize24Filled`|`ic_fluent_full_screen_minimize_16_filled`
`ic_fluent_full_screen_minimize_20_filled`
`ic_fluent_full_screen_minimize_24_filled`| |GIF||`gif16Filled`
`gif20Filled`
`gif24Filled`|`ic_fluent_gif_16_filled`
`ic_fluent_gif_20_filled`
`ic_fluent_gif_24_filled`| |Games||`games16Filled`
`games20Filled`
`games24Filled`
`games28Filled`
`games32Filled`
`games48Filled`|`ic_fluent_games_16_filled`
`ic_fluent_games_20_filled`
`ic_fluent_games_24_filled`
`ic_fluent_games_28_filled`
`ic_fluent_games_32_filled`
`ic_fluent_games_48_filled`| -|Gantt Chart||`ganttChart20Filled`
`ganttChart24Filled`|`ic_fluent_gantt_chart_20_filled`
`ic_fluent_gantt_chart_24_filled`| +|Gantt Chart||`ganttChart16Filled`
`ganttChart20Filled`
`ganttChart24Filled`|`ic_fluent_gantt_chart_16_filled`
`ic_fluent_gantt_chart_20_filled`
`ic_fluent_gantt_chart_24_filled`| |Gas||`gas20Filled`
`gas24Filled`|`ic_fluent_gas_20_filled`
`ic_fluent_gas_24_filled`| |Gas Pump||`gasPump20Filled`
`gasPump24Filled`|`ic_fluent_gas_pump_20_filled`
`ic_fluent_gas_pump_24_filled`| |Gather||`gather20Filled`|`ic_fluent_gather_20_filled`| @@ -1011,7 +1052,7 @@ |Hand Right Off||`handRightOff20Filled`|`ic_fluent_hand_right_off_20_filled`| |Hand Wave||`handWave16Filled`
`handWave20Filled`
`handWave24Filled`|`ic_fluent_hand_wave_16_filled`
`ic_fluent_hand_wave_20_filled`
`ic_fluent_hand_wave_24_filled`| |Handshake||`handshake16Filled`
`handshake20Filled`
`handshake24Filled`
`handshake32Filled`|`ic_fluent_handshake_16_filled`
`ic_fluent_handshake_20_filled`
`ic_fluent_handshake_24_filled`
`ic_fluent_handshake_32_filled`| -|Hard Drive||`hardDrive20Filled`|`ic_fluent_hard_drive_20_filled`| +|Hard Drive||`hardDrive16Filled`
`hardDrive20Filled`|`ic_fluent_hard_drive_16_filled`
`ic_fluent_hard_drive_20_filled`| |Hat Graduation||`hatGraduation12Filled`
`hatGraduation16Filled`
`hatGraduation20Filled`
`hatGraduation24Filled`|`ic_fluent_hat_graduation_12_filled`
`ic_fluent_hat_graduation_16_filled`
`ic_fluent_hat_graduation_20_filled`
`ic_fluent_hat_graduation_24_filled`| |Headphones||`headphones20Filled`
`headphones24Filled`
`headphones28Filled`
`headphones32Filled`
`headphones48Filled`|`ic_fluent_headphones_20_filled`
`ic_fluent_headphones_24_filled`
`ic_fluent_headphones_28_filled`
`ic_fluent_headphones_32_filled`
`ic_fluent_headphones_48_filled`| |Headphones Sound Wave||`headphonesSoundWave20Filled`
`headphonesSoundWave24Filled`
`headphonesSoundWave28Filled`
`headphonesSoundWave32Filled`
`headphonesSoundWave48Filled`|`ic_fluent_headphones_sound_wave_20_filled`
`ic_fluent_headphones_sound_wave_24_filled`
`ic_fluent_headphones_sound_wave_28_filled`
`ic_fluent_headphones_sound_wave_32_filled`
`ic_fluent_headphones_sound_wave_48_filled`| @@ -1035,10 +1076,10 @@ |Home More||`homeMore20Filled`
`homeMore24Filled`
`homeMore32Filled`|`ic_fluent_home_more_20_filled`
`ic_fluent_home_more_24_filled`
`ic_fluent_home_more_32_filled`| |Home Person||`homePerson20Filled`
`homePerson24Filled`|`ic_fluent_home_person_20_filled`
`ic_fluent_home_person_24_filled`| |Home Split||`homeSplit20Filled`
`homeSplit24Filled`
`homeSplit32Filled`
`homeSplit48Filled`|`ic_fluent_home_split_20_filled`
`ic_fluent_home_split_24_filled`
`ic_fluent_home_split_32_filled`
`ic_fluent_home_split_48_filled`| -|Hourglass||`hourglass20Filled`
`hourglass24Filled`|`ic_fluent_hourglass_20_filled`
`ic_fluent_hourglass_24_filled`| -|Hourglass Half||`hourglassHalf20Filled`
`hourglassHalf24Filled`|`ic_fluent_hourglass_half_20_filled`
`ic_fluent_hourglass_half_24_filled`| -|Hourglass One Quarter||`hourglassOneQuarter20Filled`
`hourglassOneQuarter24Filled`|`ic_fluent_hourglass_one_quarter_20_filled`
`ic_fluent_hourglass_one_quarter_24_filled`| -|Hourglass Three Quarter||`hourglassThreeQuarter20Filled`
`hourglassThreeQuarter24Filled`|`ic_fluent_hourglass_three_quarter_20_filled`
`ic_fluent_hourglass_three_quarter_24_filled`| +|Hourglass||`hourglass16Filled`
`hourglass20Filled`
`hourglass24Filled`|`ic_fluent_hourglass_16_filled`
`ic_fluent_hourglass_20_filled`
`ic_fluent_hourglass_24_filled`| +|Hourglass Half||`hourglassHalf16Filled`
`hourglassHalf20Filled`
`hourglassHalf24Filled`|`ic_fluent_hourglass_half_16_filled`
`ic_fluent_hourglass_half_20_filled`
`ic_fluent_hourglass_half_24_filled`| +|Hourglass One Quarter||`hourglassOneQuarter16Filled`
`hourglassOneQuarter20Filled`
`hourglassOneQuarter24Filled`|`ic_fluent_hourglass_one_quarter_16_filled`
`ic_fluent_hourglass_one_quarter_20_filled`
`ic_fluent_hourglass_one_quarter_24_filled`| +|Hourglass Three Quarter||`hourglassThreeQuarter16Filled`
`hourglassThreeQuarter20Filled`
`hourglassThreeQuarter24Filled`|`ic_fluent_hourglass_three_quarter_16_filled`
`ic_fluent_hourglass_three_quarter_20_filled`
`ic_fluent_hourglass_three_quarter_24_filled`| |Icons||`icons20Filled`
`icons24Filled`|`ic_fluent_icons_20_filled`
`ic_fluent_icons_24_filled`| |Image||`image16Filled`
`image20Filled`
`image24Filled`
`image28Filled`
`image32Filled`
`image48Filled`|`ic_fluent_image_16_filled`
`ic_fluent_image_20_filled`
`ic_fluent_image_24_filled`
`ic_fluent_image_28_filled`
`ic_fluent_image_32_filled`
`ic_fluent_image_48_filled`| |Image Add||`imageAdd20Filled`
`imageAdd24Filled`|`ic_fluent_image_add_20_filled`
`ic_fluent_image_add_24_filled`| @@ -1082,6 +1123,7 @@ |Keyboard Layout One Handed Left||`keyboardLayoutOneHandedLeft20Filled`
`keyboardLayoutOneHandedLeft24Filled`|`ic_fluent_keyboard_layout_one_handed_left_20_filled`
`ic_fluent_keyboard_layout_one_handed_left_24_filled`| |Keyboard Layout Resize||`keyboardLayoutResize20Filled`
`keyboardLayoutResize24Filled`|`ic_fluent_keyboard_layout_resize_20_filled`
`ic_fluent_keyboard_layout_resize_24_filled`| |Keyboard Layout Split||`keyboardLayoutSplit20Filled`
`keyboardLayoutSplit24Filled`|`ic_fluent_keyboard_layout_split_20_filled`
`ic_fluent_keyboard_layout_split_24_filled`| +|Keyboard Mouse||`keyboardMouse16Filled`|`ic_fluent_keyboard_mouse_16_filled`| |Keyboard Shift||`keyboardShift16Filled`
`keyboardShift20Filled`
`keyboardShift24Filled`|`ic_fluent_keyboard_shift_16_filled`
`ic_fluent_keyboard_shift_20_filled`
`ic_fluent_keyboard_shift_24_filled`| |Keyboard Shift Uppercase||`keyboardShiftUppercase16Filled`
`keyboardShiftUppercase20Filled`
`keyboardShiftUppercase24Filled`|`ic_fluent_keyboard_shift_uppercase_16_filled`
`ic_fluent_keyboard_shift_uppercase_20_filled`
`ic_fluent_keyboard_shift_uppercase_24_filled`| |Keyboard Tab||`keyboardTab20Filled`
`keyboardTab24Filled`|`ic_fluent_keyboard_tab_20_filled`
`ic_fluent_keyboard_tab_24_filled`| @@ -1188,6 +1230,7 @@ |Megaphone Circle||`megaphoneCircle20Filled`
`megaphoneCircle24Filled`|`ic_fluent_megaphone_circle_20_filled`
`ic_fluent_megaphone_circle_24_filled`| |Megaphone Loud||`megaphoneLoud16Filled`
`megaphoneLoud20Filled`
`megaphoneLoud24Filled`
`megaphoneLoud28Filled`
`megaphoneLoud32Filled`|`ic_fluent_megaphone_loud_16_filled`
`ic_fluent_megaphone_loud_20_filled`
`ic_fluent_megaphone_loud_24_filled`
`ic_fluent_megaphone_loud_28_filled`
`ic_fluent_megaphone_loud_32_filled`| |Megaphone Off||`megaphoneOff16Filled`
`megaphoneOff20Filled`
`megaphoneOff24Filled`
`megaphoneOff28Filled`|`ic_fluent_megaphone_off_16_filled`
`ic_fluent_megaphone_off_20_filled`
`ic_fluent_megaphone_off_24_filled`
`ic_fluent_megaphone_off_28_filled`| +|Memory||`memory16Filled`|`ic_fluent_memory_16_filled`| |Mention||`mention12Filled`
`mention16Filled`
`mention20Filled`
`mention24Filled`|`ic_fluent_mention_12_filled`
`ic_fluent_mention_16_filled`
`ic_fluent_mention_20_filled`
`ic_fluent_mention_24_filled`| |Mention Arrow Down||`mentionArrowDown20Filled`|`ic_fluent_mention_arrow_down_20_filled`| |Mention Brackets||`mentionBrackets20Filled`|`ic_fluent_mention_brackets_20_filled`| @@ -1210,7 +1253,7 @@ |Money Hand||`moneyHand20Filled`
`moneyHand24Filled`|`ic_fluent_money_hand_20_filled`
`ic_fluent_money_hand_24_filled`| |Money Off||`moneyOff20Filled`
`moneyOff24Filled`|`ic_fluent_money_off_20_filled`
`ic_fluent_money_off_24_filled`| |Money Settings||`moneySettings20Filled`|`ic_fluent_money_settings_20_filled`| -|More Circle||`moreCircle20Filled`
`moreCircle32Filled`|`ic_fluent_more_circle_20_filled`
`ic_fluent_more_circle_32_filled`| +|More Circle||`moreCircle16Filled`
`moreCircle20Filled`
`moreCircle24Filled`
`moreCircle28Filled`
`moreCircle32Filled`
`moreCircle48Filled`|`ic_fluent_more_circle_16_filled`
`ic_fluent_more_circle_20_filled`
`ic_fluent_more_circle_24_filled`
`ic_fluent_more_circle_28_filled`
`ic_fluent_more_circle_32_filled`
`ic_fluent_more_circle_48_filled`| |More Horizontal||`moreHorizontal16Filled`
`moreHorizontal20Filled`
`moreHorizontal24Filled`
`moreHorizontal28Filled`
`moreHorizontal32Filled`
`moreHorizontal48Filled`|`ic_fluent_more_horizontal_16_filled`
`ic_fluent_more_horizontal_20_filled`
`ic_fluent_more_horizontal_24_filled`
`ic_fluent_more_horizontal_28_filled`
`ic_fluent_more_horizontal_32_filled`
`ic_fluent_more_horizontal_48_filled`| |More Vertical||`moreVertical16Filled`
`moreVertical20Filled`
`moreVertical24Filled`
`moreVertical28Filled`
`moreVertical32Filled`
`moreVertical48Filled`|`ic_fluent_more_vertical_16_filled`
`ic_fluent_more_vertical_20_filled`
`ic_fluent_more_vertical_24_filled`
`ic_fluent_more_vertical_28_filled`
`ic_fluent_more_vertical_32_filled`
`ic_fluent_more_vertical_48_filled`| |Movies and TV||`moviesAndTv16Filled`
`moviesAndTv20Filled`
`moviesAndTv24Filled`|`ic_fluent_movies_and_tv_16_filled`
`ic_fluent_movies_and_tv_20_filled`
`ic_fluent_movies_and_tv_24_filled`| @@ -1232,6 +1275,7 @@ |Navigation Location Target||`navigationLocationTarget20Filled`|`ic_fluent_navigation_location_target_20_filled`| |Navigation Play||`navigationPlay20Filled`|`ic_fluent_navigation_play_20_filled`| |Navigation Unread||`navigationUnread20Filled`
`navigationUnread24Filled`|`ic_fluent_navigation_unread_20_filled`
`ic_fluent_navigation_unread_24_filled`| +|Network Adapter||`networkAdapter16Filled`|`ic_fluent_network_adapter_16_filled`| |Network Check||`networkCheck20Filled`
`networkCheck24Filled`|`ic_fluent_network_check_20_filled`
`ic_fluent_network_check_24_filled`| |New||`new16Filled`
`new20Filled`
`new24Filled`|`ic_fluent_new_16_filled`
`ic_fluent_new_20_filled`
`ic_fluent_new_24_filled`| |News||`news16Filled`
`news20Filled`
`news24Filled`
`news28Filled`|`ic_fluent_news_16_filled`
`ic_fluent_news_20_filled`
`ic_fluent_news_24_filled`
`ic_fluent_news_28_filled`| @@ -1328,6 +1372,7 @@ |People Queue||`peopleQueue20Filled`
`peopleQueue24Filled`|`ic_fluent_people_queue_20_filled`
`ic_fluent_people_queue_24_filled`| |People Search||`peopleSearch20Filled`
`peopleSearch24Filled`|`ic_fluent_people_search_20_filled`
`ic_fluent_people_search_24_filled`| |People Settings||`peopleSettings20Filled`
`peopleSettings24Filled`
`peopleSettings28Filled`|`ic_fluent_people_settings_20_filled`
`ic_fluent_people_settings_24_filled`
`ic_fluent_people_settings_28_filled`| +|People Star||`peopleStar16Filled`
`peopleStar20Filled`
`peopleStar24Filled`
`peopleStar28Filled`
`peopleStar32Filled`
`peopleStar48Filled`|`ic_fluent_people_star_16_filled`
`ic_fluent_people_star_20_filled`
`ic_fluent_people_star_24_filled`
`ic_fluent_people_star_28_filled`
`ic_fluent_people_star_32_filled`
`ic_fluent_people_star_48_filled`| |People Swap||`peopleSwap16Filled`
`peopleSwap20Filled`
`peopleSwap24Filled`
`peopleSwap28Filled`|`ic_fluent_people_swap_16_filled`
`ic_fluent_people_swap_20_filled`
`ic_fluent_people_swap_24_filled`
`ic_fluent_people_swap_28_filled`| |People Sync||`peopleSync16Filled`
`peopleSync20Filled`
`peopleSync28Filled`|`ic_fluent_people_sync_16_filled`
`ic_fluent_people_sync_20_filled`
`ic_fluent_people_sync_28_filled`| |People Team||`peopleTeam16Filled`
`peopleTeam20Filled`
`peopleTeam24Filled`
`peopleTeam28Filled`
`peopleTeam32Filled`|`ic_fluent_people_team_16_filled`
`ic_fluent_people_team_20_filled`
`ic_fluent_people_team_24_filled`
`ic_fluent_people_team_28_filled`
`ic_fluent_people_team_32_filled`| @@ -1366,8 +1411,10 @@ |Person Prohibited||`personProhibited16Filled`
`personProhibited20Filled`
`personProhibited24Filled`
`personProhibited28Filled`|`ic_fluent_person_prohibited_16_filled`
`ic_fluent_person_prohibited_20_filled`
`ic_fluent_person_prohibited_24_filled`
`ic_fluent_person_prohibited_28_filled`| |Person Question Mark||`personQuestionMark16Filled`
`personQuestionMark20Filled`
`personQuestionMark24Filled`|`ic_fluent_person_question_mark_16_filled`
`ic_fluent_person_question_mark_20_filled`
`ic_fluent_person_question_mark_24_filled`| |Person Running||`personRunning20Filled`|`ic_fluent_person_running_20_filled`| +|Person Search||`personSearch16Filled`
`personSearch32Filled`|`ic_fluent_person_search_16_filled`
`ic_fluent_person_search_32_filled`| |Person Settings||`personSettings16Filled`
`personSettings20Filled`|`ic_fluent_person_settings_16_filled`
`ic_fluent_person_settings_20_filled`| |Person Square||`personSquare20Filled`
`personSquare24Filled`|`ic_fluent_person_square_20_filled`
`ic_fluent_person_square_24_filled`| +|Person Standing||`personStanding16Filled`|`ic_fluent_person_standing_16_filled`| |Person Star||`personStar16Filled`
`personStar20Filled`
`personStar24Filled`
`personStar28Filled`
`personStar32Filled`
`personStar48Filled`|`ic_fluent_person_star_16_filled`
`ic_fluent_person_star_20_filled`
`ic_fluent_person_star_24_filled`
`ic_fluent_person_star_28_filled`
`ic_fluent_person_star_32_filled`
`ic_fluent_person_star_48_filled`| |Person Starburst||`personStarburst20Filled`
`personStarburst24Filled`|`ic_fluent_person_starburst_20_filled`
`ic_fluent_person_starburst_24_filled`| |Person Subtract||`personSubtract16Filled`
`personSubtract20Filled`|`ic_fluent_person_subtract_16_filled`
`ic_fluent_person_subtract_20_filled`| @@ -1376,7 +1423,7 @@ |Person Sync||`personSync16Filled`
`personSync20Filled`
`personSync24Filled`
`personSync28Filled`
`personSync32Filled`
`personSync48Filled`|`ic_fluent_person_sync_16_filled`
`ic_fluent_person_sync_20_filled`
`ic_fluent_person_sync_24_filled`
`ic_fluent_person_sync_28_filled`
`ic_fluent_person_sync_32_filled`
`ic_fluent_person_sync_48_filled`| |Person Tag||`personTag20Filled`
`personTag24Filled`
`personTag28Filled`
`personTag32Filled`
`personTag48Filled`|`ic_fluent_person_tag_20_filled`
`ic_fluent_person_tag_24_filled`
`ic_fluent_person_tag_28_filled`
`ic_fluent_person_tag_32_filled`
`ic_fluent_person_tag_48_filled`| |Person Voice||`personVoice20Filled`
`personVoice24Filled`|`ic_fluent_person_voice_20_filled`
`ic_fluent_person_voice_24_filled`| -|Person Walking||`personWalking20Filled`
`personWalking24Filled`|`ic_fluent_person_walking_20_filled`
`ic_fluent_person_walking_24_filled`| +|Person Walking||`personWalking16Filled`
`personWalking20Filled`
`personWalking24Filled`|`ic_fluent_person_walking_16_filled`
`ic_fluent_person_walking_20_filled`
`ic_fluent_person_walking_24_filled`| |Phone||`phone12Filled`
`phone16Filled`
`phone20Filled`
`phone24Filled`
`phone28Filled`
`phone32Filled`
`phone48Filled`|`ic_fluent_phone_12_filled`
`ic_fluent_phone_16_filled`
`ic_fluent_phone_20_filled`
`ic_fluent_phone_24_filled`
`ic_fluent_phone_28_filled`
`ic_fluent_phone_32_filled`
`ic_fluent_phone_48_filled`| |Phone Add||`phoneAdd20Filled`
`phoneAdd24Filled`|`ic_fluent_phone_add_20_filled`
`ic_fluent_phone_add_24_filled`| |Phone Arrow Right||`phoneArrowRight20Filled`
`phoneArrowRight24Filled`|`ic_fluent_phone_arrow_right_20_filled`
`ic_fluent_phone_arrow_right_24_filled`| @@ -1418,6 +1465,7 @@ |Pivot||`pivot20Filled`
`pivot24Filled`|`ic_fluent_pivot_20_filled`
`ic_fluent_pivot_24_filled`| |Play||`play12Filled`
`play16Filled`
`play20Filled`
`play24Filled`
`play28Filled`
`play32Filled`
`play48Filled`|`ic_fluent_play_12_filled`
`ic_fluent_play_16_filled`
`ic_fluent_play_20_filled`
`ic_fluent_play_24_filled`
`ic_fluent_play_28_filled`
`ic_fluent_play_32_filled`
`ic_fluent_play_48_filled`| |Play Circle||`playCircle16Filled`
`playCircle20Filled`
`playCircle24Filled`
`playCircle28Filled`
`playCircle48Filled`|`ic_fluent_play_circle_16_filled`
`ic_fluent_play_circle_20_filled`
`ic_fluent_play_circle_24_filled`
`ic_fluent_play_circle_28_filled`
`ic_fluent_play_circle_48_filled`| +|Play Multiple||`playMultiple16Filled`|`ic_fluent_play_multiple_16_filled`| |Play Settings||`playSettings20Filled`|`ic_fluent_play_settings_20_filled`| |Playing Cards||`playingCards20Filled`|`ic_fluent_playing_cards_20_filled`| |Plug Connected||`plugConnected20Filled`
`plugConnected24Filled`|`ic_fluent_plug_connected_20_filled`
`ic_fluent_plug_connected_24_filled`| @@ -1466,12 +1514,13 @@ |Question||`question16Filled`
`question20Filled`
`question24Filled`
`question28Filled`
`question48Filled`|`ic_fluent_question_16_filled`
`ic_fluent_question_20_filled`
`ic_fluent_question_24_filled`
`ic_fluent_question_28_filled`
`ic_fluent_question_48_filled`| |Question Circle||`questionCircle12Filled`
`questionCircle16Filled`
`questionCircle20Filled`
`questionCircle24Filled`
`questionCircle28Filled`
`questionCircle32Filled`
`questionCircle48Filled`|`ic_fluent_question_circle_12_filled`
`ic_fluent_question_circle_16_filled`
`ic_fluent_question_circle_20_filled`
`ic_fluent_question_circle_24_filled`
`ic_fluent_question_circle_28_filled`
`ic_fluent_question_circle_32_filled`
`ic_fluent_question_circle_48_filled`| |Quiz New||`quizNew20Filled`
`quizNew24Filled`
`quizNew28Filled`
`quizNew48Filled`|`ic_fluent_quiz_new_20_filled`
`ic_fluent_quiz_new_24_filled`
`ic_fluent_quiz_new_28_filled`
`ic_fluent_quiz_new_48_filled`| -|RAM||`ram20Filled`|`ic_fluent_ram_20_filled`| +|RAM||`ram16Filled`
`ram20Filled`|`ic_fluent_ram_16_filled`
`ic_fluent_ram_20_filled`| |RSS||`rss20Filled`
`rss24Filled`|`ic_fluent_rss_20_filled`
`ic_fluent_rss_24_filled`| |Radar||`radar20Filled`|`ic_fluent_radar_20_filled`| |Radar Checkmark||`radarCheckmark20Filled`|`ic_fluent_radar_checkmark_20_filled`| |Radar Rectangle Multiple||`radarRectangleMultiple20Filled`|`ic_fluent_radar_rectangle_multiple_20_filled`| -|Radio Button||`radioButton20Filled`
`radioButton24Filled`|`ic_fluent_radio_button_20_filled`
`ic_fluent_radio_button_24_filled`| +|Radio Button||`radioButton16Filled`
`radioButton20Filled`
`radioButton24Filled`|`ic_fluent_radio_button_16_filled`
`ic_fluent_radio_button_20_filled`
`ic_fluent_radio_button_24_filled`| +|Radio Button Off||`radioButtonOff16Filled`|`ic_fluent_radio_button_off_16_filled`| |Rating Mature||`ratingMature16Filled`
`ratingMature20Filled`
`ratingMature24Filled`|`ic_fluent_rating_mature_16_filled`
`ic_fluent_rating_mature_20_filled`
`ic_fluent_rating_mature_24_filled`| |Ratio One To One||`ratioOneToOne20Filled`
`ratioOneToOne24Filled`|`ic_fluent_ratio_one_to_one_20_filled`
`ic_fluent_ratio_one_to_one_24_filled`| |Re Order||`reOrder16Filled`
`reOrder24Filled`|`ic_fluent_re_order_16_filled`
`ic_fluent_re_order_24_filled`| @@ -1527,7 +1576,7 @@ |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`| |Save Image||`saveImage20Filled`|`ic_fluent_save_image_20_filled`| -|Save Multiple||`saveMultiple20Filled`
`saveMultiple24Filled`|`ic_fluent_save_multiple_20_filled`
`ic_fluent_save_multiple_24_filled`| +|Save Multiple||`saveMultiple16Filled`
`saveMultiple20Filled`
`saveMultiple24Filled`|`ic_fluent_save_multiple_16_filled`
`ic_fluent_save_multiple_20_filled`
`ic_fluent_save_multiple_24_filled`| |Save Search||`saveSearch20Filled`|`ic_fluent_save_search_20_filled`| |Save Sync||`saveSync20Filled`|`ic_fluent_save_sync_20_filled`| |Savings||`savings16Filled`
`savings20Filled`
`savings24Filled`|`ic_fluent_savings_16_filled`
`ic_fluent_savings_20_filled`
`ic_fluent_savings_24_filled`| @@ -1551,6 +1600,7 @@ |Screen Person||`screenPerson20Filled`|`ic_fluent_screen_person_20_filled`| |Screen Search||`screenSearch20Filled`
`screenSearch24Filled`|`ic_fluent_screen_search_20_filled`
`ic_fluent_screen_search_24_filled`| |Screenshot||`screenshot20Filled`
`screenshot24Filled`|`ic_fluent_screenshot_20_filled`
`ic_fluent_screenshot_24_filled`| +|Script||`script16Filled`|`ic_fluent_script_16_filled`| |Search||`search12Filled`
`search16Filled`
`search20Filled`
`search24Filled`
`search28Filled`
`search32Filled`
`search48Filled`|`ic_fluent_search_12_filled`
`ic_fluent_search_16_filled`
`ic_fluent_search_20_filled`
`ic_fluent_search_24_filled`
`ic_fluent_search_28_filled`
`ic_fluent_search_32_filled`
`ic_fluent_search_48_filled`| |Search Info||`searchInfo20Filled`
`searchInfo24Filled`|`ic_fluent_search_info_20_filled`
`ic_fluent_search_info_24_filled`| |Search Settings||`searchSettings20Filled`|`ic_fluent_search_settings_20_filled`| @@ -1567,9 +1617,11 @@ |Send Clock||`sendClock20Filled`
`sendClock24Filled`|`ic_fluent_send_clock_20_filled`
`ic_fluent_send_clock_24_filled`| |Send Copy||`sendCopy20Filled`
`sendCopy24Filled`|`ic_fluent_send_copy_20_filled`
`ic_fluent_send_copy_24_filled`| |Serial Port||`serialPort16Filled`
`serialPort20Filled`
`serialPort24Filled`|`ic_fluent_serial_port_16_filled`
`ic_fluent_serial_port_20_filled`
`ic_fluent_serial_port_24_filled`| -|Server||`server20Filled`
`server24Filled`|`ic_fluent_server_20_filled`
`ic_fluent_server_24_filled`| +|Server||`server16Filled`
`server20Filled`
`server24Filled`|`ic_fluent_server_16_filled`
`ic_fluent_server_20_filled`
`ic_fluent_server_24_filled`| |Server Multiple||`serverMultiple20Filled`|`ic_fluent_server_multiple_20_filled`| |Server Play||`serverPlay20Filled`|`ic_fluent_server_play_20_filled`| +|Server Surface||`serverSurface16Filled`|`ic_fluent_server_surface_16_filled`| +|Server Surface Multiple||`serverSurfaceMultiple16Filled`|`ic_fluent_server_surface_multiple_16_filled`| |Service Bell||`serviceBell20Filled`
`serviceBell24Filled`|`ic_fluent_service_bell_20_filled`
`ic_fluent_service_bell_24_filled`| |Settings||`settings16Filled`
`settings20Filled`
`settings24Filled`
`settings28Filled`
`settings32Filled`
`settings48Filled`|`ic_fluent_settings_16_filled`
`ic_fluent_settings_20_filled`
`ic_fluent_settings_24_filled`
`ic_fluent_settings_28_filled`
`ic_fluent_settings_32_filled`
`ic_fluent_settings_48_filled`| |Settings Chat||`settingsChat20Filled`
`settingsChat24Filled`|`ic_fluent_settings_chat_20_filled`
`ic_fluent_settings_chat_24_filled`| @@ -1588,7 +1640,7 @@ |Share Screen Start||`shareScreenStart20Filled`
`shareScreenStart24Filled`
`shareScreenStart28Filled`
`shareScreenStart48Filled`|`ic_fluent_share_screen_start_20_filled`
`ic_fluent_share_screen_start_24_filled`
`ic_fluent_share_screen_start_28_filled`
`ic_fluent_share_screen_start_48_filled`| |Share Screen Stop||`shareScreenStop16Filled`
`shareScreenStop20Filled`
`shareScreenStop24Filled`
`shareScreenStop28Filled`
`shareScreenStop48Filled`|`ic_fluent_share_screen_stop_16_filled`
`ic_fluent_share_screen_stop_20_filled`
`ic_fluent_share_screen_stop_24_filled`
`ic_fluent_share_screen_stop_28_filled`
`ic_fluent_share_screen_stop_48_filled`| |Share iOS||`shareIos20Filled`
`shareIos24Filled`
`shareIos28Filled`
`shareIos48Filled`|`ic_fluent_share_ios_20_filled`
`ic_fluent_share_ios_24_filled`
`ic_fluent_share_ios_28_filled`
`ic_fluent_share_ios_48_filled`| -|Shield||`shield16Filled`
`shield20Filled`
`shield24Filled`
`shield28Filled`
`shield32Filled`
`shield48Filled`|`ic_fluent_shield_16_filled`
`ic_fluent_shield_20_filled`
`ic_fluent_shield_24_filled`
`ic_fluent_shield_28_filled`
`ic_fluent_shield_32_filled`
`ic_fluent_shield_48_filled`| +|Shield||`shield12Filled`
`shield16Filled`
`shield20Filled`
`shield24Filled`
`shield28Filled`
`shield32Filled`
`shield48Filled`|`ic_fluent_shield_12_filled`
`ic_fluent_shield_16_filled`
`ic_fluent_shield_20_filled`
`ic_fluent_shield_24_filled`
`ic_fluent_shield_28_filled`
`ic_fluent_shield_32_filled`
`ic_fluent_shield_48_filled`| |Shield Add||`shieldAdd16Filled`
`shieldAdd20Filled`
`shieldAdd24Filled`|`ic_fluent_shield_add_16_filled`
`ic_fluent_shield_add_20_filled`
`ic_fluent_shield_add_24_filled`| |Shield Badge||`shieldBadge20Filled`
`shieldBadge24Filled`|`ic_fluent_shield_badge_20_filled`
`ic_fluent_shield_badge_24_filled`| |Shield Checkmark||`shieldCheckmark16Filled`
`shieldCheckmark20Filled`
`shieldCheckmark24Filled`
`shieldCheckmark28Filled`
`shieldCheckmark48Filled`|`ic_fluent_shield_checkmark_16_filled`
`ic_fluent_shield_checkmark_20_filled`
`ic_fluent_shield_checkmark_24_filled`
`ic_fluent_shield_checkmark_28_filled`
`ic_fluent_shield_checkmark_48_filled`| @@ -1648,6 +1700,7 @@ |Slide Size||`slideSize20Filled`
`slideSize24Filled`|`ic_fluent_slide_size_20_filled`
`ic_fluent_slide_size_24_filled`| |Slide Text||`slideText16Filled`
`slideText20Filled`
`slideText24Filled`
`slideText28Filled`
`slideText48Filled`|`ic_fluent_slide_text_16_filled`
`ic_fluent_slide_text_20_filled`
`ic_fluent_slide_text_24_filled`
`ic_fluent_slide_text_28_filled`
`ic_fluent_slide_text_48_filled`| |Slide Text Multiple||`slideTextMultiple16Filled`
`slideTextMultiple20Filled`
`slideTextMultiple24Filled`
`slideTextMultiple32Filled`|`ic_fluent_slide_text_multiple_16_filled`
`ic_fluent_slide_text_multiple_20_filled`
`ic_fluent_slide_text_multiple_24_filled`
`ic_fluent_slide_text_multiple_32_filled`| +|Slide Text Person||`slideTextPerson16Filled`
`slideTextPerson20Filled`
`slideTextPerson24Filled`
`slideTextPerson28Filled`
`slideTextPerson32Filled`
`slideTextPerson48Filled`|`ic_fluent_slide_text_person_16_filled`
`ic_fluent_slide_text_person_20_filled`
`ic_fluent_slide_text_person_24_filled`
`ic_fluent_slide_text_person_28_filled`
`ic_fluent_slide_text_person_32_filled`
`ic_fluent_slide_text_person_48_filled`| |Slide Transition||`slideTransition20Filled`
`slideTransition24Filled`|`ic_fluent_slide_transition_20_filled`
`ic_fluent_slide_transition_24_filled`| |Smartwatch||`smartwatch20Filled`
`smartwatch24Filled`|`ic_fluent_smartwatch_20_filled`
`ic_fluent_smartwatch_24_filled`| |Smartwatch Dot||`smartwatchDot20Filled`
`smartwatchDot24Filled`|`ic_fluent_smartwatch_dot_20_filled`
`ic_fluent_smartwatch_dot_24_filled`| @@ -1676,6 +1729,7 @@ |Sport Basketball||`sportBasketball20Filled`
`sportBasketball24Filled`|`ic_fluent_sport_basketball_20_filled`
`ic_fluent_sport_basketball_24_filled`| |Sport Hockey||`sportHockey20Filled`
`sportHockey24Filled`|`ic_fluent_sport_hockey_20_filled`
`ic_fluent_sport_hockey_24_filled`| |Sport Soccer||`sportSoccer16Filled`
`sportSoccer20Filled`
`sportSoccer24Filled`|`ic_fluent_sport_soccer_16_filled`
`ic_fluent_sport_soccer_20_filled`
`ic_fluent_sport_soccer_24_filled`| +|Spray Can||`sprayCan16Filled`|`ic_fluent_spray_can_16_filled`| |Square||`square12Filled`
`square16Filled`
`square20Filled`
`square24Filled`
`square28Filled`
`square32Filled`
`square48Filled`|`ic_fluent_square_12_filled`
`ic_fluent_square_16_filled`
`ic_fluent_square_20_filled`
`ic_fluent_square_24_filled`
`ic_fluent_square_28_filled`
`ic_fluent_square_32_filled`
`ic_fluent_square_48_filled`| |Square Add||`squareAdd16Filled`
`squareAdd20Filled`|`ic_fluent_square_add_16_filled`
`ic_fluent_square_add_20_filled`| |Square Arrow Forward||`squareArrowForward16Filled`
`squareArrowForward20Filled`
`squareArrowForward24Filled`
`squareArrowForward28Filled`
`squareArrowForward32Filled`
`squareArrowForward48Filled`|`ic_fluent_square_arrow_forward_16_filled`
`ic_fluent_square_arrow_forward_20_filled`
`ic_fluent_square_arrow_forward_24_filled`
`ic_fluent_square_arrow_forward_28_filled`
`ic_fluent_square_arrow_forward_32_filled`
`ic_fluent_square_arrow_forward_48_filled`| @@ -1706,7 +1760,8 @@ |Star Settings||`starSettings20Filled`
`starSettings24Filled`|`ic_fluent_star_settings_20_filled`
`ic_fluent_star_settings_24_filled`| |Star Three Quarter||`starThreeQuarter12Filled`
`starThreeQuarter16Filled`
`starThreeQuarter20Filled`
`starThreeQuarter24Filled`
`starThreeQuarter28Filled`|`ic_fluent_star_three_quarter_12_filled`
`ic_fluent_star_three_quarter_16_filled`
`ic_fluent_star_three_quarter_20_filled`
`ic_fluent_star_three_quarter_24_filled`
`ic_fluent_star_three_quarter_28_filled`| |Status||`status12Filled`
`status16Filled`
`status20Filled`
`status24Filled`|`ic_fluent_status_12_filled`
`ic_fluent_status_16_filled`
`ic_fluent_status_20_filled`
`ic_fluent_status_24_filled`| -|Steps||`steps20Filled`
`steps24Filled`|`ic_fluent_steps_20_filled`
`ic_fluent_steps_24_filled`| +|Step||`step16Filled`|`ic_fluent_step_16_filled`| +|Steps||`steps16Filled`
`steps20Filled`
`steps24Filled`|`ic_fluent_steps_16_filled`
`ic_fluent_steps_20_filled`
`ic_fluent_steps_24_filled`| |Stethoscope||`stethoscope20Filled`
`stethoscope24Filled`|`ic_fluent_stethoscope_20_filled`
`ic_fluent_stethoscope_24_filled`| |Sticker||`sticker12Filled`
`sticker20Filled`
`sticker24Filled`|`ic_fluent_sticker_12_filled`
`ic_fluent_sticker_20_filled`
`ic_fluent_sticker_24_filled`| |Sticker Add||`stickerAdd20Filled`
`stickerAdd24Filled`|`ic_fluent_sticker_add_20_filled`
`ic_fluent_sticker_add_24_filled`| @@ -1781,6 +1836,7 @@ |Table Insert Row||`tableInsertRow16Filled`
`tableInsertRow20Filled`
`tableInsertRow24Filled`
`tableInsertRow28Filled`|`ic_fluent_table_insert_row_16_filled`
`ic_fluent_table_insert_row_20_filled`
`ic_fluent_table_insert_row_24_filled`
`ic_fluent_table_insert_row_28_filled`| |Table Lightning||`tableLightning16Filled`
`tableLightning20Filled`
`tableLightning24Filled`
`tableLightning28Filled`|`ic_fluent_table_lightning_16_filled`
`ic_fluent_table_lightning_20_filled`
`ic_fluent_table_lightning_24_filled`
`ic_fluent_table_lightning_28_filled`| |Table Link||`tableLink16Filled`
`tableLink20Filled`
`tableLink24Filled`
`tableLink28Filled`|`ic_fluent_table_link_16_filled`
`ic_fluent_table_link_20_filled`
`ic_fluent_table_link_24_filled`
`ic_fluent_table_link_28_filled`| +|Table Lock||`tableLock16Filled`
`tableLock20Filled`
`tableLock24Filled`
`tableLock28Filled`
`tableLock32Filled`
`tableLock48Filled`|`ic_fluent_table_lock_16_filled`
`ic_fluent_table_lock_20_filled`
`ic_fluent_table_lock_24_filled`
`ic_fluent_table_lock_28_filled`
`ic_fluent_table_lock_32_filled`
`ic_fluent_table_lock_48_filled`| |Table Move Above||`tableMoveAbove16Filled`
`tableMoveAbove20Filled`
`tableMoveAbove24Filled`
`tableMoveAbove28Filled`|`ic_fluent_table_move_above_16_filled`
`ic_fluent_table_move_above_20_filled`
`ic_fluent_table_move_above_24_filled`
`ic_fluent_table_move_above_28_filled`| |Table Move Below||`tableMoveBelow16Filled`
`tableMoveBelow20Filled`
`tableMoveBelow24Filled`
`tableMoveBelow28Filled`|`ic_fluent_table_move_below_16_filled`
`ic_fluent_table_move_below_20_filled`
`ic_fluent_table_move_below_24_filled`
`ic_fluent_table_move_below_28_filled`| |Table Move Left||`tableMoveLeft16Filled`
`tableMoveLeft20Filled`
`tableMoveLeft24Filled`
`tableMoveLeft28Filled`|`ic_fluent_table_move_left_16_filled`
`ic_fluent_table_move_left_20_filled`
`ic_fluent_table_move_left_24_filled`
`ic_fluent_table_move_left_28_filled`| @@ -1974,6 +2030,7 @@ |Text Subscript||`textSubscript16Filled`
`textSubscript20Filled`
`textSubscript24Filled`|`ic_fluent_text_subscript_16_filled`
`ic_fluent_text_subscript_20_filled`
`ic_fluent_text_subscript_24_filled`| |Text Superscript||`textSuperscript16Filled`
`textSuperscript20Filled`
`textSuperscript24Filled`|`ic_fluent_text_superscript_16_filled`
`ic_fluent_text_superscript_20_filled`
`ic_fluent_text_superscript_24_filled`| |Text T||`textT20Filled`
`textT24Filled`
`textT28Filled`
`textT48Filled`|`ic_fluent_text_t_20_filled`
`ic_fluent_text_t_24_filled`
`ic_fluent_text_t_28_filled`
`ic_fluent_text_t_48_filled`| +|Text T Tag||`textTTag16Filled`|`ic_fluent_text_t_tag_16_filled`| |Text Underline||`textUnderline16Filled`
`textUnderline20Filled`
`textUnderline24Filled`|`ic_fluent_text_underline_16_filled`
`ic_fluent_text_underline_20_filled`
`ic_fluent_text_underline_24_filled`| |Text Underline Double||`textUnderlineDouble20Filled`
`textUnderlineDouble24Filled`|`ic_fluent_text_underline_double_20_filled`
`ic_fluent_text_underline_double_24_filled`| |Text Whole Word||`textWholeWord20Filled`|`ic_fluent_text_whole_word_20_filled`| @@ -2009,7 +2066,7 @@ |Toolbox||`toolbox12Filled`
`toolbox16Filled`
`toolbox20Filled`
`toolbox24Filled`
`toolbox28Filled`|`ic_fluent_toolbox_12_filled`
`ic_fluent_toolbox_16_filled`
`ic_fluent_toolbox_20_filled`
`ic_fluent_toolbox_24_filled`
`ic_fluent_toolbox_28_filled`| |Tooltip Quote||`tooltipQuote20Filled`
`tooltipQuote24Filled`|`ic_fluent_tooltip_quote_20_filled`
`ic_fluent_tooltip_quote_24_filled`| |Top Speed||`topSpeed20Filled`
`topSpeed24Filled`|`ic_fluent_top_speed_20_filled`
`ic_fluent_top_speed_24_filled`| -|Translate||`translate20Filled`
`translate24Filled`|`ic_fluent_translate_20_filled`
`ic_fluent_translate_24_filled`| +|Translate||`translate16Filled`
`translate20Filled`
`translate24Filled`|`ic_fluent_translate_16_filled`
`ic_fluent_translate_20_filled`
`ic_fluent_translate_24_filled`| |Transmission||`transmission20Filled`
`transmission24Filled`|`ic_fluent_transmission_20_filled`
`ic_fluent_transmission_24_filled`| |Tray Item Add||`trayItemAdd20Filled`
`trayItemAdd24Filled`|`ic_fluent_tray_item_add_20_filled`
`ic_fluent_tray_item_add_24_filled`| |Tray Item Remove||`trayItemRemove20Filled`
`trayItemRemove24Filled`|`ic_fluent_tray_item_remove_20_filled`
`ic_fluent_tray_item_remove_24_filled`| @@ -2053,8 +2110,9 @@ |Video Clip Off||`videoClipOff16Filled`
`videoClipOff20Filled`
`videoClipOff24Filled`|`ic_fluent_video_clip_off_16_filled`
`ic_fluent_video_clip_off_20_filled`
`ic_fluent_video_clip_off_24_filled`| |Video Off||`videoOff20Filled`
`videoOff24Filled`
`videoOff28Filled`
`videoOff32Filled`
`videoOff48Filled`|`ic_fluent_video_off_20_filled`
`ic_fluent_video_off_24_filled`
`ic_fluent_video_off_28_filled`
`ic_fluent_video_off_32_filled`
`ic_fluent_video_off_48_filled`| |Video People||`videoPeople32Filled`|`ic_fluent_video_people_32_filled`| -|Video Person||`videoPerson12Filled`
`videoPerson16Filled`
`videoPerson20Filled`
`videoPerson24Filled`
`videoPerson28Filled`
`videoPerson48Filled`|`ic_fluent_video_person_12_filled`
`ic_fluent_video_person_16_filled`
`ic_fluent_video_person_20_filled`
`ic_fluent_video_person_24_filled`
`ic_fluent_video_person_28_filled`
`ic_fluent_video_person_48_filled`| +|Video Person||`videoPerson12Filled`
`videoPerson16Filled`
`videoPerson20Filled`
`videoPerson24Filled`
`videoPerson28Filled`
`videoPerson32Filled`
`videoPerson48Filled`|`ic_fluent_video_person_12_filled`
`ic_fluent_video_person_16_filled`
`ic_fluent_video_person_20_filled`
`ic_fluent_video_person_24_filled`
`ic_fluent_video_person_28_filled`
`ic_fluent_video_person_32_filled`
`ic_fluent_video_person_48_filled`| |Video Person Call||`videoPersonCall16Filled`
`videoPersonCall20Filled`
`videoPersonCall24Filled`
`videoPersonCall32Filled`|`ic_fluent_video_person_call_16_filled`
`ic_fluent_video_person_call_20_filled`
`ic_fluent_video_person_call_24_filled`
`ic_fluent_video_person_call_32_filled`| +|Video Person Clock||`videoPersonClock16Filled`
`videoPersonClock20Filled`
`videoPersonClock24Filled`
`videoPersonClock28Filled`
`videoPersonClock32Filled`
`videoPersonClock48Filled`|`ic_fluent_video_person_clock_16_filled`
`ic_fluent_video_person_clock_20_filled`
`ic_fluent_video_person_clock_24_filled`
`ic_fluent_video_person_clock_28_filled`
`ic_fluent_video_person_clock_32_filled`
`ic_fluent_video_person_clock_48_filled`| |Video Person Off||`videoPersonOff20Filled`
`videoPersonOff24Filled`|`ic_fluent_video_person_off_20_filled`
`ic_fluent_video_person_off_24_filled`| |Video Person Sparkle||`videoPersonSparkle16Filled`
`videoPersonSparkle20Filled`
`videoPersonSparkle24Filled`
`videoPersonSparkle28Filled`
`videoPersonSparkle48Filled`|`ic_fluent_video_person_sparkle_16_filled`
`ic_fluent_video_person_sparkle_20_filled`
`ic_fluent_video_person_sparkle_24_filled`
`ic_fluent_video_person_sparkle_28_filled`
`ic_fluent_video_person_sparkle_48_filled`| |Video Person Star||`videoPersonStar20Filled`
`videoPersonStar24Filled`|`ic_fluent_video_person_star_20_filled`
`ic_fluent_video_person_star_24_filled`| @@ -2069,7 +2127,7 @@ |View Desktop Mobile||`viewDesktopMobile20Filled`
`viewDesktopMobile24Filled`|`ic_fluent_view_desktop_mobile_20_filled`
`ic_fluent_view_desktop_mobile_24_filled`| |Virtual Network||`virtualNetwork20Filled`|`ic_fluent_virtual_network_20_filled`| |Virtual Network Toolbox||`virtualNetworkToolbox20Filled`|`ic_fluent_virtual_network_toolbox_20_filled`| -|Voicemail||`voicemail16Filled`
`voicemail20Filled`
`voicemail24Filled`
`voicemail28Filled`|`ic_fluent_voicemail_16_filled`
`ic_fluent_voicemail_20_filled`
`ic_fluent_voicemail_24_filled`
`ic_fluent_voicemail_28_filled`| +|Voicemail||`voicemail16Filled`
`voicemail20Filled`
`voicemail24Filled`
`voicemail28Filled`
`voicemail32Filled`|`ic_fluent_voicemail_16_filled`
`ic_fluent_voicemail_20_filled`
`ic_fluent_voicemail_24_filled`
`ic_fluent_voicemail_28_filled`
`ic_fluent_voicemail_32_filled`| |Voicemail Arrow Back||`voicemailArrowBack16Filled`
`voicemailArrowBack20Filled`|`ic_fluent_voicemail_arrow_back_16_filled`
`ic_fluent_voicemail_arrow_back_20_filled`| |Voicemail Arrow Forward||`voicemailArrowForward16Filled`
`voicemailArrowForward20Filled`|`ic_fluent_voicemail_arrow_forward_16_filled`
`ic_fluent_voicemail_arrow_forward_20_filled`| |Voicemail Arrow Subtract||`voicemailArrowSubtract20Filled`|`ic_fluent_voicemail_arrow_subtract_20_filled`| @@ -2109,7 +2167,7 @@ |Weather Sunny High||`weatherSunnyHigh20Filled`
`weatherSunnyHigh24Filled`
`weatherSunnyHigh48Filled`|`ic_fluent_weather_sunny_high_20_filled`
`ic_fluent_weather_sunny_high_24_filled`
`ic_fluent_weather_sunny_high_48_filled`| |Weather Sunny Low||`weatherSunnyLow20Filled`
`weatherSunnyLow24Filled`
`weatherSunnyLow48Filled`|`ic_fluent_weather_sunny_low_20_filled`
`ic_fluent_weather_sunny_low_24_filled`
`ic_fluent_weather_sunny_low_48_filled`| |Weather Thunderstorm||`weatherThunderstorm20Filled`
`weatherThunderstorm24Filled`
`weatherThunderstorm48Filled`|`ic_fluent_weather_thunderstorm_20_filled`
`ic_fluent_weather_thunderstorm_24_filled`
`ic_fluent_weather_thunderstorm_48_filled`| -|Web Asset||`webAsset20Filled`
`webAsset24Filled`|`ic_fluent_web_asset_20_filled`
`ic_fluent_web_asset_24_filled`| +|Web Asset||`webAsset16Filled`
`webAsset20Filled`
`webAsset24Filled`|`ic_fluent_web_asset_16_filled`
`ic_fluent_web_asset_20_filled`
`ic_fluent_web_asset_24_filled`| |Whiteboard||`whiteboard20Filled`
`whiteboard24Filled`
`whiteboard48Filled`|`ic_fluent_whiteboard_20_filled`
`ic_fluent_whiteboard_24_filled`
`ic_fluent_whiteboard_48_filled`| |WiFi 1||`wifi120Filled`
`wifi124Filled`|`ic_fluent_wifi_1_20_filled`
`ic_fluent_wifi_1_24_filled`| |WiFi 2||`wifi220Filled`
`wifi224Filled`|`ic_fluent_wifi_2_20_filled`
`ic_fluent_wifi_2_24_filled`| diff --git a/icons_regular.md b/icons_regular.md index 36a8d18174..5a2130e365 100644 --- a/icons_regular.md +++ b/icons_regular.md @@ -24,6 +24,10 @@ |Align Bottom||`alignBottom16Regular`
`alignBottom20Regular`
`alignBottom24Regular`
`alignBottom28Regular`
`alignBottom32Regular`
`alignBottom48Regular`|`ic_fluent_align_bottom_16_regular`
`ic_fluent_align_bottom_20_regular`
`ic_fluent_align_bottom_24_regular`
`ic_fluent_align_bottom_28_regular`
`ic_fluent_align_bottom_32_regular`
`ic_fluent_align_bottom_48_regular`| |Align Center Horizontal||`alignCenterHorizontal16Regular`
`alignCenterHorizontal20Regular`
`alignCenterHorizontal24Regular`
`alignCenterHorizontal28Regular`
`alignCenterHorizontal32Regular`
`alignCenterHorizontal48Regular`|`ic_fluent_align_center_horizontal_16_regular`
`ic_fluent_align_center_horizontal_20_regular`
`ic_fluent_align_center_horizontal_24_regular`
`ic_fluent_align_center_horizontal_28_regular`
`ic_fluent_align_center_horizontal_32_regular`
`ic_fluent_align_center_horizontal_48_regular`| |Align Center Vertical||`alignCenterVertical16Regular`
`alignCenterVertical20Regular`
`alignCenterVertical24Regular`
`alignCenterVertical28Regular`
`alignCenterVertical32Regular`
`alignCenterVertical48Regular`|`ic_fluent_align_center_vertical_16_regular`
`ic_fluent_align_center_vertical_20_regular`
`ic_fluent_align_center_vertical_24_regular`
`ic_fluent_align_center_vertical_28_regular`
`ic_fluent_align_center_vertical_32_regular`
`ic_fluent_align_center_vertical_48_regular`| +|Align Distribute Bottom||`alignDistributeBottom16Regular`|`ic_fluent_align_distribute_bottom_16_regular`| +|Align Distribute Left||`alignDistributeLeft16Regular`|`ic_fluent_align_distribute_left_16_regular`| +|Align Distribute Right||`alignDistributeRight16Regular`|`ic_fluent_align_distribute_right_16_regular`| +|Align Distribute Top||`alignDistributeTop16Regular`|`ic_fluent_align_distribute_top_16_regular`| |Align End Horizontal||`alignEndHorizontal20Regular`|`ic_fluent_align_end_horizontal_20_regular`| |Align End Vertical||`alignEndVertical20Regular`|`ic_fluent_align_end_vertical_20_regular`| |Align Left||`alignLeft16Regular`
`alignLeft20Regular`
`alignLeft24Regular`
`alignLeft28Regular`
`alignLeft32Regular`
`alignLeft48Regular`|`ic_fluent_align_left_16_regular`
`ic_fluent_align_left_20_regular`
`ic_fluent_align_left_24_regular`
`ic_fluent_align_left_28_regular`
`ic_fluent_align_left_32_regular`
`ic_fluent_align_left_48_regular`| @@ -37,8 +41,8 @@ |Align Space Fit Vertical||`alignSpaceFitVertical20Regular`|`ic_fluent_align_space_fit_vertical_20_regular`| |Align Start Horizontal||`alignStartHorizontal20Regular`|`ic_fluent_align_start_horizontal_20_regular`| |Align Start Vertical||`alignStartVertical20Regular`|`ic_fluent_align_start_vertical_20_regular`| -|Align Stretch Horizontal||`alignStretchHorizontal20Regular`|`ic_fluent_align_stretch_horizontal_20_regular`| -|Align Stretch Vertical||`alignStretchVertical20Regular`|`ic_fluent_align_stretch_vertical_20_regular`| +|Align Stretch Horizontal||`alignStretchHorizontal16Regular`
`alignStretchHorizontal20Regular`|`ic_fluent_align_stretch_horizontal_16_regular`
`ic_fluent_align_stretch_horizontal_20_regular`| +|Align Stretch Vertical||`alignStretchVertical16Regular`
`alignStretchVertical20Regular`|`ic_fluent_align_stretch_vertical_16_regular`
`ic_fluent_align_stretch_vertical_20_regular`| |Align Top||`alignTop16Regular`
`alignTop20Regular`
`alignTop24Regular`
`alignTop28Regular`
`alignTop32Regular`
`alignTop48Regular`|`ic_fluent_align_top_16_regular`
`ic_fluent_align_top_20_regular`
`ic_fluent_align_top_24_regular`
`ic_fluent_align_top_28_regular`
`ic_fluent_align_top_32_regular`
`ic_fluent_align_top_48_regular`| |Animal Cat||`animalCat16Regular`
`animalCat20Regular`
`animalCat24Regular`
`animalCat28Regular`|`ic_fluent_animal_cat_16_regular`
`ic_fluent_animal_cat_20_regular`
`ic_fluent_animal_cat_24_regular`
`ic_fluent_animal_cat_28_regular`| |Animal Dog||`animalDog16Regular`
`animalDog20Regular`
`animalDog24Regular`|`ic_fluent_animal_dog_16_regular`
`ic_fluent_animal_dog_20_regular`
`ic_fluent_animal_dog_24_regular`| @@ -118,10 +122,10 @@ |Arrow Minimize Vertical||`arrowMinimizeVertical20Regular`
`arrowMinimizeVertical24Regular`|`ic_fluent_arrow_minimize_vertical_20_regular`
`ic_fluent_arrow_minimize_vertical_24_regular`| |Arrow Move||`arrowMove20Regular`
`arrowMove24Regular`|`ic_fluent_arrow_move_20_regular`
`ic_fluent_arrow_move_24_regular`| |Arrow Move Inward||`arrowMoveInward20Regular`|`ic_fluent_arrow_move_inward_20_regular`| -|Arrow Next||`arrowNext12Regular`
`arrowNext20Regular`
`arrowNext24Regular`|`ic_fluent_arrow_next_12_regular`
`ic_fluent_arrow_next_20_regular`
`ic_fluent_arrow_next_24_regular`| +|Arrow Next||`arrowNext12Regular`
`arrowNext16Regular`
`arrowNext20Regular`
`arrowNext24Regular`|`ic_fluent_arrow_next_12_regular`
`ic_fluent_arrow_next_16_regular`
`ic_fluent_arrow_next_20_regular`
`ic_fluent_arrow_next_24_regular`| |Arrow Outline Up Right||`arrowOutlineUpRight20Regular`
`arrowOutlineUpRight24Regular`
`arrowOutlineUpRight32Regular`
`arrowOutlineUpRight48Regular`|`ic_fluent_arrow_outline_up_right_20_regular`
`ic_fluent_arrow_outline_up_right_24_regular`
`ic_fluent_arrow_outline_up_right_32_regular`
`ic_fluent_arrow_outline_up_right_48_regular`| |Arrow Paragraph||`arrowParagraph16Regular`
`arrowParagraph20Regular`
`arrowParagraph24Regular`|`ic_fluent_arrow_paragraph_16_regular`
`ic_fluent_arrow_paragraph_20_regular`
`ic_fluent_arrow_paragraph_24_regular`| -|Arrow Previous||`arrowPrevious12Regular`
`arrowPrevious20Regular`
`arrowPrevious24Regular`|`ic_fluent_arrow_previous_12_regular`
`ic_fluent_arrow_previous_20_regular`
`ic_fluent_arrow_previous_24_regular`| +|Arrow Previous||`arrowPrevious12Regular`
`arrowPrevious16Regular`
`arrowPrevious20Regular`
`arrowPrevious24Regular`|`ic_fluent_arrow_previous_12_regular`
`ic_fluent_arrow_previous_16_regular`
`ic_fluent_arrow_previous_20_regular`
`ic_fluent_arrow_previous_24_regular`| |Arrow Redo||`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 Redo Temp LTR||`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 Redo Temp RTL||`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`| @@ -292,9 +296,11 @@ |Box Search||`boxSearch20Regular`
`boxSearch24Regular`|`ic_fluent_box_search_20_regular`
`ic_fluent_box_search_24_regular`| |Box Toolbox||`boxToolbox20Regular`
`boxToolbox24Regular`|`ic_fluent_box_toolbox_20_regular`
`ic_fluent_box_toolbox_24_regular`| |Braces||`braces16Regular`
`braces20Regular`
`braces24Regular`
`braces28Regular`
`braces32Regular`
`braces48Regular`|`ic_fluent_braces_16_regular`
`ic_fluent_braces_20_regular`
`ic_fluent_braces_24_regular`
`ic_fluent_braces_28_regular`
`ic_fluent_braces_32_regular`
`ic_fluent_braces_48_regular`| +|Braces Checkmark||`bracesCheckmark16Regular`|`ic_fluent_braces_checkmark_16_regular`| +|Braces Dismiss||`bracesDismiss16Regular`|`ic_fluent_braces_dismiss_16_regular`| |Braces Variable||`bracesVariable20Regular`
`bracesVariable24Regular`|`ic_fluent_braces_variable_20_regular`
`ic_fluent_braces_variable_24_regular`| |Brain Circuit||`brainCircuit20Regular`
`brainCircuit24Regular`|`ic_fluent_brain_circuit_20_regular`
`ic_fluent_brain_circuit_24_regular`| -|Branch||`branch20Regular`
`branch24Regular`|`ic_fluent_branch_20_regular`
`ic_fluent_branch_24_regular`| +|Branch||`branch16Regular`
`branch20Regular`
`branch24Regular`|`ic_fluent_branch_16_regular`
`ic_fluent_branch_20_regular`
`ic_fluent_branch_24_regular`| |Branch Compare||`branchCompare16Regular`
`branchCompare20Regular`
`branchCompare24Regular`|`ic_fluent_branch_compare_16_regular`
`ic_fluent_branch_compare_20_regular`
`ic_fluent_branch_compare_24_regular`| |Branch Fork||`branchFork16Regular`
`branchFork20Regular`
`branchFork24Regular`
`branchFork32Regular`|`ic_fluent_branch_fork_16_regular`
`ic_fluent_branch_fork_20_regular`
`ic_fluent_branch_fork_24_regular`
`ic_fluent_branch_fork_32_regular`| |Branch Fork Hint||`branchForkHint20Regular`
`branchForkHint24Regular`|`ic_fluent_branch_fork_hint_20_regular`
`ic_fluent_branch_fork_hint_24_regular`| @@ -331,12 +337,14 @@ |Building Shop||`buildingShop16Regular`
`buildingShop20Regular`
`buildingShop24Regular`|`ic_fluent_building_shop_16_regular`
`ic_fluent_building_shop_20_regular`
`ic_fluent_building_shop_24_regular`| |Building Skyscraper||`buildingSkyscraper16Regular`
`buildingSkyscraper20Regular`
`buildingSkyscraper24Regular`|`ic_fluent_building_skyscraper_16_regular`
`ic_fluent_building_skyscraper_20_regular`
`ic_fluent_building_skyscraper_24_regular`| |Building Townhouse||`buildingTownhouse20Regular`
`buildingTownhouse24Regular`
`buildingTownhouse32Regular`|`ic_fluent_building_townhouse_20_regular`
`ic_fluent_building_townhouse_24_regular`
`ic_fluent_building_townhouse_32_regular`| +|CD||`cd16Regular`|`ic_fluent_cd_16_regular`| |Calculator||`calculator16Regular`
`calculator20Regular`
`calculator24Regular`|`ic_fluent_calculator_16_regular`
`ic_fluent_calculator_20_regular`
`ic_fluent_calculator_24_regular`| |Calculator Arrow Clockwise||`calculatorArrowClockwise20Regular`
`calculatorArrowClockwise24Regular`|`ic_fluent_calculator_arrow_clockwise_20_regular`
`ic_fluent_calculator_arrow_clockwise_24_regular`| |Calculator Multiple||`calculatorMultiple16Regular`
`calculatorMultiple20Regular`
`calculatorMultiple24Regular`|`ic_fluent_calculator_multiple_16_regular`
`ic_fluent_calculator_multiple_20_regular`
`ic_fluent_calculator_multiple_24_regular`| |Calendar 3 Day||`calendar3Day16Regular`
`calendar3Day20Regular`
`calendar3Day24Regular`
`calendar3Day28Regular`|`ic_fluent_calendar_3_day_16_regular`
`ic_fluent_calendar_3_day_20_regular`
`ic_fluent_calendar_3_day_24_regular`
`ic_fluent_calendar_3_day_28_regular`| |Calendar Add||`calendarAdd16Regular`
`calendarAdd20Regular`
`calendarAdd24Regular`
`calendarAdd28Regular`|`ic_fluent_calendar_add_16_regular`
`ic_fluent_calendar_add_20_regular`
`ic_fluent_calendar_add_24_regular`
`ic_fluent_calendar_add_28_regular`| |Calendar Agenda||`calendarAgenda20Regular`
`calendarAgenda24Regular`
`calendarAgenda28Regular`|`ic_fluent_calendar_agenda_20_regular`
`ic_fluent_calendar_agenda_24_regular`
`ic_fluent_calendar_agenda_28_regular`| +|Calendar Arrow Counterclockwise||`calendarArrowCounterclockwise16Regular`
`calendarArrowCounterclockwise20Regular`
`calendarArrowCounterclockwise24Regular`
`calendarArrowCounterclockwise28Regular`
`calendarArrowCounterclockwise32Regular`
`calendarArrowCounterclockwise48Regular`|`ic_fluent_calendar_arrow_counterclockwise_16_regular`
`ic_fluent_calendar_arrow_counterclockwise_20_regular`
`ic_fluent_calendar_arrow_counterclockwise_24_regular`
`ic_fluent_calendar_arrow_counterclockwise_28_regular`
`ic_fluent_calendar_arrow_counterclockwise_32_regular`
`ic_fluent_calendar_arrow_counterclockwise_48_regular`| |Calendar Arrow Down||`calendarArrowDown20Regular`
`calendarArrowDown24Regular`|`ic_fluent_calendar_arrow_down_20_regular`
`ic_fluent_calendar_arrow_down_24_regular`| |Calendar Arrow Right||`calendarArrowRight16Regular`
`calendarArrowRight20Regular`
`calendarArrowRight24Regular`|`ic_fluent_calendar_arrow_right_16_regular`
`ic_fluent_calendar_arrow_right_20_regular`
`ic_fluent_calendar_arrow_right_24_regular`| |Calendar Assistant||`calendarAssistant16Regular`
`calendarAssistant20Regular`
`calendarAssistant24Regular`|`ic_fluent_calendar_assistant_16_regular`
`ic_fluent_calendar_assistant_20_regular`
`ic_fluent_calendar_assistant_24_regular`| @@ -359,11 +367,13 @@ |Calendar Pattern||`calendarPattern16Regular`
`calendarPattern20Regular`|`ic_fluent_calendar_pattern_16_regular`
`ic_fluent_calendar_pattern_20_regular`| |Calendar Person||`calendarPerson16Regular`
`calendarPerson20Regular`
`calendarPerson24Regular`|`ic_fluent_calendar_person_16_regular`
`ic_fluent_calendar_person_20_regular`
`ic_fluent_calendar_person_24_regular`| |Calendar Phone||`calendarPhone16Regular`
`calendarPhone20Regular`|`ic_fluent_calendar_phone_16_regular`
`ic_fluent_calendar_phone_20_regular`| +|Calendar Play||`calendarPlay16Regular`
`calendarPlay20Regular`
`calendarPlay24Regular`
`calendarPlay28Regular`|`ic_fluent_calendar_play_16_regular`
`ic_fluent_calendar_play_20_regular`
`ic_fluent_calendar_play_24_regular`
`ic_fluent_calendar_play_28_regular`| |Calendar Question Mark||`calendarQuestionMark16Regular`
`calendarQuestionMark20Regular`
`calendarQuestionMark24Regular`|`ic_fluent_calendar_question_mark_16_regular`
`ic_fluent_calendar_question_mark_20_regular`
`ic_fluent_calendar_question_mark_24_regular`| |Calendar RTL||`calendarRtl12Regular`
`calendarRtl16Regular`
`calendarRtl20Regular`
`calendarRtl24Regular`
`calendarRtl28Regular`
`calendarRtl32Regular`
`calendarRtl48Regular`|`ic_fluent_calendar_rtl_12_regular`
`ic_fluent_calendar_rtl_16_regular`
`ic_fluent_calendar_rtl_20_regular`
`ic_fluent_calendar_rtl_24_regular`
`ic_fluent_calendar_rtl_28_regular`
`ic_fluent_calendar_rtl_32_regular`
`ic_fluent_calendar_rtl_48_regular`| |Calendar Reply||`calendarReply16Regular`
`calendarReply20Regular`
`calendarReply24Regular`
`calendarReply28Regular`|`ic_fluent_calendar_reply_16_regular`
`ic_fluent_calendar_reply_20_regular`
`ic_fluent_calendar_reply_24_regular`
`ic_fluent_calendar_reply_28_regular`| |Calendar Search||`calendarSearch16Regular`
`calendarSearch20Regular`|`ic_fluent_calendar_search_16_regular`
`ic_fluent_calendar_search_20_regular`| |Calendar Settings||`calendarSettings16Regular`
`calendarSettings20Regular`
`calendarSettings24Regular`
`calendarSettings28Regular`
`calendarSettings32Regular`
`calendarSettings48Regular`|`ic_fluent_calendar_settings_16_regular`
`ic_fluent_calendar_settings_20_regular`
`ic_fluent_calendar_settings_24_regular`
`ic_fluent_calendar_settings_28_regular`
`ic_fluent_calendar_settings_32_regular`
`ic_fluent_calendar_settings_48_regular`| +|Calendar Shield||`calendarShield16Regular`
`calendarShield20Regular`
`calendarShield24Regular`
`calendarShield28Regular`
`calendarShield32Regular`
`calendarShield48Regular`|`ic_fluent_calendar_shield_16_regular`
`ic_fluent_calendar_shield_20_regular`
`ic_fluent_calendar_shield_24_regular`
`ic_fluent_calendar_shield_28_regular`
`ic_fluent_calendar_shield_32_regular`
`ic_fluent_calendar_shield_48_regular`| |Calendar Star||`calendarStar16Regular`
`calendarStar20Regular`
`calendarStar24Regular`|`ic_fluent_calendar_star_16_regular`
`ic_fluent_calendar_star_20_regular`
`ic_fluent_calendar_star_24_regular`| |Calendar Sync||`calendarSync16Regular`
`calendarSync20Regular`
`calendarSync24Regular`|`ic_fluent_calendar_sync_16_regular`
`ic_fluent_calendar_sync_20_regular`
`ic_fluent_calendar_sync_24_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`| @@ -385,7 +395,7 @@ |Call Park||`callPark16Regular`
`callPark20Regular`
`callPark24Regular`
`callPark28Regular`
`callPark32Regular`
`callPark48Regular`|`ic_fluent_call_park_16_regular`
`ic_fluent_call_park_20_regular`
`ic_fluent_call_park_24_regular`
`ic_fluent_call_park_28_regular`
`ic_fluent_call_park_32_regular`
`ic_fluent_call_park_48_regular`| |Call Pause||`callPause20Regular`
`callPause24Regular`|`ic_fluent_call_pause_20_regular`
`ic_fluent_call_pause_24_regular`| |Call Prohibited||`callProhibited16Regular`
`callProhibited20Regular`
`callProhibited24Regular`
`callProhibited28Regular`
`callProhibited48Regular`|`ic_fluent_call_prohibited_16_regular`
`ic_fluent_call_prohibited_20_regular`
`ic_fluent_call_prohibited_24_regular`
`ic_fluent_call_prohibited_28_regular`
`ic_fluent_call_prohibited_48_regular`| -|Call Transfer||`callTransfer16Regular`
`callTransfer20Regular`|`ic_fluent_call_transfer_16_regular`
`ic_fluent_call_transfer_20_regular`| +|Call Transfer||`callTransfer16Regular`
`callTransfer20Regular`
`callTransfer24Regular`
`callTransfer32Regular`|`ic_fluent_call_transfer_16_regular`
`ic_fluent_call_transfer_20_regular`
`ic_fluent_call_transfer_24_regular`
`ic_fluent_call_transfer_32_regular`| |Call Warning||`callWarning16Regular`
`callWarning20Regular`|`ic_fluent_call_warning_16_regular`
`ic_fluent_call_warning_20_regular`| |Calligraphy Pen||`calligraphyPen20Regular`
`calligraphyPen24Regular`|`ic_fluent_calligraphy_pen_20_regular`
`ic_fluent_calligraphy_pen_24_regular`| |Calligraphy Pen Checkmark||`calligraphyPenCheckmark20Regular`|`ic_fluent_calligraphy_pen_checkmark_20_regular`| @@ -395,7 +405,7 @@ |Camera Add||`cameraAdd20Regular`
`cameraAdd24Regular`
`cameraAdd48Regular`|`ic_fluent_camera_add_20_regular`
`ic_fluent_camera_add_24_regular`
`ic_fluent_camera_add_48_regular`| |Camera Dome||`cameraDome16Regular`
`cameraDome20Regular`
`cameraDome24Regular`
`cameraDome28Regular`
`cameraDome48Regular`|`ic_fluent_camera_dome_16_regular`
`ic_fluent_camera_dome_20_regular`
`ic_fluent_camera_dome_24_regular`
`ic_fluent_camera_dome_28_regular`
`ic_fluent_camera_dome_48_regular`| |Camera Edit||`cameraEdit20Regular`|`ic_fluent_camera_edit_20_regular`| -|Camera Off||`cameraOff20Regular`
`cameraOff24Regular`|`ic_fluent_camera_off_20_regular`
`ic_fluent_camera_off_24_regular`| +|Camera Off||`cameraOff16Regular`
`cameraOff20Regular`
`cameraOff24Regular`|`ic_fluent_camera_off_16_regular`
`ic_fluent_camera_off_20_regular`
`ic_fluent_camera_off_24_regular`| |Camera Sparkles||`cameraSparkles16Regular`
`cameraSparkles20Regular`
`cameraSparkles24Regular`|`ic_fluent_camera_sparkles_16_regular`
`ic_fluent_camera_sparkles_20_regular`
`ic_fluent_camera_sparkles_24_regular`| |Camera Switch||`cameraSwitch20Regular`
`cameraSwitch24Regular`|`ic_fluent_camera_switch_20_regular`
`ic_fluent_camera_switch_24_regular`| |Caret Down||`caretDown12Regular`
`caretDown16Regular`
`caretDown20Regular`
`caretDown24Regular`|`ic_fluent_caret_down_12_regular`
`ic_fluent_caret_down_16_regular`
`ic_fluent_caret_down_20_regular`
`ic_fluent_caret_down_24_regular`| @@ -418,7 +428,7 @@ |Cellular Warning||`cellularWarning20Regular`
`cellularWarning24Regular`|`ic_fluent_cellular_warning_20_regular`
`ic_fluent_cellular_warning_24_regular`| |Center Horizontal||`centerHorizontal20Regular`
`centerHorizontal24Regular`|`ic_fluent_center_horizontal_20_regular`
`ic_fluent_center_horizontal_24_regular`| |Center Vertical||`centerVertical20Regular`
`centerVertical24Regular`|`ic_fluent_center_vertical_20_regular`
`ic_fluent_center_vertical_24_regular`| -|Certificate||`certificate20Regular`
`certificate24Regular`|`ic_fluent_certificate_20_regular`
`ic_fluent_certificate_24_regular`| +|Certificate||`certificate16Regular`
`certificate20Regular`
`certificate24Regular`|`ic_fluent_certificate_16_regular`
`ic_fluent_certificate_20_regular`
`ic_fluent_certificate_24_regular`| |Channel||`channel16Regular`
`channel20Regular`
`channel24Regular`
`channel28Regular`
`channel48Regular`|`ic_fluent_channel_16_regular`
`ic_fluent_channel_20_regular`
`ic_fluent_channel_24_regular`
`ic_fluent_channel_28_regular`
`ic_fluent_channel_48_regular`| |Channel Add||`channelAdd16Regular`
`channelAdd20Regular`
`channelAdd24Regular`
`channelAdd28Regular`
`channelAdd48Regular`|`ic_fluent_channel_add_16_regular`
`ic_fluent_channel_add_20_regular`
`ic_fluent_channel_add_24_regular`
`ic_fluent_channel_add_28_regular`
`ic_fluent_channel_add_48_regular`| |Channel Alert||`channelAlert16Regular`
`channelAlert20Regular`
`channelAlert24Regular`
`channelAlert28Regular`
`channelAlert48Regular`|`ic_fluent_channel_alert_16_regular`
`ic_fluent_channel_alert_20_regular`
`ic_fluent_channel_alert_24_regular`
`ic_fluent_channel_alert_28_regular`
`ic_fluent_channel_alert_48_regular`| @@ -499,26 +509,27 @@ |Clipboard Data Bar||`clipboardDataBar20Regular`
`clipboardDataBar24Regular`
`clipboardDataBar32Regular`|`ic_fluent_clipboard_data_bar_20_regular`
`ic_fluent_clipboard_data_bar_24_regular`
`ic_fluent_clipboard_data_bar_32_regular`| |Clipboard Day||`clipboardDay16Regular`
`clipboardDay20Regular`
`clipboardDay24Regular`|`ic_fluent_clipboard_day_16_regular`
`ic_fluent_clipboard_day_20_regular`
`ic_fluent_clipboard_day_24_regular`| |Clipboard Edit||`clipboardEdit20Regular`|`ic_fluent_clipboard_edit_20_regular`| -|Clipboard Error||`clipboardError20Regular`
`clipboardError24Regular`|`ic_fluent_clipboard_error_20_regular`
`ic_fluent_clipboard_error_24_regular`| +|Clipboard Error||`clipboardError16Regular`
`clipboardError20Regular`
`clipboardError24Regular`|`ic_fluent_clipboard_error_16_regular`
`ic_fluent_clipboard_error_20_regular`
`ic_fluent_clipboard_error_24_regular`| |Clipboard Heart||`clipboardHeart20Regular`
`clipboardHeart24Regular`|`ic_fluent_clipboard_heart_20_regular`
`ic_fluent_clipboard_heart_24_regular`| |Clipboard Image||`clipboardImage20Regular`
`clipboardImage24Regular`|`ic_fluent_clipboard_image_20_regular`
`ic_fluent_clipboard_image_24_regular`| |Clipboard Letter||`clipboardLetter16Regular`
`clipboardLetter20Regular`
`clipboardLetter24Regular`|`ic_fluent_clipboard_letter_16_regular`
`ic_fluent_clipboard_letter_20_regular`
`ic_fluent_clipboard_letter_24_regular`| |Clipboard Link||`clipboardLink16Regular`
`clipboardLink20Regular`
`clipboardLink24Regular`|`ic_fluent_clipboard_link_16_regular`
`ic_fluent_clipboard_link_20_regular`
`ic_fluent_clipboard_link_24_regular`| |Clipboard Month||`clipboardMonth16Regular`
`clipboardMonth20Regular`
`clipboardMonth24Regular`|`ic_fluent_clipboard_month_16_regular`
`ic_fluent_clipboard_month_20_regular`
`ic_fluent_clipboard_month_24_regular`| |Clipboard More||`clipboardMore20Regular`
`clipboardMore24Regular`|`ic_fluent_clipboard_more_20_regular`
`ic_fluent_clipboard_more_24_regular`| -|Clipboard Note||`clipboardNote20Regular`|`ic_fluent_clipboard_note_20_regular`| +|Clipboard Multiple||`clipboardMultiple16Regular`|`ic_fluent_clipboard_multiple_16_regular`| +|Clipboard Note||`clipboardNote16Regular`
`clipboardNote20Regular`|`ic_fluent_clipboard_note_16_regular`
`ic_fluent_clipboard_note_20_regular`| |Clipboard Paste||`clipboardPaste16Regular`
`clipboardPaste20Regular`
`clipboardPaste24Regular`|`ic_fluent_clipboard_paste_16_regular`
`ic_fluent_clipboard_paste_20_regular`
`ic_fluent_clipboard_paste_24_regular`| |Clipboard Pulse||`clipboardPulse20Regular`
`clipboardPulse24Regular`|`ic_fluent_clipboard_pulse_20_regular`
`ic_fluent_clipboard_pulse_24_regular`| |Clipboard Search||`clipboardSearch20Regular`
`clipboardSearch24Regular`|`ic_fluent_clipboard_search_20_regular`
`ic_fluent_clipboard_search_24_regular`| |Clipboard Settings||`clipboardSettings20Regular`
`clipboardSettings24Regular`|`ic_fluent_clipboard_settings_20_regular`
`ic_fluent_clipboard_settings_24_regular`| -|Clipboard Task||`clipboardTask20Regular`
`clipboardTask24Regular`|`ic_fluent_clipboard_task_20_regular`
`ic_fluent_clipboard_task_24_regular`| +|Clipboard Task||`clipboardTask16Regular`
`clipboardTask20Regular`
`clipboardTask24Regular`|`ic_fluent_clipboard_task_16_regular`
`ic_fluent_clipboard_task_20_regular`
`ic_fluent_clipboard_task_24_regular`| |Clipboard Task Add||`clipboardTaskAdd20Regular`
`clipboardTaskAdd24Regular`|`ic_fluent_clipboard_task_add_20_regular`
`ic_fluent_clipboard_task_add_24_regular`| |Clipboard Task List LTR||`clipboardTaskListLtr20Regular`
`clipboardTaskListLtr24Regular`|`ic_fluent_clipboard_task_list_ltr_20_regular`
`ic_fluent_clipboard_task_list_ltr_24_regular`| |Clipboard Task List RTL||`clipboardTaskListRtl20Regular`
`clipboardTaskListRtl24Regular`|`ic_fluent_clipboard_task_list_rtl_20_regular`
`ic_fluent_clipboard_task_list_rtl_24_regular`| |Clipboard Text||`clipboardText32Regular`|`ic_fluent_clipboard_text_32_regular`| |Clipboard Text Edit||`clipboardTextEdit20Regular`
`clipboardTextEdit24Regular`
`clipboardTextEdit32Regular`|`ic_fluent_clipboard_text_edit_20_regular`
`ic_fluent_clipboard_text_edit_24_regular`
`ic_fluent_clipboard_text_edit_32_regular`| -|Clipboard Text LTR||`clipboardTextLtr20Regular`
`clipboardTextLtr24Regular`
`clipboardTextLtr32Regular`|`ic_fluent_clipboard_text_ltr_20_regular`
`ic_fluent_clipboard_text_ltr_24_regular`
`ic_fluent_clipboard_text_ltr_32_regular`| -|Clipboard Text RTL||`clipboardTextRtl20Regular`
`clipboardTextRtl24Regular`|`ic_fluent_clipboard_text_rtl_20_regular`
`ic_fluent_clipboard_text_rtl_24_regular`| +|Clipboard Text LTR||`clipboardTextLtr16Regular`
`clipboardTextLtr20Regular`
`clipboardTextLtr24Regular`
`clipboardTextLtr32Regular`|`ic_fluent_clipboard_text_ltr_16_regular`
`ic_fluent_clipboard_text_ltr_20_regular`
`ic_fluent_clipboard_text_ltr_24_regular`
`ic_fluent_clipboard_text_ltr_32_regular`| +|Clipboard Text RTL||`clipboardTextRtl16Regular`
`clipboardTextRtl20Regular`
`clipboardTextRtl24Regular`|`ic_fluent_clipboard_text_rtl_16_regular`
`ic_fluent_clipboard_text_rtl_20_regular`
`ic_fluent_clipboard_text_rtl_24_regular`| |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`| @@ -528,25 +539,40 @@ |Closed Caption||`closedCaption16Regular`
`closedCaption20Regular`
`closedCaption24Regular`
`closedCaption28Regular`
`closedCaption32Regular`
`closedCaption48Regular`|`ic_fluent_closed_caption_16_regular`
`ic_fluent_closed_caption_20_regular`
`ic_fluent_closed_caption_24_regular`
`ic_fluent_closed_caption_28_regular`
`ic_fluent_closed_caption_32_regular`
`ic_fluent_closed_caption_48_regular`| |Closed Caption Off||`closedCaptionOff16Regular`
`closedCaptionOff20Regular`
`closedCaptionOff24Regular`
`closedCaptionOff28Regular`
`closedCaptionOff48Regular`|`ic_fluent_closed_caption_off_16_regular`
`ic_fluent_closed_caption_off_20_regular`
`ic_fluent_closed_caption_off_24_regular`
`ic_fluent_closed_caption_off_28_regular`
`ic_fluent_closed_caption_off_48_regular`| |Cloud||`cloud16Regular`
`cloud20Regular`
`cloud24Regular`
`cloud28Regular`
`cloud32Regular`
`cloud48Regular`|`ic_fluent_cloud_16_regular`
`ic_fluent_cloud_20_regular`
`ic_fluent_cloud_24_regular`
`ic_fluent_cloud_28_regular`
`ic_fluent_cloud_32_regular`
`ic_fluent_cloud_48_regular`| -|Cloud Add||`cloudAdd16Regular`
`cloudAdd20Regular`|`ic_fluent_cloud_add_16_regular`
`ic_fluent_cloud_add_20_regular`| +|Cloud Add||`cloudAdd16Regular`
`cloudAdd20Regular`
`cloudAdd24Regular`|`ic_fluent_cloud_add_16_regular`
`ic_fluent_cloud_add_20_regular`
`ic_fluent_cloud_add_24_regular`| |Cloud Archive||`cloudArchive16Regular`
`cloudArchive20Regular`
`cloudArchive24Regular`
`cloudArchive28Regular`
`cloudArchive32Regular`
`cloudArchive48Regular`|`ic_fluent_cloud_archive_16_regular`
`ic_fluent_cloud_archive_20_regular`
`ic_fluent_cloud_archive_24_regular`
`ic_fluent_cloud_archive_28_regular`
`ic_fluent_cloud_archive_32_regular`
`ic_fluent_cloud_archive_48_regular`| |Cloud Arrow Down||`cloudArrowDown16Regular`
`cloudArrowDown20Regular`
`cloudArrowDown24Regular`
`cloudArrowDown28Regular`
`cloudArrowDown32Regular`
`cloudArrowDown48Regular`|`ic_fluent_cloud_arrow_down_16_regular`
`ic_fluent_cloud_arrow_down_20_regular`
`ic_fluent_cloud_arrow_down_24_regular`
`ic_fluent_cloud_arrow_down_28_regular`
`ic_fluent_cloud_arrow_down_32_regular`
`ic_fluent_cloud_arrow_down_48_regular`| |Cloud Arrow Up||`cloudArrowUp16Regular`
`cloudArrowUp20Regular`
`cloudArrowUp24Regular`
`cloudArrowUp28Regular`
`cloudArrowUp32Regular`
`cloudArrowUp48Regular`|`ic_fluent_cloud_arrow_up_16_regular`
`ic_fluent_cloud_arrow_up_20_regular`
`ic_fluent_cloud_arrow_up_24_regular`
`ic_fluent_cloud_arrow_up_28_regular`
`ic_fluent_cloud_arrow_up_32_regular`
`ic_fluent_cloud_arrow_up_48_regular`| |Cloud Checkmark||`cloudCheckmark16Regular`
`cloudCheckmark20Regular`
`cloudCheckmark24Regular`
`cloudCheckmark28Regular`
`cloudCheckmark32Regular`
`cloudCheckmark48Regular`|`ic_fluent_cloud_checkmark_16_regular`
`ic_fluent_cloud_checkmark_20_regular`
`ic_fluent_cloud_checkmark_24_regular`
`ic_fluent_cloud_checkmark_28_regular`
`ic_fluent_cloud_checkmark_32_regular`
`ic_fluent_cloud_checkmark_48_regular`| |Cloud Dismiss||`cloudDismiss16Regular`
`cloudDismiss20Regular`
`cloudDismiss24Regular`
`cloudDismiss28Regular`
`cloudDismiss32Regular`
`cloudDismiss48Regular`|`ic_fluent_cloud_dismiss_16_regular`
`ic_fluent_cloud_dismiss_20_regular`
`ic_fluent_cloud_dismiss_24_regular`
`ic_fluent_cloud_dismiss_28_regular`
`ic_fluent_cloud_dismiss_32_regular`
`ic_fluent_cloud_dismiss_48_regular`| -|Cloud Edit||`cloudEdit16Regular`
`cloudEdit20Regular`|`ic_fluent_cloud_edit_16_regular`
`ic_fluent_cloud_edit_20_regular`| +|Cloud Edit||`cloudEdit16Regular`
`cloudEdit20Regular`
`cloudEdit24Regular`|`ic_fluent_cloud_edit_16_regular`
`ic_fluent_cloud_edit_20_regular`
`ic_fluent_cloud_edit_24_regular`| |Cloud Error||`cloudError16Regular`
`cloudError20Regular`
`cloudError24Regular`
`cloudError28Regular`
`cloudError32Regular`
`cloudError48Regular`|`ic_fluent_cloud_error_16_regular`
`ic_fluent_cloud_error_20_regular`
`ic_fluent_cloud_error_24_regular`
`ic_fluent_cloud_error_28_regular`
`ic_fluent_cloud_error_32_regular`
`ic_fluent_cloud_error_48_regular`| |Cloud Flow||`cloudFlow20Regular`
`cloudFlow24Regular`|`ic_fluent_cloud_flow_20_regular`
`ic_fluent_cloud_flow_24_regular`| -|Cloud Link||`cloudLink16Regular`
`cloudLink20Regular`|`ic_fluent_cloud_link_16_regular`
`ic_fluent_cloud_link_20_regular`| +|Cloud Link||`cloudLink16Regular`
`cloudLink20Regular`
`cloudLink24Regular`|`ic_fluent_cloud_link_16_regular`
`ic_fluent_cloud_link_20_regular`
`ic_fluent_cloud_link_24_regular`| |Cloud Off||`cloudOff16Regular`
`cloudOff20Regular`
`cloudOff24Regular`
`cloudOff28Regular`
`cloudOff32Regular`
`cloudOff48Regular`|`ic_fluent_cloud_off_16_regular`
`ic_fluent_cloud_off_20_regular`
`ic_fluent_cloud_off_24_regular`
`ic_fluent_cloud_off_28_regular`
`ic_fluent_cloud_off_32_regular`
`ic_fluent_cloud_off_48_regular`| |Cloud Swap||`cloudSwap20Regular`
`cloudSwap24Regular`|`ic_fluent_cloud_swap_20_regular`
`ic_fluent_cloud_swap_24_regular`| |Cloud Sync||`cloudSync16Regular`
`cloudSync20Regular`
`cloudSync24Regular`
`cloudSync28Regular`
`cloudSync32Regular`
`cloudSync48Regular`|`ic_fluent_cloud_sync_16_regular`
`ic_fluent_cloud_sync_20_regular`
`ic_fluent_cloud_sync_24_regular`
`ic_fluent_cloud_sync_28_regular`
`ic_fluent_cloud_sync_32_regular`
`ic_fluent_cloud_sync_48_regular`| |Cloud Words||`cloudWords16Regular`
`cloudWords20Regular`
`cloudWords24Regular`
`cloudWords28Regular`
`cloudWords32Regular`
`cloudWords48Regular`|`ic_fluent_cloud_words_16_regular`
`ic_fluent_cloud_words_20_regular`
`ic_fluent_cloud_words_24_regular`
`ic_fluent_cloud_words_28_regular`
`ic_fluent_cloud_words_32_regular`
`ic_fluent_cloud_words_48_regular`| |Code||`code16Regular`
`code20Regular`
`code24Regular`|`ic_fluent_code_16_regular`
`ic_fluent_code_20_regular`
`ic_fluent_code_24_regular`| |Code Block||`codeBlock16Regular`
`codeBlock20Regular`
`codeBlock24Regular`
`codeBlock28Regular`
`codeBlock32Regular`
`codeBlock48Regular`|`ic_fluent_code_block_16_regular`
`ic_fluent_code_block_20_regular`
`ic_fluent_code_block_24_regular`
`ic_fluent_code_block_28_regular`
`ic_fluent_code_block_32_regular`
`ic_fluent_code_block_48_regular`| +|Code CS||`codeCs16Regular`|`ic_fluent_code_cs_16_regular`| +|Code CS Rectangle||`codeCsRectangle16Regular`|`ic_fluent_code_cs_rectangle_16_regular`| |Code Circle||`codeCircle20Regular`|`ic_fluent_code_circle_20_regular`| +|Code FS||`codeFs16Regular`|`ic_fluent_code_fs_16_regular`| +|Code FS Rectangle||`codeFsRectangle16Regular`|`ic_fluent_code_fs_rectangle_16_regular`| +|Code JS||`codeJs16Regular`|`ic_fluent_code_js_16_regular`| +|Code JS Rectangle||`codeJsRectangle16Regular`|`ic_fluent_code_js_rectangle_16_regular`| +|Code PY||`codePy16Regular`|`ic_fluent_code_py_16_regular`| +|Code PY Rectangle||`codePyRectangle16Regular`|`ic_fluent_code_py_rectangle_16_regular`| +|Code RB||`codeRb16Regular`|`ic_fluent_code_rb_16_regular`| +|Code RB Rectangle||`codeRbRectangle16Regular`|`ic_fluent_code_rb_rectangle_16_regular`| +|Code TS||`codeTs16Regular`|`ic_fluent_code_ts_16_regular`| +|Code TS Rectangle||`codeTsRectangle16Regular`|`ic_fluent_code_ts_rectangle_16_regular`| |Code Text||`codeText16Regular`
`codeText20Regular`|`ic_fluent_code_text_16_regular`
`ic_fluent_code_text_20_regular`| |Code Text Edit||`codeTextEdit20Regular`|`ic_fluent_code_text_edit_20_regular`| +|Code Text Off||`codeTextOff16Regular`|`ic_fluent_code_text_off_16_regular`| +|Code VB||`codeVb16Regular`|`ic_fluent_code_vb_16_regular`| +|Code VB Rectangle||`codeVbRectangle16Regular`|`ic_fluent_code_vb_rectangle_16_regular`| |Collections||`collections20Regular`
`collections24Regular`|`ic_fluent_collections_20_regular`
`ic_fluent_collections_24_regular`| |Collections Add||`collectionsAdd20Regular`
`collectionsAdd24Regular`|`ic_fluent_collections_add_20_regular`
`ic_fluent_collections_add_24_regular`| |Color||`color16Regular`
`color20Regular`
`color24Regular`|`ic_fluent_color_16_regular`
`ic_fluent_color_20_regular`
`ic_fluent_color_24_regular`| @@ -588,6 +614,7 @@ |Component 2 Double Tap Swipe Down||`component2DoubleTapSwipeDown24Regular`|`ic_fluent_component_2_double_tap_swipe_down_24_regular`| |Component 2 Double Tap Swipe Up||`component2DoubleTapSwipeUp24Regular`|`ic_fluent_component_2_double_tap_swipe_up_24_regular`| |Compose||`compose16Regular`
`compose20Regular`
`compose24Regular`
`compose28Regular`|`ic_fluent_compose_16_regular`
`ic_fluent_compose_20_regular`
`ic_fluent_compose_24_regular`
`ic_fluent_compose_28_regular`| +|Cone||`cone16Regular`|`ic_fluent_cone_16_regular`| |Conference Room||`conferenceRoom16Regular`
`conferenceRoom20Regular`
`conferenceRoom24Regular`
`conferenceRoom28Regular`
`conferenceRoom48Regular`|`ic_fluent_conference_room_16_regular`
`ic_fluent_conference_room_20_regular`
`ic_fluent_conference_room_24_regular`
`ic_fluent_conference_room_28_regular`
`ic_fluent_conference_room_48_regular`| |Connected||`connected16Regular`
`connected20Regular`|`ic_fluent_connected_16_regular`
`ic_fluent_connected_20_regular`| |Connector||`connector16Regular`
`connector20Regular`
`connector24Regular`|`ic_fluent_connector_16_regular`
`ic_fluent_connector_20_regular`
`ic_fluent_connector_24_regular`| @@ -633,8 +660,10 @@ |Dark Theme||`darkTheme20Regular`
`darkTheme24Regular`|`ic_fluent_dark_theme_20_regular`
`ic_fluent_dark_theme_24_regular`| |Data Area||`dataArea20Regular`
`dataArea24Regular`|`ic_fluent_data_area_20_regular`
`ic_fluent_data_area_24_regular`| |Data Bar Horizontal||`dataBarHorizontal20Regular`
`dataBarHorizontal24Regular`|`ic_fluent_data_bar_horizontal_20_regular`
`ic_fluent_data_bar_horizontal_24_regular`| +|Data Bar Horizontal Descending||`dataBarHorizontalDescending16Regular`|`ic_fluent_data_bar_horizontal_descending_16_regular`| |Data Bar Vertical||`dataBarVertical16Regular`
`dataBarVertical20Regular`
`dataBarVertical24Regular`
`dataBarVertical32Regular`|`ic_fluent_data_bar_vertical_16_regular`
`ic_fluent_data_bar_vertical_20_regular`
`ic_fluent_data_bar_vertical_24_regular`
`ic_fluent_data_bar_vertical_32_regular`| |Data Bar Vertical Add||`dataBarVerticalAdd20Regular`
`dataBarVerticalAdd24Regular`|`ic_fluent_data_bar_vertical_add_20_regular`
`ic_fluent_data_bar_vertical_add_24_regular`| +|Data Bar Vertical Ascending||`dataBarVerticalAscending16Regular`|`ic_fluent_data_bar_vertical_ascending_16_regular`| |Data Bar Vertical Star||`dataBarVerticalStar16Regular`
`dataBarVerticalStar20Regular`
`dataBarVerticalStar24Regular`
`dataBarVerticalStar32Regular`|`ic_fluent_data_bar_vertical_star_16_regular`
`ic_fluent_data_bar_vertical_star_20_regular`
`ic_fluent_data_bar_vertical_star_24_regular`
`ic_fluent_data_bar_vertical_star_32_regular`| |Data Funnel||`dataFunnel20Regular`
`dataFunnel24Regular`|`ic_fluent_data_funnel_20_regular`
`ic_fluent_data_funnel_24_regular`| |Data Histogram||`dataHistogram20Regular`
`dataHistogram24Regular`|`ic_fluent_data_histogram_20_regular`
`ic_fluent_data_histogram_24_regular`| @@ -650,7 +679,7 @@ |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`| -|Database||`database20Regular`
`database24Regular`
`database32Regular`|`ic_fluent_database_20_regular`
`ic_fluent_database_24_regular`
`ic_fluent_database_32_regular`| +|Database||`database16Regular`
`database20Regular`
`database24Regular`
`database32Regular`|`ic_fluent_database_16_regular`
`ic_fluent_database_20_regular`
`ic_fluent_database_24_regular`
`ic_fluent_database_32_regular`| |Database Arrow Down||`databaseArrowDown20Regular`|`ic_fluent_database_arrow_down_20_regular`| |Database Arrow Right||`databaseArrowRight20Regular`
`databaseArrowRight24Regular`
`databaseArrowRight32Regular`|`ic_fluent_database_arrow_right_20_regular`
`ic_fluent_database_arrow_right_24_regular`
`ic_fluent_database_arrow_right_32_regular`| |Database Arrow Up||`databaseArrowUp20Regular`|`ic_fluent_database_arrow_up_20_regular`| @@ -660,6 +689,7 @@ |Database Person||`databasePerson20Regular`
`databasePerson24Regular`|`ic_fluent_database_person_20_regular`
`ic_fluent_database_person_24_regular`| |Database Plug Connected||`databasePlugConnected20Regular`|`ic_fluent_database_plug_connected_20_regular`| |Database Search||`databaseSearch20Regular`
`databaseSearch24Regular`|`ic_fluent_database_search_20_regular`
`ic_fluent_database_search_24_regular`| +|Database Stack||`databaseStack16Regular`|`ic_fluent_database_stack_16_regular`| |Database Switch||`databaseSwitch20Regular`|`ic_fluent_database_switch_20_regular`| |Database Warning||`databaseWarning20Regular`|`ic_fluent_database_warning_20_regular`| |Database Window||`databaseWindow20Regular`|`ic_fluent_database_window_20_regular`| @@ -686,7 +716,7 @@ |Desktop Speaker Off||`desktopSpeakerOff20Regular`
`desktopSpeakerOff24Regular`|`ic_fluent_desktop_speaker_off_20_regular`
`ic_fluent_desktop_speaker_off_24_regular`| |Desktop Sync||`desktopSync16Regular`
`desktopSync20Regular`
`desktopSync24Regular`|`ic_fluent_desktop_sync_16_regular`
`ic_fluent_desktop_sync_20_regular`
`ic_fluent_desktop_sync_24_regular`| |Desktop Toolbox||`desktopToolbox20Regular`
`desktopToolbox24Regular`|`ic_fluent_desktop_toolbox_20_regular`
`ic_fluent_desktop_toolbox_24_regular`| -|Developer Board||`developerBoard20Regular`
`developerBoard24Regular`|`ic_fluent_developer_board_20_regular`
`ic_fluent_developer_board_24_regular`| +|Developer Board||`developerBoard16Regular`
`developerBoard20Regular`
`developerBoard24Regular`|`ic_fluent_developer_board_16_regular`
`ic_fluent_developer_board_20_regular`
`ic_fluent_developer_board_24_regular`| |Developer Board Lightning||`developerBoardLightning20Regular`|`ic_fluent_developer_board_lightning_20_regular`| |Developer Board Lightning Toolbox||`developerBoardLightningToolbox20Regular`|`ic_fluent_developer_board_lightning_toolbox_20_regular`| |Developer Board Search||`developerBoardSearch20Regular`
`developerBoardSearch24Regular`|`ic_fluent_developer_board_search_20_regular`
`ic_fluent_developer_board_search_24_regular`| @@ -720,17 +750,20 @@ |Document Bullet List Clock||`documentBulletListClock20Regular`
`documentBulletListClock24Regular`|`ic_fluent_document_bullet_list_clock_20_regular`
`ic_fluent_document_bullet_list_clock_24_regular`| |Document Bullet List Multiple||`documentBulletListMultiple20Regular`
`documentBulletListMultiple24Regular`|`ic_fluent_document_bullet_list_multiple_20_regular`
`ic_fluent_document_bullet_list_multiple_24_regular`| |Document Bullet List Off||`documentBulletListOff20Regular`
`documentBulletListOff24Regular`|`ic_fluent_document_bullet_list_off_20_regular`
`ic_fluent_document_bullet_list_off_24_regular`| -|Document CSS||`documentCss20Regular`
`documentCss24Regular`|`ic_fluent_document_css_20_regular`
`ic_fluent_document_css_24_regular`| +|Document CS||`documentCs16Regular`|`ic_fluent_document_cs_16_regular`| +|Document CSS||`documentCss16Regular`
`documentCss20Regular`
`documentCss24Regular`|`ic_fluent_document_css_16_regular`
`ic_fluent_document_css_20_regular`
`ic_fluent_document_css_24_regular`| |Document Catch Up||`documentCatchUp16Regular`
`documentCatchUp20Regular`
`documentCatchUp24Regular`|`ic_fluent_document_catch_up_16_regular`
`ic_fluent_document_catch_up_20_regular`
`ic_fluent_document_catch_up_24_regular`| |Document Checkmark||`documentCheckmark20Regular`
`documentCheckmark24Regular`|`ic_fluent_document_checkmark_20_regular`
`ic_fluent_document_checkmark_24_regular`| |Document Chevron Double||`documentChevronDouble20Regular`
`documentChevronDouble24Regular`|`ic_fluent_document_chevron_double_20_regular`
`ic_fluent_document_chevron_double_24_regular`| +|Document Contract||`documentContract16Regular`|`ic_fluent_document_contract_16_regular`| |Document Copy||`documentCopy16Regular`
`documentCopy20Regular`
`documentCopy24Regular`
`documentCopy48Regular`|`ic_fluent_document_copy_16_regular`
`ic_fluent_document_copy_20_regular`
`ic_fluent_document_copy_24_regular`
`ic_fluent_document_copy_48_regular`| -|Document Data||`documentData20Regular`
`documentData24Regular`
`documentData32Regular`|`ic_fluent_document_data_20_regular`
`ic_fluent_document_data_24_regular`
`ic_fluent_document_data_32_regular`| +|Document Data||`documentData16Regular`
`documentData20Regular`
`documentData24Regular`
`documentData32Regular`|`ic_fluent_document_data_16_regular`
`ic_fluent_document_data_20_regular`
`ic_fluent_document_data_24_regular`
`ic_fluent_document_data_32_regular`| |Document Database||`documentDatabase20Regular`
`documentDatabase24Regular`|`ic_fluent_document_database_20_regular`
`ic_fluent_document_database_24_regular`| |Document Dismiss||`documentDismiss16Regular`
`documentDismiss20Regular`
`documentDismiss24Regular`|`ic_fluent_document_dismiss_16_regular`
`ic_fluent_document_dismiss_20_regular`
`ic_fluent_document_dismiss_24_regular`| |Document Edit||`documentEdit16Regular`
`documentEdit20Regular`
`documentEdit24Regular`|`ic_fluent_document_edit_16_regular`
`ic_fluent_document_edit_20_regular`
`ic_fluent_document_edit_24_regular`| |Document Endnote||`documentEndnote20Regular`
`documentEndnote24Regular`|`ic_fluent_document_endnote_20_regular`
`ic_fluent_document_endnote_24_regular`| |Document Error||`documentError16Regular`
`documentError20Regular`
`documentError24Regular`|`ic_fluent_document_error_16_regular`
`ic_fluent_document_error_20_regular`
`ic_fluent_document_error_24_regular`| +|Document FS||`documentFs16Regular`|`ic_fluent_document_fs_16_regular`| |Document Flowchart||`documentFlowchart20Regular`
`documentFlowchart24Regular`|`ic_fluent_document_flowchart_20_regular`
`ic_fluent_document_flowchart_24_regular`| |Document Footer||`documentFooter16Regular`
`documentFooter20Regular`
`documentFooter24Regular`|`ic_fluent_document_footer_16_regular`
`ic_fluent_document_footer_20_regular`
`ic_fluent_document_footer_24_regular`| |Document Footer Dismiss||`documentFooterDismiss20Regular`
`documentFooterDismiss24Regular`|`ic_fluent_document_footer_dismiss_20_regular`
`ic_fluent_document_footer_dismiss_24_regular`| @@ -740,6 +773,7 @@ |Document Header Footer||`documentHeaderFooter16Regular`
`documentHeaderFooter20Regular`
`documentHeaderFooter24Regular`|`ic_fluent_document_header_footer_16_regular`
`ic_fluent_document_header_footer_20_regular`
`ic_fluent_document_header_footer_24_regular`| |Document Heart||`documentHeart20Regular`
`documentHeart24Regular`|`ic_fluent_document_heart_20_regular`
`ic_fluent_document_heart_24_regular`| |Document Heart Pulse||`documentHeartPulse20Regular`
`documentHeartPulse24Regular`|`ic_fluent_document_heart_pulse_20_regular`
`ic_fluent_document_heart_pulse_24_regular`| +|Document JS||`documentJs16Regular`|`ic_fluent_document_js_16_regular`| |Document Javascript||`documentJavascript20Regular`
`documentJavascript24Regular`|`ic_fluent_document_javascript_20_regular`
`ic_fluent_document_javascript_24_regular`| |Document Landscape||`documentLandscape20Regular`
`documentLandscape24Regular`|`ic_fluent_document_landscape_20_regular`
`ic_fluent_document_landscape_24_regular`| |Document Landscape Data||`documentLandscapeData20Regular`
`documentLandscapeData24Regular`|`ic_fluent_document_landscape_data_20_regular`
`ic_fluent_document_landscape_data_24_regular`| @@ -753,8 +787,10 @@ |Document Multiple Percent||`documentMultiplePercent20Regular`
`documentMultiplePercent24Regular`|`ic_fluent_document_multiple_percent_20_regular`
`ic_fluent_document_multiple_percent_24_regular`| |Document Multiple Prohibited||`documentMultipleProhibited20Regular`
`documentMultipleProhibited24Regular`|`ic_fluent_document_multiple_prohibited_20_regular`
`ic_fluent_document_multiple_prohibited_24_regular`| |Document Multiple Sync||`documentMultipleSync20Regular`|`ic_fluent_document_multiple_sync_20_regular`| +|Document Number 1||`documentNumber116Regular`|`ic_fluent_document_number_1_16_regular`| |Document One Page||`documentOnePage20Regular`
`documentOnePage24Regular`|`ic_fluent_document_one_page_20_regular`
`ic_fluent_document_one_page_24_regular`| |Document PDF||`documentPdf16Regular`
`documentPdf20Regular`
`documentPdf24Regular`
`documentPdf32Regular`|`ic_fluent_document_pdf_16_regular`
`ic_fluent_document_pdf_20_regular`
`ic_fluent_document_pdf_24_regular`
`ic_fluent_document_pdf_32_regular`| +|Document PY||`documentPy16Regular`|`ic_fluent_document_py_16_regular`| |Document Page Bottom Center||`documentPageBottomCenter20Regular`
`documentPageBottomCenter24Regular`|`ic_fluent_document_page_bottom_center_20_regular`
`ic_fluent_document_page_bottom_center_24_regular`| |Document Page Bottom Left||`documentPageBottomLeft20Regular`
`documentPageBottomLeft24Regular`|`ic_fluent_document_page_bottom_left_20_regular`
`ic_fluent_document_page_bottom_left_24_regular`| |Document Page Bottom Right||`documentPageBottomRight20Regular`
`documentPageBottomRight24Regular`|`ic_fluent_document_page_bottom_right_20_regular`
`ic_fluent_document_page_bottom_right_24_regular`| @@ -771,6 +807,7 @@ |Document Queue||`documentQueue20Regular`
`documentQueue24Regular`|`ic_fluent_document_queue_20_regular`
`ic_fluent_document_queue_24_regular`| |Document Queue Add||`documentQueueAdd20Regular`
`documentQueueAdd24Regular`|`ic_fluent_document_queue_add_20_regular`
`ic_fluent_document_queue_add_24_regular`| |Document Queue Multiple||`documentQueueMultiple20Regular`
`documentQueueMultiple24Regular`|`ic_fluent_document_queue_multiple_20_regular`
`ic_fluent_document_queue_multiple_24_regular`| +|Document RB||`documentRb16Regular`|`ic_fluent_document_rb_16_regular`| |Document Ribbon||`documentRibbon16Regular`
`documentRibbon20Regular`
`documentRibbon24Regular`
`documentRibbon28Regular`
`documentRibbon32Regular`
`documentRibbon48Regular`|`ic_fluent_document_ribbon_16_regular`
`ic_fluent_document_ribbon_20_regular`
`ic_fluent_document_ribbon_24_regular`
`ic_fluent_document_ribbon_28_regular`
`ic_fluent_document_ribbon_32_regular`
`ic_fluent_document_ribbon_48_regular`| |Document Save||`documentSave20Regular`
`documentSave24Regular`|`ic_fluent_document_save_20_regular`
`ic_fluent_document_save_24_regular`| |Document Search||`documentSearch16Regular`
`documentSearch20Regular`
`documentSearch24Regular`|`ic_fluent_document_search_16_regular`
`ic_fluent_document_search_20_regular`
`ic_fluent_document_search_24_regular`| @@ -778,18 +815,21 @@ |Document Split Hint||`documentSplitHint16Regular`
`documentSplitHint20Regular`
`documentSplitHint24Regular`|`ic_fluent_document_split_hint_16_regular`
`ic_fluent_document_split_hint_20_regular`
`ic_fluent_document_split_hint_24_regular`| |Document Split Hint Off||`documentSplitHintOff16Regular`
`documentSplitHintOff20Regular`
`documentSplitHintOff24Regular`|`ic_fluent_document_split_hint_off_16_regular`
`ic_fluent_document_split_hint_off_20_regular`
`ic_fluent_document_split_hint_off_24_regular`| |Document Sync||`documentSync16Regular`
`documentSync20Regular`
`documentSync24Regular`
`documentSync32Regular`|`ic_fluent_document_sync_16_regular`
`ic_fluent_document_sync_20_regular`
`ic_fluent_document_sync_24_regular`
`ic_fluent_document_sync_32_regular`| +|Document TS||`documentTs16Regular`|`ic_fluent_document_ts_16_regular`| |Document Table||`documentTable16Regular`
`documentTable20Regular`
`documentTable24Regular`|`ic_fluent_document_table_16_regular`
`ic_fluent_document_table_20_regular`
`ic_fluent_document_table_24_regular`| |Document Table Arrow Right||`documentTableArrowRight20Regular`
`documentTableArrowRight24Regular`|`ic_fluent_document_table_arrow_right_20_regular`
`ic_fluent_document_table_arrow_right_24_regular`| |Document Table Checkmark||`documentTableCheckmark20Regular`
`documentTableCheckmark24Regular`|`ic_fluent_document_table_checkmark_20_regular`
`ic_fluent_document_table_checkmark_24_regular`| |Document Table Cube||`documentTableCube20Regular`
`documentTableCube24Regular`|`ic_fluent_document_table_cube_20_regular`
`ic_fluent_document_table_cube_24_regular`| |Document Table Search||`documentTableSearch20Regular`
`documentTableSearch24Regular`|`ic_fluent_document_table_search_20_regular`
`ic_fluent_document_table_search_24_regular`| |Document Table Truck||`documentTableTruck20Regular`
`documentTableTruck24Regular`|`ic_fluent_document_table_truck_20_regular`
`ic_fluent_document_table_truck_24_regular`| +|Document Target||`documentTarget16Regular`|`ic_fluent_document_target_16_regular`| |Document Text||`documentText16Regular`
`documentText20Regular`
`documentText24Regular`|`ic_fluent_document_text_16_regular`
`ic_fluent_document_text_20_regular`
`ic_fluent_document_text_24_regular`| |Document Text Clock||`documentTextClock20Regular`
`documentTextClock24Regular`|`ic_fluent_document_text_clock_20_regular`
`ic_fluent_document_text_clock_24_regular`| |Document Text Extract||`documentTextExtract20Regular`
`documentTextExtract24Regular`|`ic_fluent_document_text_extract_20_regular`
`ic_fluent_document_text_extract_24_regular`| |Document Text Link||`documentTextLink20Regular`
`documentTextLink24Regular`|`ic_fluent_document_text_link_20_regular`
`ic_fluent_document_text_link_24_regular`| |Document Text Toolbox||`documentTextToolbox20Regular`
`documentTextToolbox24Regular`|`ic_fluent_document_text_toolbox_20_regular`
`ic_fluent_document_text_toolbox_24_regular`| |Document Toolbox||`documentToolbox20Regular`
`documentToolbox24Regular`|`ic_fluent_document_toolbox_20_regular`
`ic_fluent_document_toolbox_24_regular`| +|Document VB||`documentVb16Regular`|`ic_fluent_document_vb_16_regular`| |Document Width||`documentWidth20Regular`
`documentWidth24Regular`|`ic_fluent_document_width_20_regular`
`ic_fluent_document_width_24_regular`| |Door||`door16Regular`
`door20Regular`
`door28Regular`|`ic_fluent_door_16_regular`
`ic_fluent_door_20_regular`
`ic_fluent_door_28_regular`| |Door Arrow Left||`doorArrowLeft16Regular`
`doorArrowLeft20Regular`
`doorArrowLeft24Regular`|`ic_fluent_door_arrow_left_16_regular`
`ic_fluent_door_arrow_left_20_regular`
`ic_fluent_door_arrow_left_24_regular`| @@ -879,7 +919,7 @@ |Eye Off||`eyeOff16Regular`
`eyeOff20Regular`
`eyeOff24Regular`|`ic_fluent_eye_off_16_regular`
`ic_fluent_eye_off_20_regular`
`ic_fluent_eye_off_24_regular`| |Eye Tracking||`eyeTracking16Regular`
`eyeTracking20Regular`
`eyeTracking24Regular`|`ic_fluent_eye_tracking_16_regular`
`ic_fluent_eye_tracking_20_regular`
`ic_fluent_eye_tracking_24_regular`| |Eye Tracking Off||`eyeTrackingOff16Regular`
`eyeTrackingOff20Regular`
`eyeTrackingOff24Regular`|`ic_fluent_eye_tracking_off_16_regular`
`ic_fluent_eye_tracking_off_20_regular`
`ic_fluent_eye_tracking_off_24_regular`| -|Eyedropper||`eyedropper20Regular`
`eyedropper24Regular`|`ic_fluent_eyedropper_20_regular`
`ic_fluent_eyedropper_24_regular`| +|Eyedropper||`eyedropper16Regular`
`eyedropper20Regular`
`eyedropper24Regular`|`ic_fluent_eyedropper_16_regular`
`ic_fluent_eyedropper_20_regular`
`ic_fluent_eyedropper_24_regular`| |Eyedropper Off||`eyedropperOff20Regular`
`eyedropperOff24Regular`|`ic_fluent_eyedropper_off_20_regular`
`ic_fluent_eyedropper_off_24_regular`| |F Stop||`fStop16Regular`
`fStop20Regular`
`fStop24Regular`
`fStop28Regular`|`ic_fluent_f_stop_16_regular`
`ic_fluent_f_stop_20_regular`
`ic_fluent_f_stop_24_regular`
`ic_fluent_f_stop_28_regular`| |FPS 120||`fps12020Regular`
`fps12024Regular`|`ic_fluent_fps_120_20_regular`
`ic_fluent_fps_120_24_regular`| @@ -929,8 +969,9 @@ |Folder Globe||`folderGlobe16Regular`
`folderGlobe20Regular`|`ic_fluent_folder_globe_16_regular`
`ic_fluent_folder_globe_20_regular`| |Folder Link||`folderLink20Regular`
`folderLink24Regular`
`folderLink28Regular`
`folderLink48Regular`|`ic_fluent_folder_link_20_regular`
`ic_fluent_folder_link_24_regular`
`ic_fluent_folder_link_28_regular`
`ic_fluent_folder_link_48_regular`| |Folder Mail||`folderMail16Regular`
`folderMail20Regular`
`folderMail24Regular`
`folderMail28Regular`|`ic_fluent_folder_mail_16_regular`
`ic_fluent_folder_mail_20_regular`
`ic_fluent_folder_mail_24_regular`
`ic_fluent_folder_mail_28_regular`| +|Folder Multiple||`folderMultiple16Regular`|`ic_fluent_folder_multiple_16_regular`| |Folder Open||`folderOpen16Regular`
`folderOpen20Regular`
`folderOpen24Regular`|`ic_fluent_folder_open_16_regular`
`ic_fluent_folder_open_20_regular`
`ic_fluent_folder_open_24_regular`| -|Folder Open Vertical||`folderOpenVertical20Regular`|`ic_fluent_folder_open_vertical_20_regular`| +|Folder Open Vertical||`folderOpenVertical16Regular`
`folderOpenVertical20Regular`|`ic_fluent_folder_open_vertical_16_regular`
`ic_fluent_folder_open_vertical_20_regular`| |Folder People||`folderPeople20Regular`
`folderPeople24Regular`|`ic_fluent_folder_people_20_regular`
`ic_fluent_folder_people_24_regular`| |Folder Person||`folderPerson16Regular`
`folderPerson20Regular`|`ic_fluent_folder_person_16_regular`
`ic_fluent_folder_person_20_regular`| |Folder Prohibited||`folderProhibited16Regular`
`folderProhibited20Regular`
`folderProhibited24Regular`
`folderProhibited28Regular`
`folderProhibited48Regular`|`ic_fluent_folder_prohibited_16_regular`
`ic_fluent_folder_prohibited_20_regular`
`ic_fluent_folder_prohibited_24_regular`
`ic_fluent_folder_prohibited_28_regular`
`ic_fluent_folder_prohibited_48_regular`| @@ -958,7 +999,7 @@ |Full Screen Minimize||`fullScreenMinimize16Regular`
`fullScreenMinimize20Regular`
`fullScreenMinimize24Regular`|`ic_fluent_full_screen_minimize_16_regular`
`ic_fluent_full_screen_minimize_20_regular`
`ic_fluent_full_screen_minimize_24_regular`| |GIF||`gif16Regular`
`gif20Regular`
`gif24Regular`|`ic_fluent_gif_16_regular`
`ic_fluent_gif_20_regular`
`ic_fluent_gif_24_regular`| |Games||`games16Regular`
`games20Regular`
`games24Regular`
`games28Regular`
`games32Regular`
`games48Regular`|`ic_fluent_games_16_regular`
`ic_fluent_games_20_regular`
`ic_fluent_games_24_regular`
`ic_fluent_games_28_regular`
`ic_fluent_games_32_regular`
`ic_fluent_games_48_regular`| -|Gantt Chart||`ganttChart20Regular`
`ganttChart24Regular`|`ic_fluent_gantt_chart_20_regular`
`ic_fluent_gantt_chart_24_regular`| +|Gantt Chart||`ganttChart16Regular`
`ganttChart20Regular`
`ganttChart24Regular`|`ic_fluent_gantt_chart_16_regular`
`ic_fluent_gantt_chart_20_regular`
`ic_fluent_gantt_chart_24_regular`| |Gas||`gas20Regular`
`gas24Regular`|`ic_fluent_gas_20_regular`
`ic_fluent_gas_24_regular`| |Gas Pump||`gasPump20Regular`
`gasPump24Regular`|`ic_fluent_gas_pump_20_regular`
`ic_fluent_gas_pump_24_regular`| |Gather||`gather20Regular`|`ic_fluent_gather_20_regular`| @@ -1013,7 +1054,7 @@ |Hand Right Off||`handRightOff20Regular`|`ic_fluent_hand_right_off_20_regular`| |Hand Wave||`handWave16Regular`
`handWave20Regular`
`handWave24Regular`|`ic_fluent_hand_wave_16_regular`
`ic_fluent_hand_wave_20_regular`
`ic_fluent_hand_wave_24_regular`| |Handshake||`handshake16Regular`
`handshake20Regular`
`handshake24Regular`
`handshake32Regular`|`ic_fluent_handshake_16_regular`
`ic_fluent_handshake_20_regular`
`ic_fluent_handshake_24_regular`
`ic_fluent_handshake_32_regular`| -|Hard Drive||`hardDrive20Regular`|`ic_fluent_hard_drive_20_regular`| +|Hard Drive||`hardDrive16Regular`
`hardDrive20Regular`|`ic_fluent_hard_drive_16_regular`
`ic_fluent_hard_drive_20_regular`| |Hat Graduation||`hatGraduation12Regular`
`hatGraduation16Regular`
`hatGraduation20Regular`
`hatGraduation24Regular`|`ic_fluent_hat_graduation_12_regular`
`ic_fluent_hat_graduation_16_regular`
`ic_fluent_hat_graduation_20_regular`
`ic_fluent_hat_graduation_24_regular`| |Headphones||`headphones20Regular`
`headphones24Regular`
`headphones28Regular`
`headphones32Regular`
`headphones48Regular`|`ic_fluent_headphones_20_regular`
`ic_fluent_headphones_24_regular`
`ic_fluent_headphones_28_regular`
`ic_fluent_headphones_32_regular`
`ic_fluent_headphones_48_regular`| |Headphones Sound Wave||`headphonesSoundWave20Regular`
`headphonesSoundWave24Regular`
`headphonesSoundWave28Regular`
`headphonesSoundWave32Regular`
`headphonesSoundWave48Regular`|`ic_fluent_headphones_sound_wave_20_regular`
`ic_fluent_headphones_sound_wave_24_regular`
`ic_fluent_headphones_sound_wave_28_regular`
`ic_fluent_headphones_sound_wave_32_regular`
`ic_fluent_headphones_sound_wave_48_regular`| @@ -1036,10 +1077,10 @@ |Home More||`homeMore20Regular`
`homeMore24Regular`
`homeMore32Regular`|`ic_fluent_home_more_20_regular`
`ic_fluent_home_more_24_regular`
`ic_fluent_home_more_32_regular`| |Home Person||`homePerson20Regular`
`homePerson24Regular`|`ic_fluent_home_person_20_regular`
`ic_fluent_home_person_24_regular`| |Home Split||`homeSplit20Regular`
`homeSplit24Regular`
`homeSplit32Regular`
`homeSplit48Regular`|`ic_fluent_home_split_20_regular`
`ic_fluent_home_split_24_regular`
`ic_fluent_home_split_32_regular`
`ic_fluent_home_split_48_regular`| -|Hourglass||`hourglass20Regular`
`hourglass24Regular`|`ic_fluent_hourglass_20_regular`
`ic_fluent_hourglass_24_regular`| -|Hourglass Half||`hourglassHalf20Regular`
`hourglassHalf24Regular`|`ic_fluent_hourglass_half_20_regular`
`ic_fluent_hourglass_half_24_regular`| -|Hourglass One Quarter||`hourglassOneQuarter20Regular`
`hourglassOneQuarter24Regular`|`ic_fluent_hourglass_one_quarter_20_regular`
`ic_fluent_hourglass_one_quarter_24_regular`| -|Hourglass Three Quarter||`hourglassThreeQuarter20Regular`
`hourglassThreeQuarter24Regular`|`ic_fluent_hourglass_three_quarter_20_regular`
`ic_fluent_hourglass_three_quarter_24_regular`| +|Hourglass||`hourglass16Regular`
`hourglass20Regular`
`hourglass24Regular`|`ic_fluent_hourglass_16_regular`
`ic_fluent_hourglass_20_regular`
`ic_fluent_hourglass_24_regular`| +|Hourglass Half||`hourglassHalf16Regular`
`hourglassHalf20Regular`
`hourglassHalf24Regular`|`ic_fluent_hourglass_half_16_regular`
`ic_fluent_hourglass_half_20_regular`
`ic_fluent_hourglass_half_24_regular`| +|Hourglass One Quarter||`hourglassOneQuarter16Regular`
`hourglassOneQuarter20Regular`
`hourglassOneQuarter24Regular`|`ic_fluent_hourglass_one_quarter_16_regular`
`ic_fluent_hourglass_one_quarter_20_regular`
`ic_fluent_hourglass_one_quarter_24_regular`| +|Hourglass Three Quarter||`hourglassThreeQuarter16Regular`
`hourglassThreeQuarter20Regular`
`hourglassThreeQuarter24Regular`|`ic_fluent_hourglass_three_quarter_16_regular`
`ic_fluent_hourglass_three_quarter_20_regular`
`ic_fluent_hourglass_three_quarter_24_regular`| |Icons||`icons20Regular`
`icons24Regular`|`ic_fluent_icons_20_regular`
`ic_fluent_icons_24_regular`| |Image||`image16Regular`
`image20Regular`
`image24Regular`
`image28Regular`
`image32Regular`
`image48Regular`|`ic_fluent_image_16_regular`
`ic_fluent_image_20_regular`
`ic_fluent_image_24_regular`
`ic_fluent_image_28_regular`
`ic_fluent_image_32_regular`
`ic_fluent_image_48_regular`| |Image Add||`imageAdd20Regular`
`imageAdd24Regular`|`ic_fluent_image_add_20_regular`
`ic_fluent_image_add_24_regular`| @@ -1082,6 +1123,7 @@ |Keyboard Layout One Handed Left||`keyboardLayoutOneHandedLeft20Regular`
`keyboardLayoutOneHandedLeft24Regular`|`ic_fluent_keyboard_layout_one_handed_left_20_regular`
`ic_fluent_keyboard_layout_one_handed_left_24_regular`| |Keyboard Layout Resize||`keyboardLayoutResize20Regular`
`keyboardLayoutResize24Regular`|`ic_fluent_keyboard_layout_resize_20_regular`
`ic_fluent_keyboard_layout_resize_24_regular`| |Keyboard Layout Split||`keyboardLayoutSplit20Regular`
`keyboardLayoutSplit24Regular`|`ic_fluent_keyboard_layout_split_20_regular`
`ic_fluent_keyboard_layout_split_24_regular`| +|Keyboard Mouse||`keyboardMouse16Regular`|`ic_fluent_keyboard_mouse_16_regular`| |Keyboard Shift||`keyboardShift16Regular`
`keyboardShift20Regular`
`keyboardShift24Regular`|`ic_fluent_keyboard_shift_16_regular`
`ic_fluent_keyboard_shift_20_regular`
`ic_fluent_keyboard_shift_24_regular`| |Keyboard Shift Uppercase||`keyboardShiftUppercase16Regular`
`keyboardShiftUppercase20Regular`
`keyboardShiftUppercase24Regular`|`ic_fluent_keyboard_shift_uppercase_16_regular`
`ic_fluent_keyboard_shift_uppercase_20_regular`
`ic_fluent_keyboard_shift_uppercase_24_regular`| |Keyboard Tab||`keyboardTab20Regular`
`keyboardTab24Regular`|`ic_fluent_keyboard_tab_20_regular`
`ic_fluent_keyboard_tab_24_regular`| @@ -1188,6 +1230,7 @@ |Megaphone Circle||`megaphoneCircle20Regular`
`megaphoneCircle24Regular`|`ic_fluent_megaphone_circle_20_regular`
`ic_fluent_megaphone_circle_24_regular`| |Megaphone Loud||`megaphoneLoud16Regular`
`megaphoneLoud20Regular`
`megaphoneLoud24Regular`
`megaphoneLoud28Regular`
`megaphoneLoud32Regular`|`ic_fluent_megaphone_loud_16_regular`
`ic_fluent_megaphone_loud_20_regular`
`ic_fluent_megaphone_loud_24_regular`
`ic_fluent_megaphone_loud_28_regular`
`ic_fluent_megaphone_loud_32_regular`| |Megaphone Off||`megaphoneOff16Regular`
`megaphoneOff20Regular`
`megaphoneOff24Regular`
`megaphoneOff28Regular`|`ic_fluent_megaphone_off_16_regular`
`ic_fluent_megaphone_off_20_regular`
`ic_fluent_megaphone_off_24_regular`
`ic_fluent_megaphone_off_28_regular`| +|Memory||`memory16Regular`|`ic_fluent_memory_16_regular`| |Mention||`mention12Regular`
`mention16Regular`
`mention20Regular`
`mention24Regular`|`ic_fluent_mention_12_regular`
`ic_fluent_mention_16_regular`
`ic_fluent_mention_20_regular`
`ic_fluent_mention_24_regular`| |Mention Arrow Down||`mentionArrowDown20Regular`|`ic_fluent_mention_arrow_down_20_regular`| |Mention Brackets||`mentionBrackets20Regular`|`ic_fluent_mention_brackets_20_regular`| @@ -1210,7 +1253,7 @@ |Money Hand||`moneyHand20Regular`
`moneyHand24Regular`|`ic_fluent_money_hand_20_regular`
`ic_fluent_money_hand_24_regular`| |Money Off||`moneyOff20Regular`
`moneyOff24Regular`|`ic_fluent_money_off_20_regular`
`ic_fluent_money_off_24_regular`| |Money Settings||`moneySettings20Regular`|`ic_fluent_money_settings_20_regular`| -|More Circle||`moreCircle20Regular`
`moreCircle32Regular`|`ic_fluent_more_circle_20_regular`
`ic_fluent_more_circle_32_regular`| +|More Circle||`moreCircle16Regular`
`moreCircle20Regular`
`moreCircle24Regular`
`moreCircle28Regular`
`moreCircle32Regular`
`moreCircle48Regular`|`ic_fluent_more_circle_16_regular`
`ic_fluent_more_circle_20_regular`
`ic_fluent_more_circle_24_regular`
`ic_fluent_more_circle_28_regular`
`ic_fluent_more_circle_32_regular`
`ic_fluent_more_circle_48_regular`| |More Horizontal||`moreHorizontal16Regular`
`moreHorizontal20Regular`
`moreHorizontal24Regular`
`moreHorizontal28Regular`
`moreHorizontal32Regular`
`moreHorizontal48Regular`|`ic_fluent_more_horizontal_16_regular`
`ic_fluent_more_horizontal_20_regular`
`ic_fluent_more_horizontal_24_regular`
`ic_fluent_more_horizontal_28_regular`
`ic_fluent_more_horizontal_32_regular`
`ic_fluent_more_horizontal_48_regular`| |More Vertical||`moreVertical16Regular`
`moreVertical20Regular`
`moreVertical24Regular`
`moreVertical28Regular`
`moreVertical32Regular`
`moreVertical48Regular`|`ic_fluent_more_vertical_16_regular`
`ic_fluent_more_vertical_20_regular`
`ic_fluent_more_vertical_24_regular`
`ic_fluent_more_vertical_28_regular`
`ic_fluent_more_vertical_32_regular`
`ic_fluent_more_vertical_48_regular`| |Movies and TV||`moviesAndTv16Regular`
`moviesAndTv20Regular`
`moviesAndTv24Regular`|`ic_fluent_movies_and_tv_16_regular`
`ic_fluent_movies_and_tv_20_regular`
`ic_fluent_movies_and_tv_24_regular`| @@ -1232,6 +1275,7 @@ |Navigation Location Target||`navigationLocationTarget20Regular`|`ic_fluent_navigation_location_target_20_regular`| |Navigation Play||`navigationPlay20Regular`|`ic_fluent_navigation_play_20_regular`| |Navigation Unread||`navigationUnread20Regular`
`navigationUnread24Regular`|`ic_fluent_navigation_unread_20_regular`
`ic_fluent_navigation_unread_24_regular`| +|Network Adapter||`networkAdapter16Regular`|`ic_fluent_network_adapter_16_regular`| |Network Check||`networkCheck20Regular`
`networkCheck24Regular`|`ic_fluent_network_check_20_regular`
`ic_fluent_network_check_24_regular`| |New||`new16Regular`
`new20Regular`
`new24Regular`|`ic_fluent_new_16_regular`
`ic_fluent_new_20_regular`
`ic_fluent_new_24_regular`| |News||`news16Regular`
`news20Regular`
`news24Regular`
`news28Regular`|`ic_fluent_news_16_regular`
`ic_fluent_news_20_regular`
`ic_fluent_news_24_regular`
`ic_fluent_news_28_regular`| @@ -1327,6 +1371,7 @@ |People Queue||`peopleQueue20Regular`
`peopleQueue24Regular`|`ic_fluent_people_queue_20_regular`
`ic_fluent_people_queue_24_regular`| |People Search||`peopleSearch20Regular`
`peopleSearch24Regular`|`ic_fluent_people_search_20_regular`
`ic_fluent_people_search_24_regular`| |People Settings||`peopleSettings20Regular`
`peopleSettings24Regular`
`peopleSettings28Regular`|`ic_fluent_people_settings_20_regular`
`ic_fluent_people_settings_24_regular`
`ic_fluent_people_settings_28_regular`| +|People Star||`peopleStar16Regular`
`peopleStar20Regular`
`peopleStar24Regular`
`peopleStar28Regular`
`peopleStar32Regular`
`peopleStar48Regular`|`ic_fluent_people_star_16_regular`
`ic_fluent_people_star_20_regular`
`ic_fluent_people_star_24_regular`
`ic_fluent_people_star_28_regular`
`ic_fluent_people_star_32_regular`
`ic_fluent_people_star_48_regular`| |People Swap||`peopleSwap16Regular`
`peopleSwap20Regular`
`peopleSwap24Regular`
`peopleSwap28Regular`|`ic_fluent_people_swap_16_regular`
`ic_fluent_people_swap_20_regular`
`ic_fluent_people_swap_24_regular`
`ic_fluent_people_swap_28_regular`| |People Sync||`peopleSync16Regular`
`peopleSync20Regular`
`peopleSync28Regular`|`ic_fluent_people_sync_16_regular`
`ic_fluent_people_sync_20_regular`
`ic_fluent_people_sync_28_regular`| |People Team||`peopleTeam16Regular`
`peopleTeam20Regular`
`peopleTeam24Regular`
`peopleTeam28Regular`
`peopleTeam32Regular`|`ic_fluent_people_team_16_regular`
`ic_fluent_people_team_20_regular`
`ic_fluent_people_team_24_regular`
`ic_fluent_people_team_28_regular`
`ic_fluent_people_team_32_regular`| @@ -1365,8 +1410,10 @@ |Person Prohibited||`personProhibited16Regular`
`personProhibited20Regular`
`personProhibited24Regular`
`personProhibited28Regular`|`ic_fluent_person_prohibited_16_regular`
`ic_fluent_person_prohibited_20_regular`
`ic_fluent_person_prohibited_24_regular`
`ic_fluent_person_prohibited_28_regular`| |Person Question Mark||`personQuestionMark16Regular`
`personQuestionMark20Regular`
`personQuestionMark24Regular`|`ic_fluent_person_question_mark_16_regular`
`ic_fluent_person_question_mark_20_regular`
`ic_fluent_person_question_mark_24_regular`| |Person Running||`personRunning20Regular`|`ic_fluent_person_running_20_regular`| +|Person Search||`personSearch16Regular`
`personSearch32Regular`|`ic_fluent_person_search_16_regular`
`ic_fluent_person_search_32_regular`| |Person Settings||`personSettings16Regular`
`personSettings20Regular`|`ic_fluent_person_settings_16_regular`
`ic_fluent_person_settings_20_regular`| |Person Square||`personSquare20Regular`
`personSquare24Regular`|`ic_fluent_person_square_20_regular`
`ic_fluent_person_square_24_regular`| +|Person Standing||`personStanding16Regular`|`ic_fluent_person_standing_16_regular`| |Person Star||`personStar16Regular`
`personStar20Regular`
`personStar24Regular`
`personStar28Regular`
`personStar32Regular`
`personStar48Regular`|`ic_fluent_person_star_16_regular`
`ic_fluent_person_star_20_regular`
`ic_fluent_person_star_24_regular`
`ic_fluent_person_star_28_regular`
`ic_fluent_person_star_32_regular`
`ic_fluent_person_star_48_regular`| |Person Starburst||`personStarburst20Regular`
`personStarburst24Regular`|`ic_fluent_person_starburst_20_regular`
`ic_fluent_person_starburst_24_regular`| |Person Subtract||`personSubtract16Regular`
`personSubtract20Regular`|`ic_fluent_person_subtract_16_regular`
`ic_fluent_person_subtract_20_regular`| @@ -1375,7 +1422,7 @@ |Person Sync||`personSync16Regular`
`personSync20Regular`
`personSync24Regular`
`personSync28Regular`
`personSync32Regular`
`personSync48Regular`|`ic_fluent_person_sync_16_regular`
`ic_fluent_person_sync_20_regular`
`ic_fluent_person_sync_24_regular`
`ic_fluent_person_sync_28_regular`
`ic_fluent_person_sync_32_regular`
`ic_fluent_person_sync_48_regular`| |Person Tag||`personTag20Regular`
`personTag24Regular`
`personTag28Regular`
`personTag32Regular`
`personTag48Regular`|`ic_fluent_person_tag_20_regular`
`ic_fluent_person_tag_24_regular`
`ic_fluent_person_tag_28_regular`
`ic_fluent_person_tag_32_regular`
`ic_fluent_person_tag_48_regular`| |Person Voice||`personVoice20Regular`
`personVoice24Regular`|`ic_fluent_person_voice_20_regular`
`ic_fluent_person_voice_24_regular`| -|Person Walking||`personWalking20Regular`
`personWalking24Regular`|`ic_fluent_person_walking_20_regular`
`ic_fluent_person_walking_24_regular`| +|Person Walking||`personWalking16Regular`
`personWalking20Regular`
`personWalking24Regular`|`ic_fluent_person_walking_16_regular`
`ic_fluent_person_walking_20_regular`
`ic_fluent_person_walking_24_regular`| |Phone||`phone12Regular`
`phone16Regular`
`phone20Regular`
`phone24Regular`
`phone28Regular`
`phone32Regular`
`phone48Regular`|`ic_fluent_phone_12_regular`
`ic_fluent_phone_16_regular`
`ic_fluent_phone_20_regular`
`ic_fluent_phone_24_regular`
`ic_fluent_phone_28_regular`
`ic_fluent_phone_32_regular`
`ic_fluent_phone_48_regular`| |Phone Add||`phoneAdd20Regular`
`phoneAdd24Regular`|`ic_fluent_phone_add_20_regular`
`ic_fluent_phone_add_24_regular`| |Phone Arrow Right||`phoneArrowRight20Regular`
`phoneArrowRight24Regular`|`ic_fluent_phone_arrow_right_20_regular`
`ic_fluent_phone_arrow_right_24_regular`| @@ -1417,6 +1464,7 @@ |Pivot||`pivot20Regular`
`pivot24Regular`|`ic_fluent_pivot_20_regular`
`ic_fluent_pivot_24_regular`| |Play||`play12Regular`
`play16Regular`
`play20Regular`
`play24Regular`
`play28Regular`
`play32Regular`
`play48Regular`|`ic_fluent_play_12_regular`
`ic_fluent_play_16_regular`
`ic_fluent_play_20_regular`
`ic_fluent_play_24_regular`
`ic_fluent_play_28_regular`
`ic_fluent_play_32_regular`
`ic_fluent_play_48_regular`| |Play Circle||`playCircle16Regular`
`playCircle20Regular`
`playCircle24Regular`
`playCircle28Regular`
`playCircle48Regular`|`ic_fluent_play_circle_16_regular`
`ic_fluent_play_circle_20_regular`
`ic_fluent_play_circle_24_regular`
`ic_fluent_play_circle_28_regular`
`ic_fluent_play_circle_48_regular`| +|Play Multiple||`playMultiple16Regular`|`ic_fluent_play_multiple_16_regular`| |Play Settings||`playSettings20Regular`|`ic_fluent_play_settings_20_regular`| |Playing Cards||`playingCards20Regular`|`ic_fluent_playing_cards_20_regular`| |Plug Connected||`plugConnected20Regular`
`plugConnected24Regular`|`ic_fluent_plug_connected_20_regular`
`ic_fluent_plug_connected_24_regular`| @@ -1467,12 +1515,13 @@ |Question||`question16Regular`
`question20Regular`
`question24Regular`
`question28Regular`
`question48Regular`|`ic_fluent_question_16_regular`
`ic_fluent_question_20_regular`
`ic_fluent_question_24_regular`
`ic_fluent_question_28_regular`
`ic_fluent_question_48_regular`| |Question Circle||`questionCircle12Regular`
`questionCircle16Regular`
`questionCircle20Regular`
`questionCircle24Regular`
`questionCircle28Regular`
`questionCircle32Regular`
`questionCircle48Regular`|`ic_fluent_question_circle_12_regular`
`ic_fluent_question_circle_16_regular`
`ic_fluent_question_circle_20_regular`
`ic_fluent_question_circle_24_regular`
`ic_fluent_question_circle_28_regular`
`ic_fluent_question_circle_32_regular`
`ic_fluent_question_circle_48_regular`| |Quiz New||`quizNew20Regular`
`quizNew24Regular`
`quizNew28Regular`
`quizNew48Regular`|`ic_fluent_quiz_new_20_regular`
`ic_fluent_quiz_new_24_regular`
`ic_fluent_quiz_new_28_regular`
`ic_fluent_quiz_new_48_regular`| -|RAM||`ram20Regular`|`ic_fluent_ram_20_regular`| +|RAM||`ram16Regular`
`ram20Regular`|`ic_fluent_ram_16_regular`
`ic_fluent_ram_20_regular`| |RSS||`rss20Regular`
`rss24Regular`|`ic_fluent_rss_20_regular`
`ic_fluent_rss_24_regular`| |Radar||`radar20Regular`|`ic_fluent_radar_20_regular`| |Radar Checkmark||`radarCheckmark20Regular`|`ic_fluent_radar_checkmark_20_regular`| |Radar Rectangle Multiple||`radarRectangleMultiple20Regular`|`ic_fluent_radar_rectangle_multiple_20_regular`| -|Radio Button||`radioButton20Regular`
`radioButton24Regular`|`ic_fluent_radio_button_20_regular`
`ic_fluent_radio_button_24_regular`| +|Radio Button||`radioButton16Regular`
`radioButton20Regular`
`radioButton24Regular`|`ic_fluent_radio_button_16_regular`
`ic_fluent_radio_button_20_regular`
`ic_fluent_radio_button_24_regular`| +|Radio Button Off||`radioButtonOff16Regular`|`ic_fluent_radio_button_off_16_regular`| |Rating Mature||`ratingMature16Regular`
`ratingMature20Regular`
`ratingMature24Regular`|`ic_fluent_rating_mature_16_regular`
`ic_fluent_rating_mature_20_regular`
`ic_fluent_rating_mature_24_regular`| |Ratio One To One||`ratioOneToOne20Regular`
`ratioOneToOne24Regular`|`ic_fluent_ratio_one_to_one_20_regular`
`ic_fluent_ratio_one_to_one_24_regular`| |Re Order||`reOrder16Regular`
`reOrder24Regular`|`ic_fluent_re_order_16_regular`
`ic_fluent_re_order_24_regular`| @@ -1528,7 +1577,7 @@ |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`| |Save Image||`saveImage20Regular`|`ic_fluent_save_image_20_regular`| -|Save Multiple||`saveMultiple20Regular`
`saveMultiple24Regular`|`ic_fluent_save_multiple_20_regular`
`ic_fluent_save_multiple_24_regular`| +|Save Multiple||`saveMultiple16Regular`
`saveMultiple20Regular`
`saveMultiple24Regular`|`ic_fluent_save_multiple_16_regular`
`ic_fluent_save_multiple_20_regular`
`ic_fluent_save_multiple_24_regular`| |Save Search||`saveSearch20Regular`|`ic_fluent_save_search_20_regular`| |Save Sync||`saveSync20Regular`|`ic_fluent_save_sync_20_regular`| |Savings||`savings16Regular`
`savings20Regular`
`savings24Regular`|`ic_fluent_savings_16_regular`
`ic_fluent_savings_20_regular`
`ic_fluent_savings_24_regular`| @@ -1552,6 +1601,7 @@ |Screen Person||`screenPerson20Regular`|`ic_fluent_screen_person_20_regular`| |Screen Search||`screenSearch20Regular`
`screenSearch24Regular`|`ic_fluent_screen_search_20_regular`
`ic_fluent_screen_search_24_regular`| |Screenshot||`screenshot20Regular`
`screenshot24Regular`|`ic_fluent_screenshot_20_regular`
`ic_fluent_screenshot_24_regular`| +|Script||`script16Regular`|`ic_fluent_script_16_regular`| |Search||`search12Regular`
`search16Regular`
`search20Regular`
`search24Regular`
`search28Regular`
`search32Regular`
`search48Regular`|`ic_fluent_search_12_regular`
`ic_fluent_search_16_regular`
`ic_fluent_search_20_regular`
`ic_fluent_search_24_regular`
`ic_fluent_search_28_regular`
`ic_fluent_search_32_regular`
`ic_fluent_search_48_regular`| |Search Info||`searchInfo20Regular`
`searchInfo24Regular`|`ic_fluent_search_info_20_regular`
`ic_fluent_search_info_24_regular`| |Search Settings||`searchSettings20Regular`|`ic_fluent_search_settings_20_regular`| @@ -1568,9 +1618,11 @@ |Send Clock||`sendClock20Regular`
`sendClock24Regular`|`ic_fluent_send_clock_20_regular`
`ic_fluent_send_clock_24_regular`| |Send Copy||`sendCopy20Regular`
`sendCopy24Regular`|`ic_fluent_send_copy_20_regular`
`ic_fluent_send_copy_24_regular`| |Serial Port||`serialPort16Regular`
`serialPort20Regular`
`serialPort24Regular`|`ic_fluent_serial_port_16_regular`
`ic_fluent_serial_port_20_regular`
`ic_fluent_serial_port_24_regular`| -|Server||`server20Regular`
`server24Regular`|`ic_fluent_server_20_regular`
`ic_fluent_server_24_regular`| +|Server||`server16Regular`
`server20Regular`
`server24Regular`|`ic_fluent_server_16_regular`
`ic_fluent_server_20_regular`
`ic_fluent_server_24_regular`| |Server Multiple||`serverMultiple20Regular`|`ic_fluent_server_multiple_20_regular`| |Server Play||`serverPlay20Regular`|`ic_fluent_server_play_20_regular`| +|Server Surface||`serverSurface16Regular`|`ic_fluent_server_surface_16_regular`| +|Server Surface Multiple||`serverSurfaceMultiple16Regular`|`ic_fluent_server_surface_multiple_16_regular`| |Service Bell||`serviceBell20Regular`
`serviceBell24Regular`|`ic_fluent_service_bell_20_regular`
`ic_fluent_service_bell_24_regular`| |Settings||`settings16Regular`
`settings20Regular`
`settings24Regular`
`settings28Regular`
`settings32Regular`
`settings48Regular`|`ic_fluent_settings_16_regular`
`ic_fluent_settings_20_regular`
`ic_fluent_settings_24_regular`
`ic_fluent_settings_28_regular`
`ic_fluent_settings_32_regular`
`ic_fluent_settings_48_regular`| |Settings Chat||`settingsChat20Regular`
`settingsChat24Regular`|`ic_fluent_settings_chat_20_regular`
`ic_fluent_settings_chat_24_regular`| @@ -1589,7 +1641,7 @@ |Share Screen Start||`shareScreenStart20Regular`
`shareScreenStart24Regular`
`shareScreenStart28Regular`
`shareScreenStart48Regular`|`ic_fluent_share_screen_start_20_regular`
`ic_fluent_share_screen_start_24_regular`
`ic_fluent_share_screen_start_28_regular`
`ic_fluent_share_screen_start_48_regular`| |Share Screen Stop||`shareScreenStop16Regular`
`shareScreenStop20Regular`
`shareScreenStop24Regular`
`shareScreenStop28Regular`
`shareScreenStop48Regular`|`ic_fluent_share_screen_stop_16_regular`
`ic_fluent_share_screen_stop_20_regular`
`ic_fluent_share_screen_stop_24_regular`
`ic_fluent_share_screen_stop_28_regular`
`ic_fluent_share_screen_stop_48_regular`| |Share iOS||`shareIos20Regular`
`shareIos24Regular`
`shareIos28Regular`
`shareIos48Regular`|`ic_fluent_share_ios_20_regular`
`ic_fluent_share_ios_24_regular`
`ic_fluent_share_ios_28_regular`
`ic_fluent_share_ios_48_regular`| -|Shield||`shield16Regular`
`shield20Regular`
`shield24Regular`
`shield28Regular`
`shield32Regular`
`shield48Regular`|`ic_fluent_shield_16_regular`
`ic_fluent_shield_20_regular`
`ic_fluent_shield_24_regular`
`ic_fluent_shield_28_regular`
`ic_fluent_shield_32_regular`
`ic_fluent_shield_48_regular`| +|Shield||`shield12Regular`
`shield16Regular`
`shield20Regular`
`shield24Regular`
`shield28Regular`
`shield32Regular`
`shield48Regular`|`ic_fluent_shield_12_regular`
`ic_fluent_shield_16_regular`
`ic_fluent_shield_20_regular`
`ic_fluent_shield_24_regular`
`ic_fluent_shield_28_regular`
`ic_fluent_shield_32_regular`
`ic_fluent_shield_48_regular`| |Shield Add||`shieldAdd16Regular`
`shieldAdd20Regular`
`shieldAdd24Regular`|`ic_fluent_shield_add_16_regular`
`ic_fluent_shield_add_20_regular`
`ic_fluent_shield_add_24_regular`| |Shield Badge||`shieldBadge20Regular`
`shieldBadge24Regular`|`ic_fluent_shield_badge_20_regular`
`ic_fluent_shield_badge_24_regular`| |Shield Checkmark||`shieldCheckmark16Regular`
`shieldCheckmark20Regular`
`shieldCheckmark24Regular`
`shieldCheckmark28Regular`
`shieldCheckmark48Regular`|`ic_fluent_shield_checkmark_16_regular`
`ic_fluent_shield_checkmark_20_regular`
`ic_fluent_shield_checkmark_24_regular`
`ic_fluent_shield_checkmark_28_regular`
`ic_fluent_shield_checkmark_48_regular`| @@ -1649,6 +1701,7 @@ |Slide Size||`slideSize20Regular`
`slideSize24Regular`|`ic_fluent_slide_size_20_regular`
`ic_fluent_slide_size_24_regular`| |Slide Text||`slideText16Regular`
`slideText20Regular`
`slideText24Regular`
`slideText28Regular`
`slideText48Regular`|`ic_fluent_slide_text_16_regular`
`ic_fluent_slide_text_20_regular`
`ic_fluent_slide_text_24_regular`
`ic_fluent_slide_text_28_regular`
`ic_fluent_slide_text_48_regular`| |Slide Text Multiple||`slideTextMultiple16Regular`
`slideTextMultiple20Regular`
`slideTextMultiple24Regular`
`slideTextMultiple32Regular`|`ic_fluent_slide_text_multiple_16_regular`
`ic_fluent_slide_text_multiple_20_regular`
`ic_fluent_slide_text_multiple_24_regular`
`ic_fluent_slide_text_multiple_32_regular`| +|Slide Text Person||`slideTextPerson16Regular`
`slideTextPerson20Regular`
`slideTextPerson24Regular`
`slideTextPerson28Regular`
`slideTextPerson32Regular`
`slideTextPerson48Regular`|`ic_fluent_slide_text_person_16_regular`
`ic_fluent_slide_text_person_20_regular`
`ic_fluent_slide_text_person_24_regular`
`ic_fluent_slide_text_person_28_regular`
`ic_fluent_slide_text_person_32_regular`
`ic_fluent_slide_text_person_48_regular`| |Slide Transition||`slideTransition20Regular`
`slideTransition24Regular`|`ic_fluent_slide_transition_20_regular`
`ic_fluent_slide_transition_24_regular`| |Smartwatch||`smartwatch20Regular`
`smartwatch24Regular`|`ic_fluent_smartwatch_20_regular`
`ic_fluent_smartwatch_24_regular`| |Smartwatch Dot||`smartwatchDot20Regular`
`smartwatchDot24Regular`|`ic_fluent_smartwatch_dot_20_regular`
`ic_fluent_smartwatch_dot_24_regular`| @@ -1677,6 +1730,7 @@ |Sport Basketball||`sportBasketball20Regular`
`sportBasketball24Regular`|`ic_fluent_sport_basketball_20_regular`
`ic_fluent_sport_basketball_24_regular`| |Sport Hockey||`sportHockey20Regular`
`sportHockey24Regular`|`ic_fluent_sport_hockey_20_regular`
`ic_fluent_sport_hockey_24_regular`| |Sport Soccer||`sportSoccer16Regular`
`sportSoccer20Regular`
`sportSoccer24Regular`|`ic_fluent_sport_soccer_16_regular`
`ic_fluent_sport_soccer_20_regular`
`ic_fluent_sport_soccer_24_regular`| +|Spray Can||`sprayCan16Regular`|`ic_fluent_spray_can_16_regular`| |Square||`square12Regular`
`square16Regular`
`square20Regular`
`square24Regular`
`square28Regular`
`square32Regular`
`square48Regular`|`ic_fluent_square_12_regular`
`ic_fluent_square_16_regular`
`ic_fluent_square_20_regular`
`ic_fluent_square_24_regular`
`ic_fluent_square_28_regular`
`ic_fluent_square_32_regular`
`ic_fluent_square_48_regular`| |Square Add||`squareAdd16Regular`
`squareAdd20Regular`|`ic_fluent_square_add_16_regular`
`ic_fluent_square_add_20_regular`| |Square Arrow Forward||`squareArrowForward16Regular`
`squareArrowForward20Regular`
`squareArrowForward24Regular`
`squareArrowForward28Regular`
`squareArrowForward32Regular`
`squareArrowForward48Regular`|`ic_fluent_square_arrow_forward_16_regular`
`ic_fluent_square_arrow_forward_20_regular`
`ic_fluent_square_arrow_forward_24_regular`
`ic_fluent_square_arrow_forward_28_regular`
`ic_fluent_square_arrow_forward_32_regular`
`ic_fluent_square_arrow_forward_48_regular`| @@ -1707,7 +1761,8 @@ |Star Settings||`starSettings20Regular`
`starSettings24Regular`|`ic_fluent_star_settings_20_regular`
`ic_fluent_star_settings_24_regular`| |Star Three Quarter||`starThreeQuarter12Regular`
`starThreeQuarter16Regular`
`starThreeQuarter20Regular`
`starThreeQuarter24Regular`
`starThreeQuarter28Regular`|`ic_fluent_star_three_quarter_12_regular`
`ic_fluent_star_three_quarter_16_regular`
`ic_fluent_star_three_quarter_20_regular`
`ic_fluent_star_three_quarter_24_regular`
`ic_fluent_star_three_quarter_28_regular`| |Status||`status12Regular`
`status16Regular`
`status20Regular`
`status24Regular`|`ic_fluent_status_12_regular`
`ic_fluent_status_16_regular`
`ic_fluent_status_20_regular`
`ic_fluent_status_24_regular`| -|Steps||`steps20Regular`
`steps24Regular`|`ic_fluent_steps_20_regular`
`ic_fluent_steps_24_regular`| +|Step||`step16Regular`|`ic_fluent_step_16_regular`| +|Steps||`steps16Regular`
`steps20Regular`
`steps24Regular`|`ic_fluent_steps_16_regular`
`ic_fluent_steps_20_regular`
`ic_fluent_steps_24_regular`| |Stethoscope||`stethoscope20Regular`
`stethoscope24Regular`|`ic_fluent_stethoscope_20_regular`
`ic_fluent_stethoscope_24_regular`| |Sticker||`sticker12Regular`
`sticker20Regular`
`sticker24Regular`|`ic_fluent_sticker_12_regular`
`ic_fluent_sticker_20_regular`
`ic_fluent_sticker_24_regular`| |Sticker Add||`stickerAdd20Regular`
`stickerAdd24Regular`|`ic_fluent_sticker_add_20_regular`
`ic_fluent_sticker_add_24_regular`| @@ -1782,6 +1837,7 @@ |Table Insert Row||`tableInsertRow16Regular`
`tableInsertRow20Regular`
`tableInsertRow24Regular`
`tableInsertRow28Regular`|`ic_fluent_table_insert_row_16_regular`
`ic_fluent_table_insert_row_20_regular`
`ic_fluent_table_insert_row_24_regular`
`ic_fluent_table_insert_row_28_regular`| |Table Lightning||`tableLightning16Regular`
`tableLightning20Regular`
`tableLightning24Regular`
`tableLightning28Regular`|`ic_fluent_table_lightning_16_regular`
`ic_fluent_table_lightning_20_regular`
`ic_fluent_table_lightning_24_regular`
`ic_fluent_table_lightning_28_regular`| |Table Link||`tableLink16Regular`
`tableLink20Regular`
`tableLink24Regular`
`tableLink28Regular`|`ic_fluent_table_link_16_regular`
`ic_fluent_table_link_20_regular`
`ic_fluent_table_link_24_regular`
`ic_fluent_table_link_28_regular`| +|Table Lock||`tableLock16Regular`
`tableLock20Regular`
`tableLock24Regular`
`tableLock28Regular`
`tableLock32Regular`
`tableLock48Regular`|`ic_fluent_table_lock_16_regular`
`ic_fluent_table_lock_20_regular`
`ic_fluent_table_lock_24_regular`
`ic_fluent_table_lock_28_regular`
`ic_fluent_table_lock_32_regular`
`ic_fluent_table_lock_48_regular`| |Table Move Above||`tableMoveAbove16Regular`
`tableMoveAbove20Regular`
`tableMoveAbove24Regular`
`tableMoveAbove28Regular`|`ic_fluent_table_move_above_16_regular`
`ic_fluent_table_move_above_20_regular`
`ic_fluent_table_move_above_24_regular`
`ic_fluent_table_move_above_28_regular`| |Table Move Below||`tableMoveBelow16Regular`
`tableMoveBelow20Regular`
`tableMoveBelow24Regular`
`tableMoveBelow28Regular`|`ic_fluent_table_move_below_16_regular`
`ic_fluent_table_move_below_20_regular`
`ic_fluent_table_move_below_24_regular`
`ic_fluent_table_move_below_28_regular`| |Table Move Left||`tableMoveLeft16Regular`
`tableMoveLeft20Regular`
`tableMoveLeft24Regular`
`tableMoveLeft28Regular`|`ic_fluent_table_move_left_16_regular`
`ic_fluent_table_move_left_20_regular`
`ic_fluent_table_move_left_24_regular`
`ic_fluent_table_move_left_28_regular`| @@ -1973,6 +2029,7 @@ |Text Subscript||`textSubscript16Regular`
`textSubscript20Regular`
`textSubscript24Regular`|`ic_fluent_text_subscript_16_regular`
`ic_fluent_text_subscript_20_regular`
`ic_fluent_text_subscript_24_regular`| |Text Superscript||`textSuperscript16Regular`
`textSuperscript20Regular`
`textSuperscript24Regular`|`ic_fluent_text_superscript_16_regular`
`ic_fluent_text_superscript_20_regular`
`ic_fluent_text_superscript_24_regular`| |Text T||`textT20Regular`
`textT24Regular`
`textT28Regular`
`textT48Regular`|`ic_fluent_text_t_20_regular`
`ic_fluent_text_t_24_regular`
`ic_fluent_text_t_28_regular`
`ic_fluent_text_t_48_regular`| +|Text T Tag||`textTTag16Regular`|`ic_fluent_text_t_tag_16_regular`| |Text Underline||`textUnderline16Regular`
`textUnderline20Regular`
`textUnderline24Regular`|`ic_fluent_text_underline_16_regular`
`ic_fluent_text_underline_20_regular`
`ic_fluent_text_underline_24_regular`| |Text Underline Double||`textUnderlineDouble20Regular`
`textUnderlineDouble24Regular`|`ic_fluent_text_underline_double_20_regular`
`ic_fluent_text_underline_double_24_regular`| |Text Whole Word||`textWholeWord20Regular`|`ic_fluent_text_whole_word_20_regular`| @@ -2052,8 +2109,9 @@ |Video Clip Off||`videoClipOff16Regular`
`videoClipOff20Regular`
`videoClipOff24Regular`|`ic_fluent_video_clip_off_16_regular`
`ic_fluent_video_clip_off_20_regular`
`ic_fluent_video_clip_off_24_regular`| |Video Off||`videoOff20Regular`
`videoOff24Regular`
`videoOff28Regular`
`videoOff32Regular`
`videoOff48Regular`|`ic_fluent_video_off_20_regular`
`ic_fluent_video_off_24_regular`
`ic_fluent_video_off_28_regular`
`ic_fluent_video_off_32_regular`
`ic_fluent_video_off_48_regular`| |Video People||`videoPeople32Regular`|`ic_fluent_video_people_32_regular`| -|Video Person||`videoPerson12Regular`
`videoPerson16Regular`
`videoPerson20Regular`
`videoPerson24Regular`
`videoPerson28Regular`
`videoPerson48Regular`|`ic_fluent_video_person_12_regular`
`ic_fluent_video_person_16_regular`
`ic_fluent_video_person_20_regular`
`ic_fluent_video_person_24_regular`
`ic_fluent_video_person_28_regular`
`ic_fluent_video_person_48_regular`| +|Video Person||`videoPerson12Regular`
`videoPerson16Regular`
`videoPerson20Regular`
`videoPerson24Regular`
`videoPerson28Regular`
`videoPerson32Regular`
`videoPerson48Regular`|`ic_fluent_video_person_12_regular`
`ic_fluent_video_person_16_regular`
`ic_fluent_video_person_20_regular`
`ic_fluent_video_person_24_regular`
`ic_fluent_video_person_28_regular`
`ic_fluent_video_person_32_regular`
`ic_fluent_video_person_48_regular`| |Video Person Call||`videoPersonCall16Regular`
`videoPersonCall20Regular`
`videoPersonCall24Regular`
`videoPersonCall32Regular`|`ic_fluent_video_person_call_16_regular`
`ic_fluent_video_person_call_20_regular`
`ic_fluent_video_person_call_24_regular`
`ic_fluent_video_person_call_32_regular`| +|Video Person Clock||`videoPersonClock16Regular`
`videoPersonClock20Regular`
`videoPersonClock24Regular`
`videoPersonClock28Regular`
`videoPersonClock32Regular`
`videoPersonClock48Regular`|`ic_fluent_video_person_clock_16_regular`
`ic_fluent_video_person_clock_20_regular`
`ic_fluent_video_person_clock_24_regular`
`ic_fluent_video_person_clock_28_regular`
`ic_fluent_video_person_clock_32_regular`
`ic_fluent_video_person_clock_48_regular`| |Video Person Off||`videoPersonOff20Regular`
`videoPersonOff24Regular`|`ic_fluent_video_person_off_20_regular`
`ic_fluent_video_person_off_24_regular`| |Video Person Sparkle||`videoPersonSparkle16Regular`
`videoPersonSparkle20Regular`
`videoPersonSparkle24Regular`
`videoPersonSparkle28Regular`
`videoPersonSparkle48Regular`|`ic_fluent_video_person_sparkle_16_regular`
`ic_fluent_video_person_sparkle_20_regular`
`ic_fluent_video_person_sparkle_24_regular`
`ic_fluent_video_person_sparkle_28_regular`
`ic_fluent_video_person_sparkle_48_regular`| |Video Person Star||`videoPersonStar20Regular`
`videoPersonStar24Regular`|`ic_fluent_video_person_star_20_regular`
`ic_fluent_video_person_star_24_regular`| @@ -2068,7 +2126,7 @@ |View Desktop Mobile||`viewDesktopMobile20Regular`
`viewDesktopMobile24Regular`|`ic_fluent_view_desktop_mobile_20_regular`
`ic_fluent_view_desktop_mobile_24_regular`| |Virtual Network||`virtualNetwork20Regular`|`ic_fluent_virtual_network_20_regular`| |Virtual Network Toolbox||`virtualNetworkToolbox20Regular`|`ic_fluent_virtual_network_toolbox_20_regular`| -|Voicemail||`voicemail16Regular`
`voicemail20Regular`
`voicemail24Regular`
`voicemail28Regular`|`ic_fluent_voicemail_16_regular`
`ic_fluent_voicemail_20_regular`
`ic_fluent_voicemail_24_regular`
`ic_fluent_voicemail_28_regular`| +|Voicemail||`voicemail16Regular`
`voicemail20Regular`
`voicemail24Regular`
`voicemail28Regular`
`voicemail32Regular`|`ic_fluent_voicemail_16_regular`
`ic_fluent_voicemail_20_regular`
`ic_fluent_voicemail_24_regular`
`ic_fluent_voicemail_28_regular`
`ic_fluent_voicemail_32_regular`| |Voicemail Arrow Back||`voicemailArrowBack16Regular`
`voicemailArrowBack20Regular`|`ic_fluent_voicemail_arrow_back_16_regular`
`ic_fluent_voicemail_arrow_back_20_regular`| |Voicemail Arrow Forward||`voicemailArrowForward16Regular`
`voicemailArrowForward20Regular`|`ic_fluent_voicemail_arrow_forward_16_regular`
`ic_fluent_voicemail_arrow_forward_20_regular`| |Voicemail Arrow Subtract||`voicemailArrowSubtract20Regular`|`ic_fluent_voicemail_arrow_subtract_20_regular`| @@ -2108,7 +2166,7 @@ |Weather Sunny High||`weatherSunnyHigh20Regular`
`weatherSunnyHigh24Regular`
`weatherSunnyHigh48Regular`|`ic_fluent_weather_sunny_high_20_regular`
`ic_fluent_weather_sunny_high_24_regular`
`ic_fluent_weather_sunny_high_48_regular`| |Weather Sunny Low||`weatherSunnyLow20Regular`
`weatherSunnyLow24Regular`
`weatherSunnyLow48Regular`|`ic_fluent_weather_sunny_low_20_regular`
`ic_fluent_weather_sunny_low_24_regular`
`ic_fluent_weather_sunny_low_48_regular`| |Weather Thunderstorm||`weatherThunderstorm20Regular`
`weatherThunderstorm24Regular`
`weatherThunderstorm48Regular`|`ic_fluent_weather_thunderstorm_20_regular`
`ic_fluent_weather_thunderstorm_24_regular`
`ic_fluent_weather_thunderstorm_48_regular`| -|Web Asset||`webAsset20Regular`
`webAsset24Regular`|`ic_fluent_web_asset_20_regular`
`ic_fluent_web_asset_24_regular`| +|Web Asset||`webAsset16Regular`
`webAsset20Regular`
`webAsset24Regular`|`ic_fluent_web_asset_16_regular`
`ic_fluent_web_asset_20_regular`
`ic_fluent_web_asset_24_regular`| |Whiteboard||`whiteboard20Regular`
`whiteboard24Regular`
`whiteboard48Regular`|`ic_fluent_whiteboard_20_regular`
`ic_fluent_whiteboard_24_regular`
`ic_fluent_whiteboard_48_regular`| |WiFi 1||`wifi120Regular`
`wifi124Regular`|`ic_fluent_wifi_1_20_regular`
`ic_fluent_wifi_1_24_regular`| |WiFi 2||`wifi220Regular`
`wifi224Regular`|`ic_fluent_wifi_2_20_regular`
`ic_fluent_wifi_2_24_regular`| diff --git a/ios/BUILD.gn b/ios/BUILD.gn index 29f32c91da..ef387faf3d 100644 --- a/ios/BUILD.gn +++ b/ios/BUILD.gn @@ -1169,6 +1169,62 @@ imageset("ic_fluent_align_center_vertical_48_regular") { ] } +imageset("ic_fluent_align_distribute_bottom_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_bottom_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_bottom_16_filled.imageset/ic_fluent_align_distribute_bottom_16_filled.svg", + ] +} + +imageset("ic_fluent_align_distribute_bottom_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_bottom_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_bottom_16_regular.imageset/ic_fluent_align_distribute_bottom_16_regular.svg", + ] +} + +imageset("ic_fluent_align_distribute_left_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_left_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_left_16_filled.imageset/ic_fluent_align_distribute_left_16_filled.svg", + ] +} + +imageset("ic_fluent_align_distribute_left_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_left_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_left_16_regular.imageset/ic_fluent_align_distribute_left_16_regular.svg", + ] +} + +imageset("ic_fluent_align_distribute_right_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_right_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_right_16_filled.imageset/ic_fluent_align_distribute_right_16_filled.svg", + ] +} + +imageset("ic_fluent_align_distribute_right_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_right_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_right_16_regular.imageset/ic_fluent_align_distribute_right_16_regular.svg", + ] +} + +imageset("ic_fluent_align_distribute_top_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_top_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_top_16_filled.imageset/ic_fluent_align_distribute_top_16_filled.svg", + ] +} + +imageset("ic_fluent_align_distribute_top_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_top_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_top_16_regular.imageset/ic_fluent_align_distribute_top_16_regular.svg", + ] +} + imageset("ic_fluent_align_end_horizontal_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_end_horizontal_20_filled.imageset/Contents.json", @@ -1491,6 +1547,20 @@ imageset("ic_fluent_align_start_vertical_20_regular") { ] } +imageset("ic_fluent_align_stretch_horizontal_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_horizontal_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_horizontal_16_filled.imageset/ic_fluent_align_stretch_horizontal_16_filled.svg", + ] +} + +imageset("ic_fluent_align_stretch_horizontal_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_horizontal_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_horizontal_16_regular.imageset/ic_fluent_align_stretch_horizontal_16_regular.svg", + ] +} + imageset("ic_fluent_align_stretch_horizontal_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_horizontal_20_filled.imageset/Contents.json", @@ -1505,6 +1575,20 @@ imageset("ic_fluent_align_stretch_horizontal_20_regular") { ] } +imageset("ic_fluent_align_stretch_vertical_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_vertical_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_vertical_16_filled.imageset/ic_fluent_align_stretch_vertical_16_filled.svg", + ] +} + +imageset("ic_fluent_align_stretch_vertical_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_vertical_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_vertical_16_regular.imageset/ic_fluent_align_stretch_vertical_16_regular.svg", + ] +} + imageset("ic_fluent_align_stretch_vertical_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_vertical_20_filled.imageset/Contents.json", @@ -5053,6 +5137,20 @@ imageset("ic_fluent_arrow_next_12_regular") { ] } +imageset("ic_fluent_arrow_next_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_next_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_next_16_filled.imageset/ic_fluent_arrow_next_16_filled.svg", + ] +} + +imageset("ic_fluent_arrow_next_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_next_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_next_16_regular.imageset/ic_fluent_arrow_next_16_regular.svg", + ] +} + imageset("ic_fluent_arrow_next_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_next_20_filled.imageset/Contents.json", @@ -5193,6 +5291,20 @@ imageset("ic_fluent_arrow_previous_12_regular") { ] } +imageset("ic_fluent_arrow_previous_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_previous_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_previous_16_filled.imageset/ic_fluent_arrow_previous_16_filled.svg", + ] +} + +imageset("ic_fluent_arrow_previous_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_previous_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_previous_16_regular.imageset/ic_fluent_arrow_previous_16_regular.svg", + ] +} + imageset("ic_fluent_arrow_previous_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_previous_20_filled.imageset/Contents.json", @@ -11523,6 +11635,34 @@ imageset("ic_fluent_braces_48_regular") { ] } +imageset("ic_fluent_braces_checkmark_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_checkmark_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_checkmark_16_filled.imageset/ic_fluent_braces_checkmark_16_filled.svg", + ] +} + +imageset("ic_fluent_braces_checkmark_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_checkmark_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_checkmark_16_regular.imageset/ic_fluent_braces_checkmark_16_regular.svg", + ] +} + +imageset("ic_fluent_braces_dismiss_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_dismiss_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_dismiss_16_filled.imageset/ic_fluent_braces_dismiss_16_filled.svg", + ] +} + +imageset("ic_fluent_braces_dismiss_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_dismiss_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_dismiss_16_regular.imageset/ic_fluent_braces_dismiss_16_regular.svg", + ] +} + imageset("ic_fluent_braces_variable_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_variable_20_filled.imageset/Contents.json", @@ -11579,6 +11719,20 @@ imageset("ic_fluent_brain_circuit_24_regular") { ] } +imageset("ic_fluent_branch_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_branch_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_branch_16_filled.imageset/ic_fluent_branch_16_filled.svg", + ] +} + +imageset("ic_fluent_branch_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_branch_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_branch_16_regular.imageset/ic_fluent_branch_16_regular.svg", + ] +} + imageset("ic_fluent_branch_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_branch_20_filled.imageset/Contents.json", @@ -13455,6 +13609,90 @@ imageset("ic_fluent_calendar_agenda_28_regular") { ] } +imageset("ic_fluent_calendar_arrow_counterclockwise_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_16_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_16_filled.svg", + ] +} + +imageset("ic_fluent_calendar_arrow_counterclockwise_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_16_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_16_regular.svg", + ] +} + +imageset("ic_fluent_calendar_arrow_counterclockwise_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_20_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_20_filled.svg", + ] +} + +imageset("ic_fluent_calendar_arrow_counterclockwise_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_20_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_20_regular.svg", + ] +} + +imageset("ic_fluent_calendar_arrow_counterclockwise_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_24_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_24_filled.svg", + ] +} + +imageset("ic_fluent_calendar_arrow_counterclockwise_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_24_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_24_regular.svg", + ] +} + +imageset("ic_fluent_calendar_arrow_counterclockwise_28_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_28_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_28_filled.svg", + ] +} + +imageset("ic_fluent_calendar_arrow_counterclockwise_28_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_28_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_28_regular.svg", + ] +} + +imageset("ic_fluent_calendar_arrow_counterclockwise_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_32_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_32_filled.svg", + ] +} + +imageset("ic_fluent_calendar_arrow_counterclockwise_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_32_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_32_regular.svg", + ] +} + +imageset("ic_fluent_calendar_arrow_counterclockwise_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_48_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_48_filled.svg", + ] +} + +imageset("ic_fluent_calendar_arrow_counterclockwise_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_48_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_48_regular.svg", + ] +} + imageset("ic_fluent_calendar_arrow_down_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_down_20_filled.imageset/Contents.json", @@ -14491,6 +14729,62 @@ imageset("ic_fluent_calendar_phone_20_regular") { ] } +imageset("ic_fluent_calendar_play_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_16_filled.imageset/ic_fluent_calendar_play_16_filled.svg", + ] +} + +imageset("ic_fluent_calendar_play_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_16_regular.imageset/ic_fluent_calendar_play_16_regular.svg", + ] +} + +imageset("ic_fluent_calendar_play_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_20_filled.imageset/ic_fluent_calendar_play_20_filled.svg", + ] +} + +imageset("ic_fluent_calendar_play_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_20_regular.imageset/ic_fluent_calendar_play_20_regular.svg", + ] +} + +imageset("ic_fluent_calendar_play_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_24_filled.imageset/ic_fluent_calendar_play_24_filled.svg", + ] +} + +imageset("ic_fluent_calendar_play_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_24_regular.imageset/ic_fluent_calendar_play_24_regular.svg", + ] +} + +imageset("ic_fluent_calendar_play_28_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_28_filled.imageset/ic_fluent_calendar_play_28_filled.svg", + ] +} + +imageset("ic_fluent_calendar_play_28_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_28_regular.imageset/ic_fluent_calendar_play_28_regular.svg", + ] +} + imageset("ic_fluent_calendar_question_mark_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_question_mark_16_filled.imageset/Contents.json", @@ -14701,6 +14995,90 @@ imageset("ic_fluent_calendar_settings_48_regular") { ] } +imageset("ic_fluent_calendar_shield_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_16_filled.imageset/ic_fluent_calendar_shield_16_filled.svg", + ] +} + +imageset("ic_fluent_calendar_shield_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_16_regular.imageset/ic_fluent_calendar_shield_16_regular.svg", + ] +} + +imageset("ic_fluent_calendar_shield_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_20_filled.imageset/ic_fluent_calendar_shield_20_filled.svg", + ] +} + +imageset("ic_fluent_calendar_shield_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_20_regular.imageset/ic_fluent_calendar_shield_20_regular.svg", + ] +} + +imageset("ic_fluent_calendar_shield_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_24_filled.imageset/ic_fluent_calendar_shield_24_filled.svg", + ] +} + +imageset("ic_fluent_calendar_shield_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_24_regular.imageset/ic_fluent_calendar_shield_24_regular.svg", + ] +} + +imageset("ic_fluent_calendar_shield_28_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_28_filled.imageset/ic_fluent_calendar_shield_28_filled.svg", + ] +} + +imageset("ic_fluent_calendar_shield_28_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_28_regular.imageset/ic_fluent_calendar_shield_28_regular.svg", + ] +} + +imageset("ic_fluent_calendar_shield_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_32_filled.imageset/ic_fluent_calendar_shield_32_filled.svg", + ] +} + +imageset("ic_fluent_calendar_shield_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_32_regular.imageset/ic_fluent_calendar_shield_32_regular.svg", + ] +} + +imageset("ic_fluent_calendar_shield_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_48_filled.imageset/ic_fluent_calendar_shield_48_filled.svg", + ] +} + +imageset("ic_fluent_calendar_shield_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_48_regular.imageset/ic_fluent_calendar_shield_48_regular.svg", + ] +} + imageset("ic_fluent_calendar_star_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_star_16_filled.imageset/Contents.json", @@ -15793,6 +16171,34 @@ imageset("ic_fluent_call_transfer_20_regular") { ] } +imageset("ic_fluent_call_transfer_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_24_filled.imageset/ic_fluent_call_transfer_24_filled.svg", + ] +} + +imageset("ic_fluent_call_transfer_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_24_regular.imageset/ic_fluent_call_transfer_24_regular.svg", + ] +} + +imageset("ic_fluent_call_transfer_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_32_filled.imageset/ic_fluent_call_transfer_32_filled.svg", + ] +} + +imageset("ic_fluent_call_transfer_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_32_regular.imageset/ic_fluent_call_transfer_32_regular.svg", + ] +} + imageset("ic_fluent_call_warning_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_warning_16_filled.imageset/Contents.json", @@ -16073,6 +16479,20 @@ imageset("ic_fluent_camera_edit_20_regular") { ] } +imageset("ic_fluent_camera_off_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_camera_off_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_camera_off_16_filled.imageset/ic_fluent_camera_off_16_filled.svg", + ] +} + +imageset("ic_fluent_camera_off_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_camera_off_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_camera_off_16_regular.imageset/ic_fluent_camera_off_16_regular.svg", + ] +} + imageset("ic_fluent_camera_off_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_camera_off_20_filled.imageset/Contents.json", @@ -16577,6 +16997,20 @@ imageset("ic_fluent_catch_up_24_regular") { ] } +imageset("ic_fluent_cd_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cd_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cd_16_filled.imageset/ic_fluent_cd_16_filled.svg", + ] +} + +imageset("ic_fluent_cd_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cd_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cd_16_regular.imageset/ic_fluent_cd_16_regular.svg", + ] +} + imageset("ic_fluent_cellular_3g_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cellular_3g_20_filled.imageset/Contents.json", @@ -16913,6 +17347,20 @@ imageset("ic_fluent_center_vertical_24_regular") { ] } +imageset("ic_fluent_certificate_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_16_filled.imageset/ic_fluent_certificate_16_filled.svg", + ] +} + +imageset("ic_fluent_certificate_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_16_regular.imageset/ic_fluent_certificate_16_regular.svg", + ] +} + imageset("ic_fluent_certificate_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_20_filled.imageset/Contents.json", @@ -20711,6 +21159,20 @@ imageset("ic_fluent_clipboard_edit_20_regular") { ] } +imageset("ic_fluent_clipboard_error_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_error_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_error_16_filled.imageset/ic_fluent_clipboard_error_16_filled.svg", + ] +} + +imageset("ic_fluent_clipboard_error_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_error_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_error_16_regular.imageset/ic_fluent_clipboard_error_16_regular.svg", + ] +} + imageset("ic_fluent_clipboard_error_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_error_20_filled.imageset/Contents.json", @@ -20949,6 +21411,34 @@ imageset("ic_fluent_clipboard_more_24_regular") { ] } +imageset("ic_fluent_clipboard_multiple_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_multiple_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_multiple_16_filled.imageset/ic_fluent_clipboard_multiple_16_filled.svg", + ] +} + +imageset("ic_fluent_clipboard_multiple_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_multiple_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_multiple_16_regular.imageset/ic_fluent_clipboard_multiple_16_regular.svg", + ] +} + +imageset("ic_fluent_clipboard_note_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_note_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_note_16_filled.imageset/ic_fluent_clipboard_note_16_filled.svg", + ] +} + +imageset("ic_fluent_clipboard_note_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_note_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_note_16_regular.imageset/ic_fluent_clipboard_note_16_regular.svg", + ] +} + imageset("ic_fluent_clipboard_note_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_note_20_filled.imageset/Contents.json", @@ -21089,6 +21579,20 @@ imageset("ic_fluent_clipboard_settings_24_regular") { ] } +imageset("ic_fluent_clipboard_task_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_16_filled.imageset/ic_fluent_clipboard_task_16_filled.svg", + ] +} + +imageset("ic_fluent_clipboard_task_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_16_regular.imageset/ic_fluent_clipboard_task_16_regular.svg", + ] +} + imageset("ic_fluent_clipboard_task_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_20_filled.imageset/Contents.json", @@ -21233,6 +21737,22 @@ imageset("ic_fluent_clipboard_text_edit_32_regular") { ] } +imageset("ic_fluent_clipboard_text_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_filled.imageset/ic_fluent_clipboard_text_ltr_16_filled.svg", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_filled.imageset/ic_fluent_clipboard_text_rtl_16_filled.svg", + ] +} + +imageset("ic_fluent_clipboard_text_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_regular.imageset/ic_fluent_clipboard_text_ltr_16_regular.svg", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_regular.imageset/ic_fluent_clipboard_text_rtl_16_regular.svg", + ] +} + imageset("ic_fluent_clipboard_text_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_20_filled.imageset/Contents.json", @@ -21797,6 +22317,20 @@ imageset("ic_fluent_cloud_add_20_regular") { ] } +imageset("ic_fluent_cloud_add_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_24_filled.imageset/ic_fluent_cloud_add_24_filled.svg", + ] +} + +imageset("ic_fluent_cloud_add_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_24_regular.imageset/ic_fluent_cloud_add_24_regular.svg", + ] +} + imageset("ic_fluent_cloud_archive_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_16_filled.imageset/Contents.json", @@ -22245,6 +22779,20 @@ imageset("ic_fluent_cloud_edit_20_regular") { ] } +imageset("ic_fluent_cloud_edit_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_24_filled.imageset/ic_fluent_cloud_edit_24_filled.svg", + ] +} + +imageset("ic_fluent_cloud_edit_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_24_regular.imageset/ic_fluent_cloud_edit_24_regular.svg", + ] +} + imageset("ic_fluent_cloud_error_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_16_filled.imageset/Contents.json", @@ -22385,6 +22933,20 @@ imageset("ic_fluent_cloud_link_20_regular") { ] } +imageset("ic_fluent_cloud_link_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_24_filled.imageset/ic_fluent_cloud_link_24_filled.svg", + ] +} + +imageset("ic_fluent_cloud_link_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_24_regular.imageset/ic_fluent_cloud_link_24_regular.svg", + ] +} + imageset("ic_fluent_cloud_off_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_16_filled.imageset/Contents.json", @@ -22805,6 +23367,146 @@ imageset("ic_fluent_code_circle_20_regular") { ] } +imageset("ic_fluent_code_cs_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_16_filled.imageset/ic_fluent_code_cs_16_filled.svg", + ] +} + +imageset("ic_fluent_code_cs_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_16_regular.imageset/ic_fluent_code_cs_16_regular.svg", + ] +} + +imageset("ic_fluent_code_cs_rectangle_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_rectangle_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_rectangle_16_filled.imageset/ic_fluent_code_cs_rectangle_16_filled.svg", + ] +} + +imageset("ic_fluent_code_cs_rectangle_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_rectangle_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_rectangle_16_regular.imageset/ic_fluent_code_cs_rectangle_16_regular.svg", + ] +} + +imageset("ic_fluent_code_fs_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_16_filled.imageset/ic_fluent_code_fs_16_filled.svg", + ] +} + +imageset("ic_fluent_code_fs_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_16_regular.imageset/ic_fluent_code_fs_16_regular.svg", + ] +} + +imageset("ic_fluent_code_fs_rectangle_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_rectangle_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_rectangle_16_filled.imageset/ic_fluent_code_fs_rectangle_16_filled.svg", + ] +} + +imageset("ic_fluent_code_fs_rectangle_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_rectangle_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_rectangle_16_regular.imageset/ic_fluent_code_fs_rectangle_16_regular.svg", + ] +} + +imageset("ic_fluent_code_js_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_16_filled.imageset/ic_fluent_code_js_16_filled.svg", + ] +} + +imageset("ic_fluent_code_js_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_16_regular.imageset/ic_fluent_code_js_16_regular.svg", + ] +} + +imageset("ic_fluent_code_js_rectangle_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_rectangle_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_rectangle_16_filled.imageset/ic_fluent_code_js_rectangle_16_filled.svg", + ] +} + +imageset("ic_fluent_code_js_rectangle_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_rectangle_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_rectangle_16_regular.imageset/ic_fluent_code_js_rectangle_16_regular.svg", + ] +} + +imageset("ic_fluent_code_py_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_16_filled.imageset/ic_fluent_code_py_16_filled.svg", + ] +} + +imageset("ic_fluent_code_py_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_16_regular.imageset/ic_fluent_code_py_16_regular.svg", + ] +} + +imageset("ic_fluent_code_py_rectangle_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_rectangle_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_rectangle_16_filled.imageset/ic_fluent_code_py_rectangle_16_filled.svg", + ] +} + +imageset("ic_fluent_code_py_rectangle_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_rectangle_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_rectangle_16_regular.imageset/ic_fluent_code_py_rectangle_16_regular.svg", + ] +} + +imageset("ic_fluent_code_rb_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_16_filled.imageset/ic_fluent_code_rb_16_filled.svg", + ] +} + +imageset("ic_fluent_code_rb_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_16_regular.imageset/ic_fluent_code_rb_16_regular.svg", + ] +} + +imageset("ic_fluent_code_rb_rectangle_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_rectangle_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_rectangle_16_filled.imageset/ic_fluent_code_rb_rectangle_16_filled.svg", + ] +} + +imageset("ic_fluent_code_rb_rectangle_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_rectangle_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_rectangle_16_regular.imageset/ic_fluent_code_rb_rectangle_16_regular.svg", + ] +} + imageset("ic_fluent_code_text_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_text_16_filled.imageset/Contents.json", @@ -22847,6 +23549,76 @@ imageset("ic_fluent_code_text_edit_20_regular") { ] } +imageset("ic_fluent_code_text_off_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_text_off_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_text_off_16_filled.imageset/ic_fluent_code_text_off_16_filled.svg", + ] +} + +imageset("ic_fluent_code_text_off_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_text_off_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_text_off_16_regular.imageset/ic_fluent_code_text_off_16_regular.svg", + ] +} + +imageset("ic_fluent_code_ts_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_16_filled.imageset/ic_fluent_code_ts_16_filled.svg", + ] +} + +imageset("ic_fluent_code_ts_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_16_regular.imageset/ic_fluent_code_ts_16_regular.svg", + ] +} + +imageset("ic_fluent_code_ts_rectangle_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_rectangle_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_rectangle_16_filled.imageset/ic_fluent_code_ts_rectangle_16_filled.svg", + ] +} + +imageset("ic_fluent_code_ts_rectangle_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_rectangle_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_rectangle_16_regular.imageset/ic_fluent_code_ts_rectangle_16_regular.svg", + ] +} + +imageset("ic_fluent_code_vb_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_16_filled.imageset/ic_fluent_code_vb_16_filled.svg", + ] +} + +imageset("ic_fluent_code_vb_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_16_regular.imageset/ic_fluent_code_vb_16_regular.svg", + ] +} + +imageset("ic_fluent_code_vb_rectangle_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_rectangle_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_rectangle_16_filled.imageset/ic_fluent_code_vb_rectangle_16_filled.svg", + ] +} + +imageset("ic_fluent_code_vb_rectangle_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_rectangle_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_rectangle_16_regular.imageset/ic_fluent_code_vb_rectangle_16_regular.svg", + ] +} + imageset("ic_fluent_collections_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_collections_20_filled.imageset/Contents.json", @@ -24384,6 +25156,20 @@ imageset("ic_fluent_compose_28_regular") { ] } +imageset("ic_fluent_cone_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cone_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cone_16_filled.imageset/ic_fluent_cone_16_filled.svg", + ] +} + +imageset("ic_fluent_cone_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cone_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cone_16_regular.imageset/ic_fluent_cone_16_regular.svg", + ] +} + imageset("ic_fluent_conference_room_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_conference_room_16_filled.imageset/Contents.json", @@ -26260,6 +27046,20 @@ imageset("ic_fluent_data_bar_horizontal_24_regular") { ] } +imageset("ic_fluent_data_bar_horizontal_descending_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_horizontal_descending_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_horizontal_descending_16_filled.imageset/ic_fluent_data_bar_horizontal_descending_16_filled.svg", + ] +} + +imageset("ic_fluent_data_bar_horizontal_descending_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_horizontal_descending_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_horizontal_descending_16_regular.imageset/ic_fluent_data_bar_horizontal_descending_16_regular.svg", + ] +} + imageset("ic_fluent_data_bar_vertical_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_vertical_16_filled.imageset/Contents.json", @@ -26344,6 +27144,20 @@ imageset("ic_fluent_data_bar_vertical_add_24_regular") { ] } +imageset("ic_fluent_data_bar_vertical_ascending_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_vertical_ascending_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_vertical_ascending_16_filled.imageset/ic_fluent_data_bar_vertical_ascending_16_filled.svg", + ] +} + +imageset("ic_fluent_data_bar_vertical_ascending_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_vertical_ascending_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_vertical_ascending_16_regular.imageset/ic_fluent_data_bar_vertical_ascending_16_regular.svg", + ] +} + imageset("ic_fluent_data_bar_vertical_star_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_vertical_star_16_filled.imageset/Contents.json", @@ -26834,6 +27648,20 @@ imageset("ic_fluent_data_whisker_24_regular") { ] } +imageset("ic_fluent_database_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_16_filled.imageset/ic_fluent_database_16_filled.svg", + ] +} + +imageset("ic_fluent_database_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_16_regular.imageset/ic_fluent_database_16_regular.svg", + ] +} + imageset("ic_fluent_database_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_20_filled.imageset/Contents.json", @@ -27072,6 +27900,20 @@ imageset("ic_fluent_database_search_24_regular") { ] } +imageset("ic_fluent_database_stack_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_stack_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_stack_16_filled.imageset/ic_fluent_database_stack_16_filled.svg", + ] +} + +imageset("ic_fluent_database_stack_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_stack_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_stack_16_regular.imageset/ic_fluent_database_stack_16_regular.svg", + ] +} + imageset("ic_fluent_database_switch_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_switch_20_filled.imageset/Contents.json", @@ -28136,6 +28978,20 @@ imageset("ic_fluent_desktop_toolbox_24_regular") { ] } +imageset("ic_fluent_developer_board_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_developer_board_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_developer_board_16_filled.imageset/ic_fluent_developer_board_16_filled.svg", + ] +} + +imageset("ic_fluent_developer_board_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_developer_board_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_developer_board_16_regular.imageset/ic_fluent_developer_board_16_regular.svg", + ] +} + imageset("ic_fluent_developer_board_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_developer_board_20_filled.imageset/Contents.json", @@ -29802,6 +30658,20 @@ imageset("ic_fluent_document_chevron_double_24_regular") { ] } +imageset("ic_fluent_document_contract_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_contract_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_contract_16_filled.imageset/ic_fluent_document_contract_16_filled.svg", + ] +} + +imageset("ic_fluent_document_contract_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_contract_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_contract_16_regular.imageset/ic_fluent_document_contract_16_regular.svg", + ] +} + imageset("ic_fluent_document_copy_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_copy_16_filled.imageset/Contents.json", @@ -29858,6 +30728,34 @@ imageset("ic_fluent_document_copy_48_regular") { ] } +imageset("ic_fluent_document_cs_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_cs_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_cs_16_filled.imageset/ic_fluent_document_cs_16_filled.svg", + ] +} + +imageset("ic_fluent_document_cs_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_cs_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_cs_16_regular.imageset/ic_fluent_document_cs_16_regular.svg", + ] +} + +imageset("ic_fluent_document_css_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_css_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_css_16_filled.imageset/ic_fluent_document_css_16_filled.svg", + ] +} + +imageset("ic_fluent_document_css_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_css_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_css_16_regular.imageset/ic_fluent_document_css_16_regular.svg", + ] +} + imageset("ic_fluent_document_css_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_css_20_filled.imageset/Contents.json", @@ -29886,6 +30784,20 @@ imageset("ic_fluent_document_css_24_regular") { ] } +imageset("ic_fluent_document_data_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_data_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_data_16_filled.imageset/ic_fluent_document_data_16_filled.svg", + ] +} + +imageset("ic_fluent_document_data_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_data_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_data_16_regular.imageset/ic_fluent_document_data_16_regular.svg", + ] +} + imageset("ic_fluent_document_data_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_data_20_filled.imageset/Contents.json", @@ -30208,6 +31120,20 @@ imageset("ic_fluent_document_footer_dismiss_24_regular") { ] } +imageset("ic_fluent_document_fs_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_fs_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_fs_16_filled.imageset/ic_fluent_document_fs_16_filled.svg", + ] +} + +imageset("ic_fluent_document_fs_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_fs_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_fs_16_regular.imageset/ic_fluent_document_fs_16_regular.svg", + ] +} + imageset("ic_fluent_document_header_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_header_16_filled.imageset/Contents.json", @@ -30446,6 +31372,20 @@ imageset("ic_fluent_document_javascript_24_regular") { ] } +imageset("ic_fluent_document_js_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_js_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_js_16_filled.imageset/ic_fluent_document_js_16_filled.svg", + ] +} + +imageset("ic_fluent_document_js_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_js_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_js_16_regular.imageset/ic_fluent_document_js_16_regular.svg", + ] +} + imageset("ic_fluent_document_landscape_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_landscape_20_filled.imageset/Contents.json", @@ -30880,6 +31820,20 @@ imageset("ic_fluent_document_multiple_sync_20_regular") { ] } +imageset("ic_fluent_document_number_1_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_number_1_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_number_1_16_filled.imageset/ic_fluent_document_number_1_16_filled.svg", + ] +} + +imageset("ic_fluent_document_number_1_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_number_1_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_number_1_16_regular.imageset/ic_fluent_document_number_1_16_regular.svg", + ] +} + imageset("ic_fluent_document_one_page_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_20_filled.imageset/Contents.json", @@ -31300,6 +32254,20 @@ imageset("ic_fluent_document_prohibited_24_regular") { ] } +imageset("ic_fluent_document_py_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_py_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_py_16_filled.imageset/ic_fluent_document_py_16_filled.svg", + ] +} + +imageset("ic_fluent_document_py_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_py_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_py_16_regular.imageset/ic_fluent_document_py_16_regular.svg", + ] +} + imageset("ic_fluent_document_question_mark_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_question_mark_16_filled.imageset/Contents.json", @@ -31426,6 +32394,20 @@ imageset("ic_fluent_document_queue_multiple_24_regular") { ] } +imageset("ic_fluent_document_rb_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_rb_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_rb_16_filled.imageset/ic_fluent_document_rb_16_filled.svg", + ] +} + +imageset("ic_fluent_document_rb_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_rb_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_rb_16_regular.imageset/ic_fluent_document_rb_16_regular.svg", + ] +} + imageset("ic_fluent_document_ribbon_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_ribbon_16_filled.imageset/Contents.json", @@ -31930,6 +32912,20 @@ imageset("ic_fluent_document_table_truck_24_regular") { ] } +imageset("ic_fluent_document_target_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_16_filled.imageset/ic_fluent_document_target_16_filled.svg", + ] +} + +imageset("ic_fluent_document_target_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_16_regular.imageset/ic_fluent_document_target_16_regular.svg", + ] +} + imageset("ic_fluent_document_text_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_text_16_filled.imageset/Contents.json", @@ -32112,6 +33108,34 @@ imageset("ic_fluent_document_toolbox_24_regular") { ] } +imageset("ic_fluent_document_ts_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_ts_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_ts_16_filled.imageset/ic_fluent_document_ts_16_filled.svg", + ] +} + +imageset("ic_fluent_document_ts_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_ts_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_ts_16_regular.imageset/ic_fluent_document_ts_16_regular.svg", + ] +} + +imageset("ic_fluent_document_vb_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_vb_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_vb_16_filled.imageset/ic_fluent_document_vb_16_filled.svg", + ] +} + +imageset("ic_fluent_document_vb_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_vb_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_vb_16_regular.imageset/ic_fluent_document_vb_16_regular.svg", + ] +} + imageset("ic_fluent_document_width_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_width_20_filled.imageset/Contents.json", @@ -35612,6 +36636,20 @@ imageset("ic_fluent_eye_tracking_off_24_regular") { ] } +imageset("ic_fluent_eyedropper_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eyedropper_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eyedropper_16_filled.imageset/ic_fluent_eyedropper_16_filled.svg", + ] +} + +imageset("ic_fluent_eyedropper_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eyedropper_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eyedropper_16_regular.imageset/ic_fluent_eyedropper_16_regular.svg", + ] +} + imageset("ic_fluent_eyedropper_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eyedropper_20_filled.imageset/Contents.json", @@ -37663,6 +38701,20 @@ imageset("ic_fluent_folder_mail_28_regular") { ] } +imageset("ic_fluent_folder_multiple_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_multiple_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_multiple_16_filled.imageset/ic_fluent_folder_multiple_16_filled.svg", + ] +} + +imageset("ic_fluent_folder_multiple_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_multiple_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_multiple_16_regular.imageset/ic_fluent_folder_multiple_16_regular.svg", + ] +} + imageset("ic_fluent_folder_open_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_open_16_filled.imageset/Contents.json", @@ -37705,6 +38757,20 @@ imageset("ic_fluent_folder_open_24_regular") { ] } +imageset("ic_fluent_folder_open_vertical_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_open_vertical_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_open_vertical_16_filled.imageset/ic_fluent_folder_open_vertical_16_filled.svg", + ] +} + +imageset("ic_fluent_folder_open_vertical_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_open_vertical_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_open_vertical_16_regular.imageset/ic_fluent_folder_open_vertical_16_regular.svg", + ] +} + imageset("ic_fluent_folder_open_vertical_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_open_vertical_20_filled.imageset/Contents.json", @@ -39077,6 +40143,20 @@ imageset("ic_fluent_games_48_regular") { ] } +imageset("ic_fluent_gantt_chart_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_gantt_chart_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_gantt_chart_16_filled.imageset/ic_fluent_gantt_chart_16_filled.svg", + ] +} + +imageset("ic_fluent_gantt_chart_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_gantt_chart_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_gantt_chart_16_regular.imageset/ic_fluent_gantt_chart_16_regular.svg", + ] +} + imageset("ic_fluent_gantt_chart_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_gantt_chart_20_filled.imageset/Contents.json", @@ -41023,6 +42103,20 @@ imageset("ic_fluent_handshake_32_regular") { ] } +imageset("ic_fluent_hard_drive_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_16_filled.imageset/ic_fluent_hard_drive_16_filled.svg", + ] +} + +imageset("ic_fluent_hard_drive_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_16_regular.imageset/ic_fluent_hard_drive_16_regular.svg", + ] +} + imageset("ic_fluent_hard_drive_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_20_filled.imageset/Contents.json", @@ -42346,6 +43440,20 @@ imageset("ic_fluent_home_split_48_regular") { ] } +imageset("ic_fluent_hourglass_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_16_filled.imageset/ic_fluent_hourglass_16_filled.svg", + ] +} + +imageset("ic_fluent_hourglass_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_16_regular.imageset/ic_fluent_hourglass_16_regular.svg", + ] +} + imageset("ic_fluent_hourglass_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_20_filled.imageset/Contents.json", @@ -42374,6 +43482,20 @@ imageset("ic_fluent_hourglass_24_regular") { ] } +imageset("ic_fluent_hourglass_half_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_half_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_half_16_filled.imageset/ic_fluent_hourglass_half_16_filled.svg", + ] +} + +imageset("ic_fluent_hourglass_half_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_half_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_half_16_regular.imageset/ic_fluent_hourglass_half_16_regular.svg", + ] +} + imageset("ic_fluent_hourglass_half_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_half_20_filled.imageset/Contents.json", @@ -42402,6 +43524,20 @@ imageset("ic_fluent_hourglass_half_24_regular") { ] } +imageset("ic_fluent_hourglass_one_quarter_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_one_quarter_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_one_quarter_16_filled.imageset/ic_fluent_hourglass_one_quarter_16_filled.svg", + ] +} + +imageset("ic_fluent_hourglass_one_quarter_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_one_quarter_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_one_quarter_16_regular.imageset/ic_fluent_hourglass_one_quarter_16_regular.svg", + ] +} + imageset("ic_fluent_hourglass_one_quarter_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_one_quarter_20_filled.imageset/Contents.json", @@ -42430,6 +43566,20 @@ imageset("ic_fluent_hourglass_one_quarter_24_regular") { ] } +imageset("ic_fluent_hourglass_three_quarter_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_three_quarter_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_three_quarter_16_filled.imageset/ic_fluent_hourglass_three_quarter_16_filled.svg", + ] +} + +imageset("ic_fluent_hourglass_three_quarter_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_three_quarter_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_three_quarter_16_regular.imageset/ic_fluent_hourglass_three_quarter_16_regular.svg", + ] +} + imageset("ic_fluent_hourglass_three_quarter_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_three_quarter_20_filled.imageset/Contents.json", @@ -44022,6 +45172,20 @@ imageset("ic_fluent_keyboard_layout_split_24_regular") { ] } +imageset("ic_fluent_keyboard_mouse_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_keyboard_mouse_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_keyboard_mouse_16_filled.imageset/ic_fluent_keyboard_mouse_16_filled.svg", + ] +} + +imageset("ic_fluent_keyboard_mouse_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_keyboard_mouse_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_keyboard_mouse_16_regular.imageset/ic_fluent_keyboard_mouse_16_regular.svg", + ] +} + imageset("ic_fluent_keyboard_shift_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_keyboard_shift_16_filled.imageset/Contents.json", @@ -48494,6 +49658,20 @@ imageset("ic_fluent_megaphone_off_28_regular") { ] } +imageset("ic_fluent_memory_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_memory_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_memory_16_filled.imageset/ic_fluent_memory_16_filled.svg", + ] +} + +imageset("ic_fluent_memory_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_memory_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_memory_16_regular.imageset/ic_fluent_memory_16_regular.svg", + ] +} + imageset("ic_fluent_mention_12_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mention_12_filled.imageset/Contents.json", @@ -49460,6 +50638,20 @@ imageset("ic_fluent_money_settings_20_regular") { ] } +imageset("ic_fluent_more_circle_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_16_filled.imageset/ic_fluent_more_circle_16_filled.svg", + ] +} + +imageset("ic_fluent_more_circle_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_16_regular.imageset/ic_fluent_more_circle_16_regular.svg", + ] +} + imageset("ic_fluent_more_circle_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_20_filled.imageset/Contents.json", @@ -49474,6 +50666,34 @@ imageset("ic_fluent_more_circle_20_regular") { ] } +imageset("ic_fluent_more_circle_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_24_filled.imageset/ic_fluent_more_circle_24_filled.svg", + ] +} + +imageset("ic_fluent_more_circle_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_24_regular.imageset/ic_fluent_more_circle_24_regular.svg", + ] +} + +imageset("ic_fluent_more_circle_28_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_28_filled.imageset/ic_fluent_more_circle_28_filled.svg", + ] +} + +imageset("ic_fluent_more_circle_28_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_28_regular.imageset/ic_fluent_more_circle_28_regular.svg", + ] +} + imageset("ic_fluent_more_circle_32_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_32_filled.imageset/Contents.json", @@ -49488,6 +50708,20 @@ imageset("ic_fluent_more_circle_32_regular") { ] } +imageset("ic_fluent_more_circle_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_48_filled.imageset/ic_fluent_more_circle_48_filled.svg", + ] +} + +imageset("ic_fluent_more_circle_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_48_regular.imageset/ic_fluent_more_circle_48_regular.svg", + ] +} + imageset("ic_fluent_more_horizontal_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_horizontal_16_filled.imageset/Contents.json", @@ -50474,6 +51708,20 @@ imageset("ic_fluent_navigation_unread_24_regular") { ] } +imageset("ic_fluent_network_adapter_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_network_adapter_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_network_adapter_16_filled.imageset/ic_fluent_network_adapter_16_filled.svg", + ] +} + +imageset("ic_fluent_network_adapter_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_network_adapter_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_network_adapter_16_regular.imageset/ic_fluent_network_adapter_16_regular.svg", + ] +} + imageset("ic_fluent_network_check_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_network_check_20_filled.imageset/Contents.json", @@ -54772,6 +56020,90 @@ imageset("ic_fluent_people_settings_28_regular") { ] } +imageset("ic_fluent_people_star_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_16_filled.imageset/ic_fluent_people_star_16_filled.svg", + ] +} + +imageset("ic_fluent_people_star_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_16_regular.imageset/ic_fluent_people_star_16_regular.svg", + ] +} + +imageset("ic_fluent_people_star_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_20_filled.imageset/ic_fluent_people_star_20_filled.svg", + ] +} + +imageset("ic_fluent_people_star_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_20_regular.imageset/ic_fluent_people_star_20_regular.svg", + ] +} + +imageset("ic_fluent_people_star_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_24_filled.imageset/ic_fluent_people_star_24_filled.svg", + ] +} + +imageset("ic_fluent_people_star_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_24_regular.imageset/ic_fluent_people_star_24_regular.svg", + ] +} + +imageset("ic_fluent_people_star_28_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_28_filled.imageset/ic_fluent_people_star_28_filled.svg", + ] +} + +imageset("ic_fluent_people_star_28_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_28_regular.imageset/ic_fluent_people_star_28_regular.svg", + ] +} + +imageset("ic_fluent_people_star_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_32_filled.imageset/ic_fluent_people_star_32_filled.svg", + ] +} + +imageset("ic_fluent_people_star_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_32_regular.imageset/ic_fluent_people_star_32_regular.svg", + ] +} + +imageset("ic_fluent_people_star_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_48_filled.imageset/ic_fluent_people_star_48_filled.svg", + ] +} + +imageset("ic_fluent_people_star_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_48_regular.imageset/ic_fluent_people_star_48_regular.svg", + ] +} + imageset("ic_fluent_people_swap_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_swap_16_filled.imageset/Contents.json", @@ -56466,6 +57798,34 @@ imageset("ic_fluent_person_running_20_regular") { ] } +imageset("ic_fluent_person_search_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_16_filled.imageset/ic_fluent_person_search_16_filled.svg", + ] +} + +imageset("ic_fluent_person_search_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_16_regular.imageset/ic_fluent_person_search_16_regular.svg", + ] +} + +imageset("ic_fluent_person_search_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_32_filled.imageset/ic_fluent_person_search_32_filled.svg", + ] +} + +imageset("ic_fluent_person_search_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_32_regular.imageset/ic_fluent_person_search_32_regular.svg", + ] +} + imageset("ic_fluent_person_settings_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_settings_16_filled.imageset/Contents.json", @@ -56522,6 +57882,20 @@ imageset("ic_fluent_person_square_24_regular") { ] } +imageset("ic_fluent_person_standing_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_standing_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_standing_16_filled.imageset/ic_fluent_person_standing_16_filled.svg", + ] +} + +imageset("ic_fluent_person_standing_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_standing_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_standing_16_regular.imageset/ic_fluent_person_standing_16_regular.svg", + ] +} + imageset("ic_fluent_person_star_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_star_16_filled.imageset/Contents.json", @@ -56928,6 +58302,20 @@ imageset("ic_fluent_person_voice_24_regular") { ] } +imageset("ic_fluent_person_walking_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_walking_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_walking_16_filled.imageset/ic_fluent_person_walking_16_filled.svg", + ] +} + +imageset("ic_fluent_person_walking_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_walking_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_walking_16_regular.imageset/ic_fluent_person_walking_16_regular.svg", + ] +} + imageset("ic_fluent_person_walking_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_walking_20_filled.imageset/Contents.json", @@ -58594,6 +59982,20 @@ imageset("ic_fluent_play_circle_48_regular") { ] } +imageset("ic_fluent_play_multiple_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_play_multiple_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_play_multiple_16_filled.imageset/ic_fluent_play_multiple_16_filled.svg", + ] +} + +imageset("ic_fluent_play_multiple_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_play_multiple_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_play_multiple_16_regular.imageset/ic_fluent_play_multiple_16_regular.svg", + ] +} + imageset("ic_fluent_play_settings_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_play_settings_20_filled.imageset/Contents.json", @@ -60736,6 +62138,20 @@ imageset("ic_fluent_radar_rectangle_multiple_20_regular") { ] } +imageset("ic_fluent_radio_button_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_16_filled.imageset/ic_fluent_radio_button_16_filled.svg", + ] +} + +imageset("ic_fluent_radio_button_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_16_regular.imageset/ic_fluent_radio_button_16_regular.svg", + ] +} + imageset("ic_fluent_radio_button_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_20_filled.imageset/Contents.json", @@ -60764,6 +62180,34 @@ imageset("ic_fluent_radio_button_24_regular") { ] } +imageset("ic_fluent_radio_button_off_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_off_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_off_16_filled.imageset/ic_fluent_radio_button_off_16_filled.svg", + ] +} + +imageset("ic_fluent_radio_button_off_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_off_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_off_16_regular.imageset/ic_fluent_radio_button_off_16_regular.svg", + ] +} + +imageset("ic_fluent_ram_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_ram_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_ram_16_filled.imageset/ic_fluent_ram_16_filled.svg", + ] +} + +imageset("ic_fluent_ram_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_ram_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_ram_16_regular.imageset/ic_fluent_ram_16_regular.svg", + ] +} + imageset("ic_fluent_ram_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_ram_20_filled.imageset/Contents.json", @@ -63046,6 +64490,20 @@ imageset("ic_fluent_save_image_20_regular") { ] } +imageset("ic_fluent_save_multiple_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_multiple_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_multiple_16_filled.imageset/ic_fluent_save_multiple_16_filled.svg", + ] +} + +imageset("ic_fluent_save_multiple_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_multiple_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_multiple_16_regular.imageset/ic_fluent_save_multiple_16_regular.svg", + ] +} + imageset("ic_fluent_save_multiple_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_multiple_20_filled.imageset/Contents.json", @@ -63914,6 +65372,20 @@ imageset("ic_fluent_screenshot_24_regular") { ] } +imageset("ic_fluent_script_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_script_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_script_16_filled.imageset/ic_fluent_script_16_filled.svg", + ] +} + +imageset("ic_fluent_script_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_script_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_script_16_regular.imageset/ic_fluent_script_16_regular.svg", + ] +} + imageset("ic_fluent_search_12_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_search_12_filled.imageset/Contents.json", @@ -64460,6 +65932,20 @@ imageset("ic_fluent_serial_port_24_regular") { ] } +imageset("ic_fluent_server_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_16_filled.imageset/ic_fluent_server_16_filled.svg", + ] +} + +imageset("ic_fluent_server_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_16_regular.imageset/ic_fluent_server_16_regular.svg", + ] +} + imageset("ic_fluent_server_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_20_filled.imageset/Contents.json", @@ -64516,6 +66002,34 @@ imageset("ic_fluent_server_play_20_regular") { ] } +imageset("ic_fluent_server_surface_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_16_filled.imageset/ic_fluent_server_surface_16_filled.svg", + ] +} + +imageset("ic_fluent_server_surface_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_16_regular.imageset/ic_fluent_server_surface_16_regular.svg", + ] +} + +imageset("ic_fluent_server_surface_multiple_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_multiple_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_multiple_16_filled.imageset/ic_fluent_server_surface_multiple_16_filled.svg", + ] +} + +imageset("ic_fluent_server_surface_multiple_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_multiple_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_multiple_16_regular.imageset/ic_fluent_server_surface_multiple_16_regular.svg", + ] +} + imageset("ic_fluent_service_bell_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_service_bell_20_filled.imageset/Contents.json", @@ -65426,6 +66940,20 @@ imageset("ic_fluent_share_screen_stop_48_regular") { ] } +imageset("ic_fluent_shield_12_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shield_12_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shield_12_filled.imageset/ic_fluent_shield_12_filled.svg", + ] +} + +imageset("ic_fluent_shield_12_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shield_12_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shield_12_regular.imageset/ic_fluent_shield_12_regular.svg", + ] +} + imageset("ic_fluent_shield_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shield_16_filled.imageset/Contents.json", @@ -67738,6 +69266,90 @@ imageset("ic_fluent_slide_text_multiple_32_regular") { ] } +imageset("ic_fluent_slide_text_person_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_16_filled.imageset/ic_fluent_slide_text_person_16_filled.svg", + ] +} + +imageset("ic_fluent_slide_text_person_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_16_regular.imageset/ic_fluent_slide_text_person_16_regular.svg", + ] +} + +imageset("ic_fluent_slide_text_person_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_20_filled.imageset/ic_fluent_slide_text_person_20_filled.svg", + ] +} + +imageset("ic_fluent_slide_text_person_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_20_regular.imageset/ic_fluent_slide_text_person_20_regular.svg", + ] +} + +imageset("ic_fluent_slide_text_person_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_24_filled.imageset/ic_fluent_slide_text_person_24_filled.svg", + ] +} + +imageset("ic_fluent_slide_text_person_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_24_regular.imageset/ic_fluent_slide_text_person_24_regular.svg", + ] +} + +imageset("ic_fluent_slide_text_person_28_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_28_filled.imageset/ic_fluent_slide_text_person_28_filled.svg", + ] +} + +imageset("ic_fluent_slide_text_person_28_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_28_regular.imageset/ic_fluent_slide_text_person_28_regular.svg", + ] +} + +imageset("ic_fluent_slide_text_person_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_32_filled.imageset/ic_fluent_slide_text_person_32_filled.svg", + ] +} + +imageset("ic_fluent_slide_text_person_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_32_regular.imageset/ic_fluent_slide_text_person_32_regular.svg", + ] +} + +imageset("ic_fluent_slide_text_person_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_48_filled.imageset/ic_fluent_slide_text_person_48_filled.svg", + ] +} + +imageset("ic_fluent_slide_text_person_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_48_regular.imageset/ic_fluent_slide_text_person_48_regular.svg", + ] +} + imageset("ic_fluent_slide_transition_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_transition_20_filled.imageset/Contents.json", @@ -69040,6 +70652,20 @@ imageset("ic_fluent_sport_soccer_24_regular") { ] } +imageset("ic_fluent_spray_can_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spray_can_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spray_can_16_filled.imageset/ic_fluent_spray_can_16_filled.svg", + ] +} + +imageset("ic_fluent_spray_can_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spray_can_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spray_can_16_regular.imageset/ic_fluent_spray_can_16_regular.svg", + ] +} + imageset("ic_fluent_square_12_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_square_12_filled.imageset/Contents.json", @@ -70538,6 +72164,34 @@ imageset("ic_fluent_status_24_regular") { ] } +imageset("ic_fluent_step_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_step_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_step_16_filled.imageset/ic_fluent_step_16_filled.svg", + ] +} + +imageset("ic_fluent_step_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_step_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_step_16_regular.imageset/ic_fluent_step_16_regular.svg", + ] +} + +imageset("ic_fluent_steps_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_steps_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_steps_16_filled.imageset/ic_fluent_steps_16_filled.svg", + ] +} + +imageset("ic_fluent_steps_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_steps_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_steps_16_regular.imageset/ic_fluent_steps_16_regular.svg", + ] +} + imageset("ic_fluent_steps_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_steps_20_filled.imageset/Contents.json", @@ -73128,6 +74782,90 @@ imageset("ic_fluent_table_link_28_regular") { ] } +imageset("ic_fluent_table_lock_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_16_filled.imageset/ic_fluent_table_lock_16_filled.svg", + ] +} + +imageset("ic_fluent_table_lock_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_16_regular.imageset/ic_fluent_table_lock_16_regular.svg", + ] +} + +imageset("ic_fluent_table_lock_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_20_filled.imageset/ic_fluent_table_lock_20_filled.svg", + ] +} + +imageset("ic_fluent_table_lock_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_20_regular.imageset/ic_fluent_table_lock_20_regular.svg", + ] +} + +imageset("ic_fluent_table_lock_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_24_filled.imageset/ic_fluent_table_lock_24_filled.svg", + ] +} + +imageset("ic_fluent_table_lock_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_24_regular.imageset/ic_fluent_table_lock_24_regular.svg", + ] +} + +imageset("ic_fluent_table_lock_28_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_28_filled.imageset/ic_fluent_table_lock_28_filled.svg", + ] +} + +imageset("ic_fluent_table_lock_28_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_28_regular.imageset/ic_fluent_table_lock_28_regular.svg", + ] +} + +imageset("ic_fluent_table_lock_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_32_filled.imageset/ic_fluent_table_lock_32_filled.svg", + ] +} + +imageset("ic_fluent_table_lock_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_32_regular.imageset/ic_fluent_table_lock_32_regular.svg", + ] +} + +imageset("ic_fluent_table_lock_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_48_filled.imageset/ic_fluent_table_lock_48_filled.svg", + ] +} + +imageset("ic_fluent_table_lock_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_48_regular.imageset/ic_fluent_table_lock_48_regular.svg", + ] +} + imageset("ic_fluent_table_move_above_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_move_above_16_filled.imageset/Contents.json", @@ -79777,6 +81515,20 @@ imageset("ic_fluent_text_t_48_regular") { ] } +imageset("ic_fluent_text_t_tag_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_t_tag_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_t_tag_16_filled.imageset/ic_fluent_text_t_tag_16_filled.svg", + ] +} + +imageset("ic_fluent_text_t_tag_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_t_tag_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_t_tag_16_regular.imageset/ic_fluent_text_t_tag_16_regular.svg", + ] +} + imageset("ic_fluent_text_underline_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_underline_16_filled.imageset/Contents.json", @@ -81213,6 +82965,13 @@ imageset("ic_fluent_top_speed_24_regular") { ] } +imageset("ic_fluent_translate_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_translate_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_translate_16_filled.imageset/ic_fluent_translate_16_filled.svg", + ] +} + imageset("ic_fluent_translate_16_regular") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_translate_16_regular.imageset/Contents.json", @@ -83438,6 +85197,20 @@ imageset("ic_fluent_video_person_28_regular") { ] } +imageset("ic_fluent_video_person_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_32_filled.imageset/ic_fluent_video_person_32_filled.svg", + ] +} + +imageset("ic_fluent_video_person_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_32_regular.imageset/ic_fluent_video_person_32_regular.svg", + ] +} + imageset("ic_fluent_video_person_48_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_48_filled.imageset/Contents.json", @@ -83508,6 +85281,90 @@ imageset("ic_fluent_video_person_call_32_regular") { ] } +imageset("ic_fluent_video_person_clock_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_16_filled.imageset/ic_fluent_video_person_clock_16_filled.svg", + ] +} + +imageset("ic_fluent_video_person_clock_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_16_regular.imageset/ic_fluent_video_person_clock_16_regular.svg", + ] +} + +imageset("ic_fluent_video_person_clock_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_20_filled.imageset/ic_fluent_video_person_clock_20_filled.svg", + ] +} + +imageset("ic_fluent_video_person_clock_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_20_regular.imageset/ic_fluent_video_person_clock_20_regular.svg", + ] +} + +imageset("ic_fluent_video_person_clock_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_24_filled.imageset/ic_fluent_video_person_clock_24_filled.svg", + ] +} + +imageset("ic_fluent_video_person_clock_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_24_regular.imageset/ic_fluent_video_person_clock_24_regular.svg", + ] +} + +imageset("ic_fluent_video_person_clock_28_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_28_filled.imageset/ic_fluent_video_person_clock_28_filled.svg", + ] +} + +imageset("ic_fluent_video_person_clock_28_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_28_regular.imageset/ic_fluent_video_person_clock_28_regular.svg", + ] +} + +imageset("ic_fluent_video_person_clock_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_32_filled.imageset/ic_fluent_video_person_clock_32_filled.svg", + ] +} + +imageset("ic_fluent_video_person_clock_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_32_regular.imageset/ic_fluent_video_person_clock_32_regular.svg", + ] +} + +imageset("ic_fluent_video_person_clock_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_48_filled.imageset/ic_fluent_video_person_clock_48_filled.svg", + ] +} + +imageset("ic_fluent_video_person_clock_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_48_regular.imageset/ic_fluent_video_person_clock_48_regular.svg", + ] +} + imageset("ic_fluent_video_person_off_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_off_20_filled.imageset/Contents.json", @@ -83970,6 +85827,20 @@ imageset("ic_fluent_voicemail_28_regular") { ] } +imageset("ic_fluent_voicemail_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_voicemail_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_voicemail_32_filled.imageset/ic_fluent_voicemail_32_filled.svg", + ] +} + +imageset("ic_fluent_voicemail_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_voicemail_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_voicemail_32_regular.imageset/ic_fluent_voicemail_32_regular.svg", + ] +} + imageset("ic_fluent_voicemail_arrow_back_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_voicemail_arrow_back_16_filled.imageset/Contents.json", @@ -85748,6 +87619,20 @@ imageset("ic_fluent_weather_thunderstorm_48_regular") { ] } +imageset("ic_fluent_web_asset_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_web_asset_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_web_asset_16_filled.imageset/ic_fluent_web_asset_16_filled.svg", + ] +} + +imageset("ic_fluent_web_asset_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_web_asset_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_web_asset_16_regular.imageset/ic_fluent_web_asset_16_regular.svg", + ] +} + imageset("ic_fluent_web_asset_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_web_asset_20_filled.imageset/Contents.json", diff --git a/ios/FluentIcons.podspec b/ios/FluentIcons.podspec index 382d50ba68..890d8f0bda 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.188' + s.version = '1.1.189' s.summary = 'FluentIcons' s.description = <<-DESC diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_bottom_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_bottom_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..a2d5044f50 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_bottom_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_align_distribute_bottom_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_align_distribute_bottom_16_filled.imageset/ic_fluent_align_distribute_bottom_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_bottom_16_filled.imageset/ic_fluent_align_distribute_bottom_16_filled.svg new file mode 100644 index 0000000000..41240e97df --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_bottom_16_filled.imageset/ic_fluent_align_distribute_bottom_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_bottom_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_bottom_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..db1270506a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_bottom_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_align_distribute_bottom_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_align_distribute_bottom_16_regular.imageset/ic_fluent_align_distribute_bottom_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_bottom_16_regular.imageset/ic_fluent_align_distribute_bottom_16_regular.svg new file mode 100644 index 0000000000..08d0187a72 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_bottom_16_regular.imageset/ic_fluent_align_distribute_bottom_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_left_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_left_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..7c8e095886 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_left_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_align_distribute_left_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_align_distribute_left_16_filled.imageset/ic_fluent_align_distribute_left_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_left_16_filled.imageset/ic_fluent_align_distribute_left_16_filled.svg new file mode 100644 index 0000000000..51b2fcd5bd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_left_16_filled.imageset/ic_fluent_align_distribute_left_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_left_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_left_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..04681e7d0a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_left_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_align_distribute_left_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_align_distribute_left_16_regular.imageset/ic_fluent_align_distribute_left_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_left_16_regular.imageset/ic_fluent_align_distribute_left_16_regular.svg new file mode 100644 index 0000000000..5ac468e316 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_left_16_regular.imageset/ic_fluent_align_distribute_left_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_right_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_right_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..f33e8f8474 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_right_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_align_distribute_right_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_align_distribute_right_16_filled.imageset/ic_fluent_align_distribute_right_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_right_16_filled.imageset/ic_fluent_align_distribute_right_16_filled.svg new file mode 100644 index 0000000000..337c1e03f1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_right_16_filled.imageset/ic_fluent_align_distribute_right_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_right_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_right_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..7985248b81 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_right_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_align_distribute_right_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_align_distribute_right_16_regular.imageset/ic_fluent_align_distribute_right_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_right_16_regular.imageset/ic_fluent_align_distribute_right_16_regular.svg new file mode 100644 index 0000000000..7612d3dd53 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_right_16_regular.imageset/ic_fluent_align_distribute_right_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_top_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_top_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..d385533a1f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_top_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_align_distribute_top_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_align_distribute_top_16_filled.imageset/ic_fluent_align_distribute_top_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_top_16_filled.imageset/ic_fluent_align_distribute_top_16_filled.svg new file mode 100644 index 0000000000..394b1e1c3c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_top_16_filled.imageset/ic_fluent_align_distribute_top_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_top_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_top_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..154fa9b584 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_top_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_align_distribute_top_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_align_distribute_top_16_regular.imageset/ic_fluent_align_distribute_top_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_top_16_regular.imageset/ic_fluent_align_distribute_top_16_regular.svg new file mode 100644 index 0000000000..841f508b6a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_distribute_top_16_regular.imageset/ic_fluent_align_distribute_top_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_horizontal_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_horizontal_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..8df7ef00c1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_horizontal_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_align_stretch_horizontal_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_align_stretch_horizontal_16_filled.imageset/ic_fluent_align_stretch_horizontal_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_horizontal_16_filled.imageset/ic_fluent_align_stretch_horizontal_16_filled.svg new file mode 100644 index 0000000000..dc5e9d00d0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_horizontal_16_filled.imageset/ic_fluent_align_stretch_horizontal_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_horizontal_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_horizontal_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..485f4987ea --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_horizontal_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_align_stretch_horizontal_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_align_stretch_horizontal_16_regular.imageset/ic_fluent_align_stretch_horizontal_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_horizontal_16_regular.imageset/ic_fluent_align_stretch_horizontal_16_regular.svg new file mode 100644 index 0000000000..8ff819a6b4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_horizontal_16_regular.imageset/ic_fluent_align_stretch_horizontal_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_vertical_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_vertical_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..71ae4b4336 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_vertical_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_align_stretch_vertical_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_align_stretch_vertical_16_filled.imageset/ic_fluent_align_stretch_vertical_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_vertical_16_filled.imageset/ic_fluent_align_stretch_vertical_16_filled.svg new file mode 100644 index 0000000000..36c5d805f5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_vertical_16_filled.imageset/ic_fluent_align_stretch_vertical_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_vertical_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_vertical_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..d44f65082f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_vertical_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_align_stretch_vertical_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_align_stretch_vertical_16_regular.imageset/ic_fluent_align_stretch_vertical_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_vertical_16_regular.imageset/ic_fluent_align_stretch_vertical_16_regular.svg new file mode 100644 index 0000000000..b5eb913532 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_align_stretch_vertical_16_regular.imageset/ic_fluent_align_stretch_vertical_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_next_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_next_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..02ce0fe970 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_next_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_next_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_next_16_filled.imageset/ic_fluent_arrow_next_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_next_16_filled.imageset/ic_fluent_arrow_next_16_filled.svg new file mode 100644 index 0000000000..ab9ee3e658 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_next_16_filled.imageset/ic_fluent_arrow_next_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_next_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_next_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..397c1b488e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_next_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_next_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_next_16_regular.imageset/ic_fluent_arrow_next_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_next_16_regular.imageset/ic_fluent_arrow_next_16_regular.svg new file mode 100644 index 0000000000..6f7cc9bfb4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_next_16_regular.imageset/ic_fluent_arrow_next_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_previous_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_previous_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..c551be3b3b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_previous_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_previous_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_previous_16_filled.imageset/ic_fluent_arrow_previous_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_previous_16_filled.imageset/ic_fluent_arrow_previous_16_filled.svg new file mode 100644 index 0000000000..0c66c161f5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_previous_16_filled.imageset/ic_fluent_arrow_previous_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_previous_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_previous_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..e80df84465 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_previous_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_arrow_previous_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_previous_16_regular.imageset/ic_fluent_arrow_previous_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_previous_16_regular.imageset/ic_fluent_arrow_previous_16_regular.svg new file mode 100644 index 0000000000..d639e9e6b9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_arrow_previous_16_regular.imageset/ic_fluent_arrow_previous_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_attach_16_filled.imageset/ic_fluent_attach_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_attach_16_filled.imageset/ic_fluent_attach_16_filled.svg index 96e95fddd7..aed864972f 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_attach_16_filled.imageset/ic_fluent_attach_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_attach_16_filled.imageset/ic_fluent_attach_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_attach_16_regular.imageset/ic_fluent_attach_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_attach_16_regular.imageset/ic_fluent_attach_16_regular.svg index 11c227c4b8..cb82c6e8f7 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_attach_16_regular.imageset/ic_fluent_attach_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_attach_16_regular.imageset/ic_fluent_attach_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_checkmark_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_checkmark_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..4195ea617d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_checkmark_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_braces_checkmark_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_braces_checkmark_16_filled.imageset/ic_fluent_braces_checkmark_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_checkmark_16_filled.imageset/ic_fluent_braces_checkmark_16_filled.svg new file mode 100644 index 0000000000..b66edb6299 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_checkmark_16_filled.imageset/ic_fluent_braces_checkmark_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_checkmark_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_checkmark_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..54376b0e6f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_checkmark_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_braces_checkmark_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_braces_checkmark_16_regular.imageset/ic_fluent_braces_checkmark_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_checkmark_16_regular.imageset/ic_fluent_braces_checkmark_16_regular.svg new file mode 100644 index 0000000000..199d584697 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_checkmark_16_regular.imageset/ic_fluent_braces_checkmark_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_dismiss_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_dismiss_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..dd51e48040 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_dismiss_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_braces_dismiss_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_braces_dismiss_16_filled.imageset/ic_fluent_braces_dismiss_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_dismiss_16_filled.imageset/ic_fluent_braces_dismiss_16_filled.svg new file mode 100644 index 0000000000..9e969df862 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_dismiss_16_filled.imageset/ic_fluent_braces_dismiss_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_dismiss_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_dismiss_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..c17a887b69 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_dismiss_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_braces_dismiss_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_braces_dismiss_16_regular.imageset/ic_fluent_braces_dismiss_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_dismiss_16_regular.imageset/ic_fluent_braces_dismiss_16_regular.svg new file mode 100644 index 0000000000..2b5e0cb8de --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_braces_dismiss_16_regular.imageset/ic_fluent_braces_dismiss_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_branch_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_branch_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..385f0b49ba --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_branch_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_branch_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_branch_16_filled.imageset/ic_fluent_branch_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_branch_16_filled.imageset/ic_fluent_branch_16_filled.svg new file mode 100644 index 0000000000..bf3fa3c57a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_branch_16_filled.imageset/ic_fluent_branch_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_branch_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_branch_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..7d8344e3b3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_branch_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_branch_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_branch_16_regular.imageset/ic_fluent_branch_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_branch_16_regular.imageset/ic_fluent_branch_16_regular.svg new file mode 100644 index 0000000000..38f75b1e18 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_branch_16_regular.imageset/ic_fluent_branch_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..4b19f01271 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_arrow_counterclockwise_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_calendar_arrow_counterclockwise_16_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_16_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_16_filled.svg new file mode 100644 index 0000000000..99b315791e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_16_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..65e6e6f7f6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_arrow_counterclockwise_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_calendar_arrow_counterclockwise_16_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_16_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_16_regular.svg new file mode 100644 index 0000000000..07d2ce0f7d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_16_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..b3ca2e4a62 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_arrow_counterclockwise_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_arrow_counterclockwise_20_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_20_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_20_filled.svg new file mode 100644 index 0000000000..a1afbbe490 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_20_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..7717778a0e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_arrow_counterclockwise_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_arrow_counterclockwise_20_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_20_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_20_regular.svg new file mode 100644 index 0000000000..5ff0db65b2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_20_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..7d20b7c57c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_arrow_counterclockwise_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_calendar_arrow_counterclockwise_24_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_24_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_24_filled.svg new file mode 100644 index 0000000000..227e484b1c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_24_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..0b271adc4a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_arrow_counterclockwise_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_calendar_arrow_counterclockwise_24_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_24_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_24_regular.svg new file mode 100644 index 0000000000..958d662334 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_24_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..e15817ac8b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_arrow_counterclockwise_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_calendar_arrow_counterclockwise_28_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_28_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_28_filled.svg new file mode 100644 index 0000000000..454878348c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_28_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..2c0c5d1c0e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_arrow_counterclockwise_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_calendar_arrow_counterclockwise_28_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_28_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_28_regular.svg new file mode 100644 index 0000000000..8574d15916 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_28_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..8c2606c36d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_arrow_counterclockwise_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_calendar_arrow_counterclockwise_32_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_32_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_32_filled.svg new file mode 100644 index 0000000000..b8303e1e78 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_32_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..5d325097c6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_arrow_counterclockwise_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_calendar_arrow_counterclockwise_32_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_32_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_32_regular.svg new file mode 100644 index 0000000000..4791b8ef62 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_32_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..7916598242 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_arrow_counterclockwise_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_calendar_arrow_counterclockwise_48_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_48_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_48_filled.svg new file mode 100644 index 0000000000..9878ef922f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_48_filled.imageset/ic_fluent_calendar_arrow_counterclockwise_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..09d57ef172 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_arrow_counterclockwise_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_calendar_arrow_counterclockwise_48_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_48_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_48_regular.svg new file mode 100644 index 0000000000..500e3bf70b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_arrow_counterclockwise_48_regular.imageset/ic_fluent_calendar_arrow_counterclockwise_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..27ba3e1214 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_play_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_calendar_play_16_filled.imageset/ic_fluent_calendar_play_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_16_filled.imageset/ic_fluent_calendar_play_16_filled.svg new file mode 100644 index 0000000000..1652f43fac --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_16_filled.imageset/ic_fluent_calendar_play_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..29baa10715 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_play_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_calendar_play_16_regular.imageset/ic_fluent_calendar_play_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_16_regular.imageset/ic_fluent_calendar_play_16_regular.svg new file mode 100644 index 0000000000..6cdb1fdcf0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_16_regular.imageset/ic_fluent_calendar_play_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..1ff5800741 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_play_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_play_20_filled.imageset/ic_fluent_calendar_play_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_20_filled.imageset/ic_fluent_calendar_play_20_filled.svg new file mode 100644 index 0000000000..db8eb2cbc9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_20_filled.imageset/ic_fluent_calendar_play_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..972b134a7d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_play_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_play_20_regular.imageset/ic_fluent_calendar_play_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_20_regular.imageset/ic_fluent_calendar_play_20_regular.svg new file mode 100644 index 0000000000..fed833c5b8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_20_regular.imageset/ic_fluent_calendar_play_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..5ce07c37b6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_play_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_calendar_play_24_filled.imageset/ic_fluent_calendar_play_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_24_filled.imageset/ic_fluent_calendar_play_24_filled.svg new file mode 100644 index 0000000000..13c5e96b70 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_24_filled.imageset/ic_fluent_calendar_play_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..47c12a53cc --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_play_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_calendar_play_24_regular.imageset/ic_fluent_calendar_play_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_24_regular.imageset/ic_fluent_calendar_play_24_regular.svg new file mode 100644 index 0000000000..8148b1aa8a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_24_regular.imageset/ic_fluent_calendar_play_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..6fc0bc85db --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_play_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_calendar_play_28_filled.imageset/ic_fluent_calendar_play_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_28_filled.imageset/ic_fluent_calendar_play_28_filled.svg new file mode 100644 index 0000000000..50b624ab24 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_28_filled.imageset/ic_fluent_calendar_play_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..b6454f4922 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_play_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_calendar_play_28_regular.imageset/ic_fluent_calendar_play_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_28_regular.imageset/ic_fluent_calendar_play_28_regular.svg new file mode 100644 index 0000000000..85ad662f26 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_play_28_regular.imageset/ic_fluent_calendar_play_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..984ce46ef5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_shield_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_calendar_shield_16_filled.imageset/ic_fluent_calendar_shield_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_16_filled.imageset/ic_fluent_calendar_shield_16_filled.svg new file mode 100644 index 0000000000..9ea9dd7156 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_16_filled.imageset/ic_fluent_calendar_shield_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..0ae26c98b3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_shield_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_calendar_shield_16_regular.imageset/ic_fluent_calendar_shield_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_16_regular.imageset/ic_fluent_calendar_shield_16_regular.svg new file mode 100644 index 0000000000..4143719bb2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_16_regular.imageset/ic_fluent_calendar_shield_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..c3a7082f5a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_shield_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_shield_20_filled.imageset/ic_fluent_calendar_shield_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_20_filled.imageset/ic_fluent_calendar_shield_20_filled.svg new file mode 100644 index 0000000000..c5069368f8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_20_filled.imageset/ic_fluent_calendar_shield_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..e3f185061d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_shield_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_shield_20_regular.imageset/ic_fluent_calendar_shield_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_20_regular.imageset/ic_fluent_calendar_shield_20_regular.svg new file mode 100644 index 0000000000..1edcb65c44 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_20_regular.imageset/ic_fluent_calendar_shield_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..6e413ac65a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_shield_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_calendar_shield_24_filled.imageset/ic_fluent_calendar_shield_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_24_filled.imageset/ic_fluent_calendar_shield_24_filled.svg new file mode 100644 index 0000000000..37ad65d4bb --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_24_filled.imageset/ic_fluent_calendar_shield_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..3c48e0a820 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_shield_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_calendar_shield_24_regular.imageset/ic_fluent_calendar_shield_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_24_regular.imageset/ic_fluent_calendar_shield_24_regular.svg new file mode 100644 index 0000000000..5d88815b59 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_24_regular.imageset/ic_fluent_calendar_shield_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..f49291fd79 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_shield_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_calendar_shield_28_filled.imageset/ic_fluent_calendar_shield_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_28_filled.imageset/ic_fluent_calendar_shield_28_filled.svg new file mode 100644 index 0000000000..585d817189 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_28_filled.imageset/ic_fluent_calendar_shield_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..90456a346e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_shield_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_calendar_shield_28_regular.imageset/ic_fluent_calendar_shield_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_28_regular.imageset/ic_fluent_calendar_shield_28_regular.svg new file mode 100644 index 0000000000..7b03d574a7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_28_regular.imageset/ic_fluent_calendar_shield_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..d9b5f5718e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_shield_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_calendar_shield_32_filled.imageset/ic_fluent_calendar_shield_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_32_filled.imageset/ic_fluent_calendar_shield_32_filled.svg new file mode 100644 index 0000000000..eaec498931 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_32_filled.imageset/ic_fluent_calendar_shield_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..00a66fc000 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_shield_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_calendar_shield_32_regular.imageset/ic_fluent_calendar_shield_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_32_regular.imageset/ic_fluent_calendar_shield_32_regular.svg new file mode 100644 index 0000000000..f581585c68 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_32_regular.imageset/ic_fluent_calendar_shield_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..68b6baf5ba --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_shield_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_calendar_shield_48_filled.imageset/ic_fluent_calendar_shield_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_48_filled.imageset/ic_fluent_calendar_shield_48_filled.svg new file mode 100644 index 0000000000..c7c69f630c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_48_filled.imageset/ic_fluent_calendar_shield_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..fe65799079 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_shield_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_calendar_shield_48_regular.imageset/ic_fluent_calendar_shield_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_48_regular.imageset/ic_fluent_calendar_shield_48_regular.svg new file mode 100644 index 0000000000..ef7d74088c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_shield_48_regular.imageset/ic_fluent_calendar_shield_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..ade21cca54 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_call_transfer_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_call_transfer_24_filled.imageset/ic_fluent_call_transfer_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_24_filled.imageset/ic_fluent_call_transfer_24_filled.svg new file mode 100644 index 0000000000..1058f61571 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_24_filled.imageset/ic_fluent_call_transfer_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..aa51a77a61 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_call_transfer_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_call_transfer_24_regular.imageset/ic_fluent_call_transfer_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_24_regular.imageset/ic_fluent_call_transfer_24_regular.svg new file mode 100644 index 0000000000..f1a6d69da8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_24_regular.imageset/ic_fluent_call_transfer_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..2149f1855e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_call_transfer_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_call_transfer_32_filled.imageset/ic_fluent_call_transfer_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_32_filled.imageset/ic_fluent_call_transfer_32_filled.svg new file mode 100644 index 0000000000..3834896d2d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_32_filled.imageset/ic_fluent_call_transfer_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..63b1a542c9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_call_transfer_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_call_transfer_32_regular.imageset/ic_fluent_call_transfer_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_32_regular.imageset/ic_fluent_call_transfer_32_regular.svg new file mode 100644 index 0000000000..38df693418 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_call_transfer_32_regular.imageset/ic_fluent_call_transfer_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_camera_off_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_camera_off_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..44579876d7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_camera_off_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_camera_off_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_camera_off_16_filled.imageset/ic_fluent_camera_off_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_camera_off_16_filled.imageset/ic_fluent_camera_off_16_filled.svg new file mode 100644 index 0000000000..64b0083442 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_camera_off_16_filled.imageset/ic_fluent_camera_off_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_camera_off_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_camera_off_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..01574298bf --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_camera_off_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_camera_off_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_camera_off_16_regular.imageset/ic_fluent_camera_off_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_camera_off_16_regular.imageset/ic_fluent_camera_off_16_regular.svg new file mode 100644 index 0000000000..b472241d56 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_camera_off_16_regular.imageset/ic_fluent_camera_off_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cd_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cd_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..4251044101 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cd_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_cd_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_cd_16_filled.imageset/ic_fluent_cd_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cd_16_filled.imageset/ic_fluent_cd_16_filled.svg new file mode 100644 index 0000000000..d084c3fd1d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cd_16_filled.imageset/ic_fluent_cd_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cd_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cd_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..3f5ae7c853 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cd_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_cd_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_cd_16_regular.imageset/ic_fluent_cd_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cd_16_regular.imageset/ic_fluent_cd_16_regular.svg new file mode 100644 index 0000000000..126290d4fd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cd_16_regular.imageset/ic_fluent_cd_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..abd7b3ce03 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_certificate_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_certificate_16_filled.imageset/ic_fluent_certificate_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_16_filled.imageset/ic_fluent_certificate_16_filled.svg new file mode 100644 index 0000000000..6059bc3958 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_16_filled.imageset/ic_fluent_certificate_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..0bd97e5bf2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_certificate_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_certificate_16_regular.imageset/ic_fluent_certificate_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_16_regular.imageset/ic_fluent_certificate_16_regular.svg new file mode 100644 index 0000000000..23583cf564 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_16_regular.imageset/ic_fluent_certificate_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_20_filled.imageset/ic_fluent_certificate_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_20_filled.imageset/ic_fluent_certificate_20_filled.svg index 1266fce8fc..a7c891a7fe 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_20_filled.imageset/ic_fluent_certificate_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_20_filled.imageset/ic_fluent_certificate_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_20_regular.imageset/ic_fluent_certificate_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_20_regular.imageset/ic_fluent_certificate_20_regular.svg index 4c40342369..c7dd28b451 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_20_regular.imageset/ic_fluent_certificate_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_20_regular.imageset/ic_fluent_certificate_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_24_filled.imageset/ic_fluent_certificate_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_24_filled.imageset/ic_fluent_certificate_24_filled.svg index 86bf6d1714..c7a8bde61d 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_24_filled.imageset/ic_fluent_certificate_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_24_filled.imageset/ic_fluent_certificate_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_24_regular.imageset/ic_fluent_certificate_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_24_regular.imageset/ic_fluent_certificate_24_regular.svg index 34c932f7c4..a646e95885 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_24_regular.imageset/ic_fluent_certificate_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_certificate_24_regular.imageset/ic_fluent_certificate_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_error_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_error_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..2a9cd91c43 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_error_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clipboard_error_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_clipboard_error_16_filled.imageset/ic_fluent_clipboard_error_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_error_16_filled.imageset/ic_fluent_clipboard_error_16_filled.svg new file mode 100644 index 0000000000..675e606048 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_error_16_filled.imageset/ic_fluent_clipboard_error_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_error_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_error_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..a194e05de4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_error_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clipboard_error_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_clipboard_error_16_regular.imageset/ic_fluent_clipboard_error_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_error_16_regular.imageset/ic_fluent_clipboard_error_16_regular.svg new file mode 100644 index 0000000000..177366ede5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_error_16_regular.imageset/ic_fluent_clipboard_error_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_multiple_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_multiple_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..498e1f7ae0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_multiple_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clipboard_multiple_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_clipboard_multiple_16_filled.imageset/ic_fluent_clipboard_multiple_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_multiple_16_filled.imageset/ic_fluent_clipboard_multiple_16_filled.svg new file mode 100644 index 0000000000..45f355a29f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_multiple_16_filled.imageset/ic_fluent_clipboard_multiple_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_multiple_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_multiple_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..ef2463f1a6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_multiple_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clipboard_multiple_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_clipboard_multiple_16_regular.imageset/ic_fluent_clipboard_multiple_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_multiple_16_regular.imageset/ic_fluent_clipboard_multiple_16_regular.svg new file mode 100644 index 0000000000..983a924922 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_multiple_16_regular.imageset/ic_fluent_clipboard_multiple_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_note_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_note_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..d9cee0c1e5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_note_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clipboard_note_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_clipboard_note_16_filled.imageset/ic_fluent_clipboard_note_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_note_16_filled.imageset/ic_fluent_clipboard_note_16_filled.svg new file mode 100644 index 0000000000..5aea2e11fe --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_note_16_filled.imageset/ic_fluent_clipboard_note_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_note_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_note_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..ad2f138e8d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_note_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clipboard_note_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_clipboard_note_16_regular.imageset/ic_fluent_clipboard_note_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_note_16_regular.imageset/ic_fluent_clipboard_note_16_regular.svg new file mode 100644 index 0000000000..2b69ba9ba6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_note_16_regular.imageset/ic_fluent_clipboard_note_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..ae51863615 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clipboard_task_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_clipboard_task_16_filled.imageset/ic_fluent_clipboard_task_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_16_filled.imageset/ic_fluent_clipboard_task_16_filled.svg new file mode 100644 index 0000000000..755f14e91a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_16_filled.imageset/ic_fluent_clipboard_task_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..cb6c3b0341 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clipboard_task_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_clipboard_task_16_regular.imageset/ic_fluent_clipboard_task_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_16_regular.imageset/ic_fluent_clipboard_task_16_regular.svg new file mode 100644 index 0000000000..7421b72342 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_16_regular.imageset/ic_fluent_clipboard_task_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..41d5853517 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_filled.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images": [ + { + "filename": "ic_fluent_clipboard_text_ltr_16_filled.svg", + "idiom": "universal", + "language-direction": "left-to-right" + }, + { + "filename": "ic_fluent_clipboard_text_rtl_16_filled.svg", + "idiom": "universal", + "language-direction": "right-to-left" + } + ], + "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_clipboard_text_16_filled.imageset/ic_fluent_clipboard_text_ltr_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_filled.imageset/ic_fluent_clipboard_text_ltr_16_filled.svg new file mode 100644 index 0000000000..014b78436d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_filled.imageset/ic_fluent_clipboard_text_ltr_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_filled.imageset/ic_fluent_clipboard_text_rtl_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_filled.imageset/ic_fluent_clipboard_text_rtl_16_filled.svg new file mode 100644 index 0000000000..d9f700995b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_filled.imageset/ic_fluent_clipboard_text_rtl_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..53dc57c6db --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_regular.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images": [ + { + "filename": "ic_fluent_clipboard_text_ltr_16_regular.svg", + "idiom": "universal", + "language-direction": "left-to-right" + }, + { + "filename": "ic_fluent_clipboard_text_rtl_16_regular.svg", + "idiom": "universal", + "language-direction": "right-to-left" + } + ], + "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_clipboard_text_16_regular.imageset/ic_fluent_clipboard_text_ltr_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_regular.imageset/ic_fluent_clipboard_text_ltr_16_regular.svg new file mode 100644 index 0000000000..381870b133 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_regular.imageset/ic_fluent_clipboard_text_ltr_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_regular.imageset/ic_fluent_clipboard_text_rtl_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_regular.imageset/ic_fluent_clipboard_text_rtl_16_regular.svg new file mode 100644 index 0000000000..f6c61df639 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_16_regular.imageset/ic_fluent_clipboard_text_rtl_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_16_filled.imageset/ic_fluent_cloud_add_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_16_filled.imageset/ic_fluent_cloud_add_16_filled.svg index 736bc60683..f6cb88231e 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_16_filled.imageset/ic_fluent_cloud_add_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_16_filled.imageset/ic_fluent_cloud_add_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_16_regular.imageset/ic_fluent_cloud_add_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_16_regular.imageset/ic_fluent_cloud_add_16_regular.svg index f4b2d2b795..e15b218d20 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_16_regular.imageset/ic_fluent_cloud_add_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_16_regular.imageset/ic_fluent_cloud_add_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..a0ce47b584 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_cloud_add_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_cloud_add_24_filled.imageset/ic_fluent_cloud_add_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_24_filled.imageset/ic_fluent_cloud_add_24_filled.svg new file mode 100644 index 0000000000..58685f71af --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_24_filled.imageset/ic_fluent_cloud_add_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..734ed7aaaf --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_cloud_add_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_cloud_add_24_regular.imageset/ic_fluent_cloud_add_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_24_regular.imageset/ic_fluent_cloud_add_24_regular.svg new file mode 100644 index 0000000000..76602326c5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_add_24_regular.imageset/ic_fluent_cloud_add_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_16_filled.imageset/ic_fluent_cloud_archive_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_16_filled.imageset/ic_fluent_cloud_archive_16_filled.svg index 1de7bacf90..4f85fc9d44 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_16_filled.imageset/ic_fluent_cloud_archive_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_16_filled.imageset/ic_fluent_cloud_archive_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_16_regular.imageset/ic_fluent_cloud_archive_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_16_regular.imageset/ic_fluent_cloud_archive_16_regular.svg index 01b3776075..8c73f39bc8 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_16_regular.imageset/ic_fluent_cloud_archive_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_16_regular.imageset/ic_fluent_cloud_archive_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_24_filled.imageset/ic_fluent_cloud_archive_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_24_filled.imageset/ic_fluent_cloud_archive_24_filled.svg index a253bac4c1..7257933089 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_24_filled.imageset/ic_fluent_cloud_archive_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_24_filled.imageset/ic_fluent_cloud_archive_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_24_regular.imageset/ic_fluent_cloud_archive_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_24_regular.imageset/ic_fluent_cloud_archive_24_regular.svg index b7aae47147..46462578bd 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_24_regular.imageset/ic_fluent_cloud_archive_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_archive_24_regular.imageset/ic_fluent_cloud_archive_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_down_16_filled.imageset/ic_fluent_cloud_arrow_down_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_down_16_filled.imageset/ic_fluent_cloud_arrow_down_16_filled.svg index 63e46c7d07..fe97c51fd9 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_down_16_filled.imageset/ic_fluent_cloud_arrow_down_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_down_16_filled.imageset/ic_fluent_cloud_arrow_down_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_down_16_regular.imageset/ic_fluent_cloud_arrow_down_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_down_16_regular.imageset/ic_fluent_cloud_arrow_down_16_regular.svg index 08a5cabc11..55647bd5a8 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_down_16_regular.imageset/ic_fluent_cloud_arrow_down_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_down_16_regular.imageset/ic_fluent_cloud_arrow_down_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_down_24_filled.imageset/ic_fluent_cloud_arrow_down_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_down_24_filled.imageset/ic_fluent_cloud_arrow_down_24_filled.svg index 7e6524cd1b..7e5b52867a 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_down_24_filled.imageset/ic_fluent_cloud_arrow_down_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_down_24_filled.imageset/ic_fluent_cloud_arrow_down_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_down_24_regular.imageset/ic_fluent_cloud_arrow_down_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_down_24_regular.imageset/ic_fluent_cloud_arrow_down_24_regular.svg index d67a2bd750..6ff28e8bdf 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_down_24_regular.imageset/ic_fluent_cloud_arrow_down_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_down_24_regular.imageset/ic_fluent_cloud_arrow_down_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_up_16_filled.imageset/ic_fluent_cloud_arrow_up_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_up_16_filled.imageset/ic_fluent_cloud_arrow_up_16_filled.svg index d49f10da30..1b3edfdd95 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_up_16_filled.imageset/ic_fluent_cloud_arrow_up_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_up_16_filled.imageset/ic_fluent_cloud_arrow_up_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_up_16_regular.imageset/ic_fluent_cloud_arrow_up_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_up_16_regular.imageset/ic_fluent_cloud_arrow_up_16_regular.svg index 32c42aa0b0..ef344d5a26 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_up_16_regular.imageset/ic_fluent_cloud_arrow_up_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_up_16_regular.imageset/ic_fluent_cloud_arrow_up_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_up_24_filled.imageset/ic_fluent_cloud_arrow_up_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_up_24_filled.imageset/ic_fluent_cloud_arrow_up_24_filled.svg index dde5849c19..d4a87951d3 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_up_24_filled.imageset/ic_fluent_cloud_arrow_up_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_up_24_filled.imageset/ic_fluent_cloud_arrow_up_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_up_24_regular.imageset/ic_fluent_cloud_arrow_up_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_up_24_regular.imageset/ic_fluent_cloud_arrow_up_24_regular.svg index 09512bea9d..bc34f23e98 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_up_24_regular.imageset/ic_fluent_cloud_arrow_up_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_arrow_up_24_regular.imageset/ic_fluent_cloud_arrow_up_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_checkmark_16_filled.imageset/ic_fluent_cloud_checkmark_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_checkmark_16_filled.imageset/ic_fluent_cloud_checkmark_16_filled.svg index 9790a2470c..23c932a9a8 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_checkmark_16_filled.imageset/ic_fluent_cloud_checkmark_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_checkmark_16_filled.imageset/ic_fluent_cloud_checkmark_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_checkmark_16_regular.imageset/ic_fluent_cloud_checkmark_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_checkmark_16_regular.imageset/ic_fluent_cloud_checkmark_16_regular.svg index b132dfc92e..b2fc2b925f 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_checkmark_16_regular.imageset/ic_fluent_cloud_checkmark_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_checkmark_16_regular.imageset/ic_fluent_cloud_checkmark_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_checkmark_24_filled.imageset/ic_fluent_cloud_checkmark_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_checkmark_24_filled.imageset/ic_fluent_cloud_checkmark_24_filled.svg index 88d1af4e03..873180b74a 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_checkmark_24_filled.imageset/ic_fluent_cloud_checkmark_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_checkmark_24_filled.imageset/ic_fluent_cloud_checkmark_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_checkmark_24_regular.imageset/ic_fluent_cloud_checkmark_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_checkmark_24_regular.imageset/ic_fluent_cloud_checkmark_24_regular.svg index 80c7f49b28..ed5e0663ed 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_checkmark_24_regular.imageset/ic_fluent_cloud_checkmark_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_checkmark_24_regular.imageset/ic_fluent_cloud_checkmark_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_dismiss_16_filled.imageset/ic_fluent_cloud_dismiss_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_dismiss_16_filled.imageset/ic_fluent_cloud_dismiss_16_filled.svg index fccd4af13a..782852c33e 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_dismiss_16_filled.imageset/ic_fluent_cloud_dismiss_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_dismiss_16_filled.imageset/ic_fluent_cloud_dismiss_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_dismiss_16_regular.imageset/ic_fluent_cloud_dismiss_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_dismiss_16_regular.imageset/ic_fluent_cloud_dismiss_16_regular.svg index c9e8856239..54c714b6d5 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_dismiss_16_regular.imageset/ic_fluent_cloud_dismiss_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_dismiss_16_regular.imageset/ic_fluent_cloud_dismiss_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_dismiss_24_filled.imageset/ic_fluent_cloud_dismiss_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_dismiss_24_filled.imageset/ic_fluent_cloud_dismiss_24_filled.svg index 2e35099001..016ac2b843 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_dismiss_24_filled.imageset/ic_fluent_cloud_dismiss_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_dismiss_24_filled.imageset/ic_fluent_cloud_dismiss_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_dismiss_24_regular.imageset/ic_fluent_cloud_dismiss_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_dismiss_24_regular.imageset/ic_fluent_cloud_dismiss_24_regular.svg index 316f0613a2..31224ca27f 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_dismiss_24_regular.imageset/ic_fluent_cloud_dismiss_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_dismiss_24_regular.imageset/ic_fluent_cloud_dismiss_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_16_filled.imageset/ic_fluent_cloud_edit_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_16_filled.imageset/ic_fluent_cloud_edit_16_filled.svg index 1a2ef5d9bd..8565636587 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_16_filled.imageset/ic_fluent_cloud_edit_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_16_filled.imageset/ic_fluent_cloud_edit_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_16_regular.imageset/ic_fluent_cloud_edit_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_16_regular.imageset/ic_fluent_cloud_edit_16_regular.svg index 71fe973db3..1fe299eff3 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_16_regular.imageset/ic_fluent_cloud_edit_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_16_regular.imageset/ic_fluent_cloud_edit_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..84e97cd34f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_cloud_edit_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_cloud_edit_24_filled.imageset/ic_fluent_cloud_edit_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_24_filled.imageset/ic_fluent_cloud_edit_24_filled.svg new file mode 100644 index 0000000000..57c425a1e5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_24_filled.imageset/ic_fluent_cloud_edit_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..e89cec8ead --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_cloud_edit_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_cloud_edit_24_regular.imageset/ic_fluent_cloud_edit_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_24_regular.imageset/ic_fluent_cloud_edit_24_regular.svg new file mode 100644 index 0000000000..4bd3620e4d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_edit_24_regular.imageset/ic_fluent_cloud_edit_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_16_filled.imageset/ic_fluent_cloud_error_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_16_filled.imageset/ic_fluent_cloud_error_16_filled.svg index a9e4dee1fc..d4ce3bbb12 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_16_filled.imageset/ic_fluent_cloud_error_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_16_filled.imageset/ic_fluent_cloud_error_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_16_regular.imageset/ic_fluent_cloud_error_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_16_regular.imageset/ic_fluent_cloud_error_16_regular.svg index 96be3499b1..4415194e54 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_16_regular.imageset/ic_fluent_cloud_error_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_16_regular.imageset/ic_fluent_cloud_error_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_24_filled.imageset/ic_fluent_cloud_error_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_24_filled.imageset/ic_fluent_cloud_error_24_filled.svg index 627b2e6fc7..dcc45793cc 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_24_filled.imageset/ic_fluent_cloud_error_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_24_filled.imageset/ic_fluent_cloud_error_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_24_regular.imageset/ic_fluent_cloud_error_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_24_regular.imageset/ic_fluent_cloud_error_24_regular.svg index 8e5e30966b..0a3890ebf6 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_24_regular.imageset/ic_fluent_cloud_error_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_error_24_regular.imageset/ic_fluent_cloud_error_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_flow_24_filled.imageset/ic_fluent_cloud_flow_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_flow_24_filled.imageset/ic_fluent_cloud_flow_24_filled.svg index af0ae51e6d..cbd0963ecd 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_flow_24_filled.imageset/ic_fluent_cloud_flow_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_flow_24_filled.imageset/ic_fluent_cloud_flow_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_flow_24_regular.imageset/ic_fluent_cloud_flow_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_flow_24_regular.imageset/ic_fluent_cloud_flow_24_regular.svg index a9494e073d..0f5c6caeb0 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_flow_24_regular.imageset/ic_fluent_cloud_flow_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_flow_24_regular.imageset/ic_fluent_cloud_flow_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_16_filled.imageset/ic_fluent_cloud_link_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_16_filled.imageset/ic_fluent_cloud_link_16_filled.svg index a718de227e..394332e662 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_16_filled.imageset/ic_fluent_cloud_link_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_16_filled.imageset/ic_fluent_cloud_link_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_16_regular.imageset/ic_fluent_cloud_link_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_16_regular.imageset/ic_fluent_cloud_link_16_regular.svg index e63e6bf4cb..de454f0381 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_16_regular.imageset/ic_fluent_cloud_link_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_16_regular.imageset/ic_fluent_cloud_link_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..bbf1a10856 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_cloud_link_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_cloud_link_24_filled.imageset/ic_fluent_cloud_link_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_24_filled.imageset/ic_fluent_cloud_link_24_filled.svg new file mode 100644 index 0000000000..1a594a2927 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_24_filled.imageset/ic_fluent_cloud_link_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..697ecc658e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_cloud_link_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_cloud_link_24_regular.imageset/ic_fluent_cloud_link_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_24_regular.imageset/ic_fluent_cloud_link_24_regular.svg new file mode 100644 index 0000000000..09fbba5653 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_link_24_regular.imageset/ic_fluent_cloud_link_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_16_filled.imageset/ic_fluent_cloud_off_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_16_filled.imageset/ic_fluent_cloud_off_16_filled.svg index 3956ea8c0e..49f5d0ba67 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_16_filled.imageset/ic_fluent_cloud_off_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_16_filled.imageset/ic_fluent_cloud_off_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_16_regular.imageset/ic_fluent_cloud_off_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_16_regular.imageset/ic_fluent_cloud_off_16_regular.svg index 79d16e3e0b..b1ab829f28 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_16_regular.imageset/ic_fluent_cloud_off_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_16_regular.imageset/ic_fluent_cloud_off_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_24_filled.imageset/ic_fluent_cloud_off_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_24_filled.imageset/ic_fluent_cloud_off_24_filled.svg index 4d1b0f4a36..3e33fd63aa 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_24_filled.imageset/ic_fluent_cloud_off_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_24_filled.imageset/ic_fluent_cloud_off_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_24_regular.imageset/ic_fluent_cloud_off_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_24_regular.imageset/ic_fluent_cloud_off_24_regular.svg index 9db87dec23..2d5b10b174 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_24_regular.imageset/ic_fluent_cloud_off_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_off_24_regular.imageset/ic_fluent_cloud_off_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_swap_24_filled.imageset/ic_fluent_cloud_swap_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_swap_24_filled.imageset/ic_fluent_cloud_swap_24_filled.svg index 664b0020bd..010674a0db 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_swap_24_filled.imageset/ic_fluent_cloud_swap_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_swap_24_filled.imageset/ic_fluent_cloud_swap_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_swap_24_regular.imageset/ic_fluent_cloud_swap_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_swap_24_regular.imageset/ic_fluent_cloud_swap_24_regular.svg index b7daa77153..a0730a6f05 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_swap_24_regular.imageset/ic_fluent_cloud_swap_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_swap_24_regular.imageset/ic_fluent_cloud_swap_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_sync_16_filled.imageset/ic_fluent_cloud_sync_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_sync_16_filled.imageset/ic_fluent_cloud_sync_16_filled.svg index a74653d110..0f3619fcb7 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_sync_16_filled.imageset/ic_fluent_cloud_sync_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_sync_16_filled.imageset/ic_fluent_cloud_sync_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_sync_16_regular.imageset/ic_fluent_cloud_sync_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_sync_16_regular.imageset/ic_fluent_cloud_sync_16_regular.svg index abcd767621..8e6ce811f7 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_sync_16_regular.imageset/ic_fluent_cloud_sync_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_sync_16_regular.imageset/ic_fluent_cloud_sync_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_sync_24_filled.imageset/ic_fluent_cloud_sync_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_sync_24_filled.imageset/ic_fluent_cloud_sync_24_filled.svg index 80cfc6b3f9..6487fdc3a7 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_sync_24_filled.imageset/ic_fluent_cloud_sync_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_sync_24_filled.imageset/ic_fluent_cloud_sync_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_sync_24_regular.imageset/ic_fluent_cloud_sync_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_sync_24_regular.imageset/ic_fluent_cloud_sync_24_regular.svg index 1006d87eef..b55d8a03d1 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_sync_24_regular.imageset/ic_fluent_cloud_sync_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_sync_24_regular.imageset/ic_fluent_cloud_sync_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_words_16_filled.imageset/ic_fluent_cloud_words_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_words_16_filled.imageset/ic_fluent_cloud_words_16_filled.svg index 66d865e59f..1f1edeeff4 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_words_16_filled.imageset/ic_fluent_cloud_words_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_words_16_filled.imageset/ic_fluent_cloud_words_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_words_16_regular.imageset/ic_fluent_cloud_words_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_words_16_regular.imageset/ic_fluent_cloud_words_16_regular.svg index cf13998266..038a1f2700 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_words_16_regular.imageset/ic_fluent_cloud_words_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_words_16_regular.imageset/ic_fluent_cloud_words_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_words_24_filled.imageset/ic_fluent_cloud_words_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_words_24_filled.imageset/ic_fluent_cloud_words_24_filled.svg index 1834fb4992..3811850faa 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_words_24_filled.imageset/ic_fluent_cloud_words_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_words_24_filled.imageset/ic_fluent_cloud_words_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_words_24_regular.imageset/ic_fluent_cloud_words_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_words_24_regular.imageset/ic_fluent_cloud_words_24_regular.svg index eac0e347d6..4fc359244b 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_words_24_regular.imageset/ic_fluent_cloud_words_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cloud_words_24_regular.imageset/ic_fluent_cloud_words_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..92dfdc0264 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_cs_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_code_cs_16_filled.imageset/ic_fluent_code_cs_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_16_filled.imageset/ic_fluent_code_cs_16_filled.svg new file mode 100644 index 0000000000..46842da942 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_16_filled.imageset/ic_fluent_code_cs_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..49fd5a1465 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_cs_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_code_cs_16_regular.imageset/ic_fluent_code_cs_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_16_regular.imageset/ic_fluent_code_cs_16_regular.svg new file mode 100644 index 0000000000..91062da646 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_16_regular.imageset/ic_fluent_code_cs_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_rectangle_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_rectangle_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..447abeb426 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_rectangle_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_cs_rectangle_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_code_cs_rectangle_16_filled.imageset/ic_fluent_code_cs_rectangle_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_rectangle_16_filled.imageset/ic_fluent_code_cs_rectangle_16_filled.svg new file mode 100644 index 0000000000..e80b855902 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_rectangle_16_filled.imageset/ic_fluent_code_cs_rectangle_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_rectangle_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_rectangle_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..f2cbed2791 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_rectangle_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_cs_rectangle_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_code_cs_rectangle_16_regular.imageset/ic_fluent_code_cs_rectangle_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_rectangle_16_regular.imageset/ic_fluent_code_cs_rectangle_16_regular.svg new file mode 100644 index 0000000000..aa1ae56629 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_cs_rectangle_16_regular.imageset/ic_fluent_code_cs_rectangle_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..ad21727242 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_fs_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_code_fs_16_filled.imageset/ic_fluent_code_fs_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_16_filled.imageset/ic_fluent_code_fs_16_filled.svg new file mode 100644 index 0000000000..8d5f5c588b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_16_filled.imageset/ic_fluent_code_fs_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..0291bf0e5a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_fs_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_code_fs_16_regular.imageset/ic_fluent_code_fs_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_16_regular.imageset/ic_fluent_code_fs_16_regular.svg new file mode 100644 index 0000000000..fe06bc5a39 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_16_regular.imageset/ic_fluent_code_fs_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_rectangle_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_rectangle_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..fbab104cf8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_rectangle_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_fs_rectangle_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_code_fs_rectangle_16_filled.imageset/ic_fluent_code_fs_rectangle_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_rectangle_16_filled.imageset/ic_fluent_code_fs_rectangle_16_filled.svg new file mode 100644 index 0000000000..541270899f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_rectangle_16_filled.imageset/ic_fluent_code_fs_rectangle_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_rectangle_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_rectangle_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..59443e2a2f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_rectangle_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_fs_rectangle_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_code_fs_rectangle_16_regular.imageset/ic_fluent_code_fs_rectangle_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_rectangle_16_regular.imageset/ic_fluent_code_fs_rectangle_16_regular.svg new file mode 100644 index 0000000000..751cf43db9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_fs_rectangle_16_regular.imageset/ic_fluent_code_fs_rectangle_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..dab86b50ce --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_js_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_code_js_16_filled.imageset/ic_fluent_code_js_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_16_filled.imageset/ic_fluent_code_js_16_filled.svg new file mode 100644 index 0000000000..8cd87b4f8d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_16_filled.imageset/ic_fluent_code_js_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..ad029be6bd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_js_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_code_js_16_regular.imageset/ic_fluent_code_js_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_16_regular.imageset/ic_fluent_code_js_16_regular.svg new file mode 100644 index 0000000000..0d82624a98 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_16_regular.imageset/ic_fluent_code_js_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_rectangle_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_rectangle_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..8f8a20a849 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_rectangle_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_js_rectangle_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_code_js_rectangle_16_filled.imageset/ic_fluent_code_js_rectangle_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_rectangle_16_filled.imageset/ic_fluent_code_js_rectangle_16_filled.svg new file mode 100644 index 0000000000..65ef71e96b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_rectangle_16_filled.imageset/ic_fluent_code_js_rectangle_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_rectangle_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_rectangle_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..1097720779 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_rectangle_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_js_rectangle_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_code_js_rectangle_16_regular.imageset/ic_fluent_code_js_rectangle_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_rectangle_16_regular.imageset/ic_fluent_code_js_rectangle_16_regular.svg new file mode 100644 index 0000000000..f3b50a268d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_js_rectangle_16_regular.imageset/ic_fluent_code_js_rectangle_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..1de4f9647d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_py_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_code_py_16_filled.imageset/ic_fluent_code_py_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_16_filled.imageset/ic_fluent_code_py_16_filled.svg new file mode 100644 index 0000000000..d2ae1d33a3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_16_filled.imageset/ic_fluent_code_py_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..9ba63a5175 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_py_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_code_py_16_regular.imageset/ic_fluent_code_py_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_16_regular.imageset/ic_fluent_code_py_16_regular.svg new file mode 100644 index 0000000000..8efeb7e168 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_16_regular.imageset/ic_fluent_code_py_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_rectangle_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_rectangle_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..5a45980626 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_rectangle_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_py_rectangle_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_code_py_rectangle_16_filled.imageset/ic_fluent_code_py_rectangle_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_rectangle_16_filled.imageset/ic_fluent_code_py_rectangle_16_filled.svg new file mode 100644 index 0000000000..aeb6d44ebb --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_rectangle_16_filled.imageset/ic_fluent_code_py_rectangle_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_rectangle_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_rectangle_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..c3f9e2dc55 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_rectangle_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_py_rectangle_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_code_py_rectangle_16_regular.imageset/ic_fluent_code_py_rectangle_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_rectangle_16_regular.imageset/ic_fluent_code_py_rectangle_16_regular.svg new file mode 100644 index 0000000000..0aaa614862 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_py_rectangle_16_regular.imageset/ic_fluent_code_py_rectangle_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..f37934fc8d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_rb_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_code_rb_16_filled.imageset/ic_fluent_code_rb_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_16_filled.imageset/ic_fluent_code_rb_16_filled.svg new file mode 100644 index 0000000000..fe772384c0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_16_filled.imageset/ic_fluent_code_rb_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..1a169cfc0c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_rb_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_code_rb_16_regular.imageset/ic_fluent_code_rb_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_16_regular.imageset/ic_fluent_code_rb_16_regular.svg new file mode 100644 index 0000000000..dacc247405 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_16_regular.imageset/ic_fluent_code_rb_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_rectangle_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_rectangle_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..37298fde3d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_rectangle_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_rb_rectangle_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_code_rb_rectangle_16_filled.imageset/ic_fluent_code_rb_rectangle_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_rectangle_16_filled.imageset/ic_fluent_code_rb_rectangle_16_filled.svg new file mode 100644 index 0000000000..08ead5be8c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_rectangle_16_filled.imageset/ic_fluent_code_rb_rectangle_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_rectangle_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_rectangle_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..30f5eb9e4c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_rectangle_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_rb_rectangle_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_code_rb_rectangle_16_regular.imageset/ic_fluent_code_rb_rectangle_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_rectangle_16_regular.imageset/ic_fluent_code_rb_rectangle_16_regular.svg new file mode 100644 index 0000000000..9598cd45ea --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_rb_rectangle_16_regular.imageset/ic_fluent_code_rb_rectangle_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_text_off_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_text_off_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..e2463a93d1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_text_off_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_text_off_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_code_text_off_16_filled.imageset/ic_fluent_code_text_off_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_text_off_16_filled.imageset/ic_fluent_code_text_off_16_filled.svg new file mode 100644 index 0000000000..aa331ae71a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_text_off_16_filled.imageset/ic_fluent_code_text_off_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_text_off_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_text_off_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..1752a87f95 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_text_off_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_text_off_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_code_text_off_16_regular.imageset/ic_fluent_code_text_off_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_text_off_16_regular.imageset/ic_fluent_code_text_off_16_regular.svg new file mode 100644 index 0000000000..11f47b5f52 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_text_off_16_regular.imageset/ic_fluent_code_text_off_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..4e50e4c542 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_ts_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_code_ts_16_filled.imageset/ic_fluent_code_ts_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_16_filled.imageset/ic_fluent_code_ts_16_filled.svg new file mode 100644 index 0000000000..44478f3f14 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_16_filled.imageset/ic_fluent_code_ts_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..c29bdbf0c1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_ts_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_code_ts_16_regular.imageset/ic_fluent_code_ts_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_16_regular.imageset/ic_fluent_code_ts_16_regular.svg new file mode 100644 index 0000000000..ffd3a2f938 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_16_regular.imageset/ic_fluent_code_ts_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_rectangle_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_rectangle_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..886a842bf0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_rectangle_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_ts_rectangle_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_code_ts_rectangle_16_filled.imageset/ic_fluent_code_ts_rectangle_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_rectangle_16_filled.imageset/ic_fluent_code_ts_rectangle_16_filled.svg new file mode 100644 index 0000000000..a6f94b5f1c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_rectangle_16_filled.imageset/ic_fluent_code_ts_rectangle_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_rectangle_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_rectangle_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..70849f22b1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_rectangle_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_ts_rectangle_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_code_ts_rectangle_16_regular.imageset/ic_fluent_code_ts_rectangle_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_rectangle_16_regular.imageset/ic_fluent_code_ts_rectangle_16_regular.svg new file mode 100644 index 0000000000..0f4362f239 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_ts_rectangle_16_regular.imageset/ic_fluent_code_ts_rectangle_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..35d060db50 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_vb_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_code_vb_16_filled.imageset/ic_fluent_code_vb_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_16_filled.imageset/ic_fluent_code_vb_16_filled.svg new file mode 100644 index 0000000000..627f63d35c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_16_filled.imageset/ic_fluent_code_vb_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..6ca0b6f9d2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_vb_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_code_vb_16_regular.imageset/ic_fluent_code_vb_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_16_regular.imageset/ic_fluent_code_vb_16_regular.svg new file mode 100644 index 0000000000..231e3672d0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_16_regular.imageset/ic_fluent_code_vb_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_rectangle_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_rectangle_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..195cf4073e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_rectangle_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_vb_rectangle_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_code_vb_rectangle_16_filled.imageset/ic_fluent_code_vb_rectangle_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_rectangle_16_filled.imageset/ic_fluent_code_vb_rectangle_16_filled.svg new file mode 100644 index 0000000000..588870a959 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_rectangle_16_filled.imageset/ic_fluent_code_vb_rectangle_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_rectangle_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_rectangle_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..b424961cd2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_rectangle_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_code_vb_rectangle_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_code_vb_rectangle_16_regular.imageset/ic_fluent_code_vb_rectangle_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_rectangle_16_regular.imageset/ic_fluent_code_vb_rectangle_16_regular.svg new file mode 100644 index 0000000000..a294ed0a40 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_code_vb_rectangle_16_regular.imageset/ic_fluent_code_vb_rectangle_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_comment_multiple_16_filled.imageset/ic_fluent_comment_multiple_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_comment_multiple_16_filled.imageset/ic_fluent_comment_multiple_16_filled.svg index 55e1cde441..60812df646 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_comment_multiple_16_filled.imageset/ic_fluent_comment_multiple_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_comment_multiple_16_filled.imageset/ic_fluent_comment_multiple_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_comment_multiple_16_regular.imageset/ic_fluent_comment_multiple_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_comment_multiple_16_regular.imageset/ic_fluent_comment_multiple_16_regular.svg index 13eb91c56c..f8a356dc44 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_comment_multiple_16_regular.imageset/ic_fluent_comment_multiple_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_comment_multiple_16_regular.imageset/ic_fluent_comment_multiple_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cone_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cone_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..be8a11152f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cone_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_cone_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_cone_16_filled.imageset/ic_fluent_cone_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cone_16_filled.imageset/ic_fluent_cone_16_filled.svg new file mode 100644 index 0000000000..9e97e45eaa --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cone_16_filled.imageset/ic_fluent_cone_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cone_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cone_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..2f5fe06a18 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cone_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_cone_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_cone_16_regular.imageset/ic_fluent_cone_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cone_16_regular.imageset/ic_fluent_cone_16_regular.svg new file mode 100644 index 0000000000..2fae6d755b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cone_16_regular.imageset/ic_fluent_cone_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_horizontal_descending_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_horizontal_descending_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..9fb7b77f83 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_horizontal_descending_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_data_bar_horizontal_descending_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_bar_horizontal_descending_16_filled.imageset/ic_fluent_data_bar_horizontal_descending_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_horizontal_descending_16_filled.imageset/ic_fluent_data_bar_horizontal_descending_16_filled.svg new file mode 100644 index 0000000000..d562dbfa19 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_horizontal_descending_16_filled.imageset/ic_fluent_data_bar_horizontal_descending_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_horizontal_descending_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_horizontal_descending_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..dd31ec6074 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_horizontal_descending_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_data_bar_horizontal_descending_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_bar_horizontal_descending_16_regular.imageset/ic_fluent_data_bar_horizontal_descending_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_horizontal_descending_16_regular.imageset/ic_fluent_data_bar_horizontal_descending_16_regular.svg new file mode 100644 index 0000000000..1e70fa4b54 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_horizontal_descending_16_regular.imageset/ic_fluent_data_bar_horizontal_descending_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_vertical_ascending_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_vertical_ascending_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..e3d963d457 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_vertical_ascending_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_data_bar_vertical_ascending_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_bar_vertical_ascending_16_filled.imageset/ic_fluent_data_bar_vertical_ascending_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_vertical_ascending_16_filled.imageset/ic_fluent_data_bar_vertical_ascending_16_filled.svg new file mode 100644 index 0000000000..771f89523d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_vertical_ascending_16_filled.imageset/ic_fluent_data_bar_vertical_ascending_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_vertical_ascending_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_vertical_ascending_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..22c117d4a7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_vertical_ascending_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_data_bar_vertical_ascending_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_bar_vertical_ascending_16_regular.imageset/ic_fluent_data_bar_vertical_ascending_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_vertical_ascending_16_regular.imageset/ic_fluent_data_bar_vertical_ascending_16_regular.svg new file mode 100644 index 0000000000..9e51eb591e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_data_bar_vertical_ascending_16_regular.imageset/ic_fluent_data_bar_vertical_ascending_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..deb6ea271e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_database_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_database_16_filled.imageset/ic_fluent_database_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_16_filled.imageset/ic_fluent_database_16_filled.svg new file mode 100644 index 0000000000..63785a4c27 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_16_filled.imageset/ic_fluent_database_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..7ba01ec5c9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_database_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_database_16_regular.imageset/ic_fluent_database_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_16_regular.imageset/ic_fluent_database_16_regular.svg new file mode 100644 index 0000000000..a08896080a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_16_regular.imageset/ic_fluent_database_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_stack_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_stack_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..6ad7f6df0d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_stack_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_database_stack_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_database_stack_16_filled.imageset/ic_fluent_database_stack_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_stack_16_filled.imageset/ic_fluent_database_stack_16_filled.svg new file mode 100644 index 0000000000..b2facd54c3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_stack_16_filled.imageset/ic_fluent_database_stack_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_stack_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_stack_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..13433b3e43 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_stack_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_database_stack_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_database_stack_16_regular.imageset/ic_fluent_database_stack_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_stack_16_regular.imageset/ic_fluent_database_stack_16_regular.svg new file mode 100644 index 0000000000..d0542bd943 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_database_stack_16_regular.imageset/ic_fluent_database_stack_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_developer_board_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_developer_board_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..a068002e8a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_developer_board_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_developer_board_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_developer_board_16_filled.imageset/ic_fluent_developer_board_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_developer_board_16_filled.imageset/ic_fluent_developer_board_16_filled.svg new file mode 100644 index 0000000000..4eea6f6f1c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_developer_board_16_filled.imageset/ic_fluent_developer_board_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_developer_board_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_developer_board_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..cb1cec96cc --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_developer_board_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_developer_board_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_developer_board_16_regular.imageset/ic_fluent_developer_board_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_developer_board_16_regular.imageset/ic_fluent_developer_board_16_regular.svg new file mode 100644 index 0000000000..ef1dd2d442 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_developer_board_16_regular.imageset/ic_fluent_developer_board_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_contract_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_contract_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..51f409b263 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_contract_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_contract_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_document_contract_16_filled.imageset/ic_fluent_document_contract_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_contract_16_filled.imageset/ic_fluent_document_contract_16_filled.svg new file mode 100644 index 0000000000..f19247e966 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_contract_16_filled.imageset/ic_fluent_document_contract_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_contract_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_contract_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..22bad3f6e7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_contract_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_contract_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_document_contract_16_regular.imageset/ic_fluent_document_contract_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_contract_16_regular.imageset/ic_fluent_document_contract_16_regular.svg new file mode 100644 index 0000000000..640bcef1d0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_contract_16_regular.imageset/ic_fluent_document_contract_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_cs_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_cs_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..3173a8a5d2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_cs_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_cs_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_document_cs_16_filled.imageset/ic_fluent_document_cs_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_cs_16_filled.imageset/ic_fluent_document_cs_16_filled.svg new file mode 100644 index 0000000000..6c0469bf5f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_cs_16_filled.imageset/ic_fluent_document_cs_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_cs_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_cs_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..e762c174c1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_cs_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_cs_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_document_cs_16_regular.imageset/ic_fluent_document_cs_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_cs_16_regular.imageset/ic_fluent_document_cs_16_regular.svg new file mode 100644 index 0000000000..dc1eebc53e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_cs_16_regular.imageset/ic_fluent_document_cs_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_css_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_css_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..def67b1d56 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_css_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_css_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_document_css_16_filled.imageset/ic_fluent_document_css_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_css_16_filled.imageset/ic_fluent_document_css_16_filled.svg new file mode 100644 index 0000000000..b4420da874 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_css_16_filled.imageset/ic_fluent_document_css_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_css_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_css_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..1fe5a87425 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_css_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_css_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_document_css_16_regular.imageset/ic_fluent_document_css_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_css_16_regular.imageset/ic_fluent_document_css_16_regular.svg new file mode 100644 index 0000000000..4222b54ad3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_css_16_regular.imageset/ic_fluent_document_css_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_data_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_data_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..b5cd8a2291 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_data_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_data_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_document_data_16_filled.imageset/ic_fluent_document_data_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_data_16_filled.imageset/ic_fluent_document_data_16_filled.svg new file mode 100644 index 0000000000..988e2ac45e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_data_16_filled.imageset/ic_fluent_document_data_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_data_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_data_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..ca7d6dda54 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_data_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_data_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_document_data_16_regular.imageset/ic_fluent_document_data_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_data_16_regular.imageset/ic_fluent_document_data_16_regular.svg new file mode 100644 index 0000000000..db4e7d3f28 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_data_16_regular.imageset/ic_fluent_document_data_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_fs_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_fs_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..654db20f2f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_fs_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_fs_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_document_fs_16_filled.imageset/ic_fluent_document_fs_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_fs_16_filled.imageset/ic_fluent_document_fs_16_filled.svg new file mode 100644 index 0000000000..cd29359f8d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_fs_16_filled.imageset/ic_fluent_document_fs_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_fs_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_fs_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..6123acd9a5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_fs_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_fs_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_document_fs_16_regular.imageset/ic_fluent_document_fs_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_fs_16_regular.imageset/ic_fluent_document_fs_16_regular.svg new file mode 100644 index 0000000000..76e59a5fda --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_fs_16_regular.imageset/ic_fluent_document_fs_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_js_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_js_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..cc50a8590e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_js_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_js_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_document_js_16_filled.imageset/ic_fluent_document_js_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_js_16_filled.imageset/ic_fluent_document_js_16_filled.svg new file mode 100644 index 0000000000..6cc00c78f6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_js_16_filled.imageset/ic_fluent_document_js_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_js_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_js_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..25cf6e202a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_js_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_js_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_document_js_16_regular.imageset/ic_fluent_document_js_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_js_16_regular.imageset/ic_fluent_document_js_16_regular.svg new file mode 100644 index 0000000000..ad2bd610ff --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_js_16_regular.imageset/ic_fluent_document_js_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_number_1_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_number_1_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..42c1f4f8c3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_number_1_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_number_1_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_document_number_1_16_filled.imageset/ic_fluent_document_number_1_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_number_1_16_filled.imageset/ic_fluent_document_number_1_16_filled.svg new file mode 100644 index 0000000000..1894429504 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_number_1_16_filled.imageset/ic_fluent_document_number_1_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_number_1_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_number_1_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..1e6ebc0f7e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_number_1_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_number_1_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_document_number_1_16_regular.imageset/ic_fluent_document_number_1_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_number_1_16_regular.imageset/ic_fluent_document_number_1_16_regular.svg new file mode 100644 index 0000000000..fc0eeb7e8c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_number_1_16_regular.imageset/ic_fluent_document_number_1_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_py_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_py_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..6cc067907b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_py_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_py_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_document_py_16_filled.imageset/ic_fluent_document_py_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_py_16_filled.imageset/ic_fluent_document_py_16_filled.svg new file mode 100644 index 0000000000..72478d237d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_py_16_filled.imageset/ic_fluent_document_py_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_py_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_py_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..2928aba7ea --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_py_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_py_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_document_py_16_regular.imageset/ic_fluent_document_py_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_py_16_regular.imageset/ic_fluent_document_py_16_regular.svg new file mode 100644 index 0000000000..c9fbfd15f8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_py_16_regular.imageset/ic_fluent_document_py_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_rb_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_rb_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..052cfc4987 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_rb_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_rb_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_document_rb_16_filled.imageset/ic_fluent_document_rb_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_rb_16_filled.imageset/ic_fluent_document_rb_16_filled.svg new file mode 100644 index 0000000000..4037cfc6fc --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_rb_16_filled.imageset/ic_fluent_document_rb_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_rb_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_rb_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..446b3294ff --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_rb_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_rb_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_document_rb_16_regular.imageset/ic_fluent_document_rb_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_rb_16_regular.imageset/ic_fluent_document_rb_16_regular.svg new file mode 100644 index 0000000000..e31ecb6807 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_rb_16_regular.imageset/ic_fluent_document_rb_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..93a362e624 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_target_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_document_target_16_filled.imageset/ic_fluent_document_target_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_16_filled.imageset/ic_fluent_document_target_16_filled.svg new file mode 100644 index 0000000000..70806467d9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_16_filled.imageset/ic_fluent_document_target_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..094198d02b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_target_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_document_target_16_regular.imageset/ic_fluent_document_target_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_16_regular.imageset/ic_fluent_document_target_16_regular.svg new file mode 100644 index 0000000000..5667d68079 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_16_regular.imageset/ic_fluent_document_target_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_ts_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_ts_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..0bfc42e234 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_ts_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_ts_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_document_ts_16_filled.imageset/ic_fluent_document_ts_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_ts_16_filled.imageset/ic_fluent_document_ts_16_filled.svg new file mode 100644 index 0000000000..90963881cb --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_ts_16_filled.imageset/ic_fluent_document_ts_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_ts_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_ts_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..6b8070e2f4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_ts_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_ts_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_document_ts_16_regular.imageset/ic_fluent_document_ts_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_ts_16_regular.imageset/ic_fluent_document_ts_16_regular.svg new file mode 100644 index 0000000000..e10dabc155 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_ts_16_regular.imageset/ic_fluent_document_ts_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_vb_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_vb_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..0d889234d8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_vb_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_vb_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_document_vb_16_filled.imageset/ic_fluent_document_vb_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_vb_16_filled.imageset/ic_fluent_document_vb_16_filled.svg new file mode 100644 index 0000000000..96c7f2705a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_vb_16_filled.imageset/ic_fluent_document_vb_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_vb_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_vb_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..0e5cd450c2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_vb_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_vb_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_document_vb_16_regular.imageset/ic_fluent_document_vb_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_vb_16_regular.imageset/ic_fluent_document_vb_16_regular.svg new file mode 100644 index 0000000000..255ac45c39 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_vb_16_regular.imageset/ic_fluent_document_vb_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eyedropper_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eyedropper_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..dbec9c465a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eyedropper_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_eyedropper_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_eyedropper_16_filled.imageset/ic_fluent_eyedropper_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eyedropper_16_filled.imageset/ic_fluent_eyedropper_16_filled.svg new file mode 100644 index 0000000000..e8fecd1d20 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eyedropper_16_filled.imageset/ic_fluent_eyedropper_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eyedropper_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eyedropper_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..ccf1bf780c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eyedropper_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_eyedropper_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_eyedropper_16_regular.imageset/ic_fluent_eyedropper_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eyedropper_16_regular.imageset/ic_fluent_eyedropper_16_regular.svg new file mode 100644 index 0000000000..e14bd5ed13 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eyedropper_16_regular.imageset/ic_fluent_eyedropper_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_multiple_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_multiple_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..2141514150 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_multiple_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_folder_multiple_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_folder_multiple_16_filled.imageset/ic_fluent_folder_multiple_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_multiple_16_filled.imageset/ic_fluent_folder_multiple_16_filled.svg new file mode 100644 index 0000000000..26a6b5d48c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_multiple_16_filled.imageset/ic_fluent_folder_multiple_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_multiple_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_multiple_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..77ee1ff82a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_multiple_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_folder_multiple_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_folder_multiple_16_regular.imageset/ic_fluent_folder_multiple_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_multiple_16_regular.imageset/ic_fluent_folder_multiple_16_regular.svg new file mode 100644 index 0000000000..1f00aea18a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_multiple_16_regular.imageset/ic_fluent_folder_multiple_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_open_vertical_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_open_vertical_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..e00d28e910 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_open_vertical_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_folder_open_vertical_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_folder_open_vertical_16_filled.imageset/ic_fluent_folder_open_vertical_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_open_vertical_16_filled.imageset/ic_fluent_folder_open_vertical_16_filled.svg new file mode 100644 index 0000000000..08f475b8bd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_open_vertical_16_filled.imageset/ic_fluent_folder_open_vertical_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_open_vertical_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_open_vertical_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..b719239732 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_open_vertical_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_folder_open_vertical_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_folder_open_vertical_16_regular.imageset/ic_fluent_folder_open_vertical_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_open_vertical_16_regular.imageset/ic_fluent_folder_open_vertical_16_regular.svg new file mode 100644 index 0000000000..5e13b02287 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_folder_open_vertical_16_regular.imageset/ic_fluent_folder_open_vertical_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_gantt_chart_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_gantt_chart_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..b68b78dc86 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_gantt_chart_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_gantt_chart_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_gantt_chart_16_filled.imageset/ic_fluent_gantt_chart_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_gantt_chart_16_filled.imageset/ic_fluent_gantt_chart_16_filled.svg new file mode 100644 index 0000000000..cc86ffc35e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_gantt_chart_16_filled.imageset/ic_fluent_gantt_chart_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_gantt_chart_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_gantt_chart_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..9d1fa4665f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_gantt_chart_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_gantt_chart_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_gantt_chart_16_regular.imageset/ic_fluent_gantt_chart_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_gantt_chart_16_regular.imageset/ic_fluent_gantt_chart_16_regular.svg new file mode 100644 index 0000000000..f2f062de48 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_gantt_chart_16_regular.imageset/ic_fluent_gantt_chart_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..aa47f3b029 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hard_drive_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_hard_drive_16_filled.imageset/ic_fluent_hard_drive_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_16_filled.imageset/ic_fluent_hard_drive_16_filled.svg new file mode 100644 index 0000000000..2769948e42 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_16_filled.imageset/ic_fluent_hard_drive_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..88b736cfa5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hard_drive_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_hard_drive_16_regular.imageset/ic_fluent_hard_drive_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_16_regular.imageset/ic_fluent_hard_drive_16_regular.svg new file mode 100644 index 0000000000..b8b47b72c5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_16_regular.imageset/ic_fluent_hard_drive_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_20_filled.imageset/ic_fluent_hard_drive_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_20_filled.imageset/ic_fluent_hard_drive_20_filled.svg index 23b14d5936..da143e1363 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_20_filled.imageset/ic_fluent_hard_drive_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_20_filled.imageset/ic_fluent_hard_drive_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_20_regular.imageset/ic_fluent_hard_drive_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_20_regular.imageset/ic_fluent_hard_drive_20_regular.svg index cd4434b7cd..ca48fdf0d3 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_20_regular.imageset/ic_fluent_hard_drive_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hard_drive_20_regular.imageset/ic_fluent_hard_drive_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..f1722e2acf --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hourglass_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_hourglass_16_filled.imageset/ic_fluent_hourglass_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_16_filled.imageset/ic_fluent_hourglass_16_filled.svg new file mode 100644 index 0000000000..ad9c1d1659 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_16_filled.imageset/ic_fluent_hourglass_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..faa21a2a1d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hourglass_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_hourglass_16_regular.imageset/ic_fluent_hourglass_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_16_regular.imageset/ic_fluent_hourglass_16_regular.svg new file mode 100644 index 0000000000..31d7853a7b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_16_regular.imageset/ic_fluent_hourglass_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_half_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_half_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..8d801b2cc4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_half_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hourglass_half_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_hourglass_half_16_filled.imageset/ic_fluent_hourglass_half_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_half_16_filled.imageset/ic_fluent_hourglass_half_16_filled.svg new file mode 100644 index 0000000000..b1347c2ca7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_half_16_filled.imageset/ic_fluent_hourglass_half_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_half_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_half_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..88cb4f23c9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_half_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hourglass_half_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_hourglass_half_16_regular.imageset/ic_fluent_hourglass_half_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_half_16_regular.imageset/ic_fluent_hourglass_half_16_regular.svg new file mode 100644 index 0000000000..3ccce1aeb1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_half_16_regular.imageset/ic_fluent_hourglass_half_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_one_quarter_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_one_quarter_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..5dd3a7f886 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_one_quarter_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hourglass_one_quarter_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_hourglass_one_quarter_16_filled.imageset/ic_fluent_hourglass_one_quarter_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_one_quarter_16_filled.imageset/ic_fluent_hourglass_one_quarter_16_filled.svg new file mode 100644 index 0000000000..f4c683e10b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_one_quarter_16_filled.imageset/ic_fluent_hourglass_one_quarter_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_one_quarter_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_one_quarter_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..24fb942004 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_one_quarter_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hourglass_one_quarter_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_hourglass_one_quarter_16_regular.imageset/ic_fluent_hourglass_one_quarter_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_one_quarter_16_regular.imageset/ic_fluent_hourglass_one_quarter_16_regular.svg new file mode 100644 index 0000000000..ed7be5fa33 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_one_quarter_16_regular.imageset/ic_fluent_hourglass_one_quarter_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_three_quarter_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_three_quarter_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..0710a6f926 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_three_quarter_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hourglass_three_quarter_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_hourglass_three_quarter_16_filled.imageset/ic_fluent_hourglass_three_quarter_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_three_quarter_16_filled.imageset/ic_fluent_hourglass_three_quarter_16_filled.svg new file mode 100644 index 0000000000..c9d79764ec --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_three_quarter_16_filled.imageset/ic_fluent_hourglass_three_quarter_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_three_quarter_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_three_quarter_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..694ae1dcdf --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_three_quarter_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hourglass_three_quarter_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_hourglass_three_quarter_16_regular.imageset/ic_fluent_hourglass_three_quarter_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_three_quarter_16_regular.imageset/ic_fluent_hourglass_three_quarter_16_regular.svg new file mode 100644 index 0000000000..fa3cda9a8e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hourglass_three_quarter_16_regular.imageset/ic_fluent_hourglass_three_quarter_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_keyboard_mouse_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_keyboard_mouse_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..742c76a1d6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_keyboard_mouse_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_keyboard_mouse_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_keyboard_mouse_16_filled.imageset/ic_fluent_keyboard_mouse_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_keyboard_mouse_16_filled.imageset/ic_fluent_keyboard_mouse_16_filled.svg new file mode 100644 index 0000000000..b86108f876 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_keyboard_mouse_16_filled.imageset/ic_fluent_keyboard_mouse_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_keyboard_mouse_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_keyboard_mouse_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..a21a464a45 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_keyboard_mouse_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_keyboard_mouse_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_keyboard_mouse_16_regular.imageset/ic_fluent_keyboard_mouse_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_keyboard_mouse_16_regular.imageset/ic_fluent_keyboard_mouse_16_regular.svg new file mode 100644 index 0000000000..35b9866d6e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_keyboard_mouse_16_regular.imageset/ic_fluent_keyboard_mouse_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_memory_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_memory_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..b470a8e4b3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_memory_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_memory_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_memory_16_filled.imageset/ic_fluent_memory_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_memory_16_filled.imageset/ic_fluent_memory_16_filled.svg new file mode 100644 index 0000000000..bc4d88dcb3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_memory_16_filled.imageset/ic_fluent_memory_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_memory_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_memory_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..b4745b1879 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_memory_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_memory_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_memory_16_regular.imageset/ic_fluent_memory_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_memory_16_regular.imageset/ic_fluent_memory_16_regular.svg new file mode 100644 index 0000000000..a187e455bd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_memory_16_regular.imageset/ic_fluent_memory_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..7ec64d68ee --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_more_circle_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_more_circle_16_filled.imageset/ic_fluent_more_circle_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_16_filled.imageset/ic_fluent_more_circle_16_filled.svg new file mode 100644 index 0000000000..0a708870bd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_16_filled.imageset/ic_fluent_more_circle_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..277872a1fd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_more_circle_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_more_circle_16_regular.imageset/ic_fluent_more_circle_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_16_regular.imageset/ic_fluent_more_circle_16_regular.svg new file mode 100644 index 0000000000..49183ac36b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_16_regular.imageset/ic_fluent_more_circle_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..18d52282ad --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_more_circle_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_more_circle_24_filled.imageset/ic_fluent_more_circle_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_24_filled.imageset/ic_fluent_more_circle_24_filled.svg new file mode 100644 index 0000000000..54e0609f6b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_24_filled.imageset/ic_fluent_more_circle_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..fd0f4621bc --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_more_circle_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_more_circle_24_regular.imageset/ic_fluent_more_circle_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_24_regular.imageset/ic_fluent_more_circle_24_regular.svg new file mode 100644 index 0000000000..99222dd311 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_24_regular.imageset/ic_fluent_more_circle_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..310d776d3e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_more_circle_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_more_circle_28_filled.imageset/ic_fluent_more_circle_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_28_filled.imageset/ic_fluent_more_circle_28_filled.svg new file mode 100644 index 0000000000..47c13ab9d2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_28_filled.imageset/ic_fluent_more_circle_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..cdaf6bd7f2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_more_circle_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_more_circle_28_regular.imageset/ic_fluent_more_circle_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_28_regular.imageset/ic_fluent_more_circle_28_regular.svg new file mode 100644 index 0000000000..b463ed3cbd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_28_regular.imageset/ic_fluent_more_circle_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..bcc63889de --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_more_circle_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_more_circle_48_filled.imageset/ic_fluent_more_circle_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_48_filled.imageset/ic_fluent_more_circle_48_filled.svg new file mode 100644 index 0000000000..230d4767d8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_48_filled.imageset/ic_fluent_more_circle_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..579b446b08 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_more_circle_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_more_circle_48_regular.imageset/ic_fluent_more_circle_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_48_regular.imageset/ic_fluent_more_circle_48_regular.svg new file mode 100644 index 0000000000..b30ef41a5a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_more_circle_48_regular.imageset/ic_fluent_more_circle_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_network_adapter_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_network_adapter_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..c9dd54276a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_network_adapter_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_network_adapter_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_network_adapter_16_filled.imageset/ic_fluent_network_adapter_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_network_adapter_16_filled.imageset/ic_fluent_network_adapter_16_filled.svg new file mode 100644 index 0000000000..4726d7dff4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_network_adapter_16_filled.imageset/ic_fluent_network_adapter_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_network_adapter_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_network_adapter_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..44ceed12ad --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_network_adapter_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_network_adapter_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_network_adapter_16_regular.imageset/ic_fluent_network_adapter_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_network_adapter_16_regular.imageset/ic_fluent_network_adapter_16_regular.svg new file mode 100644 index 0000000000..67a96ee552 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_network_adapter_16_regular.imageset/ic_fluent_network_adapter_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..e2b4c64e3b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_star_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_people_star_16_filled.imageset/ic_fluent_people_star_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_16_filled.imageset/ic_fluent_people_star_16_filled.svg new file mode 100644 index 0000000000..60c5ad71a4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_16_filled.imageset/ic_fluent_people_star_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..e167403552 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_star_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_people_star_16_regular.imageset/ic_fluent_people_star_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_16_regular.imageset/ic_fluent_people_star_16_regular.svg new file mode 100644 index 0000000000..8fd8884011 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_16_regular.imageset/ic_fluent_people_star_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..fc54652e9d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_star_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_people_star_20_filled.imageset/ic_fluent_people_star_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_20_filled.imageset/ic_fluent_people_star_20_filled.svg new file mode 100644 index 0000000000..47c4130a5d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_20_filled.imageset/ic_fluent_people_star_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..0adbe37780 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_star_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_people_star_20_regular.imageset/ic_fluent_people_star_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_20_regular.imageset/ic_fluent_people_star_20_regular.svg new file mode 100644 index 0000000000..51ccda6cdc --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_20_regular.imageset/ic_fluent_people_star_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..1a9b02b8ac --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_star_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_people_star_24_filled.imageset/ic_fluent_people_star_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_24_filled.imageset/ic_fluent_people_star_24_filled.svg new file mode 100644 index 0000000000..73739dd6af --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_24_filled.imageset/ic_fluent_people_star_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..b9a7ccacd6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_star_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_people_star_24_regular.imageset/ic_fluent_people_star_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_24_regular.imageset/ic_fluent_people_star_24_regular.svg new file mode 100644 index 0000000000..19225ddb4e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_24_regular.imageset/ic_fluent_people_star_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..e5ada798e5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_star_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_people_star_28_filled.imageset/ic_fluent_people_star_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_28_filled.imageset/ic_fluent_people_star_28_filled.svg new file mode 100644 index 0000000000..a18af439bd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_28_filled.imageset/ic_fluent_people_star_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..2050acc2d9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_star_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_people_star_28_regular.imageset/ic_fluent_people_star_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_28_regular.imageset/ic_fluent_people_star_28_regular.svg new file mode 100644 index 0000000000..7a3b1c74da --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_28_regular.imageset/ic_fluent_people_star_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..b746698eb9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_star_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_star_32_filled.imageset/ic_fluent_people_star_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_32_filled.imageset/ic_fluent_people_star_32_filled.svg new file mode 100644 index 0000000000..b19bcc5959 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_32_filled.imageset/ic_fluent_people_star_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..c9a41bce0d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_star_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_star_32_regular.imageset/ic_fluent_people_star_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_32_regular.imageset/ic_fluent_people_star_32_regular.svg new file mode 100644 index 0000000000..25bcc8b50a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_32_regular.imageset/ic_fluent_people_star_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..24a7d353e5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_star_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_people_star_48_filled.imageset/ic_fluent_people_star_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_48_filled.imageset/ic_fluent_people_star_48_filled.svg new file mode 100644 index 0000000000..0bcb41cfa5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_48_filled.imageset/ic_fluent_people_star_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..1046adffe2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_star_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_people_star_48_regular.imageset/ic_fluent_people_star_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_48_regular.imageset/ic_fluent_people_star_48_regular.svg new file mode 100644 index 0000000000..ef007b5efe --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_star_48_regular.imageset/ic_fluent_people_star_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..f0db2331b4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_search_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_person_search_16_filled.imageset/ic_fluent_person_search_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_16_filled.imageset/ic_fluent_person_search_16_filled.svg new file mode 100644 index 0000000000..ab2199c31d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_16_filled.imageset/ic_fluent_person_search_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..f0455f7be7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_search_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_person_search_16_regular.imageset/ic_fluent_person_search_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_16_regular.imageset/ic_fluent_person_search_16_regular.svg new file mode 100644 index 0000000000..965aefd28d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_16_regular.imageset/ic_fluent_person_search_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..df1f9bdd92 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_search_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_search_32_filled.imageset/ic_fluent_person_search_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_32_filled.imageset/ic_fluent_person_search_32_filled.svg new file mode 100644 index 0000000000..9cd887e6b1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_32_filled.imageset/ic_fluent_person_search_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..f719c8b16d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_search_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_search_32_regular.imageset/ic_fluent_person_search_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_32_regular.imageset/ic_fluent_person_search_32_regular.svg new file mode 100644 index 0000000000..3cc0aead22 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_search_32_regular.imageset/ic_fluent_person_search_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_standing_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_standing_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..8abf0d37ba --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_standing_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_standing_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_person_standing_16_filled.imageset/ic_fluent_person_standing_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_standing_16_filled.imageset/ic_fluent_person_standing_16_filled.svg new file mode 100644 index 0000000000..5955e97898 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_standing_16_filled.imageset/ic_fluent_person_standing_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_standing_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_standing_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..2775fb04e2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_standing_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_standing_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_person_standing_16_regular.imageset/ic_fluent_person_standing_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_standing_16_regular.imageset/ic_fluent_person_standing_16_regular.svg new file mode 100644 index 0000000000..66e62d3530 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_standing_16_regular.imageset/ic_fluent_person_standing_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_walking_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_walking_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..761a5b6343 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_walking_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_walking_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_person_walking_16_filled.imageset/ic_fluent_person_walking_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_walking_16_filled.imageset/ic_fluent_person_walking_16_filled.svg new file mode 100644 index 0000000000..48572e79c2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_walking_16_filled.imageset/ic_fluent_person_walking_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_walking_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_walking_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..fd32cb080d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_walking_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_walking_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_person_walking_16_regular.imageset/ic_fluent_person_walking_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_walking_16_regular.imageset/ic_fluent_person_walking_16_regular.svg new file mode 100644 index 0000000000..f5ffb63d4a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_walking_16_regular.imageset/ic_fluent_person_walking_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_play_multiple_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_play_multiple_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..8ca8d7be1b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_play_multiple_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_play_multiple_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_play_multiple_16_filled.imageset/ic_fluent_play_multiple_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_play_multiple_16_filled.imageset/ic_fluent_play_multiple_16_filled.svg new file mode 100644 index 0000000000..f351914068 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_play_multiple_16_filled.imageset/ic_fluent_play_multiple_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_play_multiple_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_play_multiple_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..713b77979c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_play_multiple_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_play_multiple_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_play_multiple_16_regular.imageset/ic_fluent_play_multiple_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_play_multiple_16_regular.imageset/ic_fluent_play_multiple_16_regular.svg new file mode 100644 index 0000000000..605b49b422 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_play_multiple_16_regular.imageset/ic_fluent_play_multiple_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_16_filled.imageset/ic_fluent_preview_link_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_16_filled.imageset/ic_fluent_preview_link_16_filled.svg index 8c1c96393c..e0c6ed9324 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_16_filled.imageset/ic_fluent_preview_link_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_16_filled.imageset/ic_fluent_preview_link_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_16_regular.imageset/ic_fluent_preview_link_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_16_regular.imageset/ic_fluent_preview_link_16_regular.svg index a19f0b75fd..0d78b3d335 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_16_regular.imageset/ic_fluent_preview_link_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_16_regular.imageset/ic_fluent_preview_link_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_20_filled.imageset/ic_fluent_preview_link_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_20_filled.imageset/ic_fluent_preview_link_20_filled.svg index 212971d908..bb2b3a8615 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_20_filled.imageset/ic_fluent_preview_link_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_20_filled.imageset/ic_fluent_preview_link_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_20_regular.imageset/ic_fluent_preview_link_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_20_regular.imageset/ic_fluent_preview_link_20_regular.svg index f167c112b9..d10cd7bcd2 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_20_regular.imageset/ic_fluent_preview_link_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_20_regular.imageset/ic_fluent_preview_link_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_24_filled.imageset/ic_fluent_preview_link_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_24_filled.imageset/ic_fluent_preview_link_24_filled.svg index 9b1b286b66..0dea7958eb 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_24_filled.imageset/ic_fluent_preview_link_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_24_filled.imageset/ic_fluent_preview_link_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_24_regular.imageset/ic_fluent_preview_link_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_24_regular.imageset/ic_fluent_preview_link_24_regular.svg index b48ca0b1f7..d505bf585c 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_24_regular.imageset/ic_fluent_preview_link_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_preview_link_24_regular.imageset/ic_fluent_preview_link_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..0d1d86acd9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_radio_button_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_radio_button_16_filled.imageset/ic_fluent_radio_button_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_16_filled.imageset/ic_fluent_radio_button_16_filled.svg new file mode 100644 index 0000000000..c1b144556b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_16_filled.imageset/ic_fluent_radio_button_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..958ea33c9d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_radio_button_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_radio_button_16_regular.imageset/ic_fluent_radio_button_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_16_regular.imageset/ic_fluent_radio_button_16_regular.svg new file mode 100644 index 0000000000..2b3e8c0aeb --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_16_regular.imageset/ic_fluent_radio_button_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_off_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_off_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..fe25887a9c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_off_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_radio_button_off_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_radio_button_off_16_filled.imageset/ic_fluent_radio_button_off_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_off_16_filled.imageset/ic_fluent_radio_button_off_16_filled.svg new file mode 100644 index 0000000000..772d8abeb6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_off_16_filled.imageset/ic_fluent_radio_button_off_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_off_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_off_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..6710a65bbe --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_off_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_radio_button_off_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_radio_button_off_16_regular.imageset/ic_fluent_radio_button_off_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_off_16_regular.imageset/ic_fluent_radio_button_off_16_regular.svg new file mode 100644 index 0000000000..f9b118ba8c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_radio_button_off_16_regular.imageset/ic_fluent_radio_button_off_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_ram_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_ram_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..711395684f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_ram_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_ram_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_ram_16_filled.imageset/ic_fluent_ram_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_ram_16_filled.imageset/ic_fluent_ram_16_filled.svg new file mode 100644 index 0000000000..26d4d72360 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_ram_16_filled.imageset/ic_fluent_ram_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_ram_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_ram_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..83d851603e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_ram_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_ram_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_ram_16_regular.imageset/ic_fluent_ram_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_ram_16_regular.imageset/ic_fluent_ram_16_regular.svg new file mode 100644 index 0000000000..50a77c67d5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_ram_16_regular.imageset/ic_fluent_ram_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_multiple_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_multiple_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..27d77992ac --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_multiple_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_save_multiple_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_save_multiple_16_filled.imageset/ic_fluent_save_multiple_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_multiple_16_filled.imageset/ic_fluent_save_multiple_16_filled.svg new file mode 100644 index 0000000000..39ea2df085 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_multiple_16_filled.imageset/ic_fluent_save_multiple_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_multiple_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_multiple_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..b3364dbaf6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_multiple_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_save_multiple_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_save_multiple_16_regular.imageset/ic_fluent_save_multiple_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_multiple_16_regular.imageset/ic_fluent_save_multiple_16_regular.svg new file mode 100644 index 0000000000..38ef80c003 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_save_multiple_16_regular.imageset/ic_fluent_save_multiple_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_script_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_script_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..0fef745dfb --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_script_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_script_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_script_16_filled.imageset/ic_fluent_script_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_script_16_filled.imageset/ic_fluent_script_16_filled.svg new file mode 100644 index 0000000000..63a58a7d54 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_script_16_filled.imageset/ic_fluent_script_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_script_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_script_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..54f2e20711 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_script_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_script_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_script_16_regular.imageset/ic_fluent_script_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_script_16_regular.imageset/ic_fluent_script_16_regular.svg new file mode 100644 index 0000000000..602d271e2d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_script_16_regular.imageset/ic_fluent_script_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..f48ad8239b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_server_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_server_16_filled.imageset/ic_fluent_server_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_16_filled.imageset/ic_fluent_server_16_filled.svg new file mode 100644 index 0000000000..a044fcd9ca --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_16_filled.imageset/ic_fluent_server_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..2215bb7d7b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_server_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_server_16_regular.imageset/ic_fluent_server_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_16_regular.imageset/ic_fluent_server_16_regular.svg new file mode 100644 index 0000000000..0b82298183 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_16_regular.imageset/ic_fluent_server_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..5f9d4e94e6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_server_surface_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_server_surface_16_filled.imageset/ic_fluent_server_surface_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_16_filled.imageset/ic_fluent_server_surface_16_filled.svg new file mode 100644 index 0000000000..4231ab589e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_16_filled.imageset/ic_fluent_server_surface_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..52330eeaea --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_server_surface_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_server_surface_16_regular.imageset/ic_fluent_server_surface_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_16_regular.imageset/ic_fluent_server_surface_16_regular.svg new file mode 100644 index 0000000000..677e8da9f3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_16_regular.imageset/ic_fluent_server_surface_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_multiple_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_multiple_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..5b9d82ebef --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_multiple_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_server_surface_multiple_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_server_surface_multiple_16_filled.imageset/ic_fluent_server_surface_multiple_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_multiple_16_filled.imageset/ic_fluent_server_surface_multiple_16_filled.svg new file mode 100644 index 0000000000..64454153cb --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_multiple_16_filled.imageset/ic_fluent_server_surface_multiple_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_multiple_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_multiple_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..67fe546320 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_multiple_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_server_surface_multiple_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_server_surface_multiple_16_regular.imageset/ic_fluent_server_surface_multiple_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_multiple_16_regular.imageset/ic_fluent_server_surface_multiple_16_regular.svg new file mode 100644 index 0000000000..c0927b58f4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_server_surface_multiple_16_regular.imageset/ic_fluent_server_surface_multiple_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shield_12_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shield_12_filled.imageset/Contents.json new file mode 100644 index 0000000000..36d375f23e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shield_12_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_shield_12_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_shield_12_filled.imageset/ic_fluent_shield_12_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shield_12_filled.imageset/ic_fluent_shield_12_filled.svg new file mode 100644 index 0000000000..d1aefc4bc3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shield_12_filled.imageset/ic_fluent_shield_12_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shield_12_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shield_12_regular.imageset/Contents.json new file mode 100644 index 0000000000..dfa1617042 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shield_12_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_shield_12_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_shield_12_regular.imageset/ic_fluent_shield_12_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shield_12_regular.imageset/ic_fluent_shield_12_regular.svg new file mode 100644 index 0000000000..d0bc5f21e6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shield_12_regular.imageset/ic_fluent_shield_12_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..eab393b810 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_slide_text_person_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_slide_text_person_16_filled.imageset/ic_fluent_slide_text_person_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_16_filled.imageset/ic_fluent_slide_text_person_16_filled.svg new file mode 100644 index 0000000000..b46f9c15c6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_16_filled.imageset/ic_fluent_slide_text_person_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..27f9336cc7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_slide_text_person_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_slide_text_person_16_regular.imageset/ic_fluent_slide_text_person_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_16_regular.imageset/ic_fluent_slide_text_person_16_regular.svg new file mode 100644 index 0000000000..f668b0750a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_16_regular.imageset/ic_fluent_slide_text_person_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..af69640249 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_slide_text_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_slide_text_person_20_filled.imageset/ic_fluent_slide_text_person_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_20_filled.imageset/ic_fluent_slide_text_person_20_filled.svg new file mode 100644 index 0000000000..e1da7acaf5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_20_filled.imageset/ic_fluent_slide_text_person_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..dcc2992263 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_slide_text_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_slide_text_person_20_regular.imageset/ic_fluent_slide_text_person_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_20_regular.imageset/ic_fluent_slide_text_person_20_regular.svg new file mode 100644 index 0000000000..7e393bf6a7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_20_regular.imageset/ic_fluent_slide_text_person_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..257b40c309 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_slide_text_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_slide_text_person_24_filled.imageset/ic_fluent_slide_text_person_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_24_filled.imageset/ic_fluent_slide_text_person_24_filled.svg new file mode 100644 index 0000000000..5657c6b67f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_24_filled.imageset/ic_fluent_slide_text_person_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..9cac909526 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_slide_text_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_slide_text_person_24_regular.imageset/ic_fluent_slide_text_person_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_24_regular.imageset/ic_fluent_slide_text_person_24_regular.svg new file mode 100644 index 0000000000..20524f0e90 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_24_regular.imageset/ic_fluent_slide_text_person_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..c19cd11d25 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_slide_text_person_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_slide_text_person_28_filled.imageset/ic_fluent_slide_text_person_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_28_filled.imageset/ic_fluent_slide_text_person_28_filled.svg new file mode 100644 index 0000000000..50ef4db320 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_28_filled.imageset/ic_fluent_slide_text_person_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..6cce00e897 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_slide_text_person_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_slide_text_person_28_regular.imageset/ic_fluent_slide_text_person_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_28_regular.imageset/ic_fluent_slide_text_person_28_regular.svg new file mode 100644 index 0000000000..f455e04254 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_28_regular.imageset/ic_fluent_slide_text_person_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..38b0e0e319 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_slide_text_person_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_slide_text_person_32_filled.imageset/ic_fluent_slide_text_person_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_32_filled.imageset/ic_fluent_slide_text_person_32_filled.svg new file mode 100644 index 0000000000..0d876ff6f3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_32_filled.imageset/ic_fluent_slide_text_person_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..95bf60239f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_slide_text_person_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_slide_text_person_32_regular.imageset/ic_fluent_slide_text_person_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_32_regular.imageset/ic_fluent_slide_text_person_32_regular.svg new file mode 100644 index 0000000000..4a1cbc0798 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_32_regular.imageset/ic_fluent_slide_text_person_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..195d1ceff1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_slide_text_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_slide_text_person_48_filled.imageset/ic_fluent_slide_text_person_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_48_filled.imageset/ic_fluent_slide_text_person_48_filled.svg new file mode 100644 index 0000000000..3f77e8c506 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_48_filled.imageset/ic_fluent_slide_text_person_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..3081c1184a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_slide_text_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_slide_text_person_48_regular.imageset/ic_fluent_slide_text_person_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_48_regular.imageset/ic_fluent_slide_text_person_48_regular.svg new file mode 100644 index 0000000000..040a45ea2a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_slide_text_person_48_regular.imageset/ic_fluent_slide_text_person_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spray_can_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spray_can_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..3d3150046f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spray_can_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_spray_can_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_spray_can_16_filled.imageset/ic_fluent_spray_can_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spray_can_16_filled.imageset/ic_fluent_spray_can_16_filled.svg new file mode 100644 index 0000000000..9d047320d6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spray_can_16_filled.imageset/ic_fluent_spray_can_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spray_can_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spray_can_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..743310a063 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spray_can_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_spray_can_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_spray_can_16_regular.imageset/ic_fluent_spray_can_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spray_can_16_regular.imageset/ic_fluent_spray_can_16_regular.svg new file mode 100644 index 0000000000..0270a46991 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spray_can_16_regular.imageset/ic_fluent_spray_can_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_step_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_step_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..e9d9546e3b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_step_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_step_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_step_16_filled.imageset/ic_fluent_step_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_step_16_filled.imageset/ic_fluent_step_16_filled.svg new file mode 100644 index 0000000000..0ac271f769 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_step_16_filled.imageset/ic_fluent_step_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_step_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_step_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..81963841fc --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_step_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_step_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_step_16_regular.imageset/ic_fluent_step_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_step_16_regular.imageset/ic_fluent_step_16_regular.svg new file mode 100644 index 0000000000..8aa68ca10c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_step_16_regular.imageset/ic_fluent_step_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_steps_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_steps_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..66e8c4ff80 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_steps_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_steps_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_steps_16_filled.imageset/ic_fluent_steps_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_steps_16_filled.imageset/ic_fluent_steps_16_filled.svg new file mode 100644 index 0000000000..da37479e37 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_steps_16_filled.imageset/ic_fluent_steps_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_steps_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_steps_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..4661953396 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_steps_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_steps_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_steps_16_regular.imageset/ic_fluent_steps_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_steps_16_regular.imageset/ic_fluent_steps_16_regular.svg new file mode 100644 index 0000000000..7b4b94d97d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_steps_16_regular.imageset/ic_fluent_steps_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_16_filled.imageset/ic_fluent_table_freeze_column_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_16_filled.imageset/ic_fluent_table_freeze_column_16_filled.svg index 1984be5d0d..e1fe0563c0 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_16_filled.imageset/ic_fluent_table_freeze_column_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_16_filled.imageset/ic_fluent_table_freeze_column_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_16_regular.imageset/ic_fluent_table_freeze_column_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_16_regular.imageset/ic_fluent_table_freeze_column_16_regular.svg index 7683199d9d..3d2bd339f7 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_16_regular.imageset/ic_fluent_table_freeze_column_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_16_regular.imageset/ic_fluent_table_freeze_column_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_20_filled.imageset/ic_fluent_table_freeze_column_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_20_filled.imageset/ic_fluent_table_freeze_column_20_filled.svg index e5821a1533..2e1990e524 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_20_filled.imageset/ic_fluent_table_freeze_column_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_20_filled.imageset/ic_fluent_table_freeze_column_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_20_regular.imageset/ic_fluent_table_freeze_column_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_20_regular.imageset/ic_fluent_table_freeze_column_20_regular.svg index 79d6bab3ac..c652c618f2 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_20_regular.imageset/ic_fluent_table_freeze_column_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_20_regular.imageset/ic_fluent_table_freeze_column_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_24_filled.imageset/ic_fluent_table_freeze_column_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_24_filled.imageset/ic_fluent_table_freeze_column_24_filled.svg index 8e93fe92e1..c2c0cc71d5 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_24_filled.imageset/ic_fluent_table_freeze_column_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_24_filled.imageset/ic_fluent_table_freeze_column_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_24_regular.imageset/ic_fluent_table_freeze_column_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_24_regular.imageset/ic_fluent_table_freeze_column_24_regular.svg index 1f15b3d4fd..e9e247ff40 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_24_regular.imageset/ic_fluent_table_freeze_column_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_24_regular.imageset/ic_fluent_table_freeze_column_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_28_filled.imageset/ic_fluent_table_freeze_column_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_28_filled.imageset/ic_fluent_table_freeze_column_28_filled.svg index b08fc5a53e..15ca2b1c29 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_28_filled.imageset/ic_fluent_table_freeze_column_28_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_28_filled.imageset/ic_fluent_table_freeze_column_28_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_28_regular.imageset/ic_fluent_table_freeze_column_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_28_regular.imageset/ic_fluent_table_freeze_column_28_regular.svg index 9be33f6376..6120712b0d 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_28_regular.imageset/ic_fluent_table_freeze_column_28_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_freeze_column_28_regular.imageset/ic_fluent_table_freeze_column_28_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..ae158020ce --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_table_lock_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_table_lock_16_filled.imageset/ic_fluent_table_lock_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_16_filled.imageset/ic_fluent_table_lock_16_filled.svg new file mode 100644 index 0000000000..43dd25b7ed --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_16_filled.imageset/ic_fluent_table_lock_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..9f2dcc4b08 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_table_lock_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_table_lock_16_regular.imageset/ic_fluent_table_lock_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_16_regular.imageset/ic_fluent_table_lock_16_regular.svg new file mode 100644 index 0000000000..bbb3ab10b4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_16_regular.imageset/ic_fluent_table_lock_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..edba8eca11 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_table_lock_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_table_lock_20_filled.imageset/ic_fluent_table_lock_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_20_filled.imageset/ic_fluent_table_lock_20_filled.svg new file mode 100644 index 0000000000..807c5d4be8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_20_filled.imageset/ic_fluent_table_lock_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..ef7d66ad10 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_table_lock_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_table_lock_20_regular.imageset/ic_fluent_table_lock_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_20_regular.imageset/ic_fluent_table_lock_20_regular.svg new file mode 100644 index 0000000000..31f2f41e7a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_20_regular.imageset/ic_fluent_table_lock_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..6fccbf784d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_table_lock_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_table_lock_24_filled.imageset/ic_fluent_table_lock_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_24_filled.imageset/ic_fluent_table_lock_24_filled.svg new file mode 100644 index 0000000000..35958a4be9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_24_filled.imageset/ic_fluent_table_lock_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..d4211168a0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_table_lock_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_table_lock_24_regular.imageset/ic_fluent_table_lock_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_24_regular.imageset/ic_fluent_table_lock_24_regular.svg new file mode 100644 index 0000000000..711710bad9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_24_regular.imageset/ic_fluent_table_lock_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..42e0c28f3a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_table_lock_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_table_lock_28_filled.imageset/ic_fluent_table_lock_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_28_filled.imageset/ic_fluent_table_lock_28_filled.svg new file mode 100644 index 0000000000..b9ba9b15a5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_28_filled.imageset/ic_fluent_table_lock_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..f368777d4a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_table_lock_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_table_lock_28_regular.imageset/ic_fluent_table_lock_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_28_regular.imageset/ic_fluent_table_lock_28_regular.svg new file mode 100644 index 0000000000..f5d226d723 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_28_regular.imageset/ic_fluent_table_lock_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..ec6da0c4da --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_table_lock_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_table_lock_32_filled.imageset/ic_fluent_table_lock_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_32_filled.imageset/ic_fluent_table_lock_32_filled.svg new file mode 100644 index 0000000000..7d705f4f48 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_32_filled.imageset/ic_fluent_table_lock_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..9ec5bdf0d7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_table_lock_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_table_lock_32_regular.imageset/ic_fluent_table_lock_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_32_regular.imageset/ic_fluent_table_lock_32_regular.svg new file mode 100644 index 0000000000..aecb3fe82f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_32_regular.imageset/ic_fluent_table_lock_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..b627c836e8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_table_lock_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_table_lock_48_filled.imageset/ic_fluent_table_lock_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_48_filled.imageset/ic_fluent_table_lock_48_filled.svg new file mode 100644 index 0000000000..4539e436be --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_48_filled.imageset/ic_fluent_table_lock_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..99bd677d13 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_table_lock_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_table_lock_48_regular.imageset/ic_fluent_table_lock_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_48_regular.imageset/ic_fluent_table_lock_48_regular.svg new file mode 100644 index 0000000000..f57dbdfc34 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_table_lock_48_regular.imageset/ic_fluent_table_lock_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_left_20_filled.imageset/ic_fluent_text_grammar_arrow_left_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_left_20_filled.imageset/ic_fluent_text_grammar_arrow_left_20_filled.svg index 46da9c3de8..9e14990b61 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_left_20_filled.imageset/ic_fluent_text_grammar_arrow_left_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_left_20_filled.imageset/ic_fluent_text_grammar_arrow_left_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_left_20_regular.imageset/ic_fluent_text_grammar_arrow_left_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_left_20_regular.imageset/ic_fluent_text_grammar_arrow_left_20_regular.svg index 94920e79fd..ee8f6f4664 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_left_20_regular.imageset/ic_fluent_text_grammar_arrow_left_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_left_20_regular.imageset/ic_fluent_text_grammar_arrow_left_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_left_24_filled.imageset/ic_fluent_text_grammar_arrow_left_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_left_24_filled.imageset/ic_fluent_text_grammar_arrow_left_24_filled.svg index b524749732..915c6cba57 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_left_24_filled.imageset/ic_fluent_text_grammar_arrow_left_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_left_24_filled.imageset/ic_fluent_text_grammar_arrow_left_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_left_24_regular.imageset/ic_fluent_text_grammar_arrow_left_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_left_24_regular.imageset/ic_fluent_text_grammar_arrow_left_24_regular.svg index 9c6afad4e7..ad42239d32 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_left_24_regular.imageset/ic_fluent_text_grammar_arrow_left_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_left_24_regular.imageset/ic_fluent_text_grammar_arrow_left_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_right_20_filled.imageset/ic_fluent_text_grammar_arrow_right_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_right_20_filled.imageset/ic_fluent_text_grammar_arrow_right_20_filled.svg index 252648a13d..e79dc9cc8d 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_right_20_filled.imageset/ic_fluent_text_grammar_arrow_right_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_right_20_filled.imageset/ic_fluent_text_grammar_arrow_right_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_right_20_regular.imageset/ic_fluent_text_grammar_arrow_right_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_right_20_regular.imageset/ic_fluent_text_grammar_arrow_right_20_regular.svg index fdeed96d9f..bd2a36e1cc 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_right_20_regular.imageset/ic_fluent_text_grammar_arrow_right_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_right_20_regular.imageset/ic_fluent_text_grammar_arrow_right_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_right_24_filled.imageset/ic_fluent_text_grammar_arrow_right_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_right_24_filled.imageset/ic_fluent_text_grammar_arrow_right_24_filled.svg index 6ea706d50e..8e2307cdb6 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_right_24_filled.imageset/ic_fluent_text_grammar_arrow_right_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_right_24_filled.imageset/ic_fluent_text_grammar_arrow_right_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_right_24_regular.imageset/ic_fluent_text_grammar_arrow_right_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_right_24_regular.imageset/ic_fluent_text_grammar_arrow_right_24_regular.svg index eeaeb01f44..d424b41c42 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_right_24_regular.imageset/ic_fluent_text_grammar_arrow_right_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_grammar_arrow_right_24_regular.imageset/ic_fluent_text_grammar_arrow_right_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_16_filled.imageset/ic_fluent_text_paragraph_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_16_filled.imageset/ic_fluent_text_paragraph_16_filled.svg index 1fac4ef752..3e9602f599 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_16_filled.imageset/ic_fluent_text_paragraph_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_16_filled.imageset/ic_fluent_text_paragraph_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_16_regular.imageset/ic_fluent_text_paragraph_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_16_regular.imageset/ic_fluent_text_paragraph_16_regular.svg index f46c939915..eaa3ea9ea8 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_16_regular.imageset/ic_fluent_text_paragraph_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_16_regular.imageset/ic_fluent_text_paragraph_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_20_filled.imageset/ic_fluent_text_paragraph_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_20_filled.imageset/ic_fluent_text_paragraph_20_filled.svg index cb523f36b8..64c15aea2d 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_20_filled.imageset/ic_fluent_text_paragraph_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_20_filled.imageset/ic_fluent_text_paragraph_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_20_regular.imageset/ic_fluent_text_paragraph_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_20_regular.imageset/ic_fluent_text_paragraph_20_regular.svg index 3414403ce0..8d296b90a6 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_20_regular.imageset/ic_fluent_text_paragraph_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_20_regular.imageset/ic_fluent_text_paragraph_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_24_filled.imageset/ic_fluent_text_paragraph_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_24_filled.imageset/ic_fluent_text_paragraph_24_filled.svg index ed2eeff492..e44ec4c6d8 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_24_filled.imageset/ic_fluent_text_paragraph_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_24_filled.imageset/ic_fluent_text_paragraph_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_24_regular.imageset/ic_fluent_text_paragraph_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_24_regular.imageset/ic_fluent_text_paragraph_24_regular.svg index 72aaaa4d50..23b7e01eab 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_24_regular.imageset/ic_fluent_text_paragraph_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_paragraph_24_regular.imageset/ic_fluent_text_paragraph_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_t_tag_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_t_tag_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..54f213ef43 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_t_tag_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_text_t_tag_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_text_t_tag_16_filled.imageset/ic_fluent_text_t_tag_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_t_tag_16_filled.imageset/ic_fluent_text_t_tag_16_filled.svg new file mode 100644 index 0000000000..409969073d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_t_tag_16_filled.imageset/ic_fluent_text_t_tag_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_t_tag_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_t_tag_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..abd5e64ed0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_t_tag_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_text_t_tag_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_text_t_tag_16_regular.imageset/ic_fluent_text_t_tag_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_t_tag_16_regular.imageset/ic_fluent_text_t_tag_16_regular.svg new file mode 100644 index 0000000000..7571c314e4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_t_tag_16_regular.imageset/ic_fluent_text_t_tag_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_translate_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_translate_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..42ec8af2a9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_translate_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_translate_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_translate_16_filled.imageset/ic_fluent_translate_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_translate_16_filled.imageset/ic_fluent_translate_16_filled.svg new file mode 100644 index 0000000000..9d57b442db --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_translate_16_filled.imageset/ic_fluent_translate_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..fc1cdf75b7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_person_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_video_person_32_filled.imageset/ic_fluent_video_person_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_32_filled.imageset/ic_fluent_video_person_32_filled.svg new file mode 100644 index 0000000000..26865b001e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_32_filled.imageset/ic_fluent_video_person_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..49a85cd3c5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_person_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_video_person_32_regular.imageset/ic_fluent_video_person_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_32_regular.imageset/ic_fluent_video_person_32_regular.svg new file mode 100644 index 0000000000..e21331cd19 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_32_regular.imageset/ic_fluent_video_person_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..137dbd463c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_person_clock_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_video_person_clock_16_filled.imageset/ic_fluent_video_person_clock_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_16_filled.imageset/ic_fluent_video_person_clock_16_filled.svg new file mode 100644 index 0000000000..f34d9f90b9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_16_filled.imageset/ic_fluent_video_person_clock_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..9c91450ffc --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_person_clock_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_video_person_clock_16_regular.imageset/ic_fluent_video_person_clock_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_16_regular.imageset/ic_fluent_video_person_clock_16_regular.svg new file mode 100644 index 0000000000..d5e50656bd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_16_regular.imageset/ic_fluent_video_person_clock_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..174fcdb600 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_person_clock_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_video_person_clock_20_filled.imageset/ic_fluent_video_person_clock_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_20_filled.imageset/ic_fluent_video_person_clock_20_filled.svg new file mode 100644 index 0000000000..99b2deb540 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_20_filled.imageset/ic_fluent_video_person_clock_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..d25e8b94b3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_person_clock_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_video_person_clock_20_regular.imageset/ic_fluent_video_person_clock_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_20_regular.imageset/ic_fluent_video_person_clock_20_regular.svg new file mode 100644 index 0000000000..b84c9642b6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_20_regular.imageset/ic_fluent_video_person_clock_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..59161b2ddc --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_person_clock_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_video_person_clock_24_filled.imageset/ic_fluent_video_person_clock_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_24_filled.imageset/ic_fluent_video_person_clock_24_filled.svg new file mode 100644 index 0000000000..e1e22d3ac9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_24_filled.imageset/ic_fluent_video_person_clock_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..f3e84e67d4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_person_clock_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_video_person_clock_24_regular.imageset/ic_fluent_video_person_clock_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_24_regular.imageset/ic_fluent_video_person_clock_24_regular.svg new file mode 100644 index 0000000000..b13bad44b1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_24_regular.imageset/ic_fluent_video_person_clock_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..55ba9fd9f3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_person_clock_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_video_person_clock_28_filled.imageset/ic_fluent_video_person_clock_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_28_filled.imageset/ic_fluent_video_person_clock_28_filled.svg new file mode 100644 index 0000000000..67ebe176c2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_28_filled.imageset/ic_fluent_video_person_clock_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..b00f8c778f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_person_clock_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_video_person_clock_28_regular.imageset/ic_fluent_video_person_clock_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_28_regular.imageset/ic_fluent_video_person_clock_28_regular.svg new file mode 100644 index 0000000000..f62db4b0e2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_28_regular.imageset/ic_fluent_video_person_clock_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..126ff7fd79 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_person_clock_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_video_person_clock_32_filled.imageset/ic_fluent_video_person_clock_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_32_filled.imageset/ic_fluent_video_person_clock_32_filled.svg new file mode 100644 index 0000000000..890041df16 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_32_filled.imageset/ic_fluent_video_person_clock_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..4c57cdf209 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_person_clock_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_video_person_clock_32_regular.imageset/ic_fluent_video_person_clock_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_32_regular.imageset/ic_fluent_video_person_clock_32_regular.svg new file mode 100644 index 0000000000..1e277a87c1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_32_regular.imageset/ic_fluent_video_person_clock_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..837b33d395 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_person_clock_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_video_person_clock_48_filled.imageset/ic_fluent_video_person_clock_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_48_filled.imageset/ic_fluent_video_person_clock_48_filled.svg new file mode 100644 index 0000000000..0a3fe22573 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_48_filled.imageset/ic_fluent_video_person_clock_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..7d946de827 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_person_clock_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_video_person_clock_48_regular.imageset/ic_fluent_video_person_clock_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_48_regular.imageset/ic_fluent_video_person_clock_48_regular.svg new file mode 100644 index 0000000000..25775c6135 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_person_clock_48_regular.imageset/ic_fluent_video_person_clock_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_voicemail_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_voicemail_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..e541e0071a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_voicemail_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_voicemail_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_voicemail_32_filled.imageset/ic_fluent_voicemail_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_voicemail_32_filled.imageset/ic_fluent_voicemail_32_filled.svg new file mode 100644 index 0000000000..f38e33f8a4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_voicemail_32_filled.imageset/ic_fluent_voicemail_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_voicemail_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_voicemail_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..8cefff1508 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_voicemail_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_voicemail_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_voicemail_32_regular.imageset/ic_fluent_voicemail_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_voicemail_32_regular.imageset/ic_fluent_voicemail_32_regular.svg new file mode 100644 index 0000000000..f95721b146 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_voicemail_32_regular.imageset/ic_fluent_voicemail_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_web_asset_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_web_asset_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..bd4ba6ceb5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_web_asset_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_web_asset_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_web_asset_16_filled.imageset/ic_fluent_web_asset_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_web_asset_16_filled.imageset/ic_fluent_web_asset_16_filled.svg new file mode 100644 index 0000000000..c8554824de --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_web_asset_16_filled.imageset/ic_fluent_web_asset_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_web_asset_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_web_asset_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..7cda31fa9b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_web_asset_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_web_asset_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_web_asset_16_regular.imageset/ic_fluent_web_asset_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_web_asset_16_regular.imageset/ic_fluent_web_asset_16_regular.svg new file mode 100644 index 0000000000..862f773930 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_web_asset_16_regular.imageset/ic_fluent_web_asset_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Classes/FluentIcon.swift b/ios/FluentIcons/Classes/FluentIcon.swift index ae8857bc16..18a61278cc 100644 --- a/ios/FluentIcons/Classes/FluentIcon.swift +++ b/ios/FluentIcons/Classes/FluentIcon.swift @@ -180,6 +180,14 @@ import Foundation case alignCenterVertical32Regular case alignCenterVertical48Filled case alignCenterVertical48Regular + case alignDistributeBottom16Filled + case alignDistributeBottom16Regular + case alignDistributeLeft16Filled + case alignDistributeLeft16Regular + case alignDistributeRight16Filled + case alignDistributeRight16Regular + case alignDistributeTop16Filled + case alignDistributeTop16Regular case alignEndHorizontal20Filled case alignEndHorizontal20Regular case alignEndVertical20Filled @@ -226,8 +234,12 @@ import Foundation case alignStartHorizontal20Regular case alignStartVertical20Filled case alignStartVertical20Regular + case alignStretchHorizontal16Filled + case alignStretchHorizontal16Regular case alignStretchHorizontal20Filled case alignStretchHorizontal20Regular + case alignStretchVertical16Filled + case alignStretchVertical16Regular case alignStretchVertical20Filled case alignStretchVertical20Regular case alignTop16Filled @@ -734,6 +746,8 @@ import Foundation case arrowMoveInward20Regular case arrowNext12Filled case arrowNext12Regular + case arrowNext16Filled + case arrowNext16Regular case arrowNext20Filled case arrowNext20Regular case arrowNext24Filled @@ -754,6 +768,8 @@ import Foundation case arrowParagraph24Regular case arrowPrevious12Filled case arrowPrevious12Regular + case arrowPrevious16Filled + case arrowPrevious16Regular case arrowPrevious20Filled case arrowPrevious20Regular case arrowPrevious24Filled @@ -1658,6 +1674,10 @@ import Foundation case braces32Regular case braces48Filled case braces48Regular + case bracesCheckmark16Filled + case bracesCheckmark16Regular + case bracesDismiss16Filled + case bracesDismiss16Regular case bracesVariable20Filled case bracesVariable20Regular case bracesVariable24Filled @@ -1666,6 +1686,8 @@ import Foundation case brainCircuit20Regular case brainCircuit24Filled case brainCircuit24Regular + case branch16Filled + case branch16Regular case branch20Filled case branch20Regular case branch24Filled @@ -1948,6 +1970,18 @@ import Foundation case calendarAgenda24Regular case calendarAgenda28Filled case calendarAgenda28Regular + case calendarArrowCounterclockwise16Filled + case calendarArrowCounterclockwise16Regular + case calendarArrowCounterclockwise20Filled + case calendarArrowCounterclockwise20Regular + case calendarArrowCounterclockwise24Filled + case calendarArrowCounterclockwise24Regular + case calendarArrowCounterclockwise28Filled + case calendarArrowCounterclockwise28Regular + case calendarArrowCounterclockwise32Filled + case calendarArrowCounterclockwise32Regular + case calendarArrowCounterclockwise48Filled + case calendarArrowCounterclockwise48Regular case calendarArrowDown20Filled case calendarArrowDown20Regular case calendarArrowDown24Filled @@ -2080,6 +2114,14 @@ import Foundation case calendarPhone16Regular case calendarPhone20Filled case calendarPhone20Regular + case calendarPlay16Filled + case calendarPlay16Regular + case calendarPlay20Filled + case calendarPlay20Regular + case calendarPlay24Filled + case calendarPlay24Regular + case calendarPlay28Filled + case calendarPlay28Regular case calendarQuestionMark16Filled case calendarQuestionMark16Regular case calendarQuestionMark20Filled @@ -2110,6 +2152,18 @@ import Foundation case calendarSettings32Regular case calendarSettings48Filled case calendarSettings48Regular + case calendarShield16Filled + case calendarShield16Regular + case calendarShield20Filled + case calendarShield20Regular + case calendarShield24Filled + case calendarShield24Regular + case calendarShield28Filled + case calendarShield28Regular + case calendarShield32Filled + case calendarShield32Regular + case calendarShield48Filled + case calendarShield48Regular case calendarStar16Filled case calendarStar16Regular case calendarStar20Filled @@ -2266,6 +2320,10 @@ import Foundation case callTransfer16Regular case callTransfer20Filled case callTransfer20Regular + case callTransfer24Filled + case callTransfer24Regular + case callTransfer32Filled + case callTransfer32Regular case callWarning16Filled case callWarning16Regular case callWarning20Filled @@ -2306,6 +2364,8 @@ import Foundation case cameraDome48Regular case cameraEdit20Filled case cameraEdit20Regular + case cameraOff16Filled + case cameraOff16Regular case cameraOff20Filled case cameraOff20Regular case cameraOff24Filled @@ -2378,6 +2438,8 @@ import Foundation case catchUp20Regular case catchUp24Filled case catchUp24Regular + case cd16Filled + case cd16Regular case cellular3G20Filled case cellular3G20Regular case cellular3G24Filled @@ -2426,6 +2488,8 @@ import Foundation case centerVertical20Regular case centerVertical24Filled case centerVertical24Regular + case certificate16Filled + case certificate16Regular case certificate20Filled case certificate20Regular case certificate24Filled @@ -2968,6 +3032,8 @@ import Foundation case clipboardDay24Regular case clipboardEdit20Filled case clipboardEdit20Regular + case clipboardError16Filled + case clipboardError16Regular case clipboardError20Filled case clipboardError20Regular case clipboardError24Filled @@ -3002,6 +3068,10 @@ import Foundation case clipboardMore20Regular case clipboardMore24Filled case clipboardMore24Regular + case clipboardMultiple16Filled + case clipboardMultiple16Regular + case clipboardNote16Filled + case clipboardNote16Regular case clipboardNote20Filled case clipboardNote20Regular case clipboardPaste16Filled @@ -3022,6 +3092,8 @@ import Foundation case clipboardSettings20Regular case clipboardSettings24Filled case clipboardSettings24Regular + case clipboardTask16Filled + case clipboardTask16Regular case clipboardTask20Filled case clipboardTask20Regular case clipboardTask24Filled @@ -3034,6 +3106,8 @@ import Foundation case clipboardTaskList20Regular case clipboardTaskList24Filled case clipboardTaskList24Regular + case clipboardText16Filled + case clipboardText16Regular case clipboardText20Filled case clipboardText20Regular case clipboardText24Filled @@ -3122,6 +3196,8 @@ import Foundation case cloudAdd16Regular case cloudAdd20Filled case cloudAdd20Regular + case cloudAdd24Filled + case cloudAdd24Regular case cloudArchive16Filled case cloudArchive16Regular case cloudArchive20Filled @@ -3186,6 +3262,8 @@ import Foundation case cloudEdit16Regular case cloudEdit20Filled case cloudEdit20Regular + case cloudEdit24Filled + case cloudEdit24Regular case cloudError16Filled case cloudError16Regular case cloudError20Filled @@ -3206,6 +3284,8 @@ import Foundation case cloudLink16Regular case cloudLink20Filled case cloudLink20Regular + case cloudLink24Filled + case cloudLink24Regular case cloudOff16Filled case cloudOff16Regular case cloudOff20Filled @@ -3266,12 +3346,42 @@ import Foundation case codeBlock48Regular case codeCircle20Filled case codeCircle20Regular + case codeCs16Filled + case codeCs16Regular + case codeCsRectangle16Filled + case codeCsRectangle16Regular + case codeFs16Filled + case codeFs16Regular + case codeFsRectangle16Filled + case codeFsRectangle16Regular + case codeJs16Filled + case codeJs16Regular + case codeJsRectangle16Filled + case codeJsRectangle16Regular + case codePy16Filled + case codePy16Regular + case codePyRectangle16Filled + case codePyRectangle16Regular + case codeRb16Filled + case codeRb16Regular + case codeRbRectangle16Filled + case codeRbRectangle16Regular case codeText16Filled case codeText16Regular case codeText20Filled case codeText20Regular case codeTextEdit20Filled case codeTextEdit20Regular + case codeTextOff16Filled + case codeTextOff16Regular + case codeTs16Filled + case codeTs16Regular + case codeTsRectangle16Filled + case codeTsRectangle16Regular + case codeVb16Filled + case codeVb16Regular + case codeVbRectangle16Filled + case codeVbRectangle16Regular case collections20Filled case collections20Regular case collections24Filled @@ -3491,6 +3601,8 @@ import Foundation case compose24Regular case compose28Filled case compose28Regular + case cone16Filled + case cone16Regular case conferenceRoom16Filled case conferenceRoom16Regular case conferenceRoom20Filled @@ -3759,6 +3871,8 @@ import Foundation case dataBarHorizontal20Regular case dataBarHorizontal24Filled case dataBarHorizontal24Regular + case dataBarHorizontalDescending16Filled + case dataBarHorizontalDescending16Regular case dataBarVertical16Filled case dataBarVertical16Regular case dataBarVertical20Filled @@ -3771,6 +3885,8 @@ import Foundation case dataBarVerticalAdd20Regular case dataBarVerticalAdd24Filled case dataBarVerticalAdd24Regular + case dataBarVerticalAscending16Filled + case dataBarVerticalAscending16Regular case dataBarVerticalStar16Filled case dataBarVerticalStar16Regular case dataBarVerticalStar20Filled @@ -3841,6 +3957,8 @@ import Foundation case dataWhisker20Regular case dataWhisker24Filled case dataWhisker24Regular + case database16Filled + case database16Regular case database20Filled case database20Regular case database24Filled @@ -3875,6 +3993,8 @@ import Foundation case databaseSearch20Regular case databaseSearch24Filled case databaseSearch24Regular + case databaseStack16Filled + case databaseStack16Regular case databaseSwitch20Filled case databaseSwitch20Regular case databaseWarning20Filled @@ -4027,6 +4147,8 @@ import Foundation case desktopToolbox20Regular case desktopToolbox24Filled case desktopToolbox24Regular + case developerBoard16Filled + case developerBoard16Regular case developerBoard20Filled case developerBoard20Regular case developerBoard24Filled @@ -4265,6 +4387,8 @@ import Foundation case documentChevronDouble20Regular case documentChevronDouble24Filled case documentChevronDouble24Regular + case documentContract16Filled + case documentContract16Regular case documentCopy16Filled case documentCopy16Regular case documentCopy20Filled @@ -4273,10 +4397,16 @@ import Foundation case documentCopy24Regular case documentCopy48Filled case documentCopy48Regular + case documentCs16Filled + case documentCs16Regular + case documentCss16Filled + case documentCss16Regular case documentCss20Filled case documentCss20Regular case documentCss24Filled case documentCss24Regular + case documentData16Filled + case documentData16Regular case documentData20Filled case documentData20Regular case documentData24Filled @@ -4323,6 +4453,8 @@ import Foundation case documentFooterDismiss20Regular case documentFooterDismiss24Filled case documentFooterDismiss24Regular + case documentFs16Filled + case documentFs16Regular case documentHeader16Filled case documentHeader16Regular case documentHeader20Filled @@ -4357,6 +4489,8 @@ import Foundation case documentJavascript20Regular case documentJavascript24Filled case documentJavascript24Regular + case documentJs16Filled + case documentJs16Regular case documentLandscape20Filled case documentLandscape20Regular case documentLandscape24Filled @@ -4419,6 +4553,8 @@ import Foundation case documentMultipleProhibited24Regular case documentMultipleSync20Filled case documentMultipleSync20Regular + case documentNumber116Filled + case documentNumber116Regular case documentOnePage20Filled case documentOnePage20Regular case documentOnePage24Filled @@ -4479,6 +4615,8 @@ import Foundation case documentProhibited20Regular case documentProhibited24Filled case documentProhibited24Regular + case documentPy16Filled + case documentPy16Regular case documentQuestionMark16Filled case documentQuestionMark16Regular case documentQuestionMark20Filled @@ -4497,6 +4635,8 @@ import Foundation case documentQueueMultiple20Regular case documentQueueMultiple24Filled case documentQueueMultiple24Regular + case documentRb16Filled + case documentRb16Regular case documentRibbon16Filled case documentRibbon16Regular case documentRibbon20Filled @@ -4569,6 +4709,8 @@ import Foundation case documentTableTruck20Regular case documentTableTruck24Filled case documentTableTruck24Regular + case documentTarget16Filled + case documentTarget16Regular case documentText16Filled case documentText16Regular case documentText20Filled @@ -4595,6 +4737,10 @@ import Foundation case documentToolbox20Regular case documentToolbox24Filled case documentToolbox24Regular + case documentTs16Filled + case documentTs16Regular + case documentVb16Filled + case documentVb16Regular case documentWidth20Filled case documentWidth20Regular case documentWidth24Filled @@ -5095,6 +5241,8 @@ import Foundation case eyeTrackingOff20Regular case eyeTrackingOff24Filled case eyeTrackingOff24Regular + case eyedropper16Filled + case eyedropper16Regular case eyedropper20Filled case eyedropper20Regular case eyedropper24Filled @@ -5388,12 +5536,16 @@ import Foundation case folderMail24Regular case folderMail28Filled case folderMail28Regular + case folderMultiple16Filled + case folderMultiple16Regular case folderOpen16Filled case folderOpen16Regular case folderOpen20Filled case folderOpen20Regular case folderOpen24Filled case folderOpen24Regular + case folderOpenVertical16Filled + case folderOpenVertical16Regular case folderOpenVertical20Filled case folderOpenVertical20Regular case folderPeople20Filled @@ -5590,6 +5742,8 @@ import Foundation case games32Regular case games48Filled case games48Regular + case ganttChart16Filled + case ganttChart16Regular case ganttChart20Filled case ganttChart20Regular case ganttChart24Filled @@ -5868,6 +6022,8 @@ import Foundation case handshake24Regular case handshake32Filled case handshake32Regular + case hardDrive16Filled + case hardDrive16Regular case hardDrive20Filled case hardDrive20Regular case hatGraduation12Filled @@ -6057,18 +6213,26 @@ import Foundation case homeSplit32Regular case homeSplit48Filled case homeSplit48Regular + case hourglass16Filled + case hourglass16Regular case hourglass20Filled case hourglass20Regular case hourglass24Filled case hourglass24Regular + case hourglassHalf16Filled + case hourglassHalf16Regular case hourglassHalf20Filled case hourglassHalf20Regular case hourglassHalf24Filled case hourglassHalf24Regular + case hourglassOneQuarter16Filled + case hourglassOneQuarter16Regular case hourglassOneQuarter20Filled case hourglassOneQuarter20Regular case hourglassOneQuarter24Filled case hourglassOneQuarter24Regular + case hourglassThreeQuarter16Filled + case hourglassThreeQuarter16Regular case hourglassThreeQuarter20Filled case hourglassThreeQuarter20Regular case hourglassThreeQuarter24Filled @@ -6295,6 +6459,8 @@ import Foundation case keyboardLayoutSplit20Regular case keyboardLayoutSplit24Filled case keyboardLayoutSplit24Regular + case keyboardMouse16Filled + case keyboardMouse16Regular case keyboardShift16Filled case keyboardShift16Regular case keyboardShift20Filled @@ -6931,6 +7097,8 @@ import Foundation case megaphoneOff24Regular case megaphoneOff28Filled case megaphoneOff28Regular + case memory16Filled + case memory16Regular case mention12Filled case mention12Regular case mention16Filled @@ -7069,10 +7237,18 @@ import Foundation case moneyOff24Regular case moneySettings20Filled case moneySettings20Regular + case moreCircle16Filled + case moreCircle16Regular case moreCircle20Filled case moreCircle20Regular + case moreCircle24Filled + case moreCircle24Regular + case moreCircle28Filled + case moreCircle28Regular case moreCircle32Filled case moreCircle32Regular + case moreCircle48Filled + case moreCircle48Regular case moreHorizontal16Filled case moreHorizontal16Regular case moreHorizontal20Filled @@ -7213,6 +7389,8 @@ import Foundation case navigationUnread20Regular case navigationUnread24Filled case navigationUnread24Regular + case networkAdapter16Filled + case networkAdapter16Regular case networkCheck20Filled case networkCheck20Regular case networkCheck24Filled @@ -7827,6 +8005,18 @@ import Foundation case peopleSettings24Regular case peopleSettings28Filled case peopleSettings28Regular + case peopleStar16Filled + case peopleStar16Regular + case peopleStar20Filled + case peopleStar20Regular + case peopleStar24Filled + case peopleStar24Regular + case peopleStar28Filled + case peopleStar28Regular + case peopleStar32Filled + case peopleStar32Regular + case peopleStar48Filled + case peopleStar48Regular case peopleSwap16Filled case peopleSwap16Regular case peopleSwap20Filled @@ -8069,6 +8259,10 @@ import Foundation case personQuestionMark24Regular case personRunning20Filled case personRunning20Regular + case personSearch16Filled + case personSearch16Regular + case personSearch32Filled + case personSearch32Regular case personSettings16Filled case personSettings16Regular case personSettings20Filled @@ -8077,6 +8271,8 @@ import Foundation case personSquare20Regular case personSquare24Filled case personSquare24Regular + case personStanding16Filled + case personStanding16Regular case personStar16Filled case personStar16Regular case personStar20Filled @@ -8135,6 +8331,8 @@ import Foundation case personVoice20Regular case personVoice24Filled case personVoice24Regular + case personWalking16Filled + case personWalking16Regular case personWalking20Filled case personWalking20Regular case personWalking24Filled @@ -8373,6 +8571,8 @@ import Foundation case playCircle28Regular case playCircle48Filled case playCircle48Regular + case playMultiple16Filled + case playMultiple16Regular case playSettings20Filled case playSettings20Regular case playingCards20Filled @@ -8679,10 +8879,16 @@ import Foundation case radarCheckmark20Regular case radarRectangleMultiple20Filled case radarRectangleMultiple20Regular + case radioButton16Filled + case radioButton16Regular case radioButton20Filled case radioButton20Regular case radioButton24Filled case radioButton24Regular + case radioButtonOff16Filled + case radioButtonOff16Regular + case ram16Filled + case ram16Regular case ram20Filled case ram20Regular case ratingMature16Filled @@ -9009,6 +9215,8 @@ import Foundation case saveEdit24Regular case saveImage20Filled case saveImage20Regular + case saveMultiple16Filled + case saveMultiple16Regular case saveMultiple20Filled case saveMultiple20Regular case saveMultiple24Filled @@ -9133,6 +9341,8 @@ import Foundation case screenshot20Regular case screenshot24Filled case screenshot24Regular + case script16Filled + case script16Regular case search12Filled case search12Regular case search16Filled @@ -9211,6 +9421,8 @@ import Foundation case serialPort20Regular case serialPort24Filled case serialPort24Regular + case server16Filled + case server16Regular case server20Filled case server20Regular case server24Filled @@ -9219,6 +9431,10 @@ import Foundation case serverMultiple20Regular case serverPlay20Filled case serverPlay20Regular + case serverSurface16Filled + case serverSurface16Regular + case serverSurfaceMultiple16Filled + case serverSurfaceMultiple16Regular case serviceBell20Filled case serviceBell20Regular case serviceBell24Filled @@ -9349,6 +9565,8 @@ import Foundation case shareScreenStop28Regular case shareScreenStop48Filled case shareScreenStop48Regular + case shield12Filled + case shield12Regular case shield16Filled case shield16Regular case shield20Filled @@ -9679,6 +9897,18 @@ import Foundation case slideTextMultiple24Regular case slideTextMultiple32Filled case slideTextMultiple32Regular + case slideTextPerson16Filled + case slideTextPerson16Regular + case slideTextPerson20Filled + case slideTextPerson20Regular + case slideTextPerson24Filled + case slideTextPerson24Regular + case slideTextPerson28Filled + case slideTextPerson28Regular + case slideTextPerson32Filled + case slideTextPerson32Regular + case slideTextPerson48Filled + case slideTextPerson48Regular case slideTransition20Filled case slideTransition20Regular case slideTransition24Filled @@ -9865,6 +10095,8 @@ import Foundation case sportSoccer20Regular case sportSoccer24Filled case sportSoccer24Regular + case sprayCan16Filled + case sprayCan16Regular case square12Filled case square12Regular case square16Filled @@ -10079,6 +10311,10 @@ import Foundation case status20Regular case status24Filled case status24Regular + case step16Filled + case step16Regular + case steps16Filled + case steps16Regular case steps20Filled case steps20Regular case steps24Filled @@ -10449,6 +10685,18 @@ import Foundation case tableLink24Regular case tableLink28Filled case tableLink28Regular + case tableLock16Filled + case tableLock16Regular + case tableLock20Filled + case tableLock20Regular + case tableLock24Filled + case tableLock24Regular + case tableLock28Filled + case tableLock28Regular + case tableLock32Filled + case tableLock32Regular + case tableLock48Filled + case tableLock48Regular case tableMoveAbove16Filled case tableMoveAbove16Regular case tableMoveAbove20Filled @@ -11306,6 +11554,8 @@ import Foundation case textT28Regular case textT48Filled case textT48Regular + case textTTag16Filled + case textTTag16Regular case textUnderline16Filled case textUnderline16Regular case textUnderline20Filled @@ -11494,6 +11744,7 @@ import Foundation case topSpeed20Regular case topSpeed24Filled case topSpeed24Regular + case translate16Filled case translate16Regular case translate20Filled case translate20Regular @@ -11811,6 +12062,8 @@ import Foundation case videoPerson24Regular case videoPerson28Filled case videoPerson28Regular + case videoPerson32Filled + case videoPerson32Regular case videoPerson48Filled case videoPerson48Regular case videoPersonCall16Filled @@ -11821,6 +12074,18 @@ import Foundation case videoPersonCall24Regular case videoPersonCall32Filled case videoPersonCall32Regular + case videoPersonClock16Filled + case videoPersonClock16Regular + case videoPersonClock20Filled + case videoPersonClock20Regular + case videoPersonClock24Filled + case videoPersonClock24Regular + case videoPersonClock28Filled + case videoPersonClock28Regular + case videoPersonClock32Filled + case videoPersonClock32Regular + case videoPersonClock48Filled + case videoPersonClock48Regular case videoPersonOff20Filled case videoPersonOff20Regular case videoPersonOff24Filled @@ -11887,6 +12152,8 @@ import Foundation case voicemail24Regular case voicemail28Filled case voicemail28Regular + case voicemail32Filled + case voicemail32Regular case voicemailArrowBack16Filled case voicemailArrowBack16Regular case voicemailArrowBack20Filled @@ -12141,6 +12408,8 @@ import Foundation case weatherThunderstorm24Regular case weatherThunderstorm48Filled case weatherThunderstorm48Regular + case webAsset16Filled + case webAsset16Regular case webAsset20Filled case webAsset20Regular case webAsset24Filled @@ -12516,6 +12785,14 @@ import Foundation case .alignCenterVertical32Regular: return "ic_fluent_align_center_vertical_32_regular" case .alignCenterVertical48Filled: return "ic_fluent_align_center_vertical_48_filled" case .alignCenterVertical48Regular: return "ic_fluent_align_center_vertical_48_regular" + case .alignDistributeBottom16Filled: return "ic_fluent_align_distribute_bottom_16_filled" + 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" + 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" + case .alignDistributeTop16Regular: return "ic_fluent_align_distribute_top_16_regular" case .alignEndHorizontal20Filled: return "ic_fluent_align_end_horizontal_20_filled" case .alignEndHorizontal20Regular: return "ic_fluent_align_end_horizontal_20_regular" case .alignEndVertical20Filled: return "ic_fluent_align_end_vertical_20_filled" @@ -12542,6 +12819,8 @@ import Foundation case .alignRight28Regular: return "ic_fluent_align_right_28_regular" case .alignRight32Filled: return "ic_fluent_align_right_32_filled" case .alignRight32Regular: return "ic_fluent_align_right_32_regular" + default: break } + switch self { case .alignRight48Filled: return "ic_fluent_align_right_48_filled" case .alignRight48Regular: return "ic_fluent_align_right_48_regular" case .alignSpaceAroundHorizontal20Filled: return "ic_fluent_align_space_around_horizontal_20_filled" @@ -12550,8 +12829,6 @@ import Foundation case .alignSpaceAroundVertical20Regular: return "ic_fluent_align_space_around_vertical_20_regular" case .alignSpaceBetweenHorizontal20Filled: return "ic_fluent_align_space_between_horizontal_20_filled" case .alignSpaceBetweenHorizontal20Regular: return "ic_fluent_align_space_between_horizontal_20_regular" - default: break } - switch self { case .alignSpaceBetweenVertical20Filled: return "ic_fluent_align_space_between_vertical_20_filled" case .alignSpaceBetweenVertical20Regular: return "ic_fluent_align_space_between_vertical_20_regular" case .alignSpaceEvenlyHorizontal20Filled: return "ic_fluent_align_space_evenly_horizontal_20_filled" @@ -12564,8 +12841,12 @@ import Foundation case .alignStartHorizontal20Regular: return "ic_fluent_align_start_horizontal_20_regular" case .alignStartVertical20Filled: return "ic_fluent_align_start_vertical_20_filled" case .alignStartVertical20Regular: return "ic_fluent_align_start_vertical_20_regular" + case .alignStretchHorizontal16Filled: return "ic_fluent_align_stretch_horizontal_16_filled" + case .alignStretchHorizontal16Regular: return "ic_fluent_align_stretch_horizontal_16_regular" case .alignStretchHorizontal20Filled: return "ic_fluent_align_stretch_horizontal_20_filled" case .alignStretchHorizontal20Regular: return "ic_fluent_align_stretch_horizontal_20_regular" + case .alignStretchVertical16Filled: return "ic_fluent_align_stretch_vertical_16_filled" + case .alignStretchVertical16Regular: return "ic_fluent_align_stretch_vertical_16_regular" case .alignStretchVertical20Filled: return "ic_fluent_align_stretch_vertical_20_filled" case .alignStretchVertical20Regular: return "ic_fluent_align_stretch_vertical_20_regular" case .alignTop16Filled: return "ic_fluent_align_top_16_filled" @@ -12640,6 +12921,8 @@ import Foundation case .appRecent24Regular: return "ic_fluent_app_recent_24_regular" case .appStore24Filled: return "ic_fluent_app_store_24_filled" case .appStore24Regular: return "ic_fluent_app_store_24_regular" + default: break } + switch self { case .appTitle20Filled: return "ic_fluent_app_title_20_filled" case .appTitle20Regular: return "ic_fluent_app_title_20_regular" case .appTitle24Filled: return "ic_fluent_app_title_24_filled" @@ -12652,8 +12935,6 @@ import Foundation case .approvalsApp24Regular: return "ic_fluent_approvals_app_24_regular" case .approvalsApp28Filled: return "ic_fluent_approvals_app_28_filled" case .approvalsApp28Regular: return "ic_fluent_approvals_app_28_regular" - default: break } - switch self { case .approvalsApp32Filled: return "ic_fluent_approvals_app_32_filled" case .approvalsApp32Regular: return "ic_fluent_approvals_app_32_regular" case .apps16Filled: return "ic_fluent_apps_16_filled" @@ -12742,6 +13023,8 @@ import Foundation case .arrowAutofitUp24Regular: return "ic_fluent_arrow_autofit_up_24_regular" case .arrowAutofitWidth20Filled: return "ic_fluent_arrow_autofit_width_20_filled" case .arrowAutofitWidth20Regular: return "ic_fluent_arrow_autofit_width_20_regular" + default: break } + switch self { case .arrowAutofitWidth24Filled: return "ic_fluent_arrow_autofit_width_24_filled" case .arrowAutofitWidth24Regular: return "ic_fluent_arrow_autofit_width_24_regular" case .arrowAutofitWidthDotted20Filled: return "ic_fluent_arrow_autofit_width_dotted_20_filled" @@ -12754,8 +13037,6 @@ import Foundation case .arrowBetweenDown24Regular: return "ic_fluent_arrow_between_down_24_regular" case .arrowBetweenUp20Filled: return "ic_fluent_arrow_between_up_20_filled" case .arrowBetweenUp20Regular: return "ic_fluent_arrow_between_up_20_regular" - default: break } - switch self { case .arrowBidirectionalUpDown12Filled: return "ic_fluent_arrow_bidirectional_up_down_12_filled" case .arrowBidirectionalUpDown12Regular: return "ic_fluent_arrow_bidirectional_up_down_12_regular" case .arrowBidirectionalUpDown16Filled: return "ic_fluent_arrow_bidirectional_up_down_16_filled" @@ -12844,6 +13125,8 @@ import Foundation case .arrowCircleUp48Regular: return "ic_fluent_arrow_circle_up_48_regular" case .arrowCircleUpLeft20Filled: return "ic_fluent_arrow_circle_up_left_20_filled" case .arrowCircleUpLeft20Regular: return "ic_fluent_arrow_circle_up_left_20_regular" + default: break } + switch self { case .arrowCircleUpLeft24Filled: return "ic_fluent_arrow_circle_up_left_24_filled" case .arrowCircleUpLeft24Regular: return "ic_fluent_arrow_circle_up_left_24_regular" case .arrowClockwise12Filled: return "ic_fluent_arrow_clockwise_12_filled" @@ -12856,8 +13139,6 @@ import Foundation case .arrowClockwise24Regular: return "ic_fluent_arrow_clockwise_24_regular" case .arrowClockwise28Filled: return "ic_fluent_arrow_clockwise_28_filled" case .arrowClockwise28Regular: return "ic_fluent_arrow_clockwise_28_regular" - default: break } - switch self { case .arrowClockwise32Filled: return "ic_fluent_arrow_clockwise_32_filled" case .arrowClockwise32Regular: return "ic_fluent_arrow_clockwise_32_regular" case .arrowClockwise48Filled: return "ic_fluent_arrow_clockwise_48_filled" @@ -12946,6 +13227,8 @@ import Foundation case .arrowEnterUp20Regular: return "ic_fluent_arrow_enter_up_20_regular" case .arrowEnterUp24Filled: return "ic_fluent_arrow_enter_up_24_filled" case .arrowEnterUp24Regular: return "ic_fluent_arrow_enter_up_24_regular" + default: break } + switch self { case .arrowExit20Filled: return "ic_fluent_arrow_exit_20_filled" case .arrowExit20Regular: return "ic_fluent_arrow_exit_20_regular" case .arrowExpand20Filled: return "ic_fluent_arrow_expand_20_filled" @@ -12958,8 +13241,6 @@ import Foundation case .arrowExport20Regular: return "ic_fluent_arrow_export_20_regular" case .arrowExport24Filled: return "ic_fluent_arrow_export_24_filled" case .arrowExport24Regular: return "ic_fluent_arrow_export_24_regular" - default: break } - switch self { case .arrowExportUp20Filled: return "ic_fluent_arrow_export_up_20_filled" case .arrowExportUp20Regular: return "ic_fluent_arrow_export_up_20_regular" case .arrowExportUp24Filled: return "ic_fluent_arrow_export_up_24_filled" @@ -13048,6 +13329,8 @@ import Foundation case .arrowMaximize20Regular: return "ic_fluent_arrow_maximize_20_regular" case .arrowMaximize24Filled: return "ic_fluent_arrow_maximize_24_filled" case .arrowMaximize24Regular: return "ic_fluent_arrow_maximize_24_regular" + default: break } + switch self { case .arrowMaximize28Filled: return "ic_fluent_arrow_maximize_28_filled" case .arrowMaximize28Regular: return "ic_fluent_arrow_maximize_28_regular" case .arrowMaximize32Filled: return "ic_fluent_arrow_maximize_32_filled" @@ -13060,8 +13343,6 @@ import Foundation case .arrowMaximizeVertical24Regular: return "ic_fluent_arrow_maximize_vertical_24_regular" case .arrowMaximizeVertical48Filled: return "ic_fluent_arrow_maximize_vertical_48_filled" case .arrowMaximizeVertical48Regular: return "ic_fluent_arrow_maximize_vertical_48_regular" - default: break } - switch self { case .arrowMinimize16Filled: return "ic_fluent_arrow_minimize_16_filled" case .arrowMinimize16Regular: return "ic_fluent_arrow_minimize_16_regular" case .arrowMinimize20Filled: return "ic_fluent_arrow_minimize_20_filled" @@ -13082,6 +13363,8 @@ import Foundation case .arrowMoveInward20Regular: return "ic_fluent_arrow_move_inward_20_regular" case .arrowNext12Filled: return "ic_fluent_arrow_next_12_filled" case .arrowNext12Regular: return "ic_fluent_arrow_next_12_regular" + case .arrowNext16Filled: return "ic_fluent_arrow_next_16_filled" + case .arrowNext16Regular: return "ic_fluent_arrow_next_16_regular" case .arrowNext20Filled: return "ic_fluent_arrow_next_20_filled" case .arrowNext20Regular: return "ic_fluent_arrow_next_20_regular" case .arrowNext24Filled: return "ic_fluent_arrow_next_24_filled" @@ -13102,6 +13385,8 @@ import Foundation case .arrowParagraph24Regular: return "ic_fluent_arrow_paragraph_24_regular" case .arrowPrevious12Filled: return "ic_fluent_arrow_previous_12_filled" case .arrowPrevious12Regular: return "ic_fluent_arrow_previous_12_regular" + case .arrowPrevious16Filled: return "ic_fluent_arrow_previous_16_filled" + case .arrowPrevious16Regular: return "ic_fluent_arrow_previous_16_regular" case .arrowPrevious20Filled: return "ic_fluent_arrow_previous_20_filled" case .arrowPrevious20Regular: return "ic_fluent_arrow_previous_20_regular" case .arrowPrevious24Filled: return "ic_fluent_arrow_previous_24_filled" @@ -13146,6 +13431,8 @@ import Foundation case .arrowReply28Regular: return "ic_fluent_arrow_reply_28_regular" case .arrowReply48Filled: return "ic_fluent_arrow_reply_48_filled" case .arrowReply48Regular: return "ic_fluent_arrow_reply_48_regular" + default: break } + switch self { case .arrowReplyAll16Filled: return "ic_fluent_arrow_reply_all_16_filled" case .arrowReplyAll16Regular: return "ic_fluent_arrow_reply_all_16_regular" case .arrowReplyAll20Filled: return "ic_fluent_arrow_reply_all_20_filled" @@ -13162,8 +13449,6 @@ import Foundation case .arrowReplyDown20Regular: return "ic_fluent_arrow_reply_down_20_regular" case .arrowReplyDown24Filled: return "ic_fluent_arrow_reply_down_24_filled" case .arrowReplyDown24Regular: return "ic_fluent_arrow_reply_down_24_regular" - default: break } - switch self { case .arrowReset20Filled: return "ic_fluent_arrow_reset_20_filled" case .arrowReset20Regular: return "ic_fluent_arrow_reset_20_regular" case .arrowReset24Filled: return "ic_fluent_arrow_reset_24_filled" @@ -13248,6 +13533,8 @@ import Foundation case .arrowSortDownLines20Regular: return "ic_fluent_arrow_sort_down_lines_20_regular" case .arrowSortDownLines24Filled: return "ic_fluent_arrow_sort_down_lines_24_filled" case .arrowSortDownLines24Regular: return "ic_fluent_arrow_sort_down_lines_24_regular" + default: break } + switch self { case .arrowSortUp16Filled: return "ic_fluent_arrow_sort_up_16_filled" case .arrowSortUp16Regular: return "ic_fluent_arrow_sort_up_16_regular" case .arrowSortUp20Filled: return "ic_fluent_arrow_sort_up_20_filled" @@ -13264,8 +13551,6 @@ import Foundation case .arrowSquareDown20Regular: return "ic_fluent_arrow_square_down_20_regular" case .arrowSquareDown24Filled: return "ic_fluent_arrow_square_down_24_filled" case .arrowSquareDown24Regular: return "ic_fluent_arrow_square_down_24_regular" - default: break } - switch self { case .arrowStepBack16Filled: return "ic_fluent_arrow_step_back_16_filled" case .arrowStepBack16Regular: return "ic_fluent_arrow_step_back_16_regular" case .arrowStepBack20Filled: return "ic_fluent_arrow_step_back_20_filled" @@ -13350,6 +13635,8 @@ import Foundation case .arrowTrending12Regular: return "ic_fluent_arrow_trending_12_regular" case .arrowTrending16Filled: return "ic_fluent_arrow_trending_16_filled" case .arrowTrending16Regular: return "ic_fluent_arrow_trending_16_regular" + default: break } + switch self { case .arrowTrending20Filled: return "ic_fluent_arrow_trending_20_filled" case .arrowTrending20Regular: return "ic_fluent_arrow_trending_20_regular" case .arrowTrending24Filled: return "ic_fluent_arrow_trending_24_filled" @@ -13366,8 +13653,6 @@ import Foundation case .arrowTrendingDown24Regular: return "ic_fluent_arrow_trending_down_24_regular" case .arrowTrendingLines20Filled: return "ic_fluent_arrow_trending_lines_20_filled" case .arrowTrendingLines20Regular: return "ic_fluent_arrow_trending_lines_20_regular" - default: break } - switch self { case .arrowTrendingLines24Filled: return "ic_fluent_arrow_trending_lines_24_filled" case .arrowTrendingLines24Regular: return "ic_fluent_arrow_trending_lines_24_regular" case .arrowTrendingSettings20Filled: return "ic_fluent_arrow_trending_settings_20_filled" @@ -13452,6 +13737,8 @@ import Foundation case .arrowUp12Regular: return "ic_fluent_arrow_up_12_regular" case .arrowUp16Filled: return "ic_fluent_arrow_up_16_filled" case .arrowUp16Regular: return "ic_fluent_arrow_up_16_regular" + default: break } + switch self { case .arrowUp20Filled: return "ic_fluent_arrow_up_20_filled" case .arrowUp20Regular: return "ic_fluent_arrow_up_20_regular" case .arrowUp24Filled: return "ic_fluent_arrow_up_24_filled" @@ -13468,8 +13755,6 @@ import Foundation case .arrowUpLeft20Regular: return "ic_fluent_arrow_up_left_20_regular" case .arrowUpLeft24Filled: return "ic_fluent_arrow_up_left_24_filled" case .arrowUpLeft24Regular: return "ic_fluent_arrow_up_left_24_regular" - default: break } - switch self { case .arrowUpLeft48Filled: return "ic_fluent_arrow_up_left_48_filled" case .arrowUpLeft48Regular: return "ic_fluent_arrow_up_left_48_regular" case .arrowUpRight16Filled: return "ic_fluent_arrow_up_right_16_filled" @@ -13554,6 +13839,8 @@ import Foundation case .backpackAdd48Regular: return "ic_fluent_backpack_add_48_regular" case .backspace20Filled: return "ic_fluent_backspace_20_filled" case .backspace20Regular: return "ic_fluent_backspace_20_regular" + default: break } + switch self { case .backspace24Filled: return "ic_fluent_backspace_24_filled" case .backspace24Regular: return "ic_fluent_backspace_24_regular" case .badge20Filled: return "ic_fluent_badge_20_filled" @@ -13570,8 +13857,6 @@ import Foundation case .balloon24Regular: return "ic_fluent_balloon_24_regular" case .barcodeScanner20Filled: return "ic_fluent_barcode_scanner_20_filled" case .barcodeScanner20Regular: return "ic_fluent_barcode_scanner_20_regular" - default: break } - switch self { case .barcodeScanner24Filled: return "ic_fluent_barcode_scanner_24_filled" case .barcodeScanner24Regular: return "ic_fluent_barcode_scanner_24_regular" case .battery020Filled: return "ic_fluent_battery_0_20_filled" @@ -13656,6 +13941,8 @@ import Foundation case .beaker32Regular: return "ic_fluent_beaker_32_regular" case .beakerEdit20Filled: return "ic_fluent_beaker_edit_20_filled" case .beakerEdit20Regular: return "ic_fluent_beaker_edit_20_regular" + default: break } + switch self { case .beakerEdit24Filled: return "ic_fluent_beaker_edit_24_filled" case .beakerEdit24Regular: return "ic_fluent_beaker_edit_24_regular" case .beakerOff20Filled: return "ic_fluent_beaker_off_20_filled" @@ -13672,8 +13959,6 @@ import Foundation case .bezierCurveSquare12Regular: return "ic_fluent_bezier_curve_square_12_regular" case .bezierCurveSquare20Filled: return "ic_fluent_bezier_curve_square_20_filled" case .bezierCurveSquare20Regular: return "ic_fluent_bezier_curve_square_20_regular" - default: break } - switch self { case .binFull20Filled: return "ic_fluent_bin_full_20_filled" case .binFull20Regular: return "ic_fluent_bin_full_20_regular" case .binFull24Filled: return "ic_fluent_bin_full_24_filled" @@ -13758,6 +14043,8 @@ import Foundation case .bookContacts20Regular: return "ic_fluent_book_contacts_20_regular" case .bookContacts24Filled: return "ic_fluent_book_contacts_24_filled" case .bookContacts24Regular: return "ic_fluent_book_contacts_24_regular" + default: break } + switch self { case .bookContacts28Filled: return "ic_fluent_book_contacts_28_filled" case .bookContacts28Regular: return "ic_fluent_book_contacts_28_regular" case .bookContacts32Filled: return "ic_fluent_book_contacts_32_filled" @@ -13774,8 +14061,6 @@ import Foundation case .bookGlobe20Regular: return "ic_fluent_book_globe_20_regular" case .bookGlobe24Filled: return "ic_fluent_book_globe_24_filled" case .bookGlobe24Regular: return "ic_fluent_book_globe_24_regular" - default: break } - switch self { case .bookInformation20Filled: return "ic_fluent_book_information_20_filled" case .bookInformation20Regular: return "ic_fluent_book_information_20_regular" case .bookInformation24Filled: return "ic_fluent_book_information_24_filled" @@ -13860,6 +14145,8 @@ import Foundation case .bookmarkMultiple16Regular: return "ic_fluent_bookmark_multiple_16_regular" case .bookmarkMultiple20Filled: return "ic_fluent_bookmark_multiple_20_filled" case .bookmarkMultiple20Regular: return "ic_fluent_bookmark_multiple_20_regular" + default: break } + switch self { case .bookmarkMultiple24Filled: return "ic_fluent_bookmark_multiple_24_filled" case .bookmarkMultiple24Regular: return "ic_fluent_bookmark_multiple_24_regular" case .bookmarkMultiple28Filled: return "ic_fluent_bookmark_multiple_28_filled" @@ -13876,8 +14163,6 @@ import Foundation case .bookmarkSearch20Regular: return "ic_fluent_bookmark_search_20_regular" case .bookmarkSearch24Filled: return "ic_fluent_bookmark_search_24_filled" case .bookmarkSearch24Regular: return "ic_fluent_bookmark_search_24_regular" - default: break } - switch self { case .borderAll16Filled: return "ic_fluent_border_all_16_filled" case .borderAll16Regular: return "ic_fluent_border_all_16_regular" case .borderAll20Filled: return "ic_fluent_border_all_20_filled" @@ -13962,6 +14247,8 @@ import Foundation case .box20Regular: return "ic_fluent_box_20_regular" case .box24Filled: return "ic_fluent_box_24_filled" case .box24Regular: return "ic_fluent_box_24_regular" + default: break } + switch self { case .boxArrowLeft20Filled: return "ic_fluent_box_arrow_left_20_filled" case .boxArrowLeft20Regular: return "ic_fluent_box_arrow_left_20_regular" case .boxArrowLeft24Filled: return "ic_fluent_box_arrow_left_24_filled" @@ -13978,8 +14265,6 @@ import Foundation case .boxDismiss20Regular: return "ic_fluent_box_dismiss_20_regular" case .boxDismiss24Filled: return "ic_fluent_box_dismiss_24_filled" case .boxDismiss24Regular: return "ic_fluent_box_dismiss_24_regular" - default: break } - switch self { case .boxEdit20Filled: return "ic_fluent_box_edit_20_filled" case .boxEdit20Regular: return "ic_fluent_box_edit_20_regular" case .boxEdit24Filled: return "ic_fluent_box_edit_24_filled" @@ -14024,6 +14309,10 @@ import Foundation case .braces32Regular: return "ic_fluent_braces_32_regular" case .braces48Filled: return "ic_fluent_braces_48_filled" case .braces48Regular: return "ic_fluent_braces_48_regular" + case .bracesCheckmark16Filled: return "ic_fluent_braces_checkmark_16_filled" + case .bracesCheckmark16Regular: return "ic_fluent_braces_checkmark_16_regular" + 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" case .bracesVariable20Regular: return "ic_fluent_braces_variable_20_regular" case .bracesVariable24Filled: return "ic_fluent_braces_variable_24_filled" @@ -14032,6 +14321,8 @@ import Foundation case .brainCircuit20Regular: return "ic_fluent_brain_circuit_20_regular" case .brainCircuit24Filled: return "ic_fluent_brain_circuit_24_filled" case .brainCircuit24Regular: return "ic_fluent_brain_circuit_24_regular" + case .branch16Filled: return "ic_fluent_branch_16_filled" + case .branch16Regular: return "ic_fluent_branch_16_regular" case .branch20Filled: return "ic_fluent_branch_20_filled" case .branch20Regular: return "ic_fluent_branch_20_regular" case .branch24Filled: return "ic_fluent_branch_24_filled" @@ -14058,6 +14349,8 @@ import Foundation case .branchForkLink20Regular: return "ic_fluent_branch_fork_link_20_regular" case .branchForkLink24Filled: return "ic_fluent_branch_fork_link_24_filled" case .branchForkLink24Regular: return "ic_fluent_branch_fork_link_24_regular" + default: break } + switch self { case .branchRequest20Filled: return "ic_fluent_branch_request_20_filled" case .branchRequest20Regular: return "ic_fluent_branch_request_20_regular" case .breakoutRoom20Filled: return "ic_fluent_breakout_room_20_filled" @@ -14080,8 +14373,6 @@ import Foundation case .briefcase32Regular: return "ic_fluent_briefcase_32_regular" case .briefcase48Filled: return "ic_fluent_briefcase_48_filled" case .briefcase48Regular: return "ic_fluent_briefcase_48_regular" - default: break } - switch self { case .briefcaseMedical16Filled: return "ic_fluent_briefcase_medical_16_filled" case .briefcaseMedical16Regular: return "ic_fluent_briefcase_medical_16_regular" case .briefcaseMedical20Filled: return "ic_fluent_briefcase_medical_20_filled" @@ -14160,6 +14451,8 @@ import Foundation case .building24Regular: return "ic_fluent_building_24_regular" case .buildingBank16Filled: return "ic_fluent_building_bank_16_filled" case .buildingBank16Regular: return "ic_fluent_building_bank_16_regular" + default: break } + switch self { case .buildingBank20Filled: return "ic_fluent_building_bank_20_filled" case .buildingBank20Regular: return "ic_fluent_building_bank_20_regular" case .buildingBank24Filled: return "ic_fluent_building_bank_24_filled" @@ -14182,8 +14475,6 @@ import Foundation case .buildingBankToolbox20Regular: return "ic_fluent_building_bank_toolbox_20_regular" case .buildingBankToolbox24Filled: return "ic_fluent_building_bank_toolbox_24_filled" case .buildingBankToolbox24Regular: return "ic_fluent_building_bank_toolbox_24_regular" - default: break } - switch self { case .buildingDesktop16Filled: return "ic_fluent_building_desktop_16_filled" case .buildingDesktop16Regular: return "ic_fluent_building_desktop_16_regular" case .buildingDesktop20Filled: return "ic_fluent_building_desktop_20_filled" @@ -14262,6 +14553,8 @@ import Foundation case .buildingSkyscraper24Regular: return "ic_fluent_building_skyscraper_24_regular" case .buildingTownhouse20Filled: return "ic_fluent_building_townhouse_20_filled" case .buildingTownhouse20Regular: return "ic_fluent_building_townhouse_20_regular" + default: break } + switch self { 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" @@ -14284,8 +14577,6 @@ import Foundation case .calculatorMultiple24Regular: return "ic_fluent_calculator_multiple_24_regular" case .calendar12Filled: return "ic_fluent_calendar_12_filled" case .calendar12Regular: return "ic_fluent_calendar_12_regular" - default: break } - switch self { case .calendar16Filled: return "ic_fluent_calendar_16_filled" case .calendar16Regular: return "ic_fluent_calendar_16_regular" case .calendar20Filled: return "ic_fluent_calendar_20_filled" @@ -14320,6 +14611,18 @@ import Foundation case .calendarAgenda24Regular: return "ic_fluent_calendar_agenda_24_regular" case .calendarAgenda28Filled: return "ic_fluent_calendar_agenda_28_filled" case .calendarAgenda28Regular: return "ic_fluent_calendar_agenda_28_regular" + case .calendarArrowCounterclockwise16Filled: return "ic_fluent_calendar_arrow_counterclockwise_16_filled" + case .calendarArrowCounterclockwise16Regular: return "ic_fluent_calendar_arrow_counterclockwise_16_regular" + case .calendarArrowCounterclockwise20Filled: return "ic_fluent_calendar_arrow_counterclockwise_20_filled" + case .calendarArrowCounterclockwise20Regular: return "ic_fluent_calendar_arrow_counterclockwise_20_regular" + case .calendarArrowCounterclockwise24Filled: return "ic_fluent_calendar_arrow_counterclockwise_24_filled" + case .calendarArrowCounterclockwise24Regular: return "ic_fluent_calendar_arrow_counterclockwise_24_regular" + case .calendarArrowCounterclockwise28Filled: return "ic_fluent_calendar_arrow_counterclockwise_28_filled" + case .calendarArrowCounterclockwise28Regular: return "ic_fluent_calendar_arrow_counterclockwise_28_regular" + case .calendarArrowCounterclockwise32Filled: return "ic_fluent_calendar_arrow_counterclockwise_32_filled" + case .calendarArrowCounterclockwise32Regular: return "ic_fluent_calendar_arrow_counterclockwise_32_regular" + case .calendarArrowCounterclockwise48Filled: return "ic_fluent_calendar_arrow_counterclockwise_48_filled" + case .calendarArrowCounterclockwise48Regular: return "ic_fluent_calendar_arrow_counterclockwise_48_regular" 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" @@ -14352,6 +14655,8 @@ import Foundation case .calendarCheckmark20Regular: return "ic_fluent_calendar_checkmark_20_regular" case .calendarCheckmark24Filled: return "ic_fluent_calendar_checkmark_24_filled" case .calendarCheckmark24Regular: return "ic_fluent_calendar_checkmark_24_regular" + default: break } + switch self { case .calendarCheckmark28Filled: return "ic_fluent_calendar_checkmark_28_filled" case .calendarCheckmark28Regular: return "ic_fluent_calendar_checkmark_28_regular" case .calendarClock16Filled: return "ic_fluent_calendar_clock_16_filled" @@ -14386,8 +14691,6 @@ import Foundation case .calendarEmpty16Regular: return "ic_fluent_calendar_empty_16_regular" case .calendarEmpty20Filled: return "ic_fluent_calendar_empty_20_filled" case .calendarEmpty20Regular: return "ic_fluent_calendar_empty_20_regular" - default: break } - switch self { case .calendarEmpty24Filled: return "ic_fluent_calendar_empty_24_filled" case .calendarEmpty24Regular: return "ic_fluent_calendar_empty_24_regular" case .calendarEmpty28Filled: return "ic_fluent_calendar_empty_28_filled" @@ -14454,6 +14757,16 @@ import Foundation case .calendarPhone16Regular: return "ic_fluent_calendar_phone_16_regular" case .calendarPhone20Filled: return "ic_fluent_calendar_phone_20_filled" case .calendarPhone20Regular: return "ic_fluent_calendar_phone_20_regular" + default: break } + switch self { + case .calendarPlay16Filled: return "ic_fluent_calendar_play_16_filled" + case .calendarPlay16Regular: return "ic_fluent_calendar_play_16_regular" + case .calendarPlay20Filled: return "ic_fluent_calendar_play_20_filled" + case .calendarPlay20Regular: return "ic_fluent_calendar_play_20_regular" + case .calendarPlay24Filled: return "ic_fluent_calendar_play_24_filled" + case .calendarPlay24Regular: return "ic_fluent_calendar_play_24_regular" + case .calendarPlay28Filled: return "ic_fluent_calendar_play_28_filled" + case .calendarPlay28Regular: return "ic_fluent_calendar_play_28_regular" case .calendarQuestionMark16Filled: return "ic_fluent_calendar_question_mark_16_filled" case .calendarQuestionMark16Regular: return "ic_fluent_calendar_question_mark_16_regular" case .calendarQuestionMark20Filled: return "ic_fluent_calendar_question_mark_20_filled" @@ -14484,12 +14797,22 @@ import Foundation case .calendarSettings32Regular: return "ic_fluent_calendar_settings_32_regular" case .calendarSettings48Filled: return "ic_fluent_calendar_settings_48_filled" 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" + case .calendarShield20Filled: return "ic_fluent_calendar_shield_20_filled" + case .calendarShield20Regular: return "ic_fluent_calendar_shield_20_regular" + case .calendarShield24Filled: return "ic_fluent_calendar_shield_24_filled" + case .calendarShield24Regular: return "ic_fluent_calendar_shield_24_regular" + case .calendarShield28Filled: return "ic_fluent_calendar_shield_28_filled" + case .calendarShield28Regular: return "ic_fluent_calendar_shield_28_regular" + case .calendarShield32Filled: return "ic_fluent_calendar_shield_32_filled" + case .calendarShield32Regular: return "ic_fluent_calendar_shield_32_regular" + case .calendarShield48Filled: return "ic_fluent_calendar_shield_48_filled" + case .calendarShield48Regular: return "ic_fluent_calendar_shield_48_regular" 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" case .calendarStar20Regular: return "ic_fluent_calendar_star_20_regular" - default: break } - switch self { case .calendarStar24Filled: return "ic_fluent_calendar_star_24_filled" case .calendarStar24Regular: return "ic_fluent_calendar_star_24_regular" case .calendarSync16Filled: return "ic_fluent_calendar_sync_16_filled" @@ -14536,6 +14859,8 @@ import Foundation case .call20Regular: return "ic_fluent_call_20_regular" case .call24Filled: return "ic_fluent_call_24_filled" case .call24Regular: return "ic_fluent_call_24_regular" + default: break } + switch self { case .call28Filled: return "ic_fluent_call_28_filled" case .call28Regular: return "ic_fluent_call_28_regular" case .call32Filled: return "ic_fluent_call_32_filled" @@ -14590,8 +14915,6 @@ import Foundation case .callInbound28Regular: return "ic_fluent_call_inbound_28_regular" case .callInbound48Filled: return "ic_fluent_call_inbound_48_filled" case .callInbound48Regular: return "ic_fluent_call_inbound_48_regular" - default: break } - switch self { case .callMissed12Filled: return "ic_fluent_call_missed_12_filled" case .callMissed12Regular: return "ic_fluent_call_missed_12_regular" case .callMissed16Filled: return "ic_fluent_call_missed_16_filled" @@ -14638,12 +14961,18 @@ import Foundation case .callProhibited24Regular: return "ic_fluent_call_prohibited_24_regular" case .callProhibited28Filled: return "ic_fluent_call_prohibited_28_filled" case .callProhibited28Regular: return "ic_fluent_call_prohibited_28_regular" + default: break } + switch self { case .callProhibited48Filled: return "ic_fluent_call_prohibited_48_filled" case .callProhibited48Regular: return "ic_fluent_call_prohibited_48_regular" 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" 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" + case .callTransfer32Filled: return "ic_fluent_call_transfer_32_filled" + case .callTransfer32Regular: return "ic_fluent_call_transfer_32_regular" case .callWarning16Filled: return "ic_fluent_call_warning_16_filled" case .callWarning16Regular: return "ic_fluent_call_warning_16_regular" case .callWarning20Filled: return "ic_fluent_call_warning_20_filled" @@ -14684,6 +15013,8 @@ import Foundation case .cameraDome48Regular: return "ic_fluent_camera_dome_48_regular" case .cameraEdit20Filled: return "ic_fluent_camera_edit_20_filled" case .cameraEdit20Regular: return "ic_fluent_camera_edit_20_regular" + case .cameraOff16Filled: return "ic_fluent_camera_off_16_filled" + case .cameraOff16Regular: return "ic_fluent_camera_off_16_regular" case .cameraOff20Filled: return "ic_fluent_camera_off_20_filled" case .cameraOff20Regular: return "ic_fluent_camera_off_20_regular" case .cameraOff24Filled: return "ic_fluent_camera_off_24_filled" @@ -14692,8 +15023,6 @@ import Foundation case .cameraSparkles16Regular: return "ic_fluent_camera_sparkles_16_regular" case .cameraSparkles20Filled: return "ic_fluent_camera_sparkles_20_filled" case .cameraSparkles20Regular: return "ic_fluent_camera_sparkles_20_regular" - default: break } - switch self { case .cameraSparkles24Filled: return "ic_fluent_camera_sparkles_24_filled" case .cameraSparkles24Regular: return "ic_fluent_camera_sparkles_24_regular" case .cameraSwitch20Filled: return "ic_fluent_camera_switch_20_filled" @@ -14734,6 +15063,8 @@ import Foundation case .caretRight24Regular: return "ic_fluent_caret_right_24_regular" case .caretUp12Filled: return "ic_fluent_caret_up_12_filled" case .caretUp12Regular: return "ic_fluent_caret_up_12_regular" + default: break } + switch self { case .caretUp16Filled: return "ic_fluent_caret_up_16_filled" case .caretUp16Regular: return "ic_fluent_caret_up_16_regular" case .caretUp20Filled: return "ic_fluent_caret_up_20_filled" @@ -14758,6 +15089,8 @@ import Foundation case .catchUp20Regular: return "ic_fluent_catch_up_20_regular" 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" + 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" case .cellular3G24Filled: return "ic_fluent_cellular_3g_24_filled" @@ -14794,8 +15127,6 @@ import Foundation case .cellularOff20Regular: return "ic_fluent_cellular_off_20_regular" case .cellularOff24Filled: return "ic_fluent_cellular_off_24_filled" case .cellularOff24Regular: return "ic_fluent_cellular_off_24_regular" - default: break } - switch self { case .cellularWarning20Filled: return "ic_fluent_cellular_warning_20_filled" case .cellularWarning20Regular: return "ic_fluent_cellular_warning_20_regular" case .cellularWarning24Filled: return "ic_fluent_cellular_warning_24_filled" @@ -14808,6 +15139,8 @@ import Foundation case .centerVertical20Regular: return "ic_fluent_center_vertical_20_regular" case .centerVertical24Filled: return "ic_fluent_center_vertical_24_filled" case .centerVertical24Regular: return "ic_fluent_center_vertical_24_regular" + case .certificate16Filled: return "ic_fluent_certificate_16_filled" + case .certificate16Regular: return "ic_fluent_certificate_16_regular" case .certificate20Filled: return "ic_fluent_certificate_20_filled" case .certificate20Regular: return "ic_fluent_certificate_20_regular" case .certificate24Filled: return "ic_fluent_certificate_24_filled" @@ -14832,6 +15165,8 @@ import Foundation case .channelAdd28Regular: return "ic_fluent_channel_add_28_regular" case .channelAdd48Filled: return "ic_fluent_channel_add_48_filled" case .channelAdd48Regular: return "ic_fluent_channel_add_48_regular" + default: break } + switch self { case .channelAlert16Filled: return "ic_fluent_channel_alert_16_filled" case .channelAlert16Regular: return "ic_fluent_channel_alert_16_regular" case .channelAlert20Filled: return "ic_fluent_channel_alert_20_filled" @@ -14896,8 +15231,6 @@ import Foundation case .chartPerson28Regular: return "ic_fluent_chart_person_28_regular" case .chartPerson48Filled: return "ic_fluent_chart_person_48_filled" case .chartPerson48Regular: return "ic_fluent_chart_person_48_regular" - default: break } - switch self { case .chat12Filled: return "ic_fluent_chat_12_filled" case .chat12Regular: return "ic_fluent_chat_12_regular" case .chat16Filled: return "ic_fluent_chat_16_filled" @@ -14934,6 +15267,8 @@ import Foundation case .chatArrowDoubleBack20Regular: return "ic_fluent_chat_arrow_double_back_20_regular" case .chatBubbles28Filled: return "ic_fluent_chat_bubbles_28_filled" case .chatBubbles28Regular: return "ic_fluent_chat_bubbles_28_regular" + default: break } + switch self { case .chatBubbles32Filled: return "ic_fluent_chat_bubbles_32_filled" case .chatBubbles32Regular: return "ic_fluent_chat_bubbles_32_regular" case .chatBubblesQuestion16Filled: return "ic_fluent_chat_bubbles_question_16_filled" @@ -14998,8 +15333,6 @@ import Foundation case .chatVideo24Regular: return "ic_fluent_chat_video_24_regular" case .chatWarning16Filled: return "ic_fluent_chat_warning_16_filled" case .chatWarning16Regular: return "ic_fluent_chat_warning_16_regular" - default: break } - switch self { case .chatWarning20Filled: return "ic_fluent_chat_warning_20_filled" case .chatWarning20Regular: return "ic_fluent_chat_warning_20_regular" case .chatWarning24Filled: return "ic_fluent_chat_warning_24_filled" @@ -15036,6 +15369,8 @@ import Foundation case .checkboxIndeterminate20Regular: return "ic_fluent_checkbox_indeterminate_20_regular" case .checkboxIndeterminate24Filled: return "ic_fluent_checkbox_indeterminate_24_filled" case .checkboxIndeterminate24Regular: return "ic_fluent_checkbox_indeterminate_24_regular" + default: break } + switch self { case .checkboxPerson16Filled: return "ic_fluent_checkbox_person_16_filled" case .checkboxPerson16Regular: return "ic_fluent_checkbox_person_16_regular" case .checkboxPerson20Filled: return "ic_fluent_checkbox_person_20_filled" @@ -15100,8 +15435,6 @@ import Foundation case .checkmarkStarburst24Regular: return "ic_fluent_checkmark_starburst_24_regular" case .checkmarkUnderlineCircle16Filled: return "ic_fluent_checkmark_underline_circle_16_filled" case .checkmarkUnderlineCircle16Regular: return "ic_fluent_checkmark_underline_circle_16_regular" - default: break } - switch self { case .checkmarkUnderlineCircle20Filled: return "ic_fluent_checkmark_underline_circle_20_filled" case .checkmarkUnderlineCircle20Regular: return "ic_fluent_checkmark_underline_circle_20_regular" case .chess20Filled: return "ic_fluent_chess_20_filled" @@ -15138,6 +15471,8 @@ import Foundation case .chevronCircleRight12Regular: return "ic_fluent_chevron_circle_right_12_regular" case .chevronCircleRight16Filled: return "ic_fluent_chevron_circle_right_16_filled" case .chevronCircleRight16Regular: return "ic_fluent_chevron_circle_right_16_regular" + default: break } + switch self { case .chevronCircleRight20Filled: return "ic_fluent_chevron_circle_right_20_filled" case .chevronCircleRight20Regular: return "ic_fluent_chevron_circle_right_20_regular" case .chevronCircleRight24Filled: return "ic_fluent_chevron_circle_right_24_filled" @@ -15202,8 +15537,6 @@ import Foundation case .chevronLeft28Regular: return "ic_fluent_chevron_left_28_regular" case .chevronLeft48Filled: return "ic_fluent_chevron_left_48_filled" case .chevronLeft48Regular: return "ic_fluent_chevron_left_48_regular" - default: break } - switch self { case .chevronRight12Filled: return "ic_fluent_chevron_right_12_filled" case .chevronRight12Regular: return "ic_fluent_chevron_right_12_regular" case .chevronRight16Filled: return "ic_fluent_chevron_right_16_filled" @@ -15240,6 +15573,8 @@ import Foundation case .circle16Regular: return "ic_fluent_circle_16_regular" case .circle20Filled: return "ic_fluent_circle_20_filled" case .circle20Regular: return "ic_fluent_circle_20_regular" + default: break } + switch self { case .circle24Filled: return "ic_fluent_circle_24_filled" case .circle24Regular: return "ic_fluent_circle_24_regular" case .circle32Filled: return "ic_fluent_circle_32_filled" @@ -15304,8 +15639,6 @@ import Foundation case .clearFormatting16Regular: return "ic_fluent_clear_formatting_16_regular" case .clearFormatting20Filled: return "ic_fluent_clear_formatting_20_filled" case .clearFormatting20Regular: return "ic_fluent_clear_formatting_20_regular" - default: break } - switch self { case .clearFormatting24Filled: return "ic_fluent_clear_formatting_24_filled" case .clearFormatting24Regular: return "ic_fluent_clear_formatting_24_regular" case .clipboard16Filled: return "ic_fluent_clipboard_16_filled" @@ -15342,6 +15675,8 @@ import Foundation case .clipboardClock24Regular: return "ic_fluent_clipboard_clock_24_regular" case .clipboardCode16Filled: return "ic_fluent_clipboard_code_16_filled" case .clipboardCode16Regular: return "ic_fluent_clipboard_code_16_regular" + default: break } + switch self { 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" @@ -15360,6 +15695,8 @@ import Foundation case .clipboardDay24Regular: return "ic_fluent_clipboard_day_24_regular" case .clipboardEdit20Filled: return "ic_fluent_clipboard_edit_20_filled" case .clipboardEdit20Regular: return "ic_fluent_clipboard_edit_20_regular" + case .clipboardError16Filled: return "ic_fluent_clipboard_error_16_filled" + case .clipboardError16Regular: return "ic_fluent_clipboard_error_16_regular" case .clipboardError20Filled: return "ic_fluent_clipboard_error_20_filled" case .clipboardError20Regular: return "ic_fluent_clipboard_error_20_regular" case .clipboardError24Filled: return "ic_fluent_clipboard_error_24_filled" @@ -15394,6 +15731,10 @@ import Foundation case .clipboardMore20Regular: return "ic_fluent_clipboard_more_20_regular" case .clipboardMore24Filled: return "ic_fluent_clipboard_more_24_filled" case .clipboardMore24Regular: return "ic_fluent_clipboard_more_24_regular" + case .clipboardMultiple16Filled: return "ic_fluent_clipboard_multiple_16_filled" + case .clipboardMultiple16Regular: return "ic_fluent_clipboard_multiple_16_regular" + case .clipboardNote16Filled: return "ic_fluent_clipboard_note_16_filled" + case .clipboardNote16Regular: return "ic_fluent_clipboard_note_16_regular" case .clipboardNote20Filled: return "ic_fluent_clipboard_note_20_filled" case .clipboardNote20Regular: return "ic_fluent_clipboard_note_20_regular" case .clipboardPaste16Filled: return "ic_fluent_clipboard_paste_16_filled" @@ -15406,8 +15747,6 @@ import Foundation case .clipboardPulse20Regular: return "ic_fluent_clipboard_pulse_20_regular" case .clipboardPulse24Filled: return "ic_fluent_clipboard_pulse_24_filled" case .clipboardPulse24Regular: return "ic_fluent_clipboard_pulse_24_regular" - default: break } - switch self { case .clipboardSearch20Filled: return "ic_fluent_clipboard_search_20_filled" case .clipboardSearch20Regular: return "ic_fluent_clipboard_search_20_regular" case .clipboardSearch24Filled: return "ic_fluent_clipboard_search_24_filled" @@ -15416,6 +15755,8 @@ import Foundation case .clipboardSettings20Regular: return "ic_fluent_clipboard_settings_20_regular" case .clipboardSettings24Filled: return "ic_fluent_clipboard_settings_24_filled" case .clipboardSettings24Regular: return "ic_fluent_clipboard_settings_24_regular" + 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" case .clipboardTask20Regular: return "ic_fluent_clipboard_task_20_regular" case .clipboardTask24Filled: return "ic_fluent_clipboard_task_24_filled" @@ -15428,12 +15769,16 @@ import Foundation case .clipboardTaskList20Regular: return "ic_fluent_clipboard_task_list_20_regular" case .clipboardTaskList24Filled: return "ic_fluent_clipboard_task_list_24_filled" case .clipboardTaskList24Regular: return "ic_fluent_clipboard_task_list_24_regular" + case .clipboardText16Filled: return "ic_fluent_clipboard_text_16_filled" + case .clipboardText16Regular: return "ic_fluent_clipboard_text_16_regular" case .clipboardText20Filled: return "ic_fluent_clipboard_text_20_filled" case .clipboardText20Regular: return "ic_fluent_clipboard_text_20_regular" case .clipboardText24Filled: return "ic_fluent_clipboard_text_24_filled" case .clipboardText24Regular: return "ic_fluent_clipboard_text_24_regular" case .clipboardText32Filled: return "ic_fluent_clipboard_text_32_filled" case .clipboardText32Regular: return "ic_fluent_clipboard_text_32_regular" + default: break } + switch self { case .clipboardTextEdit20Filled: return "ic_fluent_clipboard_text_edit_20_filled" case .clipboardTextEdit20Regular: return "ic_fluent_clipboard_text_edit_20_regular" case .clipboardTextEdit24Filled: return "ic_fluent_clipboard_text_edit_24_filled" @@ -15508,8 +15853,6 @@ import Foundation case .cloud24Regular: return "ic_fluent_cloud_24_regular" case .cloud28Filled: return "ic_fluent_cloud_28_filled" case .cloud28Regular: return "ic_fluent_cloud_28_regular" - default: break } - switch self { case .cloud32Filled: return "ic_fluent_cloud_32_filled" case .cloud32Regular: return "ic_fluent_cloud_32_regular" case .cloud48Filled: return "ic_fluent_cloud_48_filled" @@ -15518,6 +15861,8 @@ import Foundation case .cloudAdd16Regular: return "ic_fluent_cloud_add_16_regular" case .cloudAdd20Filled: return "ic_fluent_cloud_add_20_filled" case .cloudAdd20Regular: return "ic_fluent_cloud_add_20_regular" + case .cloudAdd24Filled: return "ic_fluent_cloud_add_24_filled" + case .cloudAdd24Regular: return "ic_fluent_cloud_add_24_regular" case .cloudArchive16Filled: return "ic_fluent_cloud_archive_16_filled" case .cloudArchive16Regular: return "ic_fluent_cloud_archive_16_regular" case .cloudArchive20Filled: return "ic_fluent_cloud_archive_20_filled" @@ -15534,6 +15879,8 @@ import Foundation case .cloudArrowDown16Regular: return "ic_fluent_cloud_arrow_down_16_regular" case .cloudArrowDown20Filled: return "ic_fluent_cloud_arrow_down_20_filled" case .cloudArrowDown20Regular: return "ic_fluent_cloud_arrow_down_20_regular" + default: break } + switch self { case .cloudArrowDown24Filled: return "ic_fluent_cloud_arrow_down_24_filled" case .cloudArrowDown24Regular: return "ic_fluent_cloud_arrow_down_24_regular" case .cloudArrowDown28Filled: return "ic_fluent_cloud_arrow_down_28_filled" @@ -15582,6 +15929,8 @@ import Foundation case .cloudEdit16Regular: return "ic_fluent_cloud_edit_16_regular" case .cloudEdit20Filled: return "ic_fluent_cloud_edit_20_filled" case .cloudEdit20Regular: return "ic_fluent_cloud_edit_20_regular" + case .cloudEdit24Filled: return "ic_fluent_cloud_edit_24_filled" + case .cloudEdit24Regular: return "ic_fluent_cloud_edit_24_regular" case .cloudError16Filled: return "ic_fluent_cloud_error_16_filled" case .cloudError16Regular: return "ic_fluent_cloud_error_16_regular" case .cloudError20Filled: return "ic_fluent_cloud_error_20_filled" @@ -15602,6 +15951,8 @@ import Foundation case .cloudLink16Regular: return "ic_fluent_cloud_link_16_regular" 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" + 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" case .cloudOff20Filled: return "ic_fluent_cloud_off_20_filled" @@ -15610,8 +15961,6 @@ import Foundation case .cloudOff24Regular: return "ic_fluent_cloud_off_24_regular" case .cloudOff28Filled: return "ic_fluent_cloud_off_28_filled" case .cloudOff28Regular: return "ic_fluent_cloud_off_28_regular" - default: break } - switch self { case .cloudOff32Filled: return "ic_fluent_cloud_off_32_filled" case .cloudOff32Regular: return "ic_fluent_cloud_off_32_regular" case .cloudOff48Filled: return "ic_fluent_cloud_off_48_filled" @@ -15632,6 +15981,8 @@ import Foundation case .cloudSync32Regular: return "ic_fluent_cloud_sync_32_regular" case .cloudSync48Filled: return "ic_fluent_cloud_sync_48_filled" case .cloudSync48Regular: return "ic_fluent_cloud_sync_48_regular" + default: break } + switch self { case .cloudWords16Filled: return "ic_fluent_cloud_words_16_filled" case .cloudWords16Regular: return "ic_fluent_cloud_words_16_regular" case .cloudWords20Filled: return "ic_fluent_cloud_words_20_filled" @@ -15664,12 +16015,42 @@ import Foundation case .codeBlock48Regular: return "ic_fluent_code_block_48_regular" case .codeCircle20Filled: return "ic_fluent_code_circle_20_filled" case .codeCircle20Regular: return "ic_fluent_code_circle_20_regular" + case .codeCs16Filled: return "ic_fluent_code_cs_16_filled" + case .codeCs16Regular: return "ic_fluent_code_cs_16_regular" + case .codeCsRectangle16Filled: return "ic_fluent_code_cs_rectangle_16_filled" + case .codeCsRectangle16Regular: return "ic_fluent_code_cs_rectangle_16_regular" + case .codeFs16Filled: return "ic_fluent_code_fs_16_filled" + case .codeFs16Regular: return "ic_fluent_code_fs_16_regular" + case .codeFsRectangle16Filled: return "ic_fluent_code_fs_rectangle_16_filled" + case .codeFsRectangle16Regular: return "ic_fluent_code_fs_rectangle_16_regular" + case .codeJs16Filled: return "ic_fluent_code_js_16_filled" + case .codeJs16Regular: return "ic_fluent_code_js_16_regular" + case .codeJsRectangle16Filled: return "ic_fluent_code_js_rectangle_16_filled" + case .codeJsRectangle16Regular: return "ic_fluent_code_js_rectangle_16_regular" + case .codePy16Filled: return "ic_fluent_code_py_16_filled" + case .codePy16Regular: return "ic_fluent_code_py_16_regular" + case .codePyRectangle16Filled: return "ic_fluent_code_py_rectangle_16_filled" + case .codePyRectangle16Regular: return "ic_fluent_code_py_rectangle_16_regular" + case .codeRb16Filled: return "ic_fluent_code_rb_16_filled" + case .codeRb16Regular: return "ic_fluent_code_rb_16_regular" + case .codeRbRectangle16Filled: return "ic_fluent_code_rb_rectangle_16_filled" + case .codeRbRectangle16Regular: return "ic_fluent_code_rb_rectangle_16_regular" 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" 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" + case .codeTextOff16Filled: return "ic_fluent_code_text_off_16_filled" + case .codeTextOff16Regular: return "ic_fluent_code_text_off_16_regular" + case .codeTs16Filled: return "ic_fluent_code_ts_16_filled" + case .codeTs16Regular: return "ic_fluent_code_ts_16_regular" + case .codeTsRectangle16Filled: return "ic_fluent_code_ts_rectangle_16_filled" + case .codeTsRectangle16Regular: return "ic_fluent_code_ts_rectangle_16_regular" + case .codeVb16Filled: return "ic_fluent_code_vb_16_filled" + case .codeVb16Regular: return "ic_fluent_code_vb_16_regular" + case .codeVbRectangle16Filled: return "ic_fluent_code_vb_rectangle_16_filled" + case .codeVbRectangle16Regular: return "ic_fluent_code_vb_rectangle_16_regular" case .collections20Filled: return "ic_fluent_collections_20_filled" case .collections20Regular: return "ic_fluent_collections_20_regular" case .collections24Filled: return "ic_fluent_collections_24_filled" @@ -15702,6 +16083,8 @@ import Foundation case .colorFillAccent20Regular: return "ic_fluent_color_fill_accent_20_regular" case .colorFillAccent24Regular: return "ic_fluent_color_fill_accent_24_regular" case .colorFillAccent28Regular: return "ic_fluent_color_fill_accent_28_regular" + default: break } + switch self { case .colorLine16Filled: return "ic_fluent_color_line_16_filled" case .colorLine16Regular: return "ic_fluent_color_line_16_regular" case .colorLine20Filled: return "ic_fluent_color_line_20_filled" @@ -15712,8 +16095,6 @@ import Foundation case .colorLineAccent20Regular: return "ic_fluent_color_line_accent_20_regular" case .colorLineAccent24Regular: return "ic_fluent_color_line_accent_24_regular" case .column20Filled: return "ic_fluent_column_20_filled" - default: break } - switch self { case .column20Regular: return "ic_fluent_column_20_regular" case .columnArrowRight20Filled: return "ic_fluent_column_arrow_right_20_filled" case .columnArrowRight20Regular: return "ic_fluent_column_arrow_right_20_regular" @@ -15804,6 +16185,8 @@ import Foundation case .commentEdit24Filled: return "ic_fluent_comment_edit_24_filled" case .commentEdit24Regular: return "ic_fluent_comment_edit_24_regular" case .commentError16Filled: return "ic_fluent_comment_error_16_filled" + default: break } + switch self { case .commentError16Regular: return "ic_fluent_comment_error_16_regular" case .commentError20Filled: return "ic_fluent_comment_error_20_filled" case .commentError20Regular: return "ic_fluent_comment_error_20_regular" @@ -15814,8 +16197,6 @@ import Foundation case .commentLightning24Filled: return "ic_fluent_comment_lightning_24_filled" case .commentLightning24Regular: return "ic_fluent_comment_lightning_24_regular" case .commentMention16Filled: return "ic_fluent_comment_mention_16_filled" - default: break } - switch self { case .commentMention16Regular: return "ic_fluent_comment_mention_16_regular" case .commentMention20Filled: return "ic_fluent_comment_mention_20_filled" case .commentMention20Regular: return "ic_fluent_comment_mention_20_regular" @@ -15893,6 +16274,8 @@ import Foundation case .compose24Regular: return "ic_fluent_compose_24_regular" case .compose28Filled: return "ic_fluent_compose_28_filled" case .compose28Regular: return "ic_fluent_compose_28_regular" + case .cone16Filled: return "ic_fluent_cone_16_filled" + case .cone16Regular: return "ic_fluent_cone_16_regular" case .conferenceRoom16Filled: return "ic_fluent_conference_room_16_filled" case .conferenceRoom16Regular: return "ic_fluent_conference_room_16_regular" case .conferenceRoom20Filled: return "ic_fluent_conference_room_20_filled" @@ -15904,6 +16287,8 @@ import Foundation case .conferenceRoom48Filled: return "ic_fluent_conference_room_48_filled" case .conferenceRoom48Regular: return "ic_fluent_conference_room_48_regular" case .connected16Filled: return "ic_fluent_connected_16_filled" + default: break } + switch self { case .connected16Regular: return "ic_fluent_connected_16_regular" case .connected20Filled: return "ic_fluent_connected_20_filled" case .connected20Regular: return "ic_fluent_connected_20_regular" @@ -15916,8 +16301,6 @@ import Foundation case .contactCard16Filled: return "ic_fluent_contact_card_16_filled" case .contactCard16Regular: return "ic_fluent_contact_card_16_regular" case .contactCard20Filled: return "ic_fluent_contact_card_20_filled" - default: break } - switch self { case .contactCard20Regular: return "ic_fluent_contact_card_20_regular" case .contactCard24Filled: return "ic_fluent_contact_card_24_filled" case .contactCard24Regular: return "ic_fluent_contact_card_24_regular" @@ -16006,6 +16389,8 @@ import Foundation case .copy24Filled: return "ic_fluent_copy_24_filled" case .copy24Regular: return "ic_fluent_copy_24_regular" case .copyAdd20Filled: return "ic_fluent_copy_add_20_filled" + default: break } + switch self { case .copyAdd20Regular: return "ic_fluent_copy_add_20_regular" case .copyAdd24Filled: return "ic_fluent_copy_add_24_filled" case .copyAdd24Regular: return "ic_fluent_copy_add_24_regular" @@ -16018,8 +16403,6 @@ import Foundation case .copySelect20Filled: return "ic_fluent_copy_select_20_filled" case .copySelect20Regular: return "ic_fluent_copy_select_20_regular" case .couch12Filled: return "ic_fluent_couch_12_filled" - default: break } - switch self { case .couch12Regular: return "ic_fluent_couch_12_regular" case .couch20Filled: return "ic_fluent_couch_20_filled" case .couch20Regular: return "ic_fluent_couch_20_regular" @@ -16108,6 +16491,8 @@ import Foundation case .cubeTree24Filled: return "ic_fluent_cube_tree_24_filled" case .cubeTree24Regular: return "ic_fluent_cube_tree_24_regular" case .currencyDollarEuro16Filled: return "ic_fluent_currency_dollar_euro_16_filled" + default: break } + switch self { case .currencyDollarEuro16Regular: return "ic_fluent_currency_dollar_euro_16_regular" case .currencyDollarEuro20Filled: return "ic_fluent_currency_dollar_euro_20_filled" case .currencyDollarEuro20Regular: return "ic_fluent_currency_dollar_euro_20_regular" @@ -16120,8 +16505,6 @@ import Foundation case .currencyDollarRupee24Filled: return "ic_fluent_currency_dollar_rupee_24_filled" case .currencyDollarRupee24Regular: return "ic_fluent_currency_dollar_rupee_24_regular" case .cursor20Filled: return "ic_fluent_cursor_20_filled" - default: break } - switch self { case .cursor20Regular: return "ic_fluent_cursor_20_regular" case .cursor24Filled: return "ic_fluent_cursor_24_filled" case .cursor24Regular: return "ic_fluent_cursor_24_regular" @@ -16167,6 +16550,8 @@ import Foundation case .dataBarHorizontal20Regular: return "ic_fluent_data_bar_horizontal_20_regular" case .dataBarHorizontal24Filled: return "ic_fluent_data_bar_horizontal_24_filled" case .dataBarHorizontal24Regular: return "ic_fluent_data_bar_horizontal_24_regular" + case .dataBarHorizontalDescending16Filled: return "ic_fluent_data_bar_horizontal_descending_16_filled" + case .dataBarHorizontalDescending16Regular: return "ic_fluent_data_bar_horizontal_descending_16_regular" case .dataBarVertical16Filled: return "ic_fluent_data_bar_vertical_16_filled" case .dataBarVertical16Regular: return "ic_fluent_data_bar_vertical_16_regular" case .dataBarVertical20Filled: return "ic_fluent_data_bar_vertical_20_filled" @@ -16179,6 +16564,8 @@ import Foundation case .dataBarVerticalAdd20Regular: return "ic_fluent_data_bar_vertical_add_20_regular" case .dataBarVerticalAdd24Filled: return "ic_fluent_data_bar_vertical_add_24_filled" 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" case .dataBarVerticalStar16Filled: return "ic_fluent_data_bar_vertical_star_16_filled" case .dataBarVerticalStar16Regular: return "ic_fluent_data_bar_vertical_star_16_regular" case .dataBarVerticalStar20Filled: return "ic_fluent_data_bar_vertical_star_20_filled" @@ -16206,6 +16593,8 @@ import Foundation case .dataScatter20Filled: return "ic_fluent_data_scatter_20_filled" case .dataScatter20Regular: return "ic_fluent_data_scatter_20_regular" case .dataScatter24Filled: return "ic_fluent_data_scatter_24_filled" + default: break } + switch self { case .dataScatter24Regular: return "ic_fluent_data_scatter_24_regular" case .dataSunburst20Filled: return "ic_fluent_data_sunburst_20_filled" case .dataSunburst20Regular: return "ic_fluent_data_sunburst_20_regular" @@ -16222,8 +16611,6 @@ import Foundation case .dataTrending24Filled: return "ic_fluent_data_trending_24_filled" case .dataTrending24Regular: return "ic_fluent_data_trending_24_regular" case .dataTrending28Filled: return "ic_fluent_data_trending_28_filled" - default: break } - switch self { case .dataTrending28Regular: return "ic_fluent_data_trending_28_regular" case .dataTrending32Filled: return "ic_fluent_data_trending_32_filled" case .dataTrending32Regular: return "ic_fluent_data_trending_32_regular" @@ -16251,6 +16638,8 @@ import Foundation case .dataWhisker20Regular: return "ic_fluent_data_whisker_20_regular" case .dataWhisker24Filled: return "ic_fluent_data_whisker_24_filled" case .dataWhisker24Regular: return "ic_fluent_data_whisker_24_regular" + case .database16Filled: return "ic_fluent_database_16_filled" + case .database16Regular: return "ic_fluent_database_16_regular" case .database20Filled: return "ic_fluent_database_20_filled" case .database20Regular: return "ic_fluent_database_20_regular" case .database24Filled: return "ic_fluent_database_24_filled" @@ -16285,6 +16674,8 @@ import Foundation case .databaseSearch20Regular: return "ic_fluent_database_search_20_regular" case .databaseSearch24Filled: return "ic_fluent_database_search_24_filled" case .databaseSearch24Regular: return "ic_fluent_database_search_24_regular" + case .databaseStack16Filled: return "ic_fluent_database_stack_16_filled" + case .databaseStack16Regular: return "ic_fluent_database_stack_16_regular" case .databaseSwitch20Filled: return "ic_fluent_database_switch_20_filled" case .databaseSwitch20Regular: return "ic_fluent_database_switch_20_regular" case .databaseWarning20Filled: return "ic_fluent_database_warning_20_filled" @@ -16304,6 +16695,8 @@ import Foundation case .delete16Filled: return "ic_fluent_delete_16_filled" case .delete16Regular: return "ic_fluent_delete_16_regular" case .delete20Filled: return "ic_fluent_delete_20_filled" + default: break } + switch self { case .delete20Regular: return "ic_fluent_delete_20_regular" case .delete24Filled: return "ic_fluent_delete_24_filled" case .delete24Regular: return "ic_fluent_delete_24_regular" @@ -16324,8 +16717,6 @@ import Foundation case .deleteDismiss28Filled: return "ic_fluent_delete_dismiss_28_filled" case .deleteDismiss28Regular: return "ic_fluent_delete_dismiss_28_regular" case .deleteLines20Filled: return "ic_fluent_delete_lines_20_filled" - default: break } - switch self { case .deleteLines20Regular: return "ic_fluent_delete_lines_20_regular" case .deleteOff20Filled: return "ic_fluent_delete_off_20_filled" case .deleteOff20Regular: return "ic_fluent_delete_off_20_regular" @@ -16406,6 +16797,8 @@ import Foundation case .desktopMac32Filled: return "ic_fluent_desktop_mac_32_filled" case .desktopMac32Regular: return "ic_fluent_desktop_mac_32_regular" case .desktopPulse16Filled: return "ic_fluent_desktop_pulse_16_filled" + default: break } + switch self { case .desktopPulse16Regular: return "ic_fluent_desktop_pulse_16_regular" case .desktopPulse20Filled: return "ic_fluent_desktop_pulse_20_filled" case .desktopPulse20Regular: return "ic_fluent_desktop_pulse_20_regular" @@ -16426,8 +16819,6 @@ import Foundation case .desktopSpeaker24Filled: return "ic_fluent_desktop_speaker_24_filled" case .desktopSpeaker24Regular: return "ic_fluent_desktop_speaker_24_regular" case .desktopSpeakerOff20Filled: return "ic_fluent_desktop_speaker_off_20_filled" - default: break } - switch self { case .desktopSpeakerOff20Regular: return "ic_fluent_desktop_speaker_off_20_regular" case .desktopSpeakerOff24Filled: return "ic_fluent_desktop_speaker_off_24_filled" case .desktopSpeakerOff24Regular: return "ic_fluent_desktop_speaker_off_24_regular" @@ -16441,6 +16832,8 @@ import Foundation case .desktopToolbox20Regular: return "ic_fluent_desktop_toolbox_20_regular" case .desktopToolbox24Filled: return "ic_fluent_desktop_toolbox_24_filled" case .desktopToolbox24Regular: return "ic_fluent_desktop_toolbox_24_regular" + case .developerBoard16Filled: return "ic_fluent_developer_board_16_filled" + case .developerBoard16Regular: return "ic_fluent_developer_board_16_regular" case .developerBoard20Filled: return "ic_fluent_developer_board_20_filled" case .developerBoard20Regular: return "ic_fluent_developer_board_20_regular" case .developerBoard24Filled: return "ic_fluent_developer_board_24_filled" @@ -16506,6 +16899,8 @@ import Foundation case .diamond24Filled: return "ic_fluent_diamond_24_filled" case .diamond24Regular: return "ic_fluent_diamond_24_regular" case .diamond28Filled: return "ic_fluent_diamond_28_filled" + default: break } + switch self { case .diamond28Regular: return "ic_fluent_diamond_28_regular" case .diamond32Filled: return "ic_fluent_diamond_32_filled" case .diamond32Regular: return "ic_fluent_diamond_32_regular" @@ -16528,8 +16923,6 @@ import Foundation case .dismiss12Filled: return "ic_fluent_dismiss_12_filled" case .dismiss12Regular: return "ic_fluent_dismiss_12_regular" case .dismiss16Filled: return "ic_fluent_dismiss_16_filled" - default: break } - switch self { case .dismiss16Regular: return "ic_fluent_dismiss_16_regular" case .dismiss20Filled: return "ic_fluent_dismiss_20_filled" case .dismiss20Regular: return "ic_fluent_dismiss_20_regular" @@ -16608,6 +17001,8 @@ import Foundation case .document20Filled: return "ic_fluent_document_20_filled" case .document20Regular: return "ic_fluent_document_20_regular" case .document24Filled: return "ic_fluent_document_24_filled" + default: break } + switch self { case .document24Regular: return "ic_fluent_document_24_regular" case .document28Filled: return "ic_fluent_document_28_filled" case .document28Regular: return "ic_fluent_document_28_regular" @@ -16630,8 +17025,6 @@ import Foundation case .documentArrowDown20Filled: return "ic_fluent_document_arrow_down_20_filled" case .documentArrowDown20Regular: return "ic_fluent_document_arrow_down_20_regular" case .documentArrowLeft16Filled: return "ic_fluent_document_arrow_left_16_filled" - default: break } - switch self { 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" @@ -16683,6 +17076,8 @@ import Foundation case .documentChevronDouble20Regular: return "ic_fluent_document_chevron_double_20_regular" case .documentChevronDouble24Filled: return "ic_fluent_document_chevron_double_24_filled" case .documentChevronDouble24Regular: return "ic_fluent_document_chevron_double_24_regular" + case .documentContract16Filled: return "ic_fluent_document_contract_16_filled" + case .documentContract16Regular: return "ic_fluent_document_contract_16_regular" case .documentCopy16Filled: return "ic_fluent_document_copy_16_filled" case .documentCopy16Regular: return "ic_fluent_document_copy_16_regular" case .documentCopy20Filled: return "ic_fluent_document_copy_20_filled" @@ -16691,10 +17086,16 @@ import Foundation case .documentCopy24Regular: return "ic_fluent_document_copy_24_regular" case .documentCopy48Filled: return "ic_fluent_document_copy_48_filled" case .documentCopy48Regular: return "ic_fluent_document_copy_48_regular" + case .documentCs16Filled: return "ic_fluent_document_cs_16_filled" + case .documentCs16Regular: return "ic_fluent_document_cs_16_regular" + case .documentCss16Filled: return "ic_fluent_document_css_16_filled" + case .documentCss16Regular: return "ic_fluent_document_css_16_regular" case .documentCss20Filled: return "ic_fluent_document_css_20_filled" case .documentCss20Regular: return "ic_fluent_document_css_20_regular" case .documentCss24Filled: return "ic_fluent_document_css_24_filled" case .documentCss24Regular: return "ic_fluent_document_css_24_regular" + case .documentData16Filled: return "ic_fluent_document_data_16_filled" + case .documentData16Regular: return "ic_fluent_document_data_16_regular" case .documentData20Filled: return "ic_fluent_document_data_20_filled" case .documentData20Regular: return "ic_fluent_document_data_20_regular" case .documentData24Filled: return "ic_fluent_document_data_24_filled" @@ -16702,6 +17103,8 @@ import Foundation case .documentData32Filled: return "ic_fluent_document_data_32_filled" case .documentData32Regular: return "ic_fluent_document_data_32_regular" case .documentDatabase20Filled: return "ic_fluent_document_database_20_filled" + default: break } + switch self { case .documentDatabase20Regular: return "ic_fluent_document_database_20_regular" case .documentDatabase24Filled: return "ic_fluent_document_database_24_filled" case .documentDatabase24Regular: return "ic_fluent_document_database_24_regular" @@ -16732,8 +17135,6 @@ import Foundation case .documentFlowchart24Filled: return "ic_fluent_document_flowchart_24_filled" case .documentFlowchart24Regular: return "ic_fluent_document_flowchart_24_regular" case .documentFooter16Filled: return "ic_fluent_document_footer_16_filled" - default: break } - switch self { case .documentFooter16Regular: return "ic_fluent_document_footer_16_regular" case .documentFooter20Filled: return "ic_fluent_document_footer_20_filled" case .documentFooter20Regular: return "ic_fluent_document_footer_20_regular" @@ -16743,6 +17144,8 @@ import Foundation case .documentFooterDismiss20Regular: return "ic_fluent_document_footer_dismiss_20_regular" case .documentFooterDismiss24Filled: return "ic_fluent_document_footer_dismiss_24_filled" case .documentFooterDismiss24Regular: return "ic_fluent_document_footer_dismiss_24_regular" + case .documentFs16Filled: return "ic_fluent_document_fs_16_filled" + case .documentFs16Regular: return "ic_fluent_document_fs_16_regular" case .documentHeader16Filled: return "ic_fluent_document_header_16_filled" case .documentHeader16Regular: return "ic_fluent_document_header_16_regular" case .documentHeader20Filled: return "ic_fluent_document_header_20_filled" @@ -16777,6 +17180,8 @@ import Foundation case .documentJavascript20Regular: return "ic_fluent_document_javascript_20_regular" case .documentJavascript24Filled: return "ic_fluent_document_javascript_24_filled" case .documentJavascript24Regular: return "ic_fluent_document_javascript_24_regular" + case .documentJs16Filled: return "ic_fluent_document_js_16_filled" + case .documentJs16Regular: return "ic_fluent_document_js_16_regular" case .documentLandscape20Filled: return "ic_fluent_document_landscape_20_filled" case .documentLandscape20Regular: return "ic_fluent_document_landscape_20_regular" case .documentLandscape24Filled: return "ic_fluent_document_landscape_24_filled" @@ -16800,6 +17205,8 @@ import Foundation case .documentLock16Filled: return "ic_fluent_document_lock_16_filled" case .documentLock16Regular: return "ic_fluent_document_lock_16_regular" case .documentLock20Filled: return "ic_fluent_document_lock_20_filled" + default: break } + switch self { case .documentLock20Regular: return "ic_fluent_document_lock_20_regular" case .documentLock24Filled: return "ic_fluent_document_lock_24_filled" case .documentLock24Regular: return "ic_fluent_document_lock_24_regular" @@ -16834,13 +17241,13 @@ import Foundation case .documentMultiplePercent24Filled: return "ic_fluent_document_multiple_percent_24_filled" case .documentMultiplePercent24Regular: return "ic_fluent_document_multiple_percent_24_regular" case .documentMultipleProhibited20Filled: return "ic_fluent_document_multiple_prohibited_20_filled" - default: break } - switch self { 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" 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" + case .documentNumber116Regular: return "ic_fluent_document_number_1_16_regular" case .documentOnePage20Filled: return "ic_fluent_document_one_page_20_filled" case .documentOnePage20Regular: return "ic_fluent_document_one_page_20_regular" case .documentOnePage24Filled: return "ic_fluent_document_one_page_24_filled" @@ -16900,7 +17307,11 @@ import Foundation case .documentProhibited20Filled: return "ic_fluent_document_prohibited_20_filled" case .documentProhibited20Regular: return "ic_fluent_document_prohibited_20_regular" case .documentProhibited24Filled: return "ic_fluent_document_prohibited_24_filled" + default: break } + switch self { case .documentProhibited24Regular: return "ic_fluent_document_prohibited_24_regular" + case .documentPy16Filled: return "ic_fluent_document_py_16_filled" + case .documentPy16Regular: return "ic_fluent_document_py_16_regular" case .documentQuestionMark16Filled: return "ic_fluent_document_question_mark_16_filled" case .documentQuestionMark16Regular: return "ic_fluent_document_question_mark_16_regular" case .documentQuestionMark20Filled: return "ic_fluent_document_question_mark_20_filled" @@ -16919,6 +17330,8 @@ import Foundation case .documentQueueMultiple20Regular: return "ic_fluent_document_queue_multiple_20_regular" case .documentQueueMultiple24Filled: return "ic_fluent_document_queue_multiple_24_filled" case .documentQueueMultiple24Regular: return "ic_fluent_document_queue_multiple_24_regular" + case .documentRb16Filled: return "ic_fluent_document_rb_16_filled" + case .documentRb16Regular: return "ic_fluent_document_rb_16_regular" case .documentRibbon16Filled: return "ic_fluent_document_ribbon_16_filled" case .documentRibbon16Regular: return "ic_fluent_document_ribbon_16_regular" case .documentRibbon20Filled: return "ic_fluent_document_ribbon_20_filled" @@ -16936,8 +17349,6 @@ import Foundation case .documentSave24Filled: return "ic_fluent_document_save_24_filled" case .documentSave24Regular: return "ic_fluent_document_save_24_regular" case .documentSearch16Filled: return "ic_fluent_document_search_16_filled" - default: break } - switch self { case .documentSearch16Regular: return "ic_fluent_document_search_16_regular" case .documentSearch20Filled: return "ic_fluent_document_search_20_filled" case .documentSearch20Regular: return "ic_fluent_document_search_20_regular" @@ -16993,9 +17404,13 @@ import Foundation case .documentTableTruck20Regular: return "ic_fluent_document_table_truck_20_regular" case .documentTableTruck24Filled: return "ic_fluent_document_table_truck_24_filled" case .documentTableTruck24Regular: return "ic_fluent_document_table_truck_24_regular" + case .documentTarget16Filled: return "ic_fluent_document_target_16_filled" + case .documentTarget16Regular: return "ic_fluent_document_target_16_regular" case .documentText16Filled: return "ic_fluent_document_text_16_filled" case .documentText16Regular: return "ic_fluent_document_text_16_regular" case .documentText20Filled: return "ic_fluent_document_text_20_filled" + default: break } + switch self { case .documentText20Regular: return "ic_fluent_document_text_20_regular" case .documentText24Filled: return "ic_fluent_document_text_24_filled" case .documentText24Regular: return "ic_fluent_document_text_24_regular" @@ -17019,6 +17434,10 @@ import Foundation case .documentToolbox20Regular: return "ic_fluent_document_toolbox_20_regular" case .documentToolbox24Filled: return "ic_fluent_document_toolbox_24_filled" case .documentToolbox24Regular: return "ic_fluent_document_toolbox_24_regular" + case .documentTs16Filled: return "ic_fluent_document_ts_16_filled" + case .documentTs16Regular: return "ic_fluent_document_ts_16_regular" + case .documentVb16Filled: return "ic_fluent_document_vb_16_filled" + case .documentVb16Regular: return "ic_fluent_document_vb_16_regular" case .documentWidth20Filled: return "ic_fluent_document_width_20_filled" case .documentWidth20Regular: return "ic_fluent_document_width_20_regular" case .documentWidth24Filled: return "ic_fluent_document_width_24_filled" @@ -17038,8 +17457,6 @@ import Foundation case .doorArrowRight16Filled: return "ic_fluent_door_arrow_right_16_filled" case .doorArrowRight16Regular: return "ic_fluent_door_arrow_right_16_regular" case .doorArrowRight20Filled: return "ic_fluent_door_arrow_right_20_filled" - default: break } - switch self { case .doorArrowRight20Regular: return "ic_fluent_door_arrow_right_20_regular" case .doorArrowRight28Filled: return "ic_fluent_door_arrow_right_28_filled" case .doorArrowRight28Regular: return "ic_fluent_door_arrow_right_28_regular" @@ -17094,6 +17511,8 @@ import Foundation case .drawerArrowDownload24Filled: return "ic_fluent_drawer_arrow_download_24_filled" case .drawerArrowDownload24Regular: return "ic_fluent_drawer_arrow_download_24_regular" case .drawerDismiss20Filled: return "ic_fluent_drawer_dismiss_20_filled" + default: break } + switch self { case .drawerDismiss20Regular: return "ic_fluent_drawer_dismiss_20_regular" case .drawerDismiss24Filled: return "ic_fluent_drawer_dismiss_24_filled" case .drawerDismiss24Regular: return "ic_fluent_drawer_dismiss_24_regular" @@ -17140,8 +17559,6 @@ import Foundation case .drinkWine20Filled: return "ic_fluent_drink_wine_20_filled" case .drinkWine20Regular: return "ic_fluent_drink_wine_20_regular" case .drinkWine24Filled: return "ic_fluent_drink_wine_24_filled" - default: break } - switch self { case .drinkWine24Regular: return "ic_fluent_drink_wine_24_regular" case .driveTrain20Filled: return "ic_fluent_drive_train_20_filled" case .driveTrain20Regular: return "ic_fluent_drive_train_20_regular" @@ -17196,6 +17613,8 @@ import Foundation case .dualScreenGroup24Filled: return "ic_fluent_dual_screen_group_24_filled" case .dualScreenGroup24Regular: return "ic_fluent_dual_screen_group_24_regular" case .dualScreenHeader20Filled: return "ic_fluent_dual_screen_header_20_filled" + default: break } + switch self { case .dualScreenHeader20Regular: return "ic_fluent_dual_screen_header_20_regular" case .dualScreenHeader24Filled: return "ic_fluent_dual_screen_header_24_filled" case .dualScreenHeader24Regular: return "ic_fluent_dual_screen_header_24_regular" @@ -17242,8 +17661,6 @@ import Foundation case .dualScreenVibrate20Filled: return "ic_fluent_dual_screen_vibrate_20_filled" case .dualScreenVibrate20Regular: return "ic_fluent_dual_screen_vibrate_20_regular" case .dualScreenVibrate24Filled: return "ic_fluent_dual_screen_vibrate_24_filled" - default: break } - switch self { case .dualScreenVibrate24Regular: return "ic_fluent_dual_screen_vibrate_24_regular" case .dumbbell16Filled: return "ic_fluent_dumbbell_16_filled" case .dumbbell16Regular: return "ic_fluent_dumbbell_16_regular" @@ -17298,6 +17715,8 @@ import Foundation case .editOff28Filled: return "ic_fluent_edit_off_28_filled" case .editOff28Regular: return "ic_fluent_edit_off_28_regular" case .editOff32Filled: return "ic_fluent_edit_off_32_filled" + default: break } + switch self { 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" @@ -17344,8 +17763,6 @@ import Foundation case .emojiAdd24Filled: return "ic_fluent_emoji_add_24_filled" case .emojiAdd24Regular: return "ic_fluent_emoji_add_24_regular" case .emojiAngry20Filled: return "ic_fluent_emoji_angry_20_filled" - default: break } - switch self { case .emojiAngry20Regular: return "ic_fluent_emoji_angry_20_regular" case .emojiAngry24Filled: return "ic_fluent_emoji_angry_24_filled" case .emojiAngry24Regular: return "ic_fluent_emoji_angry_24_regular" @@ -17400,6 +17817,8 @@ import Foundation case .emojiSparkle24Filled: return "ic_fluent_emoji_sparkle_24_filled" case .emojiSparkle24Regular: return "ic_fluent_emoji_sparkle_24_regular" case .emojiSparkle28Filled: return "ic_fluent_emoji_sparkle_28_filled" + default: break } + switch self { case .emojiSparkle28Regular: return "ic_fluent_emoji_sparkle_28_regular" case .emojiSparkle32Filled: return "ic_fluent_emoji_sparkle_32_filled" case .emojiSparkle32Regular: return "ic_fluent_emoji_sparkle_32_regular" @@ -17446,8 +17865,6 @@ import Foundation case .eraserTool24Filled: return "ic_fluent_eraser_tool_24_filled" case .eraserTool24Regular: return "ic_fluent_eraser_tool_24_regular" case .errorCircle12Filled: return "ic_fluent_error_circle_12_filled" - default: break } - switch self { case .errorCircle12Regular: return "ic_fluent_error_circle_12_regular" case .errorCircle16Filled: return "ic_fluent_error_circle_16_filled" case .errorCircle16Regular: return "ic_fluent_error_circle_16_regular" @@ -17502,6 +17919,8 @@ import Foundation case .eye48Filled: return "ic_fluent_eye_48_filled" case .eye48Regular: return "ic_fluent_eye_48_regular" case .eyeLines20Filled: return "ic_fluent_eye_lines_20_filled" + default: break } + switch self { case .eyeLines20Regular: return "ic_fluent_eye_lines_20_regular" case .eyeLines24Filled: return "ic_fluent_eye_lines_24_filled" case .eyeLines24Regular: return "ic_fluent_eye_lines_24_regular" @@ -17529,6 +17948,8 @@ import Foundation case .eyeTrackingOff20Regular: return "ic_fluent_eye_tracking_off_20_regular" case .eyeTrackingOff24Filled: return "ic_fluent_eye_tracking_off_24_filled" case .eyeTrackingOff24Regular: return "ic_fluent_eye_tracking_off_24_regular" + case .eyedropper16Filled: return "ic_fluent_eyedropper_16_filled" + case .eyedropper16Regular: return "ic_fluent_eyedropper_16_regular" case .eyedropper20Filled: return "ic_fluent_eyedropper_20_filled" case .eyedropper20Regular: return "ic_fluent_eyedropper_20_regular" case .eyedropper24Filled: return "ic_fluent_eyedropper_24_filled" @@ -17548,8 +17969,6 @@ import Foundation case .fastAcceleration20Filled: return "ic_fluent_fast_acceleration_20_filled" case .fastAcceleration20Regular: return "ic_fluent_fast_acceleration_20_regular" case .fastAcceleration24Filled: return "ic_fluent_fast_acceleration_24_filled" - default: break } - switch self { case .fastAcceleration24Regular: return "ic_fluent_fast_acceleration_24_regular" case .fastForward16Filled: return "ic_fluent_fast_forward_16_filled" case .fastForward16Regular: return "ic_fluent_fast_forward_16_regular" @@ -17602,6 +18021,8 @@ import Foundation case .filterSync24Filled: return "ic_fluent_filter_sync_24_filled" case .filterSync24Regular: return "ic_fluent_filter_sync_24_regular" case .fingerprint20Filled: return "ic_fluent_fingerprint_20_filled" + default: break } + switch self { case .fingerprint20Regular: return "ic_fluent_fingerprint_20_regular" case .fingerprint24Filled: return "ic_fluent_fingerprint_24_filled" case .fingerprint24Regular: return "ic_fluent_fingerprint_24_regular" @@ -17650,8 +18071,6 @@ import Foundation case .flagPride16Filled: return "ic_fluent_flag_pride_16_filled" case .flagPride20Filled: return "ic_fluent_flag_pride_20_filled" case .flagPride24Filled: return "ic_fluent_flag_pride_24_filled" - default: break } - switch self { case .flagPride28Filled: return "ic_fluent_flag_pride_28_filled" case .flagPride48Filled: return "ic_fluent_flag_pride_48_filled" case .flash16Filled: return "ic_fluent_flash_16_filled" @@ -17704,6 +18123,8 @@ import Foundation case .flashlightOff24Regular: return "ic_fluent_flashlight_off_24_regular" case .flipHorizontal16Filled: return "ic_fluent_flip_horizontal_16_filled" case .flipHorizontal16Regular: return "ic_fluent_flip_horizontal_16_regular" + default: break } + switch self { case .flipHorizontal20Filled: return "ic_fluent_flip_horizontal_20_filled" case .flipHorizontal20Regular: return "ic_fluent_flip_horizontal_20_regular" case .flipHorizontal24Filled: return "ic_fluent_flip_horizontal_24_filled" @@ -17752,8 +18173,6 @@ import Foundation case .fluid20Regular: return "ic_fluent_fluid_20_regular" case .fluid24Filled: return "ic_fluent_fluid_24_filled" case .fluid24Regular: return "ic_fluent_fluid_24_regular" - default: break } - switch self { case .folder16Filled: return "ic_fluent_folder_16_filled" case .folder16Regular: return "ic_fluent_folder_16_regular" case .folder20Filled: return "ic_fluent_folder_20_filled" @@ -17806,6 +18225,8 @@ import Foundation case .folderArrowUp28Regular: return "ic_fluent_folder_arrow_up_28_regular" case .folderArrowUp48Filled: return "ic_fluent_folder_arrow_up_48_filled" case .folderArrowUp48Regular: return "ic_fluent_folder_arrow_up_48_regular" + default: break } + switch self { case .folderBriefcase20Filled: return "ic_fluent_folder_briefcase_20_filled" case .folderBriefcase20Regular: return "ic_fluent_folder_briefcase_20_regular" case .folderGlobe16Filled: return "ic_fluent_folder_globe_16_filled" @@ -17828,12 +18249,16 @@ import Foundation case .folderMail24Regular: return "ic_fluent_folder_mail_24_regular" case .folderMail28Filled: return "ic_fluent_folder_mail_28_filled" case .folderMail28Regular: return "ic_fluent_folder_mail_28_regular" + case .folderMultiple16Filled: return "ic_fluent_folder_multiple_16_filled" + case .folderMultiple16Regular: return "ic_fluent_folder_multiple_16_regular" case .folderOpen16Filled: return "ic_fluent_folder_open_16_filled" case .folderOpen16Regular: return "ic_fluent_folder_open_16_regular" case .folderOpen20Filled: return "ic_fluent_folder_open_20_filled" 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" + 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" case .folderOpenVertical20Regular: return "ic_fluent_folder_open_vertical_20_regular" case .folderPeople20Filled: return "ic_fluent_folder_people_20_filled" @@ -17854,8 +18279,6 @@ import Foundation case .folderProhibited28Regular: return "ic_fluent_folder_prohibited_28_regular" case .folderProhibited48Filled: return "ic_fluent_folder_prohibited_48_filled" case .folderProhibited48Regular: return "ic_fluent_folder_prohibited_48_regular" - default: break } - switch self { case .folderSwap16Filled: return "ic_fluent_folder_swap_16_filled" case .folderSwap16Regular: return "ic_fluent_folder_swap_16_regular" case .folderSwap20Filled: return "ic_fluent_folder_swap_20_filled" @@ -17904,6 +18327,8 @@ import Foundation case .food20Regular: return "ic_fluent_food_20_regular" case .food24Filled: return "ic_fluent_food_24_filled" case .food24Regular: return "ic_fluent_food_24_regular" + default: break } + switch self { case .foodApple20Filled: return "ic_fluent_food_apple_20_filled" case .foodApple20Regular: return "ic_fluent_food_apple_20_regular" case .foodApple24Filled: return "ic_fluent_food_apple_24_filled" @@ -17956,8 +18381,6 @@ import Foundation case .form20Regular: return "ic_fluent_form_20_regular" case .form24Filled: return "ic_fluent_form_24_filled" case .form24Regular: return "ic_fluent_form_24_regular" - default: break } - switch self { case .form28Filled: return "ic_fluent_form_28_filled" case .form28Regular: return "ic_fluent_form_28_regular" case .form48Filled: return "ic_fluent_form_48_filled" @@ -18006,6 +18429,8 @@ import Foundation case .fps6028Regular: return "ic_fluent_fps_60_28_regular" case .fps6048Filled: return "ic_fluent_fps_60_48_filled" case .fps6048Regular: return "ic_fluent_fps_60_48_regular" + default: break } + switch self { case .fps96020Filled: return "ic_fluent_fps_960_20_filled" case .fps96020Regular: return "ic_fluent_fps_960_20_regular" case .fps96024Filled: return "ic_fluent_fps_960_24_filled" @@ -18034,6 +18459,8 @@ import Foundation case .games32Regular: return "ic_fluent_games_32_regular" case .games48Filled: return "ic_fluent_games_48_filled" case .games48Regular: return "ic_fluent_games_48_regular" + case .ganttChart16Filled: return "ic_fluent_gantt_chart_16_filled" + case .ganttChart16Regular: return "ic_fluent_gantt_chart_16_regular" case .ganttChart20Filled: return "ic_fluent_gantt_chart_20_filled" case .ganttChart20Regular: return "ic_fluent_gantt_chart_20_regular" case .ganttChart24Filled: return "ic_fluent_gantt_chart_24_filled" @@ -18058,8 +18485,6 @@ import Foundation case .gaugeAdd20Regular: return "ic_fluent_gauge_add_20_regular" case .gavel20Filled: return "ic_fluent_gavel_20_filled" case .gavel20Regular: return "ic_fluent_gavel_20_regular" - default: break } - switch self { case .gavel24Filled: return "ic_fluent_gavel_24_filled" case .gavel24Regular: return "ic_fluent_gavel_24_regular" case .gavel32Filled: return "ic_fluent_gavel_32_filled" @@ -18106,6 +18531,8 @@ import Foundation case .glance20Regular: return "ic_fluent_glance_20_regular" case .glance24Filled: return "ic_fluent_glance_24_filled" case .glance24Regular: return "ic_fluent_glance_24_regular" + default: break } + switch self { case .glanceDefault12Filled: return "ic_fluent_glance_default_12_filled" case .glanceDefault12Regular: return "ic_fluent_glance_default_12_regular" case .glanceHorizontal12Filled: return "ic_fluent_glance_horizontal_12_filled" @@ -18160,8 +18587,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 .globeLocation20Filled: return "ic_fluent_globe_location_20_filled" @@ -18208,6 +18633,8 @@ import Foundation case .grid24Regular: return "ic_fluent_grid_24_regular" case .grid28Filled: return "ic_fluent_grid_28_filled" case .grid28Regular: return "ic_fluent_grid_28_regular" + default: break } + switch self { case .gridCircles24Filled: return "ic_fluent_grid_circles_24_filled" case .gridCircles24Regular: return "ic_fluent_grid_circles_24_regular" case .gridCircles28Filled: return "ic_fluent_grid_circles_28_filled" @@ -18262,8 +18689,6 @@ import Foundation case .guitar20Regular: return "ic_fluent_guitar_20_regular" case .guitar24Filled: return "ic_fluent_guitar_24_filled" case .guitar24Regular: return "ic_fluent_guitar_24_regular" - default: break } - switch self { case .guitar28Filled: return "ic_fluent_guitar_28_filled" case .guitar28Regular: return "ic_fluent_guitar_28_regular" case .handDraw16Filled: return "ic_fluent_hand_draw_16_filled" @@ -18310,6 +18735,8 @@ import Foundation case .handWave20Regular: return "ic_fluent_hand_wave_20_regular" case .handWave24Filled: return "ic_fluent_hand_wave_24_filled" case .handWave24Regular: return "ic_fluent_hand_wave_24_regular" + default: break } + switch self { case .handshake16Filled: return "ic_fluent_handshake_16_filled" case .handshake16Regular: return "ic_fluent_handshake_16_regular" case .handshake20Filled: return "ic_fluent_handshake_20_filled" @@ -18318,6 +18745,8 @@ import Foundation case .handshake24Regular: return "ic_fluent_handshake_24_regular" case .handshake32Filled: return "ic_fluent_handshake_32_filled" case .handshake32Regular: return "ic_fluent_handshake_32_regular" + case .hardDrive16Filled: return "ic_fluent_hard_drive_16_filled" + case .hardDrive16Regular: return "ic_fluent_hard_drive_16_regular" case .hardDrive20Filled: return "ic_fluent_hard_drive_20_filled" case .hardDrive20Regular: return "ic_fluent_hard_drive_20_regular" case .hatGraduation12Filled: return "ic_fluent_hat_graduation_12_filled" @@ -18364,8 +18793,6 @@ import Foundation case .headphonesSoundWave48Regular: return "ic_fluent_headphones_sound_wave_48_regular" case .headset16Filled: return "ic_fluent_headset_16_filled" case .headset16Regular: return "ic_fluent_headset_16_regular" - default: break } - switch self { case .headset20Filled: return "ic_fluent_headset_20_filled" case .headset20Regular: return "ic_fluent_headset_20_regular" case .headset24Filled: return "ic_fluent_headset_24_filled" @@ -18410,6 +18837,8 @@ import Foundation case .heartCircle20Regular: return "ic_fluent_heart_circle_20_regular" case .heartCircle24Filled: return "ic_fluent_heart_circle_24_filled" case .heartCircle24Regular: return "ic_fluent_heart_circle_24_regular" + default: break } + switch self { case .heartCircleHint16Filled: return "ic_fluent_heart_circle_hint_16_filled" case .heartCircleHint16Regular: return "ic_fluent_heart_circle_hint_16_regular" case .heartCircleHint20Filled: return "ic_fluent_heart_circle_hint_20_filled" @@ -18466,8 +18895,6 @@ import Foundation case .home16Filled: return "ic_fluent_home_16_filled" case .home16Regular: return "ic_fluent_home_16_regular" case .home20Filled: return "ic_fluent_home_20_filled" - default: break } - switch self { case .home20Regular: return "ic_fluent_home_20_regular" case .home24Filled: return "ic_fluent_home_24_filled" case .home24Regular: return "ic_fluent_home_24_regular" @@ -18511,18 +18938,28 @@ import Foundation case .homeSplit32Regular: return "ic_fluent_home_split_32_regular" case .homeSplit48Filled: return "ic_fluent_home_split_48_filled" case .homeSplit48Regular: return "ic_fluent_home_split_48_regular" + case .hourglass16Filled: return "ic_fluent_hourglass_16_filled" + default: break } + switch self { + case .hourglass16Regular: return "ic_fluent_hourglass_16_regular" case .hourglass20Filled: return "ic_fluent_hourglass_20_filled" case .hourglass20Regular: return "ic_fluent_hourglass_20_regular" case .hourglass24Filled: return "ic_fluent_hourglass_24_filled" case .hourglass24Regular: return "ic_fluent_hourglass_24_regular" + case .hourglassHalf16Filled: return "ic_fluent_hourglass_half_16_filled" + case .hourglassHalf16Regular: return "ic_fluent_hourglass_half_16_regular" case .hourglassHalf20Filled: return "ic_fluent_hourglass_half_20_filled" case .hourglassHalf20Regular: return "ic_fluent_hourglass_half_20_regular" case .hourglassHalf24Filled: return "ic_fluent_hourglass_half_24_filled" case .hourglassHalf24Regular: return "ic_fluent_hourglass_half_24_regular" + case .hourglassOneQuarter16Filled: return "ic_fluent_hourglass_one_quarter_16_filled" + case .hourglassOneQuarter16Regular: return "ic_fluent_hourglass_one_quarter_16_regular" case .hourglassOneQuarter20Filled: return "ic_fluent_hourglass_one_quarter_20_filled" case .hourglassOneQuarter20Regular: return "ic_fluent_hourglass_one_quarter_20_regular" case .hourglassOneQuarter24Filled: return "ic_fluent_hourglass_one_quarter_24_filled" case .hourglassOneQuarter24Regular: return "ic_fluent_hourglass_one_quarter_24_regular" + case .hourglassThreeQuarter16Filled: return "ic_fluent_hourglass_three_quarter_16_filled" + case .hourglassThreeQuarter16Regular: return "ic_fluent_hourglass_three_quarter_16_regular" case .hourglassThreeQuarter20Filled: return "ic_fluent_hourglass_three_quarter_20_filled" case .hourglassThreeQuarter20Regular: return "ic_fluent_hourglass_three_quarter_20_regular" case .hourglassThreeQuarter24Filled: return "ic_fluent_hourglass_three_quarter_24_filled" @@ -18568,8 +19005,6 @@ import Foundation case .imageCopy20Filled: return "ic_fluent_image_copy_20_filled" case .imageCopy20Regular: return "ic_fluent_image_copy_20_regular" case .imageCopy24Filled: return "ic_fluent_image_copy_24_filled" - default: break } - switch self { case .imageCopy24Regular: return "ic_fluent_image_copy_24_regular" case .imageCopy28Filled: return "ic_fluent_image_copy_28_filled" case .imageCopy28Regular: return "ic_fluent_image_copy_28_regular" @@ -18606,6 +19041,8 @@ import Foundation case .imageProhibited20Filled: return "ic_fluent_image_prohibited_20_filled" case .imageProhibited20Regular: return "ic_fluent_image_prohibited_20_regular" case .imageProhibited24Filled: return "ic_fluent_image_prohibited_24_filled" + default: break } + switch self { case .imageProhibited24Regular: return "ic_fluent_image_prohibited_24_regular" case .imageReflection20Filled: return "ic_fluent_image_reflection_20_filled" case .imageReflection20Regular: return "ic_fluent_image_reflection_20_regular" @@ -18670,8 +19107,6 @@ import Foundation case .inkingTool24Filled: return "ic_fluent_inking_tool_24_filled" case .inkingTool24Regular: return "ic_fluent_inking_tool_24_regular" case .inkingTool32Filled: return "ic_fluent_inking_tool_32_filled" - default: break } - switch self { case .inkingTool32Regular: return "ic_fluent_inking_tool_32_regular" case .inkingToolAccent16Filled: return "ic_fluent_inking_tool_accent_16_filled" case .inkingToolAccent20Filled: return "ic_fluent_inking_tool_accent_20_filled" @@ -18708,6 +19143,8 @@ import Foundation case .key20Filled: return "ic_fluent_key_20_filled" case .key20Regular: return "ic_fluent_key_20_regular" case .key24Filled: return "ic_fluent_key_24_filled" + default: break } + switch self { case .key24Regular: return "ic_fluent_key_24_regular" case .key32Filled: return "ic_fluent_key_32_filled" case .key32Regular: return "ic_fluent_key_32_regular" @@ -18753,6 +19190,8 @@ import Foundation case .keyboardLayoutSplit20Regular: return "ic_fluent_keyboard_layout_split_20_regular" case .keyboardLayoutSplit24Filled: return "ic_fluent_keyboard_layout_split_24_filled" case .keyboardLayoutSplit24Regular: return "ic_fluent_keyboard_layout_split_24_regular" + case .keyboardMouse16Filled: return "ic_fluent_keyboard_mouse_16_filled" + case .keyboardMouse16Regular: return "ic_fluent_keyboard_mouse_16_regular" case .keyboardShift16Filled: return "ic_fluent_keyboard_shift_16_filled" case .keyboardShift16Regular: return "ic_fluent_keyboard_shift_16_regular" case .keyboardShift20Filled: return "ic_fluent_keyboard_shift_20_filled" @@ -18772,8 +19211,6 @@ import Foundation case .laptop16Filled: return "ic_fluent_laptop_16_filled" case .laptop16Regular: return "ic_fluent_laptop_16_regular" case .laptop20Filled: return "ic_fluent_laptop_20_filled" - default: break } - switch self { case .laptop20Regular: return "ic_fluent_laptop_20_regular" case .laptop24Filled: return "ic_fluent_laptop_24_filled" case .laptop24Regular: return "ic_fluent_laptop_24_regular" @@ -18808,6 +19245,8 @@ import Foundation case .leafOne20Filled: return "ic_fluent_leaf_one_20_filled" case .leafOne20Regular: return "ic_fluent_leaf_one_20_regular" case .leafOne24Filled: return "ic_fluent_leaf_one_24_filled" + default: break } + switch self { case .leafOne24Regular: return "ic_fluent_leaf_one_24_regular" case .leafOne32Filled: return "ic_fluent_leaf_one_32_filled" case .leafOne32Regular: return "ic_fluent_leaf_one_32_regular" @@ -18874,8 +19313,6 @@ import Foundation case .lightbulbPerson32Filled: return "ic_fluent_lightbulb_person_32_filled" case .lightbulbPerson32Regular: return "ic_fluent_lightbulb_person_32_regular" case .lightbulbPerson48Filled: return "ic_fluent_lightbulb_person_48_filled" - default: break } - switch self { case .lightbulbPerson48Regular: return "ic_fluent_lightbulb_person_48_regular" case .likert16Filled: return "ic_fluent_likert_16_filled" case .likert16Regular: return "ic_fluent_likert_16_regular" @@ -18910,6 +19347,8 @@ import Foundation case .lineStyle20Filled: return "ic_fluent_line_style_20_filled" case .lineStyle20Regular: return "ic_fluent_line_style_20_regular" case .lineStyle24Filled: return "ic_fluent_line_style_24_filled" + default: break } + switch self { case .lineStyle24Regular: return "ic_fluent_line_style_24_regular" case .link12Filled: return "ic_fluent_link_12_filled" case .link12Regular: return "ic_fluent_link_12_regular" @@ -18976,8 +19415,6 @@ import Foundation case .location16Filled: return "ic_fluent_location_16_filled" case .location16Regular: return "ic_fluent_location_16_regular" case .location20Filled: return "ic_fluent_location_20_filled" - default: break } - switch self { case .location20Regular: return "ic_fluent_location_20_regular" case .location24Filled: return "ic_fluent_location_24_filled" case .location24Regular: return "ic_fluent_location_24_regular" @@ -19012,6 +19449,8 @@ import Foundation case .locationLive24Filled: return "ic_fluent_location_live_24_filled" case .locationLive24Regular: return "ic_fluent_location_live_24_regular" case .locationOff16Filled: return "ic_fluent_location_off_16_filled" + default: break } + switch self { case .locationOff16Regular: return "ic_fluent_location_off_16_regular" case .locationOff20Filled: return "ic_fluent_location_off_20_filled" case .locationOff20Regular: return "ic_fluent_location_off_20_regular" @@ -19078,8 +19517,6 @@ import Foundation case .mail48Filled: return "ic_fluent_mail_48_filled" case .mail48Regular: return "ic_fluent_mail_48_regular" case .mailAdd16Filled: return "ic_fluent_mail_add_16_filled" - default: break } - switch self { case .mailAdd16Regular: return "ic_fluent_mail_add_16_regular" case .mailAdd20Filled: return "ic_fluent_mail_add_20_filled" case .mailAdd20Regular: return "ic_fluent_mail_add_20_regular" @@ -19114,6 +19551,8 @@ import Foundation case .mailArrowForward16Filled: return "ic_fluent_mail_arrow_forward_16_filled" case .mailArrowForward16Regular: return "ic_fluent_mail_arrow_forward_16_regular" case .mailArrowForward20Filled: return "ic_fluent_mail_arrow_forward_20_filled" + default: break } + switch self { case .mailArrowForward20Regular: return "ic_fluent_mail_arrow_forward_20_regular" case .mailArrowUp16Filled: return "ic_fluent_mail_arrow_up_16_filled" case .mailArrowUp16Regular: return "ic_fluent_mail_arrow_up_16_regular" @@ -19180,8 +19619,6 @@ import Foundation case .mailInboxAll20Filled: return "ic_fluent_mail_inbox_all_20_filled" case .mailInboxAll20Regular: return "ic_fluent_mail_inbox_all_20_regular" case .mailInboxAll24Filled: return "ic_fluent_mail_inbox_all_24_filled" - default: break } - switch self { case .mailInboxAll24Regular: return "ic_fluent_mail_inbox_all_24_regular" case .mailInboxArrowDown16Filled: return "ic_fluent_mail_inbox_arrow_down_16_filled" case .mailInboxArrowDown16Regular: return "ic_fluent_mail_inbox_arrow_down_16_regular" @@ -19216,6 +19653,8 @@ import Foundation case .mailLink24Filled: return "ic_fluent_mail_link_24_filled" case .mailLink24Regular: return "ic_fluent_mail_link_24_regular" case .mailList16Filled: return "ic_fluent_mail_list_16_filled" + default: break } + switch self { case .mailList16Regular: return "ic_fluent_mail_list_16_regular" case .mailList20Filled: return "ic_fluent_mail_list_20_filled" case .mailList20Regular: return "ic_fluent_mail_list_20_regular" @@ -19282,8 +19721,6 @@ import Foundation case .mailShield20Filled: return "ic_fluent_mail_shield_20_filled" case .mailShield20Regular: return "ic_fluent_mail_shield_20_regular" case .mailTemplate16Filled: return "ic_fluent_mail_template_16_filled" - default: break } - switch self { case .mailTemplate16Regular: return "ic_fluent_mail_template_16_regular" case .mailTemplate20Filled: return "ic_fluent_mail_template_20_filled" case .mailTemplate20Regular: return "ic_fluent_mail_template_20_regular" @@ -19318,6 +19755,8 @@ import Foundation case .markdown20Filled: return "ic_fluent_markdown_20_filled" case .markdown20Regular: return "ic_fluent_markdown_20_regular" case .matchAppLayout20Filled: return "ic_fluent_match_app_layout_20_filled" + default: break } + switch self { case .matchAppLayout20Regular: return "ic_fluent_match_app_layout_20_regular" case .matchAppLayout24Filled: return "ic_fluent_match_app_layout_24_filled" case .matchAppLayout24Regular: return "ic_fluent_match_app_layout_24_regular" @@ -19384,8 +19823,6 @@ import Foundation case .megaphoneCircle24Filled: return "ic_fluent_megaphone_circle_24_filled" case .megaphoneCircle24Regular: return "ic_fluent_megaphone_circle_24_regular" case .megaphoneLoud16Filled: return "ic_fluent_megaphone_loud_16_filled" - default: break } - switch self { case .megaphoneLoud16Regular: return "ic_fluent_megaphone_loud_16_regular" case .megaphoneLoud20Filled: return "ic_fluent_megaphone_loud_20_filled" case .megaphoneLoud20Regular: return "ic_fluent_megaphone_loud_20_regular" @@ -19403,6 +19840,8 @@ import Foundation case .megaphoneOff24Regular: return "ic_fluent_megaphone_off_24_regular" case .megaphoneOff28Filled: return "ic_fluent_megaphone_off_28_filled" case .megaphoneOff28Regular: return "ic_fluent_megaphone_off_28_regular" + case .memory16Filled: return "ic_fluent_memory_16_filled" + case .memory16Regular: return "ic_fluent_memory_16_regular" case .mention12Filled: return "ic_fluent_mention_12_filled" case .mention12Regular: return "ic_fluent_mention_12_regular" case .mention16Filled: return "ic_fluent_mention_16_filled" @@ -19418,6 +19857,8 @@ import Foundation case .merge16Filled: return "ic_fluent_merge_16_filled" case .merge16Regular: return "ic_fluent_merge_16_regular" case .merge20Filled: return "ic_fluent_merge_20_filled" + default: break } + switch self { case .merge20Regular: return "ic_fluent_merge_20_regular" case .merge24Filled: return "ic_fluent_merge_24_filled" case .merge24Regular: return "ic_fluent_merge_24_regular" @@ -19486,8 +19927,6 @@ import Foundation case .micSettings24Filled: return "ic_fluent_mic_settings_24_filled" case .micSettings24Regular: return "ic_fluent_mic_settings_24_regular" case .micSparkle16Filled: return "ic_fluent_mic_sparkle_16_filled" - default: break } - switch self { case .micSparkle16Regular: return "ic_fluent_mic_sparkle_16_regular" case .micSparkle20Filled: return "ic_fluent_mic_sparkle_20_filled" case .micSparkle20Regular: return "ic_fluent_mic_sparkle_20_regular" @@ -19520,6 +19959,8 @@ import Foundation case .molecule48Filled: return "ic_fluent_molecule_48_filled" case .molecule48Regular: return "ic_fluent_molecule_48_regular" case .money16Filled: return "ic_fluent_money_16_filled" + default: break } + switch self { case .money16Regular: return "ic_fluent_money_16_regular" case .money20Filled: return "ic_fluent_money_20_filled" case .money20Regular: return "ic_fluent_money_20_regular" @@ -19543,10 +19984,18 @@ import Foundation case .moneyOff24Regular: return "ic_fluent_money_off_24_regular" case .moneySettings20Filled: return "ic_fluent_money_settings_20_filled" case .moneySettings20Regular: return "ic_fluent_money_settings_20_regular" + case .moreCircle16Filled: return "ic_fluent_more_circle_16_filled" + case .moreCircle16Regular: return "ic_fluent_more_circle_16_regular" case .moreCircle20Filled: return "ic_fluent_more_circle_20_filled" case .moreCircle20Regular: return "ic_fluent_more_circle_20_regular" + case .moreCircle24Filled: return "ic_fluent_more_circle_24_filled" + case .moreCircle24Regular: return "ic_fluent_more_circle_24_regular" + case .moreCircle28Filled: return "ic_fluent_more_circle_28_filled" + case .moreCircle28Regular: return "ic_fluent_more_circle_28_regular" case .moreCircle32Filled: return "ic_fluent_more_circle_32_filled" case .moreCircle32Regular: return "ic_fluent_more_circle_32_regular" + case .moreCircle48Filled: return "ic_fluent_more_circle_48_filled" + case .moreCircle48Regular: return "ic_fluent_more_circle_48_regular" case .moreHorizontal16Filled: return "ic_fluent_more_horizontal_16_filled" case .moreHorizontal16Regular: return "ic_fluent_more_horizontal_16_regular" case .moreHorizontal20Filled: return "ic_fluent_more_horizontal_20_filled" @@ -19588,8 +20037,6 @@ import Foundation case .multiplier12X48Filled: return "ic_fluent_multiplier_1_2x_48_filled" case .multiplier12X48Regular: return "ic_fluent_multiplier_1_2x_48_regular" case .multiplier15X20Filled: return "ic_fluent_multiplier_1_5x_20_filled" - default: break } - switch self { case .multiplier15X20Regular: return "ic_fluent_multiplier_1_5x_20_regular" case .multiplier15X24Filled: return "ic_fluent_multiplier_1_5x_24_filled" case .multiplier15X24Regular: return "ic_fluent_multiplier_1_5x_24_regular" @@ -19614,6 +20061,8 @@ import Foundation case .multiplier1X24Filled: return "ic_fluent_multiplier_1x_24_filled" case .multiplier1X24Regular: return "ic_fluent_multiplier_1x_24_regular" case .multiplier1X28Filled: return "ic_fluent_multiplier_1x_28_filled" + default: break } + switch self { case .multiplier1X28Regular: return "ic_fluent_multiplier_1x_28_regular" case .multiplier1X32Filled: return "ic_fluent_multiplier_1x_32_filled" case .multiplier1X32Regular: return "ic_fluent_multiplier_1x_32_regular" @@ -19689,9 +20138,9 @@ import Foundation case .navigationUnread20Regular: return "ic_fluent_navigation_unread_20_regular" case .navigationUnread24Filled: return "ic_fluent_navigation_unread_24_filled" case .navigationUnread24Regular: return "ic_fluent_navigation_unread_24_regular" + case .networkAdapter16Filled: return "ic_fluent_network_adapter_16_filled" + case .networkAdapter16Regular: return "ic_fluent_network_adapter_16_regular" case .networkCheck20Filled: return "ic_fluent_network_check_20_filled" - default: break } - switch self { case .networkCheck20Regular: return "ic_fluent_network_check_20_regular" case .networkCheck24Filled: return "ic_fluent_network_check_24_filled" case .networkCheck24Regular: return "ic_fluent_network_check_24_regular" @@ -19714,6 +20163,8 @@ import Foundation case .next20Filled: return "ic_fluent_next_20_filled" case .next20Regular: return "ic_fluent_next_20_regular" case .next24Filled: return "ic_fluent_next_24_filled" + default: break } + switch self { case .next24Regular: return "ic_fluent_next_24_regular" case .next28Filled: return "ic_fluent_next_28_filled" case .next28Regular: return "ic_fluent_next_28_regular" @@ -19792,8 +20243,6 @@ import Foundation case .notebookSync24Filled: return "ic_fluent_notebook_sync_24_filled" case .notebookSync24Regular: return "ic_fluent_notebook_sync_24_regular" case .notepad12Filled: return "ic_fluent_notepad_12_filled" - default: break } - switch self { case .notepad12Regular: return "ic_fluent_notepad_12_regular" case .notepad16Filled: return "ic_fluent_notepad_16_filled" case .notepad16Regular: return "ic_fluent_notepad_16_regular" @@ -19816,6 +20265,8 @@ import Foundation case .notepadPerson24Filled: return "ic_fluent_notepad_person_24_filled" case .notepadPerson24Regular: return "ic_fluent_notepad_person_24_regular" case .numberCircle116Filled: return "ic_fluent_number_circle_1_16_filled" + default: break } + switch self { case .numberCircle116Regular: return "ic_fluent_number_circle_1_16_regular" case .numberCircle120Filled: return "ic_fluent_number_circle_1_20_filled" case .numberCircle120Regular: return "ic_fluent_number_circle_1_20_regular" @@ -19894,8 +20345,6 @@ import Foundation case .numberSymbol48Filled: return "ic_fluent_number_symbol_48_filled" case .numberSymbol48Regular: return "ic_fluent_number_symbol_48_regular" case .numberSymbolDismiss20Filled: return "ic_fluent_number_symbol_dismiss_20_filled" - default: break } - switch self { case .numberSymbolDismiss20Regular: return "ic_fluent_number_symbol_dismiss_20_regular" case .numberSymbolDismiss24Filled: return "ic_fluent_number_symbol_dismiss_24_filled" case .numberSymbolDismiss24Regular: return "ic_fluent_number_symbol_dismiss_24_regular" @@ -19918,6 +20367,8 @@ import Foundation case .openFolder16Filled: return "ic_fluent_open_folder_16_filled" case .openFolder16Regular: return "ic_fluent_open_folder_16_regular" case .openFolder20Filled: return "ic_fluent_open_folder_20_filled" + default: break } + switch self { case .openFolder20Regular: return "ic_fluent_open_folder_20_regular" case .openFolder24Filled: return "ic_fluent_open_folder_24_filled" case .openFolder24Regular: return "ic_fluent_open_folder_24_regular" @@ -19996,8 +20447,6 @@ 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" @@ -20020,6 +20469,8 @@ import Foundation case .paintBrushArrowUp20Filled: return "ic_fluent_paint_brush_arrow_up_20_filled" case .paintBrushArrowUp20Regular: return "ic_fluent_paint_brush_arrow_up_20_regular" case .paintBrushArrowUp24Filled: return "ic_fluent_paint_brush_arrow_up_24_filled" + default: break } + switch self { case .paintBrushArrowUp24Regular: return "ic_fluent_paint_brush_arrow_up_24_regular" case .paintBucket16Filled: return "ic_fluent_paint_bucket_16_filled" case .paintBucket16Regular: return "ic_fluent_paint_bucket_16_regular" @@ -20098,8 +20549,6 @@ import Foundation case .panelRight28Filled: return "ic_fluent_panel_right_28_filled" case .panelRight28Regular: return "ic_fluent_panel_right_28_regular" case .panelRight32Filled: return "ic_fluent_panel_right_32_filled" - default: break } - switch self { case .panelRight32Regular: return "ic_fluent_panel_right_32_regular" case .panelRight48Filled: return "ic_fluent_panel_right_48_filled" case .panelRight48Regular: return "ic_fluent_panel_right_48_regular" @@ -20122,6 +20571,8 @@ import Foundation case .panelTopContract20Filled: return "ic_fluent_panel_top_contract_20_filled" case .panelTopContract20Regular: return "ic_fluent_panel_top_contract_20_regular" case .panelTopExpand20Filled: return "ic_fluent_panel_top_expand_20_filled" + default: break } + switch self { case .panelTopExpand20Regular: return "ic_fluent_panel_top_expand_20_regular" case .password16Filled: return "ic_fluent_password_16_filled" case .password16Regular: return "ic_fluent_password_16_regular" @@ -20200,8 +20651,6 @@ import Foundation case .penOff32Filled: return "ic_fluent_pen_off_32_filled" case .penOff32Regular: return "ic_fluent_pen_off_32_regular" case .penOff48Filled: return "ic_fluent_pen_off_48_filled" - default: break } - switch self { case .penOff48Regular: return "ic_fluent_pen_off_48_regular" case .penProhibited16Filled: return "ic_fluent_pen_prohibited_16_filled" case .penProhibited16Regular: return "ic_fluent_pen_prohibited_16_regular" @@ -20224,6 +20673,8 @@ import Foundation case .people12Filled: return "ic_fluent_people_12_filled" case .people12Regular: return "ic_fluent_people_12_regular" case .people16Filled: return "ic_fluent_people_16_filled" + default: break } + switch self { case .people16Regular: return "ic_fluent_people_16_regular" case .people20Filled: return "ic_fluent_people_20_filled" case .people20Regular: return "ic_fluent_people_20_regular" @@ -20302,8 +20753,6 @@ import Foundation case .peopleProhibited24Filled: return "ic_fluent_people_prohibited_24_filled" case .peopleProhibited24Regular: return "ic_fluent_people_prohibited_24_regular" case .peopleQueue20Filled: return "ic_fluent_people_queue_20_filled" - default: break } - switch self { case .peopleQueue20Regular: return "ic_fluent_people_queue_20_regular" case .peopleQueue24Filled: return "ic_fluent_people_queue_24_filled" case .peopleQueue24Regular: return "ic_fluent_people_queue_24_regular" @@ -20317,6 +20766,20 @@ import Foundation case .peopleSettings24Regular: return "ic_fluent_people_settings_24_regular" case .peopleSettings28Filled: return "ic_fluent_people_settings_28_filled" case .peopleSettings28Regular: return "ic_fluent_people_settings_28_regular" + case .peopleStar16Filled: return "ic_fluent_people_star_16_filled" + case .peopleStar16Regular: return "ic_fluent_people_star_16_regular" + case .peopleStar20Filled: return "ic_fluent_people_star_20_filled" + case .peopleStar20Regular: return "ic_fluent_people_star_20_regular" + case .peopleStar24Filled: return "ic_fluent_people_star_24_filled" + case .peopleStar24Regular: return "ic_fluent_people_star_24_regular" + case .peopleStar28Filled: return "ic_fluent_people_star_28_filled" + case .peopleStar28Regular: return "ic_fluent_people_star_28_regular" + case .peopleStar32Filled: return "ic_fluent_people_star_32_filled" + default: break } + switch self { + case .peopleStar32Regular: return "ic_fluent_people_star_32_regular" + case .peopleStar48Filled: return "ic_fluent_people_star_48_filled" + case .peopleStar48Regular: return "ic_fluent_people_star_48_regular" case .peopleSwap16Filled: return "ic_fluent_people_swap_16_filled" case .peopleSwap16Regular: return "ic_fluent_people_swap_16_regular" case .peopleSwap20Filled: return "ic_fluent_people_swap_20_filled" @@ -20404,8 +20867,6 @@ import Foundation case .personAlert24Filled: return "ic_fluent_person_alert_24_filled" case .personAlert24Regular: return "ic_fluent_person_alert_24_regular" case .personArrowBack16Filled: return "ic_fluent_person_arrow_back_16_filled" - default: break } - switch self { case .personArrowBack16Regular: return "ic_fluent_person_arrow_back_16_regular" case .personArrowBack20Filled: return "ic_fluent_person_arrow_back_20_filled" case .personArrowBack20Regular: return "ic_fluent_person_arrow_back_20_regular" @@ -20416,6 +20877,8 @@ import Foundation case .personArrowBack32Filled: return "ic_fluent_person_arrow_back_32_filled" case .personArrowBack32Regular: return "ic_fluent_person_arrow_back_32_regular" case .personArrowBack48Filled: return "ic_fluent_person_arrow_back_48_filled" + default: break } + switch self { case .personArrowBack48Regular: return "ic_fluent_person_arrow_back_48_regular" case .personArrowLeft16Filled: return "ic_fluent_person_arrow_left_16_filled" case .personArrowLeft16Regular: return "ic_fluent_person_arrow_left_16_regular" @@ -20506,8 +20969,6 @@ import Foundation case .personLink16Filled: return "ic_fluent_person_link_16_filled" case .personLink16Regular: return "ic_fluent_person_link_16_regular" case .personLink20Filled: return "ic_fluent_person_link_20_filled" - default: break } - switch self { case .personLink20Regular: return "ic_fluent_person_link_20_regular" case .personLink24Filled: return "ic_fluent_person_link_24_filled" case .personLink24Regular: return "ic_fluent_person_link_24_regular" @@ -20518,6 +20979,8 @@ import Foundation case .personLink48Filled: return "ic_fluent_person_link_48_filled" case .personLink48Regular: return "ic_fluent_person_link_48_regular" case .personLock16Filled: return "ic_fluent_person_lock_16_filled" + default: break } + switch self { case .personLock16Regular: return "ic_fluent_person_lock_16_regular" case .personLock20Filled: return "ic_fluent_person_lock_20_filled" case .personLock20Regular: return "ic_fluent_person_lock_20_regular" @@ -20563,6 +21026,10 @@ import Foundation case .personQuestionMark24Regular: return "ic_fluent_person_question_mark_24_regular" case .personRunning20Filled: return "ic_fluent_person_running_20_filled" case .personRunning20Regular: return "ic_fluent_person_running_20_regular" + case .personSearch16Filled: return "ic_fluent_person_search_16_filled" + case .personSearch16Regular: return "ic_fluent_person_search_16_regular" + case .personSearch32Filled: return "ic_fluent_person_search_32_filled" + case .personSearch32Regular: return "ic_fluent_person_search_32_regular" case .personSettings16Filled: return "ic_fluent_person_settings_16_filled" case .personSettings16Regular: return "ic_fluent_person_settings_16_regular" case .personSettings20Filled: return "ic_fluent_person_settings_20_filled" @@ -20571,6 +21038,8 @@ import Foundation case .personSquare20Regular: return "ic_fluent_person_square_20_regular" case .personSquare24Filled: return "ic_fluent_person_square_24_filled" case .personSquare24Regular: return "ic_fluent_person_square_24_regular" + case .personStanding16Filled: return "ic_fluent_person_standing_16_filled" + case .personStanding16Regular: return "ic_fluent_person_standing_16_regular" case .personStar16Filled: return "ic_fluent_person_star_16_filled" case .personStar16Regular: return "ic_fluent_person_star_16_regular" case .personStar20Filled: return "ic_fluent_person_star_20_filled" @@ -20608,12 +21077,12 @@ import Foundation case .personSync20Filled: return "ic_fluent_person_sync_20_filled" case .personSync20Regular: return "ic_fluent_person_sync_20_regular" case .personSync24Filled: return "ic_fluent_person_sync_24_filled" - default: break } - switch self { case .personSync24Regular: return "ic_fluent_person_sync_24_regular" case .personSync28Filled: return "ic_fluent_person_sync_28_filled" case .personSync28Regular: return "ic_fluent_person_sync_28_regular" case .personSync32Filled: return "ic_fluent_person_sync_32_filled" + default: break } + switch self { case .personSync32Regular: return "ic_fluent_person_sync_32_regular" case .personSync48Filled: return "ic_fluent_person_sync_48_filled" case .personSync48Regular: return "ic_fluent_person_sync_48_regular" @@ -20631,6 +21100,8 @@ import Foundation case .personVoice20Regular: return "ic_fluent_person_voice_20_regular" case .personVoice24Filled: return "ic_fluent_person_voice_24_filled" case .personVoice24Regular: return "ic_fluent_person_voice_24_regular" + case .personWalking16Filled: return "ic_fluent_person_walking_16_filled" + case .personWalking16Regular: return "ic_fluent_person_walking_16_regular" case .personWalking20Filled: return "ic_fluent_person_walking_20_filled" case .personWalking20Regular: return "ic_fluent_person_walking_20_regular" case .personWalking24Filled: return "ic_fluent_person_walking_24_filled" @@ -20710,10 +21181,10 @@ import Foundation case .phonePageHeader20Filled: return "ic_fluent_phone_page_header_20_filled" case .phonePageHeader20Regular: return "ic_fluent_phone_page_header_20_regular" case .phonePageHeader24Filled: return "ic_fluent_phone_page_header_24_filled" - default: break } - switch self { case .phonePageHeader24Regular: return "ic_fluent_phone_page_header_24_regular" case .phonePagination20Filled: return "ic_fluent_phone_pagination_20_filled" + default: break } + switch self { case .phonePagination20Regular: return "ic_fluent_phone_pagination_20_regular" case .phonePagination24Filled: return "ic_fluent_phone_pagination_24_filled" case .phonePagination24Regular: return "ic_fluent_phone_pagination_24_regular" @@ -20812,10 +21283,10 @@ import Foundation case .pin24Filled: return "ic_fluent_pin_24_filled" case .pin24Regular: return "ic_fluent_pin_24_regular" case .pin28Filled: return "ic_fluent_pin_28_filled" - default: break } - switch self { case .pin28Regular: return "ic_fluent_pin_28_regular" case .pin32Filled: return "ic_fluent_pin_32_filled" + default: break } + switch self { case .pin32Regular: return "ic_fluent_pin_32_regular" case .pin48Filled: return "ic_fluent_pin_48_filled" case .pin48Regular: return "ic_fluent_pin_48_regular" @@ -20873,6 +21344,8 @@ import Foundation case .playCircle28Regular: return "ic_fluent_play_circle_28_regular" case .playCircle48Filled: return "ic_fluent_play_circle_48_filled" case .playCircle48Regular: return "ic_fluent_play_circle_48_regular" + case .playMultiple16Filled: return "ic_fluent_play_multiple_16_filled" + case .playMultiple16Regular: return "ic_fluent_play_multiple_16_regular" case .playSettings20Filled: return "ic_fluent_play_settings_20_filled" case .playSettings20Regular: return "ic_fluent_play_settings_20_regular" case .playingCards20Filled: return "ic_fluent_playing_cards_20_filled" @@ -21185,10 +21658,16 @@ import Foundation case .radarCheckmark20Regular: return "ic_fluent_radar_checkmark_20_regular" case .radarRectangleMultiple20Filled: return "ic_fluent_radar_rectangle_multiple_20_filled" case .radarRectangleMultiple20Regular: return "ic_fluent_radar_rectangle_multiple_20_regular" + case .radioButton16Filled: return "ic_fluent_radio_button_16_filled" + case .radioButton16Regular: return "ic_fluent_radio_button_16_regular" case .radioButton20Filled: return "ic_fluent_radio_button_20_filled" case .radioButton20Regular: return "ic_fluent_radio_button_20_regular" case .radioButton24Filled: return "ic_fluent_radio_button_24_filled" case .radioButton24Regular: return "ic_fluent_radio_button_24_regular" + case .radioButtonOff16Filled: return "ic_fluent_radio_button_off_16_filled" + case .radioButtonOff16Regular: return "ic_fluent_radio_button_off_16_regular" + case .ram16Filled: return "ic_fluent_ram_16_filled" + case .ram16Regular: return "ic_fluent_ram_16_regular" case .ram20Filled: return "ic_fluent_ram_20_filled" case .ram20Regular: return "ic_fluent_ram_20_regular" case .ratingMature16Filled: return "ic_fluent_rating_mature_16_filled" @@ -21214,14 +21693,14 @@ import Foundation case .reOrderDotsVertical16Filled: return "ic_fluent_re_order_dots_vertical_16_filled" case .reOrderDotsVertical16Regular: return "ic_fluent_re_order_dots_vertical_16_regular" case .reOrderDotsVertical20Filled: return "ic_fluent_re_order_dots_vertical_20_filled" + default: break } + switch self { case .reOrderDotsVertical20Regular: return "ic_fluent_re_order_dots_vertical_20_regular" case .reOrderDotsVertical24Filled: return "ic_fluent_re_order_dots_vertical_24_filled" case .reOrderDotsVertical24Regular: return "ic_fluent_re_order_dots_vertical_24_regular" case .readAloud16Filled: return "ic_fluent_read_aloud_16_filled" case .readAloud16Regular: return "ic_fluent_read_aloud_16_regular" case .readAloud20Filled: return "ic_fluent_read_aloud_20_filled" - default: break } - switch self { case .readAloud20Regular: return "ic_fluent_read_aloud_20_regular" case .readAloud24Filled: return "ic_fluent_read_aloud_24_filled" case .readAloud24Regular: return "ic_fluent_read_aloud_24_regular" @@ -21316,14 +21795,14 @@ import Foundation case .recordStop48Filled: return "ic_fluent_record_stop_48_filled" case .recordStop48Regular: return "ic_fluent_record_stop_48_regular" case .rectangleLandscape12Filled: return "ic_fluent_rectangle_landscape_12_filled" + default: break } + switch self { case .rectangleLandscape12Regular: return "ic_fluent_rectangle_landscape_12_regular" case .rectangleLandscape16Filled: return "ic_fluent_rectangle_landscape_16_filled" case .rectangleLandscape16Regular: return "ic_fluent_rectangle_landscape_16_regular" case .rectangleLandscape20Filled: return "ic_fluent_rectangle_landscape_20_filled" case .rectangleLandscape20Regular: return "ic_fluent_rectangle_landscape_20_regular" case .rectangleLandscape24Filled: return "ic_fluent_rectangle_landscape_24_filled" - default: break } - switch self { case .rectangleLandscape24Regular: return "ic_fluent_rectangle_landscape_24_regular" case .rectangleLandscape28Filled: return "ic_fluent_rectangle_landscape_28_filled" case .rectangleLandscape28Regular: return "ic_fluent_rectangle_landscape_28_regular" @@ -21418,14 +21897,14 @@ import Foundation case .ribbon24Filled: return "ic_fluent_ribbon_24_filled" case .ribbon24Regular: return "ic_fluent_ribbon_24_regular" case .ribbon32Filled: return "ic_fluent_ribbon_32_filled" + default: break } + switch self { case .ribbon32Regular: return "ic_fluent_ribbon_32_regular" case .ribbonAdd20Filled: return "ic_fluent_ribbon_add_20_filled" 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" case .ribbonOff12Filled: return "ic_fluent_ribbon_off_12_filled" - default: break } - switch self { case .ribbonOff12Regular: return "ic_fluent_ribbon_off_12_regular" case .ribbonOff16Filled: return "ic_fluent_ribbon_off_16_filled" case .ribbonOff16Regular: return "ic_fluent_ribbon_off_16_regular" @@ -21520,14 +21999,16 @@ import Foundation 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" + default: break } + switch self { case .saveImage20Regular: return "ic_fluent_save_image_20_regular" + case .saveMultiple16Filled: return "ic_fluent_save_multiple_16_filled" + case .saveMultiple16Regular: return "ic_fluent_save_multiple_16_regular" case .saveMultiple20Filled: return "ic_fluent_save_multiple_20_filled" case .saveMultiple20Regular: return "ic_fluent_save_multiple_20_regular" case .saveMultiple24Filled: return "ic_fluent_save_multiple_24_filled" case .saveMultiple24Regular: return "ic_fluent_save_multiple_24_regular" case .saveSearch20Filled: return "ic_fluent_save_search_20_filled" - default: break } - switch self { case .saveSearch20Regular: return "ic_fluent_save_search_20_regular" case .saveSync20Filled: return "ic_fluent_save_sync_20_filled" case .saveSync20Regular: return "ic_fluent_save_sync_20_regular" @@ -21620,6 +22101,8 @@ import Foundation case .scanThumbUpOff28Filled: return "ic_fluent_scan_thumb_up_off_28_filled" case .scanThumbUpOff28Regular: return "ic_fluent_scan_thumb_up_off_28_regular" case .scanThumbUpOff48Filled: return "ic_fluent_scan_thumb_up_off_48_filled" + default: break } + switch self { case .scanThumbUpOff48Regular: return "ic_fluent_scan_thumb_up_off_48_regular" case .scanType20Filled: return "ic_fluent_scan_type_20_filled" case .scanType20Regular: return "ic_fluent_scan_type_20_regular" @@ -21628,8 +22111,6 @@ import Foundation case .scanTypeCheckmark20Filled: return "ic_fluent_scan_type_checkmark_20_filled" case .scanTypeCheckmark20Regular: return "ic_fluent_scan_type_checkmark_20_regular" case .scanTypeCheckmark24Filled: return "ic_fluent_scan_type_checkmark_24_filled" - default: break } - switch self { case .scanTypeCheckmark24Regular: return "ic_fluent_scan_type_checkmark_24_regular" case .scanTypeOff20Filled: return "ic_fluent_scan_type_off_20_filled" case .scanTypeOff20Regular: return "ic_fluent_scan_type_off_20_regular" @@ -21649,6 +22130,8 @@ import Foundation case .screenshot20Regular: return "ic_fluent_screenshot_20_regular" case .screenshot24Filled: return "ic_fluent_screenshot_24_filled" case .screenshot24Regular: return "ic_fluent_screenshot_24_regular" + case .script16Filled: return "ic_fluent_script_16_filled" + case .script16Regular: return "ic_fluent_script_16_regular" case .search12Filled: return "ic_fluent_search_12_filled" case .search12Regular: return "ic_fluent_search_12_regular" case .search16Filled: return "ic_fluent_search_16_filled" @@ -21720,6 +22203,8 @@ import Foundation case .sendCopy20Filled: return "ic_fluent_send_copy_20_filled" case .sendCopy20Regular: return "ic_fluent_send_copy_20_regular" case .sendCopy24Filled: return "ic_fluent_send_copy_24_filled" + default: break } + switch self { case .sendCopy24Regular: return "ic_fluent_send_copy_24_regular" case .serialPort16Filled: return "ic_fluent_serial_port_16_filled" case .serialPort16Regular: return "ic_fluent_serial_port_16_regular" @@ -21727,16 +22212,20 @@ import Foundation case .serialPort20Regular: return "ic_fluent_serial_port_20_regular" case .serialPort24Filled: return "ic_fluent_serial_port_24_filled" case .serialPort24Regular: return "ic_fluent_serial_port_24_regular" + case .server16Filled: return "ic_fluent_server_16_filled" + case .server16Regular: return "ic_fluent_server_16_regular" case .server20Filled: return "ic_fluent_server_20_filled" case .server20Regular: return "ic_fluent_server_20_regular" case .server24Filled: return "ic_fluent_server_24_filled" - default: break } - switch self { case .server24Regular: return "ic_fluent_server_24_regular" case .serverMultiple20Filled: return "ic_fluent_server_multiple_20_filled" case .serverMultiple20Regular: return "ic_fluent_server_multiple_20_regular" case .serverPlay20Filled: return "ic_fluent_server_play_20_filled" case .serverPlay20Regular: return "ic_fluent_server_play_20_regular" + case .serverSurface16Filled: return "ic_fluent_server_surface_16_filled" + case .serverSurface16Regular: return "ic_fluent_server_surface_16_regular" + case .serverSurfaceMultiple16Filled: return "ic_fluent_server_surface_multiple_16_filled" + case .serverSurfaceMultiple16Regular: return "ic_fluent_server_surface_multiple_16_regular" case .serviceBell20Filled: return "ic_fluent_service_bell_20_filled" case .serviceBell20Regular: return "ic_fluent_service_bell_20_regular" case .serviceBell24Filled: return "ic_fluent_service_bell_24_filled" @@ -21816,6 +22305,8 @@ import Foundation case .shareIos28Filled: return "ic_fluent_share_ios_28_filled" case .shareIos28Regular: return "ic_fluent_share_ios_28_regular" case .shareIos48Filled: return "ic_fluent_share_ios_48_filled" + default: break } + switch self { 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" @@ -21832,8 +22323,6 @@ import Foundation case .shareScreenPersonOverlay24Filled: return "ic_fluent_share_screen_person_overlay_24_filled" case .shareScreenPersonOverlay24Regular: return "ic_fluent_share_screen_person_overlay_24_regular" case .shareScreenPersonOverlay28Filled: return "ic_fluent_share_screen_person_overlay_28_filled" - default: break } - switch self { case .shareScreenPersonOverlay28Regular: return "ic_fluent_share_screen_person_overlay_28_regular" case .shareScreenPersonOverlayInside16Filled: return "ic_fluent_share_screen_person_overlay_inside_16_filled" case .shareScreenPersonOverlayInside16Regular: return "ic_fluent_share_screen_person_overlay_inside_16_regular" @@ -21869,6 +22358,8 @@ import Foundation case .shareScreenStop28Regular: return "ic_fluent_share_screen_stop_28_regular" case .shareScreenStop48Filled: return "ic_fluent_share_screen_stop_48_filled" case .shareScreenStop48Regular: return "ic_fluent_share_screen_stop_48_regular" + case .shield12Filled: return "ic_fluent_shield_12_filled" + case .shield12Regular: return "ic_fluent_shield_12_regular" case .shield16Filled: return "ic_fluent_shield_16_filled" case .shield16Regular: return "ic_fluent_shield_16_regular" case .shield20Filled: return "ic_fluent_shield_20_filled" @@ -21916,6 +22407,8 @@ import Foundation case .shieldError24Filled: return "ic_fluent_shield_error_24_filled" case .shieldError24Regular: return "ic_fluent_shield_error_24_regular" case .shieldGlobe16Filled: return "ic_fluent_shield_globe_16_filled" + default: break } + switch self { 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" @@ -21934,8 +22427,6 @@ import Foundation case .shieldLock24Filled: return "ic_fluent_shield_lock_24_filled" case .shieldLock24Regular: return "ic_fluent_shield_lock_24_regular" case .shieldLock28Filled: return "ic_fluent_shield_lock_28_filled" - default: break } - switch self { case .shieldLock28Regular: return "ic_fluent_shield_lock_28_regular" case .shieldLock48Filled: return "ic_fluent_shield_lock_48_filled" case .shieldLock48Regular: return "ic_fluent_shield_lock_48_regular" @@ -22018,6 +22509,8 @@ import Foundation case .shoppingBag16Filled: return "ic_fluent_shopping_bag_16_filled" case .shoppingBag16Regular: return "ic_fluent_shopping_bag_16_regular" case .shoppingBag20Filled: return "ic_fluent_shopping_bag_20_filled" + default: break } + switch self { case .shoppingBag20Regular: return "ic_fluent_shopping_bag_20_regular" case .shoppingBag24Filled: return "ic_fluent_shopping_bag_24_filled" case .shoppingBag24Regular: return "ic_fluent_shopping_bag_24_regular" @@ -22036,8 +22529,6 @@ import Foundation case .shoppingBagPercent20Filled: return "ic_fluent_shopping_bag_percent_20_filled" case .shoppingBagPercent20Regular: return "ic_fluent_shopping_bag_percent_20_regular" case .shoppingBagPercent24Filled: return "ic_fluent_shopping_bag_percent_24_filled" - default: break } - switch self { case .shoppingBagPercent24Regular: return "ic_fluent_shopping_bag_percent_24_regular" case .shoppingBagPlay20Filled: return "ic_fluent_shopping_bag_play_20_filled" case .shoppingBagPlay20Regular: return "ic_fluent_shopping_bag_play_20_regular" @@ -22120,6 +22611,8 @@ import Foundation case .slideAdd20Filled: return "ic_fluent_slide_add_20_filled" case .slideAdd20Regular: return "ic_fluent_slide_add_20_regular" case .slideAdd24Filled: return "ic_fluent_slide_add_24_filled" + default: break } + switch self { case .slideAdd24Regular: return "ic_fluent_slide_add_24_regular" case .slideAdd28Filled: return "ic_fluent_slide_add_28_filled" case .slideAdd28Regular: return "ic_fluent_slide_add_28_regular" @@ -22138,8 +22631,6 @@ import Foundation case .slideEraser24Filled: return "ic_fluent_slide_eraser_24_filled" case .slideEraser24Regular: return "ic_fluent_slide_eraser_24_regular" case .slideGrid20Filled: return "ic_fluent_slide_grid_20_filled" - default: break } - switch self { case .slideGrid20Regular: return "ic_fluent_slide_grid_20_regular" case .slideGrid24Filled: return "ic_fluent_slide_grid_24_filled" case .slideGrid24Regular: return "ic_fluent_slide_grid_24_regular" @@ -22205,11 +22696,25 @@ import Foundation case .slideTextMultiple24Regular: return "ic_fluent_slide_text_multiple_24_regular" case .slideTextMultiple32Filled: return "ic_fluent_slide_text_multiple_32_filled" case .slideTextMultiple32Regular: return "ic_fluent_slide_text_multiple_32_regular" + case .slideTextPerson16Filled: return "ic_fluent_slide_text_person_16_filled" + case .slideTextPerson16Regular: return "ic_fluent_slide_text_person_16_regular" + case .slideTextPerson20Filled: return "ic_fluent_slide_text_person_20_filled" + case .slideTextPerson20Regular: return "ic_fluent_slide_text_person_20_regular" + case .slideTextPerson24Filled: return "ic_fluent_slide_text_person_24_filled" + case .slideTextPerson24Regular: return "ic_fluent_slide_text_person_24_regular" + case .slideTextPerson28Filled: return "ic_fluent_slide_text_person_28_filled" + case .slideTextPerson28Regular: return "ic_fluent_slide_text_person_28_regular" + case .slideTextPerson32Filled: return "ic_fluent_slide_text_person_32_filled" + case .slideTextPerson32Regular: return "ic_fluent_slide_text_person_32_regular" + case .slideTextPerson48Filled: return "ic_fluent_slide_text_person_48_filled" + case .slideTextPerson48Regular: return "ic_fluent_slide_text_person_48_regular" case .slideTransition20Filled: return "ic_fluent_slide_transition_20_filled" case .slideTransition20Regular: return "ic_fluent_slide_transition_20_regular" case .slideTransition24Filled: return "ic_fluent_slide_transition_24_filled" case .slideTransition24Regular: return "ic_fluent_slide_transition_24_regular" case .smartwatch20Filled: return "ic_fluent_smartwatch_20_filled" + default: break } + switch self { case .smartwatch20Regular: return "ic_fluent_smartwatch_20_regular" case .smartwatch24Filled: return "ic_fluent_smartwatch_24_filled" case .smartwatch24Regular: return "ic_fluent_smartwatch_24_regular" @@ -22240,8 +22745,6 @@ import Foundation case .sparkle16Filled: return "ic_fluent_sparkle_16_filled" case .sparkle16Regular: return "ic_fluent_sparkle_16_regular" case .sparkle20Filled: return "ic_fluent_sparkle_20_filled" - default: break } - switch self { case .sparkle20Regular: return "ic_fluent_sparkle_20_regular" case .sparkle24Filled: return "ic_fluent_sparkle_24_filled" case .sparkle24Regular: return "ic_fluent_sparkle_24_regular" @@ -22312,6 +22815,8 @@ import Foundation case .speakerMute48Filled: return "ic_fluent_speaker_mute_48_filled" case .speakerMute48Regular: return "ic_fluent_speaker_mute_48_regular" case .speakerOff16Filled: return "ic_fluent_speaker_off_16_filled" + default: break } + switch self { 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" @@ -22342,8 +22847,6 @@ import Foundation case .splitHorizontal16Filled: return "ic_fluent_split_horizontal_16_filled" case .splitHorizontal16Regular: return "ic_fluent_split_horizontal_16_regular" case .splitHorizontal20Filled: return "ic_fluent_split_horizontal_20_filled" - default: break } - switch self { case .splitHorizontal20Regular: return "ic_fluent_split_horizontal_20_regular" case .splitHorizontal24Filled: return "ic_fluent_split_horizontal_24_filled" case .splitHorizontal24Regular: return "ic_fluent_split_horizontal_24_regular" @@ -22395,6 +22898,8 @@ import Foundation case .sportSoccer20Regular: return "ic_fluent_sport_soccer_20_regular" case .sportSoccer24Filled: return "ic_fluent_sport_soccer_24_filled" case .sportSoccer24Regular: return "ic_fluent_sport_soccer_24_regular" + case .sprayCan16Filled: return "ic_fluent_spray_can_16_filled" + case .sprayCan16Regular: return "ic_fluent_spray_can_16_regular" case .square12Filled: return "ic_fluent_square_12_filled" case .square12Regular: return "ic_fluent_square_12_regular" case .square16Filled: return "ic_fluent_square_16_filled" @@ -22412,6 +22917,8 @@ import Foundation case .squareAdd16Filled: return "ic_fluent_square_add_16_filled" case .squareAdd16Regular: return "ic_fluent_square_add_16_regular" case .squareAdd20Filled: return "ic_fluent_square_add_20_filled" + default: break } + switch self { case .squareAdd20Regular: return "ic_fluent_square_add_20_regular" case .squareArrowForward16Filled: return "ic_fluent_square_arrow_forward_16_filled" case .squareArrowForward16Regular: return "ic_fluent_square_arrow_forward_16_regular" @@ -22444,8 +22951,6 @@ import Foundation case .squareHint48Filled: return "ic_fluent_square_hint_48_filled" case .squareHint48Regular: return "ic_fluent_square_hint_48_regular" case .squareHintApps20Filled: return "ic_fluent_square_hint_apps_20_filled" - default: break } - switch self { case .squareHintApps20Regular: return "ic_fluent_square_hint_apps_20_regular" case .squareHintApps24Filled: return "ic_fluent_square_hint_apps_24_filled" case .squareHintApps24Regular: return "ic_fluent_square_hint_apps_24_regular" @@ -22514,6 +23019,8 @@ import Foundation case .star48Filled: return "ic_fluent_star_48_filled" case .star48Regular: return "ic_fluent_star_48_regular" case .starAdd16Filled: return "ic_fluent_star_add_16_filled" + default: break } + switch self { case .starAdd16Regular: return "ic_fluent_star_add_16_regular" case .starAdd20Filled: return "ic_fluent_star_add_20_filled" case .starAdd20Regular: return "ic_fluent_star_add_20_regular" @@ -22546,8 +23053,6 @@ import Foundation case .starEmphasis24Filled: return "ic_fluent_star_emphasis_24_filled" case .starEmphasis24Regular: return "ic_fluent_star_emphasis_24_regular" case .starEmphasis32Filled: return "ic_fluent_star_emphasis_32_filled" - default: break } - switch self { case .starEmphasis32Regular: return "ic_fluent_star_emphasis_32_regular" case .starHalf12Filled: return "ic_fluent_star_half_12_filled" case .starHalf12Regular: return "ic_fluent_star_half_12_regular" @@ -22613,6 +23118,12 @@ import Foundation case .status20Regular: return "ic_fluent_status_20_regular" case .status24Filled: return "ic_fluent_status_24_filled" case .status24Regular: return "ic_fluent_status_24_regular" + case .step16Filled: return "ic_fluent_step_16_filled" + case .step16Regular: return "ic_fluent_step_16_regular" + case .steps16Filled: return "ic_fluent_steps_16_filled" + default: break } + switch self { + case .steps16Regular: return "ic_fluent_steps_16_regular" case .steps20Filled: return "ic_fluent_steps_20_filled" case .steps20Regular: return "ic_fluent_steps_20_regular" case .steps24Filled: return "ic_fluent_steps_24_filled" @@ -22648,8 +23159,6 @@ import Foundation case .storeMicrosoft24Filled: return "ic_fluent_store_microsoft_24_filled" case .storeMicrosoft24Regular: return "ic_fluent_store_microsoft_24_regular" case .stream20Filled: return "ic_fluent_stream_20_filled" - default: break } - switch self { case .stream20Regular: return "ic_fluent_stream_20_regular" case .stream24Filled: return "ic_fluent_stream_24_filled" case .stream24Regular: return "ic_fluent_stream_24_regular" @@ -22714,6 +23223,8 @@ import Foundation case .subtractSquareMultiple20Filled: return "ic_fluent_subtract_square_multiple_20_filled" case .subtractSquareMultiple20Regular: return "ic_fluent_subtract_square_multiple_20_regular" case .surfaceEarbuds20Filled: return "ic_fluent_surface_earbuds_20_filled" + default: break } + switch self { case .surfaceEarbuds20Regular: return "ic_fluent_surface_earbuds_20_regular" case .surfaceEarbuds24Filled: return "ic_fluent_surface_earbuds_24_filled" case .surfaceEarbuds24Regular: return "ic_fluent_surface_earbuds_24_regular" @@ -22750,8 +23261,6 @@ import Foundation case .syncOff16Filled: return "ic_fluent_sync_off_16_filled" case .syncOff16Regular: return "ic_fluent_sync_off_16_regular" case .syncOff20Filled: return "ic_fluent_sync_off_20_filled" - default: break } - switch self { case .syncOff20Regular: return "ic_fluent_sync_off_20_regular" case .syringe20Filled: return "ic_fluent_syringe_20_filled" case .syringe20Regular: return "ic_fluent_syringe_20_regular" @@ -22816,6 +23325,8 @@ import Foundation case .tabInPrivate16Filled: return "ic_fluent_tab_in_private_16_filled" case .tabInPrivate16Regular: return "ic_fluent_tab_in_private_16_regular" case .tabInPrivate20Filled: return "ic_fluent_tab_in_private_20_filled" + default: break } + switch self { 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" @@ -22852,8 +23363,6 @@ import Foundation case .tableAdd24Filled: return "ic_fluent_table_add_24_filled" case .tableAdd24Regular: return "ic_fluent_table_add_24_regular" case .tableAdd28Filled: return "ic_fluent_table_add_28_filled" - default: break } - switch self { case .tableAdd28Regular: return "ic_fluent_table_add_28_regular" case .tableBottomRow16Filled: return "ic_fluent_table_bottom_row_16_filled" case .tableBottomRow16Regular: return "ic_fluent_table_bottom_row_16_regular" @@ -22918,6 +23427,8 @@ import Foundation case .tableDismiss16Filled: return "ic_fluent_table_dismiss_16_filled" case .tableDismiss16Regular: return "ic_fluent_table_dismiss_16_regular" case .tableDismiss20Filled: return "ic_fluent_table_dismiss_20_filled" + default: break } + switch self { 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" @@ -22954,8 +23465,6 @@ import Foundation case .tableFreezeRow24Filled: return "ic_fluent_table_freeze_row_24_filled" case .tableFreezeRow24Regular: return "ic_fluent_table_freeze_row_24_regular" case .tableFreezeRow28Filled: return "ic_fluent_table_freeze_row_28_filled" - default: break } - switch self { case .tableFreezeRow28Regular: return "ic_fluent_table_freeze_row_28_regular" case .tableImage20Filled: return "ic_fluent_table_image_20_filled" case .tableImage20Regular: return "ic_fluent_table_image_20_regular" @@ -22991,6 +23500,18 @@ import Foundation case .tableLink24Regular: return "ic_fluent_table_link_24_regular" case .tableLink28Filled: return "ic_fluent_table_link_28_filled" case .tableLink28Regular: return "ic_fluent_table_link_28_regular" + case .tableLock16Filled: return "ic_fluent_table_lock_16_filled" + case .tableLock16Regular: return "ic_fluent_table_lock_16_regular" + case .tableLock20Filled: return "ic_fluent_table_lock_20_filled" + case .tableLock20Regular: return "ic_fluent_table_lock_20_regular" + case .tableLock24Filled: return "ic_fluent_table_lock_24_filled" + case .tableLock24Regular: return "ic_fluent_table_lock_24_regular" + case .tableLock28Filled: return "ic_fluent_table_lock_28_filled" + case .tableLock28Regular: return "ic_fluent_table_lock_28_regular" + case .tableLock32Filled: return "ic_fluent_table_lock_32_filled" + case .tableLock32Regular: return "ic_fluent_table_lock_32_regular" + case .tableLock48Filled: return "ic_fluent_table_lock_48_filled" + case .tableLock48Regular: return "ic_fluent_table_lock_48_regular" case .tableMoveAbove16Filled: return "ic_fluent_table_move_above_16_filled" case .tableMoveAbove16Regular: return "ic_fluent_table_move_above_16_regular" case .tableMoveAbove20Filled: return "ic_fluent_table_move_above_20_filled" @@ -23008,6 +23529,8 @@ import Foundation case .tableMoveBelow28Filled: return "ic_fluent_table_move_below_28_filled" case .tableMoveBelow28Regular: return "ic_fluent_table_move_below_28_regular" case .tableMoveLeft16Filled: return "ic_fluent_table_move_left_16_filled" + default: break } + switch self { 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" @@ -23056,8 +23579,6 @@ import Foundation case .tableSimple20Filled: return "ic_fluent_table_simple_20_filled" case .tableSimple20Regular: return "ic_fluent_table_simple_20_regular" case .tableSimple24Filled: return "ic_fluent_table_simple_24_filled" - default: break } - switch self { case .tableSimple24Regular: return "ic_fluent_table_simple_24_regular" case .tableSimple28Filled: return "ic_fluent_table_simple_28_filled" case .tableSimple28Regular: return "ic_fluent_table_simple_28_regular" @@ -23110,6 +23631,8 @@ import Foundation case .tableStackRight28Filled: return "ic_fluent_table_stack_right_28_filled" case .tableStackRight28Regular: return "ic_fluent_table_stack_right_28_regular" case .tableSwitch16Filled: return "ic_fluent_table_switch_16_filled" + default: break } + switch self { case .tableSwitch16Regular: return "ic_fluent_table_switch_16_regular" case .tableSwitch20Filled: return "ic_fluent_table_switch_20_filled" case .tableSwitch20Regular: return "ic_fluent_table_switch_20_regular" @@ -23158,8 +23681,6 @@ import Foundation case .tagDismiss24Filled: return "ic_fluent_tag_dismiss_24_filled" case .tagDismiss24Regular: return "ic_fluent_tag_dismiss_24_regular" case .tagError16Filled: return "ic_fluent_tag_error_16_filled" - default: break } - switch self { case .tagError16Regular: return "ic_fluent_tag_error_16_regular" case .tagError20Filled: return "ic_fluent_tag_error_20_filled" case .tagError20Regular: return "ic_fluent_tag_error_20_regular" @@ -23212,6 +23733,8 @@ import Foundation case .tapDouble48Filled: return "ic_fluent_tap_double_48_filled" case .tapDouble48Regular: return "ic_fluent_tap_double_48_regular" case .tapSingle20Filled: return "ic_fluent_tap_single_20_filled" + default: break } + switch self { case .tapSingle20Regular: return "ic_fluent_tap_single_20_regular" case .tapSingle24Filled: return "ic_fluent_tap_single_24_filled" case .tapSingle24Regular: return "ic_fluent_tap_single_24_regular" @@ -23260,8 +23783,6 @@ import Foundation 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" - default: break } - switch self { case .taskListSquarePerson20Regular: return "ic_fluent_task_list_square_person_20_regular" case .taskListSquareSettings20Filled: return "ic_fluent_task_list_square_settings_20_filled" case .taskListSquareSettings20Regular: return "ic_fluent_task_list_square_settings_20_regular" @@ -23314,6 +23835,8 @@ import Foundation case .text16Filled: return "ic_fluent_text_16_filled" case .text16Regular: return "ic_fluent_text_16_regular" case .text32Filled: return "ic_fluent_text_32_filled" + default: break } + switch self { case .text32Regular: return "ic_fluent_text_32_regular" case .textAdd20Filled: return "ic_fluent_text_add_20_filled" case .textAdd20Regular: return "ic_fluent_text_add_20_regular" @@ -23362,8 +23885,6 @@ import Foundation case .textAlignJustify24Filled: return "ic_fluent_text_align_justify_24_filled" case .textAlignJustify24Regular: return "ic_fluent_text_align_justify_24_regular" case .textAlignJustifyLow20Filled: return "ic_fluent_text_align_justify_low_20_filled" - default: break } - switch self { case .textAlignJustifyLow20Regular: return "ic_fluent_text_align_justify_low_20_regular" case .textAlignJustifyLow24Filled: return "ic_fluent_text_align_justify_low_24_filled" case .textAlignJustifyLow24Regular: return "ic_fluent_text_align_justify_low_24_regular" @@ -23416,6 +23937,8 @@ import Foundation case .textAlignRightRotate9016Filled: return "ic_fluent_text_align_right_rotate_90_16_filled" case .textAlignRightRotate9016Regular: return "ic_fluent_text_align_right_rotate_90_16_regular" case .textAlignRightRotate9020Filled: return "ic_fluent_text_align_right_rotate_90_20_filled" + default: break } + switch self { case .textAlignRightRotate9020Regular: return "ic_fluent_text_align_right_rotate_90_20_regular" case .textAlignRightRotate9024Filled: return "ic_fluent_text_align_right_rotate_90_24_filled" case .textAlignRightRotate9024Regular: return "ic_fluent_text_align_right_rotate_90_24_regular" @@ -23464,8 +23987,6 @@ import Foundation case .textBulletListSquareEdit20Filled: return "ic_fluent_text_bullet_list_square_edit_20_filled" case .textBulletListSquareEdit20Regular: return "ic_fluent_text_bullet_list_square_edit_20_regular" case .textBulletListSquareEdit24Filled: return "ic_fluent_text_bullet_list_square_edit_24_filled" - default: break } - switch self { case .textBulletListSquareEdit24Regular: return "ic_fluent_text_bullet_list_square_edit_24_regular" case .textBulletListSquarePerson20Filled: return "ic_fluent_text_bullet_list_square_person_20_filled" case .textBulletListSquarePerson20Regular: return "ic_fluent_text_bullet_list_square_person_20_regular" @@ -23518,6 +24039,8 @@ import Foundation case .textClearFormatting16Filled: return "ic_fluent_text_clear_formatting_16_filled" case .textClearFormatting16Regular: return "ic_fluent_text_clear_formatting_16_regular" case .textClearFormatting20Filled: return "ic_fluent_text_clear_formatting_20_filled" + default: break } + switch self { case .textClearFormatting20Regular: return "ic_fluent_text_clear_formatting_20_regular" case .textClearFormatting24Filled: return "ic_fluent_text_clear_formatting_24_filled" case .textClearFormatting24Regular: return "ic_fluent_text_clear_formatting_24_regular" @@ -23566,8 +24089,6 @@ import Foundation case .textColumnTwoRight20Regular: return "ic_fluent_text_column_two_right_20_regular" case .textColumnTwoRight24Filled: return "ic_fluent_text_column_two_right_24_filled" case .textColumnTwoRight24Regular: return "ic_fluent_text_column_two_right_24_regular" - default: break } - switch self { case .textContinuous20Filled: return "ic_fluent_text_continuous_20_filled" case .textContinuous20Regular: return "ic_fluent_text_continuous_20_regular" case .textContinuous24Filled: return "ic_fluent_text_continuous_24_filled" @@ -23620,6 +24141,8 @@ import Foundation case .textEditStyle20Regular: return "ic_fluent_text_edit_style_20_regular" case .textEditStyle24Filled: return "ic_fluent_text_edit_style_24_filled" case .textEditStyle24Regular: return "ic_fluent_text_edit_style_24_regular" + default: break } + switch self { case .textEffects20Filled: return "ic_fluent_text_effects_20_filled" case .textEffects20Regular: return "ic_fluent_text_effects_20_regular" case .textEffects24Filled: return "ic_fluent_text_effects_24_filled" @@ -23668,8 +24191,6 @@ import Foundation case .textGrammarArrowRight20Regular: return "ic_fluent_text_grammar_arrow_right_20_regular" case .textGrammarArrowRight24Filled: return "ic_fluent_text_grammar_arrow_right_24_filled" case .textGrammarArrowRight24Regular: return "ic_fluent_text_grammar_arrow_right_24_regular" - default: break } - switch self { case .textGrammarCheckmark20Filled: return "ic_fluent_text_grammar_checkmark_20_filled" case .textGrammarCheckmark20Regular: return "ic_fluent_text_grammar_checkmark_20_regular" case .textGrammarCheckmark24Filled: return "ic_fluent_text_grammar_checkmark_24_filled" @@ -23722,6 +24243,8 @@ import Foundation case .textIndentDecreaseRotate9024Regular: return "ic_fluent_text_indent_decrease_rotate_90_24_regular" case .textIndentIncrease16Filled: return "ic_fluent_text_indent_increase_16_filled" case .textIndentIncrease16Regular: return "ic_fluent_text_indent_increase_16_regular" + default: break } + switch self { case .textIndentIncrease20Filled: return "ic_fluent_text_indent_increase_20_filled" case .textIndentIncrease20Regular: return "ic_fluent_text_indent_increase_20_regular" case .textIndentIncrease24Filled: return "ic_fluent_text_indent_increase_24_filled" @@ -23770,8 +24293,6 @@ import Foundation case .textParagraph16Regular: return "ic_fluent_text_paragraph_16_regular" case .textParagraph20Filled: return "ic_fluent_text_paragraph_20_filled" case .textParagraph20Regular: return "ic_fluent_text_paragraph_20_regular" - default: break } - switch self { case .textParagraph24Filled: return "ic_fluent_text_paragraph_24_filled" case .textParagraph24Regular: return "ic_fluent_text_paragraph_24_regular" case .textParagraphDirection20Filled: return "ic_fluent_text_paragraph_direction_20_filled" @@ -23824,6 +24345,8 @@ import Foundation case .textQuote16Regular: return "ic_fluent_text_quote_16_regular" case .textQuote20Filled: return "ic_fluent_text_quote_20_filled" case .textQuote20Regular: return "ic_fluent_text_quote_20_regular" + default: break } + switch self { 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" @@ -23864,6 +24387,8 @@ import Foundation case .textT28Regular: return "ic_fluent_text_t_28_regular" case .textT48Filled: return "ic_fluent_text_t_48_filled" case .textT48Regular: return "ic_fluent_text_t_48_regular" + case .textTTag16Filled: return "ic_fluent_text_t_tag_16_filled" + case .textTTag16Regular: return "ic_fluent_text_t_tag_16_regular" case .textUnderline16Filled: return "ic_fluent_text_underline_16_filled" case .textUnderline16Regular: return "ic_fluent_text_underline_16_regular" case .textUnderline20Filled: return "ic_fluent_text_underline_20_filled" @@ -23872,8 +24397,6 @@ import Foundation case .textUnderline24Regular: return "ic_fluent_text_underline_24_regular" case .textUnderlineDouble20Filled: return "ic_fluent_text_underline_double_20_filled" case .textUnderlineDouble20Regular: return "ic_fluent_text_underline_double_20_regular" - default: break } - switch self { case .textUnderlineDouble24Filled: return "ic_fluent_text_underline_double_24_filled" case .textUnderlineDouble24Regular: return "ic_fluent_text_underline_double_24_regular" case .textWholeWord20Filled: return "ic_fluent_text_whole_word_20_filled" @@ -23924,6 +24447,8 @@ import Foundation case .textboxAlignTop20Regular: return "ic_fluent_textbox_align_top_20_regular" case .textboxAlignTop24Filled: return "ic_fluent_textbox_align_top_24_filled" case .textboxAlignTop24Regular: return "ic_fluent_textbox_align_top_24_regular" + default: break } + switch self { case .textboxAlignTopRotate9020Filled: return "ic_fluent_textbox_align_top_rotate_90_20_filled" case .textboxAlignTopRotate9020Regular: return "ic_fluent_textbox_align_top_rotate_90_20_regular" case .textboxAlignTopRotate9024Filled: return "ic_fluent_textbox_align_top_rotate_90_24_filled" @@ -23974,8 +24499,6 @@ import Foundation case .timeAndWeather24Regular: return "ic_fluent_time_and_weather_24_regular" case .timePicker20Filled: return "ic_fluent_time_picker_20_filled" case .timePicker20Regular: return "ic_fluent_time_picker_20_regular" - default: break } - switch self { case .timePicker24Filled: return "ic_fluent_time_picker_24_filled" case .timePicker24Regular: return "ic_fluent_time_picker_24_regular" case .timeline20Filled: return "ic_fluent_timeline_20_filled" @@ -24026,6 +24549,8 @@ import Foundation case .toggleMultiple16Regular: return "ic_fluent_toggle_multiple_16_regular" case .toggleMultiple20Filled: return "ic_fluent_toggle_multiple_20_filled" case .toggleMultiple20Regular: return "ic_fluent_toggle_multiple_20_regular" + default: break } + switch self { case .toggleMultiple24Filled: return "ic_fluent_toggle_multiple_24_filled" case .toggleMultiple24Regular: return "ic_fluent_toggle_multiple_24_regular" case .toggleRight16Filled: return "ic_fluent_toggle_right_16_filled" @@ -24056,6 +24581,7 @@ import Foundation 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" + case .translate16Filled: return "ic_fluent_translate_16_filled" case .translate16Regular: return "ic_fluent_translate_16_regular" case .translate20Filled: return "ic_fluent_translate_20_filled" case .translate20Regular: return "ic_fluent_translate_20_regular" @@ -24076,8 +24602,6 @@ import Foundation case .treeDeciduous20Filled: return "ic_fluent_tree_deciduous_20_filled" case .treeDeciduous20Regular: return "ic_fluent_tree_deciduous_20_regular" case .treeEvergreen20Filled: return "ic_fluent_tree_evergreen_20_filled" - default: break } - switch self { case .treeEvergreen20Regular: return "ic_fluent_tree_evergreen_20_regular" case .triangle12Filled: return "ic_fluent_triangle_12_filled" case .triangle12Regular: return "ic_fluent_triangle_12_regular" @@ -24127,6 +24651,8 @@ import Foundation case .trophy24Regular: return "ic_fluent_trophy_24_regular" case .trophy28Filled: return "ic_fluent_trophy_28_filled" case .trophy28Regular: return "ic_fluent_trophy_28_regular" + default: break } + switch self { case .trophy32Filled: return "ic_fluent_trophy_32_filled" case .trophy32Regular: return "ic_fluent_trophy_32_regular" case .trophy48Filled: return "ic_fluent_trophy_48_filled" @@ -24178,8 +24704,6 @@ import Foundation case .tvUsb48Filled: return "ic_fluent_tv_usb_48_filled" case .tvUsb48Regular: return "ic_fluent_tv_usb_48_regular" case .umbrella20Filled: return "ic_fluent_umbrella_20_filled" - default: break } - switch self { case .umbrella20Regular: return "ic_fluent_umbrella_20_regular" case .umbrella24Filled: return "ic_fluent_umbrella_24_filled" case .umbrella24Regular: return "ic_fluent_umbrella_24_regular" @@ -24229,6 +24753,8 @@ import Foundation 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" + default: break } + switch self { case .vehicleCar32Filled: return "ic_fluent_vehicle_car_32_filled" case .vehicleCar32Regular: return "ic_fluent_vehicle_car_32_regular" case .vehicleCar48Filled: return "ic_fluent_vehicle_car_48_filled" @@ -24280,8 +24806,6 @@ import Foundation case .vehicleSubway24Filled: return "ic_fluent_vehicle_subway_24_filled" case .vehicleSubway24Regular: return "ic_fluent_vehicle_subway_24_regular" case .vehicleTruck16Filled: return "ic_fluent_vehicle_truck_16_filled" - default: break } - switch self { case .vehicleTruck16Regular: return "ic_fluent_vehicle_truck_16_regular" case .vehicleTruck20Filled: return "ic_fluent_vehicle_truck_20_filled" case .vehicleTruck20Regular: return "ic_fluent_vehicle_truck_20_regular" @@ -24331,6 +24855,8 @@ import Foundation case .videoChat16Regular: return "ic_fluent_video_chat_16_regular" case .videoChat20Filled: return "ic_fluent_video_chat_20_filled" case .videoChat20Regular: return "ic_fluent_video_chat_20_regular" + default: break } + switch self { case .videoChat24Filled: return "ic_fluent_video_chat_24_filled" case .videoChat24Regular: return "ic_fluent_video_chat_24_regular" case .videoChat28Filled: return "ic_fluent_video_chat_28_filled" @@ -24379,11 +24905,11 @@ import Foundation case .videoPerson24Regular: return "ic_fluent_video_person_24_regular" case .videoPerson28Filled: return "ic_fluent_video_person_28_filled" case .videoPerson28Regular: return "ic_fluent_video_person_28_regular" + 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" case .videoPerson48Regular: return "ic_fluent_video_person_48_regular" case .videoPersonCall16Filled: return "ic_fluent_video_person_call_16_filled" - default: break } - switch self { 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" @@ -24391,6 +24917,18 @@ import Foundation 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" + case .videoPersonClock16Filled: return "ic_fluent_video_person_clock_16_filled" + case .videoPersonClock16Regular: return "ic_fluent_video_person_clock_16_regular" + case .videoPersonClock20Filled: return "ic_fluent_video_person_clock_20_filled" + case .videoPersonClock20Regular: return "ic_fluent_video_person_clock_20_regular" + case .videoPersonClock24Filled: return "ic_fluent_video_person_clock_24_filled" + case .videoPersonClock24Regular: return "ic_fluent_video_person_clock_24_regular" + case .videoPersonClock28Filled: return "ic_fluent_video_person_clock_28_filled" + case .videoPersonClock28Regular: return "ic_fluent_video_person_clock_28_regular" + case .videoPersonClock32Filled: return "ic_fluent_video_person_clock_32_filled" + case .videoPersonClock32Regular: return "ic_fluent_video_person_clock_32_regular" + case .videoPersonClock48Filled: return "ic_fluent_video_person_clock_48_filled" + case .videoPersonClock48Regular: return "ic_fluent_video_person_clock_48_regular" case .videoPersonOff20Filled: return "ic_fluent_video_person_off_20_filled" case .videoPersonOff20Regular: return "ic_fluent_video_person_off_20_regular" case .videoPersonOff24Filled: return "ic_fluent_video_person_off_24_filled" @@ -24419,6 +24957,8 @@ import Foundation case .videoPlayPause24Regular: return "ic_fluent_video_play_pause_24_regular" case .videoProhibited16Filled: return "ic_fluent_video_prohibited_16_filled" case .videoProhibited16Regular: return "ic_fluent_video_prohibited_16_regular" + default: break } + switch self { case .videoProhibited20Filled: return "ic_fluent_video_prohibited_20_filled" case .videoProhibited20Regular: return "ic_fluent_video_prohibited_20_regular" case .videoProhibited24Filled: return "ic_fluent_video_prohibited_24_filled" @@ -24457,6 +24997,8 @@ import Foundation case .voicemail24Regular: return "ic_fluent_voicemail_24_regular" case .voicemail28Filled: return "ic_fluent_voicemail_28_filled" case .voicemail28Regular: return "ic_fluent_voicemail_28_regular" + case .voicemail32Filled: return "ic_fluent_voicemail_32_filled" + case .voicemail32Regular: return "ic_fluent_voicemail_32_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" @@ -24484,8 +25026,6 @@ import Foundation case .wallet20Filled: return "ic_fluent_wallet_20_filled" case .wallet20Regular: return "ic_fluent_wallet_20_regular" case .wallet24Filled: return "ic_fluent_wallet_24_filled" - default: break } - switch self { case .wallet24Regular: return "ic_fluent_wallet_24_regular" case .wallet28Filled: return "ic_fluent_wallet_28_filled" case .wallet28Regular: return "ic_fluent_wallet_28_regular" @@ -24519,6 +25059,8 @@ import Foundation case .warning12Regular: return "ic_fluent_warning_12_regular" case .warning16Filled: return "ic_fluent_warning_16_filled" case .warning16Regular: return "ic_fluent_warning_16_regular" + default: break } + switch self { case .warning20Filled: return "ic_fluent_warning_20_filled" case .warning20Regular: return "ic_fluent_warning_20_regular" case .warning24Filled: return "ic_fluent_warning_24_filled" @@ -24586,8 +25128,6 @@ import Foundation case .weatherHailNight24Filled: return "ic_fluent_weather_hail_night_24_filled" case .weatherHailNight24Regular: return "ic_fluent_weather_hail_night_24_regular" case .weatherHailNight48Filled: return "ic_fluent_weather_hail_night_48_filled" - default: break } - switch self { case .weatherHailNight48Regular: return "ic_fluent_weather_hail_night_48_regular" case .weatherHaze20Filled: return "ic_fluent_weather_haze_20_filled" case .weatherHaze20Regular: return "ic_fluent_weather_haze_20_regular" @@ -24621,6 +25161,8 @@ import Foundation case .weatherPartlyCloudyDay20Regular: return "ic_fluent_weather_partly_cloudy_day_20_regular" case .weatherPartlyCloudyDay24Filled: return "ic_fluent_weather_partly_cloudy_day_24_filled" case .weatherPartlyCloudyDay24Regular: return "ic_fluent_weather_partly_cloudy_day_24_regular" + default: break } + switch self { case .weatherPartlyCloudyDay48Filled: return "ic_fluent_weather_partly_cloudy_day_48_filled" case .weatherPartlyCloudyDay48Regular: return "ic_fluent_weather_partly_cloudy_day_48_regular" case .weatherPartlyCloudyNight20Filled: return "ic_fluent_weather_partly_cloudy_night_20_filled" @@ -24688,8 +25230,6 @@ import Foundation case .weatherSunny16Filled: return "ic_fluent_weather_sunny_16_filled" case .weatherSunny16Regular: return "ic_fluent_weather_sunny_16_regular" case .weatherSunny20Filled: return "ic_fluent_weather_sunny_20_filled" - default: break } - switch self { case .weatherSunny20Regular: return "ic_fluent_weather_sunny_20_regular" case .weatherSunny24Filled: return "ic_fluent_weather_sunny_24_filled" case .weatherSunny24Regular: return "ic_fluent_weather_sunny_24_regular" @@ -24717,10 +25257,14 @@ import Foundation case .weatherThunderstorm24Regular: return "ic_fluent_weather_thunderstorm_24_regular" case .weatherThunderstorm48Filled: return "ic_fluent_weather_thunderstorm_48_filled" case .weatherThunderstorm48Regular: return "ic_fluent_weather_thunderstorm_48_regular" + case .webAsset16Filled: return "ic_fluent_web_asset_16_filled" + case .webAsset16Regular: return "ic_fluent_web_asset_16_regular" case .webAsset20Filled: return "ic_fluent_web_asset_20_filled" case .webAsset20Regular: return "ic_fluent_web_asset_20_regular" case .webAsset24Filled: return "ic_fluent_web_asset_24_filled" case .webAsset24Regular: return "ic_fluent_web_asset_24_regular" + default: break } + switch self { case .whiteboard20Filled: return "ic_fluent_whiteboard_20_filled" case .whiteboard20Regular: return "ic_fluent_whiteboard_20_regular" case .whiteboard24Filled: return "ic_fluent_whiteboard_24_filled" @@ -24790,8 +25334,6 @@ import Foundation case .windowArrowUp16Filled: return "ic_fluent_window_arrow_up_16_filled" case .windowArrowUp16Regular: return "ic_fluent_window_arrow_up_16_regular" case .windowArrowUp20Filled: return "ic_fluent_window_arrow_up_20_filled" - default: break } - switch self { case .windowArrowUp20Regular: return "ic_fluent_window_arrow_up_20_regular" case .windowArrowUp24Filled: return "ic_fluent_window_arrow_up_24_filled" case .windowArrowUp24Regular: return "ic_fluent_window_arrow_up_24_regular" @@ -24823,6 +25365,8 @@ import Foundation case .windowHeaderHorizontal20Regular: return "ic_fluent_window_header_horizontal_20_regular" case .windowHeaderHorizontalOff20Filled: return "ic_fluent_window_header_horizontal_off_20_filled" case .windowHeaderHorizontalOff20Regular: return "ic_fluent_window_header_horizontal_off_20_regular" + default: break } + switch self { 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" @@ -24892,8 +25436,6 @@ import Foundation case .xboxController32Filled: return "ic_fluent_xbox_controller_32_filled" case .xboxController32Regular: return "ic_fluent_xbox_controller_32_regular" case .xboxController48Filled: return "ic_fluent_xbox_controller_48_filled" - default: break } - switch self { case .xboxController48Regular: return "ic_fluent_xbox_controller_48_regular" case .xboxControllerError20Filled: return "ic_fluent_xbox_controller_error_20_filled" case .xboxControllerError20Regular: return "ic_fluent_xbox_controller_error_20_regular" @@ -25102,6 +25644,14 @@ import Foundation case .alignCenterVertical32Regular: return ".alignCenterVertical32Regular" case .alignCenterVertical48Filled: return ".alignCenterVertical48Filled" case .alignCenterVertical48Regular: return ".alignCenterVertical48Regular" + case .alignDistributeBottom16Filled: return ".alignDistributeBottom16Filled" + case .alignDistributeBottom16Regular: return ".alignDistributeBottom16Regular" + case .alignDistributeLeft16Filled: return ".alignDistributeLeft16Filled" + case .alignDistributeLeft16Regular: return ".alignDistributeLeft16Regular" + case .alignDistributeRight16Filled: return ".alignDistributeRight16Filled" + case .alignDistributeRight16Regular: return ".alignDistributeRight16Regular" + case .alignDistributeTop16Filled: return ".alignDistributeTop16Filled" + case .alignDistributeTop16Regular: return ".alignDistributeTop16Regular" case .alignEndHorizontal20Filled: return ".alignEndHorizontal20Filled" case .alignEndHorizontal20Regular: return ".alignEndHorizontal20Regular" case .alignEndVertical20Filled: return ".alignEndVertical20Filled" @@ -25128,6 +25678,8 @@ import Foundation case .alignRight28Regular: return ".alignRight28Regular" case .alignRight32Filled: return ".alignRight32Filled" case .alignRight32Regular: return ".alignRight32Regular" + default: break } + switch self { case .alignRight48Filled: return ".alignRight48Filled" case .alignRight48Regular: return ".alignRight48Regular" case .alignSpaceAroundHorizontal20Filled: return ".alignSpaceAroundHorizontal20Filled" @@ -25136,8 +25688,6 @@ import Foundation case .alignSpaceAroundVertical20Regular: return ".alignSpaceAroundVertical20Regular" case .alignSpaceBetweenHorizontal20Filled: return ".alignSpaceBetweenHorizontal20Filled" case .alignSpaceBetweenHorizontal20Regular: return ".alignSpaceBetweenHorizontal20Regular" - default: break } - switch self { case .alignSpaceBetweenVertical20Filled: return ".alignSpaceBetweenVertical20Filled" case .alignSpaceBetweenVertical20Regular: return ".alignSpaceBetweenVertical20Regular" case .alignSpaceEvenlyHorizontal20Filled: return ".alignSpaceEvenlyHorizontal20Filled" @@ -25150,8 +25700,12 @@ import Foundation case .alignStartHorizontal20Regular: return ".alignStartHorizontal20Regular" case .alignStartVertical20Filled: return ".alignStartVertical20Filled" case .alignStartVertical20Regular: return ".alignStartVertical20Regular" + case .alignStretchHorizontal16Filled: return ".alignStretchHorizontal16Filled" + case .alignStretchHorizontal16Regular: return ".alignStretchHorizontal16Regular" case .alignStretchHorizontal20Filled: return ".alignStretchHorizontal20Filled" case .alignStretchHorizontal20Regular: return ".alignStretchHorizontal20Regular" + case .alignStretchVertical16Filled: return ".alignStretchVertical16Filled" + case .alignStretchVertical16Regular: return ".alignStretchVertical16Regular" case .alignStretchVertical20Filled: return ".alignStretchVertical20Filled" case .alignStretchVertical20Regular: return ".alignStretchVertical20Regular" case .alignTop16Filled: return ".alignTop16Filled" @@ -25226,6 +25780,8 @@ import Foundation case .appRecent24Regular: return ".appRecent24Regular" case .appStore24Filled: return ".appStore24Filled" case .appStore24Regular: return ".appStore24Regular" + default: break } + switch self { case .appTitle20Filled: return ".appTitle20Filled" case .appTitle20Regular: return ".appTitle20Regular" case .appTitle24Filled: return ".appTitle24Filled" @@ -25238,8 +25794,6 @@ import Foundation case .approvalsApp24Regular: return ".approvalsApp24Regular" case .approvalsApp28Filled: return ".approvalsApp28Filled" case .approvalsApp28Regular: return ".approvalsApp28Regular" - default: break } - switch self { case .approvalsApp32Filled: return ".approvalsApp32Filled" case .approvalsApp32Regular: return ".approvalsApp32Regular" case .apps16Filled: return ".apps16Filled" @@ -25328,6 +25882,8 @@ import Foundation case .arrowAutofitUp24Regular: return ".arrowAutofitUp24Regular" case .arrowAutofitWidth20Filled: return ".arrowAutofitWidth20Filled" case .arrowAutofitWidth20Regular: return ".arrowAutofitWidth20Regular" + default: break } + switch self { case .arrowAutofitWidth24Filled: return ".arrowAutofitWidth24Filled" case .arrowAutofitWidth24Regular: return ".arrowAutofitWidth24Regular" case .arrowAutofitWidthDotted20Filled: return ".arrowAutofitWidthDotted20Filled" @@ -25340,8 +25896,6 @@ import Foundation case .arrowBetweenDown24Regular: return ".arrowBetweenDown24Regular" case .arrowBetweenUp20Filled: return ".arrowBetweenUp20Filled" case .arrowBetweenUp20Regular: return ".arrowBetweenUp20Regular" - default: break } - switch self { case .arrowBidirectionalUpDown12Filled: return ".arrowBidirectionalUpDown12Filled" case .arrowBidirectionalUpDown12Regular: return ".arrowBidirectionalUpDown12Regular" case .arrowBidirectionalUpDown16Filled: return ".arrowBidirectionalUpDown16Filled" @@ -25430,6 +25984,8 @@ import Foundation case .arrowCircleUp48Regular: return ".arrowCircleUp48Regular" case .arrowCircleUpLeft20Filled: return ".arrowCircleUpLeft20Filled" case .arrowCircleUpLeft20Regular: return ".arrowCircleUpLeft20Regular" + default: break } + switch self { case .arrowCircleUpLeft24Filled: return ".arrowCircleUpLeft24Filled" case .arrowCircleUpLeft24Regular: return ".arrowCircleUpLeft24Regular" case .arrowClockwise12Filled: return ".arrowClockwise12Filled" @@ -25442,8 +25998,6 @@ import Foundation case .arrowClockwise24Regular: return ".arrowClockwise24Regular" case .arrowClockwise28Filled: return ".arrowClockwise28Filled" case .arrowClockwise28Regular: return ".arrowClockwise28Regular" - default: break } - switch self { case .arrowClockwise32Filled: return ".arrowClockwise32Filled" case .arrowClockwise32Regular: return ".arrowClockwise32Regular" case .arrowClockwise48Filled: return ".arrowClockwise48Filled" @@ -25532,6 +26086,8 @@ import Foundation case .arrowEnterUp20Regular: return ".arrowEnterUp20Regular" case .arrowEnterUp24Filled: return ".arrowEnterUp24Filled" case .arrowEnterUp24Regular: return ".arrowEnterUp24Regular" + default: break } + switch self { case .arrowExit20Filled: return ".arrowExit20Filled" case .arrowExit20Regular: return ".arrowExit20Regular" case .arrowExpand20Filled: return ".arrowExpand20Filled" @@ -25544,8 +26100,6 @@ import Foundation case .arrowExport20Regular: return ".arrowExport20Regular" case .arrowExport24Filled: return ".arrowExport24Filled" case .arrowExport24Regular: return ".arrowExport24Regular" - default: break } - switch self { case .arrowExportUp20Filled: return ".arrowExportUp20Filled" case .arrowExportUp20Regular: return ".arrowExportUp20Regular" case .arrowExportUp24Filled: return ".arrowExportUp24Filled" @@ -25634,6 +26188,8 @@ import Foundation case .arrowMaximize20Regular: return ".arrowMaximize20Regular" case .arrowMaximize24Filled: return ".arrowMaximize24Filled" case .arrowMaximize24Regular: return ".arrowMaximize24Regular" + default: break } + switch self { case .arrowMaximize28Filled: return ".arrowMaximize28Filled" case .arrowMaximize28Regular: return ".arrowMaximize28Regular" case .arrowMaximize32Filled: return ".arrowMaximize32Filled" @@ -25646,8 +26202,6 @@ import Foundation case .arrowMaximizeVertical24Regular: return ".arrowMaximizeVertical24Regular" case .arrowMaximizeVertical48Filled: return ".arrowMaximizeVertical48Filled" case .arrowMaximizeVertical48Regular: return ".arrowMaximizeVertical48Regular" - default: break } - switch self { case .arrowMinimize16Filled: return ".arrowMinimize16Filled" case .arrowMinimize16Regular: return ".arrowMinimize16Regular" case .arrowMinimize20Filled: return ".arrowMinimize20Filled" @@ -25668,6 +26222,8 @@ import Foundation case .arrowMoveInward20Regular: return ".arrowMoveInward20Regular" case .arrowNext12Filled: return ".arrowNext12Filled" case .arrowNext12Regular: return ".arrowNext12Regular" + case .arrowNext16Filled: return ".arrowNext16Filled" + case .arrowNext16Regular: return ".arrowNext16Regular" case .arrowNext20Filled: return ".arrowNext20Filled" case .arrowNext20Regular: return ".arrowNext20Regular" case .arrowNext24Filled: return ".arrowNext24Filled" @@ -25688,6 +26244,8 @@ import Foundation case .arrowParagraph24Regular: return ".arrowParagraph24Regular" case .arrowPrevious12Filled: return ".arrowPrevious12Filled" case .arrowPrevious12Regular: return ".arrowPrevious12Regular" + case .arrowPrevious16Filled: return ".arrowPrevious16Filled" + case .arrowPrevious16Regular: return ".arrowPrevious16Regular" case .arrowPrevious20Filled: return ".arrowPrevious20Filled" case .arrowPrevious20Regular: return ".arrowPrevious20Regular" case .arrowPrevious24Filled: return ".arrowPrevious24Filled" @@ -25732,6 +26290,8 @@ import Foundation case .arrowReply28Regular: return ".arrowReply28Regular" case .arrowReply48Filled: return ".arrowReply48Filled" case .arrowReply48Regular: return ".arrowReply48Regular" + default: break } + switch self { case .arrowReplyAll16Filled: return ".arrowReplyAll16Filled" case .arrowReplyAll16Regular: return ".arrowReplyAll16Regular" case .arrowReplyAll20Filled: return ".arrowReplyAll20Filled" @@ -25748,8 +26308,6 @@ import Foundation case .arrowReplyDown20Regular: return ".arrowReplyDown20Regular" case .arrowReplyDown24Filled: return ".arrowReplyDown24Filled" case .arrowReplyDown24Regular: return ".arrowReplyDown24Regular" - default: break } - switch self { case .arrowReset20Filled: return ".arrowReset20Filled" case .arrowReset20Regular: return ".arrowReset20Regular" case .arrowReset24Filled: return ".arrowReset24Filled" @@ -25834,6 +26392,8 @@ import Foundation case .arrowSortDownLines20Regular: return ".arrowSortDownLines20Regular" case .arrowSortDownLines24Filled: return ".arrowSortDownLines24Filled" case .arrowSortDownLines24Regular: return ".arrowSortDownLines24Regular" + default: break } + switch self { case .arrowSortUp16Filled: return ".arrowSortUp16Filled" case .arrowSortUp16Regular: return ".arrowSortUp16Regular" case .arrowSortUp20Filled: return ".arrowSortUp20Filled" @@ -25850,8 +26410,6 @@ import Foundation case .arrowSquareDown20Regular: return ".arrowSquareDown20Regular" case .arrowSquareDown24Filled: return ".arrowSquareDown24Filled" case .arrowSquareDown24Regular: return ".arrowSquareDown24Regular" - default: break } - switch self { case .arrowStepBack16Filled: return ".arrowStepBack16Filled" case .arrowStepBack16Regular: return ".arrowStepBack16Regular" case .arrowStepBack20Filled: return ".arrowStepBack20Filled" @@ -25936,6 +26494,8 @@ import Foundation case .arrowTrending12Regular: return ".arrowTrending12Regular" case .arrowTrending16Filled: return ".arrowTrending16Filled" case .arrowTrending16Regular: return ".arrowTrending16Regular" + default: break } + switch self { case .arrowTrending20Filled: return ".arrowTrending20Filled" case .arrowTrending20Regular: return ".arrowTrending20Regular" case .arrowTrending24Filled: return ".arrowTrending24Filled" @@ -25952,8 +26512,6 @@ import Foundation case .arrowTrendingDown24Regular: return ".arrowTrendingDown24Regular" case .arrowTrendingLines20Filled: return ".arrowTrendingLines20Filled" case .arrowTrendingLines20Regular: return ".arrowTrendingLines20Regular" - default: break } - switch self { case .arrowTrendingLines24Filled: return ".arrowTrendingLines24Filled" case .arrowTrendingLines24Regular: return ".arrowTrendingLines24Regular" case .arrowTrendingSettings20Filled: return ".arrowTrendingSettings20Filled" @@ -26038,6 +26596,8 @@ import Foundation case .arrowUp12Regular: return ".arrowUp12Regular" case .arrowUp16Filled: return ".arrowUp16Filled" case .arrowUp16Regular: return ".arrowUp16Regular" + default: break } + switch self { case .arrowUp20Filled: return ".arrowUp20Filled" case .arrowUp20Regular: return ".arrowUp20Regular" case .arrowUp24Filled: return ".arrowUp24Filled" @@ -26054,8 +26614,6 @@ import Foundation case .arrowUpLeft20Regular: return ".arrowUpLeft20Regular" case .arrowUpLeft24Filled: return ".arrowUpLeft24Filled" case .arrowUpLeft24Regular: return ".arrowUpLeft24Regular" - default: break } - switch self { case .arrowUpLeft48Filled: return ".arrowUpLeft48Filled" case .arrowUpLeft48Regular: return ".arrowUpLeft48Regular" case .arrowUpRight16Filled: return ".arrowUpRight16Filled" @@ -26140,6 +26698,8 @@ import Foundation case .backpackAdd48Regular: return ".backpackAdd48Regular" case .backspace20Filled: return ".backspace20Filled" case .backspace20Regular: return ".backspace20Regular" + default: break } + switch self { case .backspace24Filled: return ".backspace24Filled" case .backspace24Regular: return ".backspace24Regular" case .badge20Filled: return ".badge20Filled" @@ -26156,8 +26716,6 @@ import Foundation case .balloon24Regular: return ".balloon24Regular" case .barcodeScanner20Filled: return ".barcodeScanner20Filled" case .barcodeScanner20Regular: return ".barcodeScanner20Regular" - default: break } - switch self { case .barcodeScanner24Filled: return ".barcodeScanner24Filled" case .barcodeScanner24Regular: return ".barcodeScanner24Regular" case .battery020Filled: return ".battery020Filled" @@ -26242,6 +26800,8 @@ import Foundation case .beaker32Regular: return ".beaker32Regular" case .beakerEdit20Filled: return ".beakerEdit20Filled" case .beakerEdit20Regular: return ".beakerEdit20Regular" + default: break } + switch self { case .beakerEdit24Filled: return ".beakerEdit24Filled" case .beakerEdit24Regular: return ".beakerEdit24Regular" case .beakerOff20Filled: return ".beakerOff20Filled" @@ -26258,8 +26818,6 @@ import Foundation case .bezierCurveSquare12Regular: return ".bezierCurveSquare12Regular" case .bezierCurveSquare20Filled: return ".bezierCurveSquare20Filled" case .bezierCurveSquare20Regular: return ".bezierCurveSquare20Regular" - default: break } - switch self { case .binFull20Filled: return ".binFull20Filled" case .binFull20Regular: return ".binFull20Regular" case .binFull24Filled: return ".binFull24Filled" @@ -26344,6 +26902,8 @@ import Foundation case .bookContacts20Regular: return ".bookContacts20Regular" case .bookContacts24Filled: return ".bookContacts24Filled" case .bookContacts24Regular: return ".bookContacts24Regular" + default: break } + switch self { case .bookContacts28Filled: return ".bookContacts28Filled" case .bookContacts28Regular: return ".bookContacts28Regular" case .bookContacts32Filled: return ".bookContacts32Filled" @@ -26360,8 +26920,6 @@ import Foundation case .bookGlobe20Regular: return ".bookGlobe20Regular" case .bookGlobe24Filled: return ".bookGlobe24Filled" case .bookGlobe24Regular: return ".bookGlobe24Regular" - default: break } - switch self { case .bookInformation20Filled: return ".bookInformation20Filled" case .bookInformation20Regular: return ".bookInformation20Regular" case .bookInformation24Filled: return ".bookInformation24Filled" @@ -26446,6 +27004,8 @@ import Foundation case .bookmarkMultiple16Regular: return ".bookmarkMultiple16Regular" case .bookmarkMultiple20Filled: return ".bookmarkMultiple20Filled" case .bookmarkMultiple20Regular: return ".bookmarkMultiple20Regular" + default: break } + switch self { case .bookmarkMultiple24Filled: return ".bookmarkMultiple24Filled" case .bookmarkMultiple24Regular: return ".bookmarkMultiple24Regular" case .bookmarkMultiple28Filled: return ".bookmarkMultiple28Filled" @@ -26462,8 +27022,6 @@ import Foundation case .bookmarkSearch20Regular: return ".bookmarkSearch20Regular" case .bookmarkSearch24Filled: return ".bookmarkSearch24Filled" case .bookmarkSearch24Regular: return ".bookmarkSearch24Regular" - default: break } - switch self { case .borderAll16Filled: return ".borderAll16Filled" case .borderAll16Regular: return ".borderAll16Regular" case .borderAll20Filled: return ".borderAll20Filled" @@ -26548,6 +27106,8 @@ import Foundation case .box20Regular: return ".box20Regular" case .box24Filled: return ".box24Filled" case .box24Regular: return ".box24Regular" + default: break } + switch self { case .boxArrowLeft20Filled: return ".boxArrowLeft20Filled" case .boxArrowLeft20Regular: return ".boxArrowLeft20Regular" case .boxArrowLeft24Filled: return ".boxArrowLeft24Filled" @@ -26564,8 +27124,6 @@ import Foundation case .boxDismiss20Regular: return ".boxDismiss20Regular" case .boxDismiss24Filled: return ".boxDismiss24Filled" case .boxDismiss24Regular: return ".boxDismiss24Regular" - default: break } - switch self { case .boxEdit20Filled: return ".boxEdit20Filled" case .boxEdit20Regular: return ".boxEdit20Regular" case .boxEdit24Filled: return ".boxEdit24Filled" @@ -26610,6 +27168,10 @@ import Foundation case .braces32Regular: return ".braces32Regular" case .braces48Filled: return ".braces48Filled" case .braces48Regular: return ".braces48Regular" + case .bracesCheckmark16Filled: return ".bracesCheckmark16Filled" + case .bracesCheckmark16Regular: return ".bracesCheckmark16Regular" + case .bracesDismiss16Filled: return ".bracesDismiss16Filled" + case .bracesDismiss16Regular: return ".bracesDismiss16Regular" case .bracesVariable20Filled: return ".bracesVariable20Filled" case .bracesVariable20Regular: return ".bracesVariable20Regular" case .bracesVariable24Filled: return ".bracesVariable24Filled" @@ -26618,6 +27180,8 @@ import Foundation case .brainCircuit20Regular: return ".brainCircuit20Regular" case .brainCircuit24Filled: return ".brainCircuit24Filled" case .brainCircuit24Regular: return ".brainCircuit24Regular" + case .branch16Filled: return ".branch16Filled" + case .branch16Regular: return ".branch16Regular" case .branch20Filled: return ".branch20Filled" case .branch20Regular: return ".branch20Regular" case .branch24Filled: return ".branch24Filled" @@ -26644,6 +27208,8 @@ import Foundation case .branchForkLink20Regular: return ".branchForkLink20Regular" case .branchForkLink24Filled: return ".branchForkLink24Filled" case .branchForkLink24Regular: return ".branchForkLink24Regular" + default: break } + switch self { case .branchRequest20Filled: return ".branchRequest20Filled" case .branchRequest20Regular: return ".branchRequest20Regular" case .breakoutRoom20Filled: return ".breakoutRoom20Filled" @@ -26666,8 +27232,6 @@ import Foundation case .briefcase32Regular: return ".briefcase32Regular" case .briefcase48Filled: return ".briefcase48Filled" case .briefcase48Regular: return ".briefcase48Regular" - default: break } - switch self { case .briefcaseMedical16Filled: return ".briefcaseMedical16Filled" case .briefcaseMedical16Regular: return ".briefcaseMedical16Regular" case .briefcaseMedical20Filled: return ".briefcaseMedical20Filled" @@ -26746,6 +27310,8 @@ import Foundation case .building24Regular: return ".building24Regular" case .buildingBank16Filled: return ".buildingBank16Filled" case .buildingBank16Regular: return ".buildingBank16Regular" + default: break } + switch self { case .buildingBank20Filled: return ".buildingBank20Filled" case .buildingBank20Regular: return ".buildingBank20Regular" case .buildingBank24Filled: return ".buildingBank24Filled" @@ -26768,8 +27334,6 @@ import Foundation case .buildingBankToolbox20Regular: return ".buildingBankToolbox20Regular" case .buildingBankToolbox24Filled: return ".buildingBankToolbox24Filled" case .buildingBankToolbox24Regular: return ".buildingBankToolbox24Regular" - default: break } - switch self { case .buildingDesktop16Filled: return ".buildingDesktop16Filled" case .buildingDesktop16Regular: return ".buildingDesktop16Regular" case .buildingDesktop20Filled: return ".buildingDesktop20Filled" @@ -26848,6 +27412,8 @@ import Foundation case .buildingSkyscraper24Regular: return ".buildingSkyscraper24Regular" case .buildingTownhouse20Filled: return ".buildingTownhouse20Filled" case .buildingTownhouse20Regular: return ".buildingTownhouse20Regular" + default: break } + switch self { case .buildingTownhouse24Filled: return ".buildingTownhouse24Filled" case .buildingTownhouse24Regular: return ".buildingTownhouse24Regular" case .buildingTownhouse32Filled: return ".buildingTownhouse32Filled" @@ -26870,8 +27436,6 @@ import Foundation case .calculatorMultiple24Regular: return ".calculatorMultiple24Regular" case .calendar12Filled: return ".calendar12Filled" case .calendar12Regular: return ".calendar12Regular" - default: break } - switch self { case .calendar16Filled: return ".calendar16Filled" case .calendar16Regular: return ".calendar16Regular" case .calendar20Filled: return ".calendar20Filled" @@ -26906,6 +27470,18 @@ import Foundation case .calendarAgenda24Regular: return ".calendarAgenda24Regular" case .calendarAgenda28Filled: return ".calendarAgenda28Filled" case .calendarAgenda28Regular: return ".calendarAgenda28Regular" + case .calendarArrowCounterclockwise16Filled: return ".calendarArrowCounterclockwise16Filled" + case .calendarArrowCounterclockwise16Regular: return ".calendarArrowCounterclockwise16Regular" + case .calendarArrowCounterclockwise20Filled: return ".calendarArrowCounterclockwise20Filled" + case .calendarArrowCounterclockwise20Regular: return ".calendarArrowCounterclockwise20Regular" + case .calendarArrowCounterclockwise24Filled: return ".calendarArrowCounterclockwise24Filled" + case .calendarArrowCounterclockwise24Regular: return ".calendarArrowCounterclockwise24Regular" + case .calendarArrowCounterclockwise28Filled: return ".calendarArrowCounterclockwise28Filled" + case .calendarArrowCounterclockwise28Regular: return ".calendarArrowCounterclockwise28Regular" + case .calendarArrowCounterclockwise32Filled: return ".calendarArrowCounterclockwise32Filled" + case .calendarArrowCounterclockwise32Regular: return ".calendarArrowCounterclockwise32Regular" + case .calendarArrowCounterclockwise48Filled: return ".calendarArrowCounterclockwise48Filled" + case .calendarArrowCounterclockwise48Regular: return ".calendarArrowCounterclockwise48Regular" case .calendarArrowDown20Filled: return ".calendarArrowDown20Filled" case .calendarArrowDown20Regular: return ".calendarArrowDown20Regular" case .calendarArrowDown24Filled: return ".calendarArrowDown24Filled" @@ -26938,6 +27514,8 @@ import Foundation case .calendarCheckmark20Regular: return ".calendarCheckmark20Regular" case .calendarCheckmark24Filled: return ".calendarCheckmark24Filled" case .calendarCheckmark24Regular: return ".calendarCheckmark24Regular" + default: break } + switch self { case .calendarCheckmark28Filled: return ".calendarCheckmark28Filled" case .calendarCheckmark28Regular: return ".calendarCheckmark28Regular" case .calendarClock16Filled: return ".calendarClock16Filled" @@ -26972,8 +27550,6 @@ import Foundation case .calendarEmpty16Regular: return ".calendarEmpty16Regular" case .calendarEmpty20Filled: return ".calendarEmpty20Filled" case .calendarEmpty20Regular: return ".calendarEmpty20Regular" - default: break } - switch self { case .calendarEmpty24Filled: return ".calendarEmpty24Filled" case .calendarEmpty24Regular: return ".calendarEmpty24Regular" case .calendarEmpty28Filled: return ".calendarEmpty28Filled" @@ -27040,6 +27616,16 @@ import Foundation case .calendarPhone16Regular: return ".calendarPhone16Regular" case .calendarPhone20Filled: return ".calendarPhone20Filled" case .calendarPhone20Regular: return ".calendarPhone20Regular" + default: break } + switch self { + case .calendarPlay16Filled: return ".calendarPlay16Filled" + case .calendarPlay16Regular: return ".calendarPlay16Regular" + case .calendarPlay20Filled: return ".calendarPlay20Filled" + case .calendarPlay20Regular: return ".calendarPlay20Regular" + case .calendarPlay24Filled: return ".calendarPlay24Filled" + case .calendarPlay24Regular: return ".calendarPlay24Regular" + case .calendarPlay28Filled: return ".calendarPlay28Filled" + case .calendarPlay28Regular: return ".calendarPlay28Regular" case .calendarQuestionMark16Filled: return ".calendarQuestionMark16Filled" case .calendarQuestionMark16Regular: return ".calendarQuestionMark16Regular" case .calendarQuestionMark20Filled: return ".calendarQuestionMark20Filled" @@ -27070,12 +27656,22 @@ import Foundation case .calendarSettings32Regular: return ".calendarSettings32Regular" case .calendarSettings48Filled: return ".calendarSettings48Filled" case .calendarSettings48Regular: return ".calendarSettings48Regular" + case .calendarShield16Filled: return ".calendarShield16Filled" + case .calendarShield16Regular: return ".calendarShield16Regular" + case .calendarShield20Filled: return ".calendarShield20Filled" + case .calendarShield20Regular: return ".calendarShield20Regular" + case .calendarShield24Filled: return ".calendarShield24Filled" + case .calendarShield24Regular: return ".calendarShield24Regular" + case .calendarShield28Filled: return ".calendarShield28Filled" + case .calendarShield28Regular: return ".calendarShield28Regular" + case .calendarShield32Filled: return ".calendarShield32Filled" + case .calendarShield32Regular: return ".calendarShield32Regular" + case .calendarShield48Filled: return ".calendarShield48Filled" + case .calendarShield48Regular: return ".calendarShield48Regular" case .calendarStar16Filled: return ".calendarStar16Filled" case .calendarStar16Regular: return ".calendarStar16Regular" case .calendarStar20Filled: return ".calendarStar20Filled" case .calendarStar20Regular: return ".calendarStar20Regular" - default: break } - switch self { case .calendarStar24Filled: return ".calendarStar24Filled" case .calendarStar24Regular: return ".calendarStar24Regular" case .calendarSync16Filled: return ".calendarSync16Filled" @@ -27122,6 +27718,8 @@ import Foundation case .call20Regular: return ".call20Regular" case .call24Filled: return ".call24Filled" case .call24Regular: return ".call24Regular" + default: break } + switch self { case .call28Filled: return ".call28Filled" case .call28Regular: return ".call28Regular" case .call32Filled: return ".call32Filled" @@ -27176,8 +27774,6 @@ import Foundation case .callInbound28Regular: return ".callInbound28Regular" case .callInbound48Filled: return ".callInbound48Filled" case .callInbound48Regular: return ".callInbound48Regular" - default: break } - switch self { case .callMissed12Filled: return ".callMissed12Filled" case .callMissed12Regular: return ".callMissed12Regular" case .callMissed16Filled: return ".callMissed16Filled" @@ -27224,12 +27820,18 @@ import Foundation case .callProhibited24Regular: return ".callProhibited24Regular" case .callProhibited28Filled: return ".callProhibited28Filled" case .callProhibited28Regular: return ".callProhibited28Regular" + default: break } + switch self { case .callProhibited48Filled: return ".callProhibited48Filled" case .callProhibited48Regular: return ".callProhibited48Regular" case .callTransfer16Filled: return ".callTransfer16Filled" case .callTransfer16Regular: return ".callTransfer16Regular" case .callTransfer20Filled: return ".callTransfer20Filled" case .callTransfer20Regular: return ".callTransfer20Regular" + case .callTransfer24Filled: return ".callTransfer24Filled" + case .callTransfer24Regular: return ".callTransfer24Regular" + case .callTransfer32Filled: return ".callTransfer32Filled" + case .callTransfer32Regular: return ".callTransfer32Regular" case .callWarning16Filled: return ".callWarning16Filled" case .callWarning16Regular: return ".callWarning16Regular" case .callWarning20Filled: return ".callWarning20Filled" @@ -27270,6 +27872,8 @@ import Foundation case .cameraDome48Regular: return ".cameraDome48Regular" case .cameraEdit20Filled: return ".cameraEdit20Filled" case .cameraEdit20Regular: return ".cameraEdit20Regular" + case .cameraOff16Filled: return ".cameraOff16Filled" + case .cameraOff16Regular: return ".cameraOff16Regular" case .cameraOff20Filled: return ".cameraOff20Filled" case .cameraOff20Regular: return ".cameraOff20Regular" case .cameraOff24Filled: return ".cameraOff24Filled" @@ -27278,8 +27882,6 @@ import Foundation case .cameraSparkles16Regular: return ".cameraSparkles16Regular" case .cameraSparkles20Filled: return ".cameraSparkles20Filled" case .cameraSparkles20Regular: return ".cameraSparkles20Regular" - default: break } - switch self { case .cameraSparkles24Filled: return ".cameraSparkles24Filled" case .cameraSparkles24Regular: return ".cameraSparkles24Regular" case .cameraSwitch20Filled: return ".cameraSwitch20Filled" @@ -27320,6 +27922,8 @@ import Foundation case .caretRight24Regular: return ".caretRight24Regular" case .caretUp12Filled: return ".caretUp12Filled" case .caretUp12Regular: return ".caretUp12Regular" + default: break } + switch self { case .caretUp16Filled: return ".caretUp16Filled" case .caretUp16Regular: return ".caretUp16Regular" case .caretUp20Filled: return ".caretUp20Filled" @@ -27344,6 +27948,8 @@ import Foundation case .catchUp20Regular: return ".catchUp20Regular" case .catchUp24Filled: return ".catchUp24Filled" case .catchUp24Regular: return ".catchUp24Regular" + case .cd16Filled: return ".cd16Filled" + case .cd16Regular: return ".cd16Regular" case .cellular3G20Filled: return ".cellular3G20Filled" case .cellular3G20Regular: return ".cellular3G20Regular" case .cellular3G24Filled: return ".cellular3G24Filled" @@ -27380,8 +27986,6 @@ import Foundation case .cellularOff20Regular: return ".cellularOff20Regular" case .cellularOff24Filled: return ".cellularOff24Filled" case .cellularOff24Regular: return ".cellularOff24Regular" - default: break } - switch self { case .cellularWarning20Filled: return ".cellularWarning20Filled" case .cellularWarning20Regular: return ".cellularWarning20Regular" case .cellularWarning24Filled: return ".cellularWarning24Filled" @@ -27394,6 +27998,8 @@ import Foundation case .centerVertical20Regular: return ".centerVertical20Regular" case .centerVertical24Filled: return ".centerVertical24Filled" case .centerVertical24Regular: return ".centerVertical24Regular" + case .certificate16Filled: return ".certificate16Filled" + case .certificate16Regular: return ".certificate16Regular" case .certificate20Filled: return ".certificate20Filled" case .certificate20Regular: return ".certificate20Regular" case .certificate24Filled: return ".certificate24Filled" @@ -27418,6 +28024,8 @@ import Foundation case .channelAdd28Regular: return ".channelAdd28Regular" case .channelAdd48Filled: return ".channelAdd48Filled" case .channelAdd48Regular: return ".channelAdd48Regular" + default: break } + switch self { case .channelAlert16Filled: return ".channelAlert16Filled" case .channelAlert16Regular: return ".channelAlert16Regular" case .channelAlert20Filled: return ".channelAlert20Filled" @@ -27482,8 +28090,6 @@ import Foundation case .chartPerson28Regular: return ".chartPerson28Regular" case .chartPerson48Filled: return ".chartPerson48Filled" case .chartPerson48Regular: return ".chartPerson48Regular" - default: break } - switch self { case .chat12Filled: return ".chat12Filled" case .chat12Regular: return ".chat12Regular" case .chat16Filled: return ".chat16Filled" @@ -27520,6 +28126,8 @@ import Foundation case .chatArrowDoubleBack20Regular: return ".chatArrowDoubleBack20Regular" case .chatBubbles28Filled: return ".chatBubbles28Filled" case .chatBubbles28Regular: return ".chatBubbles28Regular" + default: break } + switch self { case .chatBubbles32Filled: return ".chatBubbles32Filled" case .chatBubbles32Regular: return ".chatBubbles32Regular" case .chatBubblesQuestion16Filled: return ".chatBubblesQuestion16Filled" @@ -27584,8 +28192,6 @@ import Foundation case .chatVideo24Regular: return ".chatVideo24Regular" case .chatWarning16Filled: return ".chatWarning16Filled" case .chatWarning16Regular: return ".chatWarning16Regular" - default: break } - switch self { case .chatWarning20Filled: return ".chatWarning20Filled" case .chatWarning20Regular: return ".chatWarning20Regular" case .chatWarning24Filled: return ".chatWarning24Filled" @@ -27622,6 +28228,8 @@ import Foundation case .checkboxIndeterminate20Regular: return ".checkboxIndeterminate20Regular" case .checkboxIndeterminate24Filled: return ".checkboxIndeterminate24Filled" case .checkboxIndeterminate24Regular: return ".checkboxIndeterminate24Regular" + default: break } + switch self { case .checkboxPerson16Filled: return ".checkboxPerson16Filled" case .checkboxPerson16Regular: return ".checkboxPerson16Regular" case .checkboxPerson20Filled: return ".checkboxPerson20Filled" @@ -27686,8 +28294,6 @@ import Foundation case .checkmarkStarburst24Regular: return ".checkmarkStarburst24Regular" case .checkmarkUnderlineCircle16Filled: return ".checkmarkUnderlineCircle16Filled" case .checkmarkUnderlineCircle16Regular: return ".checkmarkUnderlineCircle16Regular" - default: break } - switch self { case .checkmarkUnderlineCircle20Filled: return ".checkmarkUnderlineCircle20Filled" case .checkmarkUnderlineCircle20Regular: return ".checkmarkUnderlineCircle20Regular" case .chess20Filled: return ".chess20Filled" @@ -27724,6 +28330,8 @@ import Foundation case .chevronCircleRight12Regular: return ".chevronCircleRight12Regular" case .chevronCircleRight16Filled: return ".chevronCircleRight16Filled" case .chevronCircleRight16Regular: return ".chevronCircleRight16Regular" + default: break } + switch self { case .chevronCircleRight20Filled: return ".chevronCircleRight20Filled" case .chevronCircleRight20Regular: return ".chevronCircleRight20Regular" case .chevronCircleRight24Filled: return ".chevronCircleRight24Filled" @@ -27788,8 +28396,6 @@ import Foundation case .chevronLeft28Regular: return ".chevronLeft28Regular" case .chevronLeft48Filled: return ".chevronLeft48Filled" case .chevronLeft48Regular: return ".chevronLeft48Regular" - default: break } - switch self { case .chevronRight12Filled: return ".chevronRight12Filled" case .chevronRight12Regular: return ".chevronRight12Regular" case .chevronRight16Filled: return ".chevronRight16Filled" @@ -27826,6 +28432,8 @@ import Foundation case .circle16Regular: return ".circle16Regular" case .circle20Filled: return ".circle20Filled" case .circle20Regular: return ".circle20Regular" + default: break } + switch self { case .circle24Filled: return ".circle24Filled" case .circle24Regular: return ".circle24Regular" case .circle32Filled: return ".circle32Filled" @@ -27890,8 +28498,6 @@ import Foundation case .clearFormatting16Regular: return ".clearFormatting16Regular" case .clearFormatting20Filled: return ".clearFormatting20Filled" case .clearFormatting20Regular: return ".clearFormatting20Regular" - default: break } - switch self { case .clearFormatting24Filled: return ".clearFormatting24Filled" case .clearFormatting24Regular: return ".clearFormatting24Regular" case .clipboard16Filled: return ".clipboard16Filled" @@ -27928,6 +28534,8 @@ import Foundation case .clipboardClock24Regular: return ".clipboardClock24Regular" case .clipboardCode16Filled: return ".clipboardCode16Filled" case .clipboardCode16Regular: return ".clipboardCode16Regular" + default: break } + switch self { case .clipboardCode20Filled: return ".clipboardCode20Filled" case .clipboardCode20Regular: return ".clipboardCode20Regular" case .clipboardCode24Filled: return ".clipboardCode24Filled" @@ -27946,6 +28554,8 @@ import Foundation case .clipboardDay24Regular: return ".clipboardDay24Regular" case .clipboardEdit20Filled: return ".clipboardEdit20Filled" case .clipboardEdit20Regular: return ".clipboardEdit20Regular" + case .clipboardError16Filled: return ".clipboardError16Filled" + case .clipboardError16Regular: return ".clipboardError16Regular" case .clipboardError20Filled: return ".clipboardError20Filled" case .clipboardError20Regular: return ".clipboardError20Regular" case .clipboardError24Filled: return ".clipboardError24Filled" @@ -27980,6 +28590,10 @@ import Foundation case .clipboardMore20Regular: return ".clipboardMore20Regular" case .clipboardMore24Filled: return ".clipboardMore24Filled" case .clipboardMore24Regular: return ".clipboardMore24Regular" + case .clipboardMultiple16Filled: return ".clipboardMultiple16Filled" + case .clipboardMultiple16Regular: return ".clipboardMultiple16Regular" + case .clipboardNote16Filled: return ".clipboardNote16Filled" + case .clipboardNote16Regular: return ".clipboardNote16Regular" case .clipboardNote20Filled: return ".clipboardNote20Filled" case .clipboardNote20Regular: return ".clipboardNote20Regular" case .clipboardPaste16Filled: return ".clipboardPaste16Filled" @@ -27992,8 +28606,6 @@ import Foundation case .clipboardPulse20Regular: return ".clipboardPulse20Regular" case .clipboardPulse24Filled: return ".clipboardPulse24Filled" case .clipboardPulse24Regular: return ".clipboardPulse24Regular" - default: break } - switch self { case .clipboardSearch20Filled: return ".clipboardSearch20Filled" case .clipboardSearch20Regular: return ".clipboardSearch20Regular" case .clipboardSearch24Filled: return ".clipboardSearch24Filled" @@ -28002,6 +28614,8 @@ import Foundation case .clipboardSettings20Regular: return ".clipboardSettings20Regular" case .clipboardSettings24Filled: return ".clipboardSettings24Filled" case .clipboardSettings24Regular: return ".clipboardSettings24Regular" + case .clipboardTask16Filled: return ".clipboardTask16Filled" + case .clipboardTask16Regular: return ".clipboardTask16Regular" case .clipboardTask20Filled: return ".clipboardTask20Filled" case .clipboardTask20Regular: return ".clipboardTask20Regular" case .clipboardTask24Filled: return ".clipboardTask24Filled" @@ -28014,12 +28628,16 @@ import Foundation case .clipboardTaskList20Regular: return ".clipboardTaskList20Regular" case .clipboardTaskList24Filled: return ".clipboardTaskList24Filled" case .clipboardTaskList24Regular: return ".clipboardTaskList24Regular" + case .clipboardText16Filled: return ".clipboardText16Filled" + case .clipboardText16Regular: return ".clipboardText16Regular" case .clipboardText20Filled: return ".clipboardText20Filled" case .clipboardText20Regular: return ".clipboardText20Regular" case .clipboardText24Filled: return ".clipboardText24Filled" case .clipboardText24Regular: return ".clipboardText24Regular" case .clipboardText32Filled: return ".clipboardText32Filled" case .clipboardText32Regular: return ".clipboardText32Regular" + default: break } + switch self { case .clipboardTextEdit20Filled: return ".clipboardTextEdit20Filled" case .clipboardTextEdit20Regular: return ".clipboardTextEdit20Regular" case .clipboardTextEdit24Filled: return ".clipboardTextEdit24Filled" @@ -28094,8 +28712,6 @@ import Foundation case .cloud24Regular: return ".cloud24Regular" case .cloud28Filled: return ".cloud28Filled" case .cloud28Regular: return ".cloud28Regular" - default: break } - switch self { case .cloud32Filled: return ".cloud32Filled" case .cloud32Regular: return ".cloud32Regular" case .cloud48Filled: return ".cloud48Filled" @@ -28104,6 +28720,8 @@ import Foundation case .cloudAdd16Regular: return ".cloudAdd16Regular" case .cloudAdd20Filled: return ".cloudAdd20Filled" case .cloudAdd20Regular: return ".cloudAdd20Regular" + case .cloudAdd24Filled: return ".cloudAdd24Filled" + case .cloudAdd24Regular: return ".cloudAdd24Regular" case .cloudArchive16Filled: return ".cloudArchive16Filled" case .cloudArchive16Regular: return ".cloudArchive16Regular" case .cloudArchive20Filled: return ".cloudArchive20Filled" @@ -28120,6 +28738,8 @@ import Foundation case .cloudArrowDown16Regular: return ".cloudArrowDown16Regular" case .cloudArrowDown20Filled: return ".cloudArrowDown20Filled" case .cloudArrowDown20Regular: return ".cloudArrowDown20Regular" + default: break } + switch self { case .cloudArrowDown24Filled: return ".cloudArrowDown24Filled" case .cloudArrowDown24Regular: return ".cloudArrowDown24Regular" case .cloudArrowDown28Filled: return ".cloudArrowDown28Filled" @@ -28168,6 +28788,8 @@ import Foundation case .cloudEdit16Regular: return ".cloudEdit16Regular" case .cloudEdit20Filled: return ".cloudEdit20Filled" case .cloudEdit20Regular: return ".cloudEdit20Regular" + case .cloudEdit24Filled: return ".cloudEdit24Filled" + case .cloudEdit24Regular: return ".cloudEdit24Regular" case .cloudError16Filled: return ".cloudError16Filled" case .cloudError16Regular: return ".cloudError16Regular" case .cloudError20Filled: return ".cloudError20Filled" @@ -28188,6 +28810,8 @@ import Foundation case .cloudLink16Regular: return ".cloudLink16Regular" case .cloudLink20Filled: return ".cloudLink20Filled" case .cloudLink20Regular: return ".cloudLink20Regular" + case .cloudLink24Filled: return ".cloudLink24Filled" + case .cloudLink24Regular: return ".cloudLink24Regular" case .cloudOff16Filled: return ".cloudOff16Filled" case .cloudOff16Regular: return ".cloudOff16Regular" case .cloudOff20Filled: return ".cloudOff20Filled" @@ -28196,8 +28820,6 @@ import Foundation case .cloudOff24Regular: return ".cloudOff24Regular" case .cloudOff28Filled: return ".cloudOff28Filled" case .cloudOff28Regular: return ".cloudOff28Regular" - default: break } - switch self { case .cloudOff32Filled: return ".cloudOff32Filled" case .cloudOff32Regular: return ".cloudOff32Regular" case .cloudOff48Filled: return ".cloudOff48Filled" @@ -28218,6 +28840,8 @@ import Foundation case .cloudSync32Regular: return ".cloudSync32Regular" case .cloudSync48Filled: return ".cloudSync48Filled" case .cloudSync48Regular: return ".cloudSync48Regular" + default: break } + switch self { case .cloudWords16Filled: return ".cloudWords16Filled" case .cloudWords16Regular: return ".cloudWords16Regular" case .cloudWords20Filled: return ".cloudWords20Filled" @@ -28250,12 +28874,42 @@ import Foundation case .codeBlock48Regular: return ".codeBlock48Regular" case .codeCircle20Filled: return ".codeCircle20Filled" case .codeCircle20Regular: return ".codeCircle20Regular" + case .codeCs16Filled: return ".codeCs16Filled" + case .codeCs16Regular: return ".codeCs16Regular" + case .codeCsRectangle16Filled: return ".codeCsRectangle16Filled" + case .codeCsRectangle16Regular: return ".codeCsRectangle16Regular" + case .codeFs16Filled: return ".codeFs16Filled" + case .codeFs16Regular: return ".codeFs16Regular" + case .codeFsRectangle16Filled: return ".codeFsRectangle16Filled" + case .codeFsRectangle16Regular: return ".codeFsRectangle16Regular" + case .codeJs16Filled: return ".codeJs16Filled" + case .codeJs16Regular: return ".codeJs16Regular" + case .codeJsRectangle16Filled: return ".codeJsRectangle16Filled" + case .codeJsRectangle16Regular: return ".codeJsRectangle16Regular" + case .codePy16Filled: return ".codePy16Filled" + case .codePy16Regular: return ".codePy16Regular" + case .codePyRectangle16Filled: return ".codePyRectangle16Filled" + case .codePyRectangle16Regular: return ".codePyRectangle16Regular" + case .codeRb16Filled: return ".codeRb16Filled" + case .codeRb16Regular: return ".codeRb16Regular" + case .codeRbRectangle16Filled: return ".codeRbRectangle16Filled" + case .codeRbRectangle16Regular: return ".codeRbRectangle16Regular" case .codeText16Filled: return ".codeText16Filled" case .codeText16Regular: return ".codeText16Regular" case .codeText20Filled: return ".codeText20Filled" case .codeText20Regular: return ".codeText20Regular" case .codeTextEdit20Filled: return ".codeTextEdit20Filled" case .codeTextEdit20Regular: return ".codeTextEdit20Regular" + case .codeTextOff16Filled: return ".codeTextOff16Filled" + case .codeTextOff16Regular: return ".codeTextOff16Regular" + case .codeTs16Filled: return ".codeTs16Filled" + case .codeTs16Regular: return ".codeTs16Regular" + case .codeTsRectangle16Filled: return ".codeTsRectangle16Filled" + case .codeTsRectangle16Regular: return ".codeTsRectangle16Regular" + case .codeVb16Filled: return ".codeVb16Filled" + case .codeVb16Regular: return ".codeVb16Regular" + case .codeVbRectangle16Filled: return ".codeVbRectangle16Filled" + case .codeVbRectangle16Regular: return ".codeVbRectangle16Regular" case .collections20Filled: return ".collections20Filled" case .collections20Regular: return ".collections20Regular" case .collections24Filled: return ".collections24Filled" @@ -28288,6 +28942,8 @@ import Foundation case .colorFillAccent20Regular: return ".colorFillAccent20Regular" case .colorFillAccent24Regular: return ".colorFillAccent24Regular" case .colorFillAccent28Regular: return ".colorFillAccent28Regular" + default: break } + switch self { case .colorLine16Filled: return ".colorLine16Filled" case .colorLine16Regular: return ".colorLine16Regular" case .colorLine20Filled: return ".colorLine20Filled" @@ -28298,8 +28954,6 @@ import Foundation case .colorLineAccent20Regular: return ".colorLineAccent20Regular" case .colorLineAccent24Regular: return ".colorLineAccent24Regular" case .column20Filled: return ".column20Filled" - default: break } - switch self { case .column20Regular: return ".column20Regular" case .columnArrowRight20Filled: return ".columnArrowRight20Filled" case .columnArrowRight20Regular: return ".columnArrowRight20Regular" @@ -28390,6 +29044,8 @@ import Foundation case .commentEdit24Filled: return ".commentEdit24Filled" case .commentEdit24Regular: return ".commentEdit24Regular" case .commentError16Filled: return ".commentError16Filled" + default: break } + switch self { case .commentError16Regular: return ".commentError16Regular" case .commentError20Filled: return ".commentError20Filled" case .commentError20Regular: return ".commentError20Regular" @@ -28400,8 +29056,6 @@ import Foundation case .commentLightning24Filled: return ".commentLightning24Filled" case .commentLightning24Regular: return ".commentLightning24Regular" case .commentMention16Filled: return ".commentMention16Filled" - default: break } - switch self { case .commentMention16Regular: return ".commentMention16Regular" case .commentMention20Filled: return ".commentMention20Filled" case .commentMention20Regular: return ".commentMention20Regular" @@ -28479,6 +29133,8 @@ import Foundation case .compose24Regular: return ".compose24Regular" case .compose28Filled: return ".compose28Filled" case .compose28Regular: return ".compose28Regular" + case .cone16Filled: return ".cone16Filled" + case .cone16Regular: return ".cone16Regular" case .conferenceRoom16Filled: return ".conferenceRoom16Filled" case .conferenceRoom16Regular: return ".conferenceRoom16Regular" case .conferenceRoom20Filled: return ".conferenceRoom20Filled" @@ -28490,6 +29146,8 @@ import Foundation case .conferenceRoom48Filled: return ".conferenceRoom48Filled" case .conferenceRoom48Regular: return ".conferenceRoom48Regular" case .connected16Filled: return ".connected16Filled" + default: break } + switch self { case .connected16Regular: return ".connected16Regular" case .connected20Filled: return ".connected20Filled" case .connected20Regular: return ".connected20Regular" @@ -28502,8 +29160,6 @@ import Foundation case .contactCard16Filled: return ".contactCard16Filled" case .contactCard16Regular: return ".contactCard16Regular" case .contactCard20Filled: return ".contactCard20Filled" - default: break } - switch self { case .contactCard20Regular: return ".contactCard20Regular" case .contactCard24Filled: return ".contactCard24Filled" case .contactCard24Regular: return ".contactCard24Regular" @@ -28592,6 +29248,8 @@ import Foundation case .copy24Filled: return ".copy24Filled" case .copy24Regular: return ".copy24Regular" case .copyAdd20Filled: return ".copyAdd20Filled" + default: break } + switch self { case .copyAdd20Regular: return ".copyAdd20Regular" case .copyAdd24Filled: return ".copyAdd24Filled" case .copyAdd24Regular: return ".copyAdd24Regular" @@ -28604,8 +29262,6 @@ import Foundation case .copySelect20Filled: return ".copySelect20Filled" case .copySelect20Regular: return ".copySelect20Regular" case .couch12Filled: return ".couch12Filled" - default: break } - switch self { case .couch12Regular: return ".couch12Regular" case .couch20Filled: return ".couch20Filled" case .couch20Regular: return ".couch20Regular" @@ -28694,6 +29350,8 @@ import Foundation case .cubeTree24Filled: return ".cubeTree24Filled" case .cubeTree24Regular: return ".cubeTree24Regular" case .currencyDollarEuro16Filled: return ".currencyDollarEuro16Filled" + default: break } + switch self { case .currencyDollarEuro16Regular: return ".currencyDollarEuro16Regular" case .currencyDollarEuro20Filled: return ".currencyDollarEuro20Filled" case .currencyDollarEuro20Regular: return ".currencyDollarEuro20Regular" @@ -28706,8 +29364,6 @@ import Foundation case .currencyDollarRupee24Filled: return ".currencyDollarRupee24Filled" case .currencyDollarRupee24Regular: return ".currencyDollarRupee24Regular" case .cursor20Filled: return ".cursor20Filled" - default: break } - switch self { case .cursor20Regular: return ".cursor20Regular" case .cursor24Filled: return ".cursor24Filled" case .cursor24Regular: return ".cursor24Regular" @@ -28753,6 +29409,8 @@ import Foundation case .dataBarHorizontal20Regular: return ".dataBarHorizontal20Regular" case .dataBarHorizontal24Filled: return ".dataBarHorizontal24Filled" case .dataBarHorizontal24Regular: return ".dataBarHorizontal24Regular" + case .dataBarHorizontalDescending16Filled: return ".dataBarHorizontalDescending16Filled" + case .dataBarHorizontalDescending16Regular: return ".dataBarHorizontalDescending16Regular" case .dataBarVertical16Filled: return ".dataBarVertical16Filled" case .dataBarVertical16Regular: return ".dataBarVertical16Regular" case .dataBarVertical20Filled: return ".dataBarVertical20Filled" @@ -28765,6 +29423,8 @@ import Foundation case .dataBarVerticalAdd20Regular: return ".dataBarVerticalAdd20Regular" case .dataBarVerticalAdd24Filled: return ".dataBarVerticalAdd24Filled" case .dataBarVerticalAdd24Regular: return ".dataBarVerticalAdd24Regular" + case .dataBarVerticalAscending16Filled: return ".dataBarVerticalAscending16Filled" + case .dataBarVerticalAscending16Regular: return ".dataBarVerticalAscending16Regular" case .dataBarVerticalStar16Filled: return ".dataBarVerticalStar16Filled" case .dataBarVerticalStar16Regular: return ".dataBarVerticalStar16Regular" case .dataBarVerticalStar20Filled: return ".dataBarVerticalStar20Filled" @@ -28792,6 +29452,8 @@ import Foundation case .dataScatter20Filled: return ".dataScatter20Filled" case .dataScatter20Regular: return ".dataScatter20Regular" case .dataScatter24Filled: return ".dataScatter24Filled" + default: break } + switch self { case .dataScatter24Regular: return ".dataScatter24Regular" case .dataSunburst20Filled: return ".dataSunburst20Filled" case .dataSunburst20Regular: return ".dataSunburst20Regular" @@ -28808,8 +29470,6 @@ import Foundation case .dataTrending24Filled: return ".dataTrending24Filled" case .dataTrending24Regular: return ".dataTrending24Regular" case .dataTrending28Filled: return ".dataTrending28Filled" - default: break } - switch self { case .dataTrending28Regular: return ".dataTrending28Regular" case .dataTrending32Filled: return ".dataTrending32Filled" case .dataTrending32Regular: return ".dataTrending32Regular" @@ -28837,6 +29497,8 @@ import Foundation case .dataWhisker20Regular: return ".dataWhisker20Regular" case .dataWhisker24Filled: return ".dataWhisker24Filled" case .dataWhisker24Regular: return ".dataWhisker24Regular" + case .database16Filled: return ".database16Filled" + case .database16Regular: return ".database16Regular" case .database20Filled: return ".database20Filled" case .database20Regular: return ".database20Regular" case .database24Filled: return ".database24Filled" @@ -28871,6 +29533,8 @@ import Foundation case .databaseSearch20Regular: return ".databaseSearch20Regular" case .databaseSearch24Filled: return ".databaseSearch24Filled" case .databaseSearch24Regular: return ".databaseSearch24Regular" + case .databaseStack16Filled: return ".databaseStack16Filled" + case .databaseStack16Regular: return ".databaseStack16Regular" case .databaseSwitch20Filled: return ".databaseSwitch20Filled" case .databaseSwitch20Regular: return ".databaseSwitch20Regular" case .databaseWarning20Filled: return ".databaseWarning20Filled" @@ -28890,6 +29554,8 @@ import Foundation case .delete16Filled: return ".delete16Filled" case .delete16Regular: return ".delete16Regular" case .delete20Filled: return ".delete20Filled" + default: break } + switch self { case .delete20Regular: return ".delete20Regular" case .delete24Filled: return ".delete24Filled" case .delete24Regular: return ".delete24Regular" @@ -28910,8 +29576,6 @@ import Foundation case .deleteDismiss28Filled: return ".deleteDismiss28Filled" case .deleteDismiss28Regular: return ".deleteDismiss28Regular" case .deleteLines20Filled: return ".deleteLines20Filled" - default: break } - switch self { case .deleteLines20Regular: return ".deleteLines20Regular" case .deleteOff20Filled: return ".deleteOff20Filled" case .deleteOff20Regular: return ".deleteOff20Regular" @@ -28992,6 +29656,8 @@ import Foundation case .desktopMac32Filled: return ".desktopMac32Filled" case .desktopMac32Regular: return ".desktopMac32Regular" case .desktopPulse16Filled: return ".desktopPulse16Filled" + default: break } + switch self { case .desktopPulse16Regular: return ".desktopPulse16Regular" case .desktopPulse20Filled: return ".desktopPulse20Filled" case .desktopPulse20Regular: return ".desktopPulse20Regular" @@ -29012,8 +29678,6 @@ import Foundation case .desktopSpeaker24Filled: return ".desktopSpeaker24Filled" case .desktopSpeaker24Regular: return ".desktopSpeaker24Regular" case .desktopSpeakerOff20Filled: return ".desktopSpeakerOff20Filled" - default: break } - switch self { case .desktopSpeakerOff20Regular: return ".desktopSpeakerOff20Regular" case .desktopSpeakerOff24Filled: return ".desktopSpeakerOff24Filled" case .desktopSpeakerOff24Regular: return ".desktopSpeakerOff24Regular" @@ -29027,6 +29691,8 @@ import Foundation case .desktopToolbox20Regular: return ".desktopToolbox20Regular" case .desktopToolbox24Filled: return ".desktopToolbox24Filled" case .desktopToolbox24Regular: return ".desktopToolbox24Regular" + case .developerBoard16Filled: return ".developerBoard16Filled" + case .developerBoard16Regular: return ".developerBoard16Regular" case .developerBoard20Filled: return ".developerBoard20Filled" case .developerBoard20Regular: return ".developerBoard20Regular" case .developerBoard24Filled: return ".developerBoard24Filled" @@ -29092,6 +29758,8 @@ import Foundation case .diamond24Filled: return ".diamond24Filled" case .diamond24Regular: return ".diamond24Regular" case .diamond28Filled: return ".diamond28Filled" + default: break } + switch self { case .diamond28Regular: return ".diamond28Regular" case .diamond32Filled: return ".diamond32Filled" case .diamond32Regular: return ".diamond32Regular" @@ -29114,8 +29782,6 @@ import Foundation case .dismiss12Filled: return ".dismiss12Filled" case .dismiss12Regular: return ".dismiss12Regular" case .dismiss16Filled: return ".dismiss16Filled" - default: break } - switch self { case .dismiss16Regular: return ".dismiss16Regular" case .dismiss20Filled: return ".dismiss20Filled" case .dismiss20Regular: return ".dismiss20Regular" @@ -29194,6 +29860,8 @@ import Foundation case .document20Filled: return ".document20Filled" case .document20Regular: return ".document20Regular" case .document24Filled: return ".document24Filled" + default: break } + switch self { case .document24Regular: return ".document24Regular" case .document28Filled: return ".document28Filled" case .document28Regular: return ".document28Regular" @@ -29216,8 +29884,6 @@ import Foundation case .documentArrowDown20Filled: return ".documentArrowDown20Filled" case .documentArrowDown20Regular: return ".documentArrowDown20Regular" case .documentArrowLeft16Filled: return ".documentArrowLeft16Filled" - default: break } - switch self { case .documentArrowLeft16Regular: return ".documentArrowLeft16Regular" case .documentArrowLeft20Filled: return ".documentArrowLeft20Filled" case .documentArrowLeft20Regular: return ".documentArrowLeft20Regular" @@ -29269,6 +29935,8 @@ import Foundation case .documentChevronDouble20Regular: return ".documentChevronDouble20Regular" case .documentChevronDouble24Filled: return ".documentChevronDouble24Filled" case .documentChevronDouble24Regular: return ".documentChevronDouble24Regular" + case .documentContract16Filled: return ".documentContract16Filled" + case .documentContract16Regular: return ".documentContract16Regular" case .documentCopy16Filled: return ".documentCopy16Filled" case .documentCopy16Regular: return ".documentCopy16Regular" case .documentCopy20Filled: return ".documentCopy20Filled" @@ -29277,10 +29945,16 @@ import Foundation case .documentCopy24Regular: return ".documentCopy24Regular" case .documentCopy48Filled: return ".documentCopy48Filled" case .documentCopy48Regular: return ".documentCopy48Regular" + case .documentCs16Filled: return ".documentCs16Filled" + case .documentCs16Regular: return ".documentCs16Regular" + case .documentCss16Filled: return ".documentCss16Filled" + case .documentCss16Regular: return ".documentCss16Regular" case .documentCss20Filled: return ".documentCss20Filled" case .documentCss20Regular: return ".documentCss20Regular" case .documentCss24Filled: return ".documentCss24Filled" case .documentCss24Regular: return ".documentCss24Regular" + case .documentData16Filled: return ".documentData16Filled" + case .documentData16Regular: return ".documentData16Regular" case .documentData20Filled: return ".documentData20Filled" case .documentData20Regular: return ".documentData20Regular" case .documentData24Filled: return ".documentData24Filled" @@ -29288,6 +29962,8 @@ import Foundation case .documentData32Filled: return ".documentData32Filled" case .documentData32Regular: return ".documentData32Regular" case .documentDatabase20Filled: return ".documentDatabase20Filled" + default: break } + switch self { case .documentDatabase20Regular: return ".documentDatabase20Regular" case .documentDatabase24Filled: return ".documentDatabase24Filled" case .documentDatabase24Regular: return ".documentDatabase24Regular" @@ -29318,8 +29994,6 @@ import Foundation case .documentFlowchart24Filled: return ".documentFlowchart24Filled" case .documentFlowchart24Regular: return ".documentFlowchart24Regular" case .documentFooter16Filled: return ".documentFooter16Filled" - default: break } - switch self { case .documentFooter16Regular: return ".documentFooter16Regular" case .documentFooter20Filled: return ".documentFooter20Filled" case .documentFooter20Regular: return ".documentFooter20Regular" @@ -29329,6 +30003,8 @@ import Foundation case .documentFooterDismiss20Regular: return ".documentFooterDismiss20Regular" case .documentFooterDismiss24Filled: return ".documentFooterDismiss24Filled" case .documentFooterDismiss24Regular: return ".documentFooterDismiss24Regular" + case .documentFs16Filled: return ".documentFs16Filled" + case .documentFs16Regular: return ".documentFs16Regular" case .documentHeader16Filled: return ".documentHeader16Filled" case .documentHeader16Regular: return ".documentHeader16Regular" case .documentHeader20Filled: return ".documentHeader20Filled" @@ -29363,6 +30039,8 @@ import Foundation case .documentJavascript20Regular: return ".documentJavascript20Regular" case .documentJavascript24Filled: return ".documentJavascript24Filled" case .documentJavascript24Regular: return ".documentJavascript24Regular" + case .documentJs16Filled: return ".documentJs16Filled" + case .documentJs16Regular: return ".documentJs16Regular" case .documentLandscape20Filled: return ".documentLandscape20Filled" case .documentLandscape20Regular: return ".documentLandscape20Regular" case .documentLandscape24Filled: return ".documentLandscape24Filled" @@ -29386,6 +30064,8 @@ import Foundation case .documentLock16Filled: return ".documentLock16Filled" case .documentLock16Regular: return ".documentLock16Regular" case .documentLock20Filled: return ".documentLock20Filled" + default: break } + switch self { case .documentLock20Regular: return ".documentLock20Regular" case .documentLock24Filled: return ".documentLock24Filled" case .documentLock24Regular: return ".documentLock24Regular" @@ -29420,13 +30100,13 @@ import Foundation case .documentMultiplePercent24Filled: return ".documentMultiplePercent24Filled" case .documentMultiplePercent24Regular: return ".documentMultiplePercent24Regular" case .documentMultipleProhibited20Filled: return ".documentMultipleProhibited20Filled" - default: break } - switch self { case .documentMultipleProhibited20Regular: return ".documentMultipleProhibited20Regular" case .documentMultipleProhibited24Filled: return ".documentMultipleProhibited24Filled" case .documentMultipleProhibited24Regular: return ".documentMultipleProhibited24Regular" case .documentMultipleSync20Filled: return ".documentMultipleSync20Filled" case .documentMultipleSync20Regular: return ".documentMultipleSync20Regular" + case .documentNumber116Filled: return ".documentNumber116Filled" + case .documentNumber116Regular: return ".documentNumber116Regular" case .documentOnePage20Filled: return ".documentOnePage20Filled" case .documentOnePage20Regular: return ".documentOnePage20Regular" case .documentOnePage24Filled: return ".documentOnePage24Filled" @@ -29486,7 +30166,11 @@ import Foundation case .documentProhibited20Filled: return ".documentProhibited20Filled" case .documentProhibited20Regular: return ".documentProhibited20Regular" case .documentProhibited24Filled: return ".documentProhibited24Filled" + default: break } + switch self { case .documentProhibited24Regular: return ".documentProhibited24Regular" + case .documentPy16Filled: return ".documentPy16Filled" + case .documentPy16Regular: return ".documentPy16Regular" case .documentQuestionMark16Filled: return ".documentQuestionMark16Filled" case .documentQuestionMark16Regular: return ".documentQuestionMark16Regular" case .documentQuestionMark20Filled: return ".documentQuestionMark20Filled" @@ -29505,6 +30189,8 @@ import Foundation case .documentQueueMultiple20Regular: return ".documentQueueMultiple20Regular" case .documentQueueMultiple24Filled: return ".documentQueueMultiple24Filled" case .documentQueueMultiple24Regular: return ".documentQueueMultiple24Regular" + case .documentRb16Filled: return ".documentRb16Filled" + case .documentRb16Regular: return ".documentRb16Regular" case .documentRibbon16Filled: return ".documentRibbon16Filled" case .documentRibbon16Regular: return ".documentRibbon16Regular" case .documentRibbon20Filled: return ".documentRibbon20Filled" @@ -29522,8 +30208,6 @@ import Foundation case .documentSave24Filled: return ".documentSave24Filled" case .documentSave24Regular: return ".documentSave24Regular" case .documentSearch16Filled: return ".documentSearch16Filled" - default: break } - switch self { case .documentSearch16Regular: return ".documentSearch16Regular" case .documentSearch20Filled: return ".documentSearch20Filled" case .documentSearch20Regular: return ".documentSearch20Regular" @@ -29579,9 +30263,13 @@ import Foundation case .documentTableTruck20Regular: return ".documentTableTruck20Regular" case .documentTableTruck24Filled: return ".documentTableTruck24Filled" case .documentTableTruck24Regular: return ".documentTableTruck24Regular" + case .documentTarget16Filled: return ".documentTarget16Filled" + case .documentTarget16Regular: return ".documentTarget16Regular" case .documentText16Filled: return ".documentText16Filled" case .documentText16Regular: return ".documentText16Regular" case .documentText20Filled: return ".documentText20Filled" + default: break } + switch self { case .documentText20Regular: return ".documentText20Regular" case .documentText24Filled: return ".documentText24Filled" case .documentText24Regular: return ".documentText24Regular" @@ -29605,6 +30293,10 @@ import Foundation case .documentToolbox20Regular: return ".documentToolbox20Regular" case .documentToolbox24Filled: return ".documentToolbox24Filled" case .documentToolbox24Regular: return ".documentToolbox24Regular" + case .documentTs16Filled: return ".documentTs16Filled" + case .documentTs16Regular: return ".documentTs16Regular" + case .documentVb16Filled: return ".documentVb16Filled" + case .documentVb16Regular: return ".documentVb16Regular" case .documentWidth20Filled: return ".documentWidth20Filled" case .documentWidth20Regular: return ".documentWidth20Regular" case .documentWidth24Filled: return ".documentWidth24Filled" @@ -29624,8 +30316,6 @@ import Foundation case .doorArrowRight16Filled: return ".doorArrowRight16Filled" case .doorArrowRight16Regular: return ".doorArrowRight16Regular" case .doorArrowRight20Filled: return ".doorArrowRight20Filled" - default: break } - switch self { case .doorArrowRight20Regular: return ".doorArrowRight20Regular" case .doorArrowRight28Filled: return ".doorArrowRight28Filled" case .doorArrowRight28Regular: return ".doorArrowRight28Regular" @@ -29680,6 +30370,8 @@ import Foundation case .drawerArrowDownload24Filled: return ".drawerArrowDownload24Filled" case .drawerArrowDownload24Regular: return ".drawerArrowDownload24Regular" case .drawerDismiss20Filled: return ".drawerDismiss20Filled" + default: break } + switch self { case .drawerDismiss20Regular: return ".drawerDismiss20Regular" case .drawerDismiss24Filled: return ".drawerDismiss24Filled" case .drawerDismiss24Regular: return ".drawerDismiss24Regular" @@ -29726,8 +30418,6 @@ import Foundation case .drinkWine20Filled: return ".drinkWine20Filled" case .drinkWine20Regular: return ".drinkWine20Regular" case .drinkWine24Filled: return ".drinkWine24Filled" - default: break } - switch self { case .drinkWine24Regular: return ".drinkWine24Regular" case .driveTrain20Filled: return ".driveTrain20Filled" case .driveTrain20Regular: return ".driveTrain20Regular" @@ -29782,6 +30472,8 @@ import Foundation case .dualScreenGroup24Filled: return ".dualScreenGroup24Filled" case .dualScreenGroup24Regular: return ".dualScreenGroup24Regular" case .dualScreenHeader20Filled: return ".dualScreenHeader20Filled" + default: break } + switch self { case .dualScreenHeader20Regular: return ".dualScreenHeader20Regular" case .dualScreenHeader24Filled: return ".dualScreenHeader24Filled" case .dualScreenHeader24Regular: return ".dualScreenHeader24Regular" @@ -29828,8 +30520,6 @@ import Foundation case .dualScreenVibrate20Filled: return ".dualScreenVibrate20Filled" case .dualScreenVibrate20Regular: return ".dualScreenVibrate20Regular" case .dualScreenVibrate24Filled: return ".dualScreenVibrate24Filled" - default: break } - switch self { case .dualScreenVibrate24Regular: return ".dualScreenVibrate24Regular" case .dumbbell16Filled: return ".dumbbell16Filled" case .dumbbell16Regular: return ".dumbbell16Regular" @@ -29884,6 +30574,8 @@ import Foundation case .editOff28Filled: return ".editOff28Filled" case .editOff28Regular: return ".editOff28Regular" case .editOff32Filled: return ".editOff32Filled" + default: break } + switch self { case .editOff32Regular: return ".editOff32Regular" case .editOff48Filled: return ".editOff48Filled" case .editOff48Regular: return ".editOff48Regular" @@ -29930,8 +30622,6 @@ import Foundation case .emojiAdd24Filled: return ".emojiAdd24Filled" case .emojiAdd24Regular: return ".emojiAdd24Regular" case .emojiAngry20Filled: return ".emojiAngry20Filled" - default: break } - switch self { case .emojiAngry20Regular: return ".emojiAngry20Regular" case .emojiAngry24Filled: return ".emojiAngry24Filled" case .emojiAngry24Regular: return ".emojiAngry24Regular" @@ -29986,6 +30676,8 @@ import Foundation case .emojiSparkle24Filled: return ".emojiSparkle24Filled" case .emojiSparkle24Regular: return ".emojiSparkle24Regular" case .emojiSparkle28Filled: return ".emojiSparkle28Filled" + default: break } + switch self { case .emojiSparkle28Regular: return ".emojiSparkle28Regular" case .emojiSparkle32Filled: return ".emojiSparkle32Filled" case .emojiSparkle32Regular: return ".emojiSparkle32Regular" @@ -30032,8 +30724,6 @@ import Foundation case .eraserTool24Filled: return ".eraserTool24Filled" case .eraserTool24Regular: return ".eraserTool24Regular" case .errorCircle12Filled: return ".errorCircle12Filled" - default: break } - switch self { case .errorCircle12Regular: return ".errorCircle12Regular" case .errorCircle16Filled: return ".errorCircle16Filled" case .errorCircle16Regular: return ".errorCircle16Regular" @@ -30088,6 +30778,8 @@ import Foundation case .eye48Filled: return ".eye48Filled" case .eye48Regular: return ".eye48Regular" case .eyeLines20Filled: return ".eyeLines20Filled" + default: break } + switch self { case .eyeLines20Regular: return ".eyeLines20Regular" case .eyeLines24Filled: return ".eyeLines24Filled" case .eyeLines24Regular: return ".eyeLines24Regular" @@ -30115,6 +30807,8 @@ import Foundation case .eyeTrackingOff20Regular: return ".eyeTrackingOff20Regular" case .eyeTrackingOff24Filled: return ".eyeTrackingOff24Filled" case .eyeTrackingOff24Regular: return ".eyeTrackingOff24Regular" + case .eyedropper16Filled: return ".eyedropper16Filled" + case .eyedropper16Regular: return ".eyedropper16Regular" case .eyedropper20Filled: return ".eyedropper20Filled" case .eyedropper20Regular: return ".eyedropper20Regular" case .eyedropper24Filled: return ".eyedropper24Filled" @@ -30134,8 +30828,6 @@ import Foundation case .fastAcceleration20Filled: return ".fastAcceleration20Filled" case .fastAcceleration20Regular: return ".fastAcceleration20Regular" case .fastAcceleration24Filled: return ".fastAcceleration24Filled" - default: break } - switch self { case .fastAcceleration24Regular: return ".fastAcceleration24Regular" case .fastForward16Filled: return ".fastForward16Filled" case .fastForward16Regular: return ".fastForward16Regular" @@ -30188,6 +30880,8 @@ import Foundation case .filterSync24Filled: return ".filterSync24Filled" case .filterSync24Regular: return ".filterSync24Regular" case .fingerprint20Filled: return ".fingerprint20Filled" + default: break } + switch self { case .fingerprint20Regular: return ".fingerprint20Regular" case .fingerprint24Filled: return ".fingerprint24Filled" case .fingerprint24Regular: return ".fingerprint24Regular" @@ -30236,8 +30930,6 @@ import Foundation case .flagPride16Filled: return ".flagPride16Filled" case .flagPride20Filled: return ".flagPride20Filled" case .flagPride24Filled: return ".flagPride24Filled" - default: break } - switch self { case .flagPride28Filled: return ".flagPride28Filled" case .flagPride48Filled: return ".flagPride48Filled" case .flash16Filled: return ".flash16Filled" @@ -30290,6 +30982,8 @@ import Foundation case .flashlightOff24Regular: return ".flashlightOff24Regular" case .flipHorizontal16Filled: return ".flipHorizontal16Filled" case .flipHorizontal16Regular: return ".flipHorizontal16Regular" + default: break } + switch self { case .flipHorizontal20Filled: return ".flipHorizontal20Filled" case .flipHorizontal20Regular: return ".flipHorizontal20Regular" case .flipHorizontal24Filled: return ".flipHorizontal24Filled" @@ -30338,8 +31032,6 @@ import Foundation case .fluid20Regular: return ".fluid20Regular" case .fluid24Filled: return ".fluid24Filled" case .fluid24Regular: return ".fluid24Regular" - default: break } - switch self { case .folder16Filled: return ".folder16Filled" case .folder16Regular: return ".folder16Regular" case .folder20Filled: return ".folder20Filled" @@ -30392,6 +31084,8 @@ import Foundation case .folderArrowUp28Regular: return ".folderArrowUp28Regular" case .folderArrowUp48Filled: return ".folderArrowUp48Filled" case .folderArrowUp48Regular: return ".folderArrowUp48Regular" + default: break } + switch self { case .folderBriefcase20Filled: return ".folderBriefcase20Filled" case .folderBriefcase20Regular: return ".folderBriefcase20Regular" case .folderGlobe16Filled: return ".folderGlobe16Filled" @@ -30414,12 +31108,16 @@ import Foundation case .folderMail24Regular: return ".folderMail24Regular" case .folderMail28Filled: return ".folderMail28Filled" case .folderMail28Regular: return ".folderMail28Regular" + case .folderMultiple16Filled: return ".folderMultiple16Filled" + case .folderMultiple16Regular: return ".folderMultiple16Regular" case .folderOpen16Filled: return ".folderOpen16Filled" case .folderOpen16Regular: return ".folderOpen16Regular" case .folderOpen20Filled: return ".folderOpen20Filled" case .folderOpen20Regular: return ".folderOpen20Regular" case .folderOpen24Filled: return ".folderOpen24Filled" case .folderOpen24Regular: return ".folderOpen24Regular" + case .folderOpenVertical16Filled: return ".folderOpenVertical16Filled" + case .folderOpenVertical16Regular: return ".folderOpenVertical16Regular" case .folderOpenVertical20Filled: return ".folderOpenVertical20Filled" case .folderOpenVertical20Regular: return ".folderOpenVertical20Regular" case .folderPeople20Filled: return ".folderPeople20Filled" @@ -30440,8 +31138,6 @@ import Foundation case .folderProhibited28Regular: return ".folderProhibited28Regular" case .folderProhibited48Filled: return ".folderProhibited48Filled" case .folderProhibited48Regular: return ".folderProhibited48Regular" - default: break } - switch self { case .folderSwap16Filled: return ".folderSwap16Filled" case .folderSwap16Regular: return ".folderSwap16Regular" case .folderSwap20Filled: return ".folderSwap20Filled" @@ -30490,6 +31186,8 @@ import Foundation case .food20Regular: return ".food20Regular" case .food24Filled: return ".food24Filled" case .food24Regular: return ".food24Regular" + default: break } + switch self { case .foodApple20Filled: return ".foodApple20Filled" case .foodApple20Regular: return ".foodApple20Regular" case .foodApple24Filled: return ".foodApple24Filled" @@ -30542,8 +31240,6 @@ import Foundation case .form20Regular: return ".form20Regular" case .form24Filled: return ".form24Filled" case .form24Regular: return ".form24Regular" - default: break } - switch self { case .form28Filled: return ".form28Filled" case .form28Regular: return ".form28Regular" case .form48Filled: return ".form48Filled" @@ -30592,6 +31288,8 @@ import Foundation case .fps6028Regular: return ".fps6028Regular" case .fps6048Filled: return ".fps6048Filled" case .fps6048Regular: return ".fps6048Regular" + default: break } + switch self { case .fps96020Filled: return ".fps96020Filled" case .fps96020Regular: return ".fps96020Regular" case .fps96024Filled: return ".fps96024Filled" @@ -30620,6 +31318,8 @@ import Foundation case .games32Regular: return ".games32Regular" case .games48Filled: return ".games48Filled" case .games48Regular: return ".games48Regular" + case .ganttChart16Filled: return ".ganttChart16Filled" + case .ganttChart16Regular: return ".ganttChart16Regular" case .ganttChart20Filled: return ".ganttChart20Filled" case .ganttChart20Regular: return ".ganttChart20Regular" case .ganttChart24Filled: return ".ganttChart24Filled" @@ -30644,8 +31344,6 @@ import Foundation case .gaugeAdd20Regular: return ".gaugeAdd20Regular" case .gavel20Filled: return ".gavel20Filled" case .gavel20Regular: return ".gavel20Regular" - default: break } - switch self { case .gavel24Filled: return ".gavel24Filled" case .gavel24Regular: return ".gavel24Regular" case .gavel32Filled: return ".gavel32Filled" @@ -30692,6 +31390,8 @@ import Foundation case .glance20Regular: return ".glance20Regular" case .glance24Filled: return ".glance24Filled" case .glance24Regular: return ".glance24Regular" + default: break } + switch self { case .glanceDefault12Filled: return ".glanceDefault12Filled" case .glanceDefault12Regular: return ".glanceDefault12Regular" case .glanceHorizontal12Filled: return ".glanceHorizontal12Filled" @@ -30746,8 +31446,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 .globeLocation20Filled: return ".globeLocation20Filled" @@ -30794,6 +31492,8 @@ import Foundation case .grid24Regular: return ".grid24Regular" case .grid28Filled: return ".grid28Filled" case .grid28Regular: return ".grid28Regular" + default: break } + switch self { case .gridCircles24Filled: return ".gridCircles24Filled" case .gridCircles24Regular: return ".gridCircles24Regular" case .gridCircles28Filled: return ".gridCircles28Filled" @@ -30848,8 +31548,6 @@ import Foundation case .guitar20Regular: return ".guitar20Regular" case .guitar24Filled: return ".guitar24Filled" case .guitar24Regular: return ".guitar24Regular" - default: break } - switch self { case .guitar28Filled: return ".guitar28Filled" case .guitar28Regular: return ".guitar28Regular" case .handDraw16Filled: return ".handDraw16Filled" @@ -30896,6 +31594,8 @@ import Foundation case .handWave20Regular: return ".handWave20Regular" case .handWave24Filled: return ".handWave24Filled" case .handWave24Regular: return ".handWave24Regular" + default: break } + switch self { case .handshake16Filled: return ".handshake16Filled" case .handshake16Regular: return ".handshake16Regular" case .handshake20Filled: return ".handshake20Filled" @@ -30904,6 +31604,8 @@ import Foundation case .handshake24Regular: return ".handshake24Regular" case .handshake32Filled: return ".handshake32Filled" case .handshake32Regular: return ".handshake32Regular" + case .hardDrive16Filled: return ".hardDrive16Filled" + case .hardDrive16Regular: return ".hardDrive16Regular" case .hardDrive20Filled: return ".hardDrive20Filled" case .hardDrive20Regular: return ".hardDrive20Regular" case .hatGraduation12Filled: return ".hatGraduation12Filled" @@ -30950,8 +31652,6 @@ import Foundation case .headphonesSoundWave48Regular: return ".headphonesSoundWave48Regular" case .headset16Filled: return ".headset16Filled" case .headset16Regular: return ".headset16Regular" - default: break } - switch self { case .headset20Filled: return ".headset20Filled" case .headset20Regular: return ".headset20Regular" case .headset24Filled: return ".headset24Filled" @@ -30996,6 +31696,8 @@ import Foundation case .heartCircle20Regular: return ".heartCircle20Regular" case .heartCircle24Filled: return ".heartCircle24Filled" case .heartCircle24Regular: return ".heartCircle24Regular" + default: break } + switch self { case .heartCircleHint16Filled: return ".heartCircleHint16Filled" case .heartCircleHint16Regular: return ".heartCircleHint16Regular" case .heartCircleHint20Filled: return ".heartCircleHint20Filled" @@ -31052,8 +31754,6 @@ import Foundation case .home16Filled: return ".home16Filled" case .home16Regular: return ".home16Regular" case .home20Filled: return ".home20Filled" - default: break } - switch self { case .home20Regular: return ".home20Regular" case .home24Filled: return ".home24Filled" case .home24Regular: return ".home24Regular" @@ -31097,18 +31797,28 @@ import Foundation case .homeSplit32Regular: return ".homeSplit32Regular" case .homeSplit48Filled: return ".homeSplit48Filled" case .homeSplit48Regular: return ".homeSplit48Regular" + case .hourglass16Filled: return ".hourglass16Filled" + default: break } + switch self { + case .hourglass16Regular: return ".hourglass16Regular" case .hourglass20Filled: return ".hourglass20Filled" case .hourglass20Regular: return ".hourglass20Regular" case .hourglass24Filled: return ".hourglass24Filled" case .hourglass24Regular: return ".hourglass24Regular" + case .hourglassHalf16Filled: return ".hourglassHalf16Filled" + case .hourglassHalf16Regular: return ".hourglassHalf16Regular" case .hourglassHalf20Filled: return ".hourglassHalf20Filled" case .hourglassHalf20Regular: return ".hourglassHalf20Regular" case .hourglassHalf24Filled: return ".hourglassHalf24Filled" case .hourglassHalf24Regular: return ".hourglassHalf24Regular" + case .hourglassOneQuarter16Filled: return ".hourglassOneQuarter16Filled" + case .hourglassOneQuarter16Regular: return ".hourglassOneQuarter16Regular" case .hourglassOneQuarter20Filled: return ".hourglassOneQuarter20Filled" case .hourglassOneQuarter20Regular: return ".hourglassOneQuarter20Regular" case .hourglassOneQuarter24Filled: return ".hourglassOneQuarter24Filled" case .hourglassOneQuarter24Regular: return ".hourglassOneQuarter24Regular" + case .hourglassThreeQuarter16Filled: return ".hourglassThreeQuarter16Filled" + case .hourglassThreeQuarter16Regular: return ".hourglassThreeQuarter16Regular" case .hourglassThreeQuarter20Filled: return ".hourglassThreeQuarter20Filled" case .hourglassThreeQuarter20Regular: return ".hourglassThreeQuarter20Regular" case .hourglassThreeQuarter24Filled: return ".hourglassThreeQuarter24Filled" @@ -31154,8 +31864,6 @@ import Foundation case .imageCopy20Filled: return ".imageCopy20Filled" case .imageCopy20Regular: return ".imageCopy20Regular" case .imageCopy24Filled: return ".imageCopy24Filled" - default: break } - switch self { case .imageCopy24Regular: return ".imageCopy24Regular" case .imageCopy28Filled: return ".imageCopy28Filled" case .imageCopy28Regular: return ".imageCopy28Regular" @@ -31192,6 +31900,8 @@ import Foundation case .imageProhibited20Filled: return ".imageProhibited20Filled" case .imageProhibited20Regular: return ".imageProhibited20Regular" case .imageProhibited24Filled: return ".imageProhibited24Filled" + default: break } + switch self { case .imageProhibited24Regular: return ".imageProhibited24Regular" case .imageReflection20Filled: return ".imageReflection20Filled" case .imageReflection20Regular: return ".imageReflection20Regular" @@ -31256,8 +31966,6 @@ import Foundation case .inkingTool24Filled: return ".inkingTool24Filled" case .inkingTool24Regular: return ".inkingTool24Regular" case .inkingTool32Filled: return ".inkingTool32Filled" - default: break } - switch self { case .inkingTool32Regular: return ".inkingTool32Regular" case .inkingToolAccent16Filled: return ".inkingToolAccent16Filled" case .inkingToolAccent20Filled: return ".inkingToolAccent20Filled" @@ -31294,6 +32002,8 @@ import Foundation case .key20Filled: return ".key20Filled" case .key20Regular: return ".key20Regular" case .key24Filled: return ".key24Filled" + default: break } + switch self { case .key24Regular: return ".key24Regular" case .key32Filled: return ".key32Filled" case .key32Regular: return ".key32Regular" @@ -31339,6 +32049,8 @@ import Foundation case .keyboardLayoutSplit20Regular: return ".keyboardLayoutSplit20Regular" case .keyboardLayoutSplit24Filled: return ".keyboardLayoutSplit24Filled" case .keyboardLayoutSplit24Regular: return ".keyboardLayoutSplit24Regular" + case .keyboardMouse16Filled: return ".keyboardMouse16Filled" + case .keyboardMouse16Regular: return ".keyboardMouse16Regular" case .keyboardShift16Filled: return ".keyboardShift16Filled" case .keyboardShift16Regular: return ".keyboardShift16Regular" case .keyboardShift20Filled: return ".keyboardShift20Filled" @@ -31358,8 +32070,6 @@ import Foundation case .laptop16Filled: return ".laptop16Filled" case .laptop16Regular: return ".laptop16Regular" case .laptop20Filled: return ".laptop20Filled" - default: break } - switch self { case .laptop20Regular: return ".laptop20Regular" case .laptop24Filled: return ".laptop24Filled" case .laptop24Regular: return ".laptop24Regular" @@ -31394,6 +32104,8 @@ import Foundation case .leafOne20Filled: return ".leafOne20Filled" case .leafOne20Regular: return ".leafOne20Regular" case .leafOne24Filled: return ".leafOne24Filled" + default: break } + switch self { case .leafOne24Regular: return ".leafOne24Regular" case .leafOne32Filled: return ".leafOne32Filled" case .leafOne32Regular: return ".leafOne32Regular" @@ -31460,8 +32172,6 @@ import Foundation case .lightbulbPerson32Filled: return ".lightbulbPerson32Filled" case .lightbulbPerson32Regular: return ".lightbulbPerson32Regular" case .lightbulbPerson48Filled: return ".lightbulbPerson48Filled" - default: break } - switch self { case .lightbulbPerson48Regular: return ".lightbulbPerson48Regular" case .likert16Filled: return ".likert16Filled" case .likert16Regular: return ".likert16Regular" @@ -31496,6 +32206,8 @@ import Foundation case .lineStyle20Filled: return ".lineStyle20Filled" case .lineStyle20Regular: return ".lineStyle20Regular" case .lineStyle24Filled: return ".lineStyle24Filled" + default: break } + switch self { case .lineStyle24Regular: return ".lineStyle24Regular" case .link12Filled: return ".link12Filled" case .link12Regular: return ".link12Regular" @@ -31562,8 +32274,6 @@ import Foundation case .location16Filled: return ".location16Filled" case .location16Regular: return ".location16Regular" case .location20Filled: return ".location20Filled" - default: break } - switch self { case .location20Regular: return ".location20Regular" case .location24Filled: return ".location24Filled" case .location24Regular: return ".location24Regular" @@ -31598,6 +32308,8 @@ import Foundation case .locationLive24Filled: return ".locationLive24Filled" case .locationLive24Regular: return ".locationLive24Regular" case .locationOff16Filled: return ".locationOff16Filled" + default: break } + switch self { case .locationOff16Regular: return ".locationOff16Regular" case .locationOff20Filled: return ".locationOff20Filled" case .locationOff20Regular: return ".locationOff20Regular" @@ -31664,8 +32376,6 @@ import Foundation case .mail48Filled: return ".mail48Filled" case .mail48Regular: return ".mail48Regular" case .mailAdd16Filled: return ".mailAdd16Filled" - default: break } - switch self { case .mailAdd16Regular: return ".mailAdd16Regular" case .mailAdd20Filled: return ".mailAdd20Filled" case .mailAdd20Regular: return ".mailAdd20Regular" @@ -31700,6 +32410,8 @@ import Foundation case .mailArrowForward16Filled: return ".mailArrowForward16Filled" case .mailArrowForward16Regular: return ".mailArrowForward16Regular" case .mailArrowForward20Filled: return ".mailArrowForward20Filled" + default: break } + switch self { case .mailArrowForward20Regular: return ".mailArrowForward20Regular" case .mailArrowUp16Filled: return ".mailArrowUp16Filled" case .mailArrowUp16Regular: return ".mailArrowUp16Regular" @@ -31766,8 +32478,6 @@ import Foundation case .mailInboxAll20Filled: return ".mailInboxAll20Filled" case .mailInboxAll20Regular: return ".mailInboxAll20Regular" case .mailInboxAll24Filled: return ".mailInboxAll24Filled" - default: break } - switch self { case .mailInboxAll24Regular: return ".mailInboxAll24Regular" case .mailInboxArrowDown16Filled: return ".mailInboxArrowDown16Filled" case .mailInboxArrowDown16Regular: return ".mailInboxArrowDown16Regular" @@ -31802,6 +32512,8 @@ import Foundation case .mailLink24Filled: return ".mailLink24Filled" case .mailLink24Regular: return ".mailLink24Regular" case .mailList16Filled: return ".mailList16Filled" + default: break } + switch self { case .mailList16Regular: return ".mailList16Regular" case .mailList20Filled: return ".mailList20Filled" case .mailList20Regular: return ".mailList20Regular" @@ -31868,8 +32580,6 @@ import Foundation case .mailShield20Filled: return ".mailShield20Filled" case .mailShield20Regular: return ".mailShield20Regular" case .mailTemplate16Filled: return ".mailTemplate16Filled" - default: break } - switch self { case .mailTemplate16Regular: return ".mailTemplate16Regular" case .mailTemplate20Filled: return ".mailTemplate20Filled" case .mailTemplate20Regular: return ".mailTemplate20Regular" @@ -31904,6 +32614,8 @@ import Foundation case .markdown20Filled: return ".markdown20Filled" case .markdown20Regular: return ".markdown20Regular" case .matchAppLayout20Filled: return ".matchAppLayout20Filled" + default: break } + switch self { case .matchAppLayout20Regular: return ".matchAppLayout20Regular" case .matchAppLayout24Filled: return ".matchAppLayout24Filled" case .matchAppLayout24Regular: return ".matchAppLayout24Regular" @@ -31970,8 +32682,6 @@ import Foundation case .megaphoneCircle24Filled: return ".megaphoneCircle24Filled" case .megaphoneCircle24Regular: return ".megaphoneCircle24Regular" case .megaphoneLoud16Filled: return ".megaphoneLoud16Filled" - default: break } - switch self { case .megaphoneLoud16Regular: return ".megaphoneLoud16Regular" case .megaphoneLoud20Filled: return ".megaphoneLoud20Filled" case .megaphoneLoud20Regular: return ".megaphoneLoud20Regular" @@ -31989,6 +32699,8 @@ import Foundation case .megaphoneOff24Regular: return ".megaphoneOff24Regular" case .megaphoneOff28Filled: return ".megaphoneOff28Filled" case .megaphoneOff28Regular: return ".megaphoneOff28Regular" + case .memory16Filled: return ".memory16Filled" + case .memory16Regular: return ".memory16Regular" case .mention12Filled: return ".mention12Filled" case .mention12Regular: return ".mention12Regular" case .mention16Filled: return ".mention16Filled" @@ -32004,6 +32716,8 @@ import Foundation case .merge16Filled: return ".merge16Filled" case .merge16Regular: return ".merge16Regular" case .merge20Filled: return ".merge20Filled" + default: break } + switch self { case .merge20Regular: return ".merge20Regular" case .merge24Filled: return ".merge24Filled" case .merge24Regular: return ".merge24Regular" @@ -32072,8 +32786,6 @@ import Foundation case .micSettings24Filled: return ".micSettings24Filled" case .micSettings24Regular: return ".micSettings24Regular" case .micSparkle16Filled: return ".micSparkle16Filled" - default: break } - switch self { case .micSparkle16Regular: return ".micSparkle16Regular" case .micSparkle20Filled: return ".micSparkle20Filled" case .micSparkle20Regular: return ".micSparkle20Regular" @@ -32106,6 +32818,8 @@ import Foundation case .molecule48Filled: return ".molecule48Filled" case .molecule48Regular: return ".molecule48Regular" case .money16Filled: return ".money16Filled" + default: break } + switch self { case .money16Regular: return ".money16Regular" case .money20Filled: return ".money20Filled" case .money20Regular: return ".money20Regular" @@ -32129,10 +32843,18 @@ import Foundation case .moneyOff24Regular: return ".moneyOff24Regular" case .moneySettings20Filled: return ".moneySettings20Filled" case .moneySettings20Regular: return ".moneySettings20Regular" + case .moreCircle16Filled: return ".moreCircle16Filled" + case .moreCircle16Regular: return ".moreCircle16Regular" case .moreCircle20Filled: return ".moreCircle20Filled" case .moreCircle20Regular: return ".moreCircle20Regular" + case .moreCircle24Filled: return ".moreCircle24Filled" + case .moreCircle24Regular: return ".moreCircle24Regular" + case .moreCircle28Filled: return ".moreCircle28Filled" + case .moreCircle28Regular: return ".moreCircle28Regular" case .moreCircle32Filled: return ".moreCircle32Filled" case .moreCircle32Regular: return ".moreCircle32Regular" + case .moreCircle48Filled: return ".moreCircle48Filled" + case .moreCircle48Regular: return ".moreCircle48Regular" case .moreHorizontal16Filled: return ".moreHorizontal16Filled" case .moreHorizontal16Regular: return ".moreHorizontal16Regular" case .moreHorizontal20Filled: return ".moreHorizontal20Filled" @@ -32174,8 +32896,6 @@ import Foundation case .multiplier12X48Filled: return ".multiplier12X48Filled" case .multiplier12X48Regular: return ".multiplier12X48Regular" case .multiplier15X20Filled: return ".multiplier15X20Filled" - default: break } - switch self { case .multiplier15X20Regular: return ".multiplier15X20Regular" case .multiplier15X24Filled: return ".multiplier15X24Filled" case .multiplier15X24Regular: return ".multiplier15X24Regular" @@ -32200,6 +32920,8 @@ import Foundation case .multiplier1X24Filled: return ".multiplier1X24Filled" case .multiplier1X24Regular: return ".multiplier1X24Regular" case .multiplier1X28Filled: return ".multiplier1X28Filled" + default: break } + switch self { case .multiplier1X28Regular: return ".multiplier1X28Regular" case .multiplier1X32Filled: return ".multiplier1X32Filled" case .multiplier1X32Regular: return ".multiplier1X32Regular" @@ -32275,9 +32997,9 @@ import Foundation case .navigationUnread20Regular: return ".navigationUnread20Regular" case .navigationUnread24Filled: return ".navigationUnread24Filled" case .navigationUnread24Regular: return ".navigationUnread24Regular" + case .networkAdapter16Filled: return ".networkAdapter16Filled" + case .networkAdapter16Regular: return ".networkAdapter16Regular" case .networkCheck20Filled: return ".networkCheck20Filled" - default: break } - switch self { case .networkCheck20Regular: return ".networkCheck20Regular" case .networkCheck24Filled: return ".networkCheck24Filled" case .networkCheck24Regular: return ".networkCheck24Regular" @@ -32300,6 +33022,8 @@ import Foundation case .next20Filled: return ".next20Filled" case .next20Regular: return ".next20Regular" case .next24Filled: return ".next24Filled" + default: break } + switch self { case .next24Regular: return ".next24Regular" case .next28Filled: return ".next28Filled" case .next28Regular: return ".next28Regular" @@ -32378,8 +33102,6 @@ import Foundation case .notebookSync24Filled: return ".notebookSync24Filled" case .notebookSync24Regular: return ".notebookSync24Regular" case .notepad12Filled: return ".notepad12Filled" - default: break } - switch self { case .notepad12Regular: return ".notepad12Regular" case .notepad16Filled: return ".notepad16Filled" case .notepad16Regular: return ".notepad16Regular" @@ -32402,6 +33124,8 @@ import Foundation case .notepadPerson24Filled: return ".notepadPerson24Filled" case .notepadPerson24Regular: return ".notepadPerson24Regular" case .numberCircle116Filled: return ".numberCircle116Filled" + default: break } + switch self { case .numberCircle116Regular: return ".numberCircle116Regular" case .numberCircle120Filled: return ".numberCircle120Filled" case .numberCircle120Regular: return ".numberCircle120Regular" @@ -32480,8 +33204,6 @@ import Foundation case .numberSymbol48Filled: return ".numberSymbol48Filled" case .numberSymbol48Regular: return ".numberSymbol48Regular" case .numberSymbolDismiss20Filled: return ".numberSymbolDismiss20Filled" - default: break } - switch self { case .numberSymbolDismiss20Regular: return ".numberSymbolDismiss20Regular" case .numberSymbolDismiss24Filled: return ".numberSymbolDismiss24Filled" case .numberSymbolDismiss24Regular: return ".numberSymbolDismiss24Regular" @@ -32504,6 +33226,8 @@ import Foundation case .openFolder16Filled: return ".openFolder16Filled" case .openFolder16Regular: return ".openFolder16Regular" case .openFolder20Filled: return ".openFolder20Filled" + default: break } + switch self { case .openFolder20Regular: return ".openFolder20Regular" case .openFolder24Filled: return ".openFolder24Filled" case .openFolder24Regular: return ".openFolder24Regular" @@ -32582,8 +33306,6 @@ 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" @@ -32606,6 +33328,8 @@ import Foundation case .paintBrushArrowUp20Filled: return ".paintBrushArrowUp20Filled" case .paintBrushArrowUp20Regular: return ".paintBrushArrowUp20Regular" case .paintBrushArrowUp24Filled: return ".paintBrushArrowUp24Filled" + default: break } + switch self { case .paintBrushArrowUp24Regular: return ".paintBrushArrowUp24Regular" case .paintBucket16Filled: return ".paintBucket16Filled" case .paintBucket16Regular: return ".paintBucket16Regular" @@ -32684,8 +33408,6 @@ import Foundation case .panelRight28Filled: return ".panelRight28Filled" case .panelRight28Regular: return ".panelRight28Regular" case .panelRight32Filled: return ".panelRight32Filled" - default: break } - switch self { case .panelRight32Regular: return ".panelRight32Regular" case .panelRight48Filled: return ".panelRight48Filled" case .panelRight48Regular: return ".panelRight48Regular" @@ -32708,6 +33430,8 @@ import Foundation case .panelTopContract20Filled: return ".panelTopContract20Filled" case .panelTopContract20Regular: return ".panelTopContract20Regular" case .panelTopExpand20Filled: return ".panelTopExpand20Filled" + default: break } + switch self { case .panelTopExpand20Regular: return ".panelTopExpand20Regular" case .password16Filled: return ".password16Filled" case .password16Regular: return ".password16Regular" @@ -32786,8 +33510,6 @@ import Foundation case .penOff32Filled: return ".penOff32Filled" case .penOff32Regular: return ".penOff32Regular" case .penOff48Filled: return ".penOff48Filled" - default: break } - switch self { case .penOff48Regular: return ".penOff48Regular" case .penProhibited16Filled: return ".penProhibited16Filled" case .penProhibited16Regular: return ".penProhibited16Regular" @@ -32810,6 +33532,8 @@ import Foundation case .people12Filled: return ".people12Filled" case .people12Regular: return ".people12Regular" case .people16Filled: return ".people16Filled" + default: break } + switch self { case .people16Regular: return ".people16Regular" case .people20Filled: return ".people20Filled" case .people20Regular: return ".people20Regular" @@ -32888,8 +33612,6 @@ import Foundation case .peopleProhibited24Filled: return ".peopleProhibited24Filled" case .peopleProhibited24Regular: return ".peopleProhibited24Regular" case .peopleQueue20Filled: return ".peopleQueue20Filled" - default: break } - switch self { case .peopleQueue20Regular: return ".peopleQueue20Regular" case .peopleQueue24Filled: return ".peopleQueue24Filled" case .peopleQueue24Regular: return ".peopleQueue24Regular" @@ -32903,6 +33625,20 @@ import Foundation case .peopleSettings24Regular: return ".peopleSettings24Regular" case .peopleSettings28Filled: return ".peopleSettings28Filled" case .peopleSettings28Regular: return ".peopleSettings28Regular" + case .peopleStar16Filled: return ".peopleStar16Filled" + case .peopleStar16Regular: return ".peopleStar16Regular" + case .peopleStar20Filled: return ".peopleStar20Filled" + case .peopleStar20Regular: return ".peopleStar20Regular" + case .peopleStar24Filled: return ".peopleStar24Filled" + case .peopleStar24Regular: return ".peopleStar24Regular" + case .peopleStar28Filled: return ".peopleStar28Filled" + case .peopleStar28Regular: return ".peopleStar28Regular" + case .peopleStar32Filled: return ".peopleStar32Filled" + default: break } + switch self { + case .peopleStar32Regular: return ".peopleStar32Regular" + case .peopleStar48Filled: return ".peopleStar48Filled" + case .peopleStar48Regular: return ".peopleStar48Regular" case .peopleSwap16Filled: return ".peopleSwap16Filled" case .peopleSwap16Regular: return ".peopleSwap16Regular" case .peopleSwap20Filled: return ".peopleSwap20Filled" @@ -32990,8 +33726,6 @@ import Foundation case .personAlert24Filled: return ".personAlert24Filled" case .personAlert24Regular: return ".personAlert24Regular" case .personArrowBack16Filled: return ".personArrowBack16Filled" - default: break } - switch self { case .personArrowBack16Regular: return ".personArrowBack16Regular" case .personArrowBack20Filled: return ".personArrowBack20Filled" case .personArrowBack20Regular: return ".personArrowBack20Regular" @@ -33002,6 +33736,8 @@ import Foundation case .personArrowBack32Filled: return ".personArrowBack32Filled" case .personArrowBack32Regular: return ".personArrowBack32Regular" case .personArrowBack48Filled: return ".personArrowBack48Filled" + default: break } + switch self { case .personArrowBack48Regular: return ".personArrowBack48Regular" case .personArrowLeft16Filled: return ".personArrowLeft16Filled" case .personArrowLeft16Regular: return ".personArrowLeft16Regular" @@ -33092,8 +33828,6 @@ import Foundation case .personLink16Filled: return ".personLink16Filled" case .personLink16Regular: return ".personLink16Regular" case .personLink20Filled: return ".personLink20Filled" - default: break } - switch self { case .personLink20Regular: return ".personLink20Regular" case .personLink24Filled: return ".personLink24Filled" case .personLink24Regular: return ".personLink24Regular" @@ -33104,6 +33838,8 @@ import Foundation case .personLink48Filled: return ".personLink48Filled" case .personLink48Regular: return ".personLink48Regular" case .personLock16Filled: return ".personLock16Filled" + default: break } + switch self { case .personLock16Regular: return ".personLock16Regular" case .personLock20Filled: return ".personLock20Filled" case .personLock20Regular: return ".personLock20Regular" @@ -33149,6 +33885,10 @@ import Foundation case .personQuestionMark24Regular: return ".personQuestionMark24Regular" case .personRunning20Filled: return ".personRunning20Filled" case .personRunning20Regular: return ".personRunning20Regular" + case .personSearch16Filled: return ".personSearch16Filled" + case .personSearch16Regular: return ".personSearch16Regular" + case .personSearch32Filled: return ".personSearch32Filled" + case .personSearch32Regular: return ".personSearch32Regular" case .personSettings16Filled: return ".personSettings16Filled" case .personSettings16Regular: return ".personSettings16Regular" case .personSettings20Filled: return ".personSettings20Filled" @@ -33157,6 +33897,8 @@ import Foundation case .personSquare20Regular: return ".personSquare20Regular" case .personSquare24Filled: return ".personSquare24Filled" case .personSquare24Regular: return ".personSquare24Regular" + case .personStanding16Filled: return ".personStanding16Filled" + case .personStanding16Regular: return ".personStanding16Regular" case .personStar16Filled: return ".personStar16Filled" case .personStar16Regular: return ".personStar16Regular" case .personStar20Filled: return ".personStar20Filled" @@ -33194,12 +33936,12 @@ import Foundation case .personSync20Filled: return ".personSync20Filled" case .personSync20Regular: return ".personSync20Regular" case .personSync24Filled: return ".personSync24Filled" - default: break } - switch self { case .personSync24Regular: return ".personSync24Regular" case .personSync28Filled: return ".personSync28Filled" case .personSync28Regular: return ".personSync28Regular" case .personSync32Filled: return ".personSync32Filled" + default: break } + switch self { case .personSync32Regular: return ".personSync32Regular" case .personSync48Filled: return ".personSync48Filled" case .personSync48Regular: return ".personSync48Regular" @@ -33217,6 +33959,8 @@ import Foundation case .personVoice20Regular: return ".personVoice20Regular" case .personVoice24Filled: return ".personVoice24Filled" case .personVoice24Regular: return ".personVoice24Regular" + case .personWalking16Filled: return ".personWalking16Filled" + case .personWalking16Regular: return ".personWalking16Regular" case .personWalking20Filled: return ".personWalking20Filled" case .personWalking20Regular: return ".personWalking20Regular" case .personWalking24Filled: return ".personWalking24Filled" @@ -33296,10 +34040,10 @@ import Foundation case .phonePageHeader20Filled: return ".phonePageHeader20Filled" case .phonePageHeader20Regular: return ".phonePageHeader20Regular" case .phonePageHeader24Filled: return ".phonePageHeader24Filled" - default: break } - switch self { case .phonePageHeader24Regular: return ".phonePageHeader24Regular" case .phonePagination20Filled: return ".phonePagination20Filled" + default: break } + switch self { case .phonePagination20Regular: return ".phonePagination20Regular" case .phonePagination24Filled: return ".phonePagination24Filled" case .phonePagination24Regular: return ".phonePagination24Regular" @@ -33398,10 +34142,10 @@ import Foundation case .pin24Filled: return ".pin24Filled" case .pin24Regular: return ".pin24Regular" case .pin28Filled: return ".pin28Filled" - default: break } - switch self { case .pin28Regular: return ".pin28Regular" case .pin32Filled: return ".pin32Filled" + default: break } + switch self { case .pin32Regular: return ".pin32Regular" case .pin48Filled: return ".pin48Filled" case .pin48Regular: return ".pin48Regular" @@ -33459,6 +34203,8 @@ import Foundation case .playCircle28Regular: return ".playCircle28Regular" case .playCircle48Filled: return ".playCircle48Filled" case .playCircle48Regular: return ".playCircle48Regular" + case .playMultiple16Filled: return ".playMultiple16Filled" + case .playMultiple16Regular: return ".playMultiple16Regular" case .playSettings20Filled: return ".playSettings20Filled" case .playSettings20Regular: return ".playSettings20Regular" case .playingCards20Filled: return ".playingCards20Filled" @@ -33771,10 +34517,16 @@ import Foundation case .radarCheckmark20Regular: return ".radarCheckmark20Regular" case .radarRectangleMultiple20Filled: return ".radarRectangleMultiple20Filled" case .radarRectangleMultiple20Regular: return ".radarRectangleMultiple20Regular" + case .radioButton16Filled: return ".radioButton16Filled" + case .radioButton16Regular: return ".radioButton16Regular" case .radioButton20Filled: return ".radioButton20Filled" case .radioButton20Regular: return ".radioButton20Regular" case .radioButton24Filled: return ".radioButton24Filled" case .radioButton24Regular: return ".radioButton24Regular" + case .radioButtonOff16Filled: return ".radioButtonOff16Filled" + case .radioButtonOff16Regular: return ".radioButtonOff16Regular" + case .ram16Filled: return ".ram16Filled" + case .ram16Regular: return ".ram16Regular" case .ram20Filled: return ".ram20Filled" case .ram20Regular: return ".ram20Regular" case .ratingMature16Filled: return ".ratingMature16Filled" @@ -33800,14 +34552,14 @@ import Foundation case .reOrderDotsVertical16Filled: return ".reOrderDotsVertical16Filled" case .reOrderDotsVertical16Regular: return ".reOrderDotsVertical16Regular" case .reOrderDotsVertical20Filled: return ".reOrderDotsVertical20Filled" + default: break } + switch self { case .reOrderDotsVertical20Regular: return ".reOrderDotsVertical20Regular" case .reOrderDotsVertical24Filled: return ".reOrderDotsVertical24Filled" case .reOrderDotsVertical24Regular: return ".reOrderDotsVertical24Regular" case .readAloud16Filled: return ".readAloud16Filled" case .readAloud16Regular: return ".readAloud16Regular" case .readAloud20Filled: return ".readAloud20Filled" - default: break } - switch self { case .readAloud20Regular: return ".readAloud20Regular" case .readAloud24Filled: return ".readAloud24Filled" case .readAloud24Regular: return ".readAloud24Regular" @@ -33902,14 +34654,14 @@ import Foundation case .recordStop48Filled: return ".recordStop48Filled" case .recordStop48Regular: return ".recordStop48Regular" case .rectangleLandscape12Filled: return ".rectangleLandscape12Filled" + default: break } + switch self { case .rectangleLandscape12Regular: return ".rectangleLandscape12Regular" case .rectangleLandscape16Filled: return ".rectangleLandscape16Filled" case .rectangleLandscape16Regular: return ".rectangleLandscape16Regular" case .rectangleLandscape20Filled: return ".rectangleLandscape20Filled" case .rectangleLandscape20Regular: return ".rectangleLandscape20Regular" case .rectangleLandscape24Filled: return ".rectangleLandscape24Filled" - default: break } - switch self { case .rectangleLandscape24Regular: return ".rectangleLandscape24Regular" case .rectangleLandscape28Filled: return ".rectangleLandscape28Filled" case .rectangleLandscape28Regular: return ".rectangleLandscape28Regular" @@ -34004,14 +34756,14 @@ import Foundation case .ribbon24Filled: return ".ribbon24Filled" case .ribbon24Regular: return ".ribbon24Regular" case .ribbon32Filled: return ".ribbon32Filled" + default: break } + switch self { case .ribbon32Regular: return ".ribbon32Regular" case .ribbonAdd20Filled: return ".ribbonAdd20Filled" case .ribbonAdd20Regular: return ".ribbonAdd20Regular" case .ribbonAdd24Filled: return ".ribbonAdd24Filled" case .ribbonAdd24Regular: return ".ribbonAdd24Regular" case .ribbonOff12Filled: return ".ribbonOff12Filled" - default: break } - switch self { case .ribbonOff12Regular: return ".ribbonOff12Regular" case .ribbonOff16Filled: return ".ribbonOff16Filled" case .ribbonOff16Regular: return ".ribbonOff16Regular" @@ -34106,14 +34858,16 @@ import Foundation case .saveEdit24Filled: return ".saveEdit24Filled" case .saveEdit24Regular: return ".saveEdit24Regular" case .saveImage20Filled: return ".saveImage20Filled" + default: break } + switch self { case .saveImage20Regular: return ".saveImage20Regular" + case .saveMultiple16Filled: return ".saveMultiple16Filled" + case .saveMultiple16Regular: return ".saveMultiple16Regular" case .saveMultiple20Filled: return ".saveMultiple20Filled" case .saveMultiple20Regular: return ".saveMultiple20Regular" case .saveMultiple24Filled: return ".saveMultiple24Filled" case .saveMultiple24Regular: return ".saveMultiple24Regular" case .saveSearch20Filled: return ".saveSearch20Filled" - default: break } - switch self { case .saveSearch20Regular: return ".saveSearch20Regular" case .saveSync20Filled: return ".saveSync20Filled" case .saveSync20Regular: return ".saveSync20Regular" @@ -34206,6 +34960,8 @@ import Foundation case .scanThumbUpOff28Filled: return ".scanThumbUpOff28Filled" case .scanThumbUpOff28Regular: return ".scanThumbUpOff28Regular" case .scanThumbUpOff48Filled: return ".scanThumbUpOff48Filled" + default: break } + switch self { case .scanThumbUpOff48Regular: return ".scanThumbUpOff48Regular" case .scanType20Filled: return ".scanType20Filled" case .scanType20Regular: return ".scanType20Regular" @@ -34214,8 +34970,6 @@ import Foundation case .scanTypeCheckmark20Filled: return ".scanTypeCheckmark20Filled" case .scanTypeCheckmark20Regular: return ".scanTypeCheckmark20Regular" case .scanTypeCheckmark24Filled: return ".scanTypeCheckmark24Filled" - default: break } - switch self { case .scanTypeCheckmark24Regular: return ".scanTypeCheckmark24Regular" case .scanTypeOff20Filled: return ".scanTypeOff20Filled" case .scanTypeOff20Regular: return ".scanTypeOff20Regular" @@ -34235,6 +34989,8 @@ import Foundation case .screenshot20Regular: return ".screenshot20Regular" case .screenshot24Filled: return ".screenshot24Filled" case .screenshot24Regular: return ".screenshot24Regular" + case .script16Filled: return ".script16Filled" + case .script16Regular: return ".script16Regular" case .search12Filled: return ".search12Filled" case .search12Regular: return ".search12Regular" case .search16Filled: return ".search16Filled" @@ -34306,6 +35062,8 @@ import Foundation case .sendCopy20Filled: return ".sendCopy20Filled" case .sendCopy20Regular: return ".sendCopy20Regular" case .sendCopy24Filled: return ".sendCopy24Filled" + default: break } + switch self { case .sendCopy24Regular: return ".sendCopy24Regular" case .serialPort16Filled: return ".serialPort16Filled" case .serialPort16Regular: return ".serialPort16Regular" @@ -34313,16 +35071,20 @@ import Foundation case .serialPort20Regular: return ".serialPort20Regular" case .serialPort24Filled: return ".serialPort24Filled" case .serialPort24Regular: return ".serialPort24Regular" + case .server16Filled: return ".server16Filled" + case .server16Regular: return ".server16Regular" case .server20Filled: return ".server20Filled" case .server20Regular: return ".server20Regular" case .server24Filled: return ".server24Filled" - default: break } - switch self { case .server24Regular: return ".server24Regular" case .serverMultiple20Filled: return ".serverMultiple20Filled" case .serverMultiple20Regular: return ".serverMultiple20Regular" case .serverPlay20Filled: return ".serverPlay20Filled" case .serverPlay20Regular: return ".serverPlay20Regular" + case .serverSurface16Filled: return ".serverSurface16Filled" + case .serverSurface16Regular: return ".serverSurface16Regular" + case .serverSurfaceMultiple16Filled: return ".serverSurfaceMultiple16Filled" + case .serverSurfaceMultiple16Regular: return ".serverSurfaceMultiple16Regular" case .serviceBell20Filled: return ".serviceBell20Filled" case .serviceBell20Regular: return ".serviceBell20Regular" case .serviceBell24Filled: return ".serviceBell24Filled" @@ -34402,6 +35164,8 @@ import Foundation case .shareIos28Filled: return ".shareIos28Filled" case .shareIos28Regular: return ".shareIos28Regular" case .shareIos48Filled: return ".shareIos48Filled" + default: break } + switch self { case .shareIos48Regular: return ".shareIos48Regular" case .shareScreenPerson16Filled: return ".shareScreenPerson16Filled" case .shareScreenPerson16Regular: return ".shareScreenPerson16Regular" @@ -34418,8 +35182,6 @@ import Foundation case .shareScreenPersonOverlay24Filled: return ".shareScreenPersonOverlay24Filled" case .shareScreenPersonOverlay24Regular: return ".shareScreenPersonOverlay24Regular" case .shareScreenPersonOverlay28Filled: return ".shareScreenPersonOverlay28Filled" - default: break } - switch self { case .shareScreenPersonOverlay28Regular: return ".shareScreenPersonOverlay28Regular" case .shareScreenPersonOverlayInside16Filled: return ".shareScreenPersonOverlayInside16Filled" case .shareScreenPersonOverlayInside16Regular: return ".shareScreenPersonOverlayInside16Regular" @@ -34455,6 +35217,8 @@ import Foundation case .shareScreenStop28Regular: return ".shareScreenStop28Regular" case .shareScreenStop48Filled: return ".shareScreenStop48Filled" case .shareScreenStop48Regular: return ".shareScreenStop48Regular" + case .shield12Filled: return ".shield12Filled" + case .shield12Regular: return ".shield12Regular" case .shield16Filled: return ".shield16Filled" case .shield16Regular: return ".shield16Regular" case .shield20Filled: return ".shield20Filled" @@ -34502,6 +35266,8 @@ import Foundation case .shieldError24Filled: return ".shieldError24Filled" case .shieldError24Regular: return ".shieldError24Regular" case .shieldGlobe16Filled: return ".shieldGlobe16Filled" + default: break } + switch self { case .shieldGlobe16Regular: return ".shieldGlobe16Regular" case .shieldGlobe20Filled: return ".shieldGlobe20Filled" case .shieldGlobe20Regular: return ".shieldGlobe20Regular" @@ -34520,8 +35286,6 @@ import Foundation case .shieldLock24Filled: return ".shieldLock24Filled" case .shieldLock24Regular: return ".shieldLock24Regular" case .shieldLock28Filled: return ".shieldLock28Filled" - default: break } - switch self { case .shieldLock28Regular: return ".shieldLock28Regular" case .shieldLock48Filled: return ".shieldLock48Filled" case .shieldLock48Regular: return ".shieldLock48Regular" @@ -34604,6 +35368,8 @@ import Foundation case .shoppingBag16Filled: return ".shoppingBag16Filled" case .shoppingBag16Regular: return ".shoppingBag16Regular" case .shoppingBag20Filled: return ".shoppingBag20Filled" + default: break } + switch self { case .shoppingBag20Regular: return ".shoppingBag20Regular" case .shoppingBag24Filled: return ".shoppingBag24Filled" case .shoppingBag24Regular: return ".shoppingBag24Regular" @@ -34622,8 +35388,6 @@ import Foundation case .shoppingBagPercent20Filled: return ".shoppingBagPercent20Filled" case .shoppingBagPercent20Regular: return ".shoppingBagPercent20Regular" case .shoppingBagPercent24Filled: return ".shoppingBagPercent24Filled" - default: break } - switch self { case .shoppingBagPercent24Regular: return ".shoppingBagPercent24Regular" case .shoppingBagPlay20Filled: return ".shoppingBagPlay20Filled" case .shoppingBagPlay20Regular: return ".shoppingBagPlay20Regular" @@ -34706,6 +35470,8 @@ import Foundation case .slideAdd20Filled: return ".slideAdd20Filled" case .slideAdd20Regular: return ".slideAdd20Regular" case .slideAdd24Filled: return ".slideAdd24Filled" + default: break } + switch self { case .slideAdd24Regular: return ".slideAdd24Regular" case .slideAdd28Filled: return ".slideAdd28Filled" case .slideAdd28Regular: return ".slideAdd28Regular" @@ -34724,8 +35490,6 @@ import Foundation case .slideEraser24Filled: return ".slideEraser24Filled" case .slideEraser24Regular: return ".slideEraser24Regular" case .slideGrid20Filled: return ".slideGrid20Filled" - default: break } - switch self { case .slideGrid20Regular: return ".slideGrid20Regular" case .slideGrid24Filled: return ".slideGrid24Filled" case .slideGrid24Regular: return ".slideGrid24Regular" @@ -34791,11 +35555,25 @@ import Foundation case .slideTextMultiple24Regular: return ".slideTextMultiple24Regular" case .slideTextMultiple32Filled: return ".slideTextMultiple32Filled" case .slideTextMultiple32Regular: return ".slideTextMultiple32Regular" + case .slideTextPerson16Filled: return ".slideTextPerson16Filled" + case .slideTextPerson16Regular: return ".slideTextPerson16Regular" + case .slideTextPerson20Filled: return ".slideTextPerson20Filled" + case .slideTextPerson20Regular: return ".slideTextPerson20Regular" + case .slideTextPerson24Filled: return ".slideTextPerson24Filled" + case .slideTextPerson24Regular: return ".slideTextPerson24Regular" + case .slideTextPerson28Filled: return ".slideTextPerson28Filled" + case .slideTextPerson28Regular: return ".slideTextPerson28Regular" + case .slideTextPerson32Filled: return ".slideTextPerson32Filled" + case .slideTextPerson32Regular: return ".slideTextPerson32Regular" + case .slideTextPerson48Filled: return ".slideTextPerson48Filled" + case .slideTextPerson48Regular: return ".slideTextPerson48Regular" case .slideTransition20Filled: return ".slideTransition20Filled" case .slideTransition20Regular: return ".slideTransition20Regular" case .slideTransition24Filled: return ".slideTransition24Filled" case .slideTransition24Regular: return ".slideTransition24Regular" case .smartwatch20Filled: return ".smartwatch20Filled" + default: break } + switch self { case .smartwatch20Regular: return ".smartwatch20Regular" case .smartwatch24Filled: return ".smartwatch24Filled" case .smartwatch24Regular: return ".smartwatch24Regular" @@ -34826,8 +35604,6 @@ import Foundation case .sparkle16Filled: return ".sparkle16Filled" case .sparkle16Regular: return ".sparkle16Regular" case .sparkle20Filled: return ".sparkle20Filled" - default: break } - switch self { case .sparkle20Regular: return ".sparkle20Regular" case .sparkle24Filled: return ".sparkle24Filled" case .sparkle24Regular: return ".sparkle24Regular" @@ -34898,6 +35674,8 @@ import Foundation case .speakerMute48Filled: return ".speakerMute48Filled" case .speakerMute48Regular: return ".speakerMute48Regular" case .speakerOff16Filled: return ".speakerOff16Filled" + default: break } + switch self { case .speakerOff16Regular: return ".speakerOff16Regular" case .speakerOff20Filled: return ".speakerOff20Filled" case .speakerOff20Regular: return ".speakerOff20Regular" @@ -34928,8 +35706,6 @@ import Foundation case .splitHorizontal16Filled: return ".splitHorizontal16Filled" case .splitHorizontal16Regular: return ".splitHorizontal16Regular" case .splitHorizontal20Filled: return ".splitHorizontal20Filled" - default: break } - switch self { case .splitHorizontal20Regular: return ".splitHorizontal20Regular" case .splitHorizontal24Filled: return ".splitHorizontal24Filled" case .splitHorizontal24Regular: return ".splitHorizontal24Regular" @@ -34981,6 +35757,8 @@ import Foundation case .sportSoccer20Regular: return ".sportSoccer20Regular" case .sportSoccer24Filled: return ".sportSoccer24Filled" case .sportSoccer24Regular: return ".sportSoccer24Regular" + case .sprayCan16Filled: return ".sprayCan16Filled" + case .sprayCan16Regular: return ".sprayCan16Regular" case .square12Filled: return ".square12Filled" case .square12Regular: return ".square12Regular" case .square16Filled: return ".square16Filled" @@ -34998,6 +35776,8 @@ import Foundation case .squareAdd16Filled: return ".squareAdd16Filled" case .squareAdd16Regular: return ".squareAdd16Regular" case .squareAdd20Filled: return ".squareAdd20Filled" + default: break } + switch self { case .squareAdd20Regular: return ".squareAdd20Regular" case .squareArrowForward16Filled: return ".squareArrowForward16Filled" case .squareArrowForward16Regular: return ".squareArrowForward16Regular" @@ -35030,8 +35810,6 @@ import Foundation case .squareHint48Filled: return ".squareHint48Filled" case .squareHint48Regular: return ".squareHint48Regular" case .squareHintApps20Filled: return ".squareHintApps20Filled" - default: break } - switch self { case .squareHintApps20Regular: return ".squareHintApps20Regular" case .squareHintApps24Filled: return ".squareHintApps24Filled" case .squareHintApps24Regular: return ".squareHintApps24Regular" @@ -35100,6 +35878,8 @@ import Foundation case .star48Filled: return ".star48Filled" case .star48Regular: return ".star48Regular" case .starAdd16Filled: return ".starAdd16Filled" + default: break } + switch self { case .starAdd16Regular: return ".starAdd16Regular" case .starAdd20Filled: return ".starAdd20Filled" case .starAdd20Regular: return ".starAdd20Regular" @@ -35132,8 +35912,6 @@ import Foundation case .starEmphasis24Filled: return ".starEmphasis24Filled" case .starEmphasis24Regular: return ".starEmphasis24Regular" case .starEmphasis32Filled: return ".starEmphasis32Filled" - default: break } - switch self { case .starEmphasis32Regular: return ".starEmphasis32Regular" case .starHalf12Filled: return ".starHalf12Filled" case .starHalf12Regular: return ".starHalf12Regular" @@ -35199,6 +35977,12 @@ import Foundation case .status20Regular: return ".status20Regular" case .status24Filled: return ".status24Filled" case .status24Regular: return ".status24Regular" + case .step16Filled: return ".step16Filled" + case .step16Regular: return ".step16Regular" + case .steps16Filled: return ".steps16Filled" + default: break } + switch self { + case .steps16Regular: return ".steps16Regular" case .steps20Filled: return ".steps20Filled" case .steps20Regular: return ".steps20Regular" case .steps24Filled: return ".steps24Filled" @@ -35234,8 +36018,6 @@ import Foundation case .storeMicrosoft24Filled: return ".storeMicrosoft24Filled" case .storeMicrosoft24Regular: return ".storeMicrosoft24Regular" case .stream20Filled: return ".stream20Filled" - default: break } - switch self { case .stream20Regular: return ".stream20Regular" case .stream24Filled: return ".stream24Filled" case .stream24Regular: return ".stream24Regular" @@ -35300,6 +36082,8 @@ import Foundation case .subtractSquareMultiple20Filled: return ".subtractSquareMultiple20Filled" case .subtractSquareMultiple20Regular: return ".subtractSquareMultiple20Regular" case .surfaceEarbuds20Filled: return ".surfaceEarbuds20Filled" + default: break } + switch self { case .surfaceEarbuds20Regular: return ".surfaceEarbuds20Regular" case .surfaceEarbuds24Filled: return ".surfaceEarbuds24Filled" case .surfaceEarbuds24Regular: return ".surfaceEarbuds24Regular" @@ -35336,8 +36120,6 @@ import Foundation case .syncOff16Filled: return ".syncOff16Filled" case .syncOff16Regular: return ".syncOff16Regular" case .syncOff20Filled: return ".syncOff20Filled" - default: break } - switch self { case .syncOff20Regular: return ".syncOff20Regular" case .syringe20Filled: return ".syringe20Filled" case .syringe20Regular: return ".syringe20Regular" @@ -35402,6 +36184,8 @@ import Foundation case .tabInPrivate16Filled: return ".tabInPrivate16Filled" case .tabInPrivate16Regular: return ".tabInPrivate16Regular" case .tabInPrivate20Filled: return ".tabInPrivate20Filled" + default: break } + switch self { case .tabInPrivate20Regular: return ".tabInPrivate20Regular" case .tabInPrivate24Filled: return ".tabInPrivate24Filled" case .tabInPrivate24Regular: return ".tabInPrivate24Regular" @@ -35438,8 +36222,6 @@ import Foundation case .tableAdd24Filled: return ".tableAdd24Filled" case .tableAdd24Regular: return ".tableAdd24Regular" case .tableAdd28Filled: return ".tableAdd28Filled" - default: break } - switch self { case .tableAdd28Regular: return ".tableAdd28Regular" case .tableBottomRow16Filled: return ".tableBottomRow16Filled" case .tableBottomRow16Regular: return ".tableBottomRow16Regular" @@ -35504,6 +36286,8 @@ import Foundation case .tableDismiss16Filled: return ".tableDismiss16Filled" case .tableDismiss16Regular: return ".tableDismiss16Regular" case .tableDismiss20Filled: return ".tableDismiss20Filled" + default: break } + switch self { case .tableDismiss20Regular: return ".tableDismiss20Regular" case .tableDismiss24Filled: return ".tableDismiss24Filled" case .tableDismiss24Regular: return ".tableDismiss24Regular" @@ -35540,8 +36324,6 @@ import Foundation case .tableFreezeRow24Filled: return ".tableFreezeRow24Filled" case .tableFreezeRow24Regular: return ".tableFreezeRow24Regular" case .tableFreezeRow28Filled: return ".tableFreezeRow28Filled" - default: break } - switch self { case .tableFreezeRow28Regular: return ".tableFreezeRow28Regular" case .tableImage20Filled: return ".tableImage20Filled" case .tableImage20Regular: return ".tableImage20Regular" @@ -35577,6 +36359,18 @@ import Foundation case .tableLink24Regular: return ".tableLink24Regular" case .tableLink28Filled: return ".tableLink28Filled" case .tableLink28Regular: return ".tableLink28Regular" + case .tableLock16Filled: return ".tableLock16Filled" + case .tableLock16Regular: return ".tableLock16Regular" + case .tableLock20Filled: return ".tableLock20Filled" + case .tableLock20Regular: return ".tableLock20Regular" + case .tableLock24Filled: return ".tableLock24Filled" + case .tableLock24Regular: return ".tableLock24Regular" + case .tableLock28Filled: return ".tableLock28Filled" + case .tableLock28Regular: return ".tableLock28Regular" + case .tableLock32Filled: return ".tableLock32Filled" + case .tableLock32Regular: return ".tableLock32Regular" + case .tableLock48Filled: return ".tableLock48Filled" + case .tableLock48Regular: return ".tableLock48Regular" case .tableMoveAbove16Filled: return ".tableMoveAbove16Filled" case .tableMoveAbove16Regular: return ".tableMoveAbove16Regular" case .tableMoveAbove20Filled: return ".tableMoveAbove20Filled" @@ -35594,6 +36388,8 @@ import Foundation case .tableMoveBelow28Filled: return ".tableMoveBelow28Filled" case .tableMoveBelow28Regular: return ".tableMoveBelow28Regular" case .tableMoveLeft16Filled: return ".tableMoveLeft16Filled" + default: break } + switch self { case .tableMoveLeft16Regular: return ".tableMoveLeft16Regular" case .tableMoveLeft20Filled: return ".tableMoveLeft20Filled" case .tableMoveLeft20Regular: return ".tableMoveLeft20Regular" @@ -35642,8 +36438,6 @@ import Foundation case .tableSimple20Filled: return ".tableSimple20Filled" case .tableSimple20Regular: return ".tableSimple20Regular" case .tableSimple24Filled: return ".tableSimple24Filled" - default: break } - switch self { case .tableSimple24Regular: return ".tableSimple24Regular" case .tableSimple28Filled: return ".tableSimple28Filled" case .tableSimple28Regular: return ".tableSimple28Regular" @@ -35696,6 +36490,8 @@ import Foundation case .tableStackRight28Filled: return ".tableStackRight28Filled" case .tableStackRight28Regular: return ".tableStackRight28Regular" case .tableSwitch16Filled: return ".tableSwitch16Filled" + default: break } + switch self { case .tableSwitch16Regular: return ".tableSwitch16Regular" case .tableSwitch20Filled: return ".tableSwitch20Filled" case .tableSwitch20Regular: return ".tableSwitch20Regular" @@ -35744,8 +36540,6 @@ import Foundation case .tagDismiss24Filled: return ".tagDismiss24Filled" case .tagDismiss24Regular: return ".tagDismiss24Regular" case .tagError16Filled: return ".tagError16Filled" - default: break } - switch self { case .tagError16Regular: return ".tagError16Regular" case .tagError20Filled: return ".tagError20Filled" case .tagError20Regular: return ".tagError20Regular" @@ -35798,6 +36592,8 @@ import Foundation case .tapDouble48Filled: return ".tapDouble48Filled" case .tapDouble48Regular: return ".tapDouble48Regular" case .tapSingle20Filled: return ".tapSingle20Filled" + default: break } + switch self { case .tapSingle20Regular: return ".tapSingle20Regular" case .tapSingle24Filled: return ".tapSingle24Filled" case .tapSingle24Regular: return ".tapSingle24Regular" @@ -35846,8 +36642,6 @@ import Foundation case .taskListSquareDatabase20Filled: return ".taskListSquareDatabase20Filled" case .taskListSquareDatabase20Regular: return ".taskListSquareDatabase20Regular" case .taskListSquarePerson20Filled: return ".taskListSquarePerson20Filled" - default: break } - switch self { case .taskListSquarePerson20Regular: return ".taskListSquarePerson20Regular" case .taskListSquareSettings20Filled: return ".taskListSquareSettings20Filled" case .taskListSquareSettings20Regular: return ".taskListSquareSettings20Regular" @@ -35900,6 +36694,8 @@ import Foundation case .text16Filled: return ".text16Filled" case .text16Regular: return ".text16Regular" case .text32Filled: return ".text32Filled" + default: break } + switch self { case .text32Regular: return ".text32Regular" case .textAdd20Filled: return ".textAdd20Filled" case .textAdd20Regular: return ".textAdd20Regular" @@ -35948,8 +36744,6 @@ import Foundation case .textAlignJustify24Filled: return ".textAlignJustify24Filled" case .textAlignJustify24Regular: return ".textAlignJustify24Regular" case .textAlignJustifyLow20Filled: return ".textAlignJustifyLow20Filled" - default: break } - switch self { case .textAlignJustifyLow20Regular: return ".textAlignJustifyLow20Regular" case .textAlignJustifyLow24Filled: return ".textAlignJustifyLow24Filled" case .textAlignJustifyLow24Regular: return ".textAlignJustifyLow24Regular" @@ -36002,6 +36796,8 @@ import Foundation case .textAlignRightRotate9016Filled: return ".textAlignRightRotate9016Filled" case .textAlignRightRotate9016Regular: return ".textAlignRightRotate9016Regular" case .textAlignRightRotate9020Filled: return ".textAlignRightRotate9020Filled" + default: break } + switch self { case .textAlignRightRotate9020Regular: return ".textAlignRightRotate9020Regular" case .textAlignRightRotate9024Filled: return ".textAlignRightRotate9024Filled" case .textAlignRightRotate9024Regular: return ".textAlignRightRotate9024Regular" @@ -36050,8 +36846,6 @@ import Foundation case .textBulletListSquareEdit20Filled: return ".textBulletListSquareEdit20Filled" case .textBulletListSquareEdit20Regular: return ".textBulletListSquareEdit20Regular" case .textBulletListSquareEdit24Filled: return ".textBulletListSquareEdit24Filled" - default: break } - switch self { case .textBulletListSquareEdit24Regular: return ".textBulletListSquareEdit24Regular" case .textBulletListSquarePerson20Filled: return ".textBulletListSquarePerson20Filled" case .textBulletListSquarePerson20Regular: return ".textBulletListSquarePerson20Regular" @@ -36104,6 +36898,8 @@ import Foundation case .textClearFormatting16Filled: return ".textClearFormatting16Filled" case .textClearFormatting16Regular: return ".textClearFormatting16Regular" case .textClearFormatting20Filled: return ".textClearFormatting20Filled" + default: break } + switch self { case .textClearFormatting20Regular: return ".textClearFormatting20Regular" case .textClearFormatting24Filled: return ".textClearFormatting24Filled" case .textClearFormatting24Regular: return ".textClearFormatting24Regular" @@ -36152,8 +36948,6 @@ import Foundation case .textColumnTwoRight20Regular: return ".textColumnTwoRight20Regular" case .textColumnTwoRight24Filled: return ".textColumnTwoRight24Filled" case .textColumnTwoRight24Regular: return ".textColumnTwoRight24Regular" - default: break } - switch self { case .textContinuous20Filled: return ".textContinuous20Filled" case .textContinuous20Regular: return ".textContinuous20Regular" case .textContinuous24Filled: return ".textContinuous24Filled" @@ -36206,6 +37000,8 @@ import Foundation case .textEditStyle20Regular: return ".textEditStyle20Regular" case .textEditStyle24Filled: return ".textEditStyle24Filled" case .textEditStyle24Regular: return ".textEditStyle24Regular" + default: break } + switch self { case .textEffects20Filled: return ".textEffects20Filled" case .textEffects20Regular: return ".textEffects20Regular" case .textEffects24Filled: return ".textEffects24Filled" @@ -36254,8 +37050,6 @@ import Foundation case .textGrammarArrowRight20Regular: return ".textGrammarArrowRight20Regular" case .textGrammarArrowRight24Filled: return ".textGrammarArrowRight24Filled" case .textGrammarArrowRight24Regular: return ".textGrammarArrowRight24Regular" - default: break } - switch self { case .textGrammarCheckmark20Filled: return ".textGrammarCheckmark20Filled" case .textGrammarCheckmark20Regular: return ".textGrammarCheckmark20Regular" case .textGrammarCheckmark24Filled: return ".textGrammarCheckmark24Filled" @@ -36308,6 +37102,8 @@ import Foundation case .textIndentDecreaseRotate9024Regular: return ".textIndentDecreaseRotate9024Regular" case .textIndentIncrease16Filled: return ".textIndentIncrease16Filled" case .textIndentIncrease16Regular: return ".textIndentIncrease16Regular" + default: break } + switch self { case .textIndentIncrease20Filled: return ".textIndentIncrease20Filled" case .textIndentIncrease20Regular: return ".textIndentIncrease20Regular" case .textIndentIncrease24Filled: return ".textIndentIncrease24Filled" @@ -36356,8 +37152,6 @@ import Foundation case .textParagraph16Regular: return ".textParagraph16Regular" case .textParagraph20Filled: return ".textParagraph20Filled" case .textParagraph20Regular: return ".textParagraph20Regular" - default: break } - switch self { case .textParagraph24Filled: return ".textParagraph24Filled" case .textParagraph24Regular: return ".textParagraph24Regular" case .textParagraphDirection20Filled: return ".textParagraphDirection20Filled" @@ -36410,6 +37204,8 @@ import Foundation case .textQuote16Regular: return ".textQuote16Regular" case .textQuote20Filled: return ".textQuote20Filled" case .textQuote20Regular: return ".textQuote20Regular" + default: break } + switch self { case .textQuote24Filled: return ".textQuote24Filled" case .textQuote24Regular: return ".textQuote24Regular" case .textSortAscending16Filled: return ".textSortAscending16Filled" @@ -36450,6 +37246,8 @@ import Foundation case .textT28Regular: return ".textT28Regular" case .textT48Filled: return ".textT48Filled" case .textT48Regular: return ".textT48Regular" + case .textTTag16Filled: return ".textTTag16Filled" + case .textTTag16Regular: return ".textTTag16Regular" case .textUnderline16Filled: return ".textUnderline16Filled" case .textUnderline16Regular: return ".textUnderline16Regular" case .textUnderline20Filled: return ".textUnderline20Filled" @@ -36458,8 +37256,6 @@ import Foundation case .textUnderline24Regular: return ".textUnderline24Regular" case .textUnderlineDouble20Filled: return ".textUnderlineDouble20Filled" case .textUnderlineDouble20Regular: return ".textUnderlineDouble20Regular" - default: break } - switch self { case .textUnderlineDouble24Filled: return ".textUnderlineDouble24Filled" case .textUnderlineDouble24Regular: return ".textUnderlineDouble24Regular" case .textWholeWord20Filled: return ".textWholeWord20Filled" @@ -36510,6 +37306,8 @@ import Foundation case .textboxAlignTop20Regular: return ".textboxAlignTop20Regular" case .textboxAlignTop24Filled: return ".textboxAlignTop24Filled" case .textboxAlignTop24Regular: return ".textboxAlignTop24Regular" + default: break } + switch self { case .textboxAlignTopRotate9020Filled: return ".textboxAlignTopRotate9020Filled" case .textboxAlignTopRotate9020Regular: return ".textboxAlignTopRotate9020Regular" case .textboxAlignTopRotate9024Filled: return ".textboxAlignTopRotate9024Filled" @@ -36560,8 +37358,6 @@ import Foundation case .timeAndWeather24Regular: return ".timeAndWeather24Regular" case .timePicker20Filled: return ".timePicker20Filled" case .timePicker20Regular: return ".timePicker20Regular" - default: break } - switch self { case .timePicker24Filled: return ".timePicker24Filled" case .timePicker24Regular: return ".timePicker24Regular" case .timeline20Filled: return ".timeline20Filled" @@ -36612,6 +37408,8 @@ import Foundation case .toggleMultiple16Regular: return ".toggleMultiple16Regular" case .toggleMultiple20Filled: return ".toggleMultiple20Filled" case .toggleMultiple20Regular: return ".toggleMultiple20Regular" + default: break } + switch self { case .toggleMultiple24Filled: return ".toggleMultiple24Filled" case .toggleMultiple24Regular: return ".toggleMultiple24Regular" case .toggleRight16Filled: return ".toggleRight16Filled" @@ -36642,6 +37440,7 @@ import Foundation case .topSpeed20Regular: return ".topSpeed20Regular" case .topSpeed24Filled: return ".topSpeed24Filled" case .topSpeed24Regular: return ".topSpeed24Regular" + case .translate16Filled: return ".translate16Filled" case .translate16Regular: return ".translate16Regular" case .translate20Filled: return ".translate20Filled" case .translate20Regular: return ".translate20Regular" @@ -36662,8 +37461,6 @@ import Foundation case .treeDeciduous20Filled: return ".treeDeciduous20Filled" case .treeDeciduous20Regular: return ".treeDeciduous20Regular" case .treeEvergreen20Filled: return ".treeEvergreen20Filled" - default: break } - switch self { case .treeEvergreen20Regular: return ".treeEvergreen20Regular" case .triangle12Filled: return ".triangle12Filled" case .triangle12Regular: return ".triangle12Regular" @@ -36713,6 +37510,8 @@ import Foundation case .trophy24Regular: return ".trophy24Regular" case .trophy28Filled: return ".trophy28Filled" case .trophy28Regular: return ".trophy28Regular" + default: break } + switch self { case .trophy32Filled: return ".trophy32Filled" case .trophy32Regular: return ".trophy32Regular" case .trophy48Filled: return ".trophy48Filled" @@ -36764,8 +37563,6 @@ import Foundation case .tvUsb48Filled: return ".tvUsb48Filled" case .tvUsb48Regular: return ".tvUsb48Regular" case .umbrella20Filled: return ".umbrella20Filled" - default: break } - switch self { case .umbrella20Regular: return ".umbrella20Regular" case .umbrella24Filled: return ".umbrella24Filled" case .umbrella24Regular: return ".umbrella24Regular" @@ -36815,6 +37612,8 @@ import Foundation case .vehicleCar24Regular: return ".vehicleCar24Regular" case .vehicleCar28Filled: return ".vehicleCar28Filled" case .vehicleCar28Regular: return ".vehicleCar28Regular" + default: break } + switch self { case .vehicleCar32Filled: return ".vehicleCar32Filled" case .vehicleCar32Regular: return ".vehicleCar32Regular" case .vehicleCar48Filled: return ".vehicleCar48Filled" @@ -36866,8 +37665,6 @@ import Foundation case .vehicleSubway24Filled: return ".vehicleSubway24Filled" case .vehicleSubway24Regular: return ".vehicleSubway24Regular" case .vehicleTruck16Filled: return ".vehicleTruck16Filled" - default: break } - switch self { case .vehicleTruck16Regular: return ".vehicleTruck16Regular" case .vehicleTruck20Filled: return ".vehicleTruck20Filled" case .vehicleTruck20Regular: return ".vehicleTruck20Regular" @@ -36917,6 +37714,8 @@ import Foundation case .videoChat16Regular: return ".videoChat16Regular" case .videoChat20Filled: return ".videoChat20Filled" case .videoChat20Regular: return ".videoChat20Regular" + default: break } + switch self { case .videoChat24Filled: return ".videoChat24Filled" case .videoChat24Regular: return ".videoChat24Regular" case .videoChat28Filled: return ".videoChat28Filled" @@ -36965,11 +37764,11 @@ import Foundation case .videoPerson24Regular: return ".videoPerson24Regular" case .videoPerson28Filled: return ".videoPerson28Filled" case .videoPerson28Regular: return ".videoPerson28Regular" + case .videoPerson32Filled: return ".videoPerson32Filled" + case .videoPerson32Regular: return ".videoPerson32Regular" case .videoPerson48Filled: return ".videoPerson48Filled" case .videoPerson48Regular: return ".videoPerson48Regular" case .videoPersonCall16Filled: return ".videoPersonCall16Filled" - default: break } - switch self { case .videoPersonCall16Regular: return ".videoPersonCall16Regular" case .videoPersonCall20Filled: return ".videoPersonCall20Filled" case .videoPersonCall20Regular: return ".videoPersonCall20Regular" @@ -36977,6 +37776,18 @@ import Foundation case .videoPersonCall24Regular: return ".videoPersonCall24Regular" case .videoPersonCall32Filled: return ".videoPersonCall32Filled" case .videoPersonCall32Regular: return ".videoPersonCall32Regular" + case .videoPersonClock16Filled: return ".videoPersonClock16Filled" + case .videoPersonClock16Regular: return ".videoPersonClock16Regular" + case .videoPersonClock20Filled: return ".videoPersonClock20Filled" + case .videoPersonClock20Regular: return ".videoPersonClock20Regular" + case .videoPersonClock24Filled: return ".videoPersonClock24Filled" + case .videoPersonClock24Regular: return ".videoPersonClock24Regular" + case .videoPersonClock28Filled: return ".videoPersonClock28Filled" + case .videoPersonClock28Regular: return ".videoPersonClock28Regular" + case .videoPersonClock32Filled: return ".videoPersonClock32Filled" + case .videoPersonClock32Regular: return ".videoPersonClock32Regular" + case .videoPersonClock48Filled: return ".videoPersonClock48Filled" + case .videoPersonClock48Regular: return ".videoPersonClock48Regular" case .videoPersonOff20Filled: return ".videoPersonOff20Filled" case .videoPersonOff20Regular: return ".videoPersonOff20Regular" case .videoPersonOff24Filled: return ".videoPersonOff24Filled" @@ -37005,6 +37816,8 @@ import Foundation case .videoPlayPause24Regular: return ".videoPlayPause24Regular" case .videoProhibited16Filled: return ".videoProhibited16Filled" case .videoProhibited16Regular: return ".videoProhibited16Regular" + default: break } + switch self { case .videoProhibited20Filled: return ".videoProhibited20Filled" case .videoProhibited20Regular: return ".videoProhibited20Regular" case .videoProhibited24Filled: return ".videoProhibited24Filled" @@ -37043,6 +37856,8 @@ import Foundation case .voicemail24Regular: return ".voicemail24Regular" case .voicemail28Filled: return ".voicemail28Filled" case .voicemail28Regular: return ".voicemail28Regular" + case .voicemail32Filled: return ".voicemail32Filled" + case .voicemail32Regular: return ".voicemail32Regular" case .voicemailArrowBack16Filled: return ".voicemailArrowBack16Filled" case .voicemailArrowBack16Regular: return ".voicemailArrowBack16Regular" case .voicemailArrowBack20Filled: return ".voicemailArrowBack20Filled" @@ -37070,8 +37885,6 @@ import Foundation case .wallet20Filled: return ".wallet20Filled" case .wallet20Regular: return ".wallet20Regular" case .wallet24Filled: return ".wallet24Filled" - default: break } - switch self { case .wallet24Regular: return ".wallet24Regular" case .wallet28Filled: return ".wallet28Filled" case .wallet28Regular: return ".wallet28Regular" @@ -37105,6 +37918,8 @@ import Foundation case .warning12Regular: return ".warning12Regular" case .warning16Filled: return ".warning16Filled" case .warning16Regular: return ".warning16Regular" + default: break } + switch self { case .warning20Filled: return ".warning20Filled" case .warning20Regular: return ".warning20Regular" case .warning24Filled: return ".warning24Filled" @@ -37172,8 +37987,6 @@ import Foundation case .weatherHailNight24Filled: return ".weatherHailNight24Filled" case .weatherHailNight24Regular: return ".weatherHailNight24Regular" case .weatherHailNight48Filled: return ".weatherHailNight48Filled" - default: break } - switch self { case .weatherHailNight48Regular: return ".weatherHailNight48Regular" case .weatherHaze20Filled: return ".weatherHaze20Filled" case .weatherHaze20Regular: return ".weatherHaze20Regular" @@ -37207,6 +38020,8 @@ import Foundation case .weatherPartlyCloudyDay20Regular: return ".weatherPartlyCloudyDay20Regular" case .weatherPartlyCloudyDay24Filled: return ".weatherPartlyCloudyDay24Filled" case .weatherPartlyCloudyDay24Regular: return ".weatherPartlyCloudyDay24Regular" + default: break } + switch self { case .weatherPartlyCloudyDay48Filled: return ".weatherPartlyCloudyDay48Filled" case .weatherPartlyCloudyDay48Regular: return ".weatherPartlyCloudyDay48Regular" case .weatherPartlyCloudyNight20Filled: return ".weatherPartlyCloudyNight20Filled" @@ -37274,8 +38089,6 @@ import Foundation case .weatherSunny16Filled: return ".weatherSunny16Filled" case .weatherSunny16Regular: return ".weatherSunny16Regular" case .weatherSunny20Filled: return ".weatherSunny20Filled" - default: break } - switch self { case .weatherSunny20Regular: return ".weatherSunny20Regular" case .weatherSunny24Filled: return ".weatherSunny24Filled" case .weatherSunny24Regular: return ".weatherSunny24Regular" @@ -37303,10 +38116,14 @@ import Foundation case .weatherThunderstorm24Regular: return ".weatherThunderstorm24Regular" case .weatherThunderstorm48Filled: return ".weatherThunderstorm48Filled" case .weatherThunderstorm48Regular: return ".weatherThunderstorm48Regular" + case .webAsset16Filled: return ".webAsset16Filled" + case .webAsset16Regular: return ".webAsset16Regular" case .webAsset20Filled: return ".webAsset20Filled" case .webAsset20Regular: return ".webAsset20Regular" case .webAsset24Filled: return ".webAsset24Filled" case .webAsset24Regular: return ".webAsset24Regular" + default: break } + switch self { case .whiteboard20Filled: return ".whiteboard20Filled" case .whiteboard20Regular: return ".whiteboard20Regular" case .whiteboard24Filled: return ".whiteboard24Filled" @@ -37376,8 +38193,6 @@ import Foundation case .windowArrowUp16Filled: return ".windowArrowUp16Filled" case .windowArrowUp16Regular: return ".windowArrowUp16Regular" case .windowArrowUp20Filled: return ".windowArrowUp20Filled" - default: break } - switch self { case .windowArrowUp20Regular: return ".windowArrowUp20Regular" case .windowArrowUp24Filled: return ".windowArrowUp24Filled" case .windowArrowUp24Regular: return ".windowArrowUp24Regular" @@ -37409,6 +38224,8 @@ import Foundation case .windowHeaderHorizontal20Regular: return ".windowHeaderHorizontal20Regular" case .windowHeaderHorizontalOff20Filled: return ".windowHeaderHorizontalOff20Filled" case .windowHeaderHorizontalOff20Regular: return ".windowHeaderHorizontalOff20Regular" + default: break } + switch self { case .windowHeaderVertical20Filled: return ".windowHeaderVertical20Filled" case .windowHeaderVertical20Regular: return ".windowHeaderVertical20Regular" case .windowInprivate20Filled: return ".windowInprivate20Filled" @@ -37478,8 +38295,6 @@ import Foundation case .xboxController32Filled: return ".xboxController32Filled" case .xboxController32Regular: return ".xboxController32Regular" case .xboxController48Filled: return ".xboxController48Filled" - default: break } - switch self { case .xboxController48Regular: return ".xboxController48Regular" case .xboxControllerError20Filled: return ".xboxControllerError20Filled" case .xboxControllerError20Regular: return ".xboxControllerError20Regular" diff --git a/ios/README.md b/ios/README.md index 1ec4b7983a..731ad7621a 100644 --- a/ios/README.md +++ b/ios/README.md @@ -6,13 +6,13 @@ ```ruby use_frameworks! -pod "FluentIcons", "1.1.188" +pod "FluentIcons", "1.1.189" ``` ### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.188" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.189" ``` ## Usage diff --git a/package-lock.json b/package-lock.json index 8d77b6b92c..ef11feb85a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9240,7 +9240,7 @@ }, "packages/react-icons": { "name": "@fluentui/react-icons", - "version": "2.0.188", + "version": "2.0.189", "license": "MIT", "dependencies": { "@griffel/react": "^1.0.0", @@ -9269,7 +9269,7 @@ }, "packages/react-icons-font-subsetting-webpack-plugin": { "name": "@fluentui/react-icons-font-subsetting-webpack-plugin", - "version": "2.0.188", + "version": "2.0.189", "license": "MIT", "dependencies": { "subset-font": "^1.4.0" @@ -9370,7 +9370,7 @@ }, "packages/svg-icons": { "name": "@fluentui/svg-icons", - "version": "1.1.188", + "version": "1.1.189", "license": "MIT", "devDependencies": { "renamer": "^2.0.1", @@ -9440,7 +9440,7 @@ }, "packages/svg-sprites": { "name": "@fluentui/svg-sprites", - "version": "1.1.188", + "version": "1.1.189", "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 b33393ea19..284cde7f9f 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.188", + "version": "2.0.189", "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 afd08dcb3c..ce3e03b633 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-icons", - "version": "2.0.188", + "version": "2.0.189", "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 1be19a8a06..7eaece5b00 100644 --- a/packages/svg-icons/package.json +++ b/packages/svg-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-icons", - "version": "1.1.188", + "version": "1.1.189", "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 0d56c03374..24d76fada7 100644 --- a/packages/svg-sprites/package.json +++ b/packages/svg-sprites/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-sprites", - "version": "1.1.188", + "version": "1.1.189", "description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.", "license": "MIT", "repository": {