diff --git a/README.md b/README.md index e4f8de6e69..6417d12952 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.232@aar' +implementation 'com.microsoft.design:fluent-system-icons:1.1.233@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.232" +pod "FluentIcons", "1.1.233" ``` #### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.232" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.233" ``` 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.232 + fluentui_system_icons: ^1.1.233 ``` For library docs, see [flutter/README.md](flutter/README.md). diff --git a/android/BUILD.gn b/android/BUILD.gn index 7218320d91..28b291810b 100644 --- a/android/BUILD.gn +++ b/android/BUILD.gn @@ -5234,6 +5234,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_classification_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_classification_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_classification_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_classification_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_classification_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_classification_32_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_clear_formatting_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_clear_formatting_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_clear_formatting_16_selector.xml", @@ -8456,6 +8459,15 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_document_target_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_target_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_target_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_target_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_target_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_target_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_target_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_target_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_target_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_target_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_target_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_document_target_32_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_document_text_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_document_text_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_document_text_16_selector.xml", @@ -9089,6 +9101,15 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_emoji_meh_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_emoji_meh_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_emoji_meh_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_emoji_meme_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_emoji_meme_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_emoji_meme_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_emoji_meme_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_emoji_meme_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_emoji_meme_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_emoji_meme_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_emoji_meme_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_emoji_meme_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_emoji_multiple_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_emoji_multiple_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_emoji_multiple_20_selector.xml", @@ -10766,6 +10787,24 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_hand_open_heart_32_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_hand_open_heart_32_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_hand_open_heart_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_28_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_28_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_hand_point_48_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_hand_right_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_hand_right_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_hand_right_16_selector.xml", @@ -13008,6 +13047,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_mail_read_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_mail_read_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_mail_read_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_mail_read_briefcase_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_mail_read_briefcase_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_mail_read_briefcase_48_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_mail_read_multiple_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_mail_read_multiple_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_mail_read_multiple_16_selector.xml", @@ -15016,6 +15058,15 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_people_star_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_people_star_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_people_star_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_subtract_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_subtract_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_subtract_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_subtract_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_subtract_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_subtract_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_subtract_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_subtract_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_people_subtract_32_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_people_swap_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_people_swap_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_people_swap_16_selector.xml", @@ -15154,6 +15205,18 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_person_alert_32_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_person_alert_32_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_person_alert_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_alert_off_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_alert_off_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_alert_off_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_alert_off_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_alert_off_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_alert_off_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_alert_off_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_alert_off_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_alert_off_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_alert_off_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_alert_off_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_alert_off_32_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_person_arrow_back_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_person_arrow_back_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_person_arrow_back_16_selector.xml", @@ -18053,6 +18116,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_shopping_bag_24_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_shopping_bag_24_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_shopping_bag_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_shopping_bag_add_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_shopping_bag_add_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_shopping_bag_add_16_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_shopping_bag_add_20_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_shopping_bag_add_20_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_shopping_bag_add_20_selector.xml", @@ -18521,6 +18587,24 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_sparkle_circle_48_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_sparkle_circle_48_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_sparkle_circle_48_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_24_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_28_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_28_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_28_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_32_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_32_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_48_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_48_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_spatula_spoon_48_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_speaker_0_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_speaker_0_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_speaker_0_16_selector.xml", diff --git a/android/library/src/main/res/drawable/ic_fluent_classification_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_classification_20_filled.xml index 952023c59f..474af0390d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_classification_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_classification_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_classification_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_classification_20_regular.xml index 575d3e3348..9205fe6294 100644 --- a/android/library/src/main/res/drawable/ic_fluent_classification_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_classification_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_classification_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_classification_24_filled.xml index 1e7cec470d..44890baeb4 100644 --- a/android/library/src/main/res/drawable/ic_fluent_classification_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_classification_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_classification_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_classification_24_regular.xml index 3b04601ff7..d8ff5262a2 100644 --- a/android/library/src/main/res/drawable/ic_fluent_classification_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_classification_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_classification_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_classification_32_filled.xml new file mode 100644 index 0000000000..94334b280b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_classification_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_classification_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_classification_32_regular.xml new file mode 100644 index 0000000000..2f78217f27 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_classification_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_classification_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_classification_32_selector.xml new file mode 100644 index 0000000000..f3ba669805 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_classification_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_12_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_12_filled.xml index 9bfeb6b914..4d05c95682 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_12_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_12_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_12_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_12_regular.xml index 9007d14fca..ebbe07b184 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_12_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_12_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_16_filled.xml index d96f64cb74..da25c774a5 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_16_regular.xml index c0618df2ff..db0ff84c8a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_20_filled.xml index 23459a871d..2ea878a565 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_20_regular.xml index c17ecb19ee..dea1781f12 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_24_filled.xml index 22c5e596a2..4752bd76af 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_24_regular.xml index 81f8c31a8d..145207e72b 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_28_filled.xml index 2c4f27fac5..07302a3b36 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_28_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_28_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_28_regular.xml index 2726b5f2d3..aef1a4185d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_28_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_28_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_48_filled.xml index 257e91c256..00f610edba 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_48_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_48_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_48_regular.xml index b8691cbb2a..18e9427d78 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_48_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_left_48_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_filled.xml index 4d05c95682..9bfeb6b914 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_regular.xml index ebbe07b184..9007d14fca 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_filled.xml index da25c774a5..d96f64cb74 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_regular.xml index db0ff84c8a..c0618df2ff 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_filled.xml index 2ea878a565..23459a871d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_regular.xml index dea1781f12..c17ecb19ee 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_filled.xml index 4752bd76af..22c5e596a2 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_regular.xml index 145207e72b..81f8c31a8d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_filled.xml index 07302a3b36..2c4f27fac5 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_regular.xml index aef1a4185d..2726b5f2d3 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_filled.xml index 00f610edba..257e91c256 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_regular.xml index 18e9427d78..b8691cbb2a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_target_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_document_target_20_filled.xml new file mode 100644 index 0000000000..58edeb30c5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_target_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_target_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_document_target_20_regular.xml new file mode 100644 index 0000000000..09f9986510 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_target_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_target_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_document_target_20_selector.xml new file mode 100644 index 0000000000..27f469470c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_target_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_target_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_document_target_24_filled.xml new file mode 100644 index 0000000000..b02332caa4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_target_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_target_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_document_target_24_regular.xml new file mode 100644 index 0000000000..994c6269a9 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_target_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_target_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_document_target_24_selector.xml new file mode 100644 index 0000000000..ff2dd249b3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_target_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_target_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_document_target_32_filled.xml new file mode 100644 index 0000000000..38b26b9b26 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_target_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_target_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_document_target_32_regular.xml new file mode 100644 index 0000000000..919d1fe5bd --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_target_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_document_target_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_document_target_32_selector.xml new file mode 100644 index 0000000000..632e0a5471 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_document_target_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_20_filled.xml index 84dd8d0af2..2ec58a888d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_emoji_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_20_regular.xml index acd47fd5b8..fd36344700 100644 --- a/android/library/src/main/res/drawable/ic_fluent_emoji_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_add_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_add_20_filled.xml index 0243e5baab..030abef23d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_emoji_add_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_add_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_add_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_add_20_regular.xml index 4f47011167..37a1569f16 100644 --- a/android/library/src/main/res/drawable/ic_fluent_emoji_add_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_add_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_edit_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_edit_20_filled.xml index 298fb0e4cc..80df9f5dbe 100644 --- a/android/library/src/main/res/drawable/ic_fluent_emoji_edit_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_edit_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_edit_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_edit_20_regular.xml index bc8d7cae62..c88e3c9def 100644 --- a/android/library/src/main/res/drawable/ic_fluent_emoji_edit_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_edit_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_meme_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_16_filled.xml new file mode 100644 index 0000000000..d06e74f9aa --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_meme_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_16_regular.xml new file mode 100644 index 0000000000..8000304dd6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_meme_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_16_selector.xml new file mode 100644 index 0000000000..85bce9479d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_meme_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_20_filled.xml new file mode 100644 index 0000000000..f6875e442b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_meme_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_20_regular.xml new file mode 100644 index 0000000000..da884b5632 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_meme_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_20_selector.xml new file mode 100644 index 0000000000..d32e61d716 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_meme_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_24_filled.xml new file mode 100644 index 0000000000..618451fd1c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_meme_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_24_regular.xml new file mode 100644 index 0000000000..0ba0995017 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_meme_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_24_selector.xml new file mode 100644 index 0000000000..68c29f9808 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_meme_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_sparkle_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_sparkle_20_filled.xml index ff9006ddbf..90d16df020 100644 --- a/android/library/src/main/res/drawable/ic_fluent_emoji_sparkle_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_sparkle_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_emoji_sparkle_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_emoji_sparkle_20_regular.xml index 2dc21dfa9b..7cbbd6af21 100644 --- a/android/library/src/main/res/drawable/ic_fluent_emoji_sparkle_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_emoji_sparkle_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_16_filled.xml new file mode 100644 index 0000000000..49cbc5cce4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_16_regular.xml new file mode 100644 index 0000000000..ca8572457e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_16_selector.xml new file mode 100644 index 0000000000..0ebc0176c3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_20_filled.xml new file mode 100644 index 0000000000..35f4c861e2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_20_regular.xml new file mode 100644 index 0000000000..28d7666136 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_20_selector.xml new file mode 100644 index 0000000000..1996300a80 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_24_filled.xml new file mode 100644 index 0000000000..dcb2b6a560 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_24_regular.xml new file mode 100644 index 0000000000..421c7138b0 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_24_selector.xml new file mode 100644 index 0000000000..83d35400cf --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_28_filled.xml new file mode 100644 index 0000000000..eb553ca33c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_28_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_28_regular.xml new file mode 100644 index 0000000000..32ab413801 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_28_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_28_selector.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_28_selector.xml new file mode 100644 index 0000000000..649d0e92db --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_28_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_32_filled.xml new file mode 100644 index 0000000000..8729d88ec4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_32_regular.xml new file mode 100644 index 0000000000..204a7fb256 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_32_selector.xml new file mode 100644 index 0000000000..beba2a431e --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_48_filled.xml new file mode 100644 index 0000000000..82c26ac2cf --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_48_regular.xml new file mode 100644 index 0000000000..b4a43ed3ac --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_hand_point_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_hand_point_48_selector.xml new file mode 100644 index 0000000000..59e9fa9f37 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_hand_point_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_mail_read_briefcase_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_mail_read_briefcase_48_filled.xml new file mode 100644 index 0000000000..01e54a4b39 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_mail_read_briefcase_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_mail_read_briefcase_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_mail_read_briefcase_48_regular.xml new file mode 100644 index 0000000000..02e93ea7ee --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_mail_read_briefcase_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_mail_read_briefcase_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_mail_read_briefcase_48_selector.xml new file mode 100644 index 0000000000..fb06e4eaaa --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_mail_read_briefcase_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_subtract_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_people_subtract_20_filled.xml new file mode 100644 index 0000000000..34b4030f89 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_subtract_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_subtract_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_people_subtract_20_regular.xml new file mode 100644 index 0000000000..5f6b732924 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_subtract_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_subtract_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_people_subtract_20_selector.xml new file mode 100644 index 0000000000..96f8294f3d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_subtract_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_subtract_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_people_subtract_24_filled.xml new file mode 100644 index 0000000000..88d2397be8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_subtract_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_subtract_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_people_subtract_24_regular.xml new file mode 100644 index 0000000000..0ef399722a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_subtract_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_subtract_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_people_subtract_24_selector.xml new file mode 100644 index 0000000000..348f7ebe15 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_subtract_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_subtract_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_people_subtract_32_filled.xml new file mode 100644 index 0000000000..d8d861377b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_subtract_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_subtract_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_people_subtract_32_regular.xml new file mode 100644 index 0000000000..f90841cd33 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_subtract_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_people_subtract_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_people_subtract_32_selector.xml new file mode 100644 index 0000000000..831ea1c092 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_people_subtract_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_off_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_16_filled.xml new file mode 100644 index 0000000000..addbecb2ce --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_off_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_16_regular.xml new file mode 100644 index 0000000000..4117cbf79f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_off_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_16_selector.xml new file mode 100644 index 0000000000..c66a61da94 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_off_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_20_filled.xml new file mode 100644 index 0000000000..e3446db91c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_off_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_20_regular.xml new file mode 100644 index 0000000000..d76f335ba1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_off_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_20_selector.xml new file mode 100644 index 0000000000..a75fd43196 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_off_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_24_filled.xml new file mode 100644 index 0000000000..979c5bed38 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_off_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_24_regular.xml new file mode 100644 index 0000000000..2b7501fca4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_off_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_24_selector.xml new file mode 100644 index 0000000000..e100edb736 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_off_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_32_filled.xml new file mode 100644 index 0000000000..1e85c38042 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_off_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_32_regular.xml new file mode 100644 index 0000000000..3c5254eca2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_alert_off_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_32_selector.xml new file mode 100644 index 0000000000..1156ac6ff7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_alert_off_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_shopping_bag_add_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_shopping_bag_add_16_filled.xml new file mode 100644 index 0000000000..e1eeac3cf3 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_shopping_bag_add_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_shopping_bag_add_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_shopping_bag_add_16_regular.xml new file mode 100644 index 0000000000..7ad680caf2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_shopping_bag_add_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_shopping_bag_add_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_shopping_bag_add_16_selector.xml new file mode 100644 index 0000000000..d1ea55d5be --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_shopping_bag_add_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_16_filled.xml new file mode 100644 index 0000000000..3971372756 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_16_regular.xml new file mode 100644 index 0000000000..644b3d7605 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_16_selector.xml new file mode 100644 index 0000000000..fc203eae49 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_20_filled.xml new file mode 100644 index 0000000000..70d11bccab --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_20_regular.xml new file mode 100644 index 0000000000..e3250e00ee --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_20_selector.xml new file mode 100644 index 0000000000..92f635b590 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_24_filled.xml new file mode 100644 index 0000000000..2a6e2ef9c7 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_24_regular.xml new file mode 100644 index 0000000000..d4ae55ec5c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_24_selector.xml new file mode 100644 index 0000000000..af87588c41 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_28_filled.xml new file mode 100644 index 0000000000..4a2078b01c --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_28_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_28_regular.xml new file mode 100644 index 0000000000..7065dd6d73 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_28_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_28_selector.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_28_selector.xml new file mode 100644 index 0000000000..0a94ef3232 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_28_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_32_filled.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_32_filled.xml new file mode 100644 index 0000000000..1c36317270 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_32_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_32_regular.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_32_regular.xml new file mode 100644 index 0000000000..6820520bb8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_32_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_32_selector.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_32_selector.xml new file mode 100644 index 0000000000..b33795904d --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_32_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_48_filled.xml new file mode 100644 index 0000000000..dc143c9be5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_48_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_48_regular.xml new file mode 100644 index 0000000000..77a1d0c91b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_48_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_48_selector.xml b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_48_selector.xml new file mode 100644 index 0000000000..9941fd4454 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_spatula_spoon_48_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_16_filled.xml index 987ccc7930..2eca57458d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_16_regular.xml index 68af5401fc..ec669a401e 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_filled.xml index 08d2a5f09f..abe21f793f 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_regular.xml index 87bb3595e0..87a56e9a64 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_filled.xml index 11aabca821..bb2e1bff58 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_regular.xml index d52c5ea725..351852bd17 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_filled.xml index 622cf7eae2..3d0d872cd0 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_regular.xml index 1d179e5de0..2e9fe02fc3 100644 --- a/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_left_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_left_20_filled.xml index 1bdd6f6777..d60753b673 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_left_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_left_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_left_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_left_20_regular.xml index 572f17ec4d..c2b3824786 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_left_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_left_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_left_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_left_24_filled.xml index 40f8c7a9f2..ee9b86d97a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_left_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_left_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_left_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_left_24_regular.xml index 7e300a5772..2695a9a57c 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_left_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_left_24_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_text_paragraph_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_16_filled.xml index b0fb6f1b6a..0e8e8acc8d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_16_regular.xml index 908124f991..3a9d40ba5e 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_20_filled.xml index da9e7bc3c2..77e136a9c8 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_20_regular.xml index 920fdcfda1..bec9db305b 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_24_filled.xml index 384c2bb7bd..a0000ccd67 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_24_regular.xml index 799353be92..df826a7939 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_paragraph_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_paragraph_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/flutter/CHANGELOG.md b/flutter/CHANGELOG.md index 3110420ba3..c62e1e9dd6 100644 --- a/flutter/CHANGELOG.md +++ b/flutter/CHANGELOG.md @@ -1 +1 @@ -## [1.1.232] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags \ No newline at end of file +## [1.1.233] - 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 b47a435c51..eda79c575a 100644 --- a/flutter/example/lib/sample_icons.dart +++ b/flutter/example/lib/sample_icons.dart @@ -3492,6 +3492,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.classification_24_regular, 'classification_24_regular', 24), + FluentUISampleIcon(FluentIcons.classification_32_regular, 'classification_32_regular', 32), + FluentUISampleIcon(FluentIcons.clear_formatting_16_regular, 'clear_formatting_16_regular', 16), FluentUISampleIcon(FluentIcons.clear_formatting_20_regular, 'clear_formatting_20_regular', 20), @@ -5652,6 +5654,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_target_16_regular, 'document_target_16_regular', 16), + FluentUISampleIcon(FluentIcons.document_target_20_regular, 'document_target_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_target_24_regular, 'document_target_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_target_32_regular, 'document_target_32_regular', 32), + FluentUISampleIcon(FluentIcons.document_text_16_regular, 'document_text_16_regular', 16), FluentUISampleIcon(FluentIcons.document_text_20_regular, 'document_text_20_regular', 20), @@ -6074,6 +6082,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.emoji_meh_24_regular, 'emoji_meh_24_regular', 24), + FluentUISampleIcon(FluentIcons.emoji_meme_16_regular, 'emoji_meme_16_regular', 16), + + FluentUISampleIcon(FluentIcons.emoji_meme_20_regular, 'emoji_meme_20_regular', 20), + + FluentUISampleIcon(FluentIcons.emoji_meme_24_regular, 'emoji_meme_24_regular', 24), + FluentUISampleIcon(FluentIcons.emoji_multiple_20_regular, 'emoji_multiple_20_regular', 20), FluentUISampleIcon(FluentIcons.emoji_multiple_24_regular, 'emoji_multiple_24_regular', 24), @@ -7176,6 +7190,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.hand_open_heart_32_regular, 'hand_open_heart_32_regular', 32), + FluentUISampleIcon(FluentIcons.hand_point_16_regular, 'hand_point_16_regular', 16), + + FluentUISampleIcon(FluentIcons.hand_point_20_regular, 'hand_point_20_regular', 20), + + FluentUISampleIcon(FluentIcons.hand_point_24_regular, 'hand_point_24_regular', 24), + + FluentUISampleIcon(FluentIcons.hand_point_28_regular, 'hand_point_28_regular', 28), + + FluentUISampleIcon(FluentIcons.hand_point_32_regular, 'hand_point_32_regular', 32), + + FluentUISampleIcon(FluentIcons.hand_point_48_regular, 'hand_point_48_regular', 48), + FluentUISampleIcon(FluentIcons.hand_right_16_regular, 'hand_right_16_regular', 16), FluentUISampleIcon(FluentIcons.hand_right_20_regular, 'hand_right_20_regular', 20), @@ -8598,6 +8624,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.mail_read_48_regular, 'mail_read_48_regular', 48), + FluentUISampleIcon(FluentIcons.mail_read_briefcase_48_regular, 'mail_read_briefcase_48_regular', 48), + FluentUISampleIcon(FluentIcons.mail_read_multiple_16_regular, 'mail_read_multiple_16_regular', 16), FluentUISampleIcon(FluentIcons.mail_read_multiple_20_regular, 'mail_read_multiple_20_regular', 20), @@ -9934,6 +9962,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.people_star_48_regular, 'people_star_48_regular', 48), + FluentUISampleIcon(FluentIcons.people_subtract_20_regular, 'people_subtract_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_subtract_24_regular, 'people_subtract_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_subtract_32_regular, 'people_subtract_32_regular', 32), + FluentUISampleIcon(FluentIcons.people_swap_16_regular, 'people_swap_16_regular', 16), FluentUISampleIcon(FluentIcons.people_swap_20_regular, 'people_swap_20_regular', 20), @@ -10026,6 +10060,14 @@ final icons = [ FluentUISampleIcon(FluentIcons.person_alert_32_regular, 'person_alert_32_regular', 32), + FluentUISampleIcon(FluentIcons.person_alert_off_16_regular, 'person_alert_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_alert_off_20_regular, 'person_alert_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_alert_off_24_regular, 'person_alert_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_alert_off_32_regular, 'person_alert_off_32_regular', 32), + FluentUISampleIcon(FluentIcons.person_arrow_back_16_regular, 'person_arrow_back_16_regular', 16), FluentUISampleIcon(FluentIcons.person_arrow_back_20_regular, 'person_arrow_back_20_regular', 20), @@ -11982,6 +12024,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.shopping_bag_24_regular, 'shopping_bag_24_regular', 24), + FluentUISampleIcon(FluentIcons.shopping_bag_add_16_regular, 'shopping_bag_add_16_regular', 16), + FluentUISampleIcon(FluentIcons.shopping_bag_add_20_regular, 'shopping_bag_add_20_regular', 20), FluentUISampleIcon(FluentIcons.shopping_bag_add_24_regular, 'shopping_bag_add_24_regular', 24), @@ -12294,6 +12338,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.sparkle_circle_48_regular, 'sparkle_circle_48_regular', 48), + FluentUISampleIcon(FluentIcons.spatula_spoon_16_regular, 'spatula_spoon_16_regular', 16), + + FluentUISampleIcon(FluentIcons.spatula_spoon_20_regular, 'spatula_spoon_20_regular', 20), + + FluentUISampleIcon(FluentIcons.spatula_spoon_24_regular, 'spatula_spoon_24_regular', 24), + + FluentUISampleIcon(FluentIcons.spatula_spoon_28_regular, 'spatula_spoon_28_regular', 28), + + FluentUISampleIcon(FluentIcons.spatula_spoon_32_regular, 'spatula_spoon_32_regular', 32), + + FluentUISampleIcon(FluentIcons.spatula_spoon_48_regular, 'spatula_spoon_48_regular', 48), + FluentUISampleIcon(FluentIcons.speaker_0_16_regular, 'speaker_0_16_regular', 16), FluentUISampleIcon(FluentIcons.speaker_0_20_regular, 'speaker_0_20_regular', 20), @@ -19110,6 +19166,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.classification_24_filled, 'classification_24_filled', 24), + FluentUISampleIcon(FluentIcons.classification_32_filled, 'classification_32_filled', 32), + FluentUISampleIcon(FluentIcons.clear_formatting_16_filled, 'clear_formatting_16_filled', 16), FluentUISampleIcon(FluentIcons.clear_formatting_20_filled, 'clear_formatting_20_filled', 20), @@ -21252,6 +21310,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_target_16_filled, 'document_target_16_filled', 16), + FluentUISampleIcon(FluentIcons.document_target_20_filled, 'document_target_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_target_24_filled, 'document_target_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_target_32_filled, 'document_target_32_filled', 32), + FluentUISampleIcon(FluentIcons.document_text_16_filled, 'document_text_16_filled', 16), FluentUISampleIcon(FluentIcons.document_text_20_filled, 'document_text_20_filled', 20), @@ -21674,6 +21738,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.emoji_meh_24_filled, 'emoji_meh_24_filled', 24), + FluentUISampleIcon(FluentIcons.emoji_meme_16_filled, 'emoji_meme_16_filled', 16), + + FluentUISampleIcon(FluentIcons.emoji_meme_20_filled, 'emoji_meme_20_filled', 20), + + FluentUISampleIcon(FluentIcons.emoji_meme_24_filled, 'emoji_meme_24_filled', 24), + FluentUISampleIcon(FluentIcons.emoji_multiple_20_filled, 'emoji_multiple_20_filled', 20), FluentUISampleIcon(FluentIcons.emoji_multiple_24_filled, 'emoji_multiple_24_filled', 24), @@ -22824,6 +22894,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.hand_open_heart_32_filled, 'hand_open_heart_32_filled', 32), + FluentUISampleIcon(FluentIcons.hand_point_16_filled, 'hand_point_16_filled', 16), + + FluentUISampleIcon(FluentIcons.hand_point_20_filled, 'hand_point_20_filled', 20), + + FluentUISampleIcon(FluentIcons.hand_point_24_filled, 'hand_point_24_filled', 24), + + FluentUISampleIcon(FluentIcons.hand_point_28_filled, 'hand_point_28_filled', 28), + + FluentUISampleIcon(FluentIcons.hand_point_32_filled, 'hand_point_32_filled', 32), + + FluentUISampleIcon(FluentIcons.hand_point_48_filled, 'hand_point_48_filled', 48), + FluentUISampleIcon(FluentIcons.hand_right_16_filled, 'hand_right_16_filled', 16), FluentUISampleIcon(FluentIcons.hand_right_20_filled, 'hand_right_20_filled', 20), @@ -24464,6 +24546,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.mail_read_48_filled, 'mail_read_48_filled', 48), + FluentUISampleIcon(FluentIcons.mail_read_briefcase_48_filled, 'mail_read_briefcase_48_filled', 48), + FluentUISampleIcon(FluentIcons.mail_read_multiple_16_filled, 'mail_read_multiple_16_filled', 16), FluentUISampleIcon(FluentIcons.mail_read_multiple_20_filled, 'mail_read_multiple_20_filled', 20), @@ -25808,6 +25892,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.people_star_48_filled, 'people_star_48_filled', 48), + FluentUISampleIcon(FluentIcons.people_subtract_20_filled, 'people_subtract_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_subtract_24_filled, 'people_subtract_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_subtract_32_filled, 'people_subtract_32_filled', 32), + FluentUISampleIcon(FluentIcons.people_swap_16_filled, 'people_swap_16_filled', 16), FluentUISampleIcon(FluentIcons.people_swap_20_filled, 'people_swap_20_filled', 20), @@ -25900,6 +25990,14 @@ final icons = [ FluentUISampleIcon(FluentIcons.person_alert_32_filled, 'person_alert_32_filled', 32), + FluentUISampleIcon(FluentIcons.person_alert_off_16_filled, 'person_alert_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.person_alert_off_20_filled, 'person_alert_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_alert_off_24_filled, 'person_alert_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_alert_off_32_filled, 'person_alert_off_32_filled', 32), + FluentUISampleIcon(FluentIcons.person_arrow_back_16_filled, 'person_arrow_back_16_filled', 16), FluentUISampleIcon(FluentIcons.person_arrow_back_20_filled, 'person_arrow_back_20_filled', 20), @@ -27826,6 +27924,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.shopping_bag_24_filled, 'shopping_bag_24_filled', 24), + FluentUISampleIcon(FluentIcons.shopping_bag_add_16_filled, 'shopping_bag_add_16_filled', 16), + FluentUISampleIcon(FluentIcons.shopping_bag_add_20_filled, 'shopping_bag_add_20_filled', 20), FluentUISampleIcon(FluentIcons.shopping_bag_add_24_filled, 'shopping_bag_add_24_filled', 24), @@ -28138,6 +28238,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.sparkle_circle_48_filled, 'sparkle_circle_48_filled', 48), + FluentUISampleIcon(FluentIcons.spatula_spoon_16_filled, 'spatula_spoon_16_filled', 16), + + FluentUISampleIcon(FluentIcons.spatula_spoon_20_filled, 'spatula_spoon_20_filled', 20), + + FluentUISampleIcon(FluentIcons.spatula_spoon_24_filled, 'spatula_spoon_24_filled', 24), + + FluentUISampleIcon(FluentIcons.spatula_spoon_28_filled, 'spatula_spoon_28_filled', 28), + + FluentUISampleIcon(FluentIcons.spatula_spoon_32_filled, 'spatula_spoon_32_filled', 32), + + FluentUISampleIcon(FluentIcons.spatula_spoon_48_filled, 'spatula_spoon_48_filled', 48), + FluentUISampleIcon(FluentIcons.speaker_0_16_filled, 'speaker_0_16_filled', 16), FluentUISampleIcon(FluentIcons.speaker_0_20_filled, 'speaker_0_20_filled', 20), diff --git a/flutter/lib/fonts/FluentSystemIcons-Filled.ttf b/flutter/lib/fonts/FluentSystemIcons-Filled.ttf index 59465e43ee..21e767087d 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 e031667276..ff12b06542 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 daec5932eb..0ce91494d8 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 4324cc7314..4a1bbf7d4c 100644 --- a/flutter/lib/src/fluent_icons.dart +++ b/flutter/lib/src/fluent_icons.dart @@ -5241,6 +5241,9 @@ class FluentIcons { /// fluent icon named "classification" in size 24 and regular style. static const IconData classification_24_regular = IconData(62151, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "classification" in size 32 and regular style. + static const IconData classification_32_regular = IconData(984448, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clear_formatting" in size 16 and regular style. static const IconData clear_formatting_16_regular = IconData(58176, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -8481,6 +8484,15 @@ class FluentIcons { /// fluent icon named "document_target" in size 16 and regular style. static const IconData document_target_16_regular = IconData(61667, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_target" in size 20 and regular style. + static const IconData document_target_20_regular = IconData(984449, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_target" in size 24 and regular style. + static const IconData document_target_24_regular = IconData(984450, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_target" in size 32 and regular style. + static const IconData document_target_32_regular = IconData(984451, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_text" in size 16 and regular style. static const IconData document_text_16_regular = IconData(61165, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -9114,6 +9126,15 @@ class FluentIcons { /// fluent icon named "emoji_meh" in size 24 and regular style. static const IconData emoji_meh_24_regular = IconData(62440, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "emoji_meme" in size 16 and regular style. + static const IconData emoji_meme_16_regular = IconData(984452, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_meme" in size 20 and regular style. + static const IconData emoji_meme_20_regular = IconData(984453, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_meme" in size 24 and regular style. + static const IconData emoji_meme_24_regular = IconData(984454, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "emoji_multiple" in size 20 and regular style. static const IconData emoji_multiple_20_regular = IconData(58834, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -10767,6 +10788,24 @@ class FluentIcons { /// fluent icon named "hand_open_heart" in size 32 and regular style. static const IconData hand_open_heart_32_regular = IconData(61186, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "hand_point" in size 16 and regular style. + static const IconData hand_point_16_regular = IconData(984455, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "hand_point" in size 20 and regular style. + static const IconData hand_point_20_regular = IconData(984456, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "hand_point" in size 24 and regular style. + static const IconData hand_point_24_regular = IconData(984457, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "hand_point" in size 28 and regular style. + static const IconData hand_point_28_regular = IconData(984458, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "hand_point" in size 32 and regular style. + static const IconData hand_point_32_regular = IconData(984459, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "hand_point" in size 48 and regular style. + static const IconData hand_point_48_regular = IconData(984460, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "hand_right" in size 16 and regular style. static const IconData hand_right_16_regular = IconData(59102, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -12900,6 +12939,9 @@ class FluentIcons { /// fluent icon named "mail_read" in size 48 and regular style. static const IconData mail_read_48_regular = IconData(62756, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "mail_read_briefcase" in size 48 and regular style. + static const IconData mail_read_briefcase_48_regular = IconData(984461, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "mail_read_multiple" in size 16 and regular style. static const IconData mail_read_multiple_16_regular = IconData(59346, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -14904,6 +14946,15 @@ class FluentIcons { /// fluent icon named "people_star" in size 48 and regular style. static const IconData people_star_48_regular = IconData(61691, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "people_subtract" in size 20 and regular style. + static const IconData people_subtract_20_regular = IconData(984462, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_subtract" in size 24 and regular style. + static const IconData people_subtract_24_regular = IconData(984463, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "people_subtract" in size 32 and regular style. + static const IconData people_subtract_32_regular = IconData(984464, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "people_swap" in size 16 and regular style. static const IconData people_swap_16_regular = IconData(59658, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -15042,6 +15093,18 @@ class FluentIcons { /// fluent icon named "person_alert" in size 32 and regular style. static const IconData person_alert_32_regular = IconData(984438, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "person_alert_off" in size 16 and regular style. + static const IconData person_alert_off_16_regular = IconData(984465, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_alert_off" in size 20 and regular style. + static const IconData person_alert_off_20_regular = IconData(984466, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_alert_off" in size 24 and regular style. + static const IconData person_alert_off_24_regular = IconData(984467, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_alert_off" in size 32 and regular style. + static const IconData person_alert_off_32_regular = IconData(984468, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "person_arrow_back" in size 16 and regular style. static const IconData person_arrow_back_16_regular = IconData(61332, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -17976,6 +18039,9 @@ class FluentIcons { /// fluent icon named "shopping_bag" in size 24 and regular style. static const IconData shopping_bag_24_regular = IconData(63344, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "shopping_bag_add" in size 16 and regular style. + static const IconData shopping_bag_add_16_regular = IconData(984469, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "shopping_bag_add" in size 20 and regular style. static const IconData shopping_bag_add_20_regular = IconData(984312, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -18444,6 +18510,24 @@ class FluentIcons { /// fluent icon named "sparkle_circle" in size 48 and regular style. static const IconData sparkle_circle_48_regular = IconData(983210, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "spatula_spoon" in size 16 and regular style. + static const IconData spatula_spoon_16_regular = IconData(984470, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "spatula_spoon" in size 20 and regular style. + static const IconData spatula_spoon_20_regular = IconData(984471, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "spatula_spoon" in size 24 and regular style. + static const IconData spatula_spoon_24_regular = IconData(984472, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "spatula_spoon" in size 28 and regular style. + static const IconData spatula_spoon_28_regular = IconData(984473, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "spatula_spoon" in size 32 and regular style. + static const IconData spatula_spoon_32_regular = IconData(984474, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "spatula_spoon" in size 48 and regular style. + static const IconData spatula_spoon_48_regular = IconData(984475, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "speaker_0" in size 16 and regular style. static const IconData speaker_0_16_regular = IconData(60215, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -28670,6 +28754,9 @@ class FluentIcons { /// fluent icon named "classification" in size 24 and filled style. static const IconData classification_24_filled = IconData(62151, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "classification" in size 32 and filled style. + static const IconData classification_32_filled = IconData(984569, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clear_formatting" in size 16 and filled style. static const IconData clear_formatting_16_filled = IconData(58197, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -31883,6 +31970,15 @@ class FluentIcons { /// fluent icon named "document_target" in size 16 and filled style. static const IconData document_target_16_filled = IconData(61667, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_target" in size 20 and filled style. + static const IconData document_target_20_filled = IconData(984570, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_target" in size 24 and filled style. + static const IconData document_target_24_filled = IconData(984571, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_target" in size 32 and filled style. + static const IconData document_target_32_filled = IconData(984572, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_text" in size 16 and filled style. static const IconData document_text_16_filled = IconData(61165, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -32516,6 +32612,15 @@ class FluentIcons { /// fluent icon named "emoji_meh" in size 24 and filled style. static const IconData emoji_meh_24_filled = IconData(62439, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "emoji_meme" in size 16 and filled style. + static const IconData emoji_meme_16_filled = IconData(984573, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_meme" in size 20 and filled style. + static const IconData emoji_meme_20_filled = IconData(984574, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "emoji_meme" in size 24 and filled style. + static const IconData emoji_meme_24_filled = IconData(984575, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "emoji_multiple" in size 20 and filled style. static const IconData emoji_multiple_20_filled = IconData(58847, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -34241,6 +34346,24 @@ class FluentIcons { /// fluent icon named "hand_open_heart" in size 32 and filled style. static const IconData hand_open_heart_32_filled = IconData(61186, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "hand_point" in size 16 and filled style. + static const IconData hand_point_16_filled = IconData(984576, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "hand_point" in size 20 and filled style. + static const IconData hand_point_20_filled = IconData(984577, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "hand_point" in size 24 and filled style. + static const IconData hand_point_24_filled = IconData(984578, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "hand_point" in size 28 and filled style. + static const IconData hand_point_28_filled = IconData(984579, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "hand_point" in size 32 and filled style. + static const IconData hand_point_32_filled = IconData(984580, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "hand_point" in size 48 and filled style. + static const IconData hand_point_48_filled = IconData(984581, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "hand_right" in size 16 and filled style. static const IconData hand_right_16_filled = IconData(59115, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -36701,6 +36824,9 @@ class FluentIcons { /// fluent icon named "mail_read" in size 48 and filled style. static const IconData mail_read_48_filled = IconData(62766, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "mail_read_briefcase" in size 48 and filled style. + static const IconData mail_read_briefcase_48_filled = IconData(984582, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "mail_read_multiple" in size 16 and filled style. static const IconData mail_read_multiple_16_filled = IconData(59360, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -38717,6 +38843,15 @@ class FluentIcons { /// fluent icon named "people_star" in size 48 and filled style. static const IconData people_star_48_filled = IconData(61691, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "people_subtract" in size 20 and filled style. + static const IconData people_subtract_20_filled = IconData(984583, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_subtract" in size 24 and filled style. + static const IconData people_subtract_24_filled = IconData(984584, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "people_subtract" in size 32 and filled style. + static const IconData people_subtract_32_filled = IconData(984585, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "people_swap" in size 16 and filled style. static const IconData people_swap_16_filled = IconData(59676, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -38855,6 +38990,18 @@ class FluentIcons { /// fluent icon named "person_alert" in size 32 and filled style. static const IconData person_alert_32_filled = IconData(984559, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "person_alert_off" in size 16 and filled style. + static const IconData person_alert_off_16_filled = IconData(984586, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_alert_off" in size 20 and filled style. + static const IconData person_alert_off_20_filled = IconData(984587, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_alert_off" in size 24 and filled style. + static const IconData person_alert_off_24_filled = IconData(984588, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_alert_off" in size 32 and filled style. + static const IconData person_alert_off_32_filled = IconData(984589, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "person_arrow_back" in size 16 and filled style. static const IconData person_arrow_back_16_filled = IconData(61332, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -41744,6 +41891,9 @@ class FluentIcons { /// fluent icon named "shopping_bag" in size 24 and filled style. static const IconData shopping_bag_24_filled = IconData(63368, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "shopping_bag_add" in size 16 and filled style. + static const IconData shopping_bag_add_16_filled = IconData(984590, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "shopping_bag_add" in size 20 and filled style. static const IconData shopping_bag_add_20_filled = IconData(984433, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -42212,6 +42362,24 @@ class FluentIcons { /// fluent icon named "sparkle_circle" in size 48 and filled style. static const IconData sparkle_circle_48_filled = IconData(983209, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "spatula_spoon" in size 16 and filled style. + static const IconData spatula_spoon_16_filled = IconData(984591, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "spatula_spoon" in size 20 and filled style. + static const IconData spatula_spoon_20_filled = IconData(984592, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "spatula_spoon" in size 24 and filled style. + static const IconData spatula_spoon_24_filled = IconData(984593, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "spatula_spoon" in size 28 and filled style. + static const IconData spatula_spoon_28_filled = IconData(984594, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "spatula_spoon" in size 32 and filled style. + static const IconData spatula_spoon_32_filled = IconData(984595, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "spatula_spoon" in size 48 and filled style. + static const IconData spatula_spoon_48_filled = IconData(984596, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "speaker_0" in size 16 and filled style. static const IconData speaker_0_16_filled = IconData(60224, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 50b457a5f4..a701ad8949 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.232 +version: 1.1.233 homepage: https://github.com/microsoft/fluentui-system-icons/tree/main environment: diff --git a/fonts/FluentSystemIcons-Filled.css b/fonts/FluentSystemIcons-Filled.css index 239ba40080..611b4f7a66 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?662ed55956b9065bf3c6bae3d8c374fc") format("woff2"), -url("./FluentSystemIcons-Filled.woff?662ed55956b9065bf3c6bae3d8c374fc") format("woff"), -url("./FluentSystemIcons-Filled.ttf?662ed55956b9065bf3c6bae3d8c374fc") format("truetype"); + src: url("./FluentSystemIcons-Filled.woff2?e4d39ab78aaaf690f882c3f67449ad24") format("woff2"), +url("./FluentSystemIcons-Filled.woff?e4d39ab78aaaf690f882c3f67449ad24") format("woff"), +url("./FluentSystemIcons-Filled.ttf?e4d39ab78aaaf690f882c3f67449ad24") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -23803,3 +23803,87 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_vehicle_tractor_24_filled:before { content: "\f05f8"; } +.icon-ic_fluent_classification_32_filled:before { + content: "\f05f9"; +} +.icon-ic_fluent_document_target_20_filled:before { + content: "\f05fa"; +} +.icon-ic_fluent_document_target_24_filled:before { + content: "\f05fb"; +} +.icon-ic_fluent_document_target_32_filled:before { + content: "\f05fc"; +} +.icon-ic_fluent_emoji_meme_16_filled:before { + content: "\f05fd"; +} +.icon-ic_fluent_emoji_meme_20_filled:before { + content: "\f05fe"; +} +.icon-ic_fluent_emoji_meme_24_filled:before { + content: "\f05ff"; +} +.icon-ic_fluent_hand_point_16_filled:before { + content: "\f0600"; +} +.icon-ic_fluent_hand_point_20_filled:before { + content: "\f0601"; +} +.icon-ic_fluent_hand_point_24_filled:before { + content: "\f0602"; +} +.icon-ic_fluent_hand_point_28_filled:before { + content: "\f0603"; +} +.icon-ic_fluent_hand_point_32_filled:before { + content: "\f0604"; +} +.icon-ic_fluent_hand_point_48_filled:before { + content: "\f0605"; +} +.icon-ic_fluent_mail_read_briefcase_48_filled:before { + content: "\f0606"; +} +.icon-ic_fluent_people_subtract_20_filled:before { + content: "\f0607"; +} +.icon-ic_fluent_people_subtract_24_filled:before { + content: "\f0608"; +} +.icon-ic_fluent_people_subtract_32_filled:before { + content: "\f0609"; +} +.icon-ic_fluent_person_alert_off_16_filled:before { + content: "\f060a"; +} +.icon-ic_fluent_person_alert_off_20_filled:before { + content: "\f060b"; +} +.icon-ic_fluent_person_alert_off_24_filled:before { + content: "\f060c"; +} +.icon-ic_fluent_person_alert_off_32_filled:before { + content: "\f060d"; +} +.icon-ic_fluent_shopping_bag_add_16_filled:before { + content: "\f060e"; +} +.icon-ic_fluent_spatula_spoon_16_filled:before { + content: "\f060f"; +} +.icon-ic_fluent_spatula_spoon_20_filled:before { + content: "\f0610"; +} +.icon-ic_fluent_spatula_spoon_24_filled:before { + content: "\f0611"; +} +.icon-ic_fluent_spatula_spoon_28_filled:before { + content: "\f0612"; +} +.icon-ic_fluent_spatula_spoon_32_filled:before { + content: "\f0613"; +} +.icon-ic_fluent_spatula_spoon_48_filled:before { + content: "\f0614"; +} diff --git a/fonts/FluentSystemIcons-Filled.html b/fonts/FluentSystemIcons-Filled.html index 9630c467e9..8e49beb407 100644 --- a/fonts/FluentSystemIcons-Filled.html +++ b/fonts/FluentSystemIcons-Filled.html @@ -15734,6 +15734,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_classification_32_filled +
+ +
@@ -25373,6 +25382,33 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_document_target_20_filled +
+ + +
+ + + +
+ ic_fluent_document_target_24_filled +
+ + +
+ + + +
+ ic_fluent_document_target_32_filled +
+ +
@@ -27272,6 +27308,33 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_emoji_meme_16_filled +
+ + +
+ + + +
+ ic_fluent_emoji_meme_20_filled +
+ + +
+ + + +
+ ic_fluent_emoji_meme_24_filled +
+ +
@@ -32447,6 +32510,60 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_hand_point_16_filled +
+ + +
+ + + +
+ ic_fluent_hand_point_20_filled +
+ + +
+ + + +
+ ic_fluent_hand_point_24_filled +
+ + +
+ + + +
+ ic_fluent_hand_point_28_filled +
+ + +
+ + + +
+ ic_fluent_hand_point_32_filled +
+ + +
+ + + +
+ ic_fluent_hand_point_48_filled +
+ +
@@ -39827,6 +39944,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_mail_read_briefcase_48_filled +
+ +
@@ -45875,6 +46001,33 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_people_subtract_20_filled +
+ + +
+ + + +
+ ic_fluent_people_subtract_24_filled +
+ + +
+ + + +
+ ic_fluent_people_subtract_32_filled +
+ +
@@ -46289,6 +46442,42 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_person_alert_off_16_filled +
+ + +
+ + + +
+ ic_fluent_person_alert_off_20_filled +
+ + +
+ + + +
+ ic_fluent_person_alert_off_24_filled +
+ + +
+ + + +
+ ic_fluent_person_alert_off_32_filled +
+ +
@@ -54956,6 +55145,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_shopping_bag_add_16_filled +
+ +
@@ -56360,6 +56558,60 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_spatula_spoon_16_filled +
+ + +
+ + + +
+ ic_fluent_spatula_spoon_20_filled +
+ + +
+ + + +
+ ic_fluent_spatula_spoon_24_filled +
+ + +
+ + + +
+ ic_fluent_spatula_spoon_28_filled +
+ + +
+ + + +
+ ic_fluent_spatula_spoon_32_filled +
+ + +
+ + + +
+ ic_fluent_spatula_spoon_48_filled +
+ +
diff --git a/fonts/FluentSystemIcons-Filled.json b/fonts/FluentSystemIcons-Filled.json index a18c3c7c81..812640910b 100644 --- a/fonts/FluentSystemIcons-Filled.json +++ b/fonts/FluentSystemIcons-Filled.json @@ -7927,5 +7927,33 @@ "ic_fluent_tab_desktop_multiple_sparkle_20_filled": 984565, "ic_fluent_tab_desktop_multiple_sparkle_24_filled": 984566, "ic_fluent_vehicle_tractor_20_filled": 984567, - "ic_fluent_vehicle_tractor_24_filled": 984568 + "ic_fluent_vehicle_tractor_24_filled": 984568, + "ic_fluent_classification_32_filled": 984569, + "ic_fluent_document_target_20_filled": 984570, + "ic_fluent_document_target_24_filled": 984571, + "ic_fluent_document_target_32_filled": 984572, + "ic_fluent_emoji_meme_16_filled": 984573, + "ic_fluent_emoji_meme_20_filled": 984574, + "ic_fluent_emoji_meme_24_filled": 984575, + "ic_fluent_hand_point_16_filled": 984576, + "ic_fluent_hand_point_20_filled": 984577, + "ic_fluent_hand_point_24_filled": 984578, + "ic_fluent_hand_point_28_filled": 984579, + "ic_fluent_hand_point_32_filled": 984580, + "ic_fluent_hand_point_48_filled": 984581, + "ic_fluent_mail_read_briefcase_48_filled": 984582, + "ic_fluent_people_subtract_20_filled": 984583, + "ic_fluent_people_subtract_24_filled": 984584, + "ic_fluent_people_subtract_32_filled": 984585, + "ic_fluent_person_alert_off_16_filled": 984586, + "ic_fluent_person_alert_off_20_filled": 984587, + "ic_fluent_person_alert_off_24_filled": 984588, + "ic_fluent_person_alert_off_32_filled": 984589, + "ic_fluent_shopping_bag_add_16_filled": 984590, + "ic_fluent_spatula_spoon_16_filled": 984591, + "ic_fluent_spatula_spoon_20_filled": 984592, + "ic_fluent_spatula_spoon_24_filled": 984593, + "ic_fluent_spatula_spoon_28_filled": 984594, + "ic_fluent_spatula_spoon_32_filled": 984595, + "ic_fluent_spatula_spoon_48_filled": 984596 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Filled.ttf b/fonts/FluentSystemIcons-Filled.ttf index 59465e43ee..21e767087d 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 dd8b79b26f..ee3840091d 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 360989f0e9..76f1912085 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 d1bfd966b3..8cf964e2a2 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?4b26f1bc05e160b9a06641961d8051e3") format("woff2"), -url("./FluentSystemIcons-Regular.woff?4b26f1bc05e160b9a06641961d8051e3") format("woff"), -url("./FluentSystemIcons-Regular.ttf?4b26f1bc05e160b9a06641961d8051e3") format("truetype"); + src: url("./FluentSystemIcons-Regular.woff2?8486223ac9dba4e186b1fbd87ae9fa4b") format("woff2"), +url("./FluentSystemIcons-Regular.woff?8486223ac9dba4e186b1fbd87ae9fa4b") format("woff"), +url("./FluentSystemIcons-Regular.ttf?8486223ac9dba4e186b1fbd87ae9fa4b") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -23440,3 +23440,87 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_vehicle_tractor_24_regular:before { content: "\f057f"; } +.icon-ic_fluent_classification_32_regular:before { + content: "\f0580"; +} +.icon-ic_fluent_document_target_20_regular:before { + content: "\f0581"; +} +.icon-ic_fluent_document_target_24_regular:before { + content: "\f0582"; +} +.icon-ic_fluent_document_target_32_regular:before { + content: "\f0583"; +} +.icon-ic_fluent_emoji_meme_16_regular:before { + content: "\f0584"; +} +.icon-ic_fluent_emoji_meme_20_regular:before { + content: "\f0585"; +} +.icon-ic_fluent_emoji_meme_24_regular:before { + content: "\f0586"; +} +.icon-ic_fluent_hand_point_16_regular:before { + content: "\f0587"; +} +.icon-ic_fluent_hand_point_20_regular:before { + content: "\f0588"; +} +.icon-ic_fluent_hand_point_24_regular:before { + content: "\f0589"; +} +.icon-ic_fluent_hand_point_28_regular:before { + content: "\f058a"; +} +.icon-ic_fluent_hand_point_32_regular:before { + content: "\f058b"; +} +.icon-ic_fluent_hand_point_48_regular:before { + content: "\f058c"; +} +.icon-ic_fluent_mail_read_briefcase_48_regular:before { + content: "\f058d"; +} +.icon-ic_fluent_people_subtract_20_regular:before { + content: "\f058e"; +} +.icon-ic_fluent_people_subtract_24_regular:before { + content: "\f058f"; +} +.icon-ic_fluent_people_subtract_32_regular:before { + content: "\f0590"; +} +.icon-ic_fluent_person_alert_off_16_regular:before { + content: "\f0591"; +} +.icon-ic_fluent_person_alert_off_20_regular:before { + content: "\f0592"; +} +.icon-ic_fluent_person_alert_off_24_regular:before { + content: "\f0593"; +} +.icon-ic_fluent_person_alert_off_32_regular:before { + content: "\f0594"; +} +.icon-ic_fluent_shopping_bag_add_16_regular:before { + content: "\f0595"; +} +.icon-ic_fluent_spatula_spoon_16_regular:before { + content: "\f0596"; +} +.icon-ic_fluent_spatula_spoon_20_regular:before { + content: "\f0597"; +} +.icon-ic_fluent_spatula_spoon_24_regular:before { + content: "\f0598"; +} +.icon-ic_fluent_spatula_spoon_28_regular:before { + content: "\f0599"; +} +.icon-ic_fluent_spatula_spoon_32_regular:before { + content: "\f059a"; +} +.icon-ic_fluent_spatula_spoon_48_regular:before { + content: "\f059b"; +} diff --git a/fonts/FluentSystemIcons-Regular.html b/fonts/FluentSystemIcons-Regular.html index fde2e9fa30..887d1c462d 100644 --- a/fonts/FluentSystemIcons-Regular.html +++ b/fonts/FluentSystemIcons-Regular.html @@ -15725,6 +15725,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_classification_32_regular +
+ +
@@ -25445,6 +25454,33 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_document_target_20_regular +
+ + +
+ + + +
+ ic_fluent_document_target_24_regular +
+ + +
+ + + +
+ ic_fluent_document_target_32_regular +
+ +
@@ -27344,6 +27380,33 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_emoji_meme_16_regular +
+ + +
+ + + +
+ ic_fluent_emoji_meme_20_regular +
+ + +
+ + + +
+ ic_fluent_emoji_meme_24_regular +
+ +
@@ -32303,6 +32366,60 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_hand_point_16_regular +
+ + +
+ + + +
+ ic_fluent_hand_point_20_regular +
+ + +
+ + + +
+ ic_fluent_hand_point_24_regular +
+ + +
+ + + +
+ ic_fluent_hand_point_28_regular +
+ + +
+ + + +
+ ic_fluent_hand_point_32_regular +
+ + +
+ + + +
+ ic_fluent_hand_point_48_regular +
+ +
@@ -38702,6 +38819,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_mail_read_briefcase_48_regular +
+ +
@@ -44714,6 +44840,33 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_people_subtract_20_regular +
+ + +
+ + + +
+ ic_fluent_people_subtract_24_regular +
+ + +
+ + + +
+ ic_fluent_people_subtract_32_regular +
+ +
@@ -45128,6 +45281,42 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_person_alert_off_16_regular +
+ + +
+ + + +
+ ic_fluent_person_alert_off_20_regular +
+ + +
+ + + +
+ ic_fluent_person_alert_off_24_regular +
+ + +
+ + + +
+ ic_fluent_person_alert_off_32_regular +
+ +
@@ -53930,6 +54119,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_shopping_bag_add_16_regular +
+ +
@@ -55334,6 +55532,60 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_spatula_spoon_16_regular +
+ + +
+ + + +
+ ic_fluent_spatula_spoon_20_regular +
+ + +
+ + + +
+ ic_fluent_spatula_spoon_24_regular +
+ + +
+ + + +
+ ic_fluent_spatula_spoon_28_regular +
+ + +
+ + + +
+ ic_fluent_spatula_spoon_32_regular +
+ + +
+ + + +
+ ic_fluent_spatula_spoon_48_regular +
+ +
diff --git a/fonts/FluentSystemIcons-Regular.json b/fonts/FluentSystemIcons-Regular.json index d7685b8c1c..6f5f79e2c1 100644 --- a/fonts/FluentSystemIcons-Regular.json +++ b/fonts/FluentSystemIcons-Regular.json @@ -7806,5 +7806,33 @@ "ic_fluent_tab_desktop_multiple_sparkle_20_regular": 984444, "ic_fluent_tab_desktop_multiple_sparkle_24_regular": 984445, "ic_fluent_vehicle_tractor_20_regular": 984446, - "ic_fluent_vehicle_tractor_24_regular": 984447 + "ic_fluent_vehicle_tractor_24_regular": 984447, + "ic_fluent_classification_32_regular": 984448, + "ic_fluent_document_target_20_regular": 984449, + "ic_fluent_document_target_24_regular": 984450, + "ic_fluent_document_target_32_regular": 984451, + "ic_fluent_emoji_meme_16_regular": 984452, + "ic_fluent_emoji_meme_20_regular": 984453, + "ic_fluent_emoji_meme_24_regular": 984454, + "ic_fluent_hand_point_16_regular": 984455, + "ic_fluent_hand_point_20_regular": 984456, + "ic_fluent_hand_point_24_regular": 984457, + "ic_fluent_hand_point_28_regular": 984458, + "ic_fluent_hand_point_32_regular": 984459, + "ic_fluent_hand_point_48_regular": 984460, + "ic_fluent_mail_read_briefcase_48_regular": 984461, + "ic_fluent_people_subtract_20_regular": 984462, + "ic_fluent_people_subtract_24_regular": 984463, + "ic_fluent_people_subtract_32_regular": 984464, + "ic_fluent_person_alert_off_16_regular": 984465, + "ic_fluent_person_alert_off_20_regular": 984466, + "ic_fluent_person_alert_off_24_regular": 984467, + "ic_fluent_person_alert_off_32_regular": 984468, + "ic_fluent_shopping_bag_add_16_regular": 984469, + "ic_fluent_spatula_spoon_16_regular": 984470, + "ic_fluent_spatula_spoon_20_regular": 984471, + "ic_fluent_spatula_spoon_24_regular": 984472, + "ic_fluent_spatula_spoon_28_regular": 984473, + "ic_fluent_spatula_spoon_32_regular": 984474, + "ic_fluent_spatula_spoon_48_regular": 984475 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Regular.ttf b/fonts/FluentSystemIcons-Regular.ttf index e031667276..ff12b06542 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 a1eef933bc..e948b6dd32 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 94d2273b49..f0371bfb01 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 5c8324965d..10beca9a56 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?b6d6578a47564da2de0f26f8b0946e75") format("woff2"), -url("./FluentSystemIcons-Resizable.woff?b6d6578a47564da2de0f26f8b0946e75") format("woff"), -url("./FluentSystemIcons-Resizable.ttf?b6d6578a47564da2de0f26f8b0946e75") format("truetype"); + src: url("./FluentSystemIcons-Resizable.woff2?69477e0f920ed270c91aff591753c076") format("woff2"), +url("./FluentSystemIcons-Resizable.woff?69477e0f920ed270c91aff591753c076") format("woff"), +url("./FluentSystemIcons-Resizable.ttf?69477e0f920ed270c91aff591753c076") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -5236,9621 +5236,9657 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_document_table_truck_20_regular:before { content: "\e6cb"; } -.icon-ic_fluent_document_text_20_filled:before { +.icon-ic_fluent_document_target_20_filled:before { content: "\e6cc"; } -.icon-ic_fluent_document_text_20_regular:before { +.icon-ic_fluent_document_target_20_regular:before { content: "\e6cd"; } -.icon-ic_fluent_document_text_clock_20_filled:before { +.icon-ic_fluent_document_text_20_filled:before { content: "\e6ce"; } -.icon-ic_fluent_document_text_clock_20_regular:before { +.icon-ic_fluent_document_text_20_regular:before { content: "\e6cf"; } -.icon-ic_fluent_document_text_extract_20_filled:before { +.icon-ic_fluent_document_text_clock_20_filled:before { content: "\e6d0"; } -.icon-ic_fluent_document_text_extract_20_regular:before { +.icon-ic_fluent_document_text_clock_20_regular:before { content: "\e6d1"; } -.icon-ic_fluent_document_text_link_20_filled:before { +.icon-ic_fluent_document_text_extract_20_filled:before { content: "\e6d2"; } -.icon-ic_fluent_document_text_link_20_regular:before { +.icon-ic_fluent_document_text_extract_20_regular:before { content: "\e6d3"; } -.icon-ic_fluent_document_text_toolbox_20_filled:before { +.icon-ic_fluent_document_text_link_20_filled:before { content: "\e6d4"; } -.icon-ic_fluent_document_text_toolbox_20_regular:before { +.icon-ic_fluent_document_text_link_20_regular:before { content: "\e6d5"; } -.icon-ic_fluent_document_toolbox_20_filled:before { +.icon-ic_fluent_document_text_toolbox_20_filled:before { content: "\e6d6"; } -.icon-ic_fluent_document_toolbox_20_regular:before { +.icon-ic_fluent_document_text_toolbox_20_regular:before { content: "\e6d7"; } -.icon-ic_fluent_document_width_20_filled:before { +.icon-ic_fluent_document_toolbox_20_filled:before { content: "\e6d8"; } -.icon-ic_fluent_document_width_20_regular:before { +.icon-ic_fluent_document_toolbox_20_regular:before { content: "\e6d9"; } -.icon-ic_fluent_document_yml_20_filled:before { +.icon-ic_fluent_document_width_20_filled:before { content: "\e6da"; } -.icon-ic_fluent_document_yml_20_regular:before { +.icon-ic_fluent_document_width_20_regular:before { content: "\e6db"; } -.icon-ic_fluent_door_20_filled:before { +.icon-ic_fluent_document_yml_20_filled:before { content: "\e6dc"; } -.icon-ic_fluent_door_20_regular:before { +.icon-ic_fluent_document_yml_20_regular:before { content: "\e6dd"; } -.icon-ic_fluent_door_arrow_left_20_filled:before { +.icon-ic_fluent_door_20_filled:before { content: "\e6de"; } -.icon-ic_fluent_door_arrow_left_20_regular:before { +.icon-ic_fluent_door_20_regular:before { content: "\e6df"; } -.icon-ic_fluent_door_arrow_right_20_filled:before { +.icon-ic_fluent_door_arrow_left_20_filled:before { content: "\e6e0"; } -.icon-ic_fluent_door_arrow_right_20_regular:before { +.icon-ic_fluent_door_arrow_left_20_regular:before { content: "\e6e1"; } -.icon-ic_fluent_door_tag_20_filled:before { +.icon-ic_fluent_door_arrow_right_20_filled:before { content: "\e6e2"; } -.icon-ic_fluent_door_tag_20_regular:before { +.icon-ic_fluent_door_arrow_right_20_regular:before { content: "\e6e3"; } -.icon-ic_fluent_double_swipe_down_20_filled:before { +.icon-ic_fluent_door_tag_20_filled:before { content: "\e6e4"; } -.icon-ic_fluent_double_swipe_down_20_regular:before { +.icon-ic_fluent_door_tag_20_regular:before { content: "\e6e5"; } -.icon-ic_fluent_double_swipe_up_20_filled:before { +.icon-ic_fluent_double_swipe_down_20_filled:before { content: "\e6e6"; } -.icon-ic_fluent_double_swipe_up_20_regular:before { +.icon-ic_fluent_double_swipe_down_20_regular:before { content: "\e6e7"; } -.icon-ic_fluent_double_tap_swipe_down_20_filled:before { +.icon-ic_fluent_double_swipe_up_20_filled:before { content: "\e6e8"; } -.icon-ic_fluent_double_tap_swipe_down_20_regular:before { +.icon-ic_fluent_double_swipe_up_20_regular:before { content: "\e6e9"; } -.icon-ic_fluent_double_tap_swipe_up_20_filled:before { +.icon-ic_fluent_double_tap_swipe_down_20_filled:before { content: "\e6ea"; } -.icon-ic_fluent_double_tap_swipe_up_20_regular:before { +.icon-ic_fluent_double_tap_swipe_down_20_regular:before { content: "\e6eb"; } -.icon-ic_fluent_drafts_20_filled:before { +.icon-ic_fluent_double_tap_swipe_up_20_filled:before { content: "\e6ec"; } -.icon-ic_fluent_drafts_20_regular:before { +.icon-ic_fluent_double_tap_swipe_up_20_regular:before { content: "\e6ed"; } -.icon-ic_fluent_drag_20_filled:before { +.icon-ic_fluent_drafts_20_filled:before { content: "\e6ee"; } -.icon-ic_fluent_drag_20_regular:before { +.icon-ic_fluent_drafts_20_regular:before { content: "\e6ef"; } -.icon-ic_fluent_draw_image_20_filled:before { +.icon-ic_fluent_drag_20_filled:before { content: "\e6f0"; } -.icon-ic_fluent_draw_image_20_regular:before { +.icon-ic_fluent_drag_20_regular:before { content: "\e6f1"; } -.icon-ic_fluent_draw_shape_20_filled:before { +.icon-ic_fluent_draw_image_20_filled:before { content: "\e6f2"; } -.icon-ic_fluent_draw_shape_20_regular:before { +.icon-ic_fluent_draw_image_20_regular:before { content: "\e6f3"; } -.icon-ic_fluent_draw_text_20_filled:before { +.icon-ic_fluent_draw_shape_20_filled:before { content: "\e6f4"; } -.icon-ic_fluent_draw_text_20_regular:before { +.icon-ic_fluent_draw_shape_20_regular:before { content: "\e6f5"; } -.icon-ic_fluent_drawer_20_filled:before { +.icon-ic_fluent_draw_text_20_filled:before { content: "\e6f6"; } -.icon-ic_fluent_drawer_20_regular:before { +.icon-ic_fluent_draw_text_20_regular:before { content: "\e6f7"; } -.icon-ic_fluent_drawer_add_20_filled:before { +.icon-ic_fluent_drawer_20_filled:before { content: "\e6f8"; } -.icon-ic_fluent_drawer_add_20_regular:before { +.icon-ic_fluent_drawer_20_regular:before { content: "\e6f9"; } -.icon-ic_fluent_drawer_arrow_download_20_filled:before { +.icon-ic_fluent_drawer_add_20_filled:before { content: "\e6fa"; } -.icon-ic_fluent_drawer_arrow_download_20_regular:before { +.icon-ic_fluent_drawer_add_20_regular:before { content: "\e6fb"; } -.icon-ic_fluent_drawer_dismiss_20_filled:before { +.icon-ic_fluent_drawer_arrow_download_20_filled:before { content: "\e6fc"; } -.icon-ic_fluent_drawer_dismiss_20_regular:before { +.icon-ic_fluent_drawer_arrow_download_20_regular:before { content: "\e6fd"; } -.icon-ic_fluent_drawer_play_20_filled:before { +.icon-ic_fluent_drawer_dismiss_20_filled:before { content: "\e6fe"; } -.icon-ic_fluent_drawer_play_20_regular:before { +.icon-ic_fluent_drawer_dismiss_20_regular:before { content: "\e6ff"; } -.icon-ic_fluent_drawer_subtract_20_filled:before { +.icon-ic_fluent_drawer_play_20_filled:before { content: "\e700"; } -.icon-ic_fluent_drawer_subtract_20_regular:before { +.icon-ic_fluent_drawer_play_20_regular:before { content: "\e701"; } -.icon-ic_fluent_drink_beer_20_filled:before { +.icon-ic_fluent_drawer_subtract_20_filled:before { content: "\e702"; } -.icon-ic_fluent_drink_beer_20_regular:before { +.icon-ic_fluent_drawer_subtract_20_regular:before { content: "\e703"; } -.icon-ic_fluent_drink_bottle_20_filled:before { +.icon-ic_fluent_drink_beer_20_filled:before { content: "\e704"; } -.icon-ic_fluent_drink_bottle_20_regular:before { +.icon-ic_fluent_drink_beer_20_regular:before { content: "\e705"; } -.icon-ic_fluent_drink_bottle_off_20_filled:before { +.icon-ic_fluent_drink_bottle_20_filled:before { content: "\e706"; } -.icon-ic_fluent_drink_bottle_off_20_regular:before { +.icon-ic_fluent_drink_bottle_20_regular:before { content: "\e707"; } -.icon-ic_fluent_drink_coffee_20_filled:before { +.icon-ic_fluent_drink_bottle_off_20_filled:before { content: "\e708"; } -.icon-ic_fluent_drink_coffee_20_regular:before { +.icon-ic_fluent_drink_bottle_off_20_regular:before { content: "\e709"; } -.icon-ic_fluent_drink_margarita_20_filled:before { +.icon-ic_fluent_drink_coffee_20_filled:before { content: "\e70a"; } -.icon-ic_fluent_drink_margarita_20_regular:before { +.icon-ic_fluent_drink_coffee_20_regular:before { content: "\e70b"; } -.icon-ic_fluent_drink_to_go_20_filled:before { +.icon-ic_fluent_drink_margarita_20_filled:before { content: "\e70c"; } -.icon-ic_fluent_drink_to_go_20_regular:before { +.icon-ic_fluent_drink_margarita_20_regular:before { content: "\e70d"; } -.icon-ic_fluent_drink_wine_20_filled:before { +.icon-ic_fluent_drink_to_go_20_filled:before { content: "\e70e"; } -.icon-ic_fluent_drink_wine_20_regular:before { +.icon-ic_fluent_drink_to_go_20_regular:before { content: "\e70f"; } -.icon-ic_fluent_drive_train_20_filled:before { +.icon-ic_fluent_drink_wine_20_filled:before { content: "\e710"; } -.icon-ic_fluent_drive_train_20_regular:before { +.icon-ic_fluent_drink_wine_20_regular:before { content: "\e711"; } -.icon-ic_fluent_drop_20_filled:before { +.icon-ic_fluent_drive_train_20_filled:before { content: "\e712"; } -.icon-ic_fluent_drop_20_regular:before { +.icon-ic_fluent_drive_train_20_regular:before { content: "\e713"; } -.icon-ic_fluent_dual_screen_20_filled:before { +.icon-ic_fluent_drop_20_filled:before { content: "\e714"; } -.icon-ic_fluent_dual_screen_20_regular:before { +.icon-ic_fluent_drop_20_regular:before { content: "\e715"; } -.icon-ic_fluent_dual_screen_add_20_filled:before { +.icon-ic_fluent_dual_screen_20_filled:before { content: "\e716"; } -.icon-ic_fluent_dual_screen_add_20_regular:before { +.icon-ic_fluent_dual_screen_20_regular:before { content: "\e717"; } -.icon-ic_fluent_dual_screen_arrow_right_20_filled:before { +.icon-ic_fluent_dual_screen_add_20_filled:before { content: "\e718"; } -.icon-ic_fluent_dual_screen_arrow_right_20_regular:before { +.icon-ic_fluent_dual_screen_add_20_regular:before { content: "\e719"; } -.icon-ic_fluent_dual_screen_arrow_up_20_filled:before { +.icon-ic_fluent_dual_screen_arrow_right_20_filled:before { content: "\e71a"; } -.icon-ic_fluent_dual_screen_arrow_up_20_regular:before { +.icon-ic_fluent_dual_screen_arrow_right_20_regular:before { content: "\e71b"; } -.icon-ic_fluent_dual_screen_clock_20_filled:before { +.icon-ic_fluent_dual_screen_arrow_up_20_filled:before { content: "\e71c"; } -.icon-ic_fluent_dual_screen_clock_20_regular:before { +.icon-ic_fluent_dual_screen_arrow_up_20_regular:before { content: "\e71d"; } -.icon-ic_fluent_dual_screen_closed_alert_20_filled:before { +.icon-ic_fluent_dual_screen_clock_20_filled:before { content: "\e71e"; } -.icon-ic_fluent_dual_screen_closed_alert_20_regular:before { +.icon-ic_fluent_dual_screen_clock_20_regular:before { content: "\e71f"; } -.icon-ic_fluent_dual_screen_desktop_20_filled:before { +.icon-ic_fluent_dual_screen_closed_alert_20_filled:before { content: "\e720"; } -.icon-ic_fluent_dual_screen_desktop_20_regular:before { +.icon-ic_fluent_dual_screen_closed_alert_20_regular:before { content: "\e721"; } -.icon-ic_fluent_dual_screen_dismiss_20_filled:before { +.icon-ic_fluent_dual_screen_desktop_20_filled:before { content: "\e722"; } -.icon-ic_fluent_dual_screen_dismiss_20_regular:before { +.icon-ic_fluent_dual_screen_desktop_20_regular:before { content: "\e723"; } -.icon-ic_fluent_dual_screen_group_20_filled:before { +.icon-ic_fluent_dual_screen_dismiss_20_filled:before { content: "\e724"; } -.icon-ic_fluent_dual_screen_group_20_regular:before { +.icon-ic_fluent_dual_screen_dismiss_20_regular:before { content: "\e725"; } -.icon-ic_fluent_dual_screen_header_20_filled:before { +.icon-ic_fluent_dual_screen_group_20_filled:before { content: "\e726"; } -.icon-ic_fluent_dual_screen_header_20_regular:before { +.icon-ic_fluent_dual_screen_group_20_regular:before { content: "\e727"; } -.icon-ic_fluent_dual_screen_lock_20_filled:before { +.icon-ic_fluent_dual_screen_header_20_filled:before { content: "\e728"; } -.icon-ic_fluent_dual_screen_lock_20_regular:before { +.icon-ic_fluent_dual_screen_header_20_regular:before { content: "\e729"; } -.icon-ic_fluent_dual_screen_mirror_20_filled:before { +.icon-ic_fluent_dual_screen_lock_20_filled:before { content: "\e72a"; } -.icon-ic_fluent_dual_screen_mirror_20_regular:before { +.icon-ic_fluent_dual_screen_lock_20_regular:before { content: "\e72b"; } -.icon-ic_fluent_dual_screen_pagination_20_filled:before { +.icon-ic_fluent_dual_screen_mirror_20_filled:before { content: "\e72c"; } -.icon-ic_fluent_dual_screen_pagination_20_regular:before { +.icon-ic_fluent_dual_screen_mirror_20_regular:before { content: "\e72d"; } -.icon-ic_fluent_dual_screen_settings_20_filled:before { +.icon-ic_fluent_dual_screen_pagination_20_filled:before { content: "\e72e"; } -.icon-ic_fluent_dual_screen_settings_20_regular:before { +.icon-ic_fluent_dual_screen_pagination_20_regular:before { content: "\e72f"; } -.icon-ic_fluent_dual_screen_span_20_filled:before { +.icon-ic_fluent_dual_screen_settings_20_filled:before { content: "\e730"; } -.icon-ic_fluent_dual_screen_span_20_regular:before { +.icon-ic_fluent_dual_screen_settings_20_regular:before { content: "\e731"; } -.icon-ic_fluent_dual_screen_speaker_20_filled:before { +.icon-ic_fluent_dual_screen_span_20_filled:before { content: "\e732"; } -.icon-ic_fluent_dual_screen_speaker_20_regular:before { +.icon-ic_fluent_dual_screen_span_20_regular:before { content: "\e733"; } -.icon-ic_fluent_dual_screen_status_bar_20_filled:before { +.icon-ic_fluent_dual_screen_speaker_20_filled:before { content: "\e734"; } -.icon-ic_fluent_dual_screen_status_bar_20_regular:before { +.icon-ic_fluent_dual_screen_speaker_20_regular:before { content: "\e735"; } -.icon-ic_fluent_dual_screen_tablet_20_filled:before { +.icon-ic_fluent_dual_screen_status_bar_20_filled:before { content: "\e736"; } -.icon-ic_fluent_dual_screen_tablet_20_regular:before { +.icon-ic_fluent_dual_screen_status_bar_20_regular:before { content: "\e737"; } -.icon-ic_fluent_dual_screen_update_20_filled:before { +.icon-ic_fluent_dual_screen_tablet_20_filled:before { content: "\e738"; } -.icon-ic_fluent_dual_screen_update_20_regular:before { +.icon-ic_fluent_dual_screen_tablet_20_regular:before { content: "\e739"; } -.icon-ic_fluent_dual_screen_vertical_scroll_20_filled:before { +.icon-ic_fluent_dual_screen_update_20_filled:before { content: "\e73a"; } -.icon-ic_fluent_dual_screen_vertical_scroll_20_regular:before { +.icon-ic_fluent_dual_screen_update_20_regular:before { content: "\e73b"; } -.icon-ic_fluent_dual_screen_vibrate_20_filled:before { +.icon-ic_fluent_dual_screen_vertical_scroll_20_filled:before { content: "\e73c"; } -.icon-ic_fluent_dual_screen_vibrate_20_regular:before { +.icon-ic_fluent_dual_screen_vertical_scroll_20_regular:before { content: "\e73d"; } -.icon-ic_fluent_dumbbell_20_filled:before { +.icon-ic_fluent_dual_screen_vibrate_20_filled:before { content: "\e73e"; } -.icon-ic_fluent_dumbbell_20_regular:before { +.icon-ic_fluent_dual_screen_vibrate_20_regular:before { content: "\e73f"; } -.icon-ic_fluent_dust_20_filled:before { +.icon-ic_fluent_dumbbell_20_filled:before { content: "\e740"; } -.icon-ic_fluent_dust_20_regular:before { +.icon-ic_fluent_dumbbell_20_regular:before { content: "\e741"; } -.icon-ic_fluent_earth_20_filled:before { +.icon-ic_fluent_dust_20_filled:before { content: "\e742"; } -.icon-ic_fluent_earth_20_regular:before { +.icon-ic_fluent_dust_20_regular:before { content: "\e743"; } -.icon-ic_fluent_earth_leaf_20_filled:before { +.icon-ic_fluent_earth_20_filled:before { content: "\e744"; } -.icon-ic_fluent_earth_leaf_20_regular:before { +.icon-ic_fluent_earth_20_regular:before { content: "\e745"; } -.icon-ic_fluent_edit_20_filled:before { +.icon-ic_fluent_earth_leaf_20_filled:before { content: "\e746"; } -.icon-ic_fluent_edit_20_regular:before { +.icon-ic_fluent_earth_leaf_20_regular:before { content: "\e747"; } -.icon-ic_fluent_edit_arrow_back_20_filled:before { +.icon-ic_fluent_edit_20_filled:before { content: "\e748"; } -.icon-ic_fluent_edit_arrow_back_20_regular:before { +.icon-ic_fluent_edit_20_regular:before { content: "\e749"; } -.icon-ic_fluent_edit_off_20_filled:before { +.icon-ic_fluent_edit_arrow_back_20_filled:before { content: "\e74a"; } -.icon-ic_fluent_edit_off_20_regular:before { +.icon-ic_fluent_edit_arrow_back_20_regular:before { content: "\e74b"; } -.icon-ic_fluent_edit_person_20_filled:before { +.icon-ic_fluent_edit_off_20_filled:before { content: "\e74c"; } -.icon-ic_fluent_edit_person_20_regular:before { +.icon-ic_fluent_edit_off_20_regular:before { content: "\e74d"; } -.icon-ic_fluent_edit_prohibited_20_filled:before { +.icon-ic_fluent_edit_person_20_filled:before { content: "\e74e"; } -.icon-ic_fluent_edit_prohibited_20_regular:before { +.icon-ic_fluent_edit_person_20_regular:before { content: "\e74f"; } -.icon-ic_fluent_edit_settings_20_filled:before { +.icon-ic_fluent_edit_prohibited_20_filled:before { content: "\e750"; } -.icon-ic_fluent_edit_settings_20_regular:before { +.icon-ic_fluent_edit_prohibited_20_regular:before { content: "\e751"; } -.icon-ic_fluent_elevator_20_filled:before { +.icon-ic_fluent_edit_settings_20_filled:before { content: "\e752"; } -.icon-ic_fluent_elevator_20_regular:before { +.icon-ic_fluent_edit_settings_20_regular:before { content: "\e753"; } -.icon-ic_fluent_emoji_20_filled:before { +.icon-ic_fluent_elevator_20_filled:before { content: "\e754"; } -.icon-ic_fluent_emoji_20_regular:before { +.icon-ic_fluent_elevator_20_regular:before { content: "\e755"; } -.icon-ic_fluent_emoji_add_20_filled:before { +.icon-ic_fluent_emoji_20_filled:before { content: "\e756"; } -.icon-ic_fluent_emoji_add_20_regular:before { +.icon-ic_fluent_emoji_20_regular:before { content: "\e757"; } -.icon-ic_fluent_emoji_angry_20_filled:before { +.icon-ic_fluent_emoji_add_20_filled:before { content: "\e758"; } -.icon-ic_fluent_emoji_angry_20_regular:before { +.icon-ic_fluent_emoji_add_20_regular:before { content: "\e759"; } -.icon-ic_fluent_emoji_edit_20_filled:before { +.icon-ic_fluent_emoji_angry_20_filled:before { content: "\e75a"; } -.icon-ic_fluent_emoji_edit_20_regular:before { +.icon-ic_fluent_emoji_angry_20_regular:before { content: "\e75b"; } -.icon-ic_fluent_emoji_hand_20_filled:before { +.icon-ic_fluent_emoji_edit_20_filled:before { content: "\e75c"; } -.icon-ic_fluent_emoji_hand_20_regular:before { +.icon-ic_fluent_emoji_edit_20_regular:before { content: "\e75d"; } -.icon-ic_fluent_emoji_hint_20_filled:before { +.icon-ic_fluent_emoji_hand_20_filled:before { content: "\e75e"; } -.icon-ic_fluent_emoji_hint_20_regular:before { +.icon-ic_fluent_emoji_hand_20_regular:before { content: "\e75f"; } -.icon-ic_fluent_emoji_laugh_20_filled:before { +.icon-ic_fluent_emoji_hint_20_filled:before { content: "\e760"; } -.icon-ic_fluent_emoji_laugh_20_regular:before { +.icon-ic_fluent_emoji_hint_20_regular:before { content: "\e761"; } -.icon-ic_fluent_emoji_meh_20_filled:before { +.icon-ic_fluent_emoji_laugh_20_filled:before { content: "\e762"; } -.icon-ic_fluent_emoji_meh_20_regular:before { +.icon-ic_fluent_emoji_laugh_20_regular:before { content: "\e763"; } -.icon-ic_fluent_emoji_multiple_20_filled:before { +.icon-ic_fluent_emoji_meh_20_filled:before { content: "\e764"; } -.icon-ic_fluent_emoji_multiple_20_regular:before { +.icon-ic_fluent_emoji_meh_20_regular:before { content: "\e765"; } -.icon-ic_fluent_emoji_sad_20_filled:before { +.icon-ic_fluent_emoji_meme_20_filled:before { content: "\e766"; } -.icon-ic_fluent_emoji_sad_20_regular:before { +.icon-ic_fluent_emoji_meme_20_regular:before { content: "\e767"; } -.icon-ic_fluent_emoji_sad_slight_20_filled:before { +.icon-ic_fluent_emoji_multiple_20_filled:before { content: "\e768"; } -.icon-ic_fluent_emoji_sad_slight_20_regular:before { +.icon-ic_fluent_emoji_multiple_20_regular:before { content: "\e769"; } -.icon-ic_fluent_emoji_smile_slight_20_filled:before { +.icon-ic_fluent_emoji_sad_20_filled:before { content: "\e76a"; } -.icon-ic_fluent_emoji_smile_slight_20_regular:before { +.icon-ic_fluent_emoji_sad_20_regular:before { content: "\e76b"; } -.icon-ic_fluent_emoji_sparkle_20_filled:before { +.icon-ic_fluent_emoji_sad_slight_20_filled:before { content: "\e76c"; } -.icon-ic_fluent_emoji_sparkle_20_regular:before { +.icon-ic_fluent_emoji_sad_slight_20_regular:before { content: "\e76d"; } -.icon-ic_fluent_emoji_surprise_20_filled:before { +.icon-ic_fluent_emoji_smile_slight_20_filled:before { content: "\e76e"; } -.icon-ic_fluent_emoji_surprise_20_regular:before { +.icon-ic_fluent_emoji_smile_slight_20_regular:before { content: "\e76f"; } -.icon-ic_fluent_engine_20_filled:before { +.icon-ic_fluent_emoji_sparkle_20_filled:before { content: "\e770"; } -.icon-ic_fluent_engine_20_regular:before { +.icon-ic_fluent_emoji_sparkle_20_regular:before { content: "\e771"; } -.icon-ic_fluent_equal_circle_20_filled:before { +.icon-ic_fluent_emoji_surprise_20_filled:before { content: "\e772"; } -.icon-ic_fluent_equal_circle_20_regular:before { +.icon-ic_fluent_emoji_surprise_20_regular:before { content: "\e773"; } -.icon-ic_fluent_equal_off_20_filled:before { +.icon-ic_fluent_engine_20_filled:before { content: "\e774"; } -.icon-ic_fluent_equal_off_20_regular:before { +.icon-ic_fluent_engine_20_regular:before { content: "\e775"; } -.icon-ic_fluent_eraser_20_filled:before { +.icon-ic_fluent_equal_circle_20_filled:before { content: "\e776"; } -.icon-ic_fluent_eraser_20_regular:before { +.icon-ic_fluent_equal_circle_20_regular:before { content: "\e777"; } -.icon-ic_fluent_eraser_medium_20_filled:before { +.icon-ic_fluent_equal_off_20_filled:before { content: "\e778"; } -.icon-ic_fluent_eraser_medium_20_regular:before { +.icon-ic_fluent_equal_off_20_regular:before { content: "\e779"; } -.icon-ic_fluent_eraser_segment_20_filled:before { +.icon-ic_fluent_eraser_20_filled:before { content: "\e77a"; } -.icon-ic_fluent_eraser_segment_20_regular:before { +.icon-ic_fluent_eraser_20_regular:before { content: "\e77b"; } -.icon-ic_fluent_eraser_small_20_filled:before { +.icon-ic_fluent_eraser_medium_20_filled:before { content: "\e77c"; } -.icon-ic_fluent_eraser_small_20_regular:before { +.icon-ic_fluent_eraser_medium_20_regular:before { content: "\e77d"; } -.icon-ic_fluent_eraser_tool_20_filled:before { +.icon-ic_fluent_eraser_segment_20_filled:before { content: "\e77e"; } -.icon-ic_fluent_eraser_tool_20_regular:before { +.icon-ic_fluent_eraser_segment_20_regular:before { content: "\e77f"; } -.icon-ic_fluent_error_circle_20_filled:before { +.icon-ic_fluent_eraser_small_20_filled:before { content: "\e780"; } -.icon-ic_fluent_error_circle_20_regular:before { +.icon-ic_fluent_eraser_small_20_regular:before { content: "\e781"; } -.icon-ic_fluent_error_circle_settings_20_filled:before { +.icon-ic_fluent_eraser_tool_20_filled:before { content: "\e782"; } -.icon-ic_fluent_error_circle_settings_20_regular:before { +.icon-ic_fluent_eraser_tool_20_regular:before { content: "\e783"; } -.icon-ic_fluent_expand_up_left_20_filled:before { +.icon-ic_fluent_error_circle_20_filled:before { content: "\e784"; } -.icon-ic_fluent_expand_up_left_20_regular:before { +.icon-ic_fluent_error_circle_20_regular:before { content: "\e785"; } -.icon-ic_fluent_expand_up_right_20_filled:before { +.icon-ic_fluent_error_circle_settings_20_filled:before { content: "\e786"; } -.icon-ic_fluent_expand_up_right_20_regular:before { +.icon-ic_fluent_error_circle_settings_20_regular:before { content: "\e787"; } -.icon-ic_fluent_extended_dock_20_filled:before { +.icon-ic_fluent_expand_up_left_20_filled:before { content: "\e788"; } -.icon-ic_fluent_extended_dock_20_regular:before { +.icon-ic_fluent_expand_up_left_20_regular:before { content: "\e789"; } -.icon-ic_fluent_eye_20_filled:before { +.icon-ic_fluent_expand_up_right_20_filled:before { content: "\e78a"; } -.icon-ic_fluent_eye_20_regular:before { +.icon-ic_fluent_expand_up_right_20_regular:before { content: "\e78b"; } -.icon-ic_fluent_eye_lines_20_filled:before { +.icon-ic_fluent_extended_dock_20_filled:before { content: "\e78c"; } -.icon-ic_fluent_eye_lines_20_regular:before { +.icon-ic_fluent_extended_dock_20_regular:before { content: "\e78d"; } -.icon-ic_fluent_eye_off_20_filled:before { +.icon-ic_fluent_eye_20_filled:before { content: "\e78e"; } -.icon-ic_fluent_eye_off_20_regular:before { +.icon-ic_fluent_eye_20_regular:before { content: "\e78f"; } -.icon-ic_fluent_eye_tracking_20_filled:before { +.icon-ic_fluent_eye_lines_20_filled:before { content: "\e790"; } -.icon-ic_fluent_eye_tracking_20_regular:before { +.icon-ic_fluent_eye_lines_20_regular:before { content: "\e791"; } -.icon-ic_fluent_eye_tracking_off_20_filled:before { +.icon-ic_fluent_eye_off_20_filled:before { content: "\e792"; } -.icon-ic_fluent_eye_tracking_off_20_regular:before { +.icon-ic_fluent_eye_off_20_regular:before { content: "\e793"; } -.icon-ic_fluent_eyedropper_20_filled:before { +.icon-ic_fluent_eye_tracking_20_filled:before { content: "\e794"; } -.icon-ic_fluent_eyedropper_20_regular:before { +.icon-ic_fluent_eye_tracking_20_regular:before { content: "\e795"; } -.icon-ic_fluent_eyedropper_off_20_filled:before { +.icon-ic_fluent_eye_tracking_off_20_filled:before { content: "\e796"; } -.icon-ic_fluent_eyedropper_off_20_regular:before { +.icon-ic_fluent_eye_tracking_off_20_regular:before { content: "\e797"; } -.icon-ic_fluent_f_stop_20_filled:before { +.icon-ic_fluent_eyedropper_20_filled:before { content: "\e798"; } -.icon-ic_fluent_f_stop_20_regular:before { +.icon-ic_fluent_eyedropper_20_regular:before { content: "\e799"; } -.icon-ic_fluent_fast_acceleration_20_filled:before { +.icon-ic_fluent_eyedropper_off_20_filled:before { content: "\e79a"; } -.icon-ic_fluent_fast_acceleration_20_regular:before { +.icon-ic_fluent_eyedropper_off_20_regular:before { content: "\e79b"; } -.icon-ic_fluent_fast_forward_20_filled:before { +.icon-ic_fluent_f_stop_20_filled:before { content: "\e79c"; } -.icon-ic_fluent_fast_forward_20_regular:before { +.icon-ic_fluent_f_stop_20_regular:before { content: "\e79d"; } -.icon-ic_fluent_fax_20_filled:before { +.icon-ic_fluent_fast_acceleration_20_filled:before { content: "\e79e"; } -.icon-ic_fluent_fax_20_regular:before { +.icon-ic_fluent_fast_acceleration_20_regular:before { content: "\e79f"; } -.icon-ic_fluent_feed_20_filled:before { +.icon-ic_fluent_fast_forward_20_filled:before { content: "\e7a0"; } -.icon-ic_fluent_feed_20_regular:before { +.icon-ic_fluent_fast_forward_20_regular:before { content: "\e7a1"; } -.icon-ic_fluent_filmstrip_20_filled:before { +.icon-ic_fluent_fax_20_filled:before { content: "\e7a2"; } -.icon-ic_fluent_filmstrip_20_regular:before { +.icon-ic_fluent_fax_20_regular:before { content: "\e7a3"; } -.icon-ic_fluent_filmstrip_image_20_filled:before { +.icon-ic_fluent_feed_20_filled:before { content: "\e7a4"; } -.icon-ic_fluent_filmstrip_image_20_regular:before { +.icon-ic_fluent_feed_20_regular:before { content: "\e7a5"; } -.icon-ic_fluent_filmstrip_play_20_filled:before { +.icon-ic_fluent_filmstrip_20_filled:before { content: "\e7a6"; } -.icon-ic_fluent_filmstrip_play_20_regular:before { +.icon-ic_fluent_filmstrip_20_regular:before { content: "\e7a7"; } -.icon-ic_fluent_filmstrip_split_20_filled:before { +.icon-ic_fluent_filmstrip_image_20_filled:before { content: "\e7a8"; } -.icon-ic_fluent_filmstrip_split_20_regular:before { +.icon-ic_fluent_filmstrip_image_20_regular:before { content: "\e7a9"; } -.icon-ic_fluent_filter_20_filled:before { +.icon-ic_fluent_filmstrip_play_20_filled:before { content: "\e7aa"; } -.icon-ic_fluent_filter_20_regular:before { +.icon-ic_fluent_filmstrip_play_20_regular:before { content: "\e7ab"; } -.icon-ic_fluent_filter_add_20_filled:before { +.icon-ic_fluent_filmstrip_split_20_filled:before { content: "\e7ac"; } -.icon-ic_fluent_filter_add_20_regular:before { +.icon-ic_fluent_filmstrip_split_20_regular:before { content: "\e7ad"; } -.icon-ic_fluent_filter_dismiss_20_filled:before { +.icon-ic_fluent_filter_20_filled:before { content: "\e7ae"; } -.icon-ic_fluent_filter_dismiss_20_regular:before { +.icon-ic_fluent_filter_20_regular:before { content: "\e7af"; } -.icon-ic_fluent_filter_sync_20_filled:before { +.icon-ic_fluent_filter_add_20_filled:before { content: "\e7b0"; } -.icon-ic_fluent_filter_sync_20_regular:before { +.icon-ic_fluent_filter_add_20_regular:before { content: "\e7b1"; } -.icon-ic_fluent_fingerprint_20_filled:before { +.icon-ic_fluent_filter_dismiss_20_filled:before { content: "\e7b2"; } -.icon-ic_fluent_fingerprint_20_regular:before { +.icon-ic_fluent_filter_dismiss_20_regular:before { content: "\e7b3"; } -.icon-ic_fluent_fire_20_filled:before { +.icon-ic_fluent_filter_sync_20_filled:before { content: "\e7b4"; } -.icon-ic_fluent_fire_20_regular:before { +.icon-ic_fluent_filter_sync_20_regular:before { content: "\e7b5"; } -.icon-ic_fluent_fireplace_20_filled:before { +.icon-ic_fluent_fingerprint_20_filled:before { content: "\e7b6"; } -.icon-ic_fluent_fireplace_20_regular:before { +.icon-ic_fluent_fingerprint_20_regular:before { content: "\e7b7"; } -.icon-ic_fluent_fixed_width_20_filled:before { +.icon-ic_fluent_fire_20_filled:before { content: "\e7b8"; } -.icon-ic_fluent_fixed_width_20_regular:before { +.icon-ic_fluent_fire_20_regular:before { content: "\e7b9"; } -.icon-ic_fluent_flag_20_filled:before { +.icon-ic_fluent_fireplace_20_filled:before { content: "\e7ba"; } -.icon-ic_fluent_flag_20_regular:before { +.icon-ic_fluent_fireplace_20_regular:before { content: "\e7bb"; } -.icon-ic_fluent_flag_checkered_20_filled:before { +.icon-ic_fluent_fixed_width_20_filled:before { content: "\e7bc"; } -.icon-ic_fluent_flag_checkered_20_regular:before { +.icon-ic_fluent_fixed_width_20_regular:before { content: "\e7bd"; } -.icon-ic_fluent_flag_clock_20_filled:before { +.icon-ic_fluent_flag_20_filled:before { content: "\e7be"; } -.icon-ic_fluent_flag_clock_20_regular:before { +.icon-ic_fluent_flag_20_regular:before { content: "\e7bf"; } -.icon-ic_fluent_flag_off_20_filled:before { +.icon-ic_fluent_flag_checkered_20_filled:before { content: "\e7c0"; } -.icon-ic_fluent_flag_off_20_regular:before { +.icon-ic_fluent_flag_checkered_20_regular:before { content: "\e7c1"; } -.icon-ic_fluent_flag_pride_20_filled:before { +.icon-ic_fluent_flag_clock_20_filled:before { content: "\e7c2"; } -.icon-ic_fluent_flag_pride_intersex_inclusive_progress_20_filled:before { +.icon-ic_fluent_flag_clock_20_regular:before { content: "\e7c3"; } -.icon-ic_fluent_flag_pride_philadelphia_20_filled:before { +.icon-ic_fluent_flag_off_20_filled:before { content: "\e7c4"; } -.icon-ic_fluent_flag_pride_progress_20_filled:before { +.icon-ic_fluent_flag_off_20_regular:before { content: "\e7c5"; } -.icon-ic_fluent_flash_20_filled:before { +.icon-ic_fluent_flag_pride_20_filled:before { content: "\e7c6"; } -.icon-ic_fluent_flash_20_regular:before { +.icon-ic_fluent_flag_pride_intersex_inclusive_progress_20_filled:before { content: "\e7c7"; } -.icon-ic_fluent_flash_add_20_filled:before { +.icon-ic_fluent_flag_pride_philadelphia_20_filled:before { content: "\e7c8"; } -.icon-ic_fluent_flash_add_20_regular:before { +.icon-ic_fluent_flag_pride_progress_20_filled:before { content: "\e7c9"; } -.icon-ic_fluent_flash_auto_20_filled:before { +.icon-ic_fluent_flash_20_filled:before { content: "\e7ca"; } -.icon-ic_fluent_flash_auto_20_regular:before { +.icon-ic_fluent_flash_20_regular:before { content: "\e7cb"; } -.icon-ic_fluent_flash_checkmark_20_filled:before { +.icon-ic_fluent_flash_add_20_filled:before { content: "\e7cc"; } -.icon-ic_fluent_flash_checkmark_20_regular:before { +.icon-ic_fluent_flash_add_20_regular:before { content: "\e7cd"; } -.icon-ic_fluent_flash_flow_20_filled:before { +.icon-ic_fluent_flash_auto_20_filled:before { content: "\e7ce"; } -.icon-ic_fluent_flash_flow_20_regular:before { +.icon-ic_fluent_flash_auto_20_regular:before { content: "\e7cf"; } -.icon-ic_fluent_flash_off_20_filled:before { +.icon-ic_fluent_flash_checkmark_20_filled:before { content: "\e7d0"; } -.icon-ic_fluent_flash_off_20_regular:before { +.icon-ic_fluent_flash_checkmark_20_regular:before { content: "\e7d1"; } -.icon-ic_fluent_flash_play_20_filled:before { +.icon-ic_fluent_flash_flow_20_filled:before { content: "\e7d2"; } -.icon-ic_fluent_flash_play_20_regular:before { +.icon-ic_fluent_flash_flow_20_regular:before { content: "\e7d3"; } -.icon-ic_fluent_flash_settings_20_filled:before { +.icon-ic_fluent_flash_off_20_filled:before { content: "\e7d4"; } -.icon-ic_fluent_flash_settings_20_regular:before { +.icon-ic_fluent_flash_off_20_regular:before { content: "\e7d5"; } -.icon-ic_fluent_flash_sparkle_20_filled:before { +.icon-ic_fluent_flash_play_20_filled:before { content: "\e7d6"; } -.icon-ic_fluent_flash_sparkle_20_regular:before { +.icon-ic_fluent_flash_play_20_regular:before { content: "\e7d7"; } -.icon-ic_fluent_flashlight_20_filled:before { +.icon-ic_fluent_flash_settings_20_filled:before { content: "\e7d8"; } -.icon-ic_fluent_flashlight_20_regular:before { +.icon-ic_fluent_flash_settings_20_regular:before { content: "\e7d9"; } -.icon-ic_fluent_flashlight_off_20_filled:before { +.icon-ic_fluent_flash_sparkle_20_filled:before { content: "\e7da"; } -.icon-ic_fluent_flashlight_off_20_regular:before { +.icon-ic_fluent_flash_sparkle_20_regular:before { content: "\e7db"; } -.icon-ic_fluent_flip_horizontal_20_filled:before { +.icon-ic_fluent_flashlight_20_filled:before { content: "\e7dc"; } -.icon-ic_fluent_flip_horizontal_20_regular:before { +.icon-ic_fluent_flashlight_20_regular:before { content: "\e7dd"; } -.icon-ic_fluent_flip_vertical_20_filled:before { +.icon-ic_fluent_flashlight_off_20_filled:before { content: "\e7de"; } -.icon-ic_fluent_flip_vertical_20_regular:before { +.icon-ic_fluent_flashlight_off_20_regular:before { content: "\e7df"; } -.icon-ic_fluent_flow_20_filled:before { +.icon-ic_fluent_flip_horizontal_20_filled:before { content: "\e7e0"; } -.icon-ic_fluent_flow_20_regular:before { +.icon-ic_fluent_flip_horizontal_20_regular:before { content: "\e7e1"; } -.icon-ic_fluent_flowchart_20_filled:before { +.icon-ic_fluent_flip_vertical_20_filled:before { content: "\e7e2"; } -.icon-ic_fluent_flowchart_20_regular:before { +.icon-ic_fluent_flip_vertical_20_regular:before { content: "\e7e3"; } -.icon-ic_fluent_flowchart_circle_20_filled:before { +.icon-ic_fluent_flow_20_filled:before { content: "\e7e4"; } -.icon-ic_fluent_flowchart_circle_20_regular:before { +.icon-ic_fluent_flow_20_regular:before { content: "\e7e5"; } -.icon-ic_fluent_fluent_20_filled:before { +.icon-ic_fluent_flowchart_20_filled:before { content: "\e7e6"; } -.icon-ic_fluent_fluent_20_regular:before { +.icon-ic_fluent_flowchart_20_regular:before { content: "\e7e7"; } -.icon-ic_fluent_fluid_20_filled:before { +.icon-ic_fluent_flowchart_circle_20_filled:before { content: "\e7e8"; } -.icon-ic_fluent_fluid_20_regular:before { +.icon-ic_fluent_flowchart_circle_20_regular:before { content: "\e7e9"; } -.icon-ic_fluent_folder_20_filled:before { +.icon-ic_fluent_fluent_20_filled:before { content: "\e7ea"; } -.icon-ic_fluent_folder_20_regular:before { +.icon-ic_fluent_fluent_20_regular:before { content: "\e7eb"; } -.icon-ic_fluent_folder_add_20_filled:before { +.icon-ic_fluent_fluid_20_filled:before { content: "\e7ec"; } -.icon-ic_fluent_folder_add_20_regular:before { +.icon-ic_fluent_fluid_20_regular:before { content: "\e7ed"; } -.icon-ic_fluent_folder_arrow_left_20_filled:before { +.icon-ic_fluent_folder_20_filled:before { content: "\e7ee"; } -.icon-ic_fluent_folder_arrow_left_20_regular:before { +.icon-ic_fluent_folder_20_regular:before { content: "\e7ef"; } -.icon-ic_fluent_folder_arrow_right_20_filled:before { +.icon-ic_fluent_folder_add_20_filled:before { content: "\e7f0"; } -.icon-ic_fluent_folder_arrow_right_20_regular:before { +.icon-ic_fluent_folder_add_20_regular:before { content: "\e7f1"; } -.icon-ic_fluent_folder_arrow_up_20_filled:before { +.icon-ic_fluent_folder_arrow_left_20_filled:before { content: "\e7f2"; } -.icon-ic_fluent_folder_arrow_up_20_regular:before { +.icon-ic_fluent_folder_arrow_left_20_regular:before { content: "\e7f3"; } -.icon-ic_fluent_folder_briefcase_20_filled:before { +.icon-ic_fluent_folder_arrow_right_20_filled:before { content: "\e7f4"; } -.icon-ic_fluent_folder_briefcase_20_regular:before { +.icon-ic_fluent_folder_arrow_right_20_regular:before { content: "\e7f5"; } -.icon-ic_fluent_folder_globe_20_filled:before { +.icon-ic_fluent_folder_arrow_up_20_filled:before { content: "\e7f6"; } -.icon-ic_fluent_folder_globe_20_regular:before { +.icon-ic_fluent_folder_arrow_up_20_regular:before { content: "\e7f7"; } -.icon-ic_fluent_folder_lightning_20_filled:before { +.icon-ic_fluent_folder_briefcase_20_filled:before { content: "\e7f8"; } -.icon-ic_fluent_folder_lightning_20_regular:before { +.icon-ic_fluent_folder_briefcase_20_regular:before { content: "\e7f9"; } -.icon-ic_fluent_folder_link_20_filled:before { +.icon-ic_fluent_folder_globe_20_filled:before { content: "\e7fa"; } -.icon-ic_fluent_folder_link_20_regular:before { +.icon-ic_fluent_folder_globe_20_regular:before { content: "\e7fb"; } -.icon-ic_fluent_folder_list_20_filled:before { +.icon-ic_fluent_folder_lightning_20_filled:before { content: "\e7fc"; } -.icon-ic_fluent_folder_list_20_regular:before { +.icon-ic_fluent_folder_lightning_20_regular:before { content: "\e7fd"; } -.icon-ic_fluent_folder_mail_20_filled:before { +.icon-ic_fluent_folder_link_20_filled:before { content: "\e7fe"; } -.icon-ic_fluent_folder_mail_20_regular:before { +.icon-ic_fluent_folder_link_20_regular:before { content: "\e7ff"; } -.icon-ic_fluent_folder_open_20_filled:before { +.icon-ic_fluent_folder_list_20_filled:before { content: "\e800"; } -.icon-ic_fluent_folder_open_20_regular:before { +.icon-ic_fluent_folder_list_20_regular:before { content: "\e801"; } -.icon-ic_fluent_folder_open_vertical_20_filled:before { +.icon-ic_fluent_folder_mail_20_filled:before { content: "\e802"; } -.icon-ic_fluent_folder_open_vertical_20_regular:before { +.icon-ic_fluent_folder_mail_20_regular:before { content: "\e803"; } -.icon-ic_fluent_folder_people_20_filled:before { +.icon-ic_fluent_folder_open_20_filled:before { content: "\e804"; } -.icon-ic_fluent_folder_people_20_regular:before { +.icon-ic_fluent_folder_open_20_regular:before { content: "\e805"; } -.icon-ic_fluent_folder_person_20_filled:before { +.icon-ic_fluent_folder_open_vertical_20_filled:before { content: "\e806"; } -.icon-ic_fluent_folder_person_20_regular:before { +.icon-ic_fluent_folder_open_vertical_20_regular:before { content: "\e807"; } -.icon-ic_fluent_folder_prohibited_20_filled:before { +.icon-ic_fluent_folder_people_20_filled:before { content: "\e808"; } -.icon-ic_fluent_folder_prohibited_20_regular:before { +.icon-ic_fluent_folder_people_20_regular:before { content: "\e809"; } -.icon-ic_fluent_folder_search_20_filled:before { +.icon-ic_fluent_folder_person_20_filled:before { content: "\e80a"; } -.icon-ic_fluent_folder_search_20_regular:before { +.icon-ic_fluent_folder_person_20_regular:before { content: "\e80b"; } -.icon-ic_fluent_folder_swap_20_filled:before { +.icon-ic_fluent_folder_prohibited_20_filled:before { content: "\e80c"; } -.icon-ic_fluent_folder_swap_20_regular:before { +.icon-ic_fluent_folder_prohibited_20_regular:before { content: "\e80d"; } -.icon-ic_fluent_folder_sync_20_filled:before { +.icon-ic_fluent_folder_search_20_filled:before { content: "\e80e"; } -.icon-ic_fluent_folder_sync_20_regular:before { +.icon-ic_fluent_folder_search_20_regular:before { content: "\e80f"; } -.icon-ic_fluent_folder_zip_20_filled:before { +.icon-ic_fluent_folder_swap_20_filled:before { content: "\e810"; } -.icon-ic_fluent_folder_zip_20_regular:before { +.icon-ic_fluent_folder_swap_20_regular:before { content: "\e811"; } -.icon-ic_fluent_font_decrease_20_filled:before { +.icon-ic_fluent_folder_sync_20_filled:before { content: "\e812"; } -.icon-ic_fluent_font_decrease_20_regular:before { +.icon-ic_fluent_folder_sync_20_regular:before { content: "\e813"; } -.icon-ic_fluent_font_increase_20_filled:before { +.icon-ic_fluent_folder_zip_20_filled:before { content: "\e814"; } -.icon-ic_fluent_font_increase_20_regular:before { +.icon-ic_fluent_folder_zip_20_regular:before { content: "\e815"; } -.icon-ic_fluent_font_space_tracking_in_20_filled:before { +.icon-ic_fluent_font_decrease_20_filled:before { content: "\e816"; } -.icon-ic_fluent_font_space_tracking_in_20_regular:before { +.icon-ic_fluent_font_decrease_20_regular:before { content: "\e817"; } -.icon-ic_fluent_font_space_tracking_out_20_filled:before { +.icon-ic_fluent_font_increase_20_filled:before { content: "\e818"; } -.icon-ic_fluent_font_space_tracking_out_20_regular:before { +.icon-ic_fluent_font_increase_20_regular:before { content: "\e819"; } -.icon-ic_fluent_food_20_filled:before { +.icon-ic_fluent_font_space_tracking_in_20_filled:before { content: "\e81a"; } -.icon-ic_fluent_food_20_regular:before { +.icon-ic_fluent_font_space_tracking_in_20_regular:before { content: "\e81b"; } -.icon-ic_fluent_food_apple_20_filled:before { +.icon-ic_fluent_font_space_tracking_out_20_filled:before { content: "\e81c"; } -.icon-ic_fluent_food_apple_20_regular:before { +.icon-ic_fluent_font_space_tracking_out_20_regular:before { content: "\e81d"; } -.icon-ic_fluent_food_cake_20_filled:before { +.icon-ic_fluent_food_20_filled:before { content: "\e81e"; } -.icon-ic_fluent_food_cake_20_regular:before { +.icon-ic_fluent_food_20_regular:before { content: "\e81f"; } -.icon-ic_fluent_food_carrot_20_filled:before { +.icon-ic_fluent_food_apple_20_filled:before { content: "\e820"; } -.icon-ic_fluent_food_carrot_20_regular:before { +.icon-ic_fluent_food_apple_20_regular:before { content: "\e821"; } -.icon-ic_fluent_food_chicken_leg_20_filled:before { +.icon-ic_fluent_food_cake_20_filled:before { content: "\e822"; } -.icon-ic_fluent_food_chicken_leg_20_regular:before { +.icon-ic_fluent_food_cake_20_regular:before { content: "\e823"; } -.icon-ic_fluent_food_egg_20_filled:before { +.icon-ic_fluent_food_carrot_20_filled:before { content: "\e824"; } -.icon-ic_fluent_food_egg_20_regular:before { +.icon-ic_fluent_food_carrot_20_regular:before { content: "\e825"; } -.icon-ic_fluent_food_fish_20_filled:before { +.icon-ic_fluent_food_chicken_leg_20_filled:before { content: "\e826"; } -.icon-ic_fluent_food_fish_20_regular:before { +.icon-ic_fluent_food_chicken_leg_20_regular:before { content: "\e827"; } -.icon-ic_fluent_food_grains_20_filled:before { +.icon-ic_fluent_food_egg_20_filled:before { content: "\e828"; } -.icon-ic_fluent_food_grains_20_regular:before { +.icon-ic_fluent_food_egg_20_regular:before { content: "\e829"; } -.icon-ic_fluent_food_pizza_20_filled:before { +.icon-ic_fluent_food_fish_20_filled:before { content: "\e82a"; } -.icon-ic_fluent_food_pizza_20_regular:before { +.icon-ic_fluent_food_fish_20_regular:before { content: "\e82b"; } -.icon-ic_fluent_food_toast_20_filled:before { +.icon-ic_fluent_food_grains_20_filled:before { content: "\e82c"; } -.icon-ic_fluent_food_toast_20_regular:before { +.icon-ic_fluent_food_grains_20_regular:before { content: "\e82d"; } -.icon-ic_fluent_form_20_filled:before { +.icon-ic_fluent_food_pizza_20_filled:before { content: "\e82e"; } -.icon-ic_fluent_form_20_regular:before { +.icon-ic_fluent_food_pizza_20_regular:before { content: "\e82f"; } -.icon-ic_fluent_form_multiple_20_filled:before { +.icon-ic_fluent_food_toast_20_filled:before { content: "\e830"; } -.icon-ic_fluent_form_multiple_20_regular:before { +.icon-ic_fluent_food_toast_20_regular:before { content: "\e831"; } -.icon-ic_fluent_form_new_20_filled:before { +.icon-ic_fluent_form_20_filled:before { content: "\e832"; } -.icon-ic_fluent_form_new_20_regular:before { +.icon-ic_fluent_form_20_regular:before { content: "\e833"; } -.icon-ic_fluent_fps_120_20_filled:before { +.icon-ic_fluent_form_multiple_20_filled:before { content: "\e834"; } -.icon-ic_fluent_fps_120_20_regular:before { +.icon-ic_fluent_form_multiple_20_regular:before { content: "\e835"; } -.icon-ic_fluent_fps_240_20_filled:before { +.icon-ic_fluent_form_new_20_filled:before { content: "\e836"; } -.icon-ic_fluent_fps_240_20_regular:before { +.icon-ic_fluent_form_new_20_regular:before { content: "\e837"; } -.icon-ic_fluent_fps_30_20_filled:before { +.icon-ic_fluent_fps_120_20_filled:before { content: "\e838"; } -.icon-ic_fluent_fps_30_20_regular:before { +.icon-ic_fluent_fps_120_20_regular:before { content: "\e839"; } -.icon-ic_fluent_fps_60_20_filled:before { +.icon-ic_fluent_fps_240_20_filled:before { content: "\e83a"; } -.icon-ic_fluent_fps_60_20_regular:before { +.icon-ic_fluent_fps_240_20_regular:before { content: "\e83b"; } -.icon-ic_fluent_fps_960_20_filled:before { +.icon-ic_fluent_fps_30_20_filled:before { content: "\e83c"; } -.icon-ic_fluent_fps_960_20_regular:before { +.icon-ic_fluent_fps_30_20_regular:before { content: "\e83d"; } -.icon-ic_fluent_frame_20_filled:before { +.icon-ic_fluent_fps_60_20_filled:before { content: "\e83e"; } -.icon-ic_fluent_frame_20_regular:before { +.icon-ic_fluent_fps_60_20_regular:before { content: "\e83f"; } -.icon-ic_fluent_full_screen_maximize_20_filled:before { +.icon-ic_fluent_fps_960_20_filled:before { content: "\e840"; } -.icon-ic_fluent_full_screen_maximize_20_regular:before { +.icon-ic_fluent_fps_960_20_regular:before { content: "\e841"; } -.icon-ic_fluent_full_screen_minimize_20_filled:before { +.icon-ic_fluent_frame_20_filled:before { content: "\e842"; } -.icon-ic_fluent_full_screen_minimize_20_regular:before { +.icon-ic_fluent_frame_20_regular:before { content: "\e843"; } -.icon-ic_fluent_games_20_filled:before { +.icon-ic_fluent_full_screen_maximize_20_filled:before { content: "\e844"; } -.icon-ic_fluent_games_20_regular:before { +.icon-ic_fluent_full_screen_maximize_20_regular:before { content: "\e845"; } -.icon-ic_fluent_gantt_chart_20_filled:before { +.icon-ic_fluent_full_screen_minimize_20_filled:before { content: "\e846"; } -.icon-ic_fluent_gantt_chart_20_regular:before { +.icon-ic_fluent_full_screen_minimize_20_regular:before { content: "\e847"; } -.icon-ic_fluent_gas_20_filled:before { +.icon-ic_fluent_games_20_filled:before { content: "\e848"; } -.icon-ic_fluent_gas_20_regular:before { +.icon-ic_fluent_games_20_regular:before { content: "\e849"; } -.icon-ic_fluent_gas_pump_20_filled:before { +.icon-ic_fluent_gantt_chart_20_filled:before { content: "\e84a"; } -.icon-ic_fluent_gas_pump_20_regular:before { +.icon-ic_fluent_gantt_chart_20_regular:before { content: "\e84b"; } -.icon-ic_fluent_gather_20_filled:before { +.icon-ic_fluent_gas_20_filled:before { content: "\e84c"; } -.icon-ic_fluent_gather_20_regular:before { +.icon-ic_fluent_gas_20_regular:before { content: "\e84d"; } -.icon-ic_fluent_gauge_20_filled:before { +.icon-ic_fluent_gas_pump_20_filled:before { content: "\e84e"; } -.icon-ic_fluent_gauge_20_regular:before { +.icon-ic_fluent_gas_pump_20_regular:before { content: "\e84f"; } -.icon-ic_fluent_gauge_add_20_filled:before { +.icon-ic_fluent_gather_20_filled:before { content: "\e850"; } -.icon-ic_fluent_gauge_add_20_regular:before { +.icon-ic_fluent_gather_20_regular:before { content: "\e851"; } -.icon-ic_fluent_gavel_20_filled:before { +.icon-ic_fluent_gauge_20_filled:before { content: "\e852"; } -.icon-ic_fluent_gavel_20_regular:before { +.icon-ic_fluent_gauge_20_regular:before { content: "\e853"; } -.icon-ic_fluent_gavel_prohibited_20_filled:before { +.icon-ic_fluent_gauge_add_20_filled:before { content: "\e854"; } -.icon-ic_fluent_gavel_prohibited_20_regular:before { +.icon-ic_fluent_gauge_add_20_regular:before { content: "\e855"; } -.icon-ic_fluent_gesture_20_filled:before { +.icon-ic_fluent_gavel_20_filled:before { content: "\e856"; } -.icon-ic_fluent_gesture_20_regular:before { +.icon-ic_fluent_gavel_20_regular:before { content: "\e857"; } -.icon-ic_fluent_gif_20_filled:before { +.icon-ic_fluent_gavel_prohibited_20_filled:before { content: "\e858"; } -.icon-ic_fluent_gif_20_regular:before { +.icon-ic_fluent_gavel_prohibited_20_regular:before { content: "\e859"; } -.icon-ic_fluent_gift_20_filled:before { +.icon-ic_fluent_gesture_20_filled:before { content: "\e85a"; } -.icon-ic_fluent_gift_20_regular:before { +.icon-ic_fluent_gesture_20_regular:before { content: "\e85b"; } -.icon-ic_fluent_gift_card_20_filled:before { +.icon-ic_fluent_gif_20_filled:before { content: "\e85c"; } -.icon-ic_fluent_gift_card_20_regular:before { +.icon-ic_fluent_gif_20_regular:before { content: "\e85d"; } -.icon-ic_fluent_gift_card_add_20_filled:before { +.icon-ic_fluent_gift_20_filled:before { content: "\e85e"; } -.icon-ic_fluent_gift_card_add_20_regular:before { +.icon-ic_fluent_gift_20_regular:before { content: "\e85f"; } -.icon-ic_fluent_gift_card_arrow_right_20_filled:before { +.icon-ic_fluent_gift_card_20_filled:before { content: "\e860"; } -.icon-ic_fluent_gift_card_arrow_right_20_regular:before { +.icon-ic_fluent_gift_card_20_regular:before { content: "\e861"; } -.icon-ic_fluent_gift_card_money_20_filled:before { +.icon-ic_fluent_gift_card_add_20_filled:before { content: "\e862"; } -.icon-ic_fluent_gift_card_money_20_regular:before { +.icon-ic_fluent_gift_card_add_20_regular:before { content: "\e863"; } -.icon-ic_fluent_gift_card_multiple_20_filled:before { +.icon-ic_fluent_gift_card_arrow_right_20_filled:before { content: "\e864"; } -.icon-ic_fluent_gift_card_multiple_20_regular:before { +.icon-ic_fluent_gift_card_arrow_right_20_regular:before { content: "\e865"; } -.icon-ic_fluent_gift_open_20_filled:before { +.icon-ic_fluent_gift_card_money_20_filled:before { content: "\e866"; } -.icon-ic_fluent_gift_open_20_regular:before { +.icon-ic_fluent_gift_card_money_20_regular:before { content: "\e867"; } -.icon-ic_fluent_glance_20_filled:before { +.icon-ic_fluent_gift_card_multiple_20_filled:before { content: "\e868"; } -.icon-ic_fluent_glance_20_regular:before { +.icon-ic_fluent_gift_card_multiple_20_regular:before { content: "\e869"; } -.icon-ic_fluent_glance_horizontal_20_filled:before { +.icon-ic_fluent_gift_open_20_filled:before { content: "\e86a"; } -.icon-ic_fluent_glance_horizontal_20_regular:before { +.icon-ic_fluent_gift_open_20_regular:before { content: "\e86b"; } -.icon-ic_fluent_glance_horizontal_sparkles_20_filled:before { +.icon-ic_fluent_glance_20_filled:before { content: "\e86c"; } -.icon-ic_fluent_glance_horizontal_sparkles_20_regular:before { +.icon-ic_fluent_glance_20_regular:before { content: "\e86d"; } -.icon-ic_fluent_glasses_20_filled:before { +.icon-ic_fluent_glance_horizontal_20_filled:before { content: "\e86e"; } -.icon-ic_fluent_glasses_20_regular:before { +.icon-ic_fluent_glance_horizontal_20_regular:before { content: "\e86f"; } -.icon-ic_fluent_glasses_off_20_filled:before { +.icon-ic_fluent_glance_horizontal_sparkles_20_filled:before { content: "\e870"; } -.icon-ic_fluent_glasses_off_20_regular:before { +.icon-ic_fluent_glance_horizontal_sparkles_20_regular:before { content: "\e871"; } -.icon-ic_fluent_globe_20_filled:before { +.icon-ic_fluent_glasses_20_filled:before { content: "\e872"; } -.icon-ic_fluent_globe_20_regular:before { +.icon-ic_fluent_glasses_20_regular:before { content: "\e873"; } -.icon-ic_fluent_globe_add_20_filled:before { +.icon-ic_fluent_glasses_off_20_filled:before { content: "\e874"; } -.icon-ic_fluent_globe_add_20_regular:before { +.icon-ic_fluent_glasses_off_20_regular:before { content: "\e875"; } -.icon-ic_fluent_globe_arrow_forward_20_filled:before { +.icon-ic_fluent_globe_20_filled:before { content: "\e876"; } -.icon-ic_fluent_globe_arrow_forward_20_regular:before { +.icon-ic_fluent_globe_20_regular:before { content: "\e877"; } -.icon-ic_fluent_globe_arrow_up_20_filled:before { +.icon-ic_fluent_globe_add_20_filled:before { content: "\e878"; } -.icon-ic_fluent_globe_arrow_up_20_regular:before { +.icon-ic_fluent_globe_add_20_regular:before { content: "\e879"; } -.icon-ic_fluent_globe_clock_20_filled:before { +.icon-ic_fluent_globe_arrow_forward_20_filled:before { content: "\e87a"; } -.icon-ic_fluent_globe_clock_20_regular:before { +.icon-ic_fluent_globe_arrow_forward_20_regular:before { content: "\e87b"; } -.icon-ic_fluent_globe_desktop_20_filled:before { +.icon-ic_fluent_globe_arrow_up_20_filled:before { content: "\e87c"; } -.icon-ic_fluent_globe_desktop_20_regular:before { +.icon-ic_fluent_globe_arrow_up_20_regular:before { content: "\e87d"; } -.icon-ic_fluent_globe_error_20_filled:before { +.icon-ic_fluent_globe_clock_20_filled:before { content: "\e87e"; } -.icon-ic_fluent_globe_error_20_regular:before { +.icon-ic_fluent_globe_clock_20_regular:before { content: "\e87f"; } -.icon-ic_fluent_globe_location_20_filled:before { +.icon-ic_fluent_globe_desktop_20_filled:before { content: "\e880"; } -.icon-ic_fluent_globe_location_20_regular:before { +.icon-ic_fluent_globe_desktop_20_regular:before { content: "\e881"; } -.icon-ic_fluent_globe_person_20_filled:before { +.icon-ic_fluent_globe_error_20_filled:before { content: "\e882"; } -.icon-ic_fluent_globe_person_20_regular:before { +.icon-ic_fluent_globe_error_20_regular:before { content: "\e883"; } -.icon-ic_fluent_globe_prohibited_20_filled:before { +.icon-ic_fluent_globe_location_20_filled:before { content: "\e884"; } -.icon-ic_fluent_globe_prohibited_20_regular:before { +.icon-ic_fluent_globe_location_20_regular:before { content: "\e885"; } -.icon-ic_fluent_globe_search_20_filled:before { +.icon-ic_fluent_globe_person_20_filled:before { content: "\e886"; } -.icon-ic_fluent_globe_search_20_regular:before { +.icon-ic_fluent_globe_person_20_regular:before { content: "\e887"; } -.icon-ic_fluent_globe_shield_20_filled:before { +.icon-ic_fluent_globe_prohibited_20_filled:before { content: "\e888"; } -.icon-ic_fluent_globe_shield_20_regular:before { +.icon-ic_fluent_globe_prohibited_20_regular:before { content: "\e889"; } -.icon-ic_fluent_globe_star_20_filled:before { +.icon-ic_fluent_globe_search_20_filled:before { content: "\e88a"; } -.icon-ic_fluent_globe_star_20_regular:before { +.icon-ic_fluent_globe_search_20_regular:before { content: "\e88b"; } -.icon-ic_fluent_globe_surface_20_filled:before { +.icon-ic_fluent_globe_shield_20_filled:before { content: "\e88c"; } -.icon-ic_fluent_globe_surface_20_regular:before { +.icon-ic_fluent_globe_shield_20_regular:before { content: "\e88d"; } -.icon-ic_fluent_globe_sync_20_filled:before { +.icon-ic_fluent_globe_star_20_filled:before { content: "\e88e"; } -.icon-ic_fluent_globe_sync_20_regular:before { +.icon-ic_fluent_globe_star_20_regular:before { content: "\e88f"; } -.icon-ic_fluent_globe_video_20_filled:before { +.icon-ic_fluent_globe_surface_20_filled:before { content: "\e890"; } -.icon-ic_fluent_globe_video_20_regular:before { +.icon-ic_fluent_globe_surface_20_regular:before { content: "\e891"; } -.icon-ic_fluent_globe_warning_20_filled:before { +.icon-ic_fluent_globe_sync_20_filled:before { content: "\e892"; } -.icon-ic_fluent_globe_warning_20_regular:before { +.icon-ic_fluent_globe_sync_20_regular:before { content: "\e893"; } -.icon-ic_fluent_grid_20_filled:before { +.icon-ic_fluent_globe_video_20_filled:before { content: "\e894"; } -.icon-ic_fluent_grid_20_regular:before { +.icon-ic_fluent_globe_video_20_regular:before { content: "\e895"; } -.icon-ic_fluent_grid_dots_20_filled:before { +.icon-ic_fluent_globe_warning_20_filled:before { content: "\e896"; } -.icon-ic_fluent_grid_dots_20_regular:before { +.icon-ic_fluent_globe_warning_20_regular:before { content: "\e897"; } -.icon-ic_fluent_grid_kanban_20_filled:before { +.icon-ic_fluent_grid_20_filled:before { content: "\e898"; } -.icon-ic_fluent_grid_kanban_20_regular:before { +.icon-ic_fluent_grid_20_regular:before { content: "\e899"; } -.icon-ic_fluent_group_20_filled:before { +.icon-ic_fluent_grid_dots_20_filled:before { content: "\e89a"; } -.icon-ic_fluent_group_20_regular:before { +.icon-ic_fluent_grid_dots_20_regular:before { content: "\e89b"; } -.icon-ic_fluent_group_dismiss_20_filled:before { +.icon-ic_fluent_grid_kanban_20_filled:before { content: "\e89c"; } -.icon-ic_fluent_group_dismiss_20_regular:before { +.icon-ic_fluent_grid_kanban_20_regular:before { content: "\e89d"; } -.icon-ic_fluent_group_list_20_filled:before { +.icon-ic_fluent_group_20_filled:before { content: "\e89e"; } -.icon-ic_fluent_group_list_20_regular:before { +.icon-ic_fluent_group_20_regular:before { content: "\e89f"; } -.icon-ic_fluent_group_return_20_filled:before { +.icon-ic_fluent_group_dismiss_20_filled:before { content: "\e8a0"; } -.icon-ic_fluent_group_return_20_regular:before { +.icon-ic_fluent_group_dismiss_20_regular:before { content: "\e8a1"; } -.icon-ic_fluent_guardian_20_filled:before { +.icon-ic_fluent_group_list_20_filled:before { content: "\e8a2"; } -.icon-ic_fluent_guardian_20_regular:before { +.icon-ic_fluent_group_list_20_regular:before { content: "\e8a3"; } -.icon-ic_fluent_guest_20_filled:before { +.icon-ic_fluent_group_return_20_filled:before { content: "\e8a4"; } -.icon-ic_fluent_guest_20_regular:before { +.icon-ic_fluent_group_return_20_regular:before { content: "\e8a5"; } -.icon-ic_fluent_guest_add_20_filled:before { +.icon-ic_fluent_guardian_20_filled:before { content: "\e8a6"; } -.icon-ic_fluent_guest_add_20_regular:before { +.icon-ic_fluent_guardian_20_regular:before { content: "\e8a7"; } -.icon-ic_fluent_guitar_20_filled:before { +.icon-ic_fluent_guest_20_filled:before { content: "\e8a8"; } -.icon-ic_fluent_guitar_20_regular:before { +.icon-ic_fluent_guest_20_regular:before { content: "\e8a9"; } -.icon-ic_fluent_hand_draw_20_filled:before { +.icon-ic_fluent_guest_add_20_filled:before { content: "\e8aa"; } -.icon-ic_fluent_hand_draw_20_regular:before { +.icon-ic_fluent_guest_add_20_regular:before { content: "\e8ab"; } -.icon-ic_fluent_hand_left_20_filled:before { +.icon-ic_fluent_guitar_20_filled:before { content: "\e8ac"; } -.icon-ic_fluent_hand_left_20_regular:before { +.icon-ic_fluent_guitar_20_regular:before { content: "\e8ad"; } -.icon-ic_fluent_hand_left_chat_20_filled:before { +.icon-ic_fluent_hand_draw_20_filled:before { content: "\e8ae"; } -.icon-ic_fluent_hand_left_chat_20_regular:before { +.icon-ic_fluent_hand_draw_20_regular:before { content: "\e8af"; } -.icon-ic_fluent_hand_open_heart_20_filled:before { +.icon-ic_fluent_hand_left_20_filled:before { content: "\e8b0"; } -.icon-ic_fluent_hand_open_heart_20_regular:before { +.icon-ic_fluent_hand_left_20_regular:before { content: "\e8b1"; } -.icon-ic_fluent_hand_right_20_filled:before { +.icon-ic_fluent_hand_left_chat_20_filled:before { content: "\e8b2"; } -.icon-ic_fluent_hand_right_20_regular:before { +.icon-ic_fluent_hand_left_chat_20_regular:before { content: "\e8b3"; } -.icon-ic_fluent_hand_right_off_20_filled:before { +.icon-ic_fluent_hand_open_heart_20_filled:before { content: "\e8b4"; } -.icon-ic_fluent_hand_right_off_20_regular:before { +.icon-ic_fluent_hand_open_heart_20_regular:before { content: "\e8b5"; } -.icon-ic_fluent_hand_wave_20_filled:before { +.icon-ic_fluent_hand_point_20_filled:before { content: "\e8b6"; } -.icon-ic_fluent_hand_wave_20_regular:before { +.icon-ic_fluent_hand_point_20_regular:before { content: "\e8b7"; } -.icon-ic_fluent_handshake_20_filled:before { +.icon-ic_fluent_hand_right_20_filled:before { content: "\e8b8"; } -.icon-ic_fluent_handshake_20_regular:before { +.icon-ic_fluent_hand_right_20_regular:before { content: "\e8b9"; } -.icon-ic_fluent_hard_drive_20_filled:before { +.icon-ic_fluent_hand_right_off_20_filled:before { content: "\e8ba"; } -.icon-ic_fluent_hard_drive_20_regular:before { +.icon-ic_fluent_hand_right_off_20_regular:before { content: "\e8bb"; } -.icon-ic_fluent_hat_graduation_20_filled:before { +.icon-ic_fluent_hand_wave_20_filled:before { content: "\e8bc"; } -.icon-ic_fluent_hat_graduation_20_regular:before { +.icon-ic_fluent_hand_wave_20_regular:before { content: "\e8bd"; } -.icon-ic_fluent_hat_graduation_add_20_filled:before { +.icon-ic_fluent_handshake_20_filled:before { content: "\e8be"; } -.icon-ic_fluent_hat_graduation_add_20_regular:before { +.icon-ic_fluent_handshake_20_regular:before { content: "\e8bf"; } -.icon-ic_fluent_hat_graduation_sparkle_20_filled:before { +.icon-ic_fluent_hard_drive_20_filled:before { content: "\e8c0"; } -.icon-ic_fluent_hat_graduation_sparkle_20_regular:before { +.icon-ic_fluent_hard_drive_20_regular:before { content: "\e8c1"; } -.icon-ic_fluent_hd_20_filled:before { +.icon-ic_fluent_hat_graduation_20_filled:before { content: "\e8c2"; } -.icon-ic_fluent_hd_20_regular:before { +.icon-ic_fluent_hat_graduation_20_regular:before { content: "\e8c3"; } -.icon-ic_fluent_hdr_20_filled:before { +.icon-ic_fluent_hat_graduation_add_20_filled:before { content: "\e8c4"; } -.icon-ic_fluent_hdr_20_regular:before { +.icon-ic_fluent_hat_graduation_add_20_regular:before { content: "\e8c5"; } -.icon-ic_fluent_hdr_off_20_filled:before { +.icon-ic_fluent_hat_graduation_sparkle_20_filled:before { content: "\e8c6"; } -.icon-ic_fluent_hdr_off_20_regular:before { +.icon-ic_fluent_hat_graduation_sparkle_20_regular:before { content: "\e8c7"; } -.icon-ic_fluent_headphones_20_filled:before { +.icon-ic_fluent_hd_20_filled:before { content: "\e8c8"; } -.icon-ic_fluent_headphones_20_regular:before { +.icon-ic_fluent_hd_20_regular:before { content: "\e8c9"; } -.icon-ic_fluent_headphones_sound_wave_20_filled:before { +.icon-ic_fluent_hdr_20_filled:before { content: "\e8ca"; } -.icon-ic_fluent_headphones_sound_wave_20_regular:before { +.icon-ic_fluent_hdr_20_regular:before { content: "\e8cb"; } -.icon-ic_fluent_headset_20_filled:before { +.icon-ic_fluent_hdr_off_20_filled:before { content: "\e8cc"; } -.icon-ic_fluent_headset_20_regular:before { +.icon-ic_fluent_hdr_off_20_regular:before { content: "\e8cd"; } -.icon-ic_fluent_headset_add_20_filled:before { +.icon-ic_fluent_headphones_20_filled:before { content: "\e8ce"; } -.icon-ic_fluent_headset_add_20_regular:before { +.icon-ic_fluent_headphones_20_regular:before { content: "\e8cf"; } -.icon-ic_fluent_headset_vr_20_filled:before { +.icon-ic_fluent_headphones_sound_wave_20_filled:before { content: "\e8d0"; } -.icon-ic_fluent_headset_vr_20_regular:before { +.icon-ic_fluent_headphones_sound_wave_20_regular:before { content: "\e8d1"; } -.icon-ic_fluent_heart_20_filled:before { +.icon-ic_fluent_headset_20_filled:before { content: "\e8d2"; } -.icon-ic_fluent_heart_20_regular:before { +.icon-ic_fluent_headset_20_regular:before { content: "\e8d3"; } -.icon-ic_fluent_heart_broken_20_filled:before { +.icon-ic_fluent_headset_add_20_filled:before { content: "\e8d4"; } -.icon-ic_fluent_heart_broken_20_regular:before { +.icon-ic_fluent_headset_add_20_regular:before { content: "\e8d5"; } -.icon-ic_fluent_heart_circle_20_filled:before { +.icon-ic_fluent_headset_vr_20_filled:before { content: "\e8d6"; } -.icon-ic_fluent_heart_circle_20_regular:before { +.icon-ic_fluent_headset_vr_20_regular:before { content: "\e8d7"; } -.icon-ic_fluent_heart_circle_hint_20_filled:before { +.icon-ic_fluent_heart_20_filled:before { content: "\e8d8"; } -.icon-ic_fluent_heart_circle_hint_20_regular:before { +.icon-ic_fluent_heart_20_regular:before { content: "\e8d9"; } -.icon-ic_fluent_heart_off_20_filled:before { +.icon-ic_fluent_heart_broken_20_filled:before { content: "\e8da"; } -.icon-ic_fluent_heart_off_20_regular:before { +.icon-ic_fluent_heart_broken_20_regular:before { content: "\e8db"; } -.icon-ic_fluent_heart_pulse_20_filled:before { +.icon-ic_fluent_heart_circle_20_filled:before { content: "\e8dc"; } -.icon-ic_fluent_heart_pulse_20_regular:before { +.icon-ic_fluent_heart_circle_20_regular:before { content: "\e8dd"; } -.icon-ic_fluent_heart_pulse_checkmark_20_filled:before { +.icon-ic_fluent_heart_circle_hint_20_filled:before { content: "\e8de"; } -.icon-ic_fluent_heart_pulse_checkmark_20_regular:before { +.icon-ic_fluent_heart_circle_hint_20_regular:before { content: "\e8df"; } -.icon-ic_fluent_heart_pulse_error_20_filled:before { +.icon-ic_fluent_heart_off_20_filled:before { content: "\e8e0"; } -.icon-ic_fluent_heart_pulse_error_20_regular:before { +.icon-ic_fluent_heart_off_20_regular:before { content: "\e8e1"; } -.icon-ic_fluent_heart_pulse_warning_20_filled:before { +.icon-ic_fluent_heart_pulse_20_filled:before { content: "\e8e2"; } -.icon-ic_fluent_heart_pulse_warning_20_regular:before { +.icon-ic_fluent_heart_pulse_20_regular:before { content: "\e8e3"; } -.icon-ic_fluent_hexagon_20_filled:before { +.icon-ic_fluent_heart_pulse_checkmark_20_filled:before { content: "\e8e4"; } -.icon-ic_fluent_hexagon_20_regular:before { +.icon-ic_fluent_heart_pulse_checkmark_20_regular:before { content: "\e8e5"; } -.icon-ic_fluent_hexagon_three_20_filled:before { +.icon-ic_fluent_heart_pulse_error_20_filled:before { content: "\e8e6"; } -.icon-ic_fluent_hexagon_three_20_regular:before { +.icon-ic_fluent_heart_pulse_error_20_regular:before { content: "\e8e7"; } -.icon-ic_fluent_highlight_20_filled:before { +.icon-ic_fluent_heart_pulse_warning_20_filled:before { content: "\e8e8"; } -.icon-ic_fluent_highlight_20_regular:before { +.icon-ic_fluent_heart_pulse_warning_20_regular:before { content: "\e8e9"; } -.icon-ic_fluent_highlight_accent_20_filled:before { +.icon-ic_fluent_hexagon_20_filled:before { content: "\e8ea"; } -.icon-ic_fluent_highlight_link_20_filled:before { +.icon-ic_fluent_hexagon_20_regular:before { content: "\e8eb"; } -.icon-ic_fluent_highlight_link_20_regular:before { +.icon-ic_fluent_hexagon_three_20_filled:before { content: "\e8ec"; } -.icon-ic_fluent_highway_20_filled:before { +.icon-ic_fluent_hexagon_three_20_regular:before { content: "\e8ed"; } -.icon-ic_fluent_highway_20_regular:before { +.icon-ic_fluent_highlight_20_filled:before { content: "\e8ee"; } -.icon-ic_fluent_history_20_filled:before { +.icon-ic_fluent_highlight_20_regular:before { content: "\e8ef"; } -.icon-ic_fluent_history_20_regular:before { +.icon-ic_fluent_highlight_accent_20_filled:before { content: "\e8f0"; } -.icon-ic_fluent_history_dismiss_20_filled:before { +.icon-ic_fluent_highlight_link_20_filled:before { content: "\e8f1"; } -.icon-ic_fluent_history_dismiss_20_regular:before { +.icon-ic_fluent_highlight_link_20_regular:before { content: "\e8f2"; } -.icon-ic_fluent_home_20_filled:before { +.icon-ic_fluent_highway_20_filled:before { content: "\e8f3"; } -.icon-ic_fluent_home_20_regular:before { +.icon-ic_fluent_highway_20_regular:before { content: "\e8f4"; } -.icon-ic_fluent_home_add_20_filled:before { +.icon-ic_fluent_history_20_filled:before { content: "\e8f5"; } -.icon-ic_fluent_home_add_20_regular:before { +.icon-ic_fluent_history_20_regular:before { content: "\e8f6"; } -.icon-ic_fluent_home_checkmark_20_filled:before { +.icon-ic_fluent_history_dismiss_20_filled:before { content: "\e8f7"; } -.icon-ic_fluent_home_checkmark_20_regular:before { +.icon-ic_fluent_history_dismiss_20_regular:before { content: "\e8f8"; } -.icon-ic_fluent_home_database_20_filled:before { +.icon-ic_fluent_home_20_filled:before { content: "\e8f9"; } -.icon-ic_fluent_home_database_20_regular:before { +.icon-ic_fluent_home_20_regular:before { content: "\e8fa"; } -.icon-ic_fluent_home_garage_20_filled:before { +.icon-ic_fluent_home_add_20_filled:before { content: "\e8fb"; } -.icon-ic_fluent_home_garage_20_regular:before { +.icon-ic_fluent_home_add_20_regular:before { content: "\e8fc"; } -.icon-ic_fluent_home_heart_20_filled:before { +.icon-ic_fluent_home_checkmark_20_filled:before { content: "\e8fd"; } -.icon-ic_fluent_home_heart_20_regular:before { +.icon-ic_fluent_home_checkmark_20_regular:before { content: "\e8fe"; } -.icon-ic_fluent_home_more_20_filled:before { +.icon-ic_fluent_home_database_20_filled:before { content: "\e8ff"; } -.icon-ic_fluent_home_more_20_regular:before { +.icon-ic_fluent_home_database_20_regular:before { content: "\e900"; } -.icon-ic_fluent_home_person_20_filled:before { +.icon-ic_fluent_home_garage_20_filled:before { content: "\e901"; } -.icon-ic_fluent_home_person_20_regular:before { +.icon-ic_fluent_home_garage_20_regular:before { content: "\e902"; } -.icon-ic_fluent_home_split_20_filled:before { +.icon-ic_fluent_home_heart_20_filled:before { content: "\e903"; } -.icon-ic_fluent_home_split_20_regular:before { +.icon-ic_fluent_home_heart_20_regular:before { content: "\e904"; } -.icon-ic_fluent_hourglass_20_filled:before { +.icon-ic_fluent_home_more_20_filled:before { content: "\e905"; } -.icon-ic_fluent_hourglass_20_regular:before { +.icon-ic_fluent_home_more_20_regular:before { content: "\e906"; } -.icon-ic_fluent_hourglass_half_20_filled:before { +.icon-ic_fluent_home_person_20_filled:before { content: "\e907"; } -.icon-ic_fluent_hourglass_half_20_regular:before { +.icon-ic_fluent_home_person_20_regular:before { content: "\e908"; } -.icon-ic_fluent_hourglass_one_quarter_20_filled:before { +.icon-ic_fluent_home_split_20_filled:before { content: "\e909"; } -.icon-ic_fluent_hourglass_one_quarter_20_regular:before { +.icon-ic_fluent_home_split_20_regular:before { content: "\e90a"; } -.icon-ic_fluent_hourglass_three_quarter_20_filled:before { +.icon-ic_fluent_hourglass_20_filled:before { content: "\e90b"; } -.icon-ic_fluent_hourglass_three_quarter_20_regular:before { +.icon-ic_fluent_hourglass_20_regular:before { content: "\e90c"; } -.icon-ic_fluent_icons_20_filled:before { +.icon-ic_fluent_hourglass_half_20_filled:before { content: "\e90d"; } -.icon-ic_fluent_icons_20_regular:before { +.icon-ic_fluent_hourglass_half_20_regular:before { content: "\e90e"; } -.icon-ic_fluent_image_20_filled:before { +.icon-ic_fluent_hourglass_one_quarter_20_filled:before { content: "\e90f"; } -.icon-ic_fluent_image_20_regular:before { +.icon-ic_fluent_hourglass_one_quarter_20_regular:before { content: "\e910"; } -.icon-ic_fluent_image_add_20_filled:before { +.icon-ic_fluent_hourglass_three_quarter_20_filled:before { content: "\e911"; } -.icon-ic_fluent_image_add_20_regular:before { +.icon-ic_fluent_hourglass_three_quarter_20_regular:before { content: "\e912"; } -.icon-ic_fluent_image_alt_text_20_filled:before { +.icon-ic_fluent_icons_20_filled:before { content: "\e913"; } -.icon-ic_fluent_image_alt_text_20_regular:before { +.icon-ic_fluent_icons_20_regular:before { content: "\e914"; } -.icon-ic_fluent_image_arrow_back_20_filled:before { +.icon-ic_fluent_image_20_filled:before { content: "\e915"; } -.icon-ic_fluent_image_arrow_back_20_regular:before { +.icon-ic_fluent_image_20_regular:before { content: "\e916"; } -.icon-ic_fluent_image_arrow_counterclockwise_20_filled:before { +.icon-ic_fluent_image_add_20_filled:before { content: "\e917"; } -.icon-ic_fluent_image_arrow_counterclockwise_20_regular:before { +.icon-ic_fluent_image_add_20_regular:before { content: "\e918"; } -.icon-ic_fluent_image_arrow_forward_20_filled:before { +.icon-ic_fluent_image_alt_text_20_filled:before { content: "\e919"; } -.icon-ic_fluent_image_arrow_forward_20_regular:before { +.icon-ic_fluent_image_alt_text_20_regular:before { content: "\e91a"; } -.icon-ic_fluent_image_border_20_filled:before { +.icon-ic_fluent_image_arrow_back_20_filled:before { content: "\e91b"; } -.icon-ic_fluent_image_border_20_regular:before { +.icon-ic_fluent_image_arrow_back_20_regular:before { content: "\e91c"; } -.icon-ic_fluent_image_circle_20_filled:before { +.icon-ic_fluent_image_arrow_counterclockwise_20_filled:before { content: "\e91d"; } -.icon-ic_fluent_image_circle_20_regular:before { +.icon-ic_fluent_image_arrow_counterclockwise_20_regular:before { content: "\e91e"; } -.icon-ic_fluent_image_copy_20_filled:before { +.icon-ic_fluent_image_arrow_forward_20_filled:before { content: "\e91f"; } -.icon-ic_fluent_image_copy_20_regular:before { +.icon-ic_fluent_image_arrow_forward_20_regular:before { content: "\e920"; } -.icon-ic_fluent_image_edit_20_filled:before { +.icon-ic_fluent_image_border_20_filled:before { content: "\e921"; } -.icon-ic_fluent_image_edit_20_regular:before { +.icon-ic_fluent_image_border_20_regular:before { content: "\e922"; } -.icon-ic_fluent_image_globe_20_filled:before { +.icon-ic_fluent_image_circle_20_filled:before { content: "\e923"; } -.icon-ic_fluent_image_globe_20_regular:before { +.icon-ic_fluent_image_circle_20_regular:before { content: "\e924"; } -.icon-ic_fluent_image_multiple_20_filled:before { +.icon-ic_fluent_image_copy_20_filled:before { content: "\e925"; } -.icon-ic_fluent_image_multiple_20_regular:before { +.icon-ic_fluent_image_copy_20_regular:before { content: "\e926"; } -.icon-ic_fluent_image_multiple_off_20_filled:before { +.icon-ic_fluent_image_edit_20_filled:before { content: "\e927"; } -.icon-ic_fluent_image_multiple_off_20_regular:before { +.icon-ic_fluent_image_edit_20_regular:before { content: "\e928"; } -.icon-ic_fluent_image_off_20_filled:before { +.icon-ic_fluent_image_globe_20_filled:before { content: "\e929"; } -.icon-ic_fluent_image_off_20_regular:before { +.icon-ic_fluent_image_globe_20_regular:before { content: "\e92a"; } -.icon-ic_fluent_image_prohibited_20_filled:before { +.icon-ic_fluent_image_multiple_20_filled:before { content: "\e92b"; } -.icon-ic_fluent_image_prohibited_20_regular:before { +.icon-ic_fluent_image_multiple_20_regular:before { content: "\e92c"; } -.icon-ic_fluent_image_reflection_20_filled:before { +.icon-ic_fluent_image_multiple_off_20_filled:before { content: "\e92d"; } -.icon-ic_fluent_image_reflection_20_regular:before { +.icon-ic_fluent_image_multiple_off_20_regular:before { content: "\e92e"; } -.icon-ic_fluent_image_search_20_filled:before { +.icon-ic_fluent_image_off_20_filled:before { content: "\e92f"; } -.icon-ic_fluent_image_search_20_regular:before { +.icon-ic_fluent_image_off_20_regular:before { content: "\e930"; } -.icon-ic_fluent_image_shadow_20_filled:before { +.icon-ic_fluent_image_prohibited_20_filled:before { content: "\e931"; } -.icon-ic_fluent_image_shadow_20_regular:before { +.icon-ic_fluent_image_prohibited_20_regular:before { content: "\e932"; } -.icon-ic_fluent_image_sparkle_20_filled:before { +.icon-ic_fluent_image_reflection_20_filled:before { content: "\e933"; } -.icon-ic_fluent_image_sparkle_20_regular:before { +.icon-ic_fluent_image_reflection_20_regular:before { content: "\e934"; } -.icon-ic_fluent_image_split_20_filled:before { +.icon-ic_fluent_image_search_20_filled:before { content: "\e935"; } -.icon-ic_fluent_image_split_20_regular:before { +.icon-ic_fluent_image_search_20_regular:before { content: "\e936"; } -.icon-ic_fluent_image_stack_20_filled:before { +.icon-ic_fluent_image_shadow_20_filled:before { content: "\e937"; } -.icon-ic_fluent_image_stack_20_regular:before { +.icon-ic_fluent_image_shadow_20_regular:before { content: "\e938"; } -.icon-ic_fluent_image_table_20_filled:before { +.icon-ic_fluent_image_sparkle_20_filled:before { content: "\e939"; } -.icon-ic_fluent_image_table_20_regular:before { +.icon-ic_fluent_image_sparkle_20_regular:before { content: "\e93a"; } -.icon-ic_fluent_immersive_reader_20_filled:before { +.icon-ic_fluent_image_split_20_filled:before { content: "\e93b"; } -.icon-ic_fluent_immersive_reader_20_regular:before { +.icon-ic_fluent_image_split_20_regular:before { content: "\e93c"; } -.icon-ic_fluent_important_20_filled:before { +.icon-ic_fluent_image_stack_20_filled:before { content: "\e93d"; } -.icon-ic_fluent_important_20_regular:before { +.icon-ic_fluent_image_stack_20_regular:before { content: "\e93e"; } -.icon-ic_fluent_incognito_20_filled:before { +.icon-ic_fluent_image_table_20_filled:before { content: "\e93f"; } -.icon-ic_fluent_incognito_20_regular:before { +.icon-ic_fluent_image_table_20_regular:before { content: "\e940"; } -.icon-ic_fluent_info_20_filled:before { +.icon-ic_fluent_immersive_reader_20_filled:before { content: "\e941"; } -.icon-ic_fluent_info_20_regular:before { +.icon-ic_fluent_immersive_reader_20_regular:before { content: "\e942"; } -.icon-ic_fluent_info_shield_20_filled:before { +.icon-ic_fluent_important_20_filled:before { content: "\e943"; } -.icon-ic_fluent_info_shield_20_regular:before { +.icon-ic_fluent_important_20_regular:before { content: "\e944"; } -.icon-ic_fluent_ink_stroke_20_filled:before { +.icon-ic_fluent_incognito_20_filled:before { content: "\e945"; } -.icon-ic_fluent_ink_stroke_20_regular:before { +.icon-ic_fluent_incognito_20_regular:before { content: "\e946"; } -.icon-ic_fluent_ink_stroke_arrow_down_20_filled:before { +.icon-ic_fluent_info_20_filled:before { content: "\e947"; } -.icon-ic_fluent_ink_stroke_arrow_down_20_regular:before { +.icon-ic_fluent_info_20_regular:before { content: "\e948"; } -.icon-ic_fluent_ink_stroke_arrow_up_down_20_filled:before { +.icon-ic_fluent_info_shield_20_filled:before { content: "\e949"; } -.icon-ic_fluent_ink_stroke_arrow_up_down_20_regular:before { +.icon-ic_fluent_info_shield_20_regular:before { content: "\e94a"; } -.icon-ic_fluent_inking_tool_20_filled:before { +.icon-ic_fluent_ink_stroke_20_filled:before { content: "\e94b"; } -.icon-ic_fluent_inking_tool_20_regular:before { +.icon-ic_fluent_ink_stroke_20_regular:before { content: "\e94c"; } -.icon-ic_fluent_inking_tool_accent_20_filled:before { +.icon-ic_fluent_ink_stroke_arrow_down_20_filled:before { content: "\e94d"; } -.icon-ic_fluent_inprivate_account_20_filled:before { +.icon-ic_fluent_ink_stroke_arrow_down_20_regular:before { content: "\e94e"; } -.icon-ic_fluent_inprivate_account_20_regular:before { +.icon-ic_fluent_ink_stroke_arrow_up_down_20_filled:before { content: "\e94f"; } -.icon-ic_fluent_insert_20_filled:before { +.icon-ic_fluent_ink_stroke_arrow_up_down_20_regular:before { content: "\e950"; } -.icon-ic_fluent_insert_20_regular:before { +.icon-ic_fluent_inking_tool_20_filled:before { content: "\e951"; } -.icon-ic_fluent_ios_chevron_right_20_filled:before { +.icon-ic_fluent_inking_tool_20_regular:before { content: "\e952"; } -.icon-ic_fluent_ios_chevron_right_20_regular:before { +.icon-ic_fluent_inking_tool_accent_20_filled:before { content: "\e953"; } -.icon-ic_fluent_iot_20_filled:before { +.icon-ic_fluent_inprivate_account_20_filled:before { content: "\e954"; } -.icon-ic_fluent_iot_20_regular:before { +.icon-ic_fluent_inprivate_account_20_regular:before { content: "\e955"; } -.icon-ic_fluent_iot_alert_20_filled:before { +.icon-ic_fluent_insert_20_filled:before { content: "\e956"; } -.icon-ic_fluent_iot_alert_20_regular:before { +.icon-ic_fluent_insert_20_regular:before { content: "\e957"; } -.icon-ic_fluent_javascript_20_filled:before { +.icon-ic_fluent_ios_chevron_right_20_filled:before { content: "\e958"; } -.icon-ic_fluent_javascript_20_regular:before { +.icon-ic_fluent_ios_chevron_right_20_regular:before { content: "\e959"; } -.icon-ic_fluent_joystick_20_filled:before { +.icon-ic_fluent_iot_20_filled:before { content: "\e95a"; } -.icon-ic_fluent_joystick_20_regular:before { +.icon-ic_fluent_iot_20_regular:before { content: "\e95b"; } -.icon-ic_fluent_key_20_filled:before { +.icon-ic_fluent_iot_alert_20_filled:before { content: "\e95c"; } -.icon-ic_fluent_key_20_regular:before { +.icon-ic_fluent_iot_alert_20_regular:before { content: "\e95d"; } -.icon-ic_fluent_key_command_20_filled:before { +.icon-ic_fluent_javascript_20_filled:before { content: "\e95e"; } -.icon-ic_fluent_key_command_20_regular:before { +.icon-ic_fluent_javascript_20_regular:before { content: "\e95f"; } -.icon-ic_fluent_key_multiple_20_filled:before { +.icon-ic_fluent_joystick_20_filled:before { content: "\e960"; } -.icon-ic_fluent_key_multiple_20_regular:before { +.icon-ic_fluent_joystick_20_regular:before { content: "\e961"; } -.icon-ic_fluent_key_reset_20_filled:before { +.icon-ic_fluent_key_20_filled:before { content: "\e962"; } -.icon-ic_fluent_key_reset_20_regular:before { +.icon-ic_fluent_key_20_regular:before { content: "\e963"; } -.icon-ic_fluent_keyboard_123_20_filled:before { +.icon-ic_fluent_key_command_20_filled:before { content: "\e964"; } -.icon-ic_fluent_keyboard_123_20_regular:before { +.icon-ic_fluent_key_command_20_regular:before { content: "\e965"; } -.icon-ic_fluent_keyboard_20_filled:before { +.icon-ic_fluent_key_multiple_20_filled:before { content: "\e966"; } -.icon-ic_fluent_keyboard_20_regular:before { +.icon-ic_fluent_key_multiple_20_regular:before { content: "\e967"; } -.icon-ic_fluent_keyboard_dock_20_filled:before { +.icon-ic_fluent_key_reset_20_filled:before { content: "\e968"; } -.icon-ic_fluent_keyboard_dock_20_regular:before { +.icon-ic_fluent_key_reset_20_regular:before { content: "\e969"; } -.icon-ic_fluent_keyboard_layout_float_20_filled:before { +.icon-ic_fluent_keyboard_123_20_filled:before { content: "\e96a"; } -.icon-ic_fluent_keyboard_layout_float_20_regular:before { +.icon-ic_fluent_keyboard_123_20_regular:before { content: "\e96b"; } -.icon-ic_fluent_keyboard_layout_one_handed_left_20_filled:before { +.icon-ic_fluent_keyboard_20_filled:before { content: "\e96c"; } -.icon-ic_fluent_keyboard_layout_one_handed_left_20_regular:before { +.icon-ic_fluent_keyboard_20_regular:before { content: "\e96d"; } -.icon-ic_fluent_keyboard_layout_resize_20_filled:before { +.icon-ic_fluent_keyboard_dock_20_filled:before { content: "\e96e"; } -.icon-ic_fluent_keyboard_layout_resize_20_regular:before { +.icon-ic_fluent_keyboard_dock_20_regular:before { content: "\e96f"; } -.icon-ic_fluent_keyboard_layout_split_20_filled:before { +.icon-ic_fluent_keyboard_layout_float_20_filled:before { content: "\e970"; } -.icon-ic_fluent_keyboard_layout_split_20_regular:before { +.icon-ic_fluent_keyboard_layout_float_20_regular:before { content: "\e971"; } -.icon-ic_fluent_keyboard_shift_20_filled:before { +.icon-ic_fluent_keyboard_layout_one_handed_left_20_filled:before { content: "\e972"; } -.icon-ic_fluent_keyboard_shift_20_regular:before { +.icon-ic_fluent_keyboard_layout_one_handed_left_20_regular:before { content: "\e973"; } -.icon-ic_fluent_keyboard_shift_uppercase_20_filled:before { +.icon-ic_fluent_keyboard_layout_resize_20_filled:before { content: "\e974"; } -.icon-ic_fluent_keyboard_shift_uppercase_20_regular:before { +.icon-ic_fluent_keyboard_layout_resize_20_regular:before { content: "\e975"; } -.icon-ic_fluent_keyboard_tab_20_filled:before { +.icon-ic_fluent_keyboard_layout_split_20_filled:before { content: "\e976"; } -.icon-ic_fluent_keyboard_tab_20_regular:before { +.icon-ic_fluent_keyboard_layout_split_20_regular:before { content: "\e977"; } -.icon-ic_fluent_laptop_20_filled:before { +.icon-ic_fluent_keyboard_shift_20_filled:before { content: "\e978"; } -.icon-ic_fluent_laptop_20_regular:before { +.icon-ic_fluent_keyboard_shift_20_regular:before { content: "\e979"; } -.icon-ic_fluent_laptop_briefcase_20_filled:before { +.icon-ic_fluent_keyboard_shift_uppercase_20_filled:before { content: "\e97a"; } -.icon-ic_fluent_laptop_briefcase_20_regular:before { +.icon-ic_fluent_keyboard_shift_uppercase_20_regular:before { content: "\e97b"; } -.icon-ic_fluent_laptop_dismiss_20_filled:before { +.icon-ic_fluent_keyboard_tab_20_filled:before { content: "\e97c"; } -.icon-ic_fluent_laptop_dismiss_20_regular:before { +.icon-ic_fluent_keyboard_tab_20_regular:before { content: "\e97d"; } -.icon-ic_fluent_laptop_person_20_filled:before { +.icon-ic_fluent_laptop_20_filled:before { content: "\e97e"; } -.icon-ic_fluent_laptop_person_20_regular:before { +.icon-ic_fluent_laptop_20_regular:before { content: "\e97f"; } -.icon-ic_fluent_laptop_settings_20_filled:before { +.icon-ic_fluent_laptop_briefcase_20_filled:before { content: "\e980"; } -.icon-ic_fluent_laptop_settings_20_regular:before { +.icon-ic_fluent_laptop_briefcase_20_regular:before { content: "\e981"; } -.icon-ic_fluent_laptop_shield_20_filled:before { +.icon-ic_fluent_laptop_dismiss_20_filled:before { content: "\e982"; } -.icon-ic_fluent_laptop_shield_20_regular:before { +.icon-ic_fluent_laptop_dismiss_20_regular:before { content: "\e983"; } -.icon-ic_fluent_laser_tool_20_filled:before { +.icon-ic_fluent_laptop_person_20_filled:before { content: "\e984"; } -.icon-ic_fluent_laser_tool_20_regular:before { +.icon-ic_fluent_laptop_person_20_regular:before { content: "\e985"; } -.icon-ic_fluent_lasso_20_filled:before { +.icon-ic_fluent_laptop_settings_20_filled:before { content: "\e986"; } -.icon-ic_fluent_lasso_20_regular:before { +.icon-ic_fluent_laptop_settings_20_regular:before { content: "\e987"; } -.icon-ic_fluent_launcher_settings_20_filled:before { +.icon-ic_fluent_laptop_shield_20_filled:before { content: "\e988"; } -.icon-ic_fluent_launcher_settings_20_regular:before { +.icon-ic_fluent_laptop_shield_20_regular:before { content: "\e989"; } -.icon-ic_fluent_layer_20_filled:before { +.icon-ic_fluent_laser_tool_20_filled:before { content: "\e98a"; } -.icon-ic_fluent_layer_20_regular:before { +.icon-ic_fluent_laser_tool_20_regular:before { content: "\e98b"; } -.icon-ic_fluent_layer_diagonal_20_filled:before { +.icon-ic_fluent_lasso_20_filled:before { content: "\e98c"; } -.icon-ic_fluent_layer_diagonal_20_regular:before { +.icon-ic_fluent_lasso_20_regular:before { content: "\e98d"; } -.icon-ic_fluent_layer_diagonal_add_20_filled:before { +.icon-ic_fluent_launcher_settings_20_filled:before { content: "\e98e"; } -.icon-ic_fluent_layer_diagonal_add_20_regular:before { +.icon-ic_fluent_launcher_settings_20_regular:before { content: "\e98f"; } -.icon-ic_fluent_layer_diagonal_person_20_filled:before { +.icon-ic_fluent_layer_20_filled:before { content: "\e990"; } -.icon-ic_fluent_layer_diagonal_person_20_regular:before { +.icon-ic_fluent_layer_20_regular:before { content: "\e991"; } -.icon-ic_fluent_layer_diagonal_sparkle_20_filled:before { +.icon-ic_fluent_layer_diagonal_20_filled:before { content: "\e992"; } -.icon-ic_fluent_layer_diagonal_sparkle_20_regular:before { +.icon-ic_fluent_layer_diagonal_20_regular:before { content: "\e993"; } -.icon-ic_fluent_layout_cell_four_20_filled:before { +.icon-ic_fluent_layer_diagonal_add_20_filled:before { content: "\e994"; } -.icon-ic_fluent_layout_cell_four_20_regular:before { +.icon-ic_fluent_layer_diagonal_add_20_regular:before { content: "\e995"; } -.icon-ic_fluent_layout_cell_four_focus_bottom_left_20_filled:before { +.icon-ic_fluent_layer_diagonal_person_20_filled:before { content: "\e996"; } -.icon-ic_fluent_layout_cell_four_focus_bottom_right_20_filled:before { +.icon-ic_fluent_layer_diagonal_person_20_regular:before { content: "\e997"; } -.icon-ic_fluent_layout_cell_four_focus_top_left_20_filled:before { +.icon-ic_fluent_layer_diagonal_sparkle_20_filled:before { content: "\e998"; } -.icon-ic_fluent_layout_cell_four_focus_top_right_20_filled:before { +.icon-ic_fluent_layer_diagonal_sparkle_20_regular:before { content: "\e999"; } -.icon-ic_fluent_layout_column_four_20_filled:before { +.icon-ic_fluent_layout_cell_four_20_filled:before { content: "\e99a"; } -.icon-ic_fluent_layout_column_four_20_regular:before { +.icon-ic_fluent_layout_cell_four_20_regular:before { content: "\e99b"; } -.icon-ic_fluent_layout_column_four_focus_center_left_20_filled:before { +.icon-ic_fluent_layout_cell_four_focus_bottom_left_20_filled:before { content: "\e99c"; } -.icon-ic_fluent_layout_column_four_focus_center_right_20_filled:before { +.icon-ic_fluent_layout_cell_four_focus_bottom_right_20_filled:before { content: "\e99d"; } -.icon-ic_fluent_layout_column_four_focus_left_20_filled:before { +.icon-ic_fluent_layout_cell_four_focus_top_left_20_filled:before { content: "\e99e"; } -.icon-ic_fluent_layout_column_four_focus_right_20_filled:before { +.icon-ic_fluent_layout_cell_four_focus_top_right_20_filled:before { content: "\e99f"; } -.icon-ic_fluent_layout_column_one_third_left_20_filled:before { +.icon-ic_fluent_layout_column_four_20_filled:before { content: "\e9a0"; } -.icon-ic_fluent_layout_column_one_third_left_20_regular:before { +.icon-ic_fluent_layout_column_four_20_regular:before { content: "\e9a1"; } -.icon-ic_fluent_layout_column_one_third_right_20_filled:before { +.icon-ic_fluent_layout_column_four_focus_center_left_20_filled:before { content: "\e9a2"; } -.icon-ic_fluent_layout_column_one_third_right_20_regular:before { +.icon-ic_fluent_layout_column_four_focus_center_right_20_filled:before { content: "\e9a3"; } -.icon-ic_fluent_layout_column_one_third_right_hint_20_filled:before { +.icon-ic_fluent_layout_column_four_focus_left_20_filled:before { content: "\e9a4"; } -.icon-ic_fluent_layout_column_one_third_right_hint_20_regular:before { +.icon-ic_fluent_layout_column_four_focus_right_20_filled:before { content: "\e9a5"; } -.icon-ic_fluent_layout_column_three_20_filled:before { +.icon-ic_fluent_layout_column_one_third_left_20_filled:before { content: "\e9a6"; } -.icon-ic_fluent_layout_column_three_20_regular:before { +.icon-ic_fluent_layout_column_one_third_left_20_regular:before { content: "\e9a7"; } -.icon-ic_fluent_layout_column_three_focus_center_20_filled:before { +.icon-ic_fluent_layout_column_one_third_right_20_filled:before { content: "\e9a8"; } -.icon-ic_fluent_layout_column_three_focus_left_20_filled:before { +.icon-ic_fluent_layout_column_one_third_right_20_regular:before { content: "\e9a9"; } -.icon-ic_fluent_layout_column_three_focus_right_20_filled:before { +.icon-ic_fluent_layout_column_one_third_right_hint_20_filled:before { content: "\e9aa"; } -.icon-ic_fluent_layout_column_two_20_filled:before { +.icon-ic_fluent_layout_column_one_third_right_hint_20_regular:before { content: "\e9ab"; } -.icon-ic_fluent_layout_column_two_20_regular:before { +.icon-ic_fluent_layout_column_three_20_filled:before { content: "\e9ac"; } -.icon-ic_fluent_layout_column_two_focus_left_20_filled:before { +.icon-ic_fluent_layout_column_three_20_regular:before { content: "\e9ad"; } -.icon-ic_fluent_layout_column_two_focus_right_20_filled:before { +.icon-ic_fluent_layout_column_three_focus_center_20_filled:before { content: "\e9ae"; } -.icon-ic_fluent_layout_column_two_split_left_20_filled:before { +.icon-ic_fluent_layout_column_three_focus_left_20_filled:before { content: "\e9af"; } -.icon-ic_fluent_layout_column_two_split_left_20_regular:before { +.icon-ic_fluent_layout_column_three_focus_right_20_filled:before { content: "\e9b0"; } -.icon-ic_fluent_layout_column_two_split_left_focus_bottom_left_20_filled:before { +.icon-ic_fluent_layout_column_two_20_filled:before { content: "\e9b1"; } -.icon-ic_fluent_layout_column_two_split_left_focus_right_20_filled:before { +.icon-ic_fluent_layout_column_two_20_regular:before { content: "\e9b2"; } -.icon-ic_fluent_layout_column_two_split_left_focus_top_left_20_filled:before { +.icon-ic_fluent_layout_column_two_focus_left_20_filled:before { content: "\e9b3"; } -.icon-ic_fluent_layout_column_two_split_right_20_filled:before { +.icon-ic_fluent_layout_column_two_focus_right_20_filled:before { content: "\e9b4"; } -.icon-ic_fluent_layout_column_two_split_right_20_regular:before { +.icon-ic_fluent_layout_column_two_split_left_20_filled:before { content: "\e9b5"; } -.icon-ic_fluent_layout_column_two_split_right_focus_bottom_right_20_filled:before { +.icon-ic_fluent_layout_column_two_split_left_20_regular:before { content: "\e9b6"; } -.icon-ic_fluent_layout_column_two_split_right_focus_left_20_filled:before { +.icon-ic_fluent_layout_column_two_split_left_focus_bottom_left_20_filled:before { content: "\e9b7"; } -.icon-ic_fluent_layout_column_two_split_right_focus_top_right_20_filled:before { +.icon-ic_fluent_layout_column_two_split_left_focus_right_20_filled:before { content: "\e9b8"; } -.icon-ic_fluent_layout_row_four_20_filled:before { +.icon-ic_fluent_layout_column_two_split_left_focus_top_left_20_filled:before { content: "\e9b9"; } -.icon-ic_fluent_layout_row_four_20_regular:before { +.icon-ic_fluent_layout_column_two_split_right_20_filled:before { content: "\e9ba"; } -.icon-ic_fluent_layout_row_four_focus_bottom_20_filled:before { +.icon-ic_fluent_layout_column_two_split_right_20_regular:before { content: "\e9bb"; } -.icon-ic_fluent_layout_row_four_focus_center_bottom_20_filled:before { +.icon-ic_fluent_layout_column_two_split_right_focus_bottom_right_20_filled:before { content: "\e9bc"; } -.icon-ic_fluent_layout_row_four_focus_center_top_20_filled:before { +.icon-ic_fluent_layout_column_two_split_right_focus_left_20_filled:before { content: "\e9bd"; } -.icon-ic_fluent_layout_row_four_focus_top_20_filled:before { +.icon-ic_fluent_layout_column_two_split_right_focus_top_right_20_filled:before { content: "\e9be"; } -.icon-ic_fluent_layout_row_three_20_filled:before { +.icon-ic_fluent_layout_row_four_20_filled:before { content: "\e9bf"; } -.icon-ic_fluent_layout_row_three_20_regular:before { +.icon-ic_fluent_layout_row_four_20_regular:before { content: "\e9c0"; } -.icon-ic_fluent_layout_row_three_focus_bottom_20_filled:before { +.icon-ic_fluent_layout_row_four_focus_bottom_20_filled:before { content: "\e9c1"; } -.icon-ic_fluent_layout_row_three_focus_center_20_filled:before { +.icon-ic_fluent_layout_row_four_focus_center_bottom_20_filled:before { content: "\e9c2"; } -.icon-ic_fluent_layout_row_three_focus_top_20_filled:before { +.icon-ic_fluent_layout_row_four_focus_center_top_20_filled:before { content: "\e9c3"; } -.icon-ic_fluent_layout_row_two_20_filled:before { +.icon-ic_fluent_layout_row_four_focus_top_20_filled:before { content: "\e9c4"; } -.icon-ic_fluent_layout_row_two_20_regular:before { +.icon-ic_fluent_layout_row_three_20_filled:before { content: "\e9c5"; } -.icon-ic_fluent_layout_row_two_focus_bottom_20_filled:before { +.icon-ic_fluent_layout_row_three_20_regular:before { content: "\e9c6"; } -.icon-ic_fluent_layout_row_two_focus_top_20_filled:before { +.icon-ic_fluent_layout_row_three_focus_bottom_20_filled:before { content: "\e9c7"; } -.icon-ic_fluent_layout_row_two_split_bottom_20_filled:before { +.icon-ic_fluent_layout_row_three_focus_center_20_filled:before { content: "\e9c8"; } -.icon-ic_fluent_layout_row_two_split_bottom_20_regular:before { +.icon-ic_fluent_layout_row_three_focus_top_20_filled:before { content: "\e9c9"; } -.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled:before { +.icon-ic_fluent_layout_row_two_20_filled:before { content: "\e9ca"; } -.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled:before { +.icon-ic_fluent_layout_row_two_20_regular:before { content: "\e9cb"; } -.icon-ic_fluent_layout_row_two_split_bottom_focus_top_20_filled:before { +.icon-ic_fluent_layout_row_two_focus_bottom_20_filled:before { content: "\e9cc"; } -.icon-ic_fluent_layout_row_two_split_top_20_filled:before { +.icon-ic_fluent_layout_row_two_focus_top_20_filled:before { content: "\e9cd"; } -.icon-ic_fluent_layout_row_two_split_top_20_regular:before { +.icon-ic_fluent_layout_row_two_split_bottom_20_filled:before { content: "\e9ce"; } -.icon-ic_fluent_layout_row_two_split_top_focus_bottom_20_filled:before { +.icon-ic_fluent_layout_row_two_split_bottom_20_regular:before { content: "\e9cf"; } -.icon-ic_fluent_layout_row_two_split_top_focus_top_left_20_filled:before { +.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled:before { content: "\e9d0"; } -.icon-ic_fluent_layout_row_two_split_top_focus_top_right_20_filled:before { +.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled:before { content: "\e9d1"; } -.icon-ic_fluent_leaf_one_20_filled:before { +.icon-ic_fluent_layout_row_two_split_bottom_focus_top_20_filled:before { content: "\e9d2"; } -.icon-ic_fluent_leaf_one_20_regular:before { +.icon-ic_fluent_layout_row_two_split_top_20_filled:before { content: "\e9d3"; } -.icon-ic_fluent_leaf_three_20_filled:before { +.icon-ic_fluent_layout_row_two_split_top_20_regular:before { content: "\e9d4"; } -.icon-ic_fluent_leaf_three_20_regular:before { +.icon-ic_fluent_layout_row_two_split_top_focus_bottom_20_filled:before { content: "\e9d5"; } -.icon-ic_fluent_leaf_two_20_filled:before { +.icon-ic_fluent_layout_row_two_split_top_focus_top_left_20_filled:before { content: "\e9d6"; } -.icon-ic_fluent_leaf_two_20_regular:before { +.icon-ic_fluent_layout_row_two_split_top_focus_top_right_20_filled:before { content: "\e9d7"; } -.icon-ic_fluent_learning_app_20_filled:before { +.icon-ic_fluent_leaf_one_20_filled:before { content: "\e9d8"; } -.icon-ic_fluent_learning_app_20_regular:before { +.icon-ic_fluent_leaf_one_20_regular:before { content: "\e9d9"; } -.icon-ic_fluent_library_20_filled:before { +.icon-ic_fluent_leaf_three_20_filled:before { content: "\e9da"; } -.icon-ic_fluent_library_20_regular:before { +.icon-ic_fluent_leaf_three_20_regular:before { content: "\e9db"; } -.icon-ic_fluent_lightbulb_20_filled:before { +.icon-ic_fluent_leaf_two_20_filled:before { content: "\e9dc"; } -.icon-ic_fluent_lightbulb_20_regular:before { +.icon-ic_fluent_leaf_two_20_regular:before { content: "\e9dd"; } -.icon-ic_fluent_lightbulb_checkmark_20_filled:before { +.icon-ic_fluent_learning_app_20_filled:before { content: "\e9de"; } -.icon-ic_fluent_lightbulb_checkmark_20_regular:before { +.icon-ic_fluent_learning_app_20_regular:before { content: "\e9df"; } -.icon-ic_fluent_lightbulb_circle_20_filled:before { +.icon-ic_fluent_library_20_filled:before { content: "\e9e0"; } -.icon-ic_fluent_lightbulb_circle_20_regular:before { +.icon-ic_fluent_library_20_regular:before { content: "\e9e1"; } -.icon-ic_fluent_lightbulb_filament_20_filled:before { +.icon-ic_fluent_lightbulb_20_filled:before { content: "\e9e2"; } -.icon-ic_fluent_lightbulb_filament_20_regular:before { +.icon-ic_fluent_lightbulb_20_regular:before { content: "\e9e3"; } -.icon-ic_fluent_lightbulb_person_20_filled:before { +.icon-ic_fluent_lightbulb_checkmark_20_filled:before { content: "\e9e4"; } -.icon-ic_fluent_lightbulb_person_20_regular:before { +.icon-ic_fluent_lightbulb_checkmark_20_regular:before { content: "\e9e5"; } -.icon-ic_fluent_likert_20_filled:before { +.icon-ic_fluent_lightbulb_circle_20_filled:before { content: "\e9e6"; } -.icon-ic_fluent_likert_20_regular:before { +.icon-ic_fluent_lightbulb_circle_20_regular:before { content: "\e9e7"; } -.icon-ic_fluent_line_20_filled:before { +.icon-ic_fluent_lightbulb_filament_20_filled:before { content: "\e9e8"; } -.icon-ic_fluent_line_20_regular:before { +.icon-ic_fluent_lightbulb_filament_20_regular:before { content: "\e9e9"; } -.icon-ic_fluent_line_dashes_20_filled:before { +.icon-ic_fluent_lightbulb_person_20_filled:before { content: "\e9ea"; } -.icon-ic_fluent_line_dashes_20_regular:before { +.icon-ic_fluent_lightbulb_person_20_regular:before { content: "\e9eb"; } -.icon-ic_fluent_line_flow_diagonal_up_right_20_filled:before { +.icon-ic_fluent_likert_20_filled:before { content: "\e9ec"; } -.icon-ic_fluent_line_flow_diagonal_up_right_20_regular:before { +.icon-ic_fluent_likert_20_regular:before { content: "\e9ed"; } -.icon-ic_fluent_line_horizontal_1_20_filled:before { +.icon-ic_fluent_line_20_filled:before { content: "\e9ee"; } -.icon-ic_fluent_line_horizontal_1_20_regular:before { +.icon-ic_fluent_line_20_regular:before { content: "\e9ef"; } -.icon-ic_fluent_line_horizontal_1_dashes_20_filled:before { +.icon-ic_fluent_line_dashes_20_filled:before { content: "\e9f0"; } -.icon-ic_fluent_line_horizontal_1_dashes_20_regular:before { +.icon-ic_fluent_line_dashes_20_regular:before { content: "\e9f1"; } -.icon-ic_fluent_line_horizontal_2_dashes_solid_20_filled:before { +.icon-ic_fluent_line_flow_diagonal_up_right_20_filled:before { content: "\e9f2"; } -.icon-ic_fluent_line_horizontal_2_dashes_solid_20_regular:before { +.icon-ic_fluent_line_flow_diagonal_up_right_20_regular:before { content: "\e9f3"; } -.icon-ic_fluent_line_horizontal_3_20_filled:before { +.icon-ic_fluent_line_horizontal_1_20_filled:before { content: "\e9f4"; } -.icon-ic_fluent_line_horizontal_3_20_regular:before { +.icon-ic_fluent_line_horizontal_1_20_regular:before { content: "\e9f5"; } -.icon-ic_fluent_line_horizontal_4_20_filled:before { +.icon-ic_fluent_line_horizontal_1_dashes_20_filled:before { content: "\e9f6"; } -.icon-ic_fluent_line_horizontal_4_20_regular:before { +.icon-ic_fluent_line_horizontal_1_dashes_20_regular:before { content: "\e9f7"; } -.icon-ic_fluent_line_horizontal_4_search_20_filled:before { +.icon-ic_fluent_line_horizontal_2_dashes_solid_20_filled:before { content: "\e9f8"; } -.icon-ic_fluent_line_horizontal_4_search_20_regular:before { +.icon-ic_fluent_line_horizontal_2_dashes_solid_20_regular:before { content: "\e9f9"; } -.icon-ic_fluent_line_horizontal_5_20_filled:before { +.icon-ic_fluent_line_horizontal_3_20_filled:before { content: "\e9fa"; } -.icon-ic_fluent_line_horizontal_5_20_regular:before { +.icon-ic_fluent_line_horizontal_3_20_regular:before { content: "\e9fb"; } -.icon-ic_fluent_line_horizontal_5_error_20_filled:before { +.icon-ic_fluent_line_horizontal_4_20_filled:before { content: "\e9fc"; } -.icon-ic_fluent_line_horizontal_5_error_20_regular:before { +.icon-ic_fluent_line_horizontal_4_20_regular:before { content: "\e9fd"; } -.icon-ic_fluent_line_style_20_filled:before { +.icon-ic_fluent_line_horizontal_4_search_20_filled:before { content: "\e9fe"; } -.icon-ic_fluent_line_style_20_regular:before { +.icon-ic_fluent_line_horizontal_4_search_20_regular:before { content: "\e9ff"; } -.icon-ic_fluent_line_thickness_20_filled:before { +.icon-ic_fluent_line_horizontal_5_20_filled:before { content: "\ea00"; } -.icon-ic_fluent_line_thickness_20_regular:before { +.icon-ic_fluent_line_horizontal_5_20_regular:before { content: "\ea01"; } -.icon-ic_fluent_link_20_filled:before { +.icon-ic_fluent_line_horizontal_5_error_20_filled:before { content: "\ea02"; } -.icon-ic_fluent_link_20_regular:before { +.icon-ic_fluent_line_horizontal_5_error_20_regular:before { content: "\ea03"; } -.icon-ic_fluent_link_add_20_filled:before { +.icon-ic_fluent_line_style_20_filled:before { content: "\ea04"; } -.icon-ic_fluent_link_add_20_regular:before { +.icon-ic_fluent_line_style_20_regular:before { content: "\ea05"; } -.icon-ic_fluent_link_dismiss_20_filled:before { +.icon-ic_fluent_line_thickness_20_filled:before { content: "\ea06"; } -.icon-ic_fluent_link_dismiss_20_regular:before { +.icon-ic_fluent_line_thickness_20_regular:before { content: "\ea07"; } -.icon-ic_fluent_link_edit_20_filled:before { +.icon-ic_fluent_link_20_filled:before { content: "\ea08"; } -.icon-ic_fluent_link_edit_20_regular:before { +.icon-ic_fluent_link_20_regular:before { content: "\ea09"; } -.icon-ic_fluent_link_multiple_20_filled:before { +.icon-ic_fluent_link_add_20_filled:before { content: "\ea0a"; } -.icon-ic_fluent_link_multiple_20_regular:before { +.icon-ic_fluent_link_add_20_regular:before { content: "\ea0b"; } -.icon-ic_fluent_link_person_20_filled:before { +.icon-ic_fluent_link_dismiss_20_filled:before { content: "\ea0c"; } -.icon-ic_fluent_link_person_20_regular:before { +.icon-ic_fluent_link_dismiss_20_regular:before { content: "\ea0d"; } -.icon-ic_fluent_link_square_20_filled:before { +.icon-ic_fluent_link_edit_20_filled:before { content: "\ea0e"; } -.icon-ic_fluent_link_square_20_regular:before { +.icon-ic_fluent_link_edit_20_regular:before { content: "\ea0f"; } -.icon-ic_fluent_link_toolbox_20_filled:before { +.icon-ic_fluent_link_multiple_20_filled:before { content: "\ea10"; } -.icon-ic_fluent_link_toolbox_20_regular:before { +.icon-ic_fluent_link_multiple_20_regular:before { content: "\ea11"; } -.icon-ic_fluent_list_20_filled:before { +.icon-ic_fluent_link_person_20_filled:before { content: "\ea12"; } -.icon-ic_fluent_list_20_regular:before { +.icon-ic_fluent_link_person_20_regular:before { content: "\ea13"; } -.icon-ic_fluent_list_bar_20_filled:before { +.icon-ic_fluent_link_square_20_filled:before { content: "\ea14"; } -.icon-ic_fluent_list_bar_20_regular:before { +.icon-ic_fluent_link_square_20_regular:before { content: "\ea15"; } -.icon-ic_fluent_list_bar_tree_20_filled:before { +.icon-ic_fluent_link_toolbox_20_filled:before { content: "\ea16"; } -.icon-ic_fluent_list_bar_tree_20_regular:before { +.icon-ic_fluent_link_toolbox_20_regular:before { content: "\ea17"; } -.icon-ic_fluent_list_bar_tree_offset_20_filled:before { +.icon-ic_fluent_list_20_filled:before { content: "\ea18"; } -.icon-ic_fluent_list_bar_tree_offset_20_regular:before { +.icon-ic_fluent_list_20_regular:before { content: "\ea19"; } -.icon-ic_fluent_list_rtl_20_filled:before { +.icon-ic_fluent_list_bar_20_filled:before { content: "\ea1a"; } -.icon-ic_fluent_list_rtl_20_regular:before { +.icon-ic_fluent_list_bar_20_regular:before { content: "\ea1b"; } -.icon-ic_fluent_live_20_filled:before { +.icon-ic_fluent_list_bar_tree_20_filled:before { content: "\ea1c"; } -.icon-ic_fluent_live_20_regular:before { +.icon-ic_fluent_list_bar_tree_20_regular:before { content: "\ea1d"; } -.icon-ic_fluent_live_off_20_filled:before { +.icon-ic_fluent_list_bar_tree_offset_20_filled:before { content: "\ea1e"; } -.icon-ic_fluent_live_off_20_regular:before { +.icon-ic_fluent_list_bar_tree_offset_20_regular:before { content: "\ea1f"; } -.icon-ic_fluent_local_language_20_filled:before { +.icon-ic_fluent_list_rtl_20_filled:before { content: "\ea20"; } -.icon-ic_fluent_local_language_20_regular:before { +.icon-ic_fluent_list_rtl_20_regular:before { content: "\ea21"; } -.icon-ic_fluent_location_20_filled:before { +.icon-ic_fluent_live_20_filled:before { content: "\ea22"; } -.icon-ic_fluent_location_20_regular:before { +.icon-ic_fluent_live_20_regular:before { content: "\ea23"; } -.icon-ic_fluent_location_add_20_filled:before { +.icon-ic_fluent_live_off_20_filled:before { content: "\ea24"; } -.icon-ic_fluent_location_add_20_regular:before { +.icon-ic_fluent_live_off_20_regular:before { content: "\ea25"; } -.icon-ic_fluent_location_add_left_20_filled:before { +.icon-ic_fluent_local_language_20_filled:before { content: "\ea26"; } -.icon-ic_fluent_location_add_left_20_regular:before { +.icon-ic_fluent_local_language_20_regular:before { content: "\ea27"; } -.icon-ic_fluent_location_add_right_20_filled:before { +.icon-ic_fluent_location_20_filled:before { content: "\ea28"; } -.icon-ic_fluent_location_add_right_20_regular:before { +.icon-ic_fluent_location_20_regular:before { content: "\ea29"; } -.icon-ic_fluent_location_add_up_20_filled:before { +.icon-ic_fluent_location_add_20_filled:before { content: "\ea2a"; } -.icon-ic_fluent_location_add_up_20_regular:before { +.icon-ic_fluent_location_add_20_regular:before { content: "\ea2b"; } -.icon-ic_fluent_location_arrow_20_filled:before { +.icon-ic_fluent_location_add_left_20_filled:before { content: "\ea2c"; } -.icon-ic_fluent_location_arrow_20_regular:before { +.icon-ic_fluent_location_add_left_20_regular:before { content: "\ea2d"; } -.icon-ic_fluent_location_arrow_left_20_filled:before { +.icon-ic_fluent_location_add_right_20_filled:before { content: "\ea2e"; } -.icon-ic_fluent_location_arrow_left_20_regular:before { +.icon-ic_fluent_location_add_right_20_regular:before { content: "\ea2f"; } -.icon-ic_fluent_location_arrow_right_20_filled:before { +.icon-ic_fluent_location_add_up_20_filled:before { content: "\ea30"; } -.icon-ic_fluent_location_arrow_right_20_regular:before { +.icon-ic_fluent_location_add_up_20_regular:before { content: "\ea31"; } -.icon-ic_fluent_location_arrow_up_20_filled:before { +.icon-ic_fluent_location_arrow_20_filled:before { content: "\ea32"; } -.icon-ic_fluent_location_arrow_up_20_regular:before { +.icon-ic_fluent_location_arrow_20_regular:before { content: "\ea33"; } -.icon-ic_fluent_location_dismiss_20_filled:before { +.icon-ic_fluent_location_arrow_left_20_filled:before { content: "\ea34"; } -.icon-ic_fluent_location_dismiss_20_regular:before { +.icon-ic_fluent_location_arrow_left_20_regular:before { content: "\ea35"; } -.icon-ic_fluent_location_live_20_filled:before { +.icon-ic_fluent_location_arrow_right_20_filled:before { content: "\ea36"; } -.icon-ic_fluent_location_live_20_regular:before { +.icon-ic_fluent_location_arrow_right_20_regular:before { content: "\ea37"; } -.icon-ic_fluent_location_off_20_filled:before { +.icon-ic_fluent_location_arrow_up_20_filled:before { content: "\ea38"; } -.icon-ic_fluent_location_off_20_regular:before { +.icon-ic_fluent_location_arrow_up_20_regular:before { content: "\ea39"; } -.icon-ic_fluent_location_ripple_20_filled:before { +.icon-ic_fluent_location_dismiss_20_filled:before { content: "\ea3a"; } -.icon-ic_fluent_location_ripple_20_regular:before { +.icon-ic_fluent_location_dismiss_20_regular:before { content: "\ea3b"; } -.icon-ic_fluent_location_target_square_20_filled:before { +.icon-ic_fluent_location_live_20_filled:before { content: "\ea3c"; } -.icon-ic_fluent_location_target_square_20_regular:before { +.icon-ic_fluent_location_live_20_regular:before { content: "\ea3d"; } -.icon-ic_fluent_lock_closed_20_filled:before { +.icon-ic_fluent_location_off_20_filled:before { content: "\ea3e"; } -.icon-ic_fluent_lock_closed_20_regular:before { +.icon-ic_fluent_location_off_20_regular:before { content: "\ea3f"; } -.icon-ic_fluent_lock_closed_key_20_filled:before { +.icon-ic_fluent_location_ripple_20_filled:before { content: "\ea40"; } -.icon-ic_fluent_lock_closed_key_20_regular:before { +.icon-ic_fluent_location_ripple_20_regular:before { content: "\ea41"; } -.icon-ic_fluent_lock_multiple_20_filled:before { +.icon-ic_fluent_location_target_square_20_filled:before { content: "\ea42"; } -.icon-ic_fluent_lock_multiple_20_regular:before { +.icon-ic_fluent_location_target_square_20_regular:before { content: "\ea43"; } -.icon-ic_fluent_lock_open_20_filled:before { +.icon-ic_fluent_lock_closed_20_filled:before { content: "\ea44"; } -.icon-ic_fluent_lock_open_20_regular:before { +.icon-ic_fluent_lock_closed_20_regular:before { content: "\ea45"; } -.icon-ic_fluent_lock_shield_20_filled:before { +.icon-ic_fluent_lock_closed_key_20_filled:before { content: "\ea46"; } -.icon-ic_fluent_lock_shield_20_regular:before { +.icon-ic_fluent_lock_closed_key_20_regular:before { content: "\ea47"; } -.icon-ic_fluent_lottery_20_filled:before { +.icon-ic_fluent_lock_multiple_20_filled:before { content: "\ea48"; } -.icon-ic_fluent_lottery_20_regular:before { +.icon-ic_fluent_lock_multiple_20_regular:before { content: "\ea49"; } -.icon-ic_fluent_luggage_20_filled:before { +.icon-ic_fluent_lock_open_20_filled:before { content: "\ea4a"; } -.icon-ic_fluent_luggage_20_regular:before { +.icon-ic_fluent_lock_open_20_regular:before { content: "\ea4b"; } -.icon-ic_fluent_mail_20_filled:before { +.icon-ic_fluent_lock_shield_20_filled:before { content: "\ea4c"; } -.icon-ic_fluent_mail_20_regular:before { +.icon-ic_fluent_lock_shield_20_regular:before { content: "\ea4d"; } -.icon-ic_fluent_mail_add_20_filled:before { +.icon-ic_fluent_lottery_20_filled:before { content: "\ea4e"; } -.icon-ic_fluent_mail_add_20_regular:before { +.icon-ic_fluent_lottery_20_regular:before { content: "\ea4f"; } -.icon-ic_fluent_mail_alert_20_filled:before { +.icon-ic_fluent_luggage_20_filled:before { content: "\ea50"; } -.icon-ic_fluent_mail_alert_20_regular:before { +.icon-ic_fluent_luggage_20_regular:before { content: "\ea51"; } -.icon-ic_fluent_mail_all_read_20_filled:before { +.icon-ic_fluent_mail_20_filled:before { content: "\ea52"; } -.icon-ic_fluent_mail_all_read_20_regular:before { +.icon-ic_fluent_mail_20_regular:before { content: "\ea53"; } -.icon-ic_fluent_mail_all_unread_20_filled:before { +.icon-ic_fluent_mail_add_20_filled:before { content: "\ea54"; } -.icon-ic_fluent_mail_all_unread_20_regular:before { +.icon-ic_fluent_mail_add_20_regular:before { content: "\ea55"; } -.icon-ic_fluent_mail_arrow_clockwise_20_filled:before { +.icon-ic_fluent_mail_alert_20_filled:before { content: "\ea56"; } -.icon-ic_fluent_mail_arrow_clockwise_20_regular:before { +.icon-ic_fluent_mail_alert_20_regular:before { content: "\ea57"; } -.icon-ic_fluent_mail_arrow_double_back_20_filled:before { +.icon-ic_fluent_mail_all_read_20_filled:before { content: "\ea58"; } -.icon-ic_fluent_mail_arrow_double_back_20_regular:before { +.icon-ic_fluent_mail_all_read_20_regular:before { content: "\ea59"; } -.icon-ic_fluent_mail_arrow_down_20_filled:before { +.icon-ic_fluent_mail_all_unread_20_filled:before { content: "\ea5a"; } -.icon-ic_fluent_mail_arrow_down_20_regular:before { +.icon-ic_fluent_mail_all_unread_20_regular:before { content: "\ea5b"; } -.icon-ic_fluent_mail_arrow_forward_20_filled:before { +.icon-ic_fluent_mail_arrow_clockwise_20_filled:before { content: "\ea5c"; } -.icon-ic_fluent_mail_arrow_forward_20_regular:before { +.icon-ic_fluent_mail_arrow_clockwise_20_regular:before { content: "\ea5d"; } -.icon-ic_fluent_mail_arrow_up_20_filled:before { +.icon-ic_fluent_mail_arrow_double_back_20_filled:before { content: "\ea5e"; } -.icon-ic_fluent_mail_arrow_up_20_regular:before { +.icon-ic_fluent_mail_arrow_double_back_20_regular:before { content: "\ea5f"; } -.icon-ic_fluent_mail_attach_20_filled:before { +.icon-ic_fluent_mail_arrow_down_20_filled:before { content: "\ea60"; } -.icon-ic_fluent_mail_attach_20_regular:before { +.icon-ic_fluent_mail_arrow_down_20_regular:before { content: "\ea61"; } -.icon-ic_fluent_mail_checkmark_20_filled:before { +.icon-ic_fluent_mail_arrow_forward_20_filled:before { content: "\ea62"; } -.icon-ic_fluent_mail_checkmark_20_regular:before { +.icon-ic_fluent_mail_arrow_forward_20_regular:before { content: "\ea63"; } -.icon-ic_fluent_mail_clock_20_filled:before { +.icon-ic_fluent_mail_arrow_up_20_filled:before { content: "\ea64"; } -.icon-ic_fluent_mail_clock_20_regular:before { +.icon-ic_fluent_mail_arrow_up_20_regular:before { content: "\ea65"; } -.icon-ic_fluent_mail_copy_20_filled:before { +.icon-ic_fluent_mail_attach_20_filled:before { content: "\ea66"; } -.icon-ic_fluent_mail_copy_20_regular:before { +.icon-ic_fluent_mail_attach_20_regular:before { content: "\ea67"; } -.icon-ic_fluent_mail_dismiss_20_filled:before { +.icon-ic_fluent_mail_checkmark_20_filled:before { content: "\ea68"; } -.icon-ic_fluent_mail_dismiss_20_regular:before { +.icon-ic_fluent_mail_checkmark_20_regular:before { content: "\ea69"; } -.icon-ic_fluent_mail_edit_20_filled:before { +.icon-ic_fluent_mail_clock_20_filled:before { content: "\ea6a"; } -.icon-ic_fluent_mail_edit_20_regular:before { +.icon-ic_fluent_mail_clock_20_regular:before { content: "\ea6b"; } -.icon-ic_fluent_mail_error_20_filled:before { +.icon-ic_fluent_mail_copy_20_filled:before { content: "\ea6c"; } -.icon-ic_fluent_mail_error_20_regular:before { +.icon-ic_fluent_mail_copy_20_regular:before { content: "\ea6d"; } -.icon-ic_fluent_mail_inbox_20_filled:before { +.icon-ic_fluent_mail_dismiss_20_filled:before { content: "\ea6e"; } -.icon-ic_fluent_mail_inbox_20_regular:before { +.icon-ic_fluent_mail_dismiss_20_regular:before { content: "\ea6f"; } -.icon-ic_fluent_mail_inbox_add_20_filled:before { +.icon-ic_fluent_mail_edit_20_filled:before { content: "\ea70"; } -.icon-ic_fluent_mail_inbox_add_20_regular:before { +.icon-ic_fluent_mail_edit_20_regular:before { content: "\ea71"; } -.icon-ic_fluent_mail_inbox_all_20_filled:before { +.icon-ic_fluent_mail_error_20_filled:before { content: "\ea72"; } -.icon-ic_fluent_mail_inbox_all_20_regular:before { +.icon-ic_fluent_mail_error_20_regular:before { content: "\ea73"; } -.icon-ic_fluent_mail_inbox_arrow_down_20_filled:before { +.icon-ic_fluent_mail_inbox_20_filled:before { content: "\ea74"; } -.icon-ic_fluent_mail_inbox_arrow_down_20_regular:before { +.icon-ic_fluent_mail_inbox_20_regular:before { content: "\ea75"; } -.icon-ic_fluent_mail_inbox_arrow_right_20_filled:before { +.icon-ic_fluent_mail_inbox_add_20_filled:before { content: "\ea76"; } -.icon-ic_fluent_mail_inbox_arrow_right_20_regular:before { +.icon-ic_fluent_mail_inbox_add_20_regular:before { content: "\ea77"; } -.icon-ic_fluent_mail_inbox_arrow_up_20_filled:before { +.icon-ic_fluent_mail_inbox_all_20_filled:before { content: "\ea78"; } -.icon-ic_fluent_mail_inbox_arrow_up_20_regular:before { +.icon-ic_fluent_mail_inbox_all_20_regular:before { content: "\ea79"; } -.icon-ic_fluent_mail_inbox_checkmark_20_filled:before { +.icon-ic_fluent_mail_inbox_arrow_down_20_filled:before { content: "\ea7a"; } -.icon-ic_fluent_mail_inbox_checkmark_20_regular:before { +.icon-ic_fluent_mail_inbox_arrow_down_20_regular:before { content: "\ea7b"; } -.icon-ic_fluent_mail_inbox_dismiss_20_filled:before { +.icon-ic_fluent_mail_inbox_arrow_right_20_filled:before { content: "\ea7c"; } -.icon-ic_fluent_mail_inbox_dismiss_20_regular:before { +.icon-ic_fluent_mail_inbox_arrow_right_20_regular:before { content: "\ea7d"; } -.icon-ic_fluent_mail_link_20_filled:before { +.icon-ic_fluent_mail_inbox_arrow_up_20_filled:before { content: "\ea7e"; } -.icon-ic_fluent_mail_link_20_regular:before { +.icon-ic_fluent_mail_inbox_arrow_up_20_regular:before { content: "\ea7f"; } -.icon-ic_fluent_mail_list_20_filled:before { +.icon-ic_fluent_mail_inbox_checkmark_20_filled:before { content: "\ea80"; } -.icon-ic_fluent_mail_list_20_regular:before { +.icon-ic_fluent_mail_inbox_checkmark_20_regular:before { content: "\ea81"; } -.icon-ic_fluent_mail_multiple_20_filled:before { +.icon-ic_fluent_mail_inbox_dismiss_20_filled:before { content: "\ea82"; } -.icon-ic_fluent_mail_multiple_20_regular:before { +.icon-ic_fluent_mail_inbox_dismiss_20_regular:before { content: "\ea83"; } -.icon-ic_fluent_mail_off_20_filled:before { +.icon-ic_fluent_mail_link_20_filled:before { content: "\ea84"; } -.icon-ic_fluent_mail_off_20_regular:before { +.icon-ic_fluent_mail_link_20_regular:before { content: "\ea85"; } -.icon-ic_fluent_mail_open_person_20_filled:before { +.icon-ic_fluent_mail_list_20_filled:before { content: "\ea86"; } -.icon-ic_fluent_mail_open_person_20_regular:before { +.icon-ic_fluent_mail_list_20_regular:before { content: "\ea87"; } -.icon-ic_fluent_mail_pause_20_filled:before { +.icon-ic_fluent_mail_multiple_20_filled:before { content: "\ea88"; } -.icon-ic_fluent_mail_pause_20_regular:before { +.icon-ic_fluent_mail_multiple_20_regular:before { content: "\ea89"; } -.icon-ic_fluent_mail_prohibited_20_filled:before { +.icon-ic_fluent_mail_off_20_filled:before { content: "\ea8a"; } -.icon-ic_fluent_mail_prohibited_20_regular:before { +.icon-ic_fluent_mail_off_20_regular:before { content: "\ea8b"; } -.icon-ic_fluent_mail_read_20_filled:before { +.icon-ic_fluent_mail_open_person_20_filled:before { content: "\ea8c"; } -.icon-ic_fluent_mail_read_20_regular:before { +.icon-ic_fluent_mail_open_person_20_regular:before { content: "\ea8d"; } -.icon-ic_fluent_mail_read_multiple_20_filled:before { +.icon-ic_fluent_mail_pause_20_filled:before { content: "\ea8e"; } -.icon-ic_fluent_mail_read_multiple_20_regular:before { +.icon-ic_fluent_mail_pause_20_regular:before { content: "\ea8f"; } -.icon-ic_fluent_mail_rewind_20_filled:before { +.icon-ic_fluent_mail_prohibited_20_filled:before { content: "\ea90"; } -.icon-ic_fluent_mail_rewind_20_regular:before { +.icon-ic_fluent_mail_prohibited_20_regular:before { content: "\ea91"; } -.icon-ic_fluent_mail_settings_20_filled:before { +.icon-ic_fluent_mail_read_20_filled:before { content: "\ea92"; } -.icon-ic_fluent_mail_settings_20_regular:before { +.icon-ic_fluent_mail_read_20_regular:before { content: "\ea93"; } -.icon-ic_fluent_mail_shield_20_filled:before { +.icon-ic_fluent_mail_read_multiple_20_filled:before { content: "\ea94"; } -.icon-ic_fluent_mail_shield_20_regular:before { +.icon-ic_fluent_mail_read_multiple_20_regular:before { content: "\ea95"; } -.icon-ic_fluent_mail_template_20_filled:before { +.icon-ic_fluent_mail_rewind_20_filled:before { content: "\ea96"; } -.icon-ic_fluent_mail_template_20_regular:before { +.icon-ic_fluent_mail_rewind_20_regular:before { content: "\ea97"; } -.icon-ic_fluent_mail_unread_20_filled:before { +.icon-ic_fluent_mail_settings_20_filled:before { content: "\ea98"; } -.icon-ic_fluent_mail_unread_20_regular:before { +.icon-ic_fluent_mail_settings_20_regular:before { content: "\ea99"; } -.icon-ic_fluent_mail_warning_20_filled:before { +.icon-ic_fluent_mail_shield_20_filled:before { content: "\ea9a"; } -.icon-ic_fluent_mail_warning_20_regular:before { +.icon-ic_fluent_mail_shield_20_regular:before { content: "\ea9b"; } -.icon-ic_fluent_mailbox_20_filled:before { +.icon-ic_fluent_mail_template_20_filled:before { content: "\ea9c"; } -.icon-ic_fluent_mailbox_20_regular:before { +.icon-ic_fluent_mail_template_20_regular:before { content: "\ea9d"; } -.icon-ic_fluent_map_20_filled:before { +.icon-ic_fluent_mail_unread_20_filled:before { content: "\ea9e"; } -.icon-ic_fluent_map_20_regular:before { +.icon-ic_fluent_mail_unread_20_regular:before { content: "\ea9f"; } -.icon-ic_fluent_map_drive_20_filled:before { +.icon-ic_fluent_mail_warning_20_filled:before { content: "\eaa0"; } -.icon-ic_fluent_map_drive_20_regular:before { +.icon-ic_fluent_mail_warning_20_regular:before { content: "\eaa1"; } -.icon-ic_fluent_markdown_20_filled:before { +.icon-ic_fluent_mailbox_20_filled:before { content: "\eaa2"; } -.icon-ic_fluent_markdown_20_regular:before { +.icon-ic_fluent_mailbox_20_regular:before { content: "\eaa3"; } -.icon-ic_fluent_match_app_layout_20_filled:before { +.icon-ic_fluent_map_20_filled:before { content: "\eaa4"; } -.icon-ic_fluent_match_app_layout_20_regular:before { +.icon-ic_fluent_map_20_regular:before { content: "\eaa5"; } -.icon-ic_fluent_math_format_linear_20_filled:before { +.icon-ic_fluent_map_drive_20_filled:before { content: "\eaa6"; } -.icon-ic_fluent_math_format_linear_20_regular:before { +.icon-ic_fluent_map_drive_20_regular:before { content: "\eaa7"; } -.icon-ic_fluent_math_format_professional_20_filled:before { +.icon-ic_fluent_markdown_20_filled:before { content: "\eaa8"; } -.icon-ic_fluent_math_format_professional_20_regular:before { +.icon-ic_fluent_markdown_20_regular:before { content: "\eaa9"; } -.icon-ic_fluent_math_formula_20_filled:before { +.icon-ic_fluent_match_app_layout_20_filled:before { content: "\eaaa"; } -.icon-ic_fluent_math_formula_20_regular:before { +.icon-ic_fluent_match_app_layout_20_regular:before { content: "\eaab"; } -.icon-ic_fluent_math_symbols_20_filled:before { +.icon-ic_fluent_math_format_linear_20_filled:before { content: "\eaac"; } -.icon-ic_fluent_math_symbols_20_regular:before { +.icon-ic_fluent_math_format_linear_20_regular:before { content: "\eaad"; } -.icon-ic_fluent_maximize_20_filled:before { +.icon-ic_fluent_math_format_professional_20_filled:before { content: "\eaae"; } -.icon-ic_fluent_maximize_20_regular:before { +.icon-ic_fluent_math_format_professional_20_regular:before { content: "\eaaf"; } -.icon-ic_fluent_meet_now_20_filled:before { +.icon-ic_fluent_math_formula_20_filled:before { content: "\eab0"; } -.icon-ic_fluent_meet_now_20_regular:before { +.icon-ic_fluent_math_formula_20_regular:before { content: "\eab1"; } -.icon-ic_fluent_megaphone_20_filled:before { +.icon-ic_fluent_math_symbols_20_filled:before { content: "\eab2"; } -.icon-ic_fluent_megaphone_20_regular:before { +.icon-ic_fluent_math_symbols_20_regular:before { content: "\eab3"; } -.icon-ic_fluent_megaphone_circle_20_filled:before { +.icon-ic_fluent_maximize_20_filled:before { content: "\eab4"; } -.icon-ic_fluent_megaphone_circle_20_regular:before { +.icon-ic_fluent_maximize_20_regular:before { content: "\eab5"; } -.icon-ic_fluent_megaphone_loud_20_filled:before { +.icon-ic_fluent_meet_now_20_filled:before { content: "\eab6"; } -.icon-ic_fluent_megaphone_loud_20_regular:before { +.icon-ic_fluent_meet_now_20_regular:before { content: "\eab7"; } -.icon-ic_fluent_megaphone_off_20_filled:before { +.icon-ic_fluent_megaphone_20_filled:before { content: "\eab8"; } -.icon-ic_fluent_megaphone_off_20_regular:before { +.icon-ic_fluent_megaphone_20_regular:before { content: "\eab9"; } -.icon-ic_fluent_mention_20_filled:before { +.icon-ic_fluent_megaphone_circle_20_filled:before { content: "\eaba"; } -.icon-ic_fluent_mention_20_regular:before { +.icon-ic_fluent_megaphone_circle_20_regular:before { content: "\eabb"; } -.icon-ic_fluent_mention_arrow_down_20_filled:before { +.icon-ic_fluent_megaphone_loud_20_filled:before { content: "\eabc"; } -.icon-ic_fluent_mention_arrow_down_20_regular:before { +.icon-ic_fluent_megaphone_loud_20_regular:before { content: "\eabd"; } -.icon-ic_fluent_mention_brackets_20_filled:before { +.icon-ic_fluent_megaphone_off_20_filled:before { content: "\eabe"; } -.icon-ic_fluent_mention_brackets_20_regular:before { +.icon-ic_fluent_megaphone_off_20_regular:before { content: "\eabf"; } -.icon-ic_fluent_merge_20_filled:before { +.icon-ic_fluent_mention_20_filled:before { content: "\eac0"; } -.icon-ic_fluent_merge_20_regular:before { +.icon-ic_fluent_mention_20_regular:before { content: "\eac1"; } -.icon-ic_fluent_mic_20_filled:before { +.icon-ic_fluent_mention_arrow_down_20_filled:before { content: "\eac2"; } -.icon-ic_fluent_mic_20_regular:before { +.icon-ic_fluent_mention_arrow_down_20_regular:before { content: "\eac3"; } -.icon-ic_fluent_mic_off_20_filled:before { +.icon-ic_fluent_mention_brackets_20_filled:before { content: "\eac4"; } -.icon-ic_fluent_mic_off_20_regular:before { +.icon-ic_fluent_mention_brackets_20_regular:before { content: "\eac5"; } -.icon-ic_fluent_mic_prohibited_20_filled:before { +.icon-ic_fluent_merge_20_filled:before { content: "\eac6"; } -.icon-ic_fluent_mic_prohibited_20_regular:before { +.icon-ic_fluent_merge_20_regular:before { content: "\eac7"; } -.icon-ic_fluent_mic_pulse_20_filled:before { +.icon-ic_fluent_mic_20_filled:before { content: "\eac8"; } -.icon-ic_fluent_mic_pulse_20_regular:before { +.icon-ic_fluent_mic_20_regular:before { content: "\eac9"; } -.icon-ic_fluent_mic_pulse_off_20_filled:before { +.icon-ic_fluent_mic_off_20_filled:before { content: "\eaca"; } -.icon-ic_fluent_mic_pulse_off_20_regular:before { +.icon-ic_fluent_mic_off_20_regular:before { content: "\eacb"; } -.icon-ic_fluent_mic_record_20_filled:before { +.icon-ic_fluent_mic_prohibited_20_filled:before { content: "\eacc"; } -.icon-ic_fluent_mic_record_20_regular:before { +.icon-ic_fluent_mic_prohibited_20_regular:before { content: "\eacd"; } -.icon-ic_fluent_mic_settings_20_filled:before { +.icon-ic_fluent_mic_pulse_20_filled:before { content: "\eace"; } -.icon-ic_fluent_mic_settings_20_regular:before { +.icon-ic_fluent_mic_pulse_20_regular:before { content: "\eacf"; } -.icon-ic_fluent_mic_sparkle_20_filled:before { +.icon-ic_fluent_mic_pulse_off_20_filled:before { content: "\ead0"; } -.icon-ic_fluent_mic_sparkle_20_regular:before { +.icon-ic_fluent_mic_pulse_off_20_regular:before { content: "\ead1"; } -.icon-ic_fluent_mic_sync_20_filled:before { +.icon-ic_fluent_mic_record_20_filled:before { content: "\ead2"; } -.icon-ic_fluent_mic_sync_20_regular:before { +.icon-ic_fluent_mic_record_20_regular:before { content: "\ead3"; } -.icon-ic_fluent_microscope_20_filled:before { +.icon-ic_fluent_mic_settings_20_filled:before { content: "\ead4"; } -.icon-ic_fluent_microscope_20_regular:before { +.icon-ic_fluent_mic_settings_20_regular:before { content: "\ead5"; } -.icon-ic_fluent_midi_20_filled:before { +.icon-ic_fluent_mic_sparkle_20_filled:before { content: "\ead6"; } -.icon-ic_fluent_midi_20_regular:before { +.icon-ic_fluent_mic_sparkle_20_regular:before { content: "\ead7"; } -.icon-ic_fluent_mobile_optimized_20_filled:before { +.icon-ic_fluent_mic_sync_20_filled:before { content: "\ead8"; } -.icon-ic_fluent_mobile_optimized_20_regular:before { +.icon-ic_fluent_mic_sync_20_regular:before { content: "\ead9"; } -.icon-ic_fluent_mold_20_filled:before { +.icon-ic_fluent_microscope_20_filled:before { content: "\eada"; } -.icon-ic_fluent_mold_20_regular:before { +.icon-ic_fluent_microscope_20_regular:before { content: "\eadb"; } -.icon-ic_fluent_molecule_20_filled:before { +.icon-ic_fluent_midi_20_filled:before { content: "\eadc"; } -.icon-ic_fluent_molecule_20_regular:before { +.icon-ic_fluent_midi_20_regular:before { content: "\eadd"; } -.icon-ic_fluent_money_20_filled:before { +.icon-ic_fluent_mobile_optimized_20_filled:before { content: "\eade"; } -.icon-ic_fluent_money_20_regular:before { +.icon-ic_fluent_mobile_optimized_20_regular:before { content: "\eadf"; } -.icon-ic_fluent_money_calculator_20_filled:before { +.icon-ic_fluent_mold_20_filled:before { content: "\eae0"; } -.icon-ic_fluent_money_calculator_20_regular:before { +.icon-ic_fluent_mold_20_regular:before { content: "\eae1"; } -.icon-ic_fluent_money_dismiss_20_filled:before { +.icon-ic_fluent_molecule_20_filled:before { content: "\eae2"; } -.icon-ic_fluent_money_dismiss_20_regular:before { +.icon-ic_fluent_molecule_20_regular:before { content: "\eae3"; } -.icon-ic_fluent_money_hand_20_filled:before { +.icon-ic_fluent_money_20_filled:before { content: "\eae4"; } -.icon-ic_fluent_money_hand_20_regular:before { +.icon-ic_fluent_money_20_regular:before { content: "\eae5"; } -.icon-ic_fluent_money_off_20_filled:before { +.icon-ic_fluent_money_calculator_20_filled:before { content: "\eae6"; } -.icon-ic_fluent_money_off_20_regular:before { +.icon-ic_fluent_money_calculator_20_regular:before { content: "\eae7"; } -.icon-ic_fluent_money_settings_20_filled:before { +.icon-ic_fluent_money_dismiss_20_filled:before { content: "\eae8"; } -.icon-ic_fluent_money_settings_20_regular:before { +.icon-ic_fluent_money_dismiss_20_regular:before { content: "\eae9"; } -.icon-ic_fluent_more_circle_20_filled:before { +.icon-ic_fluent_money_hand_20_filled:before { content: "\eaea"; } -.icon-ic_fluent_more_circle_20_regular:before { +.icon-ic_fluent_money_hand_20_regular:before { content: "\eaeb"; } -.icon-ic_fluent_more_horizontal_20_filled:before { +.icon-ic_fluent_money_off_20_filled:before { content: "\eaec"; } -.icon-ic_fluent_more_horizontal_20_regular:before { +.icon-ic_fluent_money_off_20_regular:before { content: "\eaed"; } -.icon-ic_fluent_more_vertical_20_filled:before { +.icon-ic_fluent_money_settings_20_filled:before { content: "\eaee"; } -.icon-ic_fluent_more_vertical_20_regular:before { +.icon-ic_fluent_money_settings_20_regular:before { content: "\eaef"; } -.icon-ic_fluent_mountain_location_bottom_20_filled:before { +.icon-ic_fluent_more_circle_20_filled:before { content: "\eaf0"; } -.icon-ic_fluent_mountain_location_bottom_20_regular:before { +.icon-ic_fluent_more_circle_20_regular:before { content: "\eaf1"; } -.icon-ic_fluent_mountain_location_top_20_filled:before { +.icon-ic_fluent_more_horizontal_20_filled:before { content: "\eaf2"; } -.icon-ic_fluent_mountain_location_top_20_regular:before { +.icon-ic_fluent_more_horizontal_20_regular:before { content: "\eaf3"; } -.icon-ic_fluent_mountain_trail_20_filled:before { +.icon-ic_fluent_more_vertical_20_filled:before { content: "\eaf4"; } -.icon-ic_fluent_mountain_trail_20_regular:before { +.icon-ic_fluent_more_vertical_20_regular:before { content: "\eaf5"; } -.icon-ic_fluent_movies_and_tv_20_filled:before { +.icon-ic_fluent_mountain_location_bottom_20_filled:before { content: "\eaf6"; } -.icon-ic_fluent_movies_and_tv_20_regular:before { +.icon-ic_fluent_mountain_location_bottom_20_regular:before { content: "\eaf7"; } -.icon-ic_fluent_multiplier_1_2x_20_filled:before { +.icon-ic_fluent_mountain_location_top_20_filled:before { content: "\eaf8"; } -.icon-ic_fluent_multiplier_1_2x_20_regular:before { +.icon-ic_fluent_mountain_location_top_20_regular:before { content: "\eaf9"; } -.icon-ic_fluent_multiplier_1_5x_20_filled:before { +.icon-ic_fluent_mountain_trail_20_filled:before { content: "\eafa"; } -.icon-ic_fluent_multiplier_1_5x_20_regular:before { +.icon-ic_fluent_mountain_trail_20_regular:before { content: "\eafb"; } -.icon-ic_fluent_multiplier_1_8x_20_filled:before { +.icon-ic_fluent_movies_and_tv_20_filled:before { content: "\eafc"; } -.icon-ic_fluent_multiplier_1_8x_20_regular:before { +.icon-ic_fluent_movies_and_tv_20_regular:before { content: "\eafd"; } -.icon-ic_fluent_multiplier_1x_20_filled:before { +.icon-ic_fluent_multiplier_1_2x_20_filled:before { content: "\eafe"; } -.icon-ic_fluent_multiplier_1x_20_regular:before { +.icon-ic_fluent_multiplier_1_2x_20_regular:before { content: "\eaff"; } -.icon-ic_fluent_multiplier_2x_20_filled:before { +.icon-ic_fluent_multiplier_1_5x_20_filled:before { content: "\eb00"; } -.icon-ic_fluent_multiplier_2x_20_regular:before { +.icon-ic_fluent_multiplier_1_5x_20_regular:before { content: "\eb01"; } -.icon-ic_fluent_multiplier_5x_20_filled:before { +.icon-ic_fluent_multiplier_1_8x_20_filled:before { content: "\eb02"; } -.icon-ic_fluent_multiplier_5x_20_regular:before { +.icon-ic_fluent_multiplier_1_8x_20_regular:before { content: "\eb03"; } -.icon-ic_fluent_multiselect_ltr_20_filled:before { +.icon-ic_fluent_multiplier_1x_20_filled:before { content: "\eb04"; } -.icon-ic_fluent_multiselect_ltr_20_regular:before { +.icon-ic_fluent_multiplier_1x_20_regular:before { content: "\eb05"; } -.icon-ic_fluent_multiselect_rtl_20_filled:before { +.icon-ic_fluent_multiplier_2x_20_filled:before { content: "\eb06"; } -.icon-ic_fluent_multiselect_rtl_20_regular:before { +.icon-ic_fluent_multiplier_2x_20_regular:before { content: "\eb07"; } -.icon-ic_fluent_music_note_1_20_filled:before { +.icon-ic_fluent_multiplier_5x_20_filled:before { content: "\eb08"; } -.icon-ic_fluent_music_note_1_20_regular:before { +.icon-ic_fluent_multiplier_5x_20_regular:before { content: "\eb09"; } -.icon-ic_fluent_music_note_2_20_filled:before { +.icon-ic_fluent_multiselect_ltr_20_filled:before { content: "\eb0a"; } -.icon-ic_fluent_music_note_2_20_regular:before { +.icon-ic_fluent_multiselect_ltr_20_regular:before { content: "\eb0b"; } -.icon-ic_fluent_music_note_2_play_20_filled:before { +.icon-ic_fluent_multiselect_rtl_20_filled:before { content: "\eb0c"; } -.icon-ic_fluent_music_note_2_play_20_regular:before { +.icon-ic_fluent_multiselect_rtl_20_regular:before { content: "\eb0d"; } -.icon-ic_fluent_music_note_off_1_20_filled:before { +.icon-ic_fluent_music_note_1_20_filled:before { content: "\eb0e"; } -.icon-ic_fluent_music_note_off_1_20_regular:before { +.icon-ic_fluent_music_note_1_20_regular:before { content: "\eb0f"; } -.icon-ic_fluent_music_note_off_2_20_filled:before { +.icon-ic_fluent_music_note_2_20_filled:before { content: "\eb10"; } -.icon-ic_fluent_music_note_off_2_20_regular:before { +.icon-ic_fluent_music_note_2_20_regular:before { content: "\eb11"; } -.icon-ic_fluent_my_location_20_filled:before { +.icon-ic_fluent_music_note_2_play_20_filled:before { content: "\eb12"; } -.icon-ic_fluent_my_location_20_regular:before { +.icon-ic_fluent_music_note_2_play_20_regular:before { content: "\eb13"; } -.icon-ic_fluent_navigation_20_filled:before { +.icon-ic_fluent_music_note_off_1_20_filled:before { content: "\eb14"; } -.icon-ic_fluent_navigation_20_regular:before { +.icon-ic_fluent_music_note_off_1_20_regular:before { content: "\eb15"; } -.icon-ic_fluent_navigation_location_target_20_filled:before { +.icon-ic_fluent_music_note_off_2_20_filled:before { content: "\eb16"; } -.icon-ic_fluent_navigation_location_target_20_regular:before { +.icon-ic_fluent_music_note_off_2_20_regular:before { content: "\eb17"; } -.icon-ic_fluent_navigation_play_20_filled:before { +.icon-ic_fluent_my_location_20_filled:before { content: "\eb18"; } -.icon-ic_fluent_navigation_play_20_regular:before { +.icon-ic_fluent_my_location_20_regular:before { content: "\eb19"; } -.icon-ic_fluent_navigation_unread_20_filled:before { +.icon-ic_fluent_navigation_20_filled:before { content: "\eb1a"; } -.icon-ic_fluent_navigation_unread_20_regular:before { +.icon-ic_fluent_navigation_20_regular:before { content: "\eb1b"; } -.icon-ic_fluent_network_check_20_filled:before { +.icon-ic_fluent_navigation_location_target_20_filled:before { content: "\eb1c"; } -.icon-ic_fluent_network_check_20_regular:before { +.icon-ic_fluent_navigation_location_target_20_regular:before { content: "\eb1d"; } -.icon-ic_fluent_new_20_filled:before { +.icon-ic_fluent_navigation_play_20_filled:before { content: "\eb1e"; } -.icon-ic_fluent_new_20_regular:before { +.icon-ic_fluent_navigation_play_20_regular:before { content: "\eb1f"; } -.icon-ic_fluent_news_20_filled:before { +.icon-ic_fluent_navigation_unread_20_filled:before { content: "\eb20"; } -.icon-ic_fluent_news_20_regular:before { +.icon-ic_fluent_navigation_unread_20_regular:before { content: "\eb21"; } -.icon-ic_fluent_next_20_filled:before { +.icon-ic_fluent_network_check_20_filled:before { content: "\eb22"; } -.icon-ic_fluent_next_20_regular:before { +.icon-ic_fluent_network_check_20_regular:before { content: "\eb23"; } -.icon-ic_fluent_next_frame_20_filled:before { +.icon-ic_fluent_new_20_filled:before { content: "\eb24"; } -.icon-ic_fluent_next_frame_20_regular:before { +.icon-ic_fluent_new_20_regular:before { content: "\eb25"; } -.icon-ic_fluent_note_20_filled:before { +.icon-ic_fluent_news_20_filled:before { content: "\eb26"; } -.icon-ic_fluent_note_20_regular:before { +.icon-ic_fluent_news_20_regular:before { content: "\eb27"; } -.icon-ic_fluent_note_add_20_filled:before { +.icon-ic_fluent_next_20_filled:before { content: "\eb28"; } -.icon-ic_fluent_note_add_20_regular:before { +.icon-ic_fluent_next_20_regular:before { content: "\eb29"; } -.icon-ic_fluent_note_edit_20_filled:before { +.icon-ic_fluent_next_frame_20_filled:before { content: "\eb2a"; } -.icon-ic_fluent_note_edit_20_regular:before { +.icon-ic_fluent_next_frame_20_regular:before { content: "\eb2b"; } -.icon-ic_fluent_note_pin_20_filled:before { +.icon-ic_fluent_note_20_filled:before { content: "\eb2c"; } -.icon-ic_fluent_note_pin_20_regular:before { +.icon-ic_fluent_note_20_regular:before { content: "\eb2d"; } -.icon-ic_fluent_notebook_20_filled:before { +.icon-ic_fluent_note_add_20_filled:before { content: "\eb2e"; } -.icon-ic_fluent_notebook_20_regular:before { +.icon-ic_fluent_note_add_20_regular:before { content: "\eb2f"; } -.icon-ic_fluent_notebook_add_20_filled:before { +.icon-ic_fluent_note_edit_20_filled:before { content: "\eb30"; } -.icon-ic_fluent_notebook_add_20_regular:before { +.icon-ic_fluent_note_edit_20_regular:before { content: "\eb31"; } -.icon-ic_fluent_notebook_arrow_curve_down_20_filled:before { +.icon-ic_fluent_note_pin_20_filled:before { content: "\eb32"; } -.icon-ic_fluent_notebook_arrow_curve_down_20_regular:before { +.icon-ic_fluent_note_pin_20_regular:before { content: "\eb33"; } -.icon-ic_fluent_notebook_error_20_filled:before { +.icon-ic_fluent_notebook_20_filled:before { content: "\eb34"; } -.icon-ic_fluent_notebook_error_20_regular:before { +.icon-ic_fluent_notebook_20_regular:before { content: "\eb35"; } -.icon-ic_fluent_notebook_eye_20_filled:before { +.icon-ic_fluent_notebook_add_20_filled:before { content: "\eb36"; } -.icon-ic_fluent_notebook_eye_20_regular:before { +.icon-ic_fluent_notebook_add_20_regular:before { content: "\eb37"; } -.icon-ic_fluent_notebook_lightning_20_filled:before { +.icon-ic_fluent_notebook_arrow_curve_down_20_filled:before { content: "\eb38"; } -.icon-ic_fluent_notebook_lightning_20_regular:before { +.icon-ic_fluent_notebook_arrow_curve_down_20_regular:before { content: "\eb39"; } -.icon-ic_fluent_notebook_question_mark_20_filled:before { +.icon-ic_fluent_notebook_error_20_filled:before { content: "\eb3a"; } -.icon-ic_fluent_notebook_question_mark_20_regular:before { +.icon-ic_fluent_notebook_error_20_regular:before { content: "\eb3b"; } -.icon-ic_fluent_notebook_section_20_filled:before { +.icon-ic_fluent_notebook_eye_20_filled:before { content: "\eb3c"; } -.icon-ic_fluent_notebook_section_20_regular:before { +.icon-ic_fluent_notebook_eye_20_regular:before { content: "\eb3d"; } -.icon-ic_fluent_notebook_section_arrow_right_20_filled:before { +.icon-ic_fluent_notebook_lightning_20_filled:before { content: "\eb3e"; } -.icon-ic_fluent_notebook_section_arrow_right_20_regular:before { +.icon-ic_fluent_notebook_lightning_20_regular:before { content: "\eb3f"; } -.icon-ic_fluent_notebook_subsection_20_filled:before { +.icon-ic_fluent_notebook_question_mark_20_filled:before { content: "\eb40"; } -.icon-ic_fluent_notebook_subsection_20_regular:before { +.icon-ic_fluent_notebook_question_mark_20_regular:before { content: "\eb41"; } -.icon-ic_fluent_notebook_sync_20_filled:before { +.icon-ic_fluent_notebook_section_20_filled:before { content: "\eb42"; } -.icon-ic_fluent_notebook_sync_20_regular:before { +.icon-ic_fluent_notebook_section_20_regular:before { content: "\eb43"; } -.icon-ic_fluent_notepad_20_filled:before { +.icon-ic_fluent_notebook_section_arrow_right_20_filled:before { content: "\eb44"; } -.icon-ic_fluent_notepad_20_regular:before { +.icon-ic_fluent_notebook_section_arrow_right_20_regular:before { content: "\eb45"; } -.icon-ic_fluent_notepad_edit_20_filled:before { +.icon-ic_fluent_notebook_subsection_20_filled:before { content: "\eb46"; } -.icon-ic_fluent_notepad_edit_20_regular:before { +.icon-ic_fluent_notebook_subsection_20_regular:before { content: "\eb47"; } -.icon-ic_fluent_notepad_person_20_filled:before { +.icon-ic_fluent_notebook_sync_20_filled:before { content: "\eb48"; } -.icon-ic_fluent_notepad_person_20_regular:before { +.icon-ic_fluent_notebook_sync_20_regular:before { content: "\eb49"; } -.icon-ic_fluent_number_circle_0_20_filled:before { +.icon-ic_fluent_notepad_20_filled:before { content: "\eb4a"; } -.icon-ic_fluent_number_circle_0_20_regular:before { +.icon-ic_fluent_notepad_20_regular:before { content: "\eb4b"; } -.icon-ic_fluent_number_circle_1_20_filled:before { +.icon-ic_fluent_notepad_edit_20_filled:before { content: "\eb4c"; } -.icon-ic_fluent_number_circle_1_20_regular:before { +.icon-ic_fluent_notepad_edit_20_regular:before { content: "\eb4d"; } -.icon-ic_fluent_number_circle_2_20_filled:before { +.icon-ic_fluent_notepad_person_20_filled:before { content: "\eb4e"; } -.icon-ic_fluent_number_circle_2_20_regular:before { +.icon-ic_fluent_notepad_person_20_regular:before { content: "\eb4f"; } -.icon-ic_fluent_number_circle_3_20_filled:before { +.icon-ic_fluent_number_circle_0_20_filled:before { content: "\eb50"; } -.icon-ic_fluent_number_circle_3_20_regular:before { +.icon-ic_fluent_number_circle_0_20_regular:before { content: "\eb51"; } -.icon-ic_fluent_number_circle_4_20_filled:before { +.icon-ic_fluent_number_circle_1_20_filled:before { content: "\eb52"; } -.icon-ic_fluent_number_circle_4_20_regular:before { +.icon-ic_fluent_number_circle_1_20_regular:before { content: "\eb53"; } -.icon-ic_fluent_number_circle_5_20_filled:before { +.icon-ic_fluent_number_circle_2_20_filled:before { content: "\eb54"; } -.icon-ic_fluent_number_circle_5_20_regular:before { +.icon-ic_fluent_number_circle_2_20_regular:before { content: "\eb55"; } -.icon-ic_fluent_number_circle_6_20_filled:before { +.icon-ic_fluent_number_circle_3_20_filled:before { content: "\eb56"; } -.icon-ic_fluent_number_circle_6_20_regular:before { +.icon-ic_fluent_number_circle_3_20_regular:before { content: "\eb57"; } -.icon-ic_fluent_number_circle_7_20_filled:before { +.icon-ic_fluent_number_circle_4_20_filled:before { content: "\eb58"; } -.icon-ic_fluent_number_circle_7_20_regular:before { +.icon-ic_fluent_number_circle_4_20_regular:before { content: "\eb59"; } -.icon-ic_fluent_number_circle_8_20_filled:before { +.icon-ic_fluent_number_circle_5_20_filled:before { content: "\eb5a"; } -.icon-ic_fluent_number_circle_8_20_regular:before { +.icon-ic_fluent_number_circle_5_20_regular:before { content: "\eb5b"; } -.icon-ic_fluent_number_circle_9_20_filled:before { +.icon-ic_fluent_number_circle_6_20_filled:before { content: "\eb5c"; } -.icon-ic_fluent_number_circle_9_20_regular:before { +.icon-ic_fluent_number_circle_6_20_regular:before { content: "\eb5d"; } -.icon-ic_fluent_number_row_20_filled:before { +.icon-ic_fluent_number_circle_7_20_filled:before { content: "\eb5e"; } -.icon-ic_fluent_number_row_20_regular:before { +.icon-ic_fluent_number_circle_7_20_regular:before { content: "\eb5f"; } -.icon-ic_fluent_number_symbol_20_filled:before { +.icon-ic_fluent_number_circle_8_20_filled:before { content: "\eb60"; } -.icon-ic_fluent_number_symbol_20_regular:before { +.icon-ic_fluent_number_circle_8_20_regular:before { content: "\eb61"; } -.icon-ic_fluent_number_symbol_dismiss_20_filled:before { +.icon-ic_fluent_number_circle_9_20_filled:before { content: "\eb62"; } -.icon-ic_fluent_number_symbol_dismiss_20_regular:before { +.icon-ic_fluent_number_circle_9_20_regular:before { content: "\eb63"; } -.icon-ic_fluent_number_symbol_square_20_filled:before { +.icon-ic_fluent_number_row_20_filled:before { content: "\eb64"; } -.icon-ic_fluent_number_symbol_square_20_regular:before { +.icon-ic_fluent_number_row_20_regular:before { content: "\eb65"; } -.icon-ic_fluent_open_20_filled:before { +.icon-ic_fluent_number_symbol_20_filled:before { content: "\eb66"; } -.icon-ic_fluent_open_20_regular:before { +.icon-ic_fluent_number_symbol_20_regular:before { content: "\eb67"; } -.icon-ic_fluent_open_folder_20_filled:before { +.icon-ic_fluent_number_symbol_dismiss_20_filled:before { content: "\eb68"; } -.icon-ic_fluent_open_folder_20_regular:before { +.icon-ic_fluent_number_symbol_dismiss_20_regular:before { content: "\eb69"; } -.icon-ic_fluent_open_off_20_filled:before { +.icon-ic_fluent_number_symbol_square_20_filled:before { content: "\eb6a"; } -.icon-ic_fluent_open_off_20_regular:before { +.icon-ic_fluent_number_symbol_square_20_regular:before { content: "\eb6b"; } -.icon-ic_fluent_options_20_filled:before { +.icon-ic_fluent_open_20_filled:before { content: "\eb6c"; } -.icon-ic_fluent_options_20_regular:before { +.icon-ic_fluent_open_20_regular:before { content: "\eb6d"; } -.icon-ic_fluent_organization_20_filled:before { +.icon-ic_fluent_open_folder_20_filled:before { content: "\eb6e"; } -.icon-ic_fluent_organization_20_regular:before { +.icon-ic_fluent_open_folder_20_regular:before { content: "\eb6f"; } -.icon-ic_fluent_organization_horizontal_20_filled:before { +.icon-ic_fluent_open_off_20_filled:before { content: "\eb70"; } -.icon-ic_fluent_organization_horizontal_20_regular:before { +.icon-ic_fluent_open_off_20_regular:before { content: "\eb71"; } -.icon-ic_fluent_orientation_20_filled:before { +.icon-ic_fluent_options_20_filled:before { content: "\eb72"; } -.icon-ic_fluent_orientation_20_regular:before { +.icon-ic_fluent_options_20_regular:before { content: "\eb73"; } -.icon-ic_fluent_oval_20_filled:before { +.icon-ic_fluent_organization_20_filled:before { content: "\eb74"; } -.icon-ic_fluent_oval_20_regular:before { +.icon-ic_fluent_organization_20_regular:before { content: "\eb75"; } -.icon-ic_fluent_oven_20_filled:before { +.icon-ic_fluent_organization_horizontal_20_filled:before { content: "\eb76"; } -.icon-ic_fluent_oven_20_regular:before { +.icon-ic_fluent_organization_horizontal_20_regular:before { content: "\eb77"; } -.icon-ic_fluent_padding_down_20_filled:before { +.icon-ic_fluent_orientation_20_filled:before { content: "\eb78"; } -.icon-ic_fluent_padding_down_20_regular:before { +.icon-ic_fluent_orientation_20_regular:before { content: "\eb79"; } -.icon-ic_fluent_padding_left_20_filled:before { +.icon-ic_fluent_oval_20_filled:before { content: "\eb7a"; } -.icon-ic_fluent_padding_left_20_regular:before { +.icon-ic_fluent_oval_20_regular:before { content: "\eb7b"; } -.icon-ic_fluent_padding_right_20_filled:before { +.icon-ic_fluent_oven_20_filled:before { content: "\eb7c"; } -.icon-ic_fluent_padding_right_20_regular:before { +.icon-ic_fluent_oven_20_regular:before { content: "\eb7d"; } -.icon-ic_fluent_padding_top_20_filled:before { +.icon-ic_fluent_padding_down_20_filled:before { content: "\eb7e"; } -.icon-ic_fluent_padding_top_20_regular:before { +.icon-ic_fluent_padding_down_20_regular:before { content: "\eb7f"; } -.icon-ic_fluent_page_fit_20_filled:before { +.icon-ic_fluent_padding_left_20_filled:before { content: "\eb80"; } -.icon-ic_fluent_page_fit_20_regular:before { +.icon-ic_fluent_padding_left_20_regular:before { content: "\eb81"; } -.icon-ic_fluent_paint_brush_20_filled:before { +.icon-ic_fluent_padding_right_20_filled:before { content: "\eb82"; } -.icon-ic_fluent_paint_brush_20_regular:before { +.icon-ic_fluent_padding_right_20_regular:before { content: "\eb83"; } -.icon-ic_fluent_paint_brush_arrow_down_20_filled:before { +.icon-ic_fluent_padding_top_20_filled:before { content: "\eb84"; } -.icon-ic_fluent_paint_brush_arrow_down_20_regular:before { +.icon-ic_fluent_padding_top_20_regular:before { content: "\eb85"; } -.icon-ic_fluent_paint_brush_arrow_up_20_filled:before { +.icon-ic_fluent_page_fit_20_filled:before { content: "\eb86"; } -.icon-ic_fluent_paint_brush_arrow_up_20_regular:before { +.icon-ic_fluent_page_fit_20_regular:before { content: "\eb87"; } -.icon-ic_fluent_paint_bucket_20_filled:before { +.icon-ic_fluent_paint_brush_20_filled:before { content: "\eb88"; } -.icon-ic_fluent_paint_bucket_20_regular:before { +.icon-ic_fluent_paint_brush_20_regular:before { content: "\eb89"; } -.icon-ic_fluent_pair_20_filled:before { +.icon-ic_fluent_paint_brush_arrow_down_20_filled:before { content: "\eb8a"; } -.icon-ic_fluent_pair_20_regular:before { +.icon-ic_fluent_paint_brush_arrow_down_20_regular:before { content: "\eb8b"; } -.icon-ic_fluent_panel_bottom_20_filled:before { +.icon-ic_fluent_paint_brush_arrow_up_20_filled:before { content: "\eb8c"; } -.icon-ic_fluent_panel_bottom_20_regular:before { +.icon-ic_fluent_paint_brush_arrow_up_20_regular:before { content: "\eb8d"; } -.icon-ic_fluent_panel_bottom_contract_20_filled:before { +.icon-ic_fluent_paint_bucket_20_filled:before { content: "\eb8e"; } -.icon-ic_fluent_panel_bottom_contract_20_regular:before { +.icon-ic_fluent_paint_bucket_20_regular:before { content: "\eb8f"; } -.icon-ic_fluent_panel_bottom_expand_20_filled:before { +.icon-ic_fluent_pair_20_filled:before { content: "\eb90"; } -.icon-ic_fluent_panel_bottom_expand_20_regular:before { +.icon-ic_fluent_pair_20_regular:before { content: "\eb91"; } -.icon-ic_fluent_panel_left_20_filled:before { +.icon-ic_fluent_panel_bottom_20_filled:before { content: "\eb92"; } -.icon-ic_fluent_panel_left_20_regular:before { +.icon-ic_fluent_panel_bottom_20_regular:before { content: "\eb93"; } -.icon-ic_fluent_panel_left_add_20_filled:before { +.icon-ic_fluent_panel_bottom_contract_20_filled:before { content: "\eb94"; } -.icon-ic_fluent_panel_left_add_20_regular:before { +.icon-ic_fluent_panel_bottom_contract_20_regular:before { content: "\eb95"; } -.icon-ic_fluent_panel_left_contract_20_filled:before { +.icon-ic_fluent_panel_bottom_expand_20_filled:before { content: "\eb96"; } -.icon-ic_fluent_panel_left_contract_20_regular:before { +.icon-ic_fluent_panel_bottom_expand_20_regular:before { content: "\eb97"; } -.icon-ic_fluent_panel_left_expand_20_filled:before { +.icon-ic_fluent_panel_left_20_filled:before { content: "\eb98"; } -.icon-ic_fluent_panel_left_expand_20_regular:before { +.icon-ic_fluent_panel_left_20_regular:before { content: "\eb99"; } -.icon-ic_fluent_panel_left_focus_right_20_filled:before { +.icon-ic_fluent_panel_left_add_20_filled:before { content: "\eb9a"; } -.icon-ic_fluent_panel_left_header_20_filled:before { +.icon-ic_fluent_panel_left_add_20_regular:before { content: "\eb9b"; } -.icon-ic_fluent_panel_left_header_20_regular:before { +.icon-ic_fluent_panel_left_contract_20_filled:before { content: "\eb9c"; } -.icon-ic_fluent_panel_left_header_add_20_filled:before { +.icon-ic_fluent_panel_left_contract_20_regular:before { content: "\eb9d"; } -.icon-ic_fluent_panel_left_header_add_20_regular:before { +.icon-ic_fluent_panel_left_expand_20_filled:before { content: "\eb9e"; } -.icon-ic_fluent_panel_left_header_key_20_filled:before { +.icon-ic_fluent_panel_left_expand_20_regular:before { content: "\eb9f"; } -.icon-ic_fluent_panel_left_header_key_20_regular:before { +.icon-ic_fluent_panel_left_focus_right_20_filled:before { content: "\eba0"; } -.icon-ic_fluent_panel_left_key_20_filled:before { +.icon-ic_fluent_panel_left_header_20_filled:before { content: "\eba1"; } -.icon-ic_fluent_panel_left_key_20_regular:before { +.icon-ic_fluent_panel_left_header_20_regular:before { content: "\eba2"; } -.icon-ic_fluent_panel_left_text_20_filled:before { +.icon-ic_fluent_panel_left_header_add_20_filled:before { content: "\eba3"; } -.icon-ic_fluent_panel_left_text_20_regular:before { +.icon-ic_fluent_panel_left_header_add_20_regular:before { content: "\eba4"; } -.icon-ic_fluent_panel_left_text_add_20_filled:before { +.icon-ic_fluent_panel_left_header_key_20_filled:before { content: "\eba5"; } -.icon-ic_fluent_panel_left_text_add_20_regular:before { +.icon-ic_fluent_panel_left_header_key_20_regular:before { content: "\eba6"; } -.icon-ic_fluent_panel_left_text_dismiss_20_filled:before { +.icon-ic_fluent_panel_left_key_20_filled:before { content: "\eba7"; } -.icon-ic_fluent_panel_left_text_dismiss_20_regular:before { +.icon-ic_fluent_panel_left_key_20_regular:before { content: "\eba8"; } -.icon-ic_fluent_panel_right_20_filled:before { +.icon-ic_fluent_panel_left_text_20_filled:before { content: "\eba9"; } -.icon-ic_fluent_panel_right_20_regular:before { +.icon-ic_fluent_panel_left_text_20_regular:before { content: "\ebaa"; } -.icon-ic_fluent_panel_right_add_20_filled:before { +.icon-ic_fluent_panel_left_text_add_20_filled:before { content: "\ebab"; } -.icon-ic_fluent_panel_right_add_20_regular:before { +.icon-ic_fluent_panel_left_text_add_20_regular:before { content: "\ebac"; } -.icon-ic_fluent_panel_right_contract_20_filled:before { +.icon-ic_fluent_panel_left_text_dismiss_20_filled:before { content: "\ebad"; } -.icon-ic_fluent_panel_right_contract_20_regular:before { +.icon-ic_fluent_panel_left_text_dismiss_20_regular:before { content: "\ebae"; } -.icon-ic_fluent_panel_right_cursor_20_filled:before { +.icon-ic_fluent_panel_right_20_filled:before { content: "\ebaf"; } -.icon-ic_fluent_panel_right_cursor_20_regular:before { +.icon-ic_fluent_panel_right_20_regular:before { content: "\ebb0"; } -.icon-ic_fluent_panel_right_expand_20_filled:before { +.icon-ic_fluent_panel_right_add_20_filled:before { content: "\ebb1"; } -.icon-ic_fluent_panel_right_expand_20_regular:before { +.icon-ic_fluent_panel_right_add_20_regular:before { content: "\ebb2"; } -.icon-ic_fluent_panel_right_gallery_20_filled:before { +.icon-ic_fluent_panel_right_contract_20_filled:before { content: "\ebb3"; } -.icon-ic_fluent_panel_right_gallery_20_regular:before { +.icon-ic_fluent_panel_right_contract_20_regular:before { content: "\ebb4"; } -.icon-ic_fluent_panel_separate_window_20_filled:before { +.icon-ic_fluent_panel_right_cursor_20_filled:before { content: "\ebb5"; } -.icon-ic_fluent_panel_separate_window_20_regular:before { +.icon-ic_fluent_panel_right_cursor_20_regular:before { content: "\ebb6"; } -.icon-ic_fluent_panel_top_contract_20_filled:before { +.icon-ic_fluent_panel_right_expand_20_filled:before { content: "\ebb7"; } -.icon-ic_fluent_panel_top_contract_20_regular:before { +.icon-ic_fluent_panel_right_expand_20_regular:before { content: "\ebb8"; } -.icon-ic_fluent_panel_top_expand_20_filled:before { +.icon-ic_fluent_panel_right_gallery_20_filled:before { content: "\ebb9"; } -.icon-ic_fluent_panel_top_expand_20_regular:before { +.icon-ic_fluent_panel_right_gallery_20_regular:before { content: "\ebba"; } -.icon-ic_fluent_panel_top_gallery_20_filled:before { +.icon-ic_fluent_panel_separate_window_20_filled:before { content: "\ebbb"; } -.icon-ic_fluent_panel_top_gallery_20_regular:before { +.icon-ic_fluent_panel_separate_window_20_regular:before { content: "\ebbc"; } -.icon-ic_fluent_password_20_filled:before { +.icon-ic_fluent_panel_top_contract_20_filled:before { content: "\ebbd"; } -.icon-ic_fluent_password_20_regular:before { +.icon-ic_fluent_panel_top_contract_20_regular:before { content: "\ebbe"; } -.icon-ic_fluent_patch_20_filled:before { +.icon-ic_fluent_panel_top_expand_20_filled:before { content: "\ebbf"; } -.icon-ic_fluent_patch_20_regular:before { +.icon-ic_fluent_panel_top_expand_20_regular:before { content: "\ebc0"; } -.icon-ic_fluent_patient_20_filled:before { +.icon-ic_fluent_panel_top_gallery_20_filled:before { content: "\ebc1"; } -.icon-ic_fluent_patient_20_regular:before { +.icon-ic_fluent_panel_top_gallery_20_regular:before { content: "\ebc2"; } -.icon-ic_fluent_pause_20_filled:before { +.icon-ic_fluent_password_20_filled:before { content: "\ebc3"; } -.icon-ic_fluent_pause_20_regular:before { +.icon-ic_fluent_password_20_regular:before { content: "\ebc4"; } -.icon-ic_fluent_pause_circle_20_filled:before { +.icon-ic_fluent_patch_20_filled:before { content: "\ebc5"; } -.icon-ic_fluent_pause_circle_20_regular:before { +.icon-ic_fluent_patch_20_regular:before { content: "\ebc6"; } -.icon-ic_fluent_pause_off_20_filled:before { +.icon-ic_fluent_patient_20_filled:before { content: "\ebc7"; } -.icon-ic_fluent_pause_off_20_regular:before { +.icon-ic_fluent_patient_20_regular:before { content: "\ebc8"; } -.icon-ic_fluent_pause_settings_20_filled:before { +.icon-ic_fluent_pause_20_filled:before { content: "\ebc9"; } -.icon-ic_fluent_pause_settings_20_regular:before { +.icon-ic_fluent_pause_20_regular:before { content: "\ebca"; } -.icon-ic_fluent_payment_20_filled:before { +.icon-ic_fluent_pause_circle_20_filled:before { content: "\ebcb"; } -.icon-ic_fluent_payment_20_regular:before { +.icon-ic_fluent_pause_circle_20_regular:before { content: "\ebcc"; } -.icon-ic_fluent_payment_wireless_20_filled:before { +.icon-ic_fluent_pause_off_20_filled:before { content: "\ebcd"; } -.icon-ic_fluent_payment_wireless_20_regular:before { +.icon-ic_fluent_pause_off_20_regular:before { content: "\ebce"; } -.icon-ic_fluent_pen_20_filled:before { +.icon-ic_fluent_pause_settings_20_filled:before { content: "\ebcf"; } -.icon-ic_fluent_pen_20_regular:before { +.icon-ic_fluent_pause_settings_20_regular:before { content: "\ebd0"; } -.icon-ic_fluent_pen_dismiss_20_filled:before { +.icon-ic_fluent_payment_20_filled:before { content: "\ebd1"; } -.icon-ic_fluent_pen_dismiss_20_regular:before { +.icon-ic_fluent_payment_20_regular:before { content: "\ebd2"; } -.icon-ic_fluent_pen_off_20_filled:before { +.icon-ic_fluent_payment_wireless_20_filled:before { content: "\ebd3"; } -.icon-ic_fluent_pen_off_20_regular:before { +.icon-ic_fluent_payment_wireless_20_regular:before { content: "\ebd4"; } -.icon-ic_fluent_pen_prohibited_20_filled:before { +.icon-ic_fluent_pen_20_filled:before { content: "\ebd5"; } -.icon-ic_fluent_pen_prohibited_20_regular:before { +.icon-ic_fluent_pen_20_regular:before { content: "\ebd6"; } -.icon-ic_fluent_pen_sparkle_20_filled:before { +.icon-ic_fluent_pen_dismiss_20_filled:before { content: "\ebd7"; } -.icon-ic_fluent_pen_sparkle_20_regular:before { +.icon-ic_fluent_pen_dismiss_20_regular:before { content: "\ebd8"; } -.icon-ic_fluent_pentagon_20_filled:before { +.icon-ic_fluent_pen_off_20_filled:before { content: "\ebd9"; } -.icon-ic_fluent_pentagon_20_regular:before { +.icon-ic_fluent_pen_off_20_regular:before { content: "\ebda"; } -.icon-ic_fluent_people_20_filled:before { +.icon-ic_fluent_pen_prohibited_20_filled:before { content: "\ebdb"; } -.icon-ic_fluent_people_20_regular:before { +.icon-ic_fluent_pen_prohibited_20_regular:before { content: "\ebdc"; } -.icon-ic_fluent_people_add_20_filled:before { +.icon-ic_fluent_pen_sparkle_20_filled:before { content: "\ebdd"; } -.icon-ic_fluent_people_add_20_regular:before { +.icon-ic_fluent_pen_sparkle_20_regular:before { content: "\ebde"; } -.icon-ic_fluent_people_audience_20_filled:before { +.icon-ic_fluent_pentagon_20_filled:before { content: "\ebdf"; } -.icon-ic_fluent_people_audience_20_regular:before { +.icon-ic_fluent_pentagon_20_regular:before { content: "\ebe0"; } -.icon-ic_fluent_people_call_20_filled:before { +.icon-ic_fluent_people_20_filled:before { content: "\ebe1"; } -.icon-ic_fluent_people_call_20_regular:before { +.icon-ic_fluent_people_20_regular:before { content: "\ebe2"; } -.icon-ic_fluent_people_chat_20_filled:before { +.icon-ic_fluent_people_add_20_filled:before { content: "\ebe3"; } -.icon-ic_fluent_people_chat_20_regular:before { +.icon-ic_fluent_people_add_20_regular:before { content: "\ebe4"; } -.icon-ic_fluent_people_checkmark_20_filled:before { +.icon-ic_fluent_people_audience_20_filled:before { content: "\ebe5"; } -.icon-ic_fluent_people_checkmark_20_regular:before { +.icon-ic_fluent_people_audience_20_regular:before { content: "\ebe6"; } -.icon-ic_fluent_people_community_20_filled:before { +.icon-ic_fluent_people_call_20_filled:before { content: "\ebe7"; } -.icon-ic_fluent_people_community_20_regular:before { +.icon-ic_fluent_people_call_20_regular:before { content: "\ebe8"; } -.icon-ic_fluent_people_community_add_20_filled:before { +.icon-ic_fluent_people_chat_20_filled:before { content: "\ebe9"; } -.icon-ic_fluent_people_community_add_20_regular:before { +.icon-ic_fluent_people_chat_20_regular:before { content: "\ebea"; } -.icon-ic_fluent_people_edit_20_filled:before { +.icon-ic_fluent_people_checkmark_20_filled:before { content: "\ebeb"; } -.icon-ic_fluent_people_edit_20_regular:before { +.icon-ic_fluent_people_checkmark_20_regular:before { content: "\ebec"; } -.icon-ic_fluent_people_error_20_filled:before { +.icon-ic_fluent_people_community_20_filled:before { content: "\ebed"; } -.icon-ic_fluent_people_error_20_regular:before { +.icon-ic_fluent_people_community_20_regular:before { content: "\ebee"; } -.icon-ic_fluent_people_list_20_filled:before { +.icon-ic_fluent_people_community_add_20_filled:before { content: "\ebef"; } -.icon-ic_fluent_people_list_20_regular:before { +.icon-ic_fluent_people_community_add_20_regular:before { content: "\ebf0"; } -.icon-ic_fluent_people_lock_20_filled:before { +.icon-ic_fluent_people_edit_20_filled:before { content: "\ebf1"; } -.icon-ic_fluent_people_lock_20_regular:before { +.icon-ic_fluent_people_edit_20_regular:before { content: "\ebf2"; } -.icon-ic_fluent_people_money_20_filled:before { +.icon-ic_fluent_people_error_20_filled:before { content: "\ebf3"; } -.icon-ic_fluent_people_money_20_regular:before { +.icon-ic_fluent_people_error_20_regular:before { content: "\ebf4"; } -.icon-ic_fluent_people_prohibited_20_filled:before { +.icon-ic_fluent_people_list_20_filled:before { content: "\ebf5"; } -.icon-ic_fluent_people_prohibited_20_regular:before { +.icon-ic_fluent_people_list_20_regular:before { content: "\ebf6"; } -.icon-ic_fluent_people_queue_20_filled:before { +.icon-ic_fluent_people_lock_20_filled:before { content: "\ebf7"; } -.icon-ic_fluent_people_queue_20_regular:before { +.icon-ic_fluent_people_lock_20_regular:before { content: "\ebf8"; } -.icon-ic_fluent_people_search_20_filled:before { +.icon-ic_fluent_people_money_20_filled:before { content: "\ebf9"; } -.icon-ic_fluent_people_search_20_regular:before { +.icon-ic_fluent_people_money_20_regular:before { content: "\ebfa"; } -.icon-ic_fluent_people_settings_20_filled:before { +.icon-ic_fluent_people_prohibited_20_filled:before { content: "\ebfb"; } -.icon-ic_fluent_people_settings_20_regular:before { +.icon-ic_fluent_people_prohibited_20_regular:before { content: "\ebfc"; } -.icon-ic_fluent_people_star_20_filled:before { +.icon-ic_fluent_people_queue_20_filled:before { content: "\ebfd"; } -.icon-ic_fluent_people_star_20_regular:before { +.icon-ic_fluent_people_queue_20_regular:before { content: "\ebfe"; } -.icon-ic_fluent_people_swap_20_filled:before { +.icon-ic_fluent_people_search_20_filled:before { content: "\ebff"; } -.icon-ic_fluent_people_swap_20_regular:before { +.icon-ic_fluent_people_search_20_regular:before { content: "\ec00"; } -.icon-ic_fluent_people_sync_20_filled:before { +.icon-ic_fluent_people_settings_20_filled:before { content: "\ec01"; } -.icon-ic_fluent_people_sync_20_regular:before { +.icon-ic_fluent_people_settings_20_regular:before { content: "\ec02"; } -.icon-ic_fluent_people_team_20_filled:before { +.icon-ic_fluent_people_star_20_filled:before { content: "\ec03"; } -.icon-ic_fluent_people_team_20_regular:before { +.icon-ic_fluent_people_star_20_regular:before { content: "\ec04"; } -.icon-ic_fluent_people_team_add_20_filled:before { +.icon-ic_fluent_people_subtract_20_filled:before { content: "\ec05"; } -.icon-ic_fluent_people_team_add_20_regular:before { +.icon-ic_fluent_people_subtract_20_regular:before { content: "\ec06"; } -.icon-ic_fluent_people_team_delete_20_filled:before { +.icon-ic_fluent_people_swap_20_filled:before { content: "\ec07"; } -.icon-ic_fluent_people_team_delete_20_regular:before { +.icon-ic_fluent_people_swap_20_regular:before { content: "\ec08"; } -.icon-ic_fluent_people_team_toolbox_20_filled:before { +.icon-ic_fluent_people_sync_20_filled:before { content: "\ec09"; } -.icon-ic_fluent_people_team_toolbox_20_regular:before { +.icon-ic_fluent_people_sync_20_regular:before { content: "\ec0a"; } -.icon-ic_fluent_people_toolbox_20_filled:before { +.icon-ic_fluent_people_team_20_filled:before { content: "\ec0b"; } -.icon-ic_fluent_people_toolbox_20_regular:before { +.icon-ic_fluent_people_team_20_regular:before { content: "\ec0c"; } -.icon-ic_fluent_person_20_filled:before { +.icon-ic_fluent_people_team_add_20_filled:before { content: "\ec0d"; } -.icon-ic_fluent_person_20_regular:before { +.icon-ic_fluent_people_team_add_20_regular:before { content: "\ec0e"; } -.icon-ic_fluent_person_5_20_filled:before { +.icon-ic_fluent_people_team_delete_20_filled:before { content: "\ec0f"; } -.icon-ic_fluent_person_5_20_regular:before { +.icon-ic_fluent_people_team_delete_20_regular:before { content: "\ec10"; } -.icon-ic_fluent_person_6_20_filled:before { +.icon-ic_fluent_people_team_toolbox_20_filled:before { content: "\ec11"; } -.icon-ic_fluent_person_6_20_regular:before { +.icon-ic_fluent_people_team_toolbox_20_regular:before { content: "\ec12"; } -.icon-ic_fluent_person_accounts_20_filled:before { +.icon-ic_fluent_people_toolbox_20_filled:before { content: "\ec13"; } -.icon-ic_fluent_person_accounts_20_regular:before { +.icon-ic_fluent_people_toolbox_20_regular:before { content: "\ec14"; } -.icon-ic_fluent_person_add_20_filled:before { +.icon-ic_fluent_person_20_filled:before { content: "\ec15"; } -.icon-ic_fluent_person_add_20_regular:before { +.icon-ic_fluent_person_20_regular:before { content: "\ec16"; } -.icon-ic_fluent_person_alert_20_filled:before { +.icon-ic_fluent_person_5_20_filled:before { content: "\ec17"; } -.icon-ic_fluent_person_alert_20_regular:before { +.icon-ic_fluent_person_5_20_regular:before { content: "\ec18"; } -.icon-ic_fluent_person_arrow_back_20_filled:before { +.icon-ic_fluent_person_6_20_filled:before { content: "\ec19"; } -.icon-ic_fluent_person_arrow_back_20_regular:before { +.icon-ic_fluent_person_6_20_regular:before { content: "\ec1a"; } -.icon-ic_fluent_person_arrow_left_20_filled:before { +.icon-ic_fluent_person_accounts_20_filled:before { content: "\ec1b"; } -.icon-ic_fluent_person_arrow_left_20_regular:before { +.icon-ic_fluent_person_accounts_20_regular:before { content: "\ec1c"; } -.icon-ic_fluent_person_arrow_right_20_filled:before { +.icon-ic_fluent_person_add_20_filled:before { content: "\ec1d"; } -.icon-ic_fluent_person_arrow_right_20_regular:before { +.icon-ic_fluent_person_add_20_regular:before { content: "\ec1e"; } -.icon-ic_fluent_person_available_20_filled:before { +.icon-ic_fluent_person_alert_20_filled:before { content: "\ec1f"; } -.icon-ic_fluent_person_available_20_regular:before { +.icon-ic_fluent_person_alert_20_regular:before { content: "\ec20"; } -.icon-ic_fluent_person_board_20_filled:before { +.icon-ic_fluent_person_alert_off_20_filled:before { content: "\ec21"; } -.icon-ic_fluent_person_board_20_regular:before { +.icon-ic_fluent_person_alert_off_20_regular:before { content: "\ec22"; } -.icon-ic_fluent_person_call_20_filled:before { +.icon-ic_fluent_person_arrow_back_20_filled:before { content: "\ec23"; } -.icon-ic_fluent_person_call_20_regular:before { +.icon-ic_fluent_person_arrow_back_20_regular:before { content: "\ec24"; } -.icon-ic_fluent_person_chat_20_filled:before { +.icon-ic_fluent_person_arrow_left_20_filled:before { content: "\ec25"; } -.icon-ic_fluent_person_chat_20_regular:before { +.icon-ic_fluent_person_arrow_left_20_regular:before { content: "\ec26"; } -.icon-ic_fluent_person_circle_20_filled:before { +.icon-ic_fluent_person_arrow_right_20_filled:before { content: "\ec27"; } -.icon-ic_fluent_person_circle_20_regular:before { +.icon-ic_fluent_person_arrow_right_20_regular:before { content: "\ec28"; } -.icon-ic_fluent_person_clock_20_filled:before { +.icon-ic_fluent_person_available_20_filled:before { content: "\ec29"; } -.icon-ic_fluent_person_clock_20_regular:before { +.icon-ic_fluent_person_available_20_regular:before { content: "\ec2a"; } -.icon-ic_fluent_person_delete_20_filled:before { +.icon-ic_fluent_person_board_20_filled:before { content: "\ec2b"; } -.icon-ic_fluent_person_delete_20_regular:before { +.icon-ic_fluent_person_board_20_regular:before { content: "\ec2c"; } -.icon-ic_fluent_person_desktop_20_filled:before { +.icon-ic_fluent_person_call_20_filled:before { content: "\ec2d"; } -.icon-ic_fluent_person_desktop_20_regular:before { +.icon-ic_fluent_person_call_20_regular:before { content: "\ec2e"; } -.icon-ic_fluent_person_edit_20_filled:before { +.icon-ic_fluent_person_chat_20_filled:before { content: "\ec2f"; } -.icon-ic_fluent_person_edit_20_regular:before { +.icon-ic_fluent_person_chat_20_regular:before { content: "\ec30"; } -.icon-ic_fluent_person_feedback_20_filled:before { +.icon-ic_fluent_person_circle_20_filled:before { content: "\ec31"; } -.icon-ic_fluent_person_feedback_20_regular:before { +.icon-ic_fluent_person_circle_20_regular:before { content: "\ec32"; } -.icon-ic_fluent_person_heart_20_filled:before { +.icon-ic_fluent_person_clock_20_filled:before { content: "\ec33"; } -.icon-ic_fluent_person_heart_20_regular:before { +.icon-ic_fluent_person_clock_20_regular:before { content: "\ec34"; } -.icon-ic_fluent_person_info_20_filled:before { +.icon-ic_fluent_person_delete_20_filled:before { content: "\ec35"; } -.icon-ic_fluent_person_info_20_regular:before { +.icon-ic_fluent_person_delete_20_regular:before { content: "\ec36"; } -.icon-ic_fluent_person_key_20_filled:before { +.icon-ic_fluent_person_desktop_20_filled:before { content: "\ec37"; } -.icon-ic_fluent_person_key_20_regular:before { +.icon-ic_fluent_person_desktop_20_regular:before { content: "\ec38"; } -.icon-ic_fluent_person_lightbulb_20_filled:before { +.icon-ic_fluent_person_edit_20_filled:before { content: "\ec39"; } -.icon-ic_fluent_person_lightbulb_20_regular:before { +.icon-ic_fluent_person_edit_20_regular:before { content: "\ec3a"; } -.icon-ic_fluent_person_lightning_20_filled:before { +.icon-ic_fluent_person_feedback_20_filled:before { content: "\ec3b"; } -.icon-ic_fluent_person_lightning_20_regular:before { +.icon-ic_fluent_person_feedback_20_regular:before { content: "\ec3c"; } -.icon-ic_fluent_person_link_20_filled:before { +.icon-ic_fluent_person_heart_20_filled:before { content: "\ec3d"; } -.icon-ic_fluent_person_link_20_regular:before { +.icon-ic_fluent_person_heart_20_regular:before { content: "\ec3e"; } -.icon-ic_fluent_person_lock_20_filled:before { +.icon-ic_fluent_person_info_20_filled:before { content: "\ec3f"; } -.icon-ic_fluent_person_lock_20_regular:before { +.icon-ic_fluent_person_info_20_regular:before { content: "\ec40"; } -.icon-ic_fluent_person_mail_20_filled:before { +.icon-ic_fluent_person_key_20_filled:before { content: "\ec41"; } -.icon-ic_fluent_person_mail_20_regular:before { +.icon-ic_fluent_person_key_20_regular:before { content: "\ec42"; } -.icon-ic_fluent_person_money_20_filled:before { +.icon-ic_fluent_person_lightbulb_20_filled:before { content: "\ec43"; } -.icon-ic_fluent_person_money_20_regular:before { +.icon-ic_fluent_person_lightbulb_20_regular:before { content: "\ec44"; } -.icon-ic_fluent_person_note_20_filled:before { +.icon-ic_fluent_person_lightning_20_filled:before { content: "\ec45"; } -.icon-ic_fluent_person_note_20_regular:before { +.icon-ic_fluent_person_lightning_20_regular:before { content: "\ec46"; } -.icon-ic_fluent_person_passkey_20_filled:before { +.icon-ic_fluent_person_link_20_filled:before { content: "\ec47"; } -.icon-ic_fluent_person_passkey_20_regular:before { +.icon-ic_fluent_person_link_20_regular:before { content: "\ec48"; } -.icon-ic_fluent_person_pill_20_filled:before { +.icon-ic_fluent_person_lock_20_filled:before { content: "\ec49"; } -.icon-ic_fluent_person_pill_20_regular:before { +.icon-ic_fluent_person_lock_20_regular:before { content: "\ec4a"; } -.icon-ic_fluent_person_prohibited_20_filled:before { +.icon-ic_fluent_person_mail_20_filled:before { content: "\ec4b"; } -.icon-ic_fluent_person_prohibited_20_regular:before { +.icon-ic_fluent_person_mail_20_regular:before { content: "\ec4c"; } -.icon-ic_fluent_person_question_mark_20_filled:before { +.icon-ic_fluent_person_money_20_filled:before { content: "\ec4d"; } -.icon-ic_fluent_person_question_mark_20_regular:before { +.icon-ic_fluent_person_money_20_regular:before { content: "\ec4e"; } -.icon-ic_fluent_person_ribbon_20_filled:before { +.icon-ic_fluent_person_note_20_filled:before { content: "\ec4f"; } -.icon-ic_fluent_person_ribbon_20_regular:before { +.icon-ic_fluent_person_note_20_regular:before { content: "\ec50"; } -.icon-ic_fluent_person_running_20_filled:before { +.icon-ic_fluent_person_passkey_20_filled:before { content: "\ec51"; } -.icon-ic_fluent_person_running_20_regular:before { +.icon-ic_fluent_person_passkey_20_regular:before { content: "\ec52"; } -.icon-ic_fluent_person_search_20_filled:before { +.icon-ic_fluent_person_pill_20_filled:before { content: "\ec53"; } -.icon-ic_fluent_person_search_20_regular:before { +.icon-ic_fluent_person_pill_20_regular:before { content: "\ec54"; } -.icon-ic_fluent_person_settings_20_filled:before { +.icon-ic_fluent_person_prohibited_20_filled:before { content: "\ec55"; } -.icon-ic_fluent_person_settings_20_regular:before { +.icon-ic_fluent_person_prohibited_20_regular:before { content: "\ec56"; } -.icon-ic_fluent_person_square_20_filled:before { +.icon-ic_fluent_person_question_mark_20_filled:before { content: "\ec57"; } -.icon-ic_fluent_person_square_20_regular:before { +.icon-ic_fluent_person_question_mark_20_regular:before { content: "\ec58"; } -.icon-ic_fluent_person_square_checkmark_20_filled:before { +.icon-ic_fluent_person_ribbon_20_filled:before { content: "\ec59"; } -.icon-ic_fluent_person_square_checkmark_20_regular:before { +.icon-ic_fluent_person_ribbon_20_regular:before { content: "\ec5a"; } -.icon-ic_fluent_person_star_20_filled:before { +.icon-ic_fluent_person_running_20_filled:before { content: "\ec5b"; } -.icon-ic_fluent_person_star_20_regular:before { +.icon-ic_fluent_person_running_20_regular:before { content: "\ec5c"; } -.icon-ic_fluent_person_starburst_20_filled:before { +.icon-ic_fluent_person_search_20_filled:before { content: "\ec5d"; } -.icon-ic_fluent_person_starburst_20_regular:before { +.icon-ic_fluent_person_search_20_regular:before { content: "\ec5e"; } -.icon-ic_fluent_person_subtract_20_filled:before { +.icon-ic_fluent_person_settings_20_filled:before { content: "\ec5f"; } -.icon-ic_fluent_person_subtract_20_regular:before { +.icon-ic_fluent_person_settings_20_regular:before { content: "\ec60"; } -.icon-ic_fluent_person_support_20_filled:before { +.icon-ic_fluent_person_square_20_filled:before { content: "\ec61"; } -.icon-ic_fluent_person_support_20_regular:before { +.icon-ic_fluent_person_square_20_regular:before { content: "\ec62"; } -.icon-ic_fluent_person_swap_20_filled:before { +.icon-ic_fluent_person_square_checkmark_20_filled:before { content: "\ec63"; } -.icon-ic_fluent_person_swap_20_regular:before { +.icon-ic_fluent_person_square_checkmark_20_regular:before { content: "\ec64"; } -.icon-ic_fluent_person_sync_20_filled:before { +.icon-ic_fluent_person_star_20_filled:before { content: "\ec65"; } -.icon-ic_fluent_person_sync_20_regular:before { +.icon-ic_fluent_person_star_20_regular:before { content: "\ec66"; } -.icon-ic_fluent_person_tag_20_filled:before { +.icon-ic_fluent_person_starburst_20_filled:before { content: "\ec67"; } -.icon-ic_fluent_person_tag_20_regular:before { +.icon-ic_fluent_person_starburst_20_regular:before { content: "\ec68"; } -.icon-ic_fluent_person_voice_20_filled:before { +.icon-ic_fluent_person_subtract_20_filled:before { content: "\ec69"; } -.icon-ic_fluent_person_voice_20_regular:before { +.icon-ic_fluent_person_subtract_20_regular:before { content: "\ec6a"; } -.icon-ic_fluent_person_walking_20_filled:before { +.icon-ic_fluent_person_support_20_filled:before { content: "\ec6b"; } -.icon-ic_fluent_person_walking_20_regular:before { +.icon-ic_fluent_person_support_20_regular:before { content: "\ec6c"; } -.icon-ic_fluent_person_warning_20_filled:before { +.icon-ic_fluent_person_swap_20_filled:before { content: "\ec6d"; } -.icon-ic_fluent_person_warning_20_regular:before { +.icon-ic_fluent_person_swap_20_regular:before { content: "\ec6e"; } -.icon-ic_fluent_person_wrench_20_filled:before { +.icon-ic_fluent_person_sync_20_filled:before { content: "\ec6f"; } -.icon-ic_fluent_person_wrench_20_regular:before { +.icon-ic_fluent_person_sync_20_regular:before { content: "\ec70"; } -.icon-ic_fluent_phone_20_filled:before { +.icon-ic_fluent_person_tag_20_filled:before { content: "\ec71"; } -.icon-ic_fluent_phone_20_regular:before { +.icon-ic_fluent_person_tag_20_regular:before { content: "\ec72"; } -.icon-ic_fluent_phone_add_20_filled:before { +.icon-ic_fluent_person_voice_20_filled:before { content: "\ec73"; } -.icon-ic_fluent_phone_add_20_regular:before { +.icon-ic_fluent_person_voice_20_regular:before { content: "\ec74"; } -.icon-ic_fluent_phone_arrow_right_20_filled:before { +.icon-ic_fluent_person_walking_20_filled:before { content: "\ec75"; } -.icon-ic_fluent_phone_arrow_right_20_regular:before { +.icon-ic_fluent_person_walking_20_regular:before { content: "\ec76"; } -.icon-ic_fluent_phone_chat_20_filled:before { +.icon-ic_fluent_person_warning_20_filled:before { content: "\ec77"; } -.icon-ic_fluent_phone_chat_20_regular:before { +.icon-ic_fluent_person_warning_20_regular:before { content: "\ec78"; } -.icon-ic_fluent_phone_checkmark_20_filled:before { +.icon-ic_fluent_person_wrench_20_filled:before { content: "\ec79"; } -.icon-ic_fluent_phone_checkmark_20_regular:before { +.icon-ic_fluent_person_wrench_20_regular:before { content: "\ec7a"; } -.icon-ic_fluent_phone_desktop_20_filled:before { +.icon-ic_fluent_phone_20_filled:before { content: "\ec7b"; } -.icon-ic_fluent_phone_desktop_20_regular:before { +.icon-ic_fluent_phone_20_regular:before { content: "\ec7c"; } -.icon-ic_fluent_phone_desktop_add_20_filled:before { +.icon-ic_fluent_phone_add_20_filled:before { content: "\ec7d"; } -.icon-ic_fluent_phone_desktop_add_20_regular:before { +.icon-ic_fluent_phone_add_20_regular:before { content: "\ec7e"; } -.icon-ic_fluent_phone_dismiss_20_filled:before { +.icon-ic_fluent_phone_arrow_right_20_filled:before { content: "\ec7f"; } -.icon-ic_fluent_phone_dismiss_20_regular:before { +.icon-ic_fluent_phone_arrow_right_20_regular:before { content: "\ec80"; } -.icon-ic_fluent_phone_edit_20_filled:before { +.icon-ic_fluent_phone_chat_20_filled:before { content: "\ec81"; } -.icon-ic_fluent_phone_edit_20_regular:before { +.icon-ic_fluent_phone_chat_20_regular:before { content: "\ec82"; } -.icon-ic_fluent_phone_eraser_20_filled:before { +.icon-ic_fluent_phone_checkmark_20_filled:before { content: "\ec83"; } -.icon-ic_fluent_phone_eraser_20_regular:before { +.icon-ic_fluent_phone_checkmark_20_regular:before { content: "\ec84"; } -.icon-ic_fluent_phone_footer_arrow_down_20_filled:before { +.icon-ic_fluent_phone_desktop_20_filled:before { content: "\ec85"; } -.icon-ic_fluent_phone_footer_arrow_down_20_regular:before { +.icon-ic_fluent_phone_desktop_20_regular:before { content: "\ec86"; } -.icon-ic_fluent_phone_header_arrow_up_20_filled:before { +.icon-ic_fluent_phone_desktop_add_20_filled:before { content: "\ec87"; } -.icon-ic_fluent_phone_header_arrow_up_20_regular:before { +.icon-ic_fluent_phone_desktop_add_20_regular:before { content: "\ec88"; } -.icon-ic_fluent_phone_key_20_filled:before { +.icon-ic_fluent_phone_dismiss_20_filled:before { content: "\ec89"; } -.icon-ic_fluent_phone_key_20_regular:before { +.icon-ic_fluent_phone_dismiss_20_regular:before { content: "\ec8a"; } -.icon-ic_fluent_phone_laptop_20_filled:before { +.icon-ic_fluent_phone_edit_20_filled:before { content: "\ec8b"; } -.icon-ic_fluent_phone_laptop_20_regular:before { +.icon-ic_fluent_phone_edit_20_regular:before { content: "\ec8c"; } -.icon-ic_fluent_phone_link_setup_20_filled:before { +.icon-ic_fluent_phone_eraser_20_filled:before { content: "\ec8d"; } -.icon-ic_fluent_phone_link_setup_20_regular:before { +.icon-ic_fluent_phone_eraser_20_regular:before { content: "\ec8e"; } -.icon-ic_fluent_phone_lock_20_filled:before { +.icon-ic_fluent_phone_footer_arrow_down_20_filled:before { content: "\ec8f"; } -.icon-ic_fluent_phone_lock_20_regular:before { +.icon-ic_fluent_phone_footer_arrow_down_20_regular:before { content: "\ec90"; } -.icon-ic_fluent_phone_page_header_20_filled:before { +.icon-ic_fluent_phone_header_arrow_up_20_filled:before { content: "\ec91"; } -.icon-ic_fluent_phone_page_header_20_regular:before { +.icon-ic_fluent_phone_header_arrow_up_20_regular:before { content: "\ec92"; } -.icon-ic_fluent_phone_pagination_20_filled:before { +.icon-ic_fluent_phone_key_20_filled:before { content: "\ec93"; } -.icon-ic_fluent_phone_pagination_20_regular:before { +.icon-ic_fluent_phone_key_20_regular:before { content: "\ec94"; } -.icon-ic_fluent_phone_screen_time_20_filled:before { +.icon-ic_fluent_phone_laptop_20_filled:before { content: "\ec95"; } -.icon-ic_fluent_phone_screen_time_20_regular:before { +.icon-ic_fluent_phone_laptop_20_regular:before { content: "\ec96"; } -.icon-ic_fluent_phone_shake_20_filled:before { +.icon-ic_fluent_phone_link_setup_20_filled:before { content: "\ec97"; } -.icon-ic_fluent_phone_shake_20_regular:before { +.icon-ic_fluent_phone_link_setup_20_regular:before { content: "\ec98"; } -.icon-ic_fluent_phone_span_in_20_filled:before { +.icon-ic_fluent_phone_lock_20_filled:before { content: "\ec99"; } -.icon-ic_fluent_phone_span_in_20_regular:before { +.icon-ic_fluent_phone_lock_20_regular:before { content: "\ec9a"; } -.icon-ic_fluent_phone_span_out_20_filled:before { +.icon-ic_fluent_phone_page_header_20_filled:before { content: "\ec9b"; } -.icon-ic_fluent_phone_span_out_20_regular:before { +.icon-ic_fluent_phone_page_header_20_regular:before { content: "\ec9c"; } -.icon-ic_fluent_phone_speaker_20_filled:before { +.icon-ic_fluent_phone_pagination_20_filled:before { content: "\ec9d"; } -.icon-ic_fluent_phone_speaker_20_regular:before { +.icon-ic_fluent_phone_pagination_20_regular:before { content: "\ec9e"; } -.icon-ic_fluent_phone_status_bar_20_filled:before { +.icon-ic_fluent_phone_screen_time_20_filled:before { content: "\ec9f"; } -.icon-ic_fluent_phone_status_bar_20_regular:before { +.icon-ic_fluent_phone_screen_time_20_regular:before { content: "\eca0"; } -.icon-ic_fluent_phone_tablet_20_filled:before { +.icon-ic_fluent_phone_shake_20_filled:before { content: "\eca1"; } -.icon-ic_fluent_phone_tablet_20_regular:before { +.icon-ic_fluent_phone_shake_20_regular:before { content: "\eca2"; } -.icon-ic_fluent_phone_update_20_filled:before { +.icon-ic_fluent_phone_span_in_20_filled:before { content: "\eca3"; } -.icon-ic_fluent_phone_update_20_regular:before { +.icon-ic_fluent_phone_span_in_20_regular:before { content: "\eca4"; } -.icon-ic_fluent_phone_update_checkmark_20_filled:before { +.icon-ic_fluent_phone_span_out_20_filled:before { content: "\eca5"; } -.icon-ic_fluent_phone_update_checkmark_20_regular:before { +.icon-ic_fluent_phone_span_out_20_regular:before { content: "\eca6"; } -.icon-ic_fluent_phone_vertical_scroll_20_filled:before { +.icon-ic_fluent_phone_speaker_20_filled:before { content: "\eca7"; } -.icon-ic_fluent_phone_vertical_scroll_20_regular:before { +.icon-ic_fluent_phone_speaker_20_regular:before { content: "\eca8"; } -.icon-ic_fluent_phone_vibrate_20_filled:before { +.icon-ic_fluent_phone_status_bar_20_filled:before { content: "\eca9"; } -.icon-ic_fluent_phone_vibrate_20_regular:before { +.icon-ic_fluent_phone_status_bar_20_regular:before { content: "\ecaa"; } -.icon-ic_fluent_photo_filter_20_filled:before { +.icon-ic_fluent_phone_tablet_20_filled:before { content: "\ecab"; } -.icon-ic_fluent_photo_filter_20_regular:before { +.icon-ic_fluent_phone_tablet_20_regular:before { content: "\ecac"; } -.icon-ic_fluent_pi_20_filled:before { +.icon-ic_fluent_phone_update_20_filled:before { content: "\ecad"; } -.icon-ic_fluent_pi_20_regular:before { +.icon-ic_fluent_phone_update_20_regular:before { content: "\ecae"; } -.icon-ic_fluent_picture_in_picture_20_filled:before { +.icon-ic_fluent_phone_update_checkmark_20_filled:before { content: "\ecaf"; } -.icon-ic_fluent_picture_in_picture_20_regular:before { +.icon-ic_fluent_phone_update_checkmark_20_regular:before { content: "\ecb0"; } -.icon-ic_fluent_picture_in_picture_enter_20_filled:before { +.icon-ic_fluent_phone_vertical_scroll_20_filled:before { content: "\ecb1"; } -.icon-ic_fluent_picture_in_picture_enter_20_regular:before { +.icon-ic_fluent_phone_vertical_scroll_20_regular:before { content: "\ecb2"; } -.icon-ic_fluent_picture_in_picture_exit_20_filled:before { +.icon-ic_fluent_phone_vibrate_20_filled:before { content: "\ecb3"; } -.icon-ic_fluent_picture_in_picture_exit_20_regular:before { +.icon-ic_fluent_phone_vibrate_20_regular:before { content: "\ecb4"; } -.icon-ic_fluent_pill_20_filled:before { +.icon-ic_fluent_photo_filter_20_filled:before { content: "\ecb5"; } -.icon-ic_fluent_pill_20_regular:before { +.icon-ic_fluent_photo_filter_20_regular:before { content: "\ecb6"; } -.icon-ic_fluent_pin_20_filled:before { +.icon-ic_fluent_pi_20_filled:before { content: "\ecb7"; } -.icon-ic_fluent_pin_20_regular:before { +.icon-ic_fluent_pi_20_regular:before { content: "\ecb8"; } -.icon-ic_fluent_pin_off_20_filled:before { +.icon-ic_fluent_picture_in_picture_20_filled:before { content: "\ecb9"; } -.icon-ic_fluent_pin_off_20_regular:before { +.icon-ic_fluent_picture_in_picture_20_regular:before { content: "\ecba"; } -.icon-ic_fluent_pipeline_20_filled:before { +.icon-ic_fluent_picture_in_picture_enter_20_filled:before { content: "\ecbb"; } -.icon-ic_fluent_pipeline_20_regular:before { +.icon-ic_fluent_picture_in_picture_enter_20_regular:before { content: "\ecbc"; } -.icon-ic_fluent_pipeline_add_20_filled:before { +.icon-ic_fluent_picture_in_picture_exit_20_filled:before { content: "\ecbd"; } -.icon-ic_fluent_pipeline_add_20_regular:before { +.icon-ic_fluent_picture_in_picture_exit_20_regular:before { content: "\ecbe"; } -.icon-ic_fluent_pipeline_arrow_curve_down_20_filled:before { +.icon-ic_fluent_pill_20_filled:before { content: "\ecbf"; } -.icon-ic_fluent_pipeline_arrow_curve_down_20_regular:before { +.icon-ic_fluent_pill_20_regular:before { content: "\ecc0"; } -.icon-ic_fluent_pipeline_play_20_filled:before { +.icon-ic_fluent_pin_20_filled:before { content: "\ecc1"; } -.icon-ic_fluent_pipeline_play_20_regular:before { +.icon-ic_fluent_pin_20_regular:before { content: "\ecc2"; } -.icon-ic_fluent_pivot_20_filled:before { +.icon-ic_fluent_pin_off_20_filled:before { content: "\ecc3"; } -.icon-ic_fluent_pivot_20_regular:before { +.icon-ic_fluent_pin_off_20_regular:before { content: "\ecc4"; } -.icon-ic_fluent_plant_cattail_20_filled:before { +.icon-ic_fluent_pipeline_20_filled:before { content: "\ecc5"; } -.icon-ic_fluent_plant_cattail_20_regular:before { +.icon-ic_fluent_pipeline_20_regular:before { content: "\ecc6"; } -.icon-ic_fluent_plant_grass_20_filled:before { +.icon-ic_fluent_pipeline_add_20_filled:before { content: "\ecc7"; } -.icon-ic_fluent_plant_grass_20_regular:before { +.icon-ic_fluent_pipeline_add_20_regular:before { content: "\ecc8"; } -.icon-ic_fluent_plant_ragweed_20_filled:before { +.icon-ic_fluent_pipeline_arrow_curve_down_20_filled:before { content: "\ecc9"; } -.icon-ic_fluent_plant_ragweed_20_regular:before { +.icon-ic_fluent_pipeline_arrow_curve_down_20_regular:before { content: "\ecca"; } -.icon-ic_fluent_play_20_filled:before { +.icon-ic_fluent_pipeline_play_20_filled:before { content: "\eccb"; } -.icon-ic_fluent_play_20_regular:before { +.icon-ic_fluent_pipeline_play_20_regular:before { content: "\eccc"; } -.icon-ic_fluent_play_circle_20_filled:before { +.icon-ic_fluent_pivot_20_filled:before { content: "\eccd"; } -.icon-ic_fluent_play_circle_20_regular:before { +.icon-ic_fluent_pivot_20_regular:before { content: "\ecce"; } -.icon-ic_fluent_play_circle_hint_20_filled:before { +.icon-ic_fluent_plant_cattail_20_filled:before { content: "\eccf"; } -.icon-ic_fluent_play_circle_hint_20_regular:before { +.icon-ic_fluent_plant_cattail_20_regular:before { content: "\ecd0"; } -.icon-ic_fluent_play_settings_20_filled:before { +.icon-ic_fluent_plant_grass_20_filled:before { content: "\ecd1"; } -.icon-ic_fluent_play_settings_20_regular:before { +.icon-ic_fluent_plant_grass_20_regular:before { content: "\ecd2"; } -.icon-ic_fluent_playing_cards_20_filled:before { +.icon-ic_fluent_plant_ragweed_20_filled:before { content: "\ecd3"; } -.icon-ic_fluent_playing_cards_20_regular:before { +.icon-ic_fluent_plant_ragweed_20_regular:before { content: "\ecd4"; } -.icon-ic_fluent_plug_connected_20_filled:before { +.icon-ic_fluent_play_20_filled:before { content: "\ecd5"; } -.icon-ic_fluent_plug_connected_20_regular:before { +.icon-ic_fluent_play_20_regular:before { content: "\ecd6"; } -.icon-ic_fluent_plug_connected_add_20_filled:before { +.icon-ic_fluent_play_circle_20_filled:before { content: "\ecd7"; } -.icon-ic_fluent_plug_connected_add_20_regular:before { +.icon-ic_fluent_play_circle_20_regular:before { content: "\ecd8"; } -.icon-ic_fluent_plug_connected_checkmark_20_filled:before { +.icon-ic_fluent_play_circle_hint_20_filled:before { content: "\ecd9"; } -.icon-ic_fluent_plug_connected_checkmark_20_regular:before { +.icon-ic_fluent_play_circle_hint_20_regular:before { content: "\ecda"; } -.icon-ic_fluent_plug_connected_settings_20_filled:before { +.icon-ic_fluent_play_settings_20_filled:before { content: "\ecdb"; } -.icon-ic_fluent_plug_connected_settings_20_regular:before { +.icon-ic_fluent_play_settings_20_regular:before { content: "\ecdc"; } -.icon-ic_fluent_plug_disconnected_20_filled:before { +.icon-ic_fluent_playing_cards_20_filled:before { content: "\ecdd"; } -.icon-ic_fluent_plug_disconnected_20_regular:before { +.icon-ic_fluent_playing_cards_20_regular:before { content: "\ecde"; } -.icon-ic_fluent_point_scan_20_filled:before { +.icon-ic_fluent_plug_connected_20_filled:before { content: "\ecdf"; } -.icon-ic_fluent_point_scan_20_regular:before { +.icon-ic_fluent_plug_connected_20_regular:before { content: "\ece0"; } -.icon-ic_fluent_poll_20_filled:before { +.icon-ic_fluent_plug_connected_add_20_filled:before { content: "\ece1"; } -.icon-ic_fluent_poll_20_regular:before { +.icon-ic_fluent_plug_connected_add_20_regular:before { content: "\ece2"; } -.icon-ic_fluent_poll_horizontal_20_filled:before { +.icon-ic_fluent_plug_connected_checkmark_20_filled:before { content: "\ece3"; } -.icon-ic_fluent_poll_horizontal_20_regular:before { +.icon-ic_fluent_plug_connected_checkmark_20_regular:before { content: "\ece4"; } -.icon-ic_fluent_poll_off_20_filled:before { +.icon-ic_fluent_plug_connected_settings_20_filled:before { content: "\ece5"; } -.icon-ic_fluent_poll_off_20_regular:before { +.icon-ic_fluent_plug_connected_settings_20_regular:before { content: "\ece6"; } -.icon-ic_fluent_port_hdmi_20_filled:before { +.icon-ic_fluent_plug_disconnected_20_filled:before { content: "\ece7"; } -.icon-ic_fluent_port_hdmi_20_regular:before { +.icon-ic_fluent_plug_disconnected_20_regular:before { content: "\ece8"; } -.icon-ic_fluent_port_micro_usb_20_filled:before { +.icon-ic_fluent_point_scan_20_filled:before { content: "\ece9"; } -.icon-ic_fluent_port_micro_usb_20_regular:before { +.icon-ic_fluent_point_scan_20_regular:before { content: "\ecea"; } -.icon-ic_fluent_port_usb_a_20_filled:before { +.icon-ic_fluent_poll_20_filled:before { content: "\eceb"; } -.icon-ic_fluent_port_usb_a_20_regular:before { +.icon-ic_fluent_poll_20_regular:before { content: "\ecec"; } -.icon-ic_fluent_port_usb_c_20_filled:before { +.icon-ic_fluent_poll_horizontal_20_filled:before { content: "\eced"; } -.icon-ic_fluent_port_usb_c_20_regular:before { +.icon-ic_fluent_poll_horizontal_20_regular:before { content: "\ecee"; } -.icon-ic_fluent_position_backward_20_filled:before { +.icon-ic_fluent_poll_off_20_filled:before { content: "\ecef"; } -.icon-ic_fluent_position_backward_20_regular:before { +.icon-ic_fluent_poll_off_20_regular:before { content: "\ecf0"; } -.icon-ic_fluent_position_forward_20_filled:before { +.icon-ic_fluent_port_hdmi_20_filled:before { content: "\ecf1"; } -.icon-ic_fluent_position_forward_20_regular:before { +.icon-ic_fluent_port_hdmi_20_regular:before { content: "\ecf2"; } -.icon-ic_fluent_position_to_back_20_filled:before { +.icon-ic_fluent_port_micro_usb_20_filled:before { content: "\ecf3"; } -.icon-ic_fluent_position_to_back_20_regular:before { +.icon-ic_fluent_port_micro_usb_20_regular:before { content: "\ecf4"; } -.icon-ic_fluent_position_to_front_20_filled:before { +.icon-ic_fluent_port_usb_a_20_filled:before { content: "\ecf5"; } -.icon-ic_fluent_position_to_front_20_regular:before { +.icon-ic_fluent_port_usb_a_20_regular:before { content: "\ecf6"; } -.icon-ic_fluent_power_20_filled:before { +.icon-ic_fluent_port_usb_c_20_filled:before { content: "\ecf7"; } -.icon-ic_fluent_power_20_regular:before { +.icon-ic_fluent_port_usb_c_20_regular:before { content: "\ecf8"; } -.icon-ic_fluent_predictions_20_filled:before { +.icon-ic_fluent_position_backward_20_filled:before { content: "\ecf9"; } -.icon-ic_fluent_predictions_20_regular:before { +.icon-ic_fluent_position_backward_20_regular:before { content: "\ecfa"; } -.icon-ic_fluent_premium_20_filled:before { +.icon-ic_fluent_position_forward_20_filled:before { content: "\ecfb"; } -.icon-ic_fluent_premium_20_regular:before { +.icon-ic_fluent_position_forward_20_regular:before { content: "\ecfc"; } -.icon-ic_fluent_premium_person_20_filled:before { +.icon-ic_fluent_position_to_back_20_filled:before { content: "\ecfd"; } -.icon-ic_fluent_premium_person_20_regular:before { +.icon-ic_fluent_position_to_back_20_regular:before { content: "\ecfe"; } -.icon-ic_fluent_presence_available_20_filled:before { +.icon-ic_fluent_position_to_front_20_filled:before { content: "\ecff"; } -.icon-ic_fluent_presence_available_20_regular:before { +.icon-ic_fluent_position_to_front_20_regular:before { content: "\ed00"; } -.icon-ic_fluent_presence_away_20_filled:before { +.icon-ic_fluent_power_20_filled:before { content: "\ed01"; } -.icon-ic_fluent_presence_away_20_regular:before { +.icon-ic_fluent_power_20_regular:before { content: "\ed02"; } -.icon-ic_fluent_presence_blocked_20_regular:before { +.icon-ic_fluent_predictions_20_filled:before { content: "\ed03"; } -.icon-ic_fluent_presence_busy_20_filled:before { +.icon-ic_fluent_predictions_20_regular:before { content: "\ed04"; } -.icon-ic_fluent_presence_dnd_20_filled:before { +.icon-ic_fluent_premium_20_filled:before { content: "\ed05"; } -.icon-ic_fluent_presence_dnd_20_regular:before { +.icon-ic_fluent_premium_20_regular:before { content: "\ed06"; } -.icon-ic_fluent_presence_offline_20_regular:before { +.icon-ic_fluent_premium_person_20_filled:before { content: "\ed07"; } -.icon-ic_fluent_presence_oof_20_regular:before { +.icon-ic_fluent_premium_person_20_regular:before { content: "\ed08"; } -.icon-ic_fluent_presence_unknown_20_regular:before { +.icon-ic_fluent_presence_available_20_filled:before { content: "\ed09"; } -.icon-ic_fluent_presenter_20_filled:before { +.icon-ic_fluent_presence_available_20_regular:before { content: "\ed0a"; } -.icon-ic_fluent_presenter_20_regular:before { +.icon-ic_fluent_presence_away_20_filled:before { content: "\ed0b"; } -.icon-ic_fluent_presenter_off_20_filled:before { +.icon-ic_fluent_presence_away_20_regular:before { content: "\ed0c"; } -.icon-ic_fluent_presenter_off_20_regular:before { +.icon-ic_fluent_presence_blocked_20_regular:before { content: "\ed0d"; } -.icon-ic_fluent_preview_link_20_filled:before { +.icon-ic_fluent_presence_busy_20_filled:before { content: "\ed0e"; } -.icon-ic_fluent_preview_link_20_regular:before { +.icon-ic_fluent_presence_dnd_20_filled:before { content: "\ed0f"; } -.icon-ic_fluent_previous_20_filled:before { +.icon-ic_fluent_presence_dnd_20_regular:before { content: "\ed10"; } -.icon-ic_fluent_previous_20_regular:before { +.icon-ic_fluent_presence_offline_20_regular:before { content: "\ed11"; } -.icon-ic_fluent_previous_frame_20_filled:before { +.icon-ic_fluent_presence_oof_20_regular:before { content: "\ed12"; } -.icon-ic_fluent_previous_frame_20_regular:before { +.icon-ic_fluent_presence_unknown_20_regular:before { content: "\ed13"; } -.icon-ic_fluent_print_20_filled:before { +.icon-ic_fluent_presenter_20_filled:before { content: "\ed14"; } -.icon-ic_fluent_print_20_regular:before { +.icon-ic_fluent_presenter_20_regular:before { content: "\ed15"; } -.icon-ic_fluent_print_add_20_filled:before { +.icon-ic_fluent_presenter_off_20_filled:before { content: "\ed16"; } -.icon-ic_fluent_print_add_20_regular:before { +.icon-ic_fluent_presenter_off_20_regular:before { content: "\ed17"; } -.icon-ic_fluent_production_20_filled:before { +.icon-ic_fluent_preview_link_20_filled:before { content: "\ed18"; } -.icon-ic_fluent_production_20_regular:before { +.icon-ic_fluent_preview_link_20_regular:before { content: "\ed19"; } -.icon-ic_fluent_production_checkmark_20_filled:before { +.icon-ic_fluent_previous_20_filled:before { content: "\ed1a"; } -.icon-ic_fluent_production_checkmark_20_regular:before { +.icon-ic_fluent_previous_20_regular:before { content: "\ed1b"; } -.icon-ic_fluent_prohibited_20_filled:before { +.icon-ic_fluent_previous_frame_20_filled:before { content: "\ed1c"; } -.icon-ic_fluent_prohibited_20_regular:before { +.icon-ic_fluent_previous_frame_20_regular:before { content: "\ed1d"; } -.icon-ic_fluent_prohibited_multiple_20_filled:before { +.icon-ic_fluent_print_20_filled:before { content: "\ed1e"; } -.icon-ic_fluent_prohibited_multiple_20_regular:before { +.icon-ic_fluent_print_20_regular:before { content: "\ed1f"; } -.icon-ic_fluent_prohibited_note_20_filled:before { +.icon-ic_fluent_print_add_20_filled:before { content: "\ed20"; } -.icon-ic_fluent_prohibited_note_20_regular:before { +.icon-ic_fluent_print_add_20_regular:before { content: "\ed21"; } -.icon-ic_fluent_projection_screen_20_filled:before { +.icon-ic_fluent_production_20_filled:before { content: "\ed22"; } -.icon-ic_fluent_projection_screen_20_regular:before { +.icon-ic_fluent_production_20_regular:before { content: "\ed23"; } -.icon-ic_fluent_projection_screen_dismiss_20_filled:before { +.icon-ic_fluent_production_checkmark_20_filled:before { content: "\ed24"; } -.icon-ic_fluent_projection_screen_dismiss_20_regular:before { +.icon-ic_fluent_production_checkmark_20_regular:before { content: "\ed25"; } -.icon-ic_fluent_projection_screen_text_20_filled:before { +.icon-ic_fluent_prohibited_20_filled:before { content: "\ed26"; } -.icon-ic_fluent_projection_screen_text_20_regular:before { +.icon-ic_fluent_prohibited_20_regular:before { content: "\ed27"; } -.icon-ic_fluent_protocol_handler_20_filled:before { +.icon-ic_fluent_prohibited_multiple_20_filled:before { content: "\ed28"; } -.icon-ic_fluent_protocol_handler_20_regular:before { +.icon-ic_fluent_prohibited_multiple_20_regular:before { content: "\ed29"; } -.icon-ic_fluent_pulse_20_filled:before { +.icon-ic_fluent_prohibited_note_20_filled:before { content: "\ed2a"; } -.icon-ic_fluent_pulse_20_regular:before { +.icon-ic_fluent_prohibited_note_20_regular:before { content: "\ed2b"; } -.icon-ic_fluent_pulse_square_20_filled:before { +.icon-ic_fluent_projection_screen_20_filled:before { content: "\ed2c"; } -.icon-ic_fluent_pulse_square_20_regular:before { +.icon-ic_fluent_projection_screen_20_regular:before { content: "\ed2d"; } -.icon-ic_fluent_puzzle_cube_20_filled:before { +.icon-ic_fluent_projection_screen_dismiss_20_filled:before { content: "\ed2e"; } -.icon-ic_fluent_puzzle_cube_20_regular:before { +.icon-ic_fluent_projection_screen_dismiss_20_regular:before { content: "\ed2f"; } -.icon-ic_fluent_puzzle_cube_piece_20_filled:before { +.icon-ic_fluent_projection_screen_text_20_filled:before { content: "\ed30"; } -.icon-ic_fluent_puzzle_cube_piece_20_regular:before { +.icon-ic_fluent_projection_screen_text_20_regular:before { content: "\ed31"; } -.icon-ic_fluent_puzzle_piece_20_filled:before { +.icon-ic_fluent_protocol_handler_20_filled:before { content: "\ed32"; } -.icon-ic_fluent_puzzle_piece_20_regular:before { +.icon-ic_fluent_protocol_handler_20_regular:before { content: "\ed33"; } -.icon-ic_fluent_puzzle_piece_shield_20_filled:before { +.icon-ic_fluent_pulse_20_filled:before { content: "\ed34"; } -.icon-ic_fluent_puzzle_piece_shield_20_regular:before { +.icon-ic_fluent_pulse_20_regular:before { content: "\ed35"; } -.icon-ic_fluent_qr_code_20_filled:before { +.icon-ic_fluent_pulse_square_20_filled:before { content: "\ed36"; } -.icon-ic_fluent_qr_code_20_regular:before { +.icon-ic_fluent_pulse_square_20_regular:before { content: "\ed37"; } -.icon-ic_fluent_question_20_filled:before { +.icon-ic_fluent_puzzle_cube_20_filled:before { content: "\ed38"; } -.icon-ic_fluent_question_20_regular:before { +.icon-ic_fluent_puzzle_cube_20_regular:before { content: "\ed39"; } -.icon-ic_fluent_question_circle_20_filled:before { +.icon-ic_fluent_puzzle_cube_piece_20_filled:before { content: "\ed3a"; } -.icon-ic_fluent_question_circle_20_regular:before { +.icon-ic_fluent_puzzle_cube_piece_20_regular:before { content: "\ed3b"; } -.icon-ic_fluent_quiz_new_20_filled:before { +.icon-ic_fluent_puzzle_piece_20_filled:before { content: "\ed3c"; } -.icon-ic_fluent_quiz_new_20_regular:before { +.icon-ic_fluent_puzzle_piece_20_regular:before { content: "\ed3d"; } -.icon-ic_fluent_radar_20_filled:before { +.icon-ic_fluent_puzzle_piece_shield_20_filled:before { content: "\ed3e"; } -.icon-ic_fluent_radar_20_regular:before { +.icon-ic_fluent_puzzle_piece_shield_20_regular:before { content: "\ed3f"; } -.icon-ic_fluent_radar_checkmark_20_filled:before { +.icon-ic_fluent_qr_code_20_filled:before { content: "\ed40"; } -.icon-ic_fluent_radar_checkmark_20_regular:before { +.icon-ic_fluent_qr_code_20_regular:before { content: "\ed41"; } -.icon-ic_fluent_radar_rectangle_multiple_20_filled:before { +.icon-ic_fluent_question_20_filled:before { content: "\ed42"; } -.icon-ic_fluent_radar_rectangle_multiple_20_regular:before { +.icon-ic_fluent_question_20_regular:before { content: "\ed43"; } -.icon-ic_fluent_radio_button_20_filled:before { +.icon-ic_fluent_question_circle_20_filled:before { content: "\ed44"; } -.icon-ic_fluent_radio_button_20_regular:before { +.icon-ic_fluent_question_circle_20_regular:before { content: "\ed45"; } -.icon-ic_fluent_ram_20_filled:before { +.icon-ic_fluent_quiz_new_20_filled:before { content: "\ed46"; } -.icon-ic_fluent_ram_20_regular:before { +.icon-ic_fluent_quiz_new_20_regular:before { content: "\ed47"; } -.icon-ic_fluent_rating_mature_20_filled:before { +.icon-ic_fluent_radar_20_filled:before { content: "\ed48"; } -.icon-ic_fluent_rating_mature_20_regular:before { +.icon-ic_fluent_radar_20_regular:before { content: "\ed49"; } -.icon-ic_fluent_ratio_one_to_one_20_filled:before { +.icon-ic_fluent_radar_checkmark_20_filled:before { content: "\ed4a"; } -.icon-ic_fluent_ratio_one_to_one_20_regular:before { +.icon-ic_fluent_radar_checkmark_20_regular:before { content: "\ed4b"; } -.icon-ic_fluent_re_order_20_filled:before { +.icon-ic_fluent_radar_rectangle_multiple_20_filled:before { content: "\ed4c"; } -.icon-ic_fluent_re_order_20_regular:before { +.icon-ic_fluent_radar_rectangle_multiple_20_regular:before { content: "\ed4d"; } -.icon-ic_fluent_re_order_dots_horizontal_20_filled:before { +.icon-ic_fluent_radio_button_20_filled:before { content: "\ed4e"; } -.icon-ic_fluent_re_order_dots_horizontal_20_regular:before { +.icon-ic_fluent_radio_button_20_regular:before { content: "\ed4f"; } -.icon-ic_fluent_re_order_dots_vertical_20_filled:before { +.icon-ic_fluent_ram_20_filled:before { content: "\ed50"; } -.icon-ic_fluent_re_order_dots_vertical_20_regular:before { +.icon-ic_fluent_ram_20_regular:before { content: "\ed51"; } -.icon-ic_fluent_read_aloud_20_filled:before { +.icon-ic_fluent_rating_mature_20_filled:before { content: "\ed52"; } -.icon-ic_fluent_read_aloud_20_regular:before { +.icon-ic_fluent_rating_mature_20_regular:before { content: "\ed53"; } -.icon-ic_fluent_reading_list_20_filled:before { +.icon-ic_fluent_ratio_one_to_one_20_filled:before { content: "\ed54"; } -.icon-ic_fluent_reading_list_20_regular:before { +.icon-ic_fluent_ratio_one_to_one_20_regular:before { content: "\ed55"; } -.icon-ic_fluent_reading_list_add_20_filled:before { +.icon-ic_fluent_re_order_20_filled:before { content: "\ed56"; } -.icon-ic_fluent_reading_list_add_20_regular:before { +.icon-ic_fluent_re_order_20_regular:before { content: "\ed57"; } -.icon-ic_fluent_reading_mode_mobile_20_filled:before { +.icon-ic_fluent_re_order_dots_horizontal_20_filled:before { content: "\ed58"; } -.icon-ic_fluent_reading_mode_mobile_20_regular:before { +.icon-ic_fluent_re_order_dots_horizontal_20_regular:before { content: "\ed59"; } -.icon-ic_fluent_real_estate_20_filled:before { +.icon-ic_fluent_re_order_dots_vertical_20_filled:before { content: "\ed5a"; } -.icon-ic_fluent_real_estate_20_regular:before { +.icon-ic_fluent_re_order_dots_vertical_20_regular:before { content: "\ed5b"; } -.icon-ic_fluent_receipt_20_filled:before { +.icon-ic_fluent_read_aloud_20_filled:before { content: "\ed5c"; } -.icon-ic_fluent_receipt_20_regular:before { +.icon-ic_fluent_read_aloud_20_regular:before { content: "\ed5d"; } -.icon-ic_fluent_receipt_add_20_filled:before { +.icon-ic_fluent_reading_list_20_filled:before { content: "\ed5e"; } -.icon-ic_fluent_receipt_add_20_regular:before { +.icon-ic_fluent_reading_list_20_regular:before { content: "\ed5f"; } -.icon-ic_fluent_receipt_bag_20_filled:before { +.icon-ic_fluent_reading_list_add_20_filled:before { content: "\ed60"; } -.icon-ic_fluent_receipt_bag_20_regular:before { +.icon-ic_fluent_reading_list_add_20_regular:before { content: "\ed61"; } -.icon-ic_fluent_receipt_cube_20_filled:before { +.icon-ic_fluent_reading_mode_mobile_20_filled:before { content: "\ed62"; } -.icon-ic_fluent_receipt_cube_20_regular:before { +.icon-ic_fluent_reading_mode_mobile_20_regular:before { content: "\ed63"; } -.icon-ic_fluent_receipt_money_20_filled:before { +.icon-ic_fluent_real_estate_20_filled:before { content: "\ed64"; } -.icon-ic_fluent_receipt_money_20_regular:before { +.icon-ic_fluent_real_estate_20_regular:before { content: "\ed65"; } -.icon-ic_fluent_receipt_play_20_filled:before { +.icon-ic_fluent_receipt_20_filled:before { content: "\ed66"; } -.icon-ic_fluent_receipt_play_20_regular:before { +.icon-ic_fluent_receipt_20_regular:before { content: "\ed67"; } -.icon-ic_fluent_receipt_search_20_filled:before { +.icon-ic_fluent_receipt_add_20_filled:before { content: "\ed68"; } -.icon-ic_fluent_receipt_search_20_regular:before { +.icon-ic_fluent_receipt_add_20_regular:before { content: "\ed69"; } -.icon-ic_fluent_receipt_sparkles_20_filled:before { +.icon-ic_fluent_receipt_bag_20_filled:before { content: "\ed6a"; } -.icon-ic_fluent_receipt_sparkles_20_regular:before { +.icon-ic_fluent_receipt_bag_20_regular:before { content: "\ed6b"; } -.icon-ic_fluent_record_20_filled:before { +.icon-ic_fluent_receipt_cube_20_filled:before { content: "\ed6c"; } -.icon-ic_fluent_record_20_regular:before { +.icon-ic_fluent_receipt_cube_20_regular:before { content: "\ed6d"; } -.icon-ic_fluent_record_stop_20_filled:before { +.icon-ic_fluent_receipt_money_20_filled:before { content: "\ed6e"; } -.icon-ic_fluent_record_stop_20_regular:before { +.icon-ic_fluent_receipt_money_20_regular:before { content: "\ed6f"; } -.icon-ic_fluent_rectangle_landscape_20_filled:before { +.icon-ic_fluent_receipt_play_20_filled:before { content: "\ed70"; } -.icon-ic_fluent_rectangle_landscape_20_regular:before { +.icon-ic_fluent_receipt_play_20_regular:before { content: "\ed71"; } -.icon-ic_fluent_rectangle_landscape_hint_copy_20_filled:before { +.icon-ic_fluent_receipt_search_20_filled:before { content: "\ed72"; } -.icon-ic_fluent_rectangle_landscape_hint_copy_20_regular:before { +.icon-ic_fluent_receipt_search_20_regular:before { content: "\ed73"; } -.icon-ic_fluent_rectangle_landscape_sparkle_20_filled:before { +.icon-ic_fluent_receipt_sparkles_20_filled:before { content: "\ed74"; } -.icon-ic_fluent_rectangle_landscape_sparkle_20_regular:before { +.icon-ic_fluent_receipt_sparkles_20_regular:before { content: "\ed75"; } -.icon-ic_fluent_rectangle_landscape_sync_20_filled:before { +.icon-ic_fluent_record_20_filled:before { content: "\ed76"; } -.icon-ic_fluent_rectangle_landscape_sync_20_regular:before { +.icon-ic_fluent_record_20_regular:before { content: "\ed77"; } -.icon-ic_fluent_rectangle_landscape_sync_off_20_filled:before { +.icon-ic_fluent_record_stop_20_filled:before { content: "\ed78"; } -.icon-ic_fluent_rectangle_landscape_sync_off_20_regular:before { +.icon-ic_fluent_record_stop_20_regular:before { content: "\ed79"; } -.icon-ic_fluent_rectangle_portrait_location_target_20_filled:before { +.icon-ic_fluent_rectangle_landscape_20_filled:before { content: "\ed7a"; } -.icon-ic_fluent_rectangle_portrait_location_target_20_regular:before { +.icon-ic_fluent_rectangle_landscape_20_regular:before { content: "\ed7b"; } -.icon-ic_fluent_recycle_20_filled:before { +.icon-ic_fluent_rectangle_landscape_hint_copy_20_filled:before { content: "\ed7c"; } -.icon-ic_fluent_recycle_20_regular:before { +.icon-ic_fluent_rectangle_landscape_hint_copy_20_regular:before { content: "\ed7d"; } -.icon-ic_fluent_remix_add_20_filled:before { +.icon-ic_fluent_rectangle_landscape_sparkle_20_filled:before { content: "\ed7e"; } -.icon-ic_fluent_remix_add_20_regular:before { +.icon-ic_fluent_rectangle_landscape_sparkle_20_regular:before { content: "\ed7f"; } -.icon-ic_fluent_remote_20_filled:before { +.icon-ic_fluent_rectangle_landscape_sync_20_filled:before { content: "\ed80"; } -.icon-ic_fluent_remote_20_regular:before { +.icon-ic_fluent_rectangle_landscape_sync_20_regular:before { content: "\ed81"; } -.icon-ic_fluent_rename_20_filled:before { +.icon-ic_fluent_rectangle_landscape_sync_off_20_filled:before { content: "\ed82"; } -.icon-ic_fluent_rename_20_regular:before { +.icon-ic_fluent_rectangle_landscape_sync_off_20_regular:before { content: "\ed83"; } -.icon-ic_fluent_reorder_20_filled:before { +.icon-ic_fluent_rectangle_portrait_location_target_20_filled:before { content: "\ed84"; } -.icon-ic_fluent_reorder_20_regular:before { +.icon-ic_fluent_rectangle_portrait_location_target_20_regular:before { content: "\ed85"; } -.icon-ic_fluent_replay_20_filled:before { +.icon-ic_fluent_recycle_20_filled:before { content: "\ed86"; } -.icon-ic_fluent_replay_20_regular:before { +.icon-ic_fluent_recycle_20_regular:before { content: "\ed87"; } -.icon-ic_fluent_resize_20_filled:before { +.icon-ic_fluent_remix_add_20_filled:before { content: "\ed88"; } -.icon-ic_fluent_resize_20_regular:before { +.icon-ic_fluent_remix_add_20_regular:before { content: "\ed89"; } -.icon-ic_fluent_resize_image_20_filled:before { +.icon-ic_fluent_remote_20_filled:before { content: "\ed8a"; } -.icon-ic_fluent_resize_image_20_regular:before { +.icon-ic_fluent_remote_20_regular:before { content: "\ed8b"; } -.icon-ic_fluent_resize_large_20_filled:before { +.icon-ic_fluent_rename_20_filled:before { content: "\ed8c"; } -.icon-ic_fluent_resize_large_20_regular:before { +.icon-ic_fluent_rename_20_regular:before { content: "\ed8d"; } -.icon-ic_fluent_resize_small_20_filled:before { +.icon-ic_fluent_reorder_20_filled:before { content: "\ed8e"; } -.icon-ic_fluent_resize_small_20_regular:before { +.icon-ic_fluent_reorder_20_regular:before { content: "\ed8f"; } -.icon-ic_fluent_resize_table_20_filled:before { +.icon-ic_fluent_replay_20_filled:before { content: "\ed90"; } -.icon-ic_fluent_resize_table_20_regular:before { +.icon-ic_fluent_replay_20_regular:before { content: "\ed91"; } -.icon-ic_fluent_resize_video_20_filled:before { +.icon-ic_fluent_resize_20_filled:before { content: "\ed92"; } -.icon-ic_fluent_resize_video_20_regular:before { +.icon-ic_fluent_resize_20_regular:before { content: "\ed93"; } -.icon-ic_fluent_reward_20_filled:before { +.icon-ic_fluent_resize_image_20_filled:before { content: "\ed94"; } -.icon-ic_fluent_reward_20_regular:before { +.icon-ic_fluent_resize_image_20_regular:before { content: "\ed95"; } -.icon-ic_fluent_rewind_20_filled:before { +.icon-ic_fluent_resize_large_20_filled:before { content: "\ed96"; } -.icon-ic_fluent_rewind_20_regular:before { +.icon-ic_fluent_resize_large_20_regular:before { content: "\ed97"; } -.icon-ic_fluent_rhombus_20_filled:before { +.icon-ic_fluent_resize_small_20_filled:before { content: "\ed98"; } -.icon-ic_fluent_rhombus_20_regular:before { +.icon-ic_fluent_resize_small_20_regular:before { content: "\ed99"; } -.icon-ic_fluent_ribbon_20_filled:before { +.icon-ic_fluent_resize_table_20_filled:before { content: "\ed9a"; } -.icon-ic_fluent_ribbon_20_regular:before { +.icon-ic_fluent_resize_table_20_regular:before { content: "\ed9b"; } -.icon-ic_fluent_ribbon_add_20_filled:before { +.icon-ic_fluent_resize_video_20_filled:before { content: "\ed9c"; } -.icon-ic_fluent_ribbon_add_20_regular:before { +.icon-ic_fluent_resize_video_20_regular:before { content: "\ed9d"; } -.icon-ic_fluent_ribbon_off_20_filled:before { +.icon-ic_fluent_reward_20_filled:before { content: "\ed9e"; } -.icon-ic_fluent_ribbon_off_20_regular:before { +.icon-ic_fluent_reward_20_regular:before { content: "\ed9f"; } -.icon-ic_fluent_ribbon_star_20_filled:before { +.icon-ic_fluent_rewind_20_filled:before { content: "\eda0"; } -.icon-ic_fluent_ribbon_star_20_regular:before { +.icon-ic_fluent_rewind_20_regular:before { content: "\eda1"; } -.icon-ic_fluent_road_20_filled:before { +.icon-ic_fluent_rhombus_20_filled:before { content: "\eda2"; } -.icon-ic_fluent_road_20_regular:before { +.icon-ic_fluent_rhombus_20_regular:before { content: "\eda3"; } -.icon-ic_fluent_road_cone_20_filled:before { +.icon-ic_fluent_ribbon_20_filled:before { content: "\eda4"; } -.icon-ic_fluent_road_cone_20_regular:before { +.icon-ic_fluent_ribbon_20_regular:before { content: "\eda5"; } -.icon-ic_fluent_rocket_20_filled:before { +.icon-ic_fluent_ribbon_add_20_filled:before { content: "\eda6"; } -.icon-ic_fluent_rocket_20_regular:before { +.icon-ic_fluent_ribbon_add_20_regular:before { content: "\eda7"; } -.icon-ic_fluent_rotate_left_20_filled:before { +.icon-ic_fluent_ribbon_off_20_filled:before { content: "\eda8"; } -.icon-ic_fluent_rotate_left_20_regular:before { +.icon-ic_fluent_ribbon_off_20_regular:before { content: "\eda9"; } -.icon-ic_fluent_rotate_right_20_filled:before { +.icon-ic_fluent_ribbon_star_20_filled:before { content: "\edaa"; } -.icon-ic_fluent_rotate_right_20_regular:before { +.icon-ic_fluent_ribbon_star_20_regular:before { content: "\edab"; } -.icon-ic_fluent_router_20_filled:before { +.icon-ic_fluent_road_20_filled:before { content: "\edac"; } -.icon-ic_fluent_router_20_regular:before { +.icon-ic_fluent_road_20_regular:before { content: "\edad"; } -.icon-ic_fluent_row_triple_20_filled:before { +.icon-ic_fluent_road_cone_20_filled:before { content: "\edae"; } -.icon-ic_fluent_row_triple_20_regular:before { +.icon-ic_fluent_road_cone_20_regular:before { content: "\edaf"; } -.icon-ic_fluent_rss_20_filled:before { +.icon-ic_fluent_rocket_20_filled:before { content: "\edb0"; } -.icon-ic_fluent_rss_20_regular:before { +.icon-ic_fluent_rocket_20_regular:before { content: "\edb1"; } -.icon-ic_fluent_ruler_20_filled:before { +.icon-ic_fluent_rotate_left_20_filled:before { content: "\edb2"; } -.icon-ic_fluent_ruler_20_regular:before { +.icon-ic_fluent_rotate_left_20_regular:before { content: "\edb3"; } -.icon-ic_fluent_run_20_filled:before { +.icon-ic_fluent_rotate_right_20_filled:before { content: "\edb4"; } -.icon-ic_fluent_run_20_regular:before { +.icon-ic_fluent_rotate_right_20_regular:before { content: "\edb5"; } -.icon-ic_fluent_sanitize_20_filled:before { +.icon-ic_fluent_router_20_filled:before { content: "\edb6"; } -.icon-ic_fluent_sanitize_20_regular:before { +.icon-ic_fluent_router_20_regular:before { content: "\edb7"; } -.icon-ic_fluent_save_20_filled:before { +.icon-ic_fluent_row_triple_20_filled:before { content: "\edb8"; } -.icon-ic_fluent_save_20_regular:before { +.icon-ic_fluent_row_triple_20_regular:before { content: "\edb9"; } -.icon-ic_fluent_save_arrow_right_20_filled:before { +.icon-ic_fluent_rss_20_filled:before { content: "\edba"; } -.icon-ic_fluent_save_arrow_right_20_regular:before { +.icon-ic_fluent_rss_20_regular:before { content: "\edbb"; } -.icon-ic_fluent_save_copy_20_filled:before { +.icon-ic_fluent_ruler_20_filled:before { content: "\edbc"; } -.icon-ic_fluent_save_copy_20_regular:before { +.icon-ic_fluent_ruler_20_regular:before { content: "\edbd"; } -.icon-ic_fluent_save_edit_20_filled:before { +.icon-ic_fluent_run_20_filled:before { content: "\edbe"; } -.icon-ic_fluent_save_edit_20_regular:before { +.icon-ic_fluent_run_20_regular:before { content: "\edbf"; } -.icon-ic_fluent_save_image_20_filled:before { +.icon-ic_fluent_sanitize_20_filled:before { content: "\edc0"; } -.icon-ic_fluent_save_image_20_regular:before { +.icon-ic_fluent_sanitize_20_regular:before { content: "\edc1"; } -.icon-ic_fluent_save_multiple_20_filled:before { +.icon-ic_fluent_save_20_filled:before { content: "\edc2"; } -.icon-ic_fluent_save_multiple_20_regular:before { +.icon-ic_fluent_save_20_regular:before { content: "\edc3"; } -.icon-ic_fluent_save_search_20_filled:before { +.icon-ic_fluent_save_arrow_right_20_filled:before { content: "\edc4"; } -.icon-ic_fluent_save_search_20_regular:before { +.icon-ic_fluent_save_arrow_right_20_regular:before { content: "\edc5"; } -.icon-ic_fluent_save_sync_20_filled:before { +.icon-ic_fluent_save_copy_20_filled:before { content: "\edc6"; } -.icon-ic_fluent_save_sync_20_regular:before { +.icon-ic_fluent_save_copy_20_regular:before { content: "\edc7"; } -.icon-ic_fluent_savings_20_filled:before { +.icon-ic_fluent_save_edit_20_filled:before { content: "\edc8"; } -.icon-ic_fluent_savings_20_regular:before { +.icon-ic_fluent_save_edit_20_regular:before { content: "\edc9"; } -.icon-ic_fluent_scale_fill_20_filled:before { +.icon-ic_fluent_save_image_20_filled:before { content: "\edca"; } -.icon-ic_fluent_scale_fill_20_regular:before { +.icon-ic_fluent_save_image_20_regular:before { content: "\edcb"; } -.icon-ic_fluent_scale_fit_20_filled:before { +.icon-ic_fluent_save_multiple_20_filled:before { content: "\edcc"; } -.icon-ic_fluent_scale_fit_20_regular:before { +.icon-ic_fluent_save_multiple_20_regular:before { content: "\edcd"; } -.icon-ic_fluent_scales_20_filled:before { +.icon-ic_fluent_save_search_20_filled:before { content: "\edce"; } -.icon-ic_fluent_scales_20_regular:before { +.icon-ic_fluent_save_search_20_regular:before { content: "\edcf"; } -.icon-ic_fluent_scan_20_filled:before { +.icon-ic_fluent_save_sync_20_filled:before { content: "\edd0"; } -.icon-ic_fluent_scan_20_regular:before { +.icon-ic_fluent_save_sync_20_regular:before { content: "\edd1"; } -.icon-ic_fluent_scan_camera_20_filled:before { +.icon-ic_fluent_savings_20_filled:before { content: "\edd2"; } -.icon-ic_fluent_scan_camera_20_regular:before { +.icon-ic_fluent_savings_20_regular:before { content: "\edd3"; } -.icon-ic_fluent_scan_dash_20_filled:before { +.icon-ic_fluent_scale_fill_20_filled:before { content: "\edd4"; } -.icon-ic_fluent_scan_dash_20_regular:before { +.icon-ic_fluent_scale_fill_20_regular:before { content: "\edd5"; } -.icon-ic_fluent_scan_object_20_filled:before { +.icon-ic_fluent_scale_fit_20_filled:before { content: "\edd6"; } -.icon-ic_fluent_scan_object_20_regular:before { +.icon-ic_fluent_scale_fit_20_regular:before { content: "\edd7"; } -.icon-ic_fluent_scan_person_20_filled:before { +.icon-ic_fluent_scales_20_filled:before { content: "\edd8"; } -.icon-ic_fluent_scan_person_20_regular:before { +.icon-ic_fluent_scales_20_regular:before { content: "\edd9"; } -.icon-ic_fluent_scan_table_20_filled:before { +.icon-ic_fluent_scan_20_filled:before { content: "\edda"; } -.icon-ic_fluent_scan_table_20_regular:before { +.icon-ic_fluent_scan_20_regular:before { content: "\eddb"; } -.icon-ic_fluent_scan_text_20_filled:before { +.icon-ic_fluent_scan_camera_20_filled:before { content: "\eddc"; } -.icon-ic_fluent_scan_text_20_regular:before { +.icon-ic_fluent_scan_camera_20_regular:before { content: "\eddd"; } -.icon-ic_fluent_scan_thumb_up_20_filled:before { +.icon-ic_fluent_scan_dash_20_filled:before { content: "\edde"; } -.icon-ic_fluent_scan_thumb_up_20_regular:before { +.icon-ic_fluent_scan_dash_20_regular:before { content: "\eddf"; } -.icon-ic_fluent_scan_thumb_up_off_20_filled:before { +.icon-ic_fluent_scan_object_20_filled:before { content: "\ede0"; } -.icon-ic_fluent_scan_thumb_up_off_20_regular:before { +.icon-ic_fluent_scan_object_20_regular:before { content: "\ede1"; } -.icon-ic_fluent_scan_type_20_filled:before { +.icon-ic_fluent_scan_person_20_filled:before { content: "\ede2"; } -.icon-ic_fluent_scan_type_20_regular:before { +.icon-ic_fluent_scan_person_20_regular:before { content: "\ede3"; } -.icon-ic_fluent_scan_type_checkmark_20_filled:before { +.icon-ic_fluent_scan_table_20_filled:before { content: "\ede4"; } -.icon-ic_fluent_scan_type_checkmark_20_regular:before { +.icon-ic_fluent_scan_table_20_regular:before { content: "\ede5"; } -.icon-ic_fluent_scan_type_off_20_filled:before { +.icon-ic_fluent_scan_text_20_filled:before { content: "\ede6"; } -.icon-ic_fluent_scan_type_off_20_regular:before { +.icon-ic_fluent_scan_text_20_regular:before { content: "\ede7"; } -.icon-ic_fluent_scratchpad_20_filled:before { +.icon-ic_fluent_scan_thumb_up_20_filled:before { content: "\ede8"; } -.icon-ic_fluent_scratchpad_20_regular:before { +.icon-ic_fluent_scan_thumb_up_20_regular:before { content: "\ede9"; } -.icon-ic_fluent_screen_cut_20_filled:before { +.icon-ic_fluent_scan_thumb_up_off_20_filled:before { content: "\edea"; } -.icon-ic_fluent_screen_cut_20_regular:before { +.icon-ic_fluent_scan_thumb_up_off_20_regular:before { content: "\edeb"; } -.icon-ic_fluent_screen_person_20_filled:before { +.icon-ic_fluent_scan_type_20_filled:before { content: "\edec"; } -.icon-ic_fluent_screen_person_20_regular:before { +.icon-ic_fluent_scan_type_20_regular:before { content: "\eded"; } -.icon-ic_fluent_screen_search_20_filled:before { +.icon-ic_fluent_scan_type_checkmark_20_filled:before { content: "\edee"; } -.icon-ic_fluent_screen_search_20_regular:before { +.icon-ic_fluent_scan_type_checkmark_20_regular:before { content: "\edef"; } -.icon-ic_fluent_screenshot_20_filled:before { +.icon-ic_fluent_scan_type_off_20_filled:before { content: "\edf0"; } -.icon-ic_fluent_screenshot_20_regular:before { +.icon-ic_fluent_scan_type_off_20_regular:before { content: "\edf1"; } -.icon-ic_fluent_screenshot_record_20_filled:before { +.icon-ic_fluent_scratchpad_20_filled:before { content: "\edf2"; } -.icon-ic_fluent_screenshot_record_20_regular:before { +.icon-ic_fluent_scratchpad_20_regular:before { content: "\edf3"; } -.icon-ic_fluent_script_20_filled:before { +.icon-ic_fluent_screen_cut_20_filled:before { content: "\edf4"; } -.icon-ic_fluent_script_20_regular:before { +.icon-ic_fluent_screen_cut_20_regular:before { content: "\edf5"; } -.icon-ic_fluent_search_20_filled:before { +.icon-ic_fluent_screen_person_20_filled:before { content: "\edf6"; } -.icon-ic_fluent_search_20_regular:before { +.icon-ic_fluent_screen_person_20_regular:before { content: "\edf7"; } -.icon-ic_fluent_search_info_20_filled:before { +.icon-ic_fluent_screen_search_20_filled:before { content: "\edf8"; } -.icon-ic_fluent_search_info_20_regular:before { +.icon-ic_fluent_screen_search_20_regular:before { content: "\edf9"; } -.icon-ic_fluent_search_settings_20_filled:before { +.icon-ic_fluent_screenshot_20_filled:before { content: "\edfa"; } -.icon-ic_fluent_search_settings_20_regular:before { +.icon-ic_fluent_screenshot_20_regular:before { content: "\edfb"; } -.icon-ic_fluent_search_shield_20_filled:before { +.icon-ic_fluent_screenshot_record_20_filled:before { content: "\edfc"; } -.icon-ic_fluent_search_shield_20_regular:before { +.icon-ic_fluent_screenshot_record_20_regular:before { content: "\edfd"; } -.icon-ic_fluent_search_square_20_filled:before { +.icon-ic_fluent_script_20_filled:before { content: "\edfe"; } -.icon-ic_fluent_search_square_20_regular:before { +.icon-ic_fluent_script_20_regular:before { content: "\edff"; } -.icon-ic_fluent_search_visual_20_filled:before { +.icon-ic_fluent_search_20_filled:before { content: "\ee00"; } -.icon-ic_fluent_search_visual_20_regular:before { +.icon-ic_fluent_search_20_regular:before { content: "\ee01"; } -.icon-ic_fluent_seat_20_filled:before { +.icon-ic_fluent_search_info_20_filled:before { content: "\ee02"; } -.icon-ic_fluent_seat_20_regular:before { +.icon-ic_fluent_search_info_20_regular:before { content: "\ee03"; } -.icon-ic_fluent_seat_add_20_filled:before { +.icon-ic_fluent_search_settings_20_filled:before { content: "\ee04"; } -.icon-ic_fluent_seat_add_20_regular:before { +.icon-ic_fluent_search_settings_20_regular:before { content: "\ee05"; } -.icon-ic_fluent_select_all_off_20_filled:before { +.icon-ic_fluent_search_shield_20_filled:before { content: "\ee06"; } -.icon-ic_fluent_select_all_off_20_regular:before { +.icon-ic_fluent_search_shield_20_regular:before { content: "\ee07"; } -.icon-ic_fluent_select_all_on_20_filled:before { +.icon-ic_fluent_search_square_20_filled:before { content: "\ee08"; } -.icon-ic_fluent_select_all_on_20_regular:before { +.icon-ic_fluent_search_square_20_regular:before { content: "\ee09"; } -.icon-ic_fluent_select_object_20_filled:before { +.icon-ic_fluent_search_visual_20_filled:before { content: "\ee0a"; } -.icon-ic_fluent_select_object_20_regular:before { +.icon-ic_fluent_search_visual_20_regular:before { content: "\ee0b"; } -.icon-ic_fluent_select_object_skew_20_filled:before { +.icon-ic_fluent_seat_20_filled:before { content: "\ee0c"; } -.icon-ic_fluent_select_object_skew_20_regular:before { +.icon-ic_fluent_seat_20_regular:before { content: "\ee0d"; } -.icon-ic_fluent_select_object_skew_dismiss_20_filled:before { +.icon-ic_fluent_seat_add_20_filled:before { content: "\ee0e"; } -.icon-ic_fluent_select_object_skew_dismiss_20_regular:before { +.icon-ic_fluent_seat_add_20_regular:before { content: "\ee0f"; } -.icon-ic_fluent_select_object_skew_edit_20_filled:before { +.icon-ic_fluent_select_all_off_20_filled:before { content: "\ee10"; } -.icon-ic_fluent_select_object_skew_edit_20_regular:before { +.icon-ic_fluent_select_all_off_20_regular:before { content: "\ee11"; } -.icon-ic_fluent_send_20_filled:before { +.icon-ic_fluent_select_all_on_20_filled:before { content: "\ee12"; } -.icon-ic_fluent_send_20_regular:before { +.icon-ic_fluent_select_all_on_20_regular:before { content: "\ee13"; } -.icon-ic_fluent_send_beaker_20_filled:before { +.icon-ic_fluent_select_object_20_filled:before { content: "\ee14"; } -.icon-ic_fluent_send_beaker_20_regular:before { +.icon-ic_fluent_select_object_20_regular:before { content: "\ee15"; } -.icon-ic_fluent_send_clock_20_filled:before { +.icon-ic_fluent_select_object_skew_20_filled:before { content: "\ee16"; } -.icon-ic_fluent_send_clock_20_regular:before { +.icon-ic_fluent_select_object_skew_20_regular:before { content: "\ee17"; } -.icon-ic_fluent_send_copy_20_filled:before { +.icon-ic_fluent_select_object_skew_dismiss_20_filled:before { content: "\ee18"; } -.icon-ic_fluent_send_copy_20_regular:before { +.icon-ic_fluent_select_object_skew_dismiss_20_regular:before { content: "\ee19"; } -.icon-ic_fluent_serial_port_20_filled:before { +.icon-ic_fluent_select_object_skew_edit_20_filled:before { content: "\ee1a"; } -.icon-ic_fluent_serial_port_20_regular:before { +.icon-ic_fluent_select_object_skew_edit_20_regular:before { content: "\ee1b"; } -.icon-ic_fluent_server_20_filled:before { +.icon-ic_fluent_send_20_filled:before { content: "\ee1c"; } -.icon-ic_fluent_server_20_regular:before { +.icon-ic_fluent_send_20_regular:before { content: "\ee1d"; } -.icon-ic_fluent_server_link_20_filled:before { +.icon-ic_fluent_send_beaker_20_filled:before { content: "\ee1e"; } -.icon-ic_fluent_server_link_20_regular:before { +.icon-ic_fluent_send_beaker_20_regular:before { content: "\ee1f"; } -.icon-ic_fluent_server_multiple_20_filled:before { +.icon-ic_fluent_send_clock_20_filled:before { content: "\ee20"; } -.icon-ic_fluent_server_multiple_20_regular:before { +.icon-ic_fluent_send_clock_20_regular:before { content: "\ee21"; } -.icon-ic_fluent_server_play_20_filled:before { +.icon-ic_fluent_send_copy_20_filled:before { content: "\ee22"; } -.icon-ic_fluent_server_play_20_regular:before { +.icon-ic_fluent_send_copy_20_regular:before { content: "\ee23"; } -.icon-ic_fluent_service_bell_20_filled:before { +.icon-ic_fluent_serial_port_20_filled:before { content: "\ee24"; } -.icon-ic_fluent_service_bell_20_regular:before { +.icon-ic_fluent_serial_port_20_regular:before { content: "\ee25"; } -.icon-ic_fluent_settings_20_filled:before { +.icon-ic_fluent_server_20_filled:before { content: "\ee26"; } -.icon-ic_fluent_settings_20_regular:before { +.icon-ic_fluent_server_20_regular:before { content: "\ee27"; } -.icon-ic_fluent_settings_chat_20_filled:before { +.icon-ic_fluent_server_link_20_filled:before { content: "\ee28"; } -.icon-ic_fluent_settings_chat_20_regular:before { +.icon-ic_fluent_server_link_20_regular:before { content: "\ee29"; } -.icon-ic_fluent_settings_cog_multiple_20_filled:before { +.icon-ic_fluent_server_multiple_20_filled:before { content: "\ee2a"; } -.icon-ic_fluent_settings_cog_multiple_20_regular:before { +.icon-ic_fluent_server_multiple_20_regular:before { content: "\ee2b"; } -.icon-ic_fluent_shape_exclude_20_filled:before { +.icon-ic_fluent_server_play_20_filled:before { content: "\ee2c"; } -.icon-ic_fluent_shape_exclude_20_regular:before { +.icon-ic_fluent_server_play_20_regular:before { content: "\ee2d"; } -.icon-ic_fluent_shape_intersect_20_filled:before { +.icon-ic_fluent_service_bell_20_filled:before { content: "\ee2e"; } -.icon-ic_fluent_shape_intersect_20_regular:before { +.icon-ic_fluent_service_bell_20_regular:before { content: "\ee2f"; } -.icon-ic_fluent_shape_organic_20_filled:before { +.icon-ic_fluent_settings_20_filled:before { content: "\ee30"; } -.icon-ic_fluent_shape_organic_20_regular:before { +.icon-ic_fluent_settings_20_regular:before { content: "\ee31"; } -.icon-ic_fluent_shape_subtract_20_filled:before { +.icon-ic_fluent_settings_chat_20_filled:before { content: "\ee32"; } -.icon-ic_fluent_shape_subtract_20_regular:before { +.icon-ic_fluent_settings_chat_20_regular:before { content: "\ee33"; } -.icon-ic_fluent_shape_union_20_filled:before { +.icon-ic_fluent_settings_cog_multiple_20_filled:before { content: "\ee34"; } -.icon-ic_fluent_shape_union_20_regular:before { +.icon-ic_fluent_settings_cog_multiple_20_regular:before { content: "\ee35"; } -.icon-ic_fluent_shapes_20_filled:before { +.icon-ic_fluent_shape_exclude_20_filled:before { content: "\ee36"; } -.icon-ic_fluent_shapes_20_regular:before { +.icon-ic_fluent_shape_exclude_20_regular:before { content: "\ee37"; } -.icon-ic_fluent_share_20_filled:before { +.icon-ic_fluent_shape_intersect_20_filled:before { content: "\ee38"; } -.icon-ic_fluent_share_20_regular:before { +.icon-ic_fluent_shape_intersect_20_regular:before { content: "\ee39"; } -.icon-ic_fluent_share_android_20_filled:before { +.icon-ic_fluent_shape_organic_20_filled:before { content: "\ee3a"; } -.icon-ic_fluent_share_android_20_regular:before { +.icon-ic_fluent_shape_organic_20_regular:before { content: "\ee3b"; } -.icon-ic_fluent_share_close_tray_20_filled:before { +.icon-ic_fluent_shape_subtract_20_filled:before { content: "\ee3c"; } -.icon-ic_fluent_share_close_tray_20_regular:before { +.icon-ic_fluent_shape_subtract_20_regular:before { content: "\ee3d"; } -.icon-ic_fluent_share_ios_20_filled:before { +.icon-ic_fluent_shape_union_20_filled:before { content: "\ee3e"; } -.icon-ic_fluent_share_ios_20_regular:before { +.icon-ic_fluent_shape_union_20_regular:before { content: "\ee3f"; } -.icon-ic_fluent_share_screen_person_20_filled:before { +.icon-ic_fluent_shapes_20_filled:before { content: "\ee40"; } -.icon-ic_fluent_share_screen_person_20_regular:before { +.icon-ic_fluent_shapes_20_regular:before { content: "\ee41"; } -.icon-ic_fluent_share_screen_person_overlay_20_filled:before { +.icon-ic_fluent_share_20_filled:before { content: "\ee42"; } -.icon-ic_fluent_share_screen_person_overlay_20_regular:before { +.icon-ic_fluent_share_20_regular:before { content: "\ee43"; } -.icon-ic_fluent_share_screen_person_overlay_inside_20_filled:before { +.icon-ic_fluent_share_android_20_filled:before { content: "\ee44"; } -.icon-ic_fluent_share_screen_person_overlay_inside_20_regular:before { +.icon-ic_fluent_share_android_20_regular:before { content: "\ee45"; } -.icon-ic_fluent_share_screen_person_p_20_filled:before { +.icon-ic_fluent_share_close_tray_20_filled:before { content: "\ee46"; } -.icon-ic_fluent_share_screen_person_p_20_regular:before { +.icon-ic_fluent_share_close_tray_20_regular:before { content: "\ee47"; } -.icon-ic_fluent_share_screen_start_20_filled:before { +.icon-ic_fluent_share_ios_20_filled:before { content: "\ee48"; } -.icon-ic_fluent_share_screen_start_20_regular:before { +.icon-ic_fluent_share_ios_20_regular:before { content: "\ee49"; } -.icon-ic_fluent_share_screen_stop_20_filled:before { +.icon-ic_fluent_share_screen_person_20_filled:before { content: "\ee4a"; } -.icon-ic_fluent_share_screen_stop_20_regular:before { +.icon-ic_fluent_share_screen_person_20_regular:before { content: "\ee4b"; } -.icon-ic_fluent_shield_20_filled:before { +.icon-ic_fluent_share_screen_person_overlay_20_filled:before { content: "\ee4c"; } -.icon-ic_fluent_shield_20_regular:before { +.icon-ic_fluent_share_screen_person_overlay_20_regular:before { content: "\ee4d"; } -.icon-ic_fluent_shield_add_20_filled:before { +.icon-ic_fluent_share_screen_person_overlay_inside_20_filled:before { content: "\ee4e"; } -.icon-ic_fluent_shield_add_20_regular:before { +.icon-ic_fluent_share_screen_person_overlay_inside_20_regular:before { content: "\ee4f"; } -.icon-ic_fluent_shield_badge_20_filled:before { +.icon-ic_fluent_share_screen_person_p_20_filled:before { content: "\ee50"; } -.icon-ic_fluent_shield_badge_20_regular:before { +.icon-ic_fluent_share_screen_person_p_20_regular:before { content: "\ee51"; } -.icon-ic_fluent_shield_checkmark_20_filled:before { +.icon-ic_fluent_share_screen_start_20_filled:before { content: "\ee52"; } -.icon-ic_fluent_shield_checkmark_20_regular:before { +.icon-ic_fluent_share_screen_start_20_regular:before { content: "\ee53"; } -.icon-ic_fluent_shield_dismiss_20_filled:before { +.icon-ic_fluent_share_screen_stop_20_filled:before { content: "\ee54"; } -.icon-ic_fluent_shield_dismiss_20_regular:before { +.icon-ic_fluent_share_screen_stop_20_regular:before { content: "\ee55"; } -.icon-ic_fluent_shield_dismiss_shield_20_filled:before { +.icon-ic_fluent_shield_20_filled:before { content: "\ee56"; } -.icon-ic_fluent_shield_dismiss_shield_20_regular:before { +.icon-ic_fluent_shield_20_regular:before { content: "\ee57"; } -.icon-ic_fluent_shield_error_20_filled:before { +.icon-ic_fluent_shield_add_20_filled:before { content: "\ee58"; } -.icon-ic_fluent_shield_error_20_regular:before { +.icon-ic_fluent_shield_add_20_regular:before { content: "\ee59"; } -.icon-ic_fluent_shield_globe_20_filled:before { +.icon-ic_fluent_shield_badge_20_filled:before { content: "\ee5a"; } -.icon-ic_fluent_shield_globe_20_regular:before { +.icon-ic_fluent_shield_badge_20_regular:before { content: "\ee5b"; } -.icon-ic_fluent_shield_keyhole_20_filled:before { +.icon-ic_fluent_shield_checkmark_20_filled:before { content: "\ee5c"; } -.icon-ic_fluent_shield_keyhole_20_regular:before { +.icon-ic_fluent_shield_checkmark_20_regular:before { content: "\ee5d"; } -.icon-ic_fluent_shield_lock_20_filled:before { +.icon-ic_fluent_shield_dismiss_20_filled:before { content: "\ee5e"; } -.icon-ic_fluent_shield_lock_20_regular:before { +.icon-ic_fluent_shield_dismiss_20_regular:before { content: "\ee5f"; } -.icon-ic_fluent_shield_person_20_filled:before { +.icon-ic_fluent_shield_dismiss_shield_20_filled:before { content: "\ee60"; } -.icon-ic_fluent_shield_person_20_regular:before { +.icon-ic_fluent_shield_dismiss_shield_20_regular:before { content: "\ee61"; } -.icon-ic_fluent_shield_person_add_20_filled:before { +.icon-ic_fluent_shield_error_20_filled:before { content: "\ee62"; } -.icon-ic_fluent_shield_person_add_20_regular:before { +.icon-ic_fluent_shield_error_20_regular:before { content: "\ee63"; } -.icon-ic_fluent_shield_prohibited_20_filled:before { +.icon-ic_fluent_shield_globe_20_filled:before { content: "\ee64"; } -.icon-ic_fluent_shield_prohibited_20_regular:before { +.icon-ic_fluent_shield_globe_20_regular:before { content: "\ee65"; } -.icon-ic_fluent_shield_question_20_filled:before { +.icon-ic_fluent_shield_keyhole_20_filled:before { content: "\ee66"; } -.icon-ic_fluent_shield_question_20_regular:before { +.icon-ic_fluent_shield_keyhole_20_regular:before { content: "\ee67"; } -.icon-ic_fluent_shield_task_20_filled:before { +.icon-ic_fluent_shield_lock_20_filled:before { content: "\ee68"; } -.icon-ic_fluent_shield_task_20_regular:before { +.icon-ic_fluent_shield_lock_20_regular:before { content: "\ee69"; } -.icon-ic_fluent_shifts_20_filled:before { +.icon-ic_fluent_shield_person_20_filled:before { content: "\ee6a"; } -.icon-ic_fluent_shifts_20_regular:before { +.icon-ic_fluent_shield_person_20_regular:before { content: "\ee6b"; } -.icon-ic_fluent_shifts_30_minutes_20_filled:before { +.icon-ic_fluent_shield_person_add_20_filled:before { content: "\ee6c"; } -.icon-ic_fluent_shifts_30_minutes_20_regular:before { +.icon-ic_fluent_shield_person_add_20_regular:before { content: "\ee6d"; } -.icon-ic_fluent_shifts_activity_20_filled:before { +.icon-ic_fluent_shield_prohibited_20_filled:before { content: "\ee6e"; } -.icon-ic_fluent_shifts_activity_20_regular:before { +.icon-ic_fluent_shield_prohibited_20_regular:before { content: "\ee6f"; } -.icon-ic_fluent_shifts_add_20_filled:before { +.icon-ic_fluent_shield_question_20_filled:before { content: "\ee70"; } -.icon-ic_fluent_shifts_add_20_regular:before { +.icon-ic_fluent_shield_question_20_regular:before { content: "\ee71"; } -.icon-ic_fluent_shifts_availability_20_filled:before { +.icon-ic_fluent_shield_task_20_filled:before { content: "\ee72"; } -.icon-ic_fluent_shifts_availability_20_regular:before { +.icon-ic_fluent_shield_task_20_regular:before { content: "\ee73"; } -.icon-ic_fluent_shifts_checkmark_20_filled:before { +.icon-ic_fluent_shifts_20_filled:before { content: "\ee74"; } -.icon-ic_fluent_shifts_checkmark_20_regular:before { +.icon-ic_fluent_shifts_20_regular:before { content: "\ee75"; } -.icon-ic_fluent_shifts_day_20_filled:before { +.icon-ic_fluent_shifts_30_minutes_20_filled:before { content: "\ee76"; } -.icon-ic_fluent_shifts_day_20_regular:before { +.icon-ic_fluent_shifts_30_minutes_20_regular:before { content: "\ee77"; } -.icon-ic_fluent_shifts_open_20_filled:before { +.icon-ic_fluent_shifts_activity_20_filled:before { content: "\ee78"; } -.icon-ic_fluent_shifts_open_20_regular:before { +.icon-ic_fluent_shifts_activity_20_regular:before { content: "\ee79"; } -.icon-ic_fluent_shifts_prohibited_20_filled:before { +.icon-ic_fluent_shifts_add_20_filled:before { content: "\ee7a"; } -.icon-ic_fluent_shifts_prohibited_20_regular:before { +.icon-ic_fluent_shifts_add_20_regular:before { content: "\ee7b"; } -.icon-ic_fluent_shifts_question_mark_20_filled:before { +.icon-ic_fluent_shifts_availability_20_filled:before { content: "\ee7c"; } -.icon-ic_fluent_shifts_question_mark_20_regular:before { +.icon-ic_fluent_shifts_availability_20_regular:before { content: "\ee7d"; } -.icon-ic_fluent_shifts_team_20_filled:before { +.icon-ic_fluent_shifts_checkmark_20_filled:before { content: "\ee7e"; } -.icon-ic_fluent_shifts_team_20_regular:before { +.icon-ic_fluent_shifts_checkmark_20_regular:before { content: "\ee7f"; } -.icon-ic_fluent_shopping_bag_20_filled:before { +.icon-ic_fluent_shifts_day_20_filled:before { content: "\ee80"; } -.icon-ic_fluent_shopping_bag_20_regular:before { +.icon-ic_fluent_shifts_day_20_regular:before { content: "\ee81"; } -.icon-ic_fluent_shopping_bag_add_20_filled:before { +.icon-ic_fluent_shifts_open_20_filled:before { content: "\ee82"; } -.icon-ic_fluent_shopping_bag_add_20_regular:before { +.icon-ic_fluent_shifts_open_20_regular:before { content: "\ee83"; } -.icon-ic_fluent_shopping_bag_arrow_left_20_filled:before { +.icon-ic_fluent_shifts_prohibited_20_filled:before { content: "\ee84"; } -.icon-ic_fluent_shopping_bag_arrow_left_20_regular:before { +.icon-ic_fluent_shifts_prohibited_20_regular:before { content: "\ee85"; } -.icon-ic_fluent_shopping_bag_dismiss_20_filled:before { +.icon-ic_fluent_shifts_question_mark_20_filled:before { content: "\ee86"; } -.icon-ic_fluent_shopping_bag_dismiss_20_regular:before { +.icon-ic_fluent_shifts_question_mark_20_regular:before { content: "\ee87"; } -.icon-ic_fluent_shopping_bag_pause_20_filled:before { +.icon-ic_fluent_shifts_team_20_filled:before { content: "\ee88"; } -.icon-ic_fluent_shopping_bag_pause_20_regular:before { +.icon-ic_fluent_shifts_team_20_regular:before { content: "\ee89"; } -.icon-ic_fluent_shopping_bag_percent_20_filled:before { +.icon-ic_fluent_shopping_bag_20_filled:before { content: "\ee8a"; } -.icon-ic_fluent_shopping_bag_percent_20_regular:before { +.icon-ic_fluent_shopping_bag_20_regular:before { content: "\ee8b"; } -.icon-ic_fluent_shopping_bag_play_20_filled:before { +.icon-ic_fluent_shopping_bag_add_20_filled:before { content: "\ee8c"; } -.icon-ic_fluent_shopping_bag_play_20_regular:before { +.icon-ic_fluent_shopping_bag_add_20_regular:before { content: "\ee8d"; } -.icon-ic_fluent_shopping_bag_tag_20_filled:before { +.icon-ic_fluent_shopping_bag_arrow_left_20_filled:before { content: "\ee8e"; } -.icon-ic_fluent_shopping_bag_tag_20_regular:before { +.icon-ic_fluent_shopping_bag_arrow_left_20_regular:before { content: "\ee8f"; } -.icon-ic_fluent_shortpick_20_filled:before { +.icon-ic_fluent_shopping_bag_dismiss_20_filled:before { content: "\ee90"; } -.icon-ic_fluent_shortpick_20_regular:before { +.icon-ic_fluent_shopping_bag_dismiss_20_regular:before { content: "\ee91"; } -.icon-ic_fluent_showerhead_20_filled:before { +.icon-ic_fluent_shopping_bag_pause_20_filled:before { content: "\ee92"; } -.icon-ic_fluent_showerhead_20_regular:before { +.icon-ic_fluent_shopping_bag_pause_20_regular:before { content: "\ee93"; } -.icon-ic_fluent_sidebar_search_ltr_20_filled:before { +.icon-ic_fluent_shopping_bag_percent_20_filled:before { content: "\ee94"; } -.icon-ic_fluent_sidebar_search_ltr_20_regular:before { +.icon-ic_fluent_shopping_bag_percent_20_regular:before { content: "\ee95"; } -.icon-ic_fluent_sidebar_search_rtl_20_filled:before { +.icon-ic_fluent_shopping_bag_play_20_filled:before { content: "\ee96"; } -.icon-ic_fluent_sidebar_search_rtl_20_regular:before { +.icon-ic_fluent_shopping_bag_play_20_regular:before { content: "\ee97"; } -.icon-ic_fluent_sign_out_20_filled:before { +.icon-ic_fluent_shopping_bag_tag_20_filled:before { content: "\ee98"; } -.icon-ic_fluent_sign_out_20_regular:before { +.icon-ic_fluent_shopping_bag_tag_20_regular:before { content: "\ee99"; } -.icon-ic_fluent_signature_20_filled:before { +.icon-ic_fluent_shortpick_20_filled:before { content: "\ee9a"; } -.icon-ic_fluent_signature_20_regular:before { +.icon-ic_fluent_shortpick_20_regular:before { content: "\ee9b"; } -.icon-ic_fluent_sim_20_filled:before { +.icon-ic_fluent_showerhead_20_filled:before { content: "\ee9c"; } -.icon-ic_fluent_sim_20_regular:before { +.icon-ic_fluent_showerhead_20_regular:before { content: "\ee9d"; } -.icon-ic_fluent_skip_back_10_20_filled:before { +.icon-ic_fluent_sidebar_search_ltr_20_filled:before { content: "\ee9e"; } -.icon-ic_fluent_skip_back_10_20_regular:before { +.icon-ic_fluent_sidebar_search_ltr_20_regular:before { content: "\ee9f"; } -.icon-ic_fluent_skip_forward_10_20_filled:before { +.icon-ic_fluent_sidebar_search_rtl_20_filled:before { content: "\eea0"; } -.icon-ic_fluent_skip_forward_10_20_regular:before { +.icon-ic_fluent_sidebar_search_rtl_20_regular:before { content: "\eea1"; } -.icon-ic_fluent_skip_forward_30_20_filled:before { +.icon-ic_fluent_sign_out_20_filled:before { content: "\eea2"; } -.icon-ic_fluent_skip_forward_30_20_regular:before { +.icon-ic_fluent_sign_out_20_regular:before { content: "\eea3"; } -.icon-ic_fluent_skip_forward_tab_20_filled:before { +.icon-ic_fluent_signature_20_filled:before { content: "\eea4"; } -.icon-ic_fluent_skip_forward_tab_20_regular:before { +.icon-ic_fluent_signature_20_regular:before { content: "\eea5"; } -.icon-ic_fluent_slash_forward_20_filled:before { +.icon-ic_fluent_sim_20_filled:before { content: "\eea6"; } -.icon-ic_fluent_slash_forward_20_regular:before { +.icon-ic_fluent_sim_20_regular:before { content: "\eea7"; } -.icon-ic_fluent_sleep_20_filled:before { +.icon-ic_fluent_skip_back_10_20_filled:before { content: "\eea8"; } -.icon-ic_fluent_sleep_20_regular:before { +.icon-ic_fluent_skip_back_10_20_regular:before { content: "\eea9"; } -.icon-ic_fluent_slide_add_20_filled:before { +.icon-ic_fluent_skip_forward_10_20_filled:before { content: "\eeaa"; } -.icon-ic_fluent_slide_add_20_regular:before { +.icon-ic_fluent_skip_forward_10_20_regular:before { content: "\eeab"; } -.icon-ic_fluent_slide_arrow_right_20_filled:before { +.icon-ic_fluent_skip_forward_30_20_filled:before { content: "\eeac"; } -.icon-ic_fluent_slide_arrow_right_20_regular:before { +.icon-ic_fluent_skip_forward_30_20_regular:before { content: "\eead"; } -.icon-ic_fluent_slide_eraser_20_filled:before { +.icon-ic_fluent_skip_forward_tab_20_filled:before { content: "\eeae"; } -.icon-ic_fluent_slide_eraser_20_regular:before { +.icon-ic_fluent_skip_forward_tab_20_regular:before { content: "\eeaf"; } -.icon-ic_fluent_slide_grid_20_filled:before { +.icon-ic_fluent_slash_forward_20_filled:before { content: "\eeb0"; } -.icon-ic_fluent_slide_grid_20_regular:before { +.icon-ic_fluent_slash_forward_20_regular:before { content: "\eeb1"; } -.icon-ic_fluent_slide_hide_20_filled:before { +.icon-ic_fluent_sleep_20_filled:before { content: "\eeb2"; } -.icon-ic_fluent_slide_hide_20_regular:before { +.icon-ic_fluent_sleep_20_regular:before { content: "\eeb3"; } -.icon-ic_fluent_slide_layout_20_filled:before { +.icon-ic_fluent_slide_add_20_filled:before { content: "\eeb4"; } -.icon-ic_fluent_slide_layout_20_regular:before { +.icon-ic_fluent_slide_add_20_regular:before { content: "\eeb5"; } -.icon-ic_fluent_slide_link_20_filled:before { +.icon-ic_fluent_slide_arrow_right_20_filled:before { content: "\eeb6"; } -.icon-ic_fluent_slide_link_20_regular:before { +.icon-ic_fluent_slide_arrow_right_20_regular:before { content: "\eeb7"; } -.icon-ic_fluent_slide_microphone_20_filled:before { +.icon-ic_fluent_slide_eraser_20_filled:before { content: "\eeb8"; } -.icon-ic_fluent_slide_microphone_20_regular:before { +.icon-ic_fluent_slide_eraser_20_regular:before { content: "\eeb9"; } -.icon-ic_fluent_slide_multiple_20_filled:before { +.icon-ic_fluent_slide_grid_20_filled:before { content: "\eeba"; } -.icon-ic_fluent_slide_multiple_20_regular:before { +.icon-ic_fluent_slide_grid_20_regular:before { content: "\eebb"; } -.icon-ic_fluent_slide_multiple_arrow_right_20_filled:before { +.icon-ic_fluent_slide_hide_20_filled:before { content: "\eebc"; } -.icon-ic_fluent_slide_multiple_arrow_right_20_regular:before { +.icon-ic_fluent_slide_hide_20_regular:before { content: "\eebd"; } -.icon-ic_fluent_slide_multiple_search_20_filled:before { +.icon-ic_fluent_slide_layout_20_filled:before { content: "\eebe"; } -.icon-ic_fluent_slide_multiple_search_20_regular:before { +.icon-ic_fluent_slide_layout_20_regular:before { content: "\eebf"; } -.icon-ic_fluent_slide_record_20_filled:before { +.icon-ic_fluent_slide_link_20_filled:before { content: "\eec0"; } -.icon-ic_fluent_slide_record_20_regular:before { +.icon-ic_fluent_slide_link_20_regular:before { content: "\eec1"; } -.icon-ic_fluent_slide_search_20_filled:before { +.icon-ic_fluent_slide_microphone_20_filled:before { content: "\eec2"; } -.icon-ic_fluent_slide_search_20_regular:before { +.icon-ic_fluent_slide_microphone_20_regular:before { content: "\eec3"; } -.icon-ic_fluent_slide_settings_20_filled:before { +.icon-ic_fluent_slide_multiple_20_filled:before { content: "\eec4"; } -.icon-ic_fluent_slide_settings_20_regular:before { +.icon-ic_fluent_slide_multiple_20_regular:before { content: "\eec5"; } -.icon-ic_fluent_slide_size_20_filled:before { +.icon-ic_fluent_slide_multiple_arrow_right_20_filled:before { content: "\eec6"; } -.icon-ic_fluent_slide_size_20_regular:before { +.icon-ic_fluent_slide_multiple_arrow_right_20_regular:before { content: "\eec7"; } -.icon-ic_fluent_slide_text_20_filled:before { +.icon-ic_fluent_slide_multiple_search_20_filled:before { content: "\eec8"; } -.icon-ic_fluent_slide_text_20_regular:before { +.icon-ic_fluent_slide_multiple_search_20_regular:before { content: "\eec9"; } -.icon-ic_fluent_slide_text_edit_20_filled:before { +.icon-ic_fluent_slide_record_20_filled:before { content: "\eeca"; } -.icon-ic_fluent_slide_text_edit_20_regular:before { +.icon-ic_fluent_slide_record_20_regular:before { content: "\eecb"; } -.icon-ic_fluent_slide_text_multiple_20_filled:before { +.icon-ic_fluent_slide_search_20_filled:before { content: "\eecc"; } -.icon-ic_fluent_slide_text_multiple_20_regular:before { +.icon-ic_fluent_slide_search_20_regular:before { content: "\eecd"; } -.icon-ic_fluent_slide_text_person_20_filled:before { +.icon-ic_fluent_slide_settings_20_filled:before { content: "\eece"; } -.icon-ic_fluent_slide_text_person_20_regular:before { +.icon-ic_fluent_slide_settings_20_regular:before { content: "\eecf"; } -.icon-ic_fluent_slide_text_sparkle_20_filled:before { +.icon-ic_fluent_slide_size_20_filled:before { content: "\eed0"; } -.icon-ic_fluent_slide_text_sparkle_20_regular:before { +.icon-ic_fluent_slide_size_20_regular:before { content: "\eed1"; } -.icon-ic_fluent_slide_transition_20_filled:before { +.icon-ic_fluent_slide_text_20_filled:before { content: "\eed2"; } -.icon-ic_fluent_slide_transition_20_regular:before { +.icon-ic_fluent_slide_text_20_regular:before { content: "\eed3"; } -.icon-ic_fluent_smartwatch_20_filled:before { +.icon-ic_fluent_slide_text_edit_20_filled:before { content: "\eed4"; } -.icon-ic_fluent_smartwatch_20_regular:before { +.icon-ic_fluent_slide_text_edit_20_regular:before { content: "\eed5"; } -.icon-ic_fluent_smartwatch_dot_20_filled:before { +.icon-ic_fluent_slide_text_multiple_20_filled:before { content: "\eed6"; } -.icon-ic_fluent_smartwatch_dot_20_regular:before { +.icon-ic_fluent_slide_text_multiple_20_regular:before { content: "\eed7"; } -.icon-ic_fluent_snooze_20_filled:before { +.icon-ic_fluent_slide_text_person_20_filled:before { content: "\eed8"; } -.icon-ic_fluent_snooze_20_regular:before { +.icon-ic_fluent_slide_text_person_20_regular:before { content: "\eed9"; } -.icon-ic_fluent_sound_source_20_filled:before { +.icon-ic_fluent_slide_text_sparkle_20_filled:before { content: "\eeda"; } -.icon-ic_fluent_sound_source_20_regular:before { +.icon-ic_fluent_slide_text_sparkle_20_regular:before { content: "\eedb"; } -.icon-ic_fluent_sound_wave_circle_20_filled:before { +.icon-ic_fluent_slide_transition_20_filled:before { content: "\eedc"; } -.icon-ic_fluent_sound_wave_circle_20_regular:before { +.icon-ic_fluent_slide_transition_20_regular:before { content: "\eedd"; } -.icon-ic_fluent_space_3d_20_filled:before { +.icon-ic_fluent_smartwatch_20_filled:before { content: "\eede"; } -.icon-ic_fluent_space_3d_20_regular:before { +.icon-ic_fluent_smartwatch_20_regular:before { content: "\eedf"; } -.icon-ic_fluent_spacebar_20_filled:before { +.icon-ic_fluent_smartwatch_dot_20_filled:before { content: "\eee0"; } -.icon-ic_fluent_spacebar_20_regular:before { +.icon-ic_fluent_smartwatch_dot_20_regular:before { content: "\eee1"; } -.icon-ic_fluent_sparkle_20_filled:before { +.icon-ic_fluent_snooze_20_filled:before { content: "\eee2"; } -.icon-ic_fluent_sparkle_20_regular:before { +.icon-ic_fluent_snooze_20_regular:before { content: "\eee3"; } -.icon-ic_fluent_sparkle_circle_20_filled:before { +.icon-ic_fluent_sound_source_20_filled:before { content: "\eee4"; } -.icon-ic_fluent_sparkle_circle_20_regular:before { +.icon-ic_fluent_sound_source_20_regular:before { content: "\eee5"; } -.icon-ic_fluent_speaker_0_20_filled:before { +.icon-ic_fluent_sound_wave_circle_20_filled:before { content: "\eee6"; } -.icon-ic_fluent_speaker_0_20_regular:before { +.icon-ic_fluent_sound_wave_circle_20_regular:before { content: "\eee7"; } -.icon-ic_fluent_speaker_1_20_filled:before { +.icon-ic_fluent_space_3d_20_filled:before { content: "\eee8"; } -.icon-ic_fluent_speaker_1_20_regular:before { +.icon-ic_fluent_space_3d_20_regular:before { content: "\eee9"; } -.icon-ic_fluent_speaker_2_20_filled:before { +.icon-ic_fluent_spacebar_20_filled:before { content: "\eeea"; } -.icon-ic_fluent_speaker_2_20_regular:before { +.icon-ic_fluent_spacebar_20_regular:before { content: "\eeeb"; } -.icon-ic_fluent_speaker_bluetooth_20_filled:before { +.icon-ic_fluent_sparkle_20_filled:before { content: "\eeec"; } -.icon-ic_fluent_speaker_bluetooth_20_regular:before { +.icon-ic_fluent_sparkle_20_regular:before { content: "\eeed"; } -.icon-ic_fluent_speaker_box_20_filled:before { +.icon-ic_fluent_sparkle_circle_20_filled:before { content: "\eeee"; } -.icon-ic_fluent_speaker_box_20_regular:before { +.icon-ic_fluent_sparkle_circle_20_regular:before { content: "\eeef"; } -.icon-ic_fluent_speaker_edit_20_filled:before { +.icon-ic_fluent_spatula_spoon_20_filled:before { content: "\eef0"; } -.icon-ic_fluent_speaker_edit_20_regular:before { +.icon-ic_fluent_spatula_spoon_20_regular:before { content: "\eef1"; } -.icon-ic_fluent_speaker_mute_20_filled:before { +.icon-ic_fluent_speaker_0_20_filled:before { content: "\eef2"; } -.icon-ic_fluent_speaker_mute_20_regular:before { +.icon-ic_fluent_speaker_0_20_regular:before { content: "\eef3"; } -.icon-ic_fluent_speaker_off_20_filled:before { +.icon-ic_fluent_speaker_1_20_filled:before { content: "\eef4"; } -.icon-ic_fluent_speaker_off_20_regular:before { +.icon-ic_fluent_speaker_1_20_regular:before { content: "\eef5"; } -.icon-ic_fluent_speaker_settings_20_filled:before { +.icon-ic_fluent_speaker_2_20_filled:before { content: "\eef6"; } -.icon-ic_fluent_speaker_settings_20_regular:before { +.icon-ic_fluent_speaker_2_20_regular:before { content: "\eef7"; } -.icon-ic_fluent_speaker_usb_20_filled:before { +.icon-ic_fluent_speaker_bluetooth_20_filled:before { content: "\eef8"; } -.icon-ic_fluent_speaker_usb_20_regular:before { +.icon-ic_fluent_speaker_bluetooth_20_regular:before { content: "\eef9"; } -.icon-ic_fluent_spinner_ios_20_filled:before { +.icon-ic_fluent_speaker_box_20_filled:before { content: "\eefa"; } -.icon-ic_fluent_spinner_ios_20_regular:before { +.icon-ic_fluent_speaker_box_20_regular:before { content: "\eefb"; } -.icon-ic_fluent_split_hint_20_filled:before { +.icon-ic_fluent_speaker_edit_20_filled:before { content: "\eefc"; } -.icon-ic_fluent_split_hint_20_regular:before { +.icon-ic_fluent_speaker_edit_20_regular:before { content: "\eefd"; } -.icon-ic_fluent_split_horizontal_20_filled:before { +.icon-ic_fluent_speaker_mute_20_filled:before { content: "\eefe"; } -.icon-ic_fluent_split_horizontal_20_regular:before { +.icon-ic_fluent_speaker_mute_20_regular:before { content: "\eeff"; } -.icon-ic_fluent_split_vertical_20_filled:before { +.icon-ic_fluent_speaker_off_20_filled:before { content: "\ef00"; } -.icon-ic_fluent_split_vertical_20_regular:before { +.icon-ic_fluent_speaker_off_20_regular:before { content: "\ef01"; } -.icon-ic_fluent_sport_20_filled:before { +.icon-ic_fluent_speaker_settings_20_filled:before { content: "\ef02"; } -.icon-ic_fluent_sport_20_regular:before { +.icon-ic_fluent_speaker_settings_20_regular:before { content: "\ef03"; } -.icon-ic_fluent_sport_american_football_20_filled:before { +.icon-ic_fluent_speaker_usb_20_filled:before { content: "\ef04"; } -.icon-ic_fluent_sport_american_football_20_regular:before { +.icon-ic_fluent_speaker_usb_20_regular:before { content: "\ef05"; } -.icon-ic_fluent_sport_baseball_20_filled:before { +.icon-ic_fluent_spinner_ios_20_filled:before { content: "\ef06"; } -.icon-ic_fluent_sport_baseball_20_regular:before { +.icon-ic_fluent_spinner_ios_20_regular:before { content: "\ef07"; } -.icon-ic_fluent_sport_basketball_20_filled:before { +.icon-ic_fluent_split_hint_20_filled:before { content: "\ef08"; } -.icon-ic_fluent_sport_basketball_20_regular:before { +.icon-ic_fluent_split_hint_20_regular:before { content: "\ef09"; } -.icon-ic_fluent_sport_hockey_20_filled:before { +.icon-ic_fluent_split_horizontal_20_filled:before { content: "\ef0a"; } -.icon-ic_fluent_sport_hockey_20_regular:before { +.icon-ic_fluent_split_horizontal_20_regular:before { content: "\ef0b"; } -.icon-ic_fluent_sport_soccer_20_filled:before { +.icon-ic_fluent_split_vertical_20_filled:before { content: "\ef0c"; } -.icon-ic_fluent_sport_soccer_20_regular:before { +.icon-ic_fluent_split_vertical_20_regular:before { content: "\ef0d"; } -.icon-ic_fluent_square_20_filled:before { +.icon-ic_fluent_sport_20_filled:before { content: "\ef0e"; } -.icon-ic_fluent_square_20_regular:before { +.icon-ic_fluent_sport_20_regular:before { content: "\ef0f"; } -.icon-ic_fluent_square_add_20_filled:before { +.icon-ic_fluent_sport_american_football_20_filled:before { content: "\ef10"; } -.icon-ic_fluent_square_add_20_regular:before { +.icon-ic_fluent_sport_american_football_20_regular:before { content: "\ef11"; } -.icon-ic_fluent_square_arrow_forward_20_filled:before { +.icon-ic_fluent_sport_baseball_20_filled:before { content: "\ef12"; } -.icon-ic_fluent_square_arrow_forward_20_regular:before { +.icon-ic_fluent_sport_baseball_20_regular:before { content: "\ef13"; } -.icon-ic_fluent_square_dismiss_20_filled:before { +.icon-ic_fluent_sport_basketball_20_filled:before { content: "\ef14"; } -.icon-ic_fluent_square_dismiss_20_regular:before { +.icon-ic_fluent_sport_basketball_20_regular:before { content: "\ef15"; } -.icon-ic_fluent_square_eraser_20_filled:before { +.icon-ic_fluent_sport_hockey_20_filled:before { content: "\ef16"; } -.icon-ic_fluent_square_eraser_20_regular:before { +.icon-ic_fluent_sport_hockey_20_regular:before { content: "\ef17"; } -.icon-ic_fluent_square_hint_20_filled:before { +.icon-ic_fluent_sport_soccer_20_filled:before { content: "\ef18"; } -.icon-ic_fluent_square_hint_20_regular:before { +.icon-ic_fluent_sport_soccer_20_regular:before { content: "\ef19"; } -.icon-ic_fluent_square_hint_apps_20_filled:before { +.icon-ic_fluent_square_20_filled:before { content: "\ef1a"; } -.icon-ic_fluent_square_hint_apps_20_regular:before { +.icon-ic_fluent_square_20_regular:before { content: "\ef1b"; } -.icon-ic_fluent_square_hint_arrow_back_20_filled:before { +.icon-ic_fluent_square_add_20_filled:before { content: "\ef1c"; } -.icon-ic_fluent_square_hint_arrow_back_20_regular:before { +.icon-ic_fluent_square_add_20_regular:before { content: "\ef1d"; } -.icon-ic_fluent_square_hint_hexagon_20_filled:before { +.icon-ic_fluent_square_arrow_forward_20_filled:before { content: "\ef1e"; } -.icon-ic_fluent_square_hint_hexagon_20_regular:before { +.icon-ic_fluent_square_arrow_forward_20_regular:before { content: "\ef1f"; } -.icon-ic_fluent_square_hint_sparkles_20_filled:before { +.icon-ic_fluent_square_dismiss_20_filled:before { content: "\ef20"; } -.icon-ic_fluent_square_hint_sparkles_20_regular:before { +.icon-ic_fluent_square_dismiss_20_regular:before { content: "\ef21"; } -.icon-ic_fluent_square_multiple_20_filled:before { +.icon-ic_fluent_square_eraser_20_filled:before { content: "\ef22"; } -.icon-ic_fluent_square_multiple_20_regular:before { +.icon-ic_fluent_square_eraser_20_regular:before { content: "\ef23"; } -.icon-ic_fluent_square_shadow_20_filled:before { +.icon-ic_fluent_square_hint_20_filled:before { content: "\ef24"; } -.icon-ic_fluent_square_shadow_20_regular:before { +.icon-ic_fluent_square_hint_20_regular:before { content: "\ef25"; } -.icon-ic_fluent_squares_nested_20_filled:before { +.icon-ic_fluent_square_hint_apps_20_filled:before { content: "\ef26"; } -.icon-ic_fluent_squares_nested_20_regular:before { +.icon-ic_fluent_square_hint_apps_20_regular:before { content: "\ef27"; } -.icon-ic_fluent_stack_20_filled:before { +.icon-ic_fluent_square_hint_arrow_back_20_filled:before { content: "\ef28"; } -.icon-ic_fluent_stack_20_regular:before { +.icon-ic_fluent_square_hint_arrow_back_20_regular:before { content: "\ef29"; } -.icon-ic_fluent_stack_add_20_filled:before { +.icon-ic_fluent_square_hint_hexagon_20_filled:before { content: "\ef2a"; } -.icon-ic_fluent_stack_add_20_regular:before { +.icon-ic_fluent_square_hint_hexagon_20_regular:before { content: "\ef2b"; } -.icon-ic_fluent_stack_arrow_forward_20_filled:before { +.icon-ic_fluent_square_hint_sparkles_20_filled:before { content: "\ef2c"; } -.icon-ic_fluent_stack_arrow_forward_20_regular:before { +.icon-ic_fluent_square_hint_sparkles_20_regular:before { content: "\ef2d"; } -.icon-ic_fluent_stack_star_20_filled:before { +.icon-ic_fluent_square_multiple_20_filled:before { content: "\ef2e"; } -.icon-ic_fluent_stack_star_20_regular:before { +.icon-ic_fluent_square_multiple_20_regular:before { content: "\ef2f"; } -.icon-ic_fluent_stack_vertical_20_filled:before { +.icon-ic_fluent_square_shadow_20_filled:before { content: "\ef30"; } -.icon-ic_fluent_stack_vertical_20_regular:before { +.icon-ic_fluent_square_shadow_20_regular:before { content: "\ef31"; } -.icon-ic_fluent_star_20_filled:before { +.icon-ic_fluent_squares_nested_20_filled:before { content: "\ef32"; } -.icon-ic_fluent_star_20_regular:before { +.icon-ic_fluent_squares_nested_20_regular:before { content: "\ef33"; } -.icon-ic_fluent_star_add_20_filled:before { +.icon-ic_fluent_stack_20_filled:before { content: "\ef34"; } -.icon-ic_fluent_star_add_20_regular:before { +.icon-ic_fluent_stack_20_regular:before { content: "\ef35"; } -.icon-ic_fluent_star_arrow_back_20_filled:before { +.icon-ic_fluent_stack_add_20_filled:before { content: "\ef36"; } -.icon-ic_fluent_star_arrow_back_20_regular:before { +.icon-ic_fluent_stack_add_20_regular:before { content: "\ef37"; } -.icon-ic_fluent_star_arrow_right_end_20_filled:before { +.icon-ic_fluent_stack_arrow_forward_20_filled:before { content: "\ef38"; } -.icon-ic_fluent_star_arrow_right_end_20_regular:before { +.icon-ic_fluent_stack_arrow_forward_20_regular:before { content: "\ef39"; } -.icon-ic_fluent_star_arrow_right_start_20_filled:before { +.icon-ic_fluent_stack_star_20_filled:before { content: "\ef3a"; } -.icon-ic_fluent_star_arrow_right_start_20_regular:before { +.icon-ic_fluent_stack_star_20_regular:before { content: "\ef3b"; } -.icon-ic_fluent_star_checkmark_20_filled:before { +.icon-ic_fluent_stack_vertical_20_filled:before { content: "\ef3c"; } -.icon-ic_fluent_star_checkmark_20_regular:before { +.icon-ic_fluent_stack_vertical_20_regular:before { content: "\ef3d"; } -.icon-ic_fluent_star_dismiss_20_filled:before { +.icon-ic_fluent_star_20_filled:before { content: "\ef3e"; } -.icon-ic_fluent_star_dismiss_20_regular:before { +.icon-ic_fluent_star_20_regular:before { content: "\ef3f"; } -.icon-ic_fluent_star_edit_20_filled:before { +.icon-ic_fluent_star_add_20_filled:before { content: "\ef40"; } -.icon-ic_fluent_star_edit_20_regular:before { +.icon-ic_fluent_star_add_20_regular:before { content: "\ef41"; } -.icon-ic_fluent_star_emphasis_20_filled:before { +.icon-ic_fluent_star_arrow_back_20_filled:before { content: "\ef42"; } -.icon-ic_fluent_star_emphasis_20_regular:before { +.icon-ic_fluent_star_arrow_back_20_regular:before { content: "\ef43"; } -.icon-ic_fluent_star_half_20_filled:before { +.icon-ic_fluent_star_arrow_right_end_20_filled:before { content: "\ef44"; } -.icon-ic_fluent_star_half_20_regular:before { +.icon-ic_fluent_star_arrow_right_end_20_regular:before { content: "\ef45"; } -.icon-ic_fluent_star_line_horizontal_3_20_filled:before { +.icon-ic_fluent_star_arrow_right_start_20_filled:before { content: "\ef46"; } -.icon-ic_fluent_star_line_horizontal_3_20_regular:before { +.icon-ic_fluent_star_arrow_right_start_20_regular:before { content: "\ef47"; } -.icon-ic_fluent_star_off_20_filled:before { +.icon-ic_fluent_star_checkmark_20_filled:before { content: "\ef48"; } -.icon-ic_fluent_star_off_20_regular:before { +.icon-ic_fluent_star_checkmark_20_regular:before { content: "\ef49"; } -.icon-ic_fluent_star_one_quarter_20_filled:before { +.icon-ic_fluent_star_dismiss_20_filled:before { content: "\ef4a"; } -.icon-ic_fluent_star_one_quarter_20_regular:before { +.icon-ic_fluent_star_dismiss_20_regular:before { content: "\ef4b"; } +.icon-ic_fluent_star_edit_20_filled:before { + content: "\ef4c"; +} +.icon-ic_fluent_star_edit_20_regular:before { + content: "\ef4d"; +} +.icon-ic_fluent_star_emphasis_20_filled:before { + content: "\ef4e"; +} +.icon-ic_fluent_star_emphasis_20_regular:before { + content: "\ef4f"; +} +.icon-ic_fluent_star_half_20_filled:before { + content: "\ef50"; +} +.icon-ic_fluent_star_half_20_regular:before { + content: "\ef51"; +} +.icon-ic_fluent_star_line_horizontal_3_20_filled:before { + content: "\ef52"; +} +.icon-ic_fluent_star_line_horizontal_3_20_regular:before { + content: "\ef53"; +} +.icon-ic_fluent_star_off_20_filled:before { + content: "\ef54"; +} +.icon-ic_fluent_star_off_20_regular:before { + content: "\ef55"; +} +.icon-ic_fluent_star_one_quarter_20_filled:before { + content: "\ef56"; +} +.icon-ic_fluent_star_one_quarter_20_regular:before { + content: "\ef57"; +} .icon-ic_fluent_star_prohibited_20_filled:before { - content: "\ef4c"; + content: "\ef58"; } .icon-ic_fluent_star_prohibited_20_regular:before { - content: "\ef4d"; + content: "\ef59"; } .icon-ic_fluent_star_settings_20_filled:before { - content: "\ef4e"; + content: "\ef5a"; } .icon-ic_fluent_star_settings_20_regular:before { - content: "\ef4f"; + content: "\ef5b"; } .icon-ic_fluent_star_three_quarter_20_filled:before { - content: "\ef50"; + content: "\ef5c"; } .icon-ic_fluent_star_three_quarter_20_regular:before { - content: "\ef51"; + content: "\ef5d"; } .icon-ic_fluent_status_20_filled:before { - content: "\ef52"; + content: "\ef5e"; } .icon-ic_fluent_status_20_regular:before { - content: "\ef53"; + content: "\ef5f"; } .icon-ic_fluent_step_20_filled:before { - content: "\ef54"; + content: "\ef60"; } .icon-ic_fluent_step_20_regular:before { - content: "\ef55"; + content: "\ef61"; } .icon-ic_fluent_steps_20_filled:before { - content: "\ef56"; + content: "\ef62"; } .icon-ic_fluent_steps_20_regular:before { - content: "\ef57"; + content: "\ef63"; } .icon-ic_fluent_stethoscope_20_filled:before { - content: "\ef58"; + content: "\ef64"; } .icon-ic_fluent_stethoscope_20_regular:before { - content: "\ef59"; + content: "\ef65"; } .icon-ic_fluent_sticker_20_filled:before { - content: "\ef5a"; + content: "\ef66"; } .icon-ic_fluent_sticker_20_regular:before { - content: "\ef5b"; + content: "\ef67"; } .icon-ic_fluent_sticker_add_20_filled:before { - content: "\ef5c"; + content: "\ef68"; } .icon-ic_fluent_sticker_add_20_regular:before { - content: "\ef5d"; + content: "\ef69"; } .icon-ic_fluent_stop_20_filled:before { - content: "\ef5e"; + content: "\ef6a"; } .icon-ic_fluent_stop_20_regular:before { - content: "\ef5f"; + content: "\ef6b"; } .icon-ic_fluent_storage_20_filled:before { - content: "\ef60"; + content: "\ef6c"; } .icon-ic_fluent_storage_20_regular:before { - content: "\ef61"; + content: "\ef6d"; } .icon-ic_fluent_store_microsoft_20_filled:before { - content: "\ef62"; + content: "\ef6e"; } .icon-ic_fluent_store_microsoft_20_regular:before { - content: "\ef63"; + content: "\ef6f"; } .icon-ic_fluent_stream_20_filled:before { - content: "\ef64"; + content: "\ef70"; } .icon-ic_fluent_stream_20_regular:before { - content: "\ef65"; + content: "\ef71"; } .icon-ic_fluent_stream_input_20_filled:before { - content: "\ef66"; + content: "\ef72"; } .icon-ic_fluent_stream_input_20_regular:before { - content: "\ef67"; + content: "\ef73"; } .icon-ic_fluent_stream_input_output_20_filled:before { - content: "\ef68"; + content: "\ef74"; } .icon-ic_fluent_stream_input_output_20_regular:before { - content: "\ef69"; + content: "\ef75"; } .icon-ic_fluent_stream_output_20_filled:before { - content: "\ef6a"; + content: "\ef76"; } .icon-ic_fluent_stream_output_20_regular:before { - content: "\ef6b"; + content: "\ef77"; } .icon-ic_fluent_street_sign_20_filled:before { - content: "\ef6c"; + content: "\ef78"; } .icon-ic_fluent_street_sign_20_regular:before { - content: "\ef6d"; + content: "\ef79"; } .icon-ic_fluent_style_guide_20_filled:before { - content: "\ef6e"; + content: "\ef7a"; } .icon-ic_fluent_style_guide_20_regular:before { - content: "\ef6f"; + content: "\ef7b"; } .icon-ic_fluent_sub_grid_20_filled:before { - content: "\ef70"; + content: "\ef7c"; } .icon-ic_fluent_sub_grid_20_regular:before { - content: "\ef71"; + content: "\ef7d"; } .icon-ic_fluent_subtitles_20_filled:before { - content: "\ef72"; + content: "\ef7e"; } .icon-ic_fluent_subtitles_20_regular:before { - content: "\ef73"; + content: "\ef7f"; } .icon-ic_fluent_subtract_20_filled:before { - content: "\ef74"; + content: "\ef80"; } .icon-ic_fluent_subtract_20_regular:before { - content: "\ef75"; + content: "\ef81"; } .icon-ic_fluent_subtract_circle_20_filled:before { - content: "\ef76"; + content: "\ef82"; } .icon-ic_fluent_subtract_circle_20_regular:before { - content: "\ef77"; + content: "\ef83"; } .icon-ic_fluent_subtract_circle_arrow_back_20_filled:before { - content: "\ef78"; + content: "\ef84"; } .icon-ic_fluent_subtract_circle_arrow_back_20_regular:before { - content: "\ef79"; + content: "\ef85"; } .icon-ic_fluent_subtract_circle_arrow_forward_20_filled:before { - content: "\ef7a"; + content: "\ef86"; } .icon-ic_fluent_subtract_circle_arrow_forward_20_regular:before { - content: "\ef7b"; + content: "\ef87"; } .icon-ic_fluent_subtract_parentheses_20_filled:before { - content: "\ef7c"; + content: "\ef88"; } .icon-ic_fluent_subtract_parentheses_20_regular:before { - content: "\ef7d"; + content: "\ef89"; } .icon-ic_fluent_subtract_square_20_filled:before { - content: "\ef7e"; + content: "\ef8a"; } .icon-ic_fluent_subtract_square_20_regular:before { - content: "\ef7f"; + content: "\ef8b"; } .icon-ic_fluent_subtract_square_multiple_20_filled:before { - content: "\ef80"; + content: "\ef8c"; } .icon-ic_fluent_subtract_square_multiple_20_regular:before { - content: "\ef81"; + content: "\ef8d"; } .icon-ic_fluent_surface_earbuds_20_filled:before { - content: "\ef82"; + content: "\ef8e"; } .icon-ic_fluent_surface_earbuds_20_regular:before { - content: "\ef83"; + content: "\ef8f"; } .icon-ic_fluent_surface_hub_20_filled:before { - content: "\ef84"; + content: "\ef90"; } .icon-ic_fluent_surface_hub_20_regular:before { - content: "\ef85"; + content: "\ef91"; } .icon-ic_fluent_swimming_pool_20_filled:before { - content: "\ef86"; + content: "\ef92"; } .icon-ic_fluent_swimming_pool_20_regular:before { - content: "\ef87"; + content: "\ef93"; } .icon-ic_fluent_swipe_down_20_filled:before { - content: "\ef88"; + content: "\ef94"; } .icon-ic_fluent_swipe_down_20_regular:before { - content: "\ef89"; + content: "\ef95"; } .icon-ic_fluent_swipe_right_20_filled:before { - content: "\ef8a"; + content: "\ef96"; } .icon-ic_fluent_swipe_right_20_regular:before { - content: "\ef8b"; + content: "\ef97"; } .icon-ic_fluent_swipe_up_20_filled:before { - content: "\ef8c"; + content: "\ef98"; } .icon-ic_fluent_swipe_up_20_regular:before { - content: "\ef8d"; + content: "\ef99"; } .icon-ic_fluent_symbols_20_filled:before { - content: "\ef8e"; + content: "\ef9a"; } .icon-ic_fluent_symbols_20_regular:before { - content: "\ef8f"; + content: "\ef9b"; } .icon-ic_fluent_sync_off_20_filled:before { - content: "\ef90"; + content: "\ef9c"; } .icon-ic_fluent_sync_off_20_regular:before { - content: "\ef91"; + content: "\ef9d"; } .icon-ic_fluent_syringe_20_filled:before { - content: "\ef92"; + content: "\ef9e"; } .icon-ic_fluent_syringe_20_regular:before { - content: "\ef93"; + content: "\ef9f"; } .icon-ic_fluent_system_20_filled:before { - content: "\ef94"; + content: "\efa0"; } .icon-ic_fluent_system_20_regular:before { - content: "\ef95"; + content: "\efa1"; } .icon-ic_fluent_tab_20_filled:before { - content: "\ef96"; + content: "\efa2"; } .icon-ic_fluent_tab_20_regular:before { - content: "\ef97"; + content: "\efa3"; } .icon-ic_fluent_tab_add_20_filled:before { - content: "\ef98"; + content: "\efa4"; } .icon-ic_fluent_tab_add_20_regular:before { - content: "\ef99"; + content: "\efa5"; } .icon-ic_fluent_tab_arrow_left_20_filled:before { - content: "\ef9a"; + content: "\efa6"; } .icon-ic_fluent_tab_arrow_left_20_regular:before { - content: "\ef9b"; + content: "\efa7"; } .icon-ic_fluent_tab_desktop_20_filled:before { - content: "\ef9c"; + content: "\efa8"; } .icon-ic_fluent_tab_desktop_20_regular:before { - content: "\ef9d"; + content: "\efa9"; } .icon-ic_fluent_tab_desktop_arrow_clockwise_20_filled:before { - content: "\ef9e"; + content: "\efaa"; } .icon-ic_fluent_tab_desktop_arrow_clockwise_20_regular:before { - content: "\ef9f"; + content: "\efab"; } .icon-ic_fluent_tab_desktop_arrow_left_20_filled:before { - content: "\efa0"; + content: "\efac"; } .icon-ic_fluent_tab_desktop_arrow_left_20_regular:before { - content: "\efa1"; + content: "\efad"; } .icon-ic_fluent_tab_desktop_bottom_20_filled:before { - content: "\efa2"; + content: "\efae"; } .icon-ic_fluent_tab_desktop_bottom_20_regular:before { - content: "\efa3"; + content: "\efaf"; } .icon-ic_fluent_tab_desktop_clock_20_filled:before { - content: "\efa4"; + content: "\efb0"; } .icon-ic_fluent_tab_desktop_clock_20_regular:before { - content: "\efa5"; + content: "\efb1"; } .icon-ic_fluent_tab_desktop_copy_20_filled:before { - content: "\efa6"; + content: "\efb2"; } .icon-ic_fluent_tab_desktop_copy_20_regular:before { - content: "\efa7"; + content: "\efb3"; } .icon-ic_fluent_tab_desktop_image_20_filled:before { - content: "\efa8"; + content: "\efb4"; } .icon-ic_fluent_tab_desktop_image_20_regular:before { - content: "\efa9"; + content: "\efb5"; } .icon-ic_fluent_tab_desktop_link_20_filled:before { - content: "\efaa"; + content: "\efb6"; } .icon-ic_fluent_tab_desktop_link_20_regular:before { - content: "\efab"; + content: "\efb7"; } .icon-ic_fluent_tab_desktop_multiple_20_filled:before { - content: "\efac"; + content: "\efb8"; } .icon-ic_fluent_tab_desktop_multiple_20_regular:before { - content: "\efad"; + content: "\efb9"; } .icon-ic_fluent_tab_desktop_multiple_add_20_filled:before { - content: "\efae"; + content: "\efba"; } .icon-ic_fluent_tab_desktop_multiple_add_20_regular:before { - content: "\efaf"; + content: "\efbb"; } .icon-ic_fluent_tab_desktop_multiple_bottom_20_filled:before { - content: "\efb0"; + content: "\efbc"; } .icon-ic_fluent_tab_desktop_multiple_bottom_20_regular:before { - content: "\efb1"; + content: "\efbd"; } .icon-ic_fluent_tab_desktop_multiple_sparkle_20_filled:before { - content: "\efb2"; + content: "\efbe"; } .icon-ic_fluent_tab_desktop_multiple_sparkle_20_regular:before { - content: "\efb3"; + content: "\efbf"; } .icon-ic_fluent_tab_desktop_new_page_20_filled:before { - content: "\efb4"; + content: "\efc0"; } .icon-ic_fluent_tab_desktop_new_page_20_regular:before { - content: "\efb5"; + content: "\efc1"; } .icon-ic_fluent_tab_in_private_20_filled:before { - content: "\efb6"; + content: "\efc2"; } .icon-ic_fluent_tab_in_private_20_regular:before { - content: "\efb7"; + content: "\efc3"; } .icon-ic_fluent_tab_inprivate_account_20_filled:before { - content: "\efb8"; + content: "\efc4"; } .icon-ic_fluent_tab_inprivate_account_20_regular:before { - content: "\efb9"; + content: "\efc5"; } .icon-ic_fluent_tab_prohibited_20_filled:before { - content: "\efba"; + content: "\efc6"; } .icon-ic_fluent_tab_prohibited_20_regular:before { - content: "\efbb"; + content: "\efc7"; } .icon-ic_fluent_tab_shield_dismiss_20_filled:before { - content: "\efbc"; + content: "\efc8"; } .icon-ic_fluent_tab_shield_dismiss_20_regular:before { - content: "\efbd"; + content: "\efc9"; } .icon-ic_fluent_table_20_filled:before { - content: "\efbe"; + content: "\efca"; } .icon-ic_fluent_table_20_regular:before { - content: "\efbf"; + content: "\efcb"; } .icon-ic_fluent_table_add_20_filled:before { - content: "\efc0"; + content: "\efcc"; } .icon-ic_fluent_table_add_20_regular:before { - content: "\efc1"; + content: "\efcd"; } .icon-ic_fluent_table_arrow_up_20_filled:before { - content: "\efc2"; + content: "\efce"; } .icon-ic_fluent_table_arrow_up_20_regular:before { - content: "\efc3"; + content: "\efcf"; } .icon-ic_fluent_table_bottom_row_20_filled:before { - content: "\efc4"; + content: "\efd0"; } .icon-ic_fluent_table_bottom_row_20_regular:before { - content: "\efc5"; + content: "\efd1"; } .icon-ic_fluent_table_calculator_20_filled:before { - content: "\efc6"; + content: "\efd2"; } .icon-ic_fluent_table_calculator_20_regular:before { - content: "\efc7"; + content: "\efd3"; } .icon-ic_fluent_table_cell_edit_20_filled:before { - content: "\efc8"; + content: "\efd4"; } .icon-ic_fluent_table_cell_edit_20_regular:before { - content: "\efc9"; + content: "\efd5"; } .icon-ic_fluent_table_cells_merge_20_filled:before { - content: "\efca"; + content: "\efd6"; } .icon-ic_fluent_table_cells_merge_20_regular:before { - content: "\efcb"; + content: "\efd7"; } .icon-ic_fluent_table_cells_split_20_filled:before { - content: "\efcc"; + content: "\efd8"; } .icon-ic_fluent_table_cells_split_20_regular:before { - content: "\efcd"; + content: "\efd9"; } .icon-ic_fluent_table_checker_20_filled:before { - content: "\efce"; + content: "\efda"; } .icon-ic_fluent_table_checker_20_regular:before { - content: "\efcf"; + content: "\efdb"; } .icon-ic_fluent_table_column_top_bottom_20_filled:before { - content: "\efd0"; + content: "\efdc"; } .icon-ic_fluent_table_column_top_bottom_20_regular:before { - content: "\efd1"; + content: "\efdd"; } .icon-ic_fluent_table_copy_20_filled:before { - content: "\efd2"; + content: "\efde"; } .icon-ic_fluent_table_copy_20_regular:before { - content: "\efd3"; + content: "\efdf"; } .icon-ic_fluent_table_delete_column_20_filled:before { - content: "\efd4"; + content: "\efe0"; } .icon-ic_fluent_table_delete_column_20_regular:before { - content: "\efd5"; + content: "\efe1"; } .icon-ic_fluent_table_delete_row_20_filled:before { - content: "\efd6"; + content: "\efe2"; } .icon-ic_fluent_table_delete_row_20_regular:before { - content: "\efd7"; + content: "\efe3"; } .icon-ic_fluent_table_dismiss_20_filled:before { - content: "\efd8"; + content: "\efe4"; } .icon-ic_fluent_table_dismiss_20_regular:before { - content: "\efd9"; + content: "\efe5"; } .icon-ic_fluent_table_edit_20_filled:before { - content: "\efda"; + content: "\efe6"; } .icon-ic_fluent_table_edit_20_regular:before { - content: "\efdb"; + content: "\efe7"; } .icon-ic_fluent_table_freeze_column_20_filled:before { - content: "\efdc"; + content: "\efe8"; } .icon-ic_fluent_table_freeze_column_20_regular:before { - content: "\efdd"; + content: "\efe9"; } .icon-ic_fluent_table_freeze_column_and_row_20_filled:before { - content: "\efde"; + content: "\efea"; } .icon-ic_fluent_table_freeze_column_and_row_20_regular:before { - content: "\efdf"; + content: "\efeb"; } .icon-ic_fluent_table_freeze_row_20_filled:before { - content: "\efe0"; + content: "\efec"; } .icon-ic_fluent_table_freeze_row_20_regular:before { - content: "\efe1"; + content: "\efed"; } .icon-ic_fluent_table_image_20_filled:before { - content: "\efe2"; + content: "\efee"; } .icon-ic_fluent_table_image_20_regular:before { - content: "\efe3"; + content: "\efef"; } .icon-ic_fluent_table_insert_column_20_filled:before { - content: "\efe4"; + content: "\eff0"; } .icon-ic_fluent_table_insert_column_20_regular:before { - content: "\efe5"; + content: "\eff1"; } .icon-ic_fluent_table_insert_row_20_filled:before { - content: "\efe6"; + content: "\eff2"; } .icon-ic_fluent_table_insert_row_20_regular:before { - content: "\efe7"; + content: "\eff3"; } .icon-ic_fluent_table_lightning_20_filled:before { - content: "\efe8"; + content: "\eff4"; } .icon-ic_fluent_table_lightning_20_regular:before { - content: "\efe9"; + content: "\eff5"; } .icon-ic_fluent_table_link_20_filled:before { - content: "\efea"; + content: "\eff6"; } .icon-ic_fluent_table_link_20_regular:before { - content: "\efeb"; + content: "\eff7"; } .icon-ic_fluent_table_lock_20_filled:before { - content: "\efec"; + content: "\eff8"; } .icon-ic_fluent_table_lock_20_regular:before { - content: "\efed"; + content: "\eff9"; } .icon-ic_fluent_table_move_above_20_filled:before { - content: "\efee"; + content: "\effa"; } .icon-ic_fluent_table_move_above_20_regular:before { - content: "\efef"; + content: "\effb"; } .icon-ic_fluent_table_move_below_20_filled:before { - content: "\eff0"; + content: "\effc"; } .icon-ic_fluent_table_move_below_20_regular:before { - content: "\eff1"; + content: "\effd"; } .icon-ic_fluent_table_move_left_20_filled:before { - content: "\eff2"; + content: "\effe"; } .icon-ic_fluent_table_move_left_20_regular:before { - content: "\eff3"; + content: "\efff"; } .icon-ic_fluent_table_move_right_20_filled:before { - content: "\eff4"; + content: "\f000"; } .icon-ic_fluent_table_move_right_20_regular:before { - content: "\eff5"; + content: "\f001"; } .icon-ic_fluent_table_multiple_20_filled:before { - content: "\eff6"; + content: "\f002"; } .icon-ic_fluent_table_multiple_20_regular:before { - content: "\eff7"; + content: "\f003"; } .icon-ic_fluent_table_offset_20_filled:before { - content: "\eff8"; + content: "\f004"; } .icon-ic_fluent_table_offset_20_regular:before { - content: "\eff9"; + content: "\f005"; } .icon-ic_fluent_table_offset_add_20_filled:before { - content: "\effa"; + content: "\f006"; } .icon-ic_fluent_table_offset_add_20_regular:before { - content: "\effb"; + content: "\f007"; } .icon-ic_fluent_table_offset_less_than_or_equal_to_20_filled:before { - content: "\effc"; + content: "\f008"; } .icon-ic_fluent_table_offset_less_than_or_equal_to_20_regular:before { - content: "\effd"; + content: "\f009"; } .icon-ic_fluent_table_offset_settings_20_filled:before { - content: "\effe"; + content: "\f00a"; } .icon-ic_fluent_table_offset_settings_20_regular:before { - content: "\efff"; + content: "\f00b"; } .icon-ic_fluent_table_resize_column_20_filled:before { - content: "\f000"; + content: "\f00c"; } .icon-ic_fluent_table_resize_column_20_regular:before { - content: "\f001"; + content: "\f00d"; } .icon-ic_fluent_table_resize_row_20_filled:before { - content: "\f002"; + content: "\f00e"; } .icon-ic_fluent_table_resize_row_20_regular:before { - content: "\f003"; + content: "\f00f"; } .icon-ic_fluent_table_search_20_filled:before { - content: "\f004"; + content: "\f010"; } .icon-ic_fluent_table_search_20_regular:before { - content: "\f005"; + content: "\f011"; } .icon-ic_fluent_table_settings_20_filled:before { - content: "\f006"; + content: "\f012"; } .icon-ic_fluent_table_settings_20_regular:before { - content: "\f007"; + content: "\f013"; } .icon-ic_fluent_table_simple_20_filled:before { - content: "\f008"; + content: "\f014"; } .icon-ic_fluent_table_simple_20_regular:before { - content: "\f009"; + content: "\f015"; } .icon-ic_fluent_table_simple_checkmark_20_filled:before { - content: "\f00a"; + content: "\f016"; } .icon-ic_fluent_table_simple_checkmark_20_regular:before { - content: "\f00b"; + content: "\f017"; } .icon-ic_fluent_table_simple_exclude_20_filled:before { - content: "\f00c"; + content: "\f018"; } .icon-ic_fluent_table_simple_exclude_20_regular:before { - content: "\f00d"; + content: "\f019"; } .icon-ic_fluent_table_simple_include_20_filled:before { - content: "\f00e"; + content: "\f01a"; } .icon-ic_fluent_table_simple_include_20_regular:before { - content: "\f00f"; + content: "\f01b"; } .icon-ic_fluent_table_simple_multiple_20_filled:before { - content: "\f010"; + content: "\f01c"; } .icon-ic_fluent_table_simple_multiple_20_regular:before { - content: "\f011"; + content: "\f01d"; } .icon-ic_fluent_table_split_20_filled:before { - content: "\f012"; + content: "\f01e"; } .icon-ic_fluent_table_split_20_regular:before { - content: "\f013"; + content: "\f01f"; } .icon-ic_fluent_table_stack_above_20_filled:before { - content: "\f014"; + content: "\f020"; } .icon-ic_fluent_table_stack_above_20_regular:before { - content: "\f015"; + content: "\f021"; } .icon-ic_fluent_table_stack_below_20_filled:before { - content: "\f016"; + content: "\f022"; } .icon-ic_fluent_table_stack_below_20_regular:before { - content: "\f017"; + content: "\f023"; } .icon-ic_fluent_table_stack_left_20_filled:before { - content: "\f018"; + content: "\f024"; } .icon-ic_fluent_table_stack_left_20_regular:before { - content: "\f019"; + content: "\f025"; } .icon-ic_fluent_table_stack_right_20_filled:before { - content: "\f01a"; + content: "\f026"; } .icon-ic_fluent_table_stack_right_20_regular:before { - content: "\f01b"; + content: "\f027"; } .icon-ic_fluent_table_switch_20_filled:before { - content: "\f01c"; + content: "\f028"; } .icon-ic_fluent_table_switch_20_regular:before { - content: "\f01d"; + content: "\f029"; } .icon-ic_fluent_tablet_20_filled:before { - content: "\f01e"; + content: "\f02a"; } .icon-ic_fluent_tablet_20_regular:before { - content: "\f01f"; + content: "\f02b"; } .icon-ic_fluent_tablet_laptop_20_filled:before { - content: "\f020"; + content: "\f02c"; } .icon-ic_fluent_tablet_laptop_20_regular:before { - content: "\f021"; + content: "\f02d"; } .icon-ic_fluent_tablet_speaker_20_filled:before { - content: "\f022"; + content: "\f02e"; } .icon-ic_fluent_tablet_speaker_20_regular:before { - content: "\f023"; + content: "\f02f"; } .icon-ic_fluent_tabs_20_filled:before { - content: "\f024"; + content: "\f030"; } .icon-ic_fluent_tabs_20_regular:before { - content: "\f025"; + content: "\f031"; } .icon-ic_fluent_tag_20_filled:before { - content: "\f026"; + content: "\f032"; } .icon-ic_fluent_tag_20_regular:before { - content: "\f027"; + content: "\f033"; } .icon-ic_fluent_tag_circle_20_filled:before { - content: "\f028"; + content: "\f034"; } .icon-ic_fluent_tag_circle_20_regular:before { - content: "\f029"; + content: "\f035"; } .icon-ic_fluent_tag_dismiss_20_filled:before { - content: "\f02a"; + content: "\f036"; } .icon-ic_fluent_tag_dismiss_20_regular:before { - content: "\f02b"; + content: "\f037"; } .icon-ic_fluent_tag_error_20_filled:before { - content: "\f02c"; + content: "\f038"; } .icon-ic_fluent_tag_error_20_regular:before { - content: "\f02d"; + content: "\f039"; } .icon-ic_fluent_tag_lock_20_filled:before { - content: "\f02e"; + content: "\f03a"; } .icon-ic_fluent_tag_lock_20_regular:before { - content: "\f02f"; + content: "\f03b"; } .icon-ic_fluent_tag_lock_accent_20_filled:before { - content: "\f030"; + content: "\f03c"; } .icon-ic_fluent_tag_multiple_20_filled:before { - content: "\f031"; + content: "\f03d"; } .icon-ic_fluent_tag_multiple_20_regular:before { - content: "\f032"; + content: "\f03e"; } .icon-ic_fluent_tag_off_20_filled:before { - content: "\f033"; + content: "\f03f"; } .icon-ic_fluent_tag_off_20_regular:before { - content: "\f034"; + content: "\f040"; } .icon-ic_fluent_tag_question_mark_20_filled:before { - content: "\f035"; + content: "\f041"; } .icon-ic_fluent_tag_question_mark_20_regular:before { - content: "\f036"; + content: "\f042"; } .icon-ic_fluent_tag_reset_20_filled:before { - content: "\f037"; + content: "\f043"; } .icon-ic_fluent_tag_reset_20_regular:before { - content: "\f038"; + content: "\f044"; } .icon-ic_fluent_tag_search_20_filled:before { - content: "\f039"; + content: "\f045"; } .icon-ic_fluent_tag_search_20_regular:before { - content: "\f03a"; + content: "\f046"; } .icon-ic_fluent_tap_double_20_filled:before { - content: "\f03b"; + content: "\f047"; } .icon-ic_fluent_tap_double_20_regular:before { - content: "\f03c"; + content: "\f048"; } .icon-ic_fluent_tap_single_20_filled:before { - content: "\f03d"; + content: "\f049"; } .icon-ic_fluent_tap_single_20_regular:before { - content: "\f03e"; + content: "\f04a"; } .icon-ic_fluent_target_20_filled:before { - content: "\f03f"; + content: "\f04b"; } .icon-ic_fluent_target_20_regular:before { - content: "\f040"; + content: "\f04c"; } .icon-ic_fluent_target_add_20_filled:before { - content: "\f041"; + content: "\f04d"; } .icon-ic_fluent_target_add_20_regular:before { - content: "\f042"; + content: "\f04e"; } .icon-ic_fluent_target_arrow_20_filled:before { - content: "\f043"; + content: "\f04f"; } .icon-ic_fluent_target_arrow_20_regular:before { - content: "\f044"; + content: "\f050"; } .icon-ic_fluent_target_dismiss_20_filled:before { - content: "\f045"; + content: "\f051"; } .icon-ic_fluent_target_dismiss_20_regular:before { - content: "\f046"; + content: "\f052"; } .icon-ic_fluent_target_edit_20_filled:before { - content: "\f047"; + content: "\f053"; } .icon-ic_fluent_target_edit_20_regular:before { - content: "\f048"; + content: "\f054"; } .icon-ic_fluent_task_list_add_20_filled:before { - content: "\f049"; + content: "\f055"; } .icon-ic_fluent_task_list_add_20_regular:before { - content: "\f04a"; + content: "\f056"; } .icon-ic_fluent_task_list_ltr_20_filled:before { - content: "\f04b"; + content: "\f057"; } .icon-ic_fluent_task_list_ltr_20_regular:before { - content: "\f04c"; + content: "\f058"; } .icon-ic_fluent_task_list_rtl_20_filled:before { - content: "\f04d"; + content: "\f059"; } .icon-ic_fluent_task_list_rtl_20_regular:before { - content: "\f04e"; + content: "\f05a"; } .icon-ic_fluent_task_list_square_add_20_filled:before { - content: "\f04f"; + content: "\f05b"; } .icon-ic_fluent_task_list_square_add_20_regular:before { - content: "\f050"; + content: "\f05c"; } .icon-ic_fluent_task_list_square_database_20_filled:before { - content: "\f051"; + content: "\f05d"; } .icon-ic_fluent_task_list_square_database_20_regular:before { - content: "\f052"; + content: "\f05e"; } .icon-ic_fluent_task_list_square_ltr_20_filled:before { - content: "\f053"; + content: "\f05f"; } .icon-ic_fluent_task_list_square_ltr_20_regular:before { - content: "\f054"; + content: "\f060"; } .icon-ic_fluent_task_list_square_person_20_filled:before { - content: "\f055"; + content: "\f061"; } .icon-ic_fluent_task_list_square_person_20_regular:before { - content: "\f056"; + content: "\f062"; } .icon-ic_fluent_task_list_square_rtl_20_filled:before { - content: "\f057"; + content: "\f063"; } .icon-ic_fluent_task_list_square_rtl_20_regular:before { - content: "\f058"; + content: "\f064"; } .icon-ic_fluent_task_list_square_settings_20_filled:before { - content: "\f059"; + content: "\f065"; } .icon-ic_fluent_task_list_square_settings_20_regular:before { - content: "\f05a"; + content: "\f066"; } .icon-ic_fluent_tasks_app_20_filled:before { - content: "\f05b"; + content: "\f067"; } .icon-ic_fluent_tasks_app_20_regular:before { - content: "\f05c"; + content: "\f068"; } .icon-ic_fluent_teardrop_bottom_right_20_filled:before { - content: "\f05d"; + content: "\f069"; } .icon-ic_fluent_teardrop_bottom_right_20_regular:before { - content: "\f05e"; + content: "\f06a"; } .icon-ic_fluent_teddy_20_filled:before { - content: "\f05f"; + content: "\f06b"; } .icon-ic_fluent_teddy_20_regular:before { - content: "\f060"; + content: "\f06c"; } .icon-ic_fluent_temperature_20_filled:before { - content: "\f061"; + content: "\f06d"; } .icon-ic_fluent_temperature_20_regular:before { - content: "\f062"; + content: "\f06e"; } .icon-ic_fluent_tent_20_filled:before { - content: "\f063"; + content: "\f06f"; } .icon-ic_fluent_tent_20_regular:before { - content: "\f064"; + content: "\f070"; } .icon-ic_fluent_tetris_app_20_filled:before { - content: "\f065"; + content: "\f071"; } .icon-ic_fluent_tetris_app_20_regular:before { - content: "\f066"; + content: "\f072"; } .icon-ic_fluent_text_add_20_filled:before { - content: "\f067"; + content: "\f073"; } .icon-ic_fluent_text_add_20_regular:before { - content: "\f068"; + content: "\f074"; } .icon-ic_fluent_text_add_space_after_20_filled:before { - content: "\f069"; + content: "\f075"; } .icon-ic_fluent_text_add_space_after_20_regular:before { - content: "\f06a"; + content: "\f076"; } .icon-ic_fluent_text_add_space_before_20_filled:before { - content: "\f06b"; + content: "\f077"; } .icon-ic_fluent_text_add_space_before_20_regular:before { - content: "\f06c"; + content: "\f078"; } .icon-ic_fluent_text_add_t_20_filled:before { - content: "\f06d"; + content: "\f079"; } .icon-ic_fluent_text_add_t_20_regular:before { - content: "\f06e"; + content: "\f07a"; } .icon-ic_fluent_text_align_center_20_filled:before { - content: "\f06f"; + content: "\f07b"; } .icon-ic_fluent_text_align_center_20_regular:before { - content: "\f070"; + content: "\f07c"; } .icon-ic_fluent_text_align_center_rotate_270_20_filled:before { - content: "\f071"; + content: "\f07d"; } .icon-ic_fluent_text_align_center_rotate_270_20_regular:before { - content: "\f072"; + content: "\f07e"; } .icon-ic_fluent_text_align_center_rotate_90_20_filled:before { - content: "\f073"; + content: "\f07f"; } .icon-ic_fluent_text_align_center_rotate_90_20_regular:before { - content: "\f074"; + content: "\f080"; } .icon-ic_fluent_text_align_distributed_20_filled:before { - content: "\f075"; + content: "\f081"; } .icon-ic_fluent_text_align_distributed_20_regular:before { - content: "\f076"; + content: "\f082"; } .icon-ic_fluent_text_align_distributed_evenly_20_filled:before { - content: "\f077"; + content: "\f083"; } .icon-ic_fluent_text_align_distributed_evenly_20_regular:before { - content: "\f078"; + content: "\f084"; } .icon-ic_fluent_text_align_distributed_vertical_20_filled:before { - content: "\f079"; + content: "\f085"; } .icon-ic_fluent_text_align_distributed_vertical_20_regular:before { - content: "\f07a"; + content: "\f086"; } .icon-ic_fluent_text_align_justify_20_filled:before { - content: "\f07b"; + content: "\f087"; } .icon-ic_fluent_text_align_justify_20_regular:before { - content: "\f07c"; + content: "\f088"; } .icon-ic_fluent_text_align_justify_low_20_filled:before { - content: "\f07d"; + content: "\f089"; } .icon-ic_fluent_text_align_justify_low_20_regular:before { - content: "\f07e"; + content: "\f08a"; } .icon-ic_fluent_text_align_justify_low_90_20_filled:before { - content: "\f07f"; + content: "\f08b"; } .icon-ic_fluent_text_align_justify_low_90_20_regular:before { - content: "\f080"; + content: "\f08c"; } .icon-ic_fluent_text_align_justify_low_rotate_270_20_filled:before { - content: "\f081"; + content: "\f08d"; } .icon-ic_fluent_text_align_justify_low_rotate_270_20_regular:before { - content: "\f082"; + content: "\f08e"; } .icon-ic_fluent_text_align_justify_low_rotate_90_20_filled:before { - content: "\f083"; + content: "\f08f"; } .icon-ic_fluent_text_align_justify_low_rotate_90_20_regular:before { - content: "\f084"; + content: "\f090"; } .icon-ic_fluent_text_align_justify_rotate_270_20_filled:before { - content: "\f085"; + content: "\f091"; } .icon-ic_fluent_text_align_justify_rotate_270_20_regular:before { - content: "\f086"; + content: "\f092"; } .icon-ic_fluent_text_align_justify_rotate_90_20_filled:before { - content: "\f087"; + content: "\f093"; } .icon-ic_fluent_text_align_justify_rotate_90_20_regular:before { - content: "\f088"; + content: "\f094"; } .icon-ic_fluent_text_align_left_20_filled:before { - content: "\f089"; + content: "\f095"; } .icon-ic_fluent_text_align_left_20_regular:before { - content: "\f08a"; + content: "\f096"; } .icon-ic_fluent_text_align_left_rotate_270_20_filled:before { - content: "\f08b"; + content: "\f097"; } .icon-ic_fluent_text_align_left_rotate_270_20_regular:before { - content: "\f08c"; + content: "\f098"; } .icon-ic_fluent_text_align_left_rotate_90_20_filled:before { - content: "\f08d"; + content: "\f099"; } .icon-ic_fluent_text_align_left_rotate_90_20_regular:before { - content: "\f08e"; + content: "\f09a"; } .icon-ic_fluent_text_align_right_20_filled:before { - content: "\f08f"; + content: "\f09b"; } .icon-ic_fluent_text_align_right_20_regular:before { - content: "\f090"; + content: "\f09c"; } .icon-ic_fluent_text_align_right_rotate_270_20_filled:before { - content: "\f091"; + content: "\f09d"; } .icon-ic_fluent_text_align_right_rotate_270_20_regular:before { - content: "\f092"; + content: "\f09e"; } .icon-ic_fluent_text_align_right_rotate_90_20_filled:before { - content: "\f093"; + content: "\f09f"; } .icon-ic_fluent_text_align_right_rotate_90_20_regular:before { - content: "\f094"; + content: "\f0a0"; } .icon-ic_fluent_text_arrow_down_right_column_20_filled:before { - content: "\f095"; + content: "\f0a1"; } .icon-ic_fluent_text_arrow_down_right_column_20_regular:before { - content: "\f096"; + content: "\f0a2"; } .icon-ic_fluent_text_asterisk_20_filled:before { - content: "\f097"; + content: "\f0a3"; } .icon-ic_fluent_text_asterisk_20_regular:before { - content: "\f098"; + content: "\f0a4"; } .icon-ic_fluent_text_baseline_20_filled:before { - content: "\f099"; + content: "\f0a5"; } .icon-ic_fluent_text_baseline_20_regular:before { - content: "\f09a"; + content: "\f0a6"; } .icon-ic_fluent_text_bold_20_filled:before { - content: "\f09b"; + content: "\f0a7"; } .icon-ic_fluent_text_bold_20_regular:before { - content: "\f09c"; + content: "\f0a8"; } .icon-ic_fluent_text_box_settings_20_filled:before { - content: "\f09d"; + content: "\f0a9"; } .icon-ic_fluent_text_box_settings_20_regular:before { - content: "\f09e"; + content: "\f0aa"; } .icon-ic_fluent_text_bullet_list_20_filled:before { - content: "\f09f"; + content: "\f0ab"; } .icon-ic_fluent_text_bullet_list_20_regular:before { - content: "\f0a0"; + content: "\f0ac"; } .icon-ic_fluent_text_bullet_list_90_20_filled:before { - content: "\f0a1"; + content: "\f0ad"; } .icon-ic_fluent_text_bullet_list_90_20_regular:before { - content: "\f0a2"; + content: "\f0ae"; } .icon-ic_fluent_text_bullet_list_add_20_filled:before { - content: "\f0a3"; + content: "\f0af"; } .icon-ic_fluent_text_bullet_list_add_20_regular:before { - content: "\f0a4"; + content: "\f0b0"; } .icon-ic_fluent_text_bullet_list_checkmark_20_filled:before { - content: "\f0a5"; + content: "\f0b1"; } .icon-ic_fluent_text_bullet_list_checkmark_20_regular:before { - content: "\f0a6"; + content: "\f0b2"; } .icon-ic_fluent_text_bullet_list_dismiss_20_filled:before { - content: "\f0a7"; + content: "\f0b3"; } .icon-ic_fluent_text_bullet_list_dismiss_20_regular:before { - content: "\f0a8"; + content: "\f0b4"; } .icon-ic_fluent_text_bullet_list_ltr_20_filled:before { - content: "\f0a9"; + content: "\f0b5"; } .icon-ic_fluent_text_bullet_list_ltr_20_regular:before { - content: "\f0aa"; + content: "\f0b6"; } .icon-ic_fluent_text_bullet_list_ltr_90_20_filled:before { - content: "\f0ab"; + content: "\f0b7"; } .icon-ic_fluent_text_bullet_list_ltr_90_20_regular:before { - content: "\f0ac"; + content: "\f0b8"; } .icon-ic_fluent_text_bullet_list_rtl_20_filled:before { - content: "\f0ad"; + content: "\f0b9"; } .icon-ic_fluent_text_bullet_list_rtl_20_regular:before { - content: "\f0ae"; + content: "\f0ba"; } .icon-ic_fluent_text_bullet_list_rtl_90_20_filled:before { - content: "\f0af"; + content: "\f0bb"; } .icon-ic_fluent_text_bullet_list_rtl_90_20_regular:before { - content: "\f0b0"; + content: "\f0bc"; } .icon-ic_fluent_text_bullet_list_square_20_filled:before { - content: "\f0b1"; + content: "\f0bd"; } .icon-ic_fluent_text_bullet_list_square_20_regular:before { - content: "\f0b2"; + content: "\f0be"; } .icon-ic_fluent_text_bullet_list_square_clock_20_filled:before { - content: "\f0b3"; + content: "\f0bf"; } .icon-ic_fluent_text_bullet_list_square_clock_20_regular:before { - content: "\f0b4"; + content: "\f0c0"; } .icon-ic_fluent_text_bullet_list_square_edit_20_filled:before { - content: "\f0b5"; + content: "\f0c1"; } .icon-ic_fluent_text_bullet_list_square_edit_20_regular:before { - content: "\f0b6"; + content: "\f0c2"; } .icon-ic_fluent_text_bullet_list_square_person_20_filled:before { - content: "\f0b7"; + content: "\f0c3"; } .icon-ic_fluent_text_bullet_list_square_person_20_regular:before { - content: "\f0b8"; + content: "\f0c4"; } .icon-ic_fluent_text_bullet_list_square_search_20_filled:before { - content: "\f0b9"; + content: "\f0c5"; } .icon-ic_fluent_text_bullet_list_square_search_20_regular:before { - content: "\f0ba"; + content: "\f0c6"; } .icon-ic_fluent_text_bullet_list_square_settings_20_filled:before { - content: "\f0bb"; + content: "\f0c7"; } .icon-ic_fluent_text_bullet_list_square_settings_20_regular:before { - content: "\f0bc"; + content: "\f0c8"; } .icon-ic_fluent_text_bullet_list_square_shield_20_filled:before { - content: "\f0bd"; + content: "\f0c9"; } .icon-ic_fluent_text_bullet_list_square_shield_20_regular:before { - content: "\f0be"; + content: "\f0ca"; } .icon-ic_fluent_text_bullet_list_square_sparkle_20_filled:before { - content: "\f0bf"; + content: "\f0cb"; } .icon-ic_fluent_text_bullet_list_square_sparkle_20_regular:before { - content: "\f0c0"; + content: "\f0cc"; } .icon-ic_fluent_text_bullet_list_square_toolbox_20_filled:before { - content: "\f0c1"; + content: "\f0cd"; } .icon-ic_fluent_text_bullet_list_square_toolbox_20_regular:before { - content: "\f0c2"; + content: "\f0ce"; } .icon-ic_fluent_text_bullet_list_square_warning_20_filled:before { - content: "\f0c3"; + content: "\f0cf"; } .icon-ic_fluent_text_bullet_list_square_warning_20_regular:before { - content: "\f0c4"; + content: "\f0d0"; } .icon-ic_fluent_text_bullet_list_tree_20_filled:before { - content: "\f0c5"; + content: "\f0d1"; } .icon-ic_fluent_text_bullet_list_tree_20_regular:before { - content: "\f0c6"; + content: "\f0d2"; } .icon-ic_fluent_text_case_lowercase_20_filled:before { - content: "\f0c7"; + content: "\f0d3"; } .icon-ic_fluent_text_case_lowercase_20_regular:before { - content: "\f0c8"; + content: "\f0d4"; } .icon-ic_fluent_text_case_title_20_filled:before { - content: "\f0c9"; + content: "\f0d5"; } .icon-ic_fluent_text_case_title_20_regular:before { - content: "\f0ca"; + content: "\f0d6"; } .icon-ic_fluent_text_case_uppercase_20_filled:before { - content: "\f0cb"; + content: "\f0d7"; } .icon-ic_fluent_text_case_uppercase_20_regular:before { - content: "\f0cc"; + content: "\f0d8"; } .icon-ic_fluent_text_change_case_20_filled:before { - content: "\f0cd"; + content: "\f0d9"; } .icon-ic_fluent_text_change_case_20_regular:before { - content: "\f0ce"; + content: "\f0da"; } .icon-ic_fluent_text_clear_formatting_20_filled:before { - content: "\f0cf"; + content: "\f0db"; } .icon-ic_fluent_text_clear_formatting_20_regular:before { - content: "\f0d0"; + content: "\f0dc"; } .icon-ic_fluent_text_collapse_20_filled:before { - content: "\f0d1"; + content: "\f0dd"; } .icon-ic_fluent_text_collapse_20_regular:before { - content: "\f0d2"; + content: "\f0de"; } .icon-ic_fluent_text_color_20_filled:before { - content: "\f0d3"; + content: "\f0df"; } .icon-ic_fluent_text_color_20_regular:before { - content: "\f0d4"; + content: "\f0e0"; } .icon-ic_fluent_text_color_accent_20_filled:before { - content: "\f0d5"; + content: "\f0e1"; } .icon-ic_fluent_text_column_one_20_filled:before { - content: "\f0d6"; + content: "\f0e2"; } .icon-ic_fluent_text_column_one_20_regular:before { - content: "\f0d7"; + content: "\f0e3"; } .icon-ic_fluent_text_column_one_narrow_20_filled:before { - content: "\f0d8"; + content: "\f0e4"; } .icon-ic_fluent_text_column_one_narrow_20_regular:before { - content: "\f0d9"; + content: "\f0e5"; } .icon-ic_fluent_text_column_one_semi_narrow_20_filled:before { - content: "\f0da"; + content: "\f0e6"; } .icon-ic_fluent_text_column_one_semi_narrow_20_regular:before { - content: "\f0db"; + content: "\f0e7"; } .icon-ic_fluent_text_column_one_wide_20_filled:before { - content: "\f0dc"; + content: "\f0e8"; } .icon-ic_fluent_text_column_one_wide_20_regular:before { - content: "\f0dd"; + content: "\f0e9"; } .icon-ic_fluent_text_column_one_wide_lightning_20_filled:before { - content: "\f0de"; + content: "\f0ea"; } .icon-ic_fluent_text_column_one_wide_lightning_20_regular:before { - content: "\f0df"; + content: "\f0eb"; } .icon-ic_fluent_text_column_three_20_filled:before { - content: "\f0e0"; + content: "\f0ec"; } .icon-ic_fluent_text_column_three_20_regular:before { - content: "\f0e1"; + content: "\f0ed"; } .icon-ic_fluent_text_column_two_20_filled:before { - content: "\f0e2"; + content: "\f0ee"; } .icon-ic_fluent_text_column_two_20_regular:before { - content: "\f0e3"; + content: "\f0ef"; } .icon-ic_fluent_text_column_two_left_20_filled:before { - content: "\f0e4"; + content: "\f0f0"; } .icon-ic_fluent_text_column_two_left_20_regular:before { - content: "\f0e5"; + content: "\f0f1"; } .icon-ic_fluent_text_column_two_right_20_filled:before { - content: "\f0e6"; + content: "\f0f2"; } .icon-ic_fluent_text_column_two_right_20_regular:before { - content: "\f0e7"; + content: "\f0f3"; } .icon-ic_fluent_text_column_wide_20_filled:before { - content: "\f0e8"; + content: "\f0f4"; } .icon-ic_fluent_text_column_wide_20_regular:before { - content: "\f0e9"; + content: "\f0f5"; } .icon-ic_fluent_text_continuous_20_filled:before { - content: "\f0ea"; + content: "\f0f6"; } .icon-ic_fluent_text_continuous_20_regular:before { - content: "\f0eb"; + content: "\f0f7"; } .icon-ic_fluent_text_density_20_filled:before { - content: "\f0ec"; + content: "\f0f8"; } .icon-ic_fluent_text_density_20_regular:before { - content: "\f0ed"; + content: "\f0f9"; } .icon-ic_fluent_text_description_20_filled:before { - content: "\f0ee"; + content: "\f0fa"; } .icon-ic_fluent_text_description_20_regular:before { - content: "\f0ef"; + content: "\f0fb"; } .icon-ic_fluent_text_description_ltr_20_filled:before { - content: "\f0f0"; + content: "\f0fc"; } .icon-ic_fluent_text_description_ltr_20_regular:before { - content: "\f0f1"; + content: "\f0fd"; } .icon-ic_fluent_text_description_rtl_20_filled:before { - content: "\f0f2"; + content: "\f0fe"; } .icon-ic_fluent_text_description_rtl_20_regular:before { - content: "\f0f3"; + content: "\f0ff"; } .icon-ic_fluent_text_direction_horizontal_left_20_filled:before { - content: "\f0f4"; + content: "\f100"; } .icon-ic_fluent_text_direction_horizontal_left_20_regular:before { - content: "\f0f5"; + content: "\f101"; } .icon-ic_fluent_text_direction_horizontal_ltr_20_filled:before { - content: "\f0f6"; + content: "\f102"; } .icon-ic_fluent_text_direction_horizontal_ltr_20_regular:before { - content: "\f0f7"; + content: "\f103"; } .icon-ic_fluent_text_direction_horizontal_right_20_filled:before { - content: "\f0f8"; + content: "\f104"; } .icon-ic_fluent_text_direction_horizontal_right_20_regular:before { - content: "\f0f9"; + content: "\f105"; } .icon-ic_fluent_text_direction_horizontal_rtl_20_filled:before { - content: "\f0fa"; + content: "\f106"; } .icon-ic_fluent_text_direction_horizontal_rtl_20_regular:before { - content: "\f0fb"; + content: "\f107"; } .icon-ic_fluent_text_direction_rotate_270_right_20_filled:before { - content: "\f0fc"; + content: "\f108"; } .icon-ic_fluent_text_direction_rotate_270_right_20_regular:before { - content: "\f0fd"; + content: "\f109"; } .icon-ic_fluent_text_direction_rotate_315_right_20_filled:before { - content: "\f0fe"; + content: "\f10a"; } .icon-ic_fluent_text_direction_rotate_315_right_20_regular:before { - content: "\f0ff"; + content: "\f10b"; } .icon-ic_fluent_text_direction_rotate_45_right_20_filled:before { - content: "\f100"; + content: "\f10c"; } .icon-ic_fluent_text_direction_rotate_45_right_20_regular:before { - content: "\f101"; + content: "\f10d"; } .icon-ic_fluent_text_direction_rotate_90_left_20_filled:before { - content: "\f102"; + content: "\f10e"; } .icon-ic_fluent_text_direction_rotate_90_left_20_regular:before { - content: "\f103"; + content: "\f10f"; } .icon-ic_fluent_text_direction_rotate_90_ltr_20_filled:before { - content: "\f104"; + content: "\f110"; } .icon-ic_fluent_text_direction_rotate_90_ltr_20_regular:before { - content: "\f105"; + content: "\f111"; } .icon-ic_fluent_text_direction_rotate_90_right_20_filled:before { - content: "\f106"; + content: "\f112"; } .icon-ic_fluent_text_direction_rotate_90_right_20_regular:before { - content: "\f107"; + content: "\f113"; } .icon-ic_fluent_text_direction_rotate_90_rtl_20_filled:before { - content: "\f108"; + content: "\f114"; } .icon-ic_fluent_text_direction_rotate_90_rtl_20_regular:before { - content: "\f109"; + content: "\f115"; } .icon-ic_fluent_text_direction_vertical_20_filled:before { - content: "\f10a"; + content: "\f116"; } .icon-ic_fluent_text_direction_vertical_20_regular:before { - content: "\f10b"; + content: "\f117"; } .icon-ic_fluent_text_edit_style_20_filled:before { - content: "\f10c"; + content: "\f118"; } .icon-ic_fluent_text_edit_style_20_regular:before { - content: "\f10d"; + content: "\f119"; } .icon-ic_fluent_text_effects_20_filled:before { - content: "\f10e"; + content: "\f11a"; } .icon-ic_fluent_text_effects_20_regular:before { - content: "\f10f"; + content: "\f11b"; } .icon-ic_fluent_text_effects_sparkle_20_filled:before { - content: "\f110"; + content: "\f11c"; } .icon-ic_fluent_text_effects_sparkle_20_regular:before { - content: "\f111"; + content: "\f11d"; } .icon-ic_fluent_text_expand_20_filled:before { - content: "\f112"; + content: "\f11e"; } .icon-ic_fluent_text_expand_20_regular:before { - content: "\f113"; + content: "\f11f"; } .icon-ic_fluent_text_field_20_filled:before { - content: "\f114"; + content: "\f120"; } .icon-ic_fluent_text_field_20_regular:before { - content: "\f115"; + content: "\f121"; } .icon-ic_fluent_text_first_line_20_filled:before { - content: "\f116"; + content: "\f122"; } .icon-ic_fluent_text_first_line_20_regular:before { - content: "\f117"; + content: "\f123"; } .icon-ic_fluent_text_font_20_filled:before { - content: "\f118"; + content: "\f124"; } .icon-ic_fluent_text_font_20_regular:before { - content: "\f119"; + content: "\f125"; } .icon-ic_fluent_text_font_info_20_filled:before { - content: "\f11a"; + content: "\f126"; } .icon-ic_fluent_text_font_info_20_regular:before { - content: "\f11b"; + content: "\f127"; } .icon-ic_fluent_text_font_size_20_filled:before { - content: "\f11c"; + content: "\f128"; } .icon-ic_fluent_text_font_size_20_regular:before { - content: "\f11d"; + content: "\f129"; } .icon-ic_fluent_text_footnote_20_filled:before { - content: "\f11e"; + content: "\f12a"; } .icon-ic_fluent_text_footnote_20_regular:before { - content: "\f11f"; + content: "\f12b"; } .icon-ic_fluent_text_grammar_arrow_left_20_filled:before { - content: "\f120"; + content: "\f12c"; } .icon-ic_fluent_text_grammar_arrow_left_20_regular:before { - content: "\f121"; + content: "\f12d"; } .icon-ic_fluent_text_grammar_arrow_right_20_filled:before { - content: "\f122"; + content: "\f12e"; } .icon-ic_fluent_text_grammar_arrow_right_20_regular:before { - content: "\f123"; + content: "\f12f"; } .icon-ic_fluent_text_grammar_checkmark_20_filled:before { - content: "\f124"; + content: "\f130"; } .icon-ic_fluent_text_grammar_checkmark_20_regular:before { - content: "\f125"; + content: "\f131"; } .icon-ic_fluent_text_grammar_dismiss_20_filled:before { - content: "\f126"; + content: "\f132"; } .icon-ic_fluent_text_grammar_dismiss_20_regular:before { - content: "\f127"; + content: "\f133"; } .icon-ic_fluent_text_grammar_error_20_filled:before { - content: "\f128"; + content: "\f134"; } .icon-ic_fluent_text_grammar_error_20_regular:before { - content: "\f129"; + content: "\f135"; } .icon-ic_fluent_text_grammar_lightning_20_filled:before { - content: "\f12a"; + content: "\f136"; } .icon-ic_fluent_text_grammar_lightning_20_regular:before { - content: "\f12b"; + content: "\f137"; } .icon-ic_fluent_text_grammar_settings_20_filled:before { - content: "\f12c"; + content: "\f138"; } .icon-ic_fluent_text_grammar_settings_20_regular:before { - content: "\f12d"; + content: "\f139"; } .icon-ic_fluent_text_grammar_wand_20_filled:before { - content: "\f12e"; + content: "\f13a"; } .icon-ic_fluent_text_grammar_wand_20_regular:before { - content: "\f12f"; + content: "\f13b"; } .icon-ic_fluent_text_hanging_20_filled:before { - content: "\f130"; + content: "\f13c"; } .icon-ic_fluent_text_hanging_20_regular:before { - content: "\f131"; + content: "\f13d"; } .icon-ic_fluent_text_header_1_20_filled:before { - content: "\f132"; + content: "\f13e"; } .icon-ic_fluent_text_header_1_20_regular:before { - content: "\f133"; + content: "\f13f"; } .icon-ic_fluent_text_header_1_lines_20_filled:before { - content: "\f134"; + content: "\f140"; } .icon-ic_fluent_text_header_1_lines_20_regular:before { - content: "\f135"; + content: "\f141"; } .icon-ic_fluent_text_header_1_lines_caret_20_filled:before { - content: "\f136"; + content: "\f142"; } .icon-ic_fluent_text_header_1_lines_caret_20_regular:before { - content: "\f137"; + content: "\f143"; } .icon-ic_fluent_text_header_2_20_filled:before { - content: "\f138"; + content: "\f144"; } .icon-ic_fluent_text_header_2_20_regular:before { - content: "\f139"; + content: "\f145"; } .icon-ic_fluent_text_header_2_lines_20_filled:before { - content: "\f13a"; + content: "\f146"; } .icon-ic_fluent_text_header_2_lines_20_regular:before { - content: "\f13b"; + content: "\f147"; } .icon-ic_fluent_text_header_2_lines_caret_20_filled:before { - content: "\f13c"; + content: "\f148"; } .icon-ic_fluent_text_header_2_lines_caret_20_regular:before { - content: "\f13d"; + content: "\f149"; } .icon-ic_fluent_text_header_3_20_filled:before { - content: "\f13e"; + content: "\f14a"; } .icon-ic_fluent_text_header_3_20_regular:before { - content: "\f13f"; + content: "\f14b"; } .icon-ic_fluent_text_header_3_lines_20_filled:before { - content: "\f140"; + content: "\f14c"; } .icon-ic_fluent_text_header_3_lines_20_regular:before { - content: "\f141"; + content: "\f14d"; } .icon-ic_fluent_text_header_3_lines_caret_20_filled:before { - content: "\f142"; + content: "\f14e"; } .icon-ic_fluent_text_header_3_lines_caret_20_regular:before { - content: "\f143"; + content: "\f14f"; } .icon-ic_fluent_text_indent_decrease_20_filled:before { - content: "\f144"; + content: "\f150"; } .icon-ic_fluent_text_indent_decrease_20_regular:before { - content: "\f145"; + content: "\f151"; } .icon-ic_fluent_text_indent_decrease_ltr_20_filled:before { - content: "\f146"; + content: "\f152"; } .icon-ic_fluent_text_indent_decrease_ltr_20_regular:before { - content: "\f147"; + content: "\f153"; } .icon-ic_fluent_text_indent_decrease_ltr_90_20_filled:before { - content: "\f148"; + content: "\f154"; } .icon-ic_fluent_text_indent_decrease_ltr_90_20_regular:before { - content: "\f149"; + content: "\f155"; } .icon-ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled:before { - content: "\f14a"; + content: "\f156"; } .icon-ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular:before { - content: "\f14b"; + content: "\f157"; } .icon-ic_fluent_text_indent_decrease_rotate_270_20_filled:before { - content: "\f14c"; + content: "\f158"; } .icon-ic_fluent_text_indent_decrease_rotate_270_20_regular:before { - content: "\f14d"; + content: "\f159"; } .icon-ic_fluent_text_indent_decrease_rotate_90_20_filled:before { - content: "\f14e"; + content: "\f15a"; } .icon-ic_fluent_text_indent_decrease_rotate_90_20_regular:before { - content: "\f14f"; + content: "\f15b"; } .icon-ic_fluent_text_indent_decrease_rtl_20_filled:before { - content: "\f150"; + content: "\f15c"; } .icon-ic_fluent_text_indent_decrease_rtl_20_regular:before { - content: "\f151"; + content: "\f15d"; } .icon-ic_fluent_text_indent_decrease_rtl_90_20_filled:before { - content: "\f152"; + content: "\f15e"; } .icon-ic_fluent_text_indent_decrease_rtl_90_20_regular:before { - content: "\f153"; + content: "\f15f"; } .icon-ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled:before { - content: "\f154"; + content: "\f160"; } .icon-ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular:before { - content: "\f155"; + content: "\f161"; } .icon-ic_fluent_text_indent_increase_20_filled:before { - content: "\f156"; + content: "\f162"; } .icon-ic_fluent_text_indent_increase_20_regular:before { - content: "\f157"; + content: "\f163"; } .icon-ic_fluent_text_indent_increase_ltr_20_filled:before { - content: "\f158"; + content: "\f164"; } .icon-ic_fluent_text_indent_increase_ltr_20_regular:before { - content: "\f159"; + content: "\f165"; } .icon-ic_fluent_text_indent_increase_ltr_90_20_filled:before { - content: "\f15a"; + content: "\f166"; } .icon-ic_fluent_text_indent_increase_ltr_90_20_regular:before { - content: "\f15b"; + content: "\f167"; } .icon-ic_fluent_text_indent_increase_ltr_rotate_270_20_filled:before { - content: "\f15c"; + content: "\f168"; } .icon-ic_fluent_text_indent_increase_ltr_rotate_270_20_regular:before { - content: "\f15d"; + content: "\f169"; } .icon-ic_fluent_text_indent_increase_rotate_270_20_filled:before { - content: "\f15e"; + content: "\f16a"; } .icon-ic_fluent_text_indent_increase_rotate_270_20_regular:before { - content: "\f15f"; + content: "\f16b"; } .icon-ic_fluent_text_indent_increase_rotate_90_20_filled:before { - content: "\f160"; + content: "\f16c"; } .icon-ic_fluent_text_indent_increase_rotate_90_20_regular:before { - content: "\f161"; + content: "\f16d"; } .icon-ic_fluent_text_indent_increase_rtl_20_filled:before { - content: "\f162"; + content: "\f16e"; } .icon-ic_fluent_text_indent_increase_rtl_20_regular:before { - content: "\f163"; + content: "\f16f"; } .icon-ic_fluent_text_indent_increase_rtl_90_20_filled:before { - content: "\f164"; + content: "\f170"; } .icon-ic_fluent_text_indent_increase_rtl_90_20_regular:before { - content: "\f165"; + content: "\f171"; } .icon-ic_fluent_text_indent_increase_rtl_rotate_270_20_filled:before { - content: "\f166"; + content: "\f172"; } .icon-ic_fluent_text_indent_increase_rtl_rotate_270_20_regular:before { - content: "\f167"; + content: "\f173"; } .icon-ic_fluent_text_italic_20_filled:before { - content: "\f168"; + content: "\f174"; } .icon-ic_fluent_text_italic_20_regular:before { - content: "\f169"; + content: "\f175"; } .icon-ic_fluent_text_line_spacing_20_filled:before { - content: "\f16a"; + content: "\f176"; } .icon-ic_fluent_text_line_spacing_20_regular:before { - content: "\f16b"; + content: "\f177"; } .icon-ic_fluent_text_more_20_filled:before { - content: "\f16c"; + content: "\f178"; } .icon-ic_fluent_text_more_20_regular:before { - content: "\f16d"; + content: "\f179"; } .icon-ic_fluent_text_number_format_20_filled:before { - content: "\f16e"; + content: "\f17a"; } .icon-ic_fluent_text_number_format_20_regular:before { - content: "\f16f"; + content: "\f17b"; } .icon-ic_fluent_text_number_list_ltr_20_filled:before { - content: "\f170"; + content: "\f17c"; } .icon-ic_fluent_text_number_list_ltr_20_regular:before { - content: "\f171"; + content: "\f17d"; } .icon-ic_fluent_text_number_list_ltr_90_20_filled:before { - content: "\f172"; + content: "\f17e"; } .icon-ic_fluent_text_number_list_ltr_90_20_regular:before { - content: "\f173"; + content: "\f17f"; } .icon-ic_fluent_text_number_list_ltr_rotate_270_20_filled:before { - content: "\f174"; + content: "\f180"; } .icon-ic_fluent_text_number_list_ltr_rotate_270_20_regular:before { - content: "\f175"; + content: "\f181"; } .icon-ic_fluent_text_number_list_rotate_270_20_filled:before { - content: "\f176"; + content: "\f182"; } .icon-ic_fluent_text_number_list_rotate_270_20_regular:before { - content: "\f177"; + content: "\f183"; } .icon-ic_fluent_text_number_list_rotate_90_20_filled:before { - content: "\f178"; + content: "\f184"; } .icon-ic_fluent_text_number_list_rotate_90_20_regular:before { - content: "\f179"; + content: "\f185"; } .icon-ic_fluent_text_number_list_rtl_20_filled:before { - content: "\f17a"; + content: "\f186"; } .icon-ic_fluent_text_number_list_rtl_20_regular:before { - content: "\f17b"; + content: "\f187"; } .icon-ic_fluent_text_number_list_rtl_90_20_filled:before { - content: "\f17c"; + content: "\f188"; } .icon-ic_fluent_text_number_list_rtl_90_20_regular:before { - content: "\f17d"; + content: "\f189"; } .icon-ic_fluent_text_number_list_rtl_rotate_270_20_filled:before { - content: "\f17e"; + content: "\f18a"; } .icon-ic_fluent_text_number_list_rtl_rotate_270_20_regular:before { - content: "\f17f"; + content: "\f18b"; } .icon-ic_fluent_text_paragraph_20_filled:before { - content: "\f180"; + content: "\f18c"; } .icon-ic_fluent_text_paragraph_20_regular:before { - content: "\f181"; + content: "\f18d"; } .icon-ic_fluent_text_paragraph_direction_20_filled:before { - content: "\f182"; + content: "\f18e"; } .icon-ic_fluent_text_paragraph_direction_20_regular:before { - content: "\f183"; + content: "\f18f"; } .icon-ic_fluent_text_paragraph_direction_left_20_filled:before { - content: "\f184"; + content: "\f190"; } .icon-ic_fluent_text_paragraph_direction_left_20_regular:before { - content: "\f185"; + content: "\f191"; } .icon-ic_fluent_text_paragraph_direction_right_20_filled:before { - content: "\f186"; + content: "\f192"; } .icon-ic_fluent_text_paragraph_direction_right_20_regular:before { - content: "\f187"; + content: "\f193"; } .icon-ic_fluent_text_period_asterisk_20_filled:before { - content: "\f188"; + content: "\f194"; } .icon-ic_fluent_text_period_asterisk_20_regular:before { - content: "\f189"; + content: "\f195"; } .icon-ic_fluent_text_position_behind_20_filled:before { - content: "\f18a"; + content: "\f196"; } .icon-ic_fluent_text_position_behind_20_regular:before { - content: "\f18b"; + content: "\f197"; } .icon-ic_fluent_text_position_front_20_filled:before { - content: "\f18c"; + content: "\f198"; } .icon-ic_fluent_text_position_front_20_regular:before { - content: "\f18d"; + content: "\f199"; } .icon-ic_fluent_text_position_line_20_filled:before { - content: "\f18e"; + content: "\f19a"; } .icon-ic_fluent_text_position_line_20_regular:before { - content: "\f18f"; + content: "\f19b"; } .icon-ic_fluent_text_position_square_20_filled:before { - content: "\f190"; + content: "\f19c"; } .icon-ic_fluent_text_position_square_20_regular:before { - content: "\f191"; + content: "\f19d"; } .icon-ic_fluent_text_position_square_left_20_filled:before { - content: "\f192"; + content: "\f19e"; } .icon-ic_fluent_text_position_square_left_20_regular:before { - content: "\f193"; + content: "\f19f"; } .icon-ic_fluent_text_position_square_right_20_filled:before { - content: "\f194"; + content: "\f1a0"; } .icon-ic_fluent_text_position_square_right_20_regular:before { - content: "\f195"; + content: "\f1a1"; } .icon-ic_fluent_text_position_through_20_filled:before { - content: "\f196"; + content: "\f1a2"; } .icon-ic_fluent_text_position_through_20_regular:before { - content: "\f197"; + content: "\f1a3"; } .icon-ic_fluent_text_position_tight_20_filled:before { - content: "\f198"; + content: "\f1a4"; } .icon-ic_fluent_text_position_tight_20_regular:before { - content: "\f199"; + content: "\f1a5"; } .icon-ic_fluent_text_position_top_bottom_20_filled:before { - content: "\f19a"; + content: "\f1a6"; } .icon-ic_fluent_text_position_top_bottom_20_regular:before { - content: "\f19b"; + content: "\f1a7"; } .icon-ic_fluent_text_proofing_tools_20_filled:before { - content: "\f19c"; + content: "\f1a8"; } .icon-ic_fluent_text_proofing_tools_20_regular:before { - content: "\f19d"; + content: "\f1a9"; } .icon-ic_fluent_text_quote_20_filled:before { - content: "\f19e"; + content: "\f1aa"; } .icon-ic_fluent_text_quote_20_regular:before { - content: "\f19f"; + content: "\f1ab"; } .icon-ic_fluent_text_sort_ascending_20_filled:before { - content: "\f1a0"; + content: "\f1ac"; } .icon-ic_fluent_text_sort_ascending_20_regular:before { - content: "\f1a1"; + content: "\f1ad"; } .icon-ic_fluent_text_sort_descending_20_filled:before { - content: "\f1a2"; + content: "\f1ae"; } .icon-ic_fluent_text_sort_descending_20_regular:before { - content: "\f1a3"; + content: "\f1af"; } .icon-ic_fluent_text_strikethrough_20_filled:before { - content: "\f1a4"; + content: "\f1b0"; } .icon-ic_fluent_text_strikethrough_20_regular:before { - content: "\f1a5"; + content: "\f1b1"; } .icon-ic_fluent_text_subscript_20_filled:before { - content: "\f1a6"; + content: "\f1b2"; } .icon-ic_fluent_text_subscript_20_regular:before { - content: "\f1a7"; + content: "\f1b3"; } .icon-ic_fluent_text_superscript_20_filled:before { - content: "\f1a8"; + content: "\f1b4"; } .icon-ic_fluent_text_superscript_20_regular:before { - content: "\f1a9"; + content: "\f1b5"; } .icon-ic_fluent_text_t_20_filled:before { - content: "\f1aa"; + content: "\f1b6"; } .icon-ic_fluent_text_t_20_regular:before { - content: "\f1ab"; + content: "\f1b7"; } .icon-ic_fluent_text_underline_20_filled:before { - content: "\f1ac"; + content: "\f1b8"; } .icon-ic_fluent_text_underline_20_regular:before { - content: "\f1ad"; + content: "\f1b9"; } .icon-ic_fluent_text_underline_character_u_20_filled:before { - content: "\f1ae"; + content: "\f1ba"; } .icon-ic_fluent_text_underline_character_u_20_regular:before { - content: "\f1af"; + content: "\f1bb"; } .icon-ic_fluent_text_underline_double_20_filled:before { - content: "\f1b0"; + content: "\f1bc"; } .icon-ic_fluent_text_underline_double_20_regular:before { - content: "\f1b1"; + content: "\f1bd"; } .icon-ic_fluent_text_whole_word_20_filled:before { - content: "\f1b2"; + content: "\f1be"; } .icon-ic_fluent_text_whole_word_20_regular:before { - content: "\f1b3"; + content: "\f1bf"; } .icon-ic_fluent_text_word_count_20_filled:before { - content: "\f1b4"; + content: "\f1c0"; } .icon-ic_fluent_text_word_count_20_regular:before { - content: "\f1b5"; + content: "\f1c1"; } .icon-ic_fluent_text_wrap_20_filled:before { - content: "\f1b6"; + content: "\f1c2"; } .icon-ic_fluent_text_wrap_20_regular:before { - content: "\f1b7"; + content: "\f1c3"; } .icon-ic_fluent_text_wrap_off_20_filled:before { - content: "\f1b8"; + content: "\f1c4"; } .icon-ic_fluent_text_wrap_off_20_regular:before { - content: "\f1b9"; + content: "\f1c5"; } .icon-ic_fluent_textbox_20_filled:before { - content: "\f1ba"; + content: "\f1c6"; } .icon-ic_fluent_textbox_20_regular:before { - content: "\f1bb"; + content: "\f1c7"; } .icon-ic_fluent_textbox_align_bottom_20_filled:before { - content: "\f1bc"; + content: "\f1c8"; } .icon-ic_fluent_textbox_align_bottom_20_regular:before { - content: "\f1bd"; + content: "\f1c9"; } .icon-ic_fluent_textbox_align_bottom_center_20_filled:before { - content: "\f1be"; + content: "\f1ca"; } .icon-ic_fluent_textbox_align_bottom_center_20_regular:before { - content: "\f1bf"; + content: "\f1cb"; } .icon-ic_fluent_textbox_align_bottom_left_20_filled:before { - content: "\f1c0"; + content: "\f1cc"; } .icon-ic_fluent_textbox_align_bottom_left_20_regular:before { - content: "\f1c1"; + content: "\f1cd"; } .icon-ic_fluent_textbox_align_bottom_right_20_filled:before { - content: "\f1c2"; + content: "\f1ce"; } .icon-ic_fluent_textbox_align_bottom_right_20_regular:before { - content: "\f1c3"; + content: "\f1cf"; } .icon-ic_fluent_textbox_align_bottom_rotate_90_20_filled:before { - content: "\f1c4"; + content: "\f1d0"; } .icon-ic_fluent_textbox_align_bottom_rotate_90_20_regular:before { - content: "\f1c5"; + content: "\f1d1"; } .icon-ic_fluent_textbox_align_center_20_filled:before { - content: "\f1c6"; + content: "\f1d2"; } .icon-ic_fluent_textbox_align_center_20_regular:before { - content: "\f1c7"; + content: "\f1d3"; } .icon-ic_fluent_textbox_align_middle_20_filled:before { - content: "\f1c8"; + content: "\f1d4"; } .icon-ic_fluent_textbox_align_middle_20_regular:before { - content: "\f1c9"; + content: "\f1d5"; } .icon-ic_fluent_textbox_align_middle_left_20_filled:before { - content: "\f1ca"; + content: "\f1d6"; } .icon-ic_fluent_textbox_align_middle_left_20_regular:before { - content: "\f1cb"; + content: "\f1d7"; } .icon-ic_fluent_textbox_align_middle_right_20_filled:before { - content: "\f1cc"; + content: "\f1d8"; } .icon-ic_fluent_textbox_align_middle_right_20_regular:before { - content: "\f1cd"; + content: "\f1d9"; } .icon-ic_fluent_textbox_align_middle_rotate_90_20_filled:before { - content: "\f1ce"; + content: "\f1da"; } .icon-ic_fluent_textbox_align_middle_rotate_90_20_regular:before { - content: "\f1cf"; + content: "\f1db"; } .icon-ic_fluent_textbox_align_top_20_filled:before { - content: "\f1d0"; + content: "\f1dc"; } .icon-ic_fluent_textbox_align_top_20_regular:before { - content: "\f1d1"; + content: "\f1dd"; } .icon-ic_fluent_textbox_align_top_center_20_filled:before { - content: "\f1d2"; + content: "\f1de"; } .icon-ic_fluent_textbox_align_top_center_20_regular:before { - content: "\f1d3"; + content: "\f1df"; } .icon-ic_fluent_textbox_align_top_left_20_filled:before { - content: "\f1d4"; + content: "\f1e0"; } .icon-ic_fluent_textbox_align_top_left_20_regular:before { - content: "\f1d5"; + content: "\f1e1"; } .icon-ic_fluent_textbox_align_top_right_20_filled:before { - content: "\f1d6"; + content: "\f1e2"; } .icon-ic_fluent_textbox_align_top_right_20_regular:before { - content: "\f1d7"; + content: "\f1e3"; } .icon-ic_fluent_textbox_align_top_rotate_90_20_filled:before { - content: "\f1d8"; + content: "\f1e4"; } .icon-ic_fluent_textbox_align_top_rotate_90_20_regular:before { - content: "\f1d9"; + content: "\f1e5"; } .icon-ic_fluent_textbox_more_20_filled:before { - content: "\f1da"; + content: "\f1e6"; } .icon-ic_fluent_textbox_more_20_regular:before { - content: "\f1db"; + content: "\f1e7"; } .icon-ic_fluent_textbox_rotate_90_20_filled:before { - content: "\f1dc"; + content: "\f1e8"; } .icon-ic_fluent_textbox_rotate_90_20_regular:before { - content: "\f1dd"; + content: "\f1e9"; } .icon-ic_fluent_textbox_settings_20_filled:before { - content: "\f1de"; + content: "\f1ea"; } .icon-ic_fluent_textbox_settings_20_regular:before { - content: "\f1df"; + content: "\f1eb"; } .icon-ic_fluent_thinking_20_filled:before { - content: "\f1e0"; + content: "\f1ec"; } .icon-ic_fluent_thinking_20_regular:before { - content: "\f1e1"; + content: "\f1ed"; } .icon-ic_fluent_thumb_dislike_20_filled:before { - content: "\f1e2"; + content: "\f1ee"; } .icon-ic_fluent_thumb_dislike_20_regular:before { - content: "\f1e3"; + content: "\f1ef"; } .icon-ic_fluent_thumb_like_20_filled:before { - content: "\f1e4"; + content: "\f1f0"; } .icon-ic_fluent_thumb_like_20_regular:before { - content: "\f1e5"; + content: "\f1f1"; } .icon-ic_fluent_thumb_like_dislike_20_filled:before { - content: "\f1e6"; + content: "\f1f2"; } .icon-ic_fluent_thumb_like_dislike_20_regular:before { - content: "\f1e7"; + content: "\f1f3"; } .icon-ic_fluent_ticket_diagonal_20_filled:before { - content: "\f1e8"; + content: "\f1f4"; } .icon-ic_fluent_ticket_diagonal_20_regular:before { - content: "\f1e9"; + content: "\f1f5"; } .icon-ic_fluent_ticket_horizontal_20_filled:before { - content: "\f1ea"; + content: "\f1f6"; } .icon-ic_fluent_ticket_horizontal_20_regular:before { - content: "\f1eb"; + content: "\f1f7"; } .icon-ic_fluent_time_and_weather_20_filled:before { - content: "\f1ec"; + content: "\f1f8"; } .icon-ic_fluent_time_and_weather_20_regular:before { - content: "\f1ed"; + content: "\f1f9"; } .icon-ic_fluent_time_picker_20_filled:before { - content: "\f1ee"; + content: "\f1fa"; } .icon-ic_fluent_time_picker_20_regular:before { - content: "\f1ef"; + content: "\f1fb"; } .icon-ic_fluent_timeline_20_filled:before { - content: "\f1f0"; + content: "\f1fc"; } .icon-ic_fluent_timeline_20_regular:before { - content: "\f1f1"; + content: "\f1fd"; } .icon-ic_fluent_timer_10_20_filled:before { - content: "\f1f2"; + content: "\f1fe"; } .icon-ic_fluent_timer_10_20_regular:before { - content: "\f1f3"; + content: "\f1ff"; } .icon-ic_fluent_timer_2_20_filled:before { - content: "\f1f4"; + content: "\f200"; } .icon-ic_fluent_timer_2_20_regular:before { - content: "\f1f5"; + content: "\f201"; } .icon-ic_fluent_timer_20_filled:before { - content: "\f1f6"; + content: "\f202"; } .icon-ic_fluent_timer_20_regular:before { - content: "\f1f7"; + content: "\f203"; } .icon-ic_fluent_timer_3_20_filled:before { - content: "\f1f8"; + content: "\f204"; } .icon-ic_fluent_timer_3_20_regular:before { - content: "\f1f9"; + content: "\f205"; } .icon-ic_fluent_timer_off_20_filled:before { - content: "\f1fa"; + content: "\f206"; } .icon-ic_fluent_timer_off_20_regular:before { - content: "\f1fb"; + content: "\f207"; } .icon-ic_fluent_toggle_left_20_filled:before { - content: "\f1fc"; + content: "\f208"; } .icon-ic_fluent_toggle_left_20_regular:before { - content: "\f1fd"; + content: "\f209"; } .icon-ic_fluent_toggle_multiple_20_filled:before { - content: "\f1fe"; + content: "\f20a"; } .icon-ic_fluent_toggle_multiple_20_regular:before { - content: "\f1ff"; + content: "\f20b"; } .icon-ic_fluent_toggle_right_20_filled:before { - content: "\f200"; + content: "\f20c"; } .icon-ic_fluent_toggle_right_20_regular:before { - content: "\f201"; + content: "\f20d"; } .icon-ic_fluent_toolbox_20_filled:before { - content: "\f202"; + content: "\f20e"; } .icon-ic_fluent_toolbox_20_regular:before { - content: "\f203"; + content: "\f20f"; } .icon-ic_fluent_tooltip_quote_20_filled:before { - content: "\f204"; + content: "\f210"; } .icon-ic_fluent_tooltip_quote_20_regular:before { - content: "\f205"; + content: "\f211"; } .icon-ic_fluent_top_speed_20_filled:before { - content: "\f206"; + content: "\f212"; } .icon-ic_fluent_top_speed_20_regular:before { - content: "\f207"; + content: "\f213"; } .icon-ic_fluent_translate_20_filled:before { - content: "\f208"; + content: "\f214"; } .icon-ic_fluent_translate_20_regular:before { - content: "\f209"; + content: "\f215"; } .icon-ic_fluent_translate_auto_20_filled:before { - content: "\f20a"; + content: "\f216"; } .icon-ic_fluent_translate_auto_20_regular:before { - content: "\f20b"; + content: "\f217"; } .icon-ic_fluent_translate_off_20_filled:before { - content: "\f20c"; + content: "\f218"; } .icon-ic_fluent_translate_off_20_regular:before { - content: "\f20d"; + content: "\f219"; } .icon-ic_fluent_transmission_20_filled:before { - content: "\f20e"; + content: "\f21a"; } .icon-ic_fluent_transmission_20_regular:before { - content: "\f20f"; + content: "\f21b"; } .icon-ic_fluent_tray_item_add_20_filled:before { - content: "\f210"; + content: "\f21c"; } .icon-ic_fluent_tray_item_add_20_regular:before { - content: "\f211"; + content: "\f21d"; } .icon-ic_fluent_tray_item_remove_20_filled:before { - content: "\f212"; + content: "\f21e"; } .icon-ic_fluent_tray_item_remove_20_regular:before { - content: "\f213"; + content: "\f21f"; } .icon-ic_fluent_tree_deciduous_20_filled:before { - content: "\f214"; + content: "\f220"; } .icon-ic_fluent_tree_deciduous_20_regular:before { - content: "\f215"; + content: "\f221"; } .icon-ic_fluent_tree_evergreen_20_filled:before { - content: "\f216"; + content: "\f222"; } .icon-ic_fluent_tree_evergreen_20_regular:before { - content: "\f217"; + content: "\f223"; } .icon-ic_fluent_triangle_20_filled:before { - content: "\f218"; + content: "\f224"; } .icon-ic_fluent_triangle_20_regular:before { - content: "\f219"; + content: "\f225"; } .icon-ic_fluent_triangle_down_20_filled:before { - content: "\f21a"; + content: "\f226"; } .icon-ic_fluent_triangle_down_20_regular:before { - content: "\f21b"; + content: "\f227"; } .icon-ic_fluent_triangle_left_20_filled:before { - content: "\f21c"; + content: "\f228"; } .icon-ic_fluent_triangle_left_20_regular:before { - content: "\f21d"; + content: "\f229"; } .icon-ic_fluent_triangle_right_20_filled:before { - content: "\f21e"; + content: "\f22a"; } .icon-ic_fluent_triangle_right_20_regular:before { - content: "\f21f"; + content: "\f22b"; } .icon-ic_fluent_triangle_up_20_filled:before { - content: "\f220"; + content: "\f22c"; } .icon-ic_fluent_triangle_up_20_regular:before { - content: "\f221"; + content: "\f22d"; } .icon-ic_fluent_trophy_20_filled:before { - content: "\f222"; + content: "\f22e"; } .icon-ic_fluent_trophy_20_regular:before { - content: "\f223"; + content: "\f22f"; } .icon-ic_fluent_trophy_lock_20_filled:before { - content: "\f224"; + content: "\f230"; } .icon-ic_fluent_trophy_lock_20_regular:before { - content: "\f225"; + content: "\f231"; } .icon-ic_fluent_trophy_off_20_filled:before { - content: "\f226"; + content: "\f232"; } .icon-ic_fluent_trophy_off_20_regular:before { - content: "\f227"; + content: "\f233"; } .icon-ic_fluent_tv_20_filled:before { - content: "\f228"; + content: "\f234"; } .icon-ic_fluent_tv_20_regular:before { - content: "\f229"; + content: "\f235"; } .icon-ic_fluent_tv_arrow_right_20_filled:before { - content: "\f22a"; + content: "\f236"; } .icon-ic_fluent_tv_arrow_right_20_regular:before { - content: "\f22b"; + content: "\f237"; } .icon-ic_fluent_tv_usb_20_filled:before { - content: "\f22c"; + content: "\f238"; } .icon-ic_fluent_tv_usb_20_regular:before { - content: "\f22d"; + content: "\f239"; } .icon-ic_fluent_umbrella_20_filled:before { - content: "\f22e"; + content: "\f23a"; } .icon-ic_fluent_umbrella_20_regular:before { - content: "\f22f"; + content: "\f23b"; } .icon-ic_fluent_uninstall_app_20_filled:before { - content: "\f230"; + content: "\f23c"; } .icon-ic_fluent_uninstall_app_20_regular:before { - content: "\f231"; + content: "\f23d"; } .icon-ic_fluent_usb_plug_20_filled:before { - content: "\f232"; + content: "\f23e"; } .icon-ic_fluent_usb_plug_20_regular:before { - content: "\f233"; + content: "\f23f"; } .icon-ic_fluent_usb_stick_20_filled:before { - content: "\f234"; + content: "\f240"; } .icon-ic_fluent_usb_stick_20_regular:before { - content: "\f235"; + content: "\f241"; } .icon-ic_fluent_vault_20_filled:before { - content: "\f236"; + content: "\f242"; } .icon-ic_fluent_vault_20_regular:before { - content: "\f237"; + content: "\f243"; } .icon-ic_fluent_vehicle_bicycle_20_filled:before { - content: "\f238"; + content: "\f244"; } .icon-ic_fluent_vehicle_bicycle_20_regular:before { - content: "\f239"; + content: "\f245"; } .icon-ic_fluent_vehicle_bus_20_filled:before { - content: "\f23a"; + content: "\f246"; } .icon-ic_fluent_vehicle_bus_20_regular:before { - content: "\f23b"; + content: "\f247"; } .icon-ic_fluent_vehicle_cab_20_filled:before { - content: "\f23c"; + content: "\f248"; } .icon-ic_fluent_vehicle_cab_20_regular:before { - content: "\f23d"; + content: "\f249"; } .icon-ic_fluent_vehicle_cable_car_20_filled:before { - content: "\f23e"; + content: "\f24a"; } .icon-ic_fluent_vehicle_cable_car_20_regular:before { - content: "\f23f"; + content: "\f24b"; } .icon-ic_fluent_vehicle_car_20_filled:before { - content: "\f240"; + content: "\f24c"; } .icon-ic_fluent_vehicle_car_20_regular:before { - content: "\f241"; + content: "\f24d"; } .icon-ic_fluent_vehicle_car_collision_20_filled:before { - content: "\f242"; + content: "\f24e"; } .icon-ic_fluent_vehicle_car_collision_20_regular:before { - content: "\f243"; + content: "\f24f"; } .icon-ic_fluent_vehicle_car_parking_20_filled:before { - content: "\f244"; + content: "\f250"; } .icon-ic_fluent_vehicle_car_parking_20_regular:before { - content: "\f245"; + content: "\f251"; } .icon-ic_fluent_vehicle_car_profile_20_filled:before { - content: "\f246"; + content: "\f252"; } .icon-ic_fluent_vehicle_car_profile_20_regular:before { - content: "\f247"; + content: "\f253"; } .icon-ic_fluent_vehicle_car_profile_ltr_20_filled:before { - content: "\f248"; + content: "\f254"; } .icon-ic_fluent_vehicle_car_profile_ltr_20_regular:before { - content: "\f249"; + content: "\f255"; } .icon-ic_fluent_vehicle_car_profile_ltr_clock_20_filled:before { - content: "\f24a"; + content: "\f256"; } .icon-ic_fluent_vehicle_car_profile_ltr_clock_20_regular:before { - content: "\f24b"; + content: "\f257"; } .icon-ic_fluent_vehicle_car_profile_rtl_20_filled:before { - content: "\f24c"; + content: "\f258"; } .icon-ic_fluent_vehicle_car_profile_rtl_20_regular:before { - content: "\f24d"; + content: "\f259"; } .icon-ic_fluent_vehicle_ship_20_filled:before { - content: "\f24e"; + content: "\f25a"; } .icon-ic_fluent_vehicle_ship_20_regular:before { - content: "\f24f"; + content: "\f25b"; } .icon-ic_fluent_vehicle_subway_20_filled:before { - content: "\f250"; + content: "\f25c"; } .icon-ic_fluent_vehicle_subway_20_regular:before { - content: "\f251"; + content: "\f25d"; } .icon-ic_fluent_vehicle_subway_clock_20_filled:before { - content: "\f252"; + content: "\f25e"; } .icon-ic_fluent_vehicle_subway_clock_20_regular:before { - content: "\f253"; + content: "\f25f"; } .icon-ic_fluent_vehicle_tractor_20_filled:before { - content: "\f254"; + content: "\f260"; } .icon-ic_fluent_vehicle_tractor_20_regular:before { - content: "\f255"; + content: "\f261"; } .icon-ic_fluent_vehicle_truck_20_filled:before { - content: "\f256"; + content: "\f262"; } .icon-ic_fluent_vehicle_truck_20_regular:before { - content: "\f257"; + content: "\f263"; } .icon-ic_fluent_vehicle_truck_bag_20_filled:before { - content: "\f258"; + content: "\f264"; } .icon-ic_fluent_vehicle_truck_bag_20_regular:before { - content: "\f259"; + content: "\f265"; } .icon-ic_fluent_vehicle_truck_cube_20_filled:before { - content: "\f25a"; + content: "\f266"; } .icon-ic_fluent_vehicle_truck_cube_20_regular:before { - content: "\f25b"; + content: "\f267"; } .icon-ic_fluent_vehicle_truck_profile_20_filled:before { - content: "\f25c"; + content: "\f268"; } .icon-ic_fluent_vehicle_truck_profile_20_regular:before { - content: "\f25d"; + content: "\f269"; } .icon-ic_fluent_video_20_filled:before { - content: "\f25e"; + content: "\f26a"; } .icon-ic_fluent_video_20_regular:before { - content: "\f25f"; + content: "\f26b"; } .icon-ic_fluent_video_360_20_filled:before { - content: "\f260"; + content: "\f26c"; } .icon-ic_fluent_video_360_20_regular:before { - content: "\f261"; + content: "\f26d"; } .icon-ic_fluent_video_360_off_20_filled:before { - content: "\f262"; + content: "\f26e"; } .icon-ic_fluent_video_360_off_20_regular:before { - content: "\f263"; + content: "\f26f"; } .icon-ic_fluent_video_add_20_filled:before { - content: "\f264"; + content: "\f270"; } .icon-ic_fluent_video_add_20_regular:before { - content: "\f265"; + content: "\f271"; } .icon-ic_fluent_video_background_effect_20_filled:before { - content: "\f266"; + content: "\f272"; } .icon-ic_fluent_video_background_effect_20_regular:before { - content: "\f267"; + content: "\f273"; } .icon-ic_fluent_video_background_effect_horizontal_20_filled:before { - content: "\f268"; + content: "\f274"; } .icon-ic_fluent_video_background_effect_horizontal_20_regular:before { - content: "\f269"; + content: "\f275"; } .icon-ic_fluent_video_chat_20_filled:before { - content: "\f26a"; + content: "\f276"; } .icon-ic_fluent_video_chat_20_regular:before { - content: "\f26b"; + content: "\f277"; } .icon-ic_fluent_video_clip_20_filled:before { - content: "\f26c"; + content: "\f278"; } .icon-ic_fluent_video_clip_20_regular:before { - content: "\f26d"; + content: "\f279"; } .icon-ic_fluent_video_clip_multiple_20_filled:before { - content: "\f26e"; + content: "\f27a"; } .icon-ic_fluent_video_clip_multiple_20_regular:before { - content: "\f26f"; + content: "\f27b"; } .icon-ic_fluent_video_clip_off_20_filled:before { - content: "\f270"; + content: "\f27c"; } .icon-ic_fluent_video_clip_off_20_regular:before { - content: "\f271"; + content: "\f27d"; } .icon-ic_fluent_video_clip_optimize_20_filled:before { - content: "\f272"; + content: "\f27e"; } .icon-ic_fluent_video_clip_optimize_20_regular:before { - content: "\f273"; + content: "\f27f"; } .icon-ic_fluent_video_clip_wand_20_filled:before { - content: "\f274"; + content: "\f280"; } .icon-ic_fluent_video_clip_wand_20_regular:before { - content: "\f275"; + content: "\f281"; } .icon-ic_fluent_video_off_20_filled:before { - content: "\f276"; + content: "\f282"; } .icon-ic_fluent_video_off_20_regular:before { - content: "\f277"; + content: "\f283"; } .icon-ic_fluent_video_person_20_filled:before { - content: "\f278"; + content: "\f284"; } .icon-ic_fluent_video_person_20_regular:before { - content: "\f279"; + content: "\f285"; } .icon-ic_fluent_video_person_call_20_filled:before { - content: "\f27a"; + content: "\f286"; } .icon-ic_fluent_video_person_call_20_regular:before { - content: "\f27b"; + content: "\f287"; } .icon-ic_fluent_video_person_clock_20_filled:before { - content: "\f27c"; + content: "\f288"; } .icon-ic_fluent_video_person_clock_20_regular:before { - content: "\f27d"; + content: "\f289"; } .icon-ic_fluent_video_person_off_20_filled:before { - content: "\f27e"; + content: "\f28a"; } .icon-ic_fluent_video_person_off_20_regular:before { - content: "\f27f"; + content: "\f28b"; } .icon-ic_fluent_video_person_pulse_20_filled:before { - content: "\f280"; + content: "\f28c"; } .icon-ic_fluent_video_person_pulse_20_regular:before { - content: "\f281"; + content: "\f28d"; } .icon-ic_fluent_video_person_sparkle_20_filled:before { - content: "\f282"; + content: "\f28e"; } .icon-ic_fluent_video_person_sparkle_20_regular:before { - content: "\f283"; + content: "\f28f"; } .icon-ic_fluent_video_person_sparkle_off_20_filled:before { - content: "\f284"; + content: "\f290"; } .icon-ic_fluent_video_person_sparkle_off_20_regular:before { - content: "\f285"; + content: "\f291"; } .icon-ic_fluent_video_person_star_20_filled:before { - content: "\f286"; + content: "\f292"; } .icon-ic_fluent_video_person_star_20_regular:before { - content: "\f287"; + content: "\f293"; } .icon-ic_fluent_video_person_star_off_20_filled:before { - content: "\f288"; + content: "\f294"; } .icon-ic_fluent_video_person_star_off_20_regular:before { - content: "\f289"; + content: "\f295"; } .icon-ic_fluent_video_play_pause_20_filled:before { - content: "\f28a"; + content: "\f296"; } .icon-ic_fluent_video_play_pause_20_regular:before { - content: "\f28b"; + content: "\f297"; } .icon-ic_fluent_video_prohibited_20_filled:before { - content: "\f28c"; + content: "\f298"; } .icon-ic_fluent_video_prohibited_20_regular:before { - content: "\f28d"; + content: "\f299"; } .icon-ic_fluent_video_recording_20_filled:before { - content: "\f28e"; + content: "\f29a"; } .icon-ic_fluent_video_recording_20_regular:before { - content: "\f28f"; + content: "\f29b"; } .icon-ic_fluent_video_security_20_filled:before { - content: "\f290"; + content: "\f29c"; } .icon-ic_fluent_video_security_20_regular:before { - content: "\f291"; + content: "\f29d"; } .icon-ic_fluent_video_switch_20_filled:before { - content: "\f292"; + content: "\f29e"; } .icon-ic_fluent_video_switch_20_regular:before { - content: "\f293"; + content: "\f29f"; } .icon-ic_fluent_video_sync_20_filled:before { - content: "\f294"; + content: "\f2a0"; } .icon-ic_fluent_video_sync_20_regular:before { - content: "\f295"; + content: "\f2a1"; } .icon-ic_fluent_view_desktop_20_filled:before { - content: "\f296"; + content: "\f2a2"; } .icon-ic_fluent_view_desktop_20_regular:before { - content: "\f297"; + content: "\f2a3"; } .icon-ic_fluent_view_desktop_mobile_20_filled:before { - content: "\f298"; + content: "\f2a4"; } .icon-ic_fluent_view_desktop_mobile_20_regular:before { - content: "\f299"; + content: "\f2a5"; } .icon-ic_fluent_virtual_network_20_filled:before { - content: "\f29a"; + content: "\f2a6"; } .icon-ic_fluent_virtual_network_20_regular:before { - content: "\f29b"; + content: "\f2a7"; } .icon-ic_fluent_virtual_network_toolbox_20_filled:before { - content: "\f29c"; + content: "\f2a8"; } .icon-ic_fluent_virtual_network_toolbox_20_regular:before { - content: "\f29d"; + content: "\f2a9"; } .icon-ic_fluent_voicemail_20_filled:before { - content: "\f29e"; + content: "\f2aa"; } .icon-ic_fluent_voicemail_20_regular:before { - content: "\f29f"; + content: "\f2ab"; } .icon-ic_fluent_voicemail_arrow_back_20_filled:before { - content: "\f2a0"; + content: "\f2ac"; } .icon-ic_fluent_voicemail_arrow_back_20_regular:before { - content: "\f2a1"; + content: "\f2ad"; } .icon-ic_fluent_voicemail_arrow_forward_20_filled:before { - content: "\f2a2"; + content: "\f2ae"; } .icon-ic_fluent_voicemail_arrow_forward_20_regular:before { - content: "\f2a3"; + content: "\f2af"; } .icon-ic_fluent_voicemail_arrow_subtract_20_filled:before { - content: "\f2a4"; + content: "\f2b0"; } .icon-ic_fluent_voicemail_arrow_subtract_20_regular:before { - content: "\f2a5"; + content: "\f2b1"; } .icon-ic_fluent_voicemail_shield_20_filled:before { - content: "\f2a6"; + content: "\f2b2"; } .icon-ic_fluent_voicemail_shield_20_regular:before { - content: "\f2a7"; + content: "\f2b3"; } .icon-ic_fluent_voicemail_subtract_20_filled:before { - content: "\f2a8"; + content: "\f2b4"; } .icon-ic_fluent_voicemail_subtract_20_regular:before { - content: "\f2a9"; + content: "\f2b5"; } .icon-ic_fluent_vote_20_filled:before { - content: "\f2aa"; + content: "\f2b6"; } .icon-ic_fluent_vote_20_regular:before { - content: "\f2ab"; + content: "\f2b7"; } .icon-ic_fluent_walkie_talkie_20_filled:before { - content: "\f2ac"; + content: "\f2b8"; } .icon-ic_fluent_walkie_talkie_20_regular:before { - content: "\f2ad"; + content: "\f2b9"; } .icon-ic_fluent_wallet_20_filled:before { - content: "\f2ae"; + content: "\f2ba"; } .icon-ic_fluent_wallet_20_regular:before { - content: "\f2af"; + content: "\f2bb"; } .icon-ic_fluent_wallet_credit_card_20_filled:before { - content: "\f2b0"; + content: "\f2bc"; } .icon-ic_fluent_wallet_credit_card_20_regular:before { - content: "\f2b1"; + content: "\f2bd"; } .icon-ic_fluent_wallpaper_20_filled:before { - content: "\f2b2"; + content: "\f2be"; } .icon-ic_fluent_wallpaper_20_regular:before { - content: "\f2b3"; + content: "\f2bf"; } .icon-ic_fluent_wand_20_filled:before { - content: "\f2b4"; + content: "\f2c0"; } .icon-ic_fluent_wand_20_regular:before { - content: "\f2b5"; + content: "\f2c1"; } .icon-ic_fluent_warning_20_filled:before { - content: "\f2b6"; + content: "\f2c2"; } .icon-ic_fluent_warning_20_regular:before { - content: "\f2b7"; + content: "\f2c3"; } .icon-ic_fluent_warning_shield_20_filled:before { - content: "\f2b8"; + content: "\f2c4"; } .icon-ic_fluent_warning_shield_20_regular:before { - content: "\f2b9"; + content: "\f2c5"; } .icon-ic_fluent_washer_20_filled:before { - content: "\f2ba"; + content: "\f2c6"; } .icon-ic_fluent_washer_20_regular:before { - content: "\f2bb"; + content: "\f2c7"; } .icon-ic_fluent_water_20_filled:before { - content: "\f2bc"; + content: "\f2c8"; } .icon-ic_fluent_water_20_regular:before { - content: "\f2bd"; + content: "\f2c9"; } .icon-ic_fluent_weather_blowing_snow_20_filled:before { - content: "\f2be"; + content: "\f2ca"; } .icon-ic_fluent_weather_blowing_snow_20_regular:before { - content: "\f2bf"; + content: "\f2cb"; } .icon-ic_fluent_weather_cloudy_20_filled:before { - content: "\f2c0"; + content: "\f2cc"; } .icon-ic_fluent_weather_cloudy_20_regular:before { - content: "\f2c1"; + content: "\f2cd"; } .icon-ic_fluent_weather_drizzle_20_filled:before { - content: "\f2c2"; + content: "\f2ce"; } .icon-ic_fluent_weather_drizzle_20_regular:before { - content: "\f2c3"; + content: "\f2cf"; } .icon-ic_fluent_weather_duststorm_20_filled:before { - content: "\f2c4"; + content: "\f2d0"; } .icon-ic_fluent_weather_duststorm_20_regular:before { - content: "\f2c5"; + content: "\f2d1"; } .icon-ic_fluent_weather_fog_20_filled:before { - content: "\f2c6"; + content: "\f2d2"; } .icon-ic_fluent_weather_fog_20_regular:before { - content: "\f2c7"; + content: "\f2d3"; } .icon-ic_fluent_weather_hail_day_20_filled:before { - content: "\f2c8"; + content: "\f2d4"; } .icon-ic_fluent_weather_hail_day_20_regular:before { - content: "\f2c9"; + content: "\f2d5"; } .icon-ic_fluent_weather_hail_night_20_filled:before { - content: "\f2ca"; + content: "\f2d6"; } .icon-ic_fluent_weather_hail_night_20_regular:before { - content: "\f2cb"; + content: "\f2d7"; } .icon-ic_fluent_weather_haze_20_filled:before { - content: "\f2cc"; + content: "\f2d8"; } .icon-ic_fluent_weather_haze_20_regular:before { - content: "\f2cd"; + content: "\f2d9"; } .icon-ic_fluent_weather_moon_20_filled:before { - content: "\f2ce"; + content: "\f2da"; } .icon-ic_fluent_weather_moon_20_regular:before { - content: "\f2cf"; + content: "\f2db"; } .icon-ic_fluent_weather_moon_off_20_filled:before { - content: "\f2d0"; + content: "\f2dc"; } .icon-ic_fluent_weather_moon_off_20_regular:before { - content: "\f2d1"; + content: "\f2dd"; } .icon-ic_fluent_weather_partly_cloudy_day_20_filled:before { - content: "\f2d2"; + content: "\f2de"; } .icon-ic_fluent_weather_partly_cloudy_day_20_regular:before { - content: "\f2d3"; + content: "\f2df"; } .icon-ic_fluent_weather_partly_cloudy_night_20_filled:before { - content: "\f2d4"; + content: "\f2e0"; } .icon-ic_fluent_weather_partly_cloudy_night_20_regular:before { - content: "\f2d5"; + content: "\f2e1"; } .icon-ic_fluent_weather_rain_20_filled:before { - content: "\f2d6"; + content: "\f2e2"; } .icon-ic_fluent_weather_rain_20_regular:before { - content: "\f2d7"; + content: "\f2e3"; } .icon-ic_fluent_weather_rain_showers_day_20_filled:before { - content: "\f2d8"; + content: "\f2e4"; } .icon-ic_fluent_weather_rain_showers_day_20_regular:before { - content: "\f2d9"; + content: "\f2e5"; } .icon-ic_fluent_weather_rain_showers_night_20_filled:before { - content: "\f2da"; + content: "\f2e6"; } .icon-ic_fluent_weather_rain_showers_night_20_regular:before { - content: "\f2db"; + content: "\f2e7"; } .icon-ic_fluent_weather_rain_snow_20_filled:before { - content: "\f2dc"; + content: "\f2e8"; } .icon-ic_fluent_weather_rain_snow_20_regular:before { - content: "\f2dd"; + content: "\f2e9"; } .icon-ic_fluent_weather_snow_20_filled:before { - content: "\f2de"; + content: "\f2ea"; } .icon-ic_fluent_weather_snow_20_regular:before { - content: "\f2df"; + content: "\f2eb"; } .icon-ic_fluent_weather_snow_shower_day_20_filled:before { - content: "\f2e0"; + content: "\f2ec"; } .icon-ic_fluent_weather_snow_shower_day_20_regular:before { - content: "\f2e1"; + content: "\f2ed"; } .icon-ic_fluent_weather_snow_shower_night_20_filled:before { - content: "\f2e2"; + content: "\f2ee"; } .icon-ic_fluent_weather_snow_shower_night_20_regular:before { - content: "\f2e3"; + content: "\f2ef"; } .icon-ic_fluent_weather_snowflake_20_filled:before { - content: "\f2e4"; + content: "\f2f0"; } .icon-ic_fluent_weather_snowflake_20_regular:before { - content: "\f2e5"; + content: "\f2f1"; } .icon-ic_fluent_weather_squalls_20_filled:before { - content: "\f2e6"; + content: "\f2f2"; } .icon-ic_fluent_weather_squalls_20_regular:before { - content: "\f2e7"; + content: "\f2f3"; } .icon-ic_fluent_weather_sunny_20_filled:before { - content: "\f2e8"; + content: "\f2f4"; } .icon-ic_fluent_weather_sunny_20_regular:before { - content: "\f2e9"; + content: "\f2f5"; } .icon-ic_fluent_weather_sunny_high_20_filled:before { - content: "\f2ea"; + content: "\f2f6"; } .icon-ic_fluent_weather_sunny_high_20_regular:before { - content: "\f2eb"; + content: "\f2f7"; } .icon-ic_fluent_weather_sunny_low_20_filled:before { - content: "\f2ec"; + content: "\f2f8"; } .icon-ic_fluent_weather_sunny_low_20_regular:before { - content: "\f2ed"; + content: "\f2f9"; } .icon-ic_fluent_weather_thunderstorm_20_filled:before { - content: "\f2ee"; + content: "\f2fa"; } .icon-ic_fluent_weather_thunderstorm_20_regular:before { - content: "\f2ef"; + content: "\f2fb"; } .icon-ic_fluent_web_asset_20_filled:before { - content: "\f2f0"; + content: "\f2fc"; } .icon-ic_fluent_web_asset_20_regular:before { - content: "\f2f1"; + content: "\f2fd"; } .icon-ic_fluent_whiteboard_20_filled:before { - content: "\f2f2"; + content: "\f2fe"; } .icon-ic_fluent_whiteboard_20_regular:before { - content: "\f2f3"; + content: "\f2ff"; } .icon-ic_fluent_whiteboard_off_20_filled:before { - content: "\f2f4"; + content: "\f300"; } .icon-ic_fluent_whiteboard_off_20_regular:before { - content: "\f2f5"; + content: "\f301"; } .icon-ic_fluent_wifi_1_20_filled:before { - content: "\f2f6"; + content: "\f302"; } .icon-ic_fluent_wifi_1_20_regular:before { - content: "\f2f7"; + content: "\f303"; } .icon-ic_fluent_wifi_2_20_filled:before { - content: "\f2f8"; + content: "\f304"; } .icon-ic_fluent_wifi_2_20_regular:before { - content: "\f2f9"; + content: "\f305"; } .icon-ic_fluent_wifi_3_20_filled:before { - content: "\f2fa"; + content: "\f306"; } .icon-ic_fluent_wifi_3_20_regular:before { - content: "\f2fb"; + content: "\f307"; } .icon-ic_fluent_wifi_4_20_filled:before { - content: "\f2fc"; + content: "\f308"; } .icon-ic_fluent_wifi_4_20_regular:before { - content: "\f2fd"; + content: "\f309"; } .icon-ic_fluent_wifi_lock_20_filled:before { - content: "\f2fe"; + content: "\f30a"; } .icon-ic_fluent_wifi_lock_20_regular:before { - content: "\f2ff"; + content: "\f30b"; } .icon-ic_fluent_wifi_off_20_filled:before { - content: "\f300"; + content: "\f30c"; } .icon-ic_fluent_wifi_off_20_regular:before { - content: "\f301"; + content: "\f30d"; } .icon-ic_fluent_wifi_settings_20_filled:before { - content: "\f302"; + content: "\f30e"; } .icon-ic_fluent_wifi_settings_20_regular:before { - content: "\f303"; + content: "\f30f"; } .icon-ic_fluent_wifi_warning_20_filled:before { - content: "\f304"; + content: "\f310"; } .icon-ic_fluent_wifi_warning_20_regular:before { - content: "\f305"; + content: "\f311"; } .icon-ic_fluent_window_20_filled:before { - content: "\f306"; + content: "\f312"; } .icon-ic_fluent_window_20_regular:before { - content: "\f307"; + content: "\f313"; } .icon-ic_fluent_window_ad_20_filled:before { - content: "\f308"; + content: "\f314"; } .icon-ic_fluent_window_ad_20_regular:before { - content: "\f309"; + content: "\f315"; } .icon-ic_fluent_window_ad_off_20_filled:before { - content: "\f30a"; + content: "\f316"; } .icon-ic_fluent_window_ad_off_20_regular:before { - content: "\f30b"; + content: "\f317"; } .icon-ic_fluent_window_ad_person_20_filled:before { - content: "\f30c"; + content: "\f318"; } .icon-ic_fluent_window_ad_person_20_regular:before { - content: "\f30d"; + content: "\f319"; } .icon-ic_fluent_window_apps_20_filled:before { - content: "\f30e"; + content: "\f31a"; } .icon-ic_fluent_window_apps_20_regular:before { - content: "\f30f"; + content: "\f31b"; } .icon-ic_fluent_window_arrow_up_20_filled:before { - content: "\f310"; + content: "\f31c"; } .icon-ic_fluent_window_arrow_up_20_regular:before { - content: "\f311"; + content: "\f31d"; } .icon-ic_fluent_window_bullet_list_20_filled:before { - content: "\f312"; + content: "\f31e"; } .icon-ic_fluent_window_bullet_list_20_regular:before { - content: "\f313"; + content: "\f31f"; } .icon-ic_fluent_window_bullet_list_add_20_filled:before { - content: "\f314"; + content: "\f320"; } .icon-ic_fluent_window_bullet_list_add_20_regular:before { - content: "\f315"; + content: "\f321"; } .icon-ic_fluent_window_console_20_filled:before { - content: "\f316"; + content: "\f322"; } .icon-ic_fluent_window_console_20_regular:before { - content: "\f317"; + content: "\f323"; } .icon-ic_fluent_window_database_20_filled:before { - content: "\f318"; + content: "\f324"; } .icon-ic_fluent_window_database_20_regular:before { - content: "\f319"; + content: "\f325"; } .icon-ic_fluent_window_dev_edit_20_filled:before { - content: "\f31a"; + content: "\f326"; } .icon-ic_fluent_window_dev_edit_20_regular:before { - content: "\f31b"; + content: "\f327"; } .icon-ic_fluent_window_dev_tools_20_filled:before { - content: "\f31c"; + content: "\f328"; } .icon-ic_fluent_window_dev_tools_20_regular:before { - content: "\f31d"; + content: "\f329"; } .icon-ic_fluent_window_edit_20_filled:before { - content: "\f31e"; + content: "\f32a"; } .icon-ic_fluent_window_edit_20_regular:before { - content: "\f31f"; + content: "\f32b"; } .icon-ic_fluent_window_fingerprint_20_filled:before { - content: "\f320"; + content: "\f32c"; } .icon-ic_fluent_window_fingerprint_20_regular:before { - content: "\f321"; + content: "\f32d"; } .icon-ic_fluent_window_header_horizontal_20_filled:before { - content: "\f322"; + content: "\f32e"; } .icon-ic_fluent_window_header_horizontal_20_regular:before { - content: "\f323"; + content: "\f32f"; } .icon-ic_fluent_window_header_horizontal_off_20_filled:before { - content: "\f324"; + content: "\f330"; } .icon-ic_fluent_window_header_horizontal_off_20_regular:before { - content: "\f325"; + content: "\f331"; } .icon-ic_fluent_window_header_vertical_20_filled:before { - content: "\f326"; + content: "\f332"; } .icon-ic_fluent_window_header_vertical_20_regular:before { - content: "\f327"; + content: "\f333"; } .icon-ic_fluent_window_inprivate_20_filled:before { - content: "\f328"; + content: "\f334"; } .icon-ic_fluent_window_inprivate_20_regular:before { - content: "\f329"; + content: "\f335"; } .icon-ic_fluent_window_inprivate_account_20_filled:before { - content: "\f32a"; + content: "\f336"; } .icon-ic_fluent_window_inprivate_account_20_regular:before { - content: "\f32b"; + content: "\f337"; } .icon-ic_fluent_window_location_target_20_filled:before { - content: "\f32c"; + content: "\f338"; } .icon-ic_fluent_window_location_target_20_regular:before { - content: "\f32d"; + content: "\f339"; } .icon-ic_fluent_window_multiple_20_filled:before { - content: "\f32e"; + content: "\f33a"; } .icon-ic_fluent_window_multiple_20_regular:before { - content: "\f32f"; + content: "\f33b"; } .icon-ic_fluent_window_multiple_swap_20_filled:before { - content: "\f330"; + content: "\f33c"; } .icon-ic_fluent_window_multiple_swap_20_regular:before { - content: "\f331"; + content: "\f33d"; } .icon-ic_fluent_window_new_20_filled:before { - content: "\f332"; + content: "\f33e"; } .icon-ic_fluent_window_new_20_regular:before { - content: "\f333"; + content: "\f33f"; } .icon-ic_fluent_window_play_20_filled:before { - content: "\f334"; + content: "\f340"; } .icon-ic_fluent_window_play_20_regular:before { - content: "\f335"; + content: "\f341"; } .icon-ic_fluent_window_settings_20_filled:before { - content: "\f336"; + content: "\f342"; } .icon-ic_fluent_window_settings_20_regular:before { - content: "\f337"; + content: "\f343"; } .icon-ic_fluent_window_shield_20_filled:before { - content: "\f338"; + content: "\f344"; } .icon-ic_fluent_window_shield_20_regular:before { - content: "\f339"; + content: "\f345"; } .icon-ic_fluent_window_text_20_filled:before { - content: "\f33a"; + content: "\f346"; } .icon-ic_fluent_window_text_20_regular:before { - content: "\f33b"; + content: "\f347"; } .icon-ic_fluent_window_wrench_20_filled:before { - content: "\f33c"; + content: "\f348"; } .icon-ic_fluent_window_wrench_20_regular:before { - content: "\f33d"; + content: "\f349"; } .icon-ic_fluent_wrench_20_filled:before { - content: "\f33e"; + content: "\f34a"; } .icon-ic_fluent_wrench_20_regular:before { - content: "\f33f"; + content: "\f34b"; } .icon-ic_fluent_wrench_screwdriver_20_filled:before { - content: "\f340"; + content: "\f34c"; } .icon-ic_fluent_wrench_screwdriver_20_regular:before { - content: "\f341"; + content: "\f34d"; } .icon-ic_fluent_wrench_settings_20_filled:before { - content: "\f342"; + content: "\f34e"; } .icon-ic_fluent_wrench_settings_20_regular:before { - content: "\f343"; + content: "\f34f"; } .icon-ic_fluent_xbox_console_20_filled:before { - content: "\f344"; + content: "\f350"; } .icon-ic_fluent_xbox_console_20_regular:before { - content: "\f345"; + content: "\f351"; } .icon-ic_fluent_xbox_controller_20_filled:before { - content: "\f346"; + content: "\f352"; } .icon-ic_fluent_xbox_controller_20_regular:before { - content: "\f347"; + content: "\f353"; } .icon-ic_fluent_xbox_controller_error_20_filled:before { - content: "\f348"; + content: "\f354"; } .icon-ic_fluent_xbox_controller_error_20_regular:before { - content: "\f349"; + content: "\f355"; } .icon-ic_fluent_xray_20_filled:before { - content: "\f34a"; + content: "\f356"; } .icon-ic_fluent_xray_20_regular:before { - content: "\f34b"; + content: "\f357"; } .icon-ic_fluent_zoom_fit_20_filled:before { - content: "\f34c"; + content: "\f358"; } .icon-ic_fluent_zoom_fit_20_regular:before { - content: "\f34d"; + content: "\f359"; } .icon-ic_fluent_zoom_in_20_filled:before { - content: "\f34e"; + content: "\f35a"; } .icon-ic_fluent_zoom_in_20_regular:before { - content: "\f34f"; + content: "\f35b"; } .icon-ic_fluent_zoom_out_20_filled:before { - content: "\f350"; + content: "\f35c"; } .icon-ic_fluent_zoom_out_20_regular:before { - content: "\f351"; + content: "\f35d"; } diff --git a/fonts/FluentSystemIcons-Resizable.html b/fonts/FluentSystemIcons-Resizable.html index 3a42f12811..8950836e6a 100644 --- a/fonts/FluentSystemIcons-Resizable.html +++ b/fonts/FluentSystemIcons-Resizable.html @@ -15716,6 +15716,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_document_target_20_filled +
+ + +
+ + + +
+ ic_fluent_document_target_20_regular +
+ +
@@ -17084,6 +17102,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_emoji_meme_20_filled +
+ + +
+ + + +
+ ic_fluent_emoji_meme_20_regular +
+ +
@@ -20090,6 +20126,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_hand_point_20_filled +
+ + +
+ + + +
+ ic_fluent_hand_point_20_regular +
+ +
@@ -27695,6 +27749,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_people_subtract_20_filled +
+ + +
+ + + +
+ ic_fluent_people_subtract_20_regular +
+ +
@@ -27929,6 +28001,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_person_alert_off_20_filled +
+ + +
+ + + +
+ ic_fluent_person_alert_off_20_regular +
+ +
@@ -34382,6 +34472,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_spatula_spoon_20_filled +
+ + +
+ + + +
+ ic_fluent_spatula_spoon_20_regular +
+ +
diff --git a/fonts/FluentSystemIcons-Resizable.json b/fonts/FluentSystemIcons-Resizable.json index 946743addc..b4b1220bf7 100644 --- a/fonts/FluentSystemIcons-Resizable.json +++ b/fonts/FluentSystemIcons-Resizable.json @@ -1739,3210 +1739,3222 @@ "ic_fluent_document_table_search_20_regular": 59081, "ic_fluent_document_table_truck_20_filled": 59082, "ic_fluent_document_table_truck_20_regular": 59083, - "ic_fluent_document_text_20_filled": 59084, - "ic_fluent_document_text_20_regular": 59085, - "ic_fluent_document_text_clock_20_filled": 59086, - "ic_fluent_document_text_clock_20_regular": 59087, - "ic_fluent_document_text_extract_20_filled": 59088, - "ic_fluent_document_text_extract_20_regular": 59089, - "ic_fluent_document_text_link_20_filled": 59090, - "ic_fluent_document_text_link_20_regular": 59091, - "ic_fluent_document_text_toolbox_20_filled": 59092, - "ic_fluent_document_text_toolbox_20_regular": 59093, - "ic_fluent_document_toolbox_20_filled": 59094, - "ic_fluent_document_toolbox_20_regular": 59095, - "ic_fluent_document_width_20_filled": 59096, - "ic_fluent_document_width_20_regular": 59097, - "ic_fluent_document_yml_20_filled": 59098, - "ic_fluent_document_yml_20_regular": 59099, - "ic_fluent_door_20_filled": 59100, - "ic_fluent_door_20_regular": 59101, - "ic_fluent_door_arrow_left_20_filled": 59102, - "ic_fluent_door_arrow_left_20_regular": 59103, - "ic_fluent_door_arrow_right_20_filled": 59104, - "ic_fluent_door_arrow_right_20_regular": 59105, - "ic_fluent_door_tag_20_filled": 59106, - "ic_fluent_door_tag_20_regular": 59107, - "ic_fluent_double_swipe_down_20_filled": 59108, - "ic_fluent_double_swipe_down_20_regular": 59109, - "ic_fluent_double_swipe_up_20_filled": 59110, - "ic_fluent_double_swipe_up_20_regular": 59111, - "ic_fluent_double_tap_swipe_down_20_filled": 59112, - "ic_fluent_double_tap_swipe_down_20_regular": 59113, - "ic_fluent_double_tap_swipe_up_20_filled": 59114, - "ic_fluent_double_tap_swipe_up_20_regular": 59115, - "ic_fluent_drafts_20_filled": 59116, - "ic_fluent_drafts_20_regular": 59117, - "ic_fluent_drag_20_filled": 59118, - "ic_fluent_drag_20_regular": 59119, - "ic_fluent_draw_image_20_filled": 59120, - "ic_fluent_draw_image_20_regular": 59121, - "ic_fluent_draw_shape_20_filled": 59122, - "ic_fluent_draw_shape_20_regular": 59123, - "ic_fluent_draw_text_20_filled": 59124, - "ic_fluent_draw_text_20_regular": 59125, - "ic_fluent_drawer_20_filled": 59126, - "ic_fluent_drawer_20_regular": 59127, - "ic_fluent_drawer_add_20_filled": 59128, - "ic_fluent_drawer_add_20_regular": 59129, - "ic_fluent_drawer_arrow_download_20_filled": 59130, - "ic_fluent_drawer_arrow_download_20_regular": 59131, - "ic_fluent_drawer_dismiss_20_filled": 59132, - "ic_fluent_drawer_dismiss_20_regular": 59133, - "ic_fluent_drawer_play_20_filled": 59134, - "ic_fluent_drawer_play_20_regular": 59135, - "ic_fluent_drawer_subtract_20_filled": 59136, - "ic_fluent_drawer_subtract_20_regular": 59137, - "ic_fluent_drink_beer_20_filled": 59138, - "ic_fluent_drink_beer_20_regular": 59139, - "ic_fluent_drink_bottle_20_filled": 59140, - "ic_fluent_drink_bottle_20_regular": 59141, - "ic_fluent_drink_bottle_off_20_filled": 59142, - "ic_fluent_drink_bottle_off_20_regular": 59143, - "ic_fluent_drink_coffee_20_filled": 59144, - "ic_fluent_drink_coffee_20_regular": 59145, - "ic_fluent_drink_margarita_20_filled": 59146, - "ic_fluent_drink_margarita_20_regular": 59147, - "ic_fluent_drink_to_go_20_filled": 59148, - "ic_fluent_drink_to_go_20_regular": 59149, - "ic_fluent_drink_wine_20_filled": 59150, - "ic_fluent_drink_wine_20_regular": 59151, - "ic_fluent_drive_train_20_filled": 59152, - "ic_fluent_drive_train_20_regular": 59153, - "ic_fluent_drop_20_filled": 59154, - "ic_fluent_drop_20_regular": 59155, - "ic_fluent_dual_screen_20_filled": 59156, - "ic_fluent_dual_screen_20_regular": 59157, - "ic_fluent_dual_screen_add_20_filled": 59158, - "ic_fluent_dual_screen_add_20_regular": 59159, - "ic_fluent_dual_screen_arrow_right_20_filled": 59160, - "ic_fluent_dual_screen_arrow_right_20_regular": 59161, - "ic_fluent_dual_screen_arrow_up_20_filled": 59162, - "ic_fluent_dual_screen_arrow_up_20_regular": 59163, - "ic_fluent_dual_screen_clock_20_filled": 59164, - "ic_fluent_dual_screen_clock_20_regular": 59165, - "ic_fluent_dual_screen_closed_alert_20_filled": 59166, - "ic_fluent_dual_screen_closed_alert_20_regular": 59167, - "ic_fluent_dual_screen_desktop_20_filled": 59168, - "ic_fluent_dual_screen_desktop_20_regular": 59169, - "ic_fluent_dual_screen_dismiss_20_filled": 59170, - "ic_fluent_dual_screen_dismiss_20_regular": 59171, - "ic_fluent_dual_screen_group_20_filled": 59172, - "ic_fluent_dual_screen_group_20_regular": 59173, - "ic_fluent_dual_screen_header_20_filled": 59174, - "ic_fluent_dual_screen_header_20_regular": 59175, - "ic_fluent_dual_screen_lock_20_filled": 59176, - "ic_fluent_dual_screen_lock_20_regular": 59177, - "ic_fluent_dual_screen_mirror_20_filled": 59178, - "ic_fluent_dual_screen_mirror_20_regular": 59179, - "ic_fluent_dual_screen_pagination_20_filled": 59180, - "ic_fluent_dual_screen_pagination_20_regular": 59181, - "ic_fluent_dual_screen_settings_20_filled": 59182, - "ic_fluent_dual_screen_settings_20_regular": 59183, - "ic_fluent_dual_screen_span_20_filled": 59184, - "ic_fluent_dual_screen_span_20_regular": 59185, - "ic_fluent_dual_screen_speaker_20_filled": 59186, - "ic_fluent_dual_screen_speaker_20_regular": 59187, - "ic_fluent_dual_screen_status_bar_20_filled": 59188, - "ic_fluent_dual_screen_status_bar_20_regular": 59189, - "ic_fluent_dual_screen_tablet_20_filled": 59190, - "ic_fluent_dual_screen_tablet_20_regular": 59191, - "ic_fluent_dual_screen_update_20_filled": 59192, - "ic_fluent_dual_screen_update_20_regular": 59193, - "ic_fluent_dual_screen_vertical_scroll_20_filled": 59194, - "ic_fluent_dual_screen_vertical_scroll_20_regular": 59195, - "ic_fluent_dual_screen_vibrate_20_filled": 59196, - "ic_fluent_dual_screen_vibrate_20_regular": 59197, - "ic_fluent_dumbbell_20_filled": 59198, - "ic_fluent_dumbbell_20_regular": 59199, - "ic_fluent_dust_20_filled": 59200, - "ic_fluent_dust_20_regular": 59201, - "ic_fluent_earth_20_filled": 59202, - "ic_fluent_earth_20_regular": 59203, - "ic_fluent_earth_leaf_20_filled": 59204, - "ic_fluent_earth_leaf_20_regular": 59205, - "ic_fluent_edit_20_filled": 59206, - "ic_fluent_edit_20_regular": 59207, - "ic_fluent_edit_arrow_back_20_filled": 59208, - "ic_fluent_edit_arrow_back_20_regular": 59209, - "ic_fluent_edit_off_20_filled": 59210, - "ic_fluent_edit_off_20_regular": 59211, - "ic_fluent_edit_person_20_filled": 59212, - "ic_fluent_edit_person_20_regular": 59213, - "ic_fluent_edit_prohibited_20_filled": 59214, - "ic_fluent_edit_prohibited_20_regular": 59215, - "ic_fluent_edit_settings_20_filled": 59216, - "ic_fluent_edit_settings_20_regular": 59217, - "ic_fluent_elevator_20_filled": 59218, - "ic_fluent_elevator_20_regular": 59219, - "ic_fluent_emoji_20_filled": 59220, - "ic_fluent_emoji_20_regular": 59221, - "ic_fluent_emoji_add_20_filled": 59222, - "ic_fluent_emoji_add_20_regular": 59223, - "ic_fluent_emoji_angry_20_filled": 59224, - "ic_fluent_emoji_angry_20_regular": 59225, - "ic_fluent_emoji_edit_20_filled": 59226, - "ic_fluent_emoji_edit_20_regular": 59227, - "ic_fluent_emoji_hand_20_filled": 59228, - "ic_fluent_emoji_hand_20_regular": 59229, - "ic_fluent_emoji_hint_20_filled": 59230, - "ic_fluent_emoji_hint_20_regular": 59231, - "ic_fluent_emoji_laugh_20_filled": 59232, - "ic_fluent_emoji_laugh_20_regular": 59233, - "ic_fluent_emoji_meh_20_filled": 59234, - "ic_fluent_emoji_meh_20_regular": 59235, - "ic_fluent_emoji_multiple_20_filled": 59236, - "ic_fluent_emoji_multiple_20_regular": 59237, - "ic_fluent_emoji_sad_20_filled": 59238, - "ic_fluent_emoji_sad_20_regular": 59239, - "ic_fluent_emoji_sad_slight_20_filled": 59240, - "ic_fluent_emoji_sad_slight_20_regular": 59241, - "ic_fluent_emoji_smile_slight_20_filled": 59242, - "ic_fluent_emoji_smile_slight_20_regular": 59243, - "ic_fluent_emoji_sparkle_20_filled": 59244, - "ic_fluent_emoji_sparkle_20_regular": 59245, - "ic_fluent_emoji_surprise_20_filled": 59246, - "ic_fluent_emoji_surprise_20_regular": 59247, - "ic_fluent_engine_20_filled": 59248, - "ic_fluent_engine_20_regular": 59249, - "ic_fluent_equal_circle_20_filled": 59250, - "ic_fluent_equal_circle_20_regular": 59251, - "ic_fluent_equal_off_20_filled": 59252, - "ic_fluent_equal_off_20_regular": 59253, - "ic_fluent_eraser_20_filled": 59254, - "ic_fluent_eraser_20_regular": 59255, - "ic_fluent_eraser_medium_20_filled": 59256, - "ic_fluent_eraser_medium_20_regular": 59257, - "ic_fluent_eraser_segment_20_filled": 59258, - "ic_fluent_eraser_segment_20_regular": 59259, - "ic_fluent_eraser_small_20_filled": 59260, - "ic_fluent_eraser_small_20_regular": 59261, - "ic_fluent_eraser_tool_20_filled": 59262, - "ic_fluent_eraser_tool_20_regular": 59263, - "ic_fluent_error_circle_20_filled": 59264, - "ic_fluent_error_circle_20_regular": 59265, - "ic_fluent_error_circle_settings_20_filled": 59266, - "ic_fluent_error_circle_settings_20_regular": 59267, - "ic_fluent_expand_up_left_20_filled": 59268, - "ic_fluent_expand_up_left_20_regular": 59269, - "ic_fluent_expand_up_right_20_filled": 59270, - "ic_fluent_expand_up_right_20_regular": 59271, - "ic_fluent_extended_dock_20_filled": 59272, - "ic_fluent_extended_dock_20_regular": 59273, - "ic_fluent_eye_20_filled": 59274, - "ic_fluent_eye_20_regular": 59275, - "ic_fluent_eye_lines_20_filled": 59276, - "ic_fluent_eye_lines_20_regular": 59277, - "ic_fluent_eye_off_20_filled": 59278, - "ic_fluent_eye_off_20_regular": 59279, - "ic_fluent_eye_tracking_20_filled": 59280, - "ic_fluent_eye_tracking_20_regular": 59281, - "ic_fluent_eye_tracking_off_20_filled": 59282, - "ic_fluent_eye_tracking_off_20_regular": 59283, - "ic_fluent_eyedropper_20_filled": 59284, - "ic_fluent_eyedropper_20_regular": 59285, - "ic_fluent_eyedropper_off_20_filled": 59286, - "ic_fluent_eyedropper_off_20_regular": 59287, - "ic_fluent_f_stop_20_filled": 59288, - "ic_fluent_f_stop_20_regular": 59289, - "ic_fluent_fast_acceleration_20_filled": 59290, - "ic_fluent_fast_acceleration_20_regular": 59291, - "ic_fluent_fast_forward_20_filled": 59292, - "ic_fluent_fast_forward_20_regular": 59293, - "ic_fluent_fax_20_filled": 59294, - "ic_fluent_fax_20_regular": 59295, - "ic_fluent_feed_20_filled": 59296, - "ic_fluent_feed_20_regular": 59297, - "ic_fluent_filmstrip_20_filled": 59298, - "ic_fluent_filmstrip_20_regular": 59299, - "ic_fluent_filmstrip_image_20_filled": 59300, - "ic_fluent_filmstrip_image_20_regular": 59301, - "ic_fluent_filmstrip_play_20_filled": 59302, - "ic_fluent_filmstrip_play_20_regular": 59303, - "ic_fluent_filmstrip_split_20_filled": 59304, - "ic_fluent_filmstrip_split_20_regular": 59305, - "ic_fluent_filter_20_filled": 59306, - "ic_fluent_filter_20_regular": 59307, - "ic_fluent_filter_add_20_filled": 59308, - "ic_fluent_filter_add_20_regular": 59309, - "ic_fluent_filter_dismiss_20_filled": 59310, - "ic_fluent_filter_dismiss_20_regular": 59311, - "ic_fluent_filter_sync_20_filled": 59312, - "ic_fluent_filter_sync_20_regular": 59313, - "ic_fluent_fingerprint_20_filled": 59314, - "ic_fluent_fingerprint_20_regular": 59315, - "ic_fluent_fire_20_filled": 59316, - "ic_fluent_fire_20_regular": 59317, - "ic_fluent_fireplace_20_filled": 59318, - "ic_fluent_fireplace_20_regular": 59319, - "ic_fluent_fixed_width_20_filled": 59320, - "ic_fluent_fixed_width_20_regular": 59321, - "ic_fluent_flag_20_filled": 59322, - "ic_fluent_flag_20_regular": 59323, - "ic_fluent_flag_checkered_20_filled": 59324, - "ic_fluent_flag_checkered_20_regular": 59325, - "ic_fluent_flag_clock_20_filled": 59326, - "ic_fluent_flag_clock_20_regular": 59327, - "ic_fluent_flag_off_20_filled": 59328, - "ic_fluent_flag_off_20_regular": 59329, - "ic_fluent_flag_pride_20_filled": 59330, - "ic_fluent_flag_pride_intersex_inclusive_progress_20_filled": 59331, - "ic_fluent_flag_pride_philadelphia_20_filled": 59332, - "ic_fluent_flag_pride_progress_20_filled": 59333, - "ic_fluent_flash_20_filled": 59334, - "ic_fluent_flash_20_regular": 59335, - "ic_fluent_flash_add_20_filled": 59336, - "ic_fluent_flash_add_20_regular": 59337, - "ic_fluent_flash_auto_20_filled": 59338, - "ic_fluent_flash_auto_20_regular": 59339, - "ic_fluent_flash_checkmark_20_filled": 59340, - "ic_fluent_flash_checkmark_20_regular": 59341, - "ic_fluent_flash_flow_20_filled": 59342, - "ic_fluent_flash_flow_20_regular": 59343, - "ic_fluent_flash_off_20_filled": 59344, - "ic_fluent_flash_off_20_regular": 59345, - "ic_fluent_flash_play_20_filled": 59346, - "ic_fluent_flash_play_20_regular": 59347, - "ic_fluent_flash_settings_20_filled": 59348, - "ic_fluent_flash_settings_20_regular": 59349, - "ic_fluent_flash_sparkle_20_filled": 59350, - "ic_fluent_flash_sparkle_20_regular": 59351, - "ic_fluent_flashlight_20_filled": 59352, - "ic_fluent_flashlight_20_regular": 59353, - "ic_fluent_flashlight_off_20_filled": 59354, - "ic_fluent_flashlight_off_20_regular": 59355, - "ic_fluent_flip_horizontal_20_filled": 59356, - "ic_fluent_flip_horizontal_20_regular": 59357, - "ic_fluent_flip_vertical_20_filled": 59358, - "ic_fluent_flip_vertical_20_regular": 59359, - "ic_fluent_flow_20_filled": 59360, - "ic_fluent_flow_20_regular": 59361, - "ic_fluent_flowchart_20_filled": 59362, - "ic_fluent_flowchart_20_regular": 59363, - "ic_fluent_flowchart_circle_20_filled": 59364, - "ic_fluent_flowchart_circle_20_regular": 59365, - "ic_fluent_fluent_20_filled": 59366, - "ic_fluent_fluent_20_regular": 59367, - "ic_fluent_fluid_20_filled": 59368, - "ic_fluent_fluid_20_regular": 59369, - "ic_fluent_folder_20_filled": 59370, - "ic_fluent_folder_20_regular": 59371, - "ic_fluent_folder_add_20_filled": 59372, - "ic_fluent_folder_add_20_regular": 59373, - "ic_fluent_folder_arrow_left_20_filled": 59374, - "ic_fluent_folder_arrow_left_20_regular": 59375, - "ic_fluent_folder_arrow_right_20_filled": 59376, - "ic_fluent_folder_arrow_right_20_regular": 59377, - "ic_fluent_folder_arrow_up_20_filled": 59378, - "ic_fluent_folder_arrow_up_20_regular": 59379, - "ic_fluent_folder_briefcase_20_filled": 59380, - "ic_fluent_folder_briefcase_20_regular": 59381, - "ic_fluent_folder_globe_20_filled": 59382, - "ic_fluent_folder_globe_20_regular": 59383, - "ic_fluent_folder_lightning_20_filled": 59384, - "ic_fluent_folder_lightning_20_regular": 59385, - "ic_fluent_folder_link_20_filled": 59386, - "ic_fluent_folder_link_20_regular": 59387, - "ic_fluent_folder_list_20_filled": 59388, - "ic_fluent_folder_list_20_regular": 59389, - "ic_fluent_folder_mail_20_filled": 59390, - "ic_fluent_folder_mail_20_regular": 59391, - "ic_fluent_folder_open_20_filled": 59392, - "ic_fluent_folder_open_20_regular": 59393, - "ic_fluent_folder_open_vertical_20_filled": 59394, - "ic_fluent_folder_open_vertical_20_regular": 59395, - "ic_fluent_folder_people_20_filled": 59396, - "ic_fluent_folder_people_20_regular": 59397, - "ic_fluent_folder_person_20_filled": 59398, - "ic_fluent_folder_person_20_regular": 59399, - "ic_fluent_folder_prohibited_20_filled": 59400, - "ic_fluent_folder_prohibited_20_regular": 59401, - "ic_fluent_folder_search_20_filled": 59402, - "ic_fluent_folder_search_20_regular": 59403, - "ic_fluent_folder_swap_20_filled": 59404, - "ic_fluent_folder_swap_20_regular": 59405, - "ic_fluent_folder_sync_20_filled": 59406, - "ic_fluent_folder_sync_20_regular": 59407, - "ic_fluent_folder_zip_20_filled": 59408, - "ic_fluent_folder_zip_20_regular": 59409, - "ic_fluent_font_decrease_20_filled": 59410, - "ic_fluent_font_decrease_20_regular": 59411, - "ic_fluent_font_increase_20_filled": 59412, - "ic_fluent_font_increase_20_regular": 59413, - "ic_fluent_font_space_tracking_in_20_filled": 59414, - "ic_fluent_font_space_tracking_in_20_regular": 59415, - "ic_fluent_font_space_tracking_out_20_filled": 59416, - "ic_fluent_font_space_tracking_out_20_regular": 59417, - "ic_fluent_food_20_filled": 59418, - "ic_fluent_food_20_regular": 59419, - "ic_fluent_food_apple_20_filled": 59420, - "ic_fluent_food_apple_20_regular": 59421, - "ic_fluent_food_cake_20_filled": 59422, - "ic_fluent_food_cake_20_regular": 59423, - "ic_fluent_food_carrot_20_filled": 59424, - "ic_fluent_food_carrot_20_regular": 59425, - "ic_fluent_food_chicken_leg_20_filled": 59426, - "ic_fluent_food_chicken_leg_20_regular": 59427, - "ic_fluent_food_egg_20_filled": 59428, - "ic_fluent_food_egg_20_regular": 59429, - "ic_fluent_food_fish_20_filled": 59430, - "ic_fluent_food_fish_20_regular": 59431, - "ic_fluent_food_grains_20_filled": 59432, - "ic_fluent_food_grains_20_regular": 59433, - "ic_fluent_food_pizza_20_filled": 59434, - "ic_fluent_food_pizza_20_regular": 59435, - "ic_fluent_food_toast_20_filled": 59436, - "ic_fluent_food_toast_20_regular": 59437, - "ic_fluent_form_20_filled": 59438, - "ic_fluent_form_20_regular": 59439, - "ic_fluent_form_multiple_20_filled": 59440, - "ic_fluent_form_multiple_20_regular": 59441, - "ic_fluent_form_new_20_filled": 59442, - "ic_fluent_form_new_20_regular": 59443, - "ic_fluent_fps_120_20_filled": 59444, - "ic_fluent_fps_120_20_regular": 59445, - "ic_fluent_fps_240_20_filled": 59446, - "ic_fluent_fps_240_20_regular": 59447, - "ic_fluent_fps_30_20_filled": 59448, - "ic_fluent_fps_30_20_regular": 59449, - "ic_fluent_fps_60_20_filled": 59450, - "ic_fluent_fps_60_20_regular": 59451, - "ic_fluent_fps_960_20_filled": 59452, - "ic_fluent_fps_960_20_regular": 59453, - "ic_fluent_frame_20_filled": 59454, - "ic_fluent_frame_20_regular": 59455, - "ic_fluent_full_screen_maximize_20_filled": 59456, - "ic_fluent_full_screen_maximize_20_regular": 59457, - "ic_fluent_full_screen_minimize_20_filled": 59458, - "ic_fluent_full_screen_minimize_20_regular": 59459, - "ic_fluent_games_20_filled": 59460, - "ic_fluent_games_20_regular": 59461, - "ic_fluent_gantt_chart_20_filled": 59462, - "ic_fluent_gantt_chart_20_regular": 59463, - "ic_fluent_gas_20_filled": 59464, - "ic_fluent_gas_20_regular": 59465, - "ic_fluent_gas_pump_20_filled": 59466, - "ic_fluent_gas_pump_20_regular": 59467, - "ic_fluent_gather_20_filled": 59468, - "ic_fluent_gather_20_regular": 59469, - "ic_fluent_gauge_20_filled": 59470, - "ic_fluent_gauge_20_regular": 59471, - "ic_fluent_gauge_add_20_filled": 59472, - "ic_fluent_gauge_add_20_regular": 59473, - "ic_fluent_gavel_20_filled": 59474, - "ic_fluent_gavel_20_regular": 59475, - "ic_fluent_gavel_prohibited_20_filled": 59476, - "ic_fluent_gavel_prohibited_20_regular": 59477, - "ic_fluent_gesture_20_filled": 59478, - "ic_fluent_gesture_20_regular": 59479, - "ic_fluent_gif_20_filled": 59480, - "ic_fluent_gif_20_regular": 59481, - "ic_fluent_gift_20_filled": 59482, - "ic_fluent_gift_20_regular": 59483, - "ic_fluent_gift_card_20_filled": 59484, - "ic_fluent_gift_card_20_regular": 59485, - "ic_fluent_gift_card_add_20_filled": 59486, - "ic_fluent_gift_card_add_20_regular": 59487, - "ic_fluent_gift_card_arrow_right_20_filled": 59488, - "ic_fluent_gift_card_arrow_right_20_regular": 59489, - "ic_fluent_gift_card_money_20_filled": 59490, - "ic_fluent_gift_card_money_20_regular": 59491, - "ic_fluent_gift_card_multiple_20_filled": 59492, - "ic_fluent_gift_card_multiple_20_regular": 59493, - "ic_fluent_gift_open_20_filled": 59494, - "ic_fluent_gift_open_20_regular": 59495, - "ic_fluent_glance_20_filled": 59496, - "ic_fluent_glance_20_regular": 59497, - "ic_fluent_glance_horizontal_20_filled": 59498, - "ic_fluent_glance_horizontal_20_regular": 59499, - "ic_fluent_glance_horizontal_sparkles_20_filled": 59500, - "ic_fluent_glance_horizontal_sparkles_20_regular": 59501, - "ic_fluent_glasses_20_filled": 59502, - "ic_fluent_glasses_20_regular": 59503, - "ic_fluent_glasses_off_20_filled": 59504, - "ic_fluent_glasses_off_20_regular": 59505, - "ic_fluent_globe_20_filled": 59506, - "ic_fluent_globe_20_regular": 59507, - "ic_fluent_globe_add_20_filled": 59508, - "ic_fluent_globe_add_20_regular": 59509, - "ic_fluent_globe_arrow_forward_20_filled": 59510, - "ic_fluent_globe_arrow_forward_20_regular": 59511, - "ic_fluent_globe_arrow_up_20_filled": 59512, - "ic_fluent_globe_arrow_up_20_regular": 59513, - "ic_fluent_globe_clock_20_filled": 59514, - "ic_fluent_globe_clock_20_regular": 59515, - "ic_fluent_globe_desktop_20_filled": 59516, - "ic_fluent_globe_desktop_20_regular": 59517, - "ic_fluent_globe_error_20_filled": 59518, - "ic_fluent_globe_error_20_regular": 59519, - "ic_fluent_globe_location_20_filled": 59520, - "ic_fluent_globe_location_20_regular": 59521, - "ic_fluent_globe_person_20_filled": 59522, - "ic_fluent_globe_person_20_regular": 59523, - "ic_fluent_globe_prohibited_20_filled": 59524, - "ic_fluent_globe_prohibited_20_regular": 59525, - "ic_fluent_globe_search_20_filled": 59526, - "ic_fluent_globe_search_20_regular": 59527, - "ic_fluent_globe_shield_20_filled": 59528, - "ic_fluent_globe_shield_20_regular": 59529, - "ic_fluent_globe_star_20_filled": 59530, - "ic_fluent_globe_star_20_regular": 59531, - "ic_fluent_globe_surface_20_filled": 59532, - "ic_fluent_globe_surface_20_regular": 59533, - "ic_fluent_globe_sync_20_filled": 59534, - "ic_fluent_globe_sync_20_regular": 59535, - "ic_fluent_globe_video_20_filled": 59536, - "ic_fluent_globe_video_20_regular": 59537, - "ic_fluent_globe_warning_20_filled": 59538, - "ic_fluent_globe_warning_20_regular": 59539, - "ic_fluent_grid_20_filled": 59540, - "ic_fluent_grid_20_regular": 59541, - "ic_fluent_grid_dots_20_filled": 59542, - "ic_fluent_grid_dots_20_regular": 59543, - "ic_fluent_grid_kanban_20_filled": 59544, - "ic_fluent_grid_kanban_20_regular": 59545, - "ic_fluent_group_20_filled": 59546, - "ic_fluent_group_20_regular": 59547, - "ic_fluent_group_dismiss_20_filled": 59548, - "ic_fluent_group_dismiss_20_regular": 59549, - "ic_fluent_group_list_20_filled": 59550, - "ic_fluent_group_list_20_regular": 59551, - "ic_fluent_group_return_20_filled": 59552, - "ic_fluent_group_return_20_regular": 59553, - "ic_fluent_guardian_20_filled": 59554, - "ic_fluent_guardian_20_regular": 59555, - "ic_fluent_guest_20_filled": 59556, - "ic_fluent_guest_20_regular": 59557, - "ic_fluent_guest_add_20_filled": 59558, - "ic_fluent_guest_add_20_regular": 59559, - "ic_fluent_guitar_20_filled": 59560, - "ic_fluent_guitar_20_regular": 59561, - "ic_fluent_hand_draw_20_filled": 59562, - "ic_fluent_hand_draw_20_regular": 59563, - "ic_fluent_hand_left_20_filled": 59564, - "ic_fluent_hand_left_20_regular": 59565, - "ic_fluent_hand_left_chat_20_filled": 59566, - "ic_fluent_hand_left_chat_20_regular": 59567, - "ic_fluent_hand_open_heart_20_filled": 59568, - "ic_fluent_hand_open_heart_20_regular": 59569, - "ic_fluent_hand_right_20_filled": 59570, - "ic_fluent_hand_right_20_regular": 59571, - "ic_fluent_hand_right_off_20_filled": 59572, - "ic_fluent_hand_right_off_20_regular": 59573, - "ic_fluent_hand_wave_20_filled": 59574, - "ic_fluent_hand_wave_20_regular": 59575, - "ic_fluent_handshake_20_filled": 59576, - "ic_fluent_handshake_20_regular": 59577, - "ic_fluent_hard_drive_20_filled": 59578, - "ic_fluent_hard_drive_20_regular": 59579, - "ic_fluent_hat_graduation_20_filled": 59580, - "ic_fluent_hat_graduation_20_regular": 59581, - "ic_fluent_hat_graduation_add_20_filled": 59582, - "ic_fluent_hat_graduation_add_20_regular": 59583, - "ic_fluent_hat_graduation_sparkle_20_filled": 59584, - "ic_fluent_hat_graduation_sparkle_20_regular": 59585, - "ic_fluent_hd_20_filled": 59586, - "ic_fluent_hd_20_regular": 59587, - "ic_fluent_hdr_20_filled": 59588, - "ic_fluent_hdr_20_regular": 59589, - "ic_fluent_hdr_off_20_filled": 59590, - "ic_fluent_hdr_off_20_regular": 59591, - "ic_fluent_headphones_20_filled": 59592, - "ic_fluent_headphones_20_regular": 59593, - "ic_fluent_headphones_sound_wave_20_filled": 59594, - "ic_fluent_headphones_sound_wave_20_regular": 59595, - "ic_fluent_headset_20_filled": 59596, - "ic_fluent_headset_20_regular": 59597, - "ic_fluent_headset_add_20_filled": 59598, - "ic_fluent_headset_add_20_regular": 59599, - "ic_fluent_headset_vr_20_filled": 59600, - "ic_fluent_headset_vr_20_regular": 59601, - "ic_fluent_heart_20_filled": 59602, - "ic_fluent_heart_20_regular": 59603, - "ic_fluent_heart_broken_20_filled": 59604, - "ic_fluent_heart_broken_20_regular": 59605, - "ic_fluent_heart_circle_20_filled": 59606, - "ic_fluent_heart_circle_20_regular": 59607, - "ic_fluent_heart_circle_hint_20_filled": 59608, - "ic_fluent_heart_circle_hint_20_regular": 59609, - "ic_fluent_heart_off_20_filled": 59610, - "ic_fluent_heart_off_20_regular": 59611, - "ic_fluent_heart_pulse_20_filled": 59612, - "ic_fluent_heart_pulse_20_regular": 59613, - "ic_fluent_heart_pulse_checkmark_20_filled": 59614, - "ic_fluent_heart_pulse_checkmark_20_regular": 59615, - "ic_fluent_heart_pulse_error_20_filled": 59616, - "ic_fluent_heart_pulse_error_20_regular": 59617, - "ic_fluent_heart_pulse_warning_20_filled": 59618, - "ic_fluent_heart_pulse_warning_20_regular": 59619, - "ic_fluent_hexagon_20_filled": 59620, - "ic_fluent_hexagon_20_regular": 59621, - "ic_fluent_hexagon_three_20_filled": 59622, - "ic_fluent_hexagon_three_20_regular": 59623, - "ic_fluent_highlight_20_filled": 59624, - "ic_fluent_highlight_20_regular": 59625, - "ic_fluent_highlight_accent_20_filled": 59626, - "ic_fluent_highlight_link_20_filled": 59627, - "ic_fluent_highlight_link_20_regular": 59628, - "ic_fluent_highway_20_filled": 59629, - "ic_fluent_highway_20_regular": 59630, - "ic_fluent_history_20_filled": 59631, - "ic_fluent_history_20_regular": 59632, - "ic_fluent_history_dismiss_20_filled": 59633, - "ic_fluent_history_dismiss_20_regular": 59634, - "ic_fluent_home_20_filled": 59635, - "ic_fluent_home_20_regular": 59636, - "ic_fluent_home_add_20_filled": 59637, - "ic_fluent_home_add_20_regular": 59638, - "ic_fluent_home_checkmark_20_filled": 59639, - "ic_fluent_home_checkmark_20_regular": 59640, - "ic_fluent_home_database_20_filled": 59641, - "ic_fluent_home_database_20_regular": 59642, - "ic_fluent_home_garage_20_filled": 59643, - "ic_fluent_home_garage_20_regular": 59644, - "ic_fluent_home_heart_20_filled": 59645, - "ic_fluent_home_heart_20_regular": 59646, - "ic_fluent_home_more_20_filled": 59647, - "ic_fluent_home_more_20_regular": 59648, - "ic_fluent_home_person_20_filled": 59649, - "ic_fluent_home_person_20_regular": 59650, - "ic_fluent_home_split_20_filled": 59651, - "ic_fluent_home_split_20_regular": 59652, - "ic_fluent_hourglass_20_filled": 59653, - "ic_fluent_hourglass_20_regular": 59654, - "ic_fluent_hourglass_half_20_filled": 59655, - "ic_fluent_hourglass_half_20_regular": 59656, - "ic_fluent_hourglass_one_quarter_20_filled": 59657, - "ic_fluent_hourglass_one_quarter_20_regular": 59658, - "ic_fluent_hourglass_three_quarter_20_filled": 59659, - "ic_fluent_hourglass_three_quarter_20_regular": 59660, - "ic_fluent_icons_20_filled": 59661, - "ic_fluent_icons_20_regular": 59662, - "ic_fluent_image_20_filled": 59663, - "ic_fluent_image_20_regular": 59664, - "ic_fluent_image_add_20_filled": 59665, - "ic_fluent_image_add_20_regular": 59666, - "ic_fluent_image_alt_text_20_filled": 59667, - "ic_fluent_image_alt_text_20_regular": 59668, - "ic_fluent_image_arrow_back_20_filled": 59669, - "ic_fluent_image_arrow_back_20_regular": 59670, - "ic_fluent_image_arrow_counterclockwise_20_filled": 59671, - "ic_fluent_image_arrow_counterclockwise_20_regular": 59672, - "ic_fluent_image_arrow_forward_20_filled": 59673, - "ic_fluent_image_arrow_forward_20_regular": 59674, - "ic_fluent_image_border_20_filled": 59675, - "ic_fluent_image_border_20_regular": 59676, - "ic_fluent_image_circle_20_filled": 59677, - "ic_fluent_image_circle_20_regular": 59678, - "ic_fluent_image_copy_20_filled": 59679, - "ic_fluent_image_copy_20_regular": 59680, - "ic_fluent_image_edit_20_filled": 59681, - "ic_fluent_image_edit_20_regular": 59682, - "ic_fluent_image_globe_20_filled": 59683, - "ic_fluent_image_globe_20_regular": 59684, - "ic_fluent_image_multiple_20_filled": 59685, - "ic_fluent_image_multiple_20_regular": 59686, - "ic_fluent_image_multiple_off_20_filled": 59687, - "ic_fluent_image_multiple_off_20_regular": 59688, - "ic_fluent_image_off_20_filled": 59689, - "ic_fluent_image_off_20_regular": 59690, - "ic_fluent_image_prohibited_20_filled": 59691, - "ic_fluent_image_prohibited_20_regular": 59692, - "ic_fluent_image_reflection_20_filled": 59693, - "ic_fluent_image_reflection_20_regular": 59694, - "ic_fluent_image_search_20_filled": 59695, - "ic_fluent_image_search_20_regular": 59696, - "ic_fluent_image_shadow_20_filled": 59697, - "ic_fluent_image_shadow_20_regular": 59698, - "ic_fluent_image_sparkle_20_filled": 59699, - "ic_fluent_image_sparkle_20_regular": 59700, - "ic_fluent_image_split_20_filled": 59701, - "ic_fluent_image_split_20_regular": 59702, - "ic_fluent_image_stack_20_filled": 59703, - "ic_fluent_image_stack_20_regular": 59704, - "ic_fluent_image_table_20_filled": 59705, - "ic_fluent_image_table_20_regular": 59706, - "ic_fluent_immersive_reader_20_filled": 59707, - "ic_fluent_immersive_reader_20_regular": 59708, - "ic_fluent_important_20_filled": 59709, - "ic_fluent_important_20_regular": 59710, - "ic_fluent_incognito_20_filled": 59711, - "ic_fluent_incognito_20_regular": 59712, - "ic_fluent_info_20_filled": 59713, - "ic_fluent_info_20_regular": 59714, - "ic_fluent_info_shield_20_filled": 59715, - "ic_fluent_info_shield_20_regular": 59716, - "ic_fluent_ink_stroke_20_filled": 59717, - "ic_fluent_ink_stroke_20_regular": 59718, - "ic_fluent_ink_stroke_arrow_down_20_filled": 59719, - "ic_fluent_ink_stroke_arrow_down_20_regular": 59720, - "ic_fluent_ink_stroke_arrow_up_down_20_filled": 59721, - "ic_fluent_ink_stroke_arrow_up_down_20_regular": 59722, - "ic_fluent_inking_tool_20_filled": 59723, - "ic_fluent_inking_tool_20_regular": 59724, - "ic_fluent_inking_tool_accent_20_filled": 59725, - "ic_fluent_inprivate_account_20_filled": 59726, - "ic_fluent_inprivate_account_20_regular": 59727, - "ic_fluent_insert_20_filled": 59728, - "ic_fluent_insert_20_regular": 59729, - "ic_fluent_ios_chevron_right_20_filled": 59730, - "ic_fluent_ios_chevron_right_20_regular": 59731, - "ic_fluent_iot_20_filled": 59732, - "ic_fluent_iot_20_regular": 59733, - "ic_fluent_iot_alert_20_filled": 59734, - "ic_fluent_iot_alert_20_regular": 59735, - "ic_fluent_javascript_20_filled": 59736, - "ic_fluent_javascript_20_regular": 59737, - "ic_fluent_joystick_20_filled": 59738, - "ic_fluent_joystick_20_regular": 59739, - "ic_fluent_key_20_filled": 59740, - "ic_fluent_key_20_regular": 59741, - "ic_fluent_key_command_20_filled": 59742, - "ic_fluent_key_command_20_regular": 59743, - "ic_fluent_key_multiple_20_filled": 59744, - "ic_fluent_key_multiple_20_regular": 59745, - "ic_fluent_key_reset_20_filled": 59746, - "ic_fluent_key_reset_20_regular": 59747, - "ic_fluent_keyboard_123_20_filled": 59748, - "ic_fluent_keyboard_123_20_regular": 59749, - "ic_fluent_keyboard_20_filled": 59750, - "ic_fluent_keyboard_20_regular": 59751, - "ic_fluent_keyboard_dock_20_filled": 59752, - "ic_fluent_keyboard_dock_20_regular": 59753, - "ic_fluent_keyboard_layout_float_20_filled": 59754, - "ic_fluent_keyboard_layout_float_20_regular": 59755, - "ic_fluent_keyboard_layout_one_handed_left_20_filled": 59756, - "ic_fluent_keyboard_layout_one_handed_left_20_regular": 59757, - "ic_fluent_keyboard_layout_resize_20_filled": 59758, - "ic_fluent_keyboard_layout_resize_20_regular": 59759, - "ic_fluent_keyboard_layout_split_20_filled": 59760, - "ic_fluent_keyboard_layout_split_20_regular": 59761, - "ic_fluent_keyboard_shift_20_filled": 59762, - "ic_fluent_keyboard_shift_20_regular": 59763, - "ic_fluent_keyboard_shift_uppercase_20_filled": 59764, - "ic_fluent_keyboard_shift_uppercase_20_regular": 59765, - "ic_fluent_keyboard_tab_20_filled": 59766, - "ic_fluent_keyboard_tab_20_regular": 59767, - "ic_fluent_laptop_20_filled": 59768, - "ic_fluent_laptop_20_regular": 59769, - "ic_fluent_laptop_briefcase_20_filled": 59770, - "ic_fluent_laptop_briefcase_20_regular": 59771, - "ic_fluent_laptop_dismiss_20_filled": 59772, - "ic_fluent_laptop_dismiss_20_regular": 59773, - "ic_fluent_laptop_person_20_filled": 59774, - "ic_fluent_laptop_person_20_regular": 59775, - "ic_fluent_laptop_settings_20_filled": 59776, - "ic_fluent_laptop_settings_20_regular": 59777, - "ic_fluent_laptop_shield_20_filled": 59778, - "ic_fluent_laptop_shield_20_regular": 59779, - "ic_fluent_laser_tool_20_filled": 59780, - "ic_fluent_laser_tool_20_regular": 59781, - "ic_fluent_lasso_20_filled": 59782, - "ic_fluent_lasso_20_regular": 59783, - "ic_fluent_launcher_settings_20_filled": 59784, - "ic_fluent_launcher_settings_20_regular": 59785, - "ic_fluent_layer_20_filled": 59786, - "ic_fluent_layer_20_regular": 59787, - "ic_fluent_layer_diagonal_20_filled": 59788, - "ic_fluent_layer_diagonal_20_regular": 59789, - "ic_fluent_layer_diagonal_add_20_filled": 59790, - "ic_fluent_layer_diagonal_add_20_regular": 59791, - "ic_fluent_layer_diagonal_person_20_filled": 59792, - "ic_fluent_layer_diagonal_person_20_regular": 59793, - "ic_fluent_layer_diagonal_sparkle_20_filled": 59794, - "ic_fluent_layer_diagonal_sparkle_20_regular": 59795, - "ic_fluent_layout_cell_four_20_filled": 59796, - "ic_fluent_layout_cell_four_20_regular": 59797, - "ic_fluent_layout_cell_four_focus_bottom_left_20_filled": 59798, - "ic_fluent_layout_cell_four_focus_bottom_right_20_filled": 59799, - "ic_fluent_layout_cell_four_focus_top_left_20_filled": 59800, - "ic_fluent_layout_cell_four_focus_top_right_20_filled": 59801, - "ic_fluent_layout_column_four_20_filled": 59802, - "ic_fluent_layout_column_four_20_regular": 59803, - "ic_fluent_layout_column_four_focus_center_left_20_filled": 59804, - "ic_fluent_layout_column_four_focus_center_right_20_filled": 59805, - "ic_fluent_layout_column_four_focus_left_20_filled": 59806, - "ic_fluent_layout_column_four_focus_right_20_filled": 59807, - "ic_fluent_layout_column_one_third_left_20_filled": 59808, - "ic_fluent_layout_column_one_third_left_20_regular": 59809, - "ic_fluent_layout_column_one_third_right_20_filled": 59810, - "ic_fluent_layout_column_one_third_right_20_regular": 59811, - "ic_fluent_layout_column_one_third_right_hint_20_filled": 59812, - "ic_fluent_layout_column_one_third_right_hint_20_regular": 59813, - "ic_fluent_layout_column_three_20_filled": 59814, - "ic_fluent_layout_column_three_20_regular": 59815, - "ic_fluent_layout_column_three_focus_center_20_filled": 59816, - "ic_fluent_layout_column_three_focus_left_20_filled": 59817, - "ic_fluent_layout_column_three_focus_right_20_filled": 59818, - "ic_fluent_layout_column_two_20_filled": 59819, - "ic_fluent_layout_column_two_20_regular": 59820, - "ic_fluent_layout_column_two_focus_left_20_filled": 59821, - "ic_fluent_layout_column_two_focus_right_20_filled": 59822, - "ic_fluent_layout_column_two_split_left_20_filled": 59823, - "ic_fluent_layout_column_two_split_left_20_regular": 59824, - "ic_fluent_layout_column_two_split_left_focus_bottom_left_20_filled": 59825, - "ic_fluent_layout_column_two_split_left_focus_right_20_filled": 59826, - "ic_fluent_layout_column_two_split_left_focus_top_left_20_filled": 59827, - "ic_fluent_layout_column_two_split_right_20_filled": 59828, - "ic_fluent_layout_column_two_split_right_20_regular": 59829, - "ic_fluent_layout_column_two_split_right_focus_bottom_right_20_filled": 59830, - "ic_fluent_layout_column_two_split_right_focus_left_20_filled": 59831, - "ic_fluent_layout_column_two_split_right_focus_top_right_20_filled": 59832, - "ic_fluent_layout_row_four_20_filled": 59833, - "ic_fluent_layout_row_four_20_regular": 59834, - "ic_fluent_layout_row_four_focus_bottom_20_filled": 59835, - "ic_fluent_layout_row_four_focus_center_bottom_20_filled": 59836, - "ic_fluent_layout_row_four_focus_center_top_20_filled": 59837, - "ic_fluent_layout_row_four_focus_top_20_filled": 59838, - "ic_fluent_layout_row_three_20_filled": 59839, - "ic_fluent_layout_row_three_20_regular": 59840, - "ic_fluent_layout_row_three_focus_bottom_20_filled": 59841, - "ic_fluent_layout_row_three_focus_center_20_filled": 59842, - "ic_fluent_layout_row_three_focus_top_20_filled": 59843, - "ic_fluent_layout_row_two_20_filled": 59844, - "ic_fluent_layout_row_two_20_regular": 59845, - "ic_fluent_layout_row_two_focus_bottom_20_filled": 59846, - "ic_fluent_layout_row_two_focus_top_20_filled": 59847, - "ic_fluent_layout_row_two_split_bottom_20_filled": 59848, - "ic_fluent_layout_row_two_split_bottom_20_regular": 59849, - "ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled": 59850, - "ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled": 59851, - "ic_fluent_layout_row_two_split_bottom_focus_top_20_filled": 59852, - "ic_fluent_layout_row_two_split_top_20_filled": 59853, - "ic_fluent_layout_row_two_split_top_20_regular": 59854, - "ic_fluent_layout_row_two_split_top_focus_bottom_20_filled": 59855, - "ic_fluent_layout_row_two_split_top_focus_top_left_20_filled": 59856, - "ic_fluent_layout_row_two_split_top_focus_top_right_20_filled": 59857, - "ic_fluent_leaf_one_20_filled": 59858, - "ic_fluent_leaf_one_20_regular": 59859, - "ic_fluent_leaf_three_20_filled": 59860, - "ic_fluent_leaf_three_20_regular": 59861, - "ic_fluent_leaf_two_20_filled": 59862, - "ic_fluent_leaf_two_20_regular": 59863, - "ic_fluent_learning_app_20_filled": 59864, - "ic_fluent_learning_app_20_regular": 59865, - "ic_fluent_library_20_filled": 59866, - "ic_fluent_library_20_regular": 59867, - "ic_fluent_lightbulb_20_filled": 59868, - "ic_fluent_lightbulb_20_regular": 59869, - "ic_fluent_lightbulb_checkmark_20_filled": 59870, - "ic_fluent_lightbulb_checkmark_20_regular": 59871, - "ic_fluent_lightbulb_circle_20_filled": 59872, - "ic_fluent_lightbulb_circle_20_regular": 59873, - "ic_fluent_lightbulb_filament_20_filled": 59874, - "ic_fluent_lightbulb_filament_20_regular": 59875, - "ic_fluent_lightbulb_person_20_filled": 59876, - "ic_fluent_lightbulb_person_20_regular": 59877, - "ic_fluent_likert_20_filled": 59878, - "ic_fluent_likert_20_regular": 59879, - "ic_fluent_line_20_filled": 59880, - "ic_fluent_line_20_regular": 59881, - "ic_fluent_line_dashes_20_filled": 59882, - "ic_fluent_line_dashes_20_regular": 59883, - "ic_fluent_line_flow_diagonal_up_right_20_filled": 59884, - "ic_fluent_line_flow_diagonal_up_right_20_regular": 59885, - "ic_fluent_line_horizontal_1_20_filled": 59886, - "ic_fluent_line_horizontal_1_20_regular": 59887, - "ic_fluent_line_horizontal_1_dashes_20_filled": 59888, - "ic_fluent_line_horizontal_1_dashes_20_regular": 59889, - "ic_fluent_line_horizontal_2_dashes_solid_20_filled": 59890, - "ic_fluent_line_horizontal_2_dashes_solid_20_regular": 59891, - "ic_fluent_line_horizontal_3_20_filled": 59892, - "ic_fluent_line_horizontal_3_20_regular": 59893, - "ic_fluent_line_horizontal_4_20_filled": 59894, - "ic_fluent_line_horizontal_4_20_regular": 59895, - "ic_fluent_line_horizontal_4_search_20_filled": 59896, - "ic_fluent_line_horizontal_4_search_20_regular": 59897, - "ic_fluent_line_horizontal_5_20_filled": 59898, - "ic_fluent_line_horizontal_5_20_regular": 59899, - "ic_fluent_line_horizontal_5_error_20_filled": 59900, - "ic_fluent_line_horizontal_5_error_20_regular": 59901, - "ic_fluent_line_style_20_filled": 59902, - "ic_fluent_line_style_20_regular": 59903, - "ic_fluent_line_thickness_20_filled": 59904, - "ic_fluent_line_thickness_20_regular": 59905, - "ic_fluent_link_20_filled": 59906, - "ic_fluent_link_20_regular": 59907, - "ic_fluent_link_add_20_filled": 59908, - "ic_fluent_link_add_20_regular": 59909, - "ic_fluent_link_dismiss_20_filled": 59910, - "ic_fluent_link_dismiss_20_regular": 59911, - "ic_fluent_link_edit_20_filled": 59912, - "ic_fluent_link_edit_20_regular": 59913, - "ic_fluent_link_multiple_20_filled": 59914, - "ic_fluent_link_multiple_20_regular": 59915, - "ic_fluent_link_person_20_filled": 59916, - "ic_fluent_link_person_20_regular": 59917, - "ic_fluent_link_square_20_filled": 59918, - "ic_fluent_link_square_20_regular": 59919, - "ic_fluent_link_toolbox_20_filled": 59920, - "ic_fluent_link_toolbox_20_regular": 59921, - "ic_fluent_list_20_filled": 59922, - "ic_fluent_list_20_regular": 59923, - "ic_fluent_list_bar_20_filled": 59924, - "ic_fluent_list_bar_20_regular": 59925, - "ic_fluent_list_bar_tree_20_filled": 59926, - "ic_fluent_list_bar_tree_20_regular": 59927, - "ic_fluent_list_bar_tree_offset_20_filled": 59928, - "ic_fluent_list_bar_tree_offset_20_regular": 59929, - "ic_fluent_list_rtl_20_filled": 59930, - "ic_fluent_list_rtl_20_regular": 59931, - "ic_fluent_live_20_filled": 59932, - "ic_fluent_live_20_regular": 59933, - "ic_fluent_live_off_20_filled": 59934, - "ic_fluent_live_off_20_regular": 59935, - "ic_fluent_local_language_20_filled": 59936, - "ic_fluent_local_language_20_regular": 59937, - "ic_fluent_location_20_filled": 59938, - "ic_fluent_location_20_regular": 59939, - "ic_fluent_location_add_20_filled": 59940, - "ic_fluent_location_add_20_regular": 59941, - "ic_fluent_location_add_left_20_filled": 59942, - "ic_fluent_location_add_left_20_regular": 59943, - "ic_fluent_location_add_right_20_filled": 59944, - "ic_fluent_location_add_right_20_regular": 59945, - "ic_fluent_location_add_up_20_filled": 59946, - "ic_fluent_location_add_up_20_regular": 59947, - "ic_fluent_location_arrow_20_filled": 59948, - "ic_fluent_location_arrow_20_regular": 59949, - "ic_fluent_location_arrow_left_20_filled": 59950, - "ic_fluent_location_arrow_left_20_regular": 59951, - "ic_fluent_location_arrow_right_20_filled": 59952, - "ic_fluent_location_arrow_right_20_regular": 59953, - "ic_fluent_location_arrow_up_20_filled": 59954, - "ic_fluent_location_arrow_up_20_regular": 59955, - "ic_fluent_location_dismiss_20_filled": 59956, - "ic_fluent_location_dismiss_20_regular": 59957, - "ic_fluent_location_live_20_filled": 59958, - "ic_fluent_location_live_20_regular": 59959, - "ic_fluent_location_off_20_filled": 59960, - "ic_fluent_location_off_20_regular": 59961, - "ic_fluent_location_ripple_20_filled": 59962, - "ic_fluent_location_ripple_20_regular": 59963, - "ic_fluent_location_target_square_20_filled": 59964, - "ic_fluent_location_target_square_20_regular": 59965, - "ic_fluent_lock_closed_20_filled": 59966, - "ic_fluent_lock_closed_20_regular": 59967, - "ic_fluent_lock_closed_key_20_filled": 59968, - "ic_fluent_lock_closed_key_20_regular": 59969, - "ic_fluent_lock_multiple_20_filled": 59970, - "ic_fluent_lock_multiple_20_regular": 59971, - "ic_fluent_lock_open_20_filled": 59972, - "ic_fluent_lock_open_20_regular": 59973, - "ic_fluent_lock_shield_20_filled": 59974, - "ic_fluent_lock_shield_20_regular": 59975, - "ic_fluent_lottery_20_filled": 59976, - "ic_fluent_lottery_20_regular": 59977, - "ic_fluent_luggage_20_filled": 59978, - "ic_fluent_luggage_20_regular": 59979, - "ic_fluent_mail_20_filled": 59980, - "ic_fluent_mail_20_regular": 59981, - "ic_fluent_mail_add_20_filled": 59982, - "ic_fluent_mail_add_20_regular": 59983, - "ic_fluent_mail_alert_20_filled": 59984, - "ic_fluent_mail_alert_20_regular": 59985, - "ic_fluent_mail_all_read_20_filled": 59986, - "ic_fluent_mail_all_read_20_regular": 59987, - "ic_fluent_mail_all_unread_20_filled": 59988, - "ic_fluent_mail_all_unread_20_regular": 59989, - "ic_fluent_mail_arrow_clockwise_20_filled": 59990, - "ic_fluent_mail_arrow_clockwise_20_regular": 59991, - "ic_fluent_mail_arrow_double_back_20_filled": 59992, - "ic_fluent_mail_arrow_double_back_20_regular": 59993, - "ic_fluent_mail_arrow_down_20_filled": 59994, - "ic_fluent_mail_arrow_down_20_regular": 59995, - "ic_fluent_mail_arrow_forward_20_filled": 59996, - "ic_fluent_mail_arrow_forward_20_regular": 59997, - "ic_fluent_mail_arrow_up_20_filled": 59998, - "ic_fluent_mail_arrow_up_20_regular": 59999, - "ic_fluent_mail_attach_20_filled": 60000, - "ic_fluent_mail_attach_20_regular": 60001, - "ic_fluent_mail_checkmark_20_filled": 60002, - "ic_fluent_mail_checkmark_20_regular": 60003, - "ic_fluent_mail_clock_20_filled": 60004, - "ic_fluent_mail_clock_20_regular": 60005, - "ic_fluent_mail_copy_20_filled": 60006, - "ic_fluent_mail_copy_20_regular": 60007, - "ic_fluent_mail_dismiss_20_filled": 60008, - "ic_fluent_mail_dismiss_20_regular": 60009, - "ic_fluent_mail_edit_20_filled": 60010, - "ic_fluent_mail_edit_20_regular": 60011, - "ic_fluent_mail_error_20_filled": 60012, - "ic_fluent_mail_error_20_regular": 60013, - "ic_fluent_mail_inbox_20_filled": 60014, - "ic_fluent_mail_inbox_20_regular": 60015, - "ic_fluent_mail_inbox_add_20_filled": 60016, - "ic_fluent_mail_inbox_add_20_regular": 60017, - "ic_fluent_mail_inbox_all_20_filled": 60018, - "ic_fluent_mail_inbox_all_20_regular": 60019, - "ic_fluent_mail_inbox_arrow_down_20_filled": 60020, - "ic_fluent_mail_inbox_arrow_down_20_regular": 60021, - "ic_fluent_mail_inbox_arrow_right_20_filled": 60022, - "ic_fluent_mail_inbox_arrow_right_20_regular": 60023, - "ic_fluent_mail_inbox_arrow_up_20_filled": 60024, - "ic_fluent_mail_inbox_arrow_up_20_regular": 60025, - "ic_fluent_mail_inbox_checkmark_20_filled": 60026, - "ic_fluent_mail_inbox_checkmark_20_regular": 60027, - "ic_fluent_mail_inbox_dismiss_20_filled": 60028, - "ic_fluent_mail_inbox_dismiss_20_regular": 60029, - "ic_fluent_mail_link_20_filled": 60030, - "ic_fluent_mail_link_20_regular": 60031, - "ic_fluent_mail_list_20_filled": 60032, - "ic_fluent_mail_list_20_regular": 60033, - "ic_fluent_mail_multiple_20_filled": 60034, - "ic_fluent_mail_multiple_20_regular": 60035, - "ic_fluent_mail_off_20_filled": 60036, - "ic_fluent_mail_off_20_regular": 60037, - "ic_fluent_mail_open_person_20_filled": 60038, - "ic_fluent_mail_open_person_20_regular": 60039, - "ic_fluent_mail_pause_20_filled": 60040, - "ic_fluent_mail_pause_20_regular": 60041, - "ic_fluent_mail_prohibited_20_filled": 60042, - "ic_fluent_mail_prohibited_20_regular": 60043, - "ic_fluent_mail_read_20_filled": 60044, - "ic_fluent_mail_read_20_regular": 60045, - "ic_fluent_mail_read_multiple_20_filled": 60046, - "ic_fluent_mail_read_multiple_20_regular": 60047, - "ic_fluent_mail_rewind_20_filled": 60048, - "ic_fluent_mail_rewind_20_regular": 60049, - "ic_fluent_mail_settings_20_filled": 60050, - "ic_fluent_mail_settings_20_regular": 60051, - "ic_fluent_mail_shield_20_filled": 60052, - "ic_fluent_mail_shield_20_regular": 60053, - "ic_fluent_mail_template_20_filled": 60054, - "ic_fluent_mail_template_20_regular": 60055, - "ic_fluent_mail_unread_20_filled": 60056, - "ic_fluent_mail_unread_20_regular": 60057, - "ic_fluent_mail_warning_20_filled": 60058, - "ic_fluent_mail_warning_20_regular": 60059, - "ic_fluent_mailbox_20_filled": 60060, - "ic_fluent_mailbox_20_regular": 60061, - "ic_fluent_map_20_filled": 60062, - "ic_fluent_map_20_regular": 60063, - "ic_fluent_map_drive_20_filled": 60064, - "ic_fluent_map_drive_20_regular": 60065, - "ic_fluent_markdown_20_filled": 60066, - "ic_fluent_markdown_20_regular": 60067, - "ic_fluent_match_app_layout_20_filled": 60068, - "ic_fluent_match_app_layout_20_regular": 60069, - "ic_fluent_math_format_linear_20_filled": 60070, - "ic_fluent_math_format_linear_20_regular": 60071, - "ic_fluent_math_format_professional_20_filled": 60072, - "ic_fluent_math_format_professional_20_regular": 60073, - "ic_fluent_math_formula_20_filled": 60074, - "ic_fluent_math_formula_20_regular": 60075, - "ic_fluent_math_symbols_20_filled": 60076, - "ic_fluent_math_symbols_20_regular": 60077, - "ic_fluent_maximize_20_filled": 60078, - "ic_fluent_maximize_20_regular": 60079, - "ic_fluent_meet_now_20_filled": 60080, - "ic_fluent_meet_now_20_regular": 60081, - "ic_fluent_megaphone_20_filled": 60082, - "ic_fluent_megaphone_20_regular": 60083, - "ic_fluent_megaphone_circle_20_filled": 60084, - "ic_fluent_megaphone_circle_20_regular": 60085, - "ic_fluent_megaphone_loud_20_filled": 60086, - "ic_fluent_megaphone_loud_20_regular": 60087, - "ic_fluent_megaphone_off_20_filled": 60088, - "ic_fluent_megaphone_off_20_regular": 60089, - "ic_fluent_mention_20_filled": 60090, - "ic_fluent_mention_20_regular": 60091, - "ic_fluent_mention_arrow_down_20_filled": 60092, - "ic_fluent_mention_arrow_down_20_regular": 60093, - "ic_fluent_mention_brackets_20_filled": 60094, - "ic_fluent_mention_brackets_20_regular": 60095, - "ic_fluent_merge_20_filled": 60096, - "ic_fluent_merge_20_regular": 60097, - "ic_fluent_mic_20_filled": 60098, - "ic_fluent_mic_20_regular": 60099, - "ic_fluent_mic_off_20_filled": 60100, - "ic_fluent_mic_off_20_regular": 60101, - "ic_fluent_mic_prohibited_20_filled": 60102, - "ic_fluent_mic_prohibited_20_regular": 60103, - "ic_fluent_mic_pulse_20_filled": 60104, - "ic_fluent_mic_pulse_20_regular": 60105, - "ic_fluent_mic_pulse_off_20_filled": 60106, - "ic_fluent_mic_pulse_off_20_regular": 60107, - "ic_fluent_mic_record_20_filled": 60108, - "ic_fluent_mic_record_20_regular": 60109, - "ic_fluent_mic_settings_20_filled": 60110, - "ic_fluent_mic_settings_20_regular": 60111, - "ic_fluent_mic_sparkle_20_filled": 60112, - "ic_fluent_mic_sparkle_20_regular": 60113, - "ic_fluent_mic_sync_20_filled": 60114, - "ic_fluent_mic_sync_20_regular": 60115, - "ic_fluent_microscope_20_filled": 60116, - "ic_fluent_microscope_20_regular": 60117, - "ic_fluent_midi_20_filled": 60118, - "ic_fluent_midi_20_regular": 60119, - "ic_fluent_mobile_optimized_20_filled": 60120, - "ic_fluent_mobile_optimized_20_regular": 60121, - "ic_fluent_mold_20_filled": 60122, - "ic_fluent_mold_20_regular": 60123, - "ic_fluent_molecule_20_filled": 60124, - "ic_fluent_molecule_20_regular": 60125, - "ic_fluent_money_20_filled": 60126, - "ic_fluent_money_20_regular": 60127, - "ic_fluent_money_calculator_20_filled": 60128, - "ic_fluent_money_calculator_20_regular": 60129, - "ic_fluent_money_dismiss_20_filled": 60130, - "ic_fluent_money_dismiss_20_regular": 60131, - "ic_fluent_money_hand_20_filled": 60132, - "ic_fluent_money_hand_20_regular": 60133, - "ic_fluent_money_off_20_filled": 60134, - "ic_fluent_money_off_20_regular": 60135, - "ic_fluent_money_settings_20_filled": 60136, - "ic_fluent_money_settings_20_regular": 60137, - "ic_fluent_more_circle_20_filled": 60138, - "ic_fluent_more_circle_20_regular": 60139, - "ic_fluent_more_horizontal_20_filled": 60140, - "ic_fluent_more_horizontal_20_regular": 60141, - "ic_fluent_more_vertical_20_filled": 60142, - "ic_fluent_more_vertical_20_regular": 60143, - "ic_fluent_mountain_location_bottom_20_filled": 60144, - "ic_fluent_mountain_location_bottom_20_regular": 60145, - "ic_fluent_mountain_location_top_20_filled": 60146, - "ic_fluent_mountain_location_top_20_regular": 60147, - "ic_fluent_mountain_trail_20_filled": 60148, - "ic_fluent_mountain_trail_20_regular": 60149, - "ic_fluent_movies_and_tv_20_filled": 60150, - "ic_fluent_movies_and_tv_20_regular": 60151, - "ic_fluent_multiplier_1_2x_20_filled": 60152, - "ic_fluent_multiplier_1_2x_20_regular": 60153, - "ic_fluent_multiplier_1_5x_20_filled": 60154, - "ic_fluent_multiplier_1_5x_20_regular": 60155, - "ic_fluent_multiplier_1_8x_20_filled": 60156, - "ic_fluent_multiplier_1_8x_20_regular": 60157, - "ic_fluent_multiplier_1x_20_filled": 60158, - "ic_fluent_multiplier_1x_20_regular": 60159, - "ic_fluent_multiplier_2x_20_filled": 60160, - "ic_fluent_multiplier_2x_20_regular": 60161, - "ic_fluent_multiplier_5x_20_filled": 60162, - "ic_fluent_multiplier_5x_20_regular": 60163, - "ic_fluent_multiselect_ltr_20_filled": 60164, - "ic_fluent_multiselect_ltr_20_regular": 60165, - "ic_fluent_multiselect_rtl_20_filled": 60166, - "ic_fluent_multiselect_rtl_20_regular": 60167, - "ic_fluent_music_note_1_20_filled": 60168, - "ic_fluent_music_note_1_20_regular": 60169, - "ic_fluent_music_note_2_20_filled": 60170, - "ic_fluent_music_note_2_20_regular": 60171, - "ic_fluent_music_note_2_play_20_filled": 60172, - "ic_fluent_music_note_2_play_20_regular": 60173, - "ic_fluent_music_note_off_1_20_filled": 60174, - "ic_fluent_music_note_off_1_20_regular": 60175, - "ic_fluent_music_note_off_2_20_filled": 60176, - "ic_fluent_music_note_off_2_20_regular": 60177, - "ic_fluent_my_location_20_filled": 60178, - "ic_fluent_my_location_20_regular": 60179, - "ic_fluent_navigation_20_filled": 60180, - "ic_fluent_navigation_20_regular": 60181, - "ic_fluent_navigation_location_target_20_filled": 60182, - "ic_fluent_navigation_location_target_20_regular": 60183, - "ic_fluent_navigation_play_20_filled": 60184, - "ic_fluent_navigation_play_20_regular": 60185, - "ic_fluent_navigation_unread_20_filled": 60186, - "ic_fluent_navigation_unread_20_regular": 60187, - "ic_fluent_network_check_20_filled": 60188, - "ic_fluent_network_check_20_regular": 60189, - "ic_fluent_new_20_filled": 60190, - "ic_fluent_new_20_regular": 60191, - "ic_fluent_news_20_filled": 60192, - "ic_fluent_news_20_regular": 60193, - "ic_fluent_next_20_filled": 60194, - "ic_fluent_next_20_regular": 60195, - "ic_fluent_next_frame_20_filled": 60196, - "ic_fluent_next_frame_20_regular": 60197, - "ic_fluent_note_20_filled": 60198, - "ic_fluent_note_20_regular": 60199, - "ic_fluent_note_add_20_filled": 60200, - "ic_fluent_note_add_20_regular": 60201, - "ic_fluent_note_edit_20_filled": 60202, - "ic_fluent_note_edit_20_regular": 60203, - "ic_fluent_note_pin_20_filled": 60204, - "ic_fluent_note_pin_20_regular": 60205, - "ic_fluent_notebook_20_filled": 60206, - "ic_fluent_notebook_20_regular": 60207, - "ic_fluent_notebook_add_20_filled": 60208, - "ic_fluent_notebook_add_20_regular": 60209, - "ic_fluent_notebook_arrow_curve_down_20_filled": 60210, - "ic_fluent_notebook_arrow_curve_down_20_regular": 60211, - "ic_fluent_notebook_error_20_filled": 60212, - "ic_fluent_notebook_error_20_regular": 60213, - "ic_fluent_notebook_eye_20_filled": 60214, - "ic_fluent_notebook_eye_20_regular": 60215, - "ic_fluent_notebook_lightning_20_filled": 60216, - "ic_fluent_notebook_lightning_20_regular": 60217, - "ic_fluent_notebook_question_mark_20_filled": 60218, - "ic_fluent_notebook_question_mark_20_regular": 60219, - "ic_fluent_notebook_section_20_filled": 60220, - "ic_fluent_notebook_section_20_regular": 60221, - "ic_fluent_notebook_section_arrow_right_20_filled": 60222, - "ic_fluent_notebook_section_arrow_right_20_regular": 60223, - "ic_fluent_notebook_subsection_20_filled": 60224, - "ic_fluent_notebook_subsection_20_regular": 60225, - "ic_fluent_notebook_sync_20_filled": 60226, - "ic_fluent_notebook_sync_20_regular": 60227, - "ic_fluent_notepad_20_filled": 60228, - "ic_fluent_notepad_20_regular": 60229, - "ic_fluent_notepad_edit_20_filled": 60230, - "ic_fluent_notepad_edit_20_regular": 60231, - "ic_fluent_notepad_person_20_filled": 60232, - "ic_fluent_notepad_person_20_regular": 60233, - "ic_fluent_number_circle_0_20_filled": 60234, - "ic_fluent_number_circle_0_20_regular": 60235, - "ic_fluent_number_circle_1_20_filled": 60236, - "ic_fluent_number_circle_1_20_regular": 60237, - "ic_fluent_number_circle_2_20_filled": 60238, - "ic_fluent_number_circle_2_20_regular": 60239, - "ic_fluent_number_circle_3_20_filled": 60240, - "ic_fluent_number_circle_3_20_regular": 60241, - "ic_fluent_number_circle_4_20_filled": 60242, - "ic_fluent_number_circle_4_20_regular": 60243, - "ic_fluent_number_circle_5_20_filled": 60244, - "ic_fluent_number_circle_5_20_regular": 60245, - "ic_fluent_number_circle_6_20_filled": 60246, - "ic_fluent_number_circle_6_20_regular": 60247, - "ic_fluent_number_circle_7_20_filled": 60248, - "ic_fluent_number_circle_7_20_regular": 60249, - "ic_fluent_number_circle_8_20_filled": 60250, - "ic_fluent_number_circle_8_20_regular": 60251, - "ic_fluent_number_circle_9_20_filled": 60252, - "ic_fluent_number_circle_9_20_regular": 60253, - "ic_fluent_number_row_20_filled": 60254, - "ic_fluent_number_row_20_regular": 60255, - "ic_fluent_number_symbol_20_filled": 60256, - "ic_fluent_number_symbol_20_regular": 60257, - "ic_fluent_number_symbol_dismiss_20_filled": 60258, - "ic_fluent_number_symbol_dismiss_20_regular": 60259, - "ic_fluent_number_symbol_square_20_filled": 60260, - "ic_fluent_number_symbol_square_20_regular": 60261, - "ic_fluent_open_20_filled": 60262, - "ic_fluent_open_20_regular": 60263, - "ic_fluent_open_folder_20_filled": 60264, - "ic_fluent_open_folder_20_regular": 60265, - "ic_fluent_open_off_20_filled": 60266, - "ic_fluent_open_off_20_regular": 60267, - "ic_fluent_options_20_filled": 60268, - "ic_fluent_options_20_regular": 60269, - "ic_fluent_organization_20_filled": 60270, - "ic_fluent_organization_20_regular": 60271, - "ic_fluent_organization_horizontal_20_filled": 60272, - "ic_fluent_organization_horizontal_20_regular": 60273, - "ic_fluent_orientation_20_filled": 60274, - "ic_fluent_orientation_20_regular": 60275, - "ic_fluent_oval_20_filled": 60276, - "ic_fluent_oval_20_regular": 60277, - "ic_fluent_oven_20_filled": 60278, - "ic_fluent_oven_20_regular": 60279, - "ic_fluent_padding_down_20_filled": 60280, - "ic_fluent_padding_down_20_regular": 60281, - "ic_fluent_padding_left_20_filled": 60282, - "ic_fluent_padding_left_20_regular": 60283, - "ic_fluent_padding_right_20_filled": 60284, - "ic_fluent_padding_right_20_regular": 60285, - "ic_fluent_padding_top_20_filled": 60286, - "ic_fluent_padding_top_20_regular": 60287, - "ic_fluent_page_fit_20_filled": 60288, - "ic_fluent_page_fit_20_regular": 60289, - "ic_fluent_paint_brush_20_filled": 60290, - "ic_fluent_paint_brush_20_regular": 60291, - "ic_fluent_paint_brush_arrow_down_20_filled": 60292, - "ic_fluent_paint_brush_arrow_down_20_regular": 60293, - "ic_fluent_paint_brush_arrow_up_20_filled": 60294, - "ic_fluent_paint_brush_arrow_up_20_regular": 60295, - "ic_fluent_paint_bucket_20_filled": 60296, - "ic_fluent_paint_bucket_20_regular": 60297, - "ic_fluent_pair_20_filled": 60298, - "ic_fluent_pair_20_regular": 60299, - "ic_fluent_panel_bottom_20_filled": 60300, - "ic_fluent_panel_bottom_20_regular": 60301, - "ic_fluent_panel_bottom_contract_20_filled": 60302, - "ic_fluent_panel_bottom_contract_20_regular": 60303, - "ic_fluent_panel_bottom_expand_20_filled": 60304, - "ic_fluent_panel_bottom_expand_20_regular": 60305, - "ic_fluent_panel_left_20_filled": 60306, - "ic_fluent_panel_left_20_regular": 60307, - "ic_fluent_panel_left_add_20_filled": 60308, - "ic_fluent_panel_left_add_20_regular": 60309, - "ic_fluent_panel_left_contract_20_filled": 60310, - "ic_fluent_panel_left_contract_20_regular": 60311, - "ic_fluent_panel_left_expand_20_filled": 60312, - "ic_fluent_panel_left_expand_20_regular": 60313, - "ic_fluent_panel_left_focus_right_20_filled": 60314, - "ic_fluent_panel_left_header_20_filled": 60315, - "ic_fluent_panel_left_header_20_regular": 60316, - "ic_fluent_panel_left_header_add_20_filled": 60317, - "ic_fluent_panel_left_header_add_20_regular": 60318, - "ic_fluent_panel_left_header_key_20_filled": 60319, - "ic_fluent_panel_left_header_key_20_regular": 60320, - "ic_fluent_panel_left_key_20_filled": 60321, - "ic_fluent_panel_left_key_20_regular": 60322, - "ic_fluent_panel_left_text_20_filled": 60323, - "ic_fluent_panel_left_text_20_regular": 60324, - "ic_fluent_panel_left_text_add_20_filled": 60325, - "ic_fluent_panel_left_text_add_20_regular": 60326, - "ic_fluent_panel_left_text_dismiss_20_filled": 60327, - "ic_fluent_panel_left_text_dismiss_20_regular": 60328, - "ic_fluent_panel_right_20_filled": 60329, - "ic_fluent_panel_right_20_regular": 60330, - "ic_fluent_panel_right_add_20_filled": 60331, - "ic_fluent_panel_right_add_20_regular": 60332, - "ic_fluent_panel_right_contract_20_filled": 60333, - "ic_fluent_panel_right_contract_20_regular": 60334, - "ic_fluent_panel_right_cursor_20_filled": 60335, - "ic_fluent_panel_right_cursor_20_regular": 60336, - "ic_fluent_panel_right_expand_20_filled": 60337, - "ic_fluent_panel_right_expand_20_regular": 60338, - "ic_fluent_panel_right_gallery_20_filled": 60339, - "ic_fluent_panel_right_gallery_20_regular": 60340, - "ic_fluent_panel_separate_window_20_filled": 60341, - "ic_fluent_panel_separate_window_20_regular": 60342, - "ic_fluent_panel_top_contract_20_filled": 60343, - "ic_fluent_panel_top_contract_20_regular": 60344, - "ic_fluent_panel_top_expand_20_filled": 60345, - "ic_fluent_panel_top_expand_20_regular": 60346, - "ic_fluent_panel_top_gallery_20_filled": 60347, - "ic_fluent_panel_top_gallery_20_regular": 60348, - "ic_fluent_password_20_filled": 60349, - "ic_fluent_password_20_regular": 60350, - "ic_fluent_patch_20_filled": 60351, - "ic_fluent_patch_20_regular": 60352, - "ic_fluent_patient_20_filled": 60353, - "ic_fluent_patient_20_regular": 60354, - "ic_fluent_pause_20_filled": 60355, - "ic_fluent_pause_20_regular": 60356, - "ic_fluent_pause_circle_20_filled": 60357, - "ic_fluent_pause_circle_20_regular": 60358, - "ic_fluent_pause_off_20_filled": 60359, - "ic_fluent_pause_off_20_regular": 60360, - "ic_fluent_pause_settings_20_filled": 60361, - "ic_fluent_pause_settings_20_regular": 60362, - "ic_fluent_payment_20_filled": 60363, - "ic_fluent_payment_20_regular": 60364, - "ic_fluent_payment_wireless_20_filled": 60365, - "ic_fluent_payment_wireless_20_regular": 60366, - "ic_fluent_pen_20_filled": 60367, - "ic_fluent_pen_20_regular": 60368, - "ic_fluent_pen_dismiss_20_filled": 60369, - "ic_fluent_pen_dismiss_20_regular": 60370, - "ic_fluent_pen_off_20_filled": 60371, - "ic_fluent_pen_off_20_regular": 60372, - "ic_fluent_pen_prohibited_20_filled": 60373, - "ic_fluent_pen_prohibited_20_regular": 60374, - "ic_fluent_pen_sparkle_20_filled": 60375, - "ic_fluent_pen_sparkle_20_regular": 60376, - "ic_fluent_pentagon_20_filled": 60377, - "ic_fluent_pentagon_20_regular": 60378, - "ic_fluent_people_20_filled": 60379, - "ic_fluent_people_20_regular": 60380, - "ic_fluent_people_add_20_filled": 60381, - "ic_fluent_people_add_20_regular": 60382, - "ic_fluent_people_audience_20_filled": 60383, - "ic_fluent_people_audience_20_regular": 60384, - "ic_fluent_people_call_20_filled": 60385, - "ic_fluent_people_call_20_regular": 60386, - "ic_fluent_people_chat_20_filled": 60387, - "ic_fluent_people_chat_20_regular": 60388, - "ic_fluent_people_checkmark_20_filled": 60389, - "ic_fluent_people_checkmark_20_regular": 60390, - "ic_fluent_people_community_20_filled": 60391, - "ic_fluent_people_community_20_regular": 60392, - "ic_fluent_people_community_add_20_filled": 60393, - "ic_fluent_people_community_add_20_regular": 60394, - "ic_fluent_people_edit_20_filled": 60395, - "ic_fluent_people_edit_20_regular": 60396, - "ic_fluent_people_error_20_filled": 60397, - "ic_fluent_people_error_20_regular": 60398, - "ic_fluent_people_list_20_filled": 60399, - "ic_fluent_people_list_20_regular": 60400, - "ic_fluent_people_lock_20_filled": 60401, - "ic_fluent_people_lock_20_regular": 60402, - "ic_fluent_people_money_20_filled": 60403, - "ic_fluent_people_money_20_regular": 60404, - "ic_fluent_people_prohibited_20_filled": 60405, - "ic_fluent_people_prohibited_20_regular": 60406, - "ic_fluent_people_queue_20_filled": 60407, - "ic_fluent_people_queue_20_regular": 60408, - "ic_fluent_people_search_20_filled": 60409, - "ic_fluent_people_search_20_regular": 60410, - "ic_fluent_people_settings_20_filled": 60411, - "ic_fluent_people_settings_20_regular": 60412, - "ic_fluent_people_star_20_filled": 60413, - "ic_fluent_people_star_20_regular": 60414, - "ic_fluent_people_swap_20_filled": 60415, - "ic_fluent_people_swap_20_regular": 60416, - "ic_fluent_people_sync_20_filled": 60417, - "ic_fluent_people_sync_20_regular": 60418, - "ic_fluent_people_team_20_filled": 60419, - "ic_fluent_people_team_20_regular": 60420, - "ic_fluent_people_team_add_20_filled": 60421, - "ic_fluent_people_team_add_20_regular": 60422, - "ic_fluent_people_team_delete_20_filled": 60423, - "ic_fluent_people_team_delete_20_regular": 60424, - "ic_fluent_people_team_toolbox_20_filled": 60425, - "ic_fluent_people_team_toolbox_20_regular": 60426, - "ic_fluent_people_toolbox_20_filled": 60427, - "ic_fluent_people_toolbox_20_regular": 60428, - "ic_fluent_person_20_filled": 60429, - "ic_fluent_person_20_regular": 60430, - "ic_fluent_person_5_20_filled": 60431, - "ic_fluent_person_5_20_regular": 60432, - "ic_fluent_person_6_20_filled": 60433, - "ic_fluent_person_6_20_regular": 60434, - "ic_fluent_person_accounts_20_filled": 60435, - "ic_fluent_person_accounts_20_regular": 60436, - "ic_fluent_person_add_20_filled": 60437, - "ic_fluent_person_add_20_regular": 60438, - "ic_fluent_person_alert_20_filled": 60439, - "ic_fluent_person_alert_20_regular": 60440, - "ic_fluent_person_arrow_back_20_filled": 60441, - "ic_fluent_person_arrow_back_20_regular": 60442, - "ic_fluent_person_arrow_left_20_filled": 60443, - "ic_fluent_person_arrow_left_20_regular": 60444, - "ic_fluent_person_arrow_right_20_filled": 60445, - "ic_fluent_person_arrow_right_20_regular": 60446, - "ic_fluent_person_available_20_filled": 60447, - "ic_fluent_person_available_20_regular": 60448, - "ic_fluent_person_board_20_filled": 60449, - "ic_fluent_person_board_20_regular": 60450, - "ic_fluent_person_call_20_filled": 60451, - "ic_fluent_person_call_20_regular": 60452, - "ic_fluent_person_chat_20_filled": 60453, - "ic_fluent_person_chat_20_regular": 60454, - "ic_fluent_person_circle_20_filled": 60455, - "ic_fluent_person_circle_20_regular": 60456, - "ic_fluent_person_clock_20_filled": 60457, - "ic_fluent_person_clock_20_regular": 60458, - "ic_fluent_person_delete_20_filled": 60459, - "ic_fluent_person_delete_20_regular": 60460, - "ic_fluent_person_desktop_20_filled": 60461, - "ic_fluent_person_desktop_20_regular": 60462, - "ic_fluent_person_edit_20_filled": 60463, - "ic_fluent_person_edit_20_regular": 60464, - "ic_fluent_person_feedback_20_filled": 60465, - "ic_fluent_person_feedback_20_regular": 60466, - "ic_fluent_person_heart_20_filled": 60467, - "ic_fluent_person_heart_20_regular": 60468, - "ic_fluent_person_info_20_filled": 60469, - "ic_fluent_person_info_20_regular": 60470, - "ic_fluent_person_key_20_filled": 60471, - "ic_fluent_person_key_20_regular": 60472, - "ic_fluent_person_lightbulb_20_filled": 60473, - "ic_fluent_person_lightbulb_20_regular": 60474, - "ic_fluent_person_lightning_20_filled": 60475, - "ic_fluent_person_lightning_20_regular": 60476, - "ic_fluent_person_link_20_filled": 60477, - "ic_fluent_person_link_20_regular": 60478, - "ic_fluent_person_lock_20_filled": 60479, - "ic_fluent_person_lock_20_regular": 60480, - "ic_fluent_person_mail_20_filled": 60481, - "ic_fluent_person_mail_20_regular": 60482, - "ic_fluent_person_money_20_filled": 60483, - "ic_fluent_person_money_20_regular": 60484, - "ic_fluent_person_note_20_filled": 60485, - "ic_fluent_person_note_20_regular": 60486, - "ic_fluent_person_passkey_20_filled": 60487, - "ic_fluent_person_passkey_20_regular": 60488, - "ic_fluent_person_pill_20_filled": 60489, - "ic_fluent_person_pill_20_regular": 60490, - "ic_fluent_person_prohibited_20_filled": 60491, - "ic_fluent_person_prohibited_20_regular": 60492, - "ic_fluent_person_question_mark_20_filled": 60493, - "ic_fluent_person_question_mark_20_regular": 60494, - "ic_fluent_person_ribbon_20_filled": 60495, - "ic_fluent_person_ribbon_20_regular": 60496, - "ic_fluent_person_running_20_filled": 60497, - "ic_fluent_person_running_20_regular": 60498, - "ic_fluent_person_search_20_filled": 60499, - "ic_fluent_person_search_20_regular": 60500, - "ic_fluent_person_settings_20_filled": 60501, - "ic_fluent_person_settings_20_regular": 60502, - "ic_fluent_person_square_20_filled": 60503, - "ic_fluent_person_square_20_regular": 60504, - "ic_fluent_person_square_checkmark_20_filled": 60505, - "ic_fluent_person_square_checkmark_20_regular": 60506, - "ic_fluent_person_star_20_filled": 60507, - "ic_fluent_person_star_20_regular": 60508, - "ic_fluent_person_starburst_20_filled": 60509, - "ic_fluent_person_starburst_20_regular": 60510, - "ic_fluent_person_subtract_20_filled": 60511, - "ic_fluent_person_subtract_20_regular": 60512, - "ic_fluent_person_support_20_filled": 60513, - "ic_fluent_person_support_20_regular": 60514, - "ic_fluent_person_swap_20_filled": 60515, - "ic_fluent_person_swap_20_regular": 60516, - "ic_fluent_person_sync_20_filled": 60517, - "ic_fluent_person_sync_20_regular": 60518, - "ic_fluent_person_tag_20_filled": 60519, - "ic_fluent_person_tag_20_regular": 60520, - "ic_fluent_person_voice_20_filled": 60521, - "ic_fluent_person_voice_20_regular": 60522, - "ic_fluent_person_walking_20_filled": 60523, - "ic_fluent_person_walking_20_regular": 60524, - "ic_fluent_person_warning_20_filled": 60525, - "ic_fluent_person_warning_20_regular": 60526, - "ic_fluent_person_wrench_20_filled": 60527, - "ic_fluent_person_wrench_20_regular": 60528, - "ic_fluent_phone_20_filled": 60529, - "ic_fluent_phone_20_regular": 60530, - "ic_fluent_phone_add_20_filled": 60531, - "ic_fluent_phone_add_20_regular": 60532, - "ic_fluent_phone_arrow_right_20_filled": 60533, - "ic_fluent_phone_arrow_right_20_regular": 60534, - "ic_fluent_phone_chat_20_filled": 60535, - "ic_fluent_phone_chat_20_regular": 60536, - "ic_fluent_phone_checkmark_20_filled": 60537, - "ic_fluent_phone_checkmark_20_regular": 60538, - "ic_fluent_phone_desktop_20_filled": 60539, - "ic_fluent_phone_desktop_20_regular": 60540, - "ic_fluent_phone_desktop_add_20_filled": 60541, - "ic_fluent_phone_desktop_add_20_regular": 60542, - "ic_fluent_phone_dismiss_20_filled": 60543, - "ic_fluent_phone_dismiss_20_regular": 60544, - "ic_fluent_phone_edit_20_filled": 60545, - "ic_fluent_phone_edit_20_regular": 60546, - "ic_fluent_phone_eraser_20_filled": 60547, - "ic_fluent_phone_eraser_20_regular": 60548, - "ic_fluent_phone_footer_arrow_down_20_filled": 60549, - "ic_fluent_phone_footer_arrow_down_20_regular": 60550, - "ic_fluent_phone_header_arrow_up_20_filled": 60551, - "ic_fluent_phone_header_arrow_up_20_regular": 60552, - "ic_fluent_phone_key_20_filled": 60553, - "ic_fluent_phone_key_20_regular": 60554, - "ic_fluent_phone_laptop_20_filled": 60555, - "ic_fluent_phone_laptop_20_regular": 60556, - "ic_fluent_phone_link_setup_20_filled": 60557, - "ic_fluent_phone_link_setup_20_regular": 60558, - "ic_fluent_phone_lock_20_filled": 60559, - "ic_fluent_phone_lock_20_regular": 60560, - "ic_fluent_phone_page_header_20_filled": 60561, - "ic_fluent_phone_page_header_20_regular": 60562, - "ic_fluent_phone_pagination_20_filled": 60563, - "ic_fluent_phone_pagination_20_regular": 60564, - "ic_fluent_phone_screen_time_20_filled": 60565, - "ic_fluent_phone_screen_time_20_regular": 60566, - "ic_fluent_phone_shake_20_filled": 60567, - "ic_fluent_phone_shake_20_regular": 60568, - "ic_fluent_phone_span_in_20_filled": 60569, - "ic_fluent_phone_span_in_20_regular": 60570, - "ic_fluent_phone_span_out_20_filled": 60571, - "ic_fluent_phone_span_out_20_regular": 60572, - "ic_fluent_phone_speaker_20_filled": 60573, - "ic_fluent_phone_speaker_20_regular": 60574, - "ic_fluent_phone_status_bar_20_filled": 60575, - "ic_fluent_phone_status_bar_20_regular": 60576, - "ic_fluent_phone_tablet_20_filled": 60577, - "ic_fluent_phone_tablet_20_regular": 60578, - "ic_fluent_phone_update_20_filled": 60579, - "ic_fluent_phone_update_20_regular": 60580, - "ic_fluent_phone_update_checkmark_20_filled": 60581, - "ic_fluent_phone_update_checkmark_20_regular": 60582, - "ic_fluent_phone_vertical_scroll_20_filled": 60583, - "ic_fluent_phone_vertical_scroll_20_regular": 60584, - "ic_fluent_phone_vibrate_20_filled": 60585, - "ic_fluent_phone_vibrate_20_regular": 60586, - "ic_fluent_photo_filter_20_filled": 60587, - "ic_fluent_photo_filter_20_regular": 60588, - "ic_fluent_pi_20_filled": 60589, - "ic_fluent_pi_20_regular": 60590, - "ic_fluent_picture_in_picture_20_filled": 60591, - "ic_fluent_picture_in_picture_20_regular": 60592, - "ic_fluent_picture_in_picture_enter_20_filled": 60593, - "ic_fluent_picture_in_picture_enter_20_regular": 60594, - "ic_fluent_picture_in_picture_exit_20_filled": 60595, - "ic_fluent_picture_in_picture_exit_20_regular": 60596, - "ic_fluent_pill_20_filled": 60597, - "ic_fluent_pill_20_regular": 60598, - "ic_fluent_pin_20_filled": 60599, - "ic_fluent_pin_20_regular": 60600, - "ic_fluent_pin_off_20_filled": 60601, - "ic_fluent_pin_off_20_regular": 60602, - "ic_fluent_pipeline_20_filled": 60603, - "ic_fluent_pipeline_20_regular": 60604, - "ic_fluent_pipeline_add_20_filled": 60605, - "ic_fluent_pipeline_add_20_regular": 60606, - "ic_fluent_pipeline_arrow_curve_down_20_filled": 60607, - "ic_fluent_pipeline_arrow_curve_down_20_regular": 60608, - "ic_fluent_pipeline_play_20_filled": 60609, - "ic_fluent_pipeline_play_20_regular": 60610, - "ic_fluent_pivot_20_filled": 60611, - "ic_fluent_pivot_20_regular": 60612, - "ic_fluent_plant_cattail_20_filled": 60613, - "ic_fluent_plant_cattail_20_regular": 60614, - "ic_fluent_plant_grass_20_filled": 60615, - "ic_fluent_plant_grass_20_regular": 60616, - "ic_fluent_plant_ragweed_20_filled": 60617, - "ic_fluent_plant_ragweed_20_regular": 60618, - "ic_fluent_play_20_filled": 60619, - "ic_fluent_play_20_regular": 60620, - "ic_fluent_play_circle_20_filled": 60621, - "ic_fluent_play_circle_20_regular": 60622, - "ic_fluent_play_circle_hint_20_filled": 60623, - "ic_fluent_play_circle_hint_20_regular": 60624, - "ic_fluent_play_settings_20_filled": 60625, - "ic_fluent_play_settings_20_regular": 60626, - "ic_fluent_playing_cards_20_filled": 60627, - "ic_fluent_playing_cards_20_regular": 60628, - "ic_fluent_plug_connected_20_filled": 60629, - "ic_fluent_plug_connected_20_regular": 60630, - "ic_fluent_plug_connected_add_20_filled": 60631, - "ic_fluent_plug_connected_add_20_regular": 60632, - "ic_fluent_plug_connected_checkmark_20_filled": 60633, - "ic_fluent_plug_connected_checkmark_20_regular": 60634, - "ic_fluent_plug_connected_settings_20_filled": 60635, - "ic_fluent_plug_connected_settings_20_regular": 60636, - "ic_fluent_plug_disconnected_20_filled": 60637, - "ic_fluent_plug_disconnected_20_regular": 60638, - "ic_fluent_point_scan_20_filled": 60639, - "ic_fluent_point_scan_20_regular": 60640, - "ic_fluent_poll_20_filled": 60641, - "ic_fluent_poll_20_regular": 60642, - "ic_fluent_poll_horizontal_20_filled": 60643, - "ic_fluent_poll_horizontal_20_regular": 60644, - "ic_fluent_poll_off_20_filled": 60645, - "ic_fluent_poll_off_20_regular": 60646, - "ic_fluent_port_hdmi_20_filled": 60647, - "ic_fluent_port_hdmi_20_regular": 60648, - "ic_fluent_port_micro_usb_20_filled": 60649, - "ic_fluent_port_micro_usb_20_regular": 60650, - "ic_fluent_port_usb_a_20_filled": 60651, - "ic_fluent_port_usb_a_20_regular": 60652, - "ic_fluent_port_usb_c_20_filled": 60653, - "ic_fluent_port_usb_c_20_regular": 60654, - "ic_fluent_position_backward_20_filled": 60655, - "ic_fluent_position_backward_20_regular": 60656, - "ic_fluent_position_forward_20_filled": 60657, - "ic_fluent_position_forward_20_regular": 60658, - "ic_fluent_position_to_back_20_filled": 60659, - "ic_fluent_position_to_back_20_regular": 60660, - "ic_fluent_position_to_front_20_filled": 60661, - "ic_fluent_position_to_front_20_regular": 60662, - "ic_fluent_power_20_filled": 60663, - "ic_fluent_power_20_regular": 60664, - "ic_fluent_predictions_20_filled": 60665, - "ic_fluent_predictions_20_regular": 60666, - "ic_fluent_premium_20_filled": 60667, - "ic_fluent_premium_20_regular": 60668, - "ic_fluent_premium_person_20_filled": 60669, - "ic_fluent_premium_person_20_regular": 60670, - "ic_fluent_presence_available_20_filled": 60671, - "ic_fluent_presence_available_20_regular": 60672, - "ic_fluent_presence_away_20_filled": 60673, - "ic_fluent_presence_away_20_regular": 60674, - "ic_fluent_presence_blocked_20_regular": 60675, - "ic_fluent_presence_busy_20_filled": 60676, - "ic_fluent_presence_dnd_20_filled": 60677, - "ic_fluent_presence_dnd_20_regular": 60678, - "ic_fluent_presence_offline_20_regular": 60679, - "ic_fluent_presence_oof_20_regular": 60680, - "ic_fluent_presence_unknown_20_regular": 60681, - "ic_fluent_presenter_20_filled": 60682, - "ic_fluent_presenter_20_regular": 60683, - "ic_fluent_presenter_off_20_filled": 60684, - "ic_fluent_presenter_off_20_regular": 60685, - "ic_fluent_preview_link_20_filled": 60686, - "ic_fluent_preview_link_20_regular": 60687, - "ic_fluent_previous_20_filled": 60688, - "ic_fluent_previous_20_regular": 60689, - "ic_fluent_previous_frame_20_filled": 60690, - "ic_fluent_previous_frame_20_regular": 60691, - "ic_fluent_print_20_filled": 60692, - "ic_fluent_print_20_regular": 60693, - "ic_fluent_print_add_20_filled": 60694, - "ic_fluent_print_add_20_regular": 60695, - "ic_fluent_production_20_filled": 60696, - "ic_fluent_production_20_regular": 60697, - "ic_fluent_production_checkmark_20_filled": 60698, - "ic_fluent_production_checkmark_20_regular": 60699, - "ic_fluent_prohibited_20_filled": 60700, - "ic_fluent_prohibited_20_regular": 60701, - "ic_fluent_prohibited_multiple_20_filled": 60702, - "ic_fluent_prohibited_multiple_20_regular": 60703, - "ic_fluent_prohibited_note_20_filled": 60704, - "ic_fluent_prohibited_note_20_regular": 60705, - "ic_fluent_projection_screen_20_filled": 60706, - "ic_fluent_projection_screen_20_regular": 60707, - "ic_fluent_projection_screen_dismiss_20_filled": 60708, - "ic_fluent_projection_screen_dismiss_20_regular": 60709, - "ic_fluent_projection_screen_text_20_filled": 60710, - "ic_fluent_projection_screen_text_20_regular": 60711, - "ic_fluent_protocol_handler_20_filled": 60712, - "ic_fluent_protocol_handler_20_regular": 60713, - "ic_fluent_pulse_20_filled": 60714, - "ic_fluent_pulse_20_regular": 60715, - "ic_fluent_pulse_square_20_filled": 60716, - "ic_fluent_pulse_square_20_regular": 60717, - "ic_fluent_puzzle_cube_20_filled": 60718, - "ic_fluent_puzzle_cube_20_regular": 60719, - "ic_fluent_puzzle_cube_piece_20_filled": 60720, - "ic_fluent_puzzle_cube_piece_20_regular": 60721, - "ic_fluent_puzzle_piece_20_filled": 60722, - "ic_fluent_puzzle_piece_20_regular": 60723, - "ic_fluent_puzzle_piece_shield_20_filled": 60724, - "ic_fluent_puzzle_piece_shield_20_regular": 60725, - "ic_fluent_qr_code_20_filled": 60726, - "ic_fluent_qr_code_20_regular": 60727, - "ic_fluent_question_20_filled": 60728, - "ic_fluent_question_20_regular": 60729, - "ic_fluent_question_circle_20_filled": 60730, - "ic_fluent_question_circle_20_regular": 60731, - "ic_fluent_quiz_new_20_filled": 60732, - "ic_fluent_quiz_new_20_regular": 60733, - "ic_fluent_radar_20_filled": 60734, - "ic_fluent_radar_20_regular": 60735, - "ic_fluent_radar_checkmark_20_filled": 60736, - "ic_fluent_radar_checkmark_20_regular": 60737, - "ic_fluent_radar_rectangle_multiple_20_filled": 60738, - "ic_fluent_radar_rectangle_multiple_20_regular": 60739, - "ic_fluent_radio_button_20_filled": 60740, - "ic_fluent_radio_button_20_regular": 60741, - "ic_fluent_ram_20_filled": 60742, - "ic_fluent_ram_20_regular": 60743, - "ic_fluent_rating_mature_20_filled": 60744, - "ic_fluent_rating_mature_20_regular": 60745, - "ic_fluent_ratio_one_to_one_20_filled": 60746, - "ic_fluent_ratio_one_to_one_20_regular": 60747, - "ic_fluent_re_order_20_filled": 60748, - "ic_fluent_re_order_20_regular": 60749, - "ic_fluent_re_order_dots_horizontal_20_filled": 60750, - "ic_fluent_re_order_dots_horizontal_20_regular": 60751, - "ic_fluent_re_order_dots_vertical_20_filled": 60752, - "ic_fluent_re_order_dots_vertical_20_regular": 60753, - "ic_fluent_read_aloud_20_filled": 60754, - "ic_fluent_read_aloud_20_regular": 60755, - "ic_fluent_reading_list_20_filled": 60756, - "ic_fluent_reading_list_20_regular": 60757, - "ic_fluent_reading_list_add_20_filled": 60758, - "ic_fluent_reading_list_add_20_regular": 60759, - "ic_fluent_reading_mode_mobile_20_filled": 60760, - "ic_fluent_reading_mode_mobile_20_regular": 60761, - "ic_fluent_real_estate_20_filled": 60762, - "ic_fluent_real_estate_20_regular": 60763, - "ic_fluent_receipt_20_filled": 60764, - "ic_fluent_receipt_20_regular": 60765, - "ic_fluent_receipt_add_20_filled": 60766, - "ic_fluent_receipt_add_20_regular": 60767, - "ic_fluent_receipt_bag_20_filled": 60768, - "ic_fluent_receipt_bag_20_regular": 60769, - "ic_fluent_receipt_cube_20_filled": 60770, - "ic_fluent_receipt_cube_20_regular": 60771, - "ic_fluent_receipt_money_20_filled": 60772, - "ic_fluent_receipt_money_20_regular": 60773, - "ic_fluent_receipt_play_20_filled": 60774, - "ic_fluent_receipt_play_20_regular": 60775, - "ic_fluent_receipt_search_20_filled": 60776, - "ic_fluent_receipt_search_20_regular": 60777, - "ic_fluent_receipt_sparkles_20_filled": 60778, - "ic_fluent_receipt_sparkles_20_regular": 60779, - "ic_fluent_record_20_filled": 60780, - "ic_fluent_record_20_regular": 60781, - "ic_fluent_record_stop_20_filled": 60782, - "ic_fluent_record_stop_20_regular": 60783, - "ic_fluent_rectangle_landscape_20_filled": 60784, - "ic_fluent_rectangle_landscape_20_regular": 60785, - "ic_fluent_rectangle_landscape_hint_copy_20_filled": 60786, - "ic_fluent_rectangle_landscape_hint_copy_20_regular": 60787, - "ic_fluent_rectangle_landscape_sparkle_20_filled": 60788, - "ic_fluent_rectangle_landscape_sparkle_20_regular": 60789, - "ic_fluent_rectangle_landscape_sync_20_filled": 60790, - "ic_fluent_rectangle_landscape_sync_20_regular": 60791, - "ic_fluent_rectangle_landscape_sync_off_20_filled": 60792, - "ic_fluent_rectangle_landscape_sync_off_20_regular": 60793, - "ic_fluent_rectangle_portrait_location_target_20_filled": 60794, - "ic_fluent_rectangle_portrait_location_target_20_regular": 60795, - "ic_fluent_recycle_20_filled": 60796, - "ic_fluent_recycle_20_regular": 60797, - "ic_fluent_remix_add_20_filled": 60798, - "ic_fluent_remix_add_20_regular": 60799, - "ic_fluent_remote_20_filled": 60800, - "ic_fluent_remote_20_regular": 60801, - "ic_fluent_rename_20_filled": 60802, - "ic_fluent_rename_20_regular": 60803, - "ic_fluent_reorder_20_filled": 60804, - "ic_fluent_reorder_20_regular": 60805, - "ic_fluent_replay_20_filled": 60806, - "ic_fluent_replay_20_regular": 60807, - "ic_fluent_resize_20_filled": 60808, - "ic_fluent_resize_20_regular": 60809, - "ic_fluent_resize_image_20_filled": 60810, - "ic_fluent_resize_image_20_regular": 60811, - "ic_fluent_resize_large_20_filled": 60812, - "ic_fluent_resize_large_20_regular": 60813, - "ic_fluent_resize_small_20_filled": 60814, - "ic_fluent_resize_small_20_regular": 60815, - "ic_fluent_resize_table_20_filled": 60816, - "ic_fluent_resize_table_20_regular": 60817, - "ic_fluent_resize_video_20_filled": 60818, - "ic_fluent_resize_video_20_regular": 60819, - "ic_fluent_reward_20_filled": 60820, - "ic_fluent_reward_20_regular": 60821, - "ic_fluent_rewind_20_filled": 60822, - "ic_fluent_rewind_20_regular": 60823, - "ic_fluent_rhombus_20_filled": 60824, - "ic_fluent_rhombus_20_regular": 60825, - "ic_fluent_ribbon_20_filled": 60826, - "ic_fluent_ribbon_20_regular": 60827, - "ic_fluent_ribbon_add_20_filled": 60828, - "ic_fluent_ribbon_add_20_regular": 60829, - "ic_fluent_ribbon_off_20_filled": 60830, - "ic_fluent_ribbon_off_20_regular": 60831, - "ic_fluent_ribbon_star_20_filled": 60832, - "ic_fluent_ribbon_star_20_regular": 60833, - "ic_fluent_road_20_filled": 60834, - "ic_fluent_road_20_regular": 60835, - "ic_fluent_road_cone_20_filled": 60836, - "ic_fluent_road_cone_20_regular": 60837, - "ic_fluent_rocket_20_filled": 60838, - "ic_fluent_rocket_20_regular": 60839, - "ic_fluent_rotate_left_20_filled": 60840, - "ic_fluent_rotate_left_20_regular": 60841, - "ic_fluent_rotate_right_20_filled": 60842, - "ic_fluent_rotate_right_20_regular": 60843, - "ic_fluent_router_20_filled": 60844, - "ic_fluent_router_20_regular": 60845, - "ic_fluent_row_triple_20_filled": 60846, - "ic_fluent_row_triple_20_regular": 60847, - "ic_fluent_rss_20_filled": 60848, - "ic_fluent_rss_20_regular": 60849, - "ic_fluent_ruler_20_filled": 60850, - "ic_fluent_ruler_20_regular": 60851, - "ic_fluent_run_20_filled": 60852, - "ic_fluent_run_20_regular": 60853, - "ic_fluent_sanitize_20_filled": 60854, - "ic_fluent_sanitize_20_regular": 60855, - "ic_fluent_save_20_filled": 60856, - "ic_fluent_save_20_regular": 60857, - "ic_fluent_save_arrow_right_20_filled": 60858, - "ic_fluent_save_arrow_right_20_regular": 60859, - "ic_fluent_save_copy_20_filled": 60860, - "ic_fluent_save_copy_20_regular": 60861, - "ic_fluent_save_edit_20_filled": 60862, - "ic_fluent_save_edit_20_regular": 60863, - "ic_fluent_save_image_20_filled": 60864, - "ic_fluent_save_image_20_regular": 60865, - "ic_fluent_save_multiple_20_filled": 60866, - "ic_fluent_save_multiple_20_regular": 60867, - "ic_fluent_save_search_20_filled": 60868, - "ic_fluent_save_search_20_regular": 60869, - "ic_fluent_save_sync_20_filled": 60870, - "ic_fluent_save_sync_20_regular": 60871, - "ic_fluent_savings_20_filled": 60872, - "ic_fluent_savings_20_regular": 60873, - "ic_fluent_scale_fill_20_filled": 60874, - "ic_fluent_scale_fill_20_regular": 60875, - "ic_fluent_scale_fit_20_filled": 60876, - "ic_fluent_scale_fit_20_regular": 60877, - "ic_fluent_scales_20_filled": 60878, - "ic_fluent_scales_20_regular": 60879, - "ic_fluent_scan_20_filled": 60880, - "ic_fluent_scan_20_regular": 60881, - "ic_fluent_scan_camera_20_filled": 60882, - "ic_fluent_scan_camera_20_regular": 60883, - "ic_fluent_scan_dash_20_filled": 60884, - "ic_fluent_scan_dash_20_regular": 60885, - "ic_fluent_scan_object_20_filled": 60886, - "ic_fluent_scan_object_20_regular": 60887, - "ic_fluent_scan_person_20_filled": 60888, - "ic_fluent_scan_person_20_regular": 60889, - "ic_fluent_scan_table_20_filled": 60890, - "ic_fluent_scan_table_20_regular": 60891, - "ic_fluent_scan_text_20_filled": 60892, - "ic_fluent_scan_text_20_regular": 60893, - "ic_fluent_scan_thumb_up_20_filled": 60894, - "ic_fluent_scan_thumb_up_20_regular": 60895, - "ic_fluent_scan_thumb_up_off_20_filled": 60896, - "ic_fluent_scan_thumb_up_off_20_regular": 60897, - "ic_fluent_scan_type_20_filled": 60898, - "ic_fluent_scan_type_20_regular": 60899, - "ic_fluent_scan_type_checkmark_20_filled": 60900, - "ic_fluent_scan_type_checkmark_20_regular": 60901, - "ic_fluent_scan_type_off_20_filled": 60902, - "ic_fluent_scan_type_off_20_regular": 60903, - "ic_fluent_scratchpad_20_filled": 60904, - "ic_fluent_scratchpad_20_regular": 60905, - "ic_fluent_screen_cut_20_filled": 60906, - "ic_fluent_screen_cut_20_regular": 60907, - "ic_fluent_screen_person_20_filled": 60908, - "ic_fluent_screen_person_20_regular": 60909, - "ic_fluent_screen_search_20_filled": 60910, - "ic_fluent_screen_search_20_regular": 60911, - "ic_fluent_screenshot_20_filled": 60912, - "ic_fluent_screenshot_20_regular": 60913, - "ic_fluent_screenshot_record_20_filled": 60914, - "ic_fluent_screenshot_record_20_regular": 60915, - "ic_fluent_script_20_filled": 60916, - "ic_fluent_script_20_regular": 60917, - "ic_fluent_search_20_filled": 60918, - "ic_fluent_search_20_regular": 60919, - "ic_fluent_search_info_20_filled": 60920, - "ic_fluent_search_info_20_regular": 60921, - "ic_fluent_search_settings_20_filled": 60922, - "ic_fluent_search_settings_20_regular": 60923, - "ic_fluent_search_shield_20_filled": 60924, - "ic_fluent_search_shield_20_regular": 60925, - "ic_fluent_search_square_20_filled": 60926, - "ic_fluent_search_square_20_regular": 60927, - "ic_fluent_search_visual_20_filled": 60928, - "ic_fluent_search_visual_20_regular": 60929, - "ic_fluent_seat_20_filled": 60930, - "ic_fluent_seat_20_regular": 60931, - "ic_fluent_seat_add_20_filled": 60932, - "ic_fluent_seat_add_20_regular": 60933, - "ic_fluent_select_all_off_20_filled": 60934, - "ic_fluent_select_all_off_20_regular": 60935, - "ic_fluent_select_all_on_20_filled": 60936, - "ic_fluent_select_all_on_20_regular": 60937, - "ic_fluent_select_object_20_filled": 60938, - "ic_fluent_select_object_20_regular": 60939, - "ic_fluent_select_object_skew_20_filled": 60940, - "ic_fluent_select_object_skew_20_regular": 60941, - "ic_fluent_select_object_skew_dismiss_20_filled": 60942, - "ic_fluent_select_object_skew_dismiss_20_regular": 60943, - "ic_fluent_select_object_skew_edit_20_filled": 60944, - "ic_fluent_select_object_skew_edit_20_regular": 60945, - "ic_fluent_send_20_filled": 60946, - "ic_fluent_send_20_regular": 60947, - "ic_fluent_send_beaker_20_filled": 60948, - "ic_fluent_send_beaker_20_regular": 60949, - "ic_fluent_send_clock_20_filled": 60950, - "ic_fluent_send_clock_20_regular": 60951, - "ic_fluent_send_copy_20_filled": 60952, - "ic_fluent_send_copy_20_regular": 60953, - "ic_fluent_serial_port_20_filled": 60954, - "ic_fluent_serial_port_20_regular": 60955, - "ic_fluent_server_20_filled": 60956, - "ic_fluent_server_20_regular": 60957, - "ic_fluent_server_link_20_filled": 60958, - "ic_fluent_server_link_20_regular": 60959, - "ic_fluent_server_multiple_20_filled": 60960, - "ic_fluent_server_multiple_20_regular": 60961, - "ic_fluent_server_play_20_filled": 60962, - "ic_fluent_server_play_20_regular": 60963, - "ic_fluent_service_bell_20_filled": 60964, - "ic_fluent_service_bell_20_regular": 60965, - "ic_fluent_settings_20_filled": 60966, - "ic_fluent_settings_20_regular": 60967, - "ic_fluent_settings_chat_20_filled": 60968, - "ic_fluent_settings_chat_20_regular": 60969, - "ic_fluent_settings_cog_multiple_20_filled": 60970, - "ic_fluent_settings_cog_multiple_20_regular": 60971, - "ic_fluent_shape_exclude_20_filled": 60972, - "ic_fluent_shape_exclude_20_regular": 60973, - "ic_fluent_shape_intersect_20_filled": 60974, - "ic_fluent_shape_intersect_20_regular": 60975, - "ic_fluent_shape_organic_20_filled": 60976, - "ic_fluent_shape_organic_20_regular": 60977, - "ic_fluent_shape_subtract_20_filled": 60978, - "ic_fluent_shape_subtract_20_regular": 60979, - "ic_fluent_shape_union_20_filled": 60980, - "ic_fluent_shape_union_20_regular": 60981, - "ic_fluent_shapes_20_filled": 60982, - "ic_fluent_shapes_20_regular": 60983, - "ic_fluent_share_20_filled": 60984, - "ic_fluent_share_20_regular": 60985, - "ic_fluent_share_android_20_filled": 60986, - "ic_fluent_share_android_20_regular": 60987, - "ic_fluent_share_close_tray_20_filled": 60988, - "ic_fluent_share_close_tray_20_regular": 60989, - "ic_fluent_share_ios_20_filled": 60990, - "ic_fluent_share_ios_20_regular": 60991, - "ic_fluent_share_screen_person_20_filled": 60992, - "ic_fluent_share_screen_person_20_regular": 60993, - "ic_fluent_share_screen_person_overlay_20_filled": 60994, - "ic_fluent_share_screen_person_overlay_20_regular": 60995, - "ic_fluent_share_screen_person_overlay_inside_20_filled": 60996, - "ic_fluent_share_screen_person_overlay_inside_20_regular": 60997, - "ic_fluent_share_screen_person_p_20_filled": 60998, - "ic_fluent_share_screen_person_p_20_regular": 60999, - "ic_fluent_share_screen_start_20_filled": 61000, - "ic_fluent_share_screen_start_20_regular": 61001, - "ic_fluent_share_screen_stop_20_filled": 61002, - "ic_fluent_share_screen_stop_20_regular": 61003, - "ic_fluent_shield_20_filled": 61004, - "ic_fluent_shield_20_regular": 61005, - "ic_fluent_shield_add_20_filled": 61006, - "ic_fluent_shield_add_20_regular": 61007, - "ic_fluent_shield_badge_20_filled": 61008, - "ic_fluent_shield_badge_20_regular": 61009, - "ic_fluent_shield_checkmark_20_filled": 61010, - "ic_fluent_shield_checkmark_20_regular": 61011, - "ic_fluent_shield_dismiss_20_filled": 61012, - "ic_fluent_shield_dismiss_20_regular": 61013, - "ic_fluent_shield_dismiss_shield_20_filled": 61014, - "ic_fluent_shield_dismiss_shield_20_regular": 61015, - "ic_fluent_shield_error_20_filled": 61016, - "ic_fluent_shield_error_20_regular": 61017, - "ic_fluent_shield_globe_20_filled": 61018, - "ic_fluent_shield_globe_20_regular": 61019, - "ic_fluent_shield_keyhole_20_filled": 61020, - "ic_fluent_shield_keyhole_20_regular": 61021, - "ic_fluent_shield_lock_20_filled": 61022, - "ic_fluent_shield_lock_20_regular": 61023, - "ic_fluent_shield_person_20_filled": 61024, - "ic_fluent_shield_person_20_regular": 61025, - "ic_fluent_shield_person_add_20_filled": 61026, - "ic_fluent_shield_person_add_20_regular": 61027, - "ic_fluent_shield_prohibited_20_filled": 61028, - "ic_fluent_shield_prohibited_20_regular": 61029, - "ic_fluent_shield_question_20_filled": 61030, - "ic_fluent_shield_question_20_regular": 61031, - "ic_fluent_shield_task_20_filled": 61032, - "ic_fluent_shield_task_20_regular": 61033, - "ic_fluent_shifts_20_filled": 61034, - "ic_fluent_shifts_20_regular": 61035, - "ic_fluent_shifts_30_minutes_20_filled": 61036, - "ic_fluent_shifts_30_minutes_20_regular": 61037, - "ic_fluent_shifts_activity_20_filled": 61038, - "ic_fluent_shifts_activity_20_regular": 61039, - "ic_fluent_shifts_add_20_filled": 61040, - "ic_fluent_shifts_add_20_regular": 61041, - "ic_fluent_shifts_availability_20_filled": 61042, - "ic_fluent_shifts_availability_20_regular": 61043, - "ic_fluent_shifts_checkmark_20_filled": 61044, - "ic_fluent_shifts_checkmark_20_regular": 61045, - "ic_fluent_shifts_day_20_filled": 61046, - "ic_fluent_shifts_day_20_regular": 61047, - "ic_fluent_shifts_open_20_filled": 61048, - "ic_fluent_shifts_open_20_regular": 61049, - "ic_fluent_shifts_prohibited_20_filled": 61050, - "ic_fluent_shifts_prohibited_20_regular": 61051, - "ic_fluent_shifts_question_mark_20_filled": 61052, - "ic_fluent_shifts_question_mark_20_regular": 61053, - "ic_fluent_shifts_team_20_filled": 61054, - "ic_fluent_shifts_team_20_regular": 61055, - "ic_fluent_shopping_bag_20_filled": 61056, - "ic_fluent_shopping_bag_20_regular": 61057, - "ic_fluent_shopping_bag_add_20_filled": 61058, - "ic_fluent_shopping_bag_add_20_regular": 61059, - "ic_fluent_shopping_bag_arrow_left_20_filled": 61060, - "ic_fluent_shopping_bag_arrow_left_20_regular": 61061, - "ic_fluent_shopping_bag_dismiss_20_filled": 61062, - "ic_fluent_shopping_bag_dismiss_20_regular": 61063, - "ic_fluent_shopping_bag_pause_20_filled": 61064, - "ic_fluent_shopping_bag_pause_20_regular": 61065, - "ic_fluent_shopping_bag_percent_20_filled": 61066, - "ic_fluent_shopping_bag_percent_20_regular": 61067, - "ic_fluent_shopping_bag_play_20_filled": 61068, - "ic_fluent_shopping_bag_play_20_regular": 61069, - "ic_fluent_shopping_bag_tag_20_filled": 61070, - "ic_fluent_shopping_bag_tag_20_regular": 61071, - "ic_fluent_shortpick_20_filled": 61072, - "ic_fluent_shortpick_20_regular": 61073, - "ic_fluent_showerhead_20_filled": 61074, - "ic_fluent_showerhead_20_regular": 61075, - "ic_fluent_sidebar_search_ltr_20_filled": 61076, - "ic_fluent_sidebar_search_ltr_20_regular": 61077, - "ic_fluent_sidebar_search_rtl_20_filled": 61078, - "ic_fluent_sidebar_search_rtl_20_regular": 61079, - "ic_fluent_sign_out_20_filled": 61080, - "ic_fluent_sign_out_20_regular": 61081, - "ic_fluent_signature_20_filled": 61082, - "ic_fluent_signature_20_regular": 61083, - "ic_fluent_sim_20_filled": 61084, - "ic_fluent_sim_20_regular": 61085, - "ic_fluent_skip_back_10_20_filled": 61086, - "ic_fluent_skip_back_10_20_regular": 61087, - "ic_fluent_skip_forward_10_20_filled": 61088, - "ic_fluent_skip_forward_10_20_regular": 61089, - "ic_fluent_skip_forward_30_20_filled": 61090, - "ic_fluent_skip_forward_30_20_regular": 61091, - "ic_fluent_skip_forward_tab_20_filled": 61092, - "ic_fluent_skip_forward_tab_20_regular": 61093, - "ic_fluent_slash_forward_20_filled": 61094, - "ic_fluent_slash_forward_20_regular": 61095, - "ic_fluent_sleep_20_filled": 61096, - "ic_fluent_sleep_20_regular": 61097, - "ic_fluent_slide_add_20_filled": 61098, - "ic_fluent_slide_add_20_regular": 61099, - "ic_fluent_slide_arrow_right_20_filled": 61100, - "ic_fluent_slide_arrow_right_20_regular": 61101, - "ic_fluent_slide_eraser_20_filled": 61102, - "ic_fluent_slide_eraser_20_regular": 61103, - "ic_fluent_slide_grid_20_filled": 61104, - "ic_fluent_slide_grid_20_regular": 61105, - "ic_fluent_slide_hide_20_filled": 61106, - "ic_fluent_slide_hide_20_regular": 61107, - "ic_fluent_slide_layout_20_filled": 61108, - "ic_fluent_slide_layout_20_regular": 61109, - "ic_fluent_slide_link_20_filled": 61110, - "ic_fluent_slide_link_20_regular": 61111, - "ic_fluent_slide_microphone_20_filled": 61112, - "ic_fluent_slide_microphone_20_regular": 61113, - "ic_fluent_slide_multiple_20_filled": 61114, - "ic_fluent_slide_multiple_20_regular": 61115, - "ic_fluent_slide_multiple_arrow_right_20_filled": 61116, - "ic_fluent_slide_multiple_arrow_right_20_regular": 61117, - "ic_fluent_slide_multiple_search_20_filled": 61118, - "ic_fluent_slide_multiple_search_20_regular": 61119, - "ic_fluent_slide_record_20_filled": 61120, - "ic_fluent_slide_record_20_regular": 61121, - "ic_fluent_slide_search_20_filled": 61122, - "ic_fluent_slide_search_20_regular": 61123, - "ic_fluent_slide_settings_20_filled": 61124, - "ic_fluent_slide_settings_20_regular": 61125, - "ic_fluent_slide_size_20_filled": 61126, - "ic_fluent_slide_size_20_regular": 61127, - "ic_fluent_slide_text_20_filled": 61128, - "ic_fluent_slide_text_20_regular": 61129, - "ic_fluent_slide_text_edit_20_filled": 61130, - "ic_fluent_slide_text_edit_20_regular": 61131, - "ic_fluent_slide_text_multiple_20_filled": 61132, - "ic_fluent_slide_text_multiple_20_regular": 61133, - "ic_fluent_slide_text_person_20_filled": 61134, - "ic_fluent_slide_text_person_20_regular": 61135, - "ic_fluent_slide_text_sparkle_20_filled": 61136, - "ic_fluent_slide_text_sparkle_20_regular": 61137, - "ic_fluent_slide_transition_20_filled": 61138, - "ic_fluent_slide_transition_20_regular": 61139, - "ic_fluent_smartwatch_20_filled": 61140, - "ic_fluent_smartwatch_20_regular": 61141, - "ic_fluent_smartwatch_dot_20_filled": 61142, - "ic_fluent_smartwatch_dot_20_regular": 61143, - "ic_fluent_snooze_20_filled": 61144, - "ic_fluent_snooze_20_regular": 61145, - "ic_fluent_sound_source_20_filled": 61146, - "ic_fluent_sound_source_20_regular": 61147, - "ic_fluent_sound_wave_circle_20_filled": 61148, - "ic_fluent_sound_wave_circle_20_regular": 61149, - "ic_fluent_space_3d_20_filled": 61150, - "ic_fluent_space_3d_20_regular": 61151, - "ic_fluent_spacebar_20_filled": 61152, - "ic_fluent_spacebar_20_regular": 61153, - "ic_fluent_sparkle_20_filled": 61154, - "ic_fluent_sparkle_20_regular": 61155, - "ic_fluent_sparkle_circle_20_filled": 61156, - "ic_fluent_sparkle_circle_20_regular": 61157, - "ic_fluent_speaker_0_20_filled": 61158, - "ic_fluent_speaker_0_20_regular": 61159, - "ic_fluent_speaker_1_20_filled": 61160, - "ic_fluent_speaker_1_20_regular": 61161, - "ic_fluent_speaker_2_20_filled": 61162, - "ic_fluent_speaker_2_20_regular": 61163, - "ic_fluent_speaker_bluetooth_20_filled": 61164, - "ic_fluent_speaker_bluetooth_20_regular": 61165, - "ic_fluent_speaker_box_20_filled": 61166, - "ic_fluent_speaker_box_20_regular": 61167, - "ic_fluent_speaker_edit_20_filled": 61168, - "ic_fluent_speaker_edit_20_regular": 61169, - "ic_fluent_speaker_mute_20_filled": 61170, - "ic_fluent_speaker_mute_20_regular": 61171, - "ic_fluent_speaker_off_20_filled": 61172, - "ic_fluent_speaker_off_20_regular": 61173, - "ic_fluent_speaker_settings_20_filled": 61174, - "ic_fluent_speaker_settings_20_regular": 61175, - "ic_fluent_speaker_usb_20_filled": 61176, - "ic_fluent_speaker_usb_20_regular": 61177, - "ic_fluent_spinner_ios_20_filled": 61178, - "ic_fluent_spinner_ios_20_regular": 61179, - "ic_fluent_split_hint_20_filled": 61180, - "ic_fluent_split_hint_20_regular": 61181, - "ic_fluent_split_horizontal_20_filled": 61182, - "ic_fluent_split_horizontal_20_regular": 61183, - "ic_fluent_split_vertical_20_filled": 61184, - "ic_fluent_split_vertical_20_regular": 61185, - "ic_fluent_sport_20_filled": 61186, - "ic_fluent_sport_20_regular": 61187, - "ic_fluent_sport_american_football_20_filled": 61188, - "ic_fluent_sport_american_football_20_regular": 61189, - "ic_fluent_sport_baseball_20_filled": 61190, - "ic_fluent_sport_baseball_20_regular": 61191, - "ic_fluent_sport_basketball_20_filled": 61192, - "ic_fluent_sport_basketball_20_regular": 61193, - "ic_fluent_sport_hockey_20_filled": 61194, - "ic_fluent_sport_hockey_20_regular": 61195, - "ic_fluent_sport_soccer_20_filled": 61196, - "ic_fluent_sport_soccer_20_regular": 61197, - "ic_fluent_square_20_filled": 61198, - "ic_fluent_square_20_regular": 61199, - "ic_fluent_square_add_20_filled": 61200, - "ic_fluent_square_add_20_regular": 61201, - "ic_fluent_square_arrow_forward_20_filled": 61202, - "ic_fluent_square_arrow_forward_20_regular": 61203, - "ic_fluent_square_dismiss_20_filled": 61204, - "ic_fluent_square_dismiss_20_regular": 61205, - "ic_fluent_square_eraser_20_filled": 61206, - "ic_fluent_square_eraser_20_regular": 61207, - "ic_fluent_square_hint_20_filled": 61208, - "ic_fluent_square_hint_20_regular": 61209, - "ic_fluent_square_hint_apps_20_filled": 61210, - "ic_fluent_square_hint_apps_20_regular": 61211, - "ic_fluent_square_hint_arrow_back_20_filled": 61212, - "ic_fluent_square_hint_arrow_back_20_regular": 61213, - "ic_fluent_square_hint_hexagon_20_filled": 61214, - "ic_fluent_square_hint_hexagon_20_regular": 61215, - "ic_fluent_square_hint_sparkles_20_filled": 61216, - "ic_fluent_square_hint_sparkles_20_regular": 61217, - "ic_fluent_square_multiple_20_filled": 61218, - "ic_fluent_square_multiple_20_regular": 61219, - "ic_fluent_square_shadow_20_filled": 61220, - "ic_fluent_square_shadow_20_regular": 61221, - "ic_fluent_squares_nested_20_filled": 61222, - "ic_fluent_squares_nested_20_regular": 61223, - "ic_fluent_stack_20_filled": 61224, - "ic_fluent_stack_20_regular": 61225, - "ic_fluent_stack_add_20_filled": 61226, - "ic_fluent_stack_add_20_regular": 61227, - "ic_fluent_stack_arrow_forward_20_filled": 61228, - "ic_fluent_stack_arrow_forward_20_regular": 61229, - "ic_fluent_stack_star_20_filled": 61230, - "ic_fluent_stack_star_20_regular": 61231, - "ic_fluent_stack_vertical_20_filled": 61232, - "ic_fluent_stack_vertical_20_regular": 61233, - "ic_fluent_star_20_filled": 61234, - "ic_fluent_star_20_regular": 61235, - "ic_fluent_star_add_20_filled": 61236, - "ic_fluent_star_add_20_regular": 61237, - "ic_fluent_star_arrow_back_20_filled": 61238, - "ic_fluent_star_arrow_back_20_regular": 61239, - "ic_fluent_star_arrow_right_end_20_filled": 61240, - "ic_fluent_star_arrow_right_end_20_regular": 61241, - "ic_fluent_star_arrow_right_start_20_filled": 61242, - "ic_fluent_star_arrow_right_start_20_regular": 61243, - "ic_fluent_star_checkmark_20_filled": 61244, - "ic_fluent_star_checkmark_20_regular": 61245, - "ic_fluent_star_dismiss_20_filled": 61246, - "ic_fluent_star_dismiss_20_regular": 61247, - "ic_fluent_star_edit_20_filled": 61248, - "ic_fluent_star_edit_20_regular": 61249, - "ic_fluent_star_emphasis_20_filled": 61250, - "ic_fluent_star_emphasis_20_regular": 61251, - "ic_fluent_star_half_20_filled": 61252, - "ic_fluent_star_half_20_regular": 61253, - "ic_fluent_star_line_horizontal_3_20_filled": 61254, - "ic_fluent_star_line_horizontal_3_20_regular": 61255, - "ic_fluent_star_off_20_filled": 61256, - "ic_fluent_star_off_20_regular": 61257, - "ic_fluent_star_one_quarter_20_filled": 61258, - "ic_fluent_star_one_quarter_20_regular": 61259, - "ic_fluent_star_prohibited_20_filled": 61260, - "ic_fluent_star_prohibited_20_regular": 61261, - "ic_fluent_star_settings_20_filled": 61262, - "ic_fluent_star_settings_20_regular": 61263, - "ic_fluent_star_three_quarter_20_filled": 61264, - "ic_fluent_star_three_quarter_20_regular": 61265, - "ic_fluent_status_20_filled": 61266, - "ic_fluent_status_20_regular": 61267, - "ic_fluent_step_20_filled": 61268, - "ic_fluent_step_20_regular": 61269, - "ic_fluent_steps_20_filled": 61270, - "ic_fluent_steps_20_regular": 61271, - "ic_fluent_stethoscope_20_filled": 61272, - "ic_fluent_stethoscope_20_regular": 61273, - "ic_fluent_sticker_20_filled": 61274, - "ic_fluent_sticker_20_regular": 61275, - "ic_fluent_sticker_add_20_filled": 61276, - "ic_fluent_sticker_add_20_regular": 61277, - "ic_fluent_stop_20_filled": 61278, - "ic_fluent_stop_20_regular": 61279, - "ic_fluent_storage_20_filled": 61280, - "ic_fluent_storage_20_regular": 61281, - "ic_fluent_store_microsoft_20_filled": 61282, - "ic_fluent_store_microsoft_20_regular": 61283, - "ic_fluent_stream_20_filled": 61284, - "ic_fluent_stream_20_regular": 61285, - "ic_fluent_stream_input_20_filled": 61286, - "ic_fluent_stream_input_20_regular": 61287, - "ic_fluent_stream_input_output_20_filled": 61288, - "ic_fluent_stream_input_output_20_regular": 61289, - "ic_fluent_stream_output_20_filled": 61290, - "ic_fluent_stream_output_20_regular": 61291, - "ic_fluent_street_sign_20_filled": 61292, - "ic_fluent_street_sign_20_regular": 61293, - "ic_fluent_style_guide_20_filled": 61294, - "ic_fluent_style_guide_20_regular": 61295, - "ic_fluent_sub_grid_20_filled": 61296, - "ic_fluent_sub_grid_20_regular": 61297, - "ic_fluent_subtitles_20_filled": 61298, - "ic_fluent_subtitles_20_regular": 61299, - "ic_fluent_subtract_20_filled": 61300, - "ic_fluent_subtract_20_regular": 61301, - "ic_fluent_subtract_circle_20_filled": 61302, - "ic_fluent_subtract_circle_20_regular": 61303, - "ic_fluent_subtract_circle_arrow_back_20_filled": 61304, - "ic_fluent_subtract_circle_arrow_back_20_regular": 61305, - "ic_fluent_subtract_circle_arrow_forward_20_filled": 61306, - "ic_fluent_subtract_circle_arrow_forward_20_regular": 61307, - "ic_fluent_subtract_parentheses_20_filled": 61308, - "ic_fluent_subtract_parentheses_20_regular": 61309, - "ic_fluent_subtract_square_20_filled": 61310, - "ic_fluent_subtract_square_20_regular": 61311, - "ic_fluent_subtract_square_multiple_20_filled": 61312, - "ic_fluent_subtract_square_multiple_20_regular": 61313, - "ic_fluent_surface_earbuds_20_filled": 61314, - "ic_fluent_surface_earbuds_20_regular": 61315, - "ic_fluent_surface_hub_20_filled": 61316, - "ic_fluent_surface_hub_20_regular": 61317, - "ic_fluent_swimming_pool_20_filled": 61318, - "ic_fluent_swimming_pool_20_regular": 61319, - "ic_fluent_swipe_down_20_filled": 61320, - "ic_fluent_swipe_down_20_regular": 61321, - "ic_fluent_swipe_right_20_filled": 61322, - "ic_fluent_swipe_right_20_regular": 61323, - "ic_fluent_swipe_up_20_filled": 61324, - "ic_fluent_swipe_up_20_regular": 61325, - "ic_fluent_symbols_20_filled": 61326, - "ic_fluent_symbols_20_regular": 61327, - "ic_fluent_sync_off_20_filled": 61328, - "ic_fluent_sync_off_20_regular": 61329, - "ic_fluent_syringe_20_filled": 61330, - "ic_fluent_syringe_20_regular": 61331, - "ic_fluent_system_20_filled": 61332, - "ic_fluent_system_20_regular": 61333, - "ic_fluent_tab_20_filled": 61334, - "ic_fluent_tab_20_regular": 61335, - "ic_fluent_tab_add_20_filled": 61336, - "ic_fluent_tab_add_20_regular": 61337, - "ic_fluent_tab_arrow_left_20_filled": 61338, - "ic_fluent_tab_arrow_left_20_regular": 61339, - "ic_fluent_tab_desktop_20_filled": 61340, - "ic_fluent_tab_desktop_20_regular": 61341, - "ic_fluent_tab_desktop_arrow_clockwise_20_filled": 61342, - "ic_fluent_tab_desktop_arrow_clockwise_20_regular": 61343, - "ic_fluent_tab_desktop_arrow_left_20_filled": 61344, - "ic_fluent_tab_desktop_arrow_left_20_regular": 61345, - "ic_fluent_tab_desktop_bottom_20_filled": 61346, - "ic_fluent_tab_desktop_bottom_20_regular": 61347, - "ic_fluent_tab_desktop_clock_20_filled": 61348, - "ic_fluent_tab_desktop_clock_20_regular": 61349, - "ic_fluent_tab_desktop_copy_20_filled": 61350, - "ic_fluent_tab_desktop_copy_20_regular": 61351, - "ic_fluent_tab_desktop_image_20_filled": 61352, - "ic_fluent_tab_desktop_image_20_regular": 61353, - "ic_fluent_tab_desktop_link_20_filled": 61354, - "ic_fluent_tab_desktop_link_20_regular": 61355, - "ic_fluent_tab_desktop_multiple_20_filled": 61356, - "ic_fluent_tab_desktop_multiple_20_regular": 61357, - "ic_fluent_tab_desktop_multiple_add_20_filled": 61358, - "ic_fluent_tab_desktop_multiple_add_20_regular": 61359, - "ic_fluent_tab_desktop_multiple_bottom_20_filled": 61360, - "ic_fluent_tab_desktop_multiple_bottom_20_regular": 61361, - "ic_fluent_tab_desktop_multiple_sparkle_20_filled": 61362, - "ic_fluent_tab_desktop_multiple_sparkle_20_regular": 61363, - "ic_fluent_tab_desktop_new_page_20_filled": 61364, - "ic_fluent_tab_desktop_new_page_20_regular": 61365, - "ic_fluent_tab_in_private_20_filled": 61366, - "ic_fluent_tab_in_private_20_regular": 61367, - "ic_fluent_tab_inprivate_account_20_filled": 61368, - "ic_fluent_tab_inprivate_account_20_regular": 61369, - "ic_fluent_tab_prohibited_20_filled": 61370, - "ic_fluent_tab_prohibited_20_regular": 61371, - "ic_fluent_tab_shield_dismiss_20_filled": 61372, - "ic_fluent_tab_shield_dismiss_20_regular": 61373, - "ic_fluent_table_20_filled": 61374, - "ic_fluent_table_20_regular": 61375, - "ic_fluent_table_add_20_filled": 61376, - "ic_fluent_table_add_20_regular": 61377, - "ic_fluent_table_arrow_up_20_filled": 61378, - "ic_fluent_table_arrow_up_20_regular": 61379, - "ic_fluent_table_bottom_row_20_filled": 61380, - "ic_fluent_table_bottom_row_20_regular": 61381, - "ic_fluent_table_calculator_20_filled": 61382, - "ic_fluent_table_calculator_20_regular": 61383, - "ic_fluent_table_cell_edit_20_filled": 61384, - "ic_fluent_table_cell_edit_20_regular": 61385, - "ic_fluent_table_cells_merge_20_filled": 61386, - "ic_fluent_table_cells_merge_20_regular": 61387, - "ic_fluent_table_cells_split_20_filled": 61388, - "ic_fluent_table_cells_split_20_regular": 61389, - "ic_fluent_table_checker_20_filled": 61390, - "ic_fluent_table_checker_20_regular": 61391, - "ic_fluent_table_column_top_bottom_20_filled": 61392, - "ic_fluent_table_column_top_bottom_20_regular": 61393, - "ic_fluent_table_copy_20_filled": 61394, - "ic_fluent_table_copy_20_regular": 61395, - "ic_fluent_table_delete_column_20_filled": 61396, - "ic_fluent_table_delete_column_20_regular": 61397, - "ic_fluent_table_delete_row_20_filled": 61398, - "ic_fluent_table_delete_row_20_regular": 61399, - "ic_fluent_table_dismiss_20_filled": 61400, - "ic_fluent_table_dismiss_20_regular": 61401, - "ic_fluent_table_edit_20_filled": 61402, - "ic_fluent_table_edit_20_regular": 61403, - "ic_fluent_table_freeze_column_20_filled": 61404, - "ic_fluent_table_freeze_column_20_regular": 61405, - "ic_fluent_table_freeze_column_and_row_20_filled": 61406, - "ic_fluent_table_freeze_column_and_row_20_regular": 61407, - "ic_fluent_table_freeze_row_20_filled": 61408, - "ic_fluent_table_freeze_row_20_regular": 61409, - "ic_fluent_table_image_20_filled": 61410, - "ic_fluent_table_image_20_regular": 61411, - "ic_fluent_table_insert_column_20_filled": 61412, - "ic_fluent_table_insert_column_20_regular": 61413, - "ic_fluent_table_insert_row_20_filled": 61414, - "ic_fluent_table_insert_row_20_regular": 61415, - "ic_fluent_table_lightning_20_filled": 61416, - "ic_fluent_table_lightning_20_regular": 61417, - "ic_fluent_table_link_20_filled": 61418, - "ic_fluent_table_link_20_regular": 61419, - "ic_fluent_table_lock_20_filled": 61420, - "ic_fluent_table_lock_20_regular": 61421, - "ic_fluent_table_move_above_20_filled": 61422, - "ic_fluent_table_move_above_20_regular": 61423, - "ic_fluent_table_move_below_20_filled": 61424, - "ic_fluent_table_move_below_20_regular": 61425, - "ic_fluent_table_move_left_20_filled": 61426, - "ic_fluent_table_move_left_20_regular": 61427, - "ic_fluent_table_move_right_20_filled": 61428, - "ic_fluent_table_move_right_20_regular": 61429, - "ic_fluent_table_multiple_20_filled": 61430, - "ic_fluent_table_multiple_20_regular": 61431, - "ic_fluent_table_offset_20_filled": 61432, - "ic_fluent_table_offset_20_regular": 61433, - "ic_fluent_table_offset_add_20_filled": 61434, - "ic_fluent_table_offset_add_20_regular": 61435, - "ic_fluent_table_offset_less_than_or_equal_to_20_filled": 61436, - "ic_fluent_table_offset_less_than_or_equal_to_20_regular": 61437, - "ic_fluent_table_offset_settings_20_filled": 61438, - "ic_fluent_table_offset_settings_20_regular": 61439, - "ic_fluent_table_resize_column_20_filled": 61440, - "ic_fluent_table_resize_column_20_regular": 61441, - "ic_fluent_table_resize_row_20_filled": 61442, - "ic_fluent_table_resize_row_20_regular": 61443, - "ic_fluent_table_search_20_filled": 61444, - "ic_fluent_table_search_20_regular": 61445, - "ic_fluent_table_settings_20_filled": 61446, - "ic_fluent_table_settings_20_regular": 61447, - "ic_fluent_table_simple_20_filled": 61448, - "ic_fluent_table_simple_20_regular": 61449, - "ic_fluent_table_simple_checkmark_20_filled": 61450, - "ic_fluent_table_simple_checkmark_20_regular": 61451, - "ic_fluent_table_simple_exclude_20_filled": 61452, - "ic_fluent_table_simple_exclude_20_regular": 61453, - "ic_fluent_table_simple_include_20_filled": 61454, - "ic_fluent_table_simple_include_20_regular": 61455, - "ic_fluent_table_simple_multiple_20_filled": 61456, - "ic_fluent_table_simple_multiple_20_regular": 61457, - "ic_fluent_table_split_20_filled": 61458, - "ic_fluent_table_split_20_regular": 61459, - "ic_fluent_table_stack_above_20_filled": 61460, - "ic_fluent_table_stack_above_20_regular": 61461, - "ic_fluent_table_stack_below_20_filled": 61462, - "ic_fluent_table_stack_below_20_regular": 61463, - "ic_fluent_table_stack_left_20_filled": 61464, - "ic_fluent_table_stack_left_20_regular": 61465, - "ic_fluent_table_stack_right_20_filled": 61466, - "ic_fluent_table_stack_right_20_regular": 61467, - "ic_fluent_table_switch_20_filled": 61468, - "ic_fluent_table_switch_20_regular": 61469, - "ic_fluent_tablet_20_filled": 61470, - "ic_fluent_tablet_20_regular": 61471, - "ic_fluent_tablet_laptop_20_filled": 61472, - "ic_fluent_tablet_laptop_20_regular": 61473, - "ic_fluent_tablet_speaker_20_filled": 61474, - "ic_fluent_tablet_speaker_20_regular": 61475, - "ic_fluent_tabs_20_filled": 61476, - "ic_fluent_tabs_20_regular": 61477, - "ic_fluent_tag_20_filled": 61478, - "ic_fluent_tag_20_regular": 61479, - "ic_fluent_tag_circle_20_filled": 61480, - "ic_fluent_tag_circle_20_regular": 61481, - "ic_fluent_tag_dismiss_20_filled": 61482, - "ic_fluent_tag_dismiss_20_regular": 61483, - "ic_fluent_tag_error_20_filled": 61484, - "ic_fluent_tag_error_20_regular": 61485, - "ic_fluent_tag_lock_20_filled": 61486, - "ic_fluent_tag_lock_20_regular": 61487, - "ic_fluent_tag_lock_accent_20_filled": 61488, - "ic_fluent_tag_multiple_20_filled": 61489, - "ic_fluent_tag_multiple_20_regular": 61490, - "ic_fluent_tag_off_20_filled": 61491, - "ic_fluent_tag_off_20_regular": 61492, - "ic_fluent_tag_question_mark_20_filled": 61493, - "ic_fluent_tag_question_mark_20_regular": 61494, - "ic_fluent_tag_reset_20_filled": 61495, - "ic_fluent_tag_reset_20_regular": 61496, - "ic_fluent_tag_search_20_filled": 61497, - "ic_fluent_tag_search_20_regular": 61498, - "ic_fluent_tap_double_20_filled": 61499, - "ic_fluent_tap_double_20_regular": 61500, - "ic_fluent_tap_single_20_filled": 61501, - "ic_fluent_tap_single_20_regular": 61502, - "ic_fluent_target_20_filled": 61503, - "ic_fluent_target_20_regular": 61504, - "ic_fluent_target_add_20_filled": 61505, - "ic_fluent_target_add_20_regular": 61506, - "ic_fluent_target_arrow_20_filled": 61507, - "ic_fluent_target_arrow_20_regular": 61508, - "ic_fluent_target_dismiss_20_filled": 61509, - "ic_fluent_target_dismiss_20_regular": 61510, - "ic_fluent_target_edit_20_filled": 61511, - "ic_fluent_target_edit_20_regular": 61512, - "ic_fluent_task_list_add_20_filled": 61513, - "ic_fluent_task_list_add_20_regular": 61514, - "ic_fluent_task_list_ltr_20_filled": 61515, - "ic_fluent_task_list_ltr_20_regular": 61516, - "ic_fluent_task_list_rtl_20_filled": 61517, - "ic_fluent_task_list_rtl_20_regular": 61518, - "ic_fluent_task_list_square_add_20_filled": 61519, - "ic_fluent_task_list_square_add_20_regular": 61520, - "ic_fluent_task_list_square_database_20_filled": 61521, - "ic_fluent_task_list_square_database_20_regular": 61522, - "ic_fluent_task_list_square_ltr_20_filled": 61523, - "ic_fluent_task_list_square_ltr_20_regular": 61524, - "ic_fluent_task_list_square_person_20_filled": 61525, - "ic_fluent_task_list_square_person_20_regular": 61526, - "ic_fluent_task_list_square_rtl_20_filled": 61527, - "ic_fluent_task_list_square_rtl_20_regular": 61528, - "ic_fluent_task_list_square_settings_20_filled": 61529, - "ic_fluent_task_list_square_settings_20_regular": 61530, - "ic_fluent_tasks_app_20_filled": 61531, - "ic_fluent_tasks_app_20_regular": 61532, - "ic_fluent_teardrop_bottom_right_20_filled": 61533, - "ic_fluent_teardrop_bottom_right_20_regular": 61534, - "ic_fluent_teddy_20_filled": 61535, - "ic_fluent_teddy_20_regular": 61536, - "ic_fluent_temperature_20_filled": 61537, - "ic_fluent_temperature_20_regular": 61538, - "ic_fluent_tent_20_filled": 61539, - "ic_fluent_tent_20_regular": 61540, - "ic_fluent_tetris_app_20_filled": 61541, - "ic_fluent_tetris_app_20_regular": 61542, - "ic_fluent_text_add_20_filled": 61543, - "ic_fluent_text_add_20_regular": 61544, - "ic_fluent_text_add_space_after_20_filled": 61545, - "ic_fluent_text_add_space_after_20_regular": 61546, - "ic_fluent_text_add_space_before_20_filled": 61547, - "ic_fluent_text_add_space_before_20_regular": 61548, - "ic_fluent_text_add_t_20_filled": 61549, - "ic_fluent_text_add_t_20_regular": 61550, - "ic_fluent_text_align_center_20_filled": 61551, - "ic_fluent_text_align_center_20_regular": 61552, - "ic_fluent_text_align_center_rotate_270_20_filled": 61553, - "ic_fluent_text_align_center_rotate_270_20_regular": 61554, - "ic_fluent_text_align_center_rotate_90_20_filled": 61555, - "ic_fluent_text_align_center_rotate_90_20_regular": 61556, - "ic_fluent_text_align_distributed_20_filled": 61557, - "ic_fluent_text_align_distributed_20_regular": 61558, - "ic_fluent_text_align_distributed_evenly_20_filled": 61559, - "ic_fluent_text_align_distributed_evenly_20_regular": 61560, - "ic_fluent_text_align_distributed_vertical_20_filled": 61561, - "ic_fluent_text_align_distributed_vertical_20_regular": 61562, - "ic_fluent_text_align_justify_20_filled": 61563, - "ic_fluent_text_align_justify_20_regular": 61564, - "ic_fluent_text_align_justify_low_20_filled": 61565, - "ic_fluent_text_align_justify_low_20_regular": 61566, - "ic_fluent_text_align_justify_low_90_20_filled": 61567, - "ic_fluent_text_align_justify_low_90_20_regular": 61568, - "ic_fluent_text_align_justify_low_rotate_270_20_filled": 61569, - "ic_fluent_text_align_justify_low_rotate_270_20_regular": 61570, - "ic_fluent_text_align_justify_low_rotate_90_20_filled": 61571, - "ic_fluent_text_align_justify_low_rotate_90_20_regular": 61572, - "ic_fluent_text_align_justify_rotate_270_20_filled": 61573, - "ic_fluent_text_align_justify_rotate_270_20_regular": 61574, - "ic_fluent_text_align_justify_rotate_90_20_filled": 61575, - "ic_fluent_text_align_justify_rotate_90_20_regular": 61576, - "ic_fluent_text_align_left_20_filled": 61577, - "ic_fluent_text_align_left_20_regular": 61578, - "ic_fluent_text_align_left_rotate_270_20_filled": 61579, - "ic_fluent_text_align_left_rotate_270_20_regular": 61580, - "ic_fluent_text_align_left_rotate_90_20_filled": 61581, - "ic_fluent_text_align_left_rotate_90_20_regular": 61582, - "ic_fluent_text_align_right_20_filled": 61583, - "ic_fluent_text_align_right_20_regular": 61584, - "ic_fluent_text_align_right_rotate_270_20_filled": 61585, - "ic_fluent_text_align_right_rotate_270_20_regular": 61586, - "ic_fluent_text_align_right_rotate_90_20_filled": 61587, - "ic_fluent_text_align_right_rotate_90_20_regular": 61588, - "ic_fluent_text_arrow_down_right_column_20_filled": 61589, - "ic_fluent_text_arrow_down_right_column_20_regular": 61590, - "ic_fluent_text_asterisk_20_filled": 61591, - "ic_fluent_text_asterisk_20_regular": 61592, - "ic_fluent_text_baseline_20_filled": 61593, - "ic_fluent_text_baseline_20_regular": 61594, - "ic_fluent_text_bold_20_filled": 61595, - "ic_fluent_text_bold_20_regular": 61596, - "ic_fluent_text_box_settings_20_filled": 61597, - "ic_fluent_text_box_settings_20_regular": 61598, - "ic_fluent_text_bullet_list_20_filled": 61599, - "ic_fluent_text_bullet_list_20_regular": 61600, - "ic_fluent_text_bullet_list_90_20_filled": 61601, - "ic_fluent_text_bullet_list_90_20_regular": 61602, - "ic_fluent_text_bullet_list_add_20_filled": 61603, - "ic_fluent_text_bullet_list_add_20_regular": 61604, - "ic_fluent_text_bullet_list_checkmark_20_filled": 61605, - "ic_fluent_text_bullet_list_checkmark_20_regular": 61606, - "ic_fluent_text_bullet_list_dismiss_20_filled": 61607, - "ic_fluent_text_bullet_list_dismiss_20_regular": 61608, - "ic_fluent_text_bullet_list_ltr_20_filled": 61609, - "ic_fluent_text_bullet_list_ltr_20_regular": 61610, - "ic_fluent_text_bullet_list_ltr_90_20_filled": 61611, - "ic_fluent_text_bullet_list_ltr_90_20_regular": 61612, - "ic_fluent_text_bullet_list_rtl_20_filled": 61613, - "ic_fluent_text_bullet_list_rtl_20_regular": 61614, - "ic_fluent_text_bullet_list_rtl_90_20_filled": 61615, - "ic_fluent_text_bullet_list_rtl_90_20_regular": 61616, - "ic_fluent_text_bullet_list_square_20_filled": 61617, - "ic_fluent_text_bullet_list_square_20_regular": 61618, - "ic_fluent_text_bullet_list_square_clock_20_filled": 61619, - "ic_fluent_text_bullet_list_square_clock_20_regular": 61620, - "ic_fluent_text_bullet_list_square_edit_20_filled": 61621, - "ic_fluent_text_bullet_list_square_edit_20_regular": 61622, - "ic_fluent_text_bullet_list_square_person_20_filled": 61623, - "ic_fluent_text_bullet_list_square_person_20_regular": 61624, - "ic_fluent_text_bullet_list_square_search_20_filled": 61625, - "ic_fluent_text_bullet_list_square_search_20_regular": 61626, - "ic_fluent_text_bullet_list_square_settings_20_filled": 61627, - "ic_fluent_text_bullet_list_square_settings_20_regular": 61628, - "ic_fluent_text_bullet_list_square_shield_20_filled": 61629, - "ic_fluent_text_bullet_list_square_shield_20_regular": 61630, - "ic_fluent_text_bullet_list_square_sparkle_20_filled": 61631, - "ic_fluent_text_bullet_list_square_sparkle_20_regular": 61632, - "ic_fluent_text_bullet_list_square_toolbox_20_filled": 61633, - "ic_fluent_text_bullet_list_square_toolbox_20_regular": 61634, - "ic_fluent_text_bullet_list_square_warning_20_filled": 61635, - "ic_fluent_text_bullet_list_square_warning_20_regular": 61636, - "ic_fluent_text_bullet_list_tree_20_filled": 61637, - "ic_fluent_text_bullet_list_tree_20_regular": 61638, - "ic_fluent_text_case_lowercase_20_filled": 61639, - "ic_fluent_text_case_lowercase_20_regular": 61640, - "ic_fluent_text_case_title_20_filled": 61641, - "ic_fluent_text_case_title_20_regular": 61642, - "ic_fluent_text_case_uppercase_20_filled": 61643, - "ic_fluent_text_case_uppercase_20_regular": 61644, - "ic_fluent_text_change_case_20_filled": 61645, - "ic_fluent_text_change_case_20_regular": 61646, - "ic_fluent_text_clear_formatting_20_filled": 61647, - "ic_fluent_text_clear_formatting_20_regular": 61648, - "ic_fluent_text_collapse_20_filled": 61649, - "ic_fluent_text_collapse_20_regular": 61650, - "ic_fluent_text_color_20_filled": 61651, - "ic_fluent_text_color_20_regular": 61652, - "ic_fluent_text_color_accent_20_filled": 61653, - "ic_fluent_text_column_one_20_filled": 61654, - "ic_fluent_text_column_one_20_regular": 61655, - "ic_fluent_text_column_one_narrow_20_filled": 61656, - "ic_fluent_text_column_one_narrow_20_regular": 61657, - "ic_fluent_text_column_one_semi_narrow_20_filled": 61658, - "ic_fluent_text_column_one_semi_narrow_20_regular": 61659, - "ic_fluent_text_column_one_wide_20_filled": 61660, - "ic_fluent_text_column_one_wide_20_regular": 61661, - "ic_fluent_text_column_one_wide_lightning_20_filled": 61662, - "ic_fluent_text_column_one_wide_lightning_20_regular": 61663, - "ic_fluent_text_column_three_20_filled": 61664, - "ic_fluent_text_column_three_20_regular": 61665, - "ic_fluent_text_column_two_20_filled": 61666, - "ic_fluent_text_column_two_20_regular": 61667, - "ic_fluent_text_column_two_left_20_filled": 61668, - "ic_fluent_text_column_two_left_20_regular": 61669, - "ic_fluent_text_column_two_right_20_filled": 61670, - "ic_fluent_text_column_two_right_20_regular": 61671, - "ic_fluent_text_column_wide_20_filled": 61672, - "ic_fluent_text_column_wide_20_regular": 61673, - "ic_fluent_text_continuous_20_filled": 61674, - "ic_fluent_text_continuous_20_regular": 61675, - "ic_fluent_text_density_20_filled": 61676, - "ic_fluent_text_density_20_regular": 61677, - "ic_fluent_text_description_20_filled": 61678, - "ic_fluent_text_description_20_regular": 61679, - "ic_fluent_text_description_ltr_20_filled": 61680, - "ic_fluent_text_description_ltr_20_regular": 61681, - "ic_fluent_text_description_rtl_20_filled": 61682, - "ic_fluent_text_description_rtl_20_regular": 61683, - "ic_fluent_text_direction_horizontal_left_20_filled": 61684, - "ic_fluent_text_direction_horizontal_left_20_regular": 61685, - "ic_fluent_text_direction_horizontal_ltr_20_filled": 61686, - "ic_fluent_text_direction_horizontal_ltr_20_regular": 61687, - "ic_fluent_text_direction_horizontal_right_20_filled": 61688, - "ic_fluent_text_direction_horizontal_right_20_regular": 61689, - "ic_fluent_text_direction_horizontal_rtl_20_filled": 61690, - "ic_fluent_text_direction_horizontal_rtl_20_regular": 61691, - "ic_fluent_text_direction_rotate_270_right_20_filled": 61692, - "ic_fluent_text_direction_rotate_270_right_20_regular": 61693, - "ic_fluent_text_direction_rotate_315_right_20_filled": 61694, - "ic_fluent_text_direction_rotate_315_right_20_regular": 61695, - "ic_fluent_text_direction_rotate_45_right_20_filled": 61696, - "ic_fluent_text_direction_rotate_45_right_20_regular": 61697, - "ic_fluent_text_direction_rotate_90_left_20_filled": 61698, - "ic_fluent_text_direction_rotate_90_left_20_regular": 61699, - "ic_fluent_text_direction_rotate_90_ltr_20_filled": 61700, - "ic_fluent_text_direction_rotate_90_ltr_20_regular": 61701, - "ic_fluent_text_direction_rotate_90_right_20_filled": 61702, - "ic_fluent_text_direction_rotate_90_right_20_regular": 61703, - "ic_fluent_text_direction_rotate_90_rtl_20_filled": 61704, - "ic_fluent_text_direction_rotate_90_rtl_20_regular": 61705, - "ic_fluent_text_direction_vertical_20_filled": 61706, - "ic_fluent_text_direction_vertical_20_regular": 61707, - "ic_fluent_text_edit_style_20_filled": 61708, - "ic_fluent_text_edit_style_20_regular": 61709, - "ic_fluent_text_effects_20_filled": 61710, - "ic_fluent_text_effects_20_regular": 61711, - "ic_fluent_text_effects_sparkle_20_filled": 61712, - "ic_fluent_text_effects_sparkle_20_regular": 61713, - "ic_fluent_text_expand_20_filled": 61714, - "ic_fluent_text_expand_20_regular": 61715, - "ic_fluent_text_field_20_filled": 61716, - "ic_fluent_text_field_20_regular": 61717, - "ic_fluent_text_first_line_20_filled": 61718, - "ic_fluent_text_first_line_20_regular": 61719, - "ic_fluent_text_font_20_filled": 61720, - "ic_fluent_text_font_20_regular": 61721, - "ic_fluent_text_font_info_20_filled": 61722, - "ic_fluent_text_font_info_20_regular": 61723, - "ic_fluent_text_font_size_20_filled": 61724, - "ic_fluent_text_font_size_20_regular": 61725, - "ic_fluent_text_footnote_20_filled": 61726, - "ic_fluent_text_footnote_20_regular": 61727, - "ic_fluent_text_grammar_arrow_left_20_filled": 61728, - "ic_fluent_text_grammar_arrow_left_20_regular": 61729, - "ic_fluent_text_grammar_arrow_right_20_filled": 61730, - "ic_fluent_text_grammar_arrow_right_20_regular": 61731, - "ic_fluent_text_grammar_checkmark_20_filled": 61732, - "ic_fluent_text_grammar_checkmark_20_regular": 61733, - "ic_fluent_text_grammar_dismiss_20_filled": 61734, - "ic_fluent_text_grammar_dismiss_20_regular": 61735, - "ic_fluent_text_grammar_error_20_filled": 61736, - "ic_fluent_text_grammar_error_20_regular": 61737, - "ic_fluent_text_grammar_lightning_20_filled": 61738, - "ic_fluent_text_grammar_lightning_20_regular": 61739, - "ic_fluent_text_grammar_settings_20_filled": 61740, - "ic_fluent_text_grammar_settings_20_regular": 61741, - "ic_fluent_text_grammar_wand_20_filled": 61742, - "ic_fluent_text_grammar_wand_20_regular": 61743, - "ic_fluent_text_hanging_20_filled": 61744, - "ic_fluent_text_hanging_20_regular": 61745, - "ic_fluent_text_header_1_20_filled": 61746, - "ic_fluent_text_header_1_20_regular": 61747, - "ic_fluent_text_header_1_lines_20_filled": 61748, - "ic_fluent_text_header_1_lines_20_regular": 61749, - "ic_fluent_text_header_1_lines_caret_20_filled": 61750, - "ic_fluent_text_header_1_lines_caret_20_regular": 61751, - "ic_fluent_text_header_2_20_filled": 61752, - "ic_fluent_text_header_2_20_regular": 61753, - "ic_fluent_text_header_2_lines_20_filled": 61754, - "ic_fluent_text_header_2_lines_20_regular": 61755, - "ic_fluent_text_header_2_lines_caret_20_filled": 61756, - "ic_fluent_text_header_2_lines_caret_20_regular": 61757, - "ic_fluent_text_header_3_20_filled": 61758, - "ic_fluent_text_header_3_20_regular": 61759, - "ic_fluent_text_header_3_lines_20_filled": 61760, - "ic_fluent_text_header_3_lines_20_regular": 61761, - "ic_fluent_text_header_3_lines_caret_20_filled": 61762, - "ic_fluent_text_header_3_lines_caret_20_regular": 61763, - "ic_fluent_text_indent_decrease_20_filled": 61764, - "ic_fluent_text_indent_decrease_20_regular": 61765, - "ic_fluent_text_indent_decrease_ltr_20_filled": 61766, - "ic_fluent_text_indent_decrease_ltr_20_regular": 61767, - "ic_fluent_text_indent_decrease_ltr_90_20_filled": 61768, - "ic_fluent_text_indent_decrease_ltr_90_20_regular": 61769, - "ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled": 61770, - "ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular": 61771, - "ic_fluent_text_indent_decrease_rotate_270_20_filled": 61772, - "ic_fluent_text_indent_decrease_rotate_270_20_regular": 61773, - "ic_fluent_text_indent_decrease_rotate_90_20_filled": 61774, - "ic_fluent_text_indent_decrease_rotate_90_20_regular": 61775, - "ic_fluent_text_indent_decrease_rtl_20_filled": 61776, - "ic_fluent_text_indent_decrease_rtl_20_regular": 61777, - "ic_fluent_text_indent_decrease_rtl_90_20_filled": 61778, - "ic_fluent_text_indent_decrease_rtl_90_20_regular": 61779, - "ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled": 61780, - "ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular": 61781, - "ic_fluent_text_indent_increase_20_filled": 61782, - "ic_fluent_text_indent_increase_20_regular": 61783, - "ic_fluent_text_indent_increase_ltr_20_filled": 61784, - "ic_fluent_text_indent_increase_ltr_20_regular": 61785, - "ic_fluent_text_indent_increase_ltr_90_20_filled": 61786, - "ic_fluent_text_indent_increase_ltr_90_20_regular": 61787, - "ic_fluent_text_indent_increase_ltr_rotate_270_20_filled": 61788, - "ic_fluent_text_indent_increase_ltr_rotate_270_20_regular": 61789, - "ic_fluent_text_indent_increase_rotate_270_20_filled": 61790, - "ic_fluent_text_indent_increase_rotate_270_20_regular": 61791, - "ic_fluent_text_indent_increase_rotate_90_20_filled": 61792, - "ic_fluent_text_indent_increase_rotate_90_20_regular": 61793, - "ic_fluent_text_indent_increase_rtl_20_filled": 61794, - "ic_fluent_text_indent_increase_rtl_20_regular": 61795, - "ic_fluent_text_indent_increase_rtl_90_20_filled": 61796, - "ic_fluent_text_indent_increase_rtl_90_20_regular": 61797, - "ic_fluent_text_indent_increase_rtl_rotate_270_20_filled": 61798, - "ic_fluent_text_indent_increase_rtl_rotate_270_20_regular": 61799, - "ic_fluent_text_italic_20_filled": 61800, - "ic_fluent_text_italic_20_regular": 61801, - "ic_fluent_text_line_spacing_20_filled": 61802, - "ic_fluent_text_line_spacing_20_regular": 61803, - "ic_fluent_text_more_20_filled": 61804, - "ic_fluent_text_more_20_regular": 61805, - "ic_fluent_text_number_format_20_filled": 61806, - "ic_fluent_text_number_format_20_regular": 61807, - "ic_fluent_text_number_list_ltr_20_filled": 61808, - "ic_fluent_text_number_list_ltr_20_regular": 61809, - "ic_fluent_text_number_list_ltr_90_20_filled": 61810, - "ic_fluent_text_number_list_ltr_90_20_regular": 61811, - "ic_fluent_text_number_list_ltr_rotate_270_20_filled": 61812, - "ic_fluent_text_number_list_ltr_rotate_270_20_regular": 61813, - "ic_fluent_text_number_list_rotate_270_20_filled": 61814, - "ic_fluent_text_number_list_rotate_270_20_regular": 61815, - "ic_fluent_text_number_list_rotate_90_20_filled": 61816, - "ic_fluent_text_number_list_rotate_90_20_regular": 61817, - "ic_fluent_text_number_list_rtl_20_filled": 61818, - "ic_fluent_text_number_list_rtl_20_regular": 61819, - "ic_fluent_text_number_list_rtl_90_20_filled": 61820, - "ic_fluent_text_number_list_rtl_90_20_regular": 61821, - "ic_fluent_text_number_list_rtl_rotate_270_20_filled": 61822, - "ic_fluent_text_number_list_rtl_rotate_270_20_regular": 61823, - "ic_fluent_text_paragraph_20_filled": 61824, - "ic_fluent_text_paragraph_20_regular": 61825, - "ic_fluent_text_paragraph_direction_20_filled": 61826, - "ic_fluent_text_paragraph_direction_20_regular": 61827, - "ic_fluent_text_paragraph_direction_left_20_filled": 61828, - "ic_fluent_text_paragraph_direction_left_20_regular": 61829, - "ic_fluent_text_paragraph_direction_right_20_filled": 61830, - "ic_fluent_text_paragraph_direction_right_20_regular": 61831, - "ic_fluent_text_period_asterisk_20_filled": 61832, - "ic_fluent_text_period_asterisk_20_regular": 61833, - "ic_fluent_text_position_behind_20_filled": 61834, - "ic_fluent_text_position_behind_20_regular": 61835, - "ic_fluent_text_position_front_20_filled": 61836, - "ic_fluent_text_position_front_20_regular": 61837, - "ic_fluent_text_position_line_20_filled": 61838, - "ic_fluent_text_position_line_20_regular": 61839, - "ic_fluent_text_position_square_20_filled": 61840, - "ic_fluent_text_position_square_20_regular": 61841, - "ic_fluent_text_position_square_left_20_filled": 61842, - "ic_fluent_text_position_square_left_20_regular": 61843, - "ic_fluent_text_position_square_right_20_filled": 61844, - "ic_fluent_text_position_square_right_20_regular": 61845, - "ic_fluent_text_position_through_20_filled": 61846, - "ic_fluent_text_position_through_20_regular": 61847, - "ic_fluent_text_position_tight_20_filled": 61848, - "ic_fluent_text_position_tight_20_regular": 61849, - "ic_fluent_text_position_top_bottom_20_filled": 61850, - "ic_fluent_text_position_top_bottom_20_regular": 61851, - "ic_fluent_text_proofing_tools_20_filled": 61852, - "ic_fluent_text_proofing_tools_20_regular": 61853, - "ic_fluent_text_quote_20_filled": 61854, - "ic_fluent_text_quote_20_regular": 61855, - "ic_fluent_text_sort_ascending_20_filled": 61856, - "ic_fluent_text_sort_ascending_20_regular": 61857, - "ic_fluent_text_sort_descending_20_filled": 61858, - "ic_fluent_text_sort_descending_20_regular": 61859, - "ic_fluent_text_strikethrough_20_filled": 61860, - "ic_fluent_text_strikethrough_20_regular": 61861, - "ic_fluent_text_subscript_20_filled": 61862, - "ic_fluent_text_subscript_20_regular": 61863, - "ic_fluent_text_superscript_20_filled": 61864, - "ic_fluent_text_superscript_20_regular": 61865, - "ic_fluent_text_t_20_filled": 61866, - "ic_fluent_text_t_20_regular": 61867, - "ic_fluent_text_underline_20_filled": 61868, - "ic_fluent_text_underline_20_regular": 61869, - "ic_fluent_text_underline_character_u_20_filled": 61870, - "ic_fluent_text_underline_character_u_20_regular": 61871, - "ic_fluent_text_underline_double_20_filled": 61872, - "ic_fluent_text_underline_double_20_regular": 61873, - "ic_fluent_text_whole_word_20_filled": 61874, - "ic_fluent_text_whole_word_20_regular": 61875, - "ic_fluent_text_word_count_20_filled": 61876, - "ic_fluent_text_word_count_20_regular": 61877, - "ic_fluent_text_wrap_20_filled": 61878, - "ic_fluent_text_wrap_20_regular": 61879, - "ic_fluent_text_wrap_off_20_filled": 61880, - "ic_fluent_text_wrap_off_20_regular": 61881, - "ic_fluent_textbox_20_filled": 61882, - "ic_fluent_textbox_20_regular": 61883, - "ic_fluent_textbox_align_bottom_20_filled": 61884, - "ic_fluent_textbox_align_bottom_20_regular": 61885, - "ic_fluent_textbox_align_bottom_center_20_filled": 61886, - "ic_fluent_textbox_align_bottom_center_20_regular": 61887, - "ic_fluent_textbox_align_bottom_left_20_filled": 61888, - "ic_fluent_textbox_align_bottom_left_20_regular": 61889, - "ic_fluent_textbox_align_bottom_right_20_filled": 61890, - "ic_fluent_textbox_align_bottom_right_20_regular": 61891, - "ic_fluent_textbox_align_bottom_rotate_90_20_filled": 61892, - "ic_fluent_textbox_align_bottom_rotate_90_20_regular": 61893, - "ic_fluent_textbox_align_center_20_filled": 61894, - "ic_fluent_textbox_align_center_20_regular": 61895, - "ic_fluent_textbox_align_middle_20_filled": 61896, - "ic_fluent_textbox_align_middle_20_regular": 61897, - "ic_fluent_textbox_align_middle_left_20_filled": 61898, - "ic_fluent_textbox_align_middle_left_20_regular": 61899, - "ic_fluent_textbox_align_middle_right_20_filled": 61900, - "ic_fluent_textbox_align_middle_right_20_regular": 61901, - "ic_fluent_textbox_align_middle_rotate_90_20_filled": 61902, - "ic_fluent_textbox_align_middle_rotate_90_20_regular": 61903, - "ic_fluent_textbox_align_top_20_filled": 61904, - "ic_fluent_textbox_align_top_20_regular": 61905, - "ic_fluent_textbox_align_top_center_20_filled": 61906, - "ic_fluent_textbox_align_top_center_20_regular": 61907, - "ic_fluent_textbox_align_top_left_20_filled": 61908, - "ic_fluent_textbox_align_top_left_20_regular": 61909, - "ic_fluent_textbox_align_top_right_20_filled": 61910, - "ic_fluent_textbox_align_top_right_20_regular": 61911, - "ic_fluent_textbox_align_top_rotate_90_20_filled": 61912, - "ic_fluent_textbox_align_top_rotate_90_20_regular": 61913, - "ic_fluent_textbox_more_20_filled": 61914, - "ic_fluent_textbox_more_20_regular": 61915, - "ic_fluent_textbox_rotate_90_20_filled": 61916, - "ic_fluent_textbox_rotate_90_20_regular": 61917, - "ic_fluent_textbox_settings_20_filled": 61918, - "ic_fluent_textbox_settings_20_regular": 61919, - "ic_fluent_thinking_20_filled": 61920, - "ic_fluent_thinking_20_regular": 61921, - "ic_fluent_thumb_dislike_20_filled": 61922, - "ic_fluent_thumb_dislike_20_regular": 61923, - "ic_fluent_thumb_like_20_filled": 61924, - "ic_fluent_thumb_like_20_regular": 61925, - "ic_fluent_thumb_like_dislike_20_filled": 61926, - "ic_fluent_thumb_like_dislike_20_regular": 61927, - "ic_fluent_ticket_diagonal_20_filled": 61928, - "ic_fluent_ticket_diagonal_20_regular": 61929, - "ic_fluent_ticket_horizontal_20_filled": 61930, - "ic_fluent_ticket_horizontal_20_regular": 61931, - "ic_fluent_time_and_weather_20_filled": 61932, - "ic_fluent_time_and_weather_20_regular": 61933, - "ic_fluent_time_picker_20_filled": 61934, - "ic_fluent_time_picker_20_regular": 61935, - "ic_fluent_timeline_20_filled": 61936, - "ic_fluent_timeline_20_regular": 61937, - "ic_fluent_timer_10_20_filled": 61938, - "ic_fluent_timer_10_20_regular": 61939, - "ic_fluent_timer_2_20_filled": 61940, - "ic_fluent_timer_2_20_regular": 61941, - "ic_fluent_timer_20_filled": 61942, - "ic_fluent_timer_20_regular": 61943, - "ic_fluent_timer_3_20_filled": 61944, - "ic_fluent_timer_3_20_regular": 61945, - "ic_fluent_timer_off_20_filled": 61946, - "ic_fluent_timer_off_20_regular": 61947, - "ic_fluent_toggle_left_20_filled": 61948, - "ic_fluent_toggle_left_20_regular": 61949, - "ic_fluent_toggle_multiple_20_filled": 61950, - "ic_fluent_toggle_multiple_20_regular": 61951, - "ic_fluent_toggle_right_20_filled": 61952, - "ic_fluent_toggle_right_20_regular": 61953, - "ic_fluent_toolbox_20_filled": 61954, - "ic_fluent_toolbox_20_regular": 61955, - "ic_fluent_tooltip_quote_20_filled": 61956, - "ic_fluent_tooltip_quote_20_regular": 61957, - "ic_fluent_top_speed_20_filled": 61958, - "ic_fluent_top_speed_20_regular": 61959, - "ic_fluent_translate_20_filled": 61960, - "ic_fluent_translate_20_regular": 61961, - "ic_fluent_translate_auto_20_filled": 61962, - "ic_fluent_translate_auto_20_regular": 61963, - "ic_fluent_translate_off_20_filled": 61964, - "ic_fluent_translate_off_20_regular": 61965, - "ic_fluent_transmission_20_filled": 61966, - "ic_fluent_transmission_20_regular": 61967, - "ic_fluent_tray_item_add_20_filled": 61968, - "ic_fluent_tray_item_add_20_regular": 61969, - "ic_fluent_tray_item_remove_20_filled": 61970, - "ic_fluent_tray_item_remove_20_regular": 61971, - "ic_fluent_tree_deciduous_20_filled": 61972, - "ic_fluent_tree_deciduous_20_regular": 61973, - "ic_fluent_tree_evergreen_20_filled": 61974, - "ic_fluent_tree_evergreen_20_regular": 61975, - "ic_fluent_triangle_20_filled": 61976, - "ic_fluent_triangle_20_regular": 61977, - "ic_fluent_triangle_down_20_filled": 61978, - "ic_fluent_triangle_down_20_regular": 61979, - "ic_fluent_triangle_left_20_filled": 61980, - "ic_fluent_triangle_left_20_regular": 61981, - "ic_fluent_triangle_right_20_filled": 61982, - "ic_fluent_triangle_right_20_regular": 61983, - "ic_fluent_triangle_up_20_filled": 61984, - "ic_fluent_triangle_up_20_regular": 61985, - "ic_fluent_trophy_20_filled": 61986, - "ic_fluent_trophy_20_regular": 61987, - "ic_fluent_trophy_lock_20_filled": 61988, - "ic_fluent_trophy_lock_20_regular": 61989, - "ic_fluent_trophy_off_20_filled": 61990, - "ic_fluent_trophy_off_20_regular": 61991, - "ic_fluent_tv_20_filled": 61992, - "ic_fluent_tv_20_regular": 61993, - "ic_fluent_tv_arrow_right_20_filled": 61994, - "ic_fluent_tv_arrow_right_20_regular": 61995, - "ic_fluent_tv_usb_20_filled": 61996, - "ic_fluent_tv_usb_20_regular": 61997, - "ic_fluent_umbrella_20_filled": 61998, - "ic_fluent_umbrella_20_regular": 61999, - "ic_fluent_uninstall_app_20_filled": 62000, - "ic_fluent_uninstall_app_20_regular": 62001, - "ic_fluent_usb_plug_20_filled": 62002, - "ic_fluent_usb_plug_20_regular": 62003, - "ic_fluent_usb_stick_20_filled": 62004, - "ic_fluent_usb_stick_20_regular": 62005, - "ic_fluent_vault_20_filled": 62006, - "ic_fluent_vault_20_regular": 62007, - "ic_fluent_vehicle_bicycle_20_filled": 62008, - "ic_fluent_vehicle_bicycle_20_regular": 62009, - "ic_fluent_vehicle_bus_20_filled": 62010, - "ic_fluent_vehicle_bus_20_regular": 62011, - "ic_fluent_vehicle_cab_20_filled": 62012, - "ic_fluent_vehicle_cab_20_regular": 62013, - "ic_fluent_vehicle_cable_car_20_filled": 62014, - "ic_fluent_vehicle_cable_car_20_regular": 62015, - "ic_fluent_vehicle_car_20_filled": 62016, - "ic_fluent_vehicle_car_20_regular": 62017, - "ic_fluent_vehicle_car_collision_20_filled": 62018, - "ic_fluent_vehicle_car_collision_20_regular": 62019, - "ic_fluent_vehicle_car_parking_20_filled": 62020, - "ic_fluent_vehicle_car_parking_20_regular": 62021, - "ic_fluent_vehicle_car_profile_20_filled": 62022, - "ic_fluent_vehicle_car_profile_20_regular": 62023, - "ic_fluent_vehicle_car_profile_ltr_20_filled": 62024, - "ic_fluent_vehicle_car_profile_ltr_20_regular": 62025, - "ic_fluent_vehicle_car_profile_ltr_clock_20_filled": 62026, - "ic_fluent_vehicle_car_profile_ltr_clock_20_regular": 62027, - "ic_fluent_vehicle_car_profile_rtl_20_filled": 62028, - "ic_fluent_vehicle_car_profile_rtl_20_regular": 62029, - "ic_fluent_vehicle_ship_20_filled": 62030, - "ic_fluent_vehicle_ship_20_regular": 62031, - "ic_fluent_vehicle_subway_20_filled": 62032, - "ic_fluent_vehicle_subway_20_regular": 62033, - "ic_fluent_vehicle_subway_clock_20_filled": 62034, - "ic_fluent_vehicle_subway_clock_20_regular": 62035, - "ic_fluent_vehicle_tractor_20_filled": 62036, - "ic_fluent_vehicle_tractor_20_regular": 62037, - "ic_fluent_vehicle_truck_20_filled": 62038, - "ic_fluent_vehicle_truck_20_regular": 62039, - "ic_fluent_vehicle_truck_bag_20_filled": 62040, - "ic_fluent_vehicle_truck_bag_20_regular": 62041, - "ic_fluent_vehicle_truck_cube_20_filled": 62042, - "ic_fluent_vehicle_truck_cube_20_regular": 62043, - "ic_fluent_vehicle_truck_profile_20_filled": 62044, - "ic_fluent_vehicle_truck_profile_20_regular": 62045, - "ic_fluent_video_20_filled": 62046, - "ic_fluent_video_20_regular": 62047, - "ic_fluent_video_360_20_filled": 62048, - "ic_fluent_video_360_20_regular": 62049, - "ic_fluent_video_360_off_20_filled": 62050, - "ic_fluent_video_360_off_20_regular": 62051, - "ic_fluent_video_add_20_filled": 62052, - "ic_fluent_video_add_20_regular": 62053, - "ic_fluent_video_background_effect_20_filled": 62054, - "ic_fluent_video_background_effect_20_regular": 62055, - "ic_fluent_video_background_effect_horizontal_20_filled": 62056, - "ic_fluent_video_background_effect_horizontal_20_regular": 62057, - "ic_fluent_video_chat_20_filled": 62058, - "ic_fluent_video_chat_20_regular": 62059, - "ic_fluent_video_clip_20_filled": 62060, - "ic_fluent_video_clip_20_regular": 62061, - "ic_fluent_video_clip_multiple_20_filled": 62062, - "ic_fluent_video_clip_multiple_20_regular": 62063, - "ic_fluent_video_clip_off_20_filled": 62064, - "ic_fluent_video_clip_off_20_regular": 62065, - "ic_fluent_video_clip_optimize_20_filled": 62066, - "ic_fluent_video_clip_optimize_20_regular": 62067, - "ic_fluent_video_clip_wand_20_filled": 62068, - "ic_fluent_video_clip_wand_20_regular": 62069, - "ic_fluent_video_off_20_filled": 62070, - "ic_fluent_video_off_20_regular": 62071, - "ic_fluent_video_person_20_filled": 62072, - "ic_fluent_video_person_20_regular": 62073, - "ic_fluent_video_person_call_20_filled": 62074, - "ic_fluent_video_person_call_20_regular": 62075, - "ic_fluent_video_person_clock_20_filled": 62076, - "ic_fluent_video_person_clock_20_regular": 62077, - "ic_fluent_video_person_off_20_filled": 62078, - "ic_fluent_video_person_off_20_regular": 62079, - "ic_fluent_video_person_pulse_20_filled": 62080, - "ic_fluent_video_person_pulse_20_regular": 62081, - "ic_fluent_video_person_sparkle_20_filled": 62082, - "ic_fluent_video_person_sparkle_20_regular": 62083, - "ic_fluent_video_person_sparkle_off_20_filled": 62084, - "ic_fluent_video_person_sparkle_off_20_regular": 62085, - "ic_fluent_video_person_star_20_filled": 62086, - "ic_fluent_video_person_star_20_regular": 62087, - "ic_fluent_video_person_star_off_20_filled": 62088, - "ic_fluent_video_person_star_off_20_regular": 62089, - "ic_fluent_video_play_pause_20_filled": 62090, - "ic_fluent_video_play_pause_20_regular": 62091, - "ic_fluent_video_prohibited_20_filled": 62092, - "ic_fluent_video_prohibited_20_regular": 62093, - "ic_fluent_video_recording_20_filled": 62094, - "ic_fluent_video_recording_20_regular": 62095, - "ic_fluent_video_security_20_filled": 62096, - "ic_fluent_video_security_20_regular": 62097, - "ic_fluent_video_switch_20_filled": 62098, - "ic_fluent_video_switch_20_regular": 62099, - "ic_fluent_video_sync_20_filled": 62100, - "ic_fluent_video_sync_20_regular": 62101, - "ic_fluent_view_desktop_20_filled": 62102, - "ic_fluent_view_desktop_20_regular": 62103, - "ic_fluent_view_desktop_mobile_20_filled": 62104, - "ic_fluent_view_desktop_mobile_20_regular": 62105, - "ic_fluent_virtual_network_20_filled": 62106, - "ic_fluent_virtual_network_20_regular": 62107, - "ic_fluent_virtual_network_toolbox_20_filled": 62108, - "ic_fluent_virtual_network_toolbox_20_regular": 62109, - "ic_fluent_voicemail_20_filled": 62110, - "ic_fluent_voicemail_20_regular": 62111, - "ic_fluent_voicemail_arrow_back_20_filled": 62112, - "ic_fluent_voicemail_arrow_back_20_regular": 62113, - "ic_fluent_voicemail_arrow_forward_20_filled": 62114, - "ic_fluent_voicemail_arrow_forward_20_regular": 62115, - "ic_fluent_voicemail_arrow_subtract_20_filled": 62116, - "ic_fluent_voicemail_arrow_subtract_20_regular": 62117, - "ic_fluent_voicemail_shield_20_filled": 62118, - "ic_fluent_voicemail_shield_20_regular": 62119, - "ic_fluent_voicemail_subtract_20_filled": 62120, - "ic_fluent_voicemail_subtract_20_regular": 62121, - "ic_fluent_vote_20_filled": 62122, - "ic_fluent_vote_20_regular": 62123, - "ic_fluent_walkie_talkie_20_filled": 62124, - "ic_fluent_walkie_talkie_20_regular": 62125, - "ic_fluent_wallet_20_filled": 62126, - "ic_fluent_wallet_20_regular": 62127, - "ic_fluent_wallet_credit_card_20_filled": 62128, - "ic_fluent_wallet_credit_card_20_regular": 62129, - "ic_fluent_wallpaper_20_filled": 62130, - "ic_fluent_wallpaper_20_regular": 62131, - "ic_fluent_wand_20_filled": 62132, - "ic_fluent_wand_20_regular": 62133, - "ic_fluent_warning_20_filled": 62134, - "ic_fluent_warning_20_regular": 62135, - "ic_fluent_warning_shield_20_filled": 62136, - "ic_fluent_warning_shield_20_regular": 62137, - "ic_fluent_washer_20_filled": 62138, - "ic_fluent_washer_20_regular": 62139, - "ic_fluent_water_20_filled": 62140, - "ic_fluent_water_20_regular": 62141, - "ic_fluent_weather_blowing_snow_20_filled": 62142, - "ic_fluent_weather_blowing_snow_20_regular": 62143, - "ic_fluent_weather_cloudy_20_filled": 62144, - "ic_fluent_weather_cloudy_20_regular": 62145, - "ic_fluent_weather_drizzle_20_filled": 62146, - "ic_fluent_weather_drizzle_20_regular": 62147, - "ic_fluent_weather_duststorm_20_filled": 62148, - "ic_fluent_weather_duststorm_20_regular": 62149, - "ic_fluent_weather_fog_20_filled": 62150, - "ic_fluent_weather_fog_20_regular": 62151, - "ic_fluent_weather_hail_day_20_filled": 62152, - "ic_fluent_weather_hail_day_20_regular": 62153, - "ic_fluent_weather_hail_night_20_filled": 62154, - "ic_fluent_weather_hail_night_20_regular": 62155, - "ic_fluent_weather_haze_20_filled": 62156, - "ic_fluent_weather_haze_20_regular": 62157, - "ic_fluent_weather_moon_20_filled": 62158, - "ic_fluent_weather_moon_20_regular": 62159, - "ic_fluent_weather_moon_off_20_filled": 62160, - "ic_fluent_weather_moon_off_20_regular": 62161, - "ic_fluent_weather_partly_cloudy_day_20_filled": 62162, - "ic_fluent_weather_partly_cloudy_day_20_regular": 62163, - "ic_fluent_weather_partly_cloudy_night_20_filled": 62164, - "ic_fluent_weather_partly_cloudy_night_20_regular": 62165, - "ic_fluent_weather_rain_20_filled": 62166, - "ic_fluent_weather_rain_20_regular": 62167, - "ic_fluent_weather_rain_showers_day_20_filled": 62168, - "ic_fluent_weather_rain_showers_day_20_regular": 62169, - "ic_fluent_weather_rain_showers_night_20_filled": 62170, - "ic_fluent_weather_rain_showers_night_20_regular": 62171, - "ic_fluent_weather_rain_snow_20_filled": 62172, - "ic_fluent_weather_rain_snow_20_regular": 62173, - "ic_fluent_weather_snow_20_filled": 62174, - "ic_fluent_weather_snow_20_regular": 62175, - "ic_fluent_weather_snow_shower_day_20_filled": 62176, - "ic_fluent_weather_snow_shower_day_20_regular": 62177, - "ic_fluent_weather_snow_shower_night_20_filled": 62178, - "ic_fluent_weather_snow_shower_night_20_regular": 62179, - "ic_fluent_weather_snowflake_20_filled": 62180, - "ic_fluent_weather_snowflake_20_regular": 62181, - "ic_fluent_weather_squalls_20_filled": 62182, - "ic_fluent_weather_squalls_20_regular": 62183, - "ic_fluent_weather_sunny_20_filled": 62184, - "ic_fluent_weather_sunny_20_regular": 62185, - "ic_fluent_weather_sunny_high_20_filled": 62186, - "ic_fluent_weather_sunny_high_20_regular": 62187, - "ic_fluent_weather_sunny_low_20_filled": 62188, - "ic_fluent_weather_sunny_low_20_regular": 62189, - "ic_fluent_weather_thunderstorm_20_filled": 62190, - "ic_fluent_weather_thunderstorm_20_regular": 62191, - "ic_fluent_web_asset_20_filled": 62192, - "ic_fluent_web_asset_20_regular": 62193, - "ic_fluent_whiteboard_20_filled": 62194, - "ic_fluent_whiteboard_20_regular": 62195, - "ic_fluent_whiteboard_off_20_filled": 62196, - "ic_fluent_whiteboard_off_20_regular": 62197, - "ic_fluent_wifi_1_20_filled": 62198, - "ic_fluent_wifi_1_20_regular": 62199, - "ic_fluent_wifi_2_20_filled": 62200, - "ic_fluent_wifi_2_20_regular": 62201, - "ic_fluent_wifi_3_20_filled": 62202, - "ic_fluent_wifi_3_20_regular": 62203, - "ic_fluent_wifi_4_20_filled": 62204, - "ic_fluent_wifi_4_20_regular": 62205, - "ic_fluent_wifi_lock_20_filled": 62206, - "ic_fluent_wifi_lock_20_regular": 62207, - "ic_fluent_wifi_off_20_filled": 62208, - "ic_fluent_wifi_off_20_regular": 62209, - "ic_fluent_wifi_settings_20_filled": 62210, - "ic_fluent_wifi_settings_20_regular": 62211, - "ic_fluent_wifi_warning_20_filled": 62212, - "ic_fluent_wifi_warning_20_regular": 62213, - "ic_fluent_window_20_filled": 62214, - "ic_fluent_window_20_regular": 62215, - "ic_fluent_window_ad_20_filled": 62216, - "ic_fluent_window_ad_20_regular": 62217, - "ic_fluent_window_ad_off_20_filled": 62218, - "ic_fluent_window_ad_off_20_regular": 62219, - "ic_fluent_window_ad_person_20_filled": 62220, - "ic_fluent_window_ad_person_20_regular": 62221, - "ic_fluent_window_apps_20_filled": 62222, - "ic_fluent_window_apps_20_regular": 62223, - "ic_fluent_window_arrow_up_20_filled": 62224, - "ic_fluent_window_arrow_up_20_regular": 62225, - "ic_fluent_window_bullet_list_20_filled": 62226, - "ic_fluent_window_bullet_list_20_regular": 62227, - "ic_fluent_window_bullet_list_add_20_filled": 62228, - "ic_fluent_window_bullet_list_add_20_regular": 62229, - "ic_fluent_window_console_20_filled": 62230, - "ic_fluent_window_console_20_regular": 62231, - "ic_fluent_window_database_20_filled": 62232, - "ic_fluent_window_database_20_regular": 62233, - "ic_fluent_window_dev_edit_20_filled": 62234, - "ic_fluent_window_dev_edit_20_regular": 62235, - "ic_fluent_window_dev_tools_20_filled": 62236, - "ic_fluent_window_dev_tools_20_regular": 62237, - "ic_fluent_window_edit_20_filled": 62238, - "ic_fluent_window_edit_20_regular": 62239, - "ic_fluent_window_fingerprint_20_filled": 62240, - "ic_fluent_window_fingerprint_20_regular": 62241, - "ic_fluent_window_header_horizontal_20_filled": 62242, - "ic_fluent_window_header_horizontal_20_regular": 62243, - "ic_fluent_window_header_horizontal_off_20_filled": 62244, - "ic_fluent_window_header_horizontal_off_20_regular": 62245, - "ic_fluent_window_header_vertical_20_filled": 62246, - "ic_fluent_window_header_vertical_20_regular": 62247, - "ic_fluent_window_inprivate_20_filled": 62248, - "ic_fluent_window_inprivate_20_regular": 62249, - "ic_fluent_window_inprivate_account_20_filled": 62250, - "ic_fluent_window_inprivate_account_20_regular": 62251, - "ic_fluent_window_location_target_20_filled": 62252, - "ic_fluent_window_location_target_20_regular": 62253, - "ic_fluent_window_multiple_20_filled": 62254, - "ic_fluent_window_multiple_20_regular": 62255, - "ic_fluent_window_multiple_swap_20_filled": 62256, - "ic_fluent_window_multiple_swap_20_regular": 62257, - "ic_fluent_window_new_20_filled": 62258, - "ic_fluent_window_new_20_regular": 62259, - "ic_fluent_window_play_20_filled": 62260, - "ic_fluent_window_play_20_regular": 62261, - "ic_fluent_window_settings_20_filled": 62262, - "ic_fluent_window_settings_20_regular": 62263, - "ic_fluent_window_shield_20_filled": 62264, - "ic_fluent_window_shield_20_regular": 62265, - "ic_fluent_window_text_20_filled": 62266, - "ic_fluent_window_text_20_regular": 62267, - "ic_fluent_window_wrench_20_filled": 62268, - "ic_fluent_window_wrench_20_regular": 62269, - "ic_fluent_wrench_20_filled": 62270, - "ic_fluent_wrench_20_regular": 62271, - "ic_fluent_wrench_screwdriver_20_filled": 62272, - "ic_fluent_wrench_screwdriver_20_regular": 62273, - "ic_fluent_wrench_settings_20_filled": 62274, - "ic_fluent_wrench_settings_20_regular": 62275, - "ic_fluent_xbox_console_20_filled": 62276, - "ic_fluent_xbox_console_20_regular": 62277, - "ic_fluent_xbox_controller_20_filled": 62278, - "ic_fluent_xbox_controller_20_regular": 62279, - "ic_fluent_xbox_controller_error_20_filled": 62280, - "ic_fluent_xbox_controller_error_20_regular": 62281, - "ic_fluent_xray_20_filled": 62282, - "ic_fluent_xray_20_regular": 62283, - "ic_fluent_zoom_fit_20_filled": 62284, - "ic_fluent_zoom_fit_20_regular": 62285, - "ic_fluent_zoom_in_20_filled": 62286, - "ic_fluent_zoom_in_20_regular": 62287, - "ic_fluent_zoom_out_20_filled": 62288, - "ic_fluent_zoom_out_20_regular": 62289 + "ic_fluent_document_target_20_filled": 59084, + "ic_fluent_document_target_20_regular": 59085, + "ic_fluent_document_text_20_filled": 59086, + "ic_fluent_document_text_20_regular": 59087, + "ic_fluent_document_text_clock_20_filled": 59088, + "ic_fluent_document_text_clock_20_regular": 59089, + "ic_fluent_document_text_extract_20_filled": 59090, + "ic_fluent_document_text_extract_20_regular": 59091, + "ic_fluent_document_text_link_20_filled": 59092, + "ic_fluent_document_text_link_20_regular": 59093, + "ic_fluent_document_text_toolbox_20_filled": 59094, + "ic_fluent_document_text_toolbox_20_regular": 59095, + "ic_fluent_document_toolbox_20_filled": 59096, + "ic_fluent_document_toolbox_20_regular": 59097, + "ic_fluent_document_width_20_filled": 59098, + "ic_fluent_document_width_20_regular": 59099, + "ic_fluent_document_yml_20_filled": 59100, + "ic_fluent_document_yml_20_regular": 59101, + "ic_fluent_door_20_filled": 59102, + "ic_fluent_door_20_regular": 59103, + "ic_fluent_door_arrow_left_20_filled": 59104, + "ic_fluent_door_arrow_left_20_regular": 59105, + "ic_fluent_door_arrow_right_20_filled": 59106, + "ic_fluent_door_arrow_right_20_regular": 59107, + "ic_fluent_door_tag_20_filled": 59108, + "ic_fluent_door_tag_20_regular": 59109, + "ic_fluent_double_swipe_down_20_filled": 59110, + "ic_fluent_double_swipe_down_20_regular": 59111, + "ic_fluent_double_swipe_up_20_filled": 59112, + "ic_fluent_double_swipe_up_20_regular": 59113, + "ic_fluent_double_tap_swipe_down_20_filled": 59114, + "ic_fluent_double_tap_swipe_down_20_regular": 59115, + "ic_fluent_double_tap_swipe_up_20_filled": 59116, + "ic_fluent_double_tap_swipe_up_20_regular": 59117, + "ic_fluent_drafts_20_filled": 59118, + "ic_fluent_drafts_20_regular": 59119, + "ic_fluent_drag_20_filled": 59120, + "ic_fluent_drag_20_regular": 59121, + "ic_fluent_draw_image_20_filled": 59122, + "ic_fluent_draw_image_20_regular": 59123, + "ic_fluent_draw_shape_20_filled": 59124, + "ic_fluent_draw_shape_20_regular": 59125, + "ic_fluent_draw_text_20_filled": 59126, + "ic_fluent_draw_text_20_regular": 59127, + "ic_fluent_drawer_20_filled": 59128, + "ic_fluent_drawer_20_regular": 59129, + "ic_fluent_drawer_add_20_filled": 59130, + "ic_fluent_drawer_add_20_regular": 59131, + "ic_fluent_drawer_arrow_download_20_filled": 59132, + "ic_fluent_drawer_arrow_download_20_regular": 59133, + "ic_fluent_drawer_dismiss_20_filled": 59134, + "ic_fluent_drawer_dismiss_20_regular": 59135, + "ic_fluent_drawer_play_20_filled": 59136, + "ic_fluent_drawer_play_20_regular": 59137, + "ic_fluent_drawer_subtract_20_filled": 59138, + "ic_fluent_drawer_subtract_20_regular": 59139, + "ic_fluent_drink_beer_20_filled": 59140, + "ic_fluent_drink_beer_20_regular": 59141, + "ic_fluent_drink_bottle_20_filled": 59142, + "ic_fluent_drink_bottle_20_regular": 59143, + "ic_fluent_drink_bottle_off_20_filled": 59144, + "ic_fluent_drink_bottle_off_20_regular": 59145, + "ic_fluent_drink_coffee_20_filled": 59146, + "ic_fluent_drink_coffee_20_regular": 59147, + "ic_fluent_drink_margarita_20_filled": 59148, + "ic_fluent_drink_margarita_20_regular": 59149, + "ic_fluent_drink_to_go_20_filled": 59150, + "ic_fluent_drink_to_go_20_regular": 59151, + "ic_fluent_drink_wine_20_filled": 59152, + "ic_fluent_drink_wine_20_regular": 59153, + "ic_fluent_drive_train_20_filled": 59154, + "ic_fluent_drive_train_20_regular": 59155, + "ic_fluent_drop_20_filled": 59156, + "ic_fluent_drop_20_regular": 59157, + "ic_fluent_dual_screen_20_filled": 59158, + "ic_fluent_dual_screen_20_regular": 59159, + "ic_fluent_dual_screen_add_20_filled": 59160, + "ic_fluent_dual_screen_add_20_regular": 59161, + "ic_fluent_dual_screen_arrow_right_20_filled": 59162, + "ic_fluent_dual_screen_arrow_right_20_regular": 59163, + "ic_fluent_dual_screen_arrow_up_20_filled": 59164, + "ic_fluent_dual_screen_arrow_up_20_regular": 59165, + "ic_fluent_dual_screen_clock_20_filled": 59166, + "ic_fluent_dual_screen_clock_20_regular": 59167, + "ic_fluent_dual_screen_closed_alert_20_filled": 59168, + "ic_fluent_dual_screen_closed_alert_20_regular": 59169, + "ic_fluent_dual_screen_desktop_20_filled": 59170, + "ic_fluent_dual_screen_desktop_20_regular": 59171, + "ic_fluent_dual_screen_dismiss_20_filled": 59172, + "ic_fluent_dual_screen_dismiss_20_regular": 59173, + "ic_fluent_dual_screen_group_20_filled": 59174, + "ic_fluent_dual_screen_group_20_regular": 59175, + "ic_fluent_dual_screen_header_20_filled": 59176, + "ic_fluent_dual_screen_header_20_regular": 59177, + "ic_fluent_dual_screen_lock_20_filled": 59178, + "ic_fluent_dual_screen_lock_20_regular": 59179, + "ic_fluent_dual_screen_mirror_20_filled": 59180, + "ic_fluent_dual_screen_mirror_20_regular": 59181, + "ic_fluent_dual_screen_pagination_20_filled": 59182, + "ic_fluent_dual_screen_pagination_20_regular": 59183, + "ic_fluent_dual_screen_settings_20_filled": 59184, + "ic_fluent_dual_screen_settings_20_regular": 59185, + "ic_fluent_dual_screen_span_20_filled": 59186, + "ic_fluent_dual_screen_span_20_regular": 59187, + "ic_fluent_dual_screen_speaker_20_filled": 59188, + "ic_fluent_dual_screen_speaker_20_regular": 59189, + "ic_fluent_dual_screen_status_bar_20_filled": 59190, + "ic_fluent_dual_screen_status_bar_20_regular": 59191, + "ic_fluent_dual_screen_tablet_20_filled": 59192, + "ic_fluent_dual_screen_tablet_20_regular": 59193, + "ic_fluent_dual_screen_update_20_filled": 59194, + "ic_fluent_dual_screen_update_20_regular": 59195, + "ic_fluent_dual_screen_vertical_scroll_20_filled": 59196, + "ic_fluent_dual_screen_vertical_scroll_20_regular": 59197, + "ic_fluent_dual_screen_vibrate_20_filled": 59198, + "ic_fluent_dual_screen_vibrate_20_regular": 59199, + "ic_fluent_dumbbell_20_filled": 59200, + "ic_fluent_dumbbell_20_regular": 59201, + "ic_fluent_dust_20_filled": 59202, + "ic_fluent_dust_20_regular": 59203, + "ic_fluent_earth_20_filled": 59204, + "ic_fluent_earth_20_regular": 59205, + "ic_fluent_earth_leaf_20_filled": 59206, + "ic_fluent_earth_leaf_20_regular": 59207, + "ic_fluent_edit_20_filled": 59208, + "ic_fluent_edit_20_regular": 59209, + "ic_fluent_edit_arrow_back_20_filled": 59210, + "ic_fluent_edit_arrow_back_20_regular": 59211, + "ic_fluent_edit_off_20_filled": 59212, + "ic_fluent_edit_off_20_regular": 59213, + "ic_fluent_edit_person_20_filled": 59214, + "ic_fluent_edit_person_20_regular": 59215, + "ic_fluent_edit_prohibited_20_filled": 59216, + "ic_fluent_edit_prohibited_20_regular": 59217, + "ic_fluent_edit_settings_20_filled": 59218, + "ic_fluent_edit_settings_20_regular": 59219, + "ic_fluent_elevator_20_filled": 59220, + "ic_fluent_elevator_20_regular": 59221, + "ic_fluent_emoji_20_filled": 59222, + "ic_fluent_emoji_20_regular": 59223, + "ic_fluent_emoji_add_20_filled": 59224, + "ic_fluent_emoji_add_20_regular": 59225, + "ic_fluent_emoji_angry_20_filled": 59226, + "ic_fluent_emoji_angry_20_regular": 59227, + "ic_fluent_emoji_edit_20_filled": 59228, + "ic_fluent_emoji_edit_20_regular": 59229, + "ic_fluent_emoji_hand_20_filled": 59230, + "ic_fluent_emoji_hand_20_regular": 59231, + "ic_fluent_emoji_hint_20_filled": 59232, + "ic_fluent_emoji_hint_20_regular": 59233, + "ic_fluent_emoji_laugh_20_filled": 59234, + "ic_fluent_emoji_laugh_20_regular": 59235, + "ic_fluent_emoji_meh_20_filled": 59236, + "ic_fluent_emoji_meh_20_regular": 59237, + "ic_fluent_emoji_meme_20_filled": 59238, + "ic_fluent_emoji_meme_20_regular": 59239, + "ic_fluent_emoji_multiple_20_filled": 59240, + "ic_fluent_emoji_multiple_20_regular": 59241, + "ic_fluent_emoji_sad_20_filled": 59242, + "ic_fluent_emoji_sad_20_regular": 59243, + "ic_fluent_emoji_sad_slight_20_filled": 59244, + "ic_fluent_emoji_sad_slight_20_regular": 59245, + "ic_fluent_emoji_smile_slight_20_filled": 59246, + "ic_fluent_emoji_smile_slight_20_regular": 59247, + "ic_fluent_emoji_sparkle_20_filled": 59248, + "ic_fluent_emoji_sparkle_20_regular": 59249, + "ic_fluent_emoji_surprise_20_filled": 59250, + "ic_fluent_emoji_surprise_20_regular": 59251, + "ic_fluent_engine_20_filled": 59252, + "ic_fluent_engine_20_regular": 59253, + "ic_fluent_equal_circle_20_filled": 59254, + "ic_fluent_equal_circle_20_regular": 59255, + "ic_fluent_equal_off_20_filled": 59256, + "ic_fluent_equal_off_20_regular": 59257, + "ic_fluent_eraser_20_filled": 59258, + "ic_fluent_eraser_20_regular": 59259, + "ic_fluent_eraser_medium_20_filled": 59260, + "ic_fluent_eraser_medium_20_regular": 59261, + "ic_fluent_eraser_segment_20_filled": 59262, + "ic_fluent_eraser_segment_20_regular": 59263, + "ic_fluent_eraser_small_20_filled": 59264, + "ic_fluent_eraser_small_20_regular": 59265, + "ic_fluent_eraser_tool_20_filled": 59266, + "ic_fluent_eraser_tool_20_regular": 59267, + "ic_fluent_error_circle_20_filled": 59268, + "ic_fluent_error_circle_20_regular": 59269, + "ic_fluent_error_circle_settings_20_filled": 59270, + "ic_fluent_error_circle_settings_20_regular": 59271, + "ic_fluent_expand_up_left_20_filled": 59272, + "ic_fluent_expand_up_left_20_regular": 59273, + "ic_fluent_expand_up_right_20_filled": 59274, + "ic_fluent_expand_up_right_20_regular": 59275, + "ic_fluent_extended_dock_20_filled": 59276, + "ic_fluent_extended_dock_20_regular": 59277, + "ic_fluent_eye_20_filled": 59278, + "ic_fluent_eye_20_regular": 59279, + "ic_fluent_eye_lines_20_filled": 59280, + "ic_fluent_eye_lines_20_regular": 59281, + "ic_fluent_eye_off_20_filled": 59282, + "ic_fluent_eye_off_20_regular": 59283, + "ic_fluent_eye_tracking_20_filled": 59284, + "ic_fluent_eye_tracking_20_regular": 59285, + "ic_fluent_eye_tracking_off_20_filled": 59286, + "ic_fluent_eye_tracking_off_20_regular": 59287, + "ic_fluent_eyedropper_20_filled": 59288, + "ic_fluent_eyedropper_20_regular": 59289, + "ic_fluent_eyedropper_off_20_filled": 59290, + "ic_fluent_eyedropper_off_20_regular": 59291, + "ic_fluent_f_stop_20_filled": 59292, + "ic_fluent_f_stop_20_regular": 59293, + "ic_fluent_fast_acceleration_20_filled": 59294, + "ic_fluent_fast_acceleration_20_regular": 59295, + "ic_fluent_fast_forward_20_filled": 59296, + "ic_fluent_fast_forward_20_regular": 59297, + "ic_fluent_fax_20_filled": 59298, + "ic_fluent_fax_20_regular": 59299, + "ic_fluent_feed_20_filled": 59300, + "ic_fluent_feed_20_regular": 59301, + "ic_fluent_filmstrip_20_filled": 59302, + "ic_fluent_filmstrip_20_regular": 59303, + "ic_fluent_filmstrip_image_20_filled": 59304, + "ic_fluent_filmstrip_image_20_regular": 59305, + "ic_fluent_filmstrip_play_20_filled": 59306, + "ic_fluent_filmstrip_play_20_regular": 59307, + "ic_fluent_filmstrip_split_20_filled": 59308, + "ic_fluent_filmstrip_split_20_regular": 59309, + "ic_fluent_filter_20_filled": 59310, + "ic_fluent_filter_20_regular": 59311, + "ic_fluent_filter_add_20_filled": 59312, + "ic_fluent_filter_add_20_regular": 59313, + "ic_fluent_filter_dismiss_20_filled": 59314, + "ic_fluent_filter_dismiss_20_regular": 59315, + "ic_fluent_filter_sync_20_filled": 59316, + "ic_fluent_filter_sync_20_regular": 59317, + "ic_fluent_fingerprint_20_filled": 59318, + "ic_fluent_fingerprint_20_regular": 59319, + "ic_fluent_fire_20_filled": 59320, + "ic_fluent_fire_20_regular": 59321, + "ic_fluent_fireplace_20_filled": 59322, + "ic_fluent_fireplace_20_regular": 59323, + "ic_fluent_fixed_width_20_filled": 59324, + "ic_fluent_fixed_width_20_regular": 59325, + "ic_fluent_flag_20_filled": 59326, + "ic_fluent_flag_20_regular": 59327, + "ic_fluent_flag_checkered_20_filled": 59328, + "ic_fluent_flag_checkered_20_regular": 59329, + "ic_fluent_flag_clock_20_filled": 59330, + "ic_fluent_flag_clock_20_regular": 59331, + "ic_fluent_flag_off_20_filled": 59332, + "ic_fluent_flag_off_20_regular": 59333, + "ic_fluent_flag_pride_20_filled": 59334, + "ic_fluent_flag_pride_intersex_inclusive_progress_20_filled": 59335, + "ic_fluent_flag_pride_philadelphia_20_filled": 59336, + "ic_fluent_flag_pride_progress_20_filled": 59337, + "ic_fluent_flash_20_filled": 59338, + "ic_fluent_flash_20_regular": 59339, + "ic_fluent_flash_add_20_filled": 59340, + "ic_fluent_flash_add_20_regular": 59341, + "ic_fluent_flash_auto_20_filled": 59342, + "ic_fluent_flash_auto_20_regular": 59343, + "ic_fluent_flash_checkmark_20_filled": 59344, + "ic_fluent_flash_checkmark_20_regular": 59345, + "ic_fluent_flash_flow_20_filled": 59346, + "ic_fluent_flash_flow_20_regular": 59347, + "ic_fluent_flash_off_20_filled": 59348, + "ic_fluent_flash_off_20_regular": 59349, + "ic_fluent_flash_play_20_filled": 59350, + "ic_fluent_flash_play_20_regular": 59351, + "ic_fluent_flash_settings_20_filled": 59352, + "ic_fluent_flash_settings_20_regular": 59353, + "ic_fluent_flash_sparkle_20_filled": 59354, + "ic_fluent_flash_sparkle_20_regular": 59355, + "ic_fluent_flashlight_20_filled": 59356, + "ic_fluent_flashlight_20_regular": 59357, + "ic_fluent_flashlight_off_20_filled": 59358, + "ic_fluent_flashlight_off_20_regular": 59359, + "ic_fluent_flip_horizontal_20_filled": 59360, + "ic_fluent_flip_horizontal_20_regular": 59361, + "ic_fluent_flip_vertical_20_filled": 59362, + "ic_fluent_flip_vertical_20_regular": 59363, + "ic_fluent_flow_20_filled": 59364, + "ic_fluent_flow_20_regular": 59365, + "ic_fluent_flowchart_20_filled": 59366, + "ic_fluent_flowchart_20_regular": 59367, + "ic_fluent_flowchart_circle_20_filled": 59368, + "ic_fluent_flowchart_circle_20_regular": 59369, + "ic_fluent_fluent_20_filled": 59370, + "ic_fluent_fluent_20_regular": 59371, + "ic_fluent_fluid_20_filled": 59372, + "ic_fluent_fluid_20_regular": 59373, + "ic_fluent_folder_20_filled": 59374, + "ic_fluent_folder_20_regular": 59375, + "ic_fluent_folder_add_20_filled": 59376, + "ic_fluent_folder_add_20_regular": 59377, + "ic_fluent_folder_arrow_left_20_filled": 59378, + "ic_fluent_folder_arrow_left_20_regular": 59379, + "ic_fluent_folder_arrow_right_20_filled": 59380, + "ic_fluent_folder_arrow_right_20_regular": 59381, + "ic_fluent_folder_arrow_up_20_filled": 59382, + "ic_fluent_folder_arrow_up_20_regular": 59383, + "ic_fluent_folder_briefcase_20_filled": 59384, + "ic_fluent_folder_briefcase_20_regular": 59385, + "ic_fluent_folder_globe_20_filled": 59386, + "ic_fluent_folder_globe_20_regular": 59387, + "ic_fluent_folder_lightning_20_filled": 59388, + "ic_fluent_folder_lightning_20_regular": 59389, + "ic_fluent_folder_link_20_filled": 59390, + "ic_fluent_folder_link_20_regular": 59391, + "ic_fluent_folder_list_20_filled": 59392, + "ic_fluent_folder_list_20_regular": 59393, + "ic_fluent_folder_mail_20_filled": 59394, + "ic_fluent_folder_mail_20_regular": 59395, + "ic_fluent_folder_open_20_filled": 59396, + "ic_fluent_folder_open_20_regular": 59397, + "ic_fluent_folder_open_vertical_20_filled": 59398, + "ic_fluent_folder_open_vertical_20_regular": 59399, + "ic_fluent_folder_people_20_filled": 59400, + "ic_fluent_folder_people_20_regular": 59401, + "ic_fluent_folder_person_20_filled": 59402, + "ic_fluent_folder_person_20_regular": 59403, + "ic_fluent_folder_prohibited_20_filled": 59404, + "ic_fluent_folder_prohibited_20_regular": 59405, + "ic_fluent_folder_search_20_filled": 59406, + "ic_fluent_folder_search_20_regular": 59407, + "ic_fluent_folder_swap_20_filled": 59408, + "ic_fluent_folder_swap_20_regular": 59409, + "ic_fluent_folder_sync_20_filled": 59410, + "ic_fluent_folder_sync_20_regular": 59411, + "ic_fluent_folder_zip_20_filled": 59412, + "ic_fluent_folder_zip_20_regular": 59413, + "ic_fluent_font_decrease_20_filled": 59414, + "ic_fluent_font_decrease_20_regular": 59415, + "ic_fluent_font_increase_20_filled": 59416, + "ic_fluent_font_increase_20_regular": 59417, + "ic_fluent_font_space_tracking_in_20_filled": 59418, + "ic_fluent_font_space_tracking_in_20_regular": 59419, + "ic_fluent_font_space_tracking_out_20_filled": 59420, + "ic_fluent_font_space_tracking_out_20_regular": 59421, + "ic_fluent_food_20_filled": 59422, + "ic_fluent_food_20_regular": 59423, + "ic_fluent_food_apple_20_filled": 59424, + "ic_fluent_food_apple_20_regular": 59425, + "ic_fluent_food_cake_20_filled": 59426, + "ic_fluent_food_cake_20_regular": 59427, + "ic_fluent_food_carrot_20_filled": 59428, + "ic_fluent_food_carrot_20_regular": 59429, + "ic_fluent_food_chicken_leg_20_filled": 59430, + "ic_fluent_food_chicken_leg_20_regular": 59431, + "ic_fluent_food_egg_20_filled": 59432, + "ic_fluent_food_egg_20_regular": 59433, + "ic_fluent_food_fish_20_filled": 59434, + "ic_fluent_food_fish_20_regular": 59435, + "ic_fluent_food_grains_20_filled": 59436, + "ic_fluent_food_grains_20_regular": 59437, + "ic_fluent_food_pizza_20_filled": 59438, + "ic_fluent_food_pizza_20_regular": 59439, + "ic_fluent_food_toast_20_filled": 59440, + "ic_fluent_food_toast_20_regular": 59441, + "ic_fluent_form_20_filled": 59442, + "ic_fluent_form_20_regular": 59443, + "ic_fluent_form_multiple_20_filled": 59444, + "ic_fluent_form_multiple_20_regular": 59445, + "ic_fluent_form_new_20_filled": 59446, + "ic_fluent_form_new_20_regular": 59447, + "ic_fluent_fps_120_20_filled": 59448, + "ic_fluent_fps_120_20_regular": 59449, + "ic_fluent_fps_240_20_filled": 59450, + "ic_fluent_fps_240_20_regular": 59451, + "ic_fluent_fps_30_20_filled": 59452, + "ic_fluent_fps_30_20_regular": 59453, + "ic_fluent_fps_60_20_filled": 59454, + "ic_fluent_fps_60_20_regular": 59455, + "ic_fluent_fps_960_20_filled": 59456, + "ic_fluent_fps_960_20_regular": 59457, + "ic_fluent_frame_20_filled": 59458, + "ic_fluent_frame_20_regular": 59459, + "ic_fluent_full_screen_maximize_20_filled": 59460, + "ic_fluent_full_screen_maximize_20_regular": 59461, + "ic_fluent_full_screen_minimize_20_filled": 59462, + "ic_fluent_full_screen_minimize_20_regular": 59463, + "ic_fluent_games_20_filled": 59464, + "ic_fluent_games_20_regular": 59465, + "ic_fluent_gantt_chart_20_filled": 59466, + "ic_fluent_gantt_chart_20_regular": 59467, + "ic_fluent_gas_20_filled": 59468, + "ic_fluent_gas_20_regular": 59469, + "ic_fluent_gas_pump_20_filled": 59470, + "ic_fluent_gas_pump_20_regular": 59471, + "ic_fluent_gather_20_filled": 59472, + "ic_fluent_gather_20_regular": 59473, + "ic_fluent_gauge_20_filled": 59474, + "ic_fluent_gauge_20_regular": 59475, + "ic_fluent_gauge_add_20_filled": 59476, + "ic_fluent_gauge_add_20_regular": 59477, + "ic_fluent_gavel_20_filled": 59478, + "ic_fluent_gavel_20_regular": 59479, + "ic_fluent_gavel_prohibited_20_filled": 59480, + "ic_fluent_gavel_prohibited_20_regular": 59481, + "ic_fluent_gesture_20_filled": 59482, + "ic_fluent_gesture_20_regular": 59483, + "ic_fluent_gif_20_filled": 59484, + "ic_fluent_gif_20_regular": 59485, + "ic_fluent_gift_20_filled": 59486, + "ic_fluent_gift_20_regular": 59487, + "ic_fluent_gift_card_20_filled": 59488, + "ic_fluent_gift_card_20_regular": 59489, + "ic_fluent_gift_card_add_20_filled": 59490, + "ic_fluent_gift_card_add_20_regular": 59491, + "ic_fluent_gift_card_arrow_right_20_filled": 59492, + "ic_fluent_gift_card_arrow_right_20_regular": 59493, + "ic_fluent_gift_card_money_20_filled": 59494, + "ic_fluent_gift_card_money_20_regular": 59495, + "ic_fluent_gift_card_multiple_20_filled": 59496, + "ic_fluent_gift_card_multiple_20_regular": 59497, + "ic_fluent_gift_open_20_filled": 59498, + "ic_fluent_gift_open_20_regular": 59499, + "ic_fluent_glance_20_filled": 59500, + "ic_fluent_glance_20_regular": 59501, + "ic_fluent_glance_horizontal_20_filled": 59502, + "ic_fluent_glance_horizontal_20_regular": 59503, + "ic_fluent_glance_horizontal_sparkles_20_filled": 59504, + "ic_fluent_glance_horizontal_sparkles_20_regular": 59505, + "ic_fluent_glasses_20_filled": 59506, + "ic_fluent_glasses_20_regular": 59507, + "ic_fluent_glasses_off_20_filled": 59508, + "ic_fluent_glasses_off_20_regular": 59509, + "ic_fluent_globe_20_filled": 59510, + "ic_fluent_globe_20_regular": 59511, + "ic_fluent_globe_add_20_filled": 59512, + "ic_fluent_globe_add_20_regular": 59513, + "ic_fluent_globe_arrow_forward_20_filled": 59514, + "ic_fluent_globe_arrow_forward_20_regular": 59515, + "ic_fluent_globe_arrow_up_20_filled": 59516, + "ic_fluent_globe_arrow_up_20_regular": 59517, + "ic_fluent_globe_clock_20_filled": 59518, + "ic_fluent_globe_clock_20_regular": 59519, + "ic_fluent_globe_desktop_20_filled": 59520, + "ic_fluent_globe_desktop_20_regular": 59521, + "ic_fluent_globe_error_20_filled": 59522, + "ic_fluent_globe_error_20_regular": 59523, + "ic_fluent_globe_location_20_filled": 59524, + "ic_fluent_globe_location_20_regular": 59525, + "ic_fluent_globe_person_20_filled": 59526, + "ic_fluent_globe_person_20_regular": 59527, + "ic_fluent_globe_prohibited_20_filled": 59528, + "ic_fluent_globe_prohibited_20_regular": 59529, + "ic_fluent_globe_search_20_filled": 59530, + "ic_fluent_globe_search_20_regular": 59531, + "ic_fluent_globe_shield_20_filled": 59532, + "ic_fluent_globe_shield_20_regular": 59533, + "ic_fluent_globe_star_20_filled": 59534, + "ic_fluent_globe_star_20_regular": 59535, + "ic_fluent_globe_surface_20_filled": 59536, + "ic_fluent_globe_surface_20_regular": 59537, + "ic_fluent_globe_sync_20_filled": 59538, + "ic_fluent_globe_sync_20_regular": 59539, + "ic_fluent_globe_video_20_filled": 59540, + "ic_fluent_globe_video_20_regular": 59541, + "ic_fluent_globe_warning_20_filled": 59542, + "ic_fluent_globe_warning_20_regular": 59543, + "ic_fluent_grid_20_filled": 59544, + "ic_fluent_grid_20_regular": 59545, + "ic_fluent_grid_dots_20_filled": 59546, + "ic_fluent_grid_dots_20_regular": 59547, + "ic_fluent_grid_kanban_20_filled": 59548, + "ic_fluent_grid_kanban_20_regular": 59549, + "ic_fluent_group_20_filled": 59550, + "ic_fluent_group_20_regular": 59551, + "ic_fluent_group_dismiss_20_filled": 59552, + "ic_fluent_group_dismiss_20_regular": 59553, + "ic_fluent_group_list_20_filled": 59554, + "ic_fluent_group_list_20_regular": 59555, + "ic_fluent_group_return_20_filled": 59556, + "ic_fluent_group_return_20_regular": 59557, + "ic_fluent_guardian_20_filled": 59558, + "ic_fluent_guardian_20_regular": 59559, + "ic_fluent_guest_20_filled": 59560, + "ic_fluent_guest_20_regular": 59561, + "ic_fluent_guest_add_20_filled": 59562, + "ic_fluent_guest_add_20_regular": 59563, + "ic_fluent_guitar_20_filled": 59564, + "ic_fluent_guitar_20_regular": 59565, + "ic_fluent_hand_draw_20_filled": 59566, + "ic_fluent_hand_draw_20_regular": 59567, + "ic_fluent_hand_left_20_filled": 59568, + "ic_fluent_hand_left_20_regular": 59569, + "ic_fluent_hand_left_chat_20_filled": 59570, + "ic_fluent_hand_left_chat_20_regular": 59571, + "ic_fluent_hand_open_heart_20_filled": 59572, + "ic_fluent_hand_open_heart_20_regular": 59573, + "ic_fluent_hand_point_20_filled": 59574, + "ic_fluent_hand_point_20_regular": 59575, + "ic_fluent_hand_right_20_filled": 59576, + "ic_fluent_hand_right_20_regular": 59577, + "ic_fluent_hand_right_off_20_filled": 59578, + "ic_fluent_hand_right_off_20_regular": 59579, + "ic_fluent_hand_wave_20_filled": 59580, + "ic_fluent_hand_wave_20_regular": 59581, + "ic_fluent_handshake_20_filled": 59582, + "ic_fluent_handshake_20_regular": 59583, + "ic_fluent_hard_drive_20_filled": 59584, + "ic_fluent_hard_drive_20_regular": 59585, + "ic_fluent_hat_graduation_20_filled": 59586, + "ic_fluent_hat_graduation_20_regular": 59587, + "ic_fluent_hat_graduation_add_20_filled": 59588, + "ic_fluent_hat_graduation_add_20_regular": 59589, + "ic_fluent_hat_graduation_sparkle_20_filled": 59590, + "ic_fluent_hat_graduation_sparkle_20_regular": 59591, + "ic_fluent_hd_20_filled": 59592, + "ic_fluent_hd_20_regular": 59593, + "ic_fluent_hdr_20_filled": 59594, + "ic_fluent_hdr_20_regular": 59595, + "ic_fluent_hdr_off_20_filled": 59596, + "ic_fluent_hdr_off_20_regular": 59597, + "ic_fluent_headphones_20_filled": 59598, + "ic_fluent_headphones_20_regular": 59599, + "ic_fluent_headphones_sound_wave_20_filled": 59600, + "ic_fluent_headphones_sound_wave_20_regular": 59601, + "ic_fluent_headset_20_filled": 59602, + "ic_fluent_headset_20_regular": 59603, + "ic_fluent_headset_add_20_filled": 59604, + "ic_fluent_headset_add_20_regular": 59605, + "ic_fluent_headset_vr_20_filled": 59606, + "ic_fluent_headset_vr_20_regular": 59607, + "ic_fluent_heart_20_filled": 59608, + "ic_fluent_heart_20_regular": 59609, + "ic_fluent_heart_broken_20_filled": 59610, + "ic_fluent_heart_broken_20_regular": 59611, + "ic_fluent_heart_circle_20_filled": 59612, + "ic_fluent_heart_circle_20_regular": 59613, + "ic_fluent_heart_circle_hint_20_filled": 59614, + "ic_fluent_heart_circle_hint_20_regular": 59615, + "ic_fluent_heart_off_20_filled": 59616, + "ic_fluent_heart_off_20_regular": 59617, + "ic_fluent_heart_pulse_20_filled": 59618, + "ic_fluent_heart_pulse_20_regular": 59619, + "ic_fluent_heart_pulse_checkmark_20_filled": 59620, + "ic_fluent_heart_pulse_checkmark_20_regular": 59621, + "ic_fluent_heart_pulse_error_20_filled": 59622, + "ic_fluent_heart_pulse_error_20_regular": 59623, + "ic_fluent_heart_pulse_warning_20_filled": 59624, + "ic_fluent_heart_pulse_warning_20_regular": 59625, + "ic_fluent_hexagon_20_filled": 59626, + "ic_fluent_hexagon_20_regular": 59627, + "ic_fluent_hexagon_three_20_filled": 59628, + "ic_fluent_hexagon_three_20_regular": 59629, + "ic_fluent_highlight_20_filled": 59630, + "ic_fluent_highlight_20_regular": 59631, + "ic_fluent_highlight_accent_20_filled": 59632, + "ic_fluent_highlight_link_20_filled": 59633, + "ic_fluent_highlight_link_20_regular": 59634, + "ic_fluent_highway_20_filled": 59635, + "ic_fluent_highway_20_regular": 59636, + "ic_fluent_history_20_filled": 59637, + "ic_fluent_history_20_regular": 59638, + "ic_fluent_history_dismiss_20_filled": 59639, + "ic_fluent_history_dismiss_20_regular": 59640, + "ic_fluent_home_20_filled": 59641, + "ic_fluent_home_20_regular": 59642, + "ic_fluent_home_add_20_filled": 59643, + "ic_fluent_home_add_20_regular": 59644, + "ic_fluent_home_checkmark_20_filled": 59645, + "ic_fluent_home_checkmark_20_regular": 59646, + "ic_fluent_home_database_20_filled": 59647, + "ic_fluent_home_database_20_regular": 59648, + "ic_fluent_home_garage_20_filled": 59649, + "ic_fluent_home_garage_20_regular": 59650, + "ic_fluent_home_heart_20_filled": 59651, + "ic_fluent_home_heart_20_regular": 59652, + "ic_fluent_home_more_20_filled": 59653, + "ic_fluent_home_more_20_regular": 59654, + "ic_fluent_home_person_20_filled": 59655, + "ic_fluent_home_person_20_regular": 59656, + "ic_fluent_home_split_20_filled": 59657, + "ic_fluent_home_split_20_regular": 59658, + "ic_fluent_hourglass_20_filled": 59659, + "ic_fluent_hourglass_20_regular": 59660, + "ic_fluent_hourglass_half_20_filled": 59661, + "ic_fluent_hourglass_half_20_regular": 59662, + "ic_fluent_hourglass_one_quarter_20_filled": 59663, + "ic_fluent_hourglass_one_quarter_20_regular": 59664, + "ic_fluent_hourglass_three_quarter_20_filled": 59665, + "ic_fluent_hourglass_three_quarter_20_regular": 59666, + "ic_fluent_icons_20_filled": 59667, + "ic_fluent_icons_20_regular": 59668, + "ic_fluent_image_20_filled": 59669, + "ic_fluent_image_20_regular": 59670, + "ic_fluent_image_add_20_filled": 59671, + "ic_fluent_image_add_20_regular": 59672, + "ic_fluent_image_alt_text_20_filled": 59673, + "ic_fluent_image_alt_text_20_regular": 59674, + "ic_fluent_image_arrow_back_20_filled": 59675, + "ic_fluent_image_arrow_back_20_regular": 59676, + "ic_fluent_image_arrow_counterclockwise_20_filled": 59677, + "ic_fluent_image_arrow_counterclockwise_20_regular": 59678, + "ic_fluent_image_arrow_forward_20_filled": 59679, + "ic_fluent_image_arrow_forward_20_regular": 59680, + "ic_fluent_image_border_20_filled": 59681, + "ic_fluent_image_border_20_regular": 59682, + "ic_fluent_image_circle_20_filled": 59683, + "ic_fluent_image_circle_20_regular": 59684, + "ic_fluent_image_copy_20_filled": 59685, + "ic_fluent_image_copy_20_regular": 59686, + "ic_fluent_image_edit_20_filled": 59687, + "ic_fluent_image_edit_20_regular": 59688, + "ic_fluent_image_globe_20_filled": 59689, + "ic_fluent_image_globe_20_regular": 59690, + "ic_fluent_image_multiple_20_filled": 59691, + "ic_fluent_image_multiple_20_regular": 59692, + "ic_fluent_image_multiple_off_20_filled": 59693, + "ic_fluent_image_multiple_off_20_regular": 59694, + "ic_fluent_image_off_20_filled": 59695, + "ic_fluent_image_off_20_regular": 59696, + "ic_fluent_image_prohibited_20_filled": 59697, + "ic_fluent_image_prohibited_20_regular": 59698, + "ic_fluent_image_reflection_20_filled": 59699, + "ic_fluent_image_reflection_20_regular": 59700, + "ic_fluent_image_search_20_filled": 59701, + "ic_fluent_image_search_20_regular": 59702, + "ic_fluent_image_shadow_20_filled": 59703, + "ic_fluent_image_shadow_20_regular": 59704, + "ic_fluent_image_sparkle_20_filled": 59705, + "ic_fluent_image_sparkle_20_regular": 59706, + "ic_fluent_image_split_20_filled": 59707, + "ic_fluent_image_split_20_regular": 59708, + "ic_fluent_image_stack_20_filled": 59709, + "ic_fluent_image_stack_20_regular": 59710, + "ic_fluent_image_table_20_filled": 59711, + "ic_fluent_image_table_20_regular": 59712, + "ic_fluent_immersive_reader_20_filled": 59713, + "ic_fluent_immersive_reader_20_regular": 59714, + "ic_fluent_important_20_filled": 59715, + "ic_fluent_important_20_regular": 59716, + "ic_fluent_incognito_20_filled": 59717, + "ic_fluent_incognito_20_regular": 59718, + "ic_fluent_info_20_filled": 59719, + "ic_fluent_info_20_regular": 59720, + "ic_fluent_info_shield_20_filled": 59721, + "ic_fluent_info_shield_20_regular": 59722, + "ic_fluent_ink_stroke_20_filled": 59723, + "ic_fluent_ink_stroke_20_regular": 59724, + "ic_fluent_ink_stroke_arrow_down_20_filled": 59725, + "ic_fluent_ink_stroke_arrow_down_20_regular": 59726, + "ic_fluent_ink_stroke_arrow_up_down_20_filled": 59727, + "ic_fluent_ink_stroke_arrow_up_down_20_regular": 59728, + "ic_fluent_inking_tool_20_filled": 59729, + "ic_fluent_inking_tool_20_regular": 59730, + "ic_fluent_inking_tool_accent_20_filled": 59731, + "ic_fluent_inprivate_account_20_filled": 59732, + "ic_fluent_inprivate_account_20_regular": 59733, + "ic_fluent_insert_20_filled": 59734, + "ic_fluent_insert_20_regular": 59735, + "ic_fluent_ios_chevron_right_20_filled": 59736, + "ic_fluent_ios_chevron_right_20_regular": 59737, + "ic_fluent_iot_20_filled": 59738, + "ic_fluent_iot_20_regular": 59739, + "ic_fluent_iot_alert_20_filled": 59740, + "ic_fluent_iot_alert_20_regular": 59741, + "ic_fluent_javascript_20_filled": 59742, + "ic_fluent_javascript_20_regular": 59743, + "ic_fluent_joystick_20_filled": 59744, + "ic_fluent_joystick_20_regular": 59745, + "ic_fluent_key_20_filled": 59746, + "ic_fluent_key_20_regular": 59747, + "ic_fluent_key_command_20_filled": 59748, + "ic_fluent_key_command_20_regular": 59749, + "ic_fluent_key_multiple_20_filled": 59750, + "ic_fluent_key_multiple_20_regular": 59751, + "ic_fluent_key_reset_20_filled": 59752, + "ic_fluent_key_reset_20_regular": 59753, + "ic_fluent_keyboard_123_20_filled": 59754, + "ic_fluent_keyboard_123_20_regular": 59755, + "ic_fluent_keyboard_20_filled": 59756, + "ic_fluent_keyboard_20_regular": 59757, + "ic_fluent_keyboard_dock_20_filled": 59758, + "ic_fluent_keyboard_dock_20_regular": 59759, + "ic_fluent_keyboard_layout_float_20_filled": 59760, + "ic_fluent_keyboard_layout_float_20_regular": 59761, + "ic_fluent_keyboard_layout_one_handed_left_20_filled": 59762, + "ic_fluent_keyboard_layout_one_handed_left_20_regular": 59763, + "ic_fluent_keyboard_layout_resize_20_filled": 59764, + "ic_fluent_keyboard_layout_resize_20_regular": 59765, + "ic_fluent_keyboard_layout_split_20_filled": 59766, + "ic_fluent_keyboard_layout_split_20_regular": 59767, + "ic_fluent_keyboard_shift_20_filled": 59768, + "ic_fluent_keyboard_shift_20_regular": 59769, + "ic_fluent_keyboard_shift_uppercase_20_filled": 59770, + "ic_fluent_keyboard_shift_uppercase_20_regular": 59771, + "ic_fluent_keyboard_tab_20_filled": 59772, + "ic_fluent_keyboard_tab_20_regular": 59773, + "ic_fluent_laptop_20_filled": 59774, + "ic_fluent_laptop_20_regular": 59775, + "ic_fluent_laptop_briefcase_20_filled": 59776, + "ic_fluent_laptop_briefcase_20_regular": 59777, + "ic_fluent_laptop_dismiss_20_filled": 59778, + "ic_fluent_laptop_dismiss_20_regular": 59779, + "ic_fluent_laptop_person_20_filled": 59780, + "ic_fluent_laptop_person_20_regular": 59781, + "ic_fluent_laptop_settings_20_filled": 59782, + "ic_fluent_laptop_settings_20_regular": 59783, + "ic_fluent_laptop_shield_20_filled": 59784, + "ic_fluent_laptop_shield_20_regular": 59785, + "ic_fluent_laser_tool_20_filled": 59786, + "ic_fluent_laser_tool_20_regular": 59787, + "ic_fluent_lasso_20_filled": 59788, + "ic_fluent_lasso_20_regular": 59789, + "ic_fluent_launcher_settings_20_filled": 59790, + "ic_fluent_launcher_settings_20_regular": 59791, + "ic_fluent_layer_20_filled": 59792, + "ic_fluent_layer_20_regular": 59793, + "ic_fluent_layer_diagonal_20_filled": 59794, + "ic_fluent_layer_diagonal_20_regular": 59795, + "ic_fluent_layer_diagonal_add_20_filled": 59796, + "ic_fluent_layer_diagonal_add_20_regular": 59797, + "ic_fluent_layer_diagonal_person_20_filled": 59798, + "ic_fluent_layer_diagonal_person_20_regular": 59799, + "ic_fluent_layer_diagonal_sparkle_20_filled": 59800, + "ic_fluent_layer_diagonal_sparkle_20_regular": 59801, + "ic_fluent_layout_cell_four_20_filled": 59802, + "ic_fluent_layout_cell_four_20_regular": 59803, + "ic_fluent_layout_cell_four_focus_bottom_left_20_filled": 59804, + "ic_fluent_layout_cell_four_focus_bottom_right_20_filled": 59805, + "ic_fluent_layout_cell_four_focus_top_left_20_filled": 59806, + "ic_fluent_layout_cell_four_focus_top_right_20_filled": 59807, + "ic_fluent_layout_column_four_20_filled": 59808, + "ic_fluent_layout_column_four_20_regular": 59809, + "ic_fluent_layout_column_four_focus_center_left_20_filled": 59810, + "ic_fluent_layout_column_four_focus_center_right_20_filled": 59811, + "ic_fluent_layout_column_four_focus_left_20_filled": 59812, + "ic_fluent_layout_column_four_focus_right_20_filled": 59813, + "ic_fluent_layout_column_one_third_left_20_filled": 59814, + "ic_fluent_layout_column_one_third_left_20_regular": 59815, + "ic_fluent_layout_column_one_third_right_20_filled": 59816, + "ic_fluent_layout_column_one_third_right_20_regular": 59817, + "ic_fluent_layout_column_one_third_right_hint_20_filled": 59818, + "ic_fluent_layout_column_one_third_right_hint_20_regular": 59819, + "ic_fluent_layout_column_three_20_filled": 59820, + "ic_fluent_layout_column_three_20_regular": 59821, + "ic_fluent_layout_column_three_focus_center_20_filled": 59822, + "ic_fluent_layout_column_three_focus_left_20_filled": 59823, + "ic_fluent_layout_column_three_focus_right_20_filled": 59824, + "ic_fluent_layout_column_two_20_filled": 59825, + "ic_fluent_layout_column_two_20_regular": 59826, + "ic_fluent_layout_column_two_focus_left_20_filled": 59827, + "ic_fluent_layout_column_two_focus_right_20_filled": 59828, + "ic_fluent_layout_column_two_split_left_20_filled": 59829, + "ic_fluent_layout_column_two_split_left_20_regular": 59830, + "ic_fluent_layout_column_two_split_left_focus_bottom_left_20_filled": 59831, + "ic_fluent_layout_column_two_split_left_focus_right_20_filled": 59832, + "ic_fluent_layout_column_two_split_left_focus_top_left_20_filled": 59833, + "ic_fluent_layout_column_two_split_right_20_filled": 59834, + "ic_fluent_layout_column_two_split_right_20_regular": 59835, + "ic_fluent_layout_column_two_split_right_focus_bottom_right_20_filled": 59836, + "ic_fluent_layout_column_two_split_right_focus_left_20_filled": 59837, + "ic_fluent_layout_column_two_split_right_focus_top_right_20_filled": 59838, + "ic_fluent_layout_row_four_20_filled": 59839, + "ic_fluent_layout_row_four_20_regular": 59840, + "ic_fluent_layout_row_four_focus_bottom_20_filled": 59841, + "ic_fluent_layout_row_four_focus_center_bottom_20_filled": 59842, + "ic_fluent_layout_row_four_focus_center_top_20_filled": 59843, + "ic_fluent_layout_row_four_focus_top_20_filled": 59844, + "ic_fluent_layout_row_three_20_filled": 59845, + "ic_fluent_layout_row_three_20_regular": 59846, + "ic_fluent_layout_row_three_focus_bottom_20_filled": 59847, + "ic_fluent_layout_row_three_focus_center_20_filled": 59848, + "ic_fluent_layout_row_three_focus_top_20_filled": 59849, + "ic_fluent_layout_row_two_20_filled": 59850, + "ic_fluent_layout_row_two_20_regular": 59851, + "ic_fluent_layout_row_two_focus_bottom_20_filled": 59852, + "ic_fluent_layout_row_two_focus_top_20_filled": 59853, + "ic_fluent_layout_row_two_split_bottom_20_filled": 59854, + "ic_fluent_layout_row_two_split_bottom_20_regular": 59855, + "ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled": 59856, + "ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled": 59857, + "ic_fluent_layout_row_two_split_bottom_focus_top_20_filled": 59858, + "ic_fluent_layout_row_two_split_top_20_filled": 59859, + "ic_fluent_layout_row_two_split_top_20_regular": 59860, + "ic_fluent_layout_row_two_split_top_focus_bottom_20_filled": 59861, + "ic_fluent_layout_row_two_split_top_focus_top_left_20_filled": 59862, + "ic_fluent_layout_row_two_split_top_focus_top_right_20_filled": 59863, + "ic_fluent_leaf_one_20_filled": 59864, + "ic_fluent_leaf_one_20_regular": 59865, + "ic_fluent_leaf_three_20_filled": 59866, + "ic_fluent_leaf_three_20_regular": 59867, + "ic_fluent_leaf_two_20_filled": 59868, + "ic_fluent_leaf_two_20_regular": 59869, + "ic_fluent_learning_app_20_filled": 59870, + "ic_fluent_learning_app_20_regular": 59871, + "ic_fluent_library_20_filled": 59872, + "ic_fluent_library_20_regular": 59873, + "ic_fluent_lightbulb_20_filled": 59874, + "ic_fluent_lightbulb_20_regular": 59875, + "ic_fluent_lightbulb_checkmark_20_filled": 59876, + "ic_fluent_lightbulb_checkmark_20_regular": 59877, + "ic_fluent_lightbulb_circle_20_filled": 59878, + "ic_fluent_lightbulb_circle_20_regular": 59879, + "ic_fluent_lightbulb_filament_20_filled": 59880, + "ic_fluent_lightbulb_filament_20_regular": 59881, + "ic_fluent_lightbulb_person_20_filled": 59882, + "ic_fluent_lightbulb_person_20_regular": 59883, + "ic_fluent_likert_20_filled": 59884, + "ic_fluent_likert_20_regular": 59885, + "ic_fluent_line_20_filled": 59886, + "ic_fluent_line_20_regular": 59887, + "ic_fluent_line_dashes_20_filled": 59888, + "ic_fluent_line_dashes_20_regular": 59889, + "ic_fluent_line_flow_diagonal_up_right_20_filled": 59890, + "ic_fluent_line_flow_diagonal_up_right_20_regular": 59891, + "ic_fluent_line_horizontal_1_20_filled": 59892, + "ic_fluent_line_horizontal_1_20_regular": 59893, + "ic_fluent_line_horizontal_1_dashes_20_filled": 59894, + "ic_fluent_line_horizontal_1_dashes_20_regular": 59895, + "ic_fluent_line_horizontal_2_dashes_solid_20_filled": 59896, + "ic_fluent_line_horizontal_2_dashes_solid_20_regular": 59897, + "ic_fluent_line_horizontal_3_20_filled": 59898, + "ic_fluent_line_horizontal_3_20_regular": 59899, + "ic_fluent_line_horizontal_4_20_filled": 59900, + "ic_fluent_line_horizontal_4_20_regular": 59901, + "ic_fluent_line_horizontal_4_search_20_filled": 59902, + "ic_fluent_line_horizontal_4_search_20_regular": 59903, + "ic_fluent_line_horizontal_5_20_filled": 59904, + "ic_fluent_line_horizontal_5_20_regular": 59905, + "ic_fluent_line_horizontal_5_error_20_filled": 59906, + "ic_fluent_line_horizontal_5_error_20_regular": 59907, + "ic_fluent_line_style_20_filled": 59908, + "ic_fluent_line_style_20_regular": 59909, + "ic_fluent_line_thickness_20_filled": 59910, + "ic_fluent_line_thickness_20_regular": 59911, + "ic_fluent_link_20_filled": 59912, + "ic_fluent_link_20_regular": 59913, + "ic_fluent_link_add_20_filled": 59914, + "ic_fluent_link_add_20_regular": 59915, + "ic_fluent_link_dismiss_20_filled": 59916, + "ic_fluent_link_dismiss_20_regular": 59917, + "ic_fluent_link_edit_20_filled": 59918, + "ic_fluent_link_edit_20_regular": 59919, + "ic_fluent_link_multiple_20_filled": 59920, + "ic_fluent_link_multiple_20_regular": 59921, + "ic_fluent_link_person_20_filled": 59922, + "ic_fluent_link_person_20_regular": 59923, + "ic_fluent_link_square_20_filled": 59924, + "ic_fluent_link_square_20_regular": 59925, + "ic_fluent_link_toolbox_20_filled": 59926, + "ic_fluent_link_toolbox_20_regular": 59927, + "ic_fluent_list_20_filled": 59928, + "ic_fluent_list_20_regular": 59929, + "ic_fluent_list_bar_20_filled": 59930, + "ic_fluent_list_bar_20_regular": 59931, + "ic_fluent_list_bar_tree_20_filled": 59932, + "ic_fluent_list_bar_tree_20_regular": 59933, + "ic_fluent_list_bar_tree_offset_20_filled": 59934, + "ic_fluent_list_bar_tree_offset_20_regular": 59935, + "ic_fluent_list_rtl_20_filled": 59936, + "ic_fluent_list_rtl_20_regular": 59937, + "ic_fluent_live_20_filled": 59938, + "ic_fluent_live_20_regular": 59939, + "ic_fluent_live_off_20_filled": 59940, + "ic_fluent_live_off_20_regular": 59941, + "ic_fluent_local_language_20_filled": 59942, + "ic_fluent_local_language_20_regular": 59943, + "ic_fluent_location_20_filled": 59944, + "ic_fluent_location_20_regular": 59945, + "ic_fluent_location_add_20_filled": 59946, + "ic_fluent_location_add_20_regular": 59947, + "ic_fluent_location_add_left_20_filled": 59948, + "ic_fluent_location_add_left_20_regular": 59949, + "ic_fluent_location_add_right_20_filled": 59950, + "ic_fluent_location_add_right_20_regular": 59951, + "ic_fluent_location_add_up_20_filled": 59952, + "ic_fluent_location_add_up_20_regular": 59953, + "ic_fluent_location_arrow_20_filled": 59954, + "ic_fluent_location_arrow_20_regular": 59955, + "ic_fluent_location_arrow_left_20_filled": 59956, + "ic_fluent_location_arrow_left_20_regular": 59957, + "ic_fluent_location_arrow_right_20_filled": 59958, + "ic_fluent_location_arrow_right_20_regular": 59959, + "ic_fluent_location_arrow_up_20_filled": 59960, + "ic_fluent_location_arrow_up_20_regular": 59961, + "ic_fluent_location_dismiss_20_filled": 59962, + "ic_fluent_location_dismiss_20_regular": 59963, + "ic_fluent_location_live_20_filled": 59964, + "ic_fluent_location_live_20_regular": 59965, + "ic_fluent_location_off_20_filled": 59966, + "ic_fluent_location_off_20_regular": 59967, + "ic_fluent_location_ripple_20_filled": 59968, + "ic_fluent_location_ripple_20_regular": 59969, + "ic_fluent_location_target_square_20_filled": 59970, + "ic_fluent_location_target_square_20_regular": 59971, + "ic_fluent_lock_closed_20_filled": 59972, + "ic_fluent_lock_closed_20_regular": 59973, + "ic_fluent_lock_closed_key_20_filled": 59974, + "ic_fluent_lock_closed_key_20_regular": 59975, + "ic_fluent_lock_multiple_20_filled": 59976, + "ic_fluent_lock_multiple_20_regular": 59977, + "ic_fluent_lock_open_20_filled": 59978, + "ic_fluent_lock_open_20_regular": 59979, + "ic_fluent_lock_shield_20_filled": 59980, + "ic_fluent_lock_shield_20_regular": 59981, + "ic_fluent_lottery_20_filled": 59982, + "ic_fluent_lottery_20_regular": 59983, + "ic_fluent_luggage_20_filled": 59984, + "ic_fluent_luggage_20_regular": 59985, + "ic_fluent_mail_20_filled": 59986, + "ic_fluent_mail_20_regular": 59987, + "ic_fluent_mail_add_20_filled": 59988, + "ic_fluent_mail_add_20_regular": 59989, + "ic_fluent_mail_alert_20_filled": 59990, + "ic_fluent_mail_alert_20_regular": 59991, + "ic_fluent_mail_all_read_20_filled": 59992, + "ic_fluent_mail_all_read_20_regular": 59993, + "ic_fluent_mail_all_unread_20_filled": 59994, + "ic_fluent_mail_all_unread_20_regular": 59995, + "ic_fluent_mail_arrow_clockwise_20_filled": 59996, + "ic_fluent_mail_arrow_clockwise_20_regular": 59997, + "ic_fluent_mail_arrow_double_back_20_filled": 59998, + "ic_fluent_mail_arrow_double_back_20_regular": 59999, + "ic_fluent_mail_arrow_down_20_filled": 60000, + "ic_fluent_mail_arrow_down_20_regular": 60001, + "ic_fluent_mail_arrow_forward_20_filled": 60002, + "ic_fluent_mail_arrow_forward_20_regular": 60003, + "ic_fluent_mail_arrow_up_20_filled": 60004, + "ic_fluent_mail_arrow_up_20_regular": 60005, + "ic_fluent_mail_attach_20_filled": 60006, + "ic_fluent_mail_attach_20_regular": 60007, + "ic_fluent_mail_checkmark_20_filled": 60008, + "ic_fluent_mail_checkmark_20_regular": 60009, + "ic_fluent_mail_clock_20_filled": 60010, + "ic_fluent_mail_clock_20_regular": 60011, + "ic_fluent_mail_copy_20_filled": 60012, + "ic_fluent_mail_copy_20_regular": 60013, + "ic_fluent_mail_dismiss_20_filled": 60014, + "ic_fluent_mail_dismiss_20_regular": 60015, + "ic_fluent_mail_edit_20_filled": 60016, + "ic_fluent_mail_edit_20_regular": 60017, + "ic_fluent_mail_error_20_filled": 60018, + "ic_fluent_mail_error_20_regular": 60019, + "ic_fluent_mail_inbox_20_filled": 60020, + "ic_fluent_mail_inbox_20_regular": 60021, + "ic_fluent_mail_inbox_add_20_filled": 60022, + "ic_fluent_mail_inbox_add_20_regular": 60023, + "ic_fluent_mail_inbox_all_20_filled": 60024, + "ic_fluent_mail_inbox_all_20_regular": 60025, + "ic_fluent_mail_inbox_arrow_down_20_filled": 60026, + "ic_fluent_mail_inbox_arrow_down_20_regular": 60027, + "ic_fluent_mail_inbox_arrow_right_20_filled": 60028, + "ic_fluent_mail_inbox_arrow_right_20_regular": 60029, + "ic_fluent_mail_inbox_arrow_up_20_filled": 60030, + "ic_fluent_mail_inbox_arrow_up_20_regular": 60031, + "ic_fluent_mail_inbox_checkmark_20_filled": 60032, + "ic_fluent_mail_inbox_checkmark_20_regular": 60033, + "ic_fluent_mail_inbox_dismiss_20_filled": 60034, + "ic_fluent_mail_inbox_dismiss_20_regular": 60035, + "ic_fluent_mail_link_20_filled": 60036, + "ic_fluent_mail_link_20_regular": 60037, + "ic_fluent_mail_list_20_filled": 60038, + "ic_fluent_mail_list_20_regular": 60039, + "ic_fluent_mail_multiple_20_filled": 60040, + "ic_fluent_mail_multiple_20_regular": 60041, + "ic_fluent_mail_off_20_filled": 60042, + "ic_fluent_mail_off_20_regular": 60043, + "ic_fluent_mail_open_person_20_filled": 60044, + "ic_fluent_mail_open_person_20_regular": 60045, + "ic_fluent_mail_pause_20_filled": 60046, + "ic_fluent_mail_pause_20_regular": 60047, + "ic_fluent_mail_prohibited_20_filled": 60048, + "ic_fluent_mail_prohibited_20_regular": 60049, + "ic_fluent_mail_read_20_filled": 60050, + "ic_fluent_mail_read_20_regular": 60051, + "ic_fluent_mail_read_multiple_20_filled": 60052, + "ic_fluent_mail_read_multiple_20_regular": 60053, + "ic_fluent_mail_rewind_20_filled": 60054, + "ic_fluent_mail_rewind_20_regular": 60055, + "ic_fluent_mail_settings_20_filled": 60056, + "ic_fluent_mail_settings_20_regular": 60057, + "ic_fluent_mail_shield_20_filled": 60058, + "ic_fluent_mail_shield_20_regular": 60059, + "ic_fluent_mail_template_20_filled": 60060, + "ic_fluent_mail_template_20_regular": 60061, + "ic_fluent_mail_unread_20_filled": 60062, + "ic_fluent_mail_unread_20_regular": 60063, + "ic_fluent_mail_warning_20_filled": 60064, + "ic_fluent_mail_warning_20_regular": 60065, + "ic_fluent_mailbox_20_filled": 60066, + "ic_fluent_mailbox_20_regular": 60067, + "ic_fluent_map_20_filled": 60068, + "ic_fluent_map_20_regular": 60069, + "ic_fluent_map_drive_20_filled": 60070, + "ic_fluent_map_drive_20_regular": 60071, + "ic_fluent_markdown_20_filled": 60072, + "ic_fluent_markdown_20_regular": 60073, + "ic_fluent_match_app_layout_20_filled": 60074, + "ic_fluent_match_app_layout_20_regular": 60075, + "ic_fluent_math_format_linear_20_filled": 60076, + "ic_fluent_math_format_linear_20_regular": 60077, + "ic_fluent_math_format_professional_20_filled": 60078, + "ic_fluent_math_format_professional_20_regular": 60079, + "ic_fluent_math_formula_20_filled": 60080, + "ic_fluent_math_formula_20_regular": 60081, + "ic_fluent_math_symbols_20_filled": 60082, + "ic_fluent_math_symbols_20_regular": 60083, + "ic_fluent_maximize_20_filled": 60084, + "ic_fluent_maximize_20_regular": 60085, + "ic_fluent_meet_now_20_filled": 60086, + "ic_fluent_meet_now_20_regular": 60087, + "ic_fluent_megaphone_20_filled": 60088, + "ic_fluent_megaphone_20_regular": 60089, + "ic_fluent_megaphone_circle_20_filled": 60090, + "ic_fluent_megaphone_circle_20_regular": 60091, + "ic_fluent_megaphone_loud_20_filled": 60092, + "ic_fluent_megaphone_loud_20_regular": 60093, + "ic_fluent_megaphone_off_20_filled": 60094, + "ic_fluent_megaphone_off_20_regular": 60095, + "ic_fluent_mention_20_filled": 60096, + "ic_fluent_mention_20_regular": 60097, + "ic_fluent_mention_arrow_down_20_filled": 60098, + "ic_fluent_mention_arrow_down_20_regular": 60099, + "ic_fluent_mention_brackets_20_filled": 60100, + "ic_fluent_mention_brackets_20_regular": 60101, + "ic_fluent_merge_20_filled": 60102, + "ic_fluent_merge_20_regular": 60103, + "ic_fluent_mic_20_filled": 60104, + "ic_fluent_mic_20_regular": 60105, + "ic_fluent_mic_off_20_filled": 60106, + "ic_fluent_mic_off_20_regular": 60107, + "ic_fluent_mic_prohibited_20_filled": 60108, + "ic_fluent_mic_prohibited_20_regular": 60109, + "ic_fluent_mic_pulse_20_filled": 60110, + "ic_fluent_mic_pulse_20_regular": 60111, + "ic_fluent_mic_pulse_off_20_filled": 60112, + "ic_fluent_mic_pulse_off_20_regular": 60113, + "ic_fluent_mic_record_20_filled": 60114, + "ic_fluent_mic_record_20_regular": 60115, + "ic_fluent_mic_settings_20_filled": 60116, + "ic_fluent_mic_settings_20_regular": 60117, + "ic_fluent_mic_sparkle_20_filled": 60118, + "ic_fluent_mic_sparkle_20_regular": 60119, + "ic_fluent_mic_sync_20_filled": 60120, + "ic_fluent_mic_sync_20_regular": 60121, + "ic_fluent_microscope_20_filled": 60122, + "ic_fluent_microscope_20_regular": 60123, + "ic_fluent_midi_20_filled": 60124, + "ic_fluent_midi_20_regular": 60125, + "ic_fluent_mobile_optimized_20_filled": 60126, + "ic_fluent_mobile_optimized_20_regular": 60127, + "ic_fluent_mold_20_filled": 60128, + "ic_fluent_mold_20_regular": 60129, + "ic_fluent_molecule_20_filled": 60130, + "ic_fluent_molecule_20_regular": 60131, + "ic_fluent_money_20_filled": 60132, + "ic_fluent_money_20_regular": 60133, + "ic_fluent_money_calculator_20_filled": 60134, + "ic_fluent_money_calculator_20_regular": 60135, + "ic_fluent_money_dismiss_20_filled": 60136, + "ic_fluent_money_dismiss_20_regular": 60137, + "ic_fluent_money_hand_20_filled": 60138, + "ic_fluent_money_hand_20_regular": 60139, + "ic_fluent_money_off_20_filled": 60140, + "ic_fluent_money_off_20_regular": 60141, + "ic_fluent_money_settings_20_filled": 60142, + "ic_fluent_money_settings_20_regular": 60143, + "ic_fluent_more_circle_20_filled": 60144, + "ic_fluent_more_circle_20_regular": 60145, + "ic_fluent_more_horizontal_20_filled": 60146, + "ic_fluent_more_horizontal_20_regular": 60147, + "ic_fluent_more_vertical_20_filled": 60148, + "ic_fluent_more_vertical_20_regular": 60149, + "ic_fluent_mountain_location_bottom_20_filled": 60150, + "ic_fluent_mountain_location_bottom_20_regular": 60151, + "ic_fluent_mountain_location_top_20_filled": 60152, + "ic_fluent_mountain_location_top_20_regular": 60153, + "ic_fluent_mountain_trail_20_filled": 60154, + "ic_fluent_mountain_trail_20_regular": 60155, + "ic_fluent_movies_and_tv_20_filled": 60156, + "ic_fluent_movies_and_tv_20_regular": 60157, + "ic_fluent_multiplier_1_2x_20_filled": 60158, + "ic_fluent_multiplier_1_2x_20_regular": 60159, + "ic_fluent_multiplier_1_5x_20_filled": 60160, + "ic_fluent_multiplier_1_5x_20_regular": 60161, + "ic_fluent_multiplier_1_8x_20_filled": 60162, + "ic_fluent_multiplier_1_8x_20_regular": 60163, + "ic_fluent_multiplier_1x_20_filled": 60164, + "ic_fluent_multiplier_1x_20_regular": 60165, + "ic_fluent_multiplier_2x_20_filled": 60166, + "ic_fluent_multiplier_2x_20_regular": 60167, + "ic_fluent_multiplier_5x_20_filled": 60168, + "ic_fluent_multiplier_5x_20_regular": 60169, + "ic_fluent_multiselect_ltr_20_filled": 60170, + "ic_fluent_multiselect_ltr_20_regular": 60171, + "ic_fluent_multiselect_rtl_20_filled": 60172, + "ic_fluent_multiselect_rtl_20_regular": 60173, + "ic_fluent_music_note_1_20_filled": 60174, + "ic_fluent_music_note_1_20_regular": 60175, + "ic_fluent_music_note_2_20_filled": 60176, + "ic_fluent_music_note_2_20_regular": 60177, + "ic_fluent_music_note_2_play_20_filled": 60178, + "ic_fluent_music_note_2_play_20_regular": 60179, + "ic_fluent_music_note_off_1_20_filled": 60180, + "ic_fluent_music_note_off_1_20_regular": 60181, + "ic_fluent_music_note_off_2_20_filled": 60182, + "ic_fluent_music_note_off_2_20_regular": 60183, + "ic_fluent_my_location_20_filled": 60184, + "ic_fluent_my_location_20_regular": 60185, + "ic_fluent_navigation_20_filled": 60186, + "ic_fluent_navigation_20_regular": 60187, + "ic_fluent_navigation_location_target_20_filled": 60188, + "ic_fluent_navigation_location_target_20_regular": 60189, + "ic_fluent_navigation_play_20_filled": 60190, + "ic_fluent_navigation_play_20_regular": 60191, + "ic_fluent_navigation_unread_20_filled": 60192, + "ic_fluent_navigation_unread_20_regular": 60193, + "ic_fluent_network_check_20_filled": 60194, + "ic_fluent_network_check_20_regular": 60195, + "ic_fluent_new_20_filled": 60196, + "ic_fluent_new_20_regular": 60197, + "ic_fluent_news_20_filled": 60198, + "ic_fluent_news_20_regular": 60199, + "ic_fluent_next_20_filled": 60200, + "ic_fluent_next_20_regular": 60201, + "ic_fluent_next_frame_20_filled": 60202, + "ic_fluent_next_frame_20_regular": 60203, + "ic_fluent_note_20_filled": 60204, + "ic_fluent_note_20_regular": 60205, + "ic_fluent_note_add_20_filled": 60206, + "ic_fluent_note_add_20_regular": 60207, + "ic_fluent_note_edit_20_filled": 60208, + "ic_fluent_note_edit_20_regular": 60209, + "ic_fluent_note_pin_20_filled": 60210, + "ic_fluent_note_pin_20_regular": 60211, + "ic_fluent_notebook_20_filled": 60212, + "ic_fluent_notebook_20_regular": 60213, + "ic_fluent_notebook_add_20_filled": 60214, + "ic_fluent_notebook_add_20_regular": 60215, + "ic_fluent_notebook_arrow_curve_down_20_filled": 60216, + "ic_fluent_notebook_arrow_curve_down_20_regular": 60217, + "ic_fluent_notebook_error_20_filled": 60218, + "ic_fluent_notebook_error_20_regular": 60219, + "ic_fluent_notebook_eye_20_filled": 60220, + "ic_fluent_notebook_eye_20_regular": 60221, + "ic_fluent_notebook_lightning_20_filled": 60222, + "ic_fluent_notebook_lightning_20_regular": 60223, + "ic_fluent_notebook_question_mark_20_filled": 60224, + "ic_fluent_notebook_question_mark_20_regular": 60225, + "ic_fluent_notebook_section_20_filled": 60226, + "ic_fluent_notebook_section_20_regular": 60227, + "ic_fluent_notebook_section_arrow_right_20_filled": 60228, + "ic_fluent_notebook_section_arrow_right_20_regular": 60229, + "ic_fluent_notebook_subsection_20_filled": 60230, + "ic_fluent_notebook_subsection_20_regular": 60231, + "ic_fluent_notebook_sync_20_filled": 60232, + "ic_fluent_notebook_sync_20_regular": 60233, + "ic_fluent_notepad_20_filled": 60234, + "ic_fluent_notepad_20_regular": 60235, + "ic_fluent_notepad_edit_20_filled": 60236, + "ic_fluent_notepad_edit_20_regular": 60237, + "ic_fluent_notepad_person_20_filled": 60238, + "ic_fluent_notepad_person_20_regular": 60239, + "ic_fluent_number_circle_0_20_filled": 60240, + "ic_fluent_number_circle_0_20_regular": 60241, + "ic_fluent_number_circle_1_20_filled": 60242, + "ic_fluent_number_circle_1_20_regular": 60243, + "ic_fluent_number_circle_2_20_filled": 60244, + "ic_fluent_number_circle_2_20_regular": 60245, + "ic_fluent_number_circle_3_20_filled": 60246, + "ic_fluent_number_circle_3_20_regular": 60247, + "ic_fluent_number_circle_4_20_filled": 60248, + "ic_fluent_number_circle_4_20_regular": 60249, + "ic_fluent_number_circle_5_20_filled": 60250, + "ic_fluent_number_circle_5_20_regular": 60251, + "ic_fluent_number_circle_6_20_filled": 60252, + "ic_fluent_number_circle_6_20_regular": 60253, + "ic_fluent_number_circle_7_20_filled": 60254, + "ic_fluent_number_circle_7_20_regular": 60255, + "ic_fluent_number_circle_8_20_filled": 60256, + "ic_fluent_number_circle_8_20_regular": 60257, + "ic_fluent_number_circle_9_20_filled": 60258, + "ic_fluent_number_circle_9_20_regular": 60259, + "ic_fluent_number_row_20_filled": 60260, + "ic_fluent_number_row_20_regular": 60261, + "ic_fluent_number_symbol_20_filled": 60262, + "ic_fluent_number_symbol_20_regular": 60263, + "ic_fluent_number_symbol_dismiss_20_filled": 60264, + "ic_fluent_number_symbol_dismiss_20_regular": 60265, + "ic_fluent_number_symbol_square_20_filled": 60266, + "ic_fluent_number_symbol_square_20_regular": 60267, + "ic_fluent_open_20_filled": 60268, + "ic_fluent_open_20_regular": 60269, + "ic_fluent_open_folder_20_filled": 60270, + "ic_fluent_open_folder_20_regular": 60271, + "ic_fluent_open_off_20_filled": 60272, + "ic_fluent_open_off_20_regular": 60273, + "ic_fluent_options_20_filled": 60274, + "ic_fluent_options_20_regular": 60275, + "ic_fluent_organization_20_filled": 60276, + "ic_fluent_organization_20_regular": 60277, + "ic_fluent_organization_horizontal_20_filled": 60278, + "ic_fluent_organization_horizontal_20_regular": 60279, + "ic_fluent_orientation_20_filled": 60280, + "ic_fluent_orientation_20_regular": 60281, + "ic_fluent_oval_20_filled": 60282, + "ic_fluent_oval_20_regular": 60283, + "ic_fluent_oven_20_filled": 60284, + "ic_fluent_oven_20_regular": 60285, + "ic_fluent_padding_down_20_filled": 60286, + "ic_fluent_padding_down_20_regular": 60287, + "ic_fluent_padding_left_20_filled": 60288, + "ic_fluent_padding_left_20_regular": 60289, + "ic_fluent_padding_right_20_filled": 60290, + "ic_fluent_padding_right_20_regular": 60291, + "ic_fluent_padding_top_20_filled": 60292, + "ic_fluent_padding_top_20_regular": 60293, + "ic_fluent_page_fit_20_filled": 60294, + "ic_fluent_page_fit_20_regular": 60295, + "ic_fluent_paint_brush_20_filled": 60296, + "ic_fluent_paint_brush_20_regular": 60297, + "ic_fluent_paint_brush_arrow_down_20_filled": 60298, + "ic_fluent_paint_brush_arrow_down_20_regular": 60299, + "ic_fluent_paint_brush_arrow_up_20_filled": 60300, + "ic_fluent_paint_brush_arrow_up_20_regular": 60301, + "ic_fluent_paint_bucket_20_filled": 60302, + "ic_fluent_paint_bucket_20_regular": 60303, + "ic_fluent_pair_20_filled": 60304, + "ic_fluent_pair_20_regular": 60305, + "ic_fluent_panel_bottom_20_filled": 60306, + "ic_fluent_panel_bottom_20_regular": 60307, + "ic_fluent_panel_bottom_contract_20_filled": 60308, + "ic_fluent_panel_bottom_contract_20_regular": 60309, + "ic_fluent_panel_bottom_expand_20_filled": 60310, + "ic_fluent_panel_bottom_expand_20_regular": 60311, + "ic_fluent_panel_left_20_filled": 60312, + "ic_fluent_panel_left_20_regular": 60313, + "ic_fluent_panel_left_add_20_filled": 60314, + "ic_fluent_panel_left_add_20_regular": 60315, + "ic_fluent_panel_left_contract_20_filled": 60316, + "ic_fluent_panel_left_contract_20_regular": 60317, + "ic_fluent_panel_left_expand_20_filled": 60318, + "ic_fluent_panel_left_expand_20_regular": 60319, + "ic_fluent_panel_left_focus_right_20_filled": 60320, + "ic_fluent_panel_left_header_20_filled": 60321, + "ic_fluent_panel_left_header_20_regular": 60322, + "ic_fluent_panel_left_header_add_20_filled": 60323, + "ic_fluent_panel_left_header_add_20_regular": 60324, + "ic_fluent_panel_left_header_key_20_filled": 60325, + "ic_fluent_panel_left_header_key_20_regular": 60326, + "ic_fluent_panel_left_key_20_filled": 60327, + "ic_fluent_panel_left_key_20_regular": 60328, + "ic_fluent_panel_left_text_20_filled": 60329, + "ic_fluent_panel_left_text_20_regular": 60330, + "ic_fluent_panel_left_text_add_20_filled": 60331, + "ic_fluent_panel_left_text_add_20_regular": 60332, + "ic_fluent_panel_left_text_dismiss_20_filled": 60333, + "ic_fluent_panel_left_text_dismiss_20_regular": 60334, + "ic_fluent_panel_right_20_filled": 60335, + "ic_fluent_panel_right_20_regular": 60336, + "ic_fluent_panel_right_add_20_filled": 60337, + "ic_fluent_panel_right_add_20_regular": 60338, + "ic_fluent_panel_right_contract_20_filled": 60339, + "ic_fluent_panel_right_contract_20_regular": 60340, + "ic_fluent_panel_right_cursor_20_filled": 60341, + "ic_fluent_panel_right_cursor_20_regular": 60342, + "ic_fluent_panel_right_expand_20_filled": 60343, + "ic_fluent_panel_right_expand_20_regular": 60344, + "ic_fluent_panel_right_gallery_20_filled": 60345, + "ic_fluent_panel_right_gallery_20_regular": 60346, + "ic_fluent_panel_separate_window_20_filled": 60347, + "ic_fluent_panel_separate_window_20_regular": 60348, + "ic_fluent_panel_top_contract_20_filled": 60349, + "ic_fluent_panel_top_contract_20_regular": 60350, + "ic_fluent_panel_top_expand_20_filled": 60351, + "ic_fluent_panel_top_expand_20_regular": 60352, + "ic_fluent_panel_top_gallery_20_filled": 60353, + "ic_fluent_panel_top_gallery_20_regular": 60354, + "ic_fluent_password_20_filled": 60355, + "ic_fluent_password_20_regular": 60356, + "ic_fluent_patch_20_filled": 60357, + "ic_fluent_patch_20_regular": 60358, + "ic_fluent_patient_20_filled": 60359, + "ic_fluent_patient_20_regular": 60360, + "ic_fluent_pause_20_filled": 60361, + "ic_fluent_pause_20_regular": 60362, + "ic_fluent_pause_circle_20_filled": 60363, + "ic_fluent_pause_circle_20_regular": 60364, + "ic_fluent_pause_off_20_filled": 60365, + "ic_fluent_pause_off_20_regular": 60366, + "ic_fluent_pause_settings_20_filled": 60367, + "ic_fluent_pause_settings_20_regular": 60368, + "ic_fluent_payment_20_filled": 60369, + "ic_fluent_payment_20_regular": 60370, + "ic_fluent_payment_wireless_20_filled": 60371, + "ic_fluent_payment_wireless_20_regular": 60372, + "ic_fluent_pen_20_filled": 60373, + "ic_fluent_pen_20_regular": 60374, + "ic_fluent_pen_dismiss_20_filled": 60375, + "ic_fluent_pen_dismiss_20_regular": 60376, + "ic_fluent_pen_off_20_filled": 60377, + "ic_fluent_pen_off_20_regular": 60378, + "ic_fluent_pen_prohibited_20_filled": 60379, + "ic_fluent_pen_prohibited_20_regular": 60380, + "ic_fluent_pen_sparkle_20_filled": 60381, + "ic_fluent_pen_sparkle_20_regular": 60382, + "ic_fluent_pentagon_20_filled": 60383, + "ic_fluent_pentagon_20_regular": 60384, + "ic_fluent_people_20_filled": 60385, + "ic_fluent_people_20_regular": 60386, + "ic_fluent_people_add_20_filled": 60387, + "ic_fluent_people_add_20_regular": 60388, + "ic_fluent_people_audience_20_filled": 60389, + "ic_fluent_people_audience_20_regular": 60390, + "ic_fluent_people_call_20_filled": 60391, + "ic_fluent_people_call_20_regular": 60392, + "ic_fluent_people_chat_20_filled": 60393, + "ic_fluent_people_chat_20_regular": 60394, + "ic_fluent_people_checkmark_20_filled": 60395, + "ic_fluent_people_checkmark_20_regular": 60396, + "ic_fluent_people_community_20_filled": 60397, + "ic_fluent_people_community_20_regular": 60398, + "ic_fluent_people_community_add_20_filled": 60399, + "ic_fluent_people_community_add_20_regular": 60400, + "ic_fluent_people_edit_20_filled": 60401, + "ic_fluent_people_edit_20_regular": 60402, + "ic_fluent_people_error_20_filled": 60403, + "ic_fluent_people_error_20_regular": 60404, + "ic_fluent_people_list_20_filled": 60405, + "ic_fluent_people_list_20_regular": 60406, + "ic_fluent_people_lock_20_filled": 60407, + "ic_fluent_people_lock_20_regular": 60408, + "ic_fluent_people_money_20_filled": 60409, + "ic_fluent_people_money_20_regular": 60410, + "ic_fluent_people_prohibited_20_filled": 60411, + "ic_fluent_people_prohibited_20_regular": 60412, + "ic_fluent_people_queue_20_filled": 60413, + "ic_fluent_people_queue_20_regular": 60414, + "ic_fluent_people_search_20_filled": 60415, + "ic_fluent_people_search_20_regular": 60416, + "ic_fluent_people_settings_20_filled": 60417, + "ic_fluent_people_settings_20_regular": 60418, + "ic_fluent_people_star_20_filled": 60419, + "ic_fluent_people_star_20_regular": 60420, + "ic_fluent_people_subtract_20_filled": 60421, + "ic_fluent_people_subtract_20_regular": 60422, + "ic_fluent_people_swap_20_filled": 60423, + "ic_fluent_people_swap_20_regular": 60424, + "ic_fluent_people_sync_20_filled": 60425, + "ic_fluent_people_sync_20_regular": 60426, + "ic_fluent_people_team_20_filled": 60427, + "ic_fluent_people_team_20_regular": 60428, + "ic_fluent_people_team_add_20_filled": 60429, + "ic_fluent_people_team_add_20_regular": 60430, + "ic_fluent_people_team_delete_20_filled": 60431, + "ic_fluent_people_team_delete_20_regular": 60432, + "ic_fluent_people_team_toolbox_20_filled": 60433, + "ic_fluent_people_team_toolbox_20_regular": 60434, + "ic_fluent_people_toolbox_20_filled": 60435, + "ic_fluent_people_toolbox_20_regular": 60436, + "ic_fluent_person_20_filled": 60437, + "ic_fluent_person_20_regular": 60438, + "ic_fluent_person_5_20_filled": 60439, + "ic_fluent_person_5_20_regular": 60440, + "ic_fluent_person_6_20_filled": 60441, + "ic_fluent_person_6_20_regular": 60442, + "ic_fluent_person_accounts_20_filled": 60443, + "ic_fluent_person_accounts_20_regular": 60444, + "ic_fluent_person_add_20_filled": 60445, + "ic_fluent_person_add_20_regular": 60446, + "ic_fluent_person_alert_20_filled": 60447, + "ic_fluent_person_alert_20_regular": 60448, + "ic_fluent_person_alert_off_20_filled": 60449, + "ic_fluent_person_alert_off_20_regular": 60450, + "ic_fluent_person_arrow_back_20_filled": 60451, + "ic_fluent_person_arrow_back_20_regular": 60452, + "ic_fluent_person_arrow_left_20_filled": 60453, + "ic_fluent_person_arrow_left_20_regular": 60454, + "ic_fluent_person_arrow_right_20_filled": 60455, + "ic_fluent_person_arrow_right_20_regular": 60456, + "ic_fluent_person_available_20_filled": 60457, + "ic_fluent_person_available_20_regular": 60458, + "ic_fluent_person_board_20_filled": 60459, + "ic_fluent_person_board_20_regular": 60460, + "ic_fluent_person_call_20_filled": 60461, + "ic_fluent_person_call_20_regular": 60462, + "ic_fluent_person_chat_20_filled": 60463, + "ic_fluent_person_chat_20_regular": 60464, + "ic_fluent_person_circle_20_filled": 60465, + "ic_fluent_person_circle_20_regular": 60466, + "ic_fluent_person_clock_20_filled": 60467, + "ic_fluent_person_clock_20_regular": 60468, + "ic_fluent_person_delete_20_filled": 60469, + "ic_fluent_person_delete_20_regular": 60470, + "ic_fluent_person_desktop_20_filled": 60471, + "ic_fluent_person_desktop_20_regular": 60472, + "ic_fluent_person_edit_20_filled": 60473, + "ic_fluent_person_edit_20_regular": 60474, + "ic_fluent_person_feedback_20_filled": 60475, + "ic_fluent_person_feedback_20_regular": 60476, + "ic_fluent_person_heart_20_filled": 60477, + "ic_fluent_person_heart_20_regular": 60478, + "ic_fluent_person_info_20_filled": 60479, + "ic_fluent_person_info_20_regular": 60480, + "ic_fluent_person_key_20_filled": 60481, + "ic_fluent_person_key_20_regular": 60482, + "ic_fluent_person_lightbulb_20_filled": 60483, + "ic_fluent_person_lightbulb_20_regular": 60484, + "ic_fluent_person_lightning_20_filled": 60485, + "ic_fluent_person_lightning_20_regular": 60486, + "ic_fluent_person_link_20_filled": 60487, + "ic_fluent_person_link_20_regular": 60488, + "ic_fluent_person_lock_20_filled": 60489, + "ic_fluent_person_lock_20_regular": 60490, + "ic_fluent_person_mail_20_filled": 60491, + "ic_fluent_person_mail_20_regular": 60492, + "ic_fluent_person_money_20_filled": 60493, + "ic_fluent_person_money_20_regular": 60494, + "ic_fluent_person_note_20_filled": 60495, + "ic_fluent_person_note_20_regular": 60496, + "ic_fluent_person_passkey_20_filled": 60497, + "ic_fluent_person_passkey_20_regular": 60498, + "ic_fluent_person_pill_20_filled": 60499, + "ic_fluent_person_pill_20_regular": 60500, + "ic_fluent_person_prohibited_20_filled": 60501, + "ic_fluent_person_prohibited_20_regular": 60502, + "ic_fluent_person_question_mark_20_filled": 60503, + "ic_fluent_person_question_mark_20_regular": 60504, + "ic_fluent_person_ribbon_20_filled": 60505, + "ic_fluent_person_ribbon_20_regular": 60506, + "ic_fluent_person_running_20_filled": 60507, + "ic_fluent_person_running_20_regular": 60508, + "ic_fluent_person_search_20_filled": 60509, + "ic_fluent_person_search_20_regular": 60510, + "ic_fluent_person_settings_20_filled": 60511, + "ic_fluent_person_settings_20_regular": 60512, + "ic_fluent_person_square_20_filled": 60513, + "ic_fluent_person_square_20_regular": 60514, + "ic_fluent_person_square_checkmark_20_filled": 60515, + "ic_fluent_person_square_checkmark_20_regular": 60516, + "ic_fluent_person_star_20_filled": 60517, + "ic_fluent_person_star_20_regular": 60518, + "ic_fluent_person_starburst_20_filled": 60519, + "ic_fluent_person_starburst_20_regular": 60520, + "ic_fluent_person_subtract_20_filled": 60521, + "ic_fluent_person_subtract_20_regular": 60522, + "ic_fluent_person_support_20_filled": 60523, + "ic_fluent_person_support_20_regular": 60524, + "ic_fluent_person_swap_20_filled": 60525, + "ic_fluent_person_swap_20_regular": 60526, + "ic_fluent_person_sync_20_filled": 60527, + "ic_fluent_person_sync_20_regular": 60528, + "ic_fluent_person_tag_20_filled": 60529, + "ic_fluent_person_tag_20_regular": 60530, + "ic_fluent_person_voice_20_filled": 60531, + "ic_fluent_person_voice_20_regular": 60532, + "ic_fluent_person_walking_20_filled": 60533, + "ic_fluent_person_walking_20_regular": 60534, + "ic_fluent_person_warning_20_filled": 60535, + "ic_fluent_person_warning_20_regular": 60536, + "ic_fluent_person_wrench_20_filled": 60537, + "ic_fluent_person_wrench_20_regular": 60538, + "ic_fluent_phone_20_filled": 60539, + "ic_fluent_phone_20_regular": 60540, + "ic_fluent_phone_add_20_filled": 60541, + "ic_fluent_phone_add_20_regular": 60542, + "ic_fluent_phone_arrow_right_20_filled": 60543, + "ic_fluent_phone_arrow_right_20_regular": 60544, + "ic_fluent_phone_chat_20_filled": 60545, + "ic_fluent_phone_chat_20_regular": 60546, + "ic_fluent_phone_checkmark_20_filled": 60547, + "ic_fluent_phone_checkmark_20_regular": 60548, + "ic_fluent_phone_desktop_20_filled": 60549, + "ic_fluent_phone_desktop_20_regular": 60550, + "ic_fluent_phone_desktop_add_20_filled": 60551, + "ic_fluent_phone_desktop_add_20_regular": 60552, + "ic_fluent_phone_dismiss_20_filled": 60553, + "ic_fluent_phone_dismiss_20_regular": 60554, + "ic_fluent_phone_edit_20_filled": 60555, + "ic_fluent_phone_edit_20_regular": 60556, + "ic_fluent_phone_eraser_20_filled": 60557, + "ic_fluent_phone_eraser_20_regular": 60558, + "ic_fluent_phone_footer_arrow_down_20_filled": 60559, + "ic_fluent_phone_footer_arrow_down_20_regular": 60560, + "ic_fluent_phone_header_arrow_up_20_filled": 60561, + "ic_fluent_phone_header_arrow_up_20_regular": 60562, + "ic_fluent_phone_key_20_filled": 60563, + "ic_fluent_phone_key_20_regular": 60564, + "ic_fluent_phone_laptop_20_filled": 60565, + "ic_fluent_phone_laptop_20_regular": 60566, + "ic_fluent_phone_link_setup_20_filled": 60567, + "ic_fluent_phone_link_setup_20_regular": 60568, + "ic_fluent_phone_lock_20_filled": 60569, + "ic_fluent_phone_lock_20_regular": 60570, + "ic_fluent_phone_page_header_20_filled": 60571, + "ic_fluent_phone_page_header_20_regular": 60572, + "ic_fluent_phone_pagination_20_filled": 60573, + "ic_fluent_phone_pagination_20_regular": 60574, + "ic_fluent_phone_screen_time_20_filled": 60575, + "ic_fluent_phone_screen_time_20_regular": 60576, + "ic_fluent_phone_shake_20_filled": 60577, + "ic_fluent_phone_shake_20_regular": 60578, + "ic_fluent_phone_span_in_20_filled": 60579, + "ic_fluent_phone_span_in_20_regular": 60580, + "ic_fluent_phone_span_out_20_filled": 60581, + "ic_fluent_phone_span_out_20_regular": 60582, + "ic_fluent_phone_speaker_20_filled": 60583, + "ic_fluent_phone_speaker_20_regular": 60584, + "ic_fluent_phone_status_bar_20_filled": 60585, + "ic_fluent_phone_status_bar_20_regular": 60586, + "ic_fluent_phone_tablet_20_filled": 60587, + "ic_fluent_phone_tablet_20_regular": 60588, + "ic_fluent_phone_update_20_filled": 60589, + "ic_fluent_phone_update_20_regular": 60590, + "ic_fluent_phone_update_checkmark_20_filled": 60591, + "ic_fluent_phone_update_checkmark_20_regular": 60592, + "ic_fluent_phone_vertical_scroll_20_filled": 60593, + "ic_fluent_phone_vertical_scroll_20_regular": 60594, + "ic_fluent_phone_vibrate_20_filled": 60595, + "ic_fluent_phone_vibrate_20_regular": 60596, + "ic_fluent_photo_filter_20_filled": 60597, + "ic_fluent_photo_filter_20_regular": 60598, + "ic_fluent_pi_20_filled": 60599, + "ic_fluent_pi_20_regular": 60600, + "ic_fluent_picture_in_picture_20_filled": 60601, + "ic_fluent_picture_in_picture_20_regular": 60602, + "ic_fluent_picture_in_picture_enter_20_filled": 60603, + "ic_fluent_picture_in_picture_enter_20_regular": 60604, + "ic_fluent_picture_in_picture_exit_20_filled": 60605, + "ic_fluent_picture_in_picture_exit_20_regular": 60606, + "ic_fluent_pill_20_filled": 60607, + "ic_fluent_pill_20_regular": 60608, + "ic_fluent_pin_20_filled": 60609, + "ic_fluent_pin_20_regular": 60610, + "ic_fluent_pin_off_20_filled": 60611, + "ic_fluent_pin_off_20_regular": 60612, + "ic_fluent_pipeline_20_filled": 60613, + "ic_fluent_pipeline_20_regular": 60614, + "ic_fluent_pipeline_add_20_filled": 60615, + "ic_fluent_pipeline_add_20_regular": 60616, + "ic_fluent_pipeline_arrow_curve_down_20_filled": 60617, + "ic_fluent_pipeline_arrow_curve_down_20_regular": 60618, + "ic_fluent_pipeline_play_20_filled": 60619, + "ic_fluent_pipeline_play_20_regular": 60620, + "ic_fluent_pivot_20_filled": 60621, + "ic_fluent_pivot_20_regular": 60622, + "ic_fluent_plant_cattail_20_filled": 60623, + "ic_fluent_plant_cattail_20_regular": 60624, + "ic_fluent_plant_grass_20_filled": 60625, + "ic_fluent_plant_grass_20_regular": 60626, + "ic_fluent_plant_ragweed_20_filled": 60627, + "ic_fluent_plant_ragweed_20_regular": 60628, + "ic_fluent_play_20_filled": 60629, + "ic_fluent_play_20_regular": 60630, + "ic_fluent_play_circle_20_filled": 60631, + "ic_fluent_play_circle_20_regular": 60632, + "ic_fluent_play_circle_hint_20_filled": 60633, + "ic_fluent_play_circle_hint_20_regular": 60634, + "ic_fluent_play_settings_20_filled": 60635, + "ic_fluent_play_settings_20_regular": 60636, + "ic_fluent_playing_cards_20_filled": 60637, + "ic_fluent_playing_cards_20_regular": 60638, + "ic_fluent_plug_connected_20_filled": 60639, + "ic_fluent_plug_connected_20_regular": 60640, + "ic_fluent_plug_connected_add_20_filled": 60641, + "ic_fluent_plug_connected_add_20_regular": 60642, + "ic_fluent_plug_connected_checkmark_20_filled": 60643, + "ic_fluent_plug_connected_checkmark_20_regular": 60644, + "ic_fluent_plug_connected_settings_20_filled": 60645, + "ic_fluent_plug_connected_settings_20_regular": 60646, + "ic_fluent_plug_disconnected_20_filled": 60647, + "ic_fluent_plug_disconnected_20_regular": 60648, + "ic_fluent_point_scan_20_filled": 60649, + "ic_fluent_point_scan_20_regular": 60650, + "ic_fluent_poll_20_filled": 60651, + "ic_fluent_poll_20_regular": 60652, + "ic_fluent_poll_horizontal_20_filled": 60653, + "ic_fluent_poll_horizontal_20_regular": 60654, + "ic_fluent_poll_off_20_filled": 60655, + "ic_fluent_poll_off_20_regular": 60656, + "ic_fluent_port_hdmi_20_filled": 60657, + "ic_fluent_port_hdmi_20_regular": 60658, + "ic_fluent_port_micro_usb_20_filled": 60659, + "ic_fluent_port_micro_usb_20_regular": 60660, + "ic_fluent_port_usb_a_20_filled": 60661, + "ic_fluent_port_usb_a_20_regular": 60662, + "ic_fluent_port_usb_c_20_filled": 60663, + "ic_fluent_port_usb_c_20_regular": 60664, + "ic_fluent_position_backward_20_filled": 60665, + "ic_fluent_position_backward_20_regular": 60666, + "ic_fluent_position_forward_20_filled": 60667, + "ic_fluent_position_forward_20_regular": 60668, + "ic_fluent_position_to_back_20_filled": 60669, + "ic_fluent_position_to_back_20_regular": 60670, + "ic_fluent_position_to_front_20_filled": 60671, + "ic_fluent_position_to_front_20_regular": 60672, + "ic_fluent_power_20_filled": 60673, + "ic_fluent_power_20_regular": 60674, + "ic_fluent_predictions_20_filled": 60675, + "ic_fluent_predictions_20_regular": 60676, + "ic_fluent_premium_20_filled": 60677, + "ic_fluent_premium_20_regular": 60678, + "ic_fluent_premium_person_20_filled": 60679, + "ic_fluent_premium_person_20_regular": 60680, + "ic_fluent_presence_available_20_filled": 60681, + "ic_fluent_presence_available_20_regular": 60682, + "ic_fluent_presence_away_20_filled": 60683, + "ic_fluent_presence_away_20_regular": 60684, + "ic_fluent_presence_blocked_20_regular": 60685, + "ic_fluent_presence_busy_20_filled": 60686, + "ic_fluent_presence_dnd_20_filled": 60687, + "ic_fluent_presence_dnd_20_regular": 60688, + "ic_fluent_presence_offline_20_regular": 60689, + "ic_fluent_presence_oof_20_regular": 60690, + "ic_fluent_presence_unknown_20_regular": 60691, + "ic_fluent_presenter_20_filled": 60692, + "ic_fluent_presenter_20_regular": 60693, + "ic_fluent_presenter_off_20_filled": 60694, + "ic_fluent_presenter_off_20_regular": 60695, + "ic_fluent_preview_link_20_filled": 60696, + "ic_fluent_preview_link_20_regular": 60697, + "ic_fluent_previous_20_filled": 60698, + "ic_fluent_previous_20_regular": 60699, + "ic_fluent_previous_frame_20_filled": 60700, + "ic_fluent_previous_frame_20_regular": 60701, + "ic_fluent_print_20_filled": 60702, + "ic_fluent_print_20_regular": 60703, + "ic_fluent_print_add_20_filled": 60704, + "ic_fluent_print_add_20_regular": 60705, + "ic_fluent_production_20_filled": 60706, + "ic_fluent_production_20_regular": 60707, + "ic_fluent_production_checkmark_20_filled": 60708, + "ic_fluent_production_checkmark_20_regular": 60709, + "ic_fluent_prohibited_20_filled": 60710, + "ic_fluent_prohibited_20_regular": 60711, + "ic_fluent_prohibited_multiple_20_filled": 60712, + "ic_fluent_prohibited_multiple_20_regular": 60713, + "ic_fluent_prohibited_note_20_filled": 60714, + "ic_fluent_prohibited_note_20_regular": 60715, + "ic_fluent_projection_screen_20_filled": 60716, + "ic_fluent_projection_screen_20_regular": 60717, + "ic_fluent_projection_screen_dismiss_20_filled": 60718, + "ic_fluent_projection_screen_dismiss_20_regular": 60719, + "ic_fluent_projection_screen_text_20_filled": 60720, + "ic_fluent_projection_screen_text_20_regular": 60721, + "ic_fluent_protocol_handler_20_filled": 60722, + "ic_fluent_protocol_handler_20_regular": 60723, + "ic_fluent_pulse_20_filled": 60724, + "ic_fluent_pulse_20_regular": 60725, + "ic_fluent_pulse_square_20_filled": 60726, + "ic_fluent_pulse_square_20_regular": 60727, + "ic_fluent_puzzle_cube_20_filled": 60728, + "ic_fluent_puzzle_cube_20_regular": 60729, + "ic_fluent_puzzle_cube_piece_20_filled": 60730, + "ic_fluent_puzzle_cube_piece_20_regular": 60731, + "ic_fluent_puzzle_piece_20_filled": 60732, + "ic_fluent_puzzle_piece_20_regular": 60733, + "ic_fluent_puzzle_piece_shield_20_filled": 60734, + "ic_fluent_puzzle_piece_shield_20_regular": 60735, + "ic_fluent_qr_code_20_filled": 60736, + "ic_fluent_qr_code_20_regular": 60737, + "ic_fluent_question_20_filled": 60738, + "ic_fluent_question_20_regular": 60739, + "ic_fluent_question_circle_20_filled": 60740, + "ic_fluent_question_circle_20_regular": 60741, + "ic_fluent_quiz_new_20_filled": 60742, + "ic_fluent_quiz_new_20_regular": 60743, + "ic_fluent_radar_20_filled": 60744, + "ic_fluent_radar_20_regular": 60745, + "ic_fluent_radar_checkmark_20_filled": 60746, + "ic_fluent_radar_checkmark_20_regular": 60747, + "ic_fluent_radar_rectangle_multiple_20_filled": 60748, + "ic_fluent_radar_rectangle_multiple_20_regular": 60749, + "ic_fluent_radio_button_20_filled": 60750, + "ic_fluent_radio_button_20_regular": 60751, + "ic_fluent_ram_20_filled": 60752, + "ic_fluent_ram_20_regular": 60753, + "ic_fluent_rating_mature_20_filled": 60754, + "ic_fluent_rating_mature_20_regular": 60755, + "ic_fluent_ratio_one_to_one_20_filled": 60756, + "ic_fluent_ratio_one_to_one_20_regular": 60757, + "ic_fluent_re_order_20_filled": 60758, + "ic_fluent_re_order_20_regular": 60759, + "ic_fluent_re_order_dots_horizontal_20_filled": 60760, + "ic_fluent_re_order_dots_horizontal_20_regular": 60761, + "ic_fluent_re_order_dots_vertical_20_filled": 60762, + "ic_fluent_re_order_dots_vertical_20_regular": 60763, + "ic_fluent_read_aloud_20_filled": 60764, + "ic_fluent_read_aloud_20_regular": 60765, + "ic_fluent_reading_list_20_filled": 60766, + "ic_fluent_reading_list_20_regular": 60767, + "ic_fluent_reading_list_add_20_filled": 60768, + "ic_fluent_reading_list_add_20_regular": 60769, + "ic_fluent_reading_mode_mobile_20_filled": 60770, + "ic_fluent_reading_mode_mobile_20_regular": 60771, + "ic_fluent_real_estate_20_filled": 60772, + "ic_fluent_real_estate_20_regular": 60773, + "ic_fluent_receipt_20_filled": 60774, + "ic_fluent_receipt_20_regular": 60775, + "ic_fluent_receipt_add_20_filled": 60776, + "ic_fluent_receipt_add_20_regular": 60777, + "ic_fluent_receipt_bag_20_filled": 60778, + "ic_fluent_receipt_bag_20_regular": 60779, + "ic_fluent_receipt_cube_20_filled": 60780, + "ic_fluent_receipt_cube_20_regular": 60781, + "ic_fluent_receipt_money_20_filled": 60782, + "ic_fluent_receipt_money_20_regular": 60783, + "ic_fluent_receipt_play_20_filled": 60784, + "ic_fluent_receipt_play_20_regular": 60785, + "ic_fluent_receipt_search_20_filled": 60786, + "ic_fluent_receipt_search_20_regular": 60787, + "ic_fluent_receipt_sparkles_20_filled": 60788, + "ic_fluent_receipt_sparkles_20_regular": 60789, + "ic_fluent_record_20_filled": 60790, + "ic_fluent_record_20_regular": 60791, + "ic_fluent_record_stop_20_filled": 60792, + "ic_fluent_record_stop_20_regular": 60793, + "ic_fluent_rectangle_landscape_20_filled": 60794, + "ic_fluent_rectangle_landscape_20_regular": 60795, + "ic_fluent_rectangle_landscape_hint_copy_20_filled": 60796, + "ic_fluent_rectangle_landscape_hint_copy_20_regular": 60797, + "ic_fluent_rectangle_landscape_sparkle_20_filled": 60798, + "ic_fluent_rectangle_landscape_sparkle_20_regular": 60799, + "ic_fluent_rectangle_landscape_sync_20_filled": 60800, + "ic_fluent_rectangle_landscape_sync_20_regular": 60801, + "ic_fluent_rectangle_landscape_sync_off_20_filled": 60802, + "ic_fluent_rectangle_landscape_sync_off_20_regular": 60803, + "ic_fluent_rectangle_portrait_location_target_20_filled": 60804, + "ic_fluent_rectangle_portrait_location_target_20_regular": 60805, + "ic_fluent_recycle_20_filled": 60806, + "ic_fluent_recycle_20_regular": 60807, + "ic_fluent_remix_add_20_filled": 60808, + "ic_fluent_remix_add_20_regular": 60809, + "ic_fluent_remote_20_filled": 60810, + "ic_fluent_remote_20_regular": 60811, + "ic_fluent_rename_20_filled": 60812, + "ic_fluent_rename_20_regular": 60813, + "ic_fluent_reorder_20_filled": 60814, + "ic_fluent_reorder_20_regular": 60815, + "ic_fluent_replay_20_filled": 60816, + "ic_fluent_replay_20_regular": 60817, + "ic_fluent_resize_20_filled": 60818, + "ic_fluent_resize_20_regular": 60819, + "ic_fluent_resize_image_20_filled": 60820, + "ic_fluent_resize_image_20_regular": 60821, + "ic_fluent_resize_large_20_filled": 60822, + "ic_fluent_resize_large_20_regular": 60823, + "ic_fluent_resize_small_20_filled": 60824, + "ic_fluent_resize_small_20_regular": 60825, + "ic_fluent_resize_table_20_filled": 60826, + "ic_fluent_resize_table_20_regular": 60827, + "ic_fluent_resize_video_20_filled": 60828, + "ic_fluent_resize_video_20_regular": 60829, + "ic_fluent_reward_20_filled": 60830, + "ic_fluent_reward_20_regular": 60831, + "ic_fluent_rewind_20_filled": 60832, + "ic_fluent_rewind_20_regular": 60833, + "ic_fluent_rhombus_20_filled": 60834, + "ic_fluent_rhombus_20_regular": 60835, + "ic_fluent_ribbon_20_filled": 60836, + "ic_fluent_ribbon_20_regular": 60837, + "ic_fluent_ribbon_add_20_filled": 60838, + "ic_fluent_ribbon_add_20_regular": 60839, + "ic_fluent_ribbon_off_20_filled": 60840, + "ic_fluent_ribbon_off_20_regular": 60841, + "ic_fluent_ribbon_star_20_filled": 60842, + "ic_fluent_ribbon_star_20_regular": 60843, + "ic_fluent_road_20_filled": 60844, + "ic_fluent_road_20_regular": 60845, + "ic_fluent_road_cone_20_filled": 60846, + "ic_fluent_road_cone_20_regular": 60847, + "ic_fluent_rocket_20_filled": 60848, + "ic_fluent_rocket_20_regular": 60849, + "ic_fluent_rotate_left_20_filled": 60850, + "ic_fluent_rotate_left_20_regular": 60851, + "ic_fluent_rotate_right_20_filled": 60852, + "ic_fluent_rotate_right_20_regular": 60853, + "ic_fluent_router_20_filled": 60854, + "ic_fluent_router_20_regular": 60855, + "ic_fluent_row_triple_20_filled": 60856, + "ic_fluent_row_triple_20_regular": 60857, + "ic_fluent_rss_20_filled": 60858, + "ic_fluent_rss_20_regular": 60859, + "ic_fluent_ruler_20_filled": 60860, + "ic_fluent_ruler_20_regular": 60861, + "ic_fluent_run_20_filled": 60862, + "ic_fluent_run_20_regular": 60863, + "ic_fluent_sanitize_20_filled": 60864, + "ic_fluent_sanitize_20_regular": 60865, + "ic_fluent_save_20_filled": 60866, + "ic_fluent_save_20_regular": 60867, + "ic_fluent_save_arrow_right_20_filled": 60868, + "ic_fluent_save_arrow_right_20_regular": 60869, + "ic_fluent_save_copy_20_filled": 60870, + "ic_fluent_save_copy_20_regular": 60871, + "ic_fluent_save_edit_20_filled": 60872, + "ic_fluent_save_edit_20_regular": 60873, + "ic_fluent_save_image_20_filled": 60874, + "ic_fluent_save_image_20_regular": 60875, + "ic_fluent_save_multiple_20_filled": 60876, + "ic_fluent_save_multiple_20_regular": 60877, + "ic_fluent_save_search_20_filled": 60878, + "ic_fluent_save_search_20_regular": 60879, + "ic_fluent_save_sync_20_filled": 60880, + "ic_fluent_save_sync_20_regular": 60881, + "ic_fluent_savings_20_filled": 60882, + "ic_fluent_savings_20_regular": 60883, + "ic_fluent_scale_fill_20_filled": 60884, + "ic_fluent_scale_fill_20_regular": 60885, + "ic_fluent_scale_fit_20_filled": 60886, + "ic_fluent_scale_fit_20_regular": 60887, + "ic_fluent_scales_20_filled": 60888, + "ic_fluent_scales_20_regular": 60889, + "ic_fluent_scan_20_filled": 60890, + "ic_fluent_scan_20_regular": 60891, + "ic_fluent_scan_camera_20_filled": 60892, + "ic_fluent_scan_camera_20_regular": 60893, + "ic_fluent_scan_dash_20_filled": 60894, + "ic_fluent_scan_dash_20_regular": 60895, + "ic_fluent_scan_object_20_filled": 60896, + "ic_fluent_scan_object_20_regular": 60897, + "ic_fluent_scan_person_20_filled": 60898, + "ic_fluent_scan_person_20_regular": 60899, + "ic_fluent_scan_table_20_filled": 60900, + "ic_fluent_scan_table_20_regular": 60901, + "ic_fluent_scan_text_20_filled": 60902, + "ic_fluent_scan_text_20_regular": 60903, + "ic_fluent_scan_thumb_up_20_filled": 60904, + "ic_fluent_scan_thumb_up_20_regular": 60905, + "ic_fluent_scan_thumb_up_off_20_filled": 60906, + "ic_fluent_scan_thumb_up_off_20_regular": 60907, + "ic_fluent_scan_type_20_filled": 60908, + "ic_fluent_scan_type_20_regular": 60909, + "ic_fluent_scan_type_checkmark_20_filled": 60910, + "ic_fluent_scan_type_checkmark_20_regular": 60911, + "ic_fluent_scan_type_off_20_filled": 60912, + "ic_fluent_scan_type_off_20_regular": 60913, + "ic_fluent_scratchpad_20_filled": 60914, + "ic_fluent_scratchpad_20_regular": 60915, + "ic_fluent_screen_cut_20_filled": 60916, + "ic_fluent_screen_cut_20_regular": 60917, + "ic_fluent_screen_person_20_filled": 60918, + "ic_fluent_screen_person_20_regular": 60919, + "ic_fluent_screen_search_20_filled": 60920, + "ic_fluent_screen_search_20_regular": 60921, + "ic_fluent_screenshot_20_filled": 60922, + "ic_fluent_screenshot_20_regular": 60923, + "ic_fluent_screenshot_record_20_filled": 60924, + "ic_fluent_screenshot_record_20_regular": 60925, + "ic_fluent_script_20_filled": 60926, + "ic_fluent_script_20_regular": 60927, + "ic_fluent_search_20_filled": 60928, + "ic_fluent_search_20_regular": 60929, + "ic_fluent_search_info_20_filled": 60930, + "ic_fluent_search_info_20_regular": 60931, + "ic_fluent_search_settings_20_filled": 60932, + "ic_fluent_search_settings_20_regular": 60933, + "ic_fluent_search_shield_20_filled": 60934, + "ic_fluent_search_shield_20_regular": 60935, + "ic_fluent_search_square_20_filled": 60936, + "ic_fluent_search_square_20_regular": 60937, + "ic_fluent_search_visual_20_filled": 60938, + "ic_fluent_search_visual_20_regular": 60939, + "ic_fluent_seat_20_filled": 60940, + "ic_fluent_seat_20_regular": 60941, + "ic_fluent_seat_add_20_filled": 60942, + "ic_fluent_seat_add_20_regular": 60943, + "ic_fluent_select_all_off_20_filled": 60944, + "ic_fluent_select_all_off_20_regular": 60945, + "ic_fluent_select_all_on_20_filled": 60946, + "ic_fluent_select_all_on_20_regular": 60947, + "ic_fluent_select_object_20_filled": 60948, + "ic_fluent_select_object_20_regular": 60949, + "ic_fluent_select_object_skew_20_filled": 60950, + "ic_fluent_select_object_skew_20_regular": 60951, + "ic_fluent_select_object_skew_dismiss_20_filled": 60952, + "ic_fluent_select_object_skew_dismiss_20_regular": 60953, + "ic_fluent_select_object_skew_edit_20_filled": 60954, + "ic_fluent_select_object_skew_edit_20_regular": 60955, + "ic_fluent_send_20_filled": 60956, + "ic_fluent_send_20_regular": 60957, + "ic_fluent_send_beaker_20_filled": 60958, + "ic_fluent_send_beaker_20_regular": 60959, + "ic_fluent_send_clock_20_filled": 60960, + "ic_fluent_send_clock_20_regular": 60961, + "ic_fluent_send_copy_20_filled": 60962, + "ic_fluent_send_copy_20_regular": 60963, + "ic_fluent_serial_port_20_filled": 60964, + "ic_fluent_serial_port_20_regular": 60965, + "ic_fluent_server_20_filled": 60966, + "ic_fluent_server_20_regular": 60967, + "ic_fluent_server_link_20_filled": 60968, + "ic_fluent_server_link_20_regular": 60969, + "ic_fluent_server_multiple_20_filled": 60970, + "ic_fluent_server_multiple_20_regular": 60971, + "ic_fluent_server_play_20_filled": 60972, + "ic_fluent_server_play_20_regular": 60973, + "ic_fluent_service_bell_20_filled": 60974, + "ic_fluent_service_bell_20_regular": 60975, + "ic_fluent_settings_20_filled": 60976, + "ic_fluent_settings_20_regular": 60977, + "ic_fluent_settings_chat_20_filled": 60978, + "ic_fluent_settings_chat_20_regular": 60979, + "ic_fluent_settings_cog_multiple_20_filled": 60980, + "ic_fluent_settings_cog_multiple_20_regular": 60981, + "ic_fluent_shape_exclude_20_filled": 60982, + "ic_fluent_shape_exclude_20_regular": 60983, + "ic_fluent_shape_intersect_20_filled": 60984, + "ic_fluent_shape_intersect_20_regular": 60985, + "ic_fluent_shape_organic_20_filled": 60986, + "ic_fluent_shape_organic_20_regular": 60987, + "ic_fluent_shape_subtract_20_filled": 60988, + "ic_fluent_shape_subtract_20_regular": 60989, + "ic_fluent_shape_union_20_filled": 60990, + "ic_fluent_shape_union_20_regular": 60991, + "ic_fluent_shapes_20_filled": 60992, + "ic_fluent_shapes_20_regular": 60993, + "ic_fluent_share_20_filled": 60994, + "ic_fluent_share_20_regular": 60995, + "ic_fluent_share_android_20_filled": 60996, + "ic_fluent_share_android_20_regular": 60997, + "ic_fluent_share_close_tray_20_filled": 60998, + "ic_fluent_share_close_tray_20_regular": 60999, + "ic_fluent_share_ios_20_filled": 61000, + "ic_fluent_share_ios_20_regular": 61001, + "ic_fluent_share_screen_person_20_filled": 61002, + "ic_fluent_share_screen_person_20_regular": 61003, + "ic_fluent_share_screen_person_overlay_20_filled": 61004, + "ic_fluent_share_screen_person_overlay_20_regular": 61005, + "ic_fluent_share_screen_person_overlay_inside_20_filled": 61006, + "ic_fluent_share_screen_person_overlay_inside_20_regular": 61007, + "ic_fluent_share_screen_person_p_20_filled": 61008, + "ic_fluent_share_screen_person_p_20_regular": 61009, + "ic_fluent_share_screen_start_20_filled": 61010, + "ic_fluent_share_screen_start_20_regular": 61011, + "ic_fluent_share_screen_stop_20_filled": 61012, + "ic_fluent_share_screen_stop_20_regular": 61013, + "ic_fluent_shield_20_filled": 61014, + "ic_fluent_shield_20_regular": 61015, + "ic_fluent_shield_add_20_filled": 61016, + "ic_fluent_shield_add_20_regular": 61017, + "ic_fluent_shield_badge_20_filled": 61018, + "ic_fluent_shield_badge_20_regular": 61019, + "ic_fluent_shield_checkmark_20_filled": 61020, + "ic_fluent_shield_checkmark_20_regular": 61021, + "ic_fluent_shield_dismiss_20_filled": 61022, + "ic_fluent_shield_dismiss_20_regular": 61023, + "ic_fluent_shield_dismiss_shield_20_filled": 61024, + "ic_fluent_shield_dismiss_shield_20_regular": 61025, + "ic_fluent_shield_error_20_filled": 61026, + "ic_fluent_shield_error_20_regular": 61027, + "ic_fluent_shield_globe_20_filled": 61028, + "ic_fluent_shield_globe_20_regular": 61029, + "ic_fluent_shield_keyhole_20_filled": 61030, + "ic_fluent_shield_keyhole_20_regular": 61031, + "ic_fluent_shield_lock_20_filled": 61032, + "ic_fluent_shield_lock_20_regular": 61033, + "ic_fluent_shield_person_20_filled": 61034, + "ic_fluent_shield_person_20_regular": 61035, + "ic_fluent_shield_person_add_20_filled": 61036, + "ic_fluent_shield_person_add_20_regular": 61037, + "ic_fluent_shield_prohibited_20_filled": 61038, + "ic_fluent_shield_prohibited_20_regular": 61039, + "ic_fluent_shield_question_20_filled": 61040, + "ic_fluent_shield_question_20_regular": 61041, + "ic_fluent_shield_task_20_filled": 61042, + "ic_fluent_shield_task_20_regular": 61043, + "ic_fluent_shifts_20_filled": 61044, + "ic_fluent_shifts_20_regular": 61045, + "ic_fluent_shifts_30_minutes_20_filled": 61046, + "ic_fluent_shifts_30_minutes_20_regular": 61047, + "ic_fluent_shifts_activity_20_filled": 61048, + "ic_fluent_shifts_activity_20_regular": 61049, + "ic_fluent_shifts_add_20_filled": 61050, + "ic_fluent_shifts_add_20_regular": 61051, + "ic_fluent_shifts_availability_20_filled": 61052, + "ic_fluent_shifts_availability_20_regular": 61053, + "ic_fluent_shifts_checkmark_20_filled": 61054, + "ic_fluent_shifts_checkmark_20_regular": 61055, + "ic_fluent_shifts_day_20_filled": 61056, + "ic_fluent_shifts_day_20_regular": 61057, + "ic_fluent_shifts_open_20_filled": 61058, + "ic_fluent_shifts_open_20_regular": 61059, + "ic_fluent_shifts_prohibited_20_filled": 61060, + "ic_fluent_shifts_prohibited_20_regular": 61061, + "ic_fluent_shifts_question_mark_20_filled": 61062, + "ic_fluent_shifts_question_mark_20_regular": 61063, + "ic_fluent_shifts_team_20_filled": 61064, + "ic_fluent_shifts_team_20_regular": 61065, + "ic_fluent_shopping_bag_20_filled": 61066, + "ic_fluent_shopping_bag_20_regular": 61067, + "ic_fluent_shopping_bag_add_20_filled": 61068, + "ic_fluent_shopping_bag_add_20_regular": 61069, + "ic_fluent_shopping_bag_arrow_left_20_filled": 61070, + "ic_fluent_shopping_bag_arrow_left_20_regular": 61071, + "ic_fluent_shopping_bag_dismiss_20_filled": 61072, + "ic_fluent_shopping_bag_dismiss_20_regular": 61073, + "ic_fluent_shopping_bag_pause_20_filled": 61074, + "ic_fluent_shopping_bag_pause_20_regular": 61075, + "ic_fluent_shopping_bag_percent_20_filled": 61076, + "ic_fluent_shopping_bag_percent_20_regular": 61077, + "ic_fluent_shopping_bag_play_20_filled": 61078, + "ic_fluent_shopping_bag_play_20_regular": 61079, + "ic_fluent_shopping_bag_tag_20_filled": 61080, + "ic_fluent_shopping_bag_tag_20_regular": 61081, + "ic_fluent_shortpick_20_filled": 61082, + "ic_fluent_shortpick_20_regular": 61083, + "ic_fluent_showerhead_20_filled": 61084, + "ic_fluent_showerhead_20_regular": 61085, + "ic_fluent_sidebar_search_ltr_20_filled": 61086, + "ic_fluent_sidebar_search_ltr_20_regular": 61087, + "ic_fluent_sidebar_search_rtl_20_filled": 61088, + "ic_fluent_sidebar_search_rtl_20_regular": 61089, + "ic_fluent_sign_out_20_filled": 61090, + "ic_fluent_sign_out_20_regular": 61091, + "ic_fluent_signature_20_filled": 61092, + "ic_fluent_signature_20_regular": 61093, + "ic_fluent_sim_20_filled": 61094, + "ic_fluent_sim_20_regular": 61095, + "ic_fluent_skip_back_10_20_filled": 61096, + "ic_fluent_skip_back_10_20_regular": 61097, + "ic_fluent_skip_forward_10_20_filled": 61098, + "ic_fluent_skip_forward_10_20_regular": 61099, + "ic_fluent_skip_forward_30_20_filled": 61100, + "ic_fluent_skip_forward_30_20_regular": 61101, + "ic_fluent_skip_forward_tab_20_filled": 61102, + "ic_fluent_skip_forward_tab_20_regular": 61103, + "ic_fluent_slash_forward_20_filled": 61104, + "ic_fluent_slash_forward_20_regular": 61105, + "ic_fluent_sleep_20_filled": 61106, + "ic_fluent_sleep_20_regular": 61107, + "ic_fluent_slide_add_20_filled": 61108, + "ic_fluent_slide_add_20_regular": 61109, + "ic_fluent_slide_arrow_right_20_filled": 61110, + "ic_fluent_slide_arrow_right_20_regular": 61111, + "ic_fluent_slide_eraser_20_filled": 61112, + "ic_fluent_slide_eraser_20_regular": 61113, + "ic_fluent_slide_grid_20_filled": 61114, + "ic_fluent_slide_grid_20_regular": 61115, + "ic_fluent_slide_hide_20_filled": 61116, + "ic_fluent_slide_hide_20_regular": 61117, + "ic_fluent_slide_layout_20_filled": 61118, + "ic_fluent_slide_layout_20_regular": 61119, + "ic_fluent_slide_link_20_filled": 61120, + "ic_fluent_slide_link_20_regular": 61121, + "ic_fluent_slide_microphone_20_filled": 61122, + "ic_fluent_slide_microphone_20_regular": 61123, + "ic_fluent_slide_multiple_20_filled": 61124, + "ic_fluent_slide_multiple_20_regular": 61125, + "ic_fluent_slide_multiple_arrow_right_20_filled": 61126, + "ic_fluent_slide_multiple_arrow_right_20_regular": 61127, + "ic_fluent_slide_multiple_search_20_filled": 61128, + "ic_fluent_slide_multiple_search_20_regular": 61129, + "ic_fluent_slide_record_20_filled": 61130, + "ic_fluent_slide_record_20_regular": 61131, + "ic_fluent_slide_search_20_filled": 61132, + "ic_fluent_slide_search_20_regular": 61133, + "ic_fluent_slide_settings_20_filled": 61134, + "ic_fluent_slide_settings_20_regular": 61135, + "ic_fluent_slide_size_20_filled": 61136, + "ic_fluent_slide_size_20_regular": 61137, + "ic_fluent_slide_text_20_filled": 61138, + "ic_fluent_slide_text_20_regular": 61139, + "ic_fluent_slide_text_edit_20_filled": 61140, + "ic_fluent_slide_text_edit_20_regular": 61141, + "ic_fluent_slide_text_multiple_20_filled": 61142, + "ic_fluent_slide_text_multiple_20_regular": 61143, + "ic_fluent_slide_text_person_20_filled": 61144, + "ic_fluent_slide_text_person_20_regular": 61145, + "ic_fluent_slide_text_sparkle_20_filled": 61146, + "ic_fluent_slide_text_sparkle_20_regular": 61147, + "ic_fluent_slide_transition_20_filled": 61148, + "ic_fluent_slide_transition_20_regular": 61149, + "ic_fluent_smartwatch_20_filled": 61150, + "ic_fluent_smartwatch_20_regular": 61151, + "ic_fluent_smartwatch_dot_20_filled": 61152, + "ic_fluent_smartwatch_dot_20_regular": 61153, + "ic_fluent_snooze_20_filled": 61154, + "ic_fluent_snooze_20_regular": 61155, + "ic_fluent_sound_source_20_filled": 61156, + "ic_fluent_sound_source_20_regular": 61157, + "ic_fluent_sound_wave_circle_20_filled": 61158, + "ic_fluent_sound_wave_circle_20_regular": 61159, + "ic_fluent_space_3d_20_filled": 61160, + "ic_fluent_space_3d_20_regular": 61161, + "ic_fluent_spacebar_20_filled": 61162, + "ic_fluent_spacebar_20_regular": 61163, + "ic_fluent_sparkle_20_filled": 61164, + "ic_fluent_sparkle_20_regular": 61165, + "ic_fluent_sparkle_circle_20_filled": 61166, + "ic_fluent_sparkle_circle_20_regular": 61167, + "ic_fluent_spatula_spoon_20_filled": 61168, + "ic_fluent_spatula_spoon_20_regular": 61169, + "ic_fluent_speaker_0_20_filled": 61170, + "ic_fluent_speaker_0_20_regular": 61171, + "ic_fluent_speaker_1_20_filled": 61172, + "ic_fluent_speaker_1_20_regular": 61173, + "ic_fluent_speaker_2_20_filled": 61174, + "ic_fluent_speaker_2_20_regular": 61175, + "ic_fluent_speaker_bluetooth_20_filled": 61176, + "ic_fluent_speaker_bluetooth_20_regular": 61177, + "ic_fluent_speaker_box_20_filled": 61178, + "ic_fluent_speaker_box_20_regular": 61179, + "ic_fluent_speaker_edit_20_filled": 61180, + "ic_fluent_speaker_edit_20_regular": 61181, + "ic_fluent_speaker_mute_20_filled": 61182, + "ic_fluent_speaker_mute_20_regular": 61183, + "ic_fluent_speaker_off_20_filled": 61184, + "ic_fluent_speaker_off_20_regular": 61185, + "ic_fluent_speaker_settings_20_filled": 61186, + "ic_fluent_speaker_settings_20_regular": 61187, + "ic_fluent_speaker_usb_20_filled": 61188, + "ic_fluent_speaker_usb_20_regular": 61189, + "ic_fluent_spinner_ios_20_filled": 61190, + "ic_fluent_spinner_ios_20_regular": 61191, + "ic_fluent_split_hint_20_filled": 61192, + "ic_fluent_split_hint_20_regular": 61193, + "ic_fluent_split_horizontal_20_filled": 61194, + "ic_fluent_split_horizontal_20_regular": 61195, + "ic_fluent_split_vertical_20_filled": 61196, + "ic_fluent_split_vertical_20_regular": 61197, + "ic_fluent_sport_20_filled": 61198, + "ic_fluent_sport_20_regular": 61199, + "ic_fluent_sport_american_football_20_filled": 61200, + "ic_fluent_sport_american_football_20_regular": 61201, + "ic_fluent_sport_baseball_20_filled": 61202, + "ic_fluent_sport_baseball_20_regular": 61203, + "ic_fluent_sport_basketball_20_filled": 61204, + "ic_fluent_sport_basketball_20_regular": 61205, + "ic_fluent_sport_hockey_20_filled": 61206, + "ic_fluent_sport_hockey_20_regular": 61207, + "ic_fluent_sport_soccer_20_filled": 61208, + "ic_fluent_sport_soccer_20_regular": 61209, + "ic_fluent_square_20_filled": 61210, + "ic_fluent_square_20_regular": 61211, + "ic_fluent_square_add_20_filled": 61212, + "ic_fluent_square_add_20_regular": 61213, + "ic_fluent_square_arrow_forward_20_filled": 61214, + "ic_fluent_square_arrow_forward_20_regular": 61215, + "ic_fluent_square_dismiss_20_filled": 61216, + "ic_fluent_square_dismiss_20_regular": 61217, + "ic_fluent_square_eraser_20_filled": 61218, + "ic_fluent_square_eraser_20_regular": 61219, + "ic_fluent_square_hint_20_filled": 61220, + "ic_fluent_square_hint_20_regular": 61221, + "ic_fluent_square_hint_apps_20_filled": 61222, + "ic_fluent_square_hint_apps_20_regular": 61223, + "ic_fluent_square_hint_arrow_back_20_filled": 61224, + "ic_fluent_square_hint_arrow_back_20_regular": 61225, + "ic_fluent_square_hint_hexagon_20_filled": 61226, + "ic_fluent_square_hint_hexagon_20_regular": 61227, + "ic_fluent_square_hint_sparkles_20_filled": 61228, + "ic_fluent_square_hint_sparkles_20_regular": 61229, + "ic_fluent_square_multiple_20_filled": 61230, + "ic_fluent_square_multiple_20_regular": 61231, + "ic_fluent_square_shadow_20_filled": 61232, + "ic_fluent_square_shadow_20_regular": 61233, + "ic_fluent_squares_nested_20_filled": 61234, + "ic_fluent_squares_nested_20_regular": 61235, + "ic_fluent_stack_20_filled": 61236, + "ic_fluent_stack_20_regular": 61237, + "ic_fluent_stack_add_20_filled": 61238, + "ic_fluent_stack_add_20_regular": 61239, + "ic_fluent_stack_arrow_forward_20_filled": 61240, + "ic_fluent_stack_arrow_forward_20_regular": 61241, + "ic_fluent_stack_star_20_filled": 61242, + "ic_fluent_stack_star_20_regular": 61243, + "ic_fluent_stack_vertical_20_filled": 61244, + "ic_fluent_stack_vertical_20_regular": 61245, + "ic_fluent_star_20_filled": 61246, + "ic_fluent_star_20_regular": 61247, + "ic_fluent_star_add_20_filled": 61248, + "ic_fluent_star_add_20_regular": 61249, + "ic_fluent_star_arrow_back_20_filled": 61250, + "ic_fluent_star_arrow_back_20_regular": 61251, + "ic_fluent_star_arrow_right_end_20_filled": 61252, + "ic_fluent_star_arrow_right_end_20_regular": 61253, + "ic_fluent_star_arrow_right_start_20_filled": 61254, + "ic_fluent_star_arrow_right_start_20_regular": 61255, + "ic_fluent_star_checkmark_20_filled": 61256, + "ic_fluent_star_checkmark_20_regular": 61257, + "ic_fluent_star_dismiss_20_filled": 61258, + "ic_fluent_star_dismiss_20_regular": 61259, + "ic_fluent_star_edit_20_filled": 61260, + "ic_fluent_star_edit_20_regular": 61261, + "ic_fluent_star_emphasis_20_filled": 61262, + "ic_fluent_star_emphasis_20_regular": 61263, + "ic_fluent_star_half_20_filled": 61264, + "ic_fluent_star_half_20_regular": 61265, + "ic_fluent_star_line_horizontal_3_20_filled": 61266, + "ic_fluent_star_line_horizontal_3_20_regular": 61267, + "ic_fluent_star_off_20_filled": 61268, + "ic_fluent_star_off_20_regular": 61269, + "ic_fluent_star_one_quarter_20_filled": 61270, + "ic_fluent_star_one_quarter_20_regular": 61271, + "ic_fluent_star_prohibited_20_filled": 61272, + "ic_fluent_star_prohibited_20_regular": 61273, + "ic_fluent_star_settings_20_filled": 61274, + "ic_fluent_star_settings_20_regular": 61275, + "ic_fluent_star_three_quarter_20_filled": 61276, + "ic_fluent_star_three_quarter_20_regular": 61277, + "ic_fluent_status_20_filled": 61278, + "ic_fluent_status_20_regular": 61279, + "ic_fluent_step_20_filled": 61280, + "ic_fluent_step_20_regular": 61281, + "ic_fluent_steps_20_filled": 61282, + "ic_fluent_steps_20_regular": 61283, + "ic_fluent_stethoscope_20_filled": 61284, + "ic_fluent_stethoscope_20_regular": 61285, + "ic_fluent_sticker_20_filled": 61286, + "ic_fluent_sticker_20_regular": 61287, + "ic_fluent_sticker_add_20_filled": 61288, + "ic_fluent_sticker_add_20_regular": 61289, + "ic_fluent_stop_20_filled": 61290, + "ic_fluent_stop_20_regular": 61291, + "ic_fluent_storage_20_filled": 61292, + "ic_fluent_storage_20_regular": 61293, + "ic_fluent_store_microsoft_20_filled": 61294, + "ic_fluent_store_microsoft_20_regular": 61295, + "ic_fluent_stream_20_filled": 61296, + "ic_fluent_stream_20_regular": 61297, + "ic_fluent_stream_input_20_filled": 61298, + "ic_fluent_stream_input_20_regular": 61299, + "ic_fluent_stream_input_output_20_filled": 61300, + "ic_fluent_stream_input_output_20_regular": 61301, + "ic_fluent_stream_output_20_filled": 61302, + "ic_fluent_stream_output_20_regular": 61303, + "ic_fluent_street_sign_20_filled": 61304, + "ic_fluent_street_sign_20_regular": 61305, + "ic_fluent_style_guide_20_filled": 61306, + "ic_fluent_style_guide_20_regular": 61307, + "ic_fluent_sub_grid_20_filled": 61308, + "ic_fluent_sub_grid_20_regular": 61309, + "ic_fluent_subtitles_20_filled": 61310, + "ic_fluent_subtitles_20_regular": 61311, + "ic_fluent_subtract_20_filled": 61312, + "ic_fluent_subtract_20_regular": 61313, + "ic_fluent_subtract_circle_20_filled": 61314, + "ic_fluent_subtract_circle_20_regular": 61315, + "ic_fluent_subtract_circle_arrow_back_20_filled": 61316, + "ic_fluent_subtract_circle_arrow_back_20_regular": 61317, + "ic_fluent_subtract_circle_arrow_forward_20_filled": 61318, + "ic_fluent_subtract_circle_arrow_forward_20_regular": 61319, + "ic_fluent_subtract_parentheses_20_filled": 61320, + "ic_fluent_subtract_parentheses_20_regular": 61321, + "ic_fluent_subtract_square_20_filled": 61322, + "ic_fluent_subtract_square_20_regular": 61323, + "ic_fluent_subtract_square_multiple_20_filled": 61324, + "ic_fluent_subtract_square_multiple_20_regular": 61325, + "ic_fluent_surface_earbuds_20_filled": 61326, + "ic_fluent_surface_earbuds_20_regular": 61327, + "ic_fluent_surface_hub_20_filled": 61328, + "ic_fluent_surface_hub_20_regular": 61329, + "ic_fluent_swimming_pool_20_filled": 61330, + "ic_fluent_swimming_pool_20_regular": 61331, + "ic_fluent_swipe_down_20_filled": 61332, + "ic_fluent_swipe_down_20_regular": 61333, + "ic_fluent_swipe_right_20_filled": 61334, + "ic_fluent_swipe_right_20_regular": 61335, + "ic_fluent_swipe_up_20_filled": 61336, + "ic_fluent_swipe_up_20_regular": 61337, + "ic_fluent_symbols_20_filled": 61338, + "ic_fluent_symbols_20_regular": 61339, + "ic_fluent_sync_off_20_filled": 61340, + "ic_fluent_sync_off_20_regular": 61341, + "ic_fluent_syringe_20_filled": 61342, + "ic_fluent_syringe_20_regular": 61343, + "ic_fluent_system_20_filled": 61344, + "ic_fluent_system_20_regular": 61345, + "ic_fluent_tab_20_filled": 61346, + "ic_fluent_tab_20_regular": 61347, + "ic_fluent_tab_add_20_filled": 61348, + "ic_fluent_tab_add_20_regular": 61349, + "ic_fluent_tab_arrow_left_20_filled": 61350, + "ic_fluent_tab_arrow_left_20_regular": 61351, + "ic_fluent_tab_desktop_20_filled": 61352, + "ic_fluent_tab_desktop_20_regular": 61353, + "ic_fluent_tab_desktop_arrow_clockwise_20_filled": 61354, + "ic_fluent_tab_desktop_arrow_clockwise_20_regular": 61355, + "ic_fluent_tab_desktop_arrow_left_20_filled": 61356, + "ic_fluent_tab_desktop_arrow_left_20_regular": 61357, + "ic_fluent_tab_desktop_bottom_20_filled": 61358, + "ic_fluent_tab_desktop_bottom_20_regular": 61359, + "ic_fluent_tab_desktop_clock_20_filled": 61360, + "ic_fluent_tab_desktop_clock_20_regular": 61361, + "ic_fluent_tab_desktop_copy_20_filled": 61362, + "ic_fluent_tab_desktop_copy_20_regular": 61363, + "ic_fluent_tab_desktop_image_20_filled": 61364, + "ic_fluent_tab_desktop_image_20_regular": 61365, + "ic_fluent_tab_desktop_link_20_filled": 61366, + "ic_fluent_tab_desktop_link_20_regular": 61367, + "ic_fluent_tab_desktop_multiple_20_filled": 61368, + "ic_fluent_tab_desktop_multiple_20_regular": 61369, + "ic_fluent_tab_desktop_multiple_add_20_filled": 61370, + "ic_fluent_tab_desktop_multiple_add_20_regular": 61371, + "ic_fluent_tab_desktop_multiple_bottom_20_filled": 61372, + "ic_fluent_tab_desktop_multiple_bottom_20_regular": 61373, + "ic_fluent_tab_desktop_multiple_sparkle_20_filled": 61374, + "ic_fluent_tab_desktop_multiple_sparkle_20_regular": 61375, + "ic_fluent_tab_desktop_new_page_20_filled": 61376, + "ic_fluent_tab_desktop_new_page_20_regular": 61377, + "ic_fluent_tab_in_private_20_filled": 61378, + "ic_fluent_tab_in_private_20_regular": 61379, + "ic_fluent_tab_inprivate_account_20_filled": 61380, + "ic_fluent_tab_inprivate_account_20_regular": 61381, + "ic_fluent_tab_prohibited_20_filled": 61382, + "ic_fluent_tab_prohibited_20_regular": 61383, + "ic_fluent_tab_shield_dismiss_20_filled": 61384, + "ic_fluent_tab_shield_dismiss_20_regular": 61385, + "ic_fluent_table_20_filled": 61386, + "ic_fluent_table_20_regular": 61387, + "ic_fluent_table_add_20_filled": 61388, + "ic_fluent_table_add_20_regular": 61389, + "ic_fluent_table_arrow_up_20_filled": 61390, + "ic_fluent_table_arrow_up_20_regular": 61391, + "ic_fluent_table_bottom_row_20_filled": 61392, + "ic_fluent_table_bottom_row_20_regular": 61393, + "ic_fluent_table_calculator_20_filled": 61394, + "ic_fluent_table_calculator_20_regular": 61395, + "ic_fluent_table_cell_edit_20_filled": 61396, + "ic_fluent_table_cell_edit_20_regular": 61397, + "ic_fluent_table_cells_merge_20_filled": 61398, + "ic_fluent_table_cells_merge_20_regular": 61399, + "ic_fluent_table_cells_split_20_filled": 61400, + "ic_fluent_table_cells_split_20_regular": 61401, + "ic_fluent_table_checker_20_filled": 61402, + "ic_fluent_table_checker_20_regular": 61403, + "ic_fluent_table_column_top_bottom_20_filled": 61404, + "ic_fluent_table_column_top_bottom_20_regular": 61405, + "ic_fluent_table_copy_20_filled": 61406, + "ic_fluent_table_copy_20_regular": 61407, + "ic_fluent_table_delete_column_20_filled": 61408, + "ic_fluent_table_delete_column_20_regular": 61409, + "ic_fluent_table_delete_row_20_filled": 61410, + "ic_fluent_table_delete_row_20_regular": 61411, + "ic_fluent_table_dismiss_20_filled": 61412, + "ic_fluent_table_dismiss_20_regular": 61413, + "ic_fluent_table_edit_20_filled": 61414, + "ic_fluent_table_edit_20_regular": 61415, + "ic_fluent_table_freeze_column_20_filled": 61416, + "ic_fluent_table_freeze_column_20_regular": 61417, + "ic_fluent_table_freeze_column_and_row_20_filled": 61418, + "ic_fluent_table_freeze_column_and_row_20_regular": 61419, + "ic_fluent_table_freeze_row_20_filled": 61420, + "ic_fluent_table_freeze_row_20_regular": 61421, + "ic_fluent_table_image_20_filled": 61422, + "ic_fluent_table_image_20_regular": 61423, + "ic_fluent_table_insert_column_20_filled": 61424, + "ic_fluent_table_insert_column_20_regular": 61425, + "ic_fluent_table_insert_row_20_filled": 61426, + "ic_fluent_table_insert_row_20_regular": 61427, + "ic_fluent_table_lightning_20_filled": 61428, + "ic_fluent_table_lightning_20_regular": 61429, + "ic_fluent_table_link_20_filled": 61430, + "ic_fluent_table_link_20_regular": 61431, + "ic_fluent_table_lock_20_filled": 61432, + "ic_fluent_table_lock_20_regular": 61433, + "ic_fluent_table_move_above_20_filled": 61434, + "ic_fluent_table_move_above_20_regular": 61435, + "ic_fluent_table_move_below_20_filled": 61436, + "ic_fluent_table_move_below_20_regular": 61437, + "ic_fluent_table_move_left_20_filled": 61438, + "ic_fluent_table_move_left_20_regular": 61439, + "ic_fluent_table_move_right_20_filled": 61440, + "ic_fluent_table_move_right_20_regular": 61441, + "ic_fluent_table_multiple_20_filled": 61442, + "ic_fluent_table_multiple_20_regular": 61443, + "ic_fluent_table_offset_20_filled": 61444, + "ic_fluent_table_offset_20_regular": 61445, + "ic_fluent_table_offset_add_20_filled": 61446, + "ic_fluent_table_offset_add_20_regular": 61447, + "ic_fluent_table_offset_less_than_or_equal_to_20_filled": 61448, + "ic_fluent_table_offset_less_than_or_equal_to_20_regular": 61449, + "ic_fluent_table_offset_settings_20_filled": 61450, + "ic_fluent_table_offset_settings_20_regular": 61451, + "ic_fluent_table_resize_column_20_filled": 61452, + "ic_fluent_table_resize_column_20_regular": 61453, + "ic_fluent_table_resize_row_20_filled": 61454, + "ic_fluent_table_resize_row_20_regular": 61455, + "ic_fluent_table_search_20_filled": 61456, + "ic_fluent_table_search_20_regular": 61457, + "ic_fluent_table_settings_20_filled": 61458, + "ic_fluent_table_settings_20_regular": 61459, + "ic_fluent_table_simple_20_filled": 61460, + "ic_fluent_table_simple_20_regular": 61461, + "ic_fluent_table_simple_checkmark_20_filled": 61462, + "ic_fluent_table_simple_checkmark_20_regular": 61463, + "ic_fluent_table_simple_exclude_20_filled": 61464, + "ic_fluent_table_simple_exclude_20_regular": 61465, + "ic_fluent_table_simple_include_20_filled": 61466, + "ic_fluent_table_simple_include_20_regular": 61467, + "ic_fluent_table_simple_multiple_20_filled": 61468, + "ic_fluent_table_simple_multiple_20_regular": 61469, + "ic_fluent_table_split_20_filled": 61470, + "ic_fluent_table_split_20_regular": 61471, + "ic_fluent_table_stack_above_20_filled": 61472, + "ic_fluent_table_stack_above_20_regular": 61473, + "ic_fluent_table_stack_below_20_filled": 61474, + "ic_fluent_table_stack_below_20_regular": 61475, + "ic_fluent_table_stack_left_20_filled": 61476, + "ic_fluent_table_stack_left_20_regular": 61477, + "ic_fluent_table_stack_right_20_filled": 61478, + "ic_fluent_table_stack_right_20_regular": 61479, + "ic_fluent_table_switch_20_filled": 61480, + "ic_fluent_table_switch_20_regular": 61481, + "ic_fluent_tablet_20_filled": 61482, + "ic_fluent_tablet_20_regular": 61483, + "ic_fluent_tablet_laptop_20_filled": 61484, + "ic_fluent_tablet_laptop_20_regular": 61485, + "ic_fluent_tablet_speaker_20_filled": 61486, + "ic_fluent_tablet_speaker_20_regular": 61487, + "ic_fluent_tabs_20_filled": 61488, + "ic_fluent_tabs_20_regular": 61489, + "ic_fluent_tag_20_filled": 61490, + "ic_fluent_tag_20_regular": 61491, + "ic_fluent_tag_circle_20_filled": 61492, + "ic_fluent_tag_circle_20_regular": 61493, + "ic_fluent_tag_dismiss_20_filled": 61494, + "ic_fluent_tag_dismiss_20_regular": 61495, + "ic_fluent_tag_error_20_filled": 61496, + "ic_fluent_tag_error_20_regular": 61497, + "ic_fluent_tag_lock_20_filled": 61498, + "ic_fluent_tag_lock_20_regular": 61499, + "ic_fluent_tag_lock_accent_20_filled": 61500, + "ic_fluent_tag_multiple_20_filled": 61501, + "ic_fluent_tag_multiple_20_regular": 61502, + "ic_fluent_tag_off_20_filled": 61503, + "ic_fluent_tag_off_20_regular": 61504, + "ic_fluent_tag_question_mark_20_filled": 61505, + "ic_fluent_tag_question_mark_20_regular": 61506, + "ic_fluent_tag_reset_20_filled": 61507, + "ic_fluent_tag_reset_20_regular": 61508, + "ic_fluent_tag_search_20_filled": 61509, + "ic_fluent_tag_search_20_regular": 61510, + "ic_fluent_tap_double_20_filled": 61511, + "ic_fluent_tap_double_20_regular": 61512, + "ic_fluent_tap_single_20_filled": 61513, + "ic_fluent_tap_single_20_regular": 61514, + "ic_fluent_target_20_filled": 61515, + "ic_fluent_target_20_regular": 61516, + "ic_fluent_target_add_20_filled": 61517, + "ic_fluent_target_add_20_regular": 61518, + "ic_fluent_target_arrow_20_filled": 61519, + "ic_fluent_target_arrow_20_regular": 61520, + "ic_fluent_target_dismiss_20_filled": 61521, + "ic_fluent_target_dismiss_20_regular": 61522, + "ic_fluent_target_edit_20_filled": 61523, + "ic_fluent_target_edit_20_regular": 61524, + "ic_fluent_task_list_add_20_filled": 61525, + "ic_fluent_task_list_add_20_regular": 61526, + "ic_fluent_task_list_ltr_20_filled": 61527, + "ic_fluent_task_list_ltr_20_regular": 61528, + "ic_fluent_task_list_rtl_20_filled": 61529, + "ic_fluent_task_list_rtl_20_regular": 61530, + "ic_fluent_task_list_square_add_20_filled": 61531, + "ic_fluent_task_list_square_add_20_regular": 61532, + "ic_fluent_task_list_square_database_20_filled": 61533, + "ic_fluent_task_list_square_database_20_regular": 61534, + "ic_fluent_task_list_square_ltr_20_filled": 61535, + "ic_fluent_task_list_square_ltr_20_regular": 61536, + "ic_fluent_task_list_square_person_20_filled": 61537, + "ic_fluent_task_list_square_person_20_regular": 61538, + "ic_fluent_task_list_square_rtl_20_filled": 61539, + "ic_fluent_task_list_square_rtl_20_regular": 61540, + "ic_fluent_task_list_square_settings_20_filled": 61541, + "ic_fluent_task_list_square_settings_20_regular": 61542, + "ic_fluent_tasks_app_20_filled": 61543, + "ic_fluent_tasks_app_20_regular": 61544, + "ic_fluent_teardrop_bottom_right_20_filled": 61545, + "ic_fluent_teardrop_bottom_right_20_regular": 61546, + "ic_fluent_teddy_20_filled": 61547, + "ic_fluent_teddy_20_regular": 61548, + "ic_fluent_temperature_20_filled": 61549, + "ic_fluent_temperature_20_regular": 61550, + "ic_fluent_tent_20_filled": 61551, + "ic_fluent_tent_20_regular": 61552, + "ic_fluent_tetris_app_20_filled": 61553, + "ic_fluent_tetris_app_20_regular": 61554, + "ic_fluent_text_add_20_filled": 61555, + "ic_fluent_text_add_20_regular": 61556, + "ic_fluent_text_add_space_after_20_filled": 61557, + "ic_fluent_text_add_space_after_20_regular": 61558, + "ic_fluent_text_add_space_before_20_filled": 61559, + "ic_fluent_text_add_space_before_20_regular": 61560, + "ic_fluent_text_add_t_20_filled": 61561, + "ic_fluent_text_add_t_20_regular": 61562, + "ic_fluent_text_align_center_20_filled": 61563, + "ic_fluent_text_align_center_20_regular": 61564, + "ic_fluent_text_align_center_rotate_270_20_filled": 61565, + "ic_fluent_text_align_center_rotate_270_20_regular": 61566, + "ic_fluent_text_align_center_rotate_90_20_filled": 61567, + "ic_fluent_text_align_center_rotate_90_20_regular": 61568, + "ic_fluent_text_align_distributed_20_filled": 61569, + "ic_fluent_text_align_distributed_20_regular": 61570, + "ic_fluent_text_align_distributed_evenly_20_filled": 61571, + "ic_fluent_text_align_distributed_evenly_20_regular": 61572, + "ic_fluent_text_align_distributed_vertical_20_filled": 61573, + "ic_fluent_text_align_distributed_vertical_20_regular": 61574, + "ic_fluent_text_align_justify_20_filled": 61575, + "ic_fluent_text_align_justify_20_regular": 61576, + "ic_fluent_text_align_justify_low_20_filled": 61577, + "ic_fluent_text_align_justify_low_20_regular": 61578, + "ic_fluent_text_align_justify_low_90_20_filled": 61579, + "ic_fluent_text_align_justify_low_90_20_regular": 61580, + "ic_fluent_text_align_justify_low_rotate_270_20_filled": 61581, + "ic_fluent_text_align_justify_low_rotate_270_20_regular": 61582, + "ic_fluent_text_align_justify_low_rotate_90_20_filled": 61583, + "ic_fluent_text_align_justify_low_rotate_90_20_regular": 61584, + "ic_fluent_text_align_justify_rotate_270_20_filled": 61585, + "ic_fluent_text_align_justify_rotate_270_20_regular": 61586, + "ic_fluent_text_align_justify_rotate_90_20_filled": 61587, + "ic_fluent_text_align_justify_rotate_90_20_regular": 61588, + "ic_fluent_text_align_left_20_filled": 61589, + "ic_fluent_text_align_left_20_regular": 61590, + "ic_fluent_text_align_left_rotate_270_20_filled": 61591, + "ic_fluent_text_align_left_rotate_270_20_regular": 61592, + "ic_fluent_text_align_left_rotate_90_20_filled": 61593, + "ic_fluent_text_align_left_rotate_90_20_regular": 61594, + "ic_fluent_text_align_right_20_filled": 61595, + "ic_fluent_text_align_right_20_regular": 61596, + "ic_fluent_text_align_right_rotate_270_20_filled": 61597, + "ic_fluent_text_align_right_rotate_270_20_regular": 61598, + "ic_fluent_text_align_right_rotate_90_20_filled": 61599, + "ic_fluent_text_align_right_rotate_90_20_regular": 61600, + "ic_fluent_text_arrow_down_right_column_20_filled": 61601, + "ic_fluent_text_arrow_down_right_column_20_regular": 61602, + "ic_fluent_text_asterisk_20_filled": 61603, + "ic_fluent_text_asterisk_20_regular": 61604, + "ic_fluent_text_baseline_20_filled": 61605, + "ic_fluent_text_baseline_20_regular": 61606, + "ic_fluent_text_bold_20_filled": 61607, + "ic_fluent_text_bold_20_regular": 61608, + "ic_fluent_text_box_settings_20_filled": 61609, + "ic_fluent_text_box_settings_20_regular": 61610, + "ic_fluent_text_bullet_list_20_filled": 61611, + "ic_fluent_text_bullet_list_20_regular": 61612, + "ic_fluent_text_bullet_list_90_20_filled": 61613, + "ic_fluent_text_bullet_list_90_20_regular": 61614, + "ic_fluent_text_bullet_list_add_20_filled": 61615, + "ic_fluent_text_bullet_list_add_20_regular": 61616, + "ic_fluent_text_bullet_list_checkmark_20_filled": 61617, + "ic_fluent_text_bullet_list_checkmark_20_regular": 61618, + "ic_fluent_text_bullet_list_dismiss_20_filled": 61619, + "ic_fluent_text_bullet_list_dismiss_20_regular": 61620, + "ic_fluent_text_bullet_list_ltr_20_filled": 61621, + "ic_fluent_text_bullet_list_ltr_20_regular": 61622, + "ic_fluent_text_bullet_list_ltr_90_20_filled": 61623, + "ic_fluent_text_bullet_list_ltr_90_20_regular": 61624, + "ic_fluent_text_bullet_list_rtl_20_filled": 61625, + "ic_fluent_text_bullet_list_rtl_20_regular": 61626, + "ic_fluent_text_bullet_list_rtl_90_20_filled": 61627, + "ic_fluent_text_bullet_list_rtl_90_20_regular": 61628, + "ic_fluent_text_bullet_list_square_20_filled": 61629, + "ic_fluent_text_bullet_list_square_20_regular": 61630, + "ic_fluent_text_bullet_list_square_clock_20_filled": 61631, + "ic_fluent_text_bullet_list_square_clock_20_regular": 61632, + "ic_fluent_text_bullet_list_square_edit_20_filled": 61633, + "ic_fluent_text_bullet_list_square_edit_20_regular": 61634, + "ic_fluent_text_bullet_list_square_person_20_filled": 61635, + "ic_fluent_text_bullet_list_square_person_20_regular": 61636, + "ic_fluent_text_bullet_list_square_search_20_filled": 61637, + "ic_fluent_text_bullet_list_square_search_20_regular": 61638, + "ic_fluent_text_bullet_list_square_settings_20_filled": 61639, + "ic_fluent_text_bullet_list_square_settings_20_regular": 61640, + "ic_fluent_text_bullet_list_square_shield_20_filled": 61641, + "ic_fluent_text_bullet_list_square_shield_20_regular": 61642, + "ic_fluent_text_bullet_list_square_sparkle_20_filled": 61643, + "ic_fluent_text_bullet_list_square_sparkle_20_regular": 61644, + "ic_fluent_text_bullet_list_square_toolbox_20_filled": 61645, + "ic_fluent_text_bullet_list_square_toolbox_20_regular": 61646, + "ic_fluent_text_bullet_list_square_warning_20_filled": 61647, + "ic_fluent_text_bullet_list_square_warning_20_regular": 61648, + "ic_fluent_text_bullet_list_tree_20_filled": 61649, + "ic_fluent_text_bullet_list_tree_20_regular": 61650, + "ic_fluent_text_case_lowercase_20_filled": 61651, + "ic_fluent_text_case_lowercase_20_regular": 61652, + "ic_fluent_text_case_title_20_filled": 61653, + "ic_fluent_text_case_title_20_regular": 61654, + "ic_fluent_text_case_uppercase_20_filled": 61655, + "ic_fluent_text_case_uppercase_20_regular": 61656, + "ic_fluent_text_change_case_20_filled": 61657, + "ic_fluent_text_change_case_20_regular": 61658, + "ic_fluent_text_clear_formatting_20_filled": 61659, + "ic_fluent_text_clear_formatting_20_regular": 61660, + "ic_fluent_text_collapse_20_filled": 61661, + "ic_fluent_text_collapse_20_regular": 61662, + "ic_fluent_text_color_20_filled": 61663, + "ic_fluent_text_color_20_regular": 61664, + "ic_fluent_text_color_accent_20_filled": 61665, + "ic_fluent_text_column_one_20_filled": 61666, + "ic_fluent_text_column_one_20_regular": 61667, + "ic_fluent_text_column_one_narrow_20_filled": 61668, + "ic_fluent_text_column_one_narrow_20_regular": 61669, + "ic_fluent_text_column_one_semi_narrow_20_filled": 61670, + "ic_fluent_text_column_one_semi_narrow_20_regular": 61671, + "ic_fluent_text_column_one_wide_20_filled": 61672, + "ic_fluent_text_column_one_wide_20_regular": 61673, + "ic_fluent_text_column_one_wide_lightning_20_filled": 61674, + "ic_fluent_text_column_one_wide_lightning_20_regular": 61675, + "ic_fluent_text_column_three_20_filled": 61676, + "ic_fluent_text_column_three_20_regular": 61677, + "ic_fluent_text_column_two_20_filled": 61678, + "ic_fluent_text_column_two_20_regular": 61679, + "ic_fluent_text_column_two_left_20_filled": 61680, + "ic_fluent_text_column_two_left_20_regular": 61681, + "ic_fluent_text_column_two_right_20_filled": 61682, + "ic_fluent_text_column_two_right_20_regular": 61683, + "ic_fluent_text_column_wide_20_filled": 61684, + "ic_fluent_text_column_wide_20_regular": 61685, + "ic_fluent_text_continuous_20_filled": 61686, + "ic_fluent_text_continuous_20_regular": 61687, + "ic_fluent_text_density_20_filled": 61688, + "ic_fluent_text_density_20_regular": 61689, + "ic_fluent_text_description_20_filled": 61690, + "ic_fluent_text_description_20_regular": 61691, + "ic_fluent_text_description_ltr_20_filled": 61692, + "ic_fluent_text_description_ltr_20_regular": 61693, + "ic_fluent_text_description_rtl_20_filled": 61694, + "ic_fluent_text_description_rtl_20_regular": 61695, + "ic_fluent_text_direction_horizontal_left_20_filled": 61696, + "ic_fluent_text_direction_horizontal_left_20_regular": 61697, + "ic_fluent_text_direction_horizontal_ltr_20_filled": 61698, + "ic_fluent_text_direction_horizontal_ltr_20_regular": 61699, + "ic_fluent_text_direction_horizontal_right_20_filled": 61700, + "ic_fluent_text_direction_horizontal_right_20_regular": 61701, + "ic_fluent_text_direction_horizontal_rtl_20_filled": 61702, + "ic_fluent_text_direction_horizontal_rtl_20_regular": 61703, + "ic_fluent_text_direction_rotate_270_right_20_filled": 61704, + "ic_fluent_text_direction_rotate_270_right_20_regular": 61705, + "ic_fluent_text_direction_rotate_315_right_20_filled": 61706, + "ic_fluent_text_direction_rotate_315_right_20_regular": 61707, + "ic_fluent_text_direction_rotate_45_right_20_filled": 61708, + "ic_fluent_text_direction_rotate_45_right_20_regular": 61709, + "ic_fluent_text_direction_rotate_90_left_20_filled": 61710, + "ic_fluent_text_direction_rotate_90_left_20_regular": 61711, + "ic_fluent_text_direction_rotate_90_ltr_20_filled": 61712, + "ic_fluent_text_direction_rotate_90_ltr_20_regular": 61713, + "ic_fluent_text_direction_rotate_90_right_20_filled": 61714, + "ic_fluent_text_direction_rotate_90_right_20_regular": 61715, + "ic_fluent_text_direction_rotate_90_rtl_20_filled": 61716, + "ic_fluent_text_direction_rotate_90_rtl_20_regular": 61717, + "ic_fluent_text_direction_vertical_20_filled": 61718, + "ic_fluent_text_direction_vertical_20_regular": 61719, + "ic_fluent_text_edit_style_20_filled": 61720, + "ic_fluent_text_edit_style_20_regular": 61721, + "ic_fluent_text_effects_20_filled": 61722, + "ic_fluent_text_effects_20_regular": 61723, + "ic_fluent_text_effects_sparkle_20_filled": 61724, + "ic_fluent_text_effects_sparkle_20_regular": 61725, + "ic_fluent_text_expand_20_filled": 61726, + "ic_fluent_text_expand_20_regular": 61727, + "ic_fluent_text_field_20_filled": 61728, + "ic_fluent_text_field_20_regular": 61729, + "ic_fluent_text_first_line_20_filled": 61730, + "ic_fluent_text_first_line_20_regular": 61731, + "ic_fluent_text_font_20_filled": 61732, + "ic_fluent_text_font_20_regular": 61733, + "ic_fluent_text_font_info_20_filled": 61734, + "ic_fluent_text_font_info_20_regular": 61735, + "ic_fluent_text_font_size_20_filled": 61736, + "ic_fluent_text_font_size_20_regular": 61737, + "ic_fluent_text_footnote_20_filled": 61738, + "ic_fluent_text_footnote_20_regular": 61739, + "ic_fluent_text_grammar_arrow_left_20_filled": 61740, + "ic_fluent_text_grammar_arrow_left_20_regular": 61741, + "ic_fluent_text_grammar_arrow_right_20_filled": 61742, + "ic_fluent_text_grammar_arrow_right_20_regular": 61743, + "ic_fluent_text_grammar_checkmark_20_filled": 61744, + "ic_fluent_text_grammar_checkmark_20_regular": 61745, + "ic_fluent_text_grammar_dismiss_20_filled": 61746, + "ic_fluent_text_grammar_dismiss_20_regular": 61747, + "ic_fluent_text_grammar_error_20_filled": 61748, + "ic_fluent_text_grammar_error_20_regular": 61749, + "ic_fluent_text_grammar_lightning_20_filled": 61750, + "ic_fluent_text_grammar_lightning_20_regular": 61751, + "ic_fluent_text_grammar_settings_20_filled": 61752, + "ic_fluent_text_grammar_settings_20_regular": 61753, + "ic_fluent_text_grammar_wand_20_filled": 61754, + "ic_fluent_text_grammar_wand_20_regular": 61755, + "ic_fluent_text_hanging_20_filled": 61756, + "ic_fluent_text_hanging_20_regular": 61757, + "ic_fluent_text_header_1_20_filled": 61758, + "ic_fluent_text_header_1_20_regular": 61759, + "ic_fluent_text_header_1_lines_20_filled": 61760, + "ic_fluent_text_header_1_lines_20_regular": 61761, + "ic_fluent_text_header_1_lines_caret_20_filled": 61762, + "ic_fluent_text_header_1_lines_caret_20_regular": 61763, + "ic_fluent_text_header_2_20_filled": 61764, + "ic_fluent_text_header_2_20_regular": 61765, + "ic_fluent_text_header_2_lines_20_filled": 61766, + "ic_fluent_text_header_2_lines_20_regular": 61767, + "ic_fluent_text_header_2_lines_caret_20_filled": 61768, + "ic_fluent_text_header_2_lines_caret_20_regular": 61769, + "ic_fluent_text_header_3_20_filled": 61770, + "ic_fluent_text_header_3_20_regular": 61771, + "ic_fluent_text_header_3_lines_20_filled": 61772, + "ic_fluent_text_header_3_lines_20_regular": 61773, + "ic_fluent_text_header_3_lines_caret_20_filled": 61774, + "ic_fluent_text_header_3_lines_caret_20_regular": 61775, + "ic_fluent_text_indent_decrease_20_filled": 61776, + "ic_fluent_text_indent_decrease_20_regular": 61777, + "ic_fluent_text_indent_decrease_ltr_20_filled": 61778, + "ic_fluent_text_indent_decrease_ltr_20_regular": 61779, + "ic_fluent_text_indent_decrease_ltr_90_20_filled": 61780, + "ic_fluent_text_indent_decrease_ltr_90_20_regular": 61781, + "ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled": 61782, + "ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular": 61783, + "ic_fluent_text_indent_decrease_rotate_270_20_filled": 61784, + "ic_fluent_text_indent_decrease_rotate_270_20_regular": 61785, + "ic_fluent_text_indent_decrease_rotate_90_20_filled": 61786, + "ic_fluent_text_indent_decrease_rotate_90_20_regular": 61787, + "ic_fluent_text_indent_decrease_rtl_20_filled": 61788, + "ic_fluent_text_indent_decrease_rtl_20_regular": 61789, + "ic_fluent_text_indent_decrease_rtl_90_20_filled": 61790, + "ic_fluent_text_indent_decrease_rtl_90_20_regular": 61791, + "ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled": 61792, + "ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular": 61793, + "ic_fluent_text_indent_increase_20_filled": 61794, + "ic_fluent_text_indent_increase_20_regular": 61795, + "ic_fluent_text_indent_increase_ltr_20_filled": 61796, + "ic_fluent_text_indent_increase_ltr_20_regular": 61797, + "ic_fluent_text_indent_increase_ltr_90_20_filled": 61798, + "ic_fluent_text_indent_increase_ltr_90_20_regular": 61799, + "ic_fluent_text_indent_increase_ltr_rotate_270_20_filled": 61800, + "ic_fluent_text_indent_increase_ltr_rotate_270_20_regular": 61801, + "ic_fluent_text_indent_increase_rotate_270_20_filled": 61802, + "ic_fluent_text_indent_increase_rotate_270_20_regular": 61803, + "ic_fluent_text_indent_increase_rotate_90_20_filled": 61804, + "ic_fluent_text_indent_increase_rotate_90_20_regular": 61805, + "ic_fluent_text_indent_increase_rtl_20_filled": 61806, + "ic_fluent_text_indent_increase_rtl_20_regular": 61807, + "ic_fluent_text_indent_increase_rtl_90_20_filled": 61808, + "ic_fluent_text_indent_increase_rtl_90_20_regular": 61809, + "ic_fluent_text_indent_increase_rtl_rotate_270_20_filled": 61810, + "ic_fluent_text_indent_increase_rtl_rotate_270_20_regular": 61811, + "ic_fluent_text_italic_20_filled": 61812, + "ic_fluent_text_italic_20_regular": 61813, + "ic_fluent_text_line_spacing_20_filled": 61814, + "ic_fluent_text_line_spacing_20_regular": 61815, + "ic_fluent_text_more_20_filled": 61816, + "ic_fluent_text_more_20_regular": 61817, + "ic_fluent_text_number_format_20_filled": 61818, + "ic_fluent_text_number_format_20_regular": 61819, + "ic_fluent_text_number_list_ltr_20_filled": 61820, + "ic_fluent_text_number_list_ltr_20_regular": 61821, + "ic_fluent_text_number_list_ltr_90_20_filled": 61822, + "ic_fluent_text_number_list_ltr_90_20_regular": 61823, + "ic_fluent_text_number_list_ltr_rotate_270_20_filled": 61824, + "ic_fluent_text_number_list_ltr_rotate_270_20_regular": 61825, + "ic_fluent_text_number_list_rotate_270_20_filled": 61826, + "ic_fluent_text_number_list_rotate_270_20_regular": 61827, + "ic_fluent_text_number_list_rotate_90_20_filled": 61828, + "ic_fluent_text_number_list_rotate_90_20_regular": 61829, + "ic_fluent_text_number_list_rtl_20_filled": 61830, + "ic_fluent_text_number_list_rtl_20_regular": 61831, + "ic_fluent_text_number_list_rtl_90_20_filled": 61832, + "ic_fluent_text_number_list_rtl_90_20_regular": 61833, + "ic_fluent_text_number_list_rtl_rotate_270_20_filled": 61834, + "ic_fluent_text_number_list_rtl_rotate_270_20_regular": 61835, + "ic_fluent_text_paragraph_20_filled": 61836, + "ic_fluent_text_paragraph_20_regular": 61837, + "ic_fluent_text_paragraph_direction_20_filled": 61838, + "ic_fluent_text_paragraph_direction_20_regular": 61839, + "ic_fluent_text_paragraph_direction_left_20_filled": 61840, + "ic_fluent_text_paragraph_direction_left_20_regular": 61841, + "ic_fluent_text_paragraph_direction_right_20_filled": 61842, + "ic_fluent_text_paragraph_direction_right_20_regular": 61843, + "ic_fluent_text_period_asterisk_20_filled": 61844, + "ic_fluent_text_period_asterisk_20_regular": 61845, + "ic_fluent_text_position_behind_20_filled": 61846, + "ic_fluent_text_position_behind_20_regular": 61847, + "ic_fluent_text_position_front_20_filled": 61848, + "ic_fluent_text_position_front_20_regular": 61849, + "ic_fluent_text_position_line_20_filled": 61850, + "ic_fluent_text_position_line_20_regular": 61851, + "ic_fluent_text_position_square_20_filled": 61852, + "ic_fluent_text_position_square_20_regular": 61853, + "ic_fluent_text_position_square_left_20_filled": 61854, + "ic_fluent_text_position_square_left_20_regular": 61855, + "ic_fluent_text_position_square_right_20_filled": 61856, + "ic_fluent_text_position_square_right_20_regular": 61857, + "ic_fluent_text_position_through_20_filled": 61858, + "ic_fluent_text_position_through_20_regular": 61859, + "ic_fluent_text_position_tight_20_filled": 61860, + "ic_fluent_text_position_tight_20_regular": 61861, + "ic_fluent_text_position_top_bottom_20_filled": 61862, + "ic_fluent_text_position_top_bottom_20_regular": 61863, + "ic_fluent_text_proofing_tools_20_filled": 61864, + "ic_fluent_text_proofing_tools_20_regular": 61865, + "ic_fluent_text_quote_20_filled": 61866, + "ic_fluent_text_quote_20_regular": 61867, + "ic_fluent_text_sort_ascending_20_filled": 61868, + "ic_fluent_text_sort_ascending_20_regular": 61869, + "ic_fluent_text_sort_descending_20_filled": 61870, + "ic_fluent_text_sort_descending_20_regular": 61871, + "ic_fluent_text_strikethrough_20_filled": 61872, + "ic_fluent_text_strikethrough_20_regular": 61873, + "ic_fluent_text_subscript_20_filled": 61874, + "ic_fluent_text_subscript_20_regular": 61875, + "ic_fluent_text_superscript_20_filled": 61876, + "ic_fluent_text_superscript_20_regular": 61877, + "ic_fluent_text_t_20_filled": 61878, + "ic_fluent_text_t_20_regular": 61879, + "ic_fluent_text_underline_20_filled": 61880, + "ic_fluent_text_underline_20_regular": 61881, + "ic_fluent_text_underline_character_u_20_filled": 61882, + "ic_fluent_text_underline_character_u_20_regular": 61883, + "ic_fluent_text_underline_double_20_filled": 61884, + "ic_fluent_text_underline_double_20_regular": 61885, + "ic_fluent_text_whole_word_20_filled": 61886, + "ic_fluent_text_whole_word_20_regular": 61887, + "ic_fluent_text_word_count_20_filled": 61888, + "ic_fluent_text_word_count_20_regular": 61889, + "ic_fluent_text_wrap_20_filled": 61890, + "ic_fluent_text_wrap_20_regular": 61891, + "ic_fluent_text_wrap_off_20_filled": 61892, + "ic_fluent_text_wrap_off_20_regular": 61893, + "ic_fluent_textbox_20_filled": 61894, + "ic_fluent_textbox_20_regular": 61895, + "ic_fluent_textbox_align_bottom_20_filled": 61896, + "ic_fluent_textbox_align_bottom_20_regular": 61897, + "ic_fluent_textbox_align_bottom_center_20_filled": 61898, + "ic_fluent_textbox_align_bottom_center_20_regular": 61899, + "ic_fluent_textbox_align_bottom_left_20_filled": 61900, + "ic_fluent_textbox_align_bottom_left_20_regular": 61901, + "ic_fluent_textbox_align_bottom_right_20_filled": 61902, + "ic_fluent_textbox_align_bottom_right_20_regular": 61903, + "ic_fluent_textbox_align_bottom_rotate_90_20_filled": 61904, + "ic_fluent_textbox_align_bottom_rotate_90_20_regular": 61905, + "ic_fluent_textbox_align_center_20_filled": 61906, + "ic_fluent_textbox_align_center_20_regular": 61907, + "ic_fluent_textbox_align_middle_20_filled": 61908, + "ic_fluent_textbox_align_middle_20_regular": 61909, + "ic_fluent_textbox_align_middle_left_20_filled": 61910, + "ic_fluent_textbox_align_middle_left_20_regular": 61911, + "ic_fluent_textbox_align_middle_right_20_filled": 61912, + "ic_fluent_textbox_align_middle_right_20_regular": 61913, + "ic_fluent_textbox_align_middle_rotate_90_20_filled": 61914, + "ic_fluent_textbox_align_middle_rotate_90_20_regular": 61915, + "ic_fluent_textbox_align_top_20_filled": 61916, + "ic_fluent_textbox_align_top_20_regular": 61917, + "ic_fluent_textbox_align_top_center_20_filled": 61918, + "ic_fluent_textbox_align_top_center_20_regular": 61919, + "ic_fluent_textbox_align_top_left_20_filled": 61920, + "ic_fluent_textbox_align_top_left_20_regular": 61921, + "ic_fluent_textbox_align_top_right_20_filled": 61922, + "ic_fluent_textbox_align_top_right_20_regular": 61923, + "ic_fluent_textbox_align_top_rotate_90_20_filled": 61924, + "ic_fluent_textbox_align_top_rotate_90_20_regular": 61925, + "ic_fluent_textbox_more_20_filled": 61926, + "ic_fluent_textbox_more_20_regular": 61927, + "ic_fluent_textbox_rotate_90_20_filled": 61928, + "ic_fluent_textbox_rotate_90_20_regular": 61929, + "ic_fluent_textbox_settings_20_filled": 61930, + "ic_fluent_textbox_settings_20_regular": 61931, + "ic_fluent_thinking_20_filled": 61932, + "ic_fluent_thinking_20_regular": 61933, + "ic_fluent_thumb_dislike_20_filled": 61934, + "ic_fluent_thumb_dislike_20_regular": 61935, + "ic_fluent_thumb_like_20_filled": 61936, + "ic_fluent_thumb_like_20_regular": 61937, + "ic_fluent_thumb_like_dislike_20_filled": 61938, + "ic_fluent_thumb_like_dislike_20_regular": 61939, + "ic_fluent_ticket_diagonal_20_filled": 61940, + "ic_fluent_ticket_diagonal_20_regular": 61941, + "ic_fluent_ticket_horizontal_20_filled": 61942, + "ic_fluent_ticket_horizontal_20_regular": 61943, + "ic_fluent_time_and_weather_20_filled": 61944, + "ic_fluent_time_and_weather_20_regular": 61945, + "ic_fluent_time_picker_20_filled": 61946, + "ic_fluent_time_picker_20_regular": 61947, + "ic_fluent_timeline_20_filled": 61948, + "ic_fluent_timeline_20_regular": 61949, + "ic_fluent_timer_10_20_filled": 61950, + "ic_fluent_timer_10_20_regular": 61951, + "ic_fluent_timer_2_20_filled": 61952, + "ic_fluent_timer_2_20_regular": 61953, + "ic_fluent_timer_20_filled": 61954, + "ic_fluent_timer_20_regular": 61955, + "ic_fluent_timer_3_20_filled": 61956, + "ic_fluent_timer_3_20_regular": 61957, + "ic_fluent_timer_off_20_filled": 61958, + "ic_fluent_timer_off_20_regular": 61959, + "ic_fluent_toggle_left_20_filled": 61960, + "ic_fluent_toggle_left_20_regular": 61961, + "ic_fluent_toggle_multiple_20_filled": 61962, + "ic_fluent_toggle_multiple_20_regular": 61963, + "ic_fluent_toggle_right_20_filled": 61964, + "ic_fluent_toggle_right_20_regular": 61965, + "ic_fluent_toolbox_20_filled": 61966, + "ic_fluent_toolbox_20_regular": 61967, + "ic_fluent_tooltip_quote_20_filled": 61968, + "ic_fluent_tooltip_quote_20_regular": 61969, + "ic_fluent_top_speed_20_filled": 61970, + "ic_fluent_top_speed_20_regular": 61971, + "ic_fluent_translate_20_filled": 61972, + "ic_fluent_translate_20_regular": 61973, + "ic_fluent_translate_auto_20_filled": 61974, + "ic_fluent_translate_auto_20_regular": 61975, + "ic_fluent_translate_off_20_filled": 61976, + "ic_fluent_translate_off_20_regular": 61977, + "ic_fluent_transmission_20_filled": 61978, + "ic_fluent_transmission_20_regular": 61979, + "ic_fluent_tray_item_add_20_filled": 61980, + "ic_fluent_tray_item_add_20_regular": 61981, + "ic_fluent_tray_item_remove_20_filled": 61982, + "ic_fluent_tray_item_remove_20_regular": 61983, + "ic_fluent_tree_deciduous_20_filled": 61984, + "ic_fluent_tree_deciduous_20_regular": 61985, + "ic_fluent_tree_evergreen_20_filled": 61986, + "ic_fluent_tree_evergreen_20_regular": 61987, + "ic_fluent_triangle_20_filled": 61988, + "ic_fluent_triangle_20_regular": 61989, + "ic_fluent_triangle_down_20_filled": 61990, + "ic_fluent_triangle_down_20_regular": 61991, + "ic_fluent_triangle_left_20_filled": 61992, + "ic_fluent_triangle_left_20_regular": 61993, + "ic_fluent_triangle_right_20_filled": 61994, + "ic_fluent_triangle_right_20_regular": 61995, + "ic_fluent_triangle_up_20_filled": 61996, + "ic_fluent_triangle_up_20_regular": 61997, + "ic_fluent_trophy_20_filled": 61998, + "ic_fluent_trophy_20_regular": 61999, + "ic_fluent_trophy_lock_20_filled": 62000, + "ic_fluent_trophy_lock_20_regular": 62001, + "ic_fluent_trophy_off_20_filled": 62002, + "ic_fluent_trophy_off_20_regular": 62003, + "ic_fluent_tv_20_filled": 62004, + "ic_fluent_tv_20_regular": 62005, + "ic_fluent_tv_arrow_right_20_filled": 62006, + "ic_fluent_tv_arrow_right_20_regular": 62007, + "ic_fluent_tv_usb_20_filled": 62008, + "ic_fluent_tv_usb_20_regular": 62009, + "ic_fluent_umbrella_20_filled": 62010, + "ic_fluent_umbrella_20_regular": 62011, + "ic_fluent_uninstall_app_20_filled": 62012, + "ic_fluent_uninstall_app_20_regular": 62013, + "ic_fluent_usb_plug_20_filled": 62014, + "ic_fluent_usb_plug_20_regular": 62015, + "ic_fluent_usb_stick_20_filled": 62016, + "ic_fluent_usb_stick_20_regular": 62017, + "ic_fluent_vault_20_filled": 62018, + "ic_fluent_vault_20_regular": 62019, + "ic_fluent_vehicle_bicycle_20_filled": 62020, + "ic_fluent_vehicle_bicycle_20_regular": 62021, + "ic_fluent_vehicle_bus_20_filled": 62022, + "ic_fluent_vehicle_bus_20_regular": 62023, + "ic_fluent_vehicle_cab_20_filled": 62024, + "ic_fluent_vehicle_cab_20_regular": 62025, + "ic_fluent_vehicle_cable_car_20_filled": 62026, + "ic_fluent_vehicle_cable_car_20_regular": 62027, + "ic_fluent_vehicle_car_20_filled": 62028, + "ic_fluent_vehicle_car_20_regular": 62029, + "ic_fluent_vehicle_car_collision_20_filled": 62030, + "ic_fluent_vehicle_car_collision_20_regular": 62031, + "ic_fluent_vehicle_car_parking_20_filled": 62032, + "ic_fluent_vehicle_car_parking_20_regular": 62033, + "ic_fluent_vehicle_car_profile_20_filled": 62034, + "ic_fluent_vehicle_car_profile_20_regular": 62035, + "ic_fluent_vehicle_car_profile_ltr_20_filled": 62036, + "ic_fluent_vehicle_car_profile_ltr_20_regular": 62037, + "ic_fluent_vehicle_car_profile_ltr_clock_20_filled": 62038, + "ic_fluent_vehicle_car_profile_ltr_clock_20_regular": 62039, + "ic_fluent_vehicle_car_profile_rtl_20_filled": 62040, + "ic_fluent_vehicle_car_profile_rtl_20_regular": 62041, + "ic_fluent_vehicle_ship_20_filled": 62042, + "ic_fluent_vehicle_ship_20_regular": 62043, + "ic_fluent_vehicle_subway_20_filled": 62044, + "ic_fluent_vehicle_subway_20_regular": 62045, + "ic_fluent_vehicle_subway_clock_20_filled": 62046, + "ic_fluent_vehicle_subway_clock_20_regular": 62047, + "ic_fluent_vehicle_tractor_20_filled": 62048, + "ic_fluent_vehicle_tractor_20_regular": 62049, + "ic_fluent_vehicle_truck_20_filled": 62050, + "ic_fluent_vehicle_truck_20_regular": 62051, + "ic_fluent_vehicle_truck_bag_20_filled": 62052, + "ic_fluent_vehicle_truck_bag_20_regular": 62053, + "ic_fluent_vehicle_truck_cube_20_filled": 62054, + "ic_fluent_vehicle_truck_cube_20_regular": 62055, + "ic_fluent_vehicle_truck_profile_20_filled": 62056, + "ic_fluent_vehicle_truck_profile_20_regular": 62057, + "ic_fluent_video_20_filled": 62058, + "ic_fluent_video_20_regular": 62059, + "ic_fluent_video_360_20_filled": 62060, + "ic_fluent_video_360_20_regular": 62061, + "ic_fluent_video_360_off_20_filled": 62062, + "ic_fluent_video_360_off_20_regular": 62063, + "ic_fluent_video_add_20_filled": 62064, + "ic_fluent_video_add_20_regular": 62065, + "ic_fluent_video_background_effect_20_filled": 62066, + "ic_fluent_video_background_effect_20_regular": 62067, + "ic_fluent_video_background_effect_horizontal_20_filled": 62068, + "ic_fluent_video_background_effect_horizontal_20_regular": 62069, + "ic_fluent_video_chat_20_filled": 62070, + "ic_fluent_video_chat_20_regular": 62071, + "ic_fluent_video_clip_20_filled": 62072, + "ic_fluent_video_clip_20_regular": 62073, + "ic_fluent_video_clip_multiple_20_filled": 62074, + "ic_fluent_video_clip_multiple_20_regular": 62075, + "ic_fluent_video_clip_off_20_filled": 62076, + "ic_fluent_video_clip_off_20_regular": 62077, + "ic_fluent_video_clip_optimize_20_filled": 62078, + "ic_fluent_video_clip_optimize_20_regular": 62079, + "ic_fluent_video_clip_wand_20_filled": 62080, + "ic_fluent_video_clip_wand_20_regular": 62081, + "ic_fluent_video_off_20_filled": 62082, + "ic_fluent_video_off_20_regular": 62083, + "ic_fluent_video_person_20_filled": 62084, + "ic_fluent_video_person_20_regular": 62085, + "ic_fluent_video_person_call_20_filled": 62086, + "ic_fluent_video_person_call_20_regular": 62087, + "ic_fluent_video_person_clock_20_filled": 62088, + "ic_fluent_video_person_clock_20_regular": 62089, + "ic_fluent_video_person_off_20_filled": 62090, + "ic_fluent_video_person_off_20_regular": 62091, + "ic_fluent_video_person_pulse_20_filled": 62092, + "ic_fluent_video_person_pulse_20_regular": 62093, + "ic_fluent_video_person_sparkle_20_filled": 62094, + "ic_fluent_video_person_sparkle_20_regular": 62095, + "ic_fluent_video_person_sparkle_off_20_filled": 62096, + "ic_fluent_video_person_sparkle_off_20_regular": 62097, + "ic_fluent_video_person_star_20_filled": 62098, + "ic_fluent_video_person_star_20_regular": 62099, + "ic_fluent_video_person_star_off_20_filled": 62100, + "ic_fluent_video_person_star_off_20_regular": 62101, + "ic_fluent_video_play_pause_20_filled": 62102, + "ic_fluent_video_play_pause_20_regular": 62103, + "ic_fluent_video_prohibited_20_filled": 62104, + "ic_fluent_video_prohibited_20_regular": 62105, + "ic_fluent_video_recording_20_filled": 62106, + "ic_fluent_video_recording_20_regular": 62107, + "ic_fluent_video_security_20_filled": 62108, + "ic_fluent_video_security_20_regular": 62109, + "ic_fluent_video_switch_20_filled": 62110, + "ic_fluent_video_switch_20_regular": 62111, + "ic_fluent_video_sync_20_filled": 62112, + "ic_fluent_video_sync_20_regular": 62113, + "ic_fluent_view_desktop_20_filled": 62114, + "ic_fluent_view_desktop_20_regular": 62115, + "ic_fluent_view_desktop_mobile_20_filled": 62116, + "ic_fluent_view_desktop_mobile_20_regular": 62117, + "ic_fluent_virtual_network_20_filled": 62118, + "ic_fluent_virtual_network_20_regular": 62119, + "ic_fluent_virtual_network_toolbox_20_filled": 62120, + "ic_fluent_virtual_network_toolbox_20_regular": 62121, + "ic_fluent_voicemail_20_filled": 62122, + "ic_fluent_voicemail_20_regular": 62123, + "ic_fluent_voicemail_arrow_back_20_filled": 62124, + "ic_fluent_voicemail_arrow_back_20_regular": 62125, + "ic_fluent_voicemail_arrow_forward_20_filled": 62126, + "ic_fluent_voicemail_arrow_forward_20_regular": 62127, + "ic_fluent_voicemail_arrow_subtract_20_filled": 62128, + "ic_fluent_voicemail_arrow_subtract_20_regular": 62129, + "ic_fluent_voicemail_shield_20_filled": 62130, + "ic_fluent_voicemail_shield_20_regular": 62131, + "ic_fluent_voicemail_subtract_20_filled": 62132, + "ic_fluent_voicemail_subtract_20_regular": 62133, + "ic_fluent_vote_20_filled": 62134, + "ic_fluent_vote_20_regular": 62135, + "ic_fluent_walkie_talkie_20_filled": 62136, + "ic_fluent_walkie_talkie_20_regular": 62137, + "ic_fluent_wallet_20_filled": 62138, + "ic_fluent_wallet_20_regular": 62139, + "ic_fluent_wallet_credit_card_20_filled": 62140, + "ic_fluent_wallet_credit_card_20_regular": 62141, + "ic_fluent_wallpaper_20_filled": 62142, + "ic_fluent_wallpaper_20_regular": 62143, + "ic_fluent_wand_20_filled": 62144, + "ic_fluent_wand_20_regular": 62145, + "ic_fluent_warning_20_filled": 62146, + "ic_fluent_warning_20_regular": 62147, + "ic_fluent_warning_shield_20_filled": 62148, + "ic_fluent_warning_shield_20_regular": 62149, + "ic_fluent_washer_20_filled": 62150, + "ic_fluent_washer_20_regular": 62151, + "ic_fluent_water_20_filled": 62152, + "ic_fluent_water_20_regular": 62153, + "ic_fluent_weather_blowing_snow_20_filled": 62154, + "ic_fluent_weather_blowing_snow_20_regular": 62155, + "ic_fluent_weather_cloudy_20_filled": 62156, + "ic_fluent_weather_cloudy_20_regular": 62157, + "ic_fluent_weather_drizzle_20_filled": 62158, + "ic_fluent_weather_drizzle_20_regular": 62159, + "ic_fluent_weather_duststorm_20_filled": 62160, + "ic_fluent_weather_duststorm_20_regular": 62161, + "ic_fluent_weather_fog_20_filled": 62162, + "ic_fluent_weather_fog_20_regular": 62163, + "ic_fluent_weather_hail_day_20_filled": 62164, + "ic_fluent_weather_hail_day_20_regular": 62165, + "ic_fluent_weather_hail_night_20_filled": 62166, + "ic_fluent_weather_hail_night_20_regular": 62167, + "ic_fluent_weather_haze_20_filled": 62168, + "ic_fluent_weather_haze_20_regular": 62169, + "ic_fluent_weather_moon_20_filled": 62170, + "ic_fluent_weather_moon_20_regular": 62171, + "ic_fluent_weather_moon_off_20_filled": 62172, + "ic_fluent_weather_moon_off_20_regular": 62173, + "ic_fluent_weather_partly_cloudy_day_20_filled": 62174, + "ic_fluent_weather_partly_cloudy_day_20_regular": 62175, + "ic_fluent_weather_partly_cloudy_night_20_filled": 62176, + "ic_fluent_weather_partly_cloudy_night_20_regular": 62177, + "ic_fluent_weather_rain_20_filled": 62178, + "ic_fluent_weather_rain_20_regular": 62179, + "ic_fluent_weather_rain_showers_day_20_filled": 62180, + "ic_fluent_weather_rain_showers_day_20_regular": 62181, + "ic_fluent_weather_rain_showers_night_20_filled": 62182, + "ic_fluent_weather_rain_showers_night_20_regular": 62183, + "ic_fluent_weather_rain_snow_20_filled": 62184, + "ic_fluent_weather_rain_snow_20_regular": 62185, + "ic_fluent_weather_snow_20_filled": 62186, + "ic_fluent_weather_snow_20_regular": 62187, + "ic_fluent_weather_snow_shower_day_20_filled": 62188, + "ic_fluent_weather_snow_shower_day_20_regular": 62189, + "ic_fluent_weather_snow_shower_night_20_filled": 62190, + "ic_fluent_weather_snow_shower_night_20_regular": 62191, + "ic_fluent_weather_snowflake_20_filled": 62192, + "ic_fluent_weather_snowflake_20_regular": 62193, + "ic_fluent_weather_squalls_20_filled": 62194, + "ic_fluent_weather_squalls_20_regular": 62195, + "ic_fluent_weather_sunny_20_filled": 62196, + "ic_fluent_weather_sunny_20_regular": 62197, + "ic_fluent_weather_sunny_high_20_filled": 62198, + "ic_fluent_weather_sunny_high_20_regular": 62199, + "ic_fluent_weather_sunny_low_20_filled": 62200, + "ic_fluent_weather_sunny_low_20_regular": 62201, + "ic_fluent_weather_thunderstorm_20_filled": 62202, + "ic_fluent_weather_thunderstorm_20_regular": 62203, + "ic_fluent_web_asset_20_filled": 62204, + "ic_fluent_web_asset_20_regular": 62205, + "ic_fluent_whiteboard_20_filled": 62206, + "ic_fluent_whiteboard_20_regular": 62207, + "ic_fluent_whiteboard_off_20_filled": 62208, + "ic_fluent_whiteboard_off_20_regular": 62209, + "ic_fluent_wifi_1_20_filled": 62210, + "ic_fluent_wifi_1_20_regular": 62211, + "ic_fluent_wifi_2_20_filled": 62212, + "ic_fluent_wifi_2_20_regular": 62213, + "ic_fluent_wifi_3_20_filled": 62214, + "ic_fluent_wifi_3_20_regular": 62215, + "ic_fluent_wifi_4_20_filled": 62216, + "ic_fluent_wifi_4_20_regular": 62217, + "ic_fluent_wifi_lock_20_filled": 62218, + "ic_fluent_wifi_lock_20_regular": 62219, + "ic_fluent_wifi_off_20_filled": 62220, + "ic_fluent_wifi_off_20_regular": 62221, + "ic_fluent_wifi_settings_20_filled": 62222, + "ic_fluent_wifi_settings_20_regular": 62223, + "ic_fluent_wifi_warning_20_filled": 62224, + "ic_fluent_wifi_warning_20_regular": 62225, + "ic_fluent_window_20_filled": 62226, + "ic_fluent_window_20_regular": 62227, + "ic_fluent_window_ad_20_filled": 62228, + "ic_fluent_window_ad_20_regular": 62229, + "ic_fluent_window_ad_off_20_filled": 62230, + "ic_fluent_window_ad_off_20_regular": 62231, + "ic_fluent_window_ad_person_20_filled": 62232, + "ic_fluent_window_ad_person_20_regular": 62233, + "ic_fluent_window_apps_20_filled": 62234, + "ic_fluent_window_apps_20_regular": 62235, + "ic_fluent_window_arrow_up_20_filled": 62236, + "ic_fluent_window_arrow_up_20_regular": 62237, + "ic_fluent_window_bullet_list_20_filled": 62238, + "ic_fluent_window_bullet_list_20_regular": 62239, + "ic_fluent_window_bullet_list_add_20_filled": 62240, + "ic_fluent_window_bullet_list_add_20_regular": 62241, + "ic_fluent_window_console_20_filled": 62242, + "ic_fluent_window_console_20_regular": 62243, + "ic_fluent_window_database_20_filled": 62244, + "ic_fluent_window_database_20_regular": 62245, + "ic_fluent_window_dev_edit_20_filled": 62246, + "ic_fluent_window_dev_edit_20_regular": 62247, + "ic_fluent_window_dev_tools_20_filled": 62248, + "ic_fluent_window_dev_tools_20_regular": 62249, + "ic_fluent_window_edit_20_filled": 62250, + "ic_fluent_window_edit_20_regular": 62251, + "ic_fluent_window_fingerprint_20_filled": 62252, + "ic_fluent_window_fingerprint_20_regular": 62253, + "ic_fluent_window_header_horizontal_20_filled": 62254, + "ic_fluent_window_header_horizontal_20_regular": 62255, + "ic_fluent_window_header_horizontal_off_20_filled": 62256, + "ic_fluent_window_header_horizontal_off_20_regular": 62257, + "ic_fluent_window_header_vertical_20_filled": 62258, + "ic_fluent_window_header_vertical_20_regular": 62259, + "ic_fluent_window_inprivate_20_filled": 62260, + "ic_fluent_window_inprivate_20_regular": 62261, + "ic_fluent_window_inprivate_account_20_filled": 62262, + "ic_fluent_window_inprivate_account_20_regular": 62263, + "ic_fluent_window_location_target_20_filled": 62264, + "ic_fluent_window_location_target_20_regular": 62265, + "ic_fluent_window_multiple_20_filled": 62266, + "ic_fluent_window_multiple_20_regular": 62267, + "ic_fluent_window_multiple_swap_20_filled": 62268, + "ic_fluent_window_multiple_swap_20_regular": 62269, + "ic_fluent_window_new_20_filled": 62270, + "ic_fluent_window_new_20_regular": 62271, + "ic_fluent_window_play_20_filled": 62272, + "ic_fluent_window_play_20_regular": 62273, + "ic_fluent_window_settings_20_filled": 62274, + "ic_fluent_window_settings_20_regular": 62275, + "ic_fluent_window_shield_20_filled": 62276, + "ic_fluent_window_shield_20_regular": 62277, + "ic_fluent_window_text_20_filled": 62278, + "ic_fluent_window_text_20_regular": 62279, + "ic_fluent_window_wrench_20_filled": 62280, + "ic_fluent_window_wrench_20_regular": 62281, + "ic_fluent_wrench_20_filled": 62282, + "ic_fluent_wrench_20_regular": 62283, + "ic_fluent_wrench_screwdriver_20_filled": 62284, + "ic_fluent_wrench_screwdriver_20_regular": 62285, + "ic_fluent_wrench_settings_20_filled": 62286, + "ic_fluent_wrench_settings_20_regular": 62287, + "ic_fluent_xbox_console_20_filled": 62288, + "ic_fluent_xbox_console_20_regular": 62289, + "ic_fluent_xbox_controller_20_filled": 62290, + "ic_fluent_xbox_controller_20_regular": 62291, + "ic_fluent_xbox_controller_error_20_filled": 62292, + "ic_fluent_xbox_controller_error_20_regular": 62293, + "ic_fluent_xray_20_filled": 62294, + "ic_fluent_xray_20_regular": 62295, + "ic_fluent_zoom_fit_20_filled": 62296, + "ic_fluent_zoom_fit_20_regular": 62297, + "ic_fluent_zoom_in_20_filled": 62298, + "ic_fluent_zoom_in_20_regular": 62299, + "ic_fluent_zoom_out_20_filled": 62300, + "ic_fluent_zoom_out_20_regular": 62301 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Resizable.ttf b/fonts/FluentSystemIcons-Resizable.ttf index daec5932eb..0ce91494d8 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 4dcdf67ea1..b3df2eff78 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 6c8349970c..4d71ff2b1e 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 0216cf3722..024fa17a30 100644 --- a/icons_filled.md +++ b/icons_filled.md @@ -556,7 +556,7 @@ |Circle Small||`circleSmall20Filled`
`circleSmall24Filled`|`ic_fluent_circle_small_20_filled`
`ic_fluent_circle_small_24_filled`| |City||`city16Filled`
`city20Filled`
`city24Filled`|`ic_fluent_city_16_filled`
`ic_fluent_city_20_filled`
`ic_fluent_city_24_filled`| |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`| +|Classification||`classification16Filled`
`classification20Filled`
`classification24Filled`
`classification32Filled`|`ic_fluent_classification_16_filled`
`ic_fluent_classification_20_filled`
`ic_fluent_classification_24_filled`
`ic_fluent_classification_32_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||`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`| @@ -929,7 +929,7 @@ |Document Table Cube||`documentTableCube20Filled`
`documentTableCube24Filled`|`ic_fluent_document_table_cube_20_filled`
`ic_fluent_document_table_cube_24_filled`| |Document Table Search||`documentTableSearch20Filled`
`documentTableSearch24Filled`|`ic_fluent_document_table_search_20_filled`
`ic_fluent_document_table_search_24_filled`| |Document Table Truck||`documentTableTruck20Filled`
`documentTableTruck24Filled`|`ic_fluent_document_table_truck_20_filled`
`ic_fluent_document_table_truck_24_filled`| -|Document Target||`documentTarget16Filled`|`ic_fluent_document_target_16_filled`| +|Document Target||`documentTarget16Filled`
`documentTarget20Filled`
`documentTarget24Filled`
`documentTarget32Filled`|`ic_fluent_document_target_16_filled`
`ic_fluent_document_target_20_filled`
`ic_fluent_document_target_24_filled`
`ic_fluent_document_target_32_filled`| |Document Text||`documentText16Filled`
`documentText20Filled`
`documentText24Filled`|`ic_fluent_document_text_16_filled`
`ic_fluent_document_text_20_filled`
`ic_fluent_document_text_24_filled`| |Document Text Clock||`documentTextClock20Filled`
`documentTextClock24Filled`|`ic_fluent_document_text_clock_20_filled`
`ic_fluent_document_text_clock_24_filled`| |Document Text Extract||`documentTextExtract20Filled`
`documentTextExtract24Filled`|`ic_fluent_document_text_extract_20_filled`
`ic_fluent_document_text_extract_24_filled`| @@ -1007,6 +1007,7 @@ |Emoji Hint||`emojiHint16Filled`
`emojiHint20Filled`
`emojiHint24Filled`
`emojiHint28Filled`
`emojiHint32Filled`
`emojiHint48Filled`|`ic_fluent_emoji_hint_16_filled`
`ic_fluent_emoji_hint_20_filled`
`ic_fluent_emoji_hint_24_filled`
`ic_fluent_emoji_hint_28_filled`
`ic_fluent_emoji_hint_32_filled`
`ic_fluent_emoji_hint_48_filled`| |Emoji Laugh||`emojiLaugh16Filled`
`emojiLaugh20Filled`
`emojiLaugh24Filled`|`ic_fluent_emoji_laugh_16_filled`
`ic_fluent_emoji_laugh_20_filled`
`ic_fluent_emoji_laugh_24_filled`| |Emoji Meh||`emojiMeh16Filled`
`emojiMeh20Filled`
`emojiMeh24Filled`|`ic_fluent_emoji_meh_16_filled`
`ic_fluent_emoji_meh_20_filled`
`ic_fluent_emoji_meh_24_filled`| +|Emoji Meme||`emojiMeme16Filled`
`emojiMeme20Filled`
`emojiMeme24Filled`|`ic_fluent_emoji_meme_16_filled`
`ic_fluent_emoji_meme_20_filled`
`ic_fluent_emoji_meme_24_filled`| |Emoji Multiple||`emojiMultiple20Filled`
`emojiMultiple24Filled`|`ic_fluent_emoji_multiple_20_filled`
`ic_fluent_emoji_multiple_24_filled`| |Emoji Sad||`emojiSad16Filled`
`emojiSad20Filled`
`emojiSad24Filled`|`ic_fluent_emoji_sad_16_filled`
`ic_fluent_emoji_sad_20_filled`
`ic_fluent_emoji_sad_24_filled`| |Emoji Sad Slight||`emojiSadSlight20Filled`
`emojiSadSlight24Filled`|`ic_fluent_emoji_sad_slight_20_filled`
`ic_fluent_emoji_sad_slight_24_filled`| @@ -1184,6 +1185,7 @@ |Hand Left||`handLeft16Filled`
`handLeft20Filled`
`handLeft24Filled`
`handLeft28Filled`|`ic_fluent_hand_left_16_filled`
`ic_fluent_hand_left_20_filled`
`ic_fluent_hand_left_24_filled`
`ic_fluent_hand_left_28_filled`| |Hand Left Chat||`handLeftChat16Filled`
`handLeftChat20Filled`
`handLeftChat24Filled`
`handLeftChat28Filled`|`ic_fluent_hand_left_chat_16_filled`
`ic_fluent_hand_left_chat_20_filled`
`ic_fluent_hand_left_chat_24_filled`
`ic_fluent_hand_left_chat_28_filled`| |Hand Open Heart||`handOpenHeart20Filled`
`handOpenHeart32Filled`|`ic_fluent_hand_open_heart_20_filled`
`ic_fluent_hand_open_heart_32_filled`| +|Hand Point||`handPoint16Filled`
`handPoint20Filled`
`handPoint24Filled`
`handPoint28Filled`
`handPoint32Filled`
`handPoint48Filled`|`ic_fluent_hand_point_16_filled`
`ic_fluent_hand_point_20_filled`
`ic_fluent_hand_point_24_filled`
`ic_fluent_hand_point_28_filled`
`ic_fluent_hand_point_32_filled`
`ic_fluent_hand_point_48_filled`| |Hand Right||`handRight16Filled`
`handRight20Filled`
`handRight24Filled`
`handRight28Filled`|`ic_fluent_hand_right_16_filled`
`ic_fluent_hand_right_20_filled`
`ic_fluent_hand_right_24_filled`
`ic_fluent_hand_right_28_filled`| |Hand Right Off||`handRightOff16Filled`
`handRightOff20Filled`
`handRightOff24Filled`
`handRightOff28Filled`|`ic_fluent_hand_right_off_16_filled`
`ic_fluent_hand_right_off_20_filled`
`ic_fluent_hand_right_off_24_filled`
`ic_fluent_hand_right_off_28_filled`| |Hand Wave||`handWave16Filled`
`handWave20Filled`
`handWave24Filled`|`ic_fluent_hand_wave_16_filled`
`ic_fluent_hand_wave_20_filled`
`ic_fluent_hand_wave_24_filled`| @@ -1442,6 +1444,7 @@ |Mail Pause||`mailPause16Filled`
`mailPause20Filled`|`ic_fluent_mail_pause_16_filled`
`ic_fluent_mail_pause_20_filled`| |Mail Prohibited||`mailProhibited16Filled`
`mailProhibited20Filled`
`mailProhibited24Filled`
`mailProhibited28Filled`|`ic_fluent_mail_prohibited_16_filled`
`ic_fluent_mail_prohibited_20_filled`
`ic_fluent_mail_prohibited_24_filled`
`ic_fluent_mail_prohibited_28_filled`| |Mail Read||`mailRead16Filled`
`mailRead20Filled`
`mailRead24Filled`
`mailRead28Filled`
`mailRead32Filled`
`mailRead48Filled`|`ic_fluent_mail_read_16_filled`
`ic_fluent_mail_read_20_filled`
`ic_fluent_mail_read_24_filled`
`ic_fluent_mail_read_28_filled`
`ic_fluent_mail_read_32_filled`
`ic_fluent_mail_read_48_filled`| +|Mail Read Briefcase||`mailReadBriefcase48Filled`|`ic_fluent_mail_read_briefcase_48_filled`| |Mail Read Multiple||`mailReadMultiple16Filled`
`mailReadMultiple20Filled`
`mailReadMultiple24Filled`
`mailReadMultiple28Filled`
`mailReadMultiple32Filled`|`ic_fluent_mail_read_multiple_16_filled`
`ic_fluent_mail_read_multiple_20_filled`
`ic_fluent_mail_read_multiple_24_filled`
`ic_fluent_mail_read_multiple_28_filled`
`ic_fluent_mail_read_multiple_32_filled`| |Mail Rewind||`mailRewind16Filled`
`mailRewind20Filled`
`mailRewind24Filled`|`ic_fluent_mail_rewind_16_filled`
`ic_fluent_mail_rewind_20_filled`
`ic_fluent_mail_rewind_24_filled`| |Mail Settings||`mailSettings16Filled`
`mailSettings20Filled`|`ic_fluent_mail_settings_16_filled`
`ic_fluent_mail_settings_20_filled`| @@ -1629,6 +1632,7 @@ |People Search||`peopleSearch20Filled`
`peopleSearch24Filled`|`ic_fluent_people_search_20_filled`
`ic_fluent_people_search_24_filled`| |People Settings||`peopleSettings20Filled`
`peopleSettings24Filled`
`peopleSettings28Filled`|`ic_fluent_people_settings_20_filled`
`ic_fluent_people_settings_24_filled`
`ic_fluent_people_settings_28_filled`| |People Star||`peopleStar16Filled`
`peopleStar20Filled`
`peopleStar24Filled`
`peopleStar28Filled`
`peopleStar32Filled`
`peopleStar48Filled`|`ic_fluent_people_star_16_filled`
`ic_fluent_people_star_20_filled`
`ic_fluent_people_star_24_filled`
`ic_fluent_people_star_28_filled`
`ic_fluent_people_star_32_filled`
`ic_fluent_people_star_48_filled`| +|People Subtract||`peopleSubtract20Filled`
`peopleSubtract24Filled`
`peopleSubtract32Filled`|`ic_fluent_people_subtract_20_filled`
`ic_fluent_people_subtract_24_filled`
`ic_fluent_people_subtract_32_filled`| |People Swap||`peopleSwap16Filled`
`peopleSwap20Filled`
`peopleSwap24Filled`
`peopleSwap28Filled`|`ic_fluent_people_swap_16_filled`
`ic_fluent_people_swap_20_filled`
`ic_fluent_people_swap_24_filled`
`ic_fluent_people_swap_28_filled`| |People Sync||`peopleSync16Filled`
`peopleSync20Filled`
`peopleSync28Filled`|`ic_fluent_people_sync_16_filled`
`ic_fluent_people_sync_20_filled`
`ic_fluent_people_sync_28_filled`| |People Team||`peopleTeam16Filled`
`peopleTeam20Filled`
`peopleTeam24Filled`
`peopleTeam28Filled`
`peopleTeam32Filled`
`peopleTeam48Filled`|`ic_fluent_people_team_16_filled`
`ic_fluent_people_team_20_filled`
`ic_fluent_people_team_24_filled`
`ic_fluent_people_team_28_filled`
`ic_fluent_people_team_32_filled`
`ic_fluent_people_team_48_filled`| @@ -1642,6 +1646,7 @@ |Person Accounts||`personAccounts20Filled`
`personAccounts24Filled`|`ic_fluent_person_accounts_20_filled`
`ic_fluent_person_accounts_24_filled`| |Person Add||`personAdd16Filled`
`personAdd20Filled`
`personAdd24Filled`
`personAdd28Filled`
`personAdd32Filled`|`ic_fluent_person_add_16_filled`
`ic_fluent_person_add_20_filled`
`ic_fluent_person_add_24_filled`
`ic_fluent_person_add_28_filled`
`ic_fluent_person_add_32_filled`| |Person Alert||`personAlert16Filled`
`personAlert20Filled`
`personAlert24Filled`
`personAlert32Filled`|`ic_fluent_person_alert_16_filled`
`ic_fluent_person_alert_20_filled`
`ic_fluent_person_alert_24_filled`
`ic_fluent_person_alert_32_filled`| +|Person Alert Off||`personAlertOff16Filled`
`personAlertOff20Filled`
`personAlertOff24Filled`
`personAlertOff32Filled`|`ic_fluent_person_alert_off_16_filled`
`ic_fluent_person_alert_off_20_filled`
`ic_fluent_person_alert_off_24_filled`
`ic_fluent_person_alert_off_32_filled`| |Person Arrow Back||`personArrowBack16Filled`
`personArrowBack20Filled`
`personArrowBack24Filled`
`personArrowBack28Filled`
`personArrowBack32Filled`
`personArrowBack48Filled`|`ic_fluent_person_arrow_back_16_filled`
`ic_fluent_person_arrow_back_20_filled`
`ic_fluent_person_arrow_back_24_filled`
`ic_fluent_person_arrow_back_28_filled`
`ic_fluent_person_arrow_back_32_filled`
`ic_fluent_person_arrow_back_48_filled`| |Person Arrow Left||`personArrowLeft16Filled`
`personArrowLeft20Filled`
`personArrowLeft24Filled`|`ic_fluent_person_arrow_left_16_filled`
`ic_fluent_person_arrow_left_20_filled`
`ic_fluent_person_arrow_left_24_filled`| |Person Arrow Right||`personArrowRight16Filled`
`personArrowRight20Filled`
`personArrowRight24Filled`|`ic_fluent_person_arrow_right_16_filled`
`ic_fluent_person_arrow_right_20_filled`
`ic_fluent_person_arrow_right_24_filled`| @@ -1962,7 +1967,7 @@ |Shifts Question Mark||`shiftsQuestionMark20Filled`
`shiftsQuestionMark24Filled`|`ic_fluent_shifts_question_mark_20_filled`
`ic_fluent_shifts_question_mark_24_filled`| |Shifts Team||`shiftsTeam20Filled`
`shiftsTeam24Filled`|`ic_fluent_shifts_team_20_filled`
`ic_fluent_shifts_team_24_filled`| |Shopping Bag||`shoppingBag16Filled`
`shoppingBag20Filled`
`shoppingBag24Filled`|`ic_fluent_shopping_bag_16_filled`
`ic_fluent_shopping_bag_20_filled`
`ic_fluent_shopping_bag_24_filled`| -|Shopping Bag Add||`shoppingBagAdd20Filled`
`shoppingBagAdd24Filled`|`ic_fluent_shopping_bag_add_20_filled`
`ic_fluent_shopping_bag_add_24_filled`| +|Shopping Bag Add||`shoppingBagAdd16Filled`
`shoppingBagAdd20Filled`
`shoppingBagAdd24Filled`|`ic_fluent_shopping_bag_add_16_filled`
`ic_fluent_shopping_bag_add_20_filled`
`ic_fluent_shopping_bag_add_24_filled`| |Shopping Bag Arrow Left||`shoppingBagArrowLeft20Filled`
`shoppingBagArrowLeft24Filled`|`ic_fluent_shopping_bag_arrow_left_20_filled`
`ic_fluent_shopping_bag_arrow_left_24_filled`| |Shopping Bag Dismiss||`shoppingBagDismiss20Filled`
`shoppingBagDismiss24Filled`|`ic_fluent_shopping_bag_dismiss_20_filled`
`ic_fluent_shopping_bag_dismiss_24_filled`| |Shopping Bag Pause||`shoppingBagPause20Filled`
`shoppingBagPause24Filled`|`ic_fluent_shopping_bag_pause_20_filled`
`ic_fluent_shopping_bag_pause_24_filled`| @@ -2012,6 +2017,7 @@ |Spacebar||`spacebar20Filled`
`spacebar24Filled`|`ic_fluent_spacebar_20_filled`
`ic_fluent_spacebar_24_filled`| |Sparkle||`sparkle16Filled`
`sparkle20Filled`
`sparkle24Filled`
`sparkle28Filled`
`sparkle32Filled`
`sparkle48Filled`|`ic_fluent_sparkle_16_filled`
`ic_fluent_sparkle_20_filled`
`ic_fluent_sparkle_24_filled`
`ic_fluent_sparkle_28_filled`
`ic_fluent_sparkle_32_filled`
`ic_fluent_sparkle_48_filled`| |Sparkle Circle||`sparkleCircle16Filled`
`sparkleCircle20Filled`
`sparkleCircle24Filled`
`sparkleCircle28Filled`
`sparkleCircle32Filled`
`sparkleCircle48Filled`|`ic_fluent_sparkle_circle_16_filled`
`ic_fluent_sparkle_circle_20_filled`
`ic_fluent_sparkle_circle_24_filled`
`ic_fluent_sparkle_circle_28_filled`
`ic_fluent_sparkle_circle_32_filled`
`ic_fluent_sparkle_circle_48_filled`| +|Spatula Spoon||`spatulaSpoon16Filled`
`spatulaSpoon20Filled`
`spatulaSpoon24Filled`
`spatulaSpoon28Filled`
`spatulaSpoon32Filled`
`spatulaSpoon48Filled`|`ic_fluent_spatula_spoon_16_filled`
`ic_fluent_spatula_spoon_20_filled`
`ic_fluent_spatula_spoon_24_filled`
`ic_fluent_spatula_spoon_28_filled`
`ic_fluent_spatula_spoon_32_filled`
`ic_fluent_spatula_spoon_48_filled`| |Speaker 0||`speaker016Filled`
`speaker020Filled`
`speaker024Filled`
`speaker028Filled`
`speaker032Filled`
`speaker048Filled`|`ic_fluent_speaker_0_16_filled`
`ic_fluent_speaker_0_20_filled`
`ic_fluent_speaker_0_24_filled`
`ic_fluent_speaker_0_28_filled`
`ic_fluent_speaker_0_32_filled`
`ic_fluent_speaker_0_48_filled`| |Speaker 1||`speaker116Filled`
`speaker120Filled`
`speaker124Filled`
`speaker128Filled`
`speaker132Filled`
`speaker148Filled`|`ic_fluent_speaker_1_16_filled`
`ic_fluent_speaker_1_20_filled`
`ic_fluent_speaker_1_24_filled`
`ic_fluent_speaker_1_28_filled`
`ic_fluent_speaker_1_32_filled`
`ic_fluent_speaker_1_48_filled`| |Speaker 2||`speaker216Filled`
`speaker220Filled`
`speaker224Filled`
`speaker228Filled`
`speaker232Filled`
`speaker248Filled`|`ic_fluent_speaker_2_16_filled`
`ic_fluent_speaker_2_20_filled`
`ic_fluent_speaker_2_24_filled`
`ic_fluent_speaker_2_28_filled`
`ic_fluent_speaker_2_32_filled`
`ic_fluent_speaker_2_48_filled`| diff --git a/icons_regular.md b/icons_regular.md index cd51ec5eae..9f63eb8395 100644 --- a/icons_regular.md +++ b/icons_regular.md @@ -556,7 +556,7 @@ |Circle Small||`circleSmall20Regular`
`circleSmall24Regular`|`ic_fluent_circle_small_20_regular`
`ic_fluent_circle_small_24_regular`| |City||`city16Regular`
`city20Regular`
`city24Regular`|`ic_fluent_city_16_regular`
`ic_fluent_city_20_regular`
`ic_fluent_city_24_regular`| |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`| +|Classification||`classification16Regular`
`classification20Regular`
`classification24Regular`
`classification32Regular`|`ic_fluent_classification_16_regular`
`ic_fluent_classification_20_regular`
`ic_fluent_classification_24_regular`
`ic_fluent_classification_32_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||`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`| @@ -932,7 +932,7 @@ |Document Table Cube||`documentTableCube20Regular`
`documentTableCube24Regular`|`ic_fluent_document_table_cube_20_regular`
`ic_fluent_document_table_cube_24_regular`| |Document Table Search||`documentTableSearch20Regular`
`documentTableSearch24Regular`|`ic_fluent_document_table_search_20_regular`
`ic_fluent_document_table_search_24_regular`| |Document Table Truck||`documentTableTruck20Regular`
`documentTableTruck24Regular`|`ic_fluent_document_table_truck_20_regular`
`ic_fluent_document_table_truck_24_regular`| -|Document Target||`documentTarget16Regular`|`ic_fluent_document_target_16_regular`| +|Document Target||`documentTarget16Regular`
`documentTarget20Regular`
`documentTarget24Regular`
`documentTarget32Regular`|`ic_fluent_document_target_16_regular`
`ic_fluent_document_target_20_regular`
`ic_fluent_document_target_24_regular`
`ic_fluent_document_target_32_regular`| |Document Text||`documentText16Regular`
`documentText20Regular`
`documentText24Regular`|`ic_fluent_document_text_16_regular`
`ic_fluent_document_text_20_regular`
`ic_fluent_document_text_24_regular`| |Document Text Clock||`documentTextClock20Regular`
`documentTextClock24Regular`|`ic_fluent_document_text_clock_20_regular`
`ic_fluent_document_text_clock_24_regular`| |Document Text Extract||`documentTextExtract20Regular`
`documentTextExtract24Regular`|`ic_fluent_document_text_extract_20_regular`
`ic_fluent_document_text_extract_24_regular`| @@ -1010,6 +1010,7 @@ |Emoji Hint||`emojiHint16Regular`
`emojiHint20Regular`
`emojiHint24Regular`
`emojiHint28Regular`
`emojiHint32Regular`
`emojiHint48Regular`|`ic_fluent_emoji_hint_16_regular`
`ic_fluent_emoji_hint_20_regular`
`ic_fluent_emoji_hint_24_regular`
`ic_fluent_emoji_hint_28_regular`
`ic_fluent_emoji_hint_32_regular`
`ic_fluent_emoji_hint_48_regular`| |Emoji Laugh||`emojiLaugh16Regular`
`emojiLaugh20Regular`
`emojiLaugh24Regular`|`ic_fluent_emoji_laugh_16_regular`
`ic_fluent_emoji_laugh_20_regular`
`ic_fluent_emoji_laugh_24_regular`| |Emoji Meh||`emojiMeh16Regular`
`emojiMeh20Regular`
`emojiMeh24Regular`|`ic_fluent_emoji_meh_16_regular`
`ic_fluent_emoji_meh_20_regular`
`ic_fluent_emoji_meh_24_regular`| +|Emoji Meme||`emojiMeme16Regular`
`emojiMeme20Regular`
`emojiMeme24Regular`|`ic_fluent_emoji_meme_16_regular`
`ic_fluent_emoji_meme_20_regular`
`ic_fluent_emoji_meme_24_regular`| |Emoji Multiple||`emojiMultiple20Regular`
`emojiMultiple24Regular`|`ic_fluent_emoji_multiple_20_regular`
`ic_fluent_emoji_multiple_24_regular`| |Emoji Sad||`emojiSad16Regular`
`emojiSad20Regular`
`emojiSad24Regular`|`ic_fluent_emoji_sad_16_regular`
`ic_fluent_emoji_sad_20_regular`
`ic_fluent_emoji_sad_24_regular`| |Emoji Sad Slight||`emojiSadSlight20Regular`
`emojiSadSlight24Regular`|`ic_fluent_emoji_sad_slight_20_regular`
`ic_fluent_emoji_sad_slight_24_regular`| @@ -1183,6 +1184,7 @@ |Hand Left||`handLeft16Regular`
`handLeft20Regular`
`handLeft24Regular`
`handLeft28Regular`|`ic_fluent_hand_left_16_regular`
`ic_fluent_hand_left_20_regular`
`ic_fluent_hand_left_24_regular`
`ic_fluent_hand_left_28_regular`| |Hand Left Chat||`handLeftChat16Regular`
`handLeftChat20Regular`
`handLeftChat24Regular`
`handLeftChat28Regular`|`ic_fluent_hand_left_chat_16_regular`
`ic_fluent_hand_left_chat_20_regular`
`ic_fluent_hand_left_chat_24_regular`
`ic_fluent_hand_left_chat_28_regular`| |Hand Open Heart||`handOpenHeart20Regular`
`handOpenHeart32Regular`|`ic_fluent_hand_open_heart_20_regular`
`ic_fluent_hand_open_heart_32_regular`| +|Hand Point||`handPoint16Regular`
`handPoint20Regular`
`handPoint24Regular`
`handPoint28Regular`
`handPoint32Regular`
`handPoint48Regular`|`ic_fluent_hand_point_16_regular`
`ic_fluent_hand_point_20_regular`
`ic_fluent_hand_point_24_regular`
`ic_fluent_hand_point_28_regular`
`ic_fluent_hand_point_32_regular`
`ic_fluent_hand_point_48_regular`| |Hand Right||`handRight16Regular`
`handRight20Regular`
`handRight24Regular`
`handRight28Regular`|`ic_fluent_hand_right_16_regular`
`ic_fluent_hand_right_20_regular`
`ic_fluent_hand_right_24_regular`
`ic_fluent_hand_right_28_regular`| |Hand Right Off||`handRightOff16Regular`
`handRightOff20Regular`
`handRightOff24Regular`
`handRightOff28Regular`|`ic_fluent_hand_right_off_16_regular`
`ic_fluent_hand_right_off_20_regular`
`ic_fluent_hand_right_off_24_regular`
`ic_fluent_hand_right_off_28_regular`| |Hand Wave||`handWave16Regular`
`handWave20Regular`
`handWave24Regular`|`ic_fluent_hand_wave_16_regular`
`ic_fluent_hand_wave_20_regular`
`ic_fluent_hand_wave_24_regular`| @@ -1405,6 +1407,7 @@ |Mail Pause||`mailPause16Regular`
`mailPause20Regular`|`ic_fluent_mail_pause_16_regular`
`ic_fluent_mail_pause_20_regular`| |Mail Prohibited||`mailProhibited16Regular`
`mailProhibited20Regular`
`mailProhibited24Regular`
`mailProhibited28Regular`|`ic_fluent_mail_prohibited_16_regular`
`ic_fluent_mail_prohibited_20_regular`
`ic_fluent_mail_prohibited_24_regular`
`ic_fluent_mail_prohibited_28_regular`| |Mail Read||`mailRead16Regular`
`mailRead20Regular`
`mailRead24Regular`
`mailRead28Regular`
`mailRead32Regular`
`mailRead48Regular`|`ic_fluent_mail_read_16_regular`
`ic_fluent_mail_read_20_regular`
`ic_fluent_mail_read_24_regular`
`ic_fluent_mail_read_28_regular`
`ic_fluent_mail_read_32_regular`
`ic_fluent_mail_read_48_regular`| +|Mail Read Briefcase||`mailReadBriefcase48Regular`|`ic_fluent_mail_read_briefcase_48_regular`| |Mail Read Multiple||`mailReadMultiple16Regular`
`mailReadMultiple20Regular`
`mailReadMultiple24Regular`
`mailReadMultiple28Regular`
`mailReadMultiple32Regular`|`ic_fluent_mail_read_multiple_16_regular`
`ic_fluent_mail_read_multiple_20_regular`
`ic_fluent_mail_read_multiple_24_regular`
`ic_fluent_mail_read_multiple_28_regular`
`ic_fluent_mail_read_multiple_32_regular`| |Mail Rewind||`mailRewind16Regular`
`mailRewind20Regular`
`mailRewind24Regular`|`ic_fluent_mail_rewind_16_regular`
`ic_fluent_mail_rewind_20_regular`
`ic_fluent_mail_rewind_24_regular`| |Mail Settings||`mailSettings16Regular`
`mailSettings20Regular`|`ic_fluent_mail_settings_16_regular`
`ic_fluent_mail_settings_20_regular`| @@ -1591,6 +1594,7 @@ |People Search||`peopleSearch20Regular`
`peopleSearch24Regular`|`ic_fluent_people_search_20_regular`
`ic_fluent_people_search_24_regular`| |People Settings||`peopleSettings20Regular`
`peopleSettings24Regular`
`peopleSettings28Regular`|`ic_fluent_people_settings_20_regular`
`ic_fluent_people_settings_24_regular`
`ic_fluent_people_settings_28_regular`| |People Star||`peopleStar16Regular`
`peopleStar20Regular`
`peopleStar24Regular`
`peopleStar28Regular`
`peopleStar32Regular`
`peopleStar48Regular`|`ic_fluent_people_star_16_regular`
`ic_fluent_people_star_20_regular`
`ic_fluent_people_star_24_regular`
`ic_fluent_people_star_28_regular`
`ic_fluent_people_star_32_regular`
`ic_fluent_people_star_48_regular`| +|People Subtract||`peopleSubtract20Regular`
`peopleSubtract24Regular`
`peopleSubtract32Regular`|`ic_fluent_people_subtract_20_regular`
`ic_fluent_people_subtract_24_regular`
`ic_fluent_people_subtract_32_regular`| |People Swap||`peopleSwap16Regular`
`peopleSwap20Regular`
`peopleSwap24Regular`
`peopleSwap28Regular`|`ic_fluent_people_swap_16_regular`
`ic_fluent_people_swap_20_regular`
`ic_fluent_people_swap_24_regular`
`ic_fluent_people_swap_28_regular`| |People Sync||`peopleSync16Regular`
`peopleSync20Regular`
`peopleSync28Regular`|`ic_fluent_people_sync_16_regular`
`ic_fluent_people_sync_20_regular`
`ic_fluent_people_sync_28_regular`| |People Team||`peopleTeam16Regular`
`peopleTeam20Regular`
`peopleTeam24Regular`
`peopleTeam28Regular`
`peopleTeam32Regular`
`peopleTeam48Regular`|`ic_fluent_people_team_16_regular`
`ic_fluent_people_team_20_regular`
`ic_fluent_people_team_24_regular`
`ic_fluent_people_team_28_regular`
`ic_fluent_people_team_32_regular`
`ic_fluent_people_team_48_regular`| @@ -1604,6 +1608,7 @@ |Person Accounts||`personAccounts20Regular`
`personAccounts24Regular`|`ic_fluent_person_accounts_20_regular`
`ic_fluent_person_accounts_24_regular`| |Person Add||`personAdd16Regular`
`personAdd20Regular`
`personAdd24Regular`
`personAdd28Regular`
`personAdd32Regular`|`ic_fluent_person_add_16_regular`
`ic_fluent_person_add_20_regular`
`ic_fluent_person_add_24_regular`
`ic_fluent_person_add_28_regular`
`ic_fluent_person_add_32_regular`| |Person Alert||`personAlert16Regular`
`personAlert20Regular`
`personAlert24Regular`
`personAlert32Regular`|`ic_fluent_person_alert_16_regular`
`ic_fluent_person_alert_20_regular`
`ic_fluent_person_alert_24_regular`
`ic_fluent_person_alert_32_regular`| +|Person Alert Off||`personAlertOff16Regular`
`personAlertOff20Regular`
`personAlertOff24Regular`
`personAlertOff32Regular`|`ic_fluent_person_alert_off_16_regular`
`ic_fluent_person_alert_off_20_regular`
`ic_fluent_person_alert_off_24_regular`
`ic_fluent_person_alert_off_32_regular`| |Person Arrow Back||`personArrowBack16Regular`
`personArrowBack20Regular`
`personArrowBack24Regular`
`personArrowBack28Regular`
`personArrowBack32Regular`
`personArrowBack48Regular`|`ic_fluent_person_arrow_back_16_regular`
`ic_fluent_person_arrow_back_20_regular`
`ic_fluent_person_arrow_back_24_regular`
`ic_fluent_person_arrow_back_28_regular`
`ic_fluent_person_arrow_back_32_regular`
`ic_fluent_person_arrow_back_48_regular`| |Person Arrow Left||`personArrowLeft16Regular`
`personArrowLeft20Regular`
`personArrowLeft24Regular`|`ic_fluent_person_arrow_left_16_regular`
`ic_fluent_person_arrow_left_20_regular`
`ic_fluent_person_arrow_left_24_regular`| |Person Arrow Right||`personArrowRight16Regular`
`personArrowRight20Regular`
`personArrowRight24Regular`|`ic_fluent_person_arrow_right_16_regular`
`ic_fluent_person_arrow_right_20_regular`
`ic_fluent_person_arrow_right_24_regular`| @@ -1927,7 +1932,7 @@ |Shifts Question Mark||`shiftsQuestionMark20Regular`
`shiftsQuestionMark24Regular`|`ic_fluent_shifts_question_mark_20_regular`
`ic_fluent_shifts_question_mark_24_regular`| |Shifts Team||`shiftsTeam20Regular`
`shiftsTeam24Regular`|`ic_fluent_shifts_team_20_regular`
`ic_fluent_shifts_team_24_regular`| |Shopping Bag||`shoppingBag16Regular`
`shoppingBag20Regular`
`shoppingBag24Regular`|`ic_fluent_shopping_bag_16_regular`
`ic_fluent_shopping_bag_20_regular`
`ic_fluent_shopping_bag_24_regular`| -|Shopping Bag Add||`shoppingBagAdd20Regular`
`shoppingBagAdd24Regular`|`ic_fluent_shopping_bag_add_20_regular`
`ic_fluent_shopping_bag_add_24_regular`| +|Shopping Bag Add||`shoppingBagAdd16Regular`
`shoppingBagAdd20Regular`
`shoppingBagAdd24Regular`|`ic_fluent_shopping_bag_add_16_regular`
`ic_fluent_shopping_bag_add_20_regular`
`ic_fluent_shopping_bag_add_24_regular`| |Shopping Bag Arrow Left||`shoppingBagArrowLeft20Regular`
`shoppingBagArrowLeft24Regular`|`ic_fluent_shopping_bag_arrow_left_20_regular`
`ic_fluent_shopping_bag_arrow_left_24_regular`| |Shopping Bag Dismiss||`shoppingBagDismiss20Regular`
`shoppingBagDismiss24Regular`|`ic_fluent_shopping_bag_dismiss_20_regular`
`ic_fluent_shopping_bag_dismiss_24_regular`| |Shopping Bag Pause||`shoppingBagPause20Regular`
`shoppingBagPause24Regular`|`ic_fluent_shopping_bag_pause_20_regular`
`ic_fluent_shopping_bag_pause_24_regular`| @@ -1977,6 +1982,7 @@ |Spacebar||`spacebar20Regular`
`spacebar24Regular`|`ic_fluent_spacebar_20_regular`
`ic_fluent_spacebar_24_regular`| |Sparkle||`sparkle16Regular`
`sparkle20Regular`
`sparkle24Regular`
`sparkle28Regular`
`sparkle32Regular`
`sparkle48Regular`|`ic_fluent_sparkle_16_regular`
`ic_fluent_sparkle_20_regular`
`ic_fluent_sparkle_24_regular`
`ic_fluent_sparkle_28_regular`
`ic_fluent_sparkle_32_regular`
`ic_fluent_sparkle_48_regular`| |Sparkle Circle||`sparkleCircle16Regular`
`sparkleCircle20Regular`
`sparkleCircle24Regular`
`sparkleCircle28Regular`
`sparkleCircle32Regular`
`sparkleCircle48Regular`|`ic_fluent_sparkle_circle_16_regular`
`ic_fluent_sparkle_circle_20_regular`
`ic_fluent_sparkle_circle_24_regular`
`ic_fluent_sparkle_circle_28_regular`
`ic_fluent_sparkle_circle_32_regular`
`ic_fluent_sparkle_circle_48_regular`| +|Spatula Spoon||`spatulaSpoon16Regular`
`spatulaSpoon20Regular`
`spatulaSpoon24Regular`
`spatulaSpoon28Regular`
`spatulaSpoon32Regular`
`spatulaSpoon48Regular`|`ic_fluent_spatula_spoon_16_regular`
`ic_fluent_spatula_spoon_20_regular`
`ic_fluent_spatula_spoon_24_regular`
`ic_fluent_spatula_spoon_28_regular`
`ic_fluent_spatula_spoon_32_regular`
`ic_fluent_spatula_spoon_48_regular`| |Speaker 0||`speaker016Regular`
`speaker020Regular`
`speaker024Regular`
`speaker028Regular`
`speaker032Regular`
`speaker048Regular`|`ic_fluent_speaker_0_16_regular`
`ic_fluent_speaker_0_20_regular`
`ic_fluent_speaker_0_24_regular`
`ic_fluent_speaker_0_28_regular`
`ic_fluent_speaker_0_32_regular`
`ic_fluent_speaker_0_48_regular`| |Speaker 1||`speaker116Regular`
`speaker120Regular`
`speaker124Regular`
`speaker128Regular`
`speaker132Regular`
`speaker148Regular`|`ic_fluent_speaker_1_16_regular`
`ic_fluent_speaker_1_20_regular`
`ic_fluent_speaker_1_24_regular`
`ic_fluent_speaker_1_28_regular`
`ic_fluent_speaker_1_32_regular`
`ic_fluent_speaker_1_48_regular`| |Speaker 2||`speaker216Regular`
`speaker220Regular`
`speaker224Regular`
`speaker228Regular`
`speaker232Regular`
`speaker248Regular`|`ic_fluent_speaker_2_16_regular`
`ic_fluent_speaker_2_20_regular`
`ic_fluent_speaker_2_24_regular`
`ic_fluent_speaker_2_28_regular`
`ic_fluent_speaker_2_32_regular`
`ic_fluent_speaker_2_48_regular`| diff --git a/ios/BUILD.gn b/ios/BUILD.gn index 155d2879c1..323fe5651d 100644 --- a/ios/BUILD.gn +++ b/ios/BUILD.gn @@ -24080,6 +24080,20 @@ imageset("ic_fluent_classification_24_regular") { ] } +imageset("ic_fluent_classification_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_32_filled.imageset/ic_fluent_classification_32_filled.svg", + ] +} + +imageset("ic_fluent_classification_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_32_regular.imageset/ic_fluent_classification_32_regular.svg", + ] +} + imageset("ic_fluent_clear_formatting_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clear_formatting_16_filled.imageset/Contents.json", @@ -38959,6 +38973,48 @@ imageset("ic_fluent_document_target_16_regular") { ] } +imageset("ic_fluent_document_target_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_20_filled.imageset/ic_fluent_document_target_20_filled.svg", + ] +} + +imageset("ic_fluent_document_target_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_20_regular.imageset/ic_fluent_document_target_20_regular.svg", + ] +} + +imageset("ic_fluent_document_target_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_24_filled.imageset/ic_fluent_document_target_24_filled.svg", + ] +} + +imageset("ic_fluent_document_target_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_24_regular.imageset/ic_fluent_document_target_24_regular.svg", + ] +} + +imageset("ic_fluent_document_target_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_32_filled.imageset/ic_fluent_document_target_32_filled.svg", + ] +} + +imageset("ic_fluent_document_target_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_32_regular.imageset/ic_fluent_document_target_32_regular.svg", + ] +} + imageset("ic_fluent_document_text_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_text_16_filled.imageset/Contents.json", @@ -41913,6 +41969,48 @@ imageset("ic_fluent_emoji_meh_24_regular") { ] } +imageset("ic_fluent_emoji_meme_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_16_filled.imageset/ic_fluent_emoji_meme_16_filled.svg", + ] +} + +imageset("ic_fluent_emoji_meme_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_16_regular.imageset/ic_fluent_emoji_meme_16_regular.svg", + ] +} + +imageset("ic_fluent_emoji_meme_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_20_filled.imageset/ic_fluent_emoji_meme_20_filled.svg", + ] +} + +imageset("ic_fluent_emoji_meme_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_20_regular.imageset/ic_fluent_emoji_meme_20_regular.svg", + ] +} + +imageset("ic_fluent_emoji_meme_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_24_filled.imageset/ic_fluent_emoji_meme_24_filled.svg", + ] +} + +imageset("ic_fluent_emoji_meme_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_24_regular.imageset/ic_fluent_emoji_meme_24_regular.svg", + ] +} + imageset("ic_fluent_emoji_multiple_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_multiple_20_filled.imageset/Contents.json", @@ -49795,6 +49893,90 @@ imageset("ic_fluent_hand_open_heart_32_regular") { ] } +imageset("ic_fluent_hand_point_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_16_filled.imageset/ic_fluent_hand_point_16_filled.svg", + ] +} + +imageset("ic_fluent_hand_point_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_16_regular.imageset/ic_fluent_hand_point_16_regular.svg", + ] +} + +imageset("ic_fluent_hand_point_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_20_filled.imageset/ic_fluent_hand_point_20_filled.svg", + ] +} + +imageset("ic_fluent_hand_point_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_20_regular.imageset/ic_fluent_hand_point_20_regular.svg", + ] +} + +imageset("ic_fluent_hand_point_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_24_filled.imageset/ic_fluent_hand_point_24_filled.svg", + ] +} + +imageset("ic_fluent_hand_point_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_24_regular.imageset/ic_fluent_hand_point_24_regular.svg", + ] +} + +imageset("ic_fluent_hand_point_28_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_28_filled.imageset/ic_fluent_hand_point_28_filled.svg", + ] +} + +imageset("ic_fluent_hand_point_28_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_28_regular.imageset/ic_fluent_hand_point_28_regular.svg", + ] +} + +imageset("ic_fluent_hand_point_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_32_filled.imageset/ic_fluent_hand_point_32_filled.svg", + ] +} + +imageset("ic_fluent_hand_point_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_32_regular.imageset/ic_fluent_hand_point_32_regular.svg", + ] +} + +imageset("ic_fluent_hand_point_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_48_filled.imageset/ic_fluent_hand_point_48_filled.svg", + ] +} + +imageset("ic_fluent_hand_point_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_48_regular.imageset/ic_fluent_hand_point_48_regular.svg", + ] +} + imageset("ic_fluent_hand_right_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_right_16_filled.imageset/Contents.json", @@ -60480,6 +60662,20 @@ imageset("ic_fluent_mail_read_48_regular") { ] } +imageset("ic_fluent_mail_read_briefcase_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_briefcase_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_briefcase_48_filled.imageset/ic_fluent_mail_read_briefcase_48_filled.svg", + ] +} + +imageset("ic_fluent_mail_read_briefcase_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_briefcase_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_briefcase_48_regular.imageset/ic_fluent_mail_read_briefcase_48_regular.svg", + ] +} + imageset("ic_fluent_mail_read_multiple_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_multiple_16_filled.imageset/Contents.json", @@ -69824,6 +70020,48 @@ imageset("ic_fluent_people_star_48_regular") { ] } +imageset("ic_fluent_people_subtract_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_20_filled.imageset/ic_fluent_people_subtract_20_filled.svg", + ] +} + +imageset("ic_fluent_people_subtract_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_20_regular.imageset/ic_fluent_people_subtract_20_regular.svg", + ] +} + +imageset("ic_fluent_people_subtract_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_24_filled.imageset/ic_fluent_people_subtract_24_filled.svg", + ] +} + +imageset("ic_fluent_people_subtract_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_24_regular.imageset/ic_fluent_people_subtract_24_regular.svg", + ] +} + +imageset("ic_fluent_people_subtract_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_32_filled.imageset/ic_fluent_people_subtract_32_filled.svg", + ] +} + +imageset("ic_fluent_people_subtract_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_32_regular.imageset/ic_fluent_people_subtract_32_regular.svg", + ] +} + imageset("ic_fluent_people_swap_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_swap_16_filled.imageset/Contents.json", @@ -70468,6 +70706,62 @@ imageset("ic_fluent_person_alert_32_regular") { ] } +imageset("ic_fluent_person_alert_off_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_16_filled.imageset/ic_fluent_person_alert_off_16_filled.svg", + ] +} + +imageset("ic_fluent_person_alert_off_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_16_regular.imageset/ic_fluent_person_alert_off_16_regular.svg", + ] +} + +imageset("ic_fluent_person_alert_off_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_20_filled.imageset/ic_fluent_person_alert_off_20_filled.svg", + ] +} + +imageset("ic_fluent_person_alert_off_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_20_regular.imageset/ic_fluent_person_alert_off_20_regular.svg", + ] +} + +imageset("ic_fluent_person_alert_off_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_24_filled.imageset/ic_fluent_person_alert_off_24_filled.svg", + ] +} + +imageset("ic_fluent_person_alert_off_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_24_regular.imageset/ic_fluent_person_alert_off_24_regular.svg", + ] +} + +imageset("ic_fluent_person_alert_off_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_32_filled.imageset/ic_fluent_person_alert_off_32_filled.svg", + ] +} + +imageset("ic_fluent_person_alert_off_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_32_regular.imageset/ic_fluent_person_alert_off_32_regular.svg", + ] +} + imageset("ic_fluent_person_arrow_back_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_arrow_back_16_filled.imageset/Contents.json", @@ -84055,6 +84349,20 @@ imageset("ic_fluent_shopping_bag_24_regular") { ] } +imageset("ic_fluent_shopping_bag_add_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shopping_bag_add_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shopping_bag_add_16_filled.imageset/ic_fluent_shopping_bag_add_16_filled.svg", + ] +} + +imageset("ic_fluent_shopping_bag_add_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shopping_bag_add_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shopping_bag_add_16_regular.imageset/ic_fluent_shopping_bag_add_16_regular.svg", + ] +} + imageset("ic_fluent_shopping_bag_add_20_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shopping_bag_add_20_filled.imageset/Contents.json", @@ -86227,6 +86535,90 @@ imageset("ic_fluent_sparkle_circle_48_regular") { ] } +imageset("ic_fluent_spatula_spoon_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_16_filled.imageset/ic_fluent_spatula_spoon_16_filled.svg", + ] +} + +imageset("ic_fluent_spatula_spoon_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_16_regular.imageset/ic_fluent_spatula_spoon_16_regular.svg", + ] +} + +imageset("ic_fluent_spatula_spoon_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_20_filled.imageset/ic_fluent_spatula_spoon_20_filled.svg", + ] +} + +imageset("ic_fluent_spatula_spoon_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_20_regular.imageset/ic_fluent_spatula_spoon_20_regular.svg", + ] +} + +imageset("ic_fluent_spatula_spoon_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_24_filled.imageset/ic_fluent_spatula_spoon_24_filled.svg", + ] +} + +imageset("ic_fluent_spatula_spoon_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_24_regular.imageset/ic_fluent_spatula_spoon_24_regular.svg", + ] +} + +imageset("ic_fluent_spatula_spoon_28_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_28_filled.imageset/ic_fluent_spatula_spoon_28_filled.svg", + ] +} + +imageset("ic_fluent_spatula_spoon_28_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_28_regular.imageset/ic_fluent_spatula_spoon_28_regular.svg", + ] +} + +imageset("ic_fluent_spatula_spoon_32_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_32_filled.imageset/ic_fluent_spatula_spoon_32_filled.svg", + ] +} + +imageset("ic_fluent_spatula_spoon_32_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_32_regular.imageset/ic_fluent_spatula_spoon_32_regular.svg", + ] +} + +imageset("ic_fluent_spatula_spoon_48_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_48_filled.imageset/ic_fluent_spatula_spoon_48_filled.svg", + ] +} + +imageset("ic_fluent_spatula_spoon_48_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_48_regular.imageset/ic_fluent_spatula_spoon_48_regular.svg", + ] +} + imageset("ic_fluent_speaker_0_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_speaker_0_16_filled.imageset/Contents.json", diff --git a/ios/FluentIcons.podspec b/ios/FluentIcons.podspec index b666638c87..168ede8926 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.232' + s.version = '1.1.233' s.summary = 'FluentIcons' s.description = <<-DESC diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_20_filled.imageset/ic_fluent_classification_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_20_filled.imageset/ic_fluent_classification_20_filled.svg index 682609a0f8..ea3b5a1c93 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_20_filled.imageset/ic_fluent_classification_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_20_filled.imageset/ic_fluent_classification_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_20_regular.imageset/ic_fluent_classification_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_20_regular.imageset/ic_fluent_classification_20_regular.svg index e5353107e4..0ad4fbad52 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_20_regular.imageset/ic_fluent_classification_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_20_regular.imageset/ic_fluent_classification_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_24_filled.imageset/ic_fluent_classification_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_24_filled.imageset/ic_fluent_classification_24_filled.svg index 92cb099859..af5f299151 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_24_filled.imageset/ic_fluent_classification_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_24_filled.imageset/ic_fluent_classification_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_24_regular.imageset/ic_fluent_classification_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_24_regular.imageset/ic_fluent_classification_24_regular.svg index 3fb777f084..81dcaea86e 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_24_regular.imageset/ic_fluent_classification_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_24_regular.imageset/ic_fluent_classification_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..5138b095de --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_classification_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_classification_32_filled.imageset/ic_fluent_classification_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_32_filled.imageset/ic_fluent_classification_32_filled.svg new file mode 100644 index 0000000000..60065a72e1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_32_filled.imageset/ic_fluent_classification_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..4947bcc057 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_classification_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_classification_32_regular.imageset/ic_fluent_classification_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_32_regular.imageset/ic_fluent_classification_32_regular.svg new file mode 100644 index 0000000000..bccfbd14db --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_classification_32_regular.imageset/ic_fluent_classification_32_regular.svg @@ -0,0 +1,3 @@ + + + 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_document_target_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..c151c1b051 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_target_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_document_target_20_filled.imageset/ic_fluent_document_target_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_20_filled.imageset/ic_fluent_document_target_20_filled.svg new file mode 100644 index 0000000000..ffea06b457 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_20_filled.imageset/ic_fluent_document_target_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..614a687db4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_target_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_document_target_20_regular.imageset/ic_fluent_document_target_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_20_regular.imageset/ic_fluent_document_target_20_regular.svg new file mode 100644 index 0000000000..4a726741a8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_20_regular.imageset/ic_fluent_document_target_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..43a70a1fda --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_target_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_document_target_24_filled.imageset/ic_fluent_document_target_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_24_filled.imageset/ic_fluent_document_target_24_filled.svg new file mode 100644 index 0000000000..fdbf194b93 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_24_filled.imageset/ic_fluent_document_target_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..aaff386f44 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_target_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_document_target_24_regular.imageset/ic_fluent_document_target_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_24_regular.imageset/ic_fluent_document_target_24_regular.svg new file mode 100644 index 0000000000..0bf067811b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_24_regular.imageset/ic_fluent_document_target_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..32884278e0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_target_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_document_target_32_filled.imageset/ic_fluent_document_target_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_32_filled.imageset/ic_fluent_document_target_32_filled.svg new file mode 100644 index 0000000000..d1a79e5384 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_32_filled.imageset/ic_fluent_document_target_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..2ff3d6faf0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_target_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_document_target_32_regular.imageset/ic_fluent_document_target_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_32_regular.imageset/ic_fluent_document_target_32_regular.svg new file mode 100644 index 0000000000..b2ea3bd42b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_target_32_regular.imageset/ic_fluent_document_target_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_20_filled.imageset/ic_fluent_emoji_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_20_filled.imageset/ic_fluent_emoji_20_filled.svg index 2841091750..ad3a315873 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_20_filled.imageset/ic_fluent_emoji_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_20_filled.imageset/ic_fluent_emoji_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_20_regular.imageset/ic_fluent_emoji_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_20_regular.imageset/ic_fluent_emoji_20_regular.svg index d551ddcae9..e52222fce5 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_20_regular.imageset/ic_fluent_emoji_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_20_regular.imageset/ic_fluent_emoji_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_add_20_filled.imageset/ic_fluent_emoji_add_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_add_20_filled.imageset/ic_fluent_emoji_add_20_filled.svg index 612f40fd64..46488cc2d0 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_add_20_filled.imageset/ic_fluent_emoji_add_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_add_20_filled.imageset/ic_fluent_emoji_add_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_add_20_regular.imageset/ic_fluent_emoji_add_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_add_20_regular.imageset/ic_fluent_emoji_add_20_regular.svg index e75ce85f79..4d17acef5c 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_add_20_regular.imageset/ic_fluent_emoji_add_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_add_20_regular.imageset/ic_fluent_emoji_add_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_edit_20_filled.imageset/ic_fluent_emoji_edit_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_edit_20_filled.imageset/ic_fluent_emoji_edit_20_filled.svg index 72e751fac0..fea2e169bc 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_edit_20_filled.imageset/ic_fluent_emoji_edit_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_edit_20_filled.imageset/ic_fluent_emoji_edit_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_edit_20_regular.imageset/ic_fluent_emoji_edit_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_edit_20_regular.imageset/ic_fluent_emoji_edit_20_regular.svg index 7fe35a89b2..674e60cf16 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_edit_20_regular.imageset/ic_fluent_emoji_edit_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_edit_20_regular.imageset/ic_fluent_emoji_edit_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..4e7dfa6008 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_emoji_meme_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_emoji_meme_16_filled.imageset/ic_fluent_emoji_meme_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_16_filled.imageset/ic_fluent_emoji_meme_16_filled.svg new file mode 100644 index 0000000000..cf33eb3a91 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_16_filled.imageset/ic_fluent_emoji_meme_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..710cbfbfab --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_emoji_meme_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_emoji_meme_16_regular.imageset/ic_fluent_emoji_meme_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_16_regular.imageset/ic_fluent_emoji_meme_16_regular.svg new file mode 100644 index 0000000000..39eaaf7583 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_16_regular.imageset/ic_fluent_emoji_meme_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..32ee147ff7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_emoji_meme_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_emoji_meme_20_filled.imageset/ic_fluent_emoji_meme_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_20_filled.imageset/ic_fluent_emoji_meme_20_filled.svg new file mode 100644 index 0000000000..0477dd6b12 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_20_filled.imageset/ic_fluent_emoji_meme_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..8b09e3b9c4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_emoji_meme_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_emoji_meme_20_regular.imageset/ic_fluent_emoji_meme_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_20_regular.imageset/ic_fluent_emoji_meme_20_regular.svg new file mode 100644 index 0000000000..1b7fdebaa9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_20_regular.imageset/ic_fluent_emoji_meme_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..ae3f8e02e9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_emoji_meme_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_emoji_meme_24_filled.imageset/ic_fluent_emoji_meme_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_24_filled.imageset/ic_fluent_emoji_meme_24_filled.svg new file mode 100644 index 0000000000..1d52d991b6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_24_filled.imageset/ic_fluent_emoji_meme_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..3050440eb0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_emoji_meme_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_emoji_meme_24_regular.imageset/ic_fluent_emoji_meme_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_24_regular.imageset/ic_fluent_emoji_meme_24_regular.svg new file mode 100644 index 0000000000..d4b3ba1720 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_meme_24_regular.imageset/ic_fluent_emoji_meme_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_sparkle_20_filled.imageset/ic_fluent_emoji_sparkle_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_sparkle_20_filled.imageset/ic_fluent_emoji_sparkle_20_filled.svg index 10086051b5..e648410b07 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_sparkle_20_filled.imageset/ic_fluent_emoji_sparkle_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_sparkle_20_filled.imageset/ic_fluent_emoji_sparkle_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_sparkle_20_regular.imageset/ic_fluent_emoji_sparkle_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_sparkle_20_regular.imageset/ic_fluent_emoji_sparkle_20_regular.svg index 887dbbd438..27139834f3 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_sparkle_20_regular.imageset/ic_fluent_emoji_sparkle_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_emoji_sparkle_20_regular.imageset/ic_fluent_emoji_sparkle_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..1d5749f81c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hand_point_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_hand_point_16_filled.imageset/ic_fluent_hand_point_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_16_filled.imageset/ic_fluent_hand_point_16_filled.svg new file mode 100644 index 0000000000..d02da4731b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_16_filled.imageset/ic_fluent_hand_point_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..9779072a53 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hand_point_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_hand_point_16_regular.imageset/ic_fluent_hand_point_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_16_regular.imageset/ic_fluent_hand_point_16_regular.svg new file mode 100644 index 0000000000..d26b0352ff --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_16_regular.imageset/ic_fluent_hand_point_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..f7fda68e7d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hand_point_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_hand_point_20_filled.imageset/ic_fluent_hand_point_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_20_filled.imageset/ic_fluent_hand_point_20_filled.svg new file mode 100644 index 0000000000..65933592c4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_20_filled.imageset/ic_fluent_hand_point_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..84aaec3709 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hand_point_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_hand_point_20_regular.imageset/ic_fluent_hand_point_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_20_regular.imageset/ic_fluent_hand_point_20_regular.svg new file mode 100644 index 0000000000..74e85f1a70 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_20_regular.imageset/ic_fluent_hand_point_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..4c05784ea6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hand_point_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_hand_point_24_filled.imageset/ic_fluent_hand_point_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_24_filled.imageset/ic_fluent_hand_point_24_filled.svg new file mode 100644 index 0000000000..47944b271f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_24_filled.imageset/ic_fluent_hand_point_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..0d07c670d3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hand_point_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_hand_point_24_regular.imageset/ic_fluent_hand_point_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_24_regular.imageset/ic_fluent_hand_point_24_regular.svg new file mode 100644 index 0000000000..ba23acc712 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_24_regular.imageset/ic_fluent_hand_point_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..80f0e1ad6d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hand_point_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_hand_point_28_filled.imageset/ic_fluent_hand_point_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_28_filled.imageset/ic_fluent_hand_point_28_filled.svg new file mode 100644 index 0000000000..c69649ef0f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_28_filled.imageset/ic_fluent_hand_point_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..a8c9410192 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hand_point_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_hand_point_28_regular.imageset/ic_fluent_hand_point_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_28_regular.imageset/ic_fluent_hand_point_28_regular.svg new file mode 100644 index 0000000000..024d4633e4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_28_regular.imageset/ic_fluent_hand_point_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..d7d75ac794 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hand_point_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_hand_point_32_filled.imageset/ic_fluent_hand_point_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_32_filled.imageset/ic_fluent_hand_point_32_filled.svg new file mode 100644 index 0000000000..2fd558fdde --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_32_filled.imageset/ic_fluent_hand_point_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..9c364dd7db --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hand_point_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_hand_point_32_regular.imageset/ic_fluent_hand_point_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_32_regular.imageset/ic_fluent_hand_point_32_regular.svg new file mode 100644 index 0000000000..f5ba7a67a6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_32_regular.imageset/ic_fluent_hand_point_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..bb150ca216 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hand_point_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_hand_point_48_filled.imageset/ic_fluent_hand_point_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_48_filled.imageset/ic_fluent_hand_point_48_filled.svg new file mode 100644 index 0000000000..a85b76c1b0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_48_filled.imageset/ic_fluent_hand_point_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..e7fd7c8bc9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_hand_point_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_hand_point_48_regular.imageset/ic_fluent_hand_point_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_48_regular.imageset/ic_fluent_hand_point_48_regular.svg new file mode 100644 index 0000000000..5a87709e0d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_hand_point_48_regular.imageset/ic_fluent_hand_point_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_briefcase_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_briefcase_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..4beca89637 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_briefcase_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_mail_read_briefcase_48_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_briefcase_48_filled.imageset/ic_fluent_mail_read_briefcase_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_briefcase_48_filled.imageset/ic_fluent_mail_read_briefcase_48_filled.svg new file mode 100644 index 0000000000..219fc9ab2a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_briefcase_48_filled.imageset/ic_fluent_mail_read_briefcase_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_briefcase_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_briefcase_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..59766d8b09 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_briefcase_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_mail_read_briefcase_48_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_briefcase_48_regular.imageset/ic_fluent_mail_read_briefcase_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_briefcase_48_regular.imageset/ic_fluent_mail_read_briefcase_48_regular.svg new file mode 100644 index 0000000000..b4aca084ab --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_mail_read_briefcase_48_regular.imageset/ic_fluent_mail_read_briefcase_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_16_filled.imageset/Contents.json index 0587cae474..df121fb541 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_16_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_16_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_multiselect_16_filled_rtl.svg", + "filename": "ic_fluent_multiselect_16_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_multiselect_16_filled_ltr.svg", + "filename": "ic_fluent_multiselect_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_multiselect_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_16_regular.imageset/Contents.json index 357d96db65..43430a085a 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_16_regular.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_16_regular.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_multiselect_16_regular_rtl.svg", + "filename": "ic_fluent_multiselect_16_regular_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_multiselect_16_regular_ltr.svg", + "filename": "ic_fluent_multiselect_16_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_multiselect_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_20_filled.imageset/Contents.json index d9c2bce713..6a0d55c59e 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_20_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_20_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_multiselect_20_filled_rtl.svg", + "filename": "ic_fluent_multiselect_20_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_multiselect_20_filled_ltr.svg", + "filename": "ic_fluent_multiselect_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_multiselect_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_20_regular.imageset/Contents.json index d10c502263..15820381d5 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_rtl.svg", + "filename": "ic_fluent_multiselect_20_regular_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "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" } ], "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_multiselect_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_24_regular.imageset/Contents.json index 6fa5f1cc8c..42fe15ac3c 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_24_regular.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_24_regular.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_multiselect_24_regular_ltr.svg", + "filename": "ic_fluent_multiselect_24_regular_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_multiselect_24_regular_rtl.svg", + "filename": "ic_fluent_multiselect_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_people_subtract_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..a6a8493017 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_subtract_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_20_filled.imageset/ic_fluent_people_subtract_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_20_filled.imageset/ic_fluent_people_subtract_20_filled.svg new file mode 100644 index 0000000000..323f07ad31 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_20_filled.imageset/ic_fluent_people_subtract_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..5fd34c6c80 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_subtract_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_20_regular.imageset/ic_fluent_people_subtract_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_20_regular.imageset/ic_fluent_people_subtract_20_regular.svg new file mode 100644 index 0000000000..4ada8f8132 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_20_regular.imageset/ic_fluent_people_subtract_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..3dcaaae31a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_subtract_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_24_filled.imageset/ic_fluent_people_subtract_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_24_filled.imageset/ic_fluent_people_subtract_24_filled.svg new file mode 100644 index 0000000000..ddb3d3bdbb --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_24_filled.imageset/ic_fluent_people_subtract_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..3795d20a3f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_subtract_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_24_regular.imageset/ic_fluent_people_subtract_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_24_regular.imageset/ic_fluent_people_subtract_24_regular.svg new file mode 100644 index 0000000000..58ad4a6532 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_24_regular.imageset/ic_fluent_people_subtract_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..f21af1872e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_subtract_32_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_32_filled.imageset/ic_fluent_people_subtract_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_32_filled.imageset/ic_fluent_people_subtract_32_filled.svg new file mode 100644 index 0000000000..2e563e0978 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_32_filled.imageset/ic_fluent_people_subtract_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..f35498731a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_people_subtract_32_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_32_regular.imageset/ic_fluent_people_subtract_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_32_regular.imageset/ic_fluent_people_subtract_32_regular.svg new file mode 100644 index 0000000000..01ce69b941 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_people_subtract_32_regular.imageset/ic_fluent_people_subtract_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..949e79b973 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_alert_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_person_alert_off_16_filled.imageset/ic_fluent_person_alert_off_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_16_filled.imageset/ic_fluent_person_alert_off_16_filled.svg new file mode 100644 index 0000000000..d46c40fa23 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_16_filled.imageset/ic_fluent_person_alert_off_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..7223bc8e24 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_alert_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_person_alert_off_16_regular.imageset/ic_fluent_person_alert_off_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_16_regular.imageset/ic_fluent_person_alert_off_16_regular.svg new file mode 100644 index 0000000000..6989bb597e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_16_regular.imageset/ic_fluent_person_alert_off_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..52cbe9aa56 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_alert_off_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_person_alert_off_20_filled.imageset/ic_fluent_person_alert_off_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_20_filled.imageset/ic_fluent_person_alert_off_20_filled.svg new file mode 100644 index 0000000000..beeb708c35 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_20_filled.imageset/ic_fluent_person_alert_off_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..c97b6d1ecd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_alert_off_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_person_alert_off_20_regular.imageset/ic_fluent_person_alert_off_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_20_regular.imageset/ic_fluent_person_alert_off_20_regular.svg new file mode 100644 index 0000000000..e6f54fcba7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_20_regular.imageset/ic_fluent_person_alert_off_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..32d5fd4880 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_alert_off_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_person_alert_off_24_filled.imageset/ic_fluent_person_alert_off_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_24_filled.imageset/ic_fluent_person_alert_off_24_filled.svg new file mode 100644 index 0000000000..8e16f7d0e2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_24_filled.imageset/ic_fluent_person_alert_off_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..1182cf8fc2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_alert_off_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_person_alert_off_24_regular.imageset/ic_fluent_person_alert_off_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_24_regular.imageset/ic_fluent_person_alert_off_24_regular.svg new file mode 100644 index 0000000000..d32cbafdca --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_24_regular.imageset/ic_fluent_person_alert_off_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..49a052130b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_alert_off_32_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_32_filled.imageset/ic_fluent_person_alert_off_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_32_filled.imageset/ic_fluent_person_alert_off_32_filled.svg new file mode 100644 index 0000000000..bf7483334d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_32_filled.imageset/ic_fluent_person_alert_off_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..a45b0b6ea5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_alert_off_32_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_32_regular.imageset/ic_fluent_person_alert_off_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_32_regular.imageset/ic_fluent_person_alert_off_32_regular.svg new file mode 100644 index 0000000000..de5b2a6370 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_alert_off_32_regular.imageset/ic_fluent_person_alert_off_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shopping_bag_add_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shopping_bag_add_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..3c3af30de6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shopping_bag_add_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_shopping_bag_add_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_shopping_bag_add_16_filled.imageset/ic_fluent_shopping_bag_add_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shopping_bag_add_16_filled.imageset/ic_fluent_shopping_bag_add_16_filled.svg new file mode 100644 index 0000000000..2b4c86a058 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shopping_bag_add_16_filled.imageset/ic_fluent_shopping_bag_add_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shopping_bag_add_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shopping_bag_add_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..c0803f9aab --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shopping_bag_add_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_shopping_bag_add_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_shopping_bag_add_16_regular.imageset/ic_fluent_shopping_bag_add_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shopping_bag_add_16_regular.imageset/ic_fluent_shopping_bag_add_16_regular.svg new file mode 100644 index 0000000000..f6caa40c0b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_shopping_bag_add_16_regular.imageset/ic_fluent_shopping_bag_add_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..ba20e35cd4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_spatula_spoon_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_spatula_spoon_16_filled.imageset/ic_fluent_spatula_spoon_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_16_filled.imageset/ic_fluent_spatula_spoon_16_filled.svg new file mode 100644 index 0000000000..de4b9821d5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_16_filled.imageset/ic_fluent_spatula_spoon_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..02165899a3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_spatula_spoon_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_spatula_spoon_16_regular.imageset/ic_fluent_spatula_spoon_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_16_regular.imageset/ic_fluent_spatula_spoon_16_regular.svg new file mode 100644 index 0000000000..bfc53620e0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_16_regular.imageset/ic_fluent_spatula_spoon_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..d57ef32bf9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_spatula_spoon_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_spatula_spoon_20_filled.imageset/ic_fluent_spatula_spoon_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_20_filled.imageset/ic_fluent_spatula_spoon_20_filled.svg new file mode 100644 index 0000000000..66174f0979 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_20_filled.imageset/ic_fluent_spatula_spoon_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..05908ace29 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_spatula_spoon_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_spatula_spoon_20_regular.imageset/ic_fluent_spatula_spoon_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_20_regular.imageset/ic_fluent_spatula_spoon_20_regular.svg new file mode 100644 index 0000000000..f7ffa57e99 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_20_regular.imageset/ic_fluent_spatula_spoon_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..9e308d09c0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_spatula_spoon_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_spatula_spoon_24_filled.imageset/ic_fluent_spatula_spoon_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_24_filled.imageset/ic_fluent_spatula_spoon_24_filled.svg new file mode 100644 index 0000000000..c48b1a0a23 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_24_filled.imageset/ic_fluent_spatula_spoon_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..b634b92084 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_spatula_spoon_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_spatula_spoon_24_regular.imageset/ic_fluent_spatula_spoon_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_24_regular.imageset/ic_fluent_spatula_spoon_24_regular.svg new file mode 100644 index 0000000000..a3f40583d5 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_24_regular.imageset/ic_fluent_spatula_spoon_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..12ac69e3eb --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_spatula_spoon_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_spatula_spoon_28_filled.imageset/ic_fluent_spatula_spoon_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_28_filled.imageset/ic_fluent_spatula_spoon_28_filled.svg new file mode 100644 index 0000000000..603f76a958 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_28_filled.imageset/ic_fluent_spatula_spoon_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..45742f6878 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_spatula_spoon_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_spatula_spoon_28_regular.imageset/ic_fluent_spatula_spoon_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_28_regular.imageset/ic_fluent_spatula_spoon_28_regular.svg new file mode 100644 index 0000000000..639178b314 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_28_regular.imageset/ic_fluent_spatula_spoon_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..9367c91e71 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_spatula_spoon_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_spatula_spoon_32_filled.imageset/ic_fluent_spatula_spoon_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_32_filled.imageset/ic_fluent_spatula_spoon_32_filled.svg new file mode 100644 index 0000000000..bd2ac9fd5e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_32_filled.imageset/ic_fluent_spatula_spoon_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..f9ff51c0c8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_spatula_spoon_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_spatula_spoon_32_regular.imageset/ic_fluent_spatula_spoon_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_32_regular.imageset/ic_fluent_spatula_spoon_32_regular.svg new file mode 100644 index 0000000000..058eba213a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_32_regular.imageset/ic_fluent_spatula_spoon_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..0dad2f9bf6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_spatula_spoon_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_spatula_spoon_48_filled.imageset/ic_fluent_spatula_spoon_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_48_filled.imageset/ic_fluent_spatula_spoon_48_filled.svg new file mode 100644 index 0000000000..bc13b9b0d0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_48_filled.imageset/ic_fluent_spatula_spoon_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..a0aae8e77b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_spatula_spoon_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_spatula_spoon_48_regular.imageset/ic_fluent_spatula_spoon_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_48_regular.imageset/ic_fluent_spatula_spoon_48_regular.svg new file mode 100644 index 0000000000..654cb0b6c4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_spatula_spoon_48_regular.imageset/ic_fluent_spatula_spoon_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 29559c3cd8..56e6dedebc 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_ltr.svg", + "filename": "ic_fluent_task_list_20_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "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" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_square_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_square_16_filled.imageset/Contents.json index 11f382e005..4c0f66536b 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_square_16_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_square_16_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_task_list_square_16_filled_ltr.svg", + "filename": "ic_fluent_task_list_square_16_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_task_list_square_16_filled_rtl.svg", + "filename": "ic_fluent_task_list_square_16_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_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 8cf95147c2..a77aec63e6 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_rtl.svg", + "filename": "ic_fluent_task_list_square_24_regular_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "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" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_16_regular.imageset/Contents.json index 71fb2bd166..6a2515279d 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_16_regular.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_16_regular.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_text_number_list_16_regular_ltr.svg", + "filename": "ic_fluent_text_number_list_16_regular_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_text_number_list_16_regular_rtl.svg", + "filename": "ic_fluent_text_number_list_16_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_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_text_number_list_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_24_regular.imageset/Contents.json index 0317255a1a..f295c10091 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_24_regular.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_24_regular.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_text_number_list_24_regular_rtl.svg", + "filename": "ic_fluent_text_number_list_24_regular_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_text_number_list_24_regular_ltr.svg", + "filename": "ic_fluent_text_number_list_24_regular_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" } ], "info": { diff --git a/ios/FluentIcons/Classes/FluentIcon.swift b/ios/FluentIcons/Classes/FluentIcon.swift index ce3078d95a..f48c6bea55 100644 --- a/ios/FluentIcons/Classes/FluentIcon.swift +++ b/ios/FluentIcons/Classes/FluentIcon.swift @@ -3453,6 +3453,8 @@ import Foundation case classification20Regular case classification24Filled case classification24Regular + case classification32Filled + case classification32Regular case clearFormatting16Filled case clearFormatting16Regular case clearFormatting20Filled @@ -5578,6 +5580,12 @@ import Foundation case documentTableTruck24Regular case documentTarget16Filled case documentTarget16Regular + case documentTarget20Filled + case documentTarget20Regular + case documentTarget24Filled + case documentTarget24Regular + case documentTarget32Filled + case documentTarget32Regular case documentText16Filled case documentText16Regular case documentText20Filled @@ -6000,6 +6008,12 @@ import Foundation case emojiMeh20Regular case emojiMeh24Filled case emojiMeh24Regular + case emojiMeme16Filled + case emojiMeme16Regular + case emojiMeme20Filled + case emojiMeme20Regular + case emojiMeme24Filled + case emojiMeme24Regular case emojiMultiple20Filled case emojiMultiple20Regular case emojiMultiple24Filled @@ -7126,6 +7140,18 @@ import Foundation case handOpenHeart20Regular case handOpenHeart32Filled case handOpenHeart32Regular + case handPoint16Filled + case handPoint16Regular + case handPoint20Filled + case handPoint20Regular + case handPoint24Filled + case handPoint24Regular + case handPoint28Filled + case handPoint28Regular + case handPoint32Filled + case handPoint32Regular + case handPoint48Filled + case handPoint48Regular case handRight16Filled case handRight16Regular case handRight20Filled @@ -8649,6 +8675,8 @@ import Foundation case mailRead32Regular case mailRead48Filled case mailRead48Regular + case mailReadBriefcase48Filled + case mailReadBriefcase48Regular case mailReadMultiple16Filled case mailReadMultiple16Regular case mailReadMultiple20Filled @@ -9983,6 +10011,12 @@ import Foundation case peopleStar32Regular case peopleStar48Filled case peopleStar48Regular + case peopleSubtract20Filled + case peopleSubtract20Regular + case peopleSubtract24Filled + case peopleSubtract24Regular + case peopleSubtract32Filled + case peopleSubtract32Regular case peopleSwap16Filled case peopleSwap16Regular case peopleSwap20Filled @@ -10075,6 +10109,14 @@ import Foundation case personAlert24Regular case personAlert32Filled case personAlert32Regular + case personAlertOff16Filled + case personAlertOff16Regular + case personAlertOff20Filled + case personAlertOff20Regular + case personAlertOff24Filled + case personAlertOff24Regular + case personAlertOff32Filled + case personAlertOff32Regular case personArrowBack16Filled case personArrowBack16Regular case personArrowBack20Filled @@ -12016,6 +12058,8 @@ import Foundation case shoppingBag20Regular case shoppingBag24Filled case shoppingBag24Regular + case shoppingBagAdd16Filled + case shoppingBagAdd16Regular case shoppingBagAdd20Filled case shoppingBagAdd20Regular case shoppingBagAdd24Filled @@ -12326,6 +12370,18 @@ import Foundation case sparkleCircle32Regular case sparkleCircle48Filled case sparkleCircle48Regular + case spatulaSpoon16Filled + case spatulaSpoon16Regular + case spatulaSpoon20Filled + case spatulaSpoon20Regular + case spatulaSpoon24Filled + case spatulaSpoon24Regular + case spatulaSpoon28Filled + case spatulaSpoon28Regular + case spatulaSpoon32Filled + case spatulaSpoon32Regular + case spatulaSpoon48Filled + case spatulaSpoon48Regular case speaker016Filled case speaker016Regular case speaker020Filled @@ -19025,6 +19081,8 @@ import Foundation case .classification20Regular: return "ic_fluent_classification_20_regular" case .classification24Filled: return "ic_fluent_classification_24_filled" case .classification24Regular: return "ic_fluent_classification_24_regular" + case .classification32Filled: return "ic_fluent_classification_32_filled" + case .classification32Regular: return "ic_fluent_classification_32_regular" case .clearFormatting16Filled: return "ic_fluent_clear_formatting_16_filled" case .clearFormatting16Regular: return "ic_fluent_clear_formatting_16_regular" case .clearFormatting20Filled: return "ic_fluent_clear_formatting_20_filled" @@ -19084,10 +19142,10 @@ import Foundation case .clipboardCode16Filled: return "ic_fluent_clipboard_code_16_filled" case .clipboardCode16Regular: return "ic_fluent_clipboard_code_16_regular" case .clipboardCode20Filled: return "ic_fluent_clipboard_code_20_filled" - case .clipboardCode20Regular: return "ic_fluent_clipboard_code_20_regular" - case .clipboardCode24Filled: return "ic_fluent_clipboard_code_24_filled" default: break } switch self { + case .clipboardCode20Regular: return "ic_fluent_clipboard_code_20_regular" + case .clipboardCode24Filled: return "ic_fluent_clipboard_code_24_filled" case .clipboardCode24Regular: return "ic_fluent_clipboard_code_24_regular" case .clipboardDataBar20Filled: return "ic_fluent_clipboard_data_bar_20_filled" case .clipboardDataBar20Regular: return "ic_fluent_clipboard_data_bar_20_regular" @@ -19186,10 +19244,10 @@ import Foundation case .clipboardSettings24Filled: return "ic_fluent_clipboard_settings_24_filled" case .clipboardSettings24Regular: return "ic_fluent_clipboard_settings_24_regular" case .clipboardTask16Filled: return "ic_fluent_clipboard_task_16_filled" - case .clipboardTask16Regular: return "ic_fluent_clipboard_task_16_regular" - case .clipboardTask20Filled: return "ic_fluent_clipboard_task_20_filled" default: break } switch self { + case .clipboardTask16Regular: return "ic_fluent_clipboard_task_16_regular" + case .clipboardTask20Filled: return "ic_fluent_clipboard_task_20_filled" case .clipboardTask20Regular: return "ic_fluent_clipboard_task_20_regular" case .clipboardTask24Filled: return "ic_fluent_clipboard_task_24_filled" case .clipboardTask24Regular: return "ic_fluent_clipboard_task_24_regular" @@ -19288,10 +19346,10 @@ import Foundation case .cloud16Filled: return "ic_fluent_cloud_16_filled" case .cloud16Regular: return "ic_fluent_cloud_16_regular" case .cloud20Filled: return "ic_fluent_cloud_20_filled" - case .cloud20Regular: return "ic_fluent_cloud_20_regular" - case .cloud24Filled: return "ic_fluent_cloud_24_filled" default: break } switch self { + case .cloud20Regular: return "ic_fluent_cloud_20_regular" + case .cloud24Filled: return "ic_fluent_cloud_24_filled" case .cloud24Regular: return "ic_fluent_cloud_24_regular" case .cloud28Filled: return "ic_fluent_cloud_28_filled" case .cloud28Regular: return "ic_fluent_cloud_28_regular" @@ -19390,10 +19448,10 @@ import Foundation case .cloudDatabase20Filled: return "ic_fluent_cloud_database_20_filled" case .cloudDatabase20Regular: return "ic_fluent_cloud_database_20_regular" case .cloudDesktop20Filled: return "ic_fluent_cloud_desktop_20_filled" - case .cloudDesktop20Regular: return "ic_fluent_cloud_desktop_20_regular" - case .cloudDismiss16Filled: return "ic_fluent_cloud_dismiss_16_filled" default: break } switch self { + case .cloudDesktop20Regular: return "ic_fluent_cloud_desktop_20_regular" + case .cloudDismiss16Filled: return "ic_fluent_cloud_dismiss_16_filled" case .cloudDismiss16Regular: return "ic_fluent_cloud_dismiss_16_regular" case .cloudDismiss20Filled: return "ic_fluent_cloud_dismiss_20_filled" case .cloudDismiss20Regular: return "ic_fluent_cloud_dismiss_20_regular" @@ -19492,10 +19550,10 @@ import Foundation case .code24Filled: return "ic_fluent_code_24_filled" case .code24Regular: return "ic_fluent_code_24_regular" case .codeBlock16Filled: return "ic_fluent_code_block_16_filled" - case .codeBlock16Regular: return "ic_fluent_code_block_16_regular" - case .codeBlock20Filled: return "ic_fluent_code_block_20_filled" default: break } switch self { + case .codeBlock16Regular: return "ic_fluent_code_block_16_regular" + case .codeBlock20Filled: return "ic_fluent_code_block_20_filled" case .codeBlock20Regular: return "ic_fluent_code_block_20_regular" case .codeBlock24Filled: return "ic_fluent_code_block_24_filled" case .codeBlock24Regular: return "ic_fluent_code_block_24_regular" @@ -19594,10 +19652,10 @@ import Foundation case .column20Regular: return "ic_fluent_column_20_regular" case .columnArrowRight20Filled: return "ic_fluent_column_arrow_right_20_filled" case .columnArrowRight20Regular: return "ic_fluent_column_arrow_right_20_regular" - case .columnDoubleCompare20Filled: return "ic_fluent_column_double_compare_20_filled" - case .columnDoubleCompare20Regular: return "ic_fluent_column_double_compare_20_regular" default: break } switch self { + case .columnDoubleCompare20Filled: return "ic_fluent_column_double_compare_20_filled" + case .columnDoubleCompare20Regular: return "ic_fluent_column_double_compare_20_regular" case .columnEdit20Filled: return "ic_fluent_column_edit_20_filled" case .columnEdit20Regular: return "ic_fluent_column_edit_20_regular" case .columnEdit24Filled: return "ic_fluent_column_edit_24_filled" @@ -19696,10 +19754,10 @@ import Foundation case .commentError20Regular: return "ic_fluent_comment_error_20_regular" case .commentError24Filled: return "ic_fluent_comment_error_24_filled" case .commentError24Regular: return "ic_fluent_comment_error_24_regular" - case .commentLightning20Filled: return "ic_fluent_comment_lightning_20_filled" - case .commentLightning20Regular: return "ic_fluent_comment_lightning_20_regular" default: break } switch self { + case .commentLightning20Filled: return "ic_fluent_comment_lightning_20_filled" + case .commentLightning20Regular: return "ic_fluent_comment_lightning_20_regular" case .commentLightning24Filled: return "ic_fluent_comment_lightning_24_filled" case .commentLightning24Regular: return "ic_fluent_comment_lightning_24_regular" case .commentLink16Filled: return "ic_fluent_comment_link_16_filled" @@ -19798,10 +19856,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" default: break } switch self { + 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" @@ -19900,10 +19958,10 @@ import Foundation case .contractDownLeft16Regular: return "ic_fluent_contract_down_left_16_regular" case .contractDownLeft20Filled: return "ic_fluent_contract_down_left_20_filled" case .contractDownLeft20Regular: return "ic_fluent_contract_down_left_20_regular" - case .contractDownLeft24Filled: return "ic_fluent_contract_down_left_24_filled" - case .contractDownLeft24Regular: return "ic_fluent_contract_down_left_24_regular" default: break } switch self { + case .contractDownLeft24Filled: return "ic_fluent_contract_down_left_24_filled" + case .contractDownLeft24Regular: return "ic_fluent_contract_down_left_24_regular" case .contractDownLeft28Filled: return "ic_fluent_contract_down_left_28_filled" case .contractDownLeft28Regular: return "ic_fluent_contract_down_left_28_regular" case .contractDownLeft32Filled: return "ic_fluent_contract_down_left_32_filled" @@ -20002,10 +20060,10 @@ import Foundation case .crop32Regular: return "ic_fluent_crop_32_regular" case .crop48Filled: return "ic_fluent_crop_48_filled" case .crop48Regular: return "ic_fluent_crop_48_regular" - case .cropInterim20Filled: return "ic_fluent_crop_interim_20_filled" - case .cropInterim20Regular: return "ic_fluent_crop_interim_20_regular" default: break } switch self { + case .cropInterim20Filled: return "ic_fluent_crop_interim_20_filled" + case .cropInterim20Regular: return "ic_fluent_crop_interim_20_regular" case .cropInterim24Filled: return "ic_fluent_crop_interim_24_filled" case .cropInterim24Regular: return "ic_fluent_crop_interim_24_regular" case .cropInterimOff20Filled: return "ic_fluent_crop_interim_off_20_filled" @@ -20104,10 +20162,10 @@ import Foundation case .cursorHoverOff24Regular: return "ic_fluent_cursor_hover_off_24_regular" case .cursorHoverOff28Filled: return "ic_fluent_cursor_hover_off_28_filled" case .cursorHoverOff28Regular: return "ic_fluent_cursor_hover_off_28_regular" - case .cursorHoverOff48Filled: return "ic_fluent_cursor_hover_off_48_filled" - case .cursorHoverOff48Regular: return "ic_fluent_cursor_hover_off_48_regular" default: break } switch self { + case .cursorHoverOff48Filled: return "ic_fluent_cursor_hover_off_48_filled" + case .cursorHoverOff48Regular: return "ic_fluent_cursor_hover_off_48_regular" case .cursorProhibited16Filled: return "ic_fluent_cursor_prohibited_16_filled" case .cursorProhibited16Regular: return "ic_fluent_cursor_prohibited_16_regular" case .cursorProhibited20Filled: return "ic_fluent_cursor_prohibited_20_filled" @@ -20206,10 +20264,10 @@ import Foundation case .dataUsage20Regular: return "ic_fluent_data_usage_20_regular" case .dataUsage24Filled: return "ic_fluent_data_usage_24_filled" case .dataUsage24Regular: return "ic_fluent_data_usage_24_regular" - case .dataUsageEdit20Filled: return "ic_fluent_data_usage_edit_20_filled" - case .dataUsageEdit20Regular: return "ic_fluent_data_usage_edit_20_regular" default: break } switch self { + case .dataUsageEdit20Filled: return "ic_fluent_data_usage_edit_20_filled" + case .dataUsageEdit20Regular: return "ic_fluent_data_usage_edit_20_regular" case .dataUsageEdit24Filled: return "ic_fluent_data_usage_edit_24_filled" case .dataUsageEdit24Regular: return "ic_fluent_data_usage_edit_24_regular" case .dataUsageSettings16Filled: return "ic_fluent_data_usage_settings_16_filled" @@ -20308,10 +20366,10 @@ import Foundation case .deleteDismiss20Regular: return "ic_fluent_delete_dismiss_20_regular" case .deleteDismiss24Filled: return "ic_fluent_delete_dismiss_24_filled" case .deleteDismiss24Regular: return "ic_fluent_delete_dismiss_24_regular" - case .deleteDismiss28Filled: return "ic_fluent_delete_dismiss_28_filled" - case .deleteDismiss28Regular: return "ic_fluent_delete_dismiss_28_regular" default: break } switch self { + case .deleteDismiss28Filled: return "ic_fluent_delete_dismiss_28_filled" + case .deleteDismiss28Regular: return "ic_fluent_delete_dismiss_28_regular" case .deleteLines20Filled: return "ic_fluent_delete_lines_20_filled" case .deleteLines20Regular: return "ic_fluent_delete_lines_20_regular" case .deleteOff20Filled: return "ic_fluent_delete_off_20_filled" @@ -20410,10 +20468,10 @@ import Foundation case .desktopMac24Regular: return "ic_fluent_desktop_mac_24_regular" case .desktopMac32Filled: return "ic_fluent_desktop_mac_32_filled" case .desktopMac32Regular: return "ic_fluent_desktop_mac_32_regular" - case .desktopPulse16Filled: return "ic_fluent_desktop_pulse_16_filled" - case .desktopPulse16Regular: return "ic_fluent_desktop_pulse_16_regular" default: break } switch self { + case .desktopPulse16Filled: return "ic_fluent_desktop_pulse_16_filled" + case .desktopPulse16Regular: return "ic_fluent_desktop_pulse_16_regular" case .desktopPulse20Filled: return "ic_fluent_desktop_pulse_20_filled" case .desktopPulse20Regular: return "ic_fluent_desktop_pulse_20_regular" case .desktopPulse24Filled: return "ic_fluent_desktop_pulse_24_filled" @@ -20512,10 +20570,10 @@ import Foundation case .dialpadOff20Regular: return "ic_fluent_dialpad_off_20_regular" case .dialpadOff24Filled: return "ic_fluent_dialpad_off_24_filled" case .dialpadOff24Regular: return "ic_fluent_dialpad_off_24_regular" - case .dialpadQuestionMark20Filled: return "ic_fluent_dialpad_question_mark_20_filled" - case .dialpadQuestionMark20Regular: return "ic_fluent_dialpad_question_mark_20_regular" default: break } switch self { + case .dialpadQuestionMark20Filled: return "ic_fluent_dialpad_question_mark_20_filled" + case .dialpadQuestionMark20Regular: return "ic_fluent_dialpad_question_mark_20_regular" case .dialpadQuestionMark24Filled: return "ic_fluent_dialpad_question_mark_24_filled" case .dialpadQuestionMark24Regular: return "ic_fluent_dialpad_question_mark_24_regular" case .diamond16Filled: return "ic_fluent_diamond_16_filled" @@ -20614,10 +20672,10 @@ import Foundation case .doctor12Regular: return "ic_fluent_doctor_12_regular" case .doctor16Filled: return "ic_fluent_doctor_16_filled" case .doctor16Regular: return "ic_fluent_doctor_16_regular" - case .doctor20Filled: return "ic_fluent_doctor_20_filled" - case .doctor20Regular: return "ic_fluent_doctor_20_regular" default: break } switch self { + case .doctor20Filled: return "ic_fluent_doctor_20_filled" + case .doctor20Regular: return "ic_fluent_doctor_20_regular" case .doctor24Filled: return "ic_fluent_doctor_24_filled" case .doctor24Regular: return "ic_fluent_doctor_24_regular" case .doctor28Filled: return "ic_fluent_doctor_28_filled" @@ -20716,10 +20774,10 @@ import Foundation case .documentBulletListCube16Regular: return "ic_fluent_document_bullet_list_cube_16_regular" case .documentBulletListCube20Filled: return "ic_fluent_document_bullet_list_cube_20_filled" case .documentBulletListCube20Regular: return "ic_fluent_document_bullet_list_cube_20_regular" - case .documentBulletListCube24Filled: return "ic_fluent_document_bullet_list_cube_24_filled" - case .documentBulletListCube24Regular: return "ic_fluent_document_bullet_list_cube_24_regular" default: break } switch self { + case .documentBulletListCube24Filled: return "ic_fluent_document_bullet_list_cube_24_filled" + case .documentBulletListCube24Regular: return "ic_fluent_document_bullet_list_cube_24_regular" case .documentBulletListMultiple20Filled: return "ic_fluent_document_bullet_list_multiple_20_filled" case .documentBulletListMultiple20Regular: return "ic_fluent_document_bullet_list_multiple_20_regular" case .documentBulletListMultiple24Filled: return "ic_fluent_document_bullet_list_multiple_24_filled" @@ -20818,10 +20876,10 @@ import Foundation case .documentError24Regular: return "ic_fluent_document_error_24_regular" case .documentFit16Filled: return "ic_fluent_document_fit_16_filled" case .documentFit16Regular: return "ic_fluent_document_fit_16_regular" - case .documentFit20Filled: return "ic_fluent_document_fit_20_filled" - case .documentFit20Regular: return "ic_fluent_document_fit_20_regular" default: break } switch self { + case .documentFit20Filled: return "ic_fluent_document_fit_20_filled" + case .documentFit20Regular: return "ic_fluent_document_fit_20_regular" case .documentFit24Filled: return "ic_fluent_document_fit_24_filled" case .documentFit24Regular: return "ic_fluent_document_fit_24_regular" case .documentFlowchart20Filled: return "ic_fluent_document_flowchart_20_filled" @@ -20920,10 +20978,10 @@ import Foundation case .documentLightning32Regular: return "ic_fluent_document_lightning_32_regular" case .documentLightning48Filled: return "ic_fluent_document_lightning_48_filled" case .documentLightning48Regular: return "ic_fluent_document_lightning_48_regular" - case .documentLink16Filled: return "ic_fluent_document_link_16_filled" - case .documentLink16Regular: return "ic_fluent_document_link_16_regular" default: break } switch self { + case .documentLink16Filled: return "ic_fluent_document_link_16_filled" + case .documentLink16Regular: return "ic_fluent_document_link_16_regular" case .documentLink20Filled: return "ic_fluent_document_link_20_filled" case .documentLink20Regular: return "ic_fluent_document_link_20_regular" case .documentLink24Filled: return "ic_fluent_document_link_24_filled" @@ -21022,10 +21080,10 @@ import Foundation case .documentPageBottomRight24Regular: return "ic_fluent_document_page_bottom_right_24_regular" case .documentPageBreak20Filled: return "ic_fluent_document_page_break_20_filled" case .documentPageBreak20Regular: return "ic_fluent_document_page_break_20_regular" - case .documentPageBreak24Filled: return "ic_fluent_document_page_break_24_filled" - case .documentPageBreak24Regular: return "ic_fluent_document_page_break_24_regular" default: break } switch self { + case .documentPageBreak24Filled: return "ic_fluent_document_page_break_24_filled" + case .documentPageBreak24Regular: return "ic_fluent_document_page_break_24_regular" case .documentPageNumber20Filled: return "ic_fluent_document_page_number_20_filled" case .documentPageNumber20Regular: return "ic_fluent_document_page_number_20_regular" case .documentPageNumber24Filled: return "ic_fluent_document_page_number_24_filled" @@ -21124,10 +21182,10 @@ import Foundation case .documentSearch20Regular: return "ic_fluent_document_search_20_regular" case .documentSearch24Filled: return "ic_fluent_document_search_24_filled" case .documentSearch24Regular: return "ic_fluent_document_search_24_regular" - case .documentSearch32Filled: return "ic_fluent_document_search_32_filled" - case .documentSearch32Regular: return "ic_fluent_document_search_32_regular" default: break } switch self { + case .documentSearch32Filled: return "ic_fluent_document_search_32_filled" + case .documentSearch32Regular: return "ic_fluent_document_search_32_regular" case .documentSettings16Filled: return "ic_fluent_document_settings_16_filled" case .documentSettings16Regular: return "ic_fluent_document_settings_16_regular" case .documentSettings20Filled: return "ic_fluent_document_settings_20_filled" @@ -21192,6 +21250,12 @@ import Foundation case .documentTableTruck24Regular: return "ic_fluent_document_table_truck_24_regular" case .documentTarget16Filled: return "ic_fluent_document_target_16_filled" case .documentTarget16Regular: return "ic_fluent_document_target_16_regular" + case .documentTarget20Filled: return "ic_fluent_document_target_20_filled" + case .documentTarget20Regular: return "ic_fluent_document_target_20_regular" + case .documentTarget24Filled: return "ic_fluent_document_target_24_filled" + case .documentTarget24Regular: return "ic_fluent_document_target_24_regular" + case .documentTarget32Filled: return "ic_fluent_document_target_32_filled" + case .documentTarget32Regular: return "ic_fluent_document_target_32_regular" case .documentText16Filled: return "ic_fluent_document_text_16_filled" case .documentText16Regular: return "ic_fluent_document_text_16_regular" case .documentText20Filled: return "ic_fluent_document_text_20_filled" @@ -21220,6 +21284,8 @@ import Foundation case .documentToolbox24Regular: return "ic_fluent_document_toolbox_24_regular" case .documentTs16Filled: return "ic_fluent_document_ts_16_filled" case .documentTs16Regular: return "ic_fluent_document_ts_16_regular" + default: break } + switch self { case .documentVb16Filled: return "ic_fluent_document_vb_16_filled" case .documentVb16Regular: return "ic_fluent_document_vb_16_regular" case .documentWidth20Filled: return "ic_fluent_document_width_20_filled" @@ -21228,8 +21294,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" @@ -21322,6 +21386,8 @@ import Foundation case .drinkBeer20Regular: return "ic_fluent_drink_beer_20_regular" case .drinkBeer24Filled: return "ic_fluent_drink_beer_24_filled" case .drinkBeer24Regular: return "ic_fluent_drink_beer_24_regular" + default: break } + switch self { case .drinkBottle20Filled: return "ic_fluent_drink_bottle_20_filled" case .drinkBottle20Regular: return "ic_fluent_drink_bottle_20_regular" case .drinkBottle32Filled: return "ic_fluent_drink_bottle_32_filled" @@ -21330,8 +21396,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" @@ -21424,6 +21488,8 @@ import Foundation case .dualScreenPagination24Regular: return "ic_fluent_dual_screen_pagination_24_regular" case .dualScreenSettings20Filled: return "ic_fluent_dual_screen_settings_20_filled" case .dualScreenSettings20Regular: return "ic_fluent_dual_screen_settings_20_regular" + default: break } + switch self { case .dualScreenSettings24Filled: return "ic_fluent_dual_screen_settings_24_filled" case .dualScreenSettings24Regular: return "ic_fluent_dual_screen_settings_24_regular" case .dualScreenSpan20Filled: return "ic_fluent_dual_screen_span_20_filled" @@ -21432,8 +21498,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" @@ -21526,6 +21590,8 @@ import Foundation case .editPerson20Regular: return "ic_fluent_edit_person_20_regular" case .editPerson24Filled: return "ic_fluent_edit_person_24_filled" case .editPerson24Regular: return "ic_fluent_edit_person_24_regular" + default: break } + switch self { case .editProhibited16Filled: return "ic_fluent_edit_prohibited_16_filled" case .editProhibited16Regular: return "ic_fluent_edit_prohibited_16_regular" case .editProhibited20Filled: return "ic_fluent_edit_prohibited_20_filled" @@ -21534,8 +21600,6 @@ import Foundation case .editProhibited24Regular: return "ic_fluent_edit_prohibited_24_regular" case .editProhibited28Filled: return "ic_fluent_edit_prohibited_28_filled" case .editProhibited28Regular: return "ic_fluent_edit_prohibited_28_regular" - default: break } - switch self { case .editProhibited32Filled: return "ic_fluent_edit_prohibited_32_filled" case .editProhibited32Regular: return "ic_fluent_edit_prohibited_32_regular" case .editProhibited48Filled: return "ic_fluent_edit_prohibited_48_filled" @@ -21622,6 +21686,14 @@ import Foundation case .emojiMeh20Regular: return "ic_fluent_emoji_meh_20_regular" case .emojiMeh24Filled: return "ic_fluent_emoji_meh_24_filled" case .emojiMeh24Regular: return "ic_fluent_emoji_meh_24_regular" + case .emojiMeme16Filled: return "ic_fluent_emoji_meme_16_filled" + case .emojiMeme16Regular: return "ic_fluent_emoji_meme_16_regular" + case .emojiMeme20Filled: return "ic_fluent_emoji_meme_20_filled" + case .emojiMeme20Regular: return "ic_fluent_emoji_meme_20_regular" + case .emojiMeme24Filled: return "ic_fluent_emoji_meme_24_filled" + case .emojiMeme24Regular: return "ic_fluent_emoji_meme_24_regular" + default: break } + switch self { case .emojiMultiple20Filled: return "ic_fluent_emoji_multiple_20_filled" case .emojiMultiple20Regular: return "ic_fluent_emoji_multiple_20_regular" case .emojiMultiple24Filled: return "ic_fluent_emoji_multiple_24_filled" @@ -21636,8 +21708,6 @@ import Foundation case .emojiSadSlight20Regular: return "ic_fluent_emoji_sad_slight_20_regular" case .emojiSadSlight24Filled: return "ic_fluent_emoji_sad_slight_24_filled" case .emojiSadSlight24Regular: return "ic_fluent_emoji_sad_slight_24_regular" - default: break } - switch self { case .emojiSmileSlight20Filled: return "ic_fluent_emoji_smile_slight_20_filled" case .emojiSmileSlight20Regular: return "ic_fluent_emoji_smile_slight_20_regular" case .emojiSmileSlight24Filled: return "ic_fluent_emoji_smile_slight_24_filled" @@ -21724,6 +21794,8 @@ import Foundation case .expandUpRight16Regular: return "ic_fluent_expand_up_right_16_regular" case .expandUpRight20Filled: return "ic_fluent_expand_up_right_20_filled" case .expandUpRight20Regular: return "ic_fluent_expand_up_right_20_regular" + default: break } + switch self { case .expandUpRight24Filled: return "ic_fluent_expand_up_right_24_filled" case .expandUpRight24Regular: return "ic_fluent_expand_up_right_24_regular" case .expandUpRight28Filled: return "ic_fluent_expand_up_right_28_filled" @@ -21738,8 +21810,6 @@ import Foundation case .extendedDock24Regular: return "ic_fluent_extended_dock_24_regular" case .eye12Filled: return "ic_fluent_eye_12_filled" case .eye12Regular: return "ic_fluent_eye_12_regular" - default: break } - switch self { case .eye16Filled: return "ic_fluent_eye_16_filled" case .eye16Regular: return "ic_fluent_eye_16_regular" case .eye20Filled: return "ic_fluent_eye_20_filled" @@ -21826,6 +21896,8 @@ import Foundation case .feed32Regular: return "ic_fluent_feed_32_regular" case .feed48Filled: return "ic_fluent_feed_48_filled" case .feed48Regular: return "ic_fluent_feed_48_regular" + default: break } + switch self { case .filmstrip16Filled: return "ic_fluent_filmstrip_16_filled" case .filmstrip16Regular: return "ic_fluent_filmstrip_16_regular" case .filmstrip20Filled: return "ic_fluent_filmstrip_20_filled" @@ -21840,8 +21912,6 @@ import Foundation case .filmstripImage20Regular: return "ic_fluent_filmstrip_image_20_regular" case .filmstripImage24Filled: return "ic_fluent_filmstrip_image_24_filled" case .filmstripImage24Regular: return "ic_fluent_filmstrip_image_24_regular" - default: break } - switch self { case .filmstripOff48Filled: return "ic_fluent_filmstrip_off_48_filled" case .filmstripOff48Regular: return "ic_fluent_filmstrip_off_48_regular" case .filmstripPlay16Filled: return "ic_fluent_filmstrip_play_16_filled" @@ -21928,6 +21998,8 @@ import Foundation case .flagCheckered20Regular: return "ic_fluent_flag_checkered_20_regular" case .flagClock16Filled: return "ic_fluent_flag_clock_16_filled" case .flagClock16Regular: return "ic_fluent_flag_clock_16_regular" + default: break } + switch self { case .flagClock20Filled: return "ic_fluent_flag_clock_20_filled" case .flagClock20Regular: return "ic_fluent_flag_clock_20_regular" case .flagClock24Filled: return "ic_fluent_flag_clock_24_filled" @@ -21942,8 +22014,6 @@ import Foundation case .flagOff16Regular: return "ic_fluent_flag_off_16_regular" case .flagOff20Filled: return "ic_fluent_flag_off_20_filled" case .flagOff20Regular: return "ic_fluent_flag_off_20_regular" - default: break } - switch self { case .flagOff24Filled: return "ic_fluent_flag_off_24_filled" case .flagOff24Regular: return "ic_fluent_flag_off_24_regular" case .flagOff28Filled: return "ic_fluent_flag_off_28_filled" @@ -22030,6 +22100,8 @@ import Foundation case .flashlightOff24Regular: return "ic_fluent_flashlight_off_24_regular" case .flipHorizontal16Filled: return "ic_fluent_flip_horizontal_16_filled" case .flipHorizontal16Regular: return "ic_fluent_flip_horizontal_16_regular" + default: break } + switch self { case .flipHorizontal20Filled: return "ic_fluent_flip_horizontal_20_filled" case .flipHorizontal20Regular: return "ic_fluent_flip_horizontal_20_regular" case .flipHorizontal24Filled: return "ic_fluent_flip_horizontal_24_filled" @@ -22044,8 +22116,6 @@ import Foundation case .flipVertical16Regular: return "ic_fluent_flip_vertical_16_regular" case .flipVertical20Filled: return "ic_fluent_flip_vertical_20_filled" case .flipVertical20Regular: return "ic_fluent_flip_vertical_20_regular" - default: break } - switch self { case .flipVertical24Filled: return "ic_fluent_flip_vertical_24_filled" case .flipVertical24Regular: return "ic_fluent_flip_vertical_24_regular" case .flipVertical28Filled: return "ic_fluent_flip_vertical_28_filled" @@ -22132,6 +22202,8 @@ import Foundation case .folderArrowRight24Regular: return "ic_fluent_folder_arrow_right_24_regular" case .folderArrowRight28Filled: return "ic_fluent_folder_arrow_right_28_filled" case .folderArrowRight28Regular: return "ic_fluent_folder_arrow_right_28_regular" + default: break } + switch self { case .folderArrowRight32Filled: return "ic_fluent_folder_arrow_right_32_filled" case .folderArrowRight32Regular: return "ic_fluent_folder_arrow_right_32_regular" case .folderArrowRight48Filled: return "ic_fluent_folder_arrow_right_48_filled" @@ -22146,8 +22218,6 @@ import Foundation case .folderArrowUp28Regular: return "ic_fluent_folder_arrow_up_28_regular" case .folderArrowUp32Filled: return "ic_fluent_folder_arrow_up_32_filled" case .folderArrowUp32Regular: return "ic_fluent_folder_arrow_up_32_regular" - default: break } - switch self { case .folderArrowUp48Filled: return "ic_fluent_folder_arrow_up_48_filled" case .folderArrowUp48Regular: return "ic_fluent_folder_arrow_up_48_regular" case .folderBriefcase20Filled: return "ic_fluent_folder_briefcase_20_filled" @@ -22234,6 +22304,8 @@ import Foundation case .folderSearch16Regular: return "ic_fluent_folder_search_16_regular" case .folderSearch20Filled: return "ic_fluent_folder_search_20_filled" case .folderSearch20Regular: return "ic_fluent_folder_search_20_regular" + default: break } + switch self { case .folderSearch24Filled: return "ic_fluent_folder_search_24_filled" case .folderSearch24Regular: return "ic_fluent_folder_search_24_regular" case .folderSwap16Filled: return "ic_fluent_folder_swap_16_filled" @@ -22248,8 +22320,6 @@ import Foundation case .folderSync20Regular: return "ic_fluent_folder_sync_20_regular" case .folderSync24Filled: return "ic_fluent_folder_sync_24_filled" case .folderSync24Regular: return "ic_fluent_folder_sync_24_regular" - default: break } - switch self { case .folderZip16Filled: return "ic_fluent_folder_zip_16_filled" case .folderZip16Regular: return "ic_fluent_folder_zip_16_regular" case .folderZip20Filled: return "ic_fluent_folder_zip_20_filled" @@ -22336,6 +22406,8 @@ import Foundation case .foodToast24Regular: return "ic_fluent_food_toast_24_regular" case .form20Filled: return "ic_fluent_form_20_filled" case .form20Regular: return "ic_fluent_form_20_regular" + default: break } + switch self { case .form24Filled: return "ic_fluent_form_24_filled" case .form24Regular: return "ic_fluent_form_24_regular" case .form28Filled: return "ic_fluent_form_28_filled" @@ -22350,8 +22422,6 @@ import Foundation case .formMultiple28Regular: return "ic_fluent_form_multiple_28_regular" case .formMultiple48Filled: return "ic_fluent_form_multiple_48_filled" case .formMultiple48Regular: return "ic_fluent_form_multiple_48_regular" - default: break } - switch self { case .formNew20Filled: return "ic_fluent_form_new_20_filled" case .formNew20Regular: return "ic_fluent_form_new_20_regular" case .formNew24Filled: return "ic_fluent_form_new_24_filled" @@ -22438,6 +22508,8 @@ import Foundation case .ganttChart24Regular: return "ic_fluent_gantt_chart_24_regular" case .gas20Filled: return "ic_fluent_gas_20_filled" case .gas20Regular: return "ic_fluent_gas_20_regular" + default: break } + switch self { case .gas24Filled: return "ic_fluent_gas_24_filled" case .gas24Regular: return "ic_fluent_gas_24_regular" case .gasPump20Filled: return "ic_fluent_gas_pump_20_filled" @@ -22452,8 +22524,6 @@ import Foundation case .gauge24Regular: return "ic_fluent_gauge_24_regular" case .gauge32Filled: return "ic_fluent_gauge_32_filled" case .gauge32Regular: return "ic_fluent_gauge_32_regular" - default: break } - switch self { case .gaugeAdd20Filled: return "ic_fluent_gauge_add_20_filled" case .gaugeAdd20Regular: return "ic_fluent_gauge_add_20_regular" case .gavel16Filled: return "ic_fluent_gavel_16_filled" @@ -22540,6 +22610,8 @@ import Foundation case .glanceHorizontalSparkles24Regular: return "ic_fluent_glance_horizontal_sparkles_24_regular" case .glasses16Filled: return "ic_fluent_glasses_16_filled" case .glasses16Regular: return "ic_fluent_glasses_16_regular" + default: break } + switch self { case .glasses20Filled: return "ic_fluent_glasses_20_filled" case .glasses20Regular: return "ic_fluent_glasses_20_regular" case .glasses24Filled: return "ic_fluent_glasses_24_filled" @@ -22554,8 +22626,6 @@ import Foundation case .glassesOff16Regular: return "ic_fluent_glasses_off_16_regular" case .glassesOff20Filled: return "ic_fluent_glasses_off_20_filled" case .glassesOff20Regular: return "ic_fluent_glasses_off_20_regular" - default: break } - switch self { case .glassesOff24Filled: return "ic_fluent_glasses_off_24_filled" case .glassesOff24Regular: return "ic_fluent_glasses_off_24_regular" case .glassesOff28Filled: return "ic_fluent_glasses_off_28_filled" @@ -22642,6 +22712,8 @@ import Foundation case .globeStar20Regular: return "ic_fluent_globe_star_20_regular" case .globeSurface20Filled: return "ic_fluent_globe_surface_20_filled" case .globeSurface20Regular: return "ic_fluent_globe_surface_20_regular" + default: break } + switch self { case .globeSurface24Filled: return "ic_fluent_globe_surface_24_filled" case .globeSurface24Regular: return "ic_fluent_globe_surface_24_regular" case .globeSurface32Filled: return "ic_fluent_globe_surface_32_filled" @@ -22656,8 +22728,6 @@ import Foundation case .globeVideo20Regular: return "ic_fluent_globe_video_20_regular" case .globeVideo24Filled: return "ic_fluent_globe_video_24_filled" case .globeVideo24Regular: return "ic_fluent_globe_video_24_regular" - default: break } - switch self { case .globeVideo28Filled: return "ic_fluent_globe_video_28_filled" case .globeVideo28Regular: return "ic_fluent_globe_video_28_regular" case .globeVideo32Filled: return "ic_fluent_globe_video_32_filled" @@ -22744,6 +22814,8 @@ import Foundation case .guitar28Regular: return "ic_fluent_guitar_28_regular" case .handDraw16Filled: return "ic_fluent_hand_draw_16_filled" case .handDraw16Regular: return "ic_fluent_hand_draw_16_regular" + default: break } + switch self { case .handDraw20Filled: return "ic_fluent_hand_draw_20_filled" case .handDraw20Regular: return "ic_fluent_hand_draw_20_regular" case .handDraw24Filled: return "ic_fluent_hand_draw_24_filled" @@ -22758,8 +22830,6 @@ import Foundation case .handLeft24Regular: return "ic_fluent_hand_left_24_regular" case .handLeft28Filled: return "ic_fluent_hand_left_28_filled" case .handLeft28Regular: return "ic_fluent_hand_left_28_regular" - default: break } - switch self { case .handLeftChat16Filled: return "ic_fluent_hand_left_chat_16_filled" case .handLeftChat16Regular: return "ic_fluent_hand_left_chat_16_regular" case .handLeftChat20Filled: return "ic_fluent_hand_left_chat_20_filled" @@ -22772,6 +22842,18 @@ 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" + case .handPoint16Filled: return "ic_fluent_hand_point_16_filled" + case .handPoint16Regular: return "ic_fluent_hand_point_16_regular" + case .handPoint20Filled: return "ic_fluent_hand_point_20_filled" + case .handPoint20Regular: return "ic_fluent_hand_point_20_regular" + case .handPoint24Filled: return "ic_fluent_hand_point_24_filled" + case .handPoint24Regular: return "ic_fluent_hand_point_24_regular" + case .handPoint28Filled: return "ic_fluent_hand_point_28_filled" + case .handPoint28Regular: return "ic_fluent_hand_point_28_regular" + case .handPoint32Filled: return "ic_fluent_hand_point_32_filled" + case .handPoint32Regular: return "ic_fluent_hand_point_32_regular" + case .handPoint48Filled: return "ic_fluent_hand_point_48_filled" + case .handPoint48Regular: return "ic_fluent_hand_point_48_regular" 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" @@ -22834,6 +22916,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" @@ -22860,8 +22944,6 @@ import Foundation case .headphones20Regular: return "ic_fluent_headphones_20_regular" case .headphones24Filled: return "ic_fluent_headphones_24_filled" case .headphones24Regular: return "ic_fluent_headphones_24_regular" - default: break } - switch self { case .headphones28Filled: return "ic_fluent_headphones_28_filled" case .headphones28Regular: return "ic_fluent_headphones_28_regular" case .headphones32Filled: return "ic_fluent_headphones_32_filled" @@ -22936,6 +23018,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" @@ -22962,8 +23046,6 @@ import Foundation case .hexagon20Regular: return "ic_fluent_hexagon_20_regular" case .hexagon24Filled: return "ic_fluent_hexagon_24_filled" case .hexagon24Regular: return "ic_fluent_hexagon_24_regular" - default: break } - switch self { case .hexagon28Filled: return "ic_fluent_hexagon_28_filled" case .hexagon28Regular: return "ic_fluent_hexagon_28_regular" case .hexagon32Filled: return "ic_fluent_hexagon_32_filled" @@ -23038,6 +23120,8 @@ import Foundation case .homeCheckmark20Filled: return "ic_fluent_home_checkmark_20_filled" case .homeCheckmark20Regular: return "ic_fluent_home_checkmark_20_regular" case .homeCheckmark24Filled: return "ic_fluent_home_checkmark_24_filled" + default: break } + switch self { case .homeCheckmark24Regular: return "ic_fluent_home_checkmark_24_regular" case .homeDatabase20Filled: return "ic_fluent_home_database_20_filled" case .homeDatabase20Regular: return "ic_fluent_home_database_20_regular" @@ -23064,8 +23148,6 @@ import Foundation case .homeMore32Filled: return "ic_fluent_home_more_32_filled" case .homeMore32Regular: return "ic_fluent_home_more_32_regular" case .homeMore48Filled: return "ic_fluent_home_more_48_filled" - default: break } - switch self { case .homeMore48Regular: return "ic_fluent_home_more_48_regular" case .homePerson20Filled: return "ic_fluent_home_person_20_filled" case .homePerson20Regular: return "ic_fluent_home_person_20_regular" @@ -23140,6 +23222,8 @@ import Foundation case .imageArrowForward20Filled: return "ic_fluent_image_arrow_forward_20_filled" case .imageArrowForward20Regular: return "ic_fluent_image_arrow_forward_20_regular" case .imageArrowForward24Filled: return "ic_fluent_image_arrow_forward_24_filled" + default: break } + switch self { case .imageArrowForward24Regular: return "ic_fluent_image_arrow_forward_24_regular" case .imageBorder16Filled: return "ic_fluent_image_border_16_filled" case .imageBorder16Regular: return "ic_fluent_image_border_16_regular" @@ -23166,8 +23250,6 @@ import Foundation case .imageCircle48Filled: return "ic_fluent_image_circle_48_filled" case .imageCircle48Regular: return "ic_fluent_image_circle_48_regular" case .imageCopy20Filled: return "ic_fluent_image_copy_20_filled" - default: break } - switch self { case .imageCopy20Regular: return "ic_fluent_image_copy_20_regular" case .imageCopy24Filled: return "ic_fluent_image_copy_24_filled" case .imageCopy24Regular: return "ic_fluent_image_copy_24_regular" @@ -23242,6 +23324,8 @@ import Foundation case .imageTable16Filled: return "ic_fluent_image_table_16_filled" case .imageTable16Regular: return "ic_fluent_image_table_16_regular" case .imageTable20Filled: return "ic_fluent_image_table_20_filled" + default: break } + switch self { case .imageTable20Regular: return "ic_fluent_image_table_20_regular" case .imageTable24Filled: return "ic_fluent_image_table_24_filled" case .imageTable24Regular: return "ic_fluent_image_table_24_regular" @@ -23268,8 +23352,6 @@ import Foundation case .important24Filled: return "ic_fluent_important_24_filled" case .important24Regular: return "ic_fluent_important_24_regular" case .important32Filled: return "ic_fluent_important_32_filled" - default: break } - switch self { case .important32Regular: return "ic_fluent_important_32_regular" case .incognito20Filled: return "ic_fluent_incognito_20_filled" case .incognito20Regular: return "ic_fluent_incognito_20_regular" @@ -23344,6 +23426,8 @@ import Foundation case .javascript16Filled: return "ic_fluent_javascript_16_filled" case .javascript16Regular: return "ic_fluent_javascript_16_regular" case .javascript20Filled: return "ic_fluent_javascript_20_filled" + default: break } + switch self { case .javascript20Regular: return "ic_fluent_javascript_20_regular" case .javascript24Filled: return "ic_fluent_javascript_24_filled" case .javascript24Regular: return "ic_fluent_javascript_24_regular" @@ -23370,8 +23454,6 @@ import Foundation case .keyMultiple24Filled: return "ic_fluent_key_multiple_24_filled" case .keyMultiple24Regular: return "ic_fluent_key_multiple_24_regular" case .keyReset20Filled: return "ic_fluent_key_reset_20_filled" - default: break } - switch self { case .keyReset20Regular: return "ic_fluent_key_reset_20_regular" case .keyReset24Filled: return "ic_fluent_key_reset_24_filled" case .keyReset24Regular: return "ic_fluent_key_reset_24_regular" @@ -23446,6 +23528,8 @@ import Foundation 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" + default: break } + switch self { case .laptopDismiss20Regular: return "ic_fluent_laptop_dismiss_20_regular" case .laptopMultiple24Filled: return "ic_fluent_laptop_multiple_24_filled" case .laptopMultiple24Regular: return "ic_fluent_laptop_multiple_24_regular" @@ -23472,8 +23556,6 @@ import Foundation case .lasso24Filled: return "ic_fluent_lasso_24_filled" case .lasso24Regular: return "ic_fluent_lasso_24_regular" case .lasso28Filled: return "ic_fluent_lasso_28_filled" - default: break } - switch self { case .lasso28Regular: return "ic_fluent_lasso_28_regular" case .launcherSettings20Filled: return "ic_fluent_launcher_settings_20_filled" case .launcherSettings20Regular: return "ic_fluent_launcher_settings_20_regular" @@ -23548,6 +23630,8 @@ import Foundation case .layoutColumnOneThirdRight16Filled: return "ic_fluent_layout_column_one_third_right_16_filled" case .layoutColumnOneThirdRight16Regular: return "ic_fluent_layout_column_one_third_right_16_regular" case .layoutColumnOneThirdRight20Filled: return "ic_fluent_layout_column_one_third_right_20_filled" + default: break } + switch self { case .layoutColumnOneThirdRight20Regular: return "ic_fluent_layout_column_one_third_right_20_regular" case .layoutColumnOneThirdRight24Filled: return "ic_fluent_layout_column_one_third_right_24_filled" case .layoutColumnOneThirdRight24Regular: return "ic_fluent_layout_column_one_third_right_24_regular" @@ -23574,8 +23658,6 @@ import Foundation case .layoutColumnThreeFocusRight24Filled: return "ic_fluent_layout_column_three_focus_right_24_filled" case .layoutColumnTwo16Filled: return "ic_fluent_layout_column_two_16_filled" case .layoutColumnTwo16Regular: return "ic_fluent_layout_column_two_16_regular" - default: break } - switch self { case .layoutColumnTwo20Filled: return "ic_fluent_layout_column_two_20_filled" case .layoutColumnTwo20Regular: return "ic_fluent_layout_column_two_20_regular" case .layoutColumnTwo24Filled: return "ic_fluent_layout_column_two_24_filled" @@ -23650,6 +23732,8 @@ import Foundation case .layoutRowThreeFocusTop20Filled: return "ic_fluent_layout_row_three_focus_top_20_filled" case .layoutRowThreeFocusTop24Filled: return "ic_fluent_layout_row_three_focus_top_24_filled" case .layoutRowTwo16Filled: return "ic_fluent_layout_row_two_16_filled" + default: break } + switch self { case .layoutRowTwo16Regular: return "ic_fluent_layout_row_two_16_regular" case .layoutRowTwo20Filled: return "ic_fluent_layout_row_two_20_filled" case .layoutRowTwo20Regular: return "ic_fluent_layout_row_two_20_regular" @@ -23676,8 +23760,6 @@ import Foundation case .layoutRowTwoSplitBottomFocusTop16Filled: return "ic_fluent_layout_row_two_split_bottom_focus_top_16_filled" case .layoutRowTwoSplitBottomFocusTop20Filled: return "ic_fluent_layout_row_two_split_bottom_focus_top_20_filled" case .layoutRowTwoSplitBottomFocusTop24Filled: return "ic_fluent_layout_row_two_split_bottom_focus_top_24_filled" - default: break } - switch self { case .layoutRowTwoSplitTop16Filled: return "ic_fluent_layout_row_two_split_top_16_filled" case .layoutRowTwoSplitTop16Regular: return "ic_fluent_layout_row_two_split_top_16_regular" case .layoutRowTwoSplitTop20Filled: return "ic_fluent_layout_row_two_split_top_20_filled" @@ -23752,6 +23834,8 @@ import Foundation case .lightbulbFilament16Filled: return "ic_fluent_lightbulb_filament_16_filled" case .lightbulbFilament16Regular: return "ic_fluent_lightbulb_filament_16_regular" case .lightbulbFilament20Filled: return "ic_fluent_lightbulb_filament_20_filled" + default: break } + switch self { case .lightbulbFilament20Regular: return "ic_fluent_lightbulb_filament_20_regular" case .lightbulbFilament24Filled: return "ic_fluent_lightbulb_filament_24_filled" case .lightbulbFilament24Regular: return "ic_fluent_lightbulb_filament_24_regular" @@ -23778,8 +23862,6 @@ import Foundation case .likert24Filled: return "ic_fluent_likert_24_filled" case .likert24Regular: return "ic_fluent_likert_24_regular" case .line20Filled: return "ic_fluent_line_20_filled" - default: break } - switch self { case .line20Regular: return "ic_fluent_line_20_regular" case .line24Filled: return "ic_fluent_line_24_filled" case .line24Regular: return "ic_fluent_line_24_regular" @@ -23854,6 +23936,8 @@ import Foundation case .link16Filled: return "ic_fluent_link_16_filled" case .link16Regular: return "ic_fluent_link_16_regular" case .link20Filled: return "ic_fluent_link_20_filled" + default: break } + switch self { case .link20Regular: return "ic_fluent_link_20_regular" case .link24Filled: return "ic_fluent_link_24_filled" case .link24Regular: return "ic_fluent_link_24_regular" @@ -23880,8 +23964,6 @@ import Foundation case .linkEdit20Filled: return "ic_fluent_link_edit_20_filled" case .linkEdit20Regular: return "ic_fluent_link_edit_20_regular" case .linkEdit24Filled: return "ic_fluent_link_edit_24_filled" - default: break } - switch self { case .linkEdit24Regular: return "ic_fluent_link_edit_24_regular" case .linkMultiple16Filled: return "ic_fluent_link_multiple_16_filled" case .linkMultiple16Regular: return "ic_fluent_link_multiple_16_regular" @@ -23956,6 +24038,8 @@ import Foundation case .location24Filled: return "ic_fluent_location_24_filled" case .location24Regular: return "ic_fluent_location_24_regular" case .location28Filled: return "ic_fluent_location_28_filled" + default: break } + switch self { case .location28Regular: return "ic_fluent_location_28_regular" case .location48Filled: return "ic_fluent_location_48_filled" case .location48Regular: return "ic_fluent_location_48_regular" @@ -23982,8 +24066,6 @@ import Foundation case .locationArrow28Filled: return "ic_fluent_location_arrow_28_filled" case .locationArrow28Regular: return "ic_fluent_location_arrow_28_regular" case .locationArrow32Filled: return "ic_fluent_location_arrow_32_filled" - default: break } - switch self { case .locationArrow32Regular: return "ic_fluent_location_arrow_32_regular" case .locationArrow48Filled: return "ic_fluent_location_arrow_48_filled" case .locationArrow48Regular: return "ic_fluent_location_arrow_48_regular" @@ -24058,6 +24140,8 @@ import Foundation case .lockClosedKey24Filled: return "ic_fluent_lock_closed_key_24_filled" case .lockClosedKey24Regular: return "ic_fluent_lock_closed_key_24_regular" case .lockMultiple20Filled: return "ic_fluent_lock_multiple_20_filled" + default: break } + switch self { case .lockMultiple20Regular: return "ic_fluent_lock_multiple_20_regular" case .lockMultiple24Filled: return "ic_fluent_lock_multiple_24_filled" case .lockMultiple24Regular: return "ic_fluent_lock_multiple_24_regular" @@ -24084,8 +24168,6 @@ import Foundation case .lockShield28Filled: return "ic_fluent_lock_shield_28_filled" case .lockShield28Regular: return "ic_fluent_lock_shield_28_regular" case .lockShield32Filled: return "ic_fluent_lock_shield_32_filled" - default: break } - switch self { case .lockShield32Regular: return "ic_fluent_lock_shield_32_regular" case .lockShield48Filled: return "ic_fluent_lock_shield_48_filled" case .lockShield48Regular: return "ic_fluent_lock_shield_48_regular" @@ -24160,6 +24242,8 @@ import Foundation case .mailArrowDown16Filled: return "ic_fluent_mail_arrow_down_16_filled" case .mailArrowDown16Regular: return "ic_fluent_mail_arrow_down_16_regular" case .mailArrowDown20Filled: return "ic_fluent_mail_arrow_down_20_filled" + default: break } + switch self { case .mailArrowDown20Regular: return "ic_fluent_mail_arrow_down_20_regular" case .mailArrowForward16Filled: return "ic_fluent_mail_arrow_forward_16_filled" case .mailArrowForward16Regular: return "ic_fluent_mail_arrow_forward_16_regular" @@ -24186,8 +24270,6 @@ import Foundation case .mailCheckmark20Filled: return "ic_fluent_mail_checkmark_20_filled" case .mailCheckmark20Regular: return "ic_fluent_mail_checkmark_20_regular" case .mailCheckmark24Filled: return "ic_fluent_mail_checkmark_24_filled" - default: break } - switch self { case .mailCheckmark24Regular: return "ic_fluent_mail_checkmark_24_regular" case .mailClock16Filled: return "ic_fluent_mail_clock_16_filled" case .mailClock16Regular: return "ic_fluent_mail_clock_16_regular" @@ -24262,6 +24344,8 @@ import Foundation case .mailInboxDismiss20Filled: return "ic_fluent_mail_inbox_dismiss_20_filled" case .mailInboxDismiss20Regular: return "ic_fluent_mail_inbox_dismiss_20_regular" case .mailInboxDismiss24Filled: return "ic_fluent_mail_inbox_dismiss_24_filled" + default: break } + switch self { case .mailInboxDismiss24Regular: return "ic_fluent_mail_inbox_dismiss_24_regular" case .mailInboxDismiss28Filled: return "ic_fluent_mail_inbox_dismiss_28_filled" case .mailInboxDismiss28Regular: return "ic_fluent_mail_inbox_dismiss_28_regular" @@ -24288,8 +24372,6 @@ import Foundation case .mailMultiple32Filled: return "ic_fluent_mail_multiple_32_filled" case .mailMultiple32Regular: return "ic_fluent_mail_multiple_32_regular" case .mailOff16Filled: return "ic_fluent_mail_off_16_filled" - default: break } - switch self { case .mailOff16Regular: return "ic_fluent_mail_off_16_regular" case .mailOff20Filled: return "ic_fluent_mail_off_20_filled" case .mailOff20Regular: return "ic_fluent_mail_off_20_regular" @@ -24325,6 +24407,8 @@ import Foundation case .mailRead32Regular: return "ic_fluent_mail_read_32_regular" case .mailRead48Filled: return "ic_fluent_mail_read_48_filled" case .mailRead48Regular: return "ic_fluent_mail_read_48_regular" + case .mailReadBriefcase48Filled: return "ic_fluent_mail_read_briefcase_48_filled" + case .mailReadBriefcase48Regular: return "ic_fluent_mail_read_briefcase_48_regular" case .mailReadMultiple16Filled: return "ic_fluent_mail_read_multiple_16_filled" case .mailReadMultiple16Regular: return "ic_fluent_mail_read_multiple_16_regular" case .mailReadMultiple20Filled: return "ic_fluent_mail_read_multiple_20_filled" @@ -24362,6 +24446,8 @@ import Foundation case .mailUnread20Filled: return "ic_fluent_mail_unread_20_filled" case .mailUnread20Regular: return "ic_fluent_mail_unread_20_regular" case .mailUnread24Filled: return "ic_fluent_mail_unread_24_filled" + default: break } + switch self { case .mailUnread24Regular: return "ic_fluent_mail_unread_24_regular" case .mailUnread28Filled: return "ic_fluent_mail_unread_28_filled" case .mailUnread28Regular: return "ic_fluent_mail_unread_28_regular" @@ -24390,8 +24476,6 @@ import Foundation case .mapDrive20Filled: return "ic_fluent_map_drive_20_filled" case .mapDrive20Regular: return "ic_fluent_map_drive_20_regular" case .mapDrive24Filled: return "ic_fluent_map_drive_24_filled" - default: break } - switch self { case .mapDrive24Regular: return "ic_fluent_map_drive_24_regular" case .markdown20Filled: return "ic_fluent_markdown_20_filled" case .markdown20Regular: return "ic_fluent_markdown_20_regular" @@ -24464,6 +24548,8 @@ import Foundation case .megaphoneCircle24Filled: return "ic_fluent_megaphone_circle_24_filled" case .megaphoneCircle24Regular: return "ic_fluent_megaphone_circle_24_regular" case .megaphoneLoud16Filled: return "ic_fluent_megaphone_loud_16_filled" + default: break } + switch self { case .megaphoneLoud16Regular: return "ic_fluent_megaphone_loud_16_regular" case .megaphoneLoud20Filled: return "ic_fluent_megaphone_loud_20_filled" case .megaphoneLoud20Regular: return "ic_fluent_megaphone_loud_20_regular" @@ -24492,8 +24578,6 @@ import Foundation case .mention24Filled: return "ic_fluent_mention_24_filled" case .mention24Regular: return "ic_fluent_mention_24_regular" case .mention32Filled: return "ic_fluent_mention_32_filled" - default: break } - switch self { case .mention32Regular: return "ic_fluent_mention_32_regular" case .mention48Filled: return "ic_fluent_mention_48_filled" case .mention48Regular: return "ic_fluent_mention_48_regular" @@ -24566,6 +24650,8 @@ import Foundation case .micPulseOff32Filled: return "ic_fluent_mic_pulse_off_32_filled" case .micPulseOff32Regular: return "ic_fluent_mic_pulse_off_32_regular" case .micPulseOff48Filled: return "ic_fluent_mic_pulse_off_48_filled" + default: break } + switch self { case .micPulseOff48Regular: return "ic_fluent_mic_pulse_off_48_regular" case .micRecord20Filled: return "ic_fluent_mic_record_20_filled" case .micRecord20Regular: return "ic_fluent_mic_record_20_regular" @@ -24594,8 +24680,6 @@ import Foundation case .midi24Filled: return "ic_fluent_midi_24_filled" case .midi24Regular: return "ic_fluent_midi_24_regular" case .mobileOptimized20Filled: return "ic_fluent_mobile_optimized_20_filled" - default: break } - switch self { case .mobileOptimized20Regular: return "ic_fluent_mobile_optimized_20_regular" case .mobileOptimized24Filled: return "ic_fluent_mobile_optimized_24_filled" case .mobileOptimized24Regular: return "ic_fluent_mobile_optimized_24_regular" @@ -24668,6 +24752,8 @@ import Foundation case .moreHorizontal28Filled: return "ic_fluent_more_horizontal_28_filled" case .moreHorizontal28Regular: return "ic_fluent_more_horizontal_28_regular" case .moreHorizontal32Filled: return "ic_fluent_more_horizontal_32_filled" + default: break } + switch self { case .moreHorizontal32Regular: return "ic_fluent_more_horizontal_32_regular" case .moreHorizontal48Filled: return "ic_fluent_more_horizontal_48_filled" case .moreHorizontal48Regular: return "ic_fluent_more_horizontal_48_regular" @@ -24696,8 +24782,6 @@ import Foundation case .mountainLocationTop28Filled: return "ic_fluent_mountain_location_top_28_filled" case .mountainLocationTop28Regular: return "ic_fluent_mountain_location_top_28_regular" case .mountainTrail20Filled: return "ic_fluent_mountain_trail_20_filled" - default: break } - switch self { case .mountainTrail20Regular: return "ic_fluent_mountain_trail_20_regular" case .mountainTrail24Filled: return "ic_fluent_mountain_trail_24_filled" case .mountainTrail24Regular: return "ic_fluent_mountain_trail_24_regular" @@ -24770,6 +24854,8 @@ import Foundation case .multiplier5X48Filled: return "ic_fluent_multiplier_5x_48_filled" case .multiplier5X48Regular: return "ic_fluent_multiplier_5x_48_regular" case .multiselect16Filled: return "ic_fluent_multiselect_16_filled" + default: break } + switch self { case .multiselect16Regular: return "ic_fluent_multiselect_16_regular" case .multiselect20Filled: return "ic_fluent_multiselect_20_filled" case .multiselect20Regular: return "ic_fluent_multiselect_20_regular" @@ -24798,8 +24884,6 @@ import Foundation case .musicNoteOff224Filled: return "ic_fluent_music_note_off_2_24_filled" case .musicNoteOff224Regular: return "ic_fluent_music_note_off_2_24_regular" case .myLocation12Filled: return "ic_fluent_my_location_12_filled" - default: break } - switch self { case .myLocation12Regular: return "ic_fluent_my_location_12_regular" case .myLocation16Filled: return "ic_fluent_my_location_16_filled" case .myLocation16Regular: return "ic_fluent_my_location_16_regular" @@ -24872,6 +24956,8 @@ import Foundation case .noteAdd20Filled: return "ic_fluent_note_add_20_filled" case .noteAdd20Regular: return "ic_fluent_note_add_20_regular" case .noteAdd24Filled: return "ic_fluent_note_add_24_filled" + default: break } + switch self { case .noteAdd24Regular: return "ic_fluent_note_add_24_regular" case .noteAdd28Filled: return "ic_fluent_note_add_28_filled" case .noteAdd28Regular: return "ic_fluent_note_add_28_regular" @@ -24900,8 +24986,6 @@ import Foundation case .notebookArrowCurveDown20Filled: return "ic_fluent_notebook_arrow_curve_down_20_filled" case .notebookArrowCurveDown20Regular: return "ic_fluent_notebook_arrow_curve_down_20_regular" case .notebookError20Filled: return "ic_fluent_notebook_error_20_filled" - default: break } - switch self { case .notebookError20Regular: return "ic_fluent_notebook_error_20_regular" case .notebookError24Filled: return "ic_fluent_notebook_error_24_filled" case .notebookError24Regular: return "ic_fluent_notebook_error_24_regular" @@ -24974,6 +25058,8 @@ import Foundation case .numberCircle128Filled: return "ic_fluent_number_circle_1_28_filled" case .numberCircle128Regular: return "ic_fluent_number_circle_1_28_regular" case .numberCircle132Filled: return "ic_fluent_number_circle_1_32_filled" + default: break } + switch self { case .numberCircle132Regular: return "ic_fluent_number_circle_1_32_regular" case .numberCircle148Filled: return "ic_fluent_number_circle_1_48_filled" case .numberCircle148Regular: return "ic_fluent_number_circle_1_48_regular" @@ -25002,8 +25088,6 @@ import Foundation case .numberCircle348Filled: return "ic_fluent_number_circle_3_48_filled" case .numberCircle348Regular: return "ic_fluent_number_circle_3_48_regular" case .numberCircle416Filled: return "ic_fluent_number_circle_4_16_filled" - default: break } - switch self { case .numberCircle416Regular: return "ic_fluent_number_circle_4_16_regular" case .numberCircle420Filled: return "ic_fluent_number_circle_4_20_filled" case .numberCircle420Regular: return "ic_fluent_number_circle_4_20_regular" @@ -25076,6 +25160,8 @@ import Foundation case .numberCircle948Filled: return "ic_fluent_number_circle_9_48_filled" case .numberCircle948Regular: return "ic_fluent_number_circle_9_48_regular" case .numberRow16Filled: return "ic_fluent_number_row_16_filled" + default: break } + switch self { case .numberRow16Regular: return "ic_fluent_number_row_16_regular" case .numberRow20Filled: return "ic_fluent_number_row_20_filled" case .numberRow20Regular: return "ic_fluent_number_row_20_regular" @@ -25104,8 +25190,6 @@ import Foundation case .open12Filled: return "ic_fluent_open_12_filled" case .open12Regular: return "ic_fluent_open_12_regular" case .open16Filled: return "ic_fluent_open_16_filled" - default: break } - switch self { case .open16Regular: return "ic_fluent_open_16_regular" case .open20Filled: return "ic_fluent_open_20_filled" case .open20Regular: return "ic_fluent_open_20_regular" @@ -25178,6 +25262,8 @@ 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" @@ -25206,8 +25292,6 @@ import Foundation case .paddingRight24Filled: return "ic_fluent_padding_right_24_filled" case .paddingRight24Regular: return "ic_fluent_padding_right_24_regular" case .paddingTop20Filled: return "ic_fluent_padding_top_20_filled" - default: break } - switch self { case .paddingTop20Regular: return "ic_fluent_padding_top_20_regular" case .paddingTop24Filled: return "ic_fluent_padding_top_24_filled" case .paddingTop24Regular: return "ic_fluent_padding_top_24_regular" @@ -25280,6 +25364,8 @@ 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" @@ -25308,8 +25394,6 @@ import Foundation case .panelLeftHeaderAdd16Filled: return "ic_fluent_panel_left_header_add_16_filled" case .panelLeftHeaderAdd16Regular: return "ic_fluent_panel_left_header_add_16_regular" case .panelLeftHeaderAdd20Filled: return "ic_fluent_panel_left_header_add_20_filled" - default: break } - switch self { case .panelLeftHeaderAdd20Regular: return "ic_fluent_panel_left_header_add_20_regular" case .panelLeftHeaderAdd24Filled: return "ic_fluent_panel_left_header_add_24_filled" case .panelLeftHeaderAdd24Regular: return "ic_fluent_panel_left_header_add_24_regular" @@ -25382,6 +25466,8 @@ 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" @@ -25410,8 +25496,6 @@ import Foundation case .panelTopGallery16Filled: return "ic_fluent_panel_top_gallery_16_filled" case .panelTopGallery16Regular: return "ic_fluent_panel_top_gallery_16_regular" case .panelTopGallery20Filled: return "ic_fluent_panel_top_gallery_20_filled" - default: break } - switch self { case .panelTopGallery20Regular: return "ic_fluent_panel_top_gallery_20_regular" case .panelTopGallery24Filled: return "ic_fluent_panel_top_gallery_24_filled" case .panelTopGallery24Regular: return "ic_fluent_panel_top_gallery_24_regular" @@ -25484,6 +25568,8 @@ import Foundation case .paymentWireless28Filled: return "ic_fluent_payment_wireless_28_filled" case .paymentWireless28Regular: return "ic_fluent_payment_wireless_28_regular" case .paymentWireless32Filled: return "ic_fluent_payment_wireless_32_filled" + default: break } + switch self { case .paymentWireless32Regular: return "ic_fluent_payment_wireless_32_regular" case .paymentWireless48Filled: return "ic_fluent_payment_wireless_48_filled" case .paymentWireless48Regular: return "ic_fluent_payment_wireless_48_regular" @@ -25512,8 +25598,6 @@ import Foundation case .penDismiss48Filled: return "ic_fluent_pen_dismiss_48_filled" case .penDismiss48Regular: return "ic_fluent_pen_dismiss_48_regular" case .penOff16Filled: return "ic_fluent_pen_off_16_filled" - default: break } - switch self { case .penOff16Regular: return "ic_fluent_pen_off_16_regular" case .penOff20Filled: return "ic_fluent_pen_off_20_filled" case .penOff20Regular: return "ic_fluent_pen_off_20_regular" @@ -25586,6 +25670,8 @@ import Foundation case .peopleAudience32Filled: return "ic_fluent_people_audience_32_filled" case .peopleAudience32Regular: return "ic_fluent_people_audience_32_regular" case .peopleCall16Filled: return "ic_fluent_people_call_16_filled" + default: break } + switch self { case .peopleCall16Regular: return "ic_fluent_people_call_16_regular" case .peopleCall20Filled: return "ic_fluent_people_call_20_filled" case .peopleCall20Regular: return "ic_fluent_people_call_20_regular" @@ -25614,8 +25700,6 @@ import Foundation case .peopleCommunity32Filled: return "ic_fluent_people_community_32_filled" case .peopleCommunity32Regular: return "ic_fluent_people_community_32_regular" case .peopleCommunity48Filled: return "ic_fluent_people_community_48_filled" - default: break } - switch self { case .peopleCommunity48Regular: return "ic_fluent_people_community_48_regular" case .peopleCommunityAdd20Filled: return "ic_fluent_people_community_add_20_filled" case .peopleCommunityAdd20Regular: return "ic_fluent_people_community_add_20_regular" @@ -25685,6 +25769,14 @@ import Foundation case .peopleStar32Regular: return "ic_fluent_people_star_32_regular" case .peopleStar48Filled: return "ic_fluent_people_star_48_filled" case .peopleStar48Regular: return "ic_fluent_people_star_48_regular" + case .peopleSubtract20Filled: return "ic_fluent_people_subtract_20_filled" + case .peopleSubtract20Regular: return "ic_fluent_people_subtract_20_regular" + case .peopleSubtract24Filled: return "ic_fluent_people_subtract_24_filled" + default: break } + switch self { + case .peopleSubtract24Regular: return "ic_fluent_people_subtract_24_regular" + case .peopleSubtract32Filled: return "ic_fluent_people_subtract_32_filled" + case .peopleSubtract32Regular: return "ic_fluent_people_subtract_32_regular" case .peopleSwap16Filled: return "ic_fluent_people_swap_16_filled" case .peopleSwap16Regular: return "ic_fluent_people_swap_16_regular" case .peopleSwap20Filled: return "ic_fluent_people_swap_20_filled" @@ -25716,8 +25808,6 @@ import Foundation case .peopleTeamAdd24Filled: return "ic_fluent_people_team_add_24_filled" case .peopleTeamAdd24Regular: return "ic_fluent_people_team_add_24_regular" case .peopleTeamDelete16Filled: return "ic_fluent_people_team_delete_16_filled" - default: break } - switch self { case .peopleTeamDelete16Regular: return "ic_fluent_people_team_delete_16_regular" case .peopleTeamDelete20Filled: return "ic_fluent_people_team_delete_20_filled" case .peopleTeamDelete20Regular: return "ic_fluent_people_team_delete_20_regular" @@ -25779,6 +25869,16 @@ import Foundation case .personAlert24Regular: return "ic_fluent_person_alert_24_regular" case .personAlert32Filled: return "ic_fluent_person_alert_32_filled" case .personAlert32Regular: return "ic_fluent_person_alert_32_regular" + case .personAlertOff16Filled: return "ic_fluent_person_alert_off_16_filled" + case .personAlertOff16Regular: return "ic_fluent_person_alert_off_16_regular" + case .personAlertOff20Filled: return "ic_fluent_person_alert_off_20_filled" + case .personAlertOff20Regular: return "ic_fluent_person_alert_off_20_regular" + case .personAlertOff24Filled: return "ic_fluent_person_alert_off_24_filled" + default: break } + switch self { + case .personAlertOff24Regular: return "ic_fluent_person_alert_off_24_regular" + case .personAlertOff32Filled: return "ic_fluent_person_alert_off_32_filled" + case .personAlertOff32Regular: return "ic_fluent_person_alert_off_32_regular" case .personArrowBack16Filled: return "ic_fluent_person_arrow_back_16_filled" case .personArrowBack16Regular: return "ic_fluent_person_arrow_back_16_regular" case .personArrowBack20Filled: return "ic_fluent_person_arrow_back_20_filled" @@ -25818,8 +25918,6 @@ import Foundation case .personBoard28Filled: return "ic_fluent_person_board_28_filled" case .personBoard28Regular: return "ic_fluent_person_board_28_regular" case .personBoard32Filled: return "ic_fluent_person_board_32_filled" - default: break } - switch self { case .personBoard32Regular: return "ic_fluent_person_board_32_regular" case .personCall16Filled: return "ic_fluent_person_call_16_filled" case .personCall16Regular: return "ic_fluent_person_call_16_regular" @@ -25878,6 +25976,8 @@ import Foundation case .personHeart20Filled: return "ic_fluent_person_heart_20_filled" case .personHeart20Regular: return "ic_fluent_person_heart_20_regular" case .personHeart24Filled: return "ic_fluent_person_heart_24_filled" + default: break } + switch self { case .personHeart24Regular: return "ic_fluent_person_heart_24_regular" case .personInfo16Filled: return "ic_fluent_person_info_16_filled" case .personInfo16Regular: return "ic_fluent_person_info_16_regular" @@ -25920,8 +26020,6 @@ import Foundation case .personMail24Filled: return "ic_fluent_person_mail_24_filled" case .personMail24Regular: return "ic_fluent_person_mail_24_regular" case .personMail28Filled: return "ic_fluent_person_mail_28_filled" - default: break } - switch self { case .personMail28Regular: return "ic_fluent_person_mail_28_regular" case .personMail48Filled: return "ic_fluent_person_mail_48_filled" case .personMail48Regular: return "ic_fluent_person_mail_48_regular" @@ -25980,6 +26078,8 @@ import Foundation case .personSearch16Filled: return "ic_fluent_person_search_16_filled" case .personSearch16Regular: return "ic_fluent_person_search_16_regular" case .personSearch20Filled: return "ic_fluent_person_search_20_filled" + default: break } + switch self { case .personSearch20Regular: return "ic_fluent_person_search_20_regular" case .personSearch24Filled: return "ic_fluent_person_search_24_filled" case .personSearch24Regular: return "ic_fluent_person_search_24_regular" @@ -26022,8 +26122,6 @@ import Foundation case .personStarburst20Filled: return "ic_fluent_person_starburst_20_filled" case .personStarburst20Regular: return "ic_fluent_person_starburst_20_regular" case .personStarburst24Filled: return "ic_fluent_person_starburst_24_filled" - default: break } - switch self { case .personStarburst24Regular: return "ic_fluent_person_starburst_24_regular" case .personSubtract16Filled: return "ic_fluent_person_subtract_16_filled" case .personSubtract16Regular: return "ic_fluent_person_subtract_16_regular" @@ -26082,6 +26180,8 @@ import Foundation case .personWarning16Filled: return "ic_fluent_person_warning_16_filled" case .personWarning16Regular: return "ic_fluent_person_warning_16_regular" case .personWarning20Filled: return "ic_fluent_person_warning_20_filled" + default: break } + switch self { case .personWarning20Regular: return "ic_fluent_person_warning_20_regular" case .personWarning24Filled: return "ic_fluent_person_warning_24_filled" case .personWarning24Regular: return "ic_fluent_person_warning_24_regular" @@ -26124,8 +26224,6 @@ import Foundation case .phoneChat24Filled: return "ic_fluent_phone_chat_24_filled" case .phoneChat24Regular: return "ic_fluent_phone_chat_24_regular" case .phoneChat28Filled: return "ic_fluent_phone_chat_28_filled" - default: break } - switch self { case .phoneChat28Regular: return "ic_fluent_phone_chat_28_regular" case .phoneCheckmark16Filled: return "ic_fluent_phone_checkmark_16_filled" case .phoneCheckmark16Regular: return "ic_fluent_phone_checkmark_16_regular" @@ -26184,6 +26282,8 @@ import Foundation case .phoneLock20Filled: return "ic_fluent_phone_lock_20_filled" case .phoneLock20Regular: return "ic_fluent_phone_lock_20_regular" case .phoneLock24Filled: return "ic_fluent_phone_lock_24_filled" + default: break } + switch self { case .phoneLock24Regular: return "ic_fluent_phone_lock_24_regular" case .phoneMultiple24Filled: return "ic_fluent_phone_multiple_24_filled" case .phoneMultiple24Regular: return "ic_fluent_phone_multiple_24_regular" @@ -26226,8 +26326,6 @@ import Foundation case .phoneSpeaker20Filled: return "ic_fluent_phone_speaker_20_filled" case .phoneSpeaker20Regular: return "ic_fluent_phone_speaker_20_regular" case .phoneSpeaker24Filled: return "ic_fluent_phone_speaker_24_filled" - default: break } - switch self { case .phoneSpeaker24Regular: return "ic_fluent_phone_speaker_24_regular" case .phoneStatusBar20Filled: return "ic_fluent_phone_status_bar_20_filled" case .phoneStatusBar20Regular: return "ic_fluent_phone_status_bar_20_regular" @@ -26286,6 +26384,8 @@ import Foundation case .pill20Filled: return "ic_fluent_pill_20_filled" case .pill20Regular: return "ic_fluent_pill_20_regular" case .pill24Filled: return "ic_fluent_pill_24_filled" + default: break } + switch self { case .pill24Regular: return "ic_fluent_pill_24_regular" case .pill28Filled: return "ic_fluent_pill_28_filled" case .pill28Regular: return "ic_fluent_pill_28_regular" @@ -26328,8 +26428,6 @@ import Foundation case .pipelineArrowCurveDown20Filled: return "ic_fluent_pipeline_arrow_curve_down_20_filled" case .pipelineArrowCurveDown20Regular: return "ic_fluent_pipeline_arrow_curve_down_20_regular" case .pipelinePlay20Filled: return "ic_fluent_pipeline_play_20_filled" - default: break } - switch self { case .pipelinePlay20Regular: return "ic_fluent_pipeline_play_20_regular" case .pivot20Filled: return "ic_fluent_pivot_20_filled" case .pivot20Regular: return "ic_fluent_pivot_20_regular" @@ -26388,6 +26486,8 @@ import Foundation case .playingCards20Filled: return "ic_fluent_playing_cards_20_filled" case .playingCards20Regular: return "ic_fluent_playing_cards_20_regular" case .plugConnected16Filled: return "ic_fluent_plug_connected_16_filled" + default: break } + switch self { case .plugConnected16Regular: return "ic_fluent_plug_connected_16_regular" case .plugConnected20Filled: return "ic_fluent_plug_connected_20_filled" case .plugConnected20Regular: return "ic_fluent_plug_connected_20_regular" @@ -26430,8 +26530,6 @@ import Foundation case .pollHorizontal24Filled: return "ic_fluent_poll_horizontal_24_filled" case .pollHorizontal24Regular: return "ic_fluent_poll_horizontal_24_regular" case .pollOff16Filled: return "ic_fluent_poll_off_16_filled" - default: break } - switch self { case .pollOff16Regular: return "ic_fluent_poll_off_16_regular" case .pollOff20Filled: return "ic_fluent_poll_off_20_filled" case .pollOff20Regular: return "ic_fluent_poll_off_20_regular" @@ -26490,6 +26588,8 @@ import Foundation case .premium24Filled: return "ic_fluent_premium_24_filled" case .premium24Regular: return "ic_fluent_premium_24_regular" case .premium28Filled: return "ic_fluent_premium_28_filled" + default: break } + switch self { case .premium28Regular: return "ic_fluent_premium_28_regular" case .premium32Filled: return "ic_fluent_premium_32_filled" case .premium32Regular: return "ic_fluent_premium_32_regular" @@ -26532,8 +26632,6 @@ import Foundation case .presenceDnd10Filled: return "ic_fluent_presence_dnd_10_filled" case .presenceDnd10Regular: return "ic_fluent_presence_dnd_10_regular" case .presenceDnd12Filled: return "ic_fluent_presence_dnd_12_filled" - default: break } - switch self { case .presenceDnd12Regular: return "ic_fluent_presence_dnd_12_regular" case .presenceDnd16Filled: return "ic_fluent_presence_dnd_16_filled" case .presenceDnd16Regular: return "ic_fluent_presence_dnd_16_regular" @@ -26592,6 +26690,8 @@ import Foundation case .print20Regular: return "ic_fluent_print_20_regular" case .print24Filled: return "ic_fluent_print_24_filled" case .print24Regular: return "ic_fluent_print_24_regular" + default: break } + switch self { case .print28Filled: return "ic_fluent_print_28_filled" case .print28Regular: return "ic_fluent_print_28_regular" case .print32Filled: return "ic_fluent_print_32_filled" @@ -26634,8 +26734,6 @@ import Foundation case .prohibitedMultiple28Regular: return "ic_fluent_prohibited_multiple_28_regular" case .prohibitedNote20Filled: return "ic_fluent_prohibited_note_20_filled" case .prohibitedNote20Regular: return "ic_fluent_prohibited_note_20_regular" - default: break } - switch self { case .projectionScreen16Filled: return "ic_fluent_projection_screen_16_filled" case .projectionScreen16Regular: return "ic_fluent_projection_screen_16_regular" case .projectionScreen20Filled: return "ic_fluent_projection_screen_20_filled" @@ -26694,6 +26792,8 @@ import Foundation case .puzzlePiece24Regular: return "ic_fluent_puzzle_piece_24_regular" case .puzzlePieceShield20Filled: return "ic_fluent_puzzle_piece_shield_20_filled" case .puzzlePieceShield20Regular: return "ic_fluent_puzzle_piece_shield_20_regular" + default: break } + switch self { case .qrCode20Filled: return "ic_fluent_qr_code_20_filled" case .qrCode20Regular: return "ic_fluent_qr_code_20_regular" case .qrCode24Filled: return "ic_fluent_qr_code_24_filled" @@ -26736,8 +26836,6 @@ import Foundation case .quizNew48Regular: return "ic_fluent_quiz_new_48_regular" case .radar20Filled: return "ic_fluent_radar_20_filled" case .radar20Regular: return "ic_fluent_radar_20_regular" - default: break } - switch self { case .radarCheckmark20Filled: return "ic_fluent_radar_checkmark_20_filled" case .radarCheckmark20Regular: return "ic_fluent_radar_checkmark_20_regular" case .radarRectangleMultiple20Filled: return "ic_fluent_radar_rectangle_multiple_20_filled" @@ -26796,6 +26894,8 @@ import Foundation case .readingList20Regular: return "ic_fluent_reading_list_20_regular" case .readingList24Filled: return "ic_fluent_reading_list_24_filled" case .readingList24Regular: return "ic_fluent_reading_list_24_regular" + default: break } + switch self { case .readingList28Filled: return "ic_fluent_reading_list_28_filled" case .readingList28Regular: return "ic_fluent_reading_list_28_regular" case .readingListAdd16Filled: return "ic_fluent_reading_list_add_16_filled" @@ -26838,8 +26938,6 @@ import Foundation case .receiptCube24Regular: return "ic_fluent_receipt_cube_24_regular" case .receiptMoney16Filled: return "ic_fluent_receipt_money_16_filled" case .receiptMoney16Regular: return "ic_fluent_receipt_money_16_regular" - default: break } - switch self { case .receiptMoney20Filled: return "ic_fluent_receipt_money_20_filled" case .receiptMoney20Regular: return "ic_fluent_receipt_money_20_regular" case .receiptMoney24Filled: return "ic_fluent_receipt_money_24_filled" @@ -26898,6 +26996,8 @@ import Foundation case .rectangleLandscape32Regular: return "ic_fluent_rectangle_landscape_32_regular" case .rectangleLandscape48Filled: return "ic_fluent_rectangle_landscape_48_filled" case .rectangleLandscape48Regular: return "ic_fluent_rectangle_landscape_48_regular" + default: break } + switch self { case .rectangleLandscapeHintCopy16Filled: return "ic_fluent_rectangle_landscape_hint_copy_16_filled" case .rectangleLandscapeHintCopy16Regular: return "ic_fluent_rectangle_landscape_hint_copy_16_regular" case .rectangleLandscapeHintCopy20Filled: return "ic_fluent_rectangle_landscape_hint_copy_20_filled" @@ -26940,8 +27040,6 @@ import Foundation case .recycle32Regular: return "ic_fluent_recycle_32_regular" case .remixAdd16Filled: return "ic_fluent_remix_add_16_filled" case .remixAdd16Regular: return "ic_fluent_remix_add_16_regular" - default: break } - switch self { case .remixAdd20Filled: return "ic_fluent_remix_add_20_filled" case .remixAdd20Regular: return "ic_fluent_remix_add_20_regular" case .remixAdd24Filled: return "ic_fluent_remix_add_24_filled" @@ -27000,6 +27098,8 @@ import Foundation case .resizeVideo20Regular: return "ic_fluent_resize_video_20_regular" case .resizeVideo24Filled: return "ic_fluent_resize_video_24_filled" case .resizeVideo24Regular: return "ic_fluent_resize_video_24_regular" + default: break } + switch self { case .reward12Filled: return "ic_fluent_reward_12_filled" case .reward12Regular: return "ic_fluent_reward_12_regular" case .reward16Filled: return "ic_fluent_reward_16_filled" @@ -27042,8 +27142,6 @@ import Foundation case .ribbonAdd20Regular: return "ic_fluent_ribbon_add_20_regular" case .ribbonAdd24Filled: return "ic_fluent_ribbon_add_24_filled" case .ribbonAdd24Regular: return "ic_fluent_ribbon_add_24_regular" - default: break } - switch self { case .ribbonOff12Filled: return "ic_fluent_ribbon_off_12_filled" case .ribbonOff12Regular: return "ic_fluent_ribbon_off_12_regular" case .ribbonOff16Filled: return "ic_fluent_ribbon_off_16_filled" @@ -27102,6 +27200,8 @@ import Foundation case .rss20Regular: return "ic_fluent_rss_20_regular" case .rss24Filled: return "ic_fluent_rss_24_filled" case .rss24Regular: return "ic_fluent_rss_24_regular" + default: break } + switch self { case .ruler16Filled: return "ic_fluent_ruler_16_filled" case .ruler16Regular: return "ic_fluent_ruler_16_regular" case .ruler20Filled: return "ic_fluent_ruler_20_filled" @@ -27144,8 +27244,6 @@ import Foundation case .saveCopy24Regular: return "ic_fluent_save_copy_24_regular" case .saveEdit20Filled: return "ic_fluent_save_edit_20_filled" case .saveEdit20Regular: return "ic_fluent_save_edit_20_regular" - default: break } - switch self { case .saveEdit24Filled: return "ic_fluent_save_edit_24_filled" case .saveEdit24Regular: return "ic_fluent_save_edit_24_regular" case .saveImage20Filled: return "ic_fluent_save_image_20_filled" @@ -27204,6 +27302,8 @@ import Foundation case .scanDash16Regular: return "ic_fluent_scan_dash_16_regular" case .scanDash20Filled: return "ic_fluent_scan_dash_20_filled" case .scanDash20Regular: return "ic_fluent_scan_dash_20_regular" + default: break } + switch self { case .scanDash24Filled: return "ic_fluent_scan_dash_24_filled" case .scanDash24Regular: return "ic_fluent_scan_dash_24_regular" case .scanDash28Filled: return "ic_fluent_scan_dash_28_filled" @@ -27246,8 +27346,6 @@ import Foundation case .scanThumbUp20Regular: return "ic_fluent_scan_thumb_up_20_regular" case .scanThumbUp24Filled: return "ic_fluent_scan_thumb_up_24_filled" case .scanThumbUp24Regular: return "ic_fluent_scan_thumb_up_24_regular" - default: break } - switch self { case .scanThumbUp28Filled: return "ic_fluent_scan_thumb_up_28_filled" case .scanThumbUp28Regular: return "ic_fluent_scan_thumb_up_28_regular" case .scanThumbUp48Filled: return "ic_fluent_scan_thumb_up_48_filled" @@ -27306,6 +27404,8 @@ import Foundation case .script16Regular: return "ic_fluent_script_16_regular" case .script20Filled: return "ic_fluent_script_20_filled" case .script20Regular: return "ic_fluent_script_20_regular" + default: break } + switch self { case .script24Filled: return "ic_fluent_script_24_filled" case .script24Regular: return "ic_fluent_script_24_regular" case .script32Filled: return "ic_fluent_script_32_filled" @@ -27348,8 +27448,6 @@ import Foundation case .seat20Regular: return "ic_fluent_seat_20_regular" case .seat24Filled: return "ic_fluent_seat_24_filled" case .seat24Regular: return "ic_fluent_seat_24_regular" - default: break } - switch self { case .seatAdd16Filled: return "ic_fluent_seat_add_16_filled" case .seatAdd16Regular: return "ic_fluent_seat_add_16_regular" case .seatAdd20Filled: return "ic_fluent_seat_add_20_filled" @@ -27408,6 +27506,8 @@ import Foundation case .sendBeaker32Regular: return "ic_fluent_send_beaker_32_regular" case .sendBeaker48Filled: return "ic_fluent_send_beaker_48_filled" case .sendBeaker48Regular: return "ic_fluent_send_beaker_48_regular" + default: break } + switch self { case .sendClock20Filled: return "ic_fluent_send_clock_20_filled" case .sendClock20Regular: return "ic_fluent_send_clock_20_regular" case .sendClock24Filled: return "ic_fluent_send_clock_24_filled" @@ -27450,8 +27550,6 @@ import Foundation case .serviceBell20Regular: return "ic_fluent_service_bell_20_regular" case .serviceBell24Filled: return "ic_fluent_service_bell_24_filled" case .serviceBell24Regular: return "ic_fluent_service_bell_24_regular" - default: break } - switch self { case .settings16Filled: return "ic_fluent_settings_16_filled" case .settings16Regular: return "ic_fluent_settings_16_regular" case .settings20Filled: return "ic_fluent_settings_20_filled" @@ -27510,6 +27608,8 @@ import Foundation case .shapeUnion24Regular: return "ic_fluent_shape_union_24_regular" case .shapes16Filled: return "ic_fluent_shapes_16_filled" case .shapes16Regular: return "ic_fluent_shapes_16_regular" + default: break } + switch self { case .shapes20Filled: return "ic_fluent_shapes_20_filled" case .shapes20Regular: return "ic_fluent_shapes_20_regular" case .shapes24Filled: return "ic_fluent_shapes_24_filled" @@ -27552,8 +27652,6 @@ import Foundation case .shareIos48Regular: return "ic_fluent_share_ios_48_regular" case .shareScreenPerson16Filled: return "ic_fluent_share_screen_person_16_filled" case .shareScreenPerson16Regular: return "ic_fluent_share_screen_person_16_regular" - default: break } - switch self { case .shareScreenPerson20Filled: return "ic_fluent_share_screen_person_20_filled" case .shareScreenPerson20Regular: return "ic_fluent_share_screen_person_20_regular" case .shareScreenPerson24Filled: return "ic_fluent_share_screen_person_24_filled" @@ -27612,6 +27710,8 @@ import Foundation case .shield24Regular: return "ic_fluent_shield_24_regular" case .shield28Filled: return "ic_fluent_shield_28_filled" case .shield28Regular: return "ic_fluent_shield_28_regular" + default: break } + switch self { case .shield32Filled: return "ic_fluent_shield_32_filled" case .shield32Regular: return "ic_fluent_shield_32_regular" case .shield48Filled: return "ic_fluent_shield_48_filled" @@ -27654,8 +27754,6 @@ import Foundation case .shieldGlobe16Regular: return "ic_fluent_shield_globe_16_regular" case .shieldGlobe20Filled: return "ic_fluent_shield_globe_20_filled" case .shieldGlobe20Regular: return "ic_fluent_shield_globe_20_regular" - default: break } - switch self { case .shieldGlobe24Filled: return "ic_fluent_shield_globe_24_filled" case .shieldGlobe24Regular: return "ic_fluent_shield_globe_24_regular" case .shieldKeyhole16Filled: return "ic_fluent_shield_keyhole_16_filled" @@ -27714,6 +27812,8 @@ import Foundation case .shifts30Minutes24Regular: return "ic_fluent_shifts_30_minutes_24_regular" case .shifts32Filled: return "ic_fluent_shifts_32_filled" case .shifts32Regular: return "ic_fluent_shifts_32_regular" + default: break } + switch self { case .shiftsActivity16Filled: return "ic_fluent_shifts_activity_16_filled" case .shiftsActivity16Regular: return "ic_fluent_shifts_activity_16_regular" case .shiftsActivity20Filled: return "ic_fluent_shifts_activity_20_filled" @@ -27756,10 +27856,10 @@ import Foundation case .shoppingBag16Regular: return "ic_fluent_shopping_bag_16_regular" case .shoppingBag20Filled: return "ic_fluent_shopping_bag_20_filled" case .shoppingBag20Regular: return "ic_fluent_shopping_bag_20_regular" - default: break } - switch self { case .shoppingBag24Filled: return "ic_fluent_shopping_bag_24_filled" case .shoppingBag24Regular: return "ic_fluent_shopping_bag_24_regular" + case .shoppingBagAdd16Filled: return "ic_fluent_shopping_bag_add_16_filled" + case .shoppingBagAdd16Regular: return "ic_fluent_shopping_bag_add_16_regular" case .shoppingBagAdd20Filled: return "ic_fluent_shopping_bag_add_20_filled" case .shoppingBagAdd20Regular: return "ic_fluent_shopping_bag_add_20_regular" case .shoppingBagAdd24Filled: return "ic_fluent_shopping_bag_add_24_filled" @@ -27814,6 +27914,8 @@ import Foundation case .signature28Regular: return "ic_fluent_signature_28_regular" case .signature32Filled: return "ic_fluent_signature_32_filled" case .signature32Regular: return "ic_fluent_signature_32_regular" + default: break } + switch self { case .sim16Filled: return "ic_fluent_sim_16_filled" case .sim16Regular: return "ic_fluent_sim_16_regular" case .sim20Filled: return "ic_fluent_sim_20_filled" @@ -27858,8 +27960,6 @@ import Foundation case .slashForward12Regular: return "ic_fluent_slash_forward_12_regular" case .slashForward16Filled: return "ic_fluent_slash_forward_16_filled" case .slashForward16Regular: return "ic_fluent_slash_forward_16_regular" - default: break } - switch self { case .slashForward20Filled: return "ic_fluent_slash_forward_20_filled" case .slashForward20Regular: return "ic_fluent_slash_forward_20_regular" case .slashForward24Filled: return "ic_fluent_slash_forward_24_filled" @@ -27916,6 +28016,8 @@ import Foundation case .slideMicrophone32Regular: return "ic_fluent_slide_microphone_32_regular" case .slideMultiple20Filled: return "ic_fluent_slide_multiple_20_filled" case .slideMultiple20Regular: return "ic_fluent_slide_multiple_20_regular" + default: break } + switch self { case .slideMultiple24Filled: return "ic_fluent_slide_multiple_24_filled" case .slideMultiple24Regular: return "ic_fluent_slide_multiple_24_regular" case .slideMultipleArrowRight20Filled: return "ic_fluent_slide_multiple_arrow_right_20_filled" @@ -27960,8 +28062,6 @@ import Foundation case .slideText20Regular: return "ic_fluent_slide_text_20_regular" case .slideText24Filled: return "ic_fluent_slide_text_24_filled" case .slideText24Regular: return "ic_fluent_slide_text_24_regular" - default: break } - switch self { case .slideText28Filled: return "ic_fluent_slide_text_28_filled" case .slideText28Regular: return "ic_fluent_slide_text_28_regular" case .slideText48Filled: return "ic_fluent_slide_text_48_filled" @@ -28018,6 +28118,8 @@ import Foundation case .smartwatchDot20Regular: return "ic_fluent_smartwatch_dot_20_regular" case .smartwatchDot24Filled: return "ic_fluent_smartwatch_dot_24_filled" case .smartwatchDot24Regular: return "ic_fluent_smartwatch_dot_24_regular" + default: break } + switch self { case .snooze16Filled: return "ic_fluent_snooze_16_filled" case .snooze16Regular: return "ic_fluent_snooze_16_regular" case .snooze20Filled: return "ic_fluent_snooze_20_filled" @@ -28062,8 +28164,6 @@ import Foundation case .sparkle32Regular: return "ic_fluent_sparkle_32_regular" case .sparkle48Filled: return "ic_fluent_sparkle_48_filled" case .sparkle48Regular: return "ic_fluent_sparkle_48_regular" - default: break } - switch self { case .sparkleCircle16Filled: return "ic_fluent_sparkle_circle_16_filled" case .sparkleCircle16Regular: return "ic_fluent_sparkle_circle_16_regular" case .sparkleCircle20Filled: return "ic_fluent_sparkle_circle_20_filled" @@ -28076,6 +28176,18 @@ import Foundation case .sparkleCircle32Regular: return "ic_fluent_sparkle_circle_32_regular" case .sparkleCircle48Filled: return "ic_fluent_sparkle_circle_48_filled" case .sparkleCircle48Regular: return "ic_fluent_sparkle_circle_48_regular" + case .spatulaSpoon16Filled: return "ic_fluent_spatula_spoon_16_filled" + case .spatulaSpoon16Regular: return "ic_fluent_spatula_spoon_16_regular" + case .spatulaSpoon20Filled: return "ic_fluent_spatula_spoon_20_filled" + case .spatulaSpoon20Regular: return "ic_fluent_spatula_spoon_20_regular" + case .spatulaSpoon24Filled: return "ic_fluent_spatula_spoon_24_filled" + case .spatulaSpoon24Regular: return "ic_fluent_spatula_spoon_24_regular" + case .spatulaSpoon28Filled: return "ic_fluent_spatula_spoon_28_filled" + case .spatulaSpoon28Regular: return "ic_fluent_spatula_spoon_28_regular" + case .spatulaSpoon32Filled: return "ic_fluent_spatula_spoon_32_filled" + case .spatulaSpoon32Regular: return "ic_fluent_spatula_spoon_32_regular" + case .spatulaSpoon48Filled: return "ic_fluent_spatula_spoon_48_filled" + case .spatulaSpoon48Regular: return "ic_fluent_spatula_spoon_48_regular" case .speaker016Filled: return "ic_fluent_speaker_0_16_filled" case .speaker016Regular: return "ic_fluent_speaker_0_16_regular" case .speaker020Filled: return "ic_fluent_speaker_0_20_filled" @@ -28108,6 +28220,8 @@ import Foundation case .speaker224Regular: return "ic_fluent_speaker_2_24_regular" case .speaker228Filled: return "ic_fluent_speaker_2_28_filled" case .speaker228Regular: return "ic_fluent_speaker_2_28_regular" + default: break } + switch self { case .speaker232Filled: return "ic_fluent_speaker_2_32_filled" case .speaker232Regular: return "ic_fluent_speaker_2_32_regular" case .speaker248Filled: return "ic_fluent_speaker_2_48_filled" @@ -28164,8 +28278,6 @@ import Foundation case .speakerUsb24Regular: return "ic_fluent_speaker_usb_24_regular" case .speakerUsb28Filled: return "ic_fluent_speaker_usb_28_filled" case .speakerUsb28Regular: return "ic_fluent_speaker_usb_28_regular" - default: break } - switch self { case .spinnerIos16Filled: return "ic_fluent_spinner_ios_16_filled" case .spinnerIos16Regular: return "ic_fluent_spinner_ios_16_regular" case .spinnerIos20Filled: return "ic_fluent_spinner_ios_20_filled" @@ -28210,6 +28322,8 @@ import Foundation case .sportAmericanFootball20Regular: return "ic_fluent_sport_american_football_20_regular" case .sportAmericanFootball24Filled: return "ic_fluent_sport_american_football_24_filled" case .sportAmericanFootball24Regular: return "ic_fluent_sport_american_football_24_regular" + default: break } + switch self { case .sportBaseball20Filled: return "ic_fluent_sport_baseball_20_filled" case .sportBaseball20Regular: return "ic_fluent_sport_baseball_20_regular" case .sportBaseball24Filled: return "ic_fluent_sport_baseball_24_filled" @@ -28266,8 +28380,6 @@ import Foundation case .squareDismiss20Regular: return "ic_fluent_square_dismiss_20_regular" case .squareEraser20Filled: return "ic_fluent_square_eraser_20_filled" case .squareEraser20Regular: return "ic_fluent_square_eraser_20_regular" - default: break } - switch self { case .squareHint16Filled: return "ic_fluent_square_hint_16_filled" case .squareHint16Regular: return "ic_fluent_square_hint_16_regular" case .squareHint20Filled: return "ic_fluent_square_hint_20_filled" @@ -28312,6 +28424,8 @@ import Foundation case .squareHintSparkles28Regular: return "ic_fluent_square_hint_sparkles_28_regular" case .squareHintSparkles32Filled: return "ic_fluent_square_hint_sparkles_32_filled" case .squareHintSparkles32Regular: return "ic_fluent_square_hint_sparkles_32_regular" + default: break } + switch self { case .squareHintSparkles48Filled: return "ic_fluent_square_hint_sparkles_48_filled" case .squareHintSparkles48Regular: return "ic_fluent_square_hint_sparkles_48_regular" case .squareMultiple16Filled: return "ic_fluent_square_multiple_16_filled" @@ -28368,8 +28482,6 @@ import Foundation case .star24Regular: return "ic_fluent_star_24_regular" case .star28Filled: return "ic_fluent_star_28_filled" case .star28Regular: return "ic_fluent_star_28_regular" - default: break } - switch self { case .star32Filled: return "ic_fluent_star_32_filled" case .star32Regular: return "ic_fluent_star_32_regular" case .star48Filled: return "ic_fluent_star_48_filled" @@ -28414,6 +28526,8 @@ import Foundation case .starDismiss28Regular: return "ic_fluent_star_dismiss_28_regular" case .starEdit20Filled: return "ic_fluent_star_edit_20_filled" case .starEdit20Regular: return "ic_fluent_star_edit_20_regular" + default: break } + switch self { case .starEdit24Filled: return "ic_fluent_star_edit_24_filled" case .starEdit24Regular: return "ic_fluent_star_edit_24_regular" case .starEmphasis16Filled: return "ic_fluent_star_emphasis_16_filled" @@ -28470,8 +28584,6 @@ import Foundation case .starSettings20Regular: return "ic_fluent_star_settings_20_regular" case .starSettings24Filled: return "ic_fluent_star_settings_24_filled" case .starSettings24Regular: return "ic_fluent_star_settings_24_regular" - default: break } - switch self { case .starThreeQuarter12Filled: return "ic_fluent_star_three_quarter_12_filled" case .starThreeQuarter12Regular: return "ic_fluent_star_three_quarter_12_regular" case .starThreeQuarter16Filled: return "ic_fluent_star_three_quarter_16_filled" @@ -28516,6 +28628,8 @@ import Foundation case .sticker12Regular: return "ic_fluent_sticker_12_regular" case .sticker20Filled: return "ic_fluent_sticker_20_filled" case .sticker20Regular: return "ic_fluent_sticker_20_regular" + default: break } + switch self { case .sticker24Filled: return "ic_fluent_sticker_24_filled" case .sticker24Regular: return "ic_fluent_sticker_24_regular" case .stickerAdd20Filled: return "ic_fluent_sticker_add_20_filled" @@ -28572,8 +28686,6 @@ import Foundation case .subGrid20Regular: return "ic_fluent_sub_grid_20_regular" case .subGrid24Filled: return "ic_fluent_sub_grid_24_filled" case .subGrid24Regular: return "ic_fluent_sub_grid_24_regular" - default: break } - switch self { case .subtitles16Filled: return "ic_fluent_subtitles_16_filled" case .subtitles16Regular: return "ic_fluent_subtitles_16_regular" case .subtitles20Filled: return "ic_fluent_subtitles_20_filled" @@ -28618,6 +28730,8 @@ import Foundation case .subtractParentheses16Regular: return "ic_fluent_subtract_parentheses_16_regular" case .subtractParentheses20Filled: return "ic_fluent_subtract_parentheses_20_filled" case .subtractParentheses20Regular: return "ic_fluent_subtract_parentheses_20_regular" + default: break } + switch self { case .subtractParentheses24Filled: return "ic_fluent_subtract_parentheses_24_filled" case .subtractParentheses24Regular: return "ic_fluent_subtract_parentheses_24_regular" case .subtractParentheses28Filled: return "ic_fluent_subtract_parentheses_28_filled" @@ -28674,8 +28788,6 @@ import Foundation case .syncOff16Regular: return "ic_fluent_sync_off_16_regular" case .syncOff20Filled: return "ic_fluent_sync_off_20_filled" case .syncOff20Regular: return "ic_fluent_sync_off_20_regular" - default: break } - switch self { case .syringe20Filled: return "ic_fluent_syringe_20_filled" case .syringe20Regular: return "ic_fluent_syringe_20_regular" case .syringe24Filled: return "ic_fluent_syringe_24_filled" @@ -28720,6 +28832,8 @@ import Foundation case .tabDesktopBottom20Regular: return "ic_fluent_tab_desktop_bottom_20_regular" case .tabDesktopBottom24Filled: return "ic_fluent_tab_desktop_bottom_24_filled" case .tabDesktopBottom24Regular: return "ic_fluent_tab_desktop_bottom_24_regular" + default: break } + switch self { case .tabDesktopClock20Filled: return "ic_fluent_tab_desktop_clock_20_filled" case .tabDesktopClock20Regular: return "ic_fluent_tab_desktop_clock_20_regular" case .tabDesktopCopy20Filled: return "ic_fluent_tab_desktop_copy_20_filled" @@ -28776,8 +28890,6 @@ import Foundation case .tabProhibited20Regular: return "ic_fluent_tab_prohibited_20_regular" case .tabProhibited24Filled: return "ic_fluent_tab_prohibited_24_filled" case .tabProhibited24Regular: return "ic_fluent_tab_prohibited_24_regular" - default: break } - switch self { case .tabShieldDismiss20Filled: return "ic_fluent_tab_shield_dismiss_20_filled" case .tabShieldDismiss20Regular: return "ic_fluent_tab_shield_dismiss_20_regular" case .tabShieldDismiss24Filled: return "ic_fluent_tab_shield_dismiss_24_filled" @@ -28822,6 +28934,8 @@ import Foundation case .tableCalculator16Regular: return "ic_fluent_table_calculator_16_regular" case .tableCalculator20Filled: return "ic_fluent_table_calculator_20_filled" case .tableCalculator20Regular: return "ic_fluent_table_calculator_20_regular" + default: break } + switch self { case .tableCellEdit16Filled: return "ic_fluent_table_cell_edit_16_filled" case .tableCellEdit16Regular: return "ic_fluent_table_cell_edit_16_regular" case .tableCellEdit20Filled: return "ic_fluent_table_cell_edit_20_filled" @@ -28878,8 +28992,6 @@ import Foundation case .tableDismiss20Regular: return "ic_fluent_table_dismiss_20_regular" case .tableDismiss24Filled: return "ic_fluent_table_dismiss_24_filled" case .tableDismiss24Regular: return "ic_fluent_table_dismiss_24_regular" - default: break } - switch self { case .tableDismiss28Filled: return "ic_fluent_table_dismiss_28_filled" case .tableDismiss28Regular: return "ic_fluent_table_dismiss_28_regular" case .tableEdit16Filled: return "ic_fluent_table_edit_16_filled" @@ -28924,6 +29036,8 @@ import Foundation case .tableInsertColumn24Regular: return "ic_fluent_table_insert_column_24_regular" case .tableInsertColumn28Filled: return "ic_fluent_table_insert_column_28_filled" case .tableInsertColumn28Regular: return "ic_fluent_table_insert_column_28_regular" + default: break } + switch self { case .tableInsertRow16Filled: return "ic_fluent_table_insert_row_16_filled" case .tableInsertRow16Regular: return "ic_fluent_table_insert_row_16_regular" case .tableInsertRow20Filled: return "ic_fluent_table_insert_row_20_filled" @@ -28980,8 +29094,6 @@ import Foundation case .tableMoveLeft16Regular: return "ic_fluent_table_move_left_16_regular" case .tableMoveLeft20Filled: return "ic_fluent_table_move_left_20_filled" case .tableMoveLeft20Regular: return "ic_fluent_table_move_left_20_regular" - default: break } - switch self { case .tableMoveLeft24Filled: return "ic_fluent_table_move_left_24_filled" case .tableMoveLeft24Regular: return "ic_fluent_table_move_left_24_regular" case .tableMoveLeft28Filled: return "ic_fluent_table_move_left_28_filled" @@ -29026,6 +29138,8 @@ import Foundation case .tableResizeRow20Regular: return "ic_fluent_table_resize_row_20_regular" case .tableResizeRow24Filled: return "ic_fluent_table_resize_row_24_filled" case .tableResizeRow24Regular: return "ic_fluent_table_resize_row_24_regular" + default: break } + switch self { case .tableResizeRow28Filled: return "ic_fluent_table_resize_row_28_filled" case .tableResizeRow28Regular: return "ic_fluent_table_resize_row_28_regular" case .tableSearch20Filled: return "ic_fluent_table_search_20_filled" @@ -29082,8 +29196,6 @@ import Foundation case .tableSimpleInclude24Regular: return "ic_fluent_table_simple_include_24_regular" case .tableSimpleInclude28Filled: return "ic_fluent_table_simple_include_28_filled" case .tableSimpleInclude28Regular: return "ic_fluent_table_simple_include_28_regular" - default: break } - switch self { case .tableSimpleInclude32Filled: return "ic_fluent_table_simple_include_32_filled" case .tableSimpleInclude32Regular: return "ic_fluent_table_simple_include_32_regular" case .tableSimpleInclude48Filled: return "ic_fluent_table_simple_include_48_filled" @@ -29128,6 +29240,8 @@ import Foundation case .tableStackRight28Regular: return "ic_fluent_table_stack_right_28_regular" case .tableSwitch16Filled: return "ic_fluent_table_switch_16_filled" case .tableSwitch16Regular: return "ic_fluent_table_switch_16_regular" + default: break } + switch self { case .tableSwitch20Filled: return "ic_fluent_table_switch_20_filled" case .tableSwitch20Regular: return "ic_fluent_table_switch_20_regular" case .tableSwitch24Filled: return "ic_fluent_table_switch_24_filled" @@ -29184,8 +29298,6 @@ import Foundation case .tagError20Regular: return "ic_fluent_tag_error_20_regular" case .tagError24Filled: return "ic_fluent_tag_error_24_filled" case .tagError24Regular: return "ic_fluent_tag_error_24_regular" - default: break } - switch self { case .tagLock16Filled: return "ic_fluent_tag_lock_16_filled" case .tagLock16Regular: return "ic_fluent_tag_lock_16_regular" case .tagLock20Filled: return "ic_fluent_tag_lock_20_filled" @@ -29230,6 +29342,8 @@ import Foundation case .tapDouble24Regular: return "ic_fluent_tap_double_24_regular" case .tapDouble32Filled: return "ic_fluent_tap_double_32_filled" case .tapDouble32Regular: return "ic_fluent_tap_double_32_regular" + default: break } + switch self { case .tapDouble48Filled: return "ic_fluent_tap_double_48_filled" case .tapDouble48Regular: return "ic_fluent_tap_double_48_regular" case .tapSingle20Filled: return "ic_fluent_tap_single_20_filled" @@ -29286,8 +29400,6 @@ import Foundation case .taskListSquareAdd20Regular: return "ic_fluent_task_list_square_add_20_regular" case .taskListSquareAdd24Filled: return "ic_fluent_task_list_square_add_24_filled" case .taskListSquareAdd24Regular: return "ic_fluent_task_list_square_add_24_regular" - default: break } - switch self { case .taskListSquareDatabase20Filled: return "ic_fluent_task_list_square_database_20_filled" case .taskListSquareDatabase20Regular: return "ic_fluent_task_list_square_database_20_regular" case .taskListSquarePerson20Filled: return "ic_fluent_task_list_square_person_20_filled" @@ -29332,6 +29444,8 @@ import Foundation case .tent16Regular: return "ic_fluent_tent_16_regular" case .tent20Filled: return "ic_fluent_tent_20_filled" case .tent20Regular: return "ic_fluent_tent_20_regular" + default: break } + switch self { case .tent24Filled: return "ic_fluent_tent_24_filled" case .tent24Regular: return "ic_fluent_tent_24_regular" case .tent28Filled: return "ic_fluent_tent_28_filled" @@ -29388,8 +29502,6 @@ import Foundation case .textAlignCenterRotate9016Regular: return "ic_fluent_text_align_center_rotate_90_16_regular" case .textAlignCenterRotate9020Filled: return "ic_fluent_text_align_center_rotate_90_20_filled" case .textAlignCenterRotate9020Regular: return "ic_fluent_text_align_center_rotate_90_20_regular" - default: break } - switch self { case .textAlignCenterRotate9024Filled: return "ic_fluent_text_align_center_rotate_90_24_filled" case .textAlignCenterRotate9024Regular: return "ic_fluent_text_align_center_rotate_90_24_regular" case .textAlignDistributed20Filled: return "ic_fluent_text_align_distributed_20_filled" @@ -29434,6 +29546,8 @@ import Foundation case .textAlignJustifyRotate9024Regular: return "ic_fluent_text_align_justify_rotate_90_24_regular" case .textAlignLeft16Filled: return "ic_fluent_text_align_left_16_filled" case .textAlignLeft16Regular: return "ic_fluent_text_align_left_16_regular" + default: break } + switch self { case .textAlignLeft20Filled: return "ic_fluent_text_align_left_20_filled" case .textAlignLeft20Regular: return "ic_fluent_text_align_left_20_regular" case .textAlignLeft24Filled: return "ic_fluent_text_align_left_24_filled" @@ -29490,8 +29604,6 @@ import Foundation case .textBold16Regular: return "ic_fluent_text_bold_16_regular" case .textBold20Filled: return "ic_fluent_text_bold_20_filled" case .textBold20Regular: return "ic_fluent_text_bold_20_regular" - default: break } - switch self { case .textBold24Filled: return "ic_fluent_text_bold_24_filled" case .textBold24Regular: return "ic_fluent_text_bold_24_regular" case .textBoxSettings20Filled: return "ic_fluent_text_box_settings_20_filled" @@ -29536,6 +29648,8 @@ import Foundation case .textBulletListSquareEdit24Regular: return "ic_fluent_text_bullet_list_square_edit_24_regular" case .textBulletListSquarePerson20Filled: return "ic_fluent_text_bullet_list_square_person_20_filled" case .textBulletListSquarePerson20Regular: return "ic_fluent_text_bullet_list_square_person_20_regular" + default: break } + switch self { case .textBulletListSquarePerson32Filled: return "ic_fluent_text_bullet_list_square_person_32_filled" case .textBulletListSquarePerson32Regular: return "ic_fluent_text_bullet_list_square_person_32_regular" case .textBulletListSquareSearch20Filled: return "ic_fluent_text_bullet_list_square_search_20_filled" @@ -29592,8 +29706,6 @@ import Foundation case .textChangeCase24Regular: return "ic_fluent_text_change_case_24_regular" case .textClearFormatting16Filled: return "ic_fluent_text_clear_formatting_16_filled" case .textClearFormatting16Regular: return "ic_fluent_text_clear_formatting_16_regular" - default: break } - switch self { case .textClearFormatting20Filled: return "ic_fluent_text_clear_formatting_20_filled" case .textClearFormatting20Regular: return "ic_fluent_text_clear_formatting_20_regular" case .textClearFormatting24Filled: return "ic_fluent_text_clear_formatting_24_filled" @@ -29638,6 +29750,8 @@ import Foundation case .textColumnTwo20Filled: return "ic_fluent_text_column_two_20_filled" case .textColumnTwo20Regular: return "ic_fluent_text_column_two_20_regular" case .textColumnTwo24Filled: return "ic_fluent_text_column_two_24_filled" + default: break } + switch self { case .textColumnTwo24Regular: return "ic_fluent_text_column_two_24_regular" case .textColumnTwoLeft20Filled: return "ic_fluent_text_column_two_left_20_filled" case .textColumnTwoLeft20Regular: return "ic_fluent_text_column_two_left_20_regular" @@ -29694,8 +29808,6 @@ import Foundation case .textDirectionRotate45Right20Filled: return "ic_fluent_text_direction_rotate_45_right_20_filled" case .textDirectionRotate45Right20Regular: return "ic_fluent_text_direction_rotate_45_right_20_regular" case .textDirectionRotate45Right24Filled: return "ic_fluent_text_direction_rotate_45_right_24_filled" - default: break } - switch self { case .textDirectionRotate45Right24Regular: return "ic_fluent_text_direction_rotate_45_right_24_regular" case .textDirectionRotate90Left20Filled: return "ic_fluent_text_direction_rotate_90_left_20_filled" case .textDirectionRotate90Left20Regular: return "ic_fluent_text_direction_rotate_90_left_20_regular" @@ -29740,6 +29852,8 @@ import Foundation case .textField24Filled: return "ic_fluent_text_field_24_filled" case .textField24Regular: return "ic_fluent_text_field_24_regular" case .textFirstLine20Filled: return "ic_fluent_text_first_line_20_filled" + default: break } + switch self { case .textFirstLine20Regular: return "ic_fluent_text_first_line_20_regular" case .textFirstLine24Filled: return "ic_fluent_text_first_line_24_filled" case .textFirstLine24Regular: return "ic_fluent_text_first_line_24_regular" @@ -29796,8 +29910,6 @@ import Foundation case .textGrammarSettings20Filled: return "ic_fluent_text_grammar_settings_20_filled" case .textGrammarSettings20Regular: return "ic_fluent_text_grammar_settings_20_regular" case .textGrammarSettings24Filled: return "ic_fluent_text_grammar_settings_24_filled" - default: break } - switch self { case .textGrammarSettings24Regular: return "ic_fluent_text_grammar_settings_24_regular" case .textGrammarWand16Filled: return "ic_fluent_text_grammar_wand_16_filled" case .textGrammarWand16Regular: return "ic_fluent_text_grammar_wand_16_regular" @@ -29842,6 +29954,8 @@ import Foundation case .textHeader2LinesCaret24Filled: return "ic_fluent_text_header_2_lines_caret_24_filled" case .textHeader2LinesCaret24Regular: return "ic_fluent_text_header_2_lines_caret_24_regular" case .textHeader320Filled: return "ic_fluent_text_header_3_20_filled" + default: break } + switch self { case .textHeader320Regular: return "ic_fluent_text_header_3_20_regular" case .textHeader324Filled: return "ic_fluent_text_header_3_24_filled" case .textHeader324Regular: return "ic_fluent_text_header_3_24_regular" @@ -29898,8 +30012,6 @@ import Foundation case .textMore20Filled: return "ic_fluent_text_more_20_filled" case .textMore20Regular: return "ic_fluent_text_more_20_regular" case .textMore24Filled: return "ic_fluent_text_more_24_filled" - default: break } - switch self { case .textMore24Regular: return "ic_fluent_text_more_24_regular" case .textNumberFormat20Filled: return "ic_fluent_text_number_format_20_filled" case .textNumberFormat20Regular: return "ic_fluent_text_number_format_20_regular" @@ -29944,6 +30056,8 @@ import Foundation case .textPositionBehind24Filled: return "ic_fluent_text_position_behind_24_filled" case .textPositionBehind24Regular: return "ic_fluent_text_position_behind_24_regular" case .textPositionFront20Filled: return "ic_fluent_text_position_front_20_filled" + default: break } + switch self { case .textPositionFront20Regular: return "ic_fluent_text_position_front_20_regular" case .textPositionFront24Filled: return "ic_fluent_text_position_front_24_filled" case .textPositionFront24Regular: return "ic_fluent_text_position_front_24_regular" @@ -30000,8 +30114,6 @@ import Foundation case .textSortDescending20Filled: return "ic_fluent_text_sort_descending_20_filled" case .textSortDescending20Regular: return "ic_fluent_text_sort_descending_20_regular" case .textSortDescending24Filled: return "ic_fluent_text_sort_descending_24_filled" - default: break } - switch self { case .textSortDescending24Regular: return "ic_fluent_text_sort_descending_24_regular" case .textStrikethrough16Filled: return "ic_fluent_text_strikethrough_16_filled" case .textStrikethrough16Regular: return "ic_fluent_text_strikethrough_16_regular" @@ -30046,6 +30158,8 @@ import Foundation case .textUnderlineCharacterU16Filled: return "ic_fluent_text_underline_character_u_16_filled" case .textUnderlineCharacterU16Regular: return "ic_fluent_text_underline_character_u_16_regular" case .textUnderlineCharacterU20Filled: return "ic_fluent_text_underline_character_u_20_filled" + default: break } + switch self { case .textUnderlineCharacterU20Regular: return "ic_fluent_text_underline_character_u_20_regular" case .textUnderlineCharacterU24Filled: return "ic_fluent_text_underline_character_u_24_filled" case .textUnderlineCharacterU24Regular: return "ic_fluent_text_underline_character_u_24_regular" @@ -30102,8 +30216,6 @@ import Foundation case .textboxAlignBottomRight24Filled: return "ic_fluent_textbox_align_bottom_right_24_filled" case .textboxAlignBottomRight24Regular: return "ic_fluent_textbox_align_bottom_right_24_regular" case .textboxAlignBottomRotate9020Filled: return "ic_fluent_textbox_align_bottom_rotate_90_20_filled" - default: break } - switch self { case .textboxAlignBottomRotate9020Regular: return "ic_fluent_textbox_align_bottom_rotate_90_20_regular" case .textboxAlignBottomRotate9024Filled: return "ic_fluent_textbox_align_bottom_rotate_90_24_filled" case .textboxAlignBottomRotate9024Regular: return "ic_fluent_textbox_align_bottom_rotate_90_24_regular" @@ -30148,6 +30260,8 @@ import Foundation case .textboxAlignTopLeft16Filled: return "ic_fluent_textbox_align_top_left_16_filled" case .textboxAlignTopLeft16Regular: return "ic_fluent_textbox_align_top_left_16_regular" case .textboxAlignTopLeft20Filled: return "ic_fluent_textbox_align_top_left_20_filled" + default: break } + switch self { case .textboxAlignTopLeft20Regular: return "ic_fluent_textbox_align_top_left_20_regular" case .textboxAlignTopLeft24Filled: return "ic_fluent_textbox_align_top_left_24_filled" case .textboxAlignTopLeft24Regular: return "ic_fluent_textbox_align_top_left_24_regular" @@ -30204,8 +30318,6 @@ import Foundation case .ticketDiagonal20Filled: return "ic_fluent_ticket_diagonal_20_filled" case .ticketDiagonal20Regular: return "ic_fluent_ticket_diagonal_20_regular" case .ticketDiagonal24Filled: return "ic_fluent_ticket_diagonal_24_filled" - default: break } - switch self { case .ticketDiagonal24Regular: return "ic_fluent_ticket_diagonal_24_regular" case .ticketDiagonal28Filled: return "ic_fluent_ticket_diagonal_28_filled" case .ticketDiagonal28Regular: return "ic_fluent_ticket_diagonal_28_regular" @@ -30250,6 +30362,8 @@ import Foundation case .timer324Filled: return "ic_fluent_timer_3_24_filled" case .timer324Regular: return "ic_fluent_timer_3_24_regular" case .timer48Filled: return "ic_fluent_timer_48_filled" + default: break } + switch self { case .timer48Regular: return "ic_fluent_timer_48_regular" case .timerOff20Filled: return "ic_fluent_timer_off_20_filled" case .timerOff20Regular: return "ic_fluent_timer_off_20_regular" @@ -30306,8 +30420,6 @@ import Foundation case .translate24Filled: return "ic_fluent_translate_24_filled" case .translate24Regular: return "ic_fluent_translate_24_regular" case .translateAuto16Filled: return "ic_fluent_translate_auto_16_filled" - default: break } - switch self { case .translateAuto16Regular: return "ic_fluent_translate_auto_16_regular" case .translateAuto20Filled: return "ic_fluent_translate_auto_20_filled" case .translateAuto20Regular: return "ic_fluent_translate_auto_20_regular" @@ -30352,6 +30464,8 @@ import Foundation case .triangle32Filled: return "ic_fluent_triangle_32_filled" case .triangle32Regular: return "ic_fluent_triangle_32_regular" case .triangle48Filled: return "ic_fluent_triangle_48_filled" + default: break } + switch self { case .triangle48Regular: return "ic_fluent_triangle_48_regular" case .triangleDown12Filled: return "ic_fluent_triangle_down_12_filled" case .triangleDown12Regular: return "ic_fluent_triangle_down_12_regular" @@ -30408,8 +30522,6 @@ import Foundation case .trophyLock28Filled: return "ic_fluent_trophy_lock_28_filled" case .trophyLock28Regular: return "ic_fluent_trophy_lock_28_regular" case .trophyLock32Filled: return "ic_fluent_trophy_lock_32_filled" - default: break } - switch self { case .trophyLock32Regular: return "ic_fluent_trophy_lock_32_regular" case .trophyLock48Filled: return "ic_fluent_trophy_lock_48_filled" case .trophyLock48Regular: return "ic_fluent_trophy_lock_48_regular" @@ -30454,6 +30566,8 @@ import Foundation case .uninstallApp20Filled: return "ic_fluent_uninstall_app_20_filled" case .uninstallApp20Regular: return "ic_fluent_uninstall_app_20_regular" case .uninstallApp24Filled: return "ic_fluent_uninstall_app_24_filled" + default: break } + switch self { case .uninstallApp24Regular: return "ic_fluent_uninstall_app_24_regular" case .usbPlug20Filled: return "ic_fluent_usb_plug_20_filled" case .usbPlug20Regular: return "ic_fluent_usb_plug_20_regular" @@ -30510,8 +30624,6 @@ import Foundation case .vehicleCarCollision16Filled: return "ic_fluent_vehicle_car_collision_16_filled" case .vehicleCarCollision16Regular: return "ic_fluent_vehicle_car_collision_16_regular" case .vehicleCarCollision20Filled: return "ic_fluent_vehicle_car_collision_20_filled" - default: break } - switch self { case .vehicleCarCollision20Regular: return "ic_fluent_vehicle_car_collision_20_regular" case .vehicleCarCollision24Filled: return "ic_fluent_vehicle_car_collision_24_filled" case .vehicleCarCollision24Regular: return "ic_fluent_vehicle_car_collision_24_regular" @@ -30556,6 +30668,8 @@ import Foundation case .vehicleSubwayClock24Filled: return "ic_fluent_vehicle_subway_clock_24_filled" case .vehicleSubwayClock24Regular: return "ic_fluent_vehicle_subway_clock_24_regular" case .vehicleTractor20Filled: return "ic_fluent_vehicle_tractor_20_filled" + default: break } + switch self { case .vehicleTractor20Regular: return "ic_fluent_vehicle_tractor_20_regular" case .vehicleTractor24Filled: return "ic_fluent_vehicle_tractor_24_filled" case .vehicleTractor24Regular: return "ic_fluent_vehicle_tractor_24_regular" @@ -30612,8 +30726,6 @@ import Foundation case .videoBackgroundEffect32Filled: return "ic_fluent_video_background_effect_32_filled" case .videoBackgroundEffect32Regular: return "ic_fluent_video_background_effect_32_regular" case .videoBackgroundEffect48Filled: return "ic_fluent_video_background_effect_48_filled" - default: break } - switch self { case .videoBackgroundEffect48Regular: return "ic_fluent_video_background_effect_48_regular" case .videoBackgroundEffectHorizontal16Filled: return "ic_fluent_video_background_effect_horizontal_16_filled" case .videoBackgroundEffectHorizontal16Regular: return "ic_fluent_video_background_effect_horizontal_16_regular" @@ -30658,6 +30770,8 @@ import Foundation case .videoClipMultiple24Filled: return "ic_fluent_video_clip_multiple_24_filled" case .videoClipMultiple24Regular: return "ic_fluent_video_clip_multiple_24_regular" case .videoClipOff16Filled: return "ic_fluent_video_clip_off_16_filled" + default: break } + switch self { case .videoClipOff16Regular: return "ic_fluent_video_clip_off_16_regular" case .videoClipOff20Filled: return "ic_fluent_video_clip_off_20_filled" case .videoClipOff20Regular: return "ic_fluent_video_clip_off_20_regular" @@ -30714,8 +30828,6 @@ import Foundation case .videoPersonCall20Filled: return "ic_fluent_video_person_call_20_filled" case .videoPersonCall20Regular: return "ic_fluent_video_person_call_20_regular" case .videoPersonCall24Filled: return "ic_fluent_video_person_call_24_filled" - default: break } - switch self { case .videoPersonCall24Regular: return "ic_fluent_video_person_call_24_regular" case .videoPersonCall32Filled: return "ic_fluent_video_person_call_32_filled" case .videoPersonCall32Regular: return "ic_fluent_video_person_call_32_regular" @@ -30760,6 +30872,8 @@ import Foundation case .videoPersonStar20Filled: return "ic_fluent_video_person_star_20_filled" case .videoPersonStar20Regular: return "ic_fluent_video_person_star_20_regular" case .videoPersonStar24Filled: return "ic_fluent_video_person_star_24_filled" + default: break } + switch self { case .videoPersonStar24Regular: return "ic_fluent_video_person_star_24_regular" case .videoPersonStarOff20Filled: return "ic_fluent_video_person_star_off_20_filled" case .videoPersonStarOff20Regular: return "ic_fluent_video_person_star_off_20_regular" @@ -30816,8 +30930,6 @@ import Foundation case .voicemailArrowBack16Filled: return "ic_fluent_voicemail_arrow_back_16_filled" case .voicemailArrowBack16Regular: return "ic_fluent_voicemail_arrow_back_16_regular" case .voicemailArrowBack20Filled: return "ic_fluent_voicemail_arrow_back_20_filled" - default: break } - switch self { case .voicemailArrowBack20Regular: return "ic_fluent_voicemail_arrow_back_20_regular" case .voicemailArrowForward16Filled: return "ic_fluent_voicemail_arrow_forward_16_filled" case .voicemailArrowForward16Regular: return "ic_fluent_voicemail_arrow_forward_16_regular" @@ -30862,6 +30974,8 @@ import Foundation case .walletCreditCard16Filled: return "ic_fluent_wallet_credit_card_16_filled" case .walletCreditCard16Regular: return "ic_fluent_wallet_credit_card_16_regular" case .walletCreditCard20Filled: return "ic_fluent_wallet_credit_card_20_filled" + default: break } + switch self { case .walletCreditCard20Regular: return "ic_fluent_wallet_credit_card_20_regular" case .walletCreditCard24Filled: return "ic_fluent_wallet_credit_card_24_filled" case .walletCreditCard24Regular: return "ic_fluent_wallet_credit_card_24_regular" @@ -30918,8 +31032,6 @@ import Foundation case .weatherBlowingSnow20Filled: return "ic_fluent_weather_blowing_snow_20_filled" case .weatherBlowingSnow20Regular: return "ic_fluent_weather_blowing_snow_20_regular" case .weatherBlowingSnow24Filled: return "ic_fluent_weather_blowing_snow_24_filled" - default: break } - switch self { case .weatherBlowingSnow24Regular: return "ic_fluent_weather_blowing_snow_24_regular" case .weatherBlowingSnow48Filled: return "ic_fluent_weather_blowing_snow_48_filled" case .weatherBlowingSnow48Regular: return "ic_fluent_weather_blowing_snow_48_regular" @@ -30964,6 +31076,8 @@ import Foundation case .weatherHaze24Filled: return "ic_fluent_weather_haze_24_filled" case .weatherHaze24Regular: return "ic_fluent_weather_haze_24_regular" case .weatherHaze48Filled: return "ic_fluent_weather_haze_48_filled" + default: break } + switch self { case .weatherHaze48Regular: return "ic_fluent_weather_haze_48_regular" case .weatherMoon16Filled: return "ic_fluent_weather_moon_16_filled" case .weatherMoon16Regular: return "ic_fluent_weather_moon_16_regular" @@ -31020,8 +31134,6 @@ import Foundation case .weatherRainSnow20Filled: return "ic_fluent_weather_rain_snow_20_filled" case .weatherRainSnow20Regular: return "ic_fluent_weather_rain_snow_20_regular" case .weatherRainSnow24Filled: return "ic_fluent_weather_rain_snow_24_filled" - default: break } - switch self { case .weatherRainSnow24Regular: return "ic_fluent_weather_rain_snow_24_regular" case .weatherRainSnow48Filled: return "ic_fluent_weather_rain_snow_48_filled" case .weatherRainSnow48Regular: return "ic_fluent_weather_rain_snow_48_regular" @@ -31066,6 +31178,8 @@ import Foundation case .weatherSunny28Filled: return "ic_fluent_weather_sunny_28_filled" case .weatherSunny28Regular: return "ic_fluent_weather_sunny_28_regular" case .weatherSunny32Filled: return "ic_fluent_weather_sunny_32_filled" + default: break } + switch self { case .weatherSunny32Regular: return "ic_fluent_weather_sunny_32_regular" case .weatherSunny48Filled: return "ic_fluent_weather_sunny_48_filled" case .weatherSunny48Regular: return "ic_fluent_weather_sunny_48_regular" @@ -31122,8 +31236,6 @@ import Foundation case .wifi420Filled: return "ic_fluent_wifi_4_20_filled" case .wifi420Regular: return "ic_fluent_wifi_4_20_regular" case .wifi424Filled: return "ic_fluent_wifi_4_24_filled" - default: break } - switch self { case .wifi424Regular: return "ic_fluent_wifi_4_24_regular" case .wifiLock20Filled: return "ic_fluent_wifi_lock_20_filled" case .wifiLock20Regular: return "ic_fluent_wifi_lock_20_regular" @@ -31168,6 +31280,8 @@ import Foundation case .windowApps28Filled: return "ic_fluent_window_apps_28_filled" case .windowApps28Regular: return "ic_fluent_window_apps_28_regular" case .windowApps32Filled: return "ic_fluent_window_apps_32_filled" + default: break } + switch self { case .windowApps32Regular: return "ic_fluent_window_apps_32_regular" case .windowApps48Filled: return "ic_fluent_window_apps_48_filled" case .windowApps48Regular: return "ic_fluent_window_apps_48_regular" @@ -31224,8 +31338,6 @@ import Foundation case .windowInprivate20Filled: return "ic_fluent_window_inprivate_20_filled" case .windowInprivate20Regular: return "ic_fluent_window_inprivate_20_regular" case .windowInprivateAccount20Filled: return "ic_fluent_window_inprivate_account_20_filled" - default: break } - switch self { case .windowInprivateAccount20Regular: return "ic_fluent_window_inprivate_account_20_regular" case .windowLocationTarget20Filled: return "ic_fluent_window_location_target_20_filled" case .windowLocationTarget20Regular: return "ic_fluent_window_location_target_20_regular" @@ -31270,6 +31382,8 @@ import Foundation case .wrench20Filled: return "ic_fluent_wrench_20_filled" case .wrench20Regular: return "ic_fluent_wrench_20_regular" case .wrench24Filled: return "ic_fluent_wrench_24_filled" + default: break } + switch self { case .wrench24Regular: return "ic_fluent_wrench_24_regular" case .wrenchScrewdriver20Filled: return "ic_fluent_wrench_screwdriver_20_filled" case .wrenchScrewdriver20Regular: return "ic_fluent_wrench_screwdriver_20_regular" @@ -31326,8 +31440,6 @@ import Foundation case .zoomOut20Filled: return "ic_fluent_zoom_out_20_filled" case .zoomOut20Regular: return "ic_fluent_zoom_out_20_regular" case .zoomOut24Filled: return "ic_fluent_zoom_out_24_filled" - default: break } - switch self { case .zoomOut24Regular: return "ic_fluent_zoom_out_24_regular" default: break } // Swift compiler cannot check this enum is exhaustive without breaking it up @@ -34845,6 +34957,8 @@ import Foundation case .classification20Regular: return ".classification20Regular" case .classification24Filled: return ".classification24Filled" case .classification24Regular: return ".classification24Regular" + case .classification32Filled: return ".classification32Filled" + case .classification32Regular: return ".classification32Regular" case .clearFormatting16Filled: return ".clearFormatting16Filled" case .clearFormatting16Regular: return ".clearFormatting16Regular" case .clearFormatting20Filled: return ".clearFormatting20Filled" @@ -34904,10 +35018,10 @@ import Foundation case .clipboardCode16Filled: return ".clipboardCode16Filled" case .clipboardCode16Regular: return ".clipboardCode16Regular" case .clipboardCode20Filled: return ".clipboardCode20Filled" - case .clipboardCode20Regular: return ".clipboardCode20Regular" - case .clipboardCode24Filled: return ".clipboardCode24Filled" default: break } switch self { + case .clipboardCode20Regular: return ".clipboardCode20Regular" + case .clipboardCode24Filled: return ".clipboardCode24Filled" case .clipboardCode24Regular: return ".clipboardCode24Regular" case .clipboardDataBar20Filled: return ".clipboardDataBar20Filled" case .clipboardDataBar20Regular: return ".clipboardDataBar20Regular" @@ -35006,10 +35120,10 @@ import Foundation case .clipboardSettings24Filled: return ".clipboardSettings24Filled" case .clipboardSettings24Regular: return ".clipboardSettings24Regular" case .clipboardTask16Filled: return ".clipboardTask16Filled" - case .clipboardTask16Regular: return ".clipboardTask16Regular" - case .clipboardTask20Filled: return ".clipboardTask20Filled" default: break } switch self { + case .clipboardTask16Regular: return ".clipboardTask16Regular" + case .clipboardTask20Filled: return ".clipboardTask20Filled" case .clipboardTask20Regular: return ".clipboardTask20Regular" case .clipboardTask24Filled: return ".clipboardTask24Filled" case .clipboardTask24Regular: return ".clipboardTask24Regular" @@ -35108,10 +35222,10 @@ import Foundation case .cloud16Filled: return ".cloud16Filled" case .cloud16Regular: return ".cloud16Regular" case .cloud20Filled: return ".cloud20Filled" - case .cloud20Regular: return ".cloud20Regular" - case .cloud24Filled: return ".cloud24Filled" default: break } switch self { + case .cloud20Regular: return ".cloud20Regular" + case .cloud24Filled: return ".cloud24Filled" case .cloud24Regular: return ".cloud24Regular" case .cloud28Filled: return ".cloud28Filled" case .cloud28Regular: return ".cloud28Regular" @@ -35210,10 +35324,10 @@ import Foundation case .cloudDatabase20Filled: return ".cloudDatabase20Filled" case .cloudDatabase20Regular: return ".cloudDatabase20Regular" case .cloudDesktop20Filled: return ".cloudDesktop20Filled" - case .cloudDesktop20Regular: return ".cloudDesktop20Regular" - case .cloudDismiss16Filled: return ".cloudDismiss16Filled" default: break } switch self { + case .cloudDesktop20Regular: return ".cloudDesktop20Regular" + case .cloudDismiss16Filled: return ".cloudDismiss16Filled" case .cloudDismiss16Regular: return ".cloudDismiss16Regular" case .cloudDismiss20Filled: return ".cloudDismiss20Filled" case .cloudDismiss20Regular: return ".cloudDismiss20Regular" @@ -35312,10 +35426,10 @@ import Foundation case .code24Filled: return ".code24Filled" case .code24Regular: return ".code24Regular" case .codeBlock16Filled: return ".codeBlock16Filled" - case .codeBlock16Regular: return ".codeBlock16Regular" - case .codeBlock20Filled: return ".codeBlock20Filled" default: break } switch self { + case .codeBlock16Regular: return ".codeBlock16Regular" + case .codeBlock20Filled: return ".codeBlock20Filled" case .codeBlock20Regular: return ".codeBlock20Regular" case .codeBlock24Filled: return ".codeBlock24Filled" case .codeBlock24Regular: return ".codeBlock24Regular" @@ -35414,10 +35528,10 @@ import Foundation case .column20Regular: return ".column20Regular" case .columnArrowRight20Filled: return ".columnArrowRight20Filled" case .columnArrowRight20Regular: return ".columnArrowRight20Regular" - case .columnDoubleCompare20Filled: return ".columnDoubleCompare20Filled" - case .columnDoubleCompare20Regular: return ".columnDoubleCompare20Regular" default: break } switch self { + case .columnDoubleCompare20Filled: return ".columnDoubleCompare20Filled" + case .columnDoubleCompare20Regular: return ".columnDoubleCompare20Regular" case .columnEdit20Filled: return ".columnEdit20Filled" case .columnEdit20Regular: return ".columnEdit20Regular" case .columnEdit24Filled: return ".columnEdit24Filled" @@ -35516,10 +35630,10 @@ import Foundation case .commentError20Regular: return ".commentError20Regular" case .commentError24Filled: return ".commentError24Filled" case .commentError24Regular: return ".commentError24Regular" - case .commentLightning20Filled: return ".commentLightning20Filled" - case .commentLightning20Regular: return ".commentLightning20Regular" default: break } switch self { + case .commentLightning20Filled: return ".commentLightning20Filled" + case .commentLightning20Regular: return ".commentLightning20Regular" case .commentLightning24Filled: return ".commentLightning24Filled" case .commentLightning24Regular: return ".commentLightning24Regular" case .commentLink16Filled: return ".commentLink16Filled" @@ -35618,10 +35732,10 @@ import Foundation case .compose24Regular: return ".compose24Regular" case .compose28Filled: return ".compose28Filled" case .compose28Regular: return ".compose28Regular" - case .compose32Filled: return ".compose32Filled" - case .compose32Regular: return ".compose32Regular" default: break } switch self { + case .compose32Filled: return ".compose32Filled" + case .compose32Regular: return ".compose32Regular" case .compose48Filled: return ".compose48Filled" case .compose48Regular: return ".compose48Regular" case .cone16Filled: return ".cone16Filled" @@ -35720,10 +35834,10 @@ import Foundation case .contractDownLeft16Regular: return ".contractDownLeft16Regular" case .contractDownLeft20Filled: return ".contractDownLeft20Filled" case .contractDownLeft20Regular: return ".contractDownLeft20Regular" - case .contractDownLeft24Filled: return ".contractDownLeft24Filled" - case .contractDownLeft24Regular: return ".contractDownLeft24Regular" default: break } switch self { + case .contractDownLeft24Filled: return ".contractDownLeft24Filled" + case .contractDownLeft24Regular: return ".contractDownLeft24Regular" case .contractDownLeft28Filled: return ".contractDownLeft28Filled" case .contractDownLeft28Regular: return ".contractDownLeft28Regular" case .contractDownLeft32Filled: return ".contractDownLeft32Filled" @@ -35822,10 +35936,10 @@ import Foundation case .crop32Regular: return ".crop32Regular" case .crop48Filled: return ".crop48Filled" case .crop48Regular: return ".crop48Regular" - case .cropInterim20Filled: return ".cropInterim20Filled" - case .cropInterim20Regular: return ".cropInterim20Regular" default: break } switch self { + case .cropInterim20Filled: return ".cropInterim20Filled" + case .cropInterim20Regular: return ".cropInterim20Regular" case .cropInterim24Filled: return ".cropInterim24Filled" case .cropInterim24Regular: return ".cropInterim24Regular" case .cropInterimOff20Filled: return ".cropInterimOff20Filled" @@ -35924,10 +36038,10 @@ import Foundation case .cursorHoverOff24Regular: return ".cursorHoverOff24Regular" case .cursorHoverOff28Filled: return ".cursorHoverOff28Filled" case .cursorHoverOff28Regular: return ".cursorHoverOff28Regular" - case .cursorHoverOff48Filled: return ".cursorHoverOff48Filled" - case .cursorHoverOff48Regular: return ".cursorHoverOff48Regular" default: break } switch self { + case .cursorHoverOff48Filled: return ".cursorHoverOff48Filled" + case .cursorHoverOff48Regular: return ".cursorHoverOff48Regular" case .cursorProhibited16Filled: return ".cursorProhibited16Filled" case .cursorProhibited16Regular: return ".cursorProhibited16Regular" case .cursorProhibited20Filled: return ".cursorProhibited20Filled" @@ -36026,10 +36140,10 @@ import Foundation case .dataUsage20Regular: return ".dataUsage20Regular" case .dataUsage24Filled: return ".dataUsage24Filled" case .dataUsage24Regular: return ".dataUsage24Regular" - case .dataUsageEdit20Filled: return ".dataUsageEdit20Filled" - case .dataUsageEdit20Regular: return ".dataUsageEdit20Regular" default: break } switch self { + case .dataUsageEdit20Filled: return ".dataUsageEdit20Filled" + case .dataUsageEdit20Regular: return ".dataUsageEdit20Regular" case .dataUsageEdit24Filled: return ".dataUsageEdit24Filled" case .dataUsageEdit24Regular: return ".dataUsageEdit24Regular" case .dataUsageSettings16Filled: return ".dataUsageSettings16Filled" @@ -36128,10 +36242,10 @@ import Foundation case .deleteDismiss20Regular: return ".deleteDismiss20Regular" case .deleteDismiss24Filled: return ".deleteDismiss24Filled" case .deleteDismiss24Regular: return ".deleteDismiss24Regular" - case .deleteDismiss28Filled: return ".deleteDismiss28Filled" - case .deleteDismiss28Regular: return ".deleteDismiss28Regular" default: break } switch self { + case .deleteDismiss28Filled: return ".deleteDismiss28Filled" + case .deleteDismiss28Regular: return ".deleteDismiss28Regular" case .deleteLines20Filled: return ".deleteLines20Filled" case .deleteLines20Regular: return ".deleteLines20Regular" case .deleteOff20Filled: return ".deleteOff20Filled" @@ -36230,10 +36344,10 @@ import Foundation case .desktopMac24Regular: return ".desktopMac24Regular" case .desktopMac32Filled: return ".desktopMac32Filled" case .desktopMac32Regular: return ".desktopMac32Regular" - case .desktopPulse16Filled: return ".desktopPulse16Filled" - case .desktopPulse16Regular: return ".desktopPulse16Regular" default: break } switch self { + case .desktopPulse16Filled: return ".desktopPulse16Filled" + case .desktopPulse16Regular: return ".desktopPulse16Regular" case .desktopPulse20Filled: return ".desktopPulse20Filled" case .desktopPulse20Regular: return ".desktopPulse20Regular" case .desktopPulse24Filled: return ".desktopPulse24Filled" @@ -36332,10 +36446,10 @@ import Foundation case .dialpadOff20Regular: return ".dialpadOff20Regular" case .dialpadOff24Filled: return ".dialpadOff24Filled" case .dialpadOff24Regular: return ".dialpadOff24Regular" - case .dialpadQuestionMark20Filled: return ".dialpadQuestionMark20Filled" - case .dialpadQuestionMark20Regular: return ".dialpadQuestionMark20Regular" default: break } switch self { + case .dialpadQuestionMark20Filled: return ".dialpadQuestionMark20Filled" + case .dialpadQuestionMark20Regular: return ".dialpadQuestionMark20Regular" case .dialpadQuestionMark24Filled: return ".dialpadQuestionMark24Filled" case .dialpadQuestionMark24Regular: return ".dialpadQuestionMark24Regular" case .diamond16Filled: return ".diamond16Filled" @@ -36434,10 +36548,10 @@ import Foundation case .doctor12Regular: return ".doctor12Regular" case .doctor16Filled: return ".doctor16Filled" case .doctor16Regular: return ".doctor16Regular" - case .doctor20Filled: return ".doctor20Filled" - case .doctor20Regular: return ".doctor20Regular" default: break } switch self { + case .doctor20Filled: return ".doctor20Filled" + case .doctor20Regular: return ".doctor20Regular" case .doctor24Filled: return ".doctor24Filled" case .doctor24Regular: return ".doctor24Regular" case .doctor28Filled: return ".doctor28Filled" @@ -36536,10 +36650,10 @@ import Foundation case .documentBulletListCube16Regular: return ".documentBulletListCube16Regular" case .documentBulletListCube20Filled: return ".documentBulletListCube20Filled" case .documentBulletListCube20Regular: return ".documentBulletListCube20Regular" - case .documentBulletListCube24Filled: return ".documentBulletListCube24Filled" - case .documentBulletListCube24Regular: return ".documentBulletListCube24Regular" default: break } switch self { + case .documentBulletListCube24Filled: return ".documentBulletListCube24Filled" + case .documentBulletListCube24Regular: return ".documentBulletListCube24Regular" case .documentBulletListMultiple20Filled: return ".documentBulletListMultiple20Filled" case .documentBulletListMultiple20Regular: return ".documentBulletListMultiple20Regular" case .documentBulletListMultiple24Filled: return ".documentBulletListMultiple24Filled" @@ -36638,10 +36752,10 @@ import Foundation case .documentError24Regular: return ".documentError24Regular" case .documentFit16Filled: return ".documentFit16Filled" case .documentFit16Regular: return ".documentFit16Regular" - case .documentFit20Filled: return ".documentFit20Filled" - case .documentFit20Regular: return ".documentFit20Regular" default: break } switch self { + case .documentFit20Filled: return ".documentFit20Filled" + case .documentFit20Regular: return ".documentFit20Regular" case .documentFit24Filled: return ".documentFit24Filled" case .documentFit24Regular: return ".documentFit24Regular" case .documentFlowchart20Filled: return ".documentFlowchart20Filled" @@ -36740,10 +36854,10 @@ import Foundation case .documentLightning32Regular: return ".documentLightning32Regular" case .documentLightning48Filled: return ".documentLightning48Filled" case .documentLightning48Regular: return ".documentLightning48Regular" - case .documentLink16Filled: return ".documentLink16Filled" - case .documentLink16Regular: return ".documentLink16Regular" default: break } switch self { + case .documentLink16Filled: return ".documentLink16Filled" + case .documentLink16Regular: return ".documentLink16Regular" case .documentLink20Filled: return ".documentLink20Filled" case .documentLink20Regular: return ".documentLink20Regular" case .documentLink24Filled: return ".documentLink24Filled" @@ -36842,10 +36956,10 @@ import Foundation case .documentPageBottomRight24Regular: return ".documentPageBottomRight24Regular" case .documentPageBreak20Filled: return ".documentPageBreak20Filled" case .documentPageBreak20Regular: return ".documentPageBreak20Regular" - case .documentPageBreak24Filled: return ".documentPageBreak24Filled" - case .documentPageBreak24Regular: return ".documentPageBreak24Regular" default: break } switch self { + case .documentPageBreak24Filled: return ".documentPageBreak24Filled" + case .documentPageBreak24Regular: return ".documentPageBreak24Regular" case .documentPageNumber20Filled: return ".documentPageNumber20Filled" case .documentPageNumber20Regular: return ".documentPageNumber20Regular" case .documentPageNumber24Filled: return ".documentPageNumber24Filled" @@ -36944,10 +37058,10 @@ import Foundation case .documentSearch20Regular: return ".documentSearch20Regular" case .documentSearch24Filled: return ".documentSearch24Filled" case .documentSearch24Regular: return ".documentSearch24Regular" - case .documentSearch32Filled: return ".documentSearch32Filled" - case .documentSearch32Regular: return ".documentSearch32Regular" default: break } switch self { + case .documentSearch32Filled: return ".documentSearch32Filled" + case .documentSearch32Regular: return ".documentSearch32Regular" case .documentSettings16Filled: return ".documentSettings16Filled" case .documentSettings16Regular: return ".documentSettings16Regular" case .documentSettings20Filled: return ".documentSettings20Filled" @@ -37012,6 +37126,12 @@ import Foundation case .documentTableTruck24Regular: return ".documentTableTruck24Regular" case .documentTarget16Filled: return ".documentTarget16Filled" case .documentTarget16Regular: return ".documentTarget16Regular" + case .documentTarget20Filled: return ".documentTarget20Filled" + case .documentTarget20Regular: return ".documentTarget20Regular" + case .documentTarget24Filled: return ".documentTarget24Filled" + case .documentTarget24Regular: return ".documentTarget24Regular" + case .documentTarget32Filled: return ".documentTarget32Filled" + case .documentTarget32Regular: return ".documentTarget32Regular" case .documentText16Filled: return ".documentText16Filled" case .documentText16Regular: return ".documentText16Regular" case .documentText20Filled: return ".documentText20Filled" @@ -37040,6 +37160,8 @@ import Foundation case .documentToolbox24Regular: return ".documentToolbox24Regular" case .documentTs16Filled: return ".documentTs16Filled" case .documentTs16Regular: return ".documentTs16Regular" + default: break } + switch self { case .documentVb16Filled: return ".documentVb16Filled" case .documentVb16Regular: return ".documentVb16Regular" case .documentWidth20Filled: return ".documentWidth20Filled" @@ -37048,8 +37170,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" @@ -37142,6 +37262,8 @@ import Foundation case .drinkBeer20Regular: return ".drinkBeer20Regular" case .drinkBeer24Filled: return ".drinkBeer24Filled" case .drinkBeer24Regular: return ".drinkBeer24Regular" + default: break } + switch self { case .drinkBottle20Filled: return ".drinkBottle20Filled" case .drinkBottle20Regular: return ".drinkBottle20Regular" case .drinkBottle32Filled: return ".drinkBottle32Filled" @@ -37150,8 +37272,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" @@ -37244,6 +37364,8 @@ import Foundation case .dualScreenPagination24Regular: return ".dualScreenPagination24Regular" case .dualScreenSettings20Filled: return ".dualScreenSettings20Filled" case .dualScreenSettings20Regular: return ".dualScreenSettings20Regular" + default: break } + switch self { case .dualScreenSettings24Filled: return ".dualScreenSettings24Filled" case .dualScreenSettings24Regular: return ".dualScreenSettings24Regular" case .dualScreenSpan20Filled: return ".dualScreenSpan20Filled" @@ -37252,8 +37374,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" @@ -37346,6 +37466,8 @@ import Foundation case .editPerson20Regular: return ".editPerson20Regular" case .editPerson24Filled: return ".editPerson24Filled" case .editPerson24Regular: return ".editPerson24Regular" + default: break } + switch self { case .editProhibited16Filled: return ".editProhibited16Filled" case .editProhibited16Regular: return ".editProhibited16Regular" case .editProhibited20Filled: return ".editProhibited20Filled" @@ -37354,8 +37476,6 @@ import Foundation case .editProhibited24Regular: return ".editProhibited24Regular" case .editProhibited28Filled: return ".editProhibited28Filled" case .editProhibited28Regular: return ".editProhibited28Regular" - default: break } - switch self { case .editProhibited32Filled: return ".editProhibited32Filled" case .editProhibited32Regular: return ".editProhibited32Regular" case .editProhibited48Filled: return ".editProhibited48Filled" @@ -37442,6 +37562,14 @@ import Foundation case .emojiMeh20Regular: return ".emojiMeh20Regular" case .emojiMeh24Filled: return ".emojiMeh24Filled" case .emojiMeh24Regular: return ".emojiMeh24Regular" + case .emojiMeme16Filled: return ".emojiMeme16Filled" + case .emojiMeme16Regular: return ".emojiMeme16Regular" + case .emojiMeme20Filled: return ".emojiMeme20Filled" + case .emojiMeme20Regular: return ".emojiMeme20Regular" + case .emojiMeme24Filled: return ".emojiMeme24Filled" + case .emojiMeme24Regular: return ".emojiMeme24Regular" + default: break } + switch self { case .emojiMultiple20Filled: return ".emojiMultiple20Filled" case .emojiMultiple20Regular: return ".emojiMultiple20Regular" case .emojiMultiple24Filled: return ".emojiMultiple24Filled" @@ -37456,8 +37584,6 @@ import Foundation case .emojiSadSlight20Regular: return ".emojiSadSlight20Regular" case .emojiSadSlight24Filled: return ".emojiSadSlight24Filled" case .emojiSadSlight24Regular: return ".emojiSadSlight24Regular" - default: break } - switch self { case .emojiSmileSlight20Filled: return ".emojiSmileSlight20Filled" case .emojiSmileSlight20Regular: return ".emojiSmileSlight20Regular" case .emojiSmileSlight24Filled: return ".emojiSmileSlight24Filled" @@ -37544,6 +37670,8 @@ import Foundation case .expandUpRight16Regular: return ".expandUpRight16Regular" case .expandUpRight20Filled: return ".expandUpRight20Filled" case .expandUpRight20Regular: return ".expandUpRight20Regular" + default: break } + switch self { case .expandUpRight24Filled: return ".expandUpRight24Filled" case .expandUpRight24Regular: return ".expandUpRight24Regular" case .expandUpRight28Filled: return ".expandUpRight28Filled" @@ -37558,8 +37686,6 @@ import Foundation case .extendedDock24Regular: return ".extendedDock24Regular" case .eye12Filled: return ".eye12Filled" case .eye12Regular: return ".eye12Regular" - default: break } - switch self { case .eye16Filled: return ".eye16Filled" case .eye16Regular: return ".eye16Regular" case .eye20Filled: return ".eye20Filled" @@ -37646,6 +37772,8 @@ import Foundation case .feed32Regular: return ".feed32Regular" case .feed48Filled: return ".feed48Filled" case .feed48Regular: return ".feed48Regular" + default: break } + switch self { case .filmstrip16Filled: return ".filmstrip16Filled" case .filmstrip16Regular: return ".filmstrip16Regular" case .filmstrip20Filled: return ".filmstrip20Filled" @@ -37660,8 +37788,6 @@ import Foundation case .filmstripImage20Regular: return ".filmstripImage20Regular" case .filmstripImage24Filled: return ".filmstripImage24Filled" case .filmstripImage24Regular: return ".filmstripImage24Regular" - default: break } - switch self { case .filmstripOff48Filled: return ".filmstripOff48Filled" case .filmstripOff48Regular: return ".filmstripOff48Regular" case .filmstripPlay16Filled: return ".filmstripPlay16Filled" @@ -37748,6 +37874,8 @@ import Foundation case .flagCheckered20Regular: return ".flagCheckered20Regular" case .flagClock16Filled: return ".flagClock16Filled" case .flagClock16Regular: return ".flagClock16Regular" + default: break } + switch self { case .flagClock20Filled: return ".flagClock20Filled" case .flagClock20Regular: return ".flagClock20Regular" case .flagClock24Filled: return ".flagClock24Filled" @@ -37762,8 +37890,6 @@ import Foundation case .flagOff16Regular: return ".flagOff16Regular" case .flagOff20Filled: return ".flagOff20Filled" case .flagOff20Regular: return ".flagOff20Regular" - default: break } - switch self { case .flagOff24Filled: return ".flagOff24Filled" case .flagOff24Regular: return ".flagOff24Regular" case .flagOff28Filled: return ".flagOff28Filled" @@ -37850,6 +37976,8 @@ import Foundation case .flashlightOff24Regular: return ".flashlightOff24Regular" case .flipHorizontal16Filled: return ".flipHorizontal16Filled" case .flipHorizontal16Regular: return ".flipHorizontal16Regular" + default: break } + switch self { case .flipHorizontal20Filled: return ".flipHorizontal20Filled" case .flipHorizontal20Regular: return ".flipHorizontal20Regular" case .flipHorizontal24Filled: return ".flipHorizontal24Filled" @@ -37864,8 +37992,6 @@ import Foundation case .flipVertical16Regular: return ".flipVertical16Regular" case .flipVertical20Filled: return ".flipVertical20Filled" case .flipVertical20Regular: return ".flipVertical20Regular" - default: break } - switch self { case .flipVertical24Filled: return ".flipVertical24Filled" case .flipVertical24Regular: return ".flipVertical24Regular" case .flipVertical28Filled: return ".flipVertical28Filled" @@ -37952,6 +38078,8 @@ import Foundation case .folderArrowRight24Regular: return ".folderArrowRight24Regular" case .folderArrowRight28Filled: return ".folderArrowRight28Filled" case .folderArrowRight28Regular: return ".folderArrowRight28Regular" + default: break } + switch self { case .folderArrowRight32Filled: return ".folderArrowRight32Filled" case .folderArrowRight32Regular: return ".folderArrowRight32Regular" case .folderArrowRight48Filled: return ".folderArrowRight48Filled" @@ -37966,8 +38094,6 @@ import Foundation case .folderArrowUp28Regular: return ".folderArrowUp28Regular" case .folderArrowUp32Filled: return ".folderArrowUp32Filled" case .folderArrowUp32Regular: return ".folderArrowUp32Regular" - default: break } - switch self { case .folderArrowUp48Filled: return ".folderArrowUp48Filled" case .folderArrowUp48Regular: return ".folderArrowUp48Regular" case .folderBriefcase20Filled: return ".folderBriefcase20Filled" @@ -38054,6 +38180,8 @@ import Foundation case .folderSearch16Regular: return ".folderSearch16Regular" case .folderSearch20Filled: return ".folderSearch20Filled" case .folderSearch20Regular: return ".folderSearch20Regular" + default: break } + switch self { case .folderSearch24Filled: return ".folderSearch24Filled" case .folderSearch24Regular: return ".folderSearch24Regular" case .folderSwap16Filled: return ".folderSwap16Filled" @@ -38068,8 +38196,6 @@ import Foundation case .folderSync20Regular: return ".folderSync20Regular" case .folderSync24Filled: return ".folderSync24Filled" case .folderSync24Regular: return ".folderSync24Regular" - default: break } - switch self { case .folderZip16Filled: return ".folderZip16Filled" case .folderZip16Regular: return ".folderZip16Regular" case .folderZip20Filled: return ".folderZip20Filled" @@ -38156,6 +38282,8 @@ import Foundation case .foodToast24Regular: return ".foodToast24Regular" case .form20Filled: return ".form20Filled" case .form20Regular: return ".form20Regular" + default: break } + switch self { case .form24Filled: return ".form24Filled" case .form24Regular: return ".form24Regular" case .form28Filled: return ".form28Filled" @@ -38170,8 +38298,6 @@ import Foundation case .formMultiple28Regular: return ".formMultiple28Regular" case .formMultiple48Filled: return ".formMultiple48Filled" case .formMultiple48Regular: return ".formMultiple48Regular" - default: break } - switch self { case .formNew20Filled: return ".formNew20Filled" case .formNew20Regular: return ".formNew20Regular" case .formNew24Filled: return ".formNew24Filled" @@ -38258,6 +38384,8 @@ import Foundation case .ganttChart24Regular: return ".ganttChart24Regular" case .gas20Filled: return ".gas20Filled" case .gas20Regular: return ".gas20Regular" + default: break } + switch self { case .gas24Filled: return ".gas24Filled" case .gas24Regular: return ".gas24Regular" case .gasPump20Filled: return ".gasPump20Filled" @@ -38272,8 +38400,6 @@ import Foundation case .gauge24Regular: return ".gauge24Regular" case .gauge32Filled: return ".gauge32Filled" case .gauge32Regular: return ".gauge32Regular" - default: break } - switch self { case .gaugeAdd20Filled: return ".gaugeAdd20Filled" case .gaugeAdd20Regular: return ".gaugeAdd20Regular" case .gavel16Filled: return ".gavel16Filled" @@ -38360,6 +38486,8 @@ import Foundation case .glanceHorizontalSparkles24Regular: return ".glanceHorizontalSparkles24Regular" case .glasses16Filled: return ".glasses16Filled" case .glasses16Regular: return ".glasses16Regular" + default: break } + switch self { case .glasses20Filled: return ".glasses20Filled" case .glasses20Regular: return ".glasses20Regular" case .glasses24Filled: return ".glasses24Filled" @@ -38374,8 +38502,6 @@ import Foundation case .glassesOff16Regular: return ".glassesOff16Regular" case .glassesOff20Filled: return ".glassesOff20Filled" case .glassesOff20Regular: return ".glassesOff20Regular" - default: break } - switch self { case .glassesOff24Filled: return ".glassesOff24Filled" case .glassesOff24Regular: return ".glassesOff24Regular" case .glassesOff28Filled: return ".glassesOff28Filled" @@ -38462,6 +38588,8 @@ import Foundation case .globeStar20Regular: return ".globeStar20Regular" case .globeSurface20Filled: return ".globeSurface20Filled" case .globeSurface20Regular: return ".globeSurface20Regular" + default: break } + switch self { case .globeSurface24Filled: return ".globeSurface24Filled" case .globeSurface24Regular: return ".globeSurface24Regular" case .globeSurface32Filled: return ".globeSurface32Filled" @@ -38476,8 +38604,6 @@ import Foundation case .globeVideo20Regular: return ".globeVideo20Regular" case .globeVideo24Filled: return ".globeVideo24Filled" case .globeVideo24Regular: return ".globeVideo24Regular" - default: break } - switch self { case .globeVideo28Filled: return ".globeVideo28Filled" case .globeVideo28Regular: return ".globeVideo28Regular" case .globeVideo32Filled: return ".globeVideo32Filled" @@ -38564,6 +38690,8 @@ import Foundation case .guitar28Regular: return ".guitar28Regular" case .handDraw16Filled: return ".handDraw16Filled" case .handDraw16Regular: return ".handDraw16Regular" + default: break } + switch self { case .handDraw20Filled: return ".handDraw20Filled" case .handDraw20Regular: return ".handDraw20Regular" case .handDraw24Filled: return ".handDraw24Filled" @@ -38578,8 +38706,6 @@ import Foundation case .handLeft24Regular: return ".handLeft24Regular" case .handLeft28Filled: return ".handLeft28Filled" case .handLeft28Regular: return ".handLeft28Regular" - default: break } - switch self { case .handLeftChat16Filled: return ".handLeftChat16Filled" case .handLeftChat16Regular: return ".handLeftChat16Regular" case .handLeftChat20Filled: return ".handLeftChat20Filled" @@ -38592,6 +38718,18 @@ import Foundation case .handOpenHeart20Regular: return ".handOpenHeart20Regular" case .handOpenHeart32Filled: return ".handOpenHeart32Filled" case .handOpenHeart32Regular: return ".handOpenHeart32Regular" + case .handPoint16Filled: return ".handPoint16Filled" + case .handPoint16Regular: return ".handPoint16Regular" + case .handPoint20Filled: return ".handPoint20Filled" + case .handPoint20Regular: return ".handPoint20Regular" + case .handPoint24Filled: return ".handPoint24Filled" + case .handPoint24Regular: return ".handPoint24Regular" + case .handPoint28Filled: return ".handPoint28Filled" + case .handPoint28Regular: return ".handPoint28Regular" + case .handPoint32Filled: return ".handPoint32Filled" + case .handPoint32Regular: return ".handPoint32Regular" + case .handPoint48Filled: return ".handPoint48Filled" + case .handPoint48Regular: return ".handPoint48Regular" case .handRight16Filled: return ".handRight16Filled" case .handRight16Regular: return ".handRight16Regular" case .handRight20Filled: return ".handRight20Filled" @@ -38654,6 +38792,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" @@ -38680,8 +38820,6 @@ import Foundation case .headphones20Regular: return ".headphones20Regular" case .headphones24Filled: return ".headphones24Filled" case .headphones24Regular: return ".headphones24Regular" - default: break } - switch self { case .headphones28Filled: return ".headphones28Filled" case .headphones28Regular: return ".headphones28Regular" case .headphones32Filled: return ".headphones32Filled" @@ -38756,6 +38894,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" @@ -38782,8 +38922,6 @@ import Foundation case .hexagon20Regular: return ".hexagon20Regular" case .hexagon24Filled: return ".hexagon24Filled" case .hexagon24Regular: return ".hexagon24Regular" - default: break } - switch self { case .hexagon28Filled: return ".hexagon28Filled" case .hexagon28Regular: return ".hexagon28Regular" case .hexagon32Filled: return ".hexagon32Filled" @@ -38858,6 +38996,8 @@ import Foundation case .homeCheckmark20Filled: return ".homeCheckmark20Filled" case .homeCheckmark20Regular: return ".homeCheckmark20Regular" case .homeCheckmark24Filled: return ".homeCheckmark24Filled" + default: break } + switch self { case .homeCheckmark24Regular: return ".homeCheckmark24Regular" case .homeDatabase20Filled: return ".homeDatabase20Filled" case .homeDatabase20Regular: return ".homeDatabase20Regular" @@ -38884,8 +39024,6 @@ import Foundation case .homeMore32Filled: return ".homeMore32Filled" case .homeMore32Regular: return ".homeMore32Regular" case .homeMore48Filled: return ".homeMore48Filled" - default: break } - switch self { case .homeMore48Regular: return ".homeMore48Regular" case .homePerson20Filled: return ".homePerson20Filled" case .homePerson20Regular: return ".homePerson20Regular" @@ -38960,6 +39098,8 @@ import Foundation case .imageArrowForward20Filled: return ".imageArrowForward20Filled" case .imageArrowForward20Regular: return ".imageArrowForward20Regular" case .imageArrowForward24Filled: return ".imageArrowForward24Filled" + default: break } + switch self { case .imageArrowForward24Regular: return ".imageArrowForward24Regular" case .imageBorder16Filled: return ".imageBorder16Filled" case .imageBorder16Regular: return ".imageBorder16Regular" @@ -38986,8 +39126,6 @@ import Foundation case .imageCircle48Filled: return ".imageCircle48Filled" case .imageCircle48Regular: return ".imageCircle48Regular" case .imageCopy20Filled: return ".imageCopy20Filled" - default: break } - switch self { case .imageCopy20Regular: return ".imageCopy20Regular" case .imageCopy24Filled: return ".imageCopy24Filled" case .imageCopy24Regular: return ".imageCopy24Regular" @@ -39062,6 +39200,8 @@ import Foundation case .imageTable16Filled: return ".imageTable16Filled" case .imageTable16Regular: return ".imageTable16Regular" case .imageTable20Filled: return ".imageTable20Filled" + default: break } + switch self { case .imageTable20Regular: return ".imageTable20Regular" case .imageTable24Filled: return ".imageTable24Filled" case .imageTable24Regular: return ".imageTable24Regular" @@ -39088,8 +39228,6 @@ import Foundation case .important24Filled: return ".important24Filled" case .important24Regular: return ".important24Regular" case .important32Filled: return ".important32Filled" - default: break } - switch self { case .important32Regular: return ".important32Regular" case .incognito20Filled: return ".incognito20Filled" case .incognito20Regular: return ".incognito20Regular" @@ -39164,6 +39302,8 @@ import Foundation case .javascript16Filled: return ".javascript16Filled" case .javascript16Regular: return ".javascript16Regular" case .javascript20Filled: return ".javascript20Filled" + default: break } + switch self { case .javascript20Regular: return ".javascript20Regular" case .javascript24Filled: return ".javascript24Filled" case .javascript24Regular: return ".javascript24Regular" @@ -39190,8 +39330,6 @@ import Foundation case .keyMultiple24Filled: return ".keyMultiple24Filled" case .keyMultiple24Regular: return ".keyMultiple24Regular" case .keyReset20Filled: return ".keyReset20Filled" - default: break } - switch self { case .keyReset20Regular: return ".keyReset20Regular" case .keyReset24Filled: return ".keyReset24Filled" case .keyReset24Regular: return ".keyReset24Regular" @@ -39266,6 +39404,8 @@ import Foundation case .laptopDismiss16Filled: return ".laptopDismiss16Filled" case .laptopDismiss16Regular: return ".laptopDismiss16Regular" case .laptopDismiss20Filled: return ".laptopDismiss20Filled" + default: break } + switch self { case .laptopDismiss20Regular: return ".laptopDismiss20Regular" case .laptopMultiple24Filled: return ".laptopMultiple24Filled" case .laptopMultiple24Regular: return ".laptopMultiple24Regular" @@ -39292,8 +39432,6 @@ import Foundation case .lasso24Filled: return ".lasso24Filled" case .lasso24Regular: return ".lasso24Regular" case .lasso28Filled: return ".lasso28Filled" - default: break } - switch self { case .lasso28Regular: return ".lasso28Regular" case .launcherSettings20Filled: return ".launcherSettings20Filled" case .launcherSettings20Regular: return ".launcherSettings20Regular" @@ -39368,6 +39506,8 @@ import Foundation case .layoutColumnOneThirdRight16Filled: return ".layoutColumnOneThirdRight16Filled" case .layoutColumnOneThirdRight16Regular: return ".layoutColumnOneThirdRight16Regular" case .layoutColumnOneThirdRight20Filled: return ".layoutColumnOneThirdRight20Filled" + default: break } + switch self { case .layoutColumnOneThirdRight20Regular: return ".layoutColumnOneThirdRight20Regular" case .layoutColumnOneThirdRight24Filled: return ".layoutColumnOneThirdRight24Filled" case .layoutColumnOneThirdRight24Regular: return ".layoutColumnOneThirdRight24Regular" @@ -39394,8 +39534,6 @@ import Foundation case .layoutColumnThreeFocusRight24Filled: return ".layoutColumnThreeFocusRight24Filled" case .layoutColumnTwo16Filled: return ".layoutColumnTwo16Filled" case .layoutColumnTwo16Regular: return ".layoutColumnTwo16Regular" - default: break } - switch self { case .layoutColumnTwo20Filled: return ".layoutColumnTwo20Filled" case .layoutColumnTwo20Regular: return ".layoutColumnTwo20Regular" case .layoutColumnTwo24Filled: return ".layoutColumnTwo24Filled" @@ -39470,6 +39608,8 @@ import Foundation case .layoutRowThreeFocusTop20Filled: return ".layoutRowThreeFocusTop20Filled" case .layoutRowThreeFocusTop24Filled: return ".layoutRowThreeFocusTop24Filled" case .layoutRowTwo16Filled: return ".layoutRowTwo16Filled" + default: break } + switch self { case .layoutRowTwo16Regular: return ".layoutRowTwo16Regular" case .layoutRowTwo20Filled: return ".layoutRowTwo20Filled" case .layoutRowTwo20Regular: return ".layoutRowTwo20Regular" @@ -39496,8 +39636,6 @@ import Foundation case .layoutRowTwoSplitBottomFocusTop16Filled: return ".layoutRowTwoSplitBottomFocusTop16Filled" case .layoutRowTwoSplitBottomFocusTop20Filled: return ".layoutRowTwoSplitBottomFocusTop20Filled" case .layoutRowTwoSplitBottomFocusTop24Filled: return ".layoutRowTwoSplitBottomFocusTop24Filled" - default: break } - switch self { case .layoutRowTwoSplitTop16Filled: return ".layoutRowTwoSplitTop16Filled" case .layoutRowTwoSplitTop16Regular: return ".layoutRowTwoSplitTop16Regular" case .layoutRowTwoSplitTop20Filled: return ".layoutRowTwoSplitTop20Filled" @@ -39572,6 +39710,8 @@ import Foundation case .lightbulbFilament16Filled: return ".lightbulbFilament16Filled" case .lightbulbFilament16Regular: return ".lightbulbFilament16Regular" case .lightbulbFilament20Filled: return ".lightbulbFilament20Filled" + default: break } + switch self { case .lightbulbFilament20Regular: return ".lightbulbFilament20Regular" case .lightbulbFilament24Filled: return ".lightbulbFilament24Filled" case .lightbulbFilament24Regular: return ".lightbulbFilament24Regular" @@ -39598,8 +39738,6 @@ import Foundation case .likert24Filled: return ".likert24Filled" case .likert24Regular: return ".likert24Regular" case .line20Filled: return ".line20Filled" - default: break } - switch self { case .line20Regular: return ".line20Regular" case .line24Filled: return ".line24Filled" case .line24Regular: return ".line24Regular" @@ -39674,6 +39812,8 @@ import Foundation case .link16Filled: return ".link16Filled" case .link16Regular: return ".link16Regular" case .link20Filled: return ".link20Filled" + default: break } + switch self { case .link20Regular: return ".link20Regular" case .link24Filled: return ".link24Filled" case .link24Regular: return ".link24Regular" @@ -39700,8 +39840,6 @@ import Foundation case .linkEdit20Filled: return ".linkEdit20Filled" case .linkEdit20Regular: return ".linkEdit20Regular" case .linkEdit24Filled: return ".linkEdit24Filled" - default: break } - switch self { case .linkEdit24Regular: return ".linkEdit24Regular" case .linkMultiple16Filled: return ".linkMultiple16Filled" case .linkMultiple16Regular: return ".linkMultiple16Regular" @@ -39776,6 +39914,8 @@ import Foundation case .location24Filled: return ".location24Filled" case .location24Regular: return ".location24Regular" case .location28Filled: return ".location28Filled" + default: break } + switch self { case .location28Regular: return ".location28Regular" case .location48Filled: return ".location48Filled" case .location48Regular: return ".location48Regular" @@ -39802,8 +39942,6 @@ import Foundation case .locationArrow28Filled: return ".locationArrow28Filled" case .locationArrow28Regular: return ".locationArrow28Regular" case .locationArrow32Filled: return ".locationArrow32Filled" - default: break } - switch self { case .locationArrow32Regular: return ".locationArrow32Regular" case .locationArrow48Filled: return ".locationArrow48Filled" case .locationArrow48Regular: return ".locationArrow48Regular" @@ -39878,6 +40016,8 @@ import Foundation case .lockClosedKey24Filled: return ".lockClosedKey24Filled" case .lockClosedKey24Regular: return ".lockClosedKey24Regular" case .lockMultiple20Filled: return ".lockMultiple20Filled" + default: break } + switch self { case .lockMultiple20Regular: return ".lockMultiple20Regular" case .lockMultiple24Filled: return ".lockMultiple24Filled" case .lockMultiple24Regular: return ".lockMultiple24Regular" @@ -39904,8 +40044,6 @@ import Foundation case .lockShield28Filled: return ".lockShield28Filled" case .lockShield28Regular: return ".lockShield28Regular" case .lockShield32Filled: return ".lockShield32Filled" - default: break } - switch self { case .lockShield32Regular: return ".lockShield32Regular" case .lockShield48Filled: return ".lockShield48Filled" case .lockShield48Regular: return ".lockShield48Regular" @@ -39980,6 +40118,8 @@ import Foundation case .mailArrowDown16Filled: return ".mailArrowDown16Filled" case .mailArrowDown16Regular: return ".mailArrowDown16Regular" case .mailArrowDown20Filled: return ".mailArrowDown20Filled" + default: break } + switch self { case .mailArrowDown20Regular: return ".mailArrowDown20Regular" case .mailArrowForward16Filled: return ".mailArrowForward16Filled" case .mailArrowForward16Regular: return ".mailArrowForward16Regular" @@ -40006,8 +40146,6 @@ import Foundation case .mailCheckmark20Filled: return ".mailCheckmark20Filled" case .mailCheckmark20Regular: return ".mailCheckmark20Regular" case .mailCheckmark24Filled: return ".mailCheckmark24Filled" - default: break } - switch self { case .mailCheckmark24Regular: return ".mailCheckmark24Regular" case .mailClock16Filled: return ".mailClock16Filled" case .mailClock16Regular: return ".mailClock16Regular" @@ -40082,6 +40220,8 @@ import Foundation case .mailInboxDismiss20Filled: return ".mailInboxDismiss20Filled" case .mailInboxDismiss20Regular: return ".mailInboxDismiss20Regular" case .mailInboxDismiss24Filled: return ".mailInboxDismiss24Filled" + default: break } + switch self { case .mailInboxDismiss24Regular: return ".mailInboxDismiss24Regular" case .mailInboxDismiss28Filled: return ".mailInboxDismiss28Filled" case .mailInboxDismiss28Regular: return ".mailInboxDismiss28Regular" @@ -40108,8 +40248,6 @@ import Foundation case .mailMultiple32Filled: return ".mailMultiple32Filled" case .mailMultiple32Regular: return ".mailMultiple32Regular" case .mailOff16Filled: return ".mailOff16Filled" - default: break } - switch self { case .mailOff16Regular: return ".mailOff16Regular" case .mailOff20Filled: return ".mailOff20Filled" case .mailOff20Regular: return ".mailOff20Regular" @@ -40145,6 +40283,8 @@ import Foundation case .mailRead32Regular: return ".mailRead32Regular" case .mailRead48Filled: return ".mailRead48Filled" case .mailRead48Regular: return ".mailRead48Regular" + case .mailReadBriefcase48Filled: return ".mailReadBriefcase48Filled" + case .mailReadBriefcase48Regular: return ".mailReadBriefcase48Regular" case .mailReadMultiple16Filled: return ".mailReadMultiple16Filled" case .mailReadMultiple16Regular: return ".mailReadMultiple16Regular" case .mailReadMultiple20Filled: return ".mailReadMultiple20Filled" @@ -40182,6 +40322,8 @@ import Foundation case .mailUnread20Filled: return ".mailUnread20Filled" case .mailUnread20Regular: return ".mailUnread20Regular" case .mailUnread24Filled: return ".mailUnread24Filled" + default: break } + switch self { case .mailUnread24Regular: return ".mailUnread24Regular" case .mailUnread28Filled: return ".mailUnread28Filled" case .mailUnread28Regular: return ".mailUnread28Regular" @@ -40210,8 +40352,6 @@ import Foundation case .mapDrive20Filled: return ".mapDrive20Filled" case .mapDrive20Regular: return ".mapDrive20Regular" case .mapDrive24Filled: return ".mapDrive24Filled" - default: break } - switch self { case .mapDrive24Regular: return ".mapDrive24Regular" case .markdown20Filled: return ".markdown20Filled" case .markdown20Regular: return ".markdown20Regular" @@ -40284,6 +40424,8 @@ import Foundation case .megaphoneCircle24Filled: return ".megaphoneCircle24Filled" case .megaphoneCircle24Regular: return ".megaphoneCircle24Regular" case .megaphoneLoud16Filled: return ".megaphoneLoud16Filled" + default: break } + switch self { case .megaphoneLoud16Regular: return ".megaphoneLoud16Regular" case .megaphoneLoud20Filled: return ".megaphoneLoud20Filled" case .megaphoneLoud20Regular: return ".megaphoneLoud20Regular" @@ -40312,8 +40454,6 @@ import Foundation case .mention24Filled: return ".mention24Filled" case .mention24Regular: return ".mention24Regular" case .mention32Filled: return ".mention32Filled" - default: break } - switch self { case .mention32Regular: return ".mention32Regular" case .mention48Filled: return ".mention48Filled" case .mention48Regular: return ".mention48Regular" @@ -40386,6 +40526,8 @@ import Foundation case .micPulseOff32Filled: return ".micPulseOff32Filled" case .micPulseOff32Regular: return ".micPulseOff32Regular" case .micPulseOff48Filled: return ".micPulseOff48Filled" + default: break } + switch self { case .micPulseOff48Regular: return ".micPulseOff48Regular" case .micRecord20Filled: return ".micRecord20Filled" case .micRecord20Regular: return ".micRecord20Regular" @@ -40414,8 +40556,6 @@ import Foundation case .midi24Filled: return ".midi24Filled" case .midi24Regular: return ".midi24Regular" case .mobileOptimized20Filled: return ".mobileOptimized20Filled" - default: break } - switch self { case .mobileOptimized20Regular: return ".mobileOptimized20Regular" case .mobileOptimized24Filled: return ".mobileOptimized24Filled" case .mobileOptimized24Regular: return ".mobileOptimized24Regular" @@ -40488,6 +40628,8 @@ import Foundation case .moreHorizontal28Filled: return ".moreHorizontal28Filled" case .moreHorizontal28Regular: return ".moreHorizontal28Regular" case .moreHorizontal32Filled: return ".moreHorizontal32Filled" + default: break } + switch self { case .moreHorizontal32Regular: return ".moreHorizontal32Regular" case .moreHorizontal48Filled: return ".moreHorizontal48Filled" case .moreHorizontal48Regular: return ".moreHorizontal48Regular" @@ -40516,8 +40658,6 @@ import Foundation case .mountainLocationTop28Filled: return ".mountainLocationTop28Filled" case .mountainLocationTop28Regular: return ".mountainLocationTop28Regular" case .mountainTrail20Filled: return ".mountainTrail20Filled" - default: break } - switch self { case .mountainTrail20Regular: return ".mountainTrail20Regular" case .mountainTrail24Filled: return ".mountainTrail24Filled" case .mountainTrail24Regular: return ".mountainTrail24Regular" @@ -40590,6 +40730,8 @@ import Foundation case .multiplier5X48Filled: return ".multiplier5X48Filled" case .multiplier5X48Regular: return ".multiplier5X48Regular" case .multiselect16Filled: return ".multiselect16Filled" + default: break } + switch self { case .multiselect16Regular: return ".multiselect16Regular" case .multiselect20Filled: return ".multiselect20Filled" case .multiselect20Regular: return ".multiselect20Regular" @@ -40618,8 +40760,6 @@ import Foundation case .musicNoteOff224Filled: return ".musicNoteOff224Filled" case .musicNoteOff224Regular: return ".musicNoteOff224Regular" case .myLocation12Filled: return ".myLocation12Filled" - default: break } - switch self { case .myLocation12Regular: return ".myLocation12Regular" case .myLocation16Filled: return ".myLocation16Filled" case .myLocation16Regular: return ".myLocation16Regular" @@ -40692,6 +40832,8 @@ import Foundation case .noteAdd20Filled: return ".noteAdd20Filled" case .noteAdd20Regular: return ".noteAdd20Regular" case .noteAdd24Filled: return ".noteAdd24Filled" + default: break } + switch self { case .noteAdd24Regular: return ".noteAdd24Regular" case .noteAdd28Filled: return ".noteAdd28Filled" case .noteAdd28Regular: return ".noteAdd28Regular" @@ -40720,8 +40862,6 @@ import Foundation case .notebookArrowCurveDown20Filled: return ".notebookArrowCurveDown20Filled" case .notebookArrowCurveDown20Regular: return ".notebookArrowCurveDown20Regular" case .notebookError20Filled: return ".notebookError20Filled" - default: break } - switch self { case .notebookError20Regular: return ".notebookError20Regular" case .notebookError24Filled: return ".notebookError24Filled" case .notebookError24Regular: return ".notebookError24Regular" @@ -40794,6 +40934,8 @@ import Foundation case .numberCircle128Filled: return ".numberCircle128Filled" case .numberCircle128Regular: return ".numberCircle128Regular" case .numberCircle132Filled: return ".numberCircle132Filled" + default: break } + switch self { case .numberCircle132Regular: return ".numberCircle132Regular" case .numberCircle148Filled: return ".numberCircle148Filled" case .numberCircle148Regular: return ".numberCircle148Regular" @@ -40822,8 +40964,6 @@ import Foundation case .numberCircle348Filled: return ".numberCircle348Filled" case .numberCircle348Regular: return ".numberCircle348Regular" case .numberCircle416Filled: return ".numberCircle416Filled" - default: break } - switch self { case .numberCircle416Regular: return ".numberCircle416Regular" case .numberCircle420Filled: return ".numberCircle420Filled" case .numberCircle420Regular: return ".numberCircle420Regular" @@ -40896,6 +41036,8 @@ import Foundation case .numberCircle948Filled: return ".numberCircle948Filled" case .numberCircle948Regular: return ".numberCircle948Regular" case .numberRow16Filled: return ".numberRow16Filled" + default: break } + switch self { case .numberRow16Regular: return ".numberRow16Regular" case .numberRow20Filled: return ".numberRow20Filled" case .numberRow20Regular: return ".numberRow20Regular" @@ -40924,8 +41066,6 @@ import Foundation case .open12Filled: return ".open12Filled" case .open12Regular: return ".open12Regular" case .open16Filled: return ".open16Filled" - default: break } - switch self { case .open16Regular: return ".open16Regular" case .open20Filled: return ".open20Filled" case .open20Regular: return ".open20Regular" @@ -40998,6 +41138,8 @@ 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" @@ -41026,8 +41168,6 @@ import Foundation case .paddingRight24Filled: return ".paddingRight24Filled" case .paddingRight24Regular: return ".paddingRight24Regular" case .paddingTop20Filled: return ".paddingTop20Filled" - default: break } - switch self { case .paddingTop20Regular: return ".paddingTop20Regular" case .paddingTop24Filled: return ".paddingTop24Filled" case .paddingTop24Regular: return ".paddingTop24Regular" @@ -41100,6 +41240,8 @@ 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" @@ -41128,8 +41270,6 @@ import Foundation case .panelLeftHeaderAdd16Filled: return ".panelLeftHeaderAdd16Filled" case .panelLeftHeaderAdd16Regular: return ".panelLeftHeaderAdd16Regular" case .panelLeftHeaderAdd20Filled: return ".panelLeftHeaderAdd20Filled" - default: break } - switch self { case .panelLeftHeaderAdd20Regular: return ".panelLeftHeaderAdd20Regular" case .panelLeftHeaderAdd24Filled: return ".panelLeftHeaderAdd24Filled" case .panelLeftHeaderAdd24Regular: return ".panelLeftHeaderAdd24Regular" @@ -41202,6 +41342,8 @@ 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" @@ -41230,8 +41372,6 @@ import Foundation case .panelTopGallery16Filled: return ".panelTopGallery16Filled" case .panelTopGallery16Regular: return ".panelTopGallery16Regular" case .panelTopGallery20Filled: return ".panelTopGallery20Filled" - default: break } - switch self { case .panelTopGallery20Regular: return ".panelTopGallery20Regular" case .panelTopGallery24Filled: return ".panelTopGallery24Filled" case .panelTopGallery24Regular: return ".panelTopGallery24Regular" @@ -41304,6 +41444,8 @@ import Foundation case .paymentWireless28Filled: return ".paymentWireless28Filled" case .paymentWireless28Regular: return ".paymentWireless28Regular" case .paymentWireless32Filled: return ".paymentWireless32Filled" + default: break } + switch self { case .paymentWireless32Regular: return ".paymentWireless32Regular" case .paymentWireless48Filled: return ".paymentWireless48Filled" case .paymentWireless48Regular: return ".paymentWireless48Regular" @@ -41332,8 +41474,6 @@ import Foundation case .penDismiss48Filled: return ".penDismiss48Filled" case .penDismiss48Regular: return ".penDismiss48Regular" case .penOff16Filled: return ".penOff16Filled" - default: break } - switch self { case .penOff16Regular: return ".penOff16Regular" case .penOff20Filled: return ".penOff20Filled" case .penOff20Regular: return ".penOff20Regular" @@ -41406,6 +41546,8 @@ import Foundation case .peopleAudience32Filled: return ".peopleAudience32Filled" case .peopleAudience32Regular: return ".peopleAudience32Regular" case .peopleCall16Filled: return ".peopleCall16Filled" + default: break } + switch self { case .peopleCall16Regular: return ".peopleCall16Regular" case .peopleCall20Filled: return ".peopleCall20Filled" case .peopleCall20Regular: return ".peopleCall20Regular" @@ -41434,8 +41576,6 @@ import Foundation case .peopleCommunity32Filled: return ".peopleCommunity32Filled" case .peopleCommunity32Regular: return ".peopleCommunity32Regular" case .peopleCommunity48Filled: return ".peopleCommunity48Filled" - default: break } - switch self { case .peopleCommunity48Regular: return ".peopleCommunity48Regular" case .peopleCommunityAdd20Filled: return ".peopleCommunityAdd20Filled" case .peopleCommunityAdd20Regular: return ".peopleCommunityAdd20Regular" @@ -41505,6 +41645,14 @@ import Foundation case .peopleStar32Regular: return ".peopleStar32Regular" case .peopleStar48Filled: return ".peopleStar48Filled" case .peopleStar48Regular: return ".peopleStar48Regular" + case .peopleSubtract20Filled: return ".peopleSubtract20Filled" + case .peopleSubtract20Regular: return ".peopleSubtract20Regular" + case .peopleSubtract24Filled: return ".peopleSubtract24Filled" + default: break } + switch self { + case .peopleSubtract24Regular: return ".peopleSubtract24Regular" + case .peopleSubtract32Filled: return ".peopleSubtract32Filled" + case .peopleSubtract32Regular: return ".peopleSubtract32Regular" case .peopleSwap16Filled: return ".peopleSwap16Filled" case .peopleSwap16Regular: return ".peopleSwap16Regular" case .peopleSwap20Filled: return ".peopleSwap20Filled" @@ -41536,8 +41684,6 @@ import Foundation case .peopleTeamAdd24Filled: return ".peopleTeamAdd24Filled" case .peopleTeamAdd24Regular: return ".peopleTeamAdd24Regular" case .peopleTeamDelete16Filled: return ".peopleTeamDelete16Filled" - default: break } - switch self { case .peopleTeamDelete16Regular: return ".peopleTeamDelete16Regular" case .peopleTeamDelete20Filled: return ".peopleTeamDelete20Filled" case .peopleTeamDelete20Regular: return ".peopleTeamDelete20Regular" @@ -41599,6 +41745,16 @@ import Foundation case .personAlert24Regular: return ".personAlert24Regular" case .personAlert32Filled: return ".personAlert32Filled" case .personAlert32Regular: return ".personAlert32Regular" + case .personAlertOff16Filled: return ".personAlertOff16Filled" + case .personAlertOff16Regular: return ".personAlertOff16Regular" + case .personAlertOff20Filled: return ".personAlertOff20Filled" + case .personAlertOff20Regular: return ".personAlertOff20Regular" + case .personAlertOff24Filled: return ".personAlertOff24Filled" + default: break } + switch self { + case .personAlertOff24Regular: return ".personAlertOff24Regular" + case .personAlertOff32Filled: return ".personAlertOff32Filled" + case .personAlertOff32Regular: return ".personAlertOff32Regular" case .personArrowBack16Filled: return ".personArrowBack16Filled" case .personArrowBack16Regular: return ".personArrowBack16Regular" case .personArrowBack20Filled: return ".personArrowBack20Filled" @@ -41638,8 +41794,6 @@ import Foundation case .personBoard28Filled: return ".personBoard28Filled" case .personBoard28Regular: return ".personBoard28Regular" case .personBoard32Filled: return ".personBoard32Filled" - default: break } - switch self { case .personBoard32Regular: return ".personBoard32Regular" case .personCall16Filled: return ".personCall16Filled" case .personCall16Regular: return ".personCall16Regular" @@ -41698,6 +41852,8 @@ import Foundation case .personHeart20Filled: return ".personHeart20Filled" case .personHeart20Regular: return ".personHeart20Regular" case .personHeart24Filled: return ".personHeart24Filled" + default: break } + switch self { case .personHeart24Regular: return ".personHeart24Regular" case .personInfo16Filled: return ".personInfo16Filled" case .personInfo16Regular: return ".personInfo16Regular" @@ -41740,8 +41896,6 @@ import Foundation case .personMail24Filled: return ".personMail24Filled" case .personMail24Regular: return ".personMail24Regular" case .personMail28Filled: return ".personMail28Filled" - default: break } - switch self { case .personMail28Regular: return ".personMail28Regular" case .personMail48Filled: return ".personMail48Filled" case .personMail48Regular: return ".personMail48Regular" @@ -41800,6 +41954,8 @@ import Foundation case .personSearch16Filled: return ".personSearch16Filled" case .personSearch16Regular: return ".personSearch16Regular" case .personSearch20Filled: return ".personSearch20Filled" + default: break } + switch self { case .personSearch20Regular: return ".personSearch20Regular" case .personSearch24Filled: return ".personSearch24Filled" case .personSearch24Regular: return ".personSearch24Regular" @@ -41842,8 +41998,6 @@ import Foundation case .personStarburst20Filled: return ".personStarburst20Filled" case .personStarburst20Regular: return ".personStarburst20Regular" case .personStarburst24Filled: return ".personStarburst24Filled" - default: break } - switch self { case .personStarburst24Regular: return ".personStarburst24Regular" case .personSubtract16Filled: return ".personSubtract16Filled" case .personSubtract16Regular: return ".personSubtract16Regular" @@ -41902,6 +42056,8 @@ import Foundation case .personWarning16Filled: return ".personWarning16Filled" case .personWarning16Regular: return ".personWarning16Regular" case .personWarning20Filled: return ".personWarning20Filled" + default: break } + switch self { case .personWarning20Regular: return ".personWarning20Regular" case .personWarning24Filled: return ".personWarning24Filled" case .personWarning24Regular: return ".personWarning24Regular" @@ -41944,8 +42100,6 @@ import Foundation case .phoneChat24Filled: return ".phoneChat24Filled" case .phoneChat24Regular: return ".phoneChat24Regular" case .phoneChat28Filled: return ".phoneChat28Filled" - default: break } - switch self { case .phoneChat28Regular: return ".phoneChat28Regular" case .phoneCheckmark16Filled: return ".phoneCheckmark16Filled" case .phoneCheckmark16Regular: return ".phoneCheckmark16Regular" @@ -42004,6 +42158,8 @@ import Foundation case .phoneLock20Filled: return ".phoneLock20Filled" case .phoneLock20Regular: return ".phoneLock20Regular" case .phoneLock24Filled: return ".phoneLock24Filled" + default: break } + switch self { case .phoneLock24Regular: return ".phoneLock24Regular" case .phoneMultiple24Filled: return ".phoneMultiple24Filled" case .phoneMultiple24Regular: return ".phoneMultiple24Regular" @@ -42046,8 +42202,6 @@ import Foundation case .phoneSpeaker20Filled: return ".phoneSpeaker20Filled" case .phoneSpeaker20Regular: return ".phoneSpeaker20Regular" case .phoneSpeaker24Filled: return ".phoneSpeaker24Filled" - default: break } - switch self { case .phoneSpeaker24Regular: return ".phoneSpeaker24Regular" case .phoneStatusBar20Filled: return ".phoneStatusBar20Filled" case .phoneStatusBar20Regular: return ".phoneStatusBar20Regular" @@ -42106,6 +42260,8 @@ import Foundation case .pill20Filled: return ".pill20Filled" case .pill20Regular: return ".pill20Regular" case .pill24Filled: return ".pill24Filled" + default: break } + switch self { case .pill24Regular: return ".pill24Regular" case .pill28Filled: return ".pill28Filled" case .pill28Regular: return ".pill28Regular" @@ -42148,8 +42304,6 @@ import Foundation case .pipelineArrowCurveDown20Filled: return ".pipelineArrowCurveDown20Filled" case .pipelineArrowCurveDown20Regular: return ".pipelineArrowCurveDown20Regular" case .pipelinePlay20Filled: return ".pipelinePlay20Filled" - default: break } - switch self { case .pipelinePlay20Regular: return ".pipelinePlay20Regular" case .pivot20Filled: return ".pivot20Filled" case .pivot20Regular: return ".pivot20Regular" @@ -42208,6 +42362,8 @@ import Foundation case .playingCards20Filled: return ".playingCards20Filled" case .playingCards20Regular: return ".playingCards20Regular" case .plugConnected16Filled: return ".plugConnected16Filled" + default: break } + switch self { case .plugConnected16Regular: return ".plugConnected16Regular" case .plugConnected20Filled: return ".plugConnected20Filled" case .plugConnected20Regular: return ".plugConnected20Regular" @@ -42250,8 +42406,6 @@ import Foundation case .pollHorizontal24Filled: return ".pollHorizontal24Filled" case .pollHorizontal24Regular: return ".pollHorizontal24Regular" case .pollOff16Filled: return ".pollOff16Filled" - default: break } - switch self { case .pollOff16Regular: return ".pollOff16Regular" case .pollOff20Filled: return ".pollOff20Filled" case .pollOff20Regular: return ".pollOff20Regular" @@ -42310,6 +42464,8 @@ import Foundation case .premium24Filled: return ".premium24Filled" case .premium24Regular: return ".premium24Regular" case .premium28Filled: return ".premium28Filled" + default: break } + switch self { case .premium28Regular: return ".premium28Regular" case .premium32Filled: return ".premium32Filled" case .premium32Regular: return ".premium32Regular" @@ -42352,8 +42508,6 @@ import Foundation case .presenceDnd10Filled: return ".presenceDnd10Filled" case .presenceDnd10Regular: return ".presenceDnd10Regular" case .presenceDnd12Filled: return ".presenceDnd12Filled" - default: break } - switch self { case .presenceDnd12Regular: return ".presenceDnd12Regular" case .presenceDnd16Filled: return ".presenceDnd16Filled" case .presenceDnd16Regular: return ".presenceDnd16Regular" @@ -42412,6 +42566,8 @@ import Foundation case .print20Regular: return ".print20Regular" case .print24Filled: return ".print24Filled" case .print24Regular: return ".print24Regular" + default: break } + switch self { case .print28Filled: return ".print28Filled" case .print28Regular: return ".print28Regular" case .print32Filled: return ".print32Filled" @@ -42454,8 +42610,6 @@ import Foundation case .prohibitedMultiple28Regular: return ".prohibitedMultiple28Regular" case .prohibitedNote20Filled: return ".prohibitedNote20Filled" case .prohibitedNote20Regular: return ".prohibitedNote20Regular" - default: break } - switch self { case .projectionScreen16Filled: return ".projectionScreen16Filled" case .projectionScreen16Regular: return ".projectionScreen16Regular" case .projectionScreen20Filled: return ".projectionScreen20Filled" @@ -42514,6 +42668,8 @@ import Foundation case .puzzlePiece24Regular: return ".puzzlePiece24Regular" case .puzzlePieceShield20Filled: return ".puzzlePieceShield20Filled" case .puzzlePieceShield20Regular: return ".puzzlePieceShield20Regular" + default: break } + switch self { case .qrCode20Filled: return ".qrCode20Filled" case .qrCode20Regular: return ".qrCode20Regular" case .qrCode24Filled: return ".qrCode24Filled" @@ -42556,8 +42712,6 @@ import Foundation case .quizNew48Regular: return ".quizNew48Regular" case .radar20Filled: return ".radar20Filled" case .radar20Regular: return ".radar20Regular" - default: break } - switch self { case .radarCheckmark20Filled: return ".radarCheckmark20Filled" case .radarCheckmark20Regular: return ".radarCheckmark20Regular" case .radarRectangleMultiple20Filled: return ".radarRectangleMultiple20Filled" @@ -42616,6 +42770,8 @@ import Foundation case .readingList20Regular: return ".readingList20Regular" case .readingList24Filled: return ".readingList24Filled" case .readingList24Regular: return ".readingList24Regular" + default: break } + switch self { case .readingList28Filled: return ".readingList28Filled" case .readingList28Regular: return ".readingList28Regular" case .readingListAdd16Filled: return ".readingListAdd16Filled" @@ -42658,8 +42814,6 @@ import Foundation case .receiptCube24Regular: return ".receiptCube24Regular" case .receiptMoney16Filled: return ".receiptMoney16Filled" case .receiptMoney16Regular: return ".receiptMoney16Regular" - default: break } - switch self { case .receiptMoney20Filled: return ".receiptMoney20Filled" case .receiptMoney20Regular: return ".receiptMoney20Regular" case .receiptMoney24Filled: return ".receiptMoney24Filled" @@ -42718,6 +42872,8 @@ import Foundation case .rectangleLandscape32Regular: return ".rectangleLandscape32Regular" case .rectangleLandscape48Filled: return ".rectangleLandscape48Filled" case .rectangleLandscape48Regular: return ".rectangleLandscape48Regular" + default: break } + switch self { case .rectangleLandscapeHintCopy16Filled: return ".rectangleLandscapeHintCopy16Filled" case .rectangleLandscapeHintCopy16Regular: return ".rectangleLandscapeHintCopy16Regular" case .rectangleLandscapeHintCopy20Filled: return ".rectangleLandscapeHintCopy20Filled" @@ -42760,8 +42916,6 @@ import Foundation case .recycle32Regular: return ".recycle32Regular" case .remixAdd16Filled: return ".remixAdd16Filled" case .remixAdd16Regular: return ".remixAdd16Regular" - default: break } - switch self { case .remixAdd20Filled: return ".remixAdd20Filled" case .remixAdd20Regular: return ".remixAdd20Regular" case .remixAdd24Filled: return ".remixAdd24Filled" @@ -42820,6 +42974,8 @@ import Foundation case .resizeVideo20Regular: return ".resizeVideo20Regular" case .resizeVideo24Filled: return ".resizeVideo24Filled" case .resizeVideo24Regular: return ".resizeVideo24Regular" + default: break } + switch self { case .reward12Filled: return ".reward12Filled" case .reward12Regular: return ".reward12Regular" case .reward16Filled: return ".reward16Filled" @@ -42862,8 +43018,6 @@ import Foundation case .ribbonAdd20Regular: return ".ribbonAdd20Regular" case .ribbonAdd24Filled: return ".ribbonAdd24Filled" case .ribbonAdd24Regular: return ".ribbonAdd24Regular" - default: break } - switch self { case .ribbonOff12Filled: return ".ribbonOff12Filled" case .ribbonOff12Regular: return ".ribbonOff12Regular" case .ribbonOff16Filled: return ".ribbonOff16Filled" @@ -42922,6 +43076,8 @@ import Foundation case .rss20Regular: return ".rss20Regular" case .rss24Filled: return ".rss24Filled" case .rss24Regular: return ".rss24Regular" + default: break } + switch self { case .ruler16Filled: return ".ruler16Filled" case .ruler16Regular: return ".ruler16Regular" case .ruler20Filled: return ".ruler20Filled" @@ -42964,8 +43120,6 @@ import Foundation case .saveCopy24Regular: return ".saveCopy24Regular" case .saveEdit20Filled: return ".saveEdit20Filled" case .saveEdit20Regular: return ".saveEdit20Regular" - default: break } - switch self { case .saveEdit24Filled: return ".saveEdit24Filled" case .saveEdit24Regular: return ".saveEdit24Regular" case .saveImage20Filled: return ".saveImage20Filled" @@ -43024,6 +43178,8 @@ import Foundation case .scanDash16Regular: return ".scanDash16Regular" case .scanDash20Filled: return ".scanDash20Filled" case .scanDash20Regular: return ".scanDash20Regular" + default: break } + switch self { case .scanDash24Filled: return ".scanDash24Filled" case .scanDash24Regular: return ".scanDash24Regular" case .scanDash28Filled: return ".scanDash28Filled" @@ -43066,8 +43222,6 @@ import Foundation case .scanThumbUp20Regular: return ".scanThumbUp20Regular" case .scanThumbUp24Filled: return ".scanThumbUp24Filled" case .scanThumbUp24Regular: return ".scanThumbUp24Regular" - default: break } - switch self { case .scanThumbUp28Filled: return ".scanThumbUp28Filled" case .scanThumbUp28Regular: return ".scanThumbUp28Regular" case .scanThumbUp48Filled: return ".scanThumbUp48Filled" @@ -43126,6 +43280,8 @@ import Foundation case .script16Regular: return ".script16Regular" case .script20Filled: return ".script20Filled" case .script20Regular: return ".script20Regular" + default: break } + switch self { case .script24Filled: return ".script24Filled" case .script24Regular: return ".script24Regular" case .script32Filled: return ".script32Filled" @@ -43168,8 +43324,6 @@ import Foundation case .seat20Regular: return ".seat20Regular" case .seat24Filled: return ".seat24Filled" case .seat24Regular: return ".seat24Regular" - default: break } - switch self { case .seatAdd16Filled: return ".seatAdd16Filled" case .seatAdd16Regular: return ".seatAdd16Regular" case .seatAdd20Filled: return ".seatAdd20Filled" @@ -43228,6 +43382,8 @@ import Foundation case .sendBeaker32Regular: return ".sendBeaker32Regular" case .sendBeaker48Filled: return ".sendBeaker48Filled" case .sendBeaker48Regular: return ".sendBeaker48Regular" + default: break } + switch self { case .sendClock20Filled: return ".sendClock20Filled" case .sendClock20Regular: return ".sendClock20Regular" case .sendClock24Filled: return ".sendClock24Filled" @@ -43270,8 +43426,6 @@ import Foundation case .serviceBell20Regular: return ".serviceBell20Regular" case .serviceBell24Filled: return ".serviceBell24Filled" case .serviceBell24Regular: return ".serviceBell24Regular" - default: break } - switch self { case .settings16Filled: return ".settings16Filled" case .settings16Regular: return ".settings16Regular" case .settings20Filled: return ".settings20Filled" @@ -43330,6 +43484,8 @@ import Foundation case .shapeUnion24Regular: return ".shapeUnion24Regular" case .shapes16Filled: return ".shapes16Filled" case .shapes16Regular: return ".shapes16Regular" + default: break } + switch self { case .shapes20Filled: return ".shapes20Filled" case .shapes20Regular: return ".shapes20Regular" case .shapes24Filled: return ".shapes24Filled" @@ -43372,8 +43528,6 @@ import Foundation case .shareIos48Regular: return ".shareIos48Regular" case .shareScreenPerson16Filled: return ".shareScreenPerson16Filled" case .shareScreenPerson16Regular: return ".shareScreenPerson16Regular" - default: break } - switch self { case .shareScreenPerson20Filled: return ".shareScreenPerson20Filled" case .shareScreenPerson20Regular: return ".shareScreenPerson20Regular" case .shareScreenPerson24Filled: return ".shareScreenPerson24Filled" @@ -43432,6 +43586,8 @@ import Foundation case .shield24Regular: return ".shield24Regular" case .shield28Filled: return ".shield28Filled" case .shield28Regular: return ".shield28Regular" + default: break } + switch self { case .shield32Filled: return ".shield32Filled" case .shield32Regular: return ".shield32Regular" case .shield48Filled: return ".shield48Filled" @@ -43474,8 +43630,6 @@ import Foundation case .shieldGlobe16Regular: return ".shieldGlobe16Regular" case .shieldGlobe20Filled: return ".shieldGlobe20Filled" case .shieldGlobe20Regular: return ".shieldGlobe20Regular" - default: break } - switch self { case .shieldGlobe24Filled: return ".shieldGlobe24Filled" case .shieldGlobe24Regular: return ".shieldGlobe24Regular" case .shieldKeyhole16Filled: return ".shieldKeyhole16Filled" @@ -43534,6 +43688,8 @@ import Foundation case .shifts30Minutes24Regular: return ".shifts30Minutes24Regular" case .shifts32Filled: return ".shifts32Filled" case .shifts32Regular: return ".shifts32Regular" + default: break } + switch self { case .shiftsActivity16Filled: return ".shiftsActivity16Filled" case .shiftsActivity16Regular: return ".shiftsActivity16Regular" case .shiftsActivity20Filled: return ".shiftsActivity20Filled" @@ -43576,10 +43732,10 @@ import Foundation case .shoppingBag16Regular: return ".shoppingBag16Regular" case .shoppingBag20Filled: return ".shoppingBag20Filled" case .shoppingBag20Regular: return ".shoppingBag20Regular" - default: break } - switch self { case .shoppingBag24Filled: return ".shoppingBag24Filled" case .shoppingBag24Regular: return ".shoppingBag24Regular" + case .shoppingBagAdd16Filled: return ".shoppingBagAdd16Filled" + case .shoppingBagAdd16Regular: return ".shoppingBagAdd16Regular" case .shoppingBagAdd20Filled: return ".shoppingBagAdd20Filled" case .shoppingBagAdd20Regular: return ".shoppingBagAdd20Regular" case .shoppingBagAdd24Filled: return ".shoppingBagAdd24Filled" @@ -43634,6 +43790,8 @@ import Foundation case .signature28Regular: return ".signature28Regular" case .signature32Filled: return ".signature32Filled" case .signature32Regular: return ".signature32Regular" + default: break } + switch self { case .sim16Filled: return ".sim16Filled" case .sim16Regular: return ".sim16Regular" case .sim20Filled: return ".sim20Filled" @@ -43678,8 +43836,6 @@ import Foundation case .slashForward12Regular: return ".slashForward12Regular" case .slashForward16Filled: return ".slashForward16Filled" case .slashForward16Regular: return ".slashForward16Regular" - default: break } - switch self { case .slashForward20Filled: return ".slashForward20Filled" case .slashForward20Regular: return ".slashForward20Regular" case .slashForward24Filled: return ".slashForward24Filled" @@ -43736,6 +43892,8 @@ import Foundation case .slideMicrophone32Regular: return ".slideMicrophone32Regular" case .slideMultiple20Filled: return ".slideMultiple20Filled" case .slideMultiple20Regular: return ".slideMultiple20Regular" + default: break } + switch self { case .slideMultiple24Filled: return ".slideMultiple24Filled" case .slideMultiple24Regular: return ".slideMultiple24Regular" case .slideMultipleArrowRight20Filled: return ".slideMultipleArrowRight20Filled" @@ -43780,8 +43938,6 @@ import Foundation case .slideText20Regular: return ".slideText20Regular" case .slideText24Filled: return ".slideText24Filled" case .slideText24Regular: return ".slideText24Regular" - default: break } - switch self { case .slideText28Filled: return ".slideText28Filled" case .slideText28Regular: return ".slideText28Regular" case .slideText48Filled: return ".slideText48Filled" @@ -43838,6 +43994,8 @@ import Foundation case .smartwatchDot20Regular: return ".smartwatchDot20Regular" case .smartwatchDot24Filled: return ".smartwatchDot24Filled" case .smartwatchDot24Regular: return ".smartwatchDot24Regular" + default: break } + switch self { case .snooze16Filled: return ".snooze16Filled" case .snooze16Regular: return ".snooze16Regular" case .snooze20Filled: return ".snooze20Filled" @@ -43882,8 +44040,6 @@ import Foundation case .sparkle32Regular: return ".sparkle32Regular" case .sparkle48Filled: return ".sparkle48Filled" case .sparkle48Regular: return ".sparkle48Regular" - default: break } - switch self { case .sparkleCircle16Filled: return ".sparkleCircle16Filled" case .sparkleCircle16Regular: return ".sparkleCircle16Regular" case .sparkleCircle20Filled: return ".sparkleCircle20Filled" @@ -43896,6 +44052,18 @@ import Foundation case .sparkleCircle32Regular: return ".sparkleCircle32Regular" case .sparkleCircle48Filled: return ".sparkleCircle48Filled" case .sparkleCircle48Regular: return ".sparkleCircle48Regular" + case .spatulaSpoon16Filled: return ".spatulaSpoon16Filled" + case .spatulaSpoon16Regular: return ".spatulaSpoon16Regular" + case .spatulaSpoon20Filled: return ".spatulaSpoon20Filled" + case .spatulaSpoon20Regular: return ".spatulaSpoon20Regular" + case .spatulaSpoon24Filled: return ".spatulaSpoon24Filled" + case .spatulaSpoon24Regular: return ".spatulaSpoon24Regular" + case .spatulaSpoon28Filled: return ".spatulaSpoon28Filled" + case .spatulaSpoon28Regular: return ".spatulaSpoon28Regular" + case .spatulaSpoon32Filled: return ".spatulaSpoon32Filled" + case .spatulaSpoon32Regular: return ".spatulaSpoon32Regular" + case .spatulaSpoon48Filled: return ".spatulaSpoon48Filled" + case .spatulaSpoon48Regular: return ".spatulaSpoon48Regular" case .speaker016Filled: return ".speaker016Filled" case .speaker016Regular: return ".speaker016Regular" case .speaker020Filled: return ".speaker020Filled" @@ -43928,6 +44096,8 @@ import Foundation case .speaker224Regular: return ".speaker224Regular" case .speaker228Filled: return ".speaker228Filled" case .speaker228Regular: return ".speaker228Regular" + default: break } + switch self { case .speaker232Filled: return ".speaker232Filled" case .speaker232Regular: return ".speaker232Regular" case .speaker248Filled: return ".speaker248Filled" @@ -43984,8 +44154,6 @@ import Foundation case .speakerUsb24Regular: return ".speakerUsb24Regular" case .speakerUsb28Filled: return ".speakerUsb28Filled" case .speakerUsb28Regular: return ".speakerUsb28Regular" - default: break } - switch self { case .spinnerIos16Filled: return ".spinnerIos16Filled" case .spinnerIos16Regular: return ".spinnerIos16Regular" case .spinnerIos20Filled: return ".spinnerIos20Filled" @@ -44030,6 +44198,8 @@ import Foundation case .sportAmericanFootball20Regular: return ".sportAmericanFootball20Regular" case .sportAmericanFootball24Filled: return ".sportAmericanFootball24Filled" case .sportAmericanFootball24Regular: return ".sportAmericanFootball24Regular" + default: break } + switch self { case .sportBaseball20Filled: return ".sportBaseball20Filled" case .sportBaseball20Regular: return ".sportBaseball20Regular" case .sportBaseball24Filled: return ".sportBaseball24Filled" @@ -44086,8 +44256,6 @@ import Foundation case .squareDismiss20Regular: return ".squareDismiss20Regular" case .squareEraser20Filled: return ".squareEraser20Filled" case .squareEraser20Regular: return ".squareEraser20Regular" - default: break } - switch self { case .squareHint16Filled: return ".squareHint16Filled" case .squareHint16Regular: return ".squareHint16Regular" case .squareHint20Filled: return ".squareHint20Filled" @@ -44132,6 +44300,8 @@ import Foundation case .squareHintSparkles28Regular: return ".squareHintSparkles28Regular" case .squareHintSparkles32Filled: return ".squareHintSparkles32Filled" case .squareHintSparkles32Regular: return ".squareHintSparkles32Regular" + default: break } + switch self { case .squareHintSparkles48Filled: return ".squareHintSparkles48Filled" case .squareHintSparkles48Regular: return ".squareHintSparkles48Regular" case .squareMultiple16Filled: return ".squareMultiple16Filled" @@ -44188,8 +44358,6 @@ import Foundation case .star24Regular: return ".star24Regular" case .star28Filled: return ".star28Filled" case .star28Regular: return ".star28Regular" - default: break } - switch self { case .star32Filled: return ".star32Filled" case .star32Regular: return ".star32Regular" case .star48Filled: return ".star48Filled" @@ -44234,6 +44402,8 @@ import Foundation case .starDismiss28Regular: return ".starDismiss28Regular" case .starEdit20Filled: return ".starEdit20Filled" case .starEdit20Regular: return ".starEdit20Regular" + default: break } + switch self { case .starEdit24Filled: return ".starEdit24Filled" case .starEdit24Regular: return ".starEdit24Regular" case .starEmphasis16Filled: return ".starEmphasis16Filled" @@ -44290,8 +44460,6 @@ import Foundation case .starSettings20Regular: return ".starSettings20Regular" case .starSettings24Filled: return ".starSettings24Filled" case .starSettings24Regular: return ".starSettings24Regular" - default: break } - switch self { case .starThreeQuarter12Filled: return ".starThreeQuarter12Filled" case .starThreeQuarter12Regular: return ".starThreeQuarter12Regular" case .starThreeQuarter16Filled: return ".starThreeQuarter16Filled" @@ -44336,6 +44504,8 @@ import Foundation case .sticker12Regular: return ".sticker12Regular" case .sticker20Filled: return ".sticker20Filled" case .sticker20Regular: return ".sticker20Regular" + default: break } + switch self { case .sticker24Filled: return ".sticker24Filled" case .sticker24Regular: return ".sticker24Regular" case .stickerAdd20Filled: return ".stickerAdd20Filled" @@ -44392,8 +44562,6 @@ import Foundation case .subGrid20Regular: return ".subGrid20Regular" case .subGrid24Filled: return ".subGrid24Filled" case .subGrid24Regular: return ".subGrid24Regular" - default: break } - switch self { case .subtitles16Filled: return ".subtitles16Filled" case .subtitles16Regular: return ".subtitles16Regular" case .subtitles20Filled: return ".subtitles20Filled" @@ -44438,6 +44606,8 @@ import Foundation case .subtractParentheses16Regular: return ".subtractParentheses16Regular" case .subtractParentheses20Filled: return ".subtractParentheses20Filled" case .subtractParentheses20Regular: return ".subtractParentheses20Regular" + default: break } + switch self { case .subtractParentheses24Filled: return ".subtractParentheses24Filled" case .subtractParentheses24Regular: return ".subtractParentheses24Regular" case .subtractParentheses28Filled: return ".subtractParentheses28Filled" @@ -44494,8 +44664,6 @@ import Foundation case .syncOff16Regular: return ".syncOff16Regular" case .syncOff20Filled: return ".syncOff20Filled" case .syncOff20Regular: return ".syncOff20Regular" - default: break } - switch self { case .syringe20Filled: return ".syringe20Filled" case .syringe20Regular: return ".syringe20Regular" case .syringe24Filled: return ".syringe24Filled" @@ -44540,6 +44708,8 @@ import Foundation case .tabDesktopBottom20Regular: return ".tabDesktopBottom20Regular" case .tabDesktopBottom24Filled: return ".tabDesktopBottom24Filled" case .tabDesktopBottom24Regular: return ".tabDesktopBottom24Regular" + default: break } + switch self { case .tabDesktopClock20Filled: return ".tabDesktopClock20Filled" case .tabDesktopClock20Regular: return ".tabDesktopClock20Regular" case .tabDesktopCopy20Filled: return ".tabDesktopCopy20Filled" @@ -44596,8 +44766,6 @@ import Foundation case .tabProhibited20Regular: return ".tabProhibited20Regular" case .tabProhibited24Filled: return ".tabProhibited24Filled" case .tabProhibited24Regular: return ".tabProhibited24Regular" - default: break } - switch self { case .tabShieldDismiss20Filled: return ".tabShieldDismiss20Filled" case .tabShieldDismiss20Regular: return ".tabShieldDismiss20Regular" case .tabShieldDismiss24Filled: return ".tabShieldDismiss24Filled" @@ -44642,6 +44810,8 @@ import Foundation case .tableCalculator16Regular: return ".tableCalculator16Regular" case .tableCalculator20Filled: return ".tableCalculator20Filled" case .tableCalculator20Regular: return ".tableCalculator20Regular" + default: break } + switch self { case .tableCellEdit16Filled: return ".tableCellEdit16Filled" case .tableCellEdit16Regular: return ".tableCellEdit16Regular" case .tableCellEdit20Filled: return ".tableCellEdit20Filled" @@ -44698,8 +44868,6 @@ import Foundation case .tableDismiss20Regular: return ".tableDismiss20Regular" case .tableDismiss24Filled: return ".tableDismiss24Filled" case .tableDismiss24Regular: return ".tableDismiss24Regular" - default: break } - switch self { case .tableDismiss28Filled: return ".tableDismiss28Filled" case .tableDismiss28Regular: return ".tableDismiss28Regular" case .tableEdit16Filled: return ".tableEdit16Filled" @@ -44744,6 +44912,8 @@ import Foundation case .tableInsertColumn24Regular: return ".tableInsertColumn24Regular" case .tableInsertColumn28Filled: return ".tableInsertColumn28Filled" case .tableInsertColumn28Regular: return ".tableInsertColumn28Regular" + default: break } + switch self { case .tableInsertRow16Filled: return ".tableInsertRow16Filled" case .tableInsertRow16Regular: return ".tableInsertRow16Regular" case .tableInsertRow20Filled: return ".tableInsertRow20Filled" @@ -44800,8 +44970,6 @@ import Foundation case .tableMoveLeft16Regular: return ".tableMoveLeft16Regular" case .tableMoveLeft20Filled: return ".tableMoveLeft20Filled" case .tableMoveLeft20Regular: return ".tableMoveLeft20Regular" - default: break } - switch self { case .tableMoveLeft24Filled: return ".tableMoveLeft24Filled" case .tableMoveLeft24Regular: return ".tableMoveLeft24Regular" case .tableMoveLeft28Filled: return ".tableMoveLeft28Filled" @@ -44846,6 +45014,8 @@ import Foundation case .tableResizeRow20Regular: return ".tableResizeRow20Regular" case .tableResizeRow24Filled: return ".tableResizeRow24Filled" case .tableResizeRow24Regular: return ".tableResizeRow24Regular" + default: break } + switch self { case .tableResizeRow28Filled: return ".tableResizeRow28Filled" case .tableResizeRow28Regular: return ".tableResizeRow28Regular" case .tableSearch20Filled: return ".tableSearch20Filled" @@ -44902,8 +45072,6 @@ import Foundation case .tableSimpleInclude24Regular: return ".tableSimpleInclude24Regular" case .tableSimpleInclude28Filled: return ".tableSimpleInclude28Filled" case .tableSimpleInclude28Regular: return ".tableSimpleInclude28Regular" - default: break } - switch self { case .tableSimpleInclude32Filled: return ".tableSimpleInclude32Filled" case .tableSimpleInclude32Regular: return ".tableSimpleInclude32Regular" case .tableSimpleInclude48Filled: return ".tableSimpleInclude48Filled" @@ -44948,6 +45116,8 @@ import Foundation case .tableStackRight28Regular: return ".tableStackRight28Regular" case .tableSwitch16Filled: return ".tableSwitch16Filled" case .tableSwitch16Regular: return ".tableSwitch16Regular" + default: break } + switch self { case .tableSwitch20Filled: return ".tableSwitch20Filled" case .tableSwitch20Regular: return ".tableSwitch20Regular" case .tableSwitch24Filled: return ".tableSwitch24Filled" @@ -45004,8 +45174,6 @@ import Foundation case .tagError20Regular: return ".tagError20Regular" case .tagError24Filled: return ".tagError24Filled" case .tagError24Regular: return ".tagError24Regular" - default: break } - switch self { case .tagLock16Filled: return ".tagLock16Filled" case .tagLock16Regular: return ".tagLock16Regular" case .tagLock20Filled: return ".tagLock20Filled" @@ -45050,6 +45218,8 @@ import Foundation case .tapDouble24Regular: return ".tapDouble24Regular" case .tapDouble32Filled: return ".tapDouble32Filled" case .tapDouble32Regular: return ".tapDouble32Regular" + default: break } + switch self { case .tapDouble48Filled: return ".tapDouble48Filled" case .tapDouble48Regular: return ".tapDouble48Regular" case .tapSingle20Filled: return ".tapSingle20Filled" @@ -45106,8 +45276,6 @@ import Foundation case .taskListSquareAdd20Regular: return ".taskListSquareAdd20Regular" case .taskListSquareAdd24Filled: return ".taskListSquareAdd24Filled" case .taskListSquareAdd24Regular: return ".taskListSquareAdd24Regular" - default: break } - switch self { case .taskListSquareDatabase20Filled: return ".taskListSquareDatabase20Filled" case .taskListSquareDatabase20Regular: return ".taskListSquareDatabase20Regular" case .taskListSquarePerson20Filled: return ".taskListSquarePerson20Filled" @@ -45152,6 +45320,8 @@ import Foundation case .tent16Regular: return ".tent16Regular" case .tent20Filled: return ".tent20Filled" case .tent20Regular: return ".tent20Regular" + default: break } + switch self { case .tent24Filled: return ".tent24Filled" case .tent24Regular: return ".tent24Regular" case .tent28Filled: return ".tent28Filled" @@ -45208,8 +45378,6 @@ import Foundation case .textAlignCenterRotate9016Regular: return ".textAlignCenterRotate9016Regular" case .textAlignCenterRotate9020Filled: return ".textAlignCenterRotate9020Filled" case .textAlignCenterRotate9020Regular: return ".textAlignCenterRotate9020Regular" - default: break } - switch self { case .textAlignCenterRotate9024Filled: return ".textAlignCenterRotate9024Filled" case .textAlignCenterRotate9024Regular: return ".textAlignCenterRotate9024Regular" case .textAlignDistributed20Filled: return ".textAlignDistributed20Filled" @@ -45254,6 +45422,8 @@ import Foundation case .textAlignJustifyRotate9024Regular: return ".textAlignJustifyRotate9024Regular" case .textAlignLeft16Filled: return ".textAlignLeft16Filled" case .textAlignLeft16Regular: return ".textAlignLeft16Regular" + default: break } + switch self { case .textAlignLeft20Filled: return ".textAlignLeft20Filled" case .textAlignLeft20Regular: return ".textAlignLeft20Regular" case .textAlignLeft24Filled: return ".textAlignLeft24Filled" @@ -45310,8 +45480,6 @@ import Foundation case .textBold16Regular: return ".textBold16Regular" case .textBold20Filled: return ".textBold20Filled" case .textBold20Regular: return ".textBold20Regular" - default: break } - switch self { case .textBold24Filled: return ".textBold24Filled" case .textBold24Regular: return ".textBold24Regular" case .textBoxSettings20Filled: return ".textBoxSettings20Filled" @@ -45356,6 +45524,8 @@ import Foundation case .textBulletListSquareEdit24Regular: return ".textBulletListSquareEdit24Regular" case .textBulletListSquarePerson20Filled: return ".textBulletListSquarePerson20Filled" case .textBulletListSquarePerson20Regular: return ".textBulletListSquarePerson20Regular" + default: break } + switch self { case .textBulletListSquarePerson32Filled: return ".textBulletListSquarePerson32Filled" case .textBulletListSquarePerson32Regular: return ".textBulletListSquarePerson32Regular" case .textBulletListSquareSearch20Filled: return ".textBulletListSquareSearch20Filled" @@ -45412,8 +45582,6 @@ import Foundation case .textChangeCase24Regular: return ".textChangeCase24Regular" case .textClearFormatting16Filled: return ".textClearFormatting16Filled" case .textClearFormatting16Regular: return ".textClearFormatting16Regular" - default: break } - switch self { case .textClearFormatting20Filled: return ".textClearFormatting20Filled" case .textClearFormatting20Regular: return ".textClearFormatting20Regular" case .textClearFormatting24Filled: return ".textClearFormatting24Filled" @@ -45458,6 +45626,8 @@ import Foundation case .textColumnTwo20Filled: return ".textColumnTwo20Filled" case .textColumnTwo20Regular: return ".textColumnTwo20Regular" case .textColumnTwo24Filled: return ".textColumnTwo24Filled" + default: break } + switch self { case .textColumnTwo24Regular: return ".textColumnTwo24Regular" case .textColumnTwoLeft20Filled: return ".textColumnTwoLeft20Filled" case .textColumnTwoLeft20Regular: return ".textColumnTwoLeft20Regular" @@ -45514,8 +45684,6 @@ import Foundation case .textDirectionRotate45Right20Filled: return ".textDirectionRotate45Right20Filled" case .textDirectionRotate45Right20Regular: return ".textDirectionRotate45Right20Regular" case .textDirectionRotate45Right24Filled: return ".textDirectionRotate45Right24Filled" - default: break } - switch self { case .textDirectionRotate45Right24Regular: return ".textDirectionRotate45Right24Regular" case .textDirectionRotate90Left20Filled: return ".textDirectionRotate90Left20Filled" case .textDirectionRotate90Left20Regular: return ".textDirectionRotate90Left20Regular" @@ -45560,6 +45728,8 @@ import Foundation case .textField24Filled: return ".textField24Filled" case .textField24Regular: return ".textField24Regular" case .textFirstLine20Filled: return ".textFirstLine20Filled" + default: break } + switch self { case .textFirstLine20Regular: return ".textFirstLine20Regular" case .textFirstLine24Filled: return ".textFirstLine24Filled" case .textFirstLine24Regular: return ".textFirstLine24Regular" @@ -45616,8 +45786,6 @@ import Foundation case .textGrammarSettings20Filled: return ".textGrammarSettings20Filled" case .textGrammarSettings20Regular: return ".textGrammarSettings20Regular" case .textGrammarSettings24Filled: return ".textGrammarSettings24Filled" - default: break } - switch self { case .textGrammarSettings24Regular: return ".textGrammarSettings24Regular" case .textGrammarWand16Filled: return ".textGrammarWand16Filled" case .textGrammarWand16Regular: return ".textGrammarWand16Regular" @@ -45662,6 +45830,8 @@ import Foundation case .textHeader2LinesCaret24Filled: return ".textHeader2LinesCaret24Filled" case .textHeader2LinesCaret24Regular: return ".textHeader2LinesCaret24Regular" case .textHeader320Filled: return ".textHeader320Filled" + default: break } + switch self { case .textHeader320Regular: return ".textHeader320Regular" case .textHeader324Filled: return ".textHeader324Filled" case .textHeader324Regular: return ".textHeader324Regular" @@ -45718,8 +45888,6 @@ import Foundation case .textMore20Filled: return ".textMore20Filled" case .textMore20Regular: return ".textMore20Regular" case .textMore24Filled: return ".textMore24Filled" - default: break } - switch self { case .textMore24Regular: return ".textMore24Regular" case .textNumberFormat20Filled: return ".textNumberFormat20Filled" case .textNumberFormat20Regular: return ".textNumberFormat20Regular" @@ -45764,6 +45932,8 @@ import Foundation case .textPositionBehind24Filled: return ".textPositionBehind24Filled" case .textPositionBehind24Regular: return ".textPositionBehind24Regular" case .textPositionFront20Filled: return ".textPositionFront20Filled" + default: break } + switch self { case .textPositionFront20Regular: return ".textPositionFront20Regular" case .textPositionFront24Filled: return ".textPositionFront24Filled" case .textPositionFront24Regular: return ".textPositionFront24Regular" @@ -45820,8 +45990,6 @@ import Foundation case .textSortDescending20Filled: return ".textSortDescending20Filled" case .textSortDescending20Regular: return ".textSortDescending20Regular" case .textSortDescending24Filled: return ".textSortDescending24Filled" - default: break } - switch self { case .textSortDescending24Regular: return ".textSortDescending24Regular" case .textStrikethrough16Filled: return ".textStrikethrough16Filled" case .textStrikethrough16Regular: return ".textStrikethrough16Regular" @@ -45866,6 +46034,8 @@ import Foundation case .textUnderlineCharacterU16Filled: return ".textUnderlineCharacterU16Filled" case .textUnderlineCharacterU16Regular: return ".textUnderlineCharacterU16Regular" case .textUnderlineCharacterU20Filled: return ".textUnderlineCharacterU20Filled" + default: break } + switch self { case .textUnderlineCharacterU20Regular: return ".textUnderlineCharacterU20Regular" case .textUnderlineCharacterU24Filled: return ".textUnderlineCharacterU24Filled" case .textUnderlineCharacterU24Regular: return ".textUnderlineCharacterU24Regular" @@ -45922,8 +46092,6 @@ import Foundation case .textboxAlignBottomRight24Filled: return ".textboxAlignBottomRight24Filled" case .textboxAlignBottomRight24Regular: return ".textboxAlignBottomRight24Regular" case .textboxAlignBottomRotate9020Filled: return ".textboxAlignBottomRotate9020Filled" - default: break } - switch self { case .textboxAlignBottomRotate9020Regular: return ".textboxAlignBottomRotate9020Regular" case .textboxAlignBottomRotate9024Filled: return ".textboxAlignBottomRotate9024Filled" case .textboxAlignBottomRotate9024Regular: return ".textboxAlignBottomRotate9024Regular" @@ -45968,6 +46136,8 @@ import Foundation case .textboxAlignTopLeft16Filled: return ".textboxAlignTopLeft16Filled" case .textboxAlignTopLeft16Regular: return ".textboxAlignTopLeft16Regular" case .textboxAlignTopLeft20Filled: return ".textboxAlignTopLeft20Filled" + default: break } + switch self { case .textboxAlignTopLeft20Regular: return ".textboxAlignTopLeft20Regular" case .textboxAlignTopLeft24Filled: return ".textboxAlignTopLeft24Filled" case .textboxAlignTopLeft24Regular: return ".textboxAlignTopLeft24Regular" @@ -46024,8 +46194,6 @@ import Foundation case .ticketDiagonal20Filled: return ".ticketDiagonal20Filled" case .ticketDiagonal20Regular: return ".ticketDiagonal20Regular" case .ticketDiagonal24Filled: return ".ticketDiagonal24Filled" - default: break } - switch self { case .ticketDiagonal24Regular: return ".ticketDiagonal24Regular" case .ticketDiagonal28Filled: return ".ticketDiagonal28Filled" case .ticketDiagonal28Regular: return ".ticketDiagonal28Regular" @@ -46070,6 +46238,8 @@ import Foundation case .timer324Filled: return ".timer324Filled" case .timer324Regular: return ".timer324Regular" case .timer48Filled: return ".timer48Filled" + default: break } + switch self { case .timer48Regular: return ".timer48Regular" case .timerOff20Filled: return ".timerOff20Filled" case .timerOff20Regular: return ".timerOff20Regular" @@ -46126,8 +46296,6 @@ import Foundation case .translate24Filled: return ".translate24Filled" case .translate24Regular: return ".translate24Regular" case .translateAuto16Filled: return ".translateAuto16Filled" - default: break } - switch self { case .translateAuto16Regular: return ".translateAuto16Regular" case .translateAuto20Filled: return ".translateAuto20Filled" case .translateAuto20Regular: return ".translateAuto20Regular" @@ -46172,6 +46340,8 @@ import Foundation case .triangle32Filled: return ".triangle32Filled" case .triangle32Regular: return ".triangle32Regular" case .triangle48Filled: return ".triangle48Filled" + default: break } + switch self { case .triangle48Regular: return ".triangle48Regular" case .triangleDown12Filled: return ".triangleDown12Filled" case .triangleDown12Regular: return ".triangleDown12Regular" @@ -46228,8 +46398,6 @@ import Foundation case .trophyLock28Filled: return ".trophyLock28Filled" case .trophyLock28Regular: return ".trophyLock28Regular" case .trophyLock32Filled: return ".trophyLock32Filled" - default: break } - switch self { case .trophyLock32Regular: return ".trophyLock32Regular" case .trophyLock48Filled: return ".trophyLock48Filled" case .trophyLock48Regular: return ".trophyLock48Regular" @@ -46274,6 +46442,8 @@ import Foundation case .uninstallApp20Filled: return ".uninstallApp20Filled" case .uninstallApp20Regular: return ".uninstallApp20Regular" case .uninstallApp24Filled: return ".uninstallApp24Filled" + default: break } + switch self { case .uninstallApp24Regular: return ".uninstallApp24Regular" case .usbPlug20Filled: return ".usbPlug20Filled" case .usbPlug20Regular: return ".usbPlug20Regular" @@ -46330,8 +46500,6 @@ import Foundation case .vehicleCarCollision16Filled: return ".vehicleCarCollision16Filled" case .vehicleCarCollision16Regular: return ".vehicleCarCollision16Regular" case .vehicleCarCollision20Filled: return ".vehicleCarCollision20Filled" - default: break } - switch self { case .vehicleCarCollision20Regular: return ".vehicleCarCollision20Regular" case .vehicleCarCollision24Filled: return ".vehicleCarCollision24Filled" case .vehicleCarCollision24Regular: return ".vehicleCarCollision24Regular" @@ -46376,6 +46544,8 @@ import Foundation case .vehicleSubwayClock24Filled: return ".vehicleSubwayClock24Filled" case .vehicleSubwayClock24Regular: return ".vehicleSubwayClock24Regular" case .vehicleTractor20Filled: return ".vehicleTractor20Filled" + default: break } + switch self { case .vehicleTractor20Regular: return ".vehicleTractor20Regular" case .vehicleTractor24Filled: return ".vehicleTractor24Filled" case .vehicleTractor24Regular: return ".vehicleTractor24Regular" @@ -46432,8 +46602,6 @@ import Foundation case .videoBackgroundEffect32Filled: return ".videoBackgroundEffect32Filled" case .videoBackgroundEffect32Regular: return ".videoBackgroundEffect32Regular" case .videoBackgroundEffect48Filled: return ".videoBackgroundEffect48Filled" - default: break } - switch self { case .videoBackgroundEffect48Regular: return ".videoBackgroundEffect48Regular" case .videoBackgroundEffectHorizontal16Filled: return ".videoBackgroundEffectHorizontal16Filled" case .videoBackgroundEffectHorizontal16Regular: return ".videoBackgroundEffectHorizontal16Regular" @@ -46478,6 +46646,8 @@ import Foundation case .videoClipMultiple24Filled: return ".videoClipMultiple24Filled" case .videoClipMultiple24Regular: return ".videoClipMultiple24Regular" case .videoClipOff16Filled: return ".videoClipOff16Filled" + default: break } + switch self { case .videoClipOff16Regular: return ".videoClipOff16Regular" case .videoClipOff20Filled: return ".videoClipOff20Filled" case .videoClipOff20Regular: return ".videoClipOff20Regular" @@ -46534,8 +46704,6 @@ import Foundation case .videoPersonCall20Filled: return ".videoPersonCall20Filled" case .videoPersonCall20Regular: return ".videoPersonCall20Regular" case .videoPersonCall24Filled: return ".videoPersonCall24Filled" - default: break } - switch self { case .videoPersonCall24Regular: return ".videoPersonCall24Regular" case .videoPersonCall32Filled: return ".videoPersonCall32Filled" case .videoPersonCall32Regular: return ".videoPersonCall32Regular" @@ -46580,6 +46748,8 @@ import Foundation case .videoPersonStar20Filled: return ".videoPersonStar20Filled" case .videoPersonStar20Regular: return ".videoPersonStar20Regular" case .videoPersonStar24Filled: return ".videoPersonStar24Filled" + default: break } + switch self { case .videoPersonStar24Regular: return ".videoPersonStar24Regular" case .videoPersonStarOff20Filled: return ".videoPersonStarOff20Filled" case .videoPersonStarOff20Regular: return ".videoPersonStarOff20Regular" @@ -46636,8 +46806,6 @@ import Foundation case .voicemailArrowBack16Filled: return ".voicemailArrowBack16Filled" case .voicemailArrowBack16Regular: return ".voicemailArrowBack16Regular" case .voicemailArrowBack20Filled: return ".voicemailArrowBack20Filled" - default: break } - switch self { case .voicemailArrowBack20Regular: return ".voicemailArrowBack20Regular" case .voicemailArrowForward16Filled: return ".voicemailArrowForward16Filled" case .voicemailArrowForward16Regular: return ".voicemailArrowForward16Regular" @@ -46682,6 +46850,8 @@ import Foundation case .walletCreditCard16Filled: return ".walletCreditCard16Filled" case .walletCreditCard16Regular: return ".walletCreditCard16Regular" case .walletCreditCard20Filled: return ".walletCreditCard20Filled" + default: break } + switch self { case .walletCreditCard20Regular: return ".walletCreditCard20Regular" case .walletCreditCard24Filled: return ".walletCreditCard24Filled" case .walletCreditCard24Regular: return ".walletCreditCard24Regular" @@ -46738,8 +46908,6 @@ import Foundation case .weatherBlowingSnow20Filled: return ".weatherBlowingSnow20Filled" case .weatherBlowingSnow20Regular: return ".weatherBlowingSnow20Regular" case .weatherBlowingSnow24Filled: return ".weatherBlowingSnow24Filled" - default: break } - switch self { case .weatherBlowingSnow24Regular: return ".weatherBlowingSnow24Regular" case .weatherBlowingSnow48Filled: return ".weatherBlowingSnow48Filled" case .weatherBlowingSnow48Regular: return ".weatherBlowingSnow48Regular" @@ -46784,6 +46952,8 @@ import Foundation case .weatherHaze24Filled: return ".weatherHaze24Filled" case .weatherHaze24Regular: return ".weatherHaze24Regular" case .weatherHaze48Filled: return ".weatherHaze48Filled" + default: break } + switch self { case .weatherHaze48Regular: return ".weatherHaze48Regular" case .weatherMoon16Filled: return ".weatherMoon16Filled" case .weatherMoon16Regular: return ".weatherMoon16Regular" @@ -46840,8 +47010,6 @@ import Foundation case .weatherRainSnow20Filled: return ".weatherRainSnow20Filled" case .weatherRainSnow20Regular: return ".weatherRainSnow20Regular" case .weatherRainSnow24Filled: return ".weatherRainSnow24Filled" - default: break } - switch self { case .weatherRainSnow24Regular: return ".weatherRainSnow24Regular" case .weatherRainSnow48Filled: return ".weatherRainSnow48Filled" case .weatherRainSnow48Regular: return ".weatherRainSnow48Regular" @@ -46886,6 +47054,8 @@ import Foundation case .weatherSunny28Filled: return ".weatherSunny28Filled" case .weatherSunny28Regular: return ".weatherSunny28Regular" case .weatherSunny32Filled: return ".weatherSunny32Filled" + default: break } + switch self { case .weatherSunny32Regular: return ".weatherSunny32Regular" case .weatherSunny48Filled: return ".weatherSunny48Filled" case .weatherSunny48Regular: return ".weatherSunny48Regular" @@ -46942,8 +47112,6 @@ import Foundation case .wifi420Filled: return ".wifi420Filled" case .wifi420Regular: return ".wifi420Regular" case .wifi424Filled: return ".wifi424Filled" - default: break } - switch self { case .wifi424Regular: return ".wifi424Regular" case .wifiLock20Filled: return ".wifiLock20Filled" case .wifiLock20Regular: return ".wifiLock20Regular" @@ -46988,6 +47156,8 @@ import Foundation case .windowApps28Filled: return ".windowApps28Filled" case .windowApps28Regular: return ".windowApps28Regular" case .windowApps32Filled: return ".windowApps32Filled" + default: break } + switch self { case .windowApps32Regular: return ".windowApps32Regular" case .windowApps48Filled: return ".windowApps48Filled" case .windowApps48Regular: return ".windowApps48Regular" @@ -47044,8 +47214,6 @@ import Foundation case .windowInprivate20Filled: return ".windowInprivate20Filled" case .windowInprivate20Regular: return ".windowInprivate20Regular" case .windowInprivateAccount20Filled: return ".windowInprivateAccount20Filled" - default: break } - switch self { case .windowInprivateAccount20Regular: return ".windowInprivateAccount20Regular" case .windowLocationTarget20Filled: return ".windowLocationTarget20Filled" case .windowLocationTarget20Regular: return ".windowLocationTarget20Regular" @@ -47090,6 +47258,8 @@ import Foundation case .wrench20Filled: return ".wrench20Filled" case .wrench20Regular: return ".wrench20Regular" case .wrench24Filled: return ".wrench24Filled" + default: break } + switch self { case .wrench24Regular: return ".wrench24Regular" case .wrenchScrewdriver20Filled: return ".wrenchScrewdriver20Filled" case .wrenchScrewdriver20Regular: return ".wrenchScrewdriver20Regular" @@ -47146,8 +47316,6 @@ import Foundation case .zoomOut20Filled: return ".zoomOut20Filled" case .zoomOut20Regular: return ".zoomOut20Regular" case .zoomOut24Filled: return ".zoomOut24Filled" - default: break } - switch self { case .zoomOut24Regular: return ".zoomOut24Regular" default: break } // Swift compiler cannot check this enum is exhaustive without breaking it up diff --git a/ios/README.md b/ios/README.md index 6df2ea1440..c9829e2170 100644 --- a/ios/README.md +++ b/ios/README.md @@ -6,13 +6,13 @@ ```ruby use_frameworks! -pod "FluentIcons", "1.1.232" +pod "FluentIcons", "1.1.233" ``` ### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.232" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.233" ``` ## Usage diff --git a/package-lock.json b/package-lock.json index e8ca84223c..1c3e7ed04e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14947,7 +14947,7 @@ }, "packages/react-icons": { "name": "@fluentui/react-icons", - "version": "2.0.232", + "version": "2.0.233", "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.232", + "version": "2.0.233", "license": "MIT", "dependencies": { "subset-font": "^1.4.0" @@ -15065,7 +15065,7 @@ }, "packages/react-native-icons": { "name": "@fluentui/react-native-icons", - "version": "2.0.232", + "version": "2.0.233", "license": "MIT", "dependencies": { "@griffel/react": "^1.0.0", @@ -15498,7 +15498,7 @@ }, "packages/svg-icons": { "name": "@fluentui/svg-icons", - "version": "1.1.232", + "version": "1.1.233", "license": "MIT", "devDependencies": { "renamer": "^2.0.1", @@ -15568,7 +15568,7 @@ }, "packages/svg-sprites": { "name": "@fluentui/svg-sprites", - "version": "1.1.232", + "version": "1.1.233", "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 965d32270f..b111e1482f 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.232", + "version": "2.0.233", "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 b809e0b9ff..800037165f 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-icons", - "version": "2.0.232", + "version": "2.0.233", "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 82fb26453f..f0a5ea0cac 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.232", + "version": "2.0.233", "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 536f55fea3..faa144123c 100644 --- a/packages/svg-icons/package.json +++ b/packages/svg-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-icons", - "version": "1.1.232", + "version": "1.1.233", "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 89dbc40744..2473bb2405 100644 --- a/packages/svg-sprites/package.json +++ b/packages/svg-sprites/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-sprites", - "version": "1.1.232", + "version": "1.1.233", "description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.", "license": "MIT", "repository": {