diff --git a/README.md b/README.md index 2f9f9529a8..6496029a28 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.262@aar' +implementation 'com.microsoft.design:fluent-system-icons:1.1.263@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.262" +pod "FluentIcons", "1.1.263" ``` #### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.262" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.263" ``` 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.262 + fluentui_system_icons: ^1.1.263 ``` For library docs, see [flutter/README.md](flutter/README.md). diff --git a/flutter/CHANGELOG.md b/flutter/CHANGELOG.md index 082b489dca..757decf964 100644 --- a/flutter/CHANGELOG.md +++ b/flutter/CHANGELOG.md @@ -1 +1 @@ -## [1.1.262] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags \ No newline at end of file +## [1.1.263] - 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 89c36cbc4f..12d71b5515 100644 --- a/flutter/example/lib/sample_icons.dart +++ b/flutter/example/lib/sample_icons.dart @@ -5820,6 +5820,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_one_page_multiple_24_regular, 'document_one_page_multiple_24_regular', 24), + FluentUISampleIcon(FluentIcons.document_one_page_multiple_sparkle_16_regular, 'document_one_page_multiple_sparkle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_one_page_multiple_sparkle_20_regular, 'document_one_page_multiple_sparkle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_one_page_multiple_sparkle_24_regular, 'document_one_page_multiple_sparkle_24_regular', 24), + FluentUISampleIcon(FluentIcons.document_one_page_sparkle_16_regular, 'document_one_page_sparkle_16_regular', 16), FluentUISampleIcon(FluentIcons.document_one_page_sparkle_20_regular, 'document_one_page_sparkle_20_regular', 20), @@ -22442,6 +22448,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_one_page_multiple_24_filled, 'document_one_page_multiple_24_filled', 24), + FluentUISampleIcon(FluentIcons.document_one_page_multiple_sparkle_16_filled, 'document_one_page_multiple_sparkle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_one_page_multiple_sparkle_20_filled, 'document_one_page_multiple_sparkle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_one_page_multiple_sparkle_24_filled, 'document_one_page_multiple_sparkle_24_filled', 24), + FluentUISampleIcon(FluentIcons.document_one_page_sparkle_16_filled, 'document_one_page_sparkle_16_filled', 16), FluentUISampleIcon(FluentIcons.document_one_page_sparkle_20_filled, 'document_one_page_sparkle_20_filled', 20), diff --git a/flutter/lib/fonts/FluentSystemIcons-Filled.ttf b/flutter/lib/fonts/FluentSystemIcons-Filled.ttf index 934d0d5b6e..b88e874ce0 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 bc9bfe1fd7..384b37aba7 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 32c047894d..f84901c75c 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 8d360e46ae..c13a6d4cfe 100644 --- a/flutter/lib/src/fluent_icons.dart +++ b/flutter/lib/src/fluent_icons.dart @@ -8733,6 +8733,15 @@ class FluentIcons { /// fluent icon named "document_one_page_multiple" in size 24 and regular style. static const IconData document_one_page_multiple_24_regular = IconData(983420, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_one_page_multiple_sparkle" in size 16 and regular style. + static const IconData document_one_page_multiple_sparkle_16_regular = IconData(984959, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_one_page_multiple_sparkle" in size 20 and regular style. + static const IconData document_one_page_multiple_sparkle_20_regular = IconData(984960, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_one_page_multiple_sparkle" in size 24 and regular style. + static const IconData document_one_page_multiple_sparkle_24_regular = IconData(984961, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_one_page_sparkle" in size 16 and regular style. static const IconData document_one_page_sparkle_16_regular = IconData(983255, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -33668,6 +33677,15 @@ class FluentIcons { /// fluent icon named "document_one_page_multiple" in size 24 and filled style. static const IconData document_one_page_multiple_24_filled = IconData(983420, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_one_page_multiple_sparkle" in size 16 and filled style. + static const IconData document_one_page_multiple_sparkle_16_filled = IconData(985084, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_one_page_multiple_sparkle" in size 20 and filled style. + static const IconData document_one_page_multiple_sparkle_20_filled = IconData(985085, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_one_page_multiple_sparkle" in size 24 and filled style. + static const IconData document_one_page_multiple_sparkle_24_filled = IconData(985086, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_one_page_sparkle" in size 16 and filled style. static const IconData document_one_page_sparkle_16_filled = IconData(983254, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index ecf07c195a..c16c67e414 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.262 +version: 1.1.263 homepage: https://github.com/microsoft/fluentui-system-icons/tree/main environment: diff --git a/fonts/FluentSystemIcons-Filled.css b/fonts/FluentSystemIcons-Filled.css index bed67ce2b1..62126674e5 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?2ad74e6b348ed99f796d2872a82fe1bb") format("woff2"), -url("./FluentSystemIcons-Filled.woff?2ad74e6b348ed99f796d2872a82fe1bb") format("woff"), -url("./FluentSystemIcons-Filled.ttf?2ad74e6b348ed99f796d2872a82fe1bb") format("truetype"); + src: url("./FluentSystemIcons-Filled.woff2?3d1f399b415136d38a2eb0b86c43584e") format("woff2"), +url("./FluentSystemIcons-Filled.woff?3d1f399b415136d38a2eb0b86c43584e") format("woff"), +url("./FluentSystemIcons-Filled.ttf?3d1f399b415136d38a2eb0b86c43584e") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -25348,3 +25348,12 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_textbox_checkmark_48_filled:before { content: "\f07fb"; } +.icon-ic_fluent_document_one_page_multiple_sparkle_16_filled:before { + content: "\f07fc"; +} +.icon-ic_fluent_document_one_page_multiple_sparkle_20_filled:before { + content: "\f07fd"; +} +.icon-ic_fluent_document_one_page_multiple_sparkle_24_filled:before { + content: "\f07fe"; +} diff --git a/fonts/FluentSystemIcons-Filled.html b/fonts/FluentSystemIcons-Filled.html index 37c6851603..fbb4d951e9 100644 --- a/fonts/FluentSystemIcons-Filled.html +++ b/fonts/FluentSystemIcons-Filled.html @@ -26129,6 +26129,33 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_document_one_page_multiple_sparkle_16_filled +
+ + +
+ + + +
+ ic_fluent_document_one_page_multiple_sparkle_20_filled +
+ + +
+ + + +
+ ic_fluent_document_one_page_multiple_sparkle_24_filled +
+ +
diff --git a/fonts/FluentSystemIcons-Filled.json b/fonts/FluentSystemIcons-Filled.json index 5891201574..bfee303013 100644 --- a/fonts/FluentSystemIcons-Filled.json +++ b/fonts/FluentSystemIcons-Filled.json @@ -8442,5 +8442,8 @@ "ic_fluent_textbox_checkmark_24_filled": 985080, "ic_fluent_textbox_checkmark_28_filled": 985081, "ic_fluent_textbox_checkmark_32_filled": 985082, - "ic_fluent_textbox_checkmark_48_filled": 985083 + "ic_fluent_textbox_checkmark_48_filled": 985083, + "ic_fluent_document_one_page_multiple_sparkle_16_filled": 985084, + "ic_fluent_document_one_page_multiple_sparkle_20_filled": 985085, + "ic_fluent_document_one_page_multiple_sparkle_24_filled": 985086 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Filled.ttf b/fonts/FluentSystemIcons-Filled.ttf index 934d0d5b6e..b88e874ce0 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 4e86575192..5de3d29f51 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 85dab08a76..ebf792f80a 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 26354a7fd1..e09f163480 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?3825048b1630325abdf8dfa89a9be7b7") format("woff2"), -url("./FluentSystemIcons-Regular.woff?3825048b1630325abdf8dfa89a9be7b7") format("woff"), -url("./FluentSystemIcons-Regular.ttf?3825048b1630325abdf8dfa89a9be7b7") format("truetype"); + src: url("./FluentSystemIcons-Regular.woff2?0a615f06ccc87df2f6544fce66ac197d") format("woff2"), +url("./FluentSystemIcons-Regular.woff?0a615f06ccc87df2f6544fce66ac197d") format("woff"), +url("./FluentSystemIcons-Regular.ttf?0a615f06ccc87df2f6544fce66ac197d") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -24973,3 +24973,12 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_textbox_checkmark_48_regular:before { content: "\f077e"; } +.icon-ic_fluent_document_one_page_multiple_sparkle_16_regular:before { + content: "\f077f"; +} +.icon-ic_fluent_document_one_page_multiple_sparkle_20_regular:before { + content: "\f0780"; +} +.icon-ic_fluent_document_one_page_multiple_sparkle_24_regular:before { + content: "\f0781"; +} diff --git a/fonts/FluentSystemIcons-Regular.html b/fonts/FluentSystemIcons-Regular.html index 7487934831..ac69fe9be3 100644 --- a/fonts/FluentSystemIcons-Regular.html +++ b/fonts/FluentSystemIcons-Regular.html @@ -26201,6 +26201,33 @@

FluentSystemIcons-Regular

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

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_document_one_page_multiple_sparkle_20_filled +
+ + +
+ + + +
+ ic_fluent_document_one_page_multiple_sparkle_20_regular +
+ +
diff --git a/fonts/FluentSystemIcons-Resizable.json b/fonts/FluentSystemIcons-Resizable.json index f7caad9539..a6d6246a70 100644 --- a/fonts/FluentSystemIcons-Resizable.json +++ b/fonts/FluentSystemIcons-Resizable.json @@ -1723,3398 +1723,3400 @@ "ic_fluent_document_one_page_link_20_regular": 59065, "ic_fluent_document_one_page_multiple_20_filled": 59066, "ic_fluent_document_one_page_multiple_20_regular": 59067, - "ic_fluent_document_one_page_sparkle_20_filled": 59068, - "ic_fluent_document_one_page_sparkle_20_regular": 59069, - "ic_fluent_document_page_bottom_center_20_filled": 59070, - "ic_fluent_document_page_bottom_center_20_regular": 59071, - "ic_fluent_document_page_bottom_left_20_filled": 59072, - "ic_fluent_document_page_bottom_left_20_regular": 59073, - "ic_fluent_document_page_bottom_right_20_filled": 59074, - "ic_fluent_document_page_bottom_right_20_regular": 59075, - "ic_fluent_document_page_break_20_filled": 59076, - "ic_fluent_document_page_break_20_regular": 59077, - "ic_fluent_document_page_number_20_filled": 59078, - "ic_fluent_document_page_number_20_regular": 59079, - "ic_fluent_document_page_top_center_20_filled": 59080, - "ic_fluent_document_page_top_center_20_regular": 59081, - "ic_fluent_document_page_top_left_20_filled": 59082, - "ic_fluent_document_page_top_left_20_regular": 59083, - "ic_fluent_document_page_top_right_20_filled": 59084, - "ic_fluent_document_page_top_right_20_regular": 59085, - "ic_fluent_document_pdf_20_filled": 59086, - "ic_fluent_document_pdf_20_regular": 59087, - "ic_fluent_document_percent_20_filled": 59088, - "ic_fluent_document_percent_20_regular": 59089, - "ic_fluent_document_person_20_filled": 59090, - "ic_fluent_document_person_20_regular": 59091, - "ic_fluent_document_pill_20_filled": 59092, - "ic_fluent_document_pill_20_regular": 59093, - "ic_fluent_document_print_20_filled": 59094, - "ic_fluent_document_print_20_regular": 59095, - "ic_fluent_document_prohibited_20_filled": 59096, - "ic_fluent_document_prohibited_20_regular": 59097, - "ic_fluent_document_question_mark_20_filled": 59098, - "ic_fluent_document_question_mark_20_regular": 59099, - "ic_fluent_document_queue_20_filled": 59100, - "ic_fluent_document_queue_20_regular": 59101, - "ic_fluent_document_queue_add_20_filled": 59102, - "ic_fluent_document_queue_add_20_regular": 59103, - "ic_fluent_document_queue_multiple_20_filled": 59104, - "ic_fluent_document_queue_multiple_20_regular": 59105, - "ic_fluent_document_ribbon_20_filled": 59106, - "ic_fluent_document_ribbon_20_regular": 59107, - "ic_fluent_document_sass_20_filled": 59108, - "ic_fluent_document_sass_20_regular": 59109, - "ic_fluent_document_save_20_filled": 59110, - "ic_fluent_document_save_20_regular": 59111, - "ic_fluent_document_search_20_filled": 59112, - "ic_fluent_document_search_20_regular": 59113, - "ic_fluent_document_settings_20_filled": 59114, - "ic_fluent_document_settings_20_regular": 59115, - "ic_fluent_document_signature_20_filled": 59116, - "ic_fluent_document_signature_20_regular": 59117, - "ic_fluent_document_split_hint_20_filled": 59118, - "ic_fluent_document_split_hint_20_regular": 59119, - "ic_fluent_document_split_hint_off_20_filled": 59120, - "ic_fluent_document_split_hint_off_20_regular": 59121, - "ic_fluent_document_sync_20_filled": 59122, - "ic_fluent_document_sync_20_regular": 59123, - "ic_fluent_document_table_20_filled": 59124, - "ic_fluent_document_table_20_regular": 59125, - "ic_fluent_document_table_arrow_right_20_filled": 59126, - "ic_fluent_document_table_arrow_right_20_regular": 59127, - "ic_fluent_document_table_checkmark_20_filled": 59128, - "ic_fluent_document_table_checkmark_20_regular": 59129, - "ic_fluent_document_table_cube_20_filled": 59130, - "ic_fluent_document_table_cube_20_regular": 59131, - "ic_fluent_document_table_search_20_filled": 59132, - "ic_fluent_document_table_search_20_regular": 59133, - "ic_fluent_document_table_truck_20_filled": 59134, - "ic_fluent_document_table_truck_20_regular": 59135, - "ic_fluent_document_target_20_filled": 59136, - "ic_fluent_document_target_20_regular": 59137, - "ic_fluent_document_text_20_filled": 59138, - "ic_fluent_document_text_20_regular": 59139, - "ic_fluent_document_text_clock_20_filled": 59140, - "ic_fluent_document_text_clock_20_regular": 59141, - "ic_fluent_document_text_extract_20_filled": 59142, - "ic_fluent_document_text_extract_20_regular": 59143, - "ic_fluent_document_text_link_20_filled": 59144, - "ic_fluent_document_text_link_20_regular": 59145, - "ic_fluent_document_text_toolbox_20_filled": 59146, - "ic_fluent_document_text_toolbox_20_regular": 59147, - "ic_fluent_document_toolbox_20_filled": 59148, - "ic_fluent_document_toolbox_20_regular": 59149, - "ic_fluent_document_width_20_filled": 59150, - "ic_fluent_document_width_20_regular": 59151, - "ic_fluent_document_yml_20_filled": 59152, - "ic_fluent_document_yml_20_regular": 59153, - "ic_fluent_door_20_filled": 59154, - "ic_fluent_door_20_regular": 59155, - "ic_fluent_door_arrow_left_20_filled": 59156, - "ic_fluent_door_arrow_left_20_regular": 59157, - "ic_fluent_door_arrow_right_20_filled": 59158, - "ic_fluent_door_arrow_right_20_regular": 59159, - "ic_fluent_door_tag_20_filled": 59160, - "ic_fluent_door_tag_20_regular": 59161, - "ic_fluent_double_swipe_down_20_filled": 59162, - "ic_fluent_double_swipe_down_20_regular": 59163, - "ic_fluent_double_swipe_up_20_filled": 59164, - "ic_fluent_double_swipe_up_20_regular": 59165, - "ic_fluent_double_tap_swipe_down_20_filled": 59166, - "ic_fluent_double_tap_swipe_down_20_regular": 59167, - "ic_fluent_double_tap_swipe_up_20_filled": 59168, - "ic_fluent_double_tap_swipe_up_20_regular": 59169, - "ic_fluent_drafts_20_filled": 59170, - "ic_fluent_drafts_20_regular": 59171, - "ic_fluent_drag_20_filled": 59172, - "ic_fluent_drag_20_regular": 59173, - "ic_fluent_draw_image_20_filled": 59174, - "ic_fluent_draw_image_20_regular": 59175, - "ic_fluent_draw_shape_20_filled": 59176, - "ic_fluent_draw_shape_20_regular": 59177, - "ic_fluent_draw_text_20_filled": 59178, - "ic_fluent_draw_text_20_regular": 59179, - "ic_fluent_drawer_20_filled": 59180, - "ic_fluent_drawer_20_regular": 59181, - "ic_fluent_drawer_add_20_filled": 59182, - "ic_fluent_drawer_add_20_regular": 59183, - "ic_fluent_drawer_arrow_download_20_filled": 59184, - "ic_fluent_drawer_arrow_download_20_regular": 59185, - "ic_fluent_drawer_dismiss_20_filled": 59186, - "ic_fluent_drawer_dismiss_20_regular": 59187, - "ic_fluent_drawer_play_20_filled": 59188, - "ic_fluent_drawer_play_20_regular": 59189, - "ic_fluent_drawer_subtract_20_filled": 59190, - "ic_fluent_drawer_subtract_20_regular": 59191, - "ic_fluent_drink_beer_20_filled": 59192, - "ic_fluent_drink_beer_20_regular": 59193, - "ic_fluent_drink_bottle_20_filled": 59194, - "ic_fluent_drink_bottle_20_regular": 59195, - "ic_fluent_drink_bottle_off_20_filled": 59196, - "ic_fluent_drink_bottle_off_20_regular": 59197, - "ic_fluent_drink_coffee_20_filled": 59198, - "ic_fluent_drink_coffee_20_regular": 59199, - "ic_fluent_drink_margarita_20_filled": 59200, - "ic_fluent_drink_margarita_20_regular": 59201, - "ic_fluent_drink_to_go_20_filled": 59202, - "ic_fluent_drink_to_go_20_regular": 59203, - "ic_fluent_drink_wine_20_filled": 59204, - "ic_fluent_drink_wine_20_regular": 59205, - "ic_fluent_drive_train_20_filled": 59206, - "ic_fluent_drive_train_20_regular": 59207, - "ic_fluent_drop_20_filled": 59208, - "ic_fluent_drop_20_regular": 59209, - "ic_fluent_dual_screen_20_filled": 59210, - "ic_fluent_dual_screen_20_regular": 59211, - "ic_fluent_dual_screen_add_20_filled": 59212, - "ic_fluent_dual_screen_add_20_regular": 59213, - "ic_fluent_dual_screen_arrow_right_20_filled": 59214, - "ic_fluent_dual_screen_arrow_right_20_regular": 59215, - "ic_fluent_dual_screen_arrow_up_20_filled": 59216, - "ic_fluent_dual_screen_arrow_up_20_regular": 59217, - "ic_fluent_dual_screen_clock_20_filled": 59218, - "ic_fluent_dual_screen_clock_20_regular": 59219, - "ic_fluent_dual_screen_closed_alert_20_filled": 59220, - "ic_fluent_dual_screen_closed_alert_20_regular": 59221, - "ic_fluent_dual_screen_desktop_20_filled": 59222, - "ic_fluent_dual_screen_desktop_20_regular": 59223, - "ic_fluent_dual_screen_dismiss_20_filled": 59224, - "ic_fluent_dual_screen_dismiss_20_regular": 59225, - "ic_fluent_dual_screen_group_20_filled": 59226, - "ic_fluent_dual_screen_group_20_regular": 59227, - "ic_fluent_dual_screen_header_20_filled": 59228, - "ic_fluent_dual_screen_header_20_regular": 59229, - "ic_fluent_dual_screen_lock_20_filled": 59230, - "ic_fluent_dual_screen_lock_20_regular": 59231, - "ic_fluent_dual_screen_mirror_20_filled": 59232, - "ic_fluent_dual_screen_mirror_20_regular": 59233, - "ic_fluent_dual_screen_pagination_20_filled": 59234, - "ic_fluent_dual_screen_pagination_20_regular": 59235, - "ic_fluent_dual_screen_settings_20_filled": 59236, - "ic_fluent_dual_screen_settings_20_regular": 59237, - "ic_fluent_dual_screen_span_20_filled": 59238, - "ic_fluent_dual_screen_span_20_regular": 59239, - "ic_fluent_dual_screen_speaker_20_filled": 59240, - "ic_fluent_dual_screen_speaker_20_regular": 59241, - "ic_fluent_dual_screen_status_bar_20_filled": 59242, - "ic_fluent_dual_screen_status_bar_20_regular": 59243, - "ic_fluent_dual_screen_tablet_20_filled": 59244, - "ic_fluent_dual_screen_tablet_20_regular": 59245, - "ic_fluent_dual_screen_update_20_filled": 59246, - "ic_fluent_dual_screen_update_20_regular": 59247, - "ic_fluent_dual_screen_vertical_scroll_20_filled": 59248, - "ic_fluent_dual_screen_vertical_scroll_20_regular": 59249, - "ic_fluent_dual_screen_vibrate_20_filled": 59250, - "ic_fluent_dual_screen_vibrate_20_regular": 59251, - "ic_fluent_dumbbell_20_filled": 59252, - "ic_fluent_dumbbell_20_regular": 59253, - "ic_fluent_dust_20_filled": 59254, - "ic_fluent_dust_20_regular": 59255, - "ic_fluent_earth_20_filled": 59256, - "ic_fluent_earth_20_regular": 59257, - "ic_fluent_earth_leaf_20_filled": 59258, - "ic_fluent_earth_leaf_20_regular": 59259, - "ic_fluent_edit_20_filled": 59260, - "ic_fluent_edit_20_regular": 59261, - "ic_fluent_edit_arrow_back_20_filled": 59262, - "ic_fluent_edit_arrow_back_20_regular": 59263, - "ic_fluent_edit_line_horizontal_3_20_filled": 59264, - "ic_fluent_edit_line_horizontal_3_20_regular": 59265, - "ic_fluent_edit_lock_20_filled": 59266, - "ic_fluent_edit_lock_20_regular": 59267, - "ic_fluent_edit_off_20_filled": 59268, - "ic_fluent_edit_off_20_regular": 59269, - "ic_fluent_edit_person_20_filled": 59270, - "ic_fluent_edit_person_20_regular": 59271, - "ic_fluent_edit_prohibited_20_filled": 59272, - "ic_fluent_edit_prohibited_20_regular": 59273, - "ic_fluent_edit_settings_20_filled": 59274, - "ic_fluent_edit_settings_20_regular": 59275, - "ic_fluent_elevator_20_filled": 59276, - "ic_fluent_elevator_20_regular": 59277, - "ic_fluent_emoji_20_filled": 59278, - "ic_fluent_emoji_20_regular": 59279, - "ic_fluent_emoji_add_20_filled": 59280, - "ic_fluent_emoji_add_20_regular": 59281, - "ic_fluent_emoji_angry_20_filled": 59282, - "ic_fluent_emoji_angry_20_regular": 59283, - "ic_fluent_emoji_edit_20_filled": 59284, - "ic_fluent_emoji_edit_20_regular": 59285, - "ic_fluent_emoji_hand_20_filled": 59286, - "ic_fluent_emoji_hand_20_regular": 59287, - "ic_fluent_emoji_hint_20_filled": 59288, - "ic_fluent_emoji_hint_20_regular": 59289, - "ic_fluent_emoji_laugh_20_filled": 59290, - "ic_fluent_emoji_laugh_20_regular": 59291, - "ic_fluent_emoji_meh_20_filled": 59292, - "ic_fluent_emoji_meh_20_regular": 59293, - "ic_fluent_emoji_meme_20_filled": 59294, - "ic_fluent_emoji_meme_20_regular": 59295, - "ic_fluent_emoji_multiple_20_filled": 59296, - "ic_fluent_emoji_multiple_20_regular": 59297, - "ic_fluent_emoji_sad_20_filled": 59298, - "ic_fluent_emoji_sad_20_regular": 59299, - "ic_fluent_emoji_sad_slight_20_filled": 59300, - "ic_fluent_emoji_sad_slight_20_regular": 59301, - "ic_fluent_emoji_smile_slight_20_filled": 59302, - "ic_fluent_emoji_smile_slight_20_regular": 59303, - "ic_fluent_emoji_sparkle_20_filled": 59304, - "ic_fluent_emoji_sparkle_20_regular": 59305, - "ic_fluent_emoji_surprise_20_filled": 59306, - "ic_fluent_emoji_surprise_20_regular": 59307, - "ic_fluent_engine_20_filled": 59308, - "ic_fluent_engine_20_regular": 59309, - "ic_fluent_equal_circle_20_filled": 59310, - "ic_fluent_equal_circle_20_regular": 59311, - "ic_fluent_equal_off_20_filled": 59312, - "ic_fluent_equal_off_20_regular": 59313, - "ic_fluent_eraser_20_filled": 59314, - "ic_fluent_eraser_20_regular": 59315, - "ic_fluent_eraser_medium_20_filled": 59316, - "ic_fluent_eraser_medium_20_regular": 59317, - "ic_fluent_eraser_segment_20_filled": 59318, - "ic_fluent_eraser_segment_20_regular": 59319, - "ic_fluent_eraser_small_20_filled": 59320, - "ic_fluent_eraser_small_20_regular": 59321, - "ic_fluent_eraser_tool_20_filled": 59322, - "ic_fluent_eraser_tool_20_regular": 59323, - "ic_fluent_error_circle_20_filled": 59324, - "ic_fluent_error_circle_20_regular": 59325, - "ic_fluent_error_circle_settings_20_filled": 59326, - "ic_fluent_error_circle_settings_20_regular": 59327, - "ic_fluent_expand_up_left_20_filled": 59328, - "ic_fluent_expand_up_left_20_regular": 59329, - "ic_fluent_expand_up_right_20_filled": 59330, - "ic_fluent_expand_up_right_20_regular": 59331, - "ic_fluent_extended_dock_20_filled": 59332, - "ic_fluent_extended_dock_20_regular": 59333, - "ic_fluent_eye_20_filled": 59334, - "ic_fluent_eye_20_regular": 59335, - "ic_fluent_eye_lines_20_filled": 59336, - "ic_fluent_eye_lines_20_regular": 59337, - "ic_fluent_eye_off_20_filled": 59338, - "ic_fluent_eye_off_20_regular": 59339, - "ic_fluent_eye_tracking_20_filled": 59340, - "ic_fluent_eye_tracking_20_regular": 59341, - "ic_fluent_eye_tracking_off_20_filled": 59342, - "ic_fluent_eye_tracking_off_20_regular": 59343, - "ic_fluent_eyedropper_20_filled": 59344, - "ic_fluent_eyedropper_20_regular": 59345, - "ic_fluent_eyedropper_off_20_filled": 59346, - "ic_fluent_eyedropper_off_20_regular": 59347, - "ic_fluent_f_stop_20_filled": 59348, - "ic_fluent_f_stop_20_regular": 59349, - "ic_fluent_fast_acceleration_20_filled": 59350, - "ic_fluent_fast_acceleration_20_regular": 59351, - "ic_fluent_fast_forward_20_filled": 59352, - "ic_fluent_fast_forward_20_regular": 59353, - "ic_fluent_fax_20_filled": 59354, - "ic_fluent_fax_20_regular": 59355, - "ic_fluent_feed_20_filled": 59356, - "ic_fluent_feed_20_regular": 59357, - "ic_fluent_filmstrip_20_filled": 59358, - "ic_fluent_filmstrip_20_regular": 59359, - "ic_fluent_filmstrip_image_20_filled": 59360, - "ic_fluent_filmstrip_image_20_regular": 59361, - "ic_fluent_filmstrip_play_20_filled": 59362, - "ic_fluent_filmstrip_play_20_regular": 59363, - "ic_fluent_filmstrip_split_20_filled": 59364, - "ic_fluent_filmstrip_split_20_regular": 59365, - "ic_fluent_filter_20_filled": 59366, - "ic_fluent_filter_20_regular": 59367, - "ic_fluent_filter_add_20_filled": 59368, - "ic_fluent_filter_add_20_regular": 59369, - "ic_fluent_filter_dismiss_20_filled": 59370, - "ic_fluent_filter_dismiss_20_regular": 59371, - "ic_fluent_filter_sync_20_filled": 59372, - "ic_fluent_filter_sync_20_regular": 59373, - "ic_fluent_fingerprint_20_filled": 59374, - "ic_fluent_fingerprint_20_regular": 59375, - "ic_fluent_fire_20_filled": 59376, - "ic_fluent_fire_20_regular": 59377, - "ic_fluent_fireplace_20_filled": 59378, - "ic_fluent_fireplace_20_regular": 59379, - "ic_fluent_fixed_width_20_filled": 59380, - "ic_fluent_fixed_width_20_regular": 59381, - "ic_fluent_flag_20_filled": 59382, - "ic_fluent_flag_20_regular": 59383, - "ic_fluent_flag_checkered_20_filled": 59384, - "ic_fluent_flag_checkered_20_regular": 59385, - "ic_fluent_flag_clock_20_filled": 59386, - "ic_fluent_flag_clock_20_regular": 59387, - "ic_fluent_flag_off_20_filled": 59388, - "ic_fluent_flag_off_20_regular": 59389, - "ic_fluent_flag_pride_20_filled": 59390, - "ic_fluent_flag_pride_intersex_inclusive_progress_20_filled": 59391, - "ic_fluent_flag_pride_philadelphia_20_filled": 59392, - "ic_fluent_flag_pride_progress_20_filled": 59393, - "ic_fluent_flash_20_filled": 59394, - "ic_fluent_flash_20_regular": 59395, - "ic_fluent_flash_add_20_filled": 59396, - "ic_fluent_flash_add_20_regular": 59397, - "ic_fluent_flash_auto_20_filled": 59398, - "ic_fluent_flash_auto_20_regular": 59399, - "ic_fluent_flash_checkmark_20_filled": 59400, - "ic_fluent_flash_checkmark_20_regular": 59401, - "ic_fluent_flash_flow_20_filled": 59402, - "ic_fluent_flash_flow_20_regular": 59403, - "ic_fluent_flash_off_20_filled": 59404, - "ic_fluent_flash_off_20_regular": 59405, - "ic_fluent_flash_play_20_filled": 59406, - "ic_fluent_flash_play_20_regular": 59407, - "ic_fluent_flash_settings_20_filled": 59408, - "ic_fluent_flash_settings_20_regular": 59409, - "ic_fluent_flash_sparkle_20_filled": 59410, - "ic_fluent_flash_sparkle_20_regular": 59411, - "ic_fluent_flashlight_20_filled": 59412, - "ic_fluent_flashlight_20_regular": 59413, - "ic_fluent_flashlight_off_20_filled": 59414, - "ic_fluent_flashlight_off_20_regular": 59415, - "ic_fluent_flip_horizontal_20_filled": 59416, - "ic_fluent_flip_horizontal_20_regular": 59417, - "ic_fluent_flip_vertical_20_filled": 59418, - "ic_fluent_flip_vertical_20_regular": 59419, - "ic_fluent_flow_20_filled": 59420, - "ic_fluent_flow_20_regular": 59421, - "ic_fluent_flowchart_20_filled": 59422, - "ic_fluent_flowchart_20_regular": 59423, - "ic_fluent_flowchart_circle_20_filled": 59424, - "ic_fluent_flowchart_circle_20_regular": 59425, - "ic_fluent_fluent_20_filled": 59426, - "ic_fluent_fluent_20_regular": 59427, - "ic_fluent_fluid_20_filled": 59428, - "ic_fluent_fluid_20_regular": 59429, - "ic_fluent_folder_20_filled": 59430, - "ic_fluent_folder_20_regular": 59431, - "ic_fluent_folder_add_20_filled": 59432, - "ic_fluent_folder_add_20_regular": 59433, - "ic_fluent_folder_arrow_left_20_filled": 59434, - "ic_fluent_folder_arrow_left_20_regular": 59435, - "ic_fluent_folder_arrow_right_20_filled": 59436, - "ic_fluent_folder_arrow_right_20_regular": 59437, - "ic_fluent_folder_arrow_up_20_filled": 59438, - "ic_fluent_folder_arrow_up_20_regular": 59439, - "ic_fluent_folder_briefcase_20_filled": 59440, - "ic_fluent_folder_briefcase_20_regular": 59441, - "ic_fluent_folder_document_20_filled": 59442, - "ic_fluent_folder_document_20_regular": 59443, - "ic_fluent_folder_globe_20_filled": 59444, - "ic_fluent_folder_globe_20_regular": 59445, - "ic_fluent_folder_lightning_20_filled": 59446, - "ic_fluent_folder_lightning_20_regular": 59447, - "ic_fluent_folder_link_20_filled": 59448, - "ic_fluent_folder_link_20_regular": 59449, - "ic_fluent_folder_list_20_filled": 59450, - "ic_fluent_folder_list_20_regular": 59451, - "ic_fluent_folder_mail_20_filled": 59452, - "ic_fluent_folder_mail_20_regular": 59453, - "ic_fluent_folder_open_20_filled": 59454, - "ic_fluent_folder_open_20_regular": 59455, - "ic_fluent_folder_open_vertical_20_filled": 59456, - "ic_fluent_folder_open_vertical_20_regular": 59457, - "ic_fluent_folder_people_20_filled": 59458, - "ic_fluent_folder_people_20_regular": 59459, - "ic_fluent_folder_person_20_filled": 59460, - "ic_fluent_folder_person_20_regular": 59461, - "ic_fluent_folder_prohibited_20_filled": 59462, - "ic_fluent_folder_prohibited_20_regular": 59463, - "ic_fluent_folder_search_20_filled": 59464, - "ic_fluent_folder_search_20_regular": 59465, - "ic_fluent_folder_swap_20_filled": 59466, - "ic_fluent_folder_swap_20_regular": 59467, - "ic_fluent_folder_sync_20_filled": 59468, - "ic_fluent_folder_sync_20_regular": 59469, - "ic_fluent_folder_zip_20_filled": 59470, - "ic_fluent_folder_zip_20_regular": 59471, - "ic_fluent_font_decrease_20_filled": 59472, - "ic_fluent_font_decrease_20_regular": 59473, - "ic_fluent_font_increase_20_filled": 59474, - "ic_fluent_font_increase_20_regular": 59475, - "ic_fluent_font_space_tracking_in_20_filled": 59476, - "ic_fluent_font_space_tracking_in_20_regular": 59477, - "ic_fluent_font_space_tracking_out_20_filled": 59478, - "ic_fluent_font_space_tracking_out_20_regular": 59479, - "ic_fluent_food_20_filled": 59480, - "ic_fluent_food_20_regular": 59481, - "ic_fluent_food_apple_20_filled": 59482, - "ic_fluent_food_apple_20_regular": 59483, - "ic_fluent_food_cake_20_filled": 59484, - "ic_fluent_food_cake_20_regular": 59485, - "ic_fluent_food_carrot_20_filled": 59486, - "ic_fluent_food_carrot_20_regular": 59487, - "ic_fluent_food_chicken_leg_20_filled": 59488, - "ic_fluent_food_chicken_leg_20_regular": 59489, - "ic_fluent_food_egg_20_filled": 59490, - "ic_fluent_food_egg_20_regular": 59491, - "ic_fluent_food_fish_20_filled": 59492, - "ic_fluent_food_fish_20_regular": 59493, - "ic_fluent_food_grains_20_filled": 59494, - "ic_fluent_food_grains_20_regular": 59495, - "ic_fluent_food_pizza_20_filled": 59496, - "ic_fluent_food_pizza_20_regular": 59497, - "ic_fluent_food_toast_20_filled": 59498, - "ic_fluent_food_toast_20_regular": 59499, - "ic_fluent_form_20_filled": 59500, - "ic_fluent_form_20_regular": 59501, - "ic_fluent_form_multiple_20_filled": 59502, - "ic_fluent_form_multiple_20_regular": 59503, - "ic_fluent_form_new_20_filled": 59504, - "ic_fluent_form_new_20_regular": 59505, - "ic_fluent_form_sparkle_20_filled": 59506, - "ic_fluent_form_sparkle_20_regular": 59507, - "ic_fluent_fps_120_20_filled": 59508, - "ic_fluent_fps_120_20_regular": 59509, - "ic_fluent_fps_240_20_filled": 59510, - "ic_fluent_fps_240_20_regular": 59511, - "ic_fluent_fps_30_20_filled": 59512, - "ic_fluent_fps_30_20_regular": 59513, - "ic_fluent_fps_60_20_filled": 59514, - "ic_fluent_fps_60_20_regular": 59515, - "ic_fluent_fps_960_20_filled": 59516, - "ic_fluent_fps_960_20_regular": 59517, - "ic_fluent_frame_20_filled": 59518, - "ic_fluent_frame_20_regular": 59519, - "ic_fluent_full_screen_maximize_20_filled": 59520, - "ic_fluent_full_screen_maximize_20_regular": 59521, - "ic_fluent_full_screen_minimize_20_filled": 59522, - "ic_fluent_full_screen_minimize_20_regular": 59523, - "ic_fluent_game_chat_20_filled": 59524, - "ic_fluent_game_chat_20_regular": 59525, - "ic_fluent_games_20_filled": 59526, - "ic_fluent_games_20_regular": 59527, - "ic_fluent_gantt_chart_20_filled": 59528, - "ic_fluent_gantt_chart_20_regular": 59529, - "ic_fluent_gas_20_filled": 59530, - "ic_fluent_gas_20_regular": 59531, - "ic_fluent_gas_pump_20_filled": 59532, - "ic_fluent_gas_pump_20_regular": 59533, - "ic_fluent_gather_20_filled": 59534, - "ic_fluent_gather_20_regular": 59535, - "ic_fluent_gauge_20_filled": 59536, - "ic_fluent_gauge_20_regular": 59537, - "ic_fluent_gauge_add_20_filled": 59538, - "ic_fluent_gauge_add_20_regular": 59539, - "ic_fluent_gavel_20_filled": 59540, - "ic_fluent_gavel_20_regular": 59541, - "ic_fluent_gavel_prohibited_20_filled": 59542, - "ic_fluent_gavel_prohibited_20_regular": 59543, - "ic_fluent_gesture_20_filled": 59544, - "ic_fluent_gesture_20_regular": 59545, - "ic_fluent_gif_20_filled": 59546, - "ic_fluent_gif_20_regular": 59547, - "ic_fluent_gift_20_filled": 59548, - "ic_fluent_gift_20_regular": 59549, - "ic_fluent_gift_card_20_filled": 59550, - "ic_fluent_gift_card_20_regular": 59551, - "ic_fluent_gift_card_add_20_filled": 59552, - "ic_fluent_gift_card_add_20_regular": 59553, - "ic_fluent_gift_card_arrow_right_20_filled": 59554, - "ic_fluent_gift_card_arrow_right_20_regular": 59555, - "ic_fluent_gift_card_money_20_filled": 59556, - "ic_fluent_gift_card_money_20_regular": 59557, - "ic_fluent_gift_card_multiple_20_filled": 59558, - "ic_fluent_gift_card_multiple_20_regular": 59559, - "ic_fluent_gift_open_20_filled": 59560, - "ic_fluent_gift_open_20_regular": 59561, - "ic_fluent_glance_20_filled": 59562, - "ic_fluent_glance_20_regular": 59563, - "ic_fluent_glance_horizontal_20_filled": 59564, - "ic_fluent_glance_horizontal_20_regular": 59565, - "ic_fluent_glance_horizontal_sparkles_20_filled": 59566, - "ic_fluent_glance_horizontal_sparkles_20_regular": 59567, - "ic_fluent_glasses_20_filled": 59568, - "ic_fluent_glasses_20_regular": 59569, - "ic_fluent_glasses_off_20_filled": 59570, - "ic_fluent_glasses_off_20_regular": 59571, - "ic_fluent_globe_20_filled": 59572, - "ic_fluent_globe_20_regular": 59573, - "ic_fluent_globe_add_20_filled": 59574, - "ic_fluent_globe_add_20_regular": 59575, - "ic_fluent_globe_arrow_forward_20_filled": 59576, - "ic_fluent_globe_arrow_forward_20_regular": 59577, - "ic_fluent_globe_arrow_up_20_filled": 59578, - "ic_fluent_globe_arrow_up_20_regular": 59579, - "ic_fluent_globe_clock_20_filled": 59580, - "ic_fluent_globe_clock_20_regular": 59581, - "ic_fluent_globe_desktop_20_filled": 59582, - "ic_fluent_globe_desktop_20_regular": 59583, - "ic_fluent_globe_error_20_filled": 59584, - "ic_fluent_globe_error_20_regular": 59585, - "ic_fluent_globe_location_20_filled": 59586, - "ic_fluent_globe_location_20_regular": 59587, - "ic_fluent_globe_off_20_filled": 59588, - "ic_fluent_globe_off_20_regular": 59589, - "ic_fluent_globe_person_20_filled": 59590, - "ic_fluent_globe_person_20_regular": 59591, - "ic_fluent_globe_prohibited_20_filled": 59592, - "ic_fluent_globe_prohibited_20_regular": 59593, - "ic_fluent_globe_search_20_filled": 59594, - "ic_fluent_globe_search_20_regular": 59595, - "ic_fluent_globe_shield_20_filled": 59596, - "ic_fluent_globe_shield_20_regular": 59597, - "ic_fluent_globe_star_20_filled": 59598, - "ic_fluent_globe_star_20_regular": 59599, - "ic_fluent_globe_surface_20_filled": 59600, - "ic_fluent_globe_surface_20_regular": 59601, - "ic_fluent_globe_sync_20_filled": 59602, - "ic_fluent_globe_sync_20_regular": 59603, - "ic_fluent_globe_video_20_filled": 59604, - "ic_fluent_globe_video_20_regular": 59605, - "ic_fluent_globe_warning_20_filled": 59606, - "ic_fluent_globe_warning_20_regular": 59607, - "ic_fluent_grid_20_filled": 59608, - "ic_fluent_grid_20_regular": 59609, - "ic_fluent_grid_dots_20_filled": 59610, - "ic_fluent_grid_dots_20_regular": 59611, - "ic_fluent_grid_kanban_20_filled": 59612, - "ic_fluent_grid_kanban_20_regular": 59613, - "ic_fluent_group_20_filled": 59614, - "ic_fluent_group_20_regular": 59615, - "ic_fluent_group_dismiss_20_filled": 59616, - "ic_fluent_group_dismiss_20_regular": 59617, - "ic_fluent_group_list_20_filled": 59618, - "ic_fluent_group_list_20_regular": 59619, - "ic_fluent_group_return_20_filled": 59620, - "ic_fluent_group_return_20_regular": 59621, - "ic_fluent_guardian_20_filled": 59622, - "ic_fluent_guardian_20_regular": 59623, - "ic_fluent_guest_20_filled": 59624, - "ic_fluent_guest_20_regular": 59625, - "ic_fluent_guest_add_20_filled": 59626, - "ic_fluent_guest_add_20_regular": 59627, - "ic_fluent_guitar_20_filled": 59628, - "ic_fluent_guitar_20_regular": 59629, - "ic_fluent_hand_draw_20_filled": 59630, - "ic_fluent_hand_draw_20_regular": 59631, - "ic_fluent_hand_left_20_filled": 59632, - "ic_fluent_hand_left_20_regular": 59633, - "ic_fluent_hand_left_chat_20_filled": 59634, - "ic_fluent_hand_left_chat_20_regular": 59635, - "ic_fluent_hand_open_heart_20_filled": 59636, - "ic_fluent_hand_open_heart_20_regular": 59637, - "ic_fluent_hand_point_20_filled": 59638, - "ic_fluent_hand_point_20_regular": 59639, - "ic_fluent_hand_right_20_filled": 59640, - "ic_fluent_hand_right_20_regular": 59641, - "ic_fluent_hand_right_off_20_filled": 59642, - "ic_fluent_hand_right_off_20_regular": 59643, - "ic_fluent_hand_wave_20_filled": 59644, - "ic_fluent_hand_wave_20_regular": 59645, - "ic_fluent_handshake_20_filled": 59646, - "ic_fluent_handshake_20_regular": 59647, - "ic_fluent_haptic_strong_20_filled": 59648, - "ic_fluent_haptic_strong_20_regular": 59649, - "ic_fluent_haptic_weak_20_filled": 59650, - "ic_fluent_haptic_weak_20_regular": 59651, - "ic_fluent_hard_drive_20_filled": 59652, - "ic_fluent_hard_drive_20_regular": 59653, - "ic_fluent_hat_graduation_20_filled": 59654, - "ic_fluent_hat_graduation_20_regular": 59655, - "ic_fluent_hat_graduation_add_20_filled": 59656, - "ic_fluent_hat_graduation_add_20_regular": 59657, - "ic_fluent_hat_graduation_sparkle_20_filled": 59658, - "ic_fluent_hat_graduation_sparkle_20_regular": 59659, - "ic_fluent_hd_20_filled": 59660, - "ic_fluent_hd_20_regular": 59661, - "ic_fluent_hdr_20_filled": 59662, - "ic_fluent_hdr_20_regular": 59663, - "ic_fluent_hdr_off_20_filled": 59664, - "ic_fluent_hdr_off_20_regular": 59665, - "ic_fluent_headphones_20_filled": 59666, - "ic_fluent_headphones_20_regular": 59667, - "ic_fluent_headphones_sound_wave_20_filled": 59668, - "ic_fluent_headphones_sound_wave_20_regular": 59669, - "ic_fluent_headset_20_filled": 59670, - "ic_fluent_headset_20_regular": 59671, - "ic_fluent_headset_add_20_filled": 59672, - "ic_fluent_headset_add_20_regular": 59673, - "ic_fluent_headset_vr_20_filled": 59674, - "ic_fluent_headset_vr_20_regular": 59675, - "ic_fluent_heart_20_filled": 59676, - "ic_fluent_heart_20_regular": 59677, - "ic_fluent_heart_broken_20_filled": 59678, - "ic_fluent_heart_broken_20_regular": 59679, - "ic_fluent_heart_circle_20_filled": 59680, - "ic_fluent_heart_circle_20_regular": 59681, - "ic_fluent_heart_circle_hint_20_filled": 59682, - "ic_fluent_heart_circle_hint_20_regular": 59683, - "ic_fluent_heart_off_20_filled": 59684, - "ic_fluent_heart_off_20_regular": 59685, - "ic_fluent_heart_pulse_20_filled": 59686, - "ic_fluent_heart_pulse_20_regular": 59687, - "ic_fluent_heart_pulse_checkmark_20_filled": 59688, - "ic_fluent_heart_pulse_checkmark_20_regular": 59689, - "ic_fluent_heart_pulse_error_20_filled": 59690, - "ic_fluent_heart_pulse_error_20_regular": 59691, - "ic_fluent_heart_pulse_warning_20_filled": 59692, - "ic_fluent_heart_pulse_warning_20_regular": 59693, - "ic_fluent_hexagon_20_filled": 59694, - "ic_fluent_hexagon_20_regular": 59695, - "ic_fluent_hexagon_sparkle_20_filled": 59696, - "ic_fluent_hexagon_sparkle_20_regular": 59697, - "ic_fluent_hexagon_three_20_filled": 59698, - "ic_fluent_hexagon_three_20_regular": 59699, - "ic_fluent_highlight_20_filled": 59700, - "ic_fluent_highlight_20_regular": 59701, - "ic_fluent_highlight_accent_20_filled": 59702, - "ic_fluent_highlight_link_20_filled": 59703, - "ic_fluent_highlight_link_20_regular": 59704, - "ic_fluent_highway_20_filled": 59705, - "ic_fluent_highway_20_regular": 59706, - "ic_fluent_history_20_filled": 59707, - "ic_fluent_history_20_regular": 59708, - "ic_fluent_history_dismiss_20_filled": 59709, - "ic_fluent_history_dismiss_20_regular": 59710, - "ic_fluent_home_20_filled": 59711, - "ic_fluent_home_20_regular": 59712, - "ic_fluent_home_add_20_filled": 59713, - "ic_fluent_home_add_20_regular": 59714, - "ic_fluent_home_checkmark_20_filled": 59715, - "ic_fluent_home_checkmark_20_regular": 59716, - "ic_fluent_home_database_20_filled": 59717, - "ic_fluent_home_database_20_regular": 59718, - "ic_fluent_home_garage_20_filled": 59719, - "ic_fluent_home_garage_20_regular": 59720, - "ic_fluent_home_heart_20_filled": 59721, - "ic_fluent_home_heart_20_regular": 59722, - "ic_fluent_home_more_20_filled": 59723, - "ic_fluent_home_more_20_regular": 59724, - "ic_fluent_home_person_20_filled": 59725, - "ic_fluent_home_person_20_regular": 59726, - "ic_fluent_home_split_20_filled": 59727, - "ic_fluent_home_split_20_regular": 59728, - "ic_fluent_hourglass_20_filled": 59729, - "ic_fluent_hourglass_20_regular": 59730, - "ic_fluent_hourglass_half_20_filled": 59731, - "ic_fluent_hourglass_half_20_regular": 59732, - "ic_fluent_hourglass_one_quarter_20_filled": 59733, - "ic_fluent_hourglass_one_quarter_20_regular": 59734, - "ic_fluent_hourglass_three_quarter_20_filled": 59735, - "ic_fluent_hourglass_three_quarter_20_regular": 59736, - "ic_fluent_icons_20_filled": 59737, - "ic_fluent_icons_20_regular": 59738, - "ic_fluent_image_20_filled": 59739, - "ic_fluent_image_20_regular": 59740, - "ic_fluent_image_add_20_filled": 59741, - "ic_fluent_image_add_20_regular": 59742, - "ic_fluent_image_alt_text_20_filled": 59743, - "ic_fluent_image_alt_text_20_regular": 59744, - "ic_fluent_image_arrow_back_20_filled": 59745, - "ic_fluent_image_arrow_back_20_regular": 59746, - "ic_fluent_image_arrow_counterclockwise_20_filled": 59747, - "ic_fluent_image_arrow_counterclockwise_20_regular": 59748, - "ic_fluent_image_arrow_forward_20_filled": 59749, - "ic_fluent_image_arrow_forward_20_regular": 59750, - "ic_fluent_image_border_20_filled": 59751, - "ic_fluent_image_border_20_regular": 59752, - "ic_fluent_image_circle_20_filled": 59753, - "ic_fluent_image_circle_20_regular": 59754, - "ic_fluent_image_copy_20_filled": 59755, - "ic_fluent_image_copy_20_regular": 59756, - "ic_fluent_image_edit_20_filled": 59757, - "ic_fluent_image_edit_20_regular": 59758, - "ic_fluent_image_globe_20_filled": 59759, - "ic_fluent_image_globe_20_regular": 59760, - "ic_fluent_image_multiple_20_filled": 59761, - "ic_fluent_image_multiple_20_regular": 59762, - "ic_fluent_image_multiple_off_20_filled": 59763, - "ic_fluent_image_multiple_off_20_regular": 59764, - "ic_fluent_image_off_20_filled": 59765, - "ic_fluent_image_off_20_regular": 59766, - "ic_fluent_image_prohibited_20_filled": 59767, - "ic_fluent_image_prohibited_20_regular": 59768, - "ic_fluent_image_reflection_20_filled": 59769, - "ic_fluent_image_reflection_20_regular": 59770, - "ic_fluent_image_search_20_filled": 59771, - "ic_fluent_image_search_20_regular": 59772, - "ic_fluent_image_shadow_20_filled": 59773, - "ic_fluent_image_shadow_20_regular": 59774, - "ic_fluent_image_sparkle_20_filled": 59775, - "ic_fluent_image_sparkle_20_regular": 59776, - "ic_fluent_image_split_20_filled": 59777, - "ic_fluent_image_split_20_regular": 59778, - "ic_fluent_image_stack_20_filled": 59779, - "ic_fluent_image_stack_20_regular": 59780, - "ic_fluent_image_table_20_filled": 59781, - "ic_fluent_image_table_20_regular": 59782, - "ic_fluent_immersive_reader_20_filled": 59783, - "ic_fluent_immersive_reader_20_regular": 59784, - "ic_fluent_important_20_filled": 59785, - "ic_fluent_important_20_regular": 59786, - "ic_fluent_incognito_20_filled": 59787, - "ic_fluent_incognito_20_regular": 59788, - "ic_fluent_info_20_filled": 59789, - "ic_fluent_info_20_regular": 59790, - "ic_fluent_info_shield_20_filled": 59791, - "ic_fluent_info_shield_20_regular": 59792, - "ic_fluent_ink_stroke_20_filled": 59793, - "ic_fluent_ink_stroke_20_regular": 59794, - "ic_fluent_ink_stroke_arrow_down_20_filled": 59795, - "ic_fluent_ink_stroke_arrow_down_20_regular": 59796, - "ic_fluent_ink_stroke_arrow_up_down_20_filled": 59797, - "ic_fluent_ink_stroke_arrow_up_down_20_regular": 59798, - "ic_fluent_inking_tool_20_filled": 59799, - "ic_fluent_inking_tool_20_regular": 59800, - "ic_fluent_inking_tool_accent_20_filled": 59801, - "ic_fluent_inprivate_account_20_filled": 59802, - "ic_fluent_inprivate_account_20_regular": 59803, - "ic_fluent_insert_20_filled": 59804, - "ic_fluent_insert_20_regular": 59805, - "ic_fluent_ios_chevron_right_20_filled": 59806, - "ic_fluent_ios_chevron_right_20_regular": 59807, - "ic_fluent_iot_20_filled": 59808, - "ic_fluent_iot_20_regular": 59809, - "ic_fluent_iot_alert_20_filled": 59810, - "ic_fluent_iot_alert_20_regular": 59811, - "ic_fluent_javascript_20_filled": 59812, - "ic_fluent_javascript_20_regular": 59813, - "ic_fluent_joystick_20_filled": 59814, - "ic_fluent_joystick_20_regular": 59815, - "ic_fluent_key_20_filled": 59816, - "ic_fluent_key_20_regular": 59817, - "ic_fluent_key_command_20_filled": 59818, - "ic_fluent_key_command_20_regular": 59819, - "ic_fluent_key_multiple_20_filled": 59820, - "ic_fluent_key_multiple_20_regular": 59821, - "ic_fluent_key_reset_20_filled": 59822, - "ic_fluent_key_reset_20_regular": 59823, - "ic_fluent_keyboard_123_20_filled": 59824, - "ic_fluent_keyboard_123_20_regular": 59825, - "ic_fluent_keyboard_20_filled": 59826, - "ic_fluent_keyboard_20_regular": 59827, - "ic_fluent_keyboard_dock_20_filled": 59828, - "ic_fluent_keyboard_dock_20_regular": 59829, - "ic_fluent_keyboard_layout_float_20_filled": 59830, - "ic_fluent_keyboard_layout_float_20_regular": 59831, - "ic_fluent_keyboard_layout_one_handed_left_20_filled": 59832, - "ic_fluent_keyboard_layout_one_handed_left_20_regular": 59833, - "ic_fluent_keyboard_layout_resize_20_filled": 59834, - "ic_fluent_keyboard_layout_resize_20_regular": 59835, - "ic_fluent_keyboard_layout_split_20_filled": 59836, - "ic_fluent_keyboard_layout_split_20_regular": 59837, - "ic_fluent_keyboard_shift_20_filled": 59838, - "ic_fluent_keyboard_shift_20_regular": 59839, - "ic_fluent_keyboard_shift_uppercase_20_filled": 59840, - "ic_fluent_keyboard_shift_uppercase_20_regular": 59841, - "ic_fluent_keyboard_tab_20_filled": 59842, - "ic_fluent_keyboard_tab_20_regular": 59843, - "ic_fluent_laptop_20_filled": 59844, - "ic_fluent_laptop_20_regular": 59845, - "ic_fluent_laptop_briefcase_20_filled": 59846, - "ic_fluent_laptop_briefcase_20_regular": 59847, - "ic_fluent_laptop_dismiss_20_filled": 59848, - "ic_fluent_laptop_dismiss_20_regular": 59849, - "ic_fluent_laptop_person_20_filled": 59850, - "ic_fluent_laptop_person_20_regular": 59851, - "ic_fluent_laptop_settings_20_filled": 59852, - "ic_fluent_laptop_settings_20_regular": 59853, - "ic_fluent_laptop_shield_20_filled": 59854, - "ic_fluent_laptop_shield_20_regular": 59855, - "ic_fluent_laser_tool_20_filled": 59856, - "ic_fluent_laser_tool_20_regular": 59857, - "ic_fluent_lasso_20_filled": 59858, - "ic_fluent_lasso_20_regular": 59859, - "ic_fluent_launcher_settings_20_filled": 59860, - "ic_fluent_launcher_settings_20_regular": 59861, - "ic_fluent_layer_20_filled": 59862, - "ic_fluent_layer_20_regular": 59863, - "ic_fluent_layer_diagonal_20_filled": 59864, - "ic_fluent_layer_diagonal_20_regular": 59865, - "ic_fluent_layer_diagonal_add_20_filled": 59866, - "ic_fluent_layer_diagonal_add_20_regular": 59867, - "ic_fluent_layer_diagonal_person_20_filled": 59868, - "ic_fluent_layer_diagonal_person_20_regular": 59869, - "ic_fluent_layer_diagonal_sparkle_20_filled": 59870, - "ic_fluent_layer_diagonal_sparkle_20_regular": 59871, - "ic_fluent_layout_cell_four_20_filled": 59872, - "ic_fluent_layout_cell_four_20_regular": 59873, - "ic_fluent_layout_cell_four_focus_bottom_left_20_filled": 59874, - "ic_fluent_layout_cell_four_focus_bottom_right_20_filled": 59875, - "ic_fluent_layout_cell_four_focus_top_left_20_filled": 59876, - "ic_fluent_layout_cell_four_focus_top_right_20_filled": 59877, - "ic_fluent_layout_column_four_20_filled": 59878, - "ic_fluent_layout_column_four_20_regular": 59879, - "ic_fluent_layout_column_four_focus_center_left_20_filled": 59880, - "ic_fluent_layout_column_four_focus_center_right_20_filled": 59881, - "ic_fluent_layout_column_four_focus_left_20_filled": 59882, - "ic_fluent_layout_column_four_focus_right_20_filled": 59883, - "ic_fluent_layout_column_one_third_left_20_filled": 59884, - "ic_fluent_layout_column_one_third_left_20_regular": 59885, - "ic_fluent_layout_column_one_third_right_20_filled": 59886, - "ic_fluent_layout_column_one_third_right_20_regular": 59887, - "ic_fluent_layout_column_one_third_right_hint_20_filled": 59888, - "ic_fluent_layout_column_one_third_right_hint_20_regular": 59889, - "ic_fluent_layout_column_three_20_filled": 59890, - "ic_fluent_layout_column_three_20_regular": 59891, - "ic_fluent_layout_column_three_focus_center_20_filled": 59892, - "ic_fluent_layout_column_three_focus_left_20_filled": 59893, - "ic_fluent_layout_column_three_focus_right_20_filled": 59894, - "ic_fluent_layout_column_two_20_filled": 59895, - "ic_fluent_layout_column_two_20_regular": 59896, - "ic_fluent_layout_column_two_focus_left_20_filled": 59897, - "ic_fluent_layout_column_two_focus_right_20_filled": 59898, - "ic_fluent_layout_column_two_split_left_20_filled": 59899, - "ic_fluent_layout_column_two_split_left_20_regular": 59900, - "ic_fluent_layout_column_two_split_left_focus_bottom_left_20_filled": 59901, - "ic_fluent_layout_column_two_split_left_focus_right_20_filled": 59902, - "ic_fluent_layout_column_two_split_left_focus_top_left_20_filled": 59903, - "ic_fluent_layout_column_two_split_right_20_filled": 59904, - "ic_fluent_layout_column_two_split_right_20_regular": 59905, - "ic_fluent_layout_column_two_split_right_focus_bottom_right_20_filled": 59906, - "ic_fluent_layout_column_two_split_right_focus_left_20_filled": 59907, - "ic_fluent_layout_column_two_split_right_focus_top_right_20_filled": 59908, - "ic_fluent_layout_row_four_20_filled": 59909, - "ic_fluent_layout_row_four_20_regular": 59910, - "ic_fluent_layout_row_four_focus_bottom_20_filled": 59911, - "ic_fluent_layout_row_four_focus_center_bottom_20_filled": 59912, - "ic_fluent_layout_row_four_focus_center_top_20_filled": 59913, - "ic_fluent_layout_row_four_focus_top_20_filled": 59914, - "ic_fluent_layout_row_three_20_filled": 59915, - "ic_fluent_layout_row_three_20_regular": 59916, - "ic_fluent_layout_row_three_focus_bottom_20_filled": 59917, - "ic_fluent_layout_row_three_focus_center_20_filled": 59918, - "ic_fluent_layout_row_three_focus_top_20_filled": 59919, - "ic_fluent_layout_row_two_20_filled": 59920, - "ic_fluent_layout_row_two_20_regular": 59921, - "ic_fluent_layout_row_two_focus_bottom_20_filled": 59922, - "ic_fluent_layout_row_two_focus_top_20_filled": 59923, - "ic_fluent_layout_row_two_focus_top_settings_20_filled": 59924, - "ic_fluent_layout_row_two_settings_20_filled": 59925, - "ic_fluent_layout_row_two_settings_20_regular": 59926, - "ic_fluent_layout_row_two_split_bottom_20_filled": 59927, - "ic_fluent_layout_row_two_split_bottom_20_regular": 59928, - "ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled": 59929, - "ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled": 59930, - "ic_fluent_layout_row_two_split_bottom_focus_top_20_filled": 59931, - "ic_fluent_layout_row_two_split_top_20_filled": 59932, - "ic_fluent_layout_row_two_split_top_20_regular": 59933, - "ic_fluent_layout_row_two_split_top_focus_bottom_20_filled": 59934, - "ic_fluent_layout_row_two_split_top_focus_top_left_20_filled": 59935, - "ic_fluent_layout_row_two_split_top_focus_top_right_20_filled": 59936, - "ic_fluent_leaf_one_20_filled": 59937, - "ic_fluent_leaf_one_20_regular": 59938, - "ic_fluent_leaf_three_20_filled": 59939, - "ic_fluent_leaf_three_20_regular": 59940, - "ic_fluent_leaf_two_20_filled": 59941, - "ic_fluent_leaf_two_20_regular": 59942, - "ic_fluent_learning_app_20_filled": 59943, - "ic_fluent_learning_app_20_regular": 59944, - "ic_fluent_library_20_filled": 59945, - "ic_fluent_library_20_regular": 59946, - "ic_fluent_lightbulb_20_filled": 59947, - "ic_fluent_lightbulb_20_regular": 59948, - "ic_fluent_lightbulb_checkmark_20_filled": 59949, - "ic_fluent_lightbulb_checkmark_20_regular": 59950, - "ic_fluent_lightbulb_circle_20_filled": 59951, - "ic_fluent_lightbulb_circle_20_regular": 59952, - "ic_fluent_lightbulb_filament_20_filled": 59953, - "ic_fluent_lightbulb_filament_20_regular": 59954, - "ic_fluent_lightbulb_person_20_filled": 59955, - "ic_fluent_lightbulb_person_20_regular": 59956, - "ic_fluent_likert_20_filled": 59957, - "ic_fluent_likert_20_regular": 59958, - "ic_fluent_line_20_filled": 59959, - "ic_fluent_line_20_regular": 59960, - "ic_fluent_line_dashes_20_filled": 59961, - "ic_fluent_line_dashes_20_regular": 59962, - "ic_fluent_line_flow_diagonal_up_right_20_filled": 59963, - "ic_fluent_line_flow_diagonal_up_right_20_regular": 59964, - "ic_fluent_line_horizontal_1_20_filled": 59965, - "ic_fluent_line_horizontal_1_20_regular": 59966, - "ic_fluent_line_horizontal_1_dash_dot_dash_20_filled": 59967, - "ic_fluent_line_horizontal_1_dash_dot_dash_20_regular": 59968, - "ic_fluent_line_horizontal_1_dashes_20_filled": 59969, - "ic_fluent_line_horizontal_1_dashes_20_regular": 59970, - "ic_fluent_line_horizontal_1_dot_20_filled": 59971, - "ic_fluent_line_horizontal_1_dot_20_regular": 59972, - "ic_fluent_line_horizontal_2_dashes_solid_20_filled": 59973, - "ic_fluent_line_horizontal_2_dashes_solid_20_regular": 59974, - "ic_fluent_line_horizontal_3_20_filled": 59975, - "ic_fluent_line_horizontal_3_20_regular": 59976, - "ic_fluent_line_horizontal_4_20_filled": 59977, - "ic_fluent_line_horizontal_4_20_regular": 59978, - "ic_fluent_line_horizontal_4_search_20_filled": 59979, - "ic_fluent_line_horizontal_4_search_20_regular": 59980, - "ic_fluent_line_horizontal_5_20_filled": 59981, - "ic_fluent_line_horizontal_5_20_regular": 59982, - "ic_fluent_line_horizontal_5_error_20_filled": 59983, - "ic_fluent_line_horizontal_5_error_20_regular": 59984, - "ic_fluent_line_style_20_filled": 59985, - "ic_fluent_line_style_20_regular": 59986, - "ic_fluent_line_style_sketch_20_filled": 59987, - "ic_fluent_line_style_sketch_20_regular": 59988, - "ic_fluent_line_thickness_20_filled": 59989, - "ic_fluent_line_thickness_20_regular": 59990, - "ic_fluent_link_20_filled": 59991, - "ic_fluent_link_20_regular": 59992, - "ic_fluent_link_add_20_filled": 59993, - "ic_fluent_link_add_20_regular": 59994, - "ic_fluent_link_dismiss_20_filled": 59995, - "ic_fluent_link_dismiss_20_regular": 59996, - "ic_fluent_link_edit_20_filled": 59997, - "ic_fluent_link_edit_20_regular": 59998, - "ic_fluent_link_multiple_20_filled": 59999, - "ic_fluent_link_multiple_20_regular": 60000, - "ic_fluent_link_person_20_filled": 60001, - "ic_fluent_link_person_20_regular": 60002, - "ic_fluent_link_square_20_filled": 60003, - "ic_fluent_link_square_20_regular": 60004, - "ic_fluent_link_toolbox_20_filled": 60005, - "ic_fluent_link_toolbox_20_regular": 60006, - "ic_fluent_list_20_filled": 60007, - "ic_fluent_list_20_regular": 60008, - "ic_fluent_list_bar_20_filled": 60009, - "ic_fluent_list_bar_20_regular": 60010, - "ic_fluent_list_bar_tree_20_filled": 60011, - "ic_fluent_list_bar_tree_20_regular": 60012, - "ic_fluent_list_bar_tree_offset_20_filled": 60013, - "ic_fluent_list_bar_tree_offset_20_regular": 60014, - "ic_fluent_list_rtl_20_filled": 60015, - "ic_fluent_list_rtl_20_regular": 60016, - "ic_fluent_live_20_filled": 60017, - "ic_fluent_live_20_regular": 60018, - "ic_fluent_live_off_20_filled": 60019, - "ic_fluent_live_off_20_regular": 60020, - "ic_fluent_local_language_20_filled": 60021, - "ic_fluent_local_language_20_regular": 60022, - "ic_fluent_location_20_filled": 60023, - "ic_fluent_location_20_regular": 60024, - "ic_fluent_location_add_20_filled": 60025, - "ic_fluent_location_add_20_regular": 60026, - "ic_fluent_location_add_left_20_filled": 60027, - "ic_fluent_location_add_left_20_regular": 60028, - "ic_fluent_location_add_right_20_filled": 60029, - "ic_fluent_location_add_right_20_regular": 60030, - "ic_fluent_location_add_up_20_filled": 60031, - "ic_fluent_location_add_up_20_regular": 60032, - "ic_fluent_location_arrow_20_filled": 60033, - "ic_fluent_location_arrow_20_regular": 60034, - "ic_fluent_location_arrow_left_20_filled": 60035, - "ic_fluent_location_arrow_left_20_regular": 60036, - "ic_fluent_location_arrow_right_20_filled": 60037, - "ic_fluent_location_arrow_right_20_regular": 60038, - "ic_fluent_location_arrow_up_20_filled": 60039, - "ic_fluent_location_arrow_up_20_regular": 60040, - "ic_fluent_location_dismiss_20_filled": 60041, - "ic_fluent_location_dismiss_20_regular": 60042, - "ic_fluent_location_live_20_filled": 60043, - "ic_fluent_location_live_20_regular": 60044, - "ic_fluent_location_off_20_filled": 60045, - "ic_fluent_location_off_20_regular": 60046, - "ic_fluent_location_ripple_20_filled": 60047, - "ic_fluent_location_ripple_20_regular": 60048, - "ic_fluent_location_target_square_20_filled": 60049, - "ic_fluent_location_target_square_20_regular": 60050, - "ic_fluent_lock_closed_20_filled": 60051, - "ic_fluent_lock_closed_20_regular": 60052, - "ic_fluent_lock_closed_key_20_filled": 60053, - "ic_fluent_lock_closed_key_20_regular": 60054, - "ic_fluent_lock_multiple_20_filled": 60055, - "ic_fluent_lock_multiple_20_regular": 60056, - "ic_fluent_lock_open_20_filled": 60057, - "ic_fluent_lock_open_20_regular": 60058, - "ic_fluent_lock_shield_20_filled": 60059, - "ic_fluent_lock_shield_20_regular": 60060, - "ic_fluent_lottery_20_filled": 60061, - "ic_fluent_lottery_20_regular": 60062, - "ic_fluent_luggage_20_filled": 60063, - "ic_fluent_luggage_20_regular": 60064, - "ic_fluent_mail_20_filled": 60065, - "ic_fluent_mail_20_regular": 60066, - "ic_fluent_mail_add_20_filled": 60067, - "ic_fluent_mail_add_20_regular": 60068, - "ic_fluent_mail_alert_20_filled": 60069, - "ic_fluent_mail_alert_20_regular": 60070, - "ic_fluent_mail_all_read_20_filled": 60071, - "ic_fluent_mail_all_read_20_regular": 60072, - "ic_fluent_mail_all_unread_20_filled": 60073, - "ic_fluent_mail_all_unread_20_regular": 60074, - "ic_fluent_mail_arrow_clockwise_20_filled": 60075, - "ic_fluent_mail_arrow_clockwise_20_regular": 60076, - "ic_fluent_mail_arrow_double_back_20_filled": 60077, - "ic_fluent_mail_arrow_double_back_20_regular": 60078, - "ic_fluent_mail_arrow_down_20_filled": 60079, - "ic_fluent_mail_arrow_down_20_regular": 60080, - "ic_fluent_mail_arrow_forward_20_filled": 60081, - "ic_fluent_mail_arrow_forward_20_regular": 60082, - "ic_fluent_mail_arrow_up_20_filled": 60083, - "ic_fluent_mail_arrow_up_20_regular": 60084, - "ic_fluent_mail_attach_20_filled": 60085, - "ic_fluent_mail_attach_20_regular": 60086, - "ic_fluent_mail_checkmark_20_filled": 60087, - "ic_fluent_mail_checkmark_20_regular": 60088, - "ic_fluent_mail_clock_20_filled": 60089, - "ic_fluent_mail_clock_20_regular": 60090, - "ic_fluent_mail_copy_20_filled": 60091, - "ic_fluent_mail_copy_20_regular": 60092, - "ic_fluent_mail_dismiss_20_filled": 60093, - "ic_fluent_mail_dismiss_20_regular": 60094, - "ic_fluent_mail_edit_20_filled": 60095, - "ic_fluent_mail_edit_20_regular": 60096, - "ic_fluent_mail_error_20_filled": 60097, - "ic_fluent_mail_error_20_regular": 60098, - "ic_fluent_mail_inbox_20_filled": 60099, - "ic_fluent_mail_inbox_20_regular": 60100, - "ic_fluent_mail_inbox_add_20_filled": 60101, - "ic_fluent_mail_inbox_add_20_regular": 60102, - "ic_fluent_mail_inbox_all_20_filled": 60103, - "ic_fluent_mail_inbox_all_20_regular": 60104, - "ic_fluent_mail_inbox_arrow_down_20_filled": 60105, - "ic_fluent_mail_inbox_arrow_down_20_regular": 60106, - "ic_fluent_mail_inbox_arrow_right_20_filled": 60107, - "ic_fluent_mail_inbox_arrow_right_20_regular": 60108, - "ic_fluent_mail_inbox_arrow_up_20_filled": 60109, - "ic_fluent_mail_inbox_arrow_up_20_regular": 60110, - "ic_fluent_mail_inbox_checkmark_20_filled": 60111, - "ic_fluent_mail_inbox_checkmark_20_regular": 60112, - "ic_fluent_mail_inbox_dismiss_20_filled": 60113, - "ic_fluent_mail_inbox_dismiss_20_regular": 60114, - "ic_fluent_mail_inbox_person_20_filled": 60115, - "ic_fluent_mail_inbox_person_20_regular": 60116, - "ic_fluent_mail_link_20_filled": 60117, - "ic_fluent_mail_link_20_regular": 60118, - "ic_fluent_mail_list_20_filled": 60119, - "ic_fluent_mail_list_20_regular": 60120, - "ic_fluent_mail_multiple_20_filled": 60121, - "ic_fluent_mail_multiple_20_regular": 60122, - "ic_fluent_mail_off_20_filled": 60123, - "ic_fluent_mail_off_20_regular": 60124, - "ic_fluent_mail_open_person_20_filled": 60125, - "ic_fluent_mail_open_person_20_regular": 60126, - "ic_fluent_mail_pause_20_filled": 60127, - "ic_fluent_mail_pause_20_regular": 60128, - "ic_fluent_mail_prohibited_20_filled": 60129, - "ic_fluent_mail_prohibited_20_regular": 60130, - "ic_fluent_mail_read_20_filled": 60131, - "ic_fluent_mail_read_20_regular": 60132, - "ic_fluent_mail_read_multiple_20_filled": 60133, - "ic_fluent_mail_read_multiple_20_regular": 60134, - "ic_fluent_mail_rewind_20_filled": 60135, - "ic_fluent_mail_rewind_20_regular": 60136, - "ic_fluent_mail_settings_20_filled": 60137, - "ic_fluent_mail_settings_20_regular": 60138, - "ic_fluent_mail_shield_20_filled": 60139, - "ic_fluent_mail_shield_20_regular": 60140, - "ic_fluent_mail_template_20_filled": 60141, - "ic_fluent_mail_template_20_regular": 60142, - "ic_fluent_mail_unread_20_filled": 60143, - "ic_fluent_mail_unread_20_regular": 60144, - "ic_fluent_mail_warning_20_filled": 60145, - "ic_fluent_mail_warning_20_regular": 60146, - "ic_fluent_mailbox_20_filled": 60147, - "ic_fluent_mailbox_20_regular": 60148, - "ic_fluent_map_20_filled": 60149, - "ic_fluent_map_20_regular": 60150, - "ic_fluent_map_drive_20_filled": 60151, - "ic_fluent_map_drive_20_regular": 60152, - "ic_fluent_markdown_20_filled": 60153, - "ic_fluent_markdown_20_regular": 60154, - "ic_fluent_match_app_layout_20_filled": 60155, - "ic_fluent_match_app_layout_20_regular": 60156, - "ic_fluent_math_format_linear_20_filled": 60157, - "ic_fluent_math_format_linear_20_regular": 60158, - "ic_fluent_math_format_professional_20_filled": 60159, - "ic_fluent_math_format_professional_20_regular": 60160, - "ic_fluent_math_formula_20_filled": 60161, - "ic_fluent_math_formula_20_regular": 60162, - "ic_fluent_math_symbols_20_filled": 60163, - "ic_fluent_math_symbols_20_regular": 60164, - "ic_fluent_maximize_20_filled": 60165, - "ic_fluent_maximize_20_regular": 60166, - "ic_fluent_meet_now_20_filled": 60167, - "ic_fluent_meet_now_20_regular": 60168, - "ic_fluent_megaphone_20_filled": 60169, - "ic_fluent_megaphone_20_regular": 60170, - "ic_fluent_megaphone_circle_20_filled": 60171, - "ic_fluent_megaphone_circle_20_regular": 60172, - "ic_fluent_megaphone_loud_20_filled": 60173, - "ic_fluent_megaphone_loud_20_regular": 60174, - "ic_fluent_megaphone_off_20_filled": 60175, - "ic_fluent_megaphone_off_20_regular": 60176, - "ic_fluent_mention_20_filled": 60177, - "ic_fluent_mention_20_regular": 60178, - "ic_fluent_mention_arrow_down_20_filled": 60179, - "ic_fluent_mention_arrow_down_20_regular": 60180, - "ic_fluent_mention_brackets_20_filled": 60181, - "ic_fluent_mention_brackets_20_regular": 60182, - "ic_fluent_merge_20_filled": 60183, - "ic_fluent_merge_20_regular": 60184, - "ic_fluent_mic_20_filled": 60185, - "ic_fluent_mic_20_regular": 60186, - "ic_fluent_mic_link_20_filled": 60187, - "ic_fluent_mic_link_20_regular": 60188, - "ic_fluent_mic_off_20_filled": 60189, - "ic_fluent_mic_off_20_regular": 60190, - "ic_fluent_mic_prohibited_20_filled": 60191, - "ic_fluent_mic_prohibited_20_regular": 60192, - "ic_fluent_mic_pulse_20_filled": 60193, - "ic_fluent_mic_pulse_20_regular": 60194, - "ic_fluent_mic_pulse_off_20_filled": 60195, - "ic_fluent_mic_pulse_off_20_regular": 60196, - "ic_fluent_mic_record_20_filled": 60197, - "ic_fluent_mic_record_20_regular": 60198, - "ic_fluent_mic_settings_20_filled": 60199, - "ic_fluent_mic_settings_20_regular": 60200, - "ic_fluent_mic_sparkle_20_filled": 60201, - "ic_fluent_mic_sparkle_20_regular": 60202, - "ic_fluent_mic_sync_20_filled": 60203, - "ic_fluent_mic_sync_20_regular": 60204, - "ic_fluent_microscope_20_filled": 60205, - "ic_fluent_microscope_20_regular": 60206, - "ic_fluent_midi_20_filled": 60207, - "ic_fluent_midi_20_regular": 60208, - "ic_fluent_mobile_optimized_20_filled": 60209, - "ic_fluent_mobile_optimized_20_regular": 60210, - "ic_fluent_mold_20_filled": 60211, - "ic_fluent_mold_20_regular": 60212, - "ic_fluent_molecule_20_filled": 60213, - "ic_fluent_molecule_20_regular": 60214, - "ic_fluent_money_20_filled": 60215, - "ic_fluent_money_20_regular": 60216, - "ic_fluent_money_calculator_20_filled": 60217, - "ic_fluent_money_calculator_20_regular": 60218, - "ic_fluent_money_dismiss_20_filled": 60219, - "ic_fluent_money_dismiss_20_regular": 60220, - "ic_fluent_money_hand_20_filled": 60221, - "ic_fluent_money_hand_20_regular": 60222, - "ic_fluent_money_off_20_filled": 60223, - "ic_fluent_money_off_20_regular": 60224, - "ic_fluent_money_settings_20_filled": 60225, - "ic_fluent_money_settings_20_regular": 60226, - "ic_fluent_more_circle_20_filled": 60227, - "ic_fluent_more_circle_20_regular": 60228, - "ic_fluent_more_horizontal_20_filled": 60229, - "ic_fluent_more_horizontal_20_regular": 60230, - "ic_fluent_more_vertical_20_filled": 60231, - "ic_fluent_more_vertical_20_regular": 60232, - "ic_fluent_mountain_location_bottom_20_filled": 60233, - "ic_fluent_mountain_location_bottom_20_regular": 60234, - "ic_fluent_mountain_location_top_20_filled": 60235, - "ic_fluent_mountain_location_top_20_regular": 60236, - "ic_fluent_mountain_trail_20_filled": 60237, - "ic_fluent_mountain_trail_20_regular": 60238, - "ic_fluent_movies_and_tv_20_filled": 60239, - "ic_fluent_movies_and_tv_20_regular": 60240, - "ic_fluent_multiplier_1_2x_20_filled": 60241, - "ic_fluent_multiplier_1_2x_20_regular": 60242, - "ic_fluent_multiplier_1_5x_20_filled": 60243, - "ic_fluent_multiplier_1_5x_20_regular": 60244, - "ic_fluent_multiplier_1_8x_20_filled": 60245, - "ic_fluent_multiplier_1_8x_20_regular": 60246, - "ic_fluent_multiplier_1x_20_filled": 60247, - "ic_fluent_multiplier_1x_20_regular": 60248, - "ic_fluent_multiplier_2x_20_filled": 60249, - "ic_fluent_multiplier_2x_20_regular": 60250, - "ic_fluent_multiplier_5x_20_filled": 60251, - "ic_fluent_multiplier_5x_20_regular": 60252, - "ic_fluent_multiselect_ltr_20_filled": 60253, - "ic_fluent_multiselect_ltr_20_regular": 60254, - "ic_fluent_multiselect_rtl_20_filled": 60255, - "ic_fluent_multiselect_rtl_20_regular": 60256, - "ic_fluent_music_note_1_20_filled": 60257, - "ic_fluent_music_note_1_20_regular": 60258, - "ic_fluent_music_note_2_20_filled": 60259, - "ic_fluent_music_note_2_20_regular": 60260, - "ic_fluent_music_note_2_play_20_filled": 60261, - "ic_fluent_music_note_2_play_20_regular": 60262, - "ic_fluent_music_note_off_1_20_filled": 60263, - "ic_fluent_music_note_off_1_20_regular": 60264, - "ic_fluent_music_note_off_2_20_filled": 60265, - "ic_fluent_music_note_off_2_20_regular": 60266, - "ic_fluent_my_location_20_filled": 60267, - "ic_fluent_my_location_20_regular": 60268, - "ic_fluent_navigation_20_filled": 60269, - "ic_fluent_navigation_20_regular": 60270, - "ic_fluent_navigation_location_target_20_filled": 60271, - "ic_fluent_navigation_location_target_20_regular": 60272, - "ic_fluent_navigation_play_20_filled": 60273, - "ic_fluent_navigation_play_20_regular": 60274, - "ic_fluent_navigation_unread_20_filled": 60275, - "ic_fluent_navigation_unread_20_regular": 60276, - "ic_fluent_network_check_20_filled": 60277, - "ic_fluent_network_check_20_regular": 60278, - "ic_fluent_new_20_filled": 60279, - "ic_fluent_new_20_regular": 60280, - "ic_fluent_news_20_filled": 60281, - "ic_fluent_news_20_regular": 60282, - "ic_fluent_next_20_filled": 60283, - "ic_fluent_next_20_regular": 60284, - "ic_fluent_next_frame_20_filled": 60285, - "ic_fluent_next_frame_20_regular": 60286, - "ic_fluent_note_20_filled": 60287, - "ic_fluent_note_20_regular": 60288, - "ic_fluent_note_add_20_filled": 60289, - "ic_fluent_note_add_20_regular": 60290, - "ic_fluent_note_edit_20_filled": 60291, - "ic_fluent_note_edit_20_regular": 60292, - "ic_fluent_note_pin_20_filled": 60293, - "ic_fluent_note_pin_20_regular": 60294, - "ic_fluent_notebook_20_filled": 60295, - "ic_fluent_notebook_20_regular": 60296, - "ic_fluent_notebook_add_20_filled": 60297, - "ic_fluent_notebook_add_20_regular": 60298, - "ic_fluent_notebook_arrow_curve_down_20_filled": 60299, - "ic_fluent_notebook_arrow_curve_down_20_regular": 60300, - "ic_fluent_notebook_error_20_filled": 60301, - "ic_fluent_notebook_error_20_regular": 60302, - "ic_fluent_notebook_eye_20_filled": 60303, - "ic_fluent_notebook_eye_20_regular": 60304, - "ic_fluent_notebook_lightning_20_filled": 60305, - "ic_fluent_notebook_lightning_20_regular": 60306, - "ic_fluent_notebook_question_mark_20_filled": 60307, - "ic_fluent_notebook_question_mark_20_regular": 60308, - "ic_fluent_notebook_section_20_filled": 60309, - "ic_fluent_notebook_section_20_regular": 60310, - "ic_fluent_notebook_section_arrow_right_20_filled": 60311, - "ic_fluent_notebook_section_arrow_right_20_regular": 60312, - "ic_fluent_notebook_subsection_20_filled": 60313, - "ic_fluent_notebook_subsection_20_regular": 60314, - "ic_fluent_notebook_sync_20_filled": 60315, - "ic_fluent_notebook_sync_20_regular": 60316, - "ic_fluent_notepad_20_filled": 60317, - "ic_fluent_notepad_20_regular": 60318, - "ic_fluent_notepad_edit_20_filled": 60319, - "ic_fluent_notepad_edit_20_regular": 60320, - "ic_fluent_notepad_person_20_filled": 60321, - "ic_fluent_notepad_person_20_regular": 60322, - "ic_fluent_notepad_sparkle_20_filled": 60323, - "ic_fluent_notepad_sparkle_20_regular": 60324, - "ic_fluent_number_circle_0_20_filled": 60325, - "ic_fluent_number_circle_0_20_regular": 60326, - "ic_fluent_number_circle_1_20_filled": 60327, - "ic_fluent_number_circle_1_20_regular": 60328, - "ic_fluent_number_circle_2_20_filled": 60329, - "ic_fluent_number_circle_2_20_regular": 60330, - "ic_fluent_number_circle_3_20_filled": 60331, - "ic_fluent_number_circle_3_20_regular": 60332, - "ic_fluent_number_circle_4_20_filled": 60333, - "ic_fluent_number_circle_4_20_regular": 60334, - "ic_fluent_number_circle_5_20_filled": 60335, - "ic_fluent_number_circle_5_20_regular": 60336, - "ic_fluent_number_circle_6_20_filled": 60337, - "ic_fluent_number_circle_6_20_regular": 60338, - "ic_fluent_number_circle_7_20_filled": 60339, - "ic_fluent_number_circle_7_20_regular": 60340, - "ic_fluent_number_circle_8_20_filled": 60341, - "ic_fluent_number_circle_8_20_regular": 60342, - "ic_fluent_number_circle_9_20_filled": 60343, - "ic_fluent_number_circle_9_20_regular": 60344, - "ic_fluent_number_row_20_filled": 60345, - "ic_fluent_number_row_20_regular": 60346, - "ic_fluent_number_symbol_20_filled": 60347, - "ic_fluent_number_symbol_20_regular": 60348, - "ic_fluent_number_symbol_dismiss_20_filled": 60349, - "ic_fluent_number_symbol_dismiss_20_regular": 60350, - "ic_fluent_number_symbol_square_20_filled": 60351, - "ic_fluent_number_symbol_square_20_regular": 60352, - "ic_fluent_open_20_filled": 60353, - "ic_fluent_open_20_regular": 60354, - "ic_fluent_open_folder_20_filled": 60355, - "ic_fluent_open_folder_20_regular": 60356, - "ic_fluent_open_off_20_filled": 60357, - "ic_fluent_open_off_20_regular": 60358, - "ic_fluent_options_20_filled": 60359, - "ic_fluent_options_20_regular": 60360, - "ic_fluent_organization_20_filled": 60361, - "ic_fluent_organization_20_regular": 60362, - "ic_fluent_organization_horizontal_20_filled": 60363, - "ic_fluent_organization_horizontal_20_regular": 60364, - "ic_fluent_orientation_20_filled": 60365, - "ic_fluent_orientation_20_regular": 60366, - "ic_fluent_oval_20_filled": 60367, - "ic_fluent_oval_20_regular": 60368, - "ic_fluent_oven_20_filled": 60369, - "ic_fluent_oven_20_regular": 60370, - "ic_fluent_padding_down_20_filled": 60371, - "ic_fluent_padding_down_20_regular": 60372, - "ic_fluent_padding_left_20_filled": 60373, - "ic_fluent_padding_left_20_regular": 60374, - "ic_fluent_padding_right_20_filled": 60375, - "ic_fluent_padding_right_20_regular": 60376, - "ic_fluent_padding_top_20_filled": 60377, - "ic_fluent_padding_top_20_regular": 60378, - "ic_fluent_page_fit_20_filled": 60379, - "ic_fluent_page_fit_20_regular": 60380, - "ic_fluent_paint_brush_20_filled": 60381, - "ic_fluent_paint_brush_20_regular": 60382, - "ic_fluent_paint_brush_arrow_down_20_filled": 60383, - "ic_fluent_paint_brush_arrow_down_20_regular": 60384, - "ic_fluent_paint_brush_arrow_up_20_filled": 60385, - "ic_fluent_paint_brush_arrow_up_20_regular": 60386, - "ic_fluent_paint_brush_sparkle_20_filled": 60387, - "ic_fluent_paint_brush_sparkle_20_regular": 60388, - "ic_fluent_paint_brush_subtract_20_filled": 60389, - "ic_fluent_paint_brush_subtract_20_regular": 60390, - "ic_fluent_paint_bucket_20_filled": 60391, - "ic_fluent_paint_bucket_20_regular": 60392, - "ic_fluent_pair_20_filled": 60393, - "ic_fluent_pair_20_regular": 60394, - "ic_fluent_panel_bottom_20_filled": 60395, - "ic_fluent_panel_bottom_20_regular": 60396, - "ic_fluent_panel_bottom_contract_20_filled": 60397, - "ic_fluent_panel_bottom_contract_20_regular": 60398, - "ic_fluent_panel_bottom_expand_20_filled": 60399, - "ic_fluent_panel_bottom_expand_20_regular": 60400, - "ic_fluent_panel_left_20_filled": 60401, - "ic_fluent_panel_left_20_regular": 60402, - "ic_fluent_panel_left_add_20_filled": 60403, - "ic_fluent_panel_left_add_20_regular": 60404, - "ic_fluent_panel_left_contract_20_filled": 60405, - "ic_fluent_panel_left_contract_20_regular": 60406, - "ic_fluent_panel_left_expand_20_filled": 60407, - "ic_fluent_panel_left_expand_20_regular": 60408, - "ic_fluent_panel_left_focus_right_20_filled": 60409, - "ic_fluent_panel_left_header_20_filled": 60410, - "ic_fluent_panel_left_header_20_regular": 60411, - "ic_fluent_panel_left_header_add_20_filled": 60412, - "ic_fluent_panel_left_header_add_20_regular": 60413, - "ic_fluent_panel_left_header_key_20_filled": 60414, - "ic_fluent_panel_left_header_key_20_regular": 60415, - "ic_fluent_panel_left_key_20_filled": 60416, - "ic_fluent_panel_left_key_20_regular": 60417, - "ic_fluent_panel_left_text_20_filled": 60418, - "ic_fluent_panel_left_text_20_regular": 60419, - "ic_fluent_panel_left_text_add_20_filled": 60420, - "ic_fluent_panel_left_text_add_20_regular": 60421, - "ic_fluent_panel_left_text_dismiss_20_filled": 60422, - "ic_fluent_panel_left_text_dismiss_20_regular": 60423, - "ic_fluent_panel_right_20_filled": 60424, - "ic_fluent_panel_right_20_regular": 60425, - "ic_fluent_panel_right_add_20_filled": 60426, - "ic_fluent_panel_right_add_20_regular": 60427, - "ic_fluent_panel_right_contract_20_filled": 60428, - "ic_fluent_panel_right_contract_20_regular": 60429, - "ic_fluent_panel_right_cursor_20_filled": 60430, - "ic_fluent_panel_right_cursor_20_regular": 60431, - "ic_fluent_panel_right_expand_20_filled": 60432, - "ic_fluent_panel_right_expand_20_regular": 60433, - "ic_fluent_panel_right_gallery_20_filled": 60434, - "ic_fluent_panel_right_gallery_20_regular": 60435, - "ic_fluent_panel_separate_window_20_filled": 60436, - "ic_fluent_panel_separate_window_20_regular": 60437, - "ic_fluent_panel_top_contract_20_filled": 60438, - "ic_fluent_panel_top_contract_20_regular": 60439, - "ic_fluent_panel_top_expand_20_filled": 60440, - "ic_fluent_panel_top_expand_20_regular": 60441, - "ic_fluent_panel_top_gallery_20_filled": 60442, - "ic_fluent_panel_top_gallery_20_regular": 60443, - "ic_fluent_password_20_filled": 60444, - "ic_fluent_password_20_regular": 60445, - "ic_fluent_patch_20_filled": 60446, - "ic_fluent_patch_20_regular": 60447, - "ic_fluent_patient_20_filled": 60448, - "ic_fluent_patient_20_regular": 60449, - "ic_fluent_pause_20_filled": 60450, - "ic_fluent_pause_20_regular": 60451, - "ic_fluent_pause_circle_20_filled": 60452, - "ic_fluent_pause_circle_20_regular": 60453, - "ic_fluent_pause_off_20_filled": 60454, - "ic_fluent_pause_off_20_regular": 60455, - "ic_fluent_pause_settings_20_filled": 60456, - "ic_fluent_pause_settings_20_regular": 60457, - "ic_fluent_payment_20_filled": 60458, - "ic_fluent_payment_20_regular": 60459, - "ic_fluent_payment_wireless_20_filled": 60460, - "ic_fluent_payment_wireless_20_regular": 60461, - "ic_fluent_pen_20_filled": 60462, - "ic_fluent_pen_20_regular": 60463, - "ic_fluent_pen_dismiss_20_filled": 60464, - "ic_fluent_pen_dismiss_20_regular": 60465, - "ic_fluent_pen_off_20_filled": 60466, - "ic_fluent_pen_off_20_regular": 60467, - "ic_fluent_pen_prohibited_20_filled": 60468, - "ic_fluent_pen_prohibited_20_regular": 60469, - "ic_fluent_pen_sparkle_20_filled": 60470, - "ic_fluent_pen_sparkle_20_regular": 60471, - "ic_fluent_pen_sync_20_filled": 60472, - "ic_fluent_pen_sync_20_regular": 60473, - "ic_fluent_pentagon_20_filled": 60474, - "ic_fluent_pentagon_20_regular": 60475, - "ic_fluent_people_20_filled": 60476, - "ic_fluent_people_20_regular": 60477, - "ic_fluent_people_add_20_filled": 60478, - "ic_fluent_people_add_20_regular": 60479, - "ic_fluent_people_audience_20_filled": 60480, - "ic_fluent_people_audience_20_regular": 60481, - "ic_fluent_people_call_20_filled": 60482, - "ic_fluent_people_call_20_regular": 60483, - "ic_fluent_people_chat_20_filled": 60484, - "ic_fluent_people_chat_20_regular": 60485, - "ic_fluent_people_checkmark_20_filled": 60486, - "ic_fluent_people_checkmark_20_regular": 60487, - "ic_fluent_people_community_20_filled": 60488, - "ic_fluent_people_community_20_regular": 60489, - "ic_fluent_people_community_add_20_filled": 60490, - "ic_fluent_people_community_add_20_regular": 60491, - "ic_fluent_people_edit_20_filled": 60492, - "ic_fluent_people_edit_20_regular": 60493, - "ic_fluent_people_error_20_filled": 60494, - "ic_fluent_people_error_20_regular": 60495, - "ic_fluent_people_eye_20_filled": 60496, - "ic_fluent_people_eye_20_regular": 60497, - "ic_fluent_people_link_20_filled": 60498, - "ic_fluent_people_link_20_regular": 60499, - "ic_fluent_people_list_20_filled": 60500, - "ic_fluent_people_list_20_regular": 60501, - "ic_fluent_people_lock_20_filled": 60502, - "ic_fluent_people_lock_20_regular": 60503, - "ic_fluent_people_money_20_filled": 60504, - "ic_fluent_people_money_20_regular": 60505, - "ic_fluent_people_prohibited_20_filled": 60506, - "ic_fluent_people_prohibited_20_regular": 60507, - "ic_fluent_people_queue_20_filled": 60508, - "ic_fluent_people_queue_20_regular": 60509, - "ic_fluent_people_search_20_filled": 60510, - "ic_fluent_people_search_20_regular": 60511, - "ic_fluent_people_settings_20_filled": 60512, - "ic_fluent_people_settings_20_regular": 60513, - "ic_fluent_people_star_20_filled": 60514, - "ic_fluent_people_star_20_regular": 60515, - "ic_fluent_people_subtract_20_filled": 60516, - "ic_fluent_people_subtract_20_regular": 60517, - "ic_fluent_people_swap_20_filled": 60518, - "ic_fluent_people_swap_20_regular": 60519, - "ic_fluent_people_sync_20_filled": 60520, - "ic_fluent_people_sync_20_regular": 60521, - "ic_fluent_people_team_20_filled": 60522, - "ic_fluent_people_team_20_regular": 60523, - "ic_fluent_people_team_add_20_filled": 60524, - "ic_fluent_people_team_add_20_regular": 60525, - "ic_fluent_people_team_delete_20_filled": 60526, - "ic_fluent_people_team_delete_20_regular": 60527, - "ic_fluent_people_team_toolbox_20_filled": 60528, - "ic_fluent_people_team_toolbox_20_regular": 60529, - "ic_fluent_people_toolbox_20_filled": 60530, - "ic_fluent_people_toolbox_20_regular": 60531, - "ic_fluent_person_20_filled": 60532, - "ic_fluent_person_20_regular": 60533, - "ic_fluent_person_5_20_filled": 60534, - "ic_fluent_person_5_20_regular": 60535, - "ic_fluent_person_6_20_filled": 60536, - "ic_fluent_person_6_20_regular": 60537, - "ic_fluent_person_accounts_20_filled": 60538, - "ic_fluent_person_accounts_20_regular": 60539, - "ic_fluent_person_add_20_filled": 60540, - "ic_fluent_person_add_20_regular": 60541, - "ic_fluent_person_alert_20_filled": 60542, - "ic_fluent_person_alert_20_regular": 60543, - "ic_fluent_person_alert_off_20_filled": 60544, - "ic_fluent_person_alert_off_20_regular": 60545, - "ic_fluent_person_arrow_back_20_filled": 60546, - "ic_fluent_person_arrow_back_20_regular": 60547, - "ic_fluent_person_arrow_left_20_filled": 60548, - "ic_fluent_person_arrow_left_20_regular": 60549, - "ic_fluent_person_arrow_right_20_filled": 60550, - "ic_fluent_person_arrow_right_20_regular": 60551, - "ic_fluent_person_available_20_filled": 60552, - "ic_fluent_person_available_20_regular": 60553, - "ic_fluent_person_board_20_filled": 60554, - "ic_fluent_person_board_20_regular": 60555, - "ic_fluent_person_board_add_20_filled": 60556, - "ic_fluent_person_board_add_20_regular": 60557, - "ic_fluent_person_call_20_filled": 60558, - "ic_fluent_person_call_20_regular": 60559, - "ic_fluent_person_chat_20_filled": 60560, - "ic_fluent_person_chat_20_regular": 60561, - "ic_fluent_person_circle_20_filled": 60562, - "ic_fluent_person_circle_20_regular": 60563, - "ic_fluent_person_clock_20_filled": 60564, - "ic_fluent_person_clock_20_regular": 60565, - "ic_fluent_person_delete_20_filled": 60566, - "ic_fluent_person_delete_20_regular": 60567, - "ic_fluent_person_desktop_20_filled": 60568, - "ic_fluent_person_desktop_20_regular": 60569, - "ic_fluent_person_edit_20_filled": 60570, - "ic_fluent_person_edit_20_regular": 60571, - "ic_fluent_person_feedback_20_filled": 60572, - "ic_fluent_person_feedback_20_regular": 60573, - "ic_fluent_person_head_hint_20_filled": 60574, - "ic_fluent_person_head_hint_20_regular": 60575, - "ic_fluent_person_heart_20_filled": 60576, - "ic_fluent_person_heart_20_regular": 60577, - "ic_fluent_person_home_20_filled": 60578, - "ic_fluent_person_home_20_regular": 60579, - "ic_fluent_person_info_20_filled": 60580, - "ic_fluent_person_info_20_regular": 60581, - "ic_fluent_person_key_20_filled": 60582, - "ic_fluent_person_key_20_regular": 60583, - "ic_fluent_person_lightbulb_20_filled": 60584, - "ic_fluent_person_lightbulb_20_regular": 60585, - "ic_fluent_person_lightning_20_filled": 60586, - "ic_fluent_person_lightning_20_regular": 60587, - "ic_fluent_person_link_20_filled": 60588, - "ic_fluent_person_link_20_regular": 60589, - "ic_fluent_person_lock_20_filled": 60590, - "ic_fluent_person_lock_20_regular": 60591, - "ic_fluent_person_mail_20_filled": 60592, - "ic_fluent_person_mail_20_regular": 60593, - "ic_fluent_person_money_20_filled": 60594, - "ic_fluent_person_money_20_regular": 60595, - "ic_fluent_person_note_20_filled": 60596, - "ic_fluent_person_note_20_regular": 60597, - "ic_fluent_person_passkey_20_filled": 60598, - "ic_fluent_person_passkey_20_regular": 60599, - "ic_fluent_person_pill_20_filled": 60600, - "ic_fluent_person_pill_20_regular": 60601, - "ic_fluent_person_prohibited_20_filled": 60602, - "ic_fluent_person_prohibited_20_regular": 60603, - "ic_fluent_person_question_mark_20_filled": 60604, - "ic_fluent_person_question_mark_20_regular": 60605, - "ic_fluent_person_ribbon_20_filled": 60606, - "ic_fluent_person_ribbon_20_regular": 60607, - "ic_fluent_person_running_20_filled": 60608, - "ic_fluent_person_running_20_regular": 60609, - "ic_fluent_person_search_20_filled": 60610, - "ic_fluent_person_search_20_regular": 60611, - "ic_fluent_person_settings_20_filled": 60612, - "ic_fluent_person_settings_20_regular": 60613, - "ic_fluent_person_sound_spatial_20_filled": 60614, - "ic_fluent_person_sound_spatial_20_regular": 60615, - "ic_fluent_person_square_20_filled": 60616, - "ic_fluent_person_square_20_regular": 60617, - "ic_fluent_person_square_add_20_filled": 60618, - "ic_fluent_person_square_add_20_regular": 60619, - "ic_fluent_person_square_checkmark_20_filled": 60620, - "ic_fluent_person_square_checkmark_20_regular": 60621, - "ic_fluent_person_star_20_filled": 60622, - "ic_fluent_person_star_20_regular": 60623, - "ic_fluent_person_starburst_20_filled": 60624, - "ic_fluent_person_starburst_20_regular": 60625, - "ic_fluent_person_subtract_20_filled": 60626, - "ic_fluent_person_subtract_20_regular": 60627, - "ic_fluent_person_support_20_filled": 60628, - "ic_fluent_person_support_20_regular": 60629, - "ic_fluent_person_swap_20_filled": 60630, - "ic_fluent_person_swap_20_regular": 60631, - "ic_fluent_person_sync_20_filled": 60632, - "ic_fluent_person_sync_20_regular": 60633, - "ic_fluent_person_tag_20_filled": 60634, - "ic_fluent_person_tag_20_regular": 60635, - "ic_fluent_person_tentative_20_filled": 60636, - "ic_fluent_person_tentative_20_regular": 60637, - "ic_fluent_person_voice_20_filled": 60638, - "ic_fluent_person_voice_20_regular": 60639, - "ic_fluent_person_walking_20_filled": 60640, - "ic_fluent_person_walking_20_regular": 60641, - "ic_fluent_person_warning_20_filled": 60642, - "ic_fluent_person_warning_20_regular": 60643, - "ic_fluent_person_wrench_20_filled": 60644, - "ic_fluent_person_wrench_20_regular": 60645, - "ic_fluent_phone_20_filled": 60646, - "ic_fluent_phone_20_regular": 60647, - "ic_fluent_phone_add_20_filled": 60648, - "ic_fluent_phone_add_20_regular": 60649, - "ic_fluent_phone_arrow_right_20_filled": 60650, - "ic_fluent_phone_arrow_right_20_regular": 60651, - "ic_fluent_phone_chat_20_filled": 60652, - "ic_fluent_phone_chat_20_regular": 60653, - "ic_fluent_phone_checkmark_20_filled": 60654, - "ic_fluent_phone_checkmark_20_regular": 60655, - "ic_fluent_phone_desktop_20_filled": 60656, - "ic_fluent_phone_desktop_20_regular": 60657, - "ic_fluent_phone_desktop_add_20_filled": 60658, - "ic_fluent_phone_desktop_add_20_regular": 60659, - "ic_fluent_phone_dismiss_20_filled": 60660, - "ic_fluent_phone_dismiss_20_regular": 60661, - "ic_fluent_phone_edit_20_filled": 60662, - "ic_fluent_phone_edit_20_regular": 60663, - "ic_fluent_phone_eraser_20_filled": 60664, - "ic_fluent_phone_eraser_20_regular": 60665, - "ic_fluent_phone_footer_arrow_down_20_filled": 60666, - "ic_fluent_phone_footer_arrow_down_20_regular": 60667, - "ic_fluent_phone_header_arrow_up_20_filled": 60668, - "ic_fluent_phone_header_arrow_up_20_regular": 60669, - "ic_fluent_phone_key_20_filled": 60670, - "ic_fluent_phone_key_20_regular": 60671, - "ic_fluent_phone_laptop_20_filled": 60672, - "ic_fluent_phone_laptop_20_regular": 60673, - "ic_fluent_phone_link_setup_20_filled": 60674, - "ic_fluent_phone_link_setup_20_regular": 60675, - "ic_fluent_phone_lock_20_filled": 60676, - "ic_fluent_phone_lock_20_regular": 60677, - "ic_fluent_phone_page_header_20_filled": 60678, - "ic_fluent_phone_page_header_20_regular": 60679, - "ic_fluent_phone_pagination_20_filled": 60680, - "ic_fluent_phone_pagination_20_regular": 60681, - "ic_fluent_phone_screen_time_20_filled": 60682, - "ic_fluent_phone_screen_time_20_regular": 60683, - "ic_fluent_phone_shake_20_filled": 60684, - "ic_fluent_phone_shake_20_regular": 60685, - "ic_fluent_phone_span_in_20_filled": 60686, - "ic_fluent_phone_span_in_20_regular": 60687, - "ic_fluent_phone_span_out_20_filled": 60688, - "ic_fluent_phone_span_out_20_regular": 60689, - "ic_fluent_phone_speaker_20_filled": 60690, - "ic_fluent_phone_speaker_20_regular": 60691, - "ic_fluent_phone_status_bar_20_filled": 60692, - "ic_fluent_phone_status_bar_20_regular": 60693, - "ic_fluent_phone_tablet_20_filled": 60694, - "ic_fluent_phone_tablet_20_regular": 60695, - "ic_fluent_phone_update_20_filled": 60696, - "ic_fluent_phone_update_20_regular": 60697, - "ic_fluent_phone_update_checkmark_20_filled": 60698, - "ic_fluent_phone_update_checkmark_20_regular": 60699, - "ic_fluent_phone_vertical_scroll_20_filled": 60700, - "ic_fluent_phone_vertical_scroll_20_regular": 60701, - "ic_fluent_phone_vibrate_20_filled": 60702, - "ic_fluent_phone_vibrate_20_regular": 60703, - "ic_fluent_photo_filter_20_filled": 60704, - "ic_fluent_photo_filter_20_regular": 60705, - "ic_fluent_pi_20_filled": 60706, - "ic_fluent_pi_20_regular": 60707, - "ic_fluent_picture_in_picture_20_filled": 60708, - "ic_fluent_picture_in_picture_20_regular": 60709, - "ic_fluent_picture_in_picture_enter_20_filled": 60710, - "ic_fluent_picture_in_picture_enter_20_regular": 60711, - "ic_fluent_picture_in_picture_exit_20_filled": 60712, - "ic_fluent_picture_in_picture_exit_20_regular": 60713, - "ic_fluent_pill_20_filled": 60714, - "ic_fluent_pill_20_regular": 60715, - "ic_fluent_pin_20_filled": 60716, - "ic_fluent_pin_20_regular": 60717, - "ic_fluent_pin_globe_20_filled": 60718, - "ic_fluent_pin_globe_20_regular": 60719, - "ic_fluent_pin_off_20_filled": 60720, - "ic_fluent_pin_off_20_regular": 60721, - "ic_fluent_pipeline_20_filled": 60722, - "ic_fluent_pipeline_20_regular": 60723, - "ic_fluent_pipeline_add_20_filled": 60724, - "ic_fluent_pipeline_add_20_regular": 60725, - "ic_fluent_pipeline_arrow_curve_down_20_filled": 60726, - "ic_fluent_pipeline_arrow_curve_down_20_regular": 60727, - "ic_fluent_pipeline_play_20_filled": 60728, - "ic_fluent_pipeline_play_20_regular": 60729, - "ic_fluent_pivot_20_filled": 60730, - "ic_fluent_pivot_20_regular": 60731, - "ic_fluent_plant_cattail_20_filled": 60732, - "ic_fluent_plant_cattail_20_regular": 60733, - "ic_fluent_plant_grass_20_filled": 60734, - "ic_fluent_plant_grass_20_regular": 60735, - "ic_fluent_plant_ragweed_20_filled": 60736, - "ic_fluent_plant_ragweed_20_regular": 60737, - "ic_fluent_play_20_filled": 60738, - "ic_fluent_play_20_regular": 60739, - "ic_fluent_play_circle_20_filled": 60740, - "ic_fluent_play_circle_20_regular": 60741, - "ic_fluent_play_circle_hint_20_filled": 60742, - "ic_fluent_play_circle_hint_20_regular": 60743, - "ic_fluent_play_circle_sparkle_20_filled": 60744, - "ic_fluent_play_circle_sparkle_20_regular": 60745, - "ic_fluent_play_settings_20_filled": 60746, - "ic_fluent_play_settings_20_regular": 60747, - "ic_fluent_playing_cards_20_filled": 60748, - "ic_fluent_playing_cards_20_regular": 60749, - "ic_fluent_plug_connected_20_filled": 60750, - "ic_fluent_plug_connected_20_regular": 60751, - "ic_fluent_plug_connected_add_20_filled": 60752, - "ic_fluent_plug_connected_add_20_regular": 60753, - "ic_fluent_plug_connected_checkmark_20_filled": 60754, - "ic_fluent_plug_connected_checkmark_20_regular": 60755, - "ic_fluent_plug_connected_settings_20_filled": 60756, - "ic_fluent_plug_connected_settings_20_regular": 60757, - "ic_fluent_plug_disconnected_20_filled": 60758, - "ic_fluent_plug_disconnected_20_regular": 60759, - "ic_fluent_point_scan_20_filled": 60760, - "ic_fluent_point_scan_20_regular": 60761, - "ic_fluent_poll_20_filled": 60762, - "ic_fluent_poll_20_regular": 60763, - "ic_fluent_poll_horizontal_20_filled": 60764, - "ic_fluent_poll_horizontal_20_regular": 60765, - "ic_fluent_poll_off_20_filled": 60766, - "ic_fluent_poll_off_20_regular": 60767, - "ic_fluent_port_hdmi_20_filled": 60768, - "ic_fluent_port_hdmi_20_regular": 60769, - "ic_fluent_port_micro_usb_20_filled": 60770, - "ic_fluent_port_micro_usb_20_regular": 60771, - "ic_fluent_port_usb_a_20_filled": 60772, - "ic_fluent_port_usb_a_20_regular": 60773, - "ic_fluent_port_usb_c_20_filled": 60774, - "ic_fluent_port_usb_c_20_regular": 60775, - "ic_fluent_position_backward_20_filled": 60776, - "ic_fluent_position_backward_20_regular": 60777, - "ic_fluent_position_forward_20_filled": 60778, - "ic_fluent_position_forward_20_regular": 60779, - "ic_fluent_position_to_back_20_filled": 60780, - "ic_fluent_position_to_back_20_regular": 60781, - "ic_fluent_position_to_front_20_filled": 60782, - "ic_fluent_position_to_front_20_regular": 60783, - "ic_fluent_power_20_filled": 60784, - "ic_fluent_power_20_regular": 60785, - "ic_fluent_predictions_20_filled": 60786, - "ic_fluent_predictions_20_regular": 60787, - "ic_fluent_premium_20_filled": 60788, - "ic_fluent_premium_20_regular": 60789, - "ic_fluent_premium_person_20_filled": 60790, - "ic_fluent_premium_person_20_regular": 60791, - "ic_fluent_presence_available_20_filled": 60792, - "ic_fluent_presence_available_20_regular": 60793, - "ic_fluent_presence_away_20_filled": 60794, - "ic_fluent_presence_away_20_regular": 60795, - "ic_fluent_presence_blocked_20_regular": 60796, - "ic_fluent_presence_busy_20_filled": 60797, - "ic_fluent_presence_dnd_20_filled": 60798, - "ic_fluent_presence_dnd_20_regular": 60799, - "ic_fluent_presence_offline_20_regular": 60800, - "ic_fluent_presence_oof_20_regular": 60801, - "ic_fluent_presence_tentative_20_regular": 60802, - "ic_fluent_presence_unknown_20_regular": 60803, - "ic_fluent_presenter_20_filled": 60804, - "ic_fluent_presenter_20_regular": 60805, - "ic_fluent_presenter_off_20_filled": 60806, - "ic_fluent_presenter_off_20_regular": 60807, - "ic_fluent_preview_link_20_filled": 60808, - "ic_fluent_preview_link_20_regular": 60809, - "ic_fluent_previous_20_filled": 60810, - "ic_fluent_previous_20_regular": 60811, - "ic_fluent_previous_frame_20_filled": 60812, - "ic_fluent_previous_frame_20_regular": 60813, - "ic_fluent_print_20_filled": 60814, - "ic_fluent_print_20_regular": 60815, - "ic_fluent_print_add_20_filled": 60816, - "ic_fluent_print_add_20_regular": 60817, - "ic_fluent_production_20_filled": 60818, - "ic_fluent_production_20_regular": 60819, - "ic_fluent_production_checkmark_20_filled": 60820, - "ic_fluent_production_checkmark_20_regular": 60821, - "ic_fluent_prohibited_20_filled": 60822, - "ic_fluent_prohibited_20_regular": 60823, - "ic_fluent_prohibited_multiple_20_filled": 60824, - "ic_fluent_prohibited_multiple_20_regular": 60825, - "ic_fluent_prohibited_note_20_filled": 60826, - "ic_fluent_prohibited_note_20_regular": 60827, - "ic_fluent_projection_screen_20_filled": 60828, - "ic_fluent_projection_screen_20_regular": 60829, - "ic_fluent_projection_screen_dismiss_20_filled": 60830, - "ic_fluent_projection_screen_dismiss_20_regular": 60831, - "ic_fluent_projection_screen_text_20_filled": 60832, - "ic_fluent_projection_screen_text_20_regular": 60833, - "ic_fluent_prompt_20_filled": 60834, - "ic_fluent_prompt_20_regular": 60835, - "ic_fluent_protocol_handler_20_filled": 60836, - "ic_fluent_protocol_handler_20_regular": 60837, - "ic_fluent_pulse_20_filled": 60838, - "ic_fluent_pulse_20_regular": 60839, - "ic_fluent_pulse_square_20_filled": 60840, - "ic_fluent_pulse_square_20_regular": 60841, - "ic_fluent_puzzle_cube_20_filled": 60842, - "ic_fluent_puzzle_cube_20_regular": 60843, - "ic_fluent_puzzle_cube_piece_20_filled": 60844, - "ic_fluent_puzzle_cube_piece_20_regular": 60845, - "ic_fluent_puzzle_piece_20_filled": 60846, - "ic_fluent_puzzle_piece_20_regular": 60847, - "ic_fluent_puzzle_piece_shield_20_filled": 60848, - "ic_fluent_puzzle_piece_shield_20_regular": 60849, - "ic_fluent_qr_code_20_filled": 60850, - "ic_fluent_qr_code_20_regular": 60851, - "ic_fluent_question_20_filled": 60852, - "ic_fluent_question_20_regular": 60853, - "ic_fluent_question_circle_20_filled": 60854, - "ic_fluent_question_circle_20_regular": 60855, - "ic_fluent_quiz_new_20_filled": 60856, - "ic_fluent_quiz_new_20_regular": 60857, - "ic_fluent_radar_20_filled": 60858, - "ic_fluent_radar_20_regular": 60859, - "ic_fluent_radar_checkmark_20_filled": 60860, - "ic_fluent_radar_checkmark_20_regular": 60861, - "ic_fluent_radar_rectangle_multiple_20_filled": 60862, - "ic_fluent_radar_rectangle_multiple_20_regular": 60863, - "ic_fluent_radio_button_20_filled": 60864, - "ic_fluent_radio_button_20_regular": 60865, - "ic_fluent_ram_20_filled": 60866, - "ic_fluent_ram_20_regular": 60867, - "ic_fluent_rating_mature_20_filled": 60868, - "ic_fluent_rating_mature_20_regular": 60869, - "ic_fluent_ratio_one_to_one_20_filled": 60870, - "ic_fluent_ratio_one_to_one_20_regular": 60871, - "ic_fluent_re_order_20_filled": 60872, - "ic_fluent_re_order_20_regular": 60873, - "ic_fluent_re_order_dots_horizontal_20_filled": 60874, - "ic_fluent_re_order_dots_horizontal_20_regular": 60875, - "ic_fluent_re_order_dots_vertical_20_filled": 60876, - "ic_fluent_re_order_dots_vertical_20_regular": 60877, - "ic_fluent_read_aloud_20_filled": 60878, - "ic_fluent_read_aloud_20_regular": 60879, - "ic_fluent_reading_list_20_filled": 60880, - "ic_fluent_reading_list_20_regular": 60881, - "ic_fluent_reading_list_add_20_filled": 60882, - "ic_fluent_reading_list_add_20_regular": 60883, - "ic_fluent_reading_mode_mobile_20_filled": 60884, - "ic_fluent_reading_mode_mobile_20_regular": 60885, - "ic_fluent_real_estate_20_filled": 60886, - "ic_fluent_real_estate_20_regular": 60887, - "ic_fluent_receipt_20_filled": 60888, - "ic_fluent_receipt_20_regular": 60889, - "ic_fluent_receipt_add_20_filled": 60890, - "ic_fluent_receipt_add_20_regular": 60891, - "ic_fluent_receipt_bag_20_filled": 60892, - "ic_fluent_receipt_bag_20_regular": 60893, - "ic_fluent_receipt_cube_20_filled": 60894, - "ic_fluent_receipt_cube_20_regular": 60895, - "ic_fluent_receipt_money_20_filled": 60896, - "ic_fluent_receipt_money_20_regular": 60897, - "ic_fluent_receipt_play_20_filled": 60898, - "ic_fluent_receipt_play_20_regular": 60899, - "ic_fluent_receipt_search_20_filled": 60900, - "ic_fluent_receipt_search_20_regular": 60901, - "ic_fluent_receipt_sparkles_20_filled": 60902, - "ic_fluent_receipt_sparkles_20_regular": 60903, - "ic_fluent_record_20_filled": 60904, - "ic_fluent_record_20_regular": 60905, - "ic_fluent_record_stop_20_filled": 60906, - "ic_fluent_record_stop_20_regular": 60907, - "ic_fluent_rectangle_landscape_20_filled": 60908, - "ic_fluent_rectangle_landscape_20_regular": 60909, - "ic_fluent_rectangle_landscape_hint_copy_20_filled": 60910, - "ic_fluent_rectangle_landscape_hint_copy_20_regular": 60911, - "ic_fluent_rectangle_landscape_sparkle_20_filled": 60912, - "ic_fluent_rectangle_landscape_sparkle_20_regular": 60913, - "ic_fluent_rectangle_landscape_sync_20_filled": 60914, - "ic_fluent_rectangle_landscape_sync_20_regular": 60915, - "ic_fluent_rectangle_landscape_sync_off_20_filled": 60916, - "ic_fluent_rectangle_landscape_sync_off_20_regular": 60917, - "ic_fluent_rectangle_portrait_location_target_20_filled": 60918, - "ic_fluent_rectangle_portrait_location_target_20_regular": 60919, - "ic_fluent_recycle_20_filled": 60920, - "ic_fluent_recycle_20_regular": 60921, - "ic_fluent_remix_add_20_filled": 60922, - "ic_fluent_remix_add_20_regular": 60923, - "ic_fluent_remote_20_filled": 60924, - "ic_fluent_remote_20_regular": 60925, - "ic_fluent_rename_20_filled": 60926, - "ic_fluent_rename_20_regular": 60927, - "ic_fluent_reorder_20_filled": 60928, - "ic_fluent_reorder_20_regular": 60929, - "ic_fluent_replay_20_filled": 60930, - "ic_fluent_replay_20_regular": 60931, - "ic_fluent_resize_20_filled": 60932, - "ic_fluent_resize_20_regular": 60933, - "ic_fluent_resize_image_20_filled": 60934, - "ic_fluent_resize_image_20_regular": 60935, - "ic_fluent_resize_large_20_filled": 60936, - "ic_fluent_resize_large_20_regular": 60937, - "ic_fluent_resize_small_20_filled": 60938, - "ic_fluent_resize_small_20_regular": 60939, - "ic_fluent_resize_table_20_filled": 60940, - "ic_fluent_resize_table_20_regular": 60941, - "ic_fluent_resize_video_20_filled": 60942, - "ic_fluent_resize_video_20_regular": 60943, - "ic_fluent_reward_20_filled": 60944, - "ic_fluent_reward_20_regular": 60945, - "ic_fluent_rewind_20_filled": 60946, - "ic_fluent_rewind_20_regular": 60947, - "ic_fluent_rhombus_20_filled": 60948, - "ic_fluent_rhombus_20_regular": 60949, - "ic_fluent_ribbon_20_filled": 60950, - "ic_fluent_ribbon_20_regular": 60951, - "ic_fluent_ribbon_add_20_filled": 60952, - "ic_fluent_ribbon_add_20_regular": 60953, - "ic_fluent_ribbon_off_20_filled": 60954, - "ic_fluent_ribbon_off_20_regular": 60955, - "ic_fluent_ribbon_star_20_filled": 60956, - "ic_fluent_ribbon_star_20_regular": 60957, - "ic_fluent_road_20_filled": 60958, - "ic_fluent_road_20_regular": 60959, - "ic_fluent_road_cone_20_filled": 60960, - "ic_fluent_road_cone_20_regular": 60961, - "ic_fluent_rocket_20_filled": 60962, - "ic_fluent_rocket_20_regular": 60963, - "ic_fluent_rotate_left_20_filled": 60964, - "ic_fluent_rotate_left_20_regular": 60965, - "ic_fluent_rotate_right_20_filled": 60966, - "ic_fluent_rotate_right_20_regular": 60967, - "ic_fluent_router_20_filled": 60968, - "ic_fluent_router_20_regular": 60969, - "ic_fluent_row_triple_20_filled": 60970, - "ic_fluent_row_triple_20_regular": 60971, - "ic_fluent_rss_20_filled": 60972, - "ic_fluent_rss_20_regular": 60973, - "ic_fluent_ruler_20_filled": 60974, - "ic_fluent_ruler_20_regular": 60975, - "ic_fluent_run_20_filled": 60976, - "ic_fluent_run_20_regular": 60977, - "ic_fluent_sanitize_20_filled": 60978, - "ic_fluent_sanitize_20_regular": 60979, - "ic_fluent_save_20_filled": 60980, - "ic_fluent_save_20_regular": 60981, - "ic_fluent_save_arrow_right_20_filled": 60982, - "ic_fluent_save_arrow_right_20_regular": 60983, - "ic_fluent_save_copy_20_filled": 60984, - "ic_fluent_save_copy_20_regular": 60985, - "ic_fluent_save_edit_20_filled": 60986, - "ic_fluent_save_edit_20_regular": 60987, - "ic_fluent_save_image_20_filled": 60988, - "ic_fluent_save_image_20_regular": 60989, - "ic_fluent_save_multiple_20_filled": 60990, - "ic_fluent_save_multiple_20_regular": 60991, - "ic_fluent_save_search_20_filled": 60992, - "ic_fluent_save_search_20_regular": 60993, - "ic_fluent_save_sync_20_filled": 60994, - "ic_fluent_save_sync_20_regular": 60995, - "ic_fluent_savings_20_filled": 60996, - "ic_fluent_savings_20_regular": 60997, - "ic_fluent_scale_fill_20_filled": 60998, - "ic_fluent_scale_fill_20_regular": 60999, - "ic_fluent_scale_fit_20_filled": 61000, - "ic_fluent_scale_fit_20_regular": 61001, - "ic_fluent_scales_20_filled": 61002, - "ic_fluent_scales_20_regular": 61003, - "ic_fluent_scan_20_filled": 61004, - "ic_fluent_scan_20_regular": 61005, - "ic_fluent_scan_camera_20_filled": 61006, - "ic_fluent_scan_camera_20_regular": 61007, - "ic_fluent_scan_dash_20_filled": 61008, - "ic_fluent_scan_dash_20_regular": 61009, - "ic_fluent_scan_object_20_filled": 61010, - "ic_fluent_scan_object_20_regular": 61011, - "ic_fluent_scan_person_20_filled": 61012, - "ic_fluent_scan_person_20_regular": 61013, - "ic_fluent_scan_table_20_filled": 61014, - "ic_fluent_scan_table_20_regular": 61015, - "ic_fluent_scan_text_20_filled": 61016, - "ic_fluent_scan_text_20_regular": 61017, - "ic_fluent_scan_thumb_up_20_filled": 61018, - "ic_fluent_scan_thumb_up_20_regular": 61019, - "ic_fluent_scan_thumb_up_off_20_filled": 61020, - "ic_fluent_scan_thumb_up_off_20_regular": 61021, - "ic_fluent_scan_type_20_filled": 61022, - "ic_fluent_scan_type_20_regular": 61023, - "ic_fluent_scan_type_checkmark_20_filled": 61024, - "ic_fluent_scan_type_checkmark_20_regular": 61025, - "ic_fluent_scan_type_off_20_filled": 61026, - "ic_fluent_scan_type_off_20_regular": 61027, - "ic_fluent_scratchpad_20_filled": 61028, - "ic_fluent_scratchpad_20_regular": 61029, - "ic_fluent_screen_cut_20_filled": 61030, - "ic_fluent_screen_cut_20_regular": 61031, - "ic_fluent_screen_person_20_filled": 61032, - "ic_fluent_screen_person_20_regular": 61033, - "ic_fluent_screen_search_20_filled": 61034, - "ic_fluent_screen_search_20_regular": 61035, - "ic_fluent_screenshot_20_filled": 61036, - "ic_fluent_screenshot_20_regular": 61037, - "ic_fluent_screenshot_record_20_filled": 61038, - "ic_fluent_screenshot_record_20_regular": 61039, - "ic_fluent_script_20_filled": 61040, - "ic_fluent_script_20_regular": 61041, - "ic_fluent_search_20_filled": 61042, - "ic_fluent_search_20_regular": 61043, - "ic_fluent_search_info_20_filled": 61044, - "ic_fluent_search_info_20_regular": 61045, - "ic_fluent_search_settings_20_filled": 61046, - "ic_fluent_search_settings_20_regular": 61047, - "ic_fluent_search_shield_20_filled": 61048, - "ic_fluent_search_shield_20_regular": 61049, - "ic_fluent_search_sparkle_20_filled": 61050, - "ic_fluent_search_sparkle_20_regular": 61051, - "ic_fluent_search_square_20_filled": 61052, - "ic_fluent_search_square_20_regular": 61053, - "ic_fluent_search_visual_20_filled": 61054, - "ic_fluent_search_visual_20_regular": 61055, - "ic_fluent_seat_20_filled": 61056, - "ic_fluent_seat_20_regular": 61057, - "ic_fluent_seat_add_20_filled": 61058, - "ic_fluent_seat_add_20_regular": 61059, - "ic_fluent_select_all_off_20_filled": 61060, - "ic_fluent_select_all_off_20_regular": 61061, - "ic_fluent_select_all_on_20_filled": 61062, - "ic_fluent_select_all_on_20_regular": 61063, - "ic_fluent_select_object_20_filled": 61064, - "ic_fluent_select_object_20_regular": 61065, - "ic_fluent_select_object_skew_20_filled": 61066, - "ic_fluent_select_object_skew_20_regular": 61067, - "ic_fluent_select_object_skew_dismiss_20_filled": 61068, - "ic_fluent_select_object_skew_dismiss_20_regular": 61069, - "ic_fluent_select_object_skew_edit_20_filled": 61070, - "ic_fluent_select_object_skew_edit_20_regular": 61071, - "ic_fluent_send_20_filled": 61072, - "ic_fluent_send_20_regular": 61073, - "ic_fluent_send_beaker_20_filled": 61074, - "ic_fluent_send_beaker_20_regular": 61075, - "ic_fluent_send_clock_20_filled": 61076, - "ic_fluent_send_clock_20_regular": 61077, - "ic_fluent_send_copy_20_filled": 61078, - "ic_fluent_send_copy_20_regular": 61079, - "ic_fluent_send_person_20_filled": 61080, - "ic_fluent_send_person_20_regular": 61081, - "ic_fluent_serial_port_20_filled": 61082, - "ic_fluent_serial_port_20_regular": 61083, - "ic_fluent_server_20_filled": 61084, - "ic_fluent_server_20_regular": 61085, - "ic_fluent_server_link_20_filled": 61086, - "ic_fluent_server_link_20_regular": 61087, - "ic_fluent_server_multiple_20_filled": 61088, - "ic_fluent_server_multiple_20_regular": 61089, - "ic_fluent_server_play_20_filled": 61090, - "ic_fluent_server_play_20_regular": 61091, - "ic_fluent_service_bell_20_filled": 61092, - "ic_fluent_service_bell_20_regular": 61093, - "ic_fluent_settings_20_filled": 61094, - "ic_fluent_settings_20_regular": 61095, - "ic_fluent_settings_chat_20_filled": 61096, - "ic_fluent_settings_chat_20_regular": 61097, - "ic_fluent_settings_cog_multiple_20_filled": 61098, - "ic_fluent_settings_cog_multiple_20_regular": 61099, - "ic_fluent_shape_exclude_20_filled": 61100, - "ic_fluent_shape_exclude_20_regular": 61101, - "ic_fluent_shape_intersect_20_filled": 61102, - "ic_fluent_shape_intersect_20_regular": 61103, - "ic_fluent_shape_organic_20_filled": 61104, - "ic_fluent_shape_organic_20_regular": 61105, - "ic_fluent_shape_subtract_20_filled": 61106, - "ic_fluent_shape_subtract_20_regular": 61107, - "ic_fluent_shape_union_20_filled": 61108, - "ic_fluent_shape_union_20_regular": 61109, - "ic_fluent_shapes_20_filled": 61110, - "ic_fluent_shapes_20_regular": 61111, - "ic_fluent_share_20_filled": 61112, - "ic_fluent_share_20_regular": 61113, - "ic_fluent_share_android_20_filled": 61114, - "ic_fluent_share_android_20_regular": 61115, - "ic_fluent_share_close_tray_20_filled": 61116, - "ic_fluent_share_close_tray_20_regular": 61117, - "ic_fluent_share_ios_20_filled": 61118, - "ic_fluent_share_ios_20_regular": 61119, - "ic_fluent_share_multiple_20_filled": 61120, - "ic_fluent_share_multiple_20_regular": 61121, - "ic_fluent_share_screen_person_20_filled": 61122, - "ic_fluent_share_screen_person_20_regular": 61123, - "ic_fluent_share_screen_person_overlay_20_filled": 61124, - "ic_fluent_share_screen_person_overlay_20_regular": 61125, - "ic_fluent_share_screen_person_overlay_inside_20_filled": 61126, - "ic_fluent_share_screen_person_overlay_inside_20_regular": 61127, - "ic_fluent_share_screen_person_p_20_filled": 61128, - "ic_fluent_share_screen_person_p_20_regular": 61129, - "ic_fluent_share_screen_start_20_filled": 61130, - "ic_fluent_share_screen_start_20_regular": 61131, - "ic_fluent_share_screen_stop_20_filled": 61132, - "ic_fluent_share_screen_stop_20_regular": 61133, - "ic_fluent_shield_20_filled": 61134, - "ic_fluent_shield_20_regular": 61135, - "ic_fluent_shield_add_20_filled": 61136, - "ic_fluent_shield_add_20_regular": 61137, - "ic_fluent_shield_badge_20_filled": 61138, - "ic_fluent_shield_badge_20_regular": 61139, - "ic_fluent_shield_checkmark_20_filled": 61140, - "ic_fluent_shield_checkmark_20_regular": 61141, - "ic_fluent_shield_dismiss_20_filled": 61142, - "ic_fluent_shield_dismiss_20_regular": 61143, - "ic_fluent_shield_dismiss_shield_20_filled": 61144, - "ic_fluent_shield_dismiss_shield_20_regular": 61145, - "ic_fluent_shield_error_20_filled": 61146, - "ic_fluent_shield_error_20_regular": 61147, - "ic_fluent_shield_globe_20_filled": 61148, - "ic_fluent_shield_globe_20_regular": 61149, - "ic_fluent_shield_keyhole_20_filled": 61150, - "ic_fluent_shield_keyhole_20_regular": 61151, - "ic_fluent_shield_lock_20_filled": 61152, - "ic_fluent_shield_lock_20_regular": 61153, - "ic_fluent_shield_person_20_filled": 61154, - "ic_fluent_shield_person_20_regular": 61155, - "ic_fluent_shield_person_add_20_filled": 61156, - "ic_fluent_shield_person_add_20_regular": 61157, - "ic_fluent_shield_prohibited_20_filled": 61158, - "ic_fluent_shield_prohibited_20_regular": 61159, - "ic_fluent_shield_question_20_filled": 61160, - "ic_fluent_shield_question_20_regular": 61161, - "ic_fluent_shield_task_20_filled": 61162, - "ic_fluent_shield_task_20_regular": 61163, - "ic_fluent_shifts_20_filled": 61164, - "ic_fluent_shifts_20_regular": 61165, - "ic_fluent_shifts_30_minutes_20_filled": 61166, - "ic_fluent_shifts_30_minutes_20_regular": 61167, - "ic_fluent_shifts_activity_20_filled": 61168, - "ic_fluent_shifts_activity_20_regular": 61169, - "ic_fluent_shifts_add_20_filled": 61170, - "ic_fluent_shifts_add_20_regular": 61171, - "ic_fluent_shifts_availability_20_filled": 61172, - "ic_fluent_shifts_availability_20_regular": 61173, - "ic_fluent_shifts_checkmark_20_filled": 61174, - "ic_fluent_shifts_checkmark_20_regular": 61175, - "ic_fluent_shifts_day_20_filled": 61176, - "ic_fluent_shifts_day_20_regular": 61177, - "ic_fluent_shifts_open_20_filled": 61178, - "ic_fluent_shifts_open_20_regular": 61179, - "ic_fluent_shifts_prohibited_20_filled": 61180, - "ic_fluent_shifts_prohibited_20_regular": 61181, - "ic_fluent_shifts_question_mark_20_filled": 61182, - "ic_fluent_shifts_question_mark_20_regular": 61183, - "ic_fluent_shifts_team_20_filled": 61184, - "ic_fluent_shifts_team_20_regular": 61185, - "ic_fluent_shopping_bag_20_filled": 61186, - "ic_fluent_shopping_bag_20_regular": 61187, - "ic_fluent_shopping_bag_add_20_filled": 61188, - "ic_fluent_shopping_bag_add_20_regular": 61189, - "ic_fluent_shopping_bag_arrow_left_20_filled": 61190, - "ic_fluent_shopping_bag_arrow_left_20_regular": 61191, - "ic_fluent_shopping_bag_dismiss_20_filled": 61192, - "ic_fluent_shopping_bag_dismiss_20_regular": 61193, - "ic_fluent_shopping_bag_pause_20_filled": 61194, - "ic_fluent_shopping_bag_pause_20_regular": 61195, - "ic_fluent_shopping_bag_percent_20_filled": 61196, - "ic_fluent_shopping_bag_percent_20_regular": 61197, - "ic_fluent_shopping_bag_play_20_filled": 61198, - "ic_fluent_shopping_bag_play_20_regular": 61199, - "ic_fluent_shopping_bag_tag_20_filled": 61200, - "ic_fluent_shopping_bag_tag_20_regular": 61201, - "ic_fluent_shortpick_20_filled": 61202, - "ic_fluent_shortpick_20_regular": 61203, - "ic_fluent_showerhead_20_filled": 61204, - "ic_fluent_showerhead_20_regular": 61205, - "ic_fluent_sidebar_search_ltr_20_filled": 61206, - "ic_fluent_sidebar_search_ltr_20_regular": 61207, - "ic_fluent_sidebar_search_rtl_20_filled": 61208, - "ic_fluent_sidebar_search_rtl_20_regular": 61209, - "ic_fluent_sign_out_20_filled": 61210, - "ic_fluent_sign_out_20_regular": 61211, - "ic_fluent_signature_20_filled": 61212, - "ic_fluent_signature_20_regular": 61213, - "ic_fluent_sim_20_filled": 61214, - "ic_fluent_sim_20_regular": 61215, - "ic_fluent_skip_back_10_20_filled": 61216, - "ic_fluent_skip_back_10_20_regular": 61217, - "ic_fluent_skip_forward_10_20_filled": 61218, - "ic_fluent_skip_forward_10_20_regular": 61219, - "ic_fluent_skip_forward_30_20_filled": 61220, - "ic_fluent_skip_forward_30_20_regular": 61221, - "ic_fluent_skip_forward_tab_20_filled": 61222, - "ic_fluent_skip_forward_tab_20_regular": 61223, - "ic_fluent_slash_forward_20_filled": 61224, - "ic_fluent_slash_forward_20_regular": 61225, - "ic_fluent_sleep_20_filled": 61226, - "ic_fluent_sleep_20_regular": 61227, - "ic_fluent_slide_add_20_filled": 61228, - "ic_fluent_slide_add_20_regular": 61229, - "ic_fluent_slide_arrow_right_20_filled": 61230, - "ic_fluent_slide_arrow_right_20_regular": 61231, - "ic_fluent_slide_eraser_20_filled": 61232, - "ic_fluent_slide_eraser_20_regular": 61233, - "ic_fluent_slide_grid_20_filled": 61234, - "ic_fluent_slide_grid_20_regular": 61235, - "ic_fluent_slide_hide_20_filled": 61236, - "ic_fluent_slide_hide_20_regular": 61237, - "ic_fluent_slide_layout_20_filled": 61238, - "ic_fluent_slide_layout_20_regular": 61239, - "ic_fluent_slide_link_20_filled": 61240, - "ic_fluent_slide_link_20_regular": 61241, - "ic_fluent_slide_microphone_20_filled": 61242, - "ic_fluent_slide_microphone_20_regular": 61243, - "ic_fluent_slide_multiple_20_filled": 61244, - "ic_fluent_slide_multiple_20_regular": 61245, - "ic_fluent_slide_multiple_arrow_right_20_filled": 61246, - "ic_fluent_slide_multiple_arrow_right_20_regular": 61247, - "ic_fluent_slide_multiple_search_20_filled": 61248, - "ic_fluent_slide_multiple_search_20_regular": 61249, - "ic_fluent_slide_play_20_filled": 61250, - "ic_fluent_slide_play_20_regular": 61251, - "ic_fluent_slide_record_20_filled": 61252, - "ic_fluent_slide_record_20_regular": 61253, - "ic_fluent_slide_search_20_filled": 61254, - "ic_fluent_slide_search_20_regular": 61255, - "ic_fluent_slide_settings_20_filled": 61256, - "ic_fluent_slide_settings_20_regular": 61257, - "ic_fluent_slide_size_20_filled": 61258, - "ic_fluent_slide_size_20_regular": 61259, - "ic_fluent_slide_text_20_filled": 61260, - "ic_fluent_slide_text_20_regular": 61261, - "ic_fluent_slide_text_call_20_filled": 61262, - "ic_fluent_slide_text_call_20_regular": 61263, - "ic_fluent_slide_text_cursor_20_filled": 61264, - "ic_fluent_slide_text_cursor_20_regular": 61265, - "ic_fluent_slide_text_edit_20_filled": 61266, - "ic_fluent_slide_text_edit_20_regular": 61267, - "ic_fluent_slide_text_multiple_20_filled": 61268, - "ic_fluent_slide_text_multiple_20_regular": 61269, - "ic_fluent_slide_text_person_20_filled": 61270, - "ic_fluent_slide_text_person_20_regular": 61271, - "ic_fluent_slide_text_sparkle_20_filled": 61272, - "ic_fluent_slide_text_sparkle_20_regular": 61273, - "ic_fluent_slide_transition_20_filled": 61274, - "ic_fluent_slide_transition_20_regular": 61275, - "ic_fluent_smartwatch_20_filled": 61276, - "ic_fluent_smartwatch_20_regular": 61277, - "ic_fluent_smartwatch_dot_20_filled": 61278, - "ic_fluent_smartwatch_dot_20_regular": 61279, - "ic_fluent_snooze_20_filled": 61280, - "ic_fluent_snooze_20_regular": 61281, - "ic_fluent_sound_source_20_filled": 61282, - "ic_fluent_sound_source_20_regular": 61283, - "ic_fluent_sound_wave_circle_20_filled": 61284, - "ic_fluent_sound_wave_circle_20_regular": 61285, - "ic_fluent_sound_wave_circle_sparkle_20_filled": 61286, - "ic_fluent_sound_wave_circle_sparkle_20_regular": 61287, - "ic_fluent_space_3d_20_filled": 61288, - "ic_fluent_space_3d_20_regular": 61289, - "ic_fluent_spacebar_20_filled": 61290, - "ic_fluent_spacebar_20_regular": 61291, - "ic_fluent_sparkle_20_filled": 61292, - "ic_fluent_sparkle_20_regular": 61293, - "ic_fluent_sparkle_circle_20_filled": 61294, - "ic_fluent_sparkle_circle_20_regular": 61295, - "ic_fluent_spatula_spoon_20_filled": 61296, - "ic_fluent_spatula_spoon_20_regular": 61297, - "ic_fluent_speaker_0_20_filled": 61298, - "ic_fluent_speaker_0_20_regular": 61299, - "ic_fluent_speaker_1_20_filled": 61300, - "ic_fluent_speaker_1_20_regular": 61301, - "ic_fluent_speaker_2_20_filled": 61302, - "ic_fluent_speaker_2_20_regular": 61303, - "ic_fluent_speaker_bluetooth_20_filled": 61304, - "ic_fluent_speaker_bluetooth_20_regular": 61305, - "ic_fluent_speaker_box_20_filled": 61306, - "ic_fluent_speaker_box_20_regular": 61307, - "ic_fluent_speaker_edit_20_filled": 61308, - "ic_fluent_speaker_edit_20_regular": 61309, - "ic_fluent_speaker_mute_20_filled": 61310, - "ic_fluent_speaker_mute_20_regular": 61311, - "ic_fluent_speaker_off_20_filled": 61312, - "ic_fluent_speaker_off_20_regular": 61313, - "ic_fluent_speaker_settings_20_filled": 61314, - "ic_fluent_speaker_settings_20_regular": 61315, - "ic_fluent_speaker_usb_20_filled": 61316, - "ic_fluent_speaker_usb_20_regular": 61317, - "ic_fluent_spinner_ios_20_filled": 61318, - "ic_fluent_spinner_ios_20_regular": 61319, - "ic_fluent_split_hint_20_filled": 61320, - "ic_fluent_split_hint_20_regular": 61321, - "ic_fluent_split_horizontal_20_filled": 61322, - "ic_fluent_split_horizontal_20_regular": 61323, - "ic_fluent_split_vertical_20_filled": 61324, - "ic_fluent_split_vertical_20_regular": 61325, - "ic_fluent_sport_20_filled": 61326, - "ic_fluent_sport_20_regular": 61327, - "ic_fluent_sport_american_football_20_filled": 61328, - "ic_fluent_sport_american_football_20_regular": 61329, - "ic_fluent_sport_baseball_20_filled": 61330, - "ic_fluent_sport_baseball_20_regular": 61331, - "ic_fluent_sport_basketball_20_filled": 61332, - "ic_fluent_sport_basketball_20_regular": 61333, - "ic_fluent_sport_hockey_20_filled": 61334, - "ic_fluent_sport_hockey_20_regular": 61335, - "ic_fluent_sport_soccer_20_filled": 61336, - "ic_fluent_sport_soccer_20_regular": 61337, - "ic_fluent_square_20_filled": 61338, - "ic_fluent_square_20_regular": 61339, - "ic_fluent_square_add_20_filled": 61340, - "ic_fluent_square_add_20_regular": 61341, - "ic_fluent_square_arrow_forward_20_filled": 61342, - "ic_fluent_square_arrow_forward_20_regular": 61343, - "ic_fluent_square_dismiss_20_filled": 61344, - "ic_fluent_square_dismiss_20_regular": 61345, - "ic_fluent_square_dovetail_joint_20_filled": 61346, - "ic_fluent_square_dovetail_joint_20_regular": 61347, - "ic_fluent_square_eraser_20_filled": 61348, - "ic_fluent_square_eraser_20_regular": 61349, - "ic_fluent_square_hint_20_filled": 61350, - "ic_fluent_square_hint_20_regular": 61351, - "ic_fluent_square_hint_apps_20_filled": 61352, - "ic_fluent_square_hint_apps_20_regular": 61353, - "ic_fluent_square_hint_arrow_back_20_filled": 61354, - "ic_fluent_square_hint_arrow_back_20_regular": 61355, - "ic_fluent_square_hint_hexagon_20_filled": 61356, - "ic_fluent_square_hint_hexagon_20_regular": 61357, - "ic_fluent_square_hint_sparkles_20_filled": 61358, - "ic_fluent_square_hint_sparkles_20_regular": 61359, - "ic_fluent_square_multiple_20_filled": 61360, - "ic_fluent_square_multiple_20_regular": 61361, - "ic_fluent_square_shadow_20_filled": 61362, - "ic_fluent_square_shadow_20_regular": 61363, - "ic_fluent_squares_nested_20_filled": 61364, - "ic_fluent_squares_nested_20_regular": 61365, - "ic_fluent_stack_20_filled": 61366, - "ic_fluent_stack_20_regular": 61367, - "ic_fluent_stack_add_20_filled": 61368, - "ic_fluent_stack_add_20_regular": 61369, - "ic_fluent_stack_arrow_forward_20_filled": 61370, - "ic_fluent_stack_arrow_forward_20_regular": 61371, - "ic_fluent_stack_off_20_filled": 61372, - "ic_fluent_stack_off_20_regular": 61373, - "ic_fluent_stack_star_20_filled": 61374, - "ic_fluent_stack_star_20_regular": 61375, - "ic_fluent_stack_vertical_20_filled": 61376, - "ic_fluent_stack_vertical_20_regular": 61377, - "ic_fluent_star_20_filled": 61378, - "ic_fluent_star_20_regular": 61379, - "ic_fluent_star_add_20_filled": 61380, - "ic_fluent_star_add_20_regular": 61381, - "ic_fluent_star_arrow_back_20_filled": 61382, - "ic_fluent_star_arrow_back_20_regular": 61383, - "ic_fluent_star_arrow_right_end_20_filled": 61384, - "ic_fluent_star_arrow_right_end_20_regular": 61385, - "ic_fluent_star_arrow_right_start_20_filled": 61386, - "ic_fluent_star_arrow_right_start_20_regular": 61387, - "ic_fluent_star_checkmark_20_filled": 61388, - "ic_fluent_star_checkmark_20_regular": 61389, - "ic_fluent_star_dismiss_20_filled": 61390, - "ic_fluent_star_dismiss_20_regular": 61391, - "ic_fluent_star_edit_20_filled": 61392, - "ic_fluent_star_edit_20_regular": 61393, - "ic_fluent_star_emphasis_20_filled": 61394, - "ic_fluent_star_emphasis_20_regular": 61395, - "ic_fluent_star_half_20_filled": 61396, - "ic_fluent_star_half_20_regular": 61397, - "ic_fluent_star_line_horizontal_3_20_filled": 61398, - "ic_fluent_star_line_horizontal_3_20_regular": 61399, - "ic_fluent_star_off_20_filled": 61400, - "ic_fluent_star_off_20_regular": 61401, - "ic_fluent_star_one_quarter_20_filled": 61402, - "ic_fluent_star_one_quarter_20_regular": 61403, - "ic_fluent_star_prohibited_20_filled": 61404, - "ic_fluent_star_prohibited_20_regular": 61405, - "ic_fluent_star_settings_20_filled": 61406, - "ic_fluent_star_settings_20_regular": 61407, - "ic_fluent_star_three_quarter_20_filled": 61408, - "ic_fluent_star_three_quarter_20_regular": 61409, - "ic_fluent_status_20_filled": 61410, - "ic_fluent_status_20_regular": 61411, - "ic_fluent_step_20_filled": 61412, - "ic_fluent_step_20_regular": 61413, - "ic_fluent_steps_20_filled": 61414, - "ic_fluent_steps_20_regular": 61415, - "ic_fluent_stethoscope_20_filled": 61416, - "ic_fluent_stethoscope_20_regular": 61417, - "ic_fluent_sticker_20_filled": 61418, - "ic_fluent_sticker_20_regular": 61419, - "ic_fluent_sticker_add_20_filled": 61420, - "ic_fluent_sticker_add_20_regular": 61421, - "ic_fluent_stop_20_filled": 61422, - "ic_fluent_stop_20_regular": 61423, - "ic_fluent_storage_20_filled": 61424, - "ic_fluent_storage_20_regular": 61425, - "ic_fluent_store_microsoft_20_filled": 61426, - "ic_fluent_store_microsoft_20_regular": 61427, - "ic_fluent_stream_20_filled": 61428, - "ic_fluent_stream_20_regular": 61429, - "ic_fluent_stream_input_20_filled": 61430, - "ic_fluent_stream_input_20_regular": 61431, - "ic_fluent_stream_input_output_20_filled": 61432, - "ic_fluent_stream_input_output_20_regular": 61433, - "ic_fluent_stream_output_20_filled": 61434, - "ic_fluent_stream_output_20_regular": 61435, - "ic_fluent_street_sign_20_filled": 61436, - "ic_fluent_street_sign_20_regular": 61437, - "ic_fluent_style_guide_20_filled": 61438, - "ic_fluent_style_guide_20_regular": 61439, - "ic_fluent_sub_grid_20_filled": 61440, - "ic_fluent_sub_grid_20_regular": 61441, - "ic_fluent_subtitles_20_filled": 61442, - "ic_fluent_subtitles_20_regular": 61443, - "ic_fluent_subtract_20_filled": 61444, - "ic_fluent_subtract_20_regular": 61445, - "ic_fluent_subtract_circle_20_filled": 61446, - "ic_fluent_subtract_circle_20_regular": 61447, - "ic_fluent_subtract_circle_arrow_back_20_filled": 61448, - "ic_fluent_subtract_circle_arrow_back_20_regular": 61449, - "ic_fluent_subtract_circle_arrow_forward_20_filled": 61450, - "ic_fluent_subtract_circle_arrow_forward_20_regular": 61451, - "ic_fluent_subtract_parentheses_20_filled": 61452, - "ic_fluent_subtract_parentheses_20_regular": 61453, - "ic_fluent_subtract_square_20_filled": 61454, - "ic_fluent_subtract_square_20_regular": 61455, - "ic_fluent_subtract_square_multiple_20_filled": 61456, - "ic_fluent_subtract_square_multiple_20_regular": 61457, - "ic_fluent_surface_earbuds_20_filled": 61458, - "ic_fluent_surface_earbuds_20_regular": 61459, - "ic_fluent_surface_hub_20_filled": 61460, - "ic_fluent_surface_hub_20_regular": 61461, - "ic_fluent_swimming_pool_20_filled": 61462, - "ic_fluent_swimming_pool_20_regular": 61463, - "ic_fluent_swipe_down_20_filled": 61464, - "ic_fluent_swipe_down_20_regular": 61465, - "ic_fluent_swipe_right_20_filled": 61466, - "ic_fluent_swipe_right_20_regular": 61467, - "ic_fluent_swipe_up_20_filled": 61468, - "ic_fluent_swipe_up_20_regular": 61469, - "ic_fluent_symbols_20_filled": 61470, - "ic_fluent_symbols_20_regular": 61471, - "ic_fluent_sync_off_20_filled": 61472, - "ic_fluent_sync_off_20_regular": 61473, - "ic_fluent_syringe_20_filled": 61474, - "ic_fluent_syringe_20_regular": 61475, - "ic_fluent_system_20_filled": 61476, - "ic_fluent_system_20_regular": 61477, - "ic_fluent_tab_20_filled": 61478, - "ic_fluent_tab_20_regular": 61479, - "ic_fluent_tab_add_20_filled": 61480, - "ic_fluent_tab_add_20_regular": 61481, - "ic_fluent_tab_arrow_left_20_filled": 61482, - "ic_fluent_tab_arrow_left_20_regular": 61483, - "ic_fluent_tab_desktop_20_filled": 61484, - "ic_fluent_tab_desktop_20_regular": 61485, - "ic_fluent_tab_desktop_arrow_clockwise_20_filled": 61486, - "ic_fluent_tab_desktop_arrow_clockwise_20_regular": 61487, - "ic_fluent_tab_desktop_arrow_left_20_filled": 61488, - "ic_fluent_tab_desktop_arrow_left_20_regular": 61489, - "ic_fluent_tab_desktop_bottom_20_filled": 61490, - "ic_fluent_tab_desktop_bottom_20_regular": 61491, - "ic_fluent_tab_desktop_clock_20_filled": 61492, - "ic_fluent_tab_desktop_clock_20_regular": 61493, - "ic_fluent_tab_desktop_copy_20_filled": 61494, - "ic_fluent_tab_desktop_copy_20_regular": 61495, - "ic_fluent_tab_desktop_image_20_filled": 61496, - "ic_fluent_tab_desktop_image_20_regular": 61497, - "ic_fluent_tab_desktop_link_20_filled": 61498, - "ic_fluent_tab_desktop_link_20_regular": 61499, - "ic_fluent_tab_desktop_multiple_20_filled": 61500, - "ic_fluent_tab_desktop_multiple_20_regular": 61501, - "ic_fluent_tab_desktop_multiple_add_20_filled": 61502, - "ic_fluent_tab_desktop_multiple_add_20_regular": 61503, - "ic_fluent_tab_desktop_multiple_bottom_20_filled": 61504, - "ic_fluent_tab_desktop_multiple_bottom_20_regular": 61505, - "ic_fluent_tab_desktop_multiple_sparkle_20_filled": 61506, - "ic_fluent_tab_desktop_multiple_sparkle_20_regular": 61507, - "ic_fluent_tab_desktop_new_page_20_filled": 61508, - "ic_fluent_tab_desktop_new_page_20_regular": 61509, - "ic_fluent_tab_desktop_search_20_filled": 61510, - "ic_fluent_tab_desktop_search_20_regular": 61511, - "ic_fluent_tab_group_20_filled": 61512, - "ic_fluent_tab_group_20_regular": 61513, - "ic_fluent_tab_in_private_20_filled": 61514, - "ic_fluent_tab_in_private_20_regular": 61515, - "ic_fluent_tab_inprivate_account_20_filled": 61516, - "ic_fluent_tab_inprivate_account_20_regular": 61517, - "ic_fluent_tab_prohibited_20_filled": 61518, - "ic_fluent_tab_prohibited_20_regular": 61519, - "ic_fluent_tab_shield_dismiss_20_filled": 61520, - "ic_fluent_tab_shield_dismiss_20_regular": 61521, - "ic_fluent_table_20_filled": 61522, - "ic_fluent_table_20_regular": 61523, - "ic_fluent_table_add_20_filled": 61524, - "ic_fluent_table_add_20_regular": 61525, - "ic_fluent_table_arrow_up_20_filled": 61526, - "ic_fluent_table_arrow_up_20_regular": 61527, - "ic_fluent_table_bottom_row_20_filled": 61528, - "ic_fluent_table_bottom_row_20_regular": 61529, - "ic_fluent_table_calculator_20_filled": 61530, - "ic_fluent_table_calculator_20_regular": 61531, - "ic_fluent_table_cell_edit_20_filled": 61532, - "ic_fluent_table_cell_edit_20_regular": 61533, - "ic_fluent_table_cells_merge_20_filled": 61534, - "ic_fluent_table_cells_merge_20_regular": 61535, - "ic_fluent_table_cells_split_20_filled": 61536, - "ic_fluent_table_cells_split_20_regular": 61537, - "ic_fluent_table_checker_20_filled": 61538, - "ic_fluent_table_checker_20_regular": 61539, - "ic_fluent_table_column_top_bottom_20_filled": 61540, - "ic_fluent_table_column_top_bottom_20_regular": 61541, - "ic_fluent_table_copy_20_filled": 61542, - "ic_fluent_table_copy_20_regular": 61543, - "ic_fluent_table_cursor_20_filled": 61544, - "ic_fluent_table_cursor_20_regular": 61545, - "ic_fluent_table_delete_column_20_filled": 61546, - "ic_fluent_table_delete_column_20_regular": 61547, - "ic_fluent_table_delete_row_20_filled": 61548, - "ic_fluent_table_delete_row_20_regular": 61549, - "ic_fluent_table_dismiss_20_filled": 61550, - "ic_fluent_table_dismiss_20_regular": 61551, - "ic_fluent_table_edit_20_filled": 61552, - "ic_fluent_table_edit_20_regular": 61553, - "ic_fluent_table_freeze_column_20_filled": 61554, - "ic_fluent_table_freeze_column_20_regular": 61555, - "ic_fluent_table_freeze_column_and_row_20_filled": 61556, - "ic_fluent_table_freeze_column_and_row_20_regular": 61557, - "ic_fluent_table_freeze_row_20_filled": 61558, - "ic_fluent_table_freeze_row_20_regular": 61559, - "ic_fluent_table_image_20_filled": 61560, - "ic_fluent_table_image_20_regular": 61561, - "ic_fluent_table_insert_column_20_filled": 61562, - "ic_fluent_table_insert_column_20_regular": 61563, - "ic_fluent_table_insert_row_20_filled": 61564, - "ic_fluent_table_insert_row_20_regular": 61565, - "ic_fluent_table_lightning_20_filled": 61566, - "ic_fluent_table_lightning_20_regular": 61567, - "ic_fluent_table_link_20_filled": 61568, - "ic_fluent_table_link_20_regular": 61569, - "ic_fluent_table_lock_20_filled": 61570, - "ic_fluent_table_lock_20_regular": 61571, - "ic_fluent_table_move_above_20_filled": 61572, - "ic_fluent_table_move_above_20_regular": 61573, - "ic_fluent_table_move_below_20_filled": 61574, - "ic_fluent_table_move_below_20_regular": 61575, - "ic_fluent_table_move_left_20_filled": 61576, - "ic_fluent_table_move_left_20_regular": 61577, - "ic_fluent_table_move_right_20_filled": 61578, - "ic_fluent_table_move_right_20_regular": 61579, - "ic_fluent_table_multiple_20_filled": 61580, - "ic_fluent_table_multiple_20_regular": 61581, - "ic_fluent_table_offset_20_filled": 61582, - "ic_fluent_table_offset_20_regular": 61583, - "ic_fluent_table_offset_add_20_filled": 61584, - "ic_fluent_table_offset_add_20_regular": 61585, - "ic_fluent_table_offset_less_than_or_equal_to_20_filled": 61586, - "ic_fluent_table_offset_less_than_or_equal_to_20_regular": 61587, - "ic_fluent_table_offset_settings_20_filled": 61588, - "ic_fluent_table_offset_settings_20_regular": 61589, - "ic_fluent_table_resize_column_20_filled": 61590, - "ic_fluent_table_resize_column_20_regular": 61591, - "ic_fluent_table_resize_row_20_filled": 61592, - "ic_fluent_table_resize_row_20_regular": 61593, - "ic_fluent_table_search_20_filled": 61594, - "ic_fluent_table_search_20_regular": 61595, - "ic_fluent_table_settings_20_filled": 61596, - "ic_fluent_table_settings_20_regular": 61597, - "ic_fluent_table_simple_20_filled": 61598, - "ic_fluent_table_simple_20_regular": 61599, - "ic_fluent_table_simple_checkmark_20_filled": 61600, - "ic_fluent_table_simple_checkmark_20_regular": 61601, - "ic_fluent_table_simple_exclude_20_filled": 61602, - "ic_fluent_table_simple_exclude_20_regular": 61603, - "ic_fluent_table_simple_include_20_filled": 61604, - "ic_fluent_table_simple_include_20_regular": 61605, - "ic_fluent_table_simple_multiple_20_filled": 61606, - "ic_fluent_table_simple_multiple_20_regular": 61607, - "ic_fluent_table_sparkle_20_filled": 61608, - "ic_fluent_table_sparkle_20_regular": 61609, - "ic_fluent_table_split_20_filled": 61610, - "ic_fluent_table_split_20_regular": 61611, - "ic_fluent_table_stack_above_20_filled": 61612, - "ic_fluent_table_stack_above_20_regular": 61613, - "ic_fluent_table_stack_below_20_filled": 61614, - "ic_fluent_table_stack_below_20_regular": 61615, - "ic_fluent_table_stack_left_20_filled": 61616, - "ic_fluent_table_stack_left_20_regular": 61617, - "ic_fluent_table_stack_right_20_filled": 61618, - "ic_fluent_table_stack_right_20_regular": 61619, - "ic_fluent_table_switch_20_filled": 61620, - "ic_fluent_table_switch_20_regular": 61621, - "ic_fluent_tablet_20_filled": 61622, - "ic_fluent_tablet_20_regular": 61623, - "ic_fluent_tablet_laptop_20_filled": 61624, - "ic_fluent_tablet_laptop_20_regular": 61625, - "ic_fluent_tablet_speaker_20_filled": 61626, - "ic_fluent_tablet_speaker_20_regular": 61627, - "ic_fluent_tabs_20_filled": 61628, - "ic_fluent_tabs_20_regular": 61629, - "ic_fluent_tag_20_filled": 61630, - "ic_fluent_tag_20_regular": 61631, - "ic_fluent_tag_circle_20_filled": 61632, - "ic_fluent_tag_circle_20_regular": 61633, - "ic_fluent_tag_dismiss_20_filled": 61634, - "ic_fluent_tag_dismiss_20_regular": 61635, - "ic_fluent_tag_error_20_filled": 61636, - "ic_fluent_tag_error_20_regular": 61637, - "ic_fluent_tag_lock_20_filled": 61638, - "ic_fluent_tag_lock_20_regular": 61639, - "ic_fluent_tag_lock_accent_20_filled": 61640, - "ic_fluent_tag_multiple_20_filled": 61641, - "ic_fluent_tag_multiple_20_regular": 61642, - "ic_fluent_tag_off_20_filled": 61643, - "ic_fluent_tag_off_20_regular": 61644, - "ic_fluent_tag_question_mark_20_filled": 61645, - "ic_fluent_tag_question_mark_20_regular": 61646, - "ic_fluent_tag_reset_20_filled": 61647, - "ic_fluent_tag_reset_20_regular": 61648, - "ic_fluent_tag_search_20_filled": 61649, - "ic_fluent_tag_search_20_regular": 61650, - "ic_fluent_tap_double_20_filled": 61651, - "ic_fluent_tap_double_20_regular": 61652, - "ic_fluent_tap_single_20_filled": 61653, - "ic_fluent_tap_single_20_regular": 61654, - "ic_fluent_target_20_filled": 61655, - "ic_fluent_target_20_regular": 61656, - "ic_fluent_target_add_20_filled": 61657, - "ic_fluent_target_add_20_regular": 61658, - "ic_fluent_target_arrow_20_filled": 61659, - "ic_fluent_target_arrow_20_regular": 61660, - "ic_fluent_target_dismiss_20_filled": 61661, - "ic_fluent_target_dismiss_20_regular": 61662, - "ic_fluent_target_edit_20_filled": 61663, - "ic_fluent_target_edit_20_regular": 61664, - "ic_fluent_task_list_add_20_filled": 61665, - "ic_fluent_task_list_add_20_regular": 61666, - "ic_fluent_task_list_ltr_20_filled": 61667, - "ic_fluent_task_list_ltr_20_regular": 61668, - "ic_fluent_task_list_rtl_20_filled": 61669, - "ic_fluent_task_list_rtl_20_regular": 61670, - "ic_fluent_task_list_square_add_20_filled": 61671, - "ic_fluent_task_list_square_add_20_regular": 61672, - "ic_fluent_task_list_square_database_20_filled": 61673, - "ic_fluent_task_list_square_database_20_regular": 61674, - "ic_fluent_task_list_square_ltr_20_filled": 61675, - "ic_fluent_task_list_square_ltr_20_regular": 61676, - "ic_fluent_task_list_square_person_20_filled": 61677, - "ic_fluent_task_list_square_person_20_regular": 61678, - "ic_fluent_task_list_square_rtl_20_filled": 61679, - "ic_fluent_task_list_square_rtl_20_regular": 61680, - "ic_fluent_task_list_square_settings_20_filled": 61681, - "ic_fluent_task_list_square_settings_20_regular": 61682, - "ic_fluent_tasks_app_20_filled": 61683, - "ic_fluent_tasks_app_20_regular": 61684, - "ic_fluent_teaching_20_filled": 61685, - "ic_fluent_teaching_20_regular": 61686, - "ic_fluent_teardrop_bottom_right_20_filled": 61687, - "ic_fluent_teardrop_bottom_right_20_regular": 61688, - "ic_fluent_teddy_20_filled": 61689, - "ic_fluent_teddy_20_regular": 61690, - "ic_fluent_temperature_20_filled": 61691, - "ic_fluent_temperature_20_regular": 61692, - "ic_fluent_tent_20_filled": 61693, - "ic_fluent_tent_20_regular": 61694, - "ic_fluent_tetris_app_20_filled": 61695, - "ic_fluent_tetris_app_20_regular": 61696, - "ic_fluent_text_add_20_filled": 61697, - "ic_fluent_text_add_20_regular": 61698, - "ic_fluent_text_add_space_after_20_filled": 61699, - "ic_fluent_text_add_space_after_20_regular": 61700, - "ic_fluent_text_add_space_before_20_filled": 61701, - "ic_fluent_text_add_space_before_20_regular": 61702, - "ic_fluent_text_add_t_20_filled": 61703, - "ic_fluent_text_add_t_20_regular": 61704, - "ic_fluent_text_align_center_20_filled": 61705, - "ic_fluent_text_align_center_20_regular": 61706, - "ic_fluent_text_align_center_rotate_270_20_filled": 61707, - "ic_fluent_text_align_center_rotate_270_20_regular": 61708, - "ic_fluent_text_align_center_rotate_90_20_filled": 61709, - "ic_fluent_text_align_center_rotate_90_20_regular": 61710, - "ic_fluent_text_align_distributed_20_filled": 61711, - "ic_fluent_text_align_distributed_20_regular": 61712, - "ic_fluent_text_align_distributed_evenly_20_filled": 61713, - "ic_fluent_text_align_distributed_evenly_20_regular": 61714, - "ic_fluent_text_align_distributed_vertical_20_filled": 61715, - "ic_fluent_text_align_distributed_vertical_20_regular": 61716, - "ic_fluent_text_align_justify_20_filled": 61717, - "ic_fluent_text_align_justify_20_regular": 61718, - "ic_fluent_text_align_justify_low_20_filled": 61719, - "ic_fluent_text_align_justify_low_20_regular": 61720, - "ic_fluent_text_align_justify_low_90_20_filled": 61721, - "ic_fluent_text_align_justify_low_90_20_regular": 61722, - "ic_fluent_text_align_justify_low_rotate_270_20_filled": 61723, - "ic_fluent_text_align_justify_low_rotate_270_20_regular": 61724, - "ic_fluent_text_align_justify_low_rotate_90_20_filled": 61725, - "ic_fluent_text_align_justify_low_rotate_90_20_regular": 61726, - "ic_fluent_text_align_justify_rotate_270_20_filled": 61727, - "ic_fluent_text_align_justify_rotate_270_20_regular": 61728, - "ic_fluent_text_align_justify_rotate_90_20_filled": 61729, - "ic_fluent_text_align_justify_rotate_90_20_regular": 61730, - "ic_fluent_text_align_left_20_filled": 61731, - "ic_fluent_text_align_left_20_regular": 61732, - "ic_fluent_text_align_left_rotate_270_20_filled": 61733, - "ic_fluent_text_align_left_rotate_270_20_regular": 61734, - "ic_fluent_text_align_left_rotate_90_20_filled": 61735, - "ic_fluent_text_align_left_rotate_90_20_regular": 61736, - "ic_fluent_text_align_right_20_filled": 61737, - "ic_fluent_text_align_right_20_regular": 61738, - "ic_fluent_text_align_right_rotate_270_20_filled": 61739, - "ic_fluent_text_align_right_rotate_270_20_regular": 61740, - "ic_fluent_text_align_right_rotate_90_20_filled": 61741, - "ic_fluent_text_align_right_rotate_90_20_regular": 61742, - "ic_fluent_text_arrow_down_right_column_20_filled": 61743, - "ic_fluent_text_arrow_down_right_column_20_regular": 61744, - "ic_fluent_text_asterisk_20_filled": 61745, - "ic_fluent_text_asterisk_20_regular": 61746, - "ic_fluent_text_baseline_20_filled": 61747, - "ic_fluent_text_baseline_20_regular": 61748, - "ic_fluent_text_bold_20_filled": 61749, - "ic_fluent_text_bold_20_regular": 61750, - "ic_fluent_text_box_settings_20_filled": 61751, - "ic_fluent_text_box_settings_20_regular": 61752, - "ic_fluent_text_bullet_list_20_filled": 61753, - "ic_fluent_text_bullet_list_20_regular": 61754, - "ic_fluent_text_bullet_list_90_20_filled": 61755, - "ic_fluent_text_bullet_list_90_20_regular": 61756, - "ic_fluent_text_bullet_list_add_20_filled": 61757, - "ic_fluent_text_bullet_list_add_20_regular": 61758, - "ic_fluent_text_bullet_list_checkmark_20_filled": 61759, - "ic_fluent_text_bullet_list_checkmark_20_regular": 61760, - "ic_fluent_text_bullet_list_dismiss_20_filled": 61761, - "ic_fluent_text_bullet_list_dismiss_20_regular": 61762, - "ic_fluent_text_bullet_list_ltr_20_filled": 61763, - "ic_fluent_text_bullet_list_ltr_20_regular": 61764, - "ic_fluent_text_bullet_list_ltr_90_20_filled": 61765, - "ic_fluent_text_bullet_list_ltr_90_20_regular": 61766, - "ic_fluent_text_bullet_list_rtl_20_filled": 61767, - "ic_fluent_text_bullet_list_rtl_20_regular": 61768, - "ic_fluent_text_bullet_list_rtl_90_20_filled": 61769, - "ic_fluent_text_bullet_list_rtl_90_20_regular": 61770, - "ic_fluent_text_bullet_list_square_20_filled": 61771, - "ic_fluent_text_bullet_list_square_20_regular": 61772, - "ic_fluent_text_bullet_list_square_clock_20_filled": 61773, - "ic_fluent_text_bullet_list_square_clock_20_regular": 61774, - "ic_fluent_text_bullet_list_square_edit_20_filled": 61775, - "ic_fluent_text_bullet_list_square_edit_20_regular": 61776, - "ic_fluent_text_bullet_list_square_person_20_filled": 61777, - "ic_fluent_text_bullet_list_square_person_20_regular": 61778, - "ic_fluent_text_bullet_list_square_search_20_filled": 61779, - "ic_fluent_text_bullet_list_square_search_20_regular": 61780, - "ic_fluent_text_bullet_list_square_settings_20_filled": 61781, - "ic_fluent_text_bullet_list_square_settings_20_regular": 61782, - "ic_fluent_text_bullet_list_square_shield_20_filled": 61783, - "ic_fluent_text_bullet_list_square_shield_20_regular": 61784, - "ic_fluent_text_bullet_list_square_sparkle_20_filled": 61785, - "ic_fluent_text_bullet_list_square_sparkle_20_regular": 61786, - "ic_fluent_text_bullet_list_square_toolbox_20_filled": 61787, - "ic_fluent_text_bullet_list_square_toolbox_20_regular": 61788, - "ic_fluent_text_bullet_list_square_warning_20_filled": 61789, - "ic_fluent_text_bullet_list_square_warning_20_regular": 61790, - "ic_fluent_text_bullet_list_tree_20_filled": 61791, - "ic_fluent_text_bullet_list_tree_20_regular": 61792, - "ic_fluent_text_case_lowercase_20_filled": 61793, - "ic_fluent_text_case_lowercase_20_regular": 61794, - "ic_fluent_text_case_title_20_filled": 61795, - "ic_fluent_text_case_title_20_regular": 61796, - "ic_fluent_text_case_uppercase_20_filled": 61797, - "ic_fluent_text_case_uppercase_20_regular": 61798, - "ic_fluent_text_change_case_20_filled": 61799, - "ic_fluent_text_change_case_20_regular": 61800, - "ic_fluent_text_clear_formatting_20_filled": 61801, - "ic_fluent_text_clear_formatting_20_regular": 61802, - "ic_fluent_text_collapse_20_filled": 61803, - "ic_fluent_text_collapse_20_regular": 61804, - "ic_fluent_text_color_20_filled": 61805, - "ic_fluent_text_color_20_regular": 61806, - "ic_fluent_text_color_accent_20_filled": 61807, - "ic_fluent_text_column_one_20_filled": 61808, - "ic_fluent_text_column_one_20_regular": 61809, - "ic_fluent_text_column_one_narrow_20_filled": 61810, - "ic_fluent_text_column_one_narrow_20_regular": 61811, - "ic_fluent_text_column_one_semi_narrow_20_filled": 61812, - "ic_fluent_text_column_one_semi_narrow_20_regular": 61813, - "ic_fluent_text_column_one_wide_20_filled": 61814, - "ic_fluent_text_column_one_wide_20_regular": 61815, - "ic_fluent_text_column_one_wide_lightning_20_filled": 61816, - "ic_fluent_text_column_one_wide_lightning_20_regular": 61817, - "ic_fluent_text_column_three_20_filled": 61818, - "ic_fluent_text_column_three_20_regular": 61819, - "ic_fluent_text_column_two_20_filled": 61820, - "ic_fluent_text_column_two_20_regular": 61821, - "ic_fluent_text_column_two_left_20_filled": 61822, - "ic_fluent_text_column_two_left_20_regular": 61823, - "ic_fluent_text_column_two_right_20_filled": 61824, - "ic_fluent_text_column_two_right_20_regular": 61825, - "ic_fluent_text_column_wide_20_filled": 61826, - "ic_fluent_text_column_wide_20_regular": 61827, - "ic_fluent_text_continuous_20_filled": 61828, - "ic_fluent_text_continuous_20_regular": 61829, - "ic_fluent_text_density_20_filled": 61830, - "ic_fluent_text_density_20_regular": 61831, - "ic_fluent_text_description_20_filled": 61832, - "ic_fluent_text_description_20_regular": 61833, - "ic_fluent_text_description_ltr_20_filled": 61834, - "ic_fluent_text_description_ltr_20_regular": 61835, - "ic_fluent_text_description_rtl_20_filled": 61836, - "ic_fluent_text_description_rtl_20_regular": 61837, - "ic_fluent_text_direction_horizontal_left_20_filled": 61838, - "ic_fluent_text_direction_horizontal_left_20_regular": 61839, - "ic_fluent_text_direction_horizontal_ltr_20_filled": 61840, - "ic_fluent_text_direction_horizontal_ltr_20_regular": 61841, - "ic_fluent_text_direction_horizontal_right_20_filled": 61842, - "ic_fluent_text_direction_horizontal_right_20_regular": 61843, - "ic_fluent_text_direction_horizontal_rtl_20_filled": 61844, - "ic_fluent_text_direction_horizontal_rtl_20_regular": 61845, - "ic_fluent_text_direction_rotate_270_right_20_filled": 61846, - "ic_fluent_text_direction_rotate_270_right_20_regular": 61847, - "ic_fluent_text_direction_rotate_315_right_20_filled": 61848, - "ic_fluent_text_direction_rotate_315_right_20_regular": 61849, - "ic_fluent_text_direction_rotate_45_right_20_filled": 61850, - "ic_fluent_text_direction_rotate_45_right_20_regular": 61851, - "ic_fluent_text_direction_rotate_90_left_20_filled": 61852, - "ic_fluent_text_direction_rotate_90_left_20_regular": 61853, - "ic_fluent_text_direction_rotate_90_ltr_20_filled": 61854, - "ic_fluent_text_direction_rotate_90_ltr_20_regular": 61855, - "ic_fluent_text_direction_rotate_90_right_20_filled": 61856, - "ic_fluent_text_direction_rotate_90_right_20_regular": 61857, - "ic_fluent_text_direction_rotate_90_rtl_20_filled": 61858, - "ic_fluent_text_direction_rotate_90_rtl_20_regular": 61859, - "ic_fluent_text_direction_vertical_20_filled": 61860, - "ic_fluent_text_direction_vertical_20_regular": 61861, - "ic_fluent_text_edit_style_20_filled": 61862, - "ic_fluent_text_edit_style_20_regular": 61863, - "ic_fluent_text_effects_20_filled": 61864, - "ic_fluent_text_effects_20_regular": 61865, - "ic_fluent_text_effects_sparkle_20_filled": 61866, - "ic_fluent_text_effects_sparkle_20_regular": 61867, - "ic_fluent_text_expand_20_filled": 61868, - "ic_fluent_text_expand_20_regular": 61869, - "ic_fluent_text_field_20_filled": 61870, - "ic_fluent_text_field_20_regular": 61871, - "ic_fluent_text_first_line_20_filled": 61872, - "ic_fluent_text_first_line_20_regular": 61873, - "ic_fluent_text_font_20_filled": 61874, - "ic_fluent_text_font_20_regular": 61875, - "ic_fluent_text_font_info_20_filled": 61876, - "ic_fluent_text_font_info_20_regular": 61877, - "ic_fluent_text_font_size_20_filled": 61878, - "ic_fluent_text_font_size_20_regular": 61879, - "ic_fluent_text_footnote_20_filled": 61880, - "ic_fluent_text_footnote_20_regular": 61881, - "ic_fluent_text_grammar_arrow_left_20_filled": 61882, - "ic_fluent_text_grammar_arrow_left_20_regular": 61883, - "ic_fluent_text_grammar_arrow_right_20_filled": 61884, - "ic_fluent_text_grammar_arrow_right_20_regular": 61885, - "ic_fluent_text_grammar_checkmark_20_filled": 61886, - "ic_fluent_text_grammar_checkmark_20_regular": 61887, - "ic_fluent_text_grammar_dismiss_20_filled": 61888, - "ic_fluent_text_grammar_dismiss_20_regular": 61889, - "ic_fluent_text_grammar_error_20_filled": 61890, - "ic_fluent_text_grammar_error_20_regular": 61891, - "ic_fluent_text_grammar_lightning_20_filled": 61892, - "ic_fluent_text_grammar_lightning_20_regular": 61893, - "ic_fluent_text_grammar_settings_20_filled": 61894, - "ic_fluent_text_grammar_settings_20_regular": 61895, - "ic_fluent_text_grammar_wand_20_filled": 61896, - "ic_fluent_text_grammar_wand_20_regular": 61897, - "ic_fluent_text_hanging_20_filled": 61898, - "ic_fluent_text_hanging_20_regular": 61899, - "ic_fluent_text_header_1_20_filled": 61900, - "ic_fluent_text_header_1_20_regular": 61901, - "ic_fluent_text_header_1_lines_20_filled": 61902, - "ic_fluent_text_header_1_lines_20_regular": 61903, - "ic_fluent_text_header_1_lines_caret_20_filled": 61904, - "ic_fluent_text_header_1_lines_caret_20_regular": 61905, - "ic_fluent_text_header_2_20_filled": 61906, - "ic_fluent_text_header_2_20_regular": 61907, - "ic_fluent_text_header_2_lines_20_filled": 61908, - "ic_fluent_text_header_2_lines_20_regular": 61909, - "ic_fluent_text_header_2_lines_caret_20_filled": 61910, - "ic_fluent_text_header_2_lines_caret_20_regular": 61911, - "ic_fluent_text_header_3_20_filled": 61912, - "ic_fluent_text_header_3_20_regular": 61913, - "ic_fluent_text_header_3_lines_20_filled": 61914, - "ic_fluent_text_header_3_lines_20_regular": 61915, - "ic_fluent_text_header_3_lines_caret_20_filled": 61916, - "ic_fluent_text_header_3_lines_caret_20_regular": 61917, - "ic_fluent_text_indent_decrease_20_filled": 61918, - "ic_fluent_text_indent_decrease_20_regular": 61919, - "ic_fluent_text_indent_decrease_ltr_20_filled": 61920, - "ic_fluent_text_indent_decrease_ltr_20_regular": 61921, - "ic_fluent_text_indent_decrease_ltr_90_20_filled": 61922, - "ic_fluent_text_indent_decrease_ltr_90_20_regular": 61923, - "ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled": 61924, - "ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular": 61925, - "ic_fluent_text_indent_decrease_rotate_270_20_filled": 61926, - "ic_fluent_text_indent_decrease_rotate_270_20_regular": 61927, - "ic_fluent_text_indent_decrease_rotate_90_20_filled": 61928, - "ic_fluent_text_indent_decrease_rotate_90_20_regular": 61929, - "ic_fluent_text_indent_decrease_rtl_20_filled": 61930, - "ic_fluent_text_indent_decrease_rtl_20_regular": 61931, - "ic_fluent_text_indent_decrease_rtl_90_20_filled": 61932, - "ic_fluent_text_indent_decrease_rtl_90_20_regular": 61933, - "ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled": 61934, - "ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular": 61935, - "ic_fluent_text_indent_increase_20_filled": 61936, - "ic_fluent_text_indent_increase_20_regular": 61937, - "ic_fluent_text_indent_increase_ltr_20_filled": 61938, - "ic_fluent_text_indent_increase_ltr_20_regular": 61939, - "ic_fluent_text_indent_increase_ltr_90_20_filled": 61940, - "ic_fluent_text_indent_increase_ltr_90_20_regular": 61941, - "ic_fluent_text_indent_increase_ltr_rotate_270_20_filled": 61942, - "ic_fluent_text_indent_increase_ltr_rotate_270_20_regular": 61943, - "ic_fluent_text_indent_increase_rotate_270_20_filled": 61944, - "ic_fluent_text_indent_increase_rotate_270_20_regular": 61945, - "ic_fluent_text_indent_increase_rotate_90_20_filled": 61946, - "ic_fluent_text_indent_increase_rotate_90_20_regular": 61947, - "ic_fluent_text_indent_increase_rtl_20_filled": 61948, - "ic_fluent_text_indent_increase_rtl_20_regular": 61949, - "ic_fluent_text_indent_increase_rtl_90_20_filled": 61950, - "ic_fluent_text_indent_increase_rtl_90_20_regular": 61951, - "ic_fluent_text_indent_increase_rtl_rotate_270_20_filled": 61952, - "ic_fluent_text_indent_increase_rtl_rotate_270_20_regular": 61953, - "ic_fluent_text_italic_20_filled": 61954, - "ic_fluent_text_italic_20_regular": 61955, - "ic_fluent_text_line_spacing_20_filled": 61956, - "ic_fluent_text_line_spacing_20_regular": 61957, - "ic_fluent_text_more_20_filled": 61958, - "ic_fluent_text_more_20_regular": 61959, - "ic_fluent_text_number_format_20_filled": 61960, - "ic_fluent_text_number_format_20_regular": 61961, - "ic_fluent_text_number_list_ltr_20_filled": 61962, - "ic_fluent_text_number_list_ltr_20_regular": 61963, - "ic_fluent_text_number_list_ltr_90_20_filled": 61964, - "ic_fluent_text_number_list_ltr_90_20_regular": 61965, - "ic_fluent_text_number_list_ltr_rotate_270_20_filled": 61966, - "ic_fluent_text_number_list_ltr_rotate_270_20_regular": 61967, - "ic_fluent_text_number_list_rotate_270_20_filled": 61968, - "ic_fluent_text_number_list_rotate_270_20_regular": 61969, - "ic_fluent_text_number_list_rotate_90_20_filled": 61970, - "ic_fluent_text_number_list_rotate_90_20_regular": 61971, - "ic_fluent_text_number_list_rtl_20_filled": 61972, - "ic_fluent_text_number_list_rtl_20_regular": 61973, - "ic_fluent_text_number_list_rtl_90_20_filled": 61974, - "ic_fluent_text_number_list_rtl_90_20_regular": 61975, - "ic_fluent_text_number_list_rtl_rotate_270_20_filled": 61976, - "ic_fluent_text_number_list_rtl_rotate_270_20_regular": 61977, - "ic_fluent_text_paragraph_20_filled": 61978, - "ic_fluent_text_paragraph_20_regular": 61979, - "ic_fluent_text_paragraph_direction_20_filled": 61980, - "ic_fluent_text_paragraph_direction_20_regular": 61981, - "ic_fluent_text_paragraph_direction_left_20_filled": 61982, - "ic_fluent_text_paragraph_direction_left_20_regular": 61983, - "ic_fluent_text_paragraph_direction_right_20_filled": 61984, - "ic_fluent_text_paragraph_direction_right_20_regular": 61985, - "ic_fluent_text_period_asterisk_20_filled": 61986, - "ic_fluent_text_period_asterisk_20_regular": 61987, - "ic_fluent_text_position_behind_20_filled": 61988, - "ic_fluent_text_position_behind_20_regular": 61989, - "ic_fluent_text_position_front_20_filled": 61990, - "ic_fluent_text_position_front_20_regular": 61991, - "ic_fluent_text_position_line_20_filled": 61992, - "ic_fluent_text_position_line_20_regular": 61993, - "ic_fluent_text_position_square_20_filled": 61994, - "ic_fluent_text_position_square_20_regular": 61995, - "ic_fluent_text_position_square_left_20_filled": 61996, - "ic_fluent_text_position_square_left_20_regular": 61997, - "ic_fluent_text_position_square_right_20_filled": 61998, - "ic_fluent_text_position_square_right_20_regular": 61999, - "ic_fluent_text_position_through_20_filled": 62000, - "ic_fluent_text_position_through_20_regular": 62001, - "ic_fluent_text_position_tight_20_filled": 62002, - "ic_fluent_text_position_tight_20_regular": 62003, - "ic_fluent_text_position_top_bottom_20_filled": 62004, - "ic_fluent_text_position_top_bottom_20_regular": 62005, - "ic_fluent_text_proofing_tools_20_filled": 62006, - "ic_fluent_text_proofing_tools_20_regular": 62007, - "ic_fluent_text_quote_20_filled": 62008, - "ic_fluent_text_quote_20_regular": 62009, - "ic_fluent_text_sort_ascending_20_filled": 62010, - "ic_fluent_text_sort_ascending_20_regular": 62011, - "ic_fluent_text_sort_descending_20_filled": 62012, - "ic_fluent_text_sort_descending_20_regular": 62013, - "ic_fluent_text_strikethrough_20_filled": 62014, - "ic_fluent_text_strikethrough_20_regular": 62015, - "ic_fluent_text_subscript_20_filled": 62016, - "ic_fluent_text_subscript_20_regular": 62017, - "ic_fluent_text_superscript_20_filled": 62018, - "ic_fluent_text_superscript_20_regular": 62019, - "ic_fluent_text_t_20_filled": 62020, - "ic_fluent_text_t_20_regular": 62021, - "ic_fluent_text_underline_20_filled": 62022, - "ic_fluent_text_underline_20_regular": 62023, - "ic_fluent_text_underline_character_u_20_filled": 62024, - "ic_fluent_text_underline_character_u_20_regular": 62025, - "ic_fluent_text_underline_double_20_filled": 62026, - "ic_fluent_text_underline_double_20_regular": 62027, - "ic_fluent_text_whole_word_20_filled": 62028, - "ic_fluent_text_whole_word_20_regular": 62029, - "ic_fluent_text_word_count_20_filled": 62030, - "ic_fluent_text_word_count_20_regular": 62031, - "ic_fluent_text_wrap_20_filled": 62032, - "ic_fluent_text_wrap_20_regular": 62033, - "ic_fluent_text_wrap_off_20_filled": 62034, - "ic_fluent_text_wrap_off_20_regular": 62035, - "ic_fluent_textbox_20_filled": 62036, - "ic_fluent_textbox_20_regular": 62037, - "ic_fluent_textbox_align_bottom_20_filled": 62038, - "ic_fluent_textbox_align_bottom_20_regular": 62039, - "ic_fluent_textbox_align_bottom_center_20_filled": 62040, - "ic_fluent_textbox_align_bottom_center_20_regular": 62041, - "ic_fluent_textbox_align_bottom_left_20_filled": 62042, - "ic_fluent_textbox_align_bottom_left_20_regular": 62043, - "ic_fluent_textbox_align_bottom_right_20_filled": 62044, - "ic_fluent_textbox_align_bottom_right_20_regular": 62045, - "ic_fluent_textbox_align_bottom_rotate_90_20_filled": 62046, - "ic_fluent_textbox_align_bottom_rotate_90_20_regular": 62047, - "ic_fluent_textbox_align_center_20_filled": 62048, - "ic_fluent_textbox_align_center_20_regular": 62049, - "ic_fluent_textbox_align_middle_20_filled": 62050, - "ic_fluent_textbox_align_middle_20_regular": 62051, - "ic_fluent_textbox_align_middle_left_20_filled": 62052, - "ic_fluent_textbox_align_middle_left_20_regular": 62053, - "ic_fluent_textbox_align_middle_right_20_filled": 62054, - "ic_fluent_textbox_align_middle_right_20_regular": 62055, - "ic_fluent_textbox_align_middle_rotate_90_20_filled": 62056, - "ic_fluent_textbox_align_middle_rotate_90_20_regular": 62057, - "ic_fluent_textbox_align_top_20_filled": 62058, - "ic_fluent_textbox_align_top_20_regular": 62059, - "ic_fluent_textbox_align_top_center_20_filled": 62060, - "ic_fluent_textbox_align_top_center_20_regular": 62061, - "ic_fluent_textbox_align_top_left_20_filled": 62062, - "ic_fluent_textbox_align_top_left_20_regular": 62063, - "ic_fluent_textbox_align_top_right_20_filled": 62064, - "ic_fluent_textbox_align_top_right_20_regular": 62065, - "ic_fluent_textbox_align_top_rotate_90_20_filled": 62066, - "ic_fluent_textbox_align_top_rotate_90_20_regular": 62067, - "ic_fluent_textbox_checkmark_20_filled": 62068, - "ic_fluent_textbox_checkmark_20_regular": 62069, - "ic_fluent_textbox_more_20_filled": 62070, - "ic_fluent_textbox_more_20_regular": 62071, - "ic_fluent_textbox_rotate_90_20_filled": 62072, - "ic_fluent_textbox_rotate_90_20_regular": 62073, - "ic_fluent_textbox_settings_20_filled": 62074, - "ic_fluent_textbox_settings_20_regular": 62075, - "ic_fluent_thinking_20_filled": 62076, - "ic_fluent_thinking_20_regular": 62077, - "ic_fluent_thumb_dislike_20_filled": 62078, - "ic_fluent_thumb_dislike_20_regular": 62079, - "ic_fluent_thumb_like_20_filled": 62080, - "ic_fluent_thumb_like_20_regular": 62081, - "ic_fluent_thumb_like_dislike_20_filled": 62082, - "ic_fluent_thumb_like_dislike_20_regular": 62083, - "ic_fluent_ticket_diagonal_20_filled": 62084, - "ic_fluent_ticket_diagonal_20_regular": 62085, - "ic_fluent_ticket_horizontal_20_filled": 62086, - "ic_fluent_ticket_horizontal_20_regular": 62087, - "ic_fluent_time_and_weather_20_filled": 62088, - "ic_fluent_time_and_weather_20_regular": 62089, - "ic_fluent_time_picker_20_filled": 62090, - "ic_fluent_time_picker_20_regular": 62091, - "ic_fluent_timeline_20_filled": 62092, - "ic_fluent_timeline_20_regular": 62093, - "ic_fluent_timer_10_20_filled": 62094, - "ic_fluent_timer_10_20_regular": 62095, - "ic_fluent_timer_2_20_filled": 62096, - "ic_fluent_timer_2_20_regular": 62097, - "ic_fluent_timer_20_filled": 62098, - "ic_fluent_timer_20_regular": 62099, - "ic_fluent_timer_3_20_filled": 62100, - "ic_fluent_timer_3_20_regular": 62101, - "ic_fluent_timer_off_20_filled": 62102, - "ic_fluent_timer_off_20_regular": 62103, - "ic_fluent_toggle_left_20_filled": 62104, - "ic_fluent_toggle_left_20_regular": 62105, - "ic_fluent_toggle_multiple_20_filled": 62106, - "ic_fluent_toggle_multiple_20_regular": 62107, - "ic_fluent_toggle_right_20_filled": 62108, - "ic_fluent_toggle_right_20_regular": 62109, - "ic_fluent_toolbox_20_filled": 62110, - "ic_fluent_toolbox_20_regular": 62111, - "ic_fluent_tooltip_quote_20_filled": 62112, - "ic_fluent_tooltip_quote_20_regular": 62113, - "ic_fluent_top_speed_20_filled": 62114, - "ic_fluent_top_speed_20_regular": 62115, - "ic_fluent_translate_20_filled": 62116, - "ic_fluent_translate_20_regular": 62117, - "ic_fluent_translate_auto_20_filled": 62118, - "ic_fluent_translate_auto_20_regular": 62119, - "ic_fluent_translate_off_20_filled": 62120, - "ic_fluent_translate_off_20_regular": 62121, - "ic_fluent_transmission_20_filled": 62122, - "ic_fluent_transmission_20_regular": 62123, - "ic_fluent_transparency_square_20_filled": 62124, - "ic_fluent_transparency_square_20_regular": 62125, - "ic_fluent_tray_item_add_20_filled": 62126, - "ic_fluent_tray_item_add_20_regular": 62127, - "ic_fluent_tray_item_remove_20_filled": 62128, - "ic_fluent_tray_item_remove_20_regular": 62129, - "ic_fluent_tree_deciduous_20_filled": 62130, - "ic_fluent_tree_deciduous_20_regular": 62131, - "ic_fluent_tree_evergreen_20_filled": 62132, - "ic_fluent_tree_evergreen_20_regular": 62133, - "ic_fluent_triangle_20_filled": 62134, - "ic_fluent_triangle_20_regular": 62135, - "ic_fluent_triangle_down_20_filled": 62136, - "ic_fluent_triangle_down_20_regular": 62137, - "ic_fluent_triangle_left_20_filled": 62138, - "ic_fluent_triangle_left_20_regular": 62139, - "ic_fluent_triangle_right_20_filled": 62140, - "ic_fluent_triangle_right_20_regular": 62141, - "ic_fluent_triangle_up_20_filled": 62142, - "ic_fluent_triangle_up_20_regular": 62143, - "ic_fluent_trophy_20_filled": 62144, - "ic_fluent_trophy_20_regular": 62145, - "ic_fluent_trophy_lock_20_filled": 62146, - "ic_fluent_trophy_lock_20_regular": 62147, - "ic_fluent_trophy_off_20_filled": 62148, - "ic_fluent_trophy_off_20_regular": 62149, - "ic_fluent_tv_20_filled": 62150, - "ic_fluent_tv_20_regular": 62151, - "ic_fluent_tv_arrow_right_20_filled": 62152, - "ic_fluent_tv_arrow_right_20_regular": 62153, - "ic_fluent_tv_usb_20_filled": 62154, - "ic_fluent_tv_usb_20_regular": 62155, - "ic_fluent_umbrella_20_filled": 62156, - "ic_fluent_umbrella_20_regular": 62157, - "ic_fluent_uninstall_app_20_filled": 62158, - "ic_fluent_uninstall_app_20_regular": 62159, - "ic_fluent_usb_plug_20_filled": 62160, - "ic_fluent_usb_plug_20_regular": 62161, - "ic_fluent_usb_stick_20_filled": 62162, - "ic_fluent_usb_stick_20_regular": 62163, - "ic_fluent_vault_20_filled": 62164, - "ic_fluent_vault_20_regular": 62165, - "ic_fluent_vehicle_bicycle_20_filled": 62166, - "ic_fluent_vehicle_bicycle_20_regular": 62167, - "ic_fluent_vehicle_bus_20_filled": 62168, - "ic_fluent_vehicle_bus_20_regular": 62169, - "ic_fluent_vehicle_cab_20_filled": 62170, - "ic_fluent_vehicle_cab_20_regular": 62171, - "ic_fluent_vehicle_cable_car_20_filled": 62172, - "ic_fluent_vehicle_cable_car_20_regular": 62173, - "ic_fluent_vehicle_car_20_filled": 62174, - "ic_fluent_vehicle_car_20_regular": 62175, - "ic_fluent_vehicle_car_collision_20_filled": 62176, - "ic_fluent_vehicle_car_collision_20_regular": 62177, - "ic_fluent_vehicle_car_parking_20_filled": 62178, - "ic_fluent_vehicle_car_parking_20_regular": 62179, - "ic_fluent_vehicle_car_profile_20_filled": 62180, - "ic_fluent_vehicle_car_profile_20_regular": 62181, - "ic_fluent_vehicle_car_profile_ltr_20_filled": 62182, - "ic_fluent_vehicle_car_profile_ltr_20_regular": 62183, - "ic_fluent_vehicle_car_profile_ltr_clock_20_filled": 62184, - "ic_fluent_vehicle_car_profile_ltr_clock_20_regular": 62185, - "ic_fluent_vehicle_car_profile_rtl_20_filled": 62186, - "ic_fluent_vehicle_car_profile_rtl_20_regular": 62187, - "ic_fluent_vehicle_motorcycle_20_filled": 62188, - "ic_fluent_vehicle_motorcycle_20_regular": 62189, - "ic_fluent_vehicle_ship_20_filled": 62190, - "ic_fluent_vehicle_ship_20_regular": 62191, - "ic_fluent_vehicle_subway_20_filled": 62192, - "ic_fluent_vehicle_subway_20_regular": 62193, - "ic_fluent_vehicle_subway_clock_20_filled": 62194, - "ic_fluent_vehicle_subway_clock_20_regular": 62195, - "ic_fluent_vehicle_tractor_20_filled": 62196, - "ic_fluent_vehicle_tractor_20_regular": 62197, - "ic_fluent_vehicle_truck_20_filled": 62198, - "ic_fluent_vehicle_truck_20_regular": 62199, - "ic_fluent_vehicle_truck_bag_20_filled": 62200, - "ic_fluent_vehicle_truck_bag_20_regular": 62201, - "ic_fluent_vehicle_truck_cube_20_filled": 62202, - "ic_fluent_vehicle_truck_cube_20_regular": 62203, - "ic_fluent_vehicle_truck_profile_20_filled": 62204, - "ic_fluent_vehicle_truck_profile_20_regular": 62205, - "ic_fluent_video_20_filled": 62206, - "ic_fluent_video_20_regular": 62207, - "ic_fluent_video_360_20_filled": 62208, - "ic_fluent_video_360_20_regular": 62209, - "ic_fluent_video_360_off_20_filled": 62210, - "ic_fluent_video_360_off_20_regular": 62211, - "ic_fluent_video_add_20_filled": 62212, - "ic_fluent_video_add_20_regular": 62213, - "ic_fluent_video_background_effect_20_filled": 62214, - "ic_fluent_video_background_effect_20_regular": 62215, - "ic_fluent_video_background_effect_horizontal_20_filled": 62216, - "ic_fluent_video_background_effect_horizontal_20_regular": 62217, - "ic_fluent_video_bluetooth_20_filled": 62218, - "ic_fluent_video_bluetooth_20_regular": 62219, - "ic_fluent_video_chat_20_filled": 62220, - "ic_fluent_video_chat_20_regular": 62221, - "ic_fluent_video_clip_20_filled": 62222, - "ic_fluent_video_clip_20_regular": 62223, - "ic_fluent_video_clip_multiple_20_filled": 62224, - "ic_fluent_video_clip_multiple_20_regular": 62225, - "ic_fluent_video_clip_off_20_filled": 62226, - "ic_fluent_video_clip_off_20_regular": 62227, - "ic_fluent_video_clip_optimize_20_filled": 62228, - "ic_fluent_video_clip_optimize_20_regular": 62229, - "ic_fluent_video_clip_wand_20_filled": 62230, - "ic_fluent_video_clip_wand_20_regular": 62231, - "ic_fluent_video_off_20_filled": 62232, - "ic_fluent_video_off_20_regular": 62233, - "ic_fluent_video_person_20_filled": 62234, - "ic_fluent_video_person_20_regular": 62235, - "ic_fluent_video_person_call_20_filled": 62236, - "ic_fluent_video_person_call_20_regular": 62237, - "ic_fluent_video_person_clock_20_filled": 62238, - "ic_fluent_video_person_clock_20_regular": 62239, - "ic_fluent_video_person_off_20_filled": 62240, - "ic_fluent_video_person_off_20_regular": 62241, - "ic_fluent_video_person_pulse_20_filled": 62242, - "ic_fluent_video_person_pulse_20_regular": 62243, - "ic_fluent_video_person_sparkle_20_filled": 62244, - "ic_fluent_video_person_sparkle_20_regular": 62245, - "ic_fluent_video_person_sparkle_off_20_filled": 62246, - "ic_fluent_video_person_sparkle_off_20_regular": 62247, - "ic_fluent_video_person_star_20_filled": 62248, - "ic_fluent_video_person_star_20_regular": 62249, - "ic_fluent_video_person_star_off_20_filled": 62250, - "ic_fluent_video_person_star_off_20_regular": 62251, - "ic_fluent_video_play_pause_20_filled": 62252, - "ic_fluent_video_play_pause_20_regular": 62253, - "ic_fluent_video_prohibited_20_filled": 62254, - "ic_fluent_video_prohibited_20_regular": 62255, - "ic_fluent_video_recording_20_filled": 62256, - "ic_fluent_video_recording_20_regular": 62257, - "ic_fluent_video_security_20_filled": 62258, - "ic_fluent_video_security_20_regular": 62259, - "ic_fluent_video_switch_20_filled": 62260, - "ic_fluent_video_switch_20_regular": 62261, - "ic_fluent_video_sync_20_filled": 62262, - "ic_fluent_video_sync_20_regular": 62263, - "ic_fluent_video_usb_20_filled": 62264, - "ic_fluent_video_usb_20_regular": 62265, - "ic_fluent_view_desktop_20_filled": 62266, - "ic_fluent_view_desktop_20_regular": 62267, - "ic_fluent_view_desktop_mobile_20_filled": 62268, - "ic_fluent_view_desktop_mobile_20_regular": 62269, - "ic_fluent_virtual_network_20_filled": 62270, - "ic_fluent_virtual_network_20_regular": 62271, - "ic_fluent_virtual_network_toolbox_20_filled": 62272, - "ic_fluent_virtual_network_toolbox_20_regular": 62273, - "ic_fluent_voicemail_20_filled": 62274, - "ic_fluent_voicemail_20_regular": 62275, - "ic_fluent_voicemail_arrow_back_20_filled": 62276, - "ic_fluent_voicemail_arrow_back_20_regular": 62277, - "ic_fluent_voicemail_arrow_forward_20_filled": 62278, - "ic_fluent_voicemail_arrow_forward_20_regular": 62279, - "ic_fluent_voicemail_arrow_subtract_20_filled": 62280, - "ic_fluent_voicemail_arrow_subtract_20_regular": 62281, - "ic_fluent_voicemail_shield_20_filled": 62282, - "ic_fluent_voicemail_shield_20_regular": 62283, - "ic_fluent_voicemail_subtract_20_filled": 62284, - "ic_fluent_voicemail_subtract_20_regular": 62285, - "ic_fluent_vote_20_filled": 62286, - "ic_fluent_vote_20_regular": 62287, - "ic_fluent_walkie_talkie_20_filled": 62288, - "ic_fluent_walkie_talkie_20_regular": 62289, - "ic_fluent_wallet_20_filled": 62290, - "ic_fluent_wallet_20_regular": 62291, - "ic_fluent_wallet_credit_card_20_filled": 62292, - "ic_fluent_wallet_credit_card_20_regular": 62293, - "ic_fluent_wallpaper_20_filled": 62294, - "ic_fluent_wallpaper_20_regular": 62295, - "ic_fluent_wand_20_filled": 62296, - "ic_fluent_wand_20_regular": 62297, - "ic_fluent_warning_20_filled": 62298, - "ic_fluent_warning_20_regular": 62299, - "ic_fluent_warning_lock_open_20_filled": 62300, - "ic_fluent_warning_lock_open_20_regular": 62301, - "ic_fluent_warning_shield_20_filled": 62302, - "ic_fluent_warning_shield_20_regular": 62303, - "ic_fluent_washer_20_filled": 62304, - "ic_fluent_washer_20_regular": 62305, - "ic_fluent_water_20_filled": 62306, - "ic_fluent_water_20_regular": 62307, - "ic_fluent_weather_blowing_snow_20_filled": 62308, - "ic_fluent_weather_blowing_snow_20_regular": 62309, - "ic_fluent_weather_cloudy_20_filled": 62310, - "ic_fluent_weather_cloudy_20_regular": 62311, - "ic_fluent_weather_drizzle_20_filled": 62312, - "ic_fluent_weather_drizzle_20_regular": 62313, - "ic_fluent_weather_duststorm_20_filled": 62314, - "ic_fluent_weather_duststorm_20_regular": 62315, - "ic_fluent_weather_fog_20_filled": 62316, - "ic_fluent_weather_fog_20_regular": 62317, - "ic_fluent_weather_hail_day_20_filled": 62318, - "ic_fluent_weather_hail_day_20_regular": 62319, - "ic_fluent_weather_hail_night_20_filled": 62320, - "ic_fluent_weather_hail_night_20_regular": 62321, - "ic_fluent_weather_haze_20_filled": 62322, - "ic_fluent_weather_haze_20_regular": 62323, - "ic_fluent_weather_moon_20_filled": 62324, - "ic_fluent_weather_moon_20_regular": 62325, - "ic_fluent_weather_moon_off_20_filled": 62326, - "ic_fluent_weather_moon_off_20_regular": 62327, - "ic_fluent_weather_partly_cloudy_day_20_filled": 62328, - "ic_fluent_weather_partly_cloudy_day_20_regular": 62329, - "ic_fluent_weather_partly_cloudy_night_20_filled": 62330, - "ic_fluent_weather_partly_cloudy_night_20_regular": 62331, - "ic_fluent_weather_rain_20_filled": 62332, - "ic_fluent_weather_rain_20_regular": 62333, - "ic_fluent_weather_rain_showers_day_20_filled": 62334, - "ic_fluent_weather_rain_showers_day_20_regular": 62335, - "ic_fluent_weather_rain_showers_night_20_filled": 62336, - "ic_fluent_weather_rain_showers_night_20_regular": 62337, - "ic_fluent_weather_rain_snow_20_filled": 62338, - "ic_fluent_weather_rain_snow_20_regular": 62339, - "ic_fluent_weather_snow_20_filled": 62340, - "ic_fluent_weather_snow_20_regular": 62341, - "ic_fluent_weather_snow_shower_day_20_filled": 62342, - "ic_fluent_weather_snow_shower_day_20_regular": 62343, - "ic_fluent_weather_snow_shower_night_20_filled": 62344, - "ic_fluent_weather_snow_shower_night_20_regular": 62345, - "ic_fluent_weather_snowflake_20_filled": 62346, - "ic_fluent_weather_snowflake_20_regular": 62347, - "ic_fluent_weather_squalls_20_filled": 62348, - "ic_fluent_weather_squalls_20_regular": 62349, - "ic_fluent_weather_sunny_20_filled": 62350, - "ic_fluent_weather_sunny_20_regular": 62351, - "ic_fluent_weather_sunny_high_20_filled": 62352, - "ic_fluent_weather_sunny_high_20_regular": 62353, - "ic_fluent_weather_sunny_low_20_filled": 62354, - "ic_fluent_weather_sunny_low_20_regular": 62355, - "ic_fluent_weather_thunderstorm_20_filled": 62356, - "ic_fluent_weather_thunderstorm_20_regular": 62357, - "ic_fluent_web_asset_20_filled": 62358, - "ic_fluent_web_asset_20_regular": 62359, - "ic_fluent_whiteboard_20_filled": 62360, - "ic_fluent_whiteboard_20_regular": 62361, - "ic_fluent_whiteboard_off_20_filled": 62362, - "ic_fluent_whiteboard_off_20_regular": 62363, - "ic_fluent_wifi_1_20_filled": 62364, - "ic_fluent_wifi_1_20_regular": 62365, - "ic_fluent_wifi_2_20_filled": 62366, - "ic_fluent_wifi_2_20_regular": 62367, - "ic_fluent_wifi_3_20_filled": 62368, - "ic_fluent_wifi_3_20_regular": 62369, - "ic_fluent_wifi_4_20_filled": 62370, - "ic_fluent_wifi_4_20_regular": 62371, - "ic_fluent_wifi_lock_20_filled": 62372, - "ic_fluent_wifi_lock_20_regular": 62373, - "ic_fluent_wifi_off_20_filled": 62374, - "ic_fluent_wifi_off_20_regular": 62375, - "ic_fluent_wifi_settings_20_filled": 62376, - "ic_fluent_wifi_settings_20_regular": 62377, - "ic_fluent_wifi_warning_20_filled": 62378, - "ic_fluent_wifi_warning_20_regular": 62379, - "ic_fluent_window_20_filled": 62380, - "ic_fluent_window_20_regular": 62381, - "ic_fluent_window_ad_20_filled": 62382, - "ic_fluent_window_ad_20_regular": 62383, - "ic_fluent_window_ad_off_20_filled": 62384, - "ic_fluent_window_ad_off_20_regular": 62385, - "ic_fluent_window_ad_person_20_filled": 62386, - "ic_fluent_window_ad_person_20_regular": 62387, - "ic_fluent_window_apps_20_filled": 62388, - "ic_fluent_window_apps_20_regular": 62389, - "ic_fluent_window_arrow_up_20_filled": 62390, - "ic_fluent_window_arrow_up_20_regular": 62391, - "ic_fluent_window_brush_20_filled": 62392, - "ic_fluent_window_brush_20_regular": 62393, - "ic_fluent_window_bullet_list_20_filled": 62394, - "ic_fluent_window_bullet_list_20_regular": 62395, - "ic_fluent_window_bullet_list_add_20_filled": 62396, - "ic_fluent_window_bullet_list_add_20_regular": 62397, - "ic_fluent_window_column_one_fourth_left_20_filled": 62398, - "ic_fluent_window_column_one_fourth_left_20_regular": 62399, - "ic_fluent_window_column_one_fourth_left_focus_left_20_filled": 62400, - "ic_fluent_window_column_one_fourth_left_focus_top_20_filled": 62401, - "ic_fluent_window_console_20_filled": 62402, - "ic_fluent_window_console_20_regular": 62403, - "ic_fluent_window_database_20_filled": 62404, - "ic_fluent_window_database_20_regular": 62405, - "ic_fluent_window_dev_edit_20_filled": 62406, - "ic_fluent_window_dev_edit_20_regular": 62407, - "ic_fluent_window_dev_tools_20_filled": 62408, - "ic_fluent_window_dev_tools_20_regular": 62409, - "ic_fluent_window_edit_20_filled": 62410, - "ic_fluent_window_edit_20_regular": 62411, - "ic_fluent_window_fingerprint_20_filled": 62412, - "ic_fluent_window_fingerprint_20_regular": 62413, - "ic_fluent_window_header_horizontal_20_filled": 62414, - "ic_fluent_window_header_horizontal_20_regular": 62415, - "ic_fluent_window_header_horizontal_off_20_filled": 62416, - "ic_fluent_window_header_horizontal_off_20_regular": 62417, - "ic_fluent_window_header_vertical_20_filled": 62418, - "ic_fluent_window_header_vertical_20_regular": 62419, - "ic_fluent_window_inprivate_20_filled": 62420, - "ic_fluent_window_inprivate_20_regular": 62421, - "ic_fluent_window_inprivate_account_20_filled": 62422, - "ic_fluent_window_inprivate_account_20_regular": 62423, - "ic_fluent_window_location_target_20_filled": 62424, - "ic_fluent_window_location_target_20_regular": 62425, - "ic_fluent_window_multiple_20_filled": 62426, - "ic_fluent_window_multiple_20_regular": 62427, - "ic_fluent_window_multiple_swap_20_filled": 62428, - "ic_fluent_window_multiple_swap_20_regular": 62429, - "ic_fluent_window_new_20_filled": 62430, - "ic_fluent_window_new_20_regular": 62431, - "ic_fluent_window_play_20_filled": 62432, - "ic_fluent_window_play_20_regular": 62433, - "ic_fluent_window_settings_20_filled": 62434, - "ic_fluent_window_settings_20_regular": 62435, - "ic_fluent_window_shield_20_filled": 62436, - "ic_fluent_window_shield_20_regular": 62437, - "ic_fluent_window_text_20_filled": 62438, - "ic_fluent_window_text_20_regular": 62439, - "ic_fluent_window_wrench_20_filled": 62440, - "ic_fluent_window_wrench_20_regular": 62441, - "ic_fluent_wrench_20_filled": 62442, - "ic_fluent_wrench_20_regular": 62443, - "ic_fluent_wrench_screwdriver_20_filled": 62444, - "ic_fluent_wrench_screwdriver_20_regular": 62445, - "ic_fluent_wrench_settings_20_filled": 62446, - "ic_fluent_wrench_settings_20_regular": 62447, - "ic_fluent_xbox_console_20_filled": 62448, - "ic_fluent_xbox_console_20_regular": 62449, - "ic_fluent_xbox_controller_20_filled": 62450, - "ic_fluent_xbox_controller_20_regular": 62451, - "ic_fluent_xbox_controller_error_20_filled": 62452, - "ic_fluent_xbox_controller_error_20_regular": 62453, - "ic_fluent_xray_20_filled": 62454, - "ic_fluent_xray_20_regular": 62455, - "ic_fluent_zoom_fit_20_filled": 62456, - "ic_fluent_zoom_fit_20_regular": 62457, - "ic_fluent_zoom_in_20_filled": 62458, - "ic_fluent_zoom_in_20_regular": 62459, - "ic_fluent_zoom_out_20_filled": 62460, - "ic_fluent_zoom_out_20_regular": 62461 + "ic_fluent_document_one_page_multiple_sparkle_20_filled": 59068, + "ic_fluent_document_one_page_multiple_sparkle_20_regular": 59069, + "ic_fluent_document_one_page_sparkle_20_filled": 59070, + "ic_fluent_document_one_page_sparkle_20_regular": 59071, + "ic_fluent_document_page_bottom_center_20_filled": 59072, + "ic_fluent_document_page_bottom_center_20_regular": 59073, + "ic_fluent_document_page_bottom_left_20_filled": 59074, + "ic_fluent_document_page_bottom_left_20_regular": 59075, + "ic_fluent_document_page_bottom_right_20_filled": 59076, + "ic_fluent_document_page_bottom_right_20_regular": 59077, + "ic_fluent_document_page_break_20_filled": 59078, + "ic_fluent_document_page_break_20_regular": 59079, + "ic_fluent_document_page_number_20_filled": 59080, + "ic_fluent_document_page_number_20_regular": 59081, + "ic_fluent_document_page_top_center_20_filled": 59082, + "ic_fluent_document_page_top_center_20_regular": 59083, + "ic_fluent_document_page_top_left_20_filled": 59084, + "ic_fluent_document_page_top_left_20_regular": 59085, + "ic_fluent_document_page_top_right_20_filled": 59086, + "ic_fluent_document_page_top_right_20_regular": 59087, + "ic_fluent_document_pdf_20_filled": 59088, + "ic_fluent_document_pdf_20_regular": 59089, + "ic_fluent_document_percent_20_filled": 59090, + "ic_fluent_document_percent_20_regular": 59091, + "ic_fluent_document_person_20_filled": 59092, + "ic_fluent_document_person_20_regular": 59093, + "ic_fluent_document_pill_20_filled": 59094, + "ic_fluent_document_pill_20_regular": 59095, + "ic_fluent_document_print_20_filled": 59096, + "ic_fluent_document_print_20_regular": 59097, + "ic_fluent_document_prohibited_20_filled": 59098, + "ic_fluent_document_prohibited_20_regular": 59099, + "ic_fluent_document_question_mark_20_filled": 59100, + "ic_fluent_document_question_mark_20_regular": 59101, + "ic_fluent_document_queue_20_filled": 59102, + "ic_fluent_document_queue_20_regular": 59103, + "ic_fluent_document_queue_add_20_filled": 59104, + "ic_fluent_document_queue_add_20_regular": 59105, + "ic_fluent_document_queue_multiple_20_filled": 59106, + "ic_fluent_document_queue_multiple_20_regular": 59107, + "ic_fluent_document_ribbon_20_filled": 59108, + "ic_fluent_document_ribbon_20_regular": 59109, + "ic_fluent_document_sass_20_filled": 59110, + "ic_fluent_document_sass_20_regular": 59111, + "ic_fluent_document_save_20_filled": 59112, + "ic_fluent_document_save_20_regular": 59113, + "ic_fluent_document_search_20_filled": 59114, + "ic_fluent_document_search_20_regular": 59115, + "ic_fluent_document_settings_20_filled": 59116, + "ic_fluent_document_settings_20_regular": 59117, + "ic_fluent_document_signature_20_filled": 59118, + "ic_fluent_document_signature_20_regular": 59119, + "ic_fluent_document_split_hint_20_filled": 59120, + "ic_fluent_document_split_hint_20_regular": 59121, + "ic_fluent_document_split_hint_off_20_filled": 59122, + "ic_fluent_document_split_hint_off_20_regular": 59123, + "ic_fluent_document_sync_20_filled": 59124, + "ic_fluent_document_sync_20_regular": 59125, + "ic_fluent_document_table_20_filled": 59126, + "ic_fluent_document_table_20_regular": 59127, + "ic_fluent_document_table_arrow_right_20_filled": 59128, + "ic_fluent_document_table_arrow_right_20_regular": 59129, + "ic_fluent_document_table_checkmark_20_filled": 59130, + "ic_fluent_document_table_checkmark_20_regular": 59131, + "ic_fluent_document_table_cube_20_filled": 59132, + "ic_fluent_document_table_cube_20_regular": 59133, + "ic_fluent_document_table_search_20_filled": 59134, + "ic_fluent_document_table_search_20_regular": 59135, + "ic_fluent_document_table_truck_20_filled": 59136, + "ic_fluent_document_table_truck_20_regular": 59137, + "ic_fluent_document_target_20_filled": 59138, + "ic_fluent_document_target_20_regular": 59139, + "ic_fluent_document_text_20_filled": 59140, + "ic_fluent_document_text_20_regular": 59141, + "ic_fluent_document_text_clock_20_filled": 59142, + "ic_fluent_document_text_clock_20_regular": 59143, + "ic_fluent_document_text_extract_20_filled": 59144, + "ic_fluent_document_text_extract_20_regular": 59145, + "ic_fluent_document_text_link_20_filled": 59146, + "ic_fluent_document_text_link_20_regular": 59147, + "ic_fluent_document_text_toolbox_20_filled": 59148, + "ic_fluent_document_text_toolbox_20_regular": 59149, + "ic_fluent_document_toolbox_20_filled": 59150, + "ic_fluent_document_toolbox_20_regular": 59151, + "ic_fluent_document_width_20_filled": 59152, + "ic_fluent_document_width_20_regular": 59153, + "ic_fluent_document_yml_20_filled": 59154, + "ic_fluent_document_yml_20_regular": 59155, + "ic_fluent_door_20_filled": 59156, + "ic_fluent_door_20_regular": 59157, + "ic_fluent_door_arrow_left_20_filled": 59158, + "ic_fluent_door_arrow_left_20_regular": 59159, + "ic_fluent_door_arrow_right_20_filled": 59160, + "ic_fluent_door_arrow_right_20_regular": 59161, + "ic_fluent_door_tag_20_filled": 59162, + "ic_fluent_door_tag_20_regular": 59163, + "ic_fluent_double_swipe_down_20_filled": 59164, + "ic_fluent_double_swipe_down_20_regular": 59165, + "ic_fluent_double_swipe_up_20_filled": 59166, + "ic_fluent_double_swipe_up_20_regular": 59167, + "ic_fluent_double_tap_swipe_down_20_filled": 59168, + "ic_fluent_double_tap_swipe_down_20_regular": 59169, + "ic_fluent_double_tap_swipe_up_20_filled": 59170, + "ic_fluent_double_tap_swipe_up_20_regular": 59171, + "ic_fluent_drafts_20_filled": 59172, + "ic_fluent_drafts_20_regular": 59173, + "ic_fluent_drag_20_filled": 59174, + "ic_fluent_drag_20_regular": 59175, + "ic_fluent_draw_image_20_filled": 59176, + "ic_fluent_draw_image_20_regular": 59177, + "ic_fluent_draw_shape_20_filled": 59178, + "ic_fluent_draw_shape_20_regular": 59179, + "ic_fluent_draw_text_20_filled": 59180, + "ic_fluent_draw_text_20_regular": 59181, + "ic_fluent_drawer_20_filled": 59182, + "ic_fluent_drawer_20_regular": 59183, + "ic_fluent_drawer_add_20_filled": 59184, + "ic_fluent_drawer_add_20_regular": 59185, + "ic_fluent_drawer_arrow_download_20_filled": 59186, + "ic_fluent_drawer_arrow_download_20_regular": 59187, + "ic_fluent_drawer_dismiss_20_filled": 59188, + "ic_fluent_drawer_dismiss_20_regular": 59189, + "ic_fluent_drawer_play_20_filled": 59190, + "ic_fluent_drawer_play_20_regular": 59191, + "ic_fluent_drawer_subtract_20_filled": 59192, + "ic_fluent_drawer_subtract_20_regular": 59193, + "ic_fluent_drink_beer_20_filled": 59194, + "ic_fluent_drink_beer_20_regular": 59195, + "ic_fluent_drink_bottle_20_filled": 59196, + "ic_fluent_drink_bottle_20_regular": 59197, + "ic_fluent_drink_bottle_off_20_filled": 59198, + "ic_fluent_drink_bottle_off_20_regular": 59199, + "ic_fluent_drink_coffee_20_filled": 59200, + "ic_fluent_drink_coffee_20_regular": 59201, + "ic_fluent_drink_margarita_20_filled": 59202, + "ic_fluent_drink_margarita_20_regular": 59203, + "ic_fluent_drink_to_go_20_filled": 59204, + "ic_fluent_drink_to_go_20_regular": 59205, + "ic_fluent_drink_wine_20_filled": 59206, + "ic_fluent_drink_wine_20_regular": 59207, + "ic_fluent_drive_train_20_filled": 59208, + "ic_fluent_drive_train_20_regular": 59209, + "ic_fluent_drop_20_filled": 59210, + "ic_fluent_drop_20_regular": 59211, + "ic_fluent_dual_screen_20_filled": 59212, + "ic_fluent_dual_screen_20_regular": 59213, + "ic_fluent_dual_screen_add_20_filled": 59214, + "ic_fluent_dual_screen_add_20_regular": 59215, + "ic_fluent_dual_screen_arrow_right_20_filled": 59216, + "ic_fluent_dual_screen_arrow_right_20_regular": 59217, + "ic_fluent_dual_screen_arrow_up_20_filled": 59218, + "ic_fluent_dual_screen_arrow_up_20_regular": 59219, + "ic_fluent_dual_screen_clock_20_filled": 59220, + "ic_fluent_dual_screen_clock_20_regular": 59221, + "ic_fluent_dual_screen_closed_alert_20_filled": 59222, + "ic_fluent_dual_screen_closed_alert_20_regular": 59223, + "ic_fluent_dual_screen_desktop_20_filled": 59224, + "ic_fluent_dual_screen_desktop_20_regular": 59225, + "ic_fluent_dual_screen_dismiss_20_filled": 59226, + "ic_fluent_dual_screen_dismiss_20_regular": 59227, + "ic_fluent_dual_screen_group_20_filled": 59228, + "ic_fluent_dual_screen_group_20_regular": 59229, + "ic_fluent_dual_screen_header_20_filled": 59230, + "ic_fluent_dual_screen_header_20_regular": 59231, + "ic_fluent_dual_screen_lock_20_filled": 59232, + "ic_fluent_dual_screen_lock_20_regular": 59233, + "ic_fluent_dual_screen_mirror_20_filled": 59234, + "ic_fluent_dual_screen_mirror_20_regular": 59235, + "ic_fluent_dual_screen_pagination_20_filled": 59236, + "ic_fluent_dual_screen_pagination_20_regular": 59237, + "ic_fluent_dual_screen_settings_20_filled": 59238, + "ic_fluent_dual_screen_settings_20_regular": 59239, + "ic_fluent_dual_screen_span_20_filled": 59240, + "ic_fluent_dual_screen_span_20_regular": 59241, + "ic_fluent_dual_screen_speaker_20_filled": 59242, + "ic_fluent_dual_screen_speaker_20_regular": 59243, + "ic_fluent_dual_screen_status_bar_20_filled": 59244, + "ic_fluent_dual_screen_status_bar_20_regular": 59245, + "ic_fluent_dual_screen_tablet_20_filled": 59246, + "ic_fluent_dual_screen_tablet_20_regular": 59247, + "ic_fluent_dual_screen_update_20_filled": 59248, + "ic_fluent_dual_screen_update_20_regular": 59249, + "ic_fluent_dual_screen_vertical_scroll_20_filled": 59250, + "ic_fluent_dual_screen_vertical_scroll_20_regular": 59251, + "ic_fluent_dual_screen_vibrate_20_filled": 59252, + "ic_fluent_dual_screen_vibrate_20_regular": 59253, + "ic_fluent_dumbbell_20_filled": 59254, + "ic_fluent_dumbbell_20_regular": 59255, + "ic_fluent_dust_20_filled": 59256, + "ic_fluent_dust_20_regular": 59257, + "ic_fluent_earth_20_filled": 59258, + "ic_fluent_earth_20_regular": 59259, + "ic_fluent_earth_leaf_20_filled": 59260, + "ic_fluent_earth_leaf_20_regular": 59261, + "ic_fluent_edit_20_filled": 59262, + "ic_fluent_edit_20_regular": 59263, + "ic_fluent_edit_arrow_back_20_filled": 59264, + "ic_fluent_edit_arrow_back_20_regular": 59265, + "ic_fluent_edit_line_horizontal_3_20_filled": 59266, + "ic_fluent_edit_line_horizontal_3_20_regular": 59267, + "ic_fluent_edit_lock_20_filled": 59268, + "ic_fluent_edit_lock_20_regular": 59269, + "ic_fluent_edit_off_20_filled": 59270, + "ic_fluent_edit_off_20_regular": 59271, + "ic_fluent_edit_person_20_filled": 59272, + "ic_fluent_edit_person_20_regular": 59273, + "ic_fluent_edit_prohibited_20_filled": 59274, + "ic_fluent_edit_prohibited_20_regular": 59275, + "ic_fluent_edit_settings_20_filled": 59276, + "ic_fluent_edit_settings_20_regular": 59277, + "ic_fluent_elevator_20_filled": 59278, + "ic_fluent_elevator_20_regular": 59279, + "ic_fluent_emoji_20_filled": 59280, + "ic_fluent_emoji_20_regular": 59281, + "ic_fluent_emoji_add_20_filled": 59282, + "ic_fluent_emoji_add_20_regular": 59283, + "ic_fluent_emoji_angry_20_filled": 59284, + "ic_fluent_emoji_angry_20_regular": 59285, + "ic_fluent_emoji_edit_20_filled": 59286, + "ic_fluent_emoji_edit_20_regular": 59287, + "ic_fluent_emoji_hand_20_filled": 59288, + "ic_fluent_emoji_hand_20_regular": 59289, + "ic_fluent_emoji_hint_20_filled": 59290, + "ic_fluent_emoji_hint_20_regular": 59291, + "ic_fluent_emoji_laugh_20_filled": 59292, + "ic_fluent_emoji_laugh_20_regular": 59293, + "ic_fluent_emoji_meh_20_filled": 59294, + "ic_fluent_emoji_meh_20_regular": 59295, + "ic_fluent_emoji_meme_20_filled": 59296, + "ic_fluent_emoji_meme_20_regular": 59297, + "ic_fluent_emoji_multiple_20_filled": 59298, + "ic_fluent_emoji_multiple_20_regular": 59299, + "ic_fluent_emoji_sad_20_filled": 59300, + "ic_fluent_emoji_sad_20_regular": 59301, + "ic_fluent_emoji_sad_slight_20_filled": 59302, + "ic_fluent_emoji_sad_slight_20_regular": 59303, + "ic_fluent_emoji_smile_slight_20_filled": 59304, + "ic_fluent_emoji_smile_slight_20_regular": 59305, + "ic_fluent_emoji_sparkle_20_filled": 59306, + "ic_fluent_emoji_sparkle_20_regular": 59307, + "ic_fluent_emoji_surprise_20_filled": 59308, + "ic_fluent_emoji_surprise_20_regular": 59309, + "ic_fluent_engine_20_filled": 59310, + "ic_fluent_engine_20_regular": 59311, + "ic_fluent_equal_circle_20_filled": 59312, + "ic_fluent_equal_circle_20_regular": 59313, + "ic_fluent_equal_off_20_filled": 59314, + "ic_fluent_equal_off_20_regular": 59315, + "ic_fluent_eraser_20_filled": 59316, + "ic_fluent_eraser_20_regular": 59317, + "ic_fluent_eraser_medium_20_filled": 59318, + "ic_fluent_eraser_medium_20_regular": 59319, + "ic_fluent_eraser_segment_20_filled": 59320, + "ic_fluent_eraser_segment_20_regular": 59321, + "ic_fluent_eraser_small_20_filled": 59322, + "ic_fluent_eraser_small_20_regular": 59323, + "ic_fluent_eraser_tool_20_filled": 59324, + "ic_fluent_eraser_tool_20_regular": 59325, + "ic_fluent_error_circle_20_filled": 59326, + "ic_fluent_error_circle_20_regular": 59327, + "ic_fluent_error_circle_settings_20_filled": 59328, + "ic_fluent_error_circle_settings_20_regular": 59329, + "ic_fluent_expand_up_left_20_filled": 59330, + "ic_fluent_expand_up_left_20_regular": 59331, + "ic_fluent_expand_up_right_20_filled": 59332, + "ic_fluent_expand_up_right_20_regular": 59333, + "ic_fluent_extended_dock_20_filled": 59334, + "ic_fluent_extended_dock_20_regular": 59335, + "ic_fluent_eye_20_filled": 59336, + "ic_fluent_eye_20_regular": 59337, + "ic_fluent_eye_lines_20_filled": 59338, + "ic_fluent_eye_lines_20_regular": 59339, + "ic_fluent_eye_off_20_filled": 59340, + "ic_fluent_eye_off_20_regular": 59341, + "ic_fluent_eye_tracking_20_filled": 59342, + "ic_fluent_eye_tracking_20_regular": 59343, + "ic_fluent_eye_tracking_off_20_filled": 59344, + "ic_fluent_eye_tracking_off_20_regular": 59345, + "ic_fluent_eyedropper_20_filled": 59346, + "ic_fluent_eyedropper_20_regular": 59347, + "ic_fluent_eyedropper_off_20_filled": 59348, + "ic_fluent_eyedropper_off_20_regular": 59349, + "ic_fluent_f_stop_20_filled": 59350, + "ic_fluent_f_stop_20_regular": 59351, + "ic_fluent_fast_acceleration_20_filled": 59352, + "ic_fluent_fast_acceleration_20_regular": 59353, + "ic_fluent_fast_forward_20_filled": 59354, + "ic_fluent_fast_forward_20_regular": 59355, + "ic_fluent_fax_20_filled": 59356, + "ic_fluent_fax_20_regular": 59357, + "ic_fluent_feed_20_filled": 59358, + "ic_fluent_feed_20_regular": 59359, + "ic_fluent_filmstrip_20_filled": 59360, + "ic_fluent_filmstrip_20_regular": 59361, + "ic_fluent_filmstrip_image_20_filled": 59362, + "ic_fluent_filmstrip_image_20_regular": 59363, + "ic_fluent_filmstrip_play_20_filled": 59364, + "ic_fluent_filmstrip_play_20_regular": 59365, + "ic_fluent_filmstrip_split_20_filled": 59366, + "ic_fluent_filmstrip_split_20_regular": 59367, + "ic_fluent_filter_20_filled": 59368, + "ic_fluent_filter_20_regular": 59369, + "ic_fluent_filter_add_20_filled": 59370, + "ic_fluent_filter_add_20_regular": 59371, + "ic_fluent_filter_dismiss_20_filled": 59372, + "ic_fluent_filter_dismiss_20_regular": 59373, + "ic_fluent_filter_sync_20_filled": 59374, + "ic_fluent_filter_sync_20_regular": 59375, + "ic_fluent_fingerprint_20_filled": 59376, + "ic_fluent_fingerprint_20_regular": 59377, + "ic_fluent_fire_20_filled": 59378, + "ic_fluent_fire_20_regular": 59379, + "ic_fluent_fireplace_20_filled": 59380, + "ic_fluent_fireplace_20_regular": 59381, + "ic_fluent_fixed_width_20_filled": 59382, + "ic_fluent_fixed_width_20_regular": 59383, + "ic_fluent_flag_20_filled": 59384, + "ic_fluent_flag_20_regular": 59385, + "ic_fluent_flag_checkered_20_filled": 59386, + "ic_fluent_flag_checkered_20_regular": 59387, + "ic_fluent_flag_clock_20_filled": 59388, + "ic_fluent_flag_clock_20_regular": 59389, + "ic_fluent_flag_off_20_filled": 59390, + "ic_fluent_flag_off_20_regular": 59391, + "ic_fluent_flag_pride_20_filled": 59392, + "ic_fluent_flag_pride_intersex_inclusive_progress_20_filled": 59393, + "ic_fluent_flag_pride_philadelphia_20_filled": 59394, + "ic_fluent_flag_pride_progress_20_filled": 59395, + "ic_fluent_flash_20_filled": 59396, + "ic_fluent_flash_20_regular": 59397, + "ic_fluent_flash_add_20_filled": 59398, + "ic_fluent_flash_add_20_regular": 59399, + "ic_fluent_flash_auto_20_filled": 59400, + "ic_fluent_flash_auto_20_regular": 59401, + "ic_fluent_flash_checkmark_20_filled": 59402, + "ic_fluent_flash_checkmark_20_regular": 59403, + "ic_fluent_flash_flow_20_filled": 59404, + "ic_fluent_flash_flow_20_regular": 59405, + "ic_fluent_flash_off_20_filled": 59406, + "ic_fluent_flash_off_20_regular": 59407, + "ic_fluent_flash_play_20_filled": 59408, + "ic_fluent_flash_play_20_regular": 59409, + "ic_fluent_flash_settings_20_filled": 59410, + "ic_fluent_flash_settings_20_regular": 59411, + "ic_fluent_flash_sparkle_20_filled": 59412, + "ic_fluent_flash_sparkle_20_regular": 59413, + "ic_fluent_flashlight_20_filled": 59414, + "ic_fluent_flashlight_20_regular": 59415, + "ic_fluent_flashlight_off_20_filled": 59416, + "ic_fluent_flashlight_off_20_regular": 59417, + "ic_fluent_flip_horizontal_20_filled": 59418, + "ic_fluent_flip_horizontal_20_regular": 59419, + "ic_fluent_flip_vertical_20_filled": 59420, + "ic_fluent_flip_vertical_20_regular": 59421, + "ic_fluent_flow_20_filled": 59422, + "ic_fluent_flow_20_regular": 59423, + "ic_fluent_flowchart_20_filled": 59424, + "ic_fluent_flowchart_20_regular": 59425, + "ic_fluent_flowchart_circle_20_filled": 59426, + "ic_fluent_flowchart_circle_20_regular": 59427, + "ic_fluent_fluent_20_filled": 59428, + "ic_fluent_fluent_20_regular": 59429, + "ic_fluent_fluid_20_filled": 59430, + "ic_fluent_fluid_20_regular": 59431, + "ic_fluent_folder_20_filled": 59432, + "ic_fluent_folder_20_regular": 59433, + "ic_fluent_folder_add_20_filled": 59434, + "ic_fluent_folder_add_20_regular": 59435, + "ic_fluent_folder_arrow_left_20_filled": 59436, + "ic_fluent_folder_arrow_left_20_regular": 59437, + "ic_fluent_folder_arrow_right_20_filled": 59438, + "ic_fluent_folder_arrow_right_20_regular": 59439, + "ic_fluent_folder_arrow_up_20_filled": 59440, + "ic_fluent_folder_arrow_up_20_regular": 59441, + "ic_fluent_folder_briefcase_20_filled": 59442, + "ic_fluent_folder_briefcase_20_regular": 59443, + "ic_fluent_folder_document_20_filled": 59444, + "ic_fluent_folder_document_20_regular": 59445, + "ic_fluent_folder_globe_20_filled": 59446, + "ic_fluent_folder_globe_20_regular": 59447, + "ic_fluent_folder_lightning_20_filled": 59448, + "ic_fluent_folder_lightning_20_regular": 59449, + "ic_fluent_folder_link_20_filled": 59450, + "ic_fluent_folder_link_20_regular": 59451, + "ic_fluent_folder_list_20_filled": 59452, + "ic_fluent_folder_list_20_regular": 59453, + "ic_fluent_folder_mail_20_filled": 59454, + "ic_fluent_folder_mail_20_regular": 59455, + "ic_fluent_folder_open_20_filled": 59456, + "ic_fluent_folder_open_20_regular": 59457, + "ic_fluent_folder_open_vertical_20_filled": 59458, + "ic_fluent_folder_open_vertical_20_regular": 59459, + "ic_fluent_folder_people_20_filled": 59460, + "ic_fluent_folder_people_20_regular": 59461, + "ic_fluent_folder_person_20_filled": 59462, + "ic_fluent_folder_person_20_regular": 59463, + "ic_fluent_folder_prohibited_20_filled": 59464, + "ic_fluent_folder_prohibited_20_regular": 59465, + "ic_fluent_folder_search_20_filled": 59466, + "ic_fluent_folder_search_20_regular": 59467, + "ic_fluent_folder_swap_20_filled": 59468, + "ic_fluent_folder_swap_20_regular": 59469, + "ic_fluent_folder_sync_20_filled": 59470, + "ic_fluent_folder_sync_20_regular": 59471, + "ic_fluent_folder_zip_20_filled": 59472, + "ic_fluent_folder_zip_20_regular": 59473, + "ic_fluent_font_decrease_20_filled": 59474, + "ic_fluent_font_decrease_20_regular": 59475, + "ic_fluent_font_increase_20_filled": 59476, + "ic_fluent_font_increase_20_regular": 59477, + "ic_fluent_font_space_tracking_in_20_filled": 59478, + "ic_fluent_font_space_tracking_in_20_regular": 59479, + "ic_fluent_font_space_tracking_out_20_filled": 59480, + "ic_fluent_font_space_tracking_out_20_regular": 59481, + "ic_fluent_food_20_filled": 59482, + "ic_fluent_food_20_regular": 59483, + "ic_fluent_food_apple_20_filled": 59484, + "ic_fluent_food_apple_20_regular": 59485, + "ic_fluent_food_cake_20_filled": 59486, + "ic_fluent_food_cake_20_regular": 59487, + "ic_fluent_food_carrot_20_filled": 59488, + "ic_fluent_food_carrot_20_regular": 59489, + "ic_fluent_food_chicken_leg_20_filled": 59490, + "ic_fluent_food_chicken_leg_20_regular": 59491, + "ic_fluent_food_egg_20_filled": 59492, + "ic_fluent_food_egg_20_regular": 59493, + "ic_fluent_food_fish_20_filled": 59494, + "ic_fluent_food_fish_20_regular": 59495, + "ic_fluent_food_grains_20_filled": 59496, + "ic_fluent_food_grains_20_regular": 59497, + "ic_fluent_food_pizza_20_filled": 59498, + "ic_fluent_food_pizza_20_regular": 59499, + "ic_fluent_food_toast_20_filled": 59500, + "ic_fluent_food_toast_20_regular": 59501, + "ic_fluent_form_20_filled": 59502, + "ic_fluent_form_20_regular": 59503, + "ic_fluent_form_multiple_20_filled": 59504, + "ic_fluent_form_multiple_20_regular": 59505, + "ic_fluent_form_new_20_filled": 59506, + "ic_fluent_form_new_20_regular": 59507, + "ic_fluent_form_sparkle_20_filled": 59508, + "ic_fluent_form_sparkle_20_regular": 59509, + "ic_fluent_fps_120_20_filled": 59510, + "ic_fluent_fps_120_20_regular": 59511, + "ic_fluent_fps_240_20_filled": 59512, + "ic_fluent_fps_240_20_regular": 59513, + "ic_fluent_fps_30_20_filled": 59514, + "ic_fluent_fps_30_20_regular": 59515, + "ic_fluent_fps_60_20_filled": 59516, + "ic_fluent_fps_60_20_regular": 59517, + "ic_fluent_fps_960_20_filled": 59518, + "ic_fluent_fps_960_20_regular": 59519, + "ic_fluent_frame_20_filled": 59520, + "ic_fluent_frame_20_regular": 59521, + "ic_fluent_full_screen_maximize_20_filled": 59522, + "ic_fluent_full_screen_maximize_20_regular": 59523, + "ic_fluent_full_screen_minimize_20_filled": 59524, + "ic_fluent_full_screen_minimize_20_regular": 59525, + "ic_fluent_game_chat_20_filled": 59526, + "ic_fluent_game_chat_20_regular": 59527, + "ic_fluent_games_20_filled": 59528, + "ic_fluent_games_20_regular": 59529, + "ic_fluent_gantt_chart_20_filled": 59530, + "ic_fluent_gantt_chart_20_regular": 59531, + "ic_fluent_gas_20_filled": 59532, + "ic_fluent_gas_20_regular": 59533, + "ic_fluent_gas_pump_20_filled": 59534, + "ic_fluent_gas_pump_20_regular": 59535, + "ic_fluent_gather_20_filled": 59536, + "ic_fluent_gather_20_regular": 59537, + "ic_fluent_gauge_20_filled": 59538, + "ic_fluent_gauge_20_regular": 59539, + "ic_fluent_gauge_add_20_filled": 59540, + "ic_fluent_gauge_add_20_regular": 59541, + "ic_fluent_gavel_20_filled": 59542, + "ic_fluent_gavel_20_regular": 59543, + "ic_fluent_gavel_prohibited_20_filled": 59544, + "ic_fluent_gavel_prohibited_20_regular": 59545, + "ic_fluent_gesture_20_filled": 59546, + "ic_fluent_gesture_20_regular": 59547, + "ic_fluent_gif_20_filled": 59548, + "ic_fluent_gif_20_regular": 59549, + "ic_fluent_gift_20_filled": 59550, + "ic_fluent_gift_20_regular": 59551, + "ic_fluent_gift_card_20_filled": 59552, + "ic_fluent_gift_card_20_regular": 59553, + "ic_fluent_gift_card_add_20_filled": 59554, + "ic_fluent_gift_card_add_20_regular": 59555, + "ic_fluent_gift_card_arrow_right_20_filled": 59556, + "ic_fluent_gift_card_arrow_right_20_regular": 59557, + "ic_fluent_gift_card_money_20_filled": 59558, + "ic_fluent_gift_card_money_20_regular": 59559, + "ic_fluent_gift_card_multiple_20_filled": 59560, + "ic_fluent_gift_card_multiple_20_regular": 59561, + "ic_fluent_gift_open_20_filled": 59562, + "ic_fluent_gift_open_20_regular": 59563, + "ic_fluent_glance_20_filled": 59564, + "ic_fluent_glance_20_regular": 59565, + "ic_fluent_glance_horizontal_20_filled": 59566, + "ic_fluent_glance_horizontal_20_regular": 59567, + "ic_fluent_glance_horizontal_sparkles_20_filled": 59568, + "ic_fluent_glance_horizontal_sparkles_20_regular": 59569, + "ic_fluent_glasses_20_filled": 59570, + "ic_fluent_glasses_20_regular": 59571, + "ic_fluent_glasses_off_20_filled": 59572, + "ic_fluent_glasses_off_20_regular": 59573, + "ic_fluent_globe_20_filled": 59574, + "ic_fluent_globe_20_regular": 59575, + "ic_fluent_globe_add_20_filled": 59576, + "ic_fluent_globe_add_20_regular": 59577, + "ic_fluent_globe_arrow_forward_20_filled": 59578, + "ic_fluent_globe_arrow_forward_20_regular": 59579, + "ic_fluent_globe_arrow_up_20_filled": 59580, + "ic_fluent_globe_arrow_up_20_regular": 59581, + "ic_fluent_globe_clock_20_filled": 59582, + "ic_fluent_globe_clock_20_regular": 59583, + "ic_fluent_globe_desktop_20_filled": 59584, + "ic_fluent_globe_desktop_20_regular": 59585, + "ic_fluent_globe_error_20_filled": 59586, + "ic_fluent_globe_error_20_regular": 59587, + "ic_fluent_globe_location_20_filled": 59588, + "ic_fluent_globe_location_20_regular": 59589, + "ic_fluent_globe_off_20_filled": 59590, + "ic_fluent_globe_off_20_regular": 59591, + "ic_fluent_globe_person_20_filled": 59592, + "ic_fluent_globe_person_20_regular": 59593, + "ic_fluent_globe_prohibited_20_filled": 59594, + "ic_fluent_globe_prohibited_20_regular": 59595, + "ic_fluent_globe_search_20_filled": 59596, + "ic_fluent_globe_search_20_regular": 59597, + "ic_fluent_globe_shield_20_filled": 59598, + "ic_fluent_globe_shield_20_regular": 59599, + "ic_fluent_globe_star_20_filled": 59600, + "ic_fluent_globe_star_20_regular": 59601, + "ic_fluent_globe_surface_20_filled": 59602, + "ic_fluent_globe_surface_20_regular": 59603, + "ic_fluent_globe_sync_20_filled": 59604, + "ic_fluent_globe_sync_20_regular": 59605, + "ic_fluent_globe_video_20_filled": 59606, + "ic_fluent_globe_video_20_regular": 59607, + "ic_fluent_globe_warning_20_filled": 59608, + "ic_fluent_globe_warning_20_regular": 59609, + "ic_fluent_grid_20_filled": 59610, + "ic_fluent_grid_20_regular": 59611, + "ic_fluent_grid_dots_20_filled": 59612, + "ic_fluent_grid_dots_20_regular": 59613, + "ic_fluent_grid_kanban_20_filled": 59614, + "ic_fluent_grid_kanban_20_regular": 59615, + "ic_fluent_group_20_filled": 59616, + "ic_fluent_group_20_regular": 59617, + "ic_fluent_group_dismiss_20_filled": 59618, + "ic_fluent_group_dismiss_20_regular": 59619, + "ic_fluent_group_list_20_filled": 59620, + "ic_fluent_group_list_20_regular": 59621, + "ic_fluent_group_return_20_filled": 59622, + "ic_fluent_group_return_20_regular": 59623, + "ic_fluent_guardian_20_filled": 59624, + "ic_fluent_guardian_20_regular": 59625, + "ic_fluent_guest_20_filled": 59626, + "ic_fluent_guest_20_regular": 59627, + "ic_fluent_guest_add_20_filled": 59628, + "ic_fluent_guest_add_20_regular": 59629, + "ic_fluent_guitar_20_filled": 59630, + "ic_fluent_guitar_20_regular": 59631, + "ic_fluent_hand_draw_20_filled": 59632, + "ic_fluent_hand_draw_20_regular": 59633, + "ic_fluent_hand_left_20_filled": 59634, + "ic_fluent_hand_left_20_regular": 59635, + "ic_fluent_hand_left_chat_20_filled": 59636, + "ic_fluent_hand_left_chat_20_regular": 59637, + "ic_fluent_hand_open_heart_20_filled": 59638, + "ic_fluent_hand_open_heart_20_regular": 59639, + "ic_fluent_hand_point_20_filled": 59640, + "ic_fluent_hand_point_20_regular": 59641, + "ic_fluent_hand_right_20_filled": 59642, + "ic_fluent_hand_right_20_regular": 59643, + "ic_fluent_hand_right_off_20_filled": 59644, + "ic_fluent_hand_right_off_20_regular": 59645, + "ic_fluent_hand_wave_20_filled": 59646, + "ic_fluent_hand_wave_20_regular": 59647, + "ic_fluent_handshake_20_filled": 59648, + "ic_fluent_handshake_20_regular": 59649, + "ic_fluent_haptic_strong_20_filled": 59650, + "ic_fluent_haptic_strong_20_regular": 59651, + "ic_fluent_haptic_weak_20_filled": 59652, + "ic_fluent_haptic_weak_20_regular": 59653, + "ic_fluent_hard_drive_20_filled": 59654, + "ic_fluent_hard_drive_20_regular": 59655, + "ic_fluent_hat_graduation_20_filled": 59656, + "ic_fluent_hat_graduation_20_regular": 59657, + "ic_fluent_hat_graduation_add_20_filled": 59658, + "ic_fluent_hat_graduation_add_20_regular": 59659, + "ic_fluent_hat_graduation_sparkle_20_filled": 59660, + "ic_fluent_hat_graduation_sparkle_20_regular": 59661, + "ic_fluent_hd_20_filled": 59662, + "ic_fluent_hd_20_regular": 59663, + "ic_fluent_hdr_20_filled": 59664, + "ic_fluent_hdr_20_regular": 59665, + "ic_fluent_hdr_off_20_filled": 59666, + "ic_fluent_hdr_off_20_regular": 59667, + "ic_fluent_headphones_20_filled": 59668, + "ic_fluent_headphones_20_regular": 59669, + "ic_fluent_headphones_sound_wave_20_filled": 59670, + "ic_fluent_headphones_sound_wave_20_regular": 59671, + "ic_fluent_headset_20_filled": 59672, + "ic_fluent_headset_20_regular": 59673, + "ic_fluent_headset_add_20_filled": 59674, + "ic_fluent_headset_add_20_regular": 59675, + "ic_fluent_headset_vr_20_filled": 59676, + "ic_fluent_headset_vr_20_regular": 59677, + "ic_fluent_heart_20_filled": 59678, + "ic_fluent_heart_20_regular": 59679, + "ic_fluent_heart_broken_20_filled": 59680, + "ic_fluent_heart_broken_20_regular": 59681, + "ic_fluent_heart_circle_20_filled": 59682, + "ic_fluent_heart_circle_20_regular": 59683, + "ic_fluent_heart_circle_hint_20_filled": 59684, + "ic_fluent_heart_circle_hint_20_regular": 59685, + "ic_fluent_heart_off_20_filled": 59686, + "ic_fluent_heart_off_20_regular": 59687, + "ic_fluent_heart_pulse_20_filled": 59688, + "ic_fluent_heart_pulse_20_regular": 59689, + "ic_fluent_heart_pulse_checkmark_20_filled": 59690, + "ic_fluent_heart_pulse_checkmark_20_regular": 59691, + "ic_fluent_heart_pulse_error_20_filled": 59692, + "ic_fluent_heart_pulse_error_20_regular": 59693, + "ic_fluent_heart_pulse_warning_20_filled": 59694, + "ic_fluent_heart_pulse_warning_20_regular": 59695, + "ic_fluent_hexagon_20_filled": 59696, + "ic_fluent_hexagon_20_regular": 59697, + "ic_fluent_hexagon_sparkle_20_filled": 59698, + "ic_fluent_hexagon_sparkle_20_regular": 59699, + "ic_fluent_hexagon_three_20_filled": 59700, + "ic_fluent_hexagon_three_20_regular": 59701, + "ic_fluent_highlight_20_filled": 59702, + "ic_fluent_highlight_20_regular": 59703, + "ic_fluent_highlight_accent_20_filled": 59704, + "ic_fluent_highlight_link_20_filled": 59705, + "ic_fluent_highlight_link_20_regular": 59706, + "ic_fluent_highway_20_filled": 59707, + "ic_fluent_highway_20_regular": 59708, + "ic_fluent_history_20_filled": 59709, + "ic_fluent_history_20_regular": 59710, + "ic_fluent_history_dismiss_20_filled": 59711, + "ic_fluent_history_dismiss_20_regular": 59712, + "ic_fluent_home_20_filled": 59713, + "ic_fluent_home_20_regular": 59714, + "ic_fluent_home_add_20_filled": 59715, + "ic_fluent_home_add_20_regular": 59716, + "ic_fluent_home_checkmark_20_filled": 59717, + "ic_fluent_home_checkmark_20_regular": 59718, + "ic_fluent_home_database_20_filled": 59719, + "ic_fluent_home_database_20_regular": 59720, + "ic_fluent_home_garage_20_filled": 59721, + "ic_fluent_home_garage_20_regular": 59722, + "ic_fluent_home_heart_20_filled": 59723, + "ic_fluent_home_heart_20_regular": 59724, + "ic_fluent_home_more_20_filled": 59725, + "ic_fluent_home_more_20_regular": 59726, + "ic_fluent_home_person_20_filled": 59727, + "ic_fluent_home_person_20_regular": 59728, + "ic_fluent_home_split_20_filled": 59729, + "ic_fluent_home_split_20_regular": 59730, + "ic_fluent_hourglass_20_filled": 59731, + "ic_fluent_hourglass_20_regular": 59732, + "ic_fluent_hourglass_half_20_filled": 59733, + "ic_fluent_hourglass_half_20_regular": 59734, + "ic_fluent_hourglass_one_quarter_20_filled": 59735, + "ic_fluent_hourglass_one_quarter_20_regular": 59736, + "ic_fluent_hourglass_three_quarter_20_filled": 59737, + "ic_fluent_hourglass_three_quarter_20_regular": 59738, + "ic_fluent_icons_20_filled": 59739, + "ic_fluent_icons_20_regular": 59740, + "ic_fluent_image_20_filled": 59741, + "ic_fluent_image_20_regular": 59742, + "ic_fluent_image_add_20_filled": 59743, + "ic_fluent_image_add_20_regular": 59744, + "ic_fluent_image_alt_text_20_filled": 59745, + "ic_fluent_image_alt_text_20_regular": 59746, + "ic_fluent_image_arrow_back_20_filled": 59747, + "ic_fluent_image_arrow_back_20_regular": 59748, + "ic_fluent_image_arrow_counterclockwise_20_filled": 59749, + "ic_fluent_image_arrow_counterclockwise_20_regular": 59750, + "ic_fluent_image_arrow_forward_20_filled": 59751, + "ic_fluent_image_arrow_forward_20_regular": 59752, + "ic_fluent_image_border_20_filled": 59753, + "ic_fluent_image_border_20_regular": 59754, + "ic_fluent_image_circle_20_filled": 59755, + "ic_fluent_image_circle_20_regular": 59756, + "ic_fluent_image_copy_20_filled": 59757, + "ic_fluent_image_copy_20_regular": 59758, + "ic_fluent_image_edit_20_filled": 59759, + "ic_fluent_image_edit_20_regular": 59760, + "ic_fluent_image_globe_20_filled": 59761, + "ic_fluent_image_globe_20_regular": 59762, + "ic_fluent_image_multiple_20_filled": 59763, + "ic_fluent_image_multiple_20_regular": 59764, + "ic_fluent_image_multiple_off_20_filled": 59765, + "ic_fluent_image_multiple_off_20_regular": 59766, + "ic_fluent_image_off_20_filled": 59767, + "ic_fluent_image_off_20_regular": 59768, + "ic_fluent_image_prohibited_20_filled": 59769, + "ic_fluent_image_prohibited_20_regular": 59770, + "ic_fluent_image_reflection_20_filled": 59771, + "ic_fluent_image_reflection_20_regular": 59772, + "ic_fluent_image_search_20_filled": 59773, + "ic_fluent_image_search_20_regular": 59774, + "ic_fluent_image_shadow_20_filled": 59775, + "ic_fluent_image_shadow_20_regular": 59776, + "ic_fluent_image_sparkle_20_filled": 59777, + "ic_fluent_image_sparkle_20_regular": 59778, + "ic_fluent_image_split_20_filled": 59779, + "ic_fluent_image_split_20_regular": 59780, + "ic_fluent_image_stack_20_filled": 59781, + "ic_fluent_image_stack_20_regular": 59782, + "ic_fluent_image_table_20_filled": 59783, + "ic_fluent_image_table_20_regular": 59784, + "ic_fluent_immersive_reader_20_filled": 59785, + "ic_fluent_immersive_reader_20_regular": 59786, + "ic_fluent_important_20_filled": 59787, + "ic_fluent_important_20_regular": 59788, + "ic_fluent_incognito_20_filled": 59789, + "ic_fluent_incognito_20_regular": 59790, + "ic_fluent_info_20_filled": 59791, + "ic_fluent_info_20_regular": 59792, + "ic_fluent_info_shield_20_filled": 59793, + "ic_fluent_info_shield_20_regular": 59794, + "ic_fluent_ink_stroke_20_filled": 59795, + "ic_fluent_ink_stroke_20_regular": 59796, + "ic_fluent_ink_stroke_arrow_down_20_filled": 59797, + "ic_fluent_ink_stroke_arrow_down_20_regular": 59798, + "ic_fluent_ink_stroke_arrow_up_down_20_filled": 59799, + "ic_fluent_ink_stroke_arrow_up_down_20_regular": 59800, + "ic_fluent_inking_tool_20_filled": 59801, + "ic_fluent_inking_tool_20_regular": 59802, + "ic_fluent_inking_tool_accent_20_filled": 59803, + "ic_fluent_inprivate_account_20_filled": 59804, + "ic_fluent_inprivate_account_20_regular": 59805, + "ic_fluent_insert_20_filled": 59806, + "ic_fluent_insert_20_regular": 59807, + "ic_fluent_ios_chevron_right_20_filled": 59808, + "ic_fluent_ios_chevron_right_20_regular": 59809, + "ic_fluent_iot_20_filled": 59810, + "ic_fluent_iot_20_regular": 59811, + "ic_fluent_iot_alert_20_filled": 59812, + "ic_fluent_iot_alert_20_regular": 59813, + "ic_fluent_javascript_20_filled": 59814, + "ic_fluent_javascript_20_regular": 59815, + "ic_fluent_joystick_20_filled": 59816, + "ic_fluent_joystick_20_regular": 59817, + "ic_fluent_key_20_filled": 59818, + "ic_fluent_key_20_regular": 59819, + "ic_fluent_key_command_20_filled": 59820, + "ic_fluent_key_command_20_regular": 59821, + "ic_fluent_key_multiple_20_filled": 59822, + "ic_fluent_key_multiple_20_regular": 59823, + "ic_fluent_key_reset_20_filled": 59824, + "ic_fluent_key_reset_20_regular": 59825, + "ic_fluent_keyboard_123_20_filled": 59826, + "ic_fluent_keyboard_123_20_regular": 59827, + "ic_fluent_keyboard_20_filled": 59828, + "ic_fluent_keyboard_20_regular": 59829, + "ic_fluent_keyboard_dock_20_filled": 59830, + "ic_fluent_keyboard_dock_20_regular": 59831, + "ic_fluent_keyboard_layout_float_20_filled": 59832, + "ic_fluent_keyboard_layout_float_20_regular": 59833, + "ic_fluent_keyboard_layout_one_handed_left_20_filled": 59834, + "ic_fluent_keyboard_layout_one_handed_left_20_regular": 59835, + "ic_fluent_keyboard_layout_resize_20_filled": 59836, + "ic_fluent_keyboard_layout_resize_20_regular": 59837, + "ic_fluent_keyboard_layout_split_20_filled": 59838, + "ic_fluent_keyboard_layout_split_20_regular": 59839, + "ic_fluent_keyboard_shift_20_filled": 59840, + "ic_fluent_keyboard_shift_20_regular": 59841, + "ic_fluent_keyboard_shift_uppercase_20_filled": 59842, + "ic_fluent_keyboard_shift_uppercase_20_regular": 59843, + "ic_fluent_keyboard_tab_20_filled": 59844, + "ic_fluent_keyboard_tab_20_regular": 59845, + "ic_fluent_laptop_20_filled": 59846, + "ic_fluent_laptop_20_regular": 59847, + "ic_fluent_laptop_briefcase_20_filled": 59848, + "ic_fluent_laptop_briefcase_20_regular": 59849, + "ic_fluent_laptop_dismiss_20_filled": 59850, + "ic_fluent_laptop_dismiss_20_regular": 59851, + "ic_fluent_laptop_person_20_filled": 59852, + "ic_fluent_laptop_person_20_regular": 59853, + "ic_fluent_laptop_settings_20_filled": 59854, + "ic_fluent_laptop_settings_20_regular": 59855, + "ic_fluent_laptop_shield_20_filled": 59856, + "ic_fluent_laptop_shield_20_regular": 59857, + "ic_fluent_laser_tool_20_filled": 59858, + "ic_fluent_laser_tool_20_regular": 59859, + "ic_fluent_lasso_20_filled": 59860, + "ic_fluent_lasso_20_regular": 59861, + "ic_fluent_launcher_settings_20_filled": 59862, + "ic_fluent_launcher_settings_20_regular": 59863, + "ic_fluent_layer_20_filled": 59864, + "ic_fluent_layer_20_regular": 59865, + "ic_fluent_layer_diagonal_20_filled": 59866, + "ic_fluent_layer_diagonal_20_regular": 59867, + "ic_fluent_layer_diagonal_add_20_filled": 59868, + "ic_fluent_layer_diagonal_add_20_regular": 59869, + "ic_fluent_layer_diagonal_person_20_filled": 59870, + "ic_fluent_layer_diagonal_person_20_regular": 59871, + "ic_fluent_layer_diagonal_sparkle_20_filled": 59872, + "ic_fluent_layer_diagonal_sparkle_20_regular": 59873, + "ic_fluent_layout_cell_four_20_filled": 59874, + "ic_fluent_layout_cell_four_20_regular": 59875, + "ic_fluent_layout_cell_four_focus_bottom_left_20_filled": 59876, + "ic_fluent_layout_cell_four_focus_bottom_right_20_filled": 59877, + "ic_fluent_layout_cell_four_focus_top_left_20_filled": 59878, + "ic_fluent_layout_cell_four_focus_top_right_20_filled": 59879, + "ic_fluent_layout_column_four_20_filled": 59880, + "ic_fluent_layout_column_four_20_regular": 59881, + "ic_fluent_layout_column_four_focus_center_left_20_filled": 59882, + "ic_fluent_layout_column_four_focus_center_right_20_filled": 59883, + "ic_fluent_layout_column_four_focus_left_20_filled": 59884, + "ic_fluent_layout_column_four_focus_right_20_filled": 59885, + "ic_fluent_layout_column_one_third_left_20_filled": 59886, + "ic_fluent_layout_column_one_third_left_20_regular": 59887, + "ic_fluent_layout_column_one_third_right_20_filled": 59888, + "ic_fluent_layout_column_one_third_right_20_regular": 59889, + "ic_fluent_layout_column_one_third_right_hint_20_filled": 59890, + "ic_fluent_layout_column_one_third_right_hint_20_regular": 59891, + "ic_fluent_layout_column_three_20_filled": 59892, + "ic_fluent_layout_column_three_20_regular": 59893, + "ic_fluent_layout_column_three_focus_center_20_filled": 59894, + "ic_fluent_layout_column_three_focus_left_20_filled": 59895, + "ic_fluent_layout_column_three_focus_right_20_filled": 59896, + "ic_fluent_layout_column_two_20_filled": 59897, + "ic_fluent_layout_column_two_20_regular": 59898, + "ic_fluent_layout_column_two_focus_left_20_filled": 59899, + "ic_fluent_layout_column_two_focus_right_20_filled": 59900, + "ic_fluent_layout_column_two_split_left_20_filled": 59901, + "ic_fluent_layout_column_two_split_left_20_regular": 59902, + "ic_fluent_layout_column_two_split_left_focus_bottom_left_20_filled": 59903, + "ic_fluent_layout_column_two_split_left_focus_right_20_filled": 59904, + "ic_fluent_layout_column_two_split_left_focus_top_left_20_filled": 59905, + "ic_fluent_layout_column_two_split_right_20_filled": 59906, + "ic_fluent_layout_column_two_split_right_20_regular": 59907, + "ic_fluent_layout_column_two_split_right_focus_bottom_right_20_filled": 59908, + "ic_fluent_layout_column_two_split_right_focus_left_20_filled": 59909, + "ic_fluent_layout_column_two_split_right_focus_top_right_20_filled": 59910, + "ic_fluent_layout_row_four_20_filled": 59911, + "ic_fluent_layout_row_four_20_regular": 59912, + "ic_fluent_layout_row_four_focus_bottom_20_filled": 59913, + "ic_fluent_layout_row_four_focus_center_bottom_20_filled": 59914, + "ic_fluent_layout_row_four_focus_center_top_20_filled": 59915, + "ic_fluent_layout_row_four_focus_top_20_filled": 59916, + "ic_fluent_layout_row_three_20_filled": 59917, + "ic_fluent_layout_row_three_20_regular": 59918, + "ic_fluent_layout_row_three_focus_bottom_20_filled": 59919, + "ic_fluent_layout_row_three_focus_center_20_filled": 59920, + "ic_fluent_layout_row_three_focus_top_20_filled": 59921, + "ic_fluent_layout_row_two_20_filled": 59922, + "ic_fluent_layout_row_two_20_regular": 59923, + "ic_fluent_layout_row_two_focus_bottom_20_filled": 59924, + "ic_fluent_layout_row_two_focus_top_20_filled": 59925, + "ic_fluent_layout_row_two_focus_top_settings_20_filled": 59926, + "ic_fluent_layout_row_two_settings_20_filled": 59927, + "ic_fluent_layout_row_two_settings_20_regular": 59928, + "ic_fluent_layout_row_two_split_bottom_20_filled": 59929, + "ic_fluent_layout_row_two_split_bottom_20_regular": 59930, + "ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled": 59931, + "ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled": 59932, + "ic_fluent_layout_row_two_split_bottom_focus_top_20_filled": 59933, + "ic_fluent_layout_row_two_split_top_20_filled": 59934, + "ic_fluent_layout_row_two_split_top_20_regular": 59935, + "ic_fluent_layout_row_two_split_top_focus_bottom_20_filled": 59936, + "ic_fluent_layout_row_two_split_top_focus_top_left_20_filled": 59937, + "ic_fluent_layout_row_two_split_top_focus_top_right_20_filled": 59938, + "ic_fluent_leaf_one_20_filled": 59939, + "ic_fluent_leaf_one_20_regular": 59940, + "ic_fluent_leaf_three_20_filled": 59941, + "ic_fluent_leaf_three_20_regular": 59942, + "ic_fluent_leaf_two_20_filled": 59943, + "ic_fluent_leaf_two_20_regular": 59944, + "ic_fluent_learning_app_20_filled": 59945, + "ic_fluent_learning_app_20_regular": 59946, + "ic_fluent_library_20_filled": 59947, + "ic_fluent_library_20_regular": 59948, + "ic_fluent_lightbulb_20_filled": 59949, + "ic_fluent_lightbulb_20_regular": 59950, + "ic_fluent_lightbulb_checkmark_20_filled": 59951, + "ic_fluent_lightbulb_checkmark_20_regular": 59952, + "ic_fluent_lightbulb_circle_20_filled": 59953, + "ic_fluent_lightbulb_circle_20_regular": 59954, + "ic_fluent_lightbulb_filament_20_filled": 59955, + "ic_fluent_lightbulb_filament_20_regular": 59956, + "ic_fluent_lightbulb_person_20_filled": 59957, + "ic_fluent_lightbulb_person_20_regular": 59958, + "ic_fluent_likert_20_filled": 59959, + "ic_fluent_likert_20_regular": 59960, + "ic_fluent_line_20_filled": 59961, + "ic_fluent_line_20_regular": 59962, + "ic_fluent_line_dashes_20_filled": 59963, + "ic_fluent_line_dashes_20_regular": 59964, + "ic_fluent_line_flow_diagonal_up_right_20_filled": 59965, + "ic_fluent_line_flow_diagonal_up_right_20_regular": 59966, + "ic_fluent_line_horizontal_1_20_filled": 59967, + "ic_fluent_line_horizontal_1_20_regular": 59968, + "ic_fluent_line_horizontal_1_dash_dot_dash_20_filled": 59969, + "ic_fluent_line_horizontal_1_dash_dot_dash_20_regular": 59970, + "ic_fluent_line_horizontal_1_dashes_20_filled": 59971, + "ic_fluent_line_horizontal_1_dashes_20_regular": 59972, + "ic_fluent_line_horizontal_1_dot_20_filled": 59973, + "ic_fluent_line_horizontal_1_dot_20_regular": 59974, + "ic_fluent_line_horizontal_2_dashes_solid_20_filled": 59975, + "ic_fluent_line_horizontal_2_dashes_solid_20_regular": 59976, + "ic_fluent_line_horizontal_3_20_filled": 59977, + "ic_fluent_line_horizontal_3_20_regular": 59978, + "ic_fluent_line_horizontal_4_20_filled": 59979, + "ic_fluent_line_horizontal_4_20_regular": 59980, + "ic_fluent_line_horizontal_4_search_20_filled": 59981, + "ic_fluent_line_horizontal_4_search_20_regular": 59982, + "ic_fluent_line_horizontal_5_20_filled": 59983, + "ic_fluent_line_horizontal_5_20_regular": 59984, + "ic_fluent_line_horizontal_5_error_20_filled": 59985, + "ic_fluent_line_horizontal_5_error_20_regular": 59986, + "ic_fluent_line_style_20_filled": 59987, + "ic_fluent_line_style_20_regular": 59988, + "ic_fluent_line_style_sketch_20_filled": 59989, + "ic_fluent_line_style_sketch_20_regular": 59990, + "ic_fluent_line_thickness_20_filled": 59991, + "ic_fluent_line_thickness_20_regular": 59992, + "ic_fluent_link_20_filled": 59993, + "ic_fluent_link_20_regular": 59994, + "ic_fluent_link_add_20_filled": 59995, + "ic_fluent_link_add_20_regular": 59996, + "ic_fluent_link_dismiss_20_filled": 59997, + "ic_fluent_link_dismiss_20_regular": 59998, + "ic_fluent_link_edit_20_filled": 59999, + "ic_fluent_link_edit_20_regular": 60000, + "ic_fluent_link_multiple_20_filled": 60001, + "ic_fluent_link_multiple_20_regular": 60002, + "ic_fluent_link_person_20_filled": 60003, + "ic_fluent_link_person_20_regular": 60004, + "ic_fluent_link_square_20_filled": 60005, + "ic_fluent_link_square_20_regular": 60006, + "ic_fluent_link_toolbox_20_filled": 60007, + "ic_fluent_link_toolbox_20_regular": 60008, + "ic_fluent_list_20_filled": 60009, + "ic_fluent_list_20_regular": 60010, + "ic_fluent_list_bar_20_filled": 60011, + "ic_fluent_list_bar_20_regular": 60012, + "ic_fluent_list_bar_tree_20_filled": 60013, + "ic_fluent_list_bar_tree_20_regular": 60014, + "ic_fluent_list_bar_tree_offset_20_filled": 60015, + "ic_fluent_list_bar_tree_offset_20_regular": 60016, + "ic_fluent_list_rtl_20_filled": 60017, + "ic_fluent_list_rtl_20_regular": 60018, + "ic_fluent_live_20_filled": 60019, + "ic_fluent_live_20_regular": 60020, + "ic_fluent_live_off_20_filled": 60021, + "ic_fluent_live_off_20_regular": 60022, + "ic_fluent_local_language_20_filled": 60023, + "ic_fluent_local_language_20_regular": 60024, + "ic_fluent_location_20_filled": 60025, + "ic_fluent_location_20_regular": 60026, + "ic_fluent_location_add_20_filled": 60027, + "ic_fluent_location_add_20_regular": 60028, + "ic_fluent_location_add_left_20_filled": 60029, + "ic_fluent_location_add_left_20_regular": 60030, + "ic_fluent_location_add_right_20_filled": 60031, + "ic_fluent_location_add_right_20_regular": 60032, + "ic_fluent_location_add_up_20_filled": 60033, + "ic_fluent_location_add_up_20_regular": 60034, + "ic_fluent_location_arrow_20_filled": 60035, + "ic_fluent_location_arrow_20_regular": 60036, + "ic_fluent_location_arrow_left_20_filled": 60037, + "ic_fluent_location_arrow_left_20_regular": 60038, + "ic_fluent_location_arrow_right_20_filled": 60039, + "ic_fluent_location_arrow_right_20_regular": 60040, + "ic_fluent_location_arrow_up_20_filled": 60041, + "ic_fluent_location_arrow_up_20_regular": 60042, + "ic_fluent_location_dismiss_20_filled": 60043, + "ic_fluent_location_dismiss_20_regular": 60044, + "ic_fluent_location_live_20_filled": 60045, + "ic_fluent_location_live_20_regular": 60046, + "ic_fluent_location_off_20_filled": 60047, + "ic_fluent_location_off_20_regular": 60048, + "ic_fluent_location_ripple_20_filled": 60049, + "ic_fluent_location_ripple_20_regular": 60050, + "ic_fluent_location_target_square_20_filled": 60051, + "ic_fluent_location_target_square_20_regular": 60052, + "ic_fluent_lock_closed_20_filled": 60053, + "ic_fluent_lock_closed_20_regular": 60054, + "ic_fluent_lock_closed_key_20_filled": 60055, + "ic_fluent_lock_closed_key_20_regular": 60056, + "ic_fluent_lock_multiple_20_filled": 60057, + "ic_fluent_lock_multiple_20_regular": 60058, + "ic_fluent_lock_open_20_filled": 60059, + "ic_fluent_lock_open_20_regular": 60060, + "ic_fluent_lock_shield_20_filled": 60061, + "ic_fluent_lock_shield_20_regular": 60062, + "ic_fluent_lottery_20_filled": 60063, + "ic_fluent_lottery_20_regular": 60064, + "ic_fluent_luggage_20_filled": 60065, + "ic_fluent_luggage_20_regular": 60066, + "ic_fluent_mail_20_filled": 60067, + "ic_fluent_mail_20_regular": 60068, + "ic_fluent_mail_add_20_filled": 60069, + "ic_fluent_mail_add_20_regular": 60070, + "ic_fluent_mail_alert_20_filled": 60071, + "ic_fluent_mail_alert_20_regular": 60072, + "ic_fluent_mail_all_read_20_filled": 60073, + "ic_fluent_mail_all_read_20_regular": 60074, + "ic_fluent_mail_all_unread_20_filled": 60075, + "ic_fluent_mail_all_unread_20_regular": 60076, + "ic_fluent_mail_arrow_clockwise_20_filled": 60077, + "ic_fluent_mail_arrow_clockwise_20_regular": 60078, + "ic_fluent_mail_arrow_double_back_20_filled": 60079, + "ic_fluent_mail_arrow_double_back_20_regular": 60080, + "ic_fluent_mail_arrow_down_20_filled": 60081, + "ic_fluent_mail_arrow_down_20_regular": 60082, + "ic_fluent_mail_arrow_forward_20_filled": 60083, + "ic_fluent_mail_arrow_forward_20_regular": 60084, + "ic_fluent_mail_arrow_up_20_filled": 60085, + "ic_fluent_mail_arrow_up_20_regular": 60086, + "ic_fluent_mail_attach_20_filled": 60087, + "ic_fluent_mail_attach_20_regular": 60088, + "ic_fluent_mail_checkmark_20_filled": 60089, + "ic_fluent_mail_checkmark_20_regular": 60090, + "ic_fluent_mail_clock_20_filled": 60091, + "ic_fluent_mail_clock_20_regular": 60092, + "ic_fluent_mail_copy_20_filled": 60093, + "ic_fluent_mail_copy_20_regular": 60094, + "ic_fluent_mail_dismiss_20_filled": 60095, + "ic_fluent_mail_dismiss_20_regular": 60096, + "ic_fluent_mail_edit_20_filled": 60097, + "ic_fluent_mail_edit_20_regular": 60098, + "ic_fluent_mail_error_20_filled": 60099, + "ic_fluent_mail_error_20_regular": 60100, + "ic_fluent_mail_inbox_20_filled": 60101, + "ic_fluent_mail_inbox_20_regular": 60102, + "ic_fluent_mail_inbox_add_20_filled": 60103, + "ic_fluent_mail_inbox_add_20_regular": 60104, + "ic_fluent_mail_inbox_all_20_filled": 60105, + "ic_fluent_mail_inbox_all_20_regular": 60106, + "ic_fluent_mail_inbox_arrow_down_20_filled": 60107, + "ic_fluent_mail_inbox_arrow_down_20_regular": 60108, + "ic_fluent_mail_inbox_arrow_right_20_filled": 60109, + "ic_fluent_mail_inbox_arrow_right_20_regular": 60110, + "ic_fluent_mail_inbox_arrow_up_20_filled": 60111, + "ic_fluent_mail_inbox_arrow_up_20_regular": 60112, + "ic_fluent_mail_inbox_checkmark_20_filled": 60113, + "ic_fluent_mail_inbox_checkmark_20_regular": 60114, + "ic_fluent_mail_inbox_dismiss_20_filled": 60115, + "ic_fluent_mail_inbox_dismiss_20_regular": 60116, + "ic_fluent_mail_inbox_person_20_filled": 60117, + "ic_fluent_mail_inbox_person_20_regular": 60118, + "ic_fluent_mail_link_20_filled": 60119, + "ic_fluent_mail_link_20_regular": 60120, + "ic_fluent_mail_list_20_filled": 60121, + "ic_fluent_mail_list_20_regular": 60122, + "ic_fluent_mail_multiple_20_filled": 60123, + "ic_fluent_mail_multiple_20_regular": 60124, + "ic_fluent_mail_off_20_filled": 60125, + "ic_fluent_mail_off_20_regular": 60126, + "ic_fluent_mail_open_person_20_filled": 60127, + "ic_fluent_mail_open_person_20_regular": 60128, + "ic_fluent_mail_pause_20_filled": 60129, + "ic_fluent_mail_pause_20_regular": 60130, + "ic_fluent_mail_prohibited_20_filled": 60131, + "ic_fluent_mail_prohibited_20_regular": 60132, + "ic_fluent_mail_read_20_filled": 60133, + "ic_fluent_mail_read_20_regular": 60134, + "ic_fluent_mail_read_multiple_20_filled": 60135, + "ic_fluent_mail_read_multiple_20_regular": 60136, + "ic_fluent_mail_rewind_20_filled": 60137, + "ic_fluent_mail_rewind_20_regular": 60138, + "ic_fluent_mail_settings_20_filled": 60139, + "ic_fluent_mail_settings_20_regular": 60140, + "ic_fluent_mail_shield_20_filled": 60141, + "ic_fluent_mail_shield_20_regular": 60142, + "ic_fluent_mail_template_20_filled": 60143, + "ic_fluent_mail_template_20_regular": 60144, + "ic_fluent_mail_unread_20_filled": 60145, + "ic_fluent_mail_unread_20_regular": 60146, + "ic_fluent_mail_warning_20_filled": 60147, + "ic_fluent_mail_warning_20_regular": 60148, + "ic_fluent_mailbox_20_filled": 60149, + "ic_fluent_mailbox_20_regular": 60150, + "ic_fluent_map_20_filled": 60151, + "ic_fluent_map_20_regular": 60152, + "ic_fluent_map_drive_20_filled": 60153, + "ic_fluent_map_drive_20_regular": 60154, + "ic_fluent_markdown_20_filled": 60155, + "ic_fluent_markdown_20_regular": 60156, + "ic_fluent_match_app_layout_20_filled": 60157, + "ic_fluent_match_app_layout_20_regular": 60158, + "ic_fluent_math_format_linear_20_filled": 60159, + "ic_fluent_math_format_linear_20_regular": 60160, + "ic_fluent_math_format_professional_20_filled": 60161, + "ic_fluent_math_format_professional_20_regular": 60162, + "ic_fluent_math_formula_20_filled": 60163, + "ic_fluent_math_formula_20_regular": 60164, + "ic_fluent_math_symbols_20_filled": 60165, + "ic_fluent_math_symbols_20_regular": 60166, + "ic_fluent_maximize_20_filled": 60167, + "ic_fluent_maximize_20_regular": 60168, + "ic_fluent_meet_now_20_filled": 60169, + "ic_fluent_meet_now_20_regular": 60170, + "ic_fluent_megaphone_20_filled": 60171, + "ic_fluent_megaphone_20_regular": 60172, + "ic_fluent_megaphone_circle_20_filled": 60173, + "ic_fluent_megaphone_circle_20_regular": 60174, + "ic_fluent_megaphone_loud_20_filled": 60175, + "ic_fluent_megaphone_loud_20_regular": 60176, + "ic_fluent_megaphone_off_20_filled": 60177, + "ic_fluent_megaphone_off_20_regular": 60178, + "ic_fluent_mention_20_filled": 60179, + "ic_fluent_mention_20_regular": 60180, + "ic_fluent_mention_arrow_down_20_filled": 60181, + "ic_fluent_mention_arrow_down_20_regular": 60182, + "ic_fluent_mention_brackets_20_filled": 60183, + "ic_fluent_mention_brackets_20_regular": 60184, + "ic_fluent_merge_20_filled": 60185, + "ic_fluent_merge_20_regular": 60186, + "ic_fluent_mic_20_filled": 60187, + "ic_fluent_mic_20_regular": 60188, + "ic_fluent_mic_link_20_filled": 60189, + "ic_fluent_mic_link_20_regular": 60190, + "ic_fluent_mic_off_20_filled": 60191, + "ic_fluent_mic_off_20_regular": 60192, + "ic_fluent_mic_prohibited_20_filled": 60193, + "ic_fluent_mic_prohibited_20_regular": 60194, + "ic_fluent_mic_pulse_20_filled": 60195, + "ic_fluent_mic_pulse_20_regular": 60196, + "ic_fluent_mic_pulse_off_20_filled": 60197, + "ic_fluent_mic_pulse_off_20_regular": 60198, + "ic_fluent_mic_record_20_filled": 60199, + "ic_fluent_mic_record_20_regular": 60200, + "ic_fluent_mic_settings_20_filled": 60201, + "ic_fluent_mic_settings_20_regular": 60202, + "ic_fluent_mic_sparkle_20_filled": 60203, + "ic_fluent_mic_sparkle_20_regular": 60204, + "ic_fluent_mic_sync_20_filled": 60205, + "ic_fluent_mic_sync_20_regular": 60206, + "ic_fluent_microscope_20_filled": 60207, + "ic_fluent_microscope_20_regular": 60208, + "ic_fluent_midi_20_filled": 60209, + "ic_fluent_midi_20_regular": 60210, + "ic_fluent_mobile_optimized_20_filled": 60211, + "ic_fluent_mobile_optimized_20_regular": 60212, + "ic_fluent_mold_20_filled": 60213, + "ic_fluent_mold_20_regular": 60214, + "ic_fluent_molecule_20_filled": 60215, + "ic_fluent_molecule_20_regular": 60216, + "ic_fluent_money_20_filled": 60217, + "ic_fluent_money_20_regular": 60218, + "ic_fluent_money_calculator_20_filled": 60219, + "ic_fluent_money_calculator_20_regular": 60220, + "ic_fluent_money_dismiss_20_filled": 60221, + "ic_fluent_money_dismiss_20_regular": 60222, + "ic_fluent_money_hand_20_filled": 60223, + "ic_fluent_money_hand_20_regular": 60224, + "ic_fluent_money_off_20_filled": 60225, + "ic_fluent_money_off_20_regular": 60226, + "ic_fluent_money_settings_20_filled": 60227, + "ic_fluent_money_settings_20_regular": 60228, + "ic_fluent_more_circle_20_filled": 60229, + "ic_fluent_more_circle_20_regular": 60230, + "ic_fluent_more_horizontal_20_filled": 60231, + "ic_fluent_more_horizontal_20_regular": 60232, + "ic_fluent_more_vertical_20_filled": 60233, + "ic_fluent_more_vertical_20_regular": 60234, + "ic_fluent_mountain_location_bottom_20_filled": 60235, + "ic_fluent_mountain_location_bottom_20_regular": 60236, + "ic_fluent_mountain_location_top_20_filled": 60237, + "ic_fluent_mountain_location_top_20_regular": 60238, + "ic_fluent_mountain_trail_20_filled": 60239, + "ic_fluent_mountain_trail_20_regular": 60240, + "ic_fluent_movies_and_tv_20_filled": 60241, + "ic_fluent_movies_and_tv_20_regular": 60242, + "ic_fluent_multiplier_1_2x_20_filled": 60243, + "ic_fluent_multiplier_1_2x_20_regular": 60244, + "ic_fluent_multiplier_1_5x_20_filled": 60245, + "ic_fluent_multiplier_1_5x_20_regular": 60246, + "ic_fluent_multiplier_1_8x_20_filled": 60247, + "ic_fluent_multiplier_1_8x_20_regular": 60248, + "ic_fluent_multiplier_1x_20_filled": 60249, + "ic_fluent_multiplier_1x_20_regular": 60250, + "ic_fluent_multiplier_2x_20_filled": 60251, + "ic_fluent_multiplier_2x_20_regular": 60252, + "ic_fluent_multiplier_5x_20_filled": 60253, + "ic_fluent_multiplier_5x_20_regular": 60254, + "ic_fluent_multiselect_ltr_20_filled": 60255, + "ic_fluent_multiselect_ltr_20_regular": 60256, + "ic_fluent_multiselect_rtl_20_filled": 60257, + "ic_fluent_multiselect_rtl_20_regular": 60258, + "ic_fluent_music_note_1_20_filled": 60259, + "ic_fluent_music_note_1_20_regular": 60260, + "ic_fluent_music_note_2_20_filled": 60261, + "ic_fluent_music_note_2_20_regular": 60262, + "ic_fluent_music_note_2_play_20_filled": 60263, + "ic_fluent_music_note_2_play_20_regular": 60264, + "ic_fluent_music_note_off_1_20_filled": 60265, + "ic_fluent_music_note_off_1_20_regular": 60266, + "ic_fluent_music_note_off_2_20_filled": 60267, + "ic_fluent_music_note_off_2_20_regular": 60268, + "ic_fluent_my_location_20_filled": 60269, + "ic_fluent_my_location_20_regular": 60270, + "ic_fluent_navigation_20_filled": 60271, + "ic_fluent_navigation_20_regular": 60272, + "ic_fluent_navigation_location_target_20_filled": 60273, + "ic_fluent_navigation_location_target_20_regular": 60274, + "ic_fluent_navigation_play_20_filled": 60275, + "ic_fluent_navigation_play_20_regular": 60276, + "ic_fluent_navigation_unread_20_filled": 60277, + "ic_fluent_navigation_unread_20_regular": 60278, + "ic_fluent_network_check_20_filled": 60279, + "ic_fluent_network_check_20_regular": 60280, + "ic_fluent_new_20_filled": 60281, + "ic_fluent_new_20_regular": 60282, + "ic_fluent_news_20_filled": 60283, + "ic_fluent_news_20_regular": 60284, + "ic_fluent_next_20_filled": 60285, + "ic_fluent_next_20_regular": 60286, + "ic_fluent_next_frame_20_filled": 60287, + "ic_fluent_next_frame_20_regular": 60288, + "ic_fluent_note_20_filled": 60289, + "ic_fluent_note_20_regular": 60290, + "ic_fluent_note_add_20_filled": 60291, + "ic_fluent_note_add_20_regular": 60292, + "ic_fluent_note_edit_20_filled": 60293, + "ic_fluent_note_edit_20_regular": 60294, + "ic_fluent_note_pin_20_filled": 60295, + "ic_fluent_note_pin_20_regular": 60296, + "ic_fluent_notebook_20_filled": 60297, + "ic_fluent_notebook_20_regular": 60298, + "ic_fluent_notebook_add_20_filled": 60299, + "ic_fluent_notebook_add_20_regular": 60300, + "ic_fluent_notebook_arrow_curve_down_20_filled": 60301, + "ic_fluent_notebook_arrow_curve_down_20_regular": 60302, + "ic_fluent_notebook_error_20_filled": 60303, + "ic_fluent_notebook_error_20_regular": 60304, + "ic_fluent_notebook_eye_20_filled": 60305, + "ic_fluent_notebook_eye_20_regular": 60306, + "ic_fluent_notebook_lightning_20_filled": 60307, + "ic_fluent_notebook_lightning_20_regular": 60308, + "ic_fluent_notebook_question_mark_20_filled": 60309, + "ic_fluent_notebook_question_mark_20_regular": 60310, + "ic_fluent_notebook_section_20_filled": 60311, + "ic_fluent_notebook_section_20_regular": 60312, + "ic_fluent_notebook_section_arrow_right_20_filled": 60313, + "ic_fluent_notebook_section_arrow_right_20_regular": 60314, + "ic_fluent_notebook_subsection_20_filled": 60315, + "ic_fluent_notebook_subsection_20_regular": 60316, + "ic_fluent_notebook_sync_20_filled": 60317, + "ic_fluent_notebook_sync_20_regular": 60318, + "ic_fluent_notepad_20_filled": 60319, + "ic_fluent_notepad_20_regular": 60320, + "ic_fluent_notepad_edit_20_filled": 60321, + "ic_fluent_notepad_edit_20_regular": 60322, + "ic_fluent_notepad_person_20_filled": 60323, + "ic_fluent_notepad_person_20_regular": 60324, + "ic_fluent_notepad_sparkle_20_filled": 60325, + "ic_fluent_notepad_sparkle_20_regular": 60326, + "ic_fluent_number_circle_0_20_filled": 60327, + "ic_fluent_number_circle_0_20_regular": 60328, + "ic_fluent_number_circle_1_20_filled": 60329, + "ic_fluent_number_circle_1_20_regular": 60330, + "ic_fluent_number_circle_2_20_filled": 60331, + "ic_fluent_number_circle_2_20_regular": 60332, + "ic_fluent_number_circle_3_20_filled": 60333, + "ic_fluent_number_circle_3_20_regular": 60334, + "ic_fluent_number_circle_4_20_filled": 60335, + "ic_fluent_number_circle_4_20_regular": 60336, + "ic_fluent_number_circle_5_20_filled": 60337, + "ic_fluent_number_circle_5_20_regular": 60338, + "ic_fluent_number_circle_6_20_filled": 60339, + "ic_fluent_number_circle_6_20_regular": 60340, + "ic_fluent_number_circle_7_20_filled": 60341, + "ic_fluent_number_circle_7_20_regular": 60342, + "ic_fluent_number_circle_8_20_filled": 60343, + "ic_fluent_number_circle_8_20_regular": 60344, + "ic_fluent_number_circle_9_20_filled": 60345, + "ic_fluent_number_circle_9_20_regular": 60346, + "ic_fluent_number_row_20_filled": 60347, + "ic_fluent_number_row_20_regular": 60348, + "ic_fluent_number_symbol_20_filled": 60349, + "ic_fluent_number_symbol_20_regular": 60350, + "ic_fluent_number_symbol_dismiss_20_filled": 60351, + "ic_fluent_number_symbol_dismiss_20_regular": 60352, + "ic_fluent_number_symbol_square_20_filled": 60353, + "ic_fluent_number_symbol_square_20_regular": 60354, + "ic_fluent_open_20_filled": 60355, + "ic_fluent_open_20_regular": 60356, + "ic_fluent_open_folder_20_filled": 60357, + "ic_fluent_open_folder_20_regular": 60358, + "ic_fluent_open_off_20_filled": 60359, + "ic_fluent_open_off_20_regular": 60360, + "ic_fluent_options_20_filled": 60361, + "ic_fluent_options_20_regular": 60362, + "ic_fluent_organization_20_filled": 60363, + "ic_fluent_organization_20_regular": 60364, + "ic_fluent_organization_horizontal_20_filled": 60365, + "ic_fluent_organization_horizontal_20_regular": 60366, + "ic_fluent_orientation_20_filled": 60367, + "ic_fluent_orientation_20_regular": 60368, + "ic_fluent_oval_20_filled": 60369, + "ic_fluent_oval_20_regular": 60370, + "ic_fluent_oven_20_filled": 60371, + "ic_fluent_oven_20_regular": 60372, + "ic_fluent_padding_down_20_filled": 60373, + "ic_fluent_padding_down_20_regular": 60374, + "ic_fluent_padding_left_20_filled": 60375, + "ic_fluent_padding_left_20_regular": 60376, + "ic_fluent_padding_right_20_filled": 60377, + "ic_fluent_padding_right_20_regular": 60378, + "ic_fluent_padding_top_20_filled": 60379, + "ic_fluent_padding_top_20_regular": 60380, + "ic_fluent_page_fit_20_filled": 60381, + "ic_fluent_page_fit_20_regular": 60382, + "ic_fluent_paint_brush_20_filled": 60383, + "ic_fluent_paint_brush_20_regular": 60384, + "ic_fluent_paint_brush_arrow_down_20_filled": 60385, + "ic_fluent_paint_brush_arrow_down_20_regular": 60386, + "ic_fluent_paint_brush_arrow_up_20_filled": 60387, + "ic_fluent_paint_brush_arrow_up_20_regular": 60388, + "ic_fluent_paint_brush_sparkle_20_filled": 60389, + "ic_fluent_paint_brush_sparkle_20_regular": 60390, + "ic_fluent_paint_brush_subtract_20_filled": 60391, + "ic_fluent_paint_brush_subtract_20_regular": 60392, + "ic_fluent_paint_bucket_20_filled": 60393, + "ic_fluent_paint_bucket_20_regular": 60394, + "ic_fluent_pair_20_filled": 60395, + "ic_fluent_pair_20_regular": 60396, + "ic_fluent_panel_bottom_20_filled": 60397, + "ic_fluent_panel_bottom_20_regular": 60398, + "ic_fluent_panel_bottom_contract_20_filled": 60399, + "ic_fluent_panel_bottom_contract_20_regular": 60400, + "ic_fluent_panel_bottom_expand_20_filled": 60401, + "ic_fluent_panel_bottom_expand_20_regular": 60402, + "ic_fluent_panel_left_20_filled": 60403, + "ic_fluent_panel_left_20_regular": 60404, + "ic_fluent_panel_left_add_20_filled": 60405, + "ic_fluent_panel_left_add_20_regular": 60406, + "ic_fluent_panel_left_contract_20_filled": 60407, + "ic_fluent_panel_left_contract_20_regular": 60408, + "ic_fluent_panel_left_expand_20_filled": 60409, + "ic_fluent_panel_left_expand_20_regular": 60410, + "ic_fluent_panel_left_focus_right_20_filled": 60411, + "ic_fluent_panel_left_header_20_filled": 60412, + "ic_fluent_panel_left_header_20_regular": 60413, + "ic_fluent_panel_left_header_add_20_filled": 60414, + "ic_fluent_panel_left_header_add_20_regular": 60415, + "ic_fluent_panel_left_header_key_20_filled": 60416, + "ic_fluent_panel_left_header_key_20_regular": 60417, + "ic_fluent_panel_left_key_20_filled": 60418, + "ic_fluent_panel_left_key_20_regular": 60419, + "ic_fluent_panel_left_text_20_filled": 60420, + "ic_fluent_panel_left_text_20_regular": 60421, + "ic_fluent_panel_left_text_add_20_filled": 60422, + "ic_fluent_panel_left_text_add_20_regular": 60423, + "ic_fluent_panel_left_text_dismiss_20_filled": 60424, + "ic_fluent_panel_left_text_dismiss_20_regular": 60425, + "ic_fluent_panel_right_20_filled": 60426, + "ic_fluent_panel_right_20_regular": 60427, + "ic_fluent_panel_right_add_20_filled": 60428, + "ic_fluent_panel_right_add_20_regular": 60429, + "ic_fluent_panel_right_contract_20_filled": 60430, + "ic_fluent_panel_right_contract_20_regular": 60431, + "ic_fluent_panel_right_cursor_20_filled": 60432, + "ic_fluent_panel_right_cursor_20_regular": 60433, + "ic_fluent_panel_right_expand_20_filled": 60434, + "ic_fluent_panel_right_expand_20_regular": 60435, + "ic_fluent_panel_right_gallery_20_filled": 60436, + "ic_fluent_panel_right_gallery_20_regular": 60437, + "ic_fluent_panel_separate_window_20_filled": 60438, + "ic_fluent_panel_separate_window_20_regular": 60439, + "ic_fluent_panel_top_contract_20_filled": 60440, + "ic_fluent_panel_top_contract_20_regular": 60441, + "ic_fluent_panel_top_expand_20_filled": 60442, + "ic_fluent_panel_top_expand_20_regular": 60443, + "ic_fluent_panel_top_gallery_20_filled": 60444, + "ic_fluent_panel_top_gallery_20_regular": 60445, + "ic_fluent_password_20_filled": 60446, + "ic_fluent_password_20_regular": 60447, + "ic_fluent_patch_20_filled": 60448, + "ic_fluent_patch_20_regular": 60449, + "ic_fluent_patient_20_filled": 60450, + "ic_fluent_patient_20_regular": 60451, + "ic_fluent_pause_20_filled": 60452, + "ic_fluent_pause_20_regular": 60453, + "ic_fluent_pause_circle_20_filled": 60454, + "ic_fluent_pause_circle_20_regular": 60455, + "ic_fluent_pause_off_20_filled": 60456, + "ic_fluent_pause_off_20_regular": 60457, + "ic_fluent_pause_settings_20_filled": 60458, + "ic_fluent_pause_settings_20_regular": 60459, + "ic_fluent_payment_20_filled": 60460, + "ic_fluent_payment_20_regular": 60461, + "ic_fluent_payment_wireless_20_filled": 60462, + "ic_fluent_payment_wireless_20_regular": 60463, + "ic_fluent_pen_20_filled": 60464, + "ic_fluent_pen_20_regular": 60465, + "ic_fluent_pen_dismiss_20_filled": 60466, + "ic_fluent_pen_dismiss_20_regular": 60467, + "ic_fluent_pen_off_20_filled": 60468, + "ic_fluent_pen_off_20_regular": 60469, + "ic_fluent_pen_prohibited_20_filled": 60470, + "ic_fluent_pen_prohibited_20_regular": 60471, + "ic_fluent_pen_sparkle_20_filled": 60472, + "ic_fluent_pen_sparkle_20_regular": 60473, + "ic_fluent_pen_sync_20_filled": 60474, + "ic_fluent_pen_sync_20_regular": 60475, + "ic_fluent_pentagon_20_filled": 60476, + "ic_fluent_pentagon_20_regular": 60477, + "ic_fluent_people_20_filled": 60478, + "ic_fluent_people_20_regular": 60479, + "ic_fluent_people_add_20_filled": 60480, + "ic_fluent_people_add_20_regular": 60481, + "ic_fluent_people_audience_20_filled": 60482, + "ic_fluent_people_audience_20_regular": 60483, + "ic_fluent_people_call_20_filled": 60484, + "ic_fluent_people_call_20_regular": 60485, + "ic_fluent_people_chat_20_filled": 60486, + "ic_fluent_people_chat_20_regular": 60487, + "ic_fluent_people_checkmark_20_filled": 60488, + "ic_fluent_people_checkmark_20_regular": 60489, + "ic_fluent_people_community_20_filled": 60490, + "ic_fluent_people_community_20_regular": 60491, + "ic_fluent_people_community_add_20_filled": 60492, + "ic_fluent_people_community_add_20_regular": 60493, + "ic_fluent_people_edit_20_filled": 60494, + "ic_fluent_people_edit_20_regular": 60495, + "ic_fluent_people_error_20_filled": 60496, + "ic_fluent_people_error_20_regular": 60497, + "ic_fluent_people_eye_20_filled": 60498, + "ic_fluent_people_eye_20_regular": 60499, + "ic_fluent_people_link_20_filled": 60500, + "ic_fluent_people_link_20_regular": 60501, + "ic_fluent_people_list_20_filled": 60502, + "ic_fluent_people_list_20_regular": 60503, + "ic_fluent_people_lock_20_filled": 60504, + "ic_fluent_people_lock_20_regular": 60505, + "ic_fluent_people_money_20_filled": 60506, + "ic_fluent_people_money_20_regular": 60507, + "ic_fluent_people_prohibited_20_filled": 60508, + "ic_fluent_people_prohibited_20_regular": 60509, + "ic_fluent_people_queue_20_filled": 60510, + "ic_fluent_people_queue_20_regular": 60511, + "ic_fluent_people_search_20_filled": 60512, + "ic_fluent_people_search_20_regular": 60513, + "ic_fluent_people_settings_20_filled": 60514, + "ic_fluent_people_settings_20_regular": 60515, + "ic_fluent_people_star_20_filled": 60516, + "ic_fluent_people_star_20_regular": 60517, + "ic_fluent_people_subtract_20_filled": 60518, + "ic_fluent_people_subtract_20_regular": 60519, + "ic_fluent_people_swap_20_filled": 60520, + "ic_fluent_people_swap_20_regular": 60521, + "ic_fluent_people_sync_20_filled": 60522, + "ic_fluent_people_sync_20_regular": 60523, + "ic_fluent_people_team_20_filled": 60524, + "ic_fluent_people_team_20_regular": 60525, + "ic_fluent_people_team_add_20_filled": 60526, + "ic_fluent_people_team_add_20_regular": 60527, + "ic_fluent_people_team_delete_20_filled": 60528, + "ic_fluent_people_team_delete_20_regular": 60529, + "ic_fluent_people_team_toolbox_20_filled": 60530, + "ic_fluent_people_team_toolbox_20_regular": 60531, + "ic_fluent_people_toolbox_20_filled": 60532, + "ic_fluent_people_toolbox_20_regular": 60533, + "ic_fluent_person_20_filled": 60534, + "ic_fluent_person_20_regular": 60535, + "ic_fluent_person_5_20_filled": 60536, + "ic_fluent_person_5_20_regular": 60537, + "ic_fluent_person_6_20_filled": 60538, + "ic_fluent_person_6_20_regular": 60539, + "ic_fluent_person_accounts_20_filled": 60540, + "ic_fluent_person_accounts_20_regular": 60541, + "ic_fluent_person_add_20_filled": 60542, + "ic_fluent_person_add_20_regular": 60543, + "ic_fluent_person_alert_20_filled": 60544, + "ic_fluent_person_alert_20_regular": 60545, + "ic_fluent_person_alert_off_20_filled": 60546, + "ic_fluent_person_alert_off_20_regular": 60547, + "ic_fluent_person_arrow_back_20_filled": 60548, + "ic_fluent_person_arrow_back_20_regular": 60549, + "ic_fluent_person_arrow_left_20_filled": 60550, + "ic_fluent_person_arrow_left_20_regular": 60551, + "ic_fluent_person_arrow_right_20_filled": 60552, + "ic_fluent_person_arrow_right_20_regular": 60553, + "ic_fluent_person_available_20_filled": 60554, + "ic_fluent_person_available_20_regular": 60555, + "ic_fluent_person_board_20_filled": 60556, + "ic_fluent_person_board_20_regular": 60557, + "ic_fluent_person_board_add_20_filled": 60558, + "ic_fluent_person_board_add_20_regular": 60559, + "ic_fluent_person_call_20_filled": 60560, + "ic_fluent_person_call_20_regular": 60561, + "ic_fluent_person_chat_20_filled": 60562, + "ic_fluent_person_chat_20_regular": 60563, + "ic_fluent_person_circle_20_filled": 60564, + "ic_fluent_person_circle_20_regular": 60565, + "ic_fluent_person_clock_20_filled": 60566, + "ic_fluent_person_clock_20_regular": 60567, + "ic_fluent_person_delete_20_filled": 60568, + "ic_fluent_person_delete_20_regular": 60569, + "ic_fluent_person_desktop_20_filled": 60570, + "ic_fluent_person_desktop_20_regular": 60571, + "ic_fluent_person_edit_20_filled": 60572, + "ic_fluent_person_edit_20_regular": 60573, + "ic_fluent_person_feedback_20_filled": 60574, + "ic_fluent_person_feedback_20_regular": 60575, + "ic_fluent_person_head_hint_20_filled": 60576, + "ic_fluent_person_head_hint_20_regular": 60577, + "ic_fluent_person_heart_20_filled": 60578, + "ic_fluent_person_heart_20_regular": 60579, + "ic_fluent_person_home_20_filled": 60580, + "ic_fluent_person_home_20_regular": 60581, + "ic_fluent_person_info_20_filled": 60582, + "ic_fluent_person_info_20_regular": 60583, + "ic_fluent_person_key_20_filled": 60584, + "ic_fluent_person_key_20_regular": 60585, + "ic_fluent_person_lightbulb_20_filled": 60586, + "ic_fluent_person_lightbulb_20_regular": 60587, + "ic_fluent_person_lightning_20_filled": 60588, + "ic_fluent_person_lightning_20_regular": 60589, + "ic_fluent_person_link_20_filled": 60590, + "ic_fluent_person_link_20_regular": 60591, + "ic_fluent_person_lock_20_filled": 60592, + "ic_fluent_person_lock_20_regular": 60593, + "ic_fluent_person_mail_20_filled": 60594, + "ic_fluent_person_mail_20_regular": 60595, + "ic_fluent_person_money_20_filled": 60596, + "ic_fluent_person_money_20_regular": 60597, + "ic_fluent_person_note_20_filled": 60598, + "ic_fluent_person_note_20_regular": 60599, + "ic_fluent_person_passkey_20_filled": 60600, + "ic_fluent_person_passkey_20_regular": 60601, + "ic_fluent_person_pill_20_filled": 60602, + "ic_fluent_person_pill_20_regular": 60603, + "ic_fluent_person_prohibited_20_filled": 60604, + "ic_fluent_person_prohibited_20_regular": 60605, + "ic_fluent_person_question_mark_20_filled": 60606, + "ic_fluent_person_question_mark_20_regular": 60607, + "ic_fluent_person_ribbon_20_filled": 60608, + "ic_fluent_person_ribbon_20_regular": 60609, + "ic_fluent_person_running_20_filled": 60610, + "ic_fluent_person_running_20_regular": 60611, + "ic_fluent_person_search_20_filled": 60612, + "ic_fluent_person_search_20_regular": 60613, + "ic_fluent_person_settings_20_filled": 60614, + "ic_fluent_person_settings_20_regular": 60615, + "ic_fluent_person_sound_spatial_20_filled": 60616, + "ic_fluent_person_sound_spatial_20_regular": 60617, + "ic_fluent_person_square_20_filled": 60618, + "ic_fluent_person_square_20_regular": 60619, + "ic_fluent_person_square_add_20_filled": 60620, + "ic_fluent_person_square_add_20_regular": 60621, + "ic_fluent_person_square_checkmark_20_filled": 60622, + "ic_fluent_person_square_checkmark_20_regular": 60623, + "ic_fluent_person_star_20_filled": 60624, + "ic_fluent_person_star_20_regular": 60625, + "ic_fluent_person_starburst_20_filled": 60626, + "ic_fluent_person_starburst_20_regular": 60627, + "ic_fluent_person_subtract_20_filled": 60628, + "ic_fluent_person_subtract_20_regular": 60629, + "ic_fluent_person_support_20_filled": 60630, + "ic_fluent_person_support_20_regular": 60631, + "ic_fluent_person_swap_20_filled": 60632, + "ic_fluent_person_swap_20_regular": 60633, + "ic_fluent_person_sync_20_filled": 60634, + "ic_fluent_person_sync_20_regular": 60635, + "ic_fluent_person_tag_20_filled": 60636, + "ic_fluent_person_tag_20_regular": 60637, + "ic_fluent_person_tentative_20_filled": 60638, + "ic_fluent_person_tentative_20_regular": 60639, + "ic_fluent_person_voice_20_filled": 60640, + "ic_fluent_person_voice_20_regular": 60641, + "ic_fluent_person_walking_20_filled": 60642, + "ic_fluent_person_walking_20_regular": 60643, + "ic_fluent_person_warning_20_filled": 60644, + "ic_fluent_person_warning_20_regular": 60645, + "ic_fluent_person_wrench_20_filled": 60646, + "ic_fluent_person_wrench_20_regular": 60647, + "ic_fluent_phone_20_filled": 60648, + "ic_fluent_phone_20_regular": 60649, + "ic_fluent_phone_add_20_filled": 60650, + "ic_fluent_phone_add_20_regular": 60651, + "ic_fluent_phone_arrow_right_20_filled": 60652, + "ic_fluent_phone_arrow_right_20_regular": 60653, + "ic_fluent_phone_chat_20_filled": 60654, + "ic_fluent_phone_chat_20_regular": 60655, + "ic_fluent_phone_checkmark_20_filled": 60656, + "ic_fluent_phone_checkmark_20_regular": 60657, + "ic_fluent_phone_desktop_20_filled": 60658, + "ic_fluent_phone_desktop_20_regular": 60659, + "ic_fluent_phone_desktop_add_20_filled": 60660, + "ic_fluent_phone_desktop_add_20_regular": 60661, + "ic_fluent_phone_dismiss_20_filled": 60662, + "ic_fluent_phone_dismiss_20_regular": 60663, + "ic_fluent_phone_edit_20_filled": 60664, + "ic_fluent_phone_edit_20_regular": 60665, + "ic_fluent_phone_eraser_20_filled": 60666, + "ic_fluent_phone_eraser_20_regular": 60667, + "ic_fluent_phone_footer_arrow_down_20_filled": 60668, + "ic_fluent_phone_footer_arrow_down_20_regular": 60669, + "ic_fluent_phone_header_arrow_up_20_filled": 60670, + "ic_fluent_phone_header_arrow_up_20_regular": 60671, + "ic_fluent_phone_key_20_filled": 60672, + "ic_fluent_phone_key_20_regular": 60673, + "ic_fluent_phone_laptop_20_filled": 60674, + "ic_fluent_phone_laptop_20_regular": 60675, + "ic_fluent_phone_link_setup_20_filled": 60676, + "ic_fluent_phone_link_setup_20_regular": 60677, + "ic_fluent_phone_lock_20_filled": 60678, + "ic_fluent_phone_lock_20_regular": 60679, + "ic_fluent_phone_page_header_20_filled": 60680, + "ic_fluent_phone_page_header_20_regular": 60681, + "ic_fluent_phone_pagination_20_filled": 60682, + "ic_fluent_phone_pagination_20_regular": 60683, + "ic_fluent_phone_screen_time_20_filled": 60684, + "ic_fluent_phone_screen_time_20_regular": 60685, + "ic_fluent_phone_shake_20_filled": 60686, + "ic_fluent_phone_shake_20_regular": 60687, + "ic_fluent_phone_span_in_20_filled": 60688, + "ic_fluent_phone_span_in_20_regular": 60689, + "ic_fluent_phone_span_out_20_filled": 60690, + "ic_fluent_phone_span_out_20_regular": 60691, + "ic_fluent_phone_speaker_20_filled": 60692, + "ic_fluent_phone_speaker_20_regular": 60693, + "ic_fluent_phone_status_bar_20_filled": 60694, + "ic_fluent_phone_status_bar_20_regular": 60695, + "ic_fluent_phone_tablet_20_filled": 60696, + "ic_fluent_phone_tablet_20_regular": 60697, + "ic_fluent_phone_update_20_filled": 60698, + "ic_fluent_phone_update_20_regular": 60699, + "ic_fluent_phone_update_checkmark_20_filled": 60700, + "ic_fluent_phone_update_checkmark_20_regular": 60701, + "ic_fluent_phone_vertical_scroll_20_filled": 60702, + "ic_fluent_phone_vertical_scroll_20_regular": 60703, + "ic_fluent_phone_vibrate_20_filled": 60704, + "ic_fluent_phone_vibrate_20_regular": 60705, + "ic_fluent_photo_filter_20_filled": 60706, + "ic_fluent_photo_filter_20_regular": 60707, + "ic_fluent_pi_20_filled": 60708, + "ic_fluent_pi_20_regular": 60709, + "ic_fluent_picture_in_picture_20_filled": 60710, + "ic_fluent_picture_in_picture_20_regular": 60711, + "ic_fluent_picture_in_picture_enter_20_filled": 60712, + "ic_fluent_picture_in_picture_enter_20_regular": 60713, + "ic_fluent_picture_in_picture_exit_20_filled": 60714, + "ic_fluent_picture_in_picture_exit_20_regular": 60715, + "ic_fluent_pill_20_filled": 60716, + "ic_fluent_pill_20_regular": 60717, + "ic_fluent_pin_20_filled": 60718, + "ic_fluent_pin_20_regular": 60719, + "ic_fluent_pin_globe_20_filled": 60720, + "ic_fluent_pin_globe_20_regular": 60721, + "ic_fluent_pin_off_20_filled": 60722, + "ic_fluent_pin_off_20_regular": 60723, + "ic_fluent_pipeline_20_filled": 60724, + "ic_fluent_pipeline_20_regular": 60725, + "ic_fluent_pipeline_add_20_filled": 60726, + "ic_fluent_pipeline_add_20_regular": 60727, + "ic_fluent_pipeline_arrow_curve_down_20_filled": 60728, + "ic_fluent_pipeline_arrow_curve_down_20_regular": 60729, + "ic_fluent_pipeline_play_20_filled": 60730, + "ic_fluent_pipeline_play_20_regular": 60731, + "ic_fluent_pivot_20_filled": 60732, + "ic_fluent_pivot_20_regular": 60733, + "ic_fluent_plant_cattail_20_filled": 60734, + "ic_fluent_plant_cattail_20_regular": 60735, + "ic_fluent_plant_grass_20_filled": 60736, + "ic_fluent_plant_grass_20_regular": 60737, + "ic_fluent_plant_ragweed_20_filled": 60738, + "ic_fluent_plant_ragweed_20_regular": 60739, + "ic_fluent_play_20_filled": 60740, + "ic_fluent_play_20_regular": 60741, + "ic_fluent_play_circle_20_filled": 60742, + "ic_fluent_play_circle_20_regular": 60743, + "ic_fluent_play_circle_hint_20_filled": 60744, + "ic_fluent_play_circle_hint_20_regular": 60745, + "ic_fluent_play_circle_sparkle_20_filled": 60746, + "ic_fluent_play_circle_sparkle_20_regular": 60747, + "ic_fluent_play_settings_20_filled": 60748, + "ic_fluent_play_settings_20_regular": 60749, + "ic_fluent_playing_cards_20_filled": 60750, + "ic_fluent_playing_cards_20_regular": 60751, + "ic_fluent_plug_connected_20_filled": 60752, + "ic_fluent_plug_connected_20_regular": 60753, + "ic_fluent_plug_connected_add_20_filled": 60754, + "ic_fluent_plug_connected_add_20_regular": 60755, + "ic_fluent_plug_connected_checkmark_20_filled": 60756, + "ic_fluent_plug_connected_checkmark_20_regular": 60757, + "ic_fluent_plug_connected_settings_20_filled": 60758, + "ic_fluent_plug_connected_settings_20_regular": 60759, + "ic_fluent_plug_disconnected_20_filled": 60760, + "ic_fluent_plug_disconnected_20_regular": 60761, + "ic_fluent_point_scan_20_filled": 60762, + "ic_fluent_point_scan_20_regular": 60763, + "ic_fluent_poll_20_filled": 60764, + "ic_fluent_poll_20_regular": 60765, + "ic_fluent_poll_horizontal_20_filled": 60766, + "ic_fluent_poll_horizontal_20_regular": 60767, + "ic_fluent_poll_off_20_filled": 60768, + "ic_fluent_poll_off_20_regular": 60769, + "ic_fluent_port_hdmi_20_filled": 60770, + "ic_fluent_port_hdmi_20_regular": 60771, + "ic_fluent_port_micro_usb_20_filled": 60772, + "ic_fluent_port_micro_usb_20_regular": 60773, + "ic_fluent_port_usb_a_20_filled": 60774, + "ic_fluent_port_usb_a_20_regular": 60775, + "ic_fluent_port_usb_c_20_filled": 60776, + "ic_fluent_port_usb_c_20_regular": 60777, + "ic_fluent_position_backward_20_filled": 60778, + "ic_fluent_position_backward_20_regular": 60779, + "ic_fluent_position_forward_20_filled": 60780, + "ic_fluent_position_forward_20_regular": 60781, + "ic_fluent_position_to_back_20_filled": 60782, + "ic_fluent_position_to_back_20_regular": 60783, + "ic_fluent_position_to_front_20_filled": 60784, + "ic_fluent_position_to_front_20_regular": 60785, + "ic_fluent_power_20_filled": 60786, + "ic_fluent_power_20_regular": 60787, + "ic_fluent_predictions_20_filled": 60788, + "ic_fluent_predictions_20_regular": 60789, + "ic_fluent_premium_20_filled": 60790, + "ic_fluent_premium_20_regular": 60791, + "ic_fluent_premium_person_20_filled": 60792, + "ic_fluent_premium_person_20_regular": 60793, + "ic_fluent_presence_available_20_filled": 60794, + "ic_fluent_presence_available_20_regular": 60795, + "ic_fluent_presence_away_20_filled": 60796, + "ic_fluent_presence_away_20_regular": 60797, + "ic_fluent_presence_blocked_20_regular": 60798, + "ic_fluent_presence_busy_20_filled": 60799, + "ic_fluent_presence_dnd_20_filled": 60800, + "ic_fluent_presence_dnd_20_regular": 60801, + "ic_fluent_presence_offline_20_regular": 60802, + "ic_fluent_presence_oof_20_regular": 60803, + "ic_fluent_presence_tentative_20_regular": 60804, + "ic_fluent_presence_unknown_20_regular": 60805, + "ic_fluent_presenter_20_filled": 60806, + "ic_fluent_presenter_20_regular": 60807, + "ic_fluent_presenter_off_20_filled": 60808, + "ic_fluent_presenter_off_20_regular": 60809, + "ic_fluent_preview_link_20_filled": 60810, + "ic_fluent_preview_link_20_regular": 60811, + "ic_fluent_previous_20_filled": 60812, + "ic_fluent_previous_20_regular": 60813, + "ic_fluent_previous_frame_20_filled": 60814, + "ic_fluent_previous_frame_20_regular": 60815, + "ic_fluent_print_20_filled": 60816, + "ic_fluent_print_20_regular": 60817, + "ic_fluent_print_add_20_filled": 60818, + "ic_fluent_print_add_20_regular": 60819, + "ic_fluent_production_20_filled": 60820, + "ic_fluent_production_20_regular": 60821, + "ic_fluent_production_checkmark_20_filled": 60822, + "ic_fluent_production_checkmark_20_regular": 60823, + "ic_fluent_prohibited_20_filled": 60824, + "ic_fluent_prohibited_20_regular": 60825, + "ic_fluent_prohibited_multiple_20_filled": 60826, + "ic_fluent_prohibited_multiple_20_regular": 60827, + "ic_fluent_prohibited_note_20_filled": 60828, + "ic_fluent_prohibited_note_20_regular": 60829, + "ic_fluent_projection_screen_20_filled": 60830, + "ic_fluent_projection_screen_20_regular": 60831, + "ic_fluent_projection_screen_dismiss_20_filled": 60832, + "ic_fluent_projection_screen_dismiss_20_regular": 60833, + "ic_fluent_projection_screen_text_20_filled": 60834, + "ic_fluent_projection_screen_text_20_regular": 60835, + "ic_fluent_prompt_20_filled": 60836, + "ic_fluent_prompt_20_regular": 60837, + "ic_fluent_protocol_handler_20_filled": 60838, + "ic_fluent_protocol_handler_20_regular": 60839, + "ic_fluent_pulse_20_filled": 60840, + "ic_fluent_pulse_20_regular": 60841, + "ic_fluent_pulse_square_20_filled": 60842, + "ic_fluent_pulse_square_20_regular": 60843, + "ic_fluent_puzzle_cube_20_filled": 60844, + "ic_fluent_puzzle_cube_20_regular": 60845, + "ic_fluent_puzzle_cube_piece_20_filled": 60846, + "ic_fluent_puzzle_cube_piece_20_regular": 60847, + "ic_fluent_puzzle_piece_20_filled": 60848, + "ic_fluent_puzzle_piece_20_regular": 60849, + "ic_fluent_puzzle_piece_shield_20_filled": 60850, + "ic_fluent_puzzle_piece_shield_20_regular": 60851, + "ic_fluent_qr_code_20_filled": 60852, + "ic_fluent_qr_code_20_regular": 60853, + "ic_fluent_question_20_filled": 60854, + "ic_fluent_question_20_regular": 60855, + "ic_fluent_question_circle_20_filled": 60856, + "ic_fluent_question_circle_20_regular": 60857, + "ic_fluent_quiz_new_20_filled": 60858, + "ic_fluent_quiz_new_20_regular": 60859, + "ic_fluent_radar_20_filled": 60860, + "ic_fluent_radar_20_regular": 60861, + "ic_fluent_radar_checkmark_20_filled": 60862, + "ic_fluent_radar_checkmark_20_regular": 60863, + "ic_fluent_radar_rectangle_multiple_20_filled": 60864, + "ic_fluent_radar_rectangle_multiple_20_regular": 60865, + "ic_fluent_radio_button_20_filled": 60866, + "ic_fluent_radio_button_20_regular": 60867, + "ic_fluent_ram_20_filled": 60868, + "ic_fluent_ram_20_regular": 60869, + "ic_fluent_rating_mature_20_filled": 60870, + "ic_fluent_rating_mature_20_regular": 60871, + "ic_fluent_ratio_one_to_one_20_filled": 60872, + "ic_fluent_ratio_one_to_one_20_regular": 60873, + "ic_fluent_re_order_20_filled": 60874, + "ic_fluent_re_order_20_regular": 60875, + "ic_fluent_re_order_dots_horizontal_20_filled": 60876, + "ic_fluent_re_order_dots_horizontal_20_regular": 60877, + "ic_fluent_re_order_dots_vertical_20_filled": 60878, + "ic_fluent_re_order_dots_vertical_20_regular": 60879, + "ic_fluent_read_aloud_20_filled": 60880, + "ic_fluent_read_aloud_20_regular": 60881, + "ic_fluent_reading_list_20_filled": 60882, + "ic_fluent_reading_list_20_regular": 60883, + "ic_fluent_reading_list_add_20_filled": 60884, + "ic_fluent_reading_list_add_20_regular": 60885, + "ic_fluent_reading_mode_mobile_20_filled": 60886, + "ic_fluent_reading_mode_mobile_20_regular": 60887, + "ic_fluent_real_estate_20_filled": 60888, + "ic_fluent_real_estate_20_regular": 60889, + "ic_fluent_receipt_20_filled": 60890, + "ic_fluent_receipt_20_regular": 60891, + "ic_fluent_receipt_add_20_filled": 60892, + "ic_fluent_receipt_add_20_regular": 60893, + "ic_fluent_receipt_bag_20_filled": 60894, + "ic_fluent_receipt_bag_20_regular": 60895, + "ic_fluent_receipt_cube_20_filled": 60896, + "ic_fluent_receipt_cube_20_regular": 60897, + "ic_fluent_receipt_money_20_filled": 60898, + "ic_fluent_receipt_money_20_regular": 60899, + "ic_fluent_receipt_play_20_filled": 60900, + "ic_fluent_receipt_play_20_regular": 60901, + "ic_fluent_receipt_search_20_filled": 60902, + "ic_fluent_receipt_search_20_regular": 60903, + "ic_fluent_receipt_sparkles_20_filled": 60904, + "ic_fluent_receipt_sparkles_20_regular": 60905, + "ic_fluent_record_20_filled": 60906, + "ic_fluent_record_20_regular": 60907, + "ic_fluent_record_stop_20_filled": 60908, + "ic_fluent_record_stop_20_regular": 60909, + "ic_fluent_rectangle_landscape_20_filled": 60910, + "ic_fluent_rectangle_landscape_20_regular": 60911, + "ic_fluent_rectangle_landscape_hint_copy_20_filled": 60912, + "ic_fluent_rectangle_landscape_hint_copy_20_regular": 60913, + "ic_fluent_rectangle_landscape_sparkle_20_filled": 60914, + "ic_fluent_rectangle_landscape_sparkle_20_regular": 60915, + "ic_fluent_rectangle_landscape_sync_20_filled": 60916, + "ic_fluent_rectangle_landscape_sync_20_regular": 60917, + "ic_fluent_rectangle_landscape_sync_off_20_filled": 60918, + "ic_fluent_rectangle_landscape_sync_off_20_regular": 60919, + "ic_fluent_rectangle_portrait_location_target_20_filled": 60920, + "ic_fluent_rectangle_portrait_location_target_20_regular": 60921, + "ic_fluent_recycle_20_filled": 60922, + "ic_fluent_recycle_20_regular": 60923, + "ic_fluent_remix_add_20_filled": 60924, + "ic_fluent_remix_add_20_regular": 60925, + "ic_fluent_remote_20_filled": 60926, + "ic_fluent_remote_20_regular": 60927, + "ic_fluent_rename_20_filled": 60928, + "ic_fluent_rename_20_regular": 60929, + "ic_fluent_reorder_20_filled": 60930, + "ic_fluent_reorder_20_regular": 60931, + "ic_fluent_replay_20_filled": 60932, + "ic_fluent_replay_20_regular": 60933, + "ic_fluent_resize_20_filled": 60934, + "ic_fluent_resize_20_regular": 60935, + "ic_fluent_resize_image_20_filled": 60936, + "ic_fluent_resize_image_20_regular": 60937, + "ic_fluent_resize_large_20_filled": 60938, + "ic_fluent_resize_large_20_regular": 60939, + "ic_fluent_resize_small_20_filled": 60940, + "ic_fluent_resize_small_20_regular": 60941, + "ic_fluent_resize_table_20_filled": 60942, + "ic_fluent_resize_table_20_regular": 60943, + "ic_fluent_resize_video_20_filled": 60944, + "ic_fluent_resize_video_20_regular": 60945, + "ic_fluent_reward_20_filled": 60946, + "ic_fluent_reward_20_regular": 60947, + "ic_fluent_rewind_20_filled": 60948, + "ic_fluent_rewind_20_regular": 60949, + "ic_fluent_rhombus_20_filled": 60950, + "ic_fluent_rhombus_20_regular": 60951, + "ic_fluent_ribbon_20_filled": 60952, + "ic_fluent_ribbon_20_regular": 60953, + "ic_fluent_ribbon_add_20_filled": 60954, + "ic_fluent_ribbon_add_20_regular": 60955, + "ic_fluent_ribbon_off_20_filled": 60956, + "ic_fluent_ribbon_off_20_regular": 60957, + "ic_fluent_ribbon_star_20_filled": 60958, + "ic_fluent_ribbon_star_20_regular": 60959, + "ic_fluent_road_20_filled": 60960, + "ic_fluent_road_20_regular": 60961, + "ic_fluent_road_cone_20_filled": 60962, + "ic_fluent_road_cone_20_regular": 60963, + "ic_fluent_rocket_20_filled": 60964, + "ic_fluent_rocket_20_regular": 60965, + "ic_fluent_rotate_left_20_filled": 60966, + "ic_fluent_rotate_left_20_regular": 60967, + "ic_fluent_rotate_right_20_filled": 60968, + "ic_fluent_rotate_right_20_regular": 60969, + "ic_fluent_router_20_filled": 60970, + "ic_fluent_router_20_regular": 60971, + "ic_fluent_row_triple_20_filled": 60972, + "ic_fluent_row_triple_20_regular": 60973, + "ic_fluent_rss_20_filled": 60974, + "ic_fluent_rss_20_regular": 60975, + "ic_fluent_ruler_20_filled": 60976, + "ic_fluent_ruler_20_regular": 60977, + "ic_fluent_run_20_filled": 60978, + "ic_fluent_run_20_regular": 60979, + "ic_fluent_sanitize_20_filled": 60980, + "ic_fluent_sanitize_20_regular": 60981, + "ic_fluent_save_20_filled": 60982, + "ic_fluent_save_20_regular": 60983, + "ic_fluent_save_arrow_right_20_filled": 60984, + "ic_fluent_save_arrow_right_20_regular": 60985, + "ic_fluent_save_copy_20_filled": 60986, + "ic_fluent_save_copy_20_regular": 60987, + "ic_fluent_save_edit_20_filled": 60988, + "ic_fluent_save_edit_20_regular": 60989, + "ic_fluent_save_image_20_filled": 60990, + "ic_fluent_save_image_20_regular": 60991, + "ic_fluent_save_multiple_20_filled": 60992, + "ic_fluent_save_multiple_20_regular": 60993, + "ic_fluent_save_search_20_filled": 60994, + "ic_fluent_save_search_20_regular": 60995, + "ic_fluent_save_sync_20_filled": 60996, + "ic_fluent_save_sync_20_regular": 60997, + "ic_fluent_savings_20_filled": 60998, + "ic_fluent_savings_20_regular": 60999, + "ic_fluent_scale_fill_20_filled": 61000, + "ic_fluent_scale_fill_20_regular": 61001, + "ic_fluent_scale_fit_20_filled": 61002, + "ic_fluent_scale_fit_20_regular": 61003, + "ic_fluent_scales_20_filled": 61004, + "ic_fluent_scales_20_regular": 61005, + "ic_fluent_scan_20_filled": 61006, + "ic_fluent_scan_20_regular": 61007, + "ic_fluent_scan_camera_20_filled": 61008, + "ic_fluent_scan_camera_20_regular": 61009, + "ic_fluent_scan_dash_20_filled": 61010, + "ic_fluent_scan_dash_20_regular": 61011, + "ic_fluent_scan_object_20_filled": 61012, + "ic_fluent_scan_object_20_regular": 61013, + "ic_fluent_scan_person_20_filled": 61014, + "ic_fluent_scan_person_20_regular": 61015, + "ic_fluent_scan_table_20_filled": 61016, + "ic_fluent_scan_table_20_regular": 61017, + "ic_fluent_scan_text_20_filled": 61018, + "ic_fluent_scan_text_20_regular": 61019, + "ic_fluent_scan_thumb_up_20_filled": 61020, + "ic_fluent_scan_thumb_up_20_regular": 61021, + "ic_fluent_scan_thumb_up_off_20_filled": 61022, + "ic_fluent_scan_thumb_up_off_20_regular": 61023, + "ic_fluent_scan_type_20_filled": 61024, + "ic_fluent_scan_type_20_regular": 61025, + "ic_fluent_scan_type_checkmark_20_filled": 61026, + "ic_fluent_scan_type_checkmark_20_regular": 61027, + "ic_fluent_scan_type_off_20_filled": 61028, + "ic_fluent_scan_type_off_20_regular": 61029, + "ic_fluent_scratchpad_20_filled": 61030, + "ic_fluent_scratchpad_20_regular": 61031, + "ic_fluent_screen_cut_20_filled": 61032, + "ic_fluent_screen_cut_20_regular": 61033, + "ic_fluent_screen_person_20_filled": 61034, + "ic_fluent_screen_person_20_regular": 61035, + "ic_fluent_screen_search_20_filled": 61036, + "ic_fluent_screen_search_20_regular": 61037, + "ic_fluent_screenshot_20_filled": 61038, + "ic_fluent_screenshot_20_regular": 61039, + "ic_fluent_screenshot_record_20_filled": 61040, + "ic_fluent_screenshot_record_20_regular": 61041, + "ic_fluent_script_20_filled": 61042, + "ic_fluent_script_20_regular": 61043, + "ic_fluent_search_20_filled": 61044, + "ic_fluent_search_20_regular": 61045, + "ic_fluent_search_info_20_filled": 61046, + "ic_fluent_search_info_20_regular": 61047, + "ic_fluent_search_settings_20_filled": 61048, + "ic_fluent_search_settings_20_regular": 61049, + "ic_fluent_search_shield_20_filled": 61050, + "ic_fluent_search_shield_20_regular": 61051, + "ic_fluent_search_sparkle_20_filled": 61052, + "ic_fluent_search_sparkle_20_regular": 61053, + "ic_fluent_search_square_20_filled": 61054, + "ic_fluent_search_square_20_regular": 61055, + "ic_fluent_search_visual_20_filled": 61056, + "ic_fluent_search_visual_20_regular": 61057, + "ic_fluent_seat_20_filled": 61058, + "ic_fluent_seat_20_regular": 61059, + "ic_fluent_seat_add_20_filled": 61060, + "ic_fluent_seat_add_20_regular": 61061, + "ic_fluent_select_all_off_20_filled": 61062, + "ic_fluent_select_all_off_20_regular": 61063, + "ic_fluent_select_all_on_20_filled": 61064, + "ic_fluent_select_all_on_20_regular": 61065, + "ic_fluent_select_object_20_filled": 61066, + "ic_fluent_select_object_20_regular": 61067, + "ic_fluent_select_object_skew_20_filled": 61068, + "ic_fluent_select_object_skew_20_regular": 61069, + "ic_fluent_select_object_skew_dismiss_20_filled": 61070, + "ic_fluent_select_object_skew_dismiss_20_regular": 61071, + "ic_fluent_select_object_skew_edit_20_filled": 61072, + "ic_fluent_select_object_skew_edit_20_regular": 61073, + "ic_fluent_send_20_filled": 61074, + "ic_fluent_send_20_regular": 61075, + "ic_fluent_send_beaker_20_filled": 61076, + "ic_fluent_send_beaker_20_regular": 61077, + "ic_fluent_send_clock_20_filled": 61078, + "ic_fluent_send_clock_20_regular": 61079, + "ic_fluent_send_copy_20_filled": 61080, + "ic_fluent_send_copy_20_regular": 61081, + "ic_fluent_send_person_20_filled": 61082, + "ic_fluent_send_person_20_regular": 61083, + "ic_fluent_serial_port_20_filled": 61084, + "ic_fluent_serial_port_20_regular": 61085, + "ic_fluent_server_20_filled": 61086, + "ic_fluent_server_20_regular": 61087, + "ic_fluent_server_link_20_filled": 61088, + "ic_fluent_server_link_20_regular": 61089, + "ic_fluent_server_multiple_20_filled": 61090, + "ic_fluent_server_multiple_20_regular": 61091, + "ic_fluent_server_play_20_filled": 61092, + "ic_fluent_server_play_20_regular": 61093, + "ic_fluent_service_bell_20_filled": 61094, + "ic_fluent_service_bell_20_regular": 61095, + "ic_fluent_settings_20_filled": 61096, + "ic_fluent_settings_20_regular": 61097, + "ic_fluent_settings_chat_20_filled": 61098, + "ic_fluent_settings_chat_20_regular": 61099, + "ic_fluent_settings_cog_multiple_20_filled": 61100, + "ic_fluent_settings_cog_multiple_20_regular": 61101, + "ic_fluent_shape_exclude_20_filled": 61102, + "ic_fluent_shape_exclude_20_regular": 61103, + "ic_fluent_shape_intersect_20_filled": 61104, + "ic_fluent_shape_intersect_20_regular": 61105, + "ic_fluent_shape_organic_20_filled": 61106, + "ic_fluent_shape_organic_20_regular": 61107, + "ic_fluent_shape_subtract_20_filled": 61108, + "ic_fluent_shape_subtract_20_regular": 61109, + "ic_fluent_shape_union_20_filled": 61110, + "ic_fluent_shape_union_20_regular": 61111, + "ic_fluent_shapes_20_filled": 61112, + "ic_fluent_shapes_20_regular": 61113, + "ic_fluent_share_20_filled": 61114, + "ic_fluent_share_20_regular": 61115, + "ic_fluent_share_android_20_filled": 61116, + "ic_fluent_share_android_20_regular": 61117, + "ic_fluent_share_close_tray_20_filled": 61118, + "ic_fluent_share_close_tray_20_regular": 61119, + "ic_fluent_share_ios_20_filled": 61120, + "ic_fluent_share_ios_20_regular": 61121, + "ic_fluent_share_multiple_20_filled": 61122, + "ic_fluent_share_multiple_20_regular": 61123, + "ic_fluent_share_screen_person_20_filled": 61124, + "ic_fluent_share_screen_person_20_regular": 61125, + "ic_fluent_share_screen_person_overlay_20_filled": 61126, + "ic_fluent_share_screen_person_overlay_20_regular": 61127, + "ic_fluent_share_screen_person_overlay_inside_20_filled": 61128, + "ic_fluent_share_screen_person_overlay_inside_20_regular": 61129, + "ic_fluent_share_screen_person_p_20_filled": 61130, + "ic_fluent_share_screen_person_p_20_regular": 61131, + "ic_fluent_share_screen_start_20_filled": 61132, + "ic_fluent_share_screen_start_20_regular": 61133, + "ic_fluent_share_screen_stop_20_filled": 61134, + "ic_fluent_share_screen_stop_20_regular": 61135, + "ic_fluent_shield_20_filled": 61136, + "ic_fluent_shield_20_regular": 61137, + "ic_fluent_shield_add_20_filled": 61138, + "ic_fluent_shield_add_20_regular": 61139, + "ic_fluent_shield_badge_20_filled": 61140, + "ic_fluent_shield_badge_20_regular": 61141, + "ic_fluent_shield_checkmark_20_filled": 61142, + "ic_fluent_shield_checkmark_20_regular": 61143, + "ic_fluent_shield_dismiss_20_filled": 61144, + "ic_fluent_shield_dismiss_20_regular": 61145, + "ic_fluent_shield_dismiss_shield_20_filled": 61146, + "ic_fluent_shield_dismiss_shield_20_regular": 61147, + "ic_fluent_shield_error_20_filled": 61148, + "ic_fluent_shield_error_20_regular": 61149, + "ic_fluent_shield_globe_20_filled": 61150, + "ic_fluent_shield_globe_20_regular": 61151, + "ic_fluent_shield_keyhole_20_filled": 61152, + "ic_fluent_shield_keyhole_20_regular": 61153, + "ic_fluent_shield_lock_20_filled": 61154, + "ic_fluent_shield_lock_20_regular": 61155, + "ic_fluent_shield_person_20_filled": 61156, + "ic_fluent_shield_person_20_regular": 61157, + "ic_fluent_shield_person_add_20_filled": 61158, + "ic_fluent_shield_person_add_20_regular": 61159, + "ic_fluent_shield_prohibited_20_filled": 61160, + "ic_fluent_shield_prohibited_20_regular": 61161, + "ic_fluent_shield_question_20_filled": 61162, + "ic_fluent_shield_question_20_regular": 61163, + "ic_fluent_shield_task_20_filled": 61164, + "ic_fluent_shield_task_20_regular": 61165, + "ic_fluent_shifts_20_filled": 61166, + "ic_fluent_shifts_20_regular": 61167, + "ic_fluent_shifts_30_minutes_20_filled": 61168, + "ic_fluent_shifts_30_minutes_20_regular": 61169, + "ic_fluent_shifts_activity_20_filled": 61170, + "ic_fluent_shifts_activity_20_regular": 61171, + "ic_fluent_shifts_add_20_filled": 61172, + "ic_fluent_shifts_add_20_regular": 61173, + "ic_fluent_shifts_availability_20_filled": 61174, + "ic_fluent_shifts_availability_20_regular": 61175, + "ic_fluent_shifts_checkmark_20_filled": 61176, + "ic_fluent_shifts_checkmark_20_regular": 61177, + "ic_fluent_shifts_day_20_filled": 61178, + "ic_fluent_shifts_day_20_regular": 61179, + "ic_fluent_shifts_open_20_filled": 61180, + "ic_fluent_shifts_open_20_regular": 61181, + "ic_fluent_shifts_prohibited_20_filled": 61182, + "ic_fluent_shifts_prohibited_20_regular": 61183, + "ic_fluent_shifts_question_mark_20_filled": 61184, + "ic_fluent_shifts_question_mark_20_regular": 61185, + "ic_fluent_shifts_team_20_filled": 61186, + "ic_fluent_shifts_team_20_regular": 61187, + "ic_fluent_shopping_bag_20_filled": 61188, + "ic_fluent_shopping_bag_20_regular": 61189, + "ic_fluent_shopping_bag_add_20_filled": 61190, + "ic_fluent_shopping_bag_add_20_regular": 61191, + "ic_fluent_shopping_bag_arrow_left_20_filled": 61192, + "ic_fluent_shopping_bag_arrow_left_20_regular": 61193, + "ic_fluent_shopping_bag_dismiss_20_filled": 61194, + "ic_fluent_shopping_bag_dismiss_20_regular": 61195, + "ic_fluent_shopping_bag_pause_20_filled": 61196, + "ic_fluent_shopping_bag_pause_20_regular": 61197, + "ic_fluent_shopping_bag_percent_20_filled": 61198, + "ic_fluent_shopping_bag_percent_20_regular": 61199, + "ic_fluent_shopping_bag_play_20_filled": 61200, + "ic_fluent_shopping_bag_play_20_regular": 61201, + "ic_fluent_shopping_bag_tag_20_filled": 61202, + "ic_fluent_shopping_bag_tag_20_regular": 61203, + "ic_fluent_shortpick_20_filled": 61204, + "ic_fluent_shortpick_20_regular": 61205, + "ic_fluent_showerhead_20_filled": 61206, + "ic_fluent_showerhead_20_regular": 61207, + "ic_fluent_sidebar_search_ltr_20_filled": 61208, + "ic_fluent_sidebar_search_ltr_20_regular": 61209, + "ic_fluent_sidebar_search_rtl_20_filled": 61210, + "ic_fluent_sidebar_search_rtl_20_regular": 61211, + "ic_fluent_sign_out_20_filled": 61212, + "ic_fluent_sign_out_20_regular": 61213, + "ic_fluent_signature_20_filled": 61214, + "ic_fluent_signature_20_regular": 61215, + "ic_fluent_sim_20_filled": 61216, + "ic_fluent_sim_20_regular": 61217, + "ic_fluent_skip_back_10_20_filled": 61218, + "ic_fluent_skip_back_10_20_regular": 61219, + "ic_fluent_skip_forward_10_20_filled": 61220, + "ic_fluent_skip_forward_10_20_regular": 61221, + "ic_fluent_skip_forward_30_20_filled": 61222, + "ic_fluent_skip_forward_30_20_regular": 61223, + "ic_fluent_skip_forward_tab_20_filled": 61224, + "ic_fluent_skip_forward_tab_20_regular": 61225, + "ic_fluent_slash_forward_20_filled": 61226, + "ic_fluent_slash_forward_20_regular": 61227, + "ic_fluent_sleep_20_filled": 61228, + "ic_fluent_sleep_20_regular": 61229, + "ic_fluent_slide_add_20_filled": 61230, + "ic_fluent_slide_add_20_regular": 61231, + "ic_fluent_slide_arrow_right_20_filled": 61232, + "ic_fluent_slide_arrow_right_20_regular": 61233, + "ic_fluent_slide_eraser_20_filled": 61234, + "ic_fluent_slide_eraser_20_regular": 61235, + "ic_fluent_slide_grid_20_filled": 61236, + "ic_fluent_slide_grid_20_regular": 61237, + "ic_fluent_slide_hide_20_filled": 61238, + "ic_fluent_slide_hide_20_regular": 61239, + "ic_fluent_slide_layout_20_filled": 61240, + "ic_fluent_slide_layout_20_regular": 61241, + "ic_fluent_slide_link_20_filled": 61242, + "ic_fluent_slide_link_20_regular": 61243, + "ic_fluent_slide_microphone_20_filled": 61244, + "ic_fluent_slide_microphone_20_regular": 61245, + "ic_fluent_slide_multiple_20_filled": 61246, + "ic_fluent_slide_multiple_20_regular": 61247, + "ic_fluent_slide_multiple_arrow_right_20_filled": 61248, + "ic_fluent_slide_multiple_arrow_right_20_regular": 61249, + "ic_fluent_slide_multiple_search_20_filled": 61250, + "ic_fluent_slide_multiple_search_20_regular": 61251, + "ic_fluent_slide_play_20_filled": 61252, + "ic_fluent_slide_play_20_regular": 61253, + "ic_fluent_slide_record_20_filled": 61254, + "ic_fluent_slide_record_20_regular": 61255, + "ic_fluent_slide_search_20_filled": 61256, + "ic_fluent_slide_search_20_regular": 61257, + "ic_fluent_slide_settings_20_filled": 61258, + "ic_fluent_slide_settings_20_regular": 61259, + "ic_fluent_slide_size_20_filled": 61260, + "ic_fluent_slide_size_20_regular": 61261, + "ic_fluent_slide_text_20_filled": 61262, + "ic_fluent_slide_text_20_regular": 61263, + "ic_fluent_slide_text_call_20_filled": 61264, + "ic_fluent_slide_text_call_20_regular": 61265, + "ic_fluent_slide_text_cursor_20_filled": 61266, + "ic_fluent_slide_text_cursor_20_regular": 61267, + "ic_fluent_slide_text_edit_20_filled": 61268, + "ic_fluent_slide_text_edit_20_regular": 61269, + "ic_fluent_slide_text_multiple_20_filled": 61270, + "ic_fluent_slide_text_multiple_20_regular": 61271, + "ic_fluent_slide_text_person_20_filled": 61272, + "ic_fluent_slide_text_person_20_regular": 61273, + "ic_fluent_slide_text_sparkle_20_filled": 61274, + "ic_fluent_slide_text_sparkle_20_regular": 61275, + "ic_fluent_slide_transition_20_filled": 61276, + "ic_fluent_slide_transition_20_regular": 61277, + "ic_fluent_smartwatch_20_filled": 61278, + "ic_fluent_smartwatch_20_regular": 61279, + "ic_fluent_smartwatch_dot_20_filled": 61280, + "ic_fluent_smartwatch_dot_20_regular": 61281, + "ic_fluent_snooze_20_filled": 61282, + "ic_fluent_snooze_20_regular": 61283, + "ic_fluent_sound_source_20_filled": 61284, + "ic_fluent_sound_source_20_regular": 61285, + "ic_fluent_sound_wave_circle_20_filled": 61286, + "ic_fluent_sound_wave_circle_20_regular": 61287, + "ic_fluent_sound_wave_circle_sparkle_20_filled": 61288, + "ic_fluent_sound_wave_circle_sparkle_20_regular": 61289, + "ic_fluent_space_3d_20_filled": 61290, + "ic_fluent_space_3d_20_regular": 61291, + "ic_fluent_spacebar_20_filled": 61292, + "ic_fluent_spacebar_20_regular": 61293, + "ic_fluent_sparkle_20_filled": 61294, + "ic_fluent_sparkle_20_regular": 61295, + "ic_fluent_sparkle_circle_20_filled": 61296, + "ic_fluent_sparkle_circle_20_regular": 61297, + "ic_fluent_spatula_spoon_20_filled": 61298, + "ic_fluent_spatula_spoon_20_regular": 61299, + "ic_fluent_speaker_0_20_filled": 61300, + "ic_fluent_speaker_0_20_regular": 61301, + "ic_fluent_speaker_1_20_filled": 61302, + "ic_fluent_speaker_1_20_regular": 61303, + "ic_fluent_speaker_2_20_filled": 61304, + "ic_fluent_speaker_2_20_regular": 61305, + "ic_fluent_speaker_bluetooth_20_filled": 61306, + "ic_fluent_speaker_bluetooth_20_regular": 61307, + "ic_fluent_speaker_box_20_filled": 61308, + "ic_fluent_speaker_box_20_regular": 61309, + "ic_fluent_speaker_edit_20_filled": 61310, + "ic_fluent_speaker_edit_20_regular": 61311, + "ic_fluent_speaker_mute_20_filled": 61312, + "ic_fluent_speaker_mute_20_regular": 61313, + "ic_fluent_speaker_off_20_filled": 61314, + "ic_fluent_speaker_off_20_regular": 61315, + "ic_fluent_speaker_settings_20_filled": 61316, + "ic_fluent_speaker_settings_20_regular": 61317, + "ic_fluent_speaker_usb_20_filled": 61318, + "ic_fluent_speaker_usb_20_regular": 61319, + "ic_fluent_spinner_ios_20_filled": 61320, + "ic_fluent_spinner_ios_20_regular": 61321, + "ic_fluent_split_hint_20_filled": 61322, + "ic_fluent_split_hint_20_regular": 61323, + "ic_fluent_split_horizontal_20_filled": 61324, + "ic_fluent_split_horizontal_20_regular": 61325, + "ic_fluent_split_vertical_20_filled": 61326, + "ic_fluent_split_vertical_20_regular": 61327, + "ic_fluent_sport_20_filled": 61328, + "ic_fluent_sport_20_regular": 61329, + "ic_fluent_sport_american_football_20_filled": 61330, + "ic_fluent_sport_american_football_20_regular": 61331, + "ic_fluent_sport_baseball_20_filled": 61332, + "ic_fluent_sport_baseball_20_regular": 61333, + "ic_fluent_sport_basketball_20_filled": 61334, + "ic_fluent_sport_basketball_20_regular": 61335, + "ic_fluent_sport_hockey_20_filled": 61336, + "ic_fluent_sport_hockey_20_regular": 61337, + "ic_fluent_sport_soccer_20_filled": 61338, + "ic_fluent_sport_soccer_20_regular": 61339, + "ic_fluent_square_20_filled": 61340, + "ic_fluent_square_20_regular": 61341, + "ic_fluent_square_add_20_filled": 61342, + "ic_fluent_square_add_20_regular": 61343, + "ic_fluent_square_arrow_forward_20_filled": 61344, + "ic_fluent_square_arrow_forward_20_regular": 61345, + "ic_fluent_square_dismiss_20_filled": 61346, + "ic_fluent_square_dismiss_20_regular": 61347, + "ic_fluent_square_dovetail_joint_20_filled": 61348, + "ic_fluent_square_dovetail_joint_20_regular": 61349, + "ic_fluent_square_eraser_20_filled": 61350, + "ic_fluent_square_eraser_20_regular": 61351, + "ic_fluent_square_hint_20_filled": 61352, + "ic_fluent_square_hint_20_regular": 61353, + "ic_fluent_square_hint_apps_20_filled": 61354, + "ic_fluent_square_hint_apps_20_regular": 61355, + "ic_fluent_square_hint_arrow_back_20_filled": 61356, + "ic_fluent_square_hint_arrow_back_20_regular": 61357, + "ic_fluent_square_hint_hexagon_20_filled": 61358, + "ic_fluent_square_hint_hexagon_20_regular": 61359, + "ic_fluent_square_hint_sparkles_20_filled": 61360, + "ic_fluent_square_hint_sparkles_20_regular": 61361, + "ic_fluent_square_multiple_20_filled": 61362, + "ic_fluent_square_multiple_20_regular": 61363, + "ic_fluent_square_shadow_20_filled": 61364, + "ic_fluent_square_shadow_20_regular": 61365, + "ic_fluent_squares_nested_20_filled": 61366, + "ic_fluent_squares_nested_20_regular": 61367, + "ic_fluent_stack_20_filled": 61368, + "ic_fluent_stack_20_regular": 61369, + "ic_fluent_stack_add_20_filled": 61370, + "ic_fluent_stack_add_20_regular": 61371, + "ic_fluent_stack_arrow_forward_20_filled": 61372, + "ic_fluent_stack_arrow_forward_20_regular": 61373, + "ic_fluent_stack_off_20_filled": 61374, + "ic_fluent_stack_off_20_regular": 61375, + "ic_fluent_stack_star_20_filled": 61376, + "ic_fluent_stack_star_20_regular": 61377, + "ic_fluent_stack_vertical_20_filled": 61378, + "ic_fluent_stack_vertical_20_regular": 61379, + "ic_fluent_star_20_filled": 61380, + "ic_fluent_star_20_regular": 61381, + "ic_fluent_star_add_20_filled": 61382, + "ic_fluent_star_add_20_regular": 61383, + "ic_fluent_star_arrow_back_20_filled": 61384, + "ic_fluent_star_arrow_back_20_regular": 61385, + "ic_fluent_star_arrow_right_end_20_filled": 61386, + "ic_fluent_star_arrow_right_end_20_regular": 61387, + "ic_fluent_star_arrow_right_start_20_filled": 61388, + "ic_fluent_star_arrow_right_start_20_regular": 61389, + "ic_fluent_star_checkmark_20_filled": 61390, + "ic_fluent_star_checkmark_20_regular": 61391, + "ic_fluent_star_dismiss_20_filled": 61392, + "ic_fluent_star_dismiss_20_regular": 61393, + "ic_fluent_star_edit_20_filled": 61394, + "ic_fluent_star_edit_20_regular": 61395, + "ic_fluent_star_emphasis_20_filled": 61396, + "ic_fluent_star_emphasis_20_regular": 61397, + "ic_fluent_star_half_20_filled": 61398, + "ic_fluent_star_half_20_regular": 61399, + "ic_fluent_star_line_horizontal_3_20_filled": 61400, + "ic_fluent_star_line_horizontal_3_20_regular": 61401, + "ic_fluent_star_off_20_filled": 61402, + "ic_fluent_star_off_20_regular": 61403, + "ic_fluent_star_one_quarter_20_filled": 61404, + "ic_fluent_star_one_quarter_20_regular": 61405, + "ic_fluent_star_prohibited_20_filled": 61406, + "ic_fluent_star_prohibited_20_regular": 61407, + "ic_fluent_star_settings_20_filled": 61408, + "ic_fluent_star_settings_20_regular": 61409, + "ic_fluent_star_three_quarter_20_filled": 61410, + "ic_fluent_star_three_quarter_20_regular": 61411, + "ic_fluent_status_20_filled": 61412, + "ic_fluent_status_20_regular": 61413, + "ic_fluent_step_20_filled": 61414, + "ic_fluent_step_20_regular": 61415, + "ic_fluent_steps_20_filled": 61416, + "ic_fluent_steps_20_regular": 61417, + "ic_fluent_stethoscope_20_filled": 61418, + "ic_fluent_stethoscope_20_regular": 61419, + "ic_fluent_sticker_20_filled": 61420, + "ic_fluent_sticker_20_regular": 61421, + "ic_fluent_sticker_add_20_filled": 61422, + "ic_fluent_sticker_add_20_regular": 61423, + "ic_fluent_stop_20_filled": 61424, + "ic_fluent_stop_20_regular": 61425, + "ic_fluent_storage_20_filled": 61426, + "ic_fluent_storage_20_regular": 61427, + "ic_fluent_store_microsoft_20_filled": 61428, + "ic_fluent_store_microsoft_20_regular": 61429, + "ic_fluent_stream_20_filled": 61430, + "ic_fluent_stream_20_regular": 61431, + "ic_fluent_stream_input_20_filled": 61432, + "ic_fluent_stream_input_20_regular": 61433, + "ic_fluent_stream_input_output_20_filled": 61434, + "ic_fluent_stream_input_output_20_regular": 61435, + "ic_fluent_stream_output_20_filled": 61436, + "ic_fluent_stream_output_20_regular": 61437, + "ic_fluent_street_sign_20_filled": 61438, + "ic_fluent_street_sign_20_regular": 61439, + "ic_fluent_style_guide_20_filled": 61440, + "ic_fluent_style_guide_20_regular": 61441, + "ic_fluent_sub_grid_20_filled": 61442, + "ic_fluent_sub_grid_20_regular": 61443, + "ic_fluent_subtitles_20_filled": 61444, + "ic_fluent_subtitles_20_regular": 61445, + "ic_fluent_subtract_20_filled": 61446, + "ic_fluent_subtract_20_regular": 61447, + "ic_fluent_subtract_circle_20_filled": 61448, + "ic_fluent_subtract_circle_20_regular": 61449, + "ic_fluent_subtract_circle_arrow_back_20_filled": 61450, + "ic_fluent_subtract_circle_arrow_back_20_regular": 61451, + "ic_fluent_subtract_circle_arrow_forward_20_filled": 61452, + "ic_fluent_subtract_circle_arrow_forward_20_regular": 61453, + "ic_fluent_subtract_parentheses_20_filled": 61454, + "ic_fluent_subtract_parentheses_20_regular": 61455, + "ic_fluent_subtract_square_20_filled": 61456, + "ic_fluent_subtract_square_20_regular": 61457, + "ic_fluent_subtract_square_multiple_20_filled": 61458, + "ic_fluent_subtract_square_multiple_20_regular": 61459, + "ic_fluent_surface_earbuds_20_filled": 61460, + "ic_fluent_surface_earbuds_20_regular": 61461, + "ic_fluent_surface_hub_20_filled": 61462, + "ic_fluent_surface_hub_20_regular": 61463, + "ic_fluent_swimming_pool_20_filled": 61464, + "ic_fluent_swimming_pool_20_regular": 61465, + "ic_fluent_swipe_down_20_filled": 61466, + "ic_fluent_swipe_down_20_regular": 61467, + "ic_fluent_swipe_right_20_filled": 61468, + "ic_fluent_swipe_right_20_regular": 61469, + "ic_fluent_swipe_up_20_filled": 61470, + "ic_fluent_swipe_up_20_regular": 61471, + "ic_fluent_symbols_20_filled": 61472, + "ic_fluent_symbols_20_regular": 61473, + "ic_fluent_sync_off_20_filled": 61474, + "ic_fluent_sync_off_20_regular": 61475, + "ic_fluent_syringe_20_filled": 61476, + "ic_fluent_syringe_20_regular": 61477, + "ic_fluent_system_20_filled": 61478, + "ic_fluent_system_20_regular": 61479, + "ic_fluent_tab_20_filled": 61480, + "ic_fluent_tab_20_regular": 61481, + "ic_fluent_tab_add_20_filled": 61482, + "ic_fluent_tab_add_20_regular": 61483, + "ic_fluent_tab_arrow_left_20_filled": 61484, + "ic_fluent_tab_arrow_left_20_regular": 61485, + "ic_fluent_tab_desktop_20_filled": 61486, + "ic_fluent_tab_desktop_20_regular": 61487, + "ic_fluent_tab_desktop_arrow_clockwise_20_filled": 61488, + "ic_fluent_tab_desktop_arrow_clockwise_20_regular": 61489, + "ic_fluent_tab_desktop_arrow_left_20_filled": 61490, + "ic_fluent_tab_desktop_arrow_left_20_regular": 61491, + "ic_fluent_tab_desktop_bottom_20_filled": 61492, + "ic_fluent_tab_desktop_bottom_20_regular": 61493, + "ic_fluent_tab_desktop_clock_20_filled": 61494, + "ic_fluent_tab_desktop_clock_20_regular": 61495, + "ic_fluent_tab_desktop_copy_20_filled": 61496, + "ic_fluent_tab_desktop_copy_20_regular": 61497, + "ic_fluent_tab_desktop_image_20_filled": 61498, + "ic_fluent_tab_desktop_image_20_regular": 61499, + "ic_fluent_tab_desktop_link_20_filled": 61500, + "ic_fluent_tab_desktop_link_20_regular": 61501, + "ic_fluent_tab_desktop_multiple_20_filled": 61502, + "ic_fluent_tab_desktop_multiple_20_regular": 61503, + "ic_fluent_tab_desktop_multiple_add_20_filled": 61504, + "ic_fluent_tab_desktop_multiple_add_20_regular": 61505, + "ic_fluent_tab_desktop_multiple_bottom_20_filled": 61506, + "ic_fluent_tab_desktop_multiple_bottom_20_regular": 61507, + "ic_fluent_tab_desktop_multiple_sparkle_20_filled": 61508, + "ic_fluent_tab_desktop_multiple_sparkle_20_regular": 61509, + "ic_fluent_tab_desktop_new_page_20_filled": 61510, + "ic_fluent_tab_desktop_new_page_20_regular": 61511, + "ic_fluent_tab_desktop_search_20_filled": 61512, + "ic_fluent_tab_desktop_search_20_regular": 61513, + "ic_fluent_tab_group_20_filled": 61514, + "ic_fluent_tab_group_20_regular": 61515, + "ic_fluent_tab_in_private_20_filled": 61516, + "ic_fluent_tab_in_private_20_regular": 61517, + "ic_fluent_tab_inprivate_account_20_filled": 61518, + "ic_fluent_tab_inprivate_account_20_regular": 61519, + "ic_fluent_tab_prohibited_20_filled": 61520, + "ic_fluent_tab_prohibited_20_regular": 61521, + "ic_fluent_tab_shield_dismiss_20_filled": 61522, + "ic_fluent_tab_shield_dismiss_20_regular": 61523, + "ic_fluent_table_20_filled": 61524, + "ic_fluent_table_20_regular": 61525, + "ic_fluent_table_add_20_filled": 61526, + "ic_fluent_table_add_20_regular": 61527, + "ic_fluent_table_arrow_up_20_filled": 61528, + "ic_fluent_table_arrow_up_20_regular": 61529, + "ic_fluent_table_bottom_row_20_filled": 61530, + "ic_fluent_table_bottom_row_20_regular": 61531, + "ic_fluent_table_calculator_20_filled": 61532, + "ic_fluent_table_calculator_20_regular": 61533, + "ic_fluent_table_cell_edit_20_filled": 61534, + "ic_fluent_table_cell_edit_20_regular": 61535, + "ic_fluent_table_cells_merge_20_filled": 61536, + "ic_fluent_table_cells_merge_20_regular": 61537, + "ic_fluent_table_cells_split_20_filled": 61538, + "ic_fluent_table_cells_split_20_regular": 61539, + "ic_fluent_table_checker_20_filled": 61540, + "ic_fluent_table_checker_20_regular": 61541, + "ic_fluent_table_column_top_bottom_20_filled": 61542, + "ic_fluent_table_column_top_bottom_20_regular": 61543, + "ic_fluent_table_copy_20_filled": 61544, + "ic_fluent_table_copy_20_regular": 61545, + "ic_fluent_table_cursor_20_filled": 61546, + "ic_fluent_table_cursor_20_regular": 61547, + "ic_fluent_table_delete_column_20_filled": 61548, + "ic_fluent_table_delete_column_20_regular": 61549, + "ic_fluent_table_delete_row_20_filled": 61550, + "ic_fluent_table_delete_row_20_regular": 61551, + "ic_fluent_table_dismiss_20_filled": 61552, + "ic_fluent_table_dismiss_20_regular": 61553, + "ic_fluent_table_edit_20_filled": 61554, + "ic_fluent_table_edit_20_regular": 61555, + "ic_fluent_table_freeze_column_20_filled": 61556, + "ic_fluent_table_freeze_column_20_regular": 61557, + "ic_fluent_table_freeze_column_and_row_20_filled": 61558, + "ic_fluent_table_freeze_column_and_row_20_regular": 61559, + "ic_fluent_table_freeze_row_20_filled": 61560, + "ic_fluent_table_freeze_row_20_regular": 61561, + "ic_fluent_table_image_20_filled": 61562, + "ic_fluent_table_image_20_regular": 61563, + "ic_fluent_table_insert_column_20_filled": 61564, + "ic_fluent_table_insert_column_20_regular": 61565, + "ic_fluent_table_insert_row_20_filled": 61566, + "ic_fluent_table_insert_row_20_regular": 61567, + "ic_fluent_table_lightning_20_filled": 61568, + "ic_fluent_table_lightning_20_regular": 61569, + "ic_fluent_table_link_20_filled": 61570, + "ic_fluent_table_link_20_regular": 61571, + "ic_fluent_table_lock_20_filled": 61572, + "ic_fluent_table_lock_20_regular": 61573, + "ic_fluent_table_move_above_20_filled": 61574, + "ic_fluent_table_move_above_20_regular": 61575, + "ic_fluent_table_move_below_20_filled": 61576, + "ic_fluent_table_move_below_20_regular": 61577, + "ic_fluent_table_move_left_20_filled": 61578, + "ic_fluent_table_move_left_20_regular": 61579, + "ic_fluent_table_move_right_20_filled": 61580, + "ic_fluent_table_move_right_20_regular": 61581, + "ic_fluent_table_multiple_20_filled": 61582, + "ic_fluent_table_multiple_20_regular": 61583, + "ic_fluent_table_offset_20_filled": 61584, + "ic_fluent_table_offset_20_regular": 61585, + "ic_fluent_table_offset_add_20_filled": 61586, + "ic_fluent_table_offset_add_20_regular": 61587, + "ic_fluent_table_offset_less_than_or_equal_to_20_filled": 61588, + "ic_fluent_table_offset_less_than_or_equal_to_20_regular": 61589, + "ic_fluent_table_offset_settings_20_filled": 61590, + "ic_fluent_table_offset_settings_20_regular": 61591, + "ic_fluent_table_resize_column_20_filled": 61592, + "ic_fluent_table_resize_column_20_regular": 61593, + "ic_fluent_table_resize_row_20_filled": 61594, + "ic_fluent_table_resize_row_20_regular": 61595, + "ic_fluent_table_search_20_filled": 61596, + "ic_fluent_table_search_20_regular": 61597, + "ic_fluent_table_settings_20_filled": 61598, + "ic_fluent_table_settings_20_regular": 61599, + "ic_fluent_table_simple_20_filled": 61600, + "ic_fluent_table_simple_20_regular": 61601, + "ic_fluent_table_simple_checkmark_20_filled": 61602, + "ic_fluent_table_simple_checkmark_20_regular": 61603, + "ic_fluent_table_simple_exclude_20_filled": 61604, + "ic_fluent_table_simple_exclude_20_regular": 61605, + "ic_fluent_table_simple_include_20_filled": 61606, + "ic_fluent_table_simple_include_20_regular": 61607, + "ic_fluent_table_simple_multiple_20_filled": 61608, + "ic_fluent_table_simple_multiple_20_regular": 61609, + "ic_fluent_table_sparkle_20_filled": 61610, + "ic_fluent_table_sparkle_20_regular": 61611, + "ic_fluent_table_split_20_filled": 61612, + "ic_fluent_table_split_20_regular": 61613, + "ic_fluent_table_stack_above_20_filled": 61614, + "ic_fluent_table_stack_above_20_regular": 61615, + "ic_fluent_table_stack_below_20_filled": 61616, + "ic_fluent_table_stack_below_20_regular": 61617, + "ic_fluent_table_stack_left_20_filled": 61618, + "ic_fluent_table_stack_left_20_regular": 61619, + "ic_fluent_table_stack_right_20_filled": 61620, + "ic_fluent_table_stack_right_20_regular": 61621, + "ic_fluent_table_switch_20_filled": 61622, + "ic_fluent_table_switch_20_regular": 61623, + "ic_fluent_tablet_20_filled": 61624, + "ic_fluent_tablet_20_regular": 61625, + "ic_fluent_tablet_laptop_20_filled": 61626, + "ic_fluent_tablet_laptop_20_regular": 61627, + "ic_fluent_tablet_speaker_20_filled": 61628, + "ic_fluent_tablet_speaker_20_regular": 61629, + "ic_fluent_tabs_20_filled": 61630, + "ic_fluent_tabs_20_regular": 61631, + "ic_fluent_tag_20_filled": 61632, + "ic_fluent_tag_20_regular": 61633, + "ic_fluent_tag_circle_20_filled": 61634, + "ic_fluent_tag_circle_20_regular": 61635, + "ic_fluent_tag_dismiss_20_filled": 61636, + "ic_fluent_tag_dismiss_20_regular": 61637, + "ic_fluent_tag_error_20_filled": 61638, + "ic_fluent_tag_error_20_regular": 61639, + "ic_fluent_tag_lock_20_filled": 61640, + "ic_fluent_tag_lock_20_regular": 61641, + "ic_fluent_tag_lock_accent_20_filled": 61642, + "ic_fluent_tag_multiple_20_filled": 61643, + "ic_fluent_tag_multiple_20_regular": 61644, + "ic_fluent_tag_off_20_filled": 61645, + "ic_fluent_tag_off_20_regular": 61646, + "ic_fluent_tag_question_mark_20_filled": 61647, + "ic_fluent_tag_question_mark_20_regular": 61648, + "ic_fluent_tag_reset_20_filled": 61649, + "ic_fluent_tag_reset_20_regular": 61650, + "ic_fluent_tag_search_20_filled": 61651, + "ic_fluent_tag_search_20_regular": 61652, + "ic_fluent_tap_double_20_filled": 61653, + "ic_fluent_tap_double_20_regular": 61654, + "ic_fluent_tap_single_20_filled": 61655, + "ic_fluent_tap_single_20_regular": 61656, + "ic_fluent_target_20_filled": 61657, + "ic_fluent_target_20_regular": 61658, + "ic_fluent_target_add_20_filled": 61659, + "ic_fluent_target_add_20_regular": 61660, + "ic_fluent_target_arrow_20_filled": 61661, + "ic_fluent_target_arrow_20_regular": 61662, + "ic_fluent_target_dismiss_20_filled": 61663, + "ic_fluent_target_dismiss_20_regular": 61664, + "ic_fluent_target_edit_20_filled": 61665, + "ic_fluent_target_edit_20_regular": 61666, + "ic_fluent_task_list_add_20_filled": 61667, + "ic_fluent_task_list_add_20_regular": 61668, + "ic_fluent_task_list_ltr_20_filled": 61669, + "ic_fluent_task_list_ltr_20_regular": 61670, + "ic_fluent_task_list_rtl_20_filled": 61671, + "ic_fluent_task_list_rtl_20_regular": 61672, + "ic_fluent_task_list_square_add_20_filled": 61673, + "ic_fluent_task_list_square_add_20_regular": 61674, + "ic_fluent_task_list_square_database_20_filled": 61675, + "ic_fluent_task_list_square_database_20_regular": 61676, + "ic_fluent_task_list_square_ltr_20_filled": 61677, + "ic_fluent_task_list_square_ltr_20_regular": 61678, + "ic_fluent_task_list_square_person_20_filled": 61679, + "ic_fluent_task_list_square_person_20_regular": 61680, + "ic_fluent_task_list_square_rtl_20_filled": 61681, + "ic_fluent_task_list_square_rtl_20_regular": 61682, + "ic_fluent_task_list_square_settings_20_filled": 61683, + "ic_fluent_task_list_square_settings_20_regular": 61684, + "ic_fluent_tasks_app_20_filled": 61685, + "ic_fluent_tasks_app_20_regular": 61686, + "ic_fluent_teaching_20_filled": 61687, + "ic_fluent_teaching_20_regular": 61688, + "ic_fluent_teardrop_bottom_right_20_filled": 61689, + "ic_fluent_teardrop_bottom_right_20_regular": 61690, + "ic_fluent_teddy_20_filled": 61691, + "ic_fluent_teddy_20_regular": 61692, + "ic_fluent_temperature_20_filled": 61693, + "ic_fluent_temperature_20_regular": 61694, + "ic_fluent_tent_20_filled": 61695, + "ic_fluent_tent_20_regular": 61696, + "ic_fluent_tetris_app_20_filled": 61697, + "ic_fluent_tetris_app_20_regular": 61698, + "ic_fluent_text_add_20_filled": 61699, + "ic_fluent_text_add_20_regular": 61700, + "ic_fluent_text_add_space_after_20_filled": 61701, + "ic_fluent_text_add_space_after_20_regular": 61702, + "ic_fluent_text_add_space_before_20_filled": 61703, + "ic_fluent_text_add_space_before_20_regular": 61704, + "ic_fluent_text_add_t_20_filled": 61705, + "ic_fluent_text_add_t_20_regular": 61706, + "ic_fluent_text_align_center_20_filled": 61707, + "ic_fluent_text_align_center_20_regular": 61708, + "ic_fluent_text_align_center_rotate_270_20_filled": 61709, + "ic_fluent_text_align_center_rotate_270_20_regular": 61710, + "ic_fluent_text_align_center_rotate_90_20_filled": 61711, + "ic_fluent_text_align_center_rotate_90_20_regular": 61712, + "ic_fluent_text_align_distributed_20_filled": 61713, + "ic_fluent_text_align_distributed_20_regular": 61714, + "ic_fluent_text_align_distributed_evenly_20_filled": 61715, + "ic_fluent_text_align_distributed_evenly_20_regular": 61716, + "ic_fluent_text_align_distributed_vertical_20_filled": 61717, + "ic_fluent_text_align_distributed_vertical_20_regular": 61718, + "ic_fluent_text_align_justify_20_filled": 61719, + "ic_fluent_text_align_justify_20_regular": 61720, + "ic_fluent_text_align_justify_low_20_filled": 61721, + "ic_fluent_text_align_justify_low_20_regular": 61722, + "ic_fluent_text_align_justify_low_90_20_filled": 61723, + "ic_fluent_text_align_justify_low_90_20_regular": 61724, + "ic_fluent_text_align_justify_low_rotate_270_20_filled": 61725, + "ic_fluent_text_align_justify_low_rotate_270_20_regular": 61726, + "ic_fluent_text_align_justify_low_rotate_90_20_filled": 61727, + "ic_fluent_text_align_justify_low_rotate_90_20_regular": 61728, + "ic_fluent_text_align_justify_rotate_270_20_filled": 61729, + "ic_fluent_text_align_justify_rotate_270_20_regular": 61730, + "ic_fluent_text_align_justify_rotate_90_20_filled": 61731, + "ic_fluent_text_align_justify_rotate_90_20_regular": 61732, + "ic_fluent_text_align_left_20_filled": 61733, + "ic_fluent_text_align_left_20_regular": 61734, + "ic_fluent_text_align_left_rotate_270_20_filled": 61735, + "ic_fluent_text_align_left_rotate_270_20_regular": 61736, + "ic_fluent_text_align_left_rotate_90_20_filled": 61737, + "ic_fluent_text_align_left_rotate_90_20_regular": 61738, + "ic_fluent_text_align_right_20_filled": 61739, + "ic_fluent_text_align_right_20_regular": 61740, + "ic_fluent_text_align_right_rotate_270_20_filled": 61741, + "ic_fluent_text_align_right_rotate_270_20_regular": 61742, + "ic_fluent_text_align_right_rotate_90_20_filled": 61743, + "ic_fluent_text_align_right_rotate_90_20_regular": 61744, + "ic_fluent_text_arrow_down_right_column_20_filled": 61745, + "ic_fluent_text_arrow_down_right_column_20_regular": 61746, + "ic_fluent_text_asterisk_20_filled": 61747, + "ic_fluent_text_asterisk_20_regular": 61748, + "ic_fluent_text_baseline_20_filled": 61749, + "ic_fluent_text_baseline_20_regular": 61750, + "ic_fluent_text_bold_20_filled": 61751, + "ic_fluent_text_bold_20_regular": 61752, + "ic_fluent_text_box_settings_20_filled": 61753, + "ic_fluent_text_box_settings_20_regular": 61754, + "ic_fluent_text_bullet_list_20_filled": 61755, + "ic_fluent_text_bullet_list_20_regular": 61756, + "ic_fluent_text_bullet_list_90_20_filled": 61757, + "ic_fluent_text_bullet_list_90_20_regular": 61758, + "ic_fluent_text_bullet_list_add_20_filled": 61759, + "ic_fluent_text_bullet_list_add_20_regular": 61760, + "ic_fluent_text_bullet_list_checkmark_20_filled": 61761, + "ic_fluent_text_bullet_list_checkmark_20_regular": 61762, + "ic_fluent_text_bullet_list_dismiss_20_filled": 61763, + "ic_fluent_text_bullet_list_dismiss_20_regular": 61764, + "ic_fluent_text_bullet_list_ltr_20_filled": 61765, + "ic_fluent_text_bullet_list_ltr_20_regular": 61766, + "ic_fluent_text_bullet_list_ltr_90_20_filled": 61767, + "ic_fluent_text_bullet_list_ltr_90_20_regular": 61768, + "ic_fluent_text_bullet_list_rtl_20_filled": 61769, + "ic_fluent_text_bullet_list_rtl_20_regular": 61770, + "ic_fluent_text_bullet_list_rtl_90_20_filled": 61771, + "ic_fluent_text_bullet_list_rtl_90_20_regular": 61772, + "ic_fluent_text_bullet_list_square_20_filled": 61773, + "ic_fluent_text_bullet_list_square_20_regular": 61774, + "ic_fluent_text_bullet_list_square_clock_20_filled": 61775, + "ic_fluent_text_bullet_list_square_clock_20_regular": 61776, + "ic_fluent_text_bullet_list_square_edit_20_filled": 61777, + "ic_fluent_text_bullet_list_square_edit_20_regular": 61778, + "ic_fluent_text_bullet_list_square_person_20_filled": 61779, + "ic_fluent_text_bullet_list_square_person_20_regular": 61780, + "ic_fluent_text_bullet_list_square_search_20_filled": 61781, + "ic_fluent_text_bullet_list_square_search_20_regular": 61782, + "ic_fluent_text_bullet_list_square_settings_20_filled": 61783, + "ic_fluent_text_bullet_list_square_settings_20_regular": 61784, + "ic_fluent_text_bullet_list_square_shield_20_filled": 61785, + "ic_fluent_text_bullet_list_square_shield_20_regular": 61786, + "ic_fluent_text_bullet_list_square_sparkle_20_filled": 61787, + "ic_fluent_text_bullet_list_square_sparkle_20_regular": 61788, + "ic_fluent_text_bullet_list_square_toolbox_20_filled": 61789, + "ic_fluent_text_bullet_list_square_toolbox_20_regular": 61790, + "ic_fluent_text_bullet_list_square_warning_20_filled": 61791, + "ic_fluent_text_bullet_list_square_warning_20_regular": 61792, + "ic_fluent_text_bullet_list_tree_20_filled": 61793, + "ic_fluent_text_bullet_list_tree_20_regular": 61794, + "ic_fluent_text_case_lowercase_20_filled": 61795, + "ic_fluent_text_case_lowercase_20_regular": 61796, + "ic_fluent_text_case_title_20_filled": 61797, + "ic_fluent_text_case_title_20_regular": 61798, + "ic_fluent_text_case_uppercase_20_filled": 61799, + "ic_fluent_text_case_uppercase_20_regular": 61800, + "ic_fluent_text_change_case_20_filled": 61801, + "ic_fluent_text_change_case_20_regular": 61802, + "ic_fluent_text_clear_formatting_20_filled": 61803, + "ic_fluent_text_clear_formatting_20_regular": 61804, + "ic_fluent_text_collapse_20_filled": 61805, + "ic_fluent_text_collapse_20_regular": 61806, + "ic_fluent_text_color_20_filled": 61807, + "ic_fluent_text_color_20_regular": 61808, + "ic_fluent_text_color_accent_20_filled": 61809, + "ic_fluent_text_column_one_20_filled": 61810, + "ic_fluent_text_column_one_20_regular": 61811, + "ic_fluent_text_column_one_narrow_20_filled": 61812, + "ic_fluent_text_column_one_narrow_20_regular": 61813, + "ic_fluent_text_column_one_semi_narrow_20_filled": 61814, + "ic_fluent_text_column_one_semi_narrow_20_regular": 61815, + "ic_fluent_text_column_one_wide_20_filled": 61816, + "ic_fluent_text_column_one_wide_20_regular": 61817, + "ic_fluent_text_column_one_wide_lightning_20_filled": 61818, + "ic_fluent_text_column_one_wide_lightning_20_regular": 61819, + "ic_fluent_text_column_three_20_filled": 61820, + "ic_fluent_text_column_three_20_regular": 61821, + "ic_fluent_text_column_two_20_filled": 61822, + "ic_fluent_text_column_two_20_regular": 61823, + "ic_fluent_text_column_two_left_20_filled": 61824, + "ic_fluent_text_column_two_left_20_regular": 61825, + "ic_fluent_text_column_two_right_20_filled": 61826, + "ic_fluent_text_column_two_right_20_regular": 61827, + "ic_fluent_text_column_wide_20_filled": 61828, + "ic_fluent_text_column_wide_20_regular": 61829, + "ic_fluent_text_continuous_20_filled": 61830, + "ic_fluent_text_continuous_20_regular": 61831, + "ic_fluent_text_density_20_filled": 61832, + "ic_fluent_text_density_20_regular": 61833, + "ic_fluent_text_description_20_filled": 61834, + "ic_fluent_text_description_20_regular": 61835, + "ic_fluent_text_description_ltr_20_filled": 61836, + "ic_fluent_text_description_ltr_20_regular": 61837, + "ic_fluent_text_description_rtl_20_filled": 61838, + "ic_fluent_text_description_rtl_20_regular": 61839, + "ic_fluent_text_direction_horizontal_left_20_filled": 61840, + "ic_fluent_text_direction_horizontal_left_20_regular": 61841, + "ic_fluent_text_direction_horizontal_ltr_20_filled": 61842, + "ic_fluent_text_direction_horizontal_ltr_20_regular": 61843, + "ic_fluent_text_direction_horizontal_right_20_filled": 61844, + "ic_fluent_text_direction_horizontal_right_20_regular": 61845, + "ic_fluent_text_direction_horizontal_rtl_20_filled": 61846, + "ic_fluent_text_direction_horizontal_rtl_20_regular": 61847, + "ic_fluent_text_direction_rotate_270_right_20_filled": 61848, + "ic_fluent_text_direction_rotate_270_right_20_regular": 61849, + "ic_fluent_text_direction_rotate_315_right_20_filled": 61850, + "ic_fluent_text_direction_rotate_315_right_20_regular": 61851, + "ic_fluent_text_direction_rotate_45_right_20_filled": 61852, + "ic_fluent_text_direction_rotate_45_right_20_regular": 61853, + "ic_fluent_text_direction_rotate_90_left_20_filled": 61854, + "ic_fluent_text_direction_rotate_90_left_20_regular": 61855, + "ic_fluent_text_direction_rotate_90_ltr_20_filled": 61856, + "ic_fluent_text_direction_rotate_90_ltr_20_regular": 61857, + "ic_fluent_text_direction_rotate_90_right_20_filled": 61858, + "ic_fluent_text_direction_rotate_90_right_20_regular": 61859, + "ic_fluent_text_direction_rotate_90_rtl_20_filled": 61860, + "ic_fluent_text_direction_rotate_90_rtl_20_regular": 61861, + "ic_fluent_text_direction_vertical_20_filled": 61862, + "ic_fluent_text_direction_vertical_20_regular": 61863, + "ic_fluent_text_edit_style_20_filled": 61864, + "ic_fluent_text_edit_style_20_regular": 61865, + "ic_fluent_text_effects_20_filled": 61866, + "ic_fluent_text_effects_20_regular": 61867, + "ic_fluent_text_effects_sparkle_20_filled": 61868, + "ic_fluent_text_effects_sparkle_20_regular": 61869, + "ic_fluent_text_expand_20_filled": 61870, + "ic_fluent_text_expand_20_regular": 61871, + "ic_fluent_text_field_20_filled": 61872, + "ic_fluent_text_field_20_regular": 61873, + "ic_fluent_text_first_line_20_filled": 61874, + "ic_fluent_text_first_line_20_regular": 61875, + "ic_fluent_text_font_20_filled": 61876, + "ic_fluent_text_font_20_regular": 61877, + "ic_fluent_text_font_info_20_filled": 61878, + "ic_fluent_text_font_info_20_regular": 61879, + "ic_fluent_text_font_size_20_filled": 61880, + "ic_fluent_text_font_size_20_regular": 61881, + "ic_fluent_text_footnote_20_filled": 61882, + "ic_fluent_text_footnote_20_regular": 61883, + "ic_fluent_text_grammar_arrow_left_20_filled": 61884, + "ic_fluent_text_grammar_arrow_left_20_regular": 61885, + "ic_fluent_text_grammar_arrow_right_20_filled": 61886, + "ic_fluent_text_grammar_arrow_right_20_regular": 61887, + "ic_fluent_text_grammar_checkmark_20_filled": 61888, + "ic_fluent_text_grammar_checkmark_20_regular": 61889, + "ic_fluent_text_grammar_dismiss_20_filled": 61890, + "ic_fluent_text_grammar_dismiss_20_regular": 61891, + "ic_fluent_text_grammar_error_20_filled": 61892, + "ic_fluent_text_grammar_error_20_regular": 61893, + "ic_fluent_text_grammar_lightning_20_filled": 61894, + "ic_fluent_text_grammar_lightning_20_regular": 61895, + "ic_fluent_text_grammar_settings_20_filled": 61896, + "ic_fluent_text_grammar_settings_20_regular": 61897, + "ic_fluent_text_grammar_wand_20_filled": 61898, + "ic_fluent_text_grammar_wand_20_regular": 61899, + "ic_fluent_text_hanging_20_filled": 61900, + "ic_fluent_text_hanging_20_regular": 61901, + "ic_fluent_text_header_1_20_filled": 61902, + "ic_fluent_text_header_1_20_regular": 61903, + "ic_fluent_text_header_1_lines_20_filled": 61904, + "ic_fluent_text_header_1_lines_20_regular": 61905, + "ic_fluent_text_header_1_lines_caret_20_filled": 61906, + "ic_fluent_text_header_1_lines_caret_20_regular": 61907, + "ic_fluent_text_header_2_20_filled": 61908, + "ic_fluent_text_header_2_20_regular": 61909, + "ic_fluent_text_header_2_lines_20_filled": 61910, + "ic_fluent_text_header_2_lines_20_regular": 61911, + "ic_fluent_text_header_2_lines_caret_20_filled": 61912, + "ic_fluent_text_header_2_lines_caret_20_regular": 61913, + "ic_fluent_text_header_3_20_filled": 61914, + "ic_fluent_text_header_3_20_regular": 61915, + "ic_fluent_text_header_3_lines_20_filled": 61916, + "ic_fluent_text_header_3_lines_20_regular": 61917, + "ic_fluent_text_header_3_lines_caret_20_filled": 61918, + "ic_fluent_text_header_3_lines_caret_20_regular": 61919, + "ic_fluent_text_indent_decrease_20_filled": 61920, + "ic_fluent_text_indent_decrease_20_regular": 61921, + "ic_fluent_text_indent_decrease_ltr_20_filled": 61922, + "ic_fluent_text_indent_decrease_ltr_20_regular": 61923, + "ic_fluent_text_indent_decrease_ltr_90_20_filled": 61924, + "ic_fluent_text_indent_decrease_ltr_90_20_regular": 61925, + "ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled": 61926, + "ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular": 61927, + "ic_fluent_text_indent_decrease_rotate_270_20_filled": 61928, + "ic_fluent_text_indent_decrease_rotate_270_20_regular": 61929, + "ic_fluent_text_indent_decrease_rotate_90_20_filled": 61930, + "ic_fluent_text_indent_decrease_rotate_90_20_regular": 61931, + "ic_fluent_text_indent_decrease_rtl_20_filled": 61932, + "ic_fluent_text_indent_decrease_rtl_20_regular": 61933, + "ic_fluent_text_indent_decrease_rtl_90_20_filled": 61934, + "ic_fluent_text_indent_decrease_rtl_90_20_regular": 61935, + "ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled": 61936, + "ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular": 61937, + "ic_fluent_text_indent_increase_20_filled": 61938, + "ic_fluent_text_indent_increase_20_regular": 61939, + "ic_fluent_text_indent_increase_ltr_20_filled": 61940, + "ic_fluent_text_indent_increase_ltr_20_regular": 61941, + "ic_fluent_text_indent_increase_ltr_90_20_filled": 61942, + "ic_fluent_text_indent_increase_ltr_90_20_regular": 61943, + "ic_fluent_text_indent_increase_ltr_rotate_270_20_filled": 61944, + "ic_fluent_text_indent_increase_ltr_rotate_270_20_regular": 61945, + "ic_fluent_text_indent_increase_rotate_270_20_filled": 61946, + "ic_fluent_text_indent_increase_rotate_270_20_regular": 61947, + "ic_fluent_text_indent_increase_rotate_90_20_filled": 61948, + "ic_fluent_text_indent_increase_rotate_90_20_regular": 61949, + "ic_fluent_text_indent_increase_rtl_20_filled": 61950, + "ic_fluent_text_indent_increase_rtl_20_regular": 61951, + "ic_fluent_text_indent_increase_rtl_90_20_filled": 61952, + "ic_fluent_text_indent_increase_rtl_90_20_regular": 61953, + "ic_fluent_text_indent_increase_rtl_rotate_270_20_filled": 61954, + "ic_fluent_text_indent_increase_rtl_rotate_270_20_regular": 61955, + "ic_fluent_text_italic_20_filled": 61956, + "ic_fluent_text_italic_20_regular": 61957, + "ic_fluent_text_line_spacing_20_filled": 61958, + "ic_fluent_text_line_spacing_20_regular": 61959, + "ic_fluent_text_more_20_filled": 61960, + "ic_fluent_text_more_20_regular": 61961, + "ic_fluent_text_number_format_20_filled": 61962, + "ic_fluent_text_number_format_20_regular": 61963, + "ic_fluent_text_number_list_ltr_20_filled": 61964, + "ic_fluent_text_number_list_ltr_20_regular": 61965, + "ic_fluent_text_number_list_ltr_90_20_filled": 61966, + "ic_fluent_text_number_list_ltr_90_20_regular": 61967, + "ic_fluent_text_number_list_ltr_rotate_270_20_filled": 61968, + "ic_fluent_text_number_list_ltr_rotate_270_20_regular": 61969, + "ic_fluent_text_number_list_rotate_270_20_filled": 61970, + "ic_fluent_text_number_list_rotate_270_20_regular": 61971, + "ic_fluent_text_number_list_rotate_90_20_filled": 61972, + "ic_fluent_text_number_list_rotate_90_20_regular": 61973, + "ic_fluent_text_number_list_rtl_20_filled": 61974, + "ic_fluent_text_number_list_rtl_20_regular": 61975, + "ic_fluent_text_number_list_rtl_90_20_filled": 61976, + "ic_fluent_text_number_list_rtl_90_20_regular": 61977, + "ic_fluent_text_number_list_rtl_rotate_270_20_filled": 61978, + "ic_fluent_text_number_list_rtl_rotate_270_20_regular": 61979, + "ic_fluent_text_paragraph_20_filled": 61980, + "ic_fluent_text_paragraph_20_regular": 61981, + "ic_fluent_text_paragraph_direction_20_filled": 61982, + "ic_fluent_text_paragraph_direction_20_regular": 61983, + "ic_fluent_text_paragraph_direction_left_20_filled": 61984, + "ic_fluent_text_paragraph_direction_left_20_regular": 61985, + "ic_fluent_text_paragraph_direction_right_20_filled": 61986, + "ic_fluent_text_paragraph_direction_right_20_regular": 61987, + "ic_fluent_text_period_asterisk_20_filled": 61988, + "ic_fluent_text_period_asterisk_20_regular": 61989, + "ic_fluent_text_position_behind_20_filled": 61990, + "ic_fluent_text_position_behind_20_regular": 61991, + "ic_fluent_text_position_front_20_filled": 61992, + "ic_fluent_text_position_front_20_regular": 61993, + "ic_fluent_text_position_line_20_filled": 61994, + "ic_fluent_text_position_line_20_regular": 61995, + "ic_fluent_text_position_square_20_filled": 61996, + "ic_fluent_text_position_square_20_regular": 61997, + "ic_fluent_text_position_square_left_20_filled": 61998, + "ic_fluent_text_position_square_left_20_regular": 61999, + "ic_fluent_text_position_square_right_20_filled": 62000, + "ic_fluent_text_position_square_right_20_regular": 62001, + "ic_fluent_text_position_through_20_filled": 62002, + "ic_fluent_text_position_through_20_regular": 62003, + "ic_fluent_text_position_tight_20_filled": 62004, + "ic_fluent_text_position_tight_20_regular": 62005, + "ic_fluent_text_position_top_bottom_20_filled": 62006, + "ic_fluent_text_position_top_bottom_20_regular": 62007, + "ic_fluent_text_proofing_tools_20_filled": 62008, + "ic_fluent_text_proofing_tools_20_regular": 62009, + "ic_fluent_text_quote_20_filled": 62010, + "ic_fluent_text_quote_20_regular": 62011, + "ic_fluent_text_sort_ascending_20_filled": 62012, + "ic_fluent_text_sort_ascending_20_regular": 62013, + "ic_fluent_text_sort_descending_20_filled": 62014, + "ic_fluent_text_sort_descending_20_regular": 62015, + "ic_fluent_text_strikethrough_20_filled": 62016, + "ic_fluent_text_strikethrough_20_regular": 62017, + "ic_fluent_text_subscript_20_filled": 62018, + "ic_fluent_text_subscript_20_regular": 62019, + "ic_fluent_text_superscript_20_filled": 62020, + "ic_fluent_text_superscript_20_regular": 62021, + "ic_fluent_text_t_20_filled": 62022, + "ic_fluent_text_t_20_regular": 62023, + "ic_fluent_text_underline_20_filled": 62024, + "ic_fluent_text_underline_20_regular": 62025, + "ic_fluent_text_underline_character_u_20_filled": 62026, + "ic_fluent_text_underline_character_u_20_regular": 62027, + "ic_fluent_text_underline_double_20_filled": 62028, + "ic_fluent_text_underline_double_20_regular": 62029, + "ic_fluent_text_whole_word_20_filled": 62030, + "ic_fluent_text_whole_word_20_regular": 62031, + "ic_fluent_text_word_count_20_filled": 62032, + "ic_fluent_text_word_count_20_regular": 62033, + "ic_fluent_text_wrap_20_filled": 62034, + "ic_fluent_text_wrap_20_regular": 62035, + "ic_fluent_text_wrap_off_20_filled": 62036, + "ic_fluent_text_wrap_off_20_regular": 62037, + "ic_fluent_textbox_20_filled": 62038, + "ic_fluent_textbox_20_regular": 62039, + "ic_fluent_textbox_align_bottom_20_filled": 62040, + "ic_fluent_textbox_align_bottom_20_regular": 62041, + "ic_fluent_textbox_align_bottom_center_20_filled": 62042, + "ic_fluent_textbox_align_bottom_center_20_regular": 62043, + "ic_fluent_textbox_align_bottom_left_20_filled": 62044, + "ic_fluent_textbox_align_bottom_left_20_regular": 62045, + "ic_fluent_textbox_align_bottom_right_20_filled": 62046, + "ic_fluent_textbox_align_bottom_right_20_regular": 62047, + "ic_fluent_textbox_align_bottom_rotate_90_20_filled": 62048, + "ic_fluent_textbox_align_bottom_rotate_90_20_regular": 62049, + "ic_fluent_textbox_align_center_20_filled": 62050, + "ic_fluent_textbox_align_center_20_regular": 62051, + "ic_fluent_textbox_align_middle_20_filled": 62052, + "ic_fluent_textbox_align_middle_20_regular": 62053, + "ic_fluent_textbox_align_middle_left_20_filled": 62054, + "ic_fluent_textbox_align_middle_left_20_regular": 62055, + "ic_fluent_textbox_align_middle_right_20_filled": 62056, + "ic_fluent_textbox_align_middle_right_20_regular": 62057, + "ic_fluent_textbox_align_middle_rotate_90_20_filled": 62058, + "ic_fluent_textbox_align_middle_rotate_90_20_regular": 62059, + "ic_fluent_textbox_align_top_20_filled": 62060, + "ic_fluent_textbox_align_top_20_regular": 62061, + "ic_fluent_textbox_align_top_center_20_filled": 62062, + "ic_fluent_textbox_align_top_center_20_regular": 62063, + "ic_fluent_textbox_align_top_left_20_filled": 62064, + "ic_fluent_textbox_align_top_left_20_regular": 62065, + "ic_fluent_textbox_align_top_right_20_filled": 62066, + "ic_fluent_textbox_align_top_right_20_regular": 62067, + "ic_fluent_textbox_align_top_rotate_90_20_filled": 62068, + "ic_fluent_textbox_align_top_rotate_90_20_regular": 62069, + "ic_fluent_textbox_checkmark_20_filled": 62070, + "ic_fluent_textbox_checkmark_20_regular": 62071, + "ic_fluent_textbox_more_20_filled": 62072, + "ic_fluent_textbox_more_20_regular": 62073, + "ic_fluent_textbox_rotate_90_20_filled": 62074, + "ic_fluent_textbox_rotate_90_20_regular": 62075, + "ic_fluent_textbox_settings_20_filled": 62076, + "ic_fluent_textbox_settings_20_regular": 62077, + "ic_fluent_thinking_20_filled": 62078, + "ic_fluent_thinking_20_regular": 62079, + "ic_fluent_thumb_dislike_20_filled": 62080, + "ic_fluent_thumb_dislike_20_regular": 62081, + "ic_fluent_thumb_like_20_filled": 62082, + "ic_fluent_thumb_like_20_regular": 62083, + "ic_fluent_thumb_like_dislike_20_filled": 62084, + "ic_fluent_thumb_like_dislike_20_regular": 62085, + "ic_fluent_ticket_diagonal_20_filled": 62086, + "ic_fluent_ticket_diagonal_20_regular": 62087, + "ic_fluent_ticket_horizontal_20_filled": 62088, + "ic_fluent_ticket_horizontal_20_regular": 62089, + "ic_fluent_time_and_weather_20_filled": 62090, + "ic_fluent_time_and_weather_20_regular": 62091, + "ic_fluent_time_picker_20_filled": 62092, + "ic_fluent_time_picker_20_regular": 62093, + "ic_fluent_timeline_20_filled": 62094, + "ic_fluent_timeline_20_regular": 62095, + "ic_fluent_timer_10_20_filled": 62096, + "ic_fluent_timer_10_20_regular": 62097, + "ic_fluent_timer_2_20_filled": 62098, + "ic_fluent_timer_2_20_regular": 62099, + "ic_fluent_timer_20_filled": 62100, + "ic_fluent_timer_20_regular": 62101, + "ic_fluent_timer_3_20_filled": 62102, + "ic_fluent_timer_3_20_regular": 62103, + "ic_fluent_timer_off_20_filled": 62104, + "ic_fluent_timer_off_20_regular": 62105, + "ic_fluent_toggle_left_20_filled": 62106, + "ic_fluent_toggle_left_20_regular": 62107, + "ic_fluent_toggle_multiple_20_filled": 62108, + "ic_fluent_toggle_multiple_20_regular": 62109, + "ic_fluent_toggle_right_20_filled": 62110, + "ic_fluent_toggle_right_20_regular": 62111, + "ic_fluent_toolbox_20_filled": 62112, + "ic_fluent_toolbox_20_regular": 62113, + "ic_fluent_tooltip_quote_20_filled": 62114, + "ic_fluent_tooltip_quote_20_regular": 62115, + "ic_fluent_top_speed_20_filled": 62116, + "ic_fluent_top_speed_20_regular": 62117, + "ic_fluent_translate_20_filled": 62118, + "ic_fluent_translate_20_regular": 62119, + "ic_fluent_translate_auto_20_filled": 62120, + "ic_fluent_translate_auto_20_regular": 62121, + "ic_fluent_translate_off_20_filled": 62122, + "ic_fluent_translate_off_20_regular": 62123, + "ic_fluent_transmission_20_filled": 62124, + "ic_fluent_transmission_20_regular": 62125, + "ic_fluent_transparency_square_20_filled": 62126, + "ic_fluent_transparency_square_20_regular": 62127, + "ic_fluent_tray_item_add_20_filled": 62128, + "ic_fluent_tray_item_add_20_regular": 62129, + "ic_fluent_tray_item_remove_20_filled": 62130, + "ic_fluent_tray_item_remove_20_regular": 62131, + "ic_fluent_tree_deciduous_20_filled": 62132, + "ic_fluent_tree_deciduous_20_regular": 62133, + "ic_fluent_tree_evergreen_20_filled": 62134, + "ic_fluent_tree_evergreen_20_regular": 62135, + "ic_fluent_triangle_20_filled": 62136, + "ic_fluent_triangle_20_regular": 62137, + "ic_fluent_triangle_down_20_filled": 62138, + "ic_fluent_triangle_down_20_regular": 62139, + "ic_fluent_triangle_left_20_filled": 62140, + "ic_fluent_triangle_left_20_regular": 62141, + "ic_fluent_triangle_right_20_filled": 62142, + "ic_fluent_triangle_right_20_regular": 62143, + "ic_fluent_triangle_up_20_filled": 62144, + "ic_fluent_triangle_up_20_regular": 62145, + "ic_fluent_trophy_20_filled": 62146, + "ic_fluent_trophy_20_regular": 62147, + "ic_fluent_trophy_lock_20_filled": 62148, + "ic_fluent_trophy_lock_20_regular": 62149, + "ic_fluent_trophy_off_20_filled": 62150, + "ic_fluent_trophy_off_20_regular": 62151, + "ic_fluent_tv_20_filled": 62152, + "ic_fluent_tv_20_regular": 62153, + "ic_fluent_tv_arrow_right_20_filled": 62154, + "ic_fluent_tv_arrow_right_20_regular": 62155, + "ic_fluent_tv_usb_20_filled": 62156, + "ic_fluent_tv_usb_20_regular": 62157, + "ic_fluent_umbrella_20_filled": 62158, + "ic_fluent_umbrella_20_regular": 62159, + "ic_fluent_uninstall_app_20_filled": 62160, + "ic_fluent_uninstall_app_20_regular": 62161, + "ic_fluent_usb_plug_20_filled": 62162, + "ic_fluent_usb_plug_20_regular": 62163, + "ic_fluent_usb_stick_20_filled": 62164, + "ic_fluent_usb_stick_20_regular": 62165, + "ic_fluent_vault_20_filled": 62166, + "ic_fluent_vault_20_regular": 62167, + "ic_fluent_vehicle_bicycle_20_filled": 62168, + "ic_fluent_vehicle_bicycle_20_regular": 62169, + "ic_fluent_vehicle_bus_20_filled": 62170, + "ic_fluent_vehicle_bus_20_regular": 62171, + "ic_fluent_vehicle_cab_20_filled": 62172, + "ic_fluent_vehicle_cab_20_regular": 62173, + "ic_fluent_vehicle_cable_car_20_filled": 62174, + "ic_fluent_vehicle_cable_car_20_regular": 62175, + "ic_fluent_vehicle_car_20_filled": 62176, + "ic_fluent_vehicle_car_20_regular": 62177, + "ic_fluent_vehicle_car_collision_20_filled": 62178, + "ic_fluent_vehicle_car_collision_20_regular": 62179, + "ic_fluent_vehicle_car_parking_20_filled": 62180, + "ic_fluent_vehicle_car_parking_20_regular": 62181, + "ic_fluent_vehicle_car_profile_20_filled": 62182, + "ic_fluent_vehicle_car_profile_20_regular": 62183, + "ic_fluent_vehicle_car_profile_ltr_20_filled": 62184, + "ic_fluent_vehicle_car_profile_ltr_20_regular": 62185, + "ic_fluent_vehicle_car_profile_ltr_clock_20_filled": 62186, + "ic_fluent_vehicle_car_profile_ltr_clock_20_regular": 62187, + "ic_fluent_vehicle_car_profile_rtl_20_filled": 62188, + "ic_fluent_vehicle_car_profile_rtl_20_regular": 62189, + "ic_fluent_vehicle_motorcycle_20_filled": 62190, + "ic_fluent_vehicle_motorcycle_20_regular": 62191, + "ic_fluent_vehicle_ship_20_filled": 62192, + "ic_fluent_vehicle_ship_20_regular": 62193, + "ic_fluent_vehicle_subway_20_filled": 62194, + "ic_fluent_vehicle_subway_20_regular": 62195, + "ic_fluent_vehicle_subway_clock_20_filled": 62196, + "ic_fluent_vehicle_subway_clock_20_regular": 62197, + "ic_fluent_vehicle_tractor_20_filled": 62198, + "ic_fluent_vehicle_tractor_20_regular": 62199, + "ic_fluent_vehicle_truck_20_filled": 62200, + "ic_fluent_vehicle_truck_20_regular": 62201, + "ic_fluent_vehicle_truck_bag_20_filled": 62202, + "ic_fluent_vehicle_truck_bag_20_regular": 62203, + "ic_fluent_vehicle_truck_cube_20_filled": 62204, + "ic_fluent_vehicle_truck_cube_20_regular": 62205, + "ic_fluent_vehicle_truck_profile_20_filled": 62206, + "ic_fluent_vehicle_truck_profile_20_regular": 62207, + "ic_fluent_video_20_filled": 62208, + "ic_fluent_video_20_regular": 62209, + "ic_fluent_video_360_20_filled": 62210, + "ic_fluent_video_360_20_regular": 62211, + "ic_fluent_video_360_off_20_filled": 62212, + "ic_fluent_video_360_off_20_regular": 62213, + "ic_fluent_video_add_20_filled": 62214, + "ic_fluent_video_add_20_regular": 62215, + "ic_fluent_video_background_effect_20_filled": 62216, + "ic_fluent_video_background_effect_20_regular": 62217, + "ic_fluent_video_background_effect_horizontal_20_filled": 62218, + "ic_fluent_video_background_effect_horizontal_20_regular": 62219, + "ic_fluent_video_bluetooth_20_filled": 62220, + "ic_fluent_video_bluetooth_20_regular": 62221, + "ic_fluent_video_chat_20_filled": 62222, + "ic_fluent_video_chat_20_regular": 62223, + "ic_fluent_video_clip_20_filled": 62224, + "ic_fluent_video_clip_20_regular": 62225, + "ic_fluent_video_clip_multiple_20_filled": 62226, + "ic_fluent_video_clip_multiple_20_regular": 62227, + "ic_fluent_video_clip_off_20_filled": 62228, + "ic_fluent_video_clip_off_20_regular": 62229, + "ic_fluent_video_clip_optimize_20_filled": 62230, + "ic_fluent_video_clip_optimize_20_regular": 62231, + "ic_fluent_video_clip_wand_20_filled": 62232, + "ic_fluent_video_clip_wand_20_regular": 62233, + "ic_fluent_video_off_20_filled": 62234, + "ic_fluent_video_off_20_regular": 62235, + "ic_fluent_video_person_20_filled": 62236, + "ic_fluent_video_person_20_regular": 62237, + "ic_fluent_video_person_call_20_filled": 62238, + "ic_fluent_video_person_call_20_regular": 62239, + "ic_fluent_video_person_clock_20_filled": 62240, + "ic_fluent_video_person_clock_20_regular": 62241, + "ic_fluent_video_person_off_20_filled": 62242, + "ic_fluent_video_person_off_20_regular": 62243, + "ic_fluent_video_person_pulse_20_filled": 62244, + "ic_fluent_video_person_pulse_20_regular": 62245, + "ic_fluent_video_person_sparkle_20_filled": 62246, + "ic_fluent_video_person_sparkle_20_regular": 62247, + "ic_fluent_video_person_sparkle_off_20_filled": 62248, + "ic_fluent_video_person_sparkle_off_20_regular": 62249, + "ic_fluent_video_person_star_20_filled": 62250, + "ic_fluent_video_person_star_20_regular": 62251, + "ic_fluent_video_person_star_off_20_filled": 62252, + "ic_fluent_video_person_star_off_20_regular": 62253, + "ic_fluent_video_play_pause_20_filled": 62254, + "ic_fluent_video_play_pause_20_regular": 62255, + "ic_fluent_video_prohibited_20_filled": 62256, + "ic_fluent_video_prohibited_20_regular": 62257, + "ic_fluent_video_recording_20_filled": 62258, + "ic_fluent_video_recording_20_regular": 62259, + "ic_fluent_video_security_20_filled": 62260, + "ic_fluent_video_security_20_regular": 62261, + "ic_fluent_video_switch_20_filled": 62262, + "ic_fluent_video_switch_20_regular": 62263, + "ic_fluent_video_sync_20_filled": 62264, + "ic_fluent_video_sync_20_regular": 62265, + "ic_fluent_video_usb_20_filled": 62266, + "ic_fluent_video_usb_20_regular": 62267, + "ic_fluent_view_desktop_20_filled": 62268, + "ic_fluent_view_desktop_20_regular": 62269, + "ic_fluent_view_desktop_mobile_20_filled": 62270, + "ic_fluent_view_desktop_mobile_20_regular": 62271, + "ic_fluent_virtual_network_20_filled": 62272, + "ic_fluent_virtual_network_20_regular": 62273, + "ic_fluent_virtual_network_toolbox_20_filled": 62274, + "ic_fluent_virtual_network_toolbox_20_regular": 62275, + "ic_fluent_voicemail_20_filled": 62276, + "ic_fluent_voicemail_20_regular": 62277, + "ic_fluent_voicemail_arrow_back_20_filled": 62278, + "ic_fluent_voicemail_arrow_back_20_regular": 62279, + "ic_fluent_voicemail_arrow_forward_20_filled": 62280, + "ic_fluent_voicemail_arrow_forward_20_regular": 62281, + "ic_fluent_voicemail_arrow_subtract_20_filled": 62282, + "ic_fluent_voicemail_arrow_subtract_20_regular": 62283, + "ic_fluent_voicemail_shield_20_filled": 62284, + "ic_fluent_voicemail_shield_20_regular": 62285, + "ic_fluent_voicemail_subtract_20_filled": 62286, + "ic_fluent_voicemail_subtract_20_regular": 62287, + "ic_fluent_vote_20_filled": 62288, + "ic_fluent_vote_20_regular": 62289, + "ic_fluent_walkie_talkie_20_filled": 62290, + "ic_fluent_walkie_talkie_20_regular": 62291, + "ic_fluent_wallet_20_filled": 62292, + "ic_fluent_wallet_20_regular": 62293, + "ic_fluent_wallet_credit_card_20_filled": 62294, + "ic_fluent_wallet_credit_card_20_regular": 62295, + "ic_fluent_wallpaper_20_filled": 62296, + "ic_fluent_wallpaper_20_regular": 62297, + "ic_fluent_wand_20_filled": 62298, + "ic_fluent_wand_20_regular": 62299, + "ic_fluent_warning_20_filled": 62300, + "ic_fluent_warning_20_regular": 62301, + "ic_fluent_warning_lock_open_20_filled": 62302, + "ic_fluent_warning_lock_open_20_regular": 62303, + "ic_fluent_warning_shield_20_filled": 62304, + "ic_fluent_warning_shield_20_regular": 62305, + "ic_fluent_washer_20_filled": 62306, + "ic_fluent_washer_20_regular": 62307, + "ic_fluent_water_20_filled": 62308, + "ic_fluent_water_20_regular": 62309, + "ic_fluent_weather_blowing_snow_20_filled": 62310, + "ic_fluent_weather_blowing_snow_20_regular": 62311, + "ic_fluent_weather_cloudy_20_filled": 62312, + "ic_fluent_weather_cloudy_20_regular": 62313, + "ic_fluent_weather_drizzle_20_filled": 62314, + "ic_fluent_weather_drizzle_20_regular": 62315, + "ic_fluent_weather_duststorm_20_filled": 62316, + "ic_fluent_weather_duststorm_20_regular": 62317, + "ic_fluent_weather_fog_20_filled": 62318, + "ic_fluent_weather_fog_20_regular": 62319, + "ic_fluent_weather_hail_day_20_filled": 62320, + "ic_fluent_weather_hail_day_20_regular": 62321, + "ic_fluent_weather_hail_night_20_filled": 62322, + "ic_fluent_weather_hail_night_20_regular": 62323, + "ic_fluent_weather_haze_20_filled": 62324, + "ic_fluent_weather_haze_20_regular": 62325, + "ic_fluent_weather_moon_20_filled": 62326, + "ic_fluent_weather_moon_20_regular": 62327, + "ic_fluent_weather_moon_off_20_filled": 62328, + "ic_fluent_weather_moon_off_20_regular": 62329, + "ic_fluent_weather_partly_cloudy_day_20_filled": 62330, + "ic_fluent_weather_partly_cloudy_day_20_regular": 62331, + "ic_fluent_weather_partly_cloudy_night_20_filled": 62332, + "ic_fluent_weather_partly_cloudy_night_20_regular": 62333, + "ic_fluent_weather_rain_20_filled": 62334, + "ic_fluent_weather_rain_20_regular": 62335, + "ic_fluent_weather_rain_showers_day_20_filled": 62336, + "ic_fluent_weather_rain_showers_day_20_regular": 62337, + "ic_fluent_weather_rain_showers_night_20_filled": 62338, + "ic_fluent_weather_rain_showers_night_20_regular": 62339, + "ic_fluent_weather_rain_snow_20_filled": 62340, + "ic_fluent_weather_rain_snow_20_regular": 62341, + "ic_fluent_weather_snow_20_filled": 62342, + "ic_fluent_weather_snow_20_regular": 62343, + "ic_fluent_weather_snow_shower_day_20_filled": 62344, + "ic_fluent_weather_snow_shower_day_20_regular": 62345, + "ic_fluent_weather_snow_shower_night_20_filled": 62346, + "ic_fluent_weather_snow_shower_night_20_regular": 62347, + "ic_fluent_weather_snowflake_20_filled": 62348, + "ic_fluent_weather_snowflake_20_regular": 62349, + "ic_fluent_weather_squalls_20_filled": 62350, + "ic_fluent_weather_squalls_20_regular": 62351, + "ic_fluent_weather_sunny_20_filled": 62352, + "ic_fluent_weather_sunny_20_regular": 62353, + "ic_fluent_weather_sunny_high_20_filled": 62354, + "ic_fluent_weather_sunny_high_20_regular": 62355, + "ic_fluent_weather_sunny_low_20_filled": 62356, + "ic_fluent_weather_sunny_low_20_regular": 62357, + "ic_fluent_weather_thunderstorm_20_filled": 62358, + "ic_fluent_weather_thunderstorm_20_regular": 62359, + "ic_fluent_web_asset_20_filled": 62360, + "ic_fluent_web_asset_20_regular": 62361, + "ic_fluent_whiteboard_20_filled": 62362, + "ic_fluent_whiteboard_20_regular": 62363, + "ic_fluent_whiteboard_off_20_filled": 62364, + "ic_fluent_whiteboard_off_20_regular": 62365, + "ic_fluent_wifi_1_20_filled": 62366, + "ic_fluent_wifi_1_20_regular": 62367, + "ic_fluent_wifi_2_20_filled": 62368, + "ic_fluent_wifi_2_20_regular": 62369, + "ic_fluent_wifi_3_20_filled": 62370, + "ic_fluent_wifi_3_20_regular": 62371, + "ic_fluent_wifi_4_20_filled": 62372, + "ic_fluent_wifi_4_20_regular": 62373, + "ic_fluent_wifi_lock_20_filled": 62374, + "ic_fluent_wifi_lock_20_regular": 62375, + "ic_fluent_wifi_off_20_filled": 62376, + "ic_fluent_wifi_off_20_regular": 62377, + "ic_fluent_wifi_settings_20_filled": 62378, + "ic_fluent_wifi_settings_20_regular": 62379, + "ic_fluent_wifi_warning_20_filled": 62380, + "ic_fluent_wifi_warning_20_regular": 62381, + "ic_fluent_window_20_filled": 62382, + "ic_fluent_window_20_regular": 62383, + "ic_fluent_window_ad_20_filled": 62384, + "ic_fluent_window_ad_20_regular": 62385, + "ic_fluent_window_ad_off_20_filled": 62386, + "ic_fluent_window_ad_off_20_regular": 62387, + "ic_fluent_window_ad_person_20_filled": 62388, + "ic_fluent_window_ad_person_20_regular": 62389, + "ic_fluent_window_apps_20_filled": 62390, + "ic_fluent_window_apps_20_regular": 62391, + "ic_fluent_window_arrow_up_20_filled": 62392, + "ic_fluent_window_arrow_up_20_regular": 62393, + "ic_fluent_window_brush_20_filled": 62394, + "ic_fluent_window_brush_20_regular": 62395, + "ic_fluent_window_bullet_list_20_filled": 62396, + "ic_fluent_window_bullet_list_20_regular": 62397, + "ic_fluent_window_bullet_list_add_20_filled": 62398, + "ic_fluent_window_bullet_list_add_20_regular": 62399, + "ic_fluent_window_column_one_fourth_left_20_filled": 62400, + "ic_fluent_window_column_one_fourth_left_20_regular": 62401, + "ic_fluent_window_column_one_fourth_left_focus_left_20_filled": 62402, + "ic_fluent_window_column_one_fourth_left_focus_top_20_filled": 62403, + "ic_fluent_window_console_20_filled": 62404, + "ic_fluent_window_console_20_regular": 62405, + "ic_fluent_window_database_20_filled": 62406, + "ic_fluent_window_database_20_regular": 62407, + "ic_fluent_window_dev_edit_20_filled": 62408, + "ic_fluent_window_dev_edit_20_regular": 62409, + "ic_fluent_window_dev_tools_20_filled": 62410, + "ic_fluent_window_dev_tools_20_regular": 62411, + "ic_fluent_window_edit_20_filled": 62412, + "ic_fluent_window_edit_20_regular": 62413, + "ic_fluent_window_fingerprint_20_filled": 62414, + "ic_fluent_window_fingerprint_20_regular": 62415, + "ic_fluent_window_header_horizontal_20_filled": 62416, + "ic_fluent_window_header_horizontal_20_regular": 62417, + "ic_fluent_window_header_horizontal_off_20_filled": 62418, + "ic_fluent_window_header_horizontal_off_20_regular": 62419, + "ic_fluent_window_header_vertical_20_filled": 62420, + "ic_fluent_window_header_vertical_20_regular": 62421, + "ic_fluent_window_inprivate_20_filled": 62422, + "ic_fluent_window_inprivate_20_regular": 62423, + "ic_fluent_window_inprivate_account_20_filled": 62424, + "ic_fluent_window_inprivate_account_20_regular": 62425, + "ic_fluent_window_location_target_20_filled": 62426, + "ic_fluent_window_location_target_20_regular": 62427, + "ic_fluent_window_multiple_20_filled": 62428, + "ic_fluent_window_multiple_20_regular": 62429, + "ic_fluent_window_multiple_swap_20_filled": 62430, + "ic_fluent_window_multiple_swap_20_regular": 62431, + "ic_fluent_window_new_20_filled": 62432, + "ic_fluent_window_new_20_regular": 62433, + "ic_fluent_window_play_20_filled": 62434, + "ic_fluent_window_play_20_regular": 62435, + "ic_fluent_window_settings_20_filled": 62436, + "ic_fluent_window_settings_20_regular": 62437, + "ic_fluent_window_shield_20_filled": 62438, + "ic_fluent_window_shield_20_regular": 62439, + "ic_fluent_window_text_20_filled": 62440, + "ic_fluent_window_text_20_regular": 62441, + "ic_fluent_window_wrench_20_filled": 62442, + "ic_fluent_window_wrench_20_regular": 62443, + "ic_fluent_wrench_20_filled": 62444, + "ic_fluent_wrench_20_regular": 62445, + "ic_fluent_wrench_screwdriver_20_filled": 62446, + "ic_fluent_wrench_screwdriver_20_regular": 62447, + "ic_fluent_wrench_settings_20_filled": 62448, + "ic_fluent_wrench_settings_20_regular": 62449, + "ic_fluent_xbox_console_20_filled": 62450, + "ic_fluent_xbox_console_20_regular": 62451, + "ic_fluent_xbox_controller_20_filled": 62452, + "ic_fluent_xbox_controller_20_regular": 62453, + "ic_fluent_xbox_controller_error_20_filled": 62454, + "ic_fluent_xbox_controller_error_20_regular": 62455, + "ic_fluent_xray_20_filled": 62456, + "ic_fluent_xray_20_regular": 62457, + "ic_fluent_zoom_fit_20_filled": 62458, + "ic_fluent_zoom_fit_20_regular": 62459, + "ic_fluent_zoom_in_20_filled": 62460, + "ic_fluent_zoom_in_20_regular": 62461, + "ic_fluent_zoom_out_20_filled": 62462, + "ic_fluent_zoom_out_20_regular": 62463 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Resizable.ttf b/fonts/FluentSystemIcons-Resizable.ttf index 32c047894d..f84901c75c 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 93bb508c29..153787b348 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 08ffdd7442..0950b99e7f 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 3e73299e74..905203aded 100644 --- a/icons_filled.md +++ b/icons_filled.md @@ -917,6 +917,7 @@ |Document One Page Columns||`documentOnePageColumns20Filled`
`documentOnePageColumns24Filled`|`ic_fluent_document_one_page_columns_20_filled`
`ic_fluent_document_one_page_columns_24_filled`| |Document One Page Link||`documentOnePageLink16Filled`
`documentOnePageLink20Filled`
`documentOnePageLink24Filled`|`ic_fluent_document_one_page_link_16_filled`
`ic_fluent_document_one_page_link_20_filled`
`ic_fluent_document_one_page_link_24_filled`| |Document One Page Multiple||`documentOnePageMultiple16Filled`
`documentOnePageMultiple20Filled`
`documentOnePageMultiple24Filled`|`ic_fluent_document_one_page_multiple_16_filled`
`ic_fluent_document_one_page_multiple_20_filled`
`ic_fluent_document_one_page_multiple_24_filled`| +|Document One Page Multiple Sparkle||`documentOnePageMultipleSparkle16Filled`
`documentOnePageMultipleSparkle20Filled`
`documentOnePageMultipleSparkle24Filled`|`ic_fluent_document_one_page_multiple_sparkle_16_filled`
`ic_fluent_document_one_page_multiple_sparkle_20_filled`
`ic_fluent_document_one_page_multiple_sparkle_24_filled`| |Document One Page Sparkle||`documentOnePageSparkle16Filled`
`documentOnePageSparkle20Filled`
`documentOnePageSparkle24Filled`|`ic_fluent_document_one_page_sparkle_16_filled`
`ic_fluent_document_one_page_sparkle_20_filled`
`ic_fluent_document_one_page_sparkle_24_filled`| |Document PDF||`documentPdf16Filled`
`documentPdf20Filled`
`documentPdf24Filled`
`documentPdf32Filled`|`ic_fluent_document_pdf_16_filled`
`ic_fluent_document_pdf_20_filled`
`ic_fluent_document_pdf_24_filled`
`ic_fluent_document_pdf_32_filled`| |Document PY||`documentPy16Filled`|`ic_fluent_document_py_16_filled`| diff --git a/icons_regular.md b/icons_regular.md index fa8575ffeb..dd76d35c0c 100644 --- a/icons_regular.md +++ b/icons_regular.md @@ -920,6 +920,7 @@ |Document One Page Columns||`documentOnePageColumns20Regular`
`documentOnePageColumns24Regular`|`ic_fluent_document_one_page_columns_20_regular`
`ic_fluent_document_one_page_columns_24_regular`| |Document One Page Link||`documentOnePageLink16Regular`
`documentOnePageLink20Regular`
`documentOnePageLink24Regular`|`ic_fluent_document_one_page_link_16_regular`
`ic_fluent_document_one_page_link_20_regular`
`ic_fluent_document_one_page_link_24_regular`| |Document One Page Multiple||`documentOnePageMultiple16Regular`
`documentOnePageMultiple20Regular`
`documentOnePageMultiple24Regular`|`ic_fluent_document_one_page_multiple_16_regular`
`ic_fluent_document_one_page_multiple_20_regular`
`ic_fluent_document_one_page_multiple_24_regular`| +|Document One Page Multiple Sparkle||`documentOnePageMultipleSparkle16Regular`
`documentOnePageMultipleSparkle20Regular`
`documentOnePageMultipleSparkle24Regular`|`ic_fluent_document_one_page_multiple_sparkle_16_regular`
`ic_fluent_document_one_page_multiple_sparkle_20_regular`
`ic_fluent_document_one_page_multiple_sparkle_24_regular`| |Document One Page Sparkle||`documentOnePageSparkle16Regular`
`documentOnePageSparkle20Regular`
`documentOnePageSparkle24Regular`|`ic_fluent_document_one_page_sparkle_16_regular`
`ic_fluent_document_one_page_sparkle_20_regular`
`ic_fluent_document_one_page_sparkle_24_regular`| |Document PDF||`documentPdf16Regular`
`documentPdf20Regular`
`documentPdf24Regular`
`documentPdf32Regular`|`ic_fluent_document_pdf_16_regular`
`ic_fluent_document_pdf_20_regular`
`ic_fluent_document_pdf_24_regular`
`ic_fluent_document_pdf_32_regular`| |Document PY||`documentPy16Regular`|`ic_fluent_document_py_16_regular`| diff --git a/ios/BUILD.gn b/ios/BUILD.gn index 48c70ad509..cb8c9aec06 100644 --- a/ios/BUILD.gn +++ b/ios/BUILD.gn @@ -47451,6 +47451,54 @@ bundle_data_xcassets("ic_fluent_document_one_page_multiple_24_regular") { ] } +bundle_data_xcassets("ic_fluent_document_one_page_multiple_sparkle_16_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_16_filled.imageset/ic_fluent_document_one_page_multiple_sparkle_16_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_document_one_page_multiple_sparkle_16_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_16_regular.imageset/ic_fluent_document_one_page_multiple_sparkle_16_regular.svg", + ] +} + +bundle_data_xcassets("ic_fluent_document_one_page_multiple_sparkle_20_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_20_filled.imageset/ic_fluent_document_one_page_multiple_sparkle_20_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_document_one_page_multiple_sparkle_20_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_20_regular.imageset/ic_fluent_document_one_page_multiple_sparkle_20_regular.svg", + ] +} + +bundle_data_xcassets("ic_fluent_document_one_page_multiple_sparkle_24_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_24_filled.imageset/ic_fluent_document_one_page_multiple_sparkle_24_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_document_one_page_multiple_sparkle_24_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_24_regular.imageset/ic_fluent_document_one_page_multiple_sparkle_24_regular.svg", + ] +} + bundle_data_xcassets("ic_fluent_document_one_page_sparkle_16_filled") { catalog = "FluentIcons/Assets/IconAssets.xcassets" sources = [ diff --git a/ios/FluentIcons.podspec b/ios/FluentIcons.podspec index d83eadaeb7..faa0432f31 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.262' + s.version = '1.1.263' s.summary = 'FluentIcons' s.description = <<-DESC diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_16_filled.imageset/ic_fluent_document_one_page_multiple_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_16_filled.imageset/ic_fluent_document_one_page_multiple_16_filled.svg index a856b12f62..2fc5e12f1a 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_16_filled.imageset/ic_fluent_document_one_page_multiple_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_16_filled.imageset/ic_fluent_document_one_page_multiple_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_16_regular.imageset/ic_fluent_document_one_page_multiple_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_16_regular.imageset/ic_fluent_document_one_page_multiple_16_regular.svg index c9a2a684b6..0ddc2da521 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_16_regular.imageset/ic_fluent_document_one_page_multiple_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_16_regular.imageset/ic_fluent_document_one_page_multiple_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_20_filled.imageset/ic_fluent_document_one_page_multiple_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_20_filled.imageset/ic_fluent_document_one_page_multiple_20_filled.svg index c581c5bced..efc62c7ea9 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_20_filled.imageset/ic_fluent_document_one_page_multiple_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_20_filled.imageset/ic_fluent_document_one_page_multiple_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_20_regular.imageset/ic_fluent_document_one_page_multiple_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_20_regular.imageset/ic_fluent_document_one_page_multiple_20_regular.svg index c3b71940b3..0a1324cb1a 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_20_regular.imageset/ic_fluent_document_one_page_multiple_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_20_regular.imageset/ic_fluent_document_one_page_multiple_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_24_filled.imageset/ic_fluent_document_one_page_multiple_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_24_filled.imageset/ic_fluent_document_one_page_multiple_24_filled.svg index fe5ed5bf8d..3681e118cd 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_24_filled.imageset/ic_fluent_document_one_page_multiple_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_24_filled.imageset/ic_fluent_document_one_page_multiple_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_24_regular.imageset/ic_fluent_document_one_page_multiple_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_24_regular.imageset/ic_fluent_document_one_page_multiple_24_regular.svg index 18d02b47c9..934d2104fd 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_24_regular.imageset/ic_fluent_document_one_page_multiple_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_24_regular.imageset/ic_fluent_document_one_page_multiple_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..218ebc8c05 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_one_page_multiple_sparkle_16_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_16_filled.imageset/ic_fluent_document_one_page_multiple_sparkle_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_16_filled.imageset/ic_fluent_document_one_page_multiple_sparkle_16_filled.svg new file mode 100644 index 0000000000..a856b12f62 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_16_filled.imageset/ic_fluent_document_one_page_multiple_sparkle_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..fc73a34f4d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_one_page_multiple_sparkle_16_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_16_regular.imageset/ic_fluent_document_one_page_multiple_sparkle_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_16_regular.imageset/ic_fluent_document_one_page_multiple_sparkle_16_regular.svg new file mode 100644 index 0000000000..c9a2a684b6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_16_regular.imageset/ic_fluent_document_one_page_multiple_sparkle_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..f5df7959f7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_one_page_multiple_sparkle_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_20_filled.imageset/ic_fluent_document_one_page_multiple_sparkle_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_20_filled.imageset/ic_fluent_document_one_page_multiple_sparkle_20_filled.svg new file mode 100644 index 0000000000..c581c5bced --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_20_filled.imageset/ic_fluent_document_one_page_multiple_sparkle_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..f06465d2c6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_one_page_multiple_sparkle_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_20_regular.imageset/ic_fluent_document_one_page_multiple_sparkle_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_20_regular.imageset/ic_fluent_document_one_page_multiple_sparkle_20_regular.svg new file mode 100644 index 0000000000..c3b71940b3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_20_regular.imageset/ic_fluent_document_one_page_multiple_sparkle_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..f5e6ae03a1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_one_page_multiple_sparkle_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_24_filled.imageset/ic_fluent_document_one_page_multiple_sparkle_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_24_filled.imageset/ic_fluent_document_one_page_multiple_sparkle_24_filled.svg new file mode 100644 index 0000000000..fe5ed5bf8d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_24_filled.imageset/ic_fluent_document_one_page_multiple_sparkle_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..79060915d3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_one_page_multiple_sparkle_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_24_regular.imageset/ic_fluent_document_one_page_multiple_sparkle_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_24_regular.imageset/ic_fluent_document_one_page_multiple_sparkle_24_regular.svg new file mode 100644 index 0000000000..18d02b47c9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_one_page_multiple_sparkle_24_regular.imageset/ic_fluent_document_one_page_multiple_sparkle_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Classes/FluentIcon.swift b/ios/FluentIcons/Classes/FluentIcon.swift index ba8bcd12bb..e2d486d13f 100644 --- a/ios/FluentIcons/Classes/FluentIcon.swift +++ b/ios/FluentIcons/Classes/FluentIcon.swift @@ -5944,6 +5944,12 @@ import Foundation case documentOnePageMultiple20Regular case documentOnePageMultiple24Filled case documentOnePageMultiple24Regular + case documentOnePageMultipleSparkle16Filled + case documentOnePageMultipleSparkle16Regular + case documentOnePageMultipleSparkle20Filled + case documentOnePageMultipleSparkle20Regular + case documentOnePageMultipleSparkle24Filled + case documentOnePageMultipleSparkle24Regular case documentOnePageSparkle16Filled case documentOnePageSparkle16Regular case documentOnePageSparkle20Filled @@ -23071,6 +23077,12 @@ import Foundation case .documentOnePageMultiple20Regular: return "ic_fluent_document_one_page_multiple_20_regular" case .documentOnePageMultiple24Filled: return "ic_fluent_document_one_page_multiple_24_filled" case .documentOnePageMultiple24Regular: return "ic_fluent_document_one_page_multiple_24_regular" + case .documentOnePageMultipleSparkle16Filled: return "ic_fluent_document_one_page_multiple_sparkle_16_filled" + case .documentOnePageMultipleSparkle16Regular: return "ic_fluent_document_one_page_multiple_sparkle_16_regular" + case .documentOnePageMultipleSparkle20Filled: return "ic_fluent_document_one_page_multiple_sparkle_20_filled" + case .documentOnePageMultipleSparkle20Regular: return "ic_fluent_document_one_page_multiple_sparkle_20_regular" + case .documentOnePageMultipleSparkle24Filled: return "ic_fluent_document_one_page_multiple_sparkle_24_filled" + case .documentOnePageMultipleSparkle24Regular: return "ic_fluent_document_one_page_multiple_sparkle_24_regular" case .documentOnePageSparkle16Filled: return "ic_fluent_document_one_page_sparkle_16_filled" case .documentOnePageSparkle16Regular: return "ic_fluent_document_one_page_sparkle_16_regular" case .documentOnePageSparkle20Filled: return "ic_fluent_document_one_page_sparkle_20_filled" @@ -23135,14 +23147,14 @@ import Foundation case .documentPrint24Regular: return "ic_fluent_document_print_24_regular" case .documentPrint28Filled: return "ic_fluent_document_print_28_filled" case .documentPrint28Regular: return "ic_fluent_document_print_28_regular" + default: break } + switch self { case .documentPrint32Filled: return "ic_fluent_document_print_32_filled" case .documentPrint32Regular: return "ic_fluent_document_print_32_regular" case .documentPrint48Filled: return "ic_fluent_document_print_48_filled" case .documentPrint48Regular: return "ic_fluent_document_print_48_regular" case .documentProhibited20Filled: return "ic_fluent_document_prohibited_20_filled" case .documentProhibited20Regular: return "ic_fluent_document_prohibited_20_regular" - default: break } - switch self { case .documentProhibited24Filled: return "ic_fluent_document_prohibited_24_filled" case .documentProhibited24Regular: return "ic_fluent_document_prohibited_24_regular" case .documentPy16Filled: return "ic_fluent_document_py_16_filled" @@ -23237,14 +23249,14 @@ import Foundation case .documentTable20Filled: return "ic_fluent_document_table_20_filled" case .documentTable20Regular: return "ic_fluent_document_table_20_regular" case .documentTable24Filled: return "ic_fluent_document_table_24_filled" + default: break } + switch self { case .documentTable24Regular: return "ic_fluent_document_table_24_regular" case .documentTableArrowRight20Filled: return "ic_fluent_document_table_arrow_right_20_filled" case .documentTableArrowRight20Regular: return "ic_fluent_document_table_arrow_right_20_regular" case .documentTableArrowRight24Filled: return "ic_fluent_document_table_arrow_right_24_filled" case .documentTableArrowRight24Regular: return "ic_fluent_document_table_arrow_right_24_regular" case .documentTableCheckmark20Filled: return "ic_fluent_document_table_checkmark_20_filled" - default: break } - switch self { case .documentTableCheckmark20Regular: return "ic_fluent_document_table_checkmark_20_regular" case .documentTableCheckmark24Filled: return "ic_fluent_document_table_checkmark_24_filled" case .documentTableCheckmark24Regular: return "ic_fluent_document_table_checkmark_24_regular" @@ -23339,14 +23351,14 @@ import Foundation case .doubleSwipeDown20Regular: return "ic_fluent_double_swipe_down_20_regular" case .doubleSwipeDown24Filled: return "ic_fluent_double_swipe_down_24_filled" case .doubleSwipeDown24Regular: return "ic_fluent_double_swipe_down_24_regular" + default: break } + switch self { case .doubleSwipeUp20Filled: return "ic_fluent_double_swipe_up_20_filled" case .doubleSwipeUp20Regular: return "ic_fluent_double_swipe_up_20_regular" case .doubleSwipeUp24Filled: return "ic_fluent_double_swipe_up_24_filled" case .doubleSwipeUp24Regular: return "ic_fluent_double_swipe_up_24_regular" case .doubleTapSwipeDown16Filled: return "ic_fluent_double_tap_swipe_down_16_filled" case .doubleTapSwipeDown16Regular: return "ic_fluent_double_tap_swipe_down_16_regular" - default: break } - switch self { case .doubleTapSwipeDown20Filled: return "ic_fluent_double_tap_swipe_down_20_filled" case .doubleTapSwipeDown20Regular: return "ic_fluent_double_tap_swipe_down_20_regular" case .doubleTapSwipeDown24Filled: return "ic_fluent_double_tap_swipe_down_24_filled" @@ -23441,14 +23453,14 @@ import Foundation case .drinkWine24Regular: return "ic_fluent_drink_wine_24_regular" case .driveTrain20Filled: return "ic_fluent_drive_train_20_filled" case .driveTrain20Regular: return "ic_fluent_drive_train_20_regular" + default: break } + switch self { case .driveTrain24Filled: return "ic_fluent_drive_train_24_filled" case .driveTrain24Regular: return "ic_fluent_drive_train_24_regular" case .drop12Filled: return "ic_fluent_drop_12_filled" case .drop12Regular: return "ic_fluent_drop_12_regular" case .drop16Filled: return "ic_fluent_drop_16_filled" case .drop16Regular: return "ic_fluent_drop_16_regular" - default: break } - switch self { case .drop20Filled: return "ic_fluent_drop_20_filled" case .drop20Regular: return "ic_fluent_drop_20_regular" case .drop24Filled: return "ic_fluent_drop_24_filled" @@ -23543,14 +23555,14 @@ import Foundation case .dualScreenVibrate24Regular: return "ic_fluent_dual_screen_vibrate_24_regular" case .dumbbell16Filled: return "ic_fluent_dumbbell_16_filled" case .dumbbell16Regular: return "ic_fluent_dumbbell_16_regular" + default: break } + switch self { case .dumbbell20Filled: return "ic_fluent_dumbbell_20_filled" case .dumbbell20Regular: return "ic_fluent_dumbbell_20_regular" case .dumbbell24Filled: return "ic_fluent_dumbbell_24_filled" case .dumbbell24Regular: return "ic_fluent_dumbbell_24_regular" case .dumbbell28Filled: return "ic_fluent_dumbbell_28_filled" case .dumbbell28Regular: return "ic_fluent_dumbbell_28_regular" - default: break } - switch self { case .dust20Filled: return "ic_fluent_dust_20_filled" case .dust20Regular: return "ic_fluent_dust_20_regular" case .dust24Filled: return "ic_fluent_dust_24_filled" @@ -23645,14 +23657,14 @@ import Foundation case .editSettings24Filled: return "ic_fluent_edit_settings_24_filled" case .editSettings24Regular: return "ic_fluent_edit_settings_24_regular" case .elevator20Filled: return "ic_fluent_elevator_20_filled" + default: break } + switch self { case .elevator20Regular: return "ic_fluent_elevator_20_regular" case .elevator24Filled: return "ic_fluent_elevator_24_filled" case .elevator24Regular: return "ic_fluent_elevator_24_regular" case .elevator32Filled: return "ic_fluent_elevator_32_filled" case .elevator32Regular: return "ic_fluent_elevator_32_regular" case .elevator48Filled: return "ic_fluent_elevator_48_filled" - default: break } - switch self { case .elevator48Regular: return "ic_fluent_elevator_48_regular" case .emoji16Filled: return "ic_fluent_emoji_16_filled" case .emoji16Regular: return "ic_fluent_emoji_16_regular" @@ -23747,14 +23759,14 @@ import Foundation case .emojiSadSlight24Regular: return "ic_fluent_emoji_sad_slight_24_regular" case .emojiSmileSlight20Filled: return "ic_fluent_emoji_smile_slight_20_filled" case .emojiSmileSlight20Regular: return "ic_fluent_emoji_smile_slight_20_regular" + default: break } + switch self { case .emojiSmileSlight24Filled: return "ic_fluent_emoji_smile_slight_24_filled" case .emojiSmileSlight24Regular: return "ic_fluent_emoji_smile_slight_24_regular" case .emojiSparkle16Filled: return "ic_fluent_emoji_sparkle_16_filled" case .emojiSparkle16Regular: return "ic_fluent_emoji_sparkle_16_regular" case .emojiSparkle20Filled: return "ic_fluent_emoji_sparkle_20_filled" case .emojiSparkle20Regular: return "ic_fluent_emoji_sparkle_20_regular" - default: break } - switch self { case .emojiSparkle24Filled: return "ic_fluent_emoji_sparkle_24_filled" case .emojiSparkle24Regular: return "ic_fluent_emoji_sparkle_24_regular" case .emojiSparkle28Filled: return "ic_fluent_emoji_sparkle_28_filled" @@ -23849,14 +23861,14 @@ import Foundation case .expandUpRight48Regular: return "ic_fluent_expand_up_right_48_regular" case .extendedDock20Filled: return "ic_fluent_extended_dock_20_filled" case .extendedDock20Regular: return "ic_fluent_extended_dock_20_regular" + default: break } + switch self { case .extendedDock24Filled: return "ic_fluent_extended_dock_24_filled" 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" case .eye16Filled: return "ic_fluent_eye_16_filled" case .eye16Regular: return "ic_fluent_eye_16_regular" - default: break } - switch self { case .eye20Filled: return "ic_fluent_eye_20_filled" case .eye20Regular: return "ic_fluent_eye_20_regular" case .eye24Filled: return "ic_fluent_eye_24_filled" @@ -23951,14 +23963,14 @@ import Foundation case .filmstrip20Regular: return "ic_fluent_filmstrip_20_regular" case .filmstrip24Filled: return "ic_fluent_filmstrip_24_filled" case .filmstrip24Regular: return "ic_fluent_filmstrip_24_regular" + default: break } + switch self { case .filmstrip32Filled: return "ic_fluent_filmstrip_32_filled" case .filmstrip32Regular: return "ic_fluent_filmstrip_32_regular" case .filmstrip48Filled: return "ic_fluent_filmstrip_48_filled" case .filmstrip48Regular: return "ic_fluent_filmstrip_48_regular" case .filmstripImage20Filled: return "ic_fluent_filmstrip_image_20_filled" case .filmstripImage20Regular: return "ic_fluent_filmstrip_image_20_regular" - default: break } - switch self { case .filmstripImage24Filled: return "ic_fluent_filmstrip_image_24_filled" case .filmstripImage24Regular: return "ic_fluent_filmstrip_image_24_regular" case .filmstripOff48Filled: return "ic_fluent_filmstrip_off_48_filled" @@ -24053,14 +24065,14 @@ import Foundation case .flagClock20Regular: return "ic_fluent_flag_clock_20_regular" case .flagClock24Filled: return "ic_fluent_flag_clock_24_filled" case .flagClock24Regular: return "ic_fluent_flag_clock_24_regular" + default: break } + switch self { case .flagClock28Filled: return "ic_fluent_flag_clock_28_filled" case .flagClock28Regular: return "ic_fluent_flag_clock_28_regular" case .flagClock32Filled: return "ic_fluent_flag_clock_32_filled" case .flagClock32Regular: return "ic_fluent_flag_clock_32_regular" case .flagClock48Filled: return "ic_fluent_flag_clock_48_filled" case .flagClock48Regular: return "ic_fluent_flag_clock_48_regular" - default: break } - switch self { case .flagOff16Filled: return "ic_fluent_flag_off_16_filled" case .flagOff16Regular: return "ic_fluent_flag_off_16_regular" case .flagOff20Filled: return "ic_fluent_flag_off_20_filled" @@ -24155,14 +24167,14 @@ 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" case .flipHorizontal24Regular: return "ic_fluent_flip_horizontal_24_regular" case .flipHorizontal28Filled: return "ic_fluent_flip_horizontal_28_filled" case .flipHorizontal28Regular: return "ic_fluent_flip_horizontal_28_regular" - default: break } - switch self { case .flipHorizontal32Filled: return "ic_fluent_flip_horizontal_32_filled" case .flipHorizontal32Regular: return "ic_fluent_flip_horizontal_32_regular" case .flipHorizontal48Filled: return "ic_fluent_flip_horizontal_48_filled" @@ -24257,14 +24269,14 @@ 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 .folderArrowRight32Light: return "ic_fluent_folder_arrow_right_32_light" case .folderArrowRight32Regular: return "ic_fluent_folder_arrow_right_32_regular" case .folderArrowRight48Filled: return "ic_fluent_folder_arrow_right_48_filled" case .folderArrowRight48Regular: return "ic_fluent_folder_arrow_right_48_regular" case .folderArrowUp16Filled: return "ic_fluent_folder_arrow_up_16_filled" - default: break } - switch self { case .folderArrowUp16Regular: return "ic_fluent_folder_arrow_up_16_regular" case .folderArrowUp20Filled: return "ic_fluent_folder_arrow_up_20_filled" case .folderArrowUp20Regular: return "ic_fluent_folder_arrow_up_20_regular" @@ -24359,14 +24371,14 @@ import Foundation case .folderProhibited20Regular: return "ic_fluent_folder_prohibited_20_regular" case .folderProhibited24Filled: return "ic_fluent_folder_prohibited_24_filled" case .folderProhibited24Regular: return "ic_fluent_folder_prohibited_24_regular" + default: break } + switch self { case .folderProhibited28Filled: return "ic_fluent_folder_prohibited_28_filled" case .folderProhibited28Regular: return "ic_fluent_folder_prohibited_28_regular" case .folderProhibited32Filled: return "ic_fluent_folder_prohibited_32_filled" case .folderProhibited32Regular: return "ic_fluent_folder_prohibited_32_regular" case .folderProhibited48Filled: return "ic_fluent_folder_prohibited_48_filled" case .folderProhibited48Regular: return "ic_fluent_folder_prohibited_48_regular" - default: break } - switch self { case .folderSearch16Filled: return "ic_fluent_folder_search_16_filled" case .folderSearch16Regular: return "ic_fluent_folder_search_16_regular" case .folderSearch20Filled: return "ic_fluent_folder_search_20_filled" @@ -24461,14 +24473,14 @@ import Foundation case .foodEgg16Regular: return "ic_fluent_food_egg_16_regular" case .foodEgg20Filled: return "ic_fluent_food_egg_20_filled" case .foodEgg20Regular: return "ic_fluent_food_egg_20_regular" + default: break } + switch self { case .foodEgg24Filled: return "ic_fluent_food_egg_24_filled" case .foodEgg24Regular: return "ic_fluent_food_egg_24_regular" case .foodFish20Filled: return "ic_fluent_food_fish_20_filled" case .foodFish20Regular: return "ic_fluent_food_fish_20_regular" case .foodFish24Filled: return "ic_fluent_food_fish_24_filled" case .foodFish24Regular: return "ic_fluent_food_fish_24_regular" - default: break } - switch self { case .foodGrains20Filled: return "ic_fluent_food_grains_20_filled" case .foodGrains20Regular: return "ic_fluent_food_grains_20_regular" case .foodGrains24Filled: return "ic_fluent_food_grains_24_filled" @@ -24563,14 +24575,14 @@ import Foundation case .fullScreenMinimize20Regular: return "ic_fluent_full_screen_minimize_20_regular" case .fullScreenMinimize24Filled: return "ic_fluent_full_screen_minimize_24_filled" case .fullScreenMinimize24Regular: return "ic_fluent_full_screen_minimize_24_regular" + default: break } + switch self { case .fullScreenMinimize28Filled: return "ic_fluent_full_screen_minimize_28_filled" case .fullScreenMinimize28Regular: return "ic_fluent_full_screen_minimize_28_regular" case .fullScreenMinimize32Filled: return "ic_fluent_full_screen_minimize_32_filled" case .fullScreenMinimize32Regular: return "ic_fluent_full_screen_minimize_32_regular" case .gameChat20Color: return "ic_fluent_game_chat_20_color" case .gameChat20Filled: return "ic_fluent_game_chat_20_filled" - default: break } - switch self { case .gameChat20Regular: return "ic_fluent_game_chat_20_regular" case .games16Filled: return "ic_fluent_games_16_filled" case .games16Regular: return "ic_fluent_games_16_regular" @@ -24665,14 +24677,14 @@ import Foundation case .giftOpen24Filled: return "ic_fluent_gift_open_24_filled" case .giftOpen24Regular: return "ic_fluent_gift_open_24_regular" case .giftOpen32Filled: return "ic_fluent_gift_open_32_filled" + default: break } + switch self { case .giftOpen32Regular: return "ic_fluent_gift_open_32_regular" case .glance12Filled: return "ic_fluent_glance_12_filled" case .glance12Regular: return "ic_fluent_glance_12_regular" case .glance16Filled: return "ic_fluent_glance_16_filled" case .glance16Regular: return "ic_fluent_glance_16_regular" case .glance20Filled: return "ic_fluent_glance_20_filled" - default: break } - switch self { case .glance20Regular: return "ic_fluent_glance_20_regular" case .glance24Filled: return "ic_fluent_glance_24_filled" case .glance24Regular: return "ic_fluent_glance_24_regular" @@ -24767,14 +24779,14 @@ import Foundation case .globeClock20Filled: return "ic_fluent_globe_clock_20_filled" case .globeClock20Regular: return "ic_fluent_globe_clock_20_regular" case .globeClock24Filled: return "ic_fluent_globe_clock_24_filled" + default: break } + switch self { case .globeClock24Regular: return "ic_fluent_globe_clock_24_regular" case .globeDesktop20Filled: return "ic_fluent_globe_desktop_20_filled" case .globeDesktop20Regular: return "ic_fluent_globe_desktop_20_regular" case .globeDesktop24Filled: return "ic_fluent_globe_desktop_24_filled" case .globeDesktop24Regular: return "ic_fluent_globe_desktop_24_regular" case .globeError16Filled: return "ic_fluent_globe_error_16_filled" - default: break } - switch self { case .globeError16Regular: return "ic_fluent_globe_error_16_regular" case .globeError20Filled: return "ic_fluent_globe_error_20_filled" case .globeError20Regular: return "ic_fluent_globe_error_20_regular" @@ -24869,14 +24881,14 @@ import Foundation case .gridDots20Regular: return "ic_fluent_grid_dots_20_regular" case .gridDots24Filled: return "ic_fluent_grid_dots_24_filled" case .gridDots24Regular: return "ic_fluent_grid_dots_24_regular" + default: break } + switch self { case .gridDots28Filled: return "ic_fluent_grid_dots_28_filled" case .gridDots28Regular: return "ic_fluent_grid_dots_28_regular" case .gridKanban16Filled: return "ic_fluent_grid_kanban_16_filled" case .gridKanban16Regular: return "ic_fluent_grid_kanban_16_regular" case .gridKanban20Filled: return "ic_fluent_grid_kanban_20_filled" case .gridKanban20Regular: return "ic_fluent_grid_kanban_20_regular" - default: break } - switch self { case .group20Filled: return "ic_fluent_group_20_filled" case .group20Regular: return "ic_fluent_group_20_regular" case .group24Filled: return "ic_fluent_group_24_filled" @@ -24971,14 +24983,14 @@ import Foundation 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" + default: break } + switch self { case .handRight20Regular: return "ic_fluent_hand_right_20_regular" case .handRight24Filled: return "ic_fluent_hand_right_24_filled" case .handRight24Regular: return "ic_fluent_hand_right_24_regular" case .handRight28Filled: return "ic_fluent_hand_right_28_filled" case .handRight28Regular: return "ic_fluent_hand_right_28_regular" case .handRightOff16Filled: return "ic_fluent_hand_right_off_16_filled" - default: break } - switch self { case .handRightOff16Regular: return "ic_fluent_hand_right_off_16_regular" case .handRightOff20Filled: return "ic_fluent_hand_right_off_20_filled" case .handRightOff20Regular: return "ic_fluent_hand_right_off_20_regular" @@ -25073,14 +25085,14 @@ import Foundation case .headphones20Color: return "ic_fluent_headphones_20_color" case .headphones20Filled: return "ic_fluent_headphones_20_filled" case .headphones20Regular: return "ic_fluent_headphones_20_regular" + default: break } + switch self { case .headphones24Color: return "ic_fluent_headphones_24_color" case .headphones24Filled: return "ic_fluent_headphones_24_filled" case .headphones24Regular: return "ic_fluent_headphones_24_regular" case .headphones28Color: return "ic_fluent_headphones_28_color" case .headphones28Filled: return "ic_fluent_headphones_28_filled" case .headphones28Regular: return "ic_fluent_headphones_28_regular" - default: break } - switch self { case .headphones32Color: return "ic_fluent_headphones_32_color" case .headphones32Filled: return "ic_fluent_headphones_32_filled" case .headphones32Regular: return "ic_fluent_headphones_32_regular" @@ -25175,14 +25187,14 @@ import Foundation case .heartPulse32Regular: return "ic_fluent_heart_pulse_32_regular" case .heartPulseCheckmark20Filled: return "ic_fluent_heart_pulse_checkmark_20_filled" case .heartPulseCheckmark20Regular: return "ic_fluent_heart_pulse_checkmark_20_regular" + default: break } + switch self { case .heartPulseError20Filled: return "ic_fluent_heart_pulse_error_20_filled" case .heartPulseError20Regular: return "ic_fluent_heart_pulse_error_20_regular" case .heartPulseWarning20Filled: return "ic_fluent_heart_pulse_warning_20_filled" case .heartPulseWarning20Regular: return "ic_fluent_heart_pulse_warning_20_regular" case .hexagon12Filled: return "ic_fluent_hexagon_12_filled" case .hexagon12Regular: return "ic_fluent_hexagon_12_regular" - default: break } - switch self { case .hexagon16Filled: return "ic_fluent_hexagon_16_filled" case .hexagon16Regular: return "ic_fluent_hexagon_16_regular" case .hexagon20Filled: return "ic_fluent_hexagon_20_filled" @@ -25277,14 +25289,14 @@ import Foundation case .homeAdd24Regular: return "ic_fluent_home_add_24_regular" case .homeCheckmark16Filled: return "ic_fluent_home_checkmark_16_filled" case .homeCheckmark16Regular: return "ic_fluent_home_checkmark_16_regular" + default: break } + switch self { 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" 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" - default: break } - switch self { case .homeDatabase24Filled: return "ic_fluent_home_database_24_filled" case .homeDatabase24Regular: return "ic_fluent_home_database_24_regular" case .homeDatabase32Filled: return "ic_fluent_home_database_32_filled" @@ -25379,14 +25391,14 @@ import Foundation case .imageArrowBack24Regular: return "ic_fluent_image_arrow_back_24_regular" case .imageArrowCounterclockwise20Filled: return "ic_fluent_image_arrow_counterclockwise_20_filled" case .imageArrowCounterclockwise20Regular: return "ic_fluent_image_arrow_counterclockwise_20_regular" + default: break } + switch self { case .imageArrowCounterclockwise24Filled: return "ic_fluent_image_arrow_counterclockwise_24_filled" case .imageArrowCounterclockwise24Regular: return "ic_fluent_image_arrow_counterclockwise_24_regular" 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" case .imageArrowForward24Regular: return "ic_fluent_image_arrow_forward_24_regular" - default: break } - switch self { case .imageBorder16Filled: return "ic_fluent_image_border_16_filled" case .imageBorder16Regular: return "ic_fluent_image_border_16_regular" case .imageBorder20Filled: return "ic_fluent_image_border_20_filled" @@ -25481,14 +25493,14 @@ import Foundation case .imageSplit20Filled: return "ic_fluent_image_split_20_filled" case .imageSplit20Regular: return "ic_fluent_image_split_20_regular" case .imageSplit24Filled: return "ic_fluent_image_split_24_filled" + default: break } + switch self { case .imageSplit24Regular: return "ic_fluent_image_split_24_regular" case .imageStack16Filled: return "ic_fluent_image_stack_16_filled" case .imageStack16Regular: return "ic_fluent_image_stack_16_regular" case .imageStack20Filled: return "ic_fluent_image_stack_20_filled" case .imageStack20Regular: return "ic_fluent_image_stack_20_regular" case .imageTable16Filled: return "ic_fluent_image_table_16_filled" - default: break } - switch self { case .imageTable16Regular: return "ic_fluent_image_table_16_regular" case .imageTable20Filled: return "ic_fluent_image_table_20_filled" case .imageTable20Regular: return "ic_fluent_image_table_20_regular" @@ -25583,14 +25595,14 @@ import Foundation case .iot20Filled: return "ic_fluent_iot_20_filled" case .iot20Regular: return "ic_fluent_iot_20_regular" case .iot24Filled: return "ic_fluent_iot_24_filled" + default: break } + switch self { case .iot24Regular: return "ic_fluent_iot_24_regular" case .iotAlert16Filled: return "ic_fluent_iot_alert_16_filled" case .iotAlert16Regular: return "ic_fluent_iot_alert_16_regular" case .iotAlert20Filled: return "ic_fluent_iot_alert_20_filled" case .iotAlert20Regular: return "ic_fluent_iot_alert_20_regular" case .iotAlert24Filled: return "ic_fluent_iot_alert_24_filled" - default: break } - switch self { case .iotAlert24Regular: return "ic_fluent_iot_alert_24_regular" case .javascript16Filled: return "ic_fluent_javascript_16_filled" case .javascript16Regular: return "ic_fluent_javascript_16_regular" @@ -25685,14 +25697,14 @@ import Foundation case .laptop32Filled: return "ic_fluent_laptop_32_filled" case .laptop32Regular: return "ic_fluent_laptop_32_regular" case .laptop48Filled: return "ic_fluent_laptop_48_filled" + default: break } + switch self { case .laptop48Regular: return "ic_fluent_laptop_48_regular" case .laptopBriefcase20Filled: return "ic_fluent_laptop_briefcase_20_filled" case .laptopBriefcase20Regular: return "ic_fluent_laptop_briefcase_20_regular" case .laptopBriefcase24Filled: return "ic_fluent_laptop_briefcase_24_filled" case .laptopBriefcase24Regular: return "ic_fluent_laptop_briefcase_24_regular" case .laptopBriefcase32Filled: return "ic_fluent_laptop_briefcase_32_filled" - default: break } - switch self { case .laptopBriefcase32Regular: return "ic_fluent_laptop_briefcase_32_regular" case .laptopDismiss16Filled: return "ic_fluent_laptop_dismiss_16_filled" case .laptopDismiss16Regular: return "ic_fluent_laptop_dismiss_16_regular" @@ -25787,14 +25799,14 @@ import Foundation case .layoutColumnFourFocusCenterRight24Filled: return "ic_fluent_layout_column_four_focus_center_right_24_filled" case .layoutColumnFourFocusLeft16Filled: return "ic_fluent_layout_column_four_focus_left_16_filled" case .layoutColumnFourFocusLeft20Filled: return "ic_fluent_layout_column_four_focus_left_20_filled" + default: break } + switch self { case .layoutColumnFourFocusLeft24Filled: return "ic_fluent_layout_column_four_focus_left_24_filled" case .layoutColumnFourFocusRight16Filled: return "ic_fluent_layout_column_four_focus_right_16_filled" case .layoutColumnFourFocusRight20Filled: return "ic_fluent_layout_column_four_focus_right_20_filled" case .layoutColumnFourFocusRight24Filled: return "ic_fluent_layout_column_four_focus_right_24_filled" case .layoutColumnOneThirdLeft16Filled: return "ic_fluent_layout_column_one_third_left_16_filled" case .layoutColumnOneThirdLeft16Regular: return "ic_fluent_layout_column_one_third_left_16_regular" - default: break } - switch self { case .layoutColumnOneThirdLeft20Filled: return "ic_fluent_layout_column_one_third_left_20_filled" case .layoutColumnOneThirdLeft20Regular: return "ic_fluent_layout_column_one_third_left_20_regular" case .layoutColumnOneThirdLeft24Filled: return "ic_fluent_layout_column_one_third_left_24_filled" @@ -25889,14 +25901,14 @@ import Foundation case .layoutRowFourFocusCenterBottom24Filled: return "ic_fluent_layout_row_four_focus_center_bottom_24_filled" case .layoutRowFourFocusCenterTop16Filled: return "ic_fluent_layout_row_four_focus_center_top_16_filled" case .layoutRowFourFocusCenterTop20Filled: return "ic_fluent_layout_row_four_focus_center_top_20_filled" + default: break } + switch self { case .layoutRowFourFocusCenterTop24Filled: return "ic_fluent_layout_row_four_focus_center_top_24_filled" case .layoutRowFourFocusTop16Filled: return "ic_fluent_layout_row_four_focus_top_16_filled" case .layoutRowFourFocusTop20Filled: return "ic_fluent_layout_row_four_focus_top_20_filled" case .layoutRowFourFocusTop24Filled: return "ic_fluent_layout_row_four_focus_top_24_filled" case .layoutRowThree16Filled: return "ic_fluent_layout_row_three_16_filled" case .layoutRowThree16Regular: return "ic_fluent_layout_row_three_16_regular" - default: break } - switch self { case .layoutRowThree20Filled: return "ic_fluent_layout_row_three_20_filled" case .layoutRowThree20Regular: return "ic_fluent_layout_row_three_20_regular" case .layoutRowThree24Filled: return "ic_fluent_layout_row_three_24_filled" @@ -25991,14 +26003,14 @@ import Foundation case .leafThree24Regular: return "ic_fluent_leaf_three_24_regular" case .leafTwo16Filled: return "ic_fluent_leaf_two_16_filled" case .leafTwo16Regular: return "ic_fluent_leaf_two_16_regular" + default: break } + switch self { case .leafTwo20Filled: return "ic_fluent_leaf_two_20_filled" case .leafTwo20Regular: return "ic_fluent_leaf_two_20_regular" case .leafTwo24Filled: return "ic_fluent_leaf_two_24_filled" case .leafTwo24Regular: return "ic_fluent_leaf_two_24_regular" case .leafTwo32Filled: return "ic_fluent_leaf_two_32_filled" case .leafTwo32Regular: return "ic_fluent_leaf_two_32_regular" - default: break } - switch self { case .leafTwo48Filled: return "ic_fluent_leaf_two_48_filled" case .leafTwo48Regular: return "ic_fluent_leaf_two_48_regular" case .learningApp16Filled: return "ic_fluent_learning_app_16_filled" @@ -26093,14 +26105,14 @@ import Foundation case .lineFlowDiagonalUpRight32Filled: return "ic_fluent_line_flow_diagonal_up_right_32_filled" case .lineFlowDiagonalUpRight32Regular: return "ic_fluent_line_flow_diagonal_up_right_32_regular" case .lineHorizontal116Filled: return "ic_fluent_line_horizontal_1_16_filled" + default: break } + switch self { case .lineHorizontal116Regular: return "ic_fluent_line_horizontal_1_16_regular" case .lineHorizontal120Filled: return "ic_fluent_line_horizontal_1_20_filled" case .lineHorizontal120Regular: return "ic_fluent_line_horizontal_1_20_regular" case .lineHorizontal124Filled: return "ic_fluent_line_horizontal_1_24_filled" case .lineHorizontal124Regular: return "ic_fluent_line_horizontal_1_24_regular" case .lineHorizontal128Filled: return "ic_fluent_line_horizontal_1_28_filled" - default: break } - switch self { case .lineHorizontal128Regular: return "ic_fluent_line_horizontal_1_28_regular" case .lineHorizontal1DashDotDash20Filled: return "ic_fluent_line_horizontal_1_dash_dot_dash_20_filled" case .lineHorizontal1DashDotDash20Regular: return "ic_fluent_line_horizontal_1_dash_dot_dash_20_regular" @@ -26195,14 +26207,14 @@ import Foundation case .linkEdit16Regular: return "ic_fluent_link_edit_16_regular" case .linkEdit20Filled: return "ic_fluent_link_edit_20_filled" case .linkEdit20Regular: return "ic_fluent_link_edit_20_regular" + default: break } + switch self { case .linkEdit24Filled: return "ic_fluent_link_edit_24_filled" case .linkEdit24Regular: return "ic_fluent_link_edit_24_regular" case .linkMultiple16Filled: return "ic_fluent_link_multiple_16_filled" case .linkMultiple16Regular: return "ic_fluent_link_multiple_16_regular" case .linkMultiple20Filled: return "ic_fluent_link_multiple_20_filled" case .linkMultiple20Regular: return "ic_fluent_link_multiple_20_regular" - default: break } - switch self { case .linkMultiple24Filled: return "ic_fluent_link_multiple_24_filled" case .linkMultiple24Regular: return "ic_fluent_link_multiple_24_regular" case .linkPerson16Filled: return "ic_fluent_link_person_16_filled" @@ -26297,14 +26309,14 @@ import Foundation case .locationArrow24Regular: return "ic_fluent_location_arrow_24_regular" case .locationArrow28Filled: return "ic_fluent_location_arrow_28_filled" case .locationArrow28Regular: return "ic_fluent_location_arrow_28_regular" + default: break } + switch self { case .locationArrow32Filled: return "ic_fluent_location_arrow_32_filled" case .locationArrow32Regular: return "ic_fluent_location_arrow_32_regular" case .locationArrow48Filled: return "ic_fluent_location_arrow_48_filled" case .locationArrow48Regular: return "ic_fluent_location_arrow_48_regular" case .locationArrowLeft16Filled: return "ic_fluent_location_arrow_left_16_filled" case .locationArrowLeft16Regular: return "ic_fluent_location_arrow_left_16_regular" - default: break } - switch self { case .locationArrowLeft20Filled: return "ic_fluent_location_arrow_left_20_filled" case .locationArrowLeft20Regular: return "ic_fluent_location_arrow_left_20_regular" case .locationArrowLeft48Filled: return "ic_fluent_location_arrow_left_48_filled" @@ -26399,14 +26411,14 @@ import Foundation case .lockShield16Regular: return "ic_fluent_lock_shield_16_regular" case .lockShield20Filled: return "ic_fluent_lock_shield_20_filled" case .lockShield20Regular: return "ic_fluent_lock_shield_20_regular" + default: break } + switch self { case .lockShield24Filled: return "ic_fluent_lock_shield_24_filled" case .lockShield24Regular: return "ic_fluent_lock_shield_24_regular" 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" case .lockShield32Regular: return "ic_fluent_lock_shield_32_regular" - default: break } - switch self { case .lockShield48Filled: return "ic_fluent_lock_shield_48_filled" case .lockShield48Regular: return "ic_fluent_lock_shield_48_regular" case .lottery20Filled: return "ic_fluent_lottery_20_filled" @@ -26501,14 +26513,14 @@ import Foundation case .mailArrowForward20Regular: return "ic_fluent_mail_arrow_forward_20_regular" case .mailArrowUp16Filled: return "ic_fluent_mail_arrow_up_16_filled" case .mailArrowUp16Regular: return "ic_fluent_mail_arrow_up_16_regular" + default: break } + switch self { case .mailArrowUp20Filled: return "ic_fluent_mail_arrow_up_20_filled" case .mailArrowUp20Regular: return "ic_fluent_mail_arrow_up_20_regular" case .mailArrowUp24Filled: return "ic_fluent_mail_arrow_up_24_filled" case .mailArrowUp24Regular: return "ic_fluent_mail_arrow_up_24_regular" case .mailAttach16Filled: return "ic_fluent_mail_attach_16_filled" case .mailAttach16Regular: return "ic_fluent_mail_attach_16_regular" - default: break } - switch self { case .mailAttach20Filled: return "ic_fluent_mail_attach_20_filled" case .mailAttach20Regular: return "ic_fluent_mail_attach_20_regular" case .mailAttach24Filled: return "ic_fluent_mail_attach_24_filled" @@ -26603,14 +26615,14 @@ import Foundation case .mailInboxDismiss16Regular: return "ic_fluent_mail_inbox_dismiss_16_regular" case .mailInboxDismiss20Filled: return "ic_fluent_mail_inbox_dismiss_20_filled" case .mailInboxDismiss20Regular: return "ic_fluent_mail_inbox_dismiss_20_regular" + default: break } + switch self { case .mailInboxDismiss24Filled: return "ic_fluent_mail_inbox_dismiss_24_filled" 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" case .mailInboxPerson16Filled: return "ic_fluent_mail_inbox_person_16_filled" case .mailInboxPerson16Regular: return "ic_fluent_mail_inbox_person_16_regular" - default: break } - switch self { case .mailInboxPerson20Filled: return "ic_fluent_mail_inbox_person_20_filled" case .mailInboxPerson20Regular: return "ic_fluent_mail_inbox_person_20_regular" case .mailInboxPerson32Filled: return "ic_fluent_mail_inbox_person_32_filled" @@ -26705,14 +26717,14 @@ import Foundation case .mailSettings16Regular: return "ic_fluent_mail_settings_16_regular" case .mailSettings20Filled: return "ic_fluent_mail_settings_20_filled" case .mailSettings20Regular: return "ic_fluent_mail_settings_20_regular" + default: break } + switch self { case .mailSettings32Light: return "ic_fluent_mail_settings_32_light" case .mailShield16Filled: return "ic_fluent_mail_shield_16_filled" case .mailShield16Regular: return "ic_fluent_mail_shield_16_regular" case .mailShield20Filled: return "ic_fluent_mail_shield_20_filled" case .mailShield20Regular: return "ic_fluent_mail_shield_20_regular" case .mailTemplate16Filled: return "ic_fluent_mail_template_16_filled" - default: break } - switch self { case .mailTemplate16Regular: return "ic_fluent_mail_template_16_regular" case .mailTemplate20Filled: return "ic_fluent_mail_template_20_filled" case .mailTemplate20Regular: return "ic_fluent_mail_template_20_regular" @@ -26807,14 +26819,14 @@ import Foundation case .meetNow20Regular: return "ic_fluent_meet_now_20_regular" case .meetNow24Filled: return "ic_fluent_meet_now_24_filled" case .meetNow24Regular: return "ic_fluent_meet_now_24_regular" + default: break } + switch self { case .meetNow28Filled: return "ic_fluent_meet_now_28_filled" case .meetNow28Regular: return "ic_fluent_meet_now_28_regular" case .meetNow32Filled: return "ic_fluent_meet_now_32_filled" case .meetNow32Regular: return "ic_fluent_meet_now_32_regular" case .meetNow48Filled: return "ic_fluent_meet_now_48_filled" case .meetNow48Regular: return "ic_fluent_meet_now_48_regular" - default: break } - switch self { case .megaphone12Filled: return "ic_fluent_megaphone_12_filled" case .megaphone12Regular: return "ic_fluent_megaphone_12_regular" case .megaphone16Filled: return "ic_fluent_megaphone_16_filled" @@ -26909,14 +26921,14 @@ import Foundation case .micOff20Filled: return "ic_fluent_mic_off_20_filled" case .micOff20Regular: return "ic_fluent_mic_off_20_regular" case .micOff24Filled: return "ic_fluent_mic_off_24_filled" + default: break } + switch self { case .micOff24Regular: return "ic_fluent_mic_off_24_regular" case .micOff28Filled: return "ic_fluent_mic_off_28_filled" case .micOff28Regular: return "ic_fluent_mic_off_28_regular" case .micOff32Filled: return "ic_fluent_mic_off_32_filled" case .micOff32Regular: return "ic_fluent_mic_off_32_regular" case .micOff48Filled: return "ic_fluent_mic_off_48_filled" - default: break } - switch self { case .micOff48Regular: return "ic_fluent_mic_off_48_regular" case .micProhibited16Filled: return "ic_fluent_mic_prohibited_16_filled" case .micProhibited16Regular: return "ic_fluent_mic_prohibited_16_regular" @@ -27011,14 +27023,14 @@ import Foundation case .money24Regular: return "ic_fluent_money_24_regular" case .moneyCalculator20Filled: return "ic_fluent_money_calculator_20_filled" case .moneyCalculator20Regular: return "ic_fluent_money_calculator_20_regular" + default: break } + switch self { case .moneyCalculator24Filled: return "ic_fluent_money_calculator_24_filled" case .moneyCalculator24Regular: return "ic_fluent_money_calculator_24_regular" case .moneyDismiss20Filled: return "ic_fluent_money_dismiss_20_filled" case .moneyDismiss20Regular: return "ic_fluent_money_dismiss_20_regular" case .moneyDismiss24Filled: return "ic_fluent_money_dismiss_24_filled" case .moneyDismiss24Regular: return "ic_fluent_money_dismiss_24_regular" - default: break } - switch self { case .moneyHand16Filled: return "ic_fluent_money_hand_16_filled" case .moneyHand16Regular: return "ic_fluent_money_hand_16_regular" case .moneyHand20Filled: return "ic_fluent_money_hand_20_filled" @@ -27113,14 +27125,14 @@ import Foundation case .multiplier15X28Regular: return "ic_fluent_multiplier_1_5x_28_regular" case .multiplier15X32Filled: return "ic_fluent_multiplier_1_5x_32_filled" case .multiplier15X32Regular: return "ic_fluent_multiplier_1_5x_32_regular" + default: break } + switch self { case .multiplier15X48Filled: return "ic_fluent_multiplier_1_5x_48_filled" case .multiplier15X48Regular: return "ic_fluent_multiplier_1_5x_48_regular" case .multiplier18X20Filled: return "ic_fluent_multiplier_1_8x_20_filled" case .multiplier18X20Regular: return "ic_fluent_multiplier_1_8x_20_regular" case .multiplier18X24Filled: return "ic_fluent_multiplier_1_8x_24_filled" case .multiplier18X24Regular: return "ic_fluent_multiplier_1_8x_24_regular" - default: break } - switch self { case .multiplier18X28Filled: return "ic_fluent_multiplier_1_8x_28_filled" case .multiplier18X28Regular: return "ic_fluent_multiplier_1_8x_28_regular" case .multiplier18X32Filled: return "ic_fluent_multiplier_1_8x_32_filled" @@ -27215,14 +27227,14 @@ import Foundation case .navigationUnread24Regular: return "ic_fluent_navigation_unread_24_regular" case .networkAdapter16Filled: return "ic_fluent_network_adapter_16_filled" case .networkAdapter16Regular: return "ic_fluent_network_adapter_16_regular" + default: break } + switch self { case .networkCheck20Filled: return "ic_fluent_network_check_20_filled" case .networkCheck20Regular: return "ic_fluent_network_check_20_regular" case .networkCheck24Filled: return "ic_fluent_network_check_24_filled" case .networkCheck24Regular: return "ic_fluent_network_check_24_regular" case .new16Filled: return "ic_fluent_new_16_filled" case .new16Regular: return "ic_fluent_new_16_regular" - default: break } - switch self { case .new20Filled: return "ic_fluent_new_20_filled" case .new20Regular: return "ic_fluent_new_20_regular" case .new24Filled: return "ic_fluent_new_24_filled" @@ -27317,14 +27329,14 @@ import Foundation case .notebookSectionArrowRight24Filled: return "ic_fluent_notebook_section_arrow_right_24_filled" case .notebookSectionArrowRight24Regular: return "ic_fluent_notebook_section_arrow_right_24_regular" case .notebookSubsection20Filled: return "ic_fluent_notebook_subsection_20_filled" + default: break } + switch self { case .notebookSubsection20Regular: return "ic_fluent_notebook_subsection_20_regular" case .notebookSubsection24Filled: return "ic_fluent_notebook_subsection_24_filled" case .notebookSubsection24Regular: return "ic_fluent_notebook_subsection_24_regular" case .notebookSync20Filled: return "ic_fluent_notebook_sync_20_filled" case .notebookSync20Regular: return "ic_fluent_notebook_sync_20_regular" case .notebookSync24Filled: return "ic_fluent_notebook_sync_24_filled" - default: break } - switch self { case .notebookSync24Regular: return "ic_fluent_notebook_sync_24_regular" case .notepad12Filled: return "ic_fluent_notepad_12_filled" case .notepad12Regular: return "ic_fluent_notepad_12_regular" @@ -27419,14 +27431,14 @@ import Foundation case .numberCircle448Filled: return "ic_fluent_number_circle_4_48_filled" case .numberCircle448Regular: return "ic_fluent_number_circle_4_48_regular" case .numberCircle516Filled: return "ic_fluent_number_circle_5_16_filled" + default: break } + switch self { case .numberCircle516Regular: return "ic_fluent_number_circle_5_16_regular" case .numberCircle520Filled: return "ic_fluent_number_circle_5_20_filled" case .numberCircle520Regular: return "ic_fluent_number_circle_5_20_regular" case .numberCircle524Filled: return "ic_fluent_number_circle_5_24_filled" case .numberCircle524Regular: return "ic_fluent_number_circle_5_24_regular" case .numberCircle528Filled: return "ic_fluent_number_circle_5_28_filled" - default: break } - switch self { case .numberCircle528Regular: return "ic_fluent_number_circle_5_28_regular" case .numberCircle532Filled: return "ic_fluent_number_circle_5_32_filled" case .numberCircle532Regular: return "ic_fluent_number_circle_5_32_regular" @@ -27521,14 +27533,14 @@ import Foundation case .open48Filled: return "ic_fluent_open_48_filled" case .open48Regular: return "ic_fluent_open_48_regular" case .openFolder16Filled: return "ic_fluent_open_folder_16_filled" + default: break } + switch self { case .openFolder16Regular: return "ic_fluent_open_folder_16_regular" case .openFolder20Filled: return "ic_fluent_open_folder_20_filled" case .openFolder20Regular: return "ic_fluent_open_folder_20_regular" case .openFolder24Filled: return "ic_fluent_open_folder_24_filled" case .openFolder24Regular: return "ic_fluent_open_folder_24_regular" case .openFolder28Filled: return "ic_fluent_open_folder_28_filled" - default: break } - switch self { case .openFolder28Regular: return "ic_fluent_open_folder_28_regular" case .openFolder48Filled: return "ic_fluent_open_folder_48_filled" case .openFolder48Regular: return "ic_fluent_open_folder_48_regular" @@ -27623,14 +27635,14 @@ import Foundation case .paddingTop24Regular: return "ic_fluent_padding_top_24_regular" case .pageFit16Filled: return "ic_fluent_page_fit_16_filled" case .pageFit16Regular: return "ic_fluent_page_fit_16_regular" + default: break } + switch self { case .pageFit20Filled: return "ic_fluent_page_fit_20_filled" case .pageFit20Regular: return "ic_fluent_page_fit_20_regular" case .pageFit24Filled: return "ic_fluent_page_fit_24_filled" case .pageFit24Regular: return "ic_fluent_page_fit_24_regular" case .paintBrush12Filled: return "ic_fluent_paint_brush_12_filled" case .paintBrush12Regular: return "ic_fluent_paint_brush_12_regular" - default: break } - switch self { case .paintBrush16Filled: return "ic_fluent_paint_brush_16_filled" case .paintBrush16Regular: return "ic_fluent_paint_brush_16_regular" case .paintBrush20Filled: return "ic_fluent_paint_brush_20_filled" @@ -27725,14 +27737,14 @@ import Foundation case .panelLeftFocusRight20Filled: return "ic_fluent_panel_left_focus_right_20_filled" case .panelLeftFocusRight24Filled: return "ic_fluent_panel_left_focus_right_24_filled" case .panelLeftFocusRight28Filled: return "ic_fluent_panel_left_focus_right_28_filled" + default: break } + switch self { case .panelLeftFocusRight32Light: return "ic_fluent_panel_left_focus_right_32_light" case .panelLeftHeader16Filled: return "ic_fluent_panel_left_header_16_filled" case .panelLeftHeader16Regular: return "ic_fluent_panel_left_header_16_regular" case .panelLeftHeader20Filled: return "ic_fluent_panel_left_header_20_filled" case .panelLeftHeader20Regular: return "ic_fluent_panel_left_header_20_regular" case .panelLeftHeader24Filled: return "ic_fluent_panel_left_header_24_filled" - default: break } - switch self { case .panelLeftHeader24Regular: return "ic_fluent_panel_left_header_24_regular" case .panelLeftHeader28Filled: return "ic_fluent_panel_left_header_28_filled" case .panelLeftHeader28Regular: return "ic_fluent_panel_left_header_28_regular" @@ -27827,14 +27839,14 @@ import Foundation case .panelRightCursor24Filled: return "ic_fluent_panel_right_cursor_24_filled" case .panelRightCursor24Regular: return "ic_fluent_panel_right_cursor_24_regular" case .panelRightExpand20Filled: return "ic_fluent_panel_right_expand_20_filled" + default: break } + switch self { case .panelRightExpand20Regular: return "ic_fluent_panel_right_expand_20_regular" case .panelRightGallery16Filled: return "ic_fluent_panel_right_gallery_16_filled" case .panelRightGallery16Regular: return "ic_fluent_panel_right_gallery_16_regular" case .panelRightGallery20Filled: return "ic_fluent_panel_right_gallery_20_filled" case .panelRightGallery20Regular: return "ic_fluent_panel_right_gallery_20_regular" case .panelRightGallery24Filled: return "ic_fluent_panel_right_gallery_24_filled" - default: break } - switch self { case .panelRightGallery24Regular: return "ic_fluent_panel_right_gallery_24_regular" case .panelRightGallery28Filled: return "ic_fluent_panel_right_gallery_28_filled" case .panelRightGallery28Regular: return "ic_fluent_panel_right_gallery_28_regular" @@ -27929,14 +27941,14 @@ 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" case .pen16Filled: return "ic_fluent_pen_16_filled" case .pen16Regular: return "ic_fluent_pen_16_regular" case .pen20Filled: return "ic_fluent_pen_20_filled" - default: break } - switch self { case .pen20Regular: return "ic_fluent_pen_20_regular" case .pen24Filled: return "ic_fluent_pen_24_filled" case .pen24Regular: return "ic_fluent_pen_24_regular" @@ -28031,14 +28043,14 @@ import Foundation case .people32Filled: return "ic_fluent_people_32_filled" case .people32Light: return "ic_fluent_people_32_light" case .people32Regular: return "ic_fluent_people_32_regular" + default: break } + switch self { case .people48Color: return "ic_fluent_people_48_color" case .people48Filled: return "ic_fluent_people_48_filled" case .people48Regular: return "ic_fluent_people_48_regular" case .peopleAdd16Filled: return "ic_fluent_people_add_16_filled" case .peopleAdd16Regular: return "ic_fluent_people_add_16_regular" case .peopleAdd20Filled: return "ic_fluent_people_add_20_filled" - default: break } - switch self { case .peopleAdd20Regular: return "ic_fluent_people_add_20_regular" case .peopleAdd24Filled: return "ic_fluent_people_add_24_filled" case .peopleAdd24Regular: return "ic_fluent_people_add_24_regular" @@ -28133,14 +28145,14 @@ import Foundation case .peopleList16Regular: return "ic_fluent_people_list_16_regular" case .peopleList20Filled: return "ic_fluent_people_list_20_filled" case .peopleList20Regular: return "ic_fluent_people_list_20_regular" + default: break } + switch self { case .peopleList24Filled: return "ic_fluent_people_list_24_filled" case .peopleList24Regular: return "ic_fluent_people_list_24_regular" case .peopleList28Filled: return "ic_fluent_people_list_28_filled" case .peopleList28Regular: return "ic_fluent_people_list_28_regular" case .peopleList32Filled: return "ic_fluent_people_list_32_filled" case .peopleList32Light: return "ic_fluent_people_list_32_light" - default: break } - switch self { case .peopleList32Regular: return "ic_fluent_people_list_32_regular" case .peopleLock20Filled: return "ic_fluent_people_lock_20_filled" case .peopleLock20Regular: return "ic_fluent_people_lock_20_regular" @@ -28235,14 +28247,14 @@ import Foundation case .peopleTeamDelete16Filled: return "ic_fluent_people_team_delete_16_filled" case .peopleTeamDelete16Regular: return "ic_fluent_people_team_delete_16_regular" case .peopleTeamDelete20Filled: return "ic_fluent_people_team_delete_20_filled" + default: break } + switch self { case .peopleTeamDelete20Regular: return "ic_fluent_people_team_delete_20_regular" case .peopleTeamDelete24Filled: return "ic_fluent_people_team_delete_24_filled" case .peopleTeamDelete24Regular: return "ic_fluent_people_team_delete_24_regular" case .peopleTeamDelete28Filled: return "ic_fluent_people_team_delete_28_filled" case .peopleTeamDelete28Regular: return "ic_fluent_people_team_delete_28_regular" case .peopleTeamDelete32Filled: return "ic_fluent_people_team_delete_32_filled" - default: break } - switch self { case .peopleTeamDelete32Regular: return "ic_fluent_people_team_delete_32_regular" case .peopleTeamToolbox20Filled: return "ic_fluent_people_team_toolbox_20_filled" case .peopleTeamToolbox20Regular: return "ic_fluent_people_team_toolbox_20_regular" @@ -28337,14 +28349,14 @@ import Foundation case .personArrowRight24Filled: return "ic_fluent_person_arrow_right_24_filled" case .personArrowRight24Regular: return "ic_fluent_person_arrow_right_24_regular" case .personAvailable16Color: return "ic_fluent_person_available_16_color" + default: break } + switch self { case .personAvailable16Filled: return "ic_fluent_person_available_16_filled" case .personAvailable16Regular: return "ic_fluent_person_available_16_regular" case .personAvailable20Color: return "ic_fluent_person_available_20_color" case .personAvailable20Filled: return "ic_fluent_person_available_20_filled" case .personAvailable20Regular: return "ic_fluent_person_available_20_regular" case .personAvailable24Color: return "ic_fluent_person_available_24_color" - default: break } - switch self { case .personAvailable24Filled: return "ic_fluent_person_available_24_filled" case .personAvailable24Regular: return "ic_fluent_person_available_24_regular" case .personAvailable32Light: return "ic_fluent_person_available_32_light" @@ -28439,14 +28451,14 @@ import Foundation case .personHome16Regular: return "ic_fluent_person_home_16_regular" case .personHome20Filled: return "ic_fluent_person_home_20_filled" case .personHome20Regular: return "ic_fluent_person_home_20_regular" + default: break } + switch self { case .personHome24Filled: return "ic_fluent_person_home_24_filled" case .personHome24Regular: return "ic_fluent_person_home_24_regular" case .personHome28Filled: return "ic_fluent_person_home_28_filled" case .personHome28Regular: return "ic_fluent_person_home_28_regular" case .personHome32Filled: return "ic_fluent_person_home_32_filled" case .personHome32Regular: return "ic_fluent_person_home_32_regular" - default: break } - switch self { case .personHome48Filled: return "ic_fluent_person_home_48_filled" case .personHome48Regular: return "ic_fluent_person_home_48_regular" case .personInfo16Filled: return "ic_fluent_person_info_16_filled" @@ -28541,14 +28553,14 @@ import Foundation case .personQuestionMark20Regular: return "ic_fluent_person_question_mark_20_regular" case .personQuestionMark24Filled: return "ic_fluent_person_question_mark_24_filled" case .personQuestionMark24Regular: return "ic_fluent_person_question_mark_24_regular" + default: break } + switch self { case .personRibbon16Filled: return "ic_fluent_person_ribbon_16_filled" case .personRibbon16Regular: return "ic_fluent_person_ribbon_16_regular" case .personRibbon20Filled: return "ic_fluent_person_ribbon_20_filled" case .personRibbon20Regular: return "ic_fluent_person_ribbon_20_regular" case .personRibbon24Filled: return "ic_fluent_person_ribbon_24_filled" case .personRibbon24Regular: return "ic_fluent_person_ribbon_24_regular" - default: break } - switch self { case .personRunning20Filled: return "ic_fluent_person_running_20_filled" case .personRunning20Regular: return "ic_fluent_person_running_20_regular" case .personSearch16Filled: return "ic_fluent_person_search_16_filled" @@ -28643,14 +28655,14 @@ import Foundation case .personSync20Filled: return "ic_fluent_person_sync_20_filled" case .personSync20Regular: return "ic_fluent_person_sync_20_regular" case .personSync24Filled: return "ic_fluent_person_sync_24_filled" + default: break } + switch self { case .personSync24Regular: return "ic_fluent_person_sync_24_regular" case .personSync28Filled: return "ic_fluent_person_sync_28_filled" case .personSync28Regular: return "ic_fluent_person_sync_28_regular" case .personSync32Filled: return "ic_fluent_person_sync_32_filled" case .personSync32Regular: return "ic_fluent_person_sync_32_regular" case .personSync48Filled: return "ic_fluent_person_sync_48_filled" - default: break } - switch self { case .personSync48Regular: return "ic_fluent_person_sync_48_regular" case .personTag20Filled: return "ic_fluent_person_tag_20_filled" case .personTag20Regular: return "ic_fluent_person_tag_20_regular" @@ -28745,14 +28757,14 @@ import Foundation case .phoneDesktop48Regular: return "ic_fluent_phone_desktop_48_regular" case .phoneDesktopAdd20Filled: return "ic_fluent_phone_desktop_add_20_filled" case .phoneDesktopAdd20Regular: return "ic_fluent_phone_desktop_add_20_regular" + default: break } + switch self { case .phoneDismiss20Filled: return "ic_fluent_phone_dismiss_20_filled" case .phoneDismiss20Regular: return "ic_fluent_phone_dismiss_20_regular" case .phoneDismiss24Filled: return "ic_fluent_phone_dismiss_24_filled" case .phoneDismiss24Regular: return "ic_fluent_phone_dismiss_24_regular" case .phoneEdit20Filled: return "ic_fluent_phone_edit_20_filled" case .phoneEdit20Regular: return "ic_fluent_phone_edit_20_regular" - default: break } - switch self { case .phoneEdit24Filled: return "ic_fluent_phone_edit_24_filled" case .phoneEdit24Regular: return "ic_fluent_phone_edit_24_regular" case .phoneEraser16Filled: return "ic_fluent_phone_eraser_16_filled" @@ -28847,14 +28859,14 @@ import Foundation case .phoneUpdateCheckmark20Regular: return "ic_fluent_phone_update_checkmark_20_regular" case .phoneUpdateCheckmark24Filled: return "ic_fluent_phone_update_checkmark_24_filled" case .phoneUpdateCheckmark24Regular: return "ic_fluent_phone_update_checkmark_24_regular" + default: break } + switch self { case .phoneVerticalScroll20Filled: return "ic_fluent_phone_vertical_scroll_20_filled" case .phoneVerticalScroll20Regular: return "ic_fluent_phone_vertical_scroll_20_regular" case .phoneVerticalScroll24Filled: return "ic_fluent_phone_vertical_scroll_24_filled" case .phoneVerticalScroll24Regular: return "ic_fluent_phone_vertical_scroll_24_regular" case .phoneVibrate20Filled: return "ic_fluent_phone_vibrate_20_filled" case .phoneVibrate20Regular: return "ic_fluent_phone_vibrate_20_regular" - default: break } - switch self { case .phoneVibrate24Filled: return "ic_fluent_phone_vibrate_24_filled" case .phoneVibrate24Regular: return "ic_fluent_phone_vibrate_24_regular" case .photoFilter20Filled: return "ic_fluent_photo_filter_20_filled" @@ -28949,14 +28961,14 @@ import Foundation case .pivot24Filled: return "ic_fluent_pivot_24_filled" case .pivot24Regular: return "ic_fluent_pivot_24_regular" case .plantCattail20Filled: return "ic_fluent_plant_cattail_20_filled" + default: break } + switch self { case .plantCattail20Regular: return "ic_fluent_plant_cattail_20_regular" case .plantCattail24Filled: return "ic_fluent_plant_cattail_24_filled" case .plantCattail24Regular: return "ic_fluent_plant_cattail_24_regular" case .plantGrass20Filled: return "ic_fluent_plant_grass_20_filled" case .plantGrass20Regular: return "ic_fluent_plant_grass_20_regular" case .plantGrass24Filled: return "ic_fluent_plant_grass_24_filled" - default: break } - switch self { case .plantGrass24Regular: return "ic_fluent_plant_grass_24_regular" case .plantGrass28Filled: return "ic_fluent_plant_grass_28_filled" case .plantGrass28Regular: return "ic_fluent_plant_grass_28_regular" @@ -29051,14 +29063,14 @@ import Foundation case .poll24Color: return "ic_fluent_poll_24_color" case .poll24Filled: return "ic_fluent_poll_24_filled" case .poll24Regular: return "ic_fluent_poll_24_regular" + default: break } + switch self { case .poll32Color: return "ic_fluent_poll_32_color" case .poll32Filled: return "ic_fluent_poll_32_filled" case .poll32Light: return "ic_fluent_poll_32_light" case .poll32Regular: return "ic_fluent_poll_32_regular" case .pollHorizontal16Filled: return "ic_fluent_poll_horizontal_16_filled" case .pollHorizontal16Regular: return "ic_fluent_poll_horizontal_16_regular" - default: break } - switch self { case .pollHorizontal20Filled: return "ic_fluent_poll_horizontal_20_filled" case .pollHorizontal20Regular: return "ic_fluent_poll_horizontal_20_regular" case .pollHorizontal24Filled: return "ic_fluent_poll_horizontal_24_filled" @@ -29153,14 +29165,14 @@ import Foundation case .presenceAway24Regular: return "ic_fluent_presence_away_24_regular" case .presenceBlocked10Regular: return "ic_fluent_presence_blocked_10_regular" case .presenceBlocked12Regular: return "ic_fluent_presence_blocked_12_regular" + default: break } + switch self { case .presenceBlocked16Regular: return "ic_fluent_presence_blocked_16_regular" case .presenceBlocked20Regular: return "ic_fluent_presence_blocked_20_regular" case .presenceBlocked24Regular: return "ic_fluent_presence_blocked_24_regular" case .presenceBusy10Filled: return "ic_fluent_presence_busy_10_filled" case .presenceBusy12Filled: return "ic_fluent_presence_busy_12_filled" case .presenceBusy16Filled: return "ic_fluent_presence_busy_16_filled" - default: break } - switch self { case .presenceBusy20Filled: return "ic_fluent_presence_busy_20_filled" case .presenceBusy24Filled: return "ic_fluent_presence_busy_24_filled" case .presenceDnd10Filled: return "ic_fluent_presence_dnd_10_filled" @@ -29255,14 +29267,14 @@ import Foundation case .prohibited20Filled: return "ic_fluent_prohibited_20_filled" case .prohibited20Regular: return "ic_fluent_prohibited_20_regular" case .prohibited24Filled: return "ic_fluent_prohibited_24_filled" + default: break } + switch self { case .prohibited24Regular: return "ic_fluent_prohibited_24_regular" case .prohibited28Filled: return "ic_fluent_prohibited_28_filled" case .prohibited28Regular: return "ic_fluent_prohibited_28_regular" case .prohibited32Filled: return "ic_fluent_prohibited_32_filled" case .prohibited32Regular: return "ic_fluent_prohibited_32_regular" case .prohibited48Filled: return "ic_fluent_prohibited_48_filled" - default: break } - switch self { case .prohibited48Regular: return "ic_fluent_prohibited_48_regular" case .prohibitedMultiple16Filled: return "ic_fluent_prohibited_multiple_16_filled" case .prohibitedMultiple16Regular: return "ic_fluent_prohibited_multiple_16_regular" @@ -29357,14 +29369,14 @@ import Foundation case .qrCode24Filled: return "ic_fluent_qr_code_24_filled" case .qrCode24Regular: return "ic_fluent_qr_code_24_regular" case .qrCode28Filled: return "ic_fluent_qr_code_28_filled" + default: break } + switch self { case .qrCode28Regular: return "ic_fluent_qr_code_28_regular" case .question16Filled: return "ic_fluent_question_16_filled" case .question16Regular: return "ic_fluent_question_16_regular" case .question20Filled: return "ic_fluent_question_20_filled" case .question20Regular: return "ic_fluent_question_20_regular" case .question24Filled: return "ic_fluent_question_24_filled" - default: break } - switch self { case .question24Regular: return "ic_fluent_question_24_regular" case .question28Filled: return "ic_fluent_question_28_filled" case .question28Regular: return "ic_fluent_question_28_regular" @@ -29459,14 +29471,14 @@ import Foundation case .readingList16Filled: return "ic_fluent_reading_list_16_filled" case .readingList16Regular: return "ic_fluent_reading_list_16_regular" case .readingList20Filled: return "ic_fluent_reading_list_20_filled" + default: break } + switch self { 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" 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" - default: break } - switch self { case .readingListAdd16Regular: return "ic_fluent_reading_list_add_16_regular" case .readingListAdd20Filled: return "ic_fluent_reading_list_add_20_filled" case .readingListAdd20Regular: return "ic_fluent_reading_list_add_20_regular" @@ -29561,14 +29573,14 @@ import Foundation case .rectangleLandscape12Regular: return "ic_fluent_rectangle_landscape_12_regular" case .rectangleLandscape16Filled: return "ic_fluent_rectangle_landscape_16_filled" case .rectangleLandscape16Regular: return "ic_fluent_rectangle_landscape_16_regular" + default: break } + switch self { case .rectangleLandscape20Filled: return "ic_fluent_rectangle_landscape_20_filled" case .rectangleLandscape20Regular: return "ic_fluent_rectangle_landscape_20_regular" case .rectangleLandscape24Filled: return "ic_fluent_rectangle_landscape_24_filled" case .rectangleLandscape24Regular: return "ic_fluent_rectangle_landscape_24_regular" case .rectangleLandscape28Filled: return "ic_fluent_rectangle_landscape_28_filled" case .rectangleLandscape28Regular: return "ic_fluent_rectangle_landscape_28_regular" - default: break } - switch self { case .rectangleLandscape32Filled: return "ic_fluent_rectangle_landscape_32_filled" case .rectangleLandscape32Light: return "ic_fluent_rectangle_landscape_32_light" case .rectangleLandscape32Regular: return "ic_fluent_rectangle_landscape_32_regular" @@ -29663,14 +29675,14 @@ import Foundation case .resizeImage24Filled: return "ic_fluent_resize_image_24_filled" case .resizeImage24Regular: return "ic_fluent_resize_image_24_regular" case .resizeLarge16Filled: return "ic_fluent_resize_large_16_filled" + default: break } + switch self { case .resizeLarge16Regular: return "ic_fluent_resize_large_16_regular" case .resizeLarge20Filled: return "ic_fluent_resize_large_20_filled" case .resizeLarge20Regular: return "ic_fluent_resize_large_20_regular" case .resizeLarge24Filled: return "ic_fluent_resize_large_24_filled" case .resizeLarge24Regular: return "ic_fluent_resize_large_24_regular" case .resizeSmall16Filled: return "ic_fluent_resize_small_16_filled" - default: break } - switch self { case .resizeSmall16Regular: return "ic_fluent_resize_small_16_regular" case .resizeSmall20Filled: return "ic_fluent_resize_small_20_filled" case .resizeSmall20Regular: return "ic_fluent_resize_small_20_regular" @@ -29765,14 +29777,14 @@ import Foundation case .rocket16Regular: return "ic_fluent_rocket_16_regular" case .rocket20Filled: return "ic_fluent_rocket_20_filled" case .rocket20Regular: return "ic_fluent_rocket_20_regular" + default: break } + switch self { case .rocket24Filled: return "ic_fluent_rocket_24_filled" case .rocket24Regular: return "ic_fluent_rocket_24_regular" case .rotateLeft20Filled: return "ic_fluent_rotate_left_20_filled" case .rotateLeft20Regular: return "ic_fluent_rotate_left_20_regular" case .rotateLeft24Filled: return "ic_fluent_rotate_left_24_filled" case .rotateLeft24Regular: return "ic_fluent_rotate_left_24_regular" - default: break } - switch self { case .rotateLeft32Light: return "ic_fluent_rotate_left_32_light" case .rotateRight20Filled: return "ic_fluent_rotate_right_20_filled" case .rotateRight20Regular: return "ic_fluent_rotate_right_20_regular" @@ -29867,14 +29879,14 @@ import Foundation case .scaleFill24Regular: return "ic_fluent_scale_fill_24_regular" case .scaleFit16Filled: return "ic_fluent_scale_fit_16_filled" case .scaleFit16Regular: return "ic_fluent_scale_fit_16_regular" + default: break } + switch self { case .scaleFit20Filled: return "ic_fluent_scale_fit_20_filled" case .scaleFit20Regular: return "ic_fluent_scale_fit_20_regular" case .scaleFit24Filled: return "ic_fluent_scale_fit_24_filled" case .scaleFit24Regular: return "ic_fluent_scale_fit_24_regular" case .scales20Filled: return "ic_fluent_scales_20_filled" case .scales20Regular: return "ic_fluent_scales_20_regular" - default: break } - switch self { case .scales24Filled: return "ic_fluent_scales_24_filled" case .scales24Regular: return "ic_fluent_scales_24_regular" case .scales32Filled: return "ic_fluent_scales_32_filled" @@ -29969,14 +29981,14 @@ import Foundation case .scanType24Filled: return "ic_fluent_scan_type_24_filled" case .scanType24Regular: return "ic_fluent_scan_type_24_regular" case .scanTypeCheckmark20Filled: return "ic_fluent_scan_type_checkmark_20_filled" + default: break } + switch self { case .scanTypeCheckmark20Regular: return "ic_fluent_scan_type_checkmark_20_regular" case .scanTypeCheckmark24Filled: return "ic_fluent_scan_type_checkmark_24_filled" case .scanTypeCheckmark24Regular: return "ic_fluent_scan_type_checkmark_24_regular" case .scanTypeOff20Filled: return "ic_fluent_scan_type_off_20_filled" case .scanTypeOff20Regular: return "ic_fluent_scan_type_off_20_regular" case .scanTypeOff24Filled: return "ic_fluent_scan_type_off_24_filled" - default: break } - switch self { case .scanTypeOff24Regular: return "ic_fluent_scan_type_off_24_regular" case .scratchpad20Filled: return "ic_fluent_scratchpad_20_filled" case .scratchpad20Regular: return "ic_fluent_scratchpad_20_regular" @@ -30071,14 +30083,14 @@ import Foundation case .seat24Regular: return "ic_fluent_seat_24_regular" case .seatAdd16Filled: return "ic_fluent_seat_add_16_filled" case .seatAdd16Regular: return "ic_fluent_seat_add_16_regular" + default: break } + switch self { case .seatAdd20Filled: return "ic_fluent_seat_add_20_filled" case .seatAdd20Regular: return "ic_fluent_seat_add_20_regular" case .seatAdd24Filled: return "ic_fluent_seat_add_24_filled" case .seatAdd24Regular: return "ic_fluent_seat_add_24_regular" case .selectAllOff16Filled: return "ic_fluent_select_all_off_16_filled" case .selectAllOff16Regular: return "ic_fluent_select_all_off_16_regular" - default: break } - switch self { case .selectAllOff20Filled: return "ic_fluent_select_all_off_20_filled" case .selectAllOff20Regular: return "ic_fluent_select_all_off_20_regular" case .selectAllOff24Filled: return "ic_fluent_select_all_off_24_filled" @@ -30173,14 +30185,14 @@ import Foundation case .serverSurfaceMultiple16Filled: return "ic_fluent_server_surface_multiple_16_filled" case .serverSurfaceMultiple16Regular: return "ic_fluent_server_surface_multiple_16_regular" case .serviceBell16Filled: return "ic_fluent_service_bell_16_filled" + default: break } + switch self { case .serviceBell16Regular: return "ic_fluent_service_bell_16_regular" case .serviceBell20Filled: return "ic_fluent_service_bell_20_filled" case .serviceBell20Regular: return "ic_fluent_service_bell_20_regular" case .serviceBell24Filled: return "ic_fluent_service_bell_24_filled" case .serviceBell24Regular: return "ic_fluent_service_bell_24_regular" case .settings16Filled: return "ic_fluent_settings_16_filled" - default: break } - switch self { case .settings16Regular: return "ic_fluent_settings_16_regular" case .settings20Filled: return "ic_fluent_settings_20_filled" case .settings20Regular: return "ic_fluent_settings_20_regular" @@ -30275,14 +30287,14 @@ import Foundation case .shareCloseTray24Filled: return "ic_fluent_share_close_tray_24_filled" case .shareCloseTray24Regular: return "ic_fluent_share_close_tray_24_regular" case .shareIos20Filled: return "ic_fluent_share_ios_20_filled" + default: break } + switch self { case .shareIos20Regular: return "ic_fluent_share_ios_20_regular" case .shareIos24Filled: return "ic_fluent_share_ios_24_filled" case .shareIos24Regular: return "ic_fluent_share_ios_24_regular" case .shareIos28Filled: return "ic_fluent_share_ios_28_filled" case .shareIos28Regular: return "ic_fluent_share_ios_28_regular" case .shareIos48Filled: return "ic_fluent_share_ios_48_filled" - default: break } - switch self { case .shareIos48Regular: return "ic_fluent_share_ios_48_regular" case .shareMultiple16Filled: return "ic_fluent_share_multiple_16_filled" case .shareMultiple16Regular: return "ic_fluent_share_multiple_16_regular" @@ -30377,14 +30389,14 @@ import Foundation case .shieldBadge24Filled: return "ic_fluent_shield_badge_24_filled" case .shieldBadge24Regular: return "ic_fluent_shield_badge_24_regular" case .shieldCheckmark16Color: return "ic_fluent_shield_checkmark_16_color" + default: break } + switch self { case .shieldCheckmark16Filled: return "ic_fluent_shield_checkmark_16_filled" case .shieldCheckmark16Regular: return "ic_fluent_shield_checkmark_16_regular" case .shieldCheckmark20Color: return "ic_fluent_shield_checkmark_20_color" case .shieldCheckmark20Filled: return "ic_fluent_shield_checkmark_20_filled" case .shieldCheckmark20Regular: return "ic_fluent_shield_checkmark_20_regular" case .shieldCheckmark24Color: return "ic_fluent_shield_checkmark_24_color" - default: break } - switch self { case .shieldCheckmark24Filled: return "ic_fluent_shield_checkmark_24_filled" case .shieldCheckmark24Regular: return "ic_fluent_shield_checkmark_24_regular" case .shieldCheckmark28Color: return "ic_fluent_shield_checkmark_28_color" @@ -30479,14 +30491,14 @@ import Foundation case .shifts32Color: return "ic_fluent_shifts_32_color" 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" case .shiftsActivity20Regular: return "ic_fluent_shifts_activity_20_regular" case .shiftsActivity24Filled: return "ic_fluent_shifts_activity_24_filled" case .shiftsActivity24Regular: return "ic_fluent_shifts_activity_24_regular" - default: break } - switch self { case .shiftsAdd20Filled: return "ic_fluent_shifts_add_20_filled" case .shiftsAdd20Regular: return "ic_fluent_shifts_add_20_regular" case .shiftsAdd24Filled: return "ic_fluent_shifts_add_24_filled" @@ -30581,14 +30593,14 @@ import Foundation case .showerhead32Regular: return "ic_fluent_showerhead_32_regular" case .sidebarSearch20Filled: return "ic_fluent_sidebar_search_20_filled" case .sidebarSearch20Regular: return "ic_fluent_sidebar_search_20_regular" + default: break } + switch self { case .signOut20Filled: return "ic_fluent_sign_out_20_filled" case .signOut20Regular: return "ic_fluent_sign_out_20_regular" case .signOut24Filled: return "ic_fluent_sign_out_24_filled" case .signOut24Regular: return "ic_fluent_sign_out_24_regular" case .signature16Filled: return "ic_fluent_signature_16_filled" case .signature16Regular: return "ic_fluent_signature_16_regular" - default: break } - switch self { case .signature20Filled: return "ic_fluent_signature_20_filled" case .signature20Regular: return "ic_fluent_signature_20_regular" case .signature24Filled: return "ic_fluent_signature_24_filled" @@ -30683,14 +30695,14 @@ import Foundation case .slideHide24Filled: return "ic_fluent_slide_hide_24_filled" case .slideHide24Regular: return "ic_fluent_slide_hide_24_regular" case .slideLayout20Filled: return "ic_fluent_slide_layout_20_filled" + default: break } + switch self { case .slideLayout20Regular: return "ic_fluent_slide_layout_20_regular" case .slideLayout24Filled: return "ic_fluent_slide_layout_24_filled" case .slideLayout24Regular: return "ic_fluent_slide_layout_24_regular" case .slideLink20Filled: return "ic_fluent_slide_link_20_filled" case .slideLink20Regular: return "ic_fluent_slide_link_20_regular" case .slideLink24Filled: return "ic_fluent_slide_link_24_filled" - default: break } - switch self { case .slideLink24Regular: return "ic_fluent_slide_link_24_regular" case .slideMicrophone20Filled: return "ic_fluent_slide_microphone_20_filled" case .slideMicrophone20Regular: return "ic_fluent_slide_microphone_20_regular" @@ -30785,14 +30797,14 @@ import Foundation case .slideTextPerson16Filled: return "ic_fluent_slide_text_person_16_filled" case .slideTextPerson16Regular: return "ic_fluent_slide_text_person_16_regular" case .slideTextPerson20Filled: return "ic_fluent_slide_text_person_20_filled" + default: break } + switch self { case .slideTextPerson20Regular: return "ic_fluent_slide_text_person_20_regular" case .slideTextPerson24Filled: return "ic_fluent_slide_text_person_24_filled" case .slideTextPerson24Regular: return "ic_fluent_slide_text_person_24_regular" case .slideTextPerson28Filled: return "ic_fluent_slide_text_person_28_filled" case .slideTextPerson28Regular: return "ic_fluent_slide_text_person_28_regular" case .slideTextPerson32Filled: return "ic_fluent_slide_text_person_32_filled" - default: break } - switch self { case .slideTextPerson32Regular: return "ic_fluent_slide_text_person_32_regular" case .slideTextPerson48Filled: return "ic_fluent_slide_text_person_48_filled" case .slideTextPerson48Regular: return "ic_fluent_slide_text_person_48_regular" @@ -30887,14 +30899,14 @@ import Foundation 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" + default: break } + switch self { case .sparkleCircle20Regular: return "ic_fluent_sparkle_circle_20_regular" case .sparkleCircle24Filled: return "ic_fluent_sparkle_circle_24_filled" case .sparkleCircle24Regular: return "ic_fluent_sparkle_circle_24_regular" case .sparkleCircle28Filled: return "ic_fluent_sparkle_circle_28_filled" case .sparkleCircle28Regular: return "ic_fluent_sparkle_circle_28_regular" case .sparkleCircle32Filled: return "ic_fluent_sparkle_circle_32_filled" - default: break } - switch self { 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" @@ -30989,14 +31001,14 @@ import Foundation case .speakerSettings20Filled: return "ic_fluent_speaker_settings_20_filled" case .speakerSettings20Regular: return "ic_fluent_speaker_settings_20_regular" case .speakerSettings24Filled: return "ic_fluent_speaker_settings_24_filled" + default: break } + switch self { case .speakerSettings24Regular: return "ic_fluent_speaker_settings_24_regular" case .speakerSettings28Filled: return "ic_fluent_speaker_settings_28_filled" case .speakerSettings28Regular: return "ic_fluent_speaker_settings_28_regular" case .speakerUsb20Filled: return "ic_fluent_speaker_usb_20_filled" case .speakerUsb20Regular: return "ic_fluent_speaker_usb_20_regular" case .speakerUsb24Filled: return "ic_fluent_speaker_usb_24_filled" - default: break } - switch self { 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" @@ -31091,14 +31103,14 @@ import Foundation case .squareArrowForward28Filled: return "ic_fluent_square_arrow_forward_28_filled" case .squareArrowForward28Regular: return "ic_fluent_square_arrow_forward_28_regular" case .squareArrowForward32Filled: return "ic_fluent_square_arrow_forward_32_filled" + default: break } + switch self { case .squareArrowForward32Light: return "ic_fluent_square_arrow_forward_32_light" case .squareArrowForward32Regular: return "ic_fluent_square_arrow_forward_32_regular" case .squareArrowForward48Filled: return "ic_fluent_square_arrow_forward_48_filled" case .squareArrowForward48Regular: return "ic_fluent_square_arrow_forward_48_regular" case .squareDismiss16Filled: return "ic_fluent_square_dismiss_16_filled" case .squareDismiss16Regular: return "ic_fluent_square_dismiss_16_regular" - default: break } - switch self { case .squareDismiss20Filled: return "ic_fluent_square_dismiss_20_filled" case .squareDismiss20Regular: return "ic_fluent_square_dismiss_20_regular" case .squareDovetailJoint12Filled: return "ic_fluent_square_dovetail_joint_12_filled" @@ -31193,14 +31205,14 @@ import Foundation case .stack32Regular: return "ic_fluent_stack_32_regular" case .stack48Filled: return "ic_fluent_stack_48_filled" case .stack48Regular: return "ic_fluent_stack_48_regular" + default: break } + switch self { case .stackAdd20Filled: return "ic_fluent_stack_add_20_filled" case .stackAdd20Regular: return "ic_fluent_stack_add_20_regular" case .stackAdd24Filled: return "ic_fluent_stack_add_24_filled" case .stackAdd24Regular: return "ic_fluent_stack_add_24_regular" case .stackArrowForward20Filled: return "ic_fluent_stack_arrow_forward_20_filled" case .stackArrowForward20Regular: return "ic_fluent_stack_arrow_forward_20_regular" - default: break } - switch self { case .stackArrowForward24Filled: return "ic_fluent_stack_arrow_forward_24_filled" case .stackArrowForward24Regular: return "ic_fluent_stack_arrow_forward_24_regular" case .stackOff16Filled: return "ic_fluent_stack_off_16_filled" @@ -31295,14 +31307,14 @@ import Foundation case .starHalf12Filled: return "ic_fluent_star_half_12_filled" case .starHalf12Regular: return "ic_fluent_star_half_12_regular" case .starHalf16Filled: return "ic_fluent_star_half_16_filled" + default: break } + switch self { case .starHalf16Regular: return "ic_fluent_star_half_16_regular" case .starHalf20Filled: return "ic_fluent_star_half_20_filled" case .starHalf20Regular: return "ic_fluent_star_half_20_regular" case .starHalf24Filled: return "ic_fluent_star_half_24_filled" case .starHalf24Regular: return "ic_fluent_star_half_24_regular" case .starHalf28Filled: return "ic_fluent_star_half_28_filled" - default: break } - switch self { case .starHalf28Regular: return "ic_fluent_star_half_28_regular" case .starLineHorizontal316Filled: return "ic_fluent_star_line_horizontal_3_16_filled" case .starLineHorizontal316Regular: return "ic_fluent_star_line_horizontal_3_16_regular" @@ -31397,14 +31409,14 @@ import Foundation case .stop24Filled: return "ic_fluent_stop_24_filled" case .stop24Regular: return "ic_fluent_stop_24_regular" case .storage16Filled: return "ic_fluent_storage_16_filled" + default: break } + switch self { case .storage16Regular: return "ic_fluent_storage_16_regular" case .storage20Filled: return "ic_fluent_storage_20_filled" case .storage20Regular: return "ic_fluent_storage_20_regular" case .storage24Filled: return "ic_fluent_storage_24_filled" case .storage24Regular: return "ic_fluent_storage_24_regular" case .storage28Filled: return "ic_fluent_storage_28_filled" - default: break } - switch self { case .storage28Regular: return "ic_fluent_storage_28_regular" case .storage32Filled: return "ic_fluent_storage_32_filled" case .storage32Regular: return "ic_fluent_storage_32_regular" @@ -31499,14 +31511,14 @@ import Foundation case .subtractSquare20Filled: return "ic_fluent_subtract_square_20_filled" case .subtractSquare20Regular: return "ic_fluent_subtract_square_20_regular" case .subtractSquare24Filled: return "ic_fluent_subtract_square_24_filled" + default: break } + switch self { case .subtractSquare24Regular: return "ic_fluent_subtract_square_24_regular" case .subtractSquareMultiple16Filled: return "ic_fluent_subtract_square_multiple_16_filled" case .subtractSquareMultiple16Regular: return "ic_fluent_subtract_square_multiple_16_regular" case .subtractSquareMultiple20Filled: return "ic_fluent_subtract_square_multiple_20_filled" case .subtractSquareMultiple20Regular: return "ic_fluent_subtract_square_multiple_20_regular" case .surfaceEarbuds20Filled: return "ic_fluent_surface_earbuds_20_filled" - default: break } - switch self { case .surfaceEarbuds20Regular: return "ic_fluent_surface_earbuds_20_regular" case .surfaceEarbuds24Filled: return "ic_fluent_surface_earbuds_24_filled" case .surfaceEarbuds24Regular: return "ic_fluent_surface_earbuds_24_regular" @@ -31601,14 +31613,14 @@ import Foundation case .tabDesktopImage20Regular: return "ic_fluent_tab_desktop_image_20_regular" case .tabDesktopImage24Filled: return "ic_fluent_tab_desktop_image_24_filled" case .tabDesktopImage24Regular: return "ic_fluent_tab_desktop_image_24_regular" + default: break } + switch self { case .tabDesktopLink16Filled: return "ic_fluent_tab_desktop_link_16_filled" case .tabDesktopLink16Regular: return "ic_fluent_tab_desktop_link_16_regular" case .tabDesktopLink20Filled: return "ic_fluent_tab_desktop_link_20_filled" case .tabDesktopLink20Regular: return "ic_fluent_tab_desktop_link_20_regular" case .tabDesktopLink24Filled: return "ic_fluent_tab_desktop_link_24_filled" case .tabDesktopLink24Regular: return "ic_fluent_tab_desktop_link_24_regular" - default: break } - switch self { case .tabDesktopLink28Filled: return "ic_fluent_tab_desktop_link_28_filled" case .tabDesktopLink28Regular: return "ic_fluent_tab_desktop_link_28_regular" case .tabDesktopMultiple16Filled: return "ic_fluent_tab_desktop_multiple_16_filled" @@ -31703,14 +31715,14 @@ import Foundation case .tableBottomRow48Filled: return "ic_fluent_table_bottom_row_48_filled" case .tableBottomRow48Regular: return "ic_fluent_table_bottom_row_48_regular" case .tableCalculator16Filled: return "ic_fluent_table_calculator_16_filled" + default: break } + switch self { 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" 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" - default: break } - switch self { case .tableCellEdit20Regular: return "ic_fluent_table_cell_edit_20_regular" case .tableCellEdit24Filled: return "ic_fluent_table_cell_edit_24_filled" case .tableCellEdit24Regular: return "ic_fluent_table_cell_edit_24_regular" @@ -31805,14 +31817,14 @@ import Foundation case .tableFreezeRow20Regular: return "ic_fluent_table_freeze_row_20_regular" case .tableFreezeRow24Filled: return "ic_fluent_table_freeze_row_24_filled" case .tableFreezeRow24Regular: return "ic_fluent_table_freeze_row_24_regular" + default: break } + switch self { case .tableFreezeRow28Filled: return "ic_fluent_table_freeze_row_28_filled" case .tableFreezeRow28Regular: return "ic_fluent_table_freeze_row_28_regular" case .tableImage20Filled: return "ic_fluent_table_image_20_filled" case .tableImage20Regular: return "ic_fluent_table_image_20_regular" case .tableInsertColumn16Filled: return "ic_fluent_table_insert_column_16_filled" case .tableInsertColumn16Regular: return "ic_fluent_table_insert_column_16_regular" - default: break } - switch self { case .tableInsertColumn20Filled: return "ic_fluent_table_insert_column_20_filled" case .tableInsertColumn20Regular: return "ic_fluent_table_insert_column_20_regular" case .tableInsertColumn24Filled: return "ic_fluent_table_insert_column_24_filled" @@ -31907,14 +31919,14 @@ import Foundation case .tableOffsetLessThanOrEqualTo24Regular: return "ic_fluent_table_offset_less_than_or_equal_to_24_regular" case .tableOffsetSettings20Filled: return "ic_fluent_table_offset_settings_20_filled" case .tableOffsetSettings20Regular: return "ic_fluent_table_offset_settings_20_regular" + default: break } + switch self { case .tableOffsetSettings24Filled: return "ic_fluent_table_offset_settings_24_filled" case .tableOffsetSettings24Regular: return "ic_fluent_table_offset_settings_24_regular" case .tableResizeColumn16Filled: return "ic_fluent_table_resize_column_16_filled" case .tableResizeColumn16Regular: return "ic_fluent_table_resize_column_16_regular" case .tableResizeColumn20Filled: return "ic_fluent_table_resize_column_20_filled" case .tableResizeColumn20Regular: return "ic_fluent_table_resize_column_20_regular" - default: break } - switch self { case .tableResizeColumn24Filled: return "ic_fluent_table_resize_column_24_filled" case .tableResizeColumn24Regular: return "ic_fluent_table_resize_column_24_regular" case .tableResizeColumn28Filled: return "ic_fluent_table_resize_column_28_filled" @@ -32009,14 +32021,14 @@ import Foundation case .tableStackBelow16Regular: return "ic_fluent_table_stack_below_16_regular" case .tableStackBelow20Filled: return "ic_fluent_table_stack_below_20_filled" case .tableStackBelow20Regular: return "ic_fluent_table_stack_below_20_regular" + default: break } + switch self { case .tableStackBelow24Filled: return "ic_fluent_table_stack_below_24_filled" case .tableStackBelow24Regular: return "ic_fluent_table_stack_below_24_regular" case .tableStackBelow28Filled: return "ic_fluent_table_stack_below_28_filled" case .tableStackBelow28Regular: return "ic_fluent_table_stack_below_28_regular" case .tableStackLeft16Filled: return "ic_fluent_table_stack_left_16_filled" case .tableStackLeft16Regular: return "ic_fluent_table_stack_left_16_regular" - default: break } - switch self { case .tableStackLeft20Filled: return "ic_fluent_table_stack_left_20_filled" case .tableStackLeft20Regular: return "ic_fluent_table_stack_left_20_regular" case .tableStackLeft24Filled: return "ic_fluent_table_stack_left_24_filled" @@ -32111,14 +32123,14 @@ import Foundation case .tagOff16Filled: return "ic_fluent_tag_off_16_filled" case .tagOff16Regular: return "ic_fluent_tag_off_16_regular" case .tagOff20Filled: return "ic_fluent_tag_off_20_filled" + default: break } + switch self { case .tagOff20Regular: return "ic_fluent_tag_off_20_regular" case .tagOff24Filled: return "ic_fluent_tag_off_24_filled" case .tagOff24Regular: return "ic_fluent_tag_off_24_regular" case .tagQuestionMark16Filled: return "ic_fluent_tag_question_mark_16_filled" case .tagQuestionMark16Regular: return "ic_fluent_tag_question_mark_16_regular" case .tagQuestionMark20Filled: return "ic_fluent_tag_question_mark_20_filled" - default: break } - switch self { case .tagQuestionMark20Regular: return "ic_fluent_tag_question_mark_20_regular" case .tagQuestionMark24Filled: return "ic_fluent_tag_question_mark_24_filled" case .tagQuestionMark24Regular: return "ic_fluent_tag_question_mark_24_regular" @@ -32213,14 +32225,14 @@ import Foundation case .teaching24Filled: return "ic_fluent_teaching_24_filled" case .teaching24Regular: return "ic_fluent_teaching_24_regular" case .teaching28Filled: return "ic_fluent_teaching_28_filled" + default: break } + switch self { case .teaching28Regular: return "ic_fluent_teaching_28_regular" case .teaching32Filled: return "ic_fluent_teaching_32_filled" case .teaching32Regular: return "ic_fluent_teaching_32_regular" case .teaching48Filled: return "ic_fluent_teaching_48_filled" case .teaching48Regular: return "ic_fluent_teaching_48_regular" case .teardropBottomRight16Filled: return "ic_fluent_teardrop_bottom_right_16_filled" - default: break } - switch self { case .teardropBottomRight16Regular: return "ic_fluent_teardrop_bottom_right_16_regular" case .teardropBottomRight20Filled: return "ic_fluent_teardrop_bottom_right_20_filled" case .teardropBottomRight20Regular: return "ic_fluent_teardrop_bottom_right_20_regular" @@ -32315,14 +32327,14 @@ import Foundation case .textAlignDistributed20Regular: return "ic_fluent_text_align_distributed_20_regular" case .textAlignDistributed24Filled: return "ic_fluent_text_align_distributed_24_filled" case .textAlignDistributed24Regular: return "ic_fluent_text_align_distributed_24_regular" + default: break } + switch self { case .textAlignDistributedEvenly20Filled: return "ic_fluent_text_align_distributed_evenly_20_filled" case .textAlignDistributedEvenly20Regular: return "ic_fluent_text_align_distributed_evenly_20_regular" case .textAlignDistributedEvenly24Filled: return "ic_fluent_text_align_distributed_evenly_24_filled" case .textAlignDistributedEvenly24Regular: return "ic_fluent_text_align_distributed_evenly_24_regular" case .textAlignDistributedVertical20Filled: return "ic_fluent_text_align_distributed_vertical_20_filled" case .textAlignDistributedVertical20Regular: return "ic_fluent_text_align_distributed_vertical_20_regular" - default: break } - switch self { case .textAlignDistributedVertical24Filled: return "ic_fluent_text_align_distributed_vertical_24_filled" case .textAlignDistributedVertical24Regular: return "ic_fluent_text_align_distributed_vertical_24_regular" case .textAlignJustify20Filled: return "ic_fluent_text_align_justify_20_filled" @@ -32417,14 +32429,14 @@ import Foundation case .textBoxSettings20Regular: return "ic_fluent_text_box_settings_20_regular" case .textBoxSettings24Filled: return "ic_fluent_text_box_settings_24_filled" case .textBoxSettings24Regular: return "ic_fluent_text_box_settings_24_regular" + default: break } + switch self { case .textBulletList16Filled: return "ic_fluent_text_bullet_list_16_filled" case .textBulletList16Regular: return "ic_fluent_text_bullet_list_16_regular" case .textBulletList20Filled: return "ic_fluent_text_bullet_list_20_filled" case .textBulletList20Regular: return "ic_fluent_text_bullet_list_20_regular" case .textBulletList24Filled: return "ic_fluent_text_bullet_list_24_filled" case .textBulletList24Regular: return "ic_fluent_text_bullet_list_24_regular" - default: break } - switch self { case .textBulletList27024Filled: return "ic_fluent_text_bullet_list_270_24_filled" case .textBulletList27024Regular: return "ic_fluent_text_bullet_list_270_24_regular" case .textBulletList9020Filled: return "ic_fluent_text_bullet_list_90_20_filled" @@ -32519,14 +32531,14 @@ import Foundation case .textClearFormatting20Regular: return "ic_fluent_text_clear_formatting_20_regular" case .textClearFormatting24Filled: return "ic_fluent_text_clear_formatting_24_filled" case .textClearFormatting24Regular: return "ic_fluent_text_clear_formatting_24_regular" + default: break } + switch self { case .textClearFormatting32Light: return "ic_fluent_text_clear_formatting_32_light" case .textCollapse20Filled: return "ic_fluent_text_collapse_20_filled" case .textCollapse20Regular: return "ic_fluent_text_collapse_20_regular" case .textCollapse24Filled: return "ic_fluent_text_collapse_24_filled" case .textCollapse24Regular: return "ic_fluent_text_collapse_24_regular" case .textCollapse32Light: return "ic_fluent_text_collapse_32_light" - default: break } - switch self { case .textColor16Filled: return "ic_fluent_text_color_16_filled" case .textColor16Regular: return "ic_fluent_text_color_16_regular" case .textColor20Filled: return "ic_fluent_text_color_20_filled" @@ -32621,14 +32633,14 @@ import Foundation case .textDirectionRotate315Right24Regular: return "ic_fluent_text_direction_rotate_315_right_24_regular" case .textDirectionRotate45Right20Filled: return "ic_fluent_text_direction_rotate_45_right_20_filled" case .textDirectionRotate45Right20Regular: return "ic_fluent_text_direction_rotate_45_right_20_regular" + default: break } + switch self { case .textDirectionRotate45Right24Filled: return "ic_fluent_text_direction_rotate_45_right_24_filled" 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" case .textDirectionRotate90Left24Filled: return "ic_fluent_text_direction_rotate_90_left_24_filled" case .textDirectionRotate90Left24Regular: return "ic_fluent_text_direction_rotate_90_left_24_regular" - default: break } - switch self { case .textDirectionRotate90Right20Filled: return "ic_fluent_text_direction_rotate_90_right_20_filled" case .textDirectionRotate90Right20Regular: return "ic_fluent_text_direction_rotate_90_right_20_regular" case .textDirectionRotate90Right24Filled: return "ic_fluent_text_direction_rotate_90_right_24_filled" @@ -32723,14 +32735,14 @@ import Foundation case .textGrammarLightning24Filled: return "ic_fluent_text_grammar_lightning_24_filled" case .textGrammarLightning24Regular: return "ic_fluent_text_grammar_lightning_24_regular" case .textGrammarLightning28Filled: return "ic_fluent_text_grammar_lightning_28_filled" + default: break } + switch self { case .textGrammarLightning28Regular: return "ic_fluent_text_grammar_lightning_28_regular" case .textGrammarLightning32Filled: return "ic_fluent_text_grammar_lightning_32_filled" case .textGrammarLightning32Regular: return "ic_fluent_text_grammar_lightning_32_regular" 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" @@ -32825,14 +32837,14 @@ import Foundation case .textItalic24Filled: return "ic_fluent_text_italic_24_filled" case .textItalic24Regular: return "ic_fluent_text_italic_24_regular" case .textLineSpacing20Filled: return "ic_fluent_text_line_spacing_20_filled" + default: break } + switch self { case .textLineSpacing20Regular: return "ic_fluent_text_line_spacing_20_regular" case .textLineSpacing24Filled: return "ic_fluent_text_line_spacing_24_filled" case .textLineSpacing24Regular: return "ic_fluent_text_line_spacing_24_regular" 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" @@ -32927,14 +32939,14 @@ import Foundation case .textSortAscending20Filled: return "ic_fluent_text_sort_ascending_20_filled" case .textSortAscending20Regular: return "ic_fluent_text_sort_ascending_20_regular" case .textSortAscending24Filled: return "ic_fluent_text_sort_ascending_24_filled" + default: break } + switch self { case .textSortAscending24Regular: return "ic_fluent_text_sort_ascending_24_regular" case .textSortDescending16Filled: return "ic_fluent_text_sort_descending_16_filled" case .textSortDescending16Regular: return "ic_fluent_text_sort_descending_16_regular" 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" @@ -33029,14 +33041,14 @@ import Foundation case .textboxAlignBottomCenter24Filled: return "ic_fluent_textbox_align_bottom_center_24_filled" case .textboxAlignBottomCenter24Regular: return "ic_fluent_textbox_align_bottom_center_24_regular" case .textboxAlignBottomLeft16Filled: return "ic_fluent_textbox_align_bottom_left_16_filled" + default: break } + switch self { case .textboxAlignBottomLeft16Regular: return "ic_fluent_textbox_align_bottom_left_16_regular" case .textboxAlignBottomLeft20Filled: return "ic_fluent_textbox_align_bottom_left_20_filled" case .textboxAlignBottomLeft20Regular: return "ic_fluent_textbox_align_bottom_left_20_regular" case .textboxAlignBottomLeft24Filled: return "ic_fluent_textbox_align_bottom_left_24_filled" case .textboxAlignBottomLeft24Regular: return "ic_fluent_textbox_align_bottom_left_24_regular" case .textboxAlignBottomRight16Filled: return "ic_fluent_textbox_align_bottom_right_16_filled" - default: break } - switch self { case .textboxAlignBottomRight16Regular: return "ic_fluent_textbox_align_bottom_right_16_regular" case .textboxAlignBottomRight20Filled: return "ic_fluent_textbox_align_bottom_right_20_filled" case .textboxAlignBottomRight20Regular: return "ic_fluent_textbox_align_bottom_right_20_regular" @@ -33131,14 +33143,14 @@ import Foundation case .thinking24Regular: return "ic_fluent_thinking_24_regular" case .thumbDislike16Filled: return "ic_fluent_thumb_dislike_16_filled" case .thumbDislike16Regular: return "ic_fluent_thumb_dislike_16_regular" + default: break } + switch self { case .thumbDislike20Filled: return "ic_fluent_thumb_dislike_20_filled" case .thumbDislike20Regular: return "ic_fluent_thumb_dislike_20_regular" case .thumbDislike24Filled: return "ic_fluent_thumb_dislike_24_filled" case .thumbDislike24Regular: return "ic_fluent_thumb_dislike_24_regular" case .thumbLike16Filled: return "ic_fluent_thumb_like_16_filled" case .thumbLike16Regular: return "ic_fluent_thumb_like_16_regular" - default: break } - switch self { case .thumbLike20Filled: return "ic_fluent_thumb_like_20_filled" case .thumbLike20Regular: return "ic_fluent_thumb_like_20_regular" case .thumbLike24Filled: return "ic_fluent_thumb_like_24_filled" @@ -33233,14 +33245,14 @@ import Foundation case .toggleRight28Regular: return "ic_fluent_toggle_right_28_regular" case .toggleRight48Filled: return "ic_fluent_toggle_right_48_filled" case .toggleRight48Regular: return "ic_fluent_toggle_right_48_regular" + default: break } + switch self { case .toolbox12Filled: return "ic_fluent_toolbox_12_filled" case .toolbox12Regular: return "ic_fluent_toolbox_12_regular" case .toolbox16Filled: return "ic_fluent_toolbox_16_filled" case .toolbox16Regular: return "ic_fluent_toolbox_16_regular" case .toolbox20Filled: return "ic_fluent_toolbox_20_filled" case .toolbox20Regular: return "ic_fluent_toolbox_20_regular" - default: break } - switch self { case .toolbox24Filled: return "ic_fluent_toolbox_24_filled" case .toolbox24Regular: return "ic_fluent_toolbox_24_regular" case .toolbox28Filled: return "ic_fluent_toolbox_28_filled" @@ -33335,14 +33347,14 @@ import Foundation case .triangleLeft32Regular: return "ic_fluent_triangle_left_32_regular" case .triangleLeft48Filled: return "ic_fluent_triangle_left_48_filled" case .triangleLeft48Regular: return "ic_fluent_triangle_left_48_regular" + default: break } + switch self { case .triangleRight12Filled: return "ic_fluent_triangle_right_12_filled" case .triangleRight12Regular: return "ic_fluent_triangle_right_12_regular" case .triangleRight16Filled: return "ic_fluent_triangle_right_16_filled" case .triangleRight16Regular: return "ic_fluent_triangle_right_16_regular" case .triangleRight20Filled: return "ic_fluent_triangle_right_20_filled" case .triangleRight20Regular: return "ic_fluent_triangle_right_20_regular" - default: break } - switch self { case .triangleRight32Filled: return "ic_fluent_triangle_right_32_filled" case .triangleRight32Regular: return "ic_fluent_triangle_right_32_regular" case .triangleRight48Filled: return "ic_fluent_triangle_right_48_filled" @@ -33437,14 +33449,14 @@ import Foundation case .vehicleBicycle20Filled: return "ic_fluent_vehicle_bicycle_20_filled" case .vehicleBicycle20Regular: return "ic_fluent_vehicle_bicycle_20_regular" case .vehicleBicycle24Filled: return "ic_fluent_vehicle_bicycle_24_filled" + default: break } + switch self { case .vehicleBicycle24Regular: return "ic_fluent_vehicle_bicycle_24_regular" case .vehicleBus16Filled: return "ic_fluent_vehicle_bus_16_filled" case .vehicleBus16Regular: return "ic_fluent_vehicle_bus_16_regular" case .vehicleBus20Filled: return "ic_fluent_vehicle_bus_20_filled" case .vehicleBus20Regular: return "ic_fluent_vehicle_bus_20_regular" case .vehicleBus24Filled: return "ic_fluent_vehicle_bus_24_filled" - default: break } - switch self { case .vehicleBus24Regular: return "ic_fluent_vehicle_bus_24_regular" case .vehicleCab16Filled: return "ic_fluent_vehicle_cab_16_filled" case .vehicleCab16Regular: return "ic_fluent_vehicle_cab_16_regular" @@ -33539,14 +33551,14 @@ import Foundation case .vehicleTruck20Filled: return "ic_fluent_vehicle_truck_20_filled" case .vehicleTruck20Regular: return "ic_fluent_vehicle_truck_20_regular" case .vehicleTruck24Filled: return "ic_fluent_vehicle_truck_24_filled" + default: break } + switch self { case .vehicleTruck24Regular: return "ic_fluent_vehicle_truck_24_regular" case .vehicleTruckBag20Filled: return "ic_fluent_vehicle_truck_bag_20_filled" case .vehicleTruckBag20Regular: return "ic_fluent_vehicle_truck_bag_20_regular" case .vehicleTruckBag24Filled: return "ic_fluent_vehicle_truck_bag_24_filled" case .vehicleTruckBag24Regular: return "ic_fluent_vehicle_truck_bag_24_regular" case .vehicleTruckCube20Filled: return "ic_fluent_vehicle_truck_cube_20_filled" - default: break } - switch self { case .vehicleTruckCube20Regular: return "ic_fluent_vehicle_truck_cube_20_regular" case .vehicleTruckCube24Filled: return "ic_fluent_vehicle_truck_cube_24_filled" case .vehicleTruckCube24Regular: return "ic_fluent_vehicle_truck_cube_24_regular" @@ -33641,14 +33653,14 @@ import Foundation case .videoClip24Regular: return "ic_fluent_video_clip_24_regular" case .videoClip28Filled: return "ic_fluent_video_clip_28_filled" case .videoClip28Regular: return "ic_fluent_video_clip_28_regular" + default: break } + switch self { case .videoClip32Filled: return "ic_fluent_video_clip_32_filled" case .videoClip32Light: return "ic_fluent_video_clip_32_light" case .videoClip32Regular: return "ic_fluent_video_clip_32_regular" case .videoClip48Filled: return "ic_fluent_video_clip_48_filled" case .videoClip48Regular: return "ic_fluent_video_clip_48_regular" case .videoClipMultiple16Filled: return "ic_fluent_video_clip_multiple_16_filled" - default: break } - switch self { case .videoClipMultiple16Regular: return "ic_fluent_video_clip_multiple_16_regular" case .videoClipMultiple20Filled: return "ic_fluent_video_clip_multiple_20_filled" case .videoClipMultiple20Regular: return "ic_fluent_video_clip_multiple_20_regular" @@ -33743,14 +33755,14 @@ import Foundation case .videoPersonSparkle20Filled: return "ic_fluent_video_person_sparkle_20_filled" case .videoPersonSparkle20Regular: return "ic_fluent_video_person_sparkle_20_regular" case .videoPersonSparkle24Filled: return "ic_fluent_video_person_sparkle_24_filled" + default: break } + switch self { case .videoPersonSparkle24Regular: return "ic_fluent_video_person_sparkle_24_regular" case .videoPersonSparkle28Filled: return "ic_fluent_video_person_sparkle_28_filled" case .videoPersonSparkle28Regular: return "ic_fluent_video_person_sparkle_28_regular" case .videoPersonSparkle48Filled: return "ic_fluent_video_person_sparkle_48_filled" case .videoPersonSparkle48Regular: return "ic_fluent_video_person_sparkle_48_regular" case .videoPersonSparkleOff20Filled: return "ic_fluent_video_person_sparkle_off_20_filled" - default: break } - switch self { case .videoPersonSparkleOff20Regular: return "ic_fluent_video_person_sparkle_off_20_regular" case .videoPersonSparkleOff24Filled: return "ic_fluent_video_person_sparkle_off_24_filled" case .videoPersonSparkleOff24Regular: return "ic_fluent_video_person_sparkle_off_24_regular" @@ -33845,14 +33857,14 @@ import Foundation case .voicemailSubtract20Filled: return "ic_fluent_voicemail_subtract_20_filled" case .voicemailSubtract20Regular: return "ic_fluent_voicemail_subtract_20_regular" case .vote20Filled: return "ic_fluent_vote_20_filled" + default: break } + switch self { case .vote20Regular: return "ic_fluent_vote_20_regular" case .vote24Filled: return "ic_fluent_vote_24_filled" case .vote24Regular: return "ic_fluent_vote_24_regular" case .walkieTalkie20Filled: return "ic_fluent_walkie_talkie_20_filled" case .walkieTalkie20Regular: return "ic_fluent_walkie_talkie_20_regular" case .walkieTalkie24Filled: return "ic_fluent_walkie_talkie_24_filled" - default: break } - switch self { case .walkieTalkie24Regular: return "ic_fluent_walkie_talkie_24_regular" case .walkieTalkie28Filled: return "ic_fluent_walkie_talkie_28_filled" case .walkieTalkie28Regular: return "ic_fluent_walkie_talkie_28_regular" @@ -33947,14 +33959,14 @@ import Foundation case .weatherBlowingSnow48Filled: return "ic_fluent_weather_blowing_snow_48_filled" case .weatherBlowingSnow48Regular: return "ic_fluent_weather_blowing_snow_48_regular" case .weatherCloudy20Filled: return "ic_fluent_weather_cloudy_20_filled" + default: break } + switch self { case .weatherCloudy20Regular: return "ic_fluent_weather_cloudy_20_regular" case .weatherCloudy24Filled: return "ic_fluent_weather_cloudy_24_filled" case .weatherCloudy24Regular: return "ic_fluent_weather_cloudy_24_regular" case .weatherCloudy48Filled: return "ic_fluent_weather_cloudy_48_filled" case .weatherCloudy48Regular: return "ic_fluent_weather_cloudy_48_regular" case .weatherDrizzle20Filled: return "ic_fluent_weather_drizzle_20_filled" - default: break } - switch self { case .weatherDrizzle20Regular: return "ic_fluent_weather_drizzle_20_regular" case .weatherDrizzle24Filled: return "ic_fluent_weather_drizzle_24_filled" case .weatherDrizzle24Regular: return "ic_fluent_weather_drizzle_24_regular" @@ -34049,14 +34061,14 @@ import Foundation case .weatherRainSnow48Filled: return "ic_fluent_weather_rain_snow_48_filled" case .weatherRainSnow48Regular: return "ic_fluent_weather_rain_snow_48_regular" case .weatherSnow20Filled: return "ic_fluent_weather_snow_20_filled" + default: break } + switch self { case .weatherSnow20Regular: return "ic_fluent_weather_snow_20_regular" case .weatherSnow24Filled: return "ic_fluent_weather_snow_24_filled" case .weatherSnow24Regular: return "ic_fluent_weather_snow_24_regular" case .weatherSnow48Filled: return "ic_fluent_weather_snow_48_filled" case .weatherSnow48Regular: return "ic_fluent_weather_snow_48_regular" case .weatherSnowShowerDay20Filled: return "ic_fluent_weather_snow_shower_day_20_filled" - default: break } - switch self { case .weatherSnowShowerDay20Regular: return "ic_fluent_weather_snow_shower_day_20_regular" case .weatherSnowShowerDay24Filled: return "ic_fluent_weather_snow_shower_day_24_filled" case .weatherSnowShowerDay24Regular: return "ic_fluent_weather_snow_shower_day_24_regular" @@ -34151,14 +34163,14 @@ import Foundation case .wifiLock20Filled: return "ic_fluent_wifi_lock_20_filled" case .wifiLock20Regular: return "ic_fluent_wifi_lock_20_regular" case .wifiLock24Filled: return "ic_fluent_wifi_lock_24_filled" + default: break } + switch self { case .wifiLock24Regular: return "ic_fluent_wifi_lock_24_regular" case .wifiOff20Filled: return "ic_fluent_wifi_off_20_filled" case .wifiOff20Regular: return "ic_fluent_wifi_off_20_regular" case .wifiOff24Filled: return "ic_fluent_wifi_off_24_filled" case .wifiOff24Regular: return "ic_fluent_wifi_off_24_regular" case .wifiSettings20Filled: return "ic_fluent_wifi_settings_20_filled" - default: break } - switch self { case .wifiSettings20Regular: return "ic_fluent_wifi_settings_20_regular" case .wifiWarning20Filled: return "ic_fluent_wifi_warning_20_filled" case .wifiWarning20Regular: return "ic_fluent_wifi_warning_20_regular" @@ -34253,14 +34265,14 @@ import Foundation case .windowHeaderHorizontal20Regular: return "ic_fluent_window_header_horizontal_20_regular" case .windowHeaderHorizontalOff20Filled: return "ic_fluent_window_header_horizontal_off_20_filled" case .windowHeaderHorizontalOff20Regular: return "ic_fluent_window_header_horizontal_off_20_regular" + default: break } + switch self { case .windowHeaderVertical20Filled: return "ic_fluent_window_header_vertical_20_filled" case .windowHeaderVertical20Regular: return "ic_fluent_window_header_vertical_20_regular" case .windowInprivate20Filled: return "ic_fluent_window_inprivate_20_filled" case .windowInprivate20Regular: return "ic_fluent_window_inprivate_20_regular" case .windowInprivateAccount20Filled: return "ic_fluent_window_inprivate_account_20_filled" case .windowInprivateAccount20Regular: return "ic_fluent_window_inprivate_account_20_regular" - default: break } - switch self { case .windowLocationTarget20Filled: return "ic_fluent_window_location_target_20_filled" case .windowLocationTarget20Regular: return "ic_fluent_window_location_target_20_regular" case .windowMultiple16Filled: return "ic_fluent_window_multiple_16_filled" @@ -34355,14 +34367,14 @@ import Foundation case .zoomFit24Regular: return "ic_fluent_zoom_fit_24_regular" case .zoomIn16Filled: return "ic_fluent_zoom_in_16_filled" case .zoomIn16Regular: return "ic_fluent_zoom_in_16_regular" + default: break } + switch self { case .zoomIn20Filled: return "ic_fluent_zoom_in_20_filled" case .zoomIn20Regular: return "ic_fluent_zoom_in_20_regular" case .zoomIn24Filled: return "ic_fluent_zoom_in_24_filled" case .zoomIn24Regular: return "ic_fluent_zoom_in_24_regular" case .zoomIn32Light: return "ic_fluent_zoom_in_32_light" case .zoomOut16Filled: return "ic_fluent_zoom_out_16_filled" - default: break } - switch self { case .zoomOut16Regular: return "ic_fluent_zoom_out_16_regular" case .zoomOut20Filled: return "ic_fluent_zoom_out_20_filled" case .zoomOut20Regular: return "ic_fluent_zoom_out_20_regular" @@ -40426,6 +40438,12 @@ import Foundation case .documentOnePageMultiple20Regular: return ".documentOnePageMultiple20Regular" case .documentOnePageMultiple24Filled: return ".documentOnePageMultiple24Filled" case .documentOnePageMultiple24Regular: return ".documentOnePageMultiple24Regular" + case .documentOnePageMultipleSparkle16Filled: return ".documentOnePageMultipleSparkle16Filled" + case .documentOnePageMultipleSparkle16Regular: return ".documentOnePageMultipleSparkle16Regular" + case .documentOnePageMultipleSparkle20Filled: return ".documentOnePageMultipleSparkle20Filled" + case .documentOnePageMultipleSparkle20Regular: return ".documentOnePageMultipleSparkle20Regular" + case .documentOnePageMultipleSparkle24Filled: return ".documentOnePageMultipleSparkle24Filled" + case .documentOnePageMultipleSparkle24Regular: return ".documentOnePageMultipleSparkle24Regular" case .documentOnePageSparkle16Filled: return ".documentOnePageSparkle16Filled" case .documentOnePageSparkle16Regular: return ".documentOnePageSparkle16Regular" case .documentOnePageSparkle20Filled: return ".documentOnePageSparkle20Filled" @@ -40490,14 +40508,14 @@ import Foundation case .documentPrint24Regular: return ".documentPrint24Regular" case .documentPrint28Filled: return ".documentPrint28Filled" case .documentPrint28Regular: return ".documentPrint28Regular" + default: break } + switch self { case .documentPrint32Filled: return ".documentPrint32Filled" case .documentPrint32Regular: return ".documentPrint32Regular" case .documentPrint48Filled: return ".documentPrint48Filled" case .documentPrint48Regular: return ".documentPrint48Regular" case .documentProhibited20Filled: return ".documentProhibited20Filled" case .documentProhibited20Regular: return ".documentProhibited20Regular" - default: break } - switch self { case .documentProhibited24Filled: return ".documentProhibited24Filled" case .documentProhibited24Regular: return ".documentProhibited24Regular" case .documentPy16Filled: return ".documentPy16Filled" @@ -40592,14 +40610,14 @@ import Foundation case .documentTable20Filled: return ".documentTable20Filled" case .documentTable20Regular: return ".documentTable20Regular" case .documentTable24Filled: return ".documentTable24Filled" + default: break } + switch self { case .documentTable24Regular: return ".documentTable24Regular" case .documentTableArrowRight20Filled: return ".documentTableArrowRight20Filled" case .documentTableArrowRight20Regular: return ".documentTableArrowRight20Regular" case .documentTableArrowRight24Filled: return ".documentTableArrowRight24Filled" case .documentTableArrowRight24Regular: return ".documentTableArrowRight24Regular" case .documentTableCheckmark20Filled: return ".documentTableCheckmark20Filled" - default: break } - switch self { case .documentTableCheckmark20Regular: return ".documentTableCheckmark20Regular" case .documentTableCheckmark24Filled: return ".documentTableCheckmark24Filled" case .documentTableCheckmark24Regular: return ".documentTableCheckmark24Regular" @@ -40694,14 +40712,14 @@ import Foundation case .doubleSwipeDown20Regular: return ".doubleSwipeDown20Regular" case .doubleSwipeDown24Filled: return ".doubleSwipeDown24Filled" case .doubleSwipeDown24Regular: return ".doubleSwipeDown24Regular" + default: break } + switch self { case .doubleSwipeUp20Filled: return ".doubleSwipeUp20Filled" case .doubleSwipeUp20Regular: return ".doubleSwipeUp20Regular" case .doubleSwipeUp24Filled: return ".doubleSwipeUp24Filled" case .doubleSwipeUp24Regular: return ".doubleSwipeUp24Regular" case .doubleTapSwipeDown16Filled: return ".doubleTapSwipeDown16Filled" case .doubleTapSwipeDown16Regular: return ".doubleTapSwipeDown16Regular" - default: break } - switch self { case .doubleTapSwipeDown20Filled: return ".doubleTapSwipeDown20Filled" case .doubleTapSwipeDown20Regular: return ".doubleTapSwipeDown20Regular" case .doubleTapSwipeDown24Filled: return ".doubleTapSwipeDown24Filled" @@ -40796,14 +40814,14 @@ import Foundation case .drinkWine24Regular: return ".drinkWine24Regular" case .driveTrain20Filled: return ".driveTrain20Filled" case .driveTrain20Regular: return ".driveTrain20Regular" + default: break } + switch self { case .driveTrain24Filled: return ".driveTrain24Filled" case .driveTrain24Regular: return ".driveTrain24Regular" case .drop12Filled: return ".drop12Filled" case .drop12Regular: return ".drop12Regular" case .drop16Filled: return ".drop16Filled" case .drop16Regular: return ".drop16Regular" - default: break } - switch self { case .drop20Filled: return ".drop20Filled" case .drop20Regular: return ".drop20Regular" case .drop24Filled: return ".drop24Filled" @@ -40898,14 +40916,14 @@ import Foundation case .dualScreenVibrate24Regular: return ".dualScreenVibrate24Regular" case .dumbbell16Filled: return ".dumbbell16Filled" case .dumbbell16Regular: return ".dumbbell16Regular" + default: break } + switch self { case .dumbbell20Filled: return ".dumbbell20Filled" case .dumbbell20Regular: return ".dumbbell20Regular" case .dumbbell24Filled: return ".dumbbell24Filled" case .dumbbell24Regular: return ".dumbbell24Regular" case .dumbbell28Filled: return ".dumbbell28Filled" case .dumbbell28Regular: return ".dumbbell28Regular" - default: break } - switch self { case .dust20Filled: return ".dust20Filled" case .dust20Regular: return ".dust20Regular" case .dust24Filled: return ".dust24Filled" @@ -41000,14 +41018,14 @@ import Foundation case .editSettings24Filled: return ".editSettings24Filled" case .editSettings24Regular: return ".editSettings24Regular" case .elevator20Filled: return ".elevator20Filled" + default: break } + switch self { case .elevator20Regular: return ".elevator20Regular" case .elevator24Filled: return ".elevator24Filled" case .elevator24Regular: return ".elevator24Regular" case .elevator32Filled: return ".elevator32Filled" case .elevator32Regular: return ".elevator32Regular" case .elevator48Filled: return ".elevator48Filled" - default: break } - switch self { case .elevator48Regular: return ".elevator48Regular" case .emoji16Filled: return ".emoji16Filled" case .emoji16Regular: return ".emoji16Regular" @@ -41102,14 +41120,14 @@ import Foundation case .emojiSadSlight24Regular: return ".emojiSadSlight24Regular" case .emojiSmileSlight20Filled: return ".emojiSmileSlight20Filled" case .emojiSmileSlight20Regular: return ".emojiSmileSlight20Regular" + default: break } + switch self { case .emojiSmileSlight24Filled: return ".emojiSmileSlight24Filled" case .emojiSmileSlight24Regular: return ".emojiSmileSlight24Regular" case .emojiSparkle16Filled: return ".emojiSparkle16Filled" case .emojiSparkle16Regular: return ".emojiSparkle16Regular" case .emojiSparkle20Filled: return ".emojiSparkle20Filled" case .emojiSparkle20Regular: return ".emojiSparkle20Regular" - default: break } - switch self { case .emojiSparkle24Filled: return ".emojiSparkle24Filled" case .emojiSparkle24Regular: return ".emojiSparkle24Regular" case .emojiSparkle28Filled: return ".emojiSparkle28Filled" @@ -41204,14 +41222,14 @@ import Foundation case .expandUpRight48Regular: return ".expandUpRight48Regular" case .extendedDock20Filled: return ".extendedDock20Filled" case .extendedDock20Regular: return ".extendedDock20Regular" + default: break } + switch self { case .extendedDock24Filled: return ".extendedDock24Filled" case .extendedDock24Regular: return ".extendedDock24Regular" case .eye12Filled: return ".eye12Filled" case .eye12Regular: return ".eye12Regular" case .eye16Filled: return ".eye16Filled" case .eye16Regular: return ".eye16Regular" - default: break } - switch self { case .eye20Filled: return ".eye20Filled" case .eye20Regular: return ".eye20Regular" case .eye24Filled: return ".eye24Filled" @@ -41306,14 +41324,14 @@ import Foundation case .filmstrip20Regular: return ".filmstrip20Regular" case .filmstrip24Filled: return ".filmstrip24Filled" case .filmstrip24Regular: return ".filmstrip24Regular" + default: break } + switch self { case .filmstrip32Filled: return ".filmstrip32Filled" case .filmstrip32Regular: return ".filmstrip32Regular" case .filmstrip48Filled: return ".filmstrip48Filled" case .filmstrip48Regular: return ".filmstrip48Regular" case .filmstripImage20Filled: return ".filmstripImage20Filled" case .filmstripImage20Regular: return ".filmstripImage20Regular" - default: break } - switch self { case .filmstripImage24Filled: return ".filmstripImage24Filled" case .filmstripImage24Regular: return ".filmstripImage24Regular" case .filmstripOff48Filled: return ".filmstripOff48Filled" @@ -41408,14 +41426,14 @@ import Foundation case .flagClock20Regular: return ".flagClock20Regular" case .flagClock24Filled: return ".flagClock24Filled" case .flagClock24Regular: return ".flagClock24Regular" + default: break } + switch self { case .flagClock28Filled: return ".flagClock28Filled" case .flagClock28Regular: return ".flagClock28Regular" case .flagClock32Filled: return ".flagClock32Filled" case .flagClock32Regular: return ".flagClock32Regular" case .flagClock48Filled: return ".flagClock48Filled" case .flagClock48Regular: return ".flagClock48Regular" - default: break } - switch self { case .flagOff16Filled: return ".flagOff16Filled" case .flagOff16Regular: return ".flagOff16Regular" case .flagOff20Filled: return ".flagOff20Filled" @@ -41510,14 +41528,14 @@ 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" case .flipHorizontal24Regular: return ".flipHorizontal24Regular" case .flipHorizontal28Filled: return ".flipHorizontal28Filled" case .flipHorizontal28Regular: return ".flipHorizontal28Regular" - default: break } - switch self { case .flipHorizontal32Filled: return ".flipHorizontal32Filled" case .flipHorizontal32Regular: return ".flipHorizontal32Regular" case .flipHorizontal48Filled: return ".flipHorizontal48Filled" @@ -41612,14 +41630,14 @@ import Foundation case .folderArrowRight24Regular: return ".folderArrowRight24Regular" case .folderArrowRight28Filled: return ".folderArrowRight28Filled" case .folderArrowRight28Regular: return ".folderArrowRight28Regular" + default: break } + switch self { case .folderArrowRight32Filled: return ".folderArrowRight32Filled" case .folderArrowRight32Light: return ".folderArrowRight32Light" case .folderArrowRight32Regular: return ".folderArrowRight32Regular" case .folderArrowRight48Filled: return ".folderArrowRight48Filled" case .folderArrowRight48Regular: return ".folderArrowRight48Regular" case .folderArrowUp16Filled: return ".folderArrowUp16Filled" - default: break } - switch self { case .folderArrowUp16Regular: return ".folderArrowUp16Regular" case .folderArrowUp20Filled: return ".folderArrowUp20Filled" case .folderArrowUp20Regular: return ".folderArrowUp20Regular" @@ -41714,14 +41732,14 @@ import Foundation case .folderProhibited20Regular: return ".folderProhibited20Regular" case .folderProhibited24Filled: return ".folderProhibited24Filled" case .folderProhibited24Regular: return ".folderProhibited24Regular" + default: break } + switch self { case .folderProhibited28Filled: return ".folderProhibited28Filled" case .folderProhibited28Regular: return ".folderProhibited28Regular" case .folderProhibited32Filled: return ".folderProhibited32Filled" case .folderProhibited32Regular: return ".folderProhibited32Regular" case .folderProhibited48Filled: return ".folderProhibited48Filled" case .folderProhibited48Regular: return ".folderProhibited48Regular" - default: break } - switch self { case .folderSearch16Filled: return ".folderSearch16Filled" case .folderSearch16Regular: return ".folderSearch16Regular" case .folderSearch20Filled: return ".folderSearch20Filled" @@ -41816,14 +41834,14 @@ import Foundation case .foodEgg16Regular: return ".foodEgg16Regular" case .foodEgg20Filled: return ".foodEgg20Filled" case .foodEgg20Regular: return ".foodEgg20Regular" + default: break } + switch self { case .foodEgg24Filled: return ".foodEgg24Filled" case .foodEgg24Regular: return ".foodEgg24Regular" case .foodFish20Filled: return ".foodFish20Filled" case .foodFish20Regular: return ".foodFish20Regular" case .foodFish24Filled: return ".foodFish24Filled" case .foodFish24Regular: return ".foodFish24Regular" - default: break } - switch self { case .foodGrains20Filled: return ".foodGrains20Filled" case .foodGrains20Regular: return ".foodGrains20Regular" case .foodGrains24Filled: return ".foodGrains24Filled" @@ -41918,14 +41936,14 @@ import Foundation case .fullScreenMinimize20Regular: return ".fullScreenMinimize20Regular" case .fullScreenMinimize24Filled: return ".fullScreenMinimize24Filled" case .fullScreenMinimize24Regular: return ".fullScreenMinimize24Regular" + default: break } + switch self { case .fullScreenMinimize28Filled: return ".fullScreenMinimize28Filled" case .fullScreenMinimize28Regular: return ".fullScreenMinimize28Regular" case .fullScreenMinimize32Filled: return ".fullScreenMinimize32Filled" case .fullScreenMinimize32Regular: return ".fullScreenMinimize32Regular" case .gameChat20Color: return ".gameChat20Color" case .gameChat20Filled: return ".gameChat20Filled" - default: break } - switch self { case .gameChat20Regular: return ".gameChat20Regular" case .games16Filled: return ".games16Filled" case .games16Regular: return ".games16Regular" @@ -42020,14 +42038,14 @@ import Foundation case .giftOpen24Filled: return ".giftOpen24Filled" case .giftOpen24Regular: return ".giftOpen24Regular" case .giftOpen32Filled: return ".giftOpen32Filled" + default: break } + switch self { case .giftOpen32Regular: return ".giftOpen32Regular" case .glance12Filled: return ".glance12Filled" case .glance12Regular: return ".glance12Regular" case .glance16Filled: return ".glance16Filled" case .glance16Regular: return ".glance16Regular" case .glance20Filled: return ".glance20Filled" - default: break } - switch self { case .glance20Regular: return ".glance20Regular" case .glance24Filled: return ".glance24Filled" case .glance24Regular: return ".glance24Regular" @@ -42122,14 +42140,14 @@ import Foundation case .globeClock20Filled: return ".globeClock20Filled" case .globeClock20Regular: return ".globeClock20Regular" case .globeClock24Filled: return ".globeClock24Filled" + default: break } + switch self { case .globeClock24Regular: return ".globeClock24Regular" case .globeDesktop20Filled: return ".globeDesktop20Filled" case .globeDesktop20Regular: return ".globeDesktop20Regular" case .globeDesktop24Filled: return ".globeDesktop24Filled" case .globeDesktop24Regular: return ".globeDesktop24Regular" case .globeError16Filled: return ".globeError16Filled" - default: break } - switch self { case .globeError16Regular: return ".globeError16Regular" case .globeError20Filled: return ".globeError20Filled" case .globeError20Regular: return ".globeError20Regular" @@ -42224,14 +42242,14 @@ import Foundation case .gridDots20Regular: return ".gridDots20Regular" case .gridDots24Filled: return ".gridDots24Filled" case .gridDots24Regular: return ".gridDots24Regular" + default: break } + switch self { case .gridDots28Filled: return ".gridDots28Filled" case .gridDots28Regular: return ".gridDots28Regular" case .gridKanban16Filled: return ".gridKanban16Filled" case .gridKanban16Regular: return ".gridKanban16Regular" case .gridKanban20Filled: return ".gridKanban20Filled" case .gridKanban20Regular: return ".gridKanban20Regular" - default: break } - switch self { case .group20Filled: return ".group20Filled" case .group20Regular: return ".group20Regular" case .group24Filled: return ".group24Filled" @@ -42326,14 +42344,14 @@ import Foundation case .handRight16Filled: return ".handRight16Filled" case .handRight16Regular: return ".handRight16Regular" case .handRight20Filled: return ".handRight20Filled" + default: break } + switch self { case .handRight20Regular: return ".handRight20Regular" case .handRight24Filled: return ".handRight24Filled" case .handRight24Regular: return ".handRight24Regular" case .handRight28Filled: return ".handRight28Filled" case .handRight28Regular: return ".handRight28Regular" case .handRightOff16Filled: return ".handRightOff16Filled" - default: break } - switch self { case .handRightOff16Regular: return ".handRightOff16Regular" case .handRightOff20Filled: return ".handRightOff20Filled" case .handRightOff20Regular: return ".handRightOff20Regular" @@ -42428,14 +42446,14 @@ import Foundation case .headphones20Color: return ".headphones20Color" case .headphones20Filled: return ".headphones20Filled" case .headphones20Regular: return ".headphones20Regular" + default: break } + switch self { case .headphones24Color: return ".headphones24Color" case .headphones24Filled: return ".headphones24Filled" case .headphones24Regular: return ".headphones24Regular" case .headphones28Color: return ".headphones28Color" case .headphones28Filled: return ".headphones28Filled" case .headphones28Regular: return ".headphones28Regular" - default: break } - switch self { case .headphones32Color: return ".headphones32Color" case .headphones32Filled: return ".headphones32Filled" case .headphones32Regular: return ".headphones32Regular" @@ -42530,14 +42548,14 @@ import Foundation case .heartPulse32Regular: return ".heartPulse32Regular" case .heartPulseCheckmark20Filled: return ".heartPulseCheckmark20Filled" case .heartPulseCheckmark20Regular: return ".heartPulseCheckmark20Regular" + default: break } + switch self { case .heartPulseError20Filled: return ".heartPulseError20Filled" case .heartPulseError20Regular: return ".heartPulseError20Regular" case .heartPulseWarning20Filled: return ".heartPulseWarning20Filled" case .heartPulseWarning20Regular: return ".heartPulseWarning20Regular" case .hexagon12Filled: return ".hexagon12Filled" case .hexagon12Regular: return ".hexagon12Regular" - default: break } - switch self { case .hexagon16Filled: return ".hexagon16Filled" case .hexagon16Regular: return ".hexagon16Regular" case .hexagon20Filled: return ".hexagon20Filled" @@ -42632,14 +42650,14 @@ import Foundation case .homeAdd24Regular: return ".homeAdd24Regular" case .homeCheckmark16Filled: return ".homeCheckmark16Filled" case .homeCheckmark16Regular: return ".homeCheckmark16Regular" + default: break } + switch self { case .homeCheckmark20Filled: return ".homeCheckmark20Filled" case .homeCheckmark20Regular: return ".homeCheckmark20Regular" case .homeCheckmark24Filled: return ".homeCheckmark24Filled" case .homeCheckmark24Regular: return ".homeCheckmark24Regular" case .homeDatabase20Filled: return ".homeDatabase20Filled" case .homeDatabase20Regular: return ".homeDatabase20Regular" - default: break } - switch self { case .homeDatabase24Filled: return ".homeDatabase24Filled" case .homeDatabase24Regular: return ".homeDatabase24Regular" case .homeDatabase32Filled: return ".homeDatabase32Filled" @@ -42734,14 +42752,14 @@ import Foundation case .imageArrowBack24Regular: return ".imageArrowBack24Regular" case .imageArrowCounterclockwise20Filled: return ".imageArrowCounterclockwise20Filled" case .imageArrowCounterclockwise20Regular: return ".imageArrowCounterclockwise20Regular" + default: break } + switch self { case .imageArrowCounterclockwise24Filled: return ".imageArrowCounterclockwise24Filled" case .imageArrowCounterclockwise24Regular: return ".imageArrowCounterclockwise24Regular" case .imageArrowForward20Filled: return ".imageArrowForward20Filled" case .imageArrowForward20Regular: return ".imageArrowForward20Regular" case .imageArrowForward24Filled: return ".imageArrowForward24Filled" case .imageArrowForward24Regular: return ".imageArrowForward24Regular" - default: break } - switch self { case .imageBorder16Filled: return ".imageBorder16Filled" case .imageBorder16Regular: return ".imageBorder16Regular" case .imageBorder20Filled: return ".imageBorder20Filled" @@ -42836,14 +42854,14 @@ import Foundation case .imageSplit20Filled: return ".imageSplit20Filled" case .imageSplit20Regular: return ".imageSplit20Regular" case .imageSplit24Filled: return ".imageSplit24Filled" + default: break } + switch self { case .imageSplit24Regular: return ".imageSplit24Regular" case .imageStack16Filled: return ".imageStack16Filled" case .imageStack16Regular: return ".imageStack16Regular" case .imageStack20Filled: return ".imageStack20Filled" case .imageStack20Regular: return ".imageStack20Regular" case .imageTable16Filled: return ".imageTable16Filled" - default: break } - switch self { case .imageTable16Regular: return ".imageTable16Regular" case .imageTable20Filled: return ".imageTable20Filled" case .imageTable20Regular: return ".imageTable20Regular" @@ -42938,14 +42956,14 @@ import Foundation case .iot20Filled: return ".iot20Filled" case .iot20Regular: return ".iot20Regular" case .iot24Filled: return ".iot24Filled" + default: break } + switch self { case .iot24Regular: return ".iot24Regular" case .iotAlert16Filled: return ".iotAlert16Filled" case .iotAlert16Regular: return ".iotAlert16Regular" case .iotAlert20Filled: return ".iotAlert20Filled" case .iotAlert20Regular: return ".iotAlert20Regular" case .iotAlert24Filled: return ".iotAlert24Filled" - default: break } - switch self { case .iotAlert24Regular: return ".iotAlert24Regular" case .javascript16Filled: return ".javascript16Filled" case .javascript16Regular: return ".javascript16Regular" @@ -43040,14 +43058,14 @@ import Foundation case .laptop32Filled: return ".laptop32Filled" case .laptop32Regular: return ".laptop32Regular" case .laptop48Filled: return ".laptop48Filled" + default: break } + switch self { case .laptop48Regular: return ".laptop48Regular" case .laptopBriefcase20Filled: return ".laptopBriefcase20Filled" case .laptopBriefcase20Regular: return ".laptopBriefcase20Regular" case .laptopBriefcase24Filled: return ".laptopBriefcase24Filled" case .laptopBriefcase24Regular: return ".laptopBriefcase24Regular" case .laptopBriefcase32Filled: return ".laptopBriefcase32Filled" - default: break } - switch self { case .laptopBriefcase32Regular: return ".laptopBriefcase32Regular" case .laptopDismiss16Filled: return ".laptopDismiss16Filled" case .laptopDismiss16Regular: return ".laptopDismiss16Regular" @@ -43142,14 +43160,14 @@ import Foundation case .layoutColumnFourFocusCenterRight24Filled: return ".layoutColumnFourFocusCenterRight24Filled" case .layoutColumnFourFocusLeft16Filled: return ".layoutColumnFourFocusLeft16Filled" case .layoutColumnFourFocusLeft20Filled: return ".layoutColumnFourFocusLeft20Filled" + default: break } + switch self { case .layoutColumnFourFocusLeft24Filled: return ".layoutColumnFourFocusLeft24Filled" case .layoutColumnFourFocusRight16Filled: return ".layoutColumnFourFocusRight16Filled" case .layoutColumnFourFocusRight20Filled: return ".layoutColumnFourFocusRight20Filled" case .layoutColumnFourFocusRight24Filled: return ".layoutColumnFourFocusRight24Filled" case .layoutColumnOneThirdLeft16Filled: return ".layoutColumnOneThirdLeft16Filled" case .layoutColumnOneThirdLeft16Regular: return ".layoutColumnOneThirdLeft16Regular" - default: break } - switch self { case .layoutColumnOneThirdLeft20Filled: return ".layoutColumnOneThirdLeft20Filled" case .layoutColumnOneThirdLeft20Regular: return ".layoutColumnOneThirdLeft20Regular" case .layoutColumnOneThirdLeft24Filled: return ".layoutColumnOneThirdLeft24Filled" @@ -43244,14 +43262,14 @@ import Foundation case .layoutRowFourFocusCenterBottom24Filled: return ".layoutRowFourFocusCenterBottom24Filled" case .layoutRowFourFocusCenterTop16Filled: return ".layoutRowFourFocusCenterTop16Filled" case .layoutRowFourFocusCenterTop20Filled: return ".layoutRowFourFocusCenterTop20Filled" + default: break } + switch self { case .layoutRowFourFocusCenterTop24Filled: return ".layoutRowFourFocusCenterTop24Filled" case .layoutRowFourFocusTop16Filled: return ".layoutRowFourFocusTop16Filled" case .layoutRowFourFocusTop20Filled: return ".layoutRowFourFocusTop20Filled" case .layoutRowFourFocusTop24Filled: return ".layoutRowFourFocusTop24Filled" case .layoutRowThree16Filled: return ".layoutRowThree16Filled" case .layoutRowThree16Regular: return ".layoutRowThree16Regular" - default: break } - switch self { case .layoutRowThree20Filled: return ".layoutRowThree20Filled" case .layoutRowThree20Regular: return ".layoutRowThree20Regular" case .layoutRowThree24Filled: return ".layoutRowThree24Filled" @@ -43346,14 +43364,14 @@ import Foundation case .leafThree24Regular: return ".leafThree24Regular" case .leafTwo16Filled: return ".leafTwo16Filled" case .leafTwo16Regular: return ".leafTwo16Regular" + default: break } + switch self { case .leafTwo20Filled: return ".leafTwo20Filled" case .leafTwo20Regular: return ".leafTwo20Regular" case .leafTwo24Filled: return ".leafTwo24Filled" case .leafTwo24Regular: return ".leafTwo24Regular" case .leafTwo32Filled: return ".leafTwo32Filled" case .leafTwo32Regular: return ".leafTwo32Regular" - default: break } - switch self { case .leafTwo48Filled: return ".leafTwo48Filled" case .leafTwo48Regular: return ".leafTwo48Regular" case .learningApp16Filled: return ".learningApp16Filled" @@ -43448,14 +43466,14 @@ import Foundation case .lineFlowDiagonalUpRight32Filled: return ".lineFlowDiagonalUpRight32Filled" case .lineFlowDiagonalUpRight32Regular: return ".lineFlowDiagonalUpRight32Regular" case .lineHorizontal116Filled: return ".lineHorizontal116Filled" + default: break } + switch self { case .lineHorizontal116Regular: return ".lineHorizontal116Regular" case .lineHorizontal120Filled: return ".lineHorizontal120Filled" case .lineHorizontal120Regular: return ".lineHorizontal120Regular" case .lineHorizontal124Filled: return ".lineHorizontal124Filled" case .lineHorizontal124Regular: return ".lineHorizontal124Regular" case .lineHorizontal128Filled: return ".lineHorizontal128Filled" - default: break } - switch self { case .lineHorizontal128Regular: return ".lineHorizontal128Regular" case .lineHorizontal1DashDotDash20Filled: return ".lineHorizontal1DashDotDash20Filled" case .lineHorizontal1DashDotDash20Regular: return ".lineHorizontal1DashDotDash20Regular" @@ -43550,14 +43568,14 @@ import Foundation case .linkEdit16Regular: return ".linkEdit16Regular" case .linkEdit20Filled: return ".linkEdit20Filled" case .linkEdit20Regular: return ".linkEdit20Regular" + default: break } + switch self { case .linkEdit24Filled: return ".linkEdit24Filled" case .linkEdit24Regular: return ".linkEdit24Regular" case .linkMultiple16Filled: return ".linkMultiple16Filled" case .linkMultiple16Regular: return ".linkMultiple16Regular" case .linkMultiple20Filled: return ".linkMultiple20Filled" case .linkMultiple20Regular: return ".linkMultiple20Regular" - default: break } - switch self { case .linkMultiple24Filled: return ".linkMultiple24Filled" case .linkMultiple24Regular: return ".linkMultiple24Regular" case .linkPerson16Filled: return ".linkPerson16Filled" @@ -43652,14 +43670,14 @@ import Foundation case .locationArrow24Regular: return ".locationArrow24Regular" case .locationArrow28Filled: return ".locationArrow28Filled" case .locationArrow28Regular: return ".locationArrow28Regular" + default: break } + switch self { case .locationArrow32Filled: return ".locationArrow32Filled" case .locationArrow32Regular: return ".locationArrow32Regular" case .locationArrow48Filled: return ".locationArrow48Filled" case .locationArrow48Regular: return ".locationArrow48Regular" case .locationArrowLeft16Filled: return ".locationArrowLeft16Filled" case .locationArrowLeft16Regular: return ".locationArrowLeft16Regular" - default: break } - switch self { case .locationArrowLeft20Filled: return ".locationArrowLeft20Filled" case .locationArrowLeft20Regular: return ".locationArrowLeft20Regular" case .locationArrowLeft48Filled: return ".locationArrowLeft48Filled" @@ -43754,14 +43772,14 @@ import Foundation case .lockShield16Regular: return ".lockShield16Regular" case .lockShield20Filled: return ".lockShield20Filled" case .lockShield20Regular: return ".lockShield20Regular" + default: break } + switch self { case .lockShield24Filled: return ".lockShield24Filled" case .lockShield24Regular: return ".lockShield24Regular" case .lockShield28Filled: return ".lockShield28Filled" case .lockShield28Regular: return ".lockShield28Regular" case .lockShield32Filled: return ".lockShield32Filled" case .lockShield32Regular: return ".lockShield32Regular" - default: break } - switch self { case .lockShield48Filled: return ".lockShield48Filled" case .lockShield48Regular: return ".lockShield48Regular" case .lottery20Filled: return ".lottery20Filled" @@ -43856,14 +43874,14 @@ import Foundation case .mailArrowForward20Regular: return ".mailArrowForward20Regular" case .mailArrowUp16Filled: return ".mailArrowUp16Filled" case .mailArrowUp16Regular: return ".mailArrowUp16Regular" + default: break } + switch self { case .mailArrowUp20Filled: return ".mailArrowUp20Filled" case .mailArrowUp20Regular: return ".mailArrowUp20Regular" case .mailArrowUp24Filled: return ".mailArrowUp24Filled" case .mailArrowUp24Regular: return ".mailArrowUp24Regular" case .mailAttach16Filled: return ".mailAttach16Filled" case .mailAttach16Regular: return ".mailAttach16Regular" - default: break } - switch self { case .mailAttach20Filled: return ".mailAttach20Filled" case .mailAttach20Regular: return ".mailAttach20Regular" case .mailAttach24Filled: return ".mailAttach24Filled" @@ -43958,14 +43976,14 @@ import Foundation case .mailInboxDismiss16Regular: return ".mailInboxDismiss16Regular" case .mailInboxDismiss20Filled: return ".mailInboxDismiss20Filled" case .mailInboxDismiss20Regular: return ".mailInboxDismiss20Regular" + default: break } + switch self { case .mailInboxDismiss24Filled: return ".mailInboxDismiss24Filled" case .mailInboxDismiss24Regular: return ".mailInboxDismiss24Regular" case .mailInboxDismiss28Filled: return ".mailInboxDismiss28Filled" case .mailInboxDismiss28Regular: return ".mailInboxDismiss28Regular" case .mailInboxPerson16Filled: return ".mailInboxPerson16Filled" case .mailInboxPerson16Regular: return ".mailInboxPerson16Regular" - default: break } - switch self { case .mailInboxPerson20Filled: return ".mailInboxPerson20Filled" case .mailInboxPerson20Regular: return ".mailInboxPerson20Regular" case .mailInboxPerson32Filled: return ".mailInboxPerson32Filled" @@ -44060,14 +44078,14 @@ import Foundation case .mailSettings16Regular: return ".mailSettings16Regular" case .mailSettings20Filled: return ".mailSettings20Filled" case .mailSettings20Regular: return ".mailSettings20Regular" + default: break } + switch self { case .mailSettings32Light: return ".mailSettings32Light" case .mailShield16Filled: return ".mailShield16Filled" case .mailShield16Regular: return ".mailShield16Regular" case .mailShield20Filled: return ".mailShield20Filled" case .mailShield20Regular: return ".mailShield20Regular" case .mailTemplate16Filled: return ".mailTemplate16Filled" - default: break } - switch self { case .mailTemplate16Regular: return ".mailTemplate16Regular" case .mailTemplate20Filled: return ".mailTemplate20Filled" case .mailTemplate20Regular: return ".mailTemplate20Regular" @@ -44162,14 +44180,14 @@ import Foundation case .meetNow20Regular: return ".meetNow20Regular" case .meetNow24Filled: return ".meetNow24Filled" case .meetNow24Regular: return ".meetNow24Regular" + default: break } + switch self { case .meetNow28Filled: return ".meetNow28Filled" case .meetNow28Regular: return ".meetNow28Regular" case .meetNow32Filled: return ".meetNow32Filled" case .meetNow32Regular: return ".meetNow32Regular" case .meetNow48Filled: return ".meetNow48Filled" case .meetNow48Regular: return ".meetNow48Regular" - default: break } - switch self { case .megaphone12Filled: return ".megaphone12Filled" case .megaphone12Regular: return ".megaphone12Regular" case .megaphone16Filled: return ".megaphone16Filled" @@ -44264,14 +44282,14 @@ import Foundation case .micOff20Filled: return ".micOff20Filled" case .micOff20Regular: return ".micOff20Regular" case .micOff24Filled: return ".micOff24Filled" + default: break } + switch self { case .micOff24Regular: return ".micOff24Regular" case .micOff28Filled: return ".micOff28Filled" case .micOff28Regular: return ".micOff28Regular" case .micOff32Filled: return ".micOff32Filled" case .micOff32Regular: return ".micOff32Regular" case .micOff48Filled: return ".micOff48Filled" - default: break } - switch self { case .micOff48Regular: return ".micOff48Regular" case .micProhibited16Filled: return ".micProhibited16Filled" case .micProhibited16Regular: return ".micProhibited16Regular" @@ -44366,14 +44384,14 @@ import Foundation case .money24Regular: return ".money24Regular" case .moneyCalculator20Filled: return ".moneyCalculator20Filled" case .moneyCalculator20Regular: return ".moneyCalculator20Regular" + default: break } + switch self { case .moneyCalculator24Filled: return ".moneyCalculator24Filled" case .moneyCalculator24Regular: return ".moneyCalculator24Regular" case .moneyDismiss20Filled: return ".moneyDismiss20Filled" case .moneyDismiss20Regular: return ".moneyDismiss20Regular" case .moneyDismiss24Filled: return ".moneyDismiss24Filled" case .moneyDismiss24Regular: return ".moneyDismiss24Regular" - default: break } - switch self { case .moneyHand16Filled: return ".moneyHand16Filled" case .moneyHand16Regular: return ".moneyHand16Regular" case .moneyHand20Filled: return ".moneyHand20Filled" @@ -44468,14 +44486,14 @@ import Foundation case .multiplier15X28Regular: return ".multiplier15X28Regular" case .multiplier15X32Filled: return ".multiplier15X32Filled" case .multiplier15X32Regular: return ".multiplier15X32Regular" + default: break } + switch self { case .multiplier15X48Filled: return ".multiplier15X48Filled" case .multiplier15X48Regular: return ".multiplier15X48Regular" case .multiplier18X20Filled: return ".multiplier18X20Filled" case .multiplier18X20Regular: return ".multiplier18X20Regular" case .multiplier18X24Filled: return ".multiplier18X24Filled" case .multiplier18X24Regular: return ".multiplier18X24Regular" - default: break } - switch self { case .multiplier18X28Filled: return ".multiplier18X28Filled" case .multiplier18X28Regular: return ".multiplier18X28Regular" case .multiplier18X32Filled: return ".multiplier18X32Filled" @@ -44570,14 +44588,14 @@ import Foundation case .navigationUnread24Regular: return ".navigationUnread24Regular" case .networkAdapter16Filled: return ".networkAdapter16Filled" case .networkAdapter16Regular: return ".networkAdapter16Regular" + default: break } + switch self { case .networkCheck20Filled: return ".networkCheck20Filled" case .networkCheck20Regular: return ".networkCheck20Regular" case .networkCheck24Filled: return ".networkCheck24Filled" case .networkCheck24Regular: return ".networkCheck24Regular" case .new16Filled: return ".new16Filled" case .new16Regular: return ".new16Regular" - default: break } - switch self { case .new20Filled: return ".new20Filled" case .new20Regular: return ".new20Regular" case .new24Filled: return ".new24Filled" @@ -44672,14 +44690,14 @@ import Foundation case .notebookSectionArrowRight24Filled: return ".notebookSectionArrowRight24Filled" case .notebookSectionArrowRight24Regular: return ".notebookSectionArrowRight24Regular" case .notebookSubsection20Filled: return ".notebookSubsection20Filled" + default: break } + switch self { case .notebookSubsection20Regular: return ".notebookSubsection20Regular" case .notebookSubsection24Filled: return ".notebookSubsection24Filled" case .notebookSubsection24Regular: return ".notebookSubsection24Regular" case .notebookSync20Filled: return ".notebookSync20Filled" case .notebookSync20Regular: return ".notebookSync20Regular" case .notebookSync24Filled: return ".notebookSync24Filled" - default: break } - switch self { case .notebookSync24Regular: return ".notebookSync24Regular" case .notepad12Filled: return ".notepad12Filled" case .notepad12Regular: return ".notepad12Regular" @@ -44774,14 +44792,14 @@ import Foundation case .numberCircle448Filled: return ".numberCircle448Filled" case .numberCircle448Regular: return ".numberCircle448Regular" case .numberCircle516Filled: return ".numberCircle516Filled" + default: break } + switch self { case .numberCircle516Regular: return ".numberCircle516Regular" case .numberCircle520Filled: return ".numberCircle520Filled" case .numberCircle520Regular: return ".numberCircle520Regular" case .numberCircle524Filled: return ".numberCircle524Filled" case .numberCircle524Regular: return ".numberCircle524Regular" case .numberCircle528Filled: return ".numberCircle528Filled" - default: break } - switch self { case .numberCircle528Regular: return ".numberCircle528Regular" case .numberCircle532Filled: return ".numberCircle532Filled" case .numberCircle532Regular: return ".numberCircle532Regular" @@ -44876,14 +44894,14 @@ import Foundation case .open48Filled: return ".open48Filled" case .open48Regular: return ".open48Regular" case .openFolder16Filled: return ".openFolder16Filled" + default: break } + switch self { case .openFolder16Regular: return ".openFolder16Regular" case .openFolder20Filled: return ".openFolder20Filled" case .openFolder20Regular: return ".openFolder20Regular" case .openFolder24Filled: return ".openFolder24Filled" case .openFolder24Regular: return ".openFolder24Regular" case .openFolder28Filled: return ".openFolder28Filled" - default: break } - switch self { case .openFolder28Regular: return ".openFolder28Regular" case .openFolder48Filled: return ".openFolder48Filled" case .openFolder48Regular: return ".openFolder48Regular" @@ -44978,14 +44996,14 @@ import Foundation case .paddingTop24Regular: return ".paddingTop24Regular" case .pageFit16Filled: return ".pageFit16Filled" case .pageFit16Regular: return ".pageFit16Regular" + default: break } + switch self { case .pageFit20Filled: return ".pageFit20Filled" case .pageFit20Regular: return ".pageFit20Regular" case .pageFit24Filled: return ".pageFit24Filled" case .pageFit24Regular: return ".pageFit24Regular" case .paintBrush12Filled: return ".paintBrush12Filled" case .paintBrush12Regular: return ".paintBrush12Regular" - default: break } - switch self { case .paintBrush16Filled: return ".paintBrush16Filled" case .paintBrush16Regular: return ".paintBrush16Regular" case .paintBrush20Filled: return ".paintBrush20Filled" @@ -45080,14 +45098,14 @@ import Foundation case .panelLeftFocusRight20Filled: return ".panelLeftFocusRight20Filled" case .panelLeftFocusRight24Filled: return ".panelLeftFocusRight24Filled" case .panelLeftFocusRight28Filled: return ".panelLeftFocusRight28Filled" + default: break } + switch self { case .panelLeftFocusRight32Light: return ".panelLeftFocusRight32Light" case .panelLeftHeader16Filled: return ".panelLeftHeader16Filled" case .panelLeftHeader16Regular: return ".panelLeftHeader16Regular" case .panelLeftHeader20Filled: return ".panelLeftHeader20Filled" case .panelLeftHeader20Regular: return ".panelLeftHeader20Regular" case .panelLeftHeader24Filled: return ".panelLeftHeader24Filled" - default: break } - switch self { case .panelLeftHeader24Regular: return ".panelLeftHeader24Regular" case .panelLeftHeader28Filled: return ".panelLeftHeader28Filled" case .panelLeftHeader28Regular: return ".panelLeftHeader28Regular" @@ -45182,14 +45200,14 @@ import Foundation case .panelRightCursor24Filled: return ".panelRightCursor24Filled" case .panelRightCursor24Regular: return ".panelRightCursor24Regular" case .panelRightExpand20Filled: return ".panelRightExpand20Filled" + default: break } + switch self { case .panelRightExpand20Regular: return ".panelRightExpand20Regular" case .panelRightGallery16Filled: return ".panelRightGallery16Filled" case .panelRightGallery16Regular: return ".panelRightGallery16Regular" case .panelRightGallery20Filled: return ".panelRightGallery20Filled" case .panelRightGallery20Regular: return ".panelRightGallery20Regular" case .panelRightGallery24Filled: return ".panelRightGallery24Filled" - default: break } - switch self { case .panelRightGallery24Regular: return ".panelRightGallery24Regular" case .panelRightGallery28Filled: return ".panelRightGallery28Filled" case .panelRightGallery28Regular: return ".panelRightGallery28Regular" @@ -45284,14 +45302,14 @@ 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" case .pen16Filled: return ".pen16Filled" case .pen16Regular: return ".pen16Regular" case .pen20Filled: return ".pen20Filled" - default: break } - switch self { case .pen20Regular: return ".pen20Regular" case .pen24Filled: return ".pen24Filled" case .pen24Regular: return ".pen24Regular" @@ -45386,14 +45404,14 @@ import Foundation case .people32Filled: return ".people32Filled" case .people32Light: return ".people32Light" case .people32Regular: return ".people32Regular" + default: break } + switch self { case .people48Color: return ".people48Color" case .people48Filled: return ".people48Filled" case .people48Regular: return ".people48Regular" case .peopleAdd16Filled: return ".peopleAdd16Filled" case .peopleAdd16Regular: return ".peopleAdd16Regular" case .peopleAdd20Filled: return ".peopleAdd20Filled" - default: break } - switch self { case .peopleAdd20Regular: return ".peopleAdd20Regular" case .peopleAdd24Filled: return ".peopleAdd24Filled" case .peopleAdd24Regular: return ".peopleAdd24Regular" @@ -45488,14 +45506,14 @@ import Foundation case .peopleList16Regular: return ".peopleList16Regular" case .peopleList20Filled: return ".peopleList20Filled" case .peopleList20Regular: return ".peopleList20Regular" + default: break } + switch self { case .peopleList24Filled: return ".peopleList24Filled" case .peopleList24Regular: return ".peopleList24Regular" case .peopleList28Filled: return ".peopleList28Filled" case .peopleList28Regular: return ".peopleList28Regular" case .peopleList32Filled: return ".peopleList32Filled" case .peopleList32Light: return ".peopleList32Light" - default: break } - switch self { case .peopleList32Regular: return ".peopleList32Regular" case .peopleLock20Filled: return ".peopleLock20Filled" case .peopleLock20Regular: return ".peopleLock20Regular" @@ -45590,14 +45608,14 @@ import Foundation case .peopleTeamDelete16Filled: return ".peopleTeamDelete16Filled" case .peopleTeamDelete16Regular: return ".peopleTeamDelete16Regular" case .peopleTeamDelete20Filled: return ".peopleTeamDelete20Filled" + default: break } + switch self { case .peopleTeamDelete20Regular: return ".peopleTeamDelete20Regular" case .peopleTeamDelete24Filled: return ".peopleTeamDelete24Filled" case .peopleTeamDelete24Regular: return ".peopleTeamDelete24Regular" case .peopleTeamDelete28Filled: return ".peopleTeamDelete28Filled" case .peopleTeamDelete28Regular: return ".peopleTeamDelete28Regular" case .peopleTeamDelete32Filled: return ".peopleTeamDelete32Filled" - default: break } - switch self { case .peopleTeamDelete32Regular: return ".peopleTeamDelete32Regular" case .peopleTeamToolbox20Filled: return ".peopleTeamToolbox20Filled" case .peopleTeamToolbox20Regular: return ".peopleTeamToolbox20Regular" @@ -45692,14 +45710,14 @@ import Foundation case .personArrowRight24Filled: return ".personArrowRight24Filled" case .personArrowRight24Regular: return ".personArrowRight24Regular" case .personAvailable16Color: return ".personAvailable16Color" + default: break } + switch self { case .personAvailable16Filled: return ".personAvailable16Filled" case .personAvailable16Regular: return ".personAvailable16Regular" case .personAvailable20Color: return ".personAvailable20Color" case .personAvailable20Filled: return ".personAvailable20Filled" case .personAvailable20Regular: return ".personAvailable20Regular" case .personAvailable24Color: return ".personAvailable24Color" - default: break } - switch self { case .personAvailable24Filled: return ".personAvailable24Filled" case .personAvailable24Regular: return ".personAvailable24Regular" case .personAvailable32Light: return ".personAvailable32Light" @@ -45794,14 +45812,14 @@ import Foundation case .personHome16Regular: return ".personHome16Regular" case .personHome20Filled: return ".personHome20Filled" case .personHome20Regular: return ".personHome20Regular" + default: break } + switch self { case .personHome24Filled: return ".personHome24Filled" case .personHome24Regular: return ".personHome24Regular" case .personHome28Filled: return ".personHome28Filled" case .personHome28Regular: return ".personHome28Regular" case .personHome32Filled: return ".personHome32Filled" case .personHome32Regular: return ".personHome32Regular" - default: break } - switch self { case .personHome48Filled: return ".personHome48Filled" case .personHome48Regular: return ".personHome48Regular" case .personInfo16Filled: return ".personInfo16Filled" @@ -45896,14 +45914,14 @@ import Foundation case .personQuestionMark20Regular: return ".personQuestionMark20Regular" case .personQuestionMark24Filled: return ".personQuestionMark24Filled" case .personQuestionMark24Regular: return ".personQuestionMark24Regular" + default: break } + switch self { case .personRibbon16Filled: return ".personRibbon16Filled" case .personRibbon16Regular: return ".personRibbon16Regular" case .personRibbon20Filled: return ".personRibbon20Filled" case .personRibbon20Regular: return ".personRibbon20Regular" case .personRibbon24Filled: return ".personRibbon24Filled" case .personRibbon24Regular: return ".personRibbon24Regular" - default: break } - switch self { case .personRunning20Filled: return ".personRunning20Filled" case .personRunning20Regular: return ".personRunning20Regular" case .personSearch16Filled: return ".personSearch16Filled" @@ -45998,14 +46016,14 @@ import Foundation case .personSync20Filled: return ".personSync20Filled" case .personSync20Regular: return ".personSync20Regular" case .personSync24Filled: return ".personSync24Filled" + default: break } + switch self { case .personSync24Regular: return ".personSync24Regular" case .personSync28Filled: return ".personSync28Filled" case .personSync28Regular: return ".personSync28Regular" case .personSync32Filled: return ".personSync32Filled" case .personSync32Regular: return ".personSync32Regular" case .personSync48Filled: return ".personSync48Filled" - default: break } - switch self { case .personSync48Regular: return ".personSync48Regular" case .personTag20Filled: return ".personTag20Filled" case .personTag20Regular: return ".personTag20Regular" @@ -46100,14 +46118,14 @@ import Foundation case .phoneDesktop48Regular: return ".phoneDesktop48Regular" case .phoneDesktopAdd20Filled: return ".phoneDesktopAdd20Filled" case .phoneDesktopAdd20Regular: return ".phoneDesktopAdd20Regular" + default: break } + switch self { case .phoneDismiss20Filled: return ".phoneDismiss20Filled" case .phoneDismiss20Regular: return ".phoneDismiss20Regular" case .phoneDismiss24Filled: return ".phoneDismiss24Filled" case .phoneDismiss24Regular: return ".phoneDismiss24Regular" case .phoneEdit20Filled: return ".phoneEdit20Filled" case .phoneEdit20Regular: return ".phoneEdit20Regular" - default: break } - switch self { case .phoneEdit24Filled: return ".phoneEdit24Filled" case .phoneEdit24Regular: return ".phoneEdit24Regular" case .phoneEraser16Filled: return ".phoneEraser16Filled" @@ -46202,14 +46220,14 @@ import Foundation case .phoneUpdateCheckmark20Regular: return ".phoneUpdateCheckmark20Regular" case .phoneUpdateCheckmark24Filled: return ".phoneUpdateCheckmark24Filled" case .phoneUpdateCheckmark24Regular: return ".phoneUpdateCheckmark24Regular" + default: break } + switch self { case .phoneVerticalScroll20Filled: return ".phoneVerticalScroll20Filled" case .phoneVerticalScroll20Regular: return ".phoneVerticalScroll20Regular" case .phoneVerticalScroll24Filled: return ".phoneVerticalScroll24Filled" case .phoneVerticalScroll24Regular: return ".phoneVerticalScroll24Regular" case .phoneVibrate20Filled: return ".phoneVibrate20Filled" case .phoneVibrate20Regular: return ".phoneVibrate20Regular" - default: break } - switch self { case .phoneVibrate24Filled: return ".phoneVibrate24Filled" case .phoneVibrate24Regular: return ".phoneVibrate24Regular" case .photoFilter20Filled: return ".photoFilter20Filled" @@ -46304,14 +46322,14 @@ import Foundation case .pivot24Filled: return ".pivot24Filled" case .pivot24Regular: return ".pivot24Regular" case .plantCattail20Filled: return ".plantCattail20Filled" + default: break } + switch self { case .plantCattail20Regular: return ".plantCattail20Regular" case .plantCattail24Filled: return ".plantCattail24Filled" case .plantCattail24Regular: return ".plantCattail24Regular" case .plantGrass20Filled: return ".plantGrass20Filled" case .plantGrass20Regular: return ".plantGrass20Regular" case .plantGrass24Filled: return ".plantGrass24Filled" - default: break } - switch self { case .plantGrass24Regular: return ".plantGrass24Regular" case .plantGrass28Filled: return ".plantGrass28Filled" case .plantGrass28Regular: return ".plantGrass28Regular" @@ -46406,14 +46424,14 @@ import Foundation case .poll24Color: return ".poll24Color" case .poll24Filled: return ".poll24Filled" case .poll24Regular: return ".poll24Regular" + default: break } + switch self { case .poll32Color: return ".poll32Color" case .poll32Filled: return ".poll32Filled" case .poll32Light: return ".poll32Light" case .poll32Regular: return ".poll32Regular" case .pollHorizontal16Filled: return ".pollHorizontal16Filled" case .pollHorizontal16Regular: return ".pollHorizontal16Regular" - default: break } - switch self { case .pollHorizontal20Filled: return ".pollHorizontal20Filled" case .pollHorizontal20Regular: return ".pollHorizontal20Regular" case .pollHorizontal24Filled: return ".pollHorizontal24Filled" @@ -46508,14 +46526,14 @@ import Foundation case .presenceAway24Regular: return ".presenceAway24Regular" case .presenceBlocked10Regular: return ".presenceBlocked10Regular" case .presenceBlocked12Regular: return ".presenceBlocked12Regular" + default: break } + switch self { case .presenceBlocked16Regular: return ".presenceBlocked16Regular" case .presenceBlocked20Regular: return ".presenceBlocked20Regular" case .presenceBlocked24Regular: return ".presenceBlocked24Regular" case .presenceBusy10Filled: return ".presenceBusy10Filled" case .presenceBusy12Filled: return ".presenceBusy12Filled" case .presenceBusy16Filled: return ".presenceBusy16Filled" - default: break } - switch self { case .presenceBusy20Filled: return ".presenceBusy20Filled" case .presenceBusy24Filled: return ".presenceBusy24Filled" case .presenceDnd10Filled: return ".presenceDnd10Filled" @@ -46610,14 +46628,14 @@ import Foundation case .prohibited20Filled: return ".prohibited20Filled" case .prohibited20Regular: return ".prohibited20Regular" case .prohibited24Filled: return ".prohibited24Filled" + default: break } + switch self { case .prohibited24Regular: return ".prohibited24Regular" case .prohibited28Filled: return ".prohibited28Filled" case .prohibited28Regular: return ".prohibited28Regular" case .prohibited32Filled: return ".prohibited32Filled" case .prohibited32Regular: return ".prohibited32Regular" case .prohibited48Filled: return ".prohibited48Filled" - default: break } - switch self { case .prohibited48Regular: return ".prohibited48Regular" case .prohibitedMultiple16Filled: return ".prohibitedMultiple16Filled" case .prohibitedMultiple16Regular: return ".prohibitedMultiple16Regular" @@ -46712,14 +46730,14 @@ import Foundation case .qrCode24Filled: return ".qrCode24Filled" case .qrCode24Regular: return ".qrCode24Regular" case .qrCode28Filled: return ".qrCode28Filled" + default: break } + switch self { case .qrCode28Regular: return ".qrCode28Regular" case .question16Filled: return ".question16Filled" case .question16Regular: return ".question16Regular" case .question20Filled: return ".question20Filled" case .question20Regular: return ".question20Regular" case .question24Filled: return ".question24Filled" - default: break } - switch self { case .question24Regular: return ".question24Regular" case .question28Filled: return ".question28Filled" case .question28Regular: return ".question28Regular" @@ -46814,14 +46832,14 @@ import Foundation case .readingList16Filled: return ".readingList16Filled" case .readingList16Regular: return ".readingList16Regular" case .readingList20Filled: return ".readingList20Filled" + default: break } + switch self { case .readingList20Regular: return ".readingList20Regular" case .readingList24Filled: return ".readingList24Filled" case .readingList24Regular: return ".readingList24Regular" case .readingList28Filled: return ".readingList28Filled" case .readingList28Regular: return ".readingList28Regular" case .readingListAdd16Filled: return ".readingListAdd16Filled" - default: break } - switch self { case .readingListAdd16Regular: return ".readingListAdd16Regular" case .readingListAdd20Filled: return ".readingListAdd20Filled" case .readingListAdd20Regular: return ".readingListAdd20Regular" @@ -46916,14 +46934,14 @@ import Foundation case .rectangleLandscape12Regular: return ".rectangleLandscape12Regular" case .rectangleLandscape16Filled: return ".rectangleLandscape16Filled" case .rectangleLandscape16Regular: return ".rectangleLandscape16Regular" + default: break } + switch self { case .rectangleLandscape20Filled: return ".rectangleLandscape20Filled" case .rectangleLandscape20Regular: return ".rectangleLandscape20Regular" case .rectangleLandscape24Filled: return ".rectangleLandscape24Filled" case .rectangleLandscape24Regular: return ".rectangleLandscape24Regular" case .rectangleLandscape28Filled: return ".rectangleLandscape28Filled" case .rectangleLandscape28Regular: return ".rectangleLandscape28Regular" - default: break } - switch self { case .rectangleLandscape32Filled: return ".rectangleLandscape32Filled" case .rectangleLandscape32Light: return ".rectangleLandscape32Light" case .rectangleLandscape32Regular: return ".rectangleLandscape32Regular" @@ -47018,14 +47036,14 @@ import Foundation case .resizeImage24Filled: return ".resizeImage24Filled" case .resizeImage24Regular: return ".resizeImage24Regular" case .resizeLarge16Filled: return ".resizeLarge16Filled" + default: break } + switch self { case .resizeLarge16Regular: return ".resizeLarge16Regular" case .resizeLarge20Filled: return ".resizeLarge20Filled" case .resizeLarge20Regular: return ".resizeLarge20Regular" case .resizeLarge24Filled: return ".resizeLarge24Filled" case .resizeLarge24Regular: return ".resizeLarge24Regular" case .resizeSmall16Filled: return ".resizeSmall16Filled" - default: break } - switch self { case .resizeSmall16Regular: return ".resizeSmall16Regular" case .resizeSmall20Filled: return ".resizeSmall20Filled" case .resizeSmall20Regular: return ".resizeSmall20Regular" @@ -47120,14 +47138,14 @@ import Foundation case .rocket16Regular: return ".rocket16Regular" case .rocket20Filled: return ".rocket20Filled" case .rocket20Regular: return ".rocket20Regular" + default: break } + switch self { case .rocket24Filled: return ".rocket24Filled" case .rocket24Regular: return ".rocket24Regular" case .rotateLeft20Filled: return ".rotateLeft20Filled" case .rotateLeft20Regular: return ".rotateLeft20Regular" case .rotateLeft24Filled: return ".rotateLeft24Filled" case .rotateLeft24Regular: return ".rotateLeft24Regular" - default: break } - switch self { case .rotateLeft32Light: return ".rotateLeft32Light" case .rotateRight20Filled: return ".rotateRight20Filled" case .rotateRight20Regular: return ".rotateRight20Regular" @@ -47222,14 +47240,14 @@ import Foundation case .scaleFill24Regular: return ".scaleFill24Regular" case .scaleFit16Filled: return ".scaleFit16Filled" case .scaleFit16Regular: return ".scaleFit16Regular" + default: break } + switch self { case .scaleFit20Filled: return ".scaleFit20Filled" case .scaleFit20Regular: return ".scaleFit20Regular" case .scaleFit24Filled: return ".scaleFit24Filled" case .scaleFit24Regular: return ".scaleFit24Regular" case .scales20Filled: return ".scales20Filled" case .scales20Regular: return ".scales20Regular" - default: break } - switch self { case .scales24Filled: return ".scales24Filled" case .scales24Regular: return ".scales24Regular" case .scales32Filled: return ".scales32Filled" @@ -47324,14 +47342,14 @@ import Foundation case .scanType24Filled: return ".scanType24Filled" case .scanType24Regular: return ".scanType24Regular" case .scanTypeCheckmark20Filled: return ".scanTypeCheckmark20Filled" + default: break } + switch self { case .scanTypeCheckmark20Regular: return ".scanTypeCheckmark20Regular" case .scanTypeCheckmark24Filled: return ".scanTypeCheckmark24Filled" case .scanTypeCheckmark24Regular: return ".scanTypeCheckmark24Regular" case .scanTypeOff20Filled: return ".scanTypeOff20Filled" case .scanTypeOff20Regular: return ".scanTypeOff20Regular" case .scanTypeOff24Filled: return ".scanTypeOff24Filled" - default: break } - switch self { case .scanTypeOff24Regular: return ".scanTypeOff24Regular" case .scratchpad20Filled: return ".scratchpad20Filled" case .scratchpad20Regular: return ".scratchpad20Regular" @@ -47426,14 +47444,14 @@ import Foundation case .seat24Regular: return ".seat24Regular" case .seatAdd16Filled: return ".seatAdd16Filled" case .seatAdd16Regular: return ".seatAdd16Regular" + default: break } + switch self { case .seatAdd20Filled: return ".seatAdd20Filled" case .seatAdd20Regular: return ".seatAdd20Regular" case .seatAdd24Filled: return ".seatAdd24Filled" case .seatAdd24Regular: return ".seatAdd24Regular" case .selectAllOff16Filled: return ".selectAllOff16Filled" case .selectAllOff16Regular: return ".selectAllOff16Regular" - default: break } - switch self { case .selectAllOff20Filled: return ".selectAllOff20Filled" case .selectAllOff20Regular: return ".selectAllOff20Regular" case .selectAllOff24Filled: return ".selectAllOff24Filled" @@ -47528,14 +47546,14 @@ import Foundation case .serverSurfaceMultiple16Filled: return ".serverSurfaceMultiple16Filled" case .serverSurfaceMultiple16Regular: return ".serverSurfaceMultiple16Regular" case .serviceBell16Filled: return ".serviceBell16Filled" + default: break } + switch self { case .serviceBell16Regular: return ".serviceBell16Regular" case .serviceBell20Filled: return ".serviceBell20Filled" case .serviceBell20Regular: return ".serviceBell20Regular" case .serviceBell24Filled: return ".serviceBell24Filled" case .serviceBell24Regular: return ".serviceBell24Regular" case .settings16Filled: return ".settings16Filled" - default: break } - switch self { case .settings16Regular: return ".settings16Regular" case .settings20Filled: return ".settings20Filled" case .settings20Regular: return ".settings20Regular" @@ -47630,14 +47648,14 @@ import Foundation case .shareCloseTray24Filled: return ".shareCloseTray24Filled" case .shareCloseTray24Regular: return ".shareCloseTray24Regular" case .shareIos20Filled: return ".shareIos20Filled" + default: break } + switch self { case .shareIos20Regular: return ".shareIos20Regular" case .shareIos24Filled: return ".shareIos24Filled" case .shareIos24Regular: return ".shareIos24Regular" case .shareIos28Filled: return ".shareIos28Filled" case .shareIos28Regular: return ".shareIos28Regular" case .shareIos48Filled: return ".shareIos48Filled" - default: break } - switch self { case .shareIos48Regular: return ".shareIos48Regular" case .shareMultiple16Filled: return ".shareMultiple16Filled" case .shareMultiple16Regular: return ".shareMultiple16Regular" @@ -47732,14 +47750,14 @@ import Foundation case .shieldBadge24Filled: return ".shieldBadge24Filled" case .shieldBadge24Regular: return ".shieldBadge24Regular" case .shieldCheckmark16Color: return ".shieldCheckmark16Color" + default: break } + switch self { case .shieldCheckmark16Filled: return ".shieldCheckmark16Filled" case .shieldCheckmark16Regular: return ".shieldCheckmark16Regular" case .shieldCheckmark20Color: return ".shieldCheckmark20Color" case .shieldCheckmark20Filled: return ".shieldCheckmark20Filled" case .shieldCheckmark20Regular: return ".shieldCheckmark20Regular" case .shieldCheckmark24Color: return ".shieldCheckmark24Color" - default: break } - switch self { case .shieldCheckmark24Filled: return ".shieldCheckmark24Filled" case .shieldCheckmark24Regular: return ".shieldCheckmark24Regular" case .shieldCheckmark28Color: return ".shieldCheckmark28Color" @@ -47834,14 +47852,14 @@ import Foundation case .shifts32Color: return ".shifts32Color" case .shifts32Filled: return ".shifts32Filled" case .shifts32Regular: return ".shifts32Regular" + default: break } + switch self { case .shiftsActivity16Filled: return ".shiftsActivity16Filled" case .shiftsActivity16Regular: return ".shiftsActivity16Regular" case .shiftsActivity20Filled: return ".shiftsActivity20Filled" case .shiftsActivity20Regular: return ".shiftsActivity20Regular" case .shiftsActivity24Filled: return ".shiftsActivity24Filled" case .shiftsActivity24Regular: return ".shiftsActivity24Regular" - default: break } - switch self { case .shiftsAdd20Filled: return ".shiftsAdd20Filled" case .shiftsAdd20Regular: return ".shiftsAdd20Regular" case .shiftsAdd24Filled: return ".shiftsAdd24Filled" @@ -47936,14 +47954,14 @@ import Foundation case .showerhead32Regular: return ".showerhead32Regular" case .sidebarSearch20Filled: return ".sidebarSearch20Filled" case .sidebarSearch20Regular: return ".sidebarSearch20Regular" + default: break } + switch self { case .signOut20Filled: return ".signOut20Filled" case .signOut20Regular: return ".signOut20Regular" case .signOut24Filled: return ".signOut24Filled" case .signOut24Regular: return ".signOut24Regular" case .signature16Filled: return ".signature16Filled" case .signature16Regular: return ".signature16Regular" - default: break } - switch self { case .signature20Filled: return ".signature20Filled" case .signature20Regular: return ".signature20Regular" case .signature24Filled: return ".signature24Filled" @@ -48038,14 +48056,14 @@ import Foundation case .slideHide24Filled: return ".slideHide24Filled" case .slideHide24Regular: return ".slideHide24Regular" case .slideLayout20Filled: return ".slideLayout20Filled" + default: break } + switch self { case .slideLayout20Regular: return ".slideLayout20Regular" case .slideLayout24Filled: return ".slideLayout24Filled" case .slideLayout24Regular: return ".slideLayout24Regular" case .slideLink20Filled: return ".slideLink20Filled" case .slideLink20Regular: return ".slideLink20Regular" case .slideLink24Filled: return ".slideLink24Filled" - default: break } - switch self { case .slideLink24Regular: return ".slideLink24Regular" case .slideMicrophone20Filled: return ".slideMicrophone20Filled" case .slideMicrophone20Regular: return ".slideMicrophone20Regular" @@ -48140,14 +48158,14 @@ import Foundation case .slideTextPerson16Filled: return ".slideTextPerson16Filled" case .slideTextPerson16Regular: return ".slideTextPerson16Regular" case .slideTextPerson20Filled: return ".slideTextPerson20Filled" + default: break } + switch self { case .slideTextPerson20Regular: return ".slideTextPerson20Regular" case .slideTextPerson24Filled: return ".slideTextPerson24Filled" case .slideTextPerson24Regular: return ".slideTextPerson24Regular" case .slideTextPerson28Filled: return ".slideTextPerson28Filled" case .slideTextPerson28Regular: return ".slideTextPerson28Regular" case .slideTextPerson32Filled: return ".slideTextPerson32Filled" - default: break } - switch self { case .slideTextPerson32Regular: return ".slideTextPerson32Regular" case .slideTextPerson48Filled: return ".slideTextPerson48Filled" case .slideTextPerson48Regular: return ".slideTextPerson48Regular" @@ -48242,14 +48260,14 @@ import Foundation case .sparkleCircle16Filled: return ".sparkleCircle16Filled" case .sparkleCircle16Regular: return ".sparkleCircle16Regular" case .sparkleCircle20Filled: return ".sparkleCircle20Filled" + default: break } + switch self { case .sparkleCircle20Regular: return ".sparkleCircle20Regular" case .sparkleCircle24Filled: return ".sparkleCircle24Filled" case .sparkleCircle24Regular: return ".sparkleCircle24Regular" case .sparkleCircle28Filled: return ".sparkleCircle28Filled" case .sparkleCircle28Regular: return ".sparkleCircle28Regular" case .sparkleCircle32Filled: return ".sparkleCircle32Filled" - default: break } - switch self { case .sparkleCircle32Regular: return ".sparkleCircle32Regular" case .sparkleCircle48Filled: return ".sparkleCircle48Filled" case .sparkleCircle48Regular: return ".sparkleCircle48Regular" @@ -48344,14 +48362,14 @@ import Foundation case .speakerSettings20Filled: return ".speakerSettings20Filled" case .speakerSettings20Regular: return ".speakerSettings20Regular" case .speakerSettings24Filled: return ".speakerSettings24Filled" + default: break } + switch self { case .speakerSettings24Regular: return ".speakerSettings24Regular" case .speakerSettings28Filled: return ".speakerSettings28Filled" case .speakerSettings28Regular: return ".speakerSettings28Regular" case .speakerUsb20Filled: return ".speakerUsb20Filled" case .speakerUsb20Regular: return ".speakerUsb20Regular" case .speakerUsb24Filled: return ".speakerUsb24Filled" - default: break } - switch self { case .speakerUsb24Regular: return ".speakerUsb24Regular" case .speakerUsb28Filled: return ".speakerUsb28Filled" case .speakerUsb28Regular: return ".speakerUsb28Regular" @@ -48446,14 +48464,14 @@ import Foundation case .squareArrowForward28Filled: return ".squareArrowForward28Filled" case .squareArrowForward28Regular: return ".squareArrowForward28Regular" case .squareArrowForward32Filled: return ".squareArrowForward32Filled" + default: break } + switch self { case .squareArrowForward32Light: return ".squareArrowForward32Light" case .squareArrowForward32Regular: return ".squareArrowForward32Regular" case .squareArrowForward48Filled: return ".squareArrowForward48Filled" case .squareArrowForward48Regular: return ".squareArrowForward48Regular" case .squareDismiss16Filled: return ".squareDismiss16Filled" case .squareDismiss16Regular: return ".squareDismiss16Regular" - default: break } - switch self { case .squareDismiss20Filled: return ".squareDismiss20Filled" case .squareDismiss20Regular: return ".squareDismiss20Regular" case .squareDovetailJoint12Filled: return ".squareDovetailJoint12Filled" @@ -48548,14 +48566,14 @@ import Foundation case .stack32Regular: return ".stack32Regular" case .stack48Filled: return ".stack48Filled" case .stack48Regular: return ".stack48Regular" + default: break } + switch self { case .stackAdd20Filled: return ".stackAdd20Filled" case .stackAdd20Regular: return ".stackAdd20Regular" case .stackAdd24Filled: return ".stackAdd24Filled" case .stackAdd24Regular: return ".stackAdd24Regular" case .stackArrowForward20Filled: return ".stackArrowForward20Filled" case .stackArrowForward20Regular: return ".stackArrowForward20Regular" - default: break } - switch self { case .stackArrowForward24Filled: return ".stackArrowForward24Filled" case .stackArrowForward24Regular: return ".stackArrowForward24Regular" case .stackOff16Filled: return ".stackOff16Filled" @@ -48650,14 +48668,14 @@ import Foundation case .starHalf12Filled: return ".starHalf12Filled" case .starHalf12Regular: return ".starHalf12Regular" case .starHalf16Filled: return ".starHalf16Filled" + default: break } + switch self { case .starHalf16Regular: return ".starHalf16Regular" case .starHalf20Filled: return ".starHalf20Filled" case .starHalf20Regular: return ".starHalf20Regular" case .starHalf24Filled: return ".starHalf24Filled" case .starHalf24Regular: return ".starHalf24Regular" case .starHalf28Filled: return ".starHalf28Filled" - default: break } - switch self { case .starHalf28Regular: return ".starHalf28Regular" case .starLineHorizontal316Filled: return ".starLineHorizontal316Filled" case .starLineHorizontal316Regular: return ".starLineHorizontal316Regular" @@ -48752,14 +48770,14 @@ import Foundation case .stop24Filled: return ".stop24Filled" case .stop24Regular: return ".stop24Regular" case .storage16Filled: return ".storage16Filled" + default: break } + switch self { case .storage16Regular: return ".storage16Regular" case .storage20Filled: return ".storage20Filled" case .storage20Regular: return ".storage20Regular" case .storage24Filled: return ".storage24Filled" case .storage24Regular: return ".storage24Regular" case .storage28Filled: return ".storage28Filled" - default: break } - switch self { case .storage28Regular: return ".storage28Regular" case .storage32Filled: return ".storage32Filled" case .storage32Regular: return ".storage32Regular" @@ -48854,14 +48872,14 @@ import Foundation case .subtractSquare20Filled: return ".subtractSquare20Filled" case .subtractSquare20Regular: return ".subtractSquare20Regular" case .subtractSquare24Filled: return ".subtractSquare24Filled" + default: break } + switch self { case .subtractSquare24Regular: return ".subtractSquare24Regular" case .subtractSquareMultiple16Filled: return ".subtractSquareMultiple16Filled" case .subtractSquareMultiple16Regular: return ".subtractSquareMultiple16Regular" case .subtractSquareMultiple20Filled: return ".subtractSquareMultiple20Filled" case .subtractSquareMultiple20Regular: return ".subtractSquareMultiple20Regular" case .surfaceEarbuds20Filled: return ".surfaceEarbuds20Filled" - default: break } - switch self { case .surfaceEarbuds20Regular: return ".surfaceEarbuds20Regular" case .surfaceEarbuds24Filled: return ".surfaceEarbuds24Filled" case .surfaceEarbuds24Regular: return ".surfaceEarbuds24Regular" @@ -48956,14 +48974,14 @@ import Foundation case .tabDesktopImage20Regular: return ".tabDesktopImage20Regular" case .tabDesktopImage24Filled: return ".tabDesktopImage24Filled" case .tabDesktopImage24Regular: return ".tabDesktopImage24Regular" + default: break } + switch self { case .tabDesktopLink16Filled: return ".tabDesktopLink16Filled" case .tabDesktopLink16Regular: return ".tabDesktopLink16Regular" case .tabDesktopLink20Filled: return ".tabDesktopLink20Filled" case .tabDesktopLink20Regular: return ".tabDesktopLink20Regular" case .tabDesktopLink24Filled: return ".tabDesktopLink24Filled" case .tabDesktopLink24Regular: return ".tabDesktopLink24Regular" - default: break } - switch self { case .tabDesktopLink28Filled: return ".tabDesktopLink28Filled" case .tabDesktopLink28Regular: return ".tabDesktopLink28Regular" case .tabDesktopMultiple16Filled: return ".tabDesktopMultiple16Filled" @@ -49058,14 +49076,14 @@ import Foundation case .tableBottomRow48Filled: return ".tableBottomRow48Filled" case .tableBottomRow48Regular: return ".tableBottomRow48Regular" case .tableCalculator16Filled: return ".tableCalculator16Filled" + default: break } + switch self { case .tableCalculator16Regular: return ".tableCalculator16Regular" case .tableCalculator20Filled: return ".tableCalculator20Filled" case .tableCalculator20Regular: return ".tableCalculator20Regular" case .tableCellEdit16Filled: return ".tableCellEdit16Filled" case .tableCellEdit16Regular: return ".tableCellEdit16Regular" case .tableCellEdit20Filled: return ".tableCellEdit20Filled" - default: break } - switch self { case .tableCellEdit20Regular: return ".tableCellEdit20Regular" case .tableCellEdit24Filled: return ".tableCellEdit24Filled" case .tableCellEdit24Regular: return ".tableCellEdit24Regular" @@ -49160,14 +49178,14 @@ import Foundation case .tableFreezeRow20Regular: return ".tableFreezeRow20Regular" case .tableFreezeRow24Filled: return ".tableFreezeRow24Filled" case .tableFreezeRow24Regular: return ".tableFreezeRow24Regular" + default: break } + switch self { case .tableFreezeRow28Filled: return ".tableFreezeRow28Filled" case .tableFreezeRow28Regular: return ".tableFreezeRow28Regular" case .tableImage20Filled: return ".tableImage20Filled" case .tableImage20Regular: return ".tableImage20Regular" case .tableInsertColumn16Filled: return ".tableInsertColumn16Filled" case .tableInsertColumn16Regular: return ".tableInsertColumn16Regular" - default: break } - switch self { case .tableInsertColumn20Filled: return ".tableInsertColumn20Filled" case .tableInsertColumn20Regular: return ".tableInsertColumn20Regular" case .tableInsertColumn24Filled: return ".tableInsertColumn24Filled" @@ -49262,14 +49280,14 @@ import Foundation case .tableOffsetLessThanOrEqualTo24Regular: return ".tableOffsetLessThanOrEqualTo24Regular" case .tableOffsetSettings20Filled: return ".tableOffsetSettings20Filled" case .tableOffsetSettings20Regular: return ".tableOffsetSettings20Regular" + default: break } + switch self { case .tableOffsetSettings24Filled: return ".tableOffsetSettings24Filled" case .tableOffsetSettings24Regular: return ".tableOffsetSettings24Regular" case .tableResizeColumn16Filled: return ".tableResizeColumn16Filled" case .tableResizeColumn16Regular: return ".tableResizeColumn16Regular" case .tableResizeColumn20Filled: return ".tableResizeColumn20Filled" case .tableResizeColumn20Regular: return ".tableResizeColumn20Regular" - default: break } - switch self { case .tableResizeColumn24Filled: return ".tableResizeColumn24Filled" case .tableResizeColumn24Regular: return ".tableResizeColumn24Regular" case .tableResizeColumn28Filled: return ".tableResizeColumn28Filled" @@ -49364,14 +49382,14 @@ import Foundation case .tableStackBelow16Regular: return ".tableStackBelow16Regular" case .tableStackBelow20Filled: return ".tableStackBelow20Filled" case .tableStackBelow20Regular: return ".tableStackBelow20Regular" + default: break } + switch self { case .tableStackBelow24Filled: return ".tableStackBelow24Filled" case .tableStackBelow24Regular: return ".tableStackBelow24Regular" case .tableStackBelow28Filled: return ".tableStackBelow28Filled" case .tableStackBelow28Regular: return ".tableStackBelow28Regular" case .tableStackLeft16Filled: return ".tableStackLeft16Filled" case .tableStackLeft16Regular: return ".tableStackLeft16Regular" - default: break } - switch self { case .tableStackLeft20Filled: return ".tableStackLeft20Filled" case .tableStackLeft20Regular: return ".tableStackLeft20Regular" case .tableStackLeft24Filled: return ".tableStackLeft24Filled" @@ -49466,14 +49484,14 @@ import Foundation case .tagOff16Filled: return ".tagOff16Filled" case .tagOff16Regular: return ".tagOff16Regular" case .tagOff20Filled: return ".tagOff20Filled" + default: break } + switch self { case .tagOff20Regular: return ".tagOff20Regular" case .tagOff24Filled: return ".tagOff24Filled" case .tagOff24Regular: return ".tagOff24Regular" case .tagQuestionMark16Filled: return ".tagQuestionMark16Filled" case .tagQuestionMark16Regular: return ".tagQuestionMark16Regular" case .tagQuestionMark20Filled: return ".tagQuestionMark20Filled" - default: break } - switch self { case .tagQuestionMark20Regular: return ".tagQuestionMark20Regular" case .tagQuestionMark24Filled: return ".tagQuestionMark24Filled" case .tagQuestionMark24Regular: return ".tagQuestionMark24Regular" @@ -49568,14 +49586,14 @@ import Foundation case .teaching24Filled: return ".teaching24Filled" case .teaching24Regular: return ".teaching24Regular" case .teaching28Filled: return ".teaching28Filled" + default: break } + switch self { case .teaching28Regular: return ".teaching28Regular" case .teaching32Filled: return ".teaching32Filled" case .teaching32Regular: return ".teaching32Regular" case .teaching48Filled: return ".teaching48Filled" case .teaching48Regular: return ".teaching48Regular" case .teardropBottomRight16Filled: return ".teardropBottomRight16Filled" - default: break } - switch self { case .teardropBottomRight16Regular: return ".teardropBottomRight16Regular" case .teardropBottomRight20Filled: return ".teardropBottomRight20Filled" case .teardropBottomRight20Regular: return ".teardropBottomRight20Regular" @@ -49670,14 +49688,14 @@ import Foundation case .textAlignDistributed20Regular: return ".textAlignDistributed20Regular" case .textAlignDistributed24Filled: return ".textAlignDistributed24Filled" case .textAlignDistributed24Regular: return ".textAlignDistributed24Regular" + default: break } + switch self { case .textAlignDistributedEvenly20Filled: return ".textAlignDistributedEvenly20Filled" case .textAlignDistributedEvenly20Regular: return ".textAlignDistributedEvenly20Regular" case .textAlignDistributedEvenly24Filled: return ".textAlignDistributedEvenly24Filled" case .textAlignDistributedEvenly24Regular: return ".textAlignDistributedEvenly24Regular" case .textAlignDistributedVertical20Filled: return ".textAlignDistributedVertical20Filled" case .textAlignDistributedVertical20Regular: return ".textAlignDistributedVertical20Regular" - default: break } - switch self { case .textAlignDistributedVertical24Filled: return ".textAlignDistributedVertical24Filled" case .textAlignDistributedVertical24Regular: return ".textAlignDistributedVertical24Regular" case .textAlignJustify20Filled: return ".textAlignJustify20Filled" @@ -49772,14 +49790,14 @@ import Foundation case .textBoxSettings20Regular: return ".textBoxSettings20Regular" case .textBoxSettings24Filled: return ".textBoxSettings24Filled" case .textBoxSettings24Regular: return ".textBoxSettings24Regular" + default: break } + switch self { case .textBulletList16Filled: return ".textBulletList16Filled" case .textBulletList16Regular: return ".textBulletList16Regular" case .textBulletList20Filled: return ".textBulletList20Filled" case .textBulletList20Regular: return ".textBulletList20Regular" case .textBulletList24Filled: return ".textBulletList24Filled" case .textBulletList24Regular: return ".textBulletList24Regular" - default: break } - switch self { case .textBulletList27024Filled: return ".textBulletList27024Filled" case .textBulletList27024Regular: return ".textBulletList27024Regular" case .textBulletList9020Filled: return ".textBulletList9020Filled" @@ -49874,14 +49892,14 @@ import Foundation case .textClearFormatting20Regular: return ".textClearFormatting20Regular" case .textClearFormatting24Filled: return ".textClearFormatting24Filled" case .textClearFormatting24Regular: return ".textClearFormatting24Regular" + default: break } + switch self { case .textClearFormatting32Light: return ".textClearFormatting32Light" case .textCollapse20Filled: return ".textCollapse20Filled" case .textCollapse20Regular: return ".textCollapse20Regular" case .textCollapse24Filled: return ".textCollapse24Filled" case .textCollapse24Regular: return ".textCollapse24Regular" case .textCollapse32Light: return ".textCollapse32Light" - default: break } - switch self { case .textColor16Filled: return ".textColor16Filled" case .textColor16Regular: return ".textColor16Regular" case .textColor20Filled: return ".textColor20Filled" @@ -49976,14 +49994,14 @@ import Foundation case .textDirectionRotate315Right24Regular: return ".textDirectionRotate315Right24Regular" case .textDirectionRotate45Right20Filled: return ".textDirectionRotate45Right20Filled" case .textDirectionRotate45Right20Regular: return ".textDirectionRotate45Right20Regular" + default: break } + switch self { case .textDirectionRotate45Right24Filled: return ".textDirectionRotate45Right24Filled" case .textDirectionRotate45Right24Regular: return ".textDirectionRotate45Right24Regular" case .textDirectionRotate90Left20Filled: return ".textDirectionRotate90Left20Filled" case .textDirectionRotate90Left20Regular: return ".textDirectionRotate90Left20Regular" case .textDirectionRotate90Left24Filled: return ".textDirectionRotate90Left24Filled" case .textDirectionRotate90Left24Regular: return ".textDirectionRotate90Left24Regular" - default: break } - switch self { case .textDirectionRotate90Right20Filled: return ".textDirectionRotate90Right20Filled" case .textDirectionRotate90Right20Regular: return ".textDirectionRotate90Right20Regular" case .textDirectionRotate90Right24Filled: return ".textDirectionRotate90Right24Filled" @@ -50078,14 +50096,14 @@ import Foundation case .textGrammarLightning24Filled: return ".textGrammarLightning24Filled" case .textGrammarLightning24Regular: return ".textGrammarLightning24Regular" case .textGrammarLightning28Filled: return ".textGrammarLightning28Filled" + default: break } + switch self { case .textGrammarLightning28Regular: return ".textGrammarLightning28Regular" case .textGrammarLightning32Filled: return ".textGrammarLightning32Filled" case .textGrammarLightning32Regular: return ".textGrammarLightning32Regular" 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" @@ -50180,14 +50198,14 @@ import Foundation case .textItalic24Filled: return ".textItalic24Filled" case .textItalic24Regular: return ".textItalic24Regular" case .textLineSpacing20Filled: return ".textLineSpacing20Filled" + default: break } + switch self { case .textLineSpacing20Regular: return ".textLineSpacing20Regular" case .textLineSpacing24Filled: return ".textLineSpacing24Filled" case .textLineSpacing24Regular: return ".textLineSpacing24Regular" 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" @@ -50282,14 +50300,14 @@ import Foundation case .textSortAscending20Filled: return ".textSortAscending20Filled" case .textSortAscending20Regular: return ".textSortAscending20Regular" case .textSortAscending24Filled: return ".textSortAscending24Filled" + default: break } + switch self { case .textSortAscending24Regular: return ".textSortAscending24Regular" case .textSortDescending16Filled: return ".textSortDescending16Filled" case .textSortDescending16Regular: return ".textSortDescending16Regular" 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" @@ -50384,14 +50402,14 @@ import Foundation case .textboxAlignBottomCenter24Filled: return ".textboxAlignBottomCenter24Filled" case .textboxAlignBottomCenter24Regular: return ".textboxAlignBottomCenter24Regular" case .textboxAlignBottomLeft16Filled: return ".textboxAlignBottomLeft16Filled" + default: break } + switch self { case .textboxAlignBottomLeft16Regular: return ".textboxAlignBottomLeft16Regular" case .textboxAlignBottomLeft20Filled: return ".textboxAlignBottomLeft20Filled" case .textboxAlignBottomLeft20Regular: return ".textboxAlignBottomLeft20Regular" case .textboxAlignBottomLeft24Filled: return ".textboxAlignBottomLeft24Filled" case .textboxAlignBottomLeft24Regular: return ".textboxAlignBottomLeft24Regular" case .textboxAlignBottomRight16Filled: return ".textboxAlignBottomRight16Filled" - default: break } - switch self { case .textboxAlignBottomRight16Regular: return ".textboxAlignBottomRight16Regular" case .textboxAlignBottomRight20Filled: return ".textboxAlignBottomRight20Filled" case .textboxAlignBottomRight20Regular: return ".textboxAlignBottomRight20Regular" @@ -50486,14 +50504,14 @@ import Foundation case .thinking24Regular: return ".thinking24Regular" case .thumbDislike16Filled: return ".thumbDislike16Filled" case .thumbDislike16Regular: return ".thumbDislike16Regular" + default: break } + switch self { case .thumbDislike20Filled: return ".thumbDislike20Filled" case .thumbDislike20Regular: return ".thumbDislike20Regular" case .thumbDislike24Filled: return ".thumbDislike24Filled" case .thumbDislike24Regular: return ".thumbDislike24Regular" case .thumbLike16Filled: return ".thumbLike16Filled" case .thumbLike16Regular: return ".thumbLike16Regular" - default: break } - switch self { case .thumbLike20Filled: return ".thumbLike20Filled" case .thumbLike20Regular: return ".thumbLike20Regular" case .thumbLike24Filled: return ".thumbLike24Filled" @@ -50588,14 +50606,14 @@ import Foundation case .toggleRight28Regular: return ".toggleRight28Regular" case .toggleRight48Filled: return ".toggleRight48Filled" case .toggleRight48Regular: return ".toggleRight48Regular" + default: break } + switch self { case .toolbox12Filled: return ".toolbox12Filled" case .toolbox12Regular: return ".toolbox12Regular" case .toolbox16Filled: return ".toolbox16Filled" case .toolbox16Regular: return ".toolbox16Regular" case .toolbox20Filled: return ".toolbox20Filled" case .toolbox20Regular: return ".toolbox20Regular" - default: break } - switch self { case .toolbox24Filled: return ".toolbox24Filled" case .toolbox24Regular: return ".toolbox24Regular" case .toolbox28Filled: return ".toolbox28Filled" @@ -50690,14 +50708,14 @@ import Foundation case .triangleLeft32Regular: return ".triangleLeft32Regular" case .triangleLeft48Filled: return ".triangleLeft48Filled" case .triangleLeft48Regular: return ".triangleLeft48Regular" + default: break } + switch self { case .triangleRight12Filled: return ".triangleRight12Filled" case .triangleRight12Regular: return ".triangleRight12Regular" case .triangleRight16Filled: return ".triangleRight16Filled" case .triangleRight16Regular: return ".triangleRight16Regular" case .triangleRight20Filled: return ".triangleRight20Filled" case .triangleRight20Regular: return ".triangleRight20Regular" - default: break } - switch self { case .triangleRight32Filled: return ".triangleRight32Filled" case .triangleRight32Regular: return ".triangleRight32Regular" case .triangleRight48Filled: return ".triangleRight48Filled" @@ -50792,14 +50810,14 @@ import Foundation case .vehicleBicycle20Filled: return ".vehicleBicycle20Filled" case .vehicleBicycle20Regular: return ".vehicleBicycle20Regular" case .vehicleBicycle24Filled: return ".vehicleBicycle24Filled" + default: break } + switch self { case .vehicleBicycle24Regular: return ".vehicleBicycle24Regular" case .vehicleBus16Filled: return ".vehicleBus16Filled" case .vehicleBus16Regular: return ".vehicleBus16Regular" case .vehicleBus20Filled: return ".vehicleBus20Filled" case .vehicleBus20Regular: return ".vehicleBus20Regular" case .vehicleBus24Filled: return ".vehicleBus24Filled" - default: break } - switch self { case .vehicleBus24Regular: return ".vehicleBus24Regular" case .vehicleCab16Filled: return ".vehicleCab16Filled" case .vehicleCab16Regular: return ".vehicleCab16Regular" @@ -50894,14 +50912,14 @@ import Foundation case .vehicleTruck20Filled: return ".vehicleTruck20Filled" case .vehicleTruck20Regular: return ".vehicleTruck20Regular" case .vehicleTruck24Filled: return ".vehicleTruck24Filled" + default: break } + switch self { case .vehicleTruck24Regular: return ".vehicleTruck24Regular" case .vehicleTruckBag20Filled: return ".vehicleTruckBag20Filled" case .vehicleTruckBag20Regular: return ".vehicleTruckBag20Regular" case .vehicleTruckBag24Filled: return ".vehicleTruckBag24Filled" case .vehicleTruckBag24Regular: return ".vehicleTruckBag24Regular" case .vehicleTruckCube20Filled: return ".vehicleTruckCube20Filled" - default: break } - switch self { case .vehicleTruckCube20Regular: return ".vehicleTruckCube20Regular" case .vehicleTruckCube24Filled: return ".vehicleTruckCube24Filled" case .vehicleTruckCube24Regular: return ".vehicleTruckCube24Regular" @@ -50996,14 +51014,14 @@ import Foundation case .videoClip24Regular: return ".videoClip24Regular" case .videoClip28Filled: return ".videoClip28Filled" case .videoClip28Regular: return ".videoClip28Regular" + default: break } + switch self { case .videoClip32Filled: return ".videoClip32Filled" case .videoClip32Light: return ".videoClip32Light" case .videoClip32Regular: return ".videoClip32Regular" case .videoClip48Filled: return ".videoClip48Filled" case .videoClip48Regular: return ".videoClip48Regular" case .videoClipMultiple16Filled: return ".videoClipMultiple16Filled" - default: break } - switch self { case .videoClipMultiple16Regular: return ".videoClipMultiple16Regular" case .videoClipMultiple20Filled: return ".videoClipMultiple20Filled" case .videoClipMultiple20Regular: return ".videoClipMultiple20Regular" @@ -51098,14 +51116,14 @@ import Foundation case .videoPersonSparkle20Filled: return ".videoPersonSparkle20Filled" case .videoPersonSparkle20Regular: return ".videoPersonSparkle20Regular" case .videoPersonSparkle24Filled: return ".videoPersonSparkle24Filled" + default: break } + switch self { case .videoPersonSparkle24Regular: return ".videoPersonSparkle24Regular" case .videoPersonSparkle28Filled: return ".videoPersonSparkle28Filled" case .videoPersonSparkle28Regular: return ".videoPersonSparkle28Regular" case .videoPersonSparkle48Filled: return ".videoPersonSparkle48Filled" case .videoPersonSparkle48Regular: return ".videoPersonSparkle48Regular" case .videoPersonSparkleOff20Filled: return ".videoPersonSparkleOff20Filled" - default: break } - switch self { case .videoPersonSparkleOff20Regular: return ".videoPersonSparkleOff20Regular" case .videoPersonSparkleOff24Filled: return ".videoPersonSparkleOff24Filled" case .videoPersonSparkleOff24Regular: return ".videoPersonSparkleOff24Regular" @@ -51200,14 +51218,14 @@ import Foundation case .voicemailSubtract20Filled: return ".voicemailSubtract20Filled" case .voicemailSubtract20Regular: return ".voicemailSubtract20Regular" case .vote20Filled: return ".vote20Filled" + default: break } + switch self { case .vote20Regular: return ".vote20Regular" case .vote24Filled: return ".vote24Filled" case .vote24Regular: return ".vote24Regular" case .walkieTalkie20Filled: return ".walkieTalkie20Filled" case .walkieTalkie20Regular: return ".walkieTalkie20Regular" case .walkieTalkie24Filled: return ".walkieTalkie24Filled" - default: break } - switch self { case .walkieTalkie24Regular: return ".walkieTalkie24Regular" case .walkieTalkie28Filled: return ".walkieTalkie28Filled" case .walkieTalkie28Regular: return ".walkieTalkie28Regular" @@ -51302,14 +51320,14 @@ import Foundation case .weatherBlowingSnow48Filled: return ".weatherBlowingSnow48Filled" case .weatherBlowingSnow48Regular: return ".weatherBlowingSnow48Regular" case .weatherCloudy20Filled: return ".weatherCloudy20Filled" + default: break } + switch self { case .weatherCloudy20Regular: return ".weatherCloudy20Regular" case .weatherCloudy24Filled: return ".weatherCloudy24Filled" case .weatherCloudy24Regular: return ".weatherCloudy24Regular" case .weatherCloudy48Filled: return ".weatherCloudy48Filled" case .weatherCloudy48Regular: return ".weatherCloudy48Regular" case .weatherDrizzle20Filled: return ".weatherDrizzle20Filled" - default: break } - switch self { case .weatherDrizzle20Regular: return ".weatherDrizzle20Regular" case .weatherDrizzle24Filled: return ".weatherDrizzle24Filled" case .weatherDrizzle24Regular: return ".weatherDrizzle24Regular" @@ -51404,14 +51422,14 @@ import Foundation case .weatherRainSnow48Filled: return ".weatherRainSnow48Filled" case .weatherRainSnow48Regular: return ".weatherRainSnow48Regular" case .weatherSnow20Filled: return ".weatherSnow20Filled" + default: break } + switch self { case .weatherSnow20Regular: return ".weatherSnow20Regular" case .weatherSnow24Filled: return ".weatherSnow24Filled" case .weatherSnow24Regular: return ".weatherSnow24Regular" case .weatherSnow48Filled: return ".weatherSnow48Filled" case .weatherSnow48Regular: return ".weatherSnow48Regular" case .weatherSnowShowerDay20Filled: return ".weatherSnowShowerDay20Filled" - default: break } - switch self { case .weatherSnowShowerDay20Regular: return ".weatherSnowShowerDay20Regular" case .weatherSnowShowerDay24Filled: return ".weatherSnowShowerDay24Filled" case .weatherSnowShowerDay24Regular: return ".weatherSnowShowerDay24Regular" @@ -51506,14 +51524,14 @@ import Foundation case .wifiLock20Filled: return ".wifiLock20Filled" case .wifiLock20Regular: return ".wifiLock20Regular" case .wifiLock24Filled: return ".wifiLock24Filled" + default: break } + switch self { case .wifiLock24Regular: return ".wifiLock24Regular" case .wifiOff20Filled: return ".wifiOff20Filled" case .wifiOff20Regular: return ".wifiOff20Regular" case .wifiOff24Filled: return ".wifiOff24Filled" case .wifiOff24Regular: return ".wifiOff24Regular" case .wifiSettings20Filled: return ".wifiSettings20Filled" - default: break } - switch self { case .wifiSettings20Regular: return ".wifiSettings20Regular" case .wifiWarning20Filled: return ".wifiWarning20Filled" case .wifiWarning20Regular: return ".wifiWarning20Regular" @@ -51608,14 +51626,14 @@ import Foundation case .windowHeaderHorizontal20Regular: return ".windowHeaderHorizontal20Regular" case .windowHeaderHorizontalOff20Filled: return ".windowHeaderHorizontalOff20Filled" case .windowHeaderHorizontalOff20Regular: return ".windowHeaderHorizontalOff20Regular" + default: break } + switch self { case .windowHeaderVertical20Filled: return ".windowHeaderVertical20Filled" case .windowHeaderVertical20Regular: return ".windowHeaderVertical20Regular" case .windowInprivate20Filled: return ".windowInprivate20Filled" case .windowInprivate20Regular: return ".windowInprivate20Regular" case .windowInprivateAccount20Filled: return ".windowInprivateAccount20Filled" case .windowInprivateAccount20Regular: return ".windowInprivateAccount20Regular" - default: break } - switch self { case .windowLocationTarget20Filled: return ".windowLocationTarget20Filled" case .windowLocationTarget20Regular: return ".windowLocationTarget20Regular" case .windowMultiple16Filled: return ".windowMultiple16Filled" @@ -51710,14 +51728,14 @@ import Foundation case .zoomFit24Regular: return ".zoomFit24Regular" case .zoomIn16Filled: return ".zoomIn16Filled" case .zoomIn16Regular: return ".zoomIn16Regular" + default: break } + switch self { case .zoomIn20Filled: return ".zoomIn20Filled" case .zoomIn20Regular: return ".zoomIn20Regular" case .zoomIn24Filled: return ".zoomIn24Filled" case .zoomIn24Regular: return ".zoomIn24Regular" case .zoomIn32Light: return ".zoomIn32Light" case .zoomOut16Filled: return ".zoomOut16Filled" - default: break } - switch self { case .zoomOut16Regular: return ".zoomOut16Regular" case .zoomOut20Filled: return ".zoomOut20Filled" case .zoomOut20Regular: return ".zoomOut20Regular" diff --git a/ios/README.md b/ios/README.md index ca1c7c8f0e..79b0156e9c 100644 --- a/ios/README.md +++ b/ios/README.md @@ -6,13 +6,13 @@ ```ruby use_frameworks! -pod "FluentIcons", "1.1.262" +pod "FluentIcons", "1.1.263" ``` ### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.262" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.263" ``` ## Usage diff --git a/package-lock.json b/package-lock.json index 6e60b9c795..7933e880e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14947,7 +14947,7 @@ }, "packages/react-icons": { "name": "@fluentui/react-icons", - "version": "2.0.262", + "version": "2.0.263", "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.262", + "version": "2.0.263", "license": "MIT", "dependencies": { "subset-font": "^1.4.0" @@ -15065,7 +15065,7 @@ }, "packages/react-native-icons": { "name": "@fluentui/react-native-icons", - "version": "2.0.262", + "version": "2.0.263", "license": "MIT", "dependencies": { "@griffel/react": "^1.0.0", @@ -15498,7 +15498,7 @@ }, "packages/svg-icons": { "name": "@fluentui/svg-icons", - "version": "1.1.262", + "version": "1.1.263", "license": "MIT", "devDependencies": { "renamer": "^2.0.1", @@ -15568,7 +15568,7 @@ }, "packages/svg-sprites": { "name": "@fluentui/svg-sprites", - "version": "1.1.262", + "version": "1.1.263", "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 c9037ece38..0b57aca37c 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.262", + "version": "2.0.263", "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 0fd78ea68e..5801bbdf34 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-icons", - "version": "2.0.262", + "version": "2.0.263", "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 126caf6e4f..a000d0a0f3 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.262", + "version": "2.0.263", "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 e007287e53..af28e6822a 100644 --- a/packages/svg-icons/package.json +++ b/packages/svg-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-icons", - "version": "1.1.262", + "version": "1.1.263", "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 4f17a41815..558171ce20 100644 --- a/packages/svg-sprites/package.json +++ b/packages/svg-sprites/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-sprites", - "version": "1.1.262", + "version": "1.1.263", "description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.", "license": "MIT", "repository": {