diff --git a/README.md b/README.md index 28e8e67735..9d59d7abe1 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.248@aar' +implementation 'com.microsoft.design:fluent-system-icons:1.1.249@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.248" +pod "FluentIcons", "1.1.249" ``` #### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.248" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.249" ``` 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.248 + fluentui_system_icons: ^1.1.249 ``` For library docs, see [flutter/README.md](flutter/README.md). diff --git a/android/BUILD.gn b/android/BUILD.gn index 9236fac897..0d4a481c21 100644 --- a/android/BUILD.gn +++ b/android/BUILD.gn @@ -15814,6 +15814,9 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_person_board_32_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_person_board_32_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_person_board_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_board_add_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_board_add_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_board_add_20_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_person_call_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_person_call_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_person_call_16_selector.xml", @@ -16099,6 +16102,15 @@ android_resources("fluent_icon_resources") { "../android/library/src/main/res/drawable/ic_fluent_person_square_32_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_person_square_32_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_person_square_32_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_square_add_16_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_square_add_16_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_square_add_16_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_square_add_20_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_square_add_20_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_square_add_20_selector.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_square_add_24_filled.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_square_add_24_regular.xml", + "../android/library/src/main/res/drawable/ic_fluent_person_square_add_24_selector.xml", "../android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_16_filled.xml", "../android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_16_regular.xml", "../android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_16_selector.xml", diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_filled.xml index 4d05c95682..9bfeb6b914 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_regular.xml index ebbe07b184..9007d14fca 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_12_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_filled.xml index da25c774a5..d96f64cb74 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_regular.xml index db0ff84c8a..c0618df2ff 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_filled.xml index d58fb1e2e4..23459a871d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_regular.xml index 0d03c7e3e5..c17ecb19ee 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_filled.xml index c3660921fb..22c5e596a2 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_regular.xml index 933d7f9442..81f8c31a8d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_filled.xml index 07302a3b36..2c4f27fac5 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_regular.xml index aef1a4185d..2726b5f2d3 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_28_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_filled.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_filled.xml index 00f610edba..257e91c256 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_regular.xml b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_regular.xml index 18e9427d78..b8691cbb2a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_comment_arrow_right_48_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_board_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_board_20_filled.xml index 3029ade0b4..d7d6d63d38 100644 --- a/android/library/src/main/res/drawable/ic_fluent_person_board_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_person_board_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_board_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_board_20_regular.xml index a7e074e4a6..2a67b7302a 100644 --- a/android/library/src/main/res/drawable/ic_fluent_person_board_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_person_board_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_board_add_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_board_add_20_filled.xml new file mode 100644 index 0000000000..3029ade0b4 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_board_add_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_board_add_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_board_add_20_regular.xml new file mode 100644 index 0000000000..a7e074e4a6 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_board_add_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_board_add_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_person_board_add_20_selector.xml new file mode 100644 index 0000000000..97d0f3bbbd --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_board_add_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_square_add_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_square_add_16_filled.xml new file mode 100644 index 0000000000..217ba8d481 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_square_add_16_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_square_add_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_square_add_16_regular.xml new file mode 100644 index 0000000000..92cb196e3a --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_square_add_16_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_square_add_16_selector.xml b/android/library/src/main/res/drawable/ic_fluent_person_square_add_16_selector.xml new file mode 100644 index 0000000000..0f49869690 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_square_add_16_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_square_add_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_square_add_20_filled.xml new file mode 100644 index 0000000000..d9fd362db2 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_square_add_20_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_square_add_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_square_add_20_regular.xml new file mode 100644 index 0000000000..b2e7fb2a9b --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_square_add_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_square_add_20_selector.xml b/android/library/src/main/res/drawable/ic_fluent_person_square_add_20_selector.xml new file mode 100644 index 0000000000..ab0ddb854f --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_square_add_20_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_square_add_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_square_add_24_filled.xml new file mode 100644 index 0000000000..32a7c9d7d8 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_square_add_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_square_add_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_square_add_24_regular.xml new file mode 100644 index 0000000000..79e1db84b5 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_square_add_24_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_square_add_24_selector.xml b/android/library/src/main/res/drawable/ic_fluent_person_square_add_24_selector.xml new file mode 100644 index 0000000000..122b3eeba1 --- /dev/null +++ b/android/library/src/main/res/drawable/ic_fluent_person_square_add_24_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_16_filled.xml index 217ba8d481..1246a53a2c 100644 --- a/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_16_regular.xml index 92cb196e3a..65e77fe9e0 100644 --- a/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_20_filled.xml index d9fd362db2..f4af3b17a7 100644 --- a/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_20_regular.xml index b2e7fb2a9b..ced4682868 100644 --- a/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_24_filled.xml index 32a7c9d7d8..dbc487d29f 100644 --- a/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_24_regular.xml index 79e1db84b5..23c0f3b9da 100644 --- a/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_person_square_checkmark_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/flutter/CHANGELOG.md b/flutter/CHANGELOG.md index e0dbd12813..ff302ff86d 100644 --- a/flutter/CHANGELOG.md +++ b/flutter/CHANGELOG.md @@ -1 +1 @@ -## [1.1.248] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags \ No newline at end of file +## [1.1.249] - 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 60aa6522d2..3d790c8d66 100644 --- a/flutter/example/lib/sample_icons.dart +++ b/flutter/example/lib/sample_icons.dart @@ -10386,6 +10386,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.person_board_32_regular, 'person_board_32_regular', 32), + FluentUISampleIcon(FluentIcons.person_board_add_20_regular, 'person_board_add_20_regular', 20), + FluentUISampleIcon(FluentIcons.person_call_16_regular, 'person_call_16_regular', 16), FluentUISampleIcon(FluentIcons.person_call_20_regular, 'person_call_20_regular', 20), @@ -10574,6 +10576,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.person_square_32_regular, 'person_square_32_regular', 32), + FluentUISampleIcon(FluentIcons.person_square_add_16_regular, 'person_square_add_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_square_add_20_regular, 'person_square_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_square_add_24_regular, 'person_square_add_24_regular', 24), + FluentUISampleIcon(FluentIcons.person_square_checkmark_16_regular, 'person_square_checkmark_16_regular', 16), FluentUISampleIcon(FluentIcons.person_square_checkmark_20_regular, 'person_square_checkmark_20_regular', 20), @@ -26804,6 +26812,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.person_board_32_filled, 'person_board_32_filled', 32), + FluentUISampleIcon(FluentIcons.person_board_add_20_filled, 'person_board_add_20_filled', 20), + FluentUISampleIcon(FluentIcons.person_call_16_filled, 'person_call_16_filled', 16), FluentUISampleIcon(FluentIcons.person_call_20_filled, 'person_call_20_filled', 20), @@ -26992,6 +27002,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.person_square_32_filled, 'person_square_32_filled', 32), + FluentUISampleIcon(FluentIcons.person_square_add_16_filled, 'person_square_add_16_filled', 16), + + FluentUISampleIcon(FluentIcons.person_square_add_20_filled, 'person_square_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_square_add_24_filled, 'person_square_add_24_filled', 24), + FluentUISampleIcon(FluentIcons.person_square_checkmark_16_filled, 'person_square_checkmark_16_filled', 16), FluentUISampleIcon(FluentIcons.person_square_checkmark_20_filled, 'person_square_checkmark_20_filled', 20), diff --git a/flutter/lib/fonts/FluentSystemIcons-Filled.ttf b/flutter/lib/fonts/FluentSystemIcons-Filled.ttf index e35ac0d429..ea4e4e7213 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 686f8e0127..c8c4b763b9 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 3fc7654215..b856d8a379 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 e1ef2209ff..db972ed2d6 100644 --- a/flutter/lib/src/fluent_icons.dart +++ b/flutter/lib/src/fluent_icons.dart @@ -15582,6 +15582,9 @@ class FluentIcons { /// fluent icon named "person_board" in size 32 and regular style. static const IconData person_board_32_regular = IconData(61504, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "person_board_add" in size 20 and regular style. + static const IconData person_board_add_20_regular = IconData(984713, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "person_call" in size 16 and regular style. static const IconData person_call_16_regular = IconData(59685, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -15864,6 +15867,15 @@ class FluentIcons { /// fluent icon named "person_square" in size 32 and regular style. static const IconData person_square_32_regular = IconData(984145, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "person_square_add" in size 16 and regular style. + static const IconData person_square_add_16_regular = IconData(984714, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_square_add" in size 20 and regular style. + static const IconData person_square_add_20_regular = IconData(984715, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "person_square_add" in size 24 and regular style. + static const IconData person_square_add_24_regular = IconData(984716, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "person_square_checkmark" in size 16 and regular style. static const IconData person_square_checkmark_16_regular = IconData(984146, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -40211,6 +40223,9 @@ class FluentIcons { /// fluent icon named "person_board" in size 32 and filled style. static const IconData person_board_32_filled = IconData(61504, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "person_board_add" in size 20 and filled style. + static const IconData person_board_add_20_filled = IconData(984836, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "person_call" in size 16 and filled style. static const IconData person_call_16_filled = IconData(59703, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -40493,6 +40508,15 @@ class FluentIcons { /// fluent icon named "person_square" in size 32 and filled style. static const IconData person_square_32_filled = IconData(984164, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "person_square_add" in size 16 and filled style. + static const IconData person_square_add_16_filled = IconData(984837, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_square_add" in size 20 and filled style. + static const IconData person_square_add_20_filled = IconData(984838, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "person_square_add" in size 24 and filled style. + static const IconData person_square_add_24_filled = IconData(984839, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "person_square_checkmark" in size 16 and filled style. static const IconData person_square_checkmark_16_filled = IconData(984165, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index cf2e536d53..5ca3a8689a 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.248 +version: 1.1.249 homepage: https://github.com/microsoft/fluentui-system-icons/tree/main environment: diff --git a/fonts/FluentSystemIcons-Filled.css b/fonts/FluentSystemIcons-Filled.css index a464028e45..4e664db313 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?4dda3d1087445ecd850561a3ac02b565") format("woff2"), -url("./FluentSystemIcons-Filled.woff?4dda3d1087445ecd850561a3ac02b565") format("woff"), -url("./FluentSystemIcons-Filled.ttf?4dda3d1087445ecd850561a3ac02b565") format("truetype"); + src: url("./FluentSystemIcons-Filled.woff2?93bca43bfc2ffd6acb436fc776109216") format("woff2"), +url("./FluentSystemIcons-Filled.woff?93bca43bfc2ffd6acb436fc776109216") format("woff"), +url("./FluentSystemIcons-Filled.ttf?93bca43bfc2ffd6acb436fc776109216") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -24604,3 +24604,15 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_warning_lock_open_24_filled:before { content: "\f0703"; } +.icon-ic_fluent_person_board_add_20_filled:before { + content: "\f0704"; +} +.icon-ic_fluent_person_square_add_16_filled:before { + content: "\f0705"; +} +.icon-ic_fluent_person_square_add_20_filled:before { + content: "\f0706"; +} +.icon-ic_fluent_person_square_add_24_filled:before { + content: "\f0707"; +} diff --git a/fonts/FluentSystemIcons-Filled.html b/fonts/FluentSystemIcons-Filled.html index 69a715c221..225b8e0240 100644 --- a/fonts/FluentSystemIcons-Filled.html +++ b/fonts/FluentSystemIcons-Filled.html @@ -47972,6 +47972,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_person_board_add_20_filled +
+ +
@@ -48818,6 +48827,33 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_person_square_add_16_filled +
+ + +
+ + + +
+ ic_fluent_person_square_add_20_filled +
+ + +
+ + + +
+ ic_fluent_person_square_add_24_filled +
+ +
diff --git a/fonts/FluentSystemIcons-Filled.json b/fonts/FluentSystemIcons-Filled.json index 9fdd95952f..1f1d85019b 100644 --- a/fonts/FluentSystemIcons-Filled.json +++ b/fonts/FluentSystemIcons-Filled.json @@ -8194,5 +8194,9 @@ "ic_fluent_toolbox_32_filled": 984832, "ic_fluent_warning_lock_open_16_filled": 984833, "ic_fluent_warning_lock_open_20_filled": 984834, - "ic_fluent_warning_lock_open_24_filled": 984835 + "ic_fluent_warning_lock_open_24_filled": 984835, + "ic_fluent_person_board_add_20_filled": 984836, + "ic_fluent_person_square_add_16_filled": 984837, + "ic_fluent_person_square_add_20_filled": 984838, + "ic_fluent_person_square_add_24_filled": 984839 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Filled.ttf b/fonts/FluentSystemIcons-Filled.ttf index e35ac0d429..ea4e4e7213 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 33314301f7..76e53f9b64 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 cdd95c62b3..f3609f3aa9 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 0b2ed874c7..b185b7a994 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?58d41710ecaaea5609ebcb13901a9662") format("woff2"), -url("./FluentSystemIcons-Regular.woff?58d41710ecaaea5609ebcb13901a9662") format("woff"), -url("./FluentSystemIcons-Regular.ttf?58d41710ecaaea5609ebcb13901a9662") format("truetype"); + src: url("./FluentSystemIcons-Regular.woff2?651dbe4db48c0134105fe9ec06005b90") format("woff2"), +url("./FluentSystemIcons-Regular.woff?651dbe4db48c0134105fe9ec06005b90") format("woff"), +url("./FluentSystemIcons-Regular.ttf?651dbe4db48c0134105fe9ec06005b90") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -24235,3 +24235,15 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_warning_lock_open_24_regular:before { content: "\f0688"; } +.icon-ic_fluent_person_board_add_20_regular:before { + content: "\f0689"; +} +.icon-ic_fluent_person_square_add_16_regular:before { + content: "\f068a"; +} +.icon-ic_fluent_person_square_add_20_regular:before { + content: "\f068b"; +} +.icon-ic_fluent_person_square_add_24_regular:before { + content: "\f068c"; +} diff --git a/fonts/FluentSystemIcons-Regular.html b/fonts/FluentSystemIcons-Regular.html index 65210a948a..e76cb7ba61 100644 --- a/fonts/FluentSystemIcons-Regular.html +++ b/fonts/FluentSystemIcons-Regular.html @@ -46748,6 +46748,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_person_board_add_20_regular +
+ +
@@ -47594,6 +47603,33 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_person_square_add_16_regular +
+ + +
+ + + +
+ ic_fluent_person_square_add_20_regular +
+ + +
+ + + +
+ ic_fluent_person_square_add_24_regular +
+ +
diff --git a/fonts/FluentSystemIcons-Regular.json b/fonts/FluentSystemIcons-Regular.json index f91e0b8337..ca7d55edb8 100644 --- a/fonts/FluentSystemIcons-Regular.json +++ b/fonts/FluentSystemIcons-Regular.json @@ -8071,5 +8071,9 @@ "ic_fluent_toolbox_32_regular": 984709, "ic_fluent_warning_lock_open_16_regular": 984710, "ic_fluent_warning_lock_open_20_regular": 984711, - "ic_fluent_warning_lock_open_24_regular": 984712 + "ic_fluent_warning_lock_open_24_regular": 984712, + "ic_fluent_person_board_add_20_regular": 984713, + "ic_fluent_person_square_add_16_regular": 984714, + "ic_fluent_person_square_add_20_regular": 984715, + "ic_fluent_person_square_add_24_regular": 984716 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Regular.ttf b/fonts/FluentSystemIcons-Regular.ttf index 686f8e0127..c8c4b763b9 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 a171284c2d..f09d7aaa3f 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 848812ef8c..e1999a4a0a 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 a121ff45d0..80a3eb8b2b 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?18926624b3583f0ece283f3e1ddadd01") format("woff2"), -url("./FluentSystemIcons-Resizable.woff?18926624b3583f0ece283f3e1ddadd01") format("woff"), -url("./FluentSystemIcons-Resizable.ttf?18926624b3583f0ece283f3e1ddadd01") format("truetype"); + src: url("./FluentSystemIcons-Resizable.woff2?190902fa92624a4a3f930e35905ef3a9") format("woff2"), +url("./FluentSystemIcons-Resizable.woff?190902fa92624a4a3f930e35905ef3a9") format("woff"), +url("./FluentSystemIcons-Resizable.ttf?190902fa92624a4a3f930e35905ef3a9") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -9514,5649 +9514,5661 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_person_board_20_regular:before { content: "\ec5d"; } -.icon-ic_fluent_person_call_20_filled:before { +.icon-ic_fluent_person_board_add_20_filled:before { content: "\ec5e"; } -.icon-ic_fluent_person_call_20_regular:before { +.icon-ic_fluent_person_board_add_20_regular:before { content: "\ec5f"; } -.icon-ic_fluent_person_chat_20_filled:before { +.icon-ic_fluent_person_call_20_filled:before { content: "\ec60"; } -.icon-ic_fluent_person_chat_20_regular:before { +.icon-ic_fluent_person_call_20_regular:before { content: "\ec61"; } -.icon-ic_fluent_person_circle_20_filled:before { +.icon-ic_fluent_person_chat_20_filled:before { content: "\ec62"; } -.icon-ic_fluent_person_circle_20_regular:before { +.icon-ic_fluent_person_chat_20_regular:before { content: "\ec63"; } -.icon-ic_fluent_person_clock_20_filled:before { +.icon-ic_fluent_person_circle_20_filled:before { content: "\ec64"; } -.icon-ic_fluent_person_clock_20_regular:before { +.icon-ic_fluent_person_circle_20_regular:before { content: "\ec65"; } -.icon-ic_fluent_person_delete_20_filled:before { +.icon-ic_fluent_person_clock_20_filled:before { content: "\ec66"; } -.icon-ic_fluent_person_delete_20_regular:before { +.icon-ic_fluent_person_clock_20_regular:before { content: "\ec67"; } -.icon-ic_fluent_person_desktop_20_filled:before { +.icon-ic_fluent_person_delete_20_filled:before { content: "\ec68"; } -.icon-ic_fluent_person_desktop_20_regular:before { +.icon-ic_fluent_person_delete_20_regular:before { content: "\ec69"; } -.icon-ic_fluent_person_edit_20_filled:before { +.icon-ic_fluent_person_desktop_20_filled:before { content: "\ec6a"; } -.icon-ic_fluent_person_edit_20_regular:before { +.icon-ic_fluent_person_desktop_20_regular:before { content: "\ec6b"; } -.icon-ic_fluent_person_feedback_20_filled:before { +.icon-ic_fluent_person_edit_20_filled:before { content: "\ec6c"; } -.icon-ic_fluent_person_feedback_20_regular:before { +.icon-ic_fluent_person_edit_20_regular:before { content: "\ec6d"; } -.icon-ic_fluent_person_heart_20_filled:before { +.icon-ic_fluent_person_feedback_20_filled:before { content: "\ec6e"; } -.icon-ic_fluent_person_heart_20_regular:before { +.icon-ic_fluent_person_feedback_20_regular:before { content: "\ec6f"; } -.icon-ic_fluent_person_home_20_filled:before { +.icon-ic_fluent_person_heart_20_filled:before { content: "\ec70"; } -.icon-ic_fluent_person_home_20_regular:before { +.icon-ic_fluent_person_heart_20_regular:before { content: "\ec71"; } -.icon-ic_fluent_person_info_20_filled:before { +.icon-ic_fluent_person_home_20_filled:before { content: "\ec72"; } -.icon-ic_fluent_person_info_20_regular:before { +.icon-ic_fluent_person_home_20_regular:before { content: "\ec73"; } -.icon-ic_fluent_person_key_20_filled:before { +.icon-ic_fluent_person_info_20_filled:before { content: "\ec74"; } -.icon-ic_fluent_person_key_20_regular:before { +.icon-ic_fluent_person_info_20_regular:before { content: "\ec75"; } -.icon-ic_fluent_person_lightbulb_20_filled:before { +.icon-ic_fluent_person_key_20_filled:before { content: "\ec76"; } -.icon-ic_fluent_person_lightbulb_20_regular:before { +.icon-ic_fluent_person_key_20_regular:before { content: "\ec77"; } -.icon-ic_fluent_person_lightning_20_filled:before { +.icon-ic_fluent_person_lightbulb_20_filled:before { content: "\ec78"; } -.icon-ic_fluent_person_lightning_20_regular:before { +.icon-ic_fluent_person_lightbulb_20_regular:before { content: "\ec79"; } -.icon-ic_fluent_person_link_20_filled:before { +.icon-ic_fluent_person_lightning_20_filled:before { content: "\ec7a"; } -.icon-ic_fluent_person_link_20_regular:before { +.icon-ic_fluent_person_lightning_20_regular:before { content: "\ec7b"; } -.icon-ic_fluent_person_lock_20_filled:before { +.icon-ic_fluent_person_link_20_filled:before { content: "\ec7c"; } -.icon-ic_fluent_person_lock_20_regular:before { +.icon-ic_fluent_person_link_20_regular:before { content: "\ec7d"; } -.icon-ic_fluent_person_mail_20_filled:before { +.icon-ic_fluent_person_lock_20_filled:before { content: "\ec7e"; } -.icon-ic_fluent_person_mail_20_regular:before { +.icon-ic_fluent_person_lock_20_regular:before { content: "\ec7f"; } -.icon-ic_fluent_person_money_20_filled:before { +.icon-ic_fluent_person_mail_20_filled:before { content: "\ec80"; } -.icon-ic_fluent_person_money_20_regular:before { +.icon-ic_fluent_person_mail_20_regular:before { content: "\ec81"; } -.icon-ic_fluent_person_note_20_filled:before { +.icon-ic_fluent_person_money_20_filled:before { content: "\ec82"; } -.icon-ic_fluent_person_note_20_regular:before { +.icon-ic_fluent_person_money_20_regular:before { content: "\ec83"; } -.icon-ic_fluent_person_passkey_20_filled:before { +.icon-ic_fluent_person_note_20_filled:before { content: "\ec84"; } -.icon-ic_fluent_person_passkey_20_regular:before { +.icon-ic_fluent_person_note_20_regular:before { content: "\ec85"; } -.icon-ic_fluent_person_pill_20_filled:before { +.icon-ic_fluent_person_passkey_20_filled:before { content: "\ec86"; } -.icon-ic_fluent_person_pill_20_regular:before { +.icon-ic_fluent_person_passkey_20_regular:before { content: "\ec87"; } -.icon-ic_fluent_person_prohibited_20_filled:before { +.icon-ic_fluent_person_pill_20_filled:before { content: "\ec88"; } -.icon-ic_fluent_person_prohibited_20_regular:before { +.icon-ic_fluent_person_pill_20_regular:before { content: "\ec89"; } -.icon-ic_fluent_person_question_mark_20_filled:before { +.icon-ic_fluent_person_prohibited_20_filled:before { content: "\ec8a"; } -.icon-ic_fluent_person_question_mark_20_regular:before { +.icon-ic_fluent_person_prohibited_20_regular:before { content: "\ec8b"; } -.icon-ic_fluent_person_ribbon_20_filled:before { +.icon-ic_fluent_person_question_mark_20_filled:before { content: "\ec8c"; } -.icon-ic_fluent_person_ribbon_20_regular:before { +.icon-ic_fluent_person_question_mark_20_regular:before { content: "\ec8d"; } -.icon-ic_fluent_person_running_20_filled:before { +.icon-ic_fluent_person_ribbon_20_filled:before { content: "\ec8e"; } -.icon-ic_fluent_person_running_20_regular:before { +.icon-ic_fluent_person_ribbon_20_regular:before { content: "\ec8f"; } -.icon-ic_fluent_person_search_20_filled:before { +.icon-ic_fluent_person_running_20_filled:before { content: "\ec90"; } -.icon-ic_fluent_person_search_20_regular:before { +.icon-ic_fluent_person_running_20_regular:before { content: "\ec91"; } -.icon-ic_fluent_person_settings_20_filled:before { +.icon-ic_fluent_person_search_20_filled:before { content: "\ec92"; } -.icon-ic_fluent_person_settings_20_regular:before { +.icon-ic_fluent_person_search_20_regular:before { content: "\ec93"; } -.icon-ic_fluent_person_square_20_filled:before { +.icon-ic_fluent_person_settings_20_filled:before { content: "\ec94"; } -.icon-ic_fluent_person_square_20_regular:before { +.icon-ic_fluent_person_settings_20_regular:before { content: "\ec95"; } -.icon-ic_fluent_person_square_checkmark_20_filled:before { +.icon-ic_fluent_person_square_20_filled:before { content: "\ec96"; } -.icon-ic_fluent_person_square_checkmark_20_regular:before { +.icon-ic_fluent_person_square_20_regular:before { content: "\ec97"; } -.icon-ic_fluent_person_star_20_filled:before { +.icon-ic_fluent_person_square_add_20_filled:before { content: "\ec98"; } -.icon-ic_fluent_person_star_20_regular:before { +.icon-ic_fluent_person_square_add_20_regular:before { content: "\ec99"; } -.icon-ic_fluent_person_starburst_20_filled:before { +.icon-ic_fluent_person_square_checkmark_20_filled:before { content: "\ec9a"; } -.icon-ic_fluent_person_starburst_20_regular:before { +.icon-ic_fluent_person_square_checkmark_20_regular:before { content: "\ec9b"; } -.icon-ic_fluent_person_subtract_20_filled:before { +.icon-ic_fluent_person_star_20_filled:before { content: "\ec9c"; } -.icon-ic_fluent_person_subtract_20_regular:before { +.icon-ic_fluent_person_star_20_regular:before { content: "\ec9d"; } -.icon-ic_fluent_person_support_20_filled:before { +.icon-ic_fluent_person_starburst_20_filled:before { content: "\ec9e"; } -.icon-ic_fluent_person_support_20_regular:before { +.icon-ic_fluent_person_starburst_20_regular:before { content: "\ec9f"; } -.icon-ic_fluent_person_swap_20_filled:before { +.icon-ic_fluent_person_subtract_20_filled:before { content: "\eca0"; } -.icon-ic_fluent_person_swap_20_regular:before { +.icon-ic_fluent_person_subtract_20_regular:before { content: "\eca1"; } -.icon-ic_fluent_person_sync_20_filled:before { +.icon-ic_fluent_person_support_20_filled:before { content: "\eca2"; } -.icon-ic_fluent_person_sync_20_regular:before { +.icon-ic_fluent_person_support_20_regular:before { content: "\eca3"; } -.icon-ic_fluent_person_tag_20_filled:before { +.icon-ic_fluent_person_swap_20_filled:before { content: "\eca4"; } -.icon-ic_fluent_person_tag_20_regular:before { +.icon-ic_fluent_person_swap_20_regular:before { content: "\eca5"; } -.icon-ic_fluent_person_tentative_20_filled:before { +.icon-ic_fluent_person_sync_20_filled:before { content: "\eca6"; } -.icon-ic_fluent_person_tentative_20_regular:before { +.icon-ic_fluent_person_sync_20_regular:before { content: "\eca7"; } -.icon-ic_fluent_person_voice_20_filled:before { +.icon-ic_fluent_person_tag_20_filled:before { content: "\eca8"; } -.icon-ic_fluent_person_voice_20_regular:before { +.icon-ic_fluent_person_tag_20_regular:before { content: "\eca9"; } -.icon-ic_fluent_person_walking_20_filled:before { +.icon-ic_fluent_person_tentative_20_filled:before { content: "\ecaa"; } -.icon-ic_fluent_person_walking_20_regular:before { +.icon-ic_fluent_person_tentative_20_regular:before { content: "\ecab"; } -.icon-ic_fluent_person_warning_20_filled:before { +.icon-ic_fluent_person_voice_20_filled:before { content: "\ecac"; } -.icon-ic_fluent_person_warning_20_regular:before { +.icon-ic_fluent_person_voice_20_regular:before { content: "\ecad"; } -.icon-ic_fluent_person_wrench_20_filled:before { +.icon-ic_fluent_person_walking_20_filled:before { content: "\ecae"; } -.icon-ic_fluent_person_wrench_20_regular:before { +.icon-ic_fluent_person_walking_20_regular:before { content: "\ecaf"; } -.icon-ic_fluent_phone_20_filled:before { +.icon-ic_fluent_person_warning_20_filled:before { content: "\ecb0"; } -.icon-ic_fluent_phone_20_regular:before { +.icon-ic_fluent_person_warning_20_regular:before { content: "\ecb1"; } -.icon-ic_fluent_phone_add_20_filled:before { +.icon-ic_fluent_person_wrench_20_filled:before { content: "\ecb2"; } -.icon-ic_fluent_phone_add_20_regular:before { +.icon-ic_fluent_person_wrench_20_regular:before { content: "\ecb3"; } -.icon-ic_fluent_phone_arrow_right_20_filled:before { +.icon-ic_fluent_phone_20_filled:before { content: "\ecb4"; } -.icon-ic_fluent_phone_arrow_right_20_regular:before { +.icon-ic_fluent_phone_20_regular:before { content: "\ecb5"; } -.icon-ic_fluent_phone_chat_20_filled:before { +.icon-ic_fluent_phone_add_20_filled:before { content: "\ecb6"; } -.icon-ic_fluent_phone_chat_20_regular:before { +.icon-ic_fluent_phone_add_20_regular:before { content: "\ecb7"; } -.icon-ic_fluent_phone_checkmark_20_filled:before { +.icon-ic_fluent_phone_arrow_right_20_filled:before { content: "\ecb8"; } -.icon-ic_fluent_phone_checkmark_20_regular:before { +.icon-ic_fluent_phone_arrow_right_20_regular:before { content: "\ecb9"; } -.icon-ic_fluent_phone_desktop_20_filled:before { +.icon-ic_fluent_phone_chat_20_filled:before { content: "\ecba"; } -.icon-ic_fluent_phone_desktop_20_regular:before { +.icon-ic_fluent_phone_chat_20_regular:before { content: "\ecbb"; } -.icon-ic_fluent_phone_desktop_add_20_filled:before { +.icon-ic_fluent_phone_checkmark_20_filled:before { content: "\ecbc"; } -.icon-ic_fluent_phone_desktop_add_20_regular:before { +.icon-ic_fluent_phone_checkmark_20_regular:before { content: "\ecbd"; } -.icon-ic_fluent_phone_dismiss_20_filled:before { +.icon-ic_fluent_phone_desktop_20_filled:before { content: "\ecbe"; } -.icon-ic_fluent_phone_dismiss_20_regular:before { +.icon-ic_fluent_phone_desktop_20_regular:before { content: "\ecbf"; } -.icon-ic_fluent_phone_edit_20_filled:before { +.icon-ic_fluent_phone_desktop_add_20_filled:before { content: "\ecc0"; } -.icon-ic_fluent_phone_edit_20_regular:before { +.icon-ic_fluent_phone_desktop_add_20_regular:before { content: "\ecc1"; } -.icon-ic_fluent_phone_eraser_20_filled:before { +.icon-ic_fluent_phone_dismiss_20_filled:before { content: "\ecc2"; } -.icon-ic_fluent_phone_eraser_20_regular:before { +.icon-ic_fluent_phone_dismiss_20_regular:before { content: "\ecc3"; } -.icon-ic_fluent_phone_footer_arrow_down_20_filled:before { +.icon-ic_fluent_phone_edit_20_filled:before { content: "\ecc4"; } -.icon-ic_fluent_phone_footer_arrow_down_20_regular:before { +.icon-ic_fluent_phone_edit_20_regular:before { content: "\ecc5"; } -.icon-ic_fluent_phone_header_arrow_up_20_filled:before { +.icon-ic_fluent_phone_eraser_20_filled:before { content: "\ecc6"; } -.icon-ic_fluent_phone_header_arrow_up_20_regular:before { +.icon-ic_fluent_phone_eraser_20_regular:before { content: "\ecc7"; } -.icon-ic_fluent_phone_key_20_filled:before { +.icon-ic_fluent_phone_footer_arrow_down_20_filled:before { content: "\ecc8"; } -.icon-ic_fluent_phone_key_20_regular:before { +.icon-ic_fluent_phone_footer_arrow_down_20_regular:before { content: "\ecc9"; } -.icon-ic_fluent_phone_laptop_20_filled:before { +.icon-ic_fluent_phone_header_arrow_up_20_filled:before { content: "\ecca"; } -.icon-ic_fluent_phone_laptop_20_regular:before { +.icon-ic_fluent_phone_header_arrow_up_20_regular:before { content: "\eccb"; } -.icon-ic_fluent_phone_link_setup_20_filled:before { +.icon-ic_fluent_phone_key_20_filled:before { content: "\eccc"; } -.icon-ic_fluent_phone_link_setup_20_regular:before { +.icon-ic_fluent_phone_key_20_regular:before { content: "\eccd"; } -.icon-ic_fluent_phone_lock_20_filled:before { +.icon-ic_fluent_phone_laptop_20_filled:before { content: "\ecce"; } -.icon-ic_fluent_phone_lock_20_regular:before { +.icon-ic_fluent_phone_laptop_20_regular:before { content: "\eccf"; } -.icon-ic_fluent_phone_page_header_20_filled:before { +.icon-ic_fluent_phone_link_setup_20_filled:before { content: "\ecd0"; } -.icon-ic_fluent_phone_page_header_20_regular:before { +.icon-ic_fluent_phone_link_setup_20_regular:before { content: "\ecd1"; } -.icon-ic_fluent_phone_pagination_20_filled:before { +.icon-ic_fluent_phone_lock_20_filled:before { content: "\ecd2"; } -.icon-ic_fluent_phone_pagination_20_regular:before { +.icon-ic_fluent_phone_lock_20_regular:before { content: "\ecd3"; } -.icon-ic_fluent_phone_screen_time_20_filled:before { +.icon-ic_fluent_phone_page_header_20_filled:before { content: "\ecd4"; } -.icon-ic_fluent_phone_screen_time_20_regular:before { +.icon-ic_fluent_phone_page_header_20_regular:before { content: "\ecd5"; } -.icon-ic_fluent_phone_shake_20_filled:before { +.icon-ic_fluent_phone_pagination_20_filled:before { content: "\ecd6"; } -.icon-ic_fluent_phone_shake_20_regular:before { +.icon-ic_fluent_phone_pagination_20_regular:before { content: "\ecd7"; } -.icon-ic_fluent_phone_span_in_20_filled:before { +.icon-ic_fluent_phone_screen_time_20_filled:before { content: "\ecd8"; } -.icon-ic_fluent_phone_span_in_20_regular:before { +.icon-ic_fluent_phone_screen_time_20_regular:before { content: "\ecd9"; } -.icon-ic_fluent_phone_span_out_20_filled:before { +.icon-ic_fluent_phone_shake_20_filled:before { content: "\ecda"; } -.icon-ic_fluent_phone_span_out_20_regular:before { +.icon-ic_fluent_phone_shake_20_regular:before { content: "\ecdb"; } -.icon-ic_fluent_phone_speaker_20_filled:before { +.icon-ic_fluent_phone_span_in_20_filled:before { content: "\ecdc"; } -.icon-ic_fluent_phone_speaker_20_regular:before { +.icon-ic_fluent_phone_span_in_20_regular:before { content: "\ecdd"; } -.icon-ic_fluent_phone_status_bar_20_filled:before { +.icon-ic_fluent_phone_span_out_20_filled:before { content: "\ecde"; } -.icon-ic_fluent_phone_status_bar_20_regular:before { +.icon-ic_fluent_phone_span_out_20_regular:before { content: "\ecdf"; } -.icon-ic_fluent_phone_tablet_20_filled:before { +.icon-ic_fluent_phone_speaker_20_filled:before { content: "\ece0"; } -.icon-ic_fluent_phone_tablet_20_regular:before { +.icon-ic_fluent_phone_speaker_20_regular:before { content: "\ece1"; } -.icon-ic_fluent_phone_update_20_filled:before { +.icon-ic_fluent_phone_status_bar_20_filled:before { content: "\ece2"; } -.icon-ic_fluent_phone_update_20_regular:before { +.icon-ic_fluent_phone_status_bar_20_regular:before { content: "\ece3"; } -.icon-ic_fluent_phone_update_checkmark_20_filled:before { +.icon-ic_fluent_phone_tablet_20_filled:before { content: "\ece4"; } -.icon-ic_fluent_phone_update_checkmark_20_regular:before { +.icon-ic_fluent_phone_tablet_20_regular:before { content: "\ece5"; } -.icon-ic_fluent_phone_vertical_scroll_20_filled:before { +.icon-ic_fluent_phone_update_20_filled:before { content: "\ece6"; } -.icon-ic_fluent_phone_vertical_scroll_20_regular:before { +.icon-ic_fluent_phone_update_20_regular:before { content: "\ece7"; } -.icon-ic_fluent_phone_vibrate_20_filled:before { +.icon-ic_fluent_phone_update_checkmark_20_filled:before { content: "\ece8"; } -.icon-ic_fluent_phone_vibrate_20_regular:before { +.icon-ic_fluent_phone_update_checkmark_20_regular:before { content: "\ece9"; } -.icon-ic_fluent_photo_filter_20_filled:before { +.icon-ic_fluent_phone_vertical_scroll_20_filled:before { content: "\ecea"; } -.icon-ic_fluent_photo_filter_20_regular:before { +.icon-ic_fluent_phone_vertical_scroll_20_regular:before { content: "\eceb"; } -.icon-ic_fluent_pi_20_filled:before { +.icon-ic_fluent_phone_vibrate_20_filled:before { content: "\ecec"; } -.icon-ic_fluent_pi_20_regular:before { +.icon-ic_fluent_phone_vibrate_20_regular:before { content: "\eced"; } -.icon-ic_fluent_picture_in_picture_20_filled:before { +.icon-ic_fluent_photo_filter_20_filled:before { content: "\ecee"; } -.icon-ic_fluent_picture_in_picture_20_regular:before { +.icon-ic_fluent_photo_filter_20_regular:before { content: "\ecef"; } -.icon-ic_fluent_picture_in_picture_enter_20_filled:before { +.icon-ic_fluent_pi_20_filled:before { content: "\ecf0"; } -.icon-ic_fluent_picture_in_picture_enter_20_regular:before { +.icon-ic_fluent_pi_20_regular:before { content: "\ecf1"; } -.icon-ic_fluent_picture_in_picture_exit_20_filled:before { +.icon-ic_fluent_picture_in_picture_20_filled:before { content: "\ecf2"; } -.icon-ic_fluent_picture_in_picture_exit_20_regular:before { +.icon-ic_fluent_picture_in_picture_20_regular:before { content: "\ecf3"; } -.icon-ic_fluent_pill_20_filled:before { +.icon-ic_fluent_picture_in_picture_enter_20_filled:before { content: "\ecf4"; } -.icon-ic_fluent_pill_20_regular:before { +.icon-ic_fluent_picture_in_picture_enter_20_regular:before { content: "\ecf5"; } -.icon-ic_fluent_pin_20_filled:before { +.icon-ic_fluent_picture_in_picture_exit_20_filled:before { content: "\ecf6"; } -.icon-ic_fluent_pin_20_regular:before { +.icon-ic_fluent_picture_in_picture_exit_20_regular:before { content: "\ecf7"; } -.icon-ic_fluent_pin_globe_20_filled:before { +.icon-ic_fluent_pill_20_filled:before { content: "\ecf8"; } -.icon-ic_fluent_pin_globe_20_regular:before { +.icon-ic_fluent_pill_20_regular:before { content: "\ecf9"; } -.icon-ic_fluent_pin_off_20_filled:before { +.icon-ic_fluent_pin_20_filled:before { content: "\ecfa"; } -.icon-ic_fluent_pin_off_20_regular:before { +.icon-ic_fluent_pin_20_regular:before { content: "\ecfb"; } -.icon-ic_fluent_pipeline_20_filled:before { +.icon-ic_fluent_pin_globe_20_filled:before { content: "\ecfc"; } -.icon-ic_fluent_pipeline_20_regular:before { +.icon-ic_fluent_pin_globe_20_regular:before { content: "\ecfd"; } -.icon-ic_fluent_pipeline_add_20_filled:before { +.icon-ic_fluent_pin_off_20_filled:before { content: "\ecfe"; } -.icon-ic_fluent_pipeline_add_20_regular:before { +.icon-ic_fluent_pin_off_20_regular:before { content: "\ecff"; } -.icon-ic_fluent_pipeline_arrow_curve_down_20_filled:before { +.icon-ic_fluent_pipeline_20_filled:before { content: "\ed00"; } -.icon-ic_fluent_pipeline_arrow_curve_down_20_regular:before { +.icon-ic_fluent_pipeline_20_regular:before { content: "\ed01"; } -.icon-ic_fluent_pipeline_play_20_filled:before { +.icon-ic_fluent_pipeline_add_20_filled:before { content: "\ed02"; } -.icon-ic_fluent_pipeline_play_20_regular:before { +.icon-ic_fluent_pipeline_add_20_regular:before { content: "\ed03"; } -.icon-ic_fluent_pivot_20_filled:before { +.icon-ic_fluent_pipeline_arrow_curve_down_20_filled:before { content: "\ed04"; } -.icon-ic_fluent_pivot_20_regular:before { +.icon-ic_fluent_pipeline_arrow_curve_down_20_regular:before { content: "\ed05"; } -.icon-ic_fluent_plant_cattail_20_filled:before { +.icon-ic_fluent_pipeline_play_20_filled:before { content: "\ed06"; } -.icon-ic_fluent_plant_cattail_20_regular:before { +.icon-ic_fluent_pipeline_play_20_regular:before { content: "\ed07"; } -.icon-ic_fluent_plant_grass_20_filled:before { +.icon-ic_fluent_pivot_20_filled:before { content: "\ed08"; } -.icon-ic_fluent_plant_grass_20_regular:before { +.icon-ic_fluent_pivot_20_regular:before { content: "\ed09"; } -.icon-ic_fluent_plant_ragweed_20_filled:before { +.icon-ic_fluent_plant_cattail_20_filled:before { content: "\ed0a"; } -.icon-ic_fluent_plant_ragweed_20_regular:before { +.icon-ic_fluent_plant_cattail_20_regular:before { content: "\ed0b"; } -.icon-ic_fluent_play_20_filled:before { +.icon-ic_fluent_plant_grass_20_filled:before { content: "\ed0c"; } -.icon-ic_fluent_play_20_regular:before { +.icon-ic_fluent_plant_grass_20_regular:before { content: "\ed0d"; } -.icon-ic_fluent_play_circle_20_filled:before { +.icon-ic_fluent_plant_ragweed_20_filled:before { content: "\ed0e"; } -.icon-ic_fluent_play_circle_20_regular:before { +.icon-ic_fluent_plant_ragweed_20_regular:before { content: "\ed0f"; } -.icon-ic_fluent_play_circle_hint_20_filled:before { +.icon-ic_fluent_play_20_filled:before { content: "\ed10"; } -.icon-ic_fluent_play_circle_hint_20_regular:before { +.icon-ic_fluent_play_20_regular:before { content: "\ed11"; } -.icon-ic_fluent_play_circle_sparkle_20_filled:before { +.icon-ic_fluent_play_circle_20_filled:before { content: "\ed12"; } -.icon-ic_fluent_play_circle_sparkle_20_regular:before { +.icon-ic_fluent_play_circle_20_regular:before { content: "\ed13"; } -.icon-ic_fluent_play_settings_20_filled:before { +.icon-ic_fluent_play_circle_hint_20_filled:before { content: "\ed14"; } -.icon-ic_fluent_play_settings_20_regular:before { +.icon-ic_fluent_play_circle_hint_20_regular:before { content: "\ed15"; } -.icon-ic_fluent_playing_cards_20_filled:before { +.icon-ic_fluent_play_circle_sparkle_20_filled:before { content: "\ed16"; } -.icon-ic_fluent_playing_cards_20_regular:before { +.icon-ic_fluent_play_circle_sparkle_20_regular:before { content: "\ed17"; } -.icon-ic_fluent_plug_connected_20_filled:before { +.icon-ic_fluent_play_settings_20_filled:before { content: "\ed18"; } -.icon-ic_fluent_plug_connected_20_regular:before { +.icon-ic_fluent_play_settings_20_regular:before { content: "\ed19"; } -.icon-ic_fluent_plug_connected_add_20_filled:before { +.icon-ic_fluent_playing_cards_20_filled:before { content: "\ed1a"; } -.icon-ic_fluent_plug_connected_add_20_regular:before { +.icon-ic_fluent_playing_cards_20_regular:before { content: "\ed1b"; } -.icon-ic_fluent_plug_connected_checkmark_20_filled:before { +.icon-ic_fluent_plug_connected_20_filled:before { content: "\ed1c"; } -.icon-ic_fluent_plug_connected_checkmark_20_regular:before { +.icon-ic_fluent_plug_connected_20_regular:before { content: "\ed1d"; } -.icon-ic_fluent_plug_connected_settings_20_filled:before { +.icon-ic_fluent_plug_connected_add_20_filled:before { content: "\ed1e"; } -.icon-ic_fluent_plug_connected_settings_20_regular:before { +.icon-ic_fluent_plug_connected_add_20_regular:before { content: "\ed1f"; } -.icon-ic_fluent_plug_disconnected_20_filled:before { +.icon-ic_fluent_plug_connected_checkmark_20_filled:before { content: "\ed20"; } -.icon-ic_fluent_plug_disconnected_20_regular:before { +.icon-ic_fluent_plug_connected_checkmark_20_regular:before { content: "\ed21"; } -.icon-ic_fluent_point_scan_20_filled:before { +.icon-ic_fluent_plug_connected_settings_20_filled:before { content: "\ed22"; } -.icon-ic_fluent_point_scan_20_regular:before { +.icon-ic_fluent_plug_connected_settings_20_regular:before { content: "\ed23"; } -.icon-ic_fluent_poll_20_filled:before { +.icon-ic_fluent_plug_disconnected_20_filled:before { content: "\ed24"; } -.icon-ic_fluent_poll_20_regular:before { +.icon-ic_fluent_plug_disconnected_20_regular:before { content: "\ed25"; } -.icon-ic_fluent_poll_horizontal_20_filled:before { +.icon-ic_fluent_point_scan_20_filled:before { content: "\ed26"; } -.icon-ic_fluent_poll_horizontal_20_regular:before { +.icon-ic_fluent_point_scan_20_regular:before { content: "\ed27"; } -.icon-ic_fluent_poll_off_20_filled:before { +.icon-ic_fluent_poll_20_filled:before { content: "\ed28"; } -.icon-ic_fluent_poll_off_20_regular:before { +.icon-ic_fluent_poll_20_regular:before { content: "\ed29"; } -.icon-ic_fluent_port_hdmi_20_filled:before { +.icon-ic_fluent_poll_horizontal_20_filled:before { content: "\ed2a"; } -.icon-ic_fluent_port_hdmi_20_regular:before { +.icon-ic_fluent_poll_horizontal_20_regular:before { content: "\ed2b"; } -.icon-ic_fluent_port_micro_usb_20_filled:before { +.icon-ic_fluent_poll_off_20_filled:before { content: "\ed2c"; } -.icon-ic_fluent_port_micro_usb_20_regular:before { +.icon-ic_fluent_poll_off_20_regular:before { content: "\ed2d"; } -.icon-ic_fluent_port_usb_a_20_filled:before { +.icon-ic_fluent_port_hdmi_20_filled:before { content: "\ed2e"; } -.icon-ic_fluent_port_usb_a_20_regular:before { +.icon-ic_fluent_port_hdmi_20_regular:before { content: "\ed2f"; } -.icon-ic_fluent_port_usb_c_20_filled:before { +.icon-ic_fluent_port_micro_usb_20_filled:before { content: "\ed30"; } -.icon-ic_fluent_port_usb_c_20_regular:before { +.icon-ic_fluent_port_micro_usb_20_regular:before { content: "\ed31"; } -.icon-ic_fluent_position_backward_20_filled:before { +.icon-ic_fluent_port_usb_a_20_filled:before { content: "\ed32"; } -.icon-ic_fluent_position_backward_20_regular:before { +.icon-ic_fluent_port_usb_a_20_regular:before { content: "\ed33"; } -.icon-ic_fluent_position_forward_20_filled:before { +.icon-ic_fluent_port_usb_c_20_filled:before { content: "\ed34"; } -.icon-ic_fluent_position_forward_20_regular:before { +.icon-ic_fluent_port_usb_c_20_regular:before { content: "\ed35"; } -.icon-ic_fluent_position_to_back_20_filled:before { +.icon-ic_fluent_position_backward_20_filled:before { content: "\ed36"; } -.icon-ic_fluent_position_to_back_20_regular:before { +.icon-ic_fluent_position_backward_20_regular:before { content: "\ed37"; } -.icon-ic_fluent_position_to_front_20_filled:before { +.icon-ic_fluent_position_forward_20_filled:before { content: "\ed38"; } -.icon-ic_fluent_position_to_front_20_regular:before { +.icon-ic_fluent_position_forward_20_regular:before { content: "\ed39"; } -.icon-ic_fluent_power_20_filled:before { +.icon-ic_fluent_position_to_back_20_filled:before { content: "\ed3a"; } -.icon-ic_fluent_power_20_regular:before { +.icon-ic_fluent_position_to_back_20_regular:before { content: "\ed3b"; } -.icon-ic_fluent_predictions_20_filled:before { +.icon-ic_fluent_position_to_front_20_filled:before { content: "\ed3c"; } -.icon-ic_fluent_predictions_20_regular:before { +.icon-ic_fluent_position_to_front_20_regular:before { content: "\ed3d"; } -.icon-ic_fluent_premium_20_filled:before { +.icon-ic_fluent_power_20_filled:before { content: "\ed3e"; } -.icon-ic_fluent_premium_20_regular:before { +.icon-ic_fluent_power_20_regular:before { content: "\ed3f"; } -.icon-ic_fluent_premium_person_20_filled:before { +.icon-ic_fluent_predictions_20_filled:before { content: "\ed40"; } -.icon-ic_fluent_premium_person_20_regular:before { +.icon-ic_fluent_predictions_20_regular:before { content: "\ed41"; } -.icon-ic_fluent_presence_available_20_filled:before { +.icon-ic_fluent_premium_20_filled:before { content: "\ed42"; } -.icon-ic_fluent_presence_available_20_regular:before { +.icon-ic_fluent_premium_20_regular:before { content: "\ed43"; } -.icon-ic_fluent_presence_away_20_filled:before { +.icon-ic_fluent_premium_person_20_filled:before { content: "\ed44"; } -.icon-ic_fluent_presence_away_20_regular:before { +.icon-ic_fluent_premium_person_20_regular:before { content: "\ed45"; } -.icon-ic_fluent_presence_blocked_20_regular:before { +.icon-ic_fluent_presence_available_20_filled:before { content: "\ed46"; } -.icon-ic_fluent_presence_busy_20_filled:before { +.icon-ic_fluent_presence_available_20_regular:before { content: "\ed47"; } -.icon-ic_fluent_presence_dnd_20_filled:before { +.icon-ic_fluent_presence_away_20_filled:before { content: "\ed48"; } -.icon-ic_fluent_presence_dnd_20_regular:before { +.icon-ic_fluent_presence_away_20_regular:before { content: "\ed49"; } -.icon-ic_fluent_presence_offline_20_regular:before { +.icon-ic_fluent_presence_blocked_20_regular:before { content: "\ed4a"; } -.icon-ic_fluent_presence_oof_20_regular:before { +.icon-ic_fluent_presence_busy_20_filled:before { content: "\ed4b"; } -.icon-ic_fluent_presence_tentative_20_regular:before { +.icon-ic_fluent_presence_dnd_20_filled:before { content: "\ed4c"; } -.icon-ic_fluent_presence_unknown_20_regular:before { +.icon-ic_fluent_presence_dnd_20_regular:before { content: "\ed4d"; } -.icon-ic_fluent_presenter_20_filled:before { +.icon-ic_fluent_presence_offline_20_regular:before { content: "\ed4e"; } -.icon-ic_fluent_presenter_20_regular:before { +.icon-ic_fluent_presence_oof_20_regular:before { content: "\ed4f"; } -.icon-ic_fluent_presenter_off_20_filled:before { +.icon-ic_fluent_presence_tentative_20_regular:before { content: "\ed50"; } -.icon-ic_fluent_presenter_off_20_regular:before { +.icon-ic_fluent_presence_unknown_20_regular:before { content: "\ed51"; } -.icon-ic_fluent_preview_link_20_filled:before { +.icon-ic_fluent_presenter_20_filled:before { content: "\ed52"; } -.icon-ic_fluent_preview_link_20_regular:before { +.icon-ic_fluent_presenter_20_regular:before { content: "\ed53"; } -.icon-ic_fluent_previous_20_filled:before { +.icon-ic_fluent_presenter_off_20_filled:before { content: "\ed54"; } -.icon-ic_fluent_previous_20_regular:before { +.icon-ic_fluent_presenter_off_20_regular:before { content: "\ed55"; } -.icon-ic_fluent_previous_frame_20_filled:before { +.icon-ic_fluent_preview_link_20_filled:before { content: "\ed56"; } -.icon-ic_fluent_previous_frame_20_regular:before { +.icon-ic_fluent_preview_link_20_regular:before { content: "\ed57"; } -.icon-ic_fluent_print_20_filled:before { +.icon-ic_fluent_previous_20_filled:before { content: "\ed58"; } -.icon-ic_fluent_print_20_regular:before { +.icon-ic_fluent_previous_20_regular:before { content: "\ed59"; } -.icon-ic_fluent_print_add_20_filled:before { +.icon-ic_fluent_previous_frame_20_filled:before { content: "\ed5a"; } -.icon-ic_fluent_print_add_20_regular:before { +.icon-ic_fluent_previous_frame_20_regular:before { content: "\ed5b"; } -.icon-ic_fluent_production_20_filled:before { +.icon-ic_fluent_print_20_filled:before { content: "\ed5c"; } -.icon-ic_fluent_production_20_regular:before { +.icon-ic_fluent_print_20_regular:before { content: "\ed5d"; } -.icon-ic_fluent_production_checkmark_20_filled:before { +.icon-ic_fluent_print_add_20_filled:before { content: "\ed5e"; } -.icon-ic_fluent_production_checkmark_20_regular:before { +.icon-ic_fluent_print_add_20_regular:before { content: "\ed5f"; } -.icon-ic_fluent_prohibited_20_filled:before { +.icon-ic_fluent_production_20_filled:before { content: "\ed60"; } -.icon-ic_fluent_prohibited_20_regular:before { +.icon-ic_fluent_production_20_regular:before { content: "\ed61"; } -.icon-ic_fluent_prohibited_multiple_20_filled:before { +.icon-ic_fluent_production_checkmark_20_filled:before { content: "\ed62"; } -.icon-ic_fluent_prohibited_multiple_20_regular:before { +.icon-ic_fluent_production_checkmark_20_regular:before { content: "\ed63"; } -.icon-ic_fluent_prohibited_note_20_filled:before { +.icon-ic_fluent_prohibited_20_filled:before { content: "\ed64"; } -.icon-ic_fluent_prohibited_note_20_regular:before { +.icon-ic_fluent_prohibited_20_regular:before { content: "\ed65"; } -.icon-ic_fluent_projection_screen_20_filled:before { +.icon-ic_fluent_prohibited_multiple_20_filled:before { content: "\ed66"; } -.icon-ic_fluent_projection_screen_20_regular:before { +.icon-ic_fluent_prohibited_multiple_20_regular:before { content: "\ed67"; } -.icon-ic_fluent_projection_screen_dismiss_20_filled:before { +.icon-ic_fluent_prohibited_note_20_filled:before { content: "\ed68"; } -.icon-ic_fluent_projection_screen_dismiss_20_regular:before { +.icon-ic_fluent_prohibited_note_20_regular:before { content: "\ed69"; } -.icon-ic_fluent_projection_screen_text_20_filled:before { +.icon-ic_fluent_projection_screen_20_filled:before { content: "\ed6a"; } -.icon-ic_fluent_projection_screen_text_20_regular:before { +.icon-ic_fluent_projection_screen_20_regular:before { content: "\ed6b"; } -.icon-ic_fluent_prompt_20_filled:before { +.icon-ic_fluent_projection_screen_dismiss_20_filled:before { content: "\ed6c"; } -.icon-ic_fluent_prompt_20_regular:before { +.icon-ic_fluent_projection_screen_dismiss_20_regular:before { content: "\ed6d"; } -.icon-ic_fluent_protocol_handler_20_filled:before { +.icon-ic_fluent_projection_screen_text_20_filled:before { content: "\ed6e"; } -.icon-ic_fluent_protocol_handler_20_regular:before { +.icon-ic_fluent_projection_screen_text_20_regular:before { content: "\ed6f"; } -.icon-ic_fluent_pulse_20_filled:before { +.icon-ic_fluent_prompt_20_filled:before { content: "\ed70"; } -.icon-ic_fluent_pulse_20_regular:before { +.icon-ic_fluent_prompt_20_regular:before { content: "\ed71"; } -.icon-ic_fluent_pulse_square_20_filled:before { +.icon-ic_fluent_protocol_handler_20_filled:before { content: "\ed72"; } -.icon-ic_fluent_pulse_square_20_regular:before { +.icon-ic_fluent_protocol_handler_20_regular:before { content: "\ed73"; } -.icon-ic_fluent_puzzle_cube_20_filled:before { +.icon-ic_fluent_pulse_20_filled:before { content: "\ed74"; } -.icon-ic_fluent_puzzle_cube_20_regular:before { +.icon-ic_fluent_pulse_20_regular:before { content: "\ed75"; } -.icon-ic_fluent_puzzle_cube_piece_20_filled:before { +.icon-ic_fluent_pulse_square_20_filled:before { content: "\ed76"; } -.icon-ic_fluent_puzzle_cube_piece_20_regular:before { +.icon-ic_fluent_pulse_square_20_regular:before { content: "\ed77"; } -.icon-ic_fluent_puzzle_piece_20_filled:before { +.icon-ic_fluent_puzzle_cube_20_filled:before { content: "\ed78"; } -.icon-ic_fluent_puzzle_piece_20_regular:before { +.icon-ic_fluent_puzzle_cube_20_regular:before { content: "\ed79"; } -.icon-ic_fluent_puzzle_piece_shield_20_filled:before { +.icon-ic_fluent_puzzle_cube_piece_20_filled:before { content: "\ed7a"; } -.icon-ic_fluent_puzzle_piece_shield_20_regular:before { +.icon-ic_fluent_puzzle_cube_piece_20_regular:before { content: "\ed7b"; } -.icon-ic_fluent_qr_code_20_filled:before { +.icon-ic_fluent_puzzle_piece_20_filled:before { content: "\ed7c"; } -.icon-ic_fluent_qr_code_20_regular:before { +.icon-ic_fluent_puzzle_piece_20_regular:before { content: "\ed7d"; } -.icon-ic_fluent_question_20_filled:before { +.icon-ic_fluent_puzzle_piece_shield_20_filled:before { content: "\ed7e"; } -.icon-ic_fluent_question_20_regular:before { +.icon-ic_fluent_puzzle_piece_shield_20_regular:before { content: "\ed7f"; } -.icon-ic_fluent_question_circle_20_filled:before { +.icon-ic_fluent_qr_code_20_filled:before { content: "\ed80"; } -.icon-ic_fluent_question_circle_20_regular:before { +.icon-ic_fluent_qr_code_20_regular:before { content: "\ed81"; } -.icon-ic_fluent_quiz_new_20_filled:before { +.icon-ic_fluent_question_20_filled:before { content: "\ed82"; } -.icon-ic_fluent_quiz_new_20_regular:before { +.icon-ic_fluent_question_20_regular:before { content: "\ed83"; } -.icon-ic_fluent_radar_20_filled:before { +.icon-ic_fluent_question_circle_20_filled:before { content: "\ed84"; } -.icon-ic_fluent_radar_20_regular:before { +.icon-ic_fluent_question_circle_20_regular:before { content: "\ed85"; } -.icon-ic_fluent_radar_checkmark_20_filled:before { +.icon-ic_fluent_quiz_new_20_filled:before { content: "\ed86"; } -.icon-ic_fluent_radar_checkmark_20_regular:before { +.icon-ic_fluent_quiz_new_20_regular:before { content: "\ed87"; } -.icon-ic_fluent_radar_rectangle_multiple_20_filled:before { +.icon-ic_fluent_radar_20_filled:before { content: "\ed88"; } -.icon-ic_fluent_radar_rectangle_multiple_20_regular:before { +.icon-ic_fluent_radar_20_regular:before { content: "\ed89"; } -.icon-ic_fluent_radio_button_20_filled:before { +.icon-ic_fluent_radar_checkmark_20_filled:before { content: "\ed8a"; } -.icon-ic_fluent_radio_button_20_regular:before { +.icon-ic_fluent_radar_checkmark_20_regular:before { content: "\ed8b"; } -.icon-ic_fluent_ram_20_filled:before { +.icon-ic_fluent_radar_rectangle_multiple_20_filled:before { content: "\ed8c"; } -.icon-ic_fluent_ram_20_regular:before { +.icon-ic_fluent_radar_rectangle_multiple_20_regular:before { content: "\ed8d"; } -.icon-ic_fluent_rating_mature_20_filled:before { +.icon-ic_fluent_radio_button_20_filled:before { content: "\ed8e"; } -.icon-ic_fluent_rating_mature_20_regular:before { +.icon-ic_fluent_radio_button_20_regular:before { content: "\ed8f"; } -.icon-ic_fluent_ratio_one_to_one_20_filled:before { +.icon-ic_fluent_ram_20_filled:before { content: "\ed90"; } -.icon-ic_fluent_ratio_one_to_one_20_regular:before { +.icon-ic_fluent_ram_20_regular:before { content: "\ed91"; } -.icon-ic_fluent_re_order_20_filled:before { +.icon-ic_fluent_rating_mature_20_filled:before { content: "\ed92"; } -.icon-ic_fluent_re_order_20_regular:before { +.icon-ic_fluent_rating_mature_20_regular:before { content: "\ed93"; } -.icon-ic_fluent_re_order_dots_horizontal_20_filled:before { +.icon-ic_fluent_ratio_one_to_one_20_filled:before { content: "\ed94"; } -.icon-ic_fluent_re_order_dots_horizontal_20_regular:before { +.icon-ic_fluent_ratio_one_to_one_20_regular:before { content: "\ed95"; } -.icon-ic_fluent_re_order_dots_vertical_20_filled:before { +.icon-ic_fluent_re_order_20_filled:before { content: "\ed96"; } -.icon-ic_fluent_re_order_dots_vertical_20_regular:before { +.icon-ic_fluent_re_order_20_regular:before { content: "\ed97"; } -.icon-ic_fluent_read_aloud_20_filled:before { +.icon-ic_fluent_re_order_dots_horizontal_20_filled:before { content: "\ed98"; } -.icon-ic_fluent_read_aloud_20_regular:before { +.icon-ic_fluent_re_order_dots_horizontal_20_regular:before { content: "\ed99"; } -.icon-ic_fluent_reading_list_20_filled:before { +.icon-ic_fluent_re_order_dots_vertical_20_filled:before { content: "\ed9a"; } -.icon-ic_fluent_reading_list_20_regular:before { +.icon-ic_fluent_re_order_dots_vertical_20_regular:before { content: "\ed9b"; } -.icon-ic_fluent_reading_list_add_20_filled:before { +.icon-ic_fluent_read_aloud_20_filled:before { content: "\ed9c"; } -.icon-ic_fluent_reading_list_add_20_regular:before { +.icon-ic_fluent_read_aloud_20_regular:before { content: "\ed9d"; } -.icon-ic_fluent_reading_mode_mobile_20_filled:before { +.icon-ic_fluent_reading_list_20_filled:before { content: "\ed9e"; } -.icon-ic_fluent_reading_mode_mobile_20_regular:before { +.icon-ic_fluent_reading_list_20_regular:before { content: "\ed9f"; } -.icon-ic_fluent_real_estate_20_filled:before { +.icon-ic_fluent_reading_list_add_20_filled:before { content: "\eda0"; } -.icon-ic_fluent_real_estate_20_regular:before { +.icon-ic_fluent_reading_list_add_20_regular:before { content: "\eda1"; } -.icon-ic_fluent_receipt_20_filled:before { +.icon-ic_fluent_reading_mode_mobile_20_filled:before { content: "\eda2"; } -.icon-ic_fluent_receipt_20_regular:before { +.icon-ic_fluent_reading_mode_mobile_20_regular:before { content: "\eda3"; } -.icon-ic_fluent_receipt_add_20_filled:before { +.icon-ic_fluent_real_estate_20_filled:before { content: "\eda4"; } -.icon-ic_fluent_receipt_add_20_regular:before { +.icon-ic_fluent_real_estate_20_regular:before { content: "\eda5"; } -.icon-ic_fluent_receipt_bag_20_filled:before { +.icon-ic_fluent_receipt_20_filled:before { content: "\eda6"; } -.icon-ic_fluent_receipt_bag_20_regular:before { +.icon-ic_fluent_receipt_20_regular:before { content: "\eda7"; } -.icon-ic_fluent_receipt_cube_20_filled:before { +.icon-ic_fluent_receipt_add_20_filled:before { content: "\eda8"; } -.icon-ic_fluent_receipt_cube_20_regular:before { +.icon-ic_fluent_receipt_add_20_regular:before { content: "\eda9"; } -.icon-ic_fluent_receipt_money_20_filled:before { +.icon-ic_fluent_receipt_bag_20_filled:before { content: "\edaa"; } -.icon-ic_fluent_receipt_money_20_regular:before { +.icon-ic_fluent_receipt_bag_20_regular:before { content: "\edab"; } -.icon-ic_fluent_receipt_play_20_filled:before { +.icon-ic_fluent_receipt_cube_20_filled:before { content: "\edac"; } -.icon-ic_fluent_receipt_play_20_regular:before { +.icon-ic_fluent_receipt_cube_20_regular:before { content: "\edad"; } -.icon-ic_fluent_receipt_search_20_filled:before { +.icon-ic_fluent_receipt_money_20_filled:before { content: "\edae"; } -.icon-ic_fluent_receipt_search_20_regular:before { +.icon-ic_fluent_receipt_money_20_regular:before { content: "\edaf"; } -.icon-ic_fluent_receipt_sparkles_20_filled:before { +.icon-ic_fluent_receipt_play_20_filled:before { content: "\edb0"; } -.icon-ic_fluent_receipt_sparkles_20_regular:before { +.icon-ic_fluent_receipt_play_20_regular:before { content: "\edb1"; } -.icon-ic_fluent_record_20_filled:before { +.icon-ic_fluent_receipt_search_20_filled:before { content: "\edb2"; } -.icon-ic_fluent_record_20_regular:before { +.icon-ic_fluent_receipt_search_20_regular:before { content: "\edb3"; } -.icon-ic_fluent_record_stop_20_filled:before { +.icon-ic_fluent_receipt_sparkles_20_filled:before { content: "\edb4"; } -.icon-ic_fluent_record_stop_20_regular:before { +.icon-ic_fluent_receipt_sparkles_20_regular:before { content: "\edb5"; } +.icon-ic_fluent_record_20_filled:before { + content: "\edb6"; +} +.icon-ic_fluent_record_20_regular:before { + content: "\edb7"; +} +.icon-ic_fluent_record_stop_20_filled:before { + content: "\edb8"; +} +.icon-ic_fluent_record_stop_20_regular:before { + content: "\edb9"; +} .icon-ic_fluent_rectangle_landscape_20_filled:before { - content: "\edb6"; + content: "\edba"; } .icon-ic_fluent_rectangle_landscape_20_regular:before { - content: "\edb7"; + content: "\edbb"; } .icon-ic_fluent_rectangle_landscape_hint_copy_20_filled:before { - content: "\edb8"; + content: "\edbc"; } .icon-ic_fluent_rectangle_landscape_hint_copy_20_regular:before { - content: "\edb9"; + content: "\edbd"; } .icon-ic_fluent_rectangle_landscape_sparkle_20_filled:before { - content: "\edba"; + content: "\edbe"; } .icon-ic_fluent_rectangle_landscape_sparkle_20_regular:before { - content: "\edbb"; + content: "\edbf"; } .icon-ic_fluent_rectangle_landscape_sync_20_filled:before { - content: "\edbc"; + content: "\edc0"; } .icon-ic_fluent_rectangle_landscape_sync_20_regular:before { - content: "\edbd"; + content: "\edc1"; } .icon-ic_fluent_rectangle_landscape_sync_off_20_filled:before { - content: "\edbe"; + content: "\edc2"; } .icon-ic_fluent_rectangle_landscape_sync_off_20_regular:before { - content: "\edbf"; + content: "\edc3"; } .icon-ic_fluent_rectangle_portrait_location_target_20_filled:before { - content: "\edc0"; + content: "\edc4"; } .icon-ic_fluent_rectangle_portrait_location_target_20_regular:before { - content: "\edc1"; + content: "\edc5"; } .icon-ic_fluent_recycle_20_filled:before { - content: "\edc2"; + content: "\edc6"; } .icon-ic_fluent_recycle_20_regular:before { - content: "\edc3"; + content: "\edc7"; } .icon-ic_fluent_remix_add_20_filled:before { - content: "\edc4"; + content: "\edc8"; } .icon-ic_fluent_remix_add_20_regular:before { - content: "\edc5"; + content: "\edc9"; } .icon-ic_fluent_remote_20_filled:before { - content: "\edc6"; + content: "\edca"; } .icon-ic_fluent_remote_20_regular:before { - content: "\edc7"; + content: "\edcb"; } .icon-ic_fluent_rename_20_filled:before { - content: "\edc8"; + content: "\edcc"; } .icon-ic_fluent_rename_20_regular:before { - content: "\edc9"; + content: "\edcd"; } .icon-ic_fluent_reorder_20_filled:before { - content: "\edca"; + content: "\edce"; } .icon-ic_fluent_reorder_20_regular:before { - content: "\edcb"; + content: "\edcf"; } .icon-ic_fluent_replay_20_filled:before { - content: "\edcc"; + content: "\edd0"; } .icon-ic_fluent_replay_20_regular:before { - content: "\edcd"; + content: "\edd1"; } .icon-ic_fluent_resize_20_filled:before { - content: "\edce"; + content: "\edd2"; } .icon-ic_fluent_resize_20_regular:before { - content: "\edcf"; + content: "\edd3"; } .icon-ic_fluent_resize_image_20_filled:before { - content: "\edd0"; + content: "\edd4"; } .icon-ic_fluent_resize_image_20_regular:before { - content: "\edd1"; + content: "\edd5"; } .icon-ic_fluent_resize_large_20_filled:before { - content: "\edd2"; + content: "\edd6"; } .icon-ic_fluent_resize_large_20_regular:before { - content: "\edd3"; + content: "\edd7"; } .icon-ic_fluent_resize_small_20_filled:before { - content: "\edd4"; + content: "\edd8"; } .icon-ic_fluent_resize_small_20_regular:before { - content: "\edd5"; + content: "\edd9"; } .icon-ic_fluent_resize_table_20_filled:before { - content: "\edd6"; + content: "\edda"; } .icon-ic_fluent_resize_table_20_regular:before { - content: "\edd7"; + content: "\eddb"; } .icon-ic_fluent_resize_video_20_filled:before { - content: "\edd8"; + content: "\eddc"; } .icon-ic_fluent_resize_video_20_regular:before { - content: "\edd9"; + content: "\eddd"; } .icon-ic_fluent_reward_20_filled:before { - content: "\edda"; + content: "\edde"; } .icon-ic_fluent_reward_20_regular:before { - content: "\eddb"; + content: "\eddf"; } .icon-ic_fluent_rewind_20_filled:before { - content: "\eddc"; + content: "\ede0"; } .icon-ic_fluent_rewind_20_regular:before { - content: "\eddd"; + content: "\ede1"; } .icon-ic_fluent_rhombus_20_filled:before { - content: "\edde"; + content: "\ede2"; } .icon-ic_fluent_rhombus_20_regular:before { - content: "\eddf"; + content: "\ede3"; } .icon-ic_fluent_ribbon_20_filled:before { - content: "\ede0"; + content: "\ede4"; } .icon-ic_fluent_ribbon_20_regular:before { - content: "\ede1"; + content: "\ede5"; } .icon-ic_fluent_ribbon_add_20_filled:before { - content: "\ede2"; + content: "\ede6"; } .icon-ic_fluent_ribbon_add_20_regular:before { - content: "\ede3"; + content: "\ede7"; } .icon-ic_fluent_ribbon_off_20_filled:before { - content: "\ede4"; + content: "\ede8"; } .icon-ic_fluent_ribbon_off_20_regular:before { - content: "\ede5"; + content: "\ede9"; } .icon-ic_fluent_ribbon_star_20_filled:before { - content: "\ede6"; + content: "\edea"; } .icon-ic_fluent_ribbon_star_20_regular:before { - content: "\ede7"; + content: "\edeb"; } .icon-ic_fluent_road_20_filled:before { - content: "\ede8"; + content: "\edec"; } .icon-ic_fluent_road_20_regular:before { - content: "\ede9"; + content: "\eded"; } .icon-ic_fluent_road_cone_20_filled:before { - content: "\edea"; + content: "\edee"; } .icon-ic_fluent_road_cone_20_regular:before { - content: "\edeb"; + content: "\edef"; } .icon-ic_fluent_rocket_20_filled:before { - content: "\edec"; + content: "\edf0"; } .icon-ic_fluent_rocket_20_regular:before { - content: "\eded"; + content: "\edf1"; } .icon-ic_fluent_rotate_left_20_filled:before { - content: "\edee"; + content: "\edf2"; } .icon-ic_fluent_rotate_left_20_regular:before { - content: "\edef"; + content: "\edf3"; } .icon-ic_fluent_rotate_right_20_filled:before { - content: "\edf0"; + content: "\edf4"; } .icon-ic_fluent_rotate_right_20_regular:before { - content: "\edf1"; + content: "\edf5"; } .icon-ic_fluent_router_20_filled:before { - content: "\edf2"; + content: "\edf6"; } .icon-ic_fluent_router_20_regular:before { - content: "\edf3"; + content: "\edf7"; } .icon-ic_fluent_row_triple_20_filled:before { - content: "\edf4"; + content: "\edf8"; } .icon-ic_fluent_row_triple_20_regular:before { - content: "\edf5"; + content: "\edf9"; } .icon-ic_fluent_rss_20_filled:before { - content: "\edf6"; + content: "\edfa"; } .icon-ic_fluent_rss_20_regular:before { - content: "\edf7"; + content: "\edfb"; } .icon-ic_fluent_ruler_20_filled:before { - content: "\edf8"; + content: "\edfc"; } .icon-ic_fluent_ruler_20_regular:before { - content: "\edf9"; + content: "\edfd"; } .icon-ic_fluent_run_20_filled:before { - content: "\edfa"; + content: "\edfe"; } .icon-ic_fluent_run_20_regular:before { - content: "\edfb"; + content: "\edff"; } .icon-ic_fluent_sanitize_20_filled:before { - content: "\edfc"; + content: "\ee00"; } .icon-ic_fluent_sanitize_20_regular:before { - content: "\edfd"; + content: "\ee01"; } .icon-ic_fluent_save_20_filled:before { - content: "\edfe"; + content: "\ee02"; } .icon-ic_fluent_save_20_regular:before { - content: "\edff"; + content: "\ee03"; } .icon-ic_fluent_save_arrow_right_20_filled:before { - content: "\ee00"; + content: "\ee04"; } .icon-ic_fluent_save_arrow_right_20_regular:before { - content: "\ee01"; + content: "\ee05"; } .icon-ic_fluent_save_copy_20_filled:before { - content: "\ee02"; + content: "\ee06"; } .icon-ic_fluent_save_copy_20_regular:before { - content: "\ee03"; + content: "\ee07"; } .icon-ic_fluent_save_edit_20_filled:before { - content: "\ee04"; + content: "\ee08"; } .icon-ic_fluent_save_edit_20_regular:before { - content: "\ee05"; + content: "\ee09"; } .icon-ic_fluent_save_image_20_filled:before { - content: "\ee06"; + content: "\ee0a"; } .icon-ic_fluent_save_image_20_regular:before { - content: "\ee07"; + content: "\ee0b"; } .icon-ic_fluent_save_multiple_20_filled:before { - content: "\ee08"; + content: "\ee0c"; } .icon-ic_fluent_save_multiple_20_regular:before { - content: "\ee09"; + content: "\ee0d"; } .icon-ic_fluent_save_search_20_filled:before { - content: "\ee0a"; + content: "\ee0e"; } .icon-ic_fluent_save_search_20_regular:before { - content: "\ee0b"; + content: "\ee0f"; } .icon-ic_fluent_save_sync_20_filled:before { - content: "\ee0c"; + content: "\ee10"; } .icon-ic_fluent_save_sync_20_regular:before { - content: "\ee0d"; + content: "\ee11"; } .icon-ic_fluent_savings_20_filled:before { - content: "\ee0e"; + content: "\ee12"; } .icon-ic_fluent_savings_20_regular:before { - content: "\ee0f"; + content: "\ee13"; } .icon-ic_fluent_scale_fill_20_filled:before { - content: "\ee10"; + content: "\ee14"; } .icon-ic_fluent_scale_fill_20_regular:before { - content: "\ee11"; + content: "\ee15"; } .icon-ic_fluent_scale_fit_20_filled:before { - content: "\ee12"; + content: "\ee16"; } .icon-ic_fluent_scale_fit_20_regular:before { - content: "\ee13"; + content: "\ee17"; } .icon-ic_fluent_scales_20_filled:before { - content: "\ee14"; + content: "\ee18"; } .icon-ic_fluent_scales_20_regular:before { - content: "\ee15"; + content: "\ee19"; } .icon-ic_fluent_scan_20_filled:before { - content: "\ee16"; + content: "\ee1a"; } .icon-ic_fluent_scan_20_regular:before { - content: "\ee17"; + content: "\ee1b"; } .icon-ic_fluent_scan_camera_20_filled:before { - content: "\ee18"; + content: "\ee1c"; } .icon-ic_fluent_scan_camera_20_regular:before { - content: "\ee19"; + content: "\ee1d"; } .icon-ic_fluent_scan_dash_20_filled:before { - content: "\ee1a"; + content: "\ee1e"; } .icon-ic_fluent_scan_dash_20_regular:before { - content: "\ee1b"; + content: "\ee1f"; } .icon-ic_fluent_scan_object_20_filled:before { - content: "\ee1c"; + content: "\ee20"; } .icon-ic_fluent_scan_object_20_regular:before { - content: "\ee1d"; + content: "\ee21"; } .icon-ic_fluent_scan_person_20_filled:before { - content: "\ee1e"; + content: "\ee22"; } .icon-ic_fluent_scan_person_20_regular:before { - content: "\ee1f"; + content: "\ee23"; } .icon-ic_fluent_scan_table_20_filled:before { - content: "\ee20"; + content: "\ee24"; } .icon-ic_fluent_scan_table_20_regular:before { - content: "\ee21"; + content: "\ee25"; } .icon-ic_fluent_scan_text_20_filled:before { - content: "\ee22"; + content: "\ee26"; } .icon-ic_fluent_scan_text_20_regular:before { - content: "\ee23"; + content: "\ee27"; } .icon-ic_fluent_scan_thumb_up_20_filled:before { - content: "\ee24"; + content: "\ee28"; } .icon-ic_fluent_scan_thumb_up_20_regular:before { - content: "\ee25"; + content: "\ee29"; } .icon-ic_fluent_scan_thumb_up_off_20_filled:before { - content: "\ee26"; + content: "\ee2a"; } .icon-ic_fluent_scan_thumb_up_off_20_regular:before { - content: "\ee27"; + content: "\ee2b"; } .icon-ic_fluent_scan_type_20_filled:before { - content: "\ee28"; + content: "\ee2c"; } .icon-ic_fluent_scan_type_20_regular:before { - content: "\ee29"; + content: "\ee2d"; } .icon-ic_fluent_scan_type_checkmark_20_filled:before { - content: "\ee2a"; + content: "\ee2e"; } .icon-ic_fluent_scan_type_checkmark_20_regular:before { - content: "\ee2b"; + content: "\ee2f"; } .icon-ic_fluent_scan_type_off_20_filled:before { - content: "\ee2c"; + content: "\ee30"; } .icon-ic_fluent_scan_type_off_20_regular:before { - content: "\ee2d"; + content: "\ee31"; } .icon-ic_fluent_scratchpad_20_filled:before { - content: "\ee2e"; + content: "\ee32"; } .icon-ic_fluent_scratchpad_20_regular:before { - content: "\ee2f"; + content: "\ee33"; } .icon-ic_fluent_screen_cut_20_filled:before { - content: "\ee30"; + content: "\ee34"; } .icon-ic_fluent_screen_cut_20_regular:before { - content: "\ee31"; + content: "\ee35"; } .icon-ic_fluent_screen_person_20_filled:before { - content: "\ee32"; + content: "\ee36"; } .icon-ic_fluent_screen_person_20_regular:before { - content: "\ee33"; + content: "\ee37"; } .icon-ic_fluent_screen_search_20_filled:before { - content: "\ee34"; + content: "\ee38"; } .icon-ic_fluent_screen_search_20_regular:before { - content: "\ee35"; + content: "\ee39"; } .icon-ic_fluent_screenshot_20_filled:before { - content: "\ee36"; + content: "\ee3a"; } .icon-ic_fluent_screenshot_20_regular:before { - content: "\ee37"; + content: "\ee3b"; } .icon-ic_fluent_screenshot_record_20_filled:before { - content: "\ee38"; + content: "\ee3c"; } .icon-ic_fluent_screenshot_record_20_regular:before { - content: "\ee39"; + content: "\ee3d"; } .icon-ic_fluent_script_20_filled:before { - content: "\ee3a"; + content: "\ee3e"; } .icon-ic_fluent_script_20_regular:before { - content: "\ee3b"; + content: "\ee3f"; } .icon-ic_fluent_search_20_filled:before { - content: "\ee3c"; + content: "\ee40"; } .icon-ic_fluent_search_20_regular:before { - content: "\ee3d"; + content: "\ee41"; } .icon-ic_fluent_search_info_20_filled:before { - content: "\ee3e"; + content: "\ee42"; } .icon-ic_fluent_search_info_20_regular:before { - content: "\ee3f"; + content: "\ee43"; } .icon-ic_fluent_search_settings_20_filled:before { - content: "\ee40"; + content: "\ee44"; } .icon-ic_fluent_search_settings_20_regular:before { - content: "\ee41"; + content: "\ee45"; } .icon-ic_fluent_search_shield_20_filled:before { - content: "\ee42"; + content: "\ee46"; } .icon-ic_fluent_search_shield_20_regular:before { - content: "\ee43"; + content: "\ee47"; } .icon-ic_fluent_search_sparkle_20_filled:before { - content: "\ee44"; + content: "\ee48"; } .icon-ic_fluent_search_sparkle_20_regular:before { - content: "\ee45"; + content: "\ee49"; } .icon-ic_fluent_search_square_20_filled:before { - content: "\ee46"; + content: "\ee4a"; } .icon-ic_fluent_search_square_20_regular:before { - content: "\ee47"; + content: "\ee4b"; } .icon-ic_fluent_search_visual_20_filled:before { - content: "\ee48"; + content: "\ee4c"; } .icon-ic_fluent_search_visual_20_regular:before { - content: "\ee49"; + content: "\ee4d"; } .icon-ic_fluent_seat_20_filled:before { - content: "\ee4a"; + content: "\ee4e"; } .icon-ic_fluent_seat_20_regular:before { - content: "\ee4b"; + content: "\ee4f"; } .icon-ic_fluent_seat_add_20_filled:before { - content: "\ee4c"; + content: "\ee50"; } .icon-ic_fluent_seat_add_20_regular:before { - content: "\ee4d"; + content: "\ee51"; } .icon-ic_fluent_select_all_off_20_filled:before { - content: "\ee4e"; + content: "\ee52"; } .icon-ic_fluent_select_all_off_20_regular:before { - content: "\ee4f"; + content: "\ee53"; } .icon-ic_fluent_select_all_on_20_filled:before { - content: "\ee50"; + content: "\ee54"; } .icon-ic_fluent_select_all_on_20_regular:before { - content: "\ee51"; + content: "\ee55"; } .icon-ic_fluent_select_object_20_filled:before { - content: "\ee52"; + content: "\ee56"; } .icon-ic_fluent_select_object_20_regular:before { - content: "\ee53"; + content: "\ee57"; } .icon-ic_fluent_select_object_skew_20_filled:before { - content: "\ee54"; + content: "\ee58"; } .icon-ic_fluent_select_object_skew_20_regular:before { - content: "\ee55"; + content: "\ee59"; } .icon-ic_fluent_select_object_skew_dismiss_20_filled:before { - content: "\ee56"; + content: "\ee5a"; } .icon-ic_fluent_select_object_skew_dismiss_20_regular:before { - content: "\ee57"; + content: "\ee5b"; } .icon-ic_fluent_select_object_skew_edit_20_filled:before { - content: "\ee58"; + content: "\ee5c"; } .icon-ic_fluent_select_object_skew_edit_20_regular:before { - content: "\ee59"; + content: "\ee5d"; } .icon-ic_fluent_send_20_filled:before { - content: "\ee5a"; + content: "\ee5e"; } .icon-ic_fluent_send_20_regular:before { - content: "\ee5b"; + content: "\ee5f"; } .icon-ic_fluent_send_beaker_20_filled:before { - content: "\ee5c"; + content: "\ee60"; } .icon-ic_fluent_send_beaker_20_regular:before { - content: "\ee5d"; + content: "\ee61"; } .icon-ic_fluent_send_clock_20_filled:before { - content: "\ee5e"; + content: "\ee62"; } .icon-ic_fluent_send_clock_20_regular:before { - content: "\ee5f"; + content: "\ee63"; } .icon-ic_fluent_send_copy_20_filled:before { - content: "\ee60"; + content: "\ee64"; } .icon-ic_fluent_send_copy_20_regular:before { - content: "\ee61"; + content: "\ee65"; } .icon-ic_fluent_send_person_20_filled:before { - content: "\ee62"; + content: "\ee66"; } .icon-ic_fluent_send_person_20_regular:before { - content: "\ee63"; + content: "\ee67"; } .icon-ic_fluent_serial_port_20_filled:before { - content: "\ee64"; + content: "\ee68"; } .icon-ic_fluent_serial_port_20_regular:before { - content: "\ee65"; + content: "\ee69"; } .icon-ic_fluent_server_20_filled:before { - content: "\ee66"; + content: "\ee6a"; } .icon-ic_fluent_server_20_regular:before { - content: "\ee67"; + content: "\ee6b"; } .icon-ic_fluent_server_link_20_filled:before { - content: "\ee68"; + content: "\ee6c"; } .icon-ic_fluent_server_link_20_regular:before { - content: "\ee69"; + content: "\ee6d"; } .icon-ic_fluent_server_multiple_20_filled:before { - content: "\ee6a"; + content: "\ee6e"; } .icon-ic_fluent_server_multiple_20_regular:before { - content: "\ee6b"; + content: "\ee6f"; } .icon-ic_fluent_server_play_20_filled:before { - content: "\ee6c"; + content: "\ee70"; } .icon-ic_fluent_server_play_20_regular:before { - content: "\ee6d"; + content: "\ee71"; } .icon-ic_fluent_service_bell_20_filled:before { - content: "\ee6e"; + content: "\ee72"; } .icon-ic_fluent_service_bell_20_regular:before { - content: "\ee6f"; + content: "\ee73"; } .icon-ic_fluent_settings_20_filled:before { - content: "\ee70"; + content: "\ee74"; } .icon-ic_fluent_settings_20_regular:before { - content: "\ee71"; + content: "\ee75"; } .icon-ic_fluent_settings_chat_20_filled:before { - content: "\ee72"; + content: "\ee76"; } .icon-ic_fluent_settings_chat_20_regular:before { - content: "\ee73"; + content: "\ee77"; } .icon-ic_fluent_settings_cog_multiple_20_filled:before { - content: "\ee74"; + content: "\ee78"; } .icon-ic_fluent_settings_cog_multiple_20_regular:before { - content: "\ee75"; + content: "\ee79"; } .icon-ic_fluent_shape_exclude_20_filled:before { - content: "\ee76"; + content: "\ee7a"; } .icon-ic_fluent_shape_exclude_20_regular:before { - content: "\ee77"; + content: "\ee7b"; } .icon-ic_fluent_shape_intersect_20_filled:before { - content: "\ee78"; + content: "\ee7c"; } .icon-ic_fluent_shape_intersect_20_regular:before { - content: "\ee79"; + content: "\ee7d"; } .icon-ic_fluent_shape_organic_20_filled:before { - content: "\ee7a"; + content: "\ee7e"; } .icon-ic_fluent_shape_organic_20_regular:before { - content: "\ee7b"; + content: "\ee7f"; } .icon-ic_fluent_shape_subtract_20_filled:before { - content: "\ee7c"; + content: "\ee80"; } .icon-ic_fluent_shape_subtract_20_regular:before { - content: "\ee7d"; + content: "\ee81"; } .icon-ic_fluent_shape_union_20_filled:before { - content: "\ee7e"; + content: "\ee82"; } .icon-ic_fluent_shape_union_20_regular:before { - content: "\ee7f"; + content: "\ee83"; } .icon-ic_fluent_shapes_20_filled:before { - content: "\ee80"; + content: "\ee84"; } .icon-ic_fluent_shapes_20_regular:before { - content: "\ee81"; + content: "\ee85"; } .icon-ic_fluent_share_20_filled:before { - content: "\ee82"; + content: "\ee86"; } .icon-ic_fluent_share_20_regular:before { - content: "\ee83"; + content: "\ee87"; } .icon-ic_fluent_share_android_20_filled:before { - content: "\ee84"; + content: "\ee88"; } .icon-ic_fluent_share_android_20_regular:before { - content: "\ee85"; + content: "\ee89"; } .icon-ic_fluent_share_close_tray_20_filled:before { - content: "\ee86"; + content: "\ee8a"; } .icon-ic_fluent_share_close_tray_20_regular:before { - content: "\ee87"; + content: "\ee8b"; } .icon-ic_fluent_share_ios_20_filled:before { - content: "\ee88"; + content: "\ee8c"; } .icon-ic_fluent_share_ios_20_regular:before { - content: "\ee89"; + content: "\ee8d"; } .icon-ic_fluent_share_multiple_20_filled:before { - content: "\ee8a"; + content: "\ee8e"; } .icon-ic_fluent_share_multiple_20_regular:before { - content: "\ee8b"; + content: "\ee8f"; } .icon-ic_fluent_share_screen_person_20_filled:before { - content: "\ee8c"; + content: "\ee90"; } .icon-ic_fluent_share_screen_person_20_regular:before { - content: "\ee8d"; + content: "\ee91"; } .icon-ic_fluent_share_screen_person_overlay_20_filled:before { - content: "\ee8e"; + content: "\ee92"; } .icon-ic_fluent_share_screen_person_overlay_20_regular:before { - content: "\ee8f"; + content: "\ee93"; } .icon-ic_fluent_share_screen_person_overlay_inside_20_filled:before { - content: "\ee90"; + content: "\ee94"; } .icon-ic_fluent_share_screen_person_overlay_inside_20_regular:before { - content: "\ee91"; + content: "\ee95"; } .icon-ic_fluent_share_screen_person_p_20_filled:before { - content: "\ee92"; + content: "\ee96"; } .icon-ic_fluent_share_screen_person_p_20_regular:before { - content: "\ee93"; + content: "\ee97"; } .icon-ic_fluent_share_screen_start_20_filled:before { - content: "\ee94"; + content: "\ee98"; } .icon-ic_fluent_share_screen_start_20_regular:before { - content: "\ee95"; + content: "\ee99"; } .icon-ic_fluent_share_screen_stop_20_filled:before { - content: "\ee96"; + content: "\ee9a"; } .icon-ic_fluent_share_screen_stop_20_regular:before { - content: "\ee97"; + content: "\ee9b"; } .icon-ic_fluent_shield_20_filled:before { - content: "\ee98"; + content: "\ee9c"; } .icon-ic_fluent_shield_20_regular:before { - content: "\ee99"; + content: "\ee9d"; } .icon-ic_fluent_shield_add_20_filled:before { - content: "\ee9a"; + content: "\ee9e"; } .icon-ic_fluent_shield_add_20_regular:before { - content: "\ee9b"; + content: "\ee9f"; } .icon-ic_fluent_shield_badge_20_filled:before { - content: "\ee9c"; + content: "\eea0"; } .icon-ic_fluent_shield_badge_20_regular:before { - content: "\ee9d"; + content: "\eea1"; } .icon-ic_fluent_shield_checkmark_20_filled:before { - content: "\ee9e"; + content: "\eea2"; } .icon-ic_fluent_shield_checkmark_20_regular:before { - content: "\ee9f"; + content: "\eea3"; } .icon-ic_fluent_shield_dismiss_20_filled:before { - content: "\eea0"; + content: "\eea4"; } .icon-ic_fluent_shield_dismiss_20_regular:before { - content: "\eea1"; + content: "\eea5"; } .icon-ic_fluent_shield_dismiss_shield_20_filled:before { - content: "\eea2"; + content: "\eea6"; } .icon-ic_fluent_shield_dismiss_shield_20_regular:before { - content: "\eea3"; + content: "\eea7"; } .icon-ic_fluent_shield_error_20_filled:before { - content: "\eea4"; + content: "\eea8"; } .icon-ic_fluent_shield_error_20_regular:before { - content: "\eea5"; + content: "\eea9"; } .icon-ic_fluent_shield_globe_20_filled:before { - content: "\eea6"; + content: "\eeaa"; } .icon-ic_fluent_shield_globe_20_regular:before { - content: "\eea7"; + content: "\eeab"; } .icon-ic_fluent_shield_keyhole_20_filled:before { - content: "\eea8"; + content: "\eeac"; } .icon-ic_fluent_shield_keyhole_20_regular:before { - content: "\eea9"; + content: "\eead"; } .icon-ic_fluent_shield_lock_20_filled:before { - content: "\eeaa"; + content: "\eeae"; } .icon-ic_fluent_shield_lock_20_regular:before { - content: "\eeab"; + content: "\eeaf"; } .icon-ic_fluent_shield_person_20_filled:before { - content: "\eeac"; + content: "\eeb0"; } .icon-ic_fluent_shield_person_20_regular:before { - content: "\eead"; + content: "\eeb1"; } .icon-ic_fluent_shield_person_add_20_filled:before { - content: "\eeae"; + content: "\eeb2"; } .icon-ic_fluent_shield_person_add_20_regular:before { - content: "\eeaf"; + content: "\eeb3"; } .icon-ic_fluent_shield_prohibited_20_filled:before { - content: "\eeb0"; + content: "\eeb4"; } .icon-ic_fluent_shield_prohibited_20_regular:before { - content: "\eeb1"; + content: "\eeb5"; } .icon-ic_fluent_shield_question_20_filled:before { - content: "\eeb2"; + content: "\eeb6"; } .icon-ic_fluent_shield_question_20_regular:before { - content: "\eeb3"; + content: "\eeb7"; } .icon-ic_fluent_shield_task_20_filled:before { - content: "\eeb4"; + content: "\eeb8"; } .icon-ic_fluent_shield_task_20_regular:before { - content: "\eeb5"; + content: "\eeb9"; } .icon-ic_fluent_shifts_20_filled:before { - content: "\eeb6"; + content: "\eeba"; } .icon-ic_fluent_shifts_20_regular:before { - content: "\eeb7"; + content: "\eebb"; } .icon-ic_fluent_shifts_30_minutes_20_filled:before { - content: "\eeb8"; + content: "\eebc"; } .icon-ic_fluent_shifts_30_minutes_20_regular:before { - content: "\eeb9"; + content: "\eebd"; } .icon-ic_fluent_shifts_activity_20_filled:before { - content: "\eeba"; + content: "\eebe"; } .icon-ic_fluent_shifts_activity_20_regular:before { - content: "\eebb"; + content: "\eebf"; } .icon-ic_fluent_shifts_add_20_filled:before { - content: "\eebc"; + content: "\eec0"; } .icon-ic_fluent_shifts_add_20_regular:before { - content: "\eebd"; + content: "\eec1"; } .icon-ic_fluent_shifts_availability_20_filled:before { - content: "\eebe"; + content: "\eec2"; } .icon-ic_fluent_shifts_availability_20_regular:before { - content: "\eebf"; + content: "\eec3"; } .icon-ic_fluent_shifts_checkmark_20_filled:before { - content: "\eec0"; + content: "\eec4"; } .icon-ic_fluent_shifts_checkmark_20_regular:before { - content: "\eec1"; + content: "\eec5"; } .icon-ic_fluent_shifts_day_20_filled:before { - content: "\eec2"; + content: "\eec6"; } .icon-ic_fluent_shifts_day_20_regular:before { - content: "\eec3"; + content: "\eec7"; } .icon-ic_fluent_shifts_open_20_filled:before { - content: "\eec4"; + content: "\eec8"; } .icon-ic_fluent_shifts_open_20_regular:before { - content: "\eec5"; + content: "\eec9"; } .icon-ic_fluent_shifts_prohibited_20_filled:before { - content: "\eec6"; + content: "\eeca"; } .icon-ic_fluent_shifts_prohibited_20_regular:before { - content: "\eec7"; + content: "\eecb"; } .icon-ic_fluent_shifts_question_mark_20_filled:before { - content: "\eec8"; + content: "\eecc"; } .icon-ic_fluent_shifts_question_mark_20_regular:before { - content: "\eec9"; + content: "\eecd"; } .icon-ic_fluent_shifts_team_20_filled:before { - content: "\eeca"; + content: "\eece"; } .icon-ic_fluent_shifts_team_20_regular:before { - content: "\eecb"; + content: "\eecf"; } .icon-ic_fluent_shopping_bag_20_filled:before { - content: "\eecc"; + content: "\eed0"; } .icon-ic_fluent_shopping_bag_20_regular:before { - content: "\eecd"; + content: "\eed1"; } .icon-ic_fluent_shopping_bag_add_20_filled:before { - content: "\eece"; + content: "\eed2"; } .icon-ic_fluent_shopping_bag_add_20_regular:before { - content: "\eecf"; + content: "\eed3"; } .icon-ic_fluent_shopping_bag_arrow_left_20_filled:before { - content: "\eed0"; + content: "\eed4"; } .icon-ic_fluent_shopping_bag_arrow_left_20_regular:before { - content: "\eed1"; + content: "\eed5"; } .icon-ic_fluent_shopping_bag_dismiss_20_filled:before { - content: "\eed2"; + content: "\eed6"; } .icon-ic_fluent_shopping_bag_dismiss_20_regular:before { - content: "\eed3"; + content: "\eed7"; } .icon-ic_fluent_shopping_bag_pause_20_filled:before { - content: "\eed4"; + content: "\eed8"; } .icon-ic_fluent_shopping_bag_pause_20_regular:before { - content: "\eed5"; + content: "\eed9"; } .icon-ic_fluent_shopping_bag_percent_20_filled:before { - content: "\eed6"; + content: "\eeda"; } .icon-ic_fluent_shopping_bag_percent_20_regular:before { - content: "\eed7"; + content: "\eedb"; } .icon-ic_fluent_shopping_bag_play_20_filled:before { - content: "\eed8"; + content: "\eedc"; } .icon-ic_fluent_shopping_bag_play_20_regular:before { - content: "\eed9"; + content: "\eedd"; } .icon-ic_fluent_shopping_bag_tag_20_filled:before { - content: "\eeda"; + content: "\eede"; } .icon-ic_fluent_shopping_bag_tag_20_regular:before { - content: "\eedb"; + content: "\eedf"; } .icon-ic_fluent_shortpick_20_filled:before { - content: "\eedc"; + content: "\eee0"; } .icon-ic_fluent_shortpick_20_regular:before { - content: "\eedd"; + content: "\eee1"; } .icon-ic_fluent_showerhead_20_filled:before { - content: "\eede"; + content: "\eee2"; } .icon-ic_fluent_showerhead_20_regular:before { - content: "\eedf"; + content: "\eee3"; } .icon-ic_fluent_sidebar_search_ltr_20_filled:before { - content: "\eee0"; + content: "\eee4"; } .icon-ic_fluent_sidebar_search_ltr_20_regular:before { - content: "\eee1"; + content: "\eee5"; } .icon-ic_fluent_sidebar_search_rtl_20_filled:before { - content: "\eee2"; + content: "\eee6"; } .icon-ic_fluent_sidebar_search_rtl_20_regular:before { - content: "\eee3"; + content: "\eee7"; } .icon-ic_fluent_sign_out_20_filled:before { - content: "\eee4"; + content: "\eee8"; } .icon-ic_fluent_sign_out_20_regular:before { - content: "\eee5"; + content: "\eee9"; } .icon-ic_fluent_signature_20_filled:before { - content: "\eee6"; + content: "\eeea"; } .icon-ic_fluent_signature_20_regular:before { - content: "\eee7"; + content: "\eeeb"; } .icon-ic_fluent_sim_20_filled:before { - content: "\eee8"; + content: "\eeec"; } .icon-ic_fluent_sim_20_regular:before { - content: "\eee9"; + content: "\eeed"; } .icon-ic_fluent_skip_back_10_20_filled:before { - content: "\eeea"; + content: "\eeee"; } .icon-ic_fluent_skip_back_10_20_regular:before { - content: "\eeeb"; + content: "\eeef"; } .icon-ic_fluent_skip_forward_10_20_filled:before { - content: "\eeec"; + content: "\eef0"; } .icon-ic_fluent_skip_forward_10_20_regular:before { - content: "\eeed"; + content: "\eef1"; } .icon-ic_fluent_skip_forward_30_20_filled:before { - content: "\eeee"; + content: "\eef2"; } .icon-ic_fluent_skip_forward_30_20_regular:before { - content: "\eeef"; + content: "\eef3"; } .icon-ic_fluent_skip_forward_tab_20_filled:before { - content: "\eef0"; + content: "\eef4"; } .icon-ic_fluent_skip_forward_tab_20_regular:before { - content: "\eef1"; + content: "\eef5"; } .icon-ic_fluent_slash_forward_20_filled:before { - content: "\eef2"; + content: "\eef6"; } .icon-ic_fluent_slash_forward_20_regular:before { - content: "\eef3"; + content: "\eef7"; } .icon-ic_fluent_sleep_20_filled:before { - content: "\eef4"; + content: "\eef8"; } .icon-ic_fluent_sleep_20_regular:before { - content: "\eef5"; + content: "\eef9"; } .icon-ic_fluent_slide_add_20_filled:before { - content: "\eef6"; + content: "\eefa"; } .icon-ic_fluent_slide_add_20_regular:before { - content: "\eef7"; + content: "\eefb"; } .icon-ic_fluent_slide_arrow_right_20_filled:before { - content: "\eef8"; + content: "\eefc"; } .icon-ic_fluent_slide_arrow_right_20_regular:before { - content: "\eef9"; + content: "\eefd"; } .icon-ic_fluent_slide_eraser_20_filled:before { - content: "\eefa"; + content: "\eefe"; } .icon-ic_fluent_slide_eraser_20_regular:before { - content: "\eefb"; + content: "\eeff"; } .icon-ic_fluent_slide_grid_20_filled:before { - content: "\eefc"; + content: "\ef00"; } .icon-ic_fluent_slide_grid_20_regular:before { - content: "\eefd"; + content: "\ef01"; } .icon-ic_fluent_slide_hide_20_filled:before { - content: "\eefe"; + content: "\ef02"; } .icon-ic_fluent_slide_hide_20_regular:before { - content: "\eeff"; + content: "\ef03"; } .icon-ic_fluent_slide_layout_20_filled:before { - content: "\ef00"; + content: "\ef04"; } .icon-ic_fluent_slide_layout_20_regular:before { - content: "\ef01"; + content: "\ef05"; } .icon-ic_fluent_slide_link_20_filled:before { - content: "\ef02"; + content: "\ef06"; } .icon-ic_fluent_slide_link_20_regular:before { - content: "\ef03"; + content: "\ef07"; } .icon-ic_fluent_slide_microphone_20_filled:before { - content: "\ef04"; + content: "\ef08"; } .icon-ic_fluent_slide_microphone_20_regular:before { - content: "\ef05"; + content: "\ef09"; } .icon-ic_fluent_slide_multiple_20_filled:before { - content: "\ef06"; + content: "\ef0a"; } .icon-ic_fluent_slide_multiple_20_regular:before { - content: "\ef07"; + content: "\ef0b"; } .icon-ic_fluent_slide_multiple_arrow_right_20_filled:before { - content: "\ef08"; + content: "\ef0c"; } .icon-ic_fluent_slide_multiple_arrow_right_20_regular:before { - content: "\ef09"; + content: "\ef0d"; } .icon-ic_fluent_slide_multiple_search_20_filled:before { - content: "\ef0a"; + content: "\ef0e"; } .icon-ic_fluent_slide_multiple_search_20_regular:before { - content: "\ef0b"; + content: "\ef0f"; } .icon-ic_fluent_slide_play_20_filled:before { - content: "\ef0c"; + content: "\ef10"; } .icon-ic_fluent_slide_play_20_regular:before { - content: "\ef0d"; + content: "\ef11"; } .icon-ic_fluent_slide_record_20_filled:before { - content: "\ef0e"; + content: "\ef12"; } .icon-ic_fluent_slide_record_20_regular:before { - content: "\ef0f"; + content: "\ef13"; } .icon-ic_fluent_slide_search_20_filled:before { - content: "\ef10"; + content: "\ef14"; } .icon-ic_fluent_slide_search_20_regular:before { - content: "\ef11"; + content: "\ef15"; } .icon-ic_fluent_slide_settings_20_filled:before { - content: "\ef12"; + content: "\ef16"; } .icon-ic_fluent_slide_settings_20_regular:before { - content: "\ef13"; + content: "\ef17"; } .icon-ic_fluent_slide_size_20_filled:before { - content: "\ef14"; + content: "\ef18"; } .icon-ic_fluent_slide_size_20_regular:before { - content: "\ef15"; + content: "\ef19"; } .icon-ic_fluent_slide_text_20_filled:before { - content: "\ef16"; + content: "\ef1a"; } .icon-ic_fluent_slide_text_20_regular:before { - content: "\ef17"; + content: "\ef1b"; } .icon-ic_fluent_slide_text_call_20_filled:before { - content: "\ef18"; + content: "\ef1c"; } .icon-ic_fluent_slide_text_call_20_regular:before { - content: "\ef19"; + content: "\ef1d"; } .icon-ic_fluent_slide_text_cursor_20_filled:before { - content: "\ef1a"; + content: "\ef1e"; } .icon-ic_fluent_slide_text_cursor_20_regular:before { - content: "\ef1b"; + content: "\ef1f"; } .icon-ic_fluent_slide_text_edit_20_filled:before { - content: "\ef1c"; + content: "\ef20"; } .icon-ic_fluent_slide_text_edit_20_regular:before { - content: "\ef1d"; + content: "\ef21"; } .icon-ic_fluent_slide_text_multiple_20_filled:before { - content: "\ef1e"; + content: "\ef22"; } .icon-ic_fluent_slide_text_multiple_20_regular:before { - content: "\ef1f"; + content: "\ef23"; } .icon-ic_fluent_slide_text_person_20_filled:before { - content: "\ef20"; + content: "\ef24"; } .icon-ic_fluent_slide_text_person_20_regular:before { - content: "\ef21"; + content: "\ef25"; } .icon-ic_fluent_slide_text_sparkle_20_filled:before { - content: "\ef22"; + content: "\ef26"; } .icon-ic_fluent_slide_text_sparkle_20_regular:before { - content: "\ef23"; + content: "\ef27"; } .icon-ic_fluent_slide_transition_20_filled:before { - content: "\ef24"; + content: "\ef28"; } .icon-ic_fluent_slide_transition_20_regular:before { - content: "\ef25"; + content: "\ef29"; } .icon-ic_fluent_smartwatch_20_filled:before { - content: "\ef26"; + content: "\ef2a"; } .icon-ic_fluent_smartwatch_20_regular:before { - content: "\ef27"; + content: "\ef2b"; } .icon-ic_fluent_smartwatch_dot_20_filled:before { - content: "\ef28"; + content: "\ef2c"; } .icon-ic_fluent_smartwatch_dot_20_regular:before { - content: "\ef29"; + content: "\ef2d"; } .icon-ic_fluent_snooze_20_filled:before { - content: "\ef2a"; + content: "\ef2e"; } .icon-ic_fluent_snooze_20_regular:before { - content: "\ef2b"; + content: "\ef2f"; } .icon-ic_fluent_sound_source_20_filled:before { - content: "\ef2c"; + content: "\ef30"; } .icon-ic_fluent_sound_source_20_regular:before { - content: "\ef2d"; + content: "\ef31"; } .icon-ic_fluent_sound_wave_circle_20_filled:before { - content: "\ef2e"; + content: "\ef32"; } .icon-ic_fluent_sound_wave_circle_20_regular:before { - content: "\ef2f"; + content: "\ef33"; } .icon-ic_fluent_space_3d_20_filled:before { - content: "\ef30"; + content: "\ef34"; } .icon-ic_fluent_space_3d_20_regular:before { - content: "\ef31"; + content: "\ef35"; } .icon-ic_fluent_spacebar_20_filled:before { - content: "\ef32"; + content: "\ef36"; } .icon-ic_fluent_spacebar_20_regular:before { - content: "\ef33"; + content: "\ef37"; } .icon-ic_fluent_sparkle_20_filled:before { - content: "\ef34"; + content: "\ef38"; } .icon-ic_fluent_sparkle_20_regular:before { - content: "\ef35"; + content: "\ef39"; } .icon-ic_fluent_sparkle_circle_20_filled:before { - content: "\ef36"; + content: "\ef3a"; } .icon-ic_fluent_sparkle_circle_20_regular:before { - content: "\ef37"; + content: "\ef3b"; } .icon-ic_fluent_spatula_spoon_20_filled:before { - content: "\ef38"; + content: "\ef3c"; } .icon-ic_fluent_spatula_spoon_20_regular:before { - content: "\ef39"; + content: "\ef3d"; } .icon-ic_fluent_speaker_0_20_filled:before { - content: "\ef3a"; + content: "\ef3e"; } .icon-ic_fluent_speaker_0_20_regular:before { - content: "\ef3b"; + content: "\ef3f"; } .icon-ic_fluent_speaker_1_20_filled:before { - content: "\ef3c"; + content: "\ef40"; } .icon-ic_fluent_speaker_1_20_regular:before { - content: "\ef3d"; + content: "\ef41"; } .icon-ic_fluent_speaker_2_20_filled:before { - content: "\ef3e"; + content: "\ef42"; } .icon-ic_fluent_speaker_2_20_regular:before { - content: "\ef3f"; + content: "\ef43"; } .icon-ic_fluent_speaker_bluetooth_20_filled:before { - content: "\ef40"; + content: "\ef44"; } .icon-ic_fluent_speaker_bluetooth_20_regular:before { - content: "\ef41"; + content: "\ef45"; } .icon-ic_fluent_speaker_box_20_filled:before { - content: "\ef42"; + content: "\ef46"; } .icon-ic_fluent_speaker_box_20_regular:before { - content: "\ef43"; + content: "\ef47"; } .icon-ic_fluent_speaker_edit_20_filled:before { - content: "\ef44"; + content: "\ef48"; } .icon-ic_fluent_speaker_edit_20_regular:before { - content: "\ef45"; + content: "\ef49"; } .icon-ic_fluent_speaker_mute_20_filled:before { - content: "\ef46"; + content: "\ef4a"; } .icon-ic_fluent_speaker_mute_20_regular:before { - content: "\ef47"; + content: "\ef4b"; } .icon-ic_fluent_speaker_off_20_filled:before { - content: "\ef48"; + content: "\ef4c"; } .icon-ic_fluent_speaker_off_20_regular:before { - content: "\ef49"; + content: "\ef4d"; } .icon-ic_fluent_speaker_settings_20_filled:before { - content: "\ef4a"; + content: "\ef4e"; } .icon-ic_fluent_speaker_settings_20_regular:before { - content: "\ef4b"; + content: "\ef4f"; } .icon-ic_fluent_speaker_usb_20_filled:before { - content: "\ef4c"; + content: "\ef50"; } .icon-ic_fluent_speaker_usb_20_regular:before { - content: "\ef4d"; + content: "\ef51"; } .icon-ic_fluent_spinner_ios_20_filled:before { - content: "\ef4e"; + content: "\ef52"; } .icon-ic_fluent_spinner_ios_20_regular:before { - content: "\ef4f"; + content: "\ef53"; } .icon-ic_fluent_split_hint_20_filled:before { - content: "\ef50"; + content: "\ef54"; } .icon-ic_fluent_split_hint_20_regular:before { - content: "\ef51"; + content: "\ef55"; } .icon-ic_fluent_split_horizontal_20_filled:before { - content: "\ef52"; + content: "\ef56"; } .icon-ic_fluent_split_horizontal_20_regular:before { - content: "\ef53"; + content: "\ef57"; } .icon-ic_fluent_split_vertical_20_filled:before { - content: "\ef54"; + content: "\ef58"; } .icon-ic_fluent_split_vertical_20_regular:before { - content: "\ef55"; + content: "\ef59"; } .icon-ic_fluent_sport_20_filled:before { - content: "\ef56"; + content: "\ef5a"; } .icon-ic_fluent_sport_20_regular:before { - content: "\ef57"; + content: "\ef5b"; } .icon-ic_fluent_sport_american_football_20_filled:before { - content: "\ef58"; + content: "\ef5c"; } .icon-ic_fluent_sport_american_football_20_regular:before { - content: "\ef59"; + content: "\ef5d"; } .icon-ic_fluent_sport_baseball_20_filled:before { - content: "\ef5a"; + content: "\ef5e"; } .icon-ic_fluent_sport_baseball_20_regular:before { - content: "\ef5b"; + content: "\ef5f"; } .icon-ic_fluent_sport_basketball_20_filled:before { - content: "\ef5c"; + content: "\ef60"; } .icon-ic_fluent_sport_basketball_20_regular:before { - content: "\ef5d"; + content: "\ef61"; } .icon-ic_fluent_sport_hockey_20_filled:before { - content: "\ef5e"; + content: "\ef62"; } .icon-ic_fluent_sport_hockey_20_regular:before { - content: "\ef5f"; + content: "\ef63"; } .icon-ic_fluent_sport_soccer_20_filled:before { - content: "\ef60"; + content: "\ef64"; } .icon-ic_fluent_sport_soccer_20_regular:before { - content: "\ef61"; + content: "\ef65"; } .icon-ic_fluent_square_20_filled:before { - content: "\ef62"; + content: "\ef66"; } .icon-ic_fluent_square_20_regular:before { - content: "\ef63"; + content: "\ef67"; } .icon-ic_fluent_square_add_20_filled:before { - content: "\ef64"; + content: "\ef68"; } .icon-ic_fluent_square_add_20_regular:before { - content: "\ef65"; + content: "\ef69"; } .icon-ic_fluent_square_arrow_forward_20_filled:before { - content: "\ef66"; + content: "\ef6a"; } .icon-ic_fluent_square_arrow_forward_20_regular:before { - content: "\ef67"; + content: "\ef6b"; } .icon-ic_fluent_square_dismiss_20_filled:before { - content: "\ef68"; + content: "\ef6c"; } .icon-ic_fluent_square_dismiss_20_regular:before { - content: "\ef69"; + content: "\ef6d"; } .icon-ic_fluent_square_dovetail_joint_20_filled:before { - content: "\ef6a"; + content: "\ef6e"; } .icon-ic_fluent_square_dovetail_joint_20_regular:before { - content: "\ef6b"; + content: "\ef6f"; } .icon-ic_fluent_square_eraser_20_filled:before { - content: "\ef6c"; + content: "\ef70"; } .icon-ic_fluent_square_eraser_20_regular:before { - content: "\ef6d"; + content: "\ef71"; } .icon-ic_fluent_square_hint_20_filled:before { - content: "\ef6e"; + content: "\ef72"; } .icon-ic_fluent_square_hint_20_regular:before { - content: "\ef6f"; + content: "\ef73"; } .icon-ic_fluent_square_hint_apps_20_filled:before { - content: "\ef70"; + content: "\ef74"; } .icon-ic_fluent_square_hint_apps_20_regular:before { - content: "\ef71"; + content: "\ef75"; } .icon-ic_fluent_square_hint_arrow_back_20_filled:before { - content: "\ef72"; + content: "\ef76"; } .icon-ic_fluent_square_hint_arrow_back_20_regular:before { - content: "\ef73"; + content: "\ef77"; } .icon-ic_fluent_square_hint_hexagon_20_filled:before { - content: "\ef74"; + content: "\ef78"; } .icon-ic_fluent_square_hint_hexagon_20_regular:before { - content: "\ef75"; + content: "\ef79"; } .icon-ic_fluent_square_hint_sparkles_20_filled:before { - content: "\ef76"; + content: "\ef7a"; } .icon-ic_fluent_square_hint_sparkles_20_regular:before { - content: "\ef77"; + content: "\ef7b"; } .icon-ic_fluent_square_multiple_20_filled:before { - content: "\ef78"; + content: "\ef7c"; } .icon-ic_fluent_square_multiple_20_regular:before { - content: "\ef79"; + content: "\ef7d"; } .icon-ic_fluent_square_shadow_20_filled:before { - content: "\ef7a"; + content: "\ef7e"; } .icon-ic_fluent_square_shadow_20_regular:before { - content: "\ef7b"; + content: "\ef7f"; } .icon-ic_fluent_squares_nested_20_filled:before { - content: "\ef7c"; + content: "\ef80"; } .icon-ic_fluent_squares_nested_20_regular:before { - content: "\ef7d"; + content: "\ef81"; } .icon-ic_fluent_stack_20_filled:before { - content: "\ef7e"; + content: "\ef82"; } .icon-ic_fluent_stack_20_regular:before { - content: "\ef7f"; + content: "\ef83"; } .icon-ic_fluent_stack_add_20_filled:before { - content: "\ef80"; + content: "\ef84"; } .icon-ic_fluent_stack_add_20_regular:before { - content: "\ef81"; + content: "\ef85"; } .icon-ic_fluent_stack_arrow_forward_20_filled:before { - content: "\ef82"; + content: "\ef86"; } .icon-ic_fluent_stack_arrow_forward_20_regular:before { - content: "\ef83"; + content: "\ef87"; } .icon-ic_fluent_stack_star_20_filled:before { - content: "\ef84"; + content: "\ef88"; } .icon-ic_fluent_stack_star_20_regular:before { - content: "\ef85"; + content: "\ef89"; } .icon-ic_fluent_stack_vertical_20_filled:before { - content: "\ef86"; + content: "\ef8a"; } .icon-ic_fluent_stack_vertical_20_regular:before { - content: "\ef87"; + content: "\ef8b"; } .icon-ic_fluent_star_20_filled:before { - content: "\ef88"; + content: "\ef8c"; } .icon-ic_fluent_star_20_regular:before { - content: "\ef89"; + content: "\ef8d"; } .icon-ic_fluent_star_add_20_filled:before { - content: "\ef8a"; + content: "\ef8e"; } .icon-ic_fluent_star_add_20_regular:before { - content: "\ef8b"; + content: "\ef8f"; } .icon-ic_fluent_star_arrow_back_20_filled:before { - content: "\ef8c"; + content: "\ef90"; } .icon-ic_fluent_star_arrow_back_20_regular:before { - content: "\ef8d"; + content: "\ef91"; } .icon-ic_fluent_star_arrow_right_end_20_filled:before { - content: "\ef8e"; + content: "\ef92"; } .icon-ic_fluent_star_arrow_right_end_20_regular:before { - content: "\ef8f"; + content: "\ef93"; } .icon-ic_fluent_star_arrow_right_start_20_filled:before { - content: "\ef90"; + content: "\ef94"; } .icon-ic_fluent_star_arrow_right_start_20_regular:before { - content: "\ef91"; + content: "\ef95"; } .icon-ic_fluent_star_checkmark_20_filled:before { - content: "\ef92"; + content: "\ef96"; } .icon-ic_fluent_star_checkmark_20_regular:before { - content: "\ef93"; + content: "\ef97"; } .icon-ic_fluent_star_dismiss_20_filled:before { - content: "\ef94"; + content: "\ef98"; } .icon-ic_fluent_star_dismiss_20_regular:before { - content: "\ef95"; + content: "\ef99"; } .icon-ic_fluent_star_edit_20_filled:before { - content: "\ef96"; + content: "\ef9a"; } .icon-ic_fluent_star_edit_20_regular:before { - content: "\ef97"; + content: "\ef9b"; } .icon-ic_fluent_star_emphasis_20_filled:before { - content: "\ef98"; + content: "\ef9c"; } .icon-ic_fluent_star_emphasis_20_regular:before { - content: "\ef99"; + content: "\ef9d"; } .icon-ic_fluent_star_half_20_filled:before { - content: "\ef9a"; + content: "\ef9e"; } .icon-ic_fluent_star_half_20_regular:before { - content: "\ef9b"; + content: "\ef9f"; } .icon-ic_fluent_star_line_horizontal_3_20_filled:before { - content: "\ef9c"; + content: "\efa0"; } .icon-ic_fluent_star_line_horizontal_3_20_regular:before { - content: "\ef9d"; + content: "\efa1"; } .icon-ic_fluent_star_off_20_filled:before { - content: "\ef9e"; + content: "\efa2"; } .icon-ic_fluent_star_off_20_regular:before { - content: "\ef9f"; + content: "\efa3"; } .icon-ic_fluent_star_one_quarter_20_filled:before { - content: "\efa0"; + content: "\efa4"; } .icon-ic_fluent_star_one_quarter_20_regular:before { - content: "\efa1"; + content: "\efa5"; } .icon-ic_fluent_star_prohibited_20_filled:before { - content: "\efa2"; + content: "\efa6"; } .icon-ic_fluent_star_prohibited_20_regular:before { - content: "\efa3"; + content: "\efa7"; } .icon-ic_fluent_star_settings_20_filled:before { - content: "\efa4"; + content: "\efa8"; } .icon-ic_fluent_star_settings_20_regular:before { - content: "\efa5"; + content: "\efa9"; } .icon-ic_fluent_star_three_quarter_20_filled:before { - content: "\efa6"; + content: "\efaa"; } .icon-ic_fluent_star_three_quarter_20_regular:before { - content: "\efa7"; + content: "\efab"; } .icon-ic_fluent_status_20_filled:before { - content: "\efa8"; + content: "\efac"; } .icon-ic_fluent_status_20_regular:before { - content: "\efa9"; + content: "\efad"; } .icon-ic_fluent_step_20_filled:before { - content: "\efaa"; + content: "\efae"; } .icon-ic_fluent_step_20_regular:before { - content: "\efab"; + content: "\efaf"; } .icon-ic_fluent_steps_20_filled:before { - content: "\efac"; + content: "\efb0"; } .icon-ic_fluent_steps_20_regular:before { - content: "\efad"; + content: "\efb1"; } .icon-ic_fluent_stethoscope_20_filled:before { - content: "\efae"; + content: "\efb2"; } .icon-ic_fluent_stethoscope_20_regular:before { - content: "\efaf"; + content: "\efb3"; } .icon-ic_fluent_sticker_20_filled:before { - content: "\efb0"; + content: "\efb4"; } .icon-ic_fluent_sticker_20_regular:before { - content: "\efb1"; + content: "\efb5"; } .icon-ic_fluent_sticker_add_20_filled:before { - content: "\efb2"; + content: "\efb6"; } .icon-ic_fluent_sticker_add_20_regular:before { - content: "\efb3"; + content: "\efb7"; } .icon-ic_fluent_stop_20_filled:before { - content: "\efb4"; + content: "\efb8"; } .icon-ic_fluent_stop_20_regular:before { - content: "\efb5"; + content: "\efb9"; } .icon-ic_fluent_storage_20_filled:before { - content: "\efb6"; + content: "\efba"; } .icon-ic_fluent_storage_20_regular:before { - content: "\efb7"; + content: "\efbb"; } .icon-ic_fluent_store_microsoft_20_filled:before { - content: "\efb8"; + content: "\efbc"; } .icon-ic_fluent_store_microsoft_20_regular:before { - content: "\efb9"; + content: "\efbd"; } .icon-ic_fluent_stream_20_filled:before { - content: "\efba"; + content: "\efbe"; } .icon-ic_fluent_stream_20_regular:before { - content: "\efbb"; + content: "\efbf"; } .icon-ic_fluent_stream_input_20_filled:before { - content: "\efbc"; + content: "\efc0"; } .icon-ic_fluent_stream_input_20_regular:before { - content: "\efbd"; + content: "\efc1"; } .icon-ic_fluent_stream_input_output_20_filled:before { - content: "\efbe"; + content: "\efc2"; } .icon-ic_fluent_stream_input_output_20_regular:before { - content: "\efbf"; + content: "\efc3"; } .icon-ic_fluent_stream_output_20_filled:before { - content: "\efc0"; + content: "\efc4"; } .icon-ic_fluent_stream_output_20_regular:before { - content: "\efc1"; + content: "\efc5"; } .icon-ic_fluent_street_sign_20_filled:before { - content: "\efc2"; + content: "\efc6"; } .icon-ic_fluent_street_sign_20_regular:before { - content: "\efc3"; + content: "\efc7"; } .icon-ic_fluent_style_guide_20_filled:before { - content: "\efc4"; + content: "\efc8"; } .icon-ic_fluent_style_guide_20_regular:before { - content: "\efc5"; + content: "\efc9"; } .icon-ic_fluent_sub_grid_20_filled:before { - content: "\efc6"; + content: "\efca"; } .icon-ic_fluent_sub_grid_20_regular:before { - content: "\efc7"; + content: "\efcb"; } .icon-ic_fluent_subtitles_20_filled:before { - content: "\efc8"; + content: "\efcc"; } .icon-ic_fluent_subtitles_20_regular:before { - content: "\efc9"; + content: "\efcd"; } .icon-ic_fluent_subtract_20_filled:before { - content: "\efca"; + content: "\efce"; } .icon-ic_fluent_subtract_20_regular:before { - content: "\efcb"; + content: "\efcf"; } .icon-ic_fluent_subtract_circle_20_filled:before { - content: "\efcc"; + content: "\efd0"; } .icon-ic_fluent_subtract_circle_20_regular:before { - content: "\efcd"; + content: "\efd1"; } .icon-ic_fluent_subtract_circle_arrow_back_20_filled:before { - content: "\efce"; + content: "\efd2"; } .icon-ic_fluent_subtract_circle_arrow_back_20_regular:before { - content: "\efcf"; + content: "\efd3"; } .icon-ic_fluent_subtract_circle_arrow_forward_20_filled:before { - content: "\efd0"; + content: "\efd4"; } .icon-ic_fluent_subtract_circle_arrow_forward_20_regular:before { - content: "\efd1"; + content: "\efd5"; } .icon-ic_fluent_subtract_parentheses_20_filled:before { - content: "\efd2"; + content: "\efd6"; } .icon-ic_fluent_subtract_parentheses_20_regular:before { - content: "\efd3"; + content: "\efd7"; } .icon-ic_fluent_subtract_square_20_filled:before { - content: "\efd4"; + content: "\efd8"; } .icon-ic_fluent_subtract_square_20_regular:before { - content: "\efd5"; + content: "\efd9"; } .icon-ic_fluent_subtract_square_multiple_20_filled:before { - content: "\efd6"; + content: "\efda"; } .icon-ic_fluent_subtract_square_multiple_20_regular:before { - content: "\efd7"; + content: "\efdb"; } .icon-ic_fluent_surface_earbuds_20_filled:before { - content: "\efd8"; + content: "\efdc"; } .icon-ic_fluent_surface_earbuds_20_regular:before { - content: "\efd9"; + content: "\efdd"; } .icon-ic_fluent_surface_hub_20_filled:before { - content: "\efda"; + content: "\efde"; } .icon-ic_fluent_surface_hub_20_regular:before { - content: "\efdb"; + content: "\efdf"; } .icon-ic_fluent_swimming_pool_20_filled:before { - content: "\efdc"; + content: "\efe0"; } .icon-ic_fluent_swimming_pool_20_regular:before { - content: "\efdd"; + content: "\efe1"; } .icon-ic_fluent_swipe_down_20_filled:before { - content: "\efde"; + content: "\efe2"; } .icon-ic_fluent_swipe_down_20_regular:before { - content: "\efdf"; + content: "\efe3"; } .icon-ic_fluent_swipe_right_20_filled:before { - content: "\efe0"; + content: "\efe4"; } .icon-ic_fluent_swipe_right_20_regular:before { - content: "\efe1"; + content: "\efe5"; } .icon-ic_fluent_swipe_up_20_filled:before { - content: "\efe2"; + content: "\efe6"; } .icon-ic_fluent_swipe_up_20_regular:before { - content: "\efe3"; + content: "\efe7"; } .icon-ic_fluent_symbols_20_filled:before { - content: "\efe4"; + content: "\efe8"; } .icon-ic_fluent_symbols_20_regular:before { - content: "\efe5"; + content: "\efe9"; } .icon-ic_fluent_sync_off_20_filled:before { - content: "\efe6"; + content: "\efea"; } .icon-ic_fluent_sync_off_20_regular:before { - content: "\efe7"; + content: "\efeb"; } .icon-ic_fluent_syringe_20_filled:before { - content: "\efe8"; + content: "\efec"; } .icon-ic_fluent_syringe_20_regular:before { - content: "\efe9"; + content: "\efed"; } .icon-ic_fluent_system_20_filled:before { - content: "\efea"; + content: "\efee"; } .icon-ic_fluent_system_20_regular:before { - content: "\efeb"; + content: "\efef"; } .icon-ic_fluent_tab_20_filled:before { - content: "\efec"; + content: "\eff0"; } .icon-ic_fluent_tab_20_regular:before { - content: "\efed"; + content: "\eff1"; } .icon-ic_fluent_tab_add_20_filled:before { - content: "\efee"; + content: "\eff2"; } .icon-ic_fluent_tab_add_20_regular:before { - content: "\efef"; + content: "\eff3"; } .icon-ic_fluent_tab_arrow_left_20_filled:before { - content: "\eff0"; + content: "\eff4"; } .icon-ic_fluent_tab_arrow_left_20_regular:before { - content: "\eff1"; + content: "\eff5"; } .icon-ic_fluent_tab_desktop_20_filled:before { - content: "\eff2"; + content: "\eff6"; } .icon-ic_fluent_tab_desktop_20_regular:before { - content: "\eff3"; + content: "\eff7"; } .icon-ic_fluent_tab_desktop_arrow_clockwise_20_filled:before { - content: "\eff4"; + content: "\eff8"; } .icon-ic_fluent_tab_desktop_arrow_clockwise_20_regular:before { - content: "\eff5"; + content: "\eff9"; } .icon-ic_fluent_tab_desktop_arrow_left_20_filled:before { - content: "\eff6"; + content: "\effa"; } .icon-ic_fluent_tab_desktop_arrow_left_20_regular:before { - content: "\eff7"; + content: "\effb"; } .icon-ic_fluent_tab_desktop_bottom_20_filled:before { - content: "\eff8"; + content: "\effc"; } .icon-ic_fluent_tab_desktop_bottom_20_regular:before { - content: "\eff9"; + content: "\effd"; } .icon-ic_fluent_tab_desktop_clock_20_filled:before { - content: "\effa"; + content: "\effe"; } .icon-ic_fluent_tab_desktop_clock_20_regular:before { - content: "\effb"; + content: "\efff"; } .icon-ic_fluent_tab_desktop_copy_20_filled:before { - content: "\effc"; + content: "\f000"; } .icon-ic_fluent_tab_desktop_copy_20_regular:before { - content: "\effd"; + content: "\f001"; } .icon-ic_fluent_tab_desktop_image_20_filled:before { - content: "\effe"; + content: "\f002"; } .icon-ic_fluent_tab_desktop_image_20_regular:before { - content: "\efff"; + content: "\f003"; } .icon-ic_fluent_tab_desktop_link_20_filled:before { - content: "\f000"; + content: "\f004"; } .icon-ic_fluent_tab_desktop_link_20_regular:before { - content: "\f001"; + content: "\f005"; } .icon-ic_fluent_tab_desktop_multiple_20_filled:before { - content: "\f002"; + content: "\f006"; } .icon-ic_fluent_tab_desktop_multiple_20_regular:before { - content: "\f003"; + content: "\f007"; } .icon-ic_fluent_tab_desktop_multiple_add_20_filled:before { - content: "\f004"; + content: "\f008"; } .icon-ic_fluent_tab_desktop_multiple_add_20_regular:before { - content: "\f005"; + content: "\f009"; } .icon-ic_fluent_tab_desktop_multiple_bottom_20_filled:before { - content: "\f006"; + content: "\f00a"; } .icon-ic_fluent_tab_desktop_multiple_bottom_20_regular:before { - content: "\f007"; + content: "\f00b"; } .icon-ic_fluent_tab_desktop_multiple_sparkle_20_filled:before { - content: "\f008"; + content: "\f00c"; } .icon-ic_fluent_tab_desktop_multiple_sparkle_20_regular:before { - content: "\f009"; + content: "\f00d"; } .icon-ic_fluent_tab_desktop_new_page_20_filled:before { - content: "\f00a"; + content: "\f00e"; } .icon-ic_fluent_tab_desktop_new_page_20_regular:before { - content: "\f00b"; + content: "\f00f"; } .icon-ic_fluent_tab_desktop_search_20_filled:before { - content: "\f00c"; + content: "\f010"; } .icon-ic_fluent_tab_desktop_search_20_regular:before { - content: "\f00d"; + content: "\f011"; } .icon-ic_fluent_tab_group_20_filled:before { - content: "\f00e"; + content: "\f012"; } .icon-ic_fluent_tab_group_20_regular:before { - content: "\f00f"; + content: "\f013"; } .icon-ic_fluent_tab_in_private_20_filled:before { - content: "\f010"; + content: "\f014"; } .icon-ic_fluent_tab_in_private_20_regular:before { - content: "\f011"; + content: "\f015"; } .icon-ic_fluent_tab_inprivate_account_20_filled:before { - content: "\f012"; + content: "\f016"; } .icon-ic_fluent_tab_inprivate_account_20_regular:before { - content: "\f013"; + content: "\f017"; } .icon-ic_fluent_tab_prohibited_20_filled:before { - content: "\f014"; + content: "\f018"; } .icon-ic_fluent_tab_prohibited_20_regular:before { - content: "\f015"; + content: "\f019"; } .icon-ic_fluent_tab_shield_dismiss_20_filled:before { - content: "\f016"; + content: "\f01a"; } .icon-ic_fluent_tab_shield_dismiss_20_regular:before { - content: "\f017"; + content: "\f01b"; } .icon-ic_fluent_table_20_filled:before { - content: "\f018"; + content: "\f01c"; } .icon-ic_fluent_table_20_regular:before { - content: "\f019"; + content: "\f01d"; } .icon-ic_fluent_table_add_20_filled:before { - content: "\f01a"; + content: "\f01e"; } .icon-ic_fluent_table_add_20_regular:before { - content: "\f01b"; + content: "\f01f"; } .icon-ic_fluent_table_arrow_up_20_filled:before { - content: "\f01c"; + content: "\f020"; } .icon-ic_fluent_table_arrow_up_20_regular:before { - content: "\f01d"; + content: "\f021"; } .icon-ic_fluent_table_bottom_row_20_filled:before { - content: "\f01e"; + content: "\f022"; } .icon-ic_fluent_table_bottom_row_20_regular:before { - content: "\f01f"; + content: "\f023"; } .icon-ic_fluent_table_calculator_20_filled:before { - content: "\f020"; + content: "\f024"; } .icon-ic_fluent_table_calculator_20_regular:before { - content: "\f021"; + content: "\f025"; } .icon-ic_fluent_table_cell_edit_20_filled:before { - content: "\f022"; + content: "\f026"; } .icon-ic_fluent_table_cell_edit_20_regular:before { - content: "\f023"; + content: "\f027"; } .icon-ic_fluent_table_cells_merge_20_filled:before { - content: "\f024"; + content: "\f028"; } .icon-ic_fluent_table_cells_merge_20_regular:before { - content: "\f025"; + content: "\f029"; } .icon-ic_fluent_table_cells_split_20_filled:before { - content: "\f026"; + content: "\f02a"; } .icon-ic_fluent_table_cells_split_20_regular:before { - content: "\f027"; + content: "\f02b"; } .icon-ic_fluent_table_checker_20_filled:before { - content: "\f028"; + content: "\f02c"; } .icon-ic_fluent_table_checker_20_regular:before { - content: "\f029"; + content: "\f02d"; } .icon-ic_fluent_table_column_top_bottom_20_filled:before { - content: "\f02a"; + content: "\f02e"; } .icon-ic_fluent_table_column_top_bottom_20_regular:before { - content: "\f02b"; + content: "\f02f"; } .icon-ic_fluent_table_copy_20_filled:before { - content: "\f02c"; + content: "\f030"; } .icon-ic_fluent_table_copy_20_regular:before { - content: "\f02d"; + content: "\f031"; } .icon-ic_fluent_table_cursor_20_filled:before { - content: "\f02e"; + content: "\f032"; } .icon-ic_fluent_table_cursor_20_regular:before { - content: "\f02f"; + content: "\f033"; } .icon-ic_fluent_table_delete_column_20_filled:before { - content: "\f030"; + content: "\f034"; } .icon-ic_fluent_table_delete_column_20_regular:before { - content: "\f031"; + content: "\f035"; } .icon-ic_fluent_table_delete_row_20_filled:before { - content: "\f032"; + content: "\f036"; } .icon-ic_fluent_table_delete_row_20_regular:before { - content: "\f033"; + content: "\f037"; } .icon-ic_fluent_table_dismiss_20_filled:before { - content: "\f034"; + content: "\f038"; } .icon-ic_fluent_table_dismiss_20_regular:before { - content: "\f035"; + content: "\f039"; } .icon-ic_fluent_table_edit_20_filled:before { - content: "\f036"; + content: "\f03a"; } .icon-ic_fluent_table_edit_20_regular:before { - content: "\f037"; + content: "\f03b"; } .icon-ic_fluent_table_freeze_column_20_filled:before { - content: "\f038"; + content: "\f03c"; } .icon-ic_fluent_table_freeze_column_20_regular:before { - content: "\f039"; + content: "\f03d"; } .icon-ic_fluent_table_freeze_column_and_row_20_filled:before { - content: "\f03a"; + content: "\f03e"; } .icon-ic_fluent_table_freeze_column_and_row_20_regular:before { - content: "\f03b"; + content: "\f03f"; } .icon-ic_fluent_table_freeze_row_20_filled:before { - content: "\f03c"; + content: "\f040"; } .icon-ic_fluent_table_freeze_row_20_regular:before { - content: "\f03d"; + content: "\f041"; } .icon-ic_fluent_table_image_20_filled:before { - content: "\f03e"; + content: "\f042"; } .icon-ic_fluent_table_image_20_regular:before { - content: "\f03f"; + content: "\f043"; } .icon-ic_fluent_table_insert_column_20_filled:before { - content: "\f040"; + content: "\f044"; } .icon-ic_fluent_table_insert_column_20_regular:before { - content: "\f041"; + content: "\f045"; } .icon-ic_fluent_table_insert_row_20_filled:before { - content: "\f042"; + content: "\f046"; } .icon-ic_fluent_table_insert_row_20_regular:before { - content: "\f043"; + content: "\f047"; } .icon-ic_fluent_table_lightning_20_filled:before { - content: "\f044"; + content: "\f048"; } .icon-ic_fluent_table_lightning_20_regular:before { - content: "\f045"; + content: "\f049"; } .icon-ic_fluent_table_link_20_filled:before { - content: "\f046"; + content: "\f04a"; } .icon-ic_fluent_table_link_20_regular:before { - content: "\f047"; + content: "\f04b"; } .icon-ic_fluent_table_lock_20_filled:before { - content: "\f048"; + content: "\f04c"; } .icon-ic_fluent_table_lock_20_regular:before { - content: "\f049"; + content: "\f04d"; } .icon-ic_fluent_table_move_above_20_filled:before { - content: "\f04a"; + content: "\f04e"; } .icon-ic_fluent_table_move_above_20_regular:before { - content: "\f04b"; + content: "\f04f"; } .icon-ic_fluent_table_move_below_20_filled:before { - content: "\f04c"; + content: "\f050"; } .icon-ic_fluent_table_move_below_20_regular:before { - content: "\f04d"; + content: "\f051"; } .icon-ic_fluent_table_move_left_20_filled:before { - content: "\f04e"; + content: "\f052"; } .icon-ic_fluent_table_move_left_20_regular:before { - content: "\f04f"; + content: "\f053"; } .icon-ic_fluent_table_move_right_20_filled:before { - content: "\f050"; + content: "\f054"; } .icon-ic_fluent_table_move_right_20_regular:before { - content: "\f051"; + content: "\f055"; } .icon-ic_fluent_table_multiple_20_filled:before { - content: "\f052"; + content: "\f056"; } .icon-ic_fluent_table_multiple_20_regular:before { - content: "\f053"; + content: "\f057"; } .icon-ic_fluent_table_offset_20_filled:before { - content: "\f054"; + content: "\f058"; } .icon-ic_fluent_table_offset_20_regular:before { - content: "\f055"; + content: "\f059"; } .icon-ic_fluent_table_offset_add_20_filled:before { - content: "\f056"; + content: "\f05a"; } .icon-ic_fluent_table_offset_add_20_regular:before { - content: "\f057"; + content: "\f05b"; } .icon-ic_fluent_table_offset_less_than_or_equal_to_20_filled:before { - content: "\f058"; + content: "\f05c"; } .icon-ic_fluent_table_offset_less_than_or_equal_to_20_regular:before { - content: "\f059"; + content: "\f05d"; } .icon-ic_fluent_table_offset_settings_20_filled:before { - content: "\f05a"; + content: "\f05e"; } .icon-ic_fluent_table_offset_settings_20_regular:before { - content: "\f05b"; + content: "\f05f"; } .icon-ic_fluent_table_resize_column_20_filled:before { - content: "\f05c"; + content: "\f060"; } .icon-ic_fluent_table_resize_column_20_regular:before { - content: "\f05d"; + content: "\f061"; } .icon-ic_fluent_table_resize_row_20_filled:before { - content: "\f05e"; + content: "\f062"; } .icon-ic_fluent_table_resize_row_20_regular:before { - content: "\f05f"; + content: "\f063"; } .icon-ic_fluent_table_search_20_filled:before { - content: "\f060"; + content: "\f064"; } .icon-ic_fluent_table_search_20_regular:before { - content: "\f061"; + content: "\f065"; } .icon-ic_fluent_table_settings_20_filled:before { - content: "\f062"; + content: "\f066"; } .icon-ic_fluent_table_settings_20_regular:before { - content: "\f063"; + content: "\f067"; } .icon-ic_fluent_table_simple_20_filled:before { - content: "\f064"; + content: "\f068"; } .icon-ic_fluent_table_simple_20_regular:before { - content: "\f065"; + content: "\f069"; } .icon-ic_fluent_table_simple_checkmark_20_filled:before { - content: "\f066"; + content: "\f06a"; } .icon-ic_fluent_table_simple_checkmark_20_regular:before { - content: "\f067"; + content: "\f06b"; } .icon-ic_fluent_table_simple_exclude_20_filled:before { - content: "\f068"; + content: "\f06c"; } .icon-ic_fluent_table_simple_exclude_20_regular:before { - content: "\f069"; + content: "\f06d"; } .icon-ic_fluent_table_simple_include_20_filled:before { - content: "\f06a"; + content: "\f06e"; } .icon-ic_fluent_table_simple_include_20_regular:before { - content: "\f06b"; + content: "\f06f"; } .icon-ic_fluent_table_simple_multiple_20_filled:before { - content: "\f06c"; + content: "\f070"; } .icon-ic_fluent_table_simple_multiple_20_regular:before { - content: "\f06d"; + content: "\f071"; } .icon-ic_fluent_table_sparkle_20_filled:before { - content: "\f06e"; + content: "\f072"; } .icon-ic_fluent_table_sparkle_20_regular:before { - content: "\f06f"; + content: "\f073"; } .icon-ic_fluent_table_split_20_filled:before { - content: "\f070"; + content: "\f074"; } .icon-ic_fluent_table_split_20_regular:before { - content: "\f071"; + content: "\f075"; } .icon-ic_fluent_table_stack_above_20_filled:before { - content: "\f072"; + content: "\f076"; } .icon-ic_fluent_table_stack_above_20_regular:before { - content: "\f073"; + content: "\f077"; } .icon-ic_fluent_table_stack_below_20_filled:before { - content: "\f074"; + content: "\f078"; } .icon-ic_fluent_table_stack_below_20_regular:before { - content: "\f075"; + content: "\f079"; } .icon-ic_fluent_table_stack_left_20_filled:before { - content: "\f076"; + content: "\f07a"; } .icon-ic_fluent_table_stack_left_20_regular:before { - content: "\f077"; + content: "\f07b"; } .icon-ic_fluent_table_stack_right_20_filled:before { - content: "\f078"; + content: "\f07c"; } .icon-ic_fluent_table_stack_right_20_regular:before { - content: "\f079"; + content: "\f07d"; } .icon-ic_fluent_table_switch_20_filled:before { - content: "\f07a"; + content: "\f07e"; } .icon-ic_fluent_table_switch_20_regular:before { - content: "\f07b"; + content: "\f07f"; } .icon-ic_fluent_tablet_20_filled:before { - content: "\f07c"; + content: "\f080"; } .icon-ic_fluent_tablet_20_regular:before { - content: "\f07d"; + content: "\f081"; } .icon-ic_fluent_tablet_laptop_20_filled:before { - content: "\f07e"; + content: "\f082"; } .icon-ic_fluent_tablet_laptop_20_regular:before { - content: "\f07f"; + content: "\f083"; } .icon-ic_fluent_tablet_speaker_20_filled:before { - content: "\f080"; + content: "\f084"; } .icon-ic_fluent_tablet_speaker_20_regular:before { - content: "\f081"; + content: "\f085"; } .icon-ic_fluent_tabs_20_filled:before { - content: "\f082"; + content: "\f086"; } .icon-ic_fluent_tabs_20_regular:before { - content: "\f083"; + content: "\f087"; } .icon-ic_fluent_tag_20_filled:before { - content: "\f084"; + content: "\f088"; } .icon-ic_fluent_tag_20_regular:before { - content: "\f085"; + content: "\f089"; } .icon-ic_fluent_tag_circle_20_filled:before { - content: "\f086"; + content: "\f08a"; } .icon-ic_fluent_tag_circle_20_regular:before { - content: "\f087"; + content: "\f08b"; } .icon-ic_fluent_tag_dismiss_20_filled:before { - content: "\f088"; + content: "\f08c"; } .icon-ic_fluent_tag_dismiss_20_regular:before { - content: "\f089"; + content: "\f08d"; } .icon-ic_fluent_tag_error_20_filled:before { - content: "\f08a"; + content: "\f08e"; } .icon-ic_fluent_tag_error_20_regular:before { - content: "\f08b"; + content: "\f08f"; } .icon-ic_fluent_tag_lock_20_filled:before { - content: "\f08c"; + content: "\f090"; } .icon-ic_fluent_tag_lock_20_regular:before { - content: "\f08d"; + content: "\f091"; } .icon-ic_fluent_tag_lock_accent_20_filled:before { - content: "\f08e"; + content: "\f092"; } .icon-ic_fluent_tag_multiple_20_filled:before { - content: "\f08f"; + content: "\f093"; } .icon-ic_fluent_tag_multiple_20_regular:before { - content: "\f090"; + content: "\f094"; } .icon-ic_fluent_tag_off_20_filled:before { - content: "\f091"; + content: "\f095"; } .icon-ic_fluent_tag_off_20_regular:before { - content: "\f092"; + content: "\f096"; } .icon-ic_fluent_tag_question_mark_20_filled:before { - content: "\f093"; + content: "\f097"; } .icon-ic_fluent_tag_question_mark_20_regular:before { - content: "\f094"; + content: "\f098"; } .icon-ic_fluent_tag_reset_20_filled:before { - content: "\f095"; + content: "\f099"; } .icon-ic_fluent_tag_reset_20_regular:before { - content: "\f096"; + content: "\f09a"; } .icon-ic_fluent_tag_search_20_filled:before { - content: "\f097"; + content: "\f09b"; } .icon-ic_fluent_tag_search_20_regular:before { - content: "\f098"; + content: "\f09c"; } .icon-ic_fluent_tap_double_20_filled:before { - content: "\f099"; + content: "\f09d"; } .icon-ic_fluent_tap_double_20_regular:before { - content: "\f09a"; + content: "\f09e"; } .icon-ic_fluent_tap_single_20_filled:before { - content: "\f09b"; + content: "\f09f"; } .icon-ic_fluent_tap_single_20_regular:before { - content: "\f09c"; + content: "\f0a0"; } .icon-ic_fluent_target_20_filled:before { - content: "\f09d"; + content: "\f0a1"; } .icon-ic_fluent_target_20_regular:before { - content: "\f09e"; + content: "\f0a2"; } .icon-ic_fluent_target_add_20_filled:before { - content: "\f09f"; + content: "\f0a3"; } .icon-ic_fluent_target_add_20_regular:before { - content: "\f0a0"; + content: "\f0a4"; } .icon-ic_fluent_target_arrow_20_filled:before { - content: "\f0a1"; + content: "\f0a5"; } .icon-ic_fluent_target_arrow_20_regular:before { - content: "\f0a2"; + content: "\f0a6"; } .icon-ic_fluent_target_dismiss_20_filled:before { - content: "\f0a3"; + content: "\f0a7"; } .icon-ic_fluent_target_dismiss_20_regular:before { - content: "\f0a4"; + content: "\f0a8"; } .icon-ic_fluent_target_edit_20_filled:before { - content: "\f0a5"; + content: "\f0a9"; } .icon-ic_fluent_target_edit_20_regular:before { - content: "\f0a6"; + content: "\f0aa"; } .icon-ic_fluent_task_list_add_20_filled:before { - content: "\f0a7"; + content: "\f0ab"; } .icon-ic_fluent_task_list_add_20_regular:before { - content: "\f0a8"; + content: "\f0ac"; } .icon-ic_fluent_task_list_ltr_20_filled:before { - content: "\f0a9"; + content: "\f0ad"; } .icon-ic_fluent_task_list_ltr_20_regular:before { - content: "\f0aa"; + content: "\f0ae"; } .icon-ic_fluent_task_list_rtl_20_filled:before { - content: "\f0ab"; + content: "\f0af"; } .icon-ic_fluent_task_list_rtl_20_regular:before { - content: "\f0ac"; + content: "\f0b0"; } .icon-ic_fluent_task_list_square_add_20_filled:before { - content: "\f0ad"; + content: "\f0b1"; } .icon-ic_fluent_task_list_square_add_20_regular:before { - content: "\f0ae"; + content: "\f0b2"; } .icon-ic_fluent_task_list_square_database_20_filled:before { - content: "\f0af"; + content: "\f0b3"; } .icon-ic_fluent_task_list_square_database_20_regular:before { - content: "\f0b0"; + content: "\f0b4"; } .icon-ic_fluent_task_list_square_ltr_20_filled:before { - content: "\f0b1"; + content: "\f0b5"; } .icon-ic_fluent_task_list_square_ltr_20_regular:before { - content: "\f0b2"; + content: "\f0b6"; } .icon-ic_fluent_task_list_square_person_20_filled:before { - content: "\f0b3"; + content: "\f0b7"; } .icon-ic_fluent_task_list_square_person_20_regular:before { - content: "\f0b4"; + content: "\f0b8"; } .icon-ic_fluent_task_list_square_rtl_20_filled:before { - content: "\f0b5"; + content: "\f0b9"; } .icon-ic_fluent_task_list_square_rtl_20_regular:before { - content: "\f0b6"; + content: "\f0ba"; } .icon-ic_fluent_task_list_square_settings_20_filled:before { - content: "\f0b7"; + content: "\f0bb"; } .icon-ic_fluent_task_list_square_settings_20_regular:before { - content: "\f0b8"; + content: "\f0bc"; } .icon-ic_fluent_tasks_app_20_filled:before { - content: "\f0b9"; + content: "\f0bd"; } .icon-ic_fluent_tasks_app_20_regular:before { - content: "\f0ba"; + content: "\f0be"; } .icon-ic_fluent_teaching_20_filled:before { - content: "\f0bb"; + content: "\f0bf"; } .icon-ic_fluent_teaching_20_regular:before { - content: "\f0bc"; + content: "\f0c0"; } .icon-ic_fluent_teardrop_bottom_right_20_filled:before { - content: "\f0bd"; + content: "\f0c1"; } .icon-ic_fluent_teardrop_bottom_right_20_regular:before { - content: "\f0be"; + content: "\f0c2"; } .icon-ic_fluent_teddy_20_filled:before { - content: "\f0bf"; + content: "\f0c3"; } .icon-ic_fluent_teddy_20_regular:before { - content: "\f0c0"; + content: "\f0c4"; } .icon-ic_fluent_temperature_20_filled:before { - content: "\f0c1"; + content: "\f0c5"; } .icon-ic_fluent_temperature_20_regular:before { - content: "\f0c2"; + content: "\f0c6"; } .icon-ic_fluent_tent_20_filled:before { - content: "\f0c3"; + content: "\f0c7"; } .icon-ic_fluent_tent_20_regular:before { - content: "\f0c4"; + content: "\f0c8"; } .icon-ic_fluent_tetris_app_20_filled:before { - content: "\f0c5"; + content: "\f0c9"; } .icon-ic_fluent_tetris_app_20_regular:before { - content: "\f0c6"; + content: "\f0ca"; } .icon-ic_fluent_text_add_20_filled:before { - content: "\f0c7"; + content: "\f0cb"; } .icon-ic_fluent_text_add_20_regular:before { - content: "\f0c8"; + content: "\f0cc"; } .icon-ic_fluent_text_add_space_after_20_filled:before { - content: "\f0c9"; + content: "\f0cd"; } .icon-ic_fluent_text_add_space_after_20_regular:before { - content: "\f0ca"; + content: "\f0ce"; } .icon-ic_fluent_text_add_space_before_20_filled:before { - content: "\f0cb"; + content: "\f0cf"; } .icon-ic_fluent_text_add_space_before_20_regular:before { - content: "\f0cc"; + content: "\f0d0"; } .icon-ic_fluent_text_add_t_20_filled:before { - content: "\f0cd"; + content: "\f0d1"; } .icon-ic_fluent_text_add_t_20_regular:before { - content: "\f0ce"; + content: "\f0d2"; } .icon-ic_fluent_text_align_center_20_filled:before { - content: "\f0cf"; + content: "\f0d3"; } .icon-ic_fluent_text_align_center_20_regular:before { - content: "\f0d0"; + content: "\f0d4"; } .icon-ic_fluent_text_align_center_rotate_270_20_filled:before { - content: "\f0d1"; + content: "\f0d5"; } .icon-ic_fluent_text_align_center_rotate_270_20_regular:before { - content: "\f0d2"; + content: "\f0d6"; } .icon-ic_fluent_text_align_center_rotate_90_20_filled:before { - content: "\f0d3"; + content: "\f0d7"; } .icon-ic_fluent_text_align_center_rotate_90_20_regular:before { - content: "\f0d4"; + content: "\f0d8"; } .icon-ic_fluent_text_align_distributed_20_filled:before { - content: "\f0d5"; + content: "\f0d9"; } .icon-ic_fluent_text_align_distributed_20_regular:before { - content: "\f0d6"; + content: "\f0da"; } .icon-ic_fluent_text_align_distributed_evenly_20_filled:before { - content: "\f0d7"; + content: "\f0db"; } .icon-ic_fluent_text_align_distributed_evenly_20_regular:before { - content: "\f0d8"; + content: "\f0dc"; } .icon-ic_fluent_text_align_distributed_vertical_20_filled:before { - content: "\f0d9"; + content: "\f0dd"; } .icon-ic_fluent_text_align_distributed_vertical_20_regular:before { - content: "\f0da"; + content: "\f0de"; } .icon-ic_fluent_text_align_justify_20_filled:before { - content: "\f0db"; + content: "\f0df"; } .icon-ic_fluent_text_align_justify_20_regular:before { - content: "\f0dc"; + content: "\f0e0"; } .icon-ic_fluent_text_align_justify_low_20_filled:before { - content: "\f0dd"; + content: "\f0e1"; } .icon-ic_fluent_text_align_justify_low_20_regular:before { - content: "\f0de"; + content: "\f0e2"; } .icon-ic_fluent_text_align_justify_low_90_20_filled:before { - content: "\f0df"; + content: "\f0e3"; } .icon-ic_fluent_text_align_justify_low_90_20_regular:before { - content: "\f0e0"; + content: "\f0e4"; } .icon-ic_fluent_text_align_justify_low_rotate_270_20_filled:before { - content: "\f0e1"; + content: "\f0e5"; } .icon-ic_fluent_text_align_justify_low_rotate_270_20_regular:before { - content: "\f0e2"; + content: "\f0e6"; } .icon-ic_fluent_text_align_justify_low_rotate_90_20_filled:before { - content: "\f0e3"; + content: "\f0e7"; } .icon-ic_fluent_text_align_justify_low_rotate_90_20_regular:before { - content: "\f0e4"; + content: "\f0e8"; } .icon-ic_fluent_text_align_justify_rotate_270_20_filled:before { - content: "\f0e5"; + content: "\f0e9"; } .icon-ic_fluent_text_align_justify_rotate_270_20_regular:before { - content: "\f0e6"; + content: "\f0ea"; } .icon-ic_fluent_text_align_justify_rotate_90_20_filled:before { - content: "\f0e7"; + content: "\f0eb"; } .icon-ic_fluent_text_align_justify_rotate_90_20_regular:before { - content: "\f0e8"; + content: "\f0ec"; } .icon-ic_fluent_text_align_left_20_filled:before { - content: "\f0e9"; + content: "\f0ed"; } .icon-ic_fluent_text_align_left_20_regular:before { - content: "\f0ea"; + content: "\f0ee"; } .icon-ic_fluent_text_align_left_rotate_270_20_filled:before { - content: "\f0eb"; + content: "\f0ef"; } .icon-ic_fluent_text_align_left_rotate_270_20_regular:before { - content: "\f0ec"; + content: "\f0f0"; } .icon-ic_fluent_text_align_left_rotate_90_20_filled:before { - content: "\f0ed"; + content: "\f0f1"; } .icon-ic_fluent_text_align_left_rotate_90_20_regular:before { - content: "\f0ee"; + content: "\f0f2"; } .icon-ic_fluent_text_align_right_20_filled:before { - content: "\f0ef"; + content: "\f0f3"; } .icon-ic_fluent_text_align_right_20_regular:before { - content: "\f0f0"; + content: "\f0f4"; } .icon-ic_fluent_text_align_right_rotate_270_20_filled:before { - content: "\f0f1"; + content: "\f0f5"; } .icon-ic_fluent_text_align_right_rotate_270_20_regular:before { - content: "\f0f2"; + content: "\f0f6"; } .icon-ic_fluent_text_align_right_rotate_90_20_filled:before { - content: "\f0f3"; + content: "\f0f7"; } .icon-ic_fluent_text_align_right_rotate_90_20_regular:before { - content: "\f0f4"; + content: "\f0f8"; } .icon-ic_fluent_text_arrow_down_right_column_20_filled:before { - content: "\f0f5"; + content: "\f0f9"; } .icon-ic_fluent_text_arrow_down_right_column_20_regular:before { - content: "\f0f6"; + content: "\f0fa"; } .icon-ic_fluent_text_asterisk_20_filled:before { - content: "\f0f7"; + content: "\f0fb"; } .icon-ic_fluent_text_asterisk_20_regular:before { - content: "\f0f8"; + content: "\f0fc"; } .icon-ic_fluent_text_baseline_20_filled:before { - content: "\f0f9"; + content: "\f0fd"; } .icon-ic_fluent_text_baseline_20_regular:before { - content: "\f0fa"; + content: "\f0fe"; } .icon-ic_fluent_text_bold_20_filled:before { - content: "\f0fb"; + content: "\f0ff"; } .icon-ic_fluent_text_bold_20_regular:before { - content: "\f0fc"; + content: "\f100"; } .icon-ic_fluent_text_box_settings_20_filled:before { - content: "\f0fd"; + content: "\f101"; } .icon-ic_fluent_text_box_settings_20_regular:before { - content: "\f0fe"; + content: "\f102"; } .icon-ic_fluent_text_bullet_list_20_filled:before { - content: "\f0ff"; + content: "\f103"; } .icon-ic_fluent_text_bullet_list_20_regular:before { - content: "\f100"; + content: "\f104"; } .icon-ic_fluent_text_bullet_list_90_20_filled:before { - content: "\f101"; + content: "\f105"; } .icon-ic_fluent_text_bullet_list_90_20_regular:before { - content: "\f102"; + content: "\f106"; } .icon-ic_fluent_text_bullet_list_add_20_filled:before { - content: "\f103"; + content: "\f107"; } .icon-ic_fluent_text_bullet_list_add_20_regular:before { - content: "\f104"; + content: "\f108"; } .icon-ic_fluent_text_bullet_list_checkmark_20_filled:before { - content: "\f105"; + content: "\f109"; } .icon-ic_fluent_text_bullet_list_checkmark_20_regular:before { - content: "\f106"; + content: "\f10a"; } .icon-ic_fluent_text_bullet_list_dismiss_20_filled:before { - content: "\f107"; + content: "\f10b"; } .icon-ic_fluent_text_bullet_list_dismiss_20_regular:before { - content: "\f108"; + content: "\f10c"; } .icon-ic_fluent_text_bullet_list_ltr_20_filled:before { - content: "\f109"; + content: "\f10d"; } .icon-ic_fluent_text_bullet_list_ltr_20_regular:before { - content: "\f10a"; + content: "\f10e"; } .icon-ic_fluent_text_bullet_list_ltr_90_20_filled:before { - content: "\f10b"; + content: "\f10f"; } .icon-ic_fluent_text_bullet_list_ltr_90_20_regular:before { - content: "\f10c"; + content: "\f110"; } .icon-ic_fluent_text_bullet_list_rtl_20_filled:before { - content: "\f10d"; + content: "\f111"; } .icon-ic_fluent_text_bullet_list_rtl_20_regular:before { - content: "\f10e"; + content: "\f112"; } .icon-ic_fluent_text_bullet_list_rtl_90_20_filled:before { - content: "\f10f"; + content: "\f113"; } .icon-ic_fluent_text_bullet_list_rtl_90_20_regular:before { - content: "\f110"; + content: "\f114"; } .icon-ic_fluent_text_bullet_list_square_20_filled:before { - content: "\f111"; + content: "\f115"; } .icon-ic_fluent_text_bullet_list_square_20_regular:before { - content: "\f112"; + content: "\f116"; } .icon-ic_fluent_text_bullet_list_square_clock_20_filled:before { - content: "\f113"; + content: "\f117"; } .icon-ic_fluent_text_bullet_list_square_clock_20_regular:before { - content: "\f114"; + content: "\f118"; } .icon-ic_fluent_text_bullet_list_square_edit_20_filled:before { - content: "\f115"; + content: "\f119"; } .icon-ic_fluent_text_bullet_list_square_edit_20_regular:before { - content: "\f116"; + content: "\f11a"; } .icon-ic_fluent_text_bullet_list_square_person_20_filled:before { - content: "\f117"; + content: "\f11b"; } .icon-ic_fluent_text_bullet_list_square_person_20_regular:before { - content: "\f118"; + content: "\f11c"; } .icon-ic_fluent_text_bullet_list_square_search_20_filled:before { - content: "\f119"; + content: "\f11d"; } .icon-ic_fluent_text_bullet_list_square_search_20_regular:before { - content: "\f11a"; + content: "\f11e"; } .icon-ic_fluent_text_bullet_list_square_settings_20_filled:before { - content: "\f11b"; + content: "\f11f"; } .icon-ic_fluent_text_bullet_list_square_settings_20_regular:before { - content: "\f11c"; + content: "\f120"; } .icon-ic_fluent_text_bullet_list_square_shield_20_filled:before { - content: "\f11d"; + content: "\f121"; } .icon-ic_fluent_text_bullet_list_square_shield_20_regular:before { - content: "\f11e"; + content: "\f122"; } .icon-ic_fluent_text_bullet_list_square_sparkle_20_filled:before { - content: "\f11f"; + content: "\f123"; } .icon-ic_fluent_text_bullet_list_square_sparkle_20_regular:before { - content: "\f120"; + content: "\f124"; } .icon-ic_fluent_text_bullet_list_square_toolbox_20_filled:before { - content: "\f121"; + content: "\f125"; } .icon-ic_fluent_text_bullet_list_square_toolbox_20_regular:before { - content: "\f122"; + content: "\f126"; } .icon-ic_fluent_text_bullet_list_square_warning_20_filled:before { - content: "\f123"; + content: "\f127"; } .icon-ic_fluent_text_bullet_list_square_warning_20_regular:before { - content: "\f124"; + content: "\f128"; } .icon-ic_fluent_text_bullet_list_tree_20_filled:before { - content: "\f125"; + content: "\f129"; } .icon-ic_fluent_text_bullet_list_tree_20_regular:before { - content: "\f126"; + content: "\f12a"; } .icon-ic_fluent_text_case_lowercase_20_filled:before { - content: "\f127"; + content: "\f12b"; } .icon-ic_fluent_text_case_lowercase_20_regular:before { - content: "\f128"; + content: "\f12c"; } .icon-ic_fluent_text_case_title_20_filled:before { - content: "\f129"; + content: "\f12d"; } .icon-ic_fluent_text_case_title_20_regular:before { - content: "\f12a"; + content: "\f12e"; } .icon-ic_fluent_text_case_uppercase_20_filled:before { - content: "\f12b"; + content: "\f12f"; } .icon-ic_fluent_text_case_uppercase_20_regular:before { - content: "\f12c"; + content: "\f130"; } .icon-ic_fluent_text_change_case_20_filled:before { - content: "\f12d"; + content: "\f131"; } .icon-ic_fluent_text_change_case_20_regular:before { - content: "\f12e"; + content: "\f132"; } .icon-ic_fluent_text_clear_formatting_20_filled:before { - content: "\f12f"; + content: "\f133"; } .icon-ic_fluent_text_clear_formatting_20_regular:before { - content: "\f130"; + content: "\f134"; } .icon-ic_fluent_text_collapse_20_filled:before { - content: "\f131"; + content: "\f135"; } .icon-ic_fluent_text_collapse_20_regular:before { - content: "\f132"; + content: "\f136"; } .icon-ic_fluent_text_color_20_filled:before { - content: "\f133"; + content: "\f137"; } .icon-ic_fluent_text_color_20_regular:before { - content: "\f134"; + content: "\f138"; } .icon-ic_fluent_text_color_accent_20_filled:before { - content: "\f135"; + content: "\f139"; } .icon-ic_fluent_text_column_one_20_filled:before { - content: "\f136"; + content: "\f13a"; } .icon-ic_fluent_text_column_one_20_regular:before { - content: "\f137"; + content: "\f13b"; } .icon-ic_fluent_text_column_one_narrow_20_filled:before { - content: "\f138"; + content: "\f13c"; } .icon-ic_fluent_text_column_one_narrow_20_regular:before { - content: "\f139"; + content: "\f13d"; } .icon-ic_fluent_text_column_one_semi_narrow_20_filled:before { - content: "\f13a"; + content: "\f13e"; } .icon-ic_fluent_text_column_one_semi_narrow_20_regular:before { - content: "\f13b"; + content: "\f13f"; } .icon-ic_fluent_text_column_one_wide_20_filled:before { - content: "\f13c"; + content: "\f140"; } .icon-ic_fluent_text_column_one_wide_20_regular:before { - content: "\f13d"; + content: "\f141"; } .icon-ic_fluent_text_column_one_wide_lightning_20_filled:before { - content: "\f13e"; + content: "\f142"; } .icon-ic_fluent_text_column_one_wide_lightning_20_regular:before { - content: "\f13f"; + content: "\f143"; } .icon-ic_fluent_text_column_three_20_filled:before { - content: "\f140"; + content: "\f144"; } .icon-ic_fluent_text_column_three_20_regular:before { - content: "\f141"; + content: "\f145"; } .icon-ic_fluent_text_column_two_20_filled:before { - content: "\f142"; + content: "\f146"; } .icon-ic_fluent_text_column_two_20_regular:before { - content: "\f143"; + content: "\f147"; } .icon-ic_fluent_text_column_two_left_20_filled:before { - content: "\f144"; + content: "\f148"; } .icon-ic_fluent_text_column_two_left_20_regular:before { - content: "\f145"; + content: "\f149"; } .icon-ic_fluent_text_column_two_right_20_filled:before { - content: "\f146"; + content: "\f14a"; } .icon-ic_fluent_text_column_two_right_20_regular:before { - content: "\f147"; + content: "\f14b"; } .icon-ic_fluent_text_column_wide_20_filled:before { - content: "\f148"; + content: "\f14c"; } .icon-ic_fluent_text_column_wide_20_regular:before { - content: "\f149"; + content: "\f14d"; } .icon-ic_fluent_text_continuous_20_filled:before { - content: "\f14a"; + content: "\f14e"; } .icon-ic_fluent_text_continuous_20_regular:before { - content: "\f14b"; + content: "\f14f"; } .icon-ic_fluent_text_density_20_filled:before { - content: "\f14c"; + content: "\f150"; } .icon-ic_fluent_text_density_20_regular:before { - content: "\f14d"; + content: "\f151"; } .icon-ic_fluent_text_description_20_filled:before { - content: "\f14e"; + content: "\f152"; } .icon-ic_fluent_text_description_20_regular:before { - content: "\f14f"; + content: "\f153"; } .icon-ic_fluent_text_description_ltr_20_filled:before { - content: "\f150"; + content: "\f154"; } .icon-ic_fluent_text_description_ltr_20_regular:before { - content: "\f151"; + content: "\f155"; } .icon-ic_fluent_text_description_rtl_20_filled:before { - content: "\f152"; + content: "\f156"; } .icon-ic_fluent_text_description_rtl_20_regular:before { - content: "\f153"; + content: "\f157"; } .icon-ic_fluent_text_direction_horizontal_left_20_filled:before { - content: "\f154"; + content: "\f158"; } .icon-ic_fluent_text_direction_horizontal_left_20_regular:before { - content: "\f155"; + content: "\f159"; } .icon-ic_fluent_text_direction_horizontal_ltr_20_filled:before { - content: "\f156"; + content: "\f15a"; } .icon-ic_fluent_text_direction_horizontal_ltr_20_regular:before { - content: "\f157"; + content: "\f15b"; } .icon-ic_fluent_text_direction_horizontal_right_20_filled:before { - content: "\f158"; + content: "\f15c"; } .icon-ic_fluent_text_direction_horizontal_right_20_regular:before { - content: "\f159"; + content: "\f15d"; } .icon-ic_fluent_text_direction_horizontal_rtl_20_filled:before { - content: "\f15a"; + content: "\f15e"; } .icon-ic_fluent_text_direction_horizontal_rtl_20_regular:before { - content: "\f15b"; + content: "\f15f"; } .icon-ic_fluent_text_direction_rotate_270_right_20_filled:before { - content: "\f15c"; + content: "\f160"; } .icon-ic_fluent_text_direction_rotate_270_right_20_regular:before { - content: "\f15d"; + content: "\f161"; } .icon-ic_fluent_text_direction_rotate_315_right_20_filled:before { - content: "\f15e"; + content: "\f162"; } .icon-ic_fluent_text_direction_rotate_315_right_20_regular:before { - content: "\f15f"; + content: "\f163"; } .icon-ic_fluent_text_direction_rotate_45_right_20_filled:before { - content: "\f160"; + content: "\f164"; } .icon-ic_fluent_text_direction_rotate_45_right_20_regular:before { - content: "\f161"; + content: "\f165"; } .icon-ic_fluent_text_direction_rotate_90_left_20_filled:before { - content: "\f162"; + content: "\f166"; } .icon-ic_fluent_text_direction_rotate_90_left_20_regular:before { - content: "\f163"; + content: "\f167"; } .icon-ic_fluent_text_direction_rotate_90_ltr_20_filled:before { - content: "\f164"; + content: "\f168"; } .icon-ic_fluent_text_direction_rotate_90_ltr_20_regular:before { - content: "\f165"; + content: "\f169"; } .icon-ic_fluent_text_direction_rotate_90_right_20_filled:before { - content: "\f166"; + content: "\f16a"; } .icon-ic_fluent_text_direction_rotate_90_right_20_regular:before { - content: "\f167"; + content: "\f16b"; } .icon-ic_fluent_text_direction_rotate_90_rtl_20_filled:before { - content: "\f168"; + content: "\f16c"; } .icon-ic_fluent_text_direction_rotate_90_rtl_20_regular:before { - content: "\f169"; + content: "\f16d"; } .icon-ic_fluent_text_direction_vertical_20_filled:before { - content: "\f16a"; + content: "\f16e"; } .icon-ic_fluent_text_direction_vertical_20_regular:before { - content: "\f16b"; + content: "\f16f"; } .icon-ic_fluent_text_edit_style_20_filled:before { - content: "\f16c"; + content: "\f170"; } .icon-ic_fluent_text_edit_style_20_regular:before { - content: "\f16d"; + content: "\f171"; } .icon-ic_fluent_text_effects_20_filled:before { - content: "\f16e"; + content: "\f172"; } .icon-ic_fluent_text_effects_20_regular:before { - content: "\f16f"; + content: "\f173"; } .icon-ic_fluent_text_effects_sparkle_20_filled:before { - content: "\f170"; + content: "\f174"; } .icon-ic_fluent_text_effects_sparkle_20_regular:before { - content: "\f171"; + content: "\f175"; } .icon-ic_fluent_text_expand_20_filled:before { - content: "\f172"; + content: "\f176"; } .icon-ic_fluent_text_expand_20_regular:before { - content: "\f173"; + content: "\f177"; } .icon-ic_fluent_text_field_20_filled:before { - content: "\f174"; + content: "\f178"; } .icon-ic_fluent_text_field_20_regular:before { - content: "\f175"; + content: "\f179"; } .icon-ic_fluent_text_first_line_20_filled:before { - content: "\f176"; + content: "\f17a"; } .icon-ic_fluent_text_first_line_20_regular:before { - content: "\f177"; + content: "\f17b"; } .icon-ic_fluent_text_font_20_filled:before { - content: "\f178"; + content: "\f17c"; } .icon-ic_fluent_text_font_20_regular:before { - content: "\f179"; + content: "\f17d"; } .icon-ic_fluent_text_font_info_20_filled:before { - content: "\f17a"; + content: "\f17e"; } .icon-ic_fluent_text_font_info_20_regular:before { - content: "\f17b"; + content: "\f17f"; } .icon-ic_fluent_text_font_size_20_filled:before { - content: "\f17c"; + content: "\f180"; } .icon-ic_fluent_text_font_size_20_regular:before { - content: "\f17d"; + content: "\f181"; } .icon-ic_fluent_text_footnote_20_filled:before { - content: "\f17e"; + content: "\f182"; } .icon-ic_fluent_text_footnote_20_regular:before { - content: "\f17f"; + content: "\f183"; } .icon-ic_fluent_text_grammar_arrow_left_20_filled:before { - content: "\f180"; + content: "\f184"; } .icon-ic_fluent_text_grammar_arrow_left_20_regular:before { - content: "\f181"; + content: "\f185"; } .icon-ic_fluent_text_grammar_arrow_right_20_filled:before { - content: "\f182"; + content: "\f186"; } .icon-ic_fluent_text_grammar_arrow_right_20_regular:before { - content: "\f183"; + content: "\f187"; } .icon-ic_fluent_text_grammar_checkmark_20_filled:before { - content: "\f184"; + content: "\f188"; } .icon-ic_fluent_text_grammar_checkmark_20_regular:before { - content: "\f185"; + content: "\f189"; } .icon-ic_fluent_text_grammar_dismiss_20_filled:before { - content: "\f186"; + content: "\f18a"; } .icon-ic_fluent_text_grammar_dismiss_20_regular:before { - content: "\f187"; + content: "\f18b"; } .icon-ic_fluent_text_grammar_error_20_filled:before { - content: "\f188"; + content: "\f18c"; } .icon-ic_fluent_text_grammar_error_20_regular:before { - content: "\f189"; + content: "\f18d"; } .icon-ic_fluent_text_grammar_lightning_20_filled:before { - content: "\f18a"; + content: "\f18e"; } .icon-ic_fluent_text_grammar_lightning_20_regular:before { - content: "\f18b"; + content: "\f18f"; } .icon-ic_fluent_text_grammar_settings_20_filled:before { - content: "\f18c"; + content: "\f190"; } .icon-ic_fluent_text_grammar_settings_20_regular:before { - content: "\f18d"; + content: "\f191"; } .icon-ic_fluent_text_grammar_wand_20_filled:before { - content: "\f18e"; + content: "\f192"; } .icon-ic_fluent_text_grammar_wand_20_regular:before { - content: "\f18f"; + content: "\f193"; } .icon-ic_fluent_text_hanging_20_filled:before { - content: "\f190"; + content: "\f194"; } .icon-ic_fluent_text_hanging_20_regular:before { - content: "\f191"; + content: "\f195"; } .icon-ic_fluent_text_header_1_20_filled:before { - content: "\f192"; + content: "\f196"; } .icon-ic_fluent_text_header_1_20_regular:before { - content: "\f193"; + content: "\f197"; } .icon-ic_fluent_text_header_1_lines_20_filled:before { - content: "\f194"; + content: "\f198"; } .icon-ic_fluent_text_header_1_lines_20_regular:before { - content: "\f195"; + content: "\f199"; } .icon-ic_fluent_text_header_1_lines_caret_20_filled:before { - content: "\f196"; + content: "\f19a"; } .icon-ic_fluent_text_header_1_lines_caret_20_regular:before { - content: "\f197"; + content: "\f19b"; } .icon-ic_fluent_text_header_2_20_filled:before { - content: "\f198"; + content: "\f19c"; } .icon-ic_fluent_text_header_2_20_regular:before { - content: "\f199"; + content: "\f19d"; } .icon-ic_fluent_text_header_2_lines_20_filled:before { - content: "\f19a"; + content: "\f19e"; } .icon-ic_fluent_text_header_2_lines_20_regular:before { - content: "\f19b"; + content: "\f19f"; } .icon-ic_fluent_text_header_2_lines_caret_20_filled:before { - content: "\f19c"; + content: "\f1a0"; } .icon-ic_fluent_text_header_2_lines_caret_20_regular:before { - content: "\f19d"; + content: "\f1a1"; } .icon-ic_fluent_text_header_3_20_filled:before { - content: "\f19e"; + content: "\f1a2"; } .icon-ic_fluent_text_header_3_20_regular:before { - content: "\f19f"; + content: "\f1a3"; } .icon-ic_fluent_text_header_3_lines_20_filled:before { - content: "\f1a0"; + content: "\f1a4"; } .icon-ic_fluent_text_header_3_lines_20_regular:before { - content: "\f1a1"; + content: "\f1a5"; } .icon-ic_fluent_text_header_3_lines_caret_20_filled:before { - content: "\f1a2"; + content: "\f1a6"; } .icon-ic_fluent_text_header_3_lines_caret_20_regular:before { - content: "\f1a3"; + content: "\f1a7"; } .icon-ic_fluent_text_indent_decrease_20_filled:before { - content: "\f1a4"; + content: "\f1a8"; } .icon-ic_fluent_text_indent_decrease_20_regular:before { - content: "\f1a5"; + content: "\f1a9"; } .icon-ic_fluent_text_indent_decrease_ltr_20_filled:before { - content: "\f1a6"; + content: "\f1aa"; } .icon-ic_fluent_text_indent_decrease_ltr_20_regular:before { - content: "\f1a7"; + content: "\f1ab"; } .icon-ic_fluent_text_indent_decrease_ltr_90_20_filled:before { - content: "\f1a8"; + content: "\f1ac"; } .icon-ic_fluent_text_indent_decrease_ltr_90_20_regular:before { - content: "\f1a9"; + content: "\f1ad"; } .icon-ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled:before { - content: "\f1aa"; + content: "\f1ae"; } .icon-ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular:before { - content: "\f1ab"; + content: "\f1af"; } .icon-ic_fluent_text_indent_decrease_rotate_270_20_filled:before { - content: "\f1ac"; + content: "\f1b0"; } .icon-ic_fluent_text_indent_decrease_rotate_270_20_regular:before { - content: "\f1ad"; + content: "\f1b1"; } .icon-ic_fluent_text_indent_decrease_rotate_90_20_filled:before { - content: "\f1ae"; + content: "\f1b2"; } .icon-ic_fluent_text_indent_decrease_rotate_90_20_regular:before { - content: "\f1af"; + content: "\f1b3"; } .icon-ic_fluent_text_indent_decrease_rtl_20_filled:before { - content: "\f1b0"; + content: "\f1b4"; } .icon-ic_fluent_text_indent_decrease_rtl_20_regular:before { - content: "\f1b1"; + content: "\f1b5"; } .icon-ic_fluent_text_indent_decrease_rtl_90_20_filled:before { - content: "\f1b2"; + content: "\f1b6"; } .icon-ic_fluent_text_indent_decrease_rtl_90_20_regular:before { - content: "\f1b3"; + content: "\f1b7"; } .icon-ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled:before { - content: "\f1b4"; + content: "\f1b8"; } .icon-ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular:before { - content: "\f1b5"; + content: "\f1b9"; } .icon-ic_fluent_text_indent_increase_20_filled:before { - content: "\f1b6"; + content: "\f1ba"; } .icon-ic_fluent_text_indent_increase_20_regular:before { - content: "\f1b7"; + content: "\f1bb"; } .icon-ic_fluent_text_indent_increase_ltr_20_filled:before { - content: "\f1b8"; + content: "\f1bc"; } .icon-ic_fluent_text_indent_increase_ltr_20_regular:before { - content: "\f1b9"; + content: "\f1bd"; } .icon-ic_fluent_text_indent_increase_ltr_90_20_filled:before { - content: "\f1ba"; + content: "\f1be"; } .icon-ic_fluent_text_indent_increase_ltr_90_20_regular:before { - content: "\f1bb"; + content: "\f1bf"; } .icon-ic_fluent_text_indent_increase_ltr_rotate_270_20_filled:before { - content: "\f1bc"; + content: "\f1c0"; } .icon-ic_fluent_text_indent_increase_ltr_rotate_270_20_regular:before { - content: "\f1bd"; + content: "\f1c1"; } .icon-ic_fluent_text_indent_increase_rotate_270_20_filled:before { - content: "\f1be"; + content: "\f1c2"; } .icon-ic_fluent_text_indent_increase_rotate_270_20_regular:before { - content: "\f1bf"; + content: "\f1c3"; } .icon-ic_fluent_text_indent_increase_rotate_90_20_filled:before { - content: "\f1c0"; + content: "\f1c4"; } .icon-ic_fluent_text_indent_increase_rotate_90_20_regular:before { - content: "\f1c1"; + content: "\f1c5"; } .icon-ic_fluent_text_indent_increase_rtl_20_filled:before { - content: "\f1c2"; + content: "\f1c6"; } .icon-ic_fluent_text_indent_increase_rtl_20_regular:before { - content: "\f1c3"; + content: "\f1c7"; } .icon-ic_fluent_text_indent_increase_rtl_90_20_filled:before { - content: "\f1c4"; + content: "\f1c8"; } .icon-ic_fluent_text_indent_increase_rtl_90_20_regular:before { - content: "\f1c5"; + content: "\f1c9"; } .icon-ic_fluent_text_indent_increase_rtl_rotate_270_20_filled:before { - content: "\f1c6"; + content: "\f1ca"; } .icon-ic_fluent_text_indent_increase_rtl_rotate_270_20_regular:before { - content: "\f1c7"; + content: "\f1cb"; } .icon-ic_fluent_text_italic_20_filled:before { - content: "\f1c8"; + content: "\f1cc"; } .icon-ic_fluent_text_italic_20_regular:before { - content: "\f1c9"; + content: "\f1cd"; } .icon-ic_fluent_text_line_spacing_20_filled:before { - content: "\f1ca"; + content: "\f1ce"; } .icon-ic_fluent_text_line_spacing_20_regular:before { - content: "\f1cb"; + content: "\f1cf"; } .icon-ic_fluent_text_more_20_filled:before { - content: "\f1cc"; + content: "\f1d0"; } .icon-ic_fluent_text_more_20_regular:before { - content: "\f1cd"; + content: "\f1d1"; } .icon-ic_fluent_text_number_format_20_filled:before { - content: "\f1ce"; + content: "\f1d2"; } .icon-ic_fluent_text_number_format_20_regular:before { - content: "\f1cf"; + content: "\f1d3"; } .icon-ic_fluent_text_number_list_ltr_20_filled:before { - content: "\f1d0"; + content: "\f1d4"; } .icon-ic_fluent_text_number_list_ltr_20_regular:before { - content: "\f1d1"; + content: "\f1d5"; } .icon-ic_fluent_text_number_list_ltr_90_20_filled:before { - content: "\f1d2"; + content: "\f1d6"; } .icon-ic_fluent_text_number_list_ltr_90_20_regular:before { - content: "\f1d3"; + content: "\f1d7"; } .icon-ic_fluent_text_number_list_ltr_rotate_270_20_filled:before { - content: "\f1d4"; + content: "\f1d8"; } .icon-ic_fluent_text_number_list_ltr_rotate_270_20_regular:before { - content: "\f1d5"; + content: "\f1d9"; } .icon-ic_fluent_text_number_list_rotate_270_20_filled:before { - content: "\f1d6"; + content: "\f1da"; } .icon-ic_fluent_text_number_list_rotate_270_20_regular:before { - content: "\f1d7"; + content: "\f1db"; } .icon-ic_fluent_text_number_list_rotate_90_20_filled:before { - content: "\f1d8"; + content: "\f1dc"; } .icon-ic_fluent_text_number_list_rotate_90_20_regular:before { - content: "\f1d9"; + content: "\f1dd"; } .icon-ic_fluent_text_number_list_rtl_20_filled:before { - content: "\f1da"; + content: "\f1de"; } .icon-ic_fluent_text_number_list_rtl_20_regular:before { - content: "\f1db"; + content: "\f1df"; } .icon-ic_fluent_text_number_list_rtl_90_20_filled:before { - content: "\f1dc"; + content: "\f1e0"; } .icon-ic_fluent_text_number_list_rtl_90_20_regular:before { - content: "\f1dd"; + content: "\f1e1"; } .icon-ic_fluent_text_number_list_rtl_rotate_270_20_filled:before { - content: "\f1de"; + content: "\f1e2"; } .icon-ic_fluent_text_number_list_rtl_rotate_270_20_regular:before { - content: "\f1df"; + content: "\f1e3"; } .icon-ic_fluent_text_paragraph_20_filled:before { - content: "\f1e0"; + content: "\f1e4"; } .icon-ic_fluent_text_paragraph_20_regular:before { - content: "\f1e1"; + content: "\f1e5"; } .icon-ic_fluent_text_paragraph_direction_20_filled:before { - content: "\f1e2"; + content: "\f1e6"; } .icon-ic_fluent_text_paragraph_direction_20_regular:before { - content: "\f1e3"; + content: "\f1e7"; } .icon-ic_fluent_text_paragraph_direction_left_20_filled:before { - content: "\f1e4"; + content: "\f1e8"; } .icon-ic_fluent_text_paragraph_direction_left_20_regular:before { - content: "\f1e5"; + content: "\f1e9"; } .icon-ic_fluent_text_paragraph_direction_right_20_filled:before { - content: "\f1e6"; + content: "\f1ea"; } .icon-ic_fluent_text_paragraph_direction_right_20_regular:before { - content: "\f1e7"; + content: "\f1eb"; } .icon-ic_fluent_text_period_asterisk_20_filled:before { - content: "\f1e8"; + content: "\f1ec"; } .icon-ic_fluent_text_period_asterisk_20_regular:before { - content: "\f1e9"; + content: "\f1ed"; } .icon-ic_fluent_text_position_behind_20_filled:before { - content: "\f1ea"; + content: "\f1ee"; } .icon-ic_fluent_text_position_behind_20_regular:before { - content: "\f1eb"; + content: "\f1ef"; } .icon-ic_fluent_text_position_front_20_filled:before { - content: "\f1ec"; + content: "\f1f0"; } .icon-ic_fluent_text_position_front_20_regular:before { - content: "\f1ed"; + content: "\f1f1"; } .icon-ic_fluent_text_position_line_20_filled:before { - content: "\f1ee"; + content: "\f1f2"; } .icon-ic_fluent_text_position_line_20_regular:before { - content: "\f1ef"; + content: "\f1f3"; } .icon-ic_fluent_text_position_square_20_filled:before { - content: "\f1f0"; + content: "\f1f4"; } .icon-ic_fluent_text_position_square_20_regular:before { - content: "\f1f1"; + content: "\f1f5"; } .icon-ic_fluent_text_position_square_left_20_filled:before { - content: "\f1f2"; + content: "\f1f6"; } .icon-ic_fluent_text_position_square_left_20_regular:before { - content: "\f1f3"; + content: "\f1f7"; } .icon-ic_fluent_text_position_square_right_20_filled:before { - content: "\f1f4"; + content: "\f1f8"; } .icon-ic_fluent_text_position_square_right_20_regular:before { - content: "\f1f5"; + content: "\f1f9"; } .icon-ic_fluent_text_position_through_20_filled:before { - content: "\f1f6"; + content: "\f1fa"; } .icon-ic_fluent_text_position_through_20_regular:before { - content: "\f1f7"; + content: "\f1fb"; } .icon-ic_fluent_text_position_tight_20_filled:before { - content: "\f1f8"; + content: "\f1fc"; } .icon-ic_fluent_text_position_tight_20_regular:before { - content: "\f1f9"; + content: "\f1fd"; } .icon-ic_fluent_text_position_top_bottom_20_filled:before { - content: "\f1fa"; + content: "\f1fe"; } .icon-ic_fluent_text_position_top_bottom_20_regular:before { - content: "\f1fb"; + content: "\f1ff"; } .icon-ic_fluent_text_proofing_tools_20_filled:before { - content: "\f1fc"; + content: "\f200"; } .icon-ic_fluent_text_proofing_tools_20_regular:before { - content: "\f1fd"; + content: "\f201"; } .icon-ic_fluent_text_quote_20_filled:before { - content: "\f1fe"; + content: "\f202"; } .icon-ic_fluent_text_quote_20_regular:before { - content: "\f1ff"; + content: "\f203"; } .icon-ic_fluent_text_sort_ascending_20_filled:before { - content: "\f200"; + content: "\f204"; } .icon-ic_fluent_text_sort_ascending_20_regular:before { - content: "\f201"; + content: "\f205"; } .icon-ic_fluent_text_sort_descending_20_filled:before { - content: "\f202"; + content: "\f206"; } .icon-ic_fluent_text_sort_descending_20_regular:before { - content: "\f203"; + content: "\f207"; } .icon-ic_fluent_text_strikethrough_20_filled:before { - content: "\f204"; + content: "\f208"; } .icon-ic_fluent_text_strikethrough_20_regular:before { - content: "\f205"; + content: "\f209"; } .icon-ic_fluent_text_subscript_20_filled:before { - content: "\f206"; + content: "\f20a"; } .icon-ic_fluent_text_subscript_20_regular:before { - content: "\f207"; + content: "\f20b"; } .icon-ic_fluent_text_superscript_20_filled:before { - content: "\f208"; + content: "\f20c"; } .icon-ic_fluent_text_superscript_20_regular:before { - content: "\f209"; + content: "\f20d"; } .icon-ic_fluent_text_t_20_filled:before { - content: "\f20a"; + content: "\f20e"; } .icon-ic_fluent_text_t_20_regular:before { - content: "\f20b"; + content: "\f20f"; } .icon-ic_fluent_text_underline_20_filled:before { - content: "\f20c"; + content: "\f210"; } .icon-ic_fluent_text_underline_20_regular:before { - content: "\f20d"; + content: "\f211"; } .icon-ic_fluent_text_underline_character_u_20_filled:before { - content: "\f20e"; + content: "\f212"; } .icon-ic_fluent_text_underline_character_u_20_regular:before { - content: "\f20f"; + content: "\f213"; } .icon-ic_fluent_text_underline_double_20_filled:before { - content: "\f210"; + content: "\f214"; } .icon-ic_fluent_text_underline_double_20_regular:before { - content: "\f211"; + content: "\f215"; } .icon-ic_fluent_text_whole_word_20_filled:before { - content: "\f212"; + content: "\f216"; } .icon-ic_fluent_text_whole_word_20_regular:before { - content: "\f213"; + content: "\f217"; } .icon-ic_fluent_text_word_count_20_filled:before { - content: "\f214"; + content: "\f218"; } .icon-ic_fluent_text_word_count_20_regular:before { - content: "\f215"; + content: "\f219"; } .icon-ic_fluent_text_wrap_20_filled:before { - content: "\f216"; + content: "\f21a"; } .icon-ic_fluent_text_wrap_20_regular:before { - content: "\f217"; + content: "\f21b"; } .icon-ic_fluent_text_wrap_off_20_filled:before { - content: "\f218"; + content: "\f21c"; } .icon-ic_fluent_text_wrap_off_20_regular:before { - content: "\f219"; + content: "\f21d"; } .icon-ic_fluent_textbox_20_filled:before { - content: "\f21a"; + content: "\f21e"; } .icon-ic_fluent_textbox_20_regular:before { - content: "\f21b"; + content: "\f21f"; } .icon-ic_fluent_textbox_align_bottom_20_filled:before { - content: "\f21c"; + content: "\f220"; } .icon-ic_fluent_textbox_align_bottom_20_regular:before { - content: "\f21d"; + content: "\f221"; } .icon-ic_fluent_textbox_align_bottom_center_20_filled:before { - content: "\f21e"; + content: "\f222"; } .icon-ic_fluent_textbox_align_bottom_center_20_regular:before { - content: "\f21f"; + content: "\f223"; } .icon-ic_fluent_textbox_align_bottom_left_20_filled:before { - content: "\f220"; + content: "\f224"; } .icon-ic_fluent_textbox_align_bottom_left_20_regular:before { - content: "\f221"; + content: "\f225"; } .icon-ic_fluent_textbox_align_bottom_right_20_filled:before { - content: "\f222"; + content: "\f226"; } .icon-ic_fluent_textbox_align_bottom_right_20_regular:before { - content: "\f223"; + content: "\f227"; } .icon-ic_fluent_textbox_align_bottom_rotate_90_20_filled:before { - content: "\f224"; + content: "\f228"; } .icon-ic_fluent_textbox_align_bottom_rotate_90_20_regular:before { - content: "\f225"; + content: "\f229"; } .icon-ic_fluent_textbox_align_center_20_filled:before { - content: "\f226"; + content: "\f22a"; } .icon-ic_fluent_textbox_align_center_20_regular:before { - content: "\f227"; + content: "\f22b"; } .icon-ic_fluent_textbox_align_middle_20_filled:before { - content: "\f228"; + content: "\f22c"; } .icon-ic_fluent_textbox_align_middle_20_regular:before { - content: "\f229"; + content: "\f22d"; } .icon-ic_fluent_textbox_align_middle_left_20_filled:before { - content: "\f22a"; + content: "\f22e"; } .icon-ic_fluent_textbox_align_middle_left_20_regular:before { - content: "\f22b"; + content: "\f22f"; } .icon-ic_fluent_textbox_align_middle_right_20_filled:before { - content: "\f22c"; + content: "\f230"; } .icon-ic_fluent_textbox_align_middle_right_20_regular:before { - content: "\f22d"; + content: "\f231"; } .icon-ic_fluent_textbox_align_middle_rotate_90_20_filled:before { - content: "\f22e"; + content: "\f232"; } .icon-ic_fluent_textbox_align_middle_rotate_90_20_regular:before { - content: "\f22f"; + content: "\f233"; } .icon-ic_fluent_textbox_align_top_20_filled:before { - content: "\f230"; + content: "\f234"; } .icon-ic_fluent_textbox_align_top_20_regular:before { - content: "\f231"; + content: "\f235"; } .icon-ic_fluent_textbox_align_top_center_20_filled:before { - content: "\f232"; + content: "\f236"; } .icon-ic_fluent_textbox_align_top_center_20_regular:before { - content: "\f233"; + content: "\f237"; } .icon-ic_fluent_textbox_align_top_left_20_filled:before { - content: "\f234"; + content: "\f238"; } .icon-ic_fluent_textbox_align_top_left_20_regular:before { - content: "\f235"; + content: "\f239"; } .icon-ic_fluent_textbox_align_top_right_20_filled:before { - content: "\f236"; + content: "\f23a"; } .icon-ic_fluent_textbox_align_top_right_20_regular:before { - content: "\f237"; + content: "\f23b"; } .icon-ic_fluent_textbox_align_top_rotate_90_20_filled:before { - content: "\f238"; + content: "\f23c"; } .icon-ic_fluent_textbox_align_top_rotate_90_20_regular:before { - content: "\f239"; + content: "\f23d"; } .icon-ic_fluent_textbox_more_20_filled:before { - content: "\f23a"; + content: "\f23e"; } .icon-ic_fluent_textbox_more_20_regular:before { - content: "\f23b"; + content: "\f23f"; } .icon-ic_fluent_textbox_rotate_90_20_filled:before { - content: "\f23c"; + content: "\f240"; } .icon-ic_fluent_textbox_rotate_90_20_regular:before { - content: "\f23d"; + content: "\f241"; } .icon-ic_fluent_textbox_settings_20_filled:before { - content: "\f23e"; + content: "\f242"; } .icon-ic_fluent_textbox_settings_20_regular:before { - content: "\f23f"; + content: "\f243"; } .icon-ic_fluent_thinking_20_filled:before { - content: "\f240"; + content: "\f244"; } .icon-ic_fluent_thinking_20_regular:before { - content: "\f241"; + content: "\f245"; } .icon-ic_fluent_thumb_dislike_20_filled:before { - content: "\f242"; + content: "\f246"; } .icon-ic_fluent_thumb_dislike_20_regular:before { - content: "\f243"; + content: "\f247"; } .icon-ic_fluent_thumb_like_20_filled:before { - content: "\f244"; + content: "\f248"; } .icon-ic_fluent_thumb_like_20_regular:before { - content: "\f245"; + content: "\f249"; } .icon-ic_fluent_thumb_like_dislike_20_filled:before { - content: "\f246"; + content: "\f24a"; } .icon-ic_fluent_thumb_like_dislike_20_regular:before { - content: "\f247"; + content: "\f24b"; } .icon-ic_fluent_ticket_diagonal_20_filled:before { - content: "\f248"; + content: "\f24c"; } .icon-ic_fluent_ticket_diagonal_20_regular:before { - content: "\f249"; + content: "\f24d"; } .icon-ic_fluent_ticket_horizontal_20_filled:before { - content: "\f24a"; + content: "\f24e"; } .icon-ic_fluent_ticket_horizontal_20_regular:before { - content: "\f24b"; + content: "\f24f"; } .icon-ic_fluent_time_and_weather_20_filled:before { - content: "\f24c"; + content: "\f250"; } .icon-ic_fluent_time_and_weather_20_regular:before { - content: "\f24d"; + content: "\f251"; } .icon-ic_fluent_time_picker_20_filled:before { - content: "\f24e"; + content: "\f252"; } .icon-ic_fluent_time_picker_20_regular:before { - content: "\f24f"; + content: "\f253"; } .icon-ic_fluent_timeline_20_filled:before { - content: "\f250"; + content: "\f254"; } .icon-ic_fluent_timeline_20_regular:before { - content: "\f251"; + content: "\f255"; } .icon-ic_fluent_timer_10_20_filled:before { - content: "\f252"; + content: "\f256"; } .icon-ic_fluent_timer_10_20_regular:before { - content: "\f253"; + content: "\f257"; } .icon-ic_fluent_timer_2_20_filled:before { - content: "\f254"; + content: "\f258"; } .icon-ic_fluent_timer_2_20_regular:before { - content: "\f255"; + content: "\f259"; } .icon-ic_fluent_timer_20_filled:before { - content: "\f256"; + content: "\f25a"; } .icon-ic_fluent_timer_20_regular:before { - content: "\f257"; + content: "\f25b"; } .icon-ic_fluent_timer_3_20_filled:before { - content: "\f258"; + content: "\f25c"; } .icon-ic_fluent_timer_3_20_regular:before { - content: "\f259"; + content: "\f25d"; } .icon-ic_fluent_timer_off_20_filled:before { - content: "\f25a"; + content: "\f25e"; } .icon-ic_fluent_timer_off_20_regular:before { - content: "\f25b"; + content: "\f25f"; } .icon-ic_fluent_toggle_left_20_filled:before { - content: "\f25c"; + content: "\f260"; } .icon-ic_fluent_toggle_left_20_regular:before { - content: "\f25d"; + content: "\f261"; } .icon-ic_fluent_toggle_multiple_20_filled:before { - content: "\f25e"; + content: "\f262"; } .icon-ic_fluent_toggle_multiple_20_regular:before { - content: "\f25f"; + content: "\f263"; } .icon-ic_fluent_toggle_right_20_filled:before { - content: "\f260"; + content: "\f264"; } .icon-ic_fluent_toggle_right_20_regular:before { - content: "\f261"; + content: "\f265"; } .icon-ic_fluent_toolbox_20_filled:before { - content: "\f262"; + content: "\f266"; } .icon-ic_fluent_toolbox_20_regular:before { - content: "\f263"; + content: "\f267"; } .icon-ic_fluent_tooltip_quote_20_filled:before { - content: "\f264"; + content: "\f268"; } .icon-ic_fluent_tooltip_quote_20_regular:before { - content: "\f265"; + content: "\f269"; } .icon-ic_fluent_top_speed_20_filled:before { - content: "\f266"; + content: "\f26a"; } .icon-ic_fluent_top_speed_20_regular:before { - content: "\f267"; + content: "\f26b"; } .icon-ic_fluent_translate_20_filled:before { - content: "\f268"; + content: "\f26c"; } .icon-ic_fluent_translate_20_regular:before { - content: "\f269"; + content: "\f26d"; } .icon-ic_fluent_translate_auto_20_filled:before { - content: "\f26a"; + content: "\f26e"; } .icon-ic_fluent_translate_auto_20_regular:before { - content: "\f26b"; + content: "\f26f"; } .icon-ic_fluent_translate_off_20_filled:before { - content: "\f26c"; + content: "\f270"; } .icon-ic_fluent_translate_off_20_regular:before { - content: "\f26d"; + content: "\f271"; } .icon-ic_fluent_transmission_20_filled:before { - content: "\f26e"; + content: "\f272"; } .icon-ic_fluent_transmission_20_regular:before { - content: "\f26f"; + content: "\f273"; } .icon-ic_fluent_transparency_square_20_filled:before { - content: "\f270"; + content: "\f274"; } .icon-ic_fluent_transparency_square_20_regular:before { - content: "\f271"; + content: "\f275"; } .icon-ic_fluent_tray_item_add_20_filled:before { - content: "\f272"; + content: "\f276"; } .icon-ic_fluent_tray_item_add_20_regular:before { - content: "\f273"; + content: "\f277"; } .icon-ic_fluent_tray_item_remove_20_filled:before { - content: "\f274"; + content: "\f278"; } .icon-ic_fluent_tray_item_remove_20_regular:before { - content: "\f275"; + content: "\f279"; } .icon-ic_fluent_tree_deciduous_20_filled:before { - content: "\f276"; + content: "\f27a"; } .icon-ic_fluent_tree_deciduous_20_regular:before { - content: "\f277"; + content: "\f27b"; } .icon-ic_fluent_tree_evergreen_20_filled:before { - content: "\f278"; + content: "\f27c"; } .icon-ic_fluent_tree_evergreen_20_regular:before { - content: "\f279"; + content: "\f27d"; } .icon-ic_fluent_triangle_20_filled:before { - content: "\f27a"; + content: "\f27e"; } .icon-ic_fluent_triangle_20_regular:before { - content: "\f27b"; + content: "\f27f"; } .icon-ic_fluent_triangle_down_20_filled:before { - content: "\f27c"; + content: "\f280"; } .icon-ic_fluent_triangle_down_20_regular:before { - content: "\f27d"; + content: "\f281"; } .icon-ic_fluent_triangle_left_20_filled:before { - content: "\f27e"; + content: "\f282"; } .icon-ic_fluent_triangle_left_20_regular:before { - content: "\f27f"; + content: "\f283"; } .icon-ic_fluent_triangle_right_20_filled:before { - content: "\f280"; + content: "\f284"; } .icon-ic_fluent_triangle_right_20_regular:before { - content: "\f281"; + content: "\f285"; } .icon-ic_fluent_triangle_up_20_filled:before { - content: "\f282"; + content: "\f286"; } .icon-ic_fluent_triangle_up_20_regular:before { - content: "\f283"; + content: "\f287"; } .icon-ic_fluent_trophy_20_filled:before { - content: "\f284"; + content: "\f288"; } .icon-ic_fluent_trophy_20_regular:before { - content: "\f285"; + content: "\f289"; } .icon-ic_fluent_trophy_lock_20_filled:before { - content: "\f286"; + content: "\f28a"; } .icon-ic_fluent_trophy_lock_20_regular:before { - content: "\f287"; + content: "\f28b"; } .icon-ic_fluent_trophy_off_20_filled:before { - content: "\f288"; + content: "\f28c"; } .icon-ic_fluent_trophy_off_20_regular:before { - content: "\f289"; + content: "\f28d"; } .icon-ic_fluent_tv_20_filled:before { - content: "\f28a"; + content: "\f28e"; } .icon-ic_fluent_tv_20_regular:before { - content: "\f28b"; + content: "\f28f"; } .icon-ic_fluent_tv_arrow_right_20_filled:before { - content: "\f28c"; + content: "\f290"; } .icon-ic_fluent_tv_arrow_right_20_regular:before { - content: "\f28d"; + content: "\f291"; } .icon-ic_fluent_tv_usb_20_filled:before { - content: "\f28e"; + content: "\f292"; } .icon-ic_fluent_tv_usb_20_regular:before { - content: "\f28f"; + content: "\f293"; } .icon-ic_fluent_umbrella_20_filled:before { - content: "\f290"; + content: "\f294"; } .icon-ic_fluent_umbrella_20_regular:before { - content: "\f291"; + content: "\f295"; } .icon-ic_fluent_uninstall_app_20_filled:before { - content: "\f292"; + content: "\f296"; } .icon-ic_fluent_uninstall_app_20_regular:before { - content: "\f293"; + content: "\f297"; } .icon-ic_fluent_usb_plug_20_filled:before { - content: "\f294"; + content: "\f298"; } .icon-ic_fluent_usb_plug_20_regular:before { - content: "\f295"; + content: "\f299"; } .icon-ic_fluent_usb_stick_20_filled:before { - content: "\f296"; + content: "\f29a"; } .icon-ic_fluent_usb_stick_20_regular:before { - content: "\f297"; + content: "\f29b"; } .icon-ic_fluent_vault_20_filled:before { - content: "\f298"; + content: "\f29c"; } .icon-ic_fluent_vault_20_regular:before { - content: "\f299"; + content: "\f29d"; } .icon-ic_fluent_vehicle_bicycle_20_filled:before { - content: "\f29a"; + content: "\f29e"; } .icon-ic_fluent_vehicle_bicycle_20_regular:before { - content: "\f29b"; + content: "\f29f"; } .icon-ic_fluent_vehicle_bus_20_filled:before { - content: "\f29c"; + content: "\f2a0"; } .icon-ic_fluent_vehicle_bus_20_regular:before { - content: "\f29d"; + content: "\f2a1"; } .icon-ic_fluent_vehicle_cab_20_filled:before { - content: "\f29e"; + content: "\f2a2"; } .icon-ic_fluent_vehicle_cab_20_regular:before { - content: "\f29f"; + content: "\f2a3"; } .icon-ic_fluent_vehicle_cable_car_20_filled:before { - content: "\f2a0"; + content: "\f2a4"; } .icon-ic_fluent_vehicle_cable_car_20_regular:before { - content: "\f2a1"; + content: "\f2a5"; } .icon-ic_fluent_vehicle_car_20_filled:before { - content: "\f2a2"; + content: "\f2a6"; } .icon-ic_fluent_vehicle_car_20_regular:before { - content: "\f2a3"; + content: "\f2a7"; } .icon-ic_fluent_vehicle_car_collision_20_filled:before { - content: "\f2a4"; + content: "\f2a8"; } .icon-ic_fluent_vehicle_car_collision_20_regular:before { - content: "\f2a5"; + content: "\f2a9"; } .icon-ic_fluent_vehicle_car_parking_20_filled:before { - content: "\f2a6"; + content: "\f2aa"; } .icon-ic_fluent_vehicle_car_parking_20_regular:before { - content: "\f2a7"; + content: "\f2ab"; } .icon-ic_fluent_vehicle_car_profile_20_filled:before { - content: "\f2a8"; + content: "\f2ac"; } .icon-ic_fluent_vehicle_car_profile_20_regular:before { - content: "\f2a9"; + content: "\f2ad"; } .icon-ic_fluent_vehicle_car_profile_ltr_20_filled:before { - content: "\f2aa"; + content: "\f2ae"; } .icon-ic_fluent_vehicle_car_profile_ltr_20_regular:before { - content: "\f2ab"; + content: "\f2af"; } .icon-ic_fluent_vehicle_car_profile_ltr_clock_20_filled:before { - content: "\f2ac"; + content: "\f2b0"; } .icon-ic_fluent_vehicle_car_profile_ltr_clock_20_regular:before { - content: "\f2ad"; + content: "\f2b1"; } .icon-ic_fluent_vehicle_car_profile_rtl_20_filled:before { - content: "\f2ae"; + content: "\f2b2"; } .icon-ic_fluent_vehicle_car_profile_rtl_20_regular:before { - content: "\f2af"; + content: "\f2b3"; } .icon-ic_fluent_vehicle_motorcycle_20_filled:before { - content: "\f2b0"; + content: "\f2b4"; } .icon-ic_fluent_vehicle_motorcycle_20_regular:before { - content: "\f2b1"; + content: "\f2b5"; } .icon-ic_fluent_vehicle_ship_20_filled:before { - content: "\f2b2"; + content: "\f2b6"; } .icon-ic_fluent_vehicle_ship_20_regular:before { - content: "\f2b3"; + content: "\f2b7"; } .icon-ic_fluent_vehicle_subway_20_filled:before { - content: "\f2b4"; + content: "\f2b8"; } .icon-ic_fluent_vehicle_subway_20_regular:before { - content: "\f2b5"; + content: "\f2b9"; } .icon-ic_fluent_vehicle_subway_clock_20_filled:before { - content: "\f2b6"; + content: "\f2ba"; } .icon-ic_fluent_vehicle_subway_clock_20_regular:before { - content: "\f2b7"; + content: "\f2bb"; } .icon-ic_fluent_vehicle_tractor_20_filled:before { - content: "\f2b8"; + content: "\f2bc"; } .icon-ic_fluent_vehicle_tractor_20_regular:before { - content: "\f2b9"; + content: "\f2bd"; } .icon-ic_fluent_vehicle_truck_20_filled:before { - content: "\f2ba"; + content: "\f2be"; } .icon-ic_fluent_vehicle_truck_20_regular:before { - content: "\f2bb"; + content: "\f2bf"; } .icon-ic_fluent_vehicle_truck_bag_20_filled:before { - content: "\f2bc"; + content: "\f2c0"; } .icon-ic_fluent_vehicle_truck_bag_20_regular:before { - content: "\f2bd"; + content: "\f2c1"; } .icon-ic_fluent_vehicle_truck_cube_20_filled:before { - content: "\f2be"; + content: "\f2c2"; } .icon-ic_fluent_vehicle_truck_cube_20_regular:before { - content: "\f2bf"; + content: "\f2c3"; } .icon-ic_fluent_vehicle_truck_profile_20_filled:before { - content: "\f2c0"; + content: "\f2c4"; } .icon-ic_fluent_vehicle_truck_profile_20_regular:before { - content: "\f2c1"; + content: "\f2c5"; } .icon-ic_fluent_video_20_filled:before { - content: "\f2c2"; + content: "\f2c6"; } .icon-ic_fluent_video_20_regular:before { - content: "\f2c3"; + content: "\f2c7"; } .icon-ic_fluent_video_360_20_filled:before { - content: "\f2c4"; + content: "\f2c8"; } .icon-ic_fluent_video_360_20_regular:before { - content: "\f2c5"; + content: "\f2c9"; } .icon-ic_fluent_video_360_off_20_filled:before { - content: "\f2c6"; + content: "\f2ca"; } .icon-ic_fluent_video_360_off_20_regular:before { - content: "\f2c7"; + content: "\f2cb"; } .icon-ic_fluent_video_add_20_filled:before { - content: "\f2c8"; + content: "\f2cc"; } .icon-ic_fluent_video_add_20_regular:before { - content: "\f2c9"; + content: "\f2cd"; } .icon-ic_fluent_video_background_effect_20_filled:before { - content: "\f2ca"; + content: "\f2ce"; } .icon-ic_fluent_video_background_effect_20_regular:before { - content: "\f2cb"; + content: "\f2cf"; } .icon-ic_fluent_video_background_effect_horizontal_20_filled:before { - content: "\f2cc"; + content: "\f2d0"; } .icon-ic_fluent_video_background_effect_horizontal_20_regular:before { - content: "\f2cd"; + content: "\f2d1"; } .icon-ic_fluent_video_chat_20_filled:before { - content: "\f2ce"; + content: "\f2d2"; } .icon-ic_fluent_video_chat_20_regular:before { - content: "\f2cf"; + content: "\f2d3"; } .icon-ic_fluent_video_clip_20_filled:before { - content: "\f2d0"; + content: "\f2d4"; } .icon-ic_fluent_video_clip_20_regular:before { - content: "\f2d1"; + content: "\f2d5"; } .icon-ic_fluent_video_clip_multiple_20_filled:before { - content: "\f2d2"; + content: "\f2d6"; } .icon-ic_fluent_video_clip_multiple_20_regular:before { - content: "\f2d3"; + content: "\f2d7"; } .icon-ic_fluent_video_clip_off_20_filled:before { - content: "\f2d4"; + content: "\f2d8"; } .icon-ic_fluent_video_clip_off_20_regular:before { - content: "\f2d5"; + content: "\f2d9"; } .icon-ic_fluent_video_clip_optimize_20_filled:before { - content: "\f2d6"; + content: "\f2da"; } .icon-ic_fluent_video_clip_optimize_20_regular:before { - content: "\f2d7"; + content: "\f2db"; } .icon-ic_fluent_video_clip_wand_20_filled:before { - content: "\f2d8"; + content: "\f2dc"; } .icon-ic_fluent_video_clip_wand_20_regular:before { - content: "\f2d9"; + content: "\f2dd"; } .icon-ic_fluent_video_off_20_filled:before { - content: "\f2da"; + content: "\f2de"; } .icon-ic_fluent_video_off_20_regular:before { - content: "\f2db"; + content: "\f2df"; } .icon-ic_fluent_video_person_20_filled:before { - content: "\f2dc"; + content: "\f2e0"; } .icon-ic_fluent_video_person_20_regular:before { - content: "\f2dd"; + content: "\f2e1"; } .icon-ic_fluent_video_person_call_20_filled:before { - content: "\f2de"; + content: "\f2e2"; } .icon-ic_fluent_video_person_call_20_regular:before { - content: "\f2df"; + content: "\f2e3"; } .icon-ic_fluent_video_person_clock_20_filled:before { - content: "\f2e0"; + content: "\f2e4"; } .icon-ic_fluent_video_person_clock_20_regular:before { - content: "\f2e1"; + content: "\f2e5"; } .icon-ic_fluent_video_person_off_20_filled:before { - content: "\f2e2"; + content: "\f2e6"; } .icon-ic_fluent_video_person_off_20_regular:before { - content: "\f2e3"; + content: "\f2e7"; } .icon-ic_fluent_video_person_pulse_20_filled:before { - content: "\f2e4"; + content: "\f2e8"; } .icon-ic_fluent_video_person_pulse_20_regular:before { - content: "\f2e5"; + content: "\f2e9"; } .icon-ic_fluent_video_person_sparkle_20_filled:before { - content: "\f2e6"; + content: "\f2ea"; } .icon-ic_fluent_video_person_sparkle_20_regular:before { - content: "\f2e7"; + content: "\f2eb"; } .icon-ic_fluent_video_person_sparkle_off_20_filled:before { - content: "\f2e8"; + content: "\f2ec"; } .icon-ic_fluent_video_person_sparkle_off_20_regular:before { - content: "\f2e9"; + content: "\f2ed"; } .icon-ic_fluent_video_person_star_20_filled:before { - content: "\f2ea"; + content: "\f2ee"; } .icon-ic_fluent_video_person_star_20_regular:before { - content: "\f2eb"; + content: "\f2ef"; } .icon-ic_fluent_video_person_star_off_20_filled:before { - content: "\f2ec"; + content: "\f2f0"; } .icon-ic_fluent_video_person_star_off_20_regular:before { - content: "\f2ed"; + content: "\f2f1"; } .icon-ic_fluent_video_play_pause_20_filled:before { - content: "\f2ee"; + content: "\f2f2"; } .icon-ic_fluent_video_play_pause_20_regular:before { - content: "\f2ef"; + content: "\f2f3"; } .icon-ic_fluent_video_prohibited_20_filled:before { - content: "\f2f0"; + content: "\f2f4"; } .icon-ic_fluent_video_prohibited_20_regular:before { - content: "\f2f1"; + content: "\f2f5"; } .icon-ic_fluent_video_recording_20_filled:before { - content: "\f2f2"; + content: "\f2f6"; } .icon-ic_fluent_video_recording_20_regular:before { - content: "\f2f3"; + content: "\f2f7"; } .icon-ic_fluent_video_security_20_filled:before { - content: "\f2f4"; + content: "\f2f8"; } .icon-ic_fluent_video_security_20_regular:before { - content: "\f2f5"; + content: "\f2f9"; } .icon-ic_fluent_video_switch_20_filled:before { - content: "\f2f6"; + content: "\f2fa"; } .icon-ic_fluent_video_switch_20_regular:before { - content: "\f2f7"; + content: "\f2fb"; } .icon-ic_fluent_video_sync_20_filled:before { - content: "\f2f8"; + content: "\f2fc"; } .icon-ic_fluent_video_sync_20_regular:before { - content: "\f2f9"; + content: "\f2fd"; } .icon-ic_fluent_view_desktop_20_filled:before { - content: "\f2fa"; + content: "\f2fe"; } .icon-ic_fluent_view_desktop_20_regular:before { - content: "\f2fb"; + content: "\f2ff"; } .icon-ic_fluent_view_desktop_mobile_20_filled:before { - content: "\f2fc"; + content: "\f300"; } .icon-ic_fluent_view_desktop_mobile_20_regular:before { - content: "\f2fd"; + content: "\f301"; } .icon-ic_fluent_virtual_network_20_filled:before { - content: "\f2fe"; + content: "\f302"; } .icon-ic_fluent_virtual_network_20_regular:before { - content: "\f2ff"; + content: "\f303"; } .icon-ic_fluent_virtual_network_toolbox_20_filled:before { - content: "\f300"; + content: "\f304"; } .icon-ic_fluent_virtual_network_toolbox_20_regular:before { - content: "\f301"; + content: "\f305"; } .icon-ic_fluent_voicemail_20_filled:before { - content: "\f302"; + content: "\f306"; } .icon-ic_fluent_voicemail_20_regular:before { - content: "\f303"; + content: "\f307"; } .icon-ic_fluent_voicemail_arrow_back_20_filled:before { - content: "\f304"; + content: "\f308"; } .icon-ic_fluent_voicemail_arrow_back_20_regular:before { - content: "\f305"; + content: "\f309"; } .icon-ic_fluent_voicemail_arrow_forward_20_filled:before { - content: "\f306"; + content: "\f30a"; } .icon-ic_fluent_voicemail_arrow_forward_20_regular:before { - content: "\f307"; + content: "\f30b"; } .icon-ic_fluent_voicemail_arrow_subtract_20_filled:before { - content: "\f308"; + content: "\f30c"; } .icon-ic_fluent_voicemail_arrow_subtract_20_regular:before { - content: "\f309"; + content: "\f30d"; } .icon-ic_fluent_voicemail_shield_20_filled:before { - content: "\f30a"; + content: "\f30e"; } .icon-ic_fluent_voicemail_shield_20_regular:before { - content: "\f30b"; + content: "\f30f"; } .icon-ic_fluent_voicemail_subtract_20_filled:before { - content: "\f30c"; + content: "\f310"; } .icon-ic_fluent_voicemail_subtract_20_regular:before { - content: "\f30d"; + content: "\f311"; } .icon-ic_fluent_vote_20_filled:before { - content: "\f30e"; + content: "\f312"; } .icon-ic_fluent_vote_20_regular:before { - content: "\f30f"; + content: "\f313"; } .icon-ic_fluent_walkie_talkie_20_filled:before { - content: "\f310"; + content: "\f314"; } .icon-ic_fluent_walkie_talkie_20_regular:before { - content: "\f311"; + content: "\f315"; } .icon-ic_fluent_wallet_20_filled:before { - content: "\f312"; + content: "\f316"; } .icon-ic_fluent_wallet_20_regular:before { - content: "\f313"; + content: "\f317"; } .icon-ic_fluent_wallet_credit_card_20_filled:before { - content: "\f314"; + content: "\f318"; } .icon-ic_fluent_wallet_credit_card_20_regular:before { - content: "\f315"; + content: "\f319"; } .icon-ic_fluent_wallpaper_20_filled:before { - content: "\f316"; + content: "\f31a"; } .icon-ic_fluent_wallpaper_20_regular:before { - content: "\f317"; + content: "\f31b"; } .icon-ic_fluent_wand_20_filled:before { - content: "\f318"; + content: "\f31c"; } .icon-ic_fluent_wand_20_regular:before { - content: "\f319"; + content: "\f31d"; } .icon-ic_fluent_warning_20_filled:before { - content: "\f31a"; + content: "\f31e"; } .icon-ic_fluent_warning_20_regular:before { - content: "\f31b"; + content: "\f31f"; } .icon-ic_fluent_warning_lock_open_20_filled:before { - content: "\f31c"; + content: "\f320"; } .icon-ic_fluent_warning_lock_open_20_regular:before { - content: "\f31d"; + content: "\f321"; } .icon-ic_fluent_warning_shield_20_filled:before { - content: "\f31e"; + content: "\f322"; } .icon-ic_fluent_warning_shield_20_regular:before { - content: "\f31f"; + content: "\f323"; } .icon-ic_fluent_washer_20_filled:before { - content: "\f320"; + content: "\f324"; } .icon-ic_fluent_washer_20_regular:before { - content: "\f321"; + content: "\f325"; } .icon-ic_fluent_water_20_filled:before { - content: "\f322"; + content: "\f326"; } .icon-ic_fluent_water_20_regular:before { - content: "\f323"; + content: "\f327"; } .icon-ic_fluent_weather_blowing_snow_20_filled:before { - content: "\f324"; + content: "\f328"; } .icon-ic_fluent_weather_blowing_snow_20_regular:before { - content: "\f325"; + content: "\f329"; } .icon-ic_fluent_weather_cloudy_20_filled:before { - content: "\f326"; + content: "\f32a"; } .icon-ic_fluent_weather_cloudy_20_regular:before { - content: "\f327"; + content: "\f32b"; } .icon-ic_fluent_weather_drizzle_20_filled:before { - content: "\f328"; + content: "\f32c"; } .icon-ic_fluent_weather_drizzle_20_regular:before { - content: "\f329"; + content: "\f32d"; } .icon-ic_fluent_weather_duststorm_20_filled:before { - content: "\f32a"; + content: "\f32e"; } .icon-ic_fluent_weather_duststorm_20_regular:before { - content: "\f32b"; + content: "\f32f"; } .icon-ic_fluent_weather_fog_20_filled:before { - content: "\f32c"; + content: "\f330"; } .icon-ic_fluent_weather_fog_20_regular:before { - content: "\f32d"; + content: "\f331"; } .icon-ic_fluent_weather_hail_day_20_filled:before { - content: "\f32e"; + content: "\f332"; } .icon-ic_fluent_weather_hail_day_20_regular:before { - content: "\f32f"; + content: "\f333"; } .icon-ic_fluent_weather_hail_night_20_filled:before { - content: "\f330"; + content: "\f334"; } .icon-ic_fluent_weather_hail_night_20_regular:before { - content: "\f331"; + content: "\f335"; } .icon-ic_fluent_weather_haze_20_filled:before { - content: "\f332"; + content: "\f336"; } .icon-ic_fluent_weather_haze_20_regular:before { - content: "\f333"; + content: "\f337"; } .icon-ic_fluent_weather_moon_20_filled:before { - content: "\f334"; + content: "\f338"; } .icon-ic_fluent_weather_moon_20_regular:before { - content: "\f335"; + content: "\f339"; } .icon-ic_fluent_weather_moon_off_20_filled:before { - content: "\f336"; + content: "\f33a"; } .icon-ic_fluent_weather_moon_off_20_regular:before { - content: "\f337"; + content: "\f33b"; } .icon-ic_fluent_weather_partly_cloudy_day_20_filled:before { - content: "\f338"; + content: "\f33c"; } .icon-ic_fluent_weather_partly_cloudy_day_20_regular:before { - content: "\f339"; + content: "\f33d"; } .icon-ic_fluent_weather_partly_cloudy_night_20_filled:before { - content: "\f33a"; + content: "\f33e"; } .icon-ic_fluent_weather_partly_cloudy_night_20_regular:before { - content: "\f33b"; + content: "\f33f"; } .icon-ic_fluent_weather_rain_20_filled:before { - content: "\f33c"; + content: "\f340"; } .icon-ic_fluent_weather_rain_20_regular:before { - content: "\f33d"; + content: "\f341"; } .icon-ic_fluent_weather_rain_showers_day_20_filled:before { - content: "\f33e"; + content: "\f342"; } .icon-ic_fluent_weather_rain_showers_day_20_regular:before { - content: "\f33f"; + content: "\f343"; } .icon-ic_fluent_weather_rain_showers_night_20_filled:before { - content: "\f340"; + content: "\f344"; } .icon-ic_fluent_weather_rain_showers_night_20_regular:before { - content: "\f341"; + content: "\f345"; } .icon-ic_fluent_weather_rain_snow_20_filled:before { - content: "\f342"; + content: "\f346"; } .icon-ic_fluent_weather_rain_snow_20_regular:before { - content: "\f343"; + content: "\f347"; } .icon-ic_fluent_weather_snow_20_filled:before { - content: "\f344"; + content: "\f348"; } .icon-ic_fluent_weather_snow_20_regular:before { - content: "\f345"; + content: "\f349"; } .icon-ic_fluent_weather_snow_shower_day_20_filled:before { - content: "\f346"; + content: "\f34a"; } .icon-ic_fluent_weather_snow_shower_day_20_regular:before { - content: "\f347"; + content: "\f34b"; } .icon-ic_fluent_weather_snow_shower_night_20_filled:before { - content: "\f348"; + content: "\f34c"; } .icon-ic_fluent_weather_snow_shower_night_20_regular:before { - content: "\f349"; + content: "\f34d"; } .icon-ic_fluent_weather_snowflake_20_filled:before { - content: "\f34a"; + content: "\f34e"; } .icon-ic_fluent_weather_snowflake_20_regular:before { - content: "\f34b"; + content: "\f34f"; } .icon-ic_fluent_weather_squalls_20_filled:before { - content: "\f34c"; + content: "\f350"; } .icon-ic_fluent_weather_squalls_20_regular:before { - content: "\f34d"; + content: "\f351"; } .icon-ic_fluent_weather_sunny_20_filled:before { - content: "\f34e"; + content: "\f352"; } .icon-ic_fluent_weather_sunny_20_regular:before { - content: "\f34f"; + content: "\f353"; } .icon-ic_fluent_weather_sunny_high_20_filled:before { - content: "\f350"; + content: "\f354"; } .icon-ic_fluent_weather_sunny_high_20_regular:before { - content: "\f351"; + content: "\f355"; } .icon-ic_fluent_weather_sunny_low_20_filled:before { - content: "\f352"; + content: "\f356"; } .icon-ic_fluent_weather_sunny_low_20_regular:before { - content: "\f353"; + content: "\f357"; } .icon-ic_fluent_weather_thunderstorm_20_filled:before { - content: "\f354"; + content: "\f358"; } .icon-ic_fluent_weather_thunderstorm_20_regular:before { - content: "\f355"; + content: "\f359"; } .icon-ic_fluent_web_asset_20_filled:before { - content: "\f356"; + content: "\f35a"; } .icon-ic_fluent_web_asset_20_regular:before { - content: "\f357"; + content: "\f35b"; } .icon-ic_fluent_whiteboard_20_filled:before { - content: "\f358"; + content: "\f35c"; } .icon-ic_fluent_whiteboard_20_regular:before { - content: "\f359"; + content: "\f35d"; } .icon-ic_fluent_whiteboard_off_20_filled:before { - content: "\f35a"; + content: "\f35e"; } .icon-ic_fluent_whiteboard_off_20_regular:before { - content: "\f35b"; + content: "\f35f"; } .icon-ic_fluent_wifi_1_20_filled:before { - content: "\f35c"; + content: "\f360"; } .icon-ic_fluent_wifi_1_20_regular:before { - content: "\f35d"; + content: "\f361"; } .icon-ic_fluent_wifi_2_20_filled:before { - content: "\f35e"; + content: "\f362"; } .icon-ic_fluent_wifi_2_20_regular:before { - content: "\f35f"; + content: "\f363"; } .icon-ic_fluent_wifi_3_20_filled:before { - content: "\f360"; + content: "\f364"; } .icon-ic_fluent_wifi_3_20_regular:before { - content: "\f361"; + content: "\f365"; } .icon-ic_fluent_wifi_4_20_filled:before { - content: "\f362"; + content: "\f366"; } .icon-ic_fluent_wifi_4_20_regular:before { - content: "\f363"; + content: "\f367"; } .icon-ic_fluent_wifi_lock_20_filled:before { - content: "\f364"; + content: "\f368"; } .icon-ic_fluent_wifi_lock_20_regular:before { - content: "\f365"; + content: "\f369"; } .icon-ic_fluent_wifi_off_20_filled:before { - content: "\f366"; + content: "\f36a"; } .icon-ic_fluent_wifi_off_20_regular:before { - content: "\f367"; + content: "\f36b"; } .icon-ic_fluent_wifi_settings_20_filled:before { - content: "\f368"; + content: "\f36c"; } .icon-ic_fluent_wifi_settings_20_regular:before { - content: "\f369"; + content: "\f36d"; } .icon-ic_fluent_wifi_warning_20_filled:before { - content: "\f36a"; + content: "\f36e"; } .icon-ic_fluent_wifi_warning_20_regular:before { - content: "\f36b"; + content: "\f36f"; } .icon-ic_fluent_window_20_filled:before { - content: "\f36c"; + content: "\f370"; } .icon-ic_fluent_window_20_regular:before { - content: "\f36d"; + content: "\f371"; } .icon-ic_fluent_window_ad_20_filled:before { - content: "\f36e"; + content: "\f372"; } .icon-ic_fluent_window_ad_20_regular:before { - content: "\f36f"; + content: "\f373"; } .icon-ic_fluent_window_ad_off_20_filled:before { - content: "\f370"; + content: "\f374"; } .icon-ic_fluent_window_ad_off_20_regular:before { - content: "\f371"; + content: "\f375"; } .icon-ic_fluent_window_ad_person_20_filled:before { - content: "\f372"; + content: "\f376"; } .icon-ic_fluent_window_ad_person_20_regular:before { - content: "\f373"; + content: "\f377"; } .icon-ic_fluent_window_apps_20_filled:before { - content: "\f374"; + content: "\f378"; } .icon-ic_fluent_window_apps_20_regular:before { - content: "\f375"; + content: "\f379"; } .icon-ic_fluent_window_arrow_up_20_filled:before { - content: "\f376"; + content: "\f37a"; } .icon-ic_fluent_window_arrow_up_20_regular:before { - content: "\f377"; + content: "\f37b"; } .icon-ic_fluent_window_bullet_list_20_filled:before { - content: "\f378"; + content: "\f37c"; } .icon-ic_fluent_window_bullet_list_20_regular:before { - content: "\f379"; + content: "\f37d"; } .icon-ic_fluent_window_bullet_list_add_20_filled:before { - content: "\f37a"; + content: "\f37e"; } .icon-ic_fluent_window_bullet_list_add_20_regular:before { - content: "\f37b"; + content: "\f37f"; } .icon-ic_fluent_window_console_20_filled:before { - content: "\f37c"; + content: "\f380"; } .icon-ic_fluent_window_console_20_regular:before { - content: "\f37d"; + content: "\f381"; } .icon-ic_fluent_window_database_20_filled:before { - content: "\f37e"; + content: "\f382"; } .icon-ic_fluent_window_database_20_regular:before { - content: "\f37f"; + content: "\f383"; } .icon-ic_fluent_window_dev_edit_20_filled:before { - content: "\f380"; + content: "\f384"; } .icon-ic_fluent_window_dev_edit_20_regular:before { - content: "\f381"; + content: "\f385"; } .icon-ic_fluent_window_dev_tools_20_filled:before { - content: "\f382"; + content: "\f386"; } .icon-ic_fluent_window_dev_tools_20_regular:before { - content: "\f383"; + content: "\f387"; } .icon-ic_fluent_window_edit_20_filled:before { - content: "\f384"; + content: "\f388"; } .icon-ic_fluent_window_edit_20_regular:before { - content: "\f385"; + content: "\f389"; } .icon-ic_fluent_window_fingerprint_20_filled:before { - content: "\f386"; + content: "\f38a"; } .icon-ic_fluent_window_fingerprint_20_regular:before { - content: "\f387"; + content: "\f38b"; } .icon-ic_fluent_window_header_horizontal_20_filled:before { - content: "\f388"; + content: "\f38c"; } .icon-ic_fluent_window_header_horizontal_20_regular:before { - content: "\f389"; + content: "\f38d"; } .icon-ic_fluent_window_header_horizontal_off_20_filled:before { - content: "\f38a"; + content: "\f38e"; } .icon-ic_fluent_window_header_horizontal_off_20_regular:before { - content: "\f38b"; + content: "\f38f"; } .icon-ic_fluent_window_header_vertical_20_filled:before { - content: "\f38c"; + content: "\f390"; } .icon-ic_fluent_window_header_vertical_20_regular:before { - content: "\f38d"; + content: "\f391"; } .icon-ic_fluent_window_inprivate_20_filled:before { - content: "\f38e"; + content: "\f392"; } .icon-ic_fluent_window_inprivate_20_regular:before { - content: "\f38f"; + content: "\f393"; } .icon-ic_fluent_window_inprivate_account_20_filled:before { - content: "\f390"; + content: "\f394"; } .icon-ic_fluent_window_inprivate_account_20_regular:before { - content: "\f391"; + content: "\f395"; } .icon-ic_fluent_window_location_target_20_filled:before { - content: "\f392"; + content: "\f396"; } .icon-ic_fluent_window_location_target_20_regular:before { - content: "\f393"; + content: "\f397"; } .icon-ic_fluent_window_multiple_20_filled:before { - content: "\f394"; + content: "\f398"; } .icon-ic_fluent_window_multiple_20_regular:before { - content: "\f395"; + content: "\f399"; } .icon-ic_fluent_window_multiple_swap_20_filled:before { - content: "\f396"; + content: "\f39a"; } .icon-ic_fluent_window_multiple_swap_20_regular:before { - content: "\f397"; + content: "\f39b"; } .icon-ic_fluent_window_new_20_filled:before { - content: "\f398"; + content: "\f39c"; } .icon-ic_fluent_window_new_20_regular:before { - content: "\f399"; + content: "\f39d"; } .icon-ic_fluent_window_play_20_filled:before { - content: "\f39a"; + content: "\f39e"; } .icon-ic_fluent_window_play_20_regular:before { - content: "\f39b"; + content: "\f39f"; } .icon-ic_fluent_window_settings_20_filled:before { - content: "\f39c"; + content: "\f3a0"; } .icon-ic_fluent_window_settings_20_regular:before { - content: "\f39d"; + content: "\f3a1"; } .icon-ic_fluent_window_shield_20_filled:before { - content: "\f39e"; + content: "\f3a2"; } .icon-ic_fluent_window_shield_20_regular:before { - content: "\f39f"; + content: "\f3a3"; } .icon-ic_fluent_window_text_20_filled:before { - content: "\f3a0"; + content: "\f3a4"; } .icon-ic_fluent_window_text_20_regular:before { - content: "\f3a1"; + content: "\f3a5"; } .icon-ic_fluent_window_wrench_20_filled:before { - content: "\f3a2"; + content: "\f3a6"; } .icon-ic_fluent_window_wrench_20_regular:before { - content: "\f3a3"; + content: "\f3a7"; } .icon-ic_fluent_wrench_20_filled:before { - content: "\f3a4"; + content: "\f3a8"; } .icon-ic_fluent_wrench_20_regular:before { - content: "\f3a5"; + content: "\f3a9"; } .icon-ic_fluent_wrench_screwdriver_20_filled:before { - content: "\f3a6"; + content: "\f3aa"; } .icon-ic_fluent_wrench_screwdriver_20_regular:before { - content: "\f3a7"; + content: "\f3ab"; } .icon-ic_fluent_wrench_settings_20_filled:before { - content: "\f3a8"; + content: "\f3ac"; } .icon-ic_fluent_wrench_settings_20_regular:before { - content: "\f3a9"; + content: "\f3ad"; } .icon-ic_fluent_xbox_console_20_filled:before { - content: "\f3aa"; + content: "\f3ae"; } .icon-ic_fluent_xbox_console_20_regular:before { - content: "\f3ab"; + content: "\f3af"; } .icon-ic_fluent_xbox_controller_20_filled:before { - content: "\f3ac"; + content: "\f3b0"; } .icon-ic_fluent_xbox_controller_20_regular:before { - content: "\f3ad"; + content: "\f3b1"; } .icon-ic_fluent_xbox_controller_error_20_filled:before { - content: "\f3ae"; + content: "\f3b2"; } .icon-ic_fluent_xbox_controller_error_20_regular:before { - content: "\f3af"; + content: "\f3b3"; } .icon-ic_fluent_xray_20_filled:before { - content: "\f3b0"; + content: "\f3b4"; } .icon-ic_fluent_xray_20_regular:before { - content: "\f3b1"; + content: "\f3b5"; } .icon-ic_fluent_zoom_fit_20_filled:before { - content: "\f3b2"; + content: "\f3b6"; } .icon-ic_fluent_zoom_fit_20_regular:before { - content: "\f3b3"; + content: "\f3b7"; } .icon-ic_fluent_zoom_in_20_filled:before { - content: "\f3b4"; + content: "\f3b8"; } .icon-ic_fluent_zoom_in_20_regular:before { - content: "\f3b5"; + content: "\f3b9"; } .icon-ic_fluent_zoom_out_20_filled:before { - content: "\f3b6"; + content: "\f3ba"; } .icon-ic_fluent_zoom_out_20_regular:before { - content: "\f3b7"; + content: "\f3bb"; } diff --git a/fonts/FluentSystemIcons-Resizable.html b/fonts/FluentSystemIcons-Resizable.html index 6e14a3b589..2a20fe560f 100644 --- a/fonts/FluentSystemIcons-Resizable.html +++ b/fonts/FluentSystemIcons-Resizable.html @@ -28550,6 +28550,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_person_board_add_20_filled +
+ + +
+ + + +
+ ic_fluent_person_board_add_20_regular +
+ +
@@ -29054,6 +29072,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_person_square_add_20_filled +
+ + +
+ + + +
+ ic_fluent_person_square_add_20_regular +
+ +
diff --git a/fonts/FluentSystemIcons-Resizable.json b/fonts/FluentSystemIcons-Resizable.json index b7ec2d9162..0f01658cbb 100644 --- a/fonts/FluentSystemIcons-Resizable.json +++ b/fonts/FluentSystemIcons-Resizable.json @@ -3165,1886 +3165,1890 @@ "ic_fluent_person_available_20_regular": 60507, "ic_fluent_person_board_20_filled": 60508, "ic_fluent_person_board_20_regular": 60509, - "ic_fluent_person_call_20_filled": 60510, - "ic_fluent_person_call_20_regular": 60511, - "ic_fluent_person_chat_20_filled": 60512, - "ic_fluent_person_chat_20_regular": 60513, - "ic_fluent_person_circle_20_filled": 60514, - "ic_fluent_person_circle_20_regular": 60515, - "ic_fluent_person_clock_20_filled": 60516, - "ic_fluent_person_clock_20_regular": 60517, - "ic_fluent_person_delete_20_filled": 60518, - "ic_fluent_person_delete_20_regular": 60519, - "ic_fluent_person_desktop_20_filled": 60520, - "ic_fluent_person_desktop_20_regular": 60521, - "ic_fluent_person_edit_20_filled": 60522, - "ic_fluent_person_edit_20_regular": 60523, - "ic_fluent_person_feedback_20_filled": 60524, - "ic_fluent_person_feedback_20_regular": 60525, - "ic_fluent_person_heart_20_filled": 60526, - "ic_fluent_person_heart_20_regular": 60527, - "ic_fluent_person_home_20_filled": 60528, - "ic_fluent_person_home_20_regular": 60529, - "ic_fluent_person_info_20_filled": 60530, - "ic_fluent_person_info_20_regular": 60531, - "ic_fluent_person_key_20_filled": 60532, - "ic_fluent_person_key_20_regular": 60533, - "ic_fluent_person_lightbulb_20_filled": 60534, - "ic_fluent_person_lightbulb_20_regular": 60535, - "ic_fluent_person_lightning_20_filled": 60536, - "ic_fluent_person_lightning_20_regular": 60537, - "ic_fluent_person_link_20_filled": 60538, - "ic_fluent_person_link_20_regular": 60539, - "ic_fluent_person_lock_20_filled": 60540, - "ic_fluent_person_lock_20_regular": 60541, - "ic_fluent_person_mail_20_filled": 60542, - "ic_fluent_person_mail_20_regular": 60543, - "ic_fluent_person_money_20_filled": 60544, - "ic_fluent_person_money_20_regular": 60545, - "ic_fluent_person_note_20_filled": 60546, - "ic_fluent_person_note_20_regular": 60547, - "ic_fluent_person_passkey_20_filled": 60548, - "ic_fluent_person_passkey_20_regular": 60549, - "ic_fluent_person_pill_20_filled": 60550, - "ic_fluent_person_pill_20_regular": 60551, - "ic_fluent_person_prohibited_20_filled": 60552, - "ic_fluent_person_prohibited_20_regular": 60553, - "ic_fluent_person_question_mark_20_filled": 60554, - "ic_fluent_person_question_mark_20_regular": 60555, - "ic_fluent_person_ribbon_20_filled": 60556, - "ic_fluent_person_ribbon_20_regular": 60557, - "ic_fluent_person_running_20_filled": 60558, - "ic_fluent_person_running_20_regular": 60559, - "ic_fluent_person_search_20_filled": 60560, - "ic_fluent_person_search_20_regular": 60561, - "ic_fluent_person_settings_20_filled": 60562, - "ic_fluent_person_settings_20_regular": 60563, - "ic_fluent_person_square_20_filled": 60564, - "ic_fluent_person_square_20_regular": 60565, - "ic_fluent_person_square_checkmark_20_filled": 60566, - "ic_fluent_person_square_checkmark_20_regular": 60567, - "ic_fluent_person_star_20_filled": 60568, - "ic_fluent_person_star_20_regular": 60569, - "ic_fluent_person_starburst_20_filled": 60570, - "ic_fluent_person_starburst_20_regular": 60571, - "ic_fluent_person_subtract_20_filled": 60572, - "ic_fluent_person_subtract_20_regular": 60573, - "ic_fluent_person_support_20_filled": 60574, - "ic_fluent_person_support_20_regular": 60575, - "ic_fluent_person_swap_20_filled": 60576, - "ic_fluent_person_swap_20_regular": 60577, - "ic_fluent_person_sync_20_filled": 60578, - "ic_fluent_person_sync_20_regular": 60579, - "ic_fluent_person_tag_20_filled": 60580, - "ic_fluent_person_tag_20_regular": 60581, - "ic_fluent_person_tentative_20_filled": 60582, - "ic_fluent_person_tentative_20_regular": 60583, - "ic_fluent_person_voice_20_filled": 60584, - "ic_fluent_person_voice_20_regular": 60585, - "ic_fluent_person_walking_20_filled": 60586, - "ic_fluent_person_walking_20_regular": 60587, - "ic_fluent_person_warning_20_filled": 60588, - "ic_fluent_person_warning_20_regular": 60589, - "ic_fluent_person_wrench_20_filled": 60590, - "ic_fluent_person_wrench_20_regular": 60591, - "ic_fluent_phone_20_filled": 60592, - "ic_fluent_phone_20_regular": 60593, - "ic_fluent_phone_add_20_filled": 60594, - "ic_fluent_phone_add_20_regular": 60595, - "ic_fluent_phone_arrow_right_20_filled": 60596, - "ic_fluent_phone_arrow_right_20_regular": 60597, - "ic_fluent_phone_chat_20_filled": 60598, - "ic_fluent_phone_chat_20_regular": 60599, - "ic_fluent_phone_checkmark_20_filled": 60600, - "ic_fluent_phone_checkmark_20_regular": 60601, - "ic_fluent_phone_desktop_20_filled": 60602, - "ic_fluent_phone_desktop_20_regular": 60603, - "ic_fluent_phone_desktop_add_20_filled": 60604, - "ic_fluent_phone_desktop_add_20_regular": 60605, - "ic_fluent_phone_dismiss_20_filled": 60606, - "ic_fluent_phone_dismiss_20_regular": 60607, - "ic_fluent_phone_edit_20_filled": 60608, - "ic_fluent_phone_edit_20_regular": 60609, - "ic_fluent_phone_eraser_20_filled": 60610, - "ic_fluent_phone_eraser_20_regular": 60611, - "ic_fluent_phone_footer_arrow_down_20_filled": 60612, - "ic_fluent_phone_footer_arrow_down_20_regular": 60613, - "ic_fluent_phone_header_arrow_up_20_filled": 60614, - "ic_fluent_phone_header_arrow_up_20_regular": 60615, - "ic_fluent_phone_key_20_filled": 60616, - "ic_fluent_phone_key_20_regular": 60617, - "ic_fluent_phone_laptop_20_filled": 60618, - "ic_fluent_phone_laptop_20_regular": 60619, - "ic_fluent_phone_link_setup_20_filled": 60620, - "ic_fluent_phone_link_setup_20_regular": 60621, - "ic_fluent_phone_lock_20_filled": 60622, - "ic_fluent_phone_lock_20_regular": 60623, - "ic_fluent_phone_page_header_20_filled": 60624, - "ic_fluent_phone_page_header_20_regular": 60625, - "ic_fluent_phone_pagination_20_filled": 60626, - "ic_fluent_phone_pagination_20_regular": 60627, - "ic_fluent_phone_screen_time_20_filled": 60628, - "ic_fluent_phone_screen_time_20_regular": 60629, - "ic_fluent_phone_shake_20_filled": 60630, - "ic_fluent_phone_shake_20_regular": 60631, - "ic_fluent_phone_span_in_20_filled": 60632, - "ic_fluent_phone_span_in_20_regular": 60633, - "ic_fluent_phone_span_out_20_filled": 60634, - "ic_fluent_phone_span_out_20_regular": 60635, - "ic_fluent_phone_speaker_20_filled": 60636, - "ic_fluent_phone_speaker_20_regular": 60637, - "ic_fluent_phone_status_bar_20_filled": 60638, - "ic_fluent_phone_status_bar_20_regular": 60639, - "ic_fluent_phone_tablet_20_filled": 60640, - "ic_fluent_phone_tablet_20_regular": 60641, - "ic_fluent_phone_update_20_filled": 60642, - "ic_fluent_phone_update_20_regular": 60643, - "ic_fluent_phone_update_checkmark_20_filled": 60644, - "ic_fluent_phone_update_checkmark_20_regular": 60645, - "ic_fluent_phone_vertical_scroll_20_filled": 60646, - "ic_fluent_phone_vertical_scroll_20_regular": 60647, - "ic_fluent_phone_vibrate_20_filled": 60648, - "ic_fluent_phone_vibrate_20_regular": 60649, - "ic_fluent_photo_filter_20_filled": 60650, - "ic_fluent_photo_filter_20_regular": 60651, - "ic_fluent_pi_20_filled": 60652, - "ic_fluent_pi_20_regular": 60653, - "ic_fluent_picture_in_picture_20_filled": 60654, - "ic_fluent_picture_in_picture_20_regular": 60655, - "ic_fluent_picture_in_picture_enter_20_filled": 60656, - "ic_fluent_picture_in_picture_enter_20_regular": 60657, - "ic_fluent_picture_in_picture_exit_20_filled": 60658, - "ic_fluent_picture_in_picture_exit_20_regular": 60659, - "ic_fluent_pill_20_filled": 60660, - "ic_fluent_pill_20_regular": 60661, - "ic_fluent_pin_20_filled": 60662, - "ic_fluent_pin_20_regular": 60663, - "ic_fluent_pin_globe_20_filled": 60664, - "ic_fluent_pin_globe_20_regular": 60665, - "ic_fluent_pin_off_20_filled": 60666, - "ic_fluent_pin_off_20_regular": 60667, - "ic_fluent_pipeline_20_filled": 60668, - "ic_fluent_pipeline_20_regular": 60669, - "ic_fluent_pipeline_add_20_filled": 60670, - "ic_fluent_pipeline_add_20_regular": 60671, - "ic_fluent_pipeline_arrow_curve_down_20_filled": 60672, - "ic_fluent_pipeline_arrow_curve_down_20_regular": 60673, - "ic_fluent_pipeline_play_20_filled": 60674, - "ic_fluent_pipeline_play_20_regular": 60675, - "ic_fluent_pivot_20_filled": 60676, - "ic_fluent_pivot_20_regular": 60677, - "ic_fluent_plant_cattail_20_filled": 60678, - "ic_fluent_plant_cattail_20_regular": 60679, - "ic_fluent_plant_grass_20_filled": 60680, - "ic_fluent_plant_grass_20_regular": 60681, - "ic_fluent_plant_ragweed_20_filled": 60682, - "ic_fluent_plant_ragweed_20_regular": 60683, - "ic_fluent_play_20_filled": 60684, - "ic_fluent_play_20_regular": 60685, - "ic_fluent_play_circle_20_filled": 60686, - "ic_fluent_play_circle_20_regular": 60687, - "ic_fluent_play_circle_hint_20_filled": 60688, - "ic_fluent_play_circle_hint_20_regular": 60689, - "ic_fluent_play_circle_sparkle_20_filled": 60690, - "ic_fluent_play_circle_sparkle_20_regular": 60691, - "ic_fluent_play_settings_20_filled": 60692, - "ic_fluent_play_settings_20_regular": 60693, - "ic_fluent_playing_cards_20_filled": 60694, - "ic_fluent_playing_cards_20_regular": 60695, - "ic_fluent_plug_connected_20_filled": 60696, - "ic_fluent_plug_connected_20_regular": 60697, - "ic_fluent_plug_connected_add_20_filled": 60698, - "ic_fluent_plug_connected_add_20_regular": 60699, - "ic_fluent_plug_connected_checkmark_20_filled": 60700, - "ic_fluent_plug_connected_checkmark_20_regular": 60701, - "ic_fluent_plug_connected_settings_20_filled": 60702, - "ic_fluent_plug_connected_settings_20_regular": 60703, - "ic_fluent_plug_disconnected_20_filled": 60704, - "ic_fluent_plug_disconnected_20_regular": 60705, - "ic_fluent_point_scan_20_filled": 60706, - "ic_fluent_point_scan_20_regular": 60707, - "ic_fluent_poll_20_filled": 60708, - "ic_fluent_poll_20_regular": 60709, - "ic_fluent_poll_horizontal_20_filled": 60710, - "ic_fluent_poll_horizontal_20_regular": 60711, - "ic_fluent_poll_off_20_filled": 60712, - "ic_fluent_poll_off_20_regular": 60713, - "ic_fluent_port_hdmi_20_filled": 60714, - "ic_fluent_port_hdmi_20_regular": 60715, - "ic_fluent_port_micro_usb_20_filled": 60716, - "ic_fluent_port_micro_usb_20_regular": 60717, - "ic_fluent_port_usb_a_20_filled": 60718, - "ic_fluent_port_usb_a_20_regular": 60719, - "ic_fluent_port_usb_c_20_filled": 60720, - "ic_fluent_port_usb_c_20_regular": 60721, - "ic_fluent_position_backward_20_filled": 60722, - "ic_fluent_position_backward_20_regular": 60723, - "ic_fluent_position_forward_20_filled": 60724, - "ic_fluent_position_forward_20_regular": 60725, - "ic_fluent_position_to_back_20_filled": 60726, - "ic_fluent_position_to_back_20_regular": 60727, - "ic_fluent_position_to_front_20_filled": 60728, - "ic_fluent_position_to_front_20_regular": 60729, - "ic_fluent_power_20_filled": 60730, - "ic_fluent_power_20_regular": 60731, - "ic_fluent_predictions_20_filled": 60732, - "ic_fluent_predictions_20_regular": 60733, - "ic_fluent_premium_20_filled": 60734, - "ic_fluent_premium_20_regular": 60735, - "ic_fluent_premium_person_20_filled": 60736, - "ic_fluent_premium_person_20_regular": 60737, - "ic_fluent_presence_available_20_filled": 60738, - "ic_fluent_presence_available_20_regular": 60739, - "ic_fluent_presence_away_20_filled": 60740, - "ic_fluent_presence_away_20_regular": 60741, - "ic_fluent_presence_blocked_20_regular": 60742, - "ic_fluent_presence_busy_20_filled": 60743, - "ic_fluent_presence_dnd_20_filled": 60744, - "ic_fluent_presence_dnd_20_regular": 60745, - "ic_fluent_presence_offline_20_regular": 60746, - "ic_fluent_presence_oof_20_regular": 60747, - "ic_fluent_presence_tentative_20_regular": 60748, - "ic_fluent_presence_unknown_20_regular": 60749, - "ic_fluent_presenter_20_filled": 60750, - "ic_fluent_presenter_20_regular": 60751, - "ic_fluent_presenter_off_20_filled": 60752, - "ic_fluent_presenter_off_20_regular": 60753, - "ic_fluent_preview_link_20_filled": 60754, - "ic_fluent_preview_link_20_regular": 60755, - "ic_fluent_previous_20_filled": 60756, - "ic_fluent_previous_20_regular": 60757, - "ic_fluent_previous_frame_20_filled": 60758, - "ic_fluent_previous_frame_20_regular": 60759, - "ic_fluent_print_20_filled": 60760, - "ic_fluent_print_20_regular": 60761, - "ic_fluent_print_add_20_filled": 60762, - "ic_fluent_print_add_20_regular": 60763, - "ic_fluent_production_20_filled": 60764, - "ic_fluent_production_20_regular": 60765, - "ic_fluent_production_checkmark_20_filled": 60766, - "ic_fluent_production_checkmark_20_regular": 60767, - "ic_fluent_prohibited_20_filled": 60768, - "ic_fluent_prohibited_20_regular": 60769, - "ic_fluent_prohibited_multiple_20_filled": 60770, - "ic_fluent_prohibited_multiple_20_regular": 60771, - "ic_fluent_prohibited_note_20_filled": 60772, - "ic_fluent_prohibited_note_20_regular": 60773, - "ic_fluent_projection_screen_20_filled": 60774, - "ic_fluent_projection_screen_20_regular": 60775, - "ic_fluent_projection_screen_dismiss_20_filled": 60776, - "ic_fluent_projection_screen_dismiss_20_regular": 60777, - "ic_fluent_projection_screen_text_20_filled": 60778, - "ic_fluent_projection_screen_text_20_regular": 60779, - "ic_fluent_prompt_20_filled": 60780, - "ic_fluent_prompt_20_regular": 60781, - "ic_fluent_protocol_handler_20_filled": 60782, - "ic_fluent_protocol_handler_20_regular": 60783, - "ic_fluent_pulse_20_filled": 60784, - "ic_fluent_pulse_20_regular": 60785, - "ic_fluent_pulse_square_20_filled": 60786, - "ic_fluent_pulse_square_20_regular": 60787, - "ic_fluent_puzzle_cube_20_filled": 60788, - "ic_fluent_puzzle_cube_20_regular": 60789, - "ic_fluent_puzzle_cube_piece_20_filled": 60790, - "ic_fluent_puzzle_cube_piece_20_regular": 60791, - "ic_fluent_puzzle_piece_20_filled": 60792, - "ic_fluent_puzzle_piece_20_regular": 60793, - "ic_fluent_puzzle_piece_shield_20_filled": 60794, - "ic_fluent_puzzle_piece_shield_20_regular": 60795, - "ic_fluent_qr_code_20_filled": 60796, - "ic_fluent_qr_code_20_regular": 60797, - "ic_fluent_question_20_filled": 60798, - "ic_fluent_question_20_regular": 60799, - "ic_fluent_question_circle_20_filled": 60800, - "ic_fluent_question_circle_20_regular": 60801, - "ic_fluent_quiz_new_20_filled": 60802, - "ic_fluent_quiz_new_20_regular": 60803, - "ic_fluent_radar_20_filled": 60804, - "ic_fluent_radar_20_regular": 60805, - "ic_fluent_radar_checkmark_20_filled": 60806, - "ic_fluent_radar_checkmark_20_regular": 60807, - "ic_fluent_radar_rectangle_multiple_20_filled": 60808, - "ic_fluent_radar_rectangle_multiple_20_regular": 60809, - "ic_fluent_radio_button_20_filled": 60810, - "ic_fluent_radio_button_20_regular": 60811, - "ic_fluent_ram_20_filled": 60812, - "ic_fluent_ram_20_regular": 60813, - "ic_fluent_rating_mature_20_filled": 60814, - "ic_fluent_rating_mature_20_regular": 60815, - "ic_fluent_ratio_one_to_one_20_filled": 60816, - "ic_fluent_ratio_one_to_one_20_regular": 60817, - "ic_fluent_re_order_20_filled": 60818, - "ic_fluent_re_order_20_regular": 60819, - "ic_fluent_re_order_dots_horizontal_20_filled": 60820, - "ic_fluent_re_order_dots_horizontal_20_regular": 60821, - "ic_fluent_re_order_dots_vertical_20_filled": 60822, - "ic_fluent_re_order_dots_vertical_20_regular": 60823, - "ic_fluent_read_aloud_20_filled": 60824, - "ic_fluent_read_aloud_20_regular": 60825, - "ic_fluent_reading_list_20_filled": 60826, - "ic_fluent_reading_list_20_regular": 60827, - "ic_fluent_reading_list_add_20_filled": 60828, - "ic_fluent_reading_list_add_20_regular": 60829, - "ic_fluent_reading_mode_mobile_20_filled": 60830, - "ic_fluent_reading_mode_mobile_20_regular": 60831, - "ic_fluent_real_estate_20_filled": 60832, - "ic_fluent_real_estate_20_regular": 60833, - "ic_fluent_receipt_20_filled": 60834, - "ic_fluent_receipt_20_regular": 60835, - "ic_fluent_receipt_add_20_filled": 60836, - "ic_fluent_receipt_add_20_regular": 60837, - "ic_fluent_receipt_bag_20_filled": 60838, - "ic_fluent_receipt_bag_20_regular": 60839, - "ic_fluent_receipt_cube_20_filled": 60840, - "ic_fluent_receipt_cube_20_regular": 60841, - "ic_fluent_receipt_money_20_filled": 60842, - "ic_fluent_receipt_money_20_regular": 60843, - "ic_fluent_receipt_play_20_filled": 60844, - "ic_fluent_receipt_play_20_regular": 60845, - "ic_fluent_receipt_search_20_filled": 60846, - "ic_fluent_receipt_search_20_regular": 60847, - "ic_fluent_receipt_sparkles_20_filled": 60848, - "ic_fluent_receipt_sparkles_20_regular": 60849, - "ic_fluent_record_20_filled": 60850, - "ic_fluent_record_20_regular": 60851, - "ic_fluent_record_stop_20_filled": 60852, - "ic_fluent_record_stop_20_regular": 60853, - "ic_fluent_rectangle_landscape_20_filled": 60854, - "ic_fluent_rectangle_landscape_20_regular": 60855, - "ic_fluent_rectangle_landscape_hint_copy_20_filled": 60856, - "ic_fluent_rectangle_landscape_hint_copy_20_regular": 60857, - "ic_fluent_rectangle_landscape_sparkle_20_filled": 60858, - "ic_fluent_rectangle_landscape_sparkle_20_regular": 60859, - "ic_fluent_rectangle_landscape_sync_20_filled": 60860, - "ic_fluent_rectangle_landscape_sync_20_regular": 60861, - "ic_fluent_rectangle_landscape_sync_off_20_filled": 60862, - "ic_fluent_rectangle_landscape_sync_off_20_regular": 60863, - "ic_fluent_rectangle_portrait_location_target_20_filled": 60864, - "ic_fluent_rectangle_portrait_location_target_20_regular": 60865, - "ic_fluent_recycle_20_filled": 60866, - "ic_fluent_recycle_20_regular": 60867, - "ic_fluent_remix_add_20_filled": 60868, - "ic_fluent_remix_add_20_regular": 60869, - "ic_fluent_remote_20_filled": 60870, - "ic_fluent_remote_20_regular": 60871, - "ic_fluent_rename_20_filled": 60872, - "ic_fluent_rename_20_regular": 60873, - "ic_fluent_reorder_20_filled": 60874, - "ic_fluent_reorder_20_regular": 60875, - "ic_fluent_replay_20_filled": 60876, - "ic_fluent_replay_20_regular": 60877, - "ic_fluent_resize_20_filled": 60878, - "ic_fluent_resize_20_regular": 60879, - "ic_fluent_resize_image_20_filled": 60880, - "ic_fluent_resize_image_20_regular": 60881, - "ic_fluent_resize_large_20_filled": 60882, - "ic_fluent_resize_large_20_regular": 60883, - "ic_fluent_resize_small_20_filled": 60884, - "ic_fluent_resize_small_20_regular": 60885, - "ic_fluent_resize_table_20_filled": 60886, - "ic_fluent_resize_table_20_regular": 60887, - "ic_fluent_resize_video_20_filled": 60888, - "ic_fluent_resize_video_20_regular": 60889, - "ic_fluent_reward_20_filled": 60890, - "ic_fluent_reward_20_regular": 60891, - "ic_fluent_rewind_20_filled": 60892, - "ic_fluent_rewind_20_regular": 60893, - "ic_fluent_rhombus_20_filled": 60894, - "ic_fluent_rhombus_20_regular": 60895, - "ic_fluent_ribbon_20_filled": 60896, - "ic_fluent_ribbon_20_regular": 60897, - "ic_fluent_ribbon_add_20_filled": 60898, - "ic_fluent_ribbon_add_20_regular": 60899, - "ic_fluent_ribbon_off_20_filled": 60900, - "ic_fluent_ribbon_off_20_regular": 60901, - "ic_fluent_ribbon_star_20_filled": 60902, - "ic_fluent_ribbon_star_20_regular": 60903, - "ic_fluent_road_20_filled": 60904, - "ic_fluent_road_20_regular": 60905, - "ic_fluent_road_cone_20_filled": 60906, - "ic_fluent_road_cone_20_regular": 60907, - "ic_fluent_rocket_20_filled": 60908, - "ic_fluent_rocket_20_regular": 60909, - "ic_fluent_rotate_left_20_filled": 60910, - "ic_fluent_rotate_left_20_regular": 60911, - "ic_fluent_rotate_right_20_filled": 60912, - "ic_fluent_rotate_right_20_regular": 60913, - "ic_fluent_router_20_filled": 60914, - "ic_fluent_router_20_regular": 60915, - "ic_fluent_row_triple_20_filled": 60916, - "ic_fluent_row_triple_20_regular": 60917, - "ic_fluent_rss_20_filled": 60918, - "ic_fluent_rss_20_regular": 60919, - "ic_fluent_ruler_20_filled": 60920, - "ic_fluent_ruler_20_regular": 60921, - "ic_fluent_run_20_filled": 60922, - "ic_fluent_run_20_regular": 60923, - "ic_fluent_sanitize_20_filled": 60924, - "ic_fluent_sanitize_20_regular": 60925, - "ic_fluent_save_20_filled": 60926, - "ic_fluent_save_20_regular": 60927, - "ic_fluent_save_arrow_right_20_filled": 60928, - "ic_fluent_save_arrow_right_20_regular": 60929, - "ic_fluent_save_copy_20_filled": 60930, - "ic_fluent_save_copy_20_regular": 60931, - "ic_fluent_save_edit_20_filled": 60932, - "ic_fluent_save_edit_20_regular": 60933, - "ic_fluent_save_image_20_filled": 60934, - "ic_fluent_save_image_20_regular": 60935, - "ic_fluent_save_multiple_20_filled": 60936, - "ic_fluent_save_multiple_20_regular": 60937, - "ic_fluent_save_search_20_filled": 60938, - "ic_fluent_save_search_20_regular": 60939, - "ic_fluent_save_sync_20_filled": 60940, - "ic_fluent_save_sync_20_regular": 60941, - "ic_fluent_savings_20_filled": 60942, - "ic_fluent_savings_20_regular": 60943, - "ic_fluent_scale_fill_20_filled": 60944, - "ic_fluent_scale_fill_20_regular": 60945, - "ic_fluent_scale_fit_20_filled": 60946, - "ic_fluent_scale_fit_20_regular": 60947, - "ic_fluent_scales_20_filled": 60948, - "ic_fluent_scales_20_regular": 60949, - "ic_fluent_scan_20_filled": 60950, - "ic_fluent_scan_20_regular": 60951, - "ic_fluent_scan_camera_20_filled": 60952, - "ic_fluent_scan_camera_20_regular": 60953, - "ic_fluent_scan_dash_20_filled": 60954, - "ic_fluent_scan_dash_20_regular": 60955, - "ic_fluent_scan_object_20_filled": 60956, - "ic_fluent_scan_object_20_regular": 60957, - "ic_fluent_scan_person_20_filled": 60958, - "ic_fluent_scan_person_20_regular": 60959, - "ic_fluent_scan_table_20_filled": 60960, - "ic_fluent_scan_table_20_regular": 60961, - "ic_fluent_scan_text_20_filled": 60962, - "ic_fluent_scan_text_20_regular": 60963, - "ic_fluent_scan_thumb_up_20_filled": 60964, - "ic_fluent_scan_thumb_up_20_regular": 60965, - "ic_fluent_scan_thumb_up_off_20_filled": 60966, - "ic_fluent_scan_thumb_up_off_20_regular": 60967, - "ic_fluent_scan_type_20_filled": 60968, - "ic_fluent_scan_type_20_regular": 60969, - "ic_fluent_scan_type_checkmark_20_filled": 60970, - "ic_fluent_scan_type_checkmark_20_regular": 60971, - "ic_fluent_scan_type_off_20_filled": 60972, - "ic_fluent_scan_type_off_20_regular": 60973, - "ic_fluent_scratchpad_20_filled": 60974, - "ic_fluent_scratchpad_20_regular": 60975, - "ic_fluent_screen_cut_20_filled": 60976, - "ic_fluent_screen_cut_20_regular": 60977, - "ic_fluent_screen_person_20_filled": 60978, - "ic_fluent_screen_person_20_regular": 60979, - "ic_fluent_screen_search_20_filled": 60980, - "ic_fluent_screen_search_20_regular": 60981, - "ic_fluent_screenshot_20_filled": 60982, - "ic_fluent_screenshot_20_regular": 60983, - "ic_fluent_screenshot_record_20_filled": 60984, - "ic_fluent_screenshot_record_20_regular": 60985, - "ic_fluent_script_20_filled": 60986, - "ic_fluent_script_20_regular": 60987, - "ic_fluent_search_20_filled": 60988, - "ic_fluent_search_20_regular": 60989, - "ic_fluent_search_info_20_filled": 60990, - "ic_fluent_search_info_20_regular": 60991, - "ic_fluent_search_settings_20_filled": 60992, - "ic_fluent_search_settings_20_regular": 60993, - "ic_fluent_search_shield_20_filled": 60994, - "ic_fluent_search_shield_20_regular": 60995, - "ic_fluent_search_sparkle_20_filled": 60996, - "ic_fluent_search_sparkle_20_regular": 60997, - "ic_fluent_search_square_20_filled": 60998, - "ic_fluent_search_square_20_regular": 60999, - "ic_fluent_search_visual_20_filled": 61000, - "ic_fluent_search_visual_20_regular": 61001, - "ic_fluent_seat_20_filled": 61002, - "ic_fluent_seat_20_regular": 61003, - "ic_fluent_seat_add_20_filled": 61004, - "ic_fluent_seat_add_20_regular": 61005, - "ic_fluent_select_all_off_20_filled": 61006, - "ic_fluent_select_all_off_20_regular": 61007, - "ic_fluent_select_all_on_20_filled": 61008, - "ic_fluent_select_all_on_20_regular": 61009, - "ic_fluent_select_object_20_filled": 61010, - "ic_fluent_select_object_20_regular": 61011, - "ic_fluent_select_object_skew_20_filled": 61012, - "ic_fluent_select_object_skew_20_regular": 61013, - "ic_fluent_select_object_skew_dismiss_20_filled": 61014, - "ic_fluent_select_object_skew_dismiss_20_regular": 61015, - "ic_fluent_select_object_skew_edit_20_filled": 61016, - "ic_fluent_select_object_skew_edit_20_regular": 61017, - "ic_fluent_send_20_filled": 61018, - "ic_fluent_send_20_regular": 61019, - "ic_fluent_send_beaker_20_filled": 61020, - "ic_fluent_send_beaker_20_regular": 61021, - "ic_fluent_send_clock_20_filled": 61022, - "ic_fluent_send_clock_20_regular": 61023, - "ic_fluent_send_copy_20_filled": 61024, - "ic_fluent_send_copy_20_regular": 61025, - "ic_fluent_send_person_20_filled": 61026, - "ic_fluent_send_person_20_regular": 61027, - "ic_fluent_serial_port_20_filled": 61028, - "ic_fluent_serial_port_20_regular": 61029, - "ic_fluent_server_20_filled": 61030, - "ic_fluent_server_20_regular": 61031, - "ic_fluent_server_link_20_filled": 61032, - "ic_fluent_server_link_20_regular": 61033, - "ic_fluent_server_multiple_20_filled": 61034, - "ic_fluent_server_multiple_20_regular": 61035, - "ic_fluent_server_play_20_filled": 61036, - "ic_fluent_server_play_20_regular": 61037, - "ic_fluent_service_bell_20_filled": 61038, - "ic_fluent_service_bell_20_regular": 61039, - "ic_fluent_settings_20_filled": 61040, - "ic_fluent_settings_20_regular": 61041, - "ic_fluent_settings_chat_20_filled": 61042, - "ic_fluent_settings_chat_20_regular": 61043, - "ic_fluent_settings_cog_multiple_20_filled": 61044, - "ic_fluent_settings_cog_multiple_20_regular": 61045, - "ic_fluent_shape_exclude_20_filled": 61046, - "ic_fluent_shape_exclude_20_regular": 61047, - "ic_fluent_shape_intersect_20_filled": 61048, - "ic_fluent_shape_intersect_20_regular": 61049, - "ic_fluent_shape_organic_20_filled": 61050, - "ic_fluent_shape_organic_20_regular": 61051, - "ic_fluent_shape_subtract_20_filled": 61052, - "ic_fluent_shape_subtract_20_regular": 61053, - "ic_fluent_shape_union_20_filled": 61054, - "ic_fluent_shape_union_20_regular": 61055, - "ic_fluent_shapes_20_filled": 61056, - "ic_fluent_shapes_20_regular": 61057, - "ic_fluent_share_20_filled": 61058, - "ic_fluent_share_20_regular": 61059, - "ic_fluent_share_android_20_filled": 61060, - "ic_fluent_share_android_20_regular": 61061, - "ic_fluent_share_close_tray_20_filled": 61062, - "ic_fluent_share_close_tray_20_regular": 61063, - "ic_fluent_share_ios_20_filled": 61064, - "ic_fluent_share_ios_20_regular": 61065, - "ic_fluent_share_multiple_20_filled": 61066, - "ic_fluent_share_multiple_20_regular": 61067, - "ic_fluent_share_screen_person_20_filled": 61068, - "ic_fluent_share_screen_person_20_regular": 61069, - "ic_fluent_share_screen_person_overlay_20_filled": 61070, - "ic_fluent_share_screen_person_overlay_20_regular": 61071, - "ic_fluent_share_screen_person_overlay_inside_20_filled": 61072, - "ic_fluent_share_screen_person_overlay_inside_20_regular": 61073, - "ic_fluent_share_screen_person_p_20_filled": 61074, - "ic_fluent_share_screen_person_p_20_regular": 61075, - "ic_fluent_share_screen_start_20_filled": 61076, - "ic_fluent_share_screen_start_20_regular": 61077, - "ic_fluent_share_screen_stop_20_filled": 61078, - "ic_fluent_share_screen_stop_20_regular": 61079, - "ic_fluent_shield_20_filled": 61080, - "ic_fluent_shield_20_regular": 61081, - "ic_fluent_shield_add_20_filled": 61082, - "ic_fluent_shield_add_20_regular": 61083, - "ic_fluent_shield_badge_20_filled": 61084, - "ic_fluent_shield_badge_20_regular": 61085, - "ic_fluent_shield_checkmark_20_filled": 61086, - "ic_fluent_shield_checkmark_20_regular": 61087, - "ic_fluent_shield_dismiss_20_filled": 61088, - "ic_fluent_shield_dismiss_20_regular": 61089, - "ic_fluent_shield_dismiss_shield_20_filled": 61090, - "ic_fluent_shield_dismiss_shield_20_regular": 61091, - "ic_fluent_shield_error_20_filled": 61092, - "ic_fluent_shield_error_20_regular": 61093, - "ic_fluent_shield_globe_20_filled": 61094, - "ic_fluent_shield_globe_20_regular": 61095, - "ic_fluent_shield_keyhole_20_filled": 61096, - "ic_fluent_shield_keyhole_20_regular": 61097, - "ic_fluent_shield_lock_20_filled": 61098, - "ic_fluent_shield_lock_20_regular": 61099, - "ic_fluent_shield_person_20_filled": 61100, - "ic_fluent_shield_person_20_regular": 61101, - "ic_fluent_shield_person_add_20_filled": 61102, - "ic_fluent_shield_person_add_20_regular": 61103, - "ic_fluent_shield_prohibited_20_filled": 61104, - "ic_fluent_shield_prohibited_20_regular": 61105, - "ic_fluent_shield_question_20_filled": 61106, - "ic_fluent_shield_question_20_regular": 61107, - "ic_fluent_shield_task_20_filled": 61108, - "ic_fluent_shield_task_20_regular": 61109, - "ic_fluent_shifts_20_filled": 61110, - "ic_fluent_shifts_20_regular": 61111, - "ic_fluent_shifts_30_minutes_20_filled": 61112, - "ic_fluent_shifts_30_minutes_20_regular": 61113, - "ic_fluent_shifts_activity_20_filled": 61114, - "ic_fluent_shifts_activity_20_regular": 61115, - "ic_fluent_shifts_add_20_filled": 61116, - "ic_fluent_shifts_add_20_regular": 61117, - "ic_fluent_shifts_availability_20_filled": 61118, - "ic_fluent_shifts_availability_20_regular": 61119, - "ic_fluent_shifts_checkmark_20_filled": 61120, - "ic_fluent_shifts_checkmark_20_regular": 61121, - "ic_fluent_shifts_day_20_filled": 61122, - "ic_fluent_shifts_day_20_regular": 61123, - "ic_fluent_shifts_open_20_filled": 61124, - "ic_fluent_shifts_open_20_regular": 61125, - "ic_fluent_shifts_prohibited_20_filled": 61126, - "ic_fluent_shifts_prohibited_20_regular": 61127, - "ic_fluent_shifts_question_mark_20_filled": 61128, - "ic_fluent_shifts_question_mark_20_regular": 61129, - "ic_fluent_shifts_team_20_filled": 61130, - "ic_fluent_shifts_team_20_regular": 61131, - "ic_fluent_shopping_bag_20_filled": 61132, - "ic_fluent_shopping_bag_20_regular": 61133, - "ic_fluent_shopping_bag_add_20_filled": 61134, - "ic_fluent_shopping_bag_add_20_regular": 61135, - "ic_fluent_shopping_bag_arrow_left_20_filled": 61136, - "ic_fluent_shopping_bag_arrow_left_20_regular": 61137, - "ic_fluent_shopping_bag_dismiss_20_filled": 61138, - "ic_fluent_shopping_bag_dismiss_20_regular": 61139, - "ic_fluent_shopping_bag_pause_20_filled": 61140, - "ic_fluent_shopping_bag_pause_20_regular": 61141, - "ic_fluent_shopping_bag_percent_20_filled": 61142, - "ic_fluent_shopping_bag_percent_20_regular": 61143, - "ic_fluent_shopping_bag_play_20_filled": 61144, - "ic_fluent_shopping_bag_play_20_regular": 61145, - "ic_fluent_shopping_bag_tag_20_filled": 61146, - "ic_fluent_shopping_bag_tag_20_regular": 61147, - "ic_fluent_shortpick_20_filled": 61148, - "ic_fluent_shortpick_20_regular": 61149, - "ic_fluent_showerhead_20_filled": 61150, - "ic_fluent_showerhead_20_regular": 61151, - "ic_fluent_sidebar_search_ltr_20_filled": 61152, - "ic_fluent_sidebar_search_ltr_20_regular": 61153, - "ic_fluent_sidebar_search_rtl_20_filled": 61154, - "ic_fluent_sidebar_search_rtl_20_regular": 61155, - "ic_fluent_sign_out_20_filled": 61156, - "ic_fluent_sign_out_20_regular": 61157, - "ic_fluent_signature_20_filled": 61158, - "ic_fluent_signature_20_regular": 61159, - "ic_fluent_sim_20_filled": 61160, - "ic_fluent_sim_20_regular": 61161, - "ic_fluent_skip_back_10_20_filled": 61162, - "ic_fluent_skip_back_10_20_regular": 61163, - "ic_fluent_skip_forward_10_20_filled": 61164, - "ic_fluent_skip_forward_10_20_regular": 61165, - "ic_fluent_skip_forward_30_20_filled": 61166, - "ic_fluent_skip_forward_30_20_regular": 61167, - "ic_fluent_skip_forward_tab_20_filled": 61168, - "ic_fluent_skip_forward_tab_20_regular": 61169, - "ic_fluent_slash_forward_20_filled": 61170, - "ic_fluent_slash_forward_20_regular": 61171, - "ic_fluent_sleep_20_filled": 61172, - "ic_fluent_sleep_20_regular": 61173, - "ic_fluent_slide_add_20_filled": 61174, - "ic_fluent_slide_add_20_regular": 61175, - "ic_fluent_slide_arrow_right_20_filled": 61176, - "ic_fluent_slide_arrow_right_20_regular": 61177, - "ic_fluent_slide_eraser_20_filled": 61178, - "ic_fluent_slide_eraser_20_regular": 61179, - "ic_fluent_slide_grid_20_filled": 61180, - "ic_fluent_slide_grid_20_regular": 61181, - "ic_fluent_slide_hide_20_filled": 61182, - "ic_fluent_slide_hide_20_regular": 61183, - "ic_fluent_slide_layout_20_filled": 61184, - "ic_fluent_slide_layout_20_regular": 61185, - "ic_fluent_slide_link_20_filled": 61186, - "ic_fluent_slide_link_20_regular": 61187, - "ic_fluent_slide_microphone_20_filled": 61188, - "ic_fluent_slide_microphone_20_regular": 61189, - "ic_fluent_slide_multiple_20_filled": 61190, - "ic_fluent_slide_multiple_20_regular": 61191, - "ic_fluent_slide_multiple_arrow_right_20_filled": 61192, - "ic_fluent_slide_multiple_arrow_right_20_regular": 61193, - "ic_fluent_slide_multiple_search_20_filled": 61194, - "ic_fluent_slide_multiple_search_20_regular": 61195, - "ic_fluent_slide_play_20_filled": 61196, - "ic_fluent_slide_play_20_regular": 61197, - "ic_fluent_slide_record_20_filled": 61198, - "ic_fluent_slide_record_20_regular": 61199, - "ic_fluent_slide_search_20_filled": 61200, - "ic_fluent_slide_search_20_regular": 61201, - "ic_fluent_slide_settings_20_filled": 61202, - "ic_fluent_slide_settings_20_regular": 61203, - "ic_fluent_slide_size_20_filled": 61204, - "ic_fluent_slide_size_20_regular": 61205, - "ic_fluent_slide_text_20_filled": 61206, - "ic_fluent_slide_text_20_regular": 61207, - "ic_fluent_slide_text_call_20_filled": 61208, - "ic_fluent_slide_text_call_20_regular": 61209, - "ic_fluent_slide_text_cursor_20_filled": 61210, - "ic_fluent_slide_text_cursor_20_regular": 61211, - "ic_fluent_slide_text_edit_20_filled": 61212, - "ic_fluent_slide_text_edit_20_regular": 61213, - "ic_fluent_slide_text_multiple_20_filled": 61214, - "ic_fluent_slide_text_multiple_20_regular": 61215, - "ic_fluent_slide_text_person_20_filled": 61216, - "ic_fluent_slide_text_person_20_regular": 61217, - "ic_fluent_slide_text_sparkle_20_filled": 61218, - "ic_fluent_slide_text_sparkle_20_regular": 61219, - "ic_fluent_slide_transition_20_filled": 61220, - "ic_fluent_slide_transition_20_regular": 61221, - "ic_fluent_smartwatch_20_filled": 61222, - "ic_fluent_smartwatch_20_regular": 61223, - "ic_fluent_smartwatch_dot_20_filled": 61224, - "ic_fluent_smartwatch_dot_20_regular": 61225, - "ic_fluent_snooze_20_filled": 61226, - "ic_fluent_snooze_20_regular": 61227, - "ic_fluent_sound_source_20_filled": 61228, - "ic_fluent_sound_source_20_regular": 61229, - "ic_fluent_sound_wave_circle_20_filled": 61230, - "ic_fluent_sound_wave_circle_20_regular": 61231, - "ic_fluent_space_3d_20_filled": 61232, - "ic_fluent_space_3d_20_regular": 61233, - "ic_fluent_spacebar_20_filled": 61234, - "ic_fluent_spacebar_20_regular": 61235, - "ic_fluent_sparkle_20_filled": 61236, - "ic_fluent_sparkle_20_regular": 61237, - "ic_fluent_sparkle_circle_20_filled": 61238, - "ic_fluent_sparkle_circle_20_regular": 61239, - "ic_fluent_spatula_spoon_20_filled": 61240, - "ic_fluent_spatula_spoon_20_regular": 61241, - "ic_fluent_speaker_0_20_filled": 61242, - "ic_fluent_speaker_0_20_regular": 61243, - "ic_fluent_speaker_1_20_filled": 61244, - "ic_fluent_speaker_1_20_regular": 61245, - "ic_fluent_speaker_2_20_filled": 61246, - "ic_fluent_speaker_2_20_regular": 61247, - "ic_fluent_speaker_bluetooth_20_filled": 61248, - "ic_fluent_speaker_bluetooth_20_regular": 61249, - "ic_fluent_speaker_box_20_filled": 61250, - "ic_fluent_speaker_box_20_regular": 61251, - "ic_fluent_speaker_edit_20_filled": 61252, - "ic_fluent_speaker_edit_20_regular": 61253, - "ic_fluent_speaker_mute_20_filled": 61254, - "ic_fluent_speaker_mute_20_regular": 61255, - "ic_fluent_speaker_off_20_filled": 61256, - "ic_fluent_speaker_off_20_regular": 61257, - "ic_fluent_speaker_settings_20_filled": 61258, - "ic_fluent_speaker_settings_20_regular": 61259, - "ic_fluent_speaker_usb_20_filled": 61260, - "ic_fluent_speaker_usb_20_regular": 61261, - "ic_fluent_spinner_ios_20_filled": 61262, - "ic_fluent_spinner_ios_20_regular": 61263, - "ic_fluent_split_hint_20_filled": 61264, - "ic_fluent_split_hint_20_regular": 61265, - "ic_fluent_split_horizontal_20_filled": 61266, - "ic_fluent_split_horizontal_20_regular": 61267, - "ic_fluent_split_vertical_20_filled": 61268, - "ic_fluent_split_vertical_20_regular": 61269, - "ic_fluent_sport_20_filled": 61270, - "ic_fluent_sport_20_regular": 61271, - "ic_fluent_sport_american_football_20_filled": 61272, - "ic_fluent_sport_american_football_20_regular": 61273, - "ic_fluent_sport_baseball_20_filled": 61274, - "ic_fluent_sport_baseball_20_regular": 61275, - "ic_fluent_sport_basketball_20_filled": 61276, - "ic_fluent_sport_basketball_20_regular": 61277, - "ic_fluent_sport_hockey_20_filled": 61278, - "ic_fluent_sport_hockey_20_regular": 61279, - "ic_fluent_sport_soccer_20_filled": 61280, - "ic_fluent_sport_soccer_20_regular": 61281, - "ic_fluent_square_20_filled": 61282, - "ic_fluent_square_20_regular": 61283, - "ic_fluent_square_add_20_filled": 61284, - "ic_fluent_square_add_20_regular": 61285, - "ic_fluent_square_arrow_forward_20_filled": 61286, - "ic_fluent_square_arrow_forward_20_regular": 61287, - "ic_fluent_square_dismiss_20_filled": 61288, - "ic_fluent_square_dismiss_20_regular": 61289, - "ic_fluent_square_dovetail_joint_20_filled": 61290, - "ic_fluent_square_dovetail_joint_20_regular": 61291, - "ic_fluent_square_eraser_20_filled": 61292, - "ic_fluent_square_eraser_20_regular": 61293, - "ic_fluent_square_hint_20_filled": 61294, - "ic_fluent_square_hint_20_regular": 61295, - "ic_fluent_square_hint_apps_20_filled": 61296, - "ic_fluent_square_hint_apps_20_regular": 61297, - "ic_fluent_square_hint_arrow_back_20_filled": 61298, - "ic_fluent_square_hint_arrow_back_20_regular": 61299, - "ic_fluent_square_hint_hexagon_20_filled": 61300, - "ic_fluent_square_hint_hexagon_20_regular": 61301, - "ic_fluent_square_hint_sparkles_20_filled": 61302, - "ic_fluent_square_hint_sparkles_20_regular": 61303, - "ic_fluent_square_multiple_20_filled": 61304, - "ic_fluent_square_multiple_20_regular": 61305, - "ic_fluent_square_shadow_20_filled": 61306, - "ic_fluent_square_shadow_20_regular": 61307, - "ic_fluent_squares_nested_20_filled": 61308, - "ic_fluent_squares_nested_20_regular": 61309, - "ic_fluent_stack_20_filled": 61310, - "ic_fluent_stack_20_regular": 61311, - "ic_fluent_stack_add_20_filled": 61312, - "ic_fluent_stack_add_20_regular": 61313, - "ic_fluent_stack_arrow_forward_20_filled": 61314, - "ic_fluent_stack_arrow_forward_20_regular": 61315, - "ic_fluent_stack_star_20_filled": 61316, - "ic_fluent_stack_star_20_regular": 61317, - "ic_fluent_stack_vertical_20_filled": 61318, - "ic_fluent_stack_vertical_20_regular": 61319, - "ic_fluent_star_20_filled": 61320, - "ic_fluent_star_20_regular": 61321, - "ic_fluent_star_add_20_filled": 61322, - "ic_fluent_star_add_20_regular": 61323, - "ic_fluent_star_arrow_back_20_filled": 61324, - "ic_fluent_star_arrow_back_20_regular": 61325, - "ic_fluent_star_arrow_right_end_20_filled": 61326, - "ic_fluent_star_arrow_right_end_20_regular": 61327, - "ic_fluent_star_arrow_right_start_20_filled": 61328, - "ic_fluent_star_arrow_right_start_20_regular": 61329, - "ic_fluent_star_checkmark_20_filled": 61330, - "ic_fluent_star_checkmark_20_regular": 61331, - "ic_fluent_star_dismiss_20_filled": 61332, - "ic_fluent_star_dismiss_20_regular": 61333, - "ic_fluent_star_edit_20_filled": 61334, - "ic_fluent_star_edit_20_regular": 61335, - "ic_fluent_star_emphasis_20_filled": 61336, - "ic_fluent_star_emphasis_20_regular": 61337, - "ic_fluent_star_half_20_filled": 61338, - "ic_fluent_star_half_20_regular": 61339, - "ic_fluent_star_line_horizontal_3_20_filled": 61340, - "ic_fluent_star_line_horizontal_3_20_regular": 61341, - "ic_fluent_star_off_20_filled": 61342, - "ic_fluent_star_off_20_regular": 61343, - "ic_fluent_star_one_quarter_20_filled": 61344, - "ic_fluent_star_one_quarter_20_regular": 61345, - "ic_fluent_star_prohibited_20_filled": 61346, - "ic_fluent_star_prohibited_20_regular": 61347, - "ic_fluent_star_settings_20_filled": 61348, - "ic_fluent_star_settings_20_regular": 61349, - "ic_fluent_star_three_quarter_20_filled": 61350, - "ic_fluent_star_three_quarter_20_regular": 61351, - "ic_fluent_status_20_filled": 61352, - "ic_fluent_status_20_regular": 61353, - "ic_fluent_step_20_filled": 61354, - "ic_fluent_step_20_regular": 61355, - "ic_fluent_steps_20_filled": 61356, - "ic_fluent_steps_20_regular": 61357, - "ic_fluent_stethoscope_20_filled": 61358, - "ic_fluent_stethoscope_20_regular": 61359, - "ic_fluent_sticker_20_filled": 61360, - "ic_fluent_sticker_20_regular": 61361, - "ic_fluent_sticker_add_20_filled": 61362, - "ic_fluent_sticker_add_20_regular": 61363, - "ic_fluent_stop_20_filled": 61364, - "ic_fluent_stop_20_regular": 61365, - "ic_fluent_storage_20_filled": 61366, - "ic_fluent_storage_20_regular": 61367, - "ic_fluent_store_microsoft_20_filled": 61368, - "ic_fluent_store_microsoft_20_regular": 61369, - "ic_fluent_stream_20_filled": 61370, - "ic_fluent_stream_20_regular": 61371, - "ic_fluent_stream_input_20_filled": 61372, - "ic_fluent_stream_input_20_regular": 61373, - "ic_fluent_stream_input_output_20_filled": 61374, - "ic_fluent_stream_input_output_20_regular": 61375, - "ic_fluent_stream_output_20_filled": 61376, - "ic_fluent_stream_output_20_regular": 61377, - "ic_fluent_street_sign_20_filled": 61378, - "ic_fluent_street_sign_20_regular": 61379, - "ic_fluent_style_guide_20_filled": 61380, - "ic_fluent_style_guide_20_regular": 61381, - "ic_fluent_sub_grid_20_filled": 61382, - "ic_fluent_sub_grid_20_regular": 61383, - "ic_fluent_subtitles_20_filled": 61384, - "ic_fluent_subtitles_20_regular": 61385, - "ic_fluent_subtract_20_filled": 61386, - "ic_fluent_subtract_20_regular": 61387, - "ic_fluent_subtract_circle_20_filled": 61388, - "ic_fluent_subtract_circle_20_regular": 61389, - "ic_fluent_subtract_circle_arrow_back_20_filled": 61390, - "ic_fluent_subtract_circle_arrow_back_20_regular": 61391, - "ic_fluent_subtract_circle_arrow_forward_20_filled": 61392, - "ic_fluent_subtract_circle_arrow_forward_20_regular": 61393, - "ic_fluent_subtract_parentheses_20_filled": 61394, - "ic_fluent_subtract_parentheses_20_regular": 61395, - "ic_fluent_subtract_square_20_filled": 61396, - "ic_fluent_subtract_square_20_regular": 61397, - "ic_fluent_subtract_square_multiple_20_filled": 61398, - "ic_fluent_subtract_square_multiple_20_regular": 61399, - "ic_fluent_surface_earbuds_20_filled": 61400, - "ic_fluent_surface_earbuds_20_regular": 61401, - "ic_fluent_surface_hub_20_filled": 61402, - "ic_fluent_surface_hub_20_regular": 61403, - "ic_fluent_swimming_pool_20_filled": 61404, - "ic_fluent_swimming_pool_20_regular": 61405, - "ic_fluent_swipe_down_20_filled": 61406, - "ic_fluent_swipe_down_20_regular": 61407, - "ic_fluent_swipe_right_20_filled": 61408, - "ic_fluent_swipe_right_20_regular": 61409, - "ic_fluent_swipe_up_20_filled": 61410, - "ic_fluent_swipe_up_20_regular": 61411, - "ic_fluent_symbols_20_filled": 61412, - "ic_fluent_symbols_20_regular": 61413, - "ic_fluent_sync_off_20_filled": 61414, - "ic_fluent_sync_off_20_regular": 61415, - "ic_fluent_syringe_20_filled": 61416, - "ic_fluent_syringe_20_regular": 61417, - "ic_fluent_system_20_filled": 61418, - "ic_fluent_system_20_regular": 61419, - "ic_fluent_tab_20_filled": 61420, - "ic_fluent_tab_20_regular": 61421, - "ic_fluent_tab_add_20_filled": 61422, - "ic_fluent_tab_add_20_regular": 61423, - "ic_fluent_tab_arrow_left_20_filled": 61424, - "ic_fluent_tab_arrow_left_20_regular": 61425, - "ic_fluent_tab_desktop_20_filled": 61426, - "ic_fluent_tab_desktop_20_regular": 61427, - "ic_fluent_tab_desktop_arrow_clockwise_20_filled": 61428, - "ic_fluent_tab_desktop_arrow_clockwise_20_regular": 61429, - "ic_fluent_tab_desktop_arrow_left_20_filled": 61430, - "ic_fluent_tab_desktop_arrow_left_20_regular": 61431, - "ic_fluent_tab_desktop_bottom_20_filled": 61432, - "ic_fluent_tab_desktop_bottom_20_regular": 61433, - "ic_fluent_tab_desktop_clock_20_filled": 61434, - "ic_fluent_tab_desktop_clock_20_regular": 61435, - "ic_fluent_tab_desktop_copy_20_filled": 61436, - "ic_fluent_tab_desktop_copy_20_regular": 61437, - "ic_fluent_tab_desktop_image_20_filled": 61438, - "ic_fluent_tab_desktop_image_20_regular": 61439, - "ic_fluent_tab_desktop_link_20_filled": 61440, - "ic_fluent_tab_desktop_link_20_regular": 61441, - "ic_fluent_tab_desktop_multiple_20_filled": 61442, - "ic_fluent_tab_desktop_multiple_20_regular": 61443, - "ic_fluent_tab_desktop_multiple_add_20_filled": 61444, - "ic_fluent_tab_desktop_multiple_add_20_regular": 61445, - "ic_fluent_tab_desktop_multiple_bottom_20_filled": 61446, - "ic_fluent_tab_desktop_multiple_bottom_20_regular": 61447, - "ic_fluent_tab_desktop_multiple_sparkle_20_filled": 61448, - "ic_fluent_tab_desktop_multiple_sparkle_20_regular": 61449, - "ic_fluent_tab_desktop_new_page_20_filled": 61450, - "ic_fluent_tab_desktop_new_page_20_regular": 61451, - "ic_fluent_tab_desktop_search_20_filled": 61452, - "ic_fluent_tab_desktop_search_20_regular": 61453, - "ic_fluent_tab_group_20_filled": 61454, - "ic_fluent_tab_group_20_regular": 61455, - "ic_fluent_tab_in_private_20_filled": 61456, - "ic_fluent_tab_in_private_20_regular": 61457, - "ic_fluent_tab_inprivate_account_20_filled": 61458, - "ic_fluent_tab_inprivate_account_20_regular": 61459, - "ic_fluent_tab_prohibited_20_filled": 61460, - "ic_fluent_tab_prohibited_20_regular": 61461, - "ic_fluent_tab_shield_dismiss_20_filled": 61462, - "ic_fluent_tab_shield_dismiss_20_regular": 61463, - "ic_fluent_table_20_filled": 61464, - "ic_fluent_table_20_regular": 61465, - "ic_fluent_table_add_20_filled": 61466, - "ic_fluent_table_add_20_regular": 61467, - "ic_fluent_table_arrow_up_20_filled": 61468, - "ic_fluent_table_arrow_up_20_regular": 61469, - "ic_fluent_table_bottom_row_20_filled": 61470, - "ic_fluent_table_bottom_row_20_regular": 61471, - "ic_fluent_table_calculator_20_filled": 61472, - "ic_fluent_table_calculator_20_regular": 61473, - "ic_fluent_table_cell_edit_20_filled": 61474, - "ic_fluent_table_cell_edit_20_regular": 61475, - "ic_fluent_table_cells_merge_20_filled": 61476, - "ic_fluent_table_cells_merge_20_regular": 61477, - "ic_fluent_table_cells_split_20_filled": 61478, - "ic_fluent_table_cells_split_20_regular": 61479, - "ic_fluent_table_checker_20_filled": 61480, - "ic_fluent_table_checker_20_regular": 61481, - "ic_fluent_table_column_top_bottom_20_filled": 61482, - "ic_fluent_table_column_top_bottom_20_regular": 61483, - "ic_fluent_table_copy_20_filled": 61484, - "ic_fluent_table_copy_20_regular": 61485, - "ic_fluent_table_cursor_20_filled": 61486, - "ic_fluent_table_cursor_20_regular": 61487, - "ic_fluent_table_delete_column_20_filled": 61488, - "ic_fluent_table_delete_column_20_regular": 61489, - "ic_fluent_table_delete_row_20_filled": 61490, - "ic_fluent_table_delete_row_20_regular": 61491, - "ic_fluent_table_dismiss_20_filled": 61492, - "ic_fluent_table_dismiss_20_regular": 61493, - "ic_fluent_table_edit_20_filled": 61494, - "ic_fluent_table_edit_20_regular": 61495, - "ic_fluent_table_freeze_column_20_filled": 61496, - "ic_fluent_table_freeze_column_20_regular": 61497, - "ic_fluent_table_freeze_column_and_row_20_filled": 61498, - "ic_fluent_table_freeze_column_and_row_20_regular": 61499, - "ic_fluent_table_freeze_row_20_filled": 61500, - "ic_fluent_table_freeze_row_20_regular": 61501, - "ic_fluent_table_image_20_filled": 61502, - "ic_fluent_table_image_20_regular": 61503, - "ic_fluent_table_insert_column_20_filled": 61504, - "ic_fluent_table_insert_column_20_regular": 61505, - "ic_fluent_table_insert_row_20_filled": 61506, - "ic_fluent_table_insert_row_20_regular": 61507, - "ic_fluent_table_lightning_20_filled": 61508, - "ic_fluent_table_lightning_20_regular": 61509, - "ic_fluent_table_link_20_filled": 61510, - "ic_fluent_table_link_20_regular": 61511, - "ic_fluent_table_lock_20_filled": 61512, - "ic_fluent_table_lock_20_regular": 61513, - "ic_fluent_table_move_above_20_filled": 61514, - "ic_fluent_table_move_above_20_regular": 61515, - "ic_fluent_table_move_below_20_filled": 61516, - "ic_fluent_table_move_below_20_regular": 61517, - "ic_fluent_table_move_left_20_filled": 61518, - "ic_fluent_table_move_left_20_regular": 61519, - "ic_fluent_table_move_right_20_filled": 61520, - "ic_fluent_table_move_right_20_regular": 61521, - "ic_fluent_table_multiple_20_filled": 61522, - "ic_fluent_table_multiple_20_regular": 61523, - "ic_fluent_table_offset_20_filled": 61524, - "ic_fluent_table_offset_20_regular": 61525, - "ic_fluent_table_offset_add_20_filled": 61526, - "ic_fluent_table_offset_add_20_regular": 61527, - "ic_fluent_table_offset_less_than_or_equal_to_20_filled": 61528, - "ic_fluent_table_offset_less_than_or_equal_to_20_regular": 61529, - "ic_fluent_table_offset_settings_20_filled": 61530, - "ic_fluent_table_offset_settings_20_regular": 61531, - "ic_fluent_table_resize_column_20_filled": 61532, - "ic_fluent_table_resize_column_20_regular": 61533, - "ic_fluent_table_resize_row_20_filled": 61534, - "ic_fluent_table_resize_row_20_regular": 61535, - "ic_fluent_table_search_20_filled": 61536, - "ic_fluent_table_search_20_regular": 61537, - "ic_fluent_table_settings_20_filled": 61538, - "ic_fluent_table_settings_20_regular": 61539, - "ic_fluent_table_simple_20_filled": 61540, - "ic_fluent_table_simple_20_regular": 61541, - "ic_fluent_table_simple_checkmark_20_filled": 61542, - "ic_fluent_table_simple_checkmark_20_regular": 61543, - "ic_fluent_table_simple_exclude_20_filled": 61544, - "ic_fluent_table_simple_exclude_20_regular": 61545, - "ic_fluent_table_simple_include_20_filled": 61546, - "ic_fluent_table_simple_include_20_regular": 61547, - "ic_fluent_table_simple_multiple_20_filled": 61548, - "ic_fluent_table_simple_multiple_20_regular": 61549, - "ic_fluent_table_sparkle_20_filled": 61550, - "ic_fluent_table_sparkle_20_regular": 61551, - "ic_fluent_table_split_20_filled": 61552, - "ic_fluent_table_split_20_regular": 61553, - "ic_fluent_table_stack_above_20_filled": 61554, - "ic_fluent_table_stack_above_20_regular": 61555, - "ic_fluent_table_stack_below_20_filled": 61556, - "ic_fluent_table_stack_below_20_regular": 61557, - "ic_fluent_table_stack_left_20_filled": 61558, - "ic_fluent_table_stack_left_20_regular": 61559, - "ic_fluent_table_stack_right_20_filled": 61560, - "ic_fluent_table_stack_right_20_regular": 61561, - "ic_fluent_table_switch_20_filled": 61562, - "ic_fluent_table_switch_20_regular": 61563, - "ic_fluent_tablet_20_filled": 61564, - "ic_fluent_tablet_20_regular": 61565, - "ic_fluent_tablet_laptop_20_filled": 61566, - "ic_fluent_tablet_laptop_20_regular": 61567, - "ic_fluent_tablet_speaker_20_filled": 61568, - "ic_fluent_tablet_speaker_20_regular": 61569, - "ic_fluent_tabs_20_filled": 61570, - "ic_fluent_tabs_20_regular": 61571, - "ic_fluent_tag_20_filled": 61572, - "ic_fluent_tag_20_regular": 61573, - "ic_fluent_tag_circle_20_filled": 61574, - "ic_fluent_tag_circle_20_regular": 61575, - "ic_fluent_tag_dismiss_20_filled": 61576, - "ic_fluent_tag_dismiss_20_regular": 61577, - "ic_fluent_tag_error_20_filled": 61578, - "ic_fluent_tag_error_20_regular": 61579, - "ic_fluent_tag_lock_20_filled": 61580, - "ic_fluent_tag_lock_20_regular": 61581, - "ic_fluent_tag_lock_accent_20_filled": 61582, - "ic_fluent_tag_multiple_20_filled": 61583, - "ic_fluent_tag_multiple_20_regular": 61584, - "ic_fluent_tag_off_20_filled": 61585, - "ic_fluent_tag_off_20_regular": 61586, - "ic_fluent_tag_question_mark_20_filled": 61587, - "ic_fluent_tag_question_mark_20_regular": 61588, - "ic_fluent_tag_reset_20_filled": 61589, - "ic_fluent_tag_reset_20_regular": 61590, - "ic_fluent_tag_search_20_filled": 61591, - "ic_fluent_tag_search_20_regular": 61592, - "ic_fluent_tap_double_20_filled": 61593, - "ic_fluent_tap_double_20_regular": 61594, - "ic_fluent_tap_single_20_filled": 61595, - "ic_fluent_tap_single_20_regular": 61596, - "ic_fluent_target_20_filled": 61597, - "ic_fluent_target_20_regular": 61598, - "ic_fluent_target_add_20_filled": 61599, - "ic_fluent_target_add_20_regular": 61600, - "ic_fluent_target_arrow_20_filled": 61601, - "ic_fluent_target_arrow_20_regular": 61602, - "ic_fluent_target_dismiss_20_filled": 61603, - "ic_fluent_target_dismiss_20_regular": 61604, - "ic_fluent_target_edit_20_filled": 61605, - "ic_fluent_target_edit_20_regular": 61606, - "ic_fluent_task_list_add_20_filled": 61607, - "ic_fluent_task_list_add_20_regular": 61608, - "ic_fluent_task_list_ltr_20_filled": 61609, - "ic_fluent_task_list_ltr_20_regular": 61610, - "ic_fluent_task_list_rtl_20_filled": 61611, - "ic_fluent_task_list_rtl_20_regular": 61612, - "ic_fluent_task_list_square_add_20_filled": 61613, - "ic_fluent_task_list_square_add_20_regular": 61614, - "ic_fluent_task_list_square_database_20_filled": 61615, - "ic_fluent_task_list_square_database_20_regular": 61616, - "ic_fluent_task_list_square_ltr_20_filled": 61617, - "ic_fluent_task_list_square_ltr_20_regular": 61618, - "ic_fluent_task_list_square_person_20_filled": 61619, - "ic_fluent_task_list_square_person_20_regular": 61620, - "ic_fluent_task_list_square_rtl_20_filled": 61621, - "ic_fluent_task_list_square_rtl_20_regular": 61622, - "ic_fluent_task_list_square_settings_20_filled": 61623, - "ic_fluent_task_list_square_settings_20_regular": 61624, - "ic_fluent_tasks_app_20_filled": 61625, - "ic_fluent_tasks_app_20_regular": 61626, - "ic_fluent_teaching_20_filled": 61627, - "ic_fluent_teaching_20_regular": 61628, - "ic_fluent_teardrop_bottom_right_20_filled": 61629, - "ic_fluent_teardrop_bottom_right_20_regular": 61630, - "ic_fluent_teddy_20_filled": 61631, - "ic_fluent_teddy_20_regular": 61632, - "ic_fluent_temperature_20_filled": 61633, - "ic_fluent_temperature_20_regular": 61634, - "ic_fluent_tent_20_filled": 61635, - "ic_fluent_tent_20_regular": 61636, - "ic_fluent_tetris_app_20_filled": 61637, - "ic_fluent_tetris_app_20_regular": 61638, - "ic_fluent_text_add_20_filled": 61639, - "ic_fluent_text_add_20_regular": 61640, - "ic_fluent_text_add_space_after_20_filled": 61641, - "ic_fluent_text_add_space_after_20_regular": 61642, - "ic_fluent_text_add_space_before_20_filled": 61643, - "ic_fluent_text_add_space_before_20_regular": 61644, - "ic_fluent_text_add_t_20_filled": 61645, - "ic_fluent_text_add_t_20_regular": 61646, - "ic_fluent_text_align_center_20_filled": 61647, - "ic_fluent_text_align_center_20_regular": 61648, - "ic_fluent_text_align_center_rotate_270_20_filled": 61649, - "ic_fluent_text_align_center_rotate_270_20_regular": 61650, - "ic_fluent_text_align_center_rotate_90_20_filled": 61651, - "ic_fluent_text_align_center_rotate_90_20_regular": 61652, - "ic_fluent_text_align_distributed_20_filled": 61653, - "ic_fluent_text_align_distributed_20_regular": 61654, - "ic_fluent_text_align_distributed_evenly_20_filled": 61655, - "ic_fluent_text_align_distributed_evenly_20_regular": 61656, - "ic_fluent_text_align_distributed_vertical_20_filled": 61657, - "ic_fluent_text_align_distributed_vertical_20_regular": 61658, - "ic_fluent_text_align_justify_20_filled": 61659, - "ic_fluent_text_align_justify_20_regular": 61660, - "ic_fluent_text_align_justify_low_20_filled": 61661, - "ic_fluent_text_align_justify_low_20_regular": 61662, - "ic_fluent_text_align_justify_low_90_20_filled": 61663, - "ic_fluent_text_align_justify_low_90_20_regular": 61664, - "ic_fluent_text_align_justify_low_rotate_270_20_filled": 61665, - "ic_fluent_text_align_justify_low_rotate_270_20_regular": 61666, - "ic_fluent_text_align_justify_low_rotate_90_20_filled": 61667, - "ic_fluent_text_align_justify_low_rotate_90_20_regular": 61668, - "ic_fluent_text_align_justify_rotate_270_20_filled": 61669, - "ic_fluent_text_align_justify_rotate_270_20_regular": 61670, - "ic_fluent_text_align_justify_rotate_90_20_filled": 61671, - "ic_fluent_text_align_justify_rotate_90_20_regular": 61672, - "ic_fluent_text_align_left_20_filled": 61673, - "ic_fluent_text_align_left_20_regular": 61674, - "ic_fluent_text_align_left_rotate_270_20_filled": 61675, - "ic_fluent_text_align_left_rotate_270_20_regular": 61676, - "ic_fluent_text_align_left_rotate_90_20_filled": 61677, - "ic_fluent_text_align_left_rotate_90_20_regular": 61678, - "ic_fluent_text_align_right_20_filled": 61679, - "ic_fluent_text_align_right_20_regular": 61680, - "ic_fluent_text_align_right_rotate_270_20_filled": 61681, - "ic_fluent_text_align_right_rotate_270_20_regular": 61682, - "ic_fluent_text_align_right_rotate_90_20_filled": 61683, - "ic_fluent_text_align_right_rotate_90_20_regular": 61684, - "ic_fluent_text_arrow_down_right_column_20_filled": 61685, - "ic_fluent_text_arrow_down_right_column_20_regular": 61686, - "ic_fluent_text_asterisk_20_filled": 61687, - "ic_fluent_text_asterisk_20_regular": 61688, - "ic_fluent_text_baseline_20_filled": 61689, - "ic_fluent_text_baseline_20_regular": 61690, - "ic_fluent_text_bold_20_filled": 61691, - "ic_fluent_text_bold_20_regular": 61692, - "ic_fluent_text_box_settings_20_filled": 61693, - "ic_fluent_text_box_settings_20_regular": 61694, - "ic_fluent_text_bullet_list_20_filled": 61695, - "ic_fluent_text_bullet_list_20_regular": 61696, - "ic_fluent_text_bullet_list_90_20_filled": 61697, - "ic_fluent_text_bullet_list_90_20_regular": 61698, - "ic_fluent_text_bullet_list_add_20_filled": 61699, - "ic_fluent_text_bullet_list_add_20_regular": 61700, - "ic_fluent_text_bullet_list_checkmark_20_filled": 61701, - "ic_fluent_text_bullet_list_checkmark_20_regular": 61702, - "ic_fluent_text_bullet_list_dismiss_20_filled": 61703, - "ic_fluent_text_bullet_list_dismiss_20_regular": 61704, - "ic_fluent_text_bullet_list_ltr_20_filled": 61705, - "ic_fluent_text_bullet_list_ltr_20_regular": 61706, - "ic_fluent_text_bullet_list_ltr_90_20_filled": 61707, - "ic_fluent_text_bullet_list_ltr_90_20_regular": 61708, - "ic_fluent_text_bullet_list_rtl_20_filled": 61709, - "ic_fluent_text_bullet_list_rtl_20_regular": 61710, - "ic_fluent_text_bullet_list_rtl_90_20_filled": 61711, - "ic_fluent_text_bullet_list_rtl_90_20_regular": 61712, - "ic_fluent_text_bullet_list_square_20_filled": 61713, - "ic_fluent_text_bullet_list_square_20_regular": 61714, - "ic_fluent_text_bullet_list_square_clock_20_filled": 61715, - "ic_fluent_text_bullet_list_square_clock_20_regular": 61716, - "ic_fluent_text_bullet_list_square_edit_20_filled": 61717, - "ic_fluent_text_bullet_list_square_edit_20_regular": 61718, - "ic_fluent_text_bullet_list_square_person_20_filled": 61719, - "ic_fluent_text_bullet_list_square_person_20_regular": 61720, - "ic_fluent_text_bullet_list_square_search_20_filled": 61721, - "ic_fluent_text_bullet_list_square_search_20_regular": 61722, - "ic_fluent_text_bullet_list_square_settings_20_filled": 61723, - "ic_fluent_text_bullet_list_square_settings_20_regular": 61724, - "ic_fluent_text_bullet_list_square_shield_20_filled": 61725, - "ic_fluent_text_bullet_list_square_shield_20_regular": 61726, - "ic_fluent_text_bullet_list_square_sparkle_20_filled": 61727, - "ic_fluent_text_bullet_list_square_sparkle_20_regular": 61728, - "ic_fluent_text_bullet_list_square_toolbox_20_filled": 61729, - "ic_fluent_text_bullet_list_square_toolbox_20_regular": 61730, - "ic_fluent_text_bullet_list_square_warning_20_filled": 61731, - "ic_fluent_text_bullet_list_square_warning_20_regular": 61732, - "ic_fluent_text_bullet_list_tree_20_filled": 61733, - "ic_fluent_text_bullet_list_tree_20_regular": 61734, - "ic_fluent_text_case_lowercase_20_filled": 61735, - "ic_fluent_text_case_lowercase_20_regular": 61736, - "ic_fluent_text_case_title_20_filled": 61737, - "ic_fluent_text_case_title_20_regular": 61738, - "ic_fluent_text_case_uppercase_20_filled": 61739, - "ic_fluent_text_case_uppercase_20_regular": 61740, - "ic_fluent_text_change_case_20_filled": 61741, - "ic_fluent_text_change_case_20_regular": 61742, - "ic_fluent_text_clear_formatting_20_filled": 61743, - "ic_fluent_text_clear_formatting_20_regular": 61744, - "ic_fluent_text_collapse_20_filled": 61745, - "ic_fluent_text_collapse_20_regular": 61746, - "ic_fluent_text_color_20_filled": 61747, - "ic_fluent_text_color_20_regular": 61748, - "ic_fluent_text_color_accent_20_filled": 61749, - "ic_fluent_text_column_one_20_filled": 61750, - "ic_fluent_text_column_one_20_regular": 61751, - "ic_fluent_text_column_one_narrow_20_filled": 61752, - "ic_fluent_text_column_one_narrow_20_regular": 61753, - "ic_fluent_text_column_one_semi_narrow_20_filled": 61754, - "ic_fluent_text_column_one_semi_narrow_20_regular": 61755, - "ic_fluent_text_column_one_wide_20_filled": 61756, - "ic_fluent_text_column_one_wide_20_regular": 61757, - "ic_fluent_text_column_one_wide_lightning_20_filled": 61758, - "ic_fluent_text_column_one_wide_lightning_20_regular": 61759, - "ic_fluent_text_column_three_20_filled": 61760, - "ic_fluent_text_column_three_20_regular": 61761, - "ic_fluent_text_column_two_20_filled": 61762, - "ic_fluent_text_column_two_20_regular": 61763, - "ic_fluent_text_column_two_left_20_filled": 61764, - "ic_fluent_text_column_two_left_20_regular": 61765, - "ic_fluent_text_column_two_right_20_filled": 61766, - "ic_fluent_text_column_two_right_20_regular": 61767, - "ic_fluent_text_column_wide_20_filled": 61768, - "ic_fluent_text_column_wide_20_regular": 61769, - "ic_fluent_text_continuous_20_filled": 61770, - "ic_fluent_text_continuous_20_regular": 61771, - "ic_fluent_text_density_20_filled": 61772, - "ic_fluent_text_density_20_regular": 61773, - "ic_fluent_text_description_20_filled": 61774, - "ic_fluent_text_description_20_regular": 61775, - "ic_fluent_text_description_ltr_20_filled": 61776, - "ic_fluent_text_description_ltr_20_regular": 61777, - "ic_fluent_text_description_rtl_20_filled": 61778, - "ic_fluent_text_description_rtl_20_regular": 61779, - "ic_fluent_text_direction_horizontal_left_20_filled": 61780, - "ic_fluent_text_direction_horizontal_left_20_regular": 61781, - "ic_fluent_text_direction_horizontal_ltr_20_filled": 61782, - "ic_fluent_text_direction_horizontal_ltr_20_regular": 61783, - "ic_fluent_text_direction_horizontal_right_20_filled": 61784, - "ic_fluent_text_direction_horizontal_right_20_regular": 61785, - "ic_fluent_text_direction_horizontal_rtl_20_filled": 61786, - "ic_fluent_text_direction_horizontal_rtl_20_regular": 61787, - "ic_fluent_text_direction_rotate_270_right_20_filled": 61788, - "ic_fluent_text_direction_rotate_270_right_20_regular": 61789, - "ic_fluent_text_direction_rotate_315_right_20_filled": 61790, - "ic_fluent_text_direction_rotate_315_right_20_regular": 61791, - "ic_fluent_text_direction_rotate_45_right_20_filled": 61792, - "ic_fluent_text_direction_rotate_45_right_20_regular": 61793, - "ic_fluent_text_direction_rotate_90_left_20_filled": 61794, - "ic_fluent_text_direction_rotate_90_left_20_regular": 61795, - "ic_fluent_text_direction_rotate_90_ltr_20_filled": 61796, - "ic_fluent_text_direction_rotate_90_ltr_20_regular": 61797, - "ic_fluent_text_direction_rotate_90_right_20_filled": 61798, - "ic_fluent_text_direction_rotate_90_right_20_regular": 61799, - "ic_fluent_text_direction_rotate_90_rtl_20_filled": 61800, - "ic_fluent_text_direction_rotate_90_rtl_20_regular": 61801, - "ic_fluent_text_direction_vertical_20_filled": 61802, - "ic_fluent_text_direction_vertical_20_regular": 61803, - "ic_fluent_text_edit_style_20_filled": 61804, - "ic_fluent_text_edit_style_20_regular": 61805, - "ic_fluent_text_effects_20_filled": 61806, - "ic_fluent_text_effects_20_regular": 61807, - "ic_fluent_text_effects_sparkle_20_filled": 61808, - "ic_fluent_text_effects_sparkle_20_regular": 61809, - "ic_fluent_text_expand_20_filled": 61810, - "ic_fluent_text_expand_20_regular": 61811, - "ic_fluent_text_field_20_filled": 61812, - "ic_fluent_text_field_20_regular": 61813, - "ic_fluent_text_first_line_20_filled": 61814, - "ic_fluent_text_first_line_20_regular": 61815, - "ic_fluent_text_font_20_filled": 61816, - "ic_fluent_text_font_20_regular": 61817, - "ic_fluent_text_font_info_20_filled": 61818, - "ic_fluent_text_font_info_20_regular": 61819, - "ic_fluent_text_font_size_20_filled": 61820, - "ic_fluent_text_font_size_20_regular": 61821, - "ic_fluent_text_footnote_20_filled": 61822, - "ic_fluent_text_footnote_20_regular": 61823, - "ic_fluent_text_grammar_arrow_left_20_filled": 61824, - "ic_fluent_text_grammar_arrow_left_20_regular": 61825, - "ic_fluent_text_grammar_arrow_right_20_filled": 61826, - "ic_fluent_text_grammar_arrow_right_20_regular": 61827, - "ic_fluent_text_grammar_checkmark_20_filled": 61828, - "ic_fluent_text_grammar_checkmark_20_regular": 61829, - "ic_fluent_text_grammar_dismiss_20_filled": 61830, - "ic_fluent_text_grammar_dismiss_20_regular": 61831, - "ic_fluent_text_grammar_error_20_filled": 61832, - "ic_fluent_text_grammar_error_20_regular": 61833, - "ic_fluent_text_grammar_lightning_20_filled": 61834, - "ic_fluent_text_grammar_lightning_20_regular": 61835, - "ic_fluent_text_grammar_settings_20_filled": 61836, - "ic_fluent_text_grammar_settings_20_regular": 61837, - "ic_fluent_text_grammar_wand_20_filled": 61838, - "ic_fluent_text_grammar_wand_20_regular": 61839, - "ic_fluent_text_hanging_20_filled": 61840, - "ic_fluent_text_hanging_20_regular": 61841, - "ic_fluent_text_header_1_20_filled": 61842, - "ic_fluent_text_header_1_20_regular": 61843, - "ic_fluent_text_header_1_lines_20_filled": 61844, - "ic_fluent_text_header_1_lines_20_regular": 61845, - "ic_fluent_text_header_1_lines_caret_20_filled": 61846, - "ic_fluent_text_header_1_lines_caret_20_regular": 61847, - "ic_fluent_text_header_2_20_filled": 61848, - "ic_fluent_text_header_2_20_regular": 61849, - "ic_fluent_text_header_2_lines_20_filled": 61850, - "ic_fluent_text_header_2_lines_20_regular": 61851, - "ic_fluent_text_header_2_lines_caret_20_filled": 61852, - "ic_fluent_text_header_2_lines_caret_20_regular": 61853, - "ic_fluent_text_header_3_20_filled": 61854, - "ic_fluent_text_header_3_20_regular": 61855, - "ic_fluent_text_header_3_lines_20_filled": 61856, - "ic_fluent_text_header_3_lines_20_regular": 61857, - "ic_fluent_text_header_3_lines_caret_20_filled": 61858, - "ic_fluent_text_header_3_lines_caret_20_regular": 61859, - "ic_fluent_text_indent_decrease_20_filled": 61860, - "ic_fluent_text_indent_decrease_20_regular": 61861, - "ic_fluent_text_indent_decrease_ltr_20_filled": 61862, - "ic_fluent_text_indent_decrease_ltr_20_regular": 61863, - "ic_fluent_text_indent_decrease_ltr_90_20_filled": 61864, - "ic_fluent_text_indent_decrease_ltr_90_20_regular": 61865, - "ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled": 61866, - "ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular": 61867, - "ic_fluent_text_indent_decrease_rotate_270_20_filled": 61868, - "ic_fluent_text_indent_decrease_rotate_270_20_regular": 61869, - "ic_fluent_text_indent_decrease_rotate_90_20_filled": 61870, - "ic_fluent_text_indent_decrease_rotate_90_20_regular": 61871, - "ic_fluent_text_indent_decrease_rtl_20_filled": 61872, - "ic_fluent_text_indent_decrease_rtl_20_regular": 61873, - "ic_fluent_text_indent_decrease_rtl_90_20_filled": 61874, - "ic_fluent_text_indent_decrease_rtl_90_20_regular": 61875, - "ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled": 61876, - "ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular": 61877, - "ic_fluent_text_indent_increase_20_filled": 61878, - "ic_fluent_text_indent_increase_20_regular": 61879, - "ic_fluent_text_indent_increase_ltr_20_filled": 61880, - "ic_fluent_text_indent_increase_ltr_20_regular": 61881, - "ic_fluent_text_indent_increase_ltr_90_20_filled": 61882, - "ic_fluent_text_indent_increase_ltr_90_20_regular": 61883, - "ic_fluent_text_indent_increase_ltr_rotate_270_20_filled": 61884, - "ic_fluent_text_indent_increase_ltr_rotate_270_20_regular": 61885, - "ic_fluent_text_indent_increase_rotate_270_20_filled": 61886, - "ic_fluent_text_indent_increase_rotate_270_20_regular": 61887, - "ic_fluent_text_indent_increase_rotate_90_20_filled": 61888, - "ic_fluent_text_indent_increase_rotate_90_20_regular": 61889, - "ic_fluent_text_indent_increase_rtl_20_filled": 61890, - "ic_fluent_text_indent_increase_rtl_20_regular": 61891, - "ic_fluent_text_indent_increase_rtl_90_20_filled": 61892, - "ic_fluent_text_indent_increase_rtl_90_20_regular": 61893, - "ic_fluent_text_indent_increase_rtl_rotate_270_20_filled": 61894, - "ic_fluent_text_indent_increase_rtl_rotate_270_20_regular": 61895, - "ic_fluent_text_italic_20_filled": 61896, - "ic_fluent_text_italic_20_regular": 61897, - "ic_fluent_text_line_spacing_20_filled": 61898, - "ic_fluent_text_line_spacing_20_regular": 61899, - "ic_fluent_text_more_20_filled": 61900, - "ic_fluent_text_more_20_regular": 61901, - "ic_fluent_text_number_format_20_filled": 61902, - "ic_fluent_text_number_format_20_regular": 61903, - "ic_fluent_text_number_list_ltr_20_filled": 61904, - "ic_fluent_text_number_list_ltr_20_regular": 61905, - "ic_fluent_text_number_list_ltr_90_20_filled": 61906, - "ic_fluent_text_number_list_ltr_90_20_regular": 61907, - "ic_fluent_text_number_list_ltr_rotate_270_20_filled": 61908, - "ic_fluent_text_number_list_ltr_rotate_270_20_regular": 61909, - "ic_fluent_text_number_list_rotate_270_20_filled": 61910, - "ic_fluent_text_number_list_rotate_270_20_regular": 61911, - "ic_fluent_text_number_list_rotate_90_20_filled": 61912, - "ic_fluent_text_number_list_rotate_90_20_regular": 61913, - "ic_fluent_text_number_list_rtl_20_filled": 61914, - "ic_fluent_text_number_list_rtl_20_regular": 61915, - "ic_fluent_text_number_list_rtl_90_20_filled": 61916, - "ic_fluent_text_number_list_rtl_90_20_regular": 61917, - "ic_fluent_text_number_list_rtl_rotate_270_20_filled": 61918, - "ic_fluent_text_number_list_rtl_rotate_270_20_regular": 61919, - "ic_fluent_text_paragraph_20_filled": 61920, - "ic_fluent_text_paragraph_20_regular": 61921, - "ic_fluent_text_paragraph_direction_20_filled": 61922, - "ic_fluent_text_paragraph_direction_20_regular": 61923, - "ic_fluent_text_paragraph_direction_left_20_filled": 61924, - "ic_fluent_text_paragraph_direction_left_20_regular": 61925, - "ic_fluent_text_paragraph_direction_right_20_filled": 61926, - "ic_fluent_text_paragraph_direction_right_20_regular": 61927, - "ic_fluent_text_period_asterisk_20_filled": 61928, - "ic_fluent_text_period_asterisk_20_regular": 61929, - "ic_fluent_text_position_behind_20_filled": 61930, - "ic_fluent_text_position_behind_20_regular": 61931, - "ic_fluent_text_position_front_20_filled": 61932, - "ic_fluent_text_position_front_20_regular": 61933, - "ic_fluent_text_position_line_20_filled": 61934, - "ic_fluent_text_position_line_20_regular": 61935, - "ic_fluent_text_position_square_20_filled": 61936, - "ic_fluent_text_position_square_20_regular": 61937, - "ic_fluent_text_position_square_left_20_filled": 61938, - "ic_fluent_text_position_square_left_20_regular": 61939, - "ic_fluent_text_position_square_right_20_filled": 61940, - "ic_fluent_text_position_square_right_20_regular": 61941, - "ic_fluent_text_position_through_20_filled": 61942, - "ic_fluent_text_position_through_20_regular": 61943, - "ic_fluent_text_position_tight_20_filled": 61944, - "ic_fluent_text_position_tight_20_regular": 61945, - "ic_fluent_text_position_top_bottom_20_filled": 61946, - "ic_fluent_text_position_top_bottom_20_regular": 61947, - "ic_fluent_text_proofing_tools_20_filled": 61948, - "ic_fluent_text_proofing_tools_20_regular": 61949, - "ic_fluent_text_quote_20_filled": 61950, - "ic_fluent_text_quote_20_regular": 61951, - "ic_fluent_text_sort_ascending_20_filled": 61952, - "ic_fluent_text_sort_ascending_20_regular": 61953, - "ic_fluent_text_sort_descending_20_filled": 61954, - "ic_fluent_text_sort_descending_20_regular": 61955, - "ic_fluent_text_strikethrough_20_filled": 61956, - "ic_fluent_text_strikethrough_20_regular": 61957, - "ic_fluent_text_subscript_20_filled": 61958, - "ic_fluent_text_subscript_20_regular": 61959, - "ic_fluent_text_superscript_20_filled": 61960, - "ic_fluent_text_superscript_20_regular": 61961, - "ic_fluent_text_t_20_filled": 61962, - "ic_fluent_text_t_20_regular": 61963, - "ic_fluent_text_underline_20_filled": 61964, - "ic_fluent_text_underline_20_regular": 61965, - "ic_fluent_text_underline_character_u_20_filled": 61966, - "ic_fluent_text_underline_character_u_20_regular": 61967, - "ic_fluent_text_underline_double_20_filled": 61968, - "ic_fluent_text_underline_double_20_regular": 61969, - "ic_fluent_text_whole_word_20_filled": 61970, - "ic_fluent_text_whole_word_20_regular": 61971, - "ic_fluent_text_word_count_20_filled": 61972, - "ic_fluent_text_word_count_20_regular": 61973, - "ic_fluent_text_wrap_20_filled": 61974, - "ic_fluent_text_wrap_20_regular": 61975, - "ic_fluent_text_wrap_off_20_filled": 61976, - "ic_fluent_text_wrap_off_20_regular": 61977, - "ic_fluent_textbox_20_filled": 61978, - "ic_fluent_textbox_20_regular": 61979, - "ic_fluent_textbox_align_bottom_20_filled": 61980, - "ic_fluent_textbox_align_bottom_20_regular": 61981, - "ic_fluent_textbox_align_bottom_center_20_filled": 61982, - "ic_fluent_textbox_align_bottom_center_20_regular": 61983, - "ic_fluent_textbox_align_bottom_left_20_filled": 61984, - "ic_fluent_textbox_align_bottom_left_20_regular": 61985, - "ic_fluent_textbox_align_bottom_right_20_filled": 61986, - "ic_fluent_textbox_align_bottom_right_20_regular": 61987, - "ic_fluent_textbox_align_bottom_rotate_90_20_filled": 61988, - "ic_fluent_textbox_align_bottom_rotate_90_20_regular": 61989, - "ic_fluent_textbox_align_center_20_filled": 61990, - "ic_fluent_textbox_align_center_20_regular": 61991, - "ic_fluent_textbox_align_middle_20_filled": 61992, - "ic_fluent_textbox_align_middle_20_regular": 61993, - "ic_fluent_textbox_align_middle_left_20_filled": 61994, - "ic_fluent_textbox_align_middle_left_20_regular": 61995, - "ic_fluent_textbox_align_middle_right_20_filled": 61996, - "ic_fluent_textbox_align_middle_right_20_regular": 61997, - "ic_fluent_textbox_align_middle_rotate_90_20_filled": 61998, - "ic_fluent_textbox_align_middle_rotate_90_20_regular": 61999, - "ic_fluent_textbox_align_top_20_filled": 62000, - "ic_fluent_textbox_align_top_20_regular": 62001, - "ic_fluent_textbox_align_top_center_20_filled": 62002, - "ic_fluent_textbox_align_top_center_20_regular": 62003, - "ic_fluent_textbox_align_top_left_20_filled": 62004, - "ic_fluent_textbox_align_top_left_20_regular": 62005, - "ic_fluent_textbox_align_top_right_20_filled": 62006, - "ic_fluent_textbox_align_top_right_20_regular": 62007, - "ic_fluent_textbox_align_top_rotate_90_20_filled": 62008, - "ic_fluent_textbox_align_top_rotate_90_20_regular": 62009, - "ic_fluent_textbox_more_20_filled": 62010, - "ic_fluent_textbox_more_20_regular": 62011, - "ic_fluent_textbox_rotate_90_20_filled": 62012, - "ic_fluent_textbox_rotate_90_20_regular": 62013, - "ic_fluent_textbox_settings_20_filled": 62014, - "ic_fluent_textbox_settings_20_regular": 62015, - "ic_fluent_thinking_20_filled": 62016, - "ic_fluent_thinking_20_regular": 62017, - "ic_fluent_thumb_dislike_20_filled": 62018, - "ic_fluent_thumb_dislike_20_regular": 62019, - "ic_fluent_thumb_like_20_filled": 62020, - "ic_fluent_thumb_like_20_regular": 62021, - "ic_fluent_thumb_like_dislike_20_filled": 62022, - "ic_fluent_thumb_like_dislike_20_regular": 62023, - "ic_fluent_ticket_diagonal_20_filled": 62024, - "ic_fluent_ticket_diagonal_20_regular": 62025, - "ic_fluent_ticket_horizontal_20_filled": 62026, - "ic_fluent_ticket_horizontal_20_regular": 62027, - "ic_fluent_time_and_weather_20_filled": 62028, - "ic_fluent_time_and_weather_20_regular": 62029, - "ic_fluent_time_picker_20_filled": 62030, - "ic_fluent_time_picker_20_regular": 62031, - "ic_fluent_timeline_20_filled": 62032, - "ic_fluent_timeline_20_regular": 62033, - "ic_fluent_timer_10_20_filled": 62034, - "ic_fluent_timer_10_20_regular": 62035, - "ic_fluent_timer_2_20_filled": 62036, - "ic_fluent_timer_2_20_regular": 62037, - "ic_fluent_timer_20_filled": 62038, - "ic_fluent_timer_20_regular": 62039, - "ic_fluent_timer_3_20_filled": 62040, - "ic_fluent_timer_3_20_regular": 62041, - "ic_fluent_timer_off_20_filled": 62042, - "ic_fluent_timer_off_20_regular": 62043, - "ic_fluent_toggle_left_20_filled": 62044, - "ic_fluent_toggle_left_20_regular": 62045, - "ic_fluent_toggle_multiple_20_filled": 62046, - "ic_fluent_toggle_multiple_20_regular": 62047, - "ic_fluent_toggle_right_20_filled": 62048, - "ic_fluent_toggle_right_20_regular": 62049, - "ic_fluent_toolbox_20_filled": 62050, - "ic_fluent_toolbox_20_regular": 62051, - "ic_fluent_tooltip_quote_20_filled": 62052, - "ic_fluent_tooltip_quote_20_regular": 62053, - "ic_fluent_top_speed_20_filled": 62054, - "ic_fluent_top_speed_20_regular": 62055, - "ic_fluent_translate_20_filled": 62056, - "ic_fluent_translate_20_regular": 62057, - "ic_fluent_translate_auto_20_filled": 62058, - "ic_fluent_translate_auto_20_regular": 62059, - "ic_fluent_translate_off_20_filled": 62060, - "ic_fluent_translate_off_20_regular": 62061, - "ic_fluent_transmission_20_filled": 62062, - "ic_fluent_transmission_20_regular": 62063, - "ic_fluent_transparency_square_20_filled": 62064, - "ic_fluent_transparency_square_20_regular": 62065, - "ic_fluent_tray_item_add_20_filled": 62066, - "ic_fluent_tray_item_add_20_regular": 62067, - "ic_fluent_tray_item_remove_20_filled": 62068, - "ic_fluent_tray_item_remove_20_regular": 62069, - "ic_fluent_tree_deciduous_20_filled": 62070, - "ic_fluent_tree_deciduous_20_regular": 62071, - "ic_fluent_tree_evergreen_20_filled": 62072, - "ic_fluent_tree_evergreen_20_regular": 62073, - "ic_fluent_triangle_20_filled": 62074, - "ic_fluent_triangle_20_regular": 62075, - "ic_fluent_triangle_down_20_filled": 62076, - "ic_fluent_triangle_down_20_regular": 62077, - "ic_fluent_triangle_left_20_filled": 62078, - "ic_fluent_triangle_left_20_regular": 62079, - "ic_fluent_triangle_right_20_filled": 62080, - "ic_fluent_triangle_right_20_regular": 62081, - "ic_fluent_triangle_up_20_filled": 62082, - "ic_fluent_triangle_up_20_regular": 62083, - "ic_fluent_trophy_20_filled": 62084, - "ic_fluent_trophy_20_regular": 62085, - "ic_fluent_trophy_lock_20_filled": 62086, - "ic_fluent_trophy_lock_20_regular": 62087, - "ic_fluent_trophy_off_20_filled": 62088, - "ic_fluent_trophy_off_20_regular": 62089, - "ic_fluent_tv_20_filled": 62090, - "ic_fluent_tv_20_regular": 62091, - "ic_fluent_tv_arrow_right_20_filled": 62092, - "ic_fluent_tv_arrow_right_20_regular": 62093, - "ic_fluent_tv_usb_20_filled": 62094, - "ic_fluent_tv_usb_20_regular": 62095, - "ic_fluent_umbrella_20_filled": 62096, - "ic_fluent_umbrella_20_regular": 62097, - "ic_fluent_uninstall_app_20_filled": 62098, - "ic_fluent_uninstall_app_20_regular": 62099, - "ic_fluent_usb_plug_20_filled": 62100, - "ic_fluent_usb_plug_20_regular": 62101, - "ic_fluent_usb_stick_20_filled": 62102, - "ic_fluent_usb_stick_20_regular": 62103, - "ic_fluent_vault_20_filled": 62104, - "ic_fluent_vault_20_regular": 62105, - "ic_fluent_vehicle_bicycle_20_filled": 62106, - "ic_fluent_vehicle_bicycle_20_regular": 62107, - "ic_fluent_vehicle_bus_20_filled": 62108, - "ic_fluent_vehicle_bus_20_regular": 62109, - "ic_fluent_vehicle_cab_20_filled": 62110, - "ic_fluent_vehicle_cab_20_regular": 62111, - "ic_fluent_vehicle_cable_car_20_filled": 62112, - "ic_fluent_vehicle_cable_car_20_regular": 62113, - "ic_fluent_vehicle_car_20_filled": 62114, - "ic_fluent_vehicle_car_20_regular": 62115, - "ic_fluent_vehicle_car_collision_20_filled": 62116, - "ic_fluent_vehicle_car_collision_20_regular": 62117, - "ic_fluent_vehicle_car_parking_20_filled": 62118, - "ic_fluent_vehicle_car_parking_20_regular": 62119, - "ic_fluent_vehicle_car_profile_20_filled": 62120, - "ic_fluent_vehicle_car_profile_20_regular": 62121, - "ic_fluent_vehicle_car_profile_ltr_20_filled": 62122, - "ic_fluent_vehicle_car_profile_ltr_20_regular": 62123, - "ic_fluent_vehicle_car_profile_ltr_clock_20_filled": 62124, - "ic_fluent_vehicle_car_profile_ltr_clock_20_regular": 62125, - "ic_fluent_vehicle_car_profile_rtl_20_filled": 62126, - "ic_fluent_vehicle_car_profile_rtl_20_regular": 62127, - "ic_fluent_vehicle_motorcycle_20_filled": 62128, - "ic_fluent_vehicle_motorcycle_20_regular": 62129, - "ic_fluent_vehicle_ship_20_filled": 62130, - "ic_fluent_vehicle_ship_20_regular": 62131, - "ic_fluent_vehicle_subway_20_filled": 62132, - "ic_fluent_vehicle_subway_20_regular": 62133, - "ic_fluent_vehicle_subway_clock_20_filled": 62134, - "ic_fluent_vehicle_subway_clock_20_regular": 62135, - "ic_fluent_vehicle_tractor_20_filled": 62136, - "ic_fluent_vehicle_tractor_20_regular": 62137, - "ic_fluent_vehicle_truck_20_filled": 62138, - "ic_fluent_vehicle_truck_20_regular": 62139, - "ic_fluent_vehicle_truck_bag_20_filled": 62140, - "ic_fluent_vehicle_truck_bag_20_regular": 62141, - "ic_fluent_vehicle_truck_cube_20_filled": 62142, - "ic_fluent_vehicle_truck_cube_20_regular": 62143, - "ic_fluent_vehicle_truck_profile_20_filled": 62144, - "ic_fluent_vehicle_truck_profile_20_regular": 62145, - "ic_fluent_video_20_filled": 62146, - "ic_fluent_video_20_regular": 62147, - "ic_fluent_video_360_20_filled": 62148, - "ic_fluent_video_360_20_regular": 62149, - "ic_fluent_video_360_off_20_filled": 62150, - "ic_fluent_video_360_off_20_regular": 62151, - "ic_fluent_video_add_20_filled": 62152, - "ic_fluent_video_add_20_regular": 62153, - "ic_fluent_video_background_effect_20_filled": 62154, - "ic_fluent_video_background_effect_20_regular": 62155, - "ic_fluent_video_background_effect_horizontal_20_filled": 62156, - "ic_fluent_video_background_effect_horizontal_20_regular": 62157, - "ic_fluent_video_chat_20_filled": 62158, - "ic_fluent_video_chat_20_regular": 62159, - "ic_fluent_video_clip_20_filled": 62160, - "ic_fluent_video_clip_20_regular": 62161, - "ic_fluent_video_clip_multiple_20_filled": 62162, - "ic_fluent_video_clip_multiple_20_regular": 62163, - "ic_fluent_video_clip_off_20_filled": 62164, - "ic_fluent_video_clip_off_20_regular": 62165, - "ic_fluent_video_clip_optimize_20_filled": 62166, - "ic_fluent_video_clip_optimize_20_regular": 62167, - "ic_fluent_video_clip_wand_20_filled": 62168, - "ic_fluent_video_clip_wand_20_regular": 62169, - "ic_fluent_video_off_20_filled": 62170, - "ic_fluent_video_off_20_regular": 62171, - "ic_fluent_video_person_20_filled": 62172, - "ic_fluent_video_person_20_regular": 62173, - "ic_fluent_video_person_call_20_filled": 62174, - "ic_fluent_video_person_call_20_regular": 62175, - "ic_fluent_video_person_clock_20_filled": 62176, - "ic_fluent_video_person_clock_20_regular": 62177, - "ic_fluent_video_person_off_20_filled": 62178, - "ic_fluent_video_person_off_20_regular": 62179, - "ic_fluent_video_person_pulse_20_filled": 62180, - "ic_fluent_video_person_pulse_20_regular": 62181, - "ic_fluent_video_person_sparkle_20_filled": 62182, - "ic_fluent_video_person_sparkle_20_regular": 62183, - "ic_fluent_video_person_sparkle_off_20_filled": 62184, - "ic_fluent_video_person_sparkle_off_20_regular": 62185, - "ic_fluent_video_person_star_20_filled": 62186, - "ic_fluent_video_person_star_20_regular": 62187, - "ic_fluent_video_person_star_off_20_filled": 62188, - "ic_fluent_video_person_star_off_20_regular": 62189, - "ic_fluent_video_play_pause_20_filled": 62190, - "ic_fluent_video_play_pause_20_regular": 62191, - "ic_fluent_video_prohibited_20_filled": 62192, - "ic_fluent_video_prohibited_20_regular": 62193, - "ic_fluent_video_recording_20_filled": 62194, - "ic_fluent_video_recording_20_regular": 62195, - "ic_fluent_video_security_20_filled": 62196, - "ic_fluent_video_security_20_regular": 62197, - "ic_fluent_video_switch_20_filled": 62198, - "ic_fluent_video_switch_20_regular": 62199, - "ic_fluent_video_sync_20_filled": 62200, - "ic_fluent_video_sync_20_regular": 62201, - "ic_fluent_view_desktop_20_filled": 62202, - "ic_fluent_view_desktop_20_regular": 62203, - "ic_fluent_view_desktop_mobile_20_filled": 62204, - "ic_fluent_view_desktop_mobile_20_regular": 62205, - "ic_fluent_virtual_network_20_filled": 62206, - "ic_fluent_virtual_network_20_regular": 62207, - "ic_fluent_virtual_network_toolbox_20_filled": 62208, - "ic_fluent_virtual_network_toolbox_20_regular": 62209, - "ic_fluent_voicemail_20_filled": 62210, - "ic_fluent_voicemail_20_regular": 62211, - "ic_fluent_voicemail_arrow_back_20_filled": 62212, - "ic_fluent_voicemail_arrow_back_20_regular": 62213, - "ic_fluent_voicemail_arrow_forward_20_filled": 62214, - "ic_fluent_voicemail_arrow_forward_20_regular": 62215, - "ic_fluent_voicemail_arrow_subtract_20_filled": 62216, - "ic_fluent_voicemail_arrow_subtract_20_regular": 62217, - "ic_fluent_voicemail_shield_20_filled": 62218, - "ic_fluent_voicemail_shield_20_regular": 62219, - "ic_fluent_voicemail_subtract_20_filled": 62220, - "ic_fluent_voicemail_subtract_20_regular": 62221, - "ic_fluent_vote_20_filled": 62222, - "ic_fluent_vote_20_regular": 62223, - "ic_fluent_walkie_talkie_20_filled": 62224, - "ic_fluent_walkie_talkie_20_regular": 62225, - "ic_fluent_wallet_20_filled": 62226, - "ic_fluent_wallet_20_regular": 62227, - "ic_fluent_wallet_credit_card_20_filled": 62228, - "ic_fluent_wallet_credit_card_20_regular": 62229, - "ic_fluent_wallpaper_20_filled": 62230, - "ic_fluent_wallpaper_20_regular": 62231, - "ic_fluent_wand_20_filled": 62232, - "ic_fluent_wand_20_regular": 62233, - "ic_fluent_warning_20_filled": 62234, - "ic_fluent_warning_20_regular": 62235, - "ic_fluent_warning_lock_open_20_filled": 62236, - "ic_fluent_warning_lock_open_20_regular": 62237, - "ic_fluent_warning_shield_20_filled": 62238, - "ic_fluent_warning_shield_20_regular": 62239, - "ic_fluent_washer_20_filled": 62240, - "ic_fluent_washer_20_regular": 62241, - "ic_fluent_water_20_filled": 62242, - "ic_fluent_water_20_regular": 62243, - "ic_fluent_weather_blowing_snow_20_filled": 62244, - "ic_fluent_weather_blowing_snow_20_regular": 62245, - "ic_fluent_weather_cloudy_20_filled": 62246, - "ic_fluent_weather_cloudy_20_regular": 62247, - "ic_fluent_weather_drizzle_20_filled": 62248, - "ic_fluent_weather_drizzle_20_regular": 62249, - "ic_fluent_weather_duststorm_20_filled": 62250, - "ic_fluent_weather_duststorm_20_regular": 62251, - "ic_fluent_weather_fog_20_filled": 62252, - "ic_fluent_weather_fog_20_regular": 62253, - "ic_fluent_weather_hail_day_20_filled": 62254, - "ic_fluent_weather_hail_day_20_regular": 62255, - "ic_fluent_weather_hail_night_20_filled": 62256, - "ic_fluent_weather_hail_night_20_regular": 62257, - "ic_fluent_weather_haze_20_filled": 62258, - "ic_fluent_weather_haze_20_regular": 62259, - "ic_fluent_weather_moon_20_filled": 62260, - "ic_fluent_weather_moon_20_regular": 62261, - "ic_fluent_weather_moon_off_20_filled": 62262, - "ic_fluent_weather_moon_off_20_regular": 62263, - "ic_fluent_weather_partly_cloudy_day_20_filled": 62264, - "ic_fluent_weather_partly_cloudy_day_20_regular": 62265, - "ic_fluent_weather_partly_cloudy_night_20_filled": 62266, - "ic_fluent_weather_partly_cloudy_night_20_regular": 62267, - "ic_fluent_weather_rain_20_filled": 62268, - "ic_fluent_weather_rain_20_regular": 62269, - "ic_fluent_weather_rain_showers_day_20_filled": 62270, - "ic_fluent_weather_rain_showers_day_20_regular": 62271, - "ic_fluent_weather_rain_showers_night_20_filled": 62272, - "ic_fluent_weather_rain_showers_night_20_regular": 62273, - "ic_fluent_weather_rain_snow_20_filled": 62274, - "ic_fluent_weather_rain_snow_20_regular": 62275, - "ic_fluent_weather_snow_20_filled": 62276, - "ic_fluent_weather_snow_20_regular": 62277, - "ic_fluent_weather_snow_shower_day_20_filled": 62278, - "ic_fluent_weather_snow_shower_day_20_regular": 62279, - "ic_fluent_weather_snow_shower_night_20_filled": 62280, - "ic_fluent_weather_snow_shower_night_20_regular": 62281, - "ic_fluent_weather_snowflake_20_filled": 62282, - "ic_fluent_weather_snowflake_20_regular": 62283, - "ic_fluent_weather_squalls_20_filled": 62284, - "ic_fluent_weather_squalls_20_regular": 62285, - "ic_fluent_weather_sunny_20_filled": 62286, - "ic_fluent_weather_sunny_20_regular": 62287, - "ic_fluent_weather_sunny_high_20_filled": 62288, - "ic_fluent_weather_sunny_high_20_regular": 62289, - "ic_fluent_weather_sunny_low_20_filled": 62290, - "ic_fluent_weather_sunny_low_20_regular": 62291, - "ic_fluent_weather_thunderstorm_20_filled": 62292, - "ic_fluent_weather_thunderstorm_20_regular": 62293, - "ic_fluent_web_asset_20_filled": 62294, - "ic_fluent_web_asset_20_regular": 62295, - "ic_fluent_whiteboard_20_filled": 62296, - "ic_fluent_whiteboard_20_regular": 62297, - "ic_fluent_whiteboard_off_20_filled": 62298, - "ic_fluent_whiteboard_off_20_regular": 62299, - "ic_fluent_wifi_1_20_filled": 62300, - "ic_fluent_wifi_1_20_regular": 62301, - "ic_fluent_wifi_2_20_filled": 62302, - "ic_fluent_wifi_2_20_regular": 62303, - "ic_fluent_wifi_3_20_filled": 62304, - "ic_fluent_wifi_3_20_regular": 62305, - "ic_fluent_wifi_4_20_filled": 62306, - "ic_fluent_wifi_4_20_regular": 62307, - "ic_fluent_wifi_lock_20_filled": 62308, - "ic_fluent_wifi_lock_20_regular": 62309, - "ic_fluent_wifi_off_20_filled": 62310, - "ic_fluent_wifi_off_20_regular": 62311, - "ic_fluent_wifi_settings_20_filled": 62312, - "ic_fluent_wifi_settings_20_regular": 62313, - "ic_fluent_wifi_warning_20_filled": 62314, - "ic_fluent_wifi_warning_20_regular": 62315, - "ic_fluent_window_20_filled": 62316, - "ic_fluent_window_20_regular": 62317, - "ic_fluent_window_ad_20_filled": 62318, - "ic_fluent_window_ad_20_regular": 62319, - "ic_fluent_window_ad_off_20_filled": 62320, - "ic_fluent_window_ad_off_20_regular": 62321, - "ic_fluent_window_ad_person_20_filled": 62322, - "ic_fluent_window_ad_person_20_regular": 62323, - "ic_fluent_window_apps_20_filled": 62324, - "ic_fluent_window_apps_20_regular": 62325, - "ic_fluent_window_arrow_up_20_filled": 62326, - "ic_fluent_window_arrow_up_20_regular": 62327, - "ic_fluent_window_bullet_list_20_filled": 62328, - "ic_fluent_window_bullet_list_20_regular": 62329, - "ic_fluent_window_bullet_list_add_20_filled": 62330, - "ic_fluent_window_bullet_list_add_20_regular": 62331, - "ic_fluent_window_console_20_filled": 62332, - "ic_fluent_window_console_20_regular": 62333, - "ic_fluent_window_database_20_filled": 62334, - "ic_fluent_window_database_20_regular": 62335, - "ic_fluent_window_dev_edit_20_filled": 62336, - "ic_fluent_window_dev_edit_20_regular": 62337, - "ic_fluent_window_dev_tools_20_filled": 62338, - "ic_fluent_window_dev_tools_20_regular": 62339, - "ic_fluent_window_edit_20_filled": 62340, - "ic_fluent_window_edit_20_regular": 62341, - "ic_fluent_window_fingerprint_20_filled": 62342, - "ic_fluent_window_fingerprint_20_regular": 62343, - "ic_fluent_window_header_horizontal_20_filled": 62344, - "ic_fluent_window_header_horizontal_20_regular": 62345, - "ic_fluent_window_header_horizontal_off_20_filled": 62346, - "ic_fluent_window_header_horizontal_off_20_regular": 62347, - "ic_fluent_window_header_vertical_20_filled": 62348, - "ic_fluent_window_header_vertical_20_regular": 62349, - "ic_fluent_window_inprivate_20_filled": 62350, - "ic_fluent_window_inprivate_20_regular": 62351, - "ic_fluent_window_inprivate_account_20_filled": 62352, - "ic_fluent_window_inprivate_account_20_regular": 62353, - "ic_fluent_window_location_target_20_filled": 62354, - "ic_fluent_window_location_target_20_regular": 62355, - "ic_fluent_window_multiple_20_filled": 62356, - "ic_fluent_window_multiple_20_regular": 62357, - "ic_fluent_window_multiple_swap_20_filled": 62358, - "ic_fluent_window_multiple_swap_20_regular": 62359, - "ic_fluent_window_new_20_filled": 62360, - "ic_fluent_window_new_20_regular": 62361, - "ic_fluent_window_play_20_filled": 62362, - "ic_fluent_window_play_20_regular": 62363, - "ic_fluent_window_settings_20_filled": 62364, - "ic_fluent_window_settings_20_regular": 62365, - "ic_fluent_window_shield_20_filled": 62366, - "ic_fluent_window_shield_20_regular": 62367, - "ic_fluent_window_text_20_filled": 62368, - "ic_fluent_window_text_20_regular": 62369, - "ic_fluent_window_wrench_20_filled": 62370, - "ic_fluent_window_wrench_20_regular": 62371, - "ic_fluent_wrench_20_filled": 62372, - "ic_fluent_wrench_20_regular": 62373, - "ic_fluent_wrench_screwdriver_20_filled": 62374, - "ic_fluent_wrench_screwdriver_20_regular": 62375, - "ic_fluent_wrench_settings_20_filled": 62376, - "ic_fluent_wrench_settings_20_regular": 62377, - "ic_fluent_xbox_console_20_filled": 62378, - "ic_fluent_xbox_console_20_regular": 62379, - "ic_fluent_xbox_controller_20_filled": 62380, - "ic_fluent_xbox_controller_20_regular": 62381, - "ic_fluent_xbox_controller_error_20_filled": 62382, - "ic_fluent_xbox_controller_error_20_regular": 62383, - "ic_fluent_xray_20_filled": 62384, - "ic_fluent_xray_20_regular": 62385, - "ic_fluent_zoom_fit_20_filled": 62386, - "ic_fluent_zoom_fit_20_regular": 62387, - "ic_fluent_zoom_in_20_filled": 62388, - "ic_fluent_zoom_in_20_regular": 62389, - "ic_fluent_zoom_out_20_filled": 62390, - "ic_fluent_zoom_out_20_regular": 62391 + "ic_fluent_person_board_add_20_filled": 60510, + "ic_fluent_person_board_add_20_regular": 60511, + "ic_fluent_person_call_20_filled": 60512, + "ic_fluent_person_call_20_regular": 60513, + "ic_fluent_person_chat_20_filled": 60514, + "ic_fluent_person_chat_20_regular": 60515, + "ic_fluent_person_circle_20_filled": 60516, + "ic_fluent_person_circle_20_regular": 60517, + "ic_fluent_person_clock_20_filled": 60518, + "ic_fluent_person_clock_20_regular": 60519, + "ic_fluent_person_delete_20_filled": 60520, + "ic_fluent_person_delete_20_regular": 60521, + "ic_fluent_person_desktop_20_filled": 60522, + "ic_fluent_person_desktop_20_regular": 60523, + "ic_fluent_person_edit_20_filled": 60524, + "ic_fluent_person_edit_20_regular": 60525, + "ic_fluent_person_feedback_20_filled": 60526, + "ic_fluent_person_feedback_20_regular": 60527, + "ic_fluent_person_heart_20_filled": 60528, + "ic_fluent_person_heart_20_regular": 60529, + "ic_fluent_person_home_20_filled": 60530, + "ic_fluent_person_home_20_regular": 60531, + "ic_fluent_person_info_20_filled": 60532, + "ic_fluent_person_info_20_regular": 60533, + "ic_fluent_person_key_20_filled": 60534, + "ic_fluent_person_key_20_regular": 60535, + "ic_fluent_person_lightbulb_20_filled": 60536, + "ic_fluent_person_lightbulb_20_regular": 60537, + "ic_fluent_person_lightning_20_filled": 60538, + "ic_fluent_person_lightning_20_regular": 60539, + "ic_fluent_person_link_20_filled": 60540, + "ic_fluent_person_link_20_regular": 60541, + "ic_fluent_person_lock_20_filled": 60542, + "ic_fluent_person_lock_20_regular": 60543, + "ic_fluent_person_mail_20_filled": 60544, + "ic_fluent_person_mail_20_regular": 60545, + "ic_fluent_person_money_20_filled": 60546, + "ic_fluent_person_money_20_regular": 60547, + "ic_fluent_person_note_20_filled": 60548, + "ic_fluent_person_note_20_regular": 60549, + "ic_fluent_person_passkey_20_filled": 60550, + "ic_fluent_person_passkey_20_regular": 60551, + "ic_fluent_person_pill_20_filled": 60552, + "ic_fluent_person_pill_20_regular": 60553, + "ic_fluent_person_prohibited_20_filled": 60554, + "ic_fluent_person_prohibited_20_regular": 60555, + "ic_fluent_person_question_mark_20_filled": 60556, + "ic_fluent_person_question_mark_20_regular": 60557, + "ic_fluent_person_ribbon_20_filled": 60558, + "ic_fluent_person_ribbon_20_regular": 60559, + "ic_fluent_person_running_20_filled": 60560, + "ic_fluent_person_running_20_regular": 60561, + "ic_fluent_person_search_20_filled": 60562, + "ic_fluent_person_search_20_regular": 60563, + "ic_fluent_person_settings_20_filled": 60564, + "ic_fluent_person_settings_20_regular": 60565, + "ic_fluent_person_square_20_filled": 60566, + "ic_fluent_person_square_20_regular": 60567, + "ic_fluent_person_square_add_20_filled": 60568, + "ic_fluent_person_square_add_20_regular": 60569, + "ic_fluent_person_square_checkmark_20_filled": 60570, + "ic_fluent_person_square_checkmark_20_regular": 60571, + "ic_fluent_person_star_20_filled": 60572, + "ic_fluent_person_star_20_regular": 60573, + "ic_fluent_person_starburst_20_filled": 60574, + "ic_fluent_person_starburst_20_regular": 60575, + "ic_fluent_person_subtract_20_filled": 60576, + "ic_fluent_person_subtract_20_regular": 60577, + "ic_fluent_person_support_20_filled": 60578, + "ic_fluent_person_support_20_regular": 60579, + "ic_fluent_person_swap_20_filled": 60580, + "ic_fluent_person_swap_20_regular": 60581, + "ic_fluent_person_sync_20_filled": 60582, + "ic_fluent_person_sync_20_regular": 60583, + "ic_fluent_person_tag_20_filled": 60584, + "ic_fluent_person_tag_20_regular": 60585, + "ic_fluent_person_tentative_20_filled": 60586, + "ic_fluent_person_tentative_20_regular": 60587, + "ic_fluent_person_voice_20_filled": 60588, + "ic_fluent_person_voice_20_regular": 60589, + "ic_fluent_person_walking_20_filled": 60590, + "ic_fluent_person_walking_20_regular": 60591, + "ic_fluent_person_warning_20_filled": 60592, + "ic_fluent_person_warning_20_regular": 60593, + "ic_fluent_person_wrench_20_filled": 60594, + "ic_fluent_person_wrench_20_regular": 60595, + "ic_fluent_phone_20_filled": 60596, + "ic_fluent_phone_20_regular": 60597, + "ic_fluent_phone_add_20_filled": 60598, + "ic_fluent_phone_add_20_regular": 60599, + "ic_fluent_phone_arrow_right_20_filled": 60600, + "ic_fluent_phone_arrow_right_20_regular": 60601, + "ic_fluent_phone_chat_20_filled": 60602, + "ic_fluent_phone_chat_20_regular": 60603, + "ic_fluent_phone_checkmark_20_filled": 60604, + "ic_fluent_phone_checkmark_20_regular": 60605, + "ic_fluent_phone_desktop_20_filled": 60606, + "ic_fluent_phone_desktop_20_regular": 60607, + "ic_fluent_phone_desktop_add_20_filled": 60608, + "ic_fluent_phone_desktop_add_20_regular": 60609, + "ic_fluent_phone_dismiss_20_filled": 60610, + "ic_fluent_phone_dismiss_20_regular": 60611, + "ic_fluent_phone_edit_20_filled": 60612, + "ic_fluent_phone_edit_20_regular": 60613, + "ic_fluent_phone_eraser_20_filled": 60614, + "ic_fluent_phone_eraser_20_regular": 60615, + "ic_fluent_phone_footer_arrow_down_20_filled": 60616, + "ic_fluent_phone_footer_arrow_down_20_regular": 60617, + "ic_fluent_phone_header_arrow_up_20_filled": 60618, + "ic_fluent_phone_header_arrow_up_20_regular": 60619, + "ic_fluent_phone_key_20_filled": 60620, + "ic_fluent_phone_key_20_regular": 60621, + "ic_fluent_phone_laptop_20_filled": 60622, + "ic_fluent_phone_laptop_20_regular": 60623, + "ic_fluent_phone_link_setup_20_filled": 60624, + "ic_fluent_phone_link_setup_20_regular": 60625, + "ic_fluent_phone_lock_20_filled": 60626, + "ic_fluent_phone_lock_20_regular": 60627, + "ic_fluent_phone_page_header_20_filled": 60628, + "ic_fluent_phone_page_header_20_regular": 60629, + "ic_fluent_phone_pagination_20_filled": 60630, + "ic_fluent_phone_pagination_20_regular": 60631, + "ic_fluent_phone_screen_time_20_filled": 60632, + "ic_fluent_phone_screen_time_20_regular": 60633, + "ic_fluent_phone_shake_20_filled": 60634, + "ic_fluent_phone_shake_20_regular": 60635, + "ic_fluent_phone_span_in_20_filled": 60636, + "ic_fluent_phone_span_in_20_regular": 60637, + "ic_fluent_phone_span_out_20_filled": 60638, + "ic_fluent_phone_span_out_20_regular": 60639, + "ic_fluent_phone_speaker_20_filled": 60640, + "ic_fluent_phone_speaker_20_regular": 60641, + "ic_fluent_phone_status_bar_20_filled": 60642, + "ic_fluent_phone_status_bar_20_regular": 60643, + "ic_fluent_phone_tablet_20_filled": 60644, + "ic_fluent_phone_tablet_20_regular": 60645, + "ic_fluent_phone_update_20_filled": 60646, + "ic_fluent_phone_update_20_regular": 60647, + "ic_fluent_phone_update_checkmark_20_filled": 60648, + "ic_fluent_phone_update_checkmark_20_regular": 60649, + "ic_fluent_phone_vertical_scroll_20_filled": 60650, + "ic_fluent_phone_vertical_scroll_20_regular": 60651, + "ic_fluent_phone_vibrate_20_filled": 60652, + "ic_fluent_phone_vibrate_20_regular": 60653, + "ic_fluent_photo_filter_20_filled": 60654, + "ic_fluent_photo_filter_20_regular": 60655, + "ic_fluent_pi_20_filled": 60656, + "ic_fluent_pi_20_regular": 60657, + "ic_fluent_picture_in_picture_20_filled": 60658, + "ic_fluent_picture_in_picture_20_regular": 60659, + "ic_fluent_picture_in_picture_enter_20_filled": 60660, + "ic_fluent_picture_in_picture_enter_20_regular": 60661, + "ic_fluent_picture_in_picture_exit_20_filled": 60662, + "ic_fluent_picture_in_picture_exit_20_regular": 60663, + "ic_fluent_pill_20_filled": 60664, + "ic_fluent_pill_20_regular": 60665, + "ic_fluent_pin_20_filled": 60666, + "ic_fluent_pin_20_regular": 60667, + "ic_fluent_pin_globe_20_filled": 60668, + "ic_fluent_pin_globe_20_regular": 60669, + "ic_fluent_pin_off_20_filled": 60670, + "ic_fluent_pin_off_20_regular": 60671, + "ic_fluent_pipeline_20_filled": 60672, + "ic_fluent_pipeline_20_regular": 60673, + "ic_fluent_pipeline_add_20_filled": 60674, + "ic_fluent_pipeline_add_20_regular": 60675, + "ic_fluent_pipeline_arrow_curve_down_20_filled": 60676, + "ic_fluent_pipeline_arrow_curve_down_20_regular": 60677, + "ic_fluent_pipeline_play_20_filled": 60678, + "ic_fluent_pipeline_play_20_regular": 60679, + "ic_fluent_pivot_20_filled": 60680, + "ic_fluent_pivot_20_regular": 60681, + "ic_fluent_plant_cattail_20_filled": 60682, + "ic_fluent_plant_cattail_20_regular": 60683, + "ic_fluent_plant_grass_20_filled": 60684, + "ic_fluent_plant_grass_20_regular": 60685, + "ic_fluent_plant_ragweed_20_filled": 60686, + "ic_fluent_plant_ragweed_20_regular": 60687, + "ic_fluent_play_20_filled": 60688, + "ic_fluent_play_20_regular": 60689, + "ic_fluent_play_circle_20_filled": 60690, + "ic_fluent_play_circle_20_regular": 60691, + "ic_fluent_play_circle_hint_20_filled": 60692, + "ic_fluent_play_circle_hint_20_regular": 60693, + "ic_fluent_play_circle_sparkle_20_filled": 60694, + "ic_fluent_play_circle_sparkle_20_regular": 60695, + "ic_fluent_play_settings_20_filled": 60696, + "ic_fluent_play_settings_20_regular": 60697, + "ic_fluent_playing_cards_20_filled": 60698, + "ic_fluent_playing_cards_20_regular": 60699, + "ic_fluent_plug_connected_20_filled": 60700, + "ic_fluent_plug_connected_20_regular": 60701, + "ic_fluent_plug_connected_add_20_filled": 60702, + "ic_fluent_plug_connected_add_20_regular": 60703, + "ic_fluent_plug_connected_checkmark_20_filled": 60704, + "ic_fluent_plug_connected_checkmark_20_regular": 60705, + "ic_fluent_plug_connected_settings_20_filled": 60706, + "ic_fluent_plug_connected_settings_20_regular": 60707, + "ic_fluent_plug_disconnected_20_filled": 60708, + "ic_fluent_plug_disconnected_20_regular": 60709, + "ic_fluent_point_scan_20_filled": 60710, + "ic_fluent_point_scan_20_regular": 60711, + "ic_fluent_poll_20_filled": 60712, + "ic_fluent_poll_20_regular": 60713, + "ic_fluent_poll_horizontal_20_filled": 60714, + "ic_fluent_poll_horizontal_20_regular": 60715, + "ic_fluent_poll_off_20_filled": 60716, + "ic_fluent_poll_off_20_regular": 60717, + "ic_fluent_port_hdmi_20_filled": 60718, + "ic_fluent_port_hdmi_20_regular": 60719, + "ic_fluent_port_micro_usb_20_filled": 60720, + "ic_fluent_port_micro_usb_20_regular": 60721, + "ic_fluent_port_usb_a_20_filled": 60722, + "ic_fluent_port_usb_a_20_regular": 60723, + "ic_fluent_port_usb_c_20_filled": 60724, + "ic_fluent_port_usb_c_20_regular": 60725, + "ic_fluent_position_backward_20_filled": 60726, + "ic_fluent_position_backward_20_regular": 60727, + "ic_fluent_position_forward_20_filled": 60728, + "ic_fluent_position_forward_20_regular": 60729, + "ic_fluent_position_to_back_20_filled": 60730, + "ic_fluent_position_to_back_20_regular": 60731, + "ic_fluent_position_to_front_20_filled": 60732, + "ic_fluent_position_to_front_20_regular": 60733, + "ic_fluent_power_20_filled": 60734, + "ic_fluent_power_20_regular": 60735, + "ic_fluent_predictions_20_filled": 60736, + "ic_fluent_predictions_20_regular": 60737, + "ic_fluent_premium_20_filled": 60738, + "ic_fluent_premium_20_regular": 60739, + "ic_fluent_premium_person_20_filled": 60740, + "ic_fluent_premium_person_20_regular": 60741, + "ic_fluent_presence_available_20_filled": 60742, + "ic_fluent_presence_available_20_regular": 60743, + "ic_fluent_presence_away_20_filled": 60744, + "ic_fluent_presence_away_20_regular": 60745, + "ic_fluent_presence_blocked_20_regular": 60746, + "ic_fluent_presence_busy_20_filled": 60747, + "ic_fluent_presence_dnd_20_filled": 60748, + "ic_fluent_presence_dnd_20_regular": 60749, + "ic_fluent_presence_offline_20_regular": 60750, + "ic_fluent_presence_oof_20_regular": 60751, + "ic_fluent_presence_tentative_20_regular": 60752, + "ic_fluent_presence_unknown_20_regular": 60753, + "ic_fluent_presenter_20_filled": 60754, + "ic_fluent_presenter_20_regular": 60755, + "ic_fluent_presenter_off_20_filled": 60756, + "ic_fluent_presenter_off_20_regular": 60757, + "ic_fluent_preview_link_20_filled": 60758, + "ic_fluent_preview_link_20_regular": 60759, + "ic_fluent_previous_20_filled": 60760, + "ic_fluent_previous_20_regular": 60761, + "ic_fluent_previous_frame_20_filled": 60762, + "ic_fluent_previous_frame_20_regular": 60763, + "ic_fluent_print_20_filled": 60764, + "ic_fluent_print_20_regular": 60765, + "ic_fluent_print_add_20_filled": 60766, + "ic_fluent_print_add_20_regular": 60767, + "ic_fluent_production_20_filled": 60768, + "ic_fluent_production_20_regular": 60769, + "ic_fluent_production_checkmark_20_filled": 60770, + "ic_fluent_production_checkmark_20_regular": 60771, + "ic_fluent_prohibited_20_filled": 60772, + "ic_fluent_prohibited_20_regular": 60773, + "ic_fluent_prohibited_multiple_20_filled": 60774, + "ic_fluent_prohibited_multiple_20_regular": 60775, + "ic_fluent_prohibited_note_20_filled": 60776, + "ic_fluent_prohibited_note_20_regular": 60777, + "ic_fluent_projection_screen_20_filled": 60778, + "ic_fluent_projection_screen_20_regular": 60779, + "ic_fluent_projection_screen_dismiss_20_filled": 60780, + "ic_fluent_projection_screen_dismiss_20_regular": 60781, + "ic_fluent_projection_screen_text_20_filled": 60782, + "ic_fluent_projection_screen_text_20_regular": 60783, + "ic_fluent_prompt_20_filled": 60784, + "ic_fluent_prompt_20_regular": 60785, + "ic_fluent_protocol_handler_20_filled": 60786, + "ic_fluent_protocol_handler_20_regular": 60787, + "ic_fluent_pulse_20_filled": 60788, + "ic_fluent_pulse_20_regular": 60789, + "ic_fluent_pulse_square_20_filled": 60790, + "ic_fluent_pulse_square_20_regular": 60791, + "ic_fluent_puzzle_cube_20_filled": 60792, + "ic_fluent_puzzle_cube_20_regular": 60793, + "ic_fluent_puzzle_cube_piece_20_filled": 60794, + "ic_fluent_puzzle_cube_piece_20_regular": 60795, + "ic_fluent_puzzle_piece_20_filled": 60796, + "ic_fluent_puzzle_piece_20_regular": 60797, + "ic_fluent_puzzle_piece_shield_20_filled": 60798, + "ic_fluent_puzzle_piece_shield_20_regular": 60799, + "ic_fluent_qr_code_20_filled": 60800, + "ic_fluent_qr_code_20_regular": 60801, + "ic_fluent_question_20_filled": 60802, + "ic_fluent_question_20_regular": 60803, + "ic_fluent_question_circle_20_filled": 60804, + "ic_fluent_question_circle_20_regular": 60805, + "ic_fluent_quiz_new_20_filled": 60806, + "ic_fluent_quiz_new_20_regular": 60807, + "ic_fluent_radar_20_filled": 60808, + "ic_fluent_radar_20_regular": 60809, + "ic_fluent_radar_checkmark_20_filled": 60810, + "ic_fluent_radar_checkmark_20_regular": 60811, + "ic_fluent_radar_rectangle_multiple_20_filled": 60812, + "ic_fluent_radar_rectangle_multiple_20_regular": 60813, + "ic_fluent_radio_button_20_filled": 60814, + "ic_fluent_radio_button_20_regular": 60815, + "ic_fluent_ram_20_filled": 60816, + "ic_fluent_ram_20_regular": 60817, + "ic_fluent_rating_mature_20_filled": 60818, + "ic_fluent_rating_mature_20_regular": 60819, + "ic_fluent_ratio_one_to_one_20_filled": 60820, + "ic_fluent_ratio_one_to_one_20_regular": 60821, + "ic_fluent_re_order_20_filled": 60822, + "ic_fluent_re_order_20_regular": 60823, + "ic_fluent_re_order_dots_horizontal_20_filled": 60824, + "ic_fluent_re_order_dots_horizontal_20_regular": 60825, + "ic_fluent_re_order_dots_vertical_20_filled": 60826, + "ic_fluent_re_order_dots_vertical_20_regular": 60827, + "ic_fluent_read_aloud_20_filled": 60828, + "ic_fluent_read_aloud_20_regular": 60829, + "ic_fluent_reading_list_20_filled": 60830, + "ic_fluent_reading_list_20_regular": 60831, + "ic_fluent_reading_list_add_20_filled": 60832, + "ic_fluent_reading_list_add_20_regular": 60833, + "ic_fluent_reading_mode_mobile_20_filled": 60834, + "ic_fluent_reading_mode_mobile_20_regular": 60835, + "ic_fluent_real_estate_20_filled": 60836, + "ic_fluent_real_estate_20_regular": 60837, + "ic_fluent_receipt_20_filled": 60838, + "ic_fluent_receipt_20_regular": 60839, + "ic_fluent_receipt_add_20_filled": 60840, + "ic_fluent_receipt_add_20_regular": 60841, + "ic_fluent_receipt_bag_20_filled": 60842, + "ic_fluent_receipt_bag_20_regular": 60843, + "ic_fluent_receipt_cube_20_filled": 60844, + "ic_fluent_receipt_cube_20_regular": 60845, + "ic_fluent_receipt_money_20_filled": 60846, + "ic_fluent_receipt_money_20_regular": 60847, + "ic_fluent_receipt_play_20_filled": 60848, + "ic_fluent_receipt_play_20_regular": 60849, + "ic_fluent_receipt_search_20_filled": 60850, + "ic_fluent_receipt_search_20_regular": 60851, + "ic_fluent_receipt_sparkles_20_filled": 60852, + "ic_fluent_receipt_sparkles_20_regular": 60853, + "ic_fluent_record_20_filled": 60854, + "ic_fluent_record_20_regular": 60855, + "ic_fluent_record_stop_20_filled": 60856, + "ic_fluent_record_stop_20_regular": 60857, + "ic_fluent_rectangle_landscape_20_filled": 60858, + "ic_fluent_rectangle_landscape_20_regular": 60859, + "ic_fluent_rectangle_landscape_hint_copy_20_filled": 60860, + "ic_fluent_rectangle_landscape_hint_copy_20_regular": 60861, + "ic_fluent_rectangle_landscape_sparkle_20_filled": 60862, + "ic_fluent_rectangle_landscape_sparkle_20_regular": 60863, + "ic_fluent_rectangle_landscape_sync_20_filled": 60864, + "ic_fluent_rectangle_landscape_sync_20_regular": 60865, + "ic_fluent_rectangle_landscape_sync_off_20_filled": 60866, + "ic_fluent_rectangle_landscape_sync_off_20_regular": 60867, + "ic_fluent_rectangle_portrait_location_target_20_filled": 60868, + "ic_fluent_rectangle_portrait_location_target_20_regular": 60869, + "ic_fluent_recycle_20_filled": 60870, + "ic_fluent_recycle_20_regular": 60871, + "ic_fluent_remix_add_20_filled": 60872, + "ic_fluent_remix_add_20_regular": 60873, + "ic_fluent_remote_20_filled": 60874, + "ic_fluent_remote_20_regular": 60875, + "ic_fluent_rename_20_filled": 60876, + "ic_fluent_rename_20_regular": 60877, + "ic_fluent_reorder_20_filled": 60878, + "ic_fluent_reorder_20_regular": 60879, + "ic_fluent_replay_20_filled": 60880, + "ic_fluent_replay_20_regular": 60881, + "ic_fluent_resize_20_filled": 60882, + "ic_fluent_resize_20_regular": 60883, + "ic_fluent_resize_image_20_filled": 60884, + "ic_fluent_resize_image_20_regular": 60885, + "ic_fluent_resize_large_20_filled": 60886, + "ic_fluent_resize_large_20_regular": 60887, + "ic_fluent_resize_small_20_filled": 60888, + "ic_fluent_resize_small_20_regular": 60889, + "ic_fluent_resize_table_20_filled": 60890, + "ic_fluent_resize_table_20_regular": 60891, + "ic_fluent_resize_video_20_filled": 60892, + "ic_fluent_resize_video_20_regular": 60893, + "ic_fluent_reward_20_filled": 60894, + "ic_fluent_reward_20_regular": 60895, + "ic_fluent_rewind_20_filled": 60896, + "ic_fluent_rewind_20_regular": 60897, + "ic_fluent_rhombus_20_filled": 60898, + "ic_fluent_rhombus_20_regular": 60899, + "ic_fluent_ribbon_20_filled": 60900, + "ic_fluent_ribbon_20_regular": 60901, + "ic_fluent_ribbon_add_20_filled": 60902, + "ic_fluent_ribbon_add_20_regular": 60903, + "ic_fluent_ribbon_off_20_filled": 60904, + "ic_fluent_ribbon_off_20_regular": 60905, + "ic_fluent_ribbon_star_20_filled": 60906, + "ic_fluent_ribbon_star_20_regular": 60907, + "ic_fluent_road_20_filled": 60908, + "ic_fluent_road_20_regular": 60909, + "ic_fluent_road_cone_20_filled": 60910, + "ic_fluent_road_cone_20_regular": 60911, + "ic_fluent_rocket_20_filled": 60912, + "ic_fluent_rocket_20_regular": 60913, + "ic_fluent_rotate_left_20_filled": 60914, + "ic_fluent_rotate_left_20_regular": 60915, + "ic_fluent_rotate_right_20_filled": 60916, + "ic_fluent_rotate_right_20_regular": 60917, + "ic_fluent_router_20_filled": 60918, + "ic_fluent_router_20_regular": 60919, + "ic_fluent_row_triple_20_filled": 60920, + "ic_fluent_row_triple_20_regular": 60921, + "ic_fluent_rss_20_filled": 60922, + "ic_fluent_rss_20_regular": 60923, + "ic_fluent_ruler_20_filled": 60924, + "ic_fluent_ruler_20_regular": 60925, + "ic_fluent_run_20_filled": 60926, + "ic_fluent_run_20_regular": 60927, + "ic_fluent_sanitize_20_filled": 60928, + "ic_fluent_sanitize_20_regular": 60929, + "ic_fluent_save_20_filled": 60930, + "ic_fluent_save_20_regular": 60931, + "ic_fluent_save_arrow_right_20_filled": 60932, + "ic_fluent_save_arrow_right_20_regular": 60933, + "ic_fluent_save_copy_20_filled": 60934, + "ic_fluent_save_copy_20_regular": 60935, + "ic_fluent_save_edit_20_filled": 60936, + "ic_fluent_save_edit_20_regular": 60937, + "ic_fluent_save_image_20_filled": 60938, + "ic_fluent_save_image_20_regular": 60939, + "ic_fluent_save_multiple_20_filled": 60940, + "ic_fluent_save_multiple_20_regular": 60941, + "ic_fluent_save_search_20_filled": 60942, + "ic_fluent_save_search_20_regular": 60943, + "ic_fluent_save_sync_20_filled": 60944, + "ic_fluent_save_sync_20_regular": 60945, + "ic_fluent_savings_20_filled": 60946, + "ic_fluent_savings_20_regular": 60947, + "ic_fluent_scale_fill_20_filled": 60948, + "ic_fluent_scale_fill_20_regular": 60949, + "ic_fluent_scale_fit_20_filled": 60950, + "ic_fluent_scale_fit_20_regular": 60951, + "ic_fluent_scales_20_filled": 60952, + "ic_fluent_scales_20_regular": 60953, + "ic_fluent_scan_20_filled": 60954, + "ic_fluent_scan_20_regular": 60955, + "ic_fluent_scan_camera_20_filled": 60956, + "ic_fluent_scan_camera_20_regular": 60957, + "ic_fluent_scan_dash_20_filled": 60958, + "ic_fluent_scan_dash_20_regular": 60959, + "ic_fluent_scan_object_20_filled": 60960, + "ic_fluent_scan_object_20_regular": 60961, + "ic_fluent_scan_person_20_filled": 60962, + "ic_fluent_scan_person_20_regular": 60963, + "ic_fluent_scan_table_20_filled": 60964, + "ic_fluent_scan_table_20_regular": 60965, + "ic_fluent_scan_text_20_filled": 60966, + "ic_fluent_scan_text_20_regular": 60967, + "ic_fluent_scan_thumb_up_20_filled": 60968, + "ic_fluent_scan_thumb_up_20_regular": 60969, + "ic_fluent_scan_thumb_up_off_20_filled": 60970, + "ic_fluent_scan_thumb_up_off_20_regular": 60971, + "ic_fluent_scan_type_20_filled": 60972, + "ic_fluent_scan_type_20_regular": 60973, + "ic_fluent_scan_type_checkmark_20_filled": 60974, + "ic_fluent_scan_type_checkmark_20_regular": 60975, + "ic_fluent_scan_type_off_20_filled": 60976, + "ic_fluent_scan_type_off_20_regular": 60977, + "ic_fluent_scratchpad_20_filled": 60978, + "ic_fluent_scratchpad_20_regular": 60979, + "ic_fluent_screen_cut_20_filled": 60980, + "ic_fluent_screen_cut_20_regular": 60981, + "ic_fluent_screen_person_20_filled": 60982, + "ic_fluent_screen_person_20_regular": 60983, + "ic_fluent_screen_search_20_filled": 60984, + "ic_fluent_screen_search_20_regular": 60985, + "ic_fluent_screenshot_20_filled": 60986, + "ic_fluent_screenshot_20_regular": 60987, + "ic_fluent_screenshot_record_20_filled": 60988, + "ic_fluent_screenshot_record_20_regular": 60989, + "ic_fluent_script_20_filled": 60990, + "ic_fluent_script_20_regular": 60991, + "ic_fluent_search_20_filled": 60992, + "ic_fluent_search_20_regular": 60993, + "ic_fluent_search_info_20_filled": 60994, + "ic_fluent_search_info_20_regular": 60995, + "ic_fluent_search_settings_20_filled": 60996, + "ic_fluent_search_settings_20_regular": 60997, + "ic_fluent_search_shield_20_filled": 60998, + "ic_fluent_search_shield_20_regular": 60999, + "ic_fluent_search_sparkle_20_filled": 61000, + "ic_fluent_search_sparkle_20_regular": 61001, + "ic_fluent_search_square_20_filled": 61002, + "ic_fluent_search_square_20_regular": 61003, + "ic_fluent_search_visual_20_filled": 61004, + "ic_fluent_search_visual_20_regular": 61005, + "ic_fluent_seat_20_filled": 61006, + "ic_fluent_seat_20_regular": 61007, + "ic_fluent_seat_add_20_filled": 61008, + "ic_fluent_seat_add_20_regular": 61009, + "ic_fluent_select_all_off_20_filled": 61010, + "ic_fluent_select_all_off_20_regular": 61011, + "ic_fluent_select_all_on_20_filled": 61012, + "ic_fluent_select_all_on_20_regular": 61013, + "ic_fluent_select_object_20_filled": 61014, + "ic_fluent_select_object_20_regular": 61015, + "ic_fluent_select_object_skew_20_filled": 61016, + "ic_fluent_select_object_skew_20_regular": 61017, + "ic_fluent_select_object_skew_dismiss_20_filled": 61018, + "ic_fluent_select_object_skew_dismiss_20_regular": 61019, + "ic_fluent_select_object_skew_edit_20_filled": 61020, + "ic_fluent_select_object_skew_edit_20_regular": 61021, + "ic_fluent_send_20_filled": 61022, + "ic_fluent_send_20_regular": 61023, + "ic_fluent_send_beaker_20_filled": 61024, + "ic_fluent_send_beaker_20_regular": 61025, + "ic_fluent_send_clock_20_filled": 61026, + "ic_fluent_send_clock_20_regular": 61027, + "ic_fluent_send_copy_20_filled": 61028, + "ic_fluent_send_copy_20_regular": 61029, + "ic_fluent_send_person_20_filled": 61030, + "ic_fluent_send_person_20_regular": 61031, + "ic_fluent_serial_port_20_filled": 61032, + "ic_fluent_serial_port_20_regular": 61033, + "ic_fluent_server_20_filled": 61034, + "ic_fluent_server_20_regular": 61035, + "ic_fluent_server_link_20_filled": 61036, + "ic_fluent_server_link_20_regular": 61037, + "ic_fluent_server_multiple_20_filled": 61038, + "ic_fluent_server_multiple_20_regular": 61039, + "ic_fluent_server_play_20_filled": 61040, + "ic_fluent_server_play_20_regular": 61041, + "ic_fluent_service_bell_20_filled": 61042, + "ic_fluent_service_bell_20_regular": 61043, + "ic_fluent_settings_20_filled": 61044, + "ic_fluent_settings_20_regular": 61045, + "ic_fluent_settings_chat_20_filled": 61046, + "ic_fluent_settings_chat_20_regular": 61047, + "ic_fluent_settings_cog_multiple_20_filled": 61048, + "ic_fluent_settings_cog_multiple_20_regular": 61049, + "ic_fluent_shape_exclude_20_filled": 61050, + "ic_fluent_shape_exclude_20_regular": 61051, + "ic_fluent_shape_intersect_20_filled": 61052, + "ic_fluent_shape_intersect_20_regular": 61053, + "ic_fluent_shape_organic_20_filled": 61054, + "ic_fluent_shape_organic_20_regular": 61055, + "ic_fluent_shape_subtract_20_filled": 61056, + "ic_fluent_shape_subtract_20_regular": 61057, + "ic_fluent_shape_union_20_filled": 61058, + "ic_fluent_shape_union_20_regular": 61059, + "ic_fluent_shapes_20_filled": 61060, + "ic_fluent_shapes_20_regular": 61061, + "ic_fluent_share_20_filled": 61062, + "ic_fluent_share_20_regular": 61063, + "ic_fluent_share_android_20_filled": 61064, + "ic_fluent_share_android_20_regular": 61065, + "ic_fluent_share_close_tray_20_filled": 61066, + "ic_fluent_share_close_tray_20_regular": 61067, + "ic_fluent_share_ios_20_filled": 61068, + "ic_fluent_share_ios_20_regular": 61069, + "ic_fluent_share_multiple_20_filled": 61070, + "ic_fluent_share_multiple_20_regular": 61071, + "ic_fluent_share_screen_person_20_filled": 61072, + "ic_fluent_share_screen_person_20_regular": 61073, + "ic_fluent_share_screen_person_overlay_20_filled": 61074, + "ic_fluent_share_screen_person_overlay_20_regular": 61075, + "ic_fluent_share_screen_person_overlay_inside_20_filled": 61076, + "ic_fluent_share_screen_person_overlay_inside_20_regular": 61077, + "ic_fluent_share_screen_person_p_20_filled": 61078, + "ic_fluent_share_screen_person_p_20_regular": 61079, + "ic_fluent_share_screen_start_20_filled": 61080, + "ic_fluent_share_screen_start_20_regular": 61081, + "ic_fluent_share_screen_stop_20_filled": 61082, + "ic_fluent_share_screen_stop_20_regular": 61083, + "ic_fluent_shield_20_filled": 61084, + "ic_fluent_shield_20_regular": 61085, + "ic_fluent_shield_add_20_filled": 61086, + "ic_fluent_shield_add_20_regular": 61087, + "ic_fluent_shield_badge_20_filled": 61088, + "ic_fluent_shield_badge_20_regular": 61089, + "ic_fluent_shield_checkmark_20_filled": 61090, + "ic_fluent_shield_checkmark_20_regular": 61091, + "ic_fluent_shield_dismiss_20_filled": 61092, + "ic_fluent_shield_dismiss_20_regular": 61093, + "ic_fluent_shield_dismiss_shield_20_filled": 61094, + "ic_fluent_shield_dismiss_shield_20_regular": 61095, + "ic_fluent_shield_error_20_filled": 61096, + "ic_fluent_shield_error_20_regular": 61097, + "ic_fluent_shield_globe_20_filled": 61098, + "ic_fluent_shield_globe_20_regular": 61099, + "ic_fluent_shield_keyhole_20_filled": 61100, + "ic_fluent_shield_keyhole_20_regular": 61101, + "ic_fluent_shield_lock_20_filled": 61102, + "ic_fluent_shield_lock_20_regular": 61103, + "ic_fluent_shield_person_20_filled": 61104, + "ic_fluent_shield_person_20_regular": 61105, + "ic_fluent_shield_person_add_20_filled": 61106, + "ic_fluent_shield_person_add_20_regular": 61107, + "ic_fluent_shield_prohibited_20_filled": 61108, + "ic_fluent_shield_prohibited_20_regular": 61109, + "ic_fluent_shield_question_20_filled": 61110, + "ic_fluent_shield_question_20_regular": 61111, + "ic_fluent_shield_task_20_filled": 61112, + "ic_fluent_shield_task_20_regular": 61113, + "ic_fluent_shifts_20_filled": 61114, + "ic_fluent_shifts_20_regular": 61115, + "ic_fluent_shifts_30_minutes_20_filled": 61116, + "ic_fluent_shifts_30_minutes_20_regular": 61117, + "ic_fluent_shifts_activity_20_filled": 61118, + "ic_fluent_shifts_activity_20_regular": 61119, + "ic_fluent_shifts_add_20_filled": 61120, + "ic_fluent_shifts_add_20_regular": 61121, + "ic_fluent_shifts_availability_20_filled": 61122, + "ic_fluent_shifts_availability_20_regular": 61123, + "ic_fluent_shifts_checkmark_20_filled": 61124, + "ic_fluent_shifts_checkmark_20_regular": 61125, + "ic_fluent_shifts_day_20_filled": 61126, + "ic_fluent_shifts_day_20_regular": 61127, + "ic_fluent_shifts_open_20_filled": 61128, + "ic_fluent_shifts_open_20_regular": 61129, + "ic_fluent_shifts_prohibited_20_filled": 61130, + "ic_fluent_shifts_prohibited_20_regular": 61131, + "ic_fluent_shifts_question_mark_20_filled": 61132, + "ic_fluent_shifts_question_mark_20_regular": 61133, + "ic_fluent_shifts_team_20_filled": 61134, + "ic_fluent_shifts_team_20_regular": 61135, + "ic_fluent_shopping_bag_20_filled": 61136, + "ic_fluent_shopping_bag_20_regular": 61137, + "ic_fluent_shopping_bag_add_20_filled": 61138, + "ic_fluent_shopping_bag_add_20_regular": 61139, + "ic_fluent_shopping_bag_arrow_left_20_filled": 61140, + "ic_fluent_shopping_bag_arrow_left_20_regular": 61141, + "ic_fluent_shopping_bag_dismiss_20_filled": 61142, + "ic_fluent_shopping_bag_dismiss_20_regular": 61143, + "ic_fluent_shopping_bag_pause_20_filled": 61144, + "ic_fluent_shopping_bag_pause_20_regular": 61145, + "ic_fluent_shopping_bag_percent_20_filled": 61146, + "ic_fluent_shopping_bag_percent_20_regular": 61147, + "ic_fluent_shopping_bag_play_20_filled": 61148, + "ic_fluent_shopping_bag_play_20_regular": 61149, + "ic_fluent_shopping_bag_tag_20_filled": 61150, + "ic_fluent_shopping_bag_tag_20_regular": 61151, + "ic_fluent_shortpick_20_filled": 61152, + "ic_fluent_shortpick_20_regular": 61153, + "ic_fluent_showerhead_20_filled": 61154, + "ic_fluent_showerhead_20_regular": 61155, + "ic_fluent_sidebar_search_ltr_20_filled": 61156, + "ic_fluent_sidebar_search_ltr_20_regular": 61157, + "ic_fluent_sidebar_search_rtl_20_filled": 61158, + "ic_fluent_sidebar_search_rtl_20_regular": 61159, + "ic_fluent_sign_out_20_filled": 61160, + "ic_fluent_sign_out_20_regular": 61161, + "ic_fluent_signature_20_filled": 61162, + "ic_fluent_signature_20_regular": 61163, + "ic_fluent_sim_20_filled": 61164, + "ic_fluent_sim_20_regular": 61165, + "ic_fluent_skip_back_10_20_filled": 61166, + "ic_fluent_skip_back_10_20_regular": 61167, + "ic_fluent_skip_forward_10_20_filled": 61168, + "ic_fluent_skip_forward_10_20_regular": 61169, + "ic_fluent_skip_forward_30_20_filled": 61170, + "ic_fluent_skip_forward_30_20_regular": 61171, + "ic_fluent_skip_forward_tab_20_filled": 61172, + "ic_fluent_skip_forward_tab_20_regular": 61173, + "ic_fluent_slash_forward_20_filled": 61174, + "ic_fluent_slash_forward_20_regular": 61175, + "ic_fluent_sleep_20_filled": 61176, + "ic_fluent_sleep_20_regular": 61177, + "ic_fluent_slide_add_20_filled": 61178, + "ic_fluent_slide_add_20_regular": 61179, + "ic_fluent_slide_arrow_right_20_filled": 61180, + "ic_fluent_slide_arrow_right_20_regular": 61181, + "ic_fluent_slide_eraser_20_filled": 61182, + "ic_fluent_slide_eraser_20_regular": 61183, + "ic_fluent_slide_grid_20_filled": 61184, + "ic_fluent_slide_grid_20_regular": 61185, + "ic_fluent_slide_hide_20_filled": 61186, + "ic_fluent_slide_hide_20_regular": 61187, + "ic_fluent_slide_layout_20_filled": 61188, + "ic_fluent_slide_layout_20_regular": 61189, + "ic_fluent_slide_link_20_filled": 61190, + "ic_fluent_slide_link_20_regular": 61191, + "ic_fluent_slide_microphone_20_filled": 61192, + "ic_fluent_slide_microphone_20_regular": 61193, + "ic_fluent_slide_multiple_20_filled": 61194, + "ic_fluent_slide_multiple_20_regular": 61195, + "ic_fluent_slide_multiple_arrow_right_20_filled": 61196, + "ic_fluent_slide_multiple_arrow_right_20_regular": 61197, + "ic_fluent_slide_multiple_search_20_filled": 61198, + "ic_fluent_slide_multiple_search_20_regular": 61199, + "ic_fluent_slide_play_20_filled": 61200, + "ic_fluent_slide_play_20_regular": 61201, + "ic_fluent_slide_record_20_filled": 61202, + "ic_fluent_slide_record_20_regular": 61203, + "ic_fluent_slide_search_20_filled": 61204, + "ic_fluent_slide_search_20_regular": 61205, + "ic_fluent_slide_settings_20_filled": 61206, + "ic_fluent_slide_settings_20_regular": 61207, + "ic_fluent_slide_size_20_filled": 61208, + "ic_fluent_slide_size_20_regular": 61209, + "ic_fluent_slide_text_20_filled": 61210, + "ic_fluent_slide_text_20_regular": 61211, + "ic_fluent_slide_text_call_20_filled": 61212, + "ic_fluent_slide_text_call_20_regular": 61213, + "ic_fluent_slide_text_cursor_20_filled": 61214, + "ic_fluent_slide_text_cursor_20_regular": 61215, + "ic_fluent_slide_text_edit_20_filled": 61216, + "ic_fluent_slide_text_edit_20_regular": 61217, + "ic_fluent_slide_text_multiple_20_filled": 61218, + "ic_fluent_slide_text_multiple_20_regular": 61219, + "ic_fluent_slide_text_person_20_filled": 61220, + "ic_fluent_slide_text_person_20_regular": 61221, + "ic_fluent_slide_text_sparkle_20_filled": 61222, + "ic_fluent_slide_text_sparkle_20_regular": 61223, + "ic_fluent_slide_transition_20_filled": 61224, + "ic_fluent_slide_transition_20_regular": 61225, + "ic_fluent_smartwatch_20_filled": 61226, + "ic_fluent_smartwatch_20_regular": 61227, + "ic_fluent_smartwatch_dot_20_filled": 61228, + "ic_fluent_smartwatch_dot_20_regular": 61229, + "ic_fluent_snooze_20_filled": 61230, + "ic_fluent_snooze_20_regular": 61231, + "ic_fluent_sound_source_20_filled": 61232, + "ic_fluent_sound_source_20_regular": 61233, + "ic_fluent_sound_wave_circle_20_filled": 61234, + "ic_fluent_sound_wave_circle_20_regular": 61235, + "ic_fluent_space_3d_20_filled": 61236, + "ic_fluent_space_3d_20_regular": 61237, + "ic_fluent_spacebar_20_filled": 61238, + "ic_fluent_spacebar_20_regular": 61239, + "ic_fluent_sparkle_20_filled": 61240, + "ic_fluent_sparkle_20_regular": 61241, + "ic_fluent_sparkle_circle_20_filled": 61242, + "ic_fluent_sparkle_circle_20_regular": 61243, + "ic_fluent_spatula_spoon_20_filled": 61244, + "ic_fluent_spatula_spoon_20_regular": 61245, + "ic_fluent_speaker_0_20_filled": 61246, + "ic_fluent_speaker_0_20_regular": 61247, + "ic_fluent_speaker_1_20_filled": 61248, + "ic_fluent_speaker_1_20_regular": 61249, + "ic_fluent_speaker_2_20_filled": 61250, + "ic_fluent_speaker_2_20_regular": 61251, + "ic_fluent_speaker_bluetooth_20_filled": 61252, + "ic_fluent_speaker_bluetooth_20_regular": 61253, + "ic_fluent_speaker_box_20_filled": 61254, + "ic_fluent_speaker_box_20_regular": 61255, + "ic_fluent_speaker_edit_20_filled": 61256, + "ic_fluent_speaker_edit_20_regular": 61257, + "ic_fluent_speaker_mute_20_filled": 61258, + "ic_fluent_speaker_mute_20_regular": 61259, + "ic_fluent_speaker_off_20_filled": 61260, + "ic_fluent_speaker_off_20_regular": 61261, + "ic_fluent_speaker_settings_20_filled": 61262, + "ic_fluent_speaker_settings_20_regular": 61263, + "ic_fluent_speaker_usb_20_filled": 61264, + "ic_fluent_speaker_usb_20_regular": 61265, + "ic_fluent_spinner_ios_20_filled": 61266, + "ic_fluent_spinner_ios_20_regular": 61267, + "ic_fluent_split_hint_20_filled": 61268, + "ic_fluent_split_hint_20_regular": 61269, + "ic_fluent_split_horizontal_20_filled": 61270, + "ic_fluent_split_horizontal_20_regular": 61271, + "ic_fluent_split_vertical_20_filled": 61272, + "ic_fluent_split_vertical_20_regular": 61273, + "ic_fluent_sport_20_filled": 61274, + "ic_fluent_sport_20_regular": 61275, + "ic_fluent_sport_american_football_20_filled": 61276, + "ic_fluent_sport_american_football_20_regular": 61277, + "ic_fluent_sport_baseball_20_filled": 61278, + "ic_fluent_sport_baseball_20_regular": 61279, + "ic_fluent_sport_basketball_20_filled": 61280, + "ic_fluent_sport_basketball_20_regular": 61281, + "ic_fluent_sport_hockey_20_filled": 61282, + "ic_fluent_sport_hockey_20_regular": 61283, + "ic_fluent_sport_soccer_20_filled": 61284, + "ic_fluent_sport_soccer_20_regular": 61285, + "ic_fluent_square_20_filled": 61286, + "ic_fluent_square_20_regular": 61287, + "ic_fluent_square_add_20_filled": 61288, + "ic_fluent_square_add_20_regular": 61289, + "ic_fluent_square_arrow_forward_20_filled": 61290, + "ic_fluent_square_arrow_forward_20_regular": 61291, + "ic_fluent_square_dismiss_20_filled": 61292, + "ic_fluent_square_dismiss_20_regular": 61293, + "ic_fluent_square_dovetail_joint_20_filled": 61294, + "ic_fluent_square_dovetail_joint_20_regular": 61295, + "ic_fluent_square_eraser_20_filled": 61296, + "ic_fluent_square_eraser_20_regular": 61297, + "ic_fluent_square_hint_20_filled": 61298, + "ic_fluent_square_hint_20_regular": 61299, + "ic_fluent_square_hint_apps_20_filled": 61300, + "ic_fluent_square_hint_apps_20_regular": 61301, + "ic_fluent_square_hint_arrow_back_20_filled": 61302, + "ic_fluent_square_hint_arrow_back_20_regular": 61303, + "ic_fluent_square_hint_hexagon_20_filled": 61304, + "ic_fluent_square_hint_hexagon_20_regular": 61305, + "ic_fluent_square_hint_sparkles_20_filled": 61306, + "ic_fluent_square_hint_sparkles_20_regular": 61307, + "ic_fluent_square_multiple_20_filled": 61308, + "ic_fluent_square_multiple_20_regular": 61309, + "ic_fluent_square_shadow_20_filled": 61310, + "ic_fluent_square_shadow_20_regular": 61311, + "ic_fluent_squares_nested_20_filled": 61312, + "ic_fluent_squares_nested_20_regular": 61313, + "ic_fluent_stack_20_filled": 61314, + "ic_fluent_stack_20_regular": 61315, + "ic_fluent_stack_add_20_filled": 61316, + "ic_fluent_stack_add_20_regular": 61317, + "ic_fluent_stack_arrow_forward_20_filled": 61318, + "ic_fluent_stack_arrow_forward_20_regular": 61319, + "ic_fluent_stack_star_20_filled": 61320, + "ic_fluent_stack_star_20_regular": 61321, + "ic_fluent_stack_vertical_20_filled": 61322, + "ic_fluent_stack_vertical_20_regular": 61323, + "ic_fluent_star_20_filled": 61324, + "ic_fluent_star_20_regular": 61325, + "ic_fluent_star_add_20_filled": 61326, + "ic_fluent_star_add_20_regular": 61327, + "ic_fluent_star_arrow_back_20_filled": 61328, + "ic_fluent_star_arrow_back_20_regular": 61329, + "ic_fluent_star_arrow_right_end_20_filled": 61330, + "ic_fluent_star_arrow_right_end_20_regular": 61331, + "ic_fluent_star_arrow_right_start_20_filled": 61332, + "ic_fluent_star_arrow_right_start_20_regular": 61333, + "ic_fluent_star_checkmark_20_filled": 61334, + "ic_fluent_star_checkmark_20_regular": 61335, + "ic_fluent_star_dismiss_20_filled": 61336, + "ic_fluent_star_dismiss_20_regular": 61337, + "ic_fluent_star_edit_20_filled": 61338, + "ic_fluent_star_edit_20_regular": 61339, + "ic_fluent_star_emphasis_20_filled": 61340, + "ic_fluent_star_emphasis_20_regular": 61341, + "ic_fluent_star_half_20_filled": 61342, + "ic_fluent_star_half_20_regular": 61343, + "ic_fluent_star_line_horizontal_3_20_filled": 61344, + "ic_fluent_star_line_horizontal_3_20_regular": 61345, + "ic_fluent_star_off_20_filled": 61346, + "ic_fluent_star_off_20_regular": 61347, + "ic_fluent_star_one_quarter_20_filled": 61348, + "ic_fluent_star_one_quarter_20_regular": 61349, + "ic_fluent_star_prohibited_20_filled": 61350, + "ic_fluent_star_prohibited_20_regular": 61351, + "ic_fluent_star_settings_20_filled": 61352, + "ic_fluent_star_settings_20_regular": 61353, + "ic_fluent_star_three_quarter_20_filled": 61354, + "ic_fluent_star_three_quarter_20_regular": 61355, + "ic_fluent_status_20_filled": 61356, + "ic_fluent_status_20_regular": 61357, + "ic_fluent_step_20_filled": 61358, + "ic_fluent_step_20_regular": 61359, + "ic_fluent_steps_20_filled": 61360, + "ic_fluent_steps_20_regular": 61361, + "ic_fluent_stethoscope_20_filled": 61362, + "ic_fluent_stethoscope_20_regular": 61363, + "ic_fluent_sticker_20_filled": 61364, + "ic_fluent_sticker_20_regular": 61365, + "ic_fluent_sticker_add_20_filled": 61366, + "ic_fluent_sticker_add_20_regular": 61367, + "ic_fluent_stop_20_filled": 61368, + "ic_fluent_stop_20_regular": 61369, + "ic_fluent_storage_20_filled": 61370, + "ic_fluent_storage_20_regular": 61371, + "ic_fluent_store_microsoft_20_filled": 61372, + "ic_fluent_store_microsoft_20_regular": 61373, + "ic_fluent_stream_20_filled": 61374, + "ic_fluent_stream_20_regular": 61375, + "ic_fluent_stream_input_20_filled": 61376, + "ic_fluent_stream_input_20_regular": 61377, + "ic_fluent_stream_input_output_20_filled": 61378, + "ic_fluent_stream_input_output_20_regular": 61379, + "ic_fluent_stream_output_20_filled": 61380, + "ic_fluent_stream_output_20_regular": 61381, + "ic_fluent_street_sign_20_filled": 61382, + "ic_fluent_street_sign_20_regular": 61383, + "ic_fluent_style_guide_20_filled": 61384, + "ic_fluent_style_guide_20_regular": 61385, + "ic_fluent_sub_grid_20_filled": 61386, + "ic_fluent_sub_grid_20_regular": 61387, + "ic_fluent_subtitles_20_filled": 61388, + "ic_fluent_subtitles_20_regular": 61389, + "ic_fluent_subtract_20_filled": 61390, + "ic_fluent_subtract_20_regular": 61391, + "ic_fluent_subtract_circle_20_filled": 61392, + "ic_fluent_subtract_circle_20_regular": 61393, + "ic_fluent_subtract_circle_arrow_back_20_filled": 61394, + "ic_fluent_subtract_circle_arrow_back_20_regular": 61395, + "ic_fluent_subtract_circle_arrow_forward_20_filled": 61396, + "ic_fluent_subtract_circle_arrow_forward_20_regular": 61397, + "ic_fluent_subtract_parentheses_20_filled": 61398, + "ic_fluent_subtract_parentheses_20_regular": 61399, + "ic_fluent_subtract_square_20_filled": 61400, + "ic_fluent_subtract_square_20_regular": 61401, + "ic_fluent_subtract_square_multiple_20_filled": 61402, + "ic_fluent_subtract_square_multiple_20_regular": 61403, + "ic_fluent_surface_earbuds_20_filled": 61404, + "ic_fluent_surface_earbuds_20_regular": 61405, + "ic_fluent_surface_hub_20_filled": 61406, + "ic_fluent_surface_hub_20_regular": 61407, + "ic_fluent_swimming_pool_20_filled": 61408, + "ic_fluent_swimming_pool_20_regular": 61409, + "ic_fluent_swipe_down_20_filled": 61410, + "ic_fluent_swipe_down_20_regular": 61411, + "ic_fluent_swipe_right_20_filled": 61412, + "ic_fluent_swipe_right_20_regular": 61413, + "ic_fluent_swipe_up_20_filled": 61414, + "ic_fluent_swipe_up_20_regular": 61415, + "ic_fluent_symbols_20_filled": 61416, + "ic_fluent_symbols_20_regular": 61417, + "ic_fluent_sync_off_20_filled": 61418, + "ic_fluent_sync_off_20_regular": 61419, + "ic_fluent_syringe_20_filled": 61420, + "ic_fluent_syringe_20_regular": 61421, + "ic_fluent_system_20_filled": 61422, + "ic_fluent_system_20_regular": 61423, + "ic_fluent_tab_20_filled": 61424, + "ic_fluent_tab_20_regular": 61425, + "ic_fluent_tab_add_20_filled": 61426, + "ic_fluent_tab_add_20_regular": 61427, + "ic_fluent_tab_arrow_left_20_filled": 61428, + "ic_fluent_tab_arrow_left_20_regular": 61429, + "ic_fluent_tab_desktop_20_filled": 61430, + "ic_fluent_tab_desktop_20_regular": 61431, + "ic_fluent_tab_desktop_arrow_clockwise_20_filled": 61432, + "ic_fluent_tab_desktop_arrow_clockwise_20_regular": 61433, + "ic_fluent_tab_desktop_arrow_left_20_filled": 61434, + "ic_fluent_tab_desktop_arrow_left_20_regular": 61435, + "ic_fluent_tab_desktop_bottom_20_filled": 61436, + "ic_fluent_tab_desktop_bottom_20_regular": 61437, + "ic_fluent_tab_desktop_clock_20_filled": 61438, + "ic_fluent_tab_desktop_clock_20_regular": 61439, + "ic_fluent_tab_desktop_copy_20_filled": 61440, + "ic_fluent_tab_desktop_copy_20_regular": 61441, + "ic_fluent_tab_desktop_image_20_filled": 61442, + "ic_fluent_tab_desktop_image_20_regular": 61443, + "ic_fluent_tab_desktop_link_20_filled": 61444, + "ic_fluent_tab_desktop_link_20_regular": 61445, + "ic_fluent_tab_desktop_multiple_20_filled": 61446, + "ic_fluent_tab_desktop_multiple_20_regular": 61447, + "ic_fluent_tab_desktop_multiple_add_20_filled": 61448, + "ic_fluent_tab_desktop_multiple_add_20_regular": 61449, + "ic_fluent_tab_desktop_multiple_bottom_20_filled": 61450, + "ic_fluent_tab_desktop_multiple_bottom_20_regular": 61451, + "ic_fluent_tab_desktop_multiple_sparkle_20_filled": 61452, + "ic_fluent_tab_desktop_multiple_sparkle_20_regular": 61453, + "ic_fluent_tab_desktop_new_page_20_filled": 61454, + "ic_fluent_tab_desktop_new_page_20_regular": 61455, + "ic_fluent_tab_desktop_search_20_filled": 61456, + "ic_fluent_tab_desktop_search_20_regular": 61457, + "ic_fluent_tab_group_20_filled": 61458, + "ic_fluent_tab_group_20_regular": 61459, + "ic_fluent_tab_in_private_20_filled": 61460, + "ic_fluent_tab_in_private_20_regular": 61461, + "ic_fluent_tab_inprivate_account_20_filled": 61462, + "ic_fluent_tab_inprivate_account_20_regular": 61463, + "ic_fluent_tab_prohibited_20_filled": 61464, + "ic_fluent_tab_prohibited_20_regular": 61465, + "ic_fluent_tab_shield_dismiss_20_filled": 61466, + "ic_fluent_tab_shield_dismiss_20_regular": 61467, + "ic_fluent_table_20_filled": 61468, + "ic_fluent_table_20_regular": 61469, + "ic_fluent_table_add_20_filled": 61470, + "ic_fluent_table_add_20_regular": 61471, + "ic_fluent_table_arrow_up_20_filled": 61472, + "ic_fluent_table_arrow_up_20_regular": 61473, + "ic_fluent_table_bottom_row_20_filled": 61474, + "ic_fluent_table_bottom_row_20_regular": 61475, + "ic_fluent_table_calculator_20_filled": 61476, + "ic_fluent_table_calculator_20_regular": 61477, + "ic_fluent_table_cell_edit_20_filled": 61478, + "ic_fluent_table_cell_edit_20_regular": 61479, + "ic_fluent_table_cells_merge_20_filled": 61480, + "ic_fluent_table_cells_merge_20_regular": 61481, + "ic_fluent_table_cells_split_20_filled": 61482, + "ic_fluent_table_cells_split_20_regular": 61483, + "ic_fluent_table_checker_20_filled": 61484, + "ic_fluent_table_checker_20_regular": 61485, + "ic_fluent_table_column_top_bottom_20_filled": 61486, + "ic_fluent_table_column_top_bottom_20_regular": 61487, + "ic_fluent_table_copy_20_filled": 61488, + "ic_fluent_table_copy_20_regular": 61489, + "ic_fluent_table_cursor_20_filled": 61490, + "ic_fluent_table_cursor_20_regular": 61491, + "ic_fluent_table_delete_column_20_filled": 61492, + "ic_fluent_table_delete_column_20_regular": 61493, + "ic_fluent_table_delete_row_20_filled": 61494, + "ic_fluent_table_delete_row_20_regular": 61495, + "ic_fluent_table_dismiss_20_filled": 61496, + "ic_fluent_table_dismiss_20_regular": 61497, + "ic_fluent_table_edit_20_filled": 61498, + "ic_fluent_table_edit_20_regular": 61499, + "ic_fluent_table_freeze_column_20_filled": 61500, + "ic_fluent_table_freeze_column_20_regular": 61501, + "ic_fluent_table_freeze_column_and_row_20_filled": 61502, + "ic_fluent_table_freeze_column_and_row_20_regular": 61503, + "ic_fluent_table_freeze_row_20_filled": 61504, + "ic_fluent_table_freeze_row_20_regular": 61505, + "ic_fluent_table_image_20_filled": 61506, + "ic_fluent_table_image_20_regular": 61507, + "ic_fluent_table_insert_column_20_filled": 61508, + "ic_fluent_table_insert_column_20_regular": 61509, + "ic_fluent_table_insert_row_20_filled": 61510, + "ic_fluent_table_insert_row_20_regular": 61511, + "ic_fluent_table_lightning_20_filled": 61512, + "ic_fluent_table_lightning_20_regular": 61513, + "ic_fluent_table_link_20_filled": 61514, + "ic_fluent_table_link_20_regular": 61515, + "ic_fluent_table_lock_20_filled": 61516, + "ic_fluent_table_lock_20_regular": 61517, + "ic_fluent_table_move_above_20_filled": 61518, + "ic_fluent_table_move_above_20_regular": 61519, + "ic_fluent_table_move_below_20_filled": 61520, + "ic_fluent_table_move_below_20_regular": 61521, + "ic_fluent_table_move_left_20_filled": 61522, + "ic_fluent_table_move_left_20_regular": 61523, + "ic_fluent_table_move_right_20_filled": 61524, + "ic_fluent_table_move_right_20_regular": 61525, + "ic_fluent_table_multiple_20_filled": 61526, + "ic_fluent_table_multiple_20_regular": 61527, + "ic_fluent_table_offset_20_filled": 61528, + "ic_fluent_table_offset_20_regular": 61529, + "ic_fluent_table_offset_add_20_filled": 61530, + "ic_fluent_table_offset_add_20_regular": 61531, + "ic_fluent_table_offset_less_than_or_equal_to_20_filled": 61532, + "ic_fluent_table_offset_less_than_or_equal_to_20_regular": 61533, + "ic_fluent_table_offset_settings_20_filled": 61534, + "ic_fluent_table_offset_settings_20_regular": 61535, + "ic_fluent_table_resize_column_20_filled": 61536, + "ic_fluent_table_resize_column_20_regular": 61537, + "ic_fluent_table_resize_row_20_filled": 61538, + "ic_fluent_table_resize_row_20_regular": 61539, + "ic_fluent_table_search_20_filled": 61540, + "ic_fluent_table_search_20_regular": 61541, + "ic_fluent_table_settings_20_filled": 61542, + "ic_fluent_table_settings_20_regular": 61543, + "ic_fluent_table_simple_20_filled": 61544, + "ic_fluent_table_simple_20_regular": 61545, + "ic_fluent_table_simple_checkmark_20_filled": 61546, + "ic_fluent_table_simple_checkmark_20_regular": 61547, + "ic_fluent_table_simple_exclude_20_filled": 61548, + "ic_fluent_table_simple_exclude_20_regular": 61549, + "ic_fluent_table_simple_include_20_filled": 61550, + "ic_fluent_table_simple_include_20_regular": 61551, + "ic_fluent_table_simple_multiple_20_filled": 61552, + "ic_fluent_table_simple_multiple_20_regular": 61553, + "ic_fluent_table_sparkle_20_filled": 61554, + "ic_fluent_table_sparkle_20_regular": 61555, + "ic_fluent_table_split_20_filled": 61556, + "ic_fluent_table_split_20_regular": 61557, + "ic_fluent_table_stack_above_20_filled": 61558, + "ic_fluent_table_stack_above_20_regular": 61559, + "ic_fluent_table_stack_below_20_filled": 61560, + "ic_fluent_table_stack_below_20_regular": 61561, + "ic_fluent_table_stack_left_20_filled": 61562, + "ic_fluent_table_stack_left_20_regular": 61563, + "ic_fluent_table_stack_right_20_filled": 61564, + "ic_fluent_table_stack_right_20_regular": 61565, + "ic_fluent_table_switch_20_filled": 61566, + "ic_fluent_table_switch_20_regular": 61567, + "ic_fluent_tablet_20_filled": 61568, + "ic_fluent_tablet_20_regular": 61569, + "ic_fluent_tablet_laptop_20_filled": 61570, + "ic_fluent_tablet_laptop_20_regular": 61571, + "ic_fluent_tablet_speaker_20_filled": 61572, + "ic_fluent_tablet_speaker_20_regular": 61573, + "ic_fluent_tabs_20_filled": 61574, + "ic_fluent_tabs_20_regular": 61575, + "ic_fluent_tag_20_filled": 61576, + "ic_fluent_tag_20_regular": 61577, + "ic_fluent_tag_circle_20_filled": 61578, + "ic_fluent_tag_circle_20_regular": 61579, + "ic_fluent_tag_dismiss_20_filled": 61580, + "ic_fluent_tag_dismiss_20_regular": 61581, + "ic_fluent_tag_error_20_filled": 61582, + "ic_fluent_tag_error_20_regular": 61583, + "ic_fluent_tag_lock_20_filled": 61584, + "ic_fluent_tag_lock_20_regular": 61585, + "ic_fluent_tag_lock_accent_20_filled": 61586, + "ic_fluent_tag_multiple_20_filled": 61587, + "ic_fluent_tag_multiple_20_regular": 61588, + "ic_fluent_tag_off_20_filled": 61589, + "ic_fluent_tag_off_20_regular": 61590, + "ic_fluent_tag_question_mark_20_filled": 61591, + "ic_fluent_tag_question_mark_20_regular": 61592, + "ic_fluent_tag_reset_20_filled": 61593, + "ic_fluent_tag_reset_20_regular": 61594, + "ic_fluent_tag_search_20_filled": 61595, + "ic_fluent_tag_search_20_regular": 61596, + "ic_fluent_tap_double_20_filled": 61597, + "ic_fluent_tap_double_20_regular": 61598, + "ic_fluent_tap_single_20_filled": 61599, + "ic_fluent_tap_single_20_regular": 61600, + "ic_fluent_target_20_filled": 61601, + "ic_fluent_target_20_regular": 61602, + "ic_fluent_target_add_20_filled": 61603, + "ic_fluent_target_add_20_regular": 61604, + "ic_fluent_target_arrow_20_filled": 61605, + "ic_fluent_target_arrow_20_regular": 61606, + "ic_fluent_target_dismiss_20_filled": 61607, + "ic_fluent_target_dismiss_20_regular": 61608, + "ic_fluent_target_edit_20_filled": 61609, + "ic_fluent_target_edit_20_regular": 61610, + "ic_fluent_task_list_add_20_filled": 61611, + "ic_fluent_task_list_add_20_regular": 61612, + "ic_fluent_task_list_ltr_20_filled": 61613, + "ic_fluent_task_list_ltr_20_regular": 61614, + "ic_fluent_task_list_rtl_20_filled": 61615, + "ic_fluent_task_list_rtl_20_regular": 61616, + "ic_fluent_task_list_square_add_20_filled": 61617, + "ic_fluent_task_list_square_add_20_regular": 61618, + "ic_fluent_task_list_square_database_20_filled": 61619, + "ic_fluent_task_list_square_database_20_regular": 61620, + "ic_fluent_task_list_square_ltr_20_filled": 61621, + "ic_fluent_task_list_square_ltr_20_regular": 61622, + "ic_fluent_task_list_square_person_20_filled": 61623, + "ic_fluent_task_list_square_person_20_regular": 61624, + "ic_fluent_task_list_square_rtl_20_filled": 61625, + "ic_fluent_task_list_square_rtl_20_regular": 61626, + "ic_fluent_task_list_square_settings_20_filled": 61627, + "ic_fluent_task_list_square_settings_20_regular": 61628, + "ic_fluent_tasks_app_20_filled": 61629, + "ic_fluent_tasks_app_20_regular": 61630, + "ic_fluent_teaching_20_filled": 61631, + "ic_fluent_teaching_20_regular": 61632, + "ic_fluent_teardrop_bottom_right_20_filled": 61633, + "ic_fluent_teardrop_bottom_right_20_regular": 61634, + "ic_fluent_teddy_20_filled": 61635, + "ic_fluent_teddy_20_regular": 61636, + "ic_fluent_temperature_20_filled": 61637, + "ic_fluent_temperature_20_regular": 61638, + "ic_fluent_tent_20_filled": 61639, + "ic_fluent_tent_20_regular": 61640, + "ic_fluent_tetris_app_20_filled": 61641, + "ic_fluent_tetris_app_20_regular": 61642, + "ic_fluent_text_add_20_filled": 61643, + "ic_fluent_text_add_20_regular": 61644, + "ic_fluent_text_add_space_after_20_filled": 61645, + "ic_fluent_text_add_space_after_20_regular": 61646, + "ic_fluent_text_add_space_before_20_filled": 61647, + "ic_fluent_text_add_space_before_20_regular": 61648, + "ic_fluent_text_add_t_20_filled": 61649, + "ic_fluent_text_add_t_20_regular": 61650, + "ic_fluent_text_align_center_20_filled": 61651, + "ic_fluent_text_align_center_20_regular": 61652, + "ic_fluent_text_align_center_rotate_270_20_filled": 61653, + "ic_fluent_text_align_center_rotate_270_20_regular": 61654, + "ic_fluent_text_align_center_rotate_90_20_filled": 61655, + "ic_fluent_text_align_center_rotate_90_20_regular": 61656, + "ic_fluent_text_align_distributed_20_filled": 61657, + "ic_fluent_text_align_distributed_20_regular": 61658, + "ic_fluent_text_align_distributed_evenly_20_filled": 61659, + "ic_fluent_text_align_distributed_evenly_20_regular": 61660, + "ic_fluent_text_align_distributed_vertical_20_filled": 61661, + "ic_fluent_text_align_distributed_vertical_20_regular": 61662, + "ic_fluent_text_align_justify_20_filled": 61663, + "ic_fluent_text_align_justify_20_regular": 61664, + "ic_fluent_text_align_justify_low_20_filled": 61665, + "ic_fluent_text_align_justify_low_20_regular": 61666, + "ic_fluent_text_align_justify_low_90_20_filled": 61667, + "ic_fluent_text_align_justify_low_90_20_regular": 61668, + "ic_fluent_text_align_justify_low_rotate_270_20_filled": 61669, + "ic_fluent_text_align_justify_low_rotate_270_20_regular": 61670, + "ic_fluent_text_align_justify_low_rotate_90_20_filled": 61671, + "ic_fluent_text_align_justify_low_rotate_90_20_regular": 61672, + "ic_fluent_text_align_justify_rotate_270_20_filled": 61673, + "ic_fluent_text_align_justify_rotate_270_20_regular": 61674, + "ic_fluent_text_align_justify_rotate_90_20_filled": 61675, + "ic_fluent_text_align_justify_rotate_90_20_regular": 61676, + "ic_fluent_text_align_left_20_filled": 61677, + "ic_fluent_text_align_left_20_regular": 61678, + "ic_fluent_text_align_left_rotate_270_20_filled": 61679, + "ic_fluent_text_align_left_rotate_270_20_regular": 61680, + "ic_fluent_text_align_left_rotate_90_20_filled": 61681, + "ic_fluent_text_align_left_rotate_90_20_regular": 61682, + "ic_fluent_text_align_right_20_filled": 61683, + "ic_fluent_text_align_right_20_regular": 61684, + "ic_fluent_text_align_right_rotate_270_20_filled": 61685, + "ic_fluent_text_align_right_rotate_270_20_regular": 61686, + "ic_fluent_text_align_right_rotate_90_20_filled": 61687, + "ic_fluent_text_align_right_rotate_90_20_regular": 61688, + "ic_fluent_text_arrow_down_right_column_20_filled": 61689, + "ic_fluent_text_arrow_down_right_column_20_regular": 61690, + "ic_fluent_text_asterisk_20_filled": 61691, + "ic_fluent_text_asterisk_20_regular": 61692, + "ic_fluent_text_baseline_20_filled": 61693, + "ic_fluent_text_baseline_20_regular": 61694, + "ic_fluent_text_bold_20_filled": 61695, + "ic_fluent_text_bold_20_regular": 61696, + "ic_fluent_text_box_settings_20_filled": 61697, + "ic_fluent_text_box_settings_20_regular": 61698, + "ic_fluent_text_bullet_list_20_filled": 61699, + "ic_fluent_text_bullet_list_20_regular": 61700, + "ic_fluent_text_bullet_list_90_20_filled": 61701, + "ic_fluent_text_bullet_list_90_20_regular": 61702, + "ic_fluent_text_bullet_list_add_20_filled": 61703, + "ic_fluent_text_bullet_list_add_20_regular": 61704, + "ic_fluent_text_bullet_list_checkmark_20_filled": 61705, + "ic_fluent_text_bullet_list_checkmark_20_regular": 61706, + "ic_fluent_text_bullet_list_dismiss_20_filled": 61707, + "ic_fluent_text_bullet_list_dismiss_20_regular": 61708, + "ic_fluent_text_bullet_list_ltr_20_filled": 61709, + "ic_fluent_text_bullet_list_ltr_20_regular": 61710, + "ic_fluent_text_bullet_list_ltr_90_20_filled": 61711, + "ic_fluent_text_bullet_list_ltr_90_20_regular": 61712, + "ic_fluent_text_bullet_list_rtl_20_filled": 61713, + "ic_fluent_text_bullet_list_rtl_20_regular": 61714, + "ic_fluent_text_bullet_list_rtl_90_20_filled": 61715, + "ic_fluent_text_bullet_list_rtl_90_20_regular": 61716, + "ic_fluent_text_bullet_list_square_20_filled": 61717, + "ic_fluent_text_bullet_list_square_20_regular": 61718, + "ic_fluent_text_bullet_list_square_clock_20_filled": 61719, + "ic_fluent_text_bullet_list_square_clock_20_regular": 61720, + "ic_fluent_text_bullet_list_square_edit_20_filled": 61721, + "ic_fluent_text_bullet_list_square_edit_20_regular": 61722, + "ic_fluent_text_bullet_list_square_person_20_filled": 61723, + "ic_fluent_text_bullet_list_square_person_20_regular": 61724, + "ic_fluent_text_bullet_list_square_search_20_filled": 61725, + "ic_fluent_text_bullet_list_square_search_20_regular": 61726, + "ic_fluent_text_bullet_list_square_settings_20_filled": 61727, + "ic_fluent_text_bullet_list_square_settings_20_regular": 61728, + "ic_fluent_text_bullet_list_square_shield_20_filled": 61729, + "ic_fluent_text_bullet_list_square_shield_20_regular": 61730, + "ic_fluent_text_bullet_list_square_sparkle_20_filled": 61731, + "ic_fluent_text_bullet_list_square_sparkle_20_regular": 61732, + "ic_fluent_text_bullet_list_square_toolbox_20_filled": 61733, + "ic_fluent_text_bullet_list_square_toolbox_20_regular": 61734, + "ic_fluent_text_bullet_list_square_warning_20_filled": 61735, + "ic_fluent_text_bullet_list_square_warning_20_regular": 61736, + "ic_fluent_text_bullet_list_tree_20_filled": 61737, + "ic_fluent_text_bullet_list_tree_20_regular": 61738, + "ic_fluent_text_case_lowercase_20_filled": 61739, + "ic_fluent_text_case_lowercase_20_regular": 61740, + "ic_fluent_text_case_title_20_filled": 61741, + "ic_fluent_text_case_title_20_regular": 61742, + "ic_fluent_text_case_uppercase_20_filled": 61743, + "ic_fluent_text_case_uppercase_20_regular": 61744, + "ic_fluent_text_change_case_20_filled": 61745, + "ic_fluent_text_change_case_20_regular": 61746, + "ic_fluent_text_clear_formatting_20_filled": 61747, + "ic_fluent_text_clear_formatting_20_regular": 61748, + "ic_fluent_text_collapse_20_filled": 61749, + "ic_fluent_text_collapse_20_regular": 61750, + "ic_fluent_text_color_20_filled": 61751, + "ic_fluent_text_color_20_regular": 61752, + "ic_fluent_text_color_accent_20_filled": 61753, + "ic_fluent_text_column_one_20_filled": 61754, + "ic_fluent_text_column_one_20_regular": 61755, + "ic_fluent_text_column_one_narrow_20_filled": 61756, + "ic_fluent_text_column_one_narrow_20_regular": 61757, + "ic_fluent_text_column_one_semi_narrow_20_filled": 61758, + "ic_fluent_text_column_one_semi_narrow_20_regular": 61759, + "ic_fluent_text_column_one_wide_20_filled": 61760, + "ic_fluent_text_column_one_wide_20_regular": 61761, + "ic_fluent_text_column_one_wide_lightning_20_filled": 61762, + "ic_fluent_text_column_one_wide_lightning_20_regular": 61763, + "ic_fluent_text_column_three_20_filled": 61764, + "ic_fluent_text_column_three_20_regular": 61765, + "ic_fluent_text_column_two_20_filled": 61766, + "ic_fluent_text_column_two_20_regular": 61767, + "ic_fluent_text_column_two_left_20_filled": 61768, + "ic_fluent_text_column_two_left_20_regular": 61769, + "ic_fluent_text_column_two_right_20_filled": 61770, + "ic_fluent_text_column_two_right_20_regular": 61771, + "ic_fluent_text_column_wide_20_filled": 61772, + "ic_fluent_text_column_wide_20_regular": 61773, + "ic_fluent_text_continuous_20_filled": 61774, + "ic_fluent_text_continuous_20_regular": 61775, + "ic_fluent_text_density_20_filled": 61776, + "ic_fluent_text_density_20_regular": 61777, + "ic_fluent_text_description_20_filled": 61778, + "ic_fluent_text_description_20_regular": 61779, + "ic_fluent_text_description_ltr_20_filled": 61780, + "ic_fluent_text_description_ltr_20_regular": 61781, + "ic_fluent_text_description_rtl_20_filled": 61782, + "ic_fluent_text_description_rtl_20_regular": 61783, + "ic_fluent_text_direction_horizontal_left_20_filled": 61784, + "ic_fluent_text_direction_horizontal_left_20_regular": 61785, + "ic_fluent_text_direction_horizontal_ltr_20_filled": 61786, + "ic_fluent_text_direction_horizontal_ltr_20_regular": 61787, + "ic_fluent_text_direction_horizontal_right_20_filled": 61788, + "ic_fluent_text_direction_horizontal_right_20_regular": 61789, + "ic_fluent_text_direction_horizontal_rtl_20_filled": 61790, + "ic_fluent_text_direction_horizontal_rtl_20_regular": 61791, + "ic_fluent_text_direction_rotate_270_right_20_filled": 61792, + "ic_fluent_text_direction_rotate_270_right_20_regular": 61793, + "ic_fluent_text_direction_rotate_315_right_20_filled": 61794, + "ic_fluent_text_direction_rotate_315_right_20_regular": 61795, + "ic_fluent_text_direction_rotate_45_right_20_filled": 61796, + "ic_fluent_text_direction_rotate_45_right_20_regular": 61797, + "ic_fluent_text_direction_rotate_90_left_20_filled": 61798, + "ic_fluent_text_direction_rotate_90_left_20_regular": 61799, + "ic_fluent_text_direction_rotate_90_ltr_20_filled": 61800, + "ic_fluent_text_direction_rotate_90_ltr_20_regular": 61801, + "ic_fluent_text_direction_rotate_90_right_20_filled": 61802, + "ic_fluent_text_direction_rotate_90_right_20_regular": 61803, + "ic_fluent_text_direction_rotate_90_rtl_20_filled": 61804, + "ic_fluent_text_direction_rotate_90_rtl_20_regular": 61805, + "ic_fluent_text_direction_vertical_20_filled": 61806, + "ic_fluent_text_direction_vertical_20_regular": 61807, + "ic_fluent_text_edit_style_20_filled": 61808, + "ic_fluent_text_edit_style_20_regular": 61809, + "ic_fluent_text_effects_20_filled": 61810, + "ic_fluent_text_effects_20_regular": 61811, + "ic_fluent_text_effects_sparkle_20_filled": 61812, + "ic_fluent_text_effects_sparkle_20_regular": 61813, + "ic_fluent_text_expand_20_filled": 61814, + "ic_fluent_text_expand_20_regular": 61815, + "ic_fluent_text_field_20_filled": 61816, + "ic_fluent_text_field_20_regular": 61817, + "ic_fluent_text_first_line_20_filled": 61818, + "ic_fluent_text_first_line_20_regular": 61819, + "ic_fluent_text_font_20_filled": 61820, + "ic_fluent_text_font_20_regular": 61821, + "ic_fluent_text_font_info_20_filled": 61822, + "ic_fluent_text_font_info_20_regular": 61823, + "ic_fluent_text_font_size_20_filled": 61824, + "ic_fluent_text_font_size_20_regular": 61825, + "ic_fluent_text_footnote_20_filled": 61826, + "ic_fluent_text_footnote_20_regular": 61827, + "ic_fluent_text_grammar_arrow_left_20_filled": 61828, + "ic_fluent_text_grammar_arrow_left_20_regular": 61829, + "ic_fluent_text_grammar_arrow_right_20_filled": 61830, + "ic_fluent_text_grammar_arrow_right_20_regular": 61831, + "ic_fluent_text_grammar_checkmark_20_filled": 61832, + "ic_fluent_text_grammar_checkmark_20_regular": 61833, + "ic_fluent_text_grammar_dismiss_20_filled": 61834, + "ic_fluent_text_grammar_dismiss_20_regular": 61835, + "ic_fluent_text_grammar_error_20_filled": 61836, + "ic_fluent_text_grammar_error_20_regular": 61837, + "ic_fluent_text_grammar_lightning_20_filled": 61838, + "ic_fluent_text_grammar_lightning_20_regular": 61839, + "ic_fluent_text_grammar_settings_20_filled": 61840, + "ic_fluent_text_grammar_settings_20_regular": 61841, + "ic_fluent_text_grammar_wand_20_filled": 61842, + "ic_fluent_text_grammar_wand_20_regular": 61843, + "ic_fluent_text_hanging_20_filled": 61844, + "ic_fluent_text_hanging_20_regular": 61845, + "ic_fluent_text_header_1_20_filled": 61846, + "ic_fluent_text_header_1_20_regular": 61847, + "ic_fluent_text_header_1_lines_20_filled": 61848, + "ic_fluent_text_header_1_lines_20_regular": 61849, + "ic_fluent_text_header_1_lines_caret_20_filled": 61850, + "ic_fluent_text_header_1_lines_caret_20_regular": 61851, + "ic_fluent_text_header_2_20_filled": 61852, + "ic_fluent_text_header_2_20_regular": 61853, + "ic_fluent_text_header_2_lines_20_filled": 61854, + "ic_fluent_text_header_2_lines_20_regular": 61855, + "ic_fluent_text_header_2_lines_caret_20_filled": 61856, + "ic_fluent_text_header_2_lines_caret_20_regular": 61857, + "ic_fluent_text_header_3_20_filled": 61858, + "ic_fluent_text_header_3_20_regular": 61859, + "ic_fluent_text_header_3_lines_20_filled": 61860, + "ic_fluent_text_header_3_lines_20_regular": 61861, + "ic_fluent_text_header_3_lines_caret_20_filled": 61862, + "ic_fluent_text_header_3_lines_caret_20_regular": 61863, + "ic_fluent_text_indent_decrease_20_filled": 61864, + "ic_fluent_text_indent_decrease_20_regular": 61865, + "ic_fluent_text_indent_decrease_ltr_20_filled": 61866, + "ic_fluent_text_indent_decrease_ltr_20_regular": 61867, + "ic_fluent_text_indent_decrease_ltr_90_20_filled": 61868, + "ic_fluent_text_indent_decrease_ltr_90_20_regular": 61869, + "ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled": 61870, + "ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular": 61871, + "ic_fluent_text_indent_decrease_rotate_270_20_filled": 61872, + "ic_fluent_text_indent_decrease_rotate_270_20_regular": 61873, + "ic_fluent_text_indent_decrease_rotate_90_20_filled": 61874, + "ic_fluent_text_indent_decrease_rotate_90_20_regular": 61875, + "ic_fluent_text_indent_decrease_rtl_20_filled": 61876, + "ic_fluent_text_indent_decrease_rtl_20_regular": 61877, + "ic_fluent_text_indent_decrease_rtl_90_20_filled": 61878, + "ic_fluent_text_indent_decrease_rtl_90_20_regular": 61879, + "ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled": 61880, + "ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular": 61881, + "ic_fluent_text_indent_increase_20_filled": 61882, + "ic_fluent_text_indent_increase_20_regular": 61883, + "ic_fluent_text_indent_increase_ltr_20_filled": 61884, + "ic_fluent_text_indent_increase_ltr_20_regular": 61885, + "ic_fluent_text_indent_increase_ltr_90_20_filled": 61886, + "ic_fluent_text_indent_increase_ltr_90_20_regular": 61887, + "ic_fluent_text_indent_increase_ltr_rotate_270_20_filled": 61888, + "ic_fluent_text_indent_increase_ltr_rotate_270_20_regular": 61889, + "ic_fluent_text_indent_increase_rotate_270_20_filled": 61890, + "ic_fluent_text_indent_increase_rotate_270_20_regular": 61891, + "ic_fluent_text_indent_increase_rotate_90_20_filled": 61892, + "ic_fluent_text_indent_increase_rotate_90_20_regular": 61893, + "ic_fluent_text_indent_increase_rtl_20_filled": 61894, + "ic_fluent_text_indent_increase_rtl_20_regular": 61895, + "ic_fluent_text_indent_increase_rtl_90_20_filled": 61896, + "ic_fluent_text_indent_increase_rtl_90_20_regular": 61897, + "ic_fluent_text_indent_increase_rtl_rotate_270_20_filled": 61898, + "ic_fluent_text_indent_increase_rtl_rotate_270_20_regular": 61899, + "ic_fluent_text_italic_20_filled": 61900, + "ic_fluent_text_italic_20_regular": 61901, + "ic_fluent_text_line_spacing_20_filled": 61902, + "ic_fluent_text_line_spacing_20_regular": 61903, + "ic_fluent_text_more_20_filled": 61904, + "ic_fluent_text_more_20_regular": 61905, + "ic_fluent_text_number_format_20_filled": 61906, + "ic_fluent_text_number_format_20_regular": 61907, + "ic_fluent_text_number_list_ltr_20_filled": 61908, + "ic_fluent_text_number_list_ltr_20_regular": 61909, + "ic_fluent_text_number_list_ltr_90_20_filled": 61910, + "ic_fluent_text_number_list_ltr_90_20_regular": 61911, + "ic_fluent_text_number_list_ltr_rotate_270_20_filled": 61912, + "ic_fluent_text_number_list_ltr_rotate_270_20_regular": 61913, + "ic_fluent_text_number_list_rotate_270_20_filled": 61914, + "ic_fluent_text_number_list_rotate_270_20_regular": 61915, + "ic_fluent_text_number_list_rotate_90_20_filled": 61916, + "ic_fluent_text_number_list_rotate_90_20_regular": 61917, + "ic_fluent_text_number_list_rtl_20_filled": 61918, + "ic_fluent_text_number_list_rtl_20_regular": 61919, + "ic_fluent_text_number_list_rtl_90_20_filled": 61920, + "ic_fluent_text_number_list_rtl_90_20_regular": 61921, + "ic_fluent_text_number_list_rtl_rotate_270_20_filled": 61922, + "ic_fluent_text_number_list_rtl_rotate_270_20_regular": 61923, + "ic_fluent_text_paragraph_20_filled": 61924, + "ic_fluent_text_paragraph_20_regular": 61925, + "ic_fluent_text_paragraph_direction_20_filled": 61926, + "ic_fluent_text_paragraph_direction_20_regular": 61927, + "ic_fluent_text_paragraph_direction_left_20_filled": 61928, + "ic_fluent_text_paragraph_direction_left_20_regular": 61929, + "ic_fluent_text_paragraph_direction_right_20_filled": 61930, + "ic_fluent_text_paragraph_direction_right_20_regular": 61931, + "ic_fluent_text_period_asterisk_20_filled": 61932, + "ic_fluent_text_period_asterisk_20_regular": 61933, + "ic_fluent_text_position_behind_20_filled": 61934, + "ic_fluent_text_position_behind_20_regular": 61935, + "ic_fluent_text_position_front_20_filled": 61936, + "ic_fluent_text_position_front_20_regular": 61937, + "ic_fluent_text_position_line_20_filled": 61938, + "ic_fluent_text_position_line_20_regular": 61939, + "ic_fluent_text_position_square_20_filled": 61940, + "ic_fluent_text_position_square_20_regular": 61941, + "ic_fluent_text_position_square_left_20_filled": 61942, + "ic_fluent_text_position_square_left_20_regular": 61943, + "ic_fluent_text_position_square_right_20_filled": 61944, + "ic_fluent_text_position_square_right_20_regular": 61945, + "ic_fluent_text_position_through_20_filled": 61946, + "ic_fluent_text_position_through_20_regular": 61947, + "ic_fluent_text_position_tight_20_filled": 61948, + "ic_fluent_text_position_tight_20_regular": 61949, + "ic_fluent_text_position_top_bottom_20_filled": 61950, + "ic_fluent_text_position_top_bottom_20_regular": 61951, + "ic_fluent_text_proofing_tools_20_filled": 61952, + "ic_fluent_text_proofing_tools_20_regular": 61953, + "ic_fluent_text_quote_20_filled": 61954, + "ic_fluent_text_quote_20_regular": 61955, + "ic_fluent_text_sort_ascending_20_filled": 61956, + "ic_fluent_text_sort_ascending_20_regular": 61957, + "ic_fluent_text_sort_descending_20_filled": 61958, + "ic_fluent_text_sort_descending_20_regular": 61959, + "ic_fluent_text_strikethrough_20_filled": 61960, + "ic_fluent_text_strikethrough_20_regular": 61961, + "ic_fluent_text_subscript_20_filled": 61962, + "ic_fluent_text_subscript_20_regular": 61963, + "ic_fluent_text_superscript_20_filled": 61964, + "ic_fluent_text_superscript_20_regular": 61965, + "ic_fluent_text_t_20_filled": 61966, + "ic_fluent_text_t_20_regular": 61967, + "ic_fluent_text_underline_20_filled": 61968, + "ic_fluent_text_underline_20_regular": 61969, + "ic_fluent_text_underline_character_u_20_filled": 61970, + "ic_fluent_text_underline_character_u_20_regular": 61971, + "ic_fluent_text_underline_double_20_filled": 61972, + "ic_fluent_text_underline_double_20_regular": 61973, + "ic_fluent_text_whole_word_20_filled": 61974, + "ic_fluent_text_whole_word_20_regular": 61975, + "ic_fluent_text_word_count_20_filled": 61976, + "ic_fluent_text_word_count_20_regular": 61977, + "ic_fluent_text_wrap_20_filled": 61978, + "ic_fluent_text_wrap_20_regular": 61979, + "ic_fluent_text_wrap_off_20_filled": 61980, + "ic_fluent_text_wrap_off_20_regular": 61981, + "ic_fluent_textbox_20_filled": 61982, + "ic_fluent_textbox_20_regular": 61983, + "ic_fluent_textbox_align_bottom_20_filled": 61984, + "ic_fluent_textbox_align_bottom_20_regular": 61985, + "ic_fluent_textbox_align_bottom_center_20_filled": 61986, + "ic_fluent_textbox_align_bottom_center_20_regular": 61987, + "ic_fluent_textbox_align_bottom_left_20_filled": 61988, + "ic_fluent_textbox_align_bottom_left_20_regular": 61989, + "ic_fluent_textbox_align_bottom_right_20_filled": 61990, + "ic_fluent_textbox_align_bottom_right_20_regular": 61991, + "ic_fluent_textbox_align_bottom_rotate_90_20_filled": 61992, + "ic_fluent_textbox_align_bottom_rotate_90_20_regular": 61993, + "ic_fluent_textbox_align_center_20_filled": 61994, + "ic_fluent_textbox_align_center_20_regular": 61995, + "ic_fluent_textbox_align_middle_20_filled": 61996, + "ic_fluent_textbox_align_middle_20_regular": 61997, + "ic_fluent_textbox_align_middle_left_20_filled": 61998, + "ic_fluent_textbox_align_middle_left_20_regular": 61999, + "ic_fluent_textbox_align_middle_right_20_filled": 62000, + "ic_fluent_textbox_align_middle_right_20_regular": 62001, + "ic_fluent_textbox_align_middle_rotate_90_20_filled": 62002, + "ic_fluent_textbox_align_middle_rotate_90_20_regular": 62003, + "ic_fluent_textbox_align_top_20_filled": 62004, + "ic_fluent_textbox_align_top_20_regular": 62005, + "ic_fluent_textbox_align_top_center_20_filled": 62006, + "ic_fluent_textbox_align_top_center_20_regular": 62007, + "ic_fluent_textbox_align_top_left_20_filled": 62008, + "ic_fluent_textbox_align_top_left_20_regular": 62009, + "ic_fluent_textbox_align_top_right_20_filled": 62010, + "ic_fluent_textbox_align_top_right_20_regular": 62011, + "ic_fluent_textbox_align_top_rotate_90_20_filled": 62012, + "ic_fluent_textbox_align_top_rotate_90_20_regular": 62013, + "ic_fluent_textbox_more_20_filled": 62014, + "ic_fluent_textbox_more_20_regular": 62015, + "ic_fluent_textbox_rotate_90_20_filled": 62016, + "ic_fluent_textbox_rotate_90_20_regular": 62017, + "ic_fluent_textbox_settings_20_filled": 62018, + "ic_fluent_textbox_settings_20_regular": 62019, + "ic_fluent_thinking_20_filled": 62020, + "ic_fluent_thinking_20_regular": 62021, + "ic_fluent_thumb_dislike_20_filled": 62022, + "ic_fluent_thumb_dislike_20_regular": 62023, + "ic_fluent_thumb_like_20_filled": 62024, + "ic_fluent_thumb_like_20_regular": 62025, + "ic_fluent_thumb_like_dislike_20_filled": 62026, + "ic_fluent_thumb_like_dislike_20_regular": 62027, + "ic_fluent_ticket_diagonal_20_filled": 62028, + "ic_fluent_ticket_diagonal_20_regular": 62029, + "ic_fluent_ticket_horizontal_20_filled": 62030, + "ic_fluent_ticket_horizontal_20_regular": 62031, + "ic_fluent_time_and_weather_20_filled": 62032, + "ic_fluent_time_and_weather_20_regular": 62033, + "ic_fluent_time_picker_20_filled": 62034, + "ic_fluent_time_picker_20_regular": 62035, + "ic_fluent_timeline_20_filled": 62036, + "ic_fluent_timeline_20_regular": 62037, + "ic_fluent_timer_10_20_filled": 62038, + "ic_fluent_timer_10_20_regular": 62039, + "ic_fluent_timer_2_20_filled": 62040, + "ic_fluent_timer_2_20_regular": 62041, + "ic_fluent_timer_20_filled": 62042, + "ic_fluent_timer_20_regular": 62043, + "ic_fluent_timer_3_20_filled": 62044, + "ic_fluent_timer_3_20_regular": 62045, + "ic_fluent_timer_off_20_filled": 62046, + "ic_fluent_timer_off_20_regular": 62047, + "ic_fluent_toggle_left_20_filled": 62048, + "ic_fluent_toggle_left_20_regular": 62049, + "ic_fluent_toggle_multiple_20_filled": 62050, + "ic_fluent_toggle_multiple_20_regular": 62051, + "ic_fluent_toggle_right_20_filled": 62052, + "ic_fluent_toggle_right_20_regular": 62053, + "ic_fluent_toolbox_20_filled": 62054, + "ic_fluent_toolbox_20_regular": 62055, + "ic_fluent_tooltip_quote_20_filled": 62056, + "ic_fluent_tooltip_quote_20_regular": 62057, + "ic_fluent_top_speed_20_filled": 62058, + "ic_fluent_top_speed_20_regular": 62059, + "ic_fluent_translate_20_filled": 62060, + "ic_fluent_translate_20_regular": 62061, + "ic_fluent_translate_auto_20_filled": 62062, + "ic_fluent_translate_auto_20_regular": 62063, + "ic_fluent_translate_off_20_filled": 62064, + "ic_fluent_translate_off_20_regular": 62065, + "ic_fluent_transmission_20_filled": 62066, + "ic_fluent_transmission_20_regular": 62067, + "ic_fluent_transparency_square_20_filled": 62068, + "ic_fluent_transparency_square_20_regular": 62069, + "ic_fluent_tray_item_add_20_filled": 62070, + "ic_fluent_tray_item_add_20_regular": 62071, + "ic_fluent_tray_item_remove_20_filled": 62072, + "ic_fluent_tray_item_remove_20_regular": 62073, + "ic_fluent_tree_deciduous_20_filled": 62074, + "ic_fluent_tree_deciduous_20_regular": 62075, + "ic_fluent_tree_evergreen_20_filled": 62076, + "ic_fluent_tree_evergreen_20_regular": 62077, + "ic_fluent_triangle_20_filled": 62078, + "ic_fluent_triangle_20_regular": 62079, + "ic_fluent_triangle_down_20_filled": 62080, + "ic_fluent_triangle_down_20_regular": 62081, + "ic_fluent_triangle_left_20_filled": 62082, + "ic_fluent_triangle_left_20_regular": 62083, + "ic_fluent_triangle_right_20_filled": 62084, + "ic_fluent_triangle_right_20_regular": 62085, + "ic_fluent_triangle_up_20_filled": 62086, + "ic_fluent_triangle_up_20_regular": 62087, + "ic_fluent_trophy_20_filled": 62088, + "ic_fluent_trophy_20_regular": 62089, + "ic_fluent_trophy_lock_20_filled": 62090, + "ic_fluent_trophy_lock_20_regular": 62091, + "ic_fluent_trophy_off_20_filled": 62092, + "ic_fluent_trophy_off_20_regular": 62093, + "ic_fluent_tv_20_filled": 62094, + "ic_fluent_tv_20_regular": 62095, + "ic_fluent_tv_arrow_right_20_filled": 62096, + "ic_fluent_tv_arrow_right_20_regular": 62097, + "ic_fluent_tv_usb_20_filled": 62098, + "ic_fluent_tv_usb_20_regular": 62099, + "ic_fluent_umbrella_20_filled": 62100, + "ic_fluent_umbrella_20_regular": 62101, + "ic_fluent_uninstall_app_20_filled": 62102, + "ic_fluent_uninstall_app_20_regular": 62103, + "ic_fluent_usb_plug_20_filled": 62104, + "ic_fluent_usb_plug_20_regular": 62105, + "ic_fluent_usb_stick_20_filled": 62106, + "ic_fluent_usb_stick_20_regular": 62107, + "ic_fluent_vault_20_filled": 62108, + "ic_fluent_vault_20_regular": 62109, + "ic_fluent_vehicle_bicycle_20_filled": 62110, + "ic_fluent_vehicle_bicycle_20_regular": 62111, + "ic_fluent_vehicle_bus_20_filled": 62112, + "ic_fluent_vehicle_bus_20_regular": 62113, + "ic_fluent_vehicle_cab_20_filled": 62114, + "ic_fluent_vehicle_cab_20_regular": 62115, + "ic_fluent_vehicle_cable_car_20_filled": 62116, + "ic_fluent_vehicle_cable_car_20_regular": 62117, + "ic_fluent_vehicle_car_20_filled": 62118, + "ic_fluent_vehicle_car_20_regular": 62119, + "ic_fluent_vehicle_car_collision_20_filled": 62120, + "ic_fluent_vehicle_car_collision_20_regular": 62121, + "ic_fluent_vehicle_car_parking_20_filled": 62122, + "ic_fluent_vehicle_car_parking_20_regular": 62123, + "ic_fluent_vehicle_car_profile_20_filled": 62124, + "ic_fluent_vehicle_car_profile_20_regular": 62125, + "ic_fluent_vehicle_car_profile_ltr_20_filled": 62126, + "ic_fluent_vehicle_car_profile_ltr_20_regular": 62127, + "ic_fluent_vehicle_car_profile_ltr_clock_20_filled": 62128, + "ic_fluent_vehicle_car_profile_ltr_clock_20_regular": 62129, + "ic_fluent_vehicle_car_profile_rtl_20_filled": 62130, + "ic_fluent_vehicle_car_profile_rtl_20_regular": 62131, + "ic_fluent_vehicle_motorcycle_20_filled": 62132, + "ic_fluent_vehicle_motorcycle_20_regular": 62133, + "ic_fluent_vehicle_ship_20_filled": 62134, + "ic_fluent_vehicle_ship_20_regular": 62135, + "ic_fluent_vehicle_subway_20_filled": 62136, + "ic_fluent_vehicle_subway_20_regular": 62137, + "ic_fluent_vehicle_subway_clock_20_filled": 62138, + "ic_fluent_vehicle_subway_clock_20_regular": 62139, + "ic_fluent_vehicle_tractor_20_filled": 62140, + "ic_fluent_vehicle_tractor_20_regular": 62141, + "ic_fluent_vehicle_truck_20_filled": 62142, + "ic_fluent_vehicle_truck_20_regular": 62143, + "ic_fluent_vehicle_truck_bag_20_filled": 62144, + "ic_fluent_vehicle_truck_bag_20_regular": 62145, + "ic_fluent_vehicle_truck_cube_20_filled": 62146, + "ic_fluent_vehicle_truck_cube_20_regular": 62147, + "ic_fluent_vehicle_truck_profile_20_filled": 62148, + "ic_fluent_vehicle_truck_profile_20_regular": 62149, + "ic_fluent_video_20_filled": 62150, + "ic_fluent_video_20_regular": 62151, + "ic_fluent_video_360_20_filled": 62152, + "ic_fluent_video_360_20_regular": 62153, + "ic_fluent_video_360_off_20_filled": 62154, + "ic_fluent_video_360_off_20_regular": 62155, + "ic_fluent_video_add_20_filled": 62156, + "ic_fluent_video_add_20_regular": 62157, + "ic_fluent_video_background_effect_20_filled": 62158, + "ic_fluent_video_background_effect_20_regular": 62159, + "ic_fluent_video_background_effect_horizontal_20_filled": 62160, + "ic_fluent_video_background_effect_horizontal_20_regular": 62161, + "ic_fluent_video_chat_20_filled": 62162, + "ic_fluent_video_chat_20_regular": 62163, + "ic_fluent_video_clip_20_filled": 62164, + "ic_fluent_video_clip_20_regular": 62165, + "ic_fluent_video_clip_multiple_20_filled": 62166, + "ic_fluent_video_clip_multiple_20_regular": 62167, + "ic_fluent_video_clip_off_20_filled": 62168, + "ic_fluent_video_clip_off_20_regular": 62169, + "ic_fluent_video_clip_optimize_20_filled": 62170, + "ic_fluent_video_clip_optimize_20_regular": 62171, + "ic_fluent_video_clip_wand_20_filled": 62172, + "ic_fluent_video_clip_wand_20_regular": 62173, + "ic_fluent_video_off_20_filled": 62174, + "ic_fluent_video_off_20_regular": 62175, + "ic_fluent_video_person_20_filled": 62176, + "ic_fluent_video_person_20_regular": 62177, + "ic_fluent_video_person_call_20_filled": 62178, + "ic_fluent_video_person_call_20_regular": 62179, + "ic_fluent_video_person_clock_20_filled": 62180, + "ic_fluent_video_person_clock_20_regular": 62181, + "ic_fluent_video_person_off_20_filled": 62182, + "ic_fluent_video_person_off_20_regular": 62183, + "ic_fluent_video_person_pulse_20_filled": 62184, + "ic_fluent_video_person_pulse_20_regular": 62185, + "ic_fluent_video_person_sparkle_20_filled": 62186, + "ic_fluent_video_person_sparkle_20_regular": 62187, + "ic_fluent_video_person_sparkle_off_20_filled": 62188, + "ic_fluent_video_person_sparkle_off_20_regular": 62189, + "ic_fluent_video_person_star_20_filled": 62190, + "ic_fluent_video_person_star_20_regular": 62191, + "ic_fluent_video_person_star_off_20_filled": 62192, + "ic_fluent_video_person_star_off_20_regular": 62193, + "ic_fluent_video_play_pause_20_filled": 62194, + "ic_fluent_video_play_pause_20_regular": 62195, + "ic_fluent_video_prohibited_20_filled": 62196, + "ic_fluent_video_prohibited_20_regular": 62197, + "ic_fluent_video_recording_20_filled": 62198, + "ic_fluent_video_recording_20_regular": 62199, + "ic_fluent_video_security_20_filled": 62200, + "ic_fluent_video_security_20_regular": 62201, + "ic_fluent_video_switch_20_filled": 62202, + "ic_fluent_video_switch_20_regular": 62203, + "ic_fluent_video_sync_20_filled": 62204, + "ic_fluent_video_sync_20_regular": 62205, + "ic_fluent_view_desktop_20_filled": 62206, + "ic_fluent_view_desktop_20_regular": 62207, + "ic_fluent_view_desktop_mobile_20_filled": 62208, + "ic_fluent_view_desktop_mobile_20_regular": 62209, + "ic_fluent_virtual_network_20_filled": 62210, + "ic_fluent_virtual_network_20_regular": 62211, + "ic_fluent_virtual_network_toolbox_20_filled": 62212, + "ic_fluent_virtual_network_toolbox_20_regular": 62213, + "ic_fluent_voicemail_20_filled": 62214, + "ic_fluent_voicemail_20_regular": 62215, + "ic_fluent_voicemail_arrow_back_20_filled": 62216, + "ic_fluent_voicemail_arrow_back_20_regular": 62217, + "ic_fluent_voicemail_arrow_forward_20_filled": 62218, + "ic_fluent_voicemail_arrow_forward_20_regular": 62219, + "ic_fluent_voicemail_arrow_subtract_20_filled": 62220, + "ic_fluent_voicemail_arrow_subtract_20_regular": 62221, + "ic_fluent_voicemail_shield_20_filled": 62222, + "ic_fluent_voicemail_shield_20_regular": 62223, + "ic_fluent_voicemail_subtract_20_filled": 62224, + "ic_fluent_voicemail_subtract_20_regular": 62225, + "ic_fluent_vote_20_filled": 62226, + "ic_fluent_vote_20_regular": 62227, + "ic_fluent_walkie_talkie_20_filled": 62228, + "ic_fluent_walkie_talkie_20_regular": 62229, + "ic_fluent_wallet_20_filled": 62230, + "ic_fluent_wallet_20_regular": 62231, + "ic_fluent_wallet_credit_card_20_filled": 62232, + "ic_fluent_wallet_credit_card_20_regular": 62233, + "ic_fluent_wallpaper_20_filled": 62234, + "ic_fluent_wallpaper_20_regular": 62235, + "ic_fluent_wand_20_filled": 62236, + "ic_fluent_wand_20_regular": 62237, + "ic_fluent_warning_20_filled": 62238, + "ic_fluent_warning_20_regular": 62239, + "ic_fluent_warning_lock_open_20_filled": 62240, + "ic_fluent_warning_lock_open_20_regular": 62241, + "ic_fluent_warning_shield_20_filled": 62242, + "ic_fluent_warning_shield_20_regular": 62243, + "ic_fluent_washer_20_filled": 62244, + "ic_fluent_washer_20_regular": 62245, + "ic_fluent_water_20_filled": 62246, + "ic_fluent_water_20_regular": 62247, + "ic_fluent_weather_blowing_snow_20_filled": 62248, + "ic_fluent_weather_blowing_snow_20_regular": 62249, + "ic_fluent_weather_cloudy_20_filled": 62250, + "ic_fluent_weather_cloudy_20_regular": 62251, + "ic_fluent_weather_drizzle_20_filled": 62252, + "ic_fluent_weather_drizzle_20_regular": 62253, + "ic_fluent_weather_duststorm_20_filled": 62254, + "ic_fluent_weather_duststorm_20_regular": 62255, + "ic_fluent_weather_fog_20_filled": 62256, + "ic_fluent_weather_fog_20_regular": 62257, + "ic_fluent_weather_hail_day_20_filled": 62258, + "ic_fluent_weather_hail_day_20_regular": 62259, + "ic_fluent_weather_hail_night_20_filled": 62260, + "ic_fluent_weather_hail_night_20_regular": 62261, + "ic_fluent_weather_haze_20_filled": 62262, + "ic_fluent_weather_haze_20_regular": 62263, + "ic_fluent_weather_moon_20_filled": 62264, + "ic_fluent_weather_moon_20_regular": 62265, + "ic_fluent_weather_moon_off_20_filled": 62266, + "ic_fluent_weather_moon_off_20_regular": 62267, + "ic_fluent_weather_partly_cloudy_day_20_filled": 62268, + "ic_fluent_weather_partly_cloudy_day_20_regular": 62269, + "ic_fluent_weather_partly_cloudy_night_20_filled": 62270, + "ic_fluent_weather_partly_cloudy_night_20_regular": 62271, + "ic_fluent_weather_rain_20_filled": 62272, + "ic_fluent_weather_rain_20_regular": 62273, + "ic_fluent_weather_rain_showers_day_20_filled": 62274, + "ic_fluent_weather_rain_showers_day_20_regular": 62275, + "ic_fluent_weather_rain_showers_night_20_filled": 62276, + "ic_fluent_weather_rain_showers_night_20_regular": 62277, + "ic_fluent_weather_rain_snow_20_filled": 62278, + "ic_fluent_weather_rain_snow_20_regular": 62279, + "ic_fluent_weather_snow_20_filled": 62280, + "ic_fluent_weather_snow_20_regular": 62281, + "ic_fluent_weather_snow_shower_day_20_filled": 62282, + "ic_fluent_weather_snow_shower_day_20_regular": 62283, + "ic_fluent_weather_snow_shower_night_20_filled": 62284, + "ic_fluent_weather_snow_shower_night_20_regular": 62285, + "ic_fluent_weather_snowflake_20_filled": 62286, + "ic_fluent_weather_snowflake_20_regular": 62287, + "ic_fluent_weather_squalls_20_filled": 62288, + "ic_fluent_weather_squalls_20_regular": 62289, + "ic_fluent_weather_sunny_20_filled": 62290, + "ic_fluent_weather_sunny_20_regular": 62291, + "ic_fluent_weather_sunny_high_20_filled": 62292, + "ic_fluent_weather_sunny_high_20_regular": 62293, + "ic_fluent_weather_sunny_low_20_filled": 62294, + "ic_fluent_weather_sunny_low_20_regular": 62295, + "ic_fluent_weather_thunderstorm_20_filled": 62296, + "ic_fluent_weather_thunderstorm_20_regular": 62297, + "ic_fluent_web_asset_20_filled": 62298, + "ic_fluent_web_asset_20_regular": 62299, + "ic_fluent_whiteboard_20_filled": 62300, + "ic_fluent_whiteboard_20_regular": 62301, + "ic_fluent_whiteboard_off_20_filled": 62302, + "ic_fluent_whiteboard_off_20_regular": 62303, + "ic_fluent_wifi_1_20_filled": 62304, + "ic_fluent_wifi_1_20_regular": 62305, + "ic_fluent_wifi_2_20_filled": 62306, + "ic_fluent_wifi_2_20_regular": 62307, + "ic_fluent_wifi_3_20_filled": 62308, + "ic_fluent_wifi_3_20_regular": 62309, + "ic_fluent_wifi_4_20_filled": 62310, + "ic_fluent_wifi_4_20_regular": 62311, + "ic_fluent_wifi_lock_20_filled": 62312, + "ic_fluent_wifi_lock_20_regular": 62313, + "ic_fluent_wifi_off_20_filled": 62314, + "ic_fluent_wifi_off_20_regular": 62315, + "ic_fluent_wifi_settings_20_filled": 62316, + "ic_fluent_wifi_settings_20_regular": 62317, + "ic_fluent_wifi_warning_20_filled": 62318, + "ic_fluent_wifi_warning_20_regular": 62319, + "ic_fluent_window_20_filled": 62320, + "ic_fluent_window_20_regular": 62321, + "ic_fluent_window_ad_20_filled": 62322, + "ic_fluent_window_ad_20_regular": 62323, + "ic_fluent_window_ad_off_20_filled": 62324, + "ic_fluent_window_ad_off_20_regular": 62325, + "ic_fluent_window_ad_person_20_filled": 62326, + "ic_fluent_window_ad_person_20_regular": 62327, + "ic_fluent_window_apps_20_filled": 62328, + "ic_fluent_window_apps_20_regular": 62329, + "ic_fluent_window_arrow_up_20_filled": 62330, + "ic_fluent_window_arrow_up_20_regular": 62331, + "ic_fluent_window_bullet_list_20_filled": 62332, + "ic_fluent_window_bullet_list_20_regular": 62333, + "ic_fluent_window_bullet_list_add_20_filled": 62334, + "ic_fluent_window_bullet_list_add_20_regular": 62335, + "ic_fluent_window_console_20_filled": 62336, + "ic_fluent_window_console_20_regular": 62337, + "ic_fluent_window_database_20_filled": 62338, + "ic_fluent_window_database_20_regular": 62339, + "ic_fluent_window_dev_edit_20_filled": 62340, + "ic_fluent_window_dev_edit_20_regular": 62341, + "ic_fluent_window_dev_tools_20_filled": 62342, + "ic_fluent_window_dev_tools_20_regular": 62343, + "ic_fluent_window_edit_20_filled": 62344, + "ic_fluent_window_edit_20_regular": 62345, + "ic_fluent_window_fingerprint_20_filled": 62346, + "ic_fluent_window_fingerprint_20_regular": 62347, + "ic_fluent_window_header_horizontal_20_filled": 62348, + "ic_fluent_window_header_horizontal_20_regular": 62349, + "ic_fluent_window_header_horizontal_off_20_filled": 62350, + "ic_fluent_window_header_horizontal_off_20_regular": 62351, + "ic_fluent_window_header_vertical_20_filled": 62352, + "ic_fluent_window_header_vertical_20_regular": 62353, + "ic_fluent_window_inprivate_20_filled": 62354, + "ic_fluent_window_inprivate_20_regular": 62355, + "ic_fluent_window_inprivate_account_20_filled": 62356, + "ic_fluent_window_inprivate_account_20_regular": 62357, + "ic_fluent_window_location_target_20_filled": 62358, + "ic_fluent_window_location_target_20_regular": 62359, + "ic_fluent_window_multiple_20_filled": 62360, + "ic_fluent_window_multiple_20_regular": 62361, + "ic_fluent_window_multiple_swap_20_filled": 62362, + "ic_fluent_window_multiple_swap_20_regular": 62363, + "ic_fluent_window_new_20_filled": 62364, + "ic_fluent_window_new_20_regular": 62365, + "ic_fluent_window_play_20_filled": 62366, + "ic_fluent_window_play_20_regular": 62367, + "ic_fluent_window_settings_20_filled": 62368, + "ic_fluent_window_settings_20_regular": 62369, + "ic_fluent_window_shield_20_filled": 62370, + "ic_fluent_window_shield_20_regular": 62371, + "ic_fluent_window_text_20_filled": 62372, + "ic_fluent_window_text_20_regular": 62373, + "ic_fluent_window_wrench_20_filled": 62374, + "ic_fluent_window_wrench_20_regular": 62375, + "ic_fluent_wrench_20_filled": 62376, + "ic_fluent_wrench_20_regular": 62377, + "ic_fluent_wrench_screwdriver_20_filled": 62378, + "ic_fluent_wrench_screwdriver_20_regular": 62379, + "ic_fluent_wrench_settings_20_filled": 62380, + "ic_fluent_wrench_settings_20_regular": 62381, + "ic_fluent_xbox_console_20_filled": 62382, + "ic_fluent_xbox_console_20_regular": 62383, + "ic_fluent_xbox_controller_20_filled": 62384, + "ic_fluent_xbox_controller_20_regular": 62385, + "ic_fluent_xbox_controller_error_20_filled": 62386, + "ic_fluent_xbox_controller_error_20_regular": 62387, + "ic_fluent_xray_20_filled": 62388, + "ic_fluent_xray_20_regular": 62389, + "ic_fluent_zoom_fit_20_filled": 62390, + "ic_fluent_zoom_fit_20_regular": 62391, + "ic_fluent_zoom_in_20_filled": 62392, + "ic_fluent_zoom_in_20_regular": 62393, + "ic_fluent_zoom_out_20_filled": 62394, + "ic_fluent_zoom_out_20_regular": 62395 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Resizable.ttf b/fonts/FluentSystemIcons-Resizable.ttf index 3fc7654215..b856d8a379 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 8828a5ed6c..ab8dad2a8b 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 81984fcb6f..386aed12a2 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 25a0c3eac0..86e44ad407 100644 --- a/icons_filled.md +++ b/icons_filled.md @@ -1679,6 +1679,7 @@ |Person Arrow Right||`personArrowRight16Filled`
`personArrowRight20Filled`
`personArrowRight24Filled`|`ic_fluent_person_arrow_right_16_filled`
`ic_fluent_person_arrow_right_20_filled`
`ic_fluent_person_arrow_right_24_filled`| |Person Available||`personAvailable16Filled`
`personAvailable20Filled`
`personAvailable24Filled`|`ic_fluent_person_available_16_filled`
`ic_fluent_person_available_20_filled`
`ic_fluent_person_available_24_filled`| |Person Board||`personBoard12Filled`
`personBoard16Filled`
`personBoard20Filled`
`personBoard24Filled`
`personBoard28Filled`
`personBoard32Filled`|`ic_fluent_person_board_12_filled`
`ic_fluent_person_board_16_filled`
`ic_fluent_person_board_20_filled`
`ic_fluent_person_board_24_filled`
`ic_fluent_person_board_28_filled`
`ic_fluent_person_board_32_filled`| +|Person Board Add||`personBoardAdd20Filled`|`ic_fluent_person_board_add_20_filled`| |Person Call||`personCall16Filled`
`personCall20Filled`
`personCall24Filled`|`ic_fluent_person_call_16_filled`
`ic_fluent_person_call_20_filled`
`ic_fluent_person_call_24_filled`| |Person Chat||`personChat16Filled`
`personChat20Filled`
`personChat24Filled`|`ic_fluent_person_chat_16_filled`
`ic_fluent_person_chat_20_filled`
`ic_fluent_person_chat_24_filled`| |Person Circle||`personCircle12Filled`
`personCircle20Filled`
`personCircle24Filled`
`personCircle28Filled`
`personCircle32Filled`|`ic_fluent_person_circle_12_filled`
`ic_fluent_person_circle_20_filled`
`ic_fluent_person_circle_24_filled`
`ic_fluent_person_circle_28_filled`
`ic_fluent_person_circle_32_filled`| @@ -1708,6 +1709,7 @@ |Person Search||`personSearch16Filled`
`personSearch20Filled`
`personSearch24Filled`
`personSearch32Filled`|`ic_fluent_person_search_16_filled`
`ic_fluent_person_search_20_filled`
`ic_fluent_person_search_24_filled`
`ic_fluent_person_search_32_filled`| |Person Settings||`personSettings16Filled`
`personSettings20Filled`|`ic_fluent_person_settings_16_filled`
`ic_fluent_person_settings_20_filled`| |Person Square||`personSquare16Filled`
`personSquare20Filled`
`personSquare24Filled`
`personSquare32Filled`|`ic_fluent_person_square_16_filled`
`ic_fluent_person_square_20_filled`
`ic_fluent_person_square_24_filled`
`ic_fluent_person_square_32_filled`| +|Person Square Add||`personSquareAdd16Filled`
`personSquareAdd20Filled`
`personSquareAdd24Filled`|`ic_fluent_person_square_add_16_filled`
`ic_fluent_person_square_add_20_filled`
`ic_fluent_person_square_add_24_filled`| |Person Square Checkmark||`personSquareCheckmark16Filled`
`personSquareCheckmark20Filled`
`personSquareCheckmark24Filled`
`personSquareCheckmark32Filled`|`ic_fluent_person_square_checkmark_16_filled`
`ic_fluent_person_square_checkmark_20_filled`
`ic_fluent_person_square_checkmark_24_filled`
`ic_fluent_person_square_checkmark_32_filled`| |Person Standing||`personStanding16Filled`|`ic_fluent_person_standing_16_filled`| |Person Star||`personStar16Filled`
`personStar20Filled`
`personStar24Filled`
`personStar28Filled`
`personStar32Filled`
`personStar48Filled`|`ic_fluent_person_star_16_filled`
`ic_fluent_person_star_20_filled`
`ic_fluent_person_star_24_filled`
`ic_fluent_person_star_28_filled`
`ic_fluent_person_star_32_filled`
`ic_fluent_person_star_48_filled`| diff --git a/icons_regular.md b/icons_regular.md index b7f21ea40f..350f78f50a 100644 --- a/icons_regular.md +++ b/icons_regular.md @@ -1640,6 +1640,7 @@ |Person Arrow Right||`personArrowRight16Regular`
`personArrowRight20Regular`
`personArrowRight24Regular`|`ic_fluent_person_arrow_right_16_regular`
`ic_fluent_person_arrow_right_20_regular`
`ic_fluent_person_arrow_right_24_regular`| |Person Available||`personAvailable16Regular`
`personAvailable20Regular`
`personAvailable24Regular`|`ic_fluent_person_available_16_regular`
`ic_fluent_person_available_20_regular`
`ic_fluent_person_available_24_regular`| |Person Board||`personBoard12Regular`
`personBoard16Regular`
`personBoard20Regular`
`personBoard24Regular`
`personBoard28Regular`
`personBoard32Regular`|`ic_fluent_person_board_12_regular`
`ic_fluent_person_board_16_regular`
`ic_fluent_person_board_20_regular`
`ic_fluent_person_board_24_regular`
`ic_fluent_person_board_28_regular`
`ic_fluent_person_board_32_regular`| +|Person Board Add||`personBoardAdd20Regular`|`ic_fluent_person_board_add_20_regular`| |Person Call||`personCall16Regular`
`personCall20Regular`
`personCall24Regular`|`ic_fluent_person_call_16_regular`
`ic_fluent_person_call_20_regular`
`ic_fluent_person_call_24_regular`| |Person Chat||`personChat16Regular`
`personChat20Regular`
`personChat24Regular`|`ic_fluent_person_chat_16_regular`
`ic_fluent_person_chat_20_regular`
`ic_fluent_person_chat_24_regular`| |Person Circle||`personCircle12Regular`
`personCircle20Regular`
`personCircle24Regular`
`personCircle28Regular`
`personCircle32Regular`|`ic_fluent_person_circle_12_regular`
`ic_fluent_person_circle_20_regular`
`ic_fluent_person_circle_24_regular`
`ic_fluent_person_circle_28_regular`
`ic_fluent_person_circle_32_regular`| @@ -1669,6 +1670,7 @@ |Person Search||`personSearch16Regular`
`personSearch20Regular`
`personSearch24Regular`
`personSearch32Regular`|`ic_fluent_person_search_16_regular`
`ic_fluent_person_search_20_regular`
`ic_fluent_person_search_24_regular`
`ic_fluent_person_search_32_regular`| |Person Settings||`personSettings16Regular`
`personSettings20Regular`|`ic_fluent_person_settings_16_regular`
`ic_fluent_person_settings_20_regular`| |Person Square||`personSquare16Regular`
`personSquare20Regular`
`personSquare24Regular`
`personSquare32Regular`|`ic_fluent_person_square_16_regular`
`ic_fluent_person_square_20_regular`
`ic_fluent_person_square_24_regular`
`ic_fluent_person_square_32_regular`| +|Person Square Add||`personSquareAdd16Regular`
`personSquareAdd20Regular`
`personSquareAdd24Regular`|`ic_fluent_person_square_add_16_regular`
`ic_fluent_person_square_add_20_regular`
`ic_fluent_person_square_add_24_regular`| |Person Square Checkmark||`personSquareCheckmark16Regular`
`personSquareCheckmark20Regular`
`personSquareCheckmark24Regular`
`personSquareCheckmark32Regular`|`ic_fluent_person_square_checkmark_16_regular`
`ic_fluent_person_square_checkmark_20_regular`
`ic_fluent_person_square_checkmark_24_regular`
`ic_fluent_person_square_checkmark_32_regular`| |Person Standing||`personStanding16Regular`|`ic_fluent_person_standing_16_regular`| |Person Star||`personStar16Regular`
`personStar20Regular`
`personStar24Regular`
`personStar28Regular`
`personStar32Regular`
`personStar48Regular`|`ic_fluent_person_star_16_regular`
`ic_fluent_person_star_20_regular`
`ic_fluent_person_star_24_regular`
`ic_fluent_person_star_28_regular`
`ic_fluent_person_star_32_regular`
`ic_fluent_person_star_48_regular`| diff --git a/ios/BUILD.gn b/ios/BUILD.gn index 763729c62a..240691c4e9 100644 --- a/ios/BUILD.gn +++ b/ios/BUILD.gn @@ -73821,6 +73821,20 @@ imageset("ic_fluent_person_board_32_regular") { ] } +imageset("ic_fluent_person_board_add_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_add_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_add_20_filled.imageset/ic_fluent_person_board_add_20_filled.svg", + ] +} + +imageset("ic_fluent_person_board_add_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_add_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_add_20_regular.imageset/ic_fluent_person_board_add_20_regular.svg", + ] +} + imageset("ic_fluent_person_call_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_call_16_filled.imageset/Contents.json", @@ -75158,6 +75172,48 @@ imageset("ic_fluent_person_square_32_regular") { ] } +imageset("ic_fluent_person_square_add_16_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_16_filled.imageset/ic_fluent_person_square_add_16_filled.svg", + ] +} + +imageset("ic_fluent_person_square_add_16_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_16_regular.imageset/ic_fluent_person_square_add_16_regular.svg", + ] +} + +imageset("ic_fluent_person_square_add_20_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_20_filled.imageset/ic_fluent_person_square_add_20_filled.svg", + ] +} + +imageset("ic_fluent_person_square_add_20_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_20_regular.imageset/ic_fluent_person_square_add_20_regular.svg", + ] +} + +imageset("ic_fluent_person_square_add_24_filled") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_24_filled.imageset/ic_fluent_person_square_add_24_filled.svg", + ] +} + +imageset("ic_fluent_person_square_add_24_regular") { + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_24_regular.imageset/ic_fluent_person_square_add_24_regular.svg", + ] +} + imageset("ic_fluent_person_square_checkmark_16_filled") { sources = [ "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_16_filled.imageset/Contents.json", diff --git a/ios/FluentIcons.podspec b/ios/FluentIcons.podspec index 39553b5e0e..f45fad823e 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.248' + s.version = '1.1.249' s.summary = 'FluentIcons' s.description = <<-DESC diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_20_filled.imageset/ic_fluent_person_board_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_20_filled.imageset/ic_fluent_person_board_20_filled.svg index b6f9535d3d..142c5ec35e 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_20_filled.imageset/ic_fluent_person_board_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_20_filled.imageset/ic_fluent_person_board_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_20_regular.imageset/ic_fluent_person_board_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_20_regular.imageset/ic_fluent_person_board_20_regular.svg index 5ba0281ebc..f6003a0674 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_20_regular.imageset/ic_fluent_person_board_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_20_regular.imageset/ic_fluent_person_board_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_add_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_add_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..1514984b48 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_add_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_board_add_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_add_20_filled.imageset/ic_fluent_person_board_add_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_add_20_filled.imageset/ic_fluent_person_board_add_20_filled.svg new file mode 100644 index 0000000000..b6f9535d3d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_add_20_filled.imageset/ic_fluent_person_board_add_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_add_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_add_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..3cb9e591e0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_add_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_board_add_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_add_20_regular.imageset/ic_fluent_person_board_add_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_add_20_regular.imageset/ic_fluent_person_board_add_20_regular.svg new file mode 100644 index 0000000000..5ba0281ebc --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_board_add_20_regular.imageset/ic_fluent_person_board_add_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..0c4d9073e0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_square_add_16_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_16_filled.imageset/ic_fluent_person_square_add_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_16_filled.imageset/ic_fluent_person_square_add_16_filled.svg new file mode 100644 index 0000000000..22940f92c7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_16_filled.imageset/ic_fluent_person_square_add_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..d0d4ae382d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_square_add_16_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_16_regular.imageset/ic_fluent_person_square_add_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_16_regular.imageset/ic_fluent_person_square_add_16_regular.svg new file mode 100644 index 0000000000..2f6da2ea1c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_16_regular.imageset/ic_fluent_person_square_add_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..f783f889f9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_square_add_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_20_filled.imageset/ic_fluent_person_square_add_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_20_filled.imageset/ic_fluent_person_square_add_20_filled.svg new file mode 100644 index 0000000000..8b2cfd9a41 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_20_filled.imageset/ic_fluent_person_square_add_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..6060c736ee --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_square_add_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_20_regular.imageset/ic_fluent_person_square_add_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_20_regular.imageset/ic_fluent_person_square_add_20_regular.svg new file mode 100644 index 0000000000..33c5fa98e3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_20_regular.imageset/ic_fluent_person_square_add_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..1fc0c087d3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_square_add_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_24_filled.imageset/ic_fluent_person_square_add_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_24_filled.imageset/ic_fluent_person_square_add_24_filled.svg new file mode 100644 index 0000000000..e3e5f59575 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_24_filled.imageset/ic_fluent_person_square_add_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..65e11e309f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_person_square_add_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_24_regular.imageset/ic_fluent_person_square_add_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_24_regular.imageset/ic_fluent_person_square_add_24_regular.svg new file mode 100644 index 0000000000..2c4305cfae --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_add_24_regular.imageset/ic_fluent_person_square_add_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_16_filled.imageset/ic_fluent_person_square_checkmark_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_16_filled.imageset/ic_fluent_person_square_checkmark_16_filled.svg index 22940f92c7..6ba32645ef 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_16_filled.imageset/ic_fluent_person_square_checkmark_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_16_filled.imageset/ic_fluent_person_square_checkmark_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_16_regular.imageset/ic_fluent_person_square_checkmark_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_16_regular.imageset/ic_fluent_person_square_checkmark_16_regular.svg index 2f6da2ea1c..7a615779cb 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_16_regular.imageset/ic_fluent_person_square_checkmark_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_16_regular.imageset/ic_fluent_person_square_checkmark_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_20_filled.imageset/ic_fluent_person_square_checkmark_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_20_filled.imageset/ic_fluent_person_square_checkmark_20_filled.svg index 8b2cfd9a41..45d239736c 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_20_filled.imageset/ic_fluent_person_square_checkmark_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_20_filled.imageset/ic_fluent_person_square_checkmark_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_20_regular.imageset/ic_fluent_person_square_checkmark_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_20_regular.imageset/ic_fluent_person_square_checkmark_20_regular.svg index 33c5fa98e3..dfcb0e97a4 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_20_regular.imageset/ic_fluent_person_square_checkmark_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_20_regular.imageset/ic_fluent_person_square_checkmark_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_24_filled.imageset/ic_fluent_person_square_checkmark_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_24_filled.imageset/ic_fluent_person_square_checkmark_24_filled.svg index e3e5f59575..c9535a68a7 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_24_filled.imageset/ic_fluent_person_square_checkmark_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_24_filled.imageset/ic_fluent_person_square_checkmark_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_24_regular.imageset/ic_fluent_person_square_checkmark_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_24_regular.imageset/ic_fluent_person_square_checkmark_24_regular.svg index 2c4305cfae..cb89beca49 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_24_regular.imageset/ic_fluent_person_square_checkmark_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_person_square_checkmark_24_regular.imageset/ic_fluent_person_square_checkmark_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Classes/FluentIcon.swift b/ios/FluentIcons/Classes/FluentIcon.swift index 2222e5a400..ca92c6e013 100644 --- a/ios/FluentIcons/Classes/FluentIcon.swift +++ b/ios/FluentIcons/Classes/FluentIcon.swift @@ -10554,6 +10554,8 @@ import Foundation case personBoard28Regular case personBoard32Filled case personBoard32Regular + case personBoardAdd20Filled + case personBoardAdd20Regular case personCall16Filled case personCall16Regular case personCall20Filled @@ -10745,6 +10747,12 @@ import Foundation case personSquare24Regular case personSquare32Filled case personSquare32Regular + case personSquareAdd16Filled + case personSquareAdd16Regular + case personSquareAdd20Filled + case personSquareAdd20Regular + case personSquareAdd24Filled + case personSquareAdd24Regular case personSquareCheckmark16Filled case personSquareCheckmark16Regular case personSquareCheckmark20Filled @@ -26962,6 +26970,8 @@ import Foundation case .personBoard28Regular: return "ic_fluent_person_board_28_regular" case .personBoard32Filled: return "ic_fluent_person_board_32_filled" case .personBoard32Regular: return "ic_fluent_person_board_32_regular" + case .personBoardAdd20Filled: return "ic_fluent_person_board_add_20_filled" + case .personBoardAdd20Regular: return "ic_fluent_person_board_add_20_regular" case .personCall16Filled: return "ic_fluent_person_call_16_filled" case .personCall16Regular: return "ic_fluent_person_call_16_regular" case .personCall20Filled: return "ic_fluent_person_call_20_filled" @@ -27020,10 +27030,10 @@ import Foundation case .personHeart20Filled: return "ic_fluent_person_heart_20_filled" case .personHeart20Regular: return "ic_fluent_person_heart_20_regular" case .personHeart24Filled: return "ic_fluent_person_heart_24_filled" - case .personHeart24Regular: return "ic_fluent_person_heart_24_regular" - case .personHome16Filled: return "ic_fluent_person_home_16_filled" default: break } switch self { + case .personHeart24Regular: return "ic_fluent_person_heart_24_regular" + case .personHome16Filled: return "ic_fluent_person_home_16_filled" 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" @@ -27122,10 +27132,10 @@ import Foundation case .personProhibited32Light: return "ic_fluent_person_prohibited_32_light" case .personProhibited32Regular: return "ic_fluent_person_prohibited_32_regular" case .personQuestionMark16Filled: return "ic_fluent_person_question_mark_16_filled" - case .personQuestionMark16Regular: return "ic_fluent_person_question_mark_16_regular" - case .personQuestionMark20Filled: return "ic_fluent_person_question_mark_20_filled" default: break } switch self { + case .personQuestionMark16Regular: return "ic_fluent_person_question_mark_16_regular" + case .personQuestionMark20Filled: return "ic_fluent_person_question_mark_20_filled" 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" @@ -27157,6 +27167,12 @@ import Foundation case .personSquare24Regular: return "ic_fluent_person_square_24_regular" case .personSquare32Filled: return "ic_fluent_person_square_32_filled" case .personSquare32Regular: return "ic_fluent_person_square_32_regular" + case .personSquareAdd16Filled: return "ic_fluent_person_square_add_16_filled" + case .personSquareAdd16Regular: return "ic_fluent_person_square_add_16_regular" + case .personSquareAdd20Filled: return "ic_fluent_person_square_add_20_filled" + case .personSquareAdd20Regular: return "ic_fluent_person_square_add_20_regular" + case .personSquareAdd24Filled: return "ic_fluent_person_square_add_24_filled" + case .personSquareAdd24Regular: return "ic_fluent_person_square_add_24_regular" case .personSquareCheckmark16Filled: return "ic_fluent_person_square_checkmark_16_filled" case .personSquareCheckmark16Regular: return "ic_fluent_person_square_checkmark_16_regular" case .personSquareCheckmark20Filled: return "ic_fluent_person_square_checkmark_20_filled" @@ -27218,6 +27234,8 @@ import Foundation case .personSync32Regular: return "ic_fluent_person_sync_32_regular" case .personSync48Filled: return "ic_fluent_person_sync_48_filled" case .personSync48Regular: return "ic_fluent_person_sync_48_regular" + default: break } + switch self { case .personTag20Filled: return "ic_fluent_person_tag_20_filled" case .personTag20Regular: return "ic_fluent_person_tag_20_regular" case .personTag24Filled: return "ic_fluent_person_tag_24_filled" @@ -27226,8 +27244,6 @@ import Foundation case .personTag28Regular: return "ic_fluent_person_tag_28_regular" case .personTag32Filled: return "ic_fluent_person_tag_32_filled" case .personTag32Regular: return "ic_fluent_person_tag_32_regular" - default: break } - switch self { case .personTag48Filled: return "ic_fluent_person_tag_48_filled" case .personTag48Regular: return "ic_fluent_person_tag_48_regular" case .personTentative16Filled: return "ic_fluent_person_tentative_16_filled" @@ -27320,6 +27336,8 @@ import Foundation case .phoneEdit20Filled: return "ic_fluent_phone_edit_20_filled" case .phoneEdit20Regular: return "ic_fluent_phone_edit_20_regular" case .phoneEdit24Filled: return "ic_fluent_phone_edit_24_filled" + default: break } + switch self { case .phoneEdit24Regular: return "ic_fluent_phone_edit_24_regular" case .phoneEraser16Filled: return "ic_fluent_phone_eraser_16_filled" case .phoneEraser16Regular: return "ic_fluent_phone_eraser_16_regular" @@ -27328,8 +27346,6 @@ import Foundation case .phoneFooterArrowDown20Filled: return "ic_fluent_phone_footer_arrow_down_20_filled" case .phoneFooterArrowDown20Regular: return "ic_fluent_phone_footer_arrow_down_20_regular" case .phoneFooterArrowDown24Filled: return "ic_fluent_phone_footer_arrow_down_24_filled" - default: break } - switch self { case .phoneFooterArrowDown24Regular: return "ic_fluent_phone_footer_arrow_down_24_regular" case .phoneHeaderArrowUp20Filled: return "ic_fluent_phone_header_arrow_up_20_filled" case .phoneHeaderArrowUp20Regular: return "ic_fluent_phone_header_arrow_up_20_regular" @@ -27422,6 +27438,8 @@ import Foundation case .phoneVibrate20Filled: return "ic_fluent_phone_vibrate_20_filled" case .phoneVibrate20Regular: return "ic_fluent_phone_vibrate_20_regular" case .phoneVibrate24Filled: return "ic_fluent_phone_vibrate_24_filled" + default: break } + switch self { case .phoneVibrate24Regular: return "ic_fluent_phone_vibrate_24_regular" case .photoFilter20Filled: return "ic_fluent_photo_filter_20_filled" case .photoFilter20Regular: return "ic_fluent_photo_filter_20_regular" @@ -27430,8 +27448,6 @@ import Foundation case .pi20Filled: return "ic_fluent_pi_20_filled" case .pi20Regular: return "ic_fluent_pi_20_regular" case .pi24Filled: return "ic_fluent_pi_24_filled" - default: break } - switch self { case .pi24Regular: return "ic_fluent_pi_24_regular" case .pictureInPicture16Filled: return "ic_fluent_picture_in_picture_16_filled" case .pictureInPicture16Regular: return "ic_fluent_picture_in_picture_16_regular" @@ -27524,6 +27540,8 @@ import Foundation case .plantRagweed20Regular: return "ic_fluent_plant_ragweed_20_regular" case .plantRagweed24Filled: return "ic_fluent_plant_ragweed_24_filled" case .plantRagweed24Regular: return "ic_fluent_plant_ragweed_24_regular" + default: break } + switch self { case .plantRagweed28Filled: return "ic_fluent_plant_ragweed_28_filled" case .plantRagweed28Regular: return "ic_fluent_plant_ragweed_28_regular" case .play12Filled: return "ic_fluent_play_12_filled" @@ -27532,8 +27550,6 @@ import Foundation case .play16Regular: return "ic_fluent_play_16_regular" case .play20Filled: return "ic_fluent_play_20_filled" case .play20Regular: return "ic_fluent_play_20_regular" - default: break } - switch self { case .play24Filled: return "ic_fluent_play_24_filled" case .play24Regular: return "ic_fluent_play_24_regular" case .play28Filled: return "ic_fluent_play_28_filled" @@ -27626,6 +27642,8 @@ import Foundation case .portHdmi24Filled: return "ic_fluent_port_hdmi_24_filled" case .portHdmi24Regular: return "ic_fluent_port_hdmi_24_regular" case .portMicroUsb20Filled: return "ic_fluent_port_micro_usb_20_filled" + default: break } + switch self { case .portMicroUsb20Regular: return "ic_fluent_port_micro_usb_20_regular" case .portMicroUsb24Filled: return "ic_fluent_port_micro_usb_24_filled" case .portMicroUsb24Regular: return "ic_fluent_port_micro_usb_24_regular" @@ -27634,8 +27652,6 @@ import Foundation case .portUsbA24Filled: return "ic_fluent_port_usb_a_24_filled" case .portUsbA24Regular: return "ic_fluent_port_usb_a_24_regular" case .portUsbC20Filled: return "ic_fluent_port_usb_c_20_filled" - default: break } - switch self { case .portUsbC20Regular: return "ic_fluent_port_usb_c_20_regular" case .portUsbC24Filled: return "ic_fluent_port_usb_c_24_filled" case .portUsbC24Regular: return "ic_fluent_port_usb_c_24_regular" @@ -27728,6 +27744,8 @@ import Foundation case .presenceOffline16Regular: return "ic_fluent_presence_offline_16_regular" case .presenceOffline20Regular: return "ic_fluent_presence_offline_20_regular" case .presenceOffline24Regular: return "ic_fluent_presence_offline_24_regular" + default: break } + switch self { case .presenceOof10Regular: return "ic_fluent_presence_oof_10_regular" case .presenceOof12Regular: return "ic_fluent_presence_oof_12_regular" case .presenceOof16Regular: return "ic_fluent_presence_oof_16_regular" @@ -27736,8 +27754,6 @@ import Foundation case .presenceTentative10Regular: return "ic_fluent_presence_tentative_10_regular" case .presenceTentative12Regular: return "ic_fluent_presence_tentative_12_regular" case .presenceTentative16Regular: return "ic_fluent_presence_tentative_16_regular" - default: break } - switch self { case .presenceTentative20Regular: return "ic_fluent_presence_tentative_20_regular" case .presenceTentative24Regular: return "ic_fluent_presence_tentative_24_regular" case .presenceUnknown10Regular: return "ic_fluent_presence_unknown_10_regular" @@ -27830,6 +27846,8 @@ import Foundation case .projectionScreen20Regular: return "ic_fluent_projection_screen_20_regular" case .projectionScreen24Filled: return "ic_fluent_projection_screen_24_filled" case .projectionScreen24Regular: return "ic_fluent_projection_screen_24_regular" + default: break } + switch self { case .projectionScreen28Filled: return "ic_fluent_projection_screen_28_filled" case .projectionScreen28Regular: return "ic_fluent_projection_screen_28_regular" case .projectionScreenDismiss16Filled: return "ic_fluent_projection_screen_dismiss_16_filled" @@ -27838,8 +27856,6 @@ import Foundation case .projectionScreenDismiss20Regular: return "ic_fluent_projection_screen_dismiss_20_regular" case .projectionScreenDismiss24Filled: return "ic_fluent_projection_screen_dismiss_24_filled" case .projectionScreenDismiss24Regular: return "ic_fluent_projection_screen_dismiss_24_regular" - default: break } - switch self { case .projectionScreenDismiss28Filled: return "ic_fluent_projection_screen_dismiss_28_filled" case .projectionScreenDismiss28Regular: return "ic_fluent_projection_screen_dismiss_28_regular" case .projectionScreenText20Filled: return "ic_fluent_projection_screen_text_20_filled" @@ -27932,6 +27948,8 @@ import Foundation case .questionCircle48Filled: return "ic_fluent_question_circle_48_filled" case .questionCircle48Regular: return "ic_fluent_question_circle_48_regular" case .quizNew20Filled: return "ic_fluent_quiz_new_20_filled" + default: break } + switch self { case .quizNew20Regular: return "ic_fluent_quiz_new_20_regular" case .quizNew24Filled: return "ic_fluent_quiz_new_24_filled" case .quizNew24Regular: return "ic_fluent_quiz_new_24_regular" @@ -27940,8 +27958,6 @@ import Foundation case .quizNew48Filled: return "ic_fluent_quiz_new_48_filled" case .quizNew48Regular: return "ic_fluent_quiz_new_48_regular" case .radar20Filled: return "ic_fluent_radar_20_filled" - default: break } - switch self { case .radar20Regular: return "ic_fluent_radar_20_regular" case .radarCheckmark20Filled: return "ic_fluent_radar_checkmark_20_filled" case .radarCheckmark20Regular: return "ic_fluent_radar_checkmark_20_regular" @@ -28034,6 +28050,8 @@ import Foundation case .receiptAdd20Regular: return "ic_fluent_receipt_add_20_regular" case .receiptAdd24Filled: return "ic_fluent_receipt_add_24_filled" case .receiptAdd24Regular: return "ic_fluent_receipt_add_24_regular" + default: break } + switch self { case .receiptBag20Filled: return "ic_fluent_receipt_bag_20_filled" case .receiptBag20Regular: return "ic_fluent_receipt_bag_20_regular" case .receiptBag24Filled: return "ic_fluent_receipt_bag_24_filled" @@ -28042,8 +28060,6 @@ import Foundation case .receiptCube20Regular: return "ic_fluent_receipt_cube_20_regular" case .receiptCube24Filled: return "ic_fluent_receipt_cube_24_filled" case .receiptCube24Regular: return "ic_fluent_receipt_cube_24_regular" - default: break } - switch self { case .receiptMoney16Filled: return "ic_fluent_receipt_money_16_filled" case .receiptMoney16Regular: return "ic_fluent_receipt_money_16_regular" case .receiptMoney20Filled: return "ic_fluent_receipt_money_20_filled" @@ -28136,6 +28152,8 @@ import Foundation case .rectangleLandscapeSyncOff20Filled: return "ic_fluent_rectangle_landscape_sync_off_20_filled" case .rectangleLandscapeSyncOff20Regular: return "ic_fluent_rectangle_landscape_sync_off_20_regular" case .rectangleLandscapeSyncOff24Filled: return "ic_fluent_rectangle_landscape_sync_off_24_filled" + default: break } + switch self { case .rectangleLandscapeSyncOff24Regular: return "ic_fluent_rectangle_landscape_sync_off_24_regular" case .rectangleLandscapeSyncOff28Filled: return "ic_fluent_rectangle_landscape_sync_off_28_filled" case .rectangleLandscapeSyncOff28Regular: return "ic_fluent_rectangle_landscape_sync_off_28_regular" @@ -28144,8 +28162,6 @@ import Foundation case .recycle20Filled: return "ic_fluent_recycle_20_filled" case .recycle20Regular: return "ic_fluent_recycle_20_regular" case .recycle32Filled: return "ic_fluent_recycle_32_filled" - default: break } - switch self { case .recycle32Regular: return "ic_fluent_recycle_32_regular" case .remixAdd16Filled: return "ic_fluent_remix_add_16_filled" case .remixAdd16Regular: return "ic_fluent_remix_add_16_regular" @@ -28238,6 +28254,8 @@ import Foundation case .rhombus24Filled: return "ic_fluent_rhombus_24_filled" case .rhombus24Regular: return "ic_fluent_rhombus_24_regular" case .rhombus28Filled: return "ic_fluent_rhombus_28_filled" + default: break } + switch self { case .rhombus28Regular: return "ic_fluent_rhombus_28_regular" case .rhombus32Filled: return "ic_fluent_rhombus_32_filled" case .rhombus32Regular: return "ic_fluent_rhombus_32_regular" @@ -28246,8 +28264,6 @@ import Foundation case .ribbon12Filled: return "ic_fluent_ribbon_12_filled" case .ribbon12Regular: return "ic_fluent_ribbon_12_regular" case .ribbon16Filled: return "ic_fluent_ribbon_16_filled" - default: break } - switch self { case .ribbon16Regular: return "ic_fluent_ribbon_16_regular" case .ribbon20Filled: return "ic_fluent_ribbon_20_filled" case .ribbon20Regular: return "ic_fluent_ribbon_20_regular" @@ -28340,6 +28356,8 @@ import Foundation case .run28Regular: return "ic_fluent_run_28_regular" case .run32Filled: return "ic_fluent_run_32_filled" case .run32Regular: return "ic_fluent_run_32_regular" + default: break } + switch self { case .run48Filled: return "ic_fluent_run_48_filled" case .run48Regular: return "ic_fluent_run_48_regular" case .sanitize20Filled: return "ic_fluent_sanitize_20_filled" @@ -28348,8 +28366,6 @@ import Foundation case .sanitize24Regular: return "ic_fluent_sanitize_24_regular" case .save16Filled: return "ic_fluent_save_16_filled" case .save16Regular: return "ic_fluent_save_16_regular" - default: break } - switch self { case .save20Filled: return "ic_fluent_save_20_filled" case .save20Regular: return "ic_fluent_save_20_regular" case .save24Filled: return "ic_fluent_save_24_filled" @@ -28442,6 +28458,8 @@ import Foundation case .scanPerson16Filled: return "ic_fluent_scan_person_16_filled" case .scanPerson16Regular: return "ic_fluent_scan_person_16_regular" case .scanPerson20Filled: return "ic_fluent_scan_person_20_filled" + default: break } + switch self { case .scanPerson20Regular: return "ic_fluent_scan_person_20_regular" case .scanPerson24Filled: return "ic_fluent_scan_person_24_filled" case .scanPerson24Regular: return "ic_fluent_scan_person_24_regular" @@ -28450,8 +28468,6 @@ import Foundation case .scanPerson48Filled: return "ic_fluent_scan_person_48_filled" case .scanPerson48Regular: return "ic_fluent_scan_person_48_regular" case .scanQrCode24Filled: return "ic_fluent_scan_qr_code_24_filled" - default: break } - switch self { case .scanQrCode24Regular: return "ic_fluent_scan_qr_code_24_regular" case .scanTable20Filled: return "ic_fluent_scan_table_20_filled" case .scanTable20Regular: return "ic_fluent_scan_table_20_regular" @@ -28544,6 +28560,8 @@ import Foundation case .search28Filled: return "ic_fluent_search_28_filled" case .search28Regular: return "ic_fluent_search_28_regular" case .search32Filled: return "ic_fluent_search_32_filled" + default: break } + switch self { case .search32Regular: return "ic_fluent_search_32_regular" case .search48Filled: return "ic_fluent_search_48_filled" case .search48Regular: return "ic_fluent_search_48_regular" @@ -28552,8 +28570,6 @@ import Foundation case .searchInfo24Filled: return "ic_fluent_search_info_24_filled" case .searchInfo24Regular: return "ic_fluent_search_info_24_regular" case .searchSettings20Filled: return "ic_fluent_search_settings_20_filled" - default: break } - switch self { case .searchSettings20Regular: return "ic_fluent_search_settings_20_regular" case .searchShield20Filled: return "ic_fluent_search_shield_20_filled" case .searchShield20Regular: return "ic_fluent_search_shield_20_regular" @@ -28646,6 +28662,8 @@ import Foundation case .sendBeaker48Filled: return "ic_fluent_send_beaker_48_filled" case .sendBeaker48Regular: return "ic_fluent_send_beaker_48_regular" case .sendClock20Filled: return "ic_fluent_send_clock_20_filled" + default: break } + switch self { case .sendClock20Regular: return "ic_fluent_send_clock_20_regular" case .sendClock24Filled: return "ic_fluent_send_clock_24_filled" case .sendClock24Regular: return "ic_fluent_send_clock_24_regular" @@ -28654,8 +28672,6 @@ import Foundation case .sendCopy20Regular: return "ic_fluent_send_copy_20_regular" case .sendCopy24Filled: return "ic_fluent_send_copy_24_filled" case .sendCopy24Regular: return "ic_fluent_send_copy_24_regular" - default: break } - switch self { case .sendPerson16Filled: return "ic_fluent_send_person_16_filled" case .sendPerson16Regular: return "ic_fluent_send_person_16_regular" case .sendPerson20Filled: return "ic_fluent_send_person_20_filled" @@ -28748,6 +28764,8 @@ import Foundation case .shapeSubtract20Filled: return "ic_fluent_shape_subtract_20_filled" case .shapeSubtract20Regular: return "ic_fluent_shape_subtract_20_regular" case .shapeSubtract24Filled: return "ic_fluent_shape_subtract_24_filled" + default: break } + switch self { case .shapeSubtract24Regular: return "ic_fluent_shape_subtract_24_regular" case .shapeUnion16Filled: return "ic_fluent_shape_union_16_filled" case .shapeUnion16Regular: return "ic_fluent_shape_union_16_regular" @@ -28756,8 +28774,6 @@ import Foundation case .shapeUnion24Filled: return "ic_fluent_shape_union_24_filled" case .shapeUnion24Regular: return "ic_fluent_shape_union_24_regular" case .shapes16Filled: return "ic_fluent_shapes_16_filled" - default: break } - switch self { case .shapes16Regular: return "ic_fluent_shapes_16_regular" case .shapes20Filled: return "ic_fluent_shapes_20_filled" case .shapes20Regular: return "ic_fluent_shapes_20_regular" @@ -28850,6 +28866,8 @@ import Foundation case .shareScreenStop16Regular: return "ic_fluent_share_screen_stop_16_regular" case .shareScreenStop20Filled: return "ic_fluent_share_screen_stop_20_filled" case .shareScreenStop20Regular: return "ic_fluent_share_screen_stop_20_regular" + default: break } + switch self { case .shareScreenStop24Filled: return "ic_fluent_share_screen_stop_24_filled" case .shareScreenStop24Regular: return "ic_fluent_share_screen_stop_24_regular" case .shareScreenStop28Filled: return "ic_fluent_share_screen_stop_28_filled" @@ -28858,8 +28876,6 @@ import Foundation case .shareScreenStop48Regular: return "ic_fluent_share_screen_stop_48_regular" case .shield12Filled: return "ic_fluent_shield_12_filled" case .shield12Regular: return "ic_fluent_shield_12_regular" - default: break } - switch self { case .shield16Filled: return "ic_fluent_shield_16_filled" case .shield16Regular: return "ic_fluent_shield_16_regular" case .shield20Filled: return "ic_fluent_shield_20_filled" @@ -28952,6 +28968,8 @@ import Foundation case .shieldQuestion24Filled: return "ic_fluent_shield_question_24_filled" case .shieldQuestion24Regular: return "ic_fluent_shield_question_24_regular" case .shieldQuestion32Filled: return "ic_fluent_shield_question_32_filled" + default: break } + switch self { case .shieldQuestion32Regular: return "ic_fluent_shield_question_32_regular" case .shieldTask16Filled: return "ic_fluent_shield_task_16_filled" case .shieldTask16Regular: return "ic_fluent_shield_task_16_regular" @@ -28960,8 +28978,6 @@ import Foundation case .shieldTask24Filled: return "ic_fluent_shield_task_24_filled" case .shieldTask24Regular: return "ic_fluent_shield_task_24_regular" case .shieldTask28Filled: return "ic_fluent_shield_task_28_filled" - default: break } - switch self { case .shieldTask28Regular: return "ic_fluent_shield_task_28_regular" case .shieldTask32Filled: return "ic_fluent_shield_task_32_filled" case .shieldTask32Regular: return "ic_fluent_shield_task_32_regular" @@ -29054,6 +29070,8 @@ import Foundation case .shoppingBagTag20Filled: return "ic_fluent_shopping_bag_tag_20_filled" case .shoppingBagTag20Regular: return "ic_fluent_shopping_bag_tag_20_regular" case .shoppingBagTag24Filled: return "ic_fluent_shopping_bag_tag_24_filled" + default: break } + switch self { case .shoppingBagTag24Regular: return "ic_fluent_shopping_bag_tag_24_regular" case .shortpick20Filled: return "ic_fluent_shortpick_20_filled" case .shortpick20Regular: return "ic_fluent_shortpick_20_regular" @@ -29062,8 +29080,6 @@ import Foundation case .showerhead20Filled: return "ic_fluent_showerhead_20_filled" case .showerhead20Regular: return "ic_fluent_showerhead_20_regular" case .showerhead24Filled: return "ic_fluent_showerhead_24_filled" - default: break } - switch self { case .showerhead24Regular: return "ic_fluent_showerhead_24_regular" case .showerhead32Filled: return "ic_fluent_showerhead_32_filled" case .showerhead32Regular: return "ic_fluent_showerhead_32_regular" @@ -29156,6 +29172,8 @@ import Foundation case .slideContent24Regular: return "ic_fluent_slide_content_24_regular" case .slideEraser16Filled: return "ic_fluent_slide_eraser_16_filled" case .slideEraser16Regular: return "ic_fluent_slide_eraser_16_regular" + default: break } + switch self { case .slideEraser20Filled: return "ic_fluent_slide_eraser_20_filled" case .slideEraser20Regular: return "ic_fluent_slide_eraser_20_regular" case .slideEraser24Filled: return "ic_fluent_slide_eraser_24_filled" @@ -29164,8 +29182,6 @@ import Foundation case .slideGrid20Regular: return "ic_fluent_slide_grid_20_regular" case .slideGrid24Filled: return "ic_fluent_slide_grid_24_filled" case .slideGrid24Regular: return "ic_fluent_slide_grid_24_regular" - default: break } - switch self { case .slideHide20Filled: return "ic_fluent_slide_hide_20_filled" case .slideHide20Regular: return "ic_fluent_slide_hide_20_regular" case .slideHide24Filled: return "ic_fluent_slide_hide_24_filled" @@ -29258,6 +29274,8 @@ import Foundation case .slideTextEdit20Regular: return "ic_fluent_slide_text_edit_20_regular" case .slideTextEdit24Filled: return "ic_fluent_slide_text_edit_24_filled" case .slideTextEdit24Regular: return "ic_fluent_slide_text_edit_24_regular" + default: break } + switch self { case .slideTextEdit28Filled: return "ic_fluent_slide_text_edit_28_filled" case .slideTextEdit28Regular: return "ic_fluent_slide_text_edit_28_regular" case .slideTextMultiple16Filled: return "ic_fluent_slide_text_multiple_16_filled" @@ -29266,8 +29284,6 @@ import Foundation case .slideTextMultiple20Regular: return "ic_fluent_slide_text_multiple_20_regular" case .slideTextMultiple24Filled: return "ic_fluent_slide_text_multiple_24_filled" case .slideTextMultiple24Regular: return "ic_fluent_slide_text_multiple_24_regular" - default: break } - switch self { case .slideTextMultiple32Filled: return "ic_fluent_slide_text_multiple_32_filled" case .slideTextMultiple32Regular: return "ic_fluent_slide_text_multiple_32_regular" case .slideTextPerson16Filled: return "ic_fluent_slide_text_person_16_filled" @@ -29360,6 +29376,8 @@ import Foundation case .sparkleCircle28Regular: return "ic_fluent_sparkle_circle_28_regular" case .sparkleCircle32Filled: return "ic_fluent_sparkle_circle_32_filled" case .sparkleCircle32Regular: return "ic_fluent_sparkle_circle_32_regular" + default: break } + switch self { case .sparkleCircle48Filled: return "ic_fluent_sparkle_circle_48_filled" case .sparkleCircle48Regular: return "ic_fluent_sparkle_circle_48_regular" case .spatulaSpoon16Filled: return "ic_fluent_spatula_spoon_16_filled" @@ -29368,8 +29386,6 @@ import Foundation case .spatulaSpoon20Regular: return "ic_fluent_spatula_spoon_20_regular" case .spatulaSpoon24Filled: return "ic_fluent_spatula_spoon_24_filled" case .spatulaSpoon24Regular: return "ic_fluent_spatula_spoon_24_regular" - default: break } - switch self { case .spatulaSpoon28Filled: return "ic_fluent_spatula_spoon_28_filled" case .spatulaSpoon28Regular: return "ic_fluent_spatula_spoon_28_regular" case .spatulaSpoon32Filled: return "ic_fluent_spatula_spoon_32_filled" @@ -29462,6 +29478,8 @@ import Foundation case .speakerUsb20Regular: return "ic_fluent_speaker_usb_20_regular" case .speakerUsb24Filled: return "ic_fluent_speaker_usb_24_filled" case .speakerUsb24Regular: return "ic_fluent_speaker_usb_24_regular" + default: break } + switch self { case .speakerUsb28Filled: return "ic_fluent_speaker_usb_28_filled" case .speakerUsb28Regular: return "ic_fluent_speaker_usb_28_regular" case .spinnerIos16Filled: return "ic_fluent_spinner_ios_16_filled" @@ -29470,8 +29488,6 @@ import Foundation case .spinnerIos20Regular: return "ic_fluent_spinner_ios_20_regular" case .splitHint20Filled: return "ic_fluent_split_hint_20_filled" case .splitHint20Regular: return "ic_fluent_split_hint_20_regular" - default: break } - switch self { case .splitHorizontal12Filled: return "ic_fluent_split_horizontal_12_filled" case .splitHorizontal12Regular: return "ic_fluent_split_horizontal_12_regular" case .splitHorizontal16Filled: return "ic_fluent_split_horizontal_16_filled" @@ -29564,6 +29580,8 @@ import Foundation case .squareDismiss16Filled: return "ic_fluent_square_dismiss_16_filled" case .squareDismiss16Regular: return "ic_fluent_square_dismiss_16_regular" case .squareDismiss20Filled: return "ic_fluent_square_dismiss_20_filled" + default: break } + switch self { case .squareDismiss20Regular: return "ic_fluent_square_dismiss_20_regular" case .squareDovetailJoint12Filled: return "ic_fluent_square_dovetail_joint_12_filled" case .squareDovetailJoint12Regular: return "ic_fluent_square_dovetail_joint_12_regular" @@ -29572,8 +29590,6 @@ import Foundation case .squareDovetailJoint20Filled: return "ic_fluent_square_dovetail_joint_20_filled" case .squareDovetailJoint20Regular: return "ic_fluent_square_dovetail_joint_20_regular" case .squareDovetailJoint24Filled: return "ic_fluent_square_dovetail_joint_24_filled" - default: break } - switch self { case .squareDovetailJoint24Regular: return "ic_fluent_square_dovetail_joint_24_regular" case .squareDovetailJoint28Filled: return "ic_fluent_square_dovetail_joint_28_filled" case .squareDovetailJoint28Regular: return "ic_fluent_square_dovetail_joint_28_regular" @@ -29666,6 +29682,8 @@ import Foundation case .stackStar16Filled: return "ic_fluent_stack_star_16_filled" case .stackStar16Regular: return "ic_fluent_stack_star_16_regular" case .stackStar20Filled: return "ic_fluent_stack_star_20_filled" + default: break } + switch self { case .stackStar20Regular: return "ic_fluent_stack_star_20_regular" case .stackStar24Filled: return "ic_fluent_stack_star_24_filled" case .stackStar24Regular: return "ic_fluent_stack_star_24_regular" @@ -29674,8 +29692,6 @@ import Foundation case .stackVertical24Filled: return "ic_fluent_stack_vertical_24_filled" case .stackVertical24Regular: return "ic_fluent_stack_vertical_24_regular" case .stamp32Light: return "ic_fluent_stamp_32_light" - default: break } - switch self { case .star12Filled: return "ic_fluent_star_12_filled" case .star12Regular: return "ic_fluent_star_12_regular" case .star16Filled: return "ic_fluent_star_16_filled" @@ -29768,6 +29784,8 @@ import Foundation case .starOff24Regular: return "ic_fluent_star_off_24_regular" case .starOff28Filled: return "ic_fluent_star_off_28_filled" case .starOff28Regular: return "ic_fluent_star_off_28_regular" + default: break } + switch self { case .starOneQuarter12Filled: return "ic_fluent_star_one_quarter_12_filled" case .starOneQuarter12Regular: return "ic_fluent_star_one_quarter_12_regular" case .starOneQuarter16Filled: return "ic_fluent_star_one_quarter_16_filled" @@ -29776,8 +29794,6 @@ import Foundation case .starOneQuarter20Regular: return "ic_fluent_star_one_quarter_20_regular" case .starOneQuarter24Filled: return "ic_fluent_star_one_quarter_24_filled" case .starOneQuarter24Regular: return "ic_fluent_star_one_quarter_24_regular" - default: break } - switch self { case .starOneQuarter28Filled: return "ic_fluent_star_one_quarter_28_filled" case .starOneQuarter28Regular: return "ic_fluent_star_one_quarter_28_regular" case .starProhibited16Filled: return "ic_fluent_star_prohibited_16_filled" @@ -29870,6 +29886,8 @@ import Foundation case .stream24Regular: return "ic_fluent_stream_24_regular" case .stream32Filled: return "ic_fluent_stream_32_filled" case .stream32Regular: return "ic_fluent_stream_32_regular" + default: break } + switch self { case .stream48Filled: return "ic_fluent_stream_48_filled" case .stream48Regular: return "ic_fluent_stream_48_regular" case .streamInput20Filled: return "ic_fluent_stream_input_20_filled" @@ -29878,8 +29896,6 @@ import Foundation case .streamInputOutput20Regular: return "ic_fluent_stream_input_output_20_regular" case .streamOutput20Filled: return "ic_fluent_stream_output_20_filled" case .streamOutput20Regular: return "ic_fluent_stream_output_20_regular" - default: break } - switch self { case .streetSign20Filled: return "ic_fluent_street_sign_20_filled" case .streetSign20Regular: return "ic_fluent_street_sign_20_regular" case .streetSign24Filled: return "ic_fluent_street_sign_24_filled" @@ -29972,6 +29988,8 @@ import Foundation case .swimmingPool48Regular: return "ic_fluent_swimming_pool_48_regular" case .swipeDown20Filled: return "ic_fluent_swipe_down_20_filled" case .swipeDown20Regular: return "ic_fluent_swipe_down_20_regular" + default: break } + switch self { case .swipeDown24Filled: return "ic_fluent_swipe_down_24_filled" case .swipeDown24Regular: return "ic_fluent_swipe_down_24_regular" case .swipeRight20Filled: return "ic_fluent_swipe_right_20_filled" @@ -29980,8 +29998,6 @@ import Foundation case .swipeRight24Regular: return "ic_fluent_swipe_right_24_regular" case .swipeUp20Filled: return "ic_fluent_swipe_up_20_filled" case .swipeUp20Regular: return "ic_fluent_swipe_up_20_regular" - default: break } - switch self { case .swipeUp24Filled: return "ic_fluent_swipe_up_24_filled" case .swipeUp24Regular: return "ic_fluent_swipe_up_24_regular" case .symbols16Filled: return "ic_fluent_symbols_16_filled" @@ -30074,6 +30090,8 @@ import Foundation case .tabDesktopMultipleSparkle16Regular: return "ic_fluent_tab_desktop_multiple_sparkle_16_regular" case .tabDesktopMultipleSparkle20Filled: return "ic_fluent_tab_desktop_multiple_sparkle_20_filled" case .tabDesktopMultipleSparkle20Regular: return "ic_fluent_tab_desktop_multiple_sparkle_20_regular" + default: break } + switch self { case .tabDesktopMultipleSparkle24Filled: return "ic_fluent_tab_desktop_multiple_sparkle_24_filled" case .tabDesktopMultipleSparkle24Regular: return "ic_fluent_tab_desktop_multiple_sparkle_24_regular" case .tabDesktopNewPage20Filled: return "ic_fluent_tab_desktop_new_page_20_filled" @@ -30082,8 +30100,6 @@ import Foundation case .tabDesktopSearch16Regular: return "ic_fluent_tab_desktop_search_16_regular" case .tabDesktopSearch20Filled: return "ic_fluent_tab_desktop_search_20_filled" case .tabDesktopSearch20Regular: return "ic_fluent_tab_desktop_search_20_regular" - default: break } - switch self { case .tabDesktopSearch24Filled: return "ic_fluent_tab_desktop_search_24_filled" case .tabDesktopSearch24Regular: return "ic_fluent_tab_desktop_search_24_regular" case .tabGroup16Filled: return "ic_fluent_tab_group_16_filled" @@ -30176,6 +30192,8 @@ import Foundation case .tableCellsSplit20Regular: return "ic_fluent_table_cells_split_20_regular" case .tableCellsSplit24Filled: return "ic_fluent_table_cells_split_24_filled" case .tableCellsSplit24Regular: return "ic_fluent_table_cells_split_24_regular" + default: break } + switch self { case .tableCellsSplit28Filled: return "ic_fluent_table_cells_split_28_filled" case .tableCellsSplit28Regular: return "ic_fluent_table_cells_split_28_regular" case .tableCellsSplit32Light: return "ic_fluent_table_cells_split_32_light" @@ -30184,8 +30202,6 @@ import Foundation case .tableColumnTopBottom20Filled: return "ic_fluent_table_column_top_bottom_20_filled" case .tableColumnTopBottom20Regular: return "ic_fluent_table_column_top_bottom_20_regular" case .tableColumnTopBottom24Filled: return "ic_fluent_table_column_top_bottom_24_filled" - default: break } - switch self { case .tableColumnTopBottom24Regular: return "ic_fluent_table_column_top_bottom_24_regular" case .tableCopy20Filled: return "ic_fluent_table_copy_20_filled" case .tableCopy20Regular: return "ic_fluent_table_copy_20_regular" @@ -30278,6 +30294,8 @@ import Foundation case .tableLightning20Regular: return "ic_fluent_table_lightning_20_regular" case .tableLightning24Filled: return "ic_fluent_table_lightning_24_filled" case .tableLightning24Regular: return "ic_fluent_table_lightning_24_regular" + default: break } + switch self { case .tableLightning28Filled: return "ic_fluent_table_lightning_28_filled" case .tableLightning28Regular: return "ic_fluent_table_lightning_28_regular" case .tableLink16Filled: return "ic_fluent_table_link_16_filled" @@ -30286,8 +30304,6 @@ import Foundation case .tableLink20Regular: return "ic_fluent_table_link_20_regular" case .tableLink24Filled: return "ic_fluent_table_link_24_filled" case .tableLink24Regular: return "ic_fluent_table_link_24_regular" - default: break } - switch self { case .tableLink28Filled: return "ic_fluent_table_link_28_filled" case .tableLink28Regular: return "ic_fluent_table_link_28_regular" case .tableLock16Filled: return "ic_fluent_table_lock_16_filled" @@ -30380,6 +30396,8 @@ import Foundation case .tableSettings20Regular: return "ic_fluent_table_settings_20_regular" case .tableSettings24Filled: return "ic_fluent_table_settings_24_filled" case .tableSettings24Regular: return "ic_fluent_table_settings_24_regular" + default: break } + switch self { case .tableSettings28Filled: return "ic_fluent_table_settings_28_filled" case .tableSettings28Regular: return "ic_fluent_table_settings_28_regular" case .tableSettings32Light: return "ic_fluent_table_settings_32_light" @@ -30388,8 +30406,6 @@ import Foundation case .tableSimple20Filled: return "ic_fluent_table_simple_20_filled" case .tableSimple20Regular: return "ic_fluent_table_simple_20_regular" case .tableSimple24Filled: return "ic_fluent_table_simple_24_filled" - default: break } - switch self { case .tableSimple24Regular: return "ic_fluent_table_simple_24_regular" case .tableSimple28Filled: return "ic_fluent_table_simple_28_filled" case .tableSimple28Regular: return "ic_fluent_table_simple_28_regular" @@ -30482,6 +30498,8 @@ import Foundation case .tableSwitch20Regular: return "ic_fluent_table_switch_20_regular" case .tableSwitch24Filled: return "ic_fluent_table_switch_24_filled" case .tableSwitch24Regular: return "ic_fluent_table_switch_24_regular" + default: break } + switch self { case .tableSwitch28Filled: return "ic_fluent_table_switch_28_filled" case .tableSwitch28Regular: return "ic_fluent_table_switch_28_regular" case .tablet12Filled: return "ic_fluent_tablet_12_filled" @@ -30490,8 +30508,6 @@ import Foundation case .tablet16Regular: return "ic_fluent_tablet_16_regular" case .tablet20Filled: return "ic_fluent_tablet_20_filled" case .tablet20Regular: return "ic_fluent_tablet_20_regular" - default: break } - switch self { case .tablet24Filled: return "ic_fluent_tablet_24_filled" case .tablet24Regular: return "ic_fluent_tablet_24_regular" case .tablet32Filled: return "ic_fluent_tablet_32_filled" @@ -30584,6 +30600,8 @@ import Foundation case .tapDouble32Filled: return "ic_fluent_tap_double_32_filled" case .tapDouble32Regular: return "ic_fluent_tap_double_32_regular" case .tapDouble48Filled: return "ic_fluent_tap_double_48_filled" + default: break } + switch self { case .tapDouble48Regular: return "ic_fluent_tap_double_48_regular" case .tapSingle20Filled: return "ic_fluent_tap_single_20_filled" case .tapSingle20Regular: return "ic_fluent_tap_single_20_regular" @@ -30592,8 +30610,6 @@ import Foundation case .tapSingle32Filled: return "ic_fluent_tap_single_32_filled" case .tapSingle32Regular: return "ic_fluent_tap_single_32_regular" case .tapSingle48Filled: return "ic_fluent_tap_single_48_filled" - default: break } - switch self { case .tapSingle48Regular: return "ic_fluent_tap_single_48_regular" case .target16Filled: return "ic_fluent_target_16_filled" case .target16Regular: return "ic_fluent_target_16_regular" @@ -30686,6 +30702,8 @@ import Foundation case .tent16Filled: return "ic_fluent_tent_16_filled" case .tent16Regular: return "ic_fluent_tent_16_regular" case .tent20Filled: return "ic_fluent_tent_20_filled" + default: break } + switch self { case .tent20Regular: return "ic_fluent_tent_20_regular" case .tent24Filled: return "ic_fluent_tent_24_filled" case .tent24Regular: return "ic_fluent_tent_24_regular" @@ -30694,8 +30712,6 @@ import Foundation case .tent48Filled: return "ic_fluent_tent_48_filled" case .tent48Regular: return "ic_fluent_tent_48_regular" case .tetrisApp16Filled: return "ic_fluent_tetris_app_16_filled" - default: break } - switch self { case .tetrisApp16Regular: return "ic_fluent_tetris_app_16_regular" case .tetrisApp20Filled: return "ic_fluent_tetris_app_20_filled" case .tetrisApp20Regular: return "ic_fluent_tetris_app_20_regular" @@ -30788,6 +30804,8 @@ import Foundation case .textAlignJustifyRotate9020Regular: return "ic_fluent_text_align_justify_rotate_90_20_regular" case .textAlignJustifyRotate9024Filled: return "ic_fluent_text_align_justify_rotate_90_24_filled" case .textAlignJustifyRotate9024Regular: return "ic_fluent_text_align_justify_rotate_90_24_regular" + default: break } + switch self { case .textAlignLeft16Filled: return "ic_fluent_text_align_left_16_filled" case .textAlignLeft16Regular: return "ic_fluent_text_align_left_16_regular" case .textAlignLeft20Filled: return "ic_fluent_text_align_left_20_filled" @@ -30796,8 +30814,6 @@ import Foundation case .textAlignLeft24Regular: return "ic_fluent_text_align_left_24_regular" case .textAlignLeftRotate27016Filled: return "ic_fluent_text_align_left_rotate_270_16_filled" case .textAlignLeftRotate27016Regular: return "ic_fluent_text_align_left_rotate_270_16_regular" - default: break } - switch self { case .textAlignLeftRotate27020Filled: return "ic_fluent_text_align_left_rotate_270_20_filled" case .textAlignLeftRotate27020Regular: return "ic_fluent_text_align_left_rotate_270_20_regular" case .textAlignLeftRotate27024Filled: return "ic_fluent_text_align_left_rotate_270_24_filled" @@ -30890,6 +30906,8 @@ import Foundation case .textBulletListSquareEdit20Regular: return "ic_fluent_text_bullet_list_square_edit_20_regular" case .textBulletListSquareEdit24Filled: return "ic_fluent_text_bullet_list_square_edit_24_filled" case .textBulletListSquareEdit24Regular: return "ic_fluent_text_bullet_list_square_edit_24_regular" + default: break } + switch self { case .textBulletListSquarePerson20Filled: return "ic_fluent_text_bullet_list_square_person_20_filled" case .textBulletListSquarePerson20Regular: return "ic_fluent_text_bullet_list_square_person_20_regular" case .textBulletListSquarePerson32Filled: return "ic_fluent_text_bullet_list_square_person_32_filled" @@ -30898,8 +30916,6 @@ import Foundation case .textBulletListSquareSearch20Regular: return "ic_fluent_text_bullet_list_square_search_20_regular" case .textBulletListSquareSettings20Filled: return "ic_fluent_text_bullet_list_square_settings_20_filled" case .textBulletListSquareSettings20Regular: return "ic_fluent_text_bullet_list_square_settings_20_regular" - default: break } - switch self { case .textBulletListSquareShield20Filled: return "ic_fluent_text_bullet_list_square_shield_20_filled" case .textBulletListSquareShield20Regular: return "ic_fluent_text_bullet_list_square_shield_20_regular" case .textBulletListSquareShield48Filled: return "ic_fluent_text_bullet_list_square_shield_48_filled" @@ -30992,6 +31008,8 @@ import Foundation case .textColumnOneWideLightning24Filled: return "ic_fluent_text_column_one_wide_lightning_24_filled" case .textColumnOneWideLightning24Regular: return "ic_fluent_text_column_one_wide_lightning_24_regular" case .textColumnThree20Filled: return "ic_fluent_text_column_three_20_filled" + default: break } + switch self { case .textColumnThree20Regular: return "ic_fluent_text_column_three_20_regular" case .textColumnThree24Filled: return "ic_fluent_text_column_three_24_filled" case .textColumnThree24Regular: return "ic_fluent_text_column_three_24_regular" @@ -31000,8 +31018,6 @@ import Foundation case .textColumnTwo24Filled: return "ic_fluent_text_column_two_24_filled" case .textColumnTwo24Regular: return "ic_fluent_text_column_two_24_regular" case .textColumnTwoLeft20Filled: return "ic_fluent_text_column_two_left_20_filled" - default: break } - switch self { case .textColumnTwoLeft20Regular: return "ic_fluent_text_column_two_left_20_regular" case .textColumnTwoLeft24Filled: return "ic_fluent_text_column_two_left_24_filled" case .textColumnTwoLeft24Regular: return "ic_fluent_text_column_two_left_24_regular" @@ -31094,6 +31110,8 @@ import Foundation case .textExpand20Filled: return "ic_fluent_text_expand_20_filled" case .textExpand20Regular: return "ic_fluent_text_expand_20_regular" case .textExpand24Filled: return "ic_fluent_text_expand_24_filled" + default: break } + switch self { case .textExpand24Regular: return "ic_fluent_text_expand_24_regular" case .textExpand32Light: return "ic_fluent_text_expand_32_light" case .textField16Filled: return "ic_fluent_text_field_16_filled" @@ -31102,8 +31120,6 @@ import Foundation case .textField20Regular: return "ic_fluent_text_field_20_regular" case .textField24Filled: return "ic_fluent_text_field_24_filled" case .textField24Regular: return "ic_fluent_text_field_24_regular" - default: break } - switch self { case .textFirstLine20Filled: return "ic_fluent_text_first_line_20_filled" case .textFirstLine20Regular: return "ic_fluent_text_first_line_20_regular" case .textFirstLine24Filled: return "ic_fluent_text_first_line_24_filled" @@ -31196,6 +31212,8 @@ import Foundation case .textHeader2Lines16Regular: return "ic_fluent_text_header_2_lines_16_regular" case .textHeader2Lines20Filled: return "ic_fluent_text_header_2_lines_20_filled" case .textHeader2Lines20Regular: return "ic_fluent_text_header_2_lines_20_regular" + default: break } + switch self { case .textHeader2Lines24Filled: return "ic_fluent_text_header_2_lines_24_filled" case .textHeader2Lines24Regular: return "ic_fluent_text_header_2_lines_24_regular" case .textHeader2LinesCaret16Filled: return "ic_fluent_text_header_2_lines_caret_16_filled" @@ -31204,8 +31222,6 @@ import Foundation case .textHeader2LinesCaret20Regular: return "ic_fluent_text_header_2_lines_caret_20_regular" case .textHeader2LinesCaret24Filled: return "ic_fluent_text_header_2_lines_caret_24_filled" case .textHeader2LinesCaret24Regular: return "ic_fluent_text_header_2_lines_caret_24_regular" - default: break } - switch self { case .textHeader320Filled: return "ic_fluent_text_header_3_20_filled" case .textHeader320Regular: return "ic_fluent_text_header_3_20_regular" case .textHeader324Filled: return "ic_fluent_text_header_3_24_filled" @@ -31298,6 +31314,8 @@ import Foundation case .textParagraphDirectionLeft20Regular: return "ic_fluent_text_paragraph_direction_left_20_regular" case .textParagraphDirectionRight16Filled: return "ic_fluent_text_paragraph_direction_right_16_filled" case .textParagraphDirectionRight16Regular: return "ic_fluent_text_paragraph_direction_right_16_regular" + default: break } + switch self { case .textParagraphDirectionRight20Filled: return "ic_fluent_text_paragraph_direction_right_20_filled" case .textParagraphDirectionRight20Regular: return "ic_fluent_text_paragraph_direction_right_20_regular" case .textPeriodAsterisk20Filled: return "ic_fluent_text_period_asterisk_20_filled" @@ -31306,8 +31324,6 @@ import Foundation case .textPositionBehind20Regular: return "ic_fluent_text_position_behind_20_regular" case .textPositionBehind24Filled: return "ic_fluent_text_position_behind_24_filled" case .textPositionBehind24Regular: return "ic_fluent_text_position_behind_24_regular" - default: break } - switch self { case .textPositionFront20Filled: return "ic_fluent_text_position_front_20_filled" case .textPositionFront20Regular: return "ic_fluent_text_position_front_20_regular" case .textPositionFront24Filled: return "ic_fluent_text_position_front_24_filled" @@ -31400,6 +31416,8 @@ import Foundation case .textT48Regular: return "ic_fluent_text_t_48_regular" case .textTTag16Filled: return "ic_fluent_text_t_tag_16_filled" case .textTTag16Regular: return "ic_fluent_text_t_tag_16_regular" + default: break } + switch self { case .textUnderline16Filled: return "ic_fluent_text_underline_16_filled" case .textUnderline16Regular: return "ic_fluent_text_underline_16_regular" case .textUnderline20Filled: return "ic_fluent_text_underline_20_filled" @@ -31408,8 +31426,6 @@ import Foundation case .textUnderline24Regular: return "ic_fluent_text_underline_24_regular" case .textUnderlineCharacterU16Filled: return "ic_fluent_text_underline_character_u_16_filled" case .textUnderlineCharacterU16Regular: return "ic_fluent_text_underline_character_u_16_regular" - default: break } - switch self { case .textUnderlineCharacterU20Filled: return "ic_fluent_text_underline_character_u_20_filled" case .textUnderlineCharacterU20Regular: return "ic_fluent_text_underline_character_u_20_regular" case .textUnderlineCharacterU24Filled: return "ic_fluent_text_underline_character_u_24_filled" @@ -31502,6 +31518,8 @@ import Foundation case .textboxAlignTop20Regular: return "ic_fluent_textbox_align_top_20_regular" case .textboxAlignTop24Filled: return "ic_fluent_textbox_align_top_24_filled" case .textboxAlignTop24Regular: return "ic_fluent_textbox_align_top_24_regular" + default: break } + switch self { case .textboxAlignTopCenter16Filled: return "ic_fluent_textbox_align_top_center_16_filled" case .textboxAlignTopCenter16Regular: return "ic_fluent_textbox_align_top_center_16_regular" case .textboxAlignTopCenter20Filled: return "ic_fluent_textbox_align_top_center_20_filled" @@ -31510,8 +31528,6 @@ import Foundation case .textboxAlignTopCenter24Regular: return "ic_fluent_textbox_align_top_center_24_regular" case .textboxAlignTopLeft16Filled: return "ic_fluent_textbox_align_top_left_16_filled" case .textboxAlignTopLeft16Regular: return "ic_fluent_textbox_align_top_left_16_regular" - default: break } - switch self { case .textboxAlignTopLeft20Filled: return "ic_fluent_textbox_align_top_left_20_filled" case .textboxAlignTopLeft20Regular: return "ic_fluent_textbox_align_top_left_20_regular" case .textboxAlignTopLeft24Filled: return "ic_fluent_textbox_align_top_left_24_filled" @@ -31604,6 +31620,8 @@ import Foundation case .timer28Filled: return "ic_fluent_timer_28_filled" case .timer28Regular: return "ic_fluent_timer_28_regular" case .timer220Filled: return "ic_fluent_timer_2_20_filled" + default: break } + switch self { case .timer220Regular: return "ic_fluent_timer_2_20_regular" case .timer224Filled: return "ic_fluent_timer_2_24_filled" case .timer224Regular: return "ic_fluent_timer_2_24_regular" @@ -31612,8 +31630,6 @@ import Foundation case .timer320Filled: return "ic_fluent_timer_3_20_filled" case .timer320Regular: return "ic_fluent_timer_3_20_regular" case .timer324Filled: return "ic_fluent_timer_3_24_filled" - default: break } - switch self { case .timer324Regular: return "ic_fluent_timer_3_24_regular" case .timer48Filled: return "ic_fluent_timer_48_filled" case .timer48Regular: return "ic_fluent_timer_48_regular" @@ -31706,6 +31722,8 @@ import Foundation case .treeDeciduous20Filled: return "ic_fluent_tree_deciduous_20_filled" case .treeDeciduous20Regular: return "ic_fluent_tree_deciduous_20_regular" case .treeDeciduous24Filled: return "ic_fluent_tree_deciduous_24_filled" + default: break } + switch self { case .treeDeciduous24Regular: return "ic_fluent_tree_deciduous_24_regular" case .treeDeciduous28Filled: return "ic_fluent_tree_deciduous_28_filled" case .treeDeciduous28Regular: return "ic_fluent_tree_deciduous_28_regular" @@ -31714,8 +31732,6 @@ import Foundation case .triangle12Filled: return "ic_fluent_triangle_12_filled" case .triangle12Regular: return "ic_fluent_triangle_12_regular" case .triangle16Filled: return "ic_fluent_triangle_16_filled" - default: break } - switch self { case .triangle16Regular: return "ic_fluent_triangle_16_regular" case .triangle20Filled: return "ic_fluent_triangle_20_filled" case .triangle20Regular: return "ic_fluent_triangle_20_regular" @@ -31808,6 +31824,8 @@ import Foundation case .tv48Filled: return "ic_fluent_tv_48_filled" case .tv48Regular: return "ic_fluent_tv_48_regular" case .tvArrowRight20Filled: return "ic_fluent_tv_arrow_right_20_filled" + default: break } + switch self { case .tvArrowRight20Regular: return "ic_fluent_tv_arrow_right_20_regular" case .tvUsb16Filled: return "ic_fluent_tv_usb_16_filled" case .tvUsb16Regular: return "ic_fluent_tv_usb_16_regular" @@ -31816,8 +31834,6 @@ import Foundation case .tvUsb24Filled: return "ic_fluent_tv_usb_24_filled" case .tvUsb24Regular: return "ic_fluent_tv_usb_24_regular" case .tvUsb28Filled: return "ic_fluent_tv_usb_28_filled" - default: break } - switch self { case .tvUsb28Regular: return "ic_fluent_tv_usb_28_regular" case .tvUsb48Filled: return "ic_fluent_tv_usb_48_filled" case .tvUsb48Regular: return "ic_fluent_tv_usb_48_regular" @@ -31910,6 +31926,8 @@ import Foundation case .vehicleCarProfile24Filled: return "ic_fluent_vehicle_car_profile_24_filled" case .vehicleCarProfile24Regular: return "ic_fluent_vehicle_car_profile_24_regular" case .vehicleMotorcycle16Filled: return "ic_fluent_vehicle_motorcycle_16_filled" + default: break } + switch self { case .vehicleMotorcycle16Regular: return "ic_fluent_vehicle_motorcycle_16_regular" case .vehicleMotorcycle20Filled: return "ic_fluent_vehicle_motorcycle_20_filled" case .vehicleMotorcycle20Regular: return "ic_fluent_vehicle_motorcycle_20_regular" @@ -31918,8 +31936,6 @@ import Foundation case .vehicleMotorcycle28Filled: return "ic_fluent_vehicle_motorcycle_28_filled" case .vehicleMotorcycle28Regular: return "ic_fluent_vehicle_motorcycle_28_regular" case .vehicleMotorcycle32Filled: return "ic_fluent_vehicle_motorcycle_32_filled" - default: break } - switch self { case .vehicleMotorcycle32Regular: return "ic_fluent_vehicle_motorcycle_32_regular" case .vehicleMotorcycle48Filled: return "ic_fluent_vehicle_motorcycle_48_filled" case .vehicleMotorcycle48Regular: return "ic_fluent_vehicle_motorcycle_48_regular" @@ -32012,6 +32028,8 @@ import Foundation case .videoBackgroundEffectHorizontal32Regular: return "ic_fluent_video_background_effect_horizontal_32_regular" case .videoBackgroundEffectHorizontal48Filled: return "ic_fluent_video_background_effect_horizontal_48_filled" case .videoBackgroundEffectHorizontal48Regular: return "ic_fluent_video_background_effect_horizontal_48_regular" + default: break } + switch self { case .videoChat16Filled: return "ic_fluent_video_chat_16_filled" case .videoChat16Regular: return "ic_fluent_video_chat_16_regular" case .videoChat20Filled: return "ic_fluent_video_chat_20_filled" @@ -32020,8 +32038,6 @@ import Foundation case .videoChat24Regular: return "ic_fluent_video_chat_24_regular" case .videoChat28Filled: return "ic_fluent_video_chat_28_filled" case .videoChat28Regular: return "ic_fluent_video_chat_28_regular" - default: break } - switch self { case .videoChat32Filled: return "ic_fluent_video_chat_32_filled" case .videoChat32Regular: return "ic_fluent_video_chat_32_regular" case .videoChat48Filled: return "ic_fluent_video_chat_48_filled" @@ -32114,6 +32130,8 @@ import Foundation case .videoPersonClock28Filled: return "ic_fluent_video_person_clock_28_filled" case .videoPersonClock28Regular: return "ic_fluent_video_person_clock_28_regular" case .videoPersonClock32Filled: return "ic_fluent_video_person_clock_32_filled" + default: break } + switch self { case .videoPersonClock32Regular: return "ic_fluent_video_person_clock_32_regular" case .videoPersonClock48Filled: return "ic_fluent_video_person_clock_48_filled" case .videoPersonClock48Regular: return "ic_fluent_video_person_clock_48_regular" @@ -32122,8 +32140,6 @@ import Foundation case .videoPersonOff24Filled: return "ic_fluent_video_person_off_24_filled" case .videoPersonOff24Regular: return "ic_fluent_video_person_off_24_regular" case .videoPersonPulse16Filled: return "ic_fluent_video_person_pulse_16_filled" - default: break } - switch self { case .videoPersonPulse16Regular: return "ic_fluent_video_person_pulse_16_regular" case .videoPersonPulse20Filled: return "ic_fluent_video_person_pulse_20_filled" case .videoPersonPulse20Regular: return "ic_fluent_video_person_pulse_20_regular" @@ -32216,6 +32232,8 @@ import Foundation case .voicemailShield20Filled: return "ic_fluent_voicemail_shield_20_filled" case .voicemailShield20Regular: return "ic_fluent_voicemail_shield_20_regular" case .voicemailShield24Filled: return "ic_fluent_voicemail_shield_24_filled" + default: break } + switch self { case .voicemailShield24Regular: return "ic_fluent_voicemail_shield_24_regular" case .voicemailShield32Filled: return "ic_fluent_voicemail_shield_32_filled" case .voicemailShield32Regular: return "ic_fluent_voicemail_shield_32_regular" @@ -32224,8 +32242,6 @@ 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" @@ -32318,6 +32334,8 @@ import Foundation case .weatherBlowingSnow24Filled: return "ic_fluent_weather_blowing_snow_24_filled" case .weatherBlowingSnow24Regular: return "ic_fluent_weather_blowing_snow_24_regular" case .weatherBlowingSnow48Filled: return "ic_fluent_weather_blowing_snow_48_filled" + default: break } + switch self { case .weatherBlowingSnow48Regular: return "ic_fluent_weather_blowing_snow_48_regular" case .weatherCloudy20Filled: return "ic_fluent_weather_cloudy_20_filled" case .weatherCloudy20Regular: return "ic_fluent_weather_cloudy_20_regular" @@ -32326,8 +32344,6 @@ import Foundation 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" @@ -32420,6 +32436,8 @@ import Foundation case .weatherRainSnow24Filled: return "ic_fluent_weather_rain_snow_24_filled" case .weatherRainSnow24Regular: return "ic_fluent_weather_rain_snow_24_regular" case .weatherRainSnow48Filled: return "ic_fluent_weather_rain_snow_48_filled" + default: break } + switch self { case .weatherRainSnow48Regular: return "ic_fluent_weather_rain_snow_48_regular" case .weatherSnow20Filled: return "ic_fluent_weather_snow_20_filled" case .weatherSnow20Regular: return "ic_fluent_weather_snow_20_regular" @@ -32428,8 +32446,6 @@ import Foundation 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" @@ -32522,6 +32538,8 @@ import Foundation case .wifi424Filled: return "ic_fluent_wifi_4_24_filled" case .wifi424Regular: return "ic_fluent_wifi_4_24_regular" case .wifiLock20Filled: return "ic_fluent_wifi_lock_20_filled" + default: break } + switch self { case .wifiLock20Regular: return "ic_fluent_wifi_lock_20_regular" case .wifiLock24Filled: return "ic_fluent_wifi_lock_24_filled" case .wifiLock24Regular: return "ic_fluent_wifi_lock_24_regular" @@ -32530,8 +32548,6 @@ import Foundation 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" @@ -32624,6 +32640,8 @@ import Foundation 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" @@ -32632,8 +32650,6 @@ import Foundation case .windowMultiple20Regular: return "ic_fluent_window_multiple_20_regular" case .windowMultipleSwap20Filled: return "ic_fluent_window_multiple_swap_20_filled" case .windowMultipleSwap20Regular: return "ic_fluent_window_multiple_swap_20_regular" - default: break } - switch self { case .windowNew16Filled: return "ic_fluent_window_new_16_filled" case .windowNew16Regular: return "ic_fluent_window_new_16_regular" case .windowNew20Filled: return "ic_fluent_window_new_20_filled" @@ -32726,6 +32742,8 @@ import Foundation 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" + default: break } + switch self { case .zoomOut24Filled: return "ic_fluent_zoom_out_24_filled" case .zoomOut24Regular: return "ic_fluent_zoom_out_24_regular" case .zoomOut32Light: return "ic_fluent_zoom_out_32_light" @@ -43488,6 +43506,8 @@ import Foundation case .personBoard28Regular: return ".personBoard28Regular" case .personBoard32Filled: return ".personBoard32Filled" case .personBoard32Regular: return ".personBoard32Regular" + case .personBoardAdd20Filled: return ".personBoardAdd20Filled" + case .personBoardAdd20Regular: return ".personBoardAdd20Regular" case .personCall16Filled: return ".personCall16Filled" case .personCall16Regular: return ".personCall16Regular" case .personCall20Filled: return ".personCall20Filled" @@ -43546,10 +43566,10 @@ import Foundation case .personHeart20Filled: return ".personHeart20Filled" case .personHeart20Regular: return ".personHeart20Regular" case .personHeart24Filled: return ".personHeart24Filled" - case .personHeart24Regular: return ".personHeart24Regular" - case .personHome16Filled: return ".personHome16Filled" default: break } switch self { + case .personHeart24Regular: return ".personHeart24Regular" + case .personHome16Filled: return ".personHome16Filled" case .personHome16Regular: return ".personHome16Regular" case .personHome20Filled: return ".personHome20Filled" case .personHome20Regular: return ".personHome20Regular" @@ -43648,10 +43668,10 @@ import Foundation case .personProhibited32Light: return ".personProhibited32Light" case .personProhibited32Regular: return ".personProhibited32Regular" case .personQuestionMark16Filled: return ".personQuestionMark16Filled" - case .personQuestionMark16Regular: return ".personQuestionMark16Regular" - case .personQuestionMark20Filled: return ".personQuestionMark20Filled" default: break } switch self { + case .personQuestionMark16Regular: return ".personQuestionMark16Regular" + case .personQuestionMark20Filled: return ".personQuestionMark20Filled" case .personQuestionMark20Regular: return ".personQuestionMark20Regular" case .personQuestionMark24Filled: return ".personQuestionMark24Filled" case .personQuestionMark24Regular: return ".personQuestionMark24Regular" @@ -43683,6 +43703,12 @@ import Foundation case .personSquare24Regular: return ".personSquare24Regular" case .personSquare32Filled: return ".personSquare32Filled" case .personSquare32Regular: return ".personSquare32Regular" + case .personSquareAdd16Filled: return ".personSquareAdd16Filled" + case .personSquareAdd16Regular: return ".personSquareAdd16Regular" + case .personSquareAdd20Filled: return ".personSquareAdd20Filled" + case .personSquareAdd20Regular: return ".personSquareAdd20Regular" + case .personSquareAdd24Filled: return ".personSquareAdd24Filled" + case .personSquareAdd24Regular: return ".personSquareAdd24Regular" case .personSquareCheckmark16Filled: return ".personSquareCheckmark16Filled" case .personSquareCheckmark16Regular: return ".personSquareCheckmark16Regular" case .personSquareCheckmark20Filled: return ".personSquareCheckmark20Filled" @@ -43744,6 +43770,8 @@ import Foundation case .personSync32Regular: return ".personSync32Regular" case .personSync48Filled: return ".personSync48Filled" case .personSync48Regular: return ".personSync48Regular" + default: break } + switch self { case .personTag20Filled: return ".personTag20Filled" case .personTag20Regular: return ".personTag20Regular" case .personTag24Filled: return ".personTag24Filled" @@ -43752,8 +43780,6 @@ import Foundation case .personTag28Regular: return ".personTag28Regular" case .personTag32Filled: return ".personTag32Filled" case .personTag32Regular: return ".personTag32Regular" - default: break } - switch self { case .personTag48Filled: return ".personTag48Filled" case .personTag48Regular: return ".personTag48Regular" case .personTentative16Filled: return ".personTentative16Filled" @@ -43846,6 +43872,8 @@ import Foundation case .phoneEdit20Filled: return ".phoneEdit20Filled" case .phoneEdit20Regular: return ".phoneEdit20Regular" case .phoneEdit24Filled: return ".phoneEdit24Filled" + default: break } + switch self { case .phoneEdit24Regular: return ".phoneEdit24Regular" case .phoneEraser16Filled: return ".phoneEraser16Filled" case .phoneEraser16Regular: return ".phoneEraser16Regular" @@ -43854,8 +43882,6 @@ import Foundation case .phoneFooterArrowDown20Filled: return ".phoneFooterArrowDown20Filled" case .phoneFooterArrowDown20Regular: return ".phoneFooterArrowDown20Regular" case .phoneFooterArrowDown24Filled: return ".phoneFooterArrowDown24Filled" - default: break } - switch self { case .phoneFooterArrowDown24Regular: return ".phoneFooterArrowDown24Regular" case .phoneHeaderArrowUp20Filled: return ".phoneHeaderArrowUp20Filled" case .phoneHeaderArrowUp20Regular: return ".phoneHeaderArrowUp20Regular" @@ -43948,6 +43974,8 @@ import Foundation case .phoneVibrate20Filled: return ".phoneVibrate20Filled" case .phoneVibrate20Regular: return ".phoneVibrate20Regular" case .phoneVibrate24Filled: return ".phoneVibrate24Filled" + default: break } + switch self { case .phoneVibrate24Regular: return ".phoneVibrate24Regular" case .photoFilter20Filled: return ".photoFilter20Filled" case .photoFilter20Regular: return ".photoFilter20Regular" @@ -43956,8 +43984,6 @@ import Foundation case .pi20Filled: return ".pi20Filled" case .pi20Regular: return ".pi20Regular" case .pi24Filled: return ".pi24Filled" - default: break } - switch self { case .pi24Regular: return ".pi24Regular" case .pictureInPicture16Filled: return ".pictureInPicture16Filled" case .pictureInPicture16Regular: return ".pictureInPicture16Regular" @@ -44050,6 +44076,8 @@ import Foundation case .plantRagweed20Regular: return ".plantRagweed20Regular" case .plantRagweed24Filled: return ".plantRagweed24Filled" case .plantRagweed24Regular: return ".plantRagweed24Regular" + default: break } + switch self { case .plantRagweed28Filled: return ".plantRagweed28Filled" case .plantRagweed28Regular: return ".plantRagweed28Regular" case .play12Filled: return ".play12Filled" @@ -44058,8 +44086,6 @@ import Foundation case .play16Regular: return ".play16Regular" case .play20Filled: return ".play20Filled" case .play20Regular: return ".play20Regular" - default: break } - switch self { case .play24Filled: return ".play24Filled" case .play24Regular: return ".play24Regular" case .play28Filled: return ".play28Filled" @@ -44152,6 +44178,8 @@ import Foundation case .portHdmi24Filled: return ".portHdmi24Filled" case .portHdmi24Regular: return ".portHdmi24Regular" case .portMicroUsb20Filled: return ".portMicroUsb20Filled" + default: break } + switch self { case .portMicroUsb20Regular: return ".portMicroUsb20Regular" case .portMicroUsb24Filled: return ".portMicroUsb24Filled" case .portMicroUsb24Regular: return ".portMicroUsb24Regular" @@ -44160,8 +44188,6 @@ import Foundation case .portUsbA24Filled: return ".portUsbA24Filled" case .portUsbA24Regular: return ".portUsbA24Regular" case .portUsbC20Filled: return ".portUsbC20Filled" - default: break } - switch self { case .portUsbC20Regular: return ".portUsbC20Regular" case .portUsbC24Filled: return ".portUsbC24Filled" case .portUsbC24Regular: return ".portUsbC24Regular" @@ -44254,6 +44280,8 @@ import Foundation case .presenceOffline16Regular: return ".presenceOffline16Regular" case .presenceOffline20Regular: return ".presenceOffline20Regular" case .presenceOffline24Regular: return ".presenceOffline24Regular" + default: break } + switch self { case .presenceOof10Regular: return ".presenceOof10Regular" case .presenceOof12Regular: return ".presenceOof12Regular" case .presenceOof16Regular: return ".presenceOof16Regular" @@ -44262,8 +44290,6 @@ import Foundation case .presenceTentative10Regular: return ".presenceTentative10Regular" case .presenceTentative12Regular: return ".presenceTentative12Regular" case .presenceTentative16Regular: return ".presenceTentative16Regular" - default: break } - switch self { case .presenceTentative20Regular: return ".presenceTentative20Regular" case .presenceTentative24Regular: return ".presenceTentative24Regular" case .presenceUnknown10Regular: return ".presenceUnknown10Regular" @@ -44356,6 +44382,8 @@ import Foundation case .projectionScreen20Regular: return ".projectionScreen20Regular" case .projectionScreen24Filled: return ".projectionScreen24Filled" case .projectionScreen24Regular: return ".projectionScreen24Regular" + default: break } + switch self { case .projectionScreen28Filled: return ".projectionScreen28Filled" case .projectionScreen28Regular: return ".projectionScreen28Regular" case .projectionScreenDismiss16Filled: return ".projectionScreenDismiss16Filled" @@ -44364,8 +44392,6 @@ import Foundation case .projectionScreenDismiss20Regular: return ".projectionScreenDismiss20Regular" case .projectionScreenDismiss24Filled: return ".projectionScreenDismiss24Filled" case .projectionScreenDismiss24Regular: return ".projectionScreenDismiss24Regular" - default: break } - switch self { case .projectionScreenDismiss28Filled: return ".projectionScreenDismiss28Filled" case .projectionScreenDismiss28Regular: return ".projectionScreenDismiss28Regular" case .projectionScreenText20Filled: return ".projectionScreenText20Filled" @@ -44458,6 +44484,8 @@ import Foundation case .questionCircle48Filled: return ".questionCircle48Filled" case .questionCircle48Regular: return ".questionCircle48Regular" case .quizNew20Filled: return ".quizNew20Filled" + default: break } + switch self { case .quizNew20Regular: return ".quizNew20Regular" case .quizNew24Filled: return ".quizNew24Filled" case .quizNew24Regular: return ".quizNew24Regular" @@ -44466,8 +44494,6 @@ import Foundation case .quizNew48Filled: return ".quizNew48Filled" case .quizNew48Regular: return ".quizNew48Regular" case .radar20Filled: return ".radar20Filled" - default: break } - switch self { case .radar20Regular: return ".radar20Regular" case .radarCheckmark20Filled: return ".radarCheckmark20Filled" case .radarCheckmark20Regular: return ".radarCheckmark20Regular" @@ -44560,6 +44586,8 @@ import Foundation case .receiptAdd20Regular: return ".receiptAdd20Regular" case .receiptAdd24Filled: return ".receiptAdd24Filled" case .receiptAdd24Regular: return ".receiptAdd24Regular" + default: break } + switch self { case .receiptBag20Filled: return ".receiptBag20Filled" case .receiptBag20Regular: return ".receiptBag20Regular" case .receiptBag24Filled: return ".receiptBag24Filled" @@ -44568,8 +44596,6 @@ import Foundation case .receiptCube20Regular: return ".receiptCube20Regular" case .receiptCube24Filled: return ".receiptCube24Filled" case .receiptCube24Regular: return ".receiptCube24Regular" - default: break } - switch self { case .receiptMoney16Filled: return ".receiptMoney16Filled" case .receiptMoney16Regular: return ".receiptMoney16Regular" case .receiptMoney20Filled: return ".receiptMoney20Filled" @@ -44662,6 +44688,8 @@ import Foundation case .rectangleLandscapeSyncOff20Filled: return ".rectangleLandscapeSyncOff20Filled" case .rectangleLandscapeSyncOff20Regular: return ".rectangleLandscapeSyncOff20Regular" case .rectangleLandscapeSyncOff24Filled: return ".rectangleLandscapeSyncOff24Filled" + default: break } + switch self { case .rectangleLandscapeSyncOff24Regular: return ".rectangleLandscapeSyncOff24Regular" case .rectangleLandscapeSyncOff28Filled: return ".rectangleLandscapeSyncOff28Filled" case .rectangleLandscapeSyncOff28Regular: return ".rectangleLandscapeSyncOff28Regular" @@ -44670,8 +44698,6 @@ import Foundation case .recycle20Filled: return ".recycle20Filled" case .recycle20Regular: return ".recycle20Regular" case .recycle32Filled: return ".recycle32Filled" - default: break } - switch self { case .recycle32Regular: return ".recycle32Regular" case .remixAdd16Filled: return ".remixAdd16Filled" case .remixAdd16Regular: return ".remixAdd16Regular" @@ -44764,6 +44790,8 @@ import Foundation case .rhombus24Filled: return ".rhombus24Filled" case .rhombus24Regular: return ".rhombus24Regular" case .rhombus28Filled: return ".rhombus28Filled" + default: break } + switch self { case .rhombus28Regular: return ".rhombus28Regular" case .rhombus32Filled: return ".rhombus32Filled" case .rhombus32Regular: return ".rhombus32Regular" @@ -44772,8 +44800,6 @@ import Foundation case .ribbon12Filled: return ".ribbon12Filled" case .ribbon12Regular: return ".ribbon12Regular" case .ribbon16Filled: return ".ribbon16Filled" - default: break } - switch self { case .ribbon16Regular: return ".ribbon16Regular" case .ribbon20Filled: return ".ribbon20Filled" case .ribbon20Regular: return ".ribbon20Regular" @@ -44866,6 +44892,8 @@ import Foundation case .run28Regular: return ".run28Regular" case .run32Filled: return ".run32Filled" case .run32Regular: return ".run32Regular" + default: break } + switch self { case .run48Filled: return ".run48Filled" case .run48Regular: return ".run48Regular" case .sanitize20Filled: return ".sanitize20Filled" @@ -44874,8 +44902,6 @@ import Foundation case .sanitize24Regular: return ".sanitize24Regular" case .save16Filled: return ".save16Filled" case .save16Regular: return ".save16Regular" - default: break } - switch self { case .save20Filled: return ".save20Filled" case .save20Regular: return ".save20Regular" case .save24Filled: return ".save24Filled" @@ -44968,6 +44994,8 @@ import Foundation case .scanPerson16Filled: return ".scanPerson16Filled" case .scanPerson16Regular: return ".scanPerson16Regular" case .scanPerson20Filled: return ".scanPerson20Filled" + default: break } + switch self { case .scanPerson20Regular: return ".scanPerson20Regular" case .scanPerson24Filled: return ".scanPerson24Filled" case .scanPerson24Regular: return ".scanPerson24Regular" @@ -44976,8 +45004,6 @@ import Foundation case .scanPerson48Filled: return ".scanPerson48Filled" case .scanPerson48Regular: return ".scanPerson48Regular" case .scanQrCode24Filled: return ".scanQrCode24Filled" - default: break } - switch self { case .scanQrCode24Regular: return ".scanQrCode24Regular" case .scanTable20Filled: return ".scanTable20Filled" case .scanTable20Regular: return ".scanTable20Regular" @@ -45070,6 +45096,8 @@ import Foundation case .search28Filled: return ".search28Filled" case .search28Regular: return ".search28Regular" case .search32Filled: return ".search32Filled" + default: break } + switch self { case .search32Regular: return ".search32Regular" case .search48Filled: return ".search48Filled" case .search48Regular: return ".search48Regular" @@ -45078,8 +45106,6 @@ import Foundation case .searchInfo24Filled: return ".searchInfo24Filled" case .searchInfo24Regular: return ".searchInfo24Regular" case .searchSettings20Filled: return ".searchSettings20Filled" - default: break } - switch self { case .searchSettings20Regular: return ".searchSettings20Regular" case .searchShield20Filled: return ".searchShield20Filled" case .searchShield20Regular: return ".searchShield20Regular" @@ -45172,6 +45198,8 @@ import Foundation case .sendBeaker48Filled: return ".sendBeaker48Filled" case .sendBeaker48Regular: return ".sendBeaker48Regular" case .sendClock20Filled: return ".sendClock20Filled" + default: break } + switch self { case .sendClock20Regular: return ".sendClock20Regular" case .sendClock24Filled: return ".sendClock24Filled" case .sendClock24Regular: return ".sendClock24Regular" @@ -45180,8 +45208,6 @@ import Foundation case .sendCopy20Regular: return ".sendCopy20Regular" case .sendCopy24Filled: return ".sendCopy24Filled" case .sendCopy24Regular: return ".sendCopy24Regular" - default: break } - switch self { case .sendPerson16Filled: return ".sendPerson16Filled" case .sendPerson16Regular: return ".sendPerson16Regular" case .sendPerson20Filled: return ".sendPerson20Filled" @@ -45274,6 +45300,8 @@ import Foundation case .shapeSubtract20Filled: return ".shapeSubtract20Filled" case .shapeSubtract20Regular: return ".shapeSubtract20Regular" case .shapeSubtract24Filled: return ".shapeSubtract24Filled" + default: break } + switch self { case .shapeSubtract24Regular: return ".shapeSubtract24Regular" case .shapeUnion16Filled: return ".shapeUnion16Filled" case .shapeUnion16Regular: return ".shapeUnion16Regular" @@ -45282,8 +45310,6 @@ import Foundation case .shapeUnion24Filled: return ".shapeUnion24Filled" case .shapeUnion24Regular: return ".shapeUnion24Regular" case .shapes16Filled: return ".shapes16Filled" - default: break } - switch self { case .shapes16Regular: return ".shapes16Regular" case .shapes20Filled: return ".shapes20Filled" case .shapes20Regular: return ".shapes20Regular" @@ -45376,6 +45402,8 @@ import Foundation case .shareScreenStop16Regular: return ".shareScreenStop16Regular" case .shareScreenStop20Filled: return ".shareScreenStop20Filled" case .shareScreenStop20Regular: return ".shareScreenStop20Regular" + default: break } + switch self { case .shareScreenStop24Filled: return ".shareScreenStop24Filled" case .shareScreenStop24Regular: return ".shareScreenStop24Regular" case .shareScreenStop28Filled: return ".shareScreenStop28Filled" @@ -45384,8 +45412,6 @@ import Foundation case .shareScreenStop48Regular: return ".shareScreenStop48Regular" case .shield12Filled: return ".shield12Filled" case .shield12Regular: return ".shield12Regular" - default: break } - switch self { case .shield16Filled: return ".shield16Filled" case .shield16Regular: return ".shield16Regular" case .shield20Filled: return ".shield20Filled" @@ -45478,6 +45504,8 @@ import Foundation case .shieldQuestion24Filled: return ".shieldQuestion24Filled" case .shieldQuestion24Regular: return ".shieldQuestion24Regular" case .shieldQuestion32Filled: return ".shieldQuestion32Filled" + default: break } + switch self { case .shieldQuestion32Regular: return ".shieldQuestion32Regular" case .shieldTask16Filled: return ".shieldTask16Filled" case .shieldTask16Regular: return ".shieldTask16Regular" @@ -45486,8 +45514,6 @@ import Foundation case .shieldTask24Filled: return ".shieldTask24Filled" case .shieldTask24Regular: return ".shieldTask24Regular" case .shieldTask28Filled: return ".shieldTask28Filled" - default: break } - switch self { case .shieldTask28Regular: return ".shieldTask28Regular" case .shieldTask32Filled: return ".shieldTask32Filled" case .shieldTask32Regular: return ".shieldTask32Regular" @@ -45580,6 +45606,8 @@ import Foundation case .shoppingBagTag20Filled: return ".shoppingBagTag20Filled" case .shoppingBagTag20Regular: return ".shoppingBagTag20Regular" case .shoppingBagTag24Filled: return ".shoppingBagTag24Filled" + default: break } + switch self { case .shoppingBagTag24Regular: return ".shoppingBagTag24Regular" case .shortpick20Filled: return ".shortpick20Filled" case .shortpick20Regular: return ".shortpick20Regular" @@ -45588,8 +45616,6 @@ import Foundation case .showerhead20Filled: return ".showerhead20Filled" case .showerhead20Regular: return ".showerhead20Regular" case .showerhead24Filled: return ".showerhead24Filled" - default: break } - switch self { case .showerhead24Regular: return ".showerhead24Regular" case .showerhead32Filled: return ".showerhead32Filled" case .showerhead32Regular: return ".showerhead32Regular" @@ -45682,6 +45708,8 @@ import Foundation case .slideContent24Regular: return ".slideContent24Regular" case .slideEraser16Filled: return ".slideEraser16Filled" case .slideEraser16Regular: return ".slideEraser16Regular" + default: break } + switch self { case .slideEraser20Filled: return ".slideEraser20Filled" case .slideEraser20Regular: return ".slideEraser20Regular" case .slideEraser24Filled: return ".slideEraser24Filled" @@ -45690,8 +45718,6 @@ import Foundation case .slideGrid20Regular: return ".slideGrid20Regular" case .slideGrid24Filled: return ".slideGrid24Filled" case .slideGrid24Regular: return ".slideGrid24Regular" - default: break } - switch self { case .slideHide20Filled: return ".slideHide20Filled" case .slideHide20Regular: return ".slideHide20Regular" case .slideHide24Filled: return ".slideHide24Filled" @@ -45784,6 +45810,8 @@ import Foundation case .slideTextEdit20Regular: return ".slideTextEdit20Regular" case .slideTextEdit24Filled: return ".slideTextEdit24Filled" case .slideTextEdit24Regular: return ".slideTextEdit24Regular" + default: break } + switch self { case .slideTextEdit28Filled: return ".slideTextEdit28Filled" case .slideTextEdit28Regular: return ".slideTextEdit28Regular" case .slideTextMultiple16Filled: return ".slideTextMultiple16Filled" @@ -45792,8 +45820,6 @@ import Foundation case .slideTextMultiple20Regular: return ".slideTextMultiple20Regular" case .slideTextMultiple24Filled: return ".slideTextMultiple24Filled" case .slideTextMultiple24Regular: return ".slideTextMultiple24Regular" - default: break } - switch self { case .slideTextMultiple32Filled: return ".slideTextMultiple32Filled" case .slideTextMultiple32Regular: return ".slideTextMultiple32Regular" case .slideTextPerson16Filled: return ".slideTextPerson16Filled" @@ -45886,6 +45912,8 @@ import Foundation case .sparkleCircle28Regular: return ".sparkleCircle28Regular" case .sparkleCircle32Filled: return ".sparkleCircle32Filled" case .sparkleCircle32Regular: return ".sparkleCircle32Regular" + default: break } + switch self { case .sparkleCircle48Filled: return ".sparkleCircle48Filled" case .sparkleCircle48Regular: return ".sparkleCircle48Regular" case .spatulaSpoon16Filled: return ".spatulaSpoon16Filled" @@ -45894,8 +45922,6 @@ import Foundation case .spatulaSpoon20Regular: return ".spatulaSpoon20Regular" case .spatulaSpoon24Filled: return ".spatulaSpoon24Filled" case .spatulaSpoon24Regular: return ".spatulaSpoon24Regular" - default: break } - switch self { case .spatulaSpoon28Filled: return ".spatulaSpoon28Filled" case .spatulaSpoon28Regular: return ".spatulaSpoon28Regular" case .spatulaSpoon32Filled: return ".spatulaSpoon32Filled" @@ -45988,6 +46014,8 @@ import Foundation case .speakerUsb20Regular: return ".speakerUsb20Regular" case .speakerUsb24Filled: return ".speakerUsb24Filled" case .speakerUsb24Regular: return ".speakerUsb24Regular" + default: break } + switch self { case .speakerUsb28Filled: return ".speakerUsb28Filled" case .speakerUsb28Regular: return ".speakerUsb28Regular" case .spinnerIos16Filled: return ".spinnerIos16Filled" @@ -45996,8 +46024,6 @@ import Foundation case .spinnerIos20Regular: return ".spinnerIos20Regular" case .splitHint20Filled: return ".splitHint20Filled" case .splitHint20Regular: return ".splitHint20Regular" - default: break } - switch self { case .splitHorizontal12Filled: return ".splitHorizontal12Filled" case .splitHorizontal12Regular: return ".splitHorizontal12Regular" case .splitHorizontal16Filled: return ".splitHorizontal16Filled" @@ -46090,6 +46116,8 @@ import Foundation case .squareDismiss16Filled: return ".squareDismiss16Filled" case .squareDismiss16Regular: return ".squareDismiss16Regular" case .squareDismiss20Filled: return ".squareDismiss20Filled" + default: break } + switch self { case .squareDismiss20Regular: return ".squareDismiss20Regular" case .squareDovetailJoint12Filled: return ".squareDovetailJoint12Filled" case .squareDovetailJoint12Regular: return ".squareDovetailJoint12Regular" @@ -46098,8 +46126,6 @@ import Foundation case .squareDovetailJoint20Filled: return ".squareDovetailJoint20Filled" case .squareDovetailJoint20Regular: return ".squareDovetailJoint20Regular" case .squareDovetailJoint24Filled: return ".squareDovetailJoint24Filled" - default: break } - switch self { case .squareDovetailJoint24Regular: return ".squareDovetailJoint24Regular" case .squareDovetailJoint28Filled: return ".squareDovetailJoint28Filled" case .squareDovetailJoint28Regular: return ".squareDovetailJoint28Regular" @@ -46192,6 +46218,8 @@ import Foundation case .stackStar16Filled: return ".stackStar16Filled" case .stackStar16Regular: return ".stackStar16Regular" case .stackStar20Filled: return ".stackStar20Filled" + default: break } + switch self { case .stackStar20Regular: return ".stackStar20Regular" case .stackStar24Filled: return ".stackStar24Filled" case .stackStar24Regular: return ".stackStar24Regular" @@ -46200,8 +46228,6 @@ import Foundation case .stackVertical24Filled: return ".stackVertical24Filled" case .stackVertical24Regular: return ".stackVertical24Regular" case .stamp32Light: return ".stamp32Light" - default: break } - switch self { case .star12Filled: return ".star12Filled" case .star12Regular: return ".star12Regular" case .star16Filled: return ".star16Filled" @@ -46294,6 +46320,8 @@ import Foundation case .starOff24Regular: return ".starOff24Regular" case .starOff28Filled: return ".starOff28Filled" case .starOff28Regular: return ".starOff28Regular" + default: break } + switch self { case .starOneQuarter12Filled: return ".starOneQuarter12Filled" case .starOneQuarter12Regular: return ".starOneQuarter12Regular" case .starOneQuarter16Filled: return ".starOneQuarter16Filled" @@ -46302,8 +46330,6 @@ import Foundation case .starOneQuarter20Regular: return ".starOneQuarter20Regular" case .starOneQuarter24Filled: return ".starOneQuarter24Filled" case .starOneQuarter24Regular: return ".starOneQuarter24Regular" - default: break } - switch self { case .starOneQuarter28Filled: return ".starOneQuarter28Filled" case .starOneQuarter28Regular: return ".starOneQuarter28Regular" case .starProhibited16Filled: return ".starProhibited16Filled" @@ -46396,6 +46422,8 @@ import Foundation case .stream24Regular: return ".stream24Regular" case .stream32Filled: return ".stream32Filled" case .stream32Regular: return ".stream32Regular" + default: break } + switch self { case .stream48Filled: return ".stream48Filled" case .stream48Regular: return ".stream48Regular" case .streamInput20Filled: return ".streamInput20Filled" @@ -46404,8 +46432,6 @@ import Foundation case .streamInputOutput20Regular: return ".streamInputOutput20Regular" case .streamOutput20Filled: return ".streamOutput20Filled" case .streamOutput20Regular: return ".streamOutput20Regular" - default: break } - switch self { case .streetSign20Filled: return ".streetSign20Filled" case .streetSign20Regular: return ".streetSign20Regular" case .streetSign24Filled: return ".streetSign24Filled" @@ -46498,6 +46524,8 @@ import Foundation case .swimmingPool48Regular: return ".swimmingPool48Regular" case .swipeDown20Filled: return ".swipeDown20Filled" case .swipeDown20Regular: return ".swipeDown20Regular" + default: break } + switch self { case .swipeDown24Filled: return ".swipeDown24Filled" case .swipeDown24Regular: return ".swipeDown24Regular" case .swipeRight20Filled: return ".swipeRight20Filled" @@ -46506,8 +46534,6 @@ import Foundation case .swipeRight24Regular: return ".swipeRight24Regular" case .swipeUp20Filled: return ".swipeUp20Filled" case .swipeUp20Regular: return ".swipeUp20Regular" - default: break } - switch self { case .swipeUp24Filled: return ".swipeUp24Filled" case .swipeUp24Regular: return ".swipeUp24Regular" case .symbols16Filled: return ".symbols16Filled" @@ -46600,6 +46626,8 @@ import Foundation case .tabDesktopMultipleSparkle16Regular: return ".tabDesktopMultipleSparkle16Regular" case .tabDesktopMultipleSparkle20Filled: return ".tabDesktopMultipleSparkle20Filled" case .tabDesktopMultipleSparkle20Regular: return ".tabDesktopMultipleSparkle20Regular" + default: break } + switch self { case .tabDesktopMultipleSparkle24Filled: return ".tabDesktopMultipleSparkle24Filled" case .tabDesktopMultipleSparkle24Regular: return ".tabDesktopMultipleSparkle24Regular" case .tabDesktopNewPage20Filled: return ".tabDesktopNewPage20Filled" @@ -46608,8 +46636,6 @@ import Foundation case .tabDesktopSearch16Regular: return ".tabDesktopSearch16Regular" case .tabDesktopSearch20Filled: return ".tabDesktopSearch20Filled" case .tabDesktopSearch20Regular: return ".tabDesktopSearch20Regular" - default: break } - switch self { case .tabDesktopSearch24Filled: return ".tabDesktopSearch24Filled" case .tabDesktopSearch24Regular: return ".tabDesktopSearch24Regular" case .tabGroup16Filled: return ".tabGroup16Filled" @@ -46702,6 +46728,8 @@ import Foundation case .tableCellsSplit20Regular: return ".tableCellsSplit20Regular" case .tableCellsSplit24Filled: return ".tableCellsSplit24Filled" case .tableCellsSplit24Regular: return ".tableCellsSplit24Regular" + default: break } + switch self { case .tableCellsSplit28Filled: return ".tableCellsSplit28Filled" case .tableCellsSplit28Regular: return ".tableCellsSplit28Regular" case .tableCellsSplit32Light: return ".tableCellsSplit32Light" @@ -46710,8 +46738,6 @@ import Foundation case .tableColumnTopBottom20Filled: return ".tableColumnTopBottom20Filled" case .tableColumnTopBottom20Regular: return ".tableColumnTopBottom20Regular" case .tableColumnTopBottom24Filled: return ".tableColumnTopBottom24Filled" - default: break } - switch self { case .tableColumnTopBottom24Regular: return ".tableColumnTopBottom24Regular" case .tableCopy20Filled: return ".tableCopy20Filled" case .tableCopy20Regular: return ".tableCopy20Regular" @@ -46804,6 +46830,8 @@ import Foundation case .tableLightning20Regular: return ".tableLightning20Regular" case .tableLightning24Filled: return ".tableLightning24Filled" case .tableLightning24Regular: return ".tableLightning24Regular" + default: break } + switch self { case .tableLightning28Filled: return ".tableLightning28Filled" case .tableLightning28Regular: return ".tableLightning28Regular" case .tableLink16Filled: return ".tableLink16Filled" @@ -46812,8 +46840,6 @@ import Foundation case .tableLink20Regular: return ".tableLink20Regular" case .tableLink24Filled: return ".tableLink24Filled" case .tableLink24Regular: return ".tableLink24Regular" - default: break } - switch self { case .tableLink28Filled: return ".tableLink28Filled" case .tableLink28Regular: return ".tableLink28Regular" case .tableLock16Filled: return ".tableLock16Filled" @@ -46906,6 +46932,8 @@ import Foundation case .tableSettings20Regular: return ".tableSettings20Regular" case .tableSettings24Filled: return ".tableSettings24Filled" case .tableSettings24Regular: return ".tableSettings24Regular" + default: break } + switch self { case .tableSettings28Filled: return ".tableSettings28Filled" case .tableSettings28Regular: return ".tableSettings28Regular" case .tableSettings32Light: return ".tableSettings32Light" @@ -46914,8 +46942,6 @@ import Foundation case .tableSimple20Filled: return ".tableSimple20Filled" case .tableSimple20Regular: return ".tableSimple20Regular" case .tableSimple24Filled: return ".tableSimple24Filled" - default: break } - switch self { case .tableSimple24Regular: return ".tableSimple24Regular" case .tableSimple28Filled: return ".tableSimple28Filled" case .tableSimple28Regular: return ".tableSimple28Regular" @@ -47008,6 +47034,8 @@ import Foundation case .tableSwitch20Regular: return ".tableSwitch20Regular" case .tableSwitch24Filled: return ".tableSwitch24Filled" case .tableSwitch24Regular: return ".tableSwitch24Regular" + default: break } + switch self { case .tableSwitch28Filled: return ".tableSwitch28Filled" case .tableSwitch28Regular: return ".tableSwitch28Regular" case .tablet12Filled: return ".tablet12Filled" @@ -47016,8 +47044,6 @@ import Foundation case .tablet16Regular: return ".tablet16Regular" case .tablet20Filled: return ".tablet20Filled" case .tablet20Regular: return ".tablet20Regular" - default: break } - switch self { case .tablet24Filled: return ".tablet24Filled" case .tablet24Regular: return ".tablet24Regular" case .tablet32Filled: return ".tablet32Filled" @@ -47110,6 +47136,8 @@ import Foundation case .tapDouble32Filled: return ".tapDouble32Filled" case .tapDouble32Regular: return ".tapDouble32Regular" case .tapDouble48Filled: return ".tapDouble48Filled" + default: break } + switch self { case .tapDouble48Regular: return ".tapDouble48Regular" case .tapSingle20Filled: return ".tapSingle20Filled" case .tapSingle20Regular: return ".tapSingle20Regular" @@ -47118,8 +47146,6 @@ import Foundation case .tapSingle32Filled: return ".tapSingle32Filled" case .tapSingle32Regular: return ".tapSingle32Regular" case .tapSingle48Filled: return ".tapSingle48Filled" - default: break } - switch self { case .tapSingle48Regular: return ".tapSingle48Regular" case .target16Filled: return ".target16Filled" case .target16Regular: return ".target16Regular" @@ -47212,6 +47238,8 @@ import Foundation case .tent16Filled: return ".tent16Filled" case .tent16Regular: return ".tent16Regular" case .tent20Filled: return ".tent20Filled" + default: break } + switch self { case .tent20Regular: return ".tent20Regular" case .tent24Filled: return ".tent24Filled" case .tent24Regular: return ".tent24Regular" @@ -47220,8 +47248,6 @@ import Foundation case .tent48Filled: return ".tent48Filled" case .tent48Regular: return ".tent48Regular" case .tetrisApp16Filled: return ".tetrisApp16Filled" - default: break } - switch self { case .tetrisApp16Regular: return ".tetrisApp16Regular" case .tetrisApp20Filled: return ".tetrisApp20Filled" case .tetrisApp20Regular: return ".tetrisApp20Regular" @@ -47314,6 +47340,8 @@ import Foundation case .textAlignJustifyRotate9020Regular: return ".textAlignJustifyRotate9020Regular" case .textAlignJustifyRotate9024Filled: return ".textAlignJustifyRotate9024Filled" case .textAlignJustifyRotate9024Regular: return ".textAlignJustifyRotate9024Regular" + default: break } + switch self { case .textAlignLeft16Filled: return ".textAlignLeft16Filled" case .textAlignLeft16Regular: return ".textAlignLeft16Regular" case .textAlignLeft20Filled: return ".textAlignLeft20Filled" @@ -47322,8 +47350,6 @@ import Foundation case .textAlignLeft24Regular: return ".textAlignLeft24Regular" case .textAlignLeftRotate27016Filled: return ".textAlignLeftRotate27016Filled" case .textAlignLeftRotate27016Regular: return ".textAlignLeftRotate27016Regular" - default: break } - switch self { case .textAlignLeftRotate27020Filled: return ".textAlignLeftRotate27020Filled" case .textAlignLeftRotate27020Regular: return ".textAlignLeftRotate27020Regular" case .textAlignLeftRotate27024Filled: return ".textAlignLeftRotate27024Filled" @@ -47416,6 +47442,8 @@ import Foundation case .textBulletListSquareEdit20Regular: return ".textBulletListSquareEdit20Regular" case .textBulletListSquareEdit24Filled: return ".textBulletListSquareEdit24Filled" case .textBulletListSquareEdit24Regular: return ".textBulletListSquareEdit24Regular" + default: break } + switch self { case .textBulletListSquarePerson20Filled: return ".textBulletListSquarePerson20Filled" case .textBulletListSquarePerson20Regular: return ".textBulletListSquarePerson20Regular" case .textBulletListSquarePerson32Filled: return ".textBulletListSquarePerson32Filled" @@ -47424,8 +47452,6 @@ import Foundation case .textBulletListSquareSearch20Regular: return ".textBulletListSquareSearch20Regular" case .textBulletListSquareSettings20Filled: return ".textBulletListSquareSettings20Filled" case .textBulletListSquareSettings20Regular: return ".textBulletListSquareSettings20Regular" - default: break } - switch self { case .textBulletListSquareShield20Filled: return ".textBulletListSquareShield20Filled" case .textBulletListSquareShield20Regular: return ".textBulletListSquareShield20Regular" case .textBulletListSquareShield48Filled: return ".textBulletListSquareShield48Filled" @@ -47518,6 +47544,8 @@ import Foundation case .textColumnOneWideLightning24Filled: return ".textColumnOneWideLightning24Filled" case .textColumnOneWideLightning24Regular: return ".textColumnOneWideLightning24Regular" case .textColumnThree20Filled: return ".textColumnThree20Filled" + default: break } + switch self { case .textColumnThree20Regular: return ".textColumnThree20Regular" case .textColumnThree24Filled: return ".textColumnThree24Filled" case .textColumnThree24Regular: return ".textColumnThree24Regular" @@ -47526,8 +47554,6 @@ import Foundation case .textColumnTwo24Filled: return ".textColumnTwo24Filled" case .textColumnTwo24Regular: return ".textColumnTwo24Regular" case .textColumnTwoLeft20Filled: return ".textColumnTwoLeft20Filled" - default: break } - switch self { case .textColumnTwoLeft20Regular: return ".textColumnTwoLeft20Regular" case .textColumnTwoLeft24Filled: return ".textColumnTwoLeft24Filled" case .textColumnTwoLeft24Regular: return ".textColumnTwoLeft24Regular" @@ -47620,6 +47646,8 @@ import Foundation case .textExpand20Filled: return ".textExpand20Filled" case .textExpand20Regular: return ".textExpand20Regular" case .textExpand24Filled: return ".textExpand24Filled" + default: break } + switch self { case .textExpand24Regular: return ".textExpand24Regular" case .textExpand32Light: return ".textExpand32Light" case .textField16Filled: return ".textField16Filled" @@ -47628,8 +47656,6 @@ import Foundation case .textField20Regular: return ".textField20Regular" case .textField24Filled: return ".textField24Filled" case .textField24Regular: return ".textField24Regular" - default: break } - switch self { case .textFirstLine20Filled: return ".textFirstLine20Filled" case .textFirstLine20Regular: return ".textFirstLine20Regular" case .textFirstLine24Filled: return ".textFirstLine24Filled" @@ -47722,6 +47748,8 @@ import Foundation case .textHeader2Lines16Regular: return ".textHeader2Lines16Regular" case .textHeader2Lines20Filled: return ".textHeader2Lines20Filled" case .textHeader2Lines20Regular: return ".textHeader2Lines20Regular" + default: break } + switch self { case .textHeader2Lines24Filled: return ".textHeader2Lines24Filled" case .textHeader2Lines24Regular: return ".textHeader2Lines24Regular" case .textHeader2LinesCaret16Filled: return ".textHeader2LinesCaret16Filled" @@ -47730,8 +47758,6 @@ import Foundation case .textHeader2LinesCaret20Regular: return ".textHeader2LinesCaret20Regular" case .textHeader2LinesCaret24Filled: return ".textHeader2LinesCaret24Filled" case .textHeader2LinesCaret24Regular: return ".textHeader2LinesCaret24Regular" - default: break } - switch self { case .textHeader320Filled: return ".textHeader320Filled" case .textHeader320Regular: return ".textHeader320Regular" case .textHeader324Filled: return ".textHeader324Filled" @@ -47824,6 +47850,8 @@ import Foundation case .textParagraphDirectionLeft20Regular: return ".textParagraphDirectionLeft20Regular" case .textParagraphDirectionRight16Filled: return ".textParagraphDirectionRight16Filled" case .textParagraphDirectionRight16Regular: return ".textParagraphDirectionRight16Regular" + default: break } + switch self { case .textParagraphDirectionRight20Filled: return ".textParagraphDirectionRight20Filled" case .textParagraphDirectionRight20Regular: return ".textParagraphDirectionRight20Regular" case .textPeriodAsterisk20Filled: return ".textPeriodAsterisk20Filled" @@ -47832,8 +47860,6 @@ import Foundation case .textPositionBehind20Regular: return ".textPositionBehind20Regular" case .textPositionBehind24Filled: return ".textPositionBehind24Filled" case .textPositionBehind24Regular: return ".textPositionBehind24Regular" - default: break } - switch self { case .textPositionFront20Filled: return ".textPositionFront20Filled" case .textPositionFront20Regular: return ".textPositionFront20Regular" case .textPositionFront24Filled: return ".textPositionFront24Filled" @@ -47926,6 +47952,8 @@ import Foundation case .textT48Regular: return ".textT48Regular" case .textTTag16Filled: return ".textTTag16Filled" case .textTTag16Regular: return ".textTTag16Regular" + default: break } + switch self { case .textUnderline16Filled: return ".textUnderline16Filled" case .textUnderline16Regular: return ".textUnderline16Regular" case .textUnderline20Filled: return ".textUnderline20Filled" @@ -47934,8 +47962,6 @@ import Foundation case .textUnderline24Regular: return ".textUnderline24Regular" case .textUnderlineCharacterU16Filled: return ".textUnderlineCharacterU16Filled" case .textUnderlineCharacterU16Regular: return ".textUnderlineCharacterU16Regular" - default: break } - switch self { case .textUnderlineCharacterU20Filled: return ".textUnderlineCharacterU20Filled" case .textUnderlineCharacterU20Regular: return ".textUnderlineCharacterU20Regular" case .textUnderlineCharacterU24Filled: return ".textUnderlineCharacterU24Filled" @@ -48028,6 +48054,8 @@ import Foundation case .textboxAlignTop20Regular: return ".textboxAlignTop20Regular" case .textboxAlignTop24Filled: return ".textboxAlignTop24Filled" case .textboxAlignTop24Regular: return ".textboxAlignTop24Regular" + default: break } + switch self { case .textboxAlignTopCenter16Filled: return ".textboxAlignTopCenter16Filled" case .textboxAlignTopCenter16Regular: return ".textboxAlignTopCenter16Regular" case .textboxAlignTopCenter20Filled: return ".textboxAlignTopCenter20Filled" @@ -48036,8 +48064,6 @@ import Foundation case .textboxAlignTopCenter24Regular: return ".textboxAlignTopCenter24Regular" case .textboxAlignTopLeft16Filled: return ".textboxAlignTopLeft16Filled" case .textboxAlignTopLeft16Regular: return ".textboxAlignTopLeft16Regular" - default: break } - switch self { case .textboxAlignTopLeft20Filled: return ".textboxAlignTopLeft20Filled" case .textboxAlignTopLeft20Regular: return ".textboxAlignTopLeft20Regular" case .textboxAlignTopLeft24Filled: return ".textboxAlignTopLeft24Filled" @@ -48130,6 +48156,8 @@ import Foundation case .timer28Filled: return ".timer28Filled" case .timer28Regular: return ".timer28Regular" case .timer220Filled: return ".timer220Filled" + default: break } + switch self { case .timer220Regular: return ".timer220Regular" case .timer224Filled: return ".timer224Filled" case .timer224Regular: return ".timer224Regular" @@ -48138,8 +48166,6 @@ import Foundation case .timer320Filled: return ".timer320Filled" case .timer320Regular: return ".timer320Regular" case .timer324Filled: return ".timer324Filled" - default: break } - switch self { case .timer324Regular: return ".timer324Regular" case .timer48Filled: return ".timer48Filled" case .timer48Regular: return ".timer48Regular" @@ -48232,6 +48258,8 @@ import Foundation case .treeDeciduous20Filled: return ".treeDeciduous20Filled" case .treeDeciduous20Regular: return ".treeDeciduous20Regular" case .treeDeciduous24Filled: return ".treeDeciduous24Filled" + default: break } + switch self { case .treeDeciduous24Regular: return ".treeDeciduous24Regular" case .treeDeciduous28Filled: return ".treeDeciduous28Filled" case .treeDeciduous28Regular: return ".treeDeciduous28Regular" @@ -48240,8 +48268,6 @@ import Foundation case .triangle12Filled: return ".triangle12Filled" case .triangle12Regular: return ".triangle12Regular" case .triangle16Filled: return ".triangle16Filled" - default: break } - switch self { case .triangle16Regular: return ".triangle16Regular" case .triangle20Filled: return ".triangle20Filled" case .triangle20Regular: return ".triangle20Regular" @@ -48334,6 +48360,8 @@ import Foundation case .tv48Filled: return ".tv48Filled" case .tv48Regular: return ".tv48Regular" case .tvArrowRight20Filled: return ".tvArrowRight20Filled" + default: break } + switch self { case .tvArrowRight20Regular: return ".tvArrowRight20Regular" case .tvUsb16Filled: return ".tvUsb16Filled" case .tvUsb16Regular: return ".tvUsb16Regular" @@ -48342,8 +48370,6 @@ import Foundation case .tvUsb24Filled: return ".tvUsb24Filled" case .tvUsb24Regular: return ".tvUsb24Regular" case .tvUsb28Filled: return ".tvUsb28Filled" - default: break } - switch self { case .tvUsb28Regular: return ".tvUsb28Regular" case .tvUsb48Filled: return ".tvUsb48Filled" case .tvUsb48Regular: return ".tvUsb48Regular" @@ -48436,6 +48462,8 @@ import Foundation case .vehicleCarProfile24Filled: return ".vehicleCarProfile24Filled" case .vehicleCarProfile24Regular: return ".vehicleCarProfile24Regular" case .vehicleMotorcycle16Filled: return ".vehicleMotorcycle16Filled" + default: break } + switch self { case .vehicleMotorcycle16Regular: return ".vehicleMotorcycle16Regular" case .vehicleMotorcycle20Filled: return ".vehicleMotorcycle20Filled" case .vehicleMotorcycle20Regular: return ".vehicleMotorcycle20Regular" @@ -48444,8 +48472,6 @@ import Foundation case .vehicleMotorcycle28Filled: return ".vehicleMotorcycle28Filled" case .vehicleMotorcycle28Regular: return ".vehicleMotorcycle28Regular" case .vehicleMotorcycle32Filled: return ".vehicleMotorcycle32Filled" - default: break } - switch self { case .vehicleMotorcycle32Regular: return ".vehicleMotorcycle32Regular" case .vehicleMotorcycle48Filled: return ".vehicleMotorcycle48Filled" case .vehicleMotorcycle48Regular: return ".vehicleMotorcycle48Regular" @@ -48538,6 +48564,8 @@ import Foundation case .videoBackgroundEffectHorizontal32Regular: return ".videoBackgroundEffectHorizontal32Regular" case .videoBackgroundEffectHorizontal48Filled: return ".videoBackgroundEffectHorizontal48Filled" case .videoBackgroundEffectHorizontal48Regular: return ".videoBackgroundEffectHorizontal48Regular" + default: break } + switch self { case .videoChat16Filled: return ".videoChat16Filled" case .videoChat16Regular: return ".videoChat16Regular" case .videoChat20Filled: return ".videoChat20Filled" @@ -48546,8 +48574,6 @@ import Foundation case .videoChat24Regular: return ".videoChat24Regular" case .videoChat28Filled: return ".videoChat28Filled" case .videoChat28Regular: return ".videoChat28Regular" - default: break } - switch self { case .videoChat32Filled: return ".videoChat32Filled" case .videoChat32Regular: return ".videoChat32Regular" case .videoChat48Filled: return ".videoChat48Filled" @@ -48640,6 +48666,8 @@ import Foundation case .videoPersonClock28Filled: return ".videoPersonClock28Filled" case .videoPersonClock28Regular: return ".videoPersonClock28Regular" case .videoPersonClock32Filled: return ".videoPersonClock32Filled" + default: break } + switch self { case .videoPersonClock32Regular: return ".videoPersonClock32Regular" case .videoPersonClock48Filled: return ".videoPersonClock48Filled" case .videoPersonClock48Regular: return ".videoPersonClock48Regular" @@ -48648,8 +48676,6 @@ import Foundation case .videoPersonOff24Filled: return ".videoPersonOff24Filled" case .videoPersonOff24Regular: return ".videoPersonOff24Regular" case .videoPersonPulse16Filled: return ".videoPersonPulse16Filled" - default: break } - switch self { case .videoPersonPulse16Regular: return ".videoPersonPulse16Regular" case .videoPersonPulse20Filled: return ".videoPersonPulse20Filled" case .videoPersonPulse20Regular: return ".videoPersonPulse20Regular" @@ -48742,6 +48768,8 @@ import Foundation case .voicemailShield20Filled: return ".voicemailShield20Filled" case .voicemailShield20Regular: return ".voicemailShield20Regular" case .voicemailShield24Filled: return ".voicemailShield24Filled" + default: break } + switch self { case .voicemailShield24Regular: return ".voicemailShield24Regular" case .voicemailShield32Filled: return ".voicemailShield32Filled" case .voicemailShield32Regular: return ".voicemailShield32Regular" @@ -48750,8 +48778,6 @@ 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" @@ -48844,6 +48870,8 @@ import Foundation case .weatherBlowingSnow24Filled: return ".weatherBlowingSnow24Filled" case .weatherBlowingSnow24Regular: return ".weatherBlowingSnow24Regular" case .weatherBlowingSnow48Filled: return ".weatherBlowingSnow48Filled" + default: break } + switch self { case .weatherBlowingSnow48Regular: return ".weatherBlowingSnow48Regular" case .weatherCloudy20Filled: return ".weatherCloudy20Filled" case .weatherCloudy20Regular: return ".weatherCloudy20Regular" @@ -48852,8 +48880,6 @@ import Foundation 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" @@ -48946,6 +48972,8 @@ import Foundation case .weatherRainSnow24Filled: return ".weatherRainSnow24Filled" case .weatherRainSnow24Regular: return ".weatherRainSnow24Regular" case .weatherRainSnow48Filled: return ".weatherRainSnow48Filled" + default: break } + switch self { case .weatherRainSnow48Regular: return ".weatherRainSnow48Regular" case .weatherSnow20Filled: return ".weatherSnow20Filled" case .weatherSnow20Regular: return ".weatherSnow20Regular" @@ -48954,8 +48982,6 @@ import Foundation 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" @@ -49048,6 +49074,8 @@ import Foundation case .wifi424Filled: return ".wifi424Filled" case .wifi424Regular: return ".wifi424Regular" case .wifiLock20Filled: return ".wifiLock20Filled" + default: break } + switch self { case .wifiLock20Regular: return ".wifiLock20Regular" case .wifiLock24Filled: return ".wifiLock24Filled" case .wifiLock24Regular: return ".wifiLock24Regular" @@ -49056,8 +49084,6 @@ import Foundation 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" @@ -49150,6 +49176,8 @@ import Foundation 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" @@ -49158,8 +49186,6 @@ import Foundation case .windowMultiple20Regular: return ".windowMultiple20Regular" case .windowMultipleSwap20Filled: return ".windowMultipleSwap20Filled" case .windowMultipleSwap20Regular: return ".windowMultipleSwap20Regular" - default: break } - switch self { case .windowNew16Filled: return ".windowNew16Filled" case .windowNew16Regular: return ".windowNew16Regular" case .windowNew20Filled: return ".windowNew20Filled" @@ -49252,6 +49278,8 @@ import Foundation case .zoomOut16Regular: return ".zoomOut16Regular" case .zoomOut20Filled: return ".zoomOut20Filled" case .zoomOut20Regular: return ".zoomOut20Regular" + default: break } + switch self { case .zoomOut24Filled: return ".zoomOut24Filled" case .zoomOut24Regular: return ".zoomOut24Regular" case .zoomOut32Light: return ".zoomOut32Light" diff --git a/ios/README.md b/ios/README.md index afb8fabd3c..25c5d6425f 100644 --- a/ios/README.md +++ b/ios/README.md @@ -6,13 +6,13 @@ ```ruby use_frameworks! -pod "FluentIcons", "1.1.248" +pod "FluentIcons", "1.1.249" ``` ### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.248" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.249" ``` ## Usage diff --git a/package-lock.json b/package-lock.json index db3d4c8e7f..2bb21f5858 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14947,7 +14947,7 @@ }, "packages/react-icons": { "name": "@fluentui/react-icons", - "version": "2.0.248", + "version": "2.0.249", "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.248", + "version": "2.0.249", "license": "MIT", "dependencies": { "subset-font": "^1.4.0" @@ -15065,7 +15065,7 @@ }, "packages/react-native-icons": { "name": "@fluentui/react-native-icons", - "version": "2.0.248", + "version": "2.0.249", "license": "MIT", "dependencies": { "@griffel/react": "^1.0.0", @@ -15498,7 +15498,7 @@ }, "packages/svg-icons": { "name": "@fluentui/svg-icons", - "version": "1.1.248", + "version": "1.1.249", "license": "MIT", "devDependencies": { "renamer": "^2.0.1", @@ -15568,7 +15568,7 @@ }, "packages/svg-sprites": { "name": "@fluentui/svg-sprites", - "version": "1.1.248", + "version": "1.1.249", "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 8a6205e6fb..6e1a1ddb7b 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.248", + "version": "2.0.249", "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 ba6a543238..575adc1414 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-icons", - "version": "2.0.248", + "version": "2.0.249", "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 3e15474f5a..7bb1f2cc82 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.248", + "version": "2.0.249", "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 f02bcf8f1e..3d4159fcda 100644 --- a/packages/svg-icons/package.json +++ b/packages/svg-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-icons", - "version": "1.1.248", + "version": "1.1.249", "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 7a02b290f9..cda1cfaca0 100644 --- a/packages/svg-sprites/package.json +++ b/packages/svg-sprites/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-sprites", - "version": "1.1.248", + "version": "1.1.249", "description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.", "license": "MIT", "repository": {