diff --git a/README.md b/README.md index fcc0696fa1..905bbbcb07 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ repositories { Include the following dependency in your project's `build.gradle`: ```groovy -implementation 'com.microsoft.design:fluent-system-icons:1.1.226@aar' +implementation 'com.microsoft.design:fluent-system-icons:1.1.227@aar' ``` For library docs, see [android/README.md](android/README.md). @@ -48,13 +48,13 @@ For library docs, see [android/README.md](android/README.md). ```ruby use_frameworks! -pod "FluentIcons", "1.1.226" +pod "FluentIcons", "1.1.227" ``` #### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.226" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.227" ``` For library docs, see [ios/README.md](ios/README.md). @@ -66,7 +66,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency: ```yaml dependencies: ... - fluentui_system_icons: ^1.1.226 + fluentui_system_icons: ^1.1.227 ``` For library docs, see [flutter/README.md](flutter/README.md). diff --git a/android/BUILD.gn b/android/BUILD.gn index 5291082355..c6f94449ed 100644 --- a/android/BUILD.gn +++ b/android/BUILD.gn @@ -3209,6 +3209,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_building_home_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_building_home_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_building_home_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_building_lighthouse_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_building_lighthouse_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_building_lighthouse_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_building_lighthouse_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_building_lighthouse_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_building_lighthouse_20_selector.xml", @@ -3800,6 +3803,24 @@ android_resources("fluent_icon_resources") { "../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_sparkle_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_28_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_28_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_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", @@ -3818,6 +3839,15 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_calendar_sync_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_sync_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_sync_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_template_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_template_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_template_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_template_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_template_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_template_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_template_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_template_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_calendar_template_32_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_today_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_today_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_calendar_today_16_selector.xml", @@ -5159,6 +5189,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_clear_formatting_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clear_formatting_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clear_formatting_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_12_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_12_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_12_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_16_selector.xml", @@ -5183,6 +5216,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_clipboard_3_day_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_3_day_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_3_day_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_clipboard_48_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_arrow_right_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_arrow_right_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clipboard_arrow_right_16_selector.xml", @@ -6281,6 +6317,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_component_2_double_tap_swipe_up_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_component_2_double_tap_swipe_up_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_component_2_double_tap_swipe_up_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_compose_12_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_compose_12_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_compose_12_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_compose_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_compose_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_compose_16_selector.xml", @@ -6293,6 +6332,12 @@ 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_compose_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_compose_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_compose_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_compose_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_compose_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_compose_48_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", @@ -10316,6 +10361,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_globe_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_globe_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_globe_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_globe_28_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_globe_28_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_globe_28_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_globe_32_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_globe_32_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_globe_32_selector.xml", @@ -10526,6 +10574,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_guardian_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_guardian_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_guardian_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_guest_12_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_guest_12_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_guest_12_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_guest_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_guest_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_guest_16_selector.xml", @@ -10538,6 +10589,12 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_guest_28_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_guest_28_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_guest_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_guest_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_guest_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_guest_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_guest_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_guest_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_guest_48_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_guest_add_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_guest_add_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_guest_add_20_selector.xml", @@ -11559,6 +11616,15 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_laptop_32_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_laptop_32_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_laptop_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_32_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_laptop_dismiss_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_laptop_dismiss_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_laptop_dismiss_16_selector.xml", @@ -11628,6 +11694,15 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_layer_diagonal_person_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_layer_diagonal_person_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_layer_diagonal_person_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_layout_cell_four_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_layout_cell_four_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_layout_cell_four_16_selector.xml", @@ -14449,6 +14524,24 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_payment_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_payment_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_payment_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_28_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_28_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_payment_wireless_48_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_pen_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_pen_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_pen_16_selector.xml", @@ -18809,6 +18902,15 @@ 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_status_28_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_status_28_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_status_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_status_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_status_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_status_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_status_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_status_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_status_48_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", @@ -22206,6 +22308,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_video_link_28_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_video_link_28_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_video_link_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_off_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_off_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_video_off_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_video_off_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_video_off_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_video_off_20_selector.xml", diff --git a/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_16_filled.xml new file mode 100644 index 0000000000..820f4a924c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_16_regular.xml new file mode 100644 index 0000000000..93e9d15cb0 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_16_selector.xml new file mode 100644 index 0000000000..d5b6f686f7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_20_filled.xml index cfbd714fe5..71a172d675 100644 --- a/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_20_regular.xml index 82008ebbe2..069324b226 100644 --- a/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_building_lighthouse_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_16_filled.xml new file mode 100644 index 0000000000..94444d9b41 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_16_regular.xml new file mode 100644 index 0000000000..4bbffa6a27 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_16_selector.xml new file mode 100644 index 0000000000..f7fd1362c4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_20_filled.xml new file mode 100644 index 0000000000..9db645f4a2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_20_regular.xml new file mode 100644 index 0000000000..dd032684ba --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_20_selector.xml new file mode 100644 index 0000000000..7e0f40d53c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_24_filled.xml new file mode 100644 index 0000000000..732764fd73 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_24_regular.xml new file mode 100644 index 0000000000..f09444172d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_24_selector.xml new file mode 100644 index 0000000000..0f58f19b8f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_28_filled.xml new file mode 100644 index 0000000000..22823ef5be --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_28_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_28_regular.xml new file mode 100644 index 0000000000..c7498e87d9 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_28_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_28_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_28_selector.xml new file mode 100644 index 0000000000..4d06e82451 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_28_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_32_filled.xml new file mode 100644 index 0000000000..cbb17ceff5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_32_regular.xml new file mode 100644 index 0000000000..01fff179e5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_32_selector.xml new file mode 100644 index 0000000000..0e7f3e4e41 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_48_filled.xml new file mode 100644 index 0000000000..1095496463 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_48_regular.xml new file mode 100644 index 0000000000..af3f19a0b9 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_48_selector.xml new file mode 100644 index 0000000000..a4fb5a4004 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_sparkle_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_template_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_template_20_filled.xml new file mode 100644 index 0000000000..61003156aa --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_template_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_template_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_template_20_regular.xml new file mode 100644 index 0000000000..25a1a046bc --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_template_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_template_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_template_20_selector.xml new file mode 100644 index 0000000000..2e2777d927 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_template_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_template_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_template_24_filled.xml new file mode 100644 index 0000000000..f61b52922e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_template_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_template_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_template_24_regular.xml new file mode 100644 index 0000000000..42128ce671 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_template_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_template_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_template_24_selector.xml new file mode 100644 index 0000000000..f9671467d8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_template_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_template_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_template_32_filled.xml new file mode 100644 index 0000000000..2bfbaba19e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_template_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_template_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_template_32_regular.xml new file mode 100644 index 0000000000..803c970d26 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_template_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_calendar_template_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_calendar_template_32_selector.xml new file mode 100644 index 0000000000..fe87459d5b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_calendar_template_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_12_filled.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_12_filled.xml new file mode 100644 index 0000000000..856f89e07a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_12_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_12_regular.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_12_regular.xml new file mode 100644 index 0000000000..9ecfec3f73 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_12_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_12_selector.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_12_selector.xml new file mode 100644 index 0000000000..771c0c69ab --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_12_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_48_filled.xml new file mode 100644 index 0000000000..4120f2b61f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_48_regular.xml new file mode 100644 index 0000000000..276ce62049 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_clipboard_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_clipboard_48_selector.xml new file mode 100644 index 0000000000..9b7ed45cf1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_clipboard_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_compose_12_filled.xml b/android/library/src/main/res/drawable/ic_fluent_compose_12_filled.xml new file mode 100644 index 0000000000..60e2b2e006 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_compose_12_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_compose_12_regular.xml b/android/library/src/main/res/drawable/ic_fluent_compose_12_regular.xml new file mode 100644 index 0000000000..b4caa31df7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_compose_12_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_compose_12_selector.xml b/android/library/src/main/res/drawable/ic_fluent_compose_12_selector.xml new file mode 100644 index 0000000000..dd54a0af25 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_compose_12_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_compose_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_compose_32_filled.xml new file mode 100644 index 0000000000..ae1e0cf752 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_compose_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_compose_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_compose_32_regular.xml new file mode 100644 index 0000000000..ca475f3821 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_compose_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_compose_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_compose_32_selector.xml new file mode 100644 index 0000000000..b06a12fd6f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_compose_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_compose_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_compose_48_filled.xml new file mode 100644 index 0000000000..7441619aa0 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_compose_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_compose_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_compose_48_regular.xml new file mode 100644 index 0000000000..d6610af2f8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_compose_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_compose_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_compose_48_selector.xml new file mode 100644 index 0000000000..44ec1a0a79 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_compose_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_globe_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_globe_28_filled.xml new file mode 100644 index 0000000000..184025312c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_globe_28_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_globe_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_globe_28_regular.xml new file mode 100644 index 0000000000..5e7319e352 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_globe_28_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_globe_28_selector.xml b/android/library/src/main/res/drawable/ic_fluent_globe_28_selector.xml new file mode 100644 index 0000000000..e4c831a461 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_globe_28_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_globe_video_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_globe_video_20_filled.xml index d1fa36f4a4..0f119e8b05 100644 --- a/android/library/src/main/res/drawable/ic_fluent_globe_video_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_globe_video_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_globe_video_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_globe_video_20_regular.xml index 321844452a..8d84d15838 100644 --- a/android/library/src/main/res/drawable/ic_fluent_globe_video_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_globe_video_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_globe_video_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_globe_video_24_filled.xml index 8ef2ff11ce..f4e05c6072 100644 --- a/android/library/src/main/res/drawable/ic_fluent_globe_video_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_globe_video_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_globe_video_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_globe_video_24_regular.xml index 4e6382b4f6..e1329fd550 100644 --- a/android/library/src/main/res/drawable/ic_fluent_globe_video_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_globe_video_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_globe_video_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_globe_video_28_filled.xml index d2a8bec4ae..60976151d4 100644 --- a/android/library/src/main/res/drawable/ic_fluent_globe_video_28_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_globe_video_28_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_globe_video_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_globe_video_28_regular.xml index 23a4cf5427..cce8517cba 100644 --- a/android/library/src/main/res/drawable/ic_fluent_globe_video_28_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_globe_video_28_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_globe_video_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_globe_video_32_filled.xml index 1391d65ce4..16546b572a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_globe_video_32_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_globe_video_32_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_globe_video_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_globe_video_32_regular.xml index 5cbf67085a..2ffe6ba7ab 100644 --- a/android/library/src/main/res/drawable/ic_fluent_globe_video_32_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_globe_video_32_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_globe_video_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_globe_video_48_filled.xml index ec324d43c5..c43f385200 100644 --- a/android/library/src/main/res/drawable/ic_fluent_globe_video_48_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_globe_video_48_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_globe_video_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_globe_video_48_regular.xml index 03a72e0908..85557ba8eb 100644 --- a/android/library/src/main/res/drawable/ic_fluent_globe_video_48_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_globe_video_48_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_guest_12_filled.xml b/android/library/src/main/res/drawable/ic_fluent_guest_12_filled.xml new file mode 100644 index 0000000000..9e21bac1d2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_guest_12_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_guest_12_regular.xml b/android/library/src/main/res/drawable/ic_fluent_guest_12_regular.xml new file mode 100644 index 0000000000..e2f8a0fb2e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_guest_12_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_guest_12_selector.xml b/android/library/src/main/res/drawable/ic_fluent_guest_12_selector.xml new file mode 100644 index 0000000000..202573b619 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_guest_12_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_guest_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_guest_28_filled.xml index e86ac5d2c4..7668936f50 100644 --- a/android/library/src/main/res/drawable/ic_fluent_guest_28_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_guest_28_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_guest_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_guest_28_regular.xml index 83984d7684..c71a6325f4 100644 --- a/android/library/src/main/res/drawable/ic_fluent_guest_28_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_guest_28_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_guest_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_guest_32_filled.xml new file mode 100644 index 0000000000..801b710e14 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_guest_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_guest_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_guest_32_regular.xml new file mode 100644 index 0000000000..4e1fa91a08 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_guest_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_guest_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_guest_32_selector.xml new file mode 100644 index 0000000000..89ce2849d8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_guest_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_guest_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_guest_48_filled.xml new file mode 100644 index 0000000000..c6334331d3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_guest_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_guest_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_guest_48_regular.xml new file mode 100644 index 0000000000..9bea95198c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_guest_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_guest_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_guest_48_selector.xml new file mode 100644 index 0000000000..4ccca68bde --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_guest_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_20_filled.xml new file mode 100644 index 0000000000..60a74303b5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_20_regular.xml new file mode 100644 index 0000000000..4a0eff7c7b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_20_selector.xml new file mode 100644 index 0000000000..fcde9a6da7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_24_filled.xml new file mode 100644 index 0000000000..e99ed4952e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_24_regular.xml new file mode 100644 index 0000000000..0d93cf831f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_24_selector.xml new file mode 100644 index 0000000000..2f2da4be39 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_32_filled.xml new file mode 100644 index 0000000000..548002eefb --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_32_regular.xml new file mode 100644 index 0000000000..32965018e6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_32_selector.xml new file mode 100644 index 0000000000..f53fe36d2a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_laptop_briefcase_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_16_filled.xml new file mode 100644 index 0000000000..e584673ce8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_16_regular.xml new file mode 100644 index 0000000000..9a4a62481f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_16_selector.xml new file mode 100644 index 0000000000..fc298cef1d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_20_filled.xml new file mode 100644 index 0000000000..f18227de5c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_20_regular.xml new file mode 100644 index 0000000000..e52ec99f13 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_20_selector.xml new file mode 100644 index 0000000000..3e22d8d331 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_24_filled.xml new file mode 100644 index 0000000000..918ba790c3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_24_regular.xml new file mode 100644 index 0000000000..85c2f879cf --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_24_selector.xml new file mode 100644 index 0000000000..c8c70f9dba --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_layer_diagonal_sparkle_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_16_filled.xml new file mode 100644 index 0000000000..b7cee0a82d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_16_regular.xml new file mode 100644 index 0000000000..752a31bd94 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_16_selector.xml new file mode 100644 index 0000000000..65c667753e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_20_filled.xml new file mode 100644 index 0000000000..e3a81d441f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_20_regular.xml new file mode 100644 index 0000000000..fc93be3b99 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_20_selector.xml new file mode 100644 index 0000000000..4d63026733 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_24_filled.xml new file mode 100644 index 0000000000..c4f6619a01 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_24_regular.xml new file mode 100644 index 0000000000..1cabcf54c6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_24_selector.xml new file mode 100644 index 0000000000..6836344f84 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_28_filled.xml new file mode 100644 index 0000000000..b1966d8106 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_28_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_28_regular.xml new file mode 100644 index 0000000000..a40eaf46f1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_28_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_28_selector.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_28_selector.xml new file mode 100644 index 0000000000..bcce987ab9 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_28_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_32_filled.xml new file mode 100644 index 0000000000..6e54adc315 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_32_regular.xml new file mode 100644 index 0000000000..164839982d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_32_selector.xml new file mode 100644 index 0000000000..6dfc0bef6d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_48_filled.xml new file mode 100644 index 0000000000..67cb232a0a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_48_regular.xml new file mode 100644 index 0000000000..b4b6f4321b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_payment_wireless_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_48_selector.xml new file mode 100644 index 0000000000..b45439b3aa --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_payment_wireless_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_share_ios_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_share_ios_20_filled.xml index a7d3ffa5a6..1a1c3bbfe2 100644 --- a/android/library/src/main/res/drawable/ic_fluent_share_ios_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_share_ios_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_share_ios_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_share_ios_20_regular.xml index 8d433c068f..160c152ece 100644 --- a/android/library/src/main/res/drawable/ic_fluent_share_ios_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_share_ios_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_share_ios_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_share_ios_24_filled.xml index b5df63e7a0..f376eb45c4 100644 --- a/android/library/src/main/res/drawable/ic_fluent_share_ios_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_share_ios_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_share_ios_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_share_ios_24_regular.xml index c6512fb1c7..4637c5863e 100644 --- a/android/library/src/main/res/drawable/ic_fluent_share_ios_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_share_ios_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_share_ios_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_share_ios_28_filled.xml index 4a4a01e7c7..b22f873b1e 100644 --- a/android/library/src/main/res/drawable/ic_fluent_share_ios_28_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_share_ios_28_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_share_ios_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_share_ios_28_regular.xml index 1281536e2e..74b93dc020 100644 --- a/android/library/src/main/res/drawable/ic_fluent_share_ios_28_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_share_ios_28_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_share_ios_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_share_ios_48_filled.xml index e53d2c91a3..428da576da 100644 --- a/android/library/src/main/res/drawable/ic_fluent_share_ios_48_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_share_ios_48_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_share_ios_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_share_ios_48_regular.xml index b3c4e5e31f..81414fafeb 100644 --- a/android/library/src/main/res/drawable/ic_fluent_share_ios_48_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_share_ios_48_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_status_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_status_24_filled.xml index ea146f8d1c..0528979fd4 100644 --- a/android/library/src/main/res/drawable/ic_fluent_status_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_status_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_status_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_status_24_regular.xml index cbdbcc92eb..ca9585bfa6 100644 --- a/android/library/src/main/res/drawable/ic_fluent_status_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_status_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_status_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_status_28_filled.xml new file mode 100644 index 0000000000..9085f34c6e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_status_28_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_status_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_status_28_regular.xml new file mode 100644 index 0000000000..8a03ad73a9 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_status_28_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_status_28_selector.xml b/android/library/src/main/res/drawable/ic_fluent_status_28_selector.xml new file mode 100644 index 0000000000..ba535d20f1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_status_28_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_status_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_status_32_filled.xml new file mode 100644 index 0000000000..4fb00b6507 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_status_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_status_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_status_32_regular.xml new file mode 100644 index 0000000000..e1697d0c2e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_status_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_status_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_status_32_selector.xml new file mode 100644 index 0000000000..98390e5137 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_status_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_status_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_status_48_filled.xml new file mode 100644 index 0000000000..5f3836d7e6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_status_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_status_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_status_48_regular.xml new file mode 100644 index 0000000000..7eb41f680f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_status_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_status_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_status_48_selector.xml new file mode 100644 index 0000000000..5fcdfba2d2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_status_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_16_filled.xml index c8f8d4de08..d30f672f34 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_16_regular.xml index 78f524b48c..1dca3687bc 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_20_filled.xml index 67ace5e674..6eb304b89a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_20_regular.xml index 1b90f48c0f..81c91fc2ba 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_24_filled.xml index 4b284d8153..cf1cdf513b 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_24_regular.xml index 829e34343e..93bfe13dda 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_28_filled.xml index 8bb4f3360c..70fec10fef 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_28_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_28_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_28_regular.xml index 77de6f5adc..29a64f07b8 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_28_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_and_row_28_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_filled.xml index 631f0094b7..5bad96024a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_regular.xml index 05dc8ee0ad..3ba14346b3 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_24_filled.xml index 7fc49b6e36..c0722b4bd8 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_24_regular.xml index b139b8cb5d..423f74d395 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_16_filled.xml index 8f133497d9..d626b4852a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_16_regular.xml index 58e528ed34..216de78319 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_20_filled.xml index 54dec5206c..74082961d4 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_20_regular.xml index d7518de23d..1850532deb 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_24_filled.xml index 313792bcaf..b11207fed9 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_24_regular.xml index eafa6f8d3b..2ef77292b7 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_28_filled.xml index cff0bef68f..f0351c196d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_28_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_28_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_28_regular.xml index 2179a0bac9..93027e46c7 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_28_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_28_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_32_filled.xml index f0083b7edc..21103a88c8 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_32_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_32_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_32_regular.xml index 22181790a6..4df43c9de1 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_32_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_32_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_48_filled.xml index aabbfe129e..412885a4f1 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_48_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_48_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_48_regular.xml index ecafedfba9..30be298d0e 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_48_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_48_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_add_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_add_20_filled.xml index f9486caa3f..c95c17e88c 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_add_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_add_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_add_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_add_20_regular.xml index c158996343..580c1cee12 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_add_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_add_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_add_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_add_24_filled.xml index 92928c0d44..4f8c009f41 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_add_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_add_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_add_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_add_24_regular.xml index d3f3f0013a..19fe23840c 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_add_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_add_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_chat_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_chat_16_filled.xml index 3add7abf5a..41963c306f 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_chat_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_chat_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_chat_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_chat_16_regular.xml index 1b556a2e9a..c0acd2c3e6 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_chat_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_chat_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_chat_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_chat_20_filled.xml index d38baf5556..eb087c65bb 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_chat_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_chat_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_chat_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_chat_20_regular.xml index ca8ef8b436..a8bfb8c3ca 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_chat_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_chat_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_chat_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_chat_24_filled.xml index e0d04031b1..b39d40ca43 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_chat_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_chat_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_chat_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_chat_24_regular.xml index 0494c99ccf..06e39e666b 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_chat_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_chat_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_chat_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_chat_28_filled.xml index a8138f620a..21fc3ca02a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_chat_28_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_chat_28_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_chat_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_chat_28_regular.xml index 6aeaa3b536..fc3c00fa07 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_chat_28_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_chat_28_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_chat_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_chat_32_filled.xml index 938a725209..bd552810f2 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_chat_32_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_chat_32_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_chat_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_chat_32_regular.xml index 0c09f26766..7d110beaa1 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_chat_32_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_chat_32_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_chat_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_chat_48_filled.xml index de2d1fefa7..38b491228a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_chat_48_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_chat_48_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_chat_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_chat_48_regular.xml index 028814c59b..fc37533b8d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_chat_48_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_chat_48_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_link_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_link_24_filled.xml index 77d24585a9..583d850220 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_link_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_link_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_link_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_link_24_regular.xml index 5e65480561..32aeecbf9e 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_link_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_link_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_off_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_off_16_filled.xml new file mode 100644 index 0000000000..3ba2ffa677 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_off_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_off_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_off_16_regular.xml new file mode 100644 index 0000000000..81a296178d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_off_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_off_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_video_off_16_selector.xml new file mode 100644 index 0000000000..10ff525b4e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_video_off_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_off_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_off_20_filled.xml index ed8447e114..219fc362b9 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_off_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_off_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_off_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_off_20_regular.xml index 9348ac5c5a..b86d0a1e0d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_off_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_off_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_off_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_off_24_filled.xml index a9ca0c2e59..fda664d2ac 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_off_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_off_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_off_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_off_24_regular.xml index 85b924ea65..26e463e4cc 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_off_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_off_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_off_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_off_28_filled.xml index 09c7dfe21e..42cf21a1d3 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_off_28_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_off_28_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_off_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_off_28_regular.xml index a554dadeda..d248d86dc5 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_off_28_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_off_28_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_off_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_off_32_filled.xml index a735526aa7..bccc00aabd 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_off_32_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_off_32_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_off_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_off_32_regular.xml index 2fc561b654..e8d43d7e62 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_off_32_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_off_32_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_off_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_video_off_48_filled.xml index c432b0f4ac..cdefeb7049 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_off_48_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_off_48_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_video_off_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_video_off_48_regular.xml index 0a0b4bab49..e5cefdcbc7 100644 --- a/android/library/src/main/res/drawable/ic_fluent_video_off_48_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_video_off_48_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/flutter/CHANGELOG.md b/flutter/CHANGELOG.md index 7d727c0b65..72e6e59eee 100644 --- a/flutter/CHANGELOG.md +++ b/flutter/CHANGELOG.md @@ -1 +1 @@ -## [1.1.226] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags \ No newline at end of file +## [1.1.227] - 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 0634f6f681..fd512dd6ff 100644 --- a/flutter/example/lib/sample_icons.dart +++ b/flutter/example/lib/sample_icons.dart @@ -2142,6 +2142,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.building_home_24_regular, 'building_home_24_regular', 24), + FluentUISampleIcon(FluentIcons.building_lighthouse_16_regular, 'building_lighthouse_16_regular', 16), + FluentUISampleIcon(FluentIcons.building_lighthouse_20_regular, 'building_lighthouse_20_regular', 20), FluentUISampleIcon(FluentIcons.building_lighthouse_24_regular, 'building_lighthouse_24_regular', 24), @@ -2536,6 +2538,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.calendar_shield_48_regular, 'calendar_shield_48_regular', 48), + FluentUISampleIcon(FluentIcons.calendar_sparkle_16_regular, 'calendar_sparkle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_sparkle_20_regular, 'calendar_sparkle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_sparkle_24_regular, 'calendar_sparkle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_sparkle_28_regular, 'calendar_sparkle_28_regular', 28), + + FluentUISampleIcon(FluentIcons.calendar_sparkle_32_regular, 'calendar_sparkle_32_regular', 32), + + FluentUISampleIcon(FluentIcons.calendar_sparkle_48_regular, 'calendar_sparkle_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), @@ -2548,6 +2562,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.calendar_sync_24_regular, 'calendar_sync_24_regular', 24), + FluentUISampleIcon(FluentIcons.calendar_template_20_regular, 'calendar_template_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_template_24_regular, 'calendar_template_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_template_32_regular, 'calendar_template_32_regular', 32), + FluentUISampleIcon(FluentIcons.calendar_today_16_regular, 'calendar_today_16_regular', 16), FluentUISampleIcon(FluentIcons.calendar_today_20_regular, 'calendar_today_20_regular', 20), @@ -3442,6 +3462,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.clear_formatting_24_regular, 'clear_formatting_24_regular', 24), + FluentUISampleIcon(FluentIcons.clipboard_12_regular, 'clipboard_12_regular', 12), + FluentUISampleIcon(FluentIcons.clipboard_16_regular, 'clipboard_16_regular', 16), FluentUISampleIcon(FluentIcons.clipboard_20_regular, 'clipboard_20_regular', 20), @@ -3458,6 +3480,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.clipboard_3_day_24_regular, 'clipboard_3_day_24_regular', 24), + FluentUISampleIcon(FluentIcons.clipboard_48_regular, 'clipboard_48_regular', 48), + FluentUISampleIcon(FluentIcons.clipboard_arrow_right_16_regular, 'clipboard_arrow_right_16_regular', 16), FluentUISampleIcon(FluentIcons.clipboard_arrow_right_20_regular, 'clipboard_arrow_right_20_regular', 20), @@ -4202,6 +4226,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.component_2_double_tap_swipe_up_24_regular, 'component_2_double_tap_swipe_up_24_regular', 24), + FluentUISampleIcon(FluentIcons.compose_12_regular, 'compose_12_regular', 12), + FluentUISampleIcon(FluentIcons.compose_16_regular, 'compose_16_regular', 16), FluentUISampleIcon(FluentIcons.compose_20_regular, 'compose_20_regular', 20), @@ -4210,6 +4236,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.compose_28_regular, 'compose_28_regular', 28), + FluentUISampleIcon(FluentIcons.compose_32_regular, 'compose_32_regular', 32), + + FluentUISampleIcon(FluentIcons.compose_48_regular, 'compose_48_regular', 48), + FluentUISampleIcon(FluentIcons.cone_16_regular, 'cone_16_regular', 16), FluentUISampleIcon(FluentIcons.conference_room_16_regular, 'conference_room_16_regular', 16), @@ -6876,6 +6906,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.globe_24_regular, 'globe_24_regular', 24), + FluentUISampleIcon(FluentIcons.globe_28_regular, 'globe_28_regular', 28), + FluentUISampleIcon(FluentIcons.globe_32_regular, 'globe_32_regular', 32), FluentUISampleIcon(FluentIcons.globe_48_regular, 'globe_48_regular', 48), @@ -7016,6 +7048,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.guardian_48_regular, 'guardian_48_regular', 48), + FluentUISampleIcon(FluentIcons.guest_12_regular, 'guest_12_regular', 12), + FluentUISampleIcon(FluentIcons.guest_16_regular, 'guest_16_regular', 16), FluentUISampleIcon(FluentIcons.guest_20_regular, 'guest_20_regular', 20), @@ -7024,6 +7058,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.guest_28_regular, 'guest_28_regular', 28), + FluentUISampleIcon(FluentIcons.guest_32_regular, 'guest_32_regular', 32), + + FluentUISampleIcon(FluentIcons.guest_48_regular, 'guest_48_regular', 48), + FluentUISampleIcon(FluentIcons.guest_add_20_regular, 'guest_add_20_regular', 20), FluentUISampleIcon(FluentIcons.guest_add_24_regular, 'guest_add_24_regular', 24), @@ -7700,6 +7738,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.laptop_32_regular, 'laptop_32_regular', 32), + FluentUISampleIcon(FluentIcons.laptop_briefcase_20_regular, 'laptop_briefcase_20_regular', 20), + + FluentUISampleIcon(FluentIcons.laptop_briefcase_24_regular, 'laptop_briefcase_24_regular', 24), + + FluentUISampleIcon(FluentIcons.laptop_briefcase_32_regular, 'laptop_briefcase_32_regular', 32), + FluentUISampleIcon(FluentIcons.laptop_dismiss_16_regular, 'laptop_dismiss_16_regular', 16), FluentUISampleIcon(FluentIcons.laptop_dismiss_20_regular, 'laptop_dismiss_20_regular', 20), @@ -7746,6 +7790,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.layer_diagonal_person_24_regular, 'layer_diagonal_person_24_regular', 24), + FluentUISampleIcon(FluentIcons.layer_diagonal_sparkle_16_regular, 'layer_diagonal_sparkle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.layer_diagonal_sparkle_20_regular, 'layer_diagonal_sparkle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.layer_diagonal_sparkle_24_regular, 'layer_diagonal_sparkle_24_regular', 24), + FluentUISampleIcon(FluentIcons.layout_cell_four_16_regular, 'layout_cell_four_16_regular', 16), FluentUISampleIcon(FluentIcons.layout_cell_four_20_regular, 'layout_cell_four_20_regular', 20), @@ -9556,6 +9606,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.payment_48_regular, 'payment_48_regular', 48), + FluentUISampleIcon(FluentIcons.payment_wireless_16_regular, 'payment_wireless_16_regular', 16), + + FluentUISampleIcon(FluentIcons.payment_wireless_20_regular, 'payment_wireless_20_regular', 20), + + FluentUISampleIcon(FluentIcons.payment_wireless_24_regular, 'payment_wireless_24_regular', 24), + + FluentUISampleIcon(FluentIcons.payment_wireless_28_regular, 'payment_wireless_28_regular', 28), + + FluentUISampleIcon(FluentIcons.payment_wireless_32_regular, 'payment_wireless_32_regular', 32), + + FluentUISampleIcon(FluentIcons.payment_wireless_48_regular, 'payment_wireless_48_regular', 48), + FluentUISampleIcon(FluentIcons.pen_16_regular, 'pen_16_regular', 16), FluentUISampleIcon(FluentIcons.pen_20_regular, 'pen_20_regular', 20), @@ -12486,6 +12548,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.status_24_regular, 'status_24_regular', 24), + FluentUISampleIcon(FluentIcons.status_28_regular, 'status_28_regular', 28), + + FluentUISampleIcon(FluentIcons.status_32_regular, 'status_32_regular', 32), + + FluentUISampleIcon(FluentIcons.status_48_regular, 'status_48_regular', 48), + FluentUISampleIcon(FluentIcons.step_16_regular, 'step_16_regular', 16), FluentUISampleIcon(FluentIcons.step_20_regular, 'step_20_regular', 20), @@ -14746,6 +14814,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.video_link_28_regular, 'video_link_28_regular', 28), + FluentUISampleIcon(FluentIcons.video_off_16_regular, 'video_off_16_regular', 16), + FluentUISampleIcon(FluentIcons.video_off_20_regular, 'video_off_20_regular', 20), FluentUISampleIcon(FluentIcons.video_off_24_regular, 'video_off_24_regular', 24), @@ -17500,6 +17570,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.building_home_24_filled, 'building_home_24_filled', 24), + FluentUISampleIcon(FluentIcons.building_lighthouse_16_filled, 'building_lighthouse_16_filled', 16), + FluentUISampleIcon(FluentIcons.building_lighthouse_20_filled, 'building_lighthouse_20_filled', 20), FluentUISampleIcon(FluentIcons.building_lighthouse_24_filled, 'building_lighthouse_24_filled', 24), @@ -17894,6 +17966,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.calendar_shield_48_filled, 'calendar_shield_48_filled', 48), + FluentUISampleIcon(FluentIcons.calendar_sparkle_16_filled, 'calendar_sparkle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_sparkle_20_filled, 'calendar_sparkle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_sparkle_24_filled, 'calendar_sparkle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_sparkle_28_filled, 'calendar_sparkle_28_filled', 28), + + FluentUISampleIcon(FluentIcons.calendar_sparkle_32_filled, 'calendar_sparkle_32_filled', 32), + + FluentUISampleIcon(FluentIcons.calendar_sparkle_48_filled, 'calendar_sparkle_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), @@ -17906,6 +17990,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.calendar_sync_24_filled, 'calendar_sync_24_filled', 24), + FluentUISampleIcon(FluentIcons.calendar_template_20_filled, 'calendar_template_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_template_24_filled, 'calendar_template_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_template_32_filled, 'calendar_template_32_filled', 32), + FluentUISampleIcon(FluentIcons.calendar_today_16_filled, 'calendar_today_16_filled', 16), FluentUISampleIcon(FluentIcons.calendar_today_20_filled, 'calendar_today_20_filled', 20), @@ -18800,6 +18890,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.clear_formatting_24_filled, 'clear_formatting_24_filled', 24), + FluentUISampleIcon(FluentIcons.clipboard_12_filled, 'clipboard_12_filled', 12), + FluentUISampleIcon(FluentIcons.clipboard_16_filled, 'clipboard_16_filled', 16), FluentUISampleIcon(FluentIcons.clipboard_20_filled, 'clipboard_20_filled', 20), @@ -18816,6 +18908,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.clipboard_3_day_24_filled, 'clipboard_3_day_24_filled', 24), + FluentUISampleIcon(FluentIcons.clipboard_48_filled, 'clipboard_48_filled', 48), + FluentUISampleIcon(FluentIcons.clipboard_arrow_right_16_filled, 'clipboard_arrow_right_16_filled', 16), FluentUISampleIcon(FluentIcons.clipboard_arrow_right_20_filled, 'clipboard_arrow_right_20_filled', 20), @@ -19542,6 +19636,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.component_2_double_tap_swipe_up_24_filled, 'component_2_double_tap_swipe_up_24_filled', 24), + FluentUISampleIcon(FluentIcons.compose_12_filled, 'compose_12_filled', 12), + FluentUISampleIcon(FluentIcons.compose_16_filled, 'compose_16_filled', 16), FluentUISampleIcon(FluentIcons.compose_20_filled, 'compose_20_filled', 20), @@ -19550,6 +19646,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.compose_28_filled, 'compose_28_filled', 28), + FluentUISampleIcon(FluentIcons.compose_32_filled, 'compose_32_filled', 32), + + FluentUISampleIcon(FluentIcons.compose_48_filled, 'compose_48_filled', 48), + FluentUISampleIcon(FluentIcons.cone_16_filled, 'cone_16_filled', 16), FluentUISampleIcon(FluentIcons.conference_room_16_filled, 'conference_room_16_filled', 16), @@ -22264,6 +22364,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.globe_24_filled, 'globe_24_filled', 24), + FluentUISampleIcon(FluentIcons.globe_28_filled, 'globe_28_filled', 28), + FluentUISampleIcon(FluentIcons.globe_32_filled, 'globe_32_filled', 32), FluentUISampleIcon(FluentIcons.globe_48_filled, 'globe_48_filled', 48), @@ -22404,6 +22506,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.guardian_48_filled, 'guardian_48_filled', 48), + FluentUISampleIcon(FluentIcons.guest_12_filled, 'guest_12_filled', 12), + FluentUISampleIcon(FluentIcons.guest_16_filled, 'guest_16_filled', 16), FluentUISampleIcon(FluentIcons.guest_20_filled, 'guest_20_filled', 20), @@ -22412,6 +22516,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.guest_28_filled, 'guest_28_filled', 28), + FluentUISampleIcon(FluentIcons.guest_32_filled, 'guest_32_filled', 32), + + FluentUISampleIcon(FluentIcons.guest_48_filled, 'guest_48_filled', 48), + FluentUISampleIcon(FluentIcons.guest_add_20_filled, 'guest_add_20_filled', 20), FluentUISampleIcon(FluentIcons.guest_add_24_filled, 'guest_add_24_filled', 24), @@ -23102,6 +23210,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.laptop_32_filled, 'laptop_32_filled', 32), + FluentUISampleIcon(FluentIcons.laptop_briefcase_20_filled, 'laptop_briefcase_20_filled', 20), + + FluentUISampleIcon(FluentIcons.laptop_briefcase_24_filled, 'laptop_briefcase_24_filled', 24), + + FluentUISampleIcon(FluentIcons.laptop_briefcase_32_filled, 'laptop_briefcase_32_filled', 32), + FluentUISampleIcon(FluentIcons.laptop_dismiss_16_filled, 'laptop_dismiss_16_filled', 16), FluentUISampleIcon(FluentIcons.laptop_dismiss_20_filled, 'laptop_dismiss_20_filled', 20), @@ -23148,6 +23262,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.layer_diagonal_person_24_filled, 'layer_diagonal_person_24_filled', 24), + FluentUISampleIcon(FluentIcons.layer_diagonal_sparkle_16_filled, 'layer_diagonal_sparkle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.layer_diagonal_sparkle_20_filled, 'layer_diagonal_sparkle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.layer_diagonal_sparkle_24_filled, 'layer_diagonal_sparkle_24_filled', 24), + FluentUISampleIcon(FluentIcons.layout_cell_four_16_filled, 'layout_cell_four_16_filled', 16), FluentUISampleIcon(FluentIcons.layout_cell_four_20_filled, 'layout_cell_four_20_filled', 20), @@ -25170,6 +25290,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.payment_48_filled, 'payment_48_filled', 48), + FluentUISampleIcon(FluentIcons.payment_wireless_16_filled, 'payment_wireless_16_filled', 16), + + FluentUISampleIcon(FluentIcons.payment_wireless_20_filled, 'payment_wireless_20_filled', 20), + + FluentUISampleIcon(FluentIcons.payment_wireless_24_filled, 'payment_wireless_24_filled', 24), + + FluentUISampleIcon(FluentIcons.payment_wireless_28_filled, 'payment_wireless_28_filled', 28), + + FluentUISampleIcon(FluentIcons.payment_wireless_32_filled, 'payment_wireless_32_filled', 32), + + FluentUISampleIcon(FluentIcons.payment_wireless_48_filled, 'payment_wireless_48_filled', 48), + FluentUISampleIcon(FluentIcons.pen_16_filled, 'pen_16_filled', 16), FluentUISampleIcon(FluentIcons.pen_20_filled, 'pen_20_filled', 20), @@ -28070,6 +28202,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.status_24_filled, 'status_24_filled', 24), + FluentUISampleIcon(FluentIcons.status_28_filled, 'status_28_filled', 28), + + FluentUISampleIcon(FluentIcons.status_32_filled, 'status_32_filled', 32), + + FluentUISampleIcon(FluentIcons.status_48_filled, 'status_48_filled', 48), + FluentUISampleIcon(FluentIcons.step_16_filled, 'step_16_filled', 16), FluentUISampleIcon(FluentIcons.step_20_filled, 'step_20_filled', 20), @@ -30344,6 +30482,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.video_link_28_filled, 'video_link_28_filled', 28), + FluentUISampleIcon(FluentIcons.video_off_16_filled, 'video_off_16_filled', 16), + FluentUISampleIcon(FluentIcons.video_off_20_filled, 'video_off_20_filled', 20), FluentUISampleIcon(FluentIcons.video_off_24_filled, 'video_off_24_filled', 24), diff --git a/flutter/lib/fonts/FluentSystemIcons-Filled.ttf b/flutter/lib/fonts/FluentSystemIcons-Filled.ttf index e06faeff29..8b182445db 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 d7c50bd87e..5994b561b2 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 966fb9ed4b..9be04d5b49 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 d7fa335e3e..6be3949253 100644 --- a/flutter/lib/src/fluent_icons.dart +++ b/flutter/lib/src/fluent_icons.dart @@ -3216,6 +3216,9 @@ class FluentIcons { /// fluent icon named "building_home" in size 24 and regular style. static const IconData building_home_24_regular = IconData(57889, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "building_lighthouse" in size 16 and regular style. + static const IconData building_lighthouse_16_regular = IconData(984318, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "building_lighthouse" in size 20 and regular style. static const IconData building_lighthouse_20_regular = IconData(57890, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -3807,6 +3810,24 @@ class FluentIcons { /// 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_sparkle" in size 16 and regular style. + static const IconData calendar_sparkle_16_regular = IconData(984319, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_sparkle" in size 20 and regular style. + static const IconData calendar_sparkle_20_regular = IconData(984320, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_sparkle" in size 24 and regular style. + static const IconData calendar_sparkle_24_regular = IconData(984321, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_sparkle" in size 28 and regular style. + static const IconData calendar_sparkle_28_regular = IconData(984322, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_sparkle" in size 32 and regular style. + static const IconData calendar_sparkle_32_regular = IconData(984323, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_sparkle" in size 48 and regular style. + static const IconData calendar_sparkle_48_regular = IconData(984324, 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); @@ -3825,6 +3846,15 @@ class FluentIcons { /// fluent icon named "calendar_sync" in size 24 and regular style. static const IconData calendar_sync_24_regular = IconData(62010, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "calendar_template" in size 20 and regular style. + static const IconData calendar_template_20_regular = IconData(984325, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_template" in size 24 and regular style. + static const IconData calendar_template_24_regular = IconData(984326, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_template" in size 32 and regular style. + static const IconData calendar_template_32_regular = IconData(984327, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "calendar_today" in size 16 and regular style. static const IconData calendar_today_16_regular = IconData(62011, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -5166,6 +5196,9 @@ class FluentIcons { /// fluent icon named "clear_formatting" in size 24 and regular style. static const IconData clear_formatting_24_regular = IconData(62152, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clipboard" in size 12 and regular style. + static const IconData clipboard_12_regular = IconData(984328, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clipboard" in size 16 and regular style. static const IconData clipboard_16_regular = IconData(58178, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -5190,6 +5223,9 @@ class FluentIcons { /// fluent icon named "clipboard_3_day" in size 24 and regular style. static const IconData clipboard_3_day_24_regular = IconData(61083, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clipboard" in size 48 and regular style. + static const IconData clipboard_48_regular = IconData(984329, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_arrow_right" in size 16 and regular style. static const IconData clipboard_arrow_right_16_regular = IconData(58180, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -6306,6 +6342,9 @@ class FluentIcons { /// fluent icon named "component_2_double_tap_swipe_up" in size 24 and regular style. static const IconData component_2_double_tap_swipe_up_24_regular = IconData(58376, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "compose" in size 12 and regular style. + static const IconData compose_12_regular = IconData(984330, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "compose" in size 16 and regular style. static const IconData compose_16_regular = IconData(62227, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -6318,6 +6357,12 @@ 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 "compose" in size 32 and regular style. + static const IconData compose_32_regular = IconData(984331, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "compose" in size 48 and regular style. + static const IconData compose_48_regular = IconData(984332, 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); @@ -10317,6 +10362,9 @@ class FluentIcons { /// fluent icon named "globe" in size 24 and regular style. static const IconData globe_24_regular = IconData(62555, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "globe" in size 28 and regular style. + static const IconData globe_28_regular = IconData(984333, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "globe" in size 32 and regular style. static const IconData globe_32_regular = IconData(59058, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -10527,6 +10575,9 @@ class FluentIcons { /// fluent icon named "guardian" in size 48 and regular style. static const IconData guardian_48_regular = IconData(59088, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "guest" in size 12 and regular style. + static const IconData guest_12_regular = IconData(984334, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "guest" in size 16 and regular style. static const IconData guest_16_regular = IconData(62568, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -10539,6 +10590,12 @@ class FluentIcons { /// fluent icon named "guest" in size 28 and regular style. static const IconData guest_28_regular = IconData(62571, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "guest" in size 32 and regular style. + static const IconData guest_32_regular = IconData(984335, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "guest" in size 48 and regular style. + static const IconData guest_48_regular = IconData(984336, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "guest_add" in size 20 and regular style. static const IconData guest_add_20_regular = IconData(59089, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -11553,6 +11610,15 @@ class FluentIcons { /// fluent icon named "laptop" in size 32 and regular style. static const IconData laptop_32_regular = IconData(984307, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "laptop_briefcase" in size 20 and regular style. + static const IconData laptop_briefcase_20_regular = IconData(984337, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "laptop_briefcase" in size 24 and regular style. + static const IconData laptop_briefcase_24_regular = IconData(984338, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "laptop_briefcase" in size 32 and regular style. + static const IconData laptop_briefcase_32_regular = IconData(984339, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "laptop_dismiss" in size 16 and regular style. static const IconData laptop_dismiss_16_regular = IconData(62725, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -11622,6 +11688,15 @@ class FluentIcons { /// fluent icon named "layer_diagonal_person" in size 24 and regular style. static const IconData layer_diagonal_person_24_regular = IconData(984267, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "layer_diagonal_sparkle" in size 16 and regular style. + static const IconData layer_diagonal_sparkle_16_regular = IconData(984340, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "layer_diagonal_sparkle" in size 20 and regular style. + static const IconData layer_diagonal_sparkle_20_regular = IconData(984341, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "layer_diagonal_sparkle" in size 24 and regular style. + static const IconData layer_diagonal_sparkle_24_regular = IconData(984342, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "layout_cell_four" in size 16 and regular style. static const IconData layout_cell_four_16_regular = IconData(984198, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -14337,6 +14412,24 @@ class FluentIcons { /// fluent icon named "payment" in size 48 and regular style. static const IconData payment_48_regular = IconData(61147, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "payment_wireless" in size 16 and regular style. + static const IconData payment_wireless_16_regular = IconData(984343, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "payment_wireless" in size 20 and regular style. + static const IconData payment_wireless_20_regular = IconData(984344, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "payment_wireless" in size 24 and regular style. + static const IconData payment_wireless_24_regular = IconData(984345, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "payment_wireless" in size 28 and regular style. + static const IconData payment_wireless_28_regular = IconData(984346, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "payment_wireless" in size 32 and regular style. + static const IconData payment_wireless_32_regular = IconData(984347, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "payment_wireless" in size 48 and regular style. + static const IconData payment_wireless_48_regular = IconData(984348, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "pen" in size 16 and regular style. static const IconData pen_16_regular = IconData(59606, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -18732,6 +18825,15 @@ 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 "status" in size 28 and regular style. + static const IconData status_28_regular = IconData(984349, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "status" in size 32 and regular style. + static const IconData status_32_regular = IconData(984350, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "status" in size 48 and regular style. + static const IconData status_48_regular = IconData(984351, 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); @@ -22122,6 +22224,9 @@ class FluentIcons { /// fluent icon named "video_link" in size 28 and regular style. static const IconData video_link_28_regular = IconData(984317, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "video_off" in size 16 and regular style. + static const IconData video_off_16_regular = IconData(984352, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "video_off" in size 20 and regular style. static const IconData video_off_20_regular = IconData(63569, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -26255,6 +26360,9 @@ class FluentIcons { /// fluent icon named "building_home" in size 24 and filled style. static const IconData building_home_24_filled = IconData(57909, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "building_lighthouse" in size 16 and filled style. + static const IconData building_lighthouse_16_filled = IconData(984439, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "building_lighthouse" in size 20 and filled style. static const IconData building_lighthouse_20_filled = IconData(57910, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -26846,6 +26954,24 @@ class FluentIcons { /// 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_sparkle" in size 16 and filled style. + static const IconData calendar_sparkle_16_filled = IconData(984440, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_sparkle" in size 20 and filled style. + static const IconData calendar_sparkle_20_filled = IconData(984441, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_sparkle" in size 24 and filled style. + static const IconData calendar_sparkle_24_filled = IconData(984442, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_sparkle" in size 28 and filled style. + static const IconData calendar_sparkle_28_filled = IconData(984443, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_sparkle" in size 32 and filled style. + static const IconData calendar_sparkle_32_filled = IconData(984444, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_sparkle" in size 48 and filled style. + static const IconData calendar_sparkle_48_filled = IconData(984445, 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); @@ -26864,6 +26990,15 @@ class FluentIcons { /// fluent icon named "calendar_sync" in size 24 and filled style. static const IconData calendar_sync_24_filled = IconData(62010, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "calendar_template" in size 20 and filled style. + static const IconData calendar_template_20_filled = IconData(984446, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_template" in size 24 and filled style. + static const IconData calendar_template_24_filled = IconData(984447, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "calendar_template" in size 32 and filled style. + static const IconData calendar_template_32_filled = IconData(984448, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "calendar_today" in size 16 and filled style. static const IconData calendar_today_16_filled = IconData(62011, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -28205,6 +28340,9 @@ class FluentIcons { /// fluent icon named "clear_formatting" in size 24 and filled style. static const IconData clear_formatting_24_filled = IconData(62152, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clipboard" in size 12 and filled style. + static const IconData clipboard_12_filled = IconData(984449, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clipboard" in size 16 and filled style. static const IconData clipboard_16_filled = IconData(58199, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -28229,6 +28367,9 @@ class FluentIcons { /// fluent icon named "clipboard_3_day" in size 24 and filled style. static const IconData clipboard_3_day_24_filled = IconData(61083, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clipboard" in size 48 and filled style. + static const IconData clipboard_48_filled = IconData(984450, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_arrow_right" in size 16 and filled style. static const IconData clipboard_arrow_right_16_filled = IconData(58201, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -29318,6 +29459,9 @@ class FluentIcons { /// fluent icon named "component_2_double_tap_swipe_up" in size 24 and filled style. static const IconData component_2_double_tap_swipe_up_24_filled = IconData(58388, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "compose" in size 12 and filled style. + static const IconData compose_12_filled = IconData(984451, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "compose" in size 16 and filled style. static const IconData compose_16_filled = IconData(62227, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -29330,6 +29474,12 @@ 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 "compose" in size 32 and filled style. + static const IconData compose_32_filled = IconData(984452, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "compose" in size 48 and filled style. + static const IconData compose_48_filled = IconData(984453, 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); @@ -33401,6 +33551,9 @@ class FluentIcons { /// fluent icon named "globe" in size 24 and filled style. static const IconData globe_24_filled = IconData(62559, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "globe" in size 28 and filled style. + static const IconData globe_28_filled = IconData(984454, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "globe" in size 32 and filled style. static const IconData globe_32_filled = IconData(59071, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -33611,6 +33764,9 @@ class FluentIcons { /// fluent icon named "guardian" in size 48 and filled style. static const IconData guardian_48_filled = IconData(59101, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "guest" in size 12 and filled style. + static const IconData guest_12_filled = IconData(984455, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "guest" in size 16 and filled style. static const IconData guest_16_filled = IconData(62572, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -33623,6 +33779,12 @@ class FluentIcons { /// fluent icon named "guest" in size 28 and filled style. static const IconData guest_28_filled = IconData(62575, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "guest" in size 32 and filled style. + static const IconData guest_32_filled = IconData(984456, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "guest" in size 48 and filled style. + static const IconData guest_48_filled = IconData(984457, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "guest_add" in size 20 and filled style. static const IconData guest_add_20_filled = IconData(59102, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -34658,6 +34820,15 @@ class FluentIcons { /// fluent icon named "laptop" in size 32 and filled style. static const IconData laptop_32_filled = IconData(984428, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "laptop_briefcase" in size 20 and filled style. + static const IconData laptop_briefcase_20_filled = IconData(984458, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "laptop_briefcase" in size 24 and filled style. + static const IconData laptop_briefcase_24_filled = IconData(984459, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "laptop_briefcase" in size 32 and filled style. + static const IconData laptop_briefcase_32_filled = IconData(984460, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "laptop_dismiss" in size 16 and filled style. static const IconData laptop_dismiss_16_filled = IconData(62735, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -34727,6 +34898,15 @@ class FluentIcons { /// fluent icon named "layer_diagonal_person" in size 24 and filled style. static const IconData layer_diagonal_person_24_filled = IconData(984388, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "layer_diagonal_sparkle" in size 16 and filled style. + static const IconData layer_diagonal_sparkle_16_filled = IconData(984461, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "layer_diagonal_sparkle" in size 20 and filled style. + static const IconData layer_diagonal_sparkle_20_filled = IconData(984462, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "layer_diagonal_sparkle" in size 24 and filled style. + static const IconData layer_diagonal_sparkle_24_filled = IconData(984463, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "layout_cell_four" in size 16 and filled style. static const IconData layout_cell_four_16_filled = IconData(984217, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -37760,6 +37940,24 @@ class FluentIcons { /// fluent icon named "payment" in size 48 and filled style. static const IconData payment_48_filled = IconData(61147, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "payment_wireless" in size 16 and filled style. + static const IconData payment_wireless_16_filled = IconData(984464, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "payment_wireless" in size 20 and filled style. + static const IconData payment_wireless_20_filled = IconData(984465, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "payment_wireless" in size 24 and filled style. + static const IconData payment_wireless_24_filled = IconData(984466, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "payment_wireless" in size 28 and filled style. + static const IconData payment_wireless_28_filled = IconData(984467, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "payment_wireless" in size 32 and filled style. + static const IconData payment_wireless_32_filled = IconData(984468, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "payment_wireless" in size 48 and filled style. + static const IconData payment_wireless_48_filled = IconData(984469, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "pen" in size 16 and filled style. static const IconData pen_16_filled = IconData(59624, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -42110,6 +42308,15 @@ 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 "status" in size 28 and filled style. + static const IconData status_28_filled = IconData(984470, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "status" in size 32 and filled style. + static const IconData status_32_filled = IconData(984471, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "status" in size 48 and filled style. + static const IconData status_48_filled = IconData(984472, 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); @@ -45521,6 +45728,9 @@ class FluentIcons { /// fluent icon named "video_link" in size 28 and filled style. static const IconData video_link_28_filled = IconData(984438, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "video_off" in size 16 and filled style. + static const IconData video_off_16_filled = IconData(984473, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "video_off" in size 20 and filled style. static const IconData video_off_20_filled = IconData(63593, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 1ad59a1732..ca929c9d47 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.226 +version: 1.1.227 homepage: https://github.com/microsoft/fluentui-system-icons/tree/main environment: diff --git a/fonts/FluentSystemIcons-Filled.css b/fonts/FluentSystemIcons-Filled.css index 202e786bd9..01af29fd0f 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?521e841149937855baaf231260bebdf6") format("woff2"), -url("./FluentSystemIcons-Filled.woff?521e841149937855baaf231260bebdf6") format("woff"), -url("./FluentSystemIcons-Filled.ttf?521e841149937855baaf231260bebdf6") format("truetype"); + src: url("./FluentSystemIcons-Filled.woff2?fb38bae410dbef20e05d004edba28d9c") format("woff2"), +url("./FluentSystemIcons-Filled.woff?fb38bae410dbef20e05d004edba28d9c") format("woff"), +url("./FluentSystemIcons-Filled.ttf?fb38bae410dbef20e05d004edba28d9c") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -23413,3 +23413,108 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_video_link_28_filled:before { content: "\f0576"; } +.icon-ic_fluent_building_lighthouse_16_filled:before { + content: "\f0577"; +} +.icon-ic_fluent_calendar_sparkle_16_filled:before { + content: "\f0578"; +} +.icon-ic_fluent_calendar_sparkle_20_filled:before { + content: "\f0579"; +} +.icon-ic_fluent_calendar_sparkle_24_filled:before { + content: "\f057a"; +} +.icon-ic_fluent_calendar_sparkle_28_filled:before { + content: "\f057b"; +} +.icon-ic_fluent_calendar_sparkle_32_filled:before { + content: "\f057c"; +} +.icon-ic_fluent_calendar_sparkle_48_filled:before { + content: "\f057d"; +} +.icon-ic_fluent_calendar_template_20_filled:before { + content: "\f057e"; +} +.icon-ic_fluent_calendar_template_24_filled:before { + content: "\f057f"; +} +.icon-ic_fluent_calendar_template_32_filled:before { + content: "\f0580"; +} +.icon-ic_fluent_clipboard_12_filled:before { + content: "\f0581"; +} +.icon-ic_fluent_clipboard_48_filled:before { + content: "\f0582"; +} +.icon-ic_fluent_compose_12_filled:before { + content: "\f0583"; +} +.icon-ic_fluent_compose_32_filled:before { + content: "\f0584"; +} +.icon-ic_fluent_compose_48_filled:before { + content: "\f0585"; +} +.icon-ic_fluent_globe_28_filled:before { + content: "\f0586"; +} +.icon-ic_fluent_guest_12_filled:before { + content: "\f0587"; +} +.icon-ic_fluent_guest_32_filled:before { + content: "\f0588"; +} +.icon-ic_fluent_guest_48_filled:before { + content: "\f0589"; +} +.icon-ic_fluent_laptop_briefcase_20_filled:before { + content: "\f058a"; +} +.icon-ic_fluent_laptop_briefcase_24_filled:before { + content: "\f058b"; +} +.icon-ic_fluent_laptop_briefcase_32_filled:before { + content: "\f058c"; +} +.icon-ic_fluent_layer_diagonal_sparkle_16_filled:before { + content: "\f058d"; +} +.icon-ic_fluent_layer_diagonal_sparkle_20_filled:before { + content: "\f058e"; +} +.icon-ic_fluent_layer_diagonal_sparkle_24_filled:before { + content: "\f058f"; +} +.icon-ic_fluent_payment_wireless_16_filled:before { + content: "\f0590"; +} +.icon-ic_fluent_payment_wireless_20_filled:before { + content: "\f0591"; +} +.icon-ic_fluent_payment_wireless_24_filled:before { + content: "\f0592"; +} +.icon-ic_fluent_payment_wireless_28_filled:before { + content: "\f0593"; +} +.icon-ic_fluent_payment_wireless_32_filled:before { + content: "\f0594"; +} +.icon-ic_fluent_payment_wireless_48_filled:before { + content: "\f0595"; +} +.icon-ic_fluent_status_28_filled:before { + content: "\f0596"; +} +.icon-ic_fluent_status_32_filled:before { + content: "\f0597"; +} +.icon-ic_fluent_status_48_filled:before { + content: "\f0598"; +} +.icon-ic_fluent_video_off_16_filled:before { + content: "\f0599"; +} diff --git a/fonts/FluentSystemIcons-Filled.html b/fonts/FluentSystemIcons-Filled.html index 4085ab0a92..fcf9f7507f 100644 --- a/fonts/FluentSystemIcons-Filled.html +++ b/fonts/FluentSystemIcons-Filled.html @@ -9659,6 +9659,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_building_lighthouse_16_filled +
+ +
@@ -11432,6 +11441,60 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_calendar_sparkle_16_filled +
+ + +
+ + + +
+ ic_fluent_calendar_sparkle_20_filled +
+ + +
+ + + +
+ ic_fluent_calendar_sparkle_24_filled +
+ + +
+ + + +
+ ic_fluent_calendar_sparkle_28_filled +
+ + +
+ + + +
+ ic_fluent_calendar_sparkle_32_filled +
+ + +
+ + + +
+ ic_fluent_calendar_sparkle_48_filled +
+ +
@@ -11486,6 +11549,33 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_calendar_template_20_filled +
+ + +
+ + + +
+ ic_fluent_calendar_template_24_filled +
+ + +
+ + + +
+ ic_fluent_calendar_template_32_filled +
+ +
@@ -15509,6 +15599,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_clipboard_12_filled +
+ +
@@ -15581,6 +15680,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_clipboard_48_filled +
+ +
@@ -18848,6 +18956,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_compose_12_filled +
+ +
@@ -18884,6 +19001,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_compose_32_filled +
+ + +
+ + + +
+ ic_fluent_compose_48_filled +
+ +
@@ -31097,6 +31232,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_globe_28_filled +
+ +
@@ -31727,6 +31871,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_guest_12_filled +
+ +
@@ -31763,6 +31916,24 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_guest_32_filled +
+ + +
+ + + +
+ ic_fluent_guest_48_filled +
+ +
@@ -34868,6 +35039,33 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_laptop_briefcase_20_filled +
+ + +
+ + + +
+ ic_fluent_laptop_briefcase_24_filled +
+ + +
+ + + +
+ ic_fluent_laptop_briefcase_32_filled +
+ +
@@ -35075,6 +35273,33 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_layer_diagonal_sparkle_16_filled +
+ + +
+ + + +
+ ic_fluent_layer_diagonal_sparkle_20_filled +
+ + +
+ + + +
+ ic_fluent_layer_diagonal_sparkle_24_filled +
+ +
@@ -44174,6 +44399,60 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_payment_wireless_16_filled +
+ + +
+ + + +
+ ic_fluent_payment_wireless_20_filled +
+ + +
+ + + +
+ ic_fluent_payment_wireless_24_filled +
+ + +
+ + + +
+ ic_fluent_payment_wireless_28_filled +
+ + +
+ + + +
+ ic_fluent_payment_wireless_32_filled +
+ + +
+ + + +
+ ic_fluent_payment_wireless_48_filled +
+ +
@@ -57224,6 +57503,33 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_status_28_filled +
+ + +
+ + + +
+ ic_fluent_status_32_filled +
+ + +
+ + + +
+ ic_fluent_status_48_filled +
+ +
@@ -67457,6 +67763,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_video_off_16_filled +
+ +
diff --git a/fonts/FluentSystemIcons-Filled.json b/fonts/FluentSystemIcons-Filled.json index fe7ed0b37f..818fc245a5 100644 --- a/fonts/FluentSystemIcons-Filled.json +++ b/fonts/FluentSystemIcons-Filled.json @@ -7797,5 +7797,40 @@ "ic_fluent_street_sign_20_filled": 984435, "ic_fluent_street_sign_24_filled": 984436, "ic_fluent_video_link_24_filled": 984437, - "ic_fluent_video_link_28_filled": 984438 + "ic_fluent_video_link_28_filled": 984438, + "ic_fluent_building_lighthouse_16_filled": 984439, + "ic_fluent_calendar_sparkle_16_filled": 984440, + "ic_fluent_calendar_sparkle_20_filled": 984441, + "ic_fluent_calendar_sparkle_24_filled": 984442, + "ic_fluent_calendar_sparkle_28_filled": 984443, + "ic_fluent_calendar_sparkle_32_filled": 984444, + "ic_fluent_calendar_sparkle_48_filled": 984445, + "ic_fluent_calendar_template_20_filled": 984446, + "ic_fluent_calendar_template_24_filled": 984447, + "ic_fluent_calendar_template_32_filled": 984448, + "ic_fluent_clipboard_12_filled": 984449, + "ic_fluent_clipboard_48_filled": 984450, + "ic_fluent_compose_12_filled": 984451, + "ic_fluent_compose_32_filled": 984452, + "ic_fluent_compose_48_filled": 984453, + "ic_fluent_globe_28_filled": 984454, + "ic_fluent_guest_12_filled": 984455, + "ic_fluent_guest_32_filled": 984456, + "ic_fluent_guest_48_filled": 984457, + "ic_fluent_laptop_briefcase_20_filled": 984458, + "ic_fluent_laptop_briefcase_24_filled": 984459, + "ic_fluent_laptop_briefcase_32_filled": 984460, + "ic_fluent_layer_diagonal_sparkle_16_filled": 984461, + "ic_fluent_layer_diagonal_sparkle_20_filled": 984462, + "ic_fluent_layer_diagonal_sparkle_24_filled": 984463, + "ic_fluent_payment_wireless_16_filled": 984464, + "ic_fluent_payment_wireless_20_filled": 984465, + "ic_fluent_payment_wireless_24_filled": 984466, + "ic_fluent_payment_wireless_28_filled": 984467, + "ic_fluent_payment_wireless_32_filled": 984468, + "ic_fluent_payment_wireless_48_filled": 984469, + "ic_fluent_status_28_filled": 984470, + "ic_fluent_status_32_filled": 984471, + "ic_fluent_status_48_filled": 984472, + "ic_fluent_video_off_16_filled": 984473 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Filled.ttf b/fonts/FluentSystemIcons-Filled.ttf index e06faeff29..8b182445db 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 cb09dd7f3f..8ca7502dc1 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 8e123443d6..0aea6b18b9 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 35e2430f8b..fc10fcda8a 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?4967f1b72bf76606daa2a77f1d65e05b") format("woff2"), -url("./FluentSystemIcons-Regular.woff?4967f1b72bf76606daa2a77f1d65e05b") format("woff"), -url("./FluentSystemIcons-Regular.ttf?4967f1b72bf76606daa2a77f1d65e05b") format("truetype"); + src: url("./FluentSystemIcons-Regular.woff2?077c0f99d5758a4b228def32e0779b4c") format("woff2"), +url("./FluentSystemIcons-Regular.woff?077c0f99d5758a4b228def32e0779b4c") format("woff"), +url("./FluentSystemIcons-Regular.ttf?077c0f99d5758a4b228def32e0779b4c") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -23050,3 +23050,108 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_video_link_28_regular:before { content: "\f04fd"; } +.icon-ic_fluent_building_lighthouse_16_regular:before { + content: "\f04fe"; +} +.icon-ic_fluent_calendar_sparkle_16_regular:before { + content: "\f04ff"; +} +.icon-ic_fluent_calendar_sparkle_20_regular:before { + content: "\f0500"; +} +.icon-ic_fluent_calendar_sparkle_24_regular:before { + content: "\f0501"; +} +.icon-ic_fluent_calendar_sparkle_28_regular:before { + content: "\f0502"; +} +.icon-ic_fluent_calendar_sparkle_32_regular:before { + content: "\f0503"; +} +.icon-ic_fluent_calendar_sparkle_48_regular:before { + content: "\f0504"; +} +.icon-ic_fluent_calendar_template_20_regular:before { + content: "\f0505"; +} +.icon-ic_fluent_calendar_template_24_regular:before { + content: "\f0506"; +} +.icon-ic_fluent_calendar_template_32_regular:before { + content: "\f0507"; +} +.icon-ic_fluent_clipboard_12_regular:before { + content: "\f0508"; +} +.icon-ic_fluent_clipboard_48_regular:before { + content: "\f0509"; +} +.icon-ic_fluent_compose_12_regular:before { + content: "\f050a"; +} +.icon-ic_fluent_compose_32_regular:before { + content: "\f050b"; +} +.icon-ic_fluent_compose_48_regular:before { + content: "\f050c"; +} +.icon-ic_fluent_globe_28_regular:before { + content: "\f050d"; +} +.icon-ic_fluent_guest_12_regular:before { + content: "\f050e"; +} +.icon-ic_fluent_guest_32_regular:before { + content: "\f050f"; +} +.icon-ic_fluent_guest_48_regular:before { + content: "\f0510"; +} +.icon-ic_fluent_laptop_briefcase_20_regular:before { + content: "\f0511"; +} +.icon-ic_fluent_laptop_briefcase_24_regular:before { + content: "\f0512"; +} +.icon-ic_fluent_laptop_briefcase_32_regular:before { + content: "\f0513"; +} +.icon-ic_fluent_layer_diagonal_sparkle_16_regular:before { + content: "\f0514"; +} +.icon-ic_fluent_layer_diagonal_sparkle_20_regular:before { + content: "\f0515"; +} +.icon-ic_fluent_layer_diagonal_sparkle_24_regular:before { + content: "\f0516"; +} +.icon-ic_fluent_payment_wireless_16_regular:before { + content: "\f0517"; +} +.icon-ic_fluent_payment_wireless_20_regular:before { + content: "\f0518"; +} +.icon-ic_fluent_payment_wireless_24_regular:before { + content: "\f0519"; +} +.icon-ic_fluent_payment_wireless_28_regular:before { + content: "\f051a"; +} +.icon-ic_fluent_payment_wireless_32_regular:before { + content: "\f051b"; +} +.icon-ic_fluent_payment_wireless_48_regular:before { + content: "\f051c"; +} +.icon-ic_fluent_status_28_regular:before { + content: "\f051d"; +} +.icon-ic_fluent_status_32_regular:before { + content: "\f051e"; +} +.icon-ic_fluent_status_48_regular:before { + content: "\f051f"; +} +.icon-ic_fluent_video_off_16_regular:before { + content: "\f0520"; +} diff --git a/fonts/FluentSystemIcons-Regular.html b/fonts/FluentSystemIcons-Regular.html index 6252dd3eea..6de989d68e 100644 --- a/fonts/FluentSystemIcons-Regular.html +++ b/fonts/FluentSystemIcons-Regular.html @@ -9650,6 +9650,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_building_lighthouse_16_regular +
+ +
@@ -11423,6 +11432,60 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_calendar_sparkle_16_regular +
+ + +
+ + + +
+ ic_fluent_calendar_sparkle_20_regular +
+ + +
+ + + +
+ ic_fluent_calendar_sparkle_24_regular +
+ + +
+ + + +
+ ic_fluent_calendar_sparkle_28_regular +
+ + +
+ + + +
+ ic_fluent_calendar_sparkle_32_regular +
+ + +
+ + + +
+ ic_fluent_calendar_sparkle_48_regular +
+ +
@@ -11477,6 +11540,33 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_calendar_template_20_regular +
+ + +
+ + + +
+ ic_fluent_calendar_template_24_regular +
+ + +
+ + + +
+ ic_fluent_calendar_template_32_regular +
+ +
@@ -15500,6 +15590,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_clipboard_12_regular +
+ +
@@ -15572,6 +15671,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_clipboard_48_regular +
+ +
@@ -18920,6 +19028,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_compose_12_regular +
+ +
@@ -18956,6 +19073,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_compose_32_regular +
+ + +
+ + + +
+ ic_fluent_compose_48_regular +
+ +
@@ -30953,6 +31088,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_globe_28_regular +
+ +
@@ -31583,6 +31727,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_guest_12_regular +
+ +
@@ -31619,6 +31772,24 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_guest_32_regular +
+ + +
+ + + +
+ ic_fluent_guest_48_regular +
+ +
@@ -34661,6 +34832,33 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_laptop_briefcase_20_regular +
+ + +
+ + + +
+ ic_fluent_laptop_briefcase_24_regular +
+ + +
+ + + +
+ ic_fluent_laptop_briefcase_32_regular +
+ +
@@ -34868,6 +35066,33 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_layer_diagonal_sparkle_16_regular +
+ + +
+ + + +
+ ic_fluent_layer_diagonal_sparkle_20_regular +
+ + +
+ + + +
+ ic_fluent_layer_diagonal_sparkle_24_regular +
+ +
@@ -43013,6 +43238,60 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_payment_wireless_16_regular +
+ + +
+ + + +
+ ic_fluent_payment_wireless_20_regular +
+ + +
+ + + +
+ ic_fluent_payment_wireless_24_regular +
+ + +
+ + + +
+ ic_fluent_payment_wireless_28_regular +
+ + +
+ + + +
+ ic_fluent_payment_wireless_32_regular +
+ + +
+ + + +
+ ic_fluent_payment_wireless_48_regular +
+ +
@@ -56198,6 +56477,33 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_status_28_regular +
+ + +
+ + + +
+ ic_fluent_status_32_regular +
+ + +
+ + + +
+ ic_fluent_status_48_regular +
+ +
@@ -66368,6 +66674,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_video_off_16_regular +
+ +
diff --git a/fonts/FluentSystemIcons-Regular.json b/fonts/FluentSystemIcons-Regular.json index 4ea8f60997..ee728e710f 100644 --- a/fonts/FluentSystemIcons-Regular.json +++ b/fonts/FluentSystemIcons-Regular.json @@ -7676,5 +7676,40 @@ "ic_fluent_street_sign_20_regular": 984314, "ic_fluent_street_sign_24_regular": 984315, "ic_fluent_video_link_24_regular": 984316, - "ic_fluent_video_link_28_regular": 984317 + "ic_fluent_video_link_28_regular": 984317, + "ic_fluent_building_lighthouse_16_regular": 984318, + "ic_fluent_calendar_sparkle_16_regular": 984319, + "ic_fluent_calendar_sparkle_20_regular": 984320, + "ic_fluent_calendar_sparkle_24_regular": 984321, + "ic_fluent_calendar_sparkle_28_regular": 984322, + "ic_fluent_calendar_sparkle_32_regular": 984323, + "ic_fluent_calendar_sparkle_48_regular": 984324, + "ic_fluent_calendar_template_20_regular": 984325, + "ic_fluent_calendar_template_24_regular": 984326, + "ic_fluent_calendar_template_32_regular": 984327, + "ic_fluent_clipboard_12_regular": 984328, + "ic_fluent_clipboard_48_regular": 984329, + "ic_fluent_compose_12_regular": 984330, + "ic_fluent_compose_32_regular": 984331, + "ic_fluent_compose_48_regular": 984332, + "ic_fluent_globe_28_regular": 984333, + "ic_fluent_guest_12_regular": 984334, + "ic_fluent_guest_32_regular": 984335, + "ic_fluent_guest_48_regular": 984336, + "ic_fluent_laptop_briefcase_20_regular": 984337, + "ic_fluent_laptop_briefcase_24_regular": 984338, + "ic_fluent_laptop_briefcase_32_regular": 984339, + "ic_fluent_layer_diagonal_sparkle_16_regular": 984340, + "ic_fluent_layer_diagonal_sparkle_20_regular": 984341, + "ic_fluent_layer_diagonal_sparkle_24_regular": 984342, + "ic_fluent_payment_wireless_16_regular": 984343, + "ic_fluent_payment_wireless_20_regular": 984344, + "ic_fluent_payment_wireless_24_regular": 984345, + "ic_fluent_payment_wireless_28_regular": 984346, + "ic_fluent_payment_wireless_32_regular": 984347, + "ic_fluent_payment_wireless_48_regular": 984348, + "ic_fluent_status_28_regular": 984349, + "ic_fluent_status_32_regular": 984350, + "ic_fluent_status_48_regular": 984351, + "ic_fluent_video_off_16_regular": 984352 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Regular.ttf b/fonts/FluentSystemIcons-Regular.ttf index d7c50bd87e..5994b561b2 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 5399d8dec4..8c726da4c5 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 1232cc7eba..23be3cc613 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 b43c95e8cb..353a5b3104 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?9cfb51f4c6da54f623133ab267275a98") format("woff2"), -url("./FluentSystemIcons-Resizable.woff?9cfb51f4c6da54f623133ab267275a98") format("woff"), -url("./FluentSystemIcons-Resizable.ttf?9cfb51f4c6da54f623133ab267275a98") format("truetype"); + src: url("./FluentSystemIcons-Resizable.woff2?0348a9876bc531524324cadebf23eb5e") format("woff2"), +url("./FluentSystemIcons-Resizable.woff?0348a9876bc531524324cadebf23eb5e") format("woff"), +url("./FluentSystemIcons-Resizable.ttf?0348a9876bc531524324cadebf23eb5e") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -2389,12288 +2389,12318 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_calendar_shield_20_regular:before { content: "\e316"; } -.icon-ic_fluent_calendar_star_20_filled:before { +.icon-ic_fluent_calendar_sparkle_20_filled:before { content: "\e317"; } -.icon-ic_fluent_calendar_star_20_regular:before { +.icon-ic_fluent_calendar_sparkle_20_regular:before { content: "\e318"; } -.icon-ic_fluent_calendar_sync_20_filled:before { +.icon-ic_fluent_calendar_star_20_filled:before { content: "\e319"; } -.icon-ic_fluent_calendar_sync_20_regular:before { +.icon-ic_fluent_calendar_star_20_regular:before { content: "\e31a"; } -.icon-ic_fluent_calendar_today_20_filled:before { +.icon-ic_fluent_calendar_sync_20_filled:before { content: "\e31b"; } -.icon-ic_fluent_calendar_today_20_regular:before { +.icon-ic_fluent_calendar_sync_20_regular:before { content: "\e31c"; } -.icon-ic_fluent_calendar_toolbox_20_filled:before { +.icon-ic_fluent_calendar_template_20_filled:before { content: "\e31d"; } -.icon-ic_fluent_calendar_toolbox_20_regular:before { +.icon-ic_fluent_calendar_template_20_regular:before { content: "\e31e"; } -.icon-ic_fluent_calendar_week_numbers_20_filled:before { +.icon-ic_fluent_calendar_today_20_filled:before { content: "\e31f"; } -.icon-ic_fluent_calendar_week_numbers_20_regular:before { +.icon-ic_fluent_calendar_today_20_regular:before { content: "\e320"; } -.icon-ic_fluent_calendar_week_start_20_filled:before { +.icon-ic_fluent_calendar_toolbox_20_filled:before { content: "\e321"; } -.icon-ic_fluent_calendar_week_start_20_regular:before { +.icon-ic_fluent_calendar_toolbox_20_regular:before { content: "\e322"; } -.icon-ic_fluent_calendar_work_week_20_filled:before { +.icon-ic_fluent_calendar_week_numbers_20_filled:before { content: "\e323"; } -.icon-ic_fluent_calendar_work_week_20_regular:before { +.icon-ic_fluent_calendar_week_numbers_20_regular:before { content: "\e324"; } -.icon-ic_fluent_call_20_filled:before { +.icon-ic_fluent_calendar_week_start_20_filled:before { content: "\e325"; } -.icon-ic_fluent_call_20_regular:before { +.icon-ic_fluent_calendar_week_start_20_regular:before { content: "\e326"; } -.icon-ic_fluent_call_add_20_filled:before { +.icon-ic_fluent_calendar_work_week_20_filled:before { content: "\e327"; } -.icon-ic_fluent_call_add_20_regular:before { +.icon-ic_fluent_calendar_work_week_20_regular:before { content: "\e328"; } -.icon-ic_fluent_call_checkmark_20_filled:before { +.icon-ic_fluent_call_20_filled:before { content: "\e329"; } -.icon-ic_fluent_call_checkmark_20_regular:before { +.icon-ic_fluent_call_20_regular:before { content: "\e32a"; } -.icon-ic_fluent_call_connecting_20_filled:before { +.icon-ic_fluent_call_add_20_filled:before { content: "\e32b"; } -.icon-ic_fluent_call_connecting_20_regular:before { +.icon-ic_fluent_call_add_20_regular:before { content: "\e32c"; } -.icon-ic_fluent_call_dismiss_20_filled:before { +.icon-ic_fluent_call_checkmark_20_filled:before { content: "\e32d"; } -.icon-ic_fluent_call_dismiss_20_regular:before { +.icon-ic_fluent_call_checkmark_20_regular:before { content: "\e32e"; } -.icon-ic_fluent_call_end_20_filled:before { +.icon-ic_fluent_call_connecting_20_filled:before { content: "\e32f"; } -.icon-ic_fluent_call_end_20_regular:before { +.icon-ic_fluent_call_connecting_20_regular:before { content: "\e330"; } -.icon-ic_fluent_call_exclamation_20_filled:before { +.icon-ic_fluent_call_dismiss_20_filled:before { content: "\e331"; } -.icon-ic_fluent_call_exclamation_20_regular:before { +.icon-ic_fluent_call_dismiss_20_regular:before { content: "\e332"; } -.icon-ic_fluent_call_forward_20_filled:before { +.icon-ic_fluent_call_end_20_filled:before { content: "\e333"; } -.icon-ic_fluent_call_forward_20_regular:before { +.icon-ic_fluent_call_end_20_regular:before { content: "\e334"; } -.icon-ic_fluent_call_inbound_20_filled:before { +.icon-ic_fluent_call_exclamation_20_filled:before { content: "\e335"; } -.icon-ic_fluent_call_inbound_20_regular:before { +.icon-ic_fluent_call_exclamation_20_regular:before { content: "\e336"; } -.icon-ic_fluent_call_missed_20_filled:before { +.icon-ic_fluent_call_forward_20_filled:before { content: "\e337"; } -.icon-ic_fluent_call_missed_20_regular:before { +.icon-ic_fluent_call_forward_20_regular:before { content: "\e338"; } -.icon-ic_fluent_call_outbound_20_filled:before { +.icon-ic_fluent_call_inbound_20_filled:before { content: "\e339"; } -.icon-ic_fluent_call_outbound_20_regular:before { +.icon-ic_fluent_call_inbound_20_regular:before { content: "\e33a"; } -.icon-ic_fluent_call_park_20_filled:before { +.icon-ic_fluent_call_missed_20_filled:before { content: "\e33b"; } -.icon-ic_fluent_call_park_20_regular:before { +.icon-ic_fluent_call_missed_20_regular:before { content: "\e33c"; } -.icon-ic_fluent_call_pause_20_filled:before { +.icon-ic_fluent_call_outbound_20_filled:before { content: "\e33d"; } -.icon-ic_fluent_call_pause_20_regular:before { +.icon-ic_fluent_call_outbound_20_regular:before { content: "\e33e"; } -.icon-ic_fluent_call_prohibited_20_filled:before { +.icon-ic_fluent_call_park_20_filled:before { content: "\e33f"; } -.icon-ic_fluent_call_prohibited_20_regular:before { +.icon-ic_fluent_call_park_20_regular:before { content: "\e340"; } -.icon-ic_fluent_call_transfer_20_filled:before { +.icon-ic_fluent_call_pause_20_filled:before { content: "\e341"; } -.icon-ic_fluent_call_transfer_20_regular:before { +.icon-ic_fluent_call_pause_20_regular:before { content: "\e342"; } -.icon-ic_fluent_call_warning_20_filled:before { +.icon-ic_fluent_call_prohibited_20_filled:before { content: "\e343"; } -.icon-ic_fluent_call_warning_20_regular:before { +.icon-ic_fluent_call_prohibited_20_regular:before { content: "\e344"; } -.icon-ic_fluent_calligraphy_pen_20_filled:before { +.icon-ic_fluent_call_transfer_20_filled:before { content: "\e345"; } -.icon-ic_fluent_calligraphy_pen_20_regular:before { +.icon-ic_fluent_call_transfer_20_regular:before { content: "\e346"; } -.icon-ic_fluent_calligraphy_pen_checkmark_20_filled:before { +.icon-ic_fluent_call_warning_20_filled:before { content: "\e347"; } -.icon-ic_fluent_calligraphy_pen_checkmark_20_regular:before { +.icon-ic_fluent_call_warning_20_regular:before { content: "\e348"; } -.icon-ic_fluent_calligraphy_pen_error_20_filled:before { +.icon-ic_fluent_calligraphy_pen_20_filled:before { content: "\e349"; } -.icon-ic_fluent_calligraphy_pen_error_20_regular:before { +.icon-ic_fluent_calligraphy_pen_20_regular:before { content: "\e34a"; } -.icon-ic_fluent_calligraphy_pen_question_mark_20_filled:before { +.icon-ic_fluent_calligraphy_pen_checkmark_20_filled:before { content: "\e34b"; } -.icon-ic_fluent_calligraphy_pen_question_mark_20_regular:before { +.icon-ic_fluent_calligraphy_pen_checkmark_20_regular:before { content: "\e34c"; } -.icon-ic_fluent_camera_20_filled:before { +.icon-ic_fluent_calligraphy_pen_error_20_filled:before { content: "\e34d"; } -.icon-ic_fluent_camera_20_regular:before { +.icon-ic_fluent_calligraphy_pen_error_20_regular:before { content: "\e34e"; } -.icon-ic_fluent_camera_add_20_filled:before { +.icon-ic_fluent_calligraphy_pen_question_mark_20_filled:before { content: "\e34f"; } -.icon-ic_fluent_camera_add_20_regular:before { +.icon-ic_fluent_calligraphy_pen_question_mark_20_regular:before { content: "\e350"; } -.icon-ic_fluent_camera_dome_20_filled:before { +.icon-ic_fluent_camera_20_filled:before { content: "\e351"; } -.icon-ic_fluent_camera_dome_20_regular:before { +.icon-ic_fluent_camera_20_regular:before { content: "\e352"; } -.icon-ic_fluent_camera_edit_20_filled:before { +.icon-ic_fluent_camera_add_20_filled:before { content: "\e353"; } -.icon-ic_fluent_camera_edit_20_regular:before { +.icon-ic_fluent_camera_add_20_regular:before { content: "\e354"; } -.icon-ic_fluent_camera_off_20_filled:before { +.icon-ic_fluent_camera_dome_20_filled:before { content: "\e355"; } -.icon-ic_fluent_camera_off_20_regular:before { +.icon-ic_fluent_camera_dome_20_regular:before { content: "\e356"; } -.icon-ic_fluent_camera_sparkles_20_filled:before { +.icon-ic_fluent_camera_edit_20_filled:before { content: "\e357"; } -.icon-ic_fluent_camera_sparkles_20_regular:before { +.icon-ic_fluent_camera_edit_20_regular:before { content: "\e358"; } -.icon-ic_fluent_camera_switch_20_filled:before { +.icon-ic_fluent_camera_off_20_filled:before { content: "\e359"; } -.icon-ic_fluent_camera_switch_20_regular:before { +.icon-ic_fluent_camera_off_20_regular:before { content: "\e35a"; } -.icon-ic_fluent_card_ui_20_filled:before { +.icon-ic_fluent_camera_sparkles_20_filled:before { content: "\e35b"; } -.icon-ic_fluent_card_ui_20_regular:before { +.icon-ic_fluent_camera_sparkles_20_regular:before { content: "\e35c"; } -.icon-ic_fluent_caret_down_20_filled:before { +.icon-ic_fluent_camera_switch_20_filled:before { content: "\e35d"; } -.icon-ic_fluent_caret_down_20_regular:before { +.icon-ic_fluent_camera_switch_20_regular:before { content: "\e35e"; } -.icon-ic_fluent_caret_down_right_20_filled:before { +.icon-ic_fluent_card_ui_20_filled:before { content: "\e35f"; } -.icon-ic_fluent_caret_down_right_20_regular:before { +.icon-ic_fluent_card_ui_20_regular:before { content: "\e360"; } -.icon-ic_fluent_caret_left_20_filled:before { +.icon-ic_fluent_caret_down_20_filled:before { content: "\e361"; } -.icon-ic_fluent_caret_left_20_regular:before { +.icon-ic_fluent_caret_down_20_regular:before { content: "\e362"; } -.icon-ic_fluent_caret_right_20_filled:before { +.icon-ic_fluent_caret_down_right_20_filled:before { content: "\e363"; } -.icon-ic_fluent_caret_right_20_regular:before { +.icon-ic_fluent_caret_down_right_20_regular:before { content: "\e364"; } -.icon-ic_fluent_caret_up_20_filled:before { +.icon-ic_fluent_caret_left_20_filled:before { content: "\e365"; } -.icon-ic_fluent_caret_up_20_regular:before { +.icon-ic_fluent_caret_left_20_regular:before { content: "\e366"; } -.icon-ic_fluent_cart_20_filled:before { +.icon-ic_fluent_caret_right_20_filled:before { content: "\e367"; } -.icon-ic_fluent_cart_20_regular:before { +.icon-ic_fluent_caret_right_20_regular:before { content: "\e368"; } -.icon-ic_fluent_cast_20_filled:before { +.icon-ic_fluent_caret_up_20_filled:before { content: "\e369"; } -.icon-ic_fluent_cast_20_regular:before { +.icon-ic_fluent_caret_up_20_regular:before { content: "\e36a"; } -.icon-ic_fluent_cast_multiple_20_filled:before { +.icon-ic_fluent_cart_20_filled:before { content: "\e36b"; } -.icon-ic_fluent_cast_multiple_20_regular:before { +.icon-ic_fluent_cart_20_regular:before { content: "\e36c"; } -.icon-ic_fluent_catch_up_20_filled:before { +.icon-ic_fluent_cast_20_filled:before { content: "\e36d"; } -.icon-ic_fluent_catch_up_20_regular:before { +.icon-ic_fluent_cast_20_regular:before { content: "\e36e"; } -.icon-ic_fluent_cellular_3g_20_filled:before { +.icon-ic_fluent_cast_multiple_20_filled:before { content: "\e36f"; } -.icon-ic_fluent_cellular_3g_20_regular:before { +.icon-ic_fluent_cast_multiple_20_regular:before { content: "\e370"; } -.icon-ic_fluent_cellular_4g_20_filled:before { +.icon-ic_fluent_catch_up_20_filled:before { content: "\e371"; } -.icon-ic_fluent_cellular_4g_20_regular:before { +.icon-ic_fluent_catch_up_20_regular:before { content: "\e372"; } -.icon-ic_fluent_cellular_5g_20_filled:before { +.icon-ic_fluent_cellular_3g_20_filled:before { content: "\e373"; } -.icon-ic_fluent_cellular_5g_20_regular:before { +.icon-ic_fluent_cellular_3g_20_regular:before { content: "\e374"; } -.icon-ic_fluent_cellular_data_1_20_filled:before { +.icon-ic_fluent_cellular_4g_20_filled:before { content: "\e375"; } -.icon-ic_fluent_cellular_data_1_20_regular:before { +.icon-ic_fluent_cellular_4g_20_regular:before { content: "\e376"; } -.icon-ic_fluent_cellular_data_2_20_filled:before { +.icon-ic_fluent_cellular_5g_20_filled:before { content: "\e377"; } -.icon-ic_fluent_cellular_data_2_20_regular:before { +.icon-ic_fluent_cellular_5g_20_regular:before { content: "\e378"; } -.icon-ic_fluent_cellular_data_3_20_filled:before { +.icon-ic_fluent_cellular_data_1_20_filled:before { content: "\e379"; } -.icon-ic_fluent_cellular_data_3_20_regular:before { +.icon-ic_fluent_cellular_data_1_20_regular:before { content: "\e37a"; } -.icon-ic_fluent_cellular_data_4_20_filled:before { +.icon-ic_fluent_cellular_data_2_20_filled:before { content: "\e37b"; } -.icon-ic_fluent_cellular_data_4_20_regular:before { +.icon-ic_fluent_cellular_data_2_20_regular:before { content: "\e37c"; } -.icon-ic_fluent_cellular_data_5_20_filled:before { +.icon-ic_fluent_cellular_data_3_20_filled:before { content: "\e37d"; } -.icon-ic_fluent_cellular_data_5_20_regular:before { +.icon-ic_fluent_cellular_data_3_20_regular:before { content: "\e37e"; } -.icon-ic_fluent_cellular_off_20_filled:before { +.icon-ic_fluent_cellular_data_4_20_filled:before { content: "\e37f"; } -.icon-ic_fluent_cellular_off_20_regular:before { +.icon-ic_fluent_cellular_data_4_20_regular:before { content: "\e380"; } -.icon-ic_fluent_cellular_warning_20_filled:before { +.icon-ic_fluent_cellular_data_5_20_filled:before { content: "\e381"; } -.icon-ic_fluent_cellular_warning_20_regular:before { +.icon-ic_fluent_cellular_data_5_20_regular:before { content: "\e382"; } -.icon-ic_fluent_center_horizontal_20_filled:before { +.icon-ic_fluent_cellular_off_20_filled:before { content: "\e383"; } -.icon-ic_fluent_center_horizontal_20_regular:before { +.icon-ic_fluent_cellular_off_20_regular:before { content: "\e384"; } -.icon-ic_fluent_center_vertical_20_filled:before { +.icon-ic_fluent_cellular_warning_20_filled:before { content: "\e385"; } -.icon-ic_fluent_center_vertical_20_regular:before { +.icon-ic_fluent_cellular_warning_20_regular:before { content: "\e386"; } -.icon-ic_fluent_certificate_20_filled:before { +.icon-ic_fluent_center_horizontal_20_filled:before { content: "\e387"; } -.icon-ic_fluent_certificate_20_regular:before { +.icon-ic_fluent_center_horizontal_20_regular:before { content: "\e388"; } -.icon-ic_fluent_channel_20_filled:before { +.icon-ic_fluent_center_vertical_20_filled:before { content: "\e389"; } -.icon-ic_fluent_channel_20_regular:before { +.icon-ic_fluent_center_vertical_20_regular:before { content: "\e38a"; } -.icon-ic_fluent_channel_add_20_filled:before { +.icon-ic_fluent_certificate_20_filled:before { content: "\e38b"; } -.icon-ic_fluent_channel_add_20_regular:before { +.icon-ic_fluent_certificate_20_regular:before { content: "\e38c"; } -.icon-ic_fluent_channel_alert_20_filled:before { +.icon-ic_fluent_channel_20_filled:before { content: "\e38d"; } -.icon-ic_fluent_channel_alert_20_regular:before { +.icon-ic_fluent_channel_20_regular:before { content: "\e38e"; } -.icon-ic_fluent_channel_arrow_left_20_filled:before { +.icon-ic_fluent_channel_add_20_filled:before { content: "\e38f"; } -.icon-ic_fluent_channel_arrow_left_20_regular:before { +.icon-ic_fluent_channel_add_20_regular:before { content: "\e390"; } -.icon-ic_fluent_channel_dismiss_20_filled:before { +.icon-ic_fluent_channel_alert_20_filled:before { content: "\e391"; } -.icon-ic_fluent_channel_dismiss_20_regular:before { +.icon-ic_fluent_channel_alert_20_regular:before { content: "\e392"; } -.icon-ic_fluent_channel_share_20_filled:before { +.icon-ic_fluent_channel_arrow_left_20_filled:before { content: "\e393"; } -.icon-ic_fluent_channel_share_20_regular:before { +.icon-ic_fluent_channel_arrow_left_20_regular:before { content: "\e394"; } -.icon-ic_fluent_channel_subtract_20_filled:before { +.icon-ic_fluent_channel_dismiss_20_filled:before { content: "\e395"; } -.icon-ic_fluent_channel_subtract_20_regular:before { +.icon-ic_fluent_channel_dismiss_20_regular:before { content: "\e396"; } -.icon-ic_fluent_chart_multiple_20_filled:before { +.icon-ic_fluent_channel_share_20_filled:before { content: "\e397"; } -.icon-ic_fluent_chart_multiple_20_regular:before { +.icon-ic_fluent_channel_share_20_regular:before { content: "\e398"; } -.icon-ic_fluent_chart_person_20_filled:before { +.icon-ic_fluent_channel_subtract_20_filled:before { content: "\e399"; } -.icon-ic_fluent_chart_person_20_regular:before { +.icon-ic_fluent_channel_subtract_20_regular:before { content: "\e39a"; } -.icon-ic_fluent_chat_20_filled:before { +.icon-ic_fluent_chart_multiple_20_filled:before { content: "\e39b"; } -.icon-ic_fluent_chat_20_regular:before { +.icon-ic_fluent_chart_multiple_20_regular:before { content: "\e39c"; } -.icon-ic_fluent_chat_add_20_filled:before { +.icon-ic_fluent_chart_person_20_filled:before { content: "\e39d"; } -.icon-ic_fluent_chat_add_20_regular:before { +.icon-ic_fluent_chart_person_20_regular:before { content: "\e39e"; } -.icon-ic_fluent_chat_arrow_back_20_filled:before { +.icon-ic_fluent_chat_20_filled:before { content: "\e39f"; } -.icon-ic_fluent_chat_arrow_back_20_regular:before { +.icon-ic_fluent_chat_20_regular:before { content: "\e3a0"; } -.icon-ic_fluent_chat_arrow_double_back_20_filled:before { +.icon-ic_fluent_chat_add_20_filled:before { content: "\e3a1"; } -.icon-ic_fluent_chat_arrow_double_back_20_regular:before { +.icon-ic_fluent_chat_add_20_regular:before { content: "\e3a2"; } -.icon-ic_fluent_chat_bubbles_question_20_filled:before { +.icon-ic_fluent_chat_arrow_back_20_filled:before { content: "\e3a3"; } -.icon-ic_fluent_chat_bubbles_question_20_regular:before { +.icon-ic_fluent_chat_arrow_back_20_regular:before { content: "\e3a4"; } -.icon-ic_fluent_chat_cursor_20_filled:before { +.icon-ic_fluent_chat_arrow_double_back_20_filled:before { content: "\e3a5"; } -.icon-ic_fluent_chat_cursor_20_regular:before { +.icon-ic_fluent_chat_arrow_double_back_20_regular:before { content: "\e3a6"; } -.icon-ic_fluent_chat_dismiss_20_filled:before { +.icon-ic_fluent_chat_bubbles_question_20_filled:before { content: "\e3a7"; } -.icon-ic_fluent_chat_dismiss_20_regular:before { +.icon-ic_fluent_chat_bubbles_question_20_regular:before { content: "\e3a8"; } -.icon-ic_fluent_chat_empty_20_filled:before { +.icon-ic_fluent_chat_cursor_20_filled:before { content: "\e3a9"; } -.icon-ic_fluent_chat_empty_20_regular:before { +.icon-ic_fluent_chat_cursor_20_regular:before { content: "\e3aa"; } -.icon-ic_fluent_chat_help_20_filled:before { +.icon-ic_fluent_chat_dismiss_20_filled:before { content: "\e3ab"; } -.icon-ic_fluent_chat_help_20_regular:before { +.icon-ic_fluent_chat_dismiss_20_regular:before { content: "\e3ac"; } -.icon-ic_fluent_chat_lock_20_filled:before { +.icon-ic_fluent_chat_empty_20_filled:before { content: "\e3ad"; } -.icon-ic_fluent_chat_lock_20_regular:before { +.icon-ic_fluent_chat_empty_20_regular:before { content: "\e3ae"; } -.icon-ic_fluent_chat_mail_20_filled:before { +.icon-ic_fluent_chat_help_20_filled:before { content: "\e3af"; } -.icon-ic_fluent_chat_mail_20_regular:before { +.icon-ic_fluent_chat_help_20_regular:before { content: "\e3b0"; } -.icon-ic_fluent_chat_multiple_20_filled:before { +.icon-ic_fluent_chat_lock_20_filled:before { content: "\e3b1"; } -.icon-ic_fluent_chat_multiple_20_regular:before { +.icon-ic_fluent_chat_lock_20_regular:before { content: "\e3b2"; } -.icon-ic_fluent_chat_multiple_heart_20_filled:before { +.icon-ic_fluent_chat_mail_20_filled:before { content: "\e3b3"; } -.icon-ic_fluent_chat_multiple_heart_20_regular:before { +.icon-ic_fluent_chat_mail_20_regular:before { content: "\e3b4"; } -.icon-ic_fluent_chat_off_20_filled:before { +.icon-ic_fluent_chat_multiple_20_filled:before { content: "\e3b5"; } -.icon-ic_fluent_chat_off_20_regular:before { +.icon-ic_fluent_chat_multiple_20_regular:before { content: "\e3b6"; } -.icon-ic_fluent_chat_settings_20_filled:before { +.icon-ic_fluent_chat_multiple_heart_20_filled:before { content: "\e3b7"; } -.icon-ic_fluent_chat_settings_20_regular:before { +.icon-ic_fluent_chat_multiple_heart_20_regular:before { content: "\e3b8"; } -.icon-ic_fluent_chat_sparkle_20_filled:before { +.icon-ic_fluent_chat_off_20_filled:before { content: "\e3b9"; } -.icon-ic_fluent_chat_sparkle_20_regular:before { +.icon-ic_fluent_chat_off_20_regular:before { content: "\e3ba"; } -.icon-ic_fluent_chat_video_20_filled:before { +.icon-ic_fluent_chat_settings_20_filled:before { content: "\e3bb"; } -.icon-ic_fluent_chat_video_20_regular:before { +.icon-ic_fluent_chat_settings_20_regular:before { content: "\e3bc"; } -.icon-ic_fluent_chat_warning_20_filled:before { +.icon-ic_fluent_chat_sparkle_20_filled:before { content: "\e3bd"; } -.icon-ic_fluent_chat_warning_20_regular:before { +.icon-ic_fluent_chat_sparkle_20_regular:before { content: "\e3be"; } -.icon-ic_fluent_check_20_filled:before { +.icon-ic_fluent_chat_video_20_filled:before { content: "\e3bf"; } -.icon-ic_fluent_check_20_regular:before { +.icon-ic_fluent_chat_video_20_regular:before { content: "\e3c0"; } -.icon-ic_fluent_checkbox_1_20_filled:before { +.icon-ic_fluent_chat_warning_20_filled:before { content: "\e3c1"; } -.icon-ic_fluent_checkbox_1_20_regular:before { +.icon-ic_fluent_chat_warning_20_regular:before { content: "\e3c2"; } -.icon-ic_fluent_checkbox_2_20_filled:before { +.icon-ic_fluent_check_20_filled:before { content: "\e3c3"; } -.icon-ic_fluent_checkbox_2_20_regular:before { +.icon-ic_fluent_check_20_regular:before { content: "\e3c4"; } -.icon-ic_fluent_checkbox_arrow_right_20_filled:before { +.icon-ic_fluent_checkbox_1_20_filled:before { content: "\e3c5"; } -.icon-ic_fluent_checkbox_arrow_right_20_regular:before { +.icon-ic_fluent_checkbox_1_20_regular:before { content: "\e3c6"; } -.icon-ic_fluent_checkbox_checked_20_filled:before { +.icon-ic_fluent_checkbox_2_20_filled:before { content: "\e3c7"; } -.icon-ic_fluent_checkbox_checked_20_regular:before { +.icon-ic_fluent_checkbox_2_20_regular:before { content: "\e3c8"; } -.icon-ic_fluent_checkbox_checked_sync_20_filled:before { +.icon-ic_fluent_checkbox_arrow_right_20_filled:before { content: "\e3c9"; } -.icon-ic_fluent_checkbox_checked_sync_20_regular:before { +.icon-ic_fluent_checkbox_arrow_right_20_regular:before { content: "\e3ca"; } -.icon-ic_fluent_checkbox_indeterminate_20_filled:before { +.icon-ic_fluent_checkbox_checked_20_filled:before { content: "\e3cb"; } -.icon-ic_fluent_checkbox_indeterminate_20_regular:before { +.icon-ic_fluent_checkbox_checked_20_regular:before { content: "\e3cc"; } -.icon-ic_fluent_checkbox_person_20_filled:before { +.icon-ic_fluent_checkbox_checked_sync_20_filled:before { content: "\e3cd"; } -.icon-ic_fluent_checkbox_person_20_regular:before { +.icon-ic_fluent_checkbox_checked_sync_20_regular:before { content: "\e3ce"; } -.icon-ic_fluent_checkbox_unchecked_20_filled:before { +.icon-ic_fluent_checkbox_indeterminate_20_filled:before { content: "\e3cf"; } -.icon-ic_fluent_checkbox_unchecked_20_regular:before { +.icon-ic_fluent_checkbox_indeterminate_20_regular:before { content: "\e3d0"; } -.icon-ic_fluent_checkbox_warning_20_filled:before { +.icon-ic_fluent_checkbox_person_20_filled:before { content: "\e3d1"; } -.icon-ic_fluent_checkbox_warning_20_regular:before { +.icon-ic_fluent_checkbox_person_20_regular:before { content: "\e3d2"; } -.icon-ic_fluent_checkmark_20_filled:before { +.icon-ic_fluent_checkbox_unchecked_20_filled:before { content: "\e3d3"; } -.icon-ic_fluent_checkmark_20_regular:before { +.icon-ic_fluent_checkbox_unchecked_20_regular:before { content: "\e3d4"; } -.icon-ic_fluent_checkmark_circle_20_filled:before { +.icon-ic_fluent_checkbox_warning_20_filled:before { content: "\e3d5"; } -.icon-ic_fluent_checkmark_circle_20_regular:before { +.icon-ic_fluent_checkbox_warning_20_regular:before { content: "\e3d6"; } -.icon-ic_fluent_checkmark_circle_square_20_filled:before { +.icon-ic_fluent_checkmark_20_filled:before { content: "\e3d7"; } -.icon-ic_fluent_checkmark_circle_square_20_regular:before { +.icon-ic_fluent_checkmark_20_regular:before { content: "\e3d8"; } -.icon-ic_fluent_checkmark_lock_20_filled:before { +.icon-ic_fluent_checkmark_circle_20_filled:before { content: "\e3d9"; } -.icon-ic_fluent_checkmark_lock_20_regular:before { +.icon-ic_fluent_checkmark_circle_20_regular:before { content: "\e3da"; } -.icon-ic_fluent_checkmark_note_20_filled:before { +.icon-ic_fluent_checkmark_circle_square_20_filled:before { content: "\e3db"; } -.icon-ic_fluent_checkmark_note_20_regular:before { +.icon-ic_fluent_checkmark_circle_square_20_regular:before { content: "\e3dc"; } -.icon-ic_fluent_checkmark_square_20_filled:before { +.icon-ic_fluent_checkmark_lock_20_filled:before { content: "\e3dd"; } -.icon-ic_fluent_checkmark_square_20_regular:before { +.icon-ic_fluent_checkmark_lock_20_regular:before { content: "\e3de"; } -.icon-ic_fluent_checkmark_starburst_20_filled:before { +.icon-ic_fluent_checkmark_note_20_filled:before { content: "\e3df"; } -.icon-ic_fluent_checkmark_starburst_20_regular:before { +.icon-ic_fluent_checkmark_note_20_regular:before { content: "\e3e0"; } -.icon-ic_fluent_checkmark_underline_circle_20_filled:before { +.icon-ic_fluent_checkmark_square_20_filled:before { content: "\e3e1"; } -.icon-ic_fluent_checkmark_underline_circle_20_regular:before { +.icon-ic_fluent_checkmark_square_20_regular:before { content: "\e3e2"; } -.icon-ic_fluent_chess_20_filled:before { +.icon-ic_fluent_checkmark_starburst_20_filled:before { content: "\e3e3"; } -.icon-ic_fluent_chess_20_regular:before { +.icon-ic_fluent_checkmark_starburst_20_regular:before { content: "\e3e4"; } -.icon-ic_fluent_chevron_circle_down_20_filled:before { +.icon-ic_fluent_checkmark_underline_circle_20_filled:before { content: "\e3e5"; } -.icon-ic_fluent_chevron_circle_down_20_regular:before { +.icon-ic_fluent_checkmark_underline_circle_20_regular:before { content: "\e3e6"; } -.icon-ic_fluent_chevron_circle_left_20_filled:before { +.icon-ic_fluent_chess_20_filled:before { content: "\e3e7"; } -.icon-ic_fluent_chevron_circle_left_20_regular:before { +.icon-ic_fluent_chess_20_regular:before { content: "\e3e8"; } -.icon-ic_fluent_chevron_circle_right_20_filled:before { +.icon-ic_fluent_chevron_circle_down_20_filled:before { content: "\e3e9"; } -.icon-ic_fluent_chevron_circle_right_20_regular:before { +.icon-ic_fluent_chevron_circle_down_20_regular:before { content: "\e3ea"; } -.icon-ic_fluent_chevron_circle_up_20_filled:before { +.icon-ic_fluent_chevron_circle_left_20_filled:before { content: "\e3eb"; } -.icon-ic_fluent_chevron_circle_up_20_regular:before { +.icon-ic_fluent_chevron_circle_left_20_regular:before { content: "\e3ec"; } -.icon-ic_fluent_chevron_double_down_20_filled:before { +.icon-ic_fluent_chevron_circle_right_20_filled:before { content: "\e3ed"; } -.icon-ic_fluent_chevron_double_down_20_regular:before { +.icon-ic_fluent_chevron_circle_right_20_regular:before { content: "\e3ee"; } -.icon-ic_fluent_chevron_double_left_20_filled:before { +.icon-ic_fluent_chevron_circle_up_20_filled:before { content: "\e3ef"; } -.icon-ic_fluent_chevron_double_left_20_regular:before { +.icon-ic_fluent_chevron_circle_up_20_regular:before { content: "\e3f0"; } -.icon-ic_fluent_chevron_double_right_20_filled:before { +.icon-ic_fluent_chevron_double_down_20_filled:before { content: "\e3f1"; } -.icon-ic_fluent_chevron_double_right_20_regular:before { +.icon-ic_fluent_chevron_double_down_20_regular:before { content: "\e3f2"; } -.icon-ic_fluent_chevron_double_up_20_filled:before { +.icon-ic_fluent_chevron_double_left_20_filled:before { content: "\e3f3"; } -.icon-ic_fluent_chevron_double_up_20_regular:before { +.icon-ic_fluent_chevron_double_left_20_regular:before { content: "\e3f4"; } -.icon-ic_fluent_chevron_down_20_filled:before { +.icon-ic_fluent_chevron_double_right_20_filled:before { content: "\e3f5"; } -.icon-ic_fluent_chevron_down_20_regular:before { +.icon-ic_fluent_chevron_double_right_20_regular:before { content: "\e3f6"; } -.icon-ic_fluent_chevron_down_up_20_filled:before { +.icon-ic_fluent_chevron_double_up_20_filled:before { content: "\e3f7"; } -.icon-ic_fluent_chevron_down_up_20_regular:before { +.icon-ic_fluent_chevron_double_up_20_regular:before { content: "\e3f8"; } -.icon-ic_fluent_chevron_left_20_filled:before { +.icon-ic_fluent_chevron_down_20_filled:before { content: "\e3f9"; } -.icon-ic_fluent_chevron_left_20_regular:before { +.icon-ic_fluent_chevron_down_20_regular:before { content: "\e3fa"; } -.icon-ic_fluent_chevron_right_20_filled:before { +.icon-ic_fluent_chevron_down_up_20_filled:before { content: "\e3fb"; } -.icon-ic_fluent_chevron_right_20_regular:before { +.icon-ic_fluent_chevron_down_up_20_regular:before { content: "\e3fc"; } -.icon-ic_fluent_chevron_up_20_filled:before { +.icon-ic_fluent_chevron_left_20_filled:before { content: "\e3fd"; } -.icon-ic_fluent_chevron_up_20_regular:before { +.icon-ic_fluent_chevron_left_20_regular:before { content: "\e3fe"; } -.icon-ic_fluent_chevron_up_down_20_filled:before { +.icon-ic_fluent_chevron_right_20_filled:before { content: "\e3ff"; } -.icon-ic_fluent_chevron_up_down_20_regular:before { +.icon-ic_fluent_chevron_right_20_regular:before { content: "\e400"; } -.icon-ic_fluent_circle_20_filled:before { +.icon-ic_fluent_chevron_up_20_filled:before { content: "\e401"; } -.icon-ic_fluent_circle_20_regular:before { +.icon-ic_fluent_chevron_up_20_regular:before { content: "\e402"; } -.icon-ic_fluent_circle_edit_20_filled:before { +.icon-ic_fluent_chevron_up_down_20_filled:before { content: "\e403"; } -.icon-ic_fluent_circle_edit_20_regular:before { +.icon-ic_fluent_chevron_up_down_20_regular:before { content: "\e404"; } -.icon-ic_fluent_circle_eraser_20_filled:before { +.icon-ic_fluent_circle_20_filled:before { content: "\e405"; } -.icon-ic_fluent_circle_eraser_20_regular:before { +.icon-ic_fluent_circle_20_regular:before { content: "\e406"; } -.icon-ic_fluent_circle_half_fill_20_filled:before { +.icon-ic_fluent_circle_edit_20_filled:before { content: "\e407"; } -.icon-ic_fluent_circle_half_fill_20_regular:before { +.icon-ic_fluent_circle_edit_20_regular:before { content: "\e408"; } -.icon-ic_fluent_circle_hint_20_filled:before { +.icon-ic_fluent_circle_eraser_20_filled:before { content: "\e409"; } -.icon-ic_fluent_circle_hint_20_regular:before { +.icon-ic_fluent_circle_eraser_20_regular:before { content: "\e40a"; } -.icon-ic_fluent_circle_hint_half_vertical_20_filled:before { +.icon-ic_fluent_circle_half_fill_20_filled:before { content: "\e40b"; } -.icon-ic_fluent_circle_hint_half_vertical_20_regular:before { +.icon-ic_fluent_circle_half_fill_20_regular:before { content: "\e40c"; } -.icon-ic_fluent_circle_image_20_filled:before { +.icon-ic_fluent_circle_hint_20_filled:before { content: "\e40d"; } -.icon-ic_fluent_circle_image_20_regular:before { +.icon-ic_fluent_circle_hint_20_regular:before { content: "\e40e"; } -.icon-ic_fluent_circle_line_20_filled:before { +.icon-ic_fluent_circle_hint_half_vertical_20_filled:before { content: "\e40f"; } -.icon-ic_fluent_circle_line_20_regular:before { +.icon-ic_fluent_circle_hint_half_vertical_20_regular:before { content: "\e410"; } -.icon-ic_fluent_circle_multiple_subtract_checkmark_20_filled:before { +.icon-ic_fluent_circle_image_20_filled:before { content: "\e411"; } -.icon-ic_fluent_circle_multiple_subtract_checkmark_20_regular:before { +.icon-ic_fluent_circle_image_20_regular:before { content: "\e412"; } -.icon-ic_fluent_circle_off_20_filled:before { +.icon-ic_fluent_circle_line_20_filled:before { content: "\e413"; } -.icon-ic_fluent_circle_off_20_regular:before { +.icon-ic_fluent_circle_line_20_regular:before { content: "\e414"; } -.icon-ic_fluent_circle_small_20_filled:before { +.icon-ic_fluent_circle_multiple_subtract_checkmark_20_filled:before { content: "\e415"; } -.icon-ic_fluent_circle_small_20_regular:before { +.icon-ic_fluent_circle_multiple_subtract_checkmark_20_regular:before { content: "\e416"; } -.icon-ic_fluent_city_20_filled:before { +.icon-ic_fluent_circle_off_20_filled:before { content: "\e417"; } -.icon-ic_fluent_city_20_regular:before { +.icon-ic_fluent_circle_off_20_regular:before { content: "\e418"; } -.icon-ic_fluent_class_20_filled:before { +.icon-ic_fluent_circle_small_20_filled:before { content: "\e419"; } -.icon-ic_fluent_class_20_regular:before { +.icon-ic_fluent_circle_small_20_regular:before { content: "\e41a"; } -.icon-ic_fluent_classification_20_filled:before { +.icon-ic_fluent_city_20_filled:before { content: "\e41b"; } -.icon-ic_fluent_classification_20_regular:before { +.icon-ic_fluent_city_20_regular:before { content: "\e41c"; } -.icon-ic_fluent_clear_formatting_20_filled:before { +.icon-ic_fluent_class_20_filled:before { content: "\e41d"; } -.icon-ic_fluent_clear_formatting_20_regular:before { +.icon-ic_fluent_class_20_regular:before { content: "\e41e"; } -.icon-ic_fluent_clipboard_20_filled:before { +.icon-ic_fluent_classification_20_filled:before { content: "\e41f"; } -.icon-ic_fluent_clipboard_20_regular:before { +.icon-ic_fluent_classification_20_regular:before { content: "\e420"; } -.icon-ic_fluent_clipboard_3_day_20_filled:before { +.icon-ic_fluent_clear_formatting_20_filled:before { content: "\e421"; } -.icon-ic_fluent_clipboard_3_day_20_regular:before { +.icon-ic_fluent_clear_formatting_20_regular:before { content: "\e422"; } -.icon-ic_fluent_clipboard_arrow_right_20_filled:before { +.icon-ic_fluent_clipboard_20_filled:before { content: "\e423"; } -.icon-ic_fluent_clipboard_arrow_right_20_regular:before { +.icon-ic_fluent_clipboard_20_regular:before { content: "\e424"; } -.icon-ic_fluent_clipboard_brush_20_filled:before { +.icon-ic_fluent_clipboard_3_day_20_filled:before { content: "\e425"; } -.icon-ic_fluent_clipboard_brush_20_regular:before { +.icon-ic_fluent_clipboard_3_day_20_regular:before { content: "\e426"; } -.icon-ic_fluent_clipboard_bullet_list_20_filled:before { +.icon-ic_fluent_clipboard_arrow_right_20_filled:before { content: "\e427"; } -.icon-ic_fluent_clipboard_bullet_list_20_regular:before { +.icon-ic_fluent_clipboard_arrow_right_20_regular:before { content: "\e428"; } -.icon-ic_fluent_clipboard_bullet_list_ltr_20_filled:before { +.icon-ic_fluent_clipboard_brush_20_filled:before { content: "\e429"; } -.icon-ic_fluent_clipboard_bullet_list_ltr_20_regular:before { +.icon-ic_fluent_clipboard_brush_20_regular:before { content: "\e42a"; } -.icon-ic_fluent_clipboard_bullet_list_rtl_20_filled:before { +.icon-ic_fluent_clipboard_bullet_list_20_filled:before { content: "\e42b"; } -.icon-ic_fluent_clipboard_bullet_list_rtl_20_regular:before { +.icon-ic_fluent_clipboard_bullet_list_20_regular:before { content: "\e42c"; } -.icon-ic_fluent_clipboard_checkmark_20_filled:before { +.icon-ic_fluent_clipboard_bullet_list_ltr_20_filled:before { content: "\e42d"; } -.icon-ic_fluent_clipboard_checkmark_20_regular:before { +.icon-ic_fluent_clipboard_bullet_list_ltr_20_regular:before { content: "\e42e"; } -.icon-ic_fluent_clipboard_clock_20_filled:before { +.icon-ic_fluent_clipboard_bullet_list_rtl_20_filled:before { content: "\e42f"; } -.icon-ic_fluent_clipboard_clock_20_regular:before { +.icon-ic_fluent_clipboard_bullet_list_rtl_20_regular:before { content: "\e430"; } -.icon-ic_fluent_clipboard_code_20_filled:before { +.icon-ic_fluent_clipboard_checkmark_20_filled:before { content: "\e431"; } -.icon-ic_fluent_clipboard_code_20_regular:before { +.icon-ic_fluent_clipboard_checkmark_20_regular:before { content: "\e432"; } -.icon-ic_fluent_clipboard_data_bar_20_filled:before { +.icon-ic_fluent_clipboard_clock_20_filled:before { content: "\e433"; } -.icon-ic_fluent_clipboard_data_bar_20_regular:before { +.icon-ic_fluent_clipboard_clock_20_regular:before { content: "\e434"; } -.icon-ic_fluent_clipboard_day_20_filled:before { +.icon-ic_fluent_clipboard_code_20_filled:before { content: "\e435"; } -.icon-ic_fluent_clipboard_day_20_regular:before { +.icon-ic_fluent_clipboard_code_20_regular:before { content: "\e436"; } -.icon-ic_fluent_clipboard_edit_20_filled:before { +.icon-ic_fluent_clipboard_data_bar_20_filled:before { content: "\e437"; } -.icon-ic_fluent_clipboard_edit_20_regular:before { +.icon-ic_fluent_clipboard_data_bar_20_regular:before { content: "\e438"; } -.icon-ic_fluent_clipboard_error_20_filled:before { +.icon-ic_fluent_clipboard_day_20_filled:before { content: "\e439"; } -.icon-ic_fluent_clipboard_error_20_regular:before { +.icon-ic_fluent_clipboard_day_20_regular:before { content: "\e43a"; } -.icon-ic_fluent_clipboard_heart_20_filled:before { +.icon-ic_fluent_clipboard_edit_20_filled:before { content: "\e43b"; } -.icon-ic_fluent_clipboard_heart_20_regular:before { +.icon-ic_fluent_clipboard_edit_20_regular:before { content: "\e43c"; } -.icon-ic_fluent_clipboard_image_20_filled:before { +.icon-ic_fluent_clipboard_error_20_filled:before { content: "\e43d"; } -.icon-ic_fluent_clipboard_image_20_regular:before { +.icon-ic_fluent_clipboard_error_20_regular:before { content: "\e43e"; } -.icon-ic_fluent_clipboard_letter_20_filled:before { +.icon-ic_fluent_clipboard_heart_20_filled:before { content: "\e43f"; } -.icon-ic_fluent_clipboard_letter_20_regular:before { +.icon-ic_fluent_clipboard_heart_20_regular:before { content: "\e440"; } -.icon-ic_fluent_clipboard_link_20_filled:before { +.icon-ic_fluent_clipboard_image_20_filled:before { content: "\e441"; } -.icon-ic_fluent_clipboard_link_20_regular:before { +.icon-ic_fluent_clipboard_image_20_regular:before { content: "\e442"; } -.icon-ic_fluent_clipboard_math_formula_20_filled:before { +.icon-ic_fluent_clipboard_letter_20_filled:before { content: "\e443"; } -.icon-ic_fluent_clipboard_math_formula_20_regular:before { +.icon-ic_fluent_clipboard_letter_20_regular:before { content: "\e444"; } -.icon-ic_fluent_clipboard_month_20_filled:before { +.icon-ic_fluent_clipboard_link_20_filled:before { content: "\e445"; } -.icon-ic_fluent_clipboard_month_20_regular:before { +.icon-ic_fluent_clipboard_link_20_regular:before { content: "\e446"; } -.icon-ic_fluent_clipboard_more_20_filled:before { +.icon-ic_fluent_clipboard_math_formula_20_filled:before { content: "\e447"; } -.icon-ic_fluent_clipboard_more_20_regular:before { +.icon-ic_fluent_clipboard_math_formula_20_regular:before { content: "\e448"; } -.icon-ic_fluent_clipboard_note_20_filled:before { +.icon-ic_fluent_clipboard_month_20_filled:before { content: "\e449"; } -.icon-ic_fluent_clipboard_note_20_regular:before { +.icon-ic_fluent_clipboard_month_20_regular:before { content: "\e44a"; } -.icon-ic_fluent_clipboard_number_123_20_filled:before { +.icon-ic_fluent_clipboard_more_20_filled:before { content: "\e44b"; } -.icon-ic_fluent_clipboard_number_123_20_regular:before { +.icon-ic_fluent_clipboard_more_20_regular:before { content: "\e44c"; } -.icon-ic_fluent_clipboard_paste_20_filled:before { +.icon-ic_fluent_clipboard_note_20_filled:before { content: "\e44d"; } -.icon-ic_fluent_clipboard_paste_20_regular:before { +.icon-ic_fluent_clipboard_note_20_regular:before { content: "\e44e"; } -.icon-ic_fluent_clipboard_pulse_20_filled:before { +.icon-ic_fluent_clipboard_number_123_20_filled:before { content: "\e44f"; } -.icon-ic_fluent_clipboard_pulse_20_regular:before { +.icon-ic_fluent_clipboard_number_123_20_regular:before { content: "\e450"; } -.icon-ic_fluent_clipboard_search_20_filled:before { +.icon-ic_fluent_clipboard_paste_20_filled:before { content: "\e451"; } -.icon-ic_fluent_clipboard_search_20_regular:before { +.icon-ic_fluent_clipboard_paste_20_regular:before { content: "\e452"; } -.icon-ic_fluent_clipboard_settings_20_filled:before { +.icon-ic_fluent_clipboard_pulse_20_filled:before { content: "\e453"; } -.icon-ic_fluent_clipboard_settings_20_regular:before { +.icon-ic_fluent_clipboard_pulse_20_regular:before { content: "\e454"; } -.icon-ic_fluent_clipboard_task_20_filled:before { +.icon-ic_fluent_clipboard_search_20_filled:before { content: "\e455"; } -.icon-ic_fluent_clipboard_task_20_regular:before { +.icon-ic_fluent_clipboard_search_20_regular:before { content: "\e456"; } -.icon-ic_fluent_clipboard_task_add_20_filled:before { +.icon-ic_fluent_clipboard_settings_20_filled:before { content: "\e457"; } -.icon-ic_fluent_clipboard_task_add_20_regular:before { +.icon-ic_fluent_clipboard_settings_20_regular:before { content: "\e458"; } -.icon-ic_fluent_clipboard_task_list_ltr_20_filled:before { +.icon-ic_fluent_clipboard_task_20_filled:before { content: "\e459"; } -.icon-ic_fluent_clipboard_task_list_ltr_20_regular:before { +.icon-ic_fluent_clipboard_task_20_regular:before { content: "\e45a"; } -.icon-ic_fluent_clipboard_task_list_rtl_20_filled:before { +.icon-ic_fluent_clipboard_task_add_20_filled:before { content: "\e45b"; } -.icon-ic_fluent_clipboard_task_list_rtl_20_regular:before { +.icon-ic_fluent_clipboard_task_add_20_regular:before { content: "\e45c"; } -.icon-ic_fluent_clipboard_text_edit_20_filled:before { +.icon-ic_fluent_clipboard_task_list_ltr_20_filled:before { content: "\e45d"; } -.icon-ic_fluent_clipboard_text_edit_20_regular:before { +.icon-ic_fluent_clipboard_task_list_ltr_20_regular:before { content: "\e45e"; } -.icon-ic_fluent_clipboard_text_ltr_20_filled:before { +.icon-ic_fluent_clipboard_task_list_rtl_20_filled:before { content: "\e45f"; } -.icon-ic_fluent_clipboard_text_ltr_20_regular:before { +.icon-ic_fluent_clipboard_task_list_rtl_20_regular:before { content: "\e460"; } -.icon-ic_fluent_clipboard_text_rtl_20_filled:before { +.icon-ic_fluent_clipboard_text_edit_20_filled:before { content: "\e461"; } -.icon-ic_fluent_clipboard_text_rtl_20_regular:before { +.icon-ic_fluent_clipboard_text_edit_20_regular:before { content: "\e462"; } -.icon-ic_fluent_clock_20_filled:before { +.icon-ic_fluent_clipboard_text_ltr_20_filled:before { content: "\e463"; } -.icon-ic_fluent_clock_20_regular:before { +.icon-ic_fluent_clipboard_text_ltr_20_regular:before { content: "\e464"; } -.icon-ic_fluent_clock_alarm_20_filled:before { +.icon-ic_fluent_clipboard_text_rtl_20_filled:before { content: "\e465"; } -.icon-ic_fluent_clock_alarm_20_regular:before { +.icon-ic_fluent_clipboard_text_rtl_20_regular:before { content: "\e466"; } -.icon-ic_fluent_clock_arrow_download_20_filled:before { +.icon-ic_fluent_clock_20_filled:before { content: "\e467"; } -.icon-ic_fluent_clock_arrow_download_20_regular:before { +.icon-ic_fluent_clock_20_regular:before { content: "\e468"; } -.icon-ic_fluent_clock_dismiss_20_filled:before { +.icon-ic_fluent_clock_alarm_20_filled:before { content: "\e469"; } -.icon-ic_fluent_clock_dismiss_20_regular:before { +.icon-ic_fluent_clock_alarm_20_regular:before { content: "\e46a"; } -.icon-ic_fluent_clock_lock_20_filled:before { +.icon-ic_fluent_clock_arrow_download_20_filled:before { content: "\e46b"; } -.icon-ic_fluent_clock_lock_20_regular:before { +.icon-ic_fluent_clock_arrow_download_20_regular:before { content: "\e46c"; } -.icon-ic_fluent_clock_pause_20_filled:before { +.icon-ic_fluent_clock_dismiss_20_filled:before { content: "\e46d"; } -.icon-ic_fluent_clock_pause_20_regular:before { +.icon-ic_fluent_clock_dismiss_20_regular:before { content: "\e46e"; } -.icon-ic_fluent_clock_toolbox_20_filled:before { +.icon-ic_fluent_clock_lock_20_filled:before { content: "\e46f"; } -.icon-ic_fluent_clock_toolbox_20_regular:before { +.icon-ic_fluent_clock_lock_20_regular:before { content: "\e470"; } -.icon-ic_fluent_closed_caption_20_filled:before { +.icon-ic_fluent_clock_pause_20_filled:before { content: "\e471"; } -.icon-ic_fluent_closed_caption_20_regular:before { +.icon-ic_fluent_clock_pause_20_regular:before { content: "\e472"; } -.icon-ic_fluent_closed_caption_off_20_filled:before { +.icon-ic_fluent_clock_toolbox_20_filled:before { content: "\e473"; } -.icon-ic_fluent_closed_caption_off_20_regular:before { +.icon-ic_fluent_clock_toolbox_20_regular:before { content: "\e474"; } -.icon-ic_fluent_cloud_20_filled:before { +.icon-ic_fluent_closed_caption_20_filled:before { content: "\e475"; } -.icon-ic_fluent_cloud_20_regular:before { +.icon-ic_fluent_closed_caption_20_regular:before { content: "\e476"; } -.icon-ic_fluent_cloud_add_20_filled:before { +.icon-ic_fluent_closed_caption_off_20_filled:before { content: "\e477"; } -.icon-ic_fluent_cloud_add_20_regular:before { +.icon-ic_fluent_closed_caption_off_20_regular:before { content: "\e478"; } -.icon-ic_fluent_cloud_archive_20_filled:before { +.icon-ic_fluent_cloud_20_filled:before { content: "\e479"; } -.icon-ic_fluent_cloud_archive_20_regular:before { +.icon-ic_fluent_cloud_20_regular:before { content: "\e47a"; } -.icon-ic_fluent_cloud_arrow_down_20_filled:before { +.icon-ic_fluent_cloud_add_20_filled:before { content: "\e47b"; } -.icon-ic_fluent_cloud_arrow_down_20_regular:before { +.icon-ic_fluent_cloud_add_20_regular:before { content: "\e47c"; } -.icon-ic_fluent_cloud_arrow_up_20_filled:before { +.icon-ic_fluent_cloud_archive_20_filled:before { content: "\e47d"; } -.icon-ic_fluent_cloud_arrow_up_20_regular:before { +.icon-ic_fluent_cloud_archive_20_regular:before { content: "\e47e"; } -.icon-ic_fluent_cloud_beaker_20_filled:before { +.icon-ic_fluent_cloud_arrow_down_20_filled:before { content: "\e47f"; } -.icon-ic_fluent_cloud_beaker_20_regular:before { +.icon-ic_fluent_cloud_arrow_down_20_regular:before { content: "\e480"; } -.icon-ic_fluent_cloud_bidirectional_20_filled:before { +.icon-ic_fluent_cloud_arrow_up_20_filled:before { content: "\e481"; } -.icon-ic_fluent_cloud_bidirectional_20_regular:before { +.icon-ic_fluent_cloud_arrow_up_20_regular:before { content: "\e482"; } -.icon-ic_fluent_cloud_checkmark_20_filled:before { +.icon-ic_fluent_cloud_beaker_20_filled:before { content: "\e483"; } -.icon-ic_fluent_cloud_checkmark_20_regular:before { +.icon-ic_fluent_cloud_beaker_20_regular:before { content: "\e484"; } -.icon-ic_fluent_cloud_cube_20_filled:before { +.icon-ic_fluent_cloud_bidirectional_20_filled:before { content: "\e485"; } -.icon-ic_fluent_cloud_cube_20_regular:before { +.icon-ic_fluent_cloud_bidirectional_20_regular:before { content: "\e486"; } -.icon-ic_fluent_cloud_database_20_filled:before { +.icon-ic_fluent_cloud_checkmark_20_filled:before { content: "\e487"; } -.icon-ic_fluent_cloud_database_20_regular:before { +.icon-ic_fluent_cloud_checkmark_20_regular:before { content: "\e488"; } -.icon-ic_fluent_cloud_desktop_20_filled:before { +.icon-ic_fluent_cloud_cube_20_filled:before { content: "\e489"; } -.icon-ic_fluent_cloud_desktop_20_regular:before { +.icon-ic_fluent_cloud_cube_20_regular:before { content: "\e48a"; } -.icon-ic_fluent_cloud_dismiss_20_filled:before { +.icon-ic_fluent_cloud_database_20_filled:before { content: "\e48b"; } -.icon-ic_fluent_cloud_dismiss_20_regular:before { +.icon-ic_fluent_cloud_database_20_regular:before { content: "\e48c"; } -.icon-ic_fluent_cloud_edit_20_filled:before { +.icon-ic_fluent_cloud_desktop_20_filled:before { content: "\e48d"; } -.icon-ic_fluent_cloud_edit_20_regular:before { +.icon-ic_fluent_cloud_desktop_20_regular:before { content: "\e48e"; } -.icon-ic_fluent_cloud_error_20_filled:before { +.icon-ic_fluent_cloud_dismiss_20_filled:before { content: "\e48f"; } -.icon-ic_fluent_cloud_error_20_regular:before { +.icon-ic_fluent_cloud_dismiss_20_regular:before { content: "\e490"; } -.icon-ic_fluent_cloud_flow_20_filled:before { +.icon-ic_fluent_cloud_edit_20_filled:before { content: "\e491"; } -.icon-ic_fluent_cloud_flow_20_regular:before { +.icon-ic_fluent_cloud_edit_20_regular:before { content: "\e492"; } -.icon-ic_fluent_cloud_link_20_filled:before { +.icon-ic_fluent_cloud_error_20_filled:before { content: "\e493"; } -.icon-ic_fluent_cloud_link_20_regular:before { +.icon-ic_fluent_cloud_error_20_regular:before { content: "\e494"; } -.icon-ic_fluent_cloud_off_20_filled:before { +.icon-ic_fluent_cloud_flow_20_filled:before { content: "\e495"; } -.icon-ic_fluent_cloud_off_20_regular:before { +.icon-ic_fluent_cloud_flow_20_regular:before { content: "\e496"; } -.icon-ic_fluent_cloud_swap_20_filled:before { +.icon-ic_fluent_cloud_link_20_filled:before { content: "\e497"; } -.icon-ic_fluent_cloud_swap_20_regular:before { +.icon-ic_fluent_cloud_link_20_regular:before { content: "\e498"; } -.icon-ic_fluent_cloud_sync_20_filled:before { +.icon-ic_fluent_cloud_off_20_filled:before { content: "\e499"; } -.icon-ic_fluent_cloud_sync_20_regular:before { +.icon-ic_fluent_cloud_off_20_regular:before { content: "\e49a"; } -.icon-ic_fluent_cloud_words_20_filled:before { +.icon-ic_fluent_cloud_swap_20_filled:before { content: "\e49b"; } -.icon-ic_fluent_cloud_words_20_regular:before { +.icon-ic_fluent_cloud_swap_20_regular:before { content: "\e49c"; } -.icon-ic_fluent_clover_20_filled:before { +.icon-ic_fluent_cloud_sync_20_filled:before { content: "\e49d"; } -.icon-ic_fluent_clover_20_regular:before { +.icon-ic_fluent_cloud_sync_20_regular:before { content: "\e49e"; } -.icon-ic_fluent_code_20_filled:before { +.icon-ic_fluent_cloud_words_20_filled:before { content: "\e49f"; } -.icon-ic_fluent_code_20_regular:before { +.icon-ic_fluent_cloud_words_20_regular:before { content: "\e4a0"; } -.icon-ic_fluent_code_block_20_filled:before { +.icon-ic_fluent_clover_20_filled:before { content: "\e4a1"; } -.icon-ic_fluent_code_block_20_regular:before { +.icon-ic_fluent_clover_20_regular:before { content: "\e4a2"; } -.icon-ic_fluent_code_circle_20_filled:before { +.icon-ic_fluent_code_20_filled:before { content: "\e4a3"; } -.icon-ic_fluent_code_circle_20_regular:before { +.icon-ic_fluent_code_20_regular:before { content: "\e4a4"; } -.icon-ic_fluent_code_text_20_filled:before { +.icon-ic_fluent_code_block_20_filled:before { content: "\e4a5"; } -.icon-ic_fluent_code_text_20_regular:before { +.icon-ic_fluent_code_block_20_regular:before { content: "\e4a6"; } -.icon-ic_fluent_code_text_edit_20_filled:before { +.icon-ic_fluent_code_circle_20_filled:before { content: "\e4a7"; } -.icon-ic_fluent_code_text_edit_20_regular:before { +.icon-ic_fluent_code_circle_20_regular:before { content: "\e4a8"; } -.icon-ic_fluent_collections_20_filled:before { +.icon-ic_fluent_code_text_20_filled:before { content: "\e4a9"; } -.icon-ic_fluent_collections_20_regular:before { +.icon-ic_fluent_code_text_20_regular:before { content: "\e4aa"; } -.icon-ic_fluent_collections_add_20_filled:before { +.icon-ic_fluent_code_text_edit_20_filled:before { content: "\e4ab"; } -.icon-ic_fluent_collections_add_20_regular:before { +.icon-ic_fluent_code_text_edit_20_regular:before { content: "\e4ac"; } -.icon-ic_fluent_color_20_filled:before { +.icon-ic_fluent_collections_20_filled:before { content: "\e4ad"; } -.icon-ic_fluent_color_20_regular:before { +.icon-ic_fluent_collections_20_regular:before { content: "\e4ae"; } -.icon-ic_fluent_color_background_20_filled:before { +.icon-ic_fluent_collections_add_20_filled:before { content: "\e4af"; } -.icon-ic_fluent_color_background_20_regular:before { +.icon-ic_fluent_collections_add_20_regular:before { content: "\e4b0"; } -.icon-ic_fluent_color_background_accent_20_regular:before { +.icon-ic_fluent_color_20_filled:before { content: "\e4b1"; } -.icon-ic_fluent_color_fill_20_filled:before { +.icon-ic_fluent_color_20_regular:before { content: "\e4b2"; } -.icon-ic_fluent_color_fill_20_regular:before { +.icon-ic_fluent_color_background_20_filled:before { content: "\e4b3"; } -.icon-ic_fluent_color_fill_accent_20_regular:before { +.icon-ic_fluent_color_background_20_regular:before { content: "\e4b4"; } -.icon-ic_fluent_color_line_20_filled:before { +.icon-ic_fluent_color_background_accent_20_regular:before { content: "\e4b5"; } -.icon-ic_fluent_color_line_20_regular:before { +.icon-ic_fluent_color_fill_20_filled:before { content: "\e4b6"; } -.icon-ic_fluent_color_line_accent_20_regular:before { +.icon-ic_fluent_color_fill_20_regular:before { content: "\e4b7"; } -.icon-ic_fluent_column_20_filled:before { +.icon-ic_fluent_color_fill_accent_20_regular:before { content: "\e4b8"; } -.icon-ic_fluent_column_20_regular:before { +.icon-ic_fluent_color_line_20_filled:before { content: "\e4b9"; } -.icon-ic_fluent_column_arrow_right_20_filled:before { +.icon-ic_fluent_color_line_20_regular:before { content: "\e4ba"; } -.icon-ic_fluent_column_arrow_right_20_regular:before { +.icon-ic_fluent_color_line_accent_20_regular:before { content: "\e4bb"; } -.icon-ic_fluent_column_double_compare_20_filled:before { +.icon-ic_fluent_column_20_filled:before { content: "\e4bc"; } -.icon-ic_fluent_column_double_compare_20_regular:before { +.icon-ic_fluent_column_20_regular:before { content: "\e4bd"; } -.icon-ic_fluent_column_edit_20_filled:before { +.icon-ic_fluent_column_arrow_right_20_filled:before { content: "\e4be"; } -.icon-ic_fluent_column_edit_20_regular:before { +.icon-ic_fluent_column_arrow_right_20_regular:before { content: "\e4bf"; } -.icon-ic_fluent_column_single_compare_20_filled:before { +.icon-ic_fluent_column_double_compare_20_filled:before { content: "\e4c0"; } -.icon-ic_fluent_column_single_compare_20_regular:before { +.icon-ic_fluent_column_double_compare_20_regular:before { content: "\e4c1"; } -.icon-ic_fluent_column_triple_20_filled:before { +.icon-ic_fluent_column_edit_20_filled:before { content: "\e4c2"; } -.icon-ic_fluent_column_triple_20_regular:before { +.icon-ic_fluent_column_edit_20_regular:before { content: "\e4c3"; } -.icon-ic_fluent_column_triple_edit_20_filled:before { +.icon-ic_fluent_column_single_compare_20_filled:before { content: "\e4c4"; } -.icon-ic_fluent_column_triple_edit_20_regular:before { +.icon-ic_fluent_column_single_compare_20_regular:before { content: "\e4c5"; } -.icon-ic_fluent_comma_20_filled:before { +.icon-ic_fluent_column_triple_20_filled:before { content: "\e4c6"; } -.icon-ic_fluent_comma_20_regular:before { +.icon-ic_fluent_column_triple_20_regular:before { content: "\e4c7"; } -.icon-ic_fluent_comment_20_filled:before { +.icon-ic_fluent_column_triple_edit_20_filled:before { content: "\e4c8"; } -.icon-ic_fluent_comment_20_regular:before { +.icon-ic_fluent_column_triple_edit_20_regular:before { content: "\e4c9"; } -.icon-ic_fluent_comment_add_20_filled:before { +.icon-ic_fluent_comma_20_filled:before { content: "\e4ca"; } -.icon-ic_fluent_comment_add_20_regular:before { +.icon-ic_fluent_comma_20_regular:before { content: "\e4cb"; } -.icon-ic_fluent_comment_arrow_left_20_filled:before { +.icon-ic_fluent_comment_20_filled:before { content: "\e4cc"; } -.icon-ic_fluent_comment_arrow_left_20_regular:before { +.icon-ic_fluent_comment_20_regular:before { content: "\e4cd"; } -.icon-ic_fluent_comment_arrow_right_20_filled:before { +.icon-ic_fluent_comment_add_20_filled:before { content: "\e4ce"; } -.icon-ic_fluent_comment_arrow_right_20_regular:before { +.icon-ic_fluent_comment_add_20_regular:before { content: "\e4cf"; } -.icon-ic_fluent_comment_checkmark_20_filled:before { +.icon-ic_fluent_comment_arrow_left_20_filled:before { content: "\e4d0"; } -.icon-ic_fluent_comment_checkmark_20_regular:before { +.icon-ic_fluent_comment_arrow_left_20_regular:before { content: "\e4d1"; } -.icon-ic_fluent_comment_dismiss_20_filled:before { +.icon-ic_fluent_comment_arrow_right_20_filled:before { content: "\e4d2"; } -.icon-ic_fluent_comment_dismiss_20_regular:before { +.icon-ic_fluent_comment_arrow_right_20_regular:before { content: "\e4d3"; } -.icon-ic_fluent_comment_edit_20_filled:before { +.icon-ic_fluent_comment_checkmark_20_filled:before { content: "\e4d4"; } -.icon-ic_fluent_comment_edit_20_regular:before { +.icon-ic_fluent_comment_checkmark_20_regular:before { content: "\e4d5"; } -.icon-ic_fluent_comment_error_20_filled:before { +.icon-ic_fluent_comment_dismiss_20_filled:before { content: "\e4d6"; } -.icon-ic_fluent_comment_error_20_regular:before { +.icon-ic_fluent_comment_dismiss_20_regular:before { content: "\e4d7"; } -.icon-ic_fluent_comment_lightning_20_filled:before { +.icon-ic_fluent_comment_edit_20_filled:before { content: "\e4d8"; } -.icon-ic_fluent_comment_lightning_20_regular:before { +.icon-ic_fluent_comment_edit_20_regular:before { content: "\e4d9"; } -.icon-ic_fluent_comment_link_20_filled:before { +.icon-ic_fluent_comment_error_20_filled:before { content: "\e4da"; } -.icon-ic_fluent_comment_link_20_regular:before { +.icon-ic_fluent_comment_error_20_regular:before { content: "\e4db"; } -.icon-ic_fluent_comment_mention_20_filled:before { +.icon-ic_fluent_comment_lightning_20_filled:before { content: "\e4dc"; } -.icon-ic_fluent_comment_mention_20_regular:before { +.icon-ic_fluent_comment_lightning_20_regular:before { content: "\e4dd"; } -.icon-ic_fluent_comment_multiple_20_filled:before { +.icon-ic_fluent_comment_link_20_filled:before { content: "\e4de"; } -.icon-ic_fluent_comment_multiple_20_regular:before { +.icon-ic_fluent_comment_link_20_regular:before { content: "\e4df"; } -.icon-ic_fluent_comment_multiple_checkmark_20_filled:before { +.icon-ic_fluent_comment_mention_20_filled:before { content: "\e4e0"; } -.icon-ic_fluent_comment_multiple_checkmark_20_regular:before { +.icon-ic_fluent_comment_mention_20_regular:before { content: "\e4e1"; } -.icon-ic_fluent_comment_multiple_link_20_filled:before { +.icon-ic_fluent_comment_multiple_20_filled:before { content: "\e4e2"; } -.icon-ic_fluent_comment_multiple_link_20_regular:before { +.icon-ic_fluent_comment_multiple_20_regular:before { content: "\e4e3"; } -.icon-ic_fluent_comment_note_20_filled:before { +.icon-ic_fluent_comment_multiple_checkmark_20_filled:before { content: "\e4e4"; } -.icon-ic_fluent_comment_note_20_regular:before { +.icon-ic_fluent_comment_multiple_checkmark_20_regular:before { content: "\e4e5"; } -.icon-ic_fluent_comment_off_20_filled:before { +.icon-ic_fluent_comment_multiple_link_20_filled:before { content: "\e4e6"; } -.icon-ic_fluent_comment_off_20_regular:before { +.icon-ic_fluent_comment_multiple_link_20_regular:before { content: "\e4e7"; } -.icon-ic_fluent_communication_20_filled:before { +.icon-ic_fluent_comment_note_20_filled:before { content: "\e4e8"; } -.icon-ic_fluent_communication_20_regular:before { +.icon-ic_fluent_comment_note_20_regular:before { content: "\e4e9"; } -.icon-ic_fluent_communication_person_20_filled:before { +.icon-ic_fluent_comment_off_20_filled:before { content: "\e4ea"; } -.icon-ic_fluent_communication_person_20_regular:before { +.icon-ic_fluent_comment_off_20_regular:before { content: "\e4eb"; } -.icon-ic_fluent_communication_shield_20_filled:before { +.icon-ic_fluent_communication_20_filled:before { content: "\e4ec"; } -.icon-ic_fluent_communication_shield_20_regular:before { +.icon-ic_fluent_communication_20_regular:before { content: "\e4ed"; } -.icon-ic_fluent_compass_northwest_20_filled:before { +.icon-ic_fluent_communication_person_20_filled:before { content: "\e4ee"; } -.icon-ic_fluent_compass_northwest_20_regular:before { +.icon-ic_fluent_communication_person_20_regular:before { content: "\e4ef"; } -.icon-ic_fluent_compose_20_filled:before { +.icon-ic_fluent_communication_shield_20_filled:before { content: "\e4f0"; } -.icon-ic_fluent_compose_20_regular:before { +.icon-ic_fluent_communication_shield_20_regular:before { content: "\e4f1"; } -.icon-ic_fluent_conference_room_20_filled:before { +.icon-ic_fluent_compass_northwest_20_filled:before { content: "\e4f2"; } -.icon-ic_fluent_conference_room_20_regular:before { +.icon-ic_fluent_compass_northwest_20_regular:before { content: "\e4f3"; } -.icon-ic_fluent_connected_20_filled:before { +.icon-ic_fluent_compose_20_filled:before { content: "\e4f4"; } -.icon-ic_fluent_connected_20_regular:before { +.icon-ic_fluent_compose_20_regular:before { content: "\e4f5"; } -.icon-ic_fluent_connector_20_filled:before { +.icon-ic_fluent_conference_room_20_filled:before { content: "\e4f6"; } -.icon-ic_fluent_connector_20_regular:before { +.icon-ic_fluent_conference_room_20_regular:before { content: "\e4f7"; } -.icon-ic_fluent_contact_card_20_filled:before { +.icon-ic_fluent_connected_20_filled:before { content: "\e4f8"; } -.icon-ic_fluent_contact_card_20_regular:before { +.icon-ic_fluent_connected_20_regular:before { content: "\e4f9"; } -.icon-ic_fluent_contact_card_group_20_filled:before { +.icon-ic_fluent_connector_20_filled:before { content: "\e4fa"; } -.icon-ic_fluent_contact_card_group_20_regular:before { +.icon-ic_fluent_connector_20_regular:before { content: "\e4fb"; } -.icon-ic_fluent_contact_card_link_20_filled:before { +.icon-ic_fluent_contact_card_20_filled:before { content: "\e4fc"; } -.icon-ic_fluent_contact_card_link_20_regular:before { +.icon-ic_fluent_contact_card_20_regular:before { content: "\e4fd"; } -.icon-ic_fluent_contact_card_ribbon_20_filled:before { +.icon-ic_fluent_contact_card_group_20_filled:before { content: "\e4fe"; } -.icon-ic_fluent_contact_card_ribbon_20_regular:before { +.icon-ic_fluent_contact_card_group_20_regular:before { content: "\e4ff"; } -.icon-ic_fluent_content_settings_20_filled:before { +.icon-ic_fluent_contact_card_link_20_filled:before { content: "\e500"; } -.icon-ic_fluent_content_settings_20_regular:before { +.icon-ic_fluent_contact_card_link_20_regular:before { content: "\e501"; } -.icon-ic_fluent_content_view_20_filled:before { +.icon-ic_fluent_contact_card_ribbon_20_filled:before { content: "\e502"; } -.icon-ic_fluent_content_view_20_regular:before { +.icon-ic_fluent_contact_card_ribbon_20_regular:before { content: "\e503"; } -.icon-ic_fluent_content_view_gallery_20_filled:before { +.icon-ic_fluent_content_settings_20_filled:before { content: "\e504"; } -.icon-ic_fluent_content_view_gallery_20_regular:before { +.icon-ic_fluent_content_settings_20_regular:before { content: "\e505"; } -.icon-ic_fluent_content_view_gallery_lightning_20_filled:before { +.icon-ic_fluent_content_view_20_filled:before { content: "\e506"; } -.icon-ic_fluent_content_view_gallery_lightning_20_regular:before { +.icon-ic_fluent_content_view_20_regular:before { content: "\e507"; } -.icon-ic_fluent_contract_down_left_20_filled:before { +.icon-ic_fluent_content_view_gallery_20_filled:before { content: "\e508"; } -.icon-ic_fluent_contract_down_left_20_regular:before { +.icon-ic_fluent_content_view_gallery_20_regular:before { content: "\e509"; } -.icon-ic_fluent_contract_up_right_20_filled:before { +.icon-ic_fluent_content_view_gallery_lightning_20_filled:before { content: "\e50a"; } -.icon-ic_fluent_contract_up_right_20_regular:before { +.icon-ic_fluent_content_view_gallery_lightning_20_regular:before { content: "\e50b"; } -.icon-ic_fluent_control_button_20_filled:before { +.icon-ic_fluent_contract_down_left_20_filled:before { content: "\e50c"; } -.icon-ic_fluent_control_button_20_regular:before { +.icon-ic_fluent_contract_down_left_20_regular:before { content: "\e50d"; } -.icon-ic_fluent_convert_range_20_filled:before { +.icon-ic_fluent_contract_up_right_20_filled:before { content: "\e50e"; } -.icon-ic_fluent_convert_range_20_regular:before { +.icon-ic_fluent_contract_up_right_20_regular:before { content: "\e50f"; } -.icon-ic_fluent_cookies_20_filled:before { +.icon-ic_fluent_control_button_20_filled:before { content: "\e510"; } -.icon-ic_fluent_cookies_20_regular:before { +.icon-ic_fluent_control_button_20_regular:before { content: "\e511"; } -.icon-ic_fluent_copy_20_filled:before { +.icon-ic_fluent_convert_range_20_filled:before { content: "\e512"; } -.icon-ic_fluent_copy_20_regular:before { +.icon-ic_fluent_convert_range_20_regular:before { content: "\e513"; } -.icon-ic_fluent_copy_add_20_filled:before { +.icon-ic_fluent_cookies_20_filled:before { content: "\e514"; } -.icon-ic_fluent_copy_add_20_regular:before { +.icon-ic_fluent_cookies_20_regular:before { content: "\e515"; } -.icon-ic_fluent_copy_arrow_right_20_filled:before { +.icon-ic_fluent_copy_20_filled:before { content: "\e516"; } -.icon-ic_fluent_copy_arrow_right_20_regular:before { +.icon-ic_fluent_copy_20_regular:before { content: "\e517"; } -.icon-ic_fluent_copy_select_20_filled:before { +.icon-ic_fluent_copy_add_20_filled:before { content: "\e518"; } -.icon-ic_fluent_copy_select_20_regular:before { +.icon-ic_fluent_copy_add_20_regular:before { content: "\e519"; } -.icon-ic_fluent_couch_20_filled:before { +.icon-ic_fluent_copy_arrow_right_20_filled:before { content: "\e51a"; } -.icon-ic_fluent_couch_20_regular:before { +.icon-ic_fluent_copy_arrow_right_20_regular:before { content: "\e51b"; } -.icon-ic_fluent_credit_card_clock_20_filled:before { +.icon-ic_fluent_copy_select_20_filled:before { content: "\e51c"; } -.icon-ic_fluent_credit_card_clock_20_regular:before { +.icon-ic_fluent_copy_select_20_regular:before { content: "\e51d"; } -.icon-ic_fluent_credit_card_person_20_filled:before { +.icon-ic_fluent_couch_20_filled:before { content: "\e51e"; } -.icon-ic_fluent_credit_card_person_20_regular:before { +.icon-ic_fluent_couch_20_regular:before { content: "\e51f"; } -.icon-ic_fluent_credit_card_toolbox_20_filled:before { +.icon-ic_fluent_credit_card_clock_20_filled:before { content: "\e520"; } -.icon-ic_fluent_credit_card_toolbox_20_regular:before { +.icon-ic_fluent_credit_card_clock_20_regular:before { content: "\e521"; } -.icon-ic_fluent_crop_20_filled:before { +.icon-ic_fluent_credit_card_person_20_filled:before { content: "\e522"; } -.icon-ic_fluent_crop_20_regular:before { +.icon-ic_fluent_credit_card_person_20_regular:before { content: "\e523"; } -.icon-ic_fluent_crop_interim_20_filled:before { +.icon-ic_fluent_credit_card_toolbox_20_filled:before { content: "\e524"; } -.icon-ic_fluent_crop_interim_20_regular:before { +.icon-ic_fluent_credit_card_toolbox_20_regular:before { content: "\e525"; } -.icon-ic_fluent_crop_interim_off_20_filled:before { +.icon-ic_fluent_crop_20_filled:before { content: "\e526"; } -.icon-ic_fluent_crop_interim_off_20_regular:before { +.icon-ic_fluent_crop_20_regular:before { content: "\e527"; } -.icon-ic_fluent_crown_20_filled:before { +.icon-ic_fluent_crop_interim_20_filled:before { content: "\e528"; } -.icon-ic_fluent_crown_20_regular:before { +.icon-ic_fluent_crop_interim_20_regular:before { content: "\e529"; } -.icon-ic_fluent_cube_20_filled:before { +.icon-ic_fluent_crop_interim_off_20_filled:before { content: "\e52a"; } -.icon-ic_fluent_cube_20_regular:before { +.icon-ic_fluent_crop_interim_off_20_regular:before { content: "\e52b"; } -.icon-ic_fluent_cube_add_20_filled:before { +.icon-ic_fluent_crown_20_filled:before { content: "\e52c"; } -.icon-ic_fluent_cube_add_20_regular:before { +.icon-ic_fluent_crown_20_regular:before { content: "\e52d"; } -.icon-ic_fluent_cube_arrow_curve_down_20_filled:before { +.icon-ic_fluent_cube_20_filled:before { content: "\e52e"; } -.icon-ic_fluent_cube_arrow_curve_down_20_regular:before { +.icon-ic_fluent_cube_20_regular:before { content: "\e52f"; } -.icon-ic_fluent_cube_link_20_filled:before { +.icon-ic_fluent_cube_add_20_filled:before { content: "\e530"; } -.icon-ic_fluent_cube_link_20_regular:before { +.icon-ic_fluent_cube_add_20_regular:before { content: "\e531"; } -.icon-ic_fluent_cube_multiple_20_filled:before { +.icon-ic_fluent_cube_arrow_curve_down_20_filled:before { content: "\e532"; } -.icon-ic_fluent_cube_multiple_20_regular:before { +.icon-ic_fluent_cube_arrow_curve_down_20_regular:before { content: "\e533"; } -.icon-ic_fluent_cube_quick_20_filled:before { +.icon-ic_fluent_cube_link_20_filled:before { content: "\e534"; } -.icon-ic_fluent_cube_quick_20_regular:before { +.icon-ic_fluent_cube_link_20_regular:before { content: "\e535"; } -.icon-ic_fluent_cube_rotate_20_filled:before { +.icon-ic_fluent_cube_multiple_20_filled:before { content: "\e536"; } -.icon-ic_fluent_cube_rotate_20_regular:before { +.icon-ic_fluent_cube_multiple_20_regular:before { content: "\e537"; } -.icon-ic_fluent_cube_sync_20_filled:before { +.icon-ic_fluent_cube_quick_20_filled:before { content: "\e538"; } -.icon-ic_fluent_cube_sync_20_regular:before { +.icon-ic_fluent_cube_quick_20_regular:before { content: "\e539"; } -.icon-ic_fluent_cube_tree_20_filled:before { +.icon-ic_fluent_cube_rotate_20_filled:before { content: "\e53a"; } -.icon-ic_fluent_cube_tree_20_regular:before { +.icon-ic_fluent_cube_rotate_20_regular:before { content: "\e53b"; } -.icon-ic_fluent_currency_dollar_euro_20_filled:before { +.icon-ic_fluent_cube_sync_20_filled:before { content: "\e53c"; } -.icon-ic_fluent_currency_dollar_euro_20_regular:before { +.icon-ic_fluent_cube_sync_20_regular:before { content: "\e53d"; } -.icon-ic_fluent_currency_dollar_rupee_20_filled:before { +.icon-ic_fluent_cube_tree_20_filled:before { content: "\e53e"; } -.icon-ic_fluent_currency_dollar_rupee_20_regular:before { +.icon-ic_fluent_cube_tree_20_regular:before { content: "\e53f"; } -.icon-ic_fluent_cursor_20_filled:before { +.icon-ic_fluent_currency_dollar_euro_20_filled:before { content: "\e540"; } -.icon-ic_fluent_cursor_20_regular:before { +.icon-ic_fluent_currency_dollar_euro_20_regular:before { content: "\e541"; } -.icon-ic_fluent_cursor_click_20_filled:before { +.icon-ic_fluent_currency_dollar_rupee_20_filled:before { content: "\e542"; } -.icon-ic_fluent_cursor_click_20_regular:before { +.icon-ic_fluent_currency_dollar_rupee_20_regular:before { content: "\e543"; } -.icon-ic_fluent_cursor_hover_20_filled:before { +.icon-ic_fluent_cursor_20_filled:before { content: "\e544"; } -.icon-ic_fluent_cursor_hover_20_regular:before { +.icon-ic_fluent_cursor_20_regular:before { content: "\e545"; } -.icon-ic_fluent_cursor_hover_off_20_filled:before { +.icon-ic_fluent_cursor_click_20_filled:before { content: "\e546"; } -.icon-ic_fluent_cursor_hover_off_20_regular:before { +.icon-ic_fluent_cursor_click_20_regular:before { content: "\e547"; } -.icon-ic_fluent_cursor_prohibited_20_filled:before { +.icon-ic_fluent_cursor_hover_20_filled:before { content: "\e548"; } -.icon-ic_fluent_cursor_prohibited_20_regular:before { +.icon-ic_fluent_cursor_hover_20_regular:before { content: "\e549"; } -.icon-ic_fluent_cut_20_filled:before { +.icon-ic_fluent_cursor_hover_off_20_filled:before { content: "\e54a"; } -.icon-ic_fluent_cut_20_regular:before { +.icon-ic_fluent_cursor_hover_off_20_regular:before { content: "\e54b"; } -.icon-ic_fluent_dark_theme_20_filled:before { +.icon-ic_fluent_cursor_prohibited_20_filled:before { content: "\e54c"; } -.icon-ic_fluent_dark_theme_20_regular:before { +.icon-ic_fluent_cursor_prohibited_20_regular:before { content: "\e54d"; } -.icon-ic_fluent_data_area_20_filled:before { +.icon-ic_fluent_cut_20_filled:before { content: "\e54e"; } -.icon-ic_fluent_data_area_20_regular:before { +.icon-ic_fluent_cut_20_regular:before { content: "\e54f"; } -.icon-ic_fluent_data_bar_horizontal_20_filled:before { +.icon-ic_fluent_dark_theme_20_filled:before { content: "\e550"; } -.icon-ic_fluent_data_bar_horizontal_20_regular:before { +.icon-ic_fluent_dark_theme_20_regular:before { content: "\e551"; } -.icon-ic_fluent_data_bar_vertical_20_filled:before { +.icon-ic_fluent_data_area_20_filled:before { content: "\e552"; } -.icon-ic_fluent_data_bar_vertical_20_regular:before { +.icon-ic_fluent_data_area_20_regular:before { content: "\e553"; } -.icon-ic_fluent_data_bar_vertical_add_20_filled:before { +.icon-ic_fluent_data_bar_horizontal_20_filled:before { content: "\e554"; } -.icon-ic_fluent_data_bar_vertical_add_20_regular:before { +.icon-ic_fluent_data_bar_horizontal_20_regular:before { content: "\e555"; } -.icon-ic_fluent_data_bar_vertical_ascending_20_filled:before { +.icon-ic_fluent_data_bar_vertical_20_filled:before { content: "\e556"; } -.icon-ic_fluent_data_bar_vertical_ascending_20_regular:before { +.icon-ic_fluent_data_bar_vertical_20_regular:before { content: "\e557"; } -.icon-ic_fluent_data_bar_vertical_star_20_filled:before { +.icon-ic_fluent_data_bar_vertical_add_20_filled:before { content: "\e558"; } -.icon-ic_fluent_data_bar_vertical_star_20_regular:before { +.icon-ic_fluent_data_bar_vertical_add_20_regular:before { content: "\e559"; } -.icon-ic_fluent_data_funnel_20_filled:before { +.icon-ic_fluent_data_bar_vertical_ascending_20_filled:before { content: "\e55a"; } -.icon-ic_fluent_data_funnel_20_regular:before { +.icon-ic_fluent_data_bar_vertical_ascending_20_regular:before { content: "\e55b"; } -.icon-ic_fluent_data_histogram_20_filled:before { +.icon-ic_fluent_data_bar_vertical_star_20_filled:before { content: "\e55c"; } -.icon-ic_fluent_data_histogram_20_regular:before { +.icon-ic_fluent_data_bar_vertical_star_20_regular:before { content: "\e55d"; } -.icon-ic_fluent_data_line_20_filled:before { +.icon-ic_fluent_data_funnel_20_filled:before { content: "\e55e"; } -.icon-ic_fluent_data_line_20_regular:before { +.icon-ic_fluent_data_funnel_20_regular:before { content: "\e55f"; } -.icon-ic_fluent_data_pie_20_filled:before { +.icon-ic_fluent_data_histogram_20_filled:before { content: "\e560"; } -.icon-ic_fluent_data_pie_20_regular:before { +.icon-ic_fluent_data_histogram_20_regular:before { content: "\e561"; } -.icon-ic_fluent_data_scatter_20_filled:before { +.icon-ic_fluent_data_line_20_filled:before { content: "\e562"; } -.icon-ic_fluent_data_scatter_20_regular:before { +.icon-ic_fluent_data_line_20_regular:before { content: "\e563"; } -.icon-ic_fluent_data_sunburst_20_filled:before { +.icon-ic_fluent_data_pie_20_filled:before { content: "\e564"; } -.icon-ic_fluent_data_sunburst_20_regular:before { +.icon-ic_fluent_data_pie_20_regular:before { content: "\e565"; } -.icon-ic_fluent_data_treemap_20_filled:before { +.icon-ic_fluent_data_scatter_20_filled:before { content: "\e566"; } -.icon-ic_fluent_data_treemap_20_regular:before { +.icon-ic_fluent_data_scatter_20_regular:before { content: "\e567"; } -.icon-ic_fluent_data_trending_20_filled:before { +.icon-ic_fluent_data_sunburst_20_filled:before { content: "\e568"; } -.icon-ic_fluent_data_trending_20_regular:before { +.icon-ic_fluent_data_sunburst_20_regular:before { content: "\e569"; } -.icon-ic_fluent_data_usage_20_filled:before { +.icon-ic_fluent_data_treemap_20_filled:before { content: "\e56a"; } -.icon-ic_fluent_data_usage_20_regular:before { +.icon-ic_fluent_data_treemap_20_regular:before { content: "\e56b"; } -.icon-ic_fluent_data_usage_edit_20_filled:before { +.icon-ic_fluent_data_trending_20_filled:before { content: "\e56c"; } -.icon-ic_fluent_data_usage_edit_20_regular:before { +.icon-ic_fluent_data_trending_20_regular:before { content: "\e56d"; } -.icon-ic_fluent_data_usage_settings_20_filled:before { +.icon-ic_fluent_data_usage_20_filled:before { content: "\e56e"; } -.icon-ic_fluent_data_usage_settings_20_regular:before { +.icon-ic_fluent_data_usage_20_regular:before { content: "\e56f"; } -.icon-ic_fluent_data_usage_toolbox_20_filled:before { +.icon-ic_fluent_data_usage_edit_20_filled:before { content: "\e570"; } -.icon-ic_fluent_data_usage_toolbox_20_regular:before { +.icon-ic_fluent_data_usage_edit_20_regular:before { content: "\e571"; } -.icon-ic_fluent_data_waterfall_20_filled:before { +.icon-ic_fluent_data_usage_settings_20_filled:before { content: "\e572"; } -.icon-ic_fluent_data_waterfall_20_regular:before { +.icon-ic_fluent_data_usage_settings_20_regular:before { content: "\e573"; } -.icon-ic_fluent_data_whisker_20_filled:before { +.icon-ic_fluent_data_usage_toolbox_20_filled:before { content: "\e574"; } -.icon-ic_fluent_data_whisker_20_regular:before { +.icon-ic_fluent_data_usage_toolbox_20_regular:before { content: "\e575"; } -.icon-ic_fluent_database_20_filled:before { +.icon-ic_fluent_data_waterfall_20_filled:before { content: "\e576"; } -.icon-ic_fluent_database_20_regular:before { +.icon-ic_fluent_data_waterfall_20_regular:before { content: "\e577"; } -.icon-ic_fluent_database_arrow_down_20_filled:before { +.icon-ic_fluent_data_whisker_20_filled:before { content: "\e578"; } -.icon-ic_fluent_database_arrow_down_20_regular:before { +.icon-ic_fluent_data_whisker_20_regular:before { content: "\e579"; } -.icon-ic_fluent_database_arrow_right_20_filled:before { +.icon-ic_fluent_database_20_filled:before { content: "\e57a"; } -.icon-ic_fluent_database_arrow_right_20_regular:before { +.icon-ic_fluent_database_20_regular:before { content: "\e57b"; } -.icon-ic_fluent_database_arrow_up_20_filled:before { +.icon-ic_fluent_database_arrow_down_20_filled:before { content: "\e57c"; } -.icon-ic_fluent_database_arrow_up_20_regular:before { +.icon-ic_fluent_database_arrow_down_20_regular:before { content: "\e57d"; } -.icon-ic_fluent_database_lightning_20_filled:before { +.icon-ic_fluent_database_arrow_right_20_filled:before { content: "\e57e"; } -.icon-ic_fluent_database_lightning_20_regular:before { +.icon-ic_fluent_database_arrow_right_20_regular:before { content: "\e57f"; } -.icon-ic_fluent_database_link_20_filled:before { +.icon-ic_fluent_database_arrow_up_20_filled:before { content: "\e580"; } -.icon-ic_fluent_database_link_20_regular:before { +.icon-ic_fluent_database_arrow_up_20_regular:before { content: "\e581"; } -.icon-ic_fluent_database_multiple_20_filled:before { +.icon-ic_fluent_database_lightning_20_filled:before { content: "\e582"; } -.icon-ic_fluent_database_multiple_20_regular:before { +.icon-ic_fluent_database_lightning_20_regular:before { content: "\e583"; } -.icon-ic_fluent_database_person_20_filled:before { +.icon-ic_fluent_database_link_20_filled:before { content: "\e584"; } -.icon-ic_fluent_database_person_20_regular:before { +.icon-ic_fluent_database_link_20_regular:before { content: "\e585"; } -.icon-ic_fluent_database_plug_connected_20_filled:before { +.icon-ic_fluent_database_multiple_20_filled:before { content: "\e586"; } -.icon-ic_fluent_database_plug_connected_20_regular:before { +.icon-ic_fluent_database_multiple_20_regular:before { content: "\e587"; } -.icon-ic_fluent_database_search_20_filled:before { +.icon-ic_fluent_database_person_20_filled:before { content: "\e588"; } -.icon-ic_fluent_database_search_20_regular:before { +.icon-ic_fluent_database_person_20_regular:before { content: "\e589"; } -.icon-ic_fluent_database_switch_20_filled:before { +.icon-ic_fluent_database_plug_connected_20_filled:before { content: "\e58a"; } -.icon-ic_fluent_database_switch_20_regular:before { +.icon-ic_fluent_database_plug_connected_20_regular:before { content: "\e58b"; } -.icon-ic_fluent_database_warning_20_filled:before { +.icon-ic_fluent_database_search_20_filled:before { content: "\e58c"; } -.icon-ic_fluent_database_warning_20_regular:before { +.icon-ic_fluent_database_search_20_regular:before { content: "\e58d"; } -.icon-ic_fluent_database_window_20_filled:before { +.icon-ic_fluent_database_switch_20_filled:before { content: "\e58e"; } -.icon-ic_fluent_database_window_20_regular:before { +.icon-ic_fluent_database_switch_20_regular:before { content: "\e58f"; } -.icon-ic_fluent_decimal_arrow_left_20_filled:before { +.icon-ic_fluent_database_warning_20_filled:before { content: "\e590"; } -.icon-ic_fluent_decimal_arrow_left_20_regular:before { +.icon-ic_fluent_database_warning_20_regular:before { content: "\e591"; } -.icon-ic_fluent_decimal_arrow_right_20_filled:before { +.icon-ic_fluent_database_window_20_filled:before { content: "\e592"; } -.icon-ic_fluent_decimal_arrow_right_20_regular:before { +.icon-ic_fluent_database_window_20_regular:before { content: "\e593"; } -.icon-ic_fluent_delete_20_filled:before { +.icon-ic_fluent_decimal_arrow_left_20_filled:before { content: "\e594"; } -.icon-ic_fluent_delete_20_regular:before { +.icon-ic_fluent_decimal_arrow_left_20_regular:before { content: "\e595"; } -.icon-ic_fluent_delete_arrow_back_20_filled:before { +.icon-ic_fluent_decimal_arrow_right_20_filled:before { content: "\e596"; } -.icon-ic_fluent_delete_arrow_back_20_regular:before { +.icon-ic_fluent_decimal_arrow_right_20_regular:before { content: "\e597"; } -.icon-ic_fluent_delete_dismiss_20_filled:before { +.icon-ic_fluent_delete_20_filled:before { content: "\e598"; } -.icon-ic_fluent_delete_dismiss_20_regular:before { +.icon-ic_fluent_delete_20_regular:before { content: "\e599"; } -.icon-ic_fluent_delete_lines_20_filled:before { +.icon-ic_fluent_delete_arrow_back_20_filled:before { content: "\e59a"; } -.icon-ic_fluent_delete_lines_20_regular:before { +.icon-ic_fluent_delete_arrow_back_20_regular:before { content: "\e59b"; } -.icon-ic_fluent_delete_off_20_filled:before { +.icon-ic_fluent_delete_dismiss_20_filled:before { content: "\e59c"; } -.icon-ic_fluent_delete_off_20_regular:before { +.icon-ic_fluent_delete_dismiss_20_regular:before { content: "\e59d"; } -.icon-ic_fluent_dentist_20_filled:before { +.icon-ic_fluent_delete_lines_20_filled:before { content: "\e59e"; } -.icon-ic_fluent_dentist_20_regular:before { +.icon-ic_fluent_delete_lines_20_regular:before { content: "\e59f"; } -.icon-ic_fluent_design_ideas_20_filled:before { +.icon-ic_fluent_delete_off_20_filled:before { content: "\e5a0"; } -.icon-ic_fluent_design_ideas_20_regular:before { +.icon-ic_fluent_delete_off_20_regular:before { content: "\e5a1"; } -.icon-ic_fluent_desk_20_filled:before { +.icon-ic_fluent_dentist_20_filled:before { content: "\e5a2"; } -.icon-ic_fluent_desk_20_regular:before { +.icon-ic_fluent_dentist_20_regular:before { content: "\e5a3"; } -.icon-ic_fluent_desktop_20_filled:before { +.icon-ic_fluent_design_ideas_20_filled:before { content: "\e5a4"; } -.icon-ic_fluent_desktop_20_regular:before { +.icon-ic_fluent_design_ideas_20_regular:before { content: "\e5a5"; } -.icon-ic_fluent_desktop_arrow_down_20_filled:before { +.icon-ic_fluent_desk_20_filled:before { content: "\e5a6"; } -.icon-ic_fluent_desktop_arrow_down_20_regular:before { +.icon-ic_fluent_desk_20_regular:before { content: "\e5a7"; } -.icon-ic_fluent_desktop_arrow_right_20_filled:before { +.icon-ic_fluent_desktop_20_filled:before { content: "\e5a8"; } -.icon-ic_fluent_desktop_arrow_right_20_regular:before { +.icon-ic_fluent_desktop_20_regular:before { content: "\e5a9"; } -.icon-ic_fluent_desktop_checkmark_20_filled:before { +.icon-ic_fluent_desktop_arrow_down_20_filled:before { content: "\e5aa"; } -.icon-ic_fluent_desktop_checkmark_20_regular:before { +.icon-ic_fluent_desktop_arrow_down_20_regular:before { content: "\e5ab"; } -.icon-ic_fluent_desktop_cursor_20_filled:before { +.icon-ic_fluent_desktop_arrow_right_20_filled:before { content: "\e5ac"; } -.icon-ic_fluent_desktop_cursor_20_regular:before { +.icon-ic_fluent_desktop_arrow_right_20_regular:before { content: "\e5ad"; } -.icon-ic_fluent_desktop_edit_20_filled:before { +.icon-ic_fluent_desktop_checkmark_20_filled:before { content: "\e5ae"; } -.icon-ic_fluent_desktop_edit_20_regular:before { +.icon-ic_fluent_desktop_checkmark_20_regular:before { content: "\e5af"; } -.icon-ic_fluent_desktop_flow_20_filled:before { +.icon-ic_fluent_desktop_cursor_20_filled:before { content: "\e5b0"; } -.icon-ic_fluent_desktop_flow_20_regular:before { +.icon-ic_fluent_desktop_cursor_20_regular:before { content: "\e5b1"; } -.icon-ic_fluent_desktop_keyboard_20_filled:before { +.icon-ic_fluent_desktop_edit_20_filled:before { content: "\e5b2"; } -.icon-ic_fluent_desktop_keyboard_20_regular:before { +.icon-ic_fluent_desktop_edit_20_regular:before { content: "\e5b3"; } -.icon-ic_fluent_desktop_mac_20_filled:before { +.icon-ic_fluent_desktop_flow_20_filled:before { content: "\e5b4"; } -.icon-ic_fluent_desktop_mac_20_regular:before { +.icon-ic_fluent_desktop_flow_20_regular:before { content: "\e5b5"; } -.icon-ic_fluent_desktop_pulse_20_filled:before { +.icon-ic_fluent_desktop_keyboard_20_filled:before { content: "\e5b6"; } -.icon-ic_fluent_desktop_pulse_20_regular:before { +.icon-ic_fluent_desktop_keyboard_20_regular:before { content: "\e5b7"; } -.icon-ic_fluent_desktop_signal_20_filled:before { +.icon-ic_fluent_desktop_mac_20_filled:before { content: "\e5b8"; } -.icon-ic_fluent_desktop_signal_20_regular:before { +.icon-ic_fluent_desktop_mac_20_regular:before { content: "\e5b9"; } -.icon-ic_fluent_desktop_speaker_20_filled:before { +.icon-ic_fluent_desktop_pulse_20_filled:before { content: "\e5ba"; } -.icon-ic_fluent_desktop_speaker_20_regular:before { +.icon-ic_fluent_desktop_pulse_20_regular:before { content: "\e5bb"; } -.icon-ic_fluent_desktop_speaker_off_20_filled:before { +.icon-ic_fluent_desktop_signal_20_filled:before { content: "\e5bc"; } -.icon-ic_fluent_desktop_speaker_off_20_regular:before { +.icon-ic_fluent_desktop_signal_20_regular:before { content: "\e5bd"; } -.icon-ic_fluent_desktop_sync_20_filled:before { +.icon-ic_fluent_desktop_speaker_20_filled:before { content: "\e5be"; } -.icon-ic_fluent_desktop_sync_20_regular:before { +.icon-ic_fluent_desktop_speaker_20_regular:before { content: "\e5bf"; } -.icon-ic_fluent_desktop_toolbox_20_filled:before { +.icon-ic_fluent_desktop_speaker_off_20_filled:before { content: "\e5c0"; } -.icon-ic_fluent_desktop_toolbox_20_regular:before { +.icon-ic_fluent_desktop_speaker_off_20_regular:before { content: "\e5c1"; } -.icon-ic_fluent_desktop_tower_20_filled:before { +.icon-ic_fluent_desktop_sync_20_filled:before { content: "\e5c2"; } -.icon-ic_fluent_desktop_tower_20_regular:before { +.icon-ic_fluent_desktop_sync_20_regular:before { content: "\e5c3"; } -.icon-ic_fluent_developer_board_20_filled:before { +.icon-ic_fluent_desktop_toolbox_20_filled:before { content: "\e5c4"; } -.icon-ic_fluent_developer_board_20_regular:before { +.icon-ic_fluent_desktop_toolbox_20_regular:before { content: "\e5c5"; } -.icon-ic_fluent_developer_board_lightning_20_filled:before { +.icon-ic_fluent_desktop_tower_20_filled:before { content: "\e5c6"; } -.icon-ic_fluent_developer_board_lightning_20_regular:before { +.icon-ic_fluent_desktop_tower_20_regular:before { content: "\e5c7"; } -.icon-ic_fluent_developer_board_lightning_toolbox_20_filled:before { +.icon-ic_fluent_developer_board_20_filled:before { content: "\e5c8"; } -.icon-ic_fluent_developer_board_lightning_toolbox_20_regular:before { +.icon-ic_fluent_developer_board_20_regular:before { content: "\e5c9"; } -.icon-ic_fluent_developer_board_search_20_filled:before { +.icon-ic_fluent_developer_board_lightning_20_filled:before { content: "\e5ca"; } -.icon-ic_fluent_developer_board_search_20_regular:before { +.icon-ic_fluent_developer_board_lightning_20_regular:before { content: "\e5cb"; } -.icon-ic_fluent_device_eq_20_filled:before { +.icon-ic_fluent_developer_board_lightning_toolbox_20_filled:before { content: "\e5cc"; } -.icon-ic_fluent_device_eq_20_regular:before { +.icon-ic_fluent_developer_board_lightning_toolbox_20_regular:before { content: "\e5cd"; } -.icon-ic_fluent_device_meeting_room_20_filled:before { +.icon-ic_fluent_developer_board_search_20_filled:before { content: "\e5ce"; } -.icon-ic_fluent_device_meeting_room_20_regular:before { +.icon-ic_fluent_developer_board_search_20_regular:before { content: "\e5cf"; } -.icon-ic_fluent_device_meeting_room_remote_20_filled:before { +.icon-ic_fluent_device_eq_20_filled:before { content: "\e5d0"; } -.icon-ic_fluent_device_meeting_room_remote_20_regular:before { +.icon-ic_fluent_device_eq_20_regular:before { content: "\e5d1"; } -.icon-ic_fluent_diagram_20_filled:before { +.icon-ic_fluent_device_meeting_room_20_filled:before { content: "\e5d2"; } -.icon-ic_fluent_diagram_20_regular:before { +.icon-ic_fluent_device_meeting_room_20_regular:before { content: "\e5d3"; } -.icon-ic_fluent_dialpad_20_filled:before { +.icon-ic_fluent_device_meeting_room_remote_20_filled:before { content: "\e5d4"; } -.icon-ic_fluent_dialpad_20_regular:before { +.icon-ic_fluent_device_meeting_room_remote_20_regular:before { content: "\e5d5"; } -.icon-ic_fluent_dialpad_off_20_filled:before { +.icon-ic_fluent_diagram_20_filled:before { content: "\e5d6"; } -.icon-ic_fluent_dialpad_off_20_regular:before { +.icon-ic_fluent_diagram_20_regular:before { content: "\e5d7"; } -.icon-ic_fluent_dialpad_question_mark_20_filled:before { +.icon-ic_fluent_dialpad_20_filled:before { content: "\e5d8"; } -.icon-ic_fluent_dialpad_question_mark_20_regular:before { +.icon-ic_fluent_dialpad_20_regular:before { content: "\e5d9"; } -.icon-ic_fluent_diamond_20_filled:before { +.icon-ic_fluent_dialpad_off_20_filled:before { content: "\e5da"; } -.icon-ic_fluent_diamond_20_regular:before { +.icon-ic_fluent_dialpad_off_20_regular:before { content: "\e5db"; } -.icon-ic_fluent_directions_20_filled:before { +.icon-ic_fluent_dialpad_question_mark_20_filled:before { content: "\e5dc"; } -.icon-ic_fluent_directions_20_regular:before { +.icon-ic_fluent_dialpad_question_mark_20_regular:before { content: "\e5dd"; } -.icon-ic_fluent_dishwasher_20_filled:before { +.icon-ic_fluent_diamond_20_filled:before { content: "\e5de"; } -.icon-ic_fluent_dishwasher_20_regular:before { +.icon-ic_fluent_diamond_20_regular:before { content: "\e5df"; } -.icon-ic_fluent_dismiss_20_filled:before { +.icon-ic_fluent_directions_20_filled:before { content: "\e5e0"; } -.icon-ic_fluent_dismiss_20_regular:before { +.icon-ic_fluent_directions_20_regular:before { content: "\e5e1"; } -.icon-ic_fluent_dismiss_circle_20_filled:before { +.icon-ic_fluent_dishwasher_20_filled:before { content: "\e5e2"; } -.icon-ic_fluent_dismiss_circle_20_regular:before { +.icon-ic_fluent_dishwasher_20_regular:before { content: "\e5e3"; } -.icon-ic_fluent_dismiss_square_20_filled:before { +.icon-ic_fluent_dismiss_20_filled:before { content: "\e5e4"; } -.icon-ic_fluent_dismiss_square_20_regular:before { +.icon-ic_fluent_dismiss_20_regular:before { content: "\e5e5"; } -.icon-ic_fluent_dismiss_square_multiple_20_filled:before { +.icon-ic_fluent_dismiss_circle_20_filled:before { content: "\e5e6"; } -.icon-ic_fluent_dismiss_square_multiple_20_regular:before { +.icon-ic_fluent_dismiss_circle_20_regular:before { content: "\e5e7"; } -.icon-ic_fluent_diversity_20_filled:before { +.icon-ic_fluent_dismiss_square_20_filled:before { content: "\e5e8"; } -.icon-ic_fluent_diversity_20_regular:before { +.icon-ic_fluent_dismiss_square_20_regular:before { content: "\e5e9"; } -.icon-ic_fluent_divider_short_20_filled:before { +.icon-ic_fluent_dismiss_square_multiple_20_filled:before { content: "\e5ea"; } -.icon-ic_fluent_divider_short_20_regular:before { +.icon-ic_fluent_dismiss_square_multiple_20_regular:before { content: "\e5eb"; } -.icon-ic_fluent_divider_tall_20_filled:before { +.icon-ic_fluent_diversity_20_filled:before { content: "\e5ec"; } -.icon-ic_fluent_divider_tall_20_regular:before { +.icon-ic_fluent_diversity_20_regular:before { content: "\e5ed"; } -.icon-ic_fluent_dock_20_filled:before { +.icon-ic_fluent_divider_short_20_filled:before { content: "\e5ee"; } -.icon-ic_fluent_dock_20_regular:before { +.icon-ic_fluent_divider_short_20_regular:before { content: "\e5ef"; } -.icon-ic_fluent_dock_row_20_filled:before { +.icon-ic_fluent_divider_tall_20_filled:before { content: "\e5f0"; } -.icon-ic_fluent_dock_row_20_regular:before { +.icon-ic_fluent_divider_tall_20_regular:before { content: "\e5f1"; } -.icon-ic_fluent_doctor_20_filled:before { +.icon-ic_fluent_dock_20_filled:before { content: "\e5f2"; } -.icon-ic_fluent_doctor_20_regular:before { +.icon-ic_fluent_dock_20_regular:before { content: "\e5f3"; } -.icon-ic_fluent_document_100_20_filled:before { +.icon-ic_fluent_dock_row_20_filled:before { content: "\e5f4"; } -.icon-ic_fluent_document_100_20_regular:before { +.icon-ic_fluent_dock_row_20_regular:before { content: "\e5f5"; } -.icon-ic_fluent_document_20_filled:before { +.icon-ic_fluent_doctor_20_filled:before { content: "\e5f6"; } -.icon-ic_fluent_document_20_regular:before { +.icon-ic_fluent_doctor_20_regular:before { content: "\e5f7"; } -.icon-ic_fluent_document_add_20_filled:before { +.icon-ic_fluent_document_100_20_filled:before { content: "\e5f8"; } -.icon-ic_fluent_document_add_20_regular:before { +.icon-ic_fluent_document_100_20_regular:before { content: "\e5f9"; } -.icon-ic_fluent_document_arrow_down_20_filled:before { +.icon-ic_fluent_document_20_filled:before { content: "\e5fa"; } -.icon-ic_fluent_document_arrow_down_20_regular:before { +.icon-ic_fluent_document_20_regular:before { content: "\e5fb"; } -.icon-ic_fluent_document_arrow_left_20_filled:before { +.icon-ic_fluent_document_add_20_filled:before { content: "\e5fc"; } -.icon-ic_fluent_document_arrow_left_20_regular:before { +.icon-ic_fluent_document_add_20_regular:before { content: "\e5fd"; } -.icon-ic_fluent_document_arrow_right_20_filled:before { +.icon-ic_fluent_document_arrow_down_20_filled:before { content: "\e5fe"; } -.icon-ic_fluent_document_arrow_right_20_regular:before { +.icon-ic_fluent_document_arrow_down_20_regular:before { content: "\e5ff"; } -.icon-ic_fluent_document_arrow_up_20_filled:before { +.icon-ic_fluent_document_arrow_left_20_filled:before { content: "\e600"; } -.icon-ic_fluent_document_arrow_up_20_regular:before { +.icon-ic_fluent_document_arrow_left_20_regular:before { content: "\e601"; } -.icon-ic_fluent_document_border_20_filled:before { +.icon-ic_fluent_document_arrow_right_20_filled:before { content: "\e602"; } -.icon-ic_fluent_document_border_20_regular:before { +.icon-ic_fluent_document_arrow_right_20_regular:before { content: "\e603"; } -.icon-ic_fluent_document_border_print_20_filled:before { +.icon-ic_fluent_document_arrow_up_20_filled:before { content: "\e604"; } -.icon-ic_fluent_document_border_print_20_regular:before { +.icon-ic_fluent_document_arrow_up_20_regular:before { content: "\e605"; } -.icon-ic_fluent_document_briefcase_20_filled:before { +.icon-ic_fluent_document_border_20_filled:before { content: "\e606"; } -.icon-ic_fluent_document_briefcase_20_regular:before { +.icon-ic_fluent_document_border_20_regular:before { content: "\e607"; } -.icon-ic_fluent_document_bullet_list_20_filled:before { +.icon-ic_fluent_document_border_print_20_filled:before { content: "\e608"; } -.icon-ic_fluent_document_bullet_list_20_regular:before { +.icon-ic_fluent_document_border_print_20_regular:before { content: "\e609"; } -.icon-ic_fluent_document_bullet_list_arrow_left_20_filled:before { +.icon-ic_fluent_document_briefcase_20_filled:before { content: "\e60a"; } -.icon-ic_fluent_document_bullet_list_arrow_left_20_regular:before { +.icon-ic_fluent_document_briefcase_20_regular:before { content: "\e60b"; } -.icon-ic_fluent_document_bullet_list_clock_20_filled:before { +.icon-ic_fluent_document_bullet_list_20_filled:before { content: "\e60c"; } -.icon-ic_fluent_document_bullet_list_clock_20_regular:before { +.icon-ic_fluent_document_bullet_list_20_regular:before { content: "\e60d"; } -.icon-ic_fluent_document_bullet_list_cube_20_filled:before { +.icon-ic_fluent_document_bullet_list_arrow_left_20_filled:before { content: "\e60e"; } -.icon-ic_fluent_document_bullet_list_cube_20_regular:before { +.icon-ic_fluent_document_bullet_list_arrow_left_20_regular:before { content: "\e60f"; } -.icon-ic_fluent_document_bullet_list_multiple_20_filled:before { +.icon-ic_fluent_document_bullet_list_clock_20_filled:before { content: "\e610"; } -.icon-ic_fluent_document_bullet_list_multiple_20_regular:before { +.icon-ic_fluent_document_bullet_list_clock_20_regular:before { content: "\e611"; } -.icon-ic_fluent_document_bullet_list_off_20_filled:before { +.icon-ic_fluent_document_bullet_list_cube_20_filled:before { content: "\e612"; } -.icon-ic_fluent_document_bullet_list_off_20_regular:before { +.icon-ic_fluent_document_bullet_list_cube_20_regular:before { content: "\e613"; } -.icon-ic_fluent_document_catch_up_20_filled:before { +.icon-ic_fluent_document_bullet_list_multiple_20_filled:before { content: "\e614"; } -.icon-ic_fluent_document_catch_up_20_regular:before { +.icon-ic_fluent_document_bullet_list_multiple_20_regular:before { content: "\e615"; } -.icon-ic_fluent_document_checkmark_20_filled:before { +.icon-ic_fluent_document_bullet_list_off_20_filled:before { content: "\e616"; } -.icon-ic_fluent_document_checkmark_20_regular:before { +.icon-ic_fluent_document_bullet_list_off_20_regular:before { content: "\e617"; } -.icon-ic_fluent_document_chevron_double_20_filled:before { +.icon-ic_fluent_document_catch_up_20_filled:before { content: "\e618"; } -.icon-ic_fluent_document_chevron_double_20_regular:before { +.icon-ic_fluent_document_catch_up_20_regular:before { content: "\e619"; } -.icon-ic_fluent_document_copy_20_filled:before { +.icon-ic_fluent_document_checkmark_20_filled:before { content: "\e61a"; } -.icon-ic_fluent_document_copy_20_regular:before { +.icon-ic_fluent_document_checkmark_20_regular:before { content: "\e61b"; } -.icon-ic_fluent_document_css_20_filled:before { +.icon-ic_fluent_document_chevron_double_20_filled:before { content: "\e61c"; } -.icon-ic_fluent_document_css_20_regular:before { +.icon-ic_fluent_document_chevron_double_20_regular:before { content: "\e61d"; } -.icon-ic_fluent_document_cube_20_filled:before { +.icon-ic_fluent_document_copy_20_filled:before { content: "\e61e"; } -.icon-ic_fluent_document_cube_20_regular:before { +.icon-ic_fluent_document_copy_20_regular:before { content: "\e61f"; } -.icon-ic_fluent_document_data_20_filled:before { +.icon-ic_fluent_document_css_20_filled:before { content: "\e620"; } -.icon-ic_fluent_document_data_20_regular:before { +.icon-ic_fluent_document_css_20_regular:before { content: "\e621"; } -.icon-ic_fluent_document_data_link_20_filled:before { +.icon-ic_fluent_document_cube_20_filled:before { content: "\e622"; } -.icon-ic_fluent_document_data_link_20_regular:before { +.icon-ic_fluent_document_cube_20_regular:before { content: "\e623"; } -.icon-ic_fluent_document_data_lock_20_filled:before { +.icon-ic_fluent_document_data_20_filled:before { content: "\e624"; } -.icon-ic_fluent_document_data_lock_20_regular:before { +.icon-ic_fluent_document_data_20_regular:before { content: "\e625"; } -.icon-ic_fluent_document_database_20_filled:before { +.icon-ic_fluent_document_data_link_20_filled:before { content: "\e626"; } -.icon-ic_fluent_document_database_20_regular:before { +.icon-ic_fluent_document_data_link_20_regular:before { content: "\e627"; } -.icon-ic_fluent_document_dismiss_20_filled:before { +.icon-ic_fluent_document_data_lock_20_filled:before { content: "\e628"; } -.icon-ic_fluent_document_dismiss_20_regular:before { +.icon-ic_fluent_document_data_lock_20_regular:before { content: "\e629"; } -.icon-ic_fluent_document_edit_20_filled:before { +.icon-ic_fluent_document_database_20_filled:before { content: "\e62a"; } -.icon-ic_fluent_document_edit_20_regular:before { +.icon-ic_fluent_document_database_20_regular:before { content: "\e62b"; } -.icon-ic_fluent_document_endnote_20_filled:before { +.icon-ic_fluent_document_dismiss_20_filled:before { content: "\e62c"; } -.icon-ic_fluent_document_endnote_20_regular:before { +.icon-ic_fluent_document_dismiss_20_regular:before { content: "\e62d"; } -.icon-ic_fluent_document_error_20_filled:before { +.icon-ic_fluent_document_edit_20_filled:before { content: "\e62e"; } -.icon-ic_fluent_document_error_20_regular:before { +.icon-ic_fluent_document_edit_20_regular:before { content: "\e62f"; } -.icon-ic_fluent_document_fit_20_filled:before { +.icon-ic_fluent_document_endnote_20_filled:before { content: "\e630"; } -.icon-ic_fluent_document_fit_20_regular:before { +.icon-ic_fluent_document_endnote_20_regular:before { content: "\e631"; } -.icon-ic_fluent_document_flowchart_20_filled:before { +.icon-ic_fluent_document_error_20_filled:before { content: "\e632"; } -.icon-ic_fluent_document_flowchart_20_regular:before { +.icon-ic_fluent_document_error_20_regular:before { content: "\e633"; } -.icon-ic_fluent_document_folder_20_filled:before { +.icon-ic_fluent_document_fit_20_filled:before { content: "\e634"; } -.icon-ic_fluent_document_folder_20_regular:before { +.icon-ic_fluent_document_fit_20_regular:before { content: "\e635"; } -.icon-ic_fluent_document_footer_20_filled:before { +.icon-ic_fluent_document_flowchart_20_filled:before { content: "\e636"; } -.icon-ic_fluent_document_footer_20_regular:before { +.icon-ic_fluent_document_flowchart_20_regular:before { content: "\e637"; } -.icon-ic_fluent_document_footer_dismiss_20_filled:before { +.icon-ic_fluent_document_folder_20_filled:before { content: "\e638"; } -.icon-ic_fluent_document_footer_dismiss_20_regular:before { +.icon-ic_fluent_document_folder_20_regular:before { content: "\e639"; } -.icon-ic_fluent_document_header_20_filled:before { +.icon-ic_fluent_document_footer_20_filled:before { content: "\e63a"; } -.icon-ic_fluent_document_header_20_regular:before { +.icon-ic_fluent_document_footer_20_regular:before { content: "\e63b"; } -.icon-ic_fluent_document_header_arrow_down_20_filled:before { +.icon-ic_fluent_document_footer_dismiss_20_filled:before { content: "\e63c"; } -.icon-ic_fluent_document_header_arrow_down_20_regular:before { +.icon-ic_fluent_document_footer_dismiss_20_regular:before { content: "\e63d"; } -.icon-ic_fluent_document_header_dismiss_20_filled:before { +.icon-ic_fluent_document_header_20_filled:before { content: "\e63e"; } -.icon-ic_fluent_document_header_dismiss_20_regular:before { +.icon-ic_fluent_document_header_20_regular:before { content: "\e63f"; } -.icon-ic_fluent_document_header_footer_20_filled:before { +.icon-ic_fluent_document_header_arrow_down_20_filled:before { content: "\e640"; } -.icon-ic_fluent_document_header_footer_20_regular:before { +.icon-ic_fluent_document_header_arrow_down_20_regular:before { content: "\e641"; } -.icon-ic_fluent_document_heart_20_filled:before { +.icon-ic_fluent_document_header_dismiss_20_filled:before { content: "\e642"; } -.icon-ic_fluent_document_heart_20_regular:before { +.icon-ic_fluent_document_header_dismiss_20_regular:before { content: "\e643"; } -.icon-ic_fluent_document_heart_pulse_20_filled:before { +.icon-ic_fluent_document_header_footer_20_filled:before { content: "\e644"; } -.icon-ic_fluent_document_heart_pulse_20_regular:before { +.icon-ic_fluent_document_header_footer_20_regular:before { content: "\e645"; } -.icon-ic_fluent_document_image_20_filled:before { +.icon-ic_fluent_document_heart_20_filled:before { content: "\e646"; } -.icon-ic_fluent_document_image_20_regular:before { +.icon-ic_fluent_document_heart_20_regular:before { content: "\e647"; } -.icon-ic_fluent_document_java_20_filled:before { +.icon-ic_fluent_document_heart_pulse_20_filled:before { content: "\e648"; } -.icon-ic_fluent_document_java_20_regular:before { +.icon-ic_fluent_document_heart_pulse_20_regular:before { content: "\e649"; } -.icon-ic_fluent_document_javascript_20_filled:before { +.icon-ic_fluent_document_image_20_filled:before { content: "\e64a"; } -.icon-ic_fluent_document_javascript_20_regular:before { +.icon-ic_fluent_document_image_20_regular:before { content: "\e64b"; } -.icon-ic_fluent_document_key_20_filled:before { +.icon-ic_fluent_document_java_20_filled:before { content: "\e64c"; } -.icon-ic_fluent_document_key_20_regular:before { +.icon-ic_fluent_document_java_20_regular:before { content: "\e64d"; } -.icon-ic_fluent_document_landscape_20_filled:before { +.icon-ic_fluent_document_javascript_20_filled:before { content: "\e64e"; } -.icon-ic_fluent_document_landscape_20_regular:before { +.icon-ic_fluent_document_javascript_20_regular:before { content: "\e64f"; } -.icon-ic_fluent_document_landscape_data_20_filled:before { +.icon-ic_fluent_document_key_20_filled:before { content: "\e650"; } -.icon-ic_fluent_document_landscape_data_20_regular:before { +.icon-ic_fluent_document_key_20_regular:before { content: "\e651"; } -.icon-ic_fluent_document_landscape_split_20_filled:before { +.icon-ic_fluent_document_landscape_20_filled:before { content: "\e652"; } -.icon-ic_fluent_document_landscape_split_20_regular:before { +.icon-ic_fluent_document_landscape_20_regular:before { content: "\e653"; } -.icon-ic_fluent_document_landscape_split_hint_20_filled:before { +.icon-ic_fluent_document_landscape_data_20_filled:before { content: "\e654"; } -.icon-ic_fluent_document_landscape_split_hint_20_regular:before { +.icon-ic_fluent_document_landscape_data_20_regular:before { content: "\e655"; } -.icon-ic_fluent_document_lightning_20_filled:before { +.icon-ic_fluent_document_landscape_split_20_filled:before { content: "\e656"; } -.icon-ic_fluent_document_lightning_20_regular:before { +.icon-ic_fluent_document_landscape_split_20_regular:before { content: "\e657"; } -.icon-ic_fluent_document_link_20_filled:before { +.icon-ic_fluent_document_landscape_split_hint_20_filled:before { content: "\e658"; } -.icon-ic_fluent_document_link_20_regular:before { +.icon-ic_fluent_document_landscape_split_hint_20_regular:before { content: "\e659"; } -.icon-ic_fluent_document_lock_20_filled:before { +.icon-ic_fluent_document_lightning_20_filled:before { content: "\e65a"; } -.icon-ic_fluent_document_lock_20_regular:before { +.icon-ic_fluent_document_lightning_20_regular:before { content: "\e65b"; } -.icon-ic_fluent_document_margins_20_filled:before { +.icon-ic_fluent_document_link_20_filled:before { content: "\e65c"; } -.icon-ic_fluent_document_margins_20_regular:before { +.icon-ic_fluent_document_link_20_regular:before { content: "\e65d"; } -.icon-ic_fluent_document_mention_20_filled:before { +.icon-ic_fluent_document_lock_20_filled:before { content: "\e65e"; } -.icon-ic_fluent_document_mention_20_regular:before { +.icon-ic_fluent_document_lock_20_regular:before { content: "\e65f"; } -.icon-ic_fluent_document_multiple_20_filled:before { +.icon-ic_fluent_document_margins_20_filled:before { content: "\e660"; } -.icon-ic_fluent_document_multiple_20_regular:before { +.icon-ic_fluent_document_margins_20_regular:before { content: "\e661"; } -.icon-ic_fluent_document_multiple_percent_20_filled:before { +.icon-ic_fluent_document_mention_20_filled:before { content: "\e662"; } -.icon-ic_fluent_document_multiple_percent_20_regular:before { +.icon-ic_fluent_document_mention_20_regular:before { content: "\e663"; } -.icon-ic_fluent_document_multiple_prohibited_20_filled:before { +.icon-ic_fluent_document_multiple_20_filled:before { content: "\e664"; } -.icon-ic_fluent_document_multiple_prohibited_20_regular:before { +.icon-ic_fluent_document_multiple_20_regular:before { content: "\e665"; } -.icon-ic_fluent_document_multiple_sync_20_filled:before { +.icon-ic_fluent_document_multiple_percent_20_filled:before { content: "\e666"; } -.icon-ic_fluent_document_multiple_sync_20_regular:before { +.icon-ic_fluent_document_multiple_percent_20_regular:before { content: "\e667"; } -.icon-ic_fluent_document_one_page_20_filled:before { +.icon-ic_fluent_document_multiple_prohibited_20_filled:before { content: "\e668"; } -.icon-ic_fluent_document_one_page_20_regular:before { +.icon-ic_fluent_document_multiple_prohibited_20_regular:before { content: "\e669"; } -.icon-ic_fluent_document_one_page_add_20_filled:before { +.icon-ic_fluent_document_multiple_sync_20_filled:before { content: "\e66a"; } -.icon-ic_fluent_document_one_page_add_20_regular:before { +.icon-ic_fluent_document_multiple_sync_20_regular:before { content: "\e66b"; } -.icon-ic_fluent_document_one_page_columns_20_filled:before { +.icon-ic_fluent_document_one_page_20_filled:before { content: "\e66c"; } -.icon-ic_fluent_document_one_page_columns_20_regular:before { +.icon-ic_fluent_document_one_page_20_regular:before { content: "\e66d"; } -.icon-ic_fluent_document_one_page_link_20_filled:before { +.icon-ic_fluent_document_one_page_add_20_filled:before { content: "\e66e"; } -.icon-ic_fluent_document_one_page_link_20_regular:before { +.icon-ic_fluent_document_one_page_add_20_regular:before { content: "\e66f"; } -.icon-ic_fluent_document_one_page_multiple_20_filled:before { +.icon-ic_fluent_document_one_page_columns_20_filled:before { content: "\e670"; } -.icon-ic_fluent_document_one_page_multiple_20_regular:before { +.icon-ic_fluent_document_one_page_columns_20_regular:before { content: "\e671"; } -.icon-ic_fluent_document_one_page_sparkle_20_filled:before { +.icon-ic_fluent_document_one_page_link_20_filled:before { content: "\e672"; } -.icon-ic_fluent_document_one_page_sparkle_20_regular:before { +.icon-ic_fluent_document_one_page_link_20_regular:before { content: "\e673"; } -.icon-ic_fluent_document_page_bottom_center_20_filled:before { +.icon-ic_fluent_document_one_page_multiple_20_filled:before { content: "\e674"; } -.icon-ic_fluent_document_page_bottom_center_20_regular:before { +.icon-ic_fluent_document_one_page_multiple_20_regular:before { content: "\e675"; } -.icon-ic_fluent_document_page_bottom_left_20_filled:before { +.icon-ic_fluent_document_one_page_sparkle_20_filled:before { content: "\e676"; } -.icon-ic_fluent_document_page_bottom_left_20_regular:before { +.icon-ic_fluent_document_one_page_sparkle_20_regular:before { content: "\e677"; } -.icon-ic_fluent_document_page_bottom_right_20_filled:before { +.icon-ic_fluent_document_page_bottom_center_20_filled:before { content: "\e678"; } -.icon-ic_fluent_document_page_bottom_right_20_regular:before { +.icon-ic_fluent_document_page_bottom_center_20_regular:before { content: "\e679"; } -.icon-ic_fluent_document_page_break_20_filled:before { +.icon-ic_fluent_document_page_bottom_left_20_filled:before { content: "\e67a"; } -.icon-ic_fluent_document_page_break_20_regular:before { +.icon-ic_fluent_document_page_bottom_left_20_regular:before { content: "\e67b"; } -.icon-ic_fluent_document_page_number_20_filled:before { +.icon-ic_fluent_document_page_bottom_right_20_filled:before { content: "\e67c"; } -.icon-ic_fluent_document_page_number_20_regular:before { +.icon-ic_fluent_document_page_bottom_right_20_regular:before { content: "\e67d"; } -.icon-ic_fluent_document_page_top_center_20_filled:before { +.icon-ic_fluent_document_page_break_20_filled:before { content: "\e67e"; } -.icon-ic_fluent_document_page_top_center_20_regular:before { +.icon-ic_fluent_document_page_break_20_regular:before { content: "\e67f"; } -.icon-ic_fluent_document_page_top_left_20_filled:before { +.icon-ic_fluent_document_page_number_20_filled:before { content: "\e680"; } -.icon-ic_fluent_document_page_top_left_20_regular:before { +.icon-ic_fluent_document_page_number_20_regular:before { content: "\e681"; } -.icon-ic_fluent_document_page_top_right_20_filled:before { +.icon-ic_fluent_document_page_top_center_20_filled:before { content: "\e682"; } -.icon-ic_fluent_document_page_top_right_20_regular:before { +.icon-ic_fluent_document_page_top_center_20_regular:before { content: "\e683"; } -.icon-ic_fluent_document_pdf_20_filled:before { +.icon-ic_fluent_document_page_top_left_20_filled:before { content: "\e684"; } -.icon-ic_fluent_document_pdf_20_regular:before { +.icon-ic_fluent_document_page_top_left_20_regular:before { content: "\e685"; } -.icon-ic_fluent_document_percent_20_filled:before { +.icon-ic_fluent_document_page_top_right_20_filled:before { content: "\e686"; } -.icon-ic_fluent_document_percent_20_regular:before { +.icon-ic_fluent_document_page_top_right_20_regular:before { content: "\e687"; } -.icon-ic_fluent_document_person_20_filled:before { +.icon-ic_fluent_document_pdf_20_filled:before { content: "\e688"; } -.icon-ic_fluent_document_person_20_regular:before { +.icon-ic_fluent_document_pdf_20_regular:before { content: "\e689"; } -.icon-ic_fluent_document_pill_20_filled:before { +.icon-ic_fluent_document_percent_20_filled:before { content: "\e68a"; } -.icon-ic_fluent_document_pill_20_regular:before { +.icon-ic_fluent_document_percent_20_regular:before { content: "\e68b"; } -.icon-ic_fluent_document_print_20_filled:before { +.icon-ic_fluent_document_person_20_filled:before { content: "\e68c"; } -.icon-ic_fluent_document_print_20_regular:before { +.icon-ic_fluent_document_person_20_regular:before { content: "\e68d"; } -.icon-ic_fluent_document_prohibited_20_filled:before { +.icon-ic_fluent_document_pill_20_filled:before { content: "\e68e"; } -.icon-ic_fluent_document_prohibited_20_regular:before { +.icon-ic_fluent_document_pill_20_regular:before { content: "\e68f"; } -.icon-ic_fluent_document_question_mark_20_filled:before { +.icon-ic_fluent_document_print_20_filled:before { content: "\e690"; } -.icon-ic_fluent_document_question_mark_20_regular:before { +.icon-ic_fluent_document_print_20_regular:before { content: "\e691"; } -.icon-ic_fluent_document_queue_20_filled:before { +.icon-ic_fluent_document_prohibited_20_filled:before { content: "\e692"; } -.icon-ic_fluent_document_queue_20_regular:before { +.icon-ic_fluent_document_prohibited_20_regular:before { content: "\e693"; } -.icon-ic_fluent_document_queue_add_20_filled:before { +.icon-ic_fluent_document_question_mark_20_filled:before { content: "\e694"; } -.icon-ic_fluent_document_queue_add_20_regular:before { +.icon-ic_fluent_document_question_mark_20_regular:before { content: "\e695"; } -.icon-ic_fluent_document_queue_multiple_20_filled:before { +.icon-ic_fluent_document_queue_20_filled:before { content: "\e696"; } -.icon-ic_fluent_document_queue_multiple_20_regular:before { +.icon-ic_fluent_document_queue_20_regular:before { content: "\e697"; } -.icon-ic_fluent_document_ribbon_20_filled:before { +.icon-ic_fluent_document_queue_add_20_filled:before { content: "\e698"; } -.icon-ic_fluent_document_ribbon_20_regular:before { +.icon-ic_fluent_document_queue_add_20_regular:before { content: "\e699"; } -.icon-ic_fluent_document_sass_20_filled:before { +.icon-ic_fluent_document_queue_multiple_20_filled:before { content: "\e69a"; } -.icon-ic_fluent_document_sass_20_regular:before { +.icon-ic_fluent_document_queue_multiple_20_regular:before { content: "\e69b"; } -.icon-ic_fluent_document_save_20_filled:before { +.icon-ic_fluent_document_ribbon_20_filled:before { content: "\e69c"; } -.icon-ic_fluent_document_save_20_regular:before { +.icon-ic_fluent_document_ribbon_20_regular:before { content: "\e69d"; } -.icon-ic_fluent_document_search_20_filled:before { +.icon-ic_fluent_document_sass_20_filled:before { content: "\e69e"; } -.icon-ic_fluent_document_search_20_regular:before { +.icon-ic_fluent_document_sass_20_regular:before { content: "\e69f"; } -.icon-ic_fluent_document_settings_20_filled:before { +.icon-ic_fluent_document_save_20_filled:before { content: "\e6a0"; } -.icon-ic_fluent_document_settings_20_regular:before { +.icon-ic_fluent_document_save_20_regular:before { content: "\e6a1"; } -.icon-ic_fluent_document_split_hint_20_filled:before { +.icon-ic_fluent_document_search_20_filled:before { content: "\e6a2"; } -.icon-ic_fluent_document_split_hint_20_regular:before { +.icon-ic_fluent_document_search_20_regular:before { content: "\e6a3"; } -.icon-ic_fluent_document_split_hint_off_20_filled:before { +.icon-ic_fluent_document_settings_20_filled:before { content: "\e6a4"; } -.icon-ic_fluent_document_split_hint_off_20_regular:before { +.icon-ic_fluent_document_settings_20_regular:before { content: "\e6a5"; } -.icon-ic_fluent_document_sync_20_filled:before { +.icon-ic_fluent_document_split_hint_20_filled:before { content: "\e6a6"; } -.icon-ic_fluent_document_sync_20_regular:before { +.icon-ic_fluent_document_split_hint_20_regular:before { content: "\e6a7"; } -.icon-ic_fluent_document_table_20_filled:before { +.icon-ic_fluent_document_split_hint_off_20_filled:before { content: "\e6a8"; } -.icon-ic_fluent_document_table_20_regular:before { +.icon-ic_fluent_document_split_hint_off_20_regular:before { content: "\e6a9"; } -.icon-ic_fluent_document_table_arrow_right_20_filled:before { +.icon-ic_fluent_document_sync_20_filled:before { content: "\e6aa"; } -.icon-ic_fluent_document_table_arrow_right_20_regular:before { +.icon-ic_fluent_document_sync_20_regular:before { content: "\e6ab"; } -.icon-ic_fluent_document_table_checkmark_20_filled:before { +.icon-ic_fluent_document_table_20_filled:before { content: "\e6ac"; } -.icon-ic_fluent_document_table_checkmark_20_regular:before { +.icon-ic_fluent_document_table_20_regular:before { content: "\e6ad"; } -.icon-ic_fluent_document_table_cube_20_filled:before { +.icon-ic_fluent_document_table_arrow_right_20_filled:before { content: "\e6ae"; } -.icon-ic_fluent_document_table_cube_20_regular:before { +.icon-ic_fluent_document_table_arrow_right_20_regular:before { content: "\e6af"; } -.icon-ic_fluent_document_table_search_20_filled:before { +.icon-ic_fluent_document_table_checkmark_20_filled:before { content: "\e6b0"; } -.icon-ic_fluent_document_table_search_20_regular:before { +.icon-ic_fluent_document_table_checkmark_20_regular:before { content: "\e6b1"; } -.icon-ic_fluent_document_table_truck_20_filled:before { +.icon-ic_fluent_document_table_cube_20_filled:before { content: "\e6b2"; } -.icon-ic_fluent_document_table_truck_20_regular:before { +.icon-ic_fluent_document_table_cube_20_regular:before { content: "\e6b3"; } -.icon-ic_fluent_document_text_20_filled:before { +.icon-ic_fluent_document_table_search_20_filled:before { content: "\e6b4"; } -.icon-ic_fluent_document_text_20_regular:before { +.icon-ic_fluent_document_table_search_20_regular:before { content: "\e6b5"; } -.icon-ic_fluent_document_text_clock_20_filled:before { +.icon-ic_fluent_document_table_truck_20_filled:before { content: "\e6b6"; } -.icon-ic_fluent_document_text_clock_20_regular:before { +.icon-ic_fluent_document_table_truck_20_regular:before { content: "\e6b7"; } -.icon-ic_fluent_document_text_extract_20_filled:before { +.icon-ic_fluent_document_text_20_filled:before { content: "\e6b8"; } -.icon-ic_fluent_document_text_extract_20_regular:before { +.icon-ic_fluent_document_text_20_regular:before { content: "\e6b9"; } -.icon-ic_fluent_document_text_link_20_filled:before { +.icon-ic_fluent_document_text_clock_20_filled:before { content: "\e6ba"; } -.icon-ic_fluent_document_text_link_20_regular:before { +.icon-ic_fluent_document_text_clock_20_regular:before { content: "\e6bb"; } -.icon-ic_fluent_document_text_toolbox_20_filled:before { +.icon-ic_fluent_document_text_extract_20_filled:before { content: "\e6bc"; } -.icon-ic_fluent_document_text_toolbox_20_regular:before { +.icon-ic_fluent_document_text_extract_20_regular:before { content: "\e6bd"; } -.icon-ic_fluent_document_toolbox_20_filled:before { +.icon-ic_fluent_document_text_link_20_filled:before { content: "\e6be"; } -.icon-ic_fluent_document_toolbox_20_regular:before { +.icon-ic_fluent_document_text_link_20_regular:before { content: "\e6bf"; } -.icon-ic_fluent_document_width_20_filled:before { +.icon-ic_fluent_document_text_toolbox_20_filled:before { content: "\e6c0"; } -.icon-ic_fluent_document_width_20_regular:before { +.icon-ic_fluent_document_text_toolbox_20_regular:before { content: "\e6c1"; } -.icon-ic_fluent_document_yml_20_filled:before { +.icon-ic_fluent_document_toolbox_20_filled:before { content: "\e6c2"; } -.icon-ic_fluent_document_yml_20_regular:before { +.icon-ic_fluent_document_toolbox_20_regular:before { content: "\e6c3"; } -.icon-ic_fluent_door_20_filled:before { +.icon-ic_fluent_document_width_20_filled:before { content: "\e6c4"; } -.icon-ic_fluent_door_20_regular:before { +.icon-ic_fluent_document_width_20_regular:before { content: "\e6c5"; } -.icon-ic_fluent_door_arrow_left_20_filled:before { +.icon-ic_fluent_document_yml_20_filled:before { content: "\e6c6"; } -.icon-ic_fluent_door_arrow_left_20_regular:before { +.icon-ic_fluent_document_yml_20_regular:before { content: "\e6c7"; } -.icon-ic_fluent_door_arrow_right_20_filled:before { +.icon-ic_fluent_door_20_filled:before { content: "\e6c8"; } -.icon-ic_fluent_door_arrow_right_20_regular:before { +.icon-ic_fluent_door_20_regular:before { content: "\e6c9"; } -.icon-ic_fluent_door_tag_20_filled:before { +.icon-ic_fluent_door_arrow_left_20_filled:before { content: "\e6ca"; } -.icon-ic_fluent_door_tag_20_regular:before { +.icon-ic_fluent_door_arrow_left_20_regular:before { content: "\e6cb"; } -.icon-ic_fluent_double_swipe_down_20_filled:before { +.icon-ic_fluent_door_arrow_right_20_filled:before { content: "\e6cc"; } -.icon-ic_fluent_double_swipe_down_20_regular:before { +.icon-ic_fluent_door_arrow_right_20_regular:before { content: "\e6cd"; } -.icon-ic_fluent_double_swipe_up_20_filled:before { +.icon-ic_fluent_door_tag_20_filled:before { content: "\e6ce"; } -.icon-ic_fluent_double_swipe_up_20_regular:before { +.icon-ic_fluent_door_tag_20_regular:before { content: "\e6cf"; } -.icon-ic_fluent_double_tap_swipe_down_20_filled:before { +.icon-ic_fluent_double_swipe_down_20_filled:before { content: "\e6d0"; } -.icon-ic_fluent_double_tap_swipe_down_20_regular:before { +.icon-ic_fluent_double_swipe_down_20_regular:before { content: "\e6d1"; } -.icon-ic_fluent_double_tap_swipe_up_20_filled:before { +.icon-ic_fluent_double_swipe_up_20_filled:before { content: "\e6d2"; } -.icon-ic_fluent_double_tap_swipe_up_20_regular:before { +.icon-ic_fluent_double_swipe_up_20_regular:before { content: "\e6d3"; } -.icon-ic_fluent_drafts_20_filled:before { +.icon-ic_fluent_double_tap_swipe_down_20_filled:before { content: "\e6d4"; } -.icon-ic_fluent_drafts_20_regular:before { +.icon-ic_fluent_double_tap_swipe_down_20_regular:before { content: "\e6d5"; } -.icon-ic_fluent_drag_20_filled:before { +.icon-ic_fluent_double_tap_swipe_up_20_filled:before { content: "\e6d6"; } -.icon-ic_fluent_drag_20_regular:before { +.icon-ic_fluent_double_tap_swipe_up_20_regular:before { content: "\e6d7"; } -.icon-ic_fluent_draw_image_20_filled:before { +.icon-ic_fluent_drafts_20_filled:before { content: "\e6d8"; } -.icon-ic_fluent_draw_image_20_regular:before { +.icon-ic_fluent_drafts_20_regular:before { content: "\e6d9"; } -.icon-ic_fluent_draw_shape_20_filled:before { +.icon-ic_fluent_drag_20_filled:before { content: "\e6da"; } -.icon-ic_fluent_draw_shape_20_regular:before { +.icon-ic_fluent_drag_20_regular:before { content: "\e6db"; } -.icon-ic_fluent_draw_text_20_filled:before { +.icon-ic_fluent_draw_image_20_filled:before { content: "\e6dc"; } -.icon-ic_fluent_draw_text_20_regular:before { +.icon-ic_fluent_draw_image_20_regular:before { content: "\e6dd"; } -.icon-ic_fluent_drawer_20_filled:before { +.icon-ic_fluent_draw_shape_20_filled:before { content: "\e6de"; } -.icon-ic_fluent_drawer_20_regular:before { +.icon-ic_fluent_draw_shape_20_regular:before { content: "\e6df"; } -.icon-ic_fluent_drawer_add_20_filled:before { +.icon-ic_fluent_draw_text_20_filled:before { content: "\e6e0"; } -.icon-ic_fluent_drawer_add_20_regular:before { +.icon-ic_fluent_draw_text_20_regular:before { content: "\e6e1"; } -.icon-ic_fluent_drawer_arrow_download_20_filled:before { +.icon-ic_fluent_drawer_20_filled:before { content: "\e6e2"; } -.icon-ic_fluent_drawer_arrow_download_20_regular:before { +.icon-ic_fluent_drawer_20_regular:before { content: "\e6e3"; } -.icon-ic_fluent_drawer_dismiss_20_filled:before { +.icon-ic_fluent_drawer_add_20_filled:before { content: "\e6e4"; } -.icon-ic_fluent_drawer_dismiss_20_regular:before { +.icon-ic_fluent_drawer_add_20_regular:before { content: "\e6e5"; } -.icon-ic_fluent_drawer_play_20_filled:before { +.icon-ic_fluent_drawer_arrow_download_20_filled:before { content: "\e6e6"; } -.icon-ic_fluent_drawer_play_20_regular:before { +.icon-ic_fluent_drawer_arrow_download_20_regular:before { content: "\e6e7"; } -.icon-ic_fluent_drawer_subtract_20_filled:before { +.icon-ic_fluent_drawer_dismiss_20_filled:before { content: "\e6e8"; } -.icon-ic_fluent_drawer_subtract_20_regular:before { +.icon-ic_fluent_drawer_dismiss_20_regular:before { content: "\e6e9"; } -.icon-ic_fluent_drink_beer_20_filled:before { +.icon-ic_fluent_drawer_play_20_filled:before { content: "\e6ea"; } -.icon-ic_fluent_drink_beer_20_regular:before { +.icon-ic_fluent_drawer_play_20_regular:before { content: "\e6eb"; } -.icon-ic_fluent_drink_bottle_20_filled:before { +.icon-ic_fluent_drawer_subtract_20_filled:before { content: "\e6ec"; } -.icon-ic_fluent_drink_bottle_20_regular:before { +.icon-ic_fluent_drawer_subtract_20_regular:before { content: "\e6ed"; } -.icon-ic_fluent_drink_bottle_off_20_filled:before { +.icon-ic_fluent_drink_beer_20_filled:before { content: "\e6ee"; } -.icon-ic_fluent_drink_bottle_off_20_regular:before { +.icon-ic_fluent_drink_beer_20_regular:before { content: "\e6ef"; } -.icon-ic_fluent_drink_coffee_20_filled:before { +.icon-ic_fluent_drink_bottle_20_filled:before { content: "\e6f0"; } -.icon-ic_fluent_drink_coffee_20_regular:before { +.icon-ic_fluent_drink_bottle_20_regular:before { content: "\e6f1"; } -.icon-ic_fluent_drink_margarita_20_filled:before { +.icon-ic_fluent_drink_bottle_off_20_filled:before { content: "\e6f2"; } -.icon-ic_fluent_drink_margarita_20_regular:before { +.icon-ic_fluent_drink_bottle_off_20_regular:before { content: "\e6f3"; } -.icon-ic_fluent_drink_to_go_20_filled:before { +.icon-ic_fluent_drink_coffee_20_filled:before { content: "\e6f4"; } -.icon-ic_fluent_drink_to_go_20_regular:before { +.icon-ic_fluent_drink_coffee_20_regular:before { content: "\e6f5"; } -.icon-ic_fluent_drink_wine_20_filled:before { +.icon-ic_fluent_drink_margarita_20_filled:before { content: "\e6f6"; } -.icon-ic_fluent_drink_wine_20_regular:before { +.icon-ic_fluent_drink_margarita_20_regular:before { content: "\e6f7"; } -.icon-ic_fluent_drive_train_20_filled:before { +.icon-ic_fluent_drink_to_go_20_filled:before { content: "\e6f8"; } -.icon-ic_fluent_drive_train_20_regular:before { +.icon-ic_fluent_drink_to_go_20_regular:before { content: "\e6f9"; } -.icon-ic_fluent_drop_20_filled:before { +.icon-ic_fluent_drink_wine_20_filled:before { content: "\e6fa"; } -.icon-ic_fluent_drop_20_regular:before { +.icon-ic_fluent_drink_wine_20_regular:before { content: "\e6fb"; } -.icon-ic_fluent_dual_screen_20_filled:before { +.icon-ic_fluent_drive_train_20_filled:before { content: "\e6fc"; } -.icon-ic_fluent_dual_screen_20_regular:before { +.icon-ic_fluent_drive_train_20_regular:before { content: "\e6fd"; } -.icon-ic_fluent_dual_screen_add_20_filled:before { +.icon-ic_fluent_drop_20_filled:before { content: "\e6fe"; } -.icon-ic_fluent_dual_screen_add_20_regular:before { +.icon-ic_fluent_drop_20_regular:before { content: "\e6ff"; } -.icon-ic_fluent_dual_screen_arrow_right_20_filled:before { +.icon-ic_fluent_dual_screen_20_filled:before { content: "\e700"; } -.icon-ic_fluent_dual_screen_arrow_right_20_regular:before { +.icon-ic_fluent_dual_screen_20_regular:before { content: "\e701"; } -.icon-ic_fluent_dual_screen_arrow_up_20_filled:before { +.icon-ic_fluent_dual_screen_add_20_filled:before { content: "\e702"; } -.icon-ic_fluent_dual_screen_arrow_up_20_regular:before { +.icon-ic_fluent_dual_screen_add_20_regular:before { content: "\e703"; } -.icon-ic_fluent_dual_screen_clock_20_filled:before { +.icon-ic_fluent_dual_screen_arrow_right_20_filled:before { content: "\e704"; } -.icon-ic_fluent_dual_screen_clock_20_regular:before { +.icon-ic_fluent_dual_screen_arrow_right_20_regular:before { content: "\e705"; } -.icon-ic_fluent_dual_screen_closed_alert_20_filled:before { +.icon-ic_fluent_dual_screen_arrow_up_20_filled:before { content: "\e706"; } -.icon-ic_fluent_dual_screen_closed_alert_20_regular:before { +.icon-ic_fluent_dual_screen_arrow_up_20_regular:before { content: "\e707"; } -.icon-ic_fluent_dual_screen_desktop_20_filled:before { +.icon-ic_fluent_dual_screen_clock_20_filled:before { content: "\e708"; } -.icon-ic_fluent_dual_screen_desktop_20_regular:before { +.icon-ic_fluent_dual_screen_clock_20_regular:before { content: "\e709"; } -.icon-ic_fluent_dual_screen_dismiss_20_filled:before { +.icon-ic_fluent_dual_screen_closed_alert_20_filled:before { content: "\e70a"; } -.icon-ic_fluent_dual_screen_dismiss_20_regular:before { +.icon-ic_fluent_dual_screen_closed_alert_20_regular:before { content: "\e70b"; } -.icon-ic_fluent_dual_screen_group_20_filled:before { +.icon-ic_fluent_dual_screen_desktop_20_filled:before { content: "\e70c"; } -.icon-ic_fluent_dual_screen_group_20_regular:before { +.icon-ic_fluent_dual_screen_desktop_20_regular:before { content: "\e70d"; } -.icon-ic_fluent_dual_screen_header_20_filled:before { +.icon-ic_fluent_dual_screen_dismiss_20_filled:before { content: "\e70e"; } -.icon-ic_fluent_dual_screen_header_20_regular:before { +.icon-ic_fluent_dual_screen_dismiss_20_regular:before { content: "\e70f"; } -.icon-ic_fluent_dual_screen_lock_20_filled:before { +.icon-ic_fluent_dual_screen_group_20_filled:before { content: "\e710"; } -.icon-ic_fluent_dual_screen_lock_20_regular:before { +.icon-ic_fluent_dual_screen_group_20_regular:before { content: "\e711"; } -.icon-ic_fluent_dual_screen_mirror_20_filled:before { +.icon-ic_fluent_dual_screen_header_20_filled:before { content: "\e712"; } -.icon-ic_fluent_dual_screen_mirror_20_regular:before { +.icon-ic_fluent_dual_screen_header_20_regular:before { content: "\e713"; } -.icon-ic_fluent_dual_screen_pagination_20_filled:before { +.icon-ic_fluent_dual_screen_lock_20_filled:before { content: "\e714"; } -.icon-ic_fluent_dual_screen_pagination_20_regular:before { +.icon-ic_fluent_dual_screen_lock_20_regular:before { content: "\e715"; } -.icon-ic_fluent_dual_screen_settings_20_filled:before { +.icon-ic_fluent_dual_screen_mirror_20_filled:before { content: "\e716"; } -.icon-ic_fluent_dual_screen_settings_20_regular:before { +.icon-ic_fluent_dual_screen_mirror_20_regular:before { content: "\e717"; } -.icon-ic_fluent_dual_screen_span_20_filled:before { +.icon-ic_fluent_dual_screen_pagination_20_filled:before { content: "\e718"; } -.icon-ic_fluent_dual_screen_span_20_regular:before { +.icon-ic_fluent_dual_screen_pagination_20_regular:before { content: "\e719"; } -.icon-ic_fluent_dual_screen_speaker_20_filled:before { +.icon-ic_fluent_dual_screen_settings_20_filled:before { content: "\e71a"; } -.icon-ic_fluent_dual_screen_speaker_20_regular:before { +.icon-ic_fluent_dual_screen_settings_20_regular:before { content: "\e71b"; } -.icon-ic_fluent_dual_screen_status_bar_20_filled:before { +.icon-ic_fluent_dual_screen_span_20_filled:before { content: "\e71c"; } -.icon-ic_fluent_dual_screen_status_bar_20_regular:before { +.icon-ic_fluent_dual_screen_span_20_regular:before { content: "\e71d"; } -.icon-ic_fluent_dual_screen_tablet_20_filled:before { +.icon-ic_fluent_dual_screen_speaker_20_filled:before { content: "\e71e"; } -.icon-ic_fluent_dual_screen_tablet_20_regular:before { +.icon-ic_fluent_dual_screen_speaker_20_regular:before { content: "\e71f"; } -.icon-ic_fluent_dual_screen_update_20_filled:before { +.icon-ic_fluent_dual_screen_status_bar_20_filled:before { content: "\e720"; } -.icon-ic_fluent_dual_screen_update_20_regular:before { +.icon-ic_fluent_dual_screen_status_bar_20_regular:before { content: "\e721"; } -.icon-ic_fluent_dual_screen_vertical_scroll_20_filled:before { +.icon-ic_fluent_dual_screen_tablet_20_filled:before { content: "\e722"; } -.icon-ic_fluent_dual_screen_vertical_scroll_20_regular:before { +.icon-ic_fluent_dual_screen_tablet_20_regular:before { content: "\e723"; } -.icon-ic_fluent_dual_screen_vibrate_20_filled:before { +.icon-ic_fluent_dual_screen_update_20_filled:before { content: "\e724"; } -.icon-ic_fluent_dual_screen_vibrate_20_regular:before { +.icon-ic_fluent_dual_screen_update_20_regular:before { content: "\e725"; } -.icon-ic_fluent_dumbbell_20_filled:before { +.icon-ic_fluent_dual_screen_vertical_scroll_20_filled:before { content: "\e726"; } -.icon-ic_fluent_dumbbell_20_regular:before { +.icon-ic_fluent_dual_screen_vertical_scroll_20_regular:before { content: "\e727"; } -.icon-ic_fluent_dust_20_filled:before { +.icon-ic_fluent_dual_screen_vibrate_20_filled:before { content: "\e728"; } -.icon-ic_fluent_dust_20_regular:before { +.icon-ic_fluent_dual_screen_vibrate_20_regular:before { content: "\e729"; } -.icon-ic_fluent_earth_20_filled:before { +.icon-ic_fluent_dumbbell_20_filled:before { content: "\e72a"; } -.icon-ic_fluent_earth_20_regular:before { +.icon-ic_fluent_dumbbell_20_regular:before { content: "\e72b"; } -.icon-ic_fluent_earth_leaf_20_filled:before { +.icon-ic_fluent_dust_20_filled:before { content: "\e72c"; } -.icon-ic_fluent_earth_leaf_20_regular:before { +.icon-ic_fluent_dust_20_regular:before { content: "\e72d"; } -.icon-ic_fluent_edit_20_filled:before { +.icon-ic_fluent_earth_20_filled:before { content: "\e72e"; } -.icon-ic_fluent_edit_20_regular:before { +.icon-ic_fluent_earth_20_regular:before { content: "\e72f"; } -.icon-ic_fluent_edit_arrow_back_20_filled:before { +.icon-ic_fluent_earth_leaf_20_filled:before { content: "\e730"; } -.icon-ic_fluent_edit_arrow_back_20_regular:before { +.icon-ic_fluent_earth_leaf_20_regular:before { content: "\e731"; } -.icon-ic_fluent_edit_off_20_filled:before { +.icon-ic_fluent_edit_20_filled:before { content: "\e732"; } -.icon-ic_fluent_edit_off_20_regular:before { +.icon-ic_fluent_edit_20_regular:before { content: "\e733"; } -.icon-ic_fluent_edit_prohibited_20_filled:before { +.icon-ic_fluent_edit_arrow_back_20_filled:before { content: "\e734"; } -.icon-ic_fluent_edit_prohibited_20_regular:before { +.icon-ic_fluent_edit_arrow_back_20_regular:before { content: "\e735"; } -.icon-ic_fluent_edit_settings_20_filled:before { +.icon-ic_fluent_edit_off_20_filled:before { content: "\e736"; } -.icon-ic_fluent_edit_settings_20_regular:before { +.icon-ic_fluent_edit_off_20_regular:before { content: "\e737"; } -.icon-ic_fluent_elevator_20_filled:before { +.icon-ic_fluent_edit_prohibited_20_filled:before { content: "\e738"; } -.icon-ic_fluent_elevator_20_regular:before { +.icon-ic_fluent_edit_prohibited_20_regular:before { content: "\e739"; } -.icon-ic_fluent_emoji_20_filled:before { +.icon-ic_fluent_edit_settings_20_filled:before { content: "\e73a"; } -.icon-ic_fluent_emoji_20_regular:before { +.icon-ic_fluent_edit_settings_20_regular:before { content: "\e73b"; } -.icon-ic_fluent_emoji_add_20_filled:before { +.icon-ic_fluent_elevator_20_filled:before { content: "\e73c"; } -.icon-ic_fluent_emoji_add_20_regular:before { +.icon-ic_fluent_elevator_20_regular:before { content: "\e73d"; } -.icon-ic_fluent_emoji_angry_20_filled:before { +.icon-ic_fluent_emoji_20_filled:before { content: "\e73e"; } -.icon-ic_fluent_emoji_angry_20_regular:before { +.icon-ic_fluent_emoji_20_regular:before { content: "\e73f"; } -.icon-ic_fluent_emoji_edit_20_filled:before { +.icon-ic_fluent_emoji_add_20_filled:before { content: "\e740"; } -.icon-ic_fluent_emoji_edit_20_regular:before { +.icon-ic_fluent_emoji_add_20_regular:before { content: "\e741"; } -.icon-ic_fluent_emoji_hand_20_filled:before { +.icon-ic_fluent_emoji_angry_20_filled:before { content: "\e742"; } -.icon-ic_fluent_emoji_hand_20_regular:before { +.icon-ic_fluent_emoji_angry_20_regular:before { content: "\e743"; } -.icon-ic_fluent_emoji_hint_20_filled:before { +.icon-ic_fluent_emoji_edit_20_filled:before { content: "\e744"; } -.icon-ic_fluent_emoji_hint_20_regular:before { +.icon-ic_fluent_emoji_edit_20_regular:before { content: "\e745"; } -.icon-ic_fluent_emoji_laugh_20_filled:before { +.icon-ic_fluent_emoji_hand_20_filled:before { content: "\e746"; } -.icon-ic_fluent_emoji_laugh_20_regular:before { +.icon-ic_fluent_emoji_hand_20_regular:before { content: "\e747"; } -.icon-ic_fluent_emoji_meh_20_filled:before { +.icon-ic_fluent_emoji_hint_20_filled:before { content: "\e748"; } -.icon-ic_fluent_emoji_meh_20_regular:before { +.icon-ic_fluent_emoji_hint_20_regular:before { content: "\e749"; } -.icon-ic_fluent_emoji_multiple_20_filled:before { +.icon-ic_fluent_emoji_laugh_20_filled:before { content: "\e74a"; } -.icon-ic_fluent_emoji_multiple_20_regular:before { +.icon-ic_fluent_emoji_laugh_20_regular:before { content: "\e74b"; } -.icon-ic_fluent_emoji_sad_20_filled:before { +.icon-ic_fluent_emoji_meh_20_filled:before { content: "\e74c"; } -.icon-ic_fluent_emoji_sad_20_regular:before { +.icon-ic_fluent_emoji_meh_20_regular:before { content: "\e74d"; } -.icon-ic_fluent_emoji_sad_slight_20_filled:before { +.icon-ic_fluent_emoji_multiple_20_filled:before { content: "\e74e"; } -.icon-ic_fluent_emoji_sad_slight_20_regular:before { +.icon-ic_fluent_emoji_multiple_20_regular:before { content: "\e74f"; } -.icon-ic_fluent_emoji_smile_slight_20_filled:before { +.icon-ic_fluent_emoji_sad_20_filled:before { content: "\e750"; } -.icon-ic_fluent_emoji_smile_slight_20_regular:before { +.icon-ic_fluent_emoji_sad_20_regular:before { content: "\e751"; } -.icon-ic_fluent_emoji_sparkle_20_filled:before { +.icon-ic_fluent_emoji_sad_slight_20_filled:before { content: "\e752"; } -.icon-ic_fluent_emoji_sparkle_20_regular:before { +.icon-ic_fluent_emoji_sad_slight_20_regular:before { content: "\e753"; } -.icon-ic_fluent_emoji_surprise_20_filled:before { +.icon-ic_fluent_emoji_smile_slight_20_filled:before { content: "\e754"; } -.icon-ic_fluent_emoji_surprise_20_regular:before { +.icon-ic_fluent_emoji_smile_slight_20_regular:before { content: "\e755"; } -.icon-ic_fluent_engine_20_filled:before { +.icon-ic_fluent_emoji_sparkle_20_filled:before { content: "\e756"; } -.icon-ic_fluent_engine_20_regular:before { +.icon-ic_fluent_emoji_sparkle_20_regular:before { content: "\e757"; } -.icon-ic_fluent_equal_circle_20_filled:before { +.icon-ic_fluent_emoji_surprise_20_filled:before { content: "\e758"; } -.icon-ic_fluent_equal_circle_20_regular:before { +.icon-ic_fluent_emoji_surprise_20_regular:before { content: "\e759"; } -.icon-ic_fluent_equal_off_20_filled:before { +.icon-ic_fluent_engine_20_filled:before { content: "\e75a"; } -.icon-ic_fluent_equal_off_20_regular:before { +.icon-ic_fluent_engine_20_regular:before { content: "\e75b"; } -.icon-ic_fluent_eraser_20_filled:before { +.icon-ic_fluent_equal_circle_20_filled:before { content: "\e75c"; } -.icon-ic_fluent_eraser_20_regular:before { +.icon-ic_fluent_equal_circle_20_regular:before { content: "\e75d"; } -.icon-ic_fluent_eraser_medium_20_filled:before { +.icon-ic_fluent_equal_off_20_filled:before { content: "\e75e"; } -.icon-ic_fluent_eraser_medium_20_regular:before { +.icon-ic_fluent_equal_off_20_regular:before { content: "\e75f"; } -.icon-ic_fluent_eraser_segment_20_filled:before { +.icon-ic_fluent_eraser_20_filled:before { content: "\e760"; } -.icon-ic_fluent_eraser_segment_20_regular:before { +.icon-ic_fluent_eraser_20_regular:before { content: "\e761"; } -.icon-ic_fluent_eraser_small_20_filled:before { +.icon-ic_fluent_eraser_medium_20_filled:before { content: "\e762"; } -.icon-ic_fluent_eraser_small_20_regular:before { +.icon-ic_fluent_eraser_medium_20_regular:before { content: "\e763"; } -.icon-ic_fluent_eraser_tool_20_filled:before { +.icon-ic_fluent_eraser_segment_20_filled:before { content: "\e764"; } -.icon-ic_fluent_eraser_tool_20_regular:before { +.icon-ic_fluent_eraser_segment_20_regular:before { content: "\e765"; } -.icon-ic_fluent_error_circle_20_filled:before { +.icon-ic_fluent_eraser_small_20_filled:before { content: "\e766"; } -.icon-ic_fluent_error_circle_20_regular:before { +.icon-ic_fluent_eraser_small_20_regular:before { content: "\e767"; } -.icon-ic_fluent_error_circle_settings_20_filled:before { +.icon-ic_fluent_eraser_tool_20_filled:before { content: "\e768"; } -.icon-ic_fluent_error_circle_settings_20_regular:before { +.icon-ic_fluent_eraser_tool_20_regular:before { content: "\e769"; } -.icon-ic_fluent_expand_up_left_20_filled:before { +.icon-ic_fluent_error_circle_20_filled:before { content: "\e76a"; } -.icon-ic_fluent_expand_up_left_20_regular:before { +.icon-ic_fluent_error_circle_20_regular:before { content: "\e76b"; } -.icon-ic_fluent_expand_up_right_20_filled:before { +.icon-ic_fluent_error_circle_settings_20_filled:before { content: "\e76c"; } -.icon-ic_fluent_expand_up_right_20_regular:before { +.icon-ic_fluent_error_circle_settings_20_regular:before { content: "\e76d"; } -.icon-ic_fluent_extended_dock_20_filled:before { +.icon-ic_fluent_expand_up_left_20_filled:before { content: "\e76e"; } -.icon-ic_fluent_extended_dock_20_regular:before { +.icon-ic_fluent_expand_up_left_20_regular:before { content: "\e76f"; } -.icon-ic_fluent_eye_20_filled:before { +.icon-ic_fluent_expand_up_right_20_filled:before { content: "\e770"; } -.icon-ic_fluent_eye_20_regular:before { +.icon-ic_fluent_expand_up_right_20_regular:before { content: "\e771"; } -.icon-ic_fluent_eye_lines_20_filled:before { +.icon-ic_fluent_extended_dock_20_filled:before { content: "\e772"; } -.icon-ic_fluent_eye_lines_20_regular:before { +.icon-ic_fluent_extended_dock_20_regular:before { content: "\e773"; } -.icon-ic_fluent_eye_off_20_filled:before { +.icon-ic_fluent_eye_20_filled:before { content: "\e774"; } -.icon-ic_fluent_eye_off_20_regular:before { +.icon-ic_fluent_eye_20_regular:before { content: "\e775"; } -.icon-ic_fluent_eye_tracking_20_filled:before { +.icon-ic_fluent_eye_lines_20_filled:before { content: "\e776"; } -.icon-ic_fluent_eye_tracking_20_regular:before { +.icon-ic_fluent_eye_lines_20_regular:before { content: "\e777"; } -.icon-ic_fluent_eye_tracking_off_20_filled:before { +.icon-ic_fluent_eye_off_20_filled:before { content: "\e778"; } -.icon-ic_fluent_eye_tracking_off_20_regular:before { +.icon-ic_fluent_eye_off_20_regular:before { content: "\e779"; } -.icon-ic_fluent_eyedropper_20_filled:before { +.icon-ic_fluent_eye_tracking_20_filled:before { content: "\e77a"; } -.icon-ic_fluent_eyedropper_20_regular:before { +.icon-ic_fluent_eye_tracking_20_regular:before { content: "\e77b"; } -.icon-ic_fluent_eyedropper_off_20_filled:before { +.icon-ic_fluent_eye_tracking_off_20_filled:before { content: "\e77c"; } -.icon-ic_fluent_eyedropper_off_20_regular:before { +.icon-ic_fluent_eye_tracking_off_20_regular:before { content: "\e77d"; } -.icon-ic_fluent_f_stop_20_filled:before { +.icon-ic_fluent_eyedropper_20_filled:before { content: "\e77e"; } -.icon-ic_fluent_f_stop_20_regular:before { +.icon-ic_fluent_eyedropper_20_regular:before { content: "\e77f"; } -.icon-ic_fluent_fast_acceleration_20_filled:before { +.icon-ic_fluent_eyedropper_off_20_filled:before { content: "\e780"; } -.icon-ic_fluent_fast_acceleration_20_regular:before { +.icon-ic_fluent_eyedropper_off_20_regular:before { content: "\e781"; } -.icon-ic_fluent_fast_forward_20_filled:before { +.icon-ic_fluent_f_stop_20_filled:before { content: "\e782"; } -.icon-ic_fluent_fast_forward_20_regular:before { +.icon-ic_fluent_f_stop_20_regular:before { content: "\e783"; } -.icon-ic_fluent_fax_20_filled:before { +.icon-ic_fluent_fast_acceleration_20_filled:before { content: "\e784"; } -.icon-ic_fluent_fax_20_regular:before { +.icon-ic_fluent_fast_acceleration_20_regular:before { content: "\e785"; } -.icon-ic_fluent_feed_20_filled:before { +.icon-ic_fluent_fast_forward_20_filled:before { content: "\e786"; } -.icon-ic_fluent_feed_20_regular:before { +.icon-ic_fluent_fast_forward_20_regular:before { content: "\e787"; } -.icon-ic_fluent_filmstrip_20_filled:before { +.icon-ic_fluent_fax_20_filled:before { content: "\e788"; } -.icon-ic_fluent_filmstrip_20_regular:before { +.icon-ic_fluent_fax_20_regular:before { content: "\e789"; } -.icon-ic_fluent_filmstrip_image_20_filled:before { +.icon-ic_fluent_feed_20_filled:before { content: "\e78a"; } -.icon-ic_fluent_filmstrip_image_20_regular:before { +.icon-ic_fluent_feed_20_regular:before { content: "\e78b"; } -.icon-ic_fluent_filmstrip_play_20_filled:before { +.icon-ic_fluent_filmstrip_20_filled:before { content: "\e78c"; } -.icon-ic_fluent_filmstrip_play_20_regular:before { +.icon-ic_fluent_filmstrip_20_regular:before { content: "\e78d"; } -.icon-ic_fluent_filmstrip_split_20_filled:before { +.icon-ic_fluent_filmstrip_image_20_filled:before { content: "\e78e"; } -.icon-ic_fluent_filmstrip_split_20_regular:before { +.icon-ic_fluent_filmstrip_image_20_regular:before { content: "\e78f"; } -.icon-ic_fluent_filter_20_filled:before { +.icon-ic_fluent_filmstrip_play_20_filled:before { content: "\e790"; } -.icon-ic_fluent_filter_20_regular:before { +.icon-ic_fluent_filmstrip_play_20_regular:before { content: "\e791"; } -.icon-ic_fluent_filter_add_20_filled:before { +.icon-ic_fluent_filmstrip_split_20_filled:before { content: "\e792"; } -.icon-ic_fluent_filter_add_20_regular:before { +.icon-ic_fluent_filmstrip_split_20_regular:before { content: "\e793"; } -.icon-ic_fluent_filter_dismiss_20_filled:before { +.icon-ic_fluent_filter_20_filled:before { content: "\e794"; } -.icon-ic_fluent_filter_dismiss_20_regular:before { +.icon-ic_fluent_filter_20_regular:before { content: "\e795"; } -.icon-ic_fluent_filter_sync_20_filled:before { +.icon-ic_fluent_filter_add_20_filled:before { content: "\e796"; } -.icon-ic_fluent_filter_sync_20_regular:before { +.icon-ic_fluent_filter_add_20_regular:before { content: "\e797"; } -.icon-ic_fluent_fingerprint_20_filled:before { +.icon-ic_fluent_filter_dismiss_20_filled:before { content: "\e798"; } -.icon-ic_fluent_fingerprint_20_regular:before { +.icon-ic_fluent_filter_dismiss_20_regular:before { content: "\e799"; } -.icon-ic_fluent_fire_20_filled:before { +.icon-ic_fluent_filter_sync_20_filled:before { content: "\e79a"; } -.icon-ic_fluent_fire_20_regular:before { +.icon-ic_fluent_filter_sync_20_regular:before { content: "\e79b"; } -.icon-ic_fluent_fireplace_20_filled:before { +.icon-ic_fluent_fingerprint_20_filled:before { content: "\e79c"; } -.icon-ic_fluent_fireplace_20_regular:before { +.icon-ic_fluent_fingerprint_20_regular:before { content: "\e79d"; } -.icon-ic_fluent_fixed_width_20_filled:before { +.icon-ic_fluent_fire_20_filled:before { content: "\e79e"; } -.icon-ic_fluent_fixed_width_20_regular:before { +.icon-ic_fluent_fire_20_regular:before { content: "\e79f"; } -.icon-ic_fluent_flag_20_filled:before { +.icon-ic_fluent_fireplace_20_filled:before { content: "\e7a0"; } -.icon-ic_fluent_flag_20_regular:before { +.icon-ic_fluent_fireplace_20_regular:before { content: "\e7a1"; } -.icon-ic_fluent_flag_checkered_20_filled:before { +.icon-ic_fluent_fixed_width_20_filled:before { content: "\e7a2"; } -.icon-ic_fluent_flag_checkered_20_regular:before { +.icon-ic_fluent_fixed_width_20_regular:before { content: "\e7a3"; } -.icon-ic_fluent_flag_clock_20_filled:before { +.icon-ic_fluent_flag_20_filled:before { content: "\e7a4"; } -.icon-ic_fluent_flag_clock_20_regular:before { +.icon-ic_fluent_flag_20_regular:before { content: "\e7a5"; } -.icon-ic_fluent_flag_off_20_filled:before { +.icon-ic_fluent_flag_checkered_20_filled:before { content: "\e7a6"; } -.icon-ic_fluent_flag_off_20_regular:before { +.icon-ic_fluent_flag_checkered_20_regular:before { content: "\e7a7"; } -.icon-ic_fluent_flag_pride_20_filled:before { +.icon-ic_fluent_flag_clock_20_filled:before { content: "\e7a8"; } -.icon-ic_fluent_flag_pride_intersex_inclusive_progress_20_filled:before { +.icon-ic_fluent_flag_clock_20_regular:before { content: "\e7a9"; } -.icon-ic_fluent_flag_pride_philadelphia_20_filled:before { +.icon-ic_fluent_flag_off_20_filled:before { content: "\e7aa"; } -.icon-ic_fluent_flag_pride_progress_20_filled:before { +.icon-ic_fluent_flag_off_20_regular:before { content: "\e7ab"; } -.icon-ic_fluent_flash_20_filled:before { +.icon-ic_fluent_flag_pride_20_filled:before { content: "\e7ac"; } -.icon-ic_fluent_flash_20_regular:before { +.icon-ic_fluent_flag_pride_intersex_inclusive_progress_20_filled:before { content: "\e7ad"; } -.icon-ic_fluent_flash_add_20_filled:before { +.icon-ic_fluent_flag_pride_philadelphia_20_filled:before { content: "\e7ae"; } -.icon-ic_fluent_flash_add_20_regular:before { +.icon-ic_fluent_flag_pride_progress_20_filled:before { content: "\e7af"; } -.icon-ic_fluent_flash_auto_20_filled:before { +.icon-ic_fluent_flash_20_filled:before { content: "\e7b0"; } -.icon-ic_fluent_flash_auto_20_regular:before { +.icon-ic_fluent_flash_20_regular:before { content: "\e7b1"; } -.icon-ic_fluent_flash_checkmark_20_filled:before { +.icon-ic_fluent_flash_add_20_filled:before { content: "\e7b2"; } -.icon-ic_fluent_flash_checkmark_20_regular:before { +.icon-ic_fluent_flash_add_20_regular:before { content: "\e7b3"; } -.icon-ic_fluent_flash_flow_20_filled:before { +.icon-ic_fluent_flash_auto_20_filled:before { content: "\e7b4"; } -.icon-ic_fluent_flash_flow_20_regular:before { +.icon-ic_fluent_flash_auto_20_regular:before { content: "\e7b5"; } -.icon-ic_fluent_flash_off_20_filled:before { +.icon-ic_fluent_flash_checkmark_20_filled:before { content: "\e7b6"; } -.icon-ic_fluent_flash_off_20_regular:before { +.icon-ic_fluent_flash_checkmark_20_regular:before { content: "\e7b7"; } -.icon-ic_fluent_flash_play_20_filled:before { +.icon-ic_fluent_flash_flow_20_filled:before { content: "\e7b8"; } -.icon-ic_fluent_flash_play_20_regular:before { +.icon-ic_fluent_flash_flow_20_regular:before { content: "\e7b9"; } -.icon-ic_fluent_flash_settings_20_filled:before { +.icon-ic_fluent_flash_off_20_filled:before { content: "\e7ba"; } -.icon-ic_fluent_flash_settings_20_regular:before { +.icon-ic_fluent_flash_off_20_regular:before { content: "\e7bb"; } -.icon-ic_fluent_flash_sparkle_20_filled:before { +.icon-ic_fluent_flash_play_20_filled:before { content: "\e7bc"; } -.icon-ic_fluent_flash_sparkle_20_regular:before { +.icon-ic_fluent_flash_play_20_regular:before { content: "\e7bd"; } -.icon-ic_fluent_flashlight_20_filled:before { +.icon-ic_fluent_flash_settings_20_filled:before { content: "\e7be"; } -.icon-ic_fluent_flashlight_20_regular:before { +.icon-ic_fluent_flash_settings_20_regular:before { content: "\e7bf"; } -.icon-ic_fluent_flashlight_off_20_filled:before { +.icon-ic_fluent_flash_sparkle_20_filled:before { content: "\e7c0"; } -.icon-ic_fluent_flashlight_off_20_regular:before { +.icon-ic_fluent_flash_sparkle_20_regular:before { content: "\e7c1"; } -.icon-ic_fluent_flip_horizontal_20_filled:before { +.icon-ic_fluent_flashlight_20_filled:before { content: "\e7c2"; } -.icon-ic_fluent_flip_horizontal_20_regular:before { +.icon-ic_fluent_flashlight_20_regular:before { content: "\e7c3"; } -.icon-ic_fluent_flip_vertical_20_filled:before { +.icon-ic_fluent_flashlight_off_20_filled:before { content: "\e7c4"; } -.icon-ic_fluent_flip_vertical_20_regular:before { +.icon-ic_fluent_flashlight_off_20_regular:before { content: "\e7c5"; } -.icon-ic_fluent_flow_20_filled:before { +.icon-ic_fluent_flip_horizontal_20_filled:before { content: "\e7c6"; } -.icon-ic_fluent_flow_20_regular:before { +.icon-ic_fluent_flip_horizontal_20_regular:before { content: "\e7c7"; } -.icon-ic_fluent_flowchart_20_filled:before { +.icon-ic_fluent_flip_vertical_20_filled:before { content: "\e7c8"; } -.icon-ic_fluent_flowchart_20_regular:before { +.icon-ic_fluent_flip_vertical_20_regular:before { content: "\e7c9"; } -.icon-ic_fluent_flowchart_circle_20_filled:before { +.icon-ic_fluent_flow_20_filled:before { content: "\e7ca"; } -.icon-ic_fluent_flowchart_circle_20_regular:before { +.icon-ic_fluent_flow_20_regular:before { content: "\e7cb"; } -.icon-ic_fluent_fluent_20_filled:before { +.icon-ic_fluent_flowchart_20_filled:before { content: "\e7cc"; } -.icon-ic_fluent_fluent_20_regular:before { +.icon-ic_fluent_flowchart_20_regular:before { content: "\e7cd"; } -.icon-ic_fluent_fluid_20_filled:before { +.icon-ic_fluent_flowchart_circle_20_filled:before { content: "\e7ce"; } -.icon-ic_fluent_fluid_20_regular:before { +.icon-ic_fluent_flowchart_circle_20_regular:before { content: "\e7cf"; } -.icon-ic_fluent_folder_20_filled:before { +.icon-ic_fluent_fluent_20_filled:before { content: "\e7d0"; } -.icon-ic_fluent_folder_20_regular:before { +.icon-ic_fluent_fluent_20_regular:before { content: "\e7d1"; } -.icon-ic_fluent_folder_add_20_filled:before { +.icon-ic_fluent_fluid_20_filled:before { content: "\e7d2"; } -.icon-ic_fluent_folder_add_20_regular:before { +.icon-ic_fluent_fluid_20_regular:before { content: "\e7d3"; } -.icon-ic_fluent_folder_arrow_left_20_filled:before { +.icon-ic_fluent_folder_20_filled:before { content: "\e7d4"; } -.icon-ic_fluent_folder_arrow_left_20_regular:before { +.icon-ic_fluent_folder_20_regular:before { content: "\e7d5"; } -.icon-ic_fluent_folder_arrow_right_20_filled:before { +.icon-ic_fluent_folder_add_20_filled:before { content: "\e7d6"; } -.icon-ic_fluent_folder_arrow_right_20_regular:before { +.icon-ic_fluent_folder_add_20_regular:before { content: "\e7d7"; } -.icon-ic_fluent_folder_arrow_up_20_filled:before { +.icon-ic_fluent_folder_arrow_left_20_filled:before { content: "\e7d8"; } -.icon-ic_fluent_folder_arrow_up_20_regular:before { +.icon-ic_fluent_folder_arrow_left_20_regular:before { content: "\e7d9"; } -.icon-ic_fluent_folder_briefcase_20_filled:before { +.icon-ic_fluent_folder_arrow_right_20_filled:before { content: "\e7da"; } -.icon-ic_fluent_folder_briefcase_20_regular:before { +.icon-ic_fluent_folder_arrow_right_20_regular:before { content: "\e7db"; } -.icon-ic_fluent_folder_globe_20_filled:before { +.icon-ic_fluent_folder_arrow_up_20_filled:before { content: "\e7dc"; } -.icon-ic_fluent_folder_globe_20_regular:before { +.icon-ic_fluent_folder_arrow_up_20_regular:before { content: "\e7dd"; } -.icon-ic_fluent_folder_lightning_20_filled:before { +.icon-ic_fluent_folder_briefcase_20_filled:before { content: "\e7de"; } -.icon-ic_fluent_folder_lightning_20_regular:before { +.icon-ic_fluent_folder_briefcase_20_regular:before { content: "\e7df"; } -.icon-ic_fluent_folder_link_20_filled:before { +.icon-ic_fluent_folder_globe_20_filled:before { content: "\e7e0"; } -.icon-ic_fluent_folder_link_20_regular:before { +.icon-ic_fluent_folder_globe_20_regular:before { content: "\e7e1"; } -.icon-ic_fluent_folder_list_20_filled:before { +.icon-ic_fluent_folder_lightning_20_filled:before { content: "\e7e2"; } -.icon-ic_fluent_folder_list_20_regular:before { +.icon-ic_fluent_folder_lightning_20_regular:before { content: "\e7e3"; } -.icon-ic_fluent_folder_mail_20_filled:before { +.icon-ic_fluent_folder_link_20_filled:before { content: "\e7e4"; } -.icon-ic_fluent_folder_mail_20_regular:before { +.icon-ic_fluent_folder_link_20_regular:before { content: "\e7e5"; } -.icon-ic_fluent_folder_open_20_filled:before { +.icon-ic_fluent_folder_list_20_filled:before { content: "\e7e6"; } -.icon-ic_fluent_folder_open_20_regular:before { +.icon-ic_fluent_folder_list_20_regular:before { content: "\e7e7"; } -.icon-ic_fluent_folder_open_vertical_20_filled:before { +.icon-ic_fluent_folder_mail_20_filled:before { content: "\e7e8"; } -.icon-ic_fluent_folder_open_vertical_20_regular:before { +.icon-ic_fluent_folder_mail_20_regular:before { content: "\e7e9"; } -.icon-ic_fluent_folder_people_20_filled:before { +.icon-ic_fluent_folder_open_20_filled:before { content: "\e7ea"; } -.icon-ic_fluent_folder_people_20_regular:before { +.icon-ic_fluent_folder_open_20_regular:before { content: "\e7eb"; } -.icon-ic_fluent_folder_person_20_filled:before { +.icon-ic_fluent_folder_open_vertical_20_filled:before { content: "\e7ec"; } -.icon-ic_fluent_folder_person_20_regular:before { +.icon-ic_fluent_folder_open_vertical_20_regular:before { content: "\e7ed"; } -.icon-ic_fluent_folder_prohibited_20_filled:before { +.icon-ic_fluent_folder_people_20_filled:before { content: "\e7ee"; } -.icon-ic_fluent_folder_prohibited_20_regular:before { +.icon-ic_fluent_folder_people_20_regular:before { content: "\e7ef"; } -.icon-ic_fluent_folder_search_20_filled:before { +.icon-ic_fluent_folder_person_20_filled:before { content: "\e7f0"; } -.icon-ic_fluent_folder_search_20_regular:before { +.icon-ic_fluent_folder_person_20_regular:before { content: "\e7f1"; } -.icon-ic_fluent_folder_swap_20_filled:before { +.icon-ic_fluent_folder_prohibited_20_filled:before { content: "\e7f2"; } -.icon-ic_fluent_folder_swap_20_regular:before { +.icon-ic_fluent_folder_prohibited_20_regular:before { content: "\e7f3"; } -.icon-ic_fluent_folder_sync_20_filled:before { +.icon-ic_fluent_folder_search_20_filled:before { content: "\e7f4"; } -.icon-ic_fluent_folder_sync_20_regular:before { +.icon-ic_fluent_folder_search_20_regular:before { content: "\e7f5"; } -.icon-ic_fluent_folder_zip_20_filled:before { +.icon-ic_fluent_folder_swap_20_filled:before { content: "\e7f6"; } -.icon-ic_fluent_folder_zip_20_regular:before { +.icon-ic_fluent_folder_swap_20_regular:before { content: "\e7f7"; } -.icon-ic_fluent_font_decrease_20_filled:before { +.icon-ic_fluent_folder_sync_20_filled:before { content: "\e7f8"; } -.icon-ic_fluent_font_decrease_20_regular:before { +.icon-ic_fluent_folder_sync_20_regular:before { content: "\e7f9"; } -.icon-ic_fluent_font_increase_20_filled:before { +.icon-ic_fluent_folder_zip_20_filled:before { content: "\e7fa"; } -.icon-ic_fluent_font_increase_20_regular:before { +.icon-ic_fluent_folder_zip_20_regular:before { content: "\e7fb"; } -.icon-ic_fluent_font_space_tracking_in_20_filled:before { +.icon-ic_fluent_font_decrease_20_filled:before { content: "\e7fc"; } -.icon-ic_fluent_font_space_tracking_in_20_regular:before { +.icon-ic_fluent_font_decrease_20_regular:before { content: "\e7fd"; } -.icon-ic_fluent_font_space_tracking_out_20_filled:before { +.icon-ic_fluent_font_increase_20_filled:before { content: "\e7fe"; } -.icon-ic_fluent_font_space_tracking_out_20_regular:before { +.icon-ic_fluent_font_increase_20_regular:before { content: "\e7ff"; } -.icon-ic_fluent_food_20_filled:before { +.icon-ic_fluent_font_space_tracking_in_20_filled:before { content: "\e800"; } -.icon-ic_fluent_food_20_regular:before { +.icon-ic_fluent_font_space_tracking_in_20_regular:before { content: "\e801"; } -.icon-ic_fluent_food_apple_20_filled:before { +.icon-ic_fluent_font_space_tracking_out_20_filled:before { content: "\e802"; } -.icon-ic_fluent_food_apple_20_regular:before { +.icon-ic_fluent_font_space_tracking_out_20_regular:before { content: "\e803"; } -.icon-ic_fluent_food_cake_20_filled:before { +.icon-ic_fluent_food_20_filled:before { content: "\e804"; } -.icon-ic_fluent_food_cake_20_regular:before { +.icon-ic_fluent_food_20_regular:before { content: "\e805"; } -.icon-ic_fluent_food_carrot_20_filled:before { +.icon-ic_fluent_food_apple_20_filled:before { content: "\e806"; } -.icon-ic_fluent_food_carrot_20_regular:before { +.icon-ic_fluent_food_apple_20_regular:before { content: "\e807"; } -.icon-ic_fluent_food_chicken_leg_20_filled:before { +.icon-ic_fluent_food_cake_20_filled:before { content: "\e808"; } -.icon-ic_fluent_food_chicken_leg_20_regular:before { +.icon-ic_fluent_food_cake_20_regular:before { content: "\e809"; } -.icon-ic_fluent_food_egg_20_filled:before { +.icon-ic_fluent_food_carrot_20_filled:before { content: "\e80a"; } -.icon-ic_fluent_food_egg_20_regular:before { +.icon-ic_fluent_food_carrot_20_regular:before { content: "\e80b"; } -.icon-ic_fluent_food_fish_20_filled:before { +.icon-ic_fluent_food_chicken_leg_20_filled:before { content: "\e80c"; } -.icon-ic_fluent_food_fish_20_regular:before { +.icon-ic_fluent_food_chicken_leg_20_regular:before { content: "\e80d"; } -.icon-ic_fluent_food_grains_20_filled:before { +.icon-ic_fluent_food_egg_20_filled:before { content: "\e80e"; } -.icon-ic_fluent_food_grains_20_regular:before { +.icon-ic_fluent_food_egg_20_regular:before { content: "\e80f"; } -.icon-ic_fluent_food_pizza_20_filled:before { +.icon-ic_fluent_food_fish_20_filled:before { content: "\e810"; } -.icon-ic_fluent_food_pizza_20_regular:before { +.icon-ic_fluent_food_fish_20_regular:before { content: "\e811"; } -.icon-ic_fluent_food_toast_20_filled:before { +.icon-ic_fluent_food_grains_20_filled:before { content: "\e812"; } -.icon-ic_fluent_food_toast_20_regular:before { +.icon-ic_fluent_food_grains_20_regular:before { content: "\e813"; } -.icon-ic_fluent_form_20_filled:before { +.icon-ic_fluent_food_pizza_20_filled:before { content: "\e814"; } -.icon-ic_fluent_form_20_regular:before { +.icon-ic_fluent_food_pizza_20_regular:before { content: "\e815"; } -.icon-ic_fluent_form_multiple_20_filled:before { +.icon-ic_fluent_food_toast_20_filled:before { content: "\e816"; } -.icon-ic_fluent_form_multiple_20_regular:before { +.icon-ic_fluent_food_toast_20_regular:before { content: "\e817"; } -.icon-ic_fluent_form_new_20_filled:before { +.icon-ic_fluent_form_20_filled:before { content: "\e818"; } -.icon-ic_fluent_form_new_20_regular:before { +.icon-ic_fluent_form_20_regular:before { content: "\e819"; } -.icon-ic_fluent_fps_120_20_filled:before { +.icon-ic_fluent_form_multiple_20_filled:before { content: "\e81a"; } -.icon-ic_fluent_fps_120_20_regular:before { +.icon-ic_fluent_form_multiple_20_regular:before { content: "\e81b"; } -.icon-ic_fluent_fps_240_20_filled:before { +.icon-ic_fluent_form_new_20_filled:before { content: "\e81c"; } -.icon-ic_fluent_fps_240_20_regular:before { +.icon-ic_fluent_form_new_20_regular:before { content: "\e81d"; } -.icon-ic_fluent_fps_30_20_filled:before { +.icon-ic_fluent_fps_120_20_filled:before { content: "\e81e"; } -.icon-ic_fluent_fps_30_20_regular:before { +.icon-ic_fluent_fps_120_20_regular:before { content: "\e81f"; } -.icon-ic_fluent_fps_60_20_filled:before { +.icon-ic_fluent_fps_240_20_filled:before { content: "\e820"; } -.icon-ic_fluent_fps_60_20_regular:before { +.icon-ic_fluent_fps_240_20_regular:before { content: "\e821"; } -.icon-ic_fluent_fps_960_20_filled:before { +.icon-ic_fluent_fps_30_20_filled:before { content: "\e822"; } -.icon-ic_fluent_fps_960_20_regular:before { +.icon-ic_fluent_fps_30_20_regular:before { content: "\e823"; } -.icon-ic_fluent_frame_20_filled:before { +.icon-ic_fluent_fps_60_20_filled:before { content: "\e824"; } -.icon-ic_fluent_frame_20_regular:before { +.icon-ic_fluent_fps_60_20_regular:before { content: "\e825"; } -.icon-ic_fluent_full_screen_maximize_20_filled:before { +.icon-ic_fluent_fps_960_20_filled:before { content: "\e826"; } -.icon-ic_fluent_full_screen_maximize_20_regular:before { +.icon-ic_fluent_fps_960_20_regular:before { content: "\e827"; } -.icon-ic_fluent_full_screen_minimize_20_filled:before { +.icon-ic_fluent_frame_20_filled:before { content: "\e828"; } -.icon-ic_fluent_full_screen_minimize_20_regular:before { +.icon-ic_fluent_frame_20_regular:before { content: "\e829"; } -.icon-ic_fluent_games_20_filled:before { +.icon-ic_fluent_full_screen_maximize_20_filled:before { content: "\e82a"; } -.icon-ic_fluent_games_20_regular:before { +.icon-ic_fluent_full_screen_maximize_20_regular:before { content: "\e82b"; } -.icon-ic_fluent_gantt_chart_20_filled:before { +.icon-ic_fluent_full_screen_minimize_20_filled:before { content: "\e82c"; } -.icon-ic_fluent_gantt_chart_20_regular:before { +.icon-ic_fluent_full_screen_minimize_20_regular:before { content: "\e82d"; } -.icon-ic_fluent_gas_20_filled:before { +.icon-ic_fluent_games_20_filled:before { content: "\e82e"; } -.icon-ic_fluent_gas_20_regular:before { +.icon-ic_fluent_games_20_regular:before { content: "\e82f"; } -.icon-ic_fluent_gas_pump_20_filled:before { +.icon-ic_fluent_gantt_chart_20_filled:before { content: "\e830"; } -.icon-ic_fluent_gas_pump_20_regular:before { +.icon-ic_fluent_gantt_chart_20_regular:before { content: "\e831"; } -.icon-ic_fluent_gather_20_filled:before { +.icon-ic_fluent_gas_20_filled:before { content: "\e832"; } -.icon-ic_fluent_gather_20_regular:before { +.icon-ic_fluent_gas_20_regular:before { content: "\e833"; } -.icon-ic_fluent_gauge_20_filled:before { +.icon-ic_fluent_gas_pump_20_filled:before { content: "\e834"; } -.icon-ic_fluent_gauge_20_regular:before { +.icon-ic_fluent_gas_pump_20_regular:before { content: "\e835"; } -.icon-ic_fluent_gauge_add_20_filled:before { +.icon-ic_fluent_gather_20_filled:before { content: "\e836"; } -.icon-ic_fluent_gauge_add_20_regular:before { +.icon-ic_fluent_gather_20_regular:before { content: "\e837"; } -.icon-ic_fluent_gavel_20_filled:before { +.icon-ic_fluent_gauge_20_filled:before { content: "\e838"; } -.icon-ic_fluent_gavel_20_regular:before { +.icon-ic_fluent_gauge_20_regular:before { content: "\e839"; } -.icon-ic_fluent_gavel_prohibited_20_filled:before { +.icon-ic_fluent_gauge_add_20_filled:before { content: "\e83a"; } -.icon-ic_fluent_gavel_prohibited_20_regular:before { +.icon-ic_fluent_gauge_add_20_regular:before { content: "\e83b"; } -.icon-ic_fluent_gesture_20_filled:before { +.icon-ic_fluent_gavel_20_filled:before { content: "\e83c"; } -.icon-ic_fluent_gesture_20_regular:before { +.icon-ic_fluent_gavel_20_regular:before { content: "\e83d"; } -.icon-ic_fluent_gif_20_filled:before { +.icon-ic_fluent_gavel_prohibited_20_filled:before { content: "\e83e"; } -.icon-ic_fluent_gif_20_regular:before { +.icon-ic_fluent_gavel_prohibited_20_regular:before { content: "\e83f"; } -.icon-ic_fluent_gift_20_filled:before { +.icon-ic_fluent_gesture_20_filled:before { content: "\e840"; } -.icon-ic_fluent_gift_20_regular:before { +.icon-ic_fluent_gesture_20_regular:before { content: "\e841"; } -.icon-ic_fluent_gift_card_20_filled:before { +.icon-ic_fluent_gif_20_filled:before { content: "\e842"; } -.icon-ic_fluent_gift_card_20_regular:before { +.icon-ic_fluent_gif_20_regular:before { content: "\e843"; } -.icon-ic_fluent_gift_card_add_20_filled:before { +.icon-ic_fluent_gift_20_filled:before { content: "\e844"; } -.icon-ic_fluent_gift_card_add_20_regular:before { +.icon-ic_fluent_gift_20_regular:before { content: "\e845"; } -.icon-ic_fluent_gift_card_arrow_right_20_filled:before { +.icon-ic_fluent_gift_card_20_filled:before { content: "\e846"; } -.icon-ic_fluent_gift_card_arrow_right_20_regular:before { +.icon-ic_fluent_gift_card_20_regular:before { content: "\e847"; } -.icon-ic_fluent_gift_card_money_20_filled:before { +.icon-ic_fluent_gift_card_add_20_filled:before { content: "\e848"; } -.icon-ic_fluent_gift_card_money_20_regular:before { +.icon-ic_fluent_gift_card_add_20_regular:before { content: "\e849"; } -.icon-ic_fluent_gift_card_multiple_20_filled:before { +.icon-ic_fluent_gift_card_arrow_right_20_filled:before { content: "\e84a"; } -.icon-ic_fluent_gift_card_multiple_20_regular:before { +.icon-ic_fluent_gift_card_arrow_right_20_regular:before { content: "\e84b"; } -.icon-ic_fluent_gift_open_20_filled:before { +.icon-ic_fluent_gift_card_money_20_filled:before { content: "\e84c"; } -.icon-ic_fluent_gift_open_20_regular:before { +.icon-ic_fluent_gift_card_money_20_regular:before { content: "\e84d"; } -.icon-ic_fluent_glance_20_filled:before { +.icon-ic_fluent_gift_card_multiple_20_filled:before { content: "\e84e"; } -.icon-ic_fluent_glance_20_regular:before { +.icon-ic_fluent_gift_card_multiple_20_regular:before { content: "\e84f"; } -.icon-ic_fluent_glance_horizontal_20_filled:before { +.icon-ic_fluent_gift_open_20_filled:before { content: "\e850"; } -.icon-ic_fluent_glance_horizontal_20_regular:before { +.icon-ic_fluent_gift_open_20_regular:before { content: "\e851"; } -.icon-ic_fluent_glance_horizontal_sparkles_20_filled:before { +.icon-ic_fluent_glance_20_filled:before { content: "\e852"; } -.icon-ic_fluent_glance_horizontal_sparkles_20_regular:before { +.icon-ic_fluent_glance_20_regular:before { content: "\e853"; } -.icon-ic_fluent_glasses_20_filled:before { +.icon-ic_fluent_glance_horizontal_20_filled:before { content: "\e854"; } -.icon-ic_fluent_glasses_20_regular:before { +.icon-ic_fluent_glance_horizontal_20_regular:before { content: "\e855"; } -.icon-ic_fluent_glasses_off_20_filled:before { +.icon-ic_fluent_glance_horizontal_sparkles_20_filled:before { content: "\e856"; } -.icon-ic_fluent_glasses_off_20_regular:before { +.icon-ic_fluent_glance_horizontal_sparkles_20_regular:before { content: "\e857"; } -.icon-ic_fluent_globe_20_filled:before { +.icon-ic_fluent_glasses_20_filled:before { content: "\e858"; } -.icon-ic_fluent_globe_20_regular:before { +.icon-ic_fluent_glasses_20_regular:before { content: "\e859"; } -.icon-ic_fluent_globe_add_20_filled:before { +.icon-ic_fluent_glasses_off_20_filled:before { content: "\e85a"; } -.icon-ic_fluent_globe_add_20_regular:before { +.icon-ic_fluent_glasses_off_20_regular:before { content: "\e85b"; } -.icon-ic_fluent_globe_arrow_forward_20_filled:before { +.icon-ic_fluent_globe_20_filled:before { content: "\e85c"; } -.icon-ic_fluent_globe_arrow_forward_20_regular:before { +.icon-ic_fluent_globe_20_regular:before { content: "\e85d"; } -.icon-ic_fluent_globe_arrow_up_20_filled:before { +.icon-ic_fluent_globe_add_20_filled:before { content: "\e85e"; } -.icon-ic_fluent_globe_arrow_up_20_regular:before { +.icon-ic_fluent_globe_add_20_regular:before { content: "\e85f"; } -.icon-ic_fluent_globe_clock_20_filled:before { +.icon-ic_fluent_globe_arrow_forward_20_filled:before { content: "\e860"; } -.icon-ic_fluent_globe_clock_20_regular:before { +.icon-ic_fluent_globe_arrow_forward_20_regular:before { content: "\e861"; } -.icon-ic_fluent_globe_desktop_20_filled:before { +.icon-ic_fluent_globe_arrow_up_20_filled:before { content: "\e862"; } -.icon-ic_fluent_globe_desktop_20_regular:before { +.icon-ic_fluent_globe_arrow_up_20_regular:before { content: "\e863"; } -.icon-ic_fluent_globe_error_20_filled:before { +.icon-ic_fluent_globe_clock_20_filled:before { content: "\e864"; } -.icon-ic_fluent_globe_error_20_regular:before { +.icon-ic_fluent_globe_clock_20_regular:before { content: "\e865"; } -.icon-ic_fluent_globe_location_20_filled:before { +.icon-ic_fluent_globe_desktop_20_filled:before { content: "\e866"; } -.icon-ic_fluent_globe_location_20_regular:before { +.icon-ic_fluent_globe_desktop_20_regular:before { content: "\e867"; } -.icon-ic_fluent_globe_person_20_filled:before { +.icon-ic_fluent_globe_error_20_filled:before { content: "\e868"; } -.icon-ic_fluent_globe_person_20_regular:before { +.icon-ic_fluent_globe_error_20_regular:before { content: "\e869"; } -.icon-ic_fluent_globe_prohibited_20_filled:before { +.icon-ic_fluent_globe_location_20_filled:before { content: "\e86a"; } -.icon-ic_fluent_globe_prohibited_20_regular:before { +.icon-ic_fluent_globe_location_20_regular:before { content: "\e86b"; } -.icon-ic_fluent_globe_search_20_filled:before { +.icon-ic_fluent_globe_person_20_filled:before { content: "\e86c"; } -.icon-ic_fluent_globe_search_20_regular:before { +.icon-ic_fluent_globe_person_20_regular:before { content: "\e86d"; } -.icon-ic_fluent_globe_shield_20_filled:before { +.icon-ic_fluent_globe_prohibited_20_filled:before { content: "\e86e"; } -.icon-ic_fluent_globe_shield_20_regular:before { +.icon-ic_fluent_globe_prohibited_20_regular:before { content: "\e86f"; } -.icon-ic_fluent_globe_star_20_filled:before { +.icon-ic_fluent_globe_search_20_filled:before { content: "\e870"; } -.icon-ic_fluent_globe_star_20_regular:before { +.icon-ic_fluent_globe_search_20_regular:before { content: "\e871"; } -.icon-ic_fluent_globe_surface_20_filled:before { +.icon-ic_fluent_globe_shield_20_filled:before { content: "\e872"; } -.icon-ic_fluent_globe_surface_20_regular:before { +.icon-ic_fluent_globe_shield_20_regular:before { content: "\e873"; } -.icon-ic_fluent_globe_sync_20_filled:before { +.icon-ic_fluent_globe_star_20_filled:before { content: "\e874"; } -.icon-ic_fluent_globe_sync_20_regular:before { +.icon-ic_fluent_globe_star_20_regular:before { content: "\e875"; } -.icon-ic_fluent_globe_video_20_filled:before { +.icon-ic_fluent_globe_surface_20_filled:before { content: "\e876"; } -.icon-ic_fluent_globe_video_20_regular:before { +.icon-ic_fluent_globe_surface_20_regular:before { content: "\e877"; } -.icon-ic_fluent_globe_warning_20_filled:before { +.icon-ic_fluent_globe_sync_20_filled:before { content: "\e878"; } -.icon-ic_fluent_globe_warning_20_regular:before { +.icon-ic_fluent_globe_sync_20_regular:before { content: "\e879"; } -.icon-ic_fluent_grid_20_filled:before { +.icon-ic_fluent_globe_video_20_filled:before { content: "\e87a"; } -.icon-ic_fluent_grid_20_regular:before { +.icon-ic_fluent_globe_video_20_regular:before { content: "\e87b"; } -.icon-ic_fluent_grid_dots_20_filled:before { +.icon-ic_fluent_globe_warning_20_filled:before { content: "\e87c"; } -.icon-ic_fluent_grid_dots_20_regular:before { +.icon-ic_fluent_globe_warning_20_regular:before { content: "\e87d"; } -.icon-ic_fluent_grid_kanban_20_filled:before { +.icon-ic_fluent_grid_20_filled:before { content: "\e87e"; } -.icon-ic_fluent_grid_kanban_20_regular:before { +.icon-ic_fluent_grid_20_regular:before { content: "\e87f"; } -.icon-ic_fluent_group_20_filled:before { +.icon-ic_fluent_grid_dots_20_filled:before { content: "\e880"; } -.icon-ic_fluent_group_20_regular:before { +.icon-ic_fluent_grid_dots_20_regular:before { content: "\e881"; } -.icon-ic_fluent_group_dismiss_20_filled:before { +.icon-ic_fluent_grid_kanban_20_filled:before { content: "\e882"; } -.icon-ic_fluent_group_dismiss_20_regular:before { +.icon-ic_fluent_grid_kanban_20_regular:before { content: "\e883"; } -.icon-ic_fluent_group_list_20_filled:before { +.icon-ic_fluent_group_20_filled:before { content: "\e884"; } -.icon-ic_fluent_group_list_20_regular:before { +.icon-ic_fluent_group_20_regular:before { content: "\e885"; } -.icon-ic_fluent_group_return_20_filled:before { +.icon-ic_fluent_group_dismiss_20_filled:before { content: "\e886"; } -.icon-ic_fluent_group_return_20_regular:before { +.icon-ic_fluent_group_dismiss_20_regular:before { content: "\e887"; } -.icon-ic_fluent_guardian_20_filled:before { +.icon-ic_fluent_group_list_20_filled:before { content: "\e888"; } -.icon-ic_fluent_guardian_20_regular:before { +.icon-ic_fluent_group_list_20_regular:before { content: "\e889"; } -.icon-ic_fluent_guest_20_filled:before { +.icon-ic_fluent_group_return_20_filled:before { content: "\e88a"; } -.icon-ic_fluent_guest_20_regular:before { +.icon-ic_fluent_group_return_20_regular:before { content: "\e88b"; } -.icon-ic_fluent_guest_add_20_filled:before { +.icon-ic_fluent_guardian_20_filled:before { content: "\e88c"; } -.icon-ic_fluent_guest_add_20_regular:before { +.icon-ic_fluent_guardian_20_regular:before { content: "\e88d"; } -.icon-ic_fluent_guitar_20_filled:before { +.icon-ic_fluent_guest_20_filled:before { content: "\e88e"; } -.icon-ic_fluent_guitar_20_regular:before { +.icon-ic_fluent_guest_20_regular:before { content: "\e88f"; } -.icon-ic_fluent_hand_draw_20_filled:before { +.icon-ic_fluent_guest_add_20_filled:before { content: "\e890"; } -.icon-ic_fluent_hand_draw_20_regular:before { +.icon-ic_fluent_guest_add_20_regular:before { content: "\e891"; } -.icon-ic_fluent_hand_left_20_filled:before { +.icon-ic_fluent_guitar_20_filled:before { content: "\e892"; } -.icon-ic_fluent_hand_left_20_regular:before { +.icon-ic_fluent_guitar_20_regular:before { content: "\e893"; } -.icon-ic_fluent_hand_left_chat_20_filled:before { +.icon-ic_fluent_hand_draw_20_filled:before { content: "\e894"; } -.icon-ic_fluent_hand_left_chat_20_regular:before { +.icon-ic_fluent_hand_draw_20_regular:before { content: "\e895"; } -.icon-ic_fluent_hand_open_heart_20_filled:before { +.icon-ic_fluent_hand_left_20_filled:before { content: "\e896"; } -.icon-ic_fluent_hand_open_heart_20_regular:before { +.icon-ic_fluent_hand_left_20_regular:before { content: "\e897"; } -.icon-ic_fluent_hand_right_20_filled:before { +.icon-ic_fluent_hand_left_chat_20_filled:before { content: "\e898"; } -.icon-ic_fluent_hand_right_20_regular:before { +.icon-ic_fluent_hand_left_chat_20_regular:before { content: "\e899"; } -.icon-ic_fluent_hand_right_off_20_filled:before { +.icon-ic_fluent_hand_open_heart_20_filled:before { content: "\e89a"; } -.icon-ic_fluent_hand_right_off_20_regular:before { +.icon-ic_fluent_hand_open_heart_20_regular:before { content: "\e89b"; } -.icon-ic_fluent_hand_wave_20_filled:before { +.icon-ic_fluent_hand_right_20_filled:before { content: "\e89c"; } -.icon-ic_fluent_hand_wave_20_regular:before { +.icon-ic_fluent_hand_right_20_regular:before { content: "\e89d"; } -.icon-ic_fluent_handshake_20_filled:before { +.icon-ic_fluent_hand_right_off_20_filled:before { content: "\e89e"; } -.icon-ic_fluent_handshake_20_regular:before { +.icon-ic_fluent_hand_right_off_20_regular:before { content: "\e89f"; } -.icon-ic_fluent_hard_drive_20_filled:before { +.icon-ic_fluent_hand_wave_20_filled:before { content: "\e8a0"; } -.icon-ic_fluent_hard_drive_20_regular:before { +.icon-ic_fluent_hand_wave_20_regular:before { content: "\e8a1"; } -.icon-ic_fluent_hat_graduation_20_filled:before { +.icon-ic_fluent_handshake_20_filled:before { content: "\e8a2"; } -.icon-ic_fluent_hat_graduation_20_regular:before { +.icon-ic_fluent_handshake_20_regular:before { content: "\e8a3"; } -.icon-ic_fluent_hat_graduation_add_20_filled:before { +.icon-ic_fluent_hard_drive_20_filled:before { content: "\e8a4"; } -.icon-ic_fluent_hat_graduation_add_20_regular:before { +.icon-ic_fluent_hard_drive_20_regular:before { content: "\e8a5"; } -.icon-ic_fluent_hat_graduation_sparkle_20_filled:before { +.icon-ic_fluent_hat_graduation_20_filled:before { content: "\e8a6"; } -.icon-ic_fluent_hat_graduation_sparkle_20_regular:before { +.icon-ic_fluent_hat_graduation_20_regular:before { content: "\e8a7"; } -.icon-ic_fluent_hd_20_filled:before { +.icon-ic_fluent_hat_graduation_add_20_filled:before { content: "\e8a8"; } -.icon-ic_fluent_hd_20_regular:before { +.icon-ic_fluent_hat_graduation_add_20_regular:before { content: "\e8a9"; } -.icon-ic_fluent_hdr_20_filled:before { +.icon-ic_fluent_hat_graduation_sparkle_20_filled:before { content: "\e8aa"; } -.icon-ic_fluent_hdr_20_regular:before { +.icon-ic_fluent_hat_graduation_sparkle_20_regular:before { content: "\e8ab"; } -.icon-ic_fluent_hdr_off_20_filled:before { +.icon-ic_fluent_hd_20_filled:before { content: "\e8ac"; } -.icon-ic_fluent_hdr_off_20_regular:before { +.icon-ic_fluent_hd_20_regular:before { content: "\e8ad"; } -.icon-ic_fluent_headphones_20_filled:before { +.icon-ic_fluent_hdr_20_filled:before { content: "\e8ae"; } -.icon-ic_fluent_headphones_20_regular:before { +.icon-ic_fluent_hdr_20_regular:before { content: "\e8af"; } -.icon-ic_fluent_headphones_sound_wave_20_filled:before { +.icon-ic_fluent_hdr_off_20_filled:before { content: "\e8b0"; } -.icon-ic_fluent_headphones_sound_wave_20_regular:before { +.icon-ic_fluent_hdr_off_20_regular:before { content: "\e8b1"; } -.icon-ic_fluent_headset_20_filled:before { +.icon-ic_fluent_headphones_20_filled:before { content: "\e8b2"; } -.icon-ic_fluent_headset_20_regular:before { +.icon-ic_fluent_headphones_20_regular:before { content: "\e8b3"; } -.icon-ic_fluent_headset_add_20_filled:before { +.icon-ic_fluent_headphones_sound_wave_20_filled:before { content: "\e8b4"; } -.icon-ic_fluent_headset_add_20_regular:before { +.icon-ic_fluent_headphones_sound_wave_20_regular:before { content: "\e8b5"; } -.icon-ic_fluent_headset_vr_20_filled:before { +.icon-ic_fluent_headset_20_filled:before { content: "\e8b6"; } -.icon-ic_fluent_headset_vr_20_regular:before { +.icon-ic_fluent_headset_20_regular:before { content: "\e8b7"; } -.icon-ic_fluent_heart_20_filled:before { +.icon-ic_fluent_headset_add_20_filled:before { content: "\e8b8"; } -.icon-ic_fluent_heart_20_regular:before { +.icon-ic_fluent_headset_add_20_regular:before { content: "\e8b9"; } -.icon-ic_fluent_heart_broken_20_filled:before { +.icon-ic_fluent_headset_vr_20_filled:before { content: "\e8ba"; } -.icon-ic_fluent_heart_broken_20_regular:before { +.icon-ic_fluent_headset_vr_20_regular:before { content: "\e8bb"; } -.icon-ic_fluent_heart_circle_20_filled:before { +.icon-ic_fluent_heart_20_filled:before { content: "\e8bc"; } -.icon-ic_fluent_heart_circle_20_regular:before { +.icon-ic_fluent_heart_20_regular:before { content: "\e8bd"; } -.icon-ic_fluent_heart_circle_hint_20_filled:before { +.icon-ic_fluent_heart_broken_20_filled:before { content: "\e8be"; } -.icon-ic_fluent_heart_circle_hint_20_regular:before { +.icon-ic_fluent_heart_broken_20_regular:before { content: "\e8bf"; } -.icon-ic_fluent_heart_off_20_filled:before { +.icon-ic_fluent_heart_circle_20_filled:before { content: "\e8c0"; } -.icon-ic_fluent_heart_off_20_regular:before { +.icon-ic_fluent_heart_circle_20_regular:before { content: "\e8c1"; } -.icon-ic_fluent_heart_pulse_20_filled:before { +.icon-ic_fluent_heart_circle_hint_20_filled:before { content: "\e8c2"; } -.icon-ic_fluent_heart_pulse_20_regular:before { +.icon-ic_fluent_heart_circle_hint_20_regular:before { content: "\e8c3"; } -.icon-ic_fluent_heart_pulse_checkmark_20_filled:before { +.icon-ic_fluent_heart_off_20_filled:before { content: "\e8c4"; } -.icon-ic_fluent_heart_pulse_checkmark_20_regular:before { +.icon-ic_fluent_heart_off_20_regular:before { content: "\e8c5"; } -.icon-ic_fluent_heart_pulse_error_20_filled:before { +.icon-ic_fluent_heart_pulse_20_filled:before { content: "\e8c6"; } -.icon-ic_fluent_heart_pulse_error_20_regular:before { +.icon-ic_fluent_heart_pulse_20_regular:before { content: "\e8c7"; } -.icon-ic_fluent_heart_pulse_warning_20_filled:before { +.icon-ic_fluent_heart_pulse_checkmark_20_filled:before { content: "\e8c8"; } -.icon-ic_fluent_heart_pulse_warning_20_regular:before { +.icon-ic_fluent_heart_pulse_checkmark_20_regular:before { content: "\e8c9"; } -.icon-ic_fluent_hexagon_20_filled:before { +.icon-ic_fluent_heart_pulse_error_20_filled:before { content: "\e8ca"; } -.icon-ic_fluent_hexagon_20_regular:before { +.icon-ic_fluent_heart_pulse_error_20_regular:before { content: "\e8cb"; } -.icon-ic_fluent_hexagon_three_20_filled:before { +.icon-ic_fluent_heart_pulse_warning_20_filled:before { content: "\e8cc"; } -.icon-ic_fluent_hexagon_three_20_regular:before { +.icon-ic_fluent_heart_pulse_warning_20_regular:before { content: "\e8cd"; } -.icon-ic_fluent_highlight_20_filled:before { +.icon-ic_fluent_hexagon_20_filled:before { content: "\e8ce"; } -.icon-ic_fluent_highlight_20_regular:before { +.icon-ic_fluent_hexagon_20_regular:before { content: "\e8cf"; } -.icon-ic_fluent_highlight_accent_20_filled:before { +.icon-ic_fluent_hexagon_three_20_filled:before { content: "\e8d0"; } -.icon-ic_fluent_highlight_link_20_filled:before { +.icon-ic_fluent_hexagon_three_20_regular:before { content: "\e8d1"; } -.icon-ic_fluent_highlight_link_20_regular:before { +.icon-ic_fluent_highlight_20_filled:before { content: "\e8d2"; } -.icon-ic_fluent_history_20_filled:before { +.icon-ic_fluent_highlight_20_regular:before { content: "\e8d3"; } -.icon-ic_fluent_history_20_regular:before { +.icon-ic_fluent_highlight_accent_20_filled:before { content: "\e8d4"; } -.icon-ic_fluent_history_dismiss_20_filled:before { +.icon-ic_fluent_highlight_link_20_filled:before { content: "\e8d5"; } -.icon-ic_fluent_history_dismiss_20_regular:before { +.icon-ic_fluent_highlight_link_20_regular:before { content: "\e8d6"; } -.icon-ic_fluent_home_20_filled:before { +.icon-ic_fluent_history_20_filled:before { content: "\e8d7"; } -.icon-ic_fluent_home_20_regular:before { +.icon-ic_fluent_history_20_regular:before { content: "\e8d8"; } -.icon-ic_fluent_home_add_20_filled:before { +.icon-ic_fluent_history_dismiss_20_filled:before { content: "\e8d9"; } -.icon-ic_fluent_home_add_20_regular:before { +.icon-ic_fluent_history_dismiss_20_regular:before { content: "\e8da"; } -.icon-ic_fluent_home_checkmark_20_filled:before { +.icon-ic_fluent_home_20_filled:before { content: "\e8db"; } -.icon-ic_fluent_home_checkmark_20_regular:before { +.icon-ic_fluent_home_20_regular:before { content: "\e8dc"; } -.icon-ic_fluent_home_database_20_filled:before { +.icon-ic_fluent_home_add_20_filled:before { content: "\e8dd"; } -.icon-ic_fluent_home_database_20_regular:before { +.icon-ic_fluent_home_add_20_regular:before { content: "\e8de"; } -.icon-ic_fluent_home_heart_20_filled:before { +.icon-ic_fluent_home_checkmark_20_filled:before { content: "\e8df"; } -.icon-ic_fluent_home_heart_20_regular:before { +.icon-ic_fluent_home_checkmark_20_regular:before { content: "\e8e0"; } -.icon-ic_fluent_home_more_20_filled:before { +.icon-ic_fluent_home_database_20_filled:before { content: "\e8e1"; } -.icon-ic_fluent_home_more_20_regular:before { +.icon-ic_fluent_home_database_20_regular:before { content: "\e8e2"; } -.icon-ic_fluent_home_person_20_filled:before { +.icon-ic_fluent_home_heart_20_filled:before { content: "\e8e3"; } -.icon-ic_fluent_home_person_20_regular:before { +.icon-ic_fluent_home_heart_20_regular:before { content: "\e8e4"; } -.icon-ic_fluent_home_split_20_filled:before { +.icon-ic_fluent_home_more_20_filled:before { content: "\e8e5"; } -.icon-ic_fluent_home_split_20_regular:before { +.icon-ic_fluent_home_more_20_regular:before { content: "\e8e6"; } -.icon-ic_fluent_hourglass_20_filled:before { +.icon-ic_fluent_home_person_20_filled:before { content: "\e8e7"; } -.icon-ic_fluent_hourglass_20_regular:before { +.icon-ic_fluent_home_person_20_regular:before { content: "\e8e8"; } -.icon-ic_fluent_hourglass_half_20_filled:before { +.icon-ic_fluent_home_split_20_filled:before { content: "\e8e9"; } -.icon-ic_fluent_hourglass_half_20_regular:before { +.icon-ic_fluent_home_split_20_regular:before { content: "\e8ea"; } -.icon-ic_fluent_hourglass_one_quarter_20_filled:before { +.icon-ic_fluent_hourglass_20_filled:before { content: "\e8eb"; } -.icon-ic_fluent_hourglass_one_quarter_20_regular:before { +.icon-ic_fluent_hourglass_20_regular:before { content: "\e8ec"; } -.icon-ic_fluent_hourglass_three_quarter_20_filled:before { +.icon-ic_fluent_hourglass_half_20_filled:before { content: "\e8ed"; } -.icon-ic_fluent_hourglass_three_quarter_20_regular:before { +.icon-ic_fluent_hourglass_half_20_regular:before { content: "\e8ee"; } -.icon-ic_fluent_icons_20_filled:before { +.icon-ic_fluent_hourglass_one_quarter_20_filled:before { content: "\e8ef"; } -.icon-ic_fluent_icons_20_regular:before { +.icon-ic_fluent_hourglass_one_quarter_20_regular:before { content: "\e8f0"; } -.icon-ic_fluent_image_20_filled:before { +.icon-ic_fluent_hourglass_three_quarter_20_filled:before { content: "\e8f1"; } -.icon-ic_fluent_image_20_regular:before { +.icon-ic_fluent_hourglass_three_quarter_20_regular:before { content: "\e8f2"; } -.icon-ic_fluent_image_add_20_filled:before { +.icon-ic_fluent_icons_20_filled:before { content: "\e8f3"; } -.icon-ic_fluent_image_add_20_regular:before { +.icon-ic_fluent_icons_20_regular:before { content: "\e8f4"; } -.icon-ic_fluent_image_alt_text_20_filled:before { +.icon-ic_fluent_image_20_filled:before { content: "\e8f5"; } -.icon-ic_fluent_image_alt_text_20_regular:before { +.icon-ic_fluent_image_20_regular:before { content: "\e8f6"; } -.icon-ic_fluent_image_arrow_back_20_filled:before { +.icon-ic_fluent_image_add_20_filled:before { content: "\e8f7"; } -.icon-ic_fluent_image_arrow_back_20_regular:before { +.icon-ic_fluent_image_add_20_regular:before { content: "\e8f8"; } -.icon-ic_fluent_image_arrow_counterclockwise_20_filled:before { +.icon-ic_fluent_image_alt_text_20_filled:before { content: "\e8f9"; } -.icon-ic_fluent_image_arrow_counterclockwise_20_regular:before { +.icon-ic_fluent_image_alt_text_20_regular:before { content: "\e8fa"; } -.icon-ic_fluent_image_arrow_forward_20_filled:before { +.icon-ic_fluent_image_arrow_back_20_filled:before { content: "\e8fb"; } -.icon-ic_fluent_image_arrow_forward_20_regular:before { +.icon-ic_fluent_image_arrow_back_20_regular:before { content: "\e8fc"; } -.icon-ic_fluent_image_border_20_filled:before { +.icon-ic_fluent_image_arrow_counterclockwise_20_filled:before { content: "\e8fd"; } -.icon-ic_fluent_image_border_20_regular:before { +.icon-ic_fluent_image_arrow_counterclockwise_20_regular:before { content: "\e8fe"; } -.icon-ic_fluent_image_circle_20_filled:before { +.icon-ic_fluent_image_arrow_forward_20_filled:before { content: "\e8ff"; } -.icon-ic_fluent_image_circle_20_regular:before { +.icon-ic_fluent_image_arrow_forward_20_regular:before { content: "\e900"; } -.icon-ic_fluent_image_copy_20_filled:before { +.icon-ic_fluent_image_border_20_filled:before { content: "\e901"; } -.icon-ic_fluent_image_copy_20_regular:before { +.icon-ic_fluent_image_border_20_regular:before { content: "\e902"; } -.icon-ic_fluent_image_edit_20_filled:before { +.icon-ic_fluent_image_circle_20_filled:before { content: "\e903"; } -.icon-ic_fluent_image_edit_20_regular:before { +.icon-ic_fluent_image_circle_20_regular:before { content: "\e904"; } -.icon-ic_fluent_image_globe_20_filled:before { +.icon-ic_fluent_image_copy_20_filled:before { content: "\e905"; } -.icon-ic_fluent_image_globe_20_regular:before { +.icon-ic_fluent_image_copy_20_regular:before { content: "\e906"; } -.icon-ic_fluent_image_multiple_20_filled:before { +.icon-ic_fluent_image_edit_20_filled:before { content: "\e907"; } -.icon-ic_fluent_image_multiple_20_regular:before { +.icon-ic_fluent_image_edit_20_regular:before { content: "\e908"; } -.icon-ic_fluent_image_multiple_off_20_filled:before { +.icon-ic_fluent_image_globe_20_filled:before { content: "\e909"; } -.icon-ic_fluent_image_multiple_off_20_regular:before { +.icon-ic_fluent_image_globe_20_regular:before { content: "\e90a"; } -.icon-ic_fluent_image_off_20_filled:before { +.icon-ic_fluent_image_multiple_20_filled:before { content: "\e90b"; } -.icon-ic_fluent_image_off_20_regular:before { +.icon-ic_fluent_image_multiple_20_regular:before { content: "\e90c"; } -.icon-ic_fluent_image_prohibited_20_filled:before { +.icon-ic_fluent_image_multiple_off_20_filled:before { content: "\e90d"; } -.icon-ic_fluent_image_prohibited_20_regular:before { +.icon-ic_fluent_image_multiple_off_20_regular:before { content: "\e90e"; } -.icon-ic_fluent_image_reflection_20_filled:before { +.icon-ic_fluent_image_off_20_filled:before { content: "\e90f"; } -.icon-ic_fluent_image_reflection_20_regular:before { +.icon-ic_fluent_image_off_20_regular:before { content: "\e910"; } -.icon-ic_fluent_image_search_20_filled:before { +.icon-ic_fluent_image_prohibited_20_filled:before { content: "\e911"; } -.icon-ic_fluent_image_search_20_regular:before { +.icon-ic_fluent_image_prohibited_20_regular:before { content: "\e912"; } -.icon-ic_fluent_image_shadow_20_filled:before { +.icon-ic_fluent_image_reflection_20_filled:before { content: "\e913"; } -.icon-ic_fluent_image_shadow_20_regular:before { +.icon-ic_fluent_image_reflection_20_regular:before { content: "\e914"; } -.icon-ic_fluent_image_sparkle_20_filled:before { +.icon-ic_fluent_image_search_20_filled:before { content: "\e915"; } -.icon-ic_fluent_image_sparkle_20_regular:before { +.icon-ic_fluent_image_search_20_regular:before { content: "\e916"; } -.icon-ic_fluent_image_stack_20_filled:before { +.icon-ic_fluent_image_shadow_20_filled:before { content: "\e917"; } -.icon-ic_fluent_image_stack_20_regular:before { +.icon-ic_fluent_image_shadow_20_regular:before { content: "\e918"; } -.icon-ic_fluent_image_table_20_filled:before { +.icon-ic_fluent_image_sparkle_20_filled:before { content: "\e919"; } -.icon-ic_fluent_image_table_20_regular:before { +.icon-ic_fluent_image_sparkle_20_regular:before { content: "\e91a"; } -.icon-ic_fluent_immersive_reader_20_filled:before { +.icon-ic_fluent_image_stack_20_filled:before { content: "\e91b"; } -.icon-ic_fluent_immersive_reader_20_regular:before { +.icon-ic_fluent_image_stack_20_regular:before { content: "\e91c"; } -.icon-ic_fluent_important_20_filled:before { +.icon-ic_fluent_image_table_20_filled:before { content: "\e91d"; } -.icon-ic_fluent_important_20_regular:before { +.icon-ic_fluent_image_table_20_regular:before { content: "\e91e"; } -.icon-ic_fluent_incognito_20_filled:before { +.icon-ic_fluent_immersive_reader_20_filled:before { content: "\e91f"; } -.icon-ic_fluent_incognito_20_regular:before { +.icon-ic_fluent_immersive_reader_20_regular:before { content: "\e920"; } -.icon-ic_fluent_info_20_filled:before { +.icon-ic_fluent_important_20_filled:before { content: "\e921"; } -.icon-ic_fluent_info_20_regular:before { +.icon-ic_fluent_important_20_regular:before { content: "\e922"; } -.icon-ic_fluent_info_shield_20_filled:before { +.icon-ic_fluent_incognito_20_filled:before { content: "\e923"; } -.icon-ic_fluent_info_shield_20_regular:before { +.icon-ic_fluent_incognito_20_regular:before { content: "\e924"; } -.icon-ic_fluent_ink_stroke_20_filled:before { +.icon-ic_fluent_info_20_filled:before { content: "\e925"; } -.icon-ic_fluent_ink_stroke_20_regular:before { +.icon-ic_fluent_info_20_regular:before { content: "\e926"; } -.icon-ic_fluent_ink_stroke_arrow_down_20_filled:before { +.icon-ic_fluent_info_shield_20_filled:before { content: "\e927"; } -.icon-ic_fluent_ink_stroke_arrow_down_20_regular:before { +.icon-ic_fluent_info_shield_20_regular:before { content: "\e928"; } -.icon-ic_fluent_ink_stroke_arrow_up_down_20_filled:before { +.icon-ic_fluent_ink_stroke_20_filled:before { content: "\e929"; } -.icon-ic_fluent_ink_stroke_arrow_up_down_20_regular:before { +.icon-ic_fluent_ink_stroke_20_regular:before { content: "\e92a"; } -.icon-ic_fluent_inking_tool_20_filled:before { +.icon-ic_fluent_ink_stroke_arrow_down_20_filled:before { content: "\e92b"; } -.icon-ic_fluent_inking_tool_20_regular:before { +.icon-ic_fluent_ink_stroke_arrow_down_20_regular:before { content: "\e92c"; } -.icon-ic_fluent_inking_tool_accent_20_filled:before { +.icon-ic_fluent_ink_stroke_arrow_up_down_20_filled:before { content: "\e92d"; } -.icon-ic_fluent_inprivate_account_20_filled:before { +.icon-ic_fluent_ink_stroke_arrow_up_down_20_regular:before { content: "\e92e"; } -.icon-ic_fluent_inprivate_account_20_regular:before { +.icon-ic_fluent_inking_tool_20_filled:before { content: "\e92f"; } -.icon-ic_fluent_insert_20_filled:before { +.icon-ic_fluent_inking_tool_20_regular:before { content: "\e930"; } -.icon-ic_fluent_insert_20_regular:before { +.icon-ic_fluent_inking_tool_accent_20_filled:before { content: "\e931"; } -.icon-ic_fluent_ios_chevron_right_20_filled:before { +.icon-ic_fluent_inprivate_account_20_filled:before { content: "\e932"; } -.icon-ic_fluent_ios_chevron_right_20_regular:before { +.icon-ic_fluent_inprivate_account_20_regular:before { content: "\e933"; } -.icon-ic_fluent_iot_20_filled:before { +.icon-ic_fluent_insert_20_filled:before { content: "\e934"; } -.icon-ic_fluent_iot_20_regular:before { +.icon-ic_fluent_insert_20_regular:before { content: "\e935"; } -.icon-ic_fluent_iot_alert_20_filled:before { +.icon-ic_fluent_ios_chevron_right_20_filled:before { content: "\e936"; } -.icon-ic_fluent_iot_alert_20_regular:before { +.icon-ic_fluent_ios_chevron_right_20_regular:before { content: "\e937"; } -.icon-ic_fluent_javascript_20_filled:before { +.icon-ic_fluent_iot_20_filled:before { content: "\e938"; } -.icon-ic_fluent_javascript_20_regular:before { +.icon-ic_fluent_iot_20_regular:before { content: "\e939"; } -.icon-ic_fluent_joystick_20_filled:before { +.icon-ic_fluent_iot_alert_20_filled:before { content: "\e93a"; } -.icon-ic_fluent_joystick_20_regular:before { +.icon-ic_fluent_iot_alert_20_regular:before { content: "\e93b"; } -.icon-ic_fluent_key_20_filled:before { +.icon-ic_fluent_javascript_20_filled:before { content: "\e93c"; } -.icon-ic_fluent_key_20_regular:before { +.icon-ic_fluent_javascript_20_regular:before { content: "\e93d"; } -.icon-ic_fluent_key_command_20_filled:before { +.icon-ic_fluent_joystick_20_filled:before { content: "\e93e"; } -.icon-ic_fluent_key_command_20_regular:before { +.icon-ic_fluent_joystick_20_regular:before { content: "\e93f"; } -.icon-ic_fluent_key_multiple_20_filled:before { +.icon-ic_fluent_key_20_filled:before { content: "\e940"; } -.icon-ic_fluent_key_multiple_20_regular:before { +.icon-ic_fluent_key_20_regular:before { content: "\e941"; } -.icon-ic_fluent_key_reset_20_filled:before { +.icon-ic_fluent_key_command_20_filled:before { content: "\e942"; } -.icon-ic_fluent_key_reset_20_regular:before { +.icon-ic_fluent_key_command_20_regular:before { content: "\e943"; } -.icon-ic_fluent_keyboard_123_20_filled:before { +.icon-ic_fluent_key_multiple_20_filled:before { content: "\e944"; } -.icon-ic_fluent_keyboard_123_20_regular:before { +.icon-ic_fluent_key_multiple_20_regular:before { content: "\e945"; } -.icon-ic_fluent_keyboard_20_filled:before { +.icon-ic_fluent_key_reset_20_filled:before { content: "\e946"; } -.icon-ic_fluent_keyboard_20_regular:before { +.icon-ic_fluent_key_reset_20_regular:before { content: "\e947"; } -.icon-ic_fluent_keyboard_dock_20_filled:before { +.icon-ic_fluent_keyboard_123_20_filled:before { content: "\e948"; } -.icon-ic_fluent_keyboard_dock_20_regular:before { +.icon-ic_fluent_keyboard_123_20_regular:before { content: "\e949"; } -.icon-ic_fluent_keyboard_layout_float_20_filled:before { +.icon-ic_fluent_keyboard_20_filled:before { content: "\e94a"; } -.icon-ic_fluent_keyboard_layout_float_20_regular:before { +.icon-ic_fluent_keyboard_20_regular:before { content: "\e94b"; } -.icon-ic_fluent_keyboard_layout_one_handed_left_20_filled:before { +.icon-ic_fluent_keyboard_dock_20_filled:before { content: "\e94c"; } -.icon-ic_fluent_keyboard_layout_one_handed_left_20_regular:before { +.icon-ic_fluent_keyboard_dock_20_regular:before { content: "\e94d"; } -.icon-ic_fluent_keyboard_layout_resize_20_filled:before { +.icon-ic_fluent_keyboard_layout_float_20_filled:before { content: "\e94e"; } -.icon-ic_fluent_keyboard_layout_resize_20_regular:before { +.icon-ic_fluent_keyboard_layout_float_20_regular:before { content: "\e94f"; } -.icon-ic_fluent_keyboard_layout_split_20_filled:before { +.icon-ic_fluent_keyboard_layout_one_handed_left_20_filled:before { content: "\e950"; } -.icon-ic_fluent_keyboard_layout_split_20_regular:before { +.icon-ic_fluent_keyboard_layout_one_handed_left_20_regular:before { content: "\e951"; } -.icon-ic_fluent_keyboard_shift_20_filled:before { +.icon-ic_fluent_keyboard_layout_resize_20_filled:before { content: "\e952"; } -.icon-ic_fluent_keyboard_shift_20_regular:before { +.icon-ic_fluent_keyboard_layout_resize_20_regular:before { content: "\e953"; } -.icon-ic_fluent_keyboard_shift_uppercase_20_filled:before { +.icon-ic_fluent_keyboard_layout_split_20_filled:before { content: "\e954"; } -.icon-ic_fluent_keyboard_shift_uppercase_20_regular:before { +.icon-ic_fluent_keyboard_layout_split_20_regular:before { content: "\e955"; } -.icon-ic_fluent_keyboard_tab_20_filled:before { +.icon-ic_fluent_keyboard_shift_20_filled:before { content: "\e956"; } -.icon-ic_fluent_keyboard_tab_20_regular:before { +.icon-ic_fluent_keyboard_shift_20_regular:before { content: "\e957"; } -.icon-ic_fluent_laptop_20_filled:before { +.icon-ic_fluent_keyboard_shift_uppercase_20_filled:before { content: "\e958"; } -.icon-ic_fluent_laptop_20_regular:before { +.icon-ic_fluent_keyboard_shift_uppercase_20_regular:before { content: "\e959"; } -.icon-ic_fluent_laptop_dismiss_20_filled:before { +.icon-ic_fluent_keyboard_tab_20_filled:before { content: "\e95a"; } -.icon-ic_fluent_laptop_dismiss_20_regular:before { +.icon-ic_fluent_keyboard_tab_20_regular:before { content: "\e95b"; } -.icon-ic_fluent_laptop_settings_20_filled:before { +.icon-ic_fluent_laptop_20_filled:before { content: "\e95c"; } -.icon-ic_fluent_laptop_settings_20_regular:before { +.icon-ic_fluent_laptop_20_regular:before { content: "\e95d"; } -.icon-ic_fluent_laptop_shield_20_filled:before { +.icon-ic_fluent_laptop_briefcase_20_filled:before { content: "\e95e"; } -.icon-ic_fluent_laptop_shield_20_regular:before { +.icon-ic_fluent_laptop_briefcase_20_regular:before { content: "\e95f"; } -.icon-ic_fluent_laser_tool_20_filled:before { +.icon-ic_fluent_laptop_dismiss_20_filled:before { content: "\e960"; } -.icon-ic_fluent_laser_tool_20_regular:before { +.icon-ic_fluent_laptop_dismiss_20_regular:before { content: "\e961"; } -.icon-ic_fluent_lasso_20_filled:before { +.icon-ic_fluent_laptop_settings_20_filled:before { content: "\e962"; } -.icon-ic_fluent_lasso_20_regular:before { +.icon-ic_fluent_laptop_settings_20_regular:before { content: "\e963"; } -.icon-ic_fluent_launcher_settings_20_filled:before { +.icon-ic_fluent_laptop_shield_20_filled:before { content: "\e964"; } -.icon-ic_fluent_launcher_settings_20_regular:before { +.icon-ic_fluent_laptop_shield_20_regular:before { content: "\e965"; } -.icon-ic_fluent_layer_20_filled:before { +.icon-ic_fluent_laser_tool_20_filled:before { content: "\e966"; } -.icon-ic_fluent_layer_20_regular:before { +.icon-ic_fluent_laser_tool_20_regular:before { content: "\e967"; } -.icon-ic_fluent_layer_diagonal_20_filled:before { +.icon-ic_fluent_lasso_20_filled:before { content: "\e968"; } -.icon-ic_fluent_layer_diagonal_20_regular:before { +.icon-ic_fluent_lasso_20_regular:before { content: "\e969"; } -.icon-ic_fluent_layer_diagonal_add_20_filled:before { +.icon-ic_fluent_launcher_settings_20_filled:before { content: "\e96a"; } -.icon-ic_fluent_layer_diagonal_add_20_regular:before { +.icon-ic_fluent_launcher_settings_20_regular:before { content: "\e96b"; } -.icon-ic_fluent_layer_diagonal_person_20_filled:before { +.icon-ic_fluent_layer_20_filled:before { content: "\e96c"; } -.icon-ic_fluent_layer_diagonal_person_20_regular:before { +.icon-ic_fluent_layer_20_regular:before { content: "\e96d"; } -.icon-ic_fluent_layout_cell_four_20_filled:before { +.icon-ic_fluent_layer_diagonal_20_filled:before { content: "\e96e"; } -.icon-ic_fluent_layout_cell_four_20_regular:before { +.icon-ic_fluent_layer_diagonal_20_regular:before { content: "\e96f"; } -.icon-ic_fluent_layout_cell_four_focus_bottom_left_20_filled:before { +.icon-ic_fluent_layer_diagonal_add_20_filled:before { content: "\e970"; } -.icon-ic_fluent_layout_cell_four_focus_bottom_right_20_filled:before { +.icon-ic_fluent_layer_diagonal_add_20_regular:before { content: "\e971"; } -.icon-ic_fluent_layout_cell_four_focus_top_left_20_filled:before { +.icon-ic_fluent_layer_diagonal_person_20_filled:before { content: "\e972"; } -.icon-ic_fluent_layout_cell_four_focus_top_right_20_filled:before { +.icon-ic_fluent_layer_diagonal_person_20_regular:before { content: "\e973"; } -.icon-ic_fluent_layout_column_four_20_filled:before { +.icon-ic_fluent_layer_diagonal_sparkle_20_filled:before { content: "\e974"; } -.icon-ic_fluent_layout_column_four_20_regular:before { +.icon-ic_fluent_layer_diagonal_sparkle_20_regular:before { content: "\e975"; } -.icon-ic_fluent_layout_column_four_focus_center_left_20_filled:before { +.icon-ic_fluent_layout_cell_four_20_filled:before { content: "\e976"; } -.icon-ic_fluent_layout_column_four_focus_center_right_20_filled:before { +.icon-ic_fluent_layout_cell_four_20_regular:before { content: "\e977"; } -.icon-ic_fluent_layout_column_four_focus_left_20_filled:before { +.icon-ic_fluent_layout_cell_four_focus_bottom_left_20_filled:before { content: "\e978"; } -.icon-ic_fluent_layout_column_four_focus_right_20_filled:before { +.icon-ic_fluent_layout_cell_four_focus_bottom_right_20_filled:before { content: "\e979"; } -.icon-ic_fluent_layout_column_one_third_left_20_filled:before { +.icon-ic_fluent_layout_cell_four_focus_top_left_20_filled:before { content: "\e97a"; } -.icon-ic_fluent_layout_column_one_third_left_20_regular:before { +.icon-ic_fluent_layout_cell_four_focus_top_right_20_filled:before { content: "\e97b"; } -.icon-ic_fluent_layout_column_one_third_right_20_filled:before { +.icon-ic_fluent_layout_column_four_20_filled:before { content: "\e97c"; } -.icon-ic_fluent_layout_column_one_third_right_20_regular:before { +.icon-ic_fluent_layout_column_four_20_regular:before { content: "\e97d"; } -.icon-ic_fluent_layout_column_one_third_right_hint_20_filled:before { +.icon-ic_fluent_layout_column_four_focus_center_left_20_filled:before { content: "\e97e"; } -.icon-ic_fluent_layout_column_one_third_right_hint_20_regular:before { +.icon-ic_fluent_layout_column_four_focus_center_right_20_filled:before { content: "\e97f"; } -.icon-ic_fluent_layout_column_three_20_filled:before { +.icon-ic_fluent_layout_column_four_focus_left_20_filled:before { content: "\e980"; } -.icon-ic_fluent_layout_column_three_20_regular:before { +.icon-ic_fluent_layout_column_four_focus_right_20_filled:before { content: "\e981"; } -.icon-ic_fluent_layout_column_three_focus_center_20_filled:before { +.icon-ic_fluent_layout_column_one_third_left_20_filled:before { content: "\e982"; } -.icon-ic_fluent_layout_column_three_focus_left_20_filled:before { +.icon-ic_fluent_layout_column_one_third_left_20_regular:before { content: "\e983"; } -.icon-ic_fluent_layout_column_three_focus_right_20_filled:before { +.icon-ic_fluent_layout_column_one_third_right_20_filled:before { content: "\e984"; } -.icon-ic_fluent_layout_column_two_20_filled:before { +.icon-ic_fluent_layout_column_one_third_right_20_regular:before { content: "\e985"; } -.icon-ic_fluent_layout_column_two_20_regular:before { +.icon-ic_fluent_layout_column_one_third_right_hint_20_filled:before { content: "\e986"; } -.icon-ic_fluent_layout_column_two_focus_left_20_filled:before { +.icon-ic_fluent_layout_column_one_third_right_hint_20_regular:before { content: "\e987"; } -.icon-ic_fluent_layout_column_two_focus_right_20_filled:before { +.icon-ic_fluent_layout_column_three_20_filled:before { content: "\e988"; } -.icon-ic_fluent_layout_column_two_split_left_20_filled:before { +.icon-ic_fluent_layout_column_three_20_regular:before { content: "\e989"; } -.icon-ic_fluent_layout_column_two_split_left_20_regular:before { +.icon-ic_fluent_layout_column_three_focus_center_20_filled:before { content: "\e98a"; } -.icon-ic_fluent_layout_column_two_split_left_focus_bottom_left_20_filled:before { +.icon-ic_fluent_layout_column_three_focus_left_20_filled:before { content: "\e98b"; } -.icon-ic_fluent_layout_column_two_split_left_focus_right_20_filled:before { +.icon-ic_fluent_layout_column_three_focus_right_20_filled:before { content: "\e98c"; } -.icon-ic_fluent_layout_column_two_split_left_focus_top_left_20_filled:before { +.icon-ic_fluent_layout_column_two_20_filled:before { content: "\e98d"; } -.icon-ic_fluent_layout_column_two_split_right_20_filled:before { +.icon-ic_fluent_layout_column_two_20_regular:before { content: "\e98e"; } -.icon-ic_fluent_layout_column_two_split_right_20_regular:before { +.icon-ic_fluent_layout_column_two_focus_left_20_filled:before { content: "\e98f"; } -.icon-ic_fluent_layout_column_two_split_right_focus_bottom_right_20_filled:before { +.icon-ic_fluent_layout_column_two_focus_right_20_filled:before { content: "\e990"; } -.icon-ic_fluent_layout_column_two_split_right_focus_left_20_filled:before { +.icon-ic_fluent_layout_column_two_split_left_20_filled:before { content: "\e991"; } -.icon-ic_fluent_layout_column_two_split_right_focus_top_right_20_filled:before { +.icon-ic_fluent_layout_column_two_split_left_20_regular:before { content: "\e992"; } -.icon-ic_fluent_layout_row_four_20_filled:before { +.icon-ic_fluent_layout_column_two_split_left_focus_bottom_left_20_filled:before { content: "\e993"; } -.icon-ic_fluent_layout_row_four_20_regular:before { +.icon-ic_fluent_layout_column_two_split_left_focus_right_20_filled:before { content: "\e994"; } -.icon-ic_fluent_layout_row_four_focus_bottom_20_filled:before { +.icon-ic_fluent_layout_column_two_split_left_focus_top_left_20_filled:before { content: "\e995"; } -.icon-ic_fluent_layout_row_four_focus_center_bottom_20_filled:before { +.icon-ic_fluent_layout_column_two_split_right_20_filled:before { content: "\e996"; } -.icon-ic_fluent_layout_row_four_focus_center_top_20_filled:before { +.icon-ic_fluent_layout_column_two_split_right_20_regular:before { content: "\e997"; } -.icon-ic_fluent_layout_row_four_focus_top_20_filled:before { +.icon-ic_fluent_layout_column_two_split_right_focus_bottom_right_20_filled:before { content: "\e998"; } -.icon-ic_fluent_layout_row_three_20_filled:before { +.icon-ic_fluent_layout_column_two_split_right_focus_left_20_filled:before { content: "\e999"; } -.icon-ic_fluent_layout_row_three_20_regular:before { +.icon-ic_fluent_layout_column_two_split_right_focus_top_right_20_filled:before { content: "\e99a"; } -.icon-ic_fluent_layout_row_three_focus_bottom_20_filled:before { +.icon-ic_fluent_layout_row_four_20_filled:before { content: "\e99b"; } -.icon-ic_fluent_layout_row_three_focus_center_20_filled:before { +.icon-ic_fluent_layout_row_four_20_regular:before { content: "\e99c"; } -.icon-ic_fluent_layout_row_three_focus_top_20_filled:before { +.icon-ic_fluent_layout_row_four_focus_bottom_20_filled:before { content: "\e99d"; } -.icon-ic_fluent_layout_row_two_20_filled:before { +.icon-ic_fluent_layout_row_four_focus_center_bottom_20_filled:before { content: "\e99e"; } -.icon-ic_fluent_layout_row_two_20_regular:before { +.icon-ic_fluent_layout_row_four_focus_center_top_20_filled:before { content: "\e99f"; } -.icon-ic_fluent_layout_row_two_focus_bottom_20_filled:before { +.icon-ic_fluent_layout_row_four_focus_top_20_filled:before { content: "\e9a0"; } -.icon-ic_fluent_layout_row_two_focus_top_20_filled:before { +.icon-ic_fluent_layout_row_three_20_filled:before { content: "\e9a1"; } -.icon-ic_fluent_layout_row_two_split_bottom_20_filled:before { +.icon-ic_fluent_layout_row_three_20_regular:before { content: "\e9a2"; } -.icon-ic_fluent_layout_row_two_split_bottom_20_regular:before { +.icon-ic_fluent_layout_row_three_focus_bottom_20_filled:before { content: "\e9a3"; } -.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled:before { +.icon-ic_fluent_layout_row_three_focus_center_20_filled:before { content: "\e9a4"; } -.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled:before { +.icon-ic_fluent_layout_row_three_focus_top_20_filled:before { content: "\e9a5"; } -.icon-ic_fluent_layout_row_two_split_bottom_focus_top_20_filled:before { +.icon-ic_fluent_layout_row_two_20_filled:before { content: "\e9a6"; } -.icon-ic_fluent_layout_row_two_split_top_20_filled:before { +.icon-ic_fluent_layout_row_two_20_regular:before { content: "\e9a7"; } -.icon-ic_fluent_layout_row_two_split_top_20_regular:before { +.icon-ic_fluent_layout_row_two_focus_bottom_20_filled:before { content: "\e9a8"; } -.icon-ic_fluent_layout_row_two_split_top_focus_bottom_20_filled:before { +.icon-ic_fluent_layout_row_two_focus_top_20_filled:before { content: "\e9a9"; } -.icon-ic_fluent_layout_row_two_split_top_focus_top_left_20_filled:before { +.icon-ic_fluent_layout_row_two_split_bottom_20_filled:before { content: "\e9aa"; } -.icon-ic_fluent_layout_row_two_split_top_focus_top_right_20_filled:before { +.icon-ic_fluent_layout_row_two_split_bottom_20_regular:before { content: "\e9ab"; } -.icon-ic_fluent_leaf_one_20_filled:before { +.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled:before { content: "\e9ac"; } -.icon-ic_fluent_leaf_one_20_regular:before { +.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled:before { content: "\e9ad"; } -.icon-ic_fluent_leaf_three_20_filled:before { +.icon-ic_fluent_layout_row_two_split_bottom_focus_top_20_filled:before { content: "\e9ae"; } -.icon-ic_fluent_leaf_three_20_regular:before { +.icon-ic_fluent_layout_row_two_split_top_20_filled:before { content: "\e9af"; } -.icon-ic_fluent_leaf_two_20_filled:before { +.icon-ic_fluent_layout_row_two_split_top_20_regular:before { content: "\e9b0"; } -.icon-ic_fluent_leaf_two_20_regular:before { +.icon-ic_fluent_layout_row_two_split_top_focus_bottom_20_filled:before { content: "\e9b1"; } -.icon-ic_fluent_learning_app_20_filled:before { +.icon-ic_fluent_layout_row_two_split_top_focus_top_left_20_filled:before { content: "\e9b2"; } -.icon-ic_fluent_learning_app_20_regular:before { +.icon-ic_fluent_layout_row_two_split_top_focus_top_right_20_filled:before { content: "\e9b3"; } -.icon-ic_fluent_library_20_filled:before { +.icon-ic_fluent_leaf_one_20_filled:before { content: "\e9b4"; } -.icon-ic_fluent_library_20_regular:before { +.icon-ic_fluent_leaf_one_20_regular:before { content: "\e9b5"; } -.icon-ic_fluent_lightbulb_20_filled:before { +.icon-ic_fluent_leaf_three_20_filled:before { content: "\e9b6"; } -.icon-ic_fluent_lightbulb_20_regular:before { +.icon-ic_fluent_leaf_three_20_regular:before { content: "\e9b7"; } -.icon-ic_fluent_lightbulb_checkmark_20_filled:before { +.icon-ic_fluent_leaf_two_20_filled:before { content: "\e9b8"; } -.icon-ic_fluent_lightbulb_checkmark_20_regular:before { +.icon-ic_fluent_leaf_two_20_regular:before { content: "\e9b9"; } -.icon-ic_fluent_lightbulb_circle_20_filled:before { +.icon-ic_fluent_learning_app_20_filled:before { content: "\e9ba"; } -.icon-ic_fluent_lightbulb_circle_20_regular:before { +.icon-ic_fluent_learning_app_20_regular:before { content: "\e9bb"; } -.icon-ic_fluent_lightbulb_filament_20_filled:before { +.icon-ic_fluent_library_20_filled:before { content: "\e9bc"; } -.icon-ic_fluent_lightbulb_filament_20_regular:before { +.icon-ic_fluent_library_20_regular:before { content: "\e9bd"; } -.icon-ic_fluent_lightbulb_person_20_filled:before { +.icon-ic_fluent_lightbulb_20_filled:before { content: "\e9be"; } -.icon-ic_fluent_lightbulb_person_20_regular:before { +.icon-ic_fluent_lightbulb_20_regular:before { content: "\e9bf"; } -.icon-ic_fluent_likert_20_filled:before { +.icon-ic_fluent_lightbulb_checkmark_20_filled:before { content: "\e9c0"; } -.icon-ic_fluent_likert_20_regular:before { +.icon-ic_fluent_lightbulb_checkmark_20_regular:before { content: "\e9c1"; } -.icon-ic_fluent_line_20_filled:before { +.icon-ic_fluent_lightbulb_circle_20_filled:before { content: "\e9c2"; } -.icon-ic_fluent_line_20_regular:before { +.icon-ic_fluent_lightbulb_circle_20_regular:before { content: "\e9c3"; } -.icon-ic_fluent_line_dashes_20_filled:before { +.icon-ic_fluent_lightbulb_filament_20_filled:before { content: "\e9c4"; } -.icon-ic_fluent_line_dashes_20_regular:before { +.icon-ic_fluent_lightbulb_filament_20_regular:before { content: "\e9c5"; } -.icon-ic_fluent_line_horizontal_1_20_filled:before { +.icon-ic_fluent_lightbulb_person_20_filled:before { content: "\e9c6"; } -.icon-ic_fluent_line_horizontal_1_20_regular:before { +.icon-ic_fluent_lightbulb_person_20_regular:before { content: "\e9c7"; } -.icon-ic_fluent_line_horizontal_1_dashes_20_filled:before { +.icon-ic_fluent_likert_20_filled:before { content: "\e9c8"; } -.icon-ic_fluent_line_horizontal_1_dashes_20_regular:before { +.icon-ic_fluent_likert_20_regular:before { content: "\e9c9"; } -.icon-ic_fluent_line_horizontal_2_dashes_solid_20_filled:before { +.icon-ic_fluent_line_20_filled:before { content: "\e9ca"; } -.icon-ic_fluent_line_horizontal_2_dashes_solid_20_regular:before { +.icon-ic_fluent_line_20_regular:before { content: "\e9cb"; } -.icon-ic_fluent_line_horizontal_3_20_filled:before { +.icon-ic_fluent_line_dashes_20_filled:before { content: "\e9cc"; } -.icon-ic_fluent_line_horizontal_3_20_regular:before { +.icon-ic_fluent_line_dashes_20_regular:before { content: "\e9cd"; } -.icon-ic_fluent_line_horizontal_4_20_filled:before { +.icon-ic_fluent_line_horizontal_1_20_filled:before { content: "\e9ce"; } -.icon-ic_fluent_line_horizontal_4_20_regular:before { +.icon-ic_fluent_line_horizontal_1_20_regular:before { content: "\e9cf"; } -.icon-ic_fluent_line_horizontal_4_search_20_filled:before { +.icon-ic_fluent_line_horizontal_1_dashes_20_filled:before { content: "\e9d0"; } -.icon-ic_fluent_line_horizontal_4_search_20_regular:before { +.icon-ic_fluent_line_horizontal_1_dashes_20_regular:before { content: "\e9d1"; } -.icon-ic_fluent_line_horizontal_5_20_filled:before { +.icon-ic_fluent_line_horizontal_2_dashes_solid_20_filled:before { content: "\e9d2"; } -.icon-ic_fluent_line_horizontal_5_20_regular:before { +.icon-ic_fluent_line_horizontal_2_dashes_solid_20_regular:before { content: "\e9d3"; } -.icon-ic_fluent_line_horizontal_5_error_20_filled:before { +.icon-ic_fluent_line_horizontal_3_20_filled:before { content: "\e9d4"; } -.icon-ic_fluent_line_horizontal_5_error_20_regular:before { +.icon-ic_fluent_line_horizontal_3_20_regular:before { content: "\e9d5"; } -.icon-ic_fluent_line_style_20_filled:before { +.icon-ic_fluent_line_horizontal_4_20_filled:before { content: "\e9d6"; } -.icon-ic_fluent_line_style_20_regular:before { +.icon-ic_fluent_line_horizontal_4_20_regular:before { content: "\e9d7"; } -.icon-ic_fluent_line_thickness_20_filled:before { +.icon-ic_fluent_line_horizontal_4_search_20_filled:before { content: "\e9d8"; } -.icon-ic_fluent_line_thickness_20_regular:before { +.icon-ic_fluent_line_horizontal_4_search_20_regular:before { content: "\e9d9"; } -.icon-ic_fluent_link_20_filled:before { +.icon-ic_fluent_line_horizontal_5_20_filled:before { content: "\e9da"; } -.icon-ic_fluent_link_20_regular:before { +.icon-ic_fluent_line_horizontal_5_20_regular:before { content: "\e9db"; } -.icon-ic_fluent_link_add_20_filled:before { +.icon-ic_fluent_line_horizontal_5_error_20_filled:before { content: "\e9dc"; } -.icon-ic_fluent_link_add_20_regular:before { +.icon-ic_fluent_line_horizontal_5_error_20_regular:before { content: "\e9dd"; } -.icon-ic_fluent_link_dismiss_20_filled:before { +.icon-ic_fluent_line_style_20_filled:before { content: "\e9de"; } -.icon-ic_fluent_link_dismiss_20_regular:before { +.icon-ic_fluent_line_style_20_regular:before { content: "\e9df"; } -.icon-ic_fluent_link_edit_20_filled:before { +.icon-ic_fluent_line_thickness_20_filled:before { content: "\e9e0"; } -.icon-ic_fluent_link_edit_20_regular:before { +.icon-ic_fluent_line_thickness_20_regular:before { content: "\e9e1"; } -.icon-ic_fluent_link_multiple_20_filled:before { +.icon-ic_fluent_link_20_filled:before { content: "\e9e2"; } -.icon-ic_fluent_link_multiple_20_regular:before { +.icon-ic_fluent_link_20_regular:before { content: "\e9e3"; } -.icon-ic_fluent_link_person_20_filled:before { +.icon-ic_fluent_link_add_20_filled:before { content: "\e9e4"; } -.icon-ic_fluent_link_person_20_regular:before { +.icon-ic_fluent_link_add_20_regular:before { content: "\e9e5"; } -.icon-ic_fluent_link_square_20_filled:before { +.icon-ic_fluent_link_dismiss_20_filled:before { content: "\e9e6"; } -.icon-ic_fluent_link_square_20_regular:before { +.icon-ic_fluent_link_dismiss_20_regular:before { content: "\e9e7"; } -.icon-ic_fluent_link_toolbox_20_filled:before { +.icon-ic_fluent_link_edit_20_filled:before { content: "\e9e8"; } -.icon-ic_fluent_link_toolbox_20_regular:before { +.icon-ic_fluent_link_edit_20_regular:before { content: "\e9e9"; } -.icon-ic_fluent_list_20_filled:before { +.icon-ic_fluent_link_multiple_20_filled:before { content: "\e9ea"; } -.icon-ic_fluent_list_20_regular:before { +.icon-ic_fluent_link_multiple_20_regular:before { content: "\e9eb"; } -.icon-ic_fluent_list_bar_20_filled:before { +.icon-ic_fluent_link_person_20_filled:before { content: "\e9ec"; } -.icon-ic_fluent_list_bar_20_regular:before { +.icon-ic_fluent_link_person_20_regular:before { content: "\e9ed"; } -.icon-ic_fluent_list_bar_tree_20_filled:before { +.icon-ic_fluent_link_square_20_filled:before { content: "\e9ee"; } -.icon-ic_fluent_list_bar_tree_20_regular:before { +.icon-ic_fluent_link_square_20_regular:before { content: "\e9ef"; } -.icon-ic_fluent_list_bar_tree_offset_20_filled:before { +.icon-ic_fluent_link_toolbox_20_filled:before { content: "\e9f0"; } -.icon-ic_fluent_list_bar_tree_offset_20_regular:before { +.icon-ic_fluent_link_toolbox_20_regular:before { content: "\e9f1"; } -.icon-ic_fluent_list_rtl_20_filled:before { +.icon-ic_fluent_list_20_filled:before { content: "\e9f2"; } -.icon-ic_fluent_list_rtl_20_regular:before { +.icon-ic_fluent_list_20_regular:before { content: "\e9f3"; } -.icon-ic_fluent_live_20_filled:before { +.icon-ic_fluent_list_bar_20_filled:before { content: "\e9f4"; } -.icon-ic_fluent_live_20_regular:before { +.icon-ic_fluent_list_bar_20_regular:before { content: "\e9f5"; } -.icon-ic_fluent_live_off_20_filled:before { +.icon-ic_fluent_list_bar_tree_20_filled:before { content: "\e9f6"; } -.icon-ic_fluent_live_off_20_regular:before { +.icon-ic_fluent_list_bar_tree_20_regular:before { content: "\e9f7"; } -.icon-ic_fluent_local_language_20_filled:before { +.icon-ic_fluent_list_bar_tree_offset_20_filled:before { content: "\e9f8"; } -.icon-ic_fluent_local_language_20_regular:before { +.icon-ic_fluent_list_bar_tree_offset_20_regular:before { content: "\e9f9"; } -.icon-ic_fluent_location_20_filled:before { +.icon-ic_fluent_list_rtl_20_filled:before { content: "\e9fa"; } -.icon-ic_fluent_location_20_regular:before { +.icon-ic_fluent_list_rtl_20_regular:before { content: "\e9fb"; } -.icon-ic_fluent_location_add_20_filled:before { +.icon-ic_fluent_live_20_filled:before { content: "\e9fc"; } -.icon-ic_fluent_location_add_20_regular:before { +.icon-ic_fluent_live_20_regular:before { content: "\e9fd"; } -.icon-ic_fluent_location_add_left_20_filled:before { +.icon-ic_fluent_live_off_20_filled:before { content: "\e9fe"; } -.icon-ic_fluent_location_add_left_20_regular:before { +.icon-ic_fluent_live_off_20_regular:before { content: "\e9ff"; } -.icon-ic_fluent_location_add_right_20_filled:before { +.icon-ic_fluent_local_language_20_filled:before { content: "\ea00"; } -.icon-ic_fluent_location_add_right_20_regular:before { +.icon-ic_fluent_local_language_20_regular:before { content: "\ea01"; } -.icon-ic_fluent_location_add_up_20_filled:before { +.icon-ic_fluent_location_20_filled:before { content: "\ea02"; } -.icon-ic_fluent_location_add_up_20_regular:before { +.icon-ic_fluent_location_20_regular:before { content: "\ea03"; } -.icon-ic_fluent_location_arrow_20_filled:before { +.icon-ic_fluent_location_add_20_filled:before { content: "\ea04"; } -.icon-ic_fluent_location_arrow_20_regular:before { +.icon-ic_fluent_location_add_20_regular:before { content: "\ea05"; } -.icon-ic_fluent_location_arrow_left_20_filled:before { +.icon-ic_fluent_location_add_left_20_filled:before { content: "\ea06"; } -.icon-ic_fluent_location_arrow_left_20_regular:before { +.icon-ic_fluent_location_add_left_20_regular:before { content: "\ea07"; } -.icon-ic_fluent_location_arrow_right_20_filled:before { +.icon-ic_fluent_location_add_right_20_filled:before { content: "\ea08"; } -.icon-ic_fluent_location_arrow_right_20_regular:before { +.icon-ic_fluent_location_add_right_20_regular:before { content: "\ea09"; } -.icon-ic_fluent_location_arrow_up_20_filled:before { +.icon-ic_fluent_location_add_up_20_filled:before { content: "\ea0a"; } -.icon-ic_fluent_location_arrow_up_20_regular:before { +.icon-ic_fluent_location_add_up_20_regular:before { content: "\ea0b"; } -.icon-ic_fluent_location_dismiss_20_filled:before { +.icon-ic_fluent_location_arrow_20_filled:before { content: "\ea0c"; } -.icon-ic_fluent_location_dismiss_20_regular:before { +.icon-ic_fluent_location_arrow_20_regular:before { content: "\ea0d"; } -.icon-ic_fluent_location_live_20_filled:before { +.icon-ic_fluent_location_arrow_left_20_filled:before { content: "\ea0e"; } -.icon-ic_fluent_location_live_20_regular:before { +.icon-ic_fluent_location_arrow_left_20_regular:before { content: "\ea0f"; } -.icon-ic_fluent_location_off_20_filled:before { +.icon-ic_fluent_location_arrow_right_20_filled:before { content: "\ea10"; } -.icon-ic_fluent_location_off_20_regular:before { +.icon-ic_fluent_location_arrow_right_20_regular:before { content: "\ea11"; } -.icon-ic_fluent_location_target_square_20_filled:before { +.icon-ic_fluent_location_arrow_up_20_filled:before { content: "\ea12"; } -.icon-ic_fluent_location_target_square_20_regular:before { +.icon-ic_fluent_location_arrow_up_20_regular:before { content: "\ea13"; } -.icon-ic_fluent_lock_closed_20_filled:before { +.icon-ic_fluent_location_dismiss_20_filled:before { content: "\ea14"; } -.icon-ic_fluent_lock_closed_20_regular:before { +.icon-ic_fluent_location_dismiss_20_regular:before { content: "\ea15"; } -.icon-ic_fluent_lock_closed_key_20_filled:before { +.icon-ic_fluent_location_live_20_filled:before { content: "\ea16"; } -.icon-ic_fluent_lock_closed_key_20_regular:before { +.icon-ic_fluent_location_live_20_regular:before { content: "\ea17"; } -.icon-ic_fluent_lock_multiple_20_filled:before { +.icon-ic_fluent_location_off_20_filled:before { content: "\ea18"; } -.icon-ic_fluent_lock_multiple_20_regular:before { +.icon-ic_fluent_location_off_20_regular:before { content: "\ea19"; } -.icon-ic_fluent_lock_open_20_filled:before { +.icon-ic_fluent_location_target_square_20_filled:before { content: "\ea1a"; } -.icon-ic_fluent_lock_open_20_regular:before { +.icon-ic_fluent_location_target_square_20_regular:before { content: "\ea1b"; } -.icon-ic_fluent_lock_shield_20_filled:before { +.icon-ic_fluent_lock_closed_20_filled:before { content: "\ea1c"; } -.icon-ic_fluent_lock_shield_20_regular:before { +.icon-ic_fluent_lock_closed_20_regular:before { content: "\ea1d"; } -.icon-ic_fluent_lottery_20_filled:before { +.icon-ic_fluent_lock_closed_key_20_filled:before { content: "\ea1e"; } -.icon-ic_fluent_lottery_20_regular:before { +.icon-ic_fluent_lock_closed_key_20_regular:before { content: "\ea1f"; } -.icon-ic_fluent_luggage_20_filled:before { +.icon-ic_fluent_lock_multiple_20_filled:before { content: "\ea20"; } -.icon-ic_fluent_luggage_20_regular:before { +.icon-ic_fluent_lock_multiple_20_regular:before { content: "\ea21"; } -.icon-ic_fluent_mail_20_filled:before { +.icon-ic_fluent_lock_open_20_filled:before { content: "\ea22"; } -.icon-ic_fluent_mail_20_regular:before { +.icon-ic_fluent_lock_open_20_regular:before { content: "\ea23"; } -.icon-ic_fluent_mail_add_20_filled:before { +.icon-ic_fluent_lock_shield_20_filled:before { content: "\ea24"; } -.icon-ic_fluent_mail_add_20_regular:before { +.icon-ic_fluent_lock_shield_20_regular:before { content: "\ea25"; } -.icon-ic_fluent_mail_alert_20_filled:before { +.icon-ic_fluent_lottery_20_filled:before { content: "\ea26"; } -.icon-ic_fluent_mail_alert_20_regular:before { +.icon-ic_fluent_lottery_20_regular:before { content: "\ea27"; } -.icon-ic_fluent_mail_all_read_20_filled:before { +.icon-ic_fluent_luggage_20_filled:before { content: "\ea28"; } -.icon-ic_fluent_mail_all_read_20_regular:before { +.icon-ic_fluent_luggage_20_regular:before { content: "\ea29"; } -.icon-ic_fluent_mail_all_unread_20_filled:before { +.icon-ic_fluent_mail_20_filled:before { content: "\ea2a"; } -.icon-ic_fluent_mail_all_unread_20_regular:before { +.icon-ic_fluent_mail_20_regular:before { content: "\ea2b"; } -.icon-ic_fluent_mail_arrow_double_back_20_filled:before { +.icon-ic_fluent_mail_add_20_filled:before { content: "\ea2c"; } -.icon-ic_fluent_mail_arrow_double_back_20_regular:before { +.icon-ic_fluent_mail_add_20_regular:before { content: "\ea2d"; } -.icon-ic_fluent_mail_arrow_down_20_filled:before { +.icon-ic_fluent_mail_alert_20_filled:before { content: "\ea2e"; } -.icon-ic_fluent_mail_arrow_down_20_regular:before { +.icon-ic_fluent_mail_alert_20_regular:before { content: "\ea2f"; } -.icon-ic_fluent_mail_arrow_forward_20_filled:before { +.icon-ic_fluent_mail_all_read_20_filled:before { content: "\ea30"; } -.icon-ic_fluent_mail_arrow_forward_20_regular:before { +.icon-ic_fluent_mail_all_read_20_regular:before { content: "\ea31"; } -.icon-ic_fluent_mail_arrow_up_20_filled:before { +.icon-ic_fluent_mail_all_unread_20_filled:before { content: "\ea32"; } -.icon-ic_fluent_mail_arrow_up_20_regular:before { +.icon-ic_fluent_mail_all_unread_20_regular:before { content: "\ea33"; } -.icon-ic_fluent_mail_attach_20_filled:before { +.icon-ic_fluent_mail_arrow_double_back_20_filled:before { content: "\ea34"; } -.icon-ic_fluent_mail_attach_20_regular:before { +.icon-ic_fluent_mail_arrow_double_back_20_regular:before { content: "\ea35"; } -.icon-ic_fluent_mail_checkmark_20_filled:before { +.icon-ic_fluent_mail_arrow_down_20_filled:before { content: "\ea36"; } -.icon-ic_fluent_mail_checkmark_20_regular:before { +.icon-ic_fluent_mail_arrow_down_20_regular:before { content: "\ea37"; } -.icon-ic_fluent_mail_clock_20_filled:before { +.icon-ic_fluent_mail_arrow_forward_20_filled:before { content: "\ea38"; } -.icon-ic_fluent_mail_clock_20_regular:before { +.icon-ic_fluent_mail_arrow_forward_20_regular:before { content: "\ea39"; } -.icon-ic_fluent_mail_copy_20_filled:before { +.icon-ic_fluent_mail_arrow_up_20_filled:before { content: "\ea3a"; } -.icon-ic_fluent_mail_copy_20_regular:before { +.icon-ic_fluent_mail_arrow_up_20_regular:before { content: "\ea3b"; } -.icon-ic_fluent_mail_dismiss_20_filled:before { +.icon-ic_fluent_mail_attach_20_filled:before { content: "\ea3c"; } -.icon-ic_fluent_mail_dismiss_20_regular:before { +.icon-ic_fluent_mail_attach_20_regular:before { content: "\ea3d"; } -.icon-ic_fluent_mail_edit_20_filled:before { +.icon-ic_fluent_mail_checkmark_20_filled:before { content: "\ea3e"; } -.icon-ic_fluent_mail_edit_20_regular:before { +.icon-ic_fluent_mail_checkmark_20_regular:before { content: "\ea3f"; } -.icon-ic_fluent_mail_error_20_filled:before { +.icon-ic_fluent_mail_clock_20_filled:before { content: "\ea40"; } -.icon-ic_fluent_mail_error_20_regular:before { +.icon-ic_fluent_mail_clock_20_regular:before { content: "\ea41"; } -.icon-ic_fluent_mail_inbox_20_filled:before { +.icon-ic_fluent_mail_copy_20_filled:before { content: "\ea42"; } -.icon-ic_fluent_mail_inbox_20_regular:before { +.icon-ic_fluent_mail_copy_20_regular:before { content: "\ea43"; } -.icon-ic_fluent_mail_inbox_add_20_filled:before { +.icon-ic_fluent_mail_dismiss_20_filled:before { content: "\ea44"; } -.icon-ic_fluent_mail_inbox_add_20_regular:before { +.icon-ic_fluent_mail_dismiss_20_regular:before { content: "\ea45"; } -.icon-ic_fluent_mail_inbox_all_20_filled:before { +.icon-ic_fluent_mail_edit_20_filled:before { content: "\ea46"; } -.icon-ic_fluent_mail_inbox_all_20_regular:before { +.icon-ic_fluent_mail_edit_20_regular:before { content: "\ea47"; } -.icon-ic_fluent_mail_inbox_arrow_down_20_filled:before { +.icon-ic_fluent_mail_error_20_filled:before { content: "\ea48"; } -.icon-ic_fluent_mail_inbox_arrow_down_20_regular:before { +.icon-ic_fluent_mail_error_20_regular:before { content: "\ea49"; } -.icon-ic_fluent_mail_inbox_arrow_right_20_filled:before { +.icon-ic_fluent_mail_inbox_20_filled:before { content: "\ea4a"; } -.icon-ic_fluent_mail_inbox_arrow_right_20_regular:before { +.icon-ic_fluent_mail_inbox_20_regular:before { content: "\ea4b"; } -.icon-ic_fluent_mail_inbox_arrow_up_20_filled:before { +.icon-ic_fluent_mail_inbox_add_20_filled:before { content: "\ea4c"; } -.icon-ic_fluent_mail_inbox_arrow_up_20_regular:before { +.icon-ic_fluent_mail_inbox_add_20_regular:before { content: "\ea4d"; } -.icon-ic_fluent_mail_inbox_checkmark_20_filled:before { +.icon-ic_fluent_mail_inbox_all_20_filled:before { content: "\ea4e"; } -.icon-ic_fluent_mail_inbox_checkmark_20_regular:before { +.icon-ic_fluent_mail_inbox_all_20_regular:before { content: "\ea4f"; } -.icon-ic_fluent_mail_inbox_dismiss_20_filled:before { +.icon-ic_fluent_mail_inbox_arrow_down_20_filled:before { content: "\ea50"; } -.icon-ic_fluent_mail_inbox_dismiss_20_regular:before { +.icon-ic_fluent_mail_inbox_arrow_down_20_regular:before { content: "\ea51"; } -.icon-ic_fluent_mail_link_20_filled:before { +.icon-ic_fluent_mail_inbox_arrow_right_20_filled:before { content: "\ea52"; } -.icon-ic_fluent_mail_link_20_regular:before { +.icon-ic_fluent_mail_inbox_arrow_right_20_regular:before { content: "\ea53"; } -.icon-ic_fluent_mail_list_20_filled:before { +.icon-ic_fluent_mail_inbox_arrow_up_20_filled:before { content: "\ea54"; } -.icon-ic_fluent_mail_list_20_regular:before { +.icon-ic_fluent_mail_inbox_arrow_up_20_regular:before { content: "\ea55"; } -.icon-ic_fluent_mail_multiple_20_filled:before { +.icon-ic_fluent_mail_inbox_checkmark_20_filled:before { content: "\ea56"; } -.icon-ic_fluent_mail_multiple_20_regular:before { +.icon-ic_fluent_mail_inbox_checkmark_20_regular:before { content: "\ea57"; } -.icon-ic_fluent_mail_off_20_filled:before { +.icon-ic_fluent_mail_inbox_dismiss_20_filled:before { content: "\ea58"; } -.icon-ic_fluent_mail_off_20_regular:before { +.icon-ic_fluent_mail_inbox_dismiss_20_regular:before { content: "\ea59"; } -.icon-ic_fluent_mail_open_person_20_filled:before { +.icon-ic_fluent_mail_link_20_filled:before { content: "\ea5a"; } -.icon-ic_fluent_mail_open_person_20_regular:before { +.icon-ic_fluent_mail_link_20_regular:before { content: "\ea5b"; } -.icon-ic_fluent_mail_pause_20_filled:before { +.icon-ic_fluent_mail_list_20_filled:before { content: "\ea5c"; } -.icon-ic_fluent_mail_pause_20_regular:before { +.icon-ic_fluent_mail_list_20_regular:before { content: "\ea5d"; } -.icon-ic_fluent_mail_prohibited_20_filled:before { +.icon-ic_fluent_mail_multiple_20_filled:before { content: "\ea5e"; } -.icon-ic_fluent_mail_prohibited_20_regular:before { +.icon-ic_fluent_mail_multiple_20_regular:before { content: "\ea5f"; } -.icon-ic_fluent_mail_read_20_filled:before { +.icon-ic_fluent_mail_off_20_filled:before { content: "\ea60"; } -.icon-ic_fluent_mail_read_20_regular:before { +.icon-ic_fluent_mail_off_20_regular:before { content: "\ea61"; } -.icon-ic_fluent_mail_read_multiple_20_filled:before { +.icon-ic_fluent_mail_open_person_20_filled:before { content: "\ea62"; } -.icon-ic_fluent_mail_read_multiple_20_regular:before { +.icon-ic_fluent_mail_open_person_20_regular:before { content: "\ea63"; } -.icon-ic_fluent_mail_rewind_20_filled:before { +.icon-ic_fluent_mail_pause_20_filled:before { content: "\ea64"; } -.icon-ic_fluent_mail_rewind_20_regular:before { +.icon-ic_fluent_mail_pause_20_regular:before { content: "\ea65"; } -.icon-ic_fluent_mail_settings_20_filled:before { +.icon-ic_fluent_mail_prohibited_20_filled:before { content: "\ea66"; } -.icon-ic_fluent_mail_settings_20_regular:before { +.icon-ic_fluent_mail_prohibited_20_regular:before { content: "\ea67"; } -.icon-ic_fluent_mail_shield_20_filled:before { +.icon-ic_fluent_mail_read_20_filled:before { content: "\ea68"; } -.icon-ic_fluent_mail_shield_20_regular:before { +.icon-ic_fluent_mail_read_20_regular:before { content: "\ea69"; } -.icon-ic_fluent_mail_template_20_filled:before { +.icon-ic_fluent_mail_read_multiple_20_filled:before { content: "\ea6a"; } -.icon-ic_fluent_mail_template_20_regular:before { +.icon-ic_fluent_mail_read_multiple_20_regular:before { content: "\ea6b"; } -.icon-ic_fluent_mail_unread_20_filled:before { +.icon-ic_fluent_mail_rewind_20_filled:before { content: "\ea6c"; } -.icon-ic_fluent_mail_unread_20_regular:before { +.icon-ic_fluent_mail_rewind_20_regular:before { content: "\ea6d"; } -.icon-ic_fluent_mail_warning_20_filled:before { +.icon-ic_fluent_mail_settings_20_filled:before { content: "\ea6e"; } -.icon-ic_fluent_mail_warning_20_regular:before { +.icon-ic_fluent_mail_settings_20_regular:before { content: "\ea6f"; } -.icon-ic_fluent_mailbox_20_filled:before { +.icon-ic_fluent_mail_shield_20_filled:before { content: "\ea70"; } -.icon-ic_fluent_mailbox_20_regular:before { +.icon-ic_fluent_mail_shield_20_regular:before { content: "\ea71"; } -.icon-ic_fluent_map_20_filled:before { +.icon-ic_fluent_mail_template_20_filled:before { content: "\ea72"; } -.icon-ic_fluent_map_20_regular:before { +.icon-ic_fluent_mail_template_20_regular:before { content: "\ea73"; } -.icon-ic_fluent_map_drive_20_filled:before { +.icon-ic_fluent_mail_unread_20_filled:before { content: "\ea74"; } -.icon-ic_fluent_map_drive_20_regular:before { +.icon-ic_fluent_mail_unread_20_regular:before { content: "\ea75"; } -.icon-ic_fluent_markdown_20_filled:before { +.icon-ic_fluent_mail_warning_20_filled:before { content: "\ea76"; } -.icon-ic_fluent_markdown_20_regular:before { +.icon-ic_fluent_mail_warning_20_regular:before { content: "\ea77"; } -.icon-ic_fluent_match_app_layout_20_filled:before { +.icon-ic_fluent_mailbox_20_filled:before { content: "\ea78"; } -.icon-ic_fluent_match_app_layout_20_regular:before { +.icon-ic_fluent_mailbox_20_regular:before { content: "\ea79"; } -.icon-ic_fluent_math_format_linear_20_filled:before { +.icon-ic_fluent_map_20_filled:before { content: "\ea7a"; } -.icon-ic_fluent_math_format_linear_20_regular:before { +.icon-ic_fluent_map_20_regular:before { content: "\ea7b"; } -.icon-ic_fluent_math_format_professional_20_filled:before { +.icon-ic_fluent_map_drive_20_filled:before { content: "\ea7c"; } -.icon-ic_fluent_math_format_professional_20_regular:before { +.icon-ic_fluent_map_drive_20_regular:before { content: "\ea7d"; } -.icon-ic_fluent_math_formula_20_filled:before { +.icon-ic_fluent_markdown_20_filled:before { content: "\ea7e"; } -.icon-ic_fluent_math_formula_20_regular:before { +.icon-ic_fluent_markdown_20_regular:before { content: "\ea7f"; } -.icon-ic_fluent_math_symbols_20_filled:before { +.icon-ic_fluent_match_app_layout_20_filled:before { content: "\ea80"; } -.icon-ic_fluent_math_symbols_20_regular:before { +.icon-ic_fluent_match_app_layout_20_regular:before { content: "\ea81"; } -.icon-ic_fluent_maximize_20_filled:before { +.icon-ic_fluent_math_format_linear_20_filled:before { content: "\ea82"; } -.icon-ic_fluent_maximize_20_regular:before { +.icon-ic_fluent_math_format_linear_20_regular:before { content: "\ea83"; } -.icon-ic_fluent_meet_now_20_filled:before { +.icon-ic_fluent_math_format_professional_20_filled:before { content: "\ea84"; } -.icon-ic_fluent_meet_now_20_regular:before { +.icon-ic_fluent_math_format_professional_20_regular:before { content: "\ea85"; } -.icon-ic_fluent_megaphone_20_filled:before { +.icon-ic_fluent_math_formula_20_filled:before { content: "\ea86"; } -.icon-ic_fluent_megaphone_20_regular:before { +.icon-ic_fluent_math_formula_20_regular:before { content: "\ea87"; } -.icon-ic_fluent_megaphone_circle_20_filled:before { +.icon-ic_fluent_math_symbols_20_filled:before { content: "\ea88"; } -.icon-ic_fluent_megaphone_circle_20_regular:before { +.icon-ic_fluent_math_symbols_20_regular:before { content: "\ea89"; } -.icon-ic_fluent_megaphone_loud_20_filled:before { +.icon-ic_fluent_maximize_20_filled:before { content: "\ea8a"; } -.icon-ic_fluent_megaphone_loud_20_regular:before { +.icon-ic_fluent_maximize_20_regular:before { content: "\ea8b"; } -.icon-ic_fluent_megaphone_off_20_filled:before { +.icon-ic_fluent_meet_now_20_filled:before { content: "\ea8c"; } -.icon-ic_fluent_megaphone_off_20_regular:before { +.icon-ic_fluent_meet_now_20_regular:before { content: "\ea8d"; } -.icon-ic_fluent_mention_20_filled:before { +.icon-ic_fluent_megaphone_20_filled:before { content: "\ea8e"; } -.icon-ic_fluent_mention_20_regular:before { +.icon-ic_fluent_megaphone_20_regular:before { content: "\ea8f"; } -.icon-ic_fluent_mention_arrow_down_20_filled:before { +.icon-ic_fluent_megaphone_circle_20_filled:before { content: "\ea90"; } -.icon-ic_fluent_mention_arrow_down_20_regular:before { +.icon-ic_fluent_megaphone_circle_20_regular:before { content: "\ea91"; } -.icon-ic_fluent_mention_brackets_20_filled:before { +.icon-ic_fluent_megaphone_loud_20_filled:before { content: "\ea92"; } -.icon-ic_fluent_mention_brackets_20_regular:before { +.icon-ic_fluent_megaphone_loud_20_regular:before { content: "\ea93"; } -.icon-ic_fluent_merge_20_filled:before { +.icon-ic_fluent_megaphone_off_20_filled:before { content: "\ea94"; } -.icon-ic_fluent_merge_20_regular:before { +.icon-ic_fluent_megaphone_off_20_regular:before { content: "\ea95"; } -.icon-ic_fluent_mic_20_filled:before { +.icon-ic_fluent_mention_20_filled:before { content: "\ea96"; } -.icon-ic_fluent_mic_20_regular:before { +.icon-ic_fluent_mention_20_regular:before { content: "\ea97"; } -.icon-ic_fluent_mic_off_20_filled:before { +.icon-ic_fluent_mention_arrow_down_20_filled:before { content: "\ea98"; } -.icon-ic_fluent_mic_off_20_regular:before { +.icon-ic_fluent_mention_arrow_down_20_regular:before { content: "\ea99"; } -.icon-ic_fluent_mic_prohibited_20_filled:before { +.icon-ic_fluent_mention_brackets_20_filled:before { content: "\ea9a"; } -.icon-ic_fluent_mic_prohibited_20_regular:before { +.icon-ic_fluent_mention_brackets_20_regular:before { content: "\ea9b"; } -.icon-ic_fluent_mic_pulse_20_filled:before { +.icon-ic_fluent_merge_20_filled:before { content: "\ea9c"; } -.icon-ic_fluent_mic_pulse_20_regular:before { +.icon-ic_fluent_merge_20_regular:before { content: "\ea9d"; } -.icon-ic_fluent_mic_pulse_off_20_filled:before { +.icon-ic_fluent_mic_20_filled:before { content: "\ea9e"; } -.icon-ic_fluent_mic_pulse_off_20_regular:before { +.icon-ic_fluent_mic_20_regular:before { content: "\ea9f"; } -.icon-ic_fluent_mic_record_20_filled:before { +.icon-ic_fluent_mic_off_20_filled:before { content: "\eaa0"; } -.icon-ic_fluent_mic_record_20_regular:before { +.icon-ic_fluent_mic_off_20_regular:before { content: "\eaa1"; } -.icon-ic_fluent_mic_settings_20_filled:before { +.icon-ic_fluent_mic_prohibited_20_filled:before { content: "\eaa2"; } -.icon-ic_fluent_mic_settings_20_regular:before { +.icon-ic_fluent_mic_prohibited_20_regular:before { content: "\eaa3"; } -.icon-ic_fluent_mic_sparkle_20_filled:before { +.icon-ic_fluent_mic_pulse_20_filled:before { content: "\eaa4"; } -.icon-ic_fluent_mic_sparkle_20_regular:before { +.icon-ic_fluent_mic_pulse_20_regular:before { content: "\eaa5"; } -.icon-ic_fluent_mic_sync_20_filled:before { +.icon-ic_fluent_mic_pulse_off_20_filled:before { content: "\eaa6"; } -.icon-ic_fluent_mic_sync_20_regular:before { +.icon-ic_fluent_mic_pulse_off_20_regular:before { content: "\eaa7"; } -.icon-ic_fluent_microscope_20_filled:before { +.icon-ic_fluent_mic_record_20_filled:before { content: "\eaa8"; } -.icon-ic_fluent_microscope_20_regular:before { +.icon-ic_fluent_mic_record_20_regular:before { content: "\eaa9"; } -.icon-ic_fluent_midi_20_filled:before { +.icon-ic_fluent_mic_settings_20_filled:before { content: "\eaaa"; } -.icon-ic_fluent_midi_20_regular:before { +.icon-ic_fluent_mic_settings_20_regular:before { content: "\eaab"; } -.icon-ic_fluent_mobile_optimized_20_filled:before { +.icon-ic_fluent_mic_sparkle_20_filled:before { content: "\eaac"; } -.icon-ic_fluent_mobile_optimized_20_regular:before { +.icon-ic_fluent_mic_sparkle_20_regular:before { content: "\eaad"; } -.icon-ic_fluent_mold_20_filled:before { +.icon-ic_fluent_mic_sync_20_filled:before { content: "\eaae"; } -.icon-ic_fluent_mold_20_regular:before { +.icon-ic_fluent_mic_sync_20_regular:before { content: "\eaaf"; } -.icon-ic_fluent_molecule_20_filled:before { +.icon-ic_fluent_microscope_20_filled:before { content: "\eab0"; } -.icon-ic_fluent_molecule_20_regular:before { +.icon-ic_fluent_microscope_20_regular:before { content: "\eab1"; } -.icon-ic_fluent_money_20_filled:before { +.icon-ic_fluent_midi_20_filled:before { content: "\eab2"; } -.icon-ic_fluent_money_20_regular:before { +.icon-ic_fluent_midi_20_regular:before { content: "\eab3"; } -.icon-ic_fluent_money_calculator_20_filled:before { +.icon-ic_fluent_mobile_optimized_20_filled:before { content: "\eab4"; } -.icon-ic_fluent_money_calculator_20_regular:before { +.icon-ic_fluent_mobile_optimized_20_regular:before { content: "\eab5"; } -.icon-ic_fluent_money_dismiss_20_filled:before { +.icon-ic_fluent_mold_20_filled:before { content: "\eab6"; } -.icon-ic_fluent_money_dismiss_20_regular:before { +.icon-ic_fluent_mold_20_regular:before { content: "\eab7"; } -.icon-ic_fluent_money_hand_20_filled:before { +.icon-ic_fluent_molecule_20_filled:before { content: "\eab8"; } -.icon-ic_fluent_money_hand_20_regular:before { +.icon-ic_fluent_molecule_20_regular:before { content: "\eab9"; } -.icon-ic_fluent_money_off_20_filled:before { +.icon-ic_fluent_money_20_filled:before { content: "\eaba"; } -.icon-ic_fluent_money_off_20_regular:before { +.icon-ic_fluent_money_20_regular:before { content: "\eabb"; } -.icon-ic_fluent_money_settings_20_filled:before { +.icon-ic_fluent_money_calculator_20_filled:before { content: "\eabc"; } -.icon-ic_fluent_money_settings_20_regular:before { +.icon-ic_fluent_money_calculator_20_regular:before { content: "\eabd"; } -.icon-ic_fluent_more_circle_20_filled:before { +.icon-ic_fluent_money_dismiss_20_filled:before { content: "\eabe"; } -.icon-ic_fluent_more_circle_20_regular:before { +.icon-ic_fluent_money_dismiss_20_regular:before { content: "\eabf"; } -.icon-ic_fluent_more_horizontal_20_filled:before { +.icon-ic_fluent_money_hand_20_filled:before { content: "\eac0"; } -.icon-ic_fluent_more_horizontal_20_regular:before { +.icon-ic_fluent_money_hand_20_regular:before { content: "\eac1"; } -.icon-ic_fluent_more_vertical_20_filled:before { +.icon-ic_fluent_money_off_20_filled:before { content: "\eac2"; } -.icon-ic_fluent_more_vertical_20_regular:before { +.icon-ic_fluent_money_off_20_regular:before { content: "\eac3"; } -.icon-ic_fluent_mountain_location_bottom_20_filled:before { +.icon-ic_fluent_money_settings_20_filled:before { content: "\eac4"; } -.icon-ic_fluent_mountain_location_bottom_20_regular:before { +.icon-ic_fluent_money_settings_20_regular:before { content: "\eac5"; } -.icon-ic_fluent_mountain_location_top_20_filled:before { +.icon-ic_fluent_more_circle_20_filled:before { content: "\eac6"; } -.icon-ic_fluent_mountain_location_top_20_regular:before { +.icon-ic_fluent_more_circle_20_regular:before { content: "\eac7"; } -.icon-ic_fluent_mountain_trail_20_filled:before { +.icon-ic_fluent_more_horizontal_20_filled:before { content: "\eac8"; } -.icon-ic_fluent_mountain_trail_20_regular:before { +.icon-ic_fluent_more_horizontal_20_regular:before { content: "\eac9"; } -.icon-ic_fluent_movies_and_tv_20_filled:before { +.icon-ic_fluent_more_vertical_20_filled:before { content: "\eaca"; } -.icon-ic_fluent_movies_and_tv_20_regular:before { +.icon-ic_fluent_more_vertical_20_regular:before { content: "\eacb"; } -.icon-ic_fluent_multiplier_1_2x_20_filled:before { +.icon-ic_fluent_mountain_location_bottom_20_filled:before { content: "\eacc"; } -.icon-ic_fluent_multiplier_1_2x_20_regular:before { +.icon-ic_fluent_mountain_location_bottom_20_regular:before { content: "\eacd"; } -.icon-ic_fluent_multiplier_1_5x_20_filled:before { +.icon-ic_fluent_mountain_location_top_20_filled:before { content: "\eace"; } -.icon-ic_fluent_multiplier_1_5x_20_regular:before { +.icon-ic_fluent_mountain_location_top_20_regular:before { content: "\eacf"; } -.icon-ic_fluent_multiplier_1_8x_20_filled:before { +.icon-ic_fluent_mountain_trail_20_filled:before { content: "\ead0"; } -.icon-ic_fluent_multiplier_1_8x_20_regular:before { +.icon-ic_fluent_mountain_trail_20_regular:before { content: "\ead1"; } -.icon-ic_fluent_multiplier_1x_20_filled:before { +.icon-ic_fluent_movies_and_tv_20_filled:before { content: "\ead2"; } -.icon-ic_fluent_multiplier_1x_20_regular:before { +.icon-ic_fluent_movies_and_tv_20_regular:before { content: "\ead3"; } -.icon-ic_fluent_multiplier_2x_20_filled:before { +.icon-ic_fluent_multiplier_1_2x_20_filled:before { content: "\ead4"; } -.icon-ic_fluent_multiplier_2x_20_regular:before { +.icon-ic_fluent_multiplier_1_2x_20_regular:before { content: "\ead5"; } -.icon-ic_fluent_multiplier_5x_20_filled:before { +.icon-ic_fluent_multiplier_1_5x_20_filled:before { content: "\ead6"; } -.icon-ic_fluent_multiplier_5x_20_regular:before { +.icon-ic_fluent_multiplier_1_5x_20_regular:before { content: "\ead7"; } -.icon-ic_fluent_multiselect_ltr_20_filled:before { +.icon-ic_fluent_multiplier_1_8x_20_filled:before { content: "\ead8"; } -.icon-ic_fluent_multiselect_ltr_20_regular:before { +.icon-ic_fluent_multiplier_1_8x_20_regular:before { content: "\ead9"; } -.icon-ic_fluent_multiselect_rtl_20_filled:before { +.icon-ic_fluent_multiplier_1x_20_filled:before { content: "\eada"; } -.icon-ic_fluent_multiselect_rtl_20_regular:before { +.icon-ic_fluent_multiplier_1x_20_regular:before { content: "\eadb"; } -.icon-ic_fluent_music_note_1_20_filled:before { +.icon-ic_fluent_multiplier_2x_20_filled:before { content: "\eadc"; } -.icon-ic_fluent_music_note_1_20_regular:before { +.icon-ic_fluent_multiplier_2x_20_regular:before { content: "\eadd"; } -.icon-ic_fluent_music_note_2_20_filled:before { +.icon-ic_fluent_multiplier_5x_20_filled:before { content: "\eade"; } -.icon-ic_fluent_music_note_2_20_regular:before { +.icon-ic_fluent_multiplier_5x_20_regular:before { content: "\eadf"; } -.icon-ic_fluent_music_note_2_play_20_filled:before { +.icon-ic_fluent_multiselect_ltr_20_filled:before { content: "\eae0"; } -.icon-ic_fluent_music_note_2_play_20_regular:before { +.icon-ic_fluent_multiselect_ltr_20_regular:before { content: "\eae1"; } -.icon-ic_fluent_music_note_off_1_20_filled:before { +.icon-ic_fluent_multiselect_rtl_20_filled:before { content: "\eae2"; } -.icon-ic_fluent_music_note_off_1_20_regular:before { +.icon-ic_fluent_multiselect_rtl_20_regular:before { content: "\eae3"; } -.icon-ic_fluent_music_note_off_2_20_filled:before { +.icon-ic_fluent_music_note_1_20_filled:before { content: "\eae4"; } -.icon-ic_fluent_music_note_off_2_20_regular:before { +.icon-ic_fluent_music_note_1_20_regular:before { content: "\eae5"; } -.icon-ic_fluent_my_location_20_filled:before { +.icon-ic_fluent_music_note_2_20_filled:before { content: "\eae6"; } -.icon-ic_fluent_my_location_20_regular:before { +.icon-ic_fluent_music_note_2_20_regular:before { content: "\eae7"; } -.icon-ic_fluent_navigation_20_filled:before { +.icon-ic_fluent_music_note_2_play_20_filled:before { content: "\eae8"; } -.icon-ic_fluent_navigation_20_regular:before { +.icon-ic_fluent_music_note_2_play_20_regular:before { content: "\eae9"; } -.icon-ic_fluent_navigation_location_target_20_filled:before { +.icon-ic_fluent_music_note_off_1_20_filled:before { content: "\eaea"; } -.icon-ic_fluent_navigation_location_target_20_regular:before { +.icon-ic_fluent_music_note_off_1_20_regular:before { content: "\eaeb"; } -.icon-ic_fluent_navigation_play_20_filled:before { +.icon-ic_fluent_music_note_off_2_20_filled:before { content: "\eaec"; } -.icon-ic_fluent_navigation_play_20_regular:before { +.icon-ic_fluent_music_note_off_2_20_regular:before { content: "\eaed"; } -.icon-ic_fluent_navigation_unread_20_filled:before { +.icon-ic_fluent_my_location_20_filled:before { content: "\eaee"; } -.icon-ic_fluent_navigation_unread_20_regular:before { +.icon-ic_fluent_my_location_20_regular:before { content: "\eaef"; } -.icon-ic_fluent_network_check_20_filled:before { +.icon-ic_fluent_navigation_20_filled:before { content: "\eaf0"; } -.icon-ic_fluent_network_check_20_regular:before { +.icon-ic_fluent_navigation_20_regular:before { content: "\eaf1"; } -.icon-ic_fluent_new_20_filled:before { +.icon-ic_fluent_navigation_location_target_20_filled:before { content: "\eaf2"; } -.icon-ic_fluent_new_20_regular:before { +.icon-ic_fluent_navigation_location_target_20_regular:before { content: "\eaf3"; } -.icon-ic_fluent_news_20_filled:before { +.icon-ic_fluent_navigation_play_20_filled:before { content: "\eaf4"; } -.icon-ic_fluent_news_20_regular:before { +.icon-ic_fluent_navigation_play_20_regular:before { content: "\eaf5"; } -.icon-ic_fluent_next_20_filled:before { +.icon-ic_fluent_navigation_unread_20_filled:before { content: "\eaf6"; } -.icon-ic_fluent_next_20_regular:before { +.icon-ic_fluent_navigation_unread_20_regular:before { content: "\eaf7"; } -.icon-ic_fluent_next_frame_20_filled:before { +.icon-ic_fluent_network_check_20_filled:before { content: "\eaf8"; } -.icon-ic_fluent_next_frame_20_regular:before { +.icon-ic_fluent_network_check_20_regular:before { content: "\eaf9"; } -.icon-ic_fluent_note_20_filled:before { +.icon-ic_fluent_new_20_filled:before { content: "\eafa"; } -.icon-ic_fluent_note_20_regular:before { +.icon-ic_fluent_new_20_regular:before { content: "\eafb"; } -.icon-ic_fluent_note_add_20_filled:before { +.icon-ic_fluent_news_20_filled:before { content: "\eafc"; } -.icon-ic_fluent_note_add_20_regular:before { +.icon-ic_fluent_news_20_regular:before { content: "\eafd"; } -.icon-ic_fluent_note_edit_20_filled:before { +.icon-ic_fluent_next_20_filled:before { content: "\eafe"; } -.icon-ic_fluent_note_edit_20_regular:before { +.icon-ic_fluent_next_20_regular:before { content: "\eaff"; } -.icon-ic_fluent_note_pin_20_filled:before { +.icon-ic_fluent_next_frame_20_filled:before { content: "\eb00"; } -.icon-ic_fluent_note_pin_20_regular:before { +.icon-ic_fluent_next_frame_20_regular:before { content: "\eb01"; } -.icon-ic_fluent_notebook_20_filled:before { +.icon-ic_fluent_note_20_filled:before { content: "\eb02"; } -.icon-ic_fluent_notebook_20_regular:before { +.icon-ic_fluent_note_20_regular:before { content: "\eb03"; } -.icon-ic_fluent_notebook_add_20_filled:before { +.icon-ic_fluent_note_add_20_filled:before { content: "\eb04"; } -.icon-ic_fluent_notebook_add_20_regular:before { +.icon-ic_fluent_note_add_20_regular:before { content: "\eb05"; } -.icon-ic_fluent_notebook_arrow_curve_down_20_filled:before { +.icon-ic_fluent_note_edit_20_filled:before { content: "\eb06"; } -.icon-ic_fluent_notebook_arrow_curve_down_20_regular:before { +.icon-ic_fluent_note_edit_20_regular:before { content: "\eb07"; } -.icon-ic_fluent_notebook_error_20_filled:before { +.icon-ic_fluent_note_pin_20_filled:before { content: "\eb08"; } -.icon-ic_fluent_notebook_error_20_regular:before { +.icon-ic_fluent_note_pin_20_regular:before { content: "\eb09"; } -.icon-ic_fluent_notebook_eye_20_filled:before { +.icon-ic_fluent_notebook_20_filled:before { content: "\eb0a"; } -.icon-ic_fluent_notebook_eye_20_regular:before { +.icon-ic_fluent_notebook_20_regular:before { content: "\eb0b"; } -.icon-ic_fluent_notebook_lightning_20_filled:before { +.icon-ic_fluent_notebook_add_20_filled:before { content: "\eb0c"; } -.icon-ic_fluent_notebook_lightning_20_regular:before { +.icon-ic_fluent_notebook_add_20_regular:before { content: "\eb0d"; } -.icon-ic_fluent_notebook_question_mark_20_filled:before { +.icon-ic_fluent_notebook_arrow_curve_down_20_filled:before { content: "\eb0e"; } -.icon-ic_fluent_notebook_question_mark_20_regular:before { +.icon-ic_fluent_notebook_arrow_curve_down_20_regular:before { content: "\eb0f"; } -.icon-ic_fluent_notebook_section_20_filled:before { +.icon-ic_fluent_notebook_error_20_filled:before { content: "\eb10"; } -.icon-ic_fluent_notebook_section_20_regular:before { +.icon-ic_fluent_notebook_error_20_regular:before { content: "\eb11"; } -.icon-ic_fluent_notebook_section_arrow_right_20_filled:before { +.icon-ic_fluent_notebook_eye_20_filled:before { content: "\eb12"; } -.icon-ic_fluent_notebook_section_arrow_right_20_regular:before { +.icon-ic_fluent_notebook_eye_20_regular:before { content: "\eb13"; } -.icon-ic_fluent_notebook_subsection_20_filled:before { +.icon-ic_fluent_notebook_lightning_20_filled:before { content: "\eb14"; } -.icon-ic_fluent_notebook_subsection_20_regular:before { +.icon-ic_fluent_notebook_lightning_20_regular:before { content: "\eb15"; } -.icon-ic_fluent_notebook_sync_20_filled:before { +.icon-ic_fluent_notebook_question_mark_20_filled:before { content: "\eb16"; } -.icon-ic_fluent_notebook_sync_20_regular:before { +.icon-ic_fluent_notebook_question_mark_20_regular:before { content: "\eb17"; } -.icon-ic_fluent_notepad_20_filled:before { +.icon-ic_fluent_notebook_section_20_filled:before { content: "\eb18"; } -.icon-ic_fluent_notepad_20_regular:before { +.icon-ic_fluent_notebook_section_20_regular:before { content: "\eb19"; } -.icon-ic_fluent_notepad_edit_20_filled:before { +.icon-ic_fluent_notebook_section_arrow_right_20_filled:before { content: "\eb1a"; } -.icon-ic_fluent_notepad_edit_20_regular:before { +.icon-ic_fluent_notebook_section_arrow_right_20_regular:before { content: "\eb1b"; } -.icon-ic_fluent_notepad_person_20_filled:before { +.icon-ic_fluent_notebook_subsection_20_filled:before { content: "\eb1c"; } -.icon-ic_fluent_notepad_person_20_regular:before { +.icon-ic_fluent_notebook_subsection_20_regular:before { content: "\eb1d"; } -.icon-ic_fluent_number_circle_0_20_filled:before { +.icon-ic_fluent_notebook_sync_20_filled:before { content: "\eb1e"; } -.icon-ic_fluent_number_circle_0_20_regular:before { +.icon-ic_fluent_notebook_sync_20_regular:before { content: "\eb1f"; } -.icon-ic_fluent_number_circle_1_20_filled:before { +.icon-ic_fluent_notepad_20_filled:before { content: "\eb20"; } -.icon-ic_fluent_number_circle_1_20_regular:before { +.icon-ic_fluent_notepad_20_regular:before { content: "\eb21"; } -.icon-ic_fluent_number_circle_2_20_filled:before { +.icon-ic_fluent_notepad_edit_20_filled:before { content: "\eb22"; } -.icon-ic_fluent_number_circle_2_20_regular:before { +.icon-ic_fluent_notepad_edit_20_regular:before { content: "\eb23"; } -.icon-ic_fluent_number_circle_3_20_filled:before { +.icon-ic_fluent_notepad_person_20_filled:before { content: "\eb24"; } -.icon-ic_fluent_number_circle_3_20_regular:before { +.icon-ic_fluent_notepad_person_20_regular:before { content: "\eb25"; } -.icon-ic_fluent_number_circle_4_20_filled:before { +.icon-ic_fluent_number_circle_0_20_filled:before { content: "\eb26"; } -.icon-ic_fluent_number_circle_4_20_regular:before { +.icon-ic_fluent_number_circle_0_20_regular:before { content: "\eb27"; } -.icon-ic_fluent_number_circle_5_20_filled:before { +.icon-ic_fluent_number_circle_1_20_filled:before { content: "\eb28"; } -.icon-ic_fluent_number_circle_5_20_regular:before { +.icon-ic_fluent_number_circle_1_20_regular:before { content: "\eb29"; } -.icon-ic_fluent_number_circle_6_20_filled:before { +.icon-ic_fluent_number_circle_2_20_filled:before { content: "\eb2a"; } -.icon-ic_fluent_number_circle_6_20_regular:before { +.icon-ic_fluent_number_circle_2_20_regular:before { content: "\eb2b"; } -.icon-ic_fluent_number_circle_7_20_filled:before { +.icon-ic_fluent_number_circle_3_20_filled:before { content: "\eb2c"; } -.icon-ic_fluent_number_circle_7_20_regular:before { +.icon-ic_fluent_number_circle_3_20_regular:before { content: "\eb2d"; } -.icon-ic_fluent_number_circle_8_20_filled:before { +.icon-ic_fluent_number_circle_4_20_filled:before { content: "\eb2e"; } -.icon-ic_fluent_number_circle_8_20_regular:before { +.icon-ic_fluent_number_circle_4_20_regular:before { content: "\eb2f"; } -.icon-ic_fluent_number_circle_9_20_filled:before { +.icon-ic_fluent_number_circle_5_20_filled:before { content: "\eb30"; } -.icon-ic_fluent_number_circle_9_20_regular:before { +.icon-ic_fluent_number_circle_5_20_regular:before { content: "\eb31"; } -.icon-ic_fluent_number_row_20_filled:before { +.icon-ic_fluent_number_circle_6_20_filled:before { content: "\eb32"; } -.icon-ic_fluent_number_row_20_regular:before { +.icon-ic_fluent_number_circle_6_20_regular:before { content: "\eb33"; } -.icon-ic_fluent_number_symbol_20_filled:before { +.icon-ic_fluent_number_circle_7_20_filled:before { content: "\eb34"; } -.icon-ic_fluent_number_symbol_20_regular:before { +.icon-ic_fluent_number_circle_7_20_regular:before { content: "\eb35"; } -.icon-ic_fluent_number_symbol_dismiss_20_filled:before { +.icon-ic_fluent_number_circle_8_20_filled:before { content: "\eb36"; } -.icon-ic_fluent_number_symbol_dismiss_20_regular:before { +.icon-ic_fluent_number_circle_8_20_regular:before { content: "\eb37"; } -.icon-ic_fluent_number_symbol_square_20_filled:before { +.icon-ic_fluent_number_circle_9_20_filled:before { content: "\eb38"; } -.icon-ic_fluent_number_symbol_square_20_regular:before { +.icon-ic_fluent_number_circle_9_20_regular:before { content: "\eb39"; } -.icon-ic_fluent_open_20_filled:before { +.icon-ic_fluent_number_row_20_filled:before { content: "\eb3a"; } -.icon-ic_fluent_open_20_regular:before { +.icon-ic_fluent_number_row_20_regular:before { content: "\eb3b"; } -.icon-ic_fluent_open_folder_20_filled:before { +.icon-ic_fluent_number_symbol_20_filled:before { content: "\eb3c"; } -.icon-ic_fluent_open_folder_20_regular:before { +.icon-ic_fluent_number_symbol_20_regular:before { content: "\eb3d"; } -.icon-ic_fluent_open_off_20_filled:before { +.icon-ic_fluent_number_symbol_dismiss_20_filled:before { content: "\eb3e"; } -.icon-ic_fluent_open_off_20_regular:before { +.icon-ic_fluent_number_symbol_dismiss_20_regular:before { content: "\eb3f"; } -.icon-ic_fluent_options_20_filled:before { +.icon-ic_fluent_number_symbol_square_20_filled:before { content: "\eb40"; } -.icon-ic_fluent_options_20_regular:before { +.icon-ic_fluent_number_symbol_square_20_regular:before { content: "\eb41"; } -.icon-ic_fluent_organization_20_filled:before { +.icon-ic_fluent_open_20_filled:before { content: "\eb42"; } -.icon-ic_fluent_organization_20_regular:before { +.icon-ic_fluent_open_20_regular:before { content: "\eb43"; } -.icon-ic_fluent_organization_horizontal_20_filled:before { +.icon-ic_fluent_open_folder_20_filled:before { content: "\eb44"; } -.icon-ic_fluent_organization_horizontal_20_regular:before { +.icon-ic_fluent_open_folder_20_regular:before { content: "\eb45"; } -.icon-ic_fluent_orientation_20_filled:before { +.icon-ic_fluent_open_off_20_filled:before { content: "\eb46"; } -.icon-ic_fluent_orientation_20_regular:before { +.icon-ic_fluent_open_off_20_regular:before { content: "\eb47"; } -.icon-ic_fluent_oval_20_filled:before { +.icon-ic_fluent_options_20_filled:before { content: "\eb48"; } -.icon-ic_fluent_oval_20_regular:before { +.icon-ic_fluent_options_20_regular:before { content: "\eb49"; } -.icon-ic_fluent_oven_20_filled:before { +.icon-ic_fluent_organization_20_filled:before { content: "\eb4a"; } -.icon-ic_fluent_oven_20_regular:before { +.icon-ic_fluent_organization_20_regular:before { content: "\eb4b"; } -.icon-ic_fluent_padding_down_20_filled:before { +.icon-ic_fluent_organization_horizontal_20_filled:before { content: "\eb4c"; } -.icon-ic_fluent_padding_down_20_regular:before { +.icon-ic_fluent_organization_horizontal_20_regular:before { content: "\eb4d"; } -.icon-ic_fluent_padding_left_20_filled:before { +.icon-ic_fluent_orientation_20_filled:before { content: "\eb4e"; } -.icon-ic_fluent_padding_left_20_regular:before { +.icon-ic_fluent_orientation_20_regular:before { content: "\eb4f"; } -.icon-ic_fluent_padding_right_20_filled:before { +.icon-ic_fluent_oval_20_filled:before { content: "\eb50"; } -.icon-ic_fluent_padding_right_20_regular:before { +.icon-ic_fluent_oval_20_regular:before { content: "\eb51"; } -.icon-ic_fluent_padding_top_20_filled:before { +.icon-ic_fluent_oven_20_filled:before { content: "\eb52"; } -.icon-ic_fluent_padding_top_20_regular:before { +.icon-ic_fluent_oven_20_regular:before { content: "\eb53"; } -.icon-ic_fluent_page_fit_20_filled:before { +.icon-ic_fluent_padding_down_20_filled:before { content: "\eb54"; } -.icon-ic_fluent_page_fit_20_regular:before { +.icon-ic_fluent_padding_down_20_regular:before { content: "\eb55"; } -.icon-ic_fluent_paint_brush_20_filled:before { +.icon-ic_fluent_padding_left_20_filled:before { content: "\eb56"; } -.icon-ic_fluent_paint_brush_20_regular:before { +.icon-ic_fluent_padding_left_20_regular:before { content: "\eb57"; } -.icon-ic_fluent_paint_brush_arrow_down_20_filled:before { +.icon-ic_fluent_padding_right_20_filled:before { content: "\eb58"; } -.icon-ic_fluent_paint_brush_arrow_down_20_regular:before { +.icon-ic_fluent_padding_right_20_regular:before { content: "\eb59"; } -.icon-ic_fluent_paint_brush_arrow_up_20_filled:before { +.icon-ic_fluent_padding_top_20_filled:before { content: "\eb5a"; } -.icon-ic_fluent_paint_brush_arrow_up_20_regular:before { +.icon-ic_fluent_padding_top_20_regular:before { content: "\eb5b"; } -.icon-ic_fluent_paint_bucket_20_filled:before { +.icon-ic_fluent_page_fit_20_filled:before { content: "\eb5c"; } -.icon-ic_fluent_paint_bucket_20_regular:before { +.icon-ic_fluent_page_fit_20_regular:before { content: "\eb5d"; } -.icon-ic_fluent_pair_20_filled:before { +.icon-ic_fluent_paint_brush_20_filled:before { content: "\eb5e"; } -.icon-ic_fluent_pair_20_regular:before { +.icon-ic_fluent_paint_brush_20_regular:before { content: "\eb5f"; } -.icon-ic_fluent_panel_bottom_20_filled:before { +.icon-ic_fluent_paint_brush_arrow_down_20_filled:before { content: "\eb60"; } -.icon-ic_fluent_panel_bottom_20_regular:before { +.icon-ic_fluent_paint_brush_arrow_down_20_regular:before { content: "\eb61"; } -.icon-ic_fluent_panel_bottom_contract_20_filled:before { +.icon-ic_fluent_paint_brush_arrow_up_20_filled:before { content: "\eb62"; } -.icon-ic_fluent_panel_bottom_contract_20_regular:before { +.icon-ic_fluent_paint_brush_arrow_up_20_regular:before { content: "\eb63"; } -.icon-ic_fluent_panel_bottom_expand_20_filled:before { +.icon-ic_fluent_paint_bucket_20_filled:before { content: "\eb64"; } -.icon-ic_fluent_panel_bottom_expand_20_regular:before { +.icon-ic_fluent_paint_bucket_20_regular:before { content: "\eb65"; } -.icon-ic_fluent_panel_left_20_filled:before { +.icon-ic_fluent_pair_20_filled:before { content: "\eb66"; } -.icon-ic_fluent_panel_left_20_regular:before { +.icon-ic_fluent_pair_20_regular:before { content: "\eb67"; } -.icon-ic_fluent_panel_left_add_20_filled:before { +.icon-ic_fluent_panel_bottom_20_filled:before { content: "\eb68"; } -.icon-ic_fluent_panel_left_add_20_regular:before { +.icon-ic_fluent_panel_bottom_20_regular:before { content: "\eb69"; } -.icon-ic_fluent_panel_left_contract_20_filled:before { +.icon-ic_fluent_panel_bottom_contract_20_filled:before { content: "\eb6a"; } -.icon-ic_fluent_panel_left_contract_20_regular:before { +.icon-ic_fluent_panel_bottom_contract_20_regular:before { content: "\eb6b"; } -.icon-ic_fluent_panel_left_expand_20_filled:before { +.icon-ic_fluent_panel_bottom_expand_20_filled:before { content: "\eb6c"; } -.icon-ic_fluent_panel_left_expand_20_regular:before { +.icon-ic_fluent_panel_bottom_expand_20_regular:before { content: "\eb6d"; } -.icon-ic_fluent_panel_left_focus_right_20_filled:before { +.icon-ic_fluent_panel_left_20_filled:before { content: "\eb6e"; } -.icon-ic_fluent_panel_left_header_20_filled:before { +.icon-ic_fluent_panel_left_20_regular:before { content: "\eb6f"; } -.icon-ic_fluent_panel_left_header_20_regular:before { +.icon-ic_fluent_panel_left_add_20_filled:before { content: "\eb70"; } -.icon-ic_fluent_panel_left_header_add_20_filled:before { +.icon-ic_fluent_panel_left_add_20_regular:before { content: "\eb71"; } -.icon-ic_fluent_panel_left_header_add_20_regular:before { +.icon-ic_fluent_panel_left_contract_20_filled:before { content: "\eb72"; } -.icon-ic_fluent_panel_left_header_key_20_filled:before { +.icon-ic_fluent_panel_left_contract_20_regular:before { content: "\eb73"; } -.icon-ic_fluent_panel_left_header_key_20_regular:before { +.icon-ic_fluent_panel_left_expand_20_filled:before { content: "\eb74"; } -.icon-ic_fluent_panel_left_key_20_filled:before { +.icon-ic_fluent_panel_left_expand_20_regular:before { content: "\eb75"; } -.icon-ic_fluent_panel_left_key_20_regular:before { +.icon-ic_fluent_panel_left_focus_right_20_filled:before { content: "\eb76"; } -.icon-ic_fluent_panel_left_text_20_filled:before { +.icon-ic_fluent_panel_left_header_20_filled:before { content: "\eb77"; } -.icon-ic_fluent_panel_left_text_20_regular:before { +.icon-ic_fluent_panel_left_header_20_regular:before { content: "\eb78"; } -.icon-ic_fluent_panel_left_text_add_20_filled:before { +.icon-ic_fluent_panel_left_header_add_20_filled:before { content: "\eb79"; } -.icon-ic_fluent_panel_left_text_add_20_regular:before { +.icon-ic_fluent_panel_left_header_add_20_regular:before { content: "\eb7a"; } -.icon-ic_fluent_panel_left_text_dismiss_20_filled:before { +.icon-ic_fluent_panel_left_header_key_20_filled:before { content: "\eb7b"; } -.icon-ic_fluent_panel_left_text_dismiss_20_regular:before { +.icon-ic_fluent_panel_left_header_key_20_regular:before { content: "\eb7c"; } -.icon-ic_fluent_panel_right_20_filled:before { +.icon-ic_fluent_panel_left_key_20_filled:before { content: "\eb7d"; } -.icon-ic_fluent_panel_right_20_regular:before { +.icon-ic_fluent_panel_left_key_20_regular:before { content: "\eb7e"; } -.icon-ic_fluent_panel_right_add_20_filled:before { +.icon-ic_fluent_panel_left_text_20_filled:before { content: "\eb7f"; } -.icon-ic_fluent_panel_right_add_20_regular:before { +.icon-ic_fluent_panel_left_text_20_regular:before { content: "\eb80"; } -.icon-ic_fluent_panel_right_contract_20_filled:before { +.icon-ic_fluent_panel_left_text_add_20_filled:before { content: "\eb81"; } -.icon-ic_fluent_panel_right_contract_20_regular:before { +.icon-ic_fluent_panel_left_text_add_20_regular:before { content: "\eb82"; } -.icon-ic_fluent_panel_right_cursor_20_filled:before { +.icon-ic_fluent_panel_left_text_dismiss_20_filled:before { content: "\eb83"; } -.icon-ic_fluent_panel_right_cursor_20_regular:before { +.icon-ic_fluent_panel_left_text_dismiss_20_regular:before { content: "\eb84"; } -.icon-ic_fluent_panel_right_expand_20_filled:before { +.icon-ic_fluent_panel_right_20_filled:before { content: "\eb85"; } -.icon-ic_fluent_panel_right_expand_20_regular:before { +.icon-ic_fluent_panel_right_20_regular:before { content: "\eb86"; } -.icon-ic_fluent_panel_right_gallery_20_filled:before { +.icon-ic_fluent_panel_right_add_20_filled:before { content: "\eb87"; } -.icon-ic_fluent_panel_right_gallery_20_regular:before { +.icon-ic_fluent_panel_right_add_20_regular:before { content: "\eb88"; } -.icon-ic_fluent_panel_separate_window_20_filled:before { +.icon-ic_fluent_panel_right_contract_20_filled:before { content: "\eb89"; } -.icon-ic_fluent_panel_separate_window_20_regular:before { +.icon-ic_fluent_panel_right_contract_20_regular:before { content: "\eb8a"; } -.icon-ic_fluent_panel_top_contract_20_filled:before { +.icon-ic_fluent_panel_right_cursor_20_filled:before { content: "\eb8b"; } -.icon-ic_fluent_panel_top_contract_20_regular:before { +.icon-ic_fluent_panel_right_cursor_20_regular:before { content: "\eb8c"; } -.icon-ic_fluent_panel_top_expand_20_filled:before { +.icon-ic_fluent_panel_right_expand_20_filled:before { content: "\eb8d"; } -.icon-ic_fluent_panel_top_expand_20_regular:before { +.icon-ic_fluent_panel_right_expand_20_regular:before { content: "\eb8e"; } -.icon-ic_fluent_panel_top_gallery_20_filled:before { +.icon-ic_fluent_panel_right_gallery_20_filled:before { content: "\eb8f"; } -.icon-ic_fluent_panel_top_gallery_20_regular:before { +.icon-ic_fluent_panel_right_gallery_20_regular:before { content: "\eb90"; } -.icon-ic_fluent_password_20_filled:before { +.icon-ic_fluent_panel_separate_window_20_filled:before { content: "\eb91"; } -.icon-ic_fluent_password_20_regular:before { +.icon-ic_fluent_panel_separate_window_20_regular:before { content: "\eb92"; } -.icon-ic_fluent_patch_20_filled:before { +.icon-ic_fluent_panel_top_contract_20_filled:before { content: "\eb93"; } -.icon-ic_fluent_patch_20_regular:before { +.icon-ic_fluent_panel_top_contract_20_regular:before { content: "\eb94"; } -.icon-ic_fluent_patient_20_filled:before { +.icon-ic_fluent_panel_top_expand_20_filled:before { content: "\eb95"; } -.icon-ic_fluent_patient_20_regular:before { +.icon-ic_fluent_panel_top_expand_20_regular:before { content: "\eb96"; } -.icon-ic_fluent_pause_20_filled:before { +.icon-ic_fluent_panel_top_gallery_20_filled:before { content: "\eb97"; } -.icon-ic_fluent_pause_20_regular:before { +.icon-ic_fluent_panel_top_gallery_20_regular:before { content: "\eb98"; } -.icon-ic_fluent_pause_circle_20_filled:before { +.icon-ic_fluent_password_20_filled:before { content: "\eb99"; } -.icon-ic_fluent_pause_circle_20_regular:before { +.icon-ic_fluent_password_20_regular:before { content: "\eb9a"; } -.icon-ic_fluent_pause_off_20_filled:before { +.icon-ic_fluent_patch_20_filled:before { content: "\eb9b"; } -.icon-ic_fluent_pause_off_20_regular:before { +.icon-ic_fluent_patch_20_regular:before { content: "\eb9c"; } -.icon-ic_fluent_pause_settings_20_filled:before { +.icon-ic_fluent_patient_20_filled:before { content: "\eb9d"; } -.icon-ic_fluent_pause_settings_20_regular:before { +.icon-ic_fluent_patient_20_regular:before { content: "\eb9e"; } -.icon-ic_fluent_payment_20_filled:before { +.icon-ic_fluent_pause_20_filled:before { content: "\eb9f"; } -.icon-ic_fluent_payment_20_regular:before { +.icon-ic_fluent_pause_20_regular:before { content: "\eba0"; } -.icon-ic_fluent_pen_20_filled:before { +.icon-ic_fluent_pause_circle_20_filled:before { content: "\eba1"; } -.icon-ic_fluent_pen_20_regular:before { +.icon-ic_fluent_pause_circle_20_regular:before { content: "\eba2"; } -.icon-ic_fluent_pen_dismiss_20_filled:before { +.icon-ic_fluent_pause_off_20_filled:before { content: "\eba3"; } -.icon-ic_fluent_pen_dismiss_20_regular:before { +.icon-ic_fluent_pause_off_20_regular:before { content: "\eba4"; } -.icon-ic_fluent_pen_off_20_filled:before { +.icon-ic_fluent_pause_settings_20_filled:before { content: "\eba5"; } -.icon-ic_fluent_pen_off_20_regular:before { +.icon-ic_fluent_pause_settings_20_regular:before { content: "\eba6"; } -.icon-ic_fluent_pen_prohibited_20_filled:before { +.icon-ic_fluent_payment_20_filled:before { content: "\eba7"; } -.icon-ic_fluent_pen_prohibited_20_regular:before { +.icon-ic_fluent_payment_20_regular:before { content: "\eba8"; } -.icon-ic_fluent_pen_sparkle_20_filled:before { +.icon-ic_fluent_payment_wireless_20_filled:before { content: "\eba9"; } -.icon-ic_fluent_pen_sparkle_20_regular:before { +.icon-ic_fluent_payment_wireless_20_regular:before { content: "\ebaa"; } -.icon-ic_fluent_pentagon_20_filled:before { +.icon-ic_fluent_pen_20_filled:before { content: "\ebab"; } -.icon-ic_fluent_pentagon_20_regular:before { +.icon-ic_fluent_pen_20_regular:before { content: "\ebac"; } -.icon-ic_fluent_people_20_filled:before { +.icon-ic_fluent_pen_dismiss_20_filled:before { content: "\ebad"; } -.icon-ic_fluent_people_20_regular:before { +.icon-ic_fluent_pen_dismiss_20_regular:before { content: "\ebae"; } -.icon-ic_fluent_people_add_20_filled:before { +.icon-ic_fluent_pen_off_20_filled:before { content: "\ebaf"; } -.icon-ic_fluent_people_add_20_regular:before { +.icon-ic_fluent_pen_off_20_regular:before { content: "\ebb0"; } -.icon-ic_fluent_people_audience_20_filled:before { +.icon-ic_fluent_pen_prohibited_20_filled:before { content: "\ebb1"; } -.icon-ic_fluent_people_audience_20_regular:before { +.icon-ic_fluent_pen_prohibited_20_regular:before { content: "\ebb2"; } -.icon-ic_fluent_people_call_20_filled:before { +.icon-ic_fluent_pen_sparkle_20_filled:before { content: "\ebb3"; } -.icon-ic_fluent_people_call_20_regular:before { +.icon-ic_fluent_pen_sparkle_20_regular:before { content: "\ebb4"; } -.icon-ic_fluent_people_chat_20_filled:before { +.icon-ic_fluent_pentagon_20_filled:before { content: "\ebb5"; } -.icon-ic_fluent_people_chat_20_regular:before { +.icon-ic_fluent_pentagon_20_regular:before { content: "\ebb6"; } -.icon-ic_fluent_people_checkmark_20_filled:before { +.icon-ic_fluent_people_20_filled:before { content: "\ebb7"; } -.icon-ic_fluent_people_checkmark_20_regular:before { +.icon-ic_fluent_people_20_regular:before { content: "\ebb8"; } -.icon-ic_fluent_people_community_20_filled:before { +.icon-ic_fluent_people_add_20_filled:before { content: "\ebb9"; } -.icon-ic_fluent_people_community_20_regular:before { +.icon-ic_fluent_people_add_20_regular:before { content: "\ebba"; } -.icon-ic_fluent_people_community_add_20_filled:before { +.icon-ic_fluent_people_audience_20_filled:before { content: "\ebbb"; } -.icon-ic_fluent_people_community_add_20_regular:before { +.icon-ic_fluent_people_audience_20_regular:before { content: "\ebbc"; } -.icon-ic_fluent_people_edit_20_filled:before { +.icon-ic_fluent_people_call_20_filled:before { content: "\ebbd"; } -.icon-ic_fluent_people_edit_20_regular:before { +.icon-ic_fluent_people_call_20_regular:before { content: "\ebbe"; } -.icon-ic_fluent_people_error_20_filled:before { +.icon-ic_fluent_people_chat_20_filled:before { content: "\ebbf"; } -.icon-ic_fluent_people_error_20_regular:before { +.icon-ic_fluent_people_chat_20_regular:before { content: "\ebc0"; } -.icon-ic_fluent_people_list_20_filled:before { +.icon-ic_fluent_people_checkmark_20_filled:before { content: "\ebc1"; } -.icon-ic_fluent_people_list_20_regular:before { +.icon-ic_fluent_people_checkmark_20_regular:before { content: "\ebc2"; } -.icon-ic_fluent_people_lock_20_filled:before { +.icon-ic_fluent_people_community_20_filled:before { content: "\ebc3"; } -.icon-ic_fluent_people_lock_20_regular:before { +.icon-ic_fluent_people_community_20_regular:before { content: "\ebc4"; } -.icon-ic_fluent_people_money_20_filled:before { +.icon-ic_fluent_people_community_add_20_filled:before { content: "\ebc5"; } -.icon-ic_fluent_people_money_20_regular:before { +.icon-ic_fluent_people_community_add_20_regular:before { content: "\ebc6"; } -.icon-ic_fluent_people_prohibited_20_filled:before { +.icon-ic_fluent_people_edit_20_filled:before { content: "\ebc7"; } -.icon-ic_fluent_people_prohibited_20_regular:before { +.icon-ic_fluent_people_edit_20_regular:before { content: "\ebc8"; } -.icon-ic_fluent_people_queue_20_filled:before { +.icon-ic_fluent_people_error_20_filled:before { content: "\ebc9"; } -.icon-ic_fluent_people_queue_20_regular:before { +.icon-ic_fluent_people_error_20_regular:before { content: "\ebca"; } -.icon-ic_fluent_people_search_20_filled:before { +.icon-ic_fluent_people_list_20_filled:before { content: "\ebcb"; } -.icon-ic_fluent_people_search_20_regular:before { +.icon-ic_fluent_people_list_20_regular:before { content: "\ebcc"; } -.icon-ic_fluent_people_settings_20_filled:before { +.icon-ic_fluent_people_lock_20_filled:before { content: "\ebcd"; } -.icon-ic_fluent_people_settings_20_regular:before { +.icon-ic_fluent_people_lock_20_regular:before { content: "\ebce"; } -.icon-ic_fluent_people_star_20_filled:before { +.icon-ic_fluent_people_money_20_filled:before { content: "\ebcf"; } -.icon-ic_fluent_people_star_20_regular:before { +.icon-ic_fluent_people_money_20_regular:before { content: "\ebd0"; } -.icon-ic_fluent_people_swap_20_filled:before { +.icon-ic_fluent_people_prohibited_20_filled:before { content: "\ebd1"; } -.icon-ic_fluent_people_swap_20_regular:before { +.icon-ic_fluent_people_prohibited_20_regular:before { content: "\ebd2"; } -.icon-ic_fluent_people_sync_20_filled:before { +.icon-ic_fluent_people_queue_20_filled:before { content: "\ebd3"; } -.icon-ic_fluent_people_sync_20_regular:before { +.icon-ic_fluent_people_queue_20_regular:before { content: "\ebd4"; } -.icon-ic_fluent_people_team_20_filled:before { +.icon-ic_fluent_people_search_20_filled:before { content: "\ebd5"; } -.icon-ic_fluent_people_team_20_regular:before { +.icon-ic_fluent_people_search_20_regular:before { content: "\ebd6"; } -.icon-ic_fluent_people_team_add_20_filled:before { +.icon-ic_fluent_people_settings_20_filled:before { content: "\ebd7"; } -.icon-ic_fluent_people_team_add_20_regular:before { +.icon-ic_fluent_people_settings_20_regular:before { content: "\ebd8"; } -.icon-ic_fluent_people_team_delete_20_filled:before { +.icon-ic_fluent_people_star_20_filled:before { content: "\ebd9"; } -.icon-ic_fluent_people_team_delete_20_regular:before { +.icon-ic_fluent_people_star_20_regular:before { content: "\ebda"; } -.icon-ic_fluent_people_team_toolbox_20_filled:before { +.icon-ic_fluent_people_swap_20_filled:before { content: "\ebdb"; } -.icon-ic_fluent_people_team_toolbox_20_regular:before { +.icon-ic_fluent_people_swap_20_regular:before { content: "\ebdc"; } -.icon-ic_fluent_people_toolbox_20_filled:before { +.icon-ic_fluent_people_sync_20_filled:before { content: "\ebdd"; } -.icon-ic_fluent_people_toolbox_20_regular:before { +.icon-ic_fluent_people_sync_20_regular:before { content: "\ebde"; } -.icon-ic_fluent_person_20_filled:before { +.icon-ic_fluent_people_team_20_filled:before { content: "\ebdf"; } -.icon-ic_fluent_person_20_regular:before { +.icon-ic_fluent_people_team_20_regular:before { content: "\ebe0"; } -.icon-ic_fluent_person_5_20_filled:before { +.icon-ic_fluent_people_team_add_20_filled:before { content: "\ebe1"; } -.icon-ic_fluent_person_5_20_regular:before { +.icon-ic_fluent_people_team_add_20_regular:before { content: "\ebe2"; } -.icon-ic_fluent_person_6_20_filled:before { +.icon-ic_fluent_people_team_delete_20_filled:before { content: "\ebe3"; } -.icon-ic_fluent_person_6_20_regular:before { +.icon-ic_fluent_people_team_delete_20_regular:before { content: "\ebe4"; } -.icon-ic_fluent_person_accounts_20_filled:before { +.icon-ic_fluent_people_team_toolbox_20_filled:before { content: "\ebe5"; } -.icon-ic_fluent_person_accounts_20_regular:before { +.icon-ic_fluent_people_team_toolbox_20_regular:before { content: "\ebe6"; } -.icon-ic_fluent_person_add_20_filled:before { +.icon-ic_fluent_people_toolbox_20_filled:before { content: "\ebe7"; } -.icon-ic_fluent_person_add_20_regular:before { +.icon-ic_fluent_people_toolbox_20_regular:before { content: "\ebe8"; } -.icon-ic_fluent_person_alert_20_filled:before { +.icon-ic_fluent_person_20_filled:before { content: "\ebe9"; } -.icon-ic_fluent_person_alert_20_regular:before { +.icon-ic_fluent_person_20_regular:before { content: "\ebea"; } -.icon-ic_fluent_person_arrow_back_20_filled:before { +.icon-ic_fluent_person_5_20_filled:before { content: "\ebeb"; } -.icon-ic_fluent_person_arrow_back_20_regular:before { +.icon-ic_fluent_person_5_20_regular:before { content: "\ebec"; } -.icon-ic_fluent_person_arrow_left_20_filled:before { +.icon-ic_fluent_person_6_20_filled:before { content: "\ebed"; } -.icon-ic_fluent_person_arrow_left_20_regular:before { +.icon-ic_fluent_person_6_20_regular:before { content: "\ebee"; } -.icon-ic_fluent_person_arrow_right_20_filled:before { +.icon-ic_fluent_person_accounts_20_filled:before { content: "\ebef"; } -.icon-ic_fluent_person_arrow_right_20_regular:before { +.icon-ic_fluent_person_accounts_20_regular:before { content: "\ebf0"; } -.icon-ic_fluent_person_available_20_filled:before { +.icon-ic_fluent_person_add_20_filled:before { content: "\ebf1"; } -.icon-ic_fluent_person_available_20_regular:before { +.icon-ic_fluent_person_add_20_regular:before { content: "\ebf2"; } -.icon-ic_fluent_person_board_20_filled:before { +.icon-ic_fluent_person_alert_20_filled:before { content: "\ebf3"; } -.icon-ic_fluent_person_board_20_regular:before { +.icon-ic_fluent_person_alert_20_regular:before { content: "\ebf4"; } -.icon-ic_fluent_person_call_20_filled:before { +.icon-ic_fluent_person_arrow_back_20_filled:before { content: "\ebf5"; } -.icon-ic_fluent_person_call_20_regular:before { +.icon-ic_fluent_person_arrow_back_20_regular:before { content: "\ebf6"; } -.icon-ic_fluent_person_chat_20_filled:before { +.icon-ic_fluent_person_arrow_left_20_filled:before { content: "\ebf7"; } -.icon-ic_fluent_person_chat_20_regular:before { +.icon-ic_fluent_person_arrow_left_20_regular:before { content: "\ebf8"; } -.icon-ic_fluent_person_circle_20_filled:before { +.icon-ic_fluent_person_arrow_right_20_filled:before { content: "\ebf9"; } -.icon-ic_fluent_person_circle_20_regular:before { +.icon-ic_fluent_person_arrow_right_20_regular:before { content: "\ebfa"; } -.icon-ic_fluent_person_clock_20_filled:before { +.icon-ic_fluent_person_available_20_filled:before { content: "\ebfb"; } -.icon-ic_fluent_person_clock_20_regular:before { +.icon-ic_fluent_person_available_20_regular:before { content: "\ebfc"; } -.icon-ic_fluent_person_delete_20_filled:before { +.icon-ic_fluent_person_board_20_filled:before { content: "\ebfd"; } -.icon-ic_fluent_person_delete_20_regular:before { +.icon-ic_fluent_person_board_20_regular:before { content: "\ebfe"; } -.icon-ic_fluent_person_desktop_20_filled:before { +.icon-ic_fluent_person_call_20_filled:before { content: "\ebff"; } -.icon-ic_fluent_person_desktop_20_regular:before { +.icon-ic_fluent_person_call_20_regular:before { content: "\ec00"; } -.icon-ic_fluent_person_edit_20_filled:before { +.icon-ic_fluent_person_chat_20_filled:before { content: "\ec01"; } -.icon-ic_fluent_person_edit_20_regular:before { +.icon-ic_fluent_person_chat_20_regular:before { content: "\ec02"; } -.icon-ic_fluent_person_feedback_20_filled:before { +.icon-ic_fluent_person_circle_20_filled:before { content: "\ec03"; } -.icon-ic_fluent_person_feedback_20_regular:before { +.icon-ic_fluent_person_circle_20_regular:before { content: "\ec04"; } -.icon-ic_fluent_person_heart_20_filled:before { +.icon-ic_fluent_person_clock_20_filled:before { content: "\ec05"; } -.icon-ic_fluent_person_heart_20_regular:before { +.icon-ic_fluent_person_clock_20_regular:before { content: "\ec06"; } -.icon-ic_fluent_person_info_20_filled:before { +.icon-ic_fluent_person_delete_20_filled:before { content: "\ec07"; } -.icon-ic_fluent_person_info_20_regular:before { +.icon-ic_fluent_person_delete_20_regular:before { content: "\ec08"; } -.icon-ic_fluent_person_key_20_filled:before { +.icon-ic_fluent_person_desktop_20_filled:before { content: "\ec09"; } -.icon-ic_fluent_person_key_20_regular:before { +.icon-ic_fluent_person_desktop_20_regular:before { content: "\ec0a"; } -.icon-ic_fluent_person_lightbulb_20_filled:before { +.icon-ic_fluent_person_edit_20_filled:before { content: "\ec0b"; } -.icon-ic_fluent_person_lightbulb_20_regular:before { +.icon-ic_fluent_person_edit_20_regular:before { content: "\ec0c"; } -.icon-ic_fluent_person_lightning_20_filled:before { +.icon-ic_fluent_person_feedback_20_filled:before { content: "\ec0d"; } -.icon-ic_fluent_person_lightning_20_regular:before { +.icon-ic_fluent_person_feedback_20_regular:before { content: "\ec0e"; } -.icon-ic_fluent_person_link_20_filled:before { +.icon-ic_fluent_person_heart_20_filled:before { content: "\ec0f"; } -.icon-ic_fluent_person_link_20_regular:before { +.icon-ic_fluent_person_heart_20_regular:before { content: "\ec10"; } +.icon-ic_fluent_person_info_20_filled:before { + content: "\ec11"; +} +.icon-ic_fluent_person_info_20_regular:before { + content: "\ec12"; +} +.icon-ic_fluent_person_key_20_filled:before { + content: "\ec13"; +} +.icon-ic_fluent_person_key_20_regular:before { + content: "\ec14"; +} +.icon-ic_fluent_person_lightbulb_20_filled:before { + content: "\ec15"; +} +.icon-ic_fluent_person_lightbulb_20_regular:before { + content: "\ec16"; +} +.icon-ic_fluent_person_lightning_20_filled:before { + content: "\ec17"; +} +.icon-ic_fluent_person_lightning_20_regular:before { + content: "\ec18"; +} +.icon-ic_fluent_person_link_20_filled:before { + content: "\ec19"; +} +.icon-ic_fluent_person_link_20_regular:before { + content: "\ec1a"; +} .icon-ic_fluent_person_lock_20_filled:before { - content: "\ec11"; + content: "\ec1b"; } .icon-ic_fluent_person_lock_20_regular:before { - content: "\ec12"; + content: "\ec1c"; } .icon-ic_fluent_person_mail_20_filled:before { - content: "\ec13"; + content: "\ec1d"; } .icon-ic_fluent_person_mail_20_regular:before { - content: "\ec14"; + content: "\ec1e"; } .icon-ic_fluent_person_money_20_filled:before { - content: "\ec15"; + content: "\ec1f"; } .icon-ic_fluent_person_money_20_regular:before { - content: "\ec16"; + content: "\ec20"; } .icon-ic_fluent_person_note_20_filled:before { - content: "\ec17"; + content: "\ec21"; } .icon-ic_fluent_person_note_20_regular:before { - content: "\ec18"; + content: "\ec22"; } .icon-ic_fluent_person_pill_20_filled:before { - content: "\ec19"; + content: "\ec23"; } .icon-ic_fluent_person_pill_20_regular:before { - content: "\ec1a"; + content: "\ec24"; } .icon-ic_fluent_person_prohibited_20_filled:before { - content: "\ec1b"; + content: "\ec25"; } .icon-ic_fluent_person_prohibited_20_regular:before { - content: "\ec1c"; + content: "\ec26"; } .icon-ic_fluent_person_question_mark_20_filled:before { - content: "\ec1d"; + content: "\ec27"; } .icon-ic_fluent_person_question_mark_20_regular:before { - content: "\ec1e"; + content: "\ec28"; } .icon-ic_fluent_person_ribbon_20_filled:before { - content: "\ec1f"; + content: "\ec29"; } .icon-ic_fluent_person_ribbon_20_regular:before { - content: "\ec20"; + content: "\ec2a"; } .icon-ic_fluent_person_running_20_filled:before { - content: "\ec21"; + content: "\ec2b"; } .icon-ic_fluent_person_running_20_regular:before { - content: "\ec22"; + content: "\ec2c"; } .icon-ic_fluent_person_search_20_filled:before { - content: "\ec23"; + content: "\ec2d"; } .icon-ic_fluent_person_search_20_regular:before { - content: "\ec24"; + content: "\ec2e"; } .icon-ic_fluent_person_settings_20_filled:before { - content: "\ec25"; + content: "\ec2f"; } .icon-ic_fluent_person_settings_20_regular:before { - content: "\ec26"; + content: "\ec30"; } .icon-ic_fluent_person_square_20_filled:before { - content: "\ec27"; + content: "\ec31"; } .icon-ic_fluent_person_square_20_regular:before { - content: "\ec28"; + content: "\ec32"; } .icon-ic_fluent_person_square_checkmark_20_filled:before { - content: "\ec29"; + content: "\ec33"; } .icon-ic_fluent_person_square_checkmark_20_regular:before { - content: "\ec2a"; + content: "\ec34"; } .icon-ic_fluent_person_star_20_filled:before { - content: "\ec2b"; + content: "\ec35"; } .icon-ic_fluent_person_star_20_regular:before { - content: "\ec2c"; + content: "\ec36"; } .icon-ic_fluent_person_starburst_20_filled:before { - content: "\ec2d"; + content: "\ec37"; } .icon-ic_fluent_person_starburst_20_regular:before { - content: "\ec2e"; + content: "\ec38"; } .icon-ic_fluent_person_subtract_20_filled:before { - content: "\ec2f"; + content: "\ec39"; } .icon-ic_fluent_person_subtract_20_regular:before { - content: "\ec30"; + content: "\ec3a"; } .icon-ic_fluent_person_support_20_filled:before { - content: "\ec31"; + content: "\ec3b"; } .icon-ic_fluent_person_support_20_regular:before { - content: "\ec32"; + content: "\ec3c"; } .icon-ic_fluent_person_swap_20_filled:before { - content: "\ec33"; + content: "\ec3d"; } .icon-ic_fluent_person_swap_20_regular:before { - content: "\ec34"; + content: "\ec3e"; } .icon-ic_fluent_person_sync_20_filled:before { - content: "\ec35"; + content: "\ec3f"; } .icon-ic_fluent_person_sync_20_regular:before { - content: "\ec36"; + content: "\ec40"; } .icon-ic_fluent_person_tag_20_filled:before { - content: "\ec37"; + content: "\ec41"; } .icon-ic_fluent_person_tag_20_regular:before { - content: "\ec38"; + content: "\ec42"; } .icon-ic_fluent_person_voice_20_filled:before { - content: "\ec39"; + content: "\ec43"; } .icon-ic_fluent_person_voice_20_regular:before { - content: "\ec3a"; + content: "\ec44"; } .icon-ic_fluent_person_walking_20_filled:before { - content: "\ec3b"; + content: "\ec45"; } .icon-ic_fluent_person_walking_20_regular:before { - content: "\ec3c"; + content: "\ec46"; } .icon-ic_fluent_person_warning_20_filled:before { - content: "\ec3d"; + content: "\ec47"; } .icon-ic_fluent_person_warning_20_regular:before { - content: "\ec3e"; + content: "\ec48"; } .icon-ic_fluent_person_wrench_20_filled:before { - content: "\ec3f"; + content: "\ec49"; } .icon-ic_fluent_person_wrench_20_regular:before { - content: "\ec40"; + content: "\ec4a"; } .icon-ic_fluent_phone_20_filled:before { - content: "\ec41"; + content: "\ec4b"; } .icon-ic_fluent_phone_20_regular:before { - content: "\ec42"; + content: "\ec4c"; } .icon-ic_fluent_phone_add_20_filled:before { - content: "\ec43"; + content: "\ec4d"; } .icon-ic_fluent_phone_add_20_regular:before { - content: "\ec44"; + content: "\ec4e"; } .icon-ic_fluent_phone_arrow_right_20_filled:before { - content: "\ec45"; + content: "\ec4f"; } .icon-ic_fluent_phone_arrow_right_20_regular:before { - content: "\ec46"; + content: "\ec50"; } .icon-ic_fluent_phone_chat_20_filled:before { - content: "\ec47"; + content: "\ec51"; } .icon-ic_fluent_phone_chat_20_regular:before { - content: "\ec48"; + content: "\ec52"; } .icon-ic_fluent_phone_checkmark_20_filled:before { - content: "\ec49"; + content: "\ec53"; } .icon-ic_fluent_phone_checkmark_20_regular:before { - content: "\ec4a"; + content: "\ec54"; } .icon-ic_fluent_phone_desktop_20_filled:before { - content: "\ec4b"; + content: "\ec55"; } .icon-ic_fluent_phone_desktop_20_regular:before { - content: "\ec4c"; + content: "\ec56"; } .icon-ic_fluent_phone_desktop_add_20_filled:before { - content: "\ec4d"; + content: "\ec57"; } .icon-ic_fluent_phone_desktop_add_20_regular:before { - content: "\ec4e"; + content: "\ec58"; } .icon-ic_fluent_phone_dismiss_20_filled:before { - content: "\ec4f"; + content: "\ec59"; } .icon-ic_fluent_phone_dismiss_20_regular:before { - content: "\ec50"; + content: "\ec5a"; } .icon-ic_fluent_phone_edit_20_filled:before { - content: "\ec51"; + content: "\ec5b"; } .icon-ic_fluent_phone_edit_20_regular:before { - content: "\ec52"; + content: "\ec5c"; } .icon-ic_fluent_phone_eraser_20_filled:before { - content: "\ec53"; + content: "\ec5d"; } .icon-ic_fluent_phone_eraser_20_regular:before { - content: "\ec54"; + content: "\ec5e"; } .icon-ic_fluent_phone_footer_arrow_down_20_filled:before { - content: "\ec55"; + content: "\ec5f"; } .icon-ic_fluent_phone_footer_arrow_down_20_regular:before { - content: "\ec56"; + content: "\ec60"; } .icon-ic_fluent_phone_header_arrow_up_20_filled:before { - content: "\ec57"; + content: "\ec61"; } .icon-ic_fluent_phone_header_arrow_up_20_regular:before { - content: "\ec58"; + content: "\ec62"; } .icon-ic_fluent_phone_key_20_filled:before { - content: "\ec59"; + content: "\ec63"; } .icon-ic_fluent_phone_key_20_regular:before { - content: "\ec5a"; + content: "\ec64"; } .icon-ic_fluent_phone_laptop_20_filled:before { - content: "\ec5b"; + content: "\ec65"; } .icon-ic_fluent_phone_laptop_20_regular:before { - content: "\ec5c"; + content: "\ec66"; } .icon-ic_fluent_phone_link_setup_20_filled:before { - content: "\ec5d"; + content: "\ec67"; } .icon-ic_fluent_phone_link_setup_20_regular:before { - content: "\ec5e"; + content: "\ec68"; } .icon-ic_fluent_phone_lock_20_filled:before { - content: "\ec5f"; + content: "\ec69"; } .icon-ic_fluent_phone_lock_20_regular:before { - content: "\ec60"; + content: "\ec6a"; } .icon-ic_fluent_phone_page_header_20_filled:before { - content: "\ec61"; + content: "\ec6b"; } .icon-ic_fluent_phone_page_header_20_regular:before { - content: "\ec62"; + content: "\ec6c"; } .icon-ic_fluent_phone_pagination_20_filled:before { - content: "\ec63"; + content: "\ec6d"; } .icon-ic_fluent_phone_pagination_20_regular:before { - content: "\ec64"; + content: "\ec6e"; } .icon-ic_fluent_phone_screen_time_20_filled:before { - content: "\ec65"; + content: "\ec6f"; } .icon-ic_fluent_phone_screen_time_20_regular:before { - content: "\ec66"; + content: "\ec70"; } .icon-ic_fluent_phone_shake_20_filled:before { - content: "\ec67"; + content: "\ec71"; } .icon-ic_fluent_phone_shake_20_regular:before { - content: "\ec68"; + content: "\ec72"; } .icon-ic_fluent_phone_span_in_20_filled:before { - content: "\ec69"; + content: "\ec73"; } .icon-ic_fluent_phone_span_in_20_regular:before { - content: "\ec6a"; + content: "\ec74"; } .icon-ic_fluent_phone_span_out_20_filled:before { - content: "\ec6b"; + content: "\ec75"; } .icon-ic_fluent_phone_span_out_20_regular:before { - content: "\ec6c"; + content: "\ec76"; } .icon-ic_fluent_phone_speaker_20_filled:before { - content: "\ec6d"; + content: "\ec77"; } .icon-ic_fluent_phone_speaker_20_regular:before { - content: "\ec6e"; + content: "\ec78"; } .icon-ic_fluent_phone_status_bar_20_filled:before { - content: "\ec6f"; + content: "\ec79"; } .icon-ic_fluent_phone_status_bar_20_regular:before { - content: "\ec70"; + content: "\ec7a"; } .icon-ic_fluent_phone_tablet_20_filled:before { - content: "\ec71"; + content: "\ec7b"; } .icon-ic_fluent_phone_tablet_20_regular:before { - content: "\ec72"; + content: "\ec7c"; } .icon-ic_fluent_phone_update_20_filled:before { - content: "\ec73"; + content: "\ec7d"; } .icon-ic_fluent_phone_update_20_regular:before { - content: "\ec74"; + content: "\ec7e"; } .icon-ic_fluent_phone_update_checkmark_20_filled:before { - content: "\ec75"; + content: "\ec7f"; } .icon-ic_fluent_phone_update_checkmark_20_regular:before { - content: "\ec76"; + content: "\ec80"; } .icon-ic_fluent_phone_vertical_scroll_20_filled:before { - content: "\ec77"; + content: "\ec81"; } .icon-ic_fluent_phone_vertical_scroll_20_regular:before { - content: "\ec78"; + content: "\ec82"; } .icon-ic_fluent_phone_vibrate_20_filled:before { - content: "\ec79"; + content: "\ec83"; } .icon-ic_fluent_phone_vibrate_20_regular:before { - content: "\ec7a"; + content: "\ec84"; } .icon-ic_fluent_photo_filter_20_filled:before { - content: "\ec7b"; + content: "\ec85"; } .icon-ic_fluent_photo_filter_20_regular:before { - content: "\ec7c"; + content: "\ec86"; } .icon-ic_fluent_pi_20_filled:before { - content: "\ec7d"; + content: "\ec87"; } .icon-ic_fluent_pi_20_regular:before { - content: "\ec7e"; + content: "\ec88"; } .icon-ic_fluent_picture_in_picture_20_filled:before { - content: "\ec7f"; + content: "\ec89"; } .icon-ic_fluent_picture_in_picture_20_regular:before { - content: "\ec80"; + content: "\ec8a"; } .icon-ic_fluent_picture_in_picture_enter_20_filled:before { - content: "\ec81"; + content: "\ec8b"; } .icon-ic_fluent_picture_in_picture_enter_20_regular:before { - content: "\ec82"; + content: "\ec8c"; } .icon-ic_fluent_picture_in_picture_exit_20_filled:before { - content: "\ec83"; + content: "\ec8d"; } .icon-ic_fluent_picture_in_picture_exit_20_regular:before { - content: "\ec84"; + content: "\ec8e"; } .icon-ic_fluent_pill_20_filled:before { - content: "\ec85"; + content: "\ec8f"; } .icon-ic_fluent_pill_20_regular:before { - content: "\ec86"; + content: "\ec90"; } .icon-ic_fluent_pin_20_filled:before { - content: "\ec87"; + content: "\ec91"; } .icon-ic_fluent_pin_20_regular:before { - content: "\ec88"; + content: "\ec92"; } .icon-ic_fluent_pin_off_20_filled:before { - content: "\ec89"; + content: "\ec93"; } .icon-ic_fluent_pin_off_20_regular:before { - content: "\ec8a"; + content: "\ec94"; } .icon-ic_fluent_pipeline_20_filled:before { - content: "\ec8b"; + content: "\ec95"; } .icon-ic_fluent_pipeline_20_regular:before { - content: "\ec8c"; + content: "\ec96"; } .icon-ic_fluent_pipeline_add_20_filled:before { - content: "\ec8d"; + content: "\ec97"; } .icon-ic_fluent_pipeline_add_20_regular:before { - content: "\ec8e"; + content: "\ec98"; } .icon-ic_fluent_pipeline_arrow_curve_down_20_filled:before { - content: "\ec8f"; + content: "\ec99"; } .icon-ic_fluent_pipeline_arrow_curve_down_20_regular:before { - content: "\ec90"; + content: "\ec9a"; } .icon-ic_fluent_pipeline_play_20_filled:before { - content: "\ec91"; + content: "\ec9b"; } .icon-ic_fluent_pipeline_play_20_regular:before { - content: "\ec92"; + content: "\ec9c"; } .icon-ic_fluent_pivot_20_filled:before { - content: "\ec93"; + content: "\ec9d"; } .icon-ic_fluent_pivot_20_regular:before { - content: "\ec94"; + content: "\ec9e"; } .icon-ic_fluent_plant_grass_20_filled:before { - content: "\ec95"; + content: "\ec9f"; } .icon-ic_fluent_plant_grass_20_regular:before { - content: "\ec96"; + content: "\eca0"; } .icon-ic_fluent_plant_ragweed_20_filled:before { - content: "\ec97"; + content: "\eca1"; } .icon-ic_fluent_plant_ragweed_20_regular:before { - content: "\ec98"; + content: "\eca2"; } .icon-ic_fluent_play_20_filled:before { - content: "\ec99"; + content: "\eca3"; } .icon-ic_fluent_play_20_regular:before { - content: "\ec9a"; + content: "\eca4"; } .icon-ic_fluent_play_circle_20_filled:before { - content: "\ec9b"; + content: "\eca5"; } .icon-ic_fluent_play_circle_20_regular:before { - content: "\ec9c"; + content: "\eca6"; } .icon-ic_fluent_play_circle_hint_20_filled:before { - content: "\ec9d"; + content: "\eca7"; } .icon-ic_fluent_play_circle_hint_20_regular:before { - content: "\ec9e"; + content: "\eca8"; } .icon-ic_fluent_play_settings_20_filled:before { - content: "\ec9f"; + content: "\eca9"; } .icon-ic_fluent_play_settings_20_regular:before { - content: "\eca0"; + content: "\ecaa"; } .icon-ic_fluent_playing_cards_20_filled:before { - content: "\eca1"; + content: "\ecab"; } .icon-ic_fluent_playing_cards_20_regular:before { - content: "\eca2"; + content: "\ecac"; } .icon-ic_fluent_plug_connected_20_filled:before { - content: "\eca3"; + content: "\ecad"; } .icon-ic_fluent_plug_connected_20_regular:before { - content: "\eca4"; + content: "\ecae"; } .icon-ic_fluent_plug_connected_add_20_filled:before { - content: "\eca5"; + content: "\ecaf"; } .icon-ic_fluent_plug_connected_add_20_regular:before { - content: "\eca6"; + content: "\ecb0"; } .icon-ic_fluent_plug_connected_checkmark_20_filled:before { - content: "\eca7"; + content: "\ecb1"; } .icon-ic_fluent_plug_connected_checkmark_20_regular:before { - content: "\eca8"; + content: "\ecb2"; } .icon-ic_fluent_plug_connected_settings_20_filled:before { - content: "\eca9"; + content: "\ecb3"; } .icon-ic_fluent_plug_connected_settings_20_regular:before { - content: "\ecaa"; + content: "\ecb4"; } .icon-ic_fluent_plug_disconnected_20_filled:before { - content: "\ecab"; + content: "\ecb5"; } .icon-ic_fluent_plug_disconnected_20_regular:before { - content: "\ecac"; + content: "\ecb6"; } .icon-ic_fluent_point_scan_20_filled:before { - content: "\ecad"; + content: "\ecb7"; } .icon-ic_fluent_point_scan_20_regular:before { - content: "\ecae"; + content: "\ecb8"; } .icon-ic_fluent_poll_20_filled:before { - content: "\ecaf"; + content: "\ecb9"; } .icon-ic_fluent_poll_20_regular:before { - content: "\ecb0"; + content: "\ecba"; } .icon-ic_fluent_poll_horizontal_20_filled:before { - content: "\ecb1"; + content: "\ecbb"; } .icon-ic_fluent_poll_horizontal_20_regular:before { - content: "\ecb2"; + content: "\ecbc"; } .icon-ic_fluent_poll_off_20_filled:before { - content: "\ecb3"; + content: "\ecbd"; } .icon-ic_fluent_poll_off_20_regular:before { - content: "\ecb4"; + content: "\ecbe"; } .icon-ic_fluent_port_hdmi_20_filled:before { - content: "\ecb5"; + content: "\ecbf"; } .icon-ic_fluent_port_hdmi_20_regular:before { - content: "\ecb6"; + content: "\ecc0"; } .icon-ic_fluent_port_micro_usb_20_filled:before { - content: "\ecb7"; + content: "\ecc1"; } .icon-ic_fluent_port_micro_usb_20_regular:before { - content: "\ecb8"; + content: "\ecc2"; } .icon-ic_fluent_port_usb_a_20_filled:before { - content: "\ecb9"; + content: "\ecc3"; } .icon-ic_fluent_port_usb_a_20_regular:before { - content: "\ecba"; + content: "\ecc4"; } .icon-ic_fluent_port_usb_c_20_filled:before { - content: "\ecbb"; + content: "\ecc5"; } .icon-ic_fluent_port_usb_c_20_regular:before { - content: "\ecbc"; + content: "\ecc6"; } .icon-ic_fluent_position_backward_20_filled:before { - content: "\ecbd"; + content: "\ecc7"; } .icon-ic_fluent_position_backward_20_regular:before { - content: "\ecbe"; + content: "\ecc8"; } .icon-ic_fluent_position_forward_20_filled:before { - content: "\ecbf"; + content: "\ecc9"; } .icon-ic_fluent_position_forward_20_regular:before { - content: "\ecc0"; + content: "\ecca"; } .icon-ic_fluent_position_to_back_20_filled:before { - content: "\ecc1"; + content: "\eccb"; } .icon-ic_fluent_position_to_back_20_regular:before { - content: "\ecc2"; + content: "\eccc"; } .icon-ic_fluent_position_to_front_20_filled:before { - content: "\ecc3"; + content: "\eccd"; } .icon-ic_fluent_position_to_front_20_regular:before { - content: "\ecc4"; + content: "\ecce"; } .icon-ic_fluent_power_20_filled:before { - content: "\ecc5"; + content: "\eccf"; } .icon-ic_fluent_power_20_regular:before { - content: "\ecc6"; + content: "\ecd0"; } .icon-ic_fluent_predictions_20_filled:before { - content: "\ecc7"; + content: "\ecd1"; } .icon-ic_fluent_predictions_20_regular:before { - content: "\ecc8"; + content: "\ecd2"; } .icon-ic_fluent_premium_20_filled:before { - content: "\ecc9"; + content: "\ecd3"; } .icon-ic_fluent_premium_20_regular:before { - content: "\ecca"; + content: "\ecd4"; } .icon-ic_fluent_premium_person_20_filled:before { - content: "\eccb"; + content: "\ecd5"; } .icon-ic_fluent_premium_person_20_regular:before { - content: "\eccc"; + content: "\ecd6"; } .icon-ic_fluent_presence_available_20_filled:before { - content: "\eccd"; + content: "\ecd7"; } .icon-ic_fluent_presence_available_20_regular:before { - content: "\ecce"; + content: "\ecd8"; } .icon-ic_fluent_presence_away_20_filled:before { - content: "\eccf"; + content: "\ecd9"; } .icon-ic_fluent_presence_away_20_regular:before { - content: "\ecd0"; + content: "\ecda"; } .icon-ic_fluent_presence_blocked_20_regular:before { - content: "\ecd1"; + content: "\ecdb"; } .icon-ic_fluent_presence_busy_20_filled:before { - content: "\ecd2"; + content: "\ecdc"; } .icon-ic_fluent_presence_dnd_20_filled:before { - content: "\ecd3"; + content: "\ecdd"; } .icon-ic_fluent_presence_dnd_20_regular:before { - content: "\ecd4"; + content: "\ecde"; } .icon-ic_fluent_presence_offline_20_regular:before { - content: "\ecd5"; + content: "\ecdf"; } .icon-ic_fluent_presence_oof_20_regular:before { - content: "\ecd6"; + content: "\ece0"; } .icon-ic_fluent_presence_unknown_20_regular:before { - content: "\ecd7"; + content: "\ece1"; } .icon-ic_fluent_presenter_20_filled:before { - content: "\ecd8"; + content: "\ece2"; } .icon-ic_fluent_presenter_20_regular:before { - content: "\ecd9"; + content: "\ece3"; } .icon-ic_fluent_presenter_off_20_filled:before { - content: "\ecda"; + content: "\ece4"; } .icon-ic_fluent_presenter_off_20_regular:before { - content: "\ecdb"; + content: "\ece5"; } .icon-ic_fluent_preview_link_20_filled:before { - content: "\ecdc"; + content: "\ece6"; } .icon-ic_fluent_preview_link_20_regular:before { - content: "\ecdd"; + content: "\ece7"; } .icon-ic_fluent_previous_20_filled:before { - content: "\ecde"; + content: "\ece8"; } .icon-ic_fluent_previous_20_regular:before { - content: "\ecdf"; + content: "\ece9"; } .icon-ic_fluent_previous_frame_20_filled:before { - content: "\ece0"; + content: "\ecea"; } .icon-ic_fluent_previous_frame_20_regular:before { - content: "\ece1"; + content: "\eceb"; } .icon-ic_fluent_print_20_filled:before { - content: "\ece2"; + content: "\ecec"; } .icon-ic_fluent_print_20_regular:before { - content: "\ece3"; + content: "\eced"; } .icon-ic_fluent_print_add_20_filled:before { - content: "\ece4"; + content: "\ecee"; } .icon-ic_fluent_print_add_20_regular:before { - content: "\ece5"; + content: "\ecef"; } .icon-ic_fluent_production_20_filled:before { - content: "\ece6"; + content: "\ecf0"; } .icon-ic_fluent_production_20_regular:before { - content: "\ece7"; + content: "\ecf1"; } .icon-ic_fluent_production_checkmark_20_filled:before { - content: "\ece8"; + content: "\ecf2"; } .icon-ic_fluent_production_checkmark_20_regular:before { - content: "\ece9"; + content: "\ecf3"; } .icon-ic_fluent_prohibited_20_filled:before { - content: "\ecea"; + content: "\ecf4"; } .icon-ic_fluent_prohibited_20_regular:before { - content: "\eceb"; + content: "\ecf5"; } .icon-ic_fluent_prohibited_multiple_20_filled:before { - content: "\ecec"; + content: "\ecf6"; } .icon-ic_fluent_prohibited_multiple_20_regular:before { - content: "\eced"; + content: "\ecf7"; } .icon-ic_fluent_prohibited_note_20_filled:before { - content: "\ecee"; + content: "\ecf8"; } .icon-ic_fluent_prohibited_note_20_regular:before { - content: "\ecef"; + content: "\ecf9"; } .icon-ic_fluent_projection_screen_20_filled:before { - content: "\ecf0"; + content: "\ecfa"; } .icon-ic_fluent_projection_screen_20_regular:before { - content: "\ecf1"; + content: "\ecfb"; } .icon-ic_fluent_projection_screen_dismiss_20_filled:before { - content: "\ecf2"; + content: "\ecfc"; } .icon-ic_fluent_projection_screen_dismiss_20_regular:before { - content: "\ecf3"; + content: "\ecfd"; } .icon-ic_fluent_projection_screen_text_20_filled:before { - content: "\ecf4"; + content: "\ecfe"; } .icon-ic_fluent_projection_screen_text_20_regular:before { - content: "\ecf5"; + content: "\ecff"; } .icon-ic_fluent_protocol_handler_20_filled:before { - content: "\ecf6"; + content: "\ed00"; } .icon-ic_fluent_protocol_handler_20_regular:before { - content: "\ecf7"; + content: "\ed01"; } .icon-ic_fluent_pulse_20_filled:before { - content: "\ecf8"; + content: "\ed02"; } .icon-ic_fluent_pulse_20_regular:before { - content: "\ecf9"; + content: "\ed03"; } .icon-ic_fluent_pulse_square_20_filled:before { - content: "\ecfa"; + content: "\ed04"; } .icon-ic_fluent_pulse_square_20_regular:before { - content: "\ecfb"; + content: "\ed05"; } .icon-ic_fluent_puzzle_cube_20_filled:before { - content: "\ecfc"; + content: "\ed06"; } .icon-ic_fluent_puzzle_cube_20_regular:before { - content: "\ecfd"; + content: "\ed07"; } .icon-ic_fluent_puzzle_cube_piece_20_filled:before { - content: "\ecfe"; + content: "\ed08"; } .icon-ic_fluent_puzzle_cube_piece_20_regular:before { - content: "\ecff"; + content: "\ed09"; } .icon-ic_fluent_puzzle_piece_20_filled:before { - content: "\ed00"; + content: "\ed0a"; } .icon-ic_fluent_puzzle_piece_20_regular:before { - content: "\ed01"; + content: "\ed0b"; } .icon-ic_fluent_puzzle_piece_shield_20_filled:before { - content: "\ed02"; + content: "\ed0c"; } .icon-ic_fluent_puzzle_piece_shield_20_regular:before { - content: "\ed03"; + content: "\ed0d"; } .icon-ic_fluent_qr_code_20_filled:before { - content: "\ed04"; + content: "\ed0e"; } .icon-ic_fluent_qr_code_20_regular:before { - content: "\ed05"; + content: "\ed0f"; } .icon-ic_fluent_question_20_filled:before { - content: "\ed06"; + content: "\ed10"; } .icon-ic_fluent_question_20_regular:before { - content: "\ed07"; + content: "\ed11"; } .icon-ic_fluent_question_circle_20_filled:before { - content: "\ed08"; + content: "\ed12"; } .icon-ic_fluent_question_circle_20_regular:before { - content: "\ed09"; + content: "\ed13"; } .icon-ic_fluent_quiz_new_20_filled:before { - content: "\ed0a"; + content: "\ed14"; } .icon-ic_fluent_quiz_new_20_regular:before { - content: "\ed0b"; + content: "\ed15"; } .icon-ic_fluent_radar_20_filled:before { - content: "\ed0c"; + content: "\ed16"; } .icon-ic_fluent_radar_20_regular:before { - content: "\ed0d"; + content: "\ed17"; } .icon-ic_fluent_radar_checkmark_20_filled:before { - content: "\ed0e"; + content: "\ed18"; } .icon-ic_fluent_radar_checkmark_20_regular:before { - content: "\ed0f"; + content: "\ed19"; } .icon-ic_fluent_radar_rectangle_multiple_20_filled:before { - content: "\ed10"; + content: "\ed1a"; } .icon-ic_fluent_radar_rectangle_multiple_20_regular:before { - content: "\ed11"; + content: "\ed1b"; } .icon-ic_fluent_radio_button_20_filled:before { - content: "\ed12"; + content: "\ed1c"; } .icon-ic_fluent_radio_button_20_regular:before { - content: "\ed13"; + content: "\ed1d"; } .icon-ic_fluent_ram_20_filled:before { - content: "\ed14"; + content: "\ed1e"; } .icon-ic_fluent_ram_20_regular:before { - content: "\ed15"; + content: "\ed1f"; } .icon-ic_fluent_rating_mature_20_filled:before { - content: "\ed16"; + content: "\ed20"; } .icon-ic_fluent_rating_mature_20_regular:before { - content: "\ed17"; + content: "\ed21"; } .icon-ic_fluent_ratio_one_to_one_20_filled:before { - content: "\ed18"; + content: "\ed22"; } .icon-ic_fluent_ratio_one_to_one_20_regular:before { - content: "\ed19"; + content: "\ed23"; } .icon-ic_fluent_re_order_20_filled:before { - content: "\ed1a"; + content: "\ed24"; } .icon-ic_fluent_re_order_20_regular:before { - content: "\ed1b"; + content: "\ed25"; } .icon-ic_fluent_re_order_dots_horizontal_20_filled:before { - content: "\ed1c"; + content: "\ed26"; } .icon-ic_fluent_re_order_dots_horizontal_20_regular:before { - content: "\ed1d"; + content: "\ed27"; } .icon-ic_fluent_re_order_dots_vertical_20_filled:before { - content: "\ed1e"; + content: "\ed28"; } .icon-ic_fluent_re_order_dots_vertical_20_regular:before { - content: "\ed1f"; + content: "\ed29"; } .icon-ic_fluent_read_aloud_20_filled:before { - content: "\ed20"; + content: "\ed2a"; } .icon-ic_fluent_read_aloud_20_regular:before { - content: "\ed21"; + content: "\ed2b"; } .icon-ic_fluent_reading_list_20_filled:before { - content: "\ed22"; + content: "\ed2c"; } .icon-ic_fluent_reading_list_20_regular:before { - content: "\ed23"; + content: "\ed2d"; } .icon-ic_fluent_reading_list_add_20_filled:before { - content: "\ed24"; + content: "\ed2e"; } .icon-ic_fluent_reading_list_add_20_regular:before { - content: "\ed25"; + content: "\ed2f"; } .icon-ic_fluent_reading_mode_mobile_20_filled:before { - content: "\ed26"; + content: "\ed30"; } .icon-ic_fluent_reading_mode_mobile_20_regular:before { - content: "\ed27"; + content: "\ed31"; } .icon-ic_fluent_real_estate_20_filled:before { - content: "\ed28"; + content: "\ed32"; } .icon-ic_fluent_real_estate_20_regular:before { - content: "\ed29"; + content: "\ed33"; } .icon-ic_fluent_receipt_20_filled:before { - content: "\ed2a"; + content: "\ed34"; } .icon-ic_fluent_receipt_20_regular:before { - content: "\ed2b"; + content: "\ed35"; } .icon-ic_fluent_receipt_add_20_filled:before { - content: "\ed2c"; + content: "\ed36"; } .icon-ic_fluent_receipt_add_20_regular:before { - content: "\ed2d"; + content: "\ed37"; } .icon-ic_fluent_receipt_bag_20_filled:before { - content: "\ed2e"; + content: "\ed38"; } .icon-ic_fluent_receipt_bag_20_regular:before { - content: "\ed2f"; + content: "\ed39"; } .icon-ic_fluent_receipt_cube_20_filled:before { - content: "\ed30"; + content: "\ed3a"; } .icon-ic_fluent_receipt_cube_20_regular:before { - content: "\ed31"; + content: "\ed3b"; } .icon-ic_fluent_receipt_money_20_filled:before { - content: "\ed32"; + content: "\ed3c"; } .icon-ic_fluent_receipt_money_20_regular:before { - content: "\ed33"; + content: "\ed3d"; } .icon-ic_fluent_receipt_play_20_filled:before { - content: "\ed34"; + content: "\ed3e"; } .icon-ic_fluent_receipt_play_20_regular:before { - content: "\ed35"; + content: "\ed3f"; } .icon-ic_fluent_receipt_search_20_filled:before { - content: "\ed36"; + content: "\ed40"; } .icon-ic_fluent_receipt_search_20_regular:before { - content: "\ed37"; + content: "\ed41"; } .icon-ic_fluent_receipt_sparkles_20_filled:before { - content: "\ed38"; + content: "\ed42"; } .icon-ic_fluent_receipt_sparkles_20_regular:before { - content: "\ed39"; + content: "\ed43"; } .icon-ic_fluent_record_20_filled:before { - content: "\ed3a"; + content: "\ed44"; } .icon-ic_fluent_record_20_regular:before { - content: "\ed3b"; + content: "\ed45"; } .icon-ic_fluent_record_stop_20_filled:before { - content: "\ed3c"; + content: "\ed46"; } .icon-ic_fluent_record_stop_20_regular:before { - content: "\ed3d"; + content: "\ed47"; } .icon-ic_fluent_rectangle_landscape_20_filled:before { - content: "\ed3e"; + content: "\ed48"; } .icon-ic_fluent_rectangle_landscape_20_regular:before { - content: "\ed3f"; + content: "\ed49"; } .icon-ic_fluent_rectangle_landscape_hint_copy_20_filled:before { - content: "\ed40"; + content: "\ed4a"; } .icon-ic_fluent_rectangle_landscape_hint_copy_20_regular:before { - content: "\ed41"; + content: "\ed4b"; } .icon-ic_fluent_rectangle_landscape_sparkle_20_filled:before { - content: "\ed42"; + content: "\ed4c"; } .icon-ic_fluent_rectangle_landscape_sparkle_20_regular:before { - content: "\ed43"; + content: "\ed4d"; } .icon-ic_fluent_rectangle_landscape_sync_20_filled:before { - content: "\ed44"; + content: "\ed4e"; } .icon-ic_fluent_rectangle_landscape_sync_20_regular:before { - content: "\ed45"; + content: "\ed4f"; } .icon-ic_fluent_rectangle_landscape_sync_off_20_filled:before { - content: "\ed46"; + content: "\ed50"; } .icon-ic_fluent_rectangle_landscape_sync_off_20_regular:before { - content: "\ed47"; + content: "\ed51"; } .icon-ic_fluent_rectangle_portrait_location_target_20_filled:before { - content: "\ed48"; + content: "\ed52"; } .icon-ic_fluent_rectangle_portrait_location_target_20_regular:before { - content: "\ed49"; + content: "\ed53"; } .icon-ic_fluent_recycle_20_filled:before { - content: "\ed4a"; + content: "\ed54"; } .icon-ic_fluent_recycle_20_regular:before { - content: "\ed4b"; + content: "\ed55"; } .icon-ic_fluent_remix_add_20_filled:before { - content: "\ed4c"; + content: "\ed56"; } .icon-ic_fluent_remix_add_20_regular:before { - content: "\ed4d"; + content: "\ed57"; } .icon-ic_fluent_remote_20_filled:before { - content: "\ed4e"; + content: "\ed58"; } .icon-ic_fluent_remote_20_regular:before { - content: "\ed4f"; + content: "\ed59"; } .icon-ic_fluent_rename_20_filled:before { - content: "\ed50"; + content: "\ed5a"; } .icon-ic_fluent_rename_20_regular:before { - content: "\ed51"; + content: "\ed5b"; } .icon-ic_fluent_reorder_20_filled:before { - content: "\ed52"; + content: "\ed5c"; } .icon-ic_fluent_reorder_20_regular:before { - content: "\ed53"; + content: "\ed5d"; } .icon-ic_fluent_replay_20_filled:before { - content: "\ed54"; + content: "\ed5e"; } .icon-ic_fluent_replay_20_regular:before { - content: "\ed55"; + content: "\ed5f"; } .icon-ic_fluent_resize_20_filled:before { - content: "\ed56"; + content: "\ed60"; } .icon-ic_fluent_resize_20_regular:before { - content: "\ed57"; + content: "\ed61"; } .icon-ic_fluent_resize_image_20_filled:before { - content: "\ed58"; + content: "\ed62"; } .icon-ic_fluent_resize_image_20_regular:before { - content: "\ed59"; + content: "\ed63"; } .icon-ic_fluent_resize_large_20_filled:before { - content: "\ed5a"; + content: "\ed64"; } .icon-ic_fluent_resize_large_20_regular:before { - content: "\ed5b"; + content: "\ed65"; } .icon-ic_fluent_resize_small_20_filled:before { - content: "\ed5c"; + content: "\ed66"; } .icon-ic_fluent_resize_small_20_regular:before { - content: "\ed5d"; + content: "\ed67"; } .icon-ic_fluent_resize_table_20_filled:before { - content: "\ed5e"; + content: "\ed68"; } .icon-ic_fluent_resize_table_20_regular:before { - content: "\ed5f"; + content: "\ed69"; } .icon-ic_fluent_resize_video_20_filled:before { - content: "\ed60"; + content: "\ed6a"; } .icon-ic_fluent_resize_video_20_regular:before { - content: "\ed61"; + content: "\ed6b"; } .icon-ic_fluent_reward_20_filled:before { - content: "\ed62"; + content: "\ed6c"; } .icon-ic_fluent_reward_20_regular:before { - content: "\ed63"; + content: "\ed6d"; } .icon-ic_fluent_rewind_20_filled:before { - content: "\ed64"; + content: "\ed6e"; } .icon-ic_fluent_rewind_20_regular:before { - content: "\ed65"; + content: "\ed6f"; } .icon-ic_fluent_rhombus_20_filled:before { - content: "\ed66"; + content: "\ed70"; } .icon-ic_fluent_rhombus_20_regular:before { - content: "\ed67"; + content: "\ed71"; } .icon-ic_fluent_ribbon_20_filled:before { - content: "\ed68"; + content: "\ed72"; } .icon-ic_fluent_ribbon_20_regular:before { - content: "\ed69"; + content: "\ed73"; } .icon-ic_fluent_ribbon_add_20_filled:before { - content: "\ed6a"; + content: "\ed74"; } .icon-ic_fluent_ribbon_add_20_regular:before { - content: "\ed6b"; + content: "\ed75"; } .icon-ic_fluent_ribbon_off_20_filled:before { - content: "\ed6c"; + content: "\ed76"; } .icon-ic_fluent_ribbon_off_20_regular:before { - content: "\ed6d"; + content: "\ed77"; } .icon-ic_fluent_ribbon_star_20_filled:before { - content: "\ed6e"; + content: "\ed78"; } .icon-ic_fluent_ribbon_star_20_regular:before { - content: "\ed6f"; + content: "\ed79"; } .icon-ic_fluent_road_cone_20_filled:before { - content: "\ed70"; + content: "\ed7a"; } .icon-ic_fluent_road_cone_20_regular:before { - content: "\ed71"; + content: "\ed7b"; } .icon-ic_fluent_rocket_20_filled:before { - content: "\ed72"; + content: "\ed7c"; } .icon-ic_fluent_rocket_20_regular:before { - content: "\ed73"; + content: "\ed7d"; } .icon-ic_fluent_rotate_left_20_filled:before { - content: "\ed74"; + content: "\ed7e"; } .icon-ic_fluent_rotate_left_20_regular:before { - content: "\ed75"; + content: "\ed7f"; } .icon-ic_fluent_rotate_right_20_filled:before { - content: "\ed76"; + content: "\ed80"; } .icon-ic_fluent_rotate_right_20_regular:before { - content: "\ed77"; + content: "\ed81"; } .icon-ic_fluent_router_20_filled:before { - content: "\ed78"; + content: "\ed82"; } .icon-ic_fluent_router_20_regular:before { - content: "\ed79"; + content: "\ed83"; } .icon-ic_fluent_row_triple_20_filled:before { - content: "\ed7a"; + content: "\ed84"; } .icon-ic_fluent_row_triple_20_regular:before { - content: "\ed7b"; + content: "\ed85"; } .icon-ic_fluent_rss_20_filled:before { - content: "\ed7c"; + content: "\ed86"; } .icon-ic_fluent_rss_20_regular:before { - content: "\ed7d"; + content: "\ed87"; } .icon-ic_fluent_ruler_20_filled:before { - content: "\ed7e"; + content: "\ed88"; } .icon-ic_fluent_ruler_20_regular:before { - content: "\ed7f"; + content: "\ed89"; } .icon-ic_fluent_run_20_filled:before { - content: "\ed80"; + content: "\ed8a"; } .icon-ic_fluent_run_20_regular:before { - content: "\ed81"; + content: "\ed8b"; } .icon-ic_fluent_sanitize_20_filled:before { - content: "\ed82"; + content: "\ed8c"; } .icon-ic_fluent_sanitize_20_regular:before { - content: "\ed83"; + content: "\ed8d"; } .icon-ic_fluent_save_20_filled:before { - content: "\ed84"; + content: "\ed8e"; } .icon-ic_fluent_save_20_regular:before { - content: "\ed85"; + content: "\ed8f"; } .icon-ic_fluent_save_arrow_right_20_filled:before { - content: "\ed86"; + content: "\ed90"; } .icon-ic_fluent_save_arrow_right_20_regular:before { - content: "\ed87"; + content: "\ed91"; } .icon-ic_fluent_save_copy_20_filled:before { - content: "\ed88"; + content: "\ed92"; } .icon-ic_fluent_save_copy_20_regular:before { - content: "\ed89"; + content: "\ed93"; } .icon-ic_fluent_save_edit_20_filled:before { - content: "\ed8a"; + content: "\ed94"; } .icon-ic_fluent_save_edit_20_regular:before { - content: "\ed8b"; + content: "\ed95"; } .icon-ic_fluent_save_image_20_filled:before { - content: "\ed8c"; + content: "\ed96"; } .icon-ic_fluent_save_image_20_regular:before { - content: "\ed8d"; + content: "\ed97"; } .icon-ic_fluent_save_multiple_20_filled:before { - content: "\ed8e"; + content: "\ed98"; } .icon-ic_fluent_save_multiple_20_regular:before { - content: "\ed8f"; + content: "\ed99"; } .icon-ic_fluent_save_search_20_filled:before { - content: "\ed90"; + content: "\ed9a"; } .icon-ic_fluent_save_search_20_regular:before { - content: "\ed91"; + content: "\ed9b"; } .icon-ic_fluent_save_sync_20_filled:before { - content: "\ed92"; + content: "\ed9c"; } .icon-ic_fluent_save_sync_20_regular:before { - content: "\ed93"; + content: "\ed9d"; } .icon-ic_fluent_savings_20_filled:before { - content: "\ed94"; + content: "\ed9e"; } .icon-ic_fluent_savings_20_regular:before { - content: "\ed95"; + content: "\ed9f"; } .icon-ic_fluent_scale_fill_20_filled:before { - content: "\ed96"; + content: "\eda0"; } .icon-ic_fluent_scale_fill_20_regular:before { - content: "\ed97"; + content: "\eda1"; } .icon-ic_fluent_scale_fit_20_filled:before { - content: "\ed98"; + content: "\eda2"; } .icon-ic_fluent_scale_fit_20_regular:before { - content: "\ed99"; + content: "\eda3"; } .icon-ic_fluent_scales_20_filled:before { - content: "\ed9a"; + content: "\eda4"; } .icon-ic_fluent_scales_20_regular:before { - content: "\ed9b"; + content: "\eda5"; } .icon-ic_fluent_scan_20_filled:before { - content: "\ed9c"; + content: "\eda6"; } .icon-ic_fluent_scan_20_regular:before { - content: "\ed9d"; + content: "\eda7"; } .icon-ic_fluent_scan_camera_20_filled:before { - content: "\ed9e"; + content: "\eda8"; } .icon-ic_fluent_scan_camera_20_regular:before { - content: "\ed9f"; + content: "\eda9"; } .icon-ic_fluent_scan_dash_20_filled:before { - content: "\eda0"; + content: "\edaa"; } .icon-ic_fluent_scan_dash_20_regular:before { - content: "\eda1"; + content: "\edab"; } .icon-ic_fluent_scan_object_20_filled:before { - content: "\eda2"; + content: "\edac"; } .icon-ic_fluent_scan_object_20_regular:before { - content: "\eda3"; + content: "\edad"; } .icon-ic_fluent_scan_person_20_filled:before { - content: "\eda4"; + content: "\edae"; } .icon-ic_fluent_scan_person_20_regular:before { - content: "\eda5"; + content: "\edaf"; } .icon-ic_fluent_scan_table_20_filled:before { - content: "\eda6"; + content: "\edb0"; } .icon-ic_fluent_scan_table_20_regular:before { - content: "\eda7"; + content: "\edb1"; } .icon-ic_fluent_scan_text_20_filled:before { - content: "\eda8"; + content: "\edb2"; } .icon-ic_fluent_scan_text_20_regular:before { - content: "\eda9"; + content: "\edb3"; } .icon-ic_fluent_scan_thumb_up_20_filled:before { - content: "\edaa"; + content: "\edb4"; } .icon-ic_fluent_scan_thumb_up_20_regular:before { - content: "\edab"; + content: "\edb5"; } .icon-ic_fluent_scan_thumb_up_off_20_filled:before { - content: "\edac"; + content: "\edb6"; } .icon-ic_fluent_scan_thumb_up_off_20_regular:before { - content: "\edad"; + content: "\edb7"; } .icon-ic_fluent_scan_type_20_filled:before { - content: "\edae"; + content: "\edb8"; } .icon-ic_fluent_scan_type_20_regular:before { - content: "\edaf"; + content: "\edb9"; } .icon-ic_fluent_scan_type_checkmark_20_filled:before { - content: "\edb0"; + content: "\edba"; } .icon-ic_fluent_scan_type_checkmark_20_regular:before { - content: "\edb1"; + content: "\edbb"; } .icon-ic_fluent_scan_type_off_20_filled:before { - content: "\edb2"; + content: "\edbc"; } .icon-ic_fluent_scan_type_off_20_regular:before { - content: "\edb3"; + content: "\edbd"; } .icon-ic_fluent_scratchpad_20_filled:before { - content: "\edb4"; + content: "\edbe"; } .icon-ic_fluent_scratchpad_20_regular:before { - content: "\edb5"; + content: "\edbf"; } .icon-ic_fluent_screen_cut_20_filled:before { - content: "\edb6"; + content: "\edc0"; } .icon-ic_fluent_screen_cut_20_regular:before { - content: "\edb7"; + content: "\edc1"; } .icon-ic_fluent_screen_person_20_filled:before { - content: "\edb8"; + content: "\edc2"; } .icon-ic_fluent_screen_person_20_regular:before { - content: "\edb9"; + content: "\edc3"; } .icon-ic_fluent_screen_search_20_filled:before { - content: "\edba"; + content: "\edc4"; } .icon-ic_fluent_screen_search_20_regular:before { - content: "\edbb"; + content: "\edc5"; } .icon-ic_fluent_screenshot_20_filled:before { - content: "\edbc"; + content: "\edc6"; } .icon-ic_fluent_screenshot_20_regular:before { - content: "\edbd"; + content: "\edc7"; } .icon-ic_fluent_screenshot_record_20_filled:before { - content: "\edbe"; + content: "\edc8"; } .icon-ic_fluent_screenshot_record_20_regular:before { - content: "\edbf"; + content: "\edc9"; } .icon-ic_fluent_script_20_filled:before { - content: "\edc0"; + content: "\edca"; } .icon-ic_fluent_script_20_regular:before { - content: "\edc1"; + content: "\edcb"; } .icon-ic_fluent_search_20_filled:before { - content: "\edc2"; + content: "\edcc"; } .icon-ic_fluent_search_20_regular:before { - content: "\edc3"; + content: "\edcd"; } .icon-ic_fluent_search_info_20_filled:before { - content: "\edc4"; + content: "\edce"; } .icon-ic_fluent_search_info_20_regular:before { - content: "\edc5"; + content: "\edcf"; } .icon-ic_fluent_search_settings_20_filled:before { - content: "\edc6"; + content: "\edd0"; } .icon-ic_fluent_search_settings_20_regular:before { - content: "\edc7"; + content: "\edd1"; } .icon-ic_fluent_search_shield_20_filled:before { - content: "\edc8"; + content: "\edd2"; } .icon-ic_fluent_search_shield_20_regular:before { - content: "\edc9"; + content: "\edd3"; } .icon-ic_fluent_search_square_20_filled:before { - content: "\edca"; + content: "\edd4"; } .icon-ic_fluent_search_square_20_regular:before { - content: "\edcb"; + content: "\edd5"; } .icon-ic_fluent_search_visual_20_filled:before { - content: "\edcc"; + content: "\edd6"; } .icon-ic_fluent_search_visual_20_regular:before { - content: "\edcd"; + content: "\edd7"; } .icon-ic_fluent_seat_20_filled:before { - content: "\edce"; + content: "\edd8"; } .icon-ic_fluent_seat_20_regular:before { - content: "\edcf"; + content: "\edd9"; } .icon-ic_fluent_seat_add_20_filled:before { - content: "\edd0"; + content: "\edda"; } .icon-ic_fluent_seat_add_20_regular:before { - content: "\edd1"; + content: "\eddb"; } .icon-ic_fluent_select_all_off_20_filled:before { - content: "\edd2"; + content: "\eddc"; } .icon-ic_fluent_select_all_off_20_regular:before { - content: "\edd3"; + content: "\eddd"; } .icon-ic_fluent_select_all_on_20_filled:before { - content: "\edd4"; + content: "\edde"; } .icon-ic_fluent_select_all_on_20_regular:before { - content: "\edd5"; + content: "\eddf"; } .icon-ic_fluent_select_object_20_filled:before { - content: "\edd6"; + content: "\ede0"; } .icon-ic_fluent_select_object_20_regular:before { - content: "\edd7"; + content: "\ede1"; } .icon-ic_fluent_select_object_skew_20_filled:before { - content: "\edd8"; + content: "\ede2"; } .icon-ic_fluent_select_object_skew_20_regular:before { - content: "\edd9"; + content: "\ede3"; } .icon-ic_fluent_select_object_skew_dismiss_20_filled:before { - content: "\edda"; + content: "\ede4"; } .icon-ic_fluent_select_object_skew_dismiss_20_regular:before { - content: "\eddb"; + content: "\ede5"; } .icon-ic_fluent_select_object_skew_edit_20_filled:before { - content: "\eddc"; + content: "\ede6"; } .icon-ic_fluent_select_object_skew_edit_20_regular:before { - content: "\eddd"; + content: "\ede7"; } .icon-ic_fluent_send_20_filled:before { - content: "\edde"; + content: "\ede8"; } .icon-ic_fluent_send_20_regular:before { - content: "\eddf"; + content: "\ede9"; } .icon-ic_fluent_send_beaker_20_filled:before { - content: "\ede0"; + content: "\edea"; } .icon-ic_fluent_send_beaker_20_regular:before { - content: "\ede1"; + content: "\edeb"; } .icon-ic_fluent_send_clock_20_filled:before { - content: "\ede2"; + content: "\edec"; } .icon-ic_fluent_send_clock_20_regular:before { - content: "\ede3"; + content: "\eded"; } .icon-ic_fluent_send_copy_20_filled:before { - content: "\ede4"; + content: "\edee"; } .icon-ic_fluent_send_copy_20_regular:before { - content: "\ede5"; + content: "\edef"; } .icon-ic_fluent_serial_port_20_filled:before { - content: "\ede6"; + content: "\edf0"; } .icon-ic_fluent_serial_port_20_regular:before { - content: "\ede7"; + content: "\edf1"; } .icon-ic_fluent_server_20_filled:before { - content: "\ede8"; + content: "\edf2"; } .icon-ic_fluent_server_20_regular:before { - content: "\ede9"; + content: "\edf3"; } .icon-ic_fluent_server_link_20_filled:before { - content: "\edea"; + content: "\edf4"; } .icon-ic_fluent_server_link_20_regular:before { - content: "\edeb"; + content: "\edf5"; } .icon-ic_fluent_server_multiple_20_filled:before { - content: "\edec"; + content: "\edf6"; } .icon-ic_fluent_server_multiple_20_regular:before { - content: "\eded"; + content: "\edf7"; } .icon-ic_fluent_server_play_20_filled:before { - content: "\edee"; + content: "\edf8"; } .icon-ic_fluent_server_play_20_regular:before { - content: "\edef"; + content: "\edf9"; } .icon-ic_fluent_service_bell_20_filled:before { - content: "\edf0"; + content: "\edfa"; } .icon-ic_fluent_service_bell_20_regular:before { - content: "\edf1"; + content: "\edfb"; } .icon-ic_fluent_settings_20_filled:before { - content: "\edf2"; + content: "\edfc"; } .icon-ic_fluent_settings_20_regular:before { - content: "\edf3"; + content: "\edfd"; } .icon-ic_fluent_settings_chat_20_filled:before { - content: "\edf4"; + content: "\edfe"; } .icon-ic_fluent_settings_chat_20_regular:before { - content: "\edf5"; + content: "\edff"; } .icon-ic_fluent_settings_cog_multiple_20_filled:before { - content: "\edf6"; + content: "\ee00"; } .icon-ic_fluent_settings_cog_multiple_20_regular:before { - content: "\edf7"; + content: "\ee01"; } .icon-ic_fluent_shape_exclude_20_filled:before { - content: "\edf8"; + content: "\ee02"; } .icon-ic_fluent_shape_exclude_20_regular:before { - content: "\edf9"; + content: "\ee03"; } .icon-ic_fluent_shape_intersect_20_filled:before { - content: "\edfa"; + content: "\ee04"; } .icon-ic_fluent_shape_intersect_20_regular:before { - content: "\edfb"; + content: "\ee05"; } .icon-ic_fluent_shape_organic_20_filled:before { - content: "\edfc"; + content: "\ee06"; } .icon-ic_fluent_shape_organic_20_regular:before { - content: "\edfd"; + content: "\ee07"; } .icon-ic_fluent_shape_subtract_20_filled:before { - content: "\edfe"; + content: "\ee08"; } .icon-ic_fluent_shape_subtract_20_regular:before { - content: "\edff"; + content: "\ee09"; } .icon-ic_fluent_shape_union_20_filled:before { - content: "\ee00"; + content: "\ee0a"; } .icon-ic_fluent_shape_union_20_regular:before { - content: "\ee01"; + content: "\ee0b"; } .icon-ic_fluent_shapes_20_filled:before { - content: "\ee02"; + content: "\ee0c"; } .icon-ic_fluent_shapes_20_regular:before { - content: "\ee03"; + content: "\ee0d"; } .icon-ic_fluent_share_20_filled:before { - content: "\ee04"; + content: "\ee0e"; } .icon-ic_fluent_share_20_regular:before { - content: "\ee05"; + content: "\ee0f"; } .icon-ic_fluent_share_android_20_filled:before { - content: "\ee06"; + content: "\ee10"; } .icon-ic_fluent_share_android_20_regular:before { - content: "\ee07"; + content: "\ee11"; } .icon-ic_fluent_share_close_tray_20_filled:before { - content: "\ee08"; + content: "\ee12"; } .icon-ic_fluent_share_close_tray_20_regular:before { - content: "\ee09"; + content: "\ee13"; } .icon-ic_fluent_share_ios_20_filled:before { - content: "\ee0a"; + content: "\ee14"; } .icon-ic_fluent_share_ios_20_regular:before { - content: "\ee0b"; + content: "\ee15"; } .icon-ic_fluent_share_screen_person_20_filled:before { - content: "\ee0c"; + content: "\ee16"; } .icon-ic_fluent_share_screen_person_20_regular:before { - content: "\ee0d"; + content: "\ee17"; } .icon-ic_fluent_share_screen_person_overlay_20_filled:before { - content: "\ee0e"; + content: "\ee18"; } .icon-ic_fluent_share_screen_person_overlay_20_regular:before { - content: "\ee0f"; + content: "\ee19"; } .icon-ic_fluent_share_screen_person_overlay_inside_20_filled:before { - content: "\ee10"; + content: "\ee1a"; } .icon-ic_fluent_share_screen_person_overlay_inside_20_regular:before { - content: "\ee11"; + content: "\ee1b"; } .icon-ic_fluent_share_screen_person_p_20_filled:before { - content: "\ee12"; + content: "\ee1c"; } .icon-ic_fluent_share_screen_person_p_20_regular:before { - content: "\ee13"; + content: "\ee1d"; } .icon-ic_fluent_share_screen_start_20_filled:before { - content: "\ee14"; + content: "\ee1e"; } .icon-ic_fluent_share_screen_start_20_regular:before { - content: "\ee15"; + content: "\ee1f"; } .icon-ic_fluent_share_screen_stop_20_filled:before { - content: "\ee16"; + content: "\ee20"; } .icon-ic_fluent_share_screen_stop_20_regular:before { - content: "\ee17"; + content: "\ee21"; } .icon-ic_fluent_shield_20_filled:before { - content: "\ee18"; + content: "\ee22"; } .icon-ic_fluent_shield_20_regular:before { - content: "\ee19"; + content: "\ee23"; } .icon-ic_fluent_shield_add_20_filled:before { - content: "\ee1a"; + content: "\ee24"; } .icon-ic_fluent_shield_add_20_regular:before { - content: "\ee1b"; + content: "\ee25"; } .icon-ic_fluent_shield_badge_20_filled:before { - content: "\ee1c"; + content: "\ee26"; } .icon-ic_fluent_shield_badge_20_regular:before { - content: "\ee1d"; + content: "\ee27"; } .icon-ic_fluent_shield_checkmark_20_filled:before { - content: "\ee1e"; + content: "\ee28"; } .icon-ic_fluent_shield_checkmark_20_regular:before { - content: "\ee1f"; + content: "\ee29"; } .icon-ic_fluent_shield_dismiss_20_filled:before { - content: "\ee20"; + content: "\ee2a"; } .icon-ic_fluent_shield_dismiss_20_regular:before { - content: "\ee21"; + content: "\ee2b"; } .icon-ic_fluent_shield_dismiss_shield_20_filled:before { - content: "\ee22"; + content: "\ee2c"; } .icon-ic_fluent_shield_dismiss_shield_20_regular:before { - content: "\ee23"; + content: "\ee2d"; } .icon-ic_fluent_shield_error_20_filled:before { - content: "\ee24"; + content: "\ee2e"; } .icon-ic_fluent_shield_error_20_regular:before { - content: "\ee25"; + content: "\ee2f"; } .icon-ic_fluent_shield_globe_20_filled:before { - content: "\ee26"; + content: "\ee30"; } .icon-ic_fluent_shield_globe_20_regular:before { - content: "\ee27"; + content: "\ee31"; } .icon-ic_fluent_shield_keyhole_20_filled:before { - content: "\ee28"; + content: "\ee32"; } .icon-ic_fluent_shield_keyhole_20_regular:before { - content: "\ee29"; + content: "\ee33"; } .icon-ic_fluent_shield_lock_20_filled:before { - content: "\ee2a"; + content: "\ee34"; } .icon-ic_fluent_shield_lock_20_regular:before { - content: "\ee2b"; + content: "\ee35"; } .icon-ic_fluent_shield_person_20_filled:before { - content: "\ee2c"; + content: "\ee36"; } .icon-ic_fluent_shield_person_20_regular:before { - content: "\ee2d"; + content: "\ee37"; } .icon-ic_fluent_shield_person_add_20_filled:before { - content: "\ee2e"; + content: "\ee38"; } .icon-ic_fluent_shield_person_add_20_regular:before { - content: "\ee2f"; + content: "\ee39"; } .icon-ic_fluent_shield_prohibited_20_filled:before { - content: "\ee30"; + content: "\ee3a"; } .icon-ic_fluent_shield_prohibited_20_regular:before { - content: "\ee31"; + content: "\ee3b"; } .icon-ic_fluent_shield_question_20_filled:before { - content: "\ee32"; + content: "\ee3c"; } .icon-ic_fluent_shield_question_20_regular:before { - content: "\ee33"; + content: "\ee3d"; } .icon-ic_fluent_shield_task_20_filled:before { - content: "\ee34"; + content: "\ee3e"; } .icon-ic_fluent_shield_task_20_regular:before { - content: "\ee35"; + content: "\ee3f"; } .icon-ic_fluent_shifts_20_filled:before { - content: "\ee36"; + content: "\ee40"; } .icon-ic_fluent_shifts_20_regular:before { - content: "\ee37"; + content: "\ee41"; } .icon-ic_fluent_shifts_30_minutes_20_filled:before { - content: "\ee38"; + content: "\ee42"; } .icon-ic_fluent_shifts_30_minutes_20_regular:before { - content: "\ee39"; + content: "\ee43"; } .icon-ic_fluent_shifts_activity_20_filled:before { - content: "\ee3a"; + content: "\ee44"; } .icon-ic_fluent_shifts_activity_20_regular:before { - content: "\ee3b"; + content: "\ee45"; } .icon-ic_fluent_shifts_add_20_filled:before { - content: "\ee3c"; + content: "\ee46"; } .icon-ic_fluent_shifts_add_20_regular:before { - content: "\ee3d"; + content: "\ee47"; } .icon-ic_fluent_shifts_availability_20_filled:before { - content: "\ee3e"; + content: "\ee48"; } .icon-ic_fluent_shifts_availability_20_regular:before { - content: "\ee3f"; + content: "\ee49"; } .icon-ic_fluent_shifts_checkmark_20_filled:before { - content: "\ee40"; + content: "\ee4a"; } .icon-ic_fluent_shifts_checkmark_20_regular:before { - content: "\ee41"; + content: "\ee4b"; } .icon-ic_fluent_shifts_day_20_filled:before { - content: "\ee42"; + content: "\ee4c"; } .icon-ic_fluent_shifts_day_20_regular:before { - content: "\ee43"; + content: "\ee4d"; } .icon-ic_fluent_shifts_open_20_filled:before { - content: "\ee44"; + content: "\ee4e"; } .icon-ic_fluent_shifts_open_20_regular:before { - content: "\ee45"; + content: "\ee4f"; } .icon-ic_fluent_shifts_prohibited_20_filled:before { - content: "\ee46"; + content: "\ee50"; } .icon-ic_fluent_shifts_prohibited_20_regular:before { - content: "\ee47"; + content: "\ee51"; } .icon-ic_fluent_shifts_question_mark_20_filled:before { - content: "\ee48"; + content: "\ee52"; } .icon-ic_fluent_shifts_question_mark_20_regular:before { - content: "\ee49"; + content: "\ee53"; } .icon-ic_fluent_shifts_team_20_filled:before { - content: "\ee4a"; + content: "\ee54"; } .icon-ic_fluent_shifts_team_20_regular:before { - content: "\ee4b"; + content: "\ee55"; } .icon-ic_fluent_shopping_bag_20_filled:before { - content: "\ee4c"; + content: "\ee56"; } .icon-ic_fluent_shopping_bag_20_regular:before { - content: "\ee4d"; + content: "\ee57"; } .icon-ic_fluent_shopping_bag_add_20_filled:before { - content: "\ee4e"; + content: "\ee58"; } .icon-ic_fluent_shopping_bag_add_20_regular:before { - content: "\ee4f"; + content: "\ee59"; } .icon-ic_fluent_shopping_bag_arrow_left_20_filled:before { - content: "\ee50"; + content: "\ee5a"; } .icon-ic_fluent_shopping_bag_arrow_left_20_regular:before { - content: "\ee51"; + content: "\ee5b"; } .icon-ic_fluent_shopping_bag_dismiss_20_filled:before { - content: "\ee52"; + content: "\ee5c"; } .icon-ic_fluent_shopping_bag_dismiss_20_regular:before { - content: "\ee53"; + content: "\ee5d"; } .icon-ic_fluent_shopping_bag_pause_20_filled:before { - content: "\ee54"; + content: "\ee5e"; } .icon-ic_fluent_shopping_bag_pause_20_regular:before { - content: "\ee55"; + content: "\ee5f"; } .icon-ic_fluent_shopping_bag_percent_20_filled:before { - content: "\ee56"; + content: "\ee60"; } .icon-ic_fluent_shopping_bag_percent_20_regular:before { - content: "\ee57"; + content: "\ee61"; } .icon-ic_fluent_shopping_bag_play_20_filled:before { - content: "\ee58"; + content: "\ee62"; } .icon-ic_fluent_shopping_bag_play_20_regular:before { - content: "\ee59"; + content: "\ee63"; } .icon-ic_fluent_shopping_bag_tag_20_filled:before { - content: "\ee5a"; + content: "\ee64"; } .icon-ic_fluent_shopping_bag_tag_20_regular:before { - content: "\ee5b"; + content: "\ee65"; } .icon-ic_fluent_shortpick_20_filled:before { - content: "\ee5c"; + content: "\ee66"; } .icon-ic_fluent_shortpick_20_regular:before { - content: "\ee5d"; + content: "\ee67"; } .icon-ic_fluent_showerhead_20_filled:before { - content: "\ee5e"; + content: "\ee68"; } .icon-ic_fluent_showerhead_20_regular:before { - content: "\ee5f"; + content: "\ee69"; } .icon-ic_fluent_sidebar_search_ltr_20_filled:before { - content: "\ee60"; + content: "\ee6a"; } .icon-ic_fluent_sidebar_search_ltr_20_regular:before { - content: "\ee61"; + content: "\ee6b"; } .icon-ic_fluent_sidebar_search_rtl_20_filled:before { - content: "\ee62"; + content: "\ee6c"; } .icon-ic_fluent_sidebar_search_rtl_20_regular:before { - content: "\ee63"; + content: "\ee6d"; } .icon-ic_fluent_sign_out_20_filled:before { - content: "\ee64"; + content: "\ee6e"; } .icon-ic_fluent_sign_out_20_regular:before { - content: "\ee65"; + content: "\ee6f"; } .icon-ic_fluent_signature_20_filled:before { - content: "\ee66"; + content: "\ee70"; } .icon-ic_fluent_signature_20_regular:before { - content: "\ee67"; + content: "\ee71"; } .icon-ic_fluent_sim_20_filled:before { - content: "\ee68"; + content: "\ee72"; } .icon-ic_fluent_sim_20_regular:before { - content: "\ee69"; + content: "\ee73"; } .icon-ic_fluent_skip_back_10_20_filled:before { - content: "\ee6a"; + content: "\ee74"; } .icon-ic_fluent_skip_back_10_20_regular:before { - content: "\ee6b"; + content: "\ee75"; } .icon-ic_fluent_skip_forward_10_20_filled:before { - content: "\ee6c"; + content: "\ee76"; } .icon-ic_fluent_skip_forward_10_20_regular:before { - content: "\ee6d"; + content: "\ee77"; } .icon-ic_fluent_skip_forward_30_20_filled:before { - content: "\ee6e"; + content: "\ee78"; } .icon-ic_fluent_skip_forward_30_20_regular:before { - content: "\ee6f"; + content: "\ee79"; } .icon-ic_fluent_skip_forward_tab_20_filled:before { - content: "\ee70"; + content: "\ee7a"; } .icon-ic_fluent_skip_forward_tab_20_regular:before { - content: "\ee71"; + content: "\ee7b"; } .icon-ic_fluent_slash_forward_20_filled:before { - content: "\ee72"; + content: "\ee7c"; } .icon-ic_fluent_slash_forward_20_regular:before { - content: "\ee73"; + content: "\ee7d"; } .icon-ic_fluent_sleep_20_filled:before { - content: "\ee74"; + content: "\ee7e"; } .icon-ic_fluent_sleep_20_regular:before { - content: "\ee75"; + content: "\ee7f"; } .icon-ic_fluent_slide_add_20_filled:before { - content: "\ee76"; + content: "\ee80"; } .icon-ic_fluent_slide_add_20_regular:before { - content: "\ee77"; + content: "\ee81"; } .icon-ic_fluent_slide_arrow_right_20_filled:before { - content: "\ee78"; + content: "\ee82"; } .icon-ic_fluent_slide_arrow_right_20_regular:before { - content: "\ee79"; + content: "\ee83"; } .icon-ic_fluent_slide_eraser_20_filled:before { - content: "\ee7a"; + content: "\ee84"; } .icon-ic_fluent_slide_eraser_20_regular:before { - content: "\ee7b"; + content: "\ee85"; } .icon-ic_fluent_slide_grid_20_filled:before { - content: "\ee7c"; + content: "\ee86"; } .icon-ic_fluent_slide_grid_20_regular:before { - content: "\ee7d"; + content: "\ee87"; } .icon-ic_fluent_slide_hide_20_filled:before { - content: "\ee7e"; + content: "\ee88"; } .icon-ic_fluent_slide_hide_20_regular:before { - content: "\ee7f"; + content: "\ee89"; } .icon-ic_fluent_slide_layout_20_filled:before { - content: "\ee80"; + content: "\ee8a"; } .icon-ic_fluent_slide_layout_20_regular:before { - content: "\ee81"; + content: "\ee8b"; } .icon-ic_fluent_slide_link_20_filled:before { - content: "\ee82"; + content: "\ee8c"; } .icon-ic_fluent_slide_link_20_regular:before { - content: "\ee83"; + content: "\ee8d"; } .icon-ic_fluent_slide_microphone_20_filled:before { - content: "\ee84"; + content: "\ee8e"; } .icon-ic_fluent_slide_microphone_20_regular:before { - content: "\ee85"; + content: "\ee8f"; } .icon-ic_fluent_slide_multiple_20_filled:before { - content: "\ee86"; + content: "\ee90"; } .icon-ic_fluent_slide_multiple_20_regular:before { - content: "\ee87"; + content: "\ee91"; } .icon-ic_fluent_slide_multiple_arrow_right_20_filled:before { - content: "\ee88"; + content: "\ee92"; } .icon-ic_fluent_slide_multiple_arrow_right_20_regular:before { - content: "\ee89"; + content: "\ee93"; } .icon-ic_fluent_slide_multiple_search_20_filled:before { - content: "\ee8a"; + content: "\ee94"; } .icon-ic_fluent_slide_multiple_search_20_regular:before { - content: "\ee8b"; + content: "\ee95"; } .icon-ic_fluent_slide_record_20_filled:before { - content: "\ee8c"; + content: "\ee96"; } .icon-ic_fluent_slide_record_20_regular:before { - content: "\ee8d"; + content: "\ee97"; } .icon-ic_fluent_slide_search_20_filled:before { - content: "\ee8e"; + content: "\ee98"; } .icon-ic_fluent_slide_search_20_regular:before { - content: "\ee8f"; + content: "\ee99"; } .icon-ic_fluent_slide_settings_20_filled:before { - content: "\ee90"; + content: "\ee9a"; } .icon-ic_fluent_slide_settings_20_regular:before { - content: "\ee91"; + content: "\ee9b"; } .icon-ic_fluent_slide_size_20_filled:before { - content: "\ee92"; + content: "\ee9c"; } .icon-ic_fluent_slide_size_20_regular:before { - content: "\ee93"; + content: "\ee9d"; } .icon-ic_fluent_slide_text_20_filled:before { - content: "\ee94"; + content: "\ee9e"; } .icon-ic_fluent_slide_text_20_regular:before { - content: "\ee95"; + content: "\ee9f"; } .icon-ic_fluent_slide_text_edit_20_filled:before { - content: "\ee96"; + content: "\eea0"; } .icon-ic_fluent_slide_text_edit_20_regular:before { - content: "\ee97"; + content: "\eea1"; } .icon-ic_fluent_slide_text_multiple_20_filled:before { - content: "\ee98"; + content: "\eea2"; } .icon-ic_fluent_slide_text_multiple_20_regular:before { - content: "\ee99"; + content: "\eea3"; } .icon-ic_fluent_slide_text_person_20_filled:before { - content: "\ee9a"; + content: "\eea4"; } .icon-ic_fluent_slide_text_person_20_regular:before { - content: "\ee9b"; + content: "\eea5"; } .icon-ic_fluent_slide_text_sparkle_20_filled:before { - content: "\ee9c"; + content: "\eea6"; } .icon-ic_fluent_slide_text_sparkle_20_regular:before { - content: "\ee9d"; + content: "\eea7"; } .icon-ic_fluent_slide_transition_20_filled:before { - content: "\ee9e"; + content: "\eea8"; } .icon-ic_fluent_slide_transition_20_regular:before { - content: "\ee9f"; + content: "\eea9"; } .icon-ic_fluent_smartwatch_20_filled:before { - content: "\eea0"; + content: "\eeaa"; } .icon-ic_fluent_smartwatch_20_regular:before { - content: "\eea1"; + content: "\eeab"; } .icon-ic_fluent_smartwatch_dot_20_filled:before { - content: "\eea2"; + content: "\eeac"; } .icon-ic_fluent_smartwatch_dot_20_regular:before { - content: "\eea3"; + content: "\eead"; } .icon-ic_fluent_snooze_20_filled:before { - content: "\eea4"; + content: "\eeae"; } .icon-ic_fluent_snooze_20_regular:before { - content: "\eea5"; + content: "\eeaf"; } .icon-ic_fluent_sound_source_20_filled:before { - content: "\eea6"; + content: "\eeb0"; } .icon-ic_fluent_sound_source_20_regular:before { - content: "\eea7"; + content: "\eeb1"; } .icon-ic_fluent_sound_wave_circle_20_filled:before { - content: "\eea8"; + content: "\eeb2"; } .icon-ic_fluent_sound_wave_circle_20_regular:before { - content: "\eea9"; + content: "\eeb3"; } .icon-ic_fluent_space_3d_20_filled:before { - content: "\eeaa"; + content: "\eeb4"; } .icon-ic_fluent_space_3d_20_regular:before { - content: "\eeab"; + content: "\eeb5"; } .icon-ic_fluent_spacebar_20_filled:before { - content: "\eeac"; + content: "\eeb6"; } .icon-ic_fluent_spacebar_20_regular:before { - content: "\eead"; + content: "\eeb7"; } .icon-ic_fluent_sparkle_20_filled:before { - content: "\eeae"; + content: "\eeb8"; } .icon-ic_fluent_sparkle_20_regular:before { - content: "\eeaf"; + content: "\eeb9"; } .icon-ic_fluent_sparkle_circle_20_filled:before { - content: "\eeb0"; + content: "\eeba"; } .icon-ic_fluent_sparkle_circle_20_regular:before { - content: "\eeb1"; + content: "\eebb"; } .icon-ic_fluent_speaker_0_20_filled:before { - content: "\eeb2"; + content: "\eebc"; } .icon-ic_fluent_speaker_0_20_regular:before { - content: "\eeb3"; + content: "\eebd"; } .icon-ic_fluent_speaker_1_20_filled:before { - content: "\eeb4"; + content: "\eebe"; } .icon-ic_fluent_speaker_1_20_regular:before { - content: "\eeb5"; + content: "\eebf"; } .icon-ic_fluent_speaker_2_20_filled:before { - content: "\eeb6"; + content: "\eec0"; } .icon-ic_fluent_speaker_2_20_regular:before { - content: "\eeb7"; + content: "\eec1"; } .icon-ic_fluent_speaker_bluetooth_20_filled:before { - content: "\eeb8"; + content: "\eec2"; } .icon-ic_fluent_speaker_bluetooth_20_regular:before { - content: "\eeb9"; + content: "\eec3"; } .icon-ic_fluent_speaker_box_20_filled:before { - content: "\eeba"; + content: "\eec4"; } .icon-ic_fluent_speaker_box_20_regular:before { - content: "\eebb"; + content: "\eec5"; } .icon-ic_fluent_speaker_edit_20_filled:before { - content: "\eebc"; + content: "\eec6"; } .icon-ic_fluent_speaker_edit_20_regular:before { - content: "\eebd"; + content: "\eec7"; } .icon-ic_fluent_speaker_mute_20_filled:before { - content: "\eebe"; + content: "\eec8"; } .icon-ic_fluent_speaker_mute_20_regular:before { - content: "\eebf"; + content: "\eec9"; } .icon-ic_fluent_speaker_off_20_filled:before { - content: "\eec0"; + content: "\eeca"; } .icon-ic_fluent_speaker_off_20_regular:before { - content: "\eec1"; + content: "\eecb"; } .icon-ic_fluent_speaker_settings_20_filled:before { - content: "\eec2"; + content: "\eecc"; } .icon-ic_fluent_speaker_settings_20_regular:before { - content: "\eec3"; + content: "\eecd"; } .icon-ic_fluent_speaker_usb_20_filled:before { - content: "\eec4"; + content: "\eece"; } .icon-ic_fluent_speaker_usb_20_regular:before { - content: "\eec5"; + content: "\eecf"; } .icon-ic_fluent_spinner_ios_20_filled:before { - content: "\eec6"; + content: "\eed0"; } .icon-ic_fluent_spinner_ios_20_regular:before { - content: "\eec7"; + content: "\eed1"; } .icon-ic_fluent_split_hint_20_filled:before { - content: "\eec8"; + content: "\eed2"; } .icon-ic_fluent_split_hint_20_regular:before { - content: "\eec9"; + content: "\eed3"; } .icon-ic_fluent_split_horizontal_20_filled:before { - content: "\eeca"; + content: "\eed4"; } .icon-ic_fluent_split_horizontal_20_regular:before { - content: "\eecb"; + content: "\eed5"; } .icon-ic_fluent_split_vertical_20_filled:before { - content: "\eecc"; + content: "\eed6"; } .icon-ic_fluent_split_vertical_20_regular:before { - content: "\eecd"; + content: "\eed7"; } .icon-ic_fluent_sport_20_filled:before { - content: "\eece"; + content: "\eed8"; } .icon-ic_fluent_sport_20_regular:before { - content: "\eecf"; + content: "\eed9"; } .icon-ic_fluent_sport_american_football_20_filled:before { - content: "\eed0"; + content: "\eeda"; } .icon-ic_fluent_sport_american_football_20_regular:before { - content: "\eed1"; + content: "\eedb"; } .icon-ic_fluent_sport_baseball_20_filled:before { - content: "\eed2"; + content: "\eedc"; } .icon-ic_fluent_sport_baseball_20_regular:before { - content: "\eed3"; + content: "\eedd"; } .icon-ic_fluent_sport_basketball_20_filled:before { - content: "\eed4"; + content: "\eede"; } .icon-ic_fluent_sport_basketball_20_regular:before { - content: "\eed5"; + content: "\eedf"; } .icon-ic_fluent_sport_hockey_20_filled:before { - content: "\eed6"; + content: "\eee0"; } .icon-ic_fluent_sport_hockey_20_regular:before { - content: "\eed7"; + content: "\eee1"; } .icon-ic_fluent_sport_soccer_20_filled:before { - content: "\eed8"; + content: "\eee2"; } .icon-ic_fluent_sport_soccer_20_regular:before { - content: "\eed9"; + content: "\eee3"; } .icon-ic_fluent_square_20_filled:before { - content: "\eeda"; + content: "\eee4"; } .icon-ic_fluent_square_20_regular:before { - content: "\eedb"; + content: "\eee5"; } .icon-ic_fluent_square_add_20_filled:before { - content: "\eedc"; + content: "\eee6"; } .icon-ic_fluent_square_add_20_regular:before { - content: "\eedd"; + content: "\eee7"; } .icon-ic_fluent_square_arrow_forward_20_filled:before { - content: "\eede"; + content: "\eee8"; } .icon-ic_fluent_square_arrow_forward_20_regular:before { - content: "\eedf"; + content: "\eee9"; } .icon-ic_fluent_square_dismiss_20_filled:before { - content: "\eee0"; + content: "\eeea"; } .icon-ic_fluent_square_dismiss_20_regular:before { - content: "\eee1"; + content: "\eeeb"; } .icon-ic_fluent_square_eraser_20_filled:before { - content: "\eee2"; + content: "\eeec"; } .icon-ic_fluent_square_eraser_20_regular:before { - content: "\eee3"; + content: "\eeed"; } .icon-ic_fluent_square_hint_20_filled:before { - content: "\eee4"; + content: "\eeee"; } .icon-ic_fluent_square_hint_20_regular:before { - content: "\eee5"; + content: "\eeef"; } .icon-ic_fluent_square_hint_apps_20_filled:before { - content: "\eee6"; + content: "\eef0"; } .icon-ic_fluent_square_hint_apps_20_regular:before { - content: "\eee7"; + content: "\eef1"; } .icon-ic_fluent_square_hint_arrow_back_20_filled:before { - content: "\eee8"; + content: "\eef2"; } .icon-ic_fluent_square_hint_arrow_back_20_regular:before { - content: "\eee9"; + content: "\eef3"; } .icon-ic_fluent_square_hint_hexagon_20_filled:before { - content: "\eeea"; + content: "\eef4"; } .icon-ic_fluent_square_hint_hexagon_20_regular:before { - content: "\eeeb"; + content: "\eef5"; } .icon-ic_fluent_square_hint_sparkles_20_filled:before { - content: "\eeec"; + content: "\eef6"; } .icon-ic_fluent_square_hint_sparkles_20_regular:before { - content: "\eeed"; + content: "\eef7"; } .icon-ic_fluent_square_multiple_20_filled:before { - content: "\eeee"; + content: "\eef8"; } .icon-ic_fluent_square_multiple_20_regular:before { - content: "\eeef"; + content: "\eef9"; } .icon-ic_fluent_square_shadow_20_filled:before { - content: "\eef0"; + content: "\eefa"; } .icon-ic_fluent_square_shadow_20_regular:before { - content: "\eef1"; + content: "\eefb"; } .icon-ic_fluent_squares_nested_20_filled:before { - content: "\eef2"; + content: "\eefc"; } .icon-ic_fluent_squares_nested_20_regular:before { - content: "\eef3"; + content: "\eefd"; } .icon-ic_fluent_stack_20_filled:before { - content: "\eef4"; + content: "\eefe"; } .icon-ic_fluent_stack_20_regular:before { - content: "\eef5"; + content: "\eeff"; } .icon-ic_fluent_stack_add_20_filled:before { - content: "\eef6"; + content: "\ef00"; } .icon-ic_fluent_stack_add_20_regular:before { - content: "\eef7"; + content: "\ef01"; } .icon-ic_fluent_stack_arrow_forward_20_filled:before { - content: "\eef8"; + content: "\ef02"; } .icon-ic_fluent_stack_arrow_forward_20_regular:before { - content: "\eef9"; + content: "\ef03"; } .icon-ic_fluent_stack_star_20_filled:before { - content: "\eefa"; + content: "\ef04"; } .icon-ic_fluent_stack_star_20_regular:before { - content: "\eefb"; + content: "\ef05"; } .icon-ic_fluent_stack_vertical_20_filled:before { - content: "\eefc"; + content: "\ef06"; } .icon-ic_fluent_stack_vertical_20_regular:before { - content: "\eefd"; + content: "\ef07"; } .icon-ic_fluent_star_20_filled:before { - content: "\eefe"; + content: "\ef08"; } .icon-ic_fluent_star_20_regular:before { - content: "\eeff"; + content: "\ef09"; } .icon-ic_fluent_star_add_20_filled:before { - content: "\ef00"; + content: "\ef0a"; } .icon-ic_fluent_star_add_20_regular:before { - content: "\ef01"; + content: "\ef0b"; } .icon-ic_fluent_star_arrow_back_20_filled:before { - content: "\ef02"; + content: "\ef0c"; } .icon-ic_fluent_star_arrow_back_20_regular:before { - content: "\ef03"; + content: "\ef0d"; } .icon-ic_fluent_star_arrow_right_end_20_filled:before { - content: "\ef04"; + content: "\ef0e"; } .icon-ic_fluent_star_arrow_right_end_20_regular:before { - content: "\ef05"; + content: "\ef0f"; } .icon-ic_fluent_star_arrow_right_start_20_filled:before { - content: "\ef06"; + content: "\ef10"; } .icon-ic_fluent_star_arrow_right_start_20_regular:before { - content: "\ef07"; + content: "\ef11"; } .icon-ic_fluent_star_checkmark_20_filled:before { - content: "\ef08"; + content: "\ef12"; } .icon-ic_fluent_star_checkmark_20_regular:before { - content: "\ef09"; + content: "\ef13"; } .icon-ic_fluent_star_dismiss_20_filled:before { - content: "\ef0a"; + content: "\ef14"; } .icon-ic_fluent_star_dismiss_20_regular:before { - content: "\ef0b"; + content: "\ef15"; } .icon-ic_fluent_star_edit_20_filled:before { - content: "\ef0c"; + content: "\ef16"; } .icon-ic_fluent_star_edit_20_regular:before { - content: "\ef0d"; + content: "\ef17"; } .icon-ic_fluent_star_emphasis_20_filled:before { - content: "\ef0e"; + content: "\ef18"; } .icon-ic_fluent_star_emphasis_20_regular:before { - content: "\ef0f"; + content: "\ef19"; } .icon-ic_fluent_star_half_20_filled:before { - content: "\ef10"; + content: "\ef1a"; } .icon-ic_fluent_star_half_20_regular:before { - content: "\ef11"; + content: "\ef1b"; } .icon-ic_fluent_star_line_horizontal_3_20_filled:before { - content: "\ef12"; + content: "\ef1c"; } .icon-ic_fluent_star_line_horizontal_3_20_regular:before { - content: "\ef13"; + content: "\ef1d"; } .icon-ic_fluent_star_off_20_filled:before { - content: "\ef14"; + content: "\ef1e"; } .icon-ic_fluent_star_off_20_regular:before { - content: "\ef15"; + content: "\ef1f"; } .icon-ic_fluent_star_one_quarter_20_filled:before { - content: "\ef16"; + content: "\ef20"; } .icon-ic_fluent_star_one_quarter_20_regular:before { - content: "\ef17"; + content: "\ef21"; } .icon-ic_fluent_star_prohibited_20_filled:before { - content: "\ef18"; + content: "\ef22"; } .icon-ic_fluent_star_prohibited_20_regular:before { - content: "\ef19"; + content: "\ef23"; } .icon-ic_fluent_star_settings_20_filled:before { - content: "\ef1a"; + content: "\ef24"; } .icon-ic_fluent_star_settings_20_regular:before { - content: "\ef1b"; + content: "\ef25"; } .icon-ic_fluent_star_three_quarter_20_filled:before { - content: "\ef1c"; + content: "\ef26"; } .icon-ic_fluent_star_three_quarter_20_regular:before { - content: "\ef1d"; + content: "\ef27"; } .icon-ic_fluent_status_20_filled:before { - content: "\ef1e"; + content: "\ef28"; } .icon-ic_fluent_status_20_regular:before { - content: "\ef1f"; + content: "\ef29"; } .icon-ic_fluent_step_20_filled:before { - content: "\ef20"; + content: "\ef2a"; } .icon-ic_fluent_step_20_regular:before { - content: "\ef21"; + content: "\ef2b"; } .icon-ic_fluent_steps_20_filled:before { - content: "\ef22"; + content: "\ef2c"; } .icon-ic_fluent_steps_20_regular:before { - content: "\ef23"; + content: "\ef2d"; } .icon-ic_fluent_stethoscope_20_filled:before { - content: "\ef24"; + content: "\ef2e"; } .icon-ic_fluent_stethoscope_20_regular:before { - content: "\ef25"; + content: "\ef2f"; } .icon-ic_fluent_sticker_20_filled:before { - content: "\ef26"; + content: "\ef30"; } .icon-ic_fluent_sticker_20_regular:before { - content: "\ef27"; + content: "\ef31"; } .icon-ic_fluent_sticker_add_20_filled:before { - content: "\ef28"; + content: "\ef32"; } .icon-ic_fluent_sticker_add_20_regular:before { - content: "\ef29"; + content: "\ef33"; } .icon-ic_fluent_stop_20_filled:before { - content: "\ef2a"; + content: "\ef34"; } .icon-ic_fluent_stop_20_regular:before { - content: "\ef2b"; + content: "\ef35"; } .icon-ic_fluent_storage_20_filled:before { - content: "\ef2c"; + content: "\ef36"; } .icon-ic_fluent_storage_20_regular:before { - content: "\ef2d"; + content: "\ef37"; } .icon-ic_fluent_store_microsoft_20_filled:before { - content: "\ef2e"; + content: "\ef38"; } .icon-ic_fluent_store_microsoft_20_regular:before { - content: "\ef2f"; + content: "\ef39"; } .icon-ic_fluent_stream_20_filled:before { - content: "\ef30"; + content: "\ef3a"; } .icon-ic_fluent_stream_20_regular:before { - content: "\ef31"; + content: "\ef3b"; } .icon-ic_fluent_stream_input_20_filled:before { - content: "\ef32"; + content: "\ef3c"; } .icon-ic_fluent_stream_input_20_regular:before { - content: "\ef33"; + content: "\ef3d"; } .icon-ic_fluent_stream_input_output_20_filled:before { - content: "\ef34"; + content: "\ef3e"; } .icon-ic_fluent_stream_input_output_20_regular:before { - content: "\ef35"; + content: "\ef3f"; } .icon-ic_fluent_stream_output_20_filled:before { - content: "\ef36"; + content: "\ef40"; } .icon-ic_fluent_stream_output_20_regular:before { - content: "\ef37"; + content: "\ef41"; } .icon-ic_fluent_street_sign_20_filled:before { - content: "\ef38"; + content: "\ef42"; } .icon-ic_fluent_street_sign_20_regular:before { - content: "\ef39"; + content: "\ef43"; } .icon-ic_fluent_style_guide_20_filled:before { - content: "\ef3a"; + content: "\ef44"; } .icon-ic_fluent_style_guide_20_regular:before { - content: "\ef3b"; + content: "\ef45"; } .icon-ic_fluent_sub_grid_20_filled:before { - content: "\ef3c"; + content: "\ef46"; } .icon-ic_fluent_sub_grid_20_regular:before { - content: "\ef3d"; + content: "\ef47"; } .icon-ic_fluent_subtitles_20_filled:before { - content: "\ef3e"; + content: "\ef48"; } .icon-ic_fluent_subtitles_20_regular:before { - content: "\ef3f"; + content: "\ef49"; } .icon-ic_fluent_subtract_20_filled:before { - content: "\ef40"; + content: "\ef4a"; } .icon-ic_fluent_subtract_20_regular:before { - content: "\ef41"; + content: "\ef4b"; } .icon-ic_fluent_subtract_circle_20_filled:before { - content: "\ef42"; + content: "\ef4c"; } .icon-ic_fluent_subtract_circle_20_regular:before { - content: "\ef43"; + content: "\ef4d"; } .icon-ic_fluent_subtract_circle_arrow_back_20_filled:before { - content: "\ef44"; + content: "\ef4e"; } .icon-ic_fluent_subtract_circle_arrow_back_20_regular:before { - content: "\ef45"; + content: "\ef4f"; } .icon-ic_fluent_subtract_circle_arrow_forward_20_filled:before { - content: "\ef46"; + content: "\ef50"; } .icon-ic_fluent_subtract_circle_arrow_forward_20_regular:before { - content: "\ef47"; + content: "\ef51"; } .icon-ic_fluent_subtract_parentheses_20_filled:before { - content: "\ef48"; + content: "\ef52"; } .icon-ic_fluent_subtract_parentheses_20_regular:before { - content: "\ef49"; + content: "\ef53"; } .icon-ic_fluent_subtract_square_20_filled:before { - content: "\ef4a"; + content: "\ef54"; } .icon-ic_fluent_subtract_square_20_regular:before { - content: "\ef4b"; + content: "\ef55"; } .icon-ic_fluent_subtract_square_multiple_20_filled:before { - content: "\ef4c"; + content: "\ef56"; } .icon-ic_fluent_subtract_square_multiple_20_regular:before { - content: "\ef4d"; + content: "\ef57"; } .icon-ic_fluent_surface_earbuds_20_filled:before { - content: "\ef4e"; + content: "\ef58"; } .icon-ic_fluent_surface_earbuds_20_regular:before { - content: "\ef4f"; + content: "\ef59"; } .icon-ic_fluent_surface_hub_20_filled:before { - content: "\ef50"; + content: "\ef5a"; } .icon-ic_fluent_surface_hub_20_regular:before { - content: "\ef51"; + content: "\ef5b"; } .icon-ic_fluent_swimming_pool_20_filled:before { - content: "\ef52"; + content: "\ef5c"; } .icon-ic_fluent_swimming_pool_20_regular:before { - content: "\ef53"; + content: "\ef5d"; } .icon-ic_fluent_swipe_down_20_filled:before { - content: "\ef54"; + content: "\ef5e"; } .icon-ic_fluent_swipe_down_20_regular:before { - content: "\ef55"; + content: "\ef5f"; } .icon-ic_fluent_swipe_right_20_filled:before { - content: "\ef56"; + content: "\ef60"; } .icon-ic_fluent_swipe_right_20_regular:before { - content: "\ef57"; + content: "\ef61"; } .icon-ic_fluent_swipe_up_20_filled:before { - content: "\ef58"; + content: "\ef62"; } .icon-ic_fluent_swipe_up_20_regular:before { - content: "\ef59"; + content: "\ef63"; } .icon-ic_fluent_symbols_20_filled:before { - content: "\ef5a"; + content: "\ef64"; } .icon-ic_fluent_symbols_20_regular:before { - content: "\ef5b"; + content: "\ef65"; } .icon-ic_fluent_sync_off_20_filled:before { - content: "\ef5c"; + content: "\ef66"; } .icon-ic_fluent_sync_off_20_regular:before { - content: "\ef5d"; + content: "\ef67"; } .icon-ic_fluent_syringe_20_filled:before { - content: "\ef5e"; + content: "\ef68"; } .icon-ic_fluent_syringe_20_regular:before { - content: "\ef5f"; + content: "\ef69"; } .icon-ic_fluent_system_20_filled:before { - content: "\ef60"; + content: "\ef6a"; } .icon-ic_fluent_system_20_regular:before { - content: "\ef61"; + content: "\ef6b"; } .icon-ic_fluent_tab_20_filled:before { - content: "\ef62"; + content: "\ef6c"; } .icon-ic_fluent_tab_20_regular:before { - content: "\ef63"; + content: "\ef6d"; } .icon-ic_fluent_tab_add_20_filled:before { - content: "\ef64"; + content: "\ef6e"; } .icon-ic_fluent_tab_add_20_regular:before { - content: "\ef65"; + content: "\ef6f"; } .icon-ic_fluent_tab_arrow_left_20_filled:before { - content: "\ef66"; + content: "\ef70"; } .icon-ic_fluent_tab_arrow_left_20_regular:before { - content: "\ef67"; + content: "\ef71"; } .icon-ic_fluent_tab_desktop_20_filled:before { - content: "\ef68"; + content: "\ef72"; } .icon-ic_fluent_tab_desktop_20_regular:before { - content: "\ef69"; + content: "\ef73"; } .icon-ic_fluent_tab_desktop_arrow_clockwise_20_filled:before { - content: "\ef6a"; + content: "\ef74"; } .icon-ic_fluent_tab_desktop_arrow_clockwise_20_regular:before { - content: "\ef6b"; + content: "\ef75"; } .icon-ic_fluent_tab_desktop_arrow_left_20_filled:before { - content: "\ef6c"; + content: "\ef76"; } .icon-ic_fluent_tab_desktop_arrow_left_20_regular:before { - content: "\ef6d"; + content: "\ef77"; } .icon-ic_fluent_tab_desktop_bottom_20_filled:before { - content: "\ef6e"; + content: "\ef78"; } .icon-ic_fluent_tab_desktop_bottom_20_regular:before { - content: "\ef6f"; + content: "\ef79"; } .icon-ic_fluent_tab_desktop_clock_20_filled:before { - content: "\ef70"; + content: "\ef7a"; } .icon-ic_fluent_tab_desktop_clock_20_regular:before { - content: "\ef71"; + content: "\ef7b"; } .icon-ic_fluent_tab_desktop_copy_20_filled:before { - content: "\ef72"; + content: "\ef7c"; } .icon-ic_fluent_tab_desktop_copy_20_regular:before { - content: "\ef73"; + content: "\ef7d"; } .icon-ic_fluent_tab_desktop_image_20_filled:before { - content: "\ef74"; + content: "\ef7e"; } .icon-ic_fluent_tab_desktop_image_20_regular:before { - content: "\ef75"; + content: "\ef7f"; } .icon-ic_fluent_tab_desktop_link_20_filled:before { - content: "\ef76"; + content: "\ef80"; } .icon-ic_fluent_tab_desktop_link_20_regular:before { - content: "\ef77"; + content: "\ef81"; } .icon-ic_fluent_tab_desktop_multiple_20_filled:before { - content: "\ef78"; + content: "\ef82"; } .icon-ic_fluent_tab_desktop_multiple_20_regular:before { - content: "\ef79"; + content: "\ef83"; } .icon-ic_fluent_tab_desktop_multiple_add_20_filled:before { - content: "\ef7a"; + content: "\ef84"; } .icon-ic_fluent_tab_desktop_multiple_add_20_regular:before { - content: "\ef7b"; + content: "\ef85"; } .icon-ic_fluent_tab_desktop_multiple_bottom_20_filled:before { - content: "\ef7c"; + content: "\ef86"; } .icon-ic_fluent_tab_desktop_multiple_bottom_20_regular:before { - content: "\ef7d"; + content: "\ef87"; } .icon-ic_fluent_tab_desktop_new_page_20_filled:before { - content: "\ef7e"; + content: "\ef88"; } .icon-ic_fluent_tab_desktop_new_page_20_regular:before { - content: "\ef7f"; + content: "\ef89"; } .icon-ic_fluent_tab_in_private_20_filled:before { - content: "\ef80"; + content: "\ef8a"; } .icon-ic_fluent_tab_in_private_20_regular:before { - content: "\ef81"; + content: "\ef8b"; } .icon-ic_fluent_tab_inprivate_account_20_filled:before { - content: "\ef82"; + content: "\ef8c"; } .icon-ic_fluent_tab_inprivate_account_20_regular:before { - content: "\ef83"; + content: "\ef8d"; } .icon-ic_fluent_tab_prohibited_20_filled:before { - content: "\ef84"; + content: "\ef8e"; } .icon-ic_fluent_tab_prohibited_20_regular:before { - content: "\ef85"; + content: "\ef8f"; } .icon-ic_fluent_tab_shield_dismiss_20_filled:before { - content: "\ef86"; + content: "\ef90"; } .icon-ic_fluent_tab_shield_dismiss_20_regular:before { - content: "\ef87"; + content: "\ef91"; } .icon-ic_fluent_table_20_filled:before { - content: "\ef88"; + content: "\ef92"; } .icon-ic_fluent_table_20_regular:before { - content: "\ef89"; + content: "\ef93"; } .icon-ic_fluent_table_add_20_filled:before { - content: "\ef8a"; + content: "\ef94"; } .icon-ic_fluent_table_add_20_regular:before { - content: "\ef8b"; + content: "\ef95"; } .icon-ic_fluent_table_arrow_up_20_filled:before { - content: "\ef8c"; + content: "\ef96"; } .icon-ic_fluent_table_arrow_up_20_regular:before { - content: "\ef8d"; + content: "\ef97"; } .icon-ic_fluent_table_bottom_row_20_filled:before { - content: "\ef8e"; + content: "\ef98"; } .icon-ic_fluent_table_bottom_row_20_regular:before { - content: "\ef8f"; + content: "\ef99"; } .icon-ic_fluent_table_calculator_20_filled:before { - content: "\ef90"; + content: "\ef9a"; } .icon-ic_fluent_table_calculator_20_regular:before { - content: "\ef91"; + content: "\ef9b"; } .icon-ic_fluent_table_cell_edit_20_filled:before { - content: "\ef92"; + content: "\ef9c"; } .icon-ic_fluent_table_cell_edit_20_regular:before { - content: "\ef93"; + content: "\ef9d"; } .icon-ic_fluent_table_cells_merge_20_filled:before { - content: "\ef94"; + content: "\ef9e"; } .icon-ic_fluent_table_cells_merge_20_regular:before { - content: "\ef95"; + content: "\ef9f"; } .icon-ic_fluent_table_cells_split_20_filled:before { - content: "\ef96"; + content: "\efa0"; } .icon-ic_fluent_table_cells_split_20_regular:before { - content: "\ef97"; + content: "\efa1"; } .icon-ic_fluent_table_checker_20_filled:before { - content: "\ef98"; + content: "\efa2"; } .icon-ic_fluent_table_checker_20_regular:before { - content: "\ef99"; + content: "\efa3"; } .icon-ic_fluent_table_column_top_bottom_20_filled:before { - content: "\ef9a"; + content: "\efa4"; } .icon-ic_fluent_table_column_top_bottom_20_regular:before { - content: "\ef9b"; + content: "\efa5"; } .icon-ic_fluent_table_copy_20_filled:before { - content: "\ef9c"; + content: "\efa6"; } .icon-ic_fluent_table_copy_20_regular:before { - content: "\ef9d"; + content: "\efa7"; } .icon-ic_fluent_table_delete_column_20_filled:before { - content: "\ef9e"; + content: "\efa8"; } .icon-ic_fluent_table_delete_column_20_regular:before { - content: "\ef9f"; + content: "\efa9"; } .icon-ic_fluent_table_delete_row_20_filled:before { - content: "\efa0"; + content: "\efaa"; } .icon-ic_fluent_table_delete_row_20_regular:before { - content: "\efa1"; + content: "\efab"; } .icon-ic_fluent_table_dismiss_20_filled:before { - content: "\efa2"; + content: "\efac"; } .icon-ic_fluent_table_dismiss_20_regular:before { - content: "\efa3"; + content: "\efad"; } .icon-ic_fluent_table_edit_20_filled:before { - content: "\efa4"; + content: "\efae"; } .icon-ic_fluent_table_edit_20_regular:before { - content: "\efa5"; + content: "\efaf"; } .icon-ic_fluent_table_freeze_column_20_filled:before { - content: "\efa6"; + content: "\efb0"; } .icon-ic_fluent_table_freeze_column_20_regular:before { - content: "\efa7"; + content: "\efb1"; } .icon-ic_fluent_table_freeze_column_and_row_20_filled:before { - content: "\efa8"; + content: "\efb2"; } .icon-ic_fluent_table_freeze_column_and_row_20_regular:before { - content: "\efa9"; + content: "\efb3"; } .icon-ic_fluent_table_freeze_row_20_filled:before { - content: "\efaa"; + content: "\efb4"; } .icon-ic_fluent_table_freeze_row_20_regular:before { - content: "\efab"; + content: "\efb5"; } .icon-ic_fluent_table_image_20_filled:before { - content: "\efac"; + content: "\efb6"; } .icon-ic_fluent_table_image_20_regular:before { - content: "\efad"; + content: "\efb7"; } .icon-ic_fluent_table_insert_column_20_filled:before { - content: "\efae"; + content: "\efb8"; } .icon-ic_fluent_table_insert_column_20_regular:before { - content: "\efaf"; + content: "\efb9"; } .icon-ic_fluent_table_insert_row_20_filled:before { - content: "\efb0"; + content: "\efba"; } .icon-ic_fluent_table_insert_row_20_regular:before { - content: "\efb1"; + content: "\efbb"; } .icon-ic_fluent_table_lightning_20_filled:before { - content: "\efb2"; + content: "\efbc"; } .icon-ic_fluent_table_lightning_20_regular:before { - content: "\efb3"; + content: "\efbd"; } .icon-ic_fluent_table_link_20_filled:before { - content: "\efb4"; + content: "\efbe"; } .icon-ic_fluent_table_link_20_regular:before { - content: "\efb5"; + content: "\efbf"; } .icon-ic_fluent_table_lock_20_filled:before { - content: "\efb6"; + content: "\efc0"; } .icon-ic_fluent_table_lock_20_regular:before { - content: "\efb7"; + content: "\efc1"; } .icon-ic_fluent_table_move_above_20_filled:before { - content: "\efb8"; + content: "\efc2"; } .icon-ic_fluent_table_move_above_20_regular:before { - content: "\efb9"; + content: "\efc3"; } .icon-ic_fluent_table_move_below_20_filled:before { - content: "\efba"; + content: "\efc4"; } .icon-ic_fluent_table_move_below_20_regular:before { - content: "\efbb"; + content: "\efc5"; } .icon-ic_fluent_table_move_left_20_filled:before { - content: "\efbc"; + content: "\efc6"; } .icon-ic_fluent_table_move_left_20_regular:before { - content: "\efbd"; + content: "\efc7"; } .icon-ic_fluent_table_move_right_20_filled:before { - content: "\efbe"; + content: "\efc8"; } .icon-ic_fluent_table_move_right_20_regular:before { - content: "\efbf"; + content: "\efc9"; } .icon-ic_fluent_table_multiple_20_filled:before { - content: "\efc0"; + content: "\efca"; } .icon-ic_fluent_table_multiple_20_regular:before { - content: "\efc1"; + content: "\efcb"; } .icon-ic_fluent_table_offset_20_filled:before { - content: "\efc2"; + content: "\efcc"; } .icon-ic_fluent_table_offset_20_regular:before { - content: "\efc3"; + content: "\efcd"; } .icon-ic_fluent_table_offset_add_20_filled:before { - content: "\efc4"; + content: "\efce"; } .icon-ic_fluent_table_offset_add_20_regular:before { - content: "\efc5"; + content: "\efcf"; } .icon-ic_fluent_table_offset_less_than_or_equal_to_20_filled:before { - content: "\efc6"; + content: "\efd0"; } .icon-ic_fluent_table_offset_less_than_or_equal_to_20_regular:before { - content: "\efc7"; + content: "\efd1"; } .icon-ic_fluent_table_offset_settings_20_filled:before { - content: "\efc8"; + content: "\efd2"; } .icon-ic_fluent_table_offset_settings_20_regular:before { - content: "\efc9"; + content: "\efd3"; } .icon-ic_fluent_table_resize_column_20_filled:before { - content: "\efca"; + content: "\efd4"; } .icon-ic_fluent_table_resize_column_20_regular:before { - content: "\efcb"; + content: "\efd5"; } .icon-ic_fluent_table_resize_row_20_filled:before { - content: "\efcc"; + content: "\efd6"; } .icon-ic_fluent_table_resize_row_20_regular:before { - content: "\efcd"; + content: "\efd7"; } .icon-ic_fluent_table_search_20_filled:before { - content: "\efce"; + content: "\efd8"; } .icon-ic_fluent_table_search_20_regular:before { - content: "\efcf"; + content: "\efd9"; } .icon-ic_fluent_table_settings_20_filled:before { - content: "\efd0"; + content: "\efda"; } .icon-ic_fluent_table_settings_20_regular:before { - content: "\efd1"; + content: "\efdb"; } .icon-ic_fluent_table_simple_20_filled:before { - content: "\efd2"; + content: "\efdc"; } .icon-ic_fluent_table_simple_20_regular:before { - content: "\efd3"; + content: "\efdd"; } .icon-ic_fluent_table_simple_checkmark_20_filled:before { - content: "\efd4"; + content: "\efde"; } .icon-ic_fluent_table_simple_checkmark_20_regular:before { - content: "\efd5"; + content: "\efdf"; } .icon-ic_fluent_table_simple_exclude_20_filled:before { - content: "\efd6"; + content: "\efe0"; } .icon-ic_fluent_table_simple_exclude_20_regular:before { - content: "\efd7"; + content: "\efe1"; } .icon-ic_fluent_table_simple_include_20_filled:before { - content: "\efd8"; + content: "\efe2"; } .icon-ic_fluent_table_simple_include_20_regular:before { - content: "\efd9"; + content: "\efe3"; } .icon-ic_fluent_table_simple_multiple_20_filled:before { - content: "\efda"; + content: "\efe4"; } .icon-ic_fluent_table_simple_multiple_20_regular:before { - content: "\efdb"; + content: "\efe5"; } .icon-ic_fluent_table_split_20_filled:before { - content: "\efdc"; + content: "\efe6"; } .icon-ic_fluent_table_split_20_regular:before { - content: "\efdd"; + content: "\efe7"; } .icon-ic_fluent_table_stack_above_20_filled:before { - content: "\efde"; + content: "\efe8"; } .icon-ic_fluent_table_stack_above_20_regular:before { - content: "\efdf"; + content: "\efe9"; } .icon-ic_fluent_table_stack_below_20_filled:before { - content: "\efe0"; + content: "\efea"; } .icon-ic_fluent_table_stack_below_20_regular:before { - content: "\efe1"; + content: "\efeb"; } .icon-ic_fluent_table_stack_left_20_filled:before { - content: "\efe2"; + content: "\efec"; } .icon-ic_fluent_table_stack_left_20_regular:before { - content: "\efe3"; + content: "\efed"; } .icon-ic_fluent_table_stack_right_20_filled:before { - content: "\efe4"; + content: "\efee"; } .icon-ic_fluent_table_stack_right_20_regular:before { - content: "\efe5"; + content: "\efef"; } .icon-ic_fluent_table_switch_20_filled:before { - content: "\efe6"; + content: "\eff0"; } .icon-ic_fluent_table_switch_20_regular:before { - content: "\efe7"; + content: "\eff1"; } .icon-ic_fluent_tablet_20_filled:before { - content: "\efe8"; + content: "\eff2"; } .icon-ic_fluent_tablet_20_regular:before { - content: "\efe9"; + content: "\eff3"; } .icon-ic_fluent_tablet_laptop_20_filled:before { - content: "\efea"; + content: "\eff4"; } .icon-ic_fluent_tablet_laptop_20_regular:before { - content: "\efeb"; + content: "\eff5"; } .icon-ic_fluent_tablet_speaker_20_filled:before { - content: "\efec"; + content: "\eff6"; } .icon-ic_fluent_tablet_speaker_20_regular:before { - content: "\efed"; + content: "\eff7"; } .icon-ic_fluent_tabs_20_filled:before { - content: "\efee"; + content: "\eff8"; } .icon-ic_fluent_tabs_20_regular:before { - content: "\efef"; + content: "\eff9"; } .icon-ic_fluent_tag_20_filled:before { - content: "\eff0"; + content: "\effa"; } .icon-ic_fluent_tag_20_regular:before { - content: "\eff1"; + content: "\effb"; } .icon-ic_fluent_tag_circle_20_filled:before { - content: "\eff2"; + content: "\effc"; } .icon-ic_fluent_tag_circle_20_regular:before { - content: "\eff3"; + content: "\effd"; } .icon-ic_fluent_tag_dismiss_20_filled:before { - content: "\eff4"; + content: "\effe"; } .icon-ic_fluent_tag_dismiss_20_regular:before { - content: "\eff5"; + content: "\efff"; } .icon-ic_fluent_tag_error_20_filled:before { - content: "\eff6"; + content: "\f000"; } .icon-ic_fluent_tag_error_20_regular:before { - content: "\eff7"; + content: "\f001"; } .icon-ic_fluent_tag_lock_20_filled:before { - content: "\eff8"; + content: "\f002"; } .icon-ic_fluent_tag_lock_20_regular:before { - content: "\eff9"; + content: "\f003"; } .icon-ic_fluent_tag_lock_accent_20_filled:before { - content: "\effa"; + content: "\f004"; } .icon-ic_fluent_tag_multiple_20_filled:before { - content: "\effb"; + content: "\f005"; } .icon-ic_fluent_tag_multiple_20_regular:before { - content: "\effc"; + content: "\f006"; } .icon-ic_fluent_tag_off_20_filled:before { - content: "\effd"; + content: "\f007"; } .icon-ic_fluent_tag_off_20_regular:before { - content: "\effe"; + content: "\f008"; } .icon-ic_fluent_tag_question_mark_20_filled:before { - content: "\efff"; + content: "\f009"; } .icon-ic_fluent_tag_question_mark_20_regular:before { - content: "\f000"; + content: "\f00a"; } .icon-ic_fluent_tag_reset_20_filled:before { - content: "\f001"; + content: "\f00b"; } .icon-ic_fluent_tag_reset_20_regular:before { - content: "\f002"; + content: "\f00c"; } .icon-ic_fluent_tag_search_20_filled:before { - content: "\f003"; + content: "\f00d"; } .icon-ic_fluent_tag_search_20_regular:before { - content: "\f004"; + content: "\f00e"; } .icon-ic_fluent_tap_double_20_filled:before { - content: "\f005"; + content: "\f00f"; } .icon-ic_fluent_tap_double_20_regular:before { - content: "\f006"; + content: "\f010"; } .icon-ic_fluent_tap_single_20_filled:before { - content: "\f007"; + content: "\f011"; } .icon-ic_fluent_tap_single_20_regular:before { - content: "\f008"; + content: "\f012"; } .icon-ic_fluent_target_20_filled:before { - content: "\f009"; + content: "\f013"; } .icon-ic_fluent_target_20_regular:before { - content: "\f00a"; + content: "\f014"; } .icon-ic_fluent_target_add_20_filled:before { - content: "\f00b"; + content: "\f015"; } .icon-ic_fluent_target_add_20_regular:before { - content: "\f00c"; + content: "\f016"; } .icon-ic_fluent_target_arrow_20_filled:before { - content: "\f00d"; + content: "\f017"; } .icon-ic_fluent_target_arrow_20_regular:before { - content: "\f00e"; + content: "\f018"; } .icon-ic_fluent_target_dismiss_20_filled:before { - content: "\f00f"; + content: "\f019"; } .icon-ic_fluent_target_dismiss_20_regular:before { - content: "\f010"; + content: "\f01a"; } .icon-ic_fluent_target_edit_20_filled:before { - content: "\f011"; + content: "\f01b"; } .icon-ic_fluent_target_edit_20_regular:before { - content: "\f012"; + content: "\f01c"; } .icon-ic_fluent_task_list_add_20_filled:before { - content: "\f013"; + content: "\f01d"; } .icon-ic_fluent_task_list_add_20_regular:before { - content: "\f014"; + content: "\f01e"; } .icon-ic_fluent_task_list_ltr_20_filled:before { - content: "\f015"; + content: "\f01f"; } .icon-ic_fluent_task_list_ltr_20_regular:before { - content: "\f016"; + content: "\f020"; } .icon-ic_fluent_task_list_rtl_20_filled:before { - content: "\f017"; + content: "\f021"; } .icon-ic_fluent_task_list_rtl_20_regular:before { - content: "\f018"; + content: "\f022"; } .icon-ic_fluent_task_list_square_add_20_filled:before { - content: "\f019"; + content: "\f023"; } .icon-ic_fluent_task_list_square_add_20_regular:before { - content: "\f01a"; + content: "\f024"; } .icon-ic_fluent_task_list_square_database_20_filled:before { - content: "\f01b"; + content: "\f025"; } .icon-ic_fluent_task_list_square_database_20_regular:before { - content: "\f01c"; + content: "\f026"; } .icon-ic_fluent_task_list_square_ltr_20_filled:before { - content: "\f01d"; + content: "\f027"; } .icon-ic_fluent_task_list_square_ltr_20_regular:before { - content: "\f01e"; + content: "\f028"; } .icon-ic_fluent_task_list_square_person_20_filled:before { - content: "\f01f"; + content: "\f029"; } .icon-ic_fluent_task_list_square_person_20_regular:before { - content: "\f020"; + content: "\f02a"; } .icon-ic_fluent_task_list_square_rtl_20_filled:before { - content: "\f021"; + content: "\f02b"; } .icon-ic_fluent_task_list_square_rtl_20_regular:before { - content: "\f022"; + content: "\f02c"; } .icon-ic_fluent_task_list_square_settings_20_filled:before { - content: "\f023"; + content: "\f02d"; } .icon-ic_fluent_task_list_square_settings_20_regular:before { - content: "\f024"; + content: "\f02e"; } .icon-ic_fluent_tasks_app_20_filled:before { - content: "\f025"; + content: "\f02f"; } .icon-ic_fluent_tasks_app_20_regular:before { - content: "\f026"; + content: "\f030"; } .icon-ic_fluent_teardrop_bottom_right_20_filled:before { - content: "\f027"; + content: "\f031"; } .icon-ic_fluent_teardrop_bottom_right_20_regular:before { - content: "\f028"; + content: "\f032"; } .icon-ic_fluent_teddy_20_filled:before { - content: "\f029"; + content: "\f033"; } .icon-ic_fluent_teddy_20_regular:before { - content: "\f02a"; + content: "\f034"; } .icon-ic_fluent_temperature_20_filled:before { - content: "\f02b"; + content: "\f035"; } .icon-ic_fluent_temperature_20_regular:before { - content: "\f02c"; + content: "\f036"; } .icon-ic_fluent_tent_20_filled:before { - content: "\f02d"; + content: "\f037"; } .icon-ic_fluent_tent_20_regular:before { - content: "\f02e"; + content: "\f038"; } .icon-ic_fluent_tetris_app_20_filled:before { - content: "\f02f"; + content: "\f039"; } .icon-ic_fluent_tetris_app_20_regular:before { - content: "\f030"; + content: "\f03a"; } .icon-ic_fluent_text_add_20_filled:before { - content: "\f031"; + content: "\f03b"; } .icon-ic_fluent_text_add_20_regular:before { - content: "\f032"; + content: "\f03c"; } .icon-ic_fluent_text_add_space_after_20_filled:before { - content: "\f033"; + content: "\f03d"; } .icon-ic_fluent_text_add_space_after_20_regular:before { - content: "\f034"; + content: "\f03e"; } .icon-ic_fluent_text_add_space_before_20_filled:before { - content: "\f035"; + content: "\f03f"; } .icon-ic_fluent_text_add_space_before_20_regular:before { - content: "\f036"; + content: "\f040"; } .icon-ic_fluent_text_add_t_20_filled:before { - content: "\f037"; + content: "\f041"; } .icon-ic_fluent_text_add_t_20_regular:before { - content: "\f038"; + content: "\f042"; } .icon-ic_fluent_text_align_center_20_filled:before { - content: "\f039"; + content: "\f043"; } .icon-ic_fluent_text_align_center_20_regular:before { - content: "\f03a"; + content: "\f044"; } .icon-ic_fluent_text_align_center_rotate_270_20_filled:before { - content: "\f03b"; + content: "\f045"; } .icon-ic_fluent_text_align_center_rotate_270_20_regular:before { - content: "\f03c"; + content: "\f046"; } .icon-ic_fluent_text_align_center_rotate_90_20_filled:before { - content: "\f03d"; + content: "\f047"; } .icon-ic_fluent_text_align_center_rotate_90_20_regular:before { - content: "\f03e"; + content: "\f048"; } .icon-ic_fluent_text_align_distributed_20_filled:before { - content: "\f03f"; + content: "\f049"; } .icon-ic_fluent_text_align_distributed_20_regular:before { - content: "\f040"; + content: "\f04a"; } .icon-ic_fluent_text_align_distributed_evenly_20_filled:before { - content: "\f041"; + content: "\f04b"; } .icon-ic_fluent_text_align_distributed_evenly_20_regular:before { - content: "\f042"; + content: "\f04c"; } .icon-ic_fluent_text_align_distributed_vertical_20_filled:before { - content: "\f043"; + content: "\f04d"; } .icon-ic_fluent_text_align_distributed_vertical_20_regular:before { - content: "\f044"; + content: "\f04e"; } .icon-ic_fluent_text_align_justify_20_filled:before { - content: "\f045"; + content: "\f04f"; } .icon-ic_fluent_text_align_justify_20_regular:before { - content: "\f046"; + content: "\f050"; } .icon-ic_fluent_text_align_justify_low_20_filled:before { - content: "\f047"; + content: "\f051"; } .icon-ic_fluent_text_align_justify_low_20_regular:before { - content: "\f048"; + content: "\f052"; } .icon-ic_fluent_text_align_justify_low_90_20_filled:before { - content: "\f049"; + content: "\f053"; } .icon-ic_fluent_text_align_justify_low_90_20_regular:before { - content: "\f04a"; + content: "\f054"; } .icon-ic_fluent_text_align_justify_low_rotate_270_20_filled:before { - content: "\f04b"; + content: "\f055"; } .icon-ic_fluent_text_align_justify_low_rotate_270_20_regular:before { - content: "\f04c"; + content: "\f056"; } .icon-ic_fluent_text_align_justify_low_rotate_90_20_filled:before { - content: "\f04d"; + content: "\f057"; } .icon-ic_fluent_text_align_justify_low_rotate_90_20_regular:before { - content: "\f04e"; + content: "\f058"; } .icon-ic_fluent_text_align_justify_rotate_270_20_filled:before { - content: "\f04f"; + content: "\f059"; } .icon-ic_fluent_text_align_justify_rotate_270_20_regular:before { - content: "\f050"; + content: "\f05a"; } .icon-ic_fluent_text_align_justify_rotate_90_20_filled:before { - content: "\f051"; + content: "\f05b"; } .icon-ic_fluent_text_align_justify_rotate_90_20_regular:before { - content: "\f052"; + content: "\f05c"; } .icon-ic_fluent_text_align_left_20_filled:before { - content: "\f053"; + content: "\f05d"; } .icon-ic_fluent_text_align_left_20_regular:before { - content: "\f054"; + content: "\f05e"; } .icon-ic_fluent_text_align_left_rotate_270_20_filled:before { - content: "\f055"; + content: "\f05f"; } .icon-ic_fluent_text_align_left_rotate_270_20_regular:before { - content: "\f056"; + content: "\f060"; } .icon-ic_fluent_text_align_left_rotate_90_20_filled:before { - content: "\f057"; + content: "\f061"; } .icon-ic_fluent_text_align_left_rotate_90_20_regular:before { - content: "\f058"; + content: "\f062"; } .icon-ic_fluent_text_align_right_20_filled:before { - content: "\f059"; + content: "\f063"; } .icon-ic_fluent_text_align_right_20_regular:before { - content: "\f05a"; + content: "\f064"; } .icon-ic_fluent_text_align_right_rotate_270_20_filled:before { - content: "\f05b"; + content: "\f065"; } .icon-ic_fluent_text_align_right_rotate_270_20_regular:before { - content: "\f05c"; + content: "\f066"; } .icon-ic_fluent_text_align_right_rotate_90_20_filled:before { - content: "\f05d"; + content: "\f067"; } .icon-ic_fluent_text_align_right_rotate_90_20_regular:before { - content: "\f05e"; + content: "\f068"; } .icon-ic_fluent_text_arrow_down_right_column_20_filled:before { - content: "\f05f"; + content: "\f069"; } .icon-ic_fluent_text_arrow_down_right_column_20_regular:before { - content: "\f060"; + content: "\f06a"; } .icon-ic_fluent_text_asterisk_20_filled:before { - content: "\f061"; + content: "\f06b"; } .icon-ic_fluent_text_asterisk_20_regular:before { - content: "\f062"; + content: "\f06c"; } .icon-ic_fluent_text_baseline_20_filled:before { - content: "\f063"; + content: "\f06d"; } .icon-ic_fluent_text_baseline_20_regular:before { - content: "\f064"; + content: "\f06e"; } .icon-ic_fluent_text_bold_20_filled:before { - content: "\f065"; + content: "\f06f"; } .icon-ic_fluent_text_bold_20_regular:before { - content: "\f066"; + content: "\f070"; } .icon-ic_fluent_text_box_settings_20_filled:before { - content: "\f067"; + content: "\f071"; } .icon-ic_fluent_text_box_settings_20_regular:before { - content: "\f068"; + content: "\f072"; } .icon-ic_fluent_text_bullet_list_20_filled:before { - content: "\f069"; + content: "\f073"; } .icon-ic_fluent_text_bullet_list_20_regular:before { - content: "\f06a"; + content: "\f074"; } .icon-ic_fluent_text_bullet_list_90_20_filled:before { - content: "\f06b"; + content: "\f075"; } .icon-ic_fluent_text_bullet_list_90_20_regular:before { - content: "\f06c"; + content: "\f076"; } .icon-ic_fluent_text_bullet_list_add_20_filled:before { - content: "\f06d"; + content: "\f077"; } .icon-ic_fluent_text_bullet_list_add_20_regular:before { - content: "\f06e"; + content: "\f078"; } .icon-ic_fluent_text_bullet_list_checkmark_20_filled:before { - content: "\f06f"; + content: "\f079"; } .icon-ic_fluent_text_bullet_list_checkmark_20_regular:before { - content: "\f070"; + content: "\f07a"; } .icon-ic_fluent_text_bullet_list_dismiss_20_filled:before { - content: "\f071"; + content: "\f07b"; } .icon-ic_fluent_text_bullet_list_dismiss_20_regular:before { - content: "\f072"; + content: "\f07c"; } .icon-ic_fluent_text_bullet_list_ltr_20_filled:before { - content: "\f073"; + content: "\f07d"; } .icon-ic_fluent_text_bullet_list_ltr_20_regular:before { - content: "\f074"; + content: "\f07e"; } .icon-ic_fluent_text_bullet_list_ltr_90_20_filled:before { - content: "\f075"; + content: "\f07f"; } .icon-ic_fluent_text_bullet_list_ltr_90_20_regular:before { - content: "\f076"; + content: "\f080"; } .icon-ic_fluent_text_bullet_list_rtl_20_filled:before { - content: "\f077"; + content: "\f081"; } .icon-ic_fluent_text_bullet_list_rtl_20_regular:before { - content: "\f078"; + content: "\f082"; } .icon-ic_fluent_text_bullet_list_rtl_90_20_filled:before { - content: "\f079"; + content: "\f083"; } .icon-ic_fluent_text_bullet_list_rtl_90_20_regular:before { - content: "\f07a"; + content: "\f084"; } .icon-ic_fluent_text_bullet_list_square_20_filled:before { - content: "\f07b"; + content: "\f085"; } .icon-ic_fluent_text_bullet_list_square_20_regular:before { - content: "\f07c"; + content: "\f086"; } .icon-ic_fluent_text_bullet_list_square_clock_20_filled:before { - content: "\f07d"; + content: "\f087"; } .icon-ic_fluent_text_bullet_list_square_clock_20_regular:before { - content: "\f07e"; + content: "\f088"; } .icon-ic_fluent_text_bullet_list_square_edit_20_filled:before { - content: "\f07f"; + content: "\f089"; } .icon-ic_fluent_text_bullet_list_square_edit_20_regular:before { - content: "\f080"; + content: "\f08a"; } .icon-ic_fluent_text_bullet_list_square_person_20_filled:before { - content: "\f081"; + content: "\f08b"; } .icon-ic_fluent_text_bullet_list_square_person_20_regular:before { - content: "\f082"; + content: "\f08c"; } .icon-ic_fluent_text_bullet_list_square_search_20_filled:before { - content: "\f083"; + content: "\f08d"; } .icon-ic_fluent_text_bullet_list_square_search_20_regular:before { - content: "\f084"; + content: "\f08e"; } .icon-ic_fluent_text_bullet_list_square_settings_20_filled:before { - content: "\f085"; + content: "\f08f"; } .icon-ic_fluent_text_bullet_list_square_settings_20_regular:before { - content: "\f086"; + content: "\f090"; } .icon-ic_fluent_text_bullet_list_square_shield_20_filled:before { - content: "\f087"; + content: "\f091"; } .icon-ic_fluent_text_bullet_list_square_shield_20_regular:before { - content: "\f088"; + content: "\f092"; } .icon-ic_fluent_text_bullet_list_square_sparkle_20_filled:before { - content: "\f089"; + content: "\f093"; } .icon-ic_fluent_text_bullet_list_square_sparkle_20_regular:before { - content: "\f08a"; + content: "\f094"; } .icon-ic_fluent_text_bullet_list_square_toolbox_20_filled:before { - content: "\f08b"; + content: "\f095"; } .icon-ic_fluent_text_bullet_list_square_toolbox_20_regular:before { - content: "\f08c"; + content: "\f096"; } .icon-ic_fluent_text_bullet_list_square_warning_20_filled:before { - content: "\f08d"; + content: "\f097"; } .icon-ic_fluent_text_bullet_list_square_warning_20_regular:before { - content: "\f08e"; + content: "\f098"; } .icon-ic_fluent_text_bullet_list_tree_20_filled:before { - content: "\f08f"; + content: "\f099"; } .icon-ic_fluent_text_bullet_list_tree_20_regular:before { - content: "\f090"; + content: "\f09a"; } .icon-ic_fluent_text_case_lowercase_20_filled:before { - content: "\f091"; + content: "\f09b"; } .icon-ic_fluent_text_case_lowercase_20_regular:before { - content: "\f092"; + content: "\f09c"; } .icon-ic_fluent_text_case_title_20_filled:before { - content: "\f093"; + content: "\f09d"; } .icon-ic_fluent_text_case_title_20_regular:before { - content: "\f094"; + content: "\f09e"; } .icon-ic_fluent_text_case_uppercase_20_filled:before { - content: "\f095"; + content: "\f09f"; } .icon-ic_fluent_text_case_uppercase_20_regular:before { - content: "\f096"; + content: "\f0a0"; } .icon-ic_fluent_text_change_case_20_filled:before { - content: "\f097"; + content: "\f0a1"; } .icon-ic_fluent_text_change_case_20_regular:before { - content: "\f098"; + content: "\f0a2"; } .icon-ic_fluent_text_clear_formatting_20_filled:before { - content: "\f099"; + content: "\f0a3"; } .icon-ic_fluent_text_clear_formatting_20_regular:before { - content: "\f09a"; + content: "\f0a4"; } .icon-ic_fluent_text_collapse_20_filled:before { - content: "\f09b"; + content: "\f0a5"; } .icon-ic_fluent_text_collapse_20_regular:before { - content: "\f09c"; + content: "\f0a6"; } .icon-ic_fluent_text_color_20_filled:before { - content: "\f09d"; + content: "\f0a7"; } .icon-ic_fluent_text_color_20_regular:before { - content: "\f09e"; + content: "\f0a8"; } .icon-ic_fluent_text_color_accent_20_filled:before { - content: "\f09f"; + content: "\f0a9"; } .icon-ic_fluent_text_column_one_20_filled:before { - content: "\f0a0"; + content: "\f0aa"; } .icon-ic_fluent_text_column_one_20_regular:before { - content: "\f0a1"; + content: "\f0ab"; } .icon-ic_fluent_text_column_one_narrow_20_filled:before { - content: "\f0a2"; + content: "\f0ac"; } .icon-ic_fluent_text_column_one_narrow_20_regular:before { - content: "\f0a3"; + content: "\f0ad"; } .icon-ic_fluent_text_column_one_semi_narrow_20_filled:before { - content: "\f0a4"; + content: "\f0ae"; } .icon-ic_fluent_text_column_one_semi_narrow_20_regular:before { - content: "\f0a5"; + content: "\f0af"; } .icon-ic_fluent_text_column_one_wide_20_filled:before { - content: "\f0a6"; + content: "\f0b0"; } .icon-ic_fluent_text_column_one_wide_20_regular:before { - content: "\f0a7"; + content: "\f0b1"; } .icon-ic_fluent_text_column_one_wide_lightning_20_filled:before { - content: "\f0a8"; + content: "\f0b2"; } .icon-ic_fluent_text_column_one_wide_lightning_20_regular:before { - content: "\f0a9"; + content: "\f0b3"; } .icon-ic_fluent_text_column_three_20_filled:before { - content: "\f0aa"; + content: "\f0b4"; } .icon-ic_fluent_text_column_three_20_regular:before { - content: "\f0ab"; + content: "\f0b5"; } .icon-ic_fluent_text_column_two_20_filled:before { - content: "\f0ac"; + content: "\f0b6"; } .icon-ic_fluent_text_column_two_20_regular:before { - content: "\f0ad"; + content: "\f0b7"; } .icon-ic_fluent_text_column_two_left_20_filled:before { - content: "\f0ae"; + content: "\f0b8"; } .icon-ic_fluent_text_column_two_left_20_regular:before { - content: "\f0af"; + content: "\f0b9"; } .icon-ic_fluent_text_column_two_right_20_filled:before { - content: "\f0b0"; + content: "\f0ba"; } .icon-ic_fluent_text_column_two_right_20_regular:before { - content: "\f0b1"; + content: "\f0bb"; } .icon-ic_fluent_text_column_wide_20_filled:before { - content: "\f0b2"; + content: "\f0bc"; } .icon-ic_fluent_text_column_wide_20_regular:before { - content: "\f0b3"; + content: "\f0bd"; } .icon-ic_fluent_text_continuous_20_filled:before { - content: "\f0b4"; + content: "\f0be"; } .icon-ic_fluent_text_continuous_20_regular:before { - content: "\f0b5"; + content: "\f0bf"; } .icon-ic_fluent_text_density_20_filled:before { - content: "\f0b6"; + content: "\f0c0"; } .icon-ic_fluent_text_density_20_regular:before { - content: "\f0b7"; + content: "\f0c1"; } .icon-ic_fluent_text_description_20_filled:before { - content: "\f0b8"; + content: "\f0c2"; } .icon-ic_fluent_text_description_20_regular:before { - content: "\f0b9"; + content: "\f0c3"; } .icon-ic_fluent_text_description_ltr_20_filled:before { - content: "\f0ba"; + content: "\f0c4"; } .icon-ic_fluent_text_description_ltr_20_regular:before { - content: "\f0bb"; + content: "\f0c5"; } .icon-ic_fluent_text_description_rtl_20_filled:before { - content: "\f0bc"; + content: "\f0c6"; } .icon-ic_fluent_text_description_rtl_20_regular:before { - content: "\f0bd"; + content: "\f0c7"; } .icon-ic_fluent_text_direction_horizontal_left_20_filled:before { - content: "\f0be"; + content: "\f0c8"; } .icon-ic_fluent_text_direction_horizontal_left_20_regular:before { - content: "\f0bf"; + content: "\f0c9"; } .icon-ic_fluent_text_direction_horizontal_ltr_20_filled:before { - content: "\f0c0"; + content: "\f0ca"; } .icon-ic_fluent_text_direction_horizontal_ltr_20_regular:before { - content: "\f0c1"; + content: "\f0cb"; } .icon-ic_fluent_text_direction_horizontal_right_20_filled:before { - content: "\f0c2"; + content: "\f0cc"; } .icon-ic_fluent_text_direction_horizontal_right_20_regular:before { - content: "\f0c3"; + content: "\f0cd"; } .icon-ic_fluent_text_direction_horizontal_rtl_20_filled:before { - content: "\f0c4"; + content: "\f0ce"; } .icon-ic_fluent_text_direction_horizontal_rtl_20_regular:before { - content: "\f0c5"; + content: "\f0cf"; } .icon-ic_fluent_text_direction_rotate_270_right_20_filled:before { - content: "\f0c6"; + content: "\f0d0"; } .icon-ic_fluent_text_direction_rotate_270_right_20_regular:before { - content: "\f0c7"; + content: "\f0d1"; } .icon-ic_fluent_text_direction_rotate_315_right_20_filled:before { - content: "\f0c8"; + content: "\f0d2"; } .icon-ic_fluent_text_direction_rotate_315_right_20_regular:before { - content: "\f0c9"; + content: "\f0d3"; } .icon-ic_fluent_text_direction_rotate_45_right_20_filled:before { - content: "\f0ca"; + content: "\f0d4"; } .icon-ic_fluent_text_direction_rotate_45_right_20_regular:before { - content: "\f0cb"; + content: "\f0d5"; } .icon-ic_fluent_text_direction_rotate_90_left_20_filled:before { - content: "\f0cc"; + content: "\f0d6"; } .icon-ic_fluent_text_direction_rotate_90_left_20_regular:before { - content: "\f0cd"; + content: "\f0d7"; } .icon-ic_fluent_text_direction_rotate_90_ltr_20_filled:before { - content: "\f0ce"; + content: "\f0d8"; } .icon-ic_fluent_text_direction_rotate_90_ltr_20_regular:before { - content: "\f0cf"; + content: "\f0d9"; } .icon-ic_fluent_text_direction_rotate_90_right_20_filled:before { - content: "\f0d0"; + content: "\f0da"; } .icon-ic_fluent_text_direction_rotate_90_right_20_regular:before { - content: "\f0d1"; + content: "\f0db"; } .icon-ic_fluent_text_direction_rotate_90_rtl_20_filled:before { - content: "\f0d2"; + content: "\f0dc"; } .icon-ic_fluent_text_direction_rotate_90_rtl_20_regular:before { - content: "\f0d3"; + content: "\f0dd"; } .icon-ic_fluent_text_direction_vertical_20_filled:before { - content: "\f0d4"; + content: "\f0de"; } .icon-ic_fluent_text_direction_vertical_20_regular:before { - content: "\f0d5"; + content: "\f0df"; } .icon-ic_fluent_text_edit_style_20_filled:before { - content: "\f0d6"; + content: "\f0e0"; } .icon-ic_fluent_text_edit_style_20_regular:before { - content: "\f0d7"; + content: "\f0e1"; } .icon-ic_fluent_text_effects_20_filled:before { - content: "\f0d8"; + content: "\f0e2"; } .icon-ic_fluent_text_effects_20_regular:before { - content: "\f0d9"; + content: "\f0e3"; } .icon-ic_fluent_text_effects_sparkle_20_filled:before { - content: "\f0da"; + content: "\f0e4"; } .icon-ic_fluent_text_effects_sparkle_20_regular:before { - content: "\f0db"; + content: "\f0e5"; } .icon-ic_fluent_text_expand_20_filled:before { - content: "\f0dc"; + content: "\f0e6"; } .icon-ic_fluent_text_expand_20_regular:before { - content: "\f0dd"; + content: "\f0e7"; } .icon-ic_fluent_text_field_20_filled:before { - content: "\f0de"; + content: "\f0e8"; } .icon-ic_fluent_text_field_20_regular:before { - content: "\f0df"; + content: "\f0e9"; } .icon-ic_fluent_text_first_line_20_filled:before { - content: "\f0e0"; + content: "\f0ea"; } .icon-ic_fluent_text_first_line_20_regular:before { - content: "\f0e1"; + content: "\f0eb"; } .icon-ic_fluent_text_font_20_filled:before { - content: "\f0e2"; + content: "\f0ec"; } .icon-ic_fluent_text_font_20_regular:before { - content: "\f0e3"; + content: "\f0ed"; } .icon-ic_fluent_text_font_info_20_filled:before { - content: "\f0e4"; + content: "\f0ee"; } .icon-ic_fluent_text_font_info_20_regular:before { - content: "\f0e5"; + content: "\f0ef"; } .icon-ic_fluent_text_font_size_20_filled:before { - content: "\f0e6"; + content: "\f0f0"; } .icon-ic_fluent_text_font_size_20_regular:before { - content: "\f0e7"; + content: "\f0f1"; } .icon-ic_fluent_text_footnote_20_filled:before { - content: "\f0e8"; + content: "\f0f2"; } .icon-ic_fluent_text_footnote_20_regular:before { - content: "\f0e9"; + content: "\f0f3"; } .icon-ic_fluent_text_grammar_arrow_left_20_filled:before { - content: "\f0ea"; + content: "\f0f4"; } .icon-ic_fluent_text_grammar_arrow_left_20_regular:before { - content: "\f0eb"; + content: "\f0f5"; } .icon-ic_fluent_text_grammar_arrow_right_20_filled:before { - content: "\f0ec"; + content: "\f0f6"; } .icon-ic_fluent_text_grammar_arrow_right_20_regular:before { - content: "\f0ed"; + content: "\f0f7"; } .icon-ic_fluent_text_grammar_checkmark_20_filled:before { - content: "\f0ee"; + content: "\f0f8"; } .icon-ic_fluent_text_grammar_checkmark_20_regular:before { - content: "\f0ef"; + content: "\f0f9"; } .icon-ic_fluent_text_grammar_dismiss_20_filled:before { - content: "\f0f0"; + content: "\f0fa"; } .icon-ic_fluent_text_grammar_dismiss_20_regular:before { - content: "\f0f1"; + content: "\f0fb"; } .icon-ic_fluent_text_grammar_error_20_filled:before { - content: "\f0f2"; + content: "\f0fc"; } .icon-ic_fluent_text_grammar_error_20_regular:before { - content: "\f0f3"; + content: "\f0fd"; } .icon-ic_fluent_text_grammar_lightning_20_filled:before { - content: "\f0f4"; + content: "\f0fe"; } .icon-ic_fluent_text_grammar_lightning_20_regular:before { - content: "\f0f5"; + content: "\f0ff"; } .icon-ic_fluent_text_grammar_settings_20_filled:before { - content: "\f0f6"; + content: "\f100"; } .icon-ic_fluent_text_grammar_settings_20_regular:before { - content: "\f0f7"; + content: "\f101"; } .icon-ic_fluent_text_grammar_wand_20_filled:before { - content: "\f0f8"; + content: "\f102"; } .icon-ic_fluent_text_grammar_wand_20_regular:before { - content: "\f0f9"; + content: "\f103"; } .icon-ic_fluent_text_hanging_20_filled:before { - content: "\f0fa"; + content: "\f104"; } .icon-ic_fluent_text_hanging_20_regular:before { - content: "\f0fb"; + content: "\f105"; } .icon-ic_fluent_text_header_1_20_filled:before { - content: "\f0fc"; + content: "\f106"; } .icon-ic_fluent_text_header_1_20_regular:before { - content: "\f0fd"; + content: "\f107"; } .icon-ic_fluent_text_header_1_lines_20_filled:before { - content: "\f0fe"; + content: "\f108"; } .icon-ic_fluent_text_header_1_lines_20_regular:before { - content: "\f0ff"; + content: "\f109"; } .icon-ic_fluent_text_header_1_lines_caret_20_filled:before { - content: "\f100"; + content: "\f10a"; } .icon-ic_fluent_text_header_1_lines_caret_20_regular:before { - content: "\f101"; + content: "\f10b"; } .icon-ic_fluent_text_header_2_20_filled:before { - content: "\f102"; + content: "\f10c"; } .icon-ic_fluent_text_header_2_20_regular:before { - content: "\f103"; + content: "\f10d"; } .icon-ic_fluent_text_header_2_lines_20_filled:before { - content: "\f104"; + content: "\f10e"; } .icon-ic_fluent_text_header_2_lines_20_regular:before { - content: "\f105"; + content: "\f10f"; } .icon-ic_fluent_text_header_2_lines_caret_20_filled:before { - content: "\f106"; + content: "\f110"; } .icon-ic_fluent_text_header_2_lines_caret_20_regular:before { - content: "\f107"; + content: "\f111"; } .icon-ic_fluent_text_header_3_20_filled:before { - content: "\f108"; + content: "\f112"; } .icon-ic_fluent_text_header_3_20_regular:before { - content: "\f109"; + content: "\f113"; } .icon-ic_fluent_text_header_3_lines_20_filled:before { - content: "\f10a"; + content: "\f114"; } .icon-ic_fluent_text_header_3_lines_20_regular:before { - content: "\f10b"; + content: "\f115"; } .icon-ic_fluent_text_header_3_lines_caret_20_filled:before { - content: "\f10c"; + content: "\f116"; } .icon-ic_fluent_text_header_3_lines_caret_20_regular:before { - content: "\f10d"; + content: "\f117"; } .icon-ic_fluent_text_indent_decrease_20_filled:before { - content: "\f10e"; + content: "\f118"; } .icon-ic_fluent_text_indent_decrease_20_regular:before { - content: "\f10f"; + content: "\f119"; } .icon-ic_fluent_text_indent_decrease_ltr_20_filled:before { - content: "\f110"; + content: "\f11a"; } .icon-ic_fluent_text_indent_decrease_ltr_20_regular:before { - content: "\f111"; + content: "\f11b"; } .icon-ic_fluent_text_indent_decrease_ltr_90_20_filled:before { - content: "\f112"; + content: "\f11c"; } .icon-ic_fluent_text_indent_decrease_ltr_90_20_regular:before { - content: "\f113"; + content: "\f11d"; } .icon-ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled:before { - content: "\f114"; + content: "\f11e"; } .icon-ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular:before { - content: "\f115"; + content: "\f11f"; } .icon-ic_fluent_text_indent_decrease_rotate_270_20_filled:before { - content: "\f116"; + content: "\f120"; } .icon-ic_fluent_text_indent_decrease_rotate_270_20_regular:before { - content: "\f117"; + content: "\f121"; } .icon-ic_fluent_text_indent_decrease_rotate_90_20_filled:before { - content: "\f118"; + content: "\f122"; } .icon-ic_fluent_text_indent_decrease_rotate_90_20_regular:before { - content: "\f119"; + content: "\f123"; } .icon-ic_fluent_text_indent_decrease_rtl_20_filled:before { - content: "\f11a"; + content: "\f124"; } .icon-ic_fluent_text_indent_decrease_rtl_20_regular:before { - content: "\f11b"; + content: "\f125"; } .icon-ic_fluent_text_indent_decrease_rtl_90_20_filled:before { - content: "\f11c"; + content: "\f126"; } .icon-ic_fluent_text_indent_decrease_rtl_90_20_regular:before { - content: "\f11d"; + content: "\f127"; } .icon-ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled:before { - content: "\f11e"; + content: "\f128"; } .icon-ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular:before { - content: "\f11f"; + content: "\f129"; } .icon-ic_fluent_text_indent_increase_20_filled:before { - content: "\f120"; + content: "\f12a"; } .icon-ic_fluent_text_indent_increase_20_regular:before { - content: "\f121"; + content: "\f12b"; } .icon-ic_fluent_text_indent_increase_ltr_20_filled:before { - content: "\f122"; + content: "\f12c"; } .icon-ic_fluent_text_indent_increase_ltr_20_regular:before { - content: "\f123"; + content: "\f12d"; } .icon-ic_fluent_text_indent_increase_ltr_90_20_filled:before { - content: "\f124"; + content: "\f12e"; } .icon-ic_fluent_text_indent_increase_ltr_90_20_regular:before { - content: "\f125"; + content: "\f12f"; } .icon-ic_fluent_text_indent_increase_ltr_rotate_270_20_filled:before { - content: "\f126"; + content: "\f130"; } .icon-ic_fluent_text_indent_increase_ltr_rotate_270_20_regular:before { - content: "\f127"; + content: "\f131"; } .icon-ic_fluent_text_indent_increase_rotate_270_20_filled:before { - content: "\f128"; + content: "\f132"; } .icon-ic_fluent_text_indent_increase_rotate_270_20_regular:before { - content: "\f129"; + content: "\f133"; } .icon-ic_fluent_text_indent_increase_rotate_90_20_filled:before { - content: "\f12a"; + content: "\f134"; } .icon-ic_fluent_text_indent_increase_rotate_90_20_regular:before { - content: "\f12b"; + content: "\f135"; } .icon-ic_fluent_text_indent_increase_rtl_20_filled:before { - content: "\f12c"; + content: "\f136"; } .icon-ic_fluent_text_indent_increase_rtl_20_regular:before { - content: "\f12d"; + content: "\f137"; } .icon-ic_fluent_text_indent_increase_rtl_90_20_filled:before { - content: "\f12e"; + content: "\f138"; } .icon-ic_fluent_text_indent_increase_rtl_90_20_regular:before { - content: "\f12f"; + content: "\f139"; } .icon-ic_fluent_text_indent_increase_rtl_rotate_270_20_filled:before { - content: "\f130"; + content: "\f13a"; } .icon-ic_fluent_text_indent_increase_rtl_rotate_270_20_regular:before { - content: "\f131"; + content: "\f13b"; } .icon-ic_fluent_text_italic_20_filled:before { - content: "\f132"; + content: "\f13c"; } .icon-ic_fluent_text_italic_20_regular:before { - content: "\f133"; + content: "\f13d"; } .icon-ic_fluent_text_line_spacing_20_filled:before { - content: "\f134"; + content: "\f13e"; } .icon-ic_fluent_text_line_spacing_20_regular:before { - content: "\f135"; + content: "\f13f"; } .icon-ic_fluent_text_more_20_filled:before { - content: "\f136"; + content: "\f140"; } .icon-ic_fluent_text_more_20_regular:before { - content: "\f137"; + content: "\f141"; } .icon-ic_fluent_text_number_format_20_filled:before { - content: "\f138"; + content: "\f142"; } .icon-ic_fluent_text_number_format_20_regular:before { - content: "\f139"; + content: "\f143"; } .icon-ic_fluent_text_number_list_ltr_20_filled:before { - content: "\f13a"; + content: "\f144"; } .icon-ic_fluent_text_number_list_ltr_20_regular:before { - content: "\f13b"; + content: "\f145"; } .icon-ic_fluent_text_number_list_ltr_90_20_filled:before { - content: "\f13c"; + content: "\f146"; } .icon-ic_fluent_text_number_list_ltr_90_20_regular:before { - content: "\f13d"; + content: "\f147"; } .icon-ic_fluent_text_number_list_ltr_rotate_270_20_filled:before { - content: "\f13e"; + content: "\f148"; } .icon-ic_fluent_text_number_list_ltr_rotate_270_20_regular:before { - content: "\f13f"; + content: "\f149"; } .icon-ic_fluent_text_number_list_rotate_270_20_filled:before { - content: "\f140"; + content: "\f14a"; } .icon-ic_fluent_text_number_list_rotate_270_20_regular:before { - content: "\f141"; + content: "\f14b"; } .icon-ic_fluent_text_number_list_rotate_90_20_filled:before { - content: "\f142"; + content: "\f14c"; } .icon-ic_fluent_text_number_list_rotate_90_20_regular:before { - content: "\f143"; + content: "\f14d"; } .icon-ic_fluent_text_number_list_rtl_20_filled:before { - content: "\f144"; + content: "\f14e"; } .icon-ic_fluent_text_number_list_rtl_20_regular:before { - content: "\f145"; + content: "\f14f"; } .icon-ic_fluent_text_number_list_rtl_90_20_filled:before { - content: "\f146"; + content: "\f150"; } .icon-ic_fluent_text_number_list_rtl_90_20_regular:before { - content: "\f147"; + content: "\f151"; } .icon-ic_fluent_text_number_list_rtl_rotate_270_20_filled:before { - content: "\f148"; + content: "\f152"; } .icon-ic_fluent_text_number_list_rtl_rotate_270_20_regular:before { - content: "\f149"; + content: "\f153"; } .icon-ic_fluent_text_paragraph_20_filled:before { - content: "\f14a"; + content: "\f154"; } .icon-ic_fluent_text_paragraph_20_regular:before { - content: "\f14b"; + content: "\f155"; } .icon-ic_fluent_text_paragraph_direction_20_filled:before { - content: "\f14c"; + content: "\f156"; } .icon-ic_fluent_text_paragraph_direction_20_regular:before { - content: "\f14d"; + content: "\f157"; } .icon-ic_fluent_text_paragraph_direction_left_20_filled:before { - content: "\f14e"; + content: "\f158"; } .icon-ic_fluent_text_paragraph_direction_left_20_regular:before { - content: "\f14f"; + content: "\f159"; } .icon-ic_fluent_text_paragraph_direction_right_20_filled:before { - content: "\f150"; + content: "\f15a"; } .icon-ic_fluent_text_paragraph_direction_right_20_regular:before { - content: "\f151"; + content: "\f15b"; } .icon-ic_fluent_text_period_asterisk_20_filled:before { - content: "\f152"; + content: "\f15c"; } .icon-ic_fluent_text_period_asterisk_20_regular:before { - content: "\f153"; + content: "\f15d"; } .icon-ic_fluent_text_position_behind_20_filled:before { - content: "\f154"; + content: "\f15e"; } .icon-ic_fluent_text_position_behind_20_regular:before { - content: "\f155"; + content: "\f15f"; } .icon-ic_fluent_text_position_front_20_filled:before { - content: "\f156"; + content: "\f160"; } .icon-ic_fluent_text_position_front_20_regular:before { - content: "\f157"; + content: "\f161"; } .icon-ic_fluent_text_position_line_20_filled:before { - content: "\f158"; + content: "\f162"; } .icon-ic_fluent_text_position_line_20_regular:before { - content: "\f159"; + content: "\f163"; } .icon-ic_fluent_text_position_square_20_filled:before { - content: "\f15a"; + content: "\f164"; } .icon-ic_fluent_text_position_square_20_regular:before { - content: "\f15b"; + content: "\f165"; } .icon-ic_fluent_text_position_square_left_20_filled:before { - content: "\f15c"; + content: "\f166"; } .icon-ic_fluent_text_position_square_left_20_regular:before { - content: "\f15d"; + content: "\f167"; } .icon-ic_fluent_text_position_square_right_20_filled:before { - content: "\f15e"; + content: "\f168"; } .icon-ic_fluent_text_position_square_right_20_regular:before { - content: "\f15f"; + content: "\f169"; } .icon-ic_fluent_text_position_through_20_filled:before { - content: "\f160"; + content: "\f16a"; } .icon-ic_fluent_text_position_through_20_regular:before { - content: "\f161"; + content: "\f16b"; } .icon-ic_fluent_text_position_tight_20_filled:before { - content: "\f162"; + content: "\f16c"; } .icon-ic_fluent_text_position_tight_20_regular:before { - content: "\f163"; + content: "\f16d"; } .icon-ic_fluent_text_position_top_bottom_20_filled:before { - content: "\f164"; + content: "\f16e"; } .icon-ic_fluent_text_position_top_bottom_20_regular:before { - content: "\f165"; + content: "\f16f"; } .icon-ic_fluent_text_proofing_tools_20_filled:before { - content: "\f166"; + content: "\f170"; } .icon-ic_fluent_text_proofing_tools_20_regular:before { - content: "\f167"; + content: "\f171"; } .icon-ic_fluent_text_quote_20_filled:before { - content: "\f168"; + content: "\f172"; } .icon-ic_fluent_text_quote_20_regular:before { - content: "\f169"; + content: "\f173"; } .icon-ic_fluent_text_sort_ascending_20_filled:before { - content: "\f16a"; + content: "\f174"; } .icon-ic_fluent_text_sort_ascending_20_regular:before { - content: "\f16b"; + content: "\f175"; } .icon-ic_fluent_text_sort_descending_20_filled:before { - content: "\f16c"; + content: "\f176"; } .icon-ic_fluent_text_sort_descending_20_regular:before { - content: "\f16d"; + content: "\f177"; } .icon-ic_fluent_text_strikethrough_20_filled:before { - content: "\f16e"; + content: "\f178"; } .icon-ic_fluent_text_strikethrough_20_regular:before { - content: "\f16f"; + content: "\f179"; } .icon-ic_fluent_text_subscript_20_filled:before { - content: "\f170"; + content: "\f17a"; } .icon-ic_fluent_text_subscript_20_regular:before { - content: "\f171"; + content: "\f17b"; } .icon-ic_fluent_text_superscript_20_filled:before { - content: "\f172"; + content: "\f17c"; } .icon-ic_fluent_text_superscript_20_regular:before { - content: "\f173"; + content: "\f17d"; } .icon-ic_fluent_text_t_20_filled:before { - content: "\f174"; + content: "\f17e"; } .icon-ic_fluent_text_t_20_regular:before { - content: "\f175"; + content: "\f17f"; } .icon-ic_fluent_text_underline_20_filled:before { - content: "\f176"; + content: "\f180"; } .icon-ic_fluent_text_underline_20_regular:before { - content: "\f177"; + content: "\f181"; } .icon-ic_fluent_text_underline_character_u_20_filled:before { - content: "\f178"; + content: "\f182"; } .icon-ic_fluent_text_underline_character_u_20_regular:before { - content: "\f179"; + content: "\f183"; } .icon-ic_fluent_text_underline_double_20_filled:before { - content: "\f17a"; + content: "\f184"; } .icon-ic_fluent_text_underline_double_20_regular:before { - content: "\f17b"; + content: "\f185"; } .icon-ic_fluent_text_whole_word_20_filled:before { - content: "\f17c"; + content: "\f186"; } .icon-ic_fluent_text_whole_word_20_regular:before { - content: "\f17d"; + content: "\f187"; } .icon-ic_fluent_text_word_count_20_filled:before { - content: "\f17e"; + content: "\f188"; } .icon-ic_fluent_text_word_count_20_regular:before { - content: "\f17f"; + content: "\f189"; } .icon-ic_fluent_text_wrap_20_filled:before { - content: "\f180"; + content: "\f18a"; } .icon-ic_fluent_text_wrap_20_regular:before { - content: "\f181"; + content: "\f18b"; } .icon-ic_fluent_text_wrap_off_20_filled:before { - content: "\f182"; + content: "\f18c"; } .icon-ic_fluent_text_wrap_off_20_regular:before { - content: "\f183"; + content: "\f18d"; } .icon-ic_fluent_textbox_20_filled:before { - content: "\f184"; + content: "\f18e"; } .icon-ic_fluent_textbox_20_regular:before { - content: "\f185"; + content: "\f18f"; } .icon-ic_fluent_textbox_align_bottom_20_filled:before { - content: "\f186"; + content: "\f190"; } .icon-ic_fluent_textbox_align_bottom_20_regular:before { - content: "\f187"; + content: "\f191"; } .icon-ic_fluent_textbox_align_bottom_center_20_filled:before { - content: "\f188"; + content: "\f192"; } .icon-ic_fluent_textbox_align_bottom_center_20_regular:before { - content: "\f189"; + content: "\f193"; } .icon-ic_fluent_textbox_align_bottom_left_20_filled:before { - content: "\f18a"; + content: "\f194"; } .icon-ic_fluent_textbox_align_bottom_left_20_regular:before { - content: "\f18b"; + content: "\f195"; } .icon-ic_fluent_textbox_align_bottom_right_20_filled:before { - content: "\f18c"; + content: "\f196"; } .icon-ic_fluent_textbox_align_bottom_right_20_regular:before { - content: "\f18d"; + content: "\f197"; } .icon-ic_fluent_textbox_align_bottom_rotate_90_20_filled:before { - content: "\f18e"; + content: "\f198"; } .icon-ic_fluent_textbox_align_bottom_rotate_90_20_regular:before { - content: "\f18f"; + content: "\f199"; } .icon-ic_fluent_textbox_align_center_20_filled:before { - content: "\f190"; + content: "\f19a"; } .icon-ic_fluent_textbox_align_center_20_regular:before { - content: "\f191"; + content: "\f19b"; } .icon-ic_fluent_textbox_align_middle_20_filled:before { - content: "\f192"; + content: "\f19c"; } .icon-ic_fluent_textbox_align_middle_20_regular:before { - content: "\f193"; + content: "\f19d"; } .icon-ic_fluent_textbox_align_middle_left_20_filled:before { - content: "\f194"; + content: "\f19e"; } .icon-ic_fluent_textbox_align_middle_left_20_regular:before { - content: "\f195"; + content: "\f19f"; } .icon-ic_fluent_textbox_align_middle_right_20_filled:before { - content: "\f196"; + content: "\f1a0"; } .icon-ic_fluent_textbox_align_middle_right_20_regular:before { - content: "\f197"; + content: "\f1a1"; } .icon-ic_fluent_textbox_align_middle_rotate_90_20_filled:before { - content: "\f198"; + content: "\f1a2"; } .icon-ic_fluent_textbox_align_middle_rotate_90_20_regular:before { - content: "\f199"; + content: "\f1a3"; } .icon-ic_fluent_textbox_align_top_20_filled:before { - content: "\f19a"; + content: "\f1a4"; } .icon-ic_fluent_textbox_align_top_20_regular:before { - content: "\f19b"; + content: "\f1a5"; } .icon-ic_fluent_textbox_align_top_center_20_filled:before { - content: "\f19c"; + content: "\f1a6"; } .icon-ic_fluent_textbox_align_top_center_20_regular:before { - content: "\f19d"; + content: "\f1a7"; } .icon-ic_fluent_textbox_align_top_left_20_filled:before { - content: "\f19e"; + content: "\f1a8"; } .icon-ic_fluent_textbox_align_top_left_20_regular:before { - content: "\f19f"; + content: "\f1a9"; } .icon-ic_fluent_textbox_align_top_right_20_filled:before { - content: "\f1a0"; + content: "\f1aa"; } .icon-ic_fluent_textbox_align_top_right_20_regular:before { - content: "\f1a1"; + content: "\f1ab"; } .icon-ic_fluent_textbox_align_top_rotate_90_20_filled:before { - content: "\f1a2"; + content: "\f1ac"; } .icon-ic_fluent_textbox_align_top_rotate_90_20_regular:before { - content: "\f1a3"; + content: "\f1ad"; } .icon-ic_fluent_textbox_more_20_filled:before { - content: "\f1a4"; + content: "\f1ae"; } .icon-ic_fluent_textbox_more_20_regular:before { - content: "\f1a5"; + content: "\f1af"; } .icon-ic_fluent_textbox_rotate_90_20_filled:before { - content: "\f1a6"; + content: "\f1b0"; } .icon-ic_fluent_textbox_rotate_90_20_regular:before { - content: "\f1a7"; + content: "\f1b1"; } .icon-ic_fluent_textbox_settings_20_filled:before { - content: "\f1a8"; + content: "\f1b2"; } .icon-ic_fluent_textbox_settings_20_regular:before { - content: "\f1a9"; + content: "\f1b3"; } .icon-ic_fluent_thinking_20_filled:before { - content: "\f1aa"; + content: "\f1b4"; } .icon-ic_fluent_thinking_20_regular:before { - content: "\f1ab"; + content: "\f1b5"; } .icon-ic_fluent_thumb_dislike_20_filled:before { - content: "\f1ac"; + content: "\f1b6"; } .icon-ic_fluent_thumb_dislike_20_regular:before { - content: "\f1ad"; + content: "\f1b7"; } .icon-ic_fluent_thumb_like_20_filled:before { - content: "\f1ae"; + content: "\f1b8"; } .icon-ic_fluent_thumb_like_20_regular:before { - content: "\f1af"; + content: "\f1b9"; } .icon-ic_fluent_thumb_like_dislike_20_filled:before { - content: "\f1b0"; + content: "\f1ba"; } .icon-ic_fluent_thumb_like_dislike_20_regular:before { - content: "\f1b1"; + content: "\f1bb"; } .icon-ic_fluent_ticket_diagonal_20_filled:before { - content: "\f1b2"; + content: "\f1bc"; } .icon-ic_fluent_ticket_diagonal_20_regular:before { - content: "\f1b3"; + content: "\f1bd"; } .icon-ic_fluent_ticket_horizontal_20_filled:before { - content: "\f1b4"; + content: "\f1be"; } .icon-ic_fluent_ticket_horizontal_20_regular:before { - content: "\f1b5"; + content: "\f1bf"; } .icon-ic_fluent_time_and_weather_20_filled:before { - content: "\f1b6"; + content: "\f1c0"; } .icon-ic_fluent_time_and_weather_20_regular:before { - content: "\f1b7"; + content: "\f1c1"; } .icon-ic_fluent_time_picker_20_filled:before { - content: "\f1b8"; + content: "\f1c2"; } .icon-ic_fluent_time_picker_20_regular:before { - content: "\f1b9"; + content: "\f1c3"; } .icon-ic_fluent_timeline_20_filled:before { - content: "\f1ba"; + content: "\f1c4"; } .icon-ic_fluent_timeline_20_regular:before { - content: "\f1bb"; + content: "\f1c5"; } .icon-ic_fluent_timer_10_20_filled:before { - content: "\f1bc"; + content: "\f1c6"; } .icon-ic_fluent_timer_10_20_regular:before { - content: "\f1bd"; + content: "\f1c7"; } .icon-ic_fluent_timer_2_20_filled:before { - content: "\f1be"; + content: "\f1c8"; } .icon-ic_fluent_timer_2_20_regular:before { - content: "\f1bf"; + content: "\f1c9"; } .icon-ic_fluent_timer_20_filled:before { - content: "\f1c0"; + content: "\f1ca"; } .icon-ic_fluent_timer_20_regular:before { - content: "\f1c1"; + content: "\f1cb"; } .icon-ic_fluent_timer_3_20_filled:before { - content: "\f1c2"; + content: "\f1cc"; } .icon-ic_fluent_timer_3_20_regular:before { - content: "\f1c3"; + content: "\f1cd"; } .icon-ic_fluent_timer_off_20_filled:before { - content: "\f1c4"; + content: "\f1ce"; } .icon-ic_fluent_timer_off_20_regular:before { - content: "\f1c5"; + content: "\f1cf"; } .icon-ic_fluent_toggle_left_20_filled:before { - content: "\f1c6"; + content: "\f1d0"; } .icon-ic_fluent_toggle_left_20_regular:before { - content: "\f1c7"; + content: "\f1d1"; } .icon-ic_fluent_toggle_multiple_20_filled:before { - content: "\f1c8"; + content: "\f1d2"; } .icon-ic_fluent_toggle_multiple_20_regular:before { - content: "\f1c9"; + content: "\f1d3"; } .icon-ic_fluent_toggle_right_20_filled:before { - content: "\f1ca"; + content: "\f1d4"; } .icon-ic_fluent_toggle_right_20_regular:before { - content: "\f1cb"; + content: "\f1d5"; } .icon-ic_fluent_toolbox_20_filled:before { - content: "\f1cc"; + content: "\f1d6"; } .icon-ic_fluent_toolbox_20_regular:before { - content: "\f1cd"; + content: "\f1d7"; } .icon-ic_fluent_tooltip_quote_20_filled:before { - content: "\f1ce"; + content: "\f1d8"; } .icon-ic_fluent_tooltip_quote_20_regular:before { - content: "\f1cf"; + content: "\f1d9"; } .icon-ic_fluent_top_speed_20_filled:before { - content: "\f1d0"; + content: "\f1da"; } .icon-ic_fluent_top_speed_20_regular:before { - content: "\f1d1"; + content: "\f1db"; } .icon-ic_fluent_translate_20_filled:before { - content: "\f1d2"; + content: "\f1dc"; } .icon-ic_fluent_translate_20_regular:before { - content: "\f1d3"; + content: "\f1dd"; } .icon-ic_fluent_translate_auto_20_filled:before { - content: "\f1d4"; + content: "\f1de"; } .icon-ic_fluent_translate_auto_20_regular:before { - content: "\f1d5"; + content: "\f1df"; } .icon-ic_fluent_translate_off_20_filled:before { - content: "\f1d6"; + content: "\f1e0"; } .icon-ic_fluent_translate_off_20_regular:before { - content: "\f1d7"; + content: "\f1e1"; } .icon-ic_fluent_transmission_20_filled:before { - content: "\f1d8"; + content: "\f1e2"; } .icon-ic_fluent_transmission_20_regular:before { - content: "\f1d9"; + content: "\f1e3"; } .icon-ic_fluent_tray_item_add_20_filled:before { - content: "\f1da"; + content: "\f1e4"; } .icon-ic_fluent_tray_item_add_20_regular:before { - content: "\f1db"; + content: "\f1e5"; } .icon-ic_fluent_tray_item_remove_20_filled:before { - content: "\f1dc"; + content: "\f1e6"; } .icon-ic_fluent_tray_item_remove_20_regular:before { - content: "\f1dd"; + content: "\f1e7"; } .icon-ic_fluent_tree_deciduous_20_filled:before { - content: "\f1de"; + content: "\f1e8"; } .icon-ic_fluent_tree_deciduous_20_regular:before { - content: "\f1df"; + content: "\f1e9"; } .icon-ic_fluent_tree_evergreen_20_filled:before { - content: "\f1e0"; + content: "\f1ea"; } .icon-ic_fluent_tree_evergreen_20_regular:before { - content: "\f1e1"; + content: "\f1eb"; } .icon-ic_fluent_triangle_20_filled:before { - content: "\f1e2"; + content: "\f1ec"; } .icon-ic_fluent_triangle_20_regular:before { - content: "\f1e3"; + content: "\f1ed"; } .icon-ic_fluent_triangle_down_20_filled:before { - content: "\f1e4"; + content: "\f1ee"; } .icon-ic_fluent_triangle_down_20_regular:before { - content: "\f1e5"; + content: "\f1ef"; } .icon-ic_fluent_triangle_left_20_filled:before { - content: "\f1e6"; + content: "\f1f0"; } .icon-ic_fluent_triangle_left_20_regular:before { - content: "\f1e7"; + content: "\f1f1"; } .icon-ic_fluent_triangle_right_20_filled:before { - content: "\f1e8"; + content: "\f1f2"; } .icon-ic_fluent_triangle_right_20_regular:before { - content: "\f1e9"; + content: "\f1f3"; } .icon-ic_fluent_triangle_up_20_filled:before { - content: "\f1ea"; + content: "\f1f4"; } .icon-ic_fluent_triangle_up_20_regular:before { - content: "\f1eb"; + content: "\f1f5"; } .icon-ic_fluent_trophy_20_filled:before { - content: "\f1ec"; + content: "\f1f6"; } .icon-ic_fluent_trophy_20_regular:before { - content: "\f1ed"; + content: "\f1f7"; } .icon-ic_fluent_trophy_lock_20_filled:before { - content: "\f1ee"; + content: "\f1f8"; } .icon-ic_fluent_trophy_lock_20_regular:before { - content: "\f1ef"; + content: "\f1f9"; } .icon-ic_fluent_trophy_off_20_filled:before { - content: "\f1f0"; + content: "\f1fa"; } .icon-ic_fluent_trophy_off_20_regular:before { - content: "\f1f1"; + content: "\f1fb"; } .icon-ic_fluent_tv_20_filled:before { - content: "\f1f2"; + content: "\f1fc"; } .icon-ic_fluent_tv_20_regular:before { - content: "\f1f3"; + content: "\f1fd"; } .icon-ic_fluent_tv_arrow_right_20_filled:before { - content: "\f1f4"; + content: "\f1fe"; } .icon-ic_fluent_tv_arrow_right_20_regular:before { - content: "\f1f5"; + content: "\f1ff"; } .icon-ic_fluent_tv_usb_20_filled:before { - content: "\f1f6"; + content: "\f200"; } .icon-ic_fluent_tv_usb_20_regular:before { - content: "\f1f7"; + content: "\f201"; } .icon-ic_fluent_umbrella_20_filled:before { - content: "\f1f8"; + content: "\f202"; } .icon-ic_fluent_umbrella_20_regular:before { - content: "\f1f9"; + content: "\f203"; } .icon-ic_fluent_uninstall_app_20_filled:before { - content: "\f1fa"; + content: "\f204"; } .icon-ic_fluent_uninstall_app_20_regular:before { - content: "\f1fb"; + content: "\f205"; } .icon-ic_fluent_usb_plug_20_filled:before { - content: "\f1fc"; + content: "\f206"; } .icon-ic_fluent_usb_plug_20_regular:before { - content: "\f1fd"; + content: "\f207"; } .icon-ic_fluent_usb_stick_20_filled:before { - content: "\f1fe"; + content: "\f208"; } .icon-ic_fluent_usb_stick_20_regular:before { - content: "\f1ff"; + content: "\f209"; } .icon-ic_fluent_vault_20_filled:before { - content: "\f200"; + content: "\f20a"; } .icon-ic_fluent_vault_20_regular:before { - content: "\f201"; + content: "\f20b"; } .icon-ic_fluent_vehicle_bicycle_20_filled:before { - content: "\f202"; + content: "\f20c"; } .icon-ic_fluent_vehicle_bicycle_20_regular:before { - content: "\f203"; + content: "\f20d"; } .icon-ic_fluent_vehicle_bus_20_filled:before { - content: "\f204"; + content: "\f20e"; } .icon-ic_fluent_vehicle_bus_20_regular:before { - content: "\f205"; + content: "\f20f"; } .icon-ic_fluent_vehicle_cab_20_filled:before { - content: "\f206"; + content: "\f210"; } .icon-ic_fluent_vehicle_cab_20_regular:before { - content: "\f207"; + content: "\f211"; } .icon-ic_fluent_vehicle_cable_car_20_filled:before { - content: "\f208"; + content: "\f212"; } .icon-ic_fluent_vehicle_cable_car_20_regular:before { - content: "\f209"; + content: "\f213"; } .icon-ic_fluent_vehicle_car_20_filled:before { - content: "\f20a"; + content: "\f214"; } .icon-ic_fluent_vehicle_car_20_regular:before { - content: "\f20b"; + content: "\f215"; } .icon-ic_fluent_vehicle_car_collision_20_filled:before { - content: "\f20c"; + content: "\f216"; } .icon-ic_fluent_vehicle_car_collision_20_regular:before { - content: "\f20d"; + content: "\f217"; } .icon-ic_fluent_vehicle_car_parking_20_filled:before { - content: "\f20e"; + content: "\f218"; } .icon-ic_fluent_vehicle_car_parking_20_regular:before { - content: "\f20f"; + content: "\f219"; } .icon-ic_fluent_vehicle_car_profile_20_filled:before { - content: "\f210"; + content: "\f21a"; } .icon-ic_fluent_vehicle_car_profile_20_regular:before { - content: "\f211"; + content: "\f21b"; } .icon-ic_fluent_vehicle_car_profile_ltr_20_filled:before { - content: "\f212"; + content: "\f21c"; } .icon-ic_fluent_vehicle_car_profile_ltr_20_regular:before { - content: "\f213"; + content: "\f21d"; } .icon-ic_fluent_vehicle_car_profile_ltr_clock_20_filled:before { - content: "\f214"; + content: "\f21e"; } .icon-ic_fluent_vehicle_car_profile_ltr_clock_20_regular:before { - content: "\f215"; + content: "\f21f"; } .icon-ic_fluent_vehicle_car_profile_rtl_20_filled:before { - content: "\f216"; + content: "\f220"; } .icon-ic_fluent_vehicle_car_profile_rtl_20_regular:before { - content: "\f217"; + content: "\f221"; } .icon-ic_fluent_vehicle_ship_20_filled:before { - content: "\f218"; + content: "\f222"; } .icon-ic_fluent_vehicle_ship_20_regular:before { - content: "\f219"; + content: "\f223"; } .icon-ic_fluent_vehicle_subway_20_filled:before { - content: "\f21a"; + content: "\f224"; } .icon-ic_fluent_vehicle_subway_20_regular:before { - content: "\f21b"; + content: "\f225"; } .icon-ic_fluent_vehicle_subway_clock_20_filled:before { - content: "\f21c"; + content: "\f226"; } .icon-ic_fluent_vehicle_subway_clock_20_regular:before { - content: "\f21d"; + content: "\f227"; } .icon-ic_fluent_vehicle_truck_20_filled:before { - content: "\f21e"; + content: "\f228"; } .icon-ic_fluent_vehicle_truck_20_regular:before { - content: "\f21f"; + content: "\f229"; } .icon-ic_fluent_vehicle_truck_bag_20_filled:before { - content: "\f220"; + content: "\f22a"; } .icon-ic_fluent_vehicle_truck_bag_20_regular:before { - content: "\f221"; + content: "\f22b"; } .icon-ic_fluent_vehicle_truck_cube_20_filled:before { - content: "\f222"; + content: "\f22c"; } .icon-ic_fluent_vehicle_truck_cube_20_regular:before { - content: "\f223"; + content: "\f22d"; } .icon-ic_fluent_vehicle_truck_profile_20_filled:before { - content: "\f224"; + content: "\f22e"; } .icon-ic_fluent_vehicle_truck_profile_20_regular:before { - content: "\f225"; + content: "\f22f"; } .icon-ic_fluent_video_20_filled:before { - content: "\f226"; + content: "\f230"; } .icon-ic_fluent_video_20_regular:before { - content: "\f227"; + content: "\f231"; } .icon-ic_fluent_video_360_20_filled:before { - content: "\f228"; + content: "\f232"; } .icon-ic_fluent_video_360_20_regular:before { - content: "\f229"; + content: "\f233"; } .icon-ic_fluent_video_360_off_20_filled:before { - content: "\f22a"; + content: "\f234"; } .icon-ic_fluent_video_360_off_20_regular:before { - content: "\f22b"; + content: "\f235"; } .icon-ic_fluent_video_add_20_filled:before { - content: "\f22c"; + content: "\f236"; } .icon-ic_fluent_video_add_20_regular:before { - content: "\f22d"; + content: "\f237"; } .icon-ic_fluent_video_background_effect_20_filled:before { - content: "\f22e"; + content: "\f238"; } .icon-ic_fluent_video_background_effect_20_regular:before { - content: "\f22f"; + content: "\f239"; } .icon-ic_fluent_video_background_effect_horizontal_20_filled:before { - content: "\f230"; + content: "\f23a"; } .icon-ic_fluent_video_background_effect_horizontal_20_regular:before { - content: "\f231"; + content: "\f23b"; } .icon-ic_fluent_video_chat_20_filled:before { - content: "\f232"; + content: "\f23c"; } .icon-ic_fluent_video_chat_20_regular:before { - content: "\f233"; + content: "\f23d"; } .icon-ic_fluent_video_clip_20_filled:before { - content: "\f234"; + content: "\f23e"; } .icon-ic_fluent_video_clip_20_regular:before { - content: "\f235"; + content: "\f23f"; } .icon-ic_fluent_video_clip_multiple_20_filled:before { - content: "\f236"; + content: "\f240"; } .icon-ic_fluent_video_clip_multiple_20_regular:before { - content: "\f237"; + content: "\f241"; } .icon-ic_fluent_video_clip_off_20_filled:before { - content: "\f238"; + content: "\f242"; } .icon-ic_fluent_video_clip_off_20_regular:before { - content: "\f239"; + content: "\f243"; } .icon-ic_fluent_video_clip_optimize_20_filled:before { - content: "\f23a"; + content: "\f244"; } .icon-ic_fluent_video_clip_optimize_20_regular:before { - content: "\f23b"; + content: "\f245"; } .icon-ic_fluent_video_off_20_filled:before { - content: "\f23c"; + content: "\f246"; } .icon-ic_fluent_video_off_20_regular:before { - content: "\f23d"; + content: "\f247"; } .icon-ic_fluent_video_person_20_filled:before { - content: "\f23e"; + content: "\f248"; } .icon-ic_fluent_video_person_20_regular:before { - content: "\f23f"; + content: "\f249"; } .icon-ic_fluent_video_person_call_20_filled:before { - content: "\f240"; + content: "\f24a"; } .icon-ic_fluent_video_person_call_20_regular:before { - content: "\f241"; + content: "\f24b"; } .icon-ic_fluent_video_person_clock_20_filled:before { - content: "\f242"; + content: "\f24c"; } .icon-ic_fluent_video_person_clock_20_regular:before { - content: "\f243"; + content: "\f24d"; } .icon-ic_fluent_video_person_off_20_filled:before { - content: "\f244"; + content: "\f24e"; } .icon-ic_fluent_video_person_off_20_regular:before { - content: "\f245"; + content: "\f24f"; } .icon-ic_fluent_video_person_pulse_20_filled:before { - content: "\f246"; + content: "\f250"; } .icon-ic_fluent_video_person_pulse_20_regular:before { - content: "\f247"; + content: "\f251"; } .icon-ic_fluent_video_person_sparkle_20_filled:before { - content: "\f248"; + content: "\f252"; } .icon-ic_fluent_video_person_sparkle_20_regular:before { - content: "\f249"; + content: "\f253"; } .icon-ic_fluent_video_person_sparkle_off_20_filled:before { - content: "\f24a"; + content: "\f254"; } .icon-ic_fluent_video_person_sparkle_off_20_regular:before { - content: "\f24b"; + content: "\f255"; } .icon-ic_fluent_video_person_star_20_filled:before { - content: "\f24c"; + content: "\f256"; } .icon-ic_fluent_video_person_star_20_regular:before { - content: "\f24d"; + content: "\f257"; } .icon-ic_fluent_video_person_star_off_20_filled:before { - content: "\f24e"; + content: "\f258"; } .icon-ic_fluent_video_person_star_off_20_regular:before { - content: "\f24f"; + content: "\f259"; } .icon-ic_fluent_video_play_pause_20_filled:before { - content: "\f250"; + content: "\f25a"; } .icon-ic_fluent_video_play_pause_20_regular:before { - content: "\f251"; + content: "\f25b"; } .icon-ic_fluent_video_prohibited_20_filled:before { - content: "\f252"; + content: "\f25c"; } .icon-ic_fluent_video_prohibited_20_regular:before { - content: "\f253"; + content: "\f25d"; } .icon-ic_fluent_video_recording_20_filled:before { - content: "\f254"; + content: "\f25e"; } .icon-ic_fluent_video_recording_20_regular:before { - content: "\f255"; + content: "\f25f"; } .icon-ic_fluent_video_security_20_filled:before { - content: "\f256"; + content: "\f260"; } .icon-ic_fluent_video_security_20_regular:before { - content: "\f257"; + content: "\f261"; } .icon-ic_fluent_video_switch_20_filled:before { - content: "\f258"; + content: "\f262"; } .icon-ic_fluent_video_switch_20_regular:before { - content: "\f259"; + content: "\f263"; } .icon-ic_fluent_video_sync_20_filled:before { - content: "\f25a"; + content: "\f264"; } .icon-ic_fluent_video_sync_20_regular:before { - content: "\f25b"; + content: "\f265"; } .icon-ic_fluent_view_desktop_20_filled:before { - content: "\f25c"; + content: "\f266"; } .icon-ic_fluent_view_desktop_20_regular:before { - content: "\f25d"; + content: "\f267"; } .icon-ic_fluent_view_desktop_mobile_20_filled:before { - content: "\f25e"; + content: "\f268"; } .icon-ic_fluent_view_desktop_mobile_20_regular:before { - content: "\f25f"; + content: "\f269"; } .icon-ic_fluent_virtual_network_20_filled:before { - content: "\f260"; + content: "\f26a"; } .icon-ic_fluent_virtual_network_20_regular:before { - content: "\f261"; + content: "\f26b"; } .icon-ic_fluent_virtual_network_toolbox_20_filled:before { - content: "\f262"; + content: "\f26c"; } .icon-ic_fluent_virtual_network_toolbox_20_regular:before { - content: "\f263"; + content: "\f26d"; } .icon-ic_fluent_voicemail_20_filled:before { - content: "\f264"; + content: "\f26e"; } .icon-ic_fluent_voicemail_20_regular:before { - content: "\f265"; + content: "\f26f"; } .icon-ic_fluent_voicemail_arrow_back_20_filled:before { - content: "\f266"; + content: "\f270"; } .icon-ic_fluent_voicemail_arrow_back_20_regular:before { - content: "\f267"; + content: "\f271"; } .icon-ic_fluent_voicemail_arrow_forward_20_filled:before { - content: "\f268"; + content: "\f272"; } .icon-ic_fluent_voicemail_arrow_forward_20_regular:before { - content: "\f269"; + content: "\f273"; } .icon-ic_fluent_voicemail_arrow_subtract_20_filled:before { - content: "\f26a"; + content: "\f274"; } .icon-ic_fluent_voicemail_arrow_subtract_20_regular:before { - content: "\f26b"; + content: "\f275"; } .icon-ic_fluent_voicemail_shield_20_filled:before { - content: "\f26c"; + content: "\f276"; } .icon-ic_fluent_voicemail_shield_20_regular:before { - content: "\f26d"; + content: "\f277"; } .icon-ic_fluent_voicemail_subtract_20_filled:before { - content: "\f26e"; + content: "\f278"; } .icon-ic_fluent_voicemail_subtract_20_regular:before { - content: "\f26f"; + content: "\f279"; } .icon-ic_fluent_vote_20_filled:before { - content: "\f270"; + content: "\f27a"; } .icon-ic_fluent_vote_20_regular:before { - content: "\f271"; + content: "\f27b"; } .icon-ic_fluent_walkie_talkie_20_filled:before { - content: "\f272"; + content: "\f27c"; } .icon-ic_fluent_walkie_talkie_20_regular:before { - content: "\f273"; + content: "\f27d"; } .icon-ic_fluent_wallet_20_filled:before { - content: "\f274"; + content: "\f27e"; } .icon-ic_fluent_wallet_20_regular:before { - content: "\f275"; + content: "\f27f"; } .icon-ic_fluent_wallet_credit_card_20_filled:before { - content: "\f276"; + content: "\f280"; } .icon-ic_fluent_wallet_credit_card_20_regular:before { - content: "\f277"; + content: "\f281"; } .icon-ic_fluent_wallpaper_20_filled:before { - content: "\f278"; + content: "\f282"; } .icon-ic_fluent_wallpaper_20_regular:before { - content: "\f279"; + content: "\f283"; } .icon-ic_fluent_wand_20_filled:before { - content: "\f27a"; + content: "\f284"; } .icon-ic_fluent_wand_20_regular:before { - content: "\f27b"; + content: "\f285"; } .icon-ic_fluent_warning_20_filled:before { - content: "\f27c"; + content: "\f286"; } .icon-ic_fluent_warning_20_regular:before { - content: "\f27d"; + content: "\f287"; } .icon-ic_fluent_warning_shield_20_filled:before { - content: "\f27e"; + content: "\f288"; } .icon-ic_fluent_warning_shield_20_regular:before { - content: "\f27f"; + content: "\f289"; } .icon-ic_fluent_washer_20_filled:before { - content: "\f280"; + content: "\f28a"; } .icon-ic_fluent_washer_20_regular:before { - content: "\f281"; + content: "\f28b"; } .icon-ic_fluent_water_20_filled:before { - content: "\f282"; + content: "\f28c"; } .icon-ic_fluent_water_20_regular:before { - content: "\f283"; + content: "\f28d"; } .icon-ic_fluent_weather_blowing_snow_20_filled:before { - content: "\f284"; + content: "\f28e"; } .icon-ic_fluent_weather_blowing_snow_20_regular:before { - content: "\f285"; + content: "\f28f"; } .icon-ic_fluent_weather_cloudy_20_filled:before { - content: "\f286"; + content: "\f290"; } .icon-ic_fluent_weather_cloudy_20_regular:before { - content: "\f287"; + content: "\f291"; } .icon-ic_fluent_weather_drizzle_20_filled:before { - content: "\f288"; + content: "\f292"; } .icon-ic_fluent_weather_drizzle_20_regular:before { - content: "\f289"; + content: "\f293"; } .icon-ic_fluent_weather_duststorm_20_filled:before { - content: "\f28a"; + content: "\f294"; } .icon-ic_fluent_weather_duststorm_20_regular:before { - content: "\f28b"; + content: "\f295"; } .icon-ic_fluent_weather_fog_20_filled:before { - content: "\f28c"; + content: "\f296"; } .icon-ic_fluent_weather_fog_20_regular:before { - content: "\f28d"; + content: "\f297"; } .icon-ic_fluent_weather_hail_day_20_filled:before { - content: "\f28e"; + content: "\f298"; } .icon-ic_fluent_weather_hail_day_20_regular:before { - content: "\f28f"; + content: "\f299"; } .icon-ic_fluent_weather_hail_night_20_filled:before { - content: "\f290"; + content: "\f29a"; } .icon-ic_fluent_weather_hail_night_20_regular:before { - content: "\f291"; + content: "\f29b"; } .icon-ic_fluent_weather_haze_20_filled:before { - content: "\f292"; + content: "\f29c"; } .icon-ic_fluent_weather_haze_20_regular:before { - content: "\f293"; + content: "\f29d"; } .icon-ic_fluent_weather_moon_20_filled:before { - content: "\f294"; + content: "\f29e"; } .icon-ic_fluent_weather_moon_20_regular:before { - content: "\f295"; + content: "\f29f"; } .icon-ic_fluent_weather_moon_off_20_filled:before { - content: "\f296"; + content: "\f2a0"; } .icon-ic_fluent_weather_moon_off_20_regular:before { - content: "\f297"; + content: "\f2a1"; } .icon-ic_fluent_weather_partly_cloudy_day_20_filled:before { - content: "\f298"; + content: "\f2a2"; } .icon-ic_fluent_weather_partly_cloudy_day_20_regular:before { - content: "\f299"; + content: "\f2a3"; } .icon-ic_fluent_weather_partly_cloudy_night_20_filled:before { - content: "\f29a"; + content: "\f2a4"; } .icon-ic_fluent_weather_partly_cloudy_night_20_regular:before { - content: "\f29b"; + content: "\f2a5"; } .icon-ic_fluent_weather_rain_20_filled:before { - content: "\f29c"; + content: "\f2a6"; } .icon-ic_fluent_weather_rain_20_regular:before { - content: "\f29d"; + content: "\f2a7"; } .icon-ic_fluent_weather_rain_showers_day_20_filled:before { - content: "\f29e"; + content: "\f2a8"; } .icon-ic_fluent_weather_rain_showers_day_20_regular:before { - content: "\f29f"; + content: "\f2a9"; } .icon-ic_fluent_weather_rain_showers_night_20_filled:before { - content: "\f2a0"; + content: "\f2aa"; } .icon-ic_fluent_weather_rain_showers_night_20_regular:before { - content: "\f2a1"; + content: "\f2ab"; } .icon-ic_fluent_weather_rain_snow_20_filled:before { - content: "\f2a2"; + content: "\f2ac"; } .icon-ic_fluent_weather_rain_snow_20_regular:before { - content: "\f2a3"; + content: "\f2ad"; } .icon-ic_fluent_weather_snow_20_filled:before { - content: "\f2a4"; + content: "\f2ae"; } .icon-ic_fluent_weather_snow_20_regular:before { - content: "\f2a5"; + content: "\f2af"; } .icon-ic_fluent_weather_snow_shower_day_20_filled:before { - content: "\f2a6"; + content: "\f2b0"; } .icon-ic_fluent_weather_snow_shower_day_20_regular:before { - content: "\f2a7"; + content: "\f2b1"; } .icon-ic_fluent_weather_snow_shower_night_20_filled:before { - content: "\f2a8"; + content: "\f2b2"; } .icon-ic_fluent_weather_snow_shower_night_20_regular:before { - content: "\f2a9"; + content: "\f2b3"; } .icon-ic_fluent_weather_snowflake_20_filled:before { - content: "\f2aa"; + content: "\f2b4"; } .icon-ic_fluent_weather_snowflake_20_regular:before { - content: "\f2ab"; + content: "\f2b5"; } .icon-ic_fluent_weather_squalls_20_filled:before { - content: "\f2ac"; + content: "\f2b6"; } .icon-ic_fluent_weather_squalls_20_regular:before { - content: "\f2ad"; + content: "\f2b7"; } .icon-ic_fluent_weather_sunny_20_filled:before { - content: "\f2ae"; + content: "\f2b8"; } .icon-ic_fluent_weather_sunny_20_regular:before { - content: "\f2af"; + content: "\f2b9"; } .icon-ic_fluent_weather_sunny_high_20_filled:before { - content: "\f2b0"; + content: "\f2ba"; } .icon-ic_fluent_weather_sunny_high_20_regular:before { - content: "\f2b1"; + content: "\f2bb"; } .icon-ic_fluent_weather_sunny_low_20_filled:before { - content: "\f2b2"; + content: "\f2bc"; } .icon-ic_fluent_weather_sunny_low_20_regular:before { - content: "\f2b3"; + content: "\f2bd"; } .icon-ic_fluent_weather_thunderstorm_20_filled:before { - content: "\f2b4"; + content: "\f2be"; } .icon-ic_fluent_weather_thunderstorm_20_regular:before { - content: "\f2b5"; + content: "\f2bf"; } .icon-ic_fluent_web_asset_20_filled:before { - content: "\f2b6"; + content: "\f2c0"; } .icon-ic_fluent_web_asset_20_regular:before { - content: "\f2b7"; + content: "\f2c1"; } .icon-ic_fluent_whiteboard_20_filled:before { - content: "\f2b8"; + content: "\f2c2"; } .icon-ic_fluent_whiteboard_20_regular:before { - content: "\f2b9"; + content: "\f2c3"; } .icon-ic_fluent_whiteboard_off_20_filled:before { - content: "\f2ba"; + content: "\f2c4"; } .icon-ic_fluent_whiteboard_off_20_regular:before { - content: "\f2bb"; + content: "\f2c5"; } .icon-ic_fluent_wifi_1_20_filled:before { - content: "\f2bc"; + content: "\f2c6"; } .icon-ic_fluent_wifi_1_20_regular:before { - content: "\f2bd"; + content: "\f2c7"; } .icon-ic_fluent_wifi_2_20_filled:before { - content: "\f2be"; + content: "\f2c8"; } .icon-ic_fluent_wifi_2_20_regular:before { - content: "\f2bf"; + content: "\f2c9"; } .icon-ic_fluent_wifi_3_20_filled:before { - content: "\f2c0"; + content: "\f2ca"; } .icon-ic_fluent_wifi_3_20_regular:before { - content: "\f2c1"; + content: "\f2cb"; } .icon-ic_fluent_wifi_4_20_filled:before { - content: "\f2c2"; + content: "\f2cc"; } .icon-ic_fluent_wifi_4_20_regular:before { - content: "\f2c3"; + content: "\f2cd"; } .icon-ic_fluent_wifi_lock_20_filled:before { - content: "\f2c4"; + content: "\f2ce"; } .icon-ic_fluent_wifi_lock_20_regular:before { - content: "\f2c5"; + content: "\f2cf"; } .icon-ic_fluent_wifi_off_20_filled:before { - content: "\f2c6"; + content: "\f2d0"; } .icon-ic_fluent_wifi_off_20_regular:before { - content: "\f2c7"; + content: "\f2d1"; } .icon-ic_fluent_wifi_settings_20_filled:before { - content: "\f2c8"; + content: "\f2d2"; } .icon-ic_fluent_wifi_settings_20_regular:before { - content: "\f2c9"; + content: "\f2d3"; } .icon-ic_fluent_wifi_warning_20_filled:before { - content: "\f2ca"; + content: "\f2d4"; } .icon-ic_fluent_wifi_warning_20_regular:before { - content: "\f2cb"; + content: "\f2d5"; } .icon-ic_fluent_window_20_filled:before { - content: "\f2cc"; + content: "\f2d6"; } .icon-ic_fluent_window_20_regular:before { - content: "\f2cd"; + content: "\f2d7"; } .icon-ic_fluent_window_ad_20_filled:before { - content: "\f2ce"; + content: "\f2d8"; } .icon-ic_fluent_window_ad_20_regular:before { - content: "\f2cf"; + content: "\f2d9"; } .icon-ic_fluent_window_ad_off_20_filled:before { - content: "\f2d0"; + content: "\f2da"; } .icon-ic_fluent_window_ad_off_20_regular:before { - content: "\f2d1"; + content: "\f2db"; } .icon-ic_fluent_window_ad_person_20_filled:before { - content: "\f2d2"; + content: "\f2dc"; } .icon-ic_fluent_window_ad_person_20_regular:before { - content: "\f2d3"; + content: "\f2dd"; } .icon-ic_fluent_window_apps_20_filled:before { - content: "\f2d4"; + content: "\f2de"; } .icon-ic_fluent_window_apps_20_regular:before { - content: "\f2d5"; + content: "\f2df"; } .icon-ic_fluent_window_arrow_up_20_filled:before { - content: "\f2d6"; + content: "\f2e0"; } .icon-ic_fluent_window_arrow_up_20_regular:before { - content: "\f2d7"; + content: "\f2e1"; } .icon-ic_fluent_window_bullet_list_20_filled:before { - content: "\f2d8"; + content: "\f2e2"; } .icon-ic_fluent_window_bullet_list_20_regular:before { - content: "\f2d9"; + content: "\f2e3"; } .icon-ic_fluent_window_bullet_list_add_20_filled:before { - content: "\f2da"; + content: "\f2e4"; } .icon-ic_fluent_window_bullet_list_add_20_regular:before { - content: "\f2db"; + content: "\f2e5"; } .icon-ic_fluent_window_console_20_filled:before { - content: "\f2dc"; + content: "\f2e6"; } .icon-ic_fluent_window_console_20_regular:before { - content: "\f2dd"; + content: "\f2e7"; } .icon-ic_fluent_window_database_20_filled:before { - content: "\f2de"; + content: "\f2e8"; } .icon-ic_fluent_window_database_20_regular:before { - content: "\f2df"; + content: "\f2e9"; } .icon-ic_fluent_window_dev_edit_20_filled:before { - content: "\f2e0"; + content: "\f2ea"; } .icon-ic_fluent_window_dev_edit_20_regular:before { - content: "\f2e1"; + content: "\f2eb"; } .icon-ic_fluent_window_dev_tools_20_filled:before { - content: "\f2e2"; + content: "\f2ec"; } .icon-ic_fluent_window_dev_tools_20_regular:before { - content: "\f2e3"; + content: "\f2ed"; } .icon-ic_fluent_window_edit_20_filled:before { - content: "\f2e4"; + content: "\f2ee"; } .icon-ic_fluent_window_edit_20_regular:before { - content: "\f2e5"; + content: "\f2ef"; } .icon-ic_fluent_window_header_horizontal_20_filled:before { - content: "\f2e6"; + content: "\f2f0"; } .icon-ic_fluent_window_header_horizontal_20_regular:before { - content: "\f2e7"; + content: "\f2f1"; } .icon-ic_fluent_window_header_horizontal_off_20_filled:before { - content: "\f2e8"; + content: "\f2f2"; } .icon-ic_fluent_window_header_horizontal_off_20_regular:before { - content: "\f2e9"; + content: "\f2f3"; } .icon-ic_fluent_window_header_vertical_20_filled:before { - content: "\f2ea"; + content: "\f2f4"; } .icon-ic_fluent_window_header_vertical_20_regular:before { - content: "\f2eb"; + content: "\f2f5"; } .icon-ic_fluent_window_inprivate_20_filled:before { - content: "\f2ec"; + content: "\f2f6"; } .icon-ic_fluent_window_inprivate_20_regular:before { - content: "\f2ed"; + content: "\f2f7"; } .icon-ic_fluent_window_inprivate_account_20_filled:before { - content: "\f2ee"; + content: "\f2f8"; } .icon-ic_fluent_window_inprivate_account_20_regular:before { - content: "\f2ef"; + content: "\f2f9"; } .icon-ic_fluent_window_location_target_20_filled:before { - content: "\f2f0"; + content: "\f2fa"; } .icon-ic_fluent_window_location_target_20_regular:before { - content: "\f2f1"; + content: "\f2fb"; } .icon-ic_fluent_window_multiple_20_filled:before { - content: "\f2f2"; + content: "\f2fc"; } .icon-ic_fluent_window_multiple_20_regular:before { - content: "\f2f3"; + content: "\f2fd"; } .icon-ic_fluent_window_multiple_swap_20_filled:before { - content: "\f2f4"; + content: "\f2fe"; } .icon-ic_fluent_window_multiple_swap_20_regular:before { - content: "\f2f5"; + content: "\f2ff"; } .icon-ic_fluent_window_new_20_filled:before { - content: "\f2f6"; + content: "\f300"; } .icon-ic_fluent_window_new_20_regular:before { - content: "\f2f7"; + content: "\f301"; } .icon-ic_fluent_window_play_20_filled:before { - content: "\f2f8"; + content: "\f302"; } .icon-ic_fluent_window_play_20_regular:before { - content: "\f2f9"; + content: "\f303"; } .icon-ic_fluent_window_settings_20_filled:before { - content: "\f2fa"; + content: "\f304"; } .icon-ic_fluent_window_settings_20_regular:before { - content: "\f2fb"; + content: "\f305"; } .icon-ic_fluent_window_shield_20_filled:before { - content: "\f2fc"; + content: "\f306"; } .icon-ic_fluent_window_shield_20_regular:before { - content: "\f2fd"; + content: "\f307"; } .icon-ic_fluent_window_text_20_filled:before { - content: "\f2fe"; + content: "\f308"; } .icon-ic_fluent_window_text_20_regular:before { - content: "\f2ff"; + content: "\f309"; } .icon-ic_fluent_window_wrench_20_filled:before { - content: "\f300"; + content: "\f30a"; } .icon-ic_fluent_window_wrench_20_regular:before { - content: "\f301"; + content: "\f30b"; } .icon-ic_fluent_wrench_20_filled:before { - content: "\f302"; + content: "\f30c"; } .icon-ic_fluent_wrench_20_regular:before { - content: "\f303"; + content: "\f30d"; } .icon-ic_fluent_wrench_screwdriver_20_filled:before { - content: "\f304"; + content: "\f30e"; } .icon-ic_fluent_wrench_screwdriver_20_regular:before { - content: "\f305"; + content: "\f30f"; } .icon-ic_fluent_wrench_settings_20_filled:before { - content: "\f306"; + content: "\f310"; } .icon-ic_fluent_wrench_settings_20_regular:before { - content: "\f307"; + content: "\f311"; } .icon-ic_fluent_xbox_console_20_filled:before { - content: "\f308"; + content: "\f312"; } .icon-ic_fluent_xbox_console_20_regular:before { - content: "\f309"; + content: "\f313"; } .icon-ic_fluent_xbox_controller_20_filled:before { - content: "\f30a"; + content: "\f314"; } .icon-ic_fluent_xbox_controller_20_regular:before { - content: "\f30b"; + content: "\f315"; } .icon-ic_fluent_xbox_controller_error_20_filled:before { - content: "\f30c"; + content: "\f316"; } .icon-ic_fluent_xbox_controller_error_20_regular:before { - content: "\f30d"; + content: "\f317"; } .icon-ic_fluent_xray_20_filled:before { - content: "\f30e"; + content: "\f318"; } .icon-ic_fluent_xray_20_regular:before { - content: "\f30f"; + content: "\f319"; } .icon-ic_fluent_zoom_fit_20_filled:before { - content: "\f310"; + content: "\f31a"; } .icon-ic_fluent_zoom_fit_20_regular:before { - content: "\f311"; + content: "\f31b"; } .icon-ic_fluent_zoom_in_20_filled:before { - content: "\f312"; + content: "\f31c"; } .icon-ic_fluent_zoom_in_20_regular:before { - content: "\f313"; + content: "\f31d"; } .icon-ic_fluent_zoom_out_20_filled:before { - content: "\f314"; + content: "\f31e"; } .icon-ic_fluent_zoom_out_20_regular:before { - content: "\f315"; + content: "\f31f"; } diff --git a/fonts/FluentSystemIcons-Resizable.html b/fonts/FluentSystemIcons-Resizable.html index dac2ffec9a..8dccd76b89 100644 --- a/fonts/FluentSystemIcons-Resizable.html +++ b/fonts/FluentSystemIcons-Resizable.html @@ -7175,6 +7175,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_calendar_sparkle_20_filled +
+ + +
+ + + +
+ ic_fluent_calendar_sparkle_20_regular +
+ +
@@ -7211,6 +7229,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_calendar_template_20_filled +
+ + +
+ + + +
+ ic_fluent_calendar_template_20_regular +
+ +
@@ -21602,6 +21638,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_laptop_briefcase_20_filled +
+ + +
+ + + +
+ ic_fluent_laptop_briefcase_20_regular +
+ +
@@ -21782,6 +21836,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_layer_diagonal_sparkle_20_filled +
+ + +
+ + + +
+ ic_fluent_layer_diagonal_sparkle_20_regular +
+ +
@@ -26849,6 +26921,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_payment_wireless_20_filled +
+ + +
+ + + +
+ ic_fluent_payment_wireless_20_regular +
+ +
diff --git a/fonts/FluentSystemIcons-Resizable.json b/fonts/FluentSystemIcons-Resizable.json index 76c12d64f5..53d8cf4514 100644 --- a/fonts/FluentSystemIcons-Resizable.json +++ b/fonts/FluentSystemIcons-Resizable.json @@ -790,4099 +790,4109 @@ "ic_fluent_calendar_settings_20_regular": 58132, "ic_fluent_calendar_shield_20_filled": 58133, "ic_fluent_calendar_shield_20_regular": 58134, - "ic_fluent_calendar_star_20_filled": 58135, - "ic_fluent_calendar_star_20_regular": 58136, - "ic_fluent_calendar_sync_20_filled": 58137, - "ic_fluent_calendar_sync_20_regular": 58138, - "ic_fluent_calendar_today_20_filled": 58139, - "ic_fluent_calendar_today_20_regular": 58140, - "ic_fluent_calendar_toolbox_20_filled": 58141, - "ic_fluent_calendar_toolbox_20_regular": 58142, - "ic_fluent_calendar_week_numbers_20_filled": 58143, - "ic_fluent_calendar_week_numbers_20_regular": 58144, - "ic_fluent_calendar_week_start_20_filled": 58145, - "ic_fluent_calendar_week_start_20_regular": 58146, - "ic_fluent_calendar_work_week_20_filled": 58147, - "ic_fluent_calendar_work_week_20_regular": 58148, - "ic_fluent_call_20_filled": 58149, - "ic_fluent_call_20_regular": 58150, - "ic_fluent_call_add_20_filled": 58151, - "ic_fluent_call_add_20_regular": 58152, - "ic_fluent_call_checkmark_20_filled": 58153, - "ic_fluent_call_checkmark_20_regular": 58154, - "ic_fluent_call_connecting_20_filled": 58155, - "ic_fluent_call_connecting_20_regular": 58156, - "ic_fluent_call_dismiss_20_filled": 58157, - "ic_fluent_call_dismiss_20_regular": 58158, - "ic_fluent_call_end_20_filled": 58159, - "ic_fluent_call_end_20_regular": 58160, - "ic_fluent_call_exclamation_20_filled": 58161, - "ic_fluent_call_exclamation_20_regular": 58162, - "ic_fluent_call_forward_20_filled": 58163, - "ic_fluent_call_forward_20_regular": 58164, - "ic_fluent_call_inbound_20_filled": 58165, - "ic_fluent_call_inbound_20_regular": 58166, - "ic_fluent_call_missed_20_filled": 58167, - "ic_fluent_call_missed_20_regular": 58168, - "ic_fluent_call_outbound_20_filled": 58169, - "ic_fluent_call_outbound_20_regular": 58170, - "ic_fluent_call_park_20_filled": 58171, - "ic_fluent_call_park_20_regular": 58172, - "ic_fluent_call_pause_20_filled": 58173, - "ic_fluent_call_pause_20_regular": 58174, - "ic_fluent_call_prohibited_20_filled": 58175, - "ic_fluent_call_prohibited_20_regular": 58176, - "ic_fluent_call_transfer_20_filled": 58177, - "ic_fluent_call_transfer_20_regular": 58178, - "ic_fluent_call_warning_20_filled": 58179, - "ic_fluent_call_warning_20_regular": 58180, - "ic_fluent_calligraphy_pen_20_filled": 58181, - "ic_fluent_calligraphy_pen_20_regular": 58182, - "ic_fluent_calligraphy_pen_checkmark_20_filled": 58183, - "ic_fluent_calligraphy_pen_checkmark_20_regular": 58184, - "ic_fluent_calligraphy_pen_error_20_filled": 58185, - "ic_fluent_calligraphy_pen_error_20_regular": 58186, - "ic_fluent_calligraphy_pen_question_mark_20_filled": 58187, - "ic_fluent_calligraphy_pen_question_mark_20_regular": 58188, - "ic_fluent_camera_20_filled": 58189, - "ic_fluent_camera_20_regular": 58190, - "ic_fluent_camera_add_20_filled": 58191, - "ic_fluent_camera_add_20_regular": 58192, - "ic_fluent_camera_dome_20_filled": 58193, - "ic_fluent_camera_dome_20_regular": 58194, - "ic_fluent_camera_edit_20_filled": 58195, - "ic_fluent_camera_edit_20_regular": 58196, - "ic_fluent_camera_off_20_filled": 58197, - "ic_fluent_camera_off_20_regular": 58198, - "ic_fluent_camera_sparkles_20_filled": 58199, - "ic_fluent_camera_sparkles_20_regular": 58200, - "ic_fluent_camera_switch_20_filled": 58201, - "ic_fluent_camera_switch_20_regular": 58202, - "ic_fluent_card_ui_20_filled": 58203, - "ic_fluent_card_ui_20_regular": 58204, - "ic_fluent_caret_down_20_filled": 58205, - "ic_fluent_caret_down_20_regular": 58206, - "ic_fluent_caret_down_right_20_filled": 58207, - "ic_fluent_caret_down_right_20_regular": 58208, - "ic_fluent_caret_left_20_filled": 58209, - "ic_fluent_caret_left_20_regular": 58210, - "ic_fluent_caret_right_20_filled": 58211, - "ic_fluent_caret_right_20_regular": 58212, - "ic_fluent_caret_up_20_filled": 58213, - "ic_fluent_caret_up_20_regular": 58214, - "ic_fluent_cart_20_filled": 58215, - "ic_fluent_cart_20_regular": 58216, - "ic_fluent_cast_20_filled": 58217, - "ic_fluent_cast_20_regular": 58218, - "ic_fluent_cast_multiple_20_filled": 58219, - "ic_fluent_cast_multiple_20_regular": 58220, - "ic_fluent_catch_up_20_filled": 58221, - "ic_fluent_catch_up_20_regular": 58222, - "ic_fluent_cellular_3g_20_filled": 58223, - "ic_fluent_cellular_3g_20_regular": 58224, - "ic_fluent_cellular_4g_20_filled": 58225, - "ic_fluent_cellular_4g_20_regular": 58226, - "ic_fluent_cellular_5g_20_filled": 58227, - "ic_fluent_cellular_5g_20_regular": 58228, - "ic_fluent_cellular_data_1_20_filled": 58229, - "ic_fluent_cellular_data_1_20_regular": 58230, - "ic_fluent_cellular_data_2_20_filled": 58231, - "ic_fluent_cellular_data_2_20_regular": 58232, - "ic_fluent_cellular_data_3_20_filled": 58233, - "ic_fluent_cellular_data_3_20_regular": 58234, - "ic_fluent_cellular_data_4_20_filled": 58235, - "ic_fluent_cellular_data_4_20_regular": 58236, - "ic_fluent_cellular_data_5_20_filled": 58237, - "ic_fluent_cellular_data_5_20_regular": 58238, - "ic_fluent_cellular_off_20_filled": 58239, - "ic_fluent_cellular_off_20_regular": 58240, - "ic_fluent_cellular_warning_20_filled": 58241, - "ic_fluent_cellular_warning_20_regular": 58242, - "ic_fluent_center_horizontal_20_filled": 58243, - "ic_fluent_center_horizontal_20_regular": 58244, - "ic_fluent_center_vertical_20_filled": 58245, - "ic_fluent_center_vertical_20_regular": 58246, - "ic_fluent_certificate_20_filled": 58247, - "ic_fluent_certificate_20_regular": 58248, - "ic_fluent_channel_20_filled": 58249, - "ic_fluent_channel_20_regular": 58250, - "ic_fluent_channel_add_20_filled": 58251, - "ic_fluent_channel_add_20_regular": 58252, - "ic_fluent_channel_alert_20_filled": 58253, - "ic_fluent_channel_alert_20_regular": 58254, - "ic_fluent_channel_arrow_left_20_filled": 58255, - "ic_fluent_channel_arrow_left_20_regular": 58256, - "ic_fluent_channel_dismiss_20_filled": 58257, - "ic_fluent_channel_dismiss_20_regular": 58258, - "ic_fluent_channel_share_20_filled": 58259, - "ic_fluent_channel_share_20_regular": 58260, - "ic_fluent_channel_subtract_20_filled": 58261, - "ic_fluent_channel_subtract_20_regular": 58262, - "ic_fluent_chart_multiple_20_filled": 58263, - "ic_fluent_chart_multiple_20_regular": 58264, - "ic_fluent_chart_person_20_filled": 58265, - "ic_fluent_chart_person_20_regular": 58266, - "ic_fluent_chat_20_filled": 58267, - "ic_fluent_chat_20_regular": 58268, - "ic_fluent_chat_add_20_filled": 58269, - "ic_fluent_chat_add_20_regular": 58270, - "ic_fluent_chat_arrow_back_20_filled": 58271, - "ic_fluent_chat_arrow_back_20_regular": 58272, - "ic_fluent_chat_arrow_double_back_20_filled": 58273, - "ic_fluent_chat_arrow_double_back_20_regular": 58274, - "ic_fluent_chat_bubbles_question_20_filled": 58275, - "ic_fluent_chat_bubbles_question_20_regular": 58276, - "ic_fluent_chat_cursor_20_filled": 58277, - "ic_fluent_chat_cursor_20_regular": 58278, - "ic_fluent_chat_dismiss_20_filled": 58279, - "ic_fluent_chat_dismiss_20_regular": 58280, - "ic_fluent_chat_empty_20_filled": 58281, - "ic_fluent_chat_empty_20_regular": 58282, - "ic_fluent_chat_help_20_filled": 58283, - "ic_fluent_chat_help_20_regular": 58284, - "ic_fluent_chat_lock_20_filled": 58285, - "ic_fluent_chat_lock_20_regular": 58286, - "ic_fluent_chat_mail_20_filled": 58287, - "ic_fluent_chat_mail_20_regular": 58288, - "ic_fluent_chat_multiple_20_filled": 58289, - "ic_fluent_chat_multiple_20_regular": 58290, - "ic_fluent_chat_multiple_heart_20_filled": 58291, - "ic_fluent_chat_multiple_heart_20_regular": 58292, - "ic_fluent_chat_off_20_filled": 58293, - "ic_fluent_chat_off_20_regular": 58294, - "ic_fluent_chat_settings_20_filled": 58295, - "ic_fluent_chat_settings_20_regular": 58296, - "ic_fluent_chat_sparkle_20_filled": 58297, - "ic_fluent_chat_sparkle_20_regular": 58298, - "ic_fluent_chat_video_20_filled": 58299, - "ic_fluent_chat_video_20_regular": 58300, - "ic_fluent_chat_warning_20_filled": 58301, - "ic_fluent_chat_warning_20_regular": 58302, - "ic_fluent_check_20_filled": 58303, - "ic_fluent_check_20_regular": 58304, - "ic_fluent_checkbox_1_20_filled": 58305, - "ic_fluent_checkbox_1_20_regular": 58306, - "ic_fluent_checkbox_2_20_filled": 58307, - "ic_fluent_checkbox_2_20_regular": 58308, - "ic_fluent_checkbox_arrow_right_20_filled": 58309, - "ic_fluent_checkbox_arrow_right_20_regular": 58310, - "ic_fluent_checkbox_checked_20_filled": 58311, - "ic_fluent_checkbox_checked_20_regular": 58312, - "ic_fluent_checkbox_checked_sync_20_filled": 58313, - "ic_fluent_checkbox_checked_sync_20_regular": 58314, - "ic_fluent_checkbox_indeterminate_20_filled": 58315, - "ic_fluent_checkbox_indeterminate_20_regular": 58316, - "ic_fluent_checkbox_person_20_filled": 58317, - "ic_fluent_checkbox_person_20_regular": 58318, - "ic_fluent_checkbox_unchecked_20_filled": 58319, - "ic_fluent_checkbox_unchecked_20_regular": 58320, - "ic_fluent_checkbox_warning_20_filled": 58321, - "ic_fluent_checkbox_warning_20_regular": 58322, - "ic_fluent_checkmark_20_filled": 58323, - "ic_fluent_checkmark_20_regular": 58324, - "ic_fluent_checkmark_circle_20_filled": 58325, - "ic_fluent_checkmark_circle_20_regular": 58326, - "ic_fluent_checkmark_circle_square_20_filled": 58327, - "ic_fluent_checkmark_circle_square_20_regular": 58328, - "ic_fluent_checkmark_lock_20_filled": 58329, - "ic_fluent_checkmark_lock_20_regular": 58330, - "ic_fluent_checkmark_note_20_filled": 58331, - "ic_fluent_checkmark_note_20_regular": 58332, - "ic_fluent_checkmark_square_20_filled": 58333, - "ic_fluent_checkmark_square_20_regular": 58334, - "ic_fluent_checkmark_starburst_20_filled": 58335, - "ic_fluent_checkmark_starburst_20_regular": 58336, - "ic_fluent_checkmark_underline_circle_20_filled": 58337, - "ic_fluent_checkmark_underline_circle_20_regular": 58338, - "ic_fluent_chess_20_filled": 58339, - "ic_fluent_chess_20_regular": 58340, - "ic_fluent_chevron_circle_down_20_filled": 58341, - "ic_fluent_chevron_circle_down_20_regular": 58342, - "ic_fluent_chevron_circle_left_20_filled": 58343, - "ic_fluent_chevron_circle_left_20_regular": 58344, - "ic_fluent_chevron_circle_right_20_filled": 58345, - "ic_fluent_chevron_circle_right_20_regular": 58346, - "ic_fluent_chevron_circle_up_20_filled": 58347, - "ic_fluent_chevron_circle_up_20_regular": 58348, - "ic_fluent_chevron_double_down_20_filled": 58349, - "ic_fluent_chevron_double_down_20_regular": 58350, - "ic_fluent_chevron_double_left_20_filled": 58351, - "ic_fluent_chevron_double_left_20_regular": 58352, - "ic_fluent_chevron_double_right_20_filled": 58353, - "ic_fluent_chevron_double_right_20_regular": 58354, - "ic_fluent_chevron_double_up_20_filled": 58355, - "ic_fluent_chevron_double_up_20_regular": 58356, - "ic_fluent_chevron_down_20_filled": 58357, - "ic_fluent_chevron_down_20_regular": 58358, - "ic_fluent_chevron_down_up_20_filled": 58359, - "ic_fluent_chevron_down_up_20_regular": 58360, - "ic_fluent_chevron_left_20_filled": 58361, - "ic_fluent_chevron_left_20_regular": 58362, - "ic_fluent_chevron_right_20_filled": 58363, - "ic_fluent_chevron_right_20_regular": 58364, - "ic_fluent_chevron_up_20_filled": 58365, - "ic_fluent_chevron_up_20_regular": 58366, - "ic_fluent_chevron_up_down_20_filled": 58367, - "ic_fluent_chevron_up_down_20_regular": 58368, - "ic_fluent_circle_20_filled": 58369, - "ic_fluent_circle_20_regular": 58370, - "ic_fluent_circle_edit_20_filled": 58371, - "ic_fluent_circle_edit_20_regular": 58372, - "ic_fluent_circle_eraser_20_filled": 58373, - "ic_fluent_circle_eraser_20_regular": 58374, - "ic_fluent_circle_half_fill_20_filled": 58375, - "ic_fluent_circle_half_fill_20_regular": 58376, - "ic_fluent_circle_hint_20_filled": 58377, - "ic_fluent_circle_hint_20_regular": 58378, - "ic_fluent_circle_hint_half_vertical_20_filled": 58379, - "ic_fluent_circle_hint_half_vertical_20_regular": 58380, - "ic_fluent_circle_image_20_filled": 58381, - "ic_fluent_circle_image_20_regular": 58382, - "ic_fluent_circle_line_20_filled": 58383, - "ic_fluent_circle_line_20_regular": 58384, - "ic_fluent_circle_multiple_subtract_checkmark_20_filled": 58385, - "ic_fluent_circle_multiple_subtract_checkmark_20_regular": 58386, - "ic_fluent_circle_off_20_filled": 58387, - "ic_fluent_circle_off_20_regular": 58388, - "ic_fluent_circle_small_20_filled": 58389, - "ic_fluent_circle_small_20_regular": 58390, - "ic_fluent_city_20_filled": 58391, - "ic_fluent_city_20_regular": 58392, - "ic_fluent_class_20_filled": 58393, - "ic_fluent_class_20_regular": 58394, - "ic_fluent_classification_20_filled": 58395, - "ic_fluent_classification_20_regular": 58396, - "ic_fluent_clear_formatting_20_filled": 58397, - "ic_fluent_clear_formatting_20_regular": 58398, - "ic_fluent_clipboard_20_filled": 58399, - "ic_fluent_clipboard_20_regular": 58400, - "ic_fluent_clipboard_3_day_20_filled": 58401, - "ic_fluent_clipboard_3_day_20_regular": 58402, - "ic_fluent_clipboard_arrow_right_20_filled": 58403, - "ic_fluent_clipboard_arrow_right_20_regular": 58404, - "ic_fluent_clipboard_brush_20_filled": 58405, - "ic_fluent_clipboard_brush_20_regular": 58406, - "ic_fluent_clipboard_bullet_list_20_filled": 58407, - "ic_fluent_clipboard_bullet_list_20_regular": 58408, - "ic_fluent_clipboard_bullet_list_ltr_20_filled": 58409, - "ic_fluent_clipboard_bullet_list_ltr_20_regular": 58410, - "ic_fluent_clipboard_bullet_list_rtl_20_filled": 58411, - "ic_fluent_clipboard_bullet_list_rtl_20_regular": 58412, - "ic_fluent_clipboard_checkmark_20_filled": 58413, - "ic_fluent_clipboard_checkmark_20_regular": 58414, - "ic_fluent_clipboard_clock_20_filled": 58415, - "ic_fluent_clipboard_clock_20_regular": 58416, - "ic_fluent_clipboard_code_20_filled": 58417, - "ic_fluent_clipboard_code_20_regular": 58418, - "ic_fluent_clipboard_data_bar_20_filled": 58419, - "ic_fluent_clipboard_data_bar_20_regular": 58420, - "ic_fluent_clipboard_day_20_filled": 58421, - "ic_fluent_clipboard_day_20_regular": 58422, - "ic_fluent_clipboard_edit_20_filled": 58423, - "ic_fluent_clipboard_edit_20_regular": 58424, - "ic_fluent_clipboard_error_20_filled": 58425, - "ic_fluent_clipboard_error_20_regular": 58426, - "ic_fluent_clipboard_heart_20_filled": 58427, - "ic_fluent_clipboard_heart_20_regular": 58428, - "ic_fluent_clipboard_image_20_filled": 58429, - "ic_fluent_clipboard_image_20_regular": 58430, - "ic_fluent_clipboard_letter_20_filled": 58431, - "ic_fluent_clipboard_letter_20_regular": 58432, - "ic_fluent_clipboard_link_20_filled": 58433, - "ic_fluent_clipboard_link_20_regular": 58434, - "ic_fluent_clipboard_math_formula_20_filled": 58435, - "ic_fluent_clipboard_math_formula_20_regular": 58436, - "ic_fluent_clipboard_month_20_filled": 58437, - "ic_fluent_clipboard_month_20_regular": 58438, - "ic_fluent_clipboard_more_20_filled": 58439, - "ic_fluent_clipboard_more_20_regular": 58440, - "ic_fluent_clipboard_note_20_filled": 58441, - "ic_fluent_clipboard_note_20_regular": 58442, - "ic_fluent_clipboard_number_123_20_filled": 58443, - "ic_fluent_clipboard_number_123_20_regular": 58444, - "ic_fluent_clipboard_paste_20_filled": 58445, - "ic_fluent_clipboard_paste_20_regular": 58446, - "ic_fluent_clipboard_pulse_20_filled": 58447, - "ic_fluent_clipboard_pulse_20_regular": 58448, - "ic_fluent_clipboard_search_20_filled": 58449, - "ic_fluent_clipboard_search_20_regular": 58450, - "ic_fluent_clipboard_settings_20_filled": 58451, - "ic_fluent_clipboard_settings_20_regular": 58452, - "ic_fluent_clipboard_task_20_filled": 58453, - "ic_fluent_clipboard_task_20_regular": 58454, - "ic_fluent_clipboard_task_add_20_filled": 58455, - "ic_fluent_clipboard_task_add_20_regular": 58456, - "ic_fluent_clipboard_task_list_ltr_20_filled": 58457, - "ic_fluent_clipboard_task_list_ltr_20_regular": 58458, - "ic_fluent_clipboard_task_list_rtl_20_filled": 58459, - "ic_fluent_clipboard_task_list_rtl_20_regular": 58460, - "ic_fluent_clipboard_text_edit_20_filled": 58461, - "ic_fluent_clipboard_text_edit_20_regular": 58462, - "ic_fluent_clipboard_text_ltr_20_filled": 58463, - "ic_fluent_clipboard_text_ltr_20_regular": 58464, - "ic_fluent_clipboard_text_rtl_20_filled": 58465, - "ic_fluent_clipboard_text_rtl_20_regular": 58466, - "ic_fluent_clock_20_filled": 58467, - "ic_fluent_clock_20_regular": 58468, - "ic_fluent_clock_alarm_20_filled": 58469, - "ic_fluent_clock_alarm_20_regular": 58470, - "ic_fluent_clock_arrow_download_20_filled": 58471, - "ic_fluent_clock_arrow_download_20_regular": 58472, - "ic_fluent_clock_dismiss_20_filled": 58473, - "ic_fluent_clock_dismiss_20_regular": 58474, - "ic_fluent_clock_lock_20_filled": 58475, - "ic_fluent_clock_lock_20_regular": 58476, - "ic_fluent_clock_pause_20_filled": 58477, - "ic_fluent_clock_pause_20_regular": 58478, - "ic_fluent_clock_toolbox_20_filled": 58479, - "ic_fluent_clock_toolbox_20_regular": 58480, - "ic_fluent_closed_caption_20_filled": 58481, - "ic_fluent_closed_caption_20_regular": 58482, - "ic_fluent_closed_caption_off_20_filled": 58483, - "ic_fluent_closed_caption_off_20_regular": 58484, - "ic_fluent_cloud_20_filled": 58485, - "ic_fluent_cloud_20_regular": 58486, - "ic_fluent_cloud_add_20_filled": 58487, - "ic_fluent_cloud_add_20_regular": 58488, - "ic_fluent_cloud_archive_20_filled": 58489, - "ic_fluent_cloud_archive_20_regular": 58490, - "ic_fluent_cloud_arrow_down_20_filled": 58491, - "ic_fluent_cloud_arrow_down_20_regular": 58492, - "ic_fluent_cloud_arrow_up_20_filled": 58493, - "ic_fluent_cloud_arrow_up_20_regular": 58494, - "ic_fluent_cloud_beaker_20_filled": 58495, - "ic_fluent_cloud_beaker_20_regular": 58496, - "ic_fluent_cloud_bidirectional_20_filled": 58497, - "ic_fluent_cloud_bidirectional_20_regular": 58498, - "ic_fluent_cloud_checkmark_20_filled": 58499, - "ic_fluent_cloud_checkmark_20_regular": 58500, - "ic_fluent_cloud_cube_20_filled": 58501, - "ic_fluent_cloud_cube_20_regular": 58502, - "ic_fluent_cloud_database_20_filled": 58503, - "ic_fluent_cloud_database_20_regular": 58504, - "ic_fluent_cloud_desktop_20_filled": 58505, - "ic_fluent_cloud_desktop_20_regular": 58506, - "ic_fluent_cloud_dismiss_20_filled": 58507, - "ic_fluent_cloud_dismiss_20_regular": 58508, - "ic_fluent_cloud_edit_20_filled": 58509, - "ic_fluent_cloud_edit_20_regular": 58510, - "ic_fluent_cloud_error_20_filled": 58511, - "ic_fluent_cloud_error_20_regular": 58512, - "ic_fluent_cloud_flow_20_filled": 58513, - "ic_fluent_cloud_flow_20_regular": 58514, - "ic_fluent_cloud_link_20_filled": 58515, - "ic_fluent_cloud_link_20_regular": 58516, - "ic_fluent_cloud_off_20_filled": 58517, - "ic_fluent_cloud_off_20_regular": 58518, - "ic_fluent_cloud_swap_20_filled": 58519, - "ic_fluent_cloud_swap_20_regular": 58520, - "ic_fluent_cloud_sync_20_filled": 58521, - "ic_fluent_cloud_sync_20_regular": 58522, - "ic_fluent_cloud_words_20_filled": 58523, - "ic_fluent_cloud_words_20_regular": 58524, - "ic_fluent_clover_20_filled": 58525, - "ic_fluent_clover_20_regular": 58526, - "ic_fluent_code_20_filled": 58527, - "ic_fluent_code_20_regular": 58528, - "ic_fluent_code_block_20_filled": 58529, - "ic_fluent_code_block_20_regular": 58530, - "ic_fluent_code_circle_20_filled": 58531, - "ic_fluent_code_circle_20_regular": 58532, - "ic_fluent_code_text_20_filled": 58533, - "ic_fluent_code_text_20_regular": 58534, - "ic_fluent_code_text_edit_20_filled": 58535, - "ic_fluent_code_text_edit_20_regular": 58536, - "ic_fluent_collections_20_filled": 58537, - "ic_fluent_collections_20_regular": 58538, - "ic_fluent_collections_add_20_filled": 58539, - "ic_fluent_collections_add_20_regular": 58540, - "ic_fluent_color_20_filled": 58541, - "ic_fluent_color_20_regular": 58542, - "ic_fluent_color_background_20_filled": 58543, - "ic_fluent_color_background_20_regular": 58544, - "ic_fluent_color_background_accent_20_regular": 58545, - "ic_fluent_color_fill_20_filled": 58546, - "ic_fluent_color_fill_20_regular": 58547, - "ic_fluent_color_fill_accent_20_regular": 58548, - "ic_fluent_color_line_20_filled": 58549, - "ic_fluent_color_line_20_regular": 58550, - "ic_fluent_color_line_accent_20_regular": 58551, - "ic_fluent_column_20_filled": 58552, - "ic_fluent_column_20_regular": 58553, - "ic_fluent_column_arrow_right_20_filled": 58554, - "ic_fluent_column_arrow_right_20_regular": 58555, - "ic_fluent_column_double_compare_20_filled": 58556, - "ic_fluent_column_double_compare_20_regular": 58557, - "ic_fluent_column_edit_20_filled": 58558, - "ic_fluent_column_edit_20_regular": 58559, - "ic_fluent_column_single_compare_20_filled": 58560, - "ic_fluent_column_single_compare_20_regular": 58561, - "ic_fluent_column_triple_20_filled": 58562, - "ic_fluent_column_triple_20_regular": 58563, - "ic_fluent_column_triple_edit_20_filled": 58564, - "ic_fluent_column_triple_edit_20_regular": 58565, - "ic_fluent_comma_20_filled": 58566, - "ic_fluent_comma_20_regular": 58567, - "ic_fluent_comment_20_filled": 58568, - "ic_fluent_comment_20_regular": 58569, - "ic_fluent_comment_add_20_filled": 58570, - "ic_fluent_comment_add_20_regular": 58571, - "ic_fluent_comment_arrow_left_20_filled": 58572, - "ic_fluent_comment_arrow_left_20_regular": 58573, - "ic_fluent_comment_arrow_right_20_filled": 58574, - "ic_fluent_comment_arrow_right_20_regular": 58575, - "ic_fluent_comment_checkmark_20_filled": 58576, - "ic_fluent_comment_checkmark_20_regular": 58577, - "ic_fluent_comment_dismiss_20_filled": 58578, - "ic_fluent_comment_dismiss_20_regular": 58579, - "ic_fluent_comment_edit_20_filled": 58580, - "ic_fluent_comment_edit_20_regular": 58581, - "ic_fluent_comment_error_20_filled": 58582, - "ic_fluent_comment_error_20_regular": 58583, - "ic_fluent_comment_lightning_20_filled": 58584, - "ic_fluent_comment_lightning_20_regular": 58585, - "ic_fluent_comment_link_20_filled": 58586, - "ic_fluent_comment_link_20_regular": 58587, - "ic_fluent_comment_mention_20_filled": 58588, - "ic_fluent_comment_mention_20_regular": 58589, - "ic_fluent_comment_multiple_20_filled": 58590, - "ic_fluent_comment_multiple_20_regular": 58591, - "ic_fluent_comment_multiple_checkmark_20_filled": 58592, - "ic_fluent_comment_multiple_checkmark_20_regular": 58593, - "ic_fluent_comment_multiple_link_20_filled": 58594, - "ic_fluent_comment_multiple_link_20_regular": 58595, - "ic_fluent_comment_note_20_filled": 58596, - "ic_fluent_comment_note_20_regular": 58597, - "ic_fluent_comment_off_20_filled": 58598, - "ic_fluent_comment_off_20_regular": 58599, - "ic_fluent_communication_20_filled": 58600, - "ic_fluent_communication_20_regular": 58601, - "ic_fluent_communication_person_20_filled": 58602, - "ic_fluent_communication_person_20_regular": 58603, - "ic_fluent_communication_shield_20_filled": 58604, - "ic_fluent_communication_shield_20_regular": 58605, - "ic_fluent_compass_northwest_20_filled": 58606, - "ic_fluent_compass_northwest_20_regular": 58607, - "ic_fluent_compose_20_filled": 58608, - "ic_fluent_compose_20_regular": 58609, - "ic_fluent_conference_room_20_filled": 58610, - "ic_fluent_conference_room_20_regular": 58611, - "ic_fluent_connected_20_filled": 58612, - "ic_fluent_connected_20_regular": 58613, - "ic_fluent_connector_20_filled": 58614, - "ic_fluent_connector_20_regular": 58615, - "ic_fluent_contact_card_20_filled": 58616, - "ic_fluent_contact_card_20_regular": 58617, - "ic_fluent_contact_card_group_20_filled": 58618, - "ic_fluent_contact_card_group_20_regular": 58619, - "ic_fluent_contact_card_link_20_filled": 58620, - "ic_fluent_contact_card_link_20_regular": 58621, - "ic_fluent_contact_card_ribbon_20_filled": 58622, - "ic_fluent_contact_card_ribbon_20_regular": 58623, - "ic_fluent_content_settings_20_filled": 58624, - "ic_fluent_content_settings_20_regular": 58625, - "ic_fluent_content_view_20_filled": 58626, - "ic_fluent_content_view_20_regular": 58627, - "ic_fluent_content_view_gallery_20_filled": 58628, - "ic_fluent_content_view_gallery_20_regular": 58629, - "ic_fluent_content_view_gallery_lightning_20_filled": 58630, - "ic_fluent_content_view_gallery_lightning_20_regular": 58631, - "ic_fluent_contract_down_left_20_filled": 58632, - "ic_fluent_contract_down_left_20_regular": 58633, - "ic_fluent_contract_up_right_20_filled": 58634, - "ic_fluent_contract_up_right_20_regular": 58635, - "ic_fluent_control_button_20_filled": 58636, - "ic_fluent_control_button_20_regular": 58637, - "ic_fluent_convert_range_20_filled": 58638, - "ic_fluent_convert_range_20_regular": 58639, - "ic_fluent_cookies_20_filled": 58640, - "ic_fluent_cookies_20_regular": 58641, - "ic_fluent_copy_20_filled": 58642, - "ic_fluent_copy_20_regular": 58643, - "ic_fluent_copy_add_20_filled": 58644, - "ic_fluent_copy_add_20_regular": 58645, - "ic_fluent_copy_arrow_right_20_filled": 58646, - "ic_fluent_copy_arrow_right_20_regular": 58647, - "ic_fluent_copy_select_20_filled": 58648, - "ic_fluent_copy_select_20_regular": 58649, - "ic_fluent_couch_20_filled": 58650, - "ic_fluent_couch_20_regular": 58651, - "ic_fluent_credit_card_clock_20_filled": 58652, - "ic_fluent_credit_card_clock_20_regular": 58653, - "ic_fluent_credit_card_person_20_filled": 58654, - "ic_fluent_credit_card_person_20_regular": 58655, - "ic_fluent_credit_card_toolbox_20_filled": 58656, - "ic_fluent_credit_card_toolbox_20_regular": 58657, - "ic_fluent_crop_20_filled": 58658, - "ic_fluent_crop_20_regular": 58659, - "ic_fluent_crop_interim_20_filled": 58660, - "ic_fluent_crop_interim_20_regular": 58661, - "ic_fluent_crop_interim_off_20_filled": 58662, - "ic_fluent_crop_interim_off_20_regular": 58663, - "ic_fluent_crown_20_filled": 58664, - "ic_fluent_crown_20_regular": 58665, - "ic_fluent_cube_20_filled": 58666, - "ic_fluent_cube_20_regular": 58667, - "ic_fluent_cube_add_20_filled": 58668, - "ic_fluent_cube_add_20_regular": 58669, - "ic_fluent_cube_arrow_curve_down_20_filled": 58670, - "ic_fluent_cube_arrow_curve_down_20_regular": 58671, - "ic_fluent_cube_link_20_filled": 58672, - "ic_fluent_cube_link_20_regular": 58673, - "ic_fluent_cube_multiple_20_filled": 58674, - "ic_fluent_cube_multiple_20_regular": 58675, - "ic_fluent_cube_quick_20_filled": 58676, - "ic_fluent_cube_quick_20_regular": 58677, - "ic_fluent_cube_rotate_20_filled": 58678, - "ic_fluent_cube_rotate_20_regular": 58679, - "ic_fluent_cube_sync_20_filled": 58680, - "ic_fluent_cube_sync_20_regular": 58681, - "ic_fluent_cube_tree_20_filled": 58682, - "ic_fluent_cube_tree_20_regular": 58683, - "ic_fluent_currency_dollar_euro_20_filled": 58684, - "ic_fluent_currency_dollar_euro_20_regular": 58685, - "ic_fluent_currency_dollar_rupee_20_filled": 58686, - "ic_fluent_currency_dollar_rupee_20_regular": 58687, - "ic_fluent_cursor_20_filled": 58688, - "ic_fluent_cursor_20_regular": 58689, - "ic_fluent_cursor_click_20_filled": 58690, - "ic_fluent_cursor_click_20_regular": 58691, - "ic_fluent_cursor_hover_20_filled": 58692, - "ic_fluent_cursor_hover_20_regular": 58693, - "ic_fluent_cursor_hover_off_20_filled": 58694, - "ic_fluent_cursor_hover_off_20_regular": 58695, - "ic_fluent_cursor_prohibited_20_filled": 58696, - "ic_fluent_cursor_prohibited_20_regular": 58697, - "ic_fluent_cut_20_filled": 58698, - "ic_fluent_cut_20_regular": 58699, - "ic_fluent_dark_theme_20_filled": 58700, - "ic_fluent_dark_theme_20_regular": 58701, - "ic_fluent_data_area_20_filled": 58702, - "ic_fluent_data_area_20_regular": 58703, - "ic_fluent_data_bar_horizontal_20_filled": 58704, - "ic_fluent_data_bar_horizontal_20_regular": 58705, - "ic_fluent_data_bar_vertical_20_filled": 58706, - "ic_fluent_data_bar_vertical_20_regular": 58707, - "ic_fluent_data_bar_vertical_add_20_filled": 58708, - "ic_fluent_data_bar_vertical_add_20_regular": 58709, - "ic_fluent_data_bar_vertical_ascending_20_filled": 58710, - "ic_fluent_data_bar_vertical_ascending_20_regular": 58711, - "ic_fluent_data_bar_vertical_star_20_filled": 58712, - "ic_fluent_data_bar_vertical_star_20_regular": 58713, - "ic_fluent_data_funnel_20_filled": 58714, - "ic_fluent_data_funnel_20_regular": 58715, - "ic_fluent_data_histogram_20_filled": 58716, - "ic_fluent_data_histogram_20_regular": 58717, - "ic_fluent_data_line_20_filled": 58718, - "ic_fluent_data_line_20_regular": 58719, - "ic_fluent_data_pie_20_filled": 58720, - "ic_fluent_data_pie_20_regular": 58721, - "ic_fluent_data_scatter_20_filled": 58722, - "ic_fluent_data_scatter_20_regular": 58723, - "ic_fluent_data_sunburst_20_filled": 58724, - "ic_fluent_data_sunburst_20_regular": 58725, - "ic_fluent_data_treemap_20_filled": 58726, - "ic_fluent_data_treemap_20_regular": 58727, - "ic_fluent_data_trending_20_filled": 58728, - "ic_fluent_data_trending_20_regular": 58729, - "ic_fluent_data_usage_20_filled": 58730, - "ic_fluent_data_usage_20_regular": 58731, - "ic_fluent_data_usage_edit_20_filled": 58732, - "ic_fluent_data_usage_edit_20_regular": 58733, - "ic_fluent_data_usage_settings_20_filled": 58734, - "ic_fluent_data_usage_settings_20_regular": 58735, - "ic_fluent_data_usage_toolbox_20_filled": 58736, - "ic_fluent_data_usage_toolbox_20_regular": 58737, - "ic_fluent_data_waterfall_20_filled": 58738, - "ic_fluent_data_waterfall_20_regular": 58739, - "ic_fluent_data_whisker_20_filled": 58740, - "ic_fluent_data_whisker_20_regular": 58741, - "ic_fluent_database_20_filled": 58742, - "ic_fluent_database_20_regular": 58743, - "ic_fluent_database_arrow_down_20_filled": 58744, - "ic_fluent_database_arrow_down_20_regular": 58745, - "ic_fluent_database_arrow_right_20_filled": 58746, - "ic_fluent_database_arrow_right_20_regular": 58747, - "ic_fluent_database_arrow_up_20_filled": 58748, - "ic_fluent_database_arrow_up_20_regular": 58749, - "ic_fluent_database_lightning_20_filled": 58750, - "ic_fluent_database_lightning_20_regular": 58751, - "ic_fluent_database_link_20_filled": 58752, - "ic_fluent_database_link_20_regular": 58753, - "ic_fluent_database_multiple_20_filled": 58754, - "ic_fluent_database_multiple_20_regular": 58755, - "ic_fluent_database_person_20_filled": 58756, - "ic_fluent_database_person_20_regular": 58757, - "ic_fluent_database_plug_connected_20_filled": 58758, - "ic_fluent_database_plug_connected_20_regular": 58759, - "ic_fluent_database_search_20_filled": 58760, - "ic_fluent_database_search_20_regular": 58761, - "ic_fluent_database_switch_20_filled": 58762, - "ic_fluent_database_switch_20_regular": 58763, - "ic_fluent_database_warning_20_filled": 58764, - "ic_fluent_database_warning_20_regular": 58765, - "ic_fluent_database_window_20_filled": 58766, - "ic_fluent_database_window_20_regular": 58767, - "ic_fluent_decimal_arrow_left_20_filled": 58768, - "ic_fluent_decimal_arrow_left_20_regular": 58769, - "ic_fluent_decimal_arrow_right_20_filled": 58770, - "ic_fluent_decimal_arrow_right_20_regular": 58771, - "ic_fluent_delete_20_filled": 58772, - "ic_fluent_delete_20_regular": 58773, - "ic_fluent_delete_arrow_back_20_filled": 58774, - "ic_fluent_delete_arrow_back_20_regular": 58775, - "ic_fluent_delete_dismiss_20_filled": 58776, - "ic_fluent_delete_dismiss_20_regular": 58777, - "ic_fluent_delete_lines_20_filled": 58778, - "ic_fluent_delete_lines_20_regular": 58779, - "ic_fluent_delete_off_20_filled": 58780, - "ic_fluent_delete_off_20_regular": 58781, - "ic_fluent_dentist_20_filled": 58782, - "ic_fluent_dentist_20_regular": 58783, - "ic_fluent_design_ideas_20_filled": 58784, - "ic_fluent_design_ideas_20_regular": 58785, - "ic_fluent_desk_20_filled": 58786, - "ic_fluent_desk_20_regular": 58787, - "ic_fluent_desktop_20_filled": 58788, - "ic_fluent_desktop_20_regular": 58789, - "ic_fluent_desktop_arrow_down_20_filled": 58790, - "ic_fluent_desktop_arrow_down_20_regular": 58791, - "ic_fluent_desktop_arrow_right_20_filled": 58792, - "ic_fluent_desktop_arrow_right_20_regular": 58793, - "ic_fluent_desktop_checkmark_20_filled": 58794, - "ic_fluent_desktop_checkmark_20_regular": 58795, - "ic_fluent_desktop_cursor_20_filled": 58796, - "ic_fluent_desktop_cursor_20_regular": 58797, - "ic_fluent_desktop_edit_20_filled": 58798, - "ic_fluent_desktop_edit_20_regular": 58799, - "ic_fluent_desktop_flow_20_filled": 58800, - "ic_fluent_desktop_flow_20_regular": 58801, - "ic_fluent_desktop_keyboard_20_filled": 58802, - "ic_fluent_desktop_keyboard_20_regular": 58803, - "ic_fluent_desktop_mac_20_filled": 58804, - "ic_fluent_desktop_mac_20_regular": 58805, - "ic_fluent_desktop_pulse_20_filled": 58806, - "ic_fluent_desktop_pulse_20_regular": 58807, - "ic_fluent_desktop_signal_20_filled": 58808, - "ic_fluent_desktop_signal_20_regular": 58809, - "ic_fluent_desktop_speaker_20_filled": 58810, - "ic_fluent_desktop_speaker_20_regular": 58811, - "ic_fluent_desktop_speaker_off_20_filled": 58812, - "ic_fluent_desktop_speaker_off_20_regular": 58813, - "ic_fluent_desktop_sync_20_filled": 58814, - "ic_fluent_desktop_sync_20_regular": 58815, - "ic_fluent_desktop_toolbox_20_filled": 58816, - "ic_fluent_desktop_toolbox_20_regular": 58817, - "ic_fluent_desktop_tower_20_filled": 58818, - "ic_fluent_desktop_tower_20_regular": 58819, - "ic_fluent_developer_board_20_filled": 58820, - "ic_fluent_developer_board_20_regular": 58821, - "ic_fluent_developer_board_lightning_20_filled": 58822, - "ic_fluent_developer_board_lightning_20_regular": 58823, - "ic_fluent_developer_board_lightning_toolbox_20_filled": 58824, - "ic_fluent_developer_board_lightning_toolbox_20_regular": 58825, - "ic_fluent_developer_board_search_20_filled": 58826, - "ic_fluent_developer_board_search_20_regular": 58827, - "ic_fluent_device_eq_20_filled": 58828, - "ic_fluent_device_eq_20_regular": 58829, - "ic_fluent_device_meeting_room_20_filled": 58830, - "ic_fluent_device_meeting_room_20_regular": 58831, - "ic_fluent_device_meeting_room_remote_20_filled": 58832, - "ic_fluent_device_meeting_room_remote_20_regular": 58833, - "ic_fluent_diagram_20_filled": 58834, - "ic_fluent_diagram_20_regular": 58835, - "ic_fluent_dialpad_20_filled": 58836, - "ic_fluent_dialpad_20_regular": 58837, - "ic_fluent_dialpad_off_20_filled": 58838, - "ic_fluent_dialpad_off_20_regular": 58839, - "ic_fluent_dialpad_question_mark_20_filled": 58840, - "ic_fluent_dialpad_question_mark_20_regular": 58841, - "ic_fluent_diamond_20_filled": 58842, - "ic_fluent_diamond_20_regular": 58843, - "ic_fluent_directions_20_filled": 58844, - "ic_fluent_directions_20_regular": 58845, - "ic_fluent_dishwasher_20_filled": 58846, - "ic_fluent_dishwasher_20_regular": 58847, - "ic_fluent_dismiss_20_filled": 58848, - "ic_fluent_dismiss_20_regular": 58849, - "ic_fluent_dismiss_circle_20_filled": 58850, - "ic_fluent_dismiss_circle_20_regular": 58851, - "ic_fluent_dismiss_square_20_filled": 58852, - "ic_fluent_dismiss_square_20_regular": 58853, - "ic_fluent_dismiss_square_multiple_20_filled": 58854, - "ic_fluent_dismiss_square_multiple_20_regular": 58855, - "ic_fluent_diversity_20_filled": 58856, - "ic_fluent_diversity_20_regular": 58857, - "ic_fluent_divider_short_20_filled": 58858, - "ic_fluent_divider_short_20_regular": 58859, - "ic_fluent_divider_tall_20_filled": 58860, - "ic_fluent_divider_tall_20_regular": 58861, - "ic_fluent_dock_20_filled": 58862, - "ic_fluent_dock_20_regular": 58863, - "ic_fluent_dock_row_20_filled": 58864, - "ic_fluent_dock_row_20_regular": 58865, - "ic_fluent_doctor_20_filled": 58866, - "ic_fluent_doctor_20_regular": 58867, - "ic_fluent_document_100_20_filled": 58868, - "ic_fluent_document_100_20_regular": 58869, - "ic_fluent_document_20_filled": 58870, - "ic_fluent_document_20_regular": 58871, - "ic_fluent_document_add_20_filled": 58872, - "ic_fluent_document_add_20_regular": 58873, - "ic_fluent_document_arrow_down_20_filled": 58874, - "ic_fluent_document_arrow_down_20_regular": 58875, - "ic_fluent_document_arrow_left_20_filled": 58876, - "ic_fluent_document_arrow_left_20_regular": 58877, - "ic_fluent_document_arrow_right_20_filled": 58878, - "ic_fluent_document_arrow_right_20_regular": 58879, - "ic_fluent_document_arrow_up_20_filled": 58880, - "ic_fluent_document_arrow_up_20_regular": 58881, - "ic_fluent_document_border_20_filled": 58882, - "ic_fluent_document_border_20_regular": 58883, - "ic_fluent_document_border_print_20_filled": 58884, - "ic_fluent_document_border_print_20_regular": 58885, - "ic_fluent_document_briefcase_20_filled": 58886, - "ic_fluent_document_briefcase_20_regular": 58887, - "ic_fluent_document_bullet_list_20_filled": 58888, - "ic_fluent_document_bullet_list_20_regular": 58889, - "ic_fluent_document_bullet_list_arrow_left_20_filled": 58890, - "ic_fluent_document_bullet_list_arrow_left_20_regular": 58891, - "ic_fluent_document_bullet_list_clock_20_filled": 58892, - "ic_fluent_document_bullet_list_clock_20_regular": 58893, - "ic_fluent_document_bullet_list_cube_20_filled": 58894, - "ic_fluent_document_bullet_list_cube_20_regular": 58895, - "ic_fluent_document_bullet_list_multiple_20_filled": 58896, - "ic_fluent_document_bullet_list_multiple_20_regular": 58897, - "ic_fluent_document_bullet_list_off_20_filled": 58898, - "ic_fluent_document_bullet_list_off_20_regular": 58899, - "ic_fluent_document_catch_up_20_filled": 58900, - "ic_fluent_document_catch_up_20_regular": 58901, - "ic_fluent_document_checkmark_20_filled": 58902, - "ic_fluent_document_checkmark_20_regular": 58903, - "ic_fluent_document_chevron_double_20_filled": 58904, - "ic_fluent_document_chevron_double_20_regular": 58905, - "ic_fluent_document_copy_20_filled": 58906, - "ic_fluent_document_copy_20_regular": 58907, - "ic_fluent_document_css_20_filled": 58908, - "ic_fluent_document_css_20_regular": 58909, - "ic_fluent_document_cube_20_filled": 58910, - "ic_fluent_document_cube_20_regular": 58911, - "ic_fluent_document_data_20_filled": 58912, - "ic_fluent_document_data_20_regular": 58913, - "ic_fluent_document_data_link_20_filled": 58914, - "ic_fluent_document_data_link_20_regular": 58915, - "ic_fluent_document_data_lock_20_filled": 58916, - "ic_fluent_document_data_lock_20_regular": 58917, - "ic_fluent_document_database_20_filled": 58918, - "ic_fluent_document_database_20_regular": 58919, - "ic_fluent_document_dismiss_20_filled": 58920, - "ic_fluent_document_dismiss_20_regular": 58921, - "ic_fluent_document_edit_20_filled": 58922, - "ic_fluent_document_edit_20_regular": 58923, - "ic_fluent_document_endnote_20_filled": 58924, - "ic_fluent_document_endnote_20_regular": 58925, - "ic_fluent_document_error_20_filled": 58926, - "ic_fluent_document_error_20_regular": 58927, - "ic_fluent_document_fit_20_filled": 58928, - "ic_fluent_document_fit_20_regular": 58929, - "ic_fluent_document_flowchart_20_filled": 58930, - "ic_fluent_document_flowchart_20_regular": 58931, - "ic_fluent_document_folder_20_filled": 58932, - "ic_fluent_document_folder_20_regular": 58933, - "ic_fluent_document_footer_20_filled": 58934, - "ic_fluent_document_footer_20_regular": 58935, - "ic_fluent_document_footer_dismiss_20_filled": 58936, - "ic_fluent_document_footer_dismiss_20_regular": 58937, - "ic_fluent_document_header_20_filled": 58938, - "ic_fluent_document_header_20_regular": 58939, - "ic_fluent_document_header_arrow_down_20_filled": 58940, - "ic_fluent_document_header_arrow_down_20_regular": 58941, - "ic_fluent_document_header_dismiss_20_filled": 58942, - "ic_fluent_document_header_dismiss_20_regular": 58943, - "ic_fluent_document_header_footer_20_filled": 58944, - "ic_fluent_document_header_footer_20_regular": 58945, - "ic_fluent_document_heart_20_filled": 58946, - "ic_fluent_document_heart_20_regular": 58947, - "ic_fluent_document_heart_pulse_20_filled": 58948, - "ic_fluent_document_heart_pulse_20_regular": 58949, - "ic_fluent_document_image_20_filled": 58950, - "ic_fluent_document_image_20_regular": 58951, - "ic_fluent_document_java_20_filled": 58952, - "ic_fluent_document_java_20_regular": 58953, - "ic_fluent_document_javascript_20_filled": 58954, - "ic_fluent_document_javascript_20_regular": 58955, - "ic_fluent_document_key_20_filled": 58956, - "ic_fluent_document_key_20_regular": 58957, - "ic_fluent_document_landscape_20_filled": 58958, - "ic_fluent_document_landscape_20_regular": 58959, - "ic_fluent_document_landscape_data_20_filled": 58960, - "ic_fluent_document_landscape_data_20_regular": 58961, - "ic_fluent_document_landscape_split_20_filled": 58962, - "ic_fluent_document_landscape_split_20_regular": 58963, - "ic_fluent_document_landscape_split_hint_20_filled": 58964, - "ic_fluent_document_landscape_split_hint_20_regular": 58965, - "ic_fluent_document_lightning_20_filled": 58966, - "ic_fluent_document_lightning_20_regular": 58967, - "ic_fluent_document_link_20_filled": 58968, - "ic_fluent_document_link_20_regular": 58969, - "ic_fluent_document_lock_20_filled": 58970, - "ic_fluent_document_lock_20_regular": 58971, - "ic_fluent_document_margins_20_filled": 58972, - "ic_fluent_document_margins_20_regular": 58973, - "ic_fluent_document_mention_20_filled": 58974, - "ic_fluent_document_mention_20_regular": 58975, - "ic_fluent_document_multiple_20_filled": 58976, - "ic_fluent_document_multiple_20_regular": 58977, - "ic_fluent_document_multiple_percent_20_filled": 58978, - "ic_fluent_document_multiple_percent_20_regular": 58979, - "ic_fluent_document_multiple_prohibited_20_filled": 58980, - "ic_fluent_document_multiple_prohibited_20_regular": 58981, - "ic_fluent_document_multiple_sync_20_filled": 58982, - "ic_fluent_document_multiple_sync_20_regular": 58983, - "ic_fluent_document_one_page_20_filled": 58984, - "ic_fluent_document_one_page_20_regular": 58985, - "ic_fluent_document_one_page_add_20_filled": 58986, - "ic_fluent_document_one_page_add_20_regular": 58987, - "ic_fluent_document_one_page_columns_20_filled": 58988, - "ic_fluent_document_one_page_columns_20_regular": 58989, - "ic_fluent_document_one_page_link_20_filled": 58990, - "ic_fluent_document_one_page_link_20_regular": 58991, - "ic_fluent_document_one_page_multiple_20_filled": 58992, - "ic_fluent_document_one_page_multiple_20_regular": 58993, - "ic_fluent_document_one_page_sparkle_20_filled": 58994, - "ic_fluent_document_one_page_sparkle_20_regular": 58995, - "ic_fluent_document_page_bottom_center_20_filled": 58996, - "ic_fluent_document_page_bottom_center_20_regular": 58997, - "ic_fluent_document_page_bottom_left_20_filled": 58998, - "ic_fluent_document_page_bottom_left_20_regular": 58999, - "ic_fluent_document_page_bottom_right_20_filled": 59000, - "ic_fluent_document_page_bottom_right_20_regular": 59001, - "ic_fluent_document_page_break_20_filled": 59002, - "ic_fluent_document_page_break_20_regular": 59003, - "ic_fluent_document_page_number_20_filled": 59004, - "ic_fluent_document_page_number_20_regular": 59005, - "ic_fluent_document_page_top_center_20_filled": 59006, - "ic_fluent_document_page_top_center_20_regular": 59007, - "ic_fluent_document_page_top_left_20_filled": 59008, - "ic_fluent_document_page_top_left_20_regular": 59009, - "ic_fluent_document_page_top_right_20_filled": 59010, - "ic_fluent_document_page_top_right_20_regular": 59011, - "ic_fluent_document_pdf_20_filled": 59012, - "ic_fluent_document_pdf_20_regular": 59013, - "ic_fluent_document_percent_20_filled": 59014, - "ic_fluent_document_percent_20_regular": 59015, - "ic_fluent_document_person_20_filled": 59016, - "ic_fluent_document_person_20_regular": 59017, - "ic_fluent_document_pill_20_filled": 59018, - "ic_fluent_document_pill_20_regular": 59019, - "ic_fluent_document_print_20_filled": 59020, - "ic_fluent_document_print_20_regular": 59021, - "ic_fluent_document_prohibited_20_filled": 59022, - "ic_fluent_document_prohibited_20_regular": 59023, - "ic_fluent_document_question_mark_20_filled": 59024, - "ic_fluent_document_question_mark_20_regular": 59025, - "ic_fluent_document_queue_20_filled": 59026, - "ic_fluent_document_queue_20_regular": 59027, - "ic_fluent_document_queue_add_20_filled": 59028, - "ic_fluent_document_queue_add_20_regular": 59029, - "ic_fluent_document_queue_multiple_20_filled": 59030, - "ic_fluent_document_queue_multiple_20_regular": 59031, - "ic_fluent_document_ribbon_20_filled": 59032, - "ic_fluent_document_ribbon_20_regular": 59033, - "ic_fluent_document_sass_20_filled": 59034, - "ic_fluent_document_sass_20_regular": 59035, - "ic_fluent_document_save_20_filled": 59036, - "ic_fluent_document_save_20_regular": 59037, - "ic_fluent_document_search_20_filled": 59038, - "ic_fluent_document_search_20_regular": 59039, - "ic_fluent_document_settings_20_filled": 59040, - "ic_fluent_document_settings_20_regular": 59041, - "ic_fluent_document_split_hint_20_filled": 59042, - "ic_fluent_document_split_hint_20_regular": 59043, - "ic_fluent_document_split_hint_off_20_filled": 59044, - "ic_fluent_document_split_hint_off_20_regular": 59045, - "ic_fluent_document_sync_20_filled": 59046, - "ic_fluent_document_sync_20_regular": 59047, - "ic_fluent_document_table_20_filled": 59048, - "ic_fluent_document_table_20_regular": 59049, - "ic_fluent_document_table_arrow_right_20_filled": 59050, - "ic_fluent_document_table_arrow_right_20_regular": 59051, - "ic_fluent_document_table_checkmark_20_filled": 59052, - "ic_fluent_document_table_checkmark_20_regular": 59053, - "ic_fluent_document_table_cube_20_filled": 59054, - "ic_fluent_document_table_cube_20_regular": 59055, - "ic_fluent_document_table_search_20_filled": 59056, - "ic_fluent_document_table_search_20_regular": 59057, - "ic_fluent_document_table_truck_20_filled": 59058, - "ic_fluent_document_table_truck_20_regular": 59059, - "ic_fluent_document_text_20_filled": 59060, - "ic_fluent_document_text_20_regular": 59061, - "ic_fluent_document_text_clock_20_filled": 59062, - "ic_fluent_document_text_clock_20_regular": 59063, - "ic_fluent_document_text_extract_20_filled": 59064, - "ic_fluent_document_text_extract_20_regular": 59065, - "ic_fluent_document_text_link_20_filled": 59066, - "ic_fluent_document_text_link_20_regular": 59067, - "ic_fluent_document_text_toolbox_20_filled": 59068, - "ic_fluent_document_text_toolbox_20_regular": 59069, - "ic_fluent_document_toolbox_20_filled": 59070, - "ic_fluent_document_toolbox_20_regular": 59071, - "ic_fluent_document_width_20_filled": 59072, - "ic_fluent_document_width_20_regular": 59073, - "ic_fluent_document_yml_20_filled": 59074, - "ic_fluent_document_yml_20_regular": 59075, - "ic_fluent_door_20_filled": 59076, - "ic_fluent_door_20_regular": 59077, - "ic_fluent_door_arrow_left_20_filled": 59078, - "ic_fluent_door_arrow_left_20_regular": 59079, - "ic_fluent_door_arrow_right_20_filled": 59080, - "ic_fluent_door_arrow_right_20_regular": 59081, - "ic_fluent_door_tag_20_filled": 59082, - "ic_fluent_door_tag_20_regular": 59083, - "ic_fluent_double_swipe_down_20_filled": 59084, - "ic_fluent_double_swipe_down_20_regular": 59085, - "ic_fluent_double_swipe_up_20_filled": 59086, - "ic_fluent_double_swipe_up_20_regular": 59087, - "ic_fluent_double_tap_swipe_down_20_filled": 59088, - "ic_fluent_double_tap_swipe_down_20_regular": 59089, - "ic_fluent_double_tap_swipe_up_20_filled": 59090, - "ic_fluent_double_tap_swipe_up_20_regular": 59091, - "ic_fluent_drafts_20_filled": 59092, - "ic_fluent_drafts_20_regular": 59093, - "ic_fluent_drag_20_filled": 59094, - "ic_fluent_drag_20_regular": 59095, - "ic_fluent_draw_image_20_filled": 59096, - "ic_fluent_draw_image_20_regular": 59097, - "ic_fluent_draw_shape_20_filled": 59098, - "ic_fluent_draw_shape_20_regular": 59099, - "ic_fluent_draw_text_20_filled": 59100, - "ic_fluent_draw_text_20_regular": 59101, - "ic_fluent_drawer_20_filled": 59102, - "ic_fluent_drawer_20_regular": 59103, - "ic_fluent_drawer_add_20_filled": 59104, - "ic_fluent_drawer_add_20_regular": 59105, - "ic_fluent_drawer_arrow_download_20_filled": 59106, - "ic_fluent_drawer_arrow_download_20_regular": 59107, - "ic_fluent_drawer_dismiss_20_filled": 59108, - "ic_fluent_drawer_dismiss_20_regular": 59109, - "ic_fluent_drawer_play_20_filled": 59110, - "ic_fluent_drawer_play_20_regular": 59111, - "ic_fluent_drawer_subtract_20_filled": 59112, - "ic_fluent_drawer_subtract_20_regular": 59113, - "ic_fluent_drink_beer_20_filled": 59114, - "ic_fluent_drink_beer_20_regular": 59115, - "ic_fluent_drink_bottle_20_filled": 59116, - "ic_fluent_drink_bottle_20_regular": 59117, - "ic_fluent_drink_bottle_off_20_filled": 59118, - "ic_fluent_drink_bottle_off_20_regular": 59119, - "ic_fluent_drink_coffee_20_filled": 59120, - "ic_fluent_drink_coffee_20_regular": 59121, - "ic_fluent_drink_margarita_20_filled": 59122, - "ic_fluent_drink_margarita_20_regular": 59123, - "ic_fluent_drink_to_go_20_filled": 59124, - "ic_fluent_drink_to_go_20_regular": 59125, - "ic_fluent_drink_wine_20_filled": 59126, - "ic_fluent_drink_wine_20_regular": 59127, - "ic_fluent_drive_train_20_filled": 59128, - "ic_fluent_drive_train_20_regular": 59129, - "ic_fluent_drop_20_filled": 59130, - "ic_fluent_drop_20_regular": 59131, - "ic_fluent_dual_screen_20_filled": 59132, - "ic_fluent_dual_screen_20_regular": 59133, - "ic_fluent_dual_screen_add_20_filled": 59134, - "ic_fluent_dual_screen_add_20_regular": 59135, - "ic_fluent_dual_screen_arrow_right_20_filled": 59136, - "ic_fluent_dual_screen_arrow_right_20_regular": 59137, - "ic_fluent_dual_screen_arrow_up_20_filled": 59138, - "ic_fluent_dual_screen_arrow_up_20_regular": 59139, - "ic_fluent_dual_screen_clock_20_filled": 59140, - "ic_fluent_dual_screen_clock_20_regular": 59141, - "ic_fluent_dual_screen_closed_alert_20_filled": 59142, - "ic_fluent_dual_screen_closed_alert_20_regular": 59143, - "ic_fluent_dual_screen_desktop_20_filled": 59144, - "ic_fluent_dual_screen_desktop_20_regular": 59145, - "ic_fluent_dual_screen_dismiss_20_filled": 59146, - "ic_fluent_dual_screen_dismiss_20_regular": 59147, - "ic_fluent_dual_screen_group_20_filled": 59148, - "ic_fluent_dual_screen_group_20_regular": 59149, - "ic_fluent_dual_screen_header_20_filled": 59150, - "ic_fluent_dual_screen_header_20_regular": 59151, - "ic_fluent_dual_screen_lock_20_filled": 59152, - "ic_fluent_dual_screen_lock_20_regular": 59153, - "ic_fluent_dual_screen_mirror_20_filled": 59154, - "ic_fluent_dual_screen_mirror_20_regular": 59155, - "ic_fluent_dual_screen_pagination_20_filled": 59156, - "ic_fluent_dual_screen_pagination_20_regular": 59157, - "ic_fluent_dual_screen_settings_20_filled": 59158, - "ic_fluent_dual_screen_settings_20_regular": 59159, - "ic_fluent_dual_screen_span_20_filled": 59160, - "ic_fluent_dual_screen_span_20_regular": 59161, - "ic_fluent_dual_screen_speaker_20_filled": 59162, - "ic_fluent_dual_screen_speaker_20_regular": 59163, - "ic_fluent_dual_screen_status_bar_20_filled": 59164, - "ic_fluent_dual_screen_status_bar_20_regular": 59165, - "ic_fluent_dual_screen_tablet_20_filled": 59166, - "ic_fluent_dual_screen_tablet_20_regular": 59167, - "ic_fluent_dual_screen_update_20_filled": 59168, - "ic_fluent_dual_screen_update_20_regular": 59169, - "ic_fluent_dual_screen_vertical_scroll_20_filled": 59170, - "ic_fluent_dual_screen_vertical_scroll_20_regular": 59171, - "ic_fluent_dual_screen_vibrate_20_filled": 59172, - "ic_fluent_dual_screen_vibrate_20_regular": 59173, - "ic_fluent_dumbbell_20_filled": 59174, - "ic_fluent_dumbbell_20_regular": 59175, - "ic_fluent_dust_20_filled": 59176, - "ic_fluent_dust_20_regular": 59177, - "ic_fluent_earth_20_filled": 59178, - "ic_fluent_earth_20_regular": 59179, - "ic_fluent_earth_leaf_20_filled": 59180, - "ic_fluent_earth_leaf_20_regular": 59181, - "ic_fluent_edit_20_filled": 59182, - "ic_fluent_edit_20_regular": 59183, - "ic_fluent_edit_arrow_back_20_filled": 59184, - "ic_fluent_edit_arrow_back_20_regular": 59185, - "ic_fluent_edit_off_20_filled": 59186, - "ic_fluent_edit_off_20_regular": 59187, - "ic_fluent_edit_prohibited_20_filled": 59188, - "ic_fluent_edit_prohibited_20_regular": 59189, - "ic_fluent_edit_settings_20_filled": 59190, - "ic_fluent_edit_settings_20_regular": 59191, - "ic_fluent_elevator_20_filled": 59192, - "ic_fluent_elevator_20_regular": 59193, - "ic_fluent_emoji_20_filled": 59194, - "ic_fluent_emoji_20_regular": 59195, - "ic_fluent_emoji_add_20_filled": 59196, - "ic_fluent_emoji_add_20_regular": 59197, - "ic_fluent_emoji_angry_20_filled": 59198, - "ic_fluent_emoji_angry_20_regular": 59199, - "ic_fluent_emoji_edit_20_filled": 59200, - "ic_fluent_emoji_edit_20_regular": 59201, - "ic_fluent_emoji_hand_20_filled": 59202, - "ic_fluent_emoji_hand_20_regular": 59203, - "ic_fluent_emoji_hint_20_filled": 59204, - "ic_fluent_emoji_hint_20_regular": 59205, - "ic_fluent_emoji_laugh_20_filled": 59206, - "ic_fluent_emoji_laugh_20_regular": 59207, - "ic_fluent_emoji_meh_20_filled": 59208, - "ic_fluent_emoji_meh_20_regular": 59209, - "ic_fluent_emoji_multiple_20_filled": 59210, - "ic_fluent_emoji_multiple_20_regular": 59211, - "ic_fluent_emoji_sad_20_filled": 59212, - "ic_fluent_emoji_sad_20_regular": 59213, - "ic_fluent_emoji_sad_slight_20_filled": 59214, - "ic_fluent_emoji_sad_slight_20_regular": 59215, - "ic_fluent_emoji_smile_slight_20_filled": 59216, - "ic_fluent_emoji_smile_slight_20_regular": 59217, - "ic_fluent_emoji_sparkle_20_filled": 59218, - "ic_fluent_emoji_sparkle_20_regular": 59219, - "ic_fluent_emoji_surprise_20_filled": 59220, - "ic_fluent_emoji_surprise_20_regular": 59221, - "ic_fluent_engine_20_filled": 59222, - "ic_fluent_engine_20_regular": 59223, - "ic_fluent_equal_circle_20_filled": 59224, - "ic_fluent_equal_circle_20_regular": 59225, - "ic_fluent_equal_off_20_filled": 59226, - "ic_fluent_equal_off_20_regular": 59227, - "ic_fluent_eraser_20_filled": 59228, - "ic_fluent_eraser_20_regular": 59229, - "ic_fluent_eraser_medium_20_filled": 59230, - "ic_fluent_eraser_medium_20_regular": 59231, - "ic_fluent_eraser_segment_20_filled": 59232, - "ic_fluent_eraser_segment_20_regular": 59233, - "ic_fluent_eraser_small_20_filled": 59234, - "ic_fluent_eraser_small_20_regular": 59235, - "ic_fluent_eraser_tool_20_filled": 59236, - "ic_fluent_eraser_tool_20_regular": 59237, - "ic_fluent_error_circle_20_filled": 59238, - "ic_fluent_error_circle_20_regular": 59239, - "ic_fluent_error_circle_settings_20_filled": 59240, - "ic_fluent_error_circle_settings_20_regular": 59241, - "ic_fluent_expand_up_left_20_filled": 59242, - "ic_fluent_expand_up_left_20_regular": 59243, - "ic_fluent_expand_up_right_20_filled": 59244, - "ic_fluent_expand_up_right_20_regular": 59245, - "ic_fluent_extended_dock_20_filled": 59246, - "ic_fluent_extended_dock_20_regular": 59247, - "ic_fluent_eye_20_filled": 59248, - "ic_fluent_eye_20_regular": 59249, - "ic_fluent_eye_lines_20_filled": 59250, - "ic_fluent_eye_lines_20_regular": 59251, - "ic_fluent_eye_off_20_filled": 59252, - "ic_fluent_eye_off_20_regular": 59253, - "ic_fluent_eye_tracking_20_filled": 59254, - "ic_fluent_eye_tracking_20_regular": 59255, - "ic_fluent_eye_tracking_off_20_filled": 59256, - "ic_fluent_eye_tracking_off_20_regular": 59257, - "ic_fluent_eyedropper_20_filled": 59258, - "ic_fluent_eyedropper_20_regular": 59259, - "ic_fluent_eyedropper_off_20_filled": 59260, - "ic_fluent_eyedropper_off_20_regular": 59261, - "ic_fluent_f_stop_20_filled": 59262, - "ic_fluent_f_stop_20_regular": 59263, - "ic_fluent_fast_acceleration_20_filled": 59264, - "ic_fluent_fast_acceleration_20_regular": 59265, - "ic_fluent_fast_forward_20_filled": 59266, - "ic_fluent_fast_forward_20_regular": 59267, - "ic_fluent_fax_20_filled": 59268, - "ic_fluent_fax_20_regular": 59269, - "ic_fluent_feed_20_filled": 59270, - "ic_fluent_feed_20_regular": 59271, - "ic_fluent_filmstrip_20_filled": 59272, - "ic_fluent_filmstrip_20_regular": 59273, - "ic_fluent_filmstrip_image_20_filled": 59274, - "ic_fluent_filmstrip_image_20_regular": 59275, - "ic_fluent_filmstrip_play_20_filled": 59276, - "ic_fluent_filmstrip_play_20_regular": 59277, - "ic_fluent_filmstrip_split_20_filled": 59278, - "ic_fluent_filmstrip_split_20_regular": 59279, - "ic_fluent_filter_20_filled": 59280, - "ic_fluent_filter_20_regular": 59281, - "ic_fluent_filter_add_20_filled": 59282, - "ic_fluent_filter_add_20_regular": 59283, - "ic_fluent_filter_dismiss_20_filled": 59284, - "ic_fluent_filter_dismiss_20_regular": 59285, - "ic_fluent_filter_sync_20_filled": 59286, - "ic_fluent_filter_sync_20_regular": 59287, - "ic_fluent_fingerprint_20_filled": 59288, - "ic_fluent_fingerprint_20_regular": 59289, - "ic_fluent_fire_20_filled": 59290, - "ic_fluent_fire_20_regular": 59291, - "ic_fluent_fireplace_20_filled": 59292, - "ic_fluent_fireplace_20_regular": 59293, - "ic_fluent_fixed_width_20_filled": 59294, - "ic_fluent_fixed_width_20_regular": 59295, - "ic_fluent_flag_20_filled": 59296, - "ic_fluent_flag_20_regular": 59297, - "ic_fluent_flag_checkered_20_filled": 59298, - "ic_fluent_flag_checkered_20_regular": 59299, - "ic_fluent_flag_clock_20_filled": 59300, - "ic_fluent_flag_clock_20_regular": 59301, - "ic_fluent_flag_off_20_filled": 59302, - "ic_fluent_flag_off_20_regular": 59303, - "ic_fluent_flag_pride_20_filled": 59304, - "ic_fluent_flag_pride_intersex_inclusive_progress_20_filled": 59305, - "ic_fluent_flag_pride_philadelphia_20_filled": 59306, - "ic_fluent_flag_pride_progress_20_filled": 59307, - "ic_fluent_flash_20_filled": 59308, - "ic_fluent_flash_20_regular": 59309, - "ic_fluent_flash_add_20_filled": 59310, - "ic_fluent_flash_add_20_regular": 59311, - "ic_fluent_flash_auto_20_filled": 59312, - "ic_fluent_flash_auto_20_regular": 59313, - "ic_fluent_flash_checkmark_20_filled": 59314, - "ic_fluent_flash_checkmark_20_regular": 59315, - "ic_fluent_flash_flow_20_filled": 59316, - "ic_fluent_flash_flow_20_regular": 59317, - "ic_fluent_flash_off_20_filled": 59318, - "ic_fluent_flash_off_20_regular": 59319, - "ic_fluent_flash_play_20_filled": 59320, - "ic_fluent_flash_play_20_regular": 59321, - "ic_fluent_flash_settings_20_filled": 59322, - "ic_fluent_flash_settings_20_regular": 59323, - "ic_fluent_flash_sparkle_20_filled": 59324, - "ic_fluent_flash_sparkle_20_regular": 59325, - "ic_fluent_flashlight_20_filled": 59326, - "ic_fluent_flashlight_20_regular": 59327, - "ic_fluent_flashlight_off_20_filled": 59328, - "ic_fluent_flashlight_off_20_regular": 59329, - "ic_fluent_flip_horizontal_20_filled": 59330, - "ic_fluent_flip_horizontal_20_regular": 59331, - "ic_fluent_flip_vertical_20_filled": 59332, - "ic_fluent_flip_vertical_20_regular": 59333, - "ic_fluent_flow_20_filled": 59334, - "ic_fluent_flow_20_regular": 59335, - "ic_fluent_flowchart_20_filled": 59336, - "ic_fluent_flowchart_20_regular": 59337, - "ic_fluent_flowchart_circle_20_filled": 59338, - "ic_fluent_flowchart_circle_20_regular": 59339, - "ic_fluent_fluent_20_filled": 59340, - "ic_fluent_fluent_20_regular": 59341, - "ic_fluent_fluid_20_filled": 59342, - "ic_fluent_fluid_20_regular": 59343, - "ic_fluent_folder_20_filled": 59344, - "ic_fluent_folder_20_regular": 59345, - "ic_fluent_folder_add_20_filled": 59346, - "ic_fluent_folder_add_20_regular": 59347, - "ic_fluent_folder_arrow_left_20_filled": 59348, - "ic_fluent_folder_arrow_left_20_regular": 59349, - "ic_fluent_folder_arrow_right_20_filled": 59350, - "ic_fluent_folder_arrow_right_20_regular": 59351, - "ic_fluent_folder_arrow_up_20_filled": 59352, - "ic_fluent_folder_arrow_up_20_regular": 59353, - "ic_fluent_folder_briefcase_20_filled": 59354, - "ic_fluent_folder_briefcase_20_regular": 59355, - "ic_fluent_folder_globe_20_filled": 59356, - "ic_fluent_folder_globe_20_regular": 59357, - "ic_fluent_folder_lightning_20_filled": 59358, - "ic_fluent_folder_lightning_20_regular": 59359, - "ic_fluent_folder_link_20_filled": 59360, - "ic_fluent_folder_link_20_regular": 59361, - "ic_fluent_folder_list_20_filled": 59362, - "ic_fluent_folder_list_20_regular": 59363, - "ic_fluent_folder_mail_20_filled": 59364, - "ic_fluent_folder_mail_20_regular": 59365, - "ic_fluent_folder_open_20_filled": 59366, - "ic_fluent_folder_open_20_regular": 59367, - "ic_fluent_folder_open_vertical_20_filled": 59368, - "ic_fluent_folder_open_vertical_20_regular": 59369, - "ic_fluent_folder_people_20_filled": 59370, - "ic_fluent_folder_people_20_regular": 59371, - "ic_fluent_folder_person_20_filled": 59372, - "ic_fluent_folder_person_20_regular": 59373, - "ic_fluent_folder_prohibited_20_filled": 59374, - "ic_fluent_folder_prohibited_20_regular": 59375, - "ic_fluent_folder_search_20_filled": 59376, - "ic_fluent_folder_search_20_regular": 59377, - "ic_fluent_folder_swap_20_filled": 59378, - "ic_fluent_folder_swap_20_regular": 59379, - "ic_fluent_folder_sync_20_filled": 59380, - "ic_fluent_folder_sync_20_regular": 59381, - "ic_fluent_folder_zip_20_filled": 59382, - "ic_fluent_folder_zip_20_regular": 59383, - "ic_fluent_font_decrease_20_filled": 59384, - "ic_fluent_font_decrease_20_regular": 59385, - "ic_fluent_font_increase_20_filled": 59386, - "ic_fluent_font_increase_20_regular": 59387, - "ic_fluent_font_space_tracking_in_20_filled": 59388, - "ic_fluent_font_space_tracking_in_20_regular": 59389, - "ic_fluent_font_space_tracking_out_20_filled": 59390, - "ic_fluent_font_space_tracking_out_20_regular": 59391, - "ic_fluent_food_20_filled": 59392, - "ic_fluent_food_20_regular": 59393, - "ic_fluent_food_apple_20_filled": 59394, - "ic_fluent_food_apple_20_regular": 59395, - "ic_fluent_food_cake_20_filled": 59396, - "ic_fluent_food_cake_20_regular": 59397, - "ic_fluent_food_carrot_20_filled": 59398, - "ic_fluent_food_carrot_20_regular": 59399, - "ic_fluent_food_chicken_leg_20_filled": 59400, - "ic_fluent_food_chicken_leg_20_regular": 59401, - "ic_fluent_food_egg_20_filled": 59402, - "ic_fluent_food_egg_20_regular": 59403, - "ic_fluent_food_fish_20_filled": 59404, - "ic_fluent_food_fish_20_regular": 59405, - "ic_fluent_food_grains_20_filled": 59406, - "ic_fluent_food_grains_20_regular": 59407, - "ic_fluent_food_pizza_20_filled": 59408, - "ic_fluent_food_pizza_20_regular": 59409, - "ic_fluent_food_toast_20_filled": 59410, - "ic_fluent_food_toast_20_regular": 59411, - "ic_fluent_form_20_filled": 59412, - "ic_fluent_form_20_regular": 59413, - "ic_fluent_form_multiple_20_filled": 59414, - "ic_fluent_form_multiple_20_regular": 59415, - "ic_fluent_form_new_20_filled": 59416, - "ic_fluent_form_new_20_regular": 59417, - "ic_fluent_fps_120_20_filled": 59418, - "ic_fluent_fps_120_20_regular": 59419, - "ic_fluent_fps_240_20_filled": 59420, - "ic_fluent_fps_240_20_regular": 59421, - "ic_fluent_fps_30_20_filled": 59422, - "ic_fluent_fps_30_20_regular": 59423, - "ic_fluent_fps_60_20_filled": 59424, - "ic_fluent_fps_60_20_regular": 59425, - "ic_fluent_fps_960_20_filled": 59426, - "ic_fluent_fps_960_20_regular": 59427, - "ic_fluent_frame_20_filled": 59428, - "ic_fluent_frame_20_regular": 59429, - "ic_fluent_full_screen_maximize_20_filled": 59430, - "ic_fluent_full_screen_maximize_20_regular": 59431, - "ic_fluent_full_screen_minimize_20_filled": 59432, - "ic_fluent_full_screen_minimize_20_regular": 59433, - "ic_fluent_games_20_filled": 59434, - "ic_fluent_games_20_regular": 59435, - "ic_fluent_gantt_chart_20_filled": 59436, - "ic_fluent_gantt_chart_20_regular": 59437, - "ic_fluent_gas_20_filled": 59438, - "ic_fluent_gas_20_regular": 59439, - "ic_fluent_gas_pump_20_filled": 59440, - "ic_fluent_gas_pump_20_regular": 59441, - "ic_fluent_gather_20_filled": 59442, - "ic_fluent_gather_20_regular": 59443, - "ic_fluent_gauge_20_filled": 59444, - "ic_fluent_gauge_20_regular": 59445, - "ic_fluent_gauge_add_20_filled": 59446, - "ic_fluent_gauge_add_20_regular": 59447, - "ic_fluent_gavel_20_filled": 59448, - "ic_fluent_gavel_20_regular": 59449, - "ic_fluent_gavel_prohibited_20_filled": 59450, - "ic_fluent_gavel_prohibited_20_regular": 59451, - "ic_fluent_gesture_20_filled": 59452, - "ic_fluent_gesture_20_regular": 59453, - "ic_fluent_gif_20_filled": 59454, - "ic_fluent_gif_20_regular": 59455, - "ic_fluent_gift_20_filled": 59456, - "ic_fluent_gift_20_regular": 59457, - "ic_fluent_gift_card_20_filled": 59458, - "ic_fluent_gift_card_20_regular": 59459, - "ic_fluent_gift_card_add_20_filled": 59460, - "ic_fluent_gift_card_add_20_regular": 59461, - "ic_fluent_gift_card_arrow_right_20_filled": 59462, - "ic_fluent_gift_card_arrow_right_20_regular": 59463, - "ic_fluent_gift_card_money_20_filled": 59464, - "ic_fluent_gift_card_money_20_regular": 59465, - "ic_fluent_gift_card_multiple_20_filled": 59466, - "ic_fluent_gift_card_multiple_20_regular": 59467, - "ic_fluent_gift_open_20_filled": 59468, - "ic_fluent_gift_open_20_regular": 59469, - "ic_fluent_glance_20_filled": 59470, - "ic_fluent_glance_20_regular": 59471, - "ic_fluent_glance_horizontal_20_filled": 59472, - "ic_fluent_glance_horizontal_20_regular": 59473, - "ic_fluent_glance_horizontal_sparkles_20_filled": 59474, - "ic_fluent_glance_horizontal_sparkles_20_regular": 59475, - "ic_fluent_glasses_20_filled": 59476, - "ic_fluent_glasses_20_regular": 59477, - "ic_fluent_glasses_off_20_filled": 59478, - "ic_fluent_glasses_off_20_regular": 59479, - "ic_fluent_globe_20_filled": 59480, - "ic_fluent_globe_20_regular": 59481, - "ic_fluent_globe_add_20_filled": 59482, - "ic_fluent_globe_add_20_regular": 59483, - "ic_fluent_globe_arrow_forward_20_filled": 59484, - "ic_fluent_globe_arrow_forward_20_regular": 59485, - "ic_fluent_globe_arrow_up_20_filled": 59486, - "ic_fluent_globe_arrow_up_20_regular": 59487, - "ic_fluent_globe_clock_20_filled": 59488, - "ic_fluent_globe_clock_20_regular": 59489, - "ic_fluent_globe_desktop_20_filled": 59490, - "ic_fluent_globe_desktop_20_regular": 59491, - "ic_fluent_globe_error_20_filled": 59492, - "ic_fluent_globe_error_20_regular": 59493, - "ic_fluent_globe_location_20_filled": 59494, - "ic_fluent_globe_location_20_regular": 59495, - "ic_fluent_globe_person_20_filled": 59496, - "ic_fluent_globe_person_20_regular": 59497, - "ic_fluent_globe_prohibited_20_filled": 59498, - "ic_fluent_globe_prohibited_20_regular": 59499, - "ic_fluent_globe_search_20_filled": 59500, - "ic_fluent_globe_search_20_regular": 59501, - "ic_fluent_globe_shield_20_filled": 59502, - "ic_fluent_globe_shield_20_regular": 59503, - "ic_fluent_globe_star_20_filled": 59504, - "ic_fluent_globe_star_20_regular": 59505, - "ic_fluent_globe_surface_20_filled": 59506, - "ic_fluent_globe_surface_20_regular": 59507, - "ic_fluent_globe_sync_20_filled": 59508, - "ic_fluent_globe_sync_20_regular": 59509, - "ic_fluent_globe_video_20_filled": 59510, - "ic_fluent_globe_video_20_regular": 59511, - "ic_fluent_globe_warning_20_filled": 59512, - "ic_fluent_globe_warning_20_regular": 59513, - "ic_fluent_grid_20_filled": 59514, - "ic_fluent_grid_20_regular": 59515, - "ic_fluent_grid_dots_20_filled": 59516, - "ic_fluent_grid_dots_20_regular": 59517, - "ic_fluent_grid_kanban_20_filled": 59518, - "ic_fluent_grid_kanban_20_regular": 59519, - "ic_fluent_group_20_filled": 59520, - "ic_fluent_group_20_regular": 59521, - "ic_fluent_group_dismiss_20_filled": 59522, - "ic_fluent_group_dismiss_20_regular": 59523, - "ic_fluent_group_list_20_filled": 59524, - "ic_fluent_group_list_20_regular": 59525, - "ic_fluent_group_return_20_filled": 59526, - "ic_fluent_group_return_20_regular": 59527, - "ic_fluent_guardian_20_filled": 59528, - "ic_fluent_guardian_20_regular": 59529, - "ic_fluent_guest_20_filled": 59530, - "ic_fluent_guest_20_regular": 59531, - "ic_fluent_guest_add_20_filled": 59532, - "ic_fluent_guest_add_20_regular": 59533, - "ic_fluent_guitar_20_filled": 59534, - "ic_fluent_guitar_20_regular": 59535, - "ic_fluent_hand_draw_20_filled": 59536, - "ic_fluent_hand_draw_20_regular": 59537, - "ic_fluent_hand_left_20_filled": 59538, - "ic_fluent_hand_left_20_regular": 59539, - "ic_fluent_hand_left_chat_20_filled": 59540, - "ic_fluent_hand_left_chat_20_regular": 59541, - "ic_fluent_hand_open_heart_20_filled": 59542, - "ic_fluent_hand_open_heart_20_regular": 59543, - "ic_fluent_hand_right_20_filled": 59544, - "ic_fluent_hand_right_20_regular": 59545, - "ic_fluent_hand_right_off_20_filled": 59546, - "ic_fluent_hand_right_off_20_regular": 59547, - "ic_fluent_hand_wave_20_filled": 59548, - "ic_fluent_hand_wave_20_regular": 59549, - "ic_fluent_handshake_20_filled": 59550, - "ic_fluent_handshake_20_regular": 59551, - "ic_fluent_hard_drive_20_filled": 59552, - "ic_fluent_hard_drive_20_regular": 59553, - "ic_fluent_hat_graduation_20_filled": 59554, - "ic_fluent_hat_graduation_20_regular": 59555, - "ic_fluent_hat_graduation_add_20_filled": 59556, - "ic_fluent_hat_graduation_add_20_regular": 59557, - "ic_fluent_hat_graduation_sparkle_20_filled": 59558, - "ic_fluent_hat_graduation_sparkle_20_regular": 59559, - "ic_fluent_hd_20_filled": 59560, - "ic_fluent_hd_20_regular": 59561, - "ic_fluent_hdr_20_filled": 59562, - "ic_fluent_hdr_20_regular": 59563, - "ic_fluent_hdr_off_20_filled": 59564, - "ic_fluent_hdr_off_20_regular": 59565, - "ic_fluent_headphones_20_filled": 59566, - "ic_fluent_headphones_20_regular": 59567, - "ic_fluent_headphones_sound_wave_20_filled": 59568, - "ic_fluent_headphones_sound_wave_20_regular": 59569, - "ic_fluent_headset_20_filled": 59570, - "ic_fluent_headset_20_regular": 59571, - "ic_fluent_headset_add_20_filled": 59572, - "ic_fluent_headset_add_20_regular": 59573, - "ic_fluent_headset_vr_20_filled": 59574, - "ic_fluent_headset_vr_20_regular": 59575, - "ic_fluent_heart_20_filled": 59576, - "ic_fluent_heart_20_regular": 59577, - "ic_fluent_heart_broken_20_filled": 59578, - "ic_fluent_heart_broken_20_regular": 59579, - "ic_fluent_heart_circle_20_filled": 59580, - "ic_fluent_heart_circle_20_regular": 59581, - "ic_fluent_heart_circle_hint_20_filled": 59582, - "ic_fluent_heart_circle_hint_20_regular": 59583, - "ic_fluent_heart_off_20_filled": 59584, - "ic_fluent_heart_off_20_regular": 59585, - "ic_fluent_heart_pulse_20_filled": 59586, - "ic_fluent_heart_pulse_20_regular": 59587, - "ic_fluent_heart_pulse_checkmark_20_filled": 59588, - "ic_fluent_heart_pulse_checkmark_20_regular": 59589, - "ic_fluent_heart_pulse_error_20_filled": 59590, - "ic_fluent_heart_pulse_error_20_regular": 59591, - "ic_fluent_heart_pulse_warning_20_filled": 59592, - "ic_fluent_heart_pulse_warning_20_regular": 59593, - "ic_fluent_hexagon_20_filled": 59594, - "ic_fluent_hexagon_20_regular": 59595, - "ic_fluent_hexagon_three_20_filled": 59596, - "ic_fluent_hexagon_three_20_regular": 59597, - "ic_fluent_highlight_20_filled": 59598, - "ic_fluent_highlight_20_regular": 59599, - "ic_fluent_highlight_accent_20_filled": 59600, - "ic_fluent_highlight_link_20_filled": 59601, - "ic_fluent_highlight_link_20_regular": 59602, - "ic_fluent_history_20_filled": 59603, - "ic_fluent_history_20_regular": 59604, - "ic_fluent_history_dismiss_20_filled": 59605, - "ic_fluent_history_dismiss_20_regular": 59606, - "ic_fluent_home_20_filled": 59607, - "ic_fluent_home_20_regular": 59608, - "ic_fluent_home_add_20_filled": 59609, - "ic_fluent_home_add_20_regular": 59610, - "ic_fluent_home_checkmark_20_filled": 59611, - "ic_fluent_home_checkmark_20_regular": 59612, - "ic_fluent_home_database_20_filled": 59613, - "ic_fluent_home_database_20_regular": 59614, - "ic_fluent_home_heart_20_filled": 59615, - "ic_fluent_home_heart_20_regular": 59616, - "ic_fluent_home_more_20_filled": 59617, - "ic_fluent_home_more_20_regular": 59618, - "ic_fluent_home_person_20_filled": 59619, - "ic_fluent_home_person_20_regular": 59620, - "ic_fluent_home_split_20_filled": 59621, - "ic_fluent_home_split_20_regular": 59622, - "ic_fluent_hourglass_20_filled": 59623, - "ic_fluent_hourglass_20_regular": 59624, - "ic_fluent_hourglass_half_20_filled": 59625, - "ic_fluent_hourglass_half_20_regular": 59626, - "ic_fluent_hourglass_one_quarter_20_filled": 59627, - "ic_fluent_hourglass_one_quarter_20_regular": 59628, - "ic_fluent_hourglass_three_quarter_20_filled": 59629, - "ic_fluent_hourglass_three_quarter_20_regular": 59630, - "ic_fluent_icons_20_filled": 59631, - "ic_fluent_icons_20_regular": 59632, - "ic_fluent_image_20_filled": 59633, - "ic_fluent_image_20_regular": 59634, - "ic_fluent_image_add_20_filled": 59635, - "ic_fluent_image_add_20_regular": 59636, - "ic_fluent_image_alt_text_20_filled": 59637, - "ic_fluent_image_alt_text_20_regular": 59638, - "ic_fluent_image_arrow_back_20_filled": 59639, - "ic_fluent_image_arrow_back_20_regular": 59640, - "ic_fluent_image_arrow_counterclockwise_20_filled": 59641, - "ic_fluent_image_arrow_counterclockwise_20_regular": 59642, - "ic_fluent_image_arrow_forward_20_filled": 59643, - "ic_fluent_image_arrow_forward_20_regular": 59644, - "ic_fluent_image_border_20_filled": 59645, - "ic_fluent_image_border_20_regular": 59646, - "ic_fluent_image_circle_20_filled": 59647, - "ic_fluent_image_circle_20_regular": 59648, - "ic_fluent_image_copy_20_filled": 59649, - "ic_fluent_image_copy_20_regular": 59650, - "ic_fluent_image_edit_20_filled": 59651, - "ic_fluent_image_edit_20_regular": 59652, - "ic_fluent_image_globe_20_filled": 59653, - "ic_fluent_image_globe_20_regular": 59654, - "ic_fluent_image_multiple_20_filled": 59655, - "ic_fluent_image_multiple_20_regular": 59656, - "ic_fluent_image_multiple_off_20_filled": 59657, - "ic_fluent_image_multiple_off_20_regular": 59658, - "ic_fluent_image_off_20_filled": 59659, - "ic_fluent_image_off_20_regular": 59660, - "ic_fluent_image_prohibited_20_filled": 59661, - "ic_fluent_image_prohibited_20_regular": 59662, - "ic_fluent_image_reflection_20_filled": 59663, - "ic_fluent_image_reflection_20_regular": 59664, - "ic_fluent_image_search_20_filled": 59665, - "ic_fluent_image_search_20_regular": 59666, - "ic_fluent_image_shadow_20_filled": 59667, - "ic_fluent_image_shadow_20_regular": 59668, - "ic_fluent_image_sparkle_20_filled": 59669, - "ic_fluent_image_sparkle_20_regular": 59670, - "ic_fluent_image_stack_20_filled": 59671, - "ic_fluent_image_stack_20_regular": 59672, - "ic_fluent_image_table_20_filled": 59673, - "ic_fluent_image_table_20_regular": 59674, - "ic_fluent_immersive_reader_20_filled": 59675, - "ic_fluent_immersive_reader_20_regular": 59676, - "ic_fluent_important_20_filled": 59677, - "ic_fluent_important_20_regular": 59678, - "ic_fluent_incognito_20_filled": 59679, - "ic_fluent_incognito_20_regular": 59680, - "ic_fluent_info_20_filled": 59681, - "ic_fluent_info_20_regular": 59682, - "ic_fluent_info_shield_20_filled": 59683, - "ic_fluent_info_shield_20_regular": 59684, - "ic_fluent_ink_stroke_20_filled": 59685, - "ic_fluent_ink_stroke_20_regular": 59686, - "ic_fluent_ink_stroke_arrow_down_20_filled": 59687, - "ic_fluent_ink_stroke_arrow_down_20_regular": 59688, - "ic_fluent_ink_stroke_arrow_up_down_20_filled": 59689, - "ic_fluent_ink_stroke_arrow_up_down_20_regular": 59690, - "ic_fluent_inking_tool_20_filled": 59691, - "ic_fluent_inking_tool_20_regular": 59692, - "ic_fluent_inking_tool_accent_20_filled": 59693, - "ic_fluent_inprivate_account_20_filled": 59694, - "ic_fluent_inprivate_account_20_regular": 59695, - "ic_fluent_insert_20_filled": 59696, - "ic_fluent_insert_20_regular": 59697, - "ic_fluent_ios_chevron_right_20_filled": 59698, - "ic_fluent_ios_chevron_right_20_regular": 59699, - "ic_fluent_iot_20_filled": 59700, - "ic_fluent_iot_20_regular": 59701, - "ic_fluent_iot_alert_20_filled": 59702, - "ic_fluent_iot_alert_20_regular": 59703, - "ic_fluent_javascript_20_filled": 59704, - "ic_fluent_javascript_20_regular": 59705, - "ic_fluent_joystick_20_filled": 59706, - "ic_fluent_joystick_20_regular": 59707, - "ic_fluent_key_20_filled": 59708, - "ic_fluent_key_20_regular": 59709, - "ic_fluent_key_command_20_filled": 59710, - "ic_fluent_key_command_20_regular": 59711, - "ic_fluent_key_multiple_20_filled": 59712, - "ic_fluent_key_multiple_20_regular": 59713, - "ic_fluent_key_reset_20_filled": 59714, - "ic_fluent_key_reset_20_regular": 59715, - "ic_fluent_keyboard_123_20_filled": 59716, - "ic_fluent_keyboard_123_20_regular": 59717, - "ic_fluent_keyboard_20_filled": 59718, - "ic_fluent_keyboard_20_regular": 59719, - "ic_fluent_keyboard_dock_20_filled": 59720, - "ic_fluent_keyboard_dock_20_regular": 59721, - "ic_fluent_keyboard_layout_float_20_filled": 59722, - "ic_fluent_keyboard_layout_float_20_regular": 59723, - "ic_fluent_keyboard_layout_one_handed_left_20_filled": 59724, - "ic_fluent_keyboard_layout_one_handed_left_20_regular": 59725, - "ic_fluent_keyboard_layout_resize_20_filled": 59726, - "ic_fluent_keyboard_layout_resize_20_regular": 59727, - "ic_fluent_keyboard_layout_split_20_filled": 59728, - "ic_fluent_keyboard_layout_split_20_regular": 59729, - "ic_fluent_keyboard_shift_20_filled": 59730, - "ic_fluent_keyboard_shift_20_regular": 59731, - "ic_fluent_keyboard_shift_uppercase_20_filled": 59732, - "ic_fluent_keyboard_shift_uppercase_20_regular": 59733, - "ic_fluent_keyboard_tab_20_filled": 59734, - "ic_fluent_keyboard_tab_20_regular": 59735, - "ic_fluent_laptop_20_filled": 59736, - "ic_fluent_laptop_20_regular": 59737, - "ic_fluent_laptop_dismiss_20_filled": 59738, - "ic_fluent_laptop_dismiss_20_regular": 59739, - "ic_fluent_laptop_settings_20_filled": 59740, - "ic_fluent_laptop_settings_20_regular": 59741, - "ic_fluent_laptop_shield_20_filled": 59742, - "ic_fluent_laptop_shield_20_regular": 59743, - "ic_fluent_laser_tool_20_filled": 59744, - "ic_fluent_laser_tool_20_regular": 59745, - "ic_fluent_lasso_20_filled": 59746, - "ic_fluent_lasso_20_regular": 59747, - "ic_fluent_launcher_settings_20_filled": 59748, - "ic_fluent_launcher_settings_20_regular": 59749, - "ic_fluent_layer_20_filled": 59750, - "ic_fluent_layer_20_regular": 59751, - "ic_fluent_layer_diagonal_20_filled": 59752, - "ic_fluent_layer_diagonal_20_regular": 59753, - "ic_fluent_layer_diagonal_add_20_filled": 59754, - "ic_fluent_layer_diagonal_add_20_regular": 59755, - "ic_fluent_layer_diagonal_person_20_filled": 59756, - "ic_fluent_layer_diagonal_person_20_regular": 59757, - "ic_fluent_layout_cell_four_20_filled": 59758, - "ic_fluent_layout_cell_four_20_regular": 59759, - "ic_fluent_layout_cell_four_focus_bottom_left_20_filled": 59760, - "ic_fluent_layout_cell_four_focus_bottom_right_20_filled": 59761, - "ic_fluent_layout_cell_four_focus_top_left_20_filled": 59762, - "ic_fluent_layout_cell_four_focus_top_right_20_filled": 59763, - "ic_fluent_layout_column_four_20_filled": 59764, - "ic_fluent_layout_column_four_20_regular": 59765, - "ic_fluent_layout_column_four_focus_center_left_20_filled": 59766, - "ic_fluent_layout_column_four_focus_center_right_20_filled": 59767, - "ic_fluent_layout_column_four_focus_left_20_filled": 59768, - "ic_fluent_layout_column_four_focus_right_20_filled": 59769, - "ic_fluent_layout_column_one_third_left_20_filled": 59770, - "ic_fluent_layout_column_one_third_left_20_regular": 59771, - "ic_fluent_layout_column_one_third_right_20_filled": 59772, - "ic_fluent_layout_column_one_third_right_20_regular": 59773, - "ic_fluent_layout_column_one_third_right_hint_20_filled": 59774, - "ic_fluent_layout_column_one_third_right_hint_20_regular": 59775, - "ic_fluent_layout_column_three_20_filled": 59776, - "ic_fluent_layout_column_three_20_regular": 59777, - "ic_fluent_layout_column_three_focus_center_20_filled": 59778, - "ic_fluent_layout_column_three_focus_left_20_filled": 59779, - "ic_fluent_layout_column_three_focus_right_20_filled": 59780, - "ic_fluent_layout_column_two_20_filled": 59781, - "ic_fluent_layout_column_two_20_regular": 59782, - "ic_fluent_layout_column_two_focus_left_20_filled": 59783, - "ic_fluent_layout_column_two_focus_right_20_filled": 59784, - "ic_fluent_layout_column_two_split_left_20_filled": 59785, - "ic_fluent_layout_column_two_split_left_20_regular": 59786, - "ic_fluent_layout_column_two_split_left_focus_bottom_left_20_filled": 59787, - "ic_fluent_layout_column_two_split_left_focus_right_20_filled": 59788, - "ic_fluent_layout_column_two_split_left_focus_top_left_20_filled": 59789, - "ic_fluent_layout_column_two_split_right_20_filled": 59790, - "ic_fluent_layout_column_two_split_right_20_regular": 59791, - "ic_fluent_layout_column_two_split_right_focus_bottom_right_20_filled": 59792, - "ic_fluent_layout_column_two_split_right_focus_left_20_filled": 59793, - "ic_fluent_layout_column_two_split_right_focus_top_right_20_filled": 59794, - "ic_fluent_layout_row_four_20_filled": 59795, - "ic_fluent_layout_row_four_20_regular": 59796, - "ic_fluent_layout_row_four_focus_bottom_20_filled": 59797, - "ic_fluent_layout_row_four_focus_center_bottom_20_filled": 59798, - "ic_fluent_layout_row_four_focus_center_top_20_filled": 59799, - "ic_fluent_layout_row_four_focus_top_20_filled": 59800, - "ic_fluent_layout_row_three_20_filled": 59801, - "ic_fluent_layout_row_three_20_regular": 59802, - "ic_fluent_layout_row_three_focus_bottom_20_filled": 59803, - "ic_fluent_layout_row_three_focus_center_20_filled": 59804, - "ic_fluent_layout_row_three_focus_top_20_filled": 59805, - "ic_fluent_layout_row_two_20_filled": 59806, - "ic_fluent_layout_row_two_20_regular": 59807, - "ic_fluent_layout_row_two_focus_bottom_20_filled": 59808, - "ic_fluent_layout_row_two_focus_top_20_filled": 59809, - "ic_fluent_layout_row_two_split_bottom_20_filled": 59810, - "ic_fluent_layout_row_two_split_bottom_20_regular": 59811, - "ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled": 59812, - "ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled": 59813, - "ic_fluent_layout_row_two_split_bottom_focus_top_20_filled": 59814, - "ic_fluent_layout_row_two_split_top_20_filled": 59815, - "ic_fluent_layout_row_two_split_top_20_regular": 59816, - "ic_fluent_layout_row_two_split_top_focus_bottom_20_filled": 59817, - "ic_fluent_layout_row_two_split_top_focus_top_left_20_filled": 59818, - "ic_fluent_layout_row_two_split_top_focus_top_right_20_filled": 59819, - "ic_fluent_leaf_one_20_filled": 59820, - "ic_fluent_leaf_one_20_regular": 59821, - "ic_fluent_leaf_three_20_filled": 59822, - "ic_fluent_leaf_three_20_regular": 59823, - "ic_fluent_leaf_two_20_filled": 59824, - "ic_fluent_leaf_two_20_regular": 59825, - "ic_fluent_learning_app_20_filled": 59826, - "ic_fluent_learning_app_20_regular": 59827, - "ic_fluent_library_20_filled": 59828, - "ic_fluent_library_20_regular": 59829, - "ic_fluent_lightbulb_20_filled": 59830, - "ic_fluent_lightbulb_20_regular": 59831, - "ic_fluent_lightbulb_checkmark_20_filled": 59832, - "ic_fluent_lightbulb_checkmark_20_regular": 59833, - "ic_fluent_lightbulb_circle_20_filled": 59834, - "ic_fluent_lightbulb_circle_20_regular": 59835, - "ic_fluent_lightbulb_filament_20_filled": 59836, - "ic_fluent_lightbulb_filament_20_regular": 59837, - "ic_fluent_lightbulb_person_20_filled": 59838, - "ic_fluent_lightbulb_person_20_regular": 59839, - "ic_fluent_likert_20_filled": 59840, - "ic_fluent_likert_20_regular": 59841, - "ic_fluent_line_20_filled": 59842, - "ic_fluent_line_20_regular": 59843, - "ic_fluent_line_dashes_20_filled": 59844, - "ic_fluent_line_dashes_20_regular": 59845, - "ic_fluent_line_horizontal_1_20_filled": 59846, - "ic_fluent_line_horizontal_1_20_regular": 59847, - "ic_fluent_line_horizontal_1_dashes_20_filled": 59848, - "ic_fluent_line_horizontal_1_dashes_20_regular": 59849, - "ic_fluent_line_horizontal_2_dashes_solid_20_filled": 59850, - "ic_fluent_line_horizontal_2_dashes_solid_20_regular": 59851, - "ic_fluent_line_horizontal_3_20_filled": 59852, - "ic_fluent_line_horizontal_3_20_regular": 59853, - "ic_fluent_line_horizontal_4_20_filled": 59854, - "ic_fluent_line_horizontal_4_20_regular": 59855, - "ic_fluent_line_horizontal_4_search_20_filled": 59856, - "ic_fluent_line_horizontal_4_search_20_regular": 59857, - "ic_fluent_line_horizontal_5_20_filled": 59858, - "ic_fluent_line_horizontal_5_20_regular": 59859, - "ic_fluent_line_horizontal_5_error_20_filled": 59860, - "ic_fluent_line_horizontal_5_error_20_regular": 59861, - "ic_fluent_line_style_20_filled": 59862, - "ic_fluent_line_style_20_regular": 59863, - "ic_fluent_line_thickness_20_filled": 59864, - "ic_fluent_line_thickness_20_regular": 59865, - "ic_fluent_link_20_filled": 59866, - "ic_fluent_link_20_regular": 59867, - "ic_fluent_link_add_20_filled": 59868, - "ic_fluent_link_add_20_regular": 59869, - "ic_fluent_link_dismiss_20_filled": 59870, - "ic_fluent_link_dismiss_20_regular": 59871, - "ic_fluent_link_edit_20_filled": 59872, - "ic_fluent_link_edit_20_regular": 59873, - "ic_fluent_link_multiple_20_filled": 59874, - "ic_fluent_link_multiple_20_regular": 59875, - "ic_fluent_link_person_20_filled": 59876, - "ic_fluent_link_person_20_regular": 59877, - "ic_fluent_link_square_20_filled": 59878, - "ic_fluent_link_square_20_regular": 59879, - "ic_fluent_link_toolbox_20_filled": 59880, - "ic_fluent_link_toolbox_20_regular": 59881, - "ic_fluent_list_20_filled": 59882, - "ic_fluent_list_20_regular": 59883, - "ic_fluent_list_bar_20_filled": 59884, - "ic_fluent_list_bar_20_regular": 59885, - "ic_fluent_list_bar_tree_20_filled": 59886, - "ic_fluent_list_bar_tree_20_regular": 59887, - "ic_fluent_list_bar_tree_offset_20_filled": 59888, - "ic_fluent_list_bar_tree_offset_20_regular": 59889, - "ic_fluent_list_rtl_20_filled": 59890, - "ic_fluent_list_rtl_20_regular": 59891, - "ic_fluent_live_20_filled": 59892, - "ic_fluent_live_20_regular": 59893, - "ic_fluent_live_off_20_filled": 59894, - "ic_fluent_live_off_20_regular": 59895, - "ic_fluent_local_language_20_filled": 59896, - "ic_fluent_local_language_20_regular": 59897, - "ic_fluent_location_20_filled": 59898, - "ic_fluent_location_20_regular": 59899, - "ic_fluent_location_add_20_filled": 59900, - "ic_fluent_location_add_20_regular": 59901, - "ic_fluent_location_add_left_20_filled": 59902, - "ic_fluent_location_add_left_20_regular": 59903, - "ic_fluent_location_add_right_20_filled": 59904, - "ic_fluent_location_add_right_20_regular": 59905, - "ic_fluent_location_add_up_20_filled": 59906, - "ic_fluent_location_add_up_20_regular": 59907, - "ic_fluent_location_arrow_20_filled": 59908, - "ic_fluent_location_arrow_20_regular": 59909, - "ic_fluent_location_arrow_left_20_filled": 59910, - "ic_fluent_location_arrow_left_20_regular": 59911, - "ic_fluent_location_arrow_right_20_filled": 59912, - "ic_fluent_location_arrow_right_20_regular": 59913, - "ic_fluent_location_arrow_up_20_filled": 59914, - "ic_fluent_location_arrow_up_20_regular": 59915, - "ic_fluent_location_dismiss_20_filled": 59916, - "ic_fluent_location_dismiss_20_regular": 59917, - "ic_fluent_location_live_20_filled": 59918, - "ic_fluent_location_live_20_regular": 59919, - "ic_fluent_location_off_20_filled": 59920, - "ic_fluent_location_off_20_regular": 59921, - "ic_fluent_location_target_square_20_filled": 59922, - "ic_fluent_location_target_square_20_regular": 59923, - "ic_fluent_lock_closed_20_filled": 59924, - "ic_fluent_lock_closed_20_regular": 59925, - "ic_fluent_lock_closed_key_20_filled": 59926, - "ic_fluent_lock_closed_key_20_regular": 59927, - "ic_fluent_lock_multiple_20_filled": 59928, - "ic_fluent_lock_multiple_20_regular": 59929, - "ic_fluent_lock_open_20_filled": 59930, - "ic_fluent_lock_open_20_regular": 59931, - "ic_fluent_lock_shield_20_filled": 59932, - "ic_fluent_lock_shield_20_regular": 59933, - "ic_fluent_lottery_20_filled": 59934, - "ic_fluent_lottery_20_regular": 59935, - "ic_fluent_luggage_20_filled": 59936, - "ic_fluent_luggage_20_regular": 59937, - "ic_fluent_mail_20_filled": 59938, - "ic_fluent_mail_20_regular": 59939, - "ic_fluent_mail_add_20_filled": 59940, - "ic_fluent_mail_add_20_regular": 59941, - "ic_fluent_mail_alert_20_filled": 59942, - "ic_fluent_mail_alert_20_regular": 59943, - "ic_fluent_mail_all_read_20_filled": 59944, - "ic_fluent_mail_all_read_20_regular": 59945, - "ic_fluent_mail_all_unread_20_filled": 59946, - "ic_fluent_mail_all_unread_20_regular": 59947, - "ic_fluent_mail_arrow_double_back_20_filled": 59948, - "ic_fluent_mail_arrow_double_back_20_regular": 59949, - "ic_fluent_mail_arrow_down_20_filled": 59950, - "ic_fluent_mail_arrow_down_20_regular": 59951, - "ic_fluent_mail_arrow_forward_20_filled": 59952, - "ic_fluent_mail_arrow_forward_20_regular": 59953, - "ic_fluent_mail_arrow_up_20_filled": 59954, - "ic_fluent_mail_arrow_up_20_regular": 59955, - "ic_fluent_mail_attach_20_filled": 59956, - "ic_fluent_mail_attach_20_regular": 59957, - "ic_fluent_mail_checkmark_20_filled": 59958, - "ic_fluent_mail_checkmark_20_regular": 59959, - "ic_fluent_mail_clock_20_filled": 59960, - "ic_fluent_mail_clock_20_regular": 59961, - "ic_fluent_mail_copy_20_filled": 59962, - "ic_fluent_mail_copy_20_regular": 59963, - "ic_fluent_mail_dismiss_20_filled": 59964, - "ic_fluent_mail_dismiss_20_regular": 59965, - "ic_fluent_mail_edit_20_filled": 59966, - "ic_fluent_mail_edit_20_regular": 59967, - "ic_fluent_mail_error_20_filled": 59968, - "ic_fluent_mail_error_20_regular": 59969, - "ic_fluent_mail_inbox_20_filled": 59970, - "ic_fluent_mail_inbox_20_regular": 59971, - "ic_fluent_mail_inbox_add_20_filled": 59972, - "ic_fluent_mail_inbox_add_20_regular": 59973, - "ic_fluent_mail_inbox_all_20_filled": 59974, - "ic_fluent_mail_inbox_all_20_regular": 59975, - "ic_fluent_mail_inbox_arrow_down_20_filled": 59976, - "ic_fluent_mail_inbox_arrow_down_20_regular": 59977, - "ic_fluent_mail_inbox_arrow_right_20_filled": 59978, - "ic_fluent_mail_inbox_arrow_right_20_regular": 59979, - "ic_fluent_mail_inbox_arrow_up_20_filled": 59980, - "ic_fluent_mail_inbox_arrow_up_20_regular": 59981, - "ic_fluent_mail_inbox_checkmark_20_filled": 59982, - "ic_fluent_mail_inbox_checkmark_20_regular": 59983, - "ic_fluent_mail_inbox_dismiss_20_filled": 59984, - "ic_fluent_mail_inbox_dismiss_20_regular": 59985, - "ic_fluent_mail_link_20_filled": 59986, - "ic_fluent_mail_link_20_regular": 59987, - "ic_fluent_mail_list_20_filled": 59988, - "ic_fluent_mail_list_20_regular": 59989, - "ic_fluent_mail_multiple_20_filled": 59990, - "ic_fluent_mail_multiple_20_regular": 59991, - "ic_fluent_mail_off_20_filled": 59992, - "ic_fluent_mail_off_20_regular": 59993, - "ic_fluent_mail_open_person_20_filled": 59994, - "ic_fluent_mail_open_person_20_regular": 59995, - "ic_fluent_mail_pause_20_filled": 59996, - "ic_fluent_mail_pause_20_regular": 59997, - "ic_fluent_mail_prohibited_20_filled": 59998, - "ic_fluent_mail_prohibited_20_regular": 59999, - "ic_fluent_mail_read_20_filled": 60000, - "ic_fluent_mail_read_20_regular": 60001, - "ic_fluent_mail_read_multiple_20_filled": 60002, - "ic_fluent_mail_read_multiple_20_regular": 60003, - "ic_fluent_mail_rewind_20_filled": 60004, - "ic_fluent_mail_rewind_20_regular": 60005, - "ic_fluent_mail_settings_20_filled": 60006, - "ic_fluent_mail_settings_20_regular": 60007, - "ic_fluent_mail_shield_20_filled": 60008, - "ic_fluent_mail_shield_20_regular": 60009, - "ic_fluent_mail_template_20_filled": 60010, - "ic_fluent_mail_template_20_regular": 60011, - "ic_fluent_mail_unread_20_filled": 60012, - "ic_fluent_mail_unread_20_regular": 60013, - "ic_fluent_mail_warning_20_filled": 60014, - "ic_fluent_mail_warning_20_regular": 60015, - "ic_fluent_mailbox_20_filled": 60016, - "ic_fluent_mailbox_20_regular": 60017, - "ic_fluent_map_20_filled": 60018, - "ic_fluent_map_20_regular": 60019, - "ic_fluent_map_drive_20_filled": 60020, - "ic_fluent_map_drive_20_regular": 60021, - "ic_fluent_markdown_20_filled": 60022, - "ic_fluent_markdown_20_regular": 60023, - "ic_fluent_match_app_layout_20_filled": 60024, - "ic_fluent_match_app_layout_20_regular": 60025, - "ic_fluent_math_format_linear_20_filled": 60026, - "ic_fluent_math_format_linear_20_regular": 60027, - "ic_fluent_math_format_professional_20_filled": 60028, - "ic_fluent_math_format_professional_20_regular": 60029, - "ic_fluent_math_formula_20_filled": 60030, - "ic_fluent_math_formula_20_regular": 60031, - "ic_fluent_math_symbols_20_filled": 60032, - "ic_fluent_math_symbols_20_regular": 60033, - "ic_fluent_maximize_20_filled": 60034, - "ic_fluent_maximize_20_regular": 60035, - "ic_fluent_meet_now_20_filled": 60036, - "ic_fluent_meet_now_20_regular": 60037, - "ic_fluent_megaphone_20_filled": 60038, - "ic_fluent_megaphone_20_regular": 60039, - "ic_fluent_megaphone_circle_20_filled": 60040, - "ic_fluent_megaphone_circle_20_regular": 60041, - "ic_fluent_megaphone_loud_20_filled": 60042, - "ic_fluent_megaphone_loud_20_regular": 60043, - "ic_fluent_megaphone_off_20_filled": 60044, - "ic_fluent_megaphone_off_20_regular": 60045, - "ic_fluent_mention_20_filled": 60046, - "ic_fluent_mention_20_regular": 60047, - "ic_fluent_mention_arrow_down_20_filled": 60048, - "ic_fluent_mention_arrow_down_20_regular": 60049, - "ic_fluent_mention_brackets_20_filled": 60050, - "ic_fluent_mention_brackets_20_regular": 60051, - "ic_fluent_merge_20_filled": 60052, - "ic_fluent_merge_20_regular": 60053, - "ic_fluent_mic_20_filled": 60054, - "ic_fluent_mic_20_regular": 60055, - "ic_fluent_mic_off_20_filled": 60056, - "ic_fluent_mic_off_20_regular": 60057, - "ic_fluent_mic_prohibited_20_filled": 60058, - "ic_fluent_mic_prohibited_20_regular": 60059, - "ic_fluent_mic_pulse_20_filled": 60060, - "ic_fluent_mic_pulse_20_regular": 60061, - "ic_fluent_mic_pulse_off_20_filled": 60062, - "ic_fluent_mic_pulse_off_20_regular": 60063, - "ic_fluent_mic_record_20_filled": 60064, - "ic_fluent_mic_record_20_regular": 60065, - "ic_fluent_mic_settings_20_filled": 60066, - "ic_fluent_mic_settings_20_regular": 60067, - "ic_fluent_mic_sparkle_20_filled": 60068, - "ic_fluent_mic_sparkle_20_regular": 60069, - "ic_fluent_mic_sync_20_filled": 60070, - "ic_fluent_mic_sync_20_regular": 60071, - "ic_fluent_microscope_20_filled": 60072, - "ic_fluent_microscope_20_regular": 60073, - "ic_fluent_midi_20_filled": 60074, - "ic_fluent_midi_20_regular": 60075, - "ic_fluent_mobile_optimized_20_filled": 60076, - "ic_fluent_mobile_optimized_20_regular": 60077, - "ic_fluent_mold_20_filled": 60078, - "ic_fluent_mold_20_regular": 60079, - "ic_fluent_molecule_20_filled": 60080, - "ic_fluent_molecule_20_regular": 60081, - "ic_fluent_money_20_filled": 60082, - "ic_fluent_money_20_regular": 60083, - "ic_fluent_money_calculator_20_filled": 60084, - "ic_fluent_money_calculator_20_regular": 60085, - "ic_fluent_money_dismiss_20_filled": 60086, - "ic_fluent_money_dismiss_20_regular": 60087, - "ic_fluent_money_hand_20_filled": 60088, - "ic_fluent_money_hand_20_regular": 60089, - "ic_fluent_money_off_20_filled": 60090, - "ic_fluent_money_off_20_regular": 60091, - "ic_fluent_money_settings_20_filled": 60092, - "ic_fluent_money_settings_20_regular": 60093, - "ic_fluent_more_circle_20_filled": 60094, - "ic_fluent_more_circle_20_regular": 60095, - "ic_fluent_more_horizontal_20_filled": 60096, - "ic_fluent_more_horizontal_20_regular": 60097, - "ic_fluent_more_vertical_20_filled": 60098, - "ic_fluent_more_vertical_20_regular": 60099, - "ic_fluent_mountain_location_bottom_20_filled": 60100, - "ic_fluent_mountain_location_bottom_20_regular": 60101, - "ic_fluent_mountain_location_top_20_filled": 60102, - "ic_fluent_mountain_location_top_20_regular": 60103, - "ic_fluent_mountain_trail_20_filled": 60104, - "ic_fluent_mountain_trail_20_regular": 60105, - "ic_fluent_movies_and_tv_20_filled": 60106, - "ic_fluent_movies_and_tv_20_regular": 60107, - "ic_fluent_multiplier_1_2x_20_filled": 60108, - "ic_fluent_multiplier_1_2x_20_regular": 60109, - "ic_fluent_multiplier_1_5x_20_filled": 60110, - "ic_fluent_multiplier_1_5x_20_regular": 60111, - "ic_fluent_multiplier_1_8x_20_filled": 60112, - "ic_fluent_multiplier_1_8x_20_regular": 60113, - "ic_fluent_multiplier_1x_20_filled": 60114, - "ic_fluent_multiplier_1x_20_regular": 60115, - "ic_fluent_multiplier_2x_20_filled": 60116, - "ic_fluent_multiplier_2x_20_regular": 60117, - "ic_fluent_multiplier_5x_20_filled": 60118, - "ic_fluent_multiplier_5x_20_regular": 60119, - "ic_fluent_multiselect_ltr_20_filled": 60120, - "ic_fluent_multiselect_ltr_20_regular": 60121, - "ic_fluent_multiselect_rtl_20_filled": 60122, - "ic_fluent_multiselect_rtl_20_regular": 60123, - "ic_fluent_music_note_1_20_filled": 60124, - "ic_fluent_music_note_1_20_regular": 60125, - "ic_fluent_music_note_2_20_filled": 60126, - "ic_fluent_music_note_2_20_regular": 60127, - "ic_fluent_music_note_2_play_20_filled": 60128, - "ic_fluent_music_note_2_play_20_regular": 60129, - "ic_fluent_music_note_off_1_20_filled": 60130, - "ic_fluent_music_note_off_1_20_regular": 60131, - "ic_fluent_music_note_off_2_20_filled": 60132, - "ic_fluent_music_note_off_2_20_regular": 60133, - "ic_fluent_my_location_20_filled": 60134, - "ic_fluent_my_location_20_regular": 60135, - "ic_fluent_navigation_20_filled": 60136, - "ic_fluent_navigation_20_regular": 60137, - "ic_fluent_navigation_location_target_20_filled": 60138, - "ic_fluent_navigation_location_target_20_regular": 60139, - "ic_fluent_navigation_play_20_filled": 60140, - "ic_fluent_navigation_play_20_regular": 60141, - "ic_fluent_navigation_unread_20_filled": 60142, - "ic_fluent_navigation_unread_20_regular": 60143, - "ic_fluent_network_check_20_filled": 60144, - "ic_fluent_network_check_20_regular": 60145, - "ic_fluent_new_20_filled": 60146, - "ic_fluent_new_20_regular": 60147, - "ic_fluent_news_20_filled": 60148, - "ic_fluent_news_20_regular": 60149, - "ic_fluent_next_20_filled": 60150, - "ic_fluent_next_20_regular": 60151, - "ic_fluent_next_frame_20_filled": 60152, - "ic_fluent_next_frame_20_regular": 60153, - "ic_fluent_note_20_filled": 60154, - "ic_fluent_note_20_regular": 60155, - "ic_fluent_note_add_20_filled": 60156, - "ic_fluent_note_add_20_regular": 60157, - "ic_fluent_note_edit_20_filled": 60158, - "ic_fluent_note_edit_20_regular": 60159, - "ic_fluent_note_pin_20_filled": 60160, - "ic_fluent_note_pin_20_regular": 60161, - "ic_fluent_notebook_20_filled": 60162, - "ic_fluent_notebook_20_regular": 60163, - "ic_fluent_notebook_add_20_filled": 60164, - "ic_fluent_notebook_add_20_regular": 60165, - "ic_fluent_notebook_arrow_curve_down_20_filled": 60166, - "ic_fluent_notebook_arrow_curve_down_20_regular": 60167, - "ic_fluent_notebook_error_20_filled": 60168, - "ic_fluent_notebook_error_20_regular": 60169, - "ic_fluent_notebook_eye_20_filled": 60170, - "ic_fluent_notebook_eye_20_regular": 60171, - "ic_fluent_notebook_lightning_20_filled": 60172, - "ic_fluent_notebook_lightning_20_regular": 60173, - "ic_fluent_notebook_question_mark_20_filled": 60174, - "ic_fluent_notebook_question_mark_20_regular": 60175, - "ic_fluent_notebook_section_20_filled": 60176, - "ic_fluent_notebook_section_20_regular": 60177, - "ic_fluent_notebook_section_arrow_right_20_filled": 60178, - "ic_fluent_notebook_section_arrow_right_20_regular": 60179, - "ic_fluent_notebook_subsection_20_filled": 60180, - "ic_fluent_notebook_subsection_20_regular": 60181, - "ic_fluent_notebook_sync_20_filled": 60182, - "ic_fluent_notebook_sync_20_regular": 60183, - "ic_fluent_notepad_20_filled": 60184, - "ic_fluent_notepad_20_regular": 60185, - "ic_fluent_notepad_edit_20_filled": 60186, - "ic_fluent_notepad_edit_20_regular": 60187, - "ic_fluent_notepad_person_20_filled": 60188, - "ic_fluent_notepad_person_20_regular": 60189, - "ic_fluent_number_circle_0_20_filled": 60190, - "ic_fluent_number_circle_0_20_regular": 60191, - "ic_fluent_number_circle_1_20_filled": 60192, - "ic_fluent_number_circle_1_20_regular": 60193, - "ic_fluent_number_circle_2_20_filled": 60194, - "ic_fluent_number_circle_2_20_regular": 60195, - "ic_fluent_number_circle_3_20_filled": 60196, - "ic_fluent_number_circle_3_20_regular": 60197, - "ic_fluent_number_circle_4_20_filled": 60198, - "ic_fluent_number_circle_4_20_regular": 60199, - "ic_fluent_number_circle_5_20_filled": 60200, - "ic_fluent_number_circle_5_20_regular": 60201, - "ic_fluent_number_circle_6_20_filled": 60202, - "ic_fluent_number_circle_6_20_regular": 60203, - "ic_fluent_number_circle_7_20_filled": 60204, - "ic_fluent_number_circle_7_20_regular": 60205, - "ic_fluent_number_circle_8_20_filled": 60206, - "ic_fluent_number_circle_8_20_regular": 60207, - "ic_fluent_number_circle_9_20_filled": 60208, - "ic_fluent_number_circle_9_20_regular": 60209, - "ic_fluent_number_row_20_filled": 60210, - "ic_fluent_number_row_20_regular": 60211, - "ic_fluent_number_symbol_20_filled": 60212, - "ic_fluent_number_symbol_20_regular": 60213, - "ic_fluent_number_symbol_dismiss_20_filled": 60214, - "ic_fluent_number_symbol_dismiss_20_regular": 60215, - "ic_fluent_number_symbol_square_20_filled": 60216, - "ic_fluent_number_symbol_square_20_regular": 60217, - "ic_fluent_open_20_filled": 60218, - "ic_fluent_open_20_regular": 60219, - "ic_fluent_open_folder_20_filled": 60220, - "ic_fluent_open_folder_20_regular": 60221, - "ic_fluent_open_off_20_filled": 60222, - "ic_fluent_open_off_20_regular": 60223, - "ic_fluent_options_20_filled": 60224, - "ic_fluent_options_20_regular": 60225, - "ic_fluent_organization_20_filled": 60226, - "ic_fluent_organization_20_regular": 60227, - "ic_fluent_organization_horizontal_20_filled": 60228, - "ic_fluent_organization_horizontal_20_regular": 60229, - "ic_fluent_orientation_20_filled": 60230, - "ic_fluent_orientation_20_regular": 60231, - "ic_fluent_oval_20_filled": 60232, - "ic_fluent_oval_20_regular": 60233, - "ic_fluent_oven_20_filled": 60234, - "ic_fluent_oven_20_regular": 60235, - "ic_fluent_padding_down_20_filled": 60236, - "ic_fluent_padding_down_20_regular": 60237, - "ic_fluent_padding_left_20_filled": 60238, - "ic_fluent_padding_left_20_regular": 60239, - "ic_fluent_padding_right_20_filled": 60240, - "ic_fluent_padding_right_20_regular": 60241, - "ic_fluent_padding_top_20_filled": 60242, - "ic_fluent_padding_top_20_regular": 60243, - "ic_fluent_page_fit_20_filled": 60244, - "ic_fluent_page_fit_20_regular": 60245, - "ic_fluent_paint_brush_20_filled": 60246, - "ic_fluent_paint_brush_20_regular": 60247, - "ic_fluent_paint_brush_arrow_down_20_filled": 60248, - "ic_fluent_paint_brush_arrow_down_20_regular": 60249, - "ic_fluent_paint_brush_arrow_up_20_filled": 60250, - "ic_fluent_paint_brush_arrow_up_20_regular": 60251, - "ic_fluent_paint_bucket_20_filled": 60252, - "ic_fluent_paint_bucket_20_regular": 60253, - "ic_fluent_pair_20_filled": 60254, - "ic_fluent_pair_20_regular": 60255, - "ic_fluent_panel_bottom_20_filled": 60256, - "ic_fluent_panel_bottom_20_regular": 60257, - "ic_fluent_panel_bottom_contract_20_filled": 60258, - "ic_fluent_panel_bottom_contract_20_regular": 60259, - "ic_fluent_panel_bottom_expand_20_filled": 60260, - "ic_fluent_panel_bottom_expand_20_regular": 60261, - "ic_fluent_panel_left_20_filled": 60262, - "ic_fluent_panel_left_20_regular": 60263, - "ic_fluent_panel_left_add_20_filled": 60264, - "ic_fluent_panel_left_add_20_regular": 60265, - "ic_fluent_panel_left_contract_20_filled": 60266, - "ic_fluent_panel_left_contract_20_regular": 60267, - "ic_fluent_panel_left_expand_20_filled": 60268, - "ic_fluent_panel_left_expand_20_regular": 60269, - "ic_fluent_panel_left_focus_right_20_filled": 60270, - "ic_fluent_panel_left_header_20_filled": 60271, - "ic_fluent_panel_left_header_20_regular": 60272, - "ic_fluent_panel_left_header_add_20_filled": 60273, - "ic_fluent_panel_left_header_add_20_regular": 60274, - "ic_fluent_panel_left_header_key_20_filled": 60275, - "ic_fluent_panel_left_header_key_20_regular": 60276, - "ic_fluent_panel_left_key_20_filled": 60277, - "ic_fluent_panel_left_key_20_regular": 60278, - "ic_fluent_panel_left_text_20_filled": 60279, - "ic_fluent_panel_left_text_20_regular": 60280, - "ic_fluent_panel_left_text_add_20_filled": 60281, - "ic_fluent_panel_left_text_add_20_regular": 60282, - "ic_fluent_panel_left_text_dismiss_20_filled": 60283, - "ic_fluent_panel_left_text_dismiss_20_regular": 60284, - "ic_fluent_panel_right_20_filled": 60285, - "ic_fluent_panel_right_20_regular": 60286, - "ic_fluent_panel_right_add_20_filled": 60287, - "ic_fluent_panel_right_add_20_regular": 60288, - "ic_fluent_panel_right_contract_20_filled": 60289, - "ic_fluent_panel_right_contract_20_regular": 60290, - "ic_fluent_panel_right_cursor_20_filled": 60291, - "ic_fluent_panel_right_cursor_20_regular": 60292, - "ic_fluent_panel_right_expand_20_filled": 60293, - "ic_fluent_panel_right_expand_20_regular": 60294, - "ic_fluent_panel_right_gallery_20_filled": 60295, - "ic_fluent_panel_right_gallery_20_regular": 60296, - "ic_fluent_panel_separate_window_20_filled": 60297, - "ic_fluent_panel_separate_window_20_regular": 60298, - "ic_fluent_panel_top_contract_20_filled": 60299, - "ic_fluent_panel_top_contract_20_regular": 60300, - "ic_fluent_panel_top_expand_20_filled": 60301, - "ic_fluent_panel_top_expand_20_regular": 60302, - "ic_fluent_panel_top_gallery_20_filled": 60303, - "ic_fluent_panel_top_gallery_20_regular": 60304, - "ic_fluent_password_20_filled": 60305, - "ic_fluent_password_20_regular": 60306, - "ic_fluent_patch_20_filled": 60307, - "ic_fluent_patch_20_regular": 60308, - "ic_fluent_patient_20_filled": 60309, - "ic_fluent_patient_20_regular": 60310, - "ic_fluent_pause_20_filled": 60311, - "ic_fluent_pause_20_regular": 60312, - "ic_fluent_pause_circle_20_filled": 60313, - "ic_fluent_pause_circle_20_regular": 60314, - "ic_fluent_pause_off_20_filled": 60315, - "ic_fluent_pause_off_20_regular": 60316, - "ic_fluent_pause_settings_20_filled": 60317, - "ic_fluent_pause_settings_20_regular": 60318, - "ic_fluent_payment_20_filled": 60319, - "ic_fluent_payment_20_regular": 60320, - "ic_fluent_pen_20_filled": 60321, - "ic_fluent_pen_20_regular": 60322, - "ic_fluent_pen_dismiss_20_filled": 60323, - "ic_fluent_pen_dismiss_20_regular": 60324, - "ic_fluent_pen_off_20_filled": 60325, - "ic_fluent_pen_off_20_regular": 60326, - "ic_fluent_pen_prohibited_20_filled": 60327, - "ic_fluent_pen_prohibited_20_regular": 60328, - "ic_fluent_pen_sparkle_20_filled": 60329, - "ic_fluent_pen_sparkle_20_regular": 60330, - "ic_fluent_pentagon_20_filled": 60331, - "ic_fluent_pentagon_20_regular": 60332, - "ic_fluent_people_20_filled": 60333, - "ic_fluent_people_20_regular": 60334, - "ic_fluent_people_add_20_filled": 60335, - "ic_fluent_people_add_20_regular": 60336, - "ic_fluent_people_audience_20_filled": 60337, - "ic_fluent_people_audience_20_regular": 60338, - "ic_fluent_people_call_20_filled": 60339, - "ic_fluent_people_call_20_regular": 60340, - "ic_fluent_people_chat_20_filled": 60341, - "ic_fluent_people_chat_20_regular": 60342, - "ic_fluent_people_checkmark_20_filled": 60343, - "ic_fluent_people_checkmark_20_regular": 60344, - "ic_fluent_people_community_20_filled": 60345, - "ic_fluent_people_community_20_regular": 60346, - "ic_fluent_people_community_add_20_filled": 60347, - "ic_fluent_people_community_add_20_regular": 60348, - "ic_fluent_people_edit_20_filled": 60349, - "ic_fluent_people_edit_20_regular": 60350, - "ic_fluent_people_error_20_filled": 60351, - "ic_fluent_people_error_20_regular": 60352, - "ic_fluent_people_list_20_filled": 60353, - "ic_fluent_people_list_20_regular": 60354, - "ic_fluent_people_lock_20_filled": 60355, - "ic_fluent_people_lock_20_regular": 60356, - "ic_fluent_people_money_20_filled": 60357, - "ic_fluent_people_money_20_regular": 60358, - "ic_fluent_people_prohibited_20_filled": 60359, - "ic_fluent_people_prohibited_20_regular": 60360, - "ic_fluent_people_queue_20_filled": 60361, - "ic_fluent_people_queue_20_regular": 60362, - "ic_fluent_people_search_20_filled": 60363, - "ic_fluent_people_search_20_regular": 60364, - "ic_fluent_people_settings_20_filled": 60365, - "ic_fluent_people_settings_20_regular": 60366, - "ic_fluent_people_star_20_filled": 60367, - "ic_fluent_people_star_20_regular": 60368, - "ic_fluent_people_swap_20_filled": 60369, - "ic_fluent_people_swap_20_regular": 60370, - "ic_fluent_people_sync_20_filled": 60371, - "ic_fluent_people_sync_20_regular": 60372, - "ic_fluent_people_team_20_filled": 60373, - "ic_fluent_people_team_20_regular": 60374, - "ic_fluent_people_team_add_20_filled": 60375, - "ic_fluent_people_team_add_20_regular": 60376, - "ic_fluent_people_team_delete_20_filled": 60377, - "ic_fluent_people_team_delete_20_regular": 60378, - "ic_fluent_people_team_toolbox_20_filled": 60379, - "ic_fluent_people_team_toolbox_20_regular": 60380, - "ic_fluent_people_toolbox_20_filled": 60381, - "ic_fluent_people_toolbox_20_regular": 60382, - "ic_fluent_person_20_filled": 60383, - "ic_fluent_person_20_regular": 60384, - "ic_fluent_person_5_20_filled": 60385, - "ic_fluent_person_5_20_regular": 60386, - "ic_fluent_person_6_20_filled": 60387, - "ic_fluent_person_6_20_regular": 60388, - "ic_fluent_person_accounts_20_filled": 60389, - "ic_fluent_person_accounts_20_regular": 60390, - "ic_fluent_person_add_20_filled": 60391, - "ic_fluent_person_add_20_regular": 60392, - "ic_fluent_person_alert_20_filled": 60393, - "ic_fluent_person_alert_20_regular": 60394, - "ic_fluent_person_arrow_back_20_filled": 60395, - "ic_fluent_person_arrow_back_20_regular": 60396, - "ic_fluent_person_arrow_left_20_filled": 60397, - "ic_fluent_person_arrow_left_20_regular": 60398, - "ic_fluent_person_arrow_right_20_filled": 60399, - "ic_fluent_person_arrow_right_20_regular": 60400, - "ic_fluent_person_available_20_filled": 60401, - "ic_fluent_person_available_20_regular": 60402, - "ic_fluent_person_board_20_filled": 60403, - "ic_fluent_person_board_20_regular": 60404, - "ic_fluent_person_call_20_filled": 60405, - "ic_fluent_person_call_20_regular": 60406, - "ic_fluent_person_chat_20_filled": 60407, - "ic_fluent_person_chat_20_regular": 60408, - "ic_fluent_person_circle_20_filled": 60409, - "ic_fluent_person_circle_20_regular": 60410, - "ic_fluent_person_clock_20_filled": 60411, - "ic_fluent_person_clock_20_regular": 60412, - "ic_fluent_person_delete_20_filled": 60413, - "ic_fluent_person_delete_20_regular": 60414, - "ic_fluent_person_desktop_20_filled": 60415, - "ic_fluent_person_desktop_20_regular": 60416, - "ic_fluent_person_edit_20_filled": 60417, - "ic_fluent_person_edit_20_regular": 60418, - "ic_fluent_person_feedback_20_filled": 60419, - "ic_fluent_person_feedback_20_regular": 60420, - "ic_fluent_person_heart_20_filled": 60421, - "ic_fluent_person_heart_20_regular": 60422, - "ic_fluent_person_info_20_filled": 60423, - "ic_fluent_person_info_20_regular": 60424, - "ic_fluent_person_key_20_filled": 60425, - "ic_fluent_person_key_20_regular": 60426, - "ic_fluent_person_lightbulb_20_filled": 60427, - "ic_fluent_person_lightbulb_20_regular": 60428, - "ic_fluent_person_lightning_20_filled": 60429, - "ic_fluent_person_lightning_20_regular": 60430, - "ic_fluent_person_link_20_filled": 60431, - "ic_fluent_person_link_20_regular": 60432, - "ic_fluent_person_lock_20_filled": 60433, - "ic_fluent_person_lock_20_regular": 60434, - "ic_fluent_person_mail_20_filled": 60435, - "ic_fluent_person_mail_20_regular": 60436, - "ic_fluent_person_money_20_filled": 60437, - "ic_fluent_person_money_20_regular": 60438, - "ic_fluent_person_note_20_filled": 60439, - "ic_fluent_person_note_20_regular": 60440, - "ic_fluent_person_pill_20_filled": 60441, - "ic_fluent_person_pill_20_regular": 60442, - "ic_fluent_person_prohibited_20_filled": 60443, - "ic_fluent_person_prohibited_20_regular": 60444, - "ic_fluent_person_question_mark_20_filled": 60445, - "ic_fluent_person_question_mark_20_regular": 60446, - "ic_fluent_person_ribbon_20_filled": 60447, - "ic_fluent_person_ribbon_20_regular": 60448, - "ic_fluent_person_running_20_filled": 60449, - "ic_fluent_person_running_20_regular": 60450, - "ic_fluent_person_search_20_filled": 60451, - "ic_fluent_person_search_20_regular": 60452, - "ic_fluent_person_settings_20_filled": 60453, - "ic_fluent_person_settings_20_regular": 60454, - "ic_fluent_person_square_20_filled": 60455, - "ic_fluent_person_square_20_regular": 60456, - "ic_fluent_person_square_checkmark_20_filled": 60457, - "ic_fluent_person_square_checkmark_20_regular": 60458, - "ic_fluent_person_star_20_filled": 60459, - "ic_fluent_person_star_20_regular": 60460, - "ic_fluent_person_starburst_20_filled": 60461, - "ic_fluent_person_starburst_20_regular": 60462, - "ic_fluent_person_subtract_20_filled": 60463, - "ic_fluent_person_subtract_20_regular": 60464, - "ic_fluent_person_support_20_filled": 60465, - "ic_fluent_person_support_20_regular": 60466, - "ic_fluent_person_swap_20_filled": 60467, - "ic_fluent_person_swap_20_regular": 60468, - "ic_fluent_person_sync_20_filled": 60469, - "ic_fluent_person_sync_20_regular": 60470, - "ic_fluent_person_tag_20_filled": 60471, - "ic_fluent_person_tag_20_regular": 60472, - "ic_fluent_person_voice_20_filled": 60473, - "ic_fluent_person_voice_20_regular": 60474, - "ic_fluent_person_walking_20_filled": 60475, - "ic_fluent_person_walking_20_regular": 60476, - "ic_fluent_person_warning_20_filled": 60477, - "ic_fluent_person_warning_20_regular": 60478, - "ic_fluent_person_wrench_20_filled": 60479, - "ic_fluent_person_wrench_20_regular": 60480, - "ic_fluent_phone_20_filled": 60481, - "ic_fluent_phone_20_regular": 60482, - "ic_fluent_phone_add_20_filled": 60483, - "ic_fluent_phone_add_20_regular": 60484, - "ic_fluent_phone_arrow_right_20_filled": 60485, - "ic_fluent_phone_arrow_right_20_regular": 60486, - "ic_fluent_phone_chat_20_filled": 60487, - "ic_fluent_phone_chat_20_regular": 60488, - "ic_fluent_phone_checkmark_20_filled": 60489, - "ic_fluent_phone_checkmark_20_regular": 60490, - "ic_fluent_phone_desktop_20_filled": 60491, - "ic_fluent_phone_desktop_20_regular": 60492, - "ic_fluent_phone_desktop_add_20_filled": 60493, - "ic_fluent_phone_desktop_add_20_regular": 60494, - "ic_fluent_phone_dismiss_20_filled": 60495, - "ic_fluent_phone_dismiss_20_regular": 60496, - "ic_fluent_phone_edit_20_filled": 60497, - "ic_fluent_phone_edit_20_regular": 60498, - "ic_fluent_phone_eraser_20_filled": 60499, - "ic_fluent_phone_eraser_20_regular": 60500, - "ic_fluent_phone_footer_arrow_down_20_filled": 60501, - "ic_fluent_phone_footer_arrow_down_20_regular": 60502, - "ic_fluent_phone_header_arrow_up_20_filled": 60503, - "ic_fluent_phone_header_arrow_up_20_regular": 60504, - "ic_fluent_phone_key_20_filled": 60505, - "ic_fluent_phone_key_20_regular": 60506, - "ic_fluent_phone_laptop_20_filled": 60507, - "ic_fluent_phone_laptop_20_regular": 60508, - "ic_fluent_phone_link_setup_20_filled": 60509, - "ic_fluent_phone_link_setup_20_regular": 60510, - "ic_fluent_phone_lock_20_filled": 60511, - "ic_fluent_phone_lock_20_regular": 60512, - "ic_fluent_phone_page_header_20_filled": 60513, - "ic_fluent_phone_page_header_20_regular": 60514, - "ic_fluent_phone_pagination_20_filled": 60515, - "ic_fluent_phone_pagination_20_regular": 60516, - "ic_fluent_phone_screen_time_20_filled": 60517, - "ic_fluent_phone_screen_time_20_regular": 60518, - "ic_fluent_phone_shake_20_filled": 60519, - "ic_fluent_phone_shake_20_regular": 60520, - "ic_fluent_phone_span_in_20_filled": 60521, - "ic_fluent_phone_span_in_20_regular": 60522, - "ic_fluent_phone_span_out_20_filled": 60523, - "ic_fluent_phone_span_out_20_regular": 60524, - "ic_fluent_phone_speaker_20_filled": 60525, - "ic_fluent_phone_speaker_20_regular": 60526, - "ic_fluent_phone_status_bar_20_filled": 60527, - "ic_fluent_phone_status_bar_20_regular": 60528, - "ic_fluent_phone_tablet_20_filled": 60529, - "ic_fluent_phone_tablet_20_regular": 60530, - "ic_fluent_phone_update_20_filled": 60531, - "ic_fluent_phone_update_20_regular": 60532, - "ic_fluent_phone_update_checkmark_20_filled": 60533, - "ic_fluent_phone_update_checkmark_20_regular": 60534, - "ic_fluent_phone_vertical_scroll_20_filled": 60535, - "ic_fluent_phone_vertical_scroll_20_regular": 60536, - "ic_fluent_phone_vibrate_20_filled": 60537, - "ic_fluent_phone_vibrate_20_regular": 60538, - "ic_fluent_photo_filter_20_filled": 60539, - "ic_fluent_photo_filter_20_regular": 60540, - "ic_fluent_pi_20_filled": 60541, - "ic_fluent_pi_20_regular": 60542, - "ic_fluent_picture_in_picture_20_filled": 60543, - "ic_fluent_picture_in_picture_20_regular": 60544, - "ic_fluent_picture_in_picture_enter_20_filled": 60545, - "ic_fluent_picture_in_picture_enter_20_regular": 60546, - "ic_fluent_picture_in_picture_exit_20_filled": 60547, - "ic_fluent_picture_in_picture_exit_20_regular": 60548, - "ic_fluent_pill_20_filled": 60549, - "ic_fluent_pill_20_regular": 60550, - "ic_fluent_pin_20_filled": 60551, - "ic_fluent_pin_20_regular": 60552, - "ic_fluent_pin_off_20_filled": 60553, - "ic_fluent_pin_off_20_regular": 60554, - "ic_fluent_pipeline_20_filled": 60555, - "ic_fluent_pipeline_20_regular": 60556, - "ic_fluent_pipeline_add_20_filled": 60557, - "ic_fluent_pipeline_add_20_regular": 60558, - "ic_fluent_pipeline_arrow_curve_down_20_filled": 60559, - "ic_fluent_pipeline_arrow_curve_down_20_regular": 60560, - "ic_fluent_pipeline_play_20_filled": 60561, - "ic_fluent_pipeline_play_20_regular": 60562, - "ic_fluent_pivot_20_filled": 60563, - "ic_fluent_pivot_20_regular": 60564, - "ic_fluent_plant_grass_20_filled": 60565, - "ic_fluent_plant_grass_20_regular": 60566, - "ic_fluent_plant_ragweed_20_filled": 60567, - "ic_fluent_plant_ragweed_20_regular": 60568, - "ic_fluent_play_20_filled": 60569, - "ic_fluent_play_20_regular": 60570, - "ic_fluent_play_circle_20_filled": 60571, - "ic_fluent_play_circle_20_regular": 60572, - "ic_fluent_play_circle_hint_20_filled": 60573, - "ic_fluent_play_circle_hint_20_regular": 60574, - "ic_fluent_play_settings_20_filled": 60575, - "ic_fluent_play_settings_20_regular": 60576, - "ic_fluent_playing_cards_20_filled": 60577, - "ic_fluent_playing_cards_20_regular": 60578, - "ic_fluent_plug_connected_20_filled": 60579, - "ic_fluent_plug_connected_20_regular": 60580, - "ic_fluent_plug_connected_add_20_filled": 60581, - "ic_fluent_plug_connected_add_20_regular": 60582, - "ic_fluent_plug_connected_checkmark_20_filled": 60583, - "ic_fluent_plug_connected_checkmark_20_regular": 60584, - "ic_fluent_plug_connected_settings_20_filled": 60585, - "ic_fluent_plug_connected_settings_20_regular": 60586, - "ic_fluent_plug_disconnected_20_filled": 60587, - "ic_fluent_plug_disconnected_20_regular": 60588, - "ic_fluent_point_scan_20_filled": 60589, - "ic_fluent_point_scan_20_regular": 60590, - "ic_fluent_poll_20_filled": 60591, - "ic_fluent_poll_20_regular": 60592, - "ic_fluent_poll_horizontal_20_filled": 60593, - "ic_fluent_poll_horizontal_20_regular": 60594, - "ic_fluent_poll_off_20_filled": 60595, - "ic_fluent_poll_off_20_regular": 60596, - "ic_fluent_port_hdmi_20_filled": 60597, - "ic_fluent_port_hdmi_20_regular": 60598, - "ic_fluent_port_micro_usb_20_filled": 60599, - "ic_fluent_port_micro_usb_20_regular": 60600, - "ic_fluent_port_usb_a_20_filled": 60601, - "ic_fluent_port_usb_a_20_regular": 60602, - "ic_fluent_port_usb_c_20_filled": 60603, - "ic_fluent_port_usb_c_20_regular": 60604, - "ic_fluent_position_backward_20_filled": 60605, - "ic_fluent_position_backward_20_regular": 60606, - "ic_fluent_position_forward_20_filled": 60607, - "ic_fluent_position_forward_20_regular": 60608, - "ic_fluent_position_to_back_20_filled": 60609, - "ic_fluent_position_to_back_20_regular": 60610, - "ic_fluent_position_to_front_20_filled": 60611, - "ic_fluent_position_to_front_20_regular": 60612, - "ic_fluent_power_20_filled": 60613, - "ic_fluent_power_20_regular": 60614, - "ic_fluent_predictions_20_filled": 60615, - "ic_fluent_predictions_20_regular": 60616, - "ic_fluent_premium_20_filled": 60617, - "ic_fluent_premium_20_regular": 60618, - "ic_fluent_premium_person_20_filled": 60619, - "ic_fluent_premium_person_20_regular": 60620, - "ic_fluent_presence_available_20_filled": 60621, - "ic_fluent_presence_available_20_regular": 60622, - "ic_fluent_presence_away_20_filled": 60623, - "ic_fluent_presence_away_20_regular": 60624, - "ic_fluent_presence_blocked_20_regular": 60625, - "ic_fluent_presence_busy_20_filled": 60626, - "ic_fluent_presence_dnd_20_filled": 60627, - "ic_fluent_presence_dnd_20_regular": 60628, - "ic_fluent_presence_offline_20_regular": 60629, - "ic_fluent_presence_oof_20_regular": 60630, - "ic_fluent_presence_unknown_20_regular": 60631, - "ic_fluent_presenter_20_filled": 60632, - "ic_fluent_presenter_20_regular": 60633, - "ic_fluent_presenter_off_20_filled": 60634, - "ic_fluent_presenter_off_20_regular": 60635, - "ic_fluent_preview_link_20_filled": 60636, - "ic_fluent_preview_link_20_regular": 60637, - "ic_fluent_previous_20_filled": 60638, - "ic_fluent_previous_20_regular": 60639, - "ic_fluent_previous_frame_20_filled": 60640, - "ic_fluent_previous_frame_20_regular": 60641, - "ic_fluent_print_20_filled": 60642, - "ic_fluent_print_20_regular": 60643, - "ic_fluent_print_add_20_filled": 60644, - "ic_fluent_print_add_20_regular": 60645, - "ic_fluent_production_20_filled": 60646, - "ic_fluent_production_20_regular": 60647, - "ic_fluent_production_checkmark_20_filled": 60648, - "ic_fluent_production_checkmark_20_regular": 60649, - "ic_fluent_prohibited_20_filled": 60650, - "ic_fluent_prohibited_20_regular": 60651, - "ic_fluent_prohibited_multiple_20_filled": 60652, - "ic_fluent_prohibited_multiple_20_regular": 60653, - "ic_fluent_prohibited_note_20_filled": 60654, - "ic_fluent_prohibited_note_20_regular": 60655, - "ic_fluent_projection_screen_20_filled": 60656, - "ic_fluent_projection_screen_20_regular": 60657, - "ic_fluent_projection_screen_dismiss_20_filled": 60658, - "ic_fluent_projection_screen_dismiss_20_regular": 60659, - "ic_fluent_projection_screen_text_20_filled": 60660, - "ic_fluent_projection_screen_text_20_regular": 60661, - "ic_fluent_protocol_handler_20_filled": 60662, - "ic_fluent_protocol_handler_20_regular": 60663, - "ic_fluent_pulse_20_filled": 60664, - "ic_fluent_pulse_20_regular": 60665, - "ic_fluent_pulse_square_20_filled": 60666, - "ic_fluent_pulse_square_20_regular": 60667, - "ic_fluent_puzzle_cube_20_filled": 60668, - "ic_fluent_puzzle_cube_20_regular": 60669, - "ic_fluent_puzzle_cube_piece_20_filled": 60670, - "ic_fluent_puzzle_cube_piece_20_regular": 60671, - "ic_fluent_puzzle_piece_20_filled": 60672, - "ic_fluent_puzzle_piece_20_regular": 60673, - "ic_fluent_puzzle_piece_shield_20_filled": 60674, - "ic_fluent_puzzle_piece_shield_20_regular": 60675, - "ic_fluent_qr_code_20_filled": 60676, - "ic_fluent_qr_code_20_regular": 60677, - "ic_fluent_question_20_filled": 60678, - "ic_fluent_question_20_regular": 60679, - "ic_fluent_question_circle_20_filled": 60680, - "ic_fluent_question_circle_20_regular": 60681, - "ic_fluent_quiz_new_20_filled": 60682, - "ic_fluent_quiz_new_20_regular": 60683, - "ic_fluent_radar_20_filled": 60684, - "ic_fluent_radar_20_regular": 60685, - "ic_fluent_radar_checkmark_20_filled": 60686, - "ic_fluent_radar_checkmark_20_regular": 60687, - "ic_fluent_radar_rectangle_multiple_20_filled": 60688, - "ic_fluent_radar_rectangle_multiple_20_regular": 60689, - "ic_fluent_radio_button_20_filled": 60690, - "ic_fluent_radio_button_20_regular": 60691, - "ic_fluent_ram_20_filled": 60692, - "ic_fluent_ram_20_regular": 60693, - "ic_fluent_rating_mature_20_filled": 60694, - "ic_fluent_rating_mature_20_regular": 60695, - "ic_fluent_ratio_one_to_one_20_filled": 60696, - "ic_fluent_ratio_one_to_one_20_regular": 60697, - "ic_fluent_re_order_20_filled": 60698, - "ic_fluent_re_order_20_regular": 60699, - "ic_fluent_re_order_dots_horizontal_20_filled": 60700, - "ic_fluent_re_order_dots_horizontal_20_regular": 60701, - "ic_fluent_re_order_dots_vertical_20_filled": 60702, - "ic_fluent_re_order_dots_vertical_20_regular": 60703, - "ic_fluent_read_aloud_20_filled": 60704, - "ic_fluent_read_aloud_20_regular": 60705, - "ic_fluent_reading_list_20_filled": 60706, - "ic_fluent_reading_list_20_regular": 60707, - "ic_fluent_reading_list_add_20_filled": 60708, - "ic_fluent_reading_list_add_20_regular": 60709, - "ic_fluent_reading_mode_mobile_20_filled": 60710, - "ic_fluent_reading_mode_mobile_20_regular": 60711, - "ic_fluent_real_estate_20_filled": 60712, - "ic_fluent_real_estate_20_regular": 60713, - "ic_fluent_receipt_20_filled": 60714, - "ic_fluent_receipt_20_regular": 60715, - "ic_fluent_receipt_add_20_filled": 60716, - "ic_fluent_receipt_add_20_regular": 60717, - "ic_fluent_receipt_bag_20_filled": 60718, - "ic_fluent_receipt_bag_20_regular": 60719, - "ic_fluent_receipt_cube_20_filled": 60720, - "ic_fluent_receipt_cube_20_regular": 60721, - "ic_fluent_receipt_money_20_filled": 60722, - "ic_fluent_receipt_money_20_regular": 60723, - "ic_fluent_receipt_play_20_filled": 60724, - "ic_fluent_receipt_play_20_regular": 60725, - "ic_fluent_receipt_search_20_filled": 60726, - "ic_fluent_receipt_search_20_regular": 60727, - "ic_fluent_receipt_sparkles_20_filled": 60728, - "ic_fluent_receipt_sparkles_20_regular": 60729, - "ic_fluent_record_20_filled": 60730, - "ic_fluent_record_20_regular": 60731, - "ic_fluent_record_stop_20_filled": 60732, - "ic_fluent_record_stop_20_regular": 60733, - "ic_fluent_rectangle_landscape_20_filled": 60734, - "ic_fluent_rectangle_landscape_20_regular": 60735, - "ic_fluent_rectangle_landscape_hint_copy_20_filled": 60736, - "ic_fluent_rectangle_landscape_hint_copy_20_regular": 60737, - "ic_fluent_rectangle_landscape_sparkle_20_filled": 60738, - "ic_fluent_rectangle_landscape_sparkle_20_regular": 60739, - "ic_fluent_rectangle_landscape_sync_20_filled": 60740, - "ic_fluent_rectangle_landscape_sync_20_regular": 60741, - "ic_fluent_rectangle_landscape_sync_off_20_filled": 60742, - "ic_fluent_rectangle_landscape_sync_off_20_regular": 60743, - "ic_fluent_rectangle_portrait_location_target_20_filled": 60744, - "ic_fluent_rectangle_portrait_location_target_20_regular": 60745, - "ic_fluent_recycle_20_filled": 60746, - "ic_fluent_recycle_20_regular": 60747, - "ic_fluent_remix_add_20_filled": 60748, - "ic_fluent_remix_add_20_regular": 60749, - "ic_fluent_remote_20_filled": 60750, - "ic_fluent_remote_20_regular": 60751, - "ic_fluent_rename_20_filled": 60752, - "ic_fluent_rename_20_regular": 60753, - "ic_fluent_reorder_20_filled": 60754, - "ic_fluent_reorder_20_regular": 60755, - "ic_fluent_replay_20_filled": 60756, - "ic_fluent_replay_20_regular": 60757, - "ic_fluent_resize_20_filled": 60758, - "ic_fluent_resize_20_regular": 60759, - "ic_fluent_resize_image_20_filled": 60760, - "ic_fluent_resize_image_20_regular": 60761, - "ic_fluent_resize_large_20_filled": 60762, - "ic_fluent_resize_large_20_regular": 60763, - "ic_fluent_resize_small_20_filled": 60764, - "ic_fluent_resize_small_20_regular": 60765, - "ic_fluent_resize_table_20_filled": 60766, - "ic_fluent_resize_table_20_regular": 60767, - "ic_fluent_resize_video_20_filled": 60768, - "ic_fluent_resize_video_20_regular": 60769, - "ic_fluent_reward_20_filled": 60770, - "ic_fluent_reward_20_regular": 60771, - "ic_fluent_rewind_20_filled": 60772, - "ic_fluent_rewind_20_regular": 60773, - "ic_fluent_rhombus_20_filled": 60774, - "ic_fluent_rhombus_20_regular": 60775, - "ic_fluent_ribbon_20_filled": 60776, - "ic_fluent_ribbon_20_regular": 60777, - "ic_fluent_ribbon_add_20_filled": 60778, - "ic_fluent_ribbon_add_20_regular": 60779, - "ic_fluent_ribbon_off_20_filled": 60780, - "ic_fluent_ribbon_off_20_regular": 60781, - "ic_fluent_ribbon_star_20_filled": 60782, - "ic_fluent_ribbon_star_20_regular": 60783, - "ic_fluent_road_cone_20_filled": 60784, - "ic_fluent_road_cone_20_regular": 60785, - "ic_fluent_rocket_20_filled": 60786, - "ic_fluent_rocket_20_regular": 60787, - "ic_fluent_rotate_left_20_filled": 60788, - "ic_fluent_rotate_left_20_regular": 60789, - "ic_fluent_rotate_right_20_filled": 60790, - "ic_fluent_rotate_right_20_regular": 60791, - "ic_fluent_router_20_filled": 60792, - "ic_fluent_router_20_regular": 60793, - "ic_fluent_row_triple_20_filled": 60794, - "ic_fluent_row_triple_20_regular": 60795, - "ic_fluent_rss_20_filled": 60796, - "ic_fluent_rss_20_regular": 60797, - "ic_fluent_ruler_20_filled": 60798, - "ic_fluent_ruler_20_regular": 60799, - "ic_fluent_run_20_filled": 60800, - "ic_fluent_run_20_regular": 60801, - "ic_fluent_sanitize_20_filled": 60802, - "ic_fluent_sanitize_20_regular": 60803, - "ic_fluent_save_20_filled": 60804, - "ic_fluent_save_20_regular": 60805, - "ic_fluent_save_arrow_right_20_filled": 60806, - "ic_fluent_save_arrow_right_20_regular": 60807, - "ic_fluent_save_copy_20_filled": 60808, - "ic_fluent_save_copy_20_regular": 60809, - "ic_fluent_save_edit_20_filled": 60810, - "ic_fluent_save_edit_20_regular": 60811, - "ic_fluent_save_image_20_filled": 60812, - "ic_fluent_save_image_20_regular": 60813, - "ic_fluent_save_multiple_20_filled": 60814, - "ic_fluent_save_multiple_20_regular": 60815, - "ic_fluent_save_search_20_filled": 60816, - "ic_fluent_save_search_20_regular": 60817, - "ic_fluent_save_sync_20_filled": 60818, - "ic_fluent_save_sync_20_regular": 60819, - "ic_fluent_savings_20_filled": 60820, - "ic_fluent_savings_20_regular": 60821, - "ic_fluent_scale_fill_20_filled": 60822, - "ic_fluent_scale_fill_20_regular": 60823, - "ic_fluent_scale_fit_20_filled": 60824, - "ic_fluent_scale_fit_20_regular": 60825, - "ic_fluent_scales_20_filled": 60826, - "ic_fluent_scales_20_regular": 60827, - "ic_fluent_scan_20_filled": 60828, - "ic_fluent_scan_20_regular": 60829, - "ic_fluent_scan_camera_20_filled": 60830, - "ic_fluent_scan_camera_20_regular": 60831, - "ic_fluent_scan_dash_20_filled": 60832, - "ic_fluent_scan_dash_20_regular": 60833, - "ic_fluent_scan_object_20_filled": 60834, - "ic_fluent_scan_object_20_regular": 60835, - "ic_fluent_scan_person_20_filled": 60836, - "ic_fluent_scan_person_20_regular": 60837, - "ic_fluent_scan_table_20_filled": 60838, - "ic_fluent_scan_table_20_regular": 60839, - "ic_fluent_scan_text_20_filled": 60840, - "ic_fluent_scan_text_20_regular": 60841, - "ic_fluent_scan_thumb_up_20_filled": 60842, - "ic_fluent_scan_thumb_up_20_regular": 60843, - "ic_fluent_scan_thumb_up_off_20_filled": 60844, - "ic_fluent_scan_thumb_up_off_20_regular": 60845, - "ic_fluent_scan_type_20_filled": 60846, - "ic_fluent_scan_type_20_regular": 60847, - "ic_fluent_scan_type_checkmark_20_filled": 60848, - "ic_fluent_scan_type_checkmark_20_regular": 60849, - "ic_fluent_scan_type_off_20_filled": 60850, - "ic_fluent_scan_type_off_20_regular": 60851, - "ic_fluent_scratchpad_20_filled": 60852, - "ic_fluent_scratchpad_20_regular": 60853, - "ic_fluent_screen_cut_20_filled": 60854, - "ic_fluent_screen_cut_20_regular": 60855, - "ic_fluent_screen_person_20_filled": 60856, - "ic_fluent_screen_person_20_regular": 60857, - "ic_fluent_screen_search_20_filled": 60858, - "ic_fluent_screen_search_20_regular": 60859, - "ic_fluent_screenshot_20_filled": 60860, - "ic_fluent_screenshot_20_regular": 60861, - "ic_fluent_screenshot_record_20_filled": 60862, - "ic_fluent_screenshot_record_20_regular": 60863, - "ic_fluent_script_20_filled": 60864, - "ic_fluent_script_20_regular": 60865, - "ic_fluent_search_20_filled": 60866, - "ic_fluent_search_20_regular": 60867, - "ic_fluent_search_info_20_filled": 60868, - "ic_fluent_search_info_20_regular": 60869, - "ic_fluent_search_settings_20_filled": 60870, - "ic_fluent_search_settings_20_regular": 60871, - "ic_fluent_search_shield_20_filled": 60872, - "ic_fluent_search_shield_20_regular": 60873, - "ic_fluent_search_square_20_filled": 60874, - "ic_fluent_search_square_20_regular": 60875, - "ic_fluent_search_visual_20_filled": 60876, - "ic_fluent_search_visual_20_regular": 60877, - "ic_fluent_seat_20_filled": 60878, - "ic_fluent_seat_20_regular": 60879, - "ic_fluent_seat_add_20_filled": 60880, - "ic_fluent_seat_add_20_regular": 60881, - "ic_fluent_select_all_off_20_filled": 60882, - "ic_fluent_select_all_off_20_regular": 60883, - "ic_fluent_select_all_on_20_filled": 60884, - "ic_fluent_select_all_on_20_regular": 60885, - "ic_fluent_select_object_20_filled": 60886, - "ic_fluent_select_object_20_regular": 60887, - "ic_fluent_select_object_skew_20_filled": 60888, - "ic_fluent_select_object_skew_20_regular": 60889, - "ic_fluent_select_object_skew_dismiss_20_filled": 60890, - "ic_fluent_select_object_skew_dismiss_20_regular": 60891, - "ic_fluent_select_object_skew_edit_20_filled": 60892, - "ic_fluent_select_object_skew_edit_20_regular": 60893, - "ic_fluent_send_20_filled": 60894, - "ic_fluent_send_20_regular": 60895, - "ic_fluent_send_beaker_20_filled": 60896, - "ic_fluent_send_beaker_20_regular": 60897, - "ic_fluent_send_clock_20_filled": 60898, - "ic_fluent_send_clock_20_regular": 60899, - "ic_fluent_send_copy_20_filled": 60900, - "ic_fluent_send_copy_20_regular": 60901, - "ic_fluent_serial_port_20_filled": 60902, - "ic_fluent_serial_port_20_regular": 60903, - "ic_fluent_server_20_filled": 60904, - "ic_fluent_server_20_regular": 60905, - "ic_fluent_server_link_20_filled": 60906, - "ic_fluent_server_link_20_regular": 60907, - "ic_fluent_server_multiple_20_filled": 60908, - "ic_fluent_server_multiple_20_regular": 60909, - "ic_fluent_server_play_20_filled": 60910, - "ic_fluent_server_play_20_regular": 60911, - "ic_fluent_service_bell_20_filled": 60912, - "ic_fluent_service_bell_20_regular": 60913, - "ic_fluent_settings_20_filled": 60914, - "ic_fluent_settings_20_regular": 60915, - "ic_fluent_settings_chat_20_filled": 60916, - "ic_fluent_settings_chat_20_regular": 60917, - "ic_fluent_settings_cog_multiple_20_filled": 60918, - "ic_fluent_settings_cog_multiple_20_regular": 60919, - "ic_fluent_shape_exclude_20_filled": 60920, - "ic_fluent_shape_exclude_20_regular": 60921, - "ic_fluent_shape_intersect_20_filled": 60922, - "ic_fluent_shape_intersect_20_regular": 60923, - "ic_fluent_shape_organic_20_filled": 60924, - "ic_fluent_shape_organic_20_regular": 60925, - "ic_fluent_shape_subtract_20_filled": 60926, - "ic_fluent_shape_subtract_20_regular": 60927, - "ic_fluent_shape_union_20_filled": 60928, - "ic_fluent_shape_union_20_regular": 60929, - "ic_fluent_shapes_20_filled": 60930, - "ic_fluent_shapes_20_regular": 60931, - "ic_fluent_share_20_filled": 60932, - "ic_fluent_share_20_regular": 60933, - "ic_fluent_share_android_20_filled": 60934, - "ic_fluent_share_android_20_regular": 60935, - "ic_fluent_share_close_tray_20_filled": 60936, - "ic_fluent_share_close_tray_20_regular": 60937, - "ic_fluent_share_ios_20_filled": 60938, - "ic_fluent_share_ios_20_regular": 60939, - "ic_fluent_share_screen_person_20_filled": 60940, - "ic_fluent_share_screen_person_20_regular": 60941, - "ic_fluent_share_screen_person_overlay_20_filled": 60942, - "ic_fluent_share_screen_person_overlay_20_regular": 60943, - "ic_fluent_share_screen_person_overlay_inside_20_filled": 60944, - "ic_fluent_share_screen_person_overlay_inside_20_regular": 60945, - "ic_fluent_share_screen_person_p_20_filled": 60946, - "ic_fluent_share_screen_person_p_20_regular": 60947, - "ic_fluent_share_screen_start_20_filled": 60948, - "ic_fluent_share_screen_start_20_regular": 60949, - "ic_fluent_share_screen_stop_20_filled": 60950, - "ic_fluent_share_screen_stop_20_regular": 60951, - "ic_fluent_shield_20_filled": 60952, - "ic_fluent_shield_20_regular": 60953, - "ic_fluent_shield_add_20_filled": 60954, - "ic_fluent_shield_add_20_regular": 60955, - "ic_fluent_shield_badge_20_filled": 60956, - "ic_fluent_shield_badge_20_regular": 60957, - "ic_fluent_shield_checkmark_20_filled": 60958, - "ic_fluent_shield_checkmark_20_regular": 60959, - "ic_fluent_shield_dismiss_20_filled": 60960, - "ic_fluent_shield_dismiss_20_regular": 60961, - "ic_fluent_shield_dismiss_shield_20_filled": 60962, - "ic_fluent_shield_dismiss_shield_20_regular": 60963, - "ic_fluent_shield_error_20_filled": 60964, - "ic_fluent_shield_error_20_regular": 60965, - "ic_fluent_shield_globe_20_filled": 60966, - "ic_fluent_shield_globe_20_regular": 60967, - "ic_fluent_shield_keyhole_20_filled": 60968, - "ic_fluent_shield_keyhole_20_regular": 60969, - "ic_fluent_shield_lock_20_filled": 60970, - "ic_fluent_shield_lock_20_regular": 60971, - "ic_fluent_shield_person_20_filled": 60972, - "ic_fluent_shield_person_20_regular": 60973, - "ic_fluent_shield_person_add_20_filled": 60974, - "ic_fluent_shield_person_add_20_regular": 60975, - "ic_fluent_shield_prohibited_20_filled": 60976, - "ic_fluent_shield_prohibited_20_regular": 60977, - "ic_fluent_shield_question_20_filled": 60978, - "ic_fluent_shield_question_20_regular": 60979, - "ic_fluent_shield_task_20_filled": 60980, - "ic_fluent_shield_task_20_regular": 60981, - "ic_fluent_shifts_20_filled": 60982, - "ic_fluent_shifts_20_regular": 60983, - "ic_fluent_shifts_30_minutes_20_filled": 60984, - "ic_fluent_shifts_30_minutes_20_regular": 60985, - "ic_fluent_shifts_activity_20_filled": 60986, - "ic_fluent_shifts_activity_20_regular": 60987, - "ic_fluent_shifts_add_20_filled": 60988, - "ic_fluent_shifts_add_20_regular": 60989, - "ic_fluent_shifts_availability_20_filled": 60990, - "ic_fluent_shifts_availability_20_regular": 60991, - "ic_fluent_shifts_checkmark_20_filled": 60992, - "ic_fluent_shifts_checkmark_20_regular": 60993, - "ic_fluent_shifts_day_20_filled": 60994, - "ic_fluent_shifts_day_20_regular": 60995, - "ic_fluent_shifts_open_20_filled": 60996, - "ic_fluent_shifts_open_20_regular": 60997, - "ic_fluent_shifts_prohibited_20_filled": 60998, - "ic_fluent_shifts_prohibited_20_regular": 60999, - "ic_fluent_shifts_question_mark_20_filled": 61000, - "ic_fluent_shifts_question_mark_20_regular": 61001, - "ic_fluent_shifts_team_20_filled": 61002, - "ic_fluent_shifts_team_20_regular": 61003, - "ic_fluent_shopping_bag_20_filled": 61004, - "ic_fluent_shopping_bag_20_regular": 61005, - "ic_fluent_shopping_bag_add_20_filled": 61006, - "ic_fluent_shopping_bag_add_20_regular": 61007, - "ic_fluent_shopping_bag_arrow_left_20_filled": 61008, - "ic_fluent_shopping_bag_arrow_left_20_regular": 61009, - "ic_fluent_shopping_bag_dismiss_20_filled": 61010, - "ic_fluent_shopping_bag_dismiss_20_regular": 61011, - "ic_fluent_shopping_bag_pause_20_filled": 61012, - "ic_fluent_shopping_bag_pause_20_regular": 61013, - "ic_fluent_shopping_bag_percent_20_filled": 61014, - "ic_fluent_shopping_bag_percent_20_regular": 61015, - "ic_fluent_shopping_bag_play_20_filled": 61016, - "ic_fluent_shopping_bag_play_20_regular": 61017, - "ic_fluent_shopping_bag_tag_20_filled": 61018, - "ic_fluent_shopping_bag_tag_20_regular": 61019, - "ic_fluent_shortpick_20_filled": 61020, - "ic_fluent_shortpick_20_regular": 61021, - "ic_fluent_showerhead_20_filled": 61022, - "ic_fluent_showerhead_20_regular": 61023, - "ic_fluent_sidebar_search_ltr_20_filled": 61024, - "ic_fluent_sidebar_search_ltr_20_regular": 61025, - "ic_fluent_sidebar_search_rtl_20_filled": 61026, - "ic_fluent_sidebar_search_rtl_20_regular": 61027, - "ic_fluent_sign_out_20_filled": 61028, - "ic_fluent_sign_out_20_regular": 61029, - "ic_fluent_signature_20_filled": 61030, - "ic_fluent_signature_20_regular": 61031, - "ic_fluent_sim_20_filled": 61032, - "ic_fluent_sim_20_regular": 61033, - "ic_fluent_skip_back_10_20_filled": 61034, - "ic_fluent_skip_back_10_20_regular": 61035, - "ic_fluent_skip_forward_10_20_filled": 61036, - "ic_fluent_skip_forward_10_20_regular": 61037, - "ic_fluent_skip_forward_30_20_filled": 61038, - "ic_fluent_skip_forward_30_20_regular": 61039, - "ic_fluent_skip_forward_tab_20_filled": 61040, - "ic_fluent_skip_forward_tab_20_regular": 61041, - "ic_fluent_slash_forward_20_filled": 61042, - "ic_fluent_slash_forward_20_regular": 61043, - "ic_fluent_sleep_20_filled": 61044, - "ic_fluent_sleep_20_regular": 61045, - "ic_fluent_slide_add_20_filled": 61046, - "ic_fluent_slide_add_20_regular": 61047, - "ic_fluent_slide_arrow_right_20_filled": 61048, - "ic_fluent_slide_arrow_right_20_regular": 61049, - "ic_fluent_slide_eraser_20_filled": 61050, - "ic_fluent_slide_eraser_20_regular": 61051, - "ic_fluent_slide_grid_20_filled": 61052, - "ic_fluent_slide_grid_20_regular": 61053, - "ic_fluent_slide_hide_20_filled": 61054, - "ic_fluent_slide_hide_20_regular": 61055, - "ic_fluent_slide_layout_20_filled": 61056, - "ic_fluent_slide_layout_20_regular": 61057, - "ic_fluent_slide_link_20_filled": 61058, - "ic_fluent_slide_link_20_regular": 61059, - "ic_fluent_slide_microphone_20_filled": 61060, - "ic_fluent_slide_microphone_20_regular": 61061, - "ic_fluent_slide_multiple_20_filled": 61062, - "ic_fluent_slide_multiple_20_regular": 61063, - "ic_fluent_slide_multiple_arrow_right_20_filled": 61064, - "ic_fluent_slide_multiple_arrow_right_20_regular": 61065, - "ic_fluent_slide_multiple_search_20_filled": 61066, - "ic_fluent_slide_multiple_search_20_regular": 61067, - "ic_fluent_slide_record_20_filled": 61068, - "ic_fluent_slide_record_20_regular": 61069, - "ic_fluent_slide_search_20_filled": 61070, - "ic_fluent_slide_search_20_regular": 61071, - "ic_fluent_slide_settings_20_filled": 61072, - "ic_fluent_slide_settings_20_regular": 61073, - "ic_fluent_slide_size_20_filled": 61074, - "ic_fluent_slide_size_20_regular": 61075, - "ic_fluent_slide_text_20_filled": 61076, - "ic_fluent_slide_text_20_regular": 61077, - "ic_fluent_slide_text_edit_20_filled": 61078, - "ic_fluent_slide_text_edit_20_regular": 61079, - "ic_fluent_slide_text_multiple_20_filled": 61080, - "ic_fluent_slide_text_multiple_20_regular": 61081, - "ic_fluent_slide_text_person_20_filled": 61082, - "ic_fluent_slide_text_person_20_regular": 61083, - "ic_fluent_slide_text_sparkle_20_filled": 61084, - "ic_fluent_slide_text_sparkle_20_regular": 61085, - "ic_fluent_slide_transition_20_filled": 61086, - "ic_fluent_slide_transition_20_regular": 61087, - "ic_fluent_smartwatch_20_filled": 61088, - "ic_fluent_smartwatch_20_regular": 61089, - "ic_fluent_smartwatch_dot_20_filled": 61090, - "ic_fluent_smartwatch_dot_20_regular": 61091, - "ic_fluent_snooze_20_filled": 61092, - "ic_fluent_snooze_20_regular": 61093, - "ic_fluent_sound_source_20_filled": 61094, - "ic_fluent_sound_source_20_regular": 61095, - "ic_fluent_sound_wave_circle_20_filled": 61096, - "ic_fluent_sound_wave_circle_20_regular": 61097, - "ic_fluent_space_3d_20_filled": 61098, - "ic_fluent_space_3d_20_regular": 61099, - "ic_fluent_spacebar_20_filled": 61100, - "ic_fluent_spacebar_20_regular": 61101, - "ic_fluent_sparkle_20_filled": 61102, - "ic_fluent_sparkle_20_regular": 61103, - "ic_fluent_sparkle_circle_20_filled": 61104, - "ic_fluent_sparkle_circle_20_regular": 61105, - "ic_fluent_speaker_0_20_filled": 61106, - "ic_fluent_speaker_0_20_regular": 61107, - "ic_fluent_speaker_1_20_filled": 61108, - "ic_fluent_speaker_1_20_regular": 61109, - "ic_fluent_speaker_2_20_filled": 61110, - "ic_fluent_speaker_2_20_regular": 61111, - "ic_fluent_speaker_bluetooth_20_filled": 61112, - "ic_fluent_speaker_bluetooth_20_regular": 61113, - "ic_fluent_speaker_box_20_filled": 61114, - "ic_fluent_speaker_box_20_regular": 61115, - "ic_fluent_speaker_edit_20_filled": 61116, - "ic_fluent_speaker_edit_20_regular": 61117, - "ic_fluent_speaker_mute_20_filled": 61118, - "ic_fluent_speaker_mute_20_regular": 61119, - "ic_fluent_speaker_off_20_filled": 61120, - "ic_fluent_speaker_off_20_regular": 61121, - "ic_fluent_speaker_settings_20_filled": 61122, - "ic_fluent_speaker_settings_20_regular": 61123, - "ic_fluent_speaker_usb_20_filled": 61124, - "ic_fluent_speaker_usb_20_regular": 61125, - "ic_fluent_spinner_ios_20_filled": 61126, - "ic_fluent_spinner_ios_20_regular": 61127, - "ic_fluent_split_hint_20_filled": 61128, - "ic_fluent_split_hint_20_regular": 61129, - "ic_fluent_split_horizontal_20_filled": 61130, - "ic_fluent_split_horizontal_20_regular": 61131, - "ic_fluent_split_vertical_20_filled": 61132, - "ic_fluent_split_vertical_20_regular": 61133, - "ic_fluent_sport_20_filled": 61134, - "ic_fluent_sport_20_regular": 61135, - "ic_fluent_sport_american_football_20_filled": 61136, - "ic_fluent_sport_american_football_20_regular": 61137, - "ic_fluent_sport_baseball_20_filled": 61138, - "ic_fluent_sport_baseball_20_regular": 61139, - "ic_fluent_sport_basketball_20_filled": 61140, - "ic_fluent_sport_basketball_20_regular": 61141, - "ic_fluent_sport_hockey_20_filled": 61142, - "ic_fluent_sport_hockey_20_regular": 61143, - "ic_fluent_sport_soccer_20_filled": 61144, - "ic_fluent_sport_soccer_20_regular": 61145, - "ic_fluent_square_20_filled": 61146, - "ic_fluent_square_20_regular": 61147, - "ic_fluent_square_add_20_filled": 61148, - "ic_fluent_square_add_20_regular": 61149, - "ic_fluent_square_arrow_forward_20_filled": 61150, - "ic_fluent_square_arrow_forward_20_regular": 61151, - "ic_fluent_square_dismiss_20_filled": 61152, - "ic_fluent_square_dismiss_20_regular": 61153, - "ic_fluent_square_eraser_20_filled": 61154, - "ic_fluent_square_eraser_20_regular": 61155, - "ic_fluent_square_hint_20_filled": 61156, - "ic_fluent_square_hint_20_regular": 61157, - "ic_fluent_square_hint_apps_20_filled": 61158, - "ic_fluent_square_hint_apps_20_regular": 61159, - "ic_fluent_square_hint_arrow_back_20_filled": 61160, - "ic_fluent_square_hint_arrow_back_20_regular": 61161, - "ic_fluent_square_hint_hexagon_20_filled": 61162, - "ic_fluent_square_hint_hexagon_20_regular": 61163, - "ic_fluent_square_hint_sparkles_20_filled": 61164, - "ic_fluent_square_hint_sparkles_20_regular": 61165, - "ic_fluent_square_multiple_20_filled": 61166, - "ic_fluent_square_multiple_20_regular": 61167, - "ic_fluent_square_shadow_20_filled": 61168, - "ic_fluent_square_shadow_20_regular": 61169, - "ic_fluent_squares_nested_20_filled": 61170, - "ic_fluent_squares_nested_20_regular": 61171, - "ic_fluent_stack_20_filled": 61172, - "ic_fluent_stack_20_regular": 61173, - "ic_fluent_stack_add_20_filled": 61174, - "ic_fluent_stack_add_20_regular": 61175, - "ic_fluent_stack_arrow_forward_20_filled": 61176, - "ic_fluent_stack_arrow_forward_20_regular": 61177, - "ic_fluent_stack_star_20_filled": 61178, - "ic_fluent_stack_star_20_regular": 61179, - "ic_fluent_stack_vertical_20_filled": 61180, - "ic_fluent_stack_vertical_20_regular": 61181, - "ic_fluent_star_20_filled": 61182, - "ic_fluent_star_20_regular": 61183, - "ic_fluent_star_add_20_filled": 61184, - "ic_fluent_star_add_20_regular": 61185, - "ic_fluent_star_arrow_back_20_filled": 61186, - "ic_fluent_star_arrow_back_20_regular": 61187, - "ic_fluent_star_arrow_right_end_20_filled": 61188, - "ic_fluent_star_arrow_right_end_20_regular": 61189, - "ic_fluent_star_arrow_right_start_20_filled": 61190, - "ic_fluent_star_arrow_right_start_20_regular": 61191, - "ic_fluent_star_checkmark_20_filled": 61192, - "ic_fluent_star_checkmark_20_regular": 61193, - "ic_fluent_star_dismiss_20_filled": 61194, - "ic_fluent_star_dismiss_20_regular": 61195, - "ic_fluent_star_edit_20_filled": 61196, - "ic_fluent_star_edit_20_regular": 61197, - "ic_fluent_star_emphasis_20_filled": 61198, - "ic_fluent_star_emphasis_20_regular": 61199, - "ic_fluent_star_half_20_filled": 61200, - "ic_fluent_star_half_20_regular": 61201, - "ic_fluent_star_line_horizontal_3_20_filled": 61202, - "ic_fluent_star_line_horizontal_3_20_regular": 61203, - "ic_fluent_star_off_20_filled": 61204, - "ic_fluent_star_off_20_regular": 61205, - "ic_fluent_star_one_quarter_20_filled": 61206, - "ic_fluent_star_one_quarter_20_regular": 61207, - "ic_fluent_star_prohibited_20_filled": 61208, - "ic_fluent_star_prohibited_20_regular": 61209, - "ic_fluent_star_settings_20_filled": 61210, - "ic_fluent_star_settings_20_regular": 61211, - "ic_fluent_star_three_quarter_20_filled": 61212, - "ic_fluent_star_three_quarter_20_regular": 61213, - "ic_fluent_status_20_filled": 61214, - "ic_fluent_status_20_regular": 61215, - "ic_fluent_step_20_filled": 61216, - "ic_fluent_step_20_regular": 61217, - "ic_fluent_steps_20_filled": 61218, - "ic_fluent_steps_20_regular": 61219, - "ic_fluent_stethoscope_20_filled": 61220, - "ic_fluent_stethoscope_20_regular": 61221, - "ic_fluent_sticker_20_filled": 61222, - "ic_fluent_sticker_20_regular": 61223, - "ic_fluent_sticker_add_20_filled": 61224, - "ic_fluent_sticker_add_20_regular": 61225, - "ic_fluent_stop_20_filled": 61226, - "ic_fluent_stop_20_regular": 61227, - "ic_fluent_storage_20_filled": 61228, - "ic_fluent_storage_20_regular": 61229, - "ic_fluent_store_microsoft_20_filled": 61230, - "ic_fluent_store_microsoft_20_regular": 61231, - "ic_fluent_stream_20_filled": 61232, - "ic_fluent_stream_20_regular": 61233, - "ic_fluent_stream_input_20_filled": 61234, - "ic_fluent_stream_input_20_regular": 61235, - "ic_fluent_stream_input_output_20_filled": 61236, - "ic_fluent_stream_input_output_20_regular": 61237, - "ic_fluent_stream_output_20_filled": 61238, - "ic_fluent_stream_output_20_regular": 61239, - "ic_fluent_street_sign_20_filled": 61240, - "ic_fluent_street_sign_20_regular": 61241, - "ic_fluent_style_guide_20_filled": 61242, - "ic_fluent_style_guide_20_regular": 61243, - "ic_fluent_sub_grid_20_filled": 61244, - "ic_fluent_sub_grid_20_regular": 61245, - "ic_fluent_subtitles_20_filled": 61246, - "ic_fluent_subtitles_20_regular": 61247, - "ic_fluent_subtract_20_filled": 61248, - "ic_fluent_subtract_20_regular": 61249, - "ic_fluent_subtract_circle_20_filled": 61250, - "ic_fluent_subtract_circle_20_regular": 61251, - "ic_fluent_subtract_circle_arrow_back_20_filled": 61252, - "ic_fluent_subtract_circle_arrow_back_20_regular": 61253, - "ic_fluent_subtract_circle_arrow_forward_20_filled": 61254, - "ic_fluent_subtract_circle_arrow_forward_20_regular": 61255, - "ic_fluent_subtract_parentheses_20_filled": 61256, - "ic_fluent_subtract_parentheses_20_regular": 61257, - "ic_fluent_subtract_square_20_filled": 61258, - "ic_fluent_subtract_square_20_regular": 61259, - "ic_fluent_subtract_square_multiple_20_filled": 61260, - "ic_fluent_subtract_square_multiple_20_regular": 61261, - "ic_fluent_surface_earbuds_20_filled": 61262, - "ic_fluent_surface_earbuds_20_regular": 61263, - "ic_fluent_surface_hub_20_filled": 61264, - "ic_fluent_surface_hub_20_regular": 61265, - "ic_fluent_swimming_pool_20_filled": 61266, - "ic_fluent_swimming_pool_20_regular": 61267, - "ic_fluent_swipe_down_20_filled": 61268, - "ic_fluent_swipe_down_20_regular": 61269, - "ic_fluent_swipe_right_20_filled": 61270, - "ic_fluent_swipe_right_20_regular": 61271, - "ic_fluent_swipe_up_20_filled": 61272, - "ic_fluent_swipe_up_20_regular": 61273, - "ic_fluent_symbols_20_filled": 61274, - "ic_fluent_symbols_20_regular": 61275, - "ic_fluent_sync_off_20_filled": 61276, - "ic_fluent_sync_off_20_regular": 61277, - "ic_fluent_syringe_20_filled": 61278, - "ic_fluent_syringe_20_regular": 61279, - "ic_fluent_system_20_filled": 61280, - "ic_fluent_system_20_regular": 61281, - "ic_fluent_tab_20_filled": 61282, - "ic_fluent_tab_20_regular": 61283, - "ic_fluent_tab_add_20_filled": 61284, - "ic_fluent_tab_add_20_regular": 61285, - "ic_fluent_tab_arrow_left_20_filled": 61286, - "ic_fluent_tab_arrow_left_20_regular": 61287, - "ic_fluent_tab_desktop_20_filled": 61288, - "ic_fluent_tab_desktop_20_regular": 61289, - "ic_fluent_tab_desktop_arrow_clockwise_20_filled": 61290, - "ic_fluent_tab_desktop_arrow_clockwise_20_regular": 61291, - "ic_fluent_tab_desktop_arrow_left_20_filled": 61292, - "ic_fluent_tab_desktop_arrow_left_20_regular": 61293, - "ic_fluent_tab_desktop_bottom_20_filled": 61294, - "ic_fluent_tab_desktop_bottom_20_regular": 61295, - "ic_fluent_tab_desktop_clock_20_filled": 61296, - "ic_fluent_tab_desktop_clock_20_regular": 61297, - "ic_fluent_tab_desktop_copy_20_filled": 61298, - "ic_fluent_tab_desktop_copy_20_regular": 61299, - "ic_fluent_tab_desktop_image_20_filled": 61300, - "ic_fluent_tab_desktop_image_20_regular": 61301, - "ic_fluent_tab_desktop_link_20_filled": 61302, - "ic_fluent_tab_desktop_link_20_regular": 61303, - "ic_fluent_tab_desktop_multiple_20_filled": 61304, - "ic_fluent_tab_desktop_multiple_20_regular": 61305, - "ic_fluent_tab_desktop_multiple_add_20_filled": 61306, - "ic_fluent_tab_desktop_multiple_add_20_regular": 61307, - "ic_fluent_tab_desktop_multiple_bottom_20_filled": 61308, - "ic_fluent_tab_desktop_multiple_bottom_20_regular": 61309, - "ic_fluent_tab_desktop_new_page_20_filled": 61310, - "ic_fluent_tab_desktop_new_page_20_regular": 61311, - "ic_fluent_tab_in_private_20_filled": 61312, - "ic_fluent_tab_in_private_20_regular": 61313, - "ic_fluent_tab_inprivate_account_20_filled": 61314, - "ic_fluent_tab_inprivate_account_20_regular": 61315, - "ic_fluent_tab_prohibited_20_filled": 61316, - "ic_fluent_tab_prohibited_20_regular": 61317, - "ic_fluent_tab_shield_dismiss_20_filled": 61318, - "ic_fluent_tab_shield_dismiss_20_regular": 61319, - "ic_fluent_table_20_filled": 61320, - "ic_fluent_table_20_regular": 61321, - "ic_fluent_table_add_20_filled": 61322, - "ic_fluent_table_add_20_regular": 61323, - "ic_fluent_table_arrow_up_20_filled": 61324, - "ic_fluent_table_arrow_up_20_regular": 61325, - "ic_fluent_table_bottom_row_20_filled": 61326, - "ic_fluent_table_bottom_row_20_regular": 61327, - "ic_fluent_table_calculator_20_filled": 61328, - "ic_fluent_table_calculator_20_regular": 61329, - "ic_fluent_table_cell_edit_20_filled": 61330, - "ic_fluent_table_cell_edit_20_regular": 61331, - "ic_fluent_table_cells_merge_20_filled": 61332, - "ic_fluent_table_cells_merge_20_regular": 61333, - "ic_fluent_table_cells_split_20_filled": 61334, - "ic_fluent_table_cells_split_20_regular": 61335, - "ic_fluent_table_checker_20_filled": 61336, - "ic_fluent_table_checker_20_regular": 61337, - "ic_fluent_table_column_top_bottom_20_filled": 61338, - "ic_fluent_table_column_top_bottom_20_regular": 61339, - "ic_fluent_table_copy_20_filled": 61340, - "ic_fluent_table_copy_20_regular": 61341, - "ic_fluent_table_delete_column_20_filled": 61342, - "ic_fluent_table_delete_column_20_regular": 61343, - "ic_fluent_table_delete_row_20_filled": 61344, - "ic_fluent_table_delete_row_20_regular": 61345, - "ic_fluent_table_dismiss_20_filled": 61346, - "ic_fluent_table_dismiss_20_regular": 61347, - "ic_fluent_table_edit_20_filled": 61348, - "ic_fluent_table_edit_20_regular": 61349, - "ic_fluent_table_freeze_column_20_filled": 61350, - "ic_fluent_table_freeze_column_20_regular": 61351, - "ic_fluent_table_freeze_column_and_row_20_filled": 61352, - "ic_fluent_table_freeze_column_and_row_20_regular": 61353, - "ic_fluent_table_freeze_row_20_filled": 61354, - "ic_fluent_table_freeze_row_20_regular": 61355, - "ic_fluent_table_image_20_filled": 61356, - "ic_fluent_table_image_20_regular": 61357, - "ic_fluent_table_insert_column_20_filled": 61358, - "ic_fluent_table_insert_column_20_regular": 61359, - "ic_fluent_table_insert_row_20_filled": 61360, - "ic_fluent_table_insert_row_20_regular": 61361, - "ic_fluent_table_lightning_20_filled": 61362, - "ic_fluent_table_lightning_20_regular": 61363, - "ic_fluent_table_link_20_filled": 61364, - "ic_fluent_table_link_20_regular": 61365, - "ic_fluent_table_lock_20_filled": 61366, - "ic_fluent_table_lock_20_regular": 61367, - "ic_fluent_table_move_above_20_filled": 61368, - "ic_fluent_table_move_above_20_regular": 61369, - "ic_fluent_table_move_below_20_filled": 61370, - "ic_fluent_table_move_below_20_regular": 61371, - "ic_fluent_table_move_left_20_filled": 61372, - "ic_fluent_table_move_left_20_regular": 61373, - "ic_fluent_table_move_right_20_filled": 61374, - "ic_fluent_table_move_right_20_regular": 61375, - "ic_fluent_table_multiple_20_filled": 61376, - "ic_fluent_table_multiple_20_regular": 61377, - "ic_fluent_table_offset_20_filled": 61378, - "ic_fluent_table_offset_20_regular": 61379, - "ic_fluent_table_offset_add_20_filled": 61380, - "ic_fluent_table_offset_add_20_regular": 61381, - "ic_fluent_table_offset_less_than_or_equal_to_20_filled": 61382, - "ic_fluent_table_offset_less_than_or_equal_to_20_regular": 61383, - "ic_fluent_table_offset_settings_20_filled": 61384, - "ic_fluent_table_offset_settings_20_regular": 61385, - "ic_fluent_table_resize_column_20_filled": 61386, - "ic_fluent_table_resize_column_20_regular": 61387, - "ic_fluent_table_resize_row_20_filled": 61388, - "ic_fluent_table_resize_row_20_regular": 61389, - "ic_fluent_table_search_20_filled": 61390, - "ic_fluent_table_search_20_regular": 61391, - "ic_fluent_table_settings_20_filled": 61392, - "ic_fluent_table_settings_20_regular": 61393, - "ic_fluent_table_simple_20_filled": 61394, - "ic_fluent_table_simple_20_regular": 61395, - "ic_fluent_table_simple_checkmark_20_filled": 61396, - "ic_fluent_table_simple_checkmark_20_regular": 61397, - "ic_fluent_table_simple_exclude_20_filled": 61398, - "ic_fluent_table_simple_exclude_20_regular": 61399, - "ic_fluent_table_simple_include_20_filled": 61400, - "ic_fluent_table_simple_include_20_regular": 61401, - "ic_fluent_table_simple_multiple_20_filled": 61402, - "ic_fluent_table_simple_multiple_20_regular": 61403, - "ic_fluent_table_split_20_filled": 61404, - "ic_fluent_table_split_20_regular": 61405, - "ic_fluent_table_stack_above_20_filled": 61406, - "ic_fluent_table_stack_above_20_regular": 61407, - "ic_fluent_table_stack_below_20_filled": 61408, - "ic_fluent_table_stack_below_20_regular": 61409, - "ic_fluent_table_stack_left_20_filled": 61410, - "ic_fluent_table_stack_left_20_regular": 61411, - "ic_fluent_table_stack_right_20_filled": 61412, - "ic_fluent_table_stack_right_20_regular": 61413, - "ic_fluent_table_switch_20_filled": 61414, - "ic_fluent_table_switch_20_regular": 61415, - "ic_fluent_tablet_20_filled": 61416, - "ic_fluent_tablet_20_regular": 61417, - "ic_fluent_tablet_laptop_20_filled": 61418, - "ic_fluent_tablet_laptop_20_regular": 61419, - "ic_fluent_tablet_speaker_20_filled": 61420, - "ic_fluent_tablet_speaker_20_regular": 61421, - "ic_fluent_tabs_20_filled": 61422, - "ic_fluent_tabs_20_regular": 61423, - "ic_fluent_tag_20_filled": 61424, - "ic_fluent_tag_20_regular": 61425, - "ic_fluent_tag_circle_20_filled": 61426, - "ic_fluent_tag_circle_20_regular": 61427, - "ic_fluent_tag_dismiss_20_filled": 61428, - "ic_fluent_tag_dismiss_20_regular": 61429, - "ic_fluent_tag_error_20_filled": 61430, - "ic_fluent_tag_error_20_regular": 61431, - "ic_fluent_tag_lock_20_filled": 61432, - "ic_fluent_tag_lock_20_regular": 61433, - "ic_fluent_tag_lock_accent_20_filled": 61434, - "ic_fluent_tag_multiple_20_filled": 61435, - "ic_fluent_tag_multiple_20_regular": 61436, - "ic_fluent_tag_off_20_filled": 61437, - "ic_fluent_tag_off_20_regular": 61438, - "ic_fluent_tag_question_mark_20_filled": 61439, - "ic_fluent_tag_question_mark_20_regular": 61440, - "ic_fluent_tag_reset_20_filled": 61441, - "ic_fluent_tag_reset_20_regular": 61442, - "ic_fluent_tag_search_20_filled": 61443, - "ic_fluent_tag_search_20_regular": 61444, - "ic_fluent_tap_double_20_filled": 61445, - "ic_fluent_tap_double_20_regular": 61446, - "ic_fluent_tap_single_20_filled": 61447, - "ic_fluent_tap_single_20_regular": 61448, - "ic_fluent_target_20_filled": 61449, - "ic_fluent_target_20_regular": 61450, - "ic_fluent_target_add_20_filled": 61451, - "ic_fluent_target_add_20_regular": 61452, - "ic_fluent_target_arrow_20_filled": 61453, - "ic_fluent_target_arrow_20_regular": 61454, - "ic_fluent_target_dismiss_20_filled": 61455, - "ic_fluent_target_dismiss_20_regular": 61456, - "ic_fluent_target_edit_20_filled": 61457, - "ic_fluent_target_edit_20_regular": 61458, - "ic_fluent_task_list_add_20_filled": 61459, - "ic_fluent_task_list_add_20_regular": 61460, - "ic_fluent_task_list_ltr_20_filled": 61461, - "ic_fluent_task_list_ltr_20_regular": 61462, - "ic_fluent_task_list_rtl_20_filled": 61463, - "ic_fluent_task_list_rtl_20_regular": 61464, - "ic_fluent_task_list_square_add_20_filled": 61465, - "ic_fluent_task_list_square_add_20_regular": 61466, - "ic_fluent_task_list_square_database_20_filled": 61467, - "ic_fluent_task_list_square_database_20_regular": 61468, - "ic_fluent_task_list_square_ltr_20_filled": 61469, - "ic_fluent_task_list_square_ltr_20_regular": 61470, - "ic_fluent_task_list_square_person_20_filled": 61471, - "ic_fluent_task_list_square_person_20_regular": 61472, - "ic_fluent_task_list_square_rtl_20_filled": 61473, - "ic_fluent_task_list_square_rtl_20_regular": 61474, - "ic_fluent_task_list_square_settings_20_filled": 61475, - "ic_fluent_task_list_square_settings_20_regular": 61476, - "ic_fluent_tasks_app_20_filled": 61477, - "ic_fluent_tasks_app_20_regular": 61478, - "ic_fluent_teardrop_bottom_right_20_filled": 61479, - "ic_fluent_teardrop_bottom_right_20_regular": 61480, - "ic_fluent_teddy_20_filled": 61481, - "ic_fluent_teddy_20_regular": 61482, - "ic_fluent_temperature_20_filled": 61483, - "ic_fluent_temperature_20_regular": 61484, - "ic_fluent_tent_20_filled": 61485, - "ic_fluent_tent_20_regular": 61486, - "ic_fluent_tetris_app_20_filled": 61487, - "ic_fluent_tetris_app_20_regular": 61488, - "ic_fluent_text_add_20_filled": 61489, - "ic_fluent_text_add_20_regular": 61490, - "ic_fluent_text_add_space_after_20_filled": 61491, - "ic_fluent_text_add_space_after_20_regular": 61492, - "ic_fluent_text_add_space_before_20_filled": 61493, - "ic_fluent_text_add_space_before_20_regular": 61494, - "ic_fluent_text_add_t_20_filled": 61495, - "ic_fluent_text_add_t_20_regular": 61496, - "ic_fluent_text_align_center_20_filled": 61497, - "ic_fluent_text_align_center_20_regular": 61498, - "ic_fluent_text_align_center_rotate_270_20_filled": 61499, - "ic_fluent_text_align_center_rotate_270_20_regular": 61500, - "ic_fluent_text_align_center_rotate_90_20_filled": 61501, - "ic_fluent_text_align_center_rotate_90_20_regular": 61502, - "ic_fluent_text_align_distributed_20_filled": 61503, - "ic_fluent_text_align_distributed_20_regular": 61504, - "ic_fluent_text_align_distributed_evenly_20_filled": 61505, - "ic_fluent_text_align_distributed_evenly_20_regular": 61506, - "ic_fluent_text_align_distributed_vertical_20_filled": 61507, - "ic_fluent_text_align_distributed_vertical_20_regular": 61508, - "ic_fluent_text_align_justify_20_filled": 61509, - "ic_fluent_text_align_justify_20_regular": 61510, - "ic_fluent_text_align_justify_low_20_filled": 61511, - "ic_fluent_text_align_justify_low_20_regular": 61512, - "ic_fluent_text_align_justify_low_90_20_filled": 61513, - "ic_fluent_text_align_justify_low_90_20_regular": 61514, - "ic_fluent_text_align_justify_low_rotate_270_20_filled": 61515, - "ic_fluent_text_align_justify_low_rotate_270_20_regular": 61516, - "ic_fluent_text_align_justify_low_rotate_90_20_filled": 61517, - "ic_fluent_text_align_justify_low_rotate_90_20_regular": 61518, - "ic_fluent_text_align_justify_rotate_270_20_filled": 61519, - "ic_fluent_text_align_justify_rotate_270_20_regular": 61520, - "ic_fluent_text_align_justify_rotate_90_20_filled": 61521, - "ic_fluent_text_align_justify_rotate_90_20_regular": 61522, - "ic_fluent_text_align_left_20_filled": 61523, - "ic_fluent_text_align_left_20_regular": 61524, - "ic_fluent_text_align_left_rotate_270_20_filled": 61525, - "ic_fluent_text_align_left_rotate_270_20_regular": 61526, - "ic_fluent_text_align_left_rotate_90_20_filled": 61527, - "ic_fluent_text_align_left_rotate_90_20_regular": 61528, - "ic_fluent_text_align_right_20_filled": 61529, - "ic_fluent_text_align_right_20_regular": 61530, - "ic_fluent_text_align_right_rotate_270_20_filled": 61531, - "ic_fluent_text_align_right_rotate_270_20_regular": 61532, - "ic_fluent_text_align_right_rotate_90_20_filled": 61533, - "ic_fluent_text_align_right_rotate_90_20_regular": 61534, - "ic_fluent_text_arrow_down_right_column_20_filled": 61535, - "ic_fluent_text_arrow_down_right_column_20_regular": 61536, - "ic_fluent_text_asterisk_20_filled": 61537, - "ic_fluent_text_asterisk_20_regular": 61538, - "ic_fluent_text_baseline_20_filled": 61539, - "ic_fluent_text_baseline_20_regular": 61540, - "ic_fluent_text_bold_20_filled": 61541, - "ic_fluent_text_bold_20_regular": 61542, - "ic_fluent_text_box_settings_20_filled": 61543, - "ic_fluent_text_box_settings_20_regular": 61544, - "ic_fluent_text_bullet_list_20_filled": 61545, - "ic_fluent_text_bullet_list_20_regular": 61546, - "ic_fluent_text_bullet_list_90_20_filled": 61547, - "ic_fluent_text_bullet_list_90_20_regular": 61548, - "ic_fluent_text_bullet_list_add_20_filled": 61549, - "ic_fluent_text_bullet_list_add_20_regular": 61550, - "ic_fluent_text_bullet_list_checkmark_20_filled": 61551, - "ic_fluent_text_bullet_list_checkmark_20_regular": 61552, - "ic_fluent_text_bullet_list_dismiss_20_filled": 61553, - "ic_fluent_text_bullet_list_dismiss_20_regular": 61554, - "ic_fluent_text_bullet_list_ltr_20_filled": 61555, - "ic_fluent_text_bullet_list_ltr_20_regular": 61556, - "ic_fluent_text_bullet_list_ltr_90_20_filled": 61557, - "ic_fluent_text_bullet_list_ltr_90_20_regular": 61558, - "ic_fluent_text_bullet_list_rtl_20_filled": 61559, - "ic_fluent_text_bullet_list_rtl_20_regular": 61560, - "ic_fluent_text_bullet_list_rtl_90_20_filled": 61561, - "ic_fluent_text_bullet_list_rtl_90_20_regular": 61562, - "ic_fluent_text_bullet_list_square_20_filled": 61563, - "ic_fluent_text_bullet_list_square_20_regular": 61564, - "ic_fluent_text_bullet_list_square_clock_20_filled": 61565, - "ic_fluent_text_bullet_list_square_clock_20_regular": 61566, - "ic_fluent_text_bullet_list_square_edit_20_filled": 61567, - "ic_fluent_text_bullet_list_square_edit_20_regular": 61568, - "ic_fluent_text_bullet_list_square_person_20_filled": 61569, - "ic_fluent_text_bullet_list_square_person_20_regular": 61570, - "ic_fluent_text_bullet_list_square_search_20_filled": 61571, - "ic_fluent_text_bullet_list_square_search_20_regular": 61572, - "ic_fluent_text_bullet_list_square_settings_20_filled": 61573, - "ic_fluent_text_bullet_list_square_settings_20_regular": 61574, - "ic_fluent_text_bullet_list_square_shield_20_filled": 61575, - "ic_fluent_text_bullet_list_square_shield_20_regular": 61576, - "ic_fluent_text_bullet_list_square_sparkle_20_filled": 61577, - "ic_fluent_text_bullet_list_square_sparkle_20_regular": 61578, - "ic_fluent_text_bullet_list_square_toolbox_20_filled": 61579, - "ic_fluent_text_bullet_list_square_toolbox_20_regular": 61580, - "ic_fluent_text_bullet_list_square_warning_20_filled": 61581, - "ic_fluent_text_bullet_list_square_warning_20_regular": 61582, - "ic_fluent_text_bullet_list_tree_20_filled": 61583, - "ic_fluent_text_bullet_list_tree_20_regular": 61584, - "ic_fluent_text_case_lowercase_20_filled": 61585, - "ic_fluent_text_case_lowercase_20_regular": 61586, - "ic_fluent_text_case_title_20_filled": 61587, - "ic_fluent_text_case_title_20_regular": 61588, - "ic_fluent_text_case_uppercase_20_filled": 61589, - "ic_fluent_text_case_uppercase_20_regular": 61590, - "ic_fluent_text_change_case_20_filled": 61591, - "ic_fluent_text_change_case_20_regular": 61592, - "ic_fluent_text_clear_formatting_20_filled": 61593, - "ic_fluent_text_clear_formatting_20_regular": 61594, - "ic_fluent_text_collapse_20_filled": 61595, - "ic_fluent_text_collapse_20_regular": 61596, - "ic_fluent_text_color_20_filled": 61597, - "ic_fluent_text_color_20_regular": 61598, - "ic_fluent_text_color_accent_20_filled": 61599, - "ic_fluent_text_column_one_20_filled": 61600, - "ic_fluent_text_column_one_20_regular": 61601, - "ic_fluent_text_column_one_narrow_20_filled": 61602, - "ic_fluent_text_column_one_narrow_20_regular": 61603, - "ic_fluent_text_column_one_semi_narrow_20_filled": 61604, - "ic_fluent_text_column_one_semi_narrow_20_regular": 61605, - "ic_fluent_text_column_one_wide_20_filled": 61606, - "ic_fluent_text_column_one_wide_20_regular": 61607, - "ic_fluent_text_column_one_wide_lightning_20_filled": 61608, - "ic_fluent_text_column_one_wide_lightning_20_regular": 61609, - "ic_fluent_text_column_three_20_filled": 61610, - "ic_fluent_text_column_three_20_regular": 61611, - "ic_fluent_text_column_two_20_filled": 61612, - "ic_fluent_text_column_two_20_regular": 61613, - "ic_fluent_text_column_two_left_20_filled": 61614, - "ic_fluent_text_column_two_left_20_regular": 61615, - "ic_fluent_text_column_two_right_20_filled": 61616, - "ic_fluent_text_column_two_right_20_regular": 61617, - "ic_fluent_text_column_wide_20_filled": 61618, - "ic_fluent_text_column_wide_20_regular": 61619, - "ic_fluent_text_continuous_20_filled": 61620, - "ic_fluent_text_continuous_20_regular": 61621, - "ic_fluent_text_density_20_filled": 61622, - "ic_fluent_text_density_20_regular": 61623, - "ic_fluent_text_description_20_filled": 61624, - "ic_fluent_text_description_20_regular": 61625, - "ic_fluent_text_description_ltr_20_filled": 61626, - "ic_fluent_text_description_ltr_20_regular": 61627, - "ic_fluent_text_description_rtl_20_filled": 61628, - "ic_fluent_text_description_rtl_20_regular": 61629, - "ic_fluent_text_direction_horizontal_left_20_filled": 61630, - "ic_fluent_text_direction_horizontal_left_20_regular": 61631, - "ic_fluent_text_direction_horizontal_ltr_20_filled": 61632, - "ic_fluent_text_direction_horizontal_ltr_20_regular": 61633, - "ic_fluent_text_direction_horizontal_right_20_filled": 61634, - "ic_fluent_text_direction_horizontal_right_20_regular": 61635, - "ic_fluent_text_direction_horizontal_rtl_20_filled": 61636, - "ic_fluent_text_direction_horizontal_rtl_20_regular": 61637, - "ic_fluent_text_direction_rotate_270_right_20_filled": 61638, - "ic_fluent_text_direction_rotate_270_right_20_regular": 61639, - "ic_fluent_text_direction_rotate_315_right_20_filled": 61640, - "ic_fluent_text_direction_rotate_315_right_20_regular": 61641, - "ic_fluent_text_direction_rotate_45_right_20_filled": 61642, - "ic_fluent_text_direction_rotate_45_right_20_regular": 61643, - "ic_fluent_text_direction_rotate_90_left_20_filled": 61644, - "ic_fluent_text_direction_rotate_90_left_20_regular": 61645, - "ic_fluent_text_direction_rotate_90_ltr_20_filled": 61646, - "ic_fluent_text_direction_rotate_90_ltr_20_regular": 61647, - "ic_fluent_text_direction_rotate_90_right_20_filled": 61648, - "ic_fluent_text_direction_rotate_90_right_20_regular": 61649, - "ic_fluent_text_direction_rotate_90_rtl_20_filled": 61650, - "ic_fluent_text_direction_rotate_90_rtl_20_regular": 61651, - "ic_fluent_text_direction_vertical_20_filled": 61652, - "ic_fluent_text_direction_vertical_20_regular": 61653, - "ic_fluent_text_edit_style_20_filled": 61654, - "ic_fluent_text_edit_style_20_regular": 61655, - "ic_fluent_text_effects_20_filled": 61656, - "ic_fluent_text_effects_20_regular": 61657, - "ic_fluent_text_effects_sparkle_20_filled": 61658, - "ic_fluent_text_effects_sparkle_20_regular": 61659, - "ic_fluent_text_expand_20_filled": 61660, - "ic_fluent_text_expand_20_regular": 61661, - "ic_fluent_text_field_20_filled": 61662, - "ic_fluent_text_field_20_regular": 61663, - "ic_fluent_text_first_line_20_filled": 61664, - "ic_fluent_text_first_line_20_regular": 61665, - "ic_fluent_text_font_20_filled": 61666, - "ic_fluent_text_font_20_regular": 61667, - "ic_fluent_text_font_info_20_filled": 61668, - "ic_fluent_text_font_info_20_regular": 61669, - "ic_fluent_text_font_size_20_filled": 61670, - "ic_fluent_text_font_size_20_regular": 61671, - "ic_fluent_text_footnote_20_filled": 61672, - "ic_fluent_text_footnote_20_regular": 61673, - "ic_fluent_text_grammar_arrow_left_20_filled": 61674, - "ic_fluent_text_grammar_arrow_left_20_regular": 61675, - "ic_fluent_text_grammar_arrow_right_20_filled": 61676, - "ic_fluent_text_grammar_arrow_right_20_regular": 61677, - "ic_fluent_text_grammar_checkmark_20_filled": 61678, - "ic_fluent_text_grammar_checkmark_20_regular": 61679, - "ic_fluent_text_grammar_dismiss_20_filled": 61680, - "ic_fluent_text_grammar_dismiss_20_regular": 61681, - "ic_fluent_text_grammar_error_20_filled": 61682, - "ic_fluent_text_grammar_error_20_regular": 61683, - "ic_fluent_text_grammar_lightning_20_filled": 61684, - "ic_fluent_text_grammar_lightning_20_regular": 61685, - "ic_fluent_text_grammar_settings_20_filled": 61686, - "ic_fluent_text_grammar_settings_20_regular": 61687, - "ic_fluent_text_grammar_wand_20_filled": 61688, - "ic_fluent_text_grammar_wand_20_regular": 61689, - "ic_fluent_text_hanging_20_filled": 61690, - "ic_fluent_text_hanging_20_regular": 61691, - "ic_fluent_text_header_1_20_filled": 61692, - "ic_fluent_text_header_1_20_regular": 61693, - "ic_fluent_text_header_1_lines_20_filled": 61694, - "ic_fluent_text_header_1_lines_20_regular": 61695, - "ic_fluent_text_header_1_lines_caret_20_filled": 61696, - "ic_fluent_text_header_1_lines_caret_20_regular": 61697, - "ic_fluent_text_header_2_20_filled": 61698, - "ic_fluent_text_header_2_20_regular": 61699, - "ic_fluent_text_header_2_lines_20_filled": 61700, - "ic_fluent_text_header_2_lines_20_regular": 61701, - "ic_fluent_text_header_2_lines_caret_20_filled": 61702, - "ic_fluent_text_header_2_lines_caret_20_regular": 61703, - "ic_fluent_text_header_3_20_filled": 61704, - "ic_fluent_text_header_3_20_regular": 61705, - "ic_fluent_text_header_3_lines_20_filled": 61706, - "ic_fluent_text_header_3_lines_20_regular": 61707, - "ic_fluent_text_header_3_lines_caret_20_filled": 61708, - "ic_fluent_text_header_3_lines_caret_20_regular": 61709, - "ic_fluent_text_indent_decrease_20_filled": 61710, - "ic_fluent_text_indent_decrease_20_regular": 61711, - "ic_fluent_text_indent_decrease_ltr_20_filled": 61712, - "ic_fluent_text_indent_decrease_ltr_20_regular": 61713, - "ic_fluent_text_indent_decrease_ltr_90_20_filled": 61714, - "ic_fluent_text_indent_decrease_ltr_90_20_regular": 61715, - "ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled": 61716, - "ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular": 61717, - "ic_fluent_text_indent_decrease_rotate_270_20_filled": 61718, - "ic_fluent_text_indent_decrease_rotate_270_20_regular": 61719, - "ic_fluent_text_indent_decrease_rotate_90_20_filled": 61720, - "ic_fluent_text_indent_decrease_rotate_90_20_regular": 61721, - "ic_fluent_text_indent_decrease_rtl_20_filled": 61722, - "ic_fluent_text_indent_decrease_rtl_20_regular": 61723, - "ic_fluent_text_indent_decrease_rtl_90_20_filled": 61724, - "ic_fluent_text_indent_decrease_rtl_90_20_regular": 61725, - "ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled": 61726, - "ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular": 61727, - "ic_fluent_text_indent_increase_20_filled": 61728, - "ic_fluent_text_indent_increase_20_regular": 61729, - "ic_fluent_text_indent_increase_ltr_20_filled": 61730, - "ic_fluent_text_indent_increase_ltr_20_regular": 61731, - "ic_fluent_text_indent_increase_ltr_90_20_filled": 61732, - "ic_fluent_text_indent_increase_ltr_90_20_regular": 61733, - "ic_fluent_text_indent_increase_ltr_rotate_270_20_filled": 61734, - "ic_fluent_text_indent_increase_ltr_rotate_270_20_regular": 61735, - "ic_fluent_text_indent_increase_rotate_270_20_filled": 61736, - "ic_fluent_text_indent_increase_rotate_270_20_regular": 61737, - "ic_fluent_text_indent_increase_rotate_90_20_filled": 61738, - "ic_fluent_text_indent_increase_rotate_90_20_regular": 61739, - "ic_fluent_text_indent_increase_rtl_20_filled": 61740, - "ic_fluent_text_indent_increase_rtl_20_regular": 61741, - "ic_fluent_text_indent_increase_rtl_90_20_filled": 61742, - "ic_fluent_text_indent_increase_rtl_90_20_regular": 61743, - "ic_fluent_text_indent_increase_rtl_rotate_270_20_filled": 61744, - "ic_fluent_text_indent_increase_rtl_rotate_270_20_regular": 61745, - "ic_fluent_text_italic_20_filled": 61746, - "ic_fluent_text_italic_20_regular": 61747, - "ic_fluent_text_line_spacing_20_filled": 61748, - "ic_fluent_text_line_spacing_20_regular": 61749, - "ic_fluent_text_more_20_filled": 61750, - "ic_fluent_text_more_20_regular": 61751, - "ic_fluent_text_number_format_20_filled": 61752, - "ic_fluent_text_number_format_20_regular": 61753, - "ic_fluent_text_number_list_ltr_20_filled": 61754, - "ic_fluent_text_number_list_ltr_20_regular": 61755, - "ic_fluent_text_number_list_ltr_90_20_filled": 61756, - "ic_fluent_text_number_list_ltr_90_20_regular": 61757, - "ic_fluent_text_number_list_ltr_rotate_270_20_filled": 61758, - "ic_fluent_text_number_list_ltr_rotate_270_20_regular": 61759, - "ic_fluent_text_number_list_rotate_270_20_filled": 61760, - "ic_fluent_text_number_list_rotate_270_20_regular": 61761, - "ic_fluent_text_number_list_rotate_90_20_filled": 61762, - "ic_fluent_text_number_list_rotate_90_20_regular": 61763, - "ic_fluent_text_number_list_rtl_20_filled": 61764, - "ic_fluent_text_number_list_rtl_20_regular": 61765, - "ic_fluent_text_number_list_rtl_90_20_filled": 61766, - "ic_fluent_text_number_list_rtl_90_20_regular": 61767, - "ic_fluent_text_number_list_rtl_rotate_270_20_filled": 61768, - "ic_fluent_text_number_list_rtl_rotate_270_20_regular": 61769, - "ic_fluent_text_paragraph_20_filled": 61770, - "ic_fluent_text_paragraph_20_regular": 61771, - "ic_fluent_text_paragraph_direction_20_filled": 61772, - "ic_fluent_text_paragraph_direction_20_regular": 61773, - "ic_fluent_text_paragraph_direction_left_20_filled": 61774, - "ic_fluent_text_paragraph_direction_left_20_regular": 61775, - "ic_fluent_text_paragraph_direction_right_20_filled": 61776, - "ic_fluent_text_paragraph_direction_right_20_regular": 61777, - "ic_fluent_text_period_asterisk_20_filled": 61778, - "ic_fluent_text_period_asterisk_20_regular": 61779, - "ic_fluent_text_position_behind_20_filled": 61780, - "ic_fluent_text_position_behind_20_regular": 61781, - "ic_fluent_text_position_front_20_filled": 61782, - "ic_fluent_text_position_front_20_regular": 61783, - "ic_fluent_text_position_line_20_filled": 61784, - "ic_fluent_text_position_line_20_regular": 61785, - "ic_fluent_text_position_square_20_filled": 61786, - "ic_fluent_text_position_square_20_regular": 61787, - "ic_fluent_text_position_square_left_20_filled": 61788, - "ic_fluent_text_position_square_left_20_regular": 61789, - "ic_fluent_text_position_square_right_20_filled": 61790, - "ic_fluent_text_position_square_right_20_regular": 61791, - "ic_fluent_text_position_through_20_filled": 61792, - "ic_fluent_text_position_through_20_regular": 61793, - "ic_fluent_text_position_tight_20_filled": 61794, - "ic_fluent_text_position_tight_20_regular": 61795, - "ic_fluent_text_position_top_bottom_20_filled": 61796, - "ic_fluent_text_position_top_bottom_20_regular": 61797, - "ic_fluent_text_proofing_tools_20_filled": 61798, - "ic_fluent_text_proofing_tools_20_regular": 61799, - "ic_fluent_text_quote_20_filled": 61800, - "ic_fluent_text_quote_20_regular": 61801, - "ic_fluent_text_sort_ascending_20_filled": 61802, - "ic_fluent_text_sort_ascending_20_regular": 61803, - "ic_fluent_text_sort_descending_20_filled": 61804, - "ic_fluent_text_sort_descending_20_regular": 61805, - "ic_fluent_text_strikethrough_20_filled": 61806, - "ic_fluent_text_strikethrough_20_regular": 61807, - "ic_fluent_text_subscript_20_filled": 61808, - "ic_fluent_text_subscript_20_regular": 61809, - "ic_fluent_text_superscript_20_filled": 61810, - "ic_fluent_text_superscript_20_regular": 61811, - "ic_fluent_text_t_20_filled": 61812, - "ic_fluent_text_t_20_regular": 61813, - "ic_fluent_text_underline_20_filled": 61814, - "ic_fluent_text_underline_20_regular": 61815, - "ic_fluent_text_underline_character_u_20_filled": 61816, - "ic_fluent_text_underline_character_u_20_regular": 61817, - "ic_fluent_text_underline_double_20_filled": 61818, - "ic_fluent_text_underline_double_20_regular": 61819, - "ic_fluent_text_whole_word_20_filled": 61820, - "ic_fluent_text_whole_word_20_regular": 61821, - "ic_fluent_text_word_count_20_filled": 61822, - "ic_fluent_text_word_count_20_regular": 61823, - "ic_fluent_text_wrap_20_filled": 61824, - "ic_fluent_text_wrap_20_regular": 61825, - "ic_fluent_text_wrap_off_20_filled": 61826, - "ic_fluent_text_wrap_off_20_regular": 61827, - "ic_fluent_textbox_20_filled": 61828, - "ic_fluent_textbox_20_regular": 61829, - "ic_fluent_textbox_align_bottom_20_filled": 61830, - "ic_fluent_textbox_align_bottom_20_regular": 61831, - "ic_fluent_textbox_align_bottom_center_20_filled": 61832, - "ic_fluent_textbox_align_bottom_center_20_regular": 61833, - "ic_fluent_textbox_align_bottom_left_20_filled": 61834, - "ic_fluent_textbox_align_bottom_left_20_regular": 61835, - "ic_fluent_textbox_align_bottom_right_20_filled": 61836, - "ic_fluent_textbox_align_bottom_right_20_regular": 61837, - "ic_fluent_textbox_align_bottom_rotate_90_20_filled": 61838, - "ic_fluent_textbox_align_bottom_rotate_90_20_regular": 61839, - "ic_fluent_textbox_align_center_20_filled": 61840, - "ic_fluent_textbox_align_center_20_regular": 61841, - "ic_fluent_textbox_align_middle_20_filled": 61842, - "ic_fluent_textbox_align_middle_20_regular": 61843, - "ic_fluent_textbox_align_middle_left_20_filled": 61844, - "ic_fluent_textbox_align_middle_left_20_regular": 61845, - "ic_fluent_textbox_align_middle_right_20_filled": 61846, - "ic_fluent_textbox_align_middle_right_20_regular": 61847, - "ic_fluent_textbox_align_middle_rotate_90_20_filled": 61848, - "ic_fluent_textbox_align_middle_rotate_90_20_regular": 61849, - "ic_fluent_textbox_align_top_20_filled": 61850, - "ic_fluent_textbox_align_top_20_regular": 61851, - "ic_fluent_textbox_align_top_center_20_filled": 61852, - "ic_fluent_textbox_align_top_center_20_regular": 61853, - "ic_fluent_textbox_align_top_left_20_filled": 61854, - "ic_fluent_textbox_align_top_left_20_regular": 61855, - "ic_fluent_textbox_align_top_right_20_filled": 61856, - "ic_fluent_textbox_align_top_right_20_regular": 61857, - "ic_fluent_textbox_align_top_rotate_90_20_filled": 61858, - "ic_fluent_textbox_align_top_rotate_90_20_regular": 61859, - "ic_fluent_textbox_more_20_filled": 61860, - "ic_fluent_textbox_more_20_regular": 61861, - "ic_fluent_textbox_rotate_90_20_filled": 61862, - "ic_fluent_textbox_rotate_90_20_regular": 61863, - "ic_fluent_textbox_settings_20_filled": 61864, - "ic_fluent_textbox_settings_20_regular": 61865, - "ic_fluent_thinking_20_filled": 61866, - "ic_fluent_thinking_20_regular": 61867, - "ic_fluent_thumb_dislike_20_filled": 61868, - "ic_fluent_thumb_dislike_20_regular": 61869, - "ic_fluent_thumb_like_20_filled": 61870, - "ic_fluent_thumb_like_20_regular": 61871, - "ic_fluent_thumb_like_dislike_20_filled": 61872, - "ic_fluent_thumb_like_dislike_20_regular": 61873, - "ic_fluent_ticket_diagonal_20_filled": 61874, - "ic_fluent_ticket_diagonal_20_regular": 61875, - "ic_fluent_ticket_horizontal_20_filled": 61876, - "ic_fluent_ticket_horizontal_20_regular": 61877, - "ic_fluent_time_and_weather_20_filled": 61878, - "ic_fluent_time_and_weather_20_regular": 61879, - "ic_fluent_time_picker_20_filled": 61880, - "ic_fluent_time_picker_20_regular": 61881, - "ic_fluent_timeline_20_filled": 61882, - "ic_fluent_timeline_20_regular": 61883, - "ic_fluent_timer_10_20_filled": 61884, - "ic_fluent_timer_10_20_regular": 61885, - "ic_fluent_timer_2_20_filled": 61886, - "ic_fluent_timer_2_20_regular": 61887, - "ic_fluent_timer_20_filled": 61888, - "ic_fluent_timer_20_regular": 61889, - "ic_fluent_timer_3_20_filled": 61890, - "ic_fluent_timer_3_20_regular": 61891, - "ic_fluent_timer_off_20_filled": 61892, - "ic_fluent_timer_off_20_regular": 61893, - "ic_fluent_toggle_left_20_filled": 61894, - "ic_fluent_toggle_left_20_regular": 61895, - "ic_fluent_toggle_multiple_20_filled": 61896, - "ic_fluent_toggle_multiple_20_regular": 61897, - "ic_fluent_toggle_right_20_filled": 61898, - "ic_fluent_toggle_right_20_regular": 61899, - "ic_fluent_toolbox_20_filled": 61900, - "ic_fluent_toolbox_20_regular": 61901, - "ic_fluent_tooltip_quote_20_filled": 61902, - "ic_fluent_tooltip_quote_20_regular": 61903, - "ic_fluent_top_speed_20_filled": 61904, - "ic_fluent_top_speed_20_regular": 61905, - "ic_fluent_translate_20_filled": 61906, - "ic_fluent_translate_20_regular": 61907, - "ic_fluent_translate_auto_20_filled": 61908, - "ic_fluent_translate_auto_20_regular": 61909, - "ic_fluent_translate_off_20_filled": 61910, - "ic_fluent_translate_off_20_regular": 61911, - "ic_fluent_transmission_20_filled": 61912, - "ic_fluent_transmission_20_regular": 61913, - "ic_fluent_tray_item_add_20_filled": 61914, - "ic_fluent_tray_item_add_20_regular": 61915, - "ic_fluent_tray_item_remove_20_filled": 61916, - "ic_fluent_tray_item_remove_20_regular": 61917, - "ic_fluent_tree_deciduous_20_filled": 61918, - "ic_fluent_tree_deciduous_20_regular": 61919, - "ic_fluent_tree_evergreen_20_filled": 61920, - "ic_fluent_tree_evergreen_20_regular": 61921, - "ic_fluent_triangle_20_filled": 61922, - "ic_fluent_triangle_20_regular": 61923, - "ic_fluent_triangle_down_20_filled": 61924, - "ic_fluent_triangle_down_20_regular": 61925, - "ic_fluent_triangle_left_20_filled": 61926, - "ic_fluent_triangle_left_20_regular": 61927, - "ic_fluent_triangle_right_20_filled": 61928, - "ic_fluent_triangle_right_20_regular": 61929, - "ic_fluent_triangle_up_20_filled": 61930, - "ic_fluent_triangle_up_20_regular": 61931, - "ic_fluent_trophy_20_filled": 61932, - "ic_fluent_trophy_20_regular": 61933, - "ic_fluent_trophy_lock_20_filled": 61934, - "ic_fluent_trophy_lock_20_regular": 61935, - "ic_fluent_trophy_off_20_filled": 61936, - "ic_fluent_trophy_off_20_regular": 61937, - "ic_fluent_tv_20_filled": 61938, - "ic_fluent_tv_20_regular": 61939, - "ic_fluent_tv_arrow_right_20_filled": 61940, - "ic_fluent_tv_arrow_right_20_regular": 61941, - "ic_fluent_tv_usb_20_filled": 61942, - "ic_fluent_tv_usb_20_regular": 61943, - "ic_fluent_umbrella_20_filled": 61944, - "ic_fluent_umbrella_20_regular": 61945, - "ic_fluent_uninstall_app_20_filled": 61946, - "ic_fluent_uninstall_app_20_regular": 61947, - "ic_fluent_usb_plug_20_filled": 61948, - "ic_fluent_usb_plug_20_regular": 61949, - "ic_fluent_usb_stick_20_filled": 61950, - "ic_fluent_usb_stick_20_regular": 61951, - "ic_fluent_vault_20_filled": 61952, - "ic_fluent_vault_20_regular": 61953, - "ic_fluent_vehicle_bicycle_20_filled": 61954, - "ic_fluent_vehicle_bicycle_20_regular": 61955, - "ic_fluent_vehicle_bus_20_filled": 61956, - "ic_fluent_vehicle_bus_20_regular": 61957, - "ic_fluent_vehicle_cab_20_filled": 61958, - "ic_fluent_vehicle_cab_20_regular": 61959, - "ic_fluent_vehicle_cable_car_20_filled": 61960, - "ic_fluent_vehicle_cable_car_20_regular": 61961, - "ic_fluent_vehicle_car_20_filled": 61962, - "ic_fluent_vehicle_car_20_regular": 61963, - "ic_fluent_vehicle_car_collision_20_filled": 61964, - "ic_fluent_vehicle_car_collision_20_regular": 61965, - "ic_fluent_vehicle_car_parking_20_filled": 61966, - "ic_fluent_vehicle_car_parking_20_regular": 61967, - "ic_fluent_vehicle_car_profile_20_filled": 61968, - "ic_fluent_vehicle_car_profile_20_regular": 61969, - "ic_fluent_vehicle_car_profile_ltr_20_filled": 61970, - "ic_fluent_vehicle_car_profile_ltr_20_regular": 61971, - "ic_fluent_vehicle_car_profile_ltr_clock_20_filled": 61972, - "ic_fluent_vehicle_car_profile_ltr_clock_20_regular": 61973, - "ic_fluent_vehicle_car_profile_rtl_20_filled": 61974, - "ic_fluent_vehicle_car_profile_rtl_20_regular": 61975, - "ic_fluent_vehicle_ship_20_filled": 61976, - "ic_fluent_vehicle_ship_20_regular": 61977, - "ic_fluent_vehicle_subway_20_filled": 61978, - "ic_fluent_vehicle_subway_20_regular": 61979, - "ic_fluent_vehicle_subway_clock_20_filled": 61980, - "ic_fluent_vehicle_subway_clock_20_regular": 61981, - "ic_fluent_vehicle_truck_20_filled": 61982, - "ic_fluent_vehicle_truck_20_regular": 61983, - "ic_fluent_vehicle_truck_bag_20_filled": 61984, - "ic_fluent_vehicle_truck_bag_20_regular": 61985, - "ic_fluent_vehicle_truck_cube_20_filled": 61986, - "ic_fluent_vehicle_truck_cube_20_regular": 61987, - "ic_fluent_vehicle_truck_profile_20_filled": 61988, - "ic_fluent_vehicle_truck_profile_20_regular": 61989, - "ic_fluent_video_20_filled": 61990, - "ic_fluent_video_20_regular": 61991, - "ic_fluent_video_360_20_filled": 61992, - "ic_fluent_video_360_20_regular": 61993, - "ic_fluent_video_360_off_20_filled": 61994, - "ic_fluent_video_360_off_20_regular": 61995, - "ic_fluent_video_add_20_filled": 61996, - "ic_fluent_video_add_20_regular": 61997, - "ic_fluent_video_background_effect_20_filled": 61998, - "ic_fluent_video_background_effect_20_regular": 61999, - "ic_fluent_video_background_effect_horizontal_20_filled": 62000, - "ic_fluent_video_background_effect_horizontal_20_regular": 62001, - "ic_fluent_video_chat_20_filled": 62002, - "ic_fluent_video_chat_20_regular": 62003, - "ic_fluent_video_clip_20_filled": 62004, - "ic_fluent_video_clip_20_regular": 62005, - "ic_fluent_video_clip_multiple_20_filled": 62006, - "ic_fluent_video_clip_multiple_20_regular": 62007, - "ic_fluent_video_clip_off_20_filled": 62008, - "ic_fluent_video_clip_off_20_regular": 62009, - "ic_fluent_video_clip_optimize_20_filled": 62010, - "ic_fluent_video_clip_optimize_20_regular": 62011, - "ic_fluent_video_off_20_filled": 62012, - "ic_fluent_video_off_20_regular": 62013, - "ic_fluent_video_person_20_filled": 62014, - "ic_fluent_video_person_20_regular": 62015, - "ic_fluent_video_person_call_20_filled": 62016, - "ic_fluent_video_person_call_20_regular": 62017, - "ic_fluent_video_person_clock_20_filled": 62018, - "ic_fluent_video_person_clock_20_regular": 62019, - "ic_fluent_video_person_off_20_filled": 62020, - "ic_fluent_video_person_off_20_regular": 62021, - "ic_fluent_video_person_pulse_20_filled": 62022, - "ic_fluent_video_person_pulse_20_regular": 62023, - "ic_fluent_video_person_sparkle_20_filled": 62024, - "ic_fluent_video_person_sparkle_20_regular": 62025, - "ic_fluent_video_person_sparkle_off_20_filled": 62026, - "ic_fluent_video_person_sparkle_off_20_regular": 62027, - "ic_fluent_video_person_star_20_filled": 62028, - "ic_fluent_video_person_star_20_regular": 62029, - "ic_fluent_video_person_star_off_20_filled": 62030, - "ic_fluent_video_person_star_off_20_regular": 62031, - "ic_fluent_video_play_pause_20_filled": 62032, - "ic_fluent_video_play_pause_20_regular": 62033, - "ic_fluent_video_prohibited_20_filled": 62034, - "ic_fluent_video_prohibited_20_regular": 62035, - "ic_fluent_video_recording_20_filled": 62036, - "ic_fluent_video_recording_20_regular": 62037, - "ic_fluent_video_security_20_filled": 62038, - "ic_fluent_video_security_20_regular": 62039, - "ic_fluent_video_switch_20_filled": 62040, - "ic_fluent_video_switch_20_regular": 62041, - "ic_fluent_video_sync_20_filled": 62042, - "ic_fluent_video_sync_20_regular": 62043, - "ic_fluent_view_desktop_20_filled": 62044, - "ic_fluent_view_desktop_20_regular": 62045, - "ic_fluent_view_desktop_mobile_20_filled": 62046, - "ic_fluent_view_desktop_mobile_20_regular": 62047, - "ic_fluent_virtual_network_20_filled": 62048, - "ic_fluent_virtual_network_20_regular": 62049, - "ic_fluent_virtual_network_toolbox_20_filled": 62050, - "ic_fluent_virtual_network_toolbox_20_regular": 62051, - "ic_fluent_voicemail_20_filled": 62052, - "ic_fluent_voicemail_20_regular": 62053, - "ic_fluent_voicemail_arrow_back_20_filled": 62054, - "ic_fluent_voicemail_arrow_back_20_regular": 62055, - "ic_fluent_voicemail_arrow_forward_20_filled": 62056, - "ic_fluent_voicemail_arrow_forward_20_regular": 62057, - "ic_fluent_voicemail_arrow_subtract_20_filled": 62058, - "ic_fluent_voicemail_arrow_subtract_20_regular": 62059, - "ic_fluent_voicemail_shield_20_filled": 62060, - "ic_fluent_voicemail_shield_20_regular": 62061, - "ic_fluent_voicemail_subtract_20_filled": 62062, - "ic_fluent_voicemail_subtract_20_regular": 62063, - "ic_fluent_vote_20_filled": 62064, - "ic_fluent_vote_20_regular": 62065, - "ic_fluent_walkie_talkie_20_filled": 62066, - "ic_fluent_walkie_talkie_20_regular": 62067, - "ic_fluent_wallet_20_filled": 62068, - "ic_fluent_wallet_20_regular": 62069, - "ic_fluent_wallet_credit_card_20_filled": 62070, - "ic_fluent_wallet_credit_card_20_regular": 62071, - "ic_fluent_wallpaper_20_filled": 62072, - "ic_fluent_wallpaper_20_regular": 62073, - "ic_fluent_wand_20_filled": 62074, - "ic_fluent_wand_20_regular": 62075, - "ic_fluent_warning_20_filled": 62076, - "ic_fluent_warning_20_regular": 62077, - "ic_fluent_warning_shield_20_filled": 62078, - "ic_fluent_warning_shield_20_regular": 62079, - "ic_fluent_washer_20_filled": 62080, - "ic_fluent_washer_20_regular": 62081, - "ic_fluent_water_20_filled": 62082, - "ic_fluent_water_20_regular": 62083, - "ic_fluent_weather_blowing_snow_20_filled": 62084, - "ic_fluent_weather_blowing_snow_20_regular": 62085, - "ic_fluent_weather_cloudy_20_filled": 62086, - "ic_fluent_weather_cloudy_20_regular": 62087, - "ic_fluent_weather_drizzle_20_filled": 62088, - "ic_fluent_weather_drizzle_20_regular": 62089, - "ic_fluent_weather_duststorm_20_filled": 62090, - "ic_fluent_weather_duststorm_20_regular": 62091, - "ic_fluent_weather_fog_20_filled": 62092, - "ic_fluent_weather_fog_20_regular": 62093, - "ic_fluent_weather_hail_day_20_filled": 62094, - "ic_fluent_weather_hail_day_20_regular": 62095, - "ic_fluent_weather_hail_night_20_filled": 62096, - "ic_fluent_weather_hail_night_20_regular": 62097, - "ic_fluent_weather_haze_20_filled": 62098, - "ic_fluent_weather_haze_20_regular": 62099, - "ic_fluent_weather_moon_20_filled": 62100, - "ic_fluent_weather_moon_20_regular": 62101, - "ic_fluent_weather_moon_off_20_filled": 62102, - "ic_fluent_weather_moon_off_20_regular": 62103, - "ic_fluent_weather_partly_cloudy_day_20_filled": 62104, - "ic_fluent_weather_partly_cloudy_day_20_regular": 62105, - "ic_fluent_weather_partly_cloudy_night_20_filled": 62106, - "ic_fluent_weather_partly_cloudy_night_20_regular": 62107, - "ic_fluent_weather_rain_20_filled": 62108, - "ic_fluent_weather_rain_20_regular": 62109, - "ic_fluent_weather_rain_showers_day_20_filled": 62110, - "ic_fluent_weather_rain_showers_day_20_regular": 62111, - "ic_fluent_weather_rain_showers_night_20_filled": 62112, - "ic_fluent_weather_rain_showers_night_20_regular": 62113, - "ic_fluent_weather_rain_snow_20_filled": 62114, - "ic_fluent_weather_rain_snow_20_regular": 62115, - "ic_fluent_weather_snow_20_filled": 62116, - "ic_fluent_weather_snow_20_regular": 62117, - "ic_fluent_weather_snow_shower_day_20_filled": 62118, - "ic_fluent_weather_snow_shower_day_20_regular": 62119, - "ic_fluent_weather_snow_shower_night_20_filled": 62120, - "ic_fluent_weather_snow_shower_night_20_regular": 62121, - "ic_fluent_weather_snowflake_20_filled": 62122, - "ic_fluent_weather_snowflake_20_regular": 62123, - "ic_fluent_weather_squalls_20_filled": 62124, - "ic_fluent_weather_squalls_20_regular": 62125, - "ic_fluent_weather_sunny_20_filled": 62126, - "ic_fluent_weather_sunny_20_regular": 62127, - "ic_fluent_weather_sunny_high_20_filled": 62128, - "ic_fluent_weather_sunny_high_20_regular": 62129, - "ic_fluent_weather_sunny_low_20_filled": 62130, - "ic_fluent_weather_sunny_low_20_regular": 62131, - "ic_fluent_weather_thunderstorm_20_filled": 62132, - "ic_fluent_weather_thunderstorm_20_regular": 62133, - "ic_fluent_web_asset_20_filled": 62134, - "ic_fluent_web_asset_20_regular": 62135, - "ic_fluent_whiteboard_20_filled": 62136, - "ic_fluent_whiteboard_20_regular": 62137, - "ic_fluent_whiteboard_off_20_filled": 62138, - "ic_fluent_whiteboard_off_20_regular": 62139, - "ic_fluent_wifi_1_20_filled": 62140, - "ic_fluent_wifi_1_20_regular": 62141, - "ic_fluent_wifi_2_20_filled": 62142, - "ic_fluent_wifi_2_20_regular": 62143, - "ic_fluent_wifi_3_20_filled": 62144, - "ic_fluent_wifi_3_20_regular": 62145, - "ic_fluent_wifi_4_20_filled": 62146, - "ic_fluent_wifi_4_20_regular": 62147, - "ic_fluent_wifi_lock_20_filled": 62148, - "ic_fluent_wifi_lock_20_regular": 62149, - "ic_fluent_wifi_off_20_filled": 62150, - "ic_fluent_wifi_off_20_regular": 62151, - "ic_fluent_wifi_settings_20_filled": 62152, - "ic_fluent_wifi_settings_20_regular": 62153, - "ic_fluent_wifi_warning_20_filled": 62154, - "ic_fluent_wifi_warning_20_regular": 62155, - "ic_fluent_window_20_filled": 62156, - "ic_fluent_window_20_regular": 62157, - "ic_fluent_window_ad_20_filled": 62158, - "ic_fluent_window_ad_20_regular": 62159, - "ic_fluent_window_ad_off_20_filled": 62160, - "ic_fluent_window_ad_off_20_regular": 62161, - "ic_fluent_window_ad_person_20_filled": 62162, - "ic_fluent_window_ad_person_20_regular": 62163, - "ic_fluent_window_apps_20_filled": 62164, - "ic_fluent_window_apps_20_regular": 62165, - "ic_fluent_window_arrow_up_20_filled": 62166, - "ic_fluent_window_arrow_up_20_regular": 62167, - "ic_fluent_window_bullet_list_20_filled": 62168, - "ic_fluent_window_bullet_list_20_regular": 62169, - "ic_fluent_window_bullet_list_add_20_filled": 62170, - "ic_fluent_window_bullet_list_add_20_regular": 62171, - "ic_fluent_window_console_20_filled": 62172, - "ic_fluent_window_console_20_regular": 62173, - "ic_fluent_window_database_20_filled": 62174, - "ic_fluent_window_database_20_regular": 62175, - "ic_fluent_window_dev_edit_20_filled": 62176, - "ic_fluent_window_dev_edit_20_regular": 62177, - "ic_fluent_window_dev_tools_20_filled": 62178, - "ic_fluent_window_dev_tools_20_regular": 62179, - "ic_fluent_window_edit_20_filled": 62180, - "ic_fluent_window_edit_20_regular": 62181, - "ic_fluent_window_header_horizontal_20_filled": 62182, - "ic_fluent_window_header_horizontal_20_regular": 62183, - "ic_fluent_window_header_horizontal_off_20_filled": 62184, - "ic_fluent_window_header_horizontal_off_20_regular": 62185, - "ic_fluent_window_header_vertical_20_filled": 62186, - "ic_fluent_window_header_vertical_20_regular": 62187, - "ic_fluent_window_inprivate_20_filled": 62188, - "ic_fluent_window_inprivate_20_regular": 62189, - "ic_fluent_window_inprivate_account_20_filled": 62190, - "ic_fluent_window_inprivate_account_20_regular": 62191, - "ic_fluent_window_location_target_20_filled": 62192, - "ic_fluent_window_location_target_20_regular": 62193, - "ic_fluent_window_multiple_20_filled": 62194, - "ic_fluent_window_multiple_20_regular": 62195, - "ic_fluent_window_multiple_swap_20_filled": 62196, - "ic_fluent_window_multiple_swap_20_regular": 62197, - "ic_fluent_window_new_20_filled": 62198, - "ic_fluent_window_new_20_regular": 62199, - "ic_fluent_window_play_20_filled": 62200, - "ic_fluent_window_play_20_regular": 62201, - "ic_fluent_window_settings_20_filled": 62202, - "ic_fluent_window_settings_20_regular": 62203, - "ic_fluent_window_shield_20_filled": 62204, - "ic_fluent_window_shield_20_regular": 62205, - "ic_fluent_window_text_20_filled": 62206, - "ic_fluent_window_text_20_regular": 62207, - "ic_fluent_window_wrench_20_filled": 62208, - "ic_fluent_window_wrench_20_regular": 62209, - "ic_fluent_wrench_20_filled": 62210, - "ic_fluent_wrench_20_regular": 62211, - "ic_fluent_wrench_screwdriver_20_filled": 62212, - "ic_fluent_wrench_screwdriver_20_regular": 62213, - "ic_fluent_wrench_settings_20_filled": 62214, - "ic_fluent_wrench_settings_20_regular": 62215, - "ic_fluent_xbox_console_20_filled": 62216, - "ic_fluent_xbox_console_20_regular": 62217, - "ic_fluent_xbox_controller_20_filled": 62218, - "ic_fluent_xbox_controller_20_regular": 62219, - "ic_fluent_xbox_controller_error_20_filled": 62220, - "ic_fluent_xbox_controller_error_20_regular": 62221, - "ic_fluent_xray_20_filled": 62222, - "ic_fluent_xray_20_regular": 62223, - "ic_fluent_zoom_fit_20_filled": 62224, - "ic_fluent_zoom_fit_20_regular": 62225, - "ic_fluent_zoom_in_20_filled": 62226, - "ic_fluent_zoom_in_20_regular": 62227, - "ic_fluent_zoom_out_20_filled": 62228, - "ic_fluent_zoom_out_20_regular": 62229 + "ic_fluent_calendar_sparkle_20_filled": 58135, + "ic_fluent_calendar_sparkle_20_regular": 58136, + "ic_fluent_calendar_star_20_filled": 58137, + "ic_fluent_calendar_star_20_regular": 58138, + "ic_fluent_calendar_sync_20_filled": 58139, + "ic_fluent_calendar_sync_20_regular": 58140, + "ic_fluent_calendar_template_20_filled": 58141, + "ic_fluent_calendar_template_20_regular": 58142, + "ic_fluent_calendar_today_20_filled": 58143, + "ic_fluent_calendar_today_20_regular": 58144, + "ic_fluent_calendar_toolbox_20_filled": 58145, + "ic_fluent_calendar_toolbox_20_regular": 58146, + "ic_fluent_calendar_week_numbers_20_filled": 58147, + "ic_fluent_calendar_week_numbers_20_regular": 58148, + "ic_fluent_calendar_week_start_20_filled": 58149, + "ic_fluent_calendar_week_start_20_regular": 58150, + "ic_fluent_calendar_work_week_20_filled": 58151, + "ic_fluent_calendar_work_week_20_regular": 58152, + "ic_fluent_call_20_filled": 58153, + "ic_fluent_call_20_regular": 58154, + "ic_fluent_call_add_20_filled": 58155, + "ic_fluent_call_add_20_regular": 58156, + "ic_fluent_call_checkmark_20_filled": 58157, + "ic_fluent_call_checkmark_20_regular": 58158, + "ic_fluent_call_connecting_20_filled": 58159, + "ic_fluent_call_connecting_20_regular": 58160, + "ic_fluent_call_dismiss_20_filled": 58161, + "ic_fluent_call_dismiss_20_regular": 58162, + "ic_fluent_call_end_20_filled": 58163, + "ic_fluent_call_end_20_regular": 58164, + "ic_fluent_call_exclamation_20_filled": 58165, + "ic_fluent_call_exclamation_20_regular": 58166, + "ic_fluent_call_forward_20_filled": 58167, + "ic_fluent_call_forward_20_regular": 58168, + "ic_fluent_call_inbound_20_filled": 58169, + "ic_fluent_call_inbound_20_regular": 58170, + "ic_fluent_call_missed_20_filled": 58171, + "ic_fluent_call_missed_20_regular": 58172, + "ic_fluent_call_outbound_20_filled": 58173, + "ic_fluent_call_outbound_20_regular": 58174, + "ic_fluent_call_park_20_filled": 58175, + "ic_fluent_call_park_20_regular": 58176, + "ic_fluent_call_pause_20_filled": 58177, + "ic_fluent_call_pause_20_regular": 58178, + "ic_fluent_call_prohibited_20_filled": 58179, + "ic_fluent_call_prohibited_20_regular": 58180, + "ic_fluent_call_transfer_20_filled": 58181, + "ic_fluent_call_transfer_20_regular": 58182, + "ic_fluent_call_warning_20_filled": 58183, + "ic_fluent_call_warning_20_regular": 58184, + "ic_fluent_calligraphy_pen_20_filled": 58185, + "ic_fluent_calligraphy_pen_20_regular": 58186, + "ic_fluent_calligraphy_pen_checkmark_20_filled": 58187, + "ic_fluent_calligraphy_pen_checkmark_20_regular": 58188, + "ic_fluent_calligraphy_pen_error_20_filled": 58189, + "ic_fluent_calligraphy_pen_error_20_regular": 58190, + "ic_fluent_calligraphy_pen_question_mark_20_filled": 58191, + "ic_fluent_calligraphy_pen_question_mark_20_regular": 58192, + "ic_fluent_camera_20_filled": 58193, + "ic_fluent_camera_20_regular": 58194, + "ic_fluent_camera_add_20_filled": 58195, + "ic_fluent_camera_add_20_regular": 58196, + "ic_fluent_camera_dome_20_filled": 58197, + "ic_fluent_camera_dome_20_regular": 58198, + "ic_fluent_camera_edit_20_filled": 58199, + "ic_fluent_camera_edit_20_regular": 58200, + "ic_fluent_camera_off_20_filled": 58201, + "ic_fluent_camera_off_20_regular": 58202, + "ic_fluent_camera_sparkles_20_filled": 58203, + "ic_fluent_camera_sparkles_20_regular": 58204, + "ic_fluent_camera_switch_20_filled": 58205, + "ic_fluent_camera_switch_20_regular": 58206, + "ic_fluent_card_ui_20_filled": 58207, + "ic_fluent_card_ui_20_regular": 58208, + "ic_fluent_caret_down_20_filled": 58209, + "ic_fluent_caret_down_20_regular": 58210, + "ic_fluent_caret_down_right_20_filled": 58211, + "ic_fluent_caret_down_right_20_regular": 58212, + "ic_fluent_caret_left_20_filled": 58213, + "ic_fluent_caret_left_20_regular": 58214, + "ic_fluent_caret_right_20_filled": 58215, + "ic_fluent_caret_right_20_regular": 58216, + "ic_fluent_caret_up_20_filled": 58217, + "ic_fluent_caret_up_20_regular": 58218, + "ic_fluent_cart_20_filled": 58219, + "ic_fluent_cart_20_regular": 58220, + "ic_fluent_cast_20_filled": 58221, + "ic_fluent_cast_20_regular": 58222, + "ic_fluent_cast_multiple_20_filled": 58223, + "ic_fluent_cast_multiple_20_regular": 58224, + "ic_fluent_catch_up_20_filled": 58225, + "ic_fluent_catch_up_20_regular": 58226, + "ic_fluent_cellular_3g_20_filled": 58227, + "ic_fluent_cellular_3g_20_regular": 58228, + "ic_fluent_cellular_4g_20_filled": 58229, + "ic_fluent_cellular_4g_20_regular": 58230, + "ic_fluent_cellular_5g_20_filled": 58231, + "ic_fluent_cellular_5g_20_regular": 58232, + "ic_fluent_cellular_data_1_20_filled": 58233, + "ic_fluent_cellular_data_1_20_regular": 58234, + "ic_fluent_cellular_data_2_20_filled": 58235, + "ic_fluent_cellular_data_2_20_regular": 58236, + "ic_fluent_cellular_data_3_20_filled": 58237, + "ic_fluent_cellular_data_3_20_regular": 58238, + "ic_fluent_cellular_data_4_20_filled": 58239, + "ic_fluent_cellular_data_4_20_regular": 58240, + "ic_fluent_cellular_data_5_20_filled": 58241, + "ic_fluent_cellular_data_5_20_regular": 58242, + "ic_fluent_cellular_off_20_filled": 58243, + "ic_fluent_cellular_off_20_regular": 58244, + "ic_fluent_cellular_warning_20_filled": 58245, + "ic_fluent_cellular_warning_20_regular": 58246, + "ic_fluent_center_horizontal_20_filled": 58247, + "ic_fluent_center_horizontal_20_regular": 58248, + "ic_fluent_center_vertical_20_filled": 58249, + "ic_fluent_center_vertical_20_regular": 58250, + "ic_fluent_certificate_20_filled": 58251, + "ic_fluent_certificate_20_regular": 58252, + "ic_fluent_channel_20_filled": 58253, + "ic_fluent_channel_20_regular": 58254, + "ic_fluent_channel_add_20_filled": 58255, + "ic_fluent_channel_add_20_regular": 58256, + "ic_fluent_channel_alert_20_filled": 58257, + "ic_fluent_channel_alert_20_regular": 58258, + "ic_fluent_channel_arrow_left_20_filled": 58259, + "ic_fluent_channel_arrow_left_20_regular": 58260, + "ic_fluent_channel_dismiss_20_filled": 58261, + "ic_fluent_channel_dismiss_20_regular": 58262, + "ic_fluent_channel_share_20_filled": 58263, + "ic_fluent_channel_share_20_regular": 58264, + "ic_fluent_channel_subtract_20_filled": 58265, + "ic_fluent_channel_subtract_20_regular": 58266, + "ic_fluent_chart_multiple_20_filled": 58267, + "ic_fluent_chart_multiple_20_regular": 58268, + "ic_fluent_chart_person_20_filled": 58269, + "ic_fluent_chart_person_20_regular": 58270, + "ic_fluent_chat_20_filled": 58271, + "ic_fluent_chat_20_regular": 58272, + "ic_fluent_chat_add_20_filled": 58273, + "ic_fluent_chat_add_20_regular": 58274, + "ic_fluent_chat_arrow_back_20_filled": 58275, + "ic_fluent_chat_arrow_back_20_regular": 58276, + "ic_fluent_chat_arrow_double_back_20_filled": 58277, + "ic_fluent_chat_arrow_double_back_20_regular": 58278, + "ic_fluent_chat_bubbles_question_20_filled": 58279, + "ic_fluent_chat_bubbles_question_20_regular": 58280, + "ic_fluent_chat_cursor_20_filled": 58281, + "ic_fluent_chat_cursor_20_regular": 58282, + "ic_fluent_chat_dismiss_20_filled": 58283, + "ic_fluent_chat_dismiss_20_regular": 58284, + "ic_fluent_chat_empty_20_filled": 58285, + "ic_fluent_chat_empty_20_regular": 58286, + "ic_fluent_chat_help_20_filled": 58287, + "ic_fluent_chat_help_20_regular": 58288, + "ic_fluent_chat_lock_20_filled": 58289, + "ic_fluent_chat_lock_20_regular": 58290, + "ic_fluent_chat_mail_20_filled": 58291, + "ic_fluent_chat_mail_20_regular": 58292, + "ic_fluent_chat_multiple_20_filled": 58293, + "ic_fluent_chat_multiple_20_regular": 58294, + "ic_fluent_chat_multiple_heart_20_filled": 58295, + "ic_fluent_chat_multiple_heart_20_regular": 58296, + "ic_fluent_chat_off_20_filled": 58297, + "ic_fluent_chat_off_20_regular": 58298, + "ic_fluent_chat_settings_20_filled": 58299, + "ic_fluent_chat_settings_20_regular": 58300, + "ic_fluent_chat_sparkle_20_filled": 58301, + "ic_fluent_chat_sparkle_20_regular": 58302, + "ic_fluent_chat_video_20_filled": 58303, + "ic_fluent_chat_video_20_regular": 58304, + "ic_fluent_chat_warning_20_filled": 58305, + "ic_fluent_chat_warning_20_regular": 58306, + "ic_fluent_check_20_filled": 58307, + "ic_fluent_check_20_regular": 58308, + "ic_fluent_checkbox_1_20_filled": 58309, + "ic_fluent_checkbox_1_20_regular": 58310, + "ic_fluent_checkbox_2_20_filled": 58311, + "ic_fluent_checkbox_2_20_regular": 58312, + "ic_fluent_checkbox_arrow_right_20_filled": 58313, + "ic_fluent_checkbox_arrow_right_20_regular": 58314, + "ic_fluent_checkbox_checked_20_filled": 58315, + "ic_fluent_checkbox_checked_20_regular": 58316, + "ic_fluent_checkbox_checked_sync_20_filled": 58317, + "ic_fluent_checkbox_checked_sync_20_regular": 58318, + "ic_fluent_checkbox_indeterminate_20_filled": 58319, + "ic_fluent_checkbox_indeterminate_20_regular": 58320, + "ic_fluent_checkbox_person_20_filled": 58321, + "ic_fluent_checkbox_person_20_regular": 58322, + "ic_fluent_checkbox_unchecked_20_filled": 58323, + "ic_fluent_checkbox_unchecked_20_regular": 58324, + "ic_fluent_checkbox_warning_20_filled": 58325, + "ic_fluent_checkbox_warning_20_regular": 58326, + "ic_fluent_checkmark_20_filled": 58327, + "ic_fluent_checkmark_20_regular": 58328, + "ic_fluent_checkmark_circle_20_filled": 58329, + "ic_fluent_checkmark_circle_20_regular": 58330, + "ic_fluent_checkmark_circle_square_20_filled": 58331, + "ic_fluent_checkmark_circle_square_20_regular": 58332, + "ic_fluent_checkmark_lock_20_filled": 58333, + "ic_fluent_checkmark_lock_20_regular": 58334, + "ic_fluent_checkmark_note_20_filled": 58335, + "ic_fluent_checkmark_note_20_regular": 58336, + "ic_fluent_checkmark_square_20_filled": 58337, + "ic_fluent_checkmark_square_20_regular": 58338, + "ic_fluent_checkmark_starburst_20_filled": 58339, + "ic_fluent_checkmark_starburst_20_regular": 58340, + "ic_fluent_checkmark_underline_circle_20_filled": 58341, + "ic_fluent_checkmark_underline_circle_20_regular": 58342, + "ic_fluent_chess_20_filled": 58343, + "ic_fluent_chess_20_regular": 58344, + "ic_fluent_chevron_circle_down_20_filled": 58345, + "ic_fluent_chevron_circle_down_20_regular": 58346, + "ic_fluent_chevron_circle_left_20_filled": 58347, + "ic_fluent_chevron_circle_left_20_regular": 58348, + "ic_fluent_chevron_circle_right_20_filled": 58349, + "ic_fluent_chevron_circle_right_20_regular": 58350, + "ic_fluent_chevron_circle_up_20_filled": 58351, + "ic_fluent_chevron_circle_up_20_regular": 58352, + "ic_fluent_chevron_double_down_20_filled": 58353, + "ic_fluent_chevron_double_down_20_regular": 58354, + "ic_fluent_chevron_double_left_20_filled": 58355, + "ic_fluent_chevron_double_left_20_regular": 58356, + "ic_fluent_chevron_double_right_20_filled": 58357, + "ic_fluent_chevron_double_right_20_regular": 58358, + "ic_fluent_chevron_double_up_20_filled": 58359, + "ic_fluent_chevron_double_up_20_regular": 58360, + "ic_fluent_chevron_down_20_filled": 58361, + "ic_fluent_chevron_down_20_regular": 58362, + "ic_fluent_chevron_down_up_20_filled": 58363, + "ic_fluent_chevron_down_up_20_regular": 58364, + "ic_fluent_chevron_left_20_filled": 58365, + "ic_fluent_chevron_left_20_regular": 58366, + "ic_fluent_chevron_right_20_filled": 58367, + "ic_fluent_chevron_right_20_regular": 58368, + "ic_fluent_chevron_up_20_filled": 58369, + "ic_fluent_chevron_up_20_regular": 58370, + "ic_fluent_chevron_up_down_20_filled": 58371, + "ic_fluent_chevron_up_down_20_regular": 58372, + "ic_fluent_circle_20_filled": 58373, + "ic_fluent_circle_20_regular": 58374, + "ic_fluent_circle_edit_20_filled": 58375, + "ic_fluent_circle_edit_20_regular": 58376, + "ic_fluent_circle_eraser_20_filled": 58377, + "ic_fluent_circle_eraser_20_regular": 58378, + "ic_fluent_circle_half_fill_20_filled": 58379, + "ic_fluent_circle_half_fill_20_regular": 58380, + "ic_fluent_circle_hint_20_filled": 58381, + "ic_fluent_circle_hint_20_regular": 58382, + "ic_fluent_circle_hint_half_vertical_20_filled": 58383, + "ic_fluent_circle_hint_half_vertical_20_regular": 58384, + "ic_fluent_circle_image_20_filled": 58385, + "ic_fluent_circle_image_20_regular": 58386, + "ic_fluent_circle_line_20_filled": 58387, + "ic_fluent_circle_line_20_regular": 58388, + "ic_fluent_circle_multiple_subtract_checkmark_20_filled": 58389, + "ic_fluent_circle_multiple_subtract_checkmark_20_regular": 58390, + "ic_fluent_circle_off_20_filled": 58391, + "ic_fluent_circle_off_20_regular": 58392, + "ic_fluent_circle_small_20_filled": 58393, + "ic_fluent_circle_small_20_regular": 58394, + "ic_fluent_city_20_filled": 58395, + "ic_fluent_city_20_regular": 58396, + "ic_fluent_class_20_filled": 58397, + "ic_fluent_class_20_regular": 58398, + "ic_fluent_classification_20_filled": 58399, + "ic_fluent_classification_20_regular": 58400, + "ic_fluent_clear_formatting_20_filled": 58401, + "ic_fluent_clear_formatting_20_regular": 58402, + "ic_fluent_clipboard_20_filled": 58403, + "ic_fluent_clipboard_20_regular": 58404, + "ic_fluent_clipboard_3_day_20_filled": 58405, + "ic_fluent_clipboard_3_day_20_regular": 58406, + "ic_fluent_clipboard_arrow_right_20_filled": 58407, + "ic_fluent_clipboard_arrow_right_20_regular": 58408, + "ic_fluent_clipboard_brush_20_filled": 58409, + "ic_fluent_clipboard_brush_20_regular": 58410, + "ic_fluent_clipboard_bullet_list_20_filled": 58411, + "ic_fluent_clipboard_bullet_list_20_regular": 58412, + "ic_fluent_clipboard_bullet_list_ltr_20_filled": 58413, + "ic_fluent_clipboard_bullet_list_ltr_20_regular": 58414, + "ic_fluent_clipboard_bullet_list_rtl_20_filled": 58415, + "ic_fluent_clipboard_bullet_list_rtl_20_regular": 58416, + "ic_fluent_clipboard_checkmark_20_filled": 58417, + "ic_fluent_clipboard_checkmark_20_regular": 58418, + "ic_fluent_clipboard_clock_20_filled": 58419, + "ic_fluent_clipboard_clock_20_regular": 58420, + "ic_fluent_clipboard_code_20_filled": 58421, + "ic_fluent_clipboard_code_20_regular": 58422, + "ic_fluent_clipboard_data_bar_20_filled": 58423, + "ic_fluent_clipboard_data_bar_20_regular": 58424, + "ic_fluent_clipboard_day_20_filled": 58425, + "ic_fluent_clipboard_day_20_regular": 58426, + "ic_fluent_clipboard_edit_20_filled": 58427, + "ic_fluent_clipboard_edit_20_regular": 58428, + "ic_fluent_clipboard_error_20_filled": 58429, + "ic_fluent_clipboard_error_20_regular": 58430, + "ic_fluent_clipboard_heart_20_filled": 58431, + "ic_fluent_clipboard_heart_20_regular": 58432, + "ic_fluent_clipboard_image_20_filled": 58433, + "ic_fluent_clipboard_image_20_regular": 58434, + "ic_fluent_clipboard_letter_20_filled": 58435, + "ic_fluent_clipboard_letter_20_regular": 58436, + "ic_fluent_clipboard_link_20_filled": 58437, + "ic_fluent_clipboard_link_20_regular": 58438, + "ic_fluent_clipboard_math_formula_20_filled": 58439, + "ic_fluent_clipboard_math_formula_20_regular": 58440, + "ic_fluent_clipboard_month_20_filled": 58441, + "ic_fluent_clipboard_month_20_regular": 58442, + "ic_fluent_clipboard_more_20_filled": 58443, + "ic_fluent_clipboard_more_20_regular": 58444, + "ic_fluent_clipboard_note_20_filled": 58445, + "ic_fluent_clipboard_note_20_regular": 58446, + "ic_fluent_clipboard_number_123_20_filled": 58447, + "ic_fluent_clipboard_number_123_20_regular": 58448, + "ic_fluent_clipboard_paste_20_filled": 58449, + "ic_fluent_clipboard_paste_20_regular": 58450, + "ic_fluent_clipboard_pulse_20_filled": 58451, + "ic_fluent_clipboard_pulse_20_regular": 58452, + "ic_fluent_clipboard_search_20_filled": 58453, + "ic_fluent_clipboard_search_20_regular": 58454, + "ic_fluent_clipboard_settings_20_filled": 58455, + "ic_fluent_clipboard_settings_20_regular": 58456, + "ic_fluent_clipboard_task_20_filled": 58457, + "ic_fluent_clipboard_task_20_regular": 58458, + "ic_fluent_clipboard_task_add_20_filled": 58459, + "ic_fluent_clipboard_task_add_20_regular": 58460, + "ic_fluent_clipboard_task_list_ltr_20_filled": 58461, + "ic_fluent_clipboard_task_list_ltr_20_regular": 58462, + "ic_fluent_clipboard_task_list_rtl_20_filled": 58463, + "ic_fluent_clipboard_task_list_rtl_20_regular": 58464, + "ic_fluent_clipboard_text_edit_20_filled": 58465, + "ic_fluent_clipboard_text_edit_20_regular": 58466, + "ic_fluent_clipboard_text_ltr_20_filled": 58467, + "ic_fluent_clipboard_text_ltr_20_regular": 58468, + "ic_fluent_clipboard_text_rtl_20_filled": 58469, + "ic_fluent_clipboard_text_rtl_20_regular": 58470, + "ic_fluent_clock_20_filled": 58471, + "ic_fluent_clock_20_regular": 58472, + "ic_fluent_clock_alarm_20_filled": 58473, + "ic_fluent_clock_alarm_20_regular": 58474, + "ic_fluent_clock_arrow_download_20_filled": 58475, + "ic_fluent_clock_arrow_download_20_regular": 58476, + "ic_fluent_clock_dismiss_20_filled": 58477, + "ic_fluent_clock_dismiss_20_regular": 58478, + "ic_fluent_clock_lock_20_filled": 58479, + "ic_fluent_clock_lock_20_regular": 58480, + "ic_fluent_clock_pause_20_filled": 58481, + "ic_fluent_clock_pause_20_regular": 58482, + "ic_fluent_clock_toolbox_20_filled": 58483, + "ic_fluent_clock_toolbox_20_regular": 58484, + "ic_fluent_closed_caption_20_filled": 58485, + "ic_fluent_closed_caption_20_regular": 58486, + "ic_fluent_closed_caption_off_20_filled": 58487, + "ic_fluent_closed_caption_off_20_regular": 58488, + "ic_fluent_cloud_20_filled": 58489, + "ic_fluent_cloud_20_regular": 58490, + "ic_fluent_cloud_add_20_filled": 58491, + "ic_fluent_cloud_add_20_regular": 58492, + "ic_fluent_cloud_archive_20_filled": 58493, + "ic_fluent_cloud_archive_20_regular": 58494, + "ic_fluent_cloud_arrow_down_20_filled": 58495, + "ic_fluent_cloud_arrow_down_20_regular": 58496, + "ic_fluent_cloud_arrow_up_20_filled": 58497, + "ic_fluent_cloud_arrow_up_20_regular": 58498, + "ic_fluent_cloud_beaker_20_filled": 58499, + "ic_fluent_cloud_beaker_20_regular": 58500, + "ic_fluent_cloud_bidirectional_20_filled": 58501, + "ic_fluent_cloud_bidirectional_20_regular": 58502, + "ic_fluent_cloud_checkmark_20_filled": 58503, + "ic_fluent_cloud_checkmark_20_regular": 58504, + "ic_fluent_cloud_cube_20_filled": 58505, + "ic_fluent_cloud_cube_20_regular": 58506, + "ic_fluent_cloud_database_20_filled": 58507, + "ic_fluent_cloud_database_20_regular": 58508, + "ic_fluent_cloud_desktop_20_filled": 58509, + "ic_fluent_cloud_desktop_20_regular": 58510, + "ic_fluent_cloud_dismiss_20_filled": 58511, + "ic_fluent_cloud_dismiss_20_regular": 58512, + "ic_fluent_cloud_edit_20_filled": 58513, + "ic_fluent_cloud_edit_20_regular": 58514, + "ic_fluent_cloud_error_20_filled": 58515, + "ic_fluent_cloud_error_20_regular": 58516, + "ic_fluent_cloud_flow_20_filled": 58517, + "ic_fluent_cloud_flow_20_regular": 58518, + "ic_fluent_cloud_link_20_filled": 58519, + "ic_fluent_cloud_link_20_regular": 58520, + "ic_fluent_cloud_off_20_filled": 58521, + "ic_fluent_cloud_off_20_regular": 58522, + "ic_fluent_cloud_swap_20_filled": 58523, + "ic_fluent_cloud_swap_20_regular": 58524, + "ic_fluent_cloud_sync_20_filled": 58525, + "ic_fluent_cloud_sync_20_regular": 58526, + "ic_fluent_cloud_words_20_filled": 58527, + "ic_fluent_cloud_words_20_regular": 58528, + "ic_fluent_clover_20_filled": 58529, + "ic_fluent_clover_20_regular": 58530, + "ic_fluent_code_20_filled": 58531, + "ic_fluent_code_20_regular": 58532, + "ic_fluent_code_block_20_filled": 58533, + "ic_fluent_code_block_20_regular": 58534, + "ic_fluent_code_circle_20_filled": 58535, + "ic_fluent_code_circle_20_regular": 58536, + "ic_fluent_code_text_20_filled": 58537, + "ic_fluent_code_text_20_regular": 58538, + "ic_fluent_code_text_edit_20_filled": 58539, + "ic_fluent_code_text_edit_20_regular": 58540, + "ic_fluent_collections_20_filled": 58541, + "ic_fluent_collections_20_regular": 58542, + "ic_fluent_collections_add_20_filled": 58543, + "ic_fluent_collections_add_20_regular": 58544, + "ic_fluent_color_20_filled": 58545, + "ic_fluent_color_20_regular": 58546, + "ic_fluent_color_background_20_filled": 58547, + "ic_fluent_color_background_20_regular": 58548, + "ic_fluent_color_background_accent_20_regular": 58549, + "ic_fluent_color_fill_20_filled": 58550, + "ic_fluent_color_fill_20_regular": 58551, + "ic_fluent_color_fill_accent_20_regular": 58552, + "ic_fluent_color_line_20_filled": 58553, + "ic_fluent_color_line_20_regular": 58554, + "ic_fluent_color_line_accent_20_regular": 58555, + "ic_fluent_column_20_filled": 58556, + "ic_fluent_column_20_regular": 58557, + "ic_fluent_column_arrow_right_20_filled": 58558, + "ic_fluent_column_arrow_right_20_regular": 58559, + "ic_fluent_column_double_compare_20_filled": 58560, + "ic_fluent_column_double_compare_20_regular": 58561, + "ic_fluent_column_edit_20_filled": 58562, + "ic_fluent_column_edit_20_regular": 58563, + "ic_fluent_column_single_compare_20_filled": 58564, + "ic_fluent_column_single_compare_20_regular": 58565, + "ic_fluent_column_triple_20_filled": 58566, + "ic_fluent_column_triple_20_regular": 58567, + "ic_fluent_column_triple_edit_20_filled": 58568, + "ic_fluent_column_triple_edit_20_regular": 58569, + "ic_fluent_comma_20_filled": 58570, + "ic_fluent_comma_20_regular": 58571, + "ic_fluent_comment_20_filled": 58572, + "ic_fluent_comment_20_regular": 58573, + "ic_fluent_comment_add_20_filled": 58574, + "ic_fluent_comment_add_20_regular": 58575, + "ic_fluent_comment_arrow_left_20_filled": 58576, + "ic_fluent_comment_arrow_left_20_regular": 58577, + "ic_fluent_comment_arrow_right_20_filled": 58578, + "ic_fluent_comment_arrow_right_20_regular": 58579, + "ic_fluent_comment_checkmark_20_filled": 58580, + "ic_fluent_comment_checkmark_20_regular": 58581, + "ic_fluent_comment_dismiss_20_filled": 58582, + "ic_fluent_comment_dismiss_20_regular": 58583, + "ic_fluent_comment_edit_20_filled": 58584, + "ic_fluent_comment_edit_20_regular": 58585, + "ic_fluent_comment_error_20_filled": 58586, + "ic_fluent_comment_error_20_regular": 58587, + "ic_fluent_comment_lightning_20_filled": 58588, + "ic_fluent_comment_lightning_20_regular": 58589, + "ic_fluent_comment_link_20_filled": 58590, + "ic_fluent_comment_link_20_regular": 58591, + "ic_fluent_comment_mention_20_filled": 58592, + "ic_fluent_comment_mention_20_regular": 58593, + "ic_fluent_comment_multiple_20_filled": 58594, + "ic_fluent_comment_multiple_20_regular": 58595, + "ic_fluent_comment_multiple_checkmark_20_filled": 58596, + "ic_fluent_comment_multiple_checkmark_20_regular": 58597, + "ic_fluent_comment_multiple_link_20_filled": 58598, + "ic_fluent_comment_multiple_link_20_regular": 58599, + "ic_fluent_comment_note_20_filled": 58600, + "ic_fluent_comment_note_20_regular": 58601, + "ic_fluent_comment_off_20_filled": 58602, + "ic_fluent_comment_off_20_regular": 58603, + "ic_fluent_communication_20_filled": 58604, + "ic_fluent_communication_20_regular": 58605, + "ic_fluent_communication_person_20_filled": 58606, + "ic_fluent_communication_person_20_regular": 58607, + "ic_fluent_communication_shield_20_filled": 58608, + "ic_fluent_communication_shield_20_regular": 58609, + "ic_fluent_compass_northwest_20_filled": 58610, + "ic_fluent_compass_northwest_20_regular": 58611, + "ic_fluent_compose_20_filled": 58612, + "ic_fluent_compose_20_regular": 58613, + "ic_fluent_conference_room_20_filled": 58614, + "ic_fluent_conference_room_20_regular": 58615, + "ic_fluent_connected_20_filled": 58616, + "ic_fluent_connected_20_regular": 58617, + "ic_fluent_connector_20_filled": 58618, + "ic_fluent_connector_20_regular": 58619, + "ic_fluent_contact_card_20_filled": 58620, + "ic_fluent_contact_card_20_regular": 58621, + "ic_fluent_contact_card_group_20_filled": 58622, + "ic_fluent_contact_card_group_20_regular": 58623, + "ic_fluent_contact_card_link_20_filled": 58624, + "ic_fluent_contact_card_link_20_regular": 58625, + "ic_fluent_contact_card_ribbon_20_filled": 58626, + "ic_fluent_contact_card_ribbon_20_regular": 58627, + "ic_fluent_content_settings_20_filled": 58628, + "ic_fluent_content_settings_20_regular": 58629, + "ic_fluent_content_view_20_filled": 58630, + "ic_fluent_content_view_20_regular": 58631, + "ic_fluent_content_view_gallery_20_filled": 58632, + "ic_fluent_content_view_gallery_20_regular": 58633, + "ic_fluent_content_view_gallery_lightning_20_filled": 58634, + "ic_fluent_content_view_gallery_lightning_20_regular": 58635, + "ic_fluent_contract_down_left_20_filled": 58636, + "ic_fluent_contract_down_left_20_regular": 58637, + "ic_fluent_contract_up_right_20_filled": 58638, + "ic_fluent_contract_up_right_20_regular": 58639, + "ic_fluent_control_button_20_filled": 58640, + "ic_fluent_control_button_20_regular": 58641, + "ic_fluent_convert_range_20_filled": 58642, + "ic_fluent_convert_range_20_regular": 58643, + "ic_fluent_cookies_20_filled": 58644, + "ic_fluent_cookies_20_regular": 58645, + "ic_fluent_copy_20_filled": 58646, + "ic_fluent_copy_20_regular": 58647, + "ic_fluent_copy_add_20_filled": 58648, + "ic_fluent_copy_add_20_regular": 58649, + "ic_fluent_copy_arrow_right_20_filled": 58650, + "ic_fluent_copy_arrow_right_20_regular": 58651, + "ic_fluent_copy_select_20_filled": 58652, + "ic_fluent_copy_select_20_regular": 58653, + "ic_fluent_couch_20_filled": 58654, + "ic_fluent_couch_20_regular": 58655, + "ic_fluent_credit_card_clock_20_filled": 58656, + "ic_fluent_credit_card_clock_20_regular": 58657, + "ic_fluent_credit_card_person_20_filled": 58658, + "ic_fluent_credit_card_person_20_regular": 58659, + "ic_fluent_credit_card_toolbox_20_filled": 58660, + "ic_fluent_credit_card_toolbox_20_regular": 58661, + "ic_fluent_crop_20_filled": 58662, + "ic_fluent_crop_20_regular": 58663, + "ic_fluent_crop_interim_20_filled": 58664, + "ic_fluent_crop_interim_20_regular": 58665, + "ic_fluent_crop_interim_off_20_filled": 58666, + "ic_fluent_crop_interim_off_20_regular": 58667, + "ic_fluent_crown_20_filled": 58668, + "ic_fluent_crown_20_regular": 58669, + "ic_fluent_cube_20_filled": 58670, + "ic_fluent_cube_20_regular": 58671, + "ic_fluent_cube_add_20_filled": 58672, + "ic_fluent_cube_add_20_regular": 58673, + "ic_fluent_cube_arrow_curve_down_20_filled": 58674, + "ic_fluent_cube_arrow_curve_down_20_regular": 58675, + "ic_fluent_cube_link_20_filled": 58676, + "ic_fluent_cube_link_20_regular": 58677, + "ic_fluent_cube_multiple_20_filled": 58678, + "ic_fluent_cube_multiple_20_regular": 58679, + "ic_fluent_cube_quick_20_filled": 58680, + "ic_fluent_cube_quick_20_regular": 58681, + "ic_fluent_cube_rotate_20_filled": 58682, + "ic_fluent_cube_rotate_20_regular": 58683, + "ic_fluent_cube_sync_20_filled": 58684, + "ic_fluent_cube_sync_20_regular": 58685, + "ic_fluent_cube_tree_20_filled": 58686, + "ic_fluent_cube_tree_20_regular": 58687, + "ic_fluent_currency_dollar_euro_20_filled": 58688, + "ic_fluent_currency_dollar_euro_20_regular": 58689, + "ic_fluent_currency_dollar_rupee_20_filled": 58690, + "ic_fluent_currency_dollar_rupee_20_regular": 58691, + "ic_fluent_cursor_20_filled": 58692, + "ic_fluent_cursor_20_regular": 58693, + "ic_fluent_cursor_click_20_filled": 58694, + "ic_fluent_cursor_click_20_regular": 58695, + "ic_fluent_cursor_hover_20_filled": 58696, + "ic_fluent_cursor_hover_20_regular": 58697, + "ic_fluent_cursor_hover_off_20_filled": 58698, + "ic_fluent_cursor_hover_off_20_regular": 58699, + "ic_fluent_cursor_prohibited_20_filled": 58700, + "ic_fluent_cursor_prohibited_20_regular": 58701, + "ic_fluent_cut_20_filled": 58702, + "ic_fluent_cut_20_regular": 58703, + "ic_fluent_dark_theme_20_filled": 58704, + "ic_fluent_dark_theme_20_regular": 58705, + "ic_fluent_data_area_20_filled": 58706, + "ic_fluent_data_area_20_regular": 58707, + "ic_fluent_data_bar_horizontal_20_filled": 58708, + "ic_fluent_data_bar_horizontal_20_regular": 58709, + "ic_fluent_data_bar_vertical_20_filled": 58710, + "ic_fluent_data_bar_vertical_20_regular": 58711, + "ic_fluent_data_bar_vertical_add_20_filled": 58712, + "ic_fluent_data_bar_vertical_add_20_regular": 58713, + "ic_fluent_data_bar_vertical_ascending_20_filled": 58714, + "ic_fluent_data_bar_vertical_ascending_20_regular": 58715, + "ic_fluent_data_bar_vertical_star_20_filled": 58716, + "ic_fluent_data_bar_vertical_star_20_regular": 58717, + "ic_fluent_data_funnel_20_filled": 58718, + "ic_fluent_data_funnel_20_regular": 58719, + "ic_fluent_data_histogram_20_filled": 58720, + "ic_fluent_data_histogram_20_regular": 58721, + "ic_fluent_data_line_20_filled": 58722, + "ic_fluent_data_line_20_regular": 58723, + "ic_fluent_data_pie_20_filled": 58724, + "ic_fluent_data_pie_20_regular": 58725, + "ic_fluent_data_scatter_20_filled": 58726, + "ic_fluent_data_scatter_20_regular": 58727, + "ic_fluent_data_sunburst_20_filled": 58728, + "ic_fluent_data_sunburst_20_regular": 58729, + "ic_fluent_data_treemap_20_filled": 58730, + "ic_fluent_data_treemap_20_regular": 58731, + "ic_fluent_data_trending_20_filled": 58732, + "ic_fluent_data_trending_20_regular": 58733, + "ic_fluent_data_usage_20_filled": 58734, + "ic_fluent_data_usage_20_regular": 58735, + "ic_fluent_data_usage_edit_20_filled": 58736, + "ic_fluent_data_usage_edit_20_regular": 58737, + "ic_fluent_data_usage_settings_20_filled": 58738, + "ic_fluent_data_usage_settings_20_regular": 58739, + "ic_fluent_data_usage_toolbox_20_filled": 58740, + "ic_fluent_data_usage_toolbox_20_regular": 58741, + "ic_fluent_data_waterfall_20_filled": 58742, + "ic_fluent_data_waterfall_20_regular": 58743, + "ic_fluent_data_whisker_20_filled": 58744, + "ic_fluent_data_whisker_20_regular": 58745, + "ic_fluent_database_20_filled": 58746, + "ic_fluent_database_20_regular": 58747, + "ic_fluent_database_arrow_down_20_filled": 58748, + "ic_fluent_database_arrow_down_20_regular": 58749, + "ic_fluent_database_arrow_right_20_filled": 58750, + "ic_fluent_database_arrow_right_20_regular": 58751, + "ic_fluent_database_arrow_up_20_filled": 58752, + "ic_fluent_database_arrow_up_20_regular": 58753, + "ic_fluent_database_lightning_20_filled": 58754, + "ic_fluent_database_lightning_20_regular": 58755, + "ic_fluent_database_link_20_filled": 58756, + "ic_fluent_database_link_20_regular": 58757, + "ic_fluent_database_multiple_20_filled": 58758, + "ic_fluent_database_multiple_20_regular": 58759, + "ic_fluent_database_person_20_filled": 58760, + "ic_fluent_database_person_20_regular": 58761, + "ic_fluent_database_plug_connected_20_filled": 58762, + "ic_fluent_database_plug_connected_20_regular": 58763, + "ic_fluent_database_search_20_filled": 58764, + "ic_fluent_database_search_20_regular": 58765, + "ic_fluent_database_switch_20_filled": 58766, + "ic_fluent_database_switch_20_regular": 58767, + "ic_fluent_database_warning_20_filled": 58768, + "ic_fluent_database_warning_20_regular": 58769, + "ic_fluent_database_window_20_filled": 58770, + "ic_fluent_database_window_20_regular": 58771, + "ic_fluent_decimal_arrow_left_20_filled": 58772, + "ic_fluent_decimal_arrow_left_20_regular": 58773, + "ic_fluent_decimal_arrow_right_20_filled": 58774, + "ic_fluent_decimal_arrow_right_20_regular": 58775, + "ic_fluent_delete_20_filled": 58776, + "ic_fluent_delete_20_regular": 58777, + "ic_fluent_delete_arrow_back_20_filled": 58778, + "ic_fluent_delete_arrow_back_20_regular": 58779, + "ic_fluent_delete_dismiss_20_filled": 58780, + "ic_fluent_delete_dismiss_20_regular": 58781, + "ic_fluent_delete_lines_20_filled": 58782, + "ic_fluent_delete_lines_20_regular": 58783, + "ic_fluent_delete_off_20_filled": 58784, + "ic_fluent_delete_off_20_regular": 58785, + "ic_fluent_dentist_20_filled": 58786, + "ic_fluent_dentist_20_regular": 58787, + "ic_fluent_design_ideas_20_filled": 58788, + "ic_fluent_design_ideas_20_regular": 58789, + "ic_fluent_desk_20_filled": 58790, + "ic_fluent_desk_20_regular": 58791, + "ic_fluent_desktop_20_filled": 58792, + "ic_fluent_desktop_20_regular": 58793, + "ic_fluent_desktop_arrow_down_20_filled": 58794, + "ic_fluent_desktop_arrow_down_20_regular": 58795, + "ic_fluent_desktop_arrow_right_20_filled": 58796, + "ic_fluent_desktop_arrow_right_20_regular": 58797, + "ic_fluent_desktop_checkmark_20_filled": 58798, + "ic_fluent_desktop_checkmark_20_regular": 58799, + "ic_fluent_desktop_cursor_20_filled": 58800, + "ic_fluent_desktop_cursor_20_regular": 58801, + "ic_fluent_desktop_edit_20_filled": 58802, + "ic_fluent_desktop_edit_20_regular": 58803, + "ic_fluent_desktop_flow_20_filled": 58804, + "ic_fluent_desktop_flow_20_regular": 58805, + "ic_fluent_desktop_keyboard_20_filled": 58806, + "ic_fluent_desktop_keyboard_20_regular": 58807, + "ic_fluent_desktop_mac_20_filled": 58808, + "ic_fluent_desktop_mac_20_regular": 58809, + "ic_fluent_desktop_pulse_20_filled": 58810, + "ic_fluent_desktop_pulse_20_regular": 58811, + "ic_fluent_desktop_signal_20_filled": 58812, + "ic_fluent_desktop_signal_20_regular": 58813, + "ic_fluent_desktop_speaker_20_filled": 58814, + "ic_fluent_desktop_speaker_20_regular": 58815, + "ic_fluent_desktop_speaker_off_20_filled": 58816, + "ic_fluent_desktop_speaker_off_20_regular": 58817, + "ic_fluent_desktop_sync_20_filled": 58818, + "ic_fluent_desktop_sync_20_regular": 58819, + "ic_fluent_desktop_toolbox_20_filled": 58820, + "ic_fluent_desktop_toolbox_20_regular": 58821, + "ic_fluent_desktop_tower_20_filled": 58822, + "ic_fluent_desktop_tower_20_regular": 58823, + "ic_fluent_developer_board_20_filled": 58824, + "ic_fluent_developer_board_20_regular": 58825, + "ic_fluent_developer_board_lightning_20_filled": 58826, + "ic_fluent_developer_board_lightning_20_regular": 58827, + "ic_fluent_developer_board_lightning_toolbox_20_filled": 58828, + "ic_fluent_developer_board_lightning_toolbox_20_regular": 58829, + "ic_fluent_developer_board_search_20_filled": 58830, + "ic_fluent_developer_board_search_20_regular": 58831, + "ic_fluent_device_eq_20_filled": 58832, + "ic_fluent_device_eq_20_regular": 58833, + "ic_fluent_device_meeting_room_20_filled": 58834, + "ic_fluent_device_meeting_room_20_regular": 58835, + "ic_fluent_device_meeting_room_remote_20_filled": 58836, + "ic_fluent_device_meeting_room_remote_20_regular": 58837, + "ic_fluent_diagram_20_filled": 58838, + "ic_fluent_diagram_20_regular": 58839, + "ic_fluent_dialpad_20_filled": 58840, + "ic_fluent_dialpad_20_regular": 58841, + "ic_fluent_dialpad_off_20_filled": 58842, + "ic_fluent_dialpad_off_20_regular": 58843, + "ic_fluent_dialpad_question_mark_20_filled": 58844, + "ic_fluent_dialpad_question_mark_20_regular": 58845, + "ic_fluent_diamond_20_filled": 58846, + "ic_fluent_diamond_20_regular": 58847, + "ic_fluent_directions_20_filled": 58848, + "ic_fluent_directions_20_regular": 58849, + "ic_fluent_dishwasher_20_filled": 58850, + "ic_fluent_dishwasher_20_regular": 58851, + "ic_fluent_dismiss_20_filled": 58852, + "ic_fluent_dismiss_20_regular": 58853, + "ic_fluent_dismiss_circle_20_filled": 58854, + "ic_fluent_dismiss_circle_20_regular": 58855, + "ic_fluent_dismiss_square_20_filled": 58856, + "ic_fluent_dismiss_square_20_regular": 58857, + "ic_fluent_dismiss_square_multiple_20_filled": 58858, + "ic_fluent_dismiss_square_multiple_20_regular": 58859, + "ic_fluent_diversity_20_filled": 58860, + "ic_fluent_diversity_20_regular": 58861, + "ic_fluent_divider_short_20_filled": 58862, + "ic_fluent_divider_short_20_regular": 58863, + "ic_fluent_divider_tall_20_filled": 58864, + "ic_fluent_divider_tall_20_regular": 58865, + "ic_fluent_dock_20_filled": 58866, + "ic_fluent_dock_20_regular": 58867, + "ic_fluent_dock_row_20_filled": 58868, + "ic_fluent_dock_row_20_regular": 58869, + "ic_fluent_doctor_20_filled": 58870, + "ic_fluent_doctor_20_regular": 58871, + "ic_fluent_document_100_20_filled": 58872, + "ic_fluent_document_100_20_regular": 58873, + "ic_fluent_document_20_filled": 58874, + "ic_fluent_document_20_regular": 58875, + "ic_fluent_document_add_20_filled": 58876, + "ic_fluent_document_add_20_regular": 58877, + "ic_fluent_document_arrow_down_20_filled": 58878, + "ic_fluent_document_arrow_down_20_regular": 58879, + "ic_fluent_document_arrow_left_20_filled": 58880, + "ic_fluent_document_arrow_left_20_regular": 58881, + "ic_fluent_document_arrow_right_20_filled": 58882, + "ic_fluent_document_arrow_right_20_regular": 58883, + "ic_fluent_document_arrow_up_20_filled": 58884, + "ic_fluent_document_arrow_up_20_regular": 58885, + "ic_fluent_document_border_20_filled": 58886, + "ic_fluent_document_border_20_regular": 58887, + "ic_fluent_document_border_print_20_filled": 58888, + "ic_fluent_document_border_print_20_regular": 58889, + "ic_fluent_document_briefcase_20_filled": 58890, + "ic_fluent_document_briefcase_20_regular": 58891, + "ic_fluent_document_bullet_list_20_filled": 58892, + "ic_fluent_document_bullet_list_20_regular": 58893, + "ic_fluent_document_bullet_list_arrow_left_20_filled": 58894, + "ic_fluent_document_bullet_list_arrow_left_20_regular": 58895, + "ic_fluent_document_bullet_list_clock_20_filled": 58896, + "ic_fluent_document_bullet_list_clock_20_regular": 58897, + "ic_fluent_document_bullet_list_cube_20_filled": 58898, + "ic_fluent_document_bullet_list_cube_20_regular": 58899, + "ic_fluent_document_bullet_list_multiple_20_filled": 58900, + "ic_fluent_document_bullet_list_multiple_20_regular": 58901, + "ic_fluent_document_bullet_list_off_20_filled": 58902, + "ic_fluent_document_bullet_list_off_20_regular": 58903, + "ic_fluent_document_catch_up_20_filled": 58904, + "ic_fluent_document_catch_up_20_regular": 58905, + "ic_fluent_document_checkmark_20_filled": 58906, + "ic_fluent_document_checkmark_20_regular": 58907, + "ic_fluent_document_chevron_double_20_filled": 58908, + "ic_fluent_document_chevron_double_20_regular": 58909, + "ic_fluent_document_copy_20_filled": 58910, + "ic_fluent_document_copy_20_regular": 58911, + "ic_fluent_document_css_20_filled": 58912, + "ic_fluent_document_css_20_regular": 58913, + "ic_fluent_document_cube_20_filled": 58914, + "ic_fluent_document_cube_20_regular": 58915, + "ic_fluent_document_data_20_filled": 58916, + "ic_fluent_document_data_20_regular": 58917, + "ic_fluent_document_data_link_20_filled": 58918, + "ic_fluent_document_data_link_20_regular": 58919, + "ic_fluent_document_data_lock_20_filled": 58920, + "ic_fluent_document_data_lock_20_regular": 58921, + "ic_fluent_document_database_20_filled": 58922, + "ic_fluent_document_database_20_regular": 58923, + "ic_fluent_document_dismiss_20_filled": 58924, + "ic_fluent_document_dismiss_20_regular": 58925, + "ic_fluent_document_edit_20_filled": 58926, + "ic_fluent_document_edit_20_regular": 58927, + "ic_fluent_document_endnote_20_filled": 58928, + "ic_fluent_document_endnote_20_regular": 58929, + "ic_fluent_document_error_20_filled": 58930, + "ic_fluent_document_error_20_regular": 58931, + "ic_fluent_document_fit_20_filled": 58932, + "ic_fluent_document_fit_20_regular": 58933, + "ic_fluent_document_flowchart_20_filled": 58934, + "ic_fluent_document_flowchart_20_regular": 58935, + "ic_fluent_document_folder_20_filled": 58936, + "ic_fluent_document_folder_20_regular": 58937, + "ic_fluent_document_footer_20_filled": 58938, + "ic_fluent_document_footer_20_regular": 58939, + "ic_fluent_document_footer_dismiss_20_filled": 58940, + "ic_fluent_document_footer_dismiss_20_regular": 58941, + "ic_fluent_document_header_20_filled": 58942, + "ic_fluent_document_header_20_regular": 58943, + "ic_fluent_document_header_arrow_down_20_filled": 58944, + "ic_fluent_document_header_arrow_down_20_regular": 58945, + "ic_fluent_document_header_dismiss_20_filled": 58946, + "ic_fluent_document_header_dismiss_20_regular": 58947, + "ic_fluent_document_header_footer_20_filled": 58948, + "ic_fluent_document_header_footer_20_regular": 58949, + "ic_fluent_document_heart_20_filled": 58950, + "ic_fluent_document_heart_20_regular": 58951, + "ic_fluent_document_heart_pulse_20_filled": 58952, + "ic_fluent_document_heart_pulse_20_regular": 58953, + "ic_fluent_document_image_20_filled": 58954, + "ic_fluent_document_image_20_regular": 58955, + "ic_fluent_document_java_20_filled": 58956, + "ic_fluent_document_java_20_regular": 58957, + "ic_fluent_document_javascript_20_filled": 58958, + "ic_fluent_document_javascript_20_regular": 58959, + "ic_fluent_document_key_20_filled": 58960, + "ic_fluent_document_key_20_regular": 58961, + "ic_fluent_document_landscape_20_filled": 58962, + "ic_fluent_document_landscape_20_regular": 58963, + "ic_fluent_document_landscape_data_20_filled": 58964, + "ic_fluent_document_landscape_data_20_regular": 58965, + "ic_fluent_document_landscape_split_20_filled": 58966, + "ic_fluent_document_landscape_split_20_regular": 58967, + "ic_fluent_document_landscape_split_hint_20_filled": 58968, + "ic_fluent_document_landscape_split_hint_20_regular": 58969, + "ic_fluent_document_lightning_20_filled": 58970, + "ic_fluent_document_lightning_20_regular": 58971, + "ic_fluent_document_link_20_filled": 58972, + "ic_fluent_document_link_20_regular": 58973, + "ic_fluent_document_lock_20_filled": 58974, + "ic_fluent_document_lock_20_regular": 58975, + "ic_fluent_document_margins_20_filled": 58976, + "ic_fluent_document_margins_20_regular": 58977, + "ic_fluent_document_mention_20_filled": 58978, + "ic_fluent_document_mention_20_regular": 58979, + "ic_fluent_document_multiple_20_filled": 58980, + "ic_fluent_document_multiple_20_regular": 58981, + "ic_fluent_document_multiple_percent_20_filled": 58982, + "ic_fluent_document_multiple_percent_20_regular": 58983, + "ic_fluent_document_multiple_prohibited_20_filled": 58984, + "ic_fluent_document_multiple_prohibited_20_regular": 58985, + "ic_fluent_document_multiple_sync_20_filled": 58986, + "ic_fluent_document_multiple_sync_20_regular": 58987, + "ic_fluent_document_one_page_20_filled": 58988, + "ic_fluent_document_one_page_20_regular": 58989, + "ic_fluent_document_one_page_add_20_filled": 58990, + "ic_fluent_document_one_page_add_20_regular": 58991, + "ic_fluent_document_one_page_columns_20_filled": 58992, + "ic_fluent_document_one_page_columns_20_regular": 58993, + "ic_fluent_document_one_page_link_20_filled": 58994, + "ic_fluent_document_one_page_link_20_regular": 58995, + "ic_fluent_document_one_page_multiple_20_filled": 58996, + "ic_fluent_document_one_page_multiple_20_regular": 58997, + "ic_fluent_document_one_page_sparkle_20_filled": 58998, + "ic_fluent_document_one_page_sparkle_20_regular": 58999, + "ic_fluent_document_page_bottom_center_20_filled": 59000, + "ic_fluent_document_page_bottom_center_20_regular": 59001, + "ic_fluent_document_page_bottom_left_20_filled": 59002, + "ic_fluent_document_page_bottom_left_20_regular": 59003, + "ic_fluent_document_page_bottom_right_20_filled": 59004, + "ic_fluent_document_page_bottom_right_20_regular": 59005, + "ic_fluent_document_page_break_20_filled": 59006, + "ic_fluent_document_page_break_20_regular": 59007, + "ic_fluent_document_page_number_20_filled": 59008, + "ic_fluent_document_page_number_20_regular": 59009, + "ic_fluent_document_page_top_center_20_filled": 59010, + "ic_fluent_document_page_top_center_20_regular": 59011, + "ic_fluent_document_page_top_left_20_filled": 59012, + "ic_fluent_document_page_top_left_20_regular": 59013, + "ic_fluent_document_page_top_right_20_filled": 59014, + "ic_fluent_document_page_top_right_20_regular": 59015, + "ic_fluent_document_pdf_20_filled": 59016, + "ic_fluent_document_pdf_20_regular": 59017, + "ic_fluent_document_percent_20_filled": 59018, + "ic_fluent_document_percent_20_regular": 59019, + "ic_fluent_document_person_20_filled": 59020, + "ic_fluent_document_person_20_regular": 59021, + "ic_fluent_document_pill_20_filled": 59022, + "ic_fluent_document_pill_20_regular": 59023, + "ic_fluent_document_print_20_filled": 59024, + "ic_fluent_document_print_20_regular": 59025, + "ic_fluent_document_prohibited_20_filled": 59026, + "ic_fluent_document_prohibited_20_regular": 59027, + "ic_fluent_document_question_mark_20_filled": 59028, + "ic_fluent_document_question_mark_20_regular": 59029, + "ic_fluent_document_queue_20_filled": 59030, + "ic_fluent_document_queue_20_regular": 59031, + "ic_fluent_document_queue_add_20_filled": 59032, + "ic_fluent_document_queue_add_20_regular": 59033, + "ic_fluent_document_queue_multiple_20_filled": 59034, + "ic_fluent_document_queue_multiple_20_regular": 59035, + "ic_fluent_document_ribbon_20_filled": 59036, + "ic_fluent_document_ribbon_20_regular": 59037, + "ic_fluent_document_sass_20_filled": 59038, + "ic_fluent_document_sass_20_regular": 59039, + "ic_fluent_document_save_20_filled": 59040, + "ic_fluent_document_save_20_regular": 59041, + "ic_fluent_document_search_20_filled": 59042, + "ic_fluent_document_search_20_regular": 59043, + "ic_fluent_document_settings_20_filled": 59044, + "ic_fluent_document_settings_20_regular": 59045, + "ic_fluent_document_split_hint_20_filled": 59046, + "ic_fluent_document_split_hint_20_regular": 59047, + "ic_fluent_document_split_hint_off_20_filled": 59048, + "ic_fluent_document_split_hint_off_20_regular": 59049, + "ic_fluent_document_sync_20_filled": 59050, + "ic_fluent_document_sync_20_regular": 59051, + "ic_fluent_document_table_20_filled": 59052, + "ic_fluent_document_table_20_regular": 59053, + "ic_fluent_document_table_arrow_right_20_filled": 59054, + "ic_fluent_document_table_arrow_right_20_regular": 59055, + "ic_fluent_document_table_checkmark_20_filled": 59056, + "ic_fluent_document_table_checkmark_20_regular": 59057, + "ic_fluent_document_table_cube_20_filled": 59058, + "ic_fluent_document_table_cube_20_regular": 59059, + "ic_fluent_document_table_search_20_filled": 59060, + "ic_fluent_document_table_search_20_regular": 59061, + "ic_fluent_document_table_truck_20_filled": 59062, + "ic_fluent_document_table_truck_20_regular": 59063, + "ic_fluent_document_text_20_filled": 59064, + "ic_fluent_document_text_20_regular": 59065, + "ic_fluent_document_text_clock_20_filled": 59066, + "ic_fluent_document_text_clock_20_regular": 59067, + "ic_fluent_document_text_extract_20_filled": 59068, + "ic_fluent_document_text_extract_20_regular": 59069, + "ic_fluent_document_text_link_20_filled": 59070, + "ic_fluent_document_text_link_20_regular": 59071, + "ic_fluent_document_text_toolbox_20_filled": 59072, + "ic_fluent_document_text_toolbox_20_regular": 59073, + "ic_fluent_document_toolbox_20_filled": 59074, + "ic_fluent_document_toolbox_20_regular": 59075, + "ic_fluent_document_width_20_filled": 59076, + "ic_fluent_document_width_20_regular": 59077, + "ic_fluent_document_yml_20_filled": 59078, + "ic_fluent_document_yml_20_regular": 59079, + "ic_fluent_door_20_filled": 59080, + "ic_fluent_door_20_regular": 59081, + "ic_fluent_door_arrow_left_20_filled": 59082, + "ic_fluent_door_arrow_left_20_regular": 59083, + "ic_fluent_door_arrow_right_20_filled": 59084, + "ic_fluent_door_arrow_right_20_regular": 59085, + "ic_fluent_door_tag_20_filled": 59086, + "ic_fluent_door_tag_20_regular": 59087, + "ic_fluent_double_swipe_down_20_filled": 59088, + "ic_fluent_double_swipe_down_20_regular": 59089, + "ic_fluent_double_swipe_up_20_filled": 59090, + "ic_fluent_double_swipe_up_20_regular": 59091, + "ic_fluent_double_tap_swipe_down_20_filled": 59092, + "ic_fluent_double_tap_swipe_down_20_regular": 59093, + "ic_fluent_double_tap_swipe_up_20_filled": 59094, + "ic_fluent_double_tap_swipe_up_20_regular": 59095, + "ic_fluent_drafts_20_filled": 59096, + "ic_fluent_drafts_20_regular": 59097, + "ic_fluent_drag_20_filled": 59098, + "ic_fluent_drag_20_regular": 59099, + "ic_fluent_draw_image_20_filled": 59100, + "ic_fluent_draw_image_20_regular": 59101, + "ic_fluent_draw_shape_20_filled": 59102, + "ic_fluent_draw_shape_20_regular": 59103, + "ic_fluent_draw_text_20_filled": 59104, + "ic_fluent_draw_text_20_regular": 59105, + "ic_fluent_drawer_20_filled": 59106, + "ic_fluent_drawer_20_regular": 59107, + "ic_fluent_drawer_add_20_filled": 59108, + "ic_fluent_drawer_add_20_regular": 59109, + "ic_fluent_drawer_arrow_download_20_filled": 59110, + "ic_fluent_drawer_arrow_download_20_regular": 59111, + "ic_fluent_drawer_dismiss_20_filled": 59112, + "ic_fluent_drawer_dismiss_20_regular": 59113, + "ic_fluent_drawer_play_20_filled": 59114, + "ic_fluent_drawer_play_20_regular": 59115, + "ic_fluent_drawer_subtract_20_filled": 59116, + "ic_fluent_drawer_subtract_20_regular": 59117, + "ic_fluent_drink_beer_20_filled": 59118, + "ic_fluent_drink_beer_20_regular": 59119, + "ic_fluent_drink_bottle_20_filled": 59120, + "ic_fluent_drink_bottle_20_regular": 59121, + "ic_fluent_drink_bottle_off_20_filled": 59122, + "ic_fluent_drink_bottle_off_20_regular": 59123, + "ic_fluent_drink_coffee_20_filled": 59124, + "ic_fluent_drink_coffee_20_regular": 59125, + "ic_fluent_drink_margarita_20_filled": 59126, + "ic_fluent_drink_margarita_20_regular": 59127, + "ic_fluent_drink_to_go_20_filled": 59128, + "ic_fluent_drink_to_go_20_regular": 59129, + "ic_fluent_drink_wine_20_filled": 59130, + "ic_fluent_drink_wine_20_regular": 59131, + "ic_fluent_drive_train_20_filled": 59132, + "ic_fluent_drive_train_20_regular": 59133, + "ic_fluent_drop_20_filled": 59134, + "ic_fluent_drop_20_regular": 59135, + "ic_fluent_dual_screen_20_filled": 59136, + "ic_fluent_dual_screen_20_regular": 59137, + "ic_fluent_dual_screen_add_20_filled": 59138, + "ic_fluent_dual_screen_add_20_regular": 59139, + "ic_fluent_dual_screen_arrow_right_20_filled": 59140, + "ic_fluent_dual_screen_arrow_right_20_regular": 59141, + "ic_fluent_dual_screen_arrow_up_20_filled": 59142, + "ic_fluent_dual_screen_arrow_up_20_regular": 59143, + "ic_fluent_dual_screen_clock_20_filled": 59144, + "ic_fluent_dual_screen_clock_20_regular": 59145, + "ic_fluent_dual_screen_closed_alert_20_filled": 59146, + "ic_fluent_dual_screen_closed_alert_20_regular": 59147, + "ic_fluent_dual_screen_desktop_20_filled": 59148, + "ic_fluent_dual_screen_desktop_20_regular": 59149, + "ic_fluent_dual_screen_dismiss_20_filled": 59150, + "ic_fluent_dual_screen_dismiss_20_regular": 59151, + "ic_fluent_dual_screen_group_20_filled": 59152, + "ic_fluent_dual_screen_group_20_regular": 59153, + "ic_fluent_dual_screen_header_20_filled": 59154, + "ic_fluent_dual_screen_header_20_regular": 59155, + "ic_fluent_dual_screen_lock_20_filled": 59156, + "ic_fluent_dual_screen_lock_20_regular": 59157, + "ic_fluent_dual_screen_mirror_20_filled": 59158, + "ic_fluent_dual_screen_mirror_20_regular": 59159, + "ic_fluent_dual_screen_pagination_20_filled": 59160, + "ic_fluent_dual_screen_pagination_20_regular": 59161, + "ic_fluent_dual_screen_settings_20_filled": 59162, + "ic_fluent_dual_screen_settings_20_regular": 59163, + "ic_fluent_dual_screen_span_20_filled": 59164, + "ic_fluent_dual_screen_span_20_regular": 59165, + "ic_fluent_dual_screen_speaker_20_filled": 59166, + "ic_fluent_dual_screen_speaker_20_regular": 59167, + "ic_fluent_dual_screen_status_bar_20_filled": 59168, + "ic_fluent_dual_screen_status_bar_20_regular": 59169, + "ic_fluent_dual_screen_tablet_20_filled": 59170, + "ic_fluent_dual_screen_tablet_20_regular": 59171, + "ic_fluent_dual_screen_update_20_filled": 59172, + "ic_fluent_dual_screen_update_20_regular": 59173, + "ic_fluent_dual_screen_vertical_scroll_20_filled": 59174, + "ic_fluent_dual_screen_vertical_scroll_20_regular": 59175, + "ic_fluent_dual_screen_vibrate_20_filled": 59176, + "ic_fluent_dual_screen_vibrate_20_regular": 59177, + "ic_fluent_dumbbell_20_filled": 59178, + "ic_fluent_dumbbell_20_regular": 59179, + "ic_fluent_dust_20_filled": 59180, + "ic_fluent_dust_20_regular": 59181, + "ic_fluent_earth_20_filled": 59182, + "ic_fluent_earth_20_regular": 59183, + "ic_fluent_earth_leaf_20_filled": 59184, + "ic_fluent_earth_leaf_20_regular": 59185, + "ic_fluent_edit_20_filled": 59186, + "ic_fluent_edit_20_regular": 59187, + "ic_fluent_edit_arrow_back_20_filled": 59188, + "ic_fluent_edit_arrow_back_20_regular": 59189, + "ic_fluent_edit_off_20_filled": 59190, + "ic_fluent_edit_off_20_regular": 59191, + "ic_fluent_edit_prohibited_20_filled": 59192, + "ic_fluent_edit_prohibited_20_regular": 59193, + "ic_fluent_edit_settings_20_filled": 59194, + "ic_fluent_edit_settings_20_regular": 59195, + "ic_fluent_elevator_20_filled": 59196, + "ic_fluent_elevator_20_regular": 59197, + "ic_fluent_emoji_20_filled": 59198, + "ic_fluent_emoji_20_regular": 59199, + "ic_fluent_emoji_add_20_filled": 59200, + "ic_fluent_emoji_add_20_regular": 59201, + "ic_fluent_emoji_angry_20_filled": 59202, + "ic_fluent_emoji_angry_20_regular": 59203, + "ic_fluent_emoji_edit_20_filled": 59204, + "ic_fluent_emoji_edit_20_regular": 59205, + "ic_fluent_emoji_hand_20_filled": 59206, + "ic_fluent_emoji_hand_20_regular": 59207, + "ic_fluent_emoji_hint_20_filled": 59208, + "ic_fluent_emoji_hint_20_regular": 59209, + "ic_fluent_emoji_laugh_20_filled": 59210, + "ic_fluent_emoji_laugh_20_regular": 59211, + "ic_fluent_emoji_meh_20_filled": 59212, + "ic_fluent_emoji_meh_20_regular": 59213, + "ic_fluent_emoji_multiple_20_filled": 59214, + "ic_fluent_emoji_multiple_20_regular": 59215, + "ic_fluent_emoji_sad_20_filled": 59216, + "ic_fluent_emoji_sad_20_regular": 59217, + "ic_fluent_emoji_sad_slight_20_filled": 59218, + "ic_fluent_emoji_sad_slight_20_regular": 59219, + "ic_fluent_emoji_smile_slight_20_filled": 59220, + "ic_fluent_emoji_smile_slight_20_regular": 59221, + "ic_fluent_emoji_sparkle_20_filled": 59222, + "ic_fluent_emoji_sparkle_20_regular": 59223, + "ic_fluent_emoji_surprise_20_filled": 59224, + "ic_fluent_emoji_surprise_20_regular": 59225, + "ic_fluent_engine_20_filled": 59226, + "ic_fluent_engine_20_regular": 59227, + "ic_fluent_equal_circle_20_filled": 59228, + "ic_fluent_equal_circle_20_regular": 59229, + "ic_fluent_equal_off_20_filled": 59230, + "ic_fluent_equal_off_20_regular": 59231, + "ic_fluent_eraser_20_filled": 59232, + "ic_fluent_eraser_20_regular": 59233, + "ic_fluent_eraser_medium_20_filled": 59234, + "ic_fluent_eraser_medium_20_regular": 59235, + "ic_fluent_eraser_segment_20_filled": 59236, + "ic_fluent_eraser_segment_20_regular": 59237, + "ic_fluent_eraser_small_20_filled": 59238, + "ic_fluent_eraser_small_20_regular": 59239, + "ic_fluent_eraser_tool_20_filled": 59240, + "ic_fluent_eraser_tool_20_regular": 59241, + "ic_fluent_error_circle_20_filled": 59242, + "ic_fluent_error_circle_20_regular": 59243, + "ic_fluent_error_circle_settings_20_filled": 59244, + "ic_fluent_error_circle_settings_20_regular": 59245, + "ic_fluent_expand_up_left_20_filled": 59246, + "ic_fluent_expand_up_left_20_regular": 59247, + "ic_fluent_expand_up_right_20_filled": 59248, + "ic_fluent_expand_up_right_20_regular": 59249, + "ic_fluent_extended_dock_20_filled": 59250, + "ic_fluent_extended_dock_20_regular": 59251, + "ic_fluent_eye_20_filled": 59252, + "ic_fluent_eye_20_regular": 59253, + "ic_fluent_eye_lines_20_filled": 59254, + "ic_fluent_eye_lines_20_regular": 59255, + "ic_fluent_eye_off_20_filled": 59256, + "ic_fluent_eye_off_20_regular": 59257, + "ic_fluent_eye_tracking_20_filled": 59258, + "ic_fluent_eye_tracking_20_regular": 59259, + "ic_fluent_eye_tracking_off_20_filled": 59260, + "ic_fluent_eye_tracking_off_20_regular": 59261, + "ic_fluent_eyedropper_20_filled": 59262, + "ic_fluent_eyedropper_20_regular": 59263, + "ic_fluent_eyedropper_off_20_filled": 59264, + "ic_fluent_eyedropper_off_20_regular": 59265, + "ic_fluent_f_stop_20_filled": 59266, + "ic_fluent_f_stop_20_regular": 59267, + "ic_fluent_fast_acceleration_20_filled": 59268, + "ic_fluent_fast_acceleration_20_regular": 59269, + "ic_fluent_fast_forward_20_filled": 59270, + "ic_fluent_fast_forward_20_regular": 59271, + "ic_fluent_fax_20_filled": 59272, + "ic_fluent_fax_20_regular": 59273, + "ic_fluent_feed_20_filled": 59274, + "ic_fluent_feed_20_regular": 59275, + "ic_fluent_filmstrip_20_filled": 59276, + "ic_fluent_filmstrip_20_regular": 59277, + "ic_fluent_filmstrip_image_20_filled": 59278, + "ic_fluent_filmstrip_image_20_regular": 59279, + "ic_fluent_filmstrip_play_20_filled": 59280, + "ic_fluent_filmstrip_play_20_regular": 59281, + "ic_fluent_filmstrip_split_20_filled": 59282, + "ic_fluent_filmstrip_split_20_regular": 59283, + "ic_fluent_filter_20_filled": 59284, + "ic_fluent_filter_20_regular": 59285, + "ic_fluent_filter_add_20_filled": 59286, + "ic_fluent_filter_add_20_regular": 59287, + "ic_fluent_filter_dismiss_20_filled": 59288, + "ic_fluent_filter_dismiss_20_regular": 59289, + "ic_fluent_filter_sync_20_filled": 59290, + "ic_fluent_filter_sync_20_regular": 59291, + "ic_fluent_fingerprint_20_filled": 59292, + "ic_fluent_fingerprint_20_regular": 59293, + "ic_fluent_fire_20_filled": 59294, + "ic_fluent_fire_20_regular": 59295, + "ic_fluent_fireplace_20_filled": 59296, + "ic_fluent_fireplace_20_regular": 59297, + "ic_fluent_fixed_width_20_filled": 59298, + "ic_fluent_fixed_width_20_regular": 59299, + "ic_fluent_flag_20_filled": 59300, + "ic_fluent_flag_20_regular": 59301, + "ic_fluent_flag_checkered_20_filled": 59302, + "ic_fluent_flag_checkered_20_regular": 59303, + "ic_fluent_flag_clock_20_filled": 59304, + "ic_fluent_flag_clock_20_regular": 59305, + "ic_fluent_flag_off_20_filled": 59306, + "ic_fluent_flag_off_20_regular": 59307, + "ic_fluent_flag_pride_20_filled": 59308, + "ic_fluent_flag_pride_intersex_inclusive_progress_20_filled": 59309, + "ic_fluent_flag_pride_philadelphia_20_filled": 59310, + "ic_fluent_flag_pride_progress_20_filled": 59311, + "ic_fluent_flash_20_filled": 59312, + "ic_fluent_flash_20_regular": 59313, + "ic_fluent_flash_add_20_filled": 59314, + "ic_fluent_flash_add_20_regular": 59315, + "ic_fluent_flash_auto_20_filled": 59316, + "ic_fluent_flash_auto_20_regular": 59317, + "ic_fluent_flash_checkmark_20_filled": 59318, + "ic_fluent_flash_checkmark_20_regular": 59319, + "ic_fluent_flash_flow_20_filled": 59320, + "ic_fluent_flash_flow_20_regular": 59321, + "ic_fluent_flash_off_20_filled": 59322, + "ic_fluent_flash_off_20_regular": 59323, + "ic_fluent_flash_play_20_filled": 59324, + "ic_fluent_flash_play_20_regular": 59325, + "ic_fluent_flash_settings_20_filled": 59326, + "ic_fluent_flash_settings_20_regular": 59327, + "ic_fluent_flash_sparkle_20_filled": 59328, + "ic_fluent_flash_sparkle_20_regular": 59329, + "ic_fluent_flashlight_20_filled": 59330, + "ic_fluent_flashlight_20_regular": 59331, + "ic_fluent_flashlight_off_20_filled": 59332, + "ic_fluent_flashlight_off_20_regular": 59333, + "ic_fluent_flip_horizontal_20_filled": 59334, + "ic_fluent_flip_horizontal_20_regular": 59335, + "ic_fluent_flip_vertical_20_filled": 59336, + "ic_fluent_flip_vertical_20_regular": 59337, + "ic_fluent_flow_20_filled": 59338, + "ic_fluent_flow_20_regular": 59339, + "ic_fluent_flowchart_20_filled": 59340, + "ic_fluent_flowchart_20_regular": 59341, + "ic_fluent_flowchart_circle_20_filled": 59342, + "ic_fluent_flowchart_circle_20_regular": 59343, + "ic_fluent_fluent_20_filled": 59344, + "ic_fluent_fluent_20_regular": 59345, + "ic_fluent_fluid_20_filled": 59346, + "ic_fluent_fluid_20_regular": 59347, + "ic_fluent_folder_20_filled": 59348, + "ic_fluent_folder_20_regular": 59349, + "ic_fluent_folder_add_20_filled": 59350, + "ic_fluent_folder_add_20_regular": 59351, + "ic_fluent_folder_arrow_left_20_filled": 59352, + "ic_fluent_folder_arrow_left_20_regular": 59353, + "ic_fluent_folder_arrow_right_20_filled": 59354, + "ic_fluent_folder_arrow_right_20_regular": 59355, + "ic_fluent_folder_arrow_up_20_filled": 59356, + "ic_fluent_folder_arrow_up_20_regular": 59357, + "ic_fluent_folder_briefcase_20_filled": 59358, + "ic_fluent_folder_briefcase_20_regular": 59359, + "ic_fluent_folder_globe_20_filled": 59360, + "ic_fluent_folder_globe_20_regular": 59361, + "ic_fluent_folder_lightning_20_filled": 59362, + "ic_fluent_folder_lightning_20_regular": 59363, + "ic_fluent_folder_link_20_filled": 59364, + "ic_fluent_folder_link_20_regular": 59365, + "ic_fluent_folder_list_20_filled": 59366, + "ic_fluent_folder_list_20_regular": 59367, + "ic_fluent_folder_mail_20_filled": 59368, + "ic_fluent_folder_mail_20_regular": 59369, + "ic_fluent_folder_open_20_filled": 59370, + "ic_fluent_folder_open_20_regular": 59371, + "ic_fluent_folder_open_vertical_20_filled": 59372, + "ic_fluent_folder_open_vertical_20_regular": 59373, + "ic_fluent_folder_people_20_filled": 59374, + "ic_fluent_folder_people_20_regular": 59375, + "ic_fluent_folder_person_20_filled": 59376, + "ic_fluent_folder_person_20_regular": 59377, + "ic_fluent_folder_prohibited_20_filled": 59378, + "ic_fluent_folder_prohibited_20_regular": 59379, + "ic_fluent_folder_search_20_filled": 59380, + "ic_fluent_folder_search_20_regular": 59381, + "ic_fluent_folder_swap_20_filled": 59382, + "ic_fluent_folder_swap_20_regular": 59383, + "ic_fluent_folder_sync_20_filled": 59384, + "ic_fluent_folder_sync_20_regular": 59385, + "ic_fluent_folder_zip_20_filled": 59386, + "ic_fluent_folder_zip_20_regular": 59387, + "ic_fluent_font_decrease_20_filled": 59388, + "ic_fluent_font_decrease_20_regular": 59389, + "ic_fluent_font_increase_20_filled": 59390, + "ic_fluent_font_increase_20_regular": 59391, + "ic_fluent_font_space_tracking_in_20_filled": 59392, + "ic_fluent_font_space_tracking_in_20_regular": 59393, + "ic_fluent_font_space_tracking_out_20_filled": 59394, + "ic_fluent_font_space_tracking_out_20_regular": 59395, + "ic_fluent_food_20_filled": 59396, + "ic_fluent_food_20_regular": 59397, + "ic_fluent_food_apple_20_filled": 59398, + "ic_fluent_food_apple_20_regular": 59399, + "ic_fluent_food_cake_20_filled": 59400, + "ic_fluent_food_cake_20_regular": 59401, + "ic_fluent_food_carrot_20_filled": 59402, + "ic_fluent_food_carrot_20_regular": 59403, + "ic_fluent_food_chicken_leg_20_filled": 59404, + "ic_fluent_food_chicken_leg_20_regular": 59405, + "ic_fluent_food_egg_20_filled": 59406, + "ic_fluent_food_egg_20_regular": 59407, + "ic_fluent_food_fish_20_filled": 59408, + "ic_fluent_food_fish_20_regular": 59409, + "ic_fluent_food_grains_20_filled": 59410, + "ic_fluent_food_grains_20_regular": 59411, + "ic_fluent_food_pizza_20_filled": 59412, + "ic_fluent_food_pizza_20_regular": 59413, + "ic_fluent_food_toast_20_filled": 59414, + "ic_fluent_food_toast_20_regular": 59415, + "ic_fluent_form_20_filled": 59416, + "ic_fluent_form_20_regular": 59417, + "ic_fluent_form_multiple_20_filled": 59418, + "ic_fluent_form_multiple_20_regular": 59419, + "ic_fluent_form_new_20_filled": 59420, + "ic_fluent_form_new_20_regular": 59421, + "ic_fluent_fps_120_20_filled": 59422, + "ic_fluent_fps_120_20_regular": 59423, + "ic_fluent_fps_240_20_filled": 59424, + "ic_fluent_fps_240_20_regular": 59425, + "ic_fluent_fps_30_20_filled": 59426, + "ic_fluent_fps_30_20_regular": 59427, + "ic_fluent_fps_60_20_filled": 59428, + "ic_fluent_fps_60_20_regular": 59429, + "ic_fluent_fps_960_20_filled": 59430, + "ic_fluent_fps_960_20_regular": 59431, + "ic_fluent_frame_20_filled": 59432, + "ic_fluent_frame_20_regular": 59433, + "ic_fluent_full_screen_maximize_20_filled": 59434, + "ic_fluent_full_screen_maximize_20_regular": 59435, + "ic_fluent_full_screen_minimize_20_filled": 59436, + "ic_fluent_full_screen_minimize_20_regular": 59437, + "ic_fluent_games_20_filled": 59438, + "ic_fluent_games_20_regular": 59439, + "ic_fluent_gantt_chart_20_filled": 59440, + "ic_fluent_gantt_chart_20_regular": 59441, + "ic_fluent_gas_20_filled": 59442, + "ic_fluent_gas_20_regular": 59443, + "ic_fluent_gas_pump_20_filled": 59444, + "ic_fluent_gas_pump_20_regular": 59445, + "ic_fluent_gather_20_filled": 59446, + "ic_fluent_gather_20_regular": 59447, + "ic_fluent_gauge_20_filled": 59448, + "ic_fluent_gauge_20_regular": 59449, + "ic_fluent_gauge_add_20_filled": 59450, + "ic_fluent_gauge_add_20_regular": 59451, + "ic_fluent_gavel_20_filled": 59452, + "ic_fluent_gavel_20_regular": 59453, + "ic_fluent_gavel_prohibited_20_filled": 59454, + "ic_fluent_gavel_prohibited_20_regular": 59455, + "ic_fluent_gesture_20_filled": 59456, + "ic_fluent_gesture_20_regular": 59457, + "ic_fluent_gif_20_filled": 59458, + "ic_fluent_gif_20_regular": 59459, + "ic_fluent_gift_20_filled": 59460, + "ic_fluent_gift_20_regular": 59461, + "ic_fluent_gift_card_20_filled": 59462, + "ic_fluent_gift_card_20_regular": 59463, + "ic_fluent_gift_card_add_20_filled": 59464, + "ic_fluent_gift_card_add_20_regular": 59465, + "ic_fluent_gift_card_arrow_right_20_filled": 59466, + "ic_fluent_gift_card_arrow_right_20_regular": 59467, + "ic_fluent_gift_card_money_20_filled": 59468, + "ic_fluent_gift_card_money_20_regular": 59469, + "ic_fluent_gift_card_multiple_20_filled": 59470, + "ic_fluent_gift_card_multiple_20_regular": 59471, + "ic_fluent_gift_open_20_filled": 59472, + "ic_fluent_gift_open_20_regular": 59473, + "ic_fluent_glance_20_filled": 59474, + "ic_fluent_glance_20_regular": 59475, + "ic_fluent_glance_horizontal_20_filled": 59476, + "ic_fluent_glance_horizontal_20_regular": 59477, + "ic_fluent_glance_horizontal_sparkles_20_filled": 59478, + "ic_fluent_glance_horizontal_sparkles_20_regular": 59479, + "ic_fluent_glasses_20_filled": 59480, + "ic_fluent_glasses_20_regular": 59481, + "ic_fluent_glasses_off_20_filled": 59482, + "ic_fluent_glasses_off_20_regular": 59483, + "ic_fluent_globe_20_filled": 59484, + "ic_fluent_globe_20_regular": 59485, + "ic_fluent_globe_add_20_filled": 59486, + "ic_fluent_globe_add_20_regular": 59487, + "ic_fluent_globe_arrow_forward_20_filled": 59488, + "ic_fluent_globe_arrow_forward_20_regular": 59489, + "ic_fluent_globe_arrow_up_20_filled": 59490, + "ic_fluent_globe_arrow_up_20_regular": 59491, + "ic_fluent_globe_clock_20_filled": 59492, + "ic_fluent_globe_clock_20_regular": 59493, + "ic_fluent_globe_desktop_20_filled": 59494, + "ic_fluent_globe_desktop_20_regular": 59495, + "ic_fluent_globe_error_20_filled": 59496, + "ic_fluent_globe_error_20_regular": 59497, + "ic_fluent_globe_location_20_filled": 59498, + "ic_fluent_globe_location_20_regular": 59499, + "ic_fluent_globe_person_20_filled": 59500, + "ic_fluent_globe_person_20_regular": 59501, + "ic_fluent_globe_prohibited_20_filled": 59502, + "ic_fluent_globe_prohibited_20_regular": 59503, + "ic_fluent_globe_search_20_filled": 59504, + "ic_fluent_globe_search_20_regular": 59505, + "ic_fluent_globe_shield_20_filled": 59506, + "ic_fluent_globe_shield_20_regular": 59507, + "ic_fluent_globe_star_20_filled": 59508, + "ic_fluent_globe_star_20_regular": 59509, + "ic_fluent_globe_surface_20_filled": 59510, + "ic_fluent_globe_surface_20_regular": 59511, + "ic_fluent_globe_sync_20_filled": 59512, + "ic_fluent_globe_sync_20_regular": 59513, + "ic_fluent_globe_video_20_filled": 59514, + "ic_fluent_globe_video_20_regular": 59515, + "ic_fluent_globe_warning_20_filled": 59516, + "ic_fluent_globe_warning_20_regular": 59517, + "ic_fluent_grid_20_filled": 59518, + "ic_fluent_grid_20_regular": 59519, + "ic_fluent_grid_dots_20_filled": 59520, + "ic_fluent_grid_dots_20_regular": 59521, + "ic_fluent_grid_kanban_20_filled": 59522, + "ic_fluent_grid_kanban_20_regular": 59523, + "ic_fluent_group_20_filled": 59524, + "ic_fluent_group_20_regular": 59525, + "ic_fluent_group_dismiss_20_filled": 59526, + "ic_fluent_group_dismiss_20_regular": 59527, + "ic_fluent_group_list_20_filled": 59528, + "ic_fluent_group_list_20_regular": 59529, + "ic_fluent_group_return_20_filled": 59530, + "ic_fluent_group_return_20_regular": 59531, + "ic_fluent_guardian_20_filled": 59532, + "ic_fluent_guardian_20_regular": 59533, + "ic_fluent_guest_20_filled": 59534, + "ic_fluent_guest_20_regular": 59535, + "ic_fluent_guest_add_20_filled": 59536, + "ic_fluent_guest_add_20_regular": 59537, + "ic_fluent_guitar_20_filled": 59538, + "ic_fluent_guitar_20_regular": 59539, + "ic_fluent_hand_draw_20_filled": 59540, + "ic_fluent_hand_draw_20_regular": 59541, + "ic_fluent_hand_left_20_filled": 59542, + "ic_fluent_hand_left_20_regular": 59543, + "ic_fluent_hand_left_chat_20_filled": 59544, + "ic_fluent_hand_left_chat_20_regular": 59545, + "ic_fluent_hand_open_heart_20_filled": 59546, + "ic_fluent_hand_open_heart_20_regular": 59547, + "ic_fluent_hand_right_20_filled": 59548, + "ic_fluent_hand_right_20_regular": 59549, + "ic_fluent_hand_right_off_20_filled": 59550, + "ic_fluent_hand_right_off_20_regular": 59551, + "ic_fluent_hand_wave_20_filled": 59552, + "ic_fluent_hand_wave_20_regular": 59553, + "ic_fluent_handshake_20_filled": 59554, + "ic_fluent_handshake_20_regular": 59555, + "ic_fluent_hard_drive_20_filled": 59556, + "ic_fluent_hard_drive_20_regular": 59557, + "ic_fluent_hat_graduation_20_filled": 59558, + "ic_fluent_hat_graduation_20_regular": 59559, + "ic_fluent_hat_graduation_add_20_filled": 59560, + "ic_fluent_hat_graduation_add_20_regular": 59561, + "ic_fluent_hat_graduation_sparkle_20_filled": 59562, + "ic_fluent_hat_graduation_sparkle_20_regular": 59563, + "ic_fluent_hd_20_filled": 59564, + "ic_fluent_hd_20_regular": 59565, + "ic_fluent_hdr_20_filled": 59566, + "ic_fluent_hdr_20_regular": 59567, + "ic_fluent_hdr_off_20_filled": 59568, + "ic_fluent_hdr_off_20_regular": 59569, + "ic_fluent_headphones_20_filled": 59570, + "ic_fluent_headphones_20_regular": 59571, + "ic_fluent_headphones_sound_wave_20_filled": 59572, + "ic_fluent_headphones_sound_wave_20_regular": 59573, + "ic_fluent_headset_20_filled": 59574, + "ic_fluent_headset_20_regular": 59575, + "ic_fluent_headset_add_20_filled": 59576, + "ic_fluent_headset_add_20_regular": 59577, + "ic_fluent_headset_vr_20_filled": 59578, + "ic_fluent_headset_vr_20_regular": 59579, + "ic_fluent_heart_20_filled": 59580, + "ic_fluent_heart_20_regular": 59581, + "ic_fluent_heart_broken_20_filled": 59582, + "ic_fluent_heart_broken_20_regular": 59583, + "ic_fluent_heart_circle_20_filled": 59584, + "ic_fluent_heart_circle_20_regular": 59585, + "ic_fluent_heart_circle_hint_20_filled": 59586, + "ic_fluent_heart_circle_hint_20_regular": 59587, + "ic_fluent_heart_off_20_filled": 59588, + "ic_fluent_heart_off_20_regular": 59589, + "ic_fluent_heart_pulse_20_filled": 59590, + "ic_fluent_heart_pulse_20_regular": 59591, + "ic_fluent_heart_pulse_checkmark_20_filled": 59592, + "ic_fluent_heart_pulse_checkmark_20_regular": 59593, + "ic_fluent_heart_pulse_error_20_filled": 59594, + "ic_fluent_heart_pulse_error_20_regular": 59595, + "ic_fluent_heart_pulse_warning_20_filled": 59596, + "ic_fluent_heart_pulse_warning_20_regular": 59597, + "ic_fluent_hexagon_20_filled": 59598, + "ic_fluent_hexagon_20_regular": 59599, + "ic_fluent_hexagon_three_20_filled": 59600, + "ic_fluent_hexagon_three_20_regular": 59601, + "ic_fluent_highlight_20_filled": 59602, + "ic_fluent_highlight_20_regular": 59603, + "ic_fluent_highlight_accent_20_filled": 59604, + "ic_fluent_highlight_link_20_filled": 59605, + "ic_fluent_highlight_link_20_regular": 59606, + "ic_fluent_history_20_filled": 59607, + "ic_fluent_history_20_regular": 59608, + "ic_fluent_history_dismiss_20_filled": 59609, + "ic_fluent_history_dismiss_20_regular": 59610, + "ic_fluent_home_20_filled": 59611, + "ic_fluent_home_20_regular": 59612, + "ic_fluent_home_add_20_filled": 59613, + "ic_fluent_home_add_20_regular": 59614, + "ic_fluent_home_checkmark_20_filled": 59615, + "ic_fluent_home_checkmark_20_regular": 59616, + "ic_fluent_home_database_20_filled": 59617, + "ic_fluent_home_database_20_regular": 59618, + "ic_fluent_home_heart_20_filled": 59619, + "ic_fluent_home_heart_20_regular": 59620, + "ic_fluent_home_more_20_filled": 59621, + "ic_fluent_home_more_20_regular": 59622, + "ic_fluent_home_person_20_filled": 59623, + "ic_fluent_home_person_20_regular": 59624, + "ic_fluent_home_split_20_filled": 59625, + "ic_fluent_home_split_20_regular": 59626, + "ic_fluent_hourglass_20_filled": 59627, + "ic_fluent_hourglass_20_regular": 59628, + "ic_fluent_hourglass_half_20_filled": 59629, + "ic_fluent_hourglass_half_20_regular": 59630, + "ic_fluent_hourglass_one_quarter_20_filled": 59631, + "ic_fluent_hourglass_one_quarter_20_regular": 59632, + "ic_fluent_hourglass_three_quarter_20_filled": 59633, + "ic_fluent_hourglass_three_quarter_20_regular": 59634, + "ic_fluent_icons_20_filled": 59635, + "ic_fluent_icons_20_regular": 59636, + "ic_fluent_image_20_filled": 59637, + "ic_fluent_image_20_regular": 59638, + "ic_fluent_image_add_20_filled": 59639, + "ic_fluent_image_add_20_regular": 59640, + "ic_fluent_image_alt_text_20_filled": 59641, + "ic_fluent_image_alt_text_20_regular": 59642, + "ic_fluent_image_arrow_back_20_filled": 59643, + "ic_fluent_image_arrow_back_20_regular": 59644, + "ic_fluent_image_arrow_counterclockwise_20_filled": 59645, + "ic_fluent_image_arrow_counterclockwise_20_regular": 59646, + "ic_fluent_image_arrow_forward_20_filled": 59647, + "ic_fluent_image_arrow_forward_20_regular": 59648, + "ic_fluent_image_border_20_filled": 59649, + "ic_fluent_image_border_20_regular": 59650, + "ic_fluent_image_circle_20_filled": 59651, + "ic_fluent_image_circle_20_regular": 59652, + "ic_fluent_image_copy_20_filled": 59653, + "ic_fluent_image_copy_20_regular": 59654, + "ic_fluent_image_edit_20_filled": 59655, + "ic_fluent_image_edit_20_regular": 59656, + "ic_fluent_image_globe_20_filled": 59657, + "ic_fluent_image_globe_20_regular": 59658, + "ic_fluent_image_multiple_20_filled": 59659, + "ic_fluent_image_multiple_20_regular": 59660, + "ic_fluent_image_multiple_off_20_filled": 59661, + "ic_fluent_image_multiple_off_20_regular": 59662, + "ic_fluent_image_off_20_filled": 59663, + "ic_fluent_image_off_20_regular": 59664, + "ic_fluent_image_prohibited_20_filled": 59665, + "ic_fluent_image_prohibited_20_regular": 59666, + "ic_fluent_image_reflection_20_filled": 59667, + "ic_fluent_image_reflection_20_regular": 59668, + "ic_fluent_image_search_20_filled": 59669, + "ic_fluent_image_search_20_regular": 59670, + "ic_fluent_image_shadow_20_filled": 59671, + "ic_fluent_image_shadow_20_regular": 59672, + "ic_fluent_image_sparkle_20_filled": 59673, + "ic_fluent_image_sparkle_20_regular": 59674, + "ic_fluent_image_stack_20_filled": 59675, + "ic_fluent_image_stack_20_regular": 59676, + "ic_fluent_image_table_20_filled": 59677, + "ic_fluent_image_table_20_regular": 59678, + "ic_fluent_immersive_reader_20_filled": 59679, + "ic_fluent_immersive_reader_20_regular": 59680, + "ic_fluent_important_20_filled": 59681, + "ic_fluent_important_20_regular": 59682, + "ic_fluent_incognito_20_filled": 59683, + "ic_fluent_incognito_20_regular": 59684, + "ic_fluent_info_20_filled": 59685, + "ic_fluent_info_20_regular": 59686, + "ic_fluent_info_shield_20_filled": 59687, + "ic_fluent_info_shield_20_regular": 59688, + "ic_fluent_ink_stroke_20_filled": 59689, + "ic_fluent_ink_stroke_20_regular": 59690, + "ic_fluent_ink_stroke_arrow_down_20_filled": 59691, + "ic_fluent_ink_stroke_arrow_down_20_regular": 59692, + "ic_fluent_ink_stroke_arrow_up_down_20_filled": 59693, + "ic_fluent_ink_stroke_arrow_up_down_20_regular": 59694, + "ic_fluent_inking_tool_20_filled": 59695, + "ic_fluent_inking_tool_20_regular": 59696, + "ic_fluent_inking_tool_accent_20_filled": 59697, + "ic_fluent_inprivate_account_20_filled": 59698, + "ic_fluent_inprivate_account_20_regular": 59699, + "ic_fluent_insert_20_filled": 59700, + "ic_fluent_insert_20_regular": 59701, + "ic_fluent_ios_chevron_right_20_filled": 59702, + "ic_fluent_ios_chevron_right_20_regular": 59703, + "ic_fluent_iot_20_filled": 59704, + "ic_fluent_iot_20_regular": 59705, + "ic_fluent_iot_alert_20_filled": 59706, + "ic_fluent_iot_alert_20_regular": 59707, + "ic_fluent_javascript_20_filled": 59708, + "ic_fluent_javascript_20_regular": 59709, + "ic_fluent_joystick_20_filled": 59710, + "ic_fluent_joystick_20_regular": 59711, + "ic_fluent_key_20_filled": 59712, + "ic_fluent_key_20_regular": 59713, + "ic_fluent_key_command_20_filled": 59714, + "ic_fluent_key_command_20_regular": 59715, + "ic_fluent_key_multiple_20_filled": 59716, + "ic_fluent_key_multiple_20_regular": 59717, + "ic_fluent_key_reset_20_filled": 59718, + "ic_fluent_key_reset_20_regular": 59719, + "ic_fluent_keyboard_123_20_filled": 59720, + "ic_fluent_keyboard_123_20_regular": 59721, + "ic_fluent_keyboard_20_filled": 59722, + "ic_fluent_keyboard_20_regular": 59723, + "ic_fluent_keyboard_dock_20_filled": 59724, + "ic_fluent_keyboard_dock_20_regular": 59725, + "ic_fluent_keyboard_layout_float_20_filled": 59726, + "ic_fluent_keyboard_layout_float_20_regular": 59727, + "ic_fluent_keyboard_layout_one_handed_left_20_filled": 59728, + "ic_fluent_keyboard_layout_one_handed_left_20_regular": 59729, + "ic_fluent_keyboard_layout_resize_20_filled": 59730, + "ic_fluent_keyboard_layout_resize_20_regular": 59731, + "ic_fluent_keyboard_layout_split_20_filled": 59732, + "ic_fluent_keyboard_layout_split_20_regular": 59733, + "ic_fluent_keyboard_shift_20_filled": 59734, + "ic_fluent_keyboard_shift_20_regular": 59735, + "ic_fluent_keyboard_shift_uppercase_20_filled": 59736, + "ic_fluent_keyboard_shift_uppercase_20_regular": 59737, + "ic_fluent_keyboard_tab_20_filled": 59738, + "ic_fluent_keyboard_tab_20_regular": 59739, + "ic_fluent_laptop_20_filled": 59740, + "ic_fluent_laptop_20_regular": 59741, + "ic_fluent_laptop_briefcase_20_filled": 59742, + "ic_fluent_laptop_briefcase_20_regular": 59743, + "ic_fluent_laptop_dismiss_20_filled": 59744, + "ic_fluent_laptop_dismiss_20_regular": 59745, + "ic_fluent_laptop_settings_20_filled": 59746, + "ic_fluent_laptop_settings_20_regular": 59747, + "ic_fluent_laptop_shield_20_filled": 59748, + "ic_fluent_laptop_shield_20_regular": 59749, + "ic_fluent_laser_tool_20_filled": 59750, + "ic_fluent_laser_tool_20_regular": 59751, + "ic_fluent_lasso_20_filled": 59752, + "ic_fluent_lasso_20_regular": 59753, + "ic_fluent_launcher_settings_20_filled": 59754, + "ic_fluent_launcher_settings_20_regular": 59755, + "ic_fluent_layer_20_filled": 59756, + "ic_fluent_layer_20_regular": 59757, + "ic_fluent_layer_diagonal_20_filled": 59758, + "ic_fluent_layer_diagonal_20_regular": 59759, + "ic_fluent_layer_diagonal_add_20_filled": 59760, + "ic_fluent_layer_diagonal_add_20_regular": 59761, + "ic_fluent_layer_diagonal_person_20_filled": 59762, + "ic_fluent_layer_diagonal_person_20_regular": 59763, + "ic_fluent_layer_diagonal_sparkle_20_filled": 59764, + "ic_fluent_layer_diagonal_sparkle_20_regular": 59765, + "ic_fluent_layout_cell_four_20_filled": 59766, + "ic_fluent_layout_cell_four_20_regular": 59767, + "ic_fluent_layout_cell_four_focus_bottom_left_20_filled": 59768, + "ic_fluent_layout_cell_four_focus_bottom_right_20_filled": 59769, + "ic_fluent_layout_cell_four_focus_top_left_20_filled": 59770, + "ic_fluent_layout_cell_four_focus_top_right_20_filled": 59771, + "ic_fluent_layout_column_four_20_filled": 59772, + "ic_fluent_layout_column_four_20_regular": 59773, + "ic_fluent_layout_column_four_focus_center_left_20_filled": 59774, + "ic_fluent_layout_column_four_focus_center_right_20_filled": 59775, + "ic_fluent_layout_column_four_focus_left_20_filled": 59776, + "ic_fluent_layout_column_four_focus_right_20_filled": 59777, + "ic_fluent_layout_column_one_third_left_20_filled": 59778, + "ic_fluent_layout_column_one_third_left_20_regular": 59779, + "ic_fluent_layout_column_one_third_right_20_filled": 59780, + "ic_fluent_layout_column_one_third_right_20_regular": 59781, + "ic_fluent_layout_column_one_third_right_hint_20_filled": 59782, + "ic_fluent_layout_column_one_third_right_hint_20_regular": 59783, + "ic_fluent_layout_column_three_20_filled": 59784, + "ic_fluent_layout_column_three_20_regular": 59785, + "ic_fluent_layout_column_three_focus_center_20_filled": 59786, + "ic_fluent_layout_column_three_focus_left_20_filled": 59787, + "ic_fluent_layout_column_three_focus_right_20_filled": 59788, + "ic_fluent_layout_column_two_20_filled": 59789, + "ic_fluent_layout_column_two_20_regular": 59790, + "ic_fluent_layout_column_two_focus_left_20_filled": 59791, + "ic_fluent_layout_column_two_focus_right_20_filled": 59792, + "ic_fluent_layout_column_two_split_left_20_filled": 59793, + "ic_fluent_layout_column_two_split_left_20_regular": 59794, + "ic_fluent_layout_column_two_split_left_focus_bottom_left_20_filled": 59795, + "ic_fluent_layout_column_two_split_left_focus_right_20_filled": 59796, + "ic_fluent_layout_column_two_split_left_focus_top_left_20_filled": 59797, + "ic_fluent_layout_column_two_split_right_20_filled": 59798, + "ic_fluent_layout_column_two_split_right_20_regular": 59799, + "ic_fluent_layout_column_two_split_right_focus_bottom_right_20_filled": 59800, + "ic_fluent_layout_column_two_split_right_focus_left_20_filled": 59801, + "ic_fluent_layout_column_two_split_right_focus_top_right_20_filled": 59802, + "ic_fluent_layout_row_four_20_filled": 59803, + "ic_fluent_layout_row_four_20_regular": 59804, + "ic_fluent_layout_row_four_focus_bottom_20_filled": 59805, + "ic_fluent_layout_row_four_focus_center_bottom_20_filled": 59806, + "ic_fluent_layout_row_four_focus_center_top_20_filled": 59807, + "ic_fluent_layout_row_four_focus_top_20_filled": 59808, + "ic_fluent_layout_row_three_20_filled": 59809, + "ic_fluent_layout_row_three_20_regular": 59810, + "ic_fluent_layout_row_three_focus_bottom_20_filled": 59811, + "ic_fluent_layout_row_three_focus_center_20_filled": 59812, + "ic_fluent_layout_row_three_focus_top_20_filled": 59813, + "ic_fluent_layout_row_two_20_filled": 59814, + "ic_fluent_layout_row_two_20_regular": 59815, + "ic_fluent_layout_row_two_focus_bottom_20_filled": 59816, + "ic_fluent_layout_row_two_focus_top_20_filled": 59817, + "ic_fluent_layout_row_two_split_bottom_20_filled": 59818, + "ic_fluent_layout_row_two_split_bottom_20_regular": 59819, + "ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled": 59820, + "ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled": 59821, + "ic_fluent_layout_row_two_split_bottom_focus_top_20_filled": 59822, + "ic_fluent_layout_row_two_split_top_20_filled": 59823, + "ic_fluent_layout_row_two_split_top_20_regular": 59824, + "ic_fluent_layout_row_two_split_top_focus_bottom_20_filled": 59825, + "ic_fluent_layout_row_two_split_top_focus_top_left_20_filled": 59826, + "ic_fluent_layout_row_two_split_top_focus_top_right_20_filled": 59827, + "ic_fluent_leaf_one_20_filled": 59828, + "ic_fluent_leaf_one_20_regular": 59829, + "ic_fluent_leaf_three_20_filled": 59830, + "ic_fluent_leaf_three_20_regular": 59831, + "ic_fluent_leaf_two_20_filled": 59832, + "ic_fluent_leaf_two_20_regular": 59833, + "ic_fluent_learning_app_20_filled": 59834, + "ic_fluent_learning_app_20_regular": 59835, + "ic_fluent_library_20_filled": 59836, + "ic_fluent_library_20_regular": 59837, + "ic_fluent_lightbulb_20_filled": 59838, + "ic_fluent_lightbulb_20_regular": 59839, + "ic_fluent_lightbulb_checkmark_20_filled": 59840, + "ic_fluent_lightbulb_checkmark_20_regular": 59841, + "ic_fluent_lightbulb_circle_20_filled": 59842, + "ic_fluent_lightbulb_circle_20_regular": 59843, + "ic_fluent_lightbulb_filament_20_filled": 59844, + "ic_fluent_lightbulb_filament_20_regular": 59845, + "ic_fluent_lightbulb_person_20_filled": 59846, + "ic_fluent_lightbulb_person_20_regular": 59847, + "ic_fluent_likert_20_filled": 59848, + "ic_fluent_likert_20_regular": 59849, + "ic_fluent_line_20_filled": 59850, + "ic_fluent_line_20_regular": 59851, + "ic_fluent_line_dashes_20_filled": 59852, + "ic_fluent_line_dashes_20_regular": 59853, + "ic_fluent_line_horizontal_1_20_filled": 59854, + "ic_fluent_line_horizontal_1_20_regular": 59855, + "ic_fluent_line_horizontal_1_dashes_20_filled": 59856, + "ic_fluent_line_horizontal_1_dashes_20_regular": 59857, + "ic_fluent_line_horizontal_2_dashes_solid_20_filled": 59858, + "ic_fluent_line_horizontal_2_dashes_solid_20_regular": 59859, + "ic_fluent_line_horizontal_3_20_filled": 59860, + "ic_fluent_line_horizontal_3_20_regular": 59861, + "ic_fluent_line_horizontal_4_20_filled": 59862, + "ic_fluent_line_horizontal_4_20_regular": 59863, + "ic_fluent_line_horizontal_4_search_20_filled": 59864, + "ic_fluent_line_horizontal_4_search_20_regular": 59865, + "ic_fluent_line_horizontal_5_20_filled": 59866, + "ic_fluent_line_horizontal_5_20_regular": 59867, + "ic_fluent_line_horizontal_5_error_20_filled": 59868, + "ic_fluent_line_horizontal_5_error_20_regular": 59869, + "ic_fluent_line_style_20_filled": 59870, + "ic_fluent_line_style_20_regular": 59871, + "ic_fluent_line_thickness_20_filled": 59872, + "ic_fluent_line_thickness_20_regular": 59873, + "ic_fluent_link_20_filled": 59874, + "ic_fluent_link_20_regular": 59875, + "ic_fluent_link_add_20_filled": 59876, + "ic_fluent_link_add_20_regular": 59877, + "ic_fluent_link_dismiss_20_filled": 59878, + "ic_fluent_link_dismiss_20_regular": 59879, + "ic_fluent_link_edit_20_filled": 59880, + "ic_fluent_link_edit_20_regular": 59881, + "ic_fluent_link_multiple_20_filled": 59882, + "ic_fluent_link_multiple_20_regular": 59883, + "ic_fluent_link_person_20_filled": 59884, + "ic_fluent_link_person_20_regular": 59885, + "ic_fluent_link_square_20_filled": 59886, + "ic_fluent_link_square_20_regular": 59887, + "ic_fluent_link_toolbox_20_filled": 59888, + "ic_fluent_link_toolbox_20_regular": 59889, + "ic_fluent_list_20_filled": 59890, + "ic_fluent_list_20_regular": 59891, + "ic_fluent_list_bar_20_filled": 59892, + "ic_fluent_list_bar_20_regular": 59893, + "ic_fluent_list_bar_tree_20_filled": 59894, + "ic_fluent_list_bar_tree_20_regular": 59895, + "ic_fluent_list_bar_tree_offset_20_filled": 59896, + "ic_fluent_list_bar_tree_offset_20_regular": 59897, + "ic_fluent_list_rtl_20_filled": 59898, + "ic_fluent_list_rtl_20_regular": 59899, + "ic_fluent_live_20_filled": 59900, + "ic_fluent_live_20_regular": 59901, + "ic_fluent_live_off_20_filled": 59902, + "ic_fluent_live_off_20_regular": 59903, + "ic_fluent_local_language_20_filled": 59904, + "ic_fluent_local_language_20_regular": 59905, + "ic_fluent_location_20_filled": 59906, + "ic_fluent_location_20_regular": 59907, + "ic_fluent_location_add_20_filled": 59908, + "ic_fluent_location_add_20_regular": 59909, + "ic_fluent_location_add_left_20_filled": 59910, + "ic_fluent_location_add_left_20_regular": 59911, + "ic_fluent_location_add_right_20_filled": 59912, + "ic_fluent_location_add_right_20_regular": 59913, + "ic_fluent_location_add_up_20_filled": 59914, + "ic_fluent_location_add_up_20_regular": 59915, + "ic_fluent_location_arrow_20_filled": 59916, + "ic_fluent_location_arrow_20_regular": 59917, + "ic_fluent_location_arrow_left_20_filled": 59918, + "ic_fluent_location_arrow_left_20_regular": 59919, + "ic_fluent_location_arrow_right_20_filled": 59920, + "ic_fluent_location_arrow_right_20_regular": 59921, + "ic_fluent_location_arrow_up_20_filled": 59922, + "ic_fluent_location_arrow_up_20_regular": 59923, + "ic_fluent_location_dismiss_20_filled": 59924, + "ic_fluent_location_dismiss_20_regular": 59925, + "ic_fluent_location_live_20_filled": 59926, + "ic_fluent_location_live_20_regular": 59927, + "ic_fluent_location_off_20_filled": 59928, + "ic_fluent_location_off_20_regular": 59929, + "ic_fluent_location_target_square_20_filled": 59930, + "ic_fluent_location_target_square_20_regular": 59931, + "ic_fluent_lock_closed_20_filled": 59932, + "ic_fluent_lock_closed_20_regular": 59933, + "ic_fluent_lock_closed_key_20_filled": 59934, + "ic_fluent_lock_closed_key_20_regular": 59935, + "ic_fluent_lock_multiple_20_filled": 59936, + "ic_fluent_lock_multiple_20_regular": 59937, + "ic_fluent_lock_open_20_filled": 59938, + "ic_fluent_lock_open_20_regular": 59939, + "ic_fluent_lock_shield_20_filled": 59940, + "ic_fluent_lock_shield_20_regular": 59941, + "ic_fluent_lottery_20_filled": 59942, + "ic_fluent_lottery_20_regular": 59943, + "ic_fluent_luggage_20_filled": 59944, + "ic_fluent_luggage_20_regular": 59945, + "ic_fluent_mail_20_filled": 59946, + "ic_fluent_mail_20_regular": 59947, + "ic_fluent_mail_add_20_filled": 59948, + "ic_fluent_mail_add_20_regular": 59949, + "ic_fluent_mail_alert_20_filled": 59950, + "ic_fluent_mail_alert_20_regular": 59951, + "ic_fluent_mail_all_read_20_filled": 59952, + "ic_fluent_mail_all_read_20_regular": 59953, + "ic_fluent_mail_all_unread_20_filled": 59954, + "ic_fluent_mail_all_unread_20_regular": 59955, + "ic_fluent_mail_arrow_double_back_20_filled": 59956, + "ic_fluent_mail_arrow_double_back_20_regular": 59957, + "ic_fluent_mail_arrow_down_20_filled": 59958, + "ic_fluent_mail_arrow_down_20_regular": 59959, + "ic_fluent_mail_arrow_forward_20_filled": 59960, + "ic_fluent_mail_arrow_forward_20_regular": 59961, + "ic_fluent_mail_arrow_up_20_filled": 59962, + "ic_fluent_mail_arrow_up_20_regular": 59963, + "ic_fluent_mail_attach_20_filled": 59964, + "ic_fluent_mail_attach_20_regular": 59965, + "ic_fluent_mail_checkmark_20_filled": 59966, + "ic_fluent_mail_checkmark_20_regular": 59967, + "ic_fluent_mail_clock_20_filled": 59968, + "ic_fluent_mail_clock_20_regular": 59969, + "ic_fluent_mail_copy_20_filled": 59970, + "ic_fluent_mail_copy_20_regular": 59971, + "ic_fluent_mail_dismiss_20_filled": 59972, + "ic_fluent_mail_dismiss_20_regular": 59973, + "ic_fluent_mail_edit_20_filled": 59974, + "ic_fluent_mail_edit_20_regular": 59975, + "ic_fluent_mail_error_20_filled": 59976, + "ic_fluent_mail_error_20_regular": 59977, + "ic_fluent_mail_inbox_20_filled": 59978, + "ic_fluent_mail_inbox_20_regular": 59979, + "ic_fluent_mail_inbox_add_20_filled": 59980, + "ic_fluent_mail_inbox_add_20_regular": 59981, + "ic_fluent_mail_inbox_all_20_filled": 59982, + "ic_fluent_mail_inbox_all_20_regular": 59983, + "ic_fluent_mail_inbox_arrow_down_20_filled": 59984, + "ic_fluent_mail_inbox_arrow_down_20_regular": 59985, + "ic_fluent_mail_inbox_arrow_right_20_filled": 59986, + "ic_fluent_mail_inbox_arrow_right_20_regular": 59987, + "ic_fluent_mail_inbox_arrow_up_20_filled": 59988, + "ic_fluent_mail_inbox_arrow_up_20_regular": 59989, + "ic_fluent_mail_inbox_checkmark_20_filled": 59990, + "ic_fluent_mail_inbox_checkmark_20_regular": 59991, + "ic_fluent_mail_inbox_dismiss_20_filled": 59992, + "ic_fluent_mail_inbox_dismiss_20_regular": 59993, + "ic_fluent_mail_link_20_filled": 59994, + "ic_fluent_mail_link_20_regular": 59995, + "ic_fluent_mail_list_20_filled": 59996, + "ic_fluent_mail_list_20_regular": 59997, + "ic_fluent_mail_multiple_20_filled": 59998, + "ic_fluent_mail_multiple_20_regular": 59999, + "ic_fluent_mail_off_20_filled": 60000, + "ic_fluent_mail_off_20_regular": 60001, + "ic_fluent_mail_open_person_20_filled": 60002, + "ic_fluent_mail_open_person_20_regular": 60003, + "ic_fluent_mail_pause_20_filled": 60004, + "ic_fluent_mail_pause_20_regular": 60005, + "ic_fluent_mail_prohibited_20_filled": 60006, + "ic_fluent_mail_prohibited_20_regular": 60007, + "ic_fluent_mail_read_20_filled": 60008, + "ic_fluent_mail_read_20_regular": 60009, + "ic_fluent_mail_read_multiple_20_filled": 60010, + "ic_fluent_mail_read_multiple_20_regular": 60011, + "ic_fluent_mail_rewind_20_filled": 60012, + "ic_fluent_mail_rewind_20_regular": 60013, + "ic_fluent_mail_settings_20_filled": 60014, + "ic_fluent_mail_settings_20_regular": 60015, + "ic_fluent_mail_shield_20_filled": 60016, + "ic_fluent_mail_shield_20_regular": 60017, + "ic_fluent_mail_template_20_filled": 60018, + "ic_fluent_mail_template_20_regular": 60019, + "ic_fluent_mail_unread_20_filled": 60020, + "ic_fluent_mail_unread_20_regular": 60021, + "ic_fluent_mail_warning_20_filled": 60022, + "ic_fluent_mail_warning_20_regular": 60023, + "ic_fluent_mailbox_20_filled": 60024, + "ic_fluent_mailbox_20_regular": 60025, + "ic_fluent_map_20_filled": 60026, + "ic_fluent_map_20_regular": 60027, + "ic_fluent_map_drive_20_filled": 60028, + "ic_fluent_map_drive_20_regular": 60029, + "ic_fluent_markdown_20_filled": 60030, + "ic_fluent_markdown_20_regular": 60031, + "ic_fluent_match_app_layout_20_filled": 60032, + "ic_fluent_match_app_layout_20_regular": 60033, + "ic_fluent_math_format_linear_20_filled": 60034, + "ic_fluent_math_format_linear_20_regular": 60035, + "ic_fluent_math_format_professional_20_filled": 60036, + "ic_fluent_math_format_professional_20_regular": 60037, + "ic_fluent_math_formula_20_filled": 60038, + "ic_fluent_math_formula_20_regular": 60039, + "ic_fluent_math_symbols_20_filled": 60040, + "ic_fluent_math_symbols_20_regular": 60041, + "ic_fluent_maximize_20_filled": 60042, + "ic_fluent_maximize_20_regular": 60043, + "ic_fluent_meet_now_20_filled": 60044, + "ic_fluent_meet_now_20_regular": 60045, + "ic_fluent_megaphone_20_filled": 60046, + "ic_fluent_megaphone_20_regular": 60047, + "ic_fluent_megaphone_circle_20_filled": 60048, + "ic_fluent_megaphone_circle_20_regular": 60049, + "ic_fluent_megaphone_loud_20_filled": 60050, + "ic_fluent_megaphone_loud_20_regular": 60051, + "ic_fluent_megaphone_off_20_filled": 60052, + "ic_fluent_megaphone_off_20_regular": 60053, + "ic_fluent_mention_20_filled": 60054, + "ic_fluent_mention_20_regular": 60055, + "ic_fluent_mention_arrow_down_20_filled": 60056, + "ic_fluent_mention_arrow_down_20_regular": 60057, + "ic_fluent_mention_brackets_20_filled": 60058, + "ic_fluent_mention_brackets_20_regular": 60059, + "ic_fluent_merge_20_filled": 60060, + "ic_fluent_merge_20_regular": 60061, + "ic_fluent_mic_20_filled": 60062, + "ic_fluent_mic_20_regular": 60063, + "ic_fluent_mic_off_20_filled": 60064, + "ic_fluent_mic_off_20_regular": 60065, + "ic_fluent_mic_prohibited_20_filled": 60066, + "ic_fluent_mic_prohibited_20_regular": 60067, + "ic_fluent_mic_pulse_20_filled": 60068, + "ic_fluent_mic_pulse_20_regular": 60069, + "ic_fluent_mic_pulse_off_20_filled": 60070, + "ic_fluent_mic_pulse_off_20_regular": 60071, + "ic_fluent_mic_record_20_filled": 60072, + "ic_fluent_mic_record_20_regular": 60073, + "ic_fluent_mic_settings_20_filled": 60074, + "ic_fluent_mic_settings_20_regular": 60075, + "ic_fluent_mic_sparkle_20_filled": 60076, + "ic_fluent_mic_sparkle_20_regular": 60077, + "ic_fluent_mic_sync_20_filled": 60078, + "ic_fluent_mic_sync_20_regular": 60079, + "ic_fluent_microscope_20_filled": 60080, + "ic_fluent_microscope_20_regular": 60081, + "ic_fluent_midi_20_filled": 60082, + "ic_fluent_midi_20_regular": 60083, + "ic_fluent_mobile_optimized_20_filled": 60084, + "ic_fluent_mobile_optimized_20_regular": 60085, + "ic_fluent_mold_20_filled": 60086, + "ic_fluent_mold_20_regular": 60087, + "ic_fluent_molecule_20_filled": 60088, + "ic_fluent_molecule_20_regular": 60089, + "ic_fluent_money_20_filled": 60090, + "ic_fluent_money_20_regular": 60091, + "ic_fluent_money_calculator_20_filled": 60092, + "ic_fluent_money_calculator_20_regular": 60093, + "ic_fluent_money_dismiss_20_filled": 60094, + "ic_fluent_money_dismiss_20_regular": 60095, + "ic_fluent_money_hand_20_filled": 60096, + "ic_fluent_money_hand_20_regular": 60097, + "ic_fluent_money_off_20_filled": 60098, + "ic_fluent_money_off_20_regular": 60099, + "ic_fluent_money_settings_20_filled": 60100, + "ic_fluent_money_settings_20_regular": 60101, + "ic_fluent_more_circle_20_filled": 60102, + "ic_fluent_more_circle_20_regular": 60103, + "ic_fluent_more_horizontal_20_filled": 60104, + "ic_fluent_more_horizontal_20_regular": 60105, + "ic_fluent_more_vertical_20_filled": 60106, + "ic_fluent_more_vertical_20_regular": 60107, + "ic_fluent_mountain_location_bottom_20_filled": 60108, + "ic_fluent_mountain_location_bottom_20_regular": 60109, + "ic_fluent_mountain_location_top_20_filled": 60110, + "ic_fluent_mountain_location_top_20_regular": 60111, + "ic_fluent_mountain_trail_20_filled": 60112, + "ic_fluent_mountain_trail_20_regular": 60113, + "ic_fluent_movies_and_tv_20_filled": 60114, + "ic_fluent_movies_and_tv_20_regular": 60115, + "ic_fluent_multiplier_1_2x_20_filled": 60116, + "ic_fluent_multiplier_1_2x_20_regular": 60117, + "ic_fluent_multiplier_1_5x_20_filled": 60118, + "ic_fluent_multiplier_1_5x_20_regular": 60119, + "ic_fluent_multiplier_1_8x_20_filled": 60120, + "ic_fluent_multiplier_1_8x_20_regular": 60121, + "ic_fluent_multiplier_1x_20_filled": 60122, + "ic_fluent_multiplier_1x_20_regular": 60123, + "ic_fluent_multiplier_2x_20_filled": 60124, + "ic_fluent_multiplier_2x_20_regular": 60125, + "ic_fluent_multiplier_5x_20_filled": 60126, + "ic_fluent_multiplier_5x_20_regular": 60127, + "ic_fluent_multiselect_ltr_20_filled": 60128, + "ic_fluent_multiselect_ltr_20_regular": 60129, + "ic_fluent_multiselect_rtl_20_filled": 60130, + "ic_fluent_multiselect_rtl_20_regular": 60131, + "ic_fluent_music_note_1_20_filled": 60132, + "ic_fluent_music_note_1_20_regular": 60133, + "ic_fluent_music_note_2_20_filled": 60134, + "ic_fluent_music_note_2_20_regular": 60135, + "ic_fluent_music_note_2_play_20_filled": 60136, + "ic_fluent_music_note_2_play_20_regular": 60137, + "ic_fluent_music_note_off_1_20_filled": 60138, + "ic_fluent_music_note_off_1_20_regular": 60139, + "ic_fluent_music_note_off_2_20_filled": 60140, + "ic_fluent_music_note_off_2_20_regular": 60141, + "ic_fluent_my_location_20_filled": 60142, + "ic_fluent_my_location_20_regular": 60143, + "ic_fluent_navigation_20_filled": 60144, + "ic_fluent_navigation_20_regular": 60145, + "ic_fluent_navigation_location_target_20_filled": 60146, + "ic_fluent_navigation_location_target_20_regular": 60147, + "ic_fluent_navigation_play_20_filled": 60148, + "ic_fluent_navigation_play_20_regular": 60149, + "ic_fluent_navigation_unread_20_filled": 60150, + "ic_fluent_navigation_unread_20_regular": 60151, + "ic_fluent_network_check_20_filled": 60152, + "ic_fluent_network_check_20_regular": 60153, + "ic_fluent_new_20_filled": 60154, + "ic_fluent_new_20_regular": 60155, + "ic_fluent_news_20_filled": 60156, + "ic_fluent_news_20_regular": 60157, + "ic_fluent_next_20_filled": 60158, + "ic_fluent_next_20_regular": 60159, + "ic_fluent_next_frame_20_filled": 60160, + "ic_fluent_next_frame_20_regular": 60161, + "ic_fluent_note_20_filled": 60162, + "ic_fluent_note_20_regular": 60163, + "ic_fluent_note_add_20_filled": 60164, + "ic_fluent_note_add_20_regular": 60165, + "ic_fluent_note_edit_20_filled": 60166, + "ic_fluent_note_edit_20_regular": 60167, + "ic_fluent_note_pin_20_filled": 60168, + "ic_fluent_note_pin_20_regular": 60169, + "ic_fluent_notebook_20_filled": 60170, + "ic_fluent_notebook_20_regular": 60171, + "ic_fluent_notebook_add_20_filled": 60172, + "ic_fluent_notebook_add_20_regular": 60173, + "ic_fluent_notebook_arrow_curve_down_20_filled": 60174, + "ic_fluent_notebook_arrow_curve_down_20_regular": 60175, + "ic_fluent_notebook_error_20_filled": 60176, + "ic_fluent_notebook_error_20_regular": 60177, + "ic_fluent_notebook_eye_20_filled": 60178, + "ic_fluent_notebook_eye_20_regular": 60179, + "ic_fluent_notebook_lightning_20_filled": 60180, + "ic_fluent_notebook_lightning_20_regular": 60181, + "ic_fluent_notebook_question_mark_20_filled": 60182, + "ic_fluent_notebook_question_mark_20_regular": 60183, + "ic_fluent_notebook_section_20_filled": 60184, + "ic_fluent_notebook_section_20_regular": 60185, + "ic_fluent_notebook_section_arrow_right_20_filled": 60186, + "ic_fluent_notebook_section_arrow_right_20_regular": 60187, + "ic_fluent_notebook_subsection_20_filled": 60188, + "ic_fluent_notebook_subsection_20_regular": 60189, + "ic_fluent_notebook_sync_20_filled": 60190, + "ic_fluent_notebook_sync_20_regular": 60191, + "ic_fluent_notepad_20_filled": 60192, + "ic_fluent_notepad_20_regular": 60193, + "ic_fluent_notepad_edit_20_filled": 60194, + "ic_fluent_notepad_edit_20_regular": 60195, + "ic_fluent_notepad_person_20_filled": 60196, + "ic_fluent_notepad_person_20_regular": 60197, + "ic_fluent_number_circle_0_20_filled": 60198, + "ic_fluent_number_circle_0_20_regular": 60199, + "ic_fluent_number_circle_1_20_filled": 60200, + "ic_fluent_number_circle_1_20_regular": 60201, + "ic_fluent_number_circle_2_20_filled": 60202, + "ic_fluent_number_circle_2_20_regular": 60203, + "ic_fluent_number_circle_3_20_filled": 60204, + "ic_fluent_number_circle_3_20_regular": 60205, + "ic_fluent_number_circle_4_20_filled": 60206, + "ic_fluent_number_circle_4_20_regular": 60207, + "ic_fluent_number_circle_5_20_filled": 60208, + "ic_fluent_number_circle_5_20_regular": 60209, + "ic_fluent_number_circle_6_20_filled": 60210, + "ic_fluent_number_circle_6_20_regular": 60211, + "ic_fluent_number_circle_7_20_filled": 60212, + "ic_fluent_number_circle_7_20_regular": 60213, + "ic_fluent_number_circle_8_20_filled": 60214, + "ic_fluent_number_circle_8_20_regular": 60215, + "ic_fluent_number_circle_9_20_filled": 60216, + "ic_fluent_number_circle_9_20_regular": 60217, + "ic_fluent_number_row_20_filled": 60218, + "ic_fluent_number_row_20_regular": 60219, + "ic_fluent_number_symbol_20_filled": 60220, + "ic_fluent_number_symbol_20_regular": 60221, + "ic_fluent_number_symbol_dismiss_20_filled": 60222, + "ic_fluent_number_symbol_dismiss_20_regular": 60223, + "ic_fluent_number_symbol_square_20_filled": 60224, + "ic_fluent_number_symbol_square_20_regular": 60225, + "ic_fluent_open_20_filled": 60226, + "ic_fluent_open_20_regular": 60227, + "ic_fluent_open_folder_20_filled": 60228, + "ic_fluent_open_folder_20_regular": 60229, + "ic_fluent_open_off_20_filled": 60230, + "ic_fluent_open_off_20_regular": 60231, + "ic_fluent_options_20_filled": 60232, + "ic_fluent_options_20_regular": 60233, + "ic_fluent_organization_20_filled": 60234, + "ic_fluent_organization_20_regular": 60235, + "ic_fluent_organization_horizontal_20_filled": 60236, + "ic_fluent_organization_horizontal_20_regular": 60237, + "ic_fluent_orientation_20_filled": 60238, + "ic_fluent_orientation_20_regular": 60239, + "ic_fluent_oval_20_filled": 60240, + "ic_fluent_oval_20_regular": 60241, + "ic_fluent_oven_20_filled": 60242, + "ic_fluent_oven_20_regular": 60243, + "ic_fluent_padding_down_20_filled": 60244, + "ic_fluent_padding_down_20_regular": 60245, + "ic_fluent_padding_left_20_filled": 60246, + "ic_fluent_padding_left_20_regular": 60247, + "ic_fluent_padding_right_20_filled": 60248, + "ic_fluent_padding_right_20_regular": 60249, + "ic_fluent_padding_top_20_filled": 60250, + "ic_fluent_padding_top_20_regular": 60251, + "ic_fluent_page_fit_20_filled": 60252, + "ic_fluent_page_fit_20_regular": 60253, + "ic_fluent_paint_brush_20_filled": 60254, + "ic_fluent_paint_brush_20_regular": 60255, + "ic_fluent_paint_brush_arrow_down_20_filled": 60256, + "ic_fluent_paint_brush_arrow_down_20_regular": 60257, + "ic_fluent_paint_brush_arrow_up_20_filled": 60258, + "ic_fluent_paint_brush_arrow_up_20_regular": 60259, + "ic_fluent_paint_bucket_20_filled": 60260, + "ic_fluent_paint_bucket_20_regular": 60261, + "ic_fluent_pair_20_filled": 60262, + "ic_fluent_pair_20_regular": 60263, + "ic_fluent_panel_bottom_20_filled": 60264, + "ic_fluent_panel_bottom_20_regular": 60265, + "ic_fluent_panel_bottom_contract_20_filled": 60266, + "ic_fluent_panel_bottom_contract_20_regular": 60267, + "ic_fluent_panel_bottom_expand_20_filled": 60268, + "ic_fluent_panel_bottom_expand_20_regular": 60269, + "ic_fluent_panel_left_20_filled": 60270, + "ic_fluent_panel_left_20_regular": 60271, + "ic_fluent_panel_left_add_20_filled": 60272, + "ic_fluent_panel_left_add_20_regular": 60273, + "ic_fluent_panel_left_contract_20_filled": 60274, + "ic_fluent_panel_left_contract_20_regular": 60275, + "ic_fluent_panel_left_expand_20_filled": 60276, + "ic_fluent_panel_left_expand_20_regular": 60277, + "ic_fluent_panel_left_focus_right_20_filled": 60278, + "ic_fluent_panel_left_header_20_filled": 60279, + "ic_fluent_panel_left_header_20_regular": 60280, + "ic_fluent_panel_left_header_add_20_filled": 60281, + "ic_fluent_panel_left_header_add_20_regular": 60282, + "ic_fluent_panel_left_header_key_20_filled": 60283, + "ic_fluent_panel_left_header_key_20_regular": 60284, + "ic_fluent_panel_left_key_20_filled": 60285, + "ic_fluent_panel_left_key_20_regular": 60286, + "ic_fluent_panel_left_text_20_filled": 60287, + "ic_fluent_panel_left_text_20_regular": 60288, + "ic_fluent_panel_left_text_add_20_filled": 60289, + "ic_fluent_panel_left_text_add_20_regular": 60290, + "ic_fluent_panel_left_text_dismiss_20_filled": 60291, + "ic_fluent_panel_left_text_dismiss_20_regular": 60292, + "ic_fluent_panel_right_20_filled": 60293, + "ic_fluent_panel_right_20_regular": 60294, + "ic_fluent_panel_right_add_20_filled": 60295, + "ic_fluent_panel_right_add_20_regular": 60296, + "ic_fluent_panel_right_contract_20_filled": 60297, + "ic_fluent_panel_right_contract_20_regular": 60298, + "ic_fluent_panel_right_cursor_20_filled": 60299, + "ic_fluent_panel_right_cursor_20_regular": 60300, + "ic_fluent_panel_right_expand_20_filled": 60301, + "ic_fluent_panel_right_expand_20_regular": 60302, + "ic_fluent_panel_right_gallery_20_filled": 60303, + "ic_fluent_panel_right_gallery_20_regular": 60304, + "ic_fluent_panel_separate_window_20_filled": 60305, + "ic_fluent_panel_separate_window_20_regular": 60306, + "ic_fluent_panel_top_contract_20_filled": 60307, + "ic_fluent_panel_top_contract_20_regular": 60308, + "ic_fluent_panel_top_expand_20_filled": 60309, + "ic_fluent_panel_top_expand_20_regular": 60310, + "ic_fluent_panel_top_gallery_20_filled": 60311, + "ic_fluent_panel_top_gallery_20_regular": 60312, + "ic_fluent_password_20_filled": 60313, + "ic_fluent_password_20_regular": 60314, + "ic_fluent_patch_20_filled": 60315, + "ic_fluent_patch_20_regular": 60316, + "ic_fluent_patient_20_filled": 60317, + "ic_fluent_patient_20_regular": 60318, + "ic_fluent_pause_20_filled": 60319, + "ic_fluent_pause_20_regular": 60320, + "ic_fluent_pause_circle_20_filled": 60321, + "ic_fluent_pause_circle_20_regular": 60322, + "ic_fluent_pause_off_20_filled": 60323, + "ic_fluent_pause_off_20_regular": 60324, + "ic_fluent_pause_settings_20_filled": 60325, + "ic_fluent_pause_settings_20_regular": 60326, + "ic_fluent_payment_20_filled": 60327, + "ic_fluent_payment_20_regular": 60328, + "ic_fluent_payment_wireless_20_filled": 60329, + "ic_fluent_payment_wireless_20_regular": 60330, + "ic_fluent_pen_20_filled": 60331, + "ic_fluent_pen_20_regular": 60332, + "ic_fluent_pen_dismiss_20_filled": 60333, + "ic_fluent_pen_dismiss_20_regular": 60334, + "ic_fluent_pen_off_20_filled": 60335, + "ic_fluent_pen_off_20_regular": 60336, + "ic_fluent_pen_prohibited_20_filled": 60337, + "ic_fluent_pen_prohibited_20_regular": 60338, + "ic_fluent_pen_sparkle_20_filled": 60339, + "ic_fluent_pen_sparkle_20_regular": 60340, + "ic_fluent_pentagon_20_filled": 60341, + "ic_fluent_pentagon_20_regular": 60342, + "ic_fluent_people_20_filled": 60343, + "ic_fluent_people_20_regular": 60344, + "ic_fluent_people_add_20_filled": 60345, + "ic_fluent_people_add_20_regular": 60346, + "ic_fluent_people_audience_20_filled": 60347, + "ic_fluent_people_audience_20_regular": 60348, + "ic_fluent_people_call_20_filled": 60349, + "ic_fluent_people_call_20_regular": 60350, + "ic_fluent_people_chat_20_filled": 60351, + "ic_fluent_people_chat_20_regular": 60352, + "ic_fluent_people_checkmark_20_filled": 60353, + "ic_fluent_people_checkmark_20_regular": 60354, + "ic_fluent_people_community_20_filled": 60355, + "ic_fluent_people_community_20_regular": 60356, + "ic_fluent_people_community_add_20_filled": 60357, + "ic_fluent_people_community_add_20_regular": 60358, + "ic_fluent_people_edit_20_filled": 60359, + "ic_fluent_people_edit_20_regular": 60360, + "ic_fluent_people_error_20_filled": 60361, + "ic_fluent_people_error_20_regular": 60362, + "ic_fluent_people_list_20_filled": 60363, + "ic_fluent_people_list_20_regular": 60364, + "ic_fluent_people_lock_20_filled": 60365, + "ic_fluent_people_lock_20_regular": 60366, + "ic_fluent_people_money_20_filled": 60367, + "ic_fluent_people_money_20_regular": 60368, + "ic_fluent_people_prohibited_20_filled": 60369, + "ic_fluent_people_prohibited_20_regular": 60370, + "ic_fluent_people_queue_20_filled": 60371, + "ic_fluent_people_queue_20_regular": 60372, + "ic_fluent_people_search_20_filled": 60373, + "ic_fluent_people_search_20_regular": 60374, + "ic_fluent_people_settings_20_filled": 60375, + "ic_fluent_people_settings_20_regular": 60376, + "ic_fluent_people_star_20_filled": 60377, + "ic_fluent_people_star_20_regular": 60378, + "ic_fluent_people_swap_20_filled": 60379, + "ic_fluent_people_swap_20_regular": 60380, + "ic_fluent_people_sync_20_filled": 60381, + "ic_fluent_people_sync_20_regular": 60382, + "ic_fluent_people_team_20_filled": 60383, + "ic_fluent_people_team_20_regular": 60384, + "ic_fluent_people_team_add_20_filled": 60385, + "ic_fluent_people_team_add_20_regular": 60386, + "ic_fluent_people_team_delete_20_filled": 60387, + "ic_fluent_people_team_delete_20_regular": 60388, + "ic_fluent_people_team_toolbox_20_filled": 60389, + "ic_fluent_people_team_toolbox_20_regular": 60390, + "ic_fluent_people_toolbox_20_filled": 60391, + "ic_fluent_people_toolbox_20_regular": 60392, + "ic_fluent_person_20_filled": 60393, + "ic_fluent_person_20_regular": 60394, + "ic_fluent_person_5_20_filled": 60395, + "ic_fluent_person_5_20_regular": 60396, + "ic_fluent_person_6_20_filled": 60397, + "ic_fluent_person_6_20_regular": 60398, + "ic_fluent_person_accounts_20_filled": 60399, + "ic_fluent_person_accounts_20_regular": 60400, + "ic_fluent_person_add_20_filled": 60401, + "ic_fluent_person_add_20_regular": 60402, + "ic_fluent_person_alert_20_filled": 60403, + "ic_fluent_person_alert_20_regular": 60404, + "ic_fluent_person_arrow_back_20_filled": 60405, + "ic_fluent_person_arrow_back_20_regular": 60406, + "ic_fluent_person_arrow_left_20_filled": 60407, + "ic_fluent_person_arrow_left_20_regular": 60408, + "ic_fluent_person_arrow_right_20_filled": 60409, + "ic_fluent_person_arrow_right_20_regular": 60410, + "ic_fluent_person_available_20_filled": 60411, + "ic_fluent_person_available_20_regular": 60412, + "ic_fluent_person_board_20_filled": 60413, + "ic_fluent_person_board_20_regular": 60414, + "ic_fluent_person_call_20_filled": 60415, + "ic_fluent_person_call_20_regular": 60416, + "ic_fluent_person_chat_20_filled": 60417, + "ic_fluent_person_chat_20_regular": 60418, + "ic_fluent_person_circle_20_filled": 60419, + "ic_fluent_person_circle_20_regular": 60420, + "ic_fluent_person_clock_20_filled": 60421, + "ic_fluent_person_clock_20_regular": 60422, + "ic_fluent_person_delete_20_filled": 60423, + "ic_fluent_person_delete_20_regular": 60424, + "ic_fluent_person_desktop_20_filled": 60425, + "ic_fluent_person_desktop_20_regular": 60426, + "ic_fluent_person_edit_20_filled": 60427, + "ic_fluent_person_edit_20_regular": 60428, + "ic_fluent_person_feedback_20_filled": 60429, + "ic_fluent_person_feedback_20_regular": 60430, + "ic_fluent_person_heart_20_filled": 60431, + "ic_fluent_person_heart_20_regular": 60432, + "ic_fluent_person_info_20_filled": 60433, + "ic_fluent_person_info_20_regular": 60434, + "ic_fluent_person_key_20_filled": 60435, + "ic_fluent_person_key_20_regular": 60436, + "ic_fluent_person_lightbulb_20_filled": 60437, + "ic_fluent_person_lightbulb_20_regular": 60438, + "ic_fluent_person_lightning_20_filled": 60439, + "ic_fluent_person_lightning_20_regular": 60440, + "ic_fluent_person_link_20_filled": 60441, + "ic_fluent_person_link_20_regular": 60442, + "ic_fluent_person_lock_20_filled": 60443, + "ic_fluent_person_lock_20_regular": 60444, + "ic_fluent_person_mail_20_filled": 60445, + "ic_fluent_person_mail_20_regular": 60446, + "ic_fluent_person_money_20_filled": 60447, + "ic_fluent_person_money_20_regular": 60448, + "ic_fluent_person_note_20_filled": 60449, + "ic_fluent_person_note_20_regular": 60450, + "ic_fluent_person_pill_20_filled": 60451, + "ic_fluent_person_pill_20_regular": 60452, + "ic_fluent_person_prohibited_20_filled": 60453, + "ic_fluent_person_prohibited_20_regular": 60454, + "ic_fluent_person_question_mark_20_filled": 60455, + "ic_fluent_person_question_mark_20_regular": 60456, + "ic_fluent_person_ribbon_20_filled": 60457, + "ic_fluent_person_ribbon_20_regular": 60458, + "ic_fluent_person_running_20_filled": 60459, + "ic_fluent_person_running_20_regular": 60460, + "ic_fluent_person_search_20_filled": 60461, + "ic_fluent_person_search_20_regular": 60462, + "ic_fluent_person_settings_20_filled": 60463, + "ic_fluent_person_settings_20_regular": 60464, + "ic_fluent_person_square_20_filled": 60465, + "ic_fluent_person_square_20_regular": 60466, + "ic_fluent_person_square_checkmark_20_filled": 60467, + "ic_fluent_person_square_checkmark_20_regular": 60468, + "ic_fluent_person_star_20_filled": 60469, + "ic_fluent_person_star_20_regular": 60470, + "ic_fluent_person_starburst_20_filled": 60471, + "ic_fluent_person_starburst_20_regular": 60472, + "ic_fluent_person_subtract_20_filled": 60473, + "ic_fluent_person_subtract_20_regular": 60474, + "ic_fluent_person_support_20_filled": 60475, + "ic_fluent_person_support_20_regular": 60476, + "ic_fluent_person_swap_20_filled": 60477, + "ic_fluent_person_swap_20_regular": 60478, + "ic_fluent_person_sync_20_filled": 60479, + "ic_fluent_person_sync_20_regular": 60480, + "ic_fluent_person_tag_20_filled": 60481, + "ic_fluent_person_tag_20_regular": 60482, + "ic_fluent_person_voice_20_filled": 60483, + "ic_fluent_person_voice_20_regular": 60484, + "ic_fluent_person_walking_20_filled": 60485, + "ic_fluent_person_walking_20_regular": 60486, + "ic_fluent_person_warning_20_filled": 60487, + "ic_fluent_person_warning_20_regular": 60488, + "ic_fluent_person_wrench_20_filled": 60489, + "ic_fluent_person_wrench_20_regular": 60490, + "ic_fluent_phone_20_filled": 60491, + "ic_fluent_phone_20_regular": 60492, + "ic_fluent_phone_add_20_filled": 60493, + "ic_fluent_phone_add_20_regular": 60494, + "ic_fluent_phone_arrow_right_20_filled": 60495, + "ic_fluent_phone_arrow_right_20_regular": 60496, + "ic_fluent_phone_chat_20_filled": 60497, + "ic_fluent_phone_chat_20_regular": 60498, + "ic_fluent_phone_checkmark_20_filled": 60499, + "ic_fluent_phone_checkmark_20_regular": 60500, + "ic_fluent_phone_desktop_20_filled": 60501, + "ic_fluent_phone_desktop_20_regular": 60502, + "ic_fluent_phone_desktop_add_20_filled": 60503, + "ic_fluent_phone_desktop_add_20_regular": 60504, + "ic_fluent_phone_dismiss_20_filled": 60505, + "ic_fluent_phone_dismiss_20_regular": 60506, + "ic_fluent_phone_edit_20_filled": 60507, + "ic_fluent_phone_edit_20_regular": 60508, + "ic_fluent_phone_eraser_20_filled": 60509, + "ic_fluent_phone_eraser_20_regular": 60510, + "ic_fluent_phone_footer_arrow_down_20_filled": 60511, + "ic_fluent_phone_footer_arrow_down_20_regular": 60512, + "ic_fluent_phone_header_arrow_up_20_filled": 60513, + "ic_fluent_phone_header_arrow_up_20_regular": 60514, + "ic_fluent_phone_key_20_filled": 60515, + "ic_fluent_phone_key_20_regular": 60516, + "ic_fluent_phone_laptop_20_filled": 60517, + "ic_fluent_phone_laptop_20_regular": 60518, + "ic_fluent_phone_link_setup_20_filled": 60519, + "ic_fluent_phone_link_setup_20_regular": 60520, + "ic_fluent_phone_lock_20_filled": 60521, + "ic_fluent_phone_lock_20_regular": 60522, + "ic_fluent_phone_page_header_20_filled": 60523, + "ic_fluent_phone_page_header_20_regular": 60524, + "ic_fluent_phone_pagination_20_filled": 60525, + "ic_fluent_phone_pagination_20_regular": 60526, + "ic_fluent_phone_screen_time_20_filled": 60527, + "ic_fluent_phone_screen_time_20_regular": 60528, + "ic_fluent_phone_shake_20_filled": 60529, + "ic_fluent_phone_shake_20_regular": 60530, + "ic_fluent_phone_span_in_20_filled": 60531, + "ic_fluent_phone_span_in_20_regular": 60532, + "ic_fluent_phone_span_out_20_filled": 60533, + "ic_fluent_phone_span_out_20_regular": 60534, + "ic_fluent_phone_speaker_20_filled": 60535, + "ic_fluent_phone_speaker_20_regular": 60536, + "ic_fluent_phone_status_bar_20_filled": 60537, + "ic_fluent_phone_status_bar_20_regular": 60538, + "ic_fluent_phone_tablet_20_filled": 60539, + "ic_fluent_phone_tablet_20_regular": 60540, + "ic_fluent_phone_update_20_filled": 60541, + "ic_fluent_phone_update_20_regular": 60542, + "ic_fluent_phone_update_checkmark_20_filled": 60543, + "ic_fluent_phone_update_checkmark_20_regular": 60544, + "ic_fluent_phone_vertical_scroll_20_filled": 60545, + "ic_fluent_phone_vertical_scroll_20_regular": 60546, + "ic_fluent_phone_vibrate_20_filled": 60547, + "ic_fluent_phone_vibrate_20_regular": 60548, + "ic_fluent_photo_filter_20_filled": 60549, + "ic_fluent_photo_filter_20_regular": 60550, + "ic_fluent_pi_20_filled": 60551, + "ic_fluent_pi_20_regular": 60552, + "ic_fluent_picture_in_picture_20_filled": 60553, + "ic_fluent_picture_in_picture_20_regular": 60554, + "ic_fluent_picture_in_picture_enter_20_filled": 60555, + "ic_fluent_picture_in_picture_enter_20_regular": 60556, + "ic_fluent_picture_in_picture_exit_20_filled": 60557, + "ic_fluent_picture_in_picture_exit_20_regular": 60558, + "ic_fluent_pill_20_filled": 60559, + "ic_fluent_pill_20_regular": 60560, + "ic_fluent_pin_20_filled": 60561, + "ic_fluent_pin_20_regular": 60562, + "ic_fluent_pin_off_20_filled": 60563, + "ic_fluent_pin_off_20_regular": 60564, + "ic_fluent_pipeline_20_filled": 60565, + "ic_fluent_pipeline_20_regular": 60566, + "ic_fluent_pipeline_add_20_filled": 60567, + "ic_fluent_pipeline_add_20_regular": 60568, + "ic_fluent_pipeline_arrow_curve_down_20_filled": 60569, + "ic_fluent_pipeline_arrow_curve_down_20_regular": 60570, + "ic_fluent_pipeline_play_20_filled": 60571, + "ic_fluent_pipeline_play_20_regular": 60572, + "ic_fluent_pivot_20_filled": 60573, + "ic_fluent_pivot_20_regular": 60574, + "ic_fluent_plant_grass_20_filled": 60575, + "ic_fluent_plant_grass_20_regular": 60576, + "ic_fluent_plant_ragweed_20_filled": 60577, + "ic_fluent_plant_ragweed_20_regular": 60578, + "ic_fluent_play_20_filled": 60579, + "ic_fluent_play_20_regular": 60580, + "ic_fluent_play_circle_20_filled": 60581, + "ic_fluent_play_circle_20_regular": 60582, + "ic_fluent_play_circle_hint_20_filled": 60583, + "ic_fluent_play_circle_hint_20_regular": 60584, + "ic_fluent_play_settings_20_filled": 60585, + "ic_fluent_play_settings_20_regular": 60586, + "ic_fluent_playing_cards_20_filled": 60587, + "ic_fluent_playing_cards_20_regular": 60588, + "ic_fluent_plug_connected_20_filled": 60589, + "ic_fluent_plug_connected_20_regular": 60590, + "ic_fluent_plug_connected_add_20_filled": 60591, + "ic_fluent_plug_connected_add_20_regular": 60592, + "ic_fluent_plug_connected_checkmark_20_filled": 60593, + "ic_fluent_plug_connected_checkmark_20_regular": 60594, + "ic_fluent_plug_connected_settings_20_filled": 60595, + "ic_fluent_plug_connected_settings_20_regular": 60596, + "ic_fluent_plug_disconnected_20_filled": 60597, + "ic_fluent_plug_disconnected_20_regular": 60598, + "ic_fluent_point_scan_20_filled": 60599, + "ic_fluent_point_scan_20_regular": 60600, + "ic_fluent_poll_20_filled": 60601, + "ic_fluent_poll_20_regular": 60602, + "ic_fluent_poll_horizontal_20_filled": 60603, + "ic_fluent_poll_horizontal_20_regular": 60604, + "ic_fluent_poll_off_20_filled": 60605, + "ic_fluent_poll_off_20_regular": 60606, + "ic_fluent_port_hdmi_20_filled": 60607, + "ic_fluent_port_hdmi_20_regular": 60608, + "ic_fluent_port_micro_usb_20_filled": 60609, + "ic_fluent_port_micro_usb_20_regular": 60610, + "ic_fluent_port_usb_a_20_filled": 60611, + "ic_fluent_port_usb_a_20_regular": 60612, + "ic_fluent_port_usb_c_20_filled": 60613, + "ic_fluent_port_usb_c_20_regular": 60614, + "ic_fluent_position_backward_20_filled": 60615, + "ic_fluent_position_backward_20_regular": 60616, + "ic_fluent_position_forward_20_filled": 60617, + "ic_fluent_position_forward_20_regular": 60618, + "ic_fluent_position_to_back_20_filled": 60619, + "ic_fluent_position_to_back_20_regular": 60620, + "ic_fluent_position_to_front_20_filled": 60621, + "ic_fluent_position_to_front_20_regular": 60622, + "ic_fluent_power_20_filled": 60623, + "ic_fluent_power_20_regular": 60624, + "ic_fluent_predictions_20_filled": 60625, + "ic_fluent_predictions_20_regular": 60626, + "ic_fluent_premium_20_filled": 60627, + "ic_fluent_premium_20_regular": 60628, + "ic_fluent_premium_person_20_filled": 60629, + "ic_fluent_premium_person_20_regular": 60630, + "ic_fluent_presence_available_20_filled": 60631, + "ic_fluent_presence_available_20_regular": 60632, + "ic_fluent_presence_away_20_filled": 60633, + "ic_fluent_presence_away_20_regular": 60634, + "ic_fluent_presence_blocked_20_regular": 60635, + "ic_fluent_presence_busy_20_filled": 60636, + "ic_fluent_presence_dnd_20_filled": 60637, + "ic_fluent_presence_dnd_20_regular": 60638, + "ic_fluent_presence_offline_20_regular": 60639, + "ic_fluent_presence_oof_20_regular": 60640, + "ic_fluent_presence_unknown_20_regular": 60641, + "ic_fluent_presenter_20_filled": 60642, + "ic_fluent_presenter_20_regular": 60643, + "ic_fluent_presenter_off_20_filled": 60644, + "ic_fluent_presenter_off_20_regular": 60645, + "ic_fluent_preview_link_20_filled": 60646, + "ic_fluent_preview_link_20_regular": 60647, + "ic_fluent_previous_20_filled": 60648, + "ic_fluent_previous_20_regular": 60649, + "ic_fluent_previous_frame_20_filled": 60650, + "ic_fluent_previous_frame_20_regular": 60651, + "ic_fluent_print_20_filled": 60652, + "ic_fluent_print_20_regular": 60653, + "ic_fluent_print_add_20_filled": 60654, + "ic_fluent_print_add_20_regular": 60655, + "ic_fluent_production_20_filled": 60656, + "ic_fluent_production_20_regular": 60657, + "ic_fluent_production_checkmark_20_filled": 60658, + "ic_fluent_production_checkmark_20_regular": 60659, + "ic_fluent_prohibited_20_filled": 60660, + "ic_fluent_prohibited_20_regular": 60661, + "ic_fluent_prohibited_multiple_20_filled": 60662, + "ic_fluent_prohibited_multiple_20_regular": 60663, + "ic_fluent_prohibited_note_20_filled": 60664, + "ic_fluent_prohibited_note_20_regular": 60665, + "ic_fluent_projection_screen_20_filled": 60666, + "ic_fluent_projection_screen_20_regular": 60667, + "ic_fluent_projection_screen_dismiss_20_filled": 60668, + "ic_fluent_projection_screen_dismiss_20_regular": 60669, + "ic_fluent_projection_screen_text_20_filled": 60670, + "ic_fluent_projection_screen_text_20_regular": 60671, + "ic_fluent_protocol_handler_20_filled": 60672, + "ic_fluent_protocol_handler_20_regular": 60673, + "ic_fluent_pulse_20_filled": 60674, + "ic_fluent_pulse_20_regular": 60675, + "ic_fluent_pulse_square_20_filled": 60676, + "ic_fluent_pulse_square_20_regular": 60677, + "ic_fluent_puzzle_cube_20_filled": 60678, + "ic_fluent_puzzle_cube_20_regular": 60679, + "ic_fluent_puzzle_cube_piece_20_filled": 60680, + "ic_fluent_puzzle_cube_piece_20_regular": 60681, + "ic_fluent_puzzle_piece_20_filled": 60682, + "ic_fluent_puzzle_piece_20_regular": 60683, + "ic_fluent_puzzle_piece_shield_20_filled": 60684, + "ic_fluent_puzzle_piece_shield_20_regular": 60685, + "ic_fluent_qr_code_20_filled": 60686, + "ic_fluent_qr_code_20_regular": 60687, + "ic_fluent_question_20_filled": 60688, + "ic_fluent_question_20_regular": 60689, + "ic_fluent_question_circle_20_filled": 60690, + "ic_fluent_question_circle_20_regular": 60691, + "ic_fluent_quiz_new_20_filled": 60692, + "ic_fluent_quiz_new_20_regular": 60693, + "ic_fluent_radar_20_filled": 60694, + "ic_fluent_radar_20_regular": 60695, + "ic_fluent_radar_checkmark_20_filled": 60696, + "ic_fluent_radar_checkmark_20_regular": 60697, + "ic_fluent_radar_rectangle_multiple_20_filled": 60698, + "ic_fluent_radar_rectangle_multiple_20_regular": 60699, + "ic_fluent_radio_button_20_filled": 60700, + "ic_fluent_radio_button_20_regular": 60701, + "ic_fluent_ram_20_filled": 60702, + "ic_fluent_ram_20_regular": 60703, + "ic_fluent_rating_mature_20_filled": 60704, + "ic_fluent_rating_mature_20_regular": 60705, + "ic_fluent_ratio_one_to_one_20_filled": 60706, + "ic_fluent_ratio_one_to_one_20_regular": 60707, + "ic_fluent_re_order_20_filled": 60708, + "ic_fluent_re_order_20_regular": 60709, + "ic_fluent_re_order_dots_horizontal_20_filled": 60710, + "ic_fluent_re_order_dots_horizontal_20_regular": 60711, + "ic_fluent_re_order_dots_vertical_20_filled": 60712, + "ic_fluent_re_order_dots_vertical_20_regular": 60713, + "ic_fluent_read_aloud_20_filled": 60714, + "ic_fluent_read_aloud_20_regular": 60715, + "ic_fluent_reading_list_20_filled": 60716, + "ic_fluent_reading_list_20_regular": 60717, + "ic_fluent_reading_list_add_20_filled": 60718, + "ic_fluent_reading_list_add_20_regular": 60719, + "ic_fluent_reading_mode_mobile_20_filled": 60720, + "ic_fluent_reading_mode_mobile_20_regular": 60721, + "ic_fluent_real_estate_20_filled": 60722, + "ic_fluent_real_estate_20_regular": 60723, + "ic_fluent_receipt_20_filled": 60724, + "ic_fluent_receipt_20_regular": 60725, + "ic_fluent_receipt_add_20_filled": 60726, + "ic_fluent_receipt_add_20_regular": 60727, + "ic_fluent_receipt_bag_20_filled": 60728, + "ic_fluent_receipt_bag_20_regular": 60729, + "ic_fluent_receipt_cube_20_filled": 60730, + "ic_fluent_receipt_cube_20_regular": 60731, + "ic_fluent_receipt_money_20_filled": 60732, + "ic_fluent_receipt_money_20_regular": 60733, + "ic_fluent_receipt_play_20_filled": 60734, + "ic_fluent_receipt_play_20_regular": 60735, + "ic_fluent_receipt_search_20_filled": 60736, + "ic_fluent_receipt_search_20_regular": 60737, + "ic_fluent_receipt_sparkles_20_filled": 60738, + "ic_fluent_receipt_sparkles_20_regular": 60739, + "ic_fluent_record_20_filled": 60740, + "ic_fluent_record_20_regular": 60741, + "ic_fluent_record_stop_20_filled": 60742, + "ic_fluent_record_stop_20_regular": 60743, + "ic_fluent_rectangle_landscape_20_filled": 60744, + "ic_fluent_rectangle_landscape_20_regular": 60745, + "ic_fluent_rectangle_landscape_hint_copy_20_filled": 60746, + "ic_fluent_rectangle_landscape_hint_copy_20_regular": 60747, + "ic_fluent_rectangle_landscape_sparkle_20_filled": 60748, + "ic_fluent_rectangle_landscape_sparkle_20_regular": 60749, + "ic_fluent_rectangle_landscape_sync_20_filled": 60750, + "ic_fluent_rectangle_landscape_sync_20_regular": 60751, + "ic_fluent_rectangle_landscape_sync_off_20_filled": 60752, + "ic_fluent_rectangle_landscape_sync_off_20_regular": 60753, + "ic_fluent_rectangle_portrait_location_target_20_filled": 60754, + "ic_fluent_rectangle_portrait_location_target_20_regular": 60755, + "ic_fluent_recycle_20_filled": 60756, + "ic_fluent_recycle_20_regular": 60757, + "ic_fluent_remix_add_20_filled": 60758, + "ic_fluent_remix_add_20_regular": 60759, + "ic_fluent_remote_20_filled": 60760, + "ic_fluent_remote_20_regular": 60761, + "ic_fluent_rename_20_filled": 60762, + "ic_fluent_rename_20_regular": 60763, + "ic_fluent_reorder_20_filled": 60764, + "ic_fluent_reorder_20_regular": 60765, + "ic_fluent_replay_20_filled": 60766, + "ic_fluent_replay_20_regular": 60767, + "ic_fluent_resize_20_filled": 60768, + "ic_fluent_resize_20_regular": 60769, + "ic_fluent_resize_image_20_filled": 60770, + "ic_fluent_resize_image_20_regular": 60771, + "ic_fluent_resize_large_20_filled": 60772, + "ic_fluent_resize_large_20_regular": 60773, + "ic_fluent_resize_small_20_filled": 60774, + "ic_fluent_resize_small_20_regular": 60775, + "ic_fluent_resize_table_20_filled": 60776, + "ic_fluent_resize_table_20_regular": 60777, + "ic_fluent_resize_video_20_filled": 60778, + "ic_fluent_resize_video_20_regular": 60779, + "ic_fluent_reward_20_filled": 60780, + "ic_fluent_reward_20_regular": 60781, + "ic_fluent_rewind_20_filled": 60782, + "ic_fluent_rewind_20_regular": 60783, + "ic_fluent_rhombus_20_filled": 60784, + "ic_fluent_rhombus_20_regular": 60785, + "ic_fluent_ribbon_20_filled": 60786, + "ic_fluent_ribbon_20_regular": 60787, + "ic_fluent_ribbon_add_20_filled": 60788, + "ic_fluent_ribbon_add_20_regular": 60789, + "ic_fluent_ribbon_off_20_filled": 60790, + "ic_fluent_ribbon_off_20_regular": 60791, + "ic_fluent_ribbon_star_20_filled": 60792, + "ic_fluent_ribbon_star_20_regular": 60793, + "ic_fluent_road_cone_20_filled": 60794, + "ic_fluent_road_cone_20_regular": 60795, + "ic_fluent_rocket_20_filled": 60796, + "ic_fluent_rocket_20_regular": 60797, + "ic_fluent_rotate_left_20_filled": 60798, + "ic_fluent_rotate_left_20_regular": 60799, + "ic_fluent_rotate_right_20_filled": 60800, + "ic_fluent_rotate_right_20_regular": 60801, + "ic_fluent_router_20_filled": 60802, + "ic_fluent_router_20_regular": 60803, + "ic_fluent_row_triple_20_filled": 60804, + "ic_fluent_row_triple_20_regular": 60805, + "ic_fluent_rss_20_filled": 60806, + "ic_fluent_rss_20_regular": 60807, + "ic_fluent_ruler_20_filled": 60808, + "ic_fluent_ruler_20_regular": 60809, + "ic_fluent_run_20_filled": 60810, + "ic_fluent_run_20_regular": 60811, + "ic_fluent_sanitize_20_filled": 60812, + "ic_fluent_sanitize_20_regular": 60813, + "ic_fluent_save_20_filled": 60814, + "ic_fluent_save_20_regular": 60815, + "ic_fluent_save_arrow_right_20_filled": 60816, + "ic_fluent_save_arrow_right_20_regular": 60817, + "ic_fluent_save_copy_20_filled": 60818, + "ic_fluent_save_copy_20_regular": 60819, + "ic_fluent_save_edit_20_filled": 60820, + "ic_fluent_save_edit_20_regular": 60821, + "ic_fluent_save_image_20_filled": 60822, + "ic_fluent_save_image_20_regular": 60823, + "ic_fluent_save_multiple_20_filled": 60824, + "ic_fluent_save_multiple_20_regular": 60825, + "ic_fluent_save_search_20_filled": 60826, + "ic_fluent_save_search_20_regular": 60827, + "ic_fluent_save_sync_20_filled": 60828, + "ic_fluent_save_sync_20_regular": 60829, + "ic_fluent_savings_20_filled": 60830, + "ic_fluent_savings_20_regular": 60831, + "ic_fluent_scale_fill_20_filled": 60832, + "ic_fluent_scale_fill_20_regular": 60833, + "ic_fluent_scale_fit_20_filled": 60834, + "ic_fluent_scale_fit_20_regular": 60835, + "ic_fluent_scales_20_filled": 60836, + "ic_fluent_scales_20_regular": 60837, + "ic_fluent_scan_20_filled": 60838, + "ic_fluent_scan_20_regular": 60839, + "ic_fluent_scan_camera_20_filled": 60840, + "ic_fluent_scan_camera_20_regular": 60841, + "ic_fluent_scan_dash_20_filled": 60842, + "ic_fluent_scan_dash_20_regular": 60843, + "ic_fluent_scan_object_20_filled": 60844, + "ic_fluent_scan_object_20_regular": 60845, + "ic_fluent_scan_person_20_filled": 60846, + "ic_fluent_scan_person_20_regular": 60847, + "ic_fluent_scan_table_20_filled": 60848, + "ic_fluent_scan_table_20_regular": 60849, + "ic_fluent_scan_text_20_filled": 60850, + "ic_fluent_scan_text_20_regular": 60851, + "ic_fluent_scan_thumb_up_20_filled": 60852, + "ic_fluent_scan_thumb_up_20_regular": 60853, + "ic_fluent_scan_thumb_up_off_20_filled": 60854, + "ic_fluent_scan_thumb_up_off_20_regular": 60855, + "ic_fluent_scan_type_20_filled": 60856, + "ic_fluent_scan_type_20_regular": 60857, + "ic_fluent_scan_type_checkmark_20_filled": 60858, + "ic_fluent_scan_type_checkmark_20_regular": 60859, + "ic_fluent_scan_type_off_20_filled": 60860, + "ic_fluent_scan_type_off_20_regular": 60861, + "ic_fluent_scratchpad_20_filled": 60862, + "ic_fluent_scratchpad_20_regular": 60863, + "ic_fluent_screen_cut_20_filled": 60864, + "ic_fluent_screen_cut_20_regular": 60865, + "ic_fluent_screen_person_20_filled": 60866, + "ic_fluent_screen_person_20_regular": 60867, + "ic_fluent_screen_search_20_filled": 60868, + "ic_fluent_screen_search_20_regular": 60869, + "ic_fluent_screenshot_20_filled": 60870, + "ic_fluent_screenshot_20_regular": 60871, + "ic_fluent_screenshot_record_20_filled": 60872, + "ic_fluent_screenshot_record_20_regular": 60873, + "ic_fluent_script_20_filled": 60874, + "ic_fluent_script_20_regular": 60875, + "ic_fluent_search_20_filled": 60876, + "ic_fluent_search_20_regular": 60877, + "ic_fluent_search_info_20_filled": 60878, + "ic_fluent_search_info_20_regular": 60879, + "ic_fluent_search_settings_20_filled": 60880, + "ic_fluent_search_settings_20_regular": 60881, + "ic_fluent_search_shield_20_filled": 60882, + "ic_fluent_search_shield_20_regular": 60883, + "ic_fluent_search_square_20_filled": 60884, + "ic_fluent_search_square_20_regular": 60885, + "ic_fluent_search_visual_20_filled": 60886, + "ic_fluent_search_visual_20_regular": 60887, + "ic_fluent_seat_20_filled": 60888, + "ic_fluent_seat_20_regular": 60889, + "ic_fluent_seat_add_20_filled": 60890, + "ic_fluent_seat_add_20_regular": 60891, + "ic_fluent_select_all_off_20_filled": 60892, + "ic_fluent_select_all_off_20_regular": 60893, + "ic_fluent_select_all_on_20_filled": 60894, + "ic_fluent_select_all_on_20_regular": 60895, + "ic_fluent_select_object_20_filled": 60896, + "ic_fluent_select_object_20_regular": 60897, + "ic_fluent_select_object_skew_20_filled": 60898, + "ic_fluent_select_object_skew_20_regular": 60899, + "ic_fluent_select_object_skew_dismiss_20_filled": 60900, + "ic_fluent_select_object_skew_dismiss_20_regular": 60901, + "ic_fluent_select_object_skew_edit_20_filled": 60902, + "ic_fluent_select_object_skew_edit_20_regular": 60903, + "ic_fluent_send_20_filled": 60904, + "ic_fluent_send_20_regular": 60905, + "ic_fluent_send_beaker_20_filled": 60906, + "ic_fluent_send_beaker_20_regular": 60907, + "ic_fluent_send_clock_20_filled": 60908, + "ic_fluent_send_clock_20_regular": 60909, + "ic_fluent_send_copy_20_filled": 60910, + "ic_fluent_send_copy_20_regular": 60911, + "ic_fluent_serial_port_20_filled": 60912, + "ic_fluent_serial_port_20_regular": 60913, + "ic_fluent_server_20_filled": 60914, + "ic_fluent_server_20_regular": 60915, + "ic_fluent_server_link_20_filled": 60916, + "ic_fluent_server_link_20_regular": 60917, + "ic_fluent_server_multiple_20_filled": 60918, + "ic_fluent_server_multiple_20_regular": 60919, + "ic_fluent_server_play_20_filled": 60920, + "ic_fluent_server_play_20_regular": 60921, + "ic_fluent_service_bell_20_filled": 60922, + "ic_fluent_service_bell_20_regular": 60923, + "ic_fluent_settings_20_filled": 60924, + "ic_fluent_settings_20_regular": 60925, + "ic_fluent_settings_chat_20_filled": 60926, + "ic_fluent_settings_chat_20_regular": 60927, + "ic_fluent_settings_cog_multiple_20_filled": 60928, + "ic_fluent_settings_cog_multiple_20_regular": 60929, + "ic_fluent_shape_exclude_20_filled": 60930, + "ic_fluent_shape_exclude_20_regular": 60931, + "ic_fluent_shape_intersect_20_filled": 60932, + "ic_fluent_shape_intersect_20_regular": 60933, + "ic_fluent_shape_organic_20_filled": 60934, + "ic_fluent_shape_organic_20_regular": 60935, + "ic_fluent_shape_subtract_20_filled": 60936, + "ic_fluent_shape_subtract_20_regular": 60937, + "ic_fluent_shape_union_20_filled": 60938, + "ic_fluent_shape_union_20_regular": 60939, + "ic_fluent_shapes_20_filled": 60940, + "ic_fluent_shapes_20_regular": 60941, + "ic_fluent_share_20_filled": 60942, + "ic_fluent_share_20_regular": 60943, + "ic_fluent_share_android_20_filled": 60944, + "ic_fluent_share_android_20_regular": 60945, + "ic_fluent_share_close_tray_20_filled": 60946, + "ic_fluent_share_close_tray_20_regular": 60947, + "ic_fluent_share_ios_20_filled": 60948, + "ic_fluent_share_ios_20_regular": 60949, + "ic_fluent_share_screen_person_20_filled": 60950, + "ic_fluent_share_screen_person_20_regular": 60951, + "ic_fluent_share_screen_person_overlay_20_filled": 60952, + "ic_fluent_share_screen_person_overlay_20_regular": 60953, + "ic_fluent_share_screen_person_overlay_inside_20_filled": 60954, + "ic_fluent_share_screen_person_overlay_inside_20_regular": 60955, + "ic_fluent_share_screen_person_p_20_filled": 60956, + "ic_fluent_share_screen_person_p_20_regular": 60957, + "ic_fluent_share_screen_start_20_filled": 60958, + "ic_fluent_share_screen_start_20_regular": 60959, + "ic_fluent_share_screen_stop_20_filled": 60960, + "ic_fluent_share_screen_stop_20_regular": 60961, + "ic_fluent_shield_20_filled": 60962, + "ic_fluent_shield_20_regular": 60963, + "ic_fluent_shield_add_20_filled": 60964, + "ic_fluent_shield_add_20_regular": 60965, + "ic_fluent_shield_badge_20_filled": 60966, + "ic_fluent_shield_badge_20_regular": 60967, + "ic_fluent_shield_checkmark_20_filled": 60968, + "ic_fluent_shield_checkmark_20_regular": 60969, + "ic_fluent_shield_dismiss_20_filled": 60970, + "ic_fluent_shield_dismiss_20_regular": 60971, + "ic_fluent_shield_dismiss_shield_20_filled": 60972, + "ic_fluent_shield_dismiss_shield_20_regular": 60973, + "ic_fluent_shield_error_20_filled": 60974, + "ic_fluent_shield_error_20_regular": 60975, + "ic_fluent_shield_globe_20_filled": 60976, + "ic_fluent_shield_globe_20_regular": 60977, + "ic_fluent_shield_keyhole_20_filled": 60978, + "ic_fluent_shield_keyhole_20_regular": 60979, + "ic_fluent_shield_lock_20_filled": 60980, + "ic_fluent_shield_lock_20_regular": 60981, + "ic_fluent_shield_person_20_filled": 60982, + "ic_fluent_shield_person_20_regular": 60983, + "ic_fluent_shield_person_add_20_filled": 60984, + "ic_fluent_shield_person_add_20_regular": 60985, + "ic_fluent_shield_prohibited_20_filled": 60986, + "ic_fluent_shield_prohibited_20_regular": 60987, + "ic_fluent_shield_question_20_filled": 60988, + "ic_fluent_shield_question_20_regular": 60989, + "ic_fluent_shield_task_20_filled": 60990, + "ic_fluent_shield_task_20_regular": 60991, + "ic_fluent_shifts_20_filled": 60992, + "ic_fluent_shifts_20_regular": 60993, + "ic_fluent_shifts_30_minutes_20_filled": 60994, + "ic_fluent_shifts_30_minutes_20_regular": 60995, + "ic_fluent_shifts_activity_20_filled": 60996, + "ic_fluent_shifts_activity_20_regular": 60997, + "ic_fluent_shifts_add_20_filled": 60998, + "ic_fluent_shifts_add_20_regular": 60999, + "ic_fluent_shifts_availability_20_filled": 61000, + "ic_fluent_shifts_availability_20_regular": 61001, + "ic_fluent_shifts_checkmark_20_filled": 61002, + "ic_fluent_shifts_checkmark_20_regular": 61003, + "ic_fluent_shifts_day_20_filled": 61004, + "ic_fluent_shifts_day_20_regular": 61005, + "ic_fluent_shifts_open_20_filled": 61006, + "ic_fluent_shifts_open_20_regular": 61007, + "ic_fluent_shifts_prohibited_20_filled": 61008, + "ic_fluent_shifts_prohibited_20_regular": 61009, + "ic_fluent_shifts_question_mark_20_filled": 61010, + "ic_fluent_shifts_question_mark_20_regular": 61011, + "ic_fluent_shifts_team_20_filled": 61012, + "ic_fluent_shifts_team_20_regular": 61013, + "ic_fluent_shopping_bag_20_filled": 61014, + "ic_fluent_shopping_bag_20_regular": 61015, + "ic_fluent_shopping_bag_add_20_filled": 61016, + "ic_fluent_shopping_bag_add_20_regular": 61017, + "ic_fluent_shopping_bag_arrow_left_20_filled": 61018, + "ic_fluent_shopping_bag_arrow_left_20_regular": 61019, + "ic_fluent_shopping_bag_dismiss_20_filled": 61020, + "ic_fluent_shopping_bag_dismiss_20_regular": 61021, + "ic_fluent_shopping_bag_pause_20_filled": 61022, + "ic_fluent_shopping_bag_pause_20_regular": 61023, + "ic_fluent_shopping_bag_percent_20_filled": 61024, + "ic_fluent_shopping_bag_percent_20_regular": 61025, + "ic_fluent_shopping_bag_play_20_filled": 61026, + "ic_fluent_shopping_bag_play_20_regular": 61027, + "ic_fluent_shopping_bag_tag_20_filled": 61028, + "ic_fluent_shopping_bag_tag_20_regular": 61029, + "ic_fluent_shortpick_20_filled": 61030, + "ic_fluent_shortpick_20_regular": 61031, + "ic_fluent_showerhead_20_filled": 61032, + "ic_fluent_showerhead_20_regular": 61033, + "ic_fluent_sidebar_search_ltr_20_filled": 61034, + "ic_fluent_sidebar_search_ltr_20_regular": 61035, + "ic_fluent_sidebar_search_rtl_20_filled": 61036, + "ic_fluent_sidebar_search_rtl_20_regular": 61037, + "ic_fluent_sign_out_20_filled": 61038, + "ic_fluent_sign_out_20_regular": 61039, + "ic_fluent_signature_20_filled": 61040, + "ic_fluent_signature_20_regular": 61041, + "ic_fluent_sim_20_filled": 61042, + "ic_fluent_sim_20_regular": 61043, + "ic_fluent_skip_back_10_20_filled": 61044, + "ic_fluent_skip_back_10_20_regular": 61045, + "ic_fluent_skip_forward_10_20_filled": 61046, + "ic_fluent_skip_forward_10_20_regular": 61047, + "ic_fluent_skip_forward_30_20_filled": 61048, + "ic_fluent_skip_forward_30_20_regular": 61049, + "ic_fluent_skip_forward_tab_20_filled": 61050, + "ic_fluent_skip_forward_tab_20_regular": 61051, + "ic_fluent_slash_forward_20_filled": 61052, + "ic_fluent_slash_forward_20_regular": 61053, + "ic_fluent_sleep_20_filled": 61054, + "ic_fluent_sleep_20_regular": 61055, + "ic_fluent_slide_add_20_filled": 61056, + "ic_fluent_slide_add_20_regular": 61057, + "ic_fluent_slide_arrow_right_20_filled": 61058, + "ic_fluent_slide_arrow_right_20_regular": 61059, + "ic_fluent_slide_eraser_20_filled": 61060, + "ic_fluent_slide_eraser_20_regular": 61061, + "ic_fluent_slide_grid_20_filled": 61062, + "ic_fluent_slide_grid_20_regular": 61063, + "ic_fluent_slide_hide_20_filled": 61064, + "ic_fluent_slide_hide_20_regular": 61065, + "ic_fluent_slide_layout_20_filled": 61066, + "ic_fluent_slide_layout_20_regular": 61067, + "ic_fluent_slide_link_20_filled": 61068, + "ic_fluent_slide_link_20_regular": 61069, + "ic_fluent_slide_microphone_20_filled": 61070, + "ic_fluent_slide_microphone_20_regular": 61071, + "ic_fluent_slide_multiple_20_filled": 61072, + "ic_fluent_slide_multiple_20_regular": 61073, + "ic_fluent_slide_multiple_arrow_right_20_filled": 61074, + "ic_fluent_slide_multiple_arrow_right_20_regular": 61075, + "ic_fluent_slide_multiple_search_20_filled": 61076, + "ic_fluent_slide_multiple_search_20_regular": 61077, + "ic_fluent_slide_record_20_filled": 61078, + "ic_fluent_slide_record_20_regular": 61079, + "ic_fluent_slide_search_20_filled": 61080, + "ic_fluent_slide_search_20_regular": 61081, + "ic_fluent_slide_settings_20_filled": 61082, + "ic_fluent_slide_settings_20_regular": 61083, + "ic_fluent_slide_size_20_filled": 61084, + "ic_fluent_slide_size_20_regular": 61085, + "ic_fluent_slide_text_20_filled": 61086, + "ic_fluent_slide_text_20_regular": 61087, + "ic_fluent_slide_text_edit_20_filled": 61088, + "ic_fluent_slide_text_edit_20_regular": 61089, + "ic_fluent_slide_text_multiple_20_filled": 61090, + "ic_fluent_slide_text_multiple_20_regular": 61091, + "ic_fluent_slide_text_person_20_filled": 61092, + "ic_fluent_slide_text_person_20_regular": 61093, + "ic_fluent_slide_text_sparkle_20_filled": 61094, + "ic_fluent_slide_text_sparkle_20_regular": 61095, + "ic_fluent_slide_transition_20_filled": 61096, + "ic_fluent_slide_transition_20_regular": 61097, + "ic_fluent_smartwatch_20_filled": 61098, + "ic_fluent_smartwatch_20_regular": 61099, + "ic_fluent_smartwatch_dot_20_filled": 61100, + "ic_fluent_smartwatch_dot_20_regular": 61101, + "ic_fluent_snooze_20_filled": 61102, + "ic_fluent_snooze_20_regular": 61103, + "ic_fluent_sound_source_20_filled": 61104, + "ic_fluent_sound_source_20_regular": 61105, + "ic_fluent_sound_wave_circle_20_filled": 61106, + "ic_fluent_sound_wave_circle_20_regular": 61107, + "ic_fluent_space_3d_20_filled": 61108, + "ic_fluent_space_3d_20_regular": 61109, + "ic_fluent_spacebar_20_filled": 61110, + "ic_fluent_spacebar_20_regular": 61111, + "ic_fluent_sparkle_20_filled": 61112, + "ic_fluent_sparkle_20_regular": 61113, + "ic_fluent_sparkle_circle_20_filled": 61114, + "ic_fluent_sparkle_circle_20_regular": 61115, + "ic_fluent_speaker_0_20_filled": 61116, + "ic_fluent_speaker_0_20_regular": 61117, + "ic_fluent_speaker_1_20_filled": 61118, + "ic_fluent_speaker_1_20_regular": 61119, + "ic_fluent_speaker_2_20_filled": 61120, + "ic_fluent_speaker_2_20_regular": 61121, + "ic_fluent_speaker_bluetooth_20_filled": 61122, + "ic_fluent_speaker_bluetooth_20_regular": 61123, + "ic_fluent_speaker_box_20_filled": 61124, + "ic_fluent_speaker_box_20_regular": 61125, + "ic_fluent_speaker_edit_20_filled": 61126, + "ic_fluent_speaker_edit_20_regular": 61127, + "ic_fluent_speaker_mute_20_filled": 61128, + "ic_fluent_speaker_mute_20_regular": 61129, + "ic_fluent_speaker_off_20_filled": 61130, + "ic_fluent_speaker_off_20_regular": 61131, + "ic_fluent_speaker_settings_20_filled": 61132, + "ic_fluent_speaker_settings_20_regular": 61133, + "ic_fluent_speaker_usb_20_filled": 61134, + "ic_fluent_speaker_usb_20_regular": 61135, + "ic_fluent_spinner_ios_20_filled": 61136, + "ic_fluent_spinner_ios_20_regular": 61137, + "ic_fluent_split_hint_20_filled": 61138, + "ic_fluent_split_hint_20_regular": 61139, + "ic_fluent_split_horizontal_20_filled": 61140, + "ic_fluent_split_horizontal_20_regular": 61141, + "ic_fluent_split_vertical_20_filled": 61142, + "ic_fluent_split_vertical_20_regular": 61143, + "ic_fluent_sport_20_filled": 61144, + "ic_fluent_sport_20_regular": 61145, + "ic_fluent_sport_american_football_20_filled": 61146, + "ic_fluent_sport_american_football_20_regular": 61147, + "ic_fluent_sport_baseball_20_filled": 61148, + "ic_fluent_sport_baseball_20_regular": 61149, + "ic_fluent_sport_basketball_20_filled": 61150, + "ic_fluent_sport_basketball_20_regular": 61151, + "ic_fluent_sport_hockey_20_filled": 61152, + "ic_fluent_sport_hockey_20_regular": 61153, + "ic_fluent_sport_soccer_20_filled": 61154, + "ic_fluent_sport_soccer_20_regular": 61155, + "ic_fluent_square_20_filled": 61156, + "ic_fluent_square_20_regular": 61157, + "ic_fluent_square_add_20_filled": 61158, + "ic_fluent_square_add_20_regular": 61159, + "ic_fluent_square_arrow_forward_20_filled": 61160, + "ic_fluent_square_arrow_forward_20_regular": 61161, + "ic_fluent_square_dismiss_20_filled": 61162, + "ic_fluent_square_dismiss_20_regular": 61163, + "ic_fluent_square_eraser_20_filled": 61164, + "ic_fluent_square_eraser_20_regular": 61165, + "ic_fluent_square_hint_20_filled": 61166, + "ic_fluent_square_hint_20_regular": 61167, + "ic_fluent_square_hint_apps_20_filled": 61168, + "ic_fluent_square_hint_apps_20_regular": 61169, + "ic_fluent_square_hint_arrow_back_20_filled": 61170, + "ic_fluent_square_hint_arrow_back_20_regular": 61171, + "ic_fluent_square_hint_hexagon_20_filled": 61172, + "ic_fluent_square_hint_hexagon_20_regular": 61173, + "ic_fluent_square_hint_sparkles_20_filled": 61174, + "ic_fluent_square_hint_sparkles_20_regular": 61175, + "ic_fluent_square_multiple_20_filled": 61176, + "ic_fluent_square_multiple_20_regular": 61177, + "ic_fluent_square_shadow_20_filled": 61178, + "ic_fluent_square_shadow_20_regular": 61179, + "ic_fluent_squares_nested_20_filled": 61180, + "ic_fluent_squares_nested_20_regular": 61181, + "ic_fluent_stack_20_filled": 61182, + "ic_fluent_stack_20_regular": 61183, + "ic_fluent_stack_add_20_filled": 61184, + "ic_fluent_stack_add_20_regular": 61185, + "ic_fluent_stack_arrow_forward_20_filled": 61186, + "ic_fluent_stack_arrow_forward_20_regular": 61187, + "ic_fluent_stack_star_20_filled": 61188, + "ic_fluent_stack_star_20_regular": 61189, + "ic_fluent_stack_vertical_20_filled": 61190, + "ic_fluent_stack_vertical_20_regular": 61191, + "ic_fluent_star_20_filled": 61192, + "ic_fluent_star_20_regular": 61193, + "ic_fluent_star_add_20_filled": 61194, + "ic_fluent_star_add_20_regular": 61195, + "ic_fluent_star_arrow_back_20_filled": 61196, + "ic_fluent_star_arrow_back_20_regular": 61197, + "ic_fluent_star_arrow_right_end_20_filled": 61198, + "ic_fluent_star_arrow_right_end_20_regular": 61199, + "ic_fluent_star_arrow_right_start_20_filled": 61200, + "ic_fluent_star_arrow_right_start_20_regular": 61201, + "ic_fluent_star_checkmark_20_filled": 61202, + "ic_fluent_star_checkmark_20_regular": 61203, + "ic_fluent_star_dismiss_20_filled": 61204, + "ic_fluent_star_dismiss_20_regular": 61205, + "ic_fluent_star_edit_20_filled": 61206, + "ic_fluent_star_edit_20_regular": 61207, + "ic_fluent_star_emphasis_20_filled": 61208, + "ic_fluent_star_emphasis_20_regular": 61209, + "ic_fluent_star_half_20_filled": 61210, + "ic_fluent_star_half_20_regular": 61211, + "ic_fluent_star_line_horizontal_3_20_filled": 61212, + "ic_fluent_star_line_horizontal_3_20_regular": 61213, + "ic_fluent_star_off_20_filled": 61214, + "ic_fluent_star_off_20_regular": 61215, + "ic_fluent_star_one_quarter_20_filled": 61216, + "ic_fluent_star_one_quarter_20_regular": 61217, + "ic_fluent_star_prohibited_20_filled": 61218, + "ic_fluent_star_prohibited_20_regular": 61219, + "ic_fluent_star_settings_20_filled": 61220, + "ic_fluent_star_settings_20_regular": 61221, + "ic_fluent_star_three_quarter_20_filled": 61222, + "ic_fluent_star_three_quarter_20_regular": 61223, + "ic_fluent_status_20_filled": 61224, + "ic_fluent_status_20_regular": 61225, + "ic_fluent_step_20_filled": 61226, + "ic_fluent_step_20_regular": 61227, + "ic_fluent_steps_20_filled": 61228, + "ic_fluent_steps_20_regular": 61229, + "ic_fluent_stethoscope_20_filled": 61230, + "ic_fluent_stethoscope_20_regular": 61231, + "ic_fluent_sticker_20_filled": 61232, + "ic_fluent_sticker_20_regular": 61233, + "ic_fluent_sticker_add_20_filled": 61234, + "ic_fluent_sticker_add_20_regular": 61235, + "ic_fluent_stop_20_filled": 61236, + "ic_fluent_stop_20_regular": 61237, + "ic_fluent_storage_20_filled": 61238, + "ic_fluent_storage_20_regular": 61239, + "ic_fluent_store_microsoft_20_filled": 61240, + "ic_fluent_store_microsoft_20_regular": 61241, + "ic_fluent_stream_20_filled": 61242, + "ic_fluent_stream_20_regular": 61243, + "ic_fluent_stream_input_20_filled": 61244, + "ic_fluent_stream_input_20_regular": 61245, + "ic_fluent_stream_input_output_20_filled": 61246, + "ic_fluent_stream_input_output_20_regular": 61247, + "ic_fluent_stream_output_20_filled": 61248, + "ic_fluent_stream_output_20_regular": 61249, + "ic_fluent_street_sign_20_filled": 61250, + "ic_fluent_street_sign_20_regular": 61251, + "ic_fluent_style_guide_20_filled": 61252, + "ic_fluent_style_guide_20_regular": 61253, + "ic_fluent_sub_grid_20_filled": 61254, + "ic_fluent_sub_grid_20_regular": 61255, + "ic_fluent_subtitles_20_filled": 61256, + "ic_fluent_subtitles_20_regular": 61257, + "ic_fluent_subtract_20_filled": 61258, + "ic_fluent_subtract_20_regular": 61259, + "ic_fluent_subtract_circle_20_filled": 61260, + "ic_fluent_subtract_circle_20_regular": 61261, + "ic_fluent_subtract_circle_arrow_back_20_filled": 61262, + "ic_fluent_subtract_circle_arrow_back_20_regular": 61263, + "ic_fluent_subtract_circle_arrow_forward_20_filled": 61264, + "ic_fluent_subtract_circle_arrow_forward_20_regular": 61265, + "ic_fluent_subtract_parentheses_20_filled": 61266, + "ic_fluent_subtract_parentheses_20_regular": 61267, + "ic_fluent_subtract_square_20_filled": 61268, + "ic_fluent_subtract_square_20_regular": 61269, + "ic_fluent_subtract_square_multiple_20_filled": 61270, + "ic_fluent_subtract_square_multiple_20_regular": 61271, + "ic_fluent_surface_earbuds_20_filled": 61272, + "ic_fluent_surface_earbuds_20_regular": 61273, + "ic_fluent_surface_hub_20_filled": 61274, + "ic_fluent_surface_hub_20_regular": 61275, + "ic_fluent_swimming_pool_20_filled": 61276, + "ic_fluent_swimming_pool_20_regular": 61277, + "ic_fluent_swipe_down_20_filled": 61278, + "ic_fluent_swipe_down_20_regular": 61279, + "ic_fluent_swipe_right_20_filled": 61280, + "ic_fluent_swipe_right_20_regular": 61281, + "ic_fluent_swipe_up_20_filled": 61282, + "ic_fluent_swipe_up_20_regular": 61283, + "ic_fluent_symbols_20_filled": 61284, + "ic_fluent_symbols_20_regular": 61285, + "ic_fluent_sync_off_20_filled": 61286, + "ic_fluent_sync_off_20_regular": 61287, + "ic_fluent_syringe_20_filled": 61288, + "ic_fluent_syringe_20_regular": 61289, + "ic_fluent_system_20_filled": 61290, + "ic_fluent_system_20_regular": 61291, + "ic_fluent_tab_20_filled": 61292, + "ic_fluent_tab_20_regular": 61293, + "ic_fluent_tab_add_20_filled": 61294, + "ic_fluent_tab_add_20_regular": 61295, + "ic_fluent_tab_arrow_left_20_filled": 61296, + "ic_fluent_tab_arrow_left_20_regular": 61297, + "ic_fluent_tab_desktop_20_filled": 61298, + "ic_fluent_tab_desktop_20_regular": 61299, + "ic_fluent_tab_desktop_arrow_clockwise_20_filled": 61300, + "ic_fluent_tab_desktop_arrow_clockwise_20_regular": 61301, + "ic_fluent_tab_desktop_arrow_left_20_filled": 61302, + "ic_fluent_tab_desktop_arrow_left_20_regular": 61303, + "ic_fluent_tab_desktop_bottom_20_filled": 61304, + "ic_fluent_tab_desktop_bottom_20_regular": 61305, + "ic_fluent_tab_desktop_clock_20_filled": 61306, + "ic_fluent_tab_desktop_clock_20_regular": 61307, + "ic_fluent_tab_desktop_copy_20_filled": 61308, + "ic_fluent_tab_desktop_copy_20_regular": 61309, + "ic_fluent_tab_desktop_image_20_filled": 61310, + "ic_fluent_tab_desktop_image_20_regular": 61311, + "ic_fluent_tab_desktop_link_20_filled": 61312, + "ic_fluent_tab_desktop_link_20_regular": 61313, + "ic_fluent_tab_desktop_multiple_20_filled": 61314, + "ic_fluent_tab_desktop_multiple_20_regular": 61315, + "ic_fluent_tab_desktop_multiple_add_20_filled": 61316, + "ic_fluent_tab_desktop_multiple_add_20_regular": 61317, + "ic_fluent_tab_desktop_multiple_bottom_20_filled": 61318, + "ic_fluent_tab_desktop_multiple_bottom_20_regular": 61319, + "ic_fluent_tab_desktop_new_page_20_filled": 61320, + "ic_fluent_tab_desktop_new_page_20_regular": 61321, + "ic_fluent_tab_in_private_20_filled": 61322, + "ic_fluent_tab_in_private_20_regular": 61323, + "ic_fluent_tab_inprivate_account_20_filled": 61324, + "ic_fluent_tab_inprivate_account_20_regular": 61325, + "ic_fluent_tab_prohibited_20_filled": 61326, + "ic_fluent_tab_prohibited_20_regular": 61327, + "ic_fluent_tab_shield_dismiss_20_filled": 61328, + "ic_fluent_tab_shield_dismiss_20_regular": 61329, + "ic_fluent_table_20_filled": 61330, + "ic_fluent_table_20_regular": 61331, + "ic_fluent_table_add_20_filled": 61332, + "ic_fluent_table_add_20_regular": 61333, + "ic_fluent_table_arrow_up_20_filled": 61334, + "ic_fluent_table_arrow_up_20_regular": 61335, + "ic_fluent_table_bottom_row_20_filled": 61336, + "ic_fluent_table_bottom_row_20_regular": 61337, + "ic_fluent_table_calculator_20_filled": 61338, + "ic_fluent_table_calculator_20_regular": 61339, + "ic_fluent_table_cell_edit_20_filled": 61340, + "ic_fluent_table_cell_edit_20_regular": 61341, + "ic_fluent_table_cells_merge_20_filled": 61342, + "ic_fluent_table_cells_merge_20_regular": 61343, + "ic_fluent_table_cells_split_20_filled": 61344, + "ic_fluent_table_cells_split_20_regular": 61345, + "ic_fluent_table_checker_20_filled": 61346, + "ic_fluent_table_checker_20_regular": 61347, + "ic_fluent_table_column_top_bottom_20_filled": 61348, + "ic_fluent_table_column_top_bottom_20_regular": 61349, + "ic_fluent_table_copy_20_filled": 61350, + "ic_fluent_table_copy_20_regular": 61351, + "ic_fluent_table_delete_column_20_filled": 61352, + "ic_fluent_table_delete_column_20_regular": 61353, + "ic_fluent_table_delete_row_20_filled": 61354, + "ic_fluent_table_delete_row_20_regular": 61355, + "ic_fluent_table_dismiss_20_filled": 61356, + "ic_fluent_table_dismiss_20_regular": 61357, + "ic_fluent_table_edit_20_filled": 61358, + "ic_fluent_table_edit_20_regular": 61359, + "ic_fluent_table_freeze_column_20_filled": 61360, + "ic_fluent_table_freeze_column_20_regular": 61361, + "ic_fluent_table_freeze_column_and_row_20_filled": 61362, + "ic_fluent_table_freeze_column_and_row_20_regular": 61363, + "ic_fluent_table_freeze_row_20_filled": 61364, + "ic_fluent_table_freeze_row_20_regular": 61365, + "ic_fluent_table_image_20_filled": 61366, + "ic_fluent_table_image_20_regular": 61367, + "ic_fluent_table_insert_column_20_filled": 61368, + "ic_fluent_table_insert_column_20_regular": 61369, + "ic_fluent_table_insert_row_20_filled": 61370, + "ic_fluent_table_insert_row_20_regular": 61371, + "ic_fluent_table_lightning_20_filled": 61372, + "ic_fluent_table_lightning_20_regular": 61373, + "ic_fluent_table_link_20_filled": 61374, + "ic_fluent_table_link_20_regular": 61375, + "ic_fluent_table_lock_20_filled": 61376, + "ic_fluent_table_lock_20_regular": 61377, + "ic_fluent_table_move_above_20_filled": 61378, + "ic_fluent_table_move_above_20_regular": 61379, + "ic_fluent_table_move_below_20_filled": 61380, + "ic_fluent_table_move_below_20_regular": 61381, + "ic_fluent_table_move_left_20_filled": 61382, + "ic_fluent_table_move_left_20_regular": 61383, + "ic_fluent_table_move_right_20_filled": 61384, + "ic_fluent_table_move_right_20_regular": 61385, + "ic_fluent_table_multiple_20_filled": 61386, + "ic_fluent_table_multiple_20_regular": 61387, + "ic_fluent_table_offset_20_filled": 61388, + "ic_fluent_table_offset_20_regular": 61389, + "ic_fluent_table_offset_add_20_filled": 61390, + "ic_fluent_table_offset_add_20_regular": 61391, + "ic_fluent_table_offset_less_than_or_equal_to_20_filled": 61392, + "ic_fluent_table_offset_less_than_or_equal_to_20_regular": 61393, + "ic_fluent_table_offset_settings_20_filled": 61394, + "ic_fluent_table_offset_settings_20_regular": 61395, + "ic_fluent_table_resize_column_20_filled": 61396, + "ic_fluent_table_resize_column_20_regular": 61397, + "ic_fluent_table_resize_row_20_filled": 61398, + "ic_fluent_table_resize_row_20_regular": 61399, + "ic_fluent_table_search_20_filled": 61400, + "ic_fluent_table_search_20_regular": 61401, + "ic_fluent_table_settings_20_filled": 61402, + "ic_fluent_table_settings_20_regular": 61403, + "ic_fluent_table_simple_20_filled": 61404, + "ic_fluent_table_simple_20_regular": 61405, + "ic_fluent_table_simple_checkmark_20_filled": 61406, + "ic_fluent_table_simple_checkmark_20_regular": 61407, + "ic_fluent_table_simple_exclude_20_filled": 61408, + "ic_fluent_table_simple_exclude_20_regular": 61409, + "ic_fluent_table_simple_include_20_filled": 61410, + "ic_fluent_table_simple_include_20_regular": 61411, + "ic_fluent_table_simple_multiple_20_filled": 61412, + "ic_fluent_table_simple_multiple_20_regular": 61413, + "ic_fluent_table_split_20_filled": 61414, + "ic_fluent_table_split_20_regular": 61415, + "ic_fluent_table_stack_above_20_filled": 61416, + "ic_fluent_table_stack_above_20_regular": 61417, + "ic_fluent_table_stack_below_20_filled": 61418, + "ic_fluent_table_stack_below_20_regular": 61419, + "ic_fluent_table_stack_left_20_filled": 61420, + "ic_fluent_table_stack_left_20_regular": 61421, + "ic_fluent_table_stack_right_20_filled": 61422, + "ic_fluent_table_stack_right_20_regular": 61423, + "ic_fluent_table_switch_20_filled": 61424, + "ic_fluent_table_switch_20_regular": 61425, + "ic_fluent_tablet_20_filled": 61426, + "ic_fluent_tablet_20_regular": 61427, + "ic_fluent_tablet_laptop_20_filled": 61428, + "ic_fluent_tablet_laptop_20_regular": 61429, + "ic_fluent_tablet_speaker_20_filled": 61430, + "ic_fluent_tablet_speaker_20_regular": 61431, + "ic_fluent_tabs_20_filled": 61432, + "ic_fluent_tabs_20_regular": 61433, + "ic_fluent_tag_20_filled": 61434, + "ic_fluent_tag_20_regular": 61435, + "ic_fluent_tag_circle_20_filled": 61436, + "ic_fluent_tag_circle_20_regular": 61437, + "ic_fluent_tag_dismiss_20_filled": 61438, + "ic_fluent_tag_dismiss_20_regular": 61439, + "ic_fluent_tag_error_20_filled": 61440, + "ic_fluent_tag_error_20_regular": 61441, + "ic_fluent_tag_lock_20_filled": 61442, + "ic_fluent_tag_lock_20_regular": 61443, + "ic_fluent_tag_lock_accent_20_filled": 61444, + "ic_fluent_tag_multiple_20_filled": 61445, + "ic_fluent_tag_multiple_20_regular": 61446, + "ic_fluent_tag_off_20_filled": 61447, + "ic_fluent_tag_off_20_regular": 61448, + "ic_fluent_tag_question_mark_20_filled": 61449, + "ic_fluent_tag_question_mark_20_regular": 61450, + "ic_fluent_tag_reset_20_filled": 61451, + "ic_fluent_tag_reset_20_regular": 61452, + "ic_fluent_tag_search_20_filled": 61453, + "ic_fluent_tag_search_20_regular": 61454, + "ic_fluent_tap_double_20_filled": 61455, + "ic_fluent_tap_double_20_regular": 61456, + "ic_fluent_tap_single_20_filled": 61457, + "ic_fluent_tap_single_20_regular": 61458, + "ic_fluent_target_20_filled": 61459, + "ic_fluent_target_20_regular": 61460, + "ic_fluent_target_add_20_filled": 61461, + "ic_fluent_target_add_20_regular": 61462, + "ic_fluent_target_arrow_20_filled": 61463, + "ic_fluent_target_arrow_20_regular": 61464, + "ic_fluent_target_dismiss_20_filled": 61465, + "ic_fluent_target_dismiss_20_regular": 61466, + "ic_fluent_target_edit_20_filled": 61467, + "ic_fluent_target_edit_20_regular": 61468, + "ic_fluent_task_list_add_20_filled": 61469, + "ic_fluent_task_list_add_20_regular": 61470, + "ic_fluent_task_list_ltr_20_filled": 61471, + "ic_fluent_task_list_ltr_20_regular": 61472, + "ic_fluent_task_list_rtl_20_filled": 61473, + "ic_fluent_task_list_rtl_20_regular": 61474, + "ic_fluent_task_list_square_add_20_filled": 61475, + "ic_fluent_task_list_square_add_20_regular": 61476, + "ic_fluent_task_list_square_database_20_filled": 61477, + "ic_fluent_task_list_square_database_20_regular": 61478, + "ic_fluent_task_list_square_ltr_20_filled": 61479, + "ic_fluent_task_list_square_ltr_20_regular": 61480, + "ic_fluent_task_list_square_person_20_filled": 61481, + "ic_fluent_task_list_square_person_20_regular": 61482, + "ic_fluent_task_list_square_rtl_20_filled": 61483, + "ic_fluent_task_list_square_rtl_20_regular": 61484, + "ic_fluent_task_list_square_settings_20_filled": 61485, + "ic_fluent_task_list_square_settings_20_regular": 61486, + "ic_fluent_tasks_app_20_filled": 61487, + "ic_fluent_tasks_app_20_regular": 61488, + "ic_fluent_teardrop_bottom_right_20_filled": 61489, + "ic_fluent_teardrop_bottom_right_20_regular": 61490, + "ic_fluent_teddy_20_filled": 61491, + "ic_fluent_teddy_20_regular": 61492, + "ic_fluent_temperature_20_filled": 61493, + "ic_fluent_temperature_20_regular": 61494, + "ic_fluent_tent_20_filled": 61495, + "ic_fluent_tent_20_regular": 61496, + "ic_fluent_tetris_app_20_filled": 61497, + "ic_fluent_tetris_app_20_regular": 61498, + "ic_fluent_text_add_20_filled": 61499, + "ic_fluent_text_add_20_regular": 61500, + "ic_fluent_text_add_space_after_20_filled": 61501, + "ic_fluent_text_add_space_after_20_regular": 61502, + "ic_fluent_text_add_space_before_20_filled": 61503, + "ic_fluent_text_add_space_before_20_regular": 61504, + "ic_fluent_text_add_t_20_filled": 61505, + "ic_fluent_text_add_t_20_regular": 61506, + "ic_fluent_text_align_center_20_filled": 61507, + "ic_fluent_text_align_center_20_regular": 61508, + "ic_fluent_text_align_center_rotate_270_20_filled": 61509, + "ic_fluent_text_align_center_rotate_270_20_regular": 61510, + "ic_fluent_text_align_center_rotate_90_20_filled": 61511, + "ic_fluent_text_align_center_rotate_90_20_regular": 61512, + "ic_fluent_text_align_distributed_20_filled": 61513, + "ic_fluent_text_align_distributed_20_regular": 61514, + "ic_fluent_text_align_distributed_evenly_20_filled": 61515, + "ic_fluent_text_align_distributed_evenly_20_regular": 61516, + "ic_fluent_text_align_distributed_vertical_20_filled": 61517, + "ic_fluent_text_align_distributed_vertical_20_regular": 61518, + "ic_fluent_text_align_justify_20_filled": 61519, + "ic_fluent_text_align_justify_20_regular": 61520, + "ic_fluent_text_align_justify_low_20_filled": 61521, + "ic_fluent_text_align_justify_low_20_regular": 61522, + "ic_fluent_text_align_justify_low_90_20_filled": 61523, + "ic_fluent_text_align_justify_low_90_20_regular": 61524, + "ic_fluent_text_align_justify_low_rotate_270_20_filled": 61525, + "ic_fluent_text_align_justify_low_rotate_270_20_regular": 61526, + "ic_fluent_text_align_justify_low_rotate_90_20_filled": 61527, + "ic_fluent_text_align_justify_low_rotate_90_20_regular": 61528, + "ic_fluent_text_align_justify_rotate_270_20_filled": 61529, + "ic_fluent_text_align_justify_rotate_270_20_regular": 61530, + "ic_fluent_text_align_justify_rotate_90_20_filled": 61531, + "ic_fluent_text_align_justify_rotate_90_20_regular": 61532, + "ic_fluent_text_align_left_20_filled": 61533, + "ic_fluent_text_align_left_20_regular": 61534, + "ic_fluent_text_align_left_rotate_270_20_filled": 61535, + "ic_fluent_text_align_left_rotate_270_20_regular": 61536, + "ic_fluent_text_align_left_rotate_90_20_filled": 61537, + "ic_fluent_text_align_left_rotate_90_20_regular": 61538, + "ic_fluent_text_align_right_20_filled": 61539, + "ic_fluent_text_align_right_20_regular": 61540, + "ic_fluent_text_align_right_rotate_270_20_filled": 61541, + "ic_fluent_text_align_right_rotate_270_20_regular": 61542, + "ic_fluent_text_align_right_rotate_90_20_filled": 61543, + "ic_fluent_text_align_right_rotate_90_20_regular": 61544, + "ic_fluent_text_arrow_down_right_column_20_filled": 61545, + "ic_fluent_text_arrow_down_right_column_20_regular": 61546, + "ic_fluent_text_asterisk_20_filled": 61547, + "ic_fluent_text_asterisk_20_regular": 61548, + "ic_fluent_text_baseline_20_filled": 61549, + "ic_fluent_text_baseline_20_regular": 61550, + "ic_fluent_text_bold_20_filled": 61551, + "ic_fluent_text_bold_20_regular": 61552, + "ic_fluent_text_box_settings_20_filled": 61553, + "ic_fluent_text_box_settings_20_regular": 61554, + "ic_fluent_text_bullet_list_20_filled": 61555, + "ic_fluent_text_bullet_list_20_regular": 61556, + "ic_fluent_text_bullet_list_90_20_filled": 61557, + "ic_fluent_text_bullet_list_90_20_regular": 61558, + "ic_fluent_text_bullet_list_add_20_filled": 61559, + "ic_fluent_text_bullet_list_add_20_regular": 61560, + "ic_fluent_text_bullet_list_checkmark_20_filled": 61561, + "ic_fluent_text_bullet_list_checkmark_20_regular": 61562, + "ic_fluent_text_bullet_list_dismiss_20_filled": 61563, + "ic_fluent_text_bullet_list_dismiss_20_regular": 61564, + "ic_fluent_text_bullet_list_ltr_20_filled": 61565, + "ic_fluent_text_bullet_list_ltr_20_regular": 61566, + "ic_fluent_text_bullet_list_ltr_90_20_filled": 61567, + "ic_fluent_text_bullet_list_ltr_90_20_regular": 61568, + "ic_fluent_text_bullet_list_rtl_20_filled": 61569, + "ic_fluent_text_bullet_list_rtl_20_regular": 61570, + "ic_fluent_text_bullet_list_rtl_90_20_filled": 61571, + "ic_fluent_text_bullet_list_rtl_90_20_regular": 61572, + "ic_fluent_text_bullet_list_square_20_filled": 61573, + "ic_fluent_text_bullet_list_square_20_regular": 61574, + "ic_fluent_text_bullet_list_square_clock_20_filled": 61575, + "ic_fluent_text_bullet_list_square_clock_20_regular": 61576, + "ic_fluent_text_bullet_list_square_edit_20_filled": 61577, + "ic_fluent_text_bullet_list_square_edit_20_regular": 61578, + "ic_fluent_text_bullet_list_square_person_20_filled": 61579, + "ic_fluent_text_bullet_list_square_person_20_regular": 61580, + "ic_fluent_text_bullet_list_square_search_20_filled": 61581, + "ic_fluent_text_bullet_list_square_search_20_regular": 61582, + "ic_fluent_text_bullet_list_square_settings_20_filled": 61583, + "ic_fluent_text_bullet_list_square_settings_20_regular": 61584, + "ic_fluent_text_bullet_list_square_shield_20_filled": 61585, + "ic_fluent_text_bullet_list_square_shield_20_regular": 61586, + "ic_fluent_text_bullet_list_square_sparkle_20_filled": 61587, + "ic_fluent_text_bullet_list_square_sparkle_20_regular": 61588, + "ic_fluent_text_bullet_list_square_toolbox_20_filled": 61589, + "ic_fluent_text_bullet_list_square_toolbox_20_regular": 61590, + "ic_fluent_text_bullet_list_square_warning_20_filled": 61591, + "ic_fluent_text_bullet_list_square_warning_20_regular": 61592, + "ic_fluent_text_bullet_list_tree_20_filled": 61593, + "ic_fluent_text_bullet_list_tree_20_regular": 61594, + "ic_fluent_text_case_lowercase_20_filled": 61595, + "ic_fluent_text_case_lowercase_20_regular": 61596, + "ic_fluent_text_case_title_20_filled": 61597, + "ic_fluent_text_case_title_20_regular": 61598, + "ic_fluent_text_case_uppercase_20_filled": 61599, + "ic_fluent_text_case_uppercase_20_regular": 61600, + "ic_fluent_text_change_case_20_filled": 61601, + "ic_fluent_text_change_case_20_regular": 61602, + "ic_fluent_text_clear_formatting_20_filled": 61603, + "ic_fluent_text_clear_formatting_20_regular": 61604, + "ic_fluent_text_collapse_20_filled": 61605, + "ic_fluent_text_collapse_20_regular": 61606, + "ic_fluent_text_color_20_filled": 61607, + "ic_fluent_text_color_20_regular": 61608, + "ic_fluent_text_color_accent_20_filled": 61609, + "ic_fluent_text_column_one_20_filled": 61610, + "ic_fluent_text_column_one_20_regular": 61611, + "ic_fluent_text_column_one_narrow_20_filled": 61612, + "ic_fluent_text_column_one_narrow_20_regular": 61613, + "ic_fluent_text_column_one_semi_narrow_20_filled": 61614, + "ic_fluent_text_column_one_semi_narrow_20_regular": 61615, + "ic_fluent_text_column_one_wide_20_filled": 61616, + "ic_fluent_text_column_one_wide_20_regular": 61617, + "ic_fluent_text_column_one_wide_lightning_20_filled": 61618, + "ic_fluent_text_column_one_wide_lightning_20_regular": 61619, + "ic_fluent_text_column_three_20_filled": 61620, + "ic_fluent_text_column_three_20_regular": 61621, + "ic_fluent_text_column_two_20_filled": 61622, + "ic_fluent_text_column_two_20_regular": 61623, + "ic_fluent_text_column_two_left_20_filled": 61624, + "ic_fluent_text_column_two_left_20_regular": 61625, + "ic_fluent_text_column_two_right_20_filled": 61626, + "ic_fluent_text_column_two_right_20_regular": 61627, + "ic_fluent_text_column_wide_20_filled": 61628, + "ic_fluent_text_column_wide_20_regular": 61629, + "ic_fluent_text_continuous_20_filled": 61630, + "ic_fluent_text_continuous_20_regular": 61631, + "ic_fluent_text_density_20_filled": 61632, + "ic_fluent_text_density_20_regular": 61633, + "ic_fluent_text_description_20_filled": 61634, + "ic_fluent_text_description_20_regular": 61635, + "ic_fluent_text_description_ltr_20_filled": 61636, + "ic_fluent_text_description_ltr_20_regular": 61637, + "ic_fluent_text_description_rtl_20_filled": 61638, + "ic_fluent_text_description_rtl_20_regular": 61639, + "ic_fluent_text_direction_horizontal_left_20_filled": 61640, + "ic_fluent_text_direction_horizontal_left_20_regular": 61641, + "ic_fluent_text_direction_horizontal_ltr_20_filled": 61642, + "ic_fluent_text_direction_horizontal_ltr_20_regular": 61643, + "ic_fluent_text_direction_horizontal_right_20_filled": 61644, + "ic_fluent_text_direction_horizontal_right_20_regular": 61645, + "ic_fluent_text_direction_horizontal_rtl_20_filled": 61646, + "ic_fluent_text_direction_horizontal_rtl_20_regular": 61647, + "ic_fluent_text_direction_rotate_270_right_20_filled": 61648, + "ic_fluent_text_direction_rotate_270_right_20_regular": 61649, + "ic_fluent_text_direction_rotate_315_right_20_filled": 61650, + "ic_fluent_text_direction_rotate_315_right_20_regular": 61651, + "ic_fluent_text_direction_rotate_45_right_20_filled": 61652, + "ic_fluent_text_direction_rotate_45_right_20_regular": 61653, + "ic_fluent_text_direction_rotate_90_left_20_filled": 61654, + "ic_fluent_text_direction_rotate_90_left_20_regular": 61655, + "ic_fluent_text_direction_rotate_90_ltr_20_filled": 61656, + "ic_fluent_text_direction_rotate_90_ltr_20_regular": 61657, + "ic_fluent_text_direction_rotate_90_right_20_filled": 61658, + "ic_fluent_text_direction_rotate_90_right_20_regular": 61659, + "ic_fluent_text_direction_rotate_90_rtl_20_filled": 61660, + "ic_fluent_text_direction_rotate_90_rtl_20_regular": 61661, + "ic_fluent_text_direction_vertical_20_filled": 61662, + "ic_fluent_text_direction_vertical_20_regular": 61663, + "ic_fluent_text_edit_style_20_filled": 61664, + "ic_fluent_text_edit_style_20_regular": 61665, + "ic_fluent_text_effects_20_filled": 61666, + "ic_fluent_text_effects_20_regular": 61667, + "ic_fluent_text_effects_sparkle_20_filled": 61668, + "ic_fluent_text_effects_sparkle_20_regular": 61669, + "ic_fluent_text_expand_20_filled": 61670, + "ic_fluent_text_expand_20_regular": 61671, + "ic_fluent_text_field_20_filled": 61672, + "ic_fluent_text_field_20_regular": 61673, + "ic_fluent_text_first_line_20_filled": 61674, + "ic_fluent_text_first_line_20_regular": 61675, + "ic_fluent_text_font_20_filled": 61676, + "ic_fluent_text_font_20_regular": 61677, + "ic_fluent_text_font_info_20_filled": 61678, + "ic_fluent_text_font_info_20_regular": 61679, + "ic_fluent_text_font_size_20_filled": 61680, + "ic_fluent_text_font_size_20_regular": 61681, + "ic_fluent_text_footnote_20_filled": 61682, + "ic_fluent_text_footnote_20_regular": 61683, + "ic_fluent_text_grammar_arrow_left_20_filled": 61684, + "ic_fluent_text_grammar_arrow_left_20_regular": 61685, + "ic_fluent_text_grammar_arrow_right_20_filled": 61686, + "ic_fluent_text_grammar_arrow_right_20_regular": 61687, + "ic_fluent_text_grammar_checkmark_20_filled": 61688, + "ic_fluent_text_grammar_checkmark_20_regular": 61689, + "ic_fluent_text_grammar_dismiss_20_filled": 61690, + "ic_fluent_text_grammar_dismiss_20_regular": 61691, + "ic_fluent_text_grammar_error_20_filled": 61692, + "ic_fluent_text_grammar_error_20_regular": 61693, + "ic_fluent_text_grammar_lightning_20_filled": 61694, + "ic_fluent_text_grammar_lightning_20_regular": 61695, + "ic_fluent_text_grammar_settings_20_filled": 61696, + "ic_fluent_text_grammar_settings_20_regular": 61697, + "ic_fluent_text_grammar_wand_20_filled": 61698, + "ic_fluent_text_grammar_wand_20_regular": 61699, + "ic_fluent_text_hanging_20_filled": 61700, + "ic_fluent_text_hanging_20_regular": 61701, + "ic_fluent_text_header_1_20_filled": 61702, + "ic_fluent_text_header_1_20_regular": 61703, + "ic_fluent_text_header_1_lines_20_filled": 61704, + "ic_fluent_text_header_1_lines_20_regular": 61705, + "ic_fluent_text_header_1_lines_caret_20_filled": 61706, + "ic_fluent_text_header_1_lines_caret_20_regular": 61707, + "ic_fluent_text_header_2_20_filled": 61708, + "ic_fluent_text_header_2_20_regular": 61709, + "ic_fluent_text_header_2_lines_20_filled": 61710, + "ic_fluent_text_header_2_lines_20_regular": 61711, + "ic_fluent_text_header_2_lines_caret_20_filled": 61712, + "ic_fluent_text_header_2_lines_caret_20_regular": 61713, + "ic_fluent_text_header_3_20_filled": 61714, + "ic_fluent_text_header_3_20_regular": 61715, + "ic_fluent_text_header_3_lines_20_filled": 61716, + "ic_fluent_text_header_3_lines_20_regular": 61717, + "ic_fluent_text_header_3_lines_caret_20_filled": 61718, + "ic_fluent_text_header_3_lines_caret_20_regular": 61719, + "ic_fluent_text_indent_decrease_20_filled": 61720, + "ic_fluent_text_indent_decrease_20_regular": 61721, + "ic_fluent_text_indent_decrease_ltr_20_filled": 61722, + "ic_fluent_text_indent_decrease_ltr_20_regular": 61723, + "ic_fluent_text_indent_decrease_ltr_90_20_filled": 61724, + "ic_fluent_text_indent_decrease_ltr_90_20_regular": 61725, + "ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled": 61726, + "ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular": 61727, + "ic_fluent_text_indent_decrease_rotate_270_20_filled": 61728, + "ic_fluent_text_indent_decrease_rotate_270_20_regular": 61729, + "ic_fluent_text_indent_decrease_rotate_90_20_filled": 61730, + "ic_fluent_text_indent_decrease_rotate_90_20_regular": 61731, + "ic_fluent_text_indent_decrease_rtl_20_filled": 61732, + "ic_fluent_text_indent_decrease_rtl_20_regular": 61733, + "ic_fluent_text_indent_decrease_rtl_90_20_filled": 61734, + "ic_fluent_text_indent_decrease_rtl_90_20_regular": 61735, + "ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled": 61736, + "ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular": 61737, + "ic_fluent_text_indent_increase_20_filled": 61738, + "ic_fluent_text_indent_increase_20_regular": 61739, + "ic_fluent_text_indent_increase_ltr_20_filled": 61740, + "ic_fluent_text_indent_increase_ltr_20_regular": 61741, + "ic_fluent_text_indent_increase_ltr_90_20_filled": 61742, + "ic_fluent_text_indent_increase_ltr_90_20_regular": 61743, + "ic_fluent_text_indent_increase_ltr_rotate_270_20_filled": 61744, + "ic_fluent_text_indent_increase_ltr_rotate_270_20_regular": 61745, + "ic_fluent_text_indent_increase_rotate_270_20_filled": 61746, + "ic_fluent_text_indent_increase_rotate_270_20_regular": 61747, + "ic_fluent_text_indent_increase_rotate_90_20_filled": 61748, + "ic_fluent_text_indent_increase_rotate_90_20_regular": 61749, + "ic_fluent_text_indent_increase_rtl_20_filled": 61750, + "ic_fluent_text_indent_increase_rtl_20_regular": 61751, + "ic_fluent_text_indent_increase_rtl_90_20_filled": 61752, + "ic_fluent_text_indent_increase_rtl_90_20_regular": 61753, + "ic_fluent_text_indent_increase_rtl_rotate_270_20_filled": 61754, + "ic_fluent_text_indent_increase_rtl_rotate_270_20_regular": 61755, + "ic_fluent_text_italic_20_filled": 61756, + "ic_fluent_text_italic_20_regular": 61757, + "ic_fluent_text_line_spacing_20_filled": 61758, + "ic_fluent_text_line_spacing_20_regular": 61759, + "ic_fluent_text_more_20_filled": 61760, + "ic_fluent_text_more_20_regular": 61761, + "ic_fluent_text_number_format_20_filled": 61762, + "ic_fluent_text_number_format_20_regular": 61763, + "ic_fluent_text_number_list_ltr_20_filled": 61764, + "ic_fluent_text_number_list_ltr_20_regular": 61765, + "ic_fluent_text_number_list_ltr_90_20_filled": 61766, + "ic_fluent_text_number_list_ltr_90_20_regular": 61767, + "ic_fluent_text_number_list_ltr_rotate_270_20_filled": 61768, + "ic_fluent_text_number_list_ltr_rotate_270_20_regular": 61769, + "ic_fluent_text_number_list_rotate_270_20_filled": 61770, + "ic_fluent_text_number_list_rotate_270_20_regular": 61771, + "ic_fluent_text_number_list_rotate_90_20_filled": 61772, + "ic_fluent_text_number_list_rotate_90_20_regular": 61773, + "ic_fluent_text_number_list_rtl_20_filled": 61774, + "ic_fluent_text_number_list_rtl_20_regular": 61775, + "ic_fluent_text_number_list_rtl_90_20_filled": 61776, + "ic_fluent_text_number_list_rtl_90_20_regular": 61777, + "ic_fluent_text_number_list_rtl_rotate_270_20_filled": 61778, + "ic_fluent_text_number_list_rtl_rotate_270_20_regular": 61779, + "ic_fluent_text_paragraph_20_filled": 61780, + "ic_fluent_text_paragraph_20_regular": 61781, + "ic_fluent_text_paragraph_direction_20_filled": 61782, + "ic_fluent_text_paragraph_direction_20_regular": 61783, + "ic_fluent_text_paragraph_direction_left_20_filled": 61784, + "ic_fluent_text_paragraph_direction_left_20_regular": 61785, + "ic_fluent_text_paragraph_direction_right_20_filled": 61786, + "ic_fluent_text_paragraph_direction_right_20_regular": 61787, + "ic_fluent_text_period_asterisk_20_filled": 61788, + "ic_fluent_text_period_asterisk_20_regular": 61789, + "ic_fluent_text_position_behind_20_filled": 61790, + "ic_fluent_text_position_behind_20_regular": 61791, + "ic_fluent_text_position_front_20_filled": 61792, + "ic_fluent_text_position_front_20_regular": 61793, + "ic_fluent_text_position_line_20_filled": 61794, + "ic_fluent_text_position_line_20_regular": 61795, + "ic_fluent_text_position_square_20_filled": 61796, + "ic_fluent_text_position_square_20_regular": 61797, + "ic_fluent_text_position_square_left_20_filled": 61798, + "ic_fluent_text_position_square_left_20_regular": 61799, + "ic_fluent_text_position_square_right_20_filled": 61800, + "ic_fluent_text_position_square_right_20_regular": 61801, + "ic_fluent_text_position_through_20_filled": 61802, + "ic_fluent_text_position_through_20_regular": 61803, + "ic_fluent_text_position_tight_20_filled": 61804, + "ic_fluent_text_position_tight_20_regular": 61805, + "ic_fluent_text_position_top_bottom_20_filled": 61806, + "ic_fluent_text_position_top_bottom_20_regular": 61807, + "ic_fluent_text_proofing_tools_20_filled": 61808, + "ic_fluent_text_proofing_tools_20_regular": 61809, + "ic_fluent_text_quote_20_filled": 61810, + "ic_fluent_text_quote_20_regular": 61811, + "ic_fluent_text_sort_ascending_20_filled": 61812, + "ic_fluent_text_sort_ascending_20_regular": 61813, + "ic_fluent_text_sort_descending_20_filled": 61814, + "ic_fluent_text_sort_descending_20_regular": 61815, + "ic_fluent_text_strikethrough_20_filled": 61816, + "ic_fluent_text_strikethrough_20_regular": 61817, + "ic_fluent_text_subscript_20_filled": 61818, + "ic_fluent_text_subscript_20_regular": 61819, + "ic_fluent_text_superscript_20_filled": 61820, + "ic_fluent_text_superscript_20_regular": 61821, + "ic_fluent_text_t_20_filled": 61822, + "ic_fluent_text_t_20_regular": 61823, + "ic_fluent_text_underline_20_filled": 61824, + "ic_fluent_text_underline_20_regular": 61825, + "ic_fluent_text_underline_character_u_20_filled": 61826, + "ic_fluent_text_underline_character_u_20_regular": 61827, + "ic_fluent_text_underline_double_20_filled": 61828, + "ic_fluent_text_underline_double_20_regular": 61829, + "ic_fluent_text_whole_word_20_filled": 61830, + "ic_fluent_text_whole_word_20_regular": 61831, + "ic_fluent_text_word_count_20_filled": 61832, + "ic_fluent_text_word_count_20_regular": 61833, + "ic_fluent_text_wrap_20_filled": 61834, + "ic_fluent_text_wrap_20_regular": 61835, + "ic_fluent_text_wrap_off_20_filled": 61836, + "ic_fluent_text_wrap_off_20_regular": 61837, + "ic_fluent_textbox_20_filled": 61838, + "ic_fluent_textbox_20_regular": 61839, + "ic_fluent_textbox_align_bottom_20_filled": 61840, + "ic_fluent_textbox_align_bottom_20_regular": 61841, + "ic_fluent_textbox_align_bottom_center_20_filled": 61842, + "ic_fluent_textbox_align_bottom_center_20_regular": 61843, + "ic_fluent_textbox_align_bottom_left_20_filled": 61844, + "ic_fluent_textbox_align_bottom_left_20_regular": 61845, + "ic_fluent_textbox_align_bottom_right_20_filled": 61846, + "ic_fluent_textbox_align_bottom_right_20_regular": 61847, + "ic_fluent_textbox_align_bottom_rotate_90_20_filled": 61848, + "ic_fluent_textbox_align_bottom_rotate_90_20_regular": 61849, + "ic_fluent_textbox_align_center_20_filled": 61850, + "ic_fluent_textbox_align_center_20_regular": 61851, + "ic_fluent_textbox_align_middle_20_filled": 61852, + "ic_fluent_textbox_align_middle_20_regular": 61853, + "ic_fluent_textbox_align_middle_left_20_filled": 61854, + "ic_fluent_textbox_align_middle_left_20_regular": 61855, + "ic_fluent_textbox_align_middle_right_20_filled": 61856, + "ic_fluent_textbox_align_middle_right_20_regular": 61857, + "ic_fluent_textbox_align_middle_rotate_90_20_filled": 61858, + "ic_fluent_textbox_align_middle_rotate_90_20_regular": 61859, + "ic_fluent_textbox_align_top_20_filled": 61860, + "ic_fluent_textbox_align_top_20_regular": 61861, + "ic_fluent_textbox_align_top_center_20_filled": 61862, + "ic_fluent_textbox_align_top_center_20_regular": 61863, + "ic_fluent_textbox_align_top_left_20_filled": 61864, + "ic_fluent_textbox_align_top_left_20_regular": 61865, + "ic_fluent_textbox_align_top_right_20_filled": 61866, + "ic_fluent_textbox_align_top_right_20_regular": 61867, + "ic_fluent_textbox_align_top_rotate_90_20_filled": 61868, + "ic_fluent_textbox_align_top_rotate_90_20_regular": 61869, + "ic_fluent_textbox_more_20_filled": 61870, + "ic_fluent_textbox_more_20_regular": 61871, + "ic_fluent_textbox_rotate_90_20_filled": 61872, + "ic_fluent_textbox_rotate_90_20_regular": 61873, + "ic_fluent_textbox_settings_20_filled": 61874, + "ic_fluent_textbox_settings_20_regular": 61875, + "ic_fluent_thinking_20_filled": 61876, + "ic_fluent_thinking_20_regular": 61877, + "ic_fluent_thumb_dislike_20_filled": 61878, + "ic_fluent_thumb_dislike_20_regular": 61879, + "ic_fluent_thumb_like_20_filled": 61880, + "ic_fluent_thumb_like_20_regular": 61881, + "ic_fluent_thumb_like_dislike_20_filled": 61882, + "ic_fluent_thumb_like_dislike_20_regular": 61883, + "ic_fluent_ticket_diagonal_20_filled": 61884, + "ic_fluent_ticket_diagonal_20_regular": 61885, + "ic_fluent_ticket_horizontal_20_filled": 61886, + "ic_fluent_ticket_horizontal_20_regular": 61887, + "ic_fluent_time_and_weather_20_filled": 61888, + "ic_fluent_time_and_weather_20_regular": 61889, + "ic_fluent_time_picker_20_filled": 61890, + "ic_fluent_time_picker_20_regular": 61891, + "ic_fluent_timeline_20_filled": 61892, + "ic_fluent_timeline_20_regular": 61893, + "ic_fluent_timer_10_20_filled": 61894, + "ic_fluent_timer_10_20_regular": 61895, + "ic_fluent_timer_2_20_filled": 61896, + "ic_fluent_timer_2_20_regular": 61897, + "ic_fluent_timer_20_filled": 61898, + "ic_fluent_timer_20_regular": 61899, + "ic_fluent_timer_3_20_filled": 61900, + "ic_fluent_timer_3_20_regular": 61901, + "ic_fluent_timer_off_20_filled": 61902, + "ic_fluent_timer_off_20_regular": 61903, + "ic_fluent_toggle_left_20_filled": 61904, + "ic_fluent_toggle_left_20_regular": 61905, + "ic_fluent_toggle_multiple_20_filled": 61906, + "ic_fluent_toggle_multiple_20_regular": 61907, + "ic_fluent_toggle_right_20_filled": 61908, + "ic_fluent_toggle_right_20_regular": 61909, + "ic_fluent_toolbox_20_filled": 61910, + "ic_fluent_toolbox_20_regular": 61911, + "ic_fluent_tooltip_quote_20_filled": 61912, + "ic_fluent_tooltip_quote_20_regular": 61913, + "ic_fluent_top_speed_20_filled": 61914, + "ic_fluent_top_speed_20_regular": 61915, + "ic_fluent_translate_20_filled": 61916, + "ic_fluent_translate_20_regular": 61917, + "ic_fluent_translate_auto_20_filled": 61918, + "ic_fluent_translate_auto_20_regular": 61919, + "ic_fluent_translate_off_20_filled": 61920, + "ic_fluent_translate_off_20_regular": 61921, + "ic_fluent_transmission_20_filled": 61922, + "ic_fluent_transmission_20_regular": 61923, + "ic_fluent_tray_item_add_20_filled": 61924, + "ic_fluent_tray_item_add_20_regular": 61925, + "ic_fluent_tray_item_remove_20_filled": 61926, + "ic_fluent_tray_item_remove_20_regular": 61927, + "ic_fluent_tree_deciduous_20_filled": 61928, + "ic_fluent_tree_deciduous_20_regular": 61929, + "ic_fluent_tree_evergreen_20_filled": 61930, + "ic_fluent_tree_evergreen_20_regular": 61931, + "ic_fluent_triangle_20_filled": 61932, + "ic_fluent_triangle_20_regular": 61933, + "ic_fluent_triangle_down_20_filled": 61934, + "ic_fluent_triangle_down_20_regular": 61935, + "ic_fluent_triangle_left_20_filled": 61936, + "ic_fluent_triangle_left_20_regular": 61937, + "ic_fluent_triangle_right_20_filled": 61938, + "ic_fluent_triangle_right_20_regular": 61939, + "ic_fluent_triangle_up_20_filled": 61940, + "ic_fluent_triangle_up_20_regular": 61941, + "ic_fluent_trophy_20_filled": 61942, + "ic_fluent_trophy_20_regular": 61943, + "ic_fluent_trophy_lock_20_filled": 61944, + "ic_fluent_trophy_lock_20_regular": 61945, + "ic_fluent_trophy_off_20_filled": 61946, + "ic_fluent_trophy_off_20_regular": 61947, + "ic_fluent_tv_20_filled": 61948, + "ic_fluent_tv_20_regular": 61949, + "ic_fluent_tv_arrow_right_20_filled": 61950, + "ic_fluent_tv_arrow_right_20_regular": 61951, + "ic_fluent_tv_usb_20_filled": 61952, + "ic_fluent_tv_usb_20_regular": 61953, + "ic_fluent_umbrella_20_filled": 61954, + "ic_fluent_umbrella_20_regular": 61955, + "ic_fluent_uninstall_app_20_filled": 61956, + "ic_fluent_uninstall_app_20_regular": 61957, + "ic_fluent_usb_plug_20_filled": 61958, + "ic_fluent_usb_plug_20_regular": 61959, + "ic_fluent_usb_stick_20_filled": 61960, + "ic_fluent_usb_stick_20_regular": 61961, + "ic_fluent_vault_20_filled": 61962, + "ic_fluent_vault_20_regular": 61963, + "ic_fluent_vehicle_bicycle_20_filled": 61964, + "ic_fluent_vehicle_bicycle_20_regular": 61965, + "ic_fluent_vehicle_bus_20_filled": 61966, + "ic_fluent_vehicle_bus_20_regular": 61967, + "ic_fluent_vehicle_cab_20_filled": 61968, + "ic_fluent_vehicle_cab_20_regular": 61969, + "ic_fluent_vehicle_cable_car_20_filled": 61970, + "ic_fluent_vehicle_cable_car_20_regular": 61971, + "ic_fluent_vehicle_car_20_filled": 61972, + "ic_fluent_vehicle_car_20_regular": 61973, + "ic_fluent_vehicle_car_collision_20_filled": 61974, + "ic_fluent_vehicle_car_collision_20_regular": 61975, + "ic_fluent_vehicle_car_parking_20_filled": 61976, + "ic_fluent_vehicle_car_parking_20_regular": 61977, + "ic_fluent_vehicle_car_profile_20_filled": 61978, + "ic_fluent_vehicle_car_profile_20_regular": 61979, + "ic_fluent_vehicle_car_profile_ltr_20_filled": 61980, + "ic_fluent_vehicle_car_profile_ltr_20_regular": 61981, + "ic_fluent_vehicle_car_profile_ltr_clock_20_filled": 61982, + "ic_fluent_vehicle_car_profile_ltr_clock_20_regular": 61983, + "ic_fluent_vehicle_car_profile_rtl_20_filled": 61984, + "ic_fluent_vehicle_car_profile_rtl_20_regular": 61985, + "ic_fluent_vehicle_ship_20_filled": 61986, + "ic_fluent_vehicle_ship_20_regular": 61987, + "ic_fluent_vehicle_subway_20_filled": 61988, + "ic_fluent_vehicle_subway_20_regular": 61989, + "ic_fluent_vehicle_subway_clock_20_filled": 61990, + "ic_fluent_vehicle_subway_clock_20_regular": 61991, + "ic_fluent_vehicle_truck_20_filled": 61992, + "ic_fluent_vehicle_truck_20_regular": 61993, + "ic_fluent_vehicle_truck_bag_20_filled": 61994, + "ic_fluent_vehicle_truck_bag_20_regular": 61995, + "ic_fluent_vehicle_truck_cube_20_filled": 61996, + "ic_fluent_vehicle_truck_cube_20_regular": 61997, + "ic_fluent_vehicle_truck_profile_20_filled": 61998, + "ic_fluent_vehicle_truck_profile_20_regular": 61999, + "ic_fluent_video_20_filled": 62000, + "ic_fluent_video_20_regular": 62001, + "ic_fluent_video_360_20_filled": 62002, + "ic_fluent_video_360_20_regular": 62003, + "ic_fluent_video_360_off_20_filled": 62004, + "ic_fluent_video_360_off_20_regular": 62005, + "ic_fluent_video_add_20_filled": 62006, + "ic_fluent_video_add_20_regular": 62007, + "ic_fluent_video_background_effect_20_filled": 62008, + "ic_fluent_video_background_effect_20_regular": 62009, + "ic_fluent_video_background_effect_horizontal_20_filled": 62010, + "ic_fluent_video_background_effect_horizontal_20_regular": 62011, + "ic_fluent_video_chat_20_filled": 62012, + "ic_fluent_video_chat_20_regular": 62013, + "ic_fluent_video_clip_20_filled": 62014, + "ic_fluent_video_clip_20_regular": 62015, + "ic_fluent_video_clip_multiple_20_filled": 62016, + "ic_fluent_video_clip_multiple_20_regular": 62017, + "ic_fluent_video_clip_off_20_filled": 62018, + "ic_fluent_video_clip_off_20_regular": 62019, + "ic_fluent_video_clip_optimize_20_filled": 62020, + "ic_fluent_video_clip_optimize_20_regular": 62021, + "ic_fluent_video_off_20_filled": 62022, + "ic_fluent_video_off_20_regular": 62023, + "ic_fluent_video_person_20_filled": 62024, + "ic_fluent_video_person_20_regular": 62025, + "ic_fluent_video_person_call_20_filled": 62026, + "ic_fluent_video_person_call_20_regular": 62027, + "ic_fluent_video_person_clock_20_filled": 62028, + "ic_fluent_video_person_clock_20_regular": 62029, + "ic_fluent_video_person_off_20_filled": 62030, + "ic_fluent_video_person_off_20_regular": 62031, + "ic_fluent_video_person_pulse_20_filled": 62032, + "ic_fluent_video_person_pulse_20_regular": 62033, + "ic_fluent_video_person_sparkle_20_filled": 62034, + "ic_fluent_video_person_sparkle_20_regular": 62035, + "ic_fluent_video_person_sparkle_off_20_filled": 62036, + "ic_fluent_video_person_sparkle_off_20_regular": 62037, + "ic_fluent_video_person_star_20_filled": 62038, + "ic_fluent_video_person_star_20_regular": 62039, + "ic_fluent_video_person_star_off_20_filled": 62040, + "ic_fluent_video_person_star_off_20_regular": 62041, + "ic_fluent_video_play_pause_20_filled": 62042, + "ic_fluent_video_play_pause_20_regular": 62043, + "ic_fluent_video_prohibited_20_filled": 62044, + "ic_fluent_video_prohibited_20_regular": 62045, + "ic_fluent_video_recording_20_filled": 62046, + "ic_fluent_video_recording_20_regular": 62047, + "ic_fluent_video_security_20_filled": 62048, + "ic_fluent_video_security_20_regular": 62049, + "ic_fluent_video_switch_20_filled": 62050, + "ic_fluent_video_switch_20_regular": 62051, + "ic_fluent_video_sync_20_filled": 62052, + "ic_fluent_video_sync_20_regular": 62053, + "ic_fluent_view_desktop_20_filled": 62054, + "ic_fluent_view_desktop_20_regular": 62055, + "ic_fluent_view_desktop_mobile_20_filled": 62056, + "ic_fluent_view_desktop_mobile_20_regular": 62057, + "ic_fluent_virtual_network_20_filled": 62058, + "ic_fluent_virtual_network_20_regular": 62059, + "ic_fluent_virtual_network_toolbox_20_filled": 62060, + "ic_fluent_virtual_network_toolbox_20_regular": 62061, + "ic_fluent_voicemail_20_filled": 62062, + "ic_fluent_voicemail_20_regular": 62063, + "ic_fluent_voicemail_arrow_back_20_filled": 62064, + "ic_fluent_voicemail_arrow_back_20_regular": 62065, + "ic_fluent_voicemail_arrow_forward_20_filled": 62066, + "ic_fluent_voicemail_arrow_forward_20_regular": 62067, + "ic_fluent_voicemail_arrow_subtract_20_filled": 62068, + "ic_fluent_voicemail_arrow_subtract_20_regular": 62069, + "ic_fluent_voicemail_shield_20_filled": 62070, + "ic_fluent_voicemail_shield_20_regular": 62071, + "ic_fluent_voicemail_subtract_20_filled": 62072, + "ic_fluent_voicemail_subtract_20_regular": 62073, + "ic_fluent_vote_20_filled": 62074, + "ic_fluent_vote_20_regular": 62075, + "ic_fluent_walkie_talkie_20_filled": 62076, + "ic_fluent_walkie_talkie_20_regular": 62077, + "ic_fluent_wallet_20_filled": 62078, + "ic_fluent_wallet_20_regular": 62079, + "ic_fluent_wallet_credit_card_20_filled": 62080, + "ic_fluent_wallet_credit_card_20_regular": 62081, + "ic_fluent_wallpaper_20_filled": 62082, + "ic_fluent_wallpaper_20_regular": 62083, + "ic_fluent_wand_20_filled": 62084, + "ic_fluent_wand_20_regular": 62085, + "ic_fluent_warning_20_filled": 62086, + "ic_fluent_warning_20_regular": 62087, + "ic_fluent_warning_shield_20_filled": 62088, + "ic_fluent_warning_shield_20_regular": 62089, + "ic_fluent_washer_20_filled": 62090, + "ic_fluent_washer_20_regular": 62091, + "ic_fluent_water_20_filled": 62092, + "ic_fluent_water_20_regular": 62093, + "ic_fluent_weather_blowing_snow_20_filled": 62094, + "ic_fluent_weather_blowing_snow_20_regular": 62095, + "ic_fluent_weather_cloudy_20_filled": 62096, + "ic_fluent_weather_cloudy_20_regular": 62097, + "ic_fluent_weather_drizzle_20_filled": 62098, + "ic_fluent_weather_drizzle_20_regular": 62099, + "ic_fluent_weather_duststorm_20_filled": 62100, + "ic_fluent_weather_duststorm_20_regular": 62101, + "ic_fluent_weather_fog_20_filled": 62102, + "ic_fluent_weather_fog_20_regular": 62103, + "ic_fluent_weather_hail_day_20_filled": 62104, + "ic_fluent_weather_hail_day_20_regular": 62105, + "ic_fluent_weather_hail_night_20_filled": 62106, + "ic_fluent_weather_hail_night_20_regular": 62107, + "ic_fluent_weather_haze_20_filled": 62108, + "ic_fluent_weather_haze_20_regular": 62109, + "ic_fluent_weather_moon_20_filled": 62110, + "ic_fluent_weather_moon_20_regular": 62111, + "ic_fluent_weather_moon_off_20_filled": 62112, + "ic_fluent_weather_moon_off_20_regular": 62113, + "ic_fluent_weather_partly_cloudy_day_20_filled": 62114, + "ic_fluent_weather_partly_cloudy_day_20_regular": 62115, + "ic_fluent_weather_partly_cloudy_night_20_filled": 62116, + "ic_fluent_weather_partly_cloudy_night_20_regular": 62117, + "ic_fluent_weather_rain_20_filled": 62118, + "ic_fluent_weather_rain_20_regular": 62119, + "ic_fluent_weather_rain_showers_day_20_filled": 62120, + "ic_fluent_weather_rain_showers_day_20_regular": 62121, + "ic_fluent_weather_rain_showers_night_20_filled": 62122, + "ic_fluent_weather_rain_showers_night_20_regular": 62123, + "ic_fluent_weather_rain_snow_20_filled": 62124, + "ic_fluent_weather_rain_snow_20_regular": 62125, + "ic_fluent_weather_snow_20_filled": 62126, + "ic_fluent_weather_snow_20_regular": 62127, + "ic_fluent_weather_snow_shower_day_20_filled": 62128, + "ic_fluent_weather_snow_shower_day_20_regular": 62129, + "ic_fluent_weather_snow_shower_night_20_filled": 62130, + "ic_fluent_weather_snow_shower_night_20_regular": 62131, + "ic_fluent_weather_snowflake_20_filled": 62132, + "ic_fluent_weather_snowflake_20_regular": 62133, + "ic_fluent_weather_squalls_20_filled": 62134, + "ic_fluent_weather_squalls_20_regular": 62135, + "ic_fluent_weather_sunny_20_filled": 62136, + "ic_fluent_weather_sunny_20_regular": 62137, + "ic_fluent_weather_sunny_high_20_filled": 62138, + "ic_fluent_weather_sunny_high_20_regular": 62139, + "ic_fluent_weather_sunny_low_20_filled": 62140, + "ic_fluent_weather_sunny_low_20_regular": 62141, + "ic_fluent_weather_thunderstorm_20_filled": 62142, + "ic_fluent_weather_thunderstorm_20_regular": 62143, + "ic_fluent_web_asset_20_filled": 62144, + "ic_fluent_web_asset_20_regular": 62145, + "ic_fluent_whiteboard_20_filled": 62146, + "ic_fluent_whiteboard_20_regular": 62147, + "ic_fluent_whiteboard_off_20_filled": 62148, + "ic_fluent_whiteboard_off_20_regular": 62149, + "ic_fluent_wifi_1_20_filled": 62150, + "ic_fluent_wifi_1_20_regular": 62151, + "ic_fluent_wifi_2_20_filled": 62152, + "ic_fluent_wifi_2_20_regular": 62153, + "ic_fluent_wifi_3_20_filled": 62154, + "ic_fluent_wifi_3_20_regular": 62155, + "ic_fluent_wifi_4_20_filled": 62156, + "ic_fluent_wifi_4_20_regular": 62157, + "ic_fluent_wifi_lock_20_filled": 62158, + "ic_fluent_wifi_lock_20_regular": 62159, + "ic_fluent_wifi_off_20_filled": 62160, + "ic_fluent_wifi_off_20_regular": 62161, + "ic_fluent_wifi_settings_20_filled": 62162, + "ic_fluent_wifi_settings_20_regular": 62163, + "ic_fluent_wifi_warning_20_filled": 62164, + "ic_fluent_wifi_warning_20_regular": 62165, + "ic_fluent_window_20_filled": 62166, + "ic_fluent_window_20_regular": 62167, + "ic_fluent_window_ad_20_filled": 62168, + "ic_fluent_window_ad_20_regular": 62169, + "ic_fluent_window_ad_off_20_filled": 62170, + "ic_fluent_window_ad_off_20_regular": 62171, + "ic_fluent_window_ad_person_20_filled": 62172, + "ic_fluent_window_ad_person_20_regular": 62173, + "ic_fluent_window_apps_20_filled": 62174, + "ic_fluent_window_apps_20_regular": 62175, + "ic_fluent_window_arrow_up_20_filled": 62176, + "ic_fluent_window_arrow_up_20_regular": 62177, + "ic_fluent_window_bullet_list_20_filled": 62178, + "ic_fluent_window_bullet_list_20_regular": 62179, + "ic_fluent_window_bullet_list_add_20_filled": 62180, + "ic_fluent_window_bullet_list_add_20_regular": 62181, + "ic_fluent_window_console_20_filled": 62182, + "ic_fluent_window_console_20_regular": 62183, + "ic_fluent_window_database_20_filled": 62184, + "ic_fluent_window_database_20_regular": 62185, + "ic_fluent_window_dev_edit_20_filled": 62186, + "ic_fluent_window_dev_edit_20_regular": 62187, + "ic_fluent_window_dev_tools_20_filled": 62188, + "ic_fluent_window_dev_tools_20_regular": 62189, + "ic_fluent_window_edit_20_filled": 62190, + "ic_fluent_window_edit_20_regular": 62191, + "ic_fluent_window_header_horizontal_20_filled": 62192, + "ic_fluent_window_header_horizontal_20_regular": 62193, + "ic_fluent_window_header_horizontal_off_20_filled": 62194, + "ic_fluent_window_header_horizontal_off_20_regular": 62195, + "ic_fluent_window_header_vertical_20_filled": 62196, + "ic_fluent_window_header_vertical_20_regular": 62197, + "ic_fluent_window_inprivate_20_filled": 62198, + "ic_fluent_window_inprivate_20_regular": 62199, + "ic_fluent_window_inprivate_account_20_filled": 62200, + "ic_fluent_window_inprivate_account_20_regular": 62201, + "ic_fluent_window_location_target_20_filled": 62202, + "ic_fluent_window_location_target_20_regular": 62203, + "ic_fluent_window_multiple_20_filled": 62204, + "ic_fluent_window_multiple_20_regular": 62205, + "ic_fluent_window_multiple_swap_20_filled": 62206, + "ic_fluent_window_multiple_swap_20_regular": 62207, + "ic_fluent_window_new_20_filled": 62208, + "ic_fluent_window_new_20_regular": 62209, + "ic_fluent_window_play_20_filled": 62210, + "ic_fluent_window_play_20_regular": 62211, + "ic_fluent_window_settings_20_filled": 62212, + "ic_fluent_window_settings_20_regular": 62213, + "ic_fluent_window_shield_20_filled": 62214, + "ic_fluent_window_shield_20_regular": 62215, + "ic_fluent_window_text_20_filled": 62216, + "ic_fluent_window_text_20_regular": 62217, + "ic_fluent_window_wrench_20_filled": 62218, + "ic_fluent_window_wrench_20_regular": 62219, + "ic_fluent_wrench_20_filled": 62220, + "ic_fluent_wrench_20_regular": 62221, + "ic_fluent_wrench_screwdriver_20_filled": 62222, + "ic_fluent_wrench_screwdriver_20_regular": 62223, + "ic_fluent_wrench_settings_20_filled": 62224, + "ic_fluent_wrench_settings_20_regular": 62225, + "ic_fluent_xbox_console_20_filled": 62226, + "ic_fluent_xbox_console_20_regular": 62227, + "ic_fluent_xbox_controller_20_filled": 62228, + "ic_fluent_xbox_controller_20_regular": 62229, + "ic_fluent_xbox_controller_error_20_filled": 62230, + "ic_fluent_xbox_controller_error_20_regular": 62231, + "ic_fluent_xray_20_filled": 62232, + "ic_fluent_xray_20_regular": 62233, + "ic_fluent_zoom_fit_20_filled": 62234, + "ic_fluent_zoom_fit_20_regular": 62235, + "ic_fluent_zoom_in_20_filled": 62236, + "ic_fluent_zoom_in_20_regular": 62237, + "ic_fluent_zoom_out_20_filled": 62238, + "ic_fluent_zoom_out_20_regular": 62239 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Resizable.ttf b/fonts/FluentSystemIcons-Resizable.ttf index 966fb9ed4b..9be04d5b49 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 b143bdbeda..ba17c7dfb4 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 1c2d9913a5..f364e51341 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 a30d30e24d..b884388dee 100644 --- a/icons_filled.md +++ b/icons_filled.md @@ -360,7 +360,7 @@ |Building Government||`buildingGovernment16Filled`
`buildingGovernment20Filled`
`buildingGovernment24Filled`
`buildingGovernment32Filled`|`ic_fluent_building_government_16_filled`
`ic_fluent_building_government_20_filled`
`ic_fluent_building_government_24_filled`
`ic_fluent_building_government_32_filled`| |Building Government Search||`buildingGovernmentSearch16Filled`
`buildingGovernmentSearch20Filled`
`buildingGovernmentSearch24Filled`
`buildingGovernmentSearch32Filled`|`ic_fluent_building_government_search_16_filled`
`ic_fluent_building_government_search_20_filled`
`ic_fluent_building_government_search_24_filled`
`ic_fluent_building_government_search_32_filled`| |Building Home||`buildingHome16Filled`
`buildingHome20Filled`
`buildingHome24Filled`|`ic_fluent_building_home_16_filled`
`ic_fluent_building_home_20_filled`
`ic_fluent_building_home_24_filled`| -|Building Lighthouse||`buildingLighthouse20Filled`
`buildingLighthouse24Filled`
`buildingLighthouse32Filled`
`buildingLighthouse48Filled`|`ic_fluent_building_lighthouse_20_filled`
`ic_fluent_building_lighthouse_24_filled`
`ic_fluent_building_lighthouse_32_filled`
`ic_fluent_building_lighthouse_48_filled`| +|Building Lighthouse||`buildingLighthouse16Filled`
`buildingLighthouse20Filled`
`buildingLighthouse24Filled`
`buildingLighthouse32Filled`
`buildingLighthouse48Filled`|`ic_fluent_building_lighthouse_16_filled`
`ic_fluent_building_lighthouse_20_filled`
`ic_fluent_building_lighthouse_24_filled`
`ic_fluent_building_lighthouse_32_filled`
`ic_fluent_building_lighthouse_48_filled`| |Building Mosque||`buildingMosque12Filled`
`buildingMosque16Filled`
`buildingMosque20Filled`
`buildingMosque24Filled`
`buildingMosque28Filled`
`buildingMosque32Filled`
`buildingMosque48Filled`|`ic_fluent_building_mosque_12_filled`
`ic_fluent_building_mosque_16_filled`
`ic_fluent_building_mosque_20_filled`
`ic_fluent_building_mosque_24_filled`
`ic_fluent_building_mosque_28_filled`
`ic_fluent_building_mosque_32_filled`
`ic_fluent_building_mosque_48_filled`| |Building Multiple||`buildingMultiple20Filled`
`buildingMultiple24Filled`|`ic_fluent_building_multiple_20_filled`
`ic_fluent_building_multiple_24_filled`| |Building People||`buildingPeople16Filled`
`buildingPeople20Filled`
`buildingPeople24Filled`|`ic_fluent_building_people_16_filled`
`ic_fluent_building_people_20_filled`
`ic_fluent_building_people_24_filled`| @@ -417,8 +417,10 @@ |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 Sparkle||`calendarSparkle16Filled`
`calendarSparkle20Filled`
`calendarSparkle24Filled`
`calendarSparkle28Filled`
`calendarSparkle32Filled`
`calendarSparkle48Filled`|`ic_fluent_calendar_sparkle_16_filled`
`ic_fluent_calendar_sparkle_20_filled`
`ic_fluent_calendar_sparkle_24_filled`
`ic_fluent_calendar_sparkle_28_filled`
`ic_fluent_calendar_sparkle_32_filled`
`ic_fluent_calendar_sparkle_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 Template||`calendarTemplate20Filled`
`calendarTemplate24Filled`
`calendarTemplate32Filled`|`ic_fluent_calendar_template_20_filled`
`ic_fluent_calendar_template_24_filled`
`ic_fluent_calendar_template_32_filled`| |Calendar Today||`calendarToday16Filled`
`calendarToday20Filled`
`calendarToday24Filled`
`calendarToday28Filled`|`ic_fluent_calendar_today_16_filled`
`ic_fluent_calendar_today_20_filled`
`ic_fluent_calendar_today_24_filled`
`ic_fluent_calendar_today_28_filled`| |Calendar Toolbox||`calendarToolbox20Filled`
`calendarToolbox24Filled`|`ic_fluent_calendar_toolbox_20_filled`
`ic_fluent_calendar_toolbox_24_filled`| |Calendar Video||`calendarVideo24Filled`
`calendarVideo28Filled`|`ic_fluent_calendar_video_24_filled`
`ic_fluent_calendar_video_28_filled`| @@ -550,7 +552,7 @@ |Class||`class20Filled`
`class24Filled`|`ic_fluent_class_20_filled`
`ic_fluent_class_24_filled`| |Classification||`classification16Filled`
`classification20Filled`
`classification24Filled`|`ic_fluent_classification_16_filled`
`ic_fluent_classification_20_filled`
`ic_fluent_classification_24_filled`| |Clear Formatting||`clearFormatting16Filled`
`clearFormatting20Filled`
`clearFormatting24Filled`|`ic_fluent_clear_formatting_16_filled`
`ic_fluent_clear_formatting_20_filled`
`ic_fluent_clear_formatting_24_filled`| -|Clipboard||`clipboard16Filled`
`clipboard20Filled`
`clipboard24Filled`
`clipboard28Filled`
`clipboard32Filled`|`ic_fluent_clipboard_16_filled`
`ic_fluent_clipboard_20_filled`
`ic_fluent_clipboard_24_filled`
`ic_fluent_clipboard_28_filled`
`ic_fluent_clipboard_32_filled`| +|Clipboard||`clipboard12Filled`
`clipboard16Filled`
`clipboard20Filled`
`clipboard24Filled`
`clipboard28Filled`
`clipboard32Filled`
`clipboard48Filled`|`ic_fluent_clipboard_12_filled`
`ic_fluent_clipboard_16_filled`
`ic_fluent_clipboard_20_filled`
`ic_fluent_clipboard_24_filled`
`ic_fluent_clipboard_28_filled`
`ic_fluent_clipboard_32_filled`
`ic_fluent_clipboard_48_filled`| |Clipboard 3 Day||`clipboard3Day16Filled`
`clipboard3Day20Filled`
`clipboard3Day24Filled`|`ic_fluent_clipboard_3_day_16_filled`
`ic_fluent_clipboard_3_day_20_filled`
`ic_fluent_clipboard_3_day_24_filled`| |Clipboard Arrow Right||`clipboardArrowRight16Filled`
`clipboardArrowRight20Filled`
`clipboardArrowRight24Filled`|`ic_fluent_clipboard_arrow_right_16_filled`
`ic_fluent_clipboard_arrow_right_20_filled`
`ic_fluent_clipboard_arrow_right_24_filled`| |Clipboard Brush||`clipboardBrush16Filled`
`clipboardBrush20Filled`
`clipboardBrush24Filled`
`clipboardBrush28Filled`
`clipboardBrush32Filled`|`ic_fluent_clipboard_brush_16_filled`
`ic_fluent_clipboard_brush_20_filled`
`ic_fluent_clipboard_brush_24_filled`
`ic_fluent_clipboard_brush_28_filled`
`ic_fluent_clipboard_brush_32_filled`| @@ -678,7 +680,7 @@ |Compass Northwest||`compassNorthwest16Filled`
`compassNorthwest20Filled`
`compassNorthwest24Filled`
`compassNorthwest28Filled`|`ic_fluent_compass_northwest_16_filled`
`ic_fluent_compass_northwest_20_filled`
`ic_fluent_compass_northwest_24_filled`
`ic_fluent_compass_northwest_28_filled`| |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`| +|Compose||`compose12Filled`
`compose16Filled`
`compose20Filled`
`compose24Filled`
`compose28Filled`
`compose32Filled`
`compose48Filled`|`ic_fluent_compose_12_filled`
`ic_fluent_compose_16_filled`
`ic_fluent_compose_20_filled`
`ic_fluent_compose_24_filled`
`ic_fluent_compose_28_filled`
`ic_fluent_compose_32_filled`
`ic_fluent_compose_48_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`| @@ -1136,7 +1138,7 @@ |Glance Horizontal Sparkles||`glanceHorizontalSparkles16Filled`
`glanceHorizontalSparkles20Filled`
`glanceHorizontalSparkles24Filled`|`ic_fluent_glance_horizontal_sparkles_16_filled`
`ic_fluent_glance_horizontal_sparkles_20_filled`
`ic_fluent_glance_horizontal_sparkles_24_filled`| |Glasses||`glasses16Filled`
`glasses20Filled`
`glasses24Filled`
`glasses28Filled`
`glasses32Filled`
`glasses48Filled`|`ic_fluent_glasses_16_filled`
`ic_fluent_glasses_20_filled`
`ic_fluent_glasses_24_filled`
`ic_fluent_glasses_28_filled`
`ic_fluent_glasses_32_filled`
`ic_fluent_glasses_48_filled`| |Glasses Off||`glassesOff16Filled`
`glassesOff20Filled`
`glassesOff24Filled`
`glassesOff28Filled`
`glassesOff32Filled`
`glassesOff48Filled`|`ic_fluent_glasses_off_16_filled`
`ic_fluent_glasses_off_20_filled`
`ic_fluent_glasses_off_24_filled`
`ic_fluent_glasses_off_28_filled`
`ic_fluent_glasses_off_32_filled`
`ic_fluent_glasses_off_48_filled`| -|Globe||`globe12Filled`
`globe16Filled`
`globe20Filled`
`globe24Filled`
`globe32Filled`
`globe48Filled`|`ic_fluent_globe_12_filled`
`ic_fluent_globe_16_filled`
`ic_fluent_globe_20_filled`
`ic_fluent_globe_24_filled`
`ic_fluent_globe_32_filled`
`ic_fluent_globe_48_filled`| +|Globe||`globe12Filled`
`globe16Filled`
`globe20Filled`
`globe24Filled`
`globe28Filled`
`globe32Filled`
`globe48Filled`|`ic_fluent_globe_12_filled`
`ic_fluent_globe_16_filled`
`ic_fluent_globe_20_filled`
`ic_fluent_globe_24_filled`
`ic_fluent_globe_28_filled`
`ic_fluent_globe_32_filled`
`ic_fluent_globe_48_filled`| |Globe Add||`globeAdd20Filled`
`globeAdd24Filled`|`ic_fluent_globe_add_20_filled`
`ic_fluent_globe_add_24_filled`| |Globe Arrow Forward||`globeArrowForward16Filled`
`globeArrowForward20Filled`
`globeArrowForward24Filled`
`globeArrowForward32Filled`|`ic_fluent_globe_arrow_forward_16_filled`
`ic_fluent_globe_arrow_forward_20_filled`
`ic_fluent_globe_arrow_forward_24_filled`
`ic_fluent_globe_arrow_forward_32_filled`| |Globe Arrow Up||`globeArrowUp16Filled`
`globeArrowUp20Filled`
`globeArrowUp24Filled`|`ic_fluent_globe_arrow_up_16_filled`
`ic_fluent_globe_arrow_up_20_filled`
`ic_fluent_globe_arrow_up_24_filled`| @@ -1162,7 +1164,7 @@ |Group List||`groupList20Filled`
`groupList24Filled`|`ic_fluent_group_list_20_filled`
`ic_fluent_group_list_24_filled`| |Group Return||`groupReturn20Filled`
`groupReturn24Filled`|`ic_fluent_group_return_20_filled`
`ic_fluent_group_return_24_filled`| |Guardian||`guardian20Filled`
`guardian24Filled`
`guardian28Filled`
`guardian48Filled`|`ic_fluent_guardian_20_filled`
`ic_fluent_guardian_24_filled`
`ic_fluent_guardian_28_filled`
`ic_fluent_guardian_48_filled`| -|Guest||`guest16Filled`
`guest20Filled`
`guest24Filled`
`guest28Filled`|`ic_fluent_guest_16_filled`
`ic_fluent_guest_20_filled`
`ic_fluent_guest_24_filled`
`ic_fluent_guest_28_filled`| +|Guest||`guest12Filled`
`guest16Filled`
`guest20Filled`
`guest24Filled`
`guest28Filled`
`guest32Filled`
`guest48Filled`|`ic_fluent_guest_12_filled`
`ic_fluent_guest_16_filled`
`ic_fluent_guest_20_filled`
`ic_fluent_guest_24_filled`
`ic_fluent_guest_28_filled`
`ic_fluent_guest_32_filled`
`ic_fluent_guest_48_filled`| |Guest Add||`guestAdd20Filled`
`guestAdd24Filled`|`ic_fluent_guest_add_20_filled`
`ic_fluent_guest_add_24_filled`| |Guitar||`guitar16Filled`
`guitar20Filled`
`guitar24Filled`
`guitar28Filled`|`ic_fluent_guitar_16_filled`
`ic_fluent_guitar_20_filled`
`ic_fluent_guitar_24_filled`
`ic_fluent_guitar_28_filled`| |HD||`hd16Filled`
`hd20Filled`
`hd24Filled`|`ic_fluent_hd_16_filled`
`ic_fluent_hd_20_filled`
`ic_fluent_hd_24_filled`| @@ -1269,6 +1271,7 @@ |Keyboard Tab||`keyboardTab20Filled`
`keyboardTab24Filled`|`ic_fluent_keyboard_tab_20_filled`
`ic_fluent_keyboard_tab_24_filled`| |Kiosk||`kiosk24Filled`|`ic_fluent_kiosk_24_filled`| |Laptop||`laptop16Filled`
`laptop20Filled`
`laptop24Filled`
`laptop28Filled`
`laptop32Filled`|`ic_fluent_laptop_16_filled`
`ic_fluent_laptop_20_filled`
`ic_fluent_laptop_24_filled`
`ic_fluent_laptop_28_filled`
`ic_fluent_laptop_32_filled`| +|Laptop Briefcase||`laptopBriefcase20Filled`
`laptopBriefcase24Filled`
`laptopBriefcase32Filled`|`ic_fluent_laptop_briefcase_20_filled`
`ic_fluent_laptop_briefcase_24_filled`
`ic_fluent_laptop_briefcase_32_filled`| |Laptop Dismiss||`laptopDismiss16Filled`
`laptopDismiss20Filled`|`ic_fluent_laptop_dismiss_16_filled`
`ic_fluent_laptop_dismiss_20_filled`| |Laptop Multiple||`laptopMultiple24Filled`|`ic_fluent_laptop_multiple_24_filled`| |Laptop Settings||`laptopSettings20Filled`
`laptopSettings24Filled`
`laptopSettings32Filled`|`ic_fluent_laptop_settings_20_filled`
`ic_fluent_laptop_settings_24_filled`
`ic_fluent_laptop_settings_32_filled`| @@ -1280,6 +1283,7 @@ |Layer Diagonal||`layerDiagonal16Filled`
`layerDiagonal20Filled`
`layerDiagonal24Filled`|`ic_fluent_layer_diagonal_16_filled`
`ic_fluent_layer_diagonal_20_filled`
`ic_fluent_layer_diagonal_24_filled`| |Layer Diagonal Add||`layerDiagonalAdd20Filled`|`ic_fluent_layer_diagonal_add_20_filled`| |Layer Diagonal Person||`layerDiagonalPerson16Filled`
`layerDiagonalPerson20Filled`
`layerDiagonalPerson24Filled`|`ic_fluent_layer_diagonal_person_16_filled`
`ic_fluent_layer_diagonal_person_20_filled`
`ic_fluent_layer_diagonal_person_24_filled`| +|Layer Diagonal Sparkle||`layerDiagonalSparkle16Filled`
`layerDiagonalSparkle20Filled`
`layerDiagonalSparkle24Filled`|`ic_fluent_layer_diagonal_sparkle_16_filled`
`ic_fluent_layer_diagonal_sparkle_20_filled`
`ic_fluent_layer_diagonal_sparkle_24_filled`| |Layout Cell Four||`layoutCellFour16Filled`
`layoutCellFour20Filled`
`layoutCellFour24Filled`|`ic_fluent_layout_cell_four_16_filled`
`ic_fluent_layout_cell_four_20_filled`
`ic_fluent_layout_cell_four_24_filled`| |Layout Cell Four Focus Bottom Left||`layoutCellFourFocusBottomLeft16Filled`
`layoutCellFourFocusBottomLeft20Filled`
`layoutCellFourFocusBottomLeft24Filled`|`ic_fluent_layout_cell_four_focus_bottom_left_16_filled`
`ic_fluent_layout_cell_four_focus_bottom_left_20_filled`
`ic_fluent_layout_cell_four_focus_bottom_left_24_filled`| |Layout Cell Four Focus Bottom Right||`layoutCellFourFocusBottomRight16Filled`
`layoutCellFourFocusBottomRight20Filled`
`layoutCellFourFocusBottomRight24Filled`|`ic_fluent_layout_cell_four_focus_bottom_right_16_filled`
`ic_fluent_layout_cell_four_focus_bottom_right_20_filled`
`ic_fluent_layout_cell_four_focus_bottom_right_24_filled`| @@ -1582,6 +1586,7 @@ |Pause Off||`pauseOff16Filled`
`pauseOff20Filled`|`ic_fluent_pause_off_16_filled`
`ic_fluent_pause_off_20_filled`| |Pause Settings||`pauseSettings16Filled`
`pauseSettings20Filled`|`ic_fluent_pause_settings_16_filled`
`ic_fluent_pause_settings_20_filled`| |Payment||`payment16Filled`
`payment20Filled`
`payment24Filled`
`payment28Filled`
`payment32Filled`
`payment48Filled`|`ic_fluent_payment_16_filled`
`ic_fluent_payment_20_filled`
`ic_fluent_payment_24_filled`
`ic_fluent_payment_28_filled`
`ic_fluent_payment_32_filled`
`ic_fluent_payment_48_filled`| +|Payment Wireless||`paymentWireless16Filled`
`paymentWireless20Filled`
`paymentWireless24Filled`
`paymentWireless28Filled`
`paymentWireless32Filled`
`paymentWireless48Filled`|`ic_fluent_payment_wireless_16_filled`
`ic_fluent_payment_wireless_20_filled`
`ic_fluent_payment_wireless_24_filled`
`ic_fluent_payment_wireless_28_filled`
`ic_fluent_payment_wireless_32_filled`
`ic_fluent_payment_wireless_48_filled`| |Pen||`pen16Filled`
`pen20Filled`
`pen24Filled`
`pen28Filled`
`pen32Filled`
`pen48Filled`|`ic_fluent_pen_16_filled`
`ic_fluent_pen_20_filled`
`ic_fluent_pen_24_filled`
`ic_fluent_pen_28_filled`
`ic_fluent_pen_32_filled`
`ic_fluent_pen_48_filled`| |Pen Dismiss||`penDismiss16Filled`
`penDismiss20Filled`
`penDismiss24Filled`
`penDismiss28Filled`
`penDismiss32Filled`
`penDismiss48Filled`|`ic_fluent_pen_dismiss_16_filled`
`ic_fluent_pen_dismiss_20_filled`
`ic_fluent_pen_dismiss_24_filled`
`ic_fluent_pen_dismiss_28_filled`
`ic_fluent_pen_dismiss_32_filled`
`ic_fluent_pen_dismiss_48_filled`| |Pen Off||`penOff16Filled`
`penOff20Filled`
`penOff24Filled`
`penOff28Filled`
`penOff32Filled`
`penOff48Filled`|`ic_fluent_pen_off_16_filled`
`ic_fluent_pen_off_20_filled`
`ic_fluent_pen_off_24_filled`
`ic_fluent_pen_off_28_filled`
`ic_fluent_pen_off_32_filled`
`ic_fluent_pen_off_48_filled`| @@ -2041,7 +2046,7 @@ |Star Prohibited||`starProhibited16Filled`
`starProhibited20Filled`
`starProhibited24Filled`|`ic_fluent_star_prohibited_16_filled`
`ic_fluent_star_prohibited_20_filled`
`ic_fluent_star_prohibited_24_filled`| |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`| +|Status||`status12Filled`
`status16Filled`
`status20Filled`
`status24Filled`
`status28Filled`
`status32Filled`
`status48Filled`|`ic_fluent_status_12_filled`
`ic_fluent_status_16_filled`
`ic_fluent_status_20_filled`
`ic_fluent_status_24_filled`
`ic_fluent_status_28_filled`
`ic_fluent_status_32_filled`
`ic_fluent_status_48_filled`| |Step||`step16Filled`
`step20Filled`
`step24Filled`|`ic_fluent_step_16_filled`
`ic_fluent_step_20_filled`
`ic_fluent_step_24_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`| @@ -2466,7 +2471,7 @@ |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 Clip Optimize||`videoClipOptimize16Filled`
`videoClipOptimize20Filled`
`videoClipOptimize24Filled`
`videoClipOptimize28Filled`|`ic_fluent_video_clip_optimize_16_filled`
`ic_fluent_video_clip_optimize_20_filled`
`ic_fluent_video_clip_optimize_24_filled`
`ic_fluent_video_clip_optimize_28_filled`| |Video Link||`videoLink24Filled`
`videoLink28Filled`|`ic_fluent_video_link_24_filled`
`ic_fluent_video_link_28_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 Off||`videoOff16Filled`
`videoOff20Filled`
`videoOff24Filled`
`videoOff28Filled`
`videoOff32Filled`
`videoOff48Filled`|`ic_fluent_video_off_16_filled`
`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`
`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`| diff --git a/icons_regular.md b/icons_regular.md index 46be6ed6d3..218a551af8 100644 --- a/icons_regular.md +++ b/icons_regular.md @@ -360,7 +360,7 @@ |Building Government||`buildingGovernment16Regular`
`buildingGovernment20Regular`
`buildingGovernment24Regular`
`buildingGovernment32Regular`|`ic_fluent_building_government_16_regular`
`ic_fluent_building_government_20_regular`
`ic_fluent_building_government_24_regular`
`ic_fluent_building_government_32_regular`| |Building Government Search||`buildingGovernmentSearch16Regular`
`buildingGovernmentSearch20Regular`
`buildingGovernmentSearch24Regular`
`buildingGovernmentSearch32Regular`|`ic_fluent_building_government_search_16_regular`
`ic_fluent_building_government_search_20_regular`
`ic_fluent_building_government_search_24_regular`
`ic_fluent_building_government_search_32_regular`| |Building Home||`buildingHome16Regular`
`buildingHome20Regular`
`buildingHome24Regular`|`ic_fluent_building_home_16_regular`
`ic_fluent_building_home_20_regular`
`ic_fluent_building_home_24_regular`| -|Building Lighthouse||`buildingLighthouse20Regular`
`buildingLighthouse24Regular`
`buildingLighthouse32Regular`
`buildingLighthouse48Regular`|`ic_fluent_building_lighthouse_20_regular`
`ic_fluent_building_lighthouse_24_regular`
`ic_fluent_building_lighthouse_32_regular`
`ic_fluent_building_lighthouse_48_regular`| +|Building Lighthouse||`buildingLighthouse16Regular`
`buildingLighthouse20Regular`
`buildingLighthouse24Regular`
`buildingLighthouse32Regular`
`buildingLighthouse48Regular`|`ic_fluent_building_lighthouse_16_regular`
`ic_fluent_building_lighthouse_20_regular`
`ic_fluent_building_lighthouse_24_regular`
`ic_fluent_building_lighthouse_32_regular`
`ic_fluent_building_lighthouse_48_regular`| |Building Mosque||`buildingMosque12Regular`
`buildingMosque16Regular`
`buildingMosque20Regular`
`buildingMosque24Regular`
`buildingMosque28Regular`
`buildingMosque32Regular`
`buildingMosque48Regular`|`ic_fluent_building_mosque_12_regular`
`ic_fluent_building_mosque_16_regular`
`ic_fluent_building_mosque_20_regular`
`ic_fluent_building_mosque_24_regular`
`ic_fluent_building_mosque_28_regular`
`ic_fluent_building_mosque_32_regular`
`ic_fluent_building_mosque_48_regular`| |Building Multiple||`buildingMultiple20Regular`
`buildingMultiple24Regular`|`ic_fluent_building_multiple_20_regular`
`ic_fluent_building_multiple_24_regular`| |Building People||`buildingPeople16Regular`
`buildingPeople20Regular`
`buildingPeople24Regular`|`ic_fluent_building_people_16_regular`
`ic_fluent_building_people_20_regular`
`ic_fluent_building_people_24_regular`| @@ -417,8 +417,10 @@ |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 Sparkle||`calendarSparkle16Regular`
`calendarSparkle20Regular`
`calendarSparkle24Regular`
`calendarSparkle28Regular`
`calendarSparkle32Regular`
`calendarSparkle48Regular`|`ic_fluent_calendar_sparkle_16_regular`
`ic_fluent_calendar_sparkle_20_regular`
`ic_fluent_calendar_sparkle_24_regular`
`ic_fluent_calendar_sparkle_28_regular`
`ic_fluent_calendar_sparkle_32_regular`
`ic_fluent_calendar_sparkle_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 Template||`calendarTemplate20Regular`
`calendarTemplate24Regular`
`calendarTemplate32Regular`|`ic_fluent_calendar_template_20_regular`
`ic_fluent_calendar_template_24_regular`
`ic_fluent_calendar_template_32_regular`| |Calendar Today||`calendarToday16Regular`
`calendarToday20Regular`
`calendarToday24Regular`
`calendarToday28Regular`|`ic_fluent_calendar_today_16_regular`
`ic_fluent_calendar_today_20_regular`
`ic_fluent_calendar_today_24_regular`
`ic_fluent_calendar_today_28_regular`| |Calendar Toolbox||`calendarToolbox20Regular`
`calendarToolbox24Regular`|`ic_fluent_calendar_toolbox_20_regular`
`ic_fluent_calendar_toolbox_24_regular`| |Calendar Video||`calendarVideo24Regular`
`calendarVideo28Regular`|`ic_fluent_calendar_video_24_regular`
`ic_fluent_calendar_video_28_regular`| @@ -550,7 +552,7 @@ |Class||`class20Regular`
`class24Regular`|`ic_fluent_class_20_regular`
`ic_fluent_class_24_regular`| |Classification||`classification16Regular`
`classification20Regular`
`classification24Regular`|`ic_fluent_classification_16_regular`
`ic_fluent_classification_20_regular`
`ic_fluent_classification_24_regular`| |Clear Formatting||`clearFormatting16Regular`
`clearFormatting20Regular`
`clearFormatting24Regular`|`ic_fluent_clear_formatting_16_regular`
`ic_fluent_clear_formatting_20_regular`
`ic_fluent_clear_formatting_24_regular`| -|Clipboard||`clipboard16Regular`
`clipboard20Regular`
`clipboard24Regular`
`clipboard28Regular`
`clipboard32Regular`|`ic_fluent_clipboard_16_regular`
`ic_fluent_clipboard_20_regular`
`ic_fluent_clipboard_24_regular`
`ic_fluent_clipboard_28_regular`
`ic_fluent_clipboard_32_regular`| +|Clipboard||`clipboard12Regular`
`clipboard16Regular`
`clipboard20Regular`
`clipboard24Regular`
`clipboard28Regular`
`clipboard32Regular`
`clipboard48Regular`|`ic_fluent_clipboard_12_regular`
`ic_fluent_clipboard_16_regular`
`ic_fluent_clipboard_20_regular`
`ic_fluent_clipboard_24_regular`
`ic_fluent_clipboard_28_regular`
`ic_fluent_clipboard_32_regular`
`ic_fluent_clipboard_48_regular`| |Clipboard 3 Day||`clipboard3Day16Regular`
`clipboard3Day20Regular`
`clipboard3Day24Regular`|`ic_fluent_clipboard_3_day_16_regular`
`ic_fluent_clipboard_3_day_20_regular`
`ic_fluent_clipboard_3_day_24_regular`| |Clipboard Arrow Right||`clipboardArrowRight16Regular`
`clipboardArrowRight20Regular`
`clipboardArrowRight24Regular`|`ic_fluent_clipboard_arrow_right_16_regular`
`ic_fluent_clipboard_arrow_right_20_regular`
`ic_fluent_clipboard_arrow_right_24_regular`| |Clipboard Brush||`clipboardBrush16Regular`
`clipboardBrush20Regular`
`clipboardBrush24Regular`
`clipboardBrush28Regular`
`clipboardBrush32Regular`|`ic_fluent_clipboard_brush_16_regular`
`ic_fluent_clipboard_brush_20_regular`
`ic_fluent_clipboard_brush_24_regular`
`ic_fluent_clipboard_brush_28_regular`
`ic_fluent_clipboard_brush_32_regular`| @@ -681,7 +683,7 @@ |Compass Northwest||`compassNorthwest16Regular`
`compassNorthwest20Regular`
`compassNorthwest24Regular`
`compassNorthwest28Regular`|`ic_fluent_compass_northwest_16_regular`
`ic_fluent_compass_northwest_20_regular`
`ic_fluent_compass_northwest_24_regular`
`ic_fluent_compass_northwest_28_regular`| |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`| +|Compose||`compose12Regular`
`compose16Regular`
`compose20Regular`
`compose24Regular`
`compose28Regular`
`compose32Regular`
`compose48Regular`|`ic_fluent_compose_12_regular`
`ic_fluent_compose_16_regular`
`ic_fluent_compose_20_regular`
`ic_fluent_compose_24_regular`
`ic_fluent_compose_28_regular`
`ic_fluent_compose_32_regular`
`ic_fluent_compose_48_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`| @@ -1135,7 +1137,7 @@ |Glance Horizontal Sparkles||`glanceHorizontalSparkles16Regular`
`glanceHorizontalSparkles20Regular`
`glanceHorizontalSparkles24Regular`|`ic_fluent_glance_horizontal_sparkles_16_regular`
`ic_fluent_glance_horizontal_sparkles_20_regular`
`ic_fluent_glance_horizontal_sparkles_24_regular`| |Glasses||`glasses16Regular`
`glasses20Regular`
`glasses24Regular`
`glasses28Regular`
`glasses32Regular`
`glasses48Regular`|`ic_fluent_glasses_16_regular`
`ic_fluent_glasses_20_regular`
`ic_fluent_glasses_24_regular`
`ic_fluent_glasses_28_regular`
`ic_fluent_glasses_32_regular`
`ic_fluent_glasses_48_regular`| |Glasses Off||`glassesOff16Regular`
`glassesOff20Regular`
`glassesOff24Regular`
`glassesOff28Regular`
`glassesOff32Regular`
`glassesOff48Regular`|`ic_fluent_glasses_off_16_regular`
`ic_fluent_glasses_off_20_regular`
`ic_fluent_glasses_off_24_regular`
`ic_fluent_glasses_off_28_regular`
`ic_fluent_glasses_off_32_regular`
`ic_fluent_glasses_off_48_regular`| -|Globe||`globe12Regular`
`globe16Regular`
`globe20Regular`
`globe24Regular`
`globe32Regular`
`globe48Regular`|`ic_fluent_globe_12_regular`
`ic_fluent_globe_16_regular`
`ic_fluent_globe_20_regular`
`ic_fluent_globe_24_regular`
`ic_fluent_globe_32_regular`
`ic_fluent_globe_48_regular`| +|Globe||`globe12Regular`
`globe16Regular`
`globe20Regular`
`globe24Regular`
`globe28Regular`
`globe32Regular`
`globe48Regular`|`ic_fluent_globe_12_regular`
`ic_fluent_globe_16_regular`
`ic_fluent_globe_20_regular`
`ic_fluent_globe_24_regular`
`ic_fluent_globe_28_regular`
`ic_fluent_globe_32_regular`
`ic_fluent_globe_48_regular`| |Globe Add||`globeAdd20Regular`
`globeAdd24Regular`|`ic_fluent_globe_add_20_regular`
`ic_fluent_globe_add_24_regular`| |Globe Arrow Forward||`globeArrowForward16Regular`
`globeArrowForward20Regular`
`globeArrowForward24Regular`
`globeArrowForward32Regular`|`ic_fluent_globe_arrow_forward_16_regular`
`ic_fluent_globe_arrow_forward_20_regular`
`ic_fluent_globe_arrow_forward_24_regular`
`ic_fluent_globe_arrow_forward_32_regular`| |Globe Arrow Up||`globeArrowUp16Regular`
`globeArrowUp20Regular`
`globeArrowUp24Regular`|`ic_fluent_globe_arrow_up_16_regular`
`ic_fluent_globe_arrow_up_20_regular`
`ic_fluent_globe_arrow_up_24_regular`| @@ -1161,7 +1163,7 @@ |Group List||`groupList20Regular`
`groupList24Regular`|`ic_fluent_group_list_20_regular`
`ic_fluent_group_list_24_regular`| |Group Return||`groupReturn20Regular`
`groupReturn24Regular`|`ic_fluent_group_return_20_regular`
`ic_fluent_group_return_24_regular`| |Guardian||`guardian20Regular`
`guardian24Regular`
`guardian28Regular`
`guardian48Regular`|`ic_fluent_guardian_20_regular`
`ic_fluent_guardian_24_regular`
`ic_fluent_guardian_28_regular`
`ic_fluent_guardian_48_regular`| -|Guest||`guest16Regular`
`guest20Regular`
`guest24Regular`
`guest28Regular`|`ic_fluent_guest_16_regular`
`ic_fluent_guest_20_regular`
`ic_fluent_guest_24_regular`
`ic_fluent_guest_28_regular`| +|Guest||`guest12Regular`
`guest16Regular`
`guest20Regular`
`guest24Regular`
`guest28Regular`
`guest32Regular`
`guest48Regular`|`ic_fluent_guest_12_regular`
`ic_fluent_guest_16_regular`
`ic_fluent_guest_20_regular`
`ic_fluent_guest_24_regular`
`ic_fluent_guest_28_regular`
`ic_fluent_guest_32_regular`
`ic_fluent_guest_48_regular`| |Guest Add||`guestAdd20Regular`
`guestAdd24Regular`|`ic_fluent_guest_add_20_regular`
`ic_fluent_guest_add_24_regular`| |Guitar||`guitar16Regular`
`guitar20Regular`
`guitar24Regular`
`guitar28Regular`|`ic_fluent_guitar_16_regular`
`ic_fluent_guitar_20_regular`
`ic_fluent_guitar_24_regular`
`ic_fluent_guitar_28_regular`| |HD||`hd16Regular`
`hd20Regular`
`hd24Regular`|`ic_fluent_hd_16_regular`
`ic_fluent_hd_20_regular`
`ic_fluent_hd_24_regular`| @@ -1266,6 +1268,7 @@ |Keyboard Tab||`keyboardTab20Regular`
`keyboardTab24Regular`|`ic_fluent_keyboard_tab_20_regular`
`ic_fluent_keyboard_tab_24_regular`| |Kiosk||`kiosk24Regular`|`ic_fluent_kiosk_24_regular`| |Laptop||`laptop16Regular`
`laptop20Regular`
`laptop24Regular`
`laptop28Regular`
`laptop32Regular`|`ic_fluent_laptop_16_regular`
`ic_fluent_laptop_20_regular`
`ic_fluent_laptop_24_regular`
`ic_fluent_laptop_28_regular`
`ic_fluent_laptop_32_regular`| +|Laptop Briefcase||`laptopBriefcase20Regular`
`laptopBriefcase24Regular`
`laptopBriefcase32Regular`|`ic_fluent_laptop_briefcase_20_regular`
`ic_fluent_laptop_briefcase_24_regular`
`ic_fluent_laptop_briefcase_32_regular`| |Laptop Dismiss||`laptopDismiss16Regular`
`laptopDismiss20Regular`|`ic_fluent_laptop_dismiss_16_regular`
`ic_fluent_laptop_dismiss_20_regular`| |Laptop Multiple||`laptopMultiple24Regular`|`ic_fluent_laptop_multiple_24_regular`| |Laptop Settings||`laptopSettings20Regular`
`laptopSettings24Regular`
`laptopSettings32Regular`|`ic_fluent_laptop_settings_20_regular`
`ic_fluent_laptop_settings_24_regular`
`ic_fluent_laptop_settings_32_regular`| @@ -1277,6 +1280,7 @@ |Layer Diagonal||`layerDiagonal16Regular`
`layerDiagonal20Regular`
`layerDiagonal24Regular`|`ic_fluent_layer_diagonal_16_regular`
`ic_fluent_layer_diagonal_20_regular`
`ic_fluent_layer_diagonal_24_regular`| |Layer Diagonal Add||`layerDiagonalAdd20Regular`|`ic_fluent_layer_diagonal_add_20_regular`| |Layer Diagonal Person||`layerDiagonalPerson16Regular`
`layerDiagonalPerson20Regular`
`layerDiagonalPerson24Regular`|`ic_fluent_layer_diagonal_person_16_regular`
`ic_fluent_layer_diagonal_person_20_regular`
`ic_fluent_layer_diagonal_person_24_regular`| +|Layer Diagonal Sparkle||`layerDiagonalSparkle16Regular`
`layerDiagonalSparkle20Regular`
`layerDiagonalSparkle24Regular`|`ic_fluent_layer_diagonal_sparkle_16_regular`
`ic_fluent_layer_diagonal_sparkle_20_regular`
`ic_fluent_layer_diagonal_sparkle_24_regular`| |Layout Cell Four||`layoutCellFour16Regular`
`layoutCellFour20Regular`
`layoutCellFour24Regular`|`ic_fluent_layout_cell_four_16_regular`
`ic_fluent_layout_cell_four_20_regular`
`ic_fluent_layout_cell_four_24_regular`| |Layout Column Four||`layoutColumnFour16Regular`
`layoutColumnFour20Regular`
`layoutColumnFour24Regular`|`ic_fluent_layout_column_four_16_regular`
`ic_fluent_layout_column_four_20_regular`
`ic_fluent_layout_column_four_24_regular`| |Layout Column One Third Left||`layoutColumnOneThirdLeft16Regular`
`layoutColumnOneThirdLeft20Regular`
`layoutColumnOneThirdLeft24Regular`|`ic_fluent_layout_column_one_third_left_16_regular`
`ic_fluent_layout_column_one_third_left_20_regular`
`ic_fluent_layout_column_one_third_left_24_regular`| @@ -1544,6 +1548,7 @@ |Pause Off||`pauseOff16Regular`
`pauseOff20Regular`|`ic_fluent_pause_off_16_regular`
`ic_fluent_pause_off_20_regular`| |Pause Settings||`pauseSettings16Regular`
`pauseSettings20Regular`|`ic_fluent_pause_settings_16_regular`
`ic_fluent_pause_settings_20_regular`| |Payment||`payment16Regular`
`payment20Regular`
`payment24Regular`
`payment28Regular`
`payment32Regular`
`payment48Regular`|`ic_fluent_payment_16_regular`
`ic_fluent_payment_20_regular`
`ic_fluent_payment_24_regular`
`ic_fluent_payment_28_regular`
`ic_fluent_payment_32_regular`
`ic_fluent_payment_48_regular`| +|Payment Wireless||`paymentWireless16Regular`
`paymentWireless20Regular`
`paymentWireless24Regular`
`paymentWireless28Regular`
`paymentWireless32Regular`
`paymentWireless48Regular`|`ic_fluent_payment_wireless_16_regular`
`ic_fluent_payment_wireless_20_regular`
`ic_fluent_payment_wireless_24_regular`
`ic_fluent_payment_wireless_28_regular`
`ic_fluent_payment_wireless_32_regular`
`ic_fluent_payment_wireless_48_regular`| |Pen||`pen16Regular`
`pen20Regular`
`pen24Regular`
`pen28Regular`
`pen32Regular`
`pen48Regular`|`ic_fluent_pen_16_regular`
`ic_fluent_pen_20_regular`
`ic_fluent_pen_24_regular`
`ic_fluent_pen_28_regular`
`ic_fluent_pen_32_regular`
`ic_fluent_pen_48_regular`| |Pen Dismiss||`penDismiss16Regular`
`penDismiss20Regular`
`penDismiss24Regular`
`penDismiss28Regular`
`penDismiss32Regular`
`penDismiss48Regular`|`ic_fluent_pen_dismiss_16_regular`
`ic_fluent_pen_dismiss_20_regular`
`ic_fluent_pen_dismiss_24_regular`
`ic_fluent_pen_dismiss_28_regular`
`ic_fluent_pen_dismiss_32_regular`
`ic_fluent_pen_dismiss_48_regular`| |Pen Off||`penOff16Regular`
`penOff20Regular`
`penOff24Regular`
`penOff28Regular`
`penOff32Regular`
`penOff48Regular`|`ic_fluent_pen_off_16_regular`
`ic_fluent_pen_off_20_regular`
`ic_fluent_pen_off_24_regular`
`ic_fluent_pen_off_28_regular`
`ic_fluent_pen_off_32_regular`
`ic_fluent_pen_off_48_regular`| @@ -2006,7 +2011,7 @@ |Star Prohibited||`starProhibited16Regular`
`starProhibited20Regular`
`starProhibited24Regular`|`ic_fluent_star_prohibited_16_regular`
`ic_fluent_star_prohibited_20_regular`
`ic_fluent_star_prohibited_24_regular`| |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`| +|Status||`status12Regular`
`status16Regular`
`status20Regular`
`status24Regular`
`status28Regular`
`status32Regular`
`status48Regular`|`ic_fluent_status_12_regular`
`ic_fluent_status_16_regular`
`ic_fluent_status_20_regular`
`ic_fluent_status_24_regular`
`ic_fluent_status_28_regular`
`ic_fluent_status_32_regular`
`ic_fluent_status_48_regular`| |Step||`step16Regular`
`step20Regular`
`step24Regular`|`ic_fluent_step_16_regular`
`ic_fluent_step_20_regular`
`ic_fluent_step_24_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`| @@ -2429,7 +2434,7 @@ |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 Clip Optimize||`videoClipOptimize16Regular`
`videoClipOptimize20Regular`
`videoClipOptimize24Regular`
`videoClipOptimize28Regular`|`ic_fluent_video_clip_optimize_16_regular`
`ic_fluent_video_clip_optimize_20_regular`
`ic_fluent_video_clip_optimize_24_regular`
`ic_fluent_video_clip_optimize_28_regular`| |Video Link||`videoLink24Regular`
`videoLink28Regular`|`ic_fluent_video_link_24_regular`
`ic_fluent_video_link_28_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 Off||`videoOff16Regular`
`videoOff20Regular`
`videoOff24Regular`
`videoOff28Regular`
`videoOff32Regular`
`videoOff48Regular`|`ic_fluent_video_off_16_regular`
`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`
`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`| diff --git a/ios/BUILD.gn b/ios/BUILD.gn index 78af5a5f5f..4aaf730da1 100644 --- a/ios/BUILD.gn +++ b/ios/BUILD.gn @@ -14826,6 +14826,20 @@ imageset("ic_fluent_building_home_24_regular") { ] } +imageset("ic_fluent_building_lighthouse_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_16_filled.imageset/ic_fluent_building_lighthouse_16_filled.svg", + ] +} + +imageset("ic_fluent_building_lighthouse_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_16_regular.imageset/ic_fluent_building_lighthouse_16_regular.svg", + ] +} + imageset("ic_fluent_building_lighthouse_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_20_filled.imageset/Contents.json", @@ -17388,6 +17402,90 @@ imageset("ic_fluent_calendar_shield_48_regular") { ] } +imageset("ic_fluent_calendar_sparkle_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_16_filled.imageset/ic_fluent_calendar_sparkle_16_filled.svg", + ] +} + +imageset("ic_fluent_calendar_sparkle_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_16_regular.imageset/ic_fluent_calendar_sparkle_16_regular.svg", + ] +} + +imageset("ic_fluent_calendar_sparkle_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_20_filled.imageset/ic_fluent_calendar_sparkle_20_filled.svg", + ] +} + +imageset("ic_fluent_calendar_sparkle_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_20_regular.imageset/ic_fluent_calendar_sparkle_20_regular.svg", + ] +} + +imageset("ic_fluent_calendar_sparkle_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_24_filled.imageset/ic_fluent_calendar_sparkle_24_filled.svg", + ] +} + +imageset("ic_fluent_calendar_sparkle_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_24_regular.imageset/ic_fluent_calendar_sparkle_24_regular.svg", + ] +} + +imageset("ic_fluent_calendar_sparkle_28_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_28_filled.imageset/ic_fluent_calendar_sparkle_28_filled.svg", + ] +} + +imageset("ic_fluent_calendar_sparkle_28_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_28_regular.imageset/ic_fluent_calendar_sparkle_28_regular.svg", + ] +} + +imageset("ic_fluent_calendar_sparkle_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_32_filled.imageset/ic_fluent_calendar_sparkle_32_filled.svg", + ] +} + +imageset("ic_fluent_calendar_sparkle_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_32_regular.imageset/ic_fluent_calendar_sparkle_32_regular.svg", + ] +} + +imageset("ic_fluent_calendar_sparkle_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_48_filled.imageset/ic_fluent_calendar_sparkle_48_filled.svg", + ] +} + +imageset("ic_fluent_calendar_sparkle_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_48_regular.imageset/ic_fluent_calendar_sparkle_48_regular.svg", + ] +} + imageset("ic_fluent_calendar_star_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_star_16_filled.imageset/Contents.json", @@ -17472,6 +17570,48 @@ imageset("ic_fluent_calendar_sync_24_regular") { ] } +imageset("ic_fluent_calendar_template_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_20_filled.imageset/ic_fluent_calendar_template_20_filled.svg", + ] +} + +imageset("ic_fluent_calendar_template_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_20_regular.imageset/ic_fluent_calendar_template_20_regular.svg", + ] +} + +imageset("ic_fluent_calendar_template_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_24_filled.imageset/ic_fluent_calendar_template_24_filled.svg", + ] +} + +imageset("ic_fluent_calendar_template_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_24_regular.imageset/ic_fluent_calendar_template_24_regular.svg", + ] +} + +imageset("ic_fluent_calendar_template_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_32_filled.imageset/ic_fluent_calendar_template_32_filled.svg", + ] +} + +imageset("ic_fluent_calendar_template_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_32_regular.imageset/ic_fluent_calendar_template_32_regular.svg", + ] +} + imageset("ic_fluent_calendar_today_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_today_16_filled.imageset/Contents.json", @@ -23730,6 +23870,20 @@ imageset("ic_fluent_clear_formatting_24_regular") { ] } +imageset("ic_fluent_clipboard_12_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_12_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_12_filled.imageset/ic_fluent_clipboard_12_filled.svg", + ] +} + +imageset("ic_fluent_clipboard_12_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_12_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_12_regular.imageset/ic_fluent_clipboard_12_regular.svg", + ] +} + imageset("ic_fluent_clipboard_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_16_filled.imageset/Contents.json", @@ -23842,6 +23996,20 @@ imageset("ic_fluent_clipboard_3_day_24_regular") { ] } +imageset("ic_fluent_clipboard_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_48_filled.imageset/ic_fluent_clipboard_48_filled.svg", + ] +} + +imageset("ic_fluent_clipboard_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_48_regular.imageset/ic_fluent_clipboard_48_regular.svg", + ] +} + imageset("ic_fluent_clipboard_arrow_right_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_arrow_right_16_filled.imageset/Contents.json", @@ -28809,6 +28977,20 @@ imageset("ic_fluent_component_2_double_tap_swipe_up_24_regular") { ] } +imageset("ic_fluent_compose_12_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_12_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_12_filled.imageset/ic_fluent_compose_12_filled.svg", + ] +} + +imageset("ic_fluent_compose_12_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_12_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_12_regular.imageset/ic_fluent_compose_12_regular.svg", + ] +} + imageset("ic_fluent_compose_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_16_filled.imageset/Contents.json", @@ -28865,6 +29047,34 @@ imageset("ic_fluent_compose_28_regular") { ] } +imageset("ic_fluent_compose_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_32_filled.imageset/ic_fluent_compose_32_filled.svg", + ] +} + +imageset("ic_fluent_compose_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_32_regular.imageset/ic_fluent_compose_32_regular.svg", + ] +} + +imageset("ic_fluent_compose_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_48_filled.imageset/ic_fluent_compose_48_filled.svg", + ] +} + +imageset("ic_fluent_compose_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_48_regular.imageset/ic_fluent_compose_48_regular.svg", + ] +} + imageset("ic_fluent_cone_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_cone_16_filled.imageset/Contents.json", @@ -47695,6 +47905,20 @@ imageset("ic_fluent_globe_24_regular") { ] } +imageset("ic_fluent_globe_28_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_28_filled.imageset/ic_fluent_globe_28_filled.svg", + ] +} + +imageset("ic_fluent_globe_28_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_28_regular.imageset/ic_fluent_globe_28_regular.svg", + ] +} + imageset("ic_fluent_globe_32_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_32_filled.imageset/Contents.json", @@ -48675,6 +48899,20 @@ imageset("ic_fluent_guardian_48_regular") { ] } +imageset("ic_fluent_guest_12_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_12_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_12_filled.imageset/ic_fluent_guest_12_filled.svg", + ] +} + +imageset("ic_fluent_guest_12_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_12_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_12_regular.imageset/ic_fluent_guest_12_regular.svg", + ] +} + imageset("ic_fluent_guest_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_16_filled.imageset/Contents.json", @@ -48731,6 +48969,34 @@ imageset("ic_fluent_guest_28_regular") { ] } +imageset("ic_fluent_guest_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_32_filled.imageset/ic_fluent_guest_32_filled.svg", + ] +} + +imageset("ic_fluent_guest_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_32_regular.imageset/ic_fluent_guest_32_regular.svg", + ] +} + +imageset("ic_fluent_guest_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_48_filled.imageset/ic_fluent_guest_48_filled.svg", + ] +} + +imageset("ic_fluent_guest_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_48_regular.imageset/ic_fluent_guest_48_regular.svg", + ] +} + imageset("ic_fluent_guest_add_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_add_20_filled.imageset/Contents.json", @@ -53484,6 +53750,48 @@ imageset("ic_fluent_laptop_32_regular") { ] } +imageset("ic_fluent_laptop_briefcase_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_20_filled.imageset/ic_fluent_laptop_briefcase_20_filled.svg", + ] +} + +imageset("ic_fluent_laptop_briefcase_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_20_regular.imageset/ic_fluent_laptop_briefcase_20_regular.svg", + ] +} + +imageset("ic_fluent_laptop_briefcase_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_24_filled.imageset/ic_fluent_laptop_briefcase_24_filled.svg", + ] +} + +imageset("ic_fluent_laptop_briefcase_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_24_regular.imageset/ic_fluent_laptop_briefcase_24_regular.svg", + ] +} + +imageset("ic_fluent_laptop_briefcase_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_32_filled.imageset/ic_fluent_laptop_briefcase_32_filled.svg", + ] +} + +imageset("ic_fluent_laptop_briefcase_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_32_regular.imageset/ic_fluent_laptop_briefcase_32_regular.svg", + ] +} + imageset("ic_fluent_laptop_dismiss_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_dismiss_16_filled.imageset/Contents.json", @@ -53806,6 +54114,48 @@ imageset("ic_fluent_layer_diagonal_person_24_regular") { ] } +imageset("ic_fluent_layer_diagonal_sparkle_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_16_filled.imageset/ic_fluent_layer_diagonal_sparkle_16_filled.svg", + ] +} + +imageset("ic_fluent_layer_diagonal_sparkle_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_16_regular.imageset/ic_fluent_layer_diagonal_sparkle_16_regular.svg", + ] +} + +imageset("ic_fluent_layer_diagonal_sparkle_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_20_filled.imageset/ic_fluent_layer_diagonal_sparkle_20_filled.svg", + ] +} + +imageset("ic_fluent_layer_diagonal_sparkle_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_20_regular.imageset/ic_fluent_layer_diagonal_sparkle_20_regular.svg", + ] +} + +imageset("ic_fluent_layer_diagonal_sparkle_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_24_filled.imageset/ic_fluent_layer_diagonal_sparkle_24_filled.svg", + ] +} + +imageset("ic_fluent_layer_diagonal_sparkle_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_24_regular.imageset/ic_fluent_layer_diagonal_sparkle_24_regular.svg", + ] +} + imageset("ic_fluent_layout_cell_four_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layout_cell_four_16_filled.imageset/Contents.json", @@ -67178,6 +67528,90 @@ imageset("ic_fluent_payment_48_regular") { ] } +imageset("ic_fluent_payment_wireless_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_16_filled.imageset/ic_fluent_payment_wireless_16_filled.svg", + ] +} + +imageset("ic_fluent_payment_wireless_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_16_regular.imageset/ic_fluent_payment_wireless_16_regular.svg", + ] +} + +imageset("ic_fluent_payment_wireless_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_20_filled.imageset/ic_fluent_payment_wireless_20_filled.svg", + ] +} + +imageset("ic_fluent_payment_wireless_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_20_regular.imageset/ic_fluent_payment_wireless_20_regular.svg", + ] +} + +imageset("ic_fluent_payment_wireless_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_24_filled.imageset/ic_fluent_payment_wireless_24_filled.svg", + ] +} + +imageset("ic_fluent_payment_wireless_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_24_regular.imageset/ic_fluent_payment_wireless_24_regular.svg", + ] +} + +imageset("ic_fluent_payment_wireless_28_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_28_filled.imageset/ic_fluent_payment_wireless_28_filled.svg", + ] +} + +imageset("ic_fluent_payment_wireless_28_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_28_regular.imageset/ic_fluent_payment_wireless_28_regular.svg", + ] +} + +imageset("ic_fluent_payment_wireless_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_32_filled.imageset/ic_fluent_payment_wireless_32_filled.svg", + ] +} + +imageset("ic_fluent_payment_wireless_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_32_regular.imageset/ic_fluent_payment_wireless_32_regular.svg", + ] +} + +imageset("ic_fluent_payment_wireless_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_48_filled.imageset/ic_fluent_payment_wireless_48_filled.svg", + ] +} + +imageset("ic_fluent_payment_wireless_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_48_regular.imageset/ic_fluent_payment_wireless_48_regular.svg", + ] +} + imageset("ic_fluent_pen_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_pen_16_filled.imageset/Contents.json", @@ -87571,6 +88005,48 @@ imageset("ic_fluent_status_24_regular") { ] } +imageset("ic_fluent_status_28_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_28_filled.imageset/ic_fluent_status_28_filled.svg", + ] +} + +imageset("ic_fluent_status_28_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_28_regular.imageset/ic_fluent_status_28_regular.svg", + ] +} + +imageset("ic_fluent_status_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_32_filled.imageset/ic_fluent_status_32_filled.svg", + ] +} + +imageset("ic_fluent_status_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_32_regular.imageset/ic_fluent_status_32_regular.svg", + ] +} + +imageset("ic_fluent_status_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_48_filled.imageset/ic_fluent_status_48_filled.svg", + ] +} + +imageset("ic_fluent_status_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_48_regular.imageset/ic_fluent_status_48_regular.svg", + ] +} + imageset("ic_fluent_step_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_step_16_filled.imageset/Contents.json", @@ -103090,6 +103566,20 @@ imageset("ic_fluent_video_link_28_regular") { ] } +imageset("ic_fluent_video_off_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_16_filled.imageset/ic_fluent_video_off_16_filled.svg", + ] +} + +imageset("ic_fluent_video_off_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_16_regular.imageset/ic_fluent_video_off_16_regular.svg", + ] +} + imageset("ic_fluent_video_off_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_20_filled.imageset/Contents.json", diff --git a/ios/FluentIcons.podspec b/ios/FluentIcons.podspec index e698b3797b..3ffd3063bf 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.226' + s.version = '1.1.227' s.summary = 'FluentIcons' s.description = <<-DESC diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..315d0db78e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_building_lighthouse_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_building_lighthouse_16_filled.imageset/ic_fluent_building_lighthouse_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_16_filled.imageset/ic_fluent_building_lighthouse_16_filled.svg new file mode 100644 index 0000000000..4025d8f280 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_16_filled.imageset/ic_fluent_building_lighthouse_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..39c83b4f24 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_building_lighthouse_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_building_lighthouse_16_regular.imageset/ic_fluent_building_lighthouse_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_16_regular.imageset/ic_fluent_building_lighthouse_16_regular.svg new file mode 100644 index 0000000000..7aa99ee057 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_16_regular.imageset/ic_fluent_building_lighthouse_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_20_filled.imageset/ic_fluent_building_lighthouse_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_20_filled.imageset/ic_fluent_building_lighthouse_20_filled.svg index 77c5e725f0..0dccb8b44d 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_20_filled.imageset/ic_fluent_building_lighthouse_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_20_filled.imageset/ic_fluent_building_lighthouse_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_20_regular.imageset/ic_fluent_building_lighthouse_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_20_regular.imageset/ic_fluent_building_lighthouse_20_regular.svg index 693de1052a..08253f9a5a 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_20_regular.imageset/ic_fluent_building_lighthouse_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_building_lighthouse_20_regular.imageset/ic_fluent_building_lighthouse_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..770e97f395 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_sparkle_16_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_16_filled.imageset/ic_fluent_calendar_sparkle_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_16_filled.imageset/ic_fluent_calendar_sparkle_16_filled.svg new file mode 100644 index 0000000000..0459ae9289 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_16_filled.imageset/ic_fluent_calendar_sparkle_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..5e962786cf --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_sparkle_16_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_16_regular.imageset/ic_fluent_calendar_sparkle_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_16_regular.imageset/ic_fluent_calendar_sparkle_16_regular.svg new file mode 100644 index 0000000000..a6d8b6e0a3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_16_regular.imageset/ic_fluent_calendar_sparkle_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..4aa5782e3e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_sparkle_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_20_filled.imageset/ic_fluent_calendar_sparkle_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_20_filled.imageset/ic_fluent_calendar_sparkle_20_filled.svg new file mode 100644 index 0000000000..69ab0cb09d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_20_filled.imageset/ic_fluent_calendar_sparkle_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..fd5a2084c7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_sparkle_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_20_regular.imageset/ic_fluent_calendar_sparkle_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_20_regular.imageset/ic_fluent_calendar_sparkle_20_regular.svg new file mode 100644 index 0000000000..3c8aa99315 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_20_regular.imageset/ic_fluent_calendar_sparkle_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..e2962879df --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_sparkle_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_24_filled.imageset/ic_fluent_calendar_sparkle_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_24_filled.imageset/ic_fluent_calendar_sparkle_24_filled.svg new file mode 100644 index 0000000000..68bc433072 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_24_filled.imageset/ic_fluent_calendar_sparkle_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..11942007fd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_sparkle_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_24_regular.imageset/ic_fluent_calendar_sparkle_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_24_regular.imageset/ic_fluent_calendar_sparkle_24_regular.svg new file mode 100644 index 0000000000..0e1601f1ba --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_24_regular.imageset/ic_fluent_calendar_sparkle_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..8b71fb9607 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_sparkle_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_sparkle_28_filled.imageset/ic_fluent_calendar_sparkle_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_28_filled.imageset/ic_fluent_calendar_sparkle_28_filled.svg new file mode 100644 index 0000000000..d1c96d86dd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_28_filled.imageset/ic_fluent_calendar_sparkle_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..4a72263602 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_sparkle_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_sparkle_28_regular.imageset/ic_fluent_calendar_sparkle_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_28_regular.imageset/ic_fluent_calendar_sparkle_28_regular.svg new file mode 100644 index 0000000000..4320ea77bd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_28_regular.imageset/ic_fluent_calendar_sparkle_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..a2f418cbb0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_sparkle_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_sparkle_32_filled.imageset/ic_fluent_calendar_sparkle_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_32_filled.imageset/ic_fluent_calendar_sparkle_32_filled.svg new file mode 100644 index 0000000000..0dc1f922c7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_32_filled.imageset/ic_fluent_calendar_sparkle_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..dc5975d4b4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_sparkle_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_sparkle_32_regular.imageset/ic_fluent_calendar_sparkle_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_32_regular.imageset/ic_fluent_calendar_sparkle_32_regular.svg new file mode 100644 index 0000000000..45ccfed14d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_32_regular.imageset/ic_fluent_calendar_sparkle_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..2db877db5c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_sparkle_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_sparkle_48_filled.imageset/ic_fluent_calendar_sparkle_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_48_filled.imageset/ic_fluent_calendar_sparkle_48_filled.svg new file mode 100644 index 0000000000..0b1ce63ef7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_48_filled.imageset/ic_fluent_calendar_sparkle_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..d40afa03f6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_sparkle_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_sparkle_48_regular.imageset/ic_fluent_calendar_sparkle_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_48_regular.imageset/ic_fluent_calendar_sparkle_48_regular.svg new file mode 100644 index 0000000000..3a504ba08f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_sparkle_48_regular.imageset/ic_fluent_calendar_sparkle_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..c60eb7fad3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_template_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_template_20_filled.imageset/ic_fluent_calendar_template_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_20_filled.imageset/ic_fluent_calendar_template_20_filled.svg new file mode 100644 index 0000000000..09f34a1c9e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_20_filled.imageset/ic_fluent_calendar_template_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..c1698fdd14 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_template_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_template_20_regular.imageset/ic_fluent_calendar_template_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_20_regular.imageset/ic_fluent_calendar_template_20_regular.svg new file mode 100644 index 0000000000..1293109a0b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_20_regular.imageset/ic_fluent_calendar_template_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..a720869637 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_template_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_template_24_filled.imageset/ic_fluent_calendar_template_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_24_filled.imageset/ic_fluent_calendar_template_24_filled.svg new file mode 100644 index 0000000000..e5facb4786 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_24_filled.imageset/ic_fluent_calendar_template_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..d3cf310e7a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_template_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_template_24_regular.imageset/ic_fluent_calendar_template_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_24_regular.imageset/ic_fluent_calendar_template_24_regular.svg new file mode 100644 index 0000000000..b2c1e200e1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_24_regular.imageset/ic_fluent_calendar_template_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..94b16f4056 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_template_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_template_32_filled.imageset/ic_fluent_calendar_template_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_32_filled.imageset/ic_fluent_calendar_template_32_filled.svg new file mode 100644 index 0000000000..dcfbdeea4f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_32_filled.imageset/ic_fluent_calendar_template_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..d84eb8b6cc --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_calendar_template_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_template_32_regular.imageset/ic_fluent_calendar_template_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_32_regular.imageset/ic_fluent_calendar_template_32_regular.svg new file mode 100644 index 0000000000..0ae9ea8c42 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_calendar_template_32_regular.imageset/ic_fluent_calendar_template_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_12_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_12_filled.imageset/Contents.json new file mode 100644 index 0000000000..471a5678fe --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_12_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clipboard_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_clipboard_12_filled.imageset/ic_fluent_clipboard_12_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_12_filled.imageset/ic_fluent_clipboard_12_filled.svg new file mode 100644 index 0000000000..1e09a81caf --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_12_filled.imageset/ic_fluent_clipboard_12_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_12_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_12_regular.imageset/Contents.json new file mode 100644 index 0000000000..517112fb5b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_12_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clipboard_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_clipboard_12_regular.imageset/ic_fluent_clipboard_12_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_12_regular.imageset/ic_fluent_clipboard_12_regular.svg new file mode 100644 index 0000000000..55aec64a43 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_12_regular.imageset/ic_fluent_clipboard_12_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..eefc9e7430 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clipboard_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_clipboard_48_filled.imageset/ic_fluent_clipboard_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_48_filled.imageset/ic_fluent_clipboard_48_filled.svg new file mode 100644 index 0000000000..549102a9bd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_48_filled.imageset/ic_fluent_clipboard_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..52abcaef71 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clipboard_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_clipboard_48_regular.imageset/ic_fluent_clipboard_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_48_regular.imageset/ic_fluent_clipboard_48_regular.svg new file mode 100644 index 0000000000..8d61354d39 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_48_regular.imageset/ic_fluent_clipboard_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_20_filled.imageset/Contents.json index 7d01042c29..c73f1edca2 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_20_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_20_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_clipboard_task_list_20_filled_rtl.svg", + "filename": "ic_fluent_clipboard_task_list_20_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_clipboard_task_list_20_filled_ltr.svg", + "filename": "ic_fluent_clipboard_task_list_20_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_20_regular.imageset/Contents.json index 263b583680..a97978eb7e 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_20_regular.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_20_regular.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_clipboard_task_list_20_regular_ltr.svg", + "filename": "ic_fluent_clipboard_task_list_20_regular_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_clipboard_task_list_20_regular_rtl.svg", + "filename": "ic_fluent_clipboard_task_list_20_regular_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_24_filled.imageset/Contents.json index 0023af6e94..ea91a07b40 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_24_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_24_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_clipboard_task_list_24_filled_ltr.svg", + "filename": "ic_fluent_clipboard_task_list_24_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_clipboard_task_list_24_filled_rtl.svg", + "filename": "ic_fluent_clipboard_task_list_24_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_12_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_12_filled.imageset/Contents.json new file mode 100644 index 0000000000..bc891b3e9e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_12_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_compose_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_compose_12_filled.imageset/ic_fluent_compose_12_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_12_filled.imageset/ic_fluent_compose_12_filled.svg new file mode 100644 index 0000000000..ce1f5a426e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_12_filled.imageset/ic_fluent_compose_12_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_12_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_12_regular.imageset/Contents.json new file mode 100644 index 0000000000..5966374d1a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_12_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_compose_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_compose_12_regular.imageset/ic_fluent_compose_12_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_12_regular.imageset/ic_fluent_compose_12_regular.svg new file mode 100644 index 0000000000..895e5a194b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_12_regular.imageset/ic_fluent_compose_12_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..8469d82c44 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_compose_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_compose_32_filled.imageset/ic_fluent_compose_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_32_filled.imageset/ic_fluent_compose_32_filled.svg new file mode 100644 index 0000000000..a3e5deb84d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_32_filled.imageset/ic_fluent_compose_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..6056a3491d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_compose_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_compose_32_regular.imageset/ic_fluent_compose_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_32_regular.imageset/ic_fluent_compose_32_regular.svg new file mode 100644 index 0000000000..bbe22a5c43 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_32_regular.imageset/ic_fluent_compose_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..d22e24c729 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_compose_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_compose_48_filled.imageset/ic_fluent_compose_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_48_filled.imageset/ic_fluent_compose_48_filled.svg new file mode 100644 index 0000000000..6b22993fcb --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_48_filled.imageset/ic_fluent_compose_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..fbb1667c7d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_compose_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_compose_48_regular.imageset/ic_fluent_compose_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_48_regular.imageset/ic_fluent_compose_48_regular.svg new file mode 100644 index 0000000000..4c7199fa39 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_compose_48_regular.imageset/ic_fluent_compose_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..069893dd40 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_globe_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_globe_28_filled.imageset/ic_fluent_globe_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_28_filled.imageset/ic_fluent_globe_28_filled.svg new file mode 100644 index 0000000000..79ce302575 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_28_filled.imageset/ic_fluent_globe_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..4f389210b9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_globe_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_globe_28_regular.imageset/ic_fluent_globe_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_28_regular.imageset/ic_fluent_globe_28_regular.svg new file mode 100644 index 0000000000..9f19225740 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_28_regular.imageset/ic_fluent_globe_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_20_filled.imageset/ic_fluent_globe_video_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_20_filled.imageset/ic_fluent_globe_video_20_filled.svg index d566130af5..06047babcb 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_20_filled.imageset/ic_fluent_globe_video_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_20_filled.imageset/ic_fluent_globe_video_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_20_regular.imageset/ic_fluent_globe_video_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_20_regular.imageset/ic_fluent_globe_video_20_regular.svg index 3a6faeecf5..1fac523c32 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_20_regular.imageset/ic_fluent_globe_video_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_20_regular.imageset/ic_fluent_globe_video_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_24_filled.imageset/ic_fluent_globe_video_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_24_filled.imageset/ic_fluent_globe_video_24_filled.svg index 7d0c409b73..ef57cb8e24 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_24_filled.imageset/ic_fluent_globe_video_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_24_filled.imageset/ic_fluent_globe_video_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_24_regular.imageset/ic_fluent_globe_video_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_24_regular.imageset/ic_fluent_globe_video_24_regular.svg index ce73fb546e..16a7a50b21 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_24_regular.imageset/ic_fluent_globe_video_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_24_regular.imageset/ic_fluent_globe_video_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_28_filled.imageset/ic_fluent_globe_video_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_28_filled.imageset/ic_fluent_globe_video_28_filled.svg index dbcb37fa23..ee823e1831 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_28_filled.imageset/ic_fluent_globe_video_28_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_28_filled.imageset/ic_fluent_globe_video_28_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_28_regular.imageset/ic_fluent_globe_video_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_28_regular.imageset/ic_fluent_globe_video_28_regular.svg index 1850a655d0..eec85c46e7 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_28_regular.imageset/ic_fluent_globe_video_28_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_28_regular.imageset/ic_fluent_globe_video_28_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_32_filled.imageset/ic_fluent_globe_video_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_32_filled.imageset/ic_fluent_globe_video_32_filled.svg index b062a1e5e1..f39201470a 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_32_filled.imageset/ic_fluent_globe_video_32_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_32_filled.imageset/ic_fluent_globe_video_32_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_32_regular.imageset/ic_fluent_globe_video_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_32_regular.imageset/ic_fluent_globe_video_32_regular.svg index a8969f944d..bb14b28df2 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_32_regular.imageset/ic_fluent_globe_video_32_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_32_regular.imageset/ic_fluent_globe_video_32_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_48_filled.imageset/ic_fluent_globe_video_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_48_filled.imageset/ic_fluent_globe_video_48_filled.svg index c9f0547f02..8aad738dd3 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_48_filled.imageset/ic_fluent_globe_video_48_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_48_filled.imageset/ic_fluent_globe_video_48_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_48_regular.imageset/ic_fluent_globe_video_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_48_regular.imageset/ic_fluent_globe_video_48_regular.svg index 9727aefc44..4d66b2b143 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_48_regular.imageset/ic_fluent_globe_video_48_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_globe_video_48_regular.imageset/ic_fluent_globe_video_48_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_12_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_12_filled.imageset/Contents.json new file mode 100644 index 0000000000..0b15e41fb4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_12_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_guest_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_guest_12_filled.imageset/ic_fluent_guest_12_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_12_filled.imageset/ic_fluent_guest_12_filled.svg new file mode 100644 index 0000000000..d55a2c574a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_12_filled.imageset/ic_fluent_guest_12_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_12_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_12_regular.imageset/Contents.json new file mode 100644 index 0000000000..b42ff656ac --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_12_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_guest_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_guest_12_regular.imageset/ic_fluent_guest_12_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_12_regular.imageset/ic_fluent_guest_12_regular.svg new file mode 100644 index 0000000000..aaff3f70d3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_12_regular.imageset/ic_fluent_guest_12_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_28_filled.imageset/ic_fluent_guest_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_28_filled.imageset/ic_fluent_guest_28_filled.svg index 601fc2b887..81a51c3599 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_28_filled.imageset/ic_fluent_guest_28_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_28_filled.imageset/ic_fluent_guest_28_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_28_regular.imageset/ic_fluent_guest_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_28_regular.imageset/ic_fluent_guest_28_regular.svg index a92e6e7e57..d84863874d 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_28_regular.imageset/ic_fluent_guest_28_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_28_regular.imageset/ic_fluent_guest_28_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..049d143cad --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_guest_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_guest_32_filled.imageset/ic_fluent_guest_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_32_filled.imageset/ic_fluent_guest_32_filled.svg new file mode 100644 index 0000000000..dcba574237 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_32_filled.imageset/ic_fluent_guest_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..1a34ec28fb --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_guest_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_guest_32_regular.imageset/ic_fluent_guest_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_32_regular.imageset/ic_fluent_guest_32_regular.svg new file mode 100644 index 0000000000..a60e12f45f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_32_regular.imageset/ic_fluent_guest_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..aa76224c14 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_guest_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_guest_48_filled.imageset/ic_fluent_guest_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_48_filled.imageset/ic_fluent_guest_48_filled.svg new file mode 100644 index 0000000000..8aa018dfa4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_48_filled.imageset/ic_fluent_guest_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..2beffabe0b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_guest_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_guest_48_regular.imageset/ic_fluent_guest_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_48_regular.imageset/ic_fluent_guest_48_regular.svg new file mode 100644 index 0000000000..c531aa5edf --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_guest_48_regular.imageset/ic_fluent_guest_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..78ea2f91b7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_laptop_briefcase_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_20_filled.imageset/ic_fluent_laptop_briefcase_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_20_filled.imageset/ic_fluent_laptop_briefcase_20_filled.svg new file mode 100644 index 0000000000..8cfccf7a2a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_20_filled.imageset/ic_fluent_laptop_briefcase_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..ab0a2aeb55 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_laptop_briefcase_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_20_regular.imageset/ic_fluent_laptop_briefcase_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_20_regular.imageset/ic_fluent_laptop_briefcase_20_regular.svg new file mode 100644 index 0000000000..28c93561c4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_20_regular.imageset/ic_fluent_laptop_briefcase_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..9d98955f2d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_laptop_briefcase_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_24_filled.imageset/ic_fluent_laptop_briefcase_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_24_filled.imageset/ic_fluent_laptop_briefcase_24_filled.svg new file mode 100644 index 0000000000..f842837b56 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_24_filled.imageset/ic_fluent_laptop_briefcase_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..17c75706ce --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_laptop_briefcase_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_24_regular.imageset/ic_fluent_laptop_briefcase_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_24_regular.imageset/ic_fluent_laptop_briefcase_24_regular.svg new file mode 100644 index 0000000000..6729d7523e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_24_regular.imageset/ic_fluent_laptop_briefcase_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..7796fc5513 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_laptop_briefcase_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_laptop_briefcase_32_filled.imageset/ic_fluent_laptop_briefcase_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_32_filled.imageset/ic_fluent_laptop_briefcase_32_filled.svg new file mode 100644 index 0000000000..3b23da8c62 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_32_filled.imageset/ic_fluent_laptop_briefcase_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..44aaa0724e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_laptop_briefcase_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_laptop_briefcase_32_regular.imageset/ic_fluent_laptop_briefcase_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_32_regular.imageset/ic_fluent_laptop_briefcase_32_regular.svg new file mode 100644 index 0000000000..4f8ac3a629 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_laptop_briefcase_32_regular.imageset/ic_fluent_laptop_briefcase_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..4822f4522d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_layer_diagonal_sparkle_16_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_16_filled.imageset/ic_fluent_layer_diagonal_sparkle_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_16_filled.imageset/ic_fluent_layer_diagonal_sparkle_16_filled.svg new file mode 100644 index 0000000000..7dc7317b29 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_16_filled.imageset/ic_fluent_layer_diagonal_sparkle_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..7cad23528e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_layer_diagonal_sparkle_16_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_16_regular.imageset/ic_fluent_layer_diagonal_sparkle_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_16_regular.imageset/ic_fluent_layer_diagonal_sparkle_16_regular.svg new file mode 100644 index 0000000000..99c08398f2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_16_regular.imageset/ic_fluent_layer_diagonal_sparkle_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..49a5157b1b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_layer_diagonal_sparkle_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_20_filled.imageset/ic_fluent_layer_diagonal_sparkle_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_20_filled.imageset/ic_fluent_layer_diagonal_sparkle_20_filled.svg new file mode 100644 index 0000000000..afead868ba --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_20_filled.imageset/ic_fluent_layer_diagonal_sparkle_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..fe6797818f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_layer_diagonal_sparkle_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_20_regular.imageset/ic_fluent_layer_diagonal_sparkle_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_20_regular.imageset/ic_fluent_layer_diagonal_sparkle_20_regular.svg new file mode 100644 index 0000000000..e1f12abab8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_20_regular.imageset/ic_fluent_layer_diagonal_sparkle_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..9ead577aae --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_layer_diagonal_sparkle_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_24_filled.imageset/ic_fluent_layer_diagonal_sparkle_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_24_filled.imageset/ic_fluent_layer_diagonal_sparkle_24_filled.svg new file mode 100644 index 0000000000..6277113a33 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_24_filled.imageset/ic_fluent_layer_diagonal_sparkle_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..524243f15f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_layer_diagonal_sparkle_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_24_regular.imageset/ic_fluent_layer_diagonal_sparkle_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_24_regular.imageset/ic_fluent_layer_diagonal_sparkle_24_regular.svg new file mode 100644 index 0000000000..962af0fc19 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_layer_diagonal_sparkle_24_regular.imageset/ic_fluent_layer_diagonal_sparkle_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_20_regular.imageset/Contents.json index 15820381d5..d10c502263 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_20_regular.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_20_regular.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_multiselect_20_regular_ltr.svg", + "filename": "ic_fluent_multiselect_20_regular_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_multiselect_20_regular_rtl.svg", + "filename": "ic_fluent_multiselect_20_regular_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_24_filled.imageset/Contents.json index 6278b4c3fb..2e64137288 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_24_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_24_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_multiselect_24_filled_rtl.svg", + "filename": "ic_fluent_multiselect_24_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_multiselect_24_filled_ltr.svg", + "filename": "ic_fluent_multiselect_24_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..ea9bea79d6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_payment_wireless_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_payment_wireless_16_filled.imageset/ic_fluent_payment_wireless_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_16_filled.imageset/ic_fluent_payment_wireless_16_filled.svg new file mode 100644 index 0000000000..25f2f313f8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_16_filled.imageset/ic_fluent_payment_wireless_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..0c90e2b4ed --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_payment_wireless_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_payment_wireless_16_regular.imageset/ic_fluent_payment_wireless_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_16_regular.imageset/ic_fluent_payment_wireless_16_regular.svg new file mode 100644 index 0000000000..04f3c52952 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_16_regular.imageset/ic_fluent_payment_wireless_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..f72467be3f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_payment_wireless_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_payment_wireless_20_filled.imageset/ic_fluent_payment_wireless_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_20_filled.imageset/ic_fluent_payment_wireless_20_filled.svg new file mode 100644 index 0000000000..1355ed3c59 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_20_filled.imageset/ic_fluent_payment_wireless_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..79e63418ed --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_payment_wireless_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_payment_wireless_20_regular.imageset/ic_fluent_payment_wireless_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_20_regular.imageset/ic_fluent_payment_wireless_20_regular.svg new file mode 100644 index 0000000000..687ac840fb --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_20_regular.imageset/ic_fluent_payment_wireless_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..c61f6d260b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_payment_wireless_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_payment_wireless_24_filled.imageset/ic_fluent_payment_wireless_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_24_filled.imageset/ic_fluent_payment_wireless_24_filled.svg new file mode 100644 index 0000000000..73008ba00e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_24_filled.imageset/ic_fluent_payment_wireless_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..18f73c608e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_payment_wireless_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_payment_wireless_24_regular.imageset/ic_fluent_payment_wireless_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_24_regular.imageset/ic_fluent_payment_wireless_24_regular.svg new file mode 100644 index 0000000000..4aa1754011 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_24_regular.imageset/ic_fluent_payment_wireless_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..497897b756 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_payment_wireless_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_payment_wireless_28_filled.imageset/ic_fluent_payment_wireless_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_28_filled.imageset/ic_fluent_payment_wireless_28_filled.svg new file mode 100644 index 0000000000..450b621226 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_28_filled.imageset/ic_fluent_payment_wireless_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..967393a6cd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_payment_wireless_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_payment_wireless_28_regular.imageset/ic_fluent_payment_wireless_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_28_regular.imageset/ic_fluent_payment_wireless_28_regular.svg new file mode 100644 index 0000000000..85e4b9d600 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_28_regular.imageset/ic_fluent_payment_wireless_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..08edcf4849 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_payment_wireless_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_payment_wireless_32_filled.imageset/ic_fluent_payment_wireless_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_32_filled.imageset/ic_fluent_payment_wireless_32_filled.svg new file mode 100644 index 0000000000..54458119eb --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_32_filled.imageset/ic_fluent_payment_wireless_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..8334b2be58 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_payment_wireless_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_payment_wireless_32_regular.imageset/ic_fluent_payment_wireless_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_32_regular.imageset/ic_fluent_payment_wireless_32_regular.svg new file mode 100644 index 0000000000..58b503de4b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_32_regular.imageset/ic_fluent_payment_wireless_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..80b785426f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_payment_wireless_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_payment_wireless_48_filled.imageset/ic_fluent_payment_wireless_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_48_filled.imageset/ic_fluent_payment_wireless_48_filled.svg new file mode 100644 index 0000000000..334880ba82 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_48_filled.imageset/ic_fluent_payment_wireless_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..7cafd17dc1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_payment_wireless_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_payment_wireless_48_regular.imageset/ic_fluent_payment_wireless_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_48_regular.imageset/ic_fluent_payment_wireless_48_regular.svg new file mode 100644 index 0000000000..b14628a721 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_payment_wireless_48_regular.imageset/ic_fluent_payment_wireless_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_20_filled.imageset/ic_fluent_share_ios_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_20_filled.imageset/ic_fluent_share_ios_20_filled.svg index d4479f6030..b6b9f8c306 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_20_filled.imageset/ic_fluent_share_ios_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_20_filled.imageset/ic_fluent_share_ios_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_20_regular.imageset/ic_fluent_share_ios_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_20_regular.imageset/ic_fluent_share_ios_20_regular.svg index 99216ad02a..533dd7ee1b 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_20_regular.imageset/ic_fluent_share_ios_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_20_regular.imageset/ic_fluent_share_ios_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_24_filled.imageset/ic_fluent_share_ios_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_24_filled.imageset/ic_fluent_share_ios_24_filled.svg index 8a80ed7cc9..b03358ff13 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_24_filled.imageset/ic_fluent_share_ios_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_24_filled.imageset/ic_fluent_share_ios_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_24_regular.imageset/ic_fluent_share_ios_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_24_regular.imageset/ic_fluent_share_ios_24_regular.svg index e83efbf54c..b01f75cc38 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_24_regular.imageset/ic_fluent_share_ios_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_24_regular.imageset/ic_fluent_share_ios_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_28_filled.imageset/ic_fluent_share_ios_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_28_filled.imageset/ic_fluent_share_ios_28_filled.svg index ddafe4eb51..d9833f4930 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_28_filled.imageset/ic_fluent_share_ios_28_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_28_filled.imageset/ic_fluent_share_ios_28_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_28_regular.imageset/ic_fluent_share_ios_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_28_regular.imageset/ic_fluent_share_ios_28_regular.svg index b89982c7ea..9d67b6df83 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_28_regular.imageset/ic_fluent_share_ios_28_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_28_regular.imageset/ic_fluent_share_ios_28_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_48_filled.imageset/ic_fluent_share_ios_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_48_filled.imageset/ic_fluent_share_ios_48_filled.svg index 96251a9c0b..ee0d851514 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_48_filled.imageset/ic_fluent_share_ios_48_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_48_filled.imageset/ic_fluent_share_ios_48_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_48_regular.imageset/ic_fluent_share_ios_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_48_regular.imageset/ic_fluent_share_ios_48_regular.svg index c71806aa79..3cfc57ec64 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_48_regular.imageset/ic_fluent_share_ios_48_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_share_ios_48_regular.imageset/ic_fluent_share_ios_48_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_sidebar_search_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_sidebar_search_20_filled.imageset/Contents.json index c57602aef8..4e6d5ec32c 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_sidebar_search_20_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_sidebar_search_20_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_sidebar_search_20_filled_ltr.svg", + "filename": "ic_fluent_sidebar_search_20_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_sidebar_search_20_filled_rtl.svg", + "filename": "ic_fluent_sidebar_search_20_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_24_filled.imageset/ic_fluent_status_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_24_filled.imageset/ic_fluent_status_24_filled.svg index 8001aacaea..7afcadf700 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_24_filled.imageset/ic_fluent_status_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_24_filled.imageset/ic_fluent_status_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_24_regular.imageset/ic_fluent_status_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_24_regular.imageset/ic_fluent_status_24_regular.svg index f69e725d05..8ab38211f2 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_24_regular.imageset/ic_fluent_status_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_24_regular.imageset/ic_fluent_status_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..4494f4953a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_status_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_status_28_filled.imageset/ic_fluent_status_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_28_filled.imageset/ic_fluent_status_28_filled.svg new file mode 100644 index 0000000000..1d3d5cdba8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_28_filled.imageset/ic_fluent_status_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..55c2b9bc16 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_status_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_status_28_regular.imageset/ic_fluent_status_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_28_regular.imageset/ic_fluent_status_28_regular.svg new file mode 100644 index 0000000000..0a0214b02a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_28_regular.imageset/ic_fluent_status_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..cba7cc01b9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_status_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_status_32_filled.imageset/ic_fluent_status_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_32_filled.imageset/ic_fluent_status_32_filled.svg new file mode 100644 index 0000000000..922d764f97 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_32_filled.imageset/ic_fluent_status_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..1293c6accc --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_status_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_status_32_regular.imageset/ic_fluent_status_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_32_regular.imageset/ic_fluent_status_32_regular.svg new file mode 100644 index 0000000000..8a6c4128b1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_32_regular.imageset/ic_fluent_status_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..0f594214ff --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_status_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_status_48_filled.imageset/ic_fluent_status_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_48_filled.imageset/ic_fluent_status_48_filled.svg new file mode 100644 index 0000000000..f632ae4da1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_48_filled.imageset/ic_fluent_status_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..e316bce585 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_status_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_status_48_regular.imageset/ic_fluent_status_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_48_regular.imageset/ic_fluent_status_48_regular.svg new file mode 100644 index 0000000000..4b2426a7f7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_status_48_regular.imageset/ic_fluent_status_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_20_filled.imageset/Contents.json index 56e6dedebc..29559c3cd8 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_20_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_20_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_task_list_20_filled_rtl.svg", + "filename": "ic_fluent_task_list_20_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_task_list_20_filled_ltr.svg", + "filename": "ic_fluent_task_list_20_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_20_regular.imageset/Contents.json index 3a09390000..0494385072 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_20_regular.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_20_regular.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_task_list_20_regular_rtl.svg", + "filename": "ic_fluent_task_list_20_regular_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_task_list_20_regular_ltr.svg", + "filename": "ic_fluent_task_list_20_regular_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_24_filled.imageset/Contents.json index 2ecd416aa3..62a9134ada 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_24_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_24_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_task_list_24_filled_rtl.svg", + "filename": "ic_fluent_task_list_24_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_task_list_24_filled_ltr.svg", + "filename": "ic_fluent_task_list_24_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_24_regular.imageset/Contents.json index 45a666f3d9..61885d4ec6 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_24_regular.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_24_regular.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_task_list_24_regular_ltr.svg", + "filename": "ic_fluent_task_list_24_regular_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_task_list_24_regular_rtl.svg", + "filename": "ic_fluent_task_list_24_regular_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_square_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_square_20_regular.imageset/Contents.json index ab4ef584fc..1c1b56bb0f 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_square_20_regular.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_square_20_regular.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_task_list_square_20_regular_ltr.svg", + "filename": "ic_fluent_task_list_square_20_regular_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_task_list_square_20_regular_rtl.svg", + "filename": "ic_fluent_task_list_square_20_regular_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_square_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_square_24_filled.imageset/Contents.json index 9bdbe2fe26..ae801368cd 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_square_24_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_square_24_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_task_list_square_24_filled_ltr.svg", + "filename": "ic_fluent_task_list_square_24_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_task_list_square_24_filled_rtl.svg", + "filename": "ic_fluent_task_list_square_24_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_square_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_square_24_regular.imageset/Contents.json index a77aec63e6..8cf95147c2 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_square_24_regular.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_square_24_regular.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_task_list_square_24_regular_ltr.svg", + "filename": "ic_fluent_task_list_square_24_regular_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_task_list_square_24_regular_rtl.svg", + "filename": "ic_fluent_task_list_square_24_regular_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_16_filled.imageset/Contents.json index 9afc46f045..0a8b0f86d3 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_16_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_16_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_text_number_list_16_filled_rtl.svg", + "filename": "ic_fluent_text_number_list_16_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_text_number_list_16_filled_ltr.svg", + "filename": "ic_fluent_text_number_list_16_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_20_filled.imageset/Contents.json index c1513a8ecd..6a14634a48 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_20_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_20_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_text_number_list_20_filled_rtl.svg", + "filename": "ic_fluent_text_number_list_20_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_text_number_list_20_filled_ltr.svg", + "filename": "ic_fluent_text_number_list_20_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_24_filled.imageset/Contents.json index 3b4aea6117..980a7d148e 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_24_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_24_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_text_number_list_24_filled_rtl.svg", + "filename": "ic_fluent_text_number_list_24_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_text_number_list_24_filled_ltr.svg", + "filename": "ic_fluent_text_number_list_24_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_16_filled.imageset/ic_fluent_video_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_16_filled.imageset/ic_fluent_video_16_filled.svg index 0f5aa2dff3..ec6da9fe6d 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_16_filled.imageset/ic_fluent_video_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_16_filled.imageset/ic_fluent_video_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_16_regular.imageset/ic_fluent_video_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_16_regular.imageset/ic_fluent_video_16_regular.svg index 2a764f3169..5578453331 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_16_regular.imageset/ic_fluent_video_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_16_regular.imageset/ic_fluent_video_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_20_filled.imageset/ic_fluent_video_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_20_filled.imageset/ic_fluent_video_20_filled.svg index 0d5d561643..0f14c130f6 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_20_filled.imageset/ic_fluent_video_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_20_filled.imageset/ic_fluent_video_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_20_regular.imageset/ic_fluent_video_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_20_regular.imageset/ic_fluent_video_20_regular.svg index deed320ee0..04f29c5d88 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_20_regular.imageset/ic_fluent_video_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_20_regular.imageset/ic_fluent_video_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_24_filled.imageset/ic_fluent_video_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_24_filled.imageset/ic_fluent_video_24_filled.svg index ed447ae55c..f5a2a77c8f 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_24_filled.imageset/ic_fluent_video_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_24_filled.imageset/ic_fluent_video_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_24_regular.imageset/ic_fluent_video_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_24_regular.imageset/ic_fluent_video_24_regular.svg index 98456d86b2..e96177e1b1 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_24_regular.imageset/ic_fluent_video_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_24_regular.imageset/ic_fluent_video_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_28_filled.imageset/ic_fluent_video_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_28_filled.imageset/ic_fluent_video_28_filled.svg index 74b072e440..bbb131cafb 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_28_filled.imageset/ic_fluent_video_28_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_28_filled.imageset/ic_fluent_video_28_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_28_regular.imageset/ic_fluent_video_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_28_regular.imageset/ic_fluent_video_28_regular.svg index d51dfa97ed..5bc88f36e9 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_28_regular.imageset/ic_fluent_video_28_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_28_regular.imageset/ic_fluent_video_28_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_32_filled.imageset/ic_fluent_video_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_32_filled.imageset/ic_fluent_video_32_filled.svg index 9488a0848a..0e2bd800ca 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_32_filled.imageset/ic_fluent_video_32_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_32_filled.imageset/ic_fluent_video_32_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_32_regular.imageset/ic_fluent_video_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_32_regular.imageset/ic_fluent_video_32_regular.svg index 6a57608ba3..32c2ecabb4 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_32_regular.imageset/ic_fluent_video_32_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_32_regular.imageset/ic_fluent_video_32_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_48_filled.imageset/ic_fluent_video_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_48_filled.imageset/ic_fluent_video_48_filled.svg index b0188dc807..8c0be969c9 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_48_filled.imageset/ic_fluent_video_48_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_48_filled.imageset/ic_fluent_video_48_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_48_regular.imageset/ic_fluent_video_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_48_regular.imageset/ic_fluent_video_48_regular.svg index 29f47b41b9..32a467b02f 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_48_regular.imageset/ic_fluent_video_48_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_48_regular.imageset/ic_fluent_video_48_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_add_20_filled.imageset/ic_fluent_video_add_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_add_20_filled.imageset/ic_fluent_video_add_20_filled.svg index 8db49c0665..bee6ac3e70 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_add_20_filled.imageset/ic_fluent_video_add_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_add_20_filled.imageset/ic_fluent_video_add_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_add_20_regular.imageset/ic_fluent_video_add_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_add_20_regular.imageset/ic_fluent_video_add_20_regular.svg index ffa4dad45b..9aa2a16feb 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_add_20_regular.imageset/ic_fluent_video_add_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_add_20_regular.imageset/ic_fluent_video_add_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_add_24_filled.imageset/ic_fluent_video_add_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_add_24_filled.imageset/ic_fluent_video_add_24_filled.svg index 594b18351c..57977b9877 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_add_24_filled.imageset/ic_fluent_video_add_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_add_24_filled.imageset/ic_fluent_video_add_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_add_24_regular.imageset/ic_fluent_video_add_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_add_24_regular.imageset/ic_fluent_video_add_24_regular.svg index 41df96b713..530a5030a8 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_add_24_regular.imageset/ic_fluent_video_add_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_add_24_regular.imageset/ic_fluent_video_add_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_16_filled.imageset/ic_fluent_video_chat_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_16_filled.imageset/ic_fluent_video_chat_16_filled.svg index 89c1ba5a48..24dcf10579 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_16_filled.imageset/ic_fluent_video_chat_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_16_filled.imageset/ic_fluent_video_chat_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_16_regular.imageset/ic_fluent_video_chat_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_16_regular.imageset/ic_fluent_video_chat_16_regular.svg index 2f59a55523..9e09e6fb76 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_16_regular.imageset/ic_fluent_video_chat_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_16_regular.imageset/ic_fluent_video_chat_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_20_filled.imageset/ic_fluent_video_chat_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_20_filled.imageset/ic_fluent_video_chat_20_filled.svg index 7043069ffb..9a04611ff6 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_20_filled.imageset/ic_fluent_video_chat_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_20_filled.imageset/ic_fluent_video_chat_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_20_regular.imageset/ic_fluent_video_chat_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_20_regular.imageset/ic_fluent_video_chat_20_regular.svg index 80d331ebd0..28f36ee25c 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_20_regular.imageset/ic_fluent_video_chat_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_20_regular.imageset/ic_fluent_video_chat_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_24_filled.imageset/ic_fluent_video_chat_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_24_filled.imageset/ic_fluent_video_chat_24_filled.svg index 10508a4d48..6fc7fb5924 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_24_filled.imageset/ic_fluent_video_chat_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_24_filled.imageset/ic_fluent_video_chat_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_24_regular.imageset/ic_fluent_video_chat_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_24_regular.imageset/ic_fluent_video_chat_24_regular.svg index d480c953ec..91164a25f4 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_24_regular.imageset/ic_fluent_video_chat_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_24_regular.imageset/ic_fluent_video_chat_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_28_filled.imageset/ic_fluent_video_chat_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_28_filled.imageset/ic_fluent_video_chat_28_filled.svg index 6bb917e312..bcf305e9fb 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_28_filled.imageset/ic_fluent_video_chat_28_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_28_filled.imageset/ic_fluent_video_chat_28_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_28_regular.imageset/ic_fluent_video_chat_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_28_regular.imageset/ic_fluent_video_chat_28_regular.svg index c68c6109c6..a696bbea87 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_28_regular.imageset/ic_fluent_video_chat_28_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_28_regular.imageset/ic_fluent_video_chat_28_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_32_filled.imageset/ic_fluent_video_chat_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_32_filled.imageset/ic_fluent_video_chat_32_filled.svg index d31574ba69..0eeedb0c56 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_32_filled.imageset/ic_fluent_video_chat_32_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_32_filled.imageset/ic_fluent_video_chat_32_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_32_regular.imageset/ic_fluent_video_chat_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_32_regular.imageset/ic_fluent_video_chat_32_regular.svg index 97ca7fa502..4955c12b38 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_32_regular.imageset/ic_fluent_video_chat_32_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_32_regular.imageset/ic_fluent_video_chat_32_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_48_filled.imageset/ic_fluent_video_chat_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_48_filled.imageset/ic_fluent_video_chat_48_filled.svg index 3aa6939b6f..ea34c527bd 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_48_filled.imageset/ic_fluent_video_chat_48_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_48_filled.imageset/ic_fluent_video_chat_48_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_48_regular.imageset/ic_fluent_video_chat_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_48_regular.imageset/ic_fluent_video_chat_48_regular.svg index 3376877731..becd1d571b 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_48_regular.imageset/ic_fluent_video_chat_48_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_chat_48_regular.imageset/ic_fluent_video_chat_48_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_link_24_filled.imageset/ic_fluent_video_link_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_link_24_filled.imageset/ic_fluent_video_link_24_filled.svg index 34575758cd..f9879f747c 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_link_24_filled.imageset/ic_fluent_video_link_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_link_24_filled.imageset/ic_fluent_video_link_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_link_24_regular.imageset/ic_fluent_video_link_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_link_24_regular.imageset/ic_fluent_video_link_24_regular.svg index 9fad62534b..0b948d4ecd 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_link_24_regular.imageset/ic_fluent_video_link_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_link_24_regular.imageset/ic_fluent_video_link_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..3f4251f022 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_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_video_off_16_filled.imageset/ic_fluent_video_off_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_16_filled.imageset/ic_fluent_video_off_16_filled.svg new file mode 100644 index 0000000000..c9340a4f79 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_16_filled.imageset/ic_fluent_video_off_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..aa854e249f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_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_video_off_16_regular.imageset/ic_fluent_video_off_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_16_regular.imageset/ic_fluent_video_off_16_regular.svg new file mode 100644 index 0000000000..e7cf4a7d56 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_16_regular.imageset/ic_fluent_video_off_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_20_filled.imageset/ic_fluent_video_off_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_20_filled.imageset/ic_fluent_video_off_20_filled.svg index 7999b84ef1..15fc78235f 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_20_filled.imageset/ic_fluent_video_off_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_20_filled.imageset/ic_fluent_video_off_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_20_regular.imageset/ic_fluent_video_off_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_20_regular.imageset/ic_fluent_video_off_20_regular.svg index 6fda54454b..54a263a091 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_20_regular.imageset/ic_fluent_video_off_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_20_regular.imageset/ic_fluent_video_off_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_24_filled.imageset/ic_fluent_video_off_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_24_filled.imageset/ic_fluent_video_off_24_filled.svg index 2dcdb23929..9a388cee28 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_24_filled.imageset/ic_fluent_video_off_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_24_filled.imageset/ic_fluent_video_off_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_24_regular.imageset/ic_fluent_video_off_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_24_regular.imageset/ic_fluent_video_off_24_regular.svg index 3124b1b33e..5eaf26e07e 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_24_regular.imageset/ic_fluent_video_off_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_24_regular.imageset/ic_fluent_video_off_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_28_filled.imageset/ic_fluent_video_off_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_28_filled.imageset/ic_fluent_video_off_28_filled.svg index efb10ccfff..478dda8a0e 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_28_filled.imageset/ic_fluent_video_off_28_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_28_filled.imageset/ic_fluent_video_off_28_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_28_regular.imageset/ic_fluent_video_off_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_28_regular.imageset/ic_fluent_video_off_28_regular.svg index a4f3103ed5..15109ef802 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_28_regular.imageset/ic_fluent_video_off_28_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_28_regular.imageset/ic_fluent_video_off_28_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_32_filled.imageset/ic_fluent_video_off_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_32_filled.imageset/ic_fluent_video_off_32_filled.svg index 49992def0a..795c4f6de7 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_32_filled.imageset/ic_fluent_video_off_32_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_32_filled.imageset/ic_fluent_video_off_32_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_32_regular.imageset/ic_fluent_video_off_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_32_regular.imageset/ic_fluent_video_off_32_regular.svg index 8f71d68024..0181e727fd 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_32_regular.imageset/ic_fluent_video_off_32_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_32_regular.imageset/ic_fluent_video_off_32_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_48_filled.imageset/ic_fluent_video_off_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_48_filled.imageset/ic_fluent_video_off_48_filled.svg index 277066657d..8916b8a37a 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_48_filled.imageset/ic_fluent_video_off_48_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_48_filled.imageset/ic_fluent_video_off_48_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_48_regular.imageset/ic_fluent_video_off_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_48_regular.imageset/ic_fluent_video_off_48_regular.svg index 163e1cc7e5..13e97fd0a9 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_48_regular.imageset/ic_fluent_video_off_48_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_off_48_regular.imageset/ic_fluent_video_off_48_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Classes/FluentIcon.swift b/ios/FluentIcons/Classes/FluentIcon.swift index 0e575e09e0..82a6bf9bd3 100644 --- a/ios/FluentIcons/Classes/FluentIcon.swift +++ b/ios/FluentIcons/Classes/FluentIcon.swift @@ -2131,6 +2131,8 @@ import Foundation case buildingHome20Regular case buildingHome24Filled case buildingHome24Regular + case buildingLighthouse16Filled + case buildingLighthouse16Regular case buildingLighthouse20Filled case buildingLighthouse20Regular case buildingLighthouse24Filled @@ -2497,6 +2499,18 @@ import Foundation case calendarShield32Regular case calendarShield48Filled case calendarShield48Regular + case calendarSparkle16Filled + case calendarSparkle16Regular + case calendarSparkle20Filled + case calendarSparkle20Regular + case calendarSparkle24Filled + case calendarSparkle24Regular + case calendarSparkle28Filled + case calendarSparkle28Regular + case calendarSparkle32Filled + case calendarSparkle32Regular + case calendarSparkle48Filled + case calendarSparkle48Regular case calendarStar16Filled case calendarStar16Regular case calendarStar20Filled @@ -2509,6 +2523,12 @@ import Foundation case calendarSync20Regular case calendarSync24Filled case calendarSync24Regular + case calendarTemplate20Filled + case calendarTemplate20Regular + case calendarTemplate24Filled + case calendarTemplate24Regular + case calendarTemplate32Filled + case calendarTemplate32Regular case calendarToday16Filled case calendarToday16Regular case calendarToday20Filled @@ -3403,6 +3423,8 @@ import Foundation case clearFormatting20Regular case clearFormatting24Filled case clearFormatting24Regular + case clipboard12Filled + case clipboard12Regular case clipboard16Filled case clipboard16Regular case clipboard20Filled @@ -3419,6 +3441,8 @@ import Foundation case clipboard3Day20Regular case clipboard3Day24Filled case clipboard3Day24Regular + case clipboard48Filled + case clipboard48Regular case clipboardArrowRight16Filled case clipboardArrowRight16Regular case clipboardArrowRight20Filled @@ -4128,6 +4152,8 @@ import Foundation case component2DoubleTapSwipeDown24Regular case component2DoubleTapSwipeUp24Filled case component2DoubleTapSwipeUp24Regular + case compose12Filled + case compose12Regular case compose16Filled case compose16Regular case compose20Filled @@ -4136,6 +4162,10 @@ import Foundation case compose24Regular case compose28Filled case compose28Regular + case compose32Filled + case compose32Regular + case compose48Filled + case compose48Regular case cone16Filled case cone16Regular case conferenceRoom16Filled @@ -6826,6 +6856,8 @@ import Foundation case globe20Regular case globe24Filled case globe24Regular + case globe28Filled + case globe28Regular case globe32Filled case globe32Regular case globe48Filled @@ -6966,6 +6998,8 @@ import Foundation case guardian28Regular case guardian48Filled case guardian48Regular + case guest12Filled + case guest12Regular case guest16Filled case guest16Regular case guest20Filled @@ -6974,6 +7008,10 @@ import Foundation case guest24Regular case guest28Filled case guest28Regular + case guest32Filled + case guest32Regular + case guest48Filled + case guest48Regular case guestAdd20Filled case guestAdd20Regular case guestAdd24Filled @@ -7653,6 +7691,12 @@ import Foundation case laptop28Regular case laptop32Filled case laptop32Regular + case laptopBriefcase20Filled + case laptopBriefcase20Regular + case laptopBriefcase24Filled + case laptopBriefcase24Regular + case laptopBriefcase32Filled + case laptopBriefcase32Regular case laptopDismiss16Filled case laptopDismiss16Regular case laptopDismiss20Filled @@ -7699,6 +7743,12 @@ import Foundation case layerDiagonalPerson20Regular case layerDiagonalPerson24Filled case layerDiagonalPerson24Regular + case layerDiagonalSparkle16Filled + case layerDiagonalSparkle16Regular + case layerDiagonalSparkle20Filled + case layerDiagonalSparkle20Regular + case layerDiagonalSparkle24Filled + case layerDiagonalSparkle24Regular case layoutCellFour16Filled case layoutCellFour16Regular case layoutCellFour20Filled @@ -9605,6 +9655,18 @@ import Foundation case payment32Regular case payment48Filled case payment48Regular + case paymentWireless16Filled + case paymentWireless16Regular + case paymentWireless20Filled + case paymentWireless20Regular + case paymentWireless24Filled + case paymentWireless24Regular + case paymentWireless28Filled + case paymentWireless28Regular + case paymentWireless32Filled + case paymentWireless32Regular + case paymentWireless48Filled + case paymentWireless48Regular case pen16Filled case pen16Regular case pen20Filled @@ -12518,6 +12580,12 @@ import Foundation case status20Regular case status24Filled case status24Regular + case status28Filled + case status28Regular + case status32Filled + case status32Regular + case status48Filled + case status48Regular case step16Filled case step16Regular case step20Filled @@ -14635,6 +14703,8 @@ import Foundation case videoLink24Regular case videoLink28Filled case videoLink28Regular + case videoOff16Filled + case videoOff16Regular case videoOff20Filled case videoOff20Regular case videoOff24Filled @@ -17417,6 +17487,8 @@ import Foundation case .buildingHome20Regular: return "ic_fluent_building_home_20_regular" case .buildingHome24Filled: return "ic_fluent_building_home_24_filled" case .buildingHome24Regular: return "ic_fluent_building_home_24_regular" + case .buildingLighthouse16Filled: return "ic_fluent_building_lighthouse_16_filled" + case .buildingLighthouse16Regular: return "ic_fluent_building_lighthouse_16_regular" case .buildingLighthouse20Filled: return "ic_fluent_building_lighthouse_20_filled" case .buildingLighthouse20Regular: return "ic_fluent_building_lighthouse_20_regular" case .buildingLighthouse24Filled: return "ic_fluent_building_lighthouse_24_filled" @@ -17498,10 +17570,10 @@ import Foundation case .buildingTownhouse24Filled: return "ic_fluent_building_townhouse_24_filled" case .buildingTownhouse24Regular: return "ic_fluent_building_townhouse_24_regular" case .buildingTownhouse32Filled: return "ic_fluent_building_townhouse_32_filled" - case .buildingTownhouse32Regular: return "ic_fluent_building_townhouse_32_regular" - case .button16Filled: return "ic_fluent_button_16_filled" default: break } switch self { + case .buildingTownhouse32Regular: return "ic_fluent_building_townhouse_32_regular" + case .button16Filled: return "ic_fluent_button_16_filled" case .button16Regular: return "ic_fluent_button_16_regular" case .button20Filled: return "ic_fluent_button_20_filled" case .button20Regular: return "ic_fluent_button_20_regular" @@ -17600,10 +17672,10 @@ import Foundation case .calendarCheckmark20Filled: return "ic_fluent_calendar_checkmark_20_filled" case .calendarCheckmark20Regular: return "ic_fluent_calendar_checkmark_20_regular" case .calendarCheckmark24Filled: return "ic_fluent_calendar_checkmark_24_filled" - case .calendarCheckmark24Regular: return "ic_fluent_calendar_checkmark_24_regular" - case .calendarCheckmark28Filled: return "ic_fluent_calendar_checkmark_28_filled" default: break } switch self { + case .calendarCheckmark24Regular: return "ic_fluent_calendar_checkmark_24_regular" + case .calendarCheckmark28Filled: return "ic_fluent_calendar_checkmark_28_filled" case .calendarCheckmark28Regular: return "ic_fluent_calendar_checkmark_28_regular" case .calendarClock16Filled: return "ic_fluent_calendar_clock_16_filled" case .calendarClock16Regular: return "ic_fluent_calendar_clock_16_regular" @@ -17702,10 +17774,10 @@ import Foundation case .calendarMultiple28Filled: return "ic_fluent_calendar_multiple_28_filled" case .calendarMultiple28Regular: return "ic_fluent_calendar_multiple_28_regular" case .calendarMultiple32Filled: return "ic_fluent_calendar_multiple_32_filled" - case .calendarMultiple32Regular: return "ic_fluent_calendar_multiple_32_regular" - case .calendarNote16Filled: return "ic_fluent_calendar_note_16_filled" default: break } switch self { + case .calendarMultiple32Regular: return "ic_fluent_calendar_multiple_32_regular" + case .calendarNote16Filled: return "ic_fluent_calendar_note_16_filled" case .calendarNote16Regular: return "ic_fluent_calendar_note_16_regular" case .calendarNote20Filled: return "ic_fluent_calendar_note_20_filled" case .calendarNote20Regular: return "ic_fluent_calendar_note_20_regular" @@ -17789,9 +17861,23 @@ import Foundation 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 .calendarSparkle16Filled: return "ic_fluent_calendar_sparkle_16_filled" + case .calendarSparkle16Regular: return "ic_fluent_calendar_sparkle_16_regular" + case .calendarSparkle20Filled: return "ic_fluent_calendar_sparkle_20_filled" + case .calendarSparkle20Regular: return "ic_fluent_calendar_sparkle_20_regular" + case .calendarSparkle24Filled: return "ic_fluent_calendar_sparkle_24_filled" + case .calendarSparkle24Regular: return "ic_fluent_calendar_sparkle_24_regular" + case .calendarSparkle28Filled: return "ic_fluent_calendar_sparkle_28_filled" + case .calendarSparkle28Regular: return "ic_fluent_calendar_sparkle_28_regular" + case .calendarSparkle32Filled: return "ic_fluent_calendar_sparkle_32_filled" + case .calendarSparkle32Regular: return "ic_fluent_calendar_sparkle_32_regular" + case .calendarSparkle48Filled: return "ic_fluent_calendar_sparkle_48_filled" + case .calendarSparkle48Regular: return "ic_fluent_calendar_sparkle_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" + default: break } + switch self { case .calendarStar20Regular: return "ic_fluent_calendar_star_20_regular" case .calendarStar24Filled: return "ic_fluent_calendar_star_24_filled" case .calendarStar24Regular: return "ic_fluent_calendar_star_24_regular" @@ -17801,13 +17887,17 @@ import Foundation case .calendarSync20Regular: return "ic_fluent_calendar_sync_20_regular" case .calendarSync24Filled: return "ic_fluent_calendar_sync_24_filled" case .calendarSync24Regular: return "ic_fluent_calendar_sync_24_regular" + case .calendarTemplate20Filled: return "ic_fluent_calendar_template_20_filled" + case .calendarTemplate20Regular: return "ic_fluent_calendar_template_20_regular" + case .calendarTemplate24Filled: return "ic_fluent_calendar_template_24_filled" + case .calendarTemplate24Regular: return "ic_fluent_calendar_template_24_regular" + case .calendarTemplate32Filled: return "ic_fluent_calendar_template_32_filled" + case .calendarTemplate32Regular: return "ic_fluent_calendar_template_32_regular" case .calendarToday16Filled: return "ic_fluent_calendar_today_16_filled" case .calendarToday16Regular: return "ic_fluent_calendar_today_16_regular" case .calendarToday20Filled: return "ic_fluent_calendar_today_20_filled" case .calendarToday20Regular: return "ic_fluent_calendar_today_20_regular" case .calendarToday24Filled: return "ic_fluent_calendar_today_24_filled" - default: break } - switch self { case .calendarToday24Regular: return "ic_fluent_calendar_today_24_regular" case .calendarToday28Filled: return "ic_fluent_calendar_today_28_filled" case .calendarToday28Regular: return "ic_fluent_calendar_today_28_regular" @@ -17888,6 +17978,8 @@ import Foundation case .callForward16Filled: return "ic_fluent_call_forward_16_filled" case .callForward16Regular: return "ic_fluent_call_forward_16_regular" case .callForward20Filled: return "ic_fluent_call_forward_20_filled" + default: break } + switch self { case .callForward20Regular: return "ic_fluent_call_forward_20_regular" case .callForward24Filled: return "ic_fluent_call_forward_24_filled" case .callForward24Regular: return "ic_fluent_call_forward_24_regular" @@ -17908,8 +18000,6 @@ import Foundation case .callInbound48Filled: return "ic_fluent_call_inbound_48_filled" case .callInbound48Regular: return "ic_fluent_call_inbound_48_regular" case .callMissed12Filled: return "ic_fluent_call_missed_12_filled" - default: break } - switch self { case .callMissed12Regular: return "ic_fluent_call_missed_12_regular" case .callMissed16Filled: return "ic_fluent_call_missed_16_filled" case .callMissed16Regular: return "ic_fluent_call_missed_16_regular" @@ -17990,6 +18080,8 @@ import Foundation case .cameraAdd20Filled: return "ic_fluent_camera_add_20_filled" case .cameraAdd20Regular: return "ic_fluent_camera_add_20_regular" case .cameraAdd24Filled: return "ic_fluent_camera_add_24_filled" + default: break } + switch self { case .cameraAdd24Regular: return "ic_fluent_camera_add_24_regular" case .cameraAdd48Filled: return "ic_fluent_camera_add_48_filled" case .cameraAdd48Regular: return "ic_fluent_camera_add_48_regular" @@ -18010,8 +18102,6 @@ import Foundation 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" - default: break } - switch self { case .cameraOff24Regular: return "ic_fluent_camera_off_24_regular" case .cameraSparkles16Filled: return "ic_fluent_camera_sparkles_16_filled" case .cameraSparkles16Regular: return "ic_fluent_camera_sparkles_16_regular" @@ -18092,6 +18182,8 @@ import Foundation case .catchUp24Filled: return "ic_fluent_catch_up_24_filled" case .catchUp24Regular: return "ic_fluent_catch_up_24_regular" case .cd16Filled: return "ic_fluent_cd_16_filled" + default: break } + switch self { case .cd16Regular: return "ic_fluent_cd_16_regular" case .cellular3G20Filled: return "ic_fluent_cellular_3g_20_filled" case .cellular3G20Regular: return "ic_fluent_cellular_3g_20_regular" @@ -18112,8 +18204,6 @@ import Foundation case .cellularData220Filled: return "ic_fluent_cellular_data_2_20_filled" case .cellularData220Regular: return "ic_fluent_cellular_data_2_20_regular" case .cellularData224Filled: return "ic_fluent_cellular_data_2_24_filled" - default: break } - switch self { case .cellularData224Regular: return "ic_fluent_cellular_data_2_24_regular" case .cellularData320Filled: return "ic_fluent_cellular_data_3_20_filled" case .cellularData320Regular: return "ic_fluent_cellular_data_3_20_regular" @@ -18194,6 +18284,8 @@ import Foundation case .channelDismiss16Filled: return "ic_fluent_channel_dismiss_16_filled" case .channelDismiss16Regular: return "ic_fluent_channel_dismiss_16_regular" case .channelDismiss20Filled: return "ic_fluent_channel_dismiss_20_filled" + default: break } + switch self { case .channelDismiss20Regular: return "ic_fluent_channel_dismiss_20_regular" case .channelDismiss24Filled: return "ic_fluent_channel_dismiss_24_filled" case .channelDismiss24Regular: return "ic_fluent_channel_dismiss_24_regular" @@ -18214,8 +18306,6 @@ import Foundation case .channelShare48Filled: return "ic_fluent_channel_share_48_filled" case .channelShare48Regular: return "ic_fluent_channel_share_48_regular" case .channelSubtract16Filled: return "ic_fluent_channel_subtract_16_filled" - default: break } - switch self { case .channelSubtract16Regular: return "ic_fluent_channel_subtract_16_regular" case .channelSubtract20Filled: return "ic_fluent_channel_subtract_20_filled" case .channelSubtract20Regular: return "ic_fluent_channel_subtract_20_regular" @@ -18296,6 +18386,8 @@ import Foundation case .chatEmpty12Filled: return "ic_fluent_chat_empty_12_filled" case .chatEmpty12Regular: return "ic_fluent_chat_empty_12_regular" case .chatEmpty16Filled: return "ic_fluent_chat_empty_16_filled" + default: break } + switch self { case .chatEmpty16Regular: return "ic_fluent_chat_empty_16_regular" case .chatEmpty20Filled: return "ic_fluent_chat_empty_20_filled" case .chatEmpty20Regular: return "ic_fluent_chat_empty_20_regular" @@ -18316,8 +18408,6 @@ import Foundation case .chatLock20Filled: return "ic_fluent_chat_lock_20_filled" case .chatLock20Regular: return "ic_fluent_chat_lock_20_regular" case .chatLock24Filled: return "ic_fluent_chat_lock_24_filled" - default: break } - switch self { case .chatLock24Regular: return "ic_fluent_chat_lock_24_regular" case .chatLock28Filled: return "ic_fluent_chat_lock_28_filled" case .chatLock28Regular: return "ic_fluent_chat_lock_28_regular" @@ -18398,6 +18488,8 @@ import Foundation case .checkboxCheckedSync16Filled: return "ic_fluent_checkbox_checked_sync_16_filled" case .checkboxCheckedSync16Regular: return "ic_fluent_checkbox_checked_sync_16_regular" case .checkboxCheckedSync20Filled: return "ic_fluent_checkbox_checked_sync_20_filled" + default: break } + switch self { case .checkboxCheckedSync20Regular: return "ic_fluent_checkbox_checked_sync_20_regular" case .checkboxIndeterminate16Filled: return "ic_fluent_checkbox_indeterminate_16_filled" case .checkboxIndeterminate16Regular: return "ic_fluent_checkbox_indeterminate_16_regular" @@ -18418,8 +18510,6 @@ import Foundation case .checkboxUnchecked20Filled: return "ic_fluent_checkbox_unchecked_20_filled" case .checkboxUnchecked20Regular: return "ic_fluent_checkbox_unchecked_20_regular" case .checkboxUnchecked24Filled: return "ic_fluent_checkbox_unchecked_24_filled" - default: break } - switch self { case .checkboxUnchecked24Regular: return "ic_fluent_checkbox_unchecked_24_regular" case .checkboxWarning20Filled: return "ic_fluent_checkbox_warning_20_filled" case .checkboxWarning20Regular: return "ic_fluent_checkbox_warning_20_regular" @@ -18500,6 +18590,8 @@ import Foundation case .chevronCircleLeft12Filled: return "ic_fluent_chevron_circle_left_12_filled" case .chevronCircleLeft12Regular: return "ic_fluent_chevron_circle_left_12_regular" case .chevronCircleLeft16Filled: return "ic_fluent_chevron_circle_left_16_filled" + default: break } + switch self { case .chevronCircleLeft16Regular: return "ic_fluent_chevron_circle_left_16_regular" case .chevronCircleLeft20Filled: return "ic_fluent_chevron_circle_left_20_filled" case .chevronCircleLeft20Regular: return "ic_fluent_chevron_circle_left_20_regular" @@ -18520,8 +18612,6 @@ import Foundation case .chevronCircleRight24Filled: return "ic_fluent_chevron_circle_right_24_filled" case .chevronCircleRight24Regular: return "ic_fluent_chevron_circle_right_24_regular" case .chevronCircleRight28Filled: return "ic_fluent_chevron_circle_right_28_filled" - default: break } - switch self { case .chevronCircleRight28Regular: return "ic_fluent_chevron_circle_right_28_regular" case .chevronCircleRight32Filled: return "ic_fluent_chevron_circle_right_32_filled" case .chevronCircleRight32Regular: return "ic_fluent_chevron_circle_right_32_regular" @@ -18602,6 +18692,8 @@ import Foundation case .chevronRight28Filled: return "ic_fluent_chevron_right_28_filled" case .chevronRight28Regular: return "ic_fluent_chevron_right_28_regular" case .chevronRight32Filled: return "ic_fluent_chevron_right_32_filled" + default: break } + switch self { case .chevronRight32Regular: return "ic_fluent_chevron_right_32_regular" case .chevronRight48Filled: return "ic_fluent_chevron_right_48_filled" case .chevronRight48Regular: return "ic_fluent_chevron_right_48_regular" @@ -18622,8 +18714,6 @@ import Foundation case .chevronUpDown16Filled: return "ic_fluent_chevron_up_down_16_filled" case .chevronUpDown16Regular: return "ic_fluent_chevron_up_down_16_regular" case .chevronUpDown20Filled: return "ic_fluent_chevron_up_down_20_filled" - default: break } - switch self { case .chevronUpDown20Regular: return "ic_fluent_chevron_up_down_20_regular" case .chevronUpDown24Filled: return "ic_fluent_chevron_up_down_24_filled" case .chevronUpDown24Regular: return "ic_fluent_chevron_up_down_24_regular" @@ -18704,6 +18794,8 @@ import Foundation case .classification16Filled: return "ic_fluent_classification_16_filled" case .classification16Regular: return "ic_fluent_classification_16_regular" case .classification20Filled: return "ic_fluent_classification_20_filled" + default: break } + switch self { case .classification20Regular: return "ic_fluent_classification_20_regular" case .classification24Filled: return "ic_fluent_classification_24_filled" case .classification24Regular: return "ic_fluent_classification_24_regular" @@ -18713,6 +18805,8 @@ import Foundation case .clearFormatting20Regular: return "ic_fluent_clear_formatting_20_regular" case .clearFormatting24Filled: return "ic_fluent_clear_formatting_24_filled" case .clearFormatting24Regular: return "ic_fluent_clear_formatting_24_regular" + case .clipboard12Filled: return "ic_fluent_clipboard_12_filled" + case .clipboard12Regular: return "ic_fluent_clipboard_12_regular" case .clipboard16Filled: return "ic_fluent_clipboard_16_filled" case .clipboard16Regular: return "ic_fluent_clipboard_16_regular" case .clipboard20Filled: return "ic_fluent_clipboard_20_filled" @@ -18724,13 +18818,13 @@ import Foundation case .clipboard32Filled: return "ic_fluent_clipboard_32_filled" case .clipboard32Regular: return "ic_fluent_clipboard_32_regular" case .clipboard3Day16Filled: return "ic_fluent_clipboard_3_day_16_filled" - default: break } - switch self { case .clipboard3Day16Regular: return "ic_fluent_clipboard_3_day_16_regular" case .clipboard3Day20Filled: return "ic_fluent_clipboard_3_day_20_filled" case .clipboard3Day20Regular: return "ic_fluent_clipboard_3_day_20_regular" case .clipboard3Day24Filled: return "ic_fluent_clipboard_3_day_24_filled" case .clipboard3Day24Regular: return "ic_fluent_clipboard_3_day_24_regular" + case .clipboard48Filled: return "ic_fluent_clipboard_48_filled" + case .clipboard48Regular: return "ic_fluent_clipboard_48_regular" case .clipboardArrowRight16Filled: return "ic_fluent_clipboard_arrow_right_16_filled" case .clipboardArrowRight16Regular: return "ic_fluent_clipboard_arrow_right_16_regular" case .clipboardArrowRight20Filled: return "ic_fluent_clipboard_arrow_right_20_filled" @@ -18802,6 +18896,8 @@ import Foundation case .clipboardLetter24Filled: return "ic_fluent_clipboard_letter_24_filled" case .clipboardLetter24Regular: return "ic_fluent_clipboard_letter_24_regular" case .clipboardLink16Filled: return "ic_fluent_clipboard_link_16_filled" + default: break } + switch self { case .clipboardLink16Regular: return "ic_fluent_clipboard_link_16_regular" case .clipboardLink20Filled: return "ic_fluent_clipboard_link_20_filled" case .clipboardLink20Regular: return "ic_fluent_clipboard_link_20_regular" @@ -18826,8 +18922,6 @@ import Foundation case .clipboardMore20Filled: return "ic_fluent_clipboard_more_20_filled" case .clipboardMore20Regular: return "ic_fluent_clipboard_more_20_regular" case .clipboardMore24Filled: return "ic_fluent_clipboard_more_24_filled" - default: break } - switch self { 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" @@ -18904,6 +18998,8 @@ import Foundation case .clock48Filled: return "ic_fluent_clock_48_filled" case .clock48Regular: return "ic_fluent_clock_48_regular" case .clockAlarm16Filled: return "ic_fluent_clock_alarm_16_filled" + default: break } + switch self { case .clockAlarm16Regular: return "ic_fluent_clock_alarm_16_regular" case .clockAlarm20Filled: return "ic_fluent_clock_alarm_20_filled" case .clockAlarm20Regular: return "ic_fluent_clock_alarm_20_regular" @@ -18928,8 +19024,6 @@ import Foundation case .clockPause20Filled: return "ic_fluent_clock_pause_20_filled" case .clockPause20Regular: return "ic_fluent_clock_pause_20_regular" case .clockPause24Filled: return "ic_fluent_clock_pause_24_filled" - default: break } - switch self { case .clockPause24Regular: return "ic_fluent_clock_pause_24_regular" case .clockToolbox20Filled: return "ic_fluent_clock_toolbox_20_filled" case .clockToolbox20Regular: return "ic_fluent_clock_toolbox_20_regular" @@ -19006,6 +19100,8 @@ import Foundation case .cloudArrowUp24Filled: return "ic_fluent_cloud_arrow_up_24_filled" case .cloudArrowUp24Regular: return "ic_fluent_cloud_arrow_up_24_regular" case .cloudArrowUp28Filled: return "ic_fluent_cloud_arrow_up_28_filled" + default: break } + switch self { case .cloudArrowUp28Regular: return "ic_fluent_cloud_arrow_up_28_regular" case .cloudArrowUp32Filled: return "ic_fluent_cloud_arrow_up_32_filled" case .cloudArrowUp32Regular: return "ic_fluent_cloud_arrow_up_32_regular" @@ -19030,8 +19126,6 @@ import Foundation case .cloudCheckmark16Filled: return "ic_fluent_cloud_checkmark_16_filled" case .cloudCheckmark16Regular: return "ic_fluent_cloud_checkmark_16_regular" case .cloudCheckmark20Filled: return "ic_fluent_cloud_checkmark_20_filled" - default: break } - switch self { case .cloudCheckmark20Regular: return "ic_fluent_cloud_checkmark_20_regular" case .cloudCheckmark24Filled: return "ic_fluent_cloud_checkmark_24_filled" case .cloudCheckmark24Regular: return "ic_fluent_cloud_checkmark_24_regular" @@ -19108,6 +19202,8 @@ import Foundation 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" + default: break } + switch self { case .cloudOff48Regular: return "ic_fluent_cloud_off_48_regular" case .cloudSwap20Filled: return "ic_fluent_cloud_swap_20_filled" case .cloudSwap20Regular: return "ic_fluent_cloud_swap_20_regular" @@ -19132,8 +19228,6 @@ import Foundation case .cloudWords24Filled: return "ic_fluent_cloud_words_24_filled" case .cloudWords24Regular: return "ic_fluent_cloud_words_24_regular" case .cloudWords28Filled: return "ic_fluent_cloud_words_28_filled" - default: break } - switch self { case .cloudWords28Regular: return "ic_fluent_cloud_words_28_regular" case .cloudWords32Filled: return "ic_fluent_cloud_words_32_filled" case .cloudWords32Regular: return "ic_fluent_cloud_words_32_regular" @@ -19210,6 +19304,8 @@ import Foundation 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" + default: break } + switch self { case .codeVbRectangle16Regular: return "ic_fluent_code_vb_rectangle_16_regular" case .collections16Filled: return "ic_fluent_collections_16_filled" case .collections16Regular: return "ic_fluent_collections_16_regular" @@ -19234,8 +19330,6 @@ import Foundation case .colorBackgroundAccent20Regular: return "ic_fluent_color_background_accent_20_regular" case .colorBackgroundAccent24Regular: return "ic_fluent_color_background_accent_24_regular" case .colorFill16Filled: return "ic_fluent_color_fill_16_filled" - default: break } - switch self { case .colorFill16Regular: return "ic_fluent_color_fill_16_regular" case .colorFill20Filled: return "ic_fluent_color_fill_20_filled" case .colorFill20Regular: return "ic_fluent_color_fill_20_regular" @@ -19312,6 +19406,8 @@ import Foundation case .commentArrowLeft12Regular: return "ic_fluent_comment_arrow_left_12_regular" case .commentArrowLeft16Filled: return "ic_fluent_comment_arrow_left_16_filled" case .commentArrowLeft16Regular: return "ic_fluent_comment_arrow_left_16_regular" + default: break } + switch self { case .commentArrowLeft20Filled: return "ic_fluent_comment_arrow_left_20_filled" case .commentArrowLeft20Regular: return "ic_fluent_comment_arrow_left_20_regular" case .commentArrowLeft24Filled: return "ic_fluent_comment_arrow_left_24_filled" @@ -19336,8 +19432,6 @@ import Foundation case .commentCheckmark12Regular: return "ic_fluent_comment_checkmark_12_regular" case .commentCheckmark16Filled: return "ic_fluent_comment_checkmark_16_filled" case .commentCheckmark16Regular: return "ic_fluent_comment_checkmark_16_regular" - default: break } - switch self { case .commentCheckmark20Filled: return "ic_fluent_comment_checkmark_20_filled" case .commentCheckmark20Regular: return "ic_fluent_comment_checkmark_20_regular" case .commentCheckmark24Filled: return "ic_fluent_comment_checkmark_24_filled" @@ -19414,6 +19508,8 @@ import Foundation case .commentNote20Regular: return "ic_fluent_comment_note_20_regular" case .commentNote24Filled: return "ic_fluent_comment_note_24_filled" case .commentNote24Regular: return "ic_fluent_comment_note_24_regular" + default: break } + switch self { case .commentOff16Filled: return "ic_fluent_comment_off_16_filled" case .commentOff16Regular: return "ic_fluent_comment_off_16_regular" case .commentOff20Filled: return "ic_fluent_comment_off_20_filled" @@ -19438,8 +19534,6 @@ import Foundation case .communicationShield16Regular: return "ic_fluent_communication_shield_16_regular" case .communicationShield20Filled: return "ic_fluent_communication_shield_20_filled" case .communicationShield20Regular: return "ic_fluent_communication_shield_20_regular" - default: break } - switch self { case .communicationShield24Filled: return "ic_fluent_communication_shield_24_filled" case .communicationShield24Regular: return "ic_fluent_communication_shield_24_regular" case .compassNorthwest16Filled: return "ic_fluent_compass_northwest_16_filled" @@ -19454,6 +19548,8 @@ import Foundation case .component2DoubleTapSwipeDown24Regular: return "ic_fluent_component_2_double_tap_swipe_down_24_regular" case .component2DoubleTapSwipeUp24Filled: return "ic_fluent_component_2_double_tap_swipe_up_24_filled" case .component2DoubleTapSwipeUp24Regular: return "ic_fluent_component_2_double_tap_swipe_up_24_regular" + case .compose12Filled: return "ic_fluent_compose_12_filled" + case .compose12Regular: return "ic_fluent_compose_12_regular" case .compose16Filled: return "ic_fluent_compose_16_filled" case .compose16Regular: return "ic_fluent_compose_16_regular" case .compose20Filled: return "ic_fluent_compose_20_filled" @@ -19462,6 +19558,10 @@ 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 .compose32Filled: return "ic_fluent_compose_32_filled" + case .compose32Regular: return "ic_fluent_compose_32_regular" + case .compose48Filled: return "ic_fluent_compose_48_filled" + case .compose48Regular: return "ic_fluent_compose_48_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" @@ -19510,6 +19610,8 @@ import Foundation case .contactCardLink16Regular: return "ic_fluent_contact_card_link_16_regular" case .contactCardLink20Filled: return "ic_fluent_contact_card_link_20_filled" case .contactCardLink20Regular: return "ic_fluent_contact_card_link_20_regular" + default: break } + switch self { case .contactCardRibbon16Filled: return "ic_fluent_contact_card_ribbon_16_filled" case .contactCardRibbon16Regular: return "ic_fluent_contact_card_ribbon_16_regular" case .contactCardRibbon20Filled: return "ic_fluent_contact_card_ribbon_20_filled" @@ -19540,8 +19642,6 @@ import Foundation case .contentView32Regular: return "ic_fluent_content_view_32_regular" case .contentViewGallery16Filled: return "ic_fluent_content_view_gallery_16_filled" case .contentViewGallery16Regular: return "ic_fluent_content_view_gallery_16_regular" - default: break } - switch self { case .contentViewGallery20Filled: return "ic_fluent_content_view_gallery_20_filled" case .contentViewGallery20Regular: return "ic_fluent_content_view_gallery_20_regular" case .contentViewGallery24Filled: return "ic_fluent_content_view_gallery_24_filled" @@ -19612,6 +19712,8 @@ import Foundation 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" + default: break } + switch self { case .copyArrowRight16Filled: return "ic_fluent_copy_arrow_right_16_filled" case .copyArrowRight16Regular: return "ic_fluent_copy_arrow_right_16_regular" case .copyArrowRight20Filled: return "ic_fluent_copy_arrow_right_20_filled" @@ -19642,8 +19744,6 @@ import Foundation case .creditCardClock32Regular: return "ic_fluent_credit_card_clock_32_regular" case .creditCardPerson20Filled: return "ic_fluent_credit_card_person_20_filled" case .creditCardPerson20Regular: return "ic_fluent_credit_card_person_20_regular" - default: break } - switch self { case .creditCardPerson24Filled: return "ic_fluent_credit_card_person_24_filled" case .creditCardPerson24Regular: return "ic_fluent_credit_card_person_24_regular" case .creditCardToolbox20Filled: return "ic_fluent_credit_card_toolbox_20_filled" @@ -19714,6 +19814,8 @@ import Foundation case .cubeRotate20Regular: return "ic_fluent_cube_rotate_20_regular" case .cubeSync20Filled: return "ic_fluent_cube_sync_20_filled" case .cubeSync20Regular: return "ic_fluent_cube_sync_20_regular" + default: break } + switch self { case .cubeSync24Filled: return "ic_fluent_cube_sync_24_filled" case .cubeSync24Regular: return "ic_fluent_cube_sync_24_regular" case .cubeTree20Filled: return "ic_fluent_cube_tree_20_filled" @@ -19744,8 +19846,6 @@ import Foundation case .cursorClick24Regular: return "ic_fluent_cursor_click_24_regular" case .cursorHover16Filled: return "ic_fluent_cursor_hover_16_filled" case .cursorHover16Regular: return "ic_fluent_cursor_hover_16_regular" - default: break } - switch self { case .cursorHover20Filled: return "ic_fluent_cursor_hover_20_filled" case .cursorHover20Regular: return "ic_fluent_cursor_hover_20_regular" case .cursorHover24Filled: return "ic_fluent_cursor_hover_24_filled" @@ -19816,6 +19916,8 @@ import Foundation case .dataBarVerticalStar24Regular: return "ic_fluent_data_bar_vertical_star_24_regular" case .dataBarVerticalStar32Filled: return "ic_fluent_data_bar_vertical_star_32_filled" case .dataBarVerticalStar32Regular: return "ic_fluent_data_bar_vertical_star_32_regular" + default: break } + switch self { case .dataFunnel20Filled: return "ic_fluent_data_funnel_20_filled" case .dataFunnel20Regular: return "ic_fluent_data_funnel_20_regular" case .dataFunnel24Filled: return "ic_fluent_data_funnel_24_filled" @@ -19846,8 +19948,6 @@ import Foundation case .dataTreemap20Regular: return "ic_fluent_data_treemap_20_regular" case .dataTreemap24Filled: return "ic_fluent_data_treemap_24_filled" case .dataTreemap24Regular: return "ic_fluent_data_treemap_24_regular" - default: break } - switch self { case .dataTrending16Filled: return "ic_fluent_data_trending_16_filled" case .dataTrending16Regular: return "ic_fluent_data_trending_16_regular" case .dataTrending20Filled: return "ic_fluent_data_trending_20_filled" @@ -19918,6 +20018,8 @@ import Foundation case .databasePerson24Regular: return "ic_fluent_database_person_24_regular" case .databasePlugConnected20Filled: return "ic_fluent_database_plug_connected_20_filled" case .databasePlugConnected20Regular: return "ic_fluent_database_plug_connected_20_regular" + default: break } + switch self { case .databaseSearch20Filled: return "ic_fluent_database_search_20_filled" case .databaseSearch20Regular: return "ic_fluent_database_search_20_regular" case .databaseSearch24Filled: return "ic_fluent_database_search_24_filled" @@ -19948,8 +20050,6 @@ import Foundation case .delete24Regular: return "ic_fluent_delete_24_regular" case .delete28Filled: return "ic_fluent_delete_28_filled" case .delete28Regular: return "ic_fluent_delete_28_regular" - default: break } - switch self { case .delete32Filled: return "ic_fluent_delete_32_filled" case .delete32Regular: return "ic_fluent_delete_32_regular" case .delete48Filled: return "ic_fluent_delete_48_filled" @@ -20020,6 +20120,8 @@ import Foundation case .desktopArrowRight16Regular: return "ic_fluent_desktop_arrow_right_16_regular" case .desktopArrowRight20Filled: return "ic_fluent_desktop_arrow_right_20_filled" case .desktopArrowRight20Regular: return "ic_fluent_desktop_arrow_right_20_regular" + default: break } + switch self { case .desktopArrowRight24Filled: return "ic_fluent_desktop_arrow_right_24_filled" case .desktopArrowRight24Regular: return "ic_fluent_desktop_arrow_right_24_regular" case .desktopCheckmark16Filled: return "ic_fluent_desktop_checkmark_16_filled" @@ -20050,8 +20152,6 @@ import Foundation case .desktopKeyboard16Regular: return "ic_fluent_desktop_keyboard_16_regular" case .desktopKeyboard20Filled: return "ic_fluent_desktop_keyboard_20_filled" case .desktopKeyboard20Regular: return "ic_fluent_desktop_keyboard_20_regular" - default: break } - switch self { case .desktopKeyboard24Filled: return "ic_fluent_desktop_keyboard_24_filled" case .desktopKeyboard24Regular: return "ic_fluent_desktop_keyboard_24_regular" case .desktopKeyboard28Filled: return "ic_fluent_desktop_keyboard_28_filled" @@ -20122,6 +20222,8 @@ import Foundation case .deviceEq20Regular: return "ic_fluent_device_eq_20_regular" case .deviceEq24Filled: return "ic_fluent_device_eq_24_filled" case .deviceEq24Regular: return "ic_fluent_device_eq_24_regular" + default: break } + switch self { case .deviceMeetingRoom16Filled: return "ic_fluent_device_meeting_room_16_filled" case .deviceMeetingRoom16Regular: return "ic_fluent_device_meeting_room_16_regular" case .deviceMeetingRoom20Filled: return "ic_fluent_device_meeting_room_20_filled" @@ -20152,8 +20254,6 @@ import Foundation case .diagram24Regular: return "ic_fluent_diagram_24_regular" case .dialpad20Filled: return "ic_fluent_dialpad_20_filled" case .dialpad20Regular: return "ic_fluent_dialpad_20_regular" - default: break } - switch self { case .dialpad24Filled: return "ic_fluent_dialpad_24_filled" case .dialpad24Regular: return "ic_fluent_dialpad_24_regular" case .dialpad28Filled: return "ic_fluent_dialpad_28_filled" @@ -20224,6 +20324,8 @@ import Foundation case .dismissCircle32Regular: return "ic_fluent_dismiss_circle_32_regular" case .dismissCircle48Filled: return "ic_fluent_dismiss_circle_48_filled" case .dismissCircle48Regular: return "ic_fluent_dismiss_circle_48_regular" + default: break } + switch self { case .dismissSquare20Filled: return "ic_fluent_dismiss_square_20_filled" case .dismissSquare20Regular: return "ic_fluent_dismiss_square_20_regular" case .dismissSquare24Filled: return "ic_fluent_dismiss_square_24_filled" @@ -20254,8 +20356,6 @@ import Foundation case .dividerTall20Regular: return "ic_fluent_divider_tall_20_regular" case .dividerTall24Filled: return "ic_fluent_divider_tall_24_filled" case .dividerTall24Regular: return "ic_fluent_divider_tall_24_regular" - default: break } - switch self { case .dock20Filled: return "ic_fluent_dock_20_filled" case .dock20Regular: return "ic_fluent_dock_20_regular" case .dock24Filled: return "ic_fluent_dock_24_filled" @@ -20326,6 +20426,8 @@ import Foundation case .documentArrowUp16Regular: return "ic_fluent_document_arrow_up_16_regular" case .documentArrowUp20Filled: return "ic_fluent_document_arrow_up_20_filled" case .documentArrowUp20Regular: return "ic_fluent_document_arrow_up_20_regular" + default: break } + switch self { case .documentBorder20Filled: return "ic_fluent_document_border_20_filled" case .documentBorder20Regular: return "ic_fluent_document_border_20_regular" case .documentBorder24Filled: return "ic_fluent_document_border_24_filled" @@ -20356,8 +20458,6 @@ import Foundation case .documentBulletListArrowLeft16Regular: return "ic_fluent_document_bullet_list_arrow_left_16_regular" case .documentBulletListArrowLeft20Filled: return "ic_fluent_document_bullet_list_arrow_left_20_filled" case .documentBulletListArrowLeft20Regular: return "ic_fluent_document_bullet_list_arrow_left_20_regular" - default: break } - switch self { case .documentBulletListArrowLeft24Filled: return "ic_fluent_document_bullet_list_arrow_left_24_filled" case .documentBulletListArrowLeft24Regular: return "ic_fluent_document_bullet_list_arrow_left_24_regular" case .documentBulletListClock20Filled: return "ic_fluent_document_bullet_list_clock_20_filled" @@ -20428,6 +20528,8 @@ import Foundation case .documentDataLink16Regular: return "ic_fluent_document_data_link_16_regular" case .documentDataLink20Filled: return "ic_fluent_document_data_link_20_filled" case .documentDataLink20Regular: return "ic_fluent_document_data_link_20_regular" + default: break } + switch self { case .documentDataLink24Filled: return "ic_fluent_document_data_link_24_filled" case .documentDataLink24Regular: return "ic_fluent_document_data_link_24_regular" case .documentDataLink32Filled: return "ic_fluent_document_data_link_32_filled" @@ -20458,8 +20560,6 @@ import Foundation case .documentEdit24Regular: return "ic_fluent_document_edit_24_regular" case .documentEndnote20Filled: return "ic_fluent_document_endnote_20_filled" case .documentEndnote20Regular: return "ic_fluent_document_endnote_20_regular" - default: break } - switch self { case .documentEndnote24Filled: return "ic_fluent_document_endnote_24_filled" case .documentEndnote24Regular: return "ic_fluent_document_endnote_24_regular" case .documentError16Filled: return "ic_fluent_document_error_16_filled" @@ -20530,6 +20630,8 @@ import Foundation case .documentImage16Regular: return "ic_fluent_document_image_16_regular" case .documentImage20Filled: return "ic_fluent_document_image_20_filled" case .documentImage20Regular: return "ic_fluent_document_image_20_regular" + default: break } + switch self { case .documentJava16Filled: return "ic_fluent_document_java_16_filled" case .documentJava16Regular: return "ic_fluent_document_java_16_regular" case .documentJava20Filled: return "ic_fluent_document_java_20_filled" @@ -20560,8 +20662,6 @@ import Foundation case .documentLandscapeSplitHint24Regular: return "ic_fluent_document_landscape_split_hint_24_regular" case .documentLightning16Filled: return "ic_fluent_document_lightning_16_filled" case .documentLightning16Regular: return "ic_fluent_document_lightning_16_regular" - default: break } - switch self { case .documentLightning20Filled: return "ic_fluent_document_lightning_20_filled" case .documentLightning20Regular: return "ic_fluent_document_lightning_20_regular" case .documentLightning24Filled: return "ic_fluent_document_lightning_24_filled" @@ -20632,6 +20732,8 @@ import Foundation case .documentOnePageAdd16Regular: return "ic_fluent_document_one_page_add_16_regular" case .documentOnePageAdd20Filled: return "ic_fluent_document_one_page_add_20_filled" case .documentOnePageAdd20Regular: return "ic_fluent_document_one_page_add_20_regular" + default: break } + switch self { case .documentOnePageAdd24Filled: return "ic_fluent_document_one_page_add_24_filled" case .documentOnePageAdd24Regular: return "ic_fluent_document_one_page_add_24_regular" case .documentOnePageBeaker16Filled: return "ic_fluent_document_one_page_beaker_16_filled" @@ -20662,8 +20764,6 @@ import Foundation case .documentPageBottomCenter20Regular: return "ic_fluent_document_page_bottom_center_20_regular" case .documentPageBottomCenter24Filled: return "ic_fluent_document_page_bottom_center_24_filled" case .documentPageBottomCenter24Regular: return "ic_fluent_document_page_bottom_center_24_regular" - default: break } - switch self { case .documentPageBottomLeft20Filled: return "ic_fluent_document_page_bottom_left_20_filled" case .documentPageBottomLeft20Regular: return "ic_fluent_document_page_bottom_left_20_regular" case .documentPageBottomLeft24Filled: return "ic_fluent_document_page_bottom_left_24_filled" @@ -20734,6 +20834,8 @@ import Foundation case .documentQuestionMark20Regular: return "ic_fluent_document_question_mark_20_regular" case .documentQuestionMark24Filled: return "ic_fluent_document_question_mark_24_filled" case .documentQuestionMark24Regular: return "ic_fluent_document_question_mark_24_regular" + default: break } + switch self { case .documentQueue20Filled: return "ic_fluent_document_queue_20_filled" case .documentQueue20Regular: return "ic_fluent_document_queue_20_regular" case .documentQueue24Filled: return "ic_fluent_document_queue_24_filled" @@ -20764,8 +20866,6 @@ import Foundation case .documentSass16Regular: return "ic_fluent_document_sass_16_regular" case .documentSass20Filled: return "ic_fluent_document_sass_20_filled" case .documentSass20Regular: return "ic_fluent_document_sass_20_regular" - default: break } - switch self { case .documentSave20Filled: return "ic_fluent_document_save_20_filled" case .documentSave20Regular: return "ic_fluent_document_save_20_regular" case .documentSave24Filled: return "ic_fluent_document_save_24_filled" @@ -20836,6 +20936,8 @@ import Foundation 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" + default: break } + switch self { case .documentTextClock20Filled: return "ic_fluent_document_text_clock_20_filled" case .documentTextClock20Regular: return "ic_fluent_document_text_clock_20_regular" case .documentTextClock24Filled: return "ic_fluent_document_text_clock_24_filled" @@ -20866,8 +20968,6 @@ import Foundation case .documentWidth24Regular: return "ic_fluent_document_width_24_regular" case .documentYml16Filled: return "ic_fluent_document_yml_16_filled" case .documentYml16Regular: return "ic_fluent_document_yml_16_regular" - default: break } - switch self { case .documentYml20Filled: return "ic_fluent_document_yml_20_filled" case .documentYml20Regular: return "ic_fluent_document_yml_20_regular" case .door16Filled: return "ic_fluent_door_16_filled" @@ -20938,6 +21038,8 @@ import Foundation case .drawerAdd20Regular: return "ic_fluent_drawer_add_20_regular" case .drawerAdd24Filled: return "ic_fluent_drawer_add_24_filled" case .drawerAdd24Regular: return "ic_fluent_drawer_add_24_regular" + default: break } + switch self { case .drawerArrowDownload20Filled: return "ic_fluent_drawer_arrow_download_20_filled" case .drawerArrowDownload20Regular: return "ic_fluent_drawer_arrow_download_20_regular" case .drawerArrowDownload24Filled: return "ic_fluent_drawer_arrow_download_24_filled" @@ -20968,8 +21070,6 @@ import Foundation case .drinkBottleOff20Regular: return "ic_fluent_drink_bottle_off_20_regular" case .drinkBottleOff32Filled: return "ic_fluent_drink_bottle_off_32_filled" case .drinkBottleOff32Regular: return "ic_fluent_drink_bottle_off_32_regular" - default: break } - switch self { case .drinkCoffee16Filled: return "ic_fluent_drink_coffee_16_filled" case .drinkCoffee16Regular: return "ic_fluent_drink_coffee_16_regular" case .drinkCoffee20Filled: return "ic_fluent_drink_coffee_20_filled" @@ -21040,6 +21140,8 @@ import Foundation case .dualScreenDismiss20Regular: return "ic_fluent_dual_screen_dismiss_20_regular" case .dualScreenDismiss24Filled: return "ic_fluent_dual_screen_dismiss_24_filled" case .dualScreenDismiss24Regular: return "ic_fluent_dual_screen_dismiss_24_regular" + default: break } + switch self { case .dualScreenGroup20Filled: return "ic_fluent_dual_screen_group_20_filled" case .dualScreenGroup20Regular: return "ic_fluent_dual_screen_group_20_regular" case .dualScreenGroup24Filled: return "ic_fluent_dual_screen_group_24_filled" @@ -21070,8 +21172,6 @@ import Foundation case .dualScreenSpan24Regular: return "ic_fluent_dual_screen_span_24_regular" case .dualScreenSpeaker20Filled: return "ic_fluent_dual_screen_speaker_20_filled" case .dualScreenSpeaker20Regular: return "ic_fluent_dual_screen_speaker_20_regular" - default: break } - switch self { case .dualScreenSpeaker24Filled: return "ic_fluent_dual_screen_speaker_24_filled" case .dualScreenSpeaker24Regular: return "ic_fluent_dual_screen_speaker_24_regular" case .dualScreenStatusBar20Filled: return "ic_fluent_dual_screen_status_bar_20_filled" @@ -21142,6 +21242,8 @@ import Foundation case .edit32Regular: return "ic_fluent_edit_32_regular" case .edit48Filled: return "ic_fluent_edit_48_filled" case .edit48Regular: return "ic_fluent_edit_48_regular" + default: break } + switch self { case .editArrowBack16Filled: return "ic_fluent_edit_arrow_back_16_filled" case .editArrowBack16Regular: return "ic_fluent_edit_arrow_back_16_regular" case .editArrowBack20Filled: return "ic_fluent_edit_arrow_back_20_filled" @@ -21172,8 +21274,6 @@ import Foundation case .editProhibited32Regular: return "ic_fluent_edit_prohibited_32_regular" case .editProhibited48Filled: return "ic_fluent_edit_prohibited_48_filled" case .editProhibited48Regular: return "ic_fluent_edit_prohibited_48_regular" - default: break } - switch self { case .editSettings20Filled: return "ic_fluent_edit_settings_20_filled" case .editSettings20Regular: return "ic_fluent_edit_settings_20_regular" case .editSettings24Filled: return "ic_fluent_edit_settings_24_filled" @@ -21244,6 +21344,8 @@ import Foundation case .emojiHint32Regular: return "ic_fluent_emoji_hint_32_regular" case .emojiHint48Filled: return "ic_fluent_emoji_hint_48_filled" case .emojiHint48Regular: return "ic_fluent_emoji_hint_48_regular" + default: break } + switch self { case .emojiLaugh16Filled: return "ic_fluent_emoji_laugh_16_filled" case .emojiLaugh16Regular: return "ic_fluent_emoji_laugh_16_regular" case .emojiLaugh20Filled: return "ic_fluent_emoji_laugh_20_filled" @@ -21274,8 +21376,6 @@ import Foundation case .emojiSmileSlight20Regular: return "ic_fluent_emoji_smile_slight_20_regular" case .emojiSmileSlight24Filled: return "ic_fluent_emoji_smile_slight_24_filled" case .emojiSmileSlight24Regular: return "ic_fluent_emoji_smile_slight_24_regular" - default: break } - switch self { case .emojiSparkle16Filled: return "ic_fluent_emoji_sparkle_16_filled" case .emojiSparkle16Regular: return "ic_fluent_emoji_sparkle_16_regular" case .emojiSparkle20Filled: return "ic_fluent_emoji_sparkle_20_filled" @@ -21346,6 +21446,8 @@ import Foundation case .expandUpLeft16Regular: return "ic_fluent_expand_up_left_16_regular" case .expandUpLeft20Filled: return "ic_fluent_expand_up_left_20_filled" case .expandUpLeft20Regular: return "ic_fluent_expand_up_left_20_regular" + default: break } + switch self { case .expandUpLeft24Filled: return "ic_fluent_expand_up_left_24_filled" case .expandUpLeft24Regular: return "ic_fluent_expand_up_left_24_regular" case .expandUpLeft28Filled: return "ic_fluent_expand_up_left_28_filled" @@ -21376,8 +21478,6 @@ import Foundation case .eye16Regular: return "ic_fluent_eye_16_regular" case .eye20Filled: return "ic_fluent_eye_20_filled" case .eye20Regular: return "ic_fluent_eye_20_regular" - default: break } - switch self { case .eye24Filled: return "ic_fluent_eye_24_filled" case .eye24Regular: return "ic_fluent_eye_24_regular" case .eye28Filled: return "ic_fluent_eye_28_filled" @@ -21448,6 +21548,8 @@ import Foundation case .fax16Regular: return "ic_fluent_fax_16_regular" case .fax20Filled: return "ic_fluent_fax_20_filled" case .fax20Regular: return "ic_fluent_fax_20_regular" + default: break } + switch self { case .feed16Filled: return "ic_fluent_feed_16_filled" case .feed16Regular: return "ic_fluent_feed_16_regular" case .feed20Filled: return "ic_fluent_feed_20_filled" @@ -21478,8 +21580,6 @@ import Foundation case .filmstripOff48Regular: return "ic_fluent_filmstrip_off_48_regular" case .filmstripPlay16Filled: return "ic_fluent_filmstrip_play_16_filled" case .filmstripPlay16Regular: return "ic_fluent_filmstrip_play_16_regular" - default: break } - switch self { case .filmstripPlay20Filled: return "ic_fluent_filmstrip_play_20_filled" case .filmstripPlay20Regular: return "ic_fluent_filmstrip_play_20_regular" case .filmstripPlay24Filled: return "ic_fluent_filmstrip_play_24_filled" @@ -21550,6 +21650,8 @@ import Foundation case .flag16Regular: return "ic_fluent_flag_16_regular" case .flag20Filled: return "ic_fluent_flag_20_filled" case .flag20Regular: return "ic_fluent_flag_20_regular" + default: break } + switch self { case .flag24Filled: return "ic_fluent_flag_24_filled" case .flag24Regular: return "ic_fluent_flag_24_regular" case .flag28Filled: return "ic_fluent_flag_28_filled" @@ -21580,8 +21682,6 @@ import Foundation case .flagOff24Regular: return "ic_fluent_flag_off_24_regular" case .flagOff28Filled: return "ic_fluent_flag_off_28_filled" case .flagOff28Regular: return "ic_fluent_flag_off_28_regular" - default: break } - switch self { case .flagOff48Filled: return "ic_fluent_flag_off_48_filled" case .flagOff48Regular: return "ic_fluent_flag_off_48_regular" case .flagPride16Filled: return "ic_fluent_flag_pride_16_filled" @@ -21652,6 +21752,8 @@ import Foundation case .flashSparkle20Regular: return "ic_fluent_flash_sparkle_20_regular" case .flashSparkle24Filled: return "ic_fluent_flash_sparkle_24_filled" case .flashSparkle24Regular: return "ic_fluent_flash_sparkle_24_regular" + default: break } + switch self { case .flashlight16Filled: return "ic_fluent_flashlight_16_filled" case .flashlight16Regular: return "ic_fluent_flashlight_16_regular" case .flashlight20Filled: return "ic_fluent_flashlight_20_filled" @@ -21682,8 +21784,6 @@ import Foundation case .flipVertical24Regular: return "ic_fluent_flip_vertical_24_regular" case .flipVertical28Filled: return "ic_fluent_flip_vertical_28_filled" case .flipVertical28Regular: return "ic_fluent_flip_vertical_28_regular" - default: break } - switch self { case .flipVertical32Filled: return "ic_fluent_flip_vertical_32_filled" case .flipVertical32Regular: return "ic_fluent_flip_vertical_32_regular" case .flipVertical48Filled: return "ic_fluent_flip_vertical_48_filled" @@ -21754,6 +21854,8 @@ import Foundation case .folderArrowLeft24Regular: return "ic_fluent_folder_arrow_left_24_regular" case .folderArrowLeft28Filled: return "ic_fluent_folder_arrow_left_28_filled" case .folderArrowLeft28Regular: return "ic_fluent_folder_arrow_left_28_regular" + default: break } + switch self { case .folderArrowLeft32Filled: return "ic_fluent_folder_arrow_left_32_filled" case .folderArrowLeft32Regular: return "ic_fluent_folder_arrow_left_32_regular" case .folderArrowLeft48Filled: return "ic_fluent_folder_arrow_left_48_filled" @@ -21784,8 +21886,6 @@ import Foundation case .folderArrowUp48Regular: return "ic_fluent_folder_arrow_up_48_regular" case .folderBriefcase20Filled: return "ic_fluent_folder_briefcase_20_filled" case .folderBriefcase20Regular: return "ic_fluent_folder_briefcase_20_regular" - default: break } - switch self { case .folderGlobe16Filled: return "ic_fluent_folder_globe_16_filled" case .folderGlobe16Regular: return "ic_fluent_folder_globe_16_regular" case .folderGlobe20Filled: return "ic_fluent_folder_globe_20_filled" @@ -21856,6 +21956,8 @@ import Foundation case .folderProhibited16Regular: return "ic_fluent_folder_prohibited_16_regular" case .folderProhibited20Filled: return "ic_fluent_folder_prohibited_20_filled" case .folderProhibited20Regular: return "ic_fluent_folder_prohibited_20_regular" + default: break } + switch self { case .folderProhibited24Filled: return "ic_fluent_folder_prohibited_24_filled" case .folderProhibited24Regular: return "ic_fluent_folder_prohibited_24_regular" case .folderProhibited28Filled: return "ic_fluent_folder_prohibited_28_filled" @@ -21886,8 +21988,6 @@ import Foundation case .folderZip16Regular: return "ic_fluent_folder_zip_16_regular" case .folderZip20Filled: return "ic_fluent_folder_zip_20_filled" case .folderZip20Regular: return "ic_fluent_folder_zip_20_regular" - default: break } - switch self { case .folderZip24Filled: return "ic_fluent_folder_zip_24_filled" case .folderZip24Regular: return "ic_fluent_folder_zip_24_regular" case .fontDecrease20Filled: return "ic_fluent_font_decrease_20_filled" @@ -21958,6 +22058,8 @@ import Foundation case .foodGrains20Regular: return "ic_fluent_food_grains_20_regular" case .foodGrains24Filled: return "ic_fluent_food_grains_24_filled" case .foodGrains24Regular: return "ic_fluent_food_grains_24_regular" + default: break } + switch self { case .foodPizza20Filled: return "ic_fluent_food_pizza_20_filled" case .foodPizza20Regular: return "ic_fluent_food_pizza_20_regular" case .foodPizza24Filled: return "ic_fluent_food_pizza_24_filled" @@ -21988,8 +22090,6 @@ import Foundation case .formNew20Regular: return "ic_fluent_form_new_20_regular" case .formNew24Filled: return "ic_fluent_form_new_24_filled" case .formNew24Regular: return "ic_fluent_form_new_24_regular" - default: break } - switch self { case .formNew28Filled: return "ic_fluent_form_new_28_filled" case .formNew28Regular: return "ic_fluent_form_new_28_regular" case .formNew48Filled: return "ic_fluent_form_new_48_filled" @@ -22060,6 +22160,8 @@ import Foundation case .games24Regular: return "ic_fluent_games_24_regular" case .games28Filled: return "ic_fluent_games_28_filled" case .games28Regular: return "ic_fluent_games_28_regular" + default: break } + switch self { case .games32Filled: return "ic_fluent_games_32_filled" case .games32Regular: return "ic_fluent_games_32_regular" case .games48Filled: return "ic_fluent_games_48_filled" @@ -22090,8 +22192,6 @@ import Foundation case .gaugeAdd20Regular: return "ic_fluent_gauge_add_20_regular" case .gavel16Filled: return "ic_fluent_gavel_16_filled" case .gavel16Regular: return "ic_fluent_gavel_16_regular" - default: break } - switch self { case .gavel20Filled: return "ic_fluent_gavel_20_filled" case .gavel20Regular: return "ic_fluent_gavel_20_regular" case .gavel24Filled: return "ic_fluent_gavel_24_filled" @@ -22162,6 +22262,8 @@ import Foundation case .glanceHorizontal20Regular: return "ic_fluent_glance_horizontal_20_regular" case .glanceHorizontal24Filled: return "ic_fluent_glance_horizontal_24_filled" case .glanceHorizontal24Regular: return "ic_fluent_glance_horizontal_24_regular" + default: break } + switch self { case .glanceHorizontal32Filled: return "ic_fluent_glance_horizontal_32_filled" case .glanceHorizontal32Regular: return "ic_fluent_glance_horizontal_32_regular" case .glanceHorizontalSparkle32Filled: return "ic_fluent_glance_horizontal_sparkle_32_filled" @@ -22192,8 +22294,6 @@ import Foundation case .glassesOff24Regular: return "ic_fluent_glasses_off_24_regular" case .glassesOff28Filled: return "ic_fluent_glasses_off_28_filled" case .glassesOff28Regular: return "ic_fluent_glasses_off_28_regular" - default: break } - switch self { case .glassesOff32Filled: return "ic_fluent_glasses_off_32_filled" case .glassesOff32Regular: return "ic_fluent_glasses_off_32_regular" case .glassesOff48Filled: return "ic_fluent_glasses_off_48_filled" @@ -22206,6 +22306,8 @@ import Foundation case .globe20Regular: return "ic_fluent_globe_20_regular" case .globe24Filled: return "ic_fluent_globe_24_filled" case .globe24Regular: return "ic_fluent_globe_24_regular" + case .globe28Filled: return "ic_fluent_globe_28_filled" + case .globe28Regular: return "ic_fluent_globe_28_regular" case .globe32Filled: return "ic_fluent_globe_32_filled" case .globe32Regular: return "ic_fluent_globe_32_regular" case .globe48Filled: return "ic_fluent_globe_48_filled" @@ -22262,6 +22364,8 @@ import Foundation case .globeSearch20Regular: return "ic_fluent_globe_search_20_regular" case .globeSearch24Filled: return "ic_fluent_globe_search_24_filled" case .globeSearch24Regular: return "ic_fluent_globe_search_24_regular" + default: break } + switch self { case .globeShield20Filled: return "ic_fluent_globe_shield_20_filled" case .globeShield20Regular: return "ic_fluent_globe_shield_20_regular" case .globeShield24Filled: return "ic_fluent_globe_shield_24_filled" @@ -22294,8 +22398,6 @@ import Foundation case .globeVideo32Regular: return "ic_fluent_globe_video_32_regular" case .globeVideo48Filled: return "ic_fluent_globe_video_48_filled" case .globeVideo48Regular: return "ic_fluent_globe_video_48_regular" - default: break } - switch self { case .globeWarning16Filled: return "ic_fluent_globe_warning_16_filled" case .globeWarning16Regular: return "ic_fluent_globe_warning_16_regular" case .globeWarning20Filled: return "ic_fluent_globe_warning_20_filled" @@ -22348,6 +22450,8 @@ import Foundation case .guardian28Regular: return "ic_fluent_guardian_28_regular" case .guardian48Filled: return "ic_fluent_guardian_48_filled" case .guardian48Regular: return "ic_fluent_guardian_48_regular" + case .guest12Filled: return "ic_fluent_guest_12_filled" + case .guest12Regular: return "ic_fluent_guest_12_regular" case .guest16Filled: return "ic_fluent_guest_16_filled" case .guest16Regular: return "ic_fluent_guest_16_regular" case .guest20Filled: return "ic_fluent_guest_20_filled" @@ -22356,8 +22460,14 @@ import Foundation case .guest24Regular: return "ic_fluent_guest_24_regular" case .guest28Filled: return "ic_fluent_guest_28_filled" case .guest28Regular: return "ic_fluent_guest_28_regular" + case .guest32Filled: return "ic_fluent_guest_32_filled" + case .guest32Regular: return "ic_fluent_guest_32_regular" + case .guest48Filled: return "ic_fluent_guest_48_filled" + case .guest48Regular: return "ic_fluent_guest_48_regular" case .guestAdd20Filled: return "ic_fluent_guest_add_20_filled" case .guestAdd20Regular: return "ic_fluent_guest_add_20_regular" + default: break } + switch self { case .guestAdd24Filled: return "ic_fluent_guest_add_24_filled" case .guestAdd24Regular: return "ic_fluent_guest_add_24_regular" case .guitar16Filled: return "ic_fluent_guitar_16_filled" @@ -22396,8 +22506,6 @@ import Foundation case .handOpenHeart20Regular: return "ic_fluent_hand_open_heart_20_regular" case .handOpenHeart32Filled: return "ic_fluent_hand_open_heart_32_filled" case .handOpenHeart32Regular: return "ic_fluent_hand_open_heart_32_regular" - default: break } - switch self { case .handRight16Filled: return "ic_fluent_hand_right_16_filled" case .handRight16Regular: return "ic_fluent_hand_right_16_regular" case .handRight20Filled: return "ic_fluent_hand_right_20_filled" @@ -22460,6 +22568,8 @@ import Foundation case .hatGraduationAdd20Regular: return "ic_fluent_hat_graduation_add_20_regular" case .hatGraduationAdd24Filled: return "ic_fluent_hat_graduation_add_24_filled" case .hatGraduationAdd24Regular: return "ic_fluent_hat_graduation_add_24_regular" + default: break } + switch self { case .hatGraduationSparkle16Filled: return "ic_fluent_hat_graduation_sparkle_16_filled" case .hatGraduationSparkle16Regular: return "ic_fluent_hat_graduation_sparkle_16_regular" case .hatGraduationSparkle20Filled: return "ic_fluent_hat_graduation_sparkle_20_filled" @@ -22498,8 +22608,6 @@ import Foundation case .headphonesSoundWave24Regular: return "ic_fluent_headphones_sound_wave_24_regular" case .headphonesSoundWave28Filled: return "ic_fluent_headphones_sound_wave_28_filled" case .headphonesSoundWave28Regular: return "ic_fluent_headphones_sound_wave_28_regular" - default: break } - switch self { case .headphonesSoundWave32Filled: return "ic_fluent_headphones_sound_wave_32_filled" case .headphonesSoundWave32Regular: return "ic_fluent_headphones_sound_wave_32_regular" case .headphonesSoundWave48Filled: return "ic_fluent_headphones_sound_wave_48_filled" @@ -22562,6 +22670,8 @@ import Foundation case .heartCircleHint32Regular: return "ic_fluent_heart_circle_hint_32_regular" case .heartCircleHint48Filled: return "ic_fluent_heart_circle_hint_48_filled" case .heartCircleHint48Regular: return "ic_fluent_heart_circle_hint_48_regular" + default: break } + switch self { case .heartOff16Filled: return "ic_fluent_heart_off_16_filled" case .heartOff16Regular: return "ic_fluent_heart_off_16_regular" case .heartOff20Filled: return "ic_fluent_heart_off_20_filled" @@ -22600,8 +22710,6 @@ import Foundation case .hexagonThree16Regular: return "ic_fluent_hexagon_three_16_regular" case .hexagonThree20Filled: return "ic_fluent_hexagon_three_20_filled" case .hexagonThree20Regular: return "ic_fluent_hexagon_three_20_regular" - default: break } - switch self { case .hexagonThree24Filled: return "ic_fluent_hexagon_three_24_filled" case .hexagonThree24Regular: return "ic_fluent_hexagon_three_24_regular" case .highlight16Filled: return "ic_fluent_highlight_16_filled" @@ -22664,6 +22772,8 @@ import Foundation case .homeDatabase20Filled: return "ic_fluent_home_database_20_filled" case .homeDatabase20Regular: return "ic_fluent_home_database_20_regular" case .homeDatabase24Filled: return "ic_fluent_home_database_24_filled" + default: break } + switch self { case .homeDatabase24Regular: return "ic_fluent_home_database_24_regular" case .homeDatabase32Filled: return "ic_fluent_home_database_32_filled" case .homeDatabase32Regular: return "ic_fluent_home_database_32_regular" @@ -22702,8 +22812,6 @@ import Foundation 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" - default: break } - switch self { 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" @@ -22766,6 +22874,8 @@ import Foundation case .imageBorder24Filled: return "ic_fluent_image_border_24_filled" case .imageBorder24Regular: return "ic_fluent_image_border_24_regular" case .imageBorder28Filled: return "ic_fluent_image_border_28_filled" + default: break } + switch self { case .imageBorder28Regular: return "ic_fluent_image_border_28_regular" case .imageBorder32Filled: return "ic_fluent_image_border_32_filled" case .imageBorder32Regular: return "ic_fluent_image_border_32_regular" @@ -22804,8 +22914,6 @@ import Foundation case .imageMultiple20Filled: return "ic_fluent_image_multiple_20_filled" case .imageMultiple20Regular: return "ic_fluent_image_multiple_20_regular" case .imageMultiple24Filled: return "ic_fluent_image_multiple_24_filled" - default: break } - switch self { case .imageMultiple24Regular: return "ic_fluent_image_multiple_24_regular" case .imageMultiple28Filled: return "ic_fluent_image_multiple_28_filled" case .imageMultiple28Regular: return "ic_fluent_image_multiple_28_regular" @@ -22868,6 +22976,8 @@ import Foundation case .immersiveReader16Filled: return "ic_fluent_immersive_reader_16_filled" case .immersiveReader16Regular: return "ic_fluent_immersive_reader_16_regular" case .immersiveReader20Filled: return "ic_fluent_immersive_reader_20_filled" + default: break } + switch self { case .immersiveReader20Regular: return "ic_fluent_immersive_reader_20_regular" case .immersiveReader24Filled: return "ic_fluent_immersive_reader_24_filled" case .immersiveReader24Regular: return "ic_fluent_immersive_reader_24_regular" @@ -22906,8 +23016,6 @@ import Foundation case .inkStroke20Filled: return "ic_fluent_ink_stroke_20_filled" case .inkStroke20Regular: return "ic_fluent_ink_stroke_20_regular" case .inkStroke24Filled: return "ic_fluent_ink_stroke_24_filled" - default: break } - switch self { case .inkStroke24Regular: return "ic_fluent_ink_stroke_24_regular" case .inkStrokeArrowDown20Filled: return "ic_fluent_ink_stroke_arrow_down_20_filled" case .inkStrokeArrowDown20Regular: return "ic_fluent_ink_stroke_arrow_down_20_regular" @@ -22970,6 +23078,8 @@ import Foundation case .key24Filled: return "ic_fluent_key_24_filled" case .key24Regular: return "ic_fluent_key_24_regular" case .key32Filled: return "ic_fluent_key_32_filled" + default: break } + switch self { case .key32Regular: return "ic_fluent_key_32_regular" case .keyCommand16Filled: return "ic_fluent_key_command_16_filled" case .keyCommand16Regular: return "ic_fluent_key_command_16_regular" @@ -23008,8 +23118,6 @@ import Foundation case .keyboardLayoutOneHandedLeft20Filled: return "ic_fluent_keyboard_layout_one_handed_left_20_filled" case .keyboardLayoutOneHandedLeft20Regular: return "ic_fluent_keyboard_layout_one_handed_left_20_regular" case .keyboardLayoutOneHandedLeft24Filled: return "ic_fluent_keyboard_layout_one_handed_left_24_filled" - default: break } - switch self { case .keyboardLayoutOneHandedLeft24Regular: return "ic_fluent_keyboard_layout_one_handed_left_24_regular" case .keyboardLayoutResize20Filled: return "ic_fluent_keyboard_layout_resize_20_filled" case .keyboardLayoutResize20Regular: return "ic_fluent_keyboard_layout_resize_20_regular" @@ -23049,6 +23157,12 @@ import Foundation case .laptop28Regular: return "ic_fluent_laptop_28_regular" case .laptop32Filled: return "ic_fluent_laptop_32_filled" case .laptop32Regular: return "ic_fluent_laptop_32_regular" + case .laptopBriefcase20Filled: return "ic_fluent_laptop_briefcase_20_filled" + case .laptopBriefcase20Regular: return "ic_fluent_laptop_briefcase_20_regular" + case .laptopBriefcase24Filled: return "ic_fluent_laptop_briefcase_24_filled" + case .laptopBriefcase24Regular: return "ic_fluent_laptop_briefcase_24_regular" + case .laptopBriefcase32Filled: return "ic_fluent_laptop_briefcase_32_filled" + case .laptopBriefcase32Regular: return "ic_fluent_laptop_briefcase_32_regular" case .laptopDismiss16Filled: return "ic_fluent_laptop_dismiss_16_filled" case .laptopDismiss16Regular: return "ic_fluent_laptop_dismiss_16_regular" case .laptopDismiss20Filled: return "ic_fluent_laptop_dismiss_20_filled" @@ -23066,6 +23180,8 @@ import Foundation case .laptopShield20Filled: return "ic_fluent_laptop_shield_20_filled" case .laptopShield20Regular: return "ic_fluent_laptop_shield_20_regular" case .laserTool20Filled: return "ic_fluent_laser_tool_20_filled" + default: break } + switch self { case .laserTool20Regular: return "ic_fluent_laser_tool_20_regular" case .lasso20Filled: return "ic_fluent_lasso_20_filled" case .lasso20Regular: return "ic_fluent_lasso_20_regular" @@ -23095,6 +23211,12 @@ import Foundation case .layerDiagonalPerson20Regular: return "ic_fluent_layer_diagonal_person_20_regular" case .layerDiagonalPerson24Filled: return "ic_fluent_layer_diagonal_person_24_filled" case .layerDiagonalPerson24Regular: return "ic_fluent_layer_diagonal_person_24_regular" + case .layerDiagonalSparkle16Filled: return "ic_fluent_layer_diagonal_sparkle_16_filled" + case .layerDiagonalSparkle16Regular: return "ic_fluent_layer_diagonal_sparkle_16_regular" + case .layerDiagonalSparkle20Filled: return "ic_fluent_layer_diagonal_sparkle_20_filled" + case .layerDiagonalSparkle20Regular: return "ic_fluent_layer_diagonal_sparkle_20_regular" + case .layerDiagonalSparkle24Filled: return "ic_fluent_layer_diagonal_sparkle_24_filled" + case .layerDiagonalSparkle24Regular: return "ic_fluent_layer_diagonal_sparkle_24_regular" case .layoutCellFour16Filled: return "ic_fluent_layout_cell_four_16_filled" case .layoutCellFour16Regular: return "ic_fluent_layout_cell_four_16_regular" case .layoutCellFour20Filled: return "ic_fluent_layout_cell_four_20_filled" @@ -23110,8 +23232,6 @@ import Foundation case .layoutCellFourFocusTopLeft16Filled: return "ic_fluent_layout_cell_four_focus_top_left_16_filled" case .layoutCellFourFocusTopLeft20Filled: return "ic_fluent_layout_cell_four_focus_top_left_20_filled" case .layoutCellFourFocusTopLeft24Filled: return "ic_fluent_layout_cell_four_focus_top_left_24_filled" - default: break } - switch self { case .layoutCellFourFocusTopRight16Filled: return "ic_fluent_layout_cell_four_focus_top_right_16_filled" case .layoutCellFourFocusTopRight20Filled: return "ic_fluent_layout_cell_four_focus_top_right_20_filled" case .layoutCellFourFocusTopRight24Filled: return "ic_fluent_layout_cell_four_focus_top_right_24_filled" @@ -23162,6 +23282,8 @@ import Foundation case .layoutColumnThreeFocusCenter24Filled: return "ic_fluent_layout_column_three_focus_center_24_filled" case .layoutColumnThreeFocusLeft16Filled: return "ic_fluent_layout_column_three_focus_left_16_filled" case .layoutColumnThreeFocusLeft20Filled: return "ic_fluent_layout_column_three_focus_left_20_filled" + default: break } + switch self { case .layoutColumnThreeFocusLeft24Filled: return "ic_fluent_layout_column_three_focus_left_24_filled" case .layoutColumnThreeFocusRight16Filled: return "ic_fluent_layout_column_three_focus_right_16_filled" case .layoutColumnThreeFocusRight20Filled: return "ic_fluent_layout_column_three_focus_right_20_filled" @@ -23212,8 +23334,6 @@ import Foundation case .layoutRowFour16Regular: return "ic_fluent_layout_row_four_16_regular" case .layoutRowFour20Filled: return "ic_fluent_layout_row_four_20_filled" case .layoutRowFour20Regular: return "ic_fluent_layout_row_four_20_regular" - default: break } - switch self { case .layoutRowFour24Filled: return "ic_fluent_layout_row_four_24_filled" case .layoutRowFour24Regular: return "ic_fluent_layout_row_four_24_regular" case .layoutRowFourFocusBottom16Filled: return "ic_fluent_layout_row_four_focus_bottom_16_filled" @@ -23264,6 +23384,8 @@ import Foundation case .layoutRowTwoSplitBottomFocusBottomLeft16Filled: return "ic_fluent_layout_row_two_split_bottom_focus_bottom_left_16_filled" case .layoutRowTwoSplitBottomFocusBottomLeft20Filled: return "ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled" case .layoutRowTwoSplitBottomFocusBottomLeft24Filled: return "ic_fluent_layout_row_two_split_bottom_focus_bottom_left_24_filled" + default: break } + switch self { case .layoutRowTwoSplitBottomFocusBottomRight16Filled: return "ic_fluent_layout_row_two_split_bottom_focus_bottom_right_16_filled" case .layoutRowTwoSplitBottomFocusBottomRight20Filled: return "ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled" case .layoutRowTwoSplitBottomFocusBottomRight24Filled: return "ic_fluent_layout_row_two_split_bottom_focus_bottom_right_24_filled" @@ -23314,8 +23436,6 @@ import Foundation case .learningApp24Filled: return "ic_fluent_learning_app_24_filled" case .learningApp24Regular: return "ic_fluent_learning_app_24_regular" case .library16Filled: return "ic_fluent_library_16_filled" - default: break } - switch self { case .library16Regular: return "ic_fluent_library_16_regular" case .library20Filled: return "ic_fluent_library_20_filled" case .library20Regular: return "ic_fluent_library_20_regular" @@ -23366,6 +23486,8 @@ import Foundation case .lightbulbPerson48Filled: return "ic_fluent_lightbulb_person_48_filled" case .lightbulbPerson48Regular: return "ic_fluent_lightbulb_person_48_regular" case .likert16Filled: return "ic_fluent_likert_16_filled" + default: break } + switch self { case .likert16Regular: return "ic_fluent_likert_16_regular" case .likert20Filled: return "ic_fluent_likert_20_filled" case .likert20Regular: return "ic_fluent_likert_20_regular" @@ -23416,8 +23538,6 @@ import Foundation case .lineHorizontal416Filled: return "ic_fluent_line_horizontal_4_16_filled" case .lineHorizontal416Regular: return "ic_fluent_line_horizontal_4_16_regular" case .lineHorizontal420Filled: return "ic_fluent_line_horizontal_4_20_filled" - default: break } - switch self { case .lineHorizontal420Regular: return "ic_fluent_line_horizontal_4_20_regular" case .lineHorizontal4Search16Filled: return "ic_fluent_line_horizontal_4_search_16_filled" case .lineHorizontal4Search16Regular: return "ic_fluent_line_horizontal_4_search_16_regular" @@ -23468,6 +23588,8 @@ import Foundation case .linkEdit24Filled: return "ic_fluent_link_edit_24_filled" case .linkEdit24Regular: return "ic_fluent_link_edit_24_regular" case .linkMultiple16Filled: return "ic_fluent_link_multiple_16_filled" + default: break } + switch self { case .linkMultiple16Regular: return "ic_fluent_link_multiple_16_regular" case .linkMultiple20Filled: return "ic_fluent_link_multiple_20_filled" case .linkMultiple20Regular: return "ic_fluent_link_multiple_20_regular" @@ -23518,8 +23640,6 @@ import Foundation case .live20Filled: return "ic_fluent_live_20_filled" case .live20Regular: return "ic_fluent_live_20_regular" case .live24Filled: return "ic_fluent_live_24_filled" - default: break } - switch self { case .live24Regular: return "ic_fluent_live_24_regular" case .liveOff20Filled: return "ic_fluent_live_off_20_filled" case .liveOff20Regular: return "ic_fluent_live_off_20_regular" @@ -23570,6 +23690,8 @@ import Foundation case .locationArrow32Filled: return "ic_fluent_location_arrow_32_filled" case .locationArrow32Regular: return "ic_fluent_location_arrow_32_regular" case .locationArrow48Filled: return "ic_fluent_location_arrow_48_filled" + default: break } + switch self { case .locationArrow48Regular: return "ic_fluent_location_arrow_48_regular" case .locationArrowLeft16Filled: return "ic_fluent_location_arrow_left_16_filled" case .locationArrowLeft16Regular: return "ic_fluent_location_arrow_left_16_regular" @@ -23620,8 +23742,6 @@ import Foundation case .lockClosed16Filled: return "ic_fluent_lock_closed_16_filled" case .lockClosed16Regular: return "ic_fluent_lock_closed_16_regular" case .lockClosed20Filled: return "ic_fluent_lock_closed_20_filled" - default: break } - switch self { case .lockClosed20Regular: return "ic_fluent_lock_closed_20_regular" case .lockClosed24Filled: return "ic_fluent_lock_closed_24_filled" case .lockClosed24Regular: return "ic_fluent_lock_closed_24_regular" @@ -23672,6 +23792,8 @@ import Foundation case .lottery24Filled: return "ic_fluent_lottery_24_filled" case .lottery24Regular: return "ic_fluent_lottery_24_regular" case .luggage16Filled: return "ic_fluent_luggage_16_filled" + default: break } + switch self { case .luggage16Regular: return "ic_fluent_luggage_16_regular" case .luggage20Filled: return "ic_fluent_luggage_20_filled" case .luggage20Regular: return "ic_fluent_luggage_20_regular" @@ -23722,8 +23844,6 @@ import Foundation case .mailAllUnread20Filled: return "ic_fluent_mail_all_unread_20_filled" case .mailAllUnread20Regular: return "ic_fluent_mail_all_unread_20_regular" case .mailArrowDoubleBack16Filled: return "ic_fluent_mail_arrow_double_back_16_filled" - default: break } - switch self { case .mailArrowDoubleBack16Regular: return "ic_fluent_mail_arrow_double_back_16_regular" case .mailArrowDoubleBack20Filled: return "ic_fluent_mail_arrow_double_back_20_filled" case .mailArrowDoubleBack20Regular: return "ic_fluent_mail_arrow_double_back_20_regular" @@ -23774,6 +23894,8 @@ import Foundation case .mailDismiss24Filled: return "ic_fluent_mail_dismiss_24_filled" case .mailDismiss24Regular: return "ic_fluent_mail_dismiss_24_regular" case .mailDismiss28Filled: return "ic_fluent_mail_dismiss_28_filled" + default: break } + switch self { case .mailDismiss28Regular: return "ic_fluent_mail_dismiss_28_regular" case .mailEdit20Filled: return "ic_fluent_mail_edit_20_filled" case .mailEdit20Regular: return "ic_fluent_mail_edit_20_regular" @@ -23824,8 +23946,6 @@ import Foundation case .mailInboxCheckmark24Filled: return "ic_fluent_mail_inbox_checkmark_24_filled" case .mailInboxCheckmark24Regular: return "ic_fluent_mail_inbox_checkmark_24_regular" case .mailInboxCheckmark28Filled: return "ic_fluent_mail_inbox_checkmark_28_filled" - default: break } - switch self { case .mailInboxCheckmark28Regular: return "ic_fluent_mail_inbox_checkmark_28_regular" case .mailInboxDismiss16Filled: return "ic_fluent_mail_inbox_dismiss_16_filled" case .mailInboxDismiss16Regular: return "ic_fluent_mail_inbox_dismiss_16_regular" @@ -23876,6 +23996,8 @@ import Foundation case .mailProhibited16Filled: return "ic_fluent_mail_prohibited_16_filled" case .mailProhibited16Regular: return "ic_fluent_mail_prohibited_16_regular" case .mailProhibited20Filled: return "ic_fluent_mail_prohibited_20_filled" + default: break } + switch self { case .mailProhibited20Regular: return "ic_fluent_mail_prohibited_20_regular" case .mailProhibited24Filled: return "ic_fluent_mail_prohibited_24_filled" case .mailProhibited24Regular: return "ic_fluent_mail_prohibited_24_regular" @@ -23926,8 +24048,6 @@ import Foundation case .mailUnread12Filled: return "ic_fluent_mail_unread_12_filled" case .mailUnread12Regular: return "ic_fluent_mail_unread_12_regular" case .mailUnread16Filled: return "ic_fluent_mail_unread_16_filled" - default: break } - switch self { case .mailUnread16Regular: return "ic_fluent_mail_unread_16_regular" case .mailUnread20Filled: return "ic_fluent_mail_unread_20_filled" case .mailUnread20Regular: return "ic_fluent_mail_unread_20_regular" @@ -23978,6 +24098,8 @@ import Foundation case .mathFormatProfessional24Filled: return "ic_fluent_math_format_professional_24_filled" case .mathFormatProfessional24Regular: return "ic_fluent_math_format_professional_24_regular" case .mathFormula16Filled: return "ic_fluent_math_formula_16_filled" + default: break } + switch self { case .mathFormula16Regular: return "ic_fluent_math_formula_16_regular" case .mathFormula20Filled: return "ic_fluent_math_formula_20_filled" case .mathFormula20Regular: return "ic_fluent_math_formula_20_regular" @@ -24028,8 +24150,6 @@ import Foundation case .megaphone28Filled: return "ic_fluent_megaphone_28_filled" case .megaphone28Regular: return "ic_fluent_megaphone_28_regular" case .megaphoneCircle20Filled: return "ic_fluent_megaphone_circle_20_filled" - default: break } - switch self { case .megaphoneCircle20Regular: return "ic_fluent_megaphone_circle_20_regular" case .megaphoneCircle24Filled: return "ic_fluent_megaphone_circle_24_filled" case .megaphoneCircle24Regular: return "ic_fluent_megaphone_circle_24_regular" @@ -24080,6 +24200,8 @@ import Foundation case .mic20Filled: return "ic_fluent_mic_20_filled" case .mic20Regular: return "ic_fluent_mic_20_regular" case .mic24Filled: return "ic_fluent_mic_24_filled" + default: break } + switch self { case .mic24Regular: return "ic_fluent_mic_24_regular" case .mic28Filled: return "ic_fluent_mic_28_filled" case .mic28Regular: return "ic_fluent_mic_28_regular" @@ -24130,8 +24252,6 @@ import Foundation case .micPulseOff24Filled: return "ic_fluent_mic_pulse_off_24_filled" case .micPulseOff24Regular: return "ic_fluent_mic_pulse_off_24_regular" case .micPulseOff28Filled: return "ic_fluent_mic_pulse_off_28_filled" - default: break } - switch self { case .micPulseOff28Regular: return "ic_fluent_mic_pulse_off_28_regular" case .micPulseOff32Filled: return "ic_fluent_mic_pulse_off_32_filled" case .micPulseOff32Regular: return "ic_fluent_mic_pulse_off_32_regular" @@ -24182,6 +24302,8 @@ import Foundation case .molecule28Filled: return "ic_fluent_molecule_28_filled" case .molecule28Regular: return "ic_fluent_molecule_28_regular" case .molecule32Filled: return "ic_fluent_molecule_32_filled" + default: break } + switch self { case .molecule32Regular: return "ic_fluent_molecule_32_regular" case .molecule48Filled: return "ic_fluent_molecule_48_filled" case .molecule48Regular: return "ic_fluent_molecule_48_regular" @@ -24232,8 +24354,6 @@ import Foundation case .moreHorizontal20Filled: return "ic_fluent_more_horizontal_20_filled" case .moreHorizontal20Regular: return "ic_fluent_more_horizontal_20_regular" case .moreHorizontal24Filled: return "ic_fluent_more_horizontal_24_filled" - default: break } - switch self { case .moreHorizontal24Regular: return "ic_fluent_more_horizontal_24_regular" case .moreHorizontal28Filled: return "ic_fluent_more_horizontal_28_filled" case .moreHorizontal28Regular: return "ic_fluent_more_horizontal_28_regular" @@ -24284,6 +24404,8 @@ import Foundation case .multiplier12X28Filled: return "ic_fluent_multiplier_1_2x_28_filled" case .multiplier12X28Regular: return "ic_fluent_multiplier_1_2x_28_regular" case .multiplier12X32Filled: return "ic_fluent_multiplier_1_2x_32_filled" + default: break } + switch self { case .multiplier12X32Regular: return "ic_fluent_multiplier_1_2x_32_regular" case .multiplier12X48Filled: return "ic_fluent_multiplier_1_2x_48_filled" case .multiplier12X48Regular: return "ic_fluent_multiplier_1_2x_48_regular" @@ -24334,8 +24456,6 @@ import Foundation case .multiplier5X28Filled: return "ic_fluent_multiplier_5x_28_filled" case .multiplier5X28Regular: return "ic_fluent_multiplier_5x_28_regular" case .multiplier5X32Filled: return "ic_fluent_multiplier_5x_32_filled" - default: break } - switch self { case .multiplier5X32Regular: return "ic_fluent_multiplier_5x_32_regular" case .multiplier5X48Filled: return "ic_fluent_multiplier_5x_48_filled" case .multiplier5X48Regular: return "ic_fluent_multiplier_5x_48_regular" @@ -24386,6 +24506,8 @@ import Foundation case .navigationPlay20Filled: return "ic_fluent_navigation_play_20_filled" case .navigationPlay20Regular: return "ic_fluent_navigation_play_20_regular" case .navigationUnread20Filled: return "ic_fluent_navigation_unread_20_filled" + default: break } + switch self { 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" @@ -24436,8 +24558,6 @@ import Foundation case .note48Filled: return "ic_fluent_note_48_filled" case .note48Regular: return "ic_fluent_note_48_regular" case .noteAdd16Filled: return "ic_fluent_note_add_16_filled" - default: break } - switch self { case .noteAdd16Regular: return "ic_fluent_note_add_16_regular" case .noteAdd20Filled: return "ic_fluent_note_add_20_filled" case .noteAdd20Regular: return "ic_fluent_note_add_20_regular" @@ -24488,6 +24608,8 @@ import Foundation case .notebookSection24Filled: return "ic_fluent_notebook_section_24_filled" case .notebookSection24Regular: return "ic_fluent_notebook_section_24_regular" case .notebookSectionArrowRight20Filled: return "ic_fluent_notebook_section_arrow_right_20_filled" + default: break } + switch self { case .notebookSectionArrowRight20Regular: return "ic_fluent_notebook_section_arrow_right_20_regular" case .notebookSectionArrowRight24Filled: return "ic_fluent_notebook_section_arrow_right_24_filled" case .notebookSectionArrowRight24Regular: return "ic_fluent_notebook_section_arrow_right_24_regular" @@ -24538,8 +24660,6 @@ import Foundation case .numberCircle120Filled: return "ic_fluent_number_circle_1_20_filled" case .numberCircle120Regular: return "ic_fluent_number_circle_1_20_regular" case .numberCircle124Filled: return "ic_fluent_number_circle_1_24_filled" - default: break } - switch self { case .numberCircle124Regular: return "ic_fluent_number_circle_1_24_regular" case .numberCircle128Filled: return "ic_fluent_number_circle_1_28_filled" case .numberCircle128Regular: return "ic_fluent_number_circle_1_28_regular" @@ -24590,6 +24710,8 @@ import Foundation case .numberCircle524Filled: return "ic_fluent_number_circle_5_24_filled" case .numberCircle524Regular: return "ic_fluent_number_circle_5_24_regular" case .numberCircle528Filled: return "ic_fluent_number_circle_5_28_filled" + default: break } + switch self { case .numberCircle528Regular: return "ic_fluent_number_circle_5_28_regular" case .numberCircle532Filled: return "ic_fluent_number_circle_5_32_filled" case .numberCircle532Regular: return "ic_fluent_number_circle_5_32_regular" @@ -24640,8 +24762,6 @@ import Foundation case .numberCircle928Filled: return "ic_fluent_number_circle_9_28_filled" case .numberCircle928Regular: return "ic_fluent_number_circle_9_28_regular" case .numberCircle932Filled: return "ic_fluent_number_circle_9_32_filled" - default: break } - switch self { case .numberCircle932Regular: return "ic_fluent_number_circle_9_32_regular" case .numberCircle948Filled: return "ic_fluent_number_circle_9_48_filled" case .numberCircle948Regular: return "ic_fluent_number_circle_9_48_regular" @@ -24692,6 +24812,8 @@ import Foundation case .openFolder24Filled: return "ic_fluent_open_folder_24_filled" case .openFolder24Regular: return "ic_fluent_open_folder_24_regular" case .openFolder28Filled: return "ic_fluent_open_folder_28_filled" + default: break } + switch self { case .openFolder28Regular: return "ic_fluent_open_folder_28_regular" case .openFolder48Filled: return "ic_fluent_open_folder_48_filled" case .openFolder48Regular: return "ic_fluent_open_folder_48_regular" @@ -24742,8 +24864,6 @@ import Foundation case .oval20Filled: return "ic_fluent_oval_20_filled" case .oval20Regular: return "ic_fluent_oval_20_regular" case .oval24Filled: return "ic_fluent_oval_24_filled" - default: break } - switch self { case .oval24Regular: return "ic_fluent_oval_24_regular" case .oval28Filled: return "ic_fluent_oval_28_filled" case .oval28Regular: return "ic_fluent_oval_28_regular" @@ -24794,6 +24914,8 @@ import Foundation case .paintBrushArrowDown24Filled: return "ic_fluent_paint_brush_arrow_down_24_filled" case .paintBrushArrowDown24Regular: return "ic_fluent_paint_brush_arrow_down_24_regular" case .paintBrushArrowUp20Filled: return "ic_fluent_paint_brush_arrow_up_20_filled" + default: break } + switch self { case .paintBrushArrowUp20Regular: return "ic_fluent_paint_brush_arrow_up_20_regular" case .paintBrushArrowUp24Filled: return "ic_fluent_paint_brush_arrow_up_24_filled" case .paintBrushArrowUp24Regular: return "ic_fluent_paint_brush_arrow_up_24_regular" @@ -24844,8 +24966,6 @@ import Foundation case .panelLeftContract24Filled: return "ic_fluent_panel_left_contract_24_filled" case .panelLeftContract24Regular: return "ic_fluent_panel_left_contract_24_regular" case .panelLeftContract28Filled: return "ic_fluent_panel_left_contract_28_filled" - default: break } - switch self { case .panelLeftContract28Regular: return "ic_fluent_panel_left_contract_28_regular" case .panelLeftExpand16Filled: return "ic_fluent_panel_left_expand_16_filled" case .panelLeftExpand16Regular: return "ic_fluent_panel_left_expand_16_regular" @@ -24896,6 +25016,8 @@ import Foundation case .panelLeftKey24Filled: return "ic_fluent_panel_left_key_24_filled" case .panelLeftKey24Regular: return "ic_fluent_panel_left_key_24_regular" case .panelLeftText16Filled: return "ic_fluent_panel_left_text_16_filled" + default: break } + switch self { case .panelLeftText16Regular: return "ic_fluent_panel_left_text_16_regular" case .panelLeftText20Filled: return "ic_fluent_panel_left_text_20_filled" case .panelLeftText20Regular: return "ic_fluent_panel_left_text_20_regular" @@ -24946,8 +25068,6 @@ import Foundation case .panelRightAdd20Filled: return "ic_fluent_panel_right_add_20_filled" case .panelRightAdd20Regular: return "ic_fluent_panel_right_add_20_regular" case .panelRightContract16Filled: return "ic_fluent_panel_right_contract_16_filled" - default: break } - switch self { case .panelRightContract16Regular: return "ic_fluent_panel_right_contract_16_regular" case .panelRightContract20Filled: return "ic_fluent_panel_right_contract_20_filled" case .panelRightContract20Regular: return "ic_fluent_panel_right_contract_20_regular" @@ -24998,6 +25118,8 @@ import Foundation case .patient32Filled: return "ic_fluent_patient_32_filled" case .patient32Regular: return "ic_fluent_patient_32_regular" case .pause12Filled: return "ic_fluent_pause_12_filled" + default: break } + switch self { case .pause12Regular: return "ic_fluent_pause_12_regular" case .pause16Filled: return "ic_fluent_pause_16_filled" case .pause16Regular: return "ic_fluent_pause_16_regular" @@ -25039,6 +25161,18 @@ import Foundation case .payment32Regular: return "ic_fluent_payment_32_regular" case .payment48Filled: return "ic_fluent_payment_48_filled" case .payment48Regular: return "ic_fluent_payment_48_regular" + case .paymentWireless16Filled: return "ic_fluent_payment_wireless_16_filled" + case .paymentWireless16Regular: return "ic_fluent_payment_wireless_16_regular" + case .paymentWireless20Filled: return "ic_fluent_payment_wireless_20_filled" + case .paymentWireless20Regular: return "ic_fluent_payment_wireless_20_regular" + case .paymentWireless24Filled: return "ic_fluent_payment_wireless_24_filled" + case .paymentWireless24Regular: return "ic_fluent_payment_wireless_24_regular" + case .paymentWireless28Filled: return "ic_fluent_payment_wireless_28_filled" + case .paymentWireless28Regular: return "ic_fluent_payment_wireless_28_regular" + case .paymentWireless32Filled: return "ic_fluent_payment_wireless_32_filled" + case .paymentWireless32Regular: return "ic_fluent_payment_wireless_32_regular" + case .paymentWireless48Filled: return "ic_fluent_payment_wireless_48_filled" + case .paymentWireless48Regular: return "ic_fluent_payment_wireless_48_regular" case .pen16Filled: return "ic_fluent_pen_16_filled" case .pen16Regular: return "ic_fluent_pen_16_regular" case .pen20Filled: return "ic_fluent_pen_20_filled" @@ -25048,8 +25182,6 @@ import Foundation case .pen28Filled: return "ic_fluent_pen_28_filled" case .pen28Regular: return "ic_fluent_pen_28_regular" case .pen32Filled: return "ic_fluent_pen_32_filled" - default: break } - switch self { case .pen32Regular: return "ic_fluent_pen_32_regular" case .pen48Filled: return "ic_fluent_pen_48_filled" case .pen48Regular: return "ic_fluent_pen_48_regular" @@ -25088,6 +25220,8 @@ import Foundation case .penProhibited32Filled: return "ic_fluent_pen_prohibited_32_filled" case .penProhibited32Regular: return "ic_fluent_pen_prohibited_32_regular" case .penProhibited48Filled: return "ic_fluent_pen_prohibited_48_filled" + default: break } + switch self { case .penProhibited48Regular: return "ic_fluent_pen_prohibited_48_regular" case .penSparkle16Filled: return "ic_fluent_pen_sparkle_16_filled" case .penSparkle16Regular: return "ic_fluent_pen_sparkle_16_regular" @@ -25150,8 +25284,6 @@ import Foundation case .peopleCheckmark16Filled: return "ic_fluent_people_checkmark_16_filled" case .peopleCheckmark16Regular: return "ic_fluent_people_checkmark_16_regular" case .peopleCheckmark20Filled: return "ic_fluent_people_checkmark_20_filled" - default: break } - switch self { case .peopleCheckmark20Regular: return "ic_fluent_people_checkmark_20_regular" case .peopleCheckmark24Filled: return "ic_fluent_people_checkmark_24_filled" case .peopleCheckmark24Regular: return "ic_fluent_people_checkmark_24_regular" @@ -25190,6 +25322,8 @@ import Foundation case .peopleList20Filled: return "ic_fluent_people_list_20_filled" case .peopleList20Regular: return "ic_fluent_people_list_20_regular" case .peopleList24Filled: return "ic_fluent_people_list_24_filled" + default: break } + switch self { case .peopleList24Regular: return "ic_fluent_people_list_24_regular" case .peopleList28Filled: return "ic_fluent_people_list_28_filled" case .peopleList28Regular: return "ic_fluent_people_list_28_regular" @@ -25252,8 +25386,6 @@ import Foundation case .peopleTeam16Filled: return "ic_fluent_people_team_16_filled" case .peopleTeam16Regular: return "ic_fluent_people_team_16_regular" case .peopleTeam20Filled: return "ic_fluent_people_team_20_filled" - default: break } - switch self { case .peopleTeam20Regular: return "ic_fluent_people_team_20_regular" case .peopleTeam24Filled: return "ic_fluent_people_team_24_filled" case .peopleTeam24Regular: return "ic_fluent_people_team_24_regular" @@ -25292,6 +25424,8 @@ import Foundation case .person20Filled: return "ic_fluent_person_20_filled" case .person20Regular: return "ic_fluent_person_20_regular" case .person24Filled: return "ic_fluent_person_24_filled" + default: break } + switch self { case .person24Regular: return "ic_fluent_person_24_regular" case .person28Filled: return "ic_fluent_person_28_filled" case .person28Regular: return "ic_fluent_person_28_regular" @@ -25354,8 +25488,6 @@ import Foundation case .personAvailable16Filled: return "ic_fluent_person_available_16_filled" case .personAvailable16Regular: return "ic_fluent_person_available_16_regular" case .personAvailable20Filled: return "ic_fluent_person_available_20_filled" - default: break } - switch self { case .personAvailable20Regular: return "ic_fluent_person_available_20_regular" case .personAvailable24Filled: return "ic_fluent_person_available_24_filled" case .personAvailable24Regular: return "ic_fluent_person_available_24_regular" @@ -25394,6 +25526,8 @@ import Foundation case .personClock16Filled: return "ic_fluent_person_clock_16_filled" case .personClock16Regular: return "ic_fluent_person_clock_16_regular" case .personClock20Filled: return "ic_fluent_person_clock_20_filled" + default: break } + switch self { case .personClock20Regular: return "ic_fluent_person_clock_20_regular" case .personClock24Filled: return "ic_fluent_person_clock_24_filled" case .personClock24Regular: return "ic_fluent_person_clock_24_regular" @@ -25456,8 +25590,6 @@ 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" @@ -25496,6 +25628,8 @@ import Foundation case .personProhibited24Filled: return "ic_fluent_person_prohibited_24_filled" case .personProhibited24Regular: return "ic_fluent_person_prohibited_24_regular" case .personProhibited28Filled: return "ic_fluent_person_prohibited_28_filled" + default: break } + switch self { case .personProhibited28Regular: return "ic_fluent_person_prohibited_28_regular" case .personQuestionMark16Filled: return "ic_fluent_person_question_mark_16_filled" case .personQuestionMark16Regular: return "ic_fluent_person_question_mark_16_regular" @@ -25558,8 +25692,6 @@ import Foundation case .personSubtract16Filled: return "ic_fluent_person_subtract_16_filled" case .personSubtract16Regular: return "ic_fluent_person_subtract_16_regular" case .personSubtract20Filled: return "ic_fluent_person_subtract_20_filled" - default: break } - switch self { case .personSubtract20Regular: return "ic_fluent_person_subtract_20_regular" case .personSubtract24Filled: return "ic_fluent_person_subtract_24_filled" case .personSubtract24Regular: return "ic_fluent_person_subtract_24_regular" @@ -25598,6 +25730,8 @@ import Foundation case .personTag32Filled: return "ic_fluent_person_tag_32_filled" case .personTag32Regular: return "ic_fluent_person_tag_32_regular" case .personTag48Filled: return "ic_fluent_person_tag_48_filled" + default: break } + switch self { case .personTag48Regular: return "ic_fluent_person_tag_48_regular" case .personVoice16Filled: return "ic_fluent_person_voice_16_filled" case .personVoice16Regular: return "ic_fluent_person_voice_16_regular" @@ -25660,8 +25794,6 @@ import Foundation case .phoneCheckmark16Filled: return "ic_fluent_phone_checkmark_16_filled" case .phoneCheckmark16Regular: return "ic_fluent_phone_checkmark_16_regular" case .phoneCheckmark20Filled: return "ic_fluent_phone_checkmark_20_filled" - default: break } - switch self { case .phoneCheckmark20Regular: return "ic_fluent_phone_checkmark_20_regular" case .phoneDesktop16Filled: return "ic_fluent_phone_desktop_16_filled" case .phoneDesktop16Regular: return "ic_fluent_phone_desktop_16_regular" @@ -25700,6 +25832,8 @@ import Foundation case .phoneKey20Filled: return "ic_fluent_phone_key_20_filled" case .phoneKey20Regular: return "ic_fluent_phone_key_20_regular" case .phoneKey24Filled: return "ic_fluent_phone_key_24_filled" + default: break } + switch self { case .phoneKey24Regular: return "ic_fluent_phone_key_24_regular" case .phoneLaptop16Filled: return "ic_fluent_phone_laptop_16_filled" case .phoneLaptop16Regular: return "ic_fluent_phone_laptop_16_regular" @@ -25762,8 +25896,6 @@ import Foundation case .phoneStatusBar20Filled: return "ic_fluent_phone_status_bar_20_filled" case .phoneStatusBar20Regular: return "ic_fluent_phone_status_bar_20_regular" case .phoneStatusBar24Filled: return "ic_fluent_phone_status_bar_24_filled" - default: break } - switch self { case .phoneStatusBar24Regular: return "ic_fluent_phone_status_bar_24_regular" case .phoneSubtract24Filled: return "ic_fluent_phone_subtract_24_filled" case .phoneSubtract24Regular: return "ic_fluent_phone_subtract_24_regular" @@ -25802,6 +25934,8 @@ import Foundation case .pictureInPicture24Filled: return "ic_fluent_picture_in_picture_24_filled" case .pictureInPicture24Regular: return "ic_fluent_picture_in_picture_24_regular" case .pictureInPictureEnter16Filled: return "ic_fluent_picture_in_picture_enter_16_filled" + default: break } + switch self { case .pictureInPictureEnter16Regular: return "ic_fluent_picture_in_picture_enter_16_regular" case .pictureInPictureEnter20Filled: return "ic_fluent_picture_in_picture_enter_20_filled" case .pictureInPictureEnter20Regular: return "ic_fluent_picture_in_picture_enter_20_regular" @@ -25864,8 +25998,6 @@ import Foundation case .pivot20Filled: return "ic_fluent_pivot_20_filled" case .pivot20Regular: return "ic_fluent_pivot_20_regular" case .pivot24Filled: return "ic_fluent_pivot_24_filled" - default: break } - switch self { case .pivot24Regular: return "ic_fluent_pivot_24_regular" case .plantGrass20Filled: return "ic_fluent_plant_grass_20_filled" case .plantGrass20Regular: return "ic_fluent_plant_grass_20_regular" @@ -25904,6 +26036,8 @@ import Foundation case .playCircle48Filled: return "ic_fluent_play_circle_48_filled" case .playCircle48Regular: return "ic_fluent_play_circle_48_regular" case .playCircleHint16Filled: return "ic_fluent_play_circle_hint_16_filled" + default: break } + switch self { case .playCircleHint16Regular: return "ic_fluent_play_circle_hint_16_regular" case .playCircleHint20Filled: return "ic_fluent_play_circle_hint_20_filled" case .playCircleHint20Regular: return "ic_fluent_play_circle_hint_20_regular" @@ -25966,8 +26100,6 @@ import Foundation case .pollOff32Filled: return "ic_fluent_poll_off_32_filled" case .pollOff32Regular: return "ic_fluent_poll_off_32_regular" case .portHdmi20Filled: return "ic_fluent_port_hdmi_20_filled" - default: break } - switch self { case .portHdmi20Regular: return "ic_fluent_port_hdmi_20_regular" case .portHdmi24Filled: return "ic_fluent_port_hdmi_24_filled" case .portHdmi24Regular: return "ic_fluent_port_hdmi_24_regular" @@ -26006,6 +26138,8 @@ import Foundation case .power28Filled: return "ic_fluent_power_28_filled" case .power28Regular: return "ic_fluent_power_28_regular" case .predictions20Filled: return "ic_fluent_predictions_20_filled" + default: break } + switch self { case .predictions20Regular: return "ic_fluent_predictions_20_regular" case .predictions24Filled: return "ic_fluent_predictions_24_filled" case .predictions24Regular: return "ic_fluent_predictions_24_regular" @@ -26068,8 +26202,6 @@ import Foundation case .presenceDnd24Filled: return "ic_fluent_presence_dnd_24_filled" case .presenceDnd24Regular: return "ic_fluent_presence_dnd_24_regular" case .presenceOffline10Regular: return "ic_fluent_presence_offline_10_regular" - default: break } - switch self { case .presenceOffline12Regular: return "ic_fluent_presence_offline_12_regular" case .presenceOffline16Regular: return "ic_fluent_presence_offline_16_regular" case .presenceOffline20Regular: return "ic_fluent_presence_offline_20_regular" @@ -26108,6 +26240,8 @@ import Foundation case .previous28Regular: return "ic_fluent_previous_28_regular" case .previous32Filled: return "ic_fluent_previous_32_filled" case .previous32Regular: return "ic_fluent_previous_32_regular" + default: break } + switch self { case .previous48Filled: return "ic_fluent_previous_48_filled" case .previous48Regular: return "ic_fluent_previous_48_regular" case .previousFrame20Filled: return "ic_fluent_previous_frame_20_filled" @@ -26170,8 +26304,6 @@ import Foundation case .projectionScreen24Regular: return "ic_fluent_projection_screen_24_regular" case .projectionScreen28Filled: return "ic_fluent_projection_screen_28_filled" case .projectionScreen28Regular: return "ic_fluent_projection_screen_28_regular" - default: break } - switch self { case .projectionScreenDismiss16Filled: return "ic_fluent_projection_screen_dismiss_16_filled" case .projectionScreenDismiss16Regular: return "ic_fluent_projection_screen_dismiss_16_regular" case .projectionScreenDismiss20Filled: return "ic_fluent_projection_screen_dismiss_20_filled" @@ -26210,6 +26342,8 @@ import Foundation case .puzzleCube24Regular: return "ic_fluent_puzzle_cube_24_regular" case .puzzleCube28Filled: return "ic_fluent_puzzle_cube_28_filled" case .puzzleCube28Regular: return "ic_fluent_puzzle_cube_28_regular" + default: break } + switch self { case .puzzleCube48Filled: return "ic_fluent_puzzle_cube_48_filled" case .puzzleCube48Regular: return "ic_fluent_puzzle_cube_48_regular" case .puzzleCubePiece20Filled: return "ic_fluent_puzzle_cube_piece_20_filled" @@ -26272,8 +26406,6 @@ import Foundation 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" - default: break } - switch self { 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" @@ -26312,6 +26444,8 @@ import Foundation 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" + default: break } + switch self { case .readAloud20Filled: return "ic_fluent_read_aloud_20_filled" case .readAloud20Regular: return "ic_fluent_read_aloud_20_regular" case .readAloud24Filled: return "ic_fluent_read_aloud_24_filled" @@ -26374,8 +26508,6 @@ import Foundation case .receiptPlay20Regular: return "ic_fluent_receipt_play_20_regular" case .receiptPlay24Filled: return "ic_fluent_receipt_play_24_filled" case .receiptPlay24Regular: return "ic_fluent_receipt_play_24_regular" - default: break } - switch self { case .receiptSearch20Filled: return "ic_fluent_receipt_search_20_filled" case .receiptSearch20Regular: return "ic_fluent_receipt_search_20_regular" case .receiptSparkles16Filled: return "ic_fluent_receipt_sparkles_16_filled" @@ -26414,6 +26546,8 @@ import Foundation case .recordStop48Regular: return "ic_fluent_record_stop_48_regular" case .rectangleLandscape12Filled: return "ic_fluent_rectangle_landscape_12_filled" case .rectangleLandscape12Regular: return "ic_fluent_rectangle_landscape_12_regular" + default: break } + switch self { 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" @@ -26476,8 +26610,6 @@ import Foundation case .remixAdd32Regular: return "ic_fluent_remix_add_32_regular" case .remote16Filled: return "ic_fluent_remote_16_filled" case .remote16Regular: return "ic_fluent_remote_16_regular" - default: break } - switch self { case .remote20Filled: return "ic_fluent_remote_20_filled" case .remote20Regular: return "ic_fluent_remote_20_regular" case .rename16Filled: return "ic_fluent_rename_16_filled" @@ -26516,6 +26648,8 @@ import Foundation case .resizeLarge24Regular: return "ic_fluent_resize_large_24_regular" case .resizeSmall16Filled: return "ic_fluent_resize_small_16_filled" case .resizeSmall16Regular: return "ic_fluent_resize_small_16_regular" + default: break } + switch self { case .resizeSmall20Filled: return "ic_fluent_resize_small_20_filled" case .resizeSmall20Regular: return "ic_fluent_resize_small_20_regular" case .resizeSmall24Filled: return "ic_fluent_resize_small_24_filled" @@ -26578,8 +26712,6 @@ import Foundation case .ribbonOff20Regular: return "ic_fluent_ribbon_off_20_regular" case .ribbonOff24Filled: return "ic_fluent_ribbon_off_24_filled" case .ribbonOff24Regular: return "ic_fluent_ribbon_off_24_regular" - default: break } - switch self { case .ribbonOff32Filled: return "ic_fluent_ribbon_off_32_filled" case .ribbonOff32Regular: return "ic_fluent_ribbon_off_32_regular" case .ribbonStar20Filled: return "ic_fluent_ribbon_star_20_filled" @@ -26618,6 +26750,8 @@ import Foundation case .router24Regular: return "ic_fluent_router_24_regular" case .rowTriple20Filled: return "ic_fluent_row_triple_20_filled" case .rowTriple20Regular: return "ic_fluent_row_triple_20_regular" + default: break } + switch self { case .rowTriple24Filled: return "ic_fluent_row_triple_24_filled" case .rowTriple24Regular: return "ic_fluent_row_triple_24_regular" case .rss16Filled: return "ic_fluent_rss_16_filled" @@ -26680,8 +26814,6 @@ import Foundation 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" - default: break } - switch self { case .savings16Filled: return "ic_fluent_savings_16_filled" case .savings16Regular: return "ic_fluent_savings_16_regular" case .savings20Filled: return "ic_fluent_savings_20_filled" @@ -26720,6 +26852,8 @@ import Foundation case .scanCamera28Regular: return "ic_fluent_scan_camera_28_regular" case .scanCamera48Filled: return "ic_fluent_scan_camera_48_filled" case .scanCamera48Regular: return "ic_fluent_scan_camera_48_regular" + default: break } + switch self { case .scanDash12Filled: return "ic_fluent_scan_dash_12_filled" case .scanDash12Regular: return "ic_fluent_scan_dash_12_regular" case .scanDash16Filled: return "ic_fluent_scan_dash_16_filled" @@ -26782,8 +26916,6 @@ import Foundation case .scanThumbUpOff28Regular: return "ic_fluent_scan_thumb_up_off_28_regular" case .scanThumbUpOff48Filled: return "ic_fluent_scan_thumb_up_off_48_filled" case .scanThumbUpOff48Regular: return "ic_fluent_scan_thumb_up_off_48_regular" - default: break } - switch self { case .scanType20Filled: return "ic_fluent_scan_type_20_filled" case .scanType20Regular: return "ic_fluent_scan_type_20_regular" case .scanType24Filled: return "ic_fluent_scan_type_24_filled" @@ -26822,6 +26954,8 @@ import Foundation case .screenshotRecord20Regular: return "ic_fluent_screenshot_record_20_regular" case .screenshotRecord24Filled: return "ic_fluent_screenshot_record_24_filled" case .screenshotRecord24Regular: return "ic_fluent_screenshot_record_24_regular" + default: break } + switch self { case .screenshotRecord28Filled: return "ic_fluent_screenshot_record_28_filled" case .screenshotRecord28Regular: return "ic_fluent_screenshot_record_28_regular" case .script16Filled: return "ic_fluent_script_16_filled" @@ -26884,8 +27018,6 @@ import Foundation case .selectAllOff24Regular: return "ic_fluent_select_all_off_24_regular" case .selectAllOn16Filled: return "ic_fluent_select_all_on_16_filled" case .selectAllOn16Regular: return "ic_fluent_select_all_on_16_regular" - default: break } - switch self { case .selectAllOn20Filled: return "ic_fluent_select_all_on_20_filled" case .selectAllOn20Regular: return "ic_fluent_select_all_on_20_regular" case .selectAllOn24Filled: return "ic_fluent_select_all_on_24_filled" @@ -26924,6 +27056,8 @@ import Foundation case .sendBeaker20Regular: return "ic_fluent_send_beaker_20_regular" case .sendBeaker24Filled: return "ic_fluent_send_beaker_24_filled" case .sendBeaker24Regular: return "ic_fluent_send_beaker_24_regular" + default: break } + switch self { case .sendBeaker28Filled: return "ic_fluent_send_beaker_28_filled" case .sendBeaker28Regular: return "ic_fluent_send_beaker_28_regular" case .sendBeaker32Filled: return "ic_fluent_send_beaker_32_filled" @@ -26986,8 +27120,6 @@ import Foundation case .settings48Regular: return "ic_fluent_settings_48_regular" case .settingsChat20Filled: return "ic_fluent_settings_chat_20_filled" case .settingsChat20Regular: return "ic_fluent_settings_chat_20_regular" - default: break } - switch self { case .settingsChat24Filled: return "ic_fluent_settings_chat_24_filled" case .settingsChat24Regular: return "ic_fluent_settings_chat_24_regular" case .settingsCogMultiple20Filled: return "ic_fluent_settings_cog_multiple_20_filled" @@ -27026,6 +27158,8 @@ import Foundation case .shapeSubtract24Regular: return "ic_fluent_shape_subtract_24_regular" case .shapeUnion16Filled: return "ic_fluent_shape_union_16_filled" case .shapeUnion16Regular: return "ic_fluent_shape_union_16_regular" + default: break } + switch self { case .shapeUnion20Filled: return "ic_fluent_shape_union_20_filled" case .shapeUnion20Regular: return "ic_fluent_shape_union_20_regular" case .shapeUnion24Filled: return "ic_fluent_shape_union_24_filled" @@ -27088,8 +27222,6 @@ import Foundation case .shareScreenPersonOverlay24Regular: return "ic_fluent_share_screen_person_overlay_24_regular" case .shareScreenPersonOverlay28Filled: return "ic_fluent_share_screen_person_overlay_28_filled" case .shareScreenPersonOverlay28Regular: return "ic_fluent_share_screen_person_overlay_28_regular" - default: break } - switch self { case .shareScreenPersonOverlayInside16Filled: return "ic_fluent_share_screen_person_overlay_inside_16_filled" case .shareScreenPersonOverlayInside16Regular: return "ic_fluent_share_screen_person_overlay_inside_16_regular" case .shareScreenPersonOverlayInside20Filled: return "ic_fluent_share_screen_person_overlay_inside_20_filled" @@ -27128,6 +27260,8 @@ import Foundation case .shield12Regular: return "ic_fluent_shield_12_regular" case .shield16Filled: return "ic_fluent_shield_16_filled" case .shield16Regular: return "ic_fluent_shield_16_regular" + default: break } + switch self { case .shield20Filled: return "ic_fluent_shield_20_filled" case .shield20Regular: return "ic_fluent_shield_20_regular" case .shield24Filled: return "ic_fluent_shield_24_filled" @@ -27190,8 +27324,6 @@ import Foundation case .shieldLock20Regular: return "ic_fluent_shield_lock_20_regular" case .shieldLock24Filled: return "ic_fluent_shield_lock_24_filled" case .shieldLock24Regular: return "ic_fluent_shield_lock_24_regular" - default: break } - switch self { case .shieldLock28Filled: return "ic_fluent_shield_lock_28_filled" case .shieldLock28Regular: return "ic_fluent_shield_lock_28_regular" case .shieldLock48Filled: return "ic_fluent_shield_lock_48_filled" @@ -27230,6 +27362,8 @@ import Foundation case .shifts24Regular: return "ic_fluent_shifts_24_regular" case .shifts28Filled: return "ic_fluent_shifts_28_filled" case .shifts28Regular: return "ic_fluent_shifts_28_regular" + default: break } + switch self { case .shifts30Minutes20Filled: return "ic_fluent_shifts_30_minutes_20_filled" case .shifts30Minutes20Regular: return "ic_fluent_shifts_30_minutes_20_regular" case .shifts30Minutes24Filled: return "ic_fluent_shifts_30_minutes_24_filled" @@ -27292,8 +27426,6 @@ import Foundation case .shoppingBagDismiss20Regular: return "ic_fluent_shopping_bag_dismiss_20_regular" case .shoppingBagDismiss24Filled: return "ic_fluent_shopping_bag_dismiss_24_filled" case .shoppingBagDismiss24Regular: return "ic_fluent_shopping_bag_dismiss_24_regular" - default: break } - switch self { case .shoppingBagPause20Filled: return "ic_fluent_shopping_bag_pause_20_filled" case .shoppingBagPause20Regular: return "ic_fluent_shopping_bag_pause_20_regular" case .shoppingBagPause24Filled: return "ic_fluent_shopping_bag_pause_24_filled" @@ -27332,6 +27464,8 @@ import Foundation case .signature20Regular: return "ic_fluent_signature_20_regular" case .signature24Filled: return "ic_fluent_signature_24_filled" case .signature24Regular: return "ic_fluent_signature_24_regular" + default: break } + switch self { case .signature28Filled: return "ic_fluent_signature_28_filled" case .signature28Regular: return "ic_fluent_signature_28_regular" case .signature32Filled: return "ic_fluent_signature_32_filled" @@ -27394,8 +27528,6 @@ import Foundation case .slideAdd20Regular: return "ic_fluent_slide_add_20_regular" case .slideAdd24Filled: return "ic_fluent_slide_add_24_filled" case .slideAdd24Regular: return "ic_fluent_slide_add_24_regular" - default: break } - switch self { case .slideAdd28Filled: return "ic_fluent_slide_add_28_filled" case .slideAdd28Regular: return "ic_fluent_slide_add_28_regular" case .slideAdd32Filled: return "ic_fluent_slide_add_32_filled" @@ -27434,6 +27566,8 @@ import Foundation case .slideMicrophone20Regular: return "ic_fluent_slide_microphone_20_regular" case .slideMicrophone24Filled: return "ic_fluent_slide_microphone_24_filled" case .slideMicrophone24Regular: return "ic_fluent_slide_microphone_24_regular" + default: break } + switch self { case .slideMicrophone32Filled: return "ic_fluent_slide_microphone_32_filled" case .slideMicrophone32Regular: return "ic_fluent_slide_microphone_32_regular" case .slideMultiple20Filled: return "ic_fluent_slide_multiple_20_filled" @@ -27496,8 +27630,6 @@ import Foundation case .slideTextEdit28Regular: return "ic_fluent_slide_text_edit_28_regular" case .slideTextMultiple16Filled: return "ic_fluent_slide_text_multiple_16_filled" case .slideTextMultiple16Regular: return "ic_fluent_slide_text_multiple_16_regular" - default: break } - switch self { case .slideTextMultiple20Filled: return "ic_fluent_slide_text_multiple_20_filled" case .slideTextMultiple20Regular: return "ic_fluent_slide_text_multiple_20_regular" case .slideTextMultiple24Filled: return "ic_fluent_slide_text_multiple_24_filled" @@ -27536,6 +27668,8 @@ import Foundation case .smartwatch20Regular: return "ic_fluent_smartwatch_20_regular" case .smartwatch24Filled: return "ic_fluent_smartwatch_24_filled" case .smartwatch24Regular: return "ic_fluent_smartwatch_24_regular" + default: break } + switch self { case .smartwatchDot20Filled: return "ic_fluent_smartwatch_dot_20_filled" case .smartwatchDot20Regular: return "ic_fluent_smartwatch_dot_20_regular" case .smartwatchDot24Filled: return "ic_fluent_smartwatch_dot_24_filled" @@ -27598,8 +27732,6 @@ import Foundation case .sparkleCircle48Regular: return "ic_fluent_sparkle_circle_48_regular" case .speaker016Filled: return "ic_fluent_speaker_0_16_filled" case .speaker016Regular: return "ic_fluent_speaker_0_16_regular" - default: break } - switch self { case .speaker020Filled: return "ic_fluent_speaker_0_20_filled" case .speaker020Regular: return "ic_fluent_speaker_0_20_regular" case .speaker024Filled: return "ic_fluent_speaker_0_24_filled" @@ -27638,6 +27770,8 @@ import Foundation case .speakerBluetooth20Regular: return "ic_fluent_speaker_bluetooth_20_regular" case .speakerBluetooth24Filled: return "ic_fluent_speaker_bluetooth_24_filled" case .speakerBluetooth24Regular: return "ic_fluent_speaker_bluetooth_24_regular" + default: break } + switch self { case .speakerBluetooth28Filled: return "ic_fluent_speaker_bluetooth_28_filled" case .speakerBluetooth28Regular: return "ic_fluent_speaker_bluetooth_28_regular" case .speakerBox16Filled: return "ic_fluent_speaker_box_16_filled" @@ -27700,8 +27834,6 @@ import Foundation 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" - default: break } - switch self { case .splitHorizontal28Filled: return "ic_fluent_split_horizontal_28_filled" case .splitHorizontal28Regular: return "ic_fluent_split_horizontal_28_regular" case .splitHorizontal32Filled: return "ic_fluent_split_horizontal_32_filled" @@ -27740,6 +27872,8 @@ import Foundation case .sportBasketball20Regular: return "ic_fluent_sport_basketball_20_regular" case .sportBasketball24Filled: return "ic_fluent_sport_basketball_24_filled" case .sportBasketball24Regular: return "ic_fluent_sport_basketball_24_regular" + default: break } + switch self { case .sportHockey20Filled: return "ic_fluent_sport_hockey_20_filled" case .sportHockey20Regular: return "ic_fluent_sport_hockey_20_regular" case .sportHockey24Filled: return "ic_fluent_sport_hockey_24_filled" @@ -27802,8 +27936,6 @@ import Foundation case .squareHint48Regular: return "ic_fluent_square_hint_48_regular" case .squareHintApps20Filled: return "ic_fluent_square_hint_apps_20_filled" case .squareHintApps20Regular: return "ic_fluent_square_hint_apps_20_regular" - default: break } - switch self { case .squareHintApps24Filled: return "ic_fluent_square_hint_apps_24_filled" case .squareHintApps24Regular: return "ic_fluent_square_hint_apps_24_regular" case .squareHintArrowBack16Filled: return "ic_fluent_square_hint_arrow_back_16_filled" @@ -27842,6 +27974,8 @@ import Foundation case .squareMultiple20Regular: return "ic_fluent_square_multiple_20_regular" case .squareMultiple24Filled: return "ic_fluent_square_multiple_24_filled" case .squareMultiple24Regular: return "ic_fluent_square_multiple_24_regular" + default: break } + switch self { case .squareMultiple28Filled: return "ic_fluent_square_multiple_28_filled" case .squareMultiple28Regular: return "ic_fluent_square_multiple_28_regular" case .squareMultiple32Filled: return "ic_fluent_square_multiple_32_filled" @@ -27904,8 +28038,6 @@ import Foundation case .starAdd28Regular: return "ic_fluent_star_add_28_regular" case .starArrowBack16Filled: return "ic_fluent_star_arrow_back_16_filled" case .starArrowBack16Regular: return "ic_fluent_star_arrow_back_16_regular" - default: break } - switch self { case .starArrowBack20Filled: return "ic_fluent_star_arrow_back_20_filled" case .starArrowBack20Regular: return "ic_fluent_star_arrow_back_20_regular" case .starArrowBack24Filled: return "ic_fluent_star_arrow_back_24_filled" @@ -27944,6 +28076,8 @@ import Foundation case .starEmphasis20Regular: return "ic_fluent_star_emphasis_20_regular" case .starEmphasis24Filled: return "ic_fluent_star_emphasis_24_filled" case .starEmphasis24Regular: return "ic_fluent_star_emphasis_24_regular" + default: break } + switch self { case .starEmphasis32Filled: return "ic_fluent_star_emphasis_32_filled" case .starEmphasis32Regular: return "ic_fluent_star_emphasis_32_regular" case .starHalf12Filled: return "ic_fluent_star_half_12_filled" @@ -28006,12 +28140,16 @@ import Foundation case .status12Regular: return "ic_fluent_status_12_regular" case .status16Filled: return "ic_fluent_status_16_filled" case .status16Regular: return "ic_fluent_status_16_regular" - default: break } - switch self { case .status20Filled: return "ic_fluent_status_20_filled" 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 .status28Filled: return "ic_fluent_status_28_filled" + case .status28Regular: return "ic_fluent_status_28_regular" + case .status32Filled: return "ic_fluent_status_32_filled" + case .status32Regular: return "ic_fluent_status_32_regular" + case .status48Filled: return "ic_fluent_status_48_filled" + case .status48Regular: return "ic_fluent_status_48_regular" case .step16Filled: return "ic_fluent_step_16_filled" case .step16Regular: return "ic_fluent_step_16_regular" case .step20Filled: return "ic_fluent_step_20_filled" @@ -28040,6 +28178,8 @@ import Foundation case .stickerAdd24Regular: return "ic_fluent_sticker_add_24_regular" case .stop16Filled: return "ic_fluent_stop_16_filled" case .stop16Regular: return "ic_fluent_stop_16_regular" + default: break } + switch self { case .stop20Filled: return "ic_fluent_stop_20_filled" case .stop20Regular: return "ic_fluent_stop_20_regular" case .stop24Filled: return "ic_fluent_stop_24_filled" @@ -28108,8 +28248,6 @@ import Foundation case .subtractCircle24Regular: return "ic_fluent_subtract_circle_24_regular" case .subtractCircle28Filled: return "ic_fluent_subtract_circle_28_filled" case .subtractCircle28Regular: return "ic_fluent_subtract_circle_28_regular" - default: break } - switch self { case .subtractCircle32Filled: return "ic_fluent_subtract_circle_32_filled" case .subtractCircle32Regular: return "ic_fluent_subtract_circle_32_regular" case .subtractCircle48Filled: return "ic_fluent_subtract_circle_48_filled" @@ -28142,6 +28280,8 @@ import Foundation case .subtractSquare24Regular: return "ic_fluent_subtract_square_24_regular" case .subtractSquareMultiple16Filled: return "ic_fluent_subtract_square_multiple_16_filled" case .subtractSquareMultiple16Regular: return "ic_fluent_subtract_square_multiple_16_regular" + default: break } + switch self { 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" @@ -28210,8 +28350,6 @@ import Foundation case .tabDesktop16Regular: return "ic_fluent_tab_desktop_16_regular" case .tabDesktop20Filled: return "ic_fluent_tab_desktop_20_filled" case .tabDesktop20Regular: return "ic_fluent_tab_desktop_20_regular" - default: break } - switch self { case .tabDesktop24Filled: return "ic_fluent_tab_desktop_24_filled" case .tabDesktop24Regular: return "ic_fluent_tab_desktop_24_regular" case .tabDesktop28Filled: return "ic_fluent_tab_desktop_28_filled" @@ -28244,6 +28382,8 @@ import Foundation case .tabDesktopLink20Regular: return "ic_fluent_tab_desktop_link_20_regular" case .tabDesktopLink24Filled: return "ic_fluent_tab_desktop_link_24_filled" case .tabDesktopLink24Regular: return "ic_fluent_tab_desktop_link_24_regular" + default: break } + switch self { case .tabDesktopLink28Filled: return "ic_fluent_tab_desktop_link_28_filled" case .tabDesktopLink28Regular: return "ic_fluent_tab_desktop_link_28_regular" case .tabDesktopMultiple16Filled: return "ic_fluent_tab_desktop_multiple_16_filled" @@ -28312,8 +28452,6 @@ import Foundation case .tableBottomRow24Regular: return "ic_fluent_table_bottom_row_24_regular" case .tableBottomRow28Filled: return "ic_fluent_table_bottom_row_28_filled" case .tableBottomRow28Regular: return "ic_fluent_table_bottom_row_28_regular" - default: break } - switch self { case .tableBottomRow32Filled: return "ic_fluent_table_bottom_row_32_filled" case .tableBottomRow32Regular: return "ic_fluent_table_bottom_row_32_regular" case .tableBottomRow48Filled: return "ic_fluent_table_bottom_row_48_filled" @@ -28346,6 +28484,8 @@ import Foundation case .tableCellsSplit24Regular: return "ic_fluent_table_cells_split_24_regular" case .tableCellsSplit28Filled: return "ic_fluent_table_cells_split_28_filled" case .tableCellsSplit28Regular: return "ic_fluent_table_cells_split_28_regular" + default: break } + switch self { case .tableChecker20Filled: return "ic_fluent_table_checker_20_filled" case .tableChecker20Regular: return "ic_fluent_table_checker_20_regular" case .tableColumnTopBottom20Filled: return "ic_fluent_table_column_top_bottom_20_filled" @@ -28414,8 +28554,6 @@ import Foundation 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" - default: break } - switch self { case .tableInsertColumn16Filled: return "ic_fluent_table_insert_column_16_filled" case .tableInsertColumn16Regular: return "ic_fluent_table_insert_column_16_regular" case .tableInsertColumn20Filled: return "ic_fluent_table_insert_column_20_filled" @@ -28448,6 +28586,8 @@ 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" + default: break } + switch self { 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" @@ -28516,8 +28656,6 @@ import Foundation case .tableResizeColumn20Regular: return "ic_fluent_table_resize_column_20_regular" case .tableResizeColumn24Filled: return "ic_fluent_table_resize_column_24_filled" case .tableResizeColumn24Regular: return "ic_fluent_table_resize_column_24_regular" - default: break } - switch self { case .tableResizeColumn28Filled: return "ic_fluent_table_resize_column_28_filled" case .tableResizeColumn28Regular: return "ic_fluent_table_resize_column_28_regular" case .tableResizeRow16Filled: return "ic_fluent_table_resize_row_16_filled" @@ -28550,6 +28688,8 @@ import Foundation case .tableSimple32Regular: return "ic_fluent_table_simple_32_regular" case .tableSimple48Filled: return "ic_fluent_table_simple_48_filled" case .tableSimple48Regular: return "ic_fluent_table_simple_48_regular" + default: break } + switch self { case .tableSimpleCheckmark16Filled: return "ic_fluent_table_simple_checkmark_16_filled" case .tableSimpleCheckmark16Regular: return "ic_fluent_table_simple_checkmark_16_regular" case .tableSimpleCheckmark20Filled: return "ic_fluent_table_simple_checkmark_20_filled" @@ -28618,8 +28758,6 @@ import Foundation case .tableStackLeft28Regular: return "ic_fluent_table_stack_left_28_regular" case .tableStackRight16Filled: return "ic_fluent_table_stack_right_16_filled" case .tableStackRight16Regular: return "ic_fluent_table_stack_right_16_regular" - default: break } - switch self { case .tableStackRight20Filled: return "ic_fluent_table_stack_right_20_filled" case .tableStackRight20Regular: return "ic_fluent_table_stack_right_20_regular" case .tableStackRight24Filled: return "ic_fluent_table_stack_right_24_filled" @@ -28652,6 +28790,8 @@ import Foundation case .tabletLaptop24Regular: return "ic_fluent_tablet_laptop_24_regular" case .tabletSpeaker20Filled: return "ic_fluent_tablet_speaker_20_filled" case .tabletSpeaker20Regular: return "ic_fluent_tablet_speaker_20_regular" + default: break } + switch self { case .tabletSpeaker24Filled: return "ic_fluent_tablet_speaker_24_filled" case .tabletSpeaker24Regular: return "ic_fluent_tablet_speaker_24_regular" case .tabs16Filled: return "ic_fluent_tabs_16_filled" @@ -28720,8 +28860,6 @@ import Foundation case .tagReset24Regular: return "ic_fluent_tag_reset_24_regular" case .tagSearch20Filled: return "ic_fluent_tag_search_20_filled" case .tagSearch20Regular: return "ic_fluent_tag_search_20_regular" - default: break } - switch self { case .tagSearch24Filled: return "ic_fluent_tag_search_24_filled" case .tagSearch24Regular: return "ic_fluent_tag_search_24_regular" case .tapDouble20Filled: return "ic_fluent_tap_double_20_filled" @@ -28754,6 +28892,8 @@ import Foundation case .targetAdd24Regular: return "ic_fluent_target_add_24_regular" case .targetArrow16Filled: return "ic_fluent_target_arrow_16_filled" case .targetArrow16Regular: return "ic_fluent_target_arrow_16_regular" + default: break } + switch self { case .targetArrow20Filled: return "ic_fluent_target_arrow_20_filled" case .targetArrow20Regular: return "ic_fluent_target_arrow_20_regular" case .targetArrow24Filled: return "ic_fluent_target_arrow_24_filled" @@ -28822,8 +28962,6 @@ import Foundation case .temperature24Regular: return "ic_fluent_temperature_24_regular" case .temperature32Filled: return "ic_fluent_temperature_32_filled" case .temperature32Regular: return "ic_fluent_temperature_32_regular" - default: break } - switch self { case .temperature48Filled: return "ic_fluent_temperature_48_filled" case .temperature48Regular: return "ic_fluent_temperature_48_regular" case .tent12Filled: return "ic_fluent_tent_12_filled" @@ -28856,6 +28994,8 @@ import Foundation case .text16Regular: return "ic_fluent_text_16_regular" case .text32Filled: return "ic_fluent_text_32_filled" case .text32Regular: return "ic_fluent_text_32_regular" + default: break } + switch self { case .textAbcUnderlineDouble32Filled: return "ic_fluent_text_abc_underline_double_32_filled" case .textAbcUnderlineDouble32Regular: return "ic_fluent_text_abc_underline_double_32_regular" case .textAdd20Filled: return "ic_fluent_text_add_20_filled" @@ -28924,8 +29064,6 @@ import Foundation case .textAlignJustifyLowRotate9024Regular: return "ic_fluent_text_align_justify_low_rotate_90_24_regular" case .textAlignJustifyRotate27020Filled: return "ic_fluent_text_align_justify_rotate_270_20_filled" case .textAlignJustifyRotate27020Regular: return "ic_fluent_text_align_justify_rotate_270_20_regular" - default: break } - switch self { case .textAlignJustifyRotate27024Filled: return "ic_fluent_text_align_justify_rotate_270_24_filled" case .textAlignJustifyRotate27024Regular: return "ic_fluent_text_align_justify_rotate_270_24_regular" case .textAlignJustifyRotate9020Filled: return "ic_fluent_text_align_justify_rotate_90_20_filled" @@ -28958,6 +29096,8 @@ import Foundation case .textAlignRight24Regular: return "ic_fluent_text_align_right_24_regular" case .textAlignRightRotate27016Filled: return "ic_fluent_text_align_right_rotate_270_16_filled" case .textAlignRightRotate27016Regular: return "ic_fluent_text_align_right_rotate_270_16_regular" + default: break } + switch self { case .textAlignRightRotate27020Filled: return "ic_fluent_text_align_right_rotate_270_20_filled" case .textAlignRightRotate27020Regular: return "ic_fluent_text_align_right_rotate_270_20_regular" case .textAlignRightRotate27024Filled: return "ic_fluent_text_align_right_rotate_270_24_filled" @@ -29026,8 +29166,6 @@ import Foundation case .textBulletListSquare32Regular: return "ic_fluent_text_bullet_list_square_32_regular" case .textBulletListSquare48Filled: return "ic_fluent_text_bullet_list_square_48_filled" case .textBulletListSquare48Regular: return "ic_fluent_text_bullet_list_square_48_regular" - default: break } - switch self { case .textBulletListSquareClock20Filled: return "ic_fluent_text_bullet_list_square_clock_20_filled" case .textBulletListSquareClock20Regular: return "ic_fluent_text_bullet_list_square_clock_20_regular" case .textBulletListSquareEdit20Filled: return "ic_fluent_text_bullet_list_square_edit_20_filled" @@ -29060,6 +29198,8 @@ import Foundation case .textBulletListSquareWarning20Regular: return "ic_fluent_text_bullet_list_square_warning_20_regular" case .textBulletListSquareWarning24Filled: return "ic_fluent_text_bullet_list_square_warning_24_filled" case .textBulletListSquareWarning24Regular: return "ic_fluent_text_bullet_list_square_warning_24_regular" + default: break } + switch self { case .textBulletListTree16Filled: return "ic_fluent_text_bullet_list_tree_16_filled" case .textBulletListTree16Regular: return "ic_fluent_text_bullet_list_tree_16_regular" case .textBulletListTree20Filled: return "ic_fluent_text_bullet_list_tree_20_filled" @@ -29128,8 +29268,6 @@ import Foundation case .textColumnOneWideLightning20Filled: return "ic_fluent_text_column_one_wide_lightning_20_filled" case .textColumnOneWideLightning20Regular: return "ic_fluent_text_column_one_wide_lightning_20_regular" case .textColumnOneWideLightning24Filled: return "ic_fluent_text_column_one_wide_lightning_24_filled" - default: break } - switch self { case .textColumnOneWideLightning24Regular: return "ic_fluent_text_column_one_wide_lightning_24_regular" case .textColumnThree20Filled: return "ic_fluent_text_column_three_20_filled" case .textColumnThree20Regular: return "ic_fluent_text_column_three_20_regular" @@ -29162,6 +29300,8 @@ import Foundation case .textDensity24Filled: return "ic_fluent_text_density_24_filled" case .textDensity24Regular: return "ic_fluent_text_density_24_regular" case .textDensity28Filled: return "ic_fluent_text_density_28_filled" + default: break } + switch self { case .textDensity28Regular: return "ic_fluent_text_density_28_regular" case .textDensity32Filled: return "ic_fluent_text_density_32_filled" case .textDensity32Regular: return "ic_fluent_text_density_32_regular" @@ -29230,8 +29370,6 @@ import Foundation case .textExpand20Filled: return "ic_fluent_text_expand_20_filled" case .textExpand20Regular: return "ic_fluent_text_expand_20_regular" case .textExpand24Filled: return "ic_fluent_text_expand_24_filled" - default: break } - switch self { case .textExpand24Regular: return "ic_fluent_text_expand_24_regular" case .textField16Filled: return "ic_fluent_text_field_16_filled" case .textField16Regular: return "ic_fluent_text_field_16_regular" @@ -29264,6 +29402,8 @@ import Foundation case .textFootnote20Filled: return "ic_fluent_text_footnote_20_filled" case .textFootnote20Regular: return "ic_fluent_text_footnote_20_regular" case .textFootnote24Filled: return "ic_fluent_text_footnote_24_filled" + default: break } + switch self { case .textFootnote24Regular: return "ic_fluent_text_footnote_24_regular" case .textGrammarArrowLeft20Filled: return "ic_fluent_text_grammar_arrow_left_20_filled" case .textGrammarArrowLeft20Regular: return "ic_fluent_text_grammar_arrow_left_20_regular" @@ -29332,8 +29472,6 @@ import Foundation case .textHeader2Lines20Filled: return "ic_fluent_text_header_2_lines_20_filled" case .textHeader2Lines20Regular: return "ic_fluent_text_header_2_lines_20_regular" case .textHeader2Lines24Filled: return "ic_fluent_text_header_2_lines_24_filled" - default: break } - switch self { case .textHeader2Lines24Regular: return "ic_fluent_text_header_2_lines_24_regular" case .textHeader2LinesCaret16Filled: return "ic_fluent_text_header_2_lines_caret_16_filled" case .textHeader2LinesCaret16Regular: return "ic_fluent_text_header_2_lines_caret_16_regular" @@ -29366,6 +29504,8 @@ import Foundation case .textIndentDecreaseRotate27020Filled: return "ic_fluent_text_indent_decrease_rotate_270_20_filled" case .textIndentDecreaseRotate27020Regular: return "ic_fluent_text_indent_decrease_rotate_270_20_regular" case .textIndentDecreaseRotate27024Filled: return "ic_fluent_text_indent_decrease_rotate_270_24_filled" + default: break } + switch self { case .textIndentDecreaseRotate27024Regular: return "ic_fluent_text_indent_decrease_rotate_270_24_regular" case .textIndentDecreaseRotate9020Filled: return "ic_fluent_text_indent_decrease_rotate_90_20_filled" case .textIndentDecreaseRotate9020Regular: return "ic_fluent_text_indent_decrease_rotate_90_20_regular" @@ -29434,8 +29574,6 @@ import Foundation case .textParagraphDirectionRight16Filled: return "ic_fluent_text_paragraph_direction_right_16_filled" case .textParagraphDirectionRight16Regular: return "ic_fluent_text_paragraph_direction_right_16_regular" case .textParagraphDirectionRight20Filled: return "ic_fluent_text_paragraph_direction_right_20_filled" - default: break } - switch self { case .textParagraphDirectionRight20Regular: return "ic_fluent_text_paragraph_direction_right_20_regular" case .textPeriodAsterisk20Filled: return "ic_fluent_text_period_asterisk_20_filled" case .textPeriodAsterisk20Regular: return "ic_fluent_text_period_asterisk_20_regular" @@ -29468,6 +29606,8 @@ import Foundation case .textPositionSquareRight24Filled: return "ic_fluent_text_position_square_right_24_filled" case .textPositionSquareRight24Regular: return "ic_fluent_text_position_square_right_24_regular" case .textPositionThrough20Filled: return "ic_fluent_text_position_through_20_filled" + default: break } + switch self { case .textPositionThrough20Regular: return "ic_fluent_text_position_through_20_regular" case .textPositionThrough24Filled: return "ic_fluent_text_position_through_24_filled" case .textPositionThrough24Regular: return "ic_fluent_text_position_through_24_regular" @@ -29536,8 +29676,6 @@ import Foundation 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" - default: break } - switch self { case .textUnderline16Regular: return "ic_fluent_text_underline_16_regular" case .textUnderline20Filled: return "ic_fluent_text_underline_20_filled" case .textUnderline20Regular: return "ic_fluent_text_underline_20_regular" @@ -29570,6 +29708,8 @@ import Foundation case .textWrapOff16Filled: return "ic_fluent_text_wrap_off_16_filled" case .textWrapOff16Regular: return "ic_fluent_text_wrap_off_16_regular" case .textWrapOff20Filled: return "ic_fluent_text_wrap_off_20_filled" + default: break } + switch self { case .textWrapOff20Regular: return "ic_fluent_text_wrap_off_20_regular" case .textWrapOff24Filled: return "ic_fluent_text_wrap_off_24_filled" case .textWrapOff24Regular: return "ic_fluent_text_wrap_off_24_regular" @@ -29638,8 +29778,6 @@ import Foundation case .textboxAlignTop24Filled: return "ic_fluent_textbox_align_top_24_filled" case .textboxAlignTop24Regular: return "ic_fluent_textbox_align_top_24_regular" case .textboxAlignTopCenter16Filled: return "ic_fluent_textbox_align_top_center_16_filled" - default: break } - switch self { case .textboxAlignTopCenter16Regular: return "ic_fluent_textbox_align_top_center_16_regular" case .textboxAlignTopCenter20Filled: return "ic_fluent_textbox_align_top_center_20_filled" case .textboxAlignTopCenter20Regular: return "ic_fluent_textbox_align_top_center_20_regular" @@ -29672,6 +29810,8 @@ import Foundation case .textboxSettings20Filled: return "ic_fluent_textbox_settings_20_filled" case .textboxSettings20Regular: return "ic_fluent_textbox_settings_20_regular" case .textboxSettings24Filled: return "ic_fluent_textbox_settings_24_filled" + default: break } + switch self { case .textboxSettings24Regular: return "ic_fluent_textbox_settings_24_regular" case .thinking20Filled: return "ic_fluent_thinking_20_filled" case .thinking20Regular: return "ic_fluent_thinking_20_regular" @@ -29740,8 +29880,6 @@ import Foundation case .timer220Filled: return "ic_fluent_timer_2_20_filled" case .timer220Regular: return "ic_fluent_timer_2_20_regular" case .timer224Filled: return "ic_fluent_timer_2_24_filled" - default: break } - switch self { case .timer224Regular: return "ic_fluent_timer_2_24_regular" case .timer32Filled: return "ic_fluent_timer_32_filled" case .timer32Regular: return "ic_fluent_timer_32_regular" @@ -29774,6 +29912,8 @@ import Foundation case .toggleRight16Filled: return "ic_fluent_toggle_right_16_filled" case .toggleRight16Regular: return "ic_fluent_toggle_right_16_regular" case .toggleRight20Filled: return "ic_fluent_toggle_right_20_filled" + default: break } + switch self { case .toggleRight20Regular: return "ic_fluent_toggle_right_20_regular" case .toggleRight24Filled: return "ic_fluent_toggle_right_24_filled" case .toggleRight24Regular: return "ic_fluent_toggle_right_24_regular" @@ -29842,8 +29982,6 @@ import Foundation case .triangle16Filled: return "ic_fluent_triangle_16_filled" case .triangle16Regular: return "ic_fluent_triangle_16_regular" case .triangle20Filled: return "ic_fluent_triangle_20_filled" - default: break } - switch self { case .triangle20Regular: return "ic_fluent_triangle_20_regular" case .triangle24Filled: return "ic_fluent_triangle_24_filled" case .triangle24Regular: return "ic_fluent_triangle_24_regular" @@ -29876,6 +30014,8 @@ import Foundation case .triangleLeft48Filled: return "ic_fluent_triangle_left_48_filled" case .triangleLeft48Regular: return "ic_fluent_triangle_left_48_regular" case .triangleRight12Filled: return "ic_fluent_triangle_right_12_filled" + default: break } + switch self { case .triangleRight12Regular: return "ic_fluent_triangle_right_12_regular" case .triangleRight16Filled: return "ic_fluent_triangle_right_16_filled" case .triangleRight16Regular: return "ic_fluent_triangle_right_16_regular" @@ -29944,8 +30084,6 @@ import Foundation case .tvUsb28Filled: return "ic_fluent_tv_usb_28_filled" case .tvUsb28Regular: return "ic_fluent_tv_usb_28_regular" case .tvUsb48Filled: return "ic_fluent_tv_usb_48_filled" - default: break } - switch self { case .tvUsb48Regular: return "ic_fluent_tv_usb_48_regular" case .umbrella20Filled: return "ic_fluent_umbrella_20_filled" case .umbrella20Regular: return "ic_fluent_umbrella_20_regular" @@ -29978,6 +30116,8 @@ import Foundation case .vehicleBus16Filled: return "ic_fluent_vehicle_bus_16_filled" case .vehicleBus16Regular: return "ic_fluent_vehicle_bus_16_regular" case .vehicleBus20Filled: return "ic_fluent_vehicle_bus_20_filled" + default: break } + switch self { case .vehicleBus20Regular: return "ic_fluent_vehicle_bus_20_regular" case .vehicleBus24Filled: return "ic_fluent_vehicle_bus_24_filled" case .vehicleBus24Regular: return "ic_fluent_vehicle_bus_24_regular" @@ -30046,8 +30186,6 @@ import Foundation case .vehicleSubway20Filled: return "ic_fluent_vehicle_subway_20_filled" case .vehicleSubway20Regular: return "ic_fluent_vehicle_subway_20_regular" case .vehicleSubway24Filled: return "ic_fluent_vehicle_subway_24_filled" - default: break } - switch self { case .vehicleSubway24Regular: return "ic_fluent_vehicle_subway_24_regular" case .vehicleSubwayClock16Filled: return "ic_fluent_vehicle_subway_clock_16_filled" case .vehicleSubwayClock16Regular: return "ic_fluent_vehicle_subway_clock_16_regular" @@ -30080,6 +30218,8 @@ import Foundation case .video20Filled: return "ic_fluent_video_20_filled" case .video20Regular: return "ic_fluent_video_20_regular" case .video24Filled: return "ic_fluent_video_24_filled" + default: break } + switch self { case .video24Regular: return "ic_fluent_video_24_regular" case .video28Filled: return "ic_fluent_video_28_filled" case .video28Regular: return "ic_fluent_video_28_regular" @@ -30148,8 +30288,6 @@ import Foundation case .videoClipMultiple16Filled: return "ic_fluent_video_clip_multiple_16_filled" case .videoClipMultiple16Regular: return "ic_fluent_video_clip_multiple_16_regular" case .videoClipMultiple20Filled: return "ic_fluent_video_clip_multiple_20_filled" - default: break } - switch self { case .videoClipMultiple20Regular: return "ic_fluent_video_clip_multiple_20_regular" case .videoClipMultiple24Filled: return "ic_fluent_video_clip_multiple_24_filled" case .videoClipMultiple24Regular: return "ic_fluent_video_clip_multiple_24_regular" @@ -30171,6 +30309,8 @@ import Foundation case .videoLink24Regular: return "ic_fluent_video_link_24_regular" case .videoLink28Filled: return "ic_fluent_video_link_28_filled" case .videoLink28Regular: return "ic_fluent_video_link_28_regular" + case .videoOff16Filled: return "ic_fluent_video_off_16_filled" + case .videoOff16Regular: return "ic_fluent_video_off_16_regular" case .videoOff20Filled: return "ic_fluent_video_off_20_filled" case .videoOff20Regular: return "ic_fluent_video_off_20_regular" case .videoOff24Filled: return "ic_fluent_video_off_24_filled" @@ -30180,6 +30320,8 @@ import Foundation case .videoOff32Filled: return "ic_fluent_video_off_32_filled" case .videoOff32Regular: return "ic_fluent_video_off_32_regular" case .videoOff48Filled: return "ic_fluent_video_off_48_filled" + default: break } + switch self { case .videoOff48Regular: return "ic_fluent_video_off_48_regular" case .videoPeople32Filled: return "ic_fluent_video_people_32_filled" case .videoPeople32Regular: return "ic_fluent_video_people_32_regular" @@ -30250,8 +30392,6 @@ import Foundation case .videoPersonStarOff20Filled: return "ic_fluent_video_person_star_off_20_filled" case .videoPersonStarOff20Regular: return "ic_fluent_video_person_star_off_20_regular" case .videoPersonStarOff24Filled: return "ic_fluent_video_person_star_off_24_filled" - default: break } - switch self { case .videoPersonStarOff24Regular: return "ic_fluent_video_person_star_off_24_regular" case .videoPlayPause20Filled: return "ic_fluent_video_play_pause_20_filled" case .videoPlayPause20Regular: return "ic_fluent_video_play_pause_20_regular" @@ -30282,6 +30422,8 @@ import Foundation case .viewDesktop24Filled: return "ic_fluent_view_desktop_24_filled" case .viewDesktop24Regular: return "ic_fluent_view_desktop_24_regular" case .viewDesktopMobile20Filled: return "ic_fluent_view_desktop_mobile_20_filled" + default: break } + switch self { case .viewDesktopMobile20Regular: return "ic_fluent_view_desktop_mobile_20_regular" case .viewDesktopMobile24Filled: return "ic_fluent_view_desktop_mobile_24_filled" case .viewDesktopMobile24Regular: return "ic_fluent_view_desktop_mobile_24_regular" @@ -30352,8 +30494,6 @@ import Foundation case .walletCreditCard24Filled: return "ic_fluent_wallet_credit_card_24_filled" case .walletCreditCard24Regular: return "ic_fluent_wallet_credit_card_24_regular" case .walletCreditCard32Filled: return "ic_fluent_wallet_credit_card_32_filled" - default: break } - switch self { case .walletCreditCard32Regular: return "ic_fluent_wallet_credit_card_32_regular" case .wallpaper20Filled: return "ic_fluent_wallpaper_20_filled" case .wallpaper20Regular: return "ic_fluent_wallpaper_20_regular" @@ -30384,6 +30524,8 @@ import Foundation case .warning48Filled: return "ic_fluent_warning_48_filled" case .warning48Regular: return "ic_fluent_warning_48_regular" case .warningShield20Filled: return "ic_fluent_warning_shield_20_filled" + default: break } + switch self { case .warningShield20Regular: return "ic_fluent_warning_shield_20_regular" case .washer20Filled: return "ic_fluent_washer_20_filled" case .washer20Regular: return "ic_fluent_washer_20_regular" @@ -30454,8 +30596,6 @@ import Foundation case .weatherMoon16Filled: return "ic_fluent_weather_moon_16_filled" case .weatherMoon16Regular: return "ic_fluent_weather_moon_16_regular" case .weatherMoon20Filled: return "ic_fluent_weather_moon_20_filled" - default: break } - switch self { case .weatherMoon20Regular: return "ic_fluent_weather_moon_20_regular" case .weatherMoon24Filled: return "ic_fluent_weather_moon_24_filled" case .weatherMoon24Regular: return "ic_fluent_weather_moon_24_regular" @@ -30486,6 +30626,8 @@ import Foundation case .weatherPartlyCloudyNight24Filled: return "ic_fluent_weather_partly_cloudy_night_24_filled" case .weatherPartlyCloudyNight24Regular: return "ic_fluent_weather_partly_cloudy_night_24_regular" case .weatherPartlyCloudyNight48Filled: return "ic_fluent_weather_partly_cloudy_night_48_filled" + default: break } + switch self { case .weatherPartlyCloudyNight48Regular: return "ic_fluent_weather_partly_cloudy_night_48_regular" case .weatherRain20Filled: return "ic_fluent_weather_rain_20_filled" case .weatherRain20Regular: return "ic_fluent_weather_rain_20_regular" @@ -30556,8 +30698,6 @@ import Foundation case .weatherSunny48Filled: return "ic_fluent_weather_sunny_48_filled" case .weatherSunny48Regular: return "ic_fluent_weather_sunny_48_regular" case .weatherSunnyHigh20Filled: return "ic_fluent_weather_sunny_high_20_filled" - default: break } - switch self { case .weatherSunnyHigh20Regular: return "ic_fluent_weather_sunny_high_20_regular" case .weatherSunnyHigh24Filled: return "ic_fluent_weather_sunny_high_24_filled" case .weatherSunnyHigh24Regular: return "ic_fluent_weather_sunny_high_24_regular" @@ -30588,6 +30728,8 @@ import Foundation case .whiteboard24Filled: return "ic_fluent_whiteboard_24_filled" case .whiteboard24Regular: return "ic_fluent_whiteboard_24_regular" case .whiteboard48Filled: return "ic_fluent_whiteboard_48_filled" + default: break } + switch self { case .whiteboard48Regular: return "ic_fluent_whiteboard_48_regular" case .whiteboardOff16Filled: return "ic_fluent_whiteboard_off_16_filled" case .whiteboardOff16Regular: return "ic_fluent_whiteboard_off_16_regular" @@ -30658,8 +30800,6 @@ import Foundation case .windowApps48Filled: return "ic_fluent_window_apps_48_filled" case .windowApps48Regular: return "ic_fluent_window_apps_48_regular" case .windowArrowUp16Filled: return "ic_fluent_window_arrow_up_16_filled" - default: break } - switch self { case .windowArrowUp16Regular: return "ic_fluent_window_arrow_up_16_regular" case .windowArrowUp20Filled: return "ic_fluent_window_arrow_up_20_filled" case .windowArrowUp20Regular: return "ic_fluent_window_arrow_up_20_regular" @@ -30690,6 +30830,8 @@ import Foundation case .windowEdit16Filled: return "ic_fluent_window_edit_16_filled" case .windowEdit16Regular: return "ic_fluent_window_edit_16_regular" case .windowEdit20Filled: return "ic_fluent_window_edit_20_filled" + default: break } + switch self { case .windowEdit20Regular: return "ic_fluent_window_edit_20_regular" case .windowHeaderHorizontal20Filled: return "ic_fluent_window_header_horizontal_20_filled" case .windowHeaderHorizontal20Regular: return "ic_fluent_window_header_horizontal_20_regular" @@ -30760,8 +30902,6 @@ import Foundation case .xboxConsole24Filled: return "ic_fluent_xbox_console_24_filled" case .xboxConsole24Regular: return "ic_fluent_xbox_console_24_regular" case .xboxController16Filled: return "ic_fluent_xbox_controller_16_filled" - default: break } - switch self { case .xboxController16Regular: return "ic_fluent_xbox_controller_16_regular" case .xboxController20Filled: return "ic_fluent_xbox_controller_20_filled" case .xboxController20Regular: return "ic_fluent_xbox_controller_20_regular" @@ -30792,6 +30932,8 @@ import Foundation case .zoomFit24Filled: return "ic_fluent_zoom_fit_24_filled" case .zoomFit24Regular: return "ic_fluent_zoom_fit_24_regular" case .zoomIn16Filled: return "ic_fluent_zoom_in_16_filled" + default: break } + switch self { case .zoomIn16Regular: return "ic_fluent_zoom_in_16_regular" case .zoomIn20Filled: return "ic_fluent_zoom_in_20_filled" case .zoomIn20Regular: return "ic_fluent_zoom_in_20_regular" @@ -32971,6 +33113,8 @@ import Foundation case .buildingHome20Regular: return ".buildingHome20Regular" case .buildingHome24Filled: return ".buildingHome24Filled" case .buildingHome24Regular: return ".buildingHome24Regular" + case .buildingLighthouse16Filled: return ".buildingLighthouse16Filled" + case .buildingLighthouse16Regular: return ".buildingLighthouse16Regular" case .buildingLighthouse20Filled: return ".buildingLighthouse20Filled" case .buildingLighthouse20Regular: return ".buildingLighthouse20Regular" case .buildingLighthouse24Filled: return ".buildingLighthouse24Filled" @@ -33052,10 +33196,10 @@ import Foundation case .buildingTownhouse24Filled: return ".buildingTownhouse24Filled" case .buildingTownhouse24Regular: return ".buildingTownhouse24Regular" case .buildingTownhouse32Filled: return ".buildingTownhouse32Filled" - case .buildingTownhouse32Regular: return ".buildingTownhouse32Regular" - case .button16Filled: return ".button16Filled" default: break } switch self { + case .buildingTownhouse32Regular: return ".buildingTownhouse32Regular" + case .button16Filled: return ".button16Filled" case .button16Regular: return ".button16Regular" case .button20Filled: return ".button20Filled" case .button20Regular: return ".button20Regular" @@ -33154,10 +33298,10 @@ import Foundation case .calendarCheckmark20Filled: return ".calendarCheckmark20Filled" case .calendarCheckmark20Regular: return ".calendarCheckmark20Regular" case .calendarCheckmark24Filled: return ".calendarCheckmark24Filled" - case .calendarCheckmark24Regular: return ".calendarCheckmark24Regular" - case .calendarCheckmark28Filled: return ".calendarCheckmark28Filled" default: break } switch self { + case .calendarCheckmark24Regular: return ".calendarCheckmark24Regular" + case .calendarCheckmark28Filled: return ".calendarCheckmark28Filled" case .calendarCheckmark28Regular: return ".calendarCheckmark28Regular" case .calendarClock16Filled: return ".calendarClock16Filled" case .calendarClock16Regular: return ".calendarClock16Regular" @@ -33256,10 +33400,10 @@ import Foundation case .calendarMultiple28Filled: return ".calendarMultiple28Filled" case .calendarMultiple28Regular: return ".calendarMultiple28Regular" case .calendarMultiple32Filled: return ".calendarMultiple32Filled" - case .calendarMultiple32Regular: return ".calendarMultiple32Regular" - case .calendarNote16Filled: return ".calendarNote16Filled" default: break } switch self { + case .calendarMultiple32Regular: return ".calendarMultiple32Regular" + case .calendarNote16Filled: return ".calendarNote16Filled" case .calendarNote16Regular: return ".calendarNote16Regular" case .calendarNote20Filled: return ".calendarNote20Filled" case .calendarNote20Regular: return ".calendarNote20Regular" @@ -33343,9 +33487,23 @@ import Foundation case .calendarShield32Regular: return ".calendarShield32Regular" case .calendarShield48Filled: return ".calendarShield48Filled" case .calendarShield48Regular: return ".calendarShield48Regular" + case .calendarSparkle16Filled: return ".calendarSparkle16Filled" + case .calendarSparkle16Regular: return ".calendarSparkle16Regular" + case .calendarSparkle20Filled: return ".calendarSparkle20Filled" + case .calendarSparkle20Regular: return ".calendarSparkle20Regular" + case .calendarSparkle24Filled: return ".calendarSparkle24Filled" + case .calendarSparkle24Regular: return ".calendarSparkle24Regular" + case .calendarSparkle28Filled: return ".calendarSparkle28Filled" + case .calendarSparkle28Regular: return ".calendarSparkle28Regular" + case .calendarSparkle32Filled: return ".calendarSparkle32Filled" + case .calendarSparkle32Regular: return ".calendarSparkle32Regular" + case .calendarSparkle48Filled: return ".calendarSparkle48Filled" + case .calendarSparkle48Regular: return ".calendarSparkle48Regular" case .calendarStar16Filled: return ".calendarStar16Filled" case .calendarStar16Regular: return ".calendarStar16Regular" case .calendarStar20Filled: return ".calendarStar20Filled" + default: break } + switch self { case .calendarStar20Regular: return ".calendarStar20Regular" case .calendarStar24Filled: return ".calendarStar24Filled" case .calendarStar24Regular: return ".calendarStar24Regular" @@ -33355,13 +33513,17 @@ import Foundation case .calendarSync20Regular: return ".calendarSync20Regular" case .calendarSync24Filled: return ".calendarSync24Filled" case .calendarSync24Regular: return ".calendarSync24Regular" + case .calendarTemplate20Filled: return ".calendarTemplate20Filled" + case .calendarTemplate20Regular: return ".calendarTemplate20Regular" + case .calendarTemplate24Filled: return ".calendarTemplate24Filled" + case .calendarTemplate24Regular: return ".calendarTemplate24Regular" + case .calendarTemplate32Filled: return ".calendarTemplate32Filled" + case .calendarTemplate32Regular: return ".calendarTemplate32Regular" case .calendarToday16Filled: return ".calendarToday16Filled" case .calendarToday16Regular: return ".calendarToday16Regular" case .calendarToday20Filled: return ".calendarToday20Filled" case .calendarToday20Regular: return ".calendarToday20Regular" case .calendarToday24Filled: return ".calendarToday24Filled" - default: break } - switch self { case .calendarToday24Regular: return ".calendarToday24Regular" case .calendarToday28Filled: return ".calendarToday28Filled" case .calendarToday28Regular: return ".calendarToday28Regular" @@ -33442,6 +33604,8 @@ import Foundation case .callForward16Filled: return ".callForward16Filled" case .callForward16Regular: return ".callForward16Regular" case .callForward20Filled: return ".callForward20Filled" + default: break } + switch self { case .callForward20Regular: return ".callForward20Regular" case .callForward24Filled: return ".callForward24Filled" case .callForward24Regular: return ".callForward24Regular" @@ -33462,8 +33626,6 @@ import Foundation case .callInbound48Filled: return ".callInbound48Filled" case .callInbound48Regular: return ".callInbound48Regular" case .callMissed12Filled: return ".callMissed12Filled" - default: break } - switch self { case .callMissed12Regular: return ".callMissed12Regular" case .callMissed16Filled: return ".callMissed16Filled" case .callMissed16Regular: return ".callMissed16Regular" @@ -33544,6 +33706,8 @@ import Foundation case .cameraAdd20Filled: return ".cameraAdd20Filled" case .cameraAdd20Regular: return ".cameraAdd20Regular" case .cameraAdd24Filled: return ".cameraAdd24Filled" + default: break } + switch self { case .cameraAdd24Regular: return ".cameraAdd24Regular" case .cameraAdd48Filled: return ".cameraAdd48Filled" case .cameraAdd48Regular: return ".cameraAdd48Regular" @@ -33564,8 +33728,6 @@ import Foundation case .cameraOff20Filled: return ".cameraOff20Filled" case .cameraOff20Regular: return ".cameraOff20Regular" case .cameraOff24Filled: return ".cameraOff24Filled" - default: break } - switch self { case .cameraOff24Regular: return ".cameraOff24Regular" case .cameraSparkles16Filled: return ".cameraSparkles16Filled" case .cameraSparkles16Regular: return ".cameraSparkles16Regular" @@ -33646,6 +33808,8 @@ import Foundation case .catchUp24Filled: return ".catchUp24Filled" case .catchUp24Regular: return ".catchUp24Regular" case .cd16Filled: return ".cd16Filled" + default: break } + switch self { case .cd16Regular: return ".cd16Regular" case .cellular3G20Filled: return ".cellular3G20Filled" case .cellular3G20Regular: return ".cellular3G20Regular" @@ -33666,8 +33830,6 @@ import Foundation case .cellularData220Filled: return ".cellularData220Filled" case .cellularData220Regular: return ".cellularData220Regular" case .cellularData224Filled: return ".cellularData224Filled" - default: break } - switch self { case .cellularData224Regular: return ".cellularData224Regular" case .cellularData320Filled: return ".cellularData320Filled" case .cellularData320Regular: return ".cellularData320Regular" @@ -33748,6 +33910,8 @@ import Foundation case .channelDismiss16Filled: return ".channelDismiss16Filled" case .channelDismiss16Regular: return ".channelDismiss16Regular" case .channelDismiss20Filled: return ".channelDismiss20Filled" + default: break } + switch self { case .channelDismiss20Regular: return ".channelDismiss20Regular" case .channelDismiss24Filled: return ".channelDismiss24Filled" case .channelDismiss24Regular: return ".channelDismiss24Regular" @@ -33768,8 +33932,6 @@ import Foundation case .channelShare48Filled: return ".channelShare48Filled" case .channelShare48Regular: return ".channelShare48Regular" case .channelSubtract16Filled: return ".channelSubtract16Filled" - default: break } - switch self { case .channelSubtract16Regular: return ".channelSubtract16Regular" case .channelSubtract20Filled: return ".channelSubtract20Filled" case .channelSubtract20Regular: return ".channelSubtract20Regular" @@ -33850,6 +34012,8 @@ import Foundation case .chatEmpty12Filled: return ".chatEmpty12Filled" case .chatEmpty12Regular: return ".chatEmpty12Regular" case .chatEmpty16Filled: return ".chatEmpty16Filled" + default: break } + switch self { case .chatEmpty16Regular: return ".chatEmpty16Regular" case .chatEmpty20Filled: return ".chatEmpty20Filled" case .chatEmpty20Regular: return ".chatEmpty20Regular" @@ -33870,8 +34034,6 @@ import Foundation case .chatLock20Filled: return ".chatLock20Filled" case .chatLock20Regular: return ".chatLock20Regular" case .chatLock24Filled: return ".chatLock24Filled" - default: break } - switch self { case .chatLock24Regular: return ".chatLock24Regular" case .chatLock28Filled: return ".chatLock28Filled" case .chatLock28Regular: return ".chatLock28Regular" @@ -33952,6 +34114,8 @@ import Foundation case .checkboxCheckedSync16Filled: return ".checkboxCheckedSync16Filled" case .checkboxCheckedSync16Regular: return ".checkboxCheckedSync16Regular" case .checkboxCheckedSync20Filled: return ".checkboxCheckedSync20Filled" + default: break } + switch self { case .checkboxCheckedSync20Regular: return ".checkboxCheckedSync20Regular" case .checkboxIndeterminate16Filled: return ".checkboxIndeterminate16Filled" case .checkboxIndeterminate16Regular: return ".checkboxIndeterminate16Regular" @@ -33972,8 +34136,6 @@ import Foundation case .checkboxUnchecked20Filled: return ".checkboxUnchecked20Filled" case .checkboxUnchecked20Regular: return ".checkboxUnchecked20Regular" case .checkboxUnchecked24Filled: return ".checkboxUnchecked24Filled" - default: break } - switch self { case .checkboxUnchecked24Regular: return ".checkboxUnchecked24Regular" case .checkboxWarning20Filled: return ".checkboxWarning20Filled" case .checkboxWarning20Regular: return ".checkboxWarning20Regular" @@ -34054,6 +34216,8 @@ import Foundation case .chevronCircleLeft12Filled: return ".chevronCircleLeft12Filled" case .chevronCircleLeft12Regular: return ".chevronCircleLeft12Regular" case .chevronCircleLeft16Filled: return ".chevronCircleLeft16Filled" + default: break } + switch self { case .chevronCircleLeft16Regular: return ".chevronCircleLeft16Regular" case .chevronCircleLeft20Filled: return ".chevronCircleLeft20Filled" case .chevronCircleLeft20Regular: return ".chevronCircleLeft20Regular" @@ -34074,8 +34238,6 @@ import Foundation case .chevronCircleRight24Filled: return ".chevronCircleRight24Filled" case .chevronCircleRight24Regular: return ".chevronCircleRight24Regular" case .chevronCircleRight28Filled: return ".chevronCircleRight28Filled" - default: break } - switch self { case .chevronCircleRight28Regular: return ".chevronCircleRight28Regular" case .chevronCircleRight32Filled: return ".chevronCircleRight32Filled" case .chevronCircleRight32Regular: return ".chevronCircleRight32Regular" @@ -34156,6 +34318,8 @@ import Foundation case .chevronRight28Filled: return ".chevronRight28Filled" case .chevronRight28Regular: return ".chevronRight28Regular" case .chevronRight32Filled: return ".chevronRight32Filled" + default: break } + switch self { case .chevronRight32Regular: return ".chevronRight32Regular" case .chevronRight48Filled: return ".chevronRight48Filled" case .chevronRight48Regular: return ".chevronRight48Regular" @@ -34176,8 +34340,6 @@ import Foundation case .chevronUpDown16Filled: return ".chevronUpDown16Filled" case .chevronUpDown16Regular: return ".chevronUpDown16Regular" case .chevronUpDown20Filled: return ".chevronUpDown20Filled" - default: break } - switch self { case .chevronUpDown20Regular: return ".chevronUpDown20Regular" case .chevronUpDown24Filled: return ".chevronUpDown24Filled" case .chevronUpDown24Regular: return ".chevronUpDown24Regular" @@ -34258,6 +34420,8 @@ import Foundation case .classification16Filled: return ".classification16Filled" case .classification16Regular: return ".classification16Regular" case .classification20Filled: return ".classification20Filled" + default: break } + switch self { case .classification20Regular: return ".classification20Regular" case .classification24Filled: return ".classification24Filled" case .classification24Regular: return ".classification24Regular" @@ -34267,6 +34431,8 @@ import Foundation case .clearFormatting20Regular: return ".clearFormatting20Regular" case .clearFormatting24Filled: return ".clearFormatting24Filled" case .clearFormatting24Regular: return ".clearFormatting24Regular" + case .clipboard12Filled: return ".clipboard12Filled" + case .clipboard12Regular: return ".clipboard12Regular" case .clipboard16Filled: return ".clipboard16Filled" case .clipboard16Regular: return ".clipboard16Regular" case .clipboard20Filled: return ".clipboard20Filled" @@ -34278,13 +34444,13 @@ import Foundation case .clipboard32Filled: return ".clipboard32Filled" case .clipboard32Regular: return ".clipboard32Regular" case .clipboard3Day16Filled: return ".clipboard3Day16Filled" - default: break } - switch self { case .clipboard3Day16Regular: return ".clipboard3Day16Regular" case .clipboard3Day20Filled: return ".clipboard3Day20Filled" case .clipboard3Day20Regular: return ".clipboard3Day20Regular" case .clipboard3Day24Filled: return ".clipboard3Day24Filled" case .clipboard3Day24Regular: return ".clipboard3Day24Regular" + case .clipboard48Filled: return ".clipboard48Filled" + case .clipboard48Regular: return ".clipboard48Regular" case .clipboardArrowRight16Filled: return ".clipboardArrowRight16Filled" case .clipboardArrowRight16Regular: return ".clipboardArrowRight16Regular" case .clipboardArrowRight20Filled: return ".clipboardArrowRight20Filled" @@ -34356,6 +34522,8 @@ import Foundation case .clipboardLetter24Filled: return ".clipboardLetter24Filled" case .clipboardLetter24Regular: return ".clipboardLetter24Regular" case .clipboardLink16Filled: return ".clipboardLink16Filled" + default: break } + switch self { case .clipboardLink16Regular: return ".clipboardLink16Regular" case .clipboardLink20Filled: return ".clipboardLink20Filled" case .clipboardLink20Regular: return ".clipboardLink20Regular" @@ -34380,8 +34548,6 @@ import Foundation case .clipboardMore20Filled: return ".clipboardMore20Filled" case .clipboardMore20Regular: return ".clipboardMore20Regular" case .clipboardMore24Filled: return ".clipboardMore24Filled" - default: break } - switch self { case .clipboardMore24Regular: return ".clipboardMore24Regular" case .clipboardMultiple16Filled: return ".clipboardMultiple16Filled" case .clipboardMultiple16Regular: return ".clipboardMultiple16Regular" @@ -34458,6 +34624,8 @@ import Foundation case .clock48Filled: return ".clock48Filled" case .clock48Regular: return ".clock48Regular" case .clockAlarm16Filled: return ".clockAlarm16Filled" + default: break } + switch self { case .clockAlarm16Regular: return ".clockAlarm16Regular" case .clockAlarm20Filled: return ".clockAlarm20Filled" case .clockAlarm20Regular: return ".clockAlarm20Regular" @@ -34482,8 +34650,6 @@ import Foundation case .clockPause20Filled: return ".clockPause20Filled" case .clockPause20Regular: return ".clockPause20Regular" case .clockPause24Filled: return ".clockPause24Filled" - default: break } - switch self { case .clockPause24Regular: return ".clockPause24Regular" case .clockToolbox20Filled: return ".clockToolbox20Filled" case .clockToolbox20Regular: return ".clockToolbox20Regular" @@ -34560,6 +34726,8 @@ import Foundation case .cloudArrowUp24Filled: return ".cloudArrowUp24Filled" case .cloudArrowUp24Regular: return ".cloudArrowUp24Regular" case .cloudArrowUp28Filled: return ".cloudArrowUp28Filled" + default: break } + switch self { case .cloudArrowUp28Regular: return ".cloudArrowUp28Regular" case .cloudArrowUp32Filled: return ".cloudArrowUp32Filled" case .cloudArrowUp32Regular: return ".cloudArrowUp32Regular" @@ -34584,8 +34752,6 @@ import Foundation case .cloudCheckmark16Filled: return ".cloudCheckmark16Filled" case .cloudCheckmark16Regular: return ".cloudCheckmark16Regular" case .cloudCheckmark20Filled: return ".cloudCheckmark20Filled" - default: break } - switch self { case .cloudCheckmark20Regular: return ".cloudCheckmark20Regular" case .cloudCheckmark24Filled: return ".cloudCheckmark24Filled" case .cloudCheckmark24Regular: return ".cloudCheckmark24Regular" @@ -34662,6 +34828,8 @@ import Foundation case .cloudOff32Filled: return ".cloudOff32Filled" case .cloudOff32Regular: return ".cloudOff32Regular" case .cloudOff48Filled: return ".cloudOff48Filled" + default: break } + switch self { case .cloudOff48Regular: return ".cloudOff48Regular" case .cloudSwap20Filled: return ".cloudSwap20Filled" case .cloudSwap20Regular: return ".cloudSwap20Regular" @@ -34686,8 +34854,6 @@ import Foundation case .cloudWords24Filled: return ".cloudWords24Filled" case .cloudWords24Regular: return ".cloudWords24Regular" case .cloudWords28Filled: return ".cloudWords28Filled" - default: break } - switch self { case .cloudWords28Regular: return ".cloudWords28Regular" case .cloudWords32Filled: return ".cloudWords32Filled" case .cloudWords32Regular: return ".cloudWords32Regular" @@ -34764,6 +34930,8 @@ import Foundation case .codeVb16Filled: return ".codeVb16Filled" case .codeVb16Regular: return ".codeVb16Regular" case .codeVbRectangle16Filled: return ".codeVbRectangle16Filled" + default: break } + switch self { case .codeVbRectangle16Regular: return ".codeVbRectangle16Regular" case .collections16Filled: return ".collections16Filled" case .collections16Regular: return ".collections16Regular" @@ -34788,8 +34956,6 @@ import Foundation case .colorBackgroundAccent20Regular: return ".colorBackgroundAccent20Regular" case .colorBackgroundAccent24Regular: return ".colorBackgroundAccent24Regular" case .colorFill16Filled: return ".colorFill16Filled" - default: break } - switch self { case .colorFill16Regular: return ".colorFill16Regular" case .colorFill20Filled: return ".colorFill20Filled" case .colorFill20Regular: return ".colorFill20Regular" @@ -34866,6 +35032,8 @@ import Foundation case .commentArrowLeft12Regular: return ".commentArrowLeft12Regular" case .commentArrowLeft16Filled: return ".commentArrowLeft16Filled" case .commentArrowLeft16Regular: return ".commentArrowLeft16Regular" + default: break } + switch self { case .commentArrowLeft20Filled: return ".commentArrowLeft20Filled" case .commentArrowLeft20Regular: return ".commentArrowLeft20Regular" case .commentArrowLeft24Filled: return ".commentArrowLeft24Filled" @@ -34890,8 +35058,6 @@ import Foundation case .commentCheckmark12Regular: return ".commentCheckmark12Regular" case .commentCheckmark16Filled: return ".commentCheckmark16Filled" case .commentCheckmark16Regular: return ".commentCheckmark16Regular" - default: break } - switch self { case .commentCheckmark20Filled: return ".commentCheckmark20Filled" case .commentCheckmark20Regular: return ".commentCheckmark20Regular" case .commentCheckmark24Filled: return ".commentCheckmark24Filled" @@ -34968,6 +35134,8 @@ import Foundation case .commentNote20Regular: return ".commentNote20Regular" case .commentNote24Filled: return ".commentNote24Filled" case .commentNote24Regular: return ".commentNote24Regular" + default: break } + switch self { case .commentOff16Filled: return ".commentOff16Filled" case .commentOff16Regular: return ".commentOff16Regular" case .commentOff20Filled: return ".commentOff20Filled" @@ -34992,8 +35160,6 @@ import Foundation case .communicationShield16Regular: return ".communicationShield16Regular" case .communicationShield20Filled: return ".communicationShield20Filled" case .communicationShield20Regular: return ".communicationShield20Regular" - default: break } - switch self { case .communicationShield24Filled: return ".communicationShield24Filled" case .communicationShield24Regular: return ".communicationShield24Regular" case .compassNorthwest16Filled: return ".compassNorthwest16Filled" @@ -35008,6 +35174,8 @@ import Foundation case .component2DoubleTapSwipeDown24Regular: return ".component2DoubleTapSwipeDown24Regular" case .component2DoubleTapSwipeUp24Filled: return ".component2DoubleTapSwipeUp24Filled" case .component2DoubleTapSwipeUp24Regular: return ".component2DoubleTapSwipeUp24Regular" + case .compose12Filled: return ".compose12Filled" + case .compose12Regular: return ".compose12Regular" case .compose16Filled: return ".compose16Filled" case .compose16Regular: return ".compose16Regular" case .compose20Filled: return ".compose20Filled" @@ -35016,6 +35184,10 @@ import Foundation case .compose24Regular: return ".compose24Regular" case .compose28Filled: return ".compose28Filled" case .compose28Regular: return ".compose28Regular" + case .compose32Filled: return ".compose32Filled" + case .compose32Regular: return ".compose32Regular" + case .compose48Filled: return ".compose48Filled" + case .compose48Regular: return ".compose48Regular" case .cone16Filled: return ".cone16Filled" case .cone16Regular: return ".cone16Regular" case .conferenceRoom16Filled: return ".conferenceRoom16Filled" @@ -35064,6 +35236,8 @@ import Foundation case .contactCardLink16Regular: return ".contactCardLink16Regular" case .contactCardLink20Filled: return ".contactCardLink20Filled" case .contactCardLink20Regular: return ".contactCardLink20Regular" + default: break } + switch self { case .contactCardRibbon16Filled: return ".contactCardRibbon16Filled" case .contactCardRibbon16Regular: return ".contactCardRibbon16Regular" case .contactCardRibbon20Filled: return ".contactCardRibbon20Filled" @@ -35094,8 +35268,6 @@ import Foundation case .contentView32Regular: return ".contentView32Regular" case .contentViewGallery16Filled: return ".contentViewGallery16Filled" case .contentViewGallery16Regular: return ".contentViewGallery16Regular" - default: break } - switch self { case .contentViewGallery20Filled: return ".contentViewGallery20Filled" case .contentViewGallery20Regular: return ".contentViewGallery20Regular" case .contentViewGallery24Filled: return ".contentViewGallery24Filled" @@ -35166,6 +35338,8 @@ import Foundation case .copyAdd20Regular: return ".copyAdd20Regular" case .copyAdd24Filled: return ".copyAdd24Filled" case .copyAdd24Regular: return ".copyAdd24Regular" + default: break } + switch self { case .copyArrowRight16Filled: return ".copyArrowRight16Filled" case .copyArrowRight16Regular: return ".copyArrowRight16Regular" case .copyArrowRight20Filled: return ".copyArrowRight20Filled" @@ -35196,8 +35370,6 @@ import Foundation case .creditCardClock32Regular: return ".creditCardClock32Regular" case .creditCardPerson20Filled: return ".creditCardPerson20Filled" case .creditCardPerson20Regular: return ".creditCardPerson20Regular" - default: break } - switch self { case .creditCardPerson24Filled: return ".creditCardPerson24Filled" case .creditCardPerson24Regular: return ".creditCardPerson24Regular" case .creditCardToolbox20Filled: return ".creditCardToolbox20Filled" @@ -35268,6 +35440,8 @@ import Foundation case .cubeRotate20Regular: return ".cubeRotate20Regular" case .cubeSync20Filled: return ".cubeSync20Filled" case .cubeSync20Regular: return ".cubeSync20Regular" + default: break } + switch self { case .cubeSync24Filled: return ".cubeSync24Filled" case .cubeSync24Regular: return ".cubeSync24Regular" case .cubeTree20Filled: return ".cubeTree20Filled" @@ -35298,8 +35472,6 @@ import Foundation case .cursorClick24Regular: return ".cursorClick24Regular" case .cursorHover16Filled: return ".cursorHover16Filled" case .cursorHover16Regular: return ".cursorHover16Regular" - default: break } - switch self { case .cursorHover20Filled: return ".cursorHover20Filled" case .cursorHover20Regular: return ".cursorHover20Regular" case .cursorHover24Filled: return ".cursorHover24Filled" @@ -35370,6 +35542,8 @@ import Foundation case .dataBarVerticalStar24Regular: return ".dataBarVerticalStar24Regular" case .dataBarVerticalStar32Filled: return ".dataBarVerticalStar32Filled" case .dataBarVerticalStar32Regular: return ".dataBarVerticalStar32Regular" + default: break } + switch self { case .dataFunnel20Filled: return ".dataFunnel20Filled" case .dataFunnel20Regular: return ".dataFunnel20Regular" case .dataFunnel24Filled: return ".dataFunnel24Filled" @@ -35400,8 +35574,6 @@ import Foundation case .dataTreemap20Regular: return ".dataTreemap20Regular" case .dataTreemap24Filled: return ".dataTreemap24Filled" case .dataTreemap24Regular: return ".dataTreemap24Regular" - default: break } - switch self { case .dataTrending16Filled: return ".dataTrending16Filled" case .dataTrending16Regular: return ".dataTrending16Regular" case .dataTrending20Filled: return ".dataTrending20Filled" @@ -35472,6 +35644,8 @@ import Foundation case .databasePerson24Regular: return ".databasePerson24Regular" case .databasePlugConnected20Filled: return ".databasePlugConnected20Filled" case .databasePlugConnected20Regular: return ".databasePlugConnected20Regular" + default: break } + switch self { case .databaseSearch20Filled: return ".databaseSearch20Filled" case .databaseSearch20Regular: return ".databaseSearch20Regular" case .databaseSearch24Filled: return ".databaseSearch24Filled" @@ -35502,8 +35676,6 @@ import Foundation case .delete24Regular: return ".delete24Regular" case .delete28Filled: return ".delete28Filled" case .delete28Regular: return ".delete28Regular" - default: break } - switch self { case .delete32Filled: return ".delete32Filled" case .delete32Regular: return ".delete32Regular" case .delete48Filled: return ".delete48Filled" @@ -35574,6 +35746,8 @@ import Foundation case .desktopArrowRight16Regular: return ".desktopArrowRight16Regular" case .desktopArrowRight20Filled: return ".desktopArrowRight20Filled" case .desktopArrowRight20Regular: return ".desktopArrowRight20Regular" + default: break } + switch self { case .desktopArrowRight24Filled: return ".desktopArrowRight24Filled" case .desktopArrowRight24Regular: return ".desktopArrowRight24Regular" case .desktopCheckmark16Filled: return ".desktopCheckmark16Filled" @@ -35604,8 +35778,6 @@ import Foundation case .desktopKeyboard16Regular: return ".desktopKeyboard16Regular" case .desktopKeyboard20Filled: return ".desktopKeyboard20Filled" case .desktopKeyboard20Regular: return ".desktopKeyboard20Regular" - default: break } - switch self { case .desktopKeyboard24Filled: return ".desktopKeyboard24Filled" case .desktopKeyboard24Regular: return ".desktopKeyboard24Regular" case .desktopKeyboard28Filled: return ".desktopKeyboard28Filled" @@ -35676,6 +35848,8 @@ import Foundation case .deviceEq20Regular: return ".deviceEq20Regular" case .deviceEq24Filled: return ".deviceEq24Filled" case .deviceEq24Regular: return ".deviceEq24Regular" + default: break } + switch self { case .deviceMeetingRoom16Filled: return ".deviceMeetingRoom16Filled" case .deviceMeetingRoom16Regular: return ".deviceMeetingRoom16Regular" case .deviceMeetingRoom20Filled: return ".deviceMeetingRoom20Filled" @@ -35706,8 +35880,6 @@ import Foundation case .diagram24Regular: return ".diagram24Regular" case .dialpad20Filled: return ".dialpad20Filled" case .dialpad20Regular: return ".dialpad20Regular" - default: break } - switch self { case .dialpad24Filled: return ".dialpad24Filled" case .dialpad24Regular: return ".dialpad24Regular" case .dialpad28Filled: return ".dialpad28Filled" @@ -35778,6 +35950,8 @@ import Foundation case .dismissCircle32Regular: return ".dismissCircle32Regular" case .dismissCircle48Filled: return ".dismissCircle48Filled" case .dismissCircle48Regular: return ".dismissCircle48Regular" + default: break } + switch self { case .dismissSquare20Filled: return ".dismissSquare20Filled" case .dismissSquare20Regular: return ".dismissSquare20Regular" case .dismissSquare24Filled: return ".dismissSquare24Filled" @@ -35808,8 +35982,6 @@ import Foundation case .dividerTall20Regular: return ".dividerTall20Regular" case .dividerTall24Filled: return ".dividerTall24Filled" case .dividerTall24Regular: return ".dividerTall24Regular" - default: break } - switch self { case .dock20Filled: return ".dock20Filled" case .dock20Regular: return ".dock20Regular" case .dock24Filled: return ".dock24Filled" @@ -35880,6 +36052,8 @@ import Foundation case .documentArrowUp16Regular: return ".documentArrowUp16Regular" case .documentArrowUp20Filled: return ".documentArrowUp20Filled" case .documentArrowUp20Regular: return ".documentArrowUp20Regular" + default: break } + switch self { case .documentBorder20Filled: return ".documentBorder20Filled" case .documentBorder20Regular: return ".documentBorder20Regular" case .documentBorder24Filled: return ".documentBorder24Filled" @@ -35910,8 +36084,6 @@ import Foundation case .documentBulletListArrowLeft16Regular: return ".documentBulletListArrowLeft16Regular" case .documentBulletListArrowLeft20Filled: return ".documentBulletListArrowLeft20Filled" case .documentBulletListArrowLeft20Regular: return ".documentBulletListArrowLeft20Regular" - default: break } - switch self { case .documentBulletListArrowLeft24Filled: return ".documentBulletListArrowLeft24Filled" case .documentBulletListArrowLeft24Regular: return ".documentBulletListArrowLeft24Regular" case .documentBulletListClock20Filled: return ".documentBulletListClock20Filled" @@ -35982,6 +36154,8 @@ import Foundation case .documentDataLink16Regular: return ".documentDataLink16Regular" case .documentDataLink20Filled: return ".documentDataLink20Filled" case .documentDataLink20Regular: return ".documentDataLink20Regular" + default: break } + switch self { case .documentDataLink24Filled: return ".documentDataLink24Filled" case .documentDataLink24Regular: return ".documentDataLink24Regular" case .documentDataLink32Filled: return ".documentDataLink32Filled" @@ -36012,8 +36186,6 @@ import Foundation case .documentEdit24Regular: return ".documentEdit24Regular" case .documentEndnote20Filled: return ".documentEndnote20Filled" case .documentEndnote20Regular: return ".documentEndnote20Regular" - default: break } - switch self { case .documentEndnote24Filled: return ".documentEndnote24Filled" case .documentEndnote24Regular: return ".documentEndnote24Regular" case .documentError16Filled: return ".documentError16Filled" @@ -36084,6 +36256,8 @@ import Foundation case .documentImage16Regular: return ".documentImage16Regular" case .documentImage20Filled: return ".documentImage20Filled" case .documentImage20Regular: return ".documentImage20Regular" + default: break } + switch self { case .documentJava16Filled: return ".documentJava16Filled" case .documentJava16Regular: return ".documentJava16Regular" case .documentJava20Filled: return ".documentJava20Filled" @@ -36114,8 +36288,6 @@ import Foundation case .documentLandscapeSplitHint24Regular: return ".documentLandscapeSplitHint24Regular" case .documentLightning16Filled: return ".documentLightning16Filled" case .documentLightning16Regular: return ".documentLightning16Regular" - default: break } - switch self { case .documentLightning20Filled: return ".documentLightning20Filled" case .documentLightning20Regular: return ".documentLightning20Regular" case .documentLightning24Filled: return ".documentLightning24Filled" @@ -36186,6 +36358,8 @@ import Foundation case .documentOnePageAdd16Regular: return ".documentOnePageAdd16Regular" case .documentOnePageAdd20Filled: return ".documentOnePageAdd20Filled" case .documentOnePageAdd20Regular: return ".documentOnePageAdd20Regular" + default: break } + switch self { case .documentOnePageAdd24Filled: return ".documentOnePageAdd24Filled" case .documentOnePageAdd24Regular: return ".documentOnePageAdd24Regular" case .documentOnePageBeaker16Filled: return ".documentOnePageBeaker16Filled" @@ -36216,8 +36390,6 @@ import Foundation case .documentPageBottomCenter20Regular: return ".documentPageBottomCenter20Regular" case .documentPageBottomCenter24Filled: return ".documentPageBottomCenter24Filled" case .documentPageBottomCenter24Regular: return ".documentPageBottomCenter24Regular" - default: break } - switch self { case .documentPageBottomLeft20Filled: return ".documentPageBottomLeft20Filled" case .documentPageBottomLeft20Regular: return ".documentPageBottomLeft20Regular" case .documentPageBottomLeft24Filled: return ".documentPageBottomLeft24Filled" @@ -36288,6 +36460,8 @@ import Foundation case .documentQuestionMark20Regular: return ".documentQuestionMark20Regular" case .documentQuestionMark24Filled: return ".documentQuestionMark24Filled" case .documentQuestionMark24Regular: return ".documentQuestionMark24Regular" + default: break } + switch self { case .documentQueue20Filled: return ".documentQueue20Filled" case .documentQueue20Regular: return ".documentQueue20Regular" case .documentQueue24Filled: return ".documentQueue24Filled" @@ -36318,8 +36492,6 @@ import Foundation case .documentSass16Regular: return ".documentSass16Regular" case .documentSass20Filled: return ".documentSass20Filled" case .documentSass20Regular: return ".documentSass20Regular" - default: break } - switch self { case .documentSave20Filled: return ".documentSave20Filled" case .documentSave20Regular: return ".documentSave20Regular" case .documentSave24Filled: return ".documentSave24Filled" @@ -36390,6 +36562,8 @@ import Foundation case .documentText20Regular: return ".documentText20Regular" case .documentText24Filled: return ".documentText24Filled" case .documentText24Regular: return ".documentText24Regular" + default: break } + switch self { case .documentTextClock20Filled: return ".documentTextClock20Filled" case .documentTextClock20Regular: return ".documentTextClock20Regular" case .documentTextClock24Filled: return ".documentTextClock24Filled" @@ -36420,8 +36594,6 @@ import Foundation case .documentWidth24Regular: return ".documentWidth24Regular" case .documentYml16Filled: return ".documentYml16Filled" case .documentYml16Regular: return ".documentYml16Regular" - default: break } - switch self { case .documentYml20Filled: return ".documentYml20Filled" case .documentYml20Regular: return ".documentYml20Regular" case .door16Filled: return ".door16Filled" @@ -36492,6 +36664,8 @@ import Foundation case .drawerAdd20Regular: return ".drawerAdd20Regular" case .drawerAdd24Filled: return ".drawerAdd24Filled" case .drawerAdd24Regular: return ".drawerAdd24Regular" + default: break } + switch self { case .drawerArrowDownload20Filled: return ".drawerArrowDownload20Filled" case .drawerArrowDownload20Regular: return ".drawerArrowDownload20Regular" case .drawerArrowDownload24Filled: return ".drawerArrowDownload24Filled" @@ -36522,8 +36696,6 @@ import Foundation case .drinkBottleOff20Regular: return ".drinkBottleOff20Regular" case .drinkBottleOff32Filled: return ".drinkBottleOff32Filled" case .drinkBottleOff32Regular: return ".drinkBottleOff32Regular" - default: break } - switch self { case .drinkCoffee16Filled: return ".drinkCoffee16Filled" case .drinkCoffee16Regular: return ".drinkCoffee16Regular" case .drinkCoffee20Filled: return ".drinkCoffee20Filled" @@ -36594,6 +36766,8 @@ import Foundation case .dualScreenDismiss20Regular: return ".dualScreenDismiss20Regular" case .dualScreenDismiss24Filled: return ".dualScreenDismiss24Filled" case .dualScreenDismiss24Regular: return ".dualScreenDismiss24Regular" + default: break } + switch self { case .dualScreenGroup20Filled: return ".dualScreenGroup20Filled" case .dualScreenGroup20Regular: return ".dualScreenGroup20Regular" case .dualScreenGroup24Filled: return ".dualScreenGroup24Filled" @@ -36624,8 +36798,6 @@ import Foundation case .dualScreenSpan24Regular: return ".dualScreenSpan24Regular" case .dualScreenSpeaker20Filled: return ".dualScreenSpeaker20Filled" case .dualScreenSpeaker20Regular: return ".dualScreenSpeaker20Regular" - default: break } - switch self { case .dualScreenSpeaker24Filled: return ".dualScreenSpeaker24Filled" case .dualScreenSpeaker24Regular: return ".dualScreenSpeaker24Regular" case .dualScreenStatusBar20Filled: return ".dualScreenStatusBar20Filled" @@ -36696,6 +36868,8 @@ import Foundation case .edit32Regular: return ".edit32Regular" case .edit48Filled: return ".edit48Filled" case .edit48Regular: return ".edit48Regular" + default: break } + switch self { case .editArrowBack16Filled: return ".editArrowBack16Filled" case .editArrowBack16Regular: return ".editArrowBack16Regular" case .editArrowBack20Filled: return ".editArrowBack20Filled" @@ -36726,8 +36900,6 @@ import Foundation case .editProhibited32Regular: return ".editProhibited32Regular" case .editProhibited48Filled: return ".editProhibited48Filled" case .editProhibited48Regular: return ".editProhibited48Regular" - default: break } - switch self { case .editSettings20Filled: return ".editSettings20Filled" case .editSettings20Regular: return ".editSettings20Regular" case .editSettings24Filled: return ".editSettings24Filled" @@ -36798,6 +36970,8 @@ import Foundation case .emojiHint32Regular: return ".emojiHint32Regular" case .emojiHint48Filled: return ".emojiHint48Filled" case .emojiHint48Regular: return ".emojiHint48Regular" + default: break } + switch self { case .emojiLaugh16Filled: return ".emojiLaugh16Filled" case .emojiLaugh16Regular: return ".emojiLaugh16Regular" case .emojiLaugh20Filled: return ".emojiLaugh20Filled" @@ -36828,8 +37002,6 @@ import Foundation case .emojiSmileSlight20Regular: return ".emojiSmileSlight20Regular" case .emojiSmileSlight24Filled: return ".emojiSmileSlight24Filled" case .emojiSmileSlight24Regular: return ".emojiSmileSlight24Regular" - default: break } - switch self { case .emojiSparkle16Filled: return ".emojiSparkle16Filled" case .emojiSparkle16Regular: return ".emojiSparkle16Regular" case .emojiSparkle20Filled: return ".emojiSparkle20Filled" @@ -36900,6 +37072,8 @@ import Foundation case .expandUpLeft16Regular: return ".expandUpLeft16Regular" case .expandUpLeft20Filled: return ".expandUpLeft20Filled" case .expandUpLeft20Regular: return ".expandUpLeft20Regular" + default: break } + switch self { case .expandUpLeft24Filled: return ".expandUpLeft24Filled" case .expandUpLeft24Regular: return ".expandUpLeft24Regular" case .expandUpLeft28Filled: return ".expandUpLeft28Filled" @@ -36930,8 +37104,6 @@ import Foundation case .eye16Regular: return ".eye16Regular" case .eye20Filled: return ".eye20Filled" case .eye20Regular: return ".eye20Regular" - default: break } - switch self { case .eye24Filled: return ".eye24Filled" case .eye24Regular: return ".eye24Regular" case .eye28Filled: return ".eye28Filled" @@ -37002,6 +37174,8 @@ import Foundation case .fax16Regular: return ".fax16Regular" case .fax20Filled: return ".fax20Filled" case .fax20Regular: return ".fax20Regular" + default: break } + switch self { case .feed16Filled: return ".feed16Filled" case .feed16Regular: return ".feed16Regular" case .feed20Filled: return ".feed20Filled" @@ -37032,8 +37206,6 @@ import Foundation case .filmstripOff48Regular: return ".filmstripOff48Regular" case .filmstripPlay16Filled: return ".filmstripPlay16Filled" case .filmstripPlay16Regular: return ".filmstripPlay16Regular" - default: break } - switch self { case .filmstripPlay20Filled: return ".filmstripPlay20Filled" case .filmstripPlay20Regular: return ".filmstripPlay20Regular" case .filmstripPlay24Filled: return ".filmstripPlay24Filled" @@ -37104,6 +37276,8 @@ import Foundation case .flag16Regular: return ".flag16Regular" case .flag20Filled: return ".flag20Filled" case .flag20Regular: return ".flag20Regular" + default: break } + switch self { case .flag24Filled: return ".flag24Filled" case .flag24Regular: return ".flag24Regular" case .flag28Filled: return ".flag28Filled" @@ -37134,8 +37308,6 @@ import Foundation case .flagOff24Regular: return ".flagOff24Regular" case .flagOff28Filled: return ".flagOff28Filled" case .flagOff28Regular: return ".flagOff28Regular" - default: break } - switch self { case .flagOff48Filled: return ".flagOff48Filled" case .flagOff48Regular: return ".flagOff48Regular" case .flagPride16Filled: return ".flagPride16Filled" @@ -37206,6 +37378,8 @@ import Foundation case .flashSparkle20Regular: return ".flashSparkle20Regular" case .flashSparkle24Filled: return ".flashSparkle24Filled" case .flashSparkle24Regular: return ".flashSparkle24Regular" + default: break } + switch self { case .flashlight16Filled: return ".flashlight16Filled" case .flashlight16Regular: return ".flashlight16Regular" case .flashlight20Filled: return ".flashlight20Filled" @@ -37236,8 +37410,6 @@ import Foundation case .flipVertical24Regular: return ".flipVertical24Regular" case .flipVertical28Filled: return ".flipVertical28Filled" case .flipVertical28Regular: return ".flipVertical28Regular" - default: break } - switch self { case .flipVertical32Filled: return ".flipVertical32Filled" case .flipVertical32Regular: return ".flipVertical32Regular" case .flipVertical48Filled: return ".flipVertical48Filled" @@ -37308,6 +37480,8 @@ import Foundation case .folderArrowLeft24Regular: return ".folderArrowLeft24Regular" case .folderArrowLeft28Filled: return ".folderArrowLeft28Filled" case .folderArrowLeft28Regular: return ".folderArrowLeft28Regular" + default: break } + switch self { case .folderArrowLeft32Filled: return ".folderArrowLeft32Filled" case .folderArrowLeft32Regular: return ".folderArrowLeft32Regular" case .folderArrowLeft48Filled: return ".folderArrowLeft48Filled" @@ -37338,8 +37512,6 @@ import Foundation case .folderArrowUp48Regular: return ".folderArrowUp48Regular" case .folderBriefcase20Filled: return ".folderBriefcase20Filled" case .folderBriefcase20Regular: return ".folderBriefcase20Regular" - default: break } - switch self { case .folderGlobe16Filled: return ".folderGlobe16Filled" case .folderGlobe16Regular: return ".folderGlobe16Regular" case .folderGlobe20Filled: return ".folderGlobe20Filled" @@ -37410,6 +37582,8 @@ import Foundation case .folderProhibited16Regular: return ".folderProhibited16Regular" case .folderProhibited20Filled: return ".folderProhibited20Filled" case .folderProhibited20Regular: return ".folderProhibited20Regular" + default: break } + switch self { case .folderProhibited24Filled: return ".folderProhibited24Filled" case .folderProhibited24Regular: return ".folderProhibited24Regular" case .folderProhibited28Filled: return ".folderProhibited28Filled" @@ -37440,8 +37614,6 @@ import Foundation case .folderZip16Regular: return ".folderZip16Regular" case .folderZip20Filled: return ".folderZip20Filled" case .folderZip20Regular: return ".folderZip20Regular" - default: break } - switch self { case .folderZip24Filled: return ".folderZip24Filled" case .folderZip24Regular: return ".folderZip24Regular" case .fontDecrease20Filled: return ".fontDecrease20Filled" @@ -37512,6 +37684,8 @@ import Foundation case .foodGrains20Regular: return ".foodGrains20Regular" case .foodGrains24Filled: return ".foodGrains24Filled" case .foodGrains24Regular: return ".foodGrains24Regular" + default: break } + switch self { case .foodPizza20Filled: return ".foodPizza20Filled" case .foodPizza20Regular: return ".foodPizza20Regular" case .foodPizza24Filled: return ".foodPizza24Filled" @@ -37542,8 +37716,6 @@ import Foundation case .formNew20Regular: return ".formNew20Regular" case .formNew24Filled: return ".formNew24Filled" case .formNew24Regular: return ".formNew24Regular" - default: break } - switch self { case .formNew28Filled: return ".formNew28Filled" case .formNew28Regular: return ".formNew28Regular" case .formNew48Filled: return ".formNew48Filled" @@ -37614,6 +37786,8 @@ import Foundation case .games24Regular: return ".games24Regular" case .games28Filled: return ".games28Filled" case .games28Regular: return ".games28Regular" + default: break } + switch self { case .games32Filled: return ".games32Filled" case .games32Regular: return ".games32Regular" case .games48Filled: return ".games48Filled" @@ -37644,8 +37818,6 @@ import Foundation case .gaugeAdd20Regular: return ".gaugeAdd20Regular" case .gavel16Filled: return ".gavel16Filled" case .gavel16Regular: return ".gavel16Regular" - default: break } - switch self { case .gavel20Filled: return ".gavel20Filled" case .gavel20Regular: return ".gavel20Regular" case .gavel24Filled: return ".gavel24Filled" @@ -37716,6 +37888,8 @@ import Foundation case .glanceHorizontal20Regular: return ".glanceHorizontal20Regular" case .glanceHorizontal24Filled: return ".glanceHorizontal24Filled" case .glanceHorizontal24Regular: return ".glanceHorizontal24Regular" + default: break } + switch self { case .glanceHorizontal32Filled: return ".glanceHorizontal32Filled" case .glanceHorizontal32Regular: return ".glanceHorizontal32Regular" case .glanceHorizontalSparkle32Filled: return ".glanceHorizontalSparkle32Filled" @@ -37746,8 +37920,6 @@ import Foundation case .glassesOff24Regular: return ".glassesOff24Regular" case .glassesOff28Filled: return ".glassesOff28Filled" case .glassesOff28Regular: return ".glassesOff28Regular" - default: break } - switch self { case .glassesOff32Filled: return ".glassesOff32Filled" case .glassesOff32Regular: return ".glassesOff32Regular" case .glassesOff48Filled: return ".glassesOff48Filled" @@ -37760,6 +37932,8 @@ import Foundation case .globe20Regular: return ".globe20Regular" case .globe24Filled: return ".globe24Filled" case .globe24Regular: return ".globe24Regular" + case .globe28Filled: return ".globe28Filled" + case .globe28Regular: return ".globe28Regular" case .globe32Filled: return ".globe32Filled" case .globe32Regular: return ".globe32Regular" case .globe48Filled: return ".globe48Filled" @@ -37816,6 +37990,8 @@ import Foundation case .globeSearch20Regular: return ".globeSearch20Regular" case .globeSearch24Filled: return ".globeSearch24Filled" case .globeSearch24Regular: return ".globeSearch24Regular" + default: break } + switch self { case .globeShield20Filled: return ".globeShield20Filled" case .globeShield20Regular: return ".globeShield20Regular" case .globeShield24Filled: return ".globeShield24Filled" @@ -37848,8 +38024,6 @@ import Foundation case .globeVideo32Regular: return ".globeVideo32Regular" case .globeVideo48Filled: return ".globeVideo48Filled" case .globeVideo48Regular: return ".globeVideo48Regular" - default: break } - switch self { case .globeWarning16Filled: return ".globeWarning16Filled" case .globeWarning16Regular: return ".globeWarning16Regular" case .globeWarning20Filled: return ".globeWarning20Filled" @@ -37902,6 +38076,8 @@ import Foundation case .guardian28Regular: return ".guardian28Regular" case .guardian48Filled: return ".guardian48Filled" case .guardian48Regular: return ".guardian48Regular" + case .guest12Filled: return ".guest12Filled" + case .guest12Regular: return ".guest12Regular" case .guest16Filled: return ".guest16Filled" case .guest16Regular: return ".guest16Regular" case .guest20Filled: return ".guest20Filled" @@ -37910,8 +38086,14 @@ import Foundation case .guest24Regular: return ".guest24Regular" case .guest28Filled: return ".guest28Filled" case .guest28Regular: return ".guest28Regular" + case .guest32Filled: return ".guest32Filled" + case .guest32Regular: return ".guest32Regular" + case .guest48Filled: return ".guest48Filled" + case .guest48Regular: return ".guest48Regular" case .guestAdd20Filled: return ".guestAdd20Filled" case .guestAdd20Regular: return ".guestAdd20Regular" + default: break } + switch self { case .guestAdd24Filled: return ".guestAdd24Filled" case .guestAdd24Regular: return ".guestAdd24Regular" case .guitar16Filled: return ".guitar16Filled" @@ -37950,8 +38132,6 @@ import Foundation case .handOpenHeart20Regular: return ".handOpenHeart20Regular" case .handOpenHeart32Filled: return ".handOpenHeart32Filled" case .handOpenHeart32Regular: return ".handOpenHeart32Regular" - default: break } - switch self { case .handRight16Filled: return ".handRight16Filled" case .handRight16Regular: return ".handRight16Regular" case .handRight20Filled: return ".handRight20Filled" @@ -38014,6 +38194,8 @@ import Foundation case .hatGraduationAdd20Regular: return ".hatGraduationAdd20Regular" case .hatGraduationAdd24Filled: return ".hatGraduationAdd24Filled" case .hatGraduationAdd24Regular: return ".hatGraduationAdd24Regular" + default: break } + switch self { case .hatGraduationSparkle16Filled: return ".hatGraduationSparkle16Filled" case .hatGraduationSparkle16Regular: return ".hatGraduationSparkle16Regular" case .hatGraduationSparkle20Filled: return ".hatGraduationSparkle20Filled" @@ -38052,8 +38234,6 @@ import Foundation case .headphonesSoundWave24Regular: return ".headphonesSoundWave24Regular" case .headphonesSoundWave28Filled: return ".headphonesSoundWave28Filled" case .headphonesSoundWave28Regular: return ".headphonesSoundWave28Regular" - default: break } - switch self { case .headphonesSoundWave32Filled: return ".headphonesSoundWave32Filled" case .headphonesSoundWave32Regular: return ".headphonesSoundWave32Regular" case .headphonesSoundWave48Filled: return ".headphonesSoundWave48Filled" @@ -38116,6 +38296,8 @@ import Foundation case .heartCircleHint32Regular: return ".heartCircleHint32Regular" case .heartCircleHint48Filled: return ".heartCircleHint48Filled" case .heartCircleHint48Regular: return ".heartCircleHint48Regular" + default: break } + switch self { case .heartOff16Filled: return ".heartOff16Filled" case .heartOff16Regular: return ".heartOff16Regular" case .heartOff20Filled: return ".heartOff20Filled" @@ -38154,8 +38336,6 @@ import Foundation case .hexagonThree16Regular: return ".hexagonThree16Regular" case .hexagonThree20Filled: return ".hexagonThree20Filled" case .hexagonThree20Regular: return ".hexagonThree20Regular" - default: break } - switch self { case .hexagonThree24Filled: return ".hexagonThree24Filled" case .hexagonThree24Regular: return ".hexagonThree24Regular" case .highlight16Filled: return ".highlight16Filled" @@ -38218,6 +38398,8 @@ import Foundation case .homeDatabase20Filled: return ".homeDatabase20Filled" case .homeDatabase20Regular: return ".homeDatabase20Regular" case .homeDatabase24Filled: return ".homeDatabase24Filled" + default: break } + switch self { case .homeDatabase24Regular: return ".homeDatabase24Regular" case .homeDatabase32Filled: return ".homeDatabase32Filled" case .homeDatabase32Regular: return ".homeDatabase32Regular" @@ -38256,8 +38438,6 @@ import Foundation case .hourglass24Filled: return ".hourglass24Filled" case .hourglass24Regular: return ".hourglass24Regular" case .hourglassHalf16Filled: return ".hourglassHalf16Filled" - default: break } - switch self { case .hourglassHalf16Regular: return ".hourglassHalf16Regular" case .hourglassHalf20Filled: return ".hourglassHalf20Filled" case .hourglassHalf20Regular: return ".hourglassHalf20Regular" @@ -38320,6 +38500,8 @@ import Foundation case .imageBorder24Filled: return ".imageBorder24Filled" case .imageBorder24Regular: return ".imageBorder24Regular" case .imageBorder28Filled: return ".imageBorder28Filled" + default: break } + switch self { case .imageBorder28Regular: return ".imageBorder28Regular" case .imageBorder32Filled: return ".imageBorder32Filled" case .imageBorder32Regular: return ".imageBorder32Regular" @@ -38358,8 +38540,6 @@ import Foundation case .imageMultiple20Filled: return ".imageMultiple20Filled" case .imageMultiple20Regular: return ".imageMultiple20Regular" case .imageMultiple24Filled: return ".imageMultiple24Filled" - default: break } - switch self { case .imageMultiple24Regular: return ".imageMultiple24Regular" case .imageMultiple28Filled: return ".imageMultiple28Filled" case .imageMultiple28Regular: return ".imageMultiple28Regular" @@ -38422,6 +38602,8 @@ import Foundation case .immersiveReader16Filled: return ".immersiveReader16Filled" case .immersiveReader16Regular: return ".immersiveReader16Regular" case .immersiveReader20Filled: return ".immersiveReader20Filled" + default: break } + switch self { case .immersiveReader20Regular: return ".immersiveReader20Regular" case .immersiveReader24Filled: return ".immersiveReader24Filled" case .immersiveReader24Regular: return ".immersiveReader24Regular" @@ -38460,8 +38642,6 @@ import Foundation case .inkStroke20Filled: return ".inkStroke20Filled" case .inkStroke20Regular: return ".inkStroke20Regular" case .inkStroke24Filled: return ".inkStroke24Filled" - default: break } - switch self { case .inkStroke24Regular: return ".inkStroke24Regular" case .inkStrokeArrowDown20Filled: return ".inkStrokeArrowDown20Filled" case .inkStrokeArrowDown20Regular: return ".inkStrokeArrowDown20Regular" @@ -38524,6 +38704,8 @@ import Foundation case .key24Filled: return ".key24Filled" case .key24Regular: return ".key24Regular" case .key32Filled: return ".key32Filled" + default: break } + switch self { case .key32Regular: return ".key32Regular" case .keyCommand16Filled: return ".keyCommand16Filled" case .keyCommand16Regular: return ".keyCommand16Regular" @@ -38562,8 +38744,6 @@ import Foundation case .keyboardLayoutOneHandedLeft20Filled: return ".keyboardLayoutOneHandedLeft20Filled" case .keyboardLayoutOneHandedLeft20Regular: return ".keyboardLayoutOneHandedLeft20Regular" case .keyboardLayoutOneHandedLeft24Filled: return ".keyboardLayoutOneHandedLeft24Filled" - default: break } - switch self { case .keyboardLayoutOneHandedLeft24Regular: return ".keyboardLayoutOneHandedLeft24Regular" case .keyboardLayoutResize20Filled: return ".keyboardLayoutResize20Filled" case .keyboardLayoutResize20Regular: return ".keyboardLayoutResize20Regular" @@ -38603,6 +38783,12 @@ import Foundation case .laptop28Regular: return ".laptop28Regular" case .laptop32Filled: return ".laptop32Filled" case .laptop32Regular: return ".laptop32Regular" + case .laptopBriefcase20Filled: return ".laptopBriefcase20Filled" + case .laptopBriefcase20Regular: return ".laptopBriefcase20Regular" + case .laptopBriefcase24Filled: return ".laptopBriefcase24Filled" + case .laptopBriefcase24Regular: return ".laptopBriefcase24Regular" + case .laptopBriefcase32Filled: return ".laptopBriefcase32Filled" + case .laptopBriefcase32Regular: return ".laptopBriefcase32Regular" case .laptopDismiss16Filled: return ".laptopDismiss16Filled" case .laptopDismiss16Regular: return ".laptopDismiss16Regular" case .laptopDismiss20Filled: return ".laptopDismiss20Filled" @@ -38620,6 +38806,8 @@ import Foundation case .laptopShield20Filled: return ".laptopShield20Filled" case .laptopShield20Regular: return ".laptopShield20Regular" case .laserTool20Filled: return ".laserTool20Filled" + default: break } + switch self { case .laserTool20Regular: return ".laserTool20Regular" case .lasso20Filled: return ".lasso20Filled" case .lasso20Regular: return ".lasso20Regular" @@ -38649,6 +38837,12 @@ import Foundation case .layerDiagonalPerson20Regular: return ".layerDiagonalPerson20Regular" case .layerDiagonalPerson24Filled: return ".layerDiagonalPerson24Filled" case .layerDiagonalPerson24Regular: return ".layerDiagonalPerson24Regular" + case .layerDiagonalSparkle16Filled: return ".layerDiagonalSparkle16Filled" + case .layerDiagonalSparkle16Regular: return ".layerDiagonalSparkle16Regular" + case .layerDiagonalSparkle20Filled: return ".layerDiagonalSparkle20Filled" + case .layerDiagonalSparkle20Regular: return ".layerDiagonalSparkle20Regular" + case .layerDiagonalSparkle24Filled: return ".layerDiagonalSparkle24Filled" + case .layerDiagonalSparkle24Regular: return ".layerDiagonalSparkle24Regular" case .layoutCellFour16Filled: return ".layoutCellFour16Filled" case .layoutCellFour16Regular: return ".layoutCellFour16Regular" case .layoutCellFour20Filled: return ".layoutCellFour20Filled" @@ -38664,8 +38858,6 @@ import Foundation case .layoutCellFourFocusTopLeft16Filled: return ".layoutCellFourFocusTopLeft16Filled" case .layoutCellFourFocusTopLeft20Filled: return ".layoutCellFourFocusTopLeft20Filled" case .layoutCellFourFocusTopLeft24Filled: return ".layoutCellFourFocusTopLeft24Filled" - default: break } - switch self { case .layoutCellFourFocusTopRight16Filled: return ".layoutCellFourFocusTopRight16Filled" case .layoutCellFourFocusTopRight20Filled: return ".layoutCellFourFocusTopRight20Filled" case .layoutCellFourFocusTopRight24Filled: return ".layoutCellFourFocusTopRight24Filled" @@ -38716,6 +38908,8 @@ import Foundation case .layoutColumnThreeFocusCenter24Filled: return ".layoutColumnThreeFocusCenter24Filled" case .layoutColumnThreeFocusLeft16Filled: return ".layoutColumnThreeFocusLeft16Filled" case .layoutColumnThreeFocusLeft20Filled: return ".layoutColumnThreeFocusLeft20Filled" + default: break } + switch self { case .layoutColumnThreeFocusLeft24Filled: return ".layoutColumnThreeFocusLeft24Filled" case .layoutColumnThreeFocusRight16Filled: return ".layoutColumnThreeFocusRight16Filled" case .layoutColumnThreeFocusRight20Filled: return ".layoutColumnThreeFocusRight20Filled" @@ -38766,8 +38960,6 @@ import Foundation case .layoutRowFour16Regular: return ".layoutRowFour16Regular" case .layoutRowFour20Filled: return ".layoutRowFour20Filled" case .layoutRowFour20Regular: return ".layoutRowFour20Regular" - default: break } - switch self { case .layoutRowFour24Filled: return ".layoutRowFour24Filled" case .layoutRowFour24Regular: return ".layoutRowFour24Regular" case .layoutRowFourFocusBottom16Filled: return ".layoutRowFourFocusBottom16Filled" @@ -38818,6 +39010,8 @@ import Foundation case .layoutRowTwoSplitBottomFocusBottomLeft16Filled: return ".layoutRowTwoSplitBottomFocusBottomLeft16Filled" case .layoutRowTwoSplitBottomFocusBottomLeft20Filled: return ".layoutRowTwoSplitBottomFocusBottomLeft20Filled" case .layoutRowTwoSplitBottomFocusBottomLeft24Filled: return ".layoutRowTwoSplitBottomFocusBottomLeft24Filled" + default: break } + switch self { case .layoutRowTwoSplitBottomFocusBottomRight16Filled: return ".layoutRowTwoSplitBottomFocusBottomRight16Filled" case .layoutRowTwoSplitBottomFocusBottomRight20Filled: return ".layoutRowTwoSplitBottomFocusBottomRight20Filled" case .layoutRowTwoSplitBottomFocusBottomRight24Filled: return ".layoutRowTwoSplitBottomFocusBottomRight24Filled" @@ -38868,8 +39062,6 @@ import Foundation case .learningApp24Filled: return ".learningApp24Filled" case .learningApp24Regular: return ".learningApp24Regular" case .library16Filled: return ".library16Filled" - default: break } - switch self { case .library16Regular: return ".library16Regular" case .library20Filled: return ".library20Filled" case .library20Regular: return ".library20Regular" @@ -38920,6 +39112,8 @@ import Foundation case .lightbulbPerson48Filled: return ".lightbulbPerson48Filled" case .lightbulbPerson48Regular: return ".lightbulbPerson48Regular" case .likert16Filled: return ".likert16Filled" + default: break } + switch self { case .likert16Regular: return ".likert16Regular" case .likert20Filled: return ".likert20Filled" case .likert20Regular: return ".likert20Regular" @@ -38970,8 +39164,6 @@ import Foundation case .lineHorizontal416Filled: return ".lineHorizontal416Filled" case .lineHorizontal416Regular: return ".lineHorizontal416Regular" case .lineHorizontal420Filled: return ".lineHorizontal420Filled" - default: break } - switch self { case .lineHorizontal420Regular: return ".lineHorizontal420Regular" case .lineHorizontal4Search16Filled: return ".lineHorizontal4Search16Filled" case .lineHorizontal4Search16Regular: return ".lineHorizontal4Search16Regular" @@ -39022,6 +39214,8 @@ import Foundation case .linkEdit24Filled: return ".linkEdit24Filled" case .linkEdit24Regular: return ".linkEdit24Regular" case .linkMultiple16Filled: return ".linkMultiple16Filled" + default: break } + switch self { case .linkMultiple16Regular: return ".linkMultiple16Regular" case .linkMultiple20Filled: return ".linkMultiple20Filled" case .linkMultiple20Regular: return ".linkMultiple20Regular" @@ -39072,8 +39266,6 @@ import Foundation case .live20Filled: return ".live20Filled" case .live20Regular: return ".live20Regular" case .live24Filled: return ".live24Filled" - default: break } - switch self { case .live24Regular: return ".live24Regular" case .liveOff20Filled: return ".liveOff20Filled" case .liveOff20Regular: return ".liveOff20Regular" @@ -39124,6 +39316,8 @@ import Foundation case .locationArrow32Filled: return ".locationArrow32Filled" case .locationArrow32Regular: return ".locationArrow32Regular" case .locationArrow48Filled: return ".locationArrow48Filled" + default: break } + switch self { case .locationArrow48Regular: return ".locationArrow48Regular" case .locationArrowLeft16Filled: return ".locationArrowLeft16Filled" case .locationArrowLeft16Regular: return ".locationArrowLeft16Regular" @@ -39174,8 +39368,6 @@ import Foundation case .lockClosed16Filled: return ".lockClosed16Filled" case .lockClosed16Regular: return ".lockClosed16Regular" case .lockClosed20Filled: return ".lockClosed20Filled" - default: break } - switch self { case .lockClosed20Regular: return ".lockClosed20Regular" case .lockClosed24Filled: return ".lockClosed24Filled" case .lockClosed24Regular: return ".lockClosed24Regular" @@ -39226,6 +39418,8 @@ import Foundation case .lottery24Filled: return ".lottery24Filled" case .lottery24Regular: return ".lottery24Regular" case .luggage16Filled: return ".luggage16Filled" + default: break } + switch self { case .luggage16Regular: return ".luggage16Regular" case .luggage20Filled: return ".luggage20Filled" case .luggage20Regular: return ".luggage20Regular" @@ -39276,8 +39470,6 @@ import Foundation case .mailAllUnread20Filled: return ".mailAllUnread20Filled" case .mailAllUnread20Regular: return ".mailAllUnread20Regular" case .mailArrowDoubleBack16Filled: return ".mailArrowDoubleBack16Filled" - default: break } - switch self { case .mailArrowDoubleBack16Regular: return ".mailArrowDoubleBack16Regular" case .mailArrowDoubleBack20Filled: return ".mailArrowDoubleBack20Filled" case .mailArrowDoubleBack20Regular: return ".mailArrowDoubleBack20Regular" @@ -39328,6 +39520,8 @@ import Foundation case .mailDismiss24Filled: return ".mailDismiss24Filled" case .mailDismiss24Regular: return ".mailDismiss24Regular" case .mailDismiss28Filled: return ".mailDismiss28Filled" + default: break } + switch self { case .mailDismiss28Regular: return ".mailDismiss28Regular" case .mailEdit20Filled: return ".mailEdit20Filled" case .mailEdit20Regular: return ".mailEdit20Regular" @@ -39378,8 +39572,6 @@ import Foundation case .mailInboxCheckmark24Filled: return ".mailInboxCheckmark24Filled" case .mailInboxCheckmark24Regular: return ".mailInboxCheckmark24Regular" case .mailInboxCheckmark28Filled: return ".mailInboxCheckmark28Filled" - default: break } - switch self { case .mailInboxCheckmark28Regular: return ".mailInboxCheckmark28Regular" case .mailInboxDismiss16Filled: return ".mailInboxDismiss16Filled" case .mailInboxDismiss16Regular: return ".mailInboxDismiss16Regular" @@ -39430,6 +39622,8 @@ import Foundation case .mailProhibited16Filled: return ".mailProhibited16Filled" case .mailProhibited16Regular: return ".mailProhibited16Regular" case .mailProhibited20Filled: return ".mailProhibited20Filled" + default: break } + switch self { case .mailProhibited20Regular: return ".mailProhibited20Regular" case .mailProhibited24Filled: return ".mailProhibited24Filled" case .mailProhibited24Regular: return ".mailProhibited24Regular" @@ -39480,8 +39674,6 @@ import Foundation case .mailUnread12Filled: return ".mailUnread12Filled" case .mailUnread12Regular: return ".mailUnread12Regular" case .mailUnread16Filled: return ".mailUnread16Filled" - default: break } - switch self { case .mailUnread16Regular: return ".mailUnread16Regular" case .mailUnread20Filled: return ".mailUnread20Filled" case .mailUnread20Regular: return ".mailUnread20Regular" @@ -39532,6 +39724,8 @@ import Foundation case .mathFormatProfessional24Filled: return ".mathFormatProfessional24Filled" case .mathFormatProfessional24Regular: return ".mathFormatProfessional24Regular" case .mathFormula16Filled: return ".mathFormula16Filled" + default: break } + switch self { case .mathFormula16Regular: return ".mathFormula16Regular" case .mathFormula20Filled: return ".mathFormula20Filled" case .mathFormula20Regular: return ".mathFormula20Regular" @@ -39582,8 +39776,6 @@ import Foundation case .megaphone28Filled: return ".megaphone28Filled" case .megaphone28Regular: return ".megaphone28Regular" case .megaphoneCircle20Filled: return ".megaphoneCircle20Filled" - default: break } - switch self { case .megaphoneCircle20Regular: return ".megaphoneCircle20Regular" case .megaphoneCircle24Filled: return ".megaphoneCircle24Filled" case .megaphoneCircle24Regular: return ".megaphoneCircle24Regular" @@ -39634,6 +39826,8 @@ import Foundation case .mic20Filled: return ".mic20Filled" case .mic20Regular: return ".mic20Regular" case .mic24Filled: return ".mic24Filled" + default: break } + switch self { case .mic24Regular: return ".mic24Regular" case .mic28Filled: return ".mic28Filled" case .mic28Regular: return ".mic28Regular" @@ -39684,8 +39878,6 @@ import Foundation case .micPulseOff24Filled: return ".micPulseOff24Filled" case .micPulseOff24Regular: return ".micPulseOff24Regular" case .micPulseOff28Filled: return ".micPulseOff28Filled" - default: break } - switch self { case .micPulseOff28Regular: return ".micPulseOff28Regular" case .micPulseOff32Filled: return ".micPulseOff32Filled" case .micPulseOff32Regular: return ".micPulseOff32Regular" @@ -39736,6 +39928,8 @@ import Foundation case .molecule28Filled: return ".molecule28Filled" case .molecule28Regular: return ".molecule28Regular" case .molecule32Filled: return ".molecule32Filled" + default: break } + switch self { case .molecule32Regular: return ".molecule32Regular" case .molecule48Filled: return ".molecule48Filled" case .molecule48Regular: return ".molecule48Regular" @@ -39786,8 +39980,6 @@ import Foundation case .moreHorizontal20Filled: return ".moreHorizontal20Filled" case .moreHorizontal20Regular: return ".moreHorizontal20Regular" case .moreHorizontal24Filled: return ".moreHorizontal24Filled" - default: break } - switch self { case .moreHorizontal24Regular: return ".moreHorizontal24Regular" case .moreHorizontal28Filled: return ".moreHorizontal28Filled" case .moreHorizontal28Regular: return ".moreHorizontal28Regular" @@ -39838,6 +40030,8 @@ import Foundation case .multiplier12X28Filled: return ".multiplier12X28Filled" case .multiplier12X28Regular: return ".multiplier12X28Regular" case .multiplier12X32Filled: return ".multiplier12X32Filled" + default: break } + switch self { case .multiplier12X32Regular: return ".multiplier12X32Regular" case .multiplier12X48Filled: return ".multiplier12X48Filled" case .multiplier12X48Regular: return ".multiplier12X48Regular" @@ -39888,8 +40082,6 @@ import Foundation case .multiplier5X28Filled: return ".multiplier5X28Filled" case .multiplier5X28Regular: return ".multiplier5X28Regular" case .multiplier5X32Filled: return ".multiplier5X32Filled" - default: break } - switch self { case .multiplier5X32Regular: return ".multiplier5X32Regular" case .multiplier5X48Filled: return ".multiplier5X48Filled" case .multiplier5X48Regular: return ".multiplier5X48Regular" @@ -39940,6 +40132,8 @@ import Foundation case .navigationPlay20Filled: return ".navigationPlay20Filled" case .navigationPlay20Regular: return ".navigationPlay20Regular" case .navigationUnread20Filled: return ".navigationUnread20Filled" + default: break } + switch self { case .navigationUnread20Regular: return ".navigationUnread20Regular" case .navigationUnread24Filled: return ".navigationUnread24Filled" case .navigationUnread24Regular: return ".navigationUnread24Regular" @@ -39990,8 +40184,6 @@ import Foundation case .note48Filled: return ".note48Filled" case .note48Regular: return ".note48Regular" case .noteAdd16Filled: return ".noteAdd16Filled" - default: break } - switch self { case .noteAdd16Regular: return ".noteAdd16Regular" case .noteAdd20Filled: return ".noteAdd20Filled" case .noteAdd20Regular: return ".noteAdd20Regular" @@ -40042,6 +40234,8 @@ import Foundation case .notebookSection24Filled: return ".notebookSection24Filled" case .notebookSection24Regular: return ".notebookSection24Regular" case .notebookSectionArrowRight20Filled: return ".notebookSectionArrowRight20Filled" + default: break } + switch self { case .notebookSectionArrowRight20Regular: return ".notebookSectionArrowRight20Regular" case .notebookSectionArrowRight24Filled: return ".notebookSectionArrowRight24Filled" case .notebookSectionArrowRight24Regular: return ".notebookSectionArrowRight24Regular" @@ -40092,8 +40286,6 @@ import Foundation case .numberCircle120Filled: return ".numberCircle120Filled" case .numberCircle120Regular: return ".numberCircle120Regular" case .numberCircle124Filled: return ".numberCircle124Filled" - default: break } - switch self { case .numberCircle124Regular: return ".numberCircle124Regular" case .numberCircle128Filled: return ".numberCircle128Filled" case .numberCircle128Regular: return ".numberCircle128Regular" @@ -40144,6 +40336,8 @@ import Foundation case .numberCircle524Filled: return ".numberCircle524Filled" case .numberCircle524Regular: return ".numberCircle524Regular" case .numberCircle528Filled: return ".numberCircle528Filled" + default: break } + switch self { case .numberCircle528Regular: return ".numberCircle528Regular" case .numberCircle532Filled: return ".numberCircle532Filled" case .numberCircle532Regular: return ".numberCircle532Regular" @@ -40194,8 +40388,6 @@ import Foundation case .numberCircle928Filled: return ".numberCircle928Filled" case .numberCircle928Regular: return ".numberCircle928Regular" case .numberCircle932Filled: return ".numberCircle932Filled" - default: break } - switch self { case .numberCircle932Regular: return ".numberCircle932Regular" case .numberCircle948Filled: return ".numberCircle948Filled" case .numberCircle948Regular: return ".numberCircle948Regular" @@ -40246,6 +40438,8 @@ import Foundation case .openFolder24Filled: return ".openFolder24Filled" case .openFolder24Regular: return ".openFolder24Regular" case .openFolder28Filled: return ".openFolder28Filled" + default: break } + switch self { case .openFolder28Regular: return ".openFolder28Regular" case .openFolder48Filled: return ".openFolder48Filled" case .openFolder48Regular: return ".openFolder48Regular" @@ -40296,8 +40490,6 @@ import Foundation case .oval20Filled: return ".oval20Filled" case .oval20Regular: return ".oval20Regular" case .oval24Filled: return ".oval24Filled" - default: break } - switch self { case .oval24Regular: return ".oval24Regular" case .oval28Filled: return ".oval28Filled" case .oval28Regular: return ".oval28Regular" @@ -40348,6 +40540,8 @@ import Foundation case .paintBrushArrowDown24Filled: return ".paintBrushArrowDown24Filled" case .paintBrushArrowDown24Regular: return ".paintBrushArrowDown24Regular" case .paintBrushArrowUp20Filled: return ".paintBrushArrowUp20Filled" + default: break } + switch self { case .paintBrushArrowUp20Regular: return ".paintBrushArrowUp20Regular" case .paintBrushArrowUp24Filled: return ".paintBrushArrowUp24Filled" case .paintBrushArrowUp24Regular: return ".paintBrushArrowUp24Regular" @@ -40398,8 +40592,6 @@ import Foundation case .panelLeftContract24Filled: return ".panelLeftContract24Filled" case .panelLeftContract24Regular: return ".panelLeftContract24Regular" case .panelLeftContract28Filled: return ".panelLeftContract28Filled" - default: break } - switch self { case .panelLeftContract28Regular: return ".panelLeftContract28Regular" case .panelLeftExpand16Filled: return ".panelLeftExpand16Filled" case .panelLeftExpand16Regular: return ".panelLeftExpand16Regular" @@ -40450,6 +40642,8 @@ import Foundation case .panelLeftKey24Filled: return ".panelLeftKey24Filled" case .panelLeftKey24Regular: return ".panelLeftKey24Regular" case .panelLeftText16Filled: return ".panelLeftText16Filled" + default: break } + switch self { case .panelLeftText16Regular: return ".panelLeftText16Regular" case .panelLeftText20Filled: return ".panelLeftText20Filled" case .panelLeftText20Regular: return ".panelLeftText20Regular" @@ -40500,8 +40694,6 @@ import Foundation case .panelRightAdd20Filled: return ".panelRightAdd20Filled" case .panelRightAdd20Regular: return ".panelRightAdd20Regular" case .panelRightContract16Filled: return ".panelRightContract16Filled" - default: break } - switch self { case .panelRightContract16Regular: return ".panelRightContract16Regular" case .panelRightContract20Filled: return ".panelRightContract20Filled" case .panelRightContract20Regular: return ".panelRightContract20Regular" @@ -40552,6 +40744,8 @@ import Foundation case .patient32Filled: return ".patient32Filled" case .patient32Regular: return ".patient32Regular" case .pause12Filled: return ".pause12Filled" + default: break } + switch self { case .pause12Regular: return ".pause12Regular" case .pause16Filled: return ".pause16Filled" case .pause16Regular: return ".pause16Regular" @@ -40593,6 +40787,18 @@ import Foundation case .payment32Regular: return ".payment32Regular" case .payment48Filled: return ".payment48Filled" case .payment48Regular: return ".payment48Regular" + case .paymentWireless16Filled: return ".paymentWireless16Filled" + case .paymentWireless16Regular: return ".paymentWireless16Regular" + case .paymentWireless20Filled: return ".paymentWireless20Filled" + case .paymentWireless20Regular: return ".paymentWireless20Regular" + case .paymentWireless24Filled: return ".paymentWireless24Filled" + case .paymentWireless24Regular: return ".paymentWireless24Regular" + case .paymentWireless28Filled: return ".paymentWireless28Filled" + case .paymentWireless28Regular: return ".paymentWireless28Regular" + case .paymentWireless32Filled: return ".paymentWireless32Filled" + case .paymentWireless32Regular: return ".paymentWireless32Regular" + case .paymentWireless48Filled: return ".paymentWireless48Filled" + case .paymentWireless48Regular: return ".paymentWireless48Regular" case .pen16Filled: return ".pen16Filled" case .pen16Regular: return ".pen16Regular" case .pen20Filled: return ".pen20Filled" @@ -40602,8 +40808,6 @@ import Foundation case .pen28Filled: return ".pen28Filled" case .pen28Regular: return ".pen28Regular" case .pen32Filled: return ".pen32Filled" - default: break } - switch self { case .pen32Regular: return ".pen32Regular" case .pen48Filled: return ".pen48Filled" case .pen48Regular: return ".pen48Regular" @@ -40642,6 +40846,8 @@ import Foundation case .penProhibited32Filled: return ".penProhibited32Filled" case .penProhibited32Regular: return ".penProhibited32Regular" case .penProhibited48Filled: return ".penProhibited48Filled" + default: break } + switch self { case .penProhibited48Regular: return ".penProhibited48Regular" case .penSparkle16Filled: return ".penSparkle16Filled" case .penSparkle16Regular: return ".penSparkle16Regular" @@ -40704,8 +40910,6 @@ import Foundation case .peopleCheckmark16Filled: return ".peopleCheckmark16Filled" case .peopleCheckmark16Regular: return ".peopleCheckmark16Regular" case .peopleCheckmark20Filled: return ".peopleCheckmark20Filled" - default: break } - switch self { case .peopleCheckmark20Regular: return ".peopleCheckmark20Regular" case .peopleCheckmark24Filled: return ".peopleCheckmark24Filled" case .peopleCheckmark24Regular: return ".peopleCheckmark24Regular" @@ -40744,6 +40948,8 @@ import Foundation case .peopleList20Filled: return ".peopleList20Filled" case .peopleList20Regular: return ".peopleList20Regular" case .peopleList24Filled: return ".peopleList24Filled" + default: break } + switch self { case .peopleList24Regular: return ".peopleList24Regular" case .peopleList28Filled: return ".peopleList28Filled" case .peopleList28Regular: return ".peopleList28Regular" @@ -40806,8 +41012,6 @@ import Foundation case .peopleTeam16Filled: return ".peopleTeam16Filled" case .peopleTeam16Regular: return ".peopleTeam16Regular" case .peopleTeam20Filled: return ".peopleTeam20Filled" - default: break } - switch self { case .peopleTeam20Regular: return ".peopleTeam20Regular" case .peopleTeam24Filled: return ".peopleTeam24Filled" case .peopleTeam24Regular: return ".peopleTeam24Regular" @@ -40846,6 +41050,8 @@ import Foundation case .person20Filled: return ".person20Filled" case .person20Regular: return ".person20Regular" case .person24Filled: return ".person24Filled" + default: break } + switch self { case .person24Regular: return ".person24Regular" case .person28Filled: return ".person28Filled" case .person28Regular: return ".person28Regular" @@ -40908,8 +41114,6 @@ import Foundation case .personAvailable16Filled: return ".personAvailable16Filled" case .personAvailable16Regular: return ".personAvailable16Regular" case .personAvailable20Filled: return ".personAvailable20Filled" - default: break } - switch self { case .personAvailable20Regular: return ".personAvailable20Regular" case .personAvailable24Filled: return ".personAvailable24Filled" case .personAvailable24Regular: return ".personAvailable24Regular" @@ -40948,6 +41152,8 @@ import Foundation case .personClock16Filled: return ".personClock16Filled" case .personClock16Regular: return ".personClock16Regular" case .personClock20Filled: return ".personClock20Filled" + default: break } + switch self { case .personClock20Regular: return ".personClock20Regular" case .personClock24Filled: return ".personClock24Filled" case .personClock24Regular: return ".personClock24Regular" @@ -41010,8 +41216,6 @@ 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" @@ -41050,6 +41254,8 @@ import Foundation case .personProhibited24Filled: return ".personProhibited24Filled" case .personProhibited24Regular: return ".personProhibited24Regular" case .personProhibited28Filled: return ".personProhibited28Filled" + default: break } + switch self { case .personProhibited28Regular: return ".personProhibited28Regular" case .personQuestionMark16Filled: return ".personQuestionMark16Filled" case .personQuestionMark16Regular: return ".personQuestionMark16Regular" @@ -41112,8 +41318,6 @@ import Foundation case .personSubtract16Filled: return ".personSubtract16Filled" case .personSubtract16Regular: return ".personSubtract16Regular" case .personSubtract20Filled: return ".personSubtract20Filled" - default: break } - switch self { case .personSubtract20Regular: return ".personSubtract20Regular" case .personSubtract24Filled: return ".personSubtract24Filled" case .personSubtract24Regular: return ".personSubtract24Regular" @@ -41152,6 +41356,8 @@ import Foundation case .personTag32Filled: return ".personTag32Filled" case .personTag32Regular: return ".personTag32Regular" case .personTag48Filled: return ".personTag48Filled" + default: break } + switch self { case .personTag48Regular: return ".personTag48Regular" case .personVoice16Filled: return ".personVoice16Filled" case .personVoice16Regular: return ".personVoice16Regular" @@ -41214,8 +41420,6 @@ import Foundation case .phoneCheckmark16Filled: return ".phoneCheckmark16Filled" case .phoneCheckmark16Regular: return ".phoneCheckmark16Regular" case .phoneCheckmark20Filled: return ".phoneCheckmark20Filled" - default: break } - switch self { case .phoneCheckmark20Regular: return ".phoneCheckmark20Regular" case .phoneDesktop16Filled: return ".phoneDesktop16Filled" case .phoneDesktop16Regular: return ".phoneDesktop16Regular" @@ -41254,6 +41458,8 @@ import Foundation case .phoneKey20Filled: return ".phoneKey20Filled" case .phoneKey20Regular: return ".phoneKey20Regular" case .phoneKey24Filled: return ".phoneKey24Filled" + default: break } + switch self { case .phoneKey24Regular: return ".phoneKey24Regular" case .phoneLaptop16Filled: return ".phoneLaptop16Filled" case .phoneLaptop16Regular: return ".phoneLaptop16Regular" @@ -41316,8 +41522,6 @@ import Foundation case .phoneStatusBar20Filled: return ".phoneStatusBar20Filled" case .phoneStatusBar20Regular: return ".phoneStatusBar20Regular" case .phoneStatusBar24Filled: return ".phoneStatusBar24Filled" - default: break } - switch self { case .phoneStatusBar24Regular: return ".phoneStatusBar24Regular" case .phoneSubtract24Filled: return ".phoneSubtract24Filled" case .phoneSubtract24Regular: return ".phoneSubtract24Regular" @@ -41356,6 +41560,8 @@ import Foundation case .pictureInPicture24Filled: return ".pictureInPicture24Filled" case .pictureInPicture24Regular: return ".pictureInPicture24Regular" case .pictureInPictureEnter16Filled: return ".pictureInPictureEnter16Filled" + default: break } + switch self { case .pictureInPictureEnter16Regular: return ".pictureInPictureEnter16Regular" case .pictureInPictureEnter20Filled: return ".pictureInPictureEnter20Filled" case .pictureInPictureEnter20Regular: return ".pictureInPictureEnter20Regular" @@ -41418,8 +41624,6 @@ import Foundation case .pivot20Filled: return ".pivot20Filled" case .pivot20Regular: return ".pivot20Regular" case .pivot24Filled: return ".pivot24Filled" - default: break } - switch self { case .pivot24Regular: return ".pivot24Regular" case .plantGrass20Filled: return ".plantGrass20Filled" case .plantGrass20Regular: return ".plantGrass20Regular" @@ -41458,6 +41662,8 @@ import Foundation case .playCircle48Filled: return ".playCircle48Filled" case .playCircle48Regular: return ".playCircle48Regular" case .playCircleHint16Filled: return ".playCircleHint16Filled" + default: break } + switch self { case .playCircleHint16Regular: return ".playCircleHint16Regular" case .playCircleHint20Filled: return ".playCircleHint20Filled" case .playCircleHint20Regular: return ".playCircleHint20Regular" @@ -41520,8 +41726,6 @@ import Foundation case .pollOff32Filled: return ".pollOff32Filled" case .pollOff32Regular: return ".pollOff32Regular" case .portHdmi20Filled: return ".portHdmi20Filled" - default: break } - switch self { case .portHdmi20Regular: return ".portHdmi20Regular" case .portHdmi24Filled: return ".portHdmi24Filled" case .portHdmi24Regular: return ".portHdmi24Regular" @@ -41560,6 +41764,8 @@ import Foundation case .power28Filled: return ".power28Filled" case .power28Regular: return ".power28Regular" case .predictions20Filled: return ".predictions20Filled" + default: break } + switch self { case .predictions20Regular: return ".predictions20Regular" case .predictions24Filled: return ".predictions24Filled" case .predictions24Regular: return ".predictions24Regular" @@ -41622,8 +41828,6 @@ import Foundation case .presenceDnd24Filled: return ".presenceDnd24Filled" case .presenceDnd24Regular: return ".presenceDnd24Regular" case .presenceOffline10Regular: return ".presenceOffline10Regular" - default: break } - switch self { case .presenceOffline12Regular: return ".presenceOffline12Regular" case .presenceOffline16Regular: return ".presenceOffline16Regular" case .presenceOffline20Regular: return ".presenceOffline20Regular" @@ -41662,6 +41866,8 @@ import Foundation case .previous28Regular: return ".previous28Regular" case .previous32Filled: return ".previous32Filled" case .previous32Regular: return ".previous32Regular" + default: break } + switch self { case .previous48Filled: return ".previous48Filled" case .previous48Regular: return ".previous48Regular" case .previousFrame20Filled: return ".previousFrame20Filled" @@ -41724,8 +41930,6 @@ import Foundation case .projectionScreen24Regular: return ".projectionScreen24Regular" case .projectionScreen28Filled: return ".projectionScreen28Filled" case .projectionScreen28Regular: return ".projectionScreen28Regular" - default: break } - switch self { case .projectionScreenDismiss16Filled: return ".projectionScreenDismiss16Filled" case .projectionScreenDismiss16Regular: return ".projectionScreenDismiss16Regular" case .projectionScreenDismiss20Filled: return ".projectionScreenDismiss20Filled" @@ -41764,6 +41968,8 @@ import Foundation case .puzzleCube24Regular: return ".puzzleCube24Regular" case .puzzleCube28Filled: return ".puzzleCube28Filled" case .puzzleCube28Regular: return ".puzzleCube28Regular" + default: break } + switch self { case .puzzleCube48Filled: return ".puzzleCube48Filled" case .puzzleCube48Regular: return ".puzzleCube48Regular" case .puzzleCubePiece20Filled: return ".puzzleCubePiece20Filled" @@ -41826,8 +42032,6 @@ import Foundation case .radioButton16Regular: return ".radioButton16Regular" case .radioButton20Filled: return ".radioButton20Filled" case .radioButton20Regular: return ".radioButton20Regular" - default: break } - switch self { case .radioButton24Filled: return ".radioButton24Filled" case .radioButton24Regular: return ".radioButton24Regular" case .radioButtonOff16Filled: return ".radioButtonOff16Filled" @@ -41866,6 +42070,8 @@ import Foundation case .reOrderDotsVertical24Regular: return ".reOrderDotsVertical24Regular" case .readAloud16Filled: return ".readAloud16Filled" case .readAloud16Regular: return ".readAloud16Regular" + default: break } + switch self { case .readAloud20Filled: return ".readAloud20Filled" case .readAloud20Regular: return ".readAloud20Regular" case .readAloud24Filled: return ".readAloud24Filled" @@ -41928,8 +42134,6 @@ import Foundation case .receiptPlay20Regular: return ".receiptPlay20Regular" case .receiptPlay24Filled: return ".receiptPlay24Filled" case .receiptPlay24Regular: return ".receiptPlay24Regular" - default: break } - switch self { case .receiptSearch20Filled: return ".receiptSearch20Filled" case .receiptSearch20Regular: return ".receiptSearch20Regular" case .receiptSparkles16Filled: return ".receiptSparkles16Filled" @@ -41968,6 +42172,8 @@ import Foundation case .recordStop48Regular: return ".recordStop48Regular" case .rectangleLandscape12Filled: return ".rectangleLandscape12Filled" case .rectangleLandscape12Regular: return ".rectangleLandscape12Regular" + default: break } + switch self { case .rectangleLandscape16Filled: return ".rectangleLandscape16Filled" case .rectangleLandscape16Regular: return ".rectangleLandscape16Regular" case .rectangleLandscape20Filled: return ".rectangleLandscape20Filled" @@ -42030,8 +42236,6 @@ import Foundation case .remixAdd32Regular: return ".remixAdd32Regular" case .remote16Filled: return ".remote16Filled" case .remote16Regular: return ".remote16Regular" - default: break } - switch self { case .remote20Filled: return ".remote20Filled" case .remote20Regular: return ".remote20Regular" case .rename16Filled: return ".rename16Filled" @@ -42070,6 +42274,8 @@ import Foundation case .resizeLarge24Regular: return ".resizeLarge24Regular" case .resizeSmall16Filled: return ".resizeSmall16Filled" case .resizeSmall16Regular: return ".resizeSmall16Regular" + default: break } + switch self { case .resizeSmall20Filled: return ".resizeSmall20Filled" case .resizeSmall20Regular: return ".resizeSmall20Regular" case .resizeSmall24Filled: return ".resizeSmall24Filled" @@ -42132,8 +42338,6 @@ import Foundation case .ribbonOff20Regular: return ".ribbonOff20Regular" case .ribbonOff24Filled: return ".ribbonOff24Filled" case .ribbonOff24Regular: return ".ribbonOff24Regular" - default: break } - switch self { case .ribbonOff32Filled: return ".ribbonOff32Filled" case .ribbonOff32Regular: return ".ribbonOff32Regular" case .ribbonStar20Filled: return ".ribbonStar20Filled" @@ -42172,6 +42376,8 @@ import Foundation case .router24Regular: return ".router24Regular" case .rowTriple20Filled: return ".rowTriple20Filled" case .rowTriple20Regular: return ".rowTriple20Regular" + default: break } + switch self { case .rowTriple24Filled: return ".rowTriple24Filled" case .rowTriple24Regular: return ".rowTriple24Regular" case .rss16Filled: return ".rss16Filled" @@ -42234,8 +42440,6 @@ import Foundation case .saveSearch20Regular: return ".saveSearch20Regular" case .saveSync20Filled: return ".saveSync20Filled" case .saveSync20Regular: return ".saveSync20Regular" - default: break } - switch self { case .savings16Filled: return ".savings16Filled" case .savings16Regular: return ".savings16Regular" case .savings20Filled: return ".savings20Filled" @@ -42274,6 +42478,8 @@ import Foundation case .scanCamera28Regular: return ".scanCamera28Regular" case .scanCamera48Filled: return ".scanCamera48Filled" case .scanCamera48Regular: return ".scanCamera48Regular" + default: break } + switch self { case .scanDash12Filled: return ".scanDash12Filled" case .scanDash12Regular: return ".scanDash12Regular" case .scanDash16Filled: return ".scanDash16Filled" @@ -42336,8 +42542,6 @@ import Foundation case .scanThumbUpOff28Regular: return ".scanThumbUpOff28Regular" case .scanThumbUpOff48Filled: return ".scanThumbUpOff48Filled" case .scanThumbUpOff48Regular: return ".scanThumbUpOff48Regular" - default: break } - switch self { case .scanType20Filled: return ".scanType20Filled" case .scanType20Regular: return ".scanType20Regular" case .scanType24Filled: return ".scanType24Filled" @@ -42376,6 +42580,8 @@ import Foundation case .screenshotRecord20Regular: return ".screenshotRecord20Regular" case .screenshotRecord24Filled: return ".screenshotRecord24Filled" case .screenshotRecord24Regular: return ".screenshotRecord24Regular" + default: break } + switch self { case .screenshotRecord28Filled: return ".screenshotRecord28Filled" case .screenshotRecord28Regular: return ".screenshotRecord28Regular" case .script16Filled: return ".script16Filled" @@ -42438,8 +42644,6 @@ import Foundation case .selectAllOff24Regular: return ".selectAllOff24Regular" case .selectAllOn16Filled: return ".selectAllOn16Filled" case .selectAllOn16Regular: return ".selectAllOn16Regular" - default: break } - switch self { case .selectAllOn20Filled: return ".selectAllOn20Filled" case .selectAllOn20Regular: return ".selectAllOn20Regular" case .selectAllOn24Filled: return ".selectAllOn24Filled" @@ -42478,6 +42682,8 @@ import Foundation case .sendBeaker20Regular: return ".sendBeaker20Regular" case .sendBeaker24Filled: return ".sendBeaker24Filled" case .sendBeaker24Regular: return ".sendBeaker24Regular" + default: break } + switch self { case .sendBeaker28Filled: return ".sendBeaker28Filled" case .sendBeaker28Regular: return ".sendBeaker28Regular" case .sendBeaker32Filled: return ".sendBeaker32Filled" @@ -42540,8 +42746,6 @@ import Foundation case .settings48Regular: return ".settings48Regular" case .settingsChat20Filled: return ".settingsChat20Filled" case .settingsChat20Regular: return ".settingsChat20Regular" - default: break } - switch self { case .settingsChat24Filled: return ".settingsChat24Filled" case .settingsChat24Regular: return ".settingsChat24Regular" case .settingsCogMultiple20Filled: return ".settingsCogMultiple20Filled" @@ -42580,6 +42784,8 @@ import Foundation case .shapeSubtract24Regular: return ".shapeSubtract24Regular" case .shapeUnion16Filled: return ".shapeUnion16Filled" case .shapeUnion16Regular: return ".shapeUnion16Regular" + default: break } + switch self { case .shapeUnion20Filled: return ".shapeUnion20Filled" case .shapeUnion20Regular: return ".shapeUnion20Regular" case .shapeUnion24Filled: return ".shapeUnion24Filled" @@ -42642,8 +42848,6 @@ import Foundation case .shareScreenPersonOverlay24Regular: return ".shareScreenPersonOverlay24Regular" case .shareScreenPersonOverlay28Filled: return ".shareScreenPersonOverlay28Filled" case .shareScreenPersonOverlay28Regular: return ".shareScreenPersonOverlay28Regular" - default: break } - switch self { case .shareScreenPersonOverlayInside16Filled: return ".shareScreenPersonOverlayInside16Filled" case .shareScreenPersonOverlayInside16Regular: return ".shareScreenPersonOverlayInside16Regular" case .shareScreenPersonOverlayInside20Filled: return ".shareScreenPersonOverlayInside20Filled" @@ -42682,6 +42886,8 @@ import Foundation case .shield12Regular: return ".shield12Regular" case .shield16Filled: return ".shield16Filled" case .shield16Regular: return ".shield16Regular" + default: break } + switch self { case .shield20Filled: return ".shield20Filled" case .shield20Regular: return ".shield20Regular" case .shield24Filled: return ".shield24Filled" @@ -42744,8 +42950,6 @@ import Foundation case .shieldLock20Regular: return ".shieldLock20Regular" case .shieldLock24Filled: return ".shieldLock24Filled" case .shieldLock24Regular: return ".shieldLock24Regular" - default: break } - switch self { case .shieldLock28Filled: return ".shieldLock28Filled" case .shieldLock28Regular: return ".shieldLock28Regular" case .shieldLock48Filled: return ".shieldLock48Filled" @@ -42784,6 +42988,8 @@ import Foundation case .shifts24Regular: return ".shifts24Regular" case .shifts28Filled: return ".shifts28Filled" case .shifts28Regular: return ".shifts28Regular" + default: break } + switch self { case .shifts30Minutes20Filled: return ".shifts30Minutes20Filled" case .shifts30Minutes20Regular: return ".shifts30Minutes20Regular" case .shifts30Minutes24Filled: return ".shifts30Minutes24Filled" @@ -42846,8 +43052,6 @@ import Foundation case .shoppingBagDismiss20Regular: return ".shoppingBagDismiss20Regular" case .shoppingBagDismiss24Filled: return ".shoppingBagDismiss24Filled" case .shoppingBagDismiss24Regular: return ".shoppingBagDismiss24Regular" - default: break } - switch self { case .shoppingBagPause20Filled: return ".shoppingBagPause20Filled" case .shoppingBagPause20Regular: return ".shoppingBagPause20Regular" case .shoppingBagPause24Filled: return ".shoppingBagPause24Filled" @@ -42886,6 +43090,8 @@ import Foundation case .signature20Regular: return ".signature20Regular" case .signature24Filled: return ".signature24Filled" case .signature24Regular: return ".signature24Regular" + default: break } + switch self { case .signature28Filled: return ".signature28Filled" case .signature28Regular: return ".signature28Regular" case .signature32Filled: return ".signature32Filled" @@ -42948,8 +43154,6 @@ import Foundation case .slideAdd20Regular: return ".slideAdd20Regular" case .slideAdd24Filled: return ".slideAdd24Filled" case .slideAdd24Regular: return ".slideAdd24Regular" - default: break } - switch self { case .slideAdd28Filled: return ".slideAdd28Filled" case .slideAdd28Regular: return ".slideAdd28Regular" case .slideAdd32Filled: return ".slideAdd32Filled" @@ -42988,6 +43192,8 @@ import Foundation case .slideMicrophone20Regular: return ".slideMicrophone20Regular" case .slideMicrophone24Filled: return ".slideMicrophone24Filled" case .slideMicrophone24Regular: return ".slideMicrophone24Regular" + default: break } + switch self { case .slideMicrophone32Filled: return ".slideMicrophone32Filled" case .slideMicrophone32Regular: return ".slideMicrophone32Regular" case .slideMultiple20Filled: return ".slideMultiple20Filled" @@ -43050,8 +43256,6 @@ import Foundation case .slideTextEdit28Regular: return ".slideTextEdit28Regular" case .slideTextMultiple16Filled: return ".slideTextMultiple16Filled" case .slideTextMultiple16Regular: return ".slideTextMultiple16Regular" - default: break } - switch self { case .slideTextMultiple20Filled: return ".slideTextMultiple20Filled" case .slideTextMultiple20Regular: return ".slideTextMultiple20Regular" case .slideTextMultiple24Filled: return ".slideTextMultiple24Filled" @@ -43090,6 +43294,8 @@ import Foundation case .smartwatch20Regular: return ".smartwatch20Regular" case .smartwatch24Filled: return ".smartwatch24Filled" case .smartwatch24Regular: return ".smartwatch24Regular" + default: break } + switch self { case .smartwatchDot20Filled: return ".smartwatchDot20Filled" case .smartwatchDot20Regular: return ".smartwatchDot20Regular" case .smartwatchDot24Filled: return ".smartwatchDot24Filled" @@ -43152,8 +43358,6 @@ import Foundation case .sparkleCircle48Regular: return ".sparkleCircle48Regular" case .speaker016Filled: return ".speaker016Filled" case .speaker016Regular: return ".speaker016Regular" - default: break } - switch self { case .speaker020Filled: return ".speaker020Filled" case .speaker020Regular: return ".speaker020Regular" case .speaker024Filled: return ".speaker024Filled" @@ -43192,6 +43396,8 @@ import Foundation case .speakerBluetooth20Regular: return ".speakerBluetooth20Regular" case .speakerBluetooth24Filled: return ".speakerBluetooth24Filled" case .speakerBluetooth24Regular: return ".speakerBluetooth24Regular" + default: break } + switch self { case .speakerBluetooth28Filled: return ".speakerBluetooth28Filled" case .speakerBluetooth28Regular: return ".speakerBluetooth28Regular" case .speakerBox16Filled: return ".speakerBox16Filled" @@ -43254,8 +43460,6 @@ import Foundation case .splitHorizontal20Regular: return ".splitHorizontal20Regular" case .splitHorizontal24Filled: return ".splitHorizontal24Filled" case .splitHorizontal24Regular: return ".splitHorizontal24Regular" - default: break } - switch self { case .splitHorizontal28Filled: return ".splitHorizontal28Filled" case .splitHorizontal28Regular: return ".splitHorizontal28Regular" case .splitHorizontal32Filled: return ".splitHorizontal32Filled" @@ -43294,6 +43498,8 @@ import Foundation case .sportBasketball20Regular: return ".sportBasketball20Regular" case .sportBasketball24Filled: return ".sportBasketball24Filled" case .sportBasketball24Regular: return ".sportBasketball24Regular" + default: break } + switch self { case .sportHockey20Filled: return ".sportHockey20Filled" case .sportHockey20Regular: return ".sportHockey20Regular" case .sportHockey24Filled: return ".sportHockey24Filled" @@ -43356,8 +43562,6 @@ import Foundation case .squareHint48Regular: return ".squareHint48Regular" case .squareHintApps20Filled: return ".squareHintApps20Filled" case .squareHintApps20Regular: return ".squareHintApps20Regular" - default: break } - switch self { case .squareHintApps24Filled: return ".squareHintApps24Filled" case .squareHintApps24Regular: return ".squareHintApps24Regular" case .squareHintArrowBack16Filled: return ".squareHintArrowBack16Filled" @@ -43396,6 +43600,8 @@ import Foundation case .squareMultiple20Regular: return ".squareMultiple20Regular" case .squareMultiple24Filled: return ".squareMultiple24Filled" case .squareMultiple24Regular: return ".squareMultiple24Regular" + default: break } + switch self { case .squareMultiple28Filled: return ".squareMultiple28Filled" case .squareMultiple28Regular: return ".squareMultiple28Regular" case .squareMultiple32Filled: return ".squareMultiple32Filled" @@ -43458,8 +43664,6 @@ import Foundation case .starAdd28Regular: return ".starAdd28Regular" case .starArrowBack16Filled: return ".starArrowBack16Filled" case .starArrowBack16Regular: return ".starArrowBack16Regular" - default: break } - switch self { case .starArrowBack20Filled: return ".starArrowBack20Filled" case .starArrowBack20Regular: return ".starArrowBack20Regular" case .starArrowBack24Filled: return ".starArrowBack24Filled" @@ -43498,6 +43702,8 @@ import Foundation case .starEmphasis20Regular: return ".starEmphasis20Regular" case .starEmphasis24Filled: return ".starEmphasis24Filled" case .starEmphasis24Regular: return ".starEmphasis24Regular" + default: break } + switch self { case .starEmphasis32Filled: return ".starEmphasis32Filled" case .starEmphasis32Regular: return ".starEmphasis32Regular" case .starHalf12Filled: return ".starHalf12Filled" @@ -43560,12 +43766,16 @@ import Foundation case .status12Regular: return ".status12Regular" case .status16Filled: return ".status16Filled" case .status16Regular: return ".status16Regular" - default: break } - switch self { case .status20Filled: return ".status20Filled" case .status20Regular: return ".status20Regular" case .status24Filled: return ".status24Filled" case .status24Regular: return ".status24Regular" + case .status28Filled: return ".status28Filled" + case .status28Regular: return ".status28Regular" + case .status32Filled: return ".status32Filled" + case .status32Regular: return ".status32Regular" + case .status48Filled: return ".status48Filled" + case .status48Regular: return ".status48Regular" case .step16Filled: return ".step16Filled" case .step16Regular: return ".step16Regular" case .step20Filled: return ".step20Filled" @@ -43594,6 +43804,8 @@ import Foundation case .stickerAdd24Regular: return ".stickerAdd24Regular" case .stop16Filled: return ".stop16Filled" case .stop16Regular: return ".stop16Regular" + default: break } + switch self { case .stop20Filled: return ".stop20Filled" case .stop20Regular: return ".stop20Regular" case .stop24Filled: return ".stop24Filled" @@ -43662,8 +43874,6 @@ import Foundation case .subtractCircle24Regular: return ".subtractCircle24Regular" case .subtractCircle28Filled: return ".subtractCircle28Filled" case .subtractCircle28Regular: return ".subtractCircle28Regular" - default: break } - switch self { case .subtractCircle32Filled: return ".subtractCircle32Filled" case .subtractCircle32Regular: return ".subtractCircle32Regular" case .subtractCircle48Filled: return ".subtractCircle48Filled" @@ -43696,6 +43906,8 @@ import Foundation case .subtractSquare24Regular: return ".subtractSquare24Regular" case .subtractSquareMultiple16Filled: return ".subtractSquareMultiple16Filled" case .subtractSquareMultiple16Regular: return ".subtractSquareMultiple16Regular" + default: break } + switch self { case .subtractSquareMultiple20Filled: return ".subtractSquareMultiple20Filled" case .subtractSquareMultiple20Regular: return ".subtractSquareMultiple20Regular" case .surfaceEarbuds20Filled: return ".surfaceEarbuds20Filled" @@ -43764,8 +43976,6 @@ import Foundation case .tabDesktop16Regular: return ".tabDesktop16Regular" case .tabDesktop20Filled: return ".tabDesktop20Filled" case .tabDesktop20Regular: return ".tabDesktop20Regular" - default: break } - switch self { case .tabDesktop24Filled: return ".tabDesktop24Filled" case .tabDesktop24Regular: return ".tabDesktop24Regular" case .tabDesktop28Filled: return ".tabDesktop28Filled" @@ -43798,6 +44008,8 @@ import Foundation case .tabDesktopLink20Regular: return ".tabDesktopLink20Regular" case .tabDesktopLink24Filled: return ".tabDesktopLink24Filled" case .tabDesktopLink24Regular: return ".tabDesktopLink24Regular" + default: break } + switch self { case .tabDesktopLink28Filled: return ".tabDesktopLink28Filled" case .tabDesktopLink28Regular: return ".tabDesktopLink28Regular" case .tabDesktopMultiple16Filled: return ".tabDesktopMultiple16Filled" @@ -43866,8 +44078,6 @@ import Foundation case .tableBottomRow24Regular: return ".tableBottomRow24Regular" case .tableBottomRow28Filled: return ".tableBottomRow28Filled" case .tableBottomRow28Regular: return ".tableBottomRow28Regular" - default: break } - switch self { case .tableBottomRow32Filled: return ".tableBottomRow32Filled" case .tableBottomRow32Regular: return ".tableBottomRow32Regular" case .tableBottomRow48Filled: return ".tableBottomRow48Filled" @@ -43900,6 +44110,8 @@ import Foundation case .tableCellsSplit24Regular: return ".tableCellsSplit24Regular" case .tableCellsSplit28Filled: return ".tableCellsSplit28Filled" case .tableCellsSplit28Regular: return ".tableCellsSplit28Regular" + default: break } + switch self { case .tableChecker20Filled: return ".tableChecker20Filled" case .tableChecker20Regular: return ".tableChecker20Regular" case .tableColumnTopBottom20Filled: return ".tableColumnTopBottom20Filled" @@ -43968,8 +44180,6 @@ import Foundation case .tableFreezeRow28Regular: return ".tableFreezeRow28Regular" case .tableImage20Filled: return ".tableImage20Filled" case .tableImage20Regular: return ".tableImage20Regular" - default: break } - switch self { case .tableInsertColumn16Filled: return ".tableInsertColumn16Filled" case .tableInsertColumn16Regular: return ".tableInsertColumn16Regular" case .tableInsertColumn20Filled: return ".tableInsertColumn20Filled" @@ -44002,6 +44212,8 @@ import Foundation case .tableLink24Regular: return ".tableLink24Regular" case .tableLink28Filled: return ".tableLink28Filled" case .tableLink28Regular: return ".tableLink28Regular" + default: break } + switch self { case .tableLock16Filled: return ".tableLock16Filled" case .tableLock16Regular: return ".tableLock16Regular" case .tableLock20Filled: return ".tableLock20Filled" @@ -44070,8 +44282,6 @@ import Foundation case .tableResizeColumn20Regular: return ".tableResizeColumn20Regular" case .tableResizeColumn24Filled: return ".tableResizeColumn24Filled" case .tableResizeColumn24Regular: return ".tableResizeColumn24Regular" - default: break } - switch self { case .tableResizeColumn28Filled: return ".tableResizeColumn28Filled" case .tableResizeColumn28Regular: return ".tableResizeColumn28Regular" case .tableResizeRow16Filled: return ".tableResizeRow16Filled" @@ -44104,6 +44314,8 @@ import Foundation case .tableSimple32Regular: return ".tableSimple32Regular" case .tableSimple48Filled: return ".tableSimple48Filled" case .tableSimple48Regular: return ".tableSimple48Regular" + default: break } + switch self { case .tableSimpleCheckmark16Filled: return ".tableSimpleCheckmark16Filled" case .tableSimpleCheckmark16Regular: return ".tableSimpleCheckmark16Regular" case .tableSimpleCheckmark20Filled: return ".tableSimpleCheckmark20Filled" @@ -44172,8 +44384,6 @@ import Foundation case .tableStackLeft28Regular: return ".tableStackLeft28Regular" case .tableStackRight16Filled: return ".tableStackRight16Filled" case .tableStackRight16Regular: return ".tableStackRight16Regular" - default: break } - switch self { case .tableStackRight20Filled: return ".tableStackRight20Filled" case .tableStackRight20Regular: return ".tableStackRight20Regular" case .tableStackRight24Filled: return ".tableStackRight24Filled" @@ -44206,6 +44416,8 @@ import Foundation case .tabletLaptop24Regular: return ".tabletLaptop24Regular" case .tabletSpeaker20Filled: return ".tabletSpeaker20Filled" case .tabletSpeaker20Regular: return ".tabletSpeaker20Regular" + default: break } + switch self { case .tabletSpeaker24Filled: return ".tabletSpeaker24Filled" case .tabletSpeaker24Regular: return ".tabletSpeaker24Regular" case .tabs16Filled: return ".tabs16Filled" @@ -44274,8 +44486,6 @@ import Foundation case .tagReset24Regular: return ".tagReset24Regular" case .tagSearch20Filled: return ".tagSearch20Filled" case .tagSearch20Regular: return ".tagSearch20Regular" - default: break } - switch self { case .tagSearch24Filled: return ".tagSearch24Filled" case .tagSearch24Regular: return ".tagSearch24Regular" case .tapDouble20Filled: return ".tapDouble20Filled" @@ -44308,6 +44518,8 @@ import Foundation case .targetAdd24Regular: return ".targetAdd24Regular" case .targetArrow16Filled: return ".targetArrow16Filled" case .targetArrow16Regular: return ".targetArrow16Regular" + default: break } + switch self { case .targetArrow20Filled: return ".targetArrow20Filled" case .targetArrow20Regular: return ".targetArrow20Regular" case .targetArrow24Filled: return ".targetArrow24Filled" @@ -44376,8 +44588,6 @@ import Foundation case .temperature24Regular: return ".temperature24Regular" case .temperature32Filled: return ".temperature32Filled" case .temperature32Regular: return ".temperature32Regular" - default: break } - switch self { case .temperature48Filled: return ".temperature48Filled" case .temperature48Regular: return ".temperature48Regular" case .tent12Filled: return ".tent12Filled" @@ -44410,6 +44620,8 @@ import Foundation case .text16Regular: return ".text16Regular" case .text32Filled: return ".text32Filled" case .text32Regular: return ".text32Regular" + default: break } + switch self { case .textAbcUnderlineDouble32Filled: return ".textAbcUnderlineDouble32Filled" case .textAbcUnderlineDouble32Regular: return ".textAbcUnderlineDouble32Regular" case .textAdd20Filled: return ".textAdd20Filled" @@ -44478,8 +44690,6 @@ import Foundation case .textAlignJustifyLowRotate9024Regular: return ".textAlignJustifyLowRotate9024Regular" case .textAlignJustifyRotate27020Filled: return ".textAlignJustifyRotate27020Filled" case .textAlignJustifyRotate27020Regular: return ".textAlignJustifyRotate27020Regular" - default: break } - switch self { case .textAlignJustifyRotate27024Filled: return ".textAlignJustifyRotate27024Filled" case .textAlignJustifyRotate27024Regular: return ".textAlignJustifyRotate27024Regular" case .textAlignJustifyRotate9020Filled: return ".textAlignJustifyRotate9020Filled" @@ -44512,6 +44722,8 @@ import Foundation case .textAlignRight24Regular: return ".textAlignRight24Regular" case .textAlignRightRotate27016Filled: return ".textAlignRightRotate27016Filled" case .textAlignRightRotate27016Regular: return ".textAlignRightRotate27016Regular" + default: break } + switch self { case .textAlignRightRotate27020Filled: return ".textAlignRightRotate27020Filled" case .textAlignRightRotate27020Regular: return ".textAlignRightRotate27020Regular" case .textAlignRightRotate27024Filled: return ".textAlignRightRotate27024Filled" @@ -44580,8 +44792,6 @@ import Foundation case .textBulletListSquare32Regular: return ".textBulletListSquare32Regular" case .textBulletListSquare48Filled: return ".textBulletListSquare48Filled" case .textBulletListSquare48Regular: return ".textBulletListSquare48Regular" - default: break } - switch self { case .textBulletListSquareClock20Filled: return ".textBulletListSquareClock20Filled" case .textBulletListSquareClock20Regular: return ".textBulletListSquareClock20Regular" case .textBulletListSquareEdit20Filled: return ".textBulletListSquareEdit20Filled" @@ -44614,6 +44824,8 @@ import Foundation case .textBulletListSquareWarning20Regular: return ".textBulletListSquareWarning20Regular" case .textBulletListSquareWarning24Filled: return ".textBulletListSquareWarning24Filled" case .textBulletListSquareWarning24Regular: return ".textBulletListSquareWarning24Regular" + default: break } + switch self { case .textBulletListTree16Filled: return ".textBulletListTree16Filled" case .textBulletListTree16Regular: return ".textBulletListTree16Regular" case .textBulletListTree20Filled: return ".textBulletListTree20Filled" @@ -44682,8 +44894,6 @@ import Foundation case .textColumnOneWideLightning20Filled: return ".textColumnOneWideLightning20Filled" case .textColumnOneWideLightning20Regular: return ".textColumnOneWideLightning20Regular" case .textColumnOneWideLightning24Filled: return ".textColumnOneWideLightning24Filled" - default: break } - switch self { case .textColumnOneWideLightning24Regular: return ".textColumnOneWideLightning24Regular" case .textColumnThree20Filled: return ".textColumnThree20Filled" case .textColumnThree20Regular: return ".textColumnThree20Regular" @@ -44716,6 +44926,8 @@ import Foundation case .textDensity24Filled: return ".textDensity24Filled" case .textDensity24Regular: return ".textDensity24Regular" case .textDensity28Filled: return ".textDensity28Filled" + default: break } + switch self { case .textDensity28Regular: return ".textDensity28Regular" case .textDensity32Filled: return ".textDensity32Filled" case .textDensity32Regular: return ".textDensity32Regular" @@ -44784,8 +44996,6 @@ import Foundation case .textExpand20Filled: return ".textExpand20Filled" case .textExpand20Regular: return ".textExpand20Regular" case .textExpand24Filled: return ".textExpand24Filled" - default: break } - switch self { case .textExpand24Regular: return ".textExpand24Regular" case .textField16Filled: return ".textField16Filled" case .textField16Regular: return ".textField16Regular" @@ -44818,6 +45028,8 @@ import Foundation case .textFootnote20Filled: return ".textFootnote20Filled" case .textFootnote20Regular: return ".textFootnote20Regular" case .textFootnote24Filled: return ".textFootnote24Filled" + default: break } + switch self { case .textFootnote24Regular: return ".textFootnote24Regular" case .textGrammarArrowLeft20Filled: return ".textGrammarArrowLeft20Filled" case .textGrammarArrowLeft20Regular: return ".textGrammarArrowLeft20Regular" @@ -44886,8 +45098,6 @@ import Foundation case .textHeader2Lines20Filled: return ".textHeader2Lines20Filled" case .textHeader2Lines20Regular: return ".textHeader2Lines20Regular" case .textHeader2Lines24Filled: return ".textHeader2Lines24Filled" - default: break } - switch self { case .textHeader2Lines24Regular: return ".textHeader2Lines24Regular" case .textHeader2LinesCaret16Filled: return ".textHeader2LinesCaret16Filled" case .textHeader2LinesCaret16Regular: return ".textHeader2LinesCaret16Regular" @@ -44920,6 +45130,8 @@ import Foundation case .textIndentDecreaseRotate27020Filled: return ".textIndentDecreaseRotate27020Filled" case .textIndentDecreaseRotate27020Regular: return ".textIndentDecreaseRotate27020Regular" case .textIndentDecreaseRotate27024Filled: return ".textIndentDecreaseRotate27024Filled" + default: break } + switch self { case .textIndentDecreaseRotate27024Regular: return ".textIndentDecreaseRotate27024Regular" case .textIndentDecreaseRotate9020Filled: return ".textIndentDecreaseRotate9020Filled" case .textIndentDecreaseRotate9020Regular: return ".textIndentDecreaseRotate9020Regular" @@ -44988,8 +45200,6 @@ import Foundation case .textParagraphDirectionRight16Filled: return ".textParagraphDirectionRight16Filled" case .textParagraphDirectionRight16Regular: return ".textParagraphDirectionRight16Regular" case .textParagraphDirectionRight20Filled: return ".textParagraphDirectionRight20Filled" - default: break } - switch self { case .textParagraphDirectionRight20Regular: return ".textParagraphDirectionRight20Regular" case .textPeriodAsterisk20Filled: return ".textPeriodAsterisk20Filled" case .textPeriodAsterisk20Regular: return ".textPeriodAsterisk20Regular" @@ -45022,6 +45232,8 @@ import Foundation case .textPositionSquareRight24Filled: return ".textPositionSquareRight24Filled" case .textPositionSquareRight24Regular: return ".textPositionSquareRight24Regular" case .textPositionThrough20Filled: return ".textPositionThrough20Filled" + default: break } + switch self { case .textPositionThrough20Regular: return ".textPositionThrough20Regular" case .textPositionThrough24Filled: return ".textPositionThrough24Filled" case .textPositionThrough24Regular: return ".textPositionThrough24Regular" @@ -45090,8 +45302,6 @@ import Foundation case .textTTag16Filled: return ".textTTag16Filled" case .textTTag16Regular: return ".textTTag16Regular" case .textUnderline16Filled: return ".textUnderline16Filled" - default: break } - switch self { case .textUnderline16Regular: return ".textUnderline16Regular" case .textUnderline20Filled: return ".textUnderline20Filled" case .textUnderline20Regular: return ".textUnderline20Regular" @@ -45124,6 +45334,8 @@ import Foundation case .textWrapOff16Filled: return ".textWrapOff16Filled" case .textWrapOff16Regular: return ".textWrapOff16Regular" case .textWrapOff20Filled: return ".textWrapOff20Filled" + default: break } + switch self { case .textWrapOff20Regular: return ".textWrapOff20Regular" case .textWrapOff24Filled: return ".textWrapOff24Filled" case .textWrapOff24Regular: return ".textWrapOff24Regular" @@ -45192,8 +45404,6 @@ import Foundation case .textboxAlignTop24Filled: return ".textboxAlignTop24Filled" case .textboxAlignTop24Regular: return ".textboxAlignTop24Regular" case .textboxAlignTopCenter16Filled: return ".textboxAlignTopCenter16Filled" - default: break } - switch self { case .textboxAlignTopCenter16Regular: return ".textboxAlignTopCenter16Regular" case .textboxAlignTopCenter20Filled: return ".textboxAlignTopCenter20Filled" case .textboxAlignTopCenter20Regular: return ".textboxAlignTopCenter20Regular" @@ -45226,6 +45436,8 @@ import Foundation case .textboxSettings20Filled: return ".textboxSettings20Filled" case .textboxSettings20Regular: return ".textboxSettings20Regular" case .textboxSettings24Filled: return ".textboxSettings24Filled" + default: break } + switch self { case .textboxSettings24Regular: return ".textboxSettings24Regular" case .thinking20Filled: return ".thinking20Filled" case .thinking20Regular: return ".thinking20Regular" @@ -45294,8 +45506,6 @@ import Foundation case .timer220Filled: return ".timer220Filled" case .timer220Regular: return ".timer220Regular" case .timer224Filled: return ".timer224Filled" - default: break } - switch self { case .timer224Regular: return ".timer224Regular" case .timer32Filled: return ".timer32Filled" case .timer32Regular: return ".timer32Regular" @@ -45328,6 +45538,8 @@ import Foundation case .toggleRight16Filled: return ".toggleRight16Filled" case .toggleRight16Regular: return ".toggleRight16Regular" case .toggleRight20Filled: return ".toggleRight20Filled" + default: break } + switch self { case .toggleRight20Regular: return ".toggleRight20Regular" case .toggleRight24Filled: return ".toggleRight24Filled" case .toggleRight24Regular: return ".toggleRight24Regular" @@ -45396,8 +45608,6 @@ import Foundation case .triangle16Filled: return ".triangle16Filled" case .triangle16Regular: return ".triangle16Regular" case .triangle20Filled: return ".triangle20Filled" - default: break } - switch self { case .triangle20Regular: return ".triangle20Regular" case .triangle24Filled: return ".triangle24Filled" case .triangle24Regular: return ".triangle24Regular" @@ -45430,6 +45640,8 @@ import Foundation case .triangleLeft48Filled: return ".triangleLeft48Filled" case .triangleLeft48Regular: return ".triangleLeft48Regular" case .triangleRight12Filled: return ".triangleRight12Filled" + default: break } + switch self { case .triangleRight12Regular: return ".triangleRight12Regular" case .triangleRight16Filled: return ".triangleRight16Filled" case .triangleRight16Regular: return ".triangleRight16Regular" @@ -45498,8 +45710,6 @@ import Foundation case .tvUsb28Filled: return ".tvUsb28Filled" case .tvUsb28Regular: return ".tvUsb28Regular" case .tvUsb48Filled: return ".tvUsb48Filled" - default: break } - switch self { case .tvUsb48Regular: return ".tvUsb48Regular" case .umbrella20Filled: return ".umbrella20Filled" case .umbrella20Regular: return ".umbrella20Regular" @@ -45532,6 +45742,8 @@ import Foundation case .vehicleBus16Filled: return ".vehicleBus16Filled" case .vehicleBus16Regular: return ".vehicleBus16Regular" case .vehicleBus20Filled: return ".vehicleBus20Filled" + default: break } + switch self { case .vehicleBus20Regular: return ".vehicleBus20Regular" case .vehicleBus24Filled: return ".vehicleBus24Filled" case .vehicleBus24Regular: return ".vehicleBus24Regular" @@ -45600,8 +45812,6 @@ import Foundation case .vehicleSubway20Filled: return ".vehicleSubway20Filled" case .vehicleSubway20Regular: return ".vehicleSubway20Regular" case .vehicleSubway24Filled: return ".vehicleSubway24Filled" - default: break } - switch self { case .vehicleSubway24Regular: return ".vehicleSubway24Regular" case .vehicleSubwayClock16Filled: return ".vehicleSubwayClock16Filled" case .vehicleSubwayClock16Regular: return ".vehicleSubwayClock16Regular" @@ -45634,6 +45844,8 @@ import Foundation case .video20Filled: return ".video20Filled" case .video20Regular: return ".video20Regular" case .video24Filled: return ".video24Filled" + default: break } + switch self { case .video24Regular: return ".video24Regular" case .video28Filled: return ".video28Filled" case .video28Regular: return ".video28Regular" @@ -45702,8 +45914,6 @@ import Foundation case .videoClipMultiple16Filled: return ".videoClipMultiple16Filled" case .videoClipMultiple16Regular: return ".videoClipMultiple16Regular" case .videoClipMultiple20Filled: return ".videoClipMultiple20Filled" - default: break } - switch self { case .videoClipMultiple20Regular: return ".videoClipMultiple20Regular" case .videoClipMultiple24Filled: return ".videoClipMultiple24Filled" case .videoClipMultiple24Regular: return ".videoClipMultiple24Regular" @@ -45725,6 +45935,8 @@ import Foundation case .videoLink24Regular: return ".videoLink24Regular" case .videoLink28Filled: return ".videoLink28Filled" case .videoLink28Regular: return ".videoLink28Regular" + case .videoOff16Filled: return ".videoOff16Filled" + case .videoOff16Regular: return ".videoOff16Regular" case .videoOff20Filled: return ".videoOff20Filled" case .videoOff20Regular: return ".videoOff20Regular" case .videoOff24Filled: return ".videoOff24Filled" @@ -45734,6 +45946,8 @@ import Foundation case .videoOff32Filled: return ".videoOff32Filled" case .videoOff32Regular: return ".videoOff32Regular" case .videoOff48Filled: return ".videoOff48Filled" + default: break } + switch self { case .videoOff48Regular: return ".videoOff48Regular" case .videoPeople32Filled: return ".videoPeople32Filled" case .videoPeople32Regular: return ".videoPeople32Regular" @@ -45804,8 +46018,6 @@ import Foundation case .videoPersonStarOff20Filled: return ".videoPersonStarOff20Filled" case .videoPersonStarOff20Regular: return ".videoPersonStarOff20Regular" case .videoPersonStarOff24Filled: return ".videoPersonStarOff24Filled" - default: break } - switch self { case .videoPersonStarOff24Regular: return ".videoPersonStarOff24Regular" case .videoPlayPause20Filled: return ".videoPlayPause20Filled" case .videoPlayPause20Regular: return ".videoPlayPause20Regular" @@ -45836,6 +46048,8 @@ import Foundation case .viewDesktop24Filled: return ".viewDesktop24Filled" case .viewDesktop24Regular: return ".viewDesktop24Regular" case .viewDesktopMobile20Filled: return ".viewDesktopMobile20Filled" + default: break } + switch self { case .viewDesktopMobile20Regular: return ".viewDesktopMobile20Regular" case .viewDesktopMobile24Filled: return ".viewDesktopMobile24Filled" case .viewDesktopMobile24Regular: return ".viewDesktopMobile24Regular" @@ -45906,8 +46120,6 @@ import Foundation case .walletCreditCard24Filled: return ".walletCreditCard24Filled" case .walletCreditCard24Regular: return ".walletCreditCard24Regular" case .walletCreditCard32Filled: return ".walletCreditCard32Filled" - default: break } - switch self { case .walletCreditCard32Regular: return ".walletCreditCard32Regular" case .wallpaper20Filled: return ".wallpaper20Filled" case .wallpaper20Regular: return ".wallpaper20Regular" @@ -45938,6 +46150,8 @@ import Foundation case .warning48Filled: return ".warning48Filled" case .warning48Regular: return ".warning48Regular" case .warningShield20Filled: return ".warningShield20Filled" + default: break } + switch self { case .warningShield20Regular: return ".warningShield20Regular" case .washer20Filled: return ".washer20Filled" case .washer20Regular: return ".washer20Regular" @@ -46008,8 +46222,6 @@ import Foundation case .weatherMoon16Filled: return ".weatherMoon16Filled" case .weatherMoon16Regular: return ".weatherMoon16Regular" case .weatherMoon20Filled: return ".weatherMoon20Filled" - default: break } - switch self { case .weatherMoon20Regular: return ".weatherMoon20Regular" case .weatherMoon24Filled: return ".weatherMoon24Filled" case .weatherMoon24Regular: return ".weatherMoon24Regular" @@ -46040,6 +46252,8 @@ import Foundation case .weatherPartlyCloudyNight24Filled: return ".weatherPartlyCloudyNight24Filled" case .weatherPartlyCloudyNight24Regular: return ".weatherPartlyCloudyNight24Regular" case .weatherPartlyCloudyNight48Filled: return ".weatherPartlyCloudyNight48Filled" + default: break } + switch self { case .weatherPartlyCloudyNight48Regular: return ".weatherPartlyCloudyNight48Regular" case .weatherRain20Filled: return ".weatherRain20Filled" case .weatherRain20Regular: return ".weatherRain20Regular" @@ -46110,8 +46324,6 @@ import Foundation case .weatherSunny48Filled: return ".weatherSunny48Filled" case .weatherSunny48Regular: return ".weatherSunny48Regular" case .weatherSunnyHigh20Filled: return ".weatherSunnyHigh20Filled" - default: break } - switch self { case .weatherSunnyHigh20Regular: return ".weatherSunnyHigh20Regular" case .weatherSunnyHigh24Filled: return ".weatherSunnyHigh24Filled" case .weatherSunnyHigh24Regular: return ".weatherSunnyHigh24Regular" @@ -46142,6 +46354,8 @@ import Foundation case .whiteboard24Filled: return ".whiteboard24Filled" case .whiteboard24Regular: return ".whiteboard24Regular" case .whiteboard48Filled: return ".whiteboard48Filled" + default: break } + switch self { case .whiteboard48Regular: return ".whiteboard48Regular" case .whiteboardOff16Filled: return ".whiteboardOff16Filled" case .whiteboardOff16Regular: return ".whiteboardOff16Regular" @@ -46212,8 +46426,6 @@ import Foundation case .windowApps48Filled: return ".windowApps48Filled" case .windowApps48Regular: return ".windowApps48Regular" case .windowArrowUp16Filled: return ".windowArrowUp16Filled" - default: break } - switch self { case .windowArrowUp16Regular: return ".windowArrowUp16Regular" case .windowArrowUp20Filled: return ".windowArrowUp20Filled" case .windowArrowUp20Regular: return ".windowArrowUp20Regular" @@ -46244,6 +46456,8 @@ import Foundation case .windowEdit16Filled: return ".windowEdit16Filled" case .windowEdit16Regular: return ".windowEdit16Regular" case .windowEdit20Filled: return ".windowEdit20Filled" + default: break } + switch self { case .windowEdit20Regular: return ".windowEdit20Regular" case .windowHeaderHorizontal20Filled: return ".windowHeaderHorizontal20Filled" case .windowHeaderHorizontal20Regular: return ".windowHeaderHorizontal20Regular" @@ -46314,8 +46528,6 @@ import Foundation case .xboxConsole24Filled: return ".xboxConsole24Filled" case .xboxConsole24Regular: return ".xboxConsole24Regular" case .xboxController16Filled: return ".xboxController16Filled" - default: break } - switch self { case .xboxController16Regular: return ".xboxController16Regular" case .xboxController20Filled: return ".xboxController20Filled" case .xboxController20Regular: return ".xboxController20Regular" @@ -46346,6 +46558,8 @@ import Foundation case .zoomFit24Filled: return ".zoomFit24Filled" case .zoomFit24Regular: return ".zoomFit24Regular" case .zoomIn16Filled: return ".zoomIn16Filled" + default: break } + switch self { case .zoomIn16Regular: return ".zoomIn16Regular" case .zoomIn20Filled: return ".zoomIn20Filled" case .zoomIn20Regular: return ".zoomIn20Regular" diff --git a/ios/README.md b/ios/README.md index 5eccf7eeea..3dcb763060 100644 --- a/ios/README.md +++ b/ios/README.md @@ -6,13 +6,13 @@ ```ruby use_frameworks! -pod "FluentIcons", "1.1.226" +pod "FluentIcons", "1.1.227" ``` ### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.226" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.227" ``` ## Usage diff --git a/package-lock.json b/package-lock.json index 98c82c684e..d877fff264 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14947,7 +14947,7 @@ }, "packages/react-icons": { "name": "@fluentui/react-icons", - "version": "2.0.226", + "version": "2.0.227", "license": "MIT", "dependencies": { "@griffel/react": "^1.0.0", @@ -14975,7 +14975,7 @@ }, "packages/react-icons-font-subsetting-webpack-plugin": { "name": "@fluentui/react-icons-font-subsetting-webpack-plugin", - "version": "2.0.226", + "version": "2.0.227", "license": "MIT", "dependencies": { "subset-font": "^1.4.0" @@ -15065,7 +15065,7 @@ }, "packages/react-native-icons": { "name": "@fluentui/react-native-icons", - "version": "2.0.226", + "version": "2.0.227", "license": "MIT", "dependencies": { "@griffel/react": "^1.0.0", @@ -15498,7 +15498,7 @@ }, "packages/svg-icons": { "name": "@fluentui/svg-icons", - "version": "1.1.226", + "version": "1.1.227", "license": "MIT", "devDependencies": { "renamer": "^2.0.1", @@ -15568,7 +15568,7 @@ }, "packages/svg-sprites": { "name": "@fluentui/svg-sprites", - "version": "1.1.226", + "version": "1.1.227", "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 fc4b28aae8..ee966ed56f 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.226", + "version": "2.0.227", "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 2d81b48f6d..fcbf220b96 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-icons", - "version": "2.0.226", + "version": "2.0.227", "sideEffects": false, "main": "lib-cjs/index.js", "module": "lib/index.js", diff --git a/packages/react-native-icons/package.json b/packages/react-native-icons/package.json index f0abb38131..e423ba0dbb 100644 --- a/packages/react-native-icons/package.json +++ b/packages/react-native-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-native-icons", - "version": "2.0.226", + "version": "2.0.227", "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 7d47c75668..95aaed38fe 100644 --- a/packages/svg-icons/package.json +++ b/packages/svg-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-icons", - "version": "1.1.226", + "version": "1.1.227", "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 ead158edce..b7b60ce061 100644 --- a/packages/svg-sprites/package.json +++ b/packages/svg-sprites/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-sprites", - "version": "1.1.226", + "version": "1.1.227", "description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.", "license": "MIT", "repository": {