diff --git a/README.md b/README.md index 7657c16a2b..310b6a97c5 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.256@aar' +implementation 'com.microsoft.design:fluent-system-icons:1.1.257@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.256" +pod "FluentIcons", "1.1.257" ``` #### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.256" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.257" ``` 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.256 + fluentui_system_icons: ^1.1.257 ``` For library docs, see [flutter/README.md](flutter/README.md). diff --git a/flutter/CHANGELOG.md b/flutter/CHANGELOG.md index a8b93a5355..5417b6059e 100644 --- a/flutter/CHANGELOG.md +++ b/flutter/CHANGELOG.md @@ -1 +1 @@ -## [1.1.256] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags \ No newline at end of file +## [1.1.257] - 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 7e6611fd8d..e51140f07b 100644 --- a/flutter/example/lib/sample_icons.dart +++ b/flutter/example/lib/sample_icons.dart @@ -76,6 +76,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.add_circle_32_regular, 'add_circle_32_regular', 32), + FluentUISampleIcon(FluentIcons.add_circle_48_regular, 'add_circle_48_regular', 48), + FluentUISampleIcon(FluentIcons.add_square_16_regular, 'add_square_16_regular', 16), FluentUISampleIcon(FluentIcons.add_square_20_regular, 'add_square_20_regular', 20), @@ -378,6 +380,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.approvals_app_32_regular, 'approvals_app_32_regular', 32), + FluentUISampleIcon(FluentIcons.approvals_app_48_regular, 'approvals_app_48_regular', 48), + FluentUISampleIcon(FluentIcons.apps_16_regular, 'apps_16_regular', 16), FluentUISampleIcon(FluentIcons.apps_20_regular, 'apps_20_regular', 20), @@ -3836,6 +3840,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.clipboard_text_edit_32_regular, 'clipboard_text_edit_32_regular', 32), + FluentUISampleIcon(FluentIcons.clipboard_text_edit_48_regular, 'clipboard_text_edit_48_regular', 48), + FluentUISampleIcon(FluentIcons.clipboard_text_ltr_16_regular, 'clipboard_text_ltr_16_regular', 16), FluentUISampleIcon(FluentIcons.clipboard_text_ltr_20_regular, 'clipboard_text_ltr_20_regular', 20), @@ -5006,6 +5012,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.design_ideas_24_regular, 'design_ideas_24_regular', 24), + FluentUISampleIcon(FluentIcons.design_ideas_28_regular, 'design_ideas_28_regular', 28), + + FluentUISampleIcon(FluentIcons.design_ideas_32_regular, 'design_ideas_32_regular', 32), + + FluentUISampleIcon(FluentIcons.design_ideas_48_regular, 'design_ideas_48_regular', 48), + FluentUISampleIcon(FluentIcons.desk_16_regular, 'desk_16_regular', 16), FluentUISampleIcon(FluentIcons.desk_20_regular, 'desk_20_regular', 20), @@ -5500,6 +5512,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_folder_24_regular, 'document_folder_24_regular', 24), + FluentUISampleIcon(FluentIcons.document_folder_28_regular, 'document_folder_28_regular', 28), + + FluentUISampleIcon(FluentIcons.document_folder_32_regular, 'document_folder_32_regular', 32), + + FluentUISampleIcon(FluentIcons.document_folder_48_regular, 'document_folder_48_regular', 48), + FluentUISampleIcon(FluentIcons.document_footer_16_regular, 'document_footer_16_regular', 16), FluentUISampleIcon(FluentIcons.document_footer_20_regular, 'document_footer_20_regular', 20), @@ -6446,6 +6464,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.eye_off_24_regular, 'eye_off_24_regular', 24), + FluentUISampleIcon(FluentIcons.eye_off_32_regular, 'eye_off_32_regular', 32), + FluentUISampleIcon(FluentIcons.eye_tracking_16_regular, 'eye_tracking_16_regular', 16), FluentUISampleIcon(FluentIcons.eye_tracking_20_regular, 'eye_tracking_20_regular', 20), @@ -8306,6 +8326,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.leaf_two_48_regular, 'leaf_two_48_regular', 48), + FluentUISampleIcon(FluentIcons.learning_app_16_regular, 'learning_app_16_regular', 16), + FluentUISampleIcon(FluentIcons.learning_app_20_regular, 'learning_app_20_regular', 20), FluentUISampleIcon(FluentIcons.learning_app_24_regular, 'learning_app_24_regular', 24), @@ -11538,6 +11560,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.receipt_32_regular, 'receipt_32_regular', 32), + FluentUISampleIcon(FluentIcons.receipt_48_regular, 'receipt_48_regular', 48), + FluentUISampleIcon(FluentIcons.receipt_add_20_regular, 'receipt_add_20_regular', 20), FluentUISampleIcon(FluentIcons.receipt_add_24_regular, 'receipt_add_24_regular', 24), @@ -15582,6 +15606,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.video_background_effect_horizontal_48_regular, 'video_background_effect_horizontal_48_regular', 48), + FluentUISampleIcon(FluentIcons.video_bluetooth_16_regular, 'video_bluetooth_16_regular', 16), + + FluentUISampleIcon(FluentIcons.video_bluetooth_20_regular, 'video_bluetooth_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_bluetooth_24_regular, 'video_bluetooth_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_bluetooth_28_regular, 'video_bluetooth_28_regular', 28), + + FluentUISampleIcon(FluentIcons.video_bluetooth_32_regular, 'video_bluetooth_32_regular', 32), + + FluentUISampleIcon(FluentIcons.video_bluetooth_48_regular, 'video_bluetooth_48_regular', 48), + FluentUISampleIcon(FluentIcons.video_chat_16_regular, 'video_chat_16_regular', 16), FluentUISampleIcon(FluentIcons.video_chat_20_regular, 'video_chat_20_regular', 20), @@ -15742,6 +15778,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.video_sync_20_regular, 'video_sync_20_regular', 20), + FluentUISampleIcon(FluentIcons.video_usb_16_regular, 'video_usb_16_regular', 16), + + FluentUISampleIcon(FluentIcons.video_usb_20_regular, 'video_usb_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_usb_24_regular, 'video_usb_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_usb_28_regular, 'video_usb_28_regular', 28), + + FluentUISampleIcon(FluentIcons.video_usb_32_regular, 'video_usb_32_regular', 32), + + FluentUISampleIcon(FluentIcons.video_usb_48_regular, 'video_usb_48_regular', 48), + FluentUISampleIcon(FluentIcons.view_desktop_20_regular, 'view_desktop_20_regular', 20), FluentUISampleIcon(FluentIcons.view_desktop_24_regular, 'view_desktop_24_regular', 24), @@ -16352,6 +16400,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.add_circle_32_filled, 'add_circle_32_filled', 32), + FluentUISampleIcon(FluentIcons.add_circle_48_filled, 'add_circle_48_filled', 48), + FluentUISampleIcon(FluentIcons.add_square_16_filled, 'add_square_16_filled', 16), FluentUISampleIcon(FluentIcons.add_square_20_filled, 'add_square_20_filled', 20), @@ -16654,6 +16704,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.approvals_app_32_filled, 'approvals_app_32_filled', 32), + FluentUISampleIcon(FluentIcons.approvals_app_48_filled, 'approvals_app_48_filled', 48), + FluentUISampleIcon(FluentIcons.apps_16_filled, 'apps_16_filled', 16), FluentUISampleIcon(FluentIcons.apps_20_filled, 'apps_20_filled', 20), @@ -20114,6 +20166,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.clipboard_text_edit_32_filled, 'clipboard_text_edit_32_filled', 32), + FluentUISampleIcon(FluentIcons.clipboard_text_edit_48_filled, 'clipboard_text_edit_48_filled', 48), + FluentUISampleIcon(FluentIcons.clipboard_text_ltr_16_filled, 'clipboard_text_ltr_16_filled', 16), FluentUISampleIcon(FluentIcons.clipboard_text_ltr_20_filled, 'clipboard_text_ltr_20_filled', 20), @@ -21266,6 +21320,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.design_ideas_24_filled, 'design_ideas_24_filled', 24), + FluentUISampleIcon(FluentIcons.design_ideas_28_filled, 'design_ideas_28_filled', 28), + + FluentUISampleIcon(FluentIcons.design_ideas_32_filled, 'design_ideas_32_filled', 32), + + FluentUISampleIcon(FluentIcons.design_ideas_48_filled, 'design_ideas_48_filled', 48), + FluentUISampleIcon(FluentIcons.desk_16_filled, 'desk_16_filled', 16), FluentUISampleIcon(FluentIcons.desk_20_filled, 'desk_20_filled', 20), @@ -21760,6 +21820,12 @@ final icons = [ FluentUISampleIcon(FluentIcons.document_folder_24_filled, 'document_folder_24_filled', 24), + FluentUISampleIcon(FluentIcons.document_folder_28_filled, 'document_folder_28_filled', 28), + + FluentUISampleIcon(FluentIcons.document_folder_32_filled, 'document_folder_32_filled', 32), + + FluentUISampleIcon(FluentIcons.document_folder_48_filled, 'document_folder_48_filled', 48), + FluentUISampleIcon(FluentIcons.document_footer_16_filled, 'document_footer_16_filled', 16), FluentUISampleIcon(FluentIcons.document_footer_20_filled, 'document_footer_20_filled', 20), @@ -22706,6 +22772,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.eye_off_24_filled, 'eye_off_24_filled', 24), + FluentUISampleIcon(FluentIcons.eye_off_32_filled, 'eye_off_32_filled', 32), + FluentUISampleIcon(FluentIcons.eye_tracking_16_filled, 'eye_tracking_16_filled', 16), FluentUISampleIcon(FluentIcons.eye_tracking_20_filled, 'eye_tracking_20_filled', 20), @@ -24846,6 +24914,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.leaf_two_48_filled, 'leaf_two_48_filled', 48), + FluentUISampleIcon(FluentIcons.learning_app_16_filled, 'learning_app_16_filled', 16), + FluentUISampleIcon(FluentIcons.learning_app_20_filled, 'learning_app_20_filled', 20), FluentUISampleIcon(FluentIcons.learning_app_24_filled, 'learning_app_24_filled', 24), @@ -28046,6 +28116,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.receipt_32_filled, 'receipt_32_filled', 32), + FluentUISampleIcon(FluentIcons.receipt_48_filled, 'receipt_48_filled', 48), + FluentUISampleIcon(FluentIcons.receipt_add_20_filled, 'receipt_add_20_filled', 20), FluentUISampleIcon(FluentIcons.receipt_add_24_filled, 'receipt_add_24_filled', 24), @@ -32104,6 +32176,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.video_background_effect_horizontal_48_filled, 'video_background_effect_horizontal_48_filled', 48), + FluentUISampleIcon(FluentIcons.video_bluetooth_16_filled, 'video_bluetooth_16_filled', 16), + + FluentUISampleIcon(FluentIcons.video_bluetooth_20_filled, 'video_bluetooth_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_bluetooth_24_filled, 'video_bluetooth_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_bluetooth_28_filled, 'video_bluetooth_28_filled', 28), + + FluentUISampleIcon(FluentIcons.video_bluetooth_32_filled, 'video_bluetooth_32_filled', 32), + + FluentUISampleIcon(FluentIcons.video_bluetooth_48_filled, 'video_bluetooth_48_filled', 48), + FluentUISampleIcon(FluentIcons.video_chat_16_filled, 'video_chat_16_filled', 16), FluentUISampleIcon(FluentIcons.video_chat_20_filled, 'video_chat_20_filled', 20), @@ -32264,6 +32348,18 @@ final icons = [ FluentUISampleIcon(FluentIcons.video_sync_20_filled, 'video_sync_20_filled', 20), + FluentUISampleIcon(FluentIcons.video_usb_16_filled, 'video_usb_16_filled', 16), + + FluentUISampleIcon(FluentIcons.video_usb_20_filled, 'video_usb_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_usb_24_filled, 'video_usb_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_usb_28_filled, 'video_usb_28_filled', 28), + + FluentUISampleIcon(FluentIcons.video_usb_32_filled, 'video_usb_32_filled', 32), + + FluentUISampleIcon(FluentIcons.video_usb_48_filled, 'video_usb_48_filled', 48), + FluentUISampleIcon(FluentIcons.view_desktop_20_filled, 'view_desktop_20_filled', 20), FluentUISampleIcon(FluentIcons.view_desktop_24_filled, 'view_desktop_24_filled', 24), @@ -32816,6 +32912,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.add_32_light, 'add_32_light', 32), + FluentUISampleIcon(FluentIcons.alert_32_light, 'alert_32_light', 32), + FluentUISampleIcon(FluentIcons.app_folder_32_light, 'app_folder_32_light', 32), FluentUISampleIcon(FluentIcons.app_generic_32_light, 'app_generic_32_light', 32), @@ -32928,6 +33026,10 @@ final icons = [ FluentUISampleIcon(FluentIcons.emoji_32_light, 'emoji_32_light', 32), + FluentUISampleIcon(FluentIcons.eye_32_light, 'eye_32_light', 32), + + FluentUISampleIcon(FluentIcons.eye_off_32_light, 'eye_off_32_light', 32), + FluentUISampleIcon(FluentIcons.filter_32_light, 'filter_32_light', 32), FluentUISampleIcon(FluentIcons.flag_32_light, 'flag_32_light', 32), @@ -33008,6 +33110,8 @@ final icons = [ FluentUISampleIcon(FluentIcons.molecule_32_light, 'molecule_32_light', 32), + FluentUISampleIcon(FluentIcons.newsletter_32_light, 'newsletter_32_light', 32), + FluentUISampleIcon(FluentIcons.note_32_light, 'note_32_light', 32), FluentUISampleIcon(FluentIcons.options_32_light, 'options_32_light', 32), diff --git a/flutter/lib/fonts/FluentSystemIcons-Filled.ttf b/flutter/lib/fonts/FluentSystemIcons-Filled.ttf index 3558eb70df..cdaad397e9 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-Light.ttf b/flutter/lib/fonts/FluentSystemIcons-Light.ttf index ec4ee89d42..5c922dc93a 100644 Binary files a/flutter/lib/fonts/FluentSystemIcons-Light.ttf and b/flutter/lib/fonts/FluentSystemIcons-Light.ttf differ diff --git a/flutter/lib/fonts/FluentSystemIcons-Regular.ttf b/flutter/lib/fonts/FluentSystemIcons-Regular.ttf index 8912d9706e..94553ef413 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 acfdd73c27..b3d265cf39 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 30352c5103..30c006469a 100644 --- a/flutter/lib/src/fluent_icons.dart +++ b/flutter/lib/src/fluent_icons.dart @@ -117,6 +117,9 @@ class FluentIcons { /// fluent icon named "add_circle" in size 32 and regular style. static const IconData add_circle_32_regular = IconData(57350, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "add_circle" in size 48 and regular style. + static const IconData add_circle_48_regular = IconData(984778, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "add_square" in size 16 and regular style. static const IconData add_square_16_regular = IconData(983522, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -570,6 +573,9 @@ class FluentIcons { /// fluent icon named "approvals_app" in size 32 and regular style. static const IconData approvals_app_32_regular = IconData(57441, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "approvals_app" in size 48 and regular style. + static const IconData approvals_app_48_regular = IconData(984779, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "apps" in size 16 and regular style. static const IconData apps_16_regular = IconData(61746, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -5757,6 +5763,9 @@ class FluentIcons { /// fluent icon named "clipboard_text_edit" in size 32 and regular style. static const IconData clipboard_text_edit_32_regular = IconData(58216, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_text_edit" in size 48 and regular style. + static const IconData clipboard_text_edit_48_regular = IconData(984780, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_text_ltr" in size 16 and regular style. static const IconData clipboard_text_ltr_16_regular = IconData(61632, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -7512,6 +7521,15 @@ class FluentIcons { /// fluent icon named "design_ideas" in size 24 and regular style. static const IconData design_ideas_24_regular = IconData(62295, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "design_ideas" in size 28 and regular style. + static const IconData design_ideas_28_regular = IconData(984781, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "design_ideas" in size 32 and regular style. + static const IconData design_ideas_32_regular = IconData(984782, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "design_ideas" in size 48 and regular style. + static const IconData design_ideas_48_regular = IconData(984783, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "desk" in size 16 and regular style. static const IconData desk_16_regular = IconData(983657, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -8253,6 +8271,15 @@ class FluentIcons { /// fluent icon named "document_folder" in size 24 and regular style. static const IconData document_folder_24_regular = IconData(983076, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_folder" in size 28 and regular style. + static const IconData document_folder_28_regular = IconData(984784, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_folder" in size 32 and regular style. + static const IconData document_folder_32_regular = IconData(984785, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "document_folder" in size 48 and regular style. + static const IconData document_folder_48_regular = IconData(984786, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "document_footer" in size 16 and regular style. static const IconData document_footer_16_regular = IconData(58620, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -9672,6 +9699,9 @@ class FluentIcons { /// fluent icon named "eye_off" in size 24 and regular style. static const IconData eye_off_24_regular = IconData(58870, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "eye_off" in size 32 and regular style. + static const IconData eye_off_32_regular = IconData(984787, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "eye_tracking" in size 16 and regular style. static const IconData eye_tracking_16_regular = IconData(58871, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -12462,6 +12492,9 @@ class FluentIcons { /// fluent icon named "leaf_two" in size 48 and regular style. static const IconData leaf_two_48_regular = IconData(61500, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "learning_app" in size 16 and regular style. + static const IconData learning_app_16_regular = IconData(984788, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "learning_app" in size 20 and regular style. static const IconData learning_app_20_regular = IconData(59231, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -17310,6 +17343,9 @@ class FluentIcons { /// fluent icon named "receipt" in size 32 and regular style. static const IconData receipt_32_regular = IconData(983190, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "receipt" in size 48 and regular style. + static const IconData receipt_48_regular = IconData(984789, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "receipt_add" in size 20 and regular style. static const IconData receipt_add_20_regular = IconData(63244, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -23376,6 +23412,24 @@ class FluentIcons { /// fluent icon named "video_background_effect_horizontal" in size 48 and regular style. static const IconData video_background_effect_horizontal_48_regular = IconData(983241, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "video_bluetooth" in size 16 and regular style. + static const IconData video_bluetooth_16_regular = IconData(984790, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_bluetooth" in size 20 and regular style. + static const IconData video_bluetooth_20_regular = IconData(984791, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_bluetooth" in size 24 and regular style. + static const IconData video_bluetooth_24_regular = IconData(984792, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_bluetooth" in size 28 and regular style. + static const IconData video_bluetooth_28_regular = IconData(984793, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_bluetooth" in size 32 and regular style. + static const IconData video_bluetooth_32_regular = IconData(984794, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_bluetooth" in size 48 and regular style. + static const IconData video_bluetooth_48_regular = IconData(984795, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "video_chat" in size 16 and regular style. static const IconData video_chat_16_regular = IconData(60920, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -23616,6 +23670,24 @@ class FluentIcons { /// fluent icon named "video_sync" in size 20 and regular style. static const IconData video_sync_20_regular = IconData(60961, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "video_usb" in size 16 and regular style. + static const IconData video_usb_16_regular = IconData(984796, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_usb" in size 20 and regular style. + static const IconData video_usb_20_regular = IconData(984797, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_usb" in size 24 and regular style. + static const IconData video_usb_24_regular = IconData(984798, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_usb" in size 28 and regular style. + static const IconData video_usb_28_regular = IconData(984799, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_usb" in size 32 and regular style. + static const IconData video_usb_32_regular = IconData(984800, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + + /// fluent icon named "video_usb" in size 48 and regular style. + static const IconData video_usb_48_regular = IconData(984801, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + /// fluent icon named "view_desktop" in size 20 and regular style. static const IconData view_desktop_20_regular = IconData(63579, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); @@ -24533,6 +24605,9 @@ class FluentIcons { /// fluent icon named "add_circle" in size 32 and filled style. static const IconData add_circle_32_filled = IconData(57350, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "add_circle" in size 48 and filled style. + static const IconData add_circle_48_filled = IconData(984903, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "add_square" in size 16 and filled style. static const IconData add_square_16_filled = IconData(983522, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -24986,6 +25061,9 @@ class FluentIcons { /// fluent icon named "approvals_app" in size 32 and filled style. static const IconData approvals_app_32_filled = IconData(57441, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "approvals_app" in size 48 and filled style. + static const IconData approvals_app_48_filled = IconData(984904, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "apps" in size 16 and filled style. static const IconData apps_16_filled = IconData(61746, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -30176,6 +30254,9 @@ class FluentIcons { /// fluent icon named "clipboard_text_edit" in size 32 and filled style. static const IconData clipboard_text_edit_32_filled = IconData(58237, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_text_edit" in size 48 and filled style. + static const IconData clipboard_text_edit_48_filled = IconData(984905, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "clipboard_text_ltr" in size 16 and filled style. static const IconData clipboard_text_ltr_16_filled = IconData(61632, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -31904,6 +31985,15 @@ class FluentIcons { /// fluent icon named "design_ideas" in size 24 and filled style. static const IconData design_ideas_24_filled = IconData(62295, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "design_ideas" in size 28 and filled style. + static const IconData design_ideas_28_filled = IconData(984906, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "design_ideas" in size 32 and filled style. + static const IconData design_ideas_32_filled = IconData(984907, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "design_ideas" in size 48 and filled style. + static const IconData design_ideas_48_filled = IconData(984908, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "desk" in size 16 and filled style. static const IconData desk_16_filled = IconData(983676, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -32645,6 +32735,15 @@ class FluentIcons { /// fluent icon named "document_folder" in size 24 and filled style. static const IconData document_folder_24_filled = IconData(983080, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_folder" in size 28 and filled style. + static const IconData document_folder_28_filled = IconData(984909, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_folder" in size 32 and filled style. + static const IconData document_folder_32_filled = IconData(984910, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "document_folder" in size 48 and filled style. + static const IconData document_folder_48_filled = IconData(984911, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "document_footer" in size 16 and filled style. static const IconData document_footer_16_filled = IconData(58632, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -34064,6 +34163,9 @@ class FluentIcons { /// fluent icon named "eye_off" in size 24 and filled style. static const IconData eye_off_24_filled = IconData(58883, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "eye_off" in size 32 and filled style. + static const IconData eye_off_32_filled = IconData(984912, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "eye_tracking" in size 16 and filled style. static const IconData eye_tracking_16_filled = IconData(58884, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -37274,6 +37376,9 @@ class FluentIcons { /// fluent icon named "leaf_two" in size 48 and filled style. static const IconData leaf_two_48_filled = IconData(61500, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "learning_app" in size 16 and filled style. + static const IconData learning_app_16_filled = IconData(984913, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "learning_app" in size 20 and filled style. static const IconData learning_app_20_filled = IconData(59245, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -42074,6 +42179,9 @@ class FluentIcons { /// fluent icon named "receipt" in size 32 and filled style. static const IconData receipt_32_filled = IconData(983189, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "receipt" in size 48 and filled style. + static const IconData receipt_48_filled = IconData(984914, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "receipt_add" in size 20 and filled style. static const IconData receipt_add_20_filled = IconData(63253, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -48161,6 +48269,24 @@ class FluentIcons { /// fluent icon named "video_background_effect_horizontal" in size 48 and filled style. static const IconData video_background_effect_horizontal_48_filled = IconData(983240, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "video_bluetooth" in size 16 and filled style. + static const IconData video_bluetooth_16_filled = IconData(984915, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_bluetooth" in size 20 and filled style. + static const IconData video_bluetooth_20_filled = IconData(984916, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_bluetooth" in size 24 and filled style. + static const IconData video_bluetooth_24_filled = IconData(984917, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_bluetooth" in size 28 and filled style. + static const IconData video_bluetooth_28_filled = IconData(984918, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_bluetooth" in size 32 and filled style. + static const IconData video_bluetooth_32_filled = IconData(984919, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_bluetooth" in size 48 and filled style. + static const IconData video_bluetooth_48_filled = IconData(984920, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "video_chat" in size 16 and filled style. static const IconData video_chat_16_filled = IconData(60920, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -48401,6 +48527,24 @@ class FluentIcons { /// fluent icon named "video_sync" in size 20 and filled style. static const IconData video_sync_20_filled = IconData(60961, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "video_usb" in size 16 and filled style. + static const IconData video_usb_16_filled = IconData(984921, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_usb" in size 20 and filled style. + static const IconData video_usb_20_filled = IconData(984922, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_usb" in size 24 and filled style. + static const IconData video_usb_24_filled = IconData(984923, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_usb" in size 28 and filled style. + static const IconData video_usb_28_filled = IconData(984924, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_usb" in size 32 and filled style. + static const IconData video_usb_32_filled = IconData(984925, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + + /// fluent icon named "video_usb" in size 48 and filled style. + static const IconData video_usb_48_filled = IconData(984926, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + /// fluent icon named "view_desktop" in size 20 and filled style. static const IconData view_desktop_20_filled = IconData(63603, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); @@ -49231,494 +49375,506 @@ class FluentIcons { /// fluent icon named "add" in size 32 and light style. static const IconData add_32_light = IconData(57345, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + /// fluent icon named "alert" in size 32 and light style. + static const IconData alert_32_light = IconData(57346, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + /// fluent icon named "app_folder" in size 32 and light style. - static const IconData app_folder_32_light = IconData(57346, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData app_folder_32_light = IconData(57347, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "app_generic" in size 32 and light style. - static const IconData app_generic_32_light = IconData(57347, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData app_generic_32_light = IconData(57348, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "archive" in size 32 and light style. - static const IconData archive_32_light = IconData(57348, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData archive_32_light = IconData(57349, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "archive_settings" in size 32 and light style. - static const IconData archive_settings_32_light = IconData(57349, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData archive_settings_32_light = IconData(57350, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "arrow_clockwise" in size 32 and light style. - static const IconData arrow_clockwise_32_light = IconData(57350, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData arrow_clockwise_32_light = IconData(57351, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "arrow_down" in size 32 and light style. - static const IconData arrow_down_32_light = IconData(57351, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData arrow_down_32_light = IconData(57352, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "arrow_download" in size 32 and light style. - static const IconData arrow_download_32_light = IconData(57352, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData arrow_download_32_light = IconData(57353, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "arrow_forward" in size 32 and light style. - static const IconData arrow_forward_32_light = IconData(57353, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData arrow_forward_32_light = IconData(57354, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_left" in size 32 and light style. - static const IconData arrow_hook_up_left_32_light = IconData(57354, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_left_32_light = IconData(57355, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "arrow_redo" in size 32 and light style. - static const IconData arrow_redo_32_light = IconData(57355, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData arrow_redo_32_light = IconData(57356, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "arrow_reply" in size 32 and light style. - static const IconData arrow_reply_32_light = IconData(57356, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData arrow_reply_32_light = IconData(57357, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "arrow_reply_all" in size 32 and light style. - static const IconData arrow_reply_all_32_light = IconData(57357, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData arrow_reply_all_32_light = IconData(57358, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "arrow_undo" in size 32 and light style. - static const IconData arrow_undo_32_light = IconData(57358, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData arrow_undo_32_light = IconData(57359, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "attach" in size 32 and light style. - static const IconData attach_32_light = IconData(57359, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData attach_32_light = IconData(57360, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "auto_fit" in size 32 and light style. - static const IconData auto_fit_32_light = IconData(57360, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData auto_fit_32_light = IconData(57361, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "autocorrect" in size 32 and light style. - static const IconData autocorrect_32_light = IconData(57361, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData autocorrect_32_light = IconData(57362, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "breakout_room" in size 32 and light style. - static const IconData breakout_room_32_light = IconData(57362, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData breakout_room_32_light = IconData(57363, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "broom" in size 32 and light style. - static const IconData broom_32_light = IconData(57363, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData broom_32_light = IconData(57364, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "calendar_3_day" in size 32 and light style. - static const IconData calendar_3_day_32_light = IconData(57364, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData calendar_3_day_32_light = IconData(57365, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "calendar_clock" in size 32 and light style. - static const IconData calendar_clock_32_light = IconData(57365, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData calendar_clock_32_light = IconData(57366, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "calendar_data_bar" in size 32 and light style. - static const IconData calendar_data_bar_32_light = IconData(57366, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData calendar_data_bar_32_light = IconData(57367, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "calendar_day" in size 32 and light style. - static const IconData calendar_day_32_light = IconData(57367, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData calendar_day_32_light = IconData(57368, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "calendar_edit" in size 32 and light style. - static const IconData calendar_edit_32_light = IconData(57368, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData calendar_edit_32_light = IconData(57369, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "calendar_empty" in size 32 and light style. - static const IconData calendar_empty_32_light = IconData(57369, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData calendar_empty_32_light = IconData(57370, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "calendar_ltr" in size 32 and light style. - static const IconData calendar_ltr_32_light = IconData(57370, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData calendar_ltr_32_light = IconData(57371, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "calendar_month" in size 32 and light style. - static const IconData calendar_month_32_light = IconData(57371, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData calendar_month_32_light = IconData(57372, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "calendar_multiple" in size 32 and light style. - static const IconData calendar_multiple_32_light = IconData(57372, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData calendar_multiple_32_light = IconData(57373, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "calendar_pattern" in size 32 and light style. - static const IconData calendar_pattern_32_light = IconData(57373, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData calendar_pattern_32_light = IconData(57374, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "calendar_reply" in size 32 and light style. - static const IconData calendar_reply_32_light = IconData(57374, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData calendar_reply_32_light = IconData(57375, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "calendar_sparkle" in size 32 and light style. - static const IconData calendar_sparkle_32_light = IconData(57375, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData calendar_sparkle_32_light = IconData(57376, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "calendar_todo" in size 32 and light style. - static const IconData calendar_todo_32_light = IconData(57376, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData calendar_todo_32_light = IconData(57377, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "calendar_work_week" in size 32 and light style. - static const IconData calendar_work_week_32_light = IconData(57377, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData calendar_work_week_32_light = IconData(57378, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "chat" in size 32 and light style. - static const IconData chat_32_light = IconData(57378, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData chat_32_light = IconData(57379, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "checkmark" in size 32 and light style. - static const IconData checkmark_32_light = IconData(57379, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData checkmark_32_light = IconData(57380, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "checkmark_circle" in size 32 and light style. - static const IconData checkmark_circle_32_light = IconData(57380, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData checkmark_circle_32_light = IconData(57381, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "classification" in size 32 and light style. - static const IconData classification_32_light = IconData(57381, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData classification_32_light = IconData(57382, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "clipboard_paste" in size 32 and light style. - static const IconData clipboard_paste_32_light = IconData(57382, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData clipboard_paste_32_light = IconData(57383, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "clock" in size 32 and light style. - static const IconData clock_32_light = IconData(57383, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData clock_32_light = IconData(57384, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "clock_alarm" in size 32 and light style. - static const IconData clock_alarm_32_light = IconData(57384, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData clock_alarm_32_light = IconData(57385, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "color" in size 32 and light style. - static const IconData color_32_light = IconData(57385, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData color_32_light = IconData(57386, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "color_fill" in size 32 and light style. - static const IconData color_fill_32_light = IconData(57386, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData color_fill_32_light = IconData(57387, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "color_fill_accent" in size 32 and light style. - static const IconData color_fill_accent_32_light = IconData(57387, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData color_fill_accent_32_light = IconData(57388, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "comment" in size 32 and light style. - static const IconData comment_32_light = IconData(57388, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData comment_32_light = IconData(57389, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "comment_add" in size 32 and light style. - static const IconData comment_add_32_light = IconData(57389, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData comment_add_32_light = IconData(57390, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "compose" in size 32 and light style. - static const IconData compose_32_light = IconData(57390, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData compose_32_light = IconData(57391, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "copy" in size 32 and light style. - static const IconData copy_32_light = IconData(57391, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData copy_32_light = IconData(57392, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "crop" in size 32 and light style. - static const IconData crop_32_light = IconData(57392, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData crop_32_light = IconData(57393, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "cursor" in size 32 and light style. - static const IconData cursor_32_light = IconData(57393, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData cursor_32_light = IconData(57394, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "delete" in size 32 and light style. - static const IconData delete_32_light = IconData(57394, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData delete_32_light = IconData(57395, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "dismiss" in size 32 and light style. - static const IconData dismiss_32_light = IconData(57395, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData dismiss_32_light = IconData(57396, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "dismiss_circle" in size 32 and light style. - static const IconData dismiss_circle_32_light = IconData(57396, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData dismiss_circle_32_light = IconData(57397, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "document_lightning" in size 32 and light style. - static const IconData document_lightning_32_light = IconData(57397, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData document_lightning_32_light = IconData(57398, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "document_signature" in size 32 and light style. - static const IconData document_signature_32_light = IconData(57398, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData document_signature_32_light = IconData(57399, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "door_arrow_right" in size 32 and light style. - static const IconData door_arrow_right_32_light = IconData(57399, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData door_arrow_right_32_light = IconData(57400, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "edit" in size 32 and light style. - static const IconData edit_32_light = IconData(57400, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData edit_32_light = IconData(57401, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "emoji" in size 32 and light style. - static const IconData emoji_32_light = IconData(57401, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData emoji_32_light = IconData(57402, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + + /// fluent icon named "eye" in size 32 and light style. + static const IconData eye_32_light = IconData(57403, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + + /// fluent icon named "eye_off" in size 32 and light style. + static const IconData eye_off_32_light = IconData(57404, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "filter" in size 32 and light style. - static const IconData filter_32_light = IconData(57402, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData filter_32_light = IconData(57405, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "flag" in size 32 and light style. - static const IconData flag_32_light = IconData(57403, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData flag_32_light = IconData(57406, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "flag_off" in size 32 and light style. - static const IconData flag_off_32_light = IconData(57404, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData flag_off_32_light = IconData(57407, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "flash" in size 32 and light style. - static const IconData flash_32_light = IconData(57405, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData flash_32_light = IconData(57408, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_right" in size 32 and light style. - static const IconData folder_arrow_right_32_light = IconData(57406, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData folder_arrow_right_32_light = IconData(57409, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "folder_mail" in size 32 and light style. - static const IconData folder_mail_32_light = IconData(57407, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData folder_mail_32_light = IconData(57410, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "hand_draw" in size 32 and light style. - static const IconData hand_draw_32_light = IconData(57408, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData hand_draw_32_light = IconData(57411, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "history" in size 32 and light style. - static const IconData history_32_light = IconData(57409, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData history_32_light = IconData(57412, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "image_add" in size 32 and light style. - static const IconData image_add_32_light = IconData(57410, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData image_add_32_light = IconData(57413, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "image_alt_text" in size 32 and light style. - static const IconData image_alt_text_32_light = IconData(57411, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData image_alt_text_32_light = IconData(57414, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "image_copy" in size 32 and light style. - static const IconData image_copy_32_light = IconData(57412, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData image_copy_32_light = IconData(57415, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "image_reflection" in size 32 and light style. - static const IconData image_reflection_32_light = IconData(57413, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData image_reflection_32_light = IconData(57416, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "image_shadow" in size 32 and light style. - static const IconData image_shadow_32_light = IconData(57414, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData image_shadow_32_light = IconData(57417, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "immersive_reader" in size 32 and light style. - static const IconData immersive_reader_32_light = IconData(57415, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData immersive_reader_32_light = IconData(57418, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "important" in size 32 and light style. - static const IconData important_32_light = IconData(57416, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData important_32_light = IconData(57419, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "lasso" in size 32 and light style. - static const IconData lasso_32_light = IconData(57417, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData lasso_32_light = IconData(57420, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "layout_column_two" in size 32 and light style. - static const IconData layout_column_two_32_light = IconData(57418, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData layout_column_two_32_light = IconData(57421, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "layout_column_two_focus_left" in size 32 and light style. - static const IconData layout_column_two_focus_left_32_light = IconData(57419, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData layout_column_two_focus_left_32_light = IconData(57422, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "layout_column_two_focus_right" in size 32 and light style. - static const IconData layout_column_two_focus_right_32_light = IconData(57420, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData layout_column_two_focus_right_32_light = IconData(57423, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "layout_row_two" in size 32 and light style. - static const IconData layout_row_two_32_light = IconData(57421, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData layout_row_two_32_light = IconData(57424, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "layout_row_two_focus_top" in size 32 and light style. - static const IconData layout_row_two_focus_top_32_light = IconData(57422, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData layout_row_two_focus_top_32_light = IconData(57425, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "layout_row_two_focus_top_settings" in size 32 and light style. - static const IconData layout_row_two_focus_top_settings_32_light = IconData(57423, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData layout_row_two_focus_top_settings_32_light = IconData(57426, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "layout_row_two_settings" in size 32 and light style. - static const IconData layout_row_two_settings_32_light = IconData(57424, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData layout_row_two_settings_32_light = IconData(57427, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "link" in size 32 and light style. - static const IconData link_32_light = IconData(57425, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData link_32_light = IconData(57428, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "lock_closed" in size 32 and light style. - static const IconData lock_closed_32_light = IconData(57426, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData lock_closed_32_light = IconData(57429, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "lock_open" in size 32 and light style. - static const IconData lock_open_32_light = IconData(57427, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData lock_open_32_light = IconData(57430, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "mail" in size 32 and light style. - static const IconData mail_32_light = IconData(57428, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData mail_32_light = IconData(57431, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "mail_alert" in size 32 and light style. - static const IconData mail_alert_32_light = IconData(57429, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData mail_alert_32_light = IconData(57432, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_clockwise" in size 32 and light style. - static const IconData mail_arrow_clockwise_32_light = IconData(57430, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData mail_arrow_clockwise_32_light = IconData(57433, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_double_back" in size 32 and light style. - static const IconData mail_arrow_double_back_32_light = IconData(57431, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData mail_arrow_double_back_32_light = IconData(57434, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "mail_copy" in size 32 and light style. - static const IconData mail_copy_32_light = IconData(57432, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData mail_copy_32_light = IconData(57435, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "mail_edit" in size 32 and light style. - static const IconData mail_edit_32_light = IconData(57433, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData mail_edit_32_light = IconData(57436, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "mail_list" in size 32 and light style. - static const IconData mail_list_32_light = IconData(57434, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData mail_list_32_light = IconData(57437, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "mail_multiple" in size 32 and light style. - static const IconData mail_multiple_32_light = IconData(57435, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData mail_multiple_32_light = IconData(57438, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "mail_read" in size 32 and light style. - static const IconData mail_read_32_light = IconData(57436, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData mail_read_32_light = IconData(57439, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "mail_rewind" in size 32 and light style. - static const IconData mail_rewind_32_light = IconData(57437, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData mail_rewind_32_light = IconData(57440, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "mail_settings" in size 32 and light style. - static const IconData mail_settings_32_light = IconData(57438, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData mail_settings_32_light = IconData(57441, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "mail_unread" in size 32 and light style. - static const IconData mail_unread_32_light = IconData(57439, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData mail_unread_32_light = IconData(57442, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "mic" in size 32 and light style. - static const IconData mic_32_light = IconData(57440, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData mic_32_light = IconData(57443, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "molecule" in size 32 and light style. - static const IconData molecule_32_light = IconData(57441, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData molecule_32_light = IconData(57444, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + + /// fluent icon named "newsletter" in size 32 and light style. + static const IconData newsletter_32_light = IconData(57445, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "note" in size 32 and light style. - static const IconData note_32_light = IconData(57442, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData note_32_light = IconData(57446, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "options" in size 32 and light style. - static const IconData options_32_light = IconData(57443, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData options_32_light = IconData(57447, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "paint_brush" in size 32 and light style. - static const IconData paint_brush_32_light = IconData(57444, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData paint_brush_32_light = IconData(57448, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "panel_left_default" in size 32 and light style. - static const IconData panel_left_default_32_light = IconData(57445, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData panel_left_default_32_light = IconData(57449, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "panel_left_focus_right" in size 32 and light style. - static const IconData panel_left_focus_right_32_light = IconData(57446, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData panel_left_focus_right_32_light = IconData(57450, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "pen_sparkle" in size 32 and light style. - static const IconData pen_sparkle_32_light = IconData(57447, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData pen_sparkle_32_light = IconData(57451, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "people" in size 32 and light style. - static const IconData people_32_light = IconData(57448, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData people_32_light = IconData(57452, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "people_add" in size 32 and light style. - static const IconData people_add_32_light = IconData(57449, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData people_add_32_light = IconData(57453, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "people_community" in size 32 and light style. - static const IconData people_community_32_light = IconData(57450, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData people_community_32_light = IconData(57454, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "people_edit" in size 32 and light style. - static const IconData people_edit_32_light = IconData(57451, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData people_edit_32_light = IconData(57455, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "people_list" in size 32 and light style. - static const IconData people_list_32_light = IconData(57452, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData people_list_32_light = IconData(57456, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "people_settings" in size 32 and light style. - static const IconData people_settings_32_light = IconData(57453, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData people_settings_32_light = IconData(57457, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "people_sync" in size 32 and light style. - static const IconData people_sync_32_light = IconData(57454, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData people_sync_32_light = IconData(57458, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "person" in size 32 and light style. - static const IconData person_32_light = IconData(57455, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData person_32_light = IconData(57459, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "person_add" in size 32 and light style. - static const IconData person_add_32_light = IconData(57456, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData person_add_32_light = IconData(57460, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "person_available" in size 32 and light style. - static const IconData person_available_32_light = IconData(57457, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData person_available_32_light = IconData(57461, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "person_feedback" in size 32 and light style. - static const IconData person_feedback_32_light = IconData(57458, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData person_feedback_32_light = IconData(57462, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "person_mail" in size 32 and light style. - static const IconData person_mail_32_light = IconData(57459, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData person_mail_32_light = IconData(57463, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "person_prohibited" in size 32 and light style. - static const IconData person_prohibited_32_light = IconData(57460, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData person_prohibited_32_light = IconData(57464, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "person_suport" in size 32 and light style. - static const IconData person_suport_32_light = IconData(57461, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData person_suport_32_light = IconData(57465, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "phone" in size 32 and light style. - static const IconData phone_32_light = IconData(57462, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData phone_32_light = IconData(57466, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "picture_in_picture" in size 32 and light style. - static const IconData picture_in_picture_32_light = IconData(57463, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData picture_in_picture_32_light = IconData(57467, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "pin" in size 32 and light style. - static const IconData pin_32_light = IconData(57464, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData pin_32_light = IconData(57468, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "pin_off" in size 32 and light style. - static const IconData pin_off_32_light = IconData(57465, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData pin_off_32_light = IconData(57469, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "poll" in size 32 and light style. - static const IconData poll_32_light = IconData(57466, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData poll_32_light = IconData(57470, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "print" in size 32 and light style. - static const IconData print_32_light = IconData(57467, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData print_32_light = IconData(57471, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "question" in size 32 and light style. - static const IconData question_32_light = IconData(57468, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData question_32_light = IconData(57472, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "read_aloud" in size 32 and light style. - static const IconData read_aloud_32_light = IconData(57469, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData read_aloud_32_light = IconData(57473, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "rectangle_landscape" in size 32 and light style. - static const IconData rectangle_landscape_32_light = IconData(57470, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData rectangle_landscape_32_light = IconData(57474, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "rotate_left" in size 32 and light style. - static const IconData rotate_left_32_light = IconData(57471, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData rotate_left_32_light = IconData(57475, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "save" in size 32 and light style. - static const IconData save_32_light = IconData(57472, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData save_32_light = IconData(57476, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "send_clock" in size 32 and light style. - static const IconData send_clock_32_light = IconData(57473, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData send_clock_32_light = IconData(57477, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "settings" in size 32 and light style. - static const IconData settings_32_light = IconData(57474, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData settings_32_light = IconData(57478, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "share" in size 32 and light style. - static const IconData share_32_light = IconData(57475, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData share_32_light = IconData(57479, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "shield_error" in size 32 and light style. - static const IconData shield_error_32_light = IconData(57476, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData shield_error_32_light = IconData(57480, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "signature" in size 32 and light style. - static const IconData signature_32_light = IconData(57477, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData signature_32_light = IconData(57481, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "square_arrow_forward" in size 32 and light style. - static const IconData square_arrow_forward_32_light = IconData(57478, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData square_arrow_forward_32_light = IconData(57482, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "stamp" in size 32 and light style. - static const IconData stamp_32_light = IconData(57479, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData stamp_32_light = IconData(57483, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "star_add" in size 32 and light style. - static const IconData star_add_32_light = IconData(57480, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData star_add_32_light = IconData(57484, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "star_arrow_right" in size 32 and light style. - static const IconData star_arrow_right_32_light = IconData(57481, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData star_arrow_right_32_light = IconData(57485, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "tab_add" in size 32 and light style. - static const IconData tab_add_32_light = IconData(57482, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData tab_add_32_light = IconData(57486, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "table" in size 32 and light style. - static const IconData table_32_light = IconData(57483, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData table_32_light = IconData(57487, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "table_cells_merge" in size 32 and light style. - static const IconData table_cells_merge_32_light = IconData(57484, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData table_cells_merge_32_light = IconData(57488, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "table_cells_split" in size 32 and light style. - static const IconData table_cells_split_32_light = IconData(57485, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData table_cells_split_32_light = IconData(57489, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "table_dismiss" in size 32 and light style. - static const IconData table_dismiss_32_light = IconData(57486, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData table_dismiss_32_light = IconData(57490, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "table_move_above" in size 32 and light style. - static const IconData table_move_above_32_light = IconData(57487, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData table_move_above_32_light = IconData(57491, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "table_move_below" in size 32 and light style. - static const IconData table_move_below_32_light = IconData(57488, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData table_move_below_32_light = IconData(57492, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "table_move_left" in size 32 and light style. - static const IconData table_move_left_32_light = IconData(57489, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData table_move_left_32_light = IconData(57493, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "table_move_right" in size 32 and light style. - static const IconData table_move_right_32_light = IconData(57490, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData table_move_right_32_light = IconData(57494, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "table_settings" in size 32 and light style. - static const IconData table_settings_32_light = IconData(57491, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData table_settings_32_light = IconData(57495, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "table_simple" in size 32 and light style. - static const IconData table_simple_32_light = IconData(57492, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData table_simple_32_light = IconData(57496, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "tag" in size 32 and light style. - static const IconData tag_32_light = IconData(57493, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData tag_32_light = IconData(57497, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "text" in size 32 and light style. - static const IconData text_32_light = IconData(57494, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData text_32_light = IconData(57498, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "text_clear_formatting" in size 32 and light style. - static const IconData text_clear_formatting_32_light = IconData(57495, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData text_clear_formatting_32_light = IconData(57499, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "text_collapse" in size 32 and light style. - static const IconData text_collapse_32_light = IconData(57496, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData text_collapse_32_light = IconData(57500, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "text_density" in size 32 and light style. - static const IconData text_density_32_light = IconData(57497, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData text_density_32_light = IconData(57501, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "text_edit_style" in size 32 and light style. - static const IconData text_edit_style_32_light = IconData(57498, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData text_edit_style_32_light = IconData(57502, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "text_expand" in size 32 and light style. - static const IconData text_expand_32_light = IconData(57499, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData text_expand_32_light = IconData(57503, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_top_left" in size 32 and light style. - static const IconData textbox_align_top_left_32_light = IconData(57500, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData textbox_align_top_left_32_light = IconData(57504, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "toolbox" in size 32 and light style. - static const IconData toolbox_32_light = IconData(57501, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData toolbox_32_light = IconData(57505, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "translate" in size 32 and light style. - static const IconData translate_32_light = IconData(57502, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData translate_32_light = IconData(57506, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "video" in size 32 and light style. - static const IconData video_32_light = IconData(57503, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData video_32_light = IconData(57507, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "video_clip" in size 32 and light style. - static const IconData video_clip_32_light = IconData(57504, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData video_clip_32_light = IconData(57508, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "window" in size 32 and light style. - static const IconData window_32_light = IconData(57505, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData window_32_light = IconData(57509, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "wrench_screwdriver" in size 32 and light style. - static const IconData wrench_screwdriver_32_light = IconData(57506, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData wrench_screwdriver_32_light = IconData(57510, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "zoom_in" in size 32 and light style. - static const IconData zoom_in_32_light = IconData(57507, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData zoom_in_32_light = IconData(57511, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); /// fluent icon named "zoom_out" in size 32 and light style. - static const IconData zoom_out_32_light = IconData(57508, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); + static const IconData zoom_out_32_light = IconData(57512, fontFamily: 'FluentSystemIcons-Light', fontPackage: _kFontPkg); // END GENERATED } diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 8154993dfb..c23939e31e 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.256 +version: 1.1.257 homepage: https://github.com/microsoft/fluentui-system-icons/tree/main environment: diff --git a/fonts/FluentSystemIcons-Filled.css b/fonts/FluentSystemIcons-Filled.css index 698a16f776..e75122cc0b 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?16975cc8174d8c339acd2acd7ba76252") format("woff2"), -url("./FluentSystemIcons-Filled.woff?16975cc8174d8c339acd2acd7ba76252") format("woff"), -url("./FluentSystemIcons-Filled.ttf?16975cc8174d8c339acd2acd7ba76252") format("truetype"); + src: url("./FluentSystemIcons-Filled.woff2?04d52385aa4c029079b137a82f025c22") format("woff2"), +url("./FluentSystemIcons-Filled.woff?04d52385aa4c029079b137a82f025c22") format("woff"), +url("./FluentSystemIcons-Filled.ttf?04d52385aa4c029079b137a82f025c22") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -24805,3 +24805,75 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_tab_add_32_filled:before { content: "\f0746"; } +.icon-ic_fluent_add_circle_48_filled:before { + content: "\f0747"; +} +.icon-ic_fluent_approvals_app_48_filled:before { + content: "\f0748"; +} +.icon-ic_fluent_clipboard_text_edit_48_filled:before { + content: "\f0749"; +} +.icon-ic_fluent_design_ideas_28_filled:before { + content: "\f074a"; +} +.icon-ic_fluent_design_ideas_32_filled:before { + content: "\f074b"; +} +.icon-ic_fluent_design_ideas_48_filled:before { + content: "\f074c"; +} +.icon-ic_fluent_document_folder_28_filled:before { + content: "\f074d"; +} +.icon-ic_fluent_document_folder_32_filled:before { + content: "\f074e"; +} +.icon-ic_fluent_document_folder_48_filled:before { + content: "\f074f"; +} +.icon-ic_fluent_eye_off_32_filled:before { + content: "\f0750"; +} +.icon-ic_fluent_learning_app_16_filled:before { + content: "\f0751"; +} +.icon-ic_fluent_receipt_48_filled:before { + content: "\f0752"; +} +.icon-ic_fluent_video_bluetooth_16_filled:before { + content: "\f0753"; +} +.icon-ic_fluent_video_bluetooth_20_filled:before { + content: "\f0754"; +} +.icon-ic_fluent_video_bluetooth_24_filled:before { + content: "\f0755"; +} +.icon-ic_fluent_video_bluetooth_28_filled:before { + content: "\f0756"; +} +.icon-ic_fluent_video_bluetooth_32_filled:before { + content: "\f0757"; +} +.icon-ic_fluent_video_bluetooth_48_filled:before { + content: "\f0758"; +} +.icon-ic_fluent_video_usb_16_filled:before { + content: "\f0759"; +} +.icon-ic_fluent_video_usb_20_filled:before { + content: "\f075a"; +} +.icon-ic_fluent_video_usb_24_filled:before { + content: "\f075b"; +} +.icon-ic_fluent_video_usb_28_filled:before { + content: "\f075c"; +} +.icon-ic_fluent_video_usb_32_filled:before { + content: "\f075d"; +} +.icon-ic_fluent_video_usb_48_filled:before { + content: "\f075e"; +} diff --git a/fonts/FluentSystemIcons-Filled.html b/fonts/FluentSystemIcons-Filled.html index 92d6c65539..9c6b076e39 100644 --- a/fonts/FluentSystemIcons-Filled.html +++ b/fonts/FluentSystemIcons-Filled.html @@ -353,6 +353,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_add_circle_48_filled +
+ +
@@ -1712,6 +1721,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_approvals_app_48_filled +
+ +
@@ -17282,6 +17300,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_clipboard_text_edit_48_filled +
+ +
@@ -22466,6 +22493,33 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_design_ideas_28_filled +
+ + +
+ + + +
+ ic_fluent_design_ideas_32_filled +
+ + +
+ + + +
+ ic_fluent_design_ideas_48_filled +
+ +
@@ -24689,6 +24743,33 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_document_folder_28_filled +
+ + +
+ + + +
+ ic_fluent_document_folder_32_filled +
+ + +
+ + + +
+ ic_fluent_document_folder_48_filled +
+ +
@@ -28946,6 +29027,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_eye_off_32_filled +
+ +
@@ -38576,6 +38666,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_learning_app_16_filled +
+ +
@@ -52976,6 +53075,15 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_receipt_48_filled +
+ +
@@ -71237,6 +71345,60 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_video_bluetooth_16_filled +
+ + +
+ + + +
+ ic_fluent_video_bluetooth_20_filled +
+ + +
+ + + +
+ ic_fluent_video_bluetooth_24_filled +
+ + +
+ + + +
+ ic_fluent_video_bluetooth_28_filled +
+ + +
+ + + +
+ ic_fluent_video_bluetooth_32_filled +
+ + +
+ + + +
+ ic_fluent_video_bluetooth_48_filled +
+ +
@@ -71957,6 +72119,60 @@

FluentSystemIcons-Filled

+
+ + + +
+ ic_fluent_video_usb_16_filled +
+ + +
+ + + +
+ ic_fluent_video_usb_20_filled +
+ + +
+ + + +
+ ic_fluent_video_usb_24_filled +
+ + +
+ + + +
+ ic_fluent_video_usb_28_filled +
+ + +
+ + + +
+ ic_fluent_video_usb_32_filled +
+ + +
+ + + +
+ ic_fluent_video_usb_48_filled +
+ +
diff --git a/fonts/FluentSystemIcons-Filled.json b/fonts/FluentSystemIcons-Filled.json index 30d5c96033..c7143c95ff 100644 --- a/fonts/FluentSystemIcons-Filled.json +++ b/fonts/FluentSystemIcons-Filled.json @@ -8261,5 +8261,29 @@ "ic_fluent_puzzle_piece_32_filled": 984899, "ic_fluent_puzzle_piece_48_filled": 984900, "ic_fluent_reward_32_filled": 984901, - "ic_fluent_tab_add_32_filled": 984902 + "ic_fluent_tab_add_32_filled": 984902, + "ic_fluent_add_circle_48_filled": 984903, + "ic_fluent_approvals_app_48_filled": 984904, + "ic_fluent_clipboard_text_edit_48_filled": 984905, + "ic_fluent_design_ideas_28_filled": 984906, + "ic_fluent_design_ideas_32_filled": 984907, + "ic_fluent_design_ideas_48_filled": 984908, + "ic_fluent_document_folder_28_filled": 984909, + "ic_fluent_document_folder_32_filled": 984910, + "ic_fluent_document_folder_48_filled": 984911, + "ic_fluent_eye_off_32_filled": 984912, + "ic_fluent_learning_app_16_filled": 984913, + "ic_fluent_receipt_48_filled": 984914, + "ic_fluent_video_bluetooth_16_filled": 984915, + "ic_fluent_video_bluetooth_20_filled": 984916, + "ic_fluent_video_bluetooth_24_filled": 984917, + "ic_fluent_video_bluetooth_28_filled": 984918, + "ic_fluent_video_bluetooth_32_filled": 984919, + "ic_fluent_video_bluetooth_48_filled": 984920, + "ic_fluent_video_usb_16_filled": 984921, + "ic_fluent_video_usb_20_filled": 984922, + "ic_fluent_video_usb_24_filled": 984923, + "ic_fluent_video_usb_28_filled": 984924, + "ic_fluent_video_usb_32_filled": 984925, + "ic_fluent_video_usb_48_filled": 984926 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Filled.ttf b/fonts/FluentSystemIcons-Filled.ttf index 3558eb70df..cdaad397e9 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 b91e8f014c..3e99564f71 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 7edd417be9..3bfae02502 100644 Binary files a/fonts/FluentSystemIcons-Filled.woff2 and b/fonts/FluentSystemIcons-Filled.woff2 differ diff --git a/fonts/FluentSystemIcons-Light.css b/fonts/FluentSystemIcons-Light.css index b5aaba1ab9..2256986743 100644 --- a/fonts/FluentSystemIcons-Light.css +++ b/fonts/FluentSystemIcons-Light.css @@ -1,8 +1,8 @@ @font-face { font-family: "FluentSystemIcons-Light"; - src: url("./FluentSystemIcons-Light.woff2?04f2f0527b8141fcef72fcc1434395c1") format("woff2"), -url("./FluentSystemIcons-Light.woff?04f2f0527b8141fcef72fcc1434395c1") format("woff"), -url("./FluentSystemIcons-Light.ttf?04f2f0527b8141fcef72fcc1434395c1") format("truetype"); + src: url("./FluentSystemIcons-Light.woff2?0a63ec2df4f2840b0749d9889d7f1524") format("woff2"), +url("./FluentSystemIcons-Light.woff?0a63ec2df4f2840b0749d9889d7f1524") format("woff"), +url("./FluentSystemIcons-Light.ttf?0a63ec2df4f2840b0749d9889d7f1524") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -22,492 +22,504 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_add_32_light:before { content: "\e001"; } -.icon-ic_fluent_app_folder_32_light:before { +.icon-ic_fluent_alert_32_light:before { content: "\e002"; } -.icon-ic_fluent_app_generic_32_light:before { +.icon-ic_fluent_app_folder_32_light:before { content: "\e003"; } -.icon-ic_fluent_archive_32_light:before { +.icon-ic_fluent_app_generic_32_light:before { content: "\e004"; } -.icon-ic_fluent_archive_settings_32_light:before { +.icon-ic_fluent_archive_32_light:before { content: "\e005"; } -.icon-ic_fluent_arrow_clockwise_32_light:before { +.icon-ic_fluent_archive_settings_32_light:before { content: "\e006"; } -.icon-ic_fluent_arrow_down_32_light:before { +.icon-ic_fluent_arrow_clockwise_32_light:before { content: "\e007"; } -.icon-ic_fluent_arrow_download_32_light:before { +.icon-ic_fluent_arrow_down_32_light:before { content: "\e008"; } -.icon-ic_fluent_arrow_forward_32_light:before { +.icon-ic_fluent_arrow_download_32_light:before { content: "\e009"; } -.icon-ic_fluent_arrow_hook_up_left_32_light:before { +.icon-ic_fluent_arrow_forward_32_light:before { content: "\e00a"; } -.icon-ic_fluent_arrow_redo_32_light:before { +.icon-ic_fluent_arrow_hook_up_left_32_light:before { content: "\e00b"; } -.icon-ic_fluent_arrow_reply_32_light:before { +.icon-ic_fluent_arrow_redo_32_light:before { content: "\e00c"; } -.icon-ic_fluent_arrow_reply_all_32_light:before { +.icon-ic_fluent_arrow_reply_32_light:before { content: "\e00d"; } -.icon-ic_fluent_arrow_undo_32_light:before { +.icon-ic_fluent_arrow_reply_all_32_light:before { content: "\e00e"; } -.icon-ic_fluent_attach_32_light:before { +.icon-ic_fluent_arrow_undo_32_light:before { content: "\e00f"; } -.icon-ic_fluent_auto_fit_32_light:before { +.icon-ic_fluent_attach_32_light:before { content: "\e010"; } -.icon-ic_fluent_autocorrect_32_light:before { +.icon-ic_fluent_auto_fit_32_light:before { content: "\e011"; } -.icon-ic_fluent_breakout_room_32_light:before { +.icon-ic_fluent_autocorrect_32_light:before { content: "\e012"; } -.icon-ic_fluent_broom_32_light:before { +.icon-ic_fluent_breakout_room_32_light:before { content: "\e013"; } -.icon-ic_fluent_calendar_3_day_32_light:before { +.icon-ic_fluent_broom_32_light:before { content: "\e014"; } -.icon-ic_fluent_calendar_clock_32_light:before { +.icon-ic_fluent_calendar_3_day_32_light:before { content: "\e015"; } -.icon-ic_fluent_calendar_data_bar_32_light:before { +.icon-ic_fluent_calendar_clock_32_light:before { content: "\e016"; } -.icon-ic_fluent_calendar_day_32_light:before { +.icon-ic_fluent_calendar_data_bar_32_light:before { content: "\e017"; } -.icon-ic_fluent_calendar_edit_32_light:before { +.icon-ic_fluent_calendar_day_32_light:before { content: "\e018"; } -.icon-ic_fluent_calendar_empty_32_light:before { +.icon-ic_fluent_calendar_edit_32_light:before { content: "\e019"; } -.icon-ic_fluent_calendar_ltr_32_light:before { +.icon-ic_fluent_calendar_empty_32_light:before { content: "\e01a"; } -.icon-ic_fluent_calendar_month_32_light:before { +.icon-ic_fluent_calendar_ltr_32_light:before { content: "\e01b"; } -.icon-ic_fluent_calendar_multiple_32_light:before { +.icon-ic_fluent_calendar_month_32_light:before { content: "\e01c"; } -.icon-ic_fluent_calendar_pattern_32_light:before { +.icon-ic_fluent_calendar_multiple_32_light:before { content: "\e01d"; } -.icon-ic_fluent_calendar_reply_32_light:before { +.icon-ic_fluent_calendar_pattern_32_light:before { content: "\e01e"; } -.icon-ic_fluent_calendar_sparkle_32_light:before { +.icon-ic_fluent_calendar_reply_32_light:before { content: "\e01f"; } -.icon-ic_fluent_calendar_todo_32_light:before { +.icon-ic_fluent_calendar_sparkle_32_light:before { content: "\e020"; } -.icon-ic_fluent_calendar_work_week_32_light:before { +.icon-ic_fluent_calendar_todo_32_light:before { content: "\e021"; } -.icon-ic_fluent_chat_32_light:before { +.icon-ic_fluent_calendar_work_week_32_light:before { content: "\e022"; } -.icon-ic_fluent_checkmark_32_light:before { +.icon-ic_fluent_chat_32_light:before { content: "\e023"; } -.icon-ic_fluent_checkmark_circle_32_light:before { +.icon-ic_fluent_checkmark_32_light:before { content: "\e024"; } -.icon-ic_fluent_classification_32_light:before { +.icon-ic_fluent_checkmark_circle_32_light:before { content: "\e025"; } -.icon-ic_fluent_clipboard_paste_32_light:before { +.icon-ic_fluent_classification_32_light:before { content: "\e026"; } -.icon-ic_fluent_clock_32_light:before { +.icon-ic_fluent_clipboard_paste_32_light:before { content: "\e027"; } -.icon-ic_fluent_clock_alarm_32_light:before { +.icon-ic_fluent_clock_32_light:before { content: "\e028"; } -.icon-ic_fluent_color_32_light:before { +.icon-ic_fluent_clock_alarm_32_light:before { content: "\e029"; } -.icon-ic_fluent_color_fill_32_light:before { +.icon-ic_fluent_color_32_light:before { content: "\e02a"; } -.icon-ic_fluent_color_fill_accent_32_light:before { +.icon-ic_fluent_color_fill_32_light:before { content: "\e02b"; } -.icon-ic_fluent_comment_32_light:before { +.icon-ic_fluent_color_fill_accent_32_light:before { content: "\e02c"; } -.icon-ic_fluent_comment_add_32_light:before { +.icon-ic_fluent_comment_32_light:before { content: "\e02d"; } -.icon-ic_fluent_compose_32_light:before { +.icon-ic_fluent_comment_add_32_light:before { content: "\e02e"; } -.icon-ic_fluent_copy_32_light:before { +.icon-ic_fluent_compose_32_light:before { content: "\e02f"; } -.icon-ic_fluent_crop_32_light:before { +.icon-ic_fluent_copy_32_light:before { content: "\e030"; } -.icon-ic_fluent_cursor_32_light:before { +.icon-ic_fluent_crop_32_light:before { content: "\e031"; } -.icon-ic_fluent_delete_32_light:before { +.icon-ic_fluent_cursor_32_light:before { content: "\e032"; } -.icon-ic_fluent_dismiss_32_light:before { +.icon-ic_fluent_delete_32_light:before { content: "\e033"; } -.icon-ic_fluent_dismiss_circle_32_light:before { +.icon-ic_fluent_dismiss_32_light:before { content: "\e034"; } -.icon-ic_fluent_document_lightning_32_light:before { +.icon-ic_fluent_dismiss_circle_32_light:before { content: "\e035"; } -.icon-ic_fluent_document_signature_32_light:before { +.icon-ic_fluent_document_lightning_32_light:before { content: "\e036"; } -.icon-ic_fluent_door_arrow_right_32_light:before { +.icon-ic_fluent_document_signature_32_light:before { content: "\e037"; } -.icon-ic_fluent_edit_32_light:before { +.icon-ic_fluent_door_arrow_right_32_light:before { content: "\e038"; } -.icon-ic_fluent_emoji_32_light:before { +.icon-ic_fluent_edit_32_light:before { content: "\e039"; } -.icon-ic_fluent_filter_32_light:before { +.icon-ic_fluent_emoji_32_light:before { content: "\e03a"; } -.icon-ic_fluent_flag_32_light:before { +.icon-ic_fluent_eye_32_light:before { content: "\e03b"; } -.icon-ic_fluent_flag_off_32_light:before { +.icon-ic_fluent_eye_off_32_light:before { content: "\e03c"; } -.icon-ic_fluent_flash_32_light:before { +.icon-ic_fluent_filter_32_light:before { content: "\e03d"; } -.icon-ic_fluent_folder_arrow_right_32_light:before { +.icon-ic_fluent_flag_32_light:before { content: "\e03e"; } -.icon-ic_fluent_folder_mail_32_light:before { +.icon-ic_fluent_flag_off_32_light:before { content: "\e03f"; } -.icon-ic_fluent_hand_draw_32_light:before { +.icon-ic_fluent_flash_32_light:before { content: "\e040"; } -.icon-ic_fluent_history_32_light:before { +.icon-ic_fluent_folder_arrow_right_32_light:before { content: "\e041"; } -.icon-ic_fluent_image_add_32_light:before { +.icon-ic_fluent_folder_mail_32_light:before { content: "\e042"; } -.icon-ic_fluent_image_alt_text_32_light:before { +.icon-ic_fluent_hand_draw_32_light:before { content: "\e043"; } -.icon-ic_fluent_image_copy_32_light:before { +.icon-ic_fluent_history_32_light:before { content: "\e044"; } -.icon-ic_fluent_image_reflection_32_light:before { +.icon-ic_fluent_image_add_32_light:before { content: "\e045"; } -.icon-ic_fluent_image_shadow_32_light:before { +.icon-ic_fluent_image_alt_text_32_light:before { content: "\e046"; } -.icon-ic_fluent_immersive_reader_32_light:before { +.icon-ic_fluent_image_copy_32_light:before { content: "\e047"; } -.icon-ic_fluent_important_32_light:before { +.icon-ic_fluent_image_reflection_32_light:before { content: "\e048"; } -.icon-ic_fluent_lasso_32_light:before { +.icon-ic_fluent_image_shadow_32_light:before { content: "\e049"; } -.icon-ic_fluent_layout_column_two_32_light:before { +.icon-ic_fluent_immersive_reader_32_light:before { content: "\e04a"; } -.icon-ic_fluent_layout_column_two_focus_left_32_light:before { +.icon-ic_fluent_important_32_light:before { content: "\e04b"; } -.icon-ic_fluent_layout_column_two_focus_right_32_light:before { +.icon-ic_fluent_lasso_32_light:before { content: "\e04c"; } -.icon-ic_fluent_layout_row_two_32_light:before { +.icon-ic_fluent_layout_column_two_32_light:before { content: "\e04d"; } -.icon-ic_fluent_layout_row_two_focus_top_32_light:before { +.icon-ic_fluent_layout_column_two_focus_left_32_light:before { content: "\e04e"; } -.icon-ic_fluent_layout_row_two_focus_top_settings_32_light:before { +.icon-ic_fluent_layout_column_two_focus_right_32_light:before { content: "\e04f"; } -.icon-ic_fluent_layout_row_two_settings_32_light:before { +.icon-ic_fluent_layout_row_two_32_light:before { content: "\e050"; } -.icon-ic_fluent_link_32_light:before { +.icon-ic_fluent_layout_row_two_focus_top_32_light:before { content: "\e051"; } -.icon-ic_fluent_lock_closed_32_light:before { +.icon-ic_fluent_layout_row_two_focus_top_settings_32_light:before { content: "\e052"; } -.icon-ic_fluent_lock_open_32_light:before { +.icon-ic_fluent_layout_row_two_settings_32_light:before { content: "\e053"; } -.icon-ic_fluent_mail_32_light:before { +.icon-ic_fluent_link_32_light:before { content: "\e054"; } -.icon-ic_fluent_mail_alert_32_light:before { +.icon-ic_fluent_lock_closed_32_light:before { content: "\e055"; } -.icon-ic_fluent_mail_arrow_clockwise_32_light:before { +.icon-ic_fluent_lock_open_32_light:before { content: "\e056"; } -.icon-ic_fluent_mail_arrow_double_back_32_light:before { +.icon-ic_fluent_mail_32_light:before { content: "\e057"; } -.icon-ic_fluent_mail_copy_32_light:before { +.icon-ic_fluent_mail_alert_32_light:before { content: "\e058"; } -.icon-ic_fluent_mail_edit_32_light:before { +.icon-ic_fluent_mail_arrow_clockwise_32_light:before { content: "\e059"; } -.icon-ic_fluent_mail_list_32_light:before { +.icon-ic_fluent_mail_arrow_double_back_32_light:before { content: "\e05a"; } -.icon-ic_fluent_mail_multiple_32_light:before { +.icon-ic_fluent_mail_copy_32_light:before { content: "\e05b"; } -.icon-ic_fluent_mail_read_32_light:before { +.icon-ic_fluent_mail_edit_32_light:before { content: "\e05c"; } -.icon-ic_fluent_mail_rewind_32_light:before { +.icon-ic_fluent_mail_list_32_light:before { content: "\e05d"; } -.icon-ic_fluent_mail_settings_32_light:before { +.icon-ic_fluent_mail_multiple_32_light:before { content: "\e05e"; } -.icon-ic_fluent_mail_unread_32_light:before { +.icon-ic_fluent_mail_read_32_light:before { content: "\e05f"; } -.icon-ic_fluent_mic_32_light:before { +.icon-ic_fluent_mail_rewind_32_light:before { content: "\e060"; } -.icon-ic_fluent_molecule_32_light:before { +.icon-ic_fluent_mail_settings_32_light:before { content: "\e061"; } -.icon-ic_fluent_note_32_light:before { +.icon-ic_fluent_mail_unread_32_light:before { content: "\e062"; } -.icon-ic_fluent_options_32_light:before { +.icon-ic_fluent_mic_32_light:before { content: "\e063"; } -.icon-ic_fluent_paint_brush_32_light:before { +.icon-ic_fluent_molecule_32_light:before { content: "\e064"; } -.icon-ic_fluent_panel_left_default_32_light:before { +.icon-ic_fluent_newsletter_32_light:before { content: "\e065"; } -.icon-ic_fluent_panel_left_focus_right_32_light:before { +.icon-ic_fluent_note_32_light:before { content: "\e066"; } -.icon-ic_fluent_pen_sparkle_32_light:before { +.icon-ic_fluent_options_32_light:before { content: "\e067"; } -.icon-ic_fluent_people_32_light:before { +.icon-ic_fluent_paint_brush_32_light:before { content: "\e068"; } -.icon-ic_fluent_people_add_32_light:before { +.icon-ic_fluent_panel_left_default_32_light:before { content: "\e069"; } -.icon-ic_fluent_people_community_32_light:before { +.icon-ic_fluent_panel_left_focus_right_32_light:before { content: "\e06a"; } -.icon-ic_fluent_people_edit_32_light:before { +.icon-ic_fluent_pen_sparkle_32_light:before { content: "\e06b"; } -.icon-ic_fluent_people_list_32_light:before { +.icon-ic_fluent_people_32_light:before { content: "\e06c"; } -.icon-ic_fluent_people_settings_32_light:before { +.icon-ic_fluent_people_add_32_light:before { content: "\e06d"; } -.icon-ic_fluent_people_sync_32_light:before { +.icon-ic_fluent_people_community_32_light:before { content: "\e06e"; } -.icon-ic_fluent_person_32_light:before { +.icon-ic_fluent_people_edit_32_light:before { content: "\e06f"; } -.icon-ic_fluent_person_add_32_light:before { +.icon-ic_fluent_people_list_32_light:before { content: "\e070"; } -.icon-ic_fluent_person_available_32_light:before { +.icon-ic_fluent_people_settings_32_light:before { content: "\e071"; } -.icon-ic_fluent_person_feedback_32_light:before { +.icon-ic_fluent_people_sync_32_light:before { content: "\e072"; } -.icon-ic_fluent_person_mail_32_light:before { +.icon-ic_fluent_person_32_light:before { content: "\e073"; } -.icon-ic_fluent_person_prohibited_32_light:before { +.icon-ic_fluent_person_add_32_light:before { content: "\e074"; } -.icon-ic_fluent_person_suport_32_light:before { +.icon-ic_fluent_person_available_32_light:before { content: "\e075"; } -.icon-ic_fluent_phone_32_light:before { +.icon-ic_fluent_person_feedback_32_light:before { content: "\e076"; } -.icon-ic_fluent_picture_in_picture_32_light:before { +.icon-ic_fluent_person_mail_32_light:before { content: "\e077"; } -.icon-ic_fluent_pin_32_light:before { +.icon-ic_fluent_person_prohibited_32_light:before { content: "\e078"; } -.icon-ic_fluent_pin_off_32_light:before { +.icon-ic_fluent_person_suport_32_light:before { content: "\e079"; } -.icon-ic_fluent_poll_32_light:before { +.icon-ic_fluent_phone_32_light:before { content: "\e07a"; } -.icon-ic_fluent_print_32_light:before { +.icon-ic_fluent_picture_in_picture_32_light:before { content: "\e07b"; } -.icon-ic_fluent_question_32_light:before { +.icon-ic_fluent_pin_32_light:before { content: "\e07c"; } -.icon-ic_fluent_read_aloud_32_light:before { +.icon-ic_fluent_pin_off_32_light:before { content: "\e07d"; } -.icon-ic_fluent_rectangle_landscape_32_light:before { +.icon-ic_fluent_poll_32_light:before { content: "\e07e"; } -.icon-ic_fluent_rotate_left_32_light:before { +.icon-ic_fluent_print_32_light:before { content: "\e07f"; } -.icon-ic_fluent_save_32_light:before { +.icon-ic_fluent_question_32_light:before { content: "\e080"; } -.icon-ic_fluent_send_clock_32_light:before { +.icon-ic_fluent_read_aloud_32_light:before { content: "\e081"; } -.icon-ic_fluent_settings_32_light:before { +.icon-ic_fluent_rectangle_landscape_32_light:before { content: "\e082"; } -.icon-ic_fluent_share_32_light:before { +.icon-ic_fluent_rotate_left_32_light:before { content: "\e083"; } -.icon-ic_fluent_shield_error_32_light:before { +.icon-ic_fluent_save_32_light:before { content: "\e084"; } -.icon-ic_fluent_signature_32_light:before { +.icon-ic_fluent_send_clock_32_light:before { content: "\e085"; } -.icon-ic_fluent_square_arrow_forward_32_light:before { +.icon-ic_fluent_settings_32_light:before { content: "\e086"; } -.icon-ic_fluent_stamp_32_light:before { +.icon-ic_fluent_share_32_light:before { content: "\e087"; } -.icon-ic_fluent_star_add_32_light:before { +.icon-ic_fluent_shield_error_32_light:before { content: "\e088"; } -.icon-ic_fluent_star_arrow_right_32_light:before { +.icon-ic_fluent_signature_32_light:before { content: "\e089"; } -.icon-ic_fluent_tab_add_32_light:before { +.icon-ic_fluent_square_arrow_forward_32_light:before { content: "\e08a"; } -.icon-ic_fluent_table_32_light:before { +.icon-ic_fluent_stamp_32_light:before { content: "\e08b"; } -.icon-ic_fluent_table_cells_merge_32_light:before { +.icon-ic_fluent_star_add_32_light:before { content: "\e08c"; } -.icon-ic_fluent_table_cells_split_32_light:before { +.icon-ic_fluent_star_arrow_right_32_light:before { content: "\e08d"; } -.icon-ic_fluent_table_dismiss_32_light:before { +.icon-ic_fluent_tab_add_32_light:before { content: "\e08e"; } -.icon-ic_fluent_table_move_above_32_light:before { +.icon-ic_fluent_table_32_light:before { content: "\e08f"; } -.icon-ic_fluent_table_move_below_32_light:before { +.icon-ic_fluent_table_cells_merge_32_light:before { content: "\e090"; } -.icon-ic_fluent_table_move_left_32_light:before { +.icon-ic_fluent_table_cells_split_32_light:before { content: "\e091"; } -.icon-ic_fluent_table_move_right_32_light:before { +.icon-ic_fluent_table_dismiss_32_light:before { content: "\e092"; } -.icon-ic_fluent_table_settings_32_light:before { +.icon-ic_fluent_table_move_above_32_light:before { content: "\e093"; } -.icon-ic_fluent_table_simple_32_light:before { +.icon-ic_fluent_table_move_below_32_light:before { content: "\e094"; } -.icon-ic_fluent_tag_32_light:before { +.icon-ic_fluent_table_move_left_32_light:before { content: "\e095"; } -.icon-ic_fluent_text_32_light:before { +.icon-ic_fluent_table_move_right_32_light:before { content: "\e096"; } -.icon-ic_fluent_text_clear_formatting_32_light:before { +.icon-ic_fluent_table_settings_32_light:before { content: "\e097"; } -.icon-ic_fluent_text_collapse_32_light:before { +.icon-ic_fluent_table_simple_32_light:before { content: "\e098"; } -.icon-ic_fluent_text_density_32_light:before { +.icon-ic_fluent_tag_32_light:before { content: "\e099"; } -.icon-ic_fluent_text_edit_style_32_light:before { +.icon-ic_fluent_text_32_light:before { content: "\e09a"; } -.icon-ic_fluent_text_expand_32_light:before { +.icon-ic_fluent_text_clear_formatting_32_light:before { content: "\e09b"; } -.icon-ic_fluent_textbox_align_top_left_32_light:before { +.icon-ic_fluent_text_collapse_32_light:before { content: "\e09c"; } -.icon-ic_fluent_toolbox_32_light:before { +.icon-ic_fluent_text_density_32_light:before { content: "\e09d"; } -.icon-ic_fluent_translate_32_light:before { +.icon-ic_fluent_text_edit_style_32_light:before { content: "\e09e"; } -.icon-ic_fluent_video_32_light:before { +.icon-ic_fluent_text_expand_32_light:before { content: "\e09f"; } -.icon-ic_fluent_video_clip_32_light:before { +.icon-ic_fluent_textbox_align_top_left_32_light:before { content: "\e0a0"; } -.icon-ic_fluent_window_32_light:before { +.icon-ic_fluent_toolbox_32_light:before { content: "\e0a1"; } -.icon-ic_fluent_wrench_screwdriver_32_light:before { +.icon-ic_fluent_translate_32_light:before { content: "\e0a2"; } -.icon-ic_fluent_zoom_in_32_light:before { +.icon-ic_fluent_video_32_light:before { content: "\e0a3"; } -.icon-ic_fluent_zoom_out_32_light:before { +.icon-ic_fluent_video_clip_32_light:before { content: "\e0a4"; } +.icon-ic_fluent_window_32_light:before { + content: "\e0a5"; +} +.icon-ic_fluent_wrench_screwdriver_32_light:before { + content: "\e0a6"; +} +.icon-ic_fluent_zoom_in_32_light:before { + content: "\e0a7"; +} +.icon-ic_fluent_zoom_out_32_light:before { + content: "\e0a8"; +} diff --git a/fonts/FluentSystemIcons-Light.html b/fonts/FluentSystemIcons-Light.html index b8214f9eb9..08d7a38b31 100644 --- a/fonts/FluentSystemIcons-Light.html +++ b/fonts/FluentSystemIcons-Light.html @@ -74,6 +74,15 @@

FluentSystemIcons-Light

+
+ + + +
+ ic_fluent_alert_32_light +
+ +
@@ -578,6 +587,24 @@

FluentSystemIcons-Light

+
+ + + +
+ ic_fluent_eye_32_light +
+ + +
+ + + +
+ ic_fluent_eye_off_32_light +
+ +
@@ -938,6 +965,15 @@

FluentSystemIcons-Light

+
+ + + +
+ ic_fluent_newsletter_32_light +
+ +
diff --git a/fonts/FluentSystemIcons-Light.json b/fonts/FluentSystemIcons-Light.json index 1b4bed6a7a..8894924364 100644 --- a/fonts/FluentSystemIcons-Light.json +++ b/fonts/FluentSystemIcons-Light.json @@ -1,167 +1,171 @@ { "ic_fluent_accessibility_checkmark_32_light": 57344, "ic_fluent_add_32_light": 57345, - "ic_fluent_app_folder_32_light": 57346, - "ic_fluent_app_generic_32_light": 57347, - "ic_fluent_archive_32_light": 57348, - "ic_fluent_archive_settings_32_light": 57349, - "ic_fluent_arrow_clockwise_32_light": 57350, - "ic_fluent_arrow_down_32_light": 57351, - "ic_fluent_arrow_download_32_light": 57352, - "ic_fluent_arrow_forward_32_light": 57353, - "ic_fluent_arrow_hook_up_left_32_light": 57354, - "ic_fluent_arrow_redo_32_light": 57355, - "ic_fluent_arrow_reply_32_light": 57356, - "ic_fluent_arrow_reply_all_32_light": 57357, - "ic_fluent_arrow_undo_32_light": 57358, - "ic_fluent_attach_32_light": 57359, - "ic_fluent_auto_fit_32_light": 57360, - "ic_fluent_autocorrect_32_light": 57361, - "ic_fluent_breakout_room_32_light": 57362, - "ic_fluent_broom_32_light": 57363, - "ic_fluent_calendar_3_day_32_light": 57364, - "ic_fluent_calendar_clock_32_light": 57365, - "ic_fluent_calendar_data_bar_32_light": 57366, - "ic_fluent_calendar_day_32_light": 57367, - "ic_fluent_calendar_edit_32_light": 57368, - "ic_fluent_calendar_empty_32_light": 57369, - "ic_fluent_calendar_ltr_32_light": 57370, - "ic_fluent_calendar_month_32_light": 57371, - "ic_fluent_calendar_multiple_32_light": 57372, - "ic_fluent_calendar_pattern_32_light": 57373, - "ic_fluent_calendar_reply_32_light": 57374, - "ic_fluent_calendar_sparkle_32_light": 57375, - "ic_fluent_calendar_todo_32_light": 57376, - "ic_fluent_calendar_work_week_32_light": 57377, - "ic_fluent_chat_32_light": 57378, - "ic_fluent_checkmark_32_light": 57379, - "ic_fluent_checkmark_circle_32_light": 57380, - "ic_fluent_classification_32_light": 57381, - "ic_fluent_clipboard_paste_32_light": 57382, - "ic_fluent_clock_32_light": 57383, - "ic_fluent_clock_alarm_32_light": 57384, - "ic_fluent_color_32_light": 57385, - "ic_fluent_color_fill_32_light": 57386, - "ic_fluent_color_fill_accent_32_light": 57387, - "ic_fluent_comment_32_light": 57388, - "ic_fluent_comment_add_32_light": 57389, - "ic_fluent_compose_32_light": 57390, - "ic_fluent_copy_32_light": 57391, - "ic_fluent_crop_32_light": 57392, - "ic_fluent_cursor_32_light": 57393, - "ic_fluent_delete_32_light": 57394, - "ic_fluent_dismiss_32_light": 57395, - "ic_fluent_dismiss_circle_32_light": 57396, - "ic_fluent_document_lightning_32_light": 57397, - "ic_fluent_document_signature_32_light": 57398, - "ic_fluent_door_arrow_right_32_light": 57399, - "ic_fluent_edit_32_light": 57400, - "ic_fluent_emoji_32_light": 57401, - "ic_fluent_filter_32_light": 57402, - "ic_fluent_flag_32_light": 57403, - "ic_fluent_flag_off_32_light": 57404, - "ic_fluent_flash_32_light": 57405, - "ic_fluent_folder_arrow_right_32_light": 57406, - "ic_fluent_folder_mail_32_light": 57407, - "ic_fluent_hand_draw_32_light": 57408, - "ic_fluent_history_32_light": 57409, - "ic_fluent_image_add_32_light": 57410, - "ic_fluent_image_alt_text_32_light": 57411, - "ic_fluent_image_copy_32_light": 57412, - "ic_fluent_image_reflection_32_light": 57413, - "ic_fluent_image_shadow_32_light": 57414, - "ic_fluent_immersive_reader_32_light": 57415, - "ic_fluent_important_32_light": 57416, - "ic_fluent_lasso_32_light": 57417, - "ic_fluent_layout_column_two_32_light": 57418, - "ic_fluent_layout_column_two_focus_left_32_light": 57419, - "ic_fluent_layout_column_two_focus_right_32_light": 57420, - "ic_fluent_layout_row_two_32_light": 57421, - "ic_fluent_layout_row_two_focus_top_32_light": 57422, - "ic_fluent_layout_row_two_focus_top_settings_32_light": 57423, - "ic_fluent_layout_row_two_settings_32_light": 57424, - "ic_fluent_link_32_light": 57425, - "ic_fluent_lock_closed_32_light": 57426, - "ic_fluent_lock_open_32_light": 57427, - "ic_fluent_mail_32_light": 57428, - "ic_fluent_mail_alert_32_light": 57429, - "ic_fluent_mail_arrow_clockwise_32_light": 57430, - "ic_fluent_mail_arrow_double_back_32_light": 57431, - "ic_fluent_mail_copy_32_light": 57432, - "ic_fluent_mail_edit_32_light": 57433, - "ic_fluent_mail_list_32_light": 57434, - "ic_fluent_mail_multiple_32_light": 57435, - "ic_fluent_mail_read_32_light": 57436, - "ic_fluent_mail_rewind_32_light": 57437, - "ic_fluent_mail_settings_32_light": 57438, - "ic_fluent_mail_unread_32_light": 57439, - "ic_fluent_mic_32_light": 57440, - "ic_fluent_molecule_32_light": 57441, - "ic_fluent_note_32_light": 57442, - "ic_fluent_options_32_light": 57443, - "ic_fluent_paint_brush_32_light": 57444, - "ic_fluent_panel_left_default_32_light": 57445, - "ic_fluent_panel_left_focus_right_32_light": 57446, - "ic_fluent_pen_sparkle_32_light": 57447, - "ic_fluent_people_32_light": 57448, - "ic_fluent_people_add_32_light": 57449, - "ic_fluent_people_community_32_light": 57450, - "ic_fluent_people_edit_32_light": 57451, - "ic_fluent_people_list_32_light": 57452, - "ic_fluent_people_settings_32_light": 57453, - "ic_fluent_people_sync_32_light": 57454, - "ic_fluent_person_32_light": 57455, - "ic_fluent_person_add_32_light": 57456, - "ic_fluent_person_available_32_light": 57457, - "ic_fluent_person_feedback_32_light": 57458, - "ic_fluent_person_mail_32_light": 57459, - "ic_fluent_person_prohibited_32_light": 57460, - "ic_fluent_person_suport_32_light": 57461, - "ic_fluent_phone_32_light": 57462, - "ic_fluent_picture_in_picture_32_light": 57463, - "ic_fluent_pin_32_light": 57464, - "ic_fluent_pin_off_32_light": 57465, - "ic_fluent_poll_32_light": 57466, - "ic_fluent_print_32_light": 57467, - "ic_fluent_question_32_light": 57468, - "ic_fluent_read_aloud_32_light": 57469, - "ic_fluent_rectangle_landscape_32_light": 57470, - "ic_fluent_rotate_left_32_light": 57471, - "ic_fluent_save_32_light": 57472, - "ic_fluent_send_clock_32_light": 57473, - "ic_fluent_settings_32_light": 57474, - "ic_fluent_share_32_light": 57475, - "ic_fluent_shield_error_32_light": 57476, - "ic_fluent_signature_32_light": 57477, - "ic_fluent_square_arrow_forward_32_light": 57478, - "ic_fluent_stamp_32_light": 57479, - "ic_fluent_star_add_32_light": 57480, - "ic_fluent_star_arrow_right_32_light": 57481, - "ic_fluent_tab_add_32_light": 57482, - "ic_fluent_table_32_light": 57483, - "ic_fluent_table_cells_merge_32_light": 57484, - "ic_fluent_table_cells_split_32_light": 57485, - "ic_fluent_table_dismiss_32_light": 57486, - "ic_fluent_table_move_above_32_light": 57487, - "ic_fluent_table_move_below_32_light": 57488, - "ic_fluent_table_move_left_32_light": 57489, - "ic_fluent_table_move_right_32_light": 57490, - "ic_fluent_table_settings_32_light": 57491, - "ic_fluent_table_simple_32_light": 57492, - "ic_fluent_tag_32_light": 57493, - "ic_fluent_text_32_light": 57494, - "ic_fluent_text_clear_formatting_32_light": 57495, - "ic_fluent_text_collapse_32_light": 57496, - "ic_fluent_text_density_32_light": 57497, - "ic_fluent_text_edit_style_32_light": 57498, - "ic_fluent_text_expand_32_light": 57499, - "ic_fluent_textbox_align_top_left_32_light": 57500, - "ic_fluent_toolbox_32_light": 57501, - "ic_fluent_translate_32_light": 57502, - "ic_fluent_video_32_light": 57503, - "ic_fluent_video_clip_32_light": 57504, - "ic_fluent_window_32_light": 57505, - "ic_fluent_wrench_screwdriver_32_light": 57506, - "ic_fluent_zoom_in_32_light": 57507, - "ic_fluent_zoom_out_32_light": 57508 + "ic_fluent_alert_32_light": 57346, + "ic_fluent_app_folder_32_light": 57347, + "ic_fluent_app_generic_32_light": 57348, + "ic_fluent_archive_32_light": 57349, + "ic_fluent_archive_settings_32_light": 57350, + "ic_fluent_arrow_clockwise_32_light": 57351, + "ic_fluent_arrow_down_32_light": 57352, + "ic_fluent_arrow_download_32_light": 57353, + "ic_fluent_arrow_forward_32_light": 57354, + "ic_fluent_arrow_hook_up_left_32_light": 57355, + "ic_fluent_arrow_redo_32_light": 57356, + "ic_fluent_arrow_reply_32_light": 57357, + "ic_fluent_arrow_reply_all_32_light": 57358, + "ic_fluent_arrow_undo_32_light": 57359, + "ic_fluent_attach_32_light": 57360, + "ic_fluent_auto_fit_32_light": 57361, + "ic_fluent_autocorrect_32_light": 57362, + "ic_fluent_breakout_room_32_light": 57363, + "ic_fluent_broom_32_light": 57364, + "ic_fluent_calendar_3_day_32_light": 57365, + "ic_fluent_calendar_clock_32_light": 57366, + "ic_fluent_calendar_data_bar_32_light": 57367, + "ic_fluent_calendar_day_32_light": 57368, + "ic_fluent_calendar_edit_32_light": 57369, + "ic_fluent_calendar_empty_32_light": 57370, + "ic_fluent_calendar_ltr_32_light": 57371, + "ic_fluent_calendar_month_32_light": 57372, + "ic_fluent_calendar_multiple_32_light": 57373, + "ic_fluent_calendar_pattern_32_light": 57374, + "ic_fluent_calendar_reply_32_light": 57375, + "ic_fluent_calendar_sparkle_32_light": 57376, + "ic_fluent_calendar_todo_32_light": 57377, + "ic_fluent_calendar_work_week_32_light": 57378, + "ic_fluent_chat_32_light": 57379, + "ic_fluent_checkmark_32_light": 57380, + "ic_fluent_checkmark_circle_32_light": 57381, + "ic_fluent_classification_32_light": 57382, + "ic_fluent_clipboard_paste_32_light": 57383, + "ic_fluent_clock_32_light": 57384, + "ic_fluent_clock_alarm_32_light": 57385, + "ic_fluent_color_32_light": 57386, + "ic_fluent_color_fill_32_light": 57387, + "ic_fluent_color_fill_accent_32_light": 57388, + "ic_fluent_comment_32_light": 57389, + "ic_fluent_comment_add_32_light": 57390, + "ic_fluent_compose_32_light": 57391, + "ic_fluent_copy_32_light": 57392, + "ic_fluent_crop_32_light": 57393, + "ic_fluent_cursor_32_light": 57394, + "ic_fluent_delete_32_light": 57395, + "ic_fluent_dismiss_32_light": 57396, + "ic_fluent_dismiss_circle_32_light": 57397, + "ic_fluent_document_lightning_32_light": 57398, + "ic_fluent_document_signature_32_light": 57399, + "ic_fluent_door_arrow_right_32_light": 57400, + "ic_fluent_edit_32_light": 57401, + "ic_fluent_emoji_32_light": 57402, + "ic_fluent_eye_32_light": 57403, + "ic_fluent_eye_off_32_light": 57404, + "ic_fluent_filter_32_light": 57405, + "ic_fluent_flag_32_light": 57406, + "ic_fluent_flag_off_32_light": 57407, + "ic_fluent_flash_32_light": 57408, + "ic_fluent_folder_arrow_right_32_light": 57409, + "ic_fluent_folder_mail_32_light": 57410, + "ic_fluent_hand_draw_32_light": 57411, + "ic_fluent_history_32_light": 57412, + "ic_fluent_image_add_32_light": 57413, + "ic_fluent_image_alt_text_32_light": 57414, + "ic_fluent_image_copy_32_light": 57415, + "ic_fluent_image_reflection_32_light": 57416, + "ic_fluent_image_shadow_32_light": 57417, + "ic_fluent_immersive_reader_32_light": 57418, + "ic_fluent_important_32_light": 57419, + "ic_fluent_lasso_32_light": 57420, + "ic_fluent_layout_column_two_32_light": 57421, + "ic_fluent_layout_column_two_focus_left_32_light": 57422, + "ic_fluent_layout_column_two_focus_right_32_light": 57423, + "ic_fluent_layout_row_two_32_light": 57424, + "ic_fluent_layout_row_two_focus_top_32_light": 57425, + "ic_fluent_layout_row_two_focus_top_settings_32_light": 57426, + "ic_fluent_layout_row_two_settings_32_light": 57427, + "ic_fluent_link_32_light": 57428, + "ic_fluent_lock_closed_32_light": 57429, + "ic_fluent_lock_open_32_light": 57430, + "ic_fluent_mail_32_light": 57431, + "ic_fluent_mail_alert_32_light": 57432, + "ic_fluent_mail_arrow_clockwise_32_light": 57433, + "ic_fluent_mail_arrow_double_back_32_light": 57434, + "ic_fluent_mail_copy_32_light": 57435, + "ic_fluent_mail_edit_32_light": 57436, + "ic_fluent_mail_list_32_light": 57437, + "ic_fluent_mail_multiple_32_light": 57438, + "ic_fluent_mail_read_32_light": 57439, + "ic_fluent_mail_rewind_32_light": 57440, + "ic_fluent_mail_settings_32_light": 57441, + "ic_fluent_mail_unread_32_light": 57442, + "ic_fluent_mic_32_light": 57443, + "ic_fluent_molecule_32_light": 57444, + "ic_fluent_newsletter_32_light": 57445, + "ic_fluent_note_32_light": 57446, + "ic_fluent_options_32_light": 57447, + "ic_fluent_paint_brush_32_light": 57448, + "ic_fluent_panel_left_default_32_light": 57449, + "ic_fluent_panel_left_focus_right_32_light": 57450, + "ic_fluent_pen_sparkle_32_light": 57451, + "ic_fluent_people_32_light": 57452, + "ic_fluent_people_add_32_light": 57453, + "ic_fluent_people_community_32_light": 57454, + "ic_fluent_people_edit_32_light": 57455, + "ic_fluent_people_list_32_light": 57456, + "ic_fluent_people_settings_32_light": 57457, + "ic_fluent_people_sync_32_light": 57458, + "ic_fluent_person_32_light": 57459, + "ic_fluent_person_add_32_light": 57460, + "ic_fluent_person_available_32_light": 57461, + "ic_fluent_person_feedback_32_light": 57462, + "ic_fluent_person_mail_32_light": 57463, + "ic_fluent_person_prohibited_32_light": 57464, + "ic_fluent_person_suport_32_light": 57465, + "ic_fluent_phone_32_light": 57466, + "ic_fluent_picture_in_picture_32_light": 57467, + "ic_fluent_pin_32_light": 57468, + "ic_fluent_pin_off_32_light": 57469, + "ic_fluent_poll_32_light": 57470, + "ic_fluent_print_32_light": 57471, + "ic_fluent_question_32_light": 57472, + "ic_fluent_read_aloud_32_light": 57473, + "ic_fluent_rectangle_landscape_32_light": 57474, + "ic_fluent_rotate_left_32_light": 57475, + "ic_fluent_save_32_light": 57476, + "ic_fluent_send_clock_32_light": 57477, + "ic_fluent_settings_32_light": 57478, + "ic_fluent_share_32_light": 57479, + "ic_fluent_shield_error_32_light": 57480, + "ic_fluent_signature_32_light": 57481, + "ic_fluent_square_arrow_forward_32_light": 57482, + "ic_fluent_stamp_32_light": 57483, + "ic_fluent_star_add_32_light": 57484, + "ic_fluent_star_arrow_right_32_light": 57485, + "ic_fluent_tab_add_32_light": 57486, + "ic_fluent_table_32_light": 57487, + "ic_fluent_table_cells_merge_32_light": 57488, + "ic_fluent_table_cells_split_32_light": 57489, + "ic_fluent_table_dismiss_32_light": 57490, + "ic_fluent_table_move_above_32_light": 57491, + "ic_fluent_table_move_below_32_light": 57492, + "ic_fluent_table_move_left_32_light": 57493, + "ic_fluent_table_move_right_32_light": 57494, + "ic_fluent_table_settings_32_light": 57495, + "ic_fluent_table_simple_32_light": 57496, + "ic_fluent_tag_32_light": 57497, + "ic_fluent_text_32_light": 57498, + "ic_fluent_text_clear_formatting_32_light": 57499, + "ic_fluent_text_collapse_32_light": 57500, + "ic_fluent_text_density_32_light": 57501, + "ic_fluent_text_edit_style_32_light": 57502, + "ic_fluent_text_expand_32_light": 57503, + "ic_fluent_textbox_align_top_left_32_light": 57504, + "ic_fluent_toolbox_32_light": 57505, + "ic_fluent_translate_32_light": 57506, + "ic_fluent_video_32_light": 57507, + "ic_fluent_video_clip_32_light": 57508, + "ic_fluent_window_32_light": 57509, + "ic_fluent_wrench_screwdriver_32_light": 57510, + "ic_fluent_zoom_in_32_light": 57511, + "ic_fluent_zoom_out_32_light": 57512 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Light.ttf b/fonts/FluentSystemIcons-Light.ttf index ec4ee89d42..5c922dc93a 100644 Binary files a/fonts/FluentSystemIcons-Light.ttf and b/fonts/FluentSystemIcons-Light.ttf differ diff --git a/fonts/FluentSystemIcons-Light.woff b/fonts/FluentSystemIcons-Light.woff index fe7772f5db..3eb2ef5767 100644 Binary files a/fonts/FluentSystemIcons-Light.woff and b/fonts/FluentSystemIcons-Light.woff differ diff --git a/fonts/FluentSystemIcons-Light.woff2 b/fonts/FluentSystemIcons-Light.woff2 index 6f8cf183fa..ab5226296e 100644 Binary files a/fonts/FluentSystemIcons-Light.woff2 and b/fonts/FluentSystemIcons-Light.woff2 differ diff --git a/fonts/FluentSystemIcons-Regular.css b/fonts/FluentSystemIcons-Regular.css index 24d2daa8d0..0f720908f9 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?7c4900f9205088763014e184eacd4c88") format("woff2"), -url("./FluentSystemIcons-Regular.woff?7c4900f9205088763014e184eacd4c88") format("woff"), -url("./FluentSystemIcons-Regular.ttf?7c4900f9205088763014e184eacd4c88") format("truetype"); + src: url("./FluentSystemIcons-Regular.woff2?b40b5a7c18d63043f1077027e07ba4c1") format("woff2"), +url("./FluentSystemIcons-Regular.woff?b40b5a7c18d63043f1077027e07ba4c1") format("woff"), +url("./FluentSystemIcons-Regular.ttf?b40b5a7c18d63043f1077027e07ba4c1") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -24430,3 +24430,75 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_tab_add_32_regular:before { content: "\f06c9"; } +.icon-ic_fluent_add_circle_48_regular:before { + content: "\f06ca"; +} +.icon-ic_fluent_approvals_app_48_regular:before { + content: "\f06cb"; +} +.icon-ic_fluent_clipboard_text_edit_48_regular:before { + content: "\f06cc"; +} +.icon-ic_fluent_design_ideas_28_regular:before { + content: "\f06cd"; +} +.icon-ic_fluent_design_ideas_32_regular:before { + content: "\f06ce"; +} +.icon-ic_fluent_design_ideas_48_regular:before { + content: "\f06cf"; +} +.icon-ic_fluent_document_folder_28_regular:before { + content: "\f06d0"; +} +.icon-ic_fluent_document_folder_32_regular:before { + content: "\f06d1"; +} +.icon-ic_fluent_document_folder_48_regular:before { + content: "\f06d2"; +} +.icon-ic_fluent_eye_off_32_regular:before { + content: "\f06d3"; +} +.icon-ic_fluent_learning_app_16_regular:before { + content: "\f06d4"; +} +.icon-ic_fluent_receipt_48_regular:before { + content: "\f06d5"; +} +.icon-ic_fluent_video_bluetooth_16_regular:before { + content: "\f06d6"; +} +.icon-ic_fluent_video_bluetooth_20_regular:before { + content: "\f06d7"; +} +.icon-ic_fluent_video_bluetooth_24_regular:before { + content: "\f06d8"; +} +.icon-ic_fluent_video_bluetooth_28_regular:before { + content: "\f06d9"; +} +.icon-ic_fluent_video_bluetooth_32_regular:before { + content: "\f06da"; +} +.icon-ic_fluent_video_bluetooth_48_regular:before { + content: "\f06db"; +} +.icon-ic_fluent_video_usb_16_regular:before { + content: "\f06dc"; +} +.icon-ic_fluent_video_usb_20_regular:before { + content: "\f06dd"; +} +.icon-ic_fluent_video_usb_24_regular:before { + content: "\f06de"; +} +.icon-ic_fluent_video_usb_28_regular:before { + content: "\f06df"; +} +.icon-ic_fluent_video_usb_32_regular:before { + content: "\f06e0"; +} +.icon-ic_fluent_video_usb_48_regular:before { + content: "\f06e1"; +} diff --git a/fonts/FluentSystemIcons-Regular.html b/fonts/FluentSystemIcons-Regular.html index c169335163..aa839a75a4 100644 --- a/fonts/FluentSystemIcons-Regular.html +++ b/fonts/FluentSystemIcons-Regular.html @@ -353,6 +353,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_add_circle_48_regular +
+ +
@@ -1712,6 +1721,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_approvals_app_48_regular +
+ +
@@ -17273,6 +17291,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_clipboard_text_edit_48_regular +
+ +
@@ -22538,6 +22565,33 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_design_ideas_28_regular +
+ + +
+ + + +
+ ic_fluent_design_ideas_32_regular +
+ + +
+ + + +
+ ic_fluent_design_ideas_48_regular +
+ +
@@ -24761,6 +24815,33 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_document_folder_28_regular +
+ + +
+ + + +
+ ic_fluent_document_folder_32_regular +
+ + +
+ + + +
+ ic_fluent_document_folder_48_regular +
+ +
@@ -29018,6 +29099,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_eye_off_32_regular +
+ +
@@ -37388,6 +37478,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_learning_app_16_regular +
+ +
@@ -51932,6 +52031,15 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_receipt_48_regular +
+ +
@@ -70130,6 +70238,60 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_video_bluetooth_16_regular +
+ + +
+ + + +
+ ic_fluent_video_bluetooth_20_regular +
+ + +
+ + + +
+ ic_fluent_video_bluetooth_24_regular +
+ + +
+ + + +
+ ic_fluent_video_bluetooth_28_regular +
+ + +
+ + + +
+ ic_fluent_video_bluetooth_32_regular +
+ + +
+ + + +
+ ic_fluent_video_bluetooth_48_regular +
+ +
@@ -70850,6 +71012,60 @@

FluentSystemIcons-Regular

+
+ + + +
+ ic_fluent_video_usb_16_regular +
+ + +
+ + + +
+ ic_fluent_video_usb_20_regular +
+ + +
+ + + +
+ ic_fluent_video_usb_24_regular +
+ + +
+ + + +
+ ic_fluent_video_usb_28_regular +
+ + +
+ + + +
+ ic_fluent_video_usb_32_regular +
+ + +
+ + + +
+ ic_fluent_video_usb_48_regular +
+ +
diff --git a/fonts/FluentSystemIcons-Regular.json b/fonts/FluentSystemIcons-Regular.json index ee3cacb3a8..f4c2d72052 100644 --- a/fonts/FluentSystemIcons-Regular.json +++ b/fonts/FluentSystemIcons-Regular.json @@ -8136,5 +8136,29 @@ "ic_fluent_puzzle_piece_32_regular": 984774, "ic_fluent_puzzle_piece_48_regular": 984775, "ic_fluent_reward_32_regular": 984776, - "ic_fluent_tab_add_32_regular": 984777 + "ic_fluent_tab_add_32_regular": 984777, + "ic_fluent_add_circle_48_regular": 984778, + "ic_fluent_approvals_app_48_regular": 984779, + "ic_fluent_clipboard_text_edit_48_regular": 984780, + "ic_fluent_design_ideas_28_regular": 984781, + "ic_fluent_design_ideas_32_regular": 984782, + "ic_fluent_design_ideas_48_regular": 984783, + "ic_fluent_document_folder_28_regular": 984784, + "ic_fluent_document_folder_32_regular": 984785, + "ic_fluent_document_folder_48_regular": 984786, + "ic_fluent_eye_off_32_regular": 984787, + "ic_fluent_learning_app_16_regular": 984788, + "ic_fluent_receipt_48_regular": 984789, + "ic_fluent_video_bluetooth_16_regular": 984790, + "ic_fluent_video_bluetooth_20_regular": 984791, + "ic_fluent_video_bluetooth_24_regular": 984792, + "ic_fluent_video_bluetooth_28_regular": 984793, + "ic_fluent_video_bluetooth_32_regular": 984794, + "ic_fluent_video_bluetooth_48_regular": 984795, + "ic_fluent_video_usb_16_regular": 984796, + "ic_fluent_video_usb_20_regular": 984797, + "ic_fluent_video_usb_24_regular": 984798, + "ic_fluent_video_usb_28_regular": 984799, + "ic_fluent_video_usb_32_regular": 984800, + "ic_fluent_video_usb_48_regular": 984801 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Regular.ttf b/fonts/FluentSystemIcons-Regular.ttf index 8912d9706e..94553ef413 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 2d95b1a5ae..3b206fd107 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 e120dfb234..5599298fbc 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 690d27b255..94b843ac22 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?d04daf3b5751cd17d98b296e54b84f2a") format("woff2"), -url("./FluentSystemIcons-Resizable.woff?d04daf3b5751cd17d98b296e54b84f2a") format("woff"), -url("./FluentSystemIcons-Resizable.ttf?d04daf3b5751cd17d98b296e54b84f2a") format("truetype"); + src: url("./FluentSystemIcons-Resizable.woff2?e70296b2d09b691234cea693e8bcec2a") format("woff2"), +url("./FluentSystemIcons-Resizable.woff?e70296b2d09b691234cea693e8bcec2a") format("woff"), +url("./FluentSystemIcons-Resizable.ttf?e70296b2d09b691234cea693e8bcec2a") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { @@ -14500,723 +14500,735 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before { .icon-ic_fluent_video_background_effect_horizontal_20_regular:before { content: "\f2db"; } -.icon-ic_fluent_video_chat_20_filled:before { +.icon-ic_fluent_video_bluetooth_20_filled:before { content: "\f2dc"; } -.icon-ic_fluent_video_chat_20_regular:before { +.icon-ic_fluent_video_bluetooth_20_regular:before { content: "\f2dd"; } -.icon-ic_fluent_video_clip_20_filled:before { +.icon-ic_fluent_video_chat_20_filled:before { content: "\f2de"; } -.icon-ic_fluent_video_clip_20_regular:before { +.icon-ic_fluent_video_chat_20_regular:before { content: "\f2df"; } -.icon-ic_fluent_video_clip_multiple_20_filled:before { +.icon-ic_fluent_video_clip_20_filled:before { content: "\f2e0"; } -.icon-ic_fluent_video_clip_multiple_20_regular:before { +.icon-ic_fluent_video_clip_20_regular:before { content: "\f2e1"; } -.icon-ic_fluent_video_clip_off_20_filled:before { +.icon-ic_fluent_video_clip_multiple_20_filled:before { content: "\f2e2"; } -.icon-ic_fluent_video_clip_off_20_regular:before { +.icon-ic_fluent_video_clip_multiple_20_regular:before { content: "\f2e3"; } -.icon-ic_fluent_video_clip_optimize_20_filled:before { +.icon-ic_fluent_video_clip_off_20_filled:before { content: "\f2e4"; } -.icon-ic_fluent_video_clip_optimize_20_regular:before { +.icon-ic_fluent_video_clip_off_20_regular:before { content: "\f2e5"; } -.icon-ic_fluent_video_clip_wand_20_filled:before { +.icon-ic_fluent_video_clip_optimize_20_filled:before { content: "\f2e6"; } -.icon-ic_fluent_video_clip_wand_20_regular:before { +.icon-ic_fluent_video_clip_optimize_20_regular:before { content: "\f2e7"; } -.icon-ic_fluent_video_off_20_filled:before { +.icon-ic_fluent_video_clip_wand_20_filled:before { content: "\f2e8"; } -.icon-ic_fluent_video_off_20_regular:before { +.icon-ic_fluent_video_clip_wand_20_regular:before { content: "\f2e9"; } -.icon-ic_fluent_video_person_20_filled:before { +.icon-ic_fluent_video_off_20_filled:before { content: "\f2ea"; } -.icon-ic_fluent_video_person_20_regular:before { +.icon-ic_fluent_video_off_20_regular:before { content: "\f2eb"; } -.icon-ic_fluent_video_person_call_20_filled:before { +.icon-ic_fluent_video_person_20_filled:before { content: "\f2ec"; } -.icon-ic_fluent_video_person_call_20_regular:before { +.icon-ic_fluent_video_person_20_regular:before { content: "\f2ed"; } -.icon-ic_fluent_video_person_clock_20_filled:before { +.icon-ic_fluent_video_person_call_20_filled:before { content: "\f2ee"; } -.icon-ic_fluent_video_person_clock_20_regular:before { +.icon-ic_fluent_video_person_call_20_regular:before { content: "\f2ef"; } -.icon-ic_fluent_video_person_off_20_filled:before { +.icon-ic_fluent_video_person_clock_20_filled:before { content: "\f2f0"; } -.icon-ic_fluent_video_person_off_20_regular:before { +.icon-ic_fluent_video_person_clock_20_regular:before { content: "\f2f1"; } -.icon-ic_fluent_video_person_pulse_20_filled:before { +.icon-ic_fluent_video_person_off_20_filled:before { content: "\f2f2"; } -.icon-ic_fluent_video_person_pulse_20_regular:before { +.icon-ic_fluent_video_person_off_20_regular:before { content: "\f2f3"; } -.icon-ic_fluent_video_person_sparkle_20_filled:before { +.icon-ic_fluent_video_person_pulse_20_filled:before { content: "\f2f4"; } -.icon-ic_fluent_video_person_sparkle_20_regular:before { +.icon-ic_fluent_video_person_pulse_20_regular:before { content: "\f2f5"; } -.icon-ic_fluent_video_person_sparkle_off_20_filled:before { +.icon-ic_fluent_video_person_sparkle_20_filled:before { content: "\f2f6"; } -.icon-ic_fluent_video_person_sparkle_off_20_regular:before { +.icon-ic_fluent_video_person_sparkle_20_regular:before { content: "\f2f7"; } -.icon-ic_fluent_video_person_star_20_filled:before { +.icon-ic_fluent_video_person_sparkle_off_20_filled:before { content: "\f2f8"; } -.icon-ic_fluent_video_person_star_20_regular:before { +.icon-ic_fluent_video_person_sparkle_off_20_regular:before { content: "\f2f9"; } -.icon-ic_fluent_video_person_star_off_20_filled:before { +.icon-ic_fluent_video_person_star_20_filled:before { content: "\f2fa"; } -.icon-ic_fluent_video_person_star_off_20_regular:before { +.icon-ic_fluent_video_person_star_20_regular:before { content: "\f2fb"; } -.icon-ic_fluent_video_play_pause_20_filled:before { +.icon-ic_fluent_video_person_star_off_20_filled:before { content: "\f2fc"; } -.icon-ic_fluent_video_play_pause_20_regular:before { +.icon-ic_fluent_video_person_star_off_20_regular:before { content: "\f2fd"; } -.icon-ic_fluent_video_prohibited_20_filled:before { +.icon-ic_fluent_video_play_pause_20_filled:before { content: "\f2fe"; } -.icon-ic_fluent_video_prohibited_20_regular:before { +.icon-ic_fluent_video_play_pause_20_regular:before { content: "\f2ff"; } -.icon-ic_fluent_video_recording_20_filled:before { +.icon-ic_fluent_video_prohibited_20_filled:before { content: "\f300"; } -.icon-ic_fluent_video_recording_20_regular:before { +.icon-ic_fluent_video_prohibited_20_regular:before { content: "\f301"; } -.icon-ic_fluent_video_security_20_filled:before { +.icon-ic_fluent_video_recording_20_filled:before { content: "\f302"; } -.icon-ic_fluent_video_security_20_regular:before { +.icon-ic_fluent_video_recording_20_regular:before { content: "\f303"; } -.icon-ic_fluent_video_switch_20_filled:before { +.icon-ic_fluent_video_security_20_filled:before { content: "\f304"; } -.icon-ic_fluent_video_switch_20_regular:before { +.icon-ic_fluent_video_security_20_regular:before { content: "\f305"; } -.icon-ic_fluent_video_sync_20_filled:before { +.icon-ic_fluent_video_switch_20_filled:before { content: "\f306"; } -.icon-ic_fluent_video_sync_20_regular:before { +.icon-ic_fluent_video_switch_20_regular:before { content: "\f307"; } -.icon-ic_fluent_view_desktop_20_filled:before { +.icon-ic_fluent_video_sync_20_filled:before { content: "\f308"; } -.icon-ic_fluent_view_desktop_20_regular:before { +.icon-ic_fluent_video_sync_20_regular:before { content: "\f309"; } -.icon-ic_fluent_view_desktop_mobile_20_filled:before { +.icon-ic_fluent_video_usb_20_filled:before { content: "\f30a"; } -.icon-ic_fluent_view_desktop_mobile_20_regular:before { +.icon-ic_fluent_video_usb_20_regular:before { content: "\f30b"; } -.icon-ic_fluent_virtual_network_20_filled:before { +.icon-ic_fluent_view_desktop_20_filled:before { content: "\f30c"; } -.icon-ic_fluent_virtual_network_20_regular:before { +.icon-ic_fluent_view_desktop_20_regular:before { content: "\f30d"; } -.icon-ic_fluent_virtual_network_toolbox_20_filled:before { +.icon-ic_fluent_view_desktop_mobile_20_filled:before { content: "\f30e"; } -.icon-ic_fluent_virtual_network_toolbox_20_regular:before { +.icon-ic_fluent_view_desktop_mobile_20_regular:before { content: "\f30f"; } -.icon-ic_fluent_voicemail_20_filled:before { +.icon-ic_fluent_virtual_network_20_filled:before { content: "\f310"; } -.icon-ic_fluent_voicemail_20_regular:before { +.icon-ic_fluent_virtual_network_20_regular:before { content: "\f311"; } -.icon-ic_fluent_voicemail_arrow_back_20_filled:before { +.icon-ic_fluent_virtual_network_toolbox_20_filled:before { content: "\f312"; } -.icon-ic_fluent_voicemail_arrow_back_20_regular:before { +.icon-ic_fluent_virtual_network_toolbox_20_regular:before { content: "\f313"; } -.icon-ic_fluent_voicemail_arrow_forward_20_filled:before { +.icon-ic_fluent_voicemail_20_filled:before { content: "\f314"; } -.icon-ic_fluent_voicemail_arrow_forward_20_regular:before { +.icon-ic_fluent_voicemail_20_regular:before { content: "\f315"; } -.icon-ic_fluent_voicemail_arrow_subtract_20_filled:before { +.icon-ic_fluent_voicemail_arrow_back_20_filled:before { content: "\f316"; } -.icon-ic_fluent_voicemail_arrow_subtract_20_regular:before { +.icon-ic_fluent_voicemail_arrow_back_20_regular:before { content: "\f317"; } -.icon-ic_fluent_voicemail_shield_20_filled:before { +.icon-ic_fluent_voicemail_arrow_forward_20_filled:before { content: "\f318"; } -.icon-ic_fluent_voicemail_shield_20_regular:before { +.icon-ic_fluent_voicemail_arrow_forward_20_regular:before { content: "\f319"; } -.icon-ic_fluent_voicemail_subtract_20_filled:before { +.icon-ic_fluent_voicemail_arrow_subtract_20_filled:before { content: "\f31a"; } -.icon-ic_fluent_voicemail_subtract_20_regular:before { +.icon-ic_fluent_voicemail_arrow_subtract_20_regular:before { content: "\f31b"; } -.icon-ic_fluent_vote_20_filled:before { +.icon-ic_fluent_voicemail_shield_20_filled:before { content: "\f31c"; } -.icon-ic_fluent_vote_20_regular:before { +.icon-ic_fluent_voicemail_shield_20_regular:before { content: "\f31d"; } -.icon-ic_fluent_walkie_talkie_20_filled:before { +.icon-ic_fluent_voicemail_subtract_20_filled:before { content: "\f31e"; } -.icon-ic_fluent_walkie_talkie_20_regular:before { +.icon-ic_fluent_voicemail_subtract_20_regular:before { content: "\f31f"; } -.icon-ic_fluent_wallet_20_filled:before { +.icon-ic_fluent_vote_20_filled:before { content: "\f320"; } -.icon-ic_fluent_wallet_20_regular:before { +.icon-ic_fluent_vote_20_regular:before { content: "\f321"; } -.icon-ic_fluent_wallet_credit_card_20_filled:before { +.icon-ic_fluent_walkie_talkie_20_filled:before { content: "\f322"; } -.icon-ic_fluent_wallet_credit_card_20_regular:before { +.icon-ic_fluent_walkie_talkie_20_regular:before { content: "\f323"; } -.icon-ic_fluent_wallpaper_20_filled:before { +.icon-ic_fluent_wallet_20_filled:before { content: "\f324"; } -.icon-ic_fluent_wallpaper_20_regular:before { +.icon-ic_fluent_wallet_20_regular:before { content: "\f325"; } -.icon-ic_fluent_wand_20_filled:before { +.icon-ic_fluent_wallet_credit_card_20_filled:before { content: "\f326"; } -.icon-ic_fluent_wand_20_regular:before { +.icon-ic_fluent_wallet_credit_card_20_regular:before { content: "\f327"; } -.icon-ic_fluent_warning_20_filled:before { +.icon-ic_fluent_wallpaper_20_filled:before { content: "\f328"; } -.icon-ic_fluent_warning_20_regular:before { +.icon-ic_fluent_wallpaper_20_regular:before { content: "\f329"; } -.icon-ic_fluent_warning_lock_open_20_filled:before { +.icon-ic_fluent_wand_20_filled:before { content: "\f32a"; } -.icon-ic_fluent_warning_lock_open_20_regular:before { +.icon-ic_fluent_wand_20_regular:before { content: "\f32b"; } -.icon-ic_fluent_warning_shield_20_filled:before { +.icon-ic_fluent_warning_20_filled:before { content: "\f32c"; } -.icon-ic_fluent_warning_shield_20_regular:before { +.icon-ic_fluent_warning_20_regular:before { content: "\f32d"; } -.icon-ic_fluent_washer_20_filled:before { +.icon-ic_fluent_warning_lock_open_20_filled:before { content: "\f32e"; } -.icon-ic_fluent_washer_20_regular:before { +.icon-ic_fluent_warning_lock_open_20_regular:before { content: "\f32f"; } -.icon-ic_fluent_water_20_filled:before { +.icon-ic_fluent_warning_shield_20_filled:before { content: "\f330"; } -.icon-ic_fluent_water_20_regular:before { +.icon-ic_fluent_warning_shield_20_regular:before { content: "\f331"; } -.icon-ic_fluent_weather_blowing_snow_20_filled:before { +.icon-ic_fluent_washer_20_filled:before { content: "\f332"; } -.icon-ic_fluent_weather_blowing_snow_20_regular:before { +.icon-ic_fluent_washer_20_regular:before { content: "\f333"; } -.icon-ic_fluent_weather_cloudy_20_filled:before { +.icon-ic_fluent_water_20_filled:before { content: "\f334"; } -.icon-ic_fluent_weather_cloudy_20_regular:before { +.icon-ic_fluent_water_20_regular:before { content: "\f335"; } -.icon-ic_fluent_weather_drizzle_20_filled:before { +.icon-ic_fluent_weather_blowing_snow_20_filled:before { content: "\f336"; } -.icon-ic_fluent_weather_drizzle_20_regular:before { +.icon-ic_fluent_weather_blowing_snow_20_regular:before { content: "\f337"; } -.icon-ic_fluent_weather_duststorm_20_filled:before { +.icon-ic_fluent_weather_cloudy_20_filled:before { content: "\f338"; } -.icon-ic_fluent_weather_duststorm_20_regular:before { +.icon-ic_fluent_weather_cloudy_20_regular:before { content: "\f339"; } -.icon-ic_fluent_weather_fog_20_filled:before { +.icon-ic_fluent_weather_drizzle_20_filled:before { content: "\f33a"; } -.icon-ic_fluent_weather_fog_20_regular:before { +.icon-ic_fluent_weather_drizzle_20_regular:before { content: "\f33b"; } -.icon-ic_fluent_weather_hail_day_20_filled:before { +.icon-ic_fluent_weather_duststorm_20_filled:before { content: "\f33c"; } -.icon-ic_fluent_weather_hail_day_20_regular:before { +.icon-ic_fluent_weather_duststorm_20_regular:before { content: "\f33d"; } -.icon-ic_fluent_weather_hail_night_20_filled:before { +.icon-ic_fluent_weather_fog_20_filled:before { content: "\f33e"; } -.icon-ic_fluent_weather_hail_night_20_regular:before { +.icon-ic_fluent_weather_fog_20_regular:before { content: "\f33f"; } -.icon-ic_fluent_weather_haze_20_filled:before { +.icon-ic_fluent_weather_hail_day_20_filled:before { content: "\f340"; } -.icon-ic_fluent_weather_haze_20_regular:before { +.icon-ic_fluent_weather_hail_day_20_regular:before { content: "\f341"; } -.icon-ic_fluent_weather_moon_20_filled:before { +.icon-ic_fluent_weather_hail_night_20_filled:before { content: "\f342"; } -.icon-ic_fluent_weather_moon_20_regular:before { +.icon-ic_fluent_weather_hail_night_20_regular:before { content: "\f343"; } -.icon-ic_fluent_weather_moon_off_20_filled:before { +.icon-ic_fluent_weather_haze_20_filled:before { content: "\f344"; } -.icon-ic_fluent_weather_moon_off_20_regular:before { +.icon-ic_fluent_weather_haze_20_regular:before { content: "\f345"; } -.icon-ic_fluent_weather_partly_cloudy_day_20_filled:before { +.icon-ic_fluent_weather_moon_20_filled:before { content: "\f346"; } -.icon-ic_fluent_weather_partly_cloudy_day_20_regular:before { +.icon-ic_fluent_weather_moon_20_regular:before { content: "\f347"; } -.icon-ic_fluent_weather_partly_cloudy_night_20_filled:before { +.icon-ic_fluent_weather_moon_off_20_filled:before { content: "\f348"; } -.icon-ic_fluent_weather_partly_cloudy_night_20_regular:before { +.icon-ic_fluent_weather_moon_off_20_regular:before { content: "\f349"; } -.icon-ic_fluent_weather_rain_20_filled:before { +.icon-ic_fluent_weather_partly_cloudy_day_20_filled:before { content: "\f34a"; } -.icon-ic_fluent_weather_rain_20_regular:before { +.icon-ic_fluent_weather_partly_cloudy_day_20_regular:before { content: "\f34b"; } -.icon-ic_fluent_weather_rain_showers_day_20_filled:before { +.icon-ic_fluent_weather_partly_cloudy_night_20_filled:before { content: "\f34c"; } -.icon-ic_fluent_weather_rain_showers_day_20_regular:before { +.icon-ic_fluent_weather_partly_cloudy_night_20_regular:before { content: "\f34d"; } -.icon-ic_fluent_weather_rain_showers_night_20_filled:before { +.icon-ic_fluent_weather_rain_20_filled:before { content: "\f34e"; } -.icon-ic_fluent_weather_rain_showers_night_20_regular:before { +.icon-ic_fluent_weather_rain_20_regular:before { content: "\f34f"; } -.icon-ic_fluent_weather_rain_snow_20_filled:before { +.icon-ic_fluent_weather_rain_showers_day_20_filled:before { content: "\f350"; } -.icon-ic_fluent_weather_rain_snow_20_regular:before { +.icon-ic_fluent_weather_rain_showers_day_20_regular:before { content: "\f351"; } -.icon-ic_fluent_weather_snow_20_filled:before { +.icon-ic_fluent_weather_rain_showers_night_20_filled:before { content: "\f352"; } -.icon-ic_fluent_weather_snow_20_regular:before { +.icon-ic_fluent_weather_rain_showers_night_20_regular:before { content: "\f353"; } -.icon-ic_fluent_weather_snow_shower_day_20_filled:before { +.icon-ic_fluent_weather_rain_snow_20_filled:before { content: "\f354"; } -.icon-ic_fluent_weather_snow_shower_day_20_regular:before { +.icon-ic_fluent_weather_rain_snow_20_regular:before { content: "\f355"; } -.icon-ic_fluent_weather_snow_shower_night_20_filled:before { +.icon-ic_fluent_weather_snow_20_filled:before { content: "\f356"; } -.icon-ic_fluent_weather_snow_shower_night_20_regular:before { +.icon-ic_fluent_weather_snow_20_regular:before { content: "\f357"; } -.icon-ic_fluent_weather_snowflake_20_filled:before { +.icon-ic_fluent_weather_snow_shower_day_20_filled:before { content: "\f358"; } -.icon-ic_fluent_weather_snowflake_20_regular:before { +.icon-ic_fluent_weather_snow_shower_day_20_regular:before { content: "\f359"; } -.icon-ic_fluent_weather_squalls_20_filled:before { +.icon-ic_fluent_weather_snow_shower_night_20_filled:before { content: "\f35a"; } -.icon-ic_fluent_weather_squalls_20_regular:before { +.icon-ic_fluent_weather_snow_shower_night_20_regular:before { content: "\f35b"; } -.icon-ic_fluent_weather_sunny_20_filled:before { +.icon-ic_fluent_weather_snowflake_20_filled:before { content: "\f35c"; } -.icon-ic_fluent_weather_sunny_20_regular:before { +.icon-ic_fluent_weather_snowflake_20_regular:before { content: "\f35d"; } -.icon-ic_fluent_weather_sunny_high_20_filled:before { +.icon-ic_fluent_weather_squalls_20_filled:before { content: "\f35e"; } -.icon-ic_fluent_weather_sunny_high_20_regular:before { +.icon-ic_fluent_weather_squalls_20_regular:before { content: "\f35f"; } -.icon-ic_fluent_weather_sunny_low_20_filled:before { +.icon-ic_fluent_weather_sunny_20_filled:before { content: "\f360"; } -.icon-ic_fluent_weather_sunny_low_20_regular:before { +.icon-ic_fluent_weather_sunny_20_regular:before { content: "\f361"; } -.icon-ic_fluent_weather_thunderstorm_20_filled:before { +.icon-ic_fluent_weather_sunny_high_20_filled:before { content: "\f362"; } -.icon-ic_fluent_weather_thunderstorm_20_regular:before { +.icon-ic_fluent_weather_sunny_high_20_regular:before { content: "\f363"; } -.icon-ic_fluent_web_asset_20_filled:before { +.icon-ic_fluent_weather_sunny_low_20_filled:before { content: "\f364"; } -.icon-ic_fluent_web_asset_20_regular:before { +.icon-ic_fluent_weather_sunny_low_20_regular:before { content: "\f365"; } -.icon-ic_fluent_whiteboard_20_filled:before { +.icon-ic_fluent_weather_thunderstorm_20_filled:before { content: "\f366"; } -.icon-ic_fluent_whiteboard_20_regular:before { +.icon-ic_fluent_weather_thunderstorm_20_regular:before { content: "\f367"; } -.icon-ic_fluent_whiteboard_off_20_filled:before { +.icon-ic_fluent_web_asset_20_filled:before { content: "\f368"; } -.icon-ic_fluent_whiteboard_off_20_regular:before { +.icon-ic_fluent_web_asset_20_regular:before { content: "\f369"; } -.icon-ic_fluent_wifi_1_20_filled:before { +.icon-ic_fluent_whiteboard_20_filled:before { content: "\f36a"; } -.icon-ic_fluent_wifi_1_20_regular:before { +.icon-ic_fluent_whiteboard_20_regular:before { content: "\f36b"; } -.icon-ic_fluent_wifi_2_20_filled:before { +.icon-ic_fluent_whiteboard_off_20_filled:before { content: "\f36c"; } -.icon-ic_fluent_wifi_2_20_regular:before { +.icon-ic_fluent_whiteboard_off_20_regular:before { content: "\f36d"; } -.icon-ic_fluent_wifi_3_20_filled:before { +.icon-ic_fluent_wifi_1_20_filled:before { content: "\f36e"; } -.icon-ic_fluent_wifi_3_20_regular:before { +.icon-ic_fluent_wifi_1_20_regular:before { content: "\f36f"; } -.icon-ic_fluent_wifi_4_20_filled:before { +.icon-ic_fluent_wifi_2_20_filled:before { content: "\f370"; } -.icon-ic_fluent_wifi_4_20_regular:before { +.icon-ic_fluent_wifi_2_20_regular:before { content: "\f371"; } -.icon-ic_fluent_wifi_lock_20_filled:before { +.icon-ic_fluent_wifi_3_20_filled:before { content: "\f372"; } -.icon-ic_fluent_wifi_lock_20_regular:before { +.icon-ic_fluent_wifi_3_20_regular:before { content: "\f373"; } -.icon-ic_fluent_wifi_off_20_filled:before { +.icon-ic_fluent_wifi_4_20_filled:before { content: "\f374"; } -.icon-ic_fluent_wifi_off_20_regular:before { +.icon-ic_fluent_wifi_4_20_regular:before { content: "\f375"; } -.icon-ic_fluent_wifi_settings_20_filled:before { +.icon-ic_fluent_wifi_lock_20_filled:before { content: "\f376"; } -.icon-ic_fluent_wifi_settings_20_regular:before { +.icon-ic_fluent_wifi_lock_20_regular:before { content: "\f377"; } -.icon-ic_fluent_wifi_warning_20_filled:before { +.icon-ic_fluent_wifi_off_20_filled:before { content: "\f378"; } -.icon-ic_fluent_wifi_warning_20_regular:before { +.icon-ic_fluent_wifi_off_20_regular:before { content: "\f379"; } -.icon-ic_fluent_window_20_filled:before { +.icon-ic_fluent_wifi_settings_20_filled:before { content: "\f37a"; } -.icon-ic_fluent_window_20_regular:before { +.icon-ic_fluent_wifi_settings_20_regular:before { content: "\f37b"; } -.icon-ic_fluent_window_ad_20_filled:before { +.icon-ic_fluent_wifi_warning_20_filled:before { content: "\f37c"; } -.icon-ic_fluent_window_ad_20_regular:before { +.icon-ic_fluent_wifi_warning_20_regular:before { content: "\f37d"; } -.icon-ic_fluent_window_ad_off_20_filled:before { +.icon-ic_fluent_window_20_filled:before { content: "\f37e"; } -.icon-ic_fluent_window_ad_off_20_regular:before { +.icon-ic_fluent_window_20_regular:before { content: "\f37f"; } -.icon-ic_fluent_window_ad_person_20_filled:before { +.icon-ic_fluent_window_ad_20_filled:before { content: "\f380"; } -.icon-ic_fluent_window_ad_person_20_regular:before { +.icon-ic_fluent_window_ad_20_regular:before { content: "\f381"; } -.icon-ic_fluent_window_apps_20_filled:before { +.icon-ic_fluent_window_ad_off_20_filled:before { content: "\f382"; } -.icon-ic_fluent_window_apps_20_regular:before { +.icon-ic_fluent_window_ad_off_20_regular:before { content: "\f383"; } -.icon-ic_fluent_window_arrow_up_20_filled:before { +.icon-ic_fluent_window_ad_person_20_filled:before { content: "\f384"; } -.icon-ic_fluent_window_arrow_up_20_regular:before { +.icon-ic_fluent_window_ad_person_20_regular:before { content: "\f385"; } -.icon-ic_fluent_window_brush_20_filled:before { +.icon-ic_fluent_window_apps_20_filled:before { content: "\f386"; } -.icon-ic_fluent_window_brush_20_regular:before { +.icon-ic_fluent_window_apps_20_regular:before { content: "\f387"; } -.icon-ic_fluent_window_bullet_list_20_filled:before { +.icon-ic_fluent_window_arrow_up_20_filled:before { content: "\f388"; } -.icon-ic_fluent_window_bullet_list_20_regular:before { +.icon-ic_fluent_window_arrow_up_20_regular:before { content: "\f389"; } -.icon-ic_fluent_window_bullet_list_add_20_filled:before { +.icon-ic_fluent_window_brush_20_filled:before { content: "\f38a"; } -.icon-ic_fluent_window_bullet_list_add_20_regular:before { +.icon-ic_fluent_window_brush_20_regular:before { content: "\f38b"; } -.icon-ic_fluent_window_column_one_fourth_left_20_filled:before { +.icon-ic_fluent_window_bullet_list_20_filled:before { content: "\f38c"; } -.icon-ic_fluent_window_column_one_fourth_left_20_regular:before { +.icon-ic_fluent_window_bullet_list_20_regular:before { content: "\f38d"; } -.icon-ic_fluent_window_column_one_fourth_left_focus_left_20_filled:before { +.icon-ic_fluent_window_bullet_list_add_20_filled:before { content: "\f38e"; } -.icon-ic_fluent_window_column_one_fourth_left_focus_top_20_filled:before { +.icon-ic_fluent_window_bullet_list_add_20_regular:before { content: "\f38f"; } -.icon-ic_fluent_window_console_20_filled:before { +.icon-ic_fluent_window_column_one_fourth_left_20_filled:before { content: "\f390"; } -.icon-ic_fluent_window_console_20_regular:before { +.icon-ic_fluent_window_column_one_fourth_left_20_regular:before { content: "\f391"; } -.icon-ic_fluent_window_database_20_filled:before { +.icon-ic_fluent_window_column_one_fourth_left_focus_left_20_filled:before { content: "\f392"; } -.icon-ic_fluent_window_database_20_regular:before { +.icon-ic_fluent_window_column_one_fourth_left_focus_top_20_filled:before { content: "\f393"; } -.icon-ic_fluent_window_dev_edit_20_filled:before { +.icon-ic_fluent_window_console_20_filled:before { content: "\f394"; } -.icon-ic_fluent_window_dev_edit_20_regular:before { +.icon-ic_fluent_window_console_20_regular:before { content: "\f395"; } -.icon-ic_fluent_window_dev_tools_20_filled:before { +.icon-ic_fluent_window_database_20_filled:before { content: "\f396"; } -.icon-ic_fluent_window_dev_tools_20_regular:before { +.icon-ic_fluent_window_database_20_regular:before { content: "\f397"; } -.icon-ic_fluent_window_edit_20_filled:before { +.icon-ic_fluent_window_dev_edit_20_filled:before { content: "\f398"; } -.icon-ic_fluent_window_edit_20_regular:before { +.icon-ic_fluent_window_dev_edit_20_regular:before { content: "\f399"; } -.icon-ic_fluent_window_fingerprint_20_filled:before { +.icon-ic_fluent_window_dev_tools_20_filled:before { content: "\f39a"; } -.icon-ic_fluent_window_fingerprint_20_regular:before { +.icon-ic_fluent_window_dev_tools_20_regular:before { content: "\f39b"; } -.icon-ic_fluent_window_header_horizontal_20_filled:before { +.icon-ic_fluent_window_edit_20_filled:before { content: "\f39c"; } -.icon-ic_fluent_window_header_horizontal_20_regular:before { +.icon-ic_fluent_window_edit_20_regular:before { content: "\f39d"; } -.icon-ic_fluent_window_header_horizontal_off_20_filled:before { +.icon-ic_fluent_window_fingerprint_20_filled:before { content: "\f39e"; } -.icon-ic_fluent_window_header_horizontal_off_20_regular:before { +.icon-ic_fluent_window_fingerprint_20_regular:before { content: "\f39f"; } -.icon-ic_fluent_window_header_vertical_20_filled:before { +.icon-ic_fluent_window_header_horizontal_20_filled:before { content: "\f3a0"; } -.icon-ic_fluent_window_header_vertical_20_regular:before { +.icon-ic_fluent_window_header_horizontal_20_regular:before { content: "\f3a1"; } -.icon-ic_fluent_window_inprivate_20_filled:before { +.icon-ic_fluent_window_header_horizontal_off_20_filled:before { content: "\f3a2"; } -.icon-ic_fluent_window_inprivate_20_regular:before { +.icon-ic_fluent_window_header_horizontal_off_20_regular:before { content: "\f3a3"; } -.icon-ic_fluent_window_inprivate_account_20_filled:before { +.icon-ic_fluent_window_header_vertical_20_filled:before { content: "\f3a4"; } -.icon-ic_fluent_window_inprivate_account_20_regular:before { +.icon-ic_fluent_window_header_vertical_20_regular:before { content: "\f3a5"; } -.icon-ic_fluent_window_location_target_20_filled:before { +.icon-ic_fluent_window_inprivate_20_filled:before { content: "\f3a6"; } -.icon-ic_fluent_window_location_target_20_regular:before { +.icon-ic_fluent_window_inprivate_20_regular:before { content: "\f3a7"; } -.icon-ic_fluent_window_multiple_20_filled:before { +.icon-ic_fluent_window_inprivate_account_20_filled:before { content: "\f3a8"; } -.icon-ic_fluent_window_multiple_20_regular:before { +.icon-ic_fluent_window_inprivate_account_20_regular:before { content: "\f3a9"; } -.icon-ic_fluent_window_multiple_swap_20_filled:before { +.icon-ic_fluent_window_location_target_20_filled:before { content: "\f3aa"; } -.icon-ic_fluent_window_multiple_swap_20_regular:before { +.icon-ic_fluent_window_location_target_20_regular:before { content: "\f3ab"; } -.icon-ic_fluent_window_new_20_filled:before { +.icon-ic_fluent_window_multiple_20_filled:before { content: "\f3ac"; } -.icon-ic_fluent_window_new_20_regular:before { +.icon-ic_fluent_window_multiple_20_regular:before { content: "\f3ad"; } -.icon-ic_fluent_window_play_20_filled:before { +.icon-ic_fluent_window_multiple_swap_20_filled:before { content: "\f3ae"; } -.icon-ic_fluent_window_play_20_regular:before { +.icon-ic_fluent_window_multiple_swap_20_regular:before { content: "\f3af"; } -.icon-ic_fluent_window_settings_20_filled:before { +.icon-ic_fluent_window_new_20_filled:before { content: "\f3b0"; } -.icon-ic_fluent_window_settings_20_regular:before { +.icon-ic_fluent_window_new_20_regular:before { content: "\f3b1"; } -.icon-ic_fluent_window_shield_20_filled:before { +.icon-ic_fluent_window_play_20_filled:before { content: "\f3b2"; } -.icon-ic_fluent_window_shield_20_regular:before { +.icon-ic_fluent_window_play_20_regular:before { content: "\f3b3"; } -.icon-ic_fluent_window_text_20_filled:before { +.icon-ic_fluent_window_settings_20_filled:before { content: "\f3b4"; } -.icon-ic_fluent_window_text_20_regular:before { +.icon-ic_fluent_window_settings_20_regular:before { content: "\f3b5"; } -.icon-ic_fluent_window_wrench_20_filled:before { +.icon-ic_fluent_window_shield_20_filled:before { content: "\f3b6"; } -.icon-ic_fluent_window_wrench_20_regular:before { +.icon-ic_fluent_window_shield_20_regular:before { content: "\f3b7"; } -.icon-ic_fluent_wrench_20_filled:before { +.icon-ic_fluent_window_text_20_filled:before { content: "\f3b8"; } -.icon-ic_fluent_wrench_20_regular:before { +.icon-ic_fluent_window_text_20_regular:before { content: "\f3b9"; } -.icon-ic_fluent_wrench_screwdriver_20_filled:before { +.icon-ic_fluent_window_wrench_20_filled:before { content: "\f3ba"; } -.icon-ic_fluent_wrench_screwdriver_20_regular:before { +.icon-ic_fluent_window_wrench_20_regular:before { content: "\f3bb"; } -.icon-ic_fluent_wrench_settings_20_filled:before { +.icon-ic_fluent_wrench_20_filled:before { content: "\f3bc"; } -.icon-ic_fluent_wrench_settings_20_regular:before { +.icon-ic_fluent_wrench_20_regular:before { content: "\f3bd"; } -.icon-ic_fluent_xbox_console_20_filled:before { +.icon-ic_fluent_wrench_screwdriver_20_filled:before { content: "\f3be"; } -.icon-ic_fluent_xbox_console_20_regular:before { +.icon-ic_fluent_wrench_screwdriver_20_regular:before { content: "\f3bf"; } -.icon-ic_fluent_xbox_controller_20_filled:before { +.icon-ic_fluent_wrench_settings_20_filled:before { content: "\f3c0"; } -.icon-ic_fluent_xbox_controller_20_regular:before { +.icon-ic_fluent_wrench_settings_20_regular:before { content: "\f3c1"; } -.icon-ic_fluent_xbox_controller_error_20_filled:before { +.icon-ic_fluent_xbox_console_20_filled:before { content: "\f3c2"; } -.icon-ic_fluent_xbox_controller_error_20_regular:before { +.icon-ic_fluent_xbox_console_20_regular:before { content: "\f3c3"; } -.icon-ic_fluent_xray_20_filled:before { +.icon-ic_fluent_xbox_controller_20_filled:before { content: "\f3c4"; } -.icon-ic_fluent_xray_20_regular:before { +.icon-ic_fluent_xbox_controller_20_regular:before { content: "\f3c5"; } -.icon-ic_fluent_zoom_fit_20_filled:before { +.icon-ic_fluent_xbox_controller_error_20_filled:before { content: "\f3c6"; } -.icon-ic_fluent_zoom_fit_20_regular:before { +.icon-ic_fluent_xbox_controller_error_20_regular:before { content: "\f3c7"; } -.icon-ic_fluent_zoom_in_20_filled:before { +.icon-ic_fluent_xray_20_filled:before { content: "\f3c8"; } -.icon-ic_fluent_zoom_in_20_regular:before { +.icon-ic_fluent_xray_20_regular:before { content: "\f3c9"; } -.icon-ic_fluent_zoom_out_20_filled:before { +.icon-ic_fluent_zoom_fit_20_filled:before { content: "\f3ca"; } -.icon-ic_fluent_zoom_out_20_regular:before { +.icon-ic_fluent_zoom_fit_20_regular:before { content: "\f3cb"; } +.icon-ic_fluent_zoom_in_20_filled:before { + content: "\f3cc"; +} +.icon-ic_fluent_zoom_in_20_regular:before { + content: "\f3cd"; +} +.icon-ic_fluent_zoom_out_20_filled:before { + content: "\f3ce"; +} +.icon-ic_fluent_zoom_out_20_regular:before { + content: "\f3cf"; +} diff --git a/fonts/FluentSystemIcons-Resizable.html b/fonts/FluentSystemIcons-Resizable.html index d54e490716..8b8bcf82ee 100644 --- a/fonts/FluentSystemIcons-Resizable.html +++ b/fonts/FluentSystemIcons-Resizable.html @@ -43508,6 +43508,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_video_bluetooth_20_filled +
+ + +
+ + + +
+ ic_fluent_video_bluetooth_20_regular +
+ +
@@ -43904,6 +43922,24 @@

FluentSystemIcons-Resizable

+
+ + + +
+ ic_fluent_video_usb_20_filled +
+ + +
+ + + +
+ ic_fluent_video_usb_20_regular +
+ +
diff --git a/fonts/FluentSystemIcons-Resizable.json b/fonts/FluentSystemIcons-Resizable.json index 43290fffea..70c8b6bba5 100644 --- a/fonts/FluentSystemIcons-Resizable.json +++ b/fonts/FluentSystemIcons-Resizable.json @@ -4827,244 +4827,248 @@ "ic_fluent_video_background_effect_20_regular": 62169, "ic_fluent_video_background_effect_horizontal_20_filled": 62170, "ic_fluent_video_background_effect_horizontal_20_regular": 62171, - "ic_fluent_video_chat_20_filled": 62172, - "ic_fluent_video_chat_20_regular": 62173, - "ic_fluent_video_clip_20_filled": 62174, - "ic_fluent_video_clip_20_regular": 62175, - "ic_fluent_video_clip_multiple_20_filled": 62176, - "ic_fluent_video_clip_multiple_20_regular": 62177, - "ic_fluent_video_clip_off_20_filled": 62178, - "ic_fluent_video_clip_off_20_regular": 62179, - "ic_fluent_video_clip_optimize_20_filled": 62180, - "ic_fluent_video_clip_optimize_20_regular": 62181, - "ic_fluent_video_clip_wand_20_filled": 62182, - "ic_fluent_video_clip_wand_20_regular": 62183, - "ic_fluent_video_off_20_filled": 62184, - "ic_fluent_video_off_20_regular": 62185, - "ic_fluent_video_person_20_filled": 62186, - "ic_fluent_video_person_20_regular": 62187, - "ic_fluent_video_person_call_20_filled": 62188, - "ic_fluent_video_person_call_20_regular": 62189, - "ic_fluent_video_person_clock_20_filled": 62190, - "ic_fluent_video_person_clock_20_regular": 62191, - "ic_fluent_video_person_off_20_filled": 62192, - "ic_fluent_video_person_off_20_regular": 62193, - "ic_fluent_video_person_pulse_20_filled": 62194, - "ic_fluent_video_person_pulse_20_regular": 62195, - "ic_fluent_video_person_sparkle_20_filled": 62196, - "ic_fluent_video_person_sparkle_20_regular": 62197, - "ic_fluent_video_person_sparkle_off_20_filled": 62198, - "ic_fluent_video_person_sparkle_off_20_regular": 62199, - "ic_fluent_video_person_star_20_filled": 62200, - "ic_fluent_video_person_star_20_regular": 62201, - "ic_fluent_video_person_star_off_20_filled": 62202, - "ic_fluent_video_person_star_off_20_regular": 62203, - "ic_fluent_video_play_pause_20_filled": 62204, - "ic_fluent_video_play_pause_20_regular": 62205, - "ic_fluent_video_prohibited_20_filled": 62206, - "ic_fluent_video_prohibited_20_regular": 62207, - "ic_fluent_video_recording_20_filled": 62208, - "ic_fluent_video_recording_20_regular": 62209, - "ic_fluent_video_security_20_filled": 62210, - "ic_fluent_video_security_20_regular": 62211, - "ic_fluent_video_switch_20_filled": 62212, - "ic_fluent_video_switch_20_regular": 62213, - "ic_fluent_video_sync_20_filled": 62214, - "ic_fluent_video_sync_20_regular": 62215, - "ic_fluent_view_desktop_20_filled": 62216, - "ic_fluent_view_desktop_20_regular": 62217, - "ic_fluent_view_desktop_mobile_20_filled": 62218, - "ic_fluent_view_desktop_mobile_20_regular": 62219, - "ic_fluent_virtual_network_20_filled": 62220, - "ic_fluent_virtual_network_20_regular": 62221, - "ic_fluent_virtual_network_toolbox_20_filled": 62222, - "ic_fluent_virtual_network_toolbox_20_regular": 62223, - "ic_fluent_voicemail_20_filled": 62224, - "ic_fluent_voicemail_20_regular": 62225, - "ic_fluent_voicemail_arrow_back_20_filled": 62226, - "ic_fluent_voicemail_arrow_back_20_regular": 62227, - "ic_fluent_voicemail_arrow_forward_20_filled": 62228, - "ic_fluent_voicemail_arrow_forward_20_regular": 62229, - "ic_fluent_voicemail_arrow_subtract_20_filled": 62230, - "ic_fluent_voicemail_arrow_subtract_20_regular": 62231, - "ic_fluent_voicemail_shield_20_filled": 62232, - "ic_fluent_voicemail_shield_20_regular": 62233, - "ic_fluent_voicemail_subtract_20_filled": 62234, - "ic_fluent_voicemail_subtract_20_regular": 62235, - "ic_fluent_vote_20_filled": 62236, - "ic_fluent_vote_20_regular": 62237, - "ic_fluent_walkie_talkie_20_filled": 62238, - "ic_fluent_walkie_talkie_20_regular": 62239, - "ic_fluent_wallet_20_filled": 62240, - "ic_fluent_wallet_20_regular": 62241, - "ic_fluent_wallet_credit_card_20_filled": 62242, - "ic_fluent_wallet_credit_card_20_regular": 62243, - "ic_fluent_wallpaper_20_filled": 62244, - "ic_fluent_wallpaper_20_regular": 62245, - "ic_fluent_wand_20_filled": 62246, - "ic_fluent_wand_20_regular": 62247, - "ic_fluent_warning_20_filled": 62248, - "ic_fluent_warning_20_regular": 62249, - "ic_fluent_warning_lock_open_20_filled": 62250, - "ic_fluent_warning_lock_open_20_regular": 62251, - "ic_fluent_warning_shield_20_filled": 62252, - "ic_fluent_warning_shield_20_regular": 62253, - "ic_fluent_washer_20_filled": 62254, - "ic_fluent_washer_20_regular": 62255, - "ic_fluent_water_20_filled": 62256, - "ic_fluent_water_20_regular": 62257, - "ic_fluent_weather_blowing_snow_20_filled": 62258, - "ic_fluent_weather_blowing_snow_20_regular": 62259, - "ic_fluent_weather_cloudy_20_filled": 62260, - "ic_fluent_weather_cloudy_20_regular": 62261, - "ic_fluent_weather_drizzle_20_filled": 62262, - "ic_fluent_weather_drizzle_20_regular": 62263, - "ic_fluent_weather_duststorm_20_filled": 62264, - "ic_fluent_weather_duststorm_20_regular": 62265, - "ic_fluent_weather_fog_20_filled": 62266, - "ic_fluent_weather_fog_20_regular": 62267, - "ic_fluent_weather_hail_day_20_filled": 62268, - "ic_fluent_weather_hail_day_20_regular": 62269, - "ic_fluent_weather_hail_night_20_filled": 62270, - "ic_fluent_weather_hail_night_20_regular": 62271, - "ic_fluent_weather_haze_20_filled": 62272, - "ic_fluent_weather_haze_20_regular": 62273, - "ic_fluent_weather_moon_20_filled": 62274, - "ic_fluent_weather_moon_20_regular": 62275, - "ic_fluent_weather_moon_off_20_filled": 62276, - "ic_fluent_weather_moon_off_20_regular": 62277, - "ic_fluent_weather_partly_cloudy_day_20_filled": 62278, - "ic_fluent_weather_partly_cloudy_day_20_regular": 62279, - "ic_fluent_weather_partly_cloudy_night_20_filled": 62280, - "ic_fluent_weather_partly_cloudy_night_20_regular": 62281, - "ic_fluent_weather_rain_20_filled": 62282, - "ic_fluent_weather_rain_20_regular": 62283, - "ic_fluent_weather_rain_showers_day_20_filled": 62284, - "ic_fluent_weather_rain_showers_day_20_regular": 62285, - "ic_fluent_weather_rain_showers_night_20_filled": 62286, - "ic_fluent_weather_rain_showers_night_20_regular": 62287, - "ic_fluent_weather_rain_snow_20_filled": 62288, - "ic_fluent_weather_rain_snow_20_regular": 62289, - "ic_fluent_weather_snow_20_filled": 62290, - "ic_fluent_weather_snow_20_regular": 62291, - "ic_fluent_weather_snow_shower_day_20_filled": 62292, - "ic_fluent_weather_snow_shower_day_20_regular": 62293, - "ic_fluent_weather_snow_shower_night_20_filled": 62294, - "ic_fluent_weather_snow_shower_night_20_regular": 62295, - "ic_fluent_weather_snowflake_20_filled": 62296, - "ic_fluent_weather_snowflake_20_regular": 62297, - "ic_fluent_weather_squalls_20_filled": 62298, - "ic_fluent_weather_squalls_20_regular": 62299, - "ic_fluent_weather_sunny_20_filled": 62300, - "ic_fluent_weather_sunny_20_regular": 62301, - "ic_fluent_weather_sunny_high_20_filled": 62302, - "ic_fluent_weather_sunny_high_20_regular": 62303, - "ic_fluent_weather_sunny_low_20_filled": 62304, - "ic_fluent_weather_sunny_low_20_regular": 62305, - "ic_fluent_weather_thunderstorm_20_filled": 62306, - "ic_fluent_weather_thunderstorm_20_regular": 62307, - "ic_fluent_web_asset_20_filled": 62308, - "ic_fluent_web_asset_20_regular": 62309, - "ic_fluent_whiteboard_20_filled": 62310, - "ic_fluent_whiteboard_20_regular": 62311, - "ic_fluent_whiteboard_off_20_filled": 62312, - "ic_fluent_whiteboard_off_20_regular": 62313, - "ic_fluent_wifi_1_20_filled": 62314, - "ic_fluent_wifi_1_20_regular": 62315, - "ic_fluent_wifi_2_20_filled": 62316, - "ic_fluent_wifi_2_20_regular": 62317, - "ic_fluent_wifi_3_20_filled": 62318, - "ic_fluent_wifi_3_20_regular": 62319, - "ic_fluent_wifi_4_20_filled": 62320, - "ic_fluent_wifi_4_20_regular": 62321, - "ic_fluent_wifi_lock_20_filled": 62322, - "ic_fluent_wifi_lock_20_regular": 62323, - "ic_fluent_wifi_off_20_filled": 62324, - "ic_fluent_wifi_off_20_regular": 62325, - "ic_fluent_wifi_settings_20_filled": 62326, - "ic_fluent_wifi_settings_20_regular": 62327, - "ic_fluent_wifi_warning_20_filled": 62328, - "ic_fluent_wifi_warning_20_regular": 62329, - "ic_fluent_window_20_filled": 62330, - "ic_fluent_window_20_regular": 62331, - "ic_fluent_window_ad_20_filled": 62332, - "ic_fluent_window_ad_20_regular": 62333, - "ic_fluent_window_ad_off_20_filled": 62334, - "ic_fluent_window_ad_off_20_regular": 62335, - "ic_fluent_window_ad_person_20_filled": 62336, - "ic_fluent_window_ad_person_20_regular": 62337, - "ic_fluent_window_apps_20_filled": 62338, - "ic_fluent_window_apps_20_regular": 62339, - "ic_fluent_window_arrow_up_20_filled": 62340, - "ic_fluent_window_arrow_up_20_regular": 62341, - "ic_fluent_window_brush_20_filled": 62342, - "ic_fluent_window_brush_20_regular": 62343, - "ic_fluent_window_bullet_list_20_filled": 62344, - "ic_fluent_window_bullet_list_20_regular": 62345, - "ic_fluent_window_bullet_list_add_20_filled": 62346, - "ic_fluent_window_bullet_list_add_20_regular": 62347, - "ic_fluent_window_column_one_fourth_left_20_filled": 62348, - "ic_fluent_window_column_one_fourth_left_20_regular": 62349, - "ic_fluent_window_column_one_fourth_left_focus_left_20_filled": 62350, - "ic_fluent_window_column_one_fourth_left_focus_top_20_filled": 62351, - "ic_fluent_window_console_20_filled": 62352, - "ic_fluent_window_console_20_regular": 62353, - "ic_fluent_window_database_20_filled": 62354, - "ic_fluent_window_database_20_regular": 62355, - "ic_fluent_window_dev_edit_20_filled": 62356, - "ic_fluent_window_dev_edit_20_regular": 62357, - "ic_fluent_window_dev_tools_20_filled": 62358, - "ic_fluent_window_dev_tools_20_regular": 62359, - "ic_fluent_window_edit_20_filled": 62360, - "ic_fluent_window_edit_20_regular": 62361, - "ic_fluent_window_fingerprint_20_filled": 62362, - "ic_fluent_window_fingerprint_20_regular": 62363, - "ic_fluent_window_header_horizontal_20_filled": 62364, - "ic_fluent_window_header_horizontal_20_regular": 62365, - "ic_fluent_window_header_horizontal_off_20_filled": 62366, - "ic_fluent_window_header_horizontal_off_20_regular": 62367, - "ic_fluent_window_header_vertical_20_filled": 62368, - "ic_fluent_window_header_vertical_20_regular": 62369, - "ic_fluent_window_inprivate_20_filled": 62370, - "ic_fluent_window_inprivate_20_regular": 62371, - "ic_fluent_window_inprivate_account_20_filled": 62372, - "ic_fluent_window_inprivate_account_20_regular": 62373, - "ic_fluent_window_location_target_20_filled": 62374, - "ic_fluent_window_location_target_20_regular": 62375, - "ic_fluent_window_multiple_20_filled": 62376, - "ic_fluent_window_multiple_20_regular": 62377, - "ic_fluent_window_multiple_swap_20_filled": 62378, - "ic_fluent_window_multiple_swap_20_regular": 62379, - "ic_fluent_window_new_20_filled": 62380, - "ic_fluent_window_new_20_regular": 62381, - "ic_fluent_window_play_20_filled": 62382, - "ic_fluent_window_play_20_regular": 62383, - "ic_fluent_window_settings_20_filled": 62384, - "ic_fluent_window_settings_20_regular": 62385, - "ic_fluent_window_shield_20_filled": 62386, - "ic_fluent_window_shield_20_regular": 62387, - "ic_fluent_window_text_20_filled": 62388, - "ic_fluent_window_text_20_regular": 62389, - "ic_fluent_window_wrench_20_filled": 62390, - "ic_fluent_window_wrench_20_regular": 62391, - "ic_fluent_wrench_20_filled": 62392, - "ic_fluent_wrench_20_regular": 62393, - "ic_fluent_wrench_screwdriver_20_filled": 62394, - "ic_fluent_wrench_screwdriver_20_regular": 62395, - "ic_fluent_wrench_settings_20_filled": 62396, - "ic_fluent_wrench_settings_20_regular": 62397, - "ic_fluent_xbox_console_20_filled": 62398, - "ic_fluent_xbox_console_20_regular": 62399, - "ic_fluent_xbox_controller_20_filled": 62400, - "ic_fluent_xbox_controller_20_regular": 62401, - "ic_fluent_xbox_controller_error_20_filled": 62402, - "ic_fluent_xbox_controller_error_20_regular": 62403, - "ic_fluent_xray_20_filled": 62404, - "ic_fluent_xray_20_regular": 62405, - "ic_fluent_zoom_fit_20_filled": 62406, - "ic_fluent_zoom_fit_20_regular": 62407, - "ic_fluent_zoom_in_20_filled": 62408, - "ic_fluent_zoom_in_20_regular": 62409, - "ic_fluent_zoom_out_20_filled": 62410, - "ic_fluent_zoom_out_20_regular": 62411 + "ic_fluent_video_bluetooth_20_filled": 62172, + "ic_fluent_video_bluetooth_20_regular": 62173, + "ic_fluent_video_chat_20_filled": 62174, + "ic_fluent_video_chat_20_regular": 62175, + "ic_fluent_video_clip_20_filled": 62176, + "ic_fluent_video_clip_20_regular": 62177, + "ic_fluent_video_clip_multiple_20_filled": 62178, + "ic_fluent_video_clip_multiple_20_regular": 62179, + "ic_fluent_video_clip_off_20_filled": 62180, + "ic_fluent_video_clip_off_20_regular": 62181, + "ic_fluent_video_clip_optimize_20_filled": 62182, + "ic_fluent_video_clip_optimize_20_regular": 62183, + "ic_fluent_video_clip_wand_20_filled": 62184, + "ic_fluent_video_clip_wand_20_regular": 62185, + "ic_fluent_video_off_20_filled": 62186, + "ic_fluent_video_off_20_regular": 62187, + "ic_fluent_video_person_20_filled": 62188, + "ic_fluent_video_person_20_regular": 62189, + "ic_fluent_video_person_call_20_filled": 62190, + "ic_fluent_video_person_call_20_regular": 62191, + "ic_fluent_video_person_clock_20_filled": 62192, + "ic_fluent_video_person_clock_20_regular": 62193, + "ic_fluent_video_person_off_20_filled": 62194, + "ic_fluent_video_person_off_20_regular": 62195, + "ic_fluent_video_person_pulse_20_filled": 62196, + "ic_fluent_video_person_pulse_20_regular": 62197, + "ic_fluent_video_person_sparkle_20_filled": 62198, + "ic_fluent_video_person_sparkle_20_regular": 62199, + "ic_fluent_video_person_sparkle_off_20_filled": 62200, + "ic_fluent_video_person_sparkle_off_20_regular": 62201, + "ic_fluent_video_person_star_20_filled": 62202, + "ic_fluent_video_person_star_20_regular": 62203, + "ic_fluent_video_person_star_off_20_filled": 62204, + "ic_fluent_video_person_star_off_20_regular": 62205, + "ic_fluent_video_play_pause_20_filled": 62206, + "ic_fluent_video_play_pause_20_regular": 62207, + "ic_fluent_video_prohibited_20_filled": 62208, + "ic_fluent_video_prohibited_20_regular": 62209, + "ic_fluent_video_recording_20_filled": 62210, + "ic_fluent_video_recording_20_regular": 62211, + "ic_fluent_video_security_20_filled": 62212, + "ic_fluent_video_security_20_regular": 62213, + "ic_fluent_video_switch_20_filled": 62214, + "ic_fluent_video_switch_20_regular": 62215, + "ic_fluent_video_sync_20_filled": 62216, + "ic_fluent_video_sync_20_regular": 62217, + "ic_fluent_video_usb_20_filled": 62218, + "ic_fluent_video_usb_20_regular": 62219, + "ic_fluent_view_desktop_20_filled": 62220, + "ic_fluent_view_desktop_20_regular": 62221, + "ic_fluent_view_desktop_mobile_20_filled": 62222, + "ic_fluent_view_desktop_mobile_20_regular": 62223, + "ic_fluent_virtual_network_20_filled": 62224, + "ic_fluent_virtual_network_20_regular": 62225, + "ic_fluent_virtual_network_toolbox_20_filled": 62226, + "ic_fluent_virtual_network_toolbox_20_regular": 62227, + "ic_fluent_voicemail_20_filled": 62228, + "ic_fluent_voicemail_20_regular": 62229, + "ic_fluent_voicemail_arrow_back_20_filled": 62230, + "ic_fluent_voicemail_arrow_back_20_regular": 62231, + "ic_fluent_voicemail_arrow_forward_20_filled": 62232, + "ic_fluent_voicemail_arrow_forward_20_regular": 62233, + "ic_fluent_voicemail_arrow_subtract_20_filled": 62234, + "ic_fluent_voicemail_arrow_subtract_20_regular": 62235, + "ic_fluent_voicemail_shield_20_filled": 62236, + "ic_fluent_voicemail_shield_20_regular": 62237, + "ic_fluent_voicemail_subtract_20_filled": 62238, + "ic_fluent_voicemail_subtract_20_regular": 62239, + "ic_fluent_vote_20_filled": 62240, + "ic_fluent_vote_20_regular": 62241, + "ic_fluent_walkie_talkie_20_filled": 62242, + "ic_fluent_walkie_talkie_20_regular": 62243, + "ic_fluent_wallet_20_filled": 62244, + "ic_fluent_wallet_20_regular": 62245, + "ic_fluent_wallet_credit_card_20_filled": 62246, + "ic_fluent_wallet_credit_card_20_regular": 62247, + "ic_fluent_wallpaper_20_filled": 62248, + "ic_fluent_wallpaper_20_regular": 62249, + "ic_fluent_wand_20_filled": 62250, + "ic_fluent_wand_20_regular": 62251, + "ic_fluent_warning_20_filled": 62252, + "ic_fluent_warning_20_regular": 62253, + "ic_fluent_warning_lock_open_20_filled": 62254, + "ic_fluent_warning_lock_open_20_regular": 62255, + "ic_fluent_warning_shield_20_filled": 62256, + "ic_fluent_warning_shield_20_regular": 62257, + "ic_fluent_washer_20_filled": 62258, + "ic_fluent_washer_20_regular": 62259, + "ic_fluent_water_20_filled": 62260, + "ic_fluent_water_20_regular": 62261, + "ic_fluent_weather_blowing_snow_20_filled": 62262, + "ic_fluent_weather_blowing_snow_20_regular": 62263, + "ic_fluent_weather_cloudy_20_filled": 62264, + "ic_fluent_weather_cloudy_20_regular": 62265, + "ic_fluent_weather_drizzle_20_filled": 62266, + "ic_fluent_weather_drizzle_20_regular": 62267, + "ic_fluent_weather_duststorm_20_filled": 62268, + "ic_fluent_weather_duststorm_20_regular": 62269, + "ic_fluent_weather_fog_20_filled": 62270, + "ic_fluent_weather_fog_20_regular": 62271, + "ic_fluent_weather_hail_day_20_filled": 62272, + "ic_fluent_weather_hail_day_20_regular": 62273, + "ic_fluent_weather_hail_night_20_filled": 62274, + "ic_fluent_weather_hail_night_20_regular": 62275, + "ic_fluent_weather_haze_20_filled": 62276, + "ic_fluent_weather_haze_20_regular": 62277, + "ic_fluent_weather_moon_20_filled": 62278, + "ic_fluent_weather_moon_20_regular": 62279, + "ic_fluent_weather_moon_off_20_filled": 62280, + "ic_fluent_weather_moon_off_20_regular": 62281, + "ic_fluent_weather_partly_cloudy_day_20_filled": 62282, + "ic_fluent_weather_partly_cloudy_day_20_regular": 62283, + "ic_fluent_weather_partly_cloudy_night_20_filled": 62284, + "ic_fluent_weather_partly_cloudy_night_20_regular": 62285, + "ic_fluent_weather_rain_20_filled": 62286, + "ic_fluent_weather_rain_20_regular": 62287, + "ic_fluent_weather_rain_showers_day_20_filled": 62288, + "ic_fluent_weather_rain_showers_day_20_regular": 62289, + "ic_fluent_weather_rain_showers_night_20_filled": 62290, + "ic_fluent_weather_rain_showers_night_20_regular": 62291, + "ic_fluent_weather_rain_snow_20_filled": 62292, + "ic_fluent_weather_rain_snow_20_regular": 62293, + "ic_fluent_weather_snow_20_filled": 62294, + "ic_fluent_weather_snow_20_regular": 62295, + "ic_fluent_weather_snow_shower_day_20_filled": 62296, + "ic_fluent_weather_snow_shower_day_20_regular": 62297, + "ic_fluent_weather_snow_shower_night_20_filled": 62298, + "ic_fluent_weather_snow_shower_night_20_regular": 62299, + "ic_fluent_weather_snowflake_20_filled": 62300, + "ic_fluent_weather_snowflake_20_regular": 62301, + "ic_fluent_weather_squalls_20_filled": 62302, + "ic_fluent_weather_squalls_20_regular": 62303, + "ic_fluent_weather_sunny_20_filled": 62304, + "ic_fluent_weather_sunny_20_regular": 62305, + "ic_fluent_weather_sunny_high_20_filled": 62306, + "ic_fluent_weather_sunny_high_20_regular": 62307, + "ic_fluent_weather_sunny_low_20_filled": 62308, + "ic_fluent_weather_sunny_low_20_regular": 62309, + "ic_fluent_weather_thunderstorm_20_filled": 62310, + "ic_fluent_weather_thunderstorm_20_regular": 62311, + "ic_fluent_web_asset_20_filled": 62312, + "ic_fluent_web_asset_20_regular": 62313, + "ic_fluent_whiteboard_20_filled": 62314, + "ic_fluent_whiteboard_20_regular": 62315, + "ic_fluent_whiteboard_off_20_filled": 62316, + "ic_fluent_whiteboard_off_20_regular": 62317, + "ic_fluent_wifi_1_20_filled": 62318, + "ic_fluent_wifi_1_20_regular": 62319, + "ic_fluent_wifi_2_20_filled": 62320, + "ic_fluent_wifi_2_20_regular": 62321, + "ic_fluent_wifi_3_20_filled": 62322, + "ic_fluent_wifi_3_20_regular": 62323, + "ic_fluent_wifi_4_20_filled": 62324, + "ic_fluent_wifi_4_20_regular": 62325, + "ic_fluent_wifi_lock_20_filled": 62326, + "ic_fluent_wifi_lock_20_regular": 62327, + "ic_fluent_wifi_off_20_filled": 62328, + "ic_fluent_wifi_off_20_regular": 62329, + "ic_fluent_wifi_settings_20_filled": 62330, + "ic_fluent_wifi_settings_20_regular": 62331, + "ic_fluent_wifi_warning_20_filled": 62332, + "ic_fluent_wifi_warning_20_regular": 62333, + "ic_fluent_window_20_filled": 62334, + "ic_fluent_window_20_regular": 62335, + "ic_fluent_window_ad_20_filled": 62336, + "ic_fluent_window_ad_20_regular": 62337, + "ic_fluent_window_ad_off_20_filled": 62338, + "ic_fluent_window_ad_off_20_regular": 62339, + "ic_fluent_window_ad_person_20_filled": 62340, + "ic_fluent_window_ad_person_20_regular": 62341, + "ic_fluent_window_apps_20_filled": 62342, + "ic_fluent_window_apps_20_regular": 62343, + "ic_fluent_window_arrow_up_20_filled": 62344, + "ic_fluent_window_arrow_up_20_regular": 62345, + "ic_fluent_window_brush_20_filled": 62346, + "ic_fluent_window_brush_20_regular": 62347, + "ic_fluent_window_bullet_list_20_filled": 62348, + "ic_fluent_window_bullet_list_20_regular": 62349, + "ic_fluent_window_bullet_list_add_20_filled": 62350, + "ic_fluent_window_bullet_list_add_20_regular": 62351, + "ic_fluent_window_column_one_fourth_left_20_filled": 62352, + "ic_fluent_window_column_one_fourth_left_20_regular": 62353, + "ic_fluent_window_column_one_fourth_left_focus_left_20_filled": 62354, + "ic_fluent_window_column_one_fourth_left_focus_top_20_filled": 62355, + "ic_fluent_window_console_20_filled": 62356, + "ic_fluent_window_console_20_regular": 62357, + "ic_fluent_window_database_20_filled": 62358, + "ic_fluent_window_database_20_regular": 62359, + "ic_fluent_window_dev_edit_20_filled": 62360, + "ic_fluent_window_dev_edit_20_regular": 62361, + "ic_fluent_window_dev_tools_20_filled": 62362, + "ic_fluent_window_dev_tools_20_regular": 62363, + "ic_fluent_window_edit_20_filled": 62364, + "ic_fluent_window_edit_20_regular": 62365, + "ic_fluent_window_fingerprint_20_filled": 62366, + "ic_fluent_window_fingerprint_20_regular": 62367, + "ic_fluent_window_header_horizontal_20_filled": 62368, + "ic_fluent_window_header_horizontal_20_regular": 62369, + "ic_fluent_window_header_horizontal_off_20_filled": 62370, + "ic_fluent_window_header_horizontal_off_20_regular": 62371, + "ic_fluent_window_header_vertical_20_filled": 62372, + "ic_fluent_window_header_vertical_20_regular": 62373, + "ic_fluent_window_inprivate_20_filled": 62374, + "ic_fluent_window_inprivate_20_regular": 62375, + "ic_fluent_window_inprivate_account_20_filled": 62376, + "ic_fluent_window_inprivate_account_20_regular": 62377, + "ic_fluent_window_location_target_20_filled": 62378, + "ic_fluent_window_location_target_20_regular": 62379, + "ic_fluent_window_multiple_20_filled": 62380, + "ic_fluent_window_multiple_20_regular": 62381, + "ic_fluent_window_multiple_swap_20_filled": 62382, + "ic_fluent_window_multiple_swap_20_regular": 62383, + "ic_fluent_window_new_20_filled": 62384, + "ic_fluent_window_new_20_regular": 62385, + "ic_fluent_window_play_20_filled": 62386, + "ic_fluent_window_play_20_regular": 62387, + "ic_fluent_window_settings_20_filled": 62388, + "ic_fluent_window_settings_20_regular": 62389, + "ic_fluent_window_shield_20_filled": 62390, + "ic_fluent_window_shield_20_regular": 62391, + "ic_fluent_window_text_20_filled": 62392, + "ic_fluent_window_text_20_regular": 62393, + "ic_fluent_window_wrench_20_filled": 62394, + "ic_fluent_window_wrench_20_regular": 62395, + "ic_fluent_wrench_20_filled": 62396, + "ic_fluent_wrench_20_regular": 62397, + "ic_fluent_wrench_screwdriver_20_filled": 62398, + "ic_fluent_wrench_screwdriver_20_regular": 62399, + "ic_fluent_wrench_settings_20_filled": 62400, + "ic_fluent_wrench_settings_20_regular": 62401, + "ic_fluent_xbox_console_20_filled": 62402, + "ic_fluent_xbox_console_20_regular": 62403, + "ic_fluent_xbox_controller_20_filled": 62404, + "ic_fluent_xbox_controller_20_regular": 62405, + "ic_fluent_xbox_controller_error_20_filled": 62406, + "ic_fluent_xbox_controller_error_20_regular": 62407, + "ic_fluent_xray_20_filled": 62408, + "ic_fluent_xray_20_regular": 62409, + "ic_fluent_zoom_fit_20_filled": 62410, + "ic_fluent_zoom_fit_20_regular": 62411, + "ic_fluent_zoom_in_20_filled": 62412, + "ic_fluent_zoom_in_20_regular": 62413, + "ic_fluent_zoom_out_20_filled": 62414, + "ic_fluent_zoom_out_20_regular": 62415 } \ No newline at end of file diff --git a/fonts/FluentSystemIcons-Resizable.ttf b/fonts/FluentSystemIcons-Resizable.ttf index acfdd73c27..b3d265cf39 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 44f9024cdf..a6291275c6 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 a7d6413b25..4025fe6c85 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 3556ba6488..60aabaaaac 100644 --- a/icons_filled.md +++ b/icons_filled.md @@ -10,7 +10,7 @@ |Accessibility More||`accessibilityMore16Filled`
`accessibilityMore20Filled`
`accessibilityMore24Filled`|`ic_fluent_accessibility_more_16_filled`
`ic_fluent_accessibility_more_20_filled`
`ic_fluent_accessibility_more_24_filled`| |Accessibility Question Mark||`accessibilityQuestionMark20Filled`
`accessibilityQuestionMark24Filled`|`ic_fluent_accessibility_question_mark_20_filled`
`ic_fluent_accessibility_question_mark_24_filled`| |Add||`add12Filled`
`add16Filled`
`add20Filled`
`add24Filled`
`add28Filled`
`add32Filled`
`add48Filled`|`ic_fluent_add_12_filled`
`ic_fluent_add_16_filled`
`ic_fluent_add_20_filled`
`ic_fluent_add_24_filled`
`ic_fluent_add_28_filled`
`ic_fluent_add_32_filled`
`ic_fluent_add_48_filled`| -|Add Circle||`addCircle12Filled`
`addCircle16Filled`
`addCircle20Filled`
`addCircle24Filled`
`addCircle28Filled`
`addCircle32Filled`|`ic_fluent_add_circle_12_filled`
`ic_fluent_add_circle_16_filled`
`ic_fluent_add_circle_20_filled`
`ic_fluent_add_circle_24_filled`
`ic_fluent_add_circle_28_filled`
`ic_fluent_add_circle_32_filled`| +|Add Circle||`addCircle12Filled`
`addCircle16Filled`
`addCircle20Filled`
`addCircle24Filled`
`addCircle28Filled`
`addCircle32Filled`
`addCircle48Filled`|`ic_fluent_add_circle_12_filled`
`ic_fluent_add_circle_16_filled`
`ic_fluent_add_circle_20_filled`
`ic_fluent_add_circle_24_filled`
`ic_fluent_add_circle_28_filled`
`ic_fluent_add_circle_32_filled`
`ic_fluent_add_circle_48_filled`| |Add Square||`addSquare16Filled`
`addSquare20Filled`
`addSquare24Filled`
`addSquare28Filled`
`addSquare32Filled`
`addSquare48Filled`|`ic_fluent_add_square_16_filled`
`ic_fluent_add_square_20_filled`
`ic_fluent_add_square_24_filled`
`ic_fluent_add_square_28_filled`
`ic_fluent_add_square_32_filled`
`ic_fluent_add_square_48_filled`| |Add Square Multiple||`addSquareMultiple16Filled`
`addSquareMultiple20Filled`
`addSquareMultiple24Filled`|`ic_fluent_add_square_multiple_16_filled`
`ic_fluent_add_square_multiple_20_filled`
`ic_fluent_add_square_multiple_24_filled`| |Add Subtract Circle||`addSubtractCircle16Filled`
`addSubtractCircle20Filled`
`addSubtractCircle24Filled`
`addSubtractCircle28Filled`
`addSubtractCircle48Filled`|`ic_fluent_add_subtract_circle_16_filled`
`ic_fluent_add_subtract_circle_20_filled`
`ic_fluent_add_subtract_circle_24_filled`
`ic_fluent_add_subtract_circle_28_filled`
`ic_fluent_add_subtract_circle_48_filled`| @@ -59,7 +59,7 @@ |App Recent||`appRecent20Filled`
`appRecent24Filled`|`ic_fluent_app_recent_20_filled`
`ic_fluent_app_recent_24_filled`| |App Store||`appStore24Filled`|`ic_fluent_app_store_24_filled`| |App Title||`appTitle20Filled`
`appTitle24Filled`|`ic_fluent_app_title_20_filled`
`ic_fluent_app_title_24_filled`| -|Approvals App||`approvalsApp16Filled`
`approvalsApp20Filled`
`approvalsApp24Filled`
`approvalsApp28Filled`
`approvalsApp32Filled`|`ic_fluent_approvals_app_16_filled`
`ic_fluent_approvals_app_20_filled`
`ic_fluent_approvals_app_24_filled`
`ic_fluent_approvals_app_28_filled`
`ic_fluent_approvals_app_32_filled`| +|Approvals App||`approvalsApp16Filled`
`approvalsApp20Filled`
`approvalsApp24Filled`
`approvalsApp28Filled`
`approvalsApp32Filled`
`approvalsApp48Filled`|`ic_fluent_approvals_app_16_filled`
`ic_fluent_approvals_app_20_filled`
`ic_fluent_approvals_app_24_filled`
`ic_fluent_approvals_app_28_filled`
`ic_fluent_approvals_app_32_filled`
`ic_fluent_approvals_app_48_filled`| |Apps||`apps16Filled`
`apps20Filled`
`apps24Filled`
`apps28Filled`
`apps32Filled`
`apps48Filled`|`ic_fluent_apps_16_filled`
`ic_fluent_apps_20_filled`
`ic_fluent_apps_24_filled`
`ic_fluent_apps_28_filled`
`ic_fluent_apps_32_filled`
`ic_fluent_apps_48_filled`| |Apps Add In||`appsAddIn16Filled`
`appsAddIn20Filled`
`appsAddIn24Filled`
`appsAddIn28Filled`|`ic_fluent_apps_add_in_16_filled`
`ic_fluent_apps_add_in_20_filled`
`ic_fluent_apps_add_in_24_filled`
`ic_fluent_apps_add_in_28_filled`| |Apps List||`appsList20Filled`
`appsList24Filled`|`ic_fluent_apps_list_20_filled`
`ic_fluent_apps_list_24_filled`| @@ -602,7 +602,7 @@ |Clipboard Task List LTR||`clipboardTaskListLtr20Filled`
`clipboardTaskListLtr24Filled`|`ic_fluent_clipboard_task_list_ltr_20_filled`
`ic_fluent_clipboard_task_list_ltr_24_filled`| |Clipboard Task List RTL||`clipboardTaskListRtl20Filled`
`clipboardTaskListRtl24Filled`|`ic_fluent_clipboard_task_list_rtl_20_filled`
`ic_fluent_clipboard_task_list_rtl_24_filled`| |Clipboard Text||`clipboardText32Filled`|`ic_fluent_clipboard_text_32_filled`| -|Clipboard Text Edit||`clipboardTextEdit20Filled`
`clipboardTextEdit24Filled`
`clipboardTextEdit32Filled`|`ic_fluent_clipboard_text_edit_20_filled`
`ic_fluent_clipboard_text_edit_24_filled`
`ic_fluent_clipboard_text_edit_32_filled`| +|Clipboard Text Edit||`clipboardTextEdit20Filled`
`clipboardTextEdit24Filled`
`clipboardTextEdit32Filled`
`clipboardTextEdit48Filled`|`ic_fluent_clipboard_text_edit_20_filled`
`ic_fluent_clipboard_text_edit_24_filled`
`ic_fluent_clipboard_text_edit_32_filled`
`ic_fluent_clipboard_text_edit_48_filled`| |Clipboard Text LTR||`clipboardTextLtr16Filled`
`clipboardTextLtr20Filled`
`clipboardTextLtr24Filled`
`clipboardTextLtr32Filled`|`ic_fluent_clipboard_text_ltr_16_filled`
`ic_fluent_clipboard_text_ltr_20_filled`
`ic_fluent_clipboard_text_ltr_24_filled`
`ic_fluent_clipboard_text_ltr_32_filled`| |Clipboard Text RTL||`clipboardTextRtl16Filled`
`clipboardTextRtl20Filled`
`clipboardTextRtl24Filled`|`ic_fluent_clipboard_text_rtl_16_filled`
`ic_fluent_clipboard_text_rtl_20_filled`
`ic_fluent_clipboard_text_rtl_24_filled`| |Clock||`clock12Filled`
`clock16Filled`
`clock20Filled`
`clock24Filled`
`clock28Filled`
`clock32Filled`
`clock48Filled`|`ic_fluent_clock_12_filled`
`ic_fluent_clock_16_filled`
`ic_fluent_clock_20_filled`
`ic_fluent_clock_24_filled`
`ic_fluent_clock_28_filled`
`ic_fluent_clock_32_filled`
`ic_fluent_clock_48_filled`| @@ -795,7 +795,7 @@ |Delete Lines||`deleteLines20Filled`|`ic_fluent_delete_lines_20_filled`| |Delete Off||`deleteOff20Filled`
`deleteOff24Filled`|`ic_fluent_delete_off_20_filled`
`ic_fluent_delete_off_24_filled`| |Dentist||`dentist12Filled`
`dentist16Filled`
`dentist20Filled`
`dentist24Filled`
`dentist28Filled`
`dentist48Filled`|`ic_fluent_dentist_12_filled`
`ic_fluent_dentist_16_filled`
`ic_fluent_dentist_20_filled`
`ic_fluent_dentist_24_filled`
`ic_fluent_dentist_28_filled`
`ic_fluent_dentist_48_filled`| -|Design Ideas||`designIdeas16Filled`
`designIdeas20Filled`
`designIdeas24Filled`|`ic_fluent_design_ideas_16_filled`
`ic_fluent_design_ideas_20_filled`
`ic_fluent_design_ideas_24_filled`| +|Design Ideas||`designIdeas16Filled`
`designIdeas20Filled`
`designIdeas24Filled`
`designIdeas28Filled`
`designIdeas32Filled`
`designIdeas48Filled`|`ic_fluent_design_ideas_16_filled`
`ic_fluent_design_ideas_20_filled`
`ic_fluent_design_ideas_24_filled`
`ic_fluent_design_ideas_28_filled`
`ic_fluent_design_ideas_32_filled`
`ic_fluent_design_ideas_48_filled`| |Desk||`desk16Filled`
`desk20Filled`
`desk24Filled`
`desk28Filled`
`desk32Filled`
`desk48Filled`|`ic_fluent_desk_16_filled`
`ic_fluent_desk_20_filled`
`ic_fluent_desk_24_filled`
`ic_fluent_desk_28_filled`
`ic_fluent_desk_32_filled`
`ic_fluent_desk_48_filled`| |Desktop||`desktop16Filled`
`desktop20Filled`
`desktop24Filled`
`desktop28Filled`
`desktop32Filled`|`ic_fluent_desktop_16_filled`
`ic_fluent_desktop_20_filled`
`ic_fluent_desktop_24_filled`
`ic_fluent_desktop_28_filled`
`ic_fluent_desktop_32_filled`| |Desktop Arrow Down||`desktopArrowDown16Filled`
`desktopArrowDown20Filled`
`desktopArrowDown24Filled`
`desktopArrowDown32Filled`|`ic_fluent_desktop_arrow_down_16_filled`
`ic_fluent_desktop_arrow_down_20_filled`
`ic_fluent_desktop_arrow_down_24_filled`
`ic_fluent_desktop_arrow_down_32_filled`| @@ -873,7 +873,7 @@ |Document FS||`documentFs16Filled`|`ic_fluent_document_fs_16_filled`| |Document Fit||`documentFit16Filled`
`documentFit20Filled`
`documentFit24Filled`|`ic_fluent_document_fit_16_filled`
`ic_fluent_document_fit_20_filled`
`ic_fluent_document_fit_24_filled`| |Document Flowchart||`documentFlowchart20Filled`
`documentFlowchart24Filled`|`ic_fluent_document_flowchart_20_filled`
`ic_fluent_document_flowchart_24_filled`| -|Document Folder||`documentFolder16Filled`
`documentFolder20Filled`
`documentFolder24Filled`|`ic_fluent_document_folder_16_filled`
`ic_fluent_document_folder_20_filled`
`ic_fluent_document_folder_24_filled`| +|Document Folder||`documentFolder16Filled`
`documentFolder20Filled`
`documentFolder24Filled`
`documentFolder28Filled`
`documentFolder32Filled`
`documentFolder48Filled`|`ic_fluent_document_folder_16_filled`
`ic_fluent_document_folder_20_filled`
`ic_fluent_document_folder_24_filled`
`ic_fluent_document_folder_28_filled`
`ic_fluent_document_folder_32_filled`
`ic_fluent_document_folder_48_filled`| |Document Footer||`documentFooter16Filled`
`documentFooter20Filled`
`documentFooter24Filled`|`ic_fluent_document_footer_16_filled`
`ic_fluent_document_footer_20_filled`
`ic_fluent_document_footer_24_filled`| |Document Footer Dismiss||`documentFooterDismiss20Filled`
`documentFooterDismiss24Filled`|`ic_fluent_document_footer_dismiss_20_filled`
`ic_fluent_document_footer_dismiss_24_filled`| |Document Globe||`documentGlobe20Filled`
`documentGlobe24Filled`|`ic_fluent_document_globe_20_filled`
`ic_fluent_document_globe_24_filled`| @@ -1047,7 +1047,7 @@ |Extended Dock||`extendedDock20Filled`
`extendedDock24Filled`|`ic_fluent_extended_dock_20_filled`
`ic_fluent_extended_dock_24_filled`| |Eye||`eye12Filled`
`eye16Filled`
`eye20Filled`
`eye24Filled`
`eye28Filled`
`eye32Filled`
`eye48Filled`|`ic_fluent_eye_12_filled`
`ic_fluent_eye_16_filled`
`ic_fluent_eye_20_filled`
`ic_fluent_eye_24_filled`
`ic_fluent_eye_28_filled`
`ic_fluent_eye_32_filled`
`ic_fluent_eye_48_filled`| |Eye Lines||`eyeLines20Filled`
`eyeLines24Filled`
`eyeLines28Filled`
`eyeLines32Filled`
`eyeLines48Filled`|`ic_fluent_eye_lines_20_filled`
`ic_fluent_eye_lines_24_filled`
`ic_fluent_eye_lines_28_filled`
`ic_fluent_eye_lines_32_filled`
`ic_fluent_eye_lines_48_filled`| -|Eye Off||`eyeOff16Filled`
`eyeOff20Filled`
`eyeOff24Filled`|`ic_fluent_eye_off_16_filled`
`ic_fluent_eye_off_20_filled`
`ic_fluent_eye_off_24_filled`| +|Eye Off||`eyeOff16Filled`
`eyeOff20Filled`
`eyeOff24Filled`
`eyeOff32Filled`|`ic_fluent_eye_off_16_filled`
`ic_fluent_eye_off_20_filled`
`ic_fluent_eye_off_24_filled`
`ic_fluent_eye_off_32_filled`| |Eye Tracking||`eyeTracking16Filled`
`eyeTracking20Filled`
`eyeTracking24Filled`|`ic_fluent_eye_tracking_16_filled`
`ic_fluent_eye_tracking_20_filled`
`ic_fluent_eye_tracking_24_filled`| |Eye Tracking Off||`eyeTrackingOff16Filled`
`eyeTrackingOff20Filled`
`eyeTrackingOff24Filled`|`ic_fluent_eye_tracking_off_16_filled`
`ic_fluent_eye_tracking_off_20_filled`
`ic_fluent_eye_tracking_off_24_filled`| |Eyedropper||`eyedropper16Filled`
`eyedropper20Filled`
`eyedropper24Filled`|`ic_fluent_eyedropper_16_filled`
`ic_fluent_eyedropper_20_filled`
`ic_fluent_eyedropper_24_filled`| @@ -1377,7 +1377,7 @@ |Leaf One||`leafOne16Filled`
`leafOne20Filled`
`leafOne24Filled`
`leafOne32Filled`|`ic_fluent_leaf_one_16_filled`
`ic_fluent_leaf_one_20_filled`
`ic_fluent_leaf_one_24_filled`
`ic_fluent_leaf_one_32_filled`| |Leaf Three||`leafThree16Filled`
`leafThree20Filled`
`leafThree24Filled`|`ic_fluent_leaf_three_16_filled`
`ic_fluent_leaf_three_20_filled`
`ic_fluent_leaf_three_24_filled`| |Leaf Two||`leafTwo16Filled`
`leafTwo20Filled`
`leafTwo24Filled`
`leafTwo32Filled`
`leafTwo48Filled`|`ic_fluent_leaf_two_16_filled`
`ic_fluent_leaf_two_20_filled`
`ic_fluent_leaf_two_24_filled`
`ic_fluent_leaf_two_32_filled`
`ic_fluent_leaf_two_48_filled`| -|Learning App||`learningApp20Filled`
`learningApp24Filled`|`ic_fluent_learning_app_20_filled`
`ic_fluent_learning_app_24_filled`| +|Learning App||`learningApp16Filled`
`learningApp20Filled`
`learningApp24Filled`|`ic_fluent_learning_app_16_filled`
`ic_fluent_learning_app_20_filled`
`ic_fluent_learning_app_24_filled`| |Library||`library16Filled`
`library20Filled`
`library24Filled`
`library28Filled`
`library32Filled`|`ic_fluent_library_16_filled`
`ic_fluent_library_20_filled`
`ic_fluent_library_24_filled`
`ic_fluent_library_28_filled`
`ic_fluent_library_32_filled`| |Lightbulb||`lightbulb16Filled`
`lightbulb20Filled`
`lightbulb24Filled`
`lightbulb28Filled`
`lightbulb32Filled`
`lightbulb48Filled`|`ic_fluent_lightbulb_16_filled`
`ic_fluent_lightbulb_20_filled`
`ic_fluent_lightbulb_24_filled`
`ic_fluent_lightbulb_28_filled`
`ic_fluent_lightbulb_32_filled`
`ic_fluent_lightbulb_48_filled`| |Lightbulb Checkmark||`lightbulbCheckmark20Filled`|`ic_fluent_lightbulb_checkmark_20_filled`| @@ -1857,7 +1857,7 @@ |Reading List Add||`readingListAdd16Filled`
`readingListAdd20Filled`
`readingListAdd24Filled`
`readingListAdd28Filled`|`ic_fluent_reading_list_add_16_filled`
`ic_fluent_reading_list_add_20_filled`
`ic_fluent_reading_list_add_24_filled`
`ic_fluent_reading_list_add_28_filled`| |Reading Mode Mobile||`readingModeMobile20Filled`
`readingModeMobile24Filled`|`ic_fluent_reading_mode_mobile_20_filled`
`ic_fluent_reading_mode_mobile_24_filled`| |Real Estate||`realEstate20Filled`
`realEstate24Filled`|`ic_fluent_real_estate_20_filled`
`ic_fluent_real_estate_24_filled`| -|Receipt||`receipt16Filled`
`receipt20Filled`
`receipt24Filled`
`receipt28Filled`
`receipt32Filled`|`ic_fluent_receipt_16_filled`
`ic_fluent_receipt_20_filled`
`ic_fluent_receipt_24_filled`
`ic_fluent_receipt_28_filled`
`ic_fluent_receipt_32_filled`| +|Receipt||`receipt16Filled`
`receipt20Filled`
`receipt24Filled`
`receipt28Filled`
`receipt32Filled`
`receipt48Filled`|`ic_fluent_receipt_16_filled`
`ic_fluent_receipt_20_filled`
`ic_fluent_receipt_24_filled`
`ic_fluent_receipt_28_filled`
`ic_fluent_receipt_32_filled`
`ic_fluent_receipt_48_filled`| |Receipt Add||`receiptAdd20Filled`
`receiptAdd24Filled`|`ic_fluent_receipt_add_20_filled`
`ic_fluent_receipt_add_24_filled`| |Receipt Bag||`receiptBag20Filled`
`receiptBag24Filled`|`ic_fluent_receipt_bag_20_filled`
`ic_fluent_receipt_bag_24_filled`| |Receipt Cube||`receiptCube20Filled`
`receiptCube24Filled`|`ic_fluent_receipt_cube_20_filled`
`ic_fluent_receipt_cube_24_filled`| @@ -2548,6 +2548,7 @@ |Video Add||`videoAdd20Filled`
`videoAdd24Filled`|`ic_fluent_video_add_20_filled`
`ic_fluent_video_add_24_filled`| |Video Background Effect||`videoBackgroundEffect16Filled`
`videoBackgroundEffect20Filled`
`videoBackgroundEffect24Filled`
`videoBackgroundEffect28Filled`
`videoBackgroundEffect32Filled`
`videoBackgroundEffect48Filled`|`ic_fluent_video_background_effect_16_filled`
`ic_fluent_video_background_effect_20_filled`
`ic_fluent_video_background_effect_24_filled`
`ic_fluent_video_background_effect_28_filled`
`ic_fluent_video_background_effect_32_filled`
`ic_fluent_video_background_effect_48_filled`| |Video Background Effect Horizontal||`videoBackgroundEffectHorizontal16Filled`
`videoBackgroundEffectHorizontal20Filled`
`videoBackgroundEffectHorizontal24Filled`
`videoBackgroundEffectHorizontal28Filled`
`videoBackgroundEffectHorizontal32Filled`
`videoBackgroundEffectHorizontal48Filled`|`ic_fluent_video_background_effect_horizontal_16_filled`
`ic_fluent_video_background_effect_horizontal_20_filled`
`ic_fluent_video_background_effect_horizontal_24_filled`
`ic_fluent_video_background_effect_horizontal_28_filled`
`ic_fluent_video_background_effect_horizontal_32_filled`
`ic_fluent_video_background_effect_horizontal_48_filled`| +|Video Bluetooth||`videoBluetooth16Filled`
`videoBluetooth20Filled`
`videoBluetooth24Filled`
`videoBluetooth28Filled`
`videoBluetooth32Filled`
`videoBluetooth48Filled`|`ic_fluent_video_bluetooth_16_filled`
`ic_fluent_video_bluetooth_20_filled`
`ic_fluent_video_bluetooth_24_filled`
`ic_fluent_video_bluetooth_28_filled`
`ic_fluent_video_bluetooth_32_filled`
`ic_fluent_video_bluetooth_48_filled`| |Video Chat||`videoChat16Filled`
`videoChat20Filled`
`videoChat24Filled`
`videoChat28Filled`
`videoChat32Filled`
`videoChat48Filled`|`ic_fluent_video_chat_16_filled`
`ic_fluent_video_chat_20_filled`
`ic_fluent_video_chat_24_filled`
`ic_fluent_video_chat_28_filled`
`ic_fluent_video_chat_32_filled`
`ic_fluent_video_chat_48_filled`| |Video Clip||`videoClip16Filled`
`videoClip20Filled`
`videoClip24Filled`
`videoClip28Filled`
`videoClip32Filled`
`videoClip48Filled`|`ic_fluent_video_clip_16_filled`
`ic_fluent_video_clip_20_filled`
`ic_fluent_video_clip_24_filled`
`ic_fluent_video_clip_28_filled`
`ic_fluent_video_clip_32_filled`
`ic_fluent_video_clip_48_filled`| |Video Clip Multiple||`videoClipMultiple16Filled`
`videoClipMultiple20Filled`
`videoClipMultiple24Filled`|`ic_fluent_video_clip_multiple_16_filled`
`ic_fluent_video_clip_multiple_20_filled`
`ic_fluent_video_clip_multiple_24_filled`| @@ -2572,6 +2573,7 @@ |Video Security||`videoSecurity20Filled`
`videoSecurity24Filled`|`ic_fluent_video_security_20_filled`
`ic_fluent_video_security_24_filled`| |Video Switch||`videoSwitch20Filled`
`videoSwitch24Filled`|`ic_fluent_video_switch_20_filled`
`ic_fluent_video_switch_24_filled`| |Video Sync||`videoSync20Filled`|`ic_fluent_video_sync_20_filled`| +|Video USB||`videoUsb16Filled`
`videoUsb20Filled`
`videoUsb24Filled`
`videoUsb28Filled`
`videoUsb32Filled`
`videoUsb48Filled`|`ic_fluent_video_usb_16_filled`
`ic_fluent_video_usb_20_filled`
`ic_fluent_video_usb_24_filled`
`ic_fluent_video_usb_28_filled`
`ic_fluent_video_usb_32_filled`
`ic_fluent_video_usb_48_filled`| |View Desktop||`viewDesktop20Filled`
`viewDesktop24Filled`|`ic_fluent_view_desktop_20_filled`
`ic_fluent_view_desktop_24_filled`| |View Desktop Mobile||`viewDesktopMobile20Filled`
`viewDesktopMobile24Filled`|`ic_fluent_view_desktop_mobile_20_filled`
`ic_fluent_view_desktop_mobile_24_filled`| |Virtual Network||`virtualNetwork20Filled`|`ic_fluent_virtual_network_20_filled`| diff --git a/icons_light.md b/icons_light.md index 9206b79db5..0fdf12f4bf 100644 --- a/icons_light.md +++ b/icons_light.md @@ -5,6 +5,7 @@ |---|---|---|---| |Accessibility Checkmark||`accessibilityCheckmark32Light`|`ic_fluent_accessibility_checkmark_32_light`| |Add||`add32Light`|`ic_fluent_add_32_light`| +|Alert||`alert32Light`|`ic_fluent_alert_32_light`| |App Folder||`appFolder32Light`|`ic_fluent_app_folder_32_light`| |App Generic||`appGeneric32Light`|`ic_fluent_app_generic_32_light`| |Archive||`archive32Light`|`ic_fluent_archive_32_light`| @@ -61,6 +62,8 @@ |Door Arrow Right||`doorArrowRight32Light`|`ic_fluent_door_arrow_right_32_light`| |Edit||`edit32Light`|`ic_fluent_edit_32_light`| |Emoji||`emoji32Light`|`ic_fluent_emoji_32_light`| +|Eye||`eye32Light`|`ic_fluent_eye_32_light`| +|Eye Off||`eyeOff32Light`|`ic_fluent_eye_off_32_light`| |Filter||`filter32Light`|`ic_fluent_filter_32_light`| |Flag||`flag32Light`|`ic_fluent_flag_32_light`| |Flag Off||`flagOff32Light`|`ic_fluent_flag_off_32_light`| @@ -101,6 +104,7 @@ |Mail Unread||`mailUnread32Light`|`ic_fluent_mail_unread_32_light`| |Mic||`mic32Light`|`ic_fluent_mic_32_light`| |Molecule||`molecule32Light`|`ic_fluent_molecule_32_light`| +|Newsletter||`newsletter32Light`|`ic_fluent_newsletter_32_light`| |Note||`note32Light`|`ic_fluent_note_32_light`| |Options||`options32Light`|`ic_fluent_options_32_light`| |Paint Brush||`paintBrush32Light`|`ic_fluent_paint_brush_32_light`| diff --git a/icons_regular.md b/icons_regular.md index 806d83a18c..15f7a49f97 100644 --- a/icons_regular.md +++ b/icons_regular.md @@ -10,7 +10,7 @@ |Accessibility More||`accessibilityMore16Regular`
`accessibilityMore20Regular`
`accessibilityMore24Regular`|`ic_fluent_accessibility_more_16_regular`
`ic_fluent_accessibility_more_20_regular`
`ic_fluent_accessibility_more_24_regular`| |Accessibility Question Mark||`accessibilityQuestionMark20Regular`
`accessibilityQuestionMark24Regular`|`ic_fluent_accessibility_question_mark_20_regular`
`ic_fluent_accessibility_question_mark_24_regular`| |Add||`add12Regular`
`add16Regular`
`add20Regular`
`add24Regular`
`add28Regular`
`add32Regular`
`add48Regular`|`ic_fluent_add_12_regular`
`ic_fluent_add_16_regular`
`ic_fluent_add_20_regular`
`ic_fluent_add_24_regular`
`ic_fluent_add_28_regular`
`ic_fluent_add_32_regular`
`ic_fluent_add_48_regular`| -|Add Circle||`addCircle12Regular`
`addCircle16Regular`
`addCircle20Regular`
`addCircle24Regular`
`addCircle28Regular`
`addCircle32Regular`|`ic_fluent_add_circle_12_regular`
`ic_fluent_add_circle_16_regular`
`ic_fluent_add_circle_20_regular`
`ic_fluent_add_circle_24_regular`
`ic_fluent_add_circle_28_regular`
`ic_fluent_add_circle_32_regular`| +|Add Circle||`addCircle12Regular`
`addCircle16Regular`
`addCircle20Regular`
`addCircle24Regular`
`addCircle28Regular`
`addCircle32Regular`
`addCircle48Regular`|`ic_fluent_add_circle_12_regular`
`ic_fluent_add_circle_16_regular`
`ic_fluent_add_circle_20_regular`
`ic_fluent_add_circle_24_regular`
`ic_fluent_add_circle_28_regular`
`ic_fluent_add_circle_32_regular`
`ic_fluent_add_circle_48_regular`| |Add Square||`addSquare16Regular`
`addSquare20Regular`
`addSquare24Regular`
`addSquare28Regular`
`addSquare32Regular`
`addSquare48Regular`|`ic_fluent_add_square_16_regular`
`ic_fluent_add_square_20_regular`
`ic_fluent_add_square_24_regular`
`ic_fluent_add_square_28_regular`
`ic_fluent_add_square_32_regular`
`ic_fluent_add_square_48_regular`| |Add Square Multiple||`addSquareMultiple16Regular`
`addSquareMultiple20Regular`
`addSquareMultiple24Regular`|`ic_fluent_add_square_multiple_16_regular`
`ic_fluent_add_square_multiple_20_regular`
`ic_fluent_add_square_multiple_24_regular`| |Add Subtract Circle||`addSubtractCircle16Regular`
`addSubtractCircle20Regular`
`addSubtractCircle24Regular`
`addSubtractCircle28Regular`
`addSubtractCircle48Regular`|`ic_fluent_add_subtract_circle_16_regular`
`ic_fluent_add_subtract_circle_20_regular`
`ic_fluent_add_subtract_circle_24_regular`
`ic_fluent_add_subtract_circle_28_regular`
`ic_fluent_add_subtract_circle_48_regular`| @@ -59,7 +59,7 @@ |App Recent||`appRecent20Regular`
`appRecent24Regular`|`ic_fluent_app_recent_20_regular`
`ic_fluent_app_recent_24_regular`| |App Store||`appStore24Regular`|`ic_fluent_app_store_24_regular`| |App Title||`appTitle20Regular`
`appTitle24Regular`|`ic_fluent_app_title_20_regular`
`ic_fluent_app_title_24_regular`| -|Approvals App||`approvalsApp16Regular`
`approvalsApp20Regular`
`approvalsApp24Regular`
`approvalsApp28Regular`
`approvalsApp32Regular`|`ic_fluent_approvals_app_16_regular`
`ic_fluent_approvals_app_20_regular`
`ic_fluent_approvals_app_24_regular`
`ic_fluent_approvals_app_28_regular`
`ic_fluent_approvals_app_32_regular`| +|Approvals App||`approvalsApp16Regular`
`approvalsApp20Regular`
`approvalsApp24Regular`
`approvalsApp28Regular`
`approvalsApp32Regular`
`approvalsApp48Regular`|`ic_fluent_approvals_app_16_regular`
`ic_fluent_approvals_app_20_regular`
`ic_fluent_approvals_app_24_regular`
`ic_fluent_approvals_app_28_regular`
`ic_fluent_approvals_app_32_regular`
`ic_fluent_approvals_app_48_regular`| |Apps||`apps16Regular`
`apps20Regular`
`apps24Regular`
`apps28Regular`
`apps32Regular`
`apps48Regular`|`ic_fluent_apps_16_regular`
`ic_fluent_apps_20_regular`
`ic_fluent_apps_24_regular`
`ic_fluent_apps_28_regular`
`ic_fluent_apps_32_regular`
`ic_fluent_apps_48_regular`| |Apps Add In||`appsAddIn16Regular`
`appsAddIn20Regular`
`appsAddIn24Regular`
`appsAddIn28Regular`|`ic_fluent_apps_add_in_16_regular`
`ic_fluent_apps_add_in_20_regular`
`ic_fluent_apps_add_in_24_regular`
`ic_fluent_apps_add_in_28_regular`| |Apps List||`appsList20Regular`
`appsList24Regular`|`ic_fluent_apps_list_20_regular`
`ic_fluent_apps_list_24_regular`| @@ -602,7 +602,7 @@ |Clipboard Task List LTR||`clipboardTaskListLtr20Regular`
`clipboardTaskListLtr24Regular`|`ic_fluent_clipboard_task_list_ltr_20_regular`
`ic_fluent_clipboard_task_list_ltr_24_regular`| |Clipboard Task List RTL||`clipboardTaskListRtl20Regular`
`clipboardTaskListRtl24Regular`|`ic_fluent_clipboard_task_list_rtl_20_regular`
`ic_fluent_clipboard_task_list_rtl_24_regular`| |Clipboard Text||`clipboardText32Regular`|`ic_fluent_clipboard_text_32_regular`| -|Clipboard Text Edit||`clipboardTextEdit20Regular`
`clipboardTextEdit24Regular`
`clipboardTextEdit32Regular`|`ic_fluent_clipboard_text_edit_20_regular`
`ic_fluent_clipboard_text_edit_24_regular`
`ic_fluent_clipboard_text_edit_32_regular`| +|Clipboard Text Edit||`clipboardTextEdit20Regular`
`clipboardTextEdit24Regular`
`clipboardTextEdit32Regular`
`clipboardTextEdit48Regular`|`ic_fluent_clipboard_text_edit_20_regular`
`ic_fluent_clipboard_text_edit_24_regular`
`ic_fluent_clipboard_text_edit_32_regular`
`ic_fluent_clipboard_text_edit_48_regular`| |Clipboard Text LTR||`clipboardTextLtr16Regular`
`clipboardTextLtr20Regular`
`clipboardTextLtr24Regular`
`clipboardTextLtr32Regular`|`ic_fluent_clipboard_text_ltr_16_regular`
`ic_fluent_clipboard_text_ltr_20_regular`
`ic_fluent_clipboard_text_ltr_24_regular`
`ic_fluent_clipboard_text_ltr_32_regular`| |Clipboard Text RTL||`clipboardTextRtl16Regular`
`clipboardTextRtl20Regular`
`clipboardTextRtl24Regular`|`ic_fluent_clipboard_text_rtl_16_regular`
`ic_fluent_clipboard_text_rtl_20_regular`
`ic_fluent_clipboard_text_rtl_24_regular`| |Clock||`clock12Regular`
`clock16Regular`
`clock20Regular`
`clock24Regular`
`clock28Regular`
`clock32Regular`
`clock48Regular`|`ic_fluent_clock_12_regular`
`ic_fluent_clock_16_regular`
`ic_fluent_clock_20_regular`
`ic_fluent_clock_24_regular`
`ic_fluent_clock_28_regular`
`ic_fluent_clock_32_regular`
`ic_fluent_clock_48_regular`| @@ -798,7 +798,7 @@ |Delete Lines||`deleteLines20Regular`|`ic_fluent_delete_lines_20_regular`| |Delete Off||`deleteOff20Regular`
`deleteOff24Regular`|`ic_fluent_delete_off_20_regular`
`ic_fluent_delete_off_24_regular`| |Dentist||`dentist12Regular`
`dentist16Regular`
`dentist20Regular`
`dentist24Regular`
`dentist28Regular`
`dentist48Regular`|`ic_fluent_dentist_12_regular`
`ic_fluent_dentist_16_regular`
`ic_fluent_dentist_20_regular`
`ic_fluent_dentist_24_regular`
`ic_fluent_dentist_28_regular`
`ic_fluent_dentist_48_regular`| -|Design Ideas||`designIdeas16Regular`
`designIdeas20Regular`
`designIdeas24Regular`|`ic_fluent_design_ideas_16_regular`
`ic_fluent_design_ideas_20_regular`
`ic_fluent_design_ideas_24_regular`| +|Design Ideas||`designIdeas16Regular`
`designIdeas20Regular`
`designIdeas24Regular`
`designIdeas28Regular`
`designIdeas32Regular`
`designIdeas48Regular`|`ic_fluent_design_ideas_16_regular`
`ic_fluent_design_ideas_20_regular`
`ic_fluent_design_ideas_24_regular`
`ic_fluent_design_ideas_28_regular`
`ic_fluent_design_ideas_32_regular`
`ic_fluent_design_ideas_48_regular`| |Desk||`desk16Regular`
`desk20Regular`
`desk24Regular`
`desk28Regular`
`desk32Regular`
`desk48Regular`|`ic_fluent_desk_16_regular`
`ic_fluent_desk_20_regular`
`ic_fluent_desk_24_regular`
`ic_fluent_desk_28_regular`
`ic_fluent_desk_32_regular`
`ic_fluent_desk_48_regular`| |Desktop||`desktop16Regular`
`desktop20Regular`
`desktop24Regular`
`desktop28Regular`
`desktop32Regular`|`ic_fluent_desktop_16_regular`
`ic_fluent_desktop_20_regular`
`ic_fluent_desktop_24_regular`
`ic_fluent_desktop_28_regular`
`ic_fluent_desktop_32_regular`| |Desktop Arrow Down||`desktopArrowDown16Regular`
`desktopArrowDown20Regular`
`desktopArrowDown24Regular`
`desktopArrowDown32Regular`|`ic_fluent_desktop_arrow_down_16_regular`
`ic_fluent_desktop_arrow_down_20_regular`
`ic_fluent_desktop_arrow_down_24_regular`
`ic_fluent_desktop_arrow_down_32_regular`| @@ -876,7 +876,7 @@ |Document FS||`documentFs16Regular`|`ic_fluent_document_fs_16_regular`| |Document Fit||`documentFit16Regular`
`documentFit20Regular`
`documentFit24Regular`|`ic_fluent_document_fit_16_regular`
`ic_fluent_document_fit_20_regular`
`ic_fluent_document_fit_24_regular`| |Document Flowchart||`documentFlowchart20Regular`
`documentFlowchart24Regular`|`ic_fluent_document_flowchart_20_regular`
`ic_fluent_document_flowchart_24_regular`| -|Document Folder||`documentFolder16Regular`
`documentFolder20Regular`
`documentFolder24Regular`|`ic_fluent_document_folder_16_regular`
`ic_fluent_document_folder_20_regular`
`ic_fluent_document_folder_24_regular`| +|Document Folder||`documentFolder16Regular`
`documentFolder20Regular`
`documentFolder24Regular`
`documentFolder28Regular`
`documentFolder32Regular`
`documentFolder48Regular`|`ic_fluent_document_folder_16_regular`
`ic_fluent_document_folder_20_regular`
`ic_fluent_document_folder_24_regular`
`ic_fluent_document_folder_28_regular`
`ic_fluent_document_folder_32_regular`
`ic_fluent_document_folder_48_regular`| |Document Footer||`documentFooter16Regular`
`documentFooter20Regular`
`documentFooter24Regular`|`ic_fluent_document_footer_16_regular`
`ic_fluent_document_footer_20_regular`
`ic_fluent_document_footer_24_regular`| |Document Footer Dismiss||`documentFooterDismiss20Regular`
`documentFooterDismiss24Regular`|`ic_fluent_document_footer_dismiss_20_regular`
`ic_fluent_document_footer_dismiss_24_regular`| |Document Globe||`documentGlobe20Regular`
`documentGlobe24Regular`|`ic_fluent_document_globe_20_regular`
`ic_fluent_document_globe_24_regular`| @@ -1050,7 +1050,7 @@ |Extended Dock||`extendedDock20Regular`
`extendedDock24Regular`|`ic_fluent_extended_dock_20_regular`
`ic_fluent_extended_dock_24_regular`| |Eye||`eye12Regular`
`eye16Regular`
`eye20Regular`
`eye24Regular`
`eye28Regular`
`eye32Regular`
`eye48Regular`|`ic_fluent_eye_12_regular`
`ic_fluent_eye_16_regular`
`ic_fluent_eye_20_regular`
`ic_fluent_eye_24_regular`
`ic_fluent_eye_28_regular`
`ic_fluent_eye_32_regular`
`ic_fluent_eye_48_regular`| |Eye Lines||`eyeLines20Regular`
`eyeLines24Regular`
`eyeLines28Regular`
`eyeLines32Regular`
`eyeLines48Regular`|`ic_fluent_eye_lines_20_regular`
`ic_fluent_eye_lines_24_regular`
`ic_fluent_eye_lines_28_regular`
`ic_fluent_eye_lines_32_regular`
`ic_fluent_eye_lines_48_regular`| -|Eye Off||`eyeOff16Regular`
`eyeOff20Regular`
`eyeOff24Regular`|`ic_fluent_eye_off_16_regular`
`ic_fluent_eye_off_20_regular`
`ic_fluent_eye_off_24_regular`| +|Eye Off||`eyeOff16Regular`
`eyeOff20Regular`
`eyeOff24Regular`
`eyeOff32Regular`|`ic_fluent_eye_off_16_regular`
`ic_fluent_eye_off_20_regular`
`ic_fluent_eye_off_24_regular`
`ic_fluent_eye_off_32_regular`| |Eye Tracking||`eyeTracking16Regular`
`eyeTracking20Regular`
`eyeTracking24Regular`|`ic_fluent_eye_tracking_16_regular`
`ic_fluent_eye_tracking_20_regular`
`ic_fluent_eye_tracking_24_regular`| |Eye Tracking Off||`eyeTrackingOff16Regular`
`eyeTrackingOff20Regular`
`eyeTrackingOff24Regular`|`ic_fluent_eye_tracking_off_16_regular`
`ic_fluent_eye_tracking_off_20_regular`
`ic_fluent_eye_tracking_off_24_regular`| |Eyedropper||`eyedropper16Regular`
`eyedropper20Regular`
`eyedropper24Regular`|`ic_fluent_eyedropper_16_regular`
`ic_fluent_eyedropper_20_regular`
`ic_fluent_eyedropper_24_regular`| @@ -1339,7 +1339,7 @@ |Leaf One||`leafOne16Regular`
`leafOne20Regular`
`leafOne24Regular`
`leafOne32Regular`|`ic_fluent_leaf_one_16_regular`
`ic_fluent_leaf_one_20_regular`
`ic_fluent_leaf_one_24_regular`
`ic_fluent_leaf_one_32_regular`| |Leaf Three||`leafThree16Regular`
`leafThree20Regular`
`leafThree24Regular`|`ic_fluent_leaf_three_16_regular`
`ic_fluent_leaf_three_20_regular`
`ic_fluent_leaf_three_24_regular`| |Leaf Two||`leafTwo16Regular`
`leafTwo20Regular`
`leafTwo24Regular`
`leafTwo32Regular`
`leafTwo48Regular`|`ic_fluent_leaf_two_16_regular`
`ic_fluent_leaf_two_20_regular`
`ic_fluent_leaf_two_24_regular`
`ic_fluent_leaf_two_32_regular`
`ic_fluent_leaf_two_48_regular`| -|Learning App||`learningApp20Regular`
`learningApp24Regular`|`ic_fluent_learning_app_20_regular`
`ic_fluent_learning_app_24_regular`| +|Learning App||`learningApp16Regular`
`learningApp20Regular`
`learningApp24Regular`|`ic_fluent_learning_app_16_regular`
`ic_fluent_learning_app_20_regular`
`ic_fluent_learning_app_24_regular`| |Library||`library16Regular`
`library20Regular`
`library24Regular`
`library28Regular`
`library32Regular`|`ic_fluent_library_16_regular`
`ic_fluent_library_20_regular`
`ic_fluent_library_24_regular`
`ic_fluent_library_28_regular`
`ic_fluent_library_32_regular`| |Lightbulb||`lightbulb16Regular`
`lightbulb20Regular`
`lightbulb24Regular`
`lightbulb28Regular`
`lightbulb32Regular`
`lightbulb48Regular`|`ic_fluent_lightbulb_16_regular`
`ic_fluent_lightbulb_20_regular`
`ic_fluent_lightbulb_24_regular`
`ic_fluent_lightbulb_28_regular`
`ic_fluent_lightbulb_32_regular`
`ic_fluent_lightbulb_48_regular`| |Lightbulb Checkmark||`lightbulbCheckmark20Regular`|`ic_fluent_lightbulb_checkmark_20_regular`| @@ -1822,7 +1822,7 @@ |Reading List Add||`readingListAdd16Regular`
`readingListAdd20Regular`
`readingListAdd24Regular`
`readingListAdd28Regular`|`ic_fluent_reading_list_add_16_regular`
`ic_fluent_reading_list_add_20_regular`
`ic_fluent_reading_list_add_24_regular`
`ic_fluent_reading_list_add_28_regular`| |Reading Mode Mobile||`readingModeMobile20Regular`
`readingModeMobile24Regular`|`ic_fluent_reading_mode_mobile_20_regular`
`ic_fluent_reading_mode_mobile_24_regular`| |Real Estate||`realEstate20Regular`
`realEstate24Regular`|`ic_fluent_real_estate_20_regular`
`ic_fluent_real_estate_24_regular`| -|Receipt||`receipt16Regular`
`receipt20Regular`
`receipt24Regular`
`receipt28Regular`
`receipt32Regular`|`ic_fluent_receipt_16_regular`
`ic_fluent_receipt_20_regular`
`ic_fluent_receipt_24_regular`
`ic_fluent_receipt_28_regular`
`ic_fluent_receipt_32_regular`| +|Receipt||`receipt16Regular`
`receipt20Regular`
`receipt24Regular`
`receipt28Regular`
`receipt32Regular`
`receipt48Regular`|`ic_fluent_receipt_16_regular`
`ic_fluent_receipt_20_regular`
`ic_fluent_receipt_24_regular`
`ic_fluent_receipt_28_regular`
`ic_fluent_receipt_32_regular`
`ic_fluent_receipt_48_regular`| |Receipt Add||`receiptAdd20Regular`
`receiptAdd24Regular`|`ic_fluent_receipt_add_20_regular`
`ic_fluent_receipt_add_24_regular`| |Receipt Bag||`receiptBag20Regular`
`receiptBag24Regular`|`ic_fluent_receipt_bag_20_regular`
`ic_fluent_receipt_bag_24_regular`| |Receipt Cube||`receiptCube20Regular`
`receiptCube24Regular`|`ic_fluent_receipt_cube_20_regular`
`ic_fluent_receipt_cube_24_regular`| @@ -2511,6 +2511,7 @@ |Video Add||`videoAdd20Regular`
`videoAdd24Regular`|`ic_fluent_video_add_20_regular`
`ic_fluent_video_add_24_regular`| |Video Background Effect||`videoBackgroundEffect16Regular`
`videoBackgroundEffect20Regular`
`videoBackgroundEffect24Regular`
`videoBackgroundEffect28Regular`
`videoBackgroundEffect32Regular`
`videoBackgroundEffect48Regular`|`ic_fluent_video_background_effect_16_regular`
`ic_fluent_video_background_effect_20_regular`
`ic_fluent_video_background_effect_24_regular`
`ic_fluent_video_background_effect_28_regular`
`ic_fluent_video_background_effect_32_regular`
`ic_fluent_video_background_effect_48_regular`| |Video Background Effect Horizontal||`videoBackgroundEffectHorizontal16Regular`
`videoBackgroundEffectHorizontal20Regular`
`videoBackgroundEffectHorizontal24Regular`
`videoBackgroundEffectHorizontal28Regular`
`videoBackgroundEffectHorizontal32Regular`
`videoBackgroundEffectHorizontal48Regular`|`ic_fluent_video_background_effect_horizontal_16_regular`
`ic_fluent_video_background_effect_horizontal_20_regular`
`ic_fluent_video_background_effect_horizontal_24_regular`
`ic_fluent_video_background_effect_horizontal_28_regular`
`ic_fluent_video_background_effect_horizontal_32_regular`
`ic_fluent_video_background_effect_horizontal_48_regular`| +|Video Bluetooth||`videoBluetooth16Regular`
`videoBluetooth20Regular`
`videoBluetooth24Regular`
`videoBluetooth28Regular`
`videoBluetooth32Regular`
`videoBluetooth48Regular`|`ic_fluent_video_bluetooth_16_regular`
`ic_fluent_video_bluetooth_20_regular`
`ic_fluent_video_bluetooth_24_regular`
`ic_fluent_video_bluetooth_28_regular`
`ic_fluent_video_bluetooth_32_regular`
`ic_fluent_video_bluetooth_48_regular`| |Video Chat||`videoChat16Regular`
`videoChat20Regular`
`videoChat24Regular`
`videoChat28Regular`
`videoChat32Regular`
`videoChat48Regular`|`ic_fluent_video_chat_16_regular`
`ic_fluent_video_chat_20_regular`
`ic_fluent_video_chat_24_regular`
`ic_fluent_video_chat_28_regular`
`ic_fluent_video_chat_32_regular`
`ic_fluent_video_chat_48_regular`| |Video Clip||`videoClip16Regular`
`videoClip20Regular`
`videoClip24Regular`
`videoClip28Regular`
`videoClip32Regular`
`videoClip48Regular`|`ic_fluent_video_clip_16_regular`
`ic_fluent_video_clip_20_regular`
`ic_fluent_video_clip_24_regular`
`ic_fluent_video_clip_28_regular`
`ic_fluent_video_clip_32_regular`
`ic_fluent_video_clip_48_regular`| |Video Clip Multiple||`videoClipMultiple16Regular`
`videoClipMultiple20Regular`
`videoClipMultiple24Regular`|`ic_fluent_video_clip_multiple_16_regular`
`ic_fluent_video_clip_multiple_20_regular`
`ic_fluent_video_clip_multiple_24_regular`| @@ -2535,6 +2536,7 @@ |Video Security||`videoSecurity20Regular`
`videoSecurity24Regular`|`ic_fluent_video_security_20_regular`
`ic_fluent_video_security_24_regular`| |Video Switch||`videoSwitch20Regular`
`videoSwitch24Regular`|`ic_fluent_video_switch_20_regular`
`ic_fluent_video_switch_24_regular`| |Video Sync||`videoSync20Regular`|`ic_fluent_video_sync_20_regular`| +|Video USB||`videoUsb16Regular`
`videoUsb20Regular`
`videoUsb24Regular`
`videoUsb28Regular`
`videoUsb32Regular`
`videoUsb48Regular`|`ic_fluent_video_usb_16_regular`
`ic_fluent_video_usb_20_regular`
`ic_fluent_video_usb_24_regular`
`ic_fluent_video_usb_28_regular`
`ic_fluent_video_usb_32_regular`
`ic_fluent_video_usb_48_regular`| |View Desktop||`viewDesktop20Regular`
`viewDesktop24Regular`|`ic_fluent_view_desktop_20_regular`
`ic_fluent_view_desktop_24_regular`| |View Desktop Mobile||`viewDesktopMobile20Regular`
`viewDesktopMobile24Regular`|`ic_fluent_view_desktop_mobile_20_regular`
`ic_fluent_view_desktop_mobile_24_regular`| |Virtual Network||`virtualNetwork20Regular`|`ic_fluent_virtual_network_20_regular`| diff --git a/ios/BUILD.gn b/ios/BUILD.gn index 2846117c09..33cf6217e6 100644 --- a/ios/BUILD.gn +++ b/ios/BUILD.gn @@ -551,6 +551,22 @@ bundle_data_xcassets("ic_fluent_add_circle_32_regular") { ] } +bundle_data_xcassets("ic_fluent_add_circle_48_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_circle_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_circle_48_filled.imageset/ic_fluent_add_circle_48_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_add_circle_48_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_circle_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_circle_48_regular.imageset/ic_fluent_add_circle_48_regular.svg", + ] +} + bundle_data_xcassets("ic_fluent_add_square_16_filled") { catalog = "FluentIcons/Assets/IconAssets.xcassets" sources = [ @@ -1119,6 +1135,14 @@ bundle_data_xcassets("ic_fluent_alert_32_filled") { ] } +bundle_data_xcassets("ic_fluent_alert_32_light") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_alert_32_light.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_alert_32_light.imageset/ic_fluent_alert_32_light.svg", + ] +} + bundle_data_xcassets("ic_fluent_alert_32_regular") { catalog = "FluentIcons/Assets/IconAssets.xcassets" sources = [ @@ -2983,6 +3007,22 @@ bundle_data_xcassets("ic_fluent_approvals_app_32_regular") { ] } +bundle_data_xcassets("ic_fluent_approvals_app_48_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_48_filled.imageset/ic_fluent_approvals_app_48_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_approvals_app_48_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_48_regular.imageset/ic_fluent_approvals_app_48_regular.svg", + ] +} + bundle_data_xcassets("ic_fluent_apps_16_filled") { catalog = "FluentIcons/Assets/IconAssets.xcassets" sources = [ @@ -30483,6 +30523,22 @@ bundle_data_xcassets("ic_fluent_clipboard_text_edit_32_regular") { ] } +bundle_data_xcassets("ic_fluent_clipboard_text_edit_48_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_edit_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_edit_48_filled.imageset/ic_fluent_clipboard_text_edit_48_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_clipboard_text_edit_48_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_edit_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_edit_48_regular.imageset/ic_fluent_clipboard_text_edit_48_regular.svg", + ] +} + bundle_data_xcassets("ic_fluent_clock_12_filled") { catalog = "FluentIcons/Assets/IconAssets.xcassets" sources = [ @@ -39755,6 +39811,54 @@ bundle_data_xcassets("ic_fluent_design_ideas_24_regular") { ] } +bundle_data_xcassets("ic_fluent_design_ideas_28_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_28_filled.imageset/ic_fluent_design_ideas_28_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_design_ideas_28_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_28_regular.imageset/ic_fluent_design_ideas_28_regular.svg", + ] +} + +bundle_data_xcassets("ic_fluent_design_ideas_32_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_32_filled.imageset/ic_fluent_design_ideas_32_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_design_ideas_32_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_32_regular.imageset/ic_fluent_design_ideas_32_regular.svg", + ] +} + +bundle_data_xcassets("ic_fluent_design_ideas_48_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_48_filled.imageset/ic_fluent_design_ideas_48_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_design_ideas_48_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_48_regular.imageset/ic_fluent_design_ideas_48_regular.svg", + ] +} + bundle_data_xcassets("ic_fluent_desk_16_filled") { catalog = "FluentIcons/Assets/IconAssets.xcassets" sources = [ @@ -43723,6 +43827,54 @@ bundle_data_xcassets("ic_fluent_document_folder_24_regular") { ] } +bundle_data_xcassets("ic_fluent_document_folder_28_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_28_filled.imageset/ic_fluent_document_folder_28_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_document_folder_28_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_28_regular.imageset/ic_fluent_document_folder_28_regular.svg", + ] +} + +bundle_data_xcassets("ic_fluent_document_folder_32_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_32_filled.imageset/ic_fluent_document_folder_32_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_document_folder_32_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_32_regular.imageset/ic_fluent_document_folder_32_regular.svg", + ] +} + +bundle_data_xcassets("ic_fluent_document_folder_48_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_48_filled.imageset/ic_fluent_document_folder_48_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_document_folder_48_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_48_regular.imageset/ic_fluent_document_folder_48_regular.svg", + ] +} + bundle_data_xcassets("ic_fluent_document_footer_16_filled") { catalog = "FluentIcons/Assets/IconAssets.xcassets" sources = [ @@ -51179,6 +51331,14 @@ bundle_data_xcassets("ic_fluent_eye_32_filled") { ] } +bundle_data_xcassets("ic_fluent_eye_32_light") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_32_light.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_32_light.imageset/ic_fluent_eye_32_light.svg", + ] +} + bundle_data_xcassets("ic_fluent_eye_32_regular") { catalog = "FluentIcons/Assets/IconAssets.xcassets" sources = [ @@ -51331,6 +51491,30 @@ bundle_data_xcassets("ic_fluent_eye_off_24_regular") { ] } +bundle_data_xcassets("ic_fluent_eye_off_32_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_filled.imageset/ic_fluent_eye_off_32_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_eye_off_32_light") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_light.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_light.imageset/ic_fluent_eye_off_32_light.svg", + ] +} + +bundle_data_xcassets("ic_fluent_eye_off_32_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_regular.imageset/ic_fluent_eye_off_32_regular.svg", + ] +} + bundle_data_xcassets("ic_fluent_eye_tracking_16_filled") { catalog = "FluentIcons/Assets/IconAssets.xcassets" sources = [ @@ -67483,6 +67667,22 @@ bundle_data_xcassets("ic_fluent_leaf_two_48_regular") { ] } +bundle_data_xcassets("ic_fluent_learning_app_16_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_learning_app_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_learning_app_16_filled.imageset/ic_fluent_learning_app_16_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_learning_app_16_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_learning_app_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_learning_app_16_regular.imageset/ic_fluent_learning_app_16_regular.svg", + ] +} + bundle_data_xcassets("ic_fluent_learning_app_20_filled") { catalog = "FluentIcons/Assets/IconAssets.xcassets" sources = [ @@ -76657,6 +76857,14 @@ bundle_data_xcassets("ic_fluent_news_28_regular") { ] } +bundle_data_xcassets("ic_fluent_newsletter_32_light") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_newsletter_32_light.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_newsletter_32_light.imageset/ic_fluent_newsletter_32_light.svg", + ] +} + bundle_data_xcassets("ic_fluent_next_16_filled") { catalog = "FluentIcons/Assets/IconAssets.xcassets" sources = [ @@ -93521,6 +93729,22 @@ bundle_data_xcassets("ic_fluent_receipt_32_regular") { ] } +bundle_data_xcassets("ic_fluent_receipt_48_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_receipt_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_receipt_48_filled.imageset/ic_fluent_receipt_48_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_receipt_48_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_receipt_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_receipt_48_regular.imageset/ic_fluent_receipt_48_regular.svg", + ] +} + bundle_data_xcassets("ic_fluent_receipt_add_20_filled") { catalog = "FluentIcons/Assets/IconAssets.xcassets" sources = [ @@ -125687,6 +125911,102 @@ bundle_data_xcassets("ic_fluent_video_background_effect_horizontal_48_regular") ] } +bundle_data_xcassets("ic_fluent_video_bluetooth_16_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_16_filled.imageset/ic_fluent_video_bluetooth_16_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_bluetooth_16_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_16_regular.imageset/ic_fluent_video_bluetooth_16_regular.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_bluetooth_20_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_20_filled.imageset/ic_fluent_video_bluetooth_20_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_bluetooth_20_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_20_regular.imageset/ic_fluent_video_bluetooth_20_regular.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_bluetooth_24_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_24_filled.imageset/ic_fluent_video_bluetooth_24_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_bluetooth_24_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_24_regular.imageset/ic_fluent_video_bluetooth_24_regular.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_bluetooth_28_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_28_filled.imageset/ic_fluent_video_bluetooth_28_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_bluetooth_28_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_28_regular.imageset/ic_fluent_video_bluetooth_28_regular.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_bluetooth_32_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_32_filled.imageset/ic_fluent_video_bluetooth_32_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_bluetooth_32_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_32_regular.imageset/ic_fluent_video_bluetooth_32_regular.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_bluetooth_48_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_48_filled.imageset/ic_fluent_video_bluetooth_48_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_bluetooth_48_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_48_regular.imageset/ic_fluent_video_bluetooth_48_regular.svg", + ] +} + bundle_data_xcassets("ic_fluent_video_chat_16_filled") { catalog = "FluentIcons/Assets/IconAssets.xcassets" sources = [ @@ -126975,6 +127295,102 @@ bundle_data_xcassets("ic_fluent_video_sync_20_regular") { ] } +bundle_data_xcassets("ic_fluent_video_usb_16_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_16_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_16_filled.imageset/ic_fluent_video_usb_16_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_usb_16_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_16_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_16_regular.imageset/ic_fluent_video_usb_16_regular.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_usb_20_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_20_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_20_filled.imageset/ic_fluent_video_usb_20_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_usb_20_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_20_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_20_regular.imageset/ic_fluent_video_usb_20_regular.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_usb_24_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_24_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_24_filled.imageset/ic_fluent_video_usb_24_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_usb_24_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_24_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_24_regular.imageset/ic_fluent_video_usb_24_regular.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_usb_28_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_28_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_28_filled.imageset/ic_fluent_video_usb_28_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_usb_28_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_28_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_28_regular.imageset/ic_fluent_video_usb_28_regular.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_usb_32_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_32_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_32_filled.imageset/ic_fluent_video_usb_32_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_usb_32_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_32_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_32_regular.imageset/ic_fluent_video_usb_32_regular.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_usb_48_filled") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_48_filled.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_48_filled.imageset/ic_fluent_video_usb_48_filled.svg", + ] +} + +bundle_data_xcassets("ic_fluent_video_usb_48_regular") { + catalog = "FluentIcons/Assets/IconAssets.xcassets" + sources = [ + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_48_regular.imageset/Contents.json", + "FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_48_regular.imageset/ic_fluent_video_usb_48_regular.svg", + ] +} + bundle_data_xcassets("ic_fluent_view_desktop_20_filled") { catalog = "FluentIcons/Assets/IconAssets.xcassets" sources = [ diff --git a/ios/FluentIcons.podspec b/ios/FluentIcons.podspec index a146ab82c3..6a57aa43d5 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.256' + s.version = '1.1.257' s.summary = 'FluentIcons' s.description = <<-DESC diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_circle_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_circle_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..e81819b62d --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_circle_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_add_circle_48_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_circle_48_filled.imageset/ic_fluent_add_circle_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_circle_48_filled.imageset/ic_fluent_add_circle_48_filled.svg new file mode 100644 index 0000000000..89379b8e2c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_circle_48_filled.imageset/ic_fluent_add_circle_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_circle_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_circle_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..03a91c2505 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_circle_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_add_circle_48_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_circle_48_regular.imageset/ic_fluent_add_circle_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_circle_48_regular.imageset/ic_fluent_add_circle_48_regular.svg new file mode 100644 index 0000000000..18136c3813 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_add_circle_48_regular.imageset/ic_fluent_add_circle_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_alert_32_light.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_alert_32_light.imageset/Contents.json new file mode 100644 index 0000000000..d0cd3a16cd --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_alert_32_light.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_alert_32_light.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_alert_32_light.imageset/ic_fluent_alert_32_light.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_alert_32_light.imageset/ic_fluent_alert_32_light.svg new file mode 100644 index 0000000000..21ecf30f93 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_alert_32_light.imageset/ic_fluent_alert_32_light.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_32_filled.imageset/ic_fluent_approvals_app_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_32_filled.imageset/ic_fluent_approvals_app_32_filled.svg index 71b7d527d4..3d28026ffc 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_32_filled.imageset/ic_fluent_approvals_app_32_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_32_filled.imageset/ic_fluent_approvals_app_32_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_32_regular.imageset/ic_fluent_approvals_app_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_32_regular.imageset/ic_fluent_approvals_app_32_regular.svg index dad15a4b6e..60a90c6f4d 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_32_regular.imageset/ic_fluent_approvals_app_32_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_32_regular.imageset/ic_fluent_approvals_app_32_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..fec3ed8bd2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_approvals_app_48_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_48_filled.imageset/ic_fluent_approvals_app_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_48_filled.imageset/ic_fluent_approvals_app_48_filled.svg new file mode 100644 index 0000000000..643ce199e2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_48_filled.imageset/ic_fluent_approvals_app_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..530e4605cf --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_approvals_app_48_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_48_regular.imageset/ic_fluent_approvals_app_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_48_regular.imageset/ic_fluent_approvals_app_48_regular.svg new file mode 100644 index 0000000000..df82cc2eac --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_approvals_app_48_regular.imageset/ic_fluent_approvals_app_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_book_number_16_filled.imageset/ic_fluent_book_number_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_book_number_16_filled.imageset/ic_fluent_book_number_16_filled.svg index 466770be9b..7f368da96f 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_book_number_16_filled.imageset/ic_fluent_book_number_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_book_number_16_filled.imageset/ic_fluent_book_number_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_20_filled.imageset/Contents.json index 7d01042c29..c73f1edca2 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_20_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_20_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_clipboard_task_list_20_filled_rtl.svg", + "filename": "ic_fluent_clipboard_task_list_20_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_clipboard_task_list_20_filled_ltr.svg", + "filename": "ic_fluent_clipboard_task_list_20_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_20_regular.imageset/Contents.json index a97978eb7e..263b583680 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_20_regular.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_20_regular.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_clipboard_task_list_20_regular_rtl.svg", + "filename": "ic_fluent_clipboard_task_list_20_regular_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_clipboard_task_list_20_regular_ltr.svg", + "filename": "ic_fluent_clipboard_task_list_20_regular_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_24_filled.imageset/Contents.json index 0023af6e94..ea91a07b40 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_24_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_24_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_clipboard_task_list_24_filled_ltr.svg", + "filename": "ic_fluent_clipboard_task_list_24_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_clipboard_task_list_24_filled_rtl.svg", + "filename": "ic_fluent_clipboard_task_list_24_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_24_regular.imageset/Contents.json index 7b18586e56..5dcc73da12 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_24_regular.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_task_list_24_regular.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_clipboard_task_list_24_regular_ltr.svg", + "filename": "ic_fluent_clipboard_task_list_24_regular_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_clipboard_task_list_24_regular_rtl.svg", + "filename": "ic_fluent_clipboard_task_list_24_regular_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_edit_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_edit_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..fb4dea4b82 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_edit_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clipboard_text_edit_48_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_edit_48_filled.imageset/ic_fluent_clipboard_text_edit_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_edit_48_filled.imageset/ic_fluent_clipboard_text_edit_48_filled.svg new file mode 100644 index 0000000000..0e942b2eb7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_edit_48_filled.imageset/ic_fluent_clipboard_text_edit_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_edit_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_edit_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..6c2d0442b4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_edit_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_clipboard_text_edit_48_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_edit_48_regular.imageset/ic_fluent_clipboard_text_edit_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_edit_48_regular.imageset/ic_fluent_clipboard_text_edit_48_regular.svg new file mode 100644 index 0000000000..dc98f402ab --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_clipboard_text_edit_48_regular.imageset/ic_fluent_clipboard_text_edit_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_16_filled.imageset/ic_fluent_design_ideas_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_16_filled.imageset/ic_fluent_design_ideas_16_filled.svg index 3051bd3d3f..7348f8542b 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_16_filled.imageset/ic_fluent_design_ideas_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_16_filled.imageset/ic_fluent_design_ideas_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_16_regular.imageset/ic_fluent_design_ideas_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_16_regular.imageset/ic_fluent_design_ideas_16_regular.svg index f13ffe2330..ed7f5aebe8 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_16_regular.imageset/ic_fluent_design_ideas_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_16_regular.imageset/ic_fluent_design_ideas_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_20_filled.imageset/ic_fluent_design_ideas_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_20_filled.imageset/ic_fluent_design_ideas_20_filled.svg index 7e1d48136c..8210941ed6 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_20_filled.imageset/ic_fluent_design_ideas_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_20_filled.imageset/ic_fluent_design_ideas_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_20_regular.imageset/ic_fluent_design_ideas_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_20_regular.imageset/ic_fluent_design_ideas_20_regular.svg index 3b1c1e7145..98093d0ff6 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_20_regular.imageset/ic_fluent_design_ideas_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_20_regular.imageset/ic_fluent_design_ideas_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_24_filled.imageset/ic_fluent_design_ideas_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_24_filled.imageset/ic_fluent_design_ideas_24_filled.svg index 607f781d42..698f1c8c77 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_24_filled.imageset/ic_fluent_design_ideas_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_24_filled.imageset/ic_fluent_design_ideas_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_24_regular.imageset/ic_fluent_design_ideas_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_24_regular.imageset/ic_fluent_design_ideas_24_regular.svg index 1bc549e24b..8604794521 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_24_regular.imageset/ic_fluent_design_ideas_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_24_regular.imageset/ic_fluent_design_ideas_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..e7f04f16f1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_design_ideas_28_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_28_filled.imageset/ic_fluent_design_ideas_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_28_filled.imageset/ic_fluent_design_ideas_28_filled.svg new file mode 100644 index 0000000000..4dba0bcfc9 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_28_filled.imageset/ic_fluent_design_ideas_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..fbc6e2c795 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_design_ideas_28_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_28_regular.imageset/ic_fluent_design_ideas_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_28_regular.imageset/ic_fluent_design_ideas_28_regular.svg new file mode 100644 index 0000000000..2464825afe --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_28_regular.imageset/ic_fluent_design_ideas_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..6143201d11 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_design_ideas_32_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_32_filled.imageset/ic_fluent_design_ideas_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_32_filled.imageset/ic_fluent_design_ideas_32_filled.svg new file mode 100644 index 0000000000..241cbc4df8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_32_filled.imageset/ic_fluent_design_ideas_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..fb4e5094c2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_design_ideas_32_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_32_regular.imageset/ic_fluent_design_ideas_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_32_regular.imageset/ic_fluent_design_ideas_32_regular.svg new file mode 100644 index 0000000000..5146190cbf --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_32_regular.imageset/ic_fluent_design_ideas_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..fab4aaa2e1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_design_ideas_48_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_48_filled.imageset/ic_fluent_design_ideas_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_48_filled.imageset/ic_fluent_design_ideas_48_filled.svg new file mode 100644 index 0000000000..9081af5cba --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_48_filled.imageset/ic_fluent_design_ideas_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..b309285924 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_design_ideas_48_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_48_regular.imageset/ic_fluent_design_ideas_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_48_regular.imageset/ic_fluent_design_ideas_48_regular.svg new file mode 100644 index 0000000000..ccaf866680 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_design_ideas_48_regular.imageset/ic_fluent_design_ideas_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..0d2ec54dce --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_folder_28_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_28_filled.imageset/ic_fluent_document_folder_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_28_filled.imageset/ic_fluent_document_folder_28_filled.svg new file mode 100644 index 0000000000..2b1fe696e7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_28_filled.imageset/ic_fluent_document_folder_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..ba9ebedd9f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_folder_28_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_28_regular.imageset/ic_fluent_document_folder_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_28_regular.imageset/ic_fluent_document_folder_28_regular.svg new file mode 100644 index 0000000000..c977a3c8b2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_28_regular.imageset/ic_fluent_document_folder_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..37ea56aa91 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_folder_32_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_32_filled.imageset/ic_fluent_document_folder_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_32_filled.imageset/ic_fluent_document_folder_32_filled.svg new file mode 100644 index 0000000000..613a28fac6 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_32_filled.imageset/ic_fluent_document_folder_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..0d7b0cd901 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_folder_32_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_32_regular.imageset/ic_fluent_document_folder_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_32_regular.imageset/ic_fluent_document_folder_32_regular.svg new file mode 100644 index 0000000000..da880d4aaf --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_32_regular.imageset/ic_fluent_document_folder_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..5781ee6a16 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_folder_48_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_48_filled.imageset/ic_fluent_document_folder_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_48_filled.imageset/ic_fluent_document_folder_48_filled.svg new file mode 100644 index 0000000000..7f7ad2d1e3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_48_filled.imageset/ic_fluent_document_folder_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..329808e5aa --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_document_folder_48_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_48_regular.imageset/ic_fluent_document_folder_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_48_regular.imageset/ic_fluent_document_folder_48_regular.svg new file mode 100644 index 0000000000..ee068673ff --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_document_folder_48_regular.imageset/ic_fluent_document_folder_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_32_light.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_32_light.imageset/Contents.json new file mode 100644 index 0000000000..f18b09111c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_32_light.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_eye_32_light.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_32_light.imageset/ic_fluent_eye_32_light.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_32_light.imageset/ic_fluent_eye_32_light.svg new file mode 100644 index 0000000000..9b1508351b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_32_light.imageset/ic_fluent_eye_32_light.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..a71605c340 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_eye_off_32_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_filled.imageset/ic_fluent_eye_off_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_filled.imageset/ic_fluent_eye_off_32_filled.svg new file mode 100644 index 0000000000..2cd6f1b06f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_filled.imageset/ic_fluent_eye_off_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_light.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_light.imageset/Contents.json new file mode 100644 index 0000000000..ff00d18982 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_light.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_eye_off_32_light.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_light.imageset/ic_fluent_eye_off_32_light.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_light.imageset/ic_fluent_eye_off_32_light.svg new file mode 100644 index 0000000000..372145bef8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_light.imageset/ic_fluent_eye_off_32_light.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..4413834972 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_eye_off_32_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_regular.imageset/ic_fluent_eye_off_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_regular.imageset/ic_fluent_eye_off_32_regular.svg new file mode 100644 index 0000000000..a3d7fb06c3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_eye_off_32_regular.imageset/ic_fluent_eye_off_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_learning_app_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_learning_app_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..0d987d3579 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_learning_app_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_learning_app_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_learning_app_16_filled.imageset/ic_fluent_learning_app_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_learning_app_16_filled.imageset/ic_fluent_learning_app_16_filled.svg new file mode 100644 index 0000000000..f5fe4f2f8f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_learning_app_16_filled.imageset/ic_fluent_learning_app_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_learning_app_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_learning_app_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..9be714366e --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_learning_app_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_learning_app_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_learning_app_16_regular.imageset/ic_fluent_learning_app_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_learning_app_16_regular.imageset/ic_fluent_learning_app_16_regular.svg new file mode 100644 index 0000000000..9baa71ae7f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_learning_app_16_regular.imageset/ic_fluent_learning_app_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_16_filled.imageset/Contents.json index df121fb541..0587cae474 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_16_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_16_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_multiselect_16_filled_ltr.svg", + "filename": "ic_fluent_multiselect_16_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_multiselect_16_filled_rtl.svg", + "filename": "ic_fluent_multiselect_16_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_16_regular.imageset/Contents.json index 43430a085a..357d96db65 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_16_regular.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_16_regular.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_multiselect_16_regular_ltr.svg", + "filename": "ic_fluent_multiselect_16_regular_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_multiselect_16_regular_rtl.svg", + "filename": "ic_fluent_multiselect_16_regular_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_20_filled.imageset/Contents.json index d9c2bce713..6a0d55c59e 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_20_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_20_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_multiselect_20_filled_rtl.svg", + "filename": "ic_fluent_multiselect_20_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_multiselect_20_filled_ltr.svg", + "filename": "ic_fluent_multiselect_20_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_24_regular.imageset/Contents.json index 6fa5f1cc8c..42fe15ac3c 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_24_regular.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_multiselect_24_regular.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_multiselect_24_regular_ltr.svg", + "filename": "ic_fluent_multiselect_24_regular_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_multiselect_24_regular_rtl.svg", + "filename": "ic_fluent_multiselect_24_regular_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_newsletter_32_light.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_newsletter_32_light.imageset/Contents.json new file mode 100644 index 0000000000..af41fa13b3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_newsletter_32_light.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_newsletter_32_light.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_newsletter_32_light.imageset/ic_fluent_newsletter_32_light.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_newsletter_32_light.imageset/ic_fluent_newsletter_32_light.svg new file mode 100644 index 0000000000..3db6da8c8f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_newsletter_32_light.imageset/ic_fluent_newsletter_32_light.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_puzzle_piece_shield_20_filled.imageset/ic_fluent_puzzle_piece_shield_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_puzzle_piece_shield_20_filled.imageset/ic_fluent_puzzle_piece_shield_20_filled.svg index 62174417a6..01f041b4f2 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_puzzle_piece_shield_20_filled.imageset/ic_fluent_puzzle_piece_shield_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_puzzle_piece_shield_20_filled.imageset/ic_fluent_puzzle_piece_shield_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_puzzle_piece_shield_20_regular.imageset/ic_fluent_puzzle_piece_shield_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_puzzle_piece_shield_20_regular.imageset/ic_fluent_puzzle_piece_shield_20_regular.svg index 4045119ed7..49625188d7 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_puzzle_piece_shield_20_regular.imageset/ic_fluent_puzzle_piece_shield_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_puzzle_piece_shield_20_regular.imageset/ic_fluent_puzzle_piece_shield_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_receipt_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_receipt_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..fa194f8fd1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_receipt_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_receipt_48_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_receipt_48_filled.imageset/ic_fluent_receipt_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_receipt_48_filled.imageset/ic_fluent_receipt_48_filled.svg new file mode 100644 index 0000000000..2d53a3185b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_receipt_48_filled.imageset/ic_fluent_receipt_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_receipt_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_receipt_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..3c461a07d3 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_receipt_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_receipt_48_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_receipt_48_regular.imageset/ic_fluent_receipt_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_receipt_48_regular.imageset/ic_fluent_receipt_48_regular.svg new file mode 100644 index 0000000000..6f3ef7eef4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_receipt_48_regular.imageset/ic_fluent_receipt_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_sidebar_search_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_sidebar_search_20_filled.imageset/Contents.json index 4e6d5ec32c..c57602aef8 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_sidebar_search_20_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_sidebar_search_20_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_sidebar_search_20_filled_rtl.svg", + "filename": "ic_fluent_sidebar_search_20_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_sidebar_search_20_filled_ltr.svg", + "filename": "ic_fluent_sidebar_search_20_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_speaker_bluetooth_28_filled.imageset/ic_fluent_speaker_bluetooth_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_speaker_bluetooth_28_filled.imageset/ic_fluent_speaker_bluetooth_28_filled.svg index 64adcd41ce..2253cee6a6 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_speaker_bluetooth_28_filled.imageset/ic_fluent_speaker_bluetooth_28_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_speaker_bluetooth_28_filled.imageset/ic_fluent_speaker_bluetooth_28_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_20_filled.imageset/Contents.json index 29559c3cd8..56e6dedebc 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_20_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_20_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_task_list_20_filled_ltr.svg", + "filename": "ic_fluent_task_list_20_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_task_list_20_filled_rtl.svg", + "filename": "ic_fluent_task_list_20_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_20_regular.imageset/Contents.json index 0494385072..3a09390000 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_20_regular.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_20_regular.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_task_list_20_regular_ltr.svg", + "filename": "ic_fluent_task_list_20_regular_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_task_list_20_regular_rtl.svg", + "filename": "ic_fluent_task_list_20_regular_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_24_filled.imageset/Contents.json index 2ecd416aa3..62a9134ada 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_24_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_task_list_24_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_task_list_24_filled_rtl.svg", + "filename": "ic_fluent_task_list_24_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_task_list_24_filled_ltr.svg", + "filename": "ic_fluent_task_list_24_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_20_filled.imageset/Contents.json index c1513a8ecd..6a14634a48 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_20_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_20_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_text_number_list_20_filled_rtl.svg", + "filename": "ic_fluent_text_number_list_20_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" }, { - "filename": "ic_fluent_text_number_list_20_filled_ltr.svg", + "filename": "ic_fluent_text_number_list_20_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_20_regular.imageset/Contents.json index ec838c6410..1af3d21f1a 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_20_regular.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_20_regular.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_text_number_list_20_regular_ltr.svg", + "filename": "ic_fluent_text_number_list_20_regular_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_text_number_list_20_regular_rtl.svg", + "filename": "ic_fluent_text_number_list_20_regular_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_24_filled.imageset/Contents.json index 980a7d148e..3b4aea6117 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_24_filled.imageset/Contents.json +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_number_list_24_filled.imageset/Contents.json @@ -1,14 +1,14 @@ { "images": [ { - "filename": "ic_fluent_text_number_list_24_filled_ltr.svg", + "filename": "ic_fluent_text_number_list_24_filled_rtl.svg", "idiom": "universal", - "language-direction": "left-to-right" + "language-direction": "right-to-left" }, { - "filename": "ic_fluent_text_number_list_24_filled_rtl.svg", + "filename": "ic_fluent_text_number_list_24_filled_ltr.svg", "idiom": "universal", - "language-direction": "right-to-left" + "language-direction": "left-to-right" } ], "info": { diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..539b294d53 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_bluetooth_16_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_16_filled.imageset/ic_fluent_video_bluetooth_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_16_filled.imageset/ic_fluent_video_bluetooth_16_filled.svg new file mode 100644 index 0000000000..e908797546 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_16_filled.imageset/ic_fluent_video_bluetooth_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..a4605b8172 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_bluetooth_16_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_16_regular.imageset/ic_fluent_video_bluetooth_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_16_regular.imageset/ic_fluent_video_bluetooth_16_regular.svg new file mode 100644 index 0000000000..63d5e11de8 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_16_regular.imageset/ic_fluent_video_bluetooth_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..3033db8265 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_bluetooth_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_20_filled.imageset/ic_fluent_video_bluetooth_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_20_filled.imageset/ic_fluent_video_bluetooth_20_filled.svg new file mode 100644 index 0000000000..1c0d38d474 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_20_filled.imageset/ic_fluent_video_bluetooth_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..fa813573e4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_bluetooth_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_20_regular.imageset/ic_fluent_video_bluetooth_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_20_regular.imageset/ic_fluent_video_bluetooth_20_regular.svg new file mode 100644 index 0000000000..b0c781be48 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_20_regular.imageset/ic_fluent_video_bluetooth_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..a91d806809 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_bluetooth_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_24_filled.imageset/ic_fluent_video_bluetooth_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_24_filled.imageset/ic_fluent_video_bluetooth_24_filled.svg new file mode 100644 index 0000000000..b2f64f20c0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_24_filled.imageset/ic_fluent_video_bluetooth_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..5721503d91 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_bluetooth_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_24_regular.imageset/ic_fluent_video_bluetooth_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_24_regular.imageset/ic_fluent_video_bluetooth_24_regular.svg new file mode 100644 index 0000000000..201d8bcc70 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_24_regular.imageset/ic_fluent_video_bluetooth_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..3e3faff3ad --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_bluetooth_28_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_28_filled.imageset/ic_fluent_video_bluetooth_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_28_filled.imageset/ic_fluent_video_bluetooth_28_filled.svg new file mode 100644 index 0000000000..661a75b3c2 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_28_filled.imageset/ic_fluent_video_bluetooth_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..8dbca624b1 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_bluetooth_28_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_28_regular.imageset/ic_fluent_video_bluetooth_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_28_regular.imageset/ic_fluent_video_bluetooth_28_regular.svg new file mode 100644 index 0000000000..c1fe0a0c51 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_28_regular.imageset/ic_fluent_video_bluetooth_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..7c2dfe1eca --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_bluetooth_32_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_32_filled.imageset/ic_fluent_video_bluetooth_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_32_filled.imageset/ic_fluent_video_bluetooth_32_filled.svg new file mode 100644 index 0000000000..28e1dc78f7 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_32_filled.imageset/ic_fluent_video_bluetooth_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..93bddf12fa --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_bluetooth_32_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_32_regular.imageset/ic_fluent_video_bluetooth_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_32_regular.imageset/ic_fluent_video_bluetooth_32_regular.svg new file mode 100644 index 0000000000..bad1d0cde0 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_32_regular.imageset/ic_fluent_video_bluetooth_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..ef49c451dc --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_bluetooth_48_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_48_filled.imageset/ic_fluent_video_bluetooth_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_48_filled.imageset/ic_fluent_video_bluetooth_48_filled.svg new file mode 100644 index 0000000000..8a3f744cb4 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_48_filled.imageset/ic_fluent_video_bluetooth_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..c5a0d1f24a --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_bluetooth_48_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_48_regular.imageset/ic_fluent_video_bluetooth_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_48_regular.imageset/ic_fluent_video_bluetooth_48_regular.svg new file mode 100644 index 0000000000..bc2df72788 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_bluetooth_48_regular.imageset/ic_fluent_video_bluetooth_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_16_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_16_filled.imageset/Contents.json new file mode 100644 index 0000000000..b00993ad72 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_16_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_usb_16_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_16_filled.imageset/ic_fluent_video_usb_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_16_filled.imageset/ic_fluent_video_usb_16_filled.svg new file mode 100644 index 0000000000..b8b6a1a036 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_16_filled.imageset/ic_fluent_video_usb_16_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_16_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_16_regular.imageset/Contents.json new file mode 100644 index 0000000000..73c686160f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_16_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_usb_16_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_16_regular.imageset/ic_fluent_video_usb_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_16_regular.imageset/ic_fluent_video_usb_16_regular.svg new file mode 100644 index 0000000000..c0e57f9578 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_16_regular.imageset/ic_fluent_video_usb_16_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_20_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_20_filled.imageset/Contents.json new file mode 100644 index 0000000000..67db8f9abe --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_20_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_usb_20_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_20_filled.imageset/ic_fluent_video_usb_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_20_filled.imageset/ic_fluent_video_usb_20_filled.svg new file mode 100644 index 0000000000..6c08938347 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_20_filled.imageset/ic_fluent_video_usb_20_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_20_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_20_regular.imageset/Contents.json new file mode 100644 index 0000000000..8f9e09ef9b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_20_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_usb_20_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_20_regular.imageset/ic_fluent_video_usb_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_20_regular.imageset/ic_fluent_video_usb_20_regular.svg new file mode 100644 index 0000000000..e275e1fc3b --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_20_regular.imageset/ic_fluent_video_usb_20_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_24_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_24_filled.imageset/Contents.json new file mode 100644 index 0000000000..d51436b84f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_24_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_usb_24_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_24_filled.imageset/ic_fluent_video_usb_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_24_filled.imageset/ic_fluent_video_usb_24_filled.svg new file mode 100644 index 0000000000..2520bdb7ae --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_24_filled.imageset/ic_fluent_video_usb_24_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_24_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_24_regular.imageset/Contents.json new file mode 100644 index 0000000000..860ead2311 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_24_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_usb_24_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_24_regular.imageset/ic_fluent_video_usb_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_24_regular.imageset/ic_fluent_video_usb_24_regular.svg new file mode 100644 index 0000000000..ff9e1f37be --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_24_regular.imageset/ic_fluent_video_usb_24_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_28_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_28_filled.imageset/Contents.json new file mode 100644 index 0000000000..4c14c4e302 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_28_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_usb_28_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_28_filled.imageset/ic_fluent_video_usb_28_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_28_filled.imageset/ic_fluent_video_usb_28_filled.svg new file mode 100644 index 0000000000..7ce0d0930f --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_28_filled.imageset/ic_fluent_video_usb_28_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_28_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_28_regular.imageset/Contents.json new file mode 100644 index 0000000000..913fd7ef10 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_28_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_usb_28_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_28_regular.imageset/ic_fluent_video_usb_28_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_28_regular.imageset/ic_fluent_video_usb_28_regular.svg new file mode 100644 index 0000000000..d34a41016c --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_28_regular.imageset/ic_fluent_video_usb_28_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_32_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_32_filled.imageset/Contents.json new file mode 100644 index 0000000000..c51c634884 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_32_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_usb_32_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_32_filled.imageset/ic_fluent_video_usb_32_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_32_filled.imageset/ic_fluent_video_usb_32_filled.svg new file mode 100644 index 0000000000..d17d92b682 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_32_filled.imageset/ic_fluent_video_usb_32_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_32_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_32_regular.imageset/Contents.json new file mode 100644 index 0000000000..3cd7078181 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_32_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_usb_32_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_32_regular.imageset/ic_fluent_video_usb_32_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_32_regular.imageset/ic_fluent_video_usb_32_regular.svg new file mode 100644 index 0000000000..512c086ffb --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_32_regular.imageset/ic_fluent_video_usb_32_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_48_filled.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_48_filled.imageset/Contents.json new file mode 100644 index 0000000000..9f4cb1df30 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_48_filled.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_usb_48_filled.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_48_filled.imageset/ic_fluent_video_usb_48_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_48_filled.imageset/ic_fluent_video_usb_48_filled.svg new file mode 100644 index 0000000000..97c0ce3878 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_48_filled.imageset/ic_fluent_video_usb_48_filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_48_regular.imageset/Contents.json b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_48_regular.imageset/Contents.json new file mode 100644 index 0000000000..cb3ac9d726 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_48_regular.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images": [ + { + "filename": "ic_fluent_video_usb_48_regular.svg", + "idiom": "universal" + } + ], + "info": { + "author": "xcode", + "version": 1 + }, + "properties": { + "template-rendering-intent": "template" + } +} \ No newline at end of file diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_48_regular.imageset/ic_fluent_video_usb_48_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_48_regular.imageset/ic_fluent_video_usb_48_regular.svg new file mode 100644 index 0000000000..ddc3a09939 --- /dev/null +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_video_usb_48_regular.imageset/ic_fluent_video_usb_48_regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/ios/FluentIcons/Classes/FluentIcon.swift b/ios/FluentIcons/Classes/FluentIcon.swift index 6803951bad..154295d575 100644 --- a/ios/FluentIcons/Classes/FluentIcon.swift +++ b/ios/FluentIcons/Classes/FluentIcon.swift @@ -82,6 +82,8 @@ import Foundation case addCircle28Regular case addCircle32Filled case addCircle32Regular + case addCircle48Filled + case addCircle48Regular case addSquare16Filled case addSquare16Regular case addSquare20Filled @@ -153,6 +155,7 @@ import Foundation case alert28Filled case alert28Regular case alert32Filled + case alert32Light case alert32Regular case alert48Filled case alert48Regular @@ -386,6 +389,8 @@ import Foundation case approvalsApp28Regular case approvalsApp32Filled case approvalsApp32Regular + case approvalsApp48Filled + case approvalsApp48Regular case apps16Filled case apps16Regular case apps20Filled @@ -3823,6 +3828,8 @@ import Foundation case clipboardTextEdit24Regular case clipboardTextEdit32Filled case clipboardTextEdit32Regular + case clipboardTextEdit48Filled + case clipboardTextEdit48Regular case clock12Filled case clock12Regular case clock16Filled @@ -4982,6 +4989,12 @@ import Foundation case designIdeas20Regular case designIdeas24Filled case designIdeas24Regular + case designIdeas28Filled + case designIdeas28Regular + case designIdeas32Filled + case designIdeas32Regular + case designIdeas48Filled + case designIdeas48Regular case desk16Filled case desk16Regular case desk20Filled @@ -5478,6 +5491,12 @@ import Foundation case documentFolder20Regular case documentFolder24Filled case documentFolder24Regular + case documentFolder28Filled + case documentFolder28Regular + case documentFolder32Filled + case documentFolder32Regular + case documentFolder48Filled + case documentFolder48Regular case documentFooter16Filled case documentFooter16Regular case documentFooter20Filled @@ -6410,6 +6429,7 @@ import Foundation case eye28Filled case eye28Regular case eye32Filled + case eye32Light case eye32Regular case eye48Filled case eye48Regular @@ -6429,6 +6449,9 @@ import Foundation case eyeOff20Regular case eyeOff24Filled case eyeOff24Regular + case eyeOff32Filled + case eyeOff32Light + case eyeOff32Regular case eyeTracking16Filled case eyeTracking16Regular case eyeTracking20Filled @@ -8448,6 +8471,8 @@ import Foundation case leafTwo32Regular case leafTwo48Filled case leafTwo48Regular + case learningApp16Filled + case learningApp16Regular case learningApp20Filled case learningApp20Regular case learningApp24Filled @@ -9591,6 +9616,7 @@ import Foundation case news24Regular case news28Filled case news28Regular + case newsletter32Light case next16Filled case next16Regular case next20Filled @@ -11699,6 +11725,8 @@ import Foundation case receipt28Regular case receipt32Filled case receipt32Regular + case receipt48Filled + case receipt48Regular case receiptAdd20Filled case receiptAdd20Regular case receiptAdd24Filled @@ -15632,6 +15660,18 @@ import Foundation case videoBackgroundEffectHorizontal32Regular case videoBackgroundEffectHorizontal48Filled case videoBackgroundEffectHorizontal48Regular + case videoBluetooth16Filled + case videoBluetooth16Regular + case videoBluetooth20Filled + case videoBluetooth20Regular + case videoBluetooth24Filled + case videoBluetooth24Regular + case videoBluetooth28Filled + case videoBluetooth28Regular + case videoBluetooth32Filled + case videoBluetooth32Regular + case videoBluetooth48Filled + case videoBluetooth48Regular case videoChat16Filled case videoChat16Regular case videoChat20Filled @@ -15793,6 +15833,18 @@ import Foundation case videoSwitch24Regular case videoSync20Filled case videoSync20Regular + case videoUsb16Filled + case videoUsb16Regular + case videoUsb20Filled + case videoUsb20Regular + case videoUsb24Filled + case videoUsb24Regular + case videoUsb28Filled + case videoUsb28Regular + case videoUsb32Filled + case videoUsb32Regular + case videoUsb48Filled + case videoUsb48Regular case viewDesktop20Filled case viewDesktop20Regular case viewDesktop24Filled @@ -16414,6 +16466,8 @@ import Foundation case .addCircle28Regular: return "ic_fluent_add_circle_28_regular" case .addCircle32Filled: return "ic_fluent_add_circle_32_filled" case .addCircle32Regular: return "ic_fluent_add_circle_32_regular" + case .addCircle48Filled: return "ic_fluent_add_circle_48_filled" + case .addCircle48Regular: return "ic_fluent_add_circle_48_regular" case .addSquare16Filled: return "ic_fluent_add_square_16_filled" case .addSquare16Regular: return "ic_fluent_add_square_16_regular" case .addSquare20Filled: return "ic_fluent_add_square_20_filled" @@ -16444,10 +16498,10 @@ import Foundation case .addSubtractCircle48Regular: return "ic_fluent_add_subtract_circle_48_regular" case .airplane16Filled: return "ic_fluent_airplane_16_filled" case .airplane16Regular: return "ic_fluent_airplane_16_regular" - case .airplane20Filled: return "ic_fluent_airplane_20_filled" - case .airplane20Regular: return "ic_fluent_airplane_20_regular" default: break } switch self { + case .airplane20Filled: return "ic_fluent_airplane_20_filled" + case .airplane20Regular: return "ic_fluent_airplane_20_regular" case .airplane24Filled: return "ic_fluent_airplane_24_filled" case .airplane24Regular: return "ic_fluent_airplane_24_regular" case .airplane28Filled: return "ic_fluent_airplane_28_filled" @@ -16487,6 +16541,7 @@ import Foundation case .alert28Filled: return "ic_fluent_alert_28_filled" case .alert28Regular: return "ic_fluent_alert_28_regular" case .alert32Filled: return "ic_fluent_alert_32_filled" + case .alert32Light: return "ic_fluent_alert_32_light" case .alert32Regular: return "ic_fluent_alert_32_regular" case .alert48Filled: return "ic_fluent_alert_48_filled" case .alert48Regular: return "ic_fluent_alert_48_regular" @@ -16545,11 +16600,11 @@ import Foundation case .alignCenterHorizontal28Filled: return "ic_fluent_align_center_horizontal_28_filled" case .alignCenterHorizontal28Regular: return "ic_fluent_align_center_horizontal_28_regular" case .alignCenterHorizontal32Filled: return "ic_fluent_align_center_horizontal_32_filled" + default: break } + switch self { case .alignCenterHorizontal32Regular: return "ic_fluent_align_center_horizontal_32_regular" case .alignCenterHorizontal48Filled: return "ic_fluent_align_center_horizontal_48_filled" case .alignCenterHorizontal48Regular: return "ic_fluent_align_center_horizontal_48_regular" - default: break } - switch self { case .alignCenterVertical16Filled: return "ic_fluent_align_center_vertical_16_filled" case .alignCenterVertical16Regular: return "ic_fluent_align_center_vertical_16_regular" case .alignCenterVertical20Filled: return "ic_fluent_align_center_vertical_20_filled" @@ -16647,11 +16702,11 @@ import Foundation case .animalCat16Filled: return "ic_fluent_animal_cat_16_filled" case .animalCat16Regular: return "ic_fluent_animal_cat_16_regular" case .animalCat20Filled: return "ic_fluent_animal_cat_20_filled" + default: break } + switch self { case .animalCat20Regular: return "ic_fluent_animal_cat_20_regular" case .animalCat24Filled: return "ic_fluent_animal_cat_24_filled" case .animalCat24Regular: return "ic_fluent_animal_cat_24_regular" - default: break } - switch self { case .animalCat28Filled: return "ic_fluent_animal_cat_28_filled" case .animalCat28Regular: return "ic_fluent_animal_cat_28_regular" case .animalDog16Filled: return "ic_fluent_animal_dog_16_filled" @@ -16724,6 +16779,8 @@ import Foundation case .approvalsApp28Regular: return "ic_fluent_approvals_app_28_regular" case .approvalsApp32Filled: return "ic_fluent_approvals_app_32_filled" case .approvalsApp32Regular: return "ic_fluent_approvals_app_32_regular" + case .approvalsApp48Filled: return "ic_fluent_approvals_app_48_filled" + case .approvalsApp48Regular: return "ic_fluent_approvals_app_48_regular" case .apps16Filled: return "ic_fluent_apps_16_filled" case .apps16Regular: return "ic_fluent_apps_16_regular" case .apps20Filled: return "ic_fluent_apps_20_filled" @@ -16747,13 +16804,13 @@ import Foundation case .appsList20Filled: return "ic_fluent_apps_list_20_filled" case .appsList20Regular: return "ic_fluent_apps_list_20_regular" case .appsList24Filled: return "ic_fluent_apps_list_24_filled" + default: break } + switch self { case .appsList24Regular: return "ic_fluent_apps_list_24_regular" case .appsListDetail20Filled: return "ic_fluent_apps_list_detail_20_filled" case .appsListDetail20Regular: return "ic_fluent_apps_list_detail_20_regular" case .appsListDetail24Filled: return "ic_fluent_apps_list_detail_24_filled" case .appsListDetail24Regular: return "ic_fluent_apps_list_detail_24_regular" - default: break } - switch self { case .appsSettings16Filled: return "ic_fluent_apps_settings_16_filled" case .appsSettings16Regular: return "ic_fluent_apps_settings_16_regular" case .appsSettings20Filled: return "ic_fluent_apps_settings_20_filled" @@ -16849,13 +16906,13 @@ import Foundation case .arrowBidirectionalLeftRight24Filled: return "ic_fluent_arrow_bidirectional_left_right_24_filled" case .arrowBidirectionalLeftRight24Regular: return "ic_fluent_arrow_bidirectional_left_right_24_regular" case .arrowBidirectionalLeftRight28Filled: return "ic_fluent_arrow_bidirectional_left_right_28_filled" + default: break } + switch self { case .arrowBidirectionalLeftRight28Regular: return "ic_fluent_arrow_bidirectional_left_right_28_regular" case .arrowBidirectionalUpDown12Filled: return "ic_fluent_arrow_bidirectional_up_down_12_filled" case .arrowBidirectionalUpDown12Regular: return "ic_fluent_arrow_bidirectional_up_down_12_regular" case .arrowBidirectionalUpDown16Filled: return "ic_fluent_arrow_bidirectional_up_down_16_filled" case .arrowBidirectionalUpDown16Regular: return "ic_fluent_arrow_bidirectional_up_down_16_regular" - default: break } - switch self { case .arrowBidirectionalUpDown20Filled: return "ic_fluent_arrow_bidirectional_up_down_20_filled" case .arrowBidirectionalUpDown20Regular: return "ic_fluent_arrow_bidirectional_up_down_20_regular" case .arrowBidirectionalUpDown24Filled: return "ic_fluent_arrow_bidirectional_up_down_24_filled" @@ -16951,13 +17008,13 @@ import Foundation case .arrowClockwise16Filled: return "ic_fluent_arrow_clockwise_16_filled" case .arrowClockwise16Regular: return "ic_fluent_arrow_clockwise_16_regular" case .arrowClockwise20Filled: return "ic_fluent_arrow_clockwise_20_filled" + default: break } + switch self { case .arrowClockwise20Regular: return "ic_fluent_arrow_clockwise_20_regular" case .arrowClockwise24Filled: return "ic_fluent_arrow_clockwise_24_filled" case .arrowClockwise24Regular: return "ic_fluent_arrow_clockwise_24_regular" case .arrowClockwise28Filled: return "ic_fluent_arrow_clockwise_28_filled" case .arrowClockwise28Regular: return "ic_fluent_arrow_clockwise_28_regular" - default: break } - switch self { case .arrowClockwise32Filled: return "ic_fluent_arrow_clockwise_32_filled" case .arrowClockwise32Light: return "ic_fluent_arrow_clockwise_32_light" case .arrowClockwise32Regular: return "ic_fluent_arrow_clockwise_32_regular" @@ -17053,13 +17110,13 @@ import Foundation case .arrowDownload32Regular: return "ic_fluent_arrow_download_32_regular" case .arrowDownload48Filled: return "ic_fluent_arrow_download_48_filled" case .arrowDownload48Regular: return "ic_fluent_arrow_download_48_regular" + default: break } + switch self { case .arrowDownloadOff16Filled: return "ic_fluent_arrow_download_off_16_filled" case .arrowDownloadOff16Regular: return "ic_fluent_arrow_download_off_16_regular" case .arrowDownloadOff20Filled: return "ic_fluent_arrow_download_off_20_filled" case .arrowDownloadOff20Regular: return "ic_fluent_arrow_download_off_20_regular" case .arrowDownloadOff24Filled: return "ic_fluent_arrow_download_off_24_filled" - default: break } - switch self { case .arrowDownloadOff24Regular: return "ic_fluent_arrow_download_off_24_regular" case .arrowDownloadOff28Filled: return "ic_fluent_arrow_download_off_28_filled" case .arrowDownloadOff28Regular: return "ic_fluent_arrow_download_off_28_regular" @@ -17155,13 +17212,13 @@ import Foundation case .arrowForwardDownLightning20Filled: return "ic_fluent_arrow_forward_down_lightning_20_filled" case .arrowForwardDownLightning20Regular: return "ic_fluent_arrow_forward_down_lightning_20_regular" case .arrowForwardDownLightning24Filled: return "ic_fluent_arrow_forward_down_lightning_24_filled" + default: break } + switch self { case .arrowForwardDownLightning24Regular: return "ic_fluent_arrow_forward_down_lightning_24_regular" case .arrowForwardDownPerson20Filled: return "ic_fluent_arrow_forward_down_person_20_filled" case .arrowForwardDownPerson20Regular: return "ic_fluent_arrow_forward_down_person_20_regular" case .arrowForwardDownPerson24Filled: return "ic_fluent_arrow_forward_down_person_24_filled" case .arrowForwardDownPerson24Regular: return "ic_fluent_arrow_forward_down_person_24_regular" - default: break } - switch self { case .arrowHookDownLeft16Filled: return "ic_fluent_arrow_hook_down_left_16_filled" case .arrowHookDownLeft16Regular: return "ic_fluent_arrow_hook_down_left_16_regular" case .arrowHookDownLeft20Filled: return "ic_fluent_arrow_hook_down_left_20_filled" @@ -17257,13 +17314,13 @@ import Foundation case .arrowNext12Regular: return "ic_fluent_arrow_next_12_regular" case .arrowNext16Filled: return "ic_fluent_arrow_next_16_filled" case .arrowNext16Regular: return "ic_fluent_arrow_next_16_regular" + default: break } + switch self { case .arrowNext20Filled: return "ic_fluent_arrow_next_20_filled" case .arrowNext20Regular: return "ic_fluent_arrow_next_20_regular" case .arrowNext24Filled: return "ic_fluent_arrow_next_24_filled" case .arrowNext24Regular: return "ic_fluent_arrow_next_24_regular" case .arrowOutlineDownLeft16Filled: return "ic_fluent_arrow_outline_down_left_16_filled" - default: break } - switch self { case .arrowOutlineDownLeft16Regular: return "ic_fluent_arrow_outline_down_left_16_regular" case .arrowOutlineDownLeft20Filled: return "ic_fluent_arrow_outline_down_left_20_filled" case .arrowOutlineDownLeft20Regular: return "ic_fluent_arrow_outline_down_left_20_regular" @@ -17359,13 +17416,13 @@ import Foundation case .arrowReplyDown20Filled: return "ic_fluent_arrow_reply_down_20_filled" case .arrowReplyDown20Regular: return "ic_fluent_arrow_reply_down_20_regular" case .arrowReplyDown24Filled: return "ic_fluent_arrow_reply_down_24_filled" + default: break } + switch self { case .arrowReplyDown24Regular: return "ic_fluent_arrow_reply_down_24_regular" case .arrowReset20Filled: return "ic_fluent_arrow_reset_20_filled" case .arrowReset20Regular: return "ic_fluent_arrow_reset_20_regular" case .arrowReset24Filled: return "ic_fluent_arrow_reset_24_filled" case .arrowReset24Regular: return "ic_fluent_arrow_reset_24_regular" - default: break } - switch self { case .arrowReset32Filled: return "ic_fluent_arrow_reset_32_filled" case .arrowReset32Regular: return "ic_fluent_arrow_reset_32_regular" case .arrowReset48Filled: return "ic_fluent_arrow_reset_48_filled" @@ -17461,13 +17518,13 @@ import Foundation case .arrowSplit16Filled: return "ic_fluent_arrow_split_16_filled" case .arrowSplit16Regular: return "ic_fluent_arrow_split_16_regular" case .arrowSplit20Filled: return "ic_fluent_arrow_split_20_filled" + default: break } + switch self { case .arrowSplit20Regular: return "ic_fluent_arrow_split_20_regular" case .arrowSplit24Filled: return "ic_fluent_arrow_split_24_filled" case .arrowSplit24Regular: return "ic_fluent_arrow_split_24_regular" case .arrowSprint16Filled: return "ic_fluent_arrow_sprint_16_filled" case .arrowSprint16Regular: return "ic_fluent_arrow_sprint_16_regular" - default: break } - switch self { case .arrowSprint20Filled: return "ic_fluent_arrow_sprint_20_filled" case .arrowSprint20Regular: return "ic_fluent_arrow_sprint_20_regular" case .arrowSquareDown20Filled: return "ic_fluent_arrow_square_down_20_filled" @@ -17563,13 +17620,13 @@ import Foundation case .arrowSyncCircle28Filled: return "ic_fluent_arrow_sync_circle_28_filled" case .arrowSyncCircle28Regular: return "ic_fluent_arrow_sync_circle_28_regular" case .arrowSyncCircle32Filled: return "ic_fluent_arrow_sync_circle_32_filled" + default: break } + switch self { case .arrowSyncCircle32Regular: return "ic_fluent_arrow_sync_circle_32_regular" case .arrowSyncCircle48Filled: return "ic_fluent_arrow_sync_circle_48_filled" case .arrowSyncCircle48Regular: return "ic_fluent_arrow_sync_circle_48_regular" case .arrowSyncDismiss20Filled: return "ic_fluent_arrow_sync_dismiss_20_filled" case .arrowSyncDismiss20Regular: return "ic_fluent_arrow_sync_dismiss_20_regular" - default: break } - switch self { case .arrowSyncDismiss24Filled: return "ic_fluent_arrow_sync_dismiss_24_filled" case .arrowSyncDismiss24Regular: return "ic_fluent_arrow_sync_dismiss_24_regular" case .arrowSyncOff12Filled: return "ic_fluent_arrow_sync_off_12_filled" @@ -17665,13 +17722,13 @@ import Foundation case .arrowTurnRightUp48Filled: return "ic_fluent_arrow_turn_right_up_48_filled" case .arrowTurnRightUp48Regular: return "ic_fluent_arrow_turn_right_up_48_regular" case .arrowTurnUpDown20Filled: return "ic_fluent_arrow_turn_up_down_20_filled" + default: break } + switch self { case .arrowTurnUpDown20Regular: return "ic_fluent_arrow_turn_up_down_20_regular" case .arrowTurnUpDown48Filled: return "ic_fluent_arrow_turn_up_down_48_filled" case .arrowTurnUpDown48Regular: return "ic_fluent_arrow_turn_up_down_48_regular" case .arrowTurnUpLeft20Filled: return "ic_fluent_arrow_turn_up_left_20_filled" case .arrowTurnUpLeft20Regular: return "ic_fluent_arrow_turn_up_left_20_regular" - default: break } - switch self { case .arrowTurnUpLeft48Filled: return "ic_fluent_arrow_turn_up_left_48_filled" case .arrowTurnUpLeft48Regular: return "ic_fluent_arrow_turn_up_left_48_regular" case .arrowUndo16Filled: return "ic_fluent_arrow_undo_16_filled" @@ -17767,13 +17824,13 @@ import Foundation case .autoFit32Light: return "ic_fluent_auto_fit_32_light" case .autoFitHeight20Filled: return "ic_fluent_auto_fit_height_20_filled" case .autoFitHeight20Regular: return "ic_fluent_auto_fit_height_20_regular" + default: break } + switch self { case .autoFitHeight24Filled: return "ic_fluent_auto_fit_height_24_filled" case .autoFitHeight24Regular: return "ic_fluent_auto_fit_height_24_regular" case .autoFitWidth20Filled: return "ic_fluent_auto_fit_width_20_filled" case .autoFitWidth20Regular: return "ic_fluent_auto_fit_width_20_regular" case .autoFitWidth24Filled: return "ic_fluent_auto_fit_width_24_filled" - default: break } - switch self { case .autoFitWidth24Regular: return "ic_fluent_auto_fit_width_24_regular" case .autocorrect20Filled: return "ic_fluent_autocorrect_20_filled" case .autocorrect20Regular: return "ic_fluent_autocorrect_20_regular" @@ -17869,13 +17926,13 @@ import Foundation case .battery320Filled: return "ic_fluent_battery_3_20_filled" case .battery320Regular: return "ic_fluent_battery_3_20_regular" case .battery324Filled: return "ic_fluent_battery_3_24_filled" + default: break } + switch self { case .battery324Regular: return "ic_fluent_battery_3_24_regular" case .battery328Filled: return "ic_fluent_battery_3_28_filled" case .battery328Regular: return "ic_fluent_battery_3_28_regular" case .battery332Filled: return "ic_fluent_battery_3_32_filled" case .battery332Regular: return "ic_fluent_battery_3_32_regular" - default: break } - switch self { case .battery420Filled: return "ic_fluent_battery_4_20_filled" case .battery420Regular: return "ic_fluent_battery_4_20_regular" case .battery424Filled: return "ic_fluent_battery_4_24_filled" @@ -17971,13 +18028,13 @@ import Foundation case .beakerDismiss20Filled: return "ic_fluent_beaker_dismiss_20_filled" case .beakerDismiss20Regular: return "ic_fluent_beaker_dismiss_20_regular" case .beakerDismiss24Filled: return "ic_fluent_beaker_dismiss_24_filled" + default: break } + switch self { case .beakerDismiss24Regular: return "ic_fluent_beaker_dismiss_24_regular" case .beakerEdit20Filled: return "ic_fluent_beaker_edit_20_filled" case .beakerEdit20Regular: return "ic_fluent_beaker_edit_20_regular" case .beakerEdit24Filled: return "ic_fluent_beaker_edit_24_filled" case .beakerEdit24Regular: return "ic_fluent_beaker_edit_24_regular" - default: break } - switch self { case .beakerEmpty16Filled: return "ic_fluent_beaker_empty_16_filled" case .beakerEmpty16Regular: return "ic_fluent_beaker_empty_16_regular" case .beakerOff20Filled: return "ic_fluent_beaker_off_20_filled" @@ -18073,13 +18130,13 @@ import Foundation case .boardHeart24Filled: return "ic_fluent_board_heart_24_filled" case .boardHeart24Regular: return "ic_fluent_board_heart_24_regular" case .boardSplit16Filled: return "ic_fluent_board_split_16_filled" + default: break } + switch self { case .boardSplit16Regular: return "ic_fluent_board_split_16_regular" case .boardSplit20Filled: return "ic_fluent_board_split_20_filled" case .boardSplit20Regular: return "ic_fluent_board_split_20_regular" case .boardSplit24Filled: return "ic_fluent_board_split_24_filled" case .boardSplit24Regular: return "ic_fluent_board_split_24_regular" - default: break } - switch self { case .boardSplit28Filled: return "ic_fluent_board_split_28_filled" case .boardSplit28Regular: return "ic_fluent_board_split_28_regular" case .boardSplit48Filled: return "ic_fluent_board_split_48_filled" @@ -18175,13 +18232,13 @@ import Foundation case .bookOpen32Regular: return "ic_fluent_book_open_32_regular" case .bookOpen48Filled: return "ic_fluent_book_open_48_filled" case .bookOpen48Regular: return "ic_fluent_book_open_48_regular" + default: break } + switch self { case .bookOpenGlobe20Filled: return "ic_fluent_book_open_globe_20_filled" case .bookOpenGlobe20Regular: return "ic_fluent_book_open_globe_20_regular" case .bookOpenGlobe24Filled: return "ic_fluent_book_open_globe_24_filled" case .bookOpenGlobe24Regular: return "ic_fluent_book_open_globe_24_regular" case .bookOpenMicrophone20Filled: return "ic_fluent_book_open_microphone_20_filled" - default: break } - switch self { case .bookOpenMicrophone20Regular: return "ic_fluent_book_open_microphone_20_regular" case .bookOpenMicrophone24Filled: return "ic_fluent_book_open_microphone_24_filled" case .bookOpenMicrophone24Regular: return "ic_fluent_book_open_microphone_24_regular" @@ -18277,13 +18334,13 @@ import Foundation case .borderInside20Regular: return "ic_fluent_border_inside_20_regular" case .borderInside24Filled: return "ic_fluent_border_inside_24_filled" case .borderInside24Regular: return "ic_fluent_border_inside_24_regular" + default: break } + switch self { case .borderLeft20Filled: return "ic_fluent_border_left_20_filled" case .borderLeft20Regular: return "ic_fluent_border_left_20_regular" case .borderLeft24Filled: return "ic_fluent_border_left_24_filled" case .borderLeft24Regular: return "ic_fluent_border_left_24_regular" case .borderLeftRight20Filled: return "ic_fluent_border_left_right_20_filled" - default: break } - switch self { case .borderLeftRight20Regular: return "ic_fluent_border_left_right_20_regular" case .borderLeftRight24Filled: return "ic_fluent_border_left_right_24_filled" case .borderLeftRight24Regular: return "ic_fluent_border_left_right_24_regular" @@ -18379,13 +18436,13 @@ import Foundation case .boxMultiple20Regular: return "ic_fluent_box_multiple_20_regular" case .boxMultiple24Filled: return "ic_fluent_box_multiple_24_filled" case .boxMultiple24Regular: return "ic_fluent_box_multiple_24_regular" + default: break } + switch self { case .boxMultipleArrowLeft20Filled: return "ic_fluent_box_multiple_arrow_left_20_filled" case .boxMultipleArrowLeft20Regular: return "ic_fluent_box_multiple_arrow_left_20_regular" case .boxMultipleArrowLeft24Filled: return "ic_fluent_box_multiple_arrow_left_24_filled" case .boxMultipleArrowLeft24Regular: return "ic_fluent_box_multiple_arrow_left_24_regular" case .boxMultipleArrowRight20Filled: return "ic_fluent_box_multiple_arrow_right_20_filled" - default: break } - switch self { case .boxMultipleArrowRight20Regular: return "ic_fluent_box_multiple_arrow_right_20_regular" case .boxMultipleArrowRight24Filled: return "ic_fluent_box_multiple_arrow_right_24_filled" case .boxMultipleArrowRight24Regular: return "ic_fluent_box_multiple_arrow_right_24_regular" @@ -18481,13 +18538,13 @@ import Foundation case .briefcase20Filled: return "ic_fluent_briefcase_20_filled" case .briefcase20Regular: return "ic_fluent_briefcase_20_regular" case .briefcase24Filled: return "ic_fluent_briefcase_24_filled" + default: break } + switch self { case .briefcase24Regular: return "ic_fluent_briefcase_24_regular" case .briefcase28Filled: return "ic_fluent_briefcase_28_filled" case .briefcase28Regular: return "ic_fluent_briefcase_28_regular" case .briefcase32Filled: return "ic_fluent_briefcase_32_filled" case .briefcase32Regular: return "ic_fluent_briefcase_32_regular" - default: break } - switch self { case .briefcase48Filled: return "ic_fluent_briefcase_48_filled" case .briefcase48Regular: return "ic_fluent_briefcase_48_regular" case .briefcaseMedical16Filled: return "ic_fluent_briefcase_medical_16_filled" @@ -18583,13 +18640,13 @@ import Foundation case .buildingBank16Regular: return "ic_fluent_building_bank_16_regular" case .buildingBank20Filled: return "ic_fluent_building_bank_20_filled" case .buildingBank20Regular: return "ic_fluent_building_bank_20_regular" + default: break } + switch self { case .buildingBank24Filled: return "ic_fluent_building_bank_24_filled" case .buildingBank24Regular: return "ic_fluent_building_bank_24_regular" case .buildingBank28Filled: return "ic_fluent_building_bank_28_filled" case .buildingBank28Regular: return "ic_fluent_building_bank_28_regular" case .buildingBank48Filled: return "ic_fluent_building_bank_48_filled" - default: break } - switch self { case .buildingBank48Regular: return "ic_fluent_building_bank_48_regular" case .buildingBankLink16Filled: return "ic_fluent_building_bank_link_16_filled" case .buildingBankLink16Regular: return "ic_fluent_building_bank_link_16_regular" @@ -18685,13 +18742,13 @@ import Foundation case .buildingPeople20Regular: return "ic_fluent_building_people_20_regular" case .buildingPeople24Filled: return "ic_fluent_building_people_24_filled" case .buildingPeople24Regular: return "ic_fluent_building_people_24_regular" + default: break } + switch self { case .buildingRetail20Filled: return "ic_fluent_building_retail_20_filled" case .buildingRetail20Regular: return "ic_fluent_building_retail_20_regular" case .buildingRetail24Filled: return "ic_fluent_building_retail_24_filled" case .buildingRetail24Regular: return "ic_fluent_building_retail_24_regular" case .buildingRetailMoney20Filled: return "ic_fluent_building_retail_money_20_filled" - default: break } - switch self { case .buildingRetailMoney20Regular: return "ic_fluent_building_retail_money_20_regular" case .buildingRetailMoney24Filled: return "ic_fluent_building_retail_money_24_filled" case .buildingRetailMoney24Regular: return "ic_fluent_building_retail_money_24_regular" @@ -18787,13 +18844,13 @@ import Foundation case .calendarAdd24Filled: return "ic_fluent_calendar_add_24_filled" case .calendarAdd24Regular: return "ic_fluent_calendar_add_24_regular" case .calendarAdd28Filled: return "ic_fluent_calendar_add_28_filled" + default: break } + switch self { case .calendarAdd28Regular: return "ic_fluent_calendar_add_28_regular" case .calendarAgenda20Filled: return "ic_fluent_calendar_agenda_20_filled" case .calendarAgenda20Regular: return "ic_fluent_calendar_agenda_20_regular" case .calendarAgenda24Filled: return "ic_fluent_calendar_agenda_24_filled" case .calendarAgenda24Regular: return "ic_fluent_calendar_agenda_24_regular" - default: break } - switch self { case .calendarAgenda28Filled: return "ic_fluent_calendar_agenda_28_filled" case .calendarAgenda28Regular: return "ic_fluent_calendar_agenda_28_regular" case .calendarArrowCounterclockwise16Filled: return "ic_fluent_calendar_arrow_counterclockwise_16_filled" @@ -18889,13 +18946,13 @@ import Foundation case .calendarEdit16Regular: return "ic_fluent_calendar_edit_16_regular" case .calendarEdit20Filled: return "ic_fluent_calendar_edit_20_filled" case .calendarEdit20Regular: return "ic_fluent_calendar_edit_20_regular" + default: break } + switch self { case .calendarEdit24Filled: return "ic_fluent_calendar_edit_24_filled" case .calendarEdit24Regular: return "ic_fluent_calendar_edit_24_regular" case .calendarEdit32Filled: return "ic_fluent_calendar_edit_32_filled" case .calendarEdit32Light: return "ic_fluent_calendar_edit_32_light" case .calendarEdit32Regular: return "ic_fluent_calendar_edit_32_regular" - default: break } - switch self { case .calendarEmpty16Filled: return "ic_fluent_calendar_empty_16_filled" case .calendarEmpty16Regular: return "ic_fluent_calendar_empty_16_regular" case .calendarEmpty20Filled: return "ic_fluent_calendar_empty_20_filled" @@ -18991,13 +19048,13 @@ import Foundation case .calendarPlay20Filled: return "ic_fluent_calendar_play_20_filled" case .calendarPlay20Regular: return "ic_fluent_calendar_play_20_regular" case .calendarPlay24Filled: return "ic_fluent_calendar_play_24_filled" + default: break } + switch self { case .calendarPlay24Regular: return "ic_fluent_calendar_play_24_regular" case .calendarPlay28Filled: return "ic_fluent_calendar_play_28_filled" case .calendarPlay28Regular: return "ic_fluent_calendar_play_28_regular" case .calendarQuestionMark16Filled: return "ic_fluent_calendar_question_mark_16_filled" case .calendarQuestionMark16Regular: return "ic_fluent_calendar_question_mark_16_regular" - default: break } - switch self { case .calendarQuestionMark20Filled: return "ic_fluent_calendar_question_mark_20_filled" case .calendarQuestionMark20Regular: return "ic_fluent_calendar_question_mark_20_regular" case .calendarQuestionMark24Filled: return "ic_fluent_calendar_question_mark_24_filled" @@ -19093,13 +19150,13 @@ import Foundation case .calendarTodo32Light: return "ic_fluent_calendar_todo_32_light" case .calendarToolbox20Filled: return "ic_fluent_calendar_toolbox_20_filled" case .calendarToolbox20Regular: return "ic_fluent_calendar_toolbox_20_regular" + default: break } + switch self { case .calendarToolbox24Filled: return "ic_fluent_calendar_toolbox_24_filled" case .calendarToolbox24Regular: return "ic_fluent_calendar_toolbox_24_regular" case .calendarVideo20Filled: return "ic_fluent_calendar_video_20_filled" case .calendarVideo20Regular: return "ic_fluent_calendar_video_20_regular" case .calendarVideo24Filled: return "ic_fluent_calendar_video_24_filled" - default: break } - switch self { case .calendarVideo24Regular: return "ic_fluent_calendar_video_24_regular" case .calendarVideo28Filled: return "ic_fluent_calendar_video_28_filled" case .calendarVideo28Regular: return "ic_fluent_calendar_video_28_regular" @@ -19195,13 +19252,13 @@ import Foundation case .callMissed12Filled: return "ic_fluent_call_missed_12_filled" case .callMissed12Regular: return "ic_fluent_call_missed_12_regular" case .callMissed16Filled: return "ic_fluent_call_missed_16_filled" + default: break } + switch self { case .callMissed16Regular: return "ic_fluent_call_missed_16_regular" case .callMissed20Filled: return "ic_fluent_call_missed_20_filled" case .callMissed20Regular: return "ic_fluent_call_missed_20_regular" case .callMissed24Filled: return "ic_fluent_call_missed_24_filled" case .callMissed24Regular: return "ic_fluent_call_missed_24_regular" - default: break } - switch self { case .callMissed28Filled: return "ic_fluent_call_missed_28_filled" case .callMissed28Regular: return "ic_fluent_call_missed_28_regular" case .callMissed48Filled: return "ic_fluent_call_missed_48_filled" @@ -19297,13 +19354,13 @@ import Foundation case .cameraEdit20Filled: return "ic_fluent_camera_edit_20_filled" case .cameraEdit20Regular: return "ic_fluent_camera_edit_20_regular" case .cameraOff16Filled: return "ic_fluent_camera_off_16_filled" + default: break } + switch self { case .cameraOff16Regular: return "ic_fluent_camera_off_16_regular" case .cameraOff20Filled: return "ic_fluent_camera_off_20_filled" case .cameraOff20Regular: return "ic_fluent_camera_off_20_regular" case .cameraOff24Filled: return "ic_fluent_camera_off_24_filled" case .cameraOff24Regular: return "ic_fluent_camera_off_24_regular" - default: break } - switch self { case .cameraSparkles16Filled: return "ic_fluent_camera_sparkles_16_filled" case .cameraSparkles16Regular: return "ic_fluent_camera_sparkles_16_regular" case .cameraSparkles20Filled: return "ic_fluent_camera_sparkles_20_filled" @@ -19399,13 +19456,13 @@ import Foundation case .cellular4G24Filled: return "ic_fluent_cellular_4g_24_filled" case .cellular4G24Regular: return "ic_fluent_cellular_4g_24_regular" case .cellular5G20Filled: return "ic_fluent_cellular_5g_20_filled" + default: break } + switch self { case .cellular5G20Regular: return "ic_fluent_cellular_5g_20_regular" case .cellular5G24Filled: return "ic_fluent_cellular_5g_24_filled" case .cellular5G24Regular: return "ic_fluent_cellular_5g_24_regular" case .cellularData120Filled: return "ic_fluent_cellular_data_1_20_filled" case .cellularData120Regular: return "ic_fluent_cellular_data_1_20_regular" - default: break } - switch self { case .cellularData124Filled: return "ic_fluent_cellular_data_1_24_filled" case .cellularData124Regular: return "ic_fluent_cellular_data_1_24_regular" case .cellularData220Filled: return "ic_fluent_cellular_data_2_20_filled" @@ -19501,13 +19558,13 @@ import Foundation case .channelShare12Filled: return "ic_fluent_channel_share_12_filled" case .channelShare12Regular: return "ic_fluent_channel_share_12_regular" case .channelShare16Filled: return "ic_fluent_channel_share_16_filled" + default: break } + switch self { case .channelShare16Regular: return "ic_fluent_channel_share_16_regular" case .channelShare20Filled: return "ic_fluent_channel_share_20_filled" case .channelShare20Regular: return "ic_fluent_channel_share_20_regular" case .channelShare24Filled: return "ic_fluent_channel_share_24_filled" case .channelShare24Regular: return "ic_fluent_channel_share_24_regular" - default: break } - switch self { case .channelShare28Filled: return "ic_fluent_channel_share_28_filled" case .channelShare28Regular: return "ic_fluent_channel_share_28_regular" case .channelShare48Filled: return "ic_fluent_channel_share_48_filled" @@ -19603,13 +19660,13 @@ import Foundation case .chatDismiss16Regular: return "ic_fluent_chat_dismiss_16_regular" case .chatDismiss20Filled: return "ic_fluent_chat_dismiss_20_filled" case .chatDismiss20Regular: return "ic_fluent_chat_dismiss_20_regular" + default: break } + switch self { case .chatDismiss24Filled: return "ic_fluent_chat_dismiss_24_filled" case .chatDismiss24Regular: return "ic_fluent_chat_dismiss_24_regular" case .chatEmpty12Filled: return "ic_fluent_chat_empty_12_filled" case .chatEmpty12Regular: return "ic_fluent_chat_empty_12_regular" case .chatEmpty16Filled: return "ic_fluent_chat_empty_16_filled" - default: break } - switch self { case .chatEmpty16Regular: return "ic_fluent_chat_empty_16_regular" case .chatEmpty20Filled: return "ic_fluent_chat_empty_20_filled" case .chatEmpty20Regular: return "ic_fluent_chat_empty_20_regular" @@ -19705,13 +19762,13 @@ import Foundation case .checkboxArrowRight24Regular: return "ic_fluent_checkbox_arrow_right_24_regular" case .checkboxChecked16Filled: return "ic_fluent_checkbox_checked_16_filled" case .checkboxChecked16Regular: return "ic_fluent_checkbox_checked_16_regular" + default: break } + switch self { case .checkboxChecked20Filled: return "ic_fluent_checkbox_checked_20_filled" case .checkboxChecked20Regular: return "ic_fluent_checkbox_checked_20_regular" case .checkboxChecked24Filled: return "ic_fluent_checkbox_checked_24_filled" case .checkboxChecked24Regular: return "ic_fluent_checkbox_checked_24_regular" case .checkboxCheckedSync16Filled: return "ic_fluent_checkbox_checked_sync_16_filled" - default: break } - switch self { case .checkboxCheckedSync16Regular: return "ic_fluent_checkbox_checked_sync_16_regular" case .checkboxCheckedSync20Filled: return "ic_fluent_checkbox_checked_sync_20_filled" case .checkboxCheckedSync20Regular: return "ic_fluent_checkbox_checked_sync_20_regular" @@ -19807,13 +19864,13 @@ import Foundation case .chess20Regular: return "ic_fluent_chess_20_regular" case .chevronCircleDown12Filled: return "ic_fluent_chevron_circle_down_12_filled" case .chevronCircleDown12Regular: return "ic_fluent_chevron_circle_down_12_regular" + default: break } + switch self { case .chevronCircleDown16Filled: return "ic_fluent_chevron_circle_down_16_filled" case .chevronCircleDown16Regular: return "ic_fluent_chevron_circle_down_16_regular" case .chevronCircleDown20Filled: return "ic_fluent_chevron_circle_down_20_filled" case .chevronCircleDown20Regular: return "ic_fluent_chevron_circle_down_20_regular" case .chevronCircleDown24Filled: return "ic_fluent_chevron_circle_down_24_filled" - default: break } - switch self { case .chevronCircleDown24Regular: return "ic_fluent_chevron_circle_down_24_regular" case .chevronCircleDown28Filled: return "ic_fluent_chevron_circle_down_28_filled" case .chevronCircleDown28Regular: return "ic_fluent_chevron_circle_down_28_regular" @@ -19909,13 +19966,13 @@ import Foundation case .chevronLeft24Regular: return "ic_fluent_chevron_left_24_regular" case .chevronLeft28Filled: return "ic_fluent_chevron_left_28_filled" case .chevronLeft28Regular: return "ic_fluent_chevron_left_28_regular" + default: break } + switch self { case .chevronLeft32Filled: return "ic_fluent_chevron_left_32_filled" case .chevronLeft32Regular: return "ic_fluent_chevron_left_32_regular" case .chevronLeft48Filled: return "ic_fluent_chevron_left_48_filled" case .chevronLeft48Regular: return "ic_fluent_chevron_left_48_regular" case .chevronRight12Filled: return "ic_fluent_chevron_right_12_filled" - default: break } - switch self { case .chevronRight12Regular: return "ic_fluent_chevron_right_12_regular" case .chevronRight16Filled: return "ic_fluent_chevron_right_16_filled" case .chevronRight16Regular: return "ic_fluent_chevron_right_16_regular" @@ -20011,13 +20068,13 @@ import Foundation case .circleLine24Regular: return "ic_fluent_circle_line_24_regular" case .circleMultipleSubtractCheckmark20Filled: return "ic_fluent_circle_multiple_subtract_checkmark_20_filled" case .circleMultipleSubtractCheckmark20Regular: return "ic_fluent_circle_multiple_subtract_checkmark_20_regular" + default: break } + switch self { case .circleOff16Filled: return "ic_fluent_circle_off_16_filled" case .circleOff16Regular: return "ic_fluent_circle_off_16_regular" case .circleOff20Filled: return "ic_fluent_circle_off_20_filled" case .circleOff20Regular: return "ic_fluent_circle_off_20_regular" case .circleShadow20Filled: return "ic_fluent_circle_shadow_20_filled" - default: break } - switch self { case .circleShadow20Regular: return "ic_fluent_circle_shadow_20_regular" case .circleShadow24Filled: return "ic_fluent_circle_shadow_24_filled" case .circleShadow24Regular: return "ic_fluent_circle_shadow_24_regular" @@ -20113,13 +20170,13 @@ import Foundation case .clipboardDataBar32Filled: return "ic_fluent_clipboard_data_bar_32_filled" case .clipboardDataBar32Regular: return "ic_fluent_clipboard_data_bar_32_regular" case .clipboardDay16Filled: return "ic_fluent_clipboard_day_16_filled" + default: break } + switch self { case .clipboardDay16Regular: return "ic_fluent_clipboard_day_16_regular" case .clipboardDay20Filled: return "ic_fluent_clipboard_day_20_filled" case .clipboardDay20Regular: return "ic_fluent_clipboard_day_20_regular" case .clipboardDay24Filled: return "ic_fluent_clipboard_day_24_filled" case .clipboardDay24Regular: return "ic_fluent_clipboard_day_24_regular" - default: break } - switch self { case .clipboardEdit20Filled: return "ic_fluent_clipboard_edit_20_filled" case .clipboardEdit20Regular: return "ic_fluent_clipboard_edit_20_regular" case .clipboardError16Filled: return "ic_fluent_clipboard_error_16_filled" @@ -20215,13 +20272,13 @@ import Foundation case .clipboardTaskAdd20Regular: return "ic_fluent_clipboard_task_add_20_regular" case .clipboardTaskAdd24Filled: return "ic_fluent_clipboard_task_add_24_filled" case .clipboardTaskAdd24Regular: return "ic_fluent_clipboard_task_add_24_regular" + default: break } + switch self { case .clipboardTaskList16Filled: return "ic_fluent_clipboard_task_list_16_filled" case .clipboardTaskList16Regular: return "ic_fluent_clipboard_task_list_16_regular" case .clipboardTaskList20Filled: return "ic_fluent_clipboard_task_list_20_filled" case .clipboardTaskList20Regular: return "ic_fluent_clipboard_task_list_20_regular" case .clipboardTaskList24Filled: return "ic_fluent_clipboard_task_list_24_filled" - default: break } - switch self { case .clipboardTaskList24Regular: return "ic_fluent_clipboard_task_list_24_regular" case .clipboardText32Filled: return "ic_fluent_clipboard_text_32_filled" case .clipboardText32Regular: return "ic_fluent_clipboard_text_32_regular" @@ -20231,6 +20288,8 @@ import Foundation case .clipboardTextEdit24Regular: return "ic_fluent_clipboard_text_edit_24_regular" case .clipboardTextEdit32Filled: return "ic_fluent_clipboard_text_edit_32_filled" case .clipboardTextEdit32Regular: return "ic_fluent_clipboard_text_edit_32_regular" + case .clipboardTextEdit48Filled: return "ic_fluent_clipboard_text_edit_48_filled" + case .clipboardTextEdit48Regular: return "ic_fluent_clipboard_text_edit_48_regular" case .clock12Filled: return "ic_fluent_clock_12_filled" case .clock12Regular: return "ic_fluent_clock_12_regular" case .clock16Filled: return "ic_fluent_clock_16_filled" @@ -20315,6 +20374,8 @@ import Foundation case .cloud20Regular: return "ic_fluent_cloud_20_regular" case .cloud24Filled: return "ic_fluent_cloud_24_filled" case .cloud24Regular: return "ic_fluent_cloud_24_regular" + default: break } + switch self { case .cloud28Filled: return "ic_fluent_cloud_28_filled" case .cloud28Regular: return "ic_fluent_cloud_28_regular" case .cloud32Filled: return "ic_fluent_cloud_32_filled" @@ -20322,8 +20383,6 @@ import Foundation case .cloud48Filled: return "ic_fluent_cloud_48_filled" case .cloud48Regular: return "ic_fluent_cloud_48_regular" case .cloudAdd16Filled: return "ic_fluent_cloud_add_16_filled" - default: break } - switch self { case .cloudAdd16Regular: return "ic_fluent_cloud_add_16_regular" case .cloudAdd20Filled: return "ic_fluent_cloud_add_20_filled" case .cloudAdd20Regular: return "ic_fluent_cloud_add_20_regular" @@ -20417,6 +20476,8 @@ import Foundation case .cloudDesktop20Regular: return "ic_fluent_cloud_desktop_20_regular" case .cloudDismiss16Filled: return "ic_fluent_cloud_dismiss_16_filled" case .cloudDismiss16Regular: return "ic_fluent_cloud_dismiss_16_regular" + default: break } + switch self { case .cloudDismiss20Filled: return "ic_fluent_cloud_dismiss_20_filled" case .cloudDismiss20Regular: return "ic_fluent_cloud_dismiss_20_regular" case .cloudDismiss24Filled: return "ic_fluent_cloud_dismiss_24_filled" @@ -20424,8 +20485,6 @@ import Foundation case .cloudDismiss28Filled: return "ic_fluent_cloud_dismiss_28_filled" case .cloudDismiss28Regular: return "ic_fluent_cloud_dismiss_28_regular" case .cloudDismiss32Filled: return "ic_fluent_cloud_dismiss_32_filled" - default: break } - switch self { case .cloudDismiss32Regular: return "ic_fluent_cloud_dismiss_32_regular" case .cloudDismiss48Filled: return "ic_fluent_cloud_dismiss_48_filled" case .cloudDismiss48Regular: return "ic_fluent_cloud_dismiss_48_regular" @@ -20519,6 +20578,8 @@ import Foundation case .codeBlock16Regular: return "ic_fluent_code_block_16_regular" case .codeBlock20Filled: return "ic_fluent_code_block_20_filled" case .codeBlock20Regular: return "ic_fluent_code_block_20_regular" + default: break } + switch self { case .codeBlock24Filled: return "ic_fluent_code_block_24_filled" case .codeBlock24Regular: return "ic_fluent_code_block_24_regular" case .codeBlock28Filled: return "ic_fluent_code_block_28_filled" @@ -20526,8 +20587,6 @@ import Foundation case .codeBlock32Filled: return "ic_fluent_code_block_32_filled" case .codeBlock32Regular: return "ic_fluent_code_block_32_regular" case .codeBlock48Filled: return "ic_fluent_code_block_48_filled" - default: break } - switch self { case .codeBlock48Regular: return "ic_fluent_code_block_48_regular" case .codeCircle20Filled: return "ic_fluent_code_circle_20_filled" case .codeCircle20Regular: return "ic_fluent_code_circle_20_regular" @@ -20621,6 +20680,8 @@ import Foundation case .colorFillAccent28Regular: return "ic_fluent_color_fill_accent_28_regular" case .colorFillAccent32Light: return "ic_fluent_color_fill_accent_32_light" case .colorLine16Filled: return "ic_fluent_color_line_16_filled" + default: break } + switch self { case .colorLine16Regular: return "ic_fluent_color_line_16_regular" case .colorLine20Filled: return "ic_fluent_color_line_20_filled" case .colorLine20Regular: return "ic_fluent_color_line_20_regular" @@ -20628,8 +20689,6 @@ import Foundation case .colorLine24Regular: return "ic_fluent_color_line_24_regular" case .colorLineAccent16Regular: return "ic_fluent_color_line_accent_16_regular" case .colorLineAccent20Regular: return "ic_fluent_color_line_accent_20_regular" - default: break } - switch self { case .colorLineAccent24Regular: return "ic_fluent_color_line_accent_24_regular" case .column20Filled: return "ic_fluent_column_20_filled" case .column20Regular: return "ic_fluent_column_20_regular" @@ -20723,6 +20782,8 @@ import Foundation case .commentCheckmark20Regular: return "ic_fluent_comment_checkmark_20_regular" case .commentCheckmark24Filled: return "ic_fluent_comment_checkmark_24_filled" case .commentCheckmark24Regular: return "ic_fluent_comment_checkmark_24_regular" + default: break } + switch self { case .commentCheckmark28Filled: return "ic_fluent_comment_checkmark_28_filled" case .commentCheckmark28Regular: return "ic_fluent_comment_checkmark_28_regular" case .commentCheckmark48Filled: return "ic_fluent_comment_checkmark_48_filled" @@ -20730,8 +20791,6 @@ import Foundation case .commentDismiss20Filled: return "ic_fluent_comment_dismiss_20_filled" case .commentDismiss20Regular: return "ic_fluent_comment_dismiss_20_regular" case .commentDismiss24Filled: return "ic_fluent_comment_dismiss_24_filled" - default: break } - switch self { case .commentDismiss24Regular: return "ic_fluent_comment_dismiss_24_regular" case .commentEdit16Filled: return "ic_fluent_comment_edit_16_filled" case .commentEdit16Regular: return "ic_fluent_comment_edit_16_regular" @@ -20825,6 +20884,8 @@ import Foundation case .communicationShield24Regular: return "ic_fluent_communication_shield_24_regular" case .compassNorthwest16Filled: return "ic_fluent_compass_northwest_16_filled" case .compassNorthwest16Regular: return "ic_fluent_compass_northwest_16_regular" + default: break } + switch self { case .compassNorthwest20Filled: return "ic_fluent_compass_northwest_20_filled" case .compassNorthwest20Regular: return "ic_fluent_compass_northwest_20_regular" case .compassNorthwest24Filled: return "ic_fluent_compass_northwest_24_filled" @@ -20832,8 +20893,6 @@ import Foundation case .compassNorthwest28Filled: return "ic_fluent_compass_northwest_28_filled" case .compassNorthwest28Regular: return "ic_fluent_compass_northwest_28_regular" case .component2DoubleTapSwipeDown24Filled: return "ic_fluent_component_2_double_tap_swipe_down_24_filled" - default: break } - switch self { case .component2DoubleTapSwipeDown24Regular: return "ic_fluent_component_2_double_tap_swipe_down_24_regular" case .component2DoubleTapSwipeUp24Filled: return "ic_fluent_component_2_double_tap_swipe_up_24_filled" case .component2DoubleTapSwipeUp24Regular: return "ic_fluent_component_2_double_tap_swipe_up_24_regular" @@ -20927,6 +20986,8 @@ import Foundation case .contentView24Filled: return "ic_fluent_content_view_24_filled" case .contentView24Regular: return "ic_fluent_content_view_24_regular" case .contentView28Filled: return "ic_fluent_content_view_28_filled" + default: break } + switch self { case .contentView28Regular: return "ic_fluent_content_view_28_regular" case .contentView32Filled: return "ic_fluent_content_view_32_filled" case .contentView32Regular: return "ic_fluent_content_view_32_regular" @@ -20934,8 +20995,6 @@ import Foundation case .contentViewGallery16Regular: return "ic_fluent_content_view_gallery_16_regular" case .contentViewGallery20Filled: return "ic_fluent_content_view_gallery_20_filled" case .contentViewGallery20Regular: return "ic_fluent_content_view_gallery_20_regular" - default: break } - switch self { case .contentViewGallery24Filled: return "ic_fluent_content_view_gallery_24_filled" case .contentViewGallery24Regular: return "ic_fluent_content_view_gallery_24_regular" case .contentViewGallery28Filled: return "ic_fluent_content_view_gallery_28_filled" @@ -21029,6 +21088,8 @@ import Foundation case .creditCardClock20Regular: return "ic_fluent_credit_card_clock_20_regular" case .creditCardClock24Filled: return "ic_fluent_credit_card_clock_24_filled" case .creditCardClock24Regular: return "ic_fluent_credit_card_clock_24_regular" + default: break } + switch self { case .creditCardClock28Filled: return "ic_fluent_credit_card_clock_28_filled" case .creditCardClock28Regular: return "ic_fluent_credit_card_clock_28_regular" case .creditCardClock32Filled: return "ic_fluent_credit_card_clock_32_filled" @@ -21036,8 +21097,6 @@ import Foundation case .creditCardPerson20Filled: return "ic_fluent_credit_card_person_20_filled" case .creditCardPerson20Regular: return "ic_fluent_credit_card_person_20_regular" case .creditCardPerson24Filled: return "ic_fluent_credit_card_person_24_filled" - default: break } - switch self { case .creditCardPerson24Regular: return "ic_fluent_credit_card_person_24_regular" case .creditCardToolbox20Filled: return "ic_fluent_credit_card_toolbox_20_filled" case .creditCardToolbox20Regular: return "ic_fluent_credit_card_toolbox_20_regular" @@ -21131,6 +21190,8 @@ import Foundation case .currencyDollarRupee20Filled: return "ic_fluent_currency_dollar_rupee_20_filled" case .currencyDollarRupee20Regular: return "ic_fluent_currency_dollar_rupee_20_regular" case .currencyDollarRupee24Filled: return "ic_fluent_currency_dollar_rupee_24_filled" + default: break } + switch self { case .currencyDollarRupee24Regular: return "ic_fluent_currency_dollar_rupee_24_regular" case .cursor16Filled: return "ic_fluent_cursor_16_filled" case .cursor16Regular: return "ic_fluent_cursor_16_regular" @@ -21138,8 +21199,6 @@ import Foundation case .cursor20Regular: return "ic_fluent_cursor_20_regular" case .cursor24Filled: return "ic_fluent_cursor_24_filled" case .cursor24Regular: return "ic_fluent_cursor_24_regular" - default: break } - switch self { case .cursor28Filled: return "ic_fluent_cursor_28_filled" case .cursor28Regular: return "ic_fluent_cursor_28_regular" case .cursor32Filled: return "ic_fluent_cursor_32_filled" @@ -21233,6 +21292,8 @@ import Foundation case .dataFunnel24Regular: return "ic_fluent_data_funnel_24_regular" case .dataHistogram16Filled: return "ic_fluent_data_histogram_16_filled" case .dataHistogram16Regular: return "ic_fluent_data_histogram_16_regular" + default: break } + switch self { case .dataHistogram20Filled: return "ic_fluent_data_histogram_20_filled" case .dataHistogram20Regular: return "ic_fluent_data_histogram_20_regular" case .dataHistogram24Filled: return "ic_fluent_data_histogram_24_filled" @@ -21240,8 +21301,6 @@ import Foundation case .dataLine20Filled: return "ic_fluent_data_line_20_filled" case .dataLine20Regular: return "ic_fluent_data_line_20_regular" case .dataLine24Filled: return "ic_fluent_data_line_24_filled" - default: break } - switch self { case .dataLine24Regular: return "ic_fluent_data_line_24_regular" case .dataPie16Filled: return "ic_fluent_data_pie_16_filled" case .dataPie16Regular: return "ic_fluent_data_pie_16_regular" @@ -21335,6 +21394,8 @@ import Foundation case .databaseMultiple32Regular: return "ic_fluent_database_multiple_32_regular" case .databasePerson20Filled: return "ic_fluent_database_person_20_filled" case .databasePerson20Regular: return "ic_fluent_database_person_20_regular" + default: break } + switch self { case .databasePerson24Filled: return "ic_fluent_database_person_24_filled" case .databasePerson24Regular: return "ic_fluent_database_person_24_regular" case .databasePlugConnected20Filled: return "ic_fluent_database_plug_connected_20_filled" @@ -21342,8 +21403,6 @@ import Foundation case .databaseSearch20Filled: return "ic_fluent_database_search_20_filled" case .databaseSearch20Regular: return "ic_fluent_database_search_20_regular" case .databaseSearch24Filled: return "ic_fluent_database_search_24_filled" - default: break } - switch self { case .databaseSearch24Regular: return "ic_fluent_database_search_24_regular" case .databaseSearch32Filled: return "ic_fluent_database_search_32_filled" case .databaseSearch32Regular: return "ic_fluent_database_search_32_regular" @@ -21412,6 +21471,12 @@ import Foundation case .designIdeas20Regular: return "ic_fluent_design_ideas_20_regular" case .designIdeas24Filled: return "ic_fluent_design_ideas_24_filled" case .designIdeas24Regular: return "ic_fluent_design_ideas_24_regular" + case .designIdeas28Filled: return "ic_fluent_design_ideas_28_filled" + case .designIdeas28Regular: return "ic_fluent_design_ideas_28_regular" + case .designIdeas32Filled: return "ic_fluent_design_ideas_32_filled" + case .designIdeas32Regular: return "ic_fluent_design_ideas_32_regular" + case .designIdeas48Filled: return "ic_fluent_design_ideas_48_filled" + case .designIdeas48Regular: return "ic_fluent_design_ideas_48_regular" case .desk16Filled: return "ic_fluent_desk_16_filled" case .desk16Regular: return "ic_fluent_desk_16_regular" case .desk20Filled: return "ic_fluent_desk_20_filled" @@ -21431,6 +21496,8 @@ import Foundation case .desktop24Filled: return "ic_fluent_desktop_24_filled" case .desktop24Regular: return "ic_fluent_desktop_24_regular" case .desktop28Filled: return "ic_fluent_desktop_28_filled" + default: break } + switch self { case .desktop28Regular: return "ic_fluent_desktop_28_regular" case .desktop32Filled: return "ic_fluent_desktop_32_filled" case .desktop32Regular: return "ic_fluent_desktop_32_regular" @@ -21444,8 +21511,6 @@ import Foundation case .desktopArrowDown32Regular: return "ic_fluent_desktop_arrow_down_32_regular" case .desktopArrowRight16Filled: return "ic_fluent_desktop_arrow_right_16_filled" case .desktopArrowRight16Regular: return "ic_fluent_desktop_arrow_right_16_regular" - default: break } - switch self { case .desktopArrowRight20Filled: return "ic_fluent_desktop_arrow_right_20_filled" case .desktopArrowRight20Regular: return "ic_fluent_desktop_arrow_right_20_regular" case .desktopArrowRight24Filled: return "ic_fluent_desktop_arrow_right_24_filled" @@ -21533,6 +21598,8 @@ import Foundation case .desktopTower24Filled: return "ic_fluent_desktop_tower_24_filled" case .desktopTower24Regular: return "ic_fluent_desktop_tower_24_regular" case .developerBoard16Filled: return "ic_fluent_developer_board_16_filled" + default: break } + switch self { case .developerBoard16Regular: return "ic_fluent_developer_board_16_regular" case .developerBoard20Filled: return "ic_fluent_developer_board_20_filled" case .developerBoard20Regular: return "ic_fluent_developer_board_20_regular" @@ -21546,8 +21613,6 @@ import Foundation case .developerBoardSearch20Regular: return "ic_fluent_developer_board_search_20_regular" case .developerBoardSearch24Filled: return "ic_fluent_developer_board_search_24_filled" case .developerBoardSearch24Regular: return "ic_fluent_developer_board_search_24_regular" - default: break } - switch self { case .deviceEq16Filled: return "ic_fluent_device_eq_16_filled" case .deviceEq16Regular: return "ic_fluent_device_eq_16_regular" case .deviceEq20Filled: return "ic_fluent_device_eq_20_filled" @@ -21635,6 +21700,8 @@ import Foundation case .dismiss24Filled: return "ic_fluent_dismiss_24_filled" case .dismiss24Regular: return "ic_fluent_dismiss_24_regular" case .dismiss28Filled: return "ic_fluent_dismiss_28_filled" + default: break } + switch self { case .dismiss28Regular: return "ic_fluent_dismiss_28_regular" case .dismiss32Filled: return "ic_fluent_dismiss_32_filled" case .dismiss32Light: return "ic_fluent_dismiss_32_light" @@ -21648,8 +21715,6 @@ import Foundation case .dismissCircle20Filled: return "ic_fluent_dismiss_circle_20_filled" case .dismissCircle20Regular: return "ic_fluent_dismiss_circle_20_regular" case .dismissCircle24Filled: return "ic_fluent_dismiss_circle_24_filled" - default: break } - switch self { case .dismissCircle24Regular: return "ic_fluent_dismiss_circle_24_regular" case .dismissCircle28Filled: return "ic_fluent_dismiss_circle_28_filled" case .dismissCircle28Regular: return "ic_fluent_dismiss_circle_28_regular" @@ -21737,6 +21802,8 @@ import Foundation case .documentAdd48Filled: return "ic_fluent_document_add_48_filled" case .documentAdd48Regular: return "ic_fluent_document_add_48_regular" case .documentArrowDown16Filled: return "ic_fluent_document_arrow_down_16_filled" + default: break } + switch self { case .documentArrowDown16Regular: return "ic_fluent_document_arrow_down_16_regular" case .documentArrowDown20Filled: return "ic_fluent_document_arrow_down_20_filled" case .documentArrowDown20Regular: return "ic_fluent_document_arrow_down_20_regular" @@ -21750,8 +21817,6 @@ import Foundation case .documentArrowLeft24Regular: return "ic_fluent_document_arrow_left_24_regular" case .documentArrowLeft28Filled: return "ic_fluent_document_arrow_left_28_filled" case .documentArrowLeft28Regular: return "ic_fluent_document_arrow_left_28_regular" - default: break } - switch self { case .documentArrowLeft48Filled: return "ic_fluent_document_arrow_left_48_filled" case .documentArrowLeft48Regular: return "ic_fluent_document_arrow_left_48_regular" case .documentArrowRight20Filled: return "ic_fluent_document_arrow_right_20_filled" @@ -21839,6 +21904,8 @@ import Foundation case .documentCopy48Filled: return "ic_fluent_document_copy_48_filled" case .documentCopy48Regular: return "ic_fluent_document_copy_48_regular" case .documentCs16Filled: return "ic_fluent_document_cs_16_filled" + default: break } + switch self { case .documentCs16Regular: return "ic_fluent_document_cs_16_regular" case .documentCss16Filled: return "ic_fluent_document_css_16_filled" case .documentCss16Regular: return "ic_fluent_document_css_16_regular" @@ -21852,8 +21919,6 @@ import Foundation case .documentCube24Regular: return "ic_fluent_document_cube_24_regular" case .documentData16Filled: return "ic_fluent_document_data_16_filled" case .documentData16Regular: return "ic_fluent_document_data_16_regular" - default: break } - switch self { case .documentData20Filled: return "ic_fluent_document_data_20_filled" case .documentData20Regular: return "ic_fluent_document_data_20_regular" case .documentData24Filled: return "ic_fluent_document_data_24_filled" @@ -21918,6 +21983,12 @@ import Foundation case .documentFolder20Regular: return "ic_fluent_document_folder_20_regular" case .documentFolder24Filled: return "ic_fluent_document_folder_24_filled" case .documentFolder24Regular: return "ic_fluent_document_folder_24_regular" + case .documentFolder28Filled: return "ic_fluent_document_folder_28_filled" + case .documentFolder28Regular: return "ic_fluent_document_folder_28_regular" + case .documentFolder32Filled: return "ic_fluent_document_folder_32_filled" + case .documentFolder32Regular: return "ic_fluent_document_folder_32_regular" + case .documentFolder48Filled: return "ic_fluent_document_folder_48_filled" + case .documentFolder48Regular: return "ic_fluent_document_folder_48_regular" case .documentFooter16Filled: return "ic_fluent_document_footer_16_filled" case .documentFooter16Regular: return "ic_fluent_document_footer_16_regular" case .documentFooter20Filled: return "ic_fluent_document_footer_20_filled" @@ -21935,6 +22006,8 @@ import Foundation case .documentGlobe24Filled: return "ic_fluent_document_globe_24_filled" case .documentGlobe24Regular: return "ic_fluent_document_globe_24_regular" case .documentHeader16Filled: return "ic_fluent_document_header_16_filled" + default: break } + switch self { case .documentHeader16Regular: return "ic_fluent_document_header_16_regular" case .documentHeader20Filled: return "ic_fluent_document_header_20_filled" case .documentHeader20Regular: return "ic_fluent_document_header_20_regular" @@ -21954,8 +22027,6 @@ import Foundation case .documentHeaderFooter16Regular: return "ic_fluent_document_header_footer_16_regular" case .documentHeaderFooter20Filled: return "ic_fluent_document_header_footer_20_filled" case .documentHeaderFooter20Regular: return "ic_fluent_document_header_footer_20_regular" - default: break } - switch self { case .documentHeaderFooter24Filled: return "ic_fluent_document_header_footer_24_filled" case .documentHeaderFooter24Regular: return "ic_fluent_document_header_footer_24_regular" case .documentHeart20Filled: return "ic_fluent_document_heart_20_filled" @@ -22037,6 +22108,8 @@ import Foundation case .documentMention16Regular: return "ic_fluent_document_mention_16_regular" case .documentMention20Filled: return "ic_fluent_document_mention_20_filled" case .documentMention20Regular: return "ic_fluent_document_mention_20_regular" + default: break } + switch self { case .documentMention24Filled: return "ic_fluent_document_mention_24_filled" case .documentMention24Regular: return "ic_fluent_document_mention_24_regular" case .documentMention28Filled: return "ic_fluent_document_mention_28_filled" @@ -22056,8 +22129,6 @@ import Foundation case .documentMultipleProhibited20Filled: return "ic_fluent_document_multiple_prohibited_20_filled" case .documentMultipleProhibited20Regular: return "ic_fluent_document_multiple_prohibited_20_regular" case .documentMultipleProhibited24Filled: return "ic_fluent_document_multiple_prohibited_24_filled" - default: break } - switch self { case .documentMultipleProhibited24Regular: return "ic_fluent_document_multiple_prohibited_24_regular" case .documentMultipleSync20Filled: return "ic_fluent_document_multiple_sync_20_filled" case .documentMultipleSync20Regular: return "ic_fluent_document_multiple_sync_20_regular" @@ -22139,6 +22210,8 @@ import Foundation case .documentPdf24Regular: return "ic_fluent_document_pdf_24_regular" case .documentPdf32Filled: return "ic_fluent_document_pdf_32_filled" case .documentPdf32Regular: return "ic_fluent_document_pdf_32_regular" + default: break } + switch self { case .documentPercent20Filled: return "ic_fluent_document_percent_20_filled" case .documentPercent20Regular: return "ic_fluent_document_percent_20_regular" case .documentPercent24Filled: return "ic_fluent_document_percent_24_filled" @@ -22158,8 +22231,6 @@ import Foundation case .documentPrint28Filled: return "ic_fluent_document_print_28_filled" case .documentPrint28Regular: return "ic_fluent_document_print_28_regular" case .documentPrint32Filled: return "ic_fluent_document_print_32_filled" - default: break } - switch self { case .documentPrint32Regular: return "ic_fluent_document_print_32_regular" case .documentPrint48Filled: return "ic_fluent_document_print_48_filled" case .documentPrint48Regular: return "ic_fluent_document_print_48_regular" @@ -22241,6 +22312,8 @@ import Foundation case .documentSplitHint24Filled: return "ic_fluent_document_split_hint_24_filled" case .documentSplitHint24Regular: return "ic_fluent_document_split_hint_24_regular" case .documentSplitHintOff16Filled: return "ic_fluent_document_split_hint_off_16_filled" + default: break } + switch self { case .documentSplitHintOff16Regular: return "ic_fluent_document_split_hint_off_16_regular" case .documentSplitHintOff20Filled: return "ic_fluent_document_split_hint_off_20_filled" case .documentSplitHintOff20Regular: return "ic_fluent_document_split_hint_off_20_regular" @@ -22260,8 +22333,6 @@ import Foundation case .documentTable20Regular: return "ic_fluent_document_table_20_regular" case .documentTable24Filled: return "ic_fluent_document_table_24_filled" case .documentTable24Regular: return "ic_fluent_document_table_24_regular" - default: break } - switch self { case .documentTableArrowRight20Filled: return "ic_fluent_document_table_arrow_right_20_filled" case .documentTableArrowRight20Regular: return "ic_fluent_document_table_arrow_right_20_regular" case .documentTableArrowRight24Filled: return "ic_fluent_document_table_arrow_right_24_filled" @@ -22343,6 +22414,8 @@ import Foundation case .doorArrowRight16Filled: return "ic_fluent_door_arrow_right_16_filled" case .doorArrowRight16Regular: return "ic_fluent_door_arrow_right_16_regular" case .doorArrowRight20Filled: return "ic_fluent_door_arrow_right_20_filled" + default: break } + switch self { case .doorArrowRight20Regular: return "ic_fluent_door_arrow_right_20_regular" case .doorArrowRight28Filled: return "ic_fluent_door_arrow_right_28_filled" case .doorArrowRight28Regular: return "ic_fluent_door_arrow_right_28_regular" @@ -22362,8 +22435,6 @@ import Foundation case .doubleTapSwipeDown16Filled: return "ic_fluent_double_tap_swipe_down_16_filled" case .doubleTapSwipeDown16Regular: return "ic_fluent_double_tap_swipe_down_16_regular" case .doubleTapSwipeDown20Filled: return "ic_fluent_double_tap_swipe_down_20_filled" - default: break } - switch self { case .doubleTapSwipeDown20Regular: return "ic_fluent_double_tap_swipe_down_20_regular" case .doubleTapSwipeDown24Filled: return "ic_fluent_double_tap_swipe_down_24_filled" case .doubleTapSwipeDown24Regular: return "ic_fluent_double_tap_swipe_down_24_regular" @@ -22445,6 +22516,8 @@ import Foundation case .drinkMargarita20Regular: return "ic_fluent_drink_margarita_20_regular" case .drinkMargarita24Filled: return "ic_fluent_drink_margarita_24_filled" case .drinkMargarita24Regular: return "ic_fluent_drink_margarita_24_regular" + default: break } + switch self { case .drinkToGo20Filled: return "ic_fluent_drink_to_go_20_filled" case .drinkToGo20Regular: return "ic_fluent_drink_to_go_20_regular" case .drinkToGo24Filled: return "ic_fluent_drink_to_go_24_filled" @@ -22464,8 +22537,6 @@ import Foundation case .drop16Filled: return "ic_fluent_drop_16_filled" case .drop16Regular: return "ic_fluent_drop_16_regular" case .drop20Filled: return "ic_fluent_drop_20_filled" - default: break } - switch self { case .drop20Regular: return "ic_fluent_drop_20_regular" case .drop24Filled: return "ic_fluent_drop_24_filled" case .drop24Regular: return "ic_fluent_drop_24_regular" @@ -22547,6 +22618,8 @@ import Foundation case .dualScreenTablet24Regular: return "ic_fluent_dual_screen_tablet_24_regular" case .dualScreenUpdate20Filled: return "ic_fluent_dual_screen_update_20_filled" case .dualScreenUpdate20Regular: return "ic_fluent_dual_screen_update_20_regular" + default: break } + switch self { case .dualScreenUpdate24Filled: return "ic_fluent_dual_screen_update_24_filled" case .dualScreenUpdate24Regular: return "ic_fluent_dual_screen_update_24_regular" case .dualScreenVerticalScroll20Filled: return "ic_fluent_dual_screen_vertical_scroll_20_filled" @@ -22566,8 +22639,6 @@ import Foundation case .dumbbell28Filled: return "ic_fluent_dumbbell_28_filled" case .dumbbell28Regular: return "ic_fluent_dumbbell_28_regular" case .dust20Filled: return "ic_fluent_dust_20_filled" - default: break } - switch self { case .dust20Regular: return "ic_fluent_dust_20_regular" case .dust24Filled: return "ic_fluent_dust_24_filled" case .dust24Regular: return "ic_fluent_dust_24_regular" @@ -22649,6 +22720,8 @@ import Foundation case .editProhibited28Filled: return "ic_fluent_edit_prohibited_28_filled" case .editProhibited28Regular: return "ic_fluent_edit_prohibited_28_regular" case .editProhibited32Filled: return "ic_fluent_edit_prohibited_32_filled" + default: break } + switch self { case .editProhibited32Regular: return "ic_fluent_edit_prohibited_32_regular" case .editProhibited48Filled: return "ic_fluent_edit_prohibited_48_filled" case .editProhibited48Regular: return "ic_fluent_edit_prohibited_48_regular" @@ -22668,8 +22741,6 @@ import Foundation case .emoji16Regular: return "ic_fluent_emoji_16_regular" case .emoji20Filled: return "ic_fluent_emoji_20_filled" case .emoji20Regular: return "ic_fluent_emoji_20_regular" - default: break } - switch self { case .emoji24Filled: return "ic_fluent_emoji_24_filled" case .emoji24Regular: return "ic_fluent_emoji_24_regular" case .emoji28Filled: return "ic_fluent_emoji_28_filled" @@ -22751,6 +22822,8 @@ import Foundation case .emojiSad16Regular: return "ic_fluent_emoji_sad_16_regular" case .emojiSad20Filled: return "ic_fluent_emoji_sad_20_filled" case .emojiSad20Regular: return "ic_fluent_emoji_sad_20_regular" + default: break } + switch self { case .emojiSad24Filled: return "ic_fluent_emoji_sad_24_filled" case .emojiSad24Regular: return "ic_fluent_emoji_sad_24_regular" case .emojiSadSlight20Filled: return "ic_fluent_emoji_sad_slight_20_filled" @@ -22770,8 +22843,6 @@ import Foundation case .emojiSparkle28Filled: return "ic_fluent_emoji_sparkle_28_filled" case .emojiSparkle28Regular: return "ic_fluent_emoji_sparkle_28_regular" case .emojiSparkle32Filled: return "ic_fluent_emoji_sparkle_32_filled" - default: break } - switch self { case .emojiSparkle32Regular: return "ic_fluent_emoji_sparkle_32_regular" case .emojiSparkle48Filled: return "ic_fluent_emoji_sparkle_48_filled" case .emojiSparkle48Regular: return "ic_fluent_emoji_sparkle_48_regular" @@ -22853,6 +22924,8 @@ import Foundation case .expandUpRight32Regular: return "ic_fluent_expand_up_right_32_regular" case .expandUpRight48Filled: return "ic_fluent_expand_up_right_48_filled" case .expandUpRight48Regular: return "ic_fluent_expand_up_right_48_regular" + default: break } + switch self { case .extendedDock20Filled: return "ic_fluent_extended_dock_20_filled" case .extendedDock20Regular: return "ic_fluent_extended_dock_20_regular" case .extendedDock24Filled: return "ic_fluent_extended_dock_24_filled" @@ -22868,12 +22941,11 @@ import Foundation case .eye28Filled: return "ic_fluent_eye_28_filled" case .eye28Regular: return "ic_fluent_eye_28_regular" case .eye32Filled: return "ic_fluent_eye_32_filled" + case .eye32Light: return "ic_fluent_eye_32_light" case .eye32Regular: return "ic_fluent_eye_32_regular" case .eye48Filled: return "ic_fluent_eye_48_filled" case .eye48Regular: return "ic_fluent_eye_48_regular" case .eyeLines20Filled: return "ic_fluent_eye_lines_20_filled" - default: break } - switch self { case .eyeLines20Regular: return "ic_fluent_eye_lines_20_regular" case .eyeLines24Filled: return "ic_fluent_eye_lines_24_filled" case .eyeLines24Regular: return "ic_fluent_eye_lines_24_regular" @@ -22889,6 +22961,9 @@ import Foundation case .eyeOff20Regular: return "ic_fluent_eye_off_20_regular" case .eyeOff24Filled: return "ic_fluent_eye_off_24_filled" case .eyeOff24Regular: return "ic_fluent_eye_off_24_regular" + case .eyeOff32Filled: return "ic_fluent_eye_off_32_filled" + case .eyeOff32Light: return "ic_fluent_eye_off_32_light" + case .eyeOff32Regular: return "ic_fluent_eye_off_32_regular" case .eyeTracking16Filled: return "ic_fluent_eye_tracking_16_filled" case .eyeTracking16Regular: return "ic_fluent_eye_tracking_16_regular" case .eyeTracking20Filled: return "ic_fluent_eye_tracking_20_filled" @@ -22951,6 +23026,8 @@ import Foundation case .filmstrip16Regular: return "ic_fluent_filmstrip_16_regular" case .filmstrip20Filled: return "ic_fluent_filmstrip_20_filled" case .filmstrip20Regular: return "ic_fluent_filmstrip_20_regular" + default: break } + switch self { case .filmstrip24Filled: return "ic_fluent_filmstrip_24_filled" case .filmstrip24Regular: return "ic_fluent_filmstrip_24_regular" case .filmstrip32Filled: return "ic_fluent_filmstrip_32_filled" @@ -22974,8 +23051,6 @@ import Foundation case .filmstripSplit16Filled: return "ic_fluent_filmstrip_split_16_filled" case .filmstripSplit16Regular: return "ic_fluent_filmstrip_split_16_regular" case .filmstripSplit20Filled: return "ic_fluent_filmstrip_split_20_filled" - default: break } - switch self { case .filmstripSplit20Regular: return "ic_fluent_filmstrip_split_20_regular" case .filmstripSplit24Filled: return "ic_fluent_filmstrip_split_24_filled" case .filmstripSplit24Regular: return "ic_fluent_filmstrip_split_24_regular" @@ -23053,6 +23128,8 @@ import Foundation case .flagClock16Regular: return "ic_fluent_flag_clock_16_regular" case .flagClock20Filled: return "ic_fluent_flag_clock_20_filled" case .flagClock20Regular: return "ic_fluent_flag_clock_20_regular" + default: break } + switch self { case .flagClock24Filled: return "ic_fluent_flag_clock_24_filled" case .flagClock24Regular: return "ic_fluent_flag_clock_24_regular" case .flagClock28Filled: return "ic_fluent_flag_clock_28_filled" @@ -23076,8 +23153,6 @@ import Foundation case .flagPride20Filled: return "ic_fluent_flag_pride_20_filled" case .flagPride24Filled: return "ic_fluent_flag_pride_24_filled" case .flagPride28Filled: return "ic_fluent_flag_pride_28_filled" - default: break } - switch self { case .flagPride32Filled: return "ic_fluent_flag_pride_32_filled" case .flagPride48Filled: return "ic_fluent_flag_pride_48_filled" case .flagPrideIntersexInclusiveProgress16Filled: return "ic_fluent_flag_pride_intersex_inclusive_progress_16_filled" @@ -23155,6 +23230,8 @@ import Foundation case .flashlightOff20Regular: return "ic_fluent_flashlight_off_20_regular" case .flashlightOff24Filled: return "ic_fluent_flashlight_off_24_filled" case .flashlightOff24Regular: return "ic_fluent_flashlight_off_24_regular" + default: break } + switch self { case .flipHorizontal16Filled: return "ic_fluent_flip_horizontal_16_filled" case .flipHorizontal16Regular: return "ic_fluent_flip_horizontal_16_regular" case .flipHorizontal20Filled: return "ic_fluent_flip_horizontal_20_filled" @@ -23178,8 +23255,6 @@ import Foundation case .flipVertical32Filled: return "ic_fluent_flip_vertical_32_filled" case .flipVertical32Regular: return "ic_fluent_flip_vertical_32_regular" case .flipVertical48Filled: return "ic_fluent_flip_vertical_48_filled" - default: break } - switch self { case .flipVertical48Regular: return "ic_fluent_flip_vertical_48_regular" case .flow16Filled: return "ic_fluent_flow_16_filled" case .flow16Regular: return "ic_fluent_flow_16_regular" @@ -23257,6 +23332,8 @@ import Foundation case .folderArrowRight20Regular: return "ic_fluent_folder_arrow_right_20_regular" case .folderArrowRight24Filled: return "ic_fluent_folder_arrow_right_24_filled" case .folderArrowRight24Regular: return "ic_fluent_folder_arrow_right_24_regular" + default: break } + switch self { case .folderArrowRight28Filled: return "ic_fluent_folder_arrow_right_28_filled" case .folderArrowRight28Regular: return "ic_fluent_folder_arrow_right_28_regular" case .folderArrowRight32Filled: return "ic_fluent_folder_arrow_right_32_filled" @@ -23280,8 +23357,6 @@ import Foundation case .folderBriefcase20Regular: return "ic_fluent_folder_briefcase_20_regular" case .folderGlobe16Filled: return "ic_fluent_folder_globe_16_filled" case .folderGlobe16Regular: return "ic_fluent_folder_globe_16_regular" - default: break } - switch self { case .folderGlobe20Filled: return "ic_fluent_folder_globe_20_filled" case .folderGlobe20Regular: return "ic_fluent_folder_globe_20_regular" case .folderLightning16Filled: return "ic_fluent_folder_lightning_16_filled" @@ -23359,6 +23434,8 @@ import Foundation case .folderProhibited32Regular: return "ic_fluent_folder_prohibited_32_regular" case .folderProhibited48Filled: return "ic_fluent_folder_prohibited_48_filled" case .folderProhibited48Regular: return "ic_fluent_folder_prohibited_48_regular" + default: break } + switch self { case .folderSearch16Filled: return "ic_fluent_folder_search_16_filled" case .folderSearch16Regular: return "ic_fluent_folder_search_16_regular" case .folderSearch20Filled: return "ic_fluent_folder_search_20_filled" @@ -23382,8 +23459,6 @@ import Foundation case .folderZip20Filled: return "ic_fluent_folder_zip_20_filled" case .folderZip20Regular: return "ic_fluent_folder_zip_20_regular" case .folderZip24Filled: return "ic_fluent_folder_zip_24_filled" - default: break } - switch self { case .folderZip24Regular: return "ic_fluent_folder_zip_24_regular" case .fontDecrease20Filled: return "ic_fluent_font_decrease_20_filled" case .fontDecrease20Regular: return "ic_fluent_font_decrease_20_regular" @@ -23461,6 +23536,8 @@ import Foundation case .foodGrains24Regular: return "ic_fluent_food_grains_24_regular" case .foodPizza20Filled: return "ic_fluent_food_pizza_20_filled" case .foodPizza20Regular: return "ic_fluent_food_pizza_20_regular" + default: break } + switch self { case .foodPizza24Filled: return "ic_fluent_food_pizza_24_filled" case .foodPizza24Regular: return "ic_fluent_food_pizza_24_regular" case .foodToast16Filled: return "ic_fluent_food_toast_16_filled" @@ -23484,8 +23561,6 @@ import Foundation case .formMultiple28Filled: return "ic_fluent_form_multiple_28_filled" case .formMultiple28Regular: return "ic_fluent_form_multiple_28_regular" case .formMultiple48Filled: return "ic_fluent_form_multiple_48_filled" - default: break } - switch self { case .formMultiple48Regular: return "ic_fluent_form_multiple_48_regular" case .formNew20Filled: return "ic_fluent_form_new_20_filled" case .formNew20Regular: return "ic_fluent_form_new_20_regular" @@ -23563,6 +23638,8 @@ import Foundation case .games20Regular: return "ic_fluent_games_20_regular" case .games24Filled: return "ic_fluent_games_24_filled" case .games24Regular: return "ic_fluent_games_24_regular" + default: break } + switch self { case .games28Filled: return "ic_fluent_games_28_filled" case .games28Regular: return "ic_fluent_games_28_regular" case .games32Filled: return "ic_fluent_games_32_filled" @@ -23586,8 +23663,6 @@ import Foundation case .gather20Filled: return "ic_fluent_gather_20_filled" case .gather20Regular: return "ic_fluent_gather_20_regular" case .gauge20Filled: return "ic_fluent_gauge_20_filled" - default: break } - switch self { case .gauge20Regular: return "ic_fluent_gauge_20_regular" case .gauge24Filled: return "ic_fluent_gauge_24_filled" case .gauge24Regular: return "ic_fluent_gauge_24_regular" @@ -23665,6 +23740,8 @@ import Foundation case .glanceHorizontal12Regular: return "ic_fluent_glance_horizontal_12_regular" case .glanceHorizontal16Filled: return "ic_fluent_glance_horizontal_16_filled" case .glanceHorizontal16Regular: return "ic_fluent_glance_horizontal_16_regular" + default: break } + switch self { case .glanceHorizontal20Filled: return "ic_fluent_glance_horizontal_20_filled" case .glanceHorizontal20Regular: return "ic_fluent_glance_horizontal_20_regular" case .glanceHorizontal24Filled: return "ic_fluent_glance_horizontal_24_filled" @@ -23688,8 +23765,6 @@ import Foundation case .glasses28Filled: return "ic_fluent_glasses_28_filled" case .glasses28Regular: return "ic_fluent_glasses_28_regular" case .glasses32Filled: return "ic_fluent_glasses_32_filled" - default: break } - switch self { case .glasses32Regular: return "ic_fluent_glasses_32_regular" case .glasses48Filled: return "ic_fluent_glasses_48_filled" case .glasses48Regular: return "ic_fluent_glasses_48_regular" @@ -23767,6 +23842,8 @@ import Foundation case .globeOff24Regular: return "ic_fluent_globe_off_24_regular" case .globeOff28Filled: return "ic_fluent_globe_off_28_filled" case .globeOff28Regular: return "ic_fluent_globe_off_28_regular" + default: break } + switch self { case .globeOff32Filled: return "ic_fluent_globe_off_32_filled" case .globeOff32Regular: return "ic_fluent_globe_off_32_regular" case .globeOff48Filled: return "ic_fluent_globe_off_48_filled" @@ -23790,8 +23867,6 @@ import Foundation case .globeShield24Filled: return "ic_fluent_globe_shield_24_filled" case .globeShield24Regular: return "ic_fluent_globe_shield_24_regular" case .globeShield48Filled: return "ic_fluent_globe_shield_48_filled" - default: break } - switch self { case .globeShield48Regular: return "ic_fluent_globe_shield_48_regular" case .globeStar16Filled: return "ic_fluent_globe_star_16_filled" case .globeStar16Regular: return "ic_fluent_globe_star_16_regular" @@ -23869,6 +23944,8 @@ import Foundation case .guardian24Regular: return "ic_fluent_guardian_24_regular" case .guardian28Filled: return "ic_fluent_guardian_28_filled" case .guardian28Regular: return "ic_fluent_guardian_28_regular" + default: break } + switch self { case .guardian48Filled: return "ic_fluent_guardian_48_filled" case .guardian48Regular: return "ic_fluent_guardian_48_regular" case .guest12Filled: return "ic_fluent_guest_12_filled" @@ -23892,8 +23969,6 @@ import Foundation case .guitar16Filled: return "ic_fluent_guitar_16_filled" case .guitar16Regular: return "ic_fluent_guitar_16_regular" case .guitar20Filled: return "ic_fluent_guitar_20_filled" - default: break } - switch self { case .guitar20Regular: return "ic_fluent_guitar_20_regular" case .guitar24Filled: return "ic_fluent_guitar_24_filled" case .guitar24Regular: return "ic_fluent_guitar_24_regular" @@ -23971,6 +24046,8 @@ import Foundation case .handshake32Filled: return "ic_fluent_handshake_32_filled" case .handshake32Regular: return "ic_fluent_handshake_32_regular" case .hapticStrong16Filled: return "ic_fluent_haptic_strong_16_filled" + default: break } + switch self { case .hapticStrong16Regular: return "ic_fluent_haptic_strong_16_regular" case .hapticStrong20Filled: return "ic_fluent_haptic_strong_20_filled" case .hapticStrong20Regular: return "ic_fluent_haptic_strong_20_regular" @@ -23994,8 +24071,6 @@ import Foundation case .hardDrive32Regular: return "ic_fluent_hard_drive_32_regular" case .hardDrive48Filled: return "ic_fluent_hard_drive_48_filled" case .hardDrive48Regular: return "ic_fluent_hard_drive_48_regular" - default: break } - switch self { case .hardDriveCall24Filled: return "ic_fluent_hard_drive_call_24_filled" case .hardDriveCall24Regular: return "ic_fluent_hard_drive_call_24_regular" case .hardDriveCall32Filled: return "ic_fluent_hard_drive_call_32_filled" @@ -24073,6 +24148,8 @@ import Foundation case .headset32Filled: return "ic_fluent_headset_32_filled" case .headset32Regular: return "ic_fluent_headset_32_regular" case .headset48Filled: return "ic_fluent_headset_48_filled" + default: break } + switch self { case .headset48Regular: return "ic_fluent_headset_48_regular" case .headsetAdd20Filled: return "ic_fluent_headset_add_20_filled" case .headsetAdd20Regular: return "ic_fluent_headset_add_20_regular" @@ -24096,8 +24173,6 @@ import Foundation case .heart32Regular: return "ic_fluent_heart_32_regular" case .heart48Filled: return "ic_fluent_heart_48_filled" case .heart48Regular: return "ic_fluent_heart_48_regular" - default: break } - switch self { case .heartBroken16Filled: return "ic_fluent_heart_broken_16_filled" case .heartBroken16Regular: return "ic_fluent_heart_broken_16_regular" case .heartBroken20Filled: return "ic_fluent_heart_broken_20_filled" @@ -24175,6 +24250,8 @@ import Foundation case .highlightAccent16Filled: return "ic_fluent_highlight_accent_16_filled" case .highlightAccent20Filled: return "ic_fluent_highlight_accent_20_filled" case .highlightAccent24Filled: return "ic_fluent_highlight_accent_24_filled" + default: break } + switch self { case .highlightLink20Filled: return "ic_fluent_highlight_link_20_filled" case .highlightLink20Regular: return "ic_fluent_highlight_link_20_regular" case .highway20Filled: return "ic_fluent_highway_20_filled" @@ -24198,8 +24275,6 @@ import Foundation case .historyDismiss20Regular: return "ic_fluent_history_dismiss_20_regular" case .historyDismiss24Filled: return "ic_fluent_history_dismiss_24_filled" case .historyDismiss24Regular: return "ic_fluent_history_dismiss_24_regular" - default: break } - switch self { case .historyDismiss28Filled: return "ic_fluent_history_dismiss_28_filled" case .historyDismiss28Regular: return "ic_fluent_history_dismiss_28_regular" case .historyDismiss32Filled: return "ic_fluent_history_dismiss_32_filled" @@ -24277,6 +24352,8 @@ import Foundation case .hourglassHalf16Filled: return "ic_fluent_hourglass_half_16_filled" case .hourglassHalf16Regular: return "ic_fluent_hourglass_half_16_regular" case .hourglassHalf20Filled: return "ic_fluent_hourglass_half_20_filled" + default: break } + switch self { case .hourglassHalf20Regular: return "ic_fluent_hourglass_half_20_regular" case .hourglassHalf24Filled: return "ic_fluent_hourglass_half_24_filled" case .hourglassHalf24Regular: return "ic_fluent_hourglass_half_24_regular" @@ -24300,8 +24377,6 @@ import Foundation case .image16Regular: return "ic_fluent_image_16_regular" case .image20Filled: return "ic_fluent_image_20_filled" case .image20Regular: return "ic_fluent_image_20_regular" - default: break } - switch self { case .image24Filled: return "ic_fluent_image_24_filled" case .image24Regular: return "ic_fluent_image_24_regular" case .image28Filled: return "ic_fluent_image_28_filled" @@ -24379,6 +24454,8 @@ import Foundation case .imageMultiple16Regular: return "ic_fluent_image_multiple_16_regular" case .imageMultiple20Filled: return "ic_fluent_image_multiple_20_filled" case .imageMultiple20Regular: return "ic_fluent_image_multiple_20_regular" + default: break } + switch self { case .imageMultiple24Filled: return "ic_fluent_image_multiple_24_filled" case .imageMultiple24Regular: return "ic_fluent_image_multiple_24_regular" case .imageMultiple28Filled: return "ic_fluent_image_multiple_28_filled" @@ -24402,8 +24479,6 @@ import Foundation case .imageOff48Filled: return "ic_fluent_image_off_48_filled" case .imageOff48Regular: return "ic_fluent_image_off_48_regular" case .imageProhibited20Filled: return "ic_fluent_image_prohibited_20_filled" - default: break } - switch self { case .imageProhibited20Regular: return "ic_fluent_image_prohibited_20_regular" case .imageProhibited24Filled: return "ic_fluent_image_prohibited_24_filled" case .imageProhibited24Regular: return "ic_fluent_image_prohibited_24_regular" @@ -24481,6 +24556,8 @@ import Foundation case .info24Regular: return "ic_fluent_info_24_regular" case .info28Filled: return "ic_fluent_info_28_filled" case .info28Regular: return "ic_fluent_info_28_regular" + default: break } + switch self { case .info32Filled: return "ic_fluent_info_32_filled" case .info32Regular: return "ic_fluent_info_32_regular" case .info48Filled: return "ic_fluent_info_48_filled" @@ -24504,8 +24581,6 @@ import Foundation case .inkingTool20Filled: return "ic_fluent_inking_tool_20_filled" case .inkingTool20Regular: return "ic_fluent_inking_tool_20_regular" case .inkingTool24Filled: return "ic_fluent_inking_tool_24_filled" - default: break } - switch self { case .inkingTool24Regular: return "ic_fluent_inking_tool_24_regular" case .inkingTool32Filled: return "ic_fluent_inking_tool_32_filled" case .inkingTool32Regular: return "ic_fluent_inking_tool_32_regular" @@ -24583,6 +24658,8 @@ import Foundation case .keyboard24Regular: return "ic_fluent_keyboard_24_regular" case .keyboardDock20Filled: return "ic_fluent_keyboard_dock_20_filled" case .keyboardDock20Regular: return "ic_fluent_keyboard_dock_20_regular" + default: break } + switch self { case .keyboardDock24Filled: return "ic_fluent_keyboard_dock_24_filled" case .keyboardDock24Regular: return "ic_fluent_keyboard_dock_24_regular" case .keyboardLayoutFloat20Filled: return "ic_fluent_keyboard_layout_float_20_filled" @@ -24606,8 +24683,6 @@ import Foundation case .keyboardShift16Filled: return "ic_fluent_keyboard_shift_16_filled" case .keyboardShift16Regular: return "ic_fluent_keyboard_shift_16_regular" case .keyboardShift20Filled: return "ic_fluent_keyboard_shift_20_filled" - default: break } - switch self { case .keyboardShift20Regular: return "ic_fluent_keyboard_shift_20_regular" case .keyboardShift24Filled: return "ic_fluent_keyboard_shift_24_filled" case .keyboardShift24Regular: return "ic_fluent_keyboard_shift_24_regular" @@ -24685,6 +24760,8 @@ import Foundation case .layerDiagonal20Filled: return "ic_fluent_layer_diagonal_20_filled" case .layerDiagonal20Regular: return "ic_fluent_layer_diagonal_20_regular" case .layerDiagonal24Filled: return "ic_fluent_layer_diagonal_24_filled" + default: break } + switch self { case .layerDiagonal24Regular: return "ic_fluent_layer_diagonal_24_regular" case .layerDiagonalAdd20Filled: return "ic_fluent_layer_diagonal_add_20_filled" case .layerDiagonalAdd20Regular: return "ic_fluent_layer_diagonal_add_20_regular" @@ -24708,8 +24785,6 @@ import Foundation case .layoutCellFour20Regular: return "ic_fluent_layout_cell_four_20_regular" case .layoutCellFour24Filled: return "ic_fluent_layout_cell_four_24_filled" case .layoutCellFour24Regular: return "ic_fluent_layout_cell_four_24_regular" - default: break } - switch self { case .layoutCellFourFocusBottomLeft16Filled: return "ic_fluent_layout_cell_four_focus_bottom_left_16_filled" case .layoutCellFourFocusBottomLeft20Filled: return "ic_fluent_layout_cell_four_focus_bottom_left_20_filled" case .layoutCellFourFocusBottomLeft24Filled: return "ic_fluent_layout_cell_four_focus_bottom_left_24_filled" @@ -24787,6 +24862,8 @@ import Foundation case .layoutColumnTwoFocusLeft24Filled: return "ic_fluent_layout_column_two_focus_left_24_filled" case .layoutColumnTwoFocusLeft32Filled: return "ic_fluent_layout_column_two_focus_left_32_filled" case .layoutColumnTwoFocusLeft32Light: return "ic_fluent_layout_column_two_focus_left_32_light" + default: break } + switch self { case .layoutColumnTwoFocusRight16Filled: return "ic_fluent_layout_column_two_focus_right_16_filled" case .layoutColumnTwoFocusRight20Filled: return "ic_fluent_layout_column_two_focus_right_20_filled" case .layoutColumnTwoFocusRight24Filled: return "ic_fluent_layout_column_two_focus_right_24_filled" @@ -24810,8 +24887,6 @@ import Foundation case .layoutColumnTwoSplitRight16Filled: return "ic_fluent_layout_column_two_split_right_16_filled" case .layoutColumnTwoSplitRight16Regular: return "ic_fluent_layout_column_two_split_right_16_regular" case .layoutColumnTwoSplitRight20Filled: return "ic_fluent_layout_column_two_split_right_20_filled" - default: break } - switch self { case .layoutColumnTwoSplitRight20Regular: return "ic_fluent_layout_column_two_split_right_20_regular" case .layoutColumnTwoSplitRight24Filled: return "ic_fluent_layout_column_two_split_right_24_filled" case .layoutColumnTwoSplitRight24Regular: return "ic_fluent_layout_column_two_split_right_24_regular" @@ -24889,6 +24964,8 @@ import Foundation case .layoutRowTwoSettings24Regular: return "ic_fluent_layout_row_two_settings_24_regular" case .layoutRowTwoSettings28Filled: return "ic_fluent_layout_row_two_settings_28_filled" case .layoutRowTwoSettings28Regular: return "ic_fluent_layout_row_two_settings_28_regular" + default: break } + switch self { case .layoutRowTwoSettings32Filled: return "ic_fluent_layout_row_two_settings_32_filled" case .layoutRowTwoSettings32Light: return "ic_fluent_layout_row_two_settings_32_light" case .layoutRowTwoSettings32Regular: return "ic_fluent_layout_row_two_settings_32_regular" @@ -24912,8 +24989,6 @@ import Foundation case .layoutRowTwoSplitTop20Filled: return "ic_fluent_layout_row_two_split_top_20_filled" case .layoutRowTwoSplitTop20Regular: return "ic_fluent_layout_row_two_split_top_20_regular" case .layoutRowTwoSplitTop24Filled: return "ic_fluent_layout_row_two_split_top_24_filled" - default: break } - switch self { case .layoutRowTwoSplitTop24Regular: return "ic_fluent_layout_row_two_split_top_24_regular" case .layoutRowTwoSplitTopFocusBottom16Filled: return "ic_fluent_layout_row_two_split_top_focus_bottom_16_filled" case .layoutRowTwoSplitTopFocusBottom20Filled: return "ic_fluent_layout_row_two_split_top_focus_bottom_20_filled" @@ -24948,6 +25023,8 @@ import Foundation case .leafTwo32Regular: return "ic_fluent_leaf_two_32_regular" case .leafTwo48Filled: return "ic_fluent_leaf_two_48_filled" case .leafTwo48Regular: return "ic_fluent_leaf_two_48_regular" + case .learningApp16Filled: return "ic_fluent_learning_app_16_filled" + case .learningApp16Regular: return "ic_fluent_learning_app_16_regular" case .learningApp20Filled: return "ic_fluent_learning_app_20_filled" case .learningApp20Regular: return "ic_fluent_learning_app_20_regular" case .learningApp24Filled: return "ic_fluent_learning_app_24_filled" @@ -24989,6 +25066,8 @@ import Foundation case .lightbulbFilament32Filled: return "ic_fluent_lightbulb_filament_32_filled" case .lightbulbFilament32Regular: return "ic_fluent_lightbulb_filament_32_regular" case .lightbulbFilament48Filled: return "ic_fluent_lightbulb_filament_48_filled" + default: break } + switch self { case .lightbulbFilament48Regular: return "ic_fluent_lightbulb_filament_48_regular" case .lightbulbPerson16Filled: return "ic_fluent_lightbulb_person_16_filled" case .lightbulbPerson16Regular: return "ic_fluent_lightbulb_person_16_regular" @@ -25014,8 +25093,6 @@ import Foundation case .line24Regular: return "ic_fluent_line_24_regular" case .line32Filled: return "ic_fluent_line_32_filled" case .line32Regular: return "ic_fluent_line_32_regular" - default: break } - switch self { case .line48Filled: return "ic_fluent_line_48_filled" case .line48Regular: return "ic_fluent_line_48_regular" case .lineDashes20Filled: return "ic_fluent_line_dashes_20_filled" @@ -25091,6 +25168,8 @@ import Foundation case .lineThickness24Filled: return "ic_fluent_line_thickness_24_filled" case .lineThickness24Regular: return "ic_fluent_line_thickness_24_regular" case .link12Filled: return "ic_fluent_link_12_filled" + default: break } + switch self { case .link12Regular: return "ic_fluent_link_12_regular" case .link16Filled: return "ic_fluent_link_16_filled" case .link16Regular: return "ic_fluent_link_16_regular" @@ -25116,8 +25195,6 @@ import Foundation case .linkDismiss20Filled: return "ic_fluent_link_dismiss_20_filled" case .linkDismiss20Regular: return "ic_fluent_link_dismiss_20_regular" case .linkDismiss24Filled: return "ic_fluent_link_dismiss_24_filled" - default: break } - switch self { case .linkDismiss24Regular: return "ic_fluent_link_dismiss_24_regular" case .linkEdit16Filled: return "ic_fluent_link_edit_16_filled" case .linkEdit16Regular: return "ic_fluent_link_edit_16_regular" @@ -25193,6 +25270,8 @@ import Foundation case .location12Regular: return "ic_fluent_location_12_regular" case .location16Filled: return "ic_fluent_location_16_filled" case .location16Regular: return "ic_fluent_location_16_regular" + default: break } + switch self { case .location20Filled: return "ic_fluent_location_20_filled" case .location20Regular: return "ic_fluent_location_20_regular" case .location24Filled: return "ic_fluent_location_24_filled" @@ -25218,8 +25297,6 @@ import Foundation case .locationArrow16Filled: return "ic_fluent_location_arrow_16_filled" case .locationArrow16Regular: return "ic_fluent_location_arrow_16_regular" case .locationArrow20Filled: return "ic_fluent_location_arrow_20_filled" - default: break } - switch self { case .locationArrow20Regular: return "ic_fluent_location_arrow_20_regular" case .locationArrow24Filled: return "ic_fluent_location_arrow_24_filled" case .locationArrow24Regular: return "ic_fluent_location_arrow_24_regular" @@ -25295,6 +25372,8 @@ import Foundation case .lockClosed32Light: return "ic_fluent_lock_closed_32_light" case .lockClosed32Regular: return "ic_fluent_lock_closed_32_regular" case .lockClosed48Filled: return "ic_fluent_lock_closed_48_filled" + default: break } + switch self { case .lockClosed48Regular: return "ic_fluent_lock_closed_48_regular" case .lockClosedKey16Filled: return "ic_fluent_lock_closed_key_16_filled" case .lockClosedKey16Regular: return "ic_fluent_lock_closed_key_16_regular" @@ -25320,8 +25399,6 @@ import Foundation case .lockOpen32Light: return "ic_fluent_lock_open_32_light" case .lockOpen32Regular: return "ic_fluent_lock_open_32_regular" case .lockOpen48Filled: return "ic_fluent_lock_open_48_filled" - default: break } - switch self { case .lockOpen48Regular: return "ic_fluent_lock_open_48_regular" case .lockShield16Filled: return "ic_fluent_lock_shield_16_filled" case .lockShield16Regular: return "ic_fluent_lock_shield_16_regular" @@ -25397,6 +25474,8 @@ import Foundation case .mailArrowClockwise16Regular: return "ic_fluent_mail_arrow_clockwise_16_regular" case .mailArrowClockwise20Filled: return "ic_fluent_mail_arrow_clockwise_20_filled" case .mailArrowClockwise20Regular: return "ic_fluent_mail_arrow_clockwise_20_regular" + default: break } + switch self { case .mailArrowClockwise24Filled: return "ic_fluent_mail_arrow_clockwise_24_filled" case .mailArrowClockwise24Regular: return "ic_fluent_mail_arrow_clockwise_24_regular" case .mailArrowClockwise32Filled: return "ic_fluent_mail_arrow_clockwise_32_filled" @@ -25422,8 +25501,6 @@ import Foundation case .mailArrowUp16Filled: return "ic_fluent_mail_arrow_up_16_filled" case .mailArrowUp16Regular: return "ic_fluent_mail_arrow_up_16_regular" case .mailArrowUp20Filled: return "ic_fluent_mail_arrow_up_20_filled" - default: break } - switch self { case .mailArrowUp20Regular: return "ic_fluent_mail_arrow_up_20_regular" case .mailArrowUp24Filled: return "ic_fluent_mail_arrow_up_24_filled" case .mailArrowUp24Regular: return "ic_fluent_mail_arrow_up_24_regular" @@ -25499,6 +25576,8 @@ import Foundation case .mailInboxAll24Regular: return "ic_fluent_mail_inbox_all_24_regular" case .mailInboxArrowDown16Filled: return "ic_fluent_mail_inbox_arrow_down_16_filled" case .mailInboxArrowDown16Regular: return "ic_fluent_mail_inbox_arrow_down_16_regular" + default: break } + switch self { case .mailInboxArrowDown20Filled: return "ic_fluent_mail_inbox_arrow_down_20_filled" case .mailInboxArrowDown20Regular: return "ic_fluent_mail_inbox_arrow_down_20_regular" case .mailInboxArrowRight20Filled: return "ic_fluent_mail_inbox_arrow_right_20_filled" @@ -25524,8 +25603,6 @@ import Foundation case .mailInboxDismiss24Filled: return "ic_fluent_mail_inbox_dismiss_24_filled" case .mailInboxDismiss24Regular: return "ic_fluent_mail_inbox_dismiss_24_regular" case .mailInboxDismiss28Filled: return "ic_fluent_mail_inbox_dismiss_28_filled" - default: break } - switch self { case .mailInboxDismiss28Regular: return "ic_fluent_mail_inbox_dismiss_28_regular" case .mailLink20Filled: return "ic_fluent_mail_link_20_filled" case .mailLink20Regular: return "ic_fluent_mail_link_20_regular" @@ -25601,6 +25678,8 @@ import Foundation case .mailReadMultiple32Filled: return "ic_fluent_mail_read_multiple_32_filled" case .mailReadMultiple32Regular: return "ic_fluent_mail_read_multiple_32_regular" case .mailRewind16Filled: return "ic_fluent_mail_rewind_16_filled" + default: break } + switch self { case .mailRewind16Regular: return "ic_fluent_mail_rewind_16_regular" case .mailRewind20Filled: return "ic_fluent_mail_rewind_20_filled" case .mailRewind20Regular: return "ic_fluent_mail_rewind_20_regular" @@ -25626,8 +25705,6 @@ import Foundation case .mailUnread12Regular: return "ic_fluent_mail_unread_12_regular" case .mailUnread16Filled: return "ic_fluent_mail_unread_16_filled" case .mailUnread16Regular: return "ic_fluent_mail_unread_16_regular" - default: break } - switch self { case .mailUnread20Filled: return "ic_fluent_mail_unread_20_filled" case .mailUnread20Regular: return "ic_fluent_mail_unread_20_regular" case .mailUnread24Filled: return "ic_fluent_mail_unread_24_filled" @@ -25703,6 +25780,8 @@ import Foundation case .maximize20Regular: return "ic_fluent_maximize_20_regular" case .maximize24Filled: return "ic_fluent_maximize_24_filled" case .maximize24Regular: return "ic_fluent_maximize_24_regular" + default: break } + switch self { case .maximize28Filled: return "ic_fluent_maximize_28_filled" case .maximize28Regular: return "ic_fluent_maximize_28_regular" case .maximize48Filled: return "ic_fluent_maximize_48_filled" @@ -25728,8 +25807,6 @@ import Foundation case .megaphone28Filled: return "ic_fluent_megaphone_28_filled" case .megaphone28Regular: return "ic_fluent_megaphone_28_regular" case .megaphoneCircle20Filled: return "ic_fluent_megaphone_circle_20_filled" - default: break } - switch self { case .megaphoneCircle20Regular: return "ic_fluent_megaphone_circle_20_regular" case .megaphoneCircle24Filled: return "ic_fluent_megaphone_circle_24_filled" case .megaphoneCircle24Regular: return "ic_fluent_megaphone_circle_24_regular" @@ -25805,6 +25882,8 @@ import Foundation case .micProhibited16Filled: return "ic_fluent_mic_prohibited_16_filled" case .micProhibited16Regular: return "ic_fluent_mic_prohibited_16_regular" case .micProhibited20Filled: return "ic_fluent_mic_prohibited_20_filled" + default: break } + switch self { case .micProhibited20Regular: return "ic_fluent_mic_prohibited_20_regular" case .micProhibited24Filled: return "ic_fluent_mic_prohibited_24_filled" case .micProhibited24Regular: return "ic_fluent_mic_prohibited_24_regular" @@ -25830,8 +25909,6 @@ import Foundation case .micPulseOff20Regular: return "ic_fluent_mic_pulse_off_20_regular" case .micPulseOff24Filled: return "ic_fluent_mic_pulse_off_24_filled" case .micPulseOff24Regular: return "ic_fluent_mic_pulse_off_24_regular" - default: break } - switch self { case .micPulseOff28Filled: return "ic_fluent_mic_pulse_off_28_filled" case .micPulseOff28Regular: return "ic_fluent_mic_pulse_off_28_regular" case .micPulseOff32Filled: return "ic_fluent_mic_pulse_off_32_filled" @@ -25907,6 +25984,8 @@ import Foundation case .moneyHand16Regular: return "ic_fluent_money_hand_16_regular" case .moneyHand20Filled: return "ic_fluent_money_hand_20_filled" case .moneyHand20Regular: return "ic_fluent_money_hand_20_regular" + default: break } + switch self { case .moneyHand24Filled: return "ic_fluent_money_hand_24_filled" case .moneyHand24Regular: return "ic_fluent_money_hand_24_regular" case .moneyOff20Filled: return "ic_fluent_money_off_20_filled" @@ -25932,8 +26011,6 @@ import Foundation case .moreCircle48Filled: return "ic_fluent_more_circle_48_filled" case .moreCircle48Regular: return "ic_fluent_more_circle_48_regular" case .moreHorizontal16Filled: return "ic_fluent_more_horizontal_16_filled" - default: break } - switch self { case .moreHorizontal16Regular: return "ic_fluent_more_horizontal_16_regular" case .moreHorizontal20Filled: return "ic_fluent_more_horizontal_20_filled" case .moreHorizontal20Regular: return "ic_fluent_more_horizontal_20_regular" @@ -26009,6 +26086,8 @@ import Foundation case .multiplier18X28Regular: return "ic_fluent_multiplier_1_8x_28_regular" case .multiplier18X32Filled: return "ic_fluent_multiplier_1_8x_32_filled" case .multiplier18X32Regular: return "ic_fluent_multiplier_1_8x_32_regular" + default: break } + switch self { case .multiplier18X48Filled: return "ic_fluent_multiplier_1_8x_48_filled" case .multiplier18X48Regular: return "ic_fluent_multiplier_1_8x_48_regular" case .multiplier1X20Filled: return "ic_fluent_multiplier_1x_20_filled" @@ -26034,8 +26113,6 @@ import Foundation case .multiplier5X20Filled: return "ic_fluent_multiplier_5x_20_filled" case .multiplier5X20Regular: return "ic_fluent_multiplier_5x_20_regular" case .multiplier5X24Filled: return "ic_fluent_multiplier_5x_24_filled" - default: break } - switch self { case .multiplier5X24Regular: return "ic_fluent_multiplier_5x_24_regular" case .multiplier5X28Filled: return "ic_fluent_multiplier_5x_28_filled" case .multiplier5X28Regular: return "ic_fluent_multiplier_5x_28_regular" @@ -26111,8 +26188,11 @@ import Foundation case .news20Regular: return "ic_fluent_news_20_regular" case .news24Filled: return "ic_fluent_news_24_filled" case .news24Regular: return "ic_fluent_news_24_regular" + default: break } + switch self { case .news28Filled: return "ic_fluent_news_28_filled" case .news28Regular: return "ic_fluent_news_28_regular" + case .newsletter32Light: return "ic_fluent_newsletter_32_light" case .next16Filled: return "ic_fluent_next_16_filled" case .next16Regular: return "ic_fluent_next_16_regular" case .next20Filled: return "ic_fluent_next_20_filled" @@ -26136,8 +26216,6 @@ import Foundation case .note24Filled: return "ic_fluent_note_24_filled" case .note24Regular: return "ic_fluent_note_24_regular" case .note28Filled: return "ic_fluent_note_28_filled" - default: break } - switch self { case .note28Regular: return "ic_fluent_note_28_regular" case .note32Light: return "ic_fluent_note_32_light" case .note48Filled: return "ic_fluent_note_48_filled" @@ -26212,6 +26290,8 @@ import Foundation case .notepad20Regular: return "ic_fluent_notepad_20_regular" case .notepad24Filled: return "ic_fluent_notepad_24_filled" case .notepad24Regular: return "ic_fluent_notepad_24_regular" + default: break } + switch self { case .notepad28Filled: return "ic_fluent_notepad_28_filled" case .notepad28Regular: return "ic_fluent_notepad_28_regular" case .notepad32Filled: return "ic_fluent_notepad_32_filled" @@ -26238,8 +26318,6 @@ import Foundation case .notepadSparkle32Regular: return "ic_fluent_notepad_sparkle_32_regular" case .numberCircle016Filled: return "ic_fluent_number_circle_0_16_filled" case .numberCircle016Regular: return "ic_fluent_number_circle_0_16_regular" - default: break } - switch self { case .numberCircle020Filled: return "ic_fluent_number_circle_0_20_filled" case .numberCircle020Regular: return "ic_fluent_number_circle_0_20_regular" case .numberCircle024Filled: return "ic_fluent_number_circle_0_24_filled" @@ -26314,6 +26392,8 @@ import Foundation case .numberCircle616Regular: return "ic_fluent_number_circle_6_16_regular" case .numberCircle620Filled: return "ic_fluent_number_circle_6_20_filled" case .numberCircle620Regular: return "ic_fluent_number_circle_6_20_regular" + default: break } + switch self { case .numberCircle624Filled: return "ic_fluent_number_circle_6_24_filled" case .numberCircle624Regular: return "ic_fluent_number_circle_6_24_regular" case .numberCircle628Filled: return "ic_fluent_number_circle_6_28_filled" @@ -26340,8 +26420,6 @@ import Foundation case .numberCircle820Regular: return "ic_fluent_number_circle_8_20_regular" case .numberCircle824Filled: return "ic_fluent_number_circle_8_24_filled" case .numberCircle824Regular: return "ic_fluent_number_circle_8_24_regular" - default: break } - switch self { case .numberCircle828Filled: return "ic_fluent_number_circle_8_28_filled" case .numberCircle828Regular: return "ic_fluent_number_circle_8_28_regular" case .numberCircle832Filled: return "ic_fluent_number_circle_8_32_filled" @@ -26416,6 +26494,8 @@ import Foundation case .openOff20Regular: return "ic_fluent_open_off_20_regular" case .openOff24Filled: return "ic_fluent_open_off_24_filled" case .openOff24Regular: return "ic_fluent_open_off_24_regular" + default: break } + switch self { case .openOff28Filled: return "ic_fluent_open_off_28_filled" case .openOff28Regular: return "ic_fluent_open_off_28_regular" case .openOff48Filled: return "ic_fluent_open_off_48_filled" @@ -26442,8 +26522,6 @@ import Foundation case .organization24Filled: return "ic_fluent_organization_24_filled" case .organization24Regular: return "ic_fluent_organization_24_regular" case .organization28Filled: return "ic_fluent_organization_28_filled" - default: break } - switch self { case .organization28Regular: return "ic_fluent_organization_28_regular" case .organization32Filled: return "ic_fluent_organization_32_filled" case .organization32Regular: return "ic_fluent_organization_32_regular" @@ -26518,6 +26596,8 @@ import Foundation case .paintBrushArrowDown20Regular: return "ic_fluent_paint_brush_arrow_down_20_regular" case .paintBrushArrowDown24Filled: return "ic_fluent_paint_brush_arrow_down_24_filled" case .paintBrushArrowDown24Regular: return "ic_fluent_paint_brush_arrow_down_24_regular" + default: break } + switch self { case .paintBrushArrowUp20Filled: return "ic_fluent_paint_brush_arrow_up_20_filled" case .paintBrushArrowUp20Regular: return "ic_fluent_paint_brush_arrow_up_20_regular" case .paintBrushArrowUp24Filled: return "ic_fluent_paint_brush_arrow_up_24_filled" @@ -26544,8 +26624,6 @@ import Foundation case .paintBucket24Regular: return "ic_fluent_paint_bucket_24_regular" case .pair20Filled: return "ic_fluent_pair_20_filled" case .pair20Regular: return "ic_fluent_pair_20_regular" - default: break } - switch self { case .pair24Filled: return "ic_fluent_pair_24_filled" case .pair24Regular: return "ic_fluent_pair_24_regular" case .panelBottom20Filled: return "ic_fluent_panel_bottom_20_filled" @@ -26620,6 +26698,8 @@ import Foundation case .panelLeftHeaderAdd24Regular: return "ic_fluent_panel_left_header_add_24_regular" case .panelLeftHeaderAdd28Filled: return "ic_fluent_panel_left_header_add_28_filled" case .panelLeftHeaderAdd28Regular: return "ic_fluent_panel_left_header_add_28_regular" + default: break } + switch self { case .panelLeftHeaderAdd32Filled: return "ic_fluent_panel_left_header_add_32_filled" case .panelLeftHeaderAdd32Regular: return "ic_fluent_panel_left_header_add_32_regular" case .panelLeftHeaderAdd48Filled: return "ic_fluent_panel_left_header_add_48_filled" @@ -26646,8 +26726,6 @@ import Foundation case .panelLeftText28Regular: return "ic_fluent_panel_left_text_28_regular" case .panelLeftText32Filled: return "ic_fluent_panel_left_text_32_filled" case .panelLeftText32Regular: return "ic_fluent_panel_left_text_32_regular" - default: break } - switch self { case .panelLeftText48Filled: return "ic_fluent_panel_left_text_48_filled" case .panelLeftText48Regular: return "ic_fluent_panel_left_text_48_regular" case .panelLeftTextAdd16Filled: return "ic_fluent_panel_left_text_add_16_filled" @@ -26722,6 +26800,8 @@ import Foundation case .panelTopGallery20Regular: return "ic_fluent_panel_top_gallery_20_regular" case .panelTopGallery24Filled: return "ic_fluent_panel_top_gallery_24_filled" case .panelTopGallery24Regular: return "ic_fluent_panel_top_gallery_24_regular" + default: break } + switch self { case .panelTopGallery28Filled: return "ic_fluent_panel_top_gallery_28_filled" case .panelTopGallery28Regular: return "ic_fluent_panel_top_gallery_28_regular" case .password16Filled: return "ic_fluent_password_16_filled" @@ -26748,8 +26828,6 @@ import Foundation case .patient24Regular: return "ic_fluent_patient_24_regular" case .patient32Filled: return "ic_fluent_patient_32_filled" case .patient32Regular: return "ic_fluent_patient_32_regular" - default: break } - switch self { case .pause12Filled: return "ic_fluent_pause_12_filled" case .pause12Regular: return "ic_fluent_pause_12_regular" case .pause16Filled: return "ic_fluent_pause_16_filled" @@ -26824,6 +26902,8 @@ import Foundation case .penDismiss24Regular: return "ic_fluent_pen_dismiss_24_regular" case .penDismiss28Filled: return "ic_fluent_pen_dismiss_28_filled" case .penDismiss28Regular: return "ic_fluent_pen_dismiss_28_regular" + default: break } + switch self { case .penDismiss32Filled: return "ic_fluent_pen_dismiss_32_filled" case .penDismiss32Regular: return "ic_fluent_pen_dismiss_32_regular" case .penDismiss48Filled: return "ic_fluent_pen_dismiss_48_filled" @@ -26850,8 +26930,6 @@ import Foundation case .penProhibited28Regular: return "ic_fluent_pen_prohibited_28_regular" case .penProhibited32Filled: return "ic_fluent_pen_prohibited_32_filled" case .penProhibited32Regular: return "ic_fluent_pen_prohibited_32_regular" - default: break } - switch self { case .penProhibited48Filled: return "ic_fluent_pen_prohibited_48_filled" case .penProhibited48Regular: return "ic_fluent_pen_prohibited_48_regular" case .penSparkle16Filled: return "ic_fluent_pen_sparkle_16_filled" @@ -26926,6 +27004,8 @@ import Foundation case .peopleCommunity12Filled: return "ic_fluent_people_community_12_filled" case .peopleCommunity12Regular: return "ic_fluent_people_community_12_regular" case .peopleCommunity16Filled: return "ic_fluent_people_community_16_filled" + default: break } + switch self { case .peopleCommunity16Regular: return "ic_fluent_people_community_16_regular" case .peopleCommunity20Filled: return "ic_fluent_people_community_20_filled" case .peopleCommunity20Regular: return "ic_fluent_people_community_20_regular" @@ -26952,8 +27032,6 @@ import Foundation case .peopleEdit24Regular: return "ic_fluent_people_edit_24_regular" case .peopleEdit32Filled: return "ic_fluent_people_edit_32_filled" case .peopleEdit32Light: return "ic_fluent_people_edit_32_light" - default: break } - switch self { case .peopleEdit32Regular: return "ic_fluent_people_edit_32_regular" case .peopleError16Filled: return "ic_fluent_people_error_16_filled" case .peopleError16Regular: return "ic_fluent_people_error_16_regular" @@ -27028,6 +27106,8 @@ import Foundation case .peopleSwap20Filled: return "ic_fluent_people_swap_20_filled" case .peopleSwap20Regular: return "ic_fluent_people_swap_20_regular" case .peopleSwap24Filled: return "ic_fluent_people_swap_24_filled" + default: break } + switch self { case .peopleSwap24Regular: return "ic_fluent_people_swap_24_regular" case .peopleSwap28Filled: return "ic_fluent_people_swap_28_filled" case .peopleSwap28Regular: return "ic_fluent_people_swap_28_regular" @@ -27054,8 +27134,6 @@ import Foundation case .peopleTeamAdd20Regular: return "ic_fluent_people_team_add_20_regular" case .peopleTeamAdd24Filled: return "ic_fluent_people_team_add_24_filled" case .peopleTeamAdd24Regular: return "ic_fluent_people_team_add_24_regular" - default: break } - switch self { case .peopleTeamDelete16Filled: return "ic_fluent_people_team_delete_16_filled" case .peopleTeamDelete16Regular: return "ic_fluent_people_team_delete_16_regular" case .peopleTeamDelete20Filled: return "ic_fluent_people_team_delete_20_filled" @@ -27130,6 +27208,8 @@ import Foundation case .personAlertOff32Regular: return "ic_fluent_person_alert_off_32_regular" case .personArrowBack16Filled: return "ic_fluent_person_arrow_back_16_filled" case .personArrowBack16Regular: return "ic_fluent_person_arrow_back_16_regular" + default: break } + switch self { case .personArrowBack20Filled: return "ic_fluent_person_arrow_back_20_filled" case .personArrowBack20Regular: return "ic_fluent_person_arrow_back_20_regular" case .personArrowBack24Filled: return "ic_fluent_person_arrow_back_24_filled" @@ -27156,8 +27236,6 @@ import Foundation case .personAvailable16Regular: return "ic_fluent_person_available_16_regular" case .personAvailable20Filled: return "ic_fluent_person_available_20_filled" case .personAvailable20Regular: return "ic_fluent_person_available_20_regular" - default: break } - switch self { case .personAvailable24Filled: return "ic_fluent_person_available_24_filled" case .personAvailable24Regular: return "ic_fluent_person_available_24_regular" case .personAvailable32Light: return "ic_fluent_person_available_32_light" @@ -27232,6 +27310,8 @@ import Foundation case .personFeedback24Filled: return "ic_fluent_person_feedback_24_filled" case .personFeedback24Regular: return "ic_fluent_person_feedback_24_regular" case .personFeedback28Filled: return "ic_fluent_person_feedback_28_filled" + default: break } + switch self { case .personFeedback28Regular: return "ic_fluent_person_feedback_28_regular" case .personFeedback32Filled: return "ic_fluent_person_feedback_32_filled" case .personFeedback32Light: return "ic_fluent_person_feedback_32_light" @@ -27258,8 +27338,6 @@ import Foundation case .personInfo16Regular: return "ic_fluent_person_info_16_regular" case .personInfo20Filled: return "ic_fluent_person_info_20_filled" case .personInfo20Regular: return "ic_fluent_person_info_20_regular" - default: break } - switch self { case .personInfo24Filled: return "ic_fluent_person_info_24_filled" case .personInfo24Regular: return "ic_fluent_person_info_24_regular" case .personKey20Filled: return "ic_fluent_person_key_20_filled" @@ -27334,6 +27412,8 @@ import Foundation case .personProhibited16Filled: return "ic_fluent_person_prohibited_16_filled" case .personProhibited16Regular: return "ic_fluent_person_prohibited_16_regular" case .personProhibited20Filled: return "ic_fluent_person_prohibited_20_filled" + default: break } + switch self { case .personProhibited20Regular: return "ic_fluent_person_prohibited_20_regular" case .personProhibited24Filled: return "ic_fluent_person_prohibited_24_filled" case .personProhibited24Regular: return "ic_fluent_person_prohibited_24_regular" @@ -27360,8 +27440,6 @@ import Foundation case .personSearch16Regular: return "ic_fluent_person_search_16_regular" case .personSearch20Filled: return "ic_fluent_person_search_20_filled" case .personSearch20Regular: return "ic_fluent_person_search_20_regular" - default: break } - switch self { case .personSearch24Filled: return "ic_fluent_person_search_24_filled" case .personSearch24Regular: return "ic_fluent_person_search_24_regular" case .personSearch32Filled: return "ic_fluent_person_search_32_filled" @@ -27436,6 +27514,8 @@ import Foundation case .personSync16Filled: return "ic_fluent_person_sync_16_filled" case .personSync16Regular: return "ic_fluent_person_sync_16_regular" case .personSync20Filled: return "ic_fluent_person_sync_20_filled" + default: break } + switch self { case .personSync20Regular: return "ic_fluent_person_sync_20_regular" case .personSync24Filled: return "ic_fluent_person_sync_24_filled" case .personSync24Regular: return "ic_fluent_person_sync_24_regular" @@ -27462,8 +27542,6 @@ import Foundation case .personTentative24Filled: return "ic_fluent_person_tentative_24_filled" case .personTentative24Regular: return "ic_fluent_person_tentative_24_regular" case .personVoice16Filled: return "ic_fluent_person_voice_16_filled" - default: break } - switch self { case .personVoice16Regular: return "ic_fluent_person_voice_16_regular" case .personVoice20Filled: return "ic_fluent_person_voice_20_filled" case .personVoice20Regular: return "ic_fluent_person_voice_20_regular" @@ -27538,6 +27616,8 @@ import Foundation case .phoneDesktop32Regular: return "ic_fluent_phone_desktop_32_regular" case .phoneDesktop48Filled: return "ic_fluent_phone_desktop_48_filled" case .phoneDesktop48Regular: return "ic_fluent_phone_desktop_48_regular" + default: break } + switch self { case .phoneDesktopAdd20Filled: return "ic_fluent_phone_desktop_add_20_filled" case .phoneDesktopAdd20Regular: return "ic_fluent_phone_desktop_add_20_regular" case .phoneDismiss20Filled: return "ic_fluent_phone_dismiss_20_filled" @@ -27564,8 +27644,6 @@ import Foundation case .phoneKey20Regular: return "ic_fluent_phone_key_20_regular" case .phoneKey24Filled: return "ic_fluent_phone_key_24_filled" case .phoneKey24Regular: return "ic_fluent_phone_key_24_regular" - default: break } - switch self { case .phoneLaptop16Filled: return "ic_fluent_phone_laptop_16_filled" case .phoneLaptop16Regular: return "ic_fluent_phone_laptop_16_regular" case .phoneLaptop20Filled: return "ic_fluent_phone_laptop_20_filled" @@ -27640,6 +27718,8 @@ import Foundation case .phoneUpdate24Regular: return "ic_fluent_phone_update_24_regular" case .phoneUpdateCheckmark20Filled: return "ic_fluent_phone_update_checkmark_20_filled" case .phoneUpdateCheckmark20Regular: return "ic_fluent_phone_update_checkmark_20_regular" + default: break } + switch self { case .phoneUpdateCheckmark24Filled: return "ic_fluent_phone_update_checkmark_24_filled" case .phoneUpdateCheckmark24Regular: return "ic_fluent_phone_update_checkmark_24_regular" case .phoneVerticalScroll20Filled: return "ic_fluent_phone_vertical_scroll_20_filled" @@ -27666,8 +27746,6 @@ import Foundation case .pictureInPicture24Regular: return "ic_fluent_picture_in_picture_24_regular" case .pictureInPicture32Light: return "ic_fluent_picture_in_picture_32_light" case .pictureInPictureEnter16Filled: return "ic_fluent_picture_in_picture_enter_16_filled" - default: break } - switch self { case .pictureInPictureEnter16Regular: return "ic_fluent_picture_in_picture_enter_16_regular" case .pictureInPictureEnter20Filled: return "ic_fluent_picture_in_picture_enter_20_filled" case .pictureInPictureEnter20Regular: return "ic_fluent_picture_in_picture_enter_20_regular" @@ -27742,6 +27820,8 @@ import Foundation case .plantCattail24Filled: return "ic_fluent_plant_cattail_24_filled" case .plantCattail24Regular: return "ic_fluent_plant_cattail_24_regular" case .plantGrass20Filled: return "ic_fluent_plant_grass_20_filled" + default: break } + switch self { case .plantGrass20Regular: return "ic_fluent_plant_grass_20_regular" case .plantGrass24Filled: return "ic_fluent_plant_grass_24_filled" case .plantGrass24Regular: return "ic_fluent_plant_grass_24_regular" @@ -27768,8 +27848,6 @@ import Foundation case .play48Filled: return "ic_fluent_play_48_filled" case .play48Regular: return "ic_fluent_play_48_regular" case .playCircle16Filled: return "ic_fluent_play_circle_16_filled" - default: break } - switch self { case .playCircle16Regular: return "ic_fluent_play_circle_16_regular" case .playCircle20Filled: return "ic_fluent_play_circle_20_filled" case .playCircle20Regular: return "ic_fluent_play_circle_20_regular" @@ -27844,6 +27922,8 @@ import Foundation case .pollOff16Regular: return "ic_fluent_poll_off_16_regular" case .pollOff20Filled: return "ic_fluent_poll_off_20_filled" case .pollOff20Regular: return "ic_fluent_poll_off_20_regular" + default: break } + switch self { case .pollOff24Filled: return "ic_fluent_poll_off_24_filled" case .pollOff24Regular: return "ic_fluent_poll_off_24_regular" case .pollOff32Filled: return "ic_fluent_poll_off_32_filled" @@ -27870,8 +27950,6 @@ import Foundation case .positionBackward24Regular: return "ic_fluent_position_backward_24_regular" case .positionForward20Filled: return "ic_fluent_position_forward_20_filled" case .positionForward20Regular: return "ic_fluent_position_forward_20_regular" - default: break } - switch self { case .positionForward24Filled: return "ic_fluent_position_forward_24_filled" case .positionForward24Regular: return "ic_fluent_position_forward_24_regular" case .positionToBack20Filled: return "ic_fluent_position_to_back_20_filled" @@ -27946,6 +28024,8 @@ import Foundation case .presenceDnd12Regular: return "ic_fluent_presence_dnd_12_regular" case .presenceDnd16Filled: return "ic_fluent_presence_dnd_16_filled" case .presenceDnd16Regular: return "ic_fluent_presence_dnd_16_regular" + default: break } + switch self { case .presenceDnd20Filled: return "ic_fluent_presence_dnd_20_filled" case .presenceDnd20Regular: return "ic_fluent_presence_dnd_20_regular" case .presenceDnd24Filled: return "ic_fluent_presence_dnd_24_filled" @@ -27972,8 +28052,6 @@ import Foundation case .presenceUnknown24Regular: return "ic_fluent_presence_unknown_24_regular" case .presenter20Filled: return "ic_fluent_presenter_20_filled" case .presenter20Regular: return "ic_fluent_presenter_20_regular" - default: break } - switch self { case .presenter24Filled: return "ic_fluent_presenter_24_filled" case .presenter24Regular: return "ic_fluent_presenter_24_regular" case .presenterOff20Filled: return "ic_fluent_presenter_off_20_filled" @@ -28048,6 +28126,8 @@ import Foundation case .prohibitedMultiple24Filled: return "ic_fluent_prohibited_multiple_24_filled" case .prohibitedMultiple24Regular: return "ic_fluent_prohibited_multiple_24_regular" case .prohibitedMultiple28Filled: return "ic_fluent_prohibited_multiple_28_filled" + default: break } + switch self { case .prohibitedMultiple28Regular: return "ic_fluent_prohibited_multiple_28_regular" case .prohibitedNote20Filled: return "ic_fluent_prohibited_note_20_filled" case .prohibitedNote20Regular: return "ic_fluent_prohibited_note_20_regular" @@ -28074,8 +28154,6 @@ import Foundation case .prompt16Filled: return "ic_fluent_prompt_16_filled" case .prompt16Regular: return "ic_fluent_prompt_16_regular" case .prompt20Filled: return "ic_fluent_prompt_20_filled" - default: break } - switch self { case .prompt20Regular: return "ic_fluent_prompt_20_regular" case .prompt24Filled: return "ic_fluent_prompt_24_filled" case .prompt24Regular: return "ic_fluent_prompt_24_regular" @@ -28150,6 +28228,8 @@ import Foundation case .question32Regular: return "ic_fluent_question_32_regular" case .question48Filled: return "ic_fluent_question_48_filled" case .question48Regular: return "ic_fluent_question_48_regular" + default: break } + switch self { case .questionCircle12Filled: return "ic_fluent_question_circle_12_filled" case .questionCircle12Regular: return "ic_fluent_question_circle_12_regular" case .questionCircle16Filled: return "ic_fluent_question_circle_16_filled" @@ -28176,8 +28256,6 @@ import Foundation 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" - default: break } - switch self { case .radarRectangleMultiple20Filled: return "ic_fluent_radar_rectangle_multiple_20_filled" case .radarRectangleMultiple20Regular: return "ic_fluent_radar_rectangle_multiple_20_regular" case .radioButton16Filled: return "ic_fluent_radio_button_16_filled" @@ -28252,6 +28330,8 @@ import Foundation case .realEstate20Filled: return "ic_fluent_real_estate_20_filled" case .realEstate20Regular: return "ic_fluent_real_estate_20_regular" case .realEstate24Filled: return "ic_fluent_real_estate_24_filled" + default: break } + switch self { case .realEstate24Regular: return "ic_fluent_real_estate_24_regular" case .receipt16Filled: return "ic_fluent_receipt_16_filled" case .receipt16Regular: return "ic_fluent_receipt_16_regular" @@ -28263,6 +28343,8 @@ import Foundation case .receipt28Regular: return "ic_fluent_receipt_28_regular" case .receipt32Filled: return "ic_fluent_receipt_32_filled" case .receipt32Regular: return "ic_fluent_receipt_32_regular" + case .receipt48Filled: return "ic_fluent_receipt_48_filled" + case .receipt48Regular: return "ic_fluent_receipt_48_regular" case .receiptAdd20Filled: return "ic_fluent_receipt_add_20_filled" case .receiptAdd20Regular: return "ic_fluent_receipt_add_20_regular" case .receiptAdd24Filled: return "ic_fluent_receipt_add_24_filled" @@ -28278,8 +28360,6 @@ import Foundation 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" - default: break } - switch self { case .receiptMoney20Regular: return "ic_fluent_receipt_money_20_regular" case .receiptMoney24Filled: return "ic_fluent_receipt_money_24_filled" case .receiptMoney24Regular: return "ic_fluent_receipt_money_24_regular" @@ -28352,6 +28432,8 @@ import Foundation case .rectangleLandscapeSparkle24Regular: return "ic_fluent_rectangle_landscape_sparkle_24_regular" case .rectangleLandscapeSparkle28Filled: return "ic_fluent_rectangle_landscape_sparkle_28_filled" case .rectangleLandscapeSparkle28Regular: return "ic_fluent_rectangle_landscape_sparkle_28_regular" + default: break } + switch self { case .rectangleLandscapeSparkle32Filled: return "ic_fluent_rectangle_landscape_sparkle_32_filled" case .rectangleLandscapeSparkle32Regular: return "ic_fluent_rectangle_landscape_sparkle_32_regular" case .rectangleLandscapeSparkle48Filled: return "ic_fluent_rectangle_landscape_sparkle_48_filled" @@ -28380,8 +28462,6 @@ import Foundation case .recycle32Regular: return "ic_fluent_recycle_32_regular" case .remixAdd16Filled: return "ic_fluent_remix_add_16_filled" case .remixAdd16Regular: return "ic_fluent_remix_add_16_regular" - default: break } - switch self { case .remixAdd20Filled: return "ic_fluent_remix_add_20_filled" case .remixAdd20Regular: return "ic_fluent_remix_add_20_regular" case .remixAdd24Filled: return "ic_fluent_remix_add_24_filled" @@ -28454,6 +28534,8 @@ import Foundation case .reward16Regular: return "ic_fluent_reward_16_regular" case .reward20Filled: return "ic_fluent_reward_20_filled" case .reward20Regular: return "ic_fluent_reward_20_regular" + default: break } + switch self { case .reward24Filled: return "ic_fluent_reward_24_filled" case .reward24Regular: return "ic_fluent_reward_24_regular" case .reward32Filled: return "ic_fluent_reward_32_filled" @@ -28482,8 +28564,6 @@ import Foundation case .ribbon12Regular: return "ic_fluent_ribbon_12_regular" case .ribbon16Filled: return "ic_fluent_ribbon_16_filled" case .ribbon16Regular: return "ic_fluent_ribbon_16_regular" - default: break } - switch self { case .ribbon20Filled: return "ic_fluent_ribbon_20_filled" case .ribbon20Regular: return "ic_fluent_ribbon_20_regular" case .ribbon24Filled: return "ic_fluent_ribbon_24_filled" @@ -28556,6 +28636,8 @@ import Foundation case .ruler16Filled: return "ic_fluent_ruler_16_filled" case .ruler16Regular: return "ic_fluent_ruler_16_regular" case .ruler20Filled: return "ic_fluent_ruler_20_filled" + default: break } + switch self { case .ruler20Regular: return "ic_fluent_ruler_20_regular" case .ruler24Filled: return "ic_fluent_ruler_24_filled" case .ruler24Regular: return "ic_fluent_ruler_24_regular" @@ -28584,8 +28666,6 @@ import Foundation case .save16Filled: return "ic_fluent_save_16_filled" case .save16Regular: return "ic_fluent_save_16_regular" case .save20Filled: return "ic_fluent_save_20_filled" - default: break } - switch self { case .save20Regular: return "ic_fluent_save_20_regular" case .save24Filled: return "ic_fluent_save_24_filled" case .save24Regular: return "ic_fluent_save_24_regular" @@ -28658,6 +28738,8 @@ import Foundation case .scanCamera48Regular: return "ic_fluent_scan_camera_48_regular" case .scanDash12Filled: return "ic_fluent_scan_dash_12_filled" case .scanDash12Regular: return "ic_fluent_scan_dash_12_regular" + default: break } + switch self { case .scanDash16Filled: return "ic_fluent_scan_dash_16_filled" case .scanDash16Regular: return "ic_fluent_scan_dash_16_regular" case .scanDash20Filled: return "ic_fluent_scan_dash_20_filled" @@ -28686,8 +28768,6 @@ import Foundation case .scanPerson48Regular: return "ic_fluent_scan_person_48_regular" case .scanQrCode24Filled: return "ic_fluent_scan_qr_code_24_filled" case .scanQrCode24Regular: return "ic_fluent_scan_qr_code_24_regular" - default: break } - switch self { case .scanTable20Filled: return "ic_fluent_scan_table_20_filled" case .scanTable20Regular: return "ic_fluent_scan_table_20_regular" case .scanTable24Filled: return "ic_fluent_scan_table_24_filled" @@ -28760,6 +28840,8 @@ import Foundation case .screenshotRecord24Regular: return "ic_fluent_screenshot_record_24_regular" case .screenshotRecord28Filled: return "ic_fluent_screenshot_record_28_filled" case .screenshotRecord28Regular: return "ic_fluent_screenshot_record_28_regular" + default: break } + switch self { case .script16Filled: return "ic_fluent_script_16_filled" case .script16Regular: return "ic_fluent_script_16_regular" case .script20Filled: return "ic_fluent_script_20_filled" @@ -28788,8 +28870,6 @@ import Foundation case .searchInfo24Regular: return "ic_fluent_search_info_24_regular" case .searchSettings20Filled: return "ic_fluent_search_settings_20_filled" case .searchSettings20Regular: return "ic_fluent_search_settings_20_regular" - default: break } - switch self { case .searchShield20Filled: return "ic_fluent_search_shield_20_filled" case .searchShield20Regular: return "ic_fluent_search_shield_20_regular" case .searchSparkle16Filled: return "ic_fluent_search_sparkle_16_filled" @@ -28862,6 +28942,8 @@ import Foundation case .send20Regular: return "ic_fluent_send_20_regular" case .send24Filled: return "ic_fluent_send_24_filled" case .send24Regular: return "ic_fluent_send_24_regular" + default: break } + switch self { case .send28Filled: return "ic_fluent_send_28_filled" case .send28Regular: return "ic_fluent_send_28_regular" case .send32Filled: return "ic_fluent_send_32_filled" @@ -28890,8 +28972,6 @@ import Foundation case .sendCopy24Filled: return "ic_fluent_send_copy_24_filled" case .sendCopy24Regular: return "ic_fluent_send_copy_24_regular" case .sendPerson16Filled: return "ic_fluent_send_person_16_filled" - default: break } - switch self { case .sendPerson16Regular: return "ic_fluent_send_person_16_regular" case .sendPerson20Filled: return "ic_fluent_send_person_20_filled" case .sendPerson20Regular: return "ic_fluent_send_person_20_regular" @@ -28964,6 +29044,8 @@ import Foundation case .shapeIntersect16Regular: return "ic_fluent_shape_intersect_16_regular" case .shapeIntersect20Filled: return "ic_fluent_shape_intersect_20_filled" case .shapeIntersect20Regular: return "ic_fluent_shape_intersect_20_regular" + default: break } + switch self { case .shapeIntersect24Filled: return "ic_fluent_shape_intersect_24_filled" case .shapeIntersect24Regular: return "ic_fluent_shape_intersect_24_regular" case .shapeOrganic16Filled: return "ic_fluent_shape_organic_16_filled" @@ -28992,8 +29074,6 @@ import Foundation case .shapeUnion24Regular: return "ic_fluent_shape_union_24_regular" case .shapes16Filled: return "ic_fluent_shapes_16_filled" case .shapes16Regular: return "ic_fluent_shapes_16_regular" - default: break } - switch self { case .shapes20Filled: return "ic_fluent_shapes_20_filled" case .shapes20Regular: return "ic_fluent_shapes_20_regular" case .shapes24Filled: return "ic_fluent_shapes_24_filled" @@ -29066,6 +29146,8 @@ import Foundation case .shareScreenPersonOverlayInside28Filled: return "ic_fluent_share_screen_person_overlay_inside_28_filled" case .shareScreenPersonOverlayInside28Regular: return "ic_fluent_share_screen_person_overlay_inside_28_regular" case .shareScreenPersonP16Filled: return "ic_fluent_share_screen_person_p_16_filled" + default: break } + switch self { case .shareScreenPersonP16Regular: return "ic_fluent_share_screen_person_p_16_regular" case .shareScreenPersonP20Filled: return "ic_fluent_share_screen_person_p_20_filled" case .shareScreenPersonP20Regular: return "ic_fluent_share_screen_person_p_20_regular" @@ -29094,8 +29176,6 @@ import Foundation case .shield12Filled: return "ic_fluent_shield_12_filled" case .shield12Regular: return "ic_fluent_shield_12_regular" case .shield16Filled: return "ic_fluent_shield_16_filled" - default: break } - switch self { case .shield16Regular: return "ic_fluent_shield_16_regular" case .shield20Filled: return "ic_fluent_shield_20_filled" case .shield20Regular: return "ic_fluent_shield_20_regular" @@ -29168,6 +29248,8 @@ import Foundation case .shieldLock20Regular: return "ic_fluent_shield_lock_20_regular" case .shieldLock24Filled: return "ic_fluent_shield_lock_24_filled" case .shieldLock24Regular: return "ic_fluent_shield_lock_24_regular" + default: break } + switch self { case .shieldLock28Filled: return "ic_fluent_shield_lock_28_filled" case .shieldLock28Regular: return "ic_fluent_shield_lock_28_regular" case .shieldLock48Filled: return "ic_fluent_shield_lock_48_filled" @@ -29196,8 +29278,6 @@ import Foundation case .shieldTask24Regular: return "ic_fluent_shield_task_24_regular" case .shieldTask28Filled: return "ic_fluent_shield_task_28_filled" case .shieldTask28Regular: return "ic_fluent_shield_task_28_regular" - default: break } - switch self { case .shieldTask32Filled: return "ic_fluent_shield_task_32_filled" case .shieldTask32Regular: return "ic_fluent_shield_task_32_regular" case .shieldTask48Filled: return "ic_fluent_shield_task_48_filled" @@ -29270,6 +29350,8 @@ import Foundation case .shoppingBagAdd16Regular: return "ic_fluent_shopping_bag_add_16_regular" case .shoppingBagAdd20Filled: return "ic_fluent_shopping_bag_add_20_filled" case .shoppingBagAdd20Regular: return "ic_fluent_shopping_bag_add_20_regular" + default: break } + switch self { case .shoppingBagAdd24Filled: return "ic_fluent_shopping_bag_add_24_filled" case .shoppingBagAdd24Regular: return "ic_fluent_shopping_bag_add_24_regular" case .shoppingBagArrowLeft20Filled: return "ic_fluent_shopping_bag_arrow_left_20_filled" @@ -29298,8 +29380,6 @@ import Foundation case .shoppingBagTag20Regular: return "ic_fluent_shopping_bag_tag_20_regular" case .shoppingBagTag24Filled: return "ic_fluent_shopping_bag_tag_24_filled" case .shoppingBagTag24Regular: return "ic_fluent_shopping_bag_tag_24_regular" - default: break } - switch self { case .shoppingBagTag28Filled: return "ic_fluent_shopping_bag_tag_28_filled" case .shoppingBagTag28Regular: return "ic_fluent_shopping_bag_tag_28_regular" case .shoppingBagTag32Filled: return "ic_fluent_shopping_bag_tag_32_filled" @@ -29372,6 +29452,8 @@ import Foundation case .skipForwardTab20Filled: return "ic_fluent_skip_forward_tab_20_filled" case .skipForwardTab20Regular: return "ic_fluent_skip_forward_tab_20_regular" case .skipForwardTab24Filled: return "ic_fluent_skip_forward_tab_24_filled" + default: break } + switch self { case .skipForwardTab24Regular: return "ic_fluent_skip_forward_tab_24_regular" case .slashForward12Filled: return "ic_fluent_slash_forward_12_filled" case .slashForward12Regular: return "ic_fluent_slash_forward_12_regular" @@ -29400,8 +29482,6 @@ import Foundation case .slideArrowRight20Filled: return "ic_fluent_slide_arrow_right_20_filled" case .slideArrowRight20Regular: return "ic_fluent_slide_arrow_right_20_regular" case .slideArrowRight24Filled: return "ic_fluent_slide_arrow_right_24_filled" - default: break } - switch self { case .slideArrowRight24Regular: return "ic_fluent_slide_arrow_right_24_regular" case .slideContent24Filled: return "ic_fluent_slide_content_24_filled" case .slideContent24Regular: return "ic_fluent_slide_content_24_regular" @@ -29474,6 +29554,8 @@ import Foundation case .slideSettings24Filled: return "ic_fluent_slide_settings_24_filled" case .slideSettings24Regular: return "ic_fluent_slide_settings_24_regular" case .slideSize20Filled: return "ic_fluent_slide_size_20_filled" + default: break } + switch self { case .slideSize20Regular: return "ic_fluent_slide_size_20_regular" case .slideSize24Filled: return "ic_fluent_slide_size_24_filled" case .slideSize24Regular: return "ic_fluent_slide_size_24_regular" @@ -29502,8 +29584,6 @@ import Foundation case .slideTextCursor24Filled: return "ic_fluent_slide_text_cursor_24_filled" case .slideTextCursor24Regular: return "ic_fluent_slide_text_cursor_24_regular" case .slideTextEdit16Filled: return "ic_fluent_slide_text_edit_16_filled" - default: break } - switch self { case .slideTextEdit16Regular: return "ic_fluent_slide_text_edit_16_regular" case .slideTextEdit20Filled: return "ic_fluent_slide_text_edit_20_filled" case .slideTextEdit20Regular: return "ic_fluent_slide_text_edit_20_regular" @@ -29576,6 +29656,8 @@ import Foundation case .space3D20Filled: return "ic_fluent_space_3d_20_filled" case .space3D20Regular: return "ic_fluent_space_3d_20_regular" case .space3D24Filled: return "ic_fluent_space_3d_24_filled" + default: break } + switch self { case .space3D24Regular: return "ic_fluent_space_3d_24_regular" case .space3D28Filled: return "ic_fluent_space_3d_28_filled" case .space3D28Regular: return "ic_fluent_space_3d_28_regular" @@ -29604,8 +29686,6 @@ import Foundation case .sparkleCircle20Filled: return "ic_fluent_sparkle_circle_20_filled" case .sparkleCircle20Regular: return "ic_fluent_sparkle_circle_20_regular" case .sparkleCircle24Filled: return "ic_fluent_sparkle_circle_24_filled" - default: break } - switch self { case .sparkleCircle24Regular: return "ic_fluent_sparkle_circle_24_regular" case .sparkleCircle28Filled: return "ic_fluent_sparkle_circle_28_filled" case .sparkleCircle28Regular: return "ic_fluent_sparkle_circle_28_regular" @@ -29678,6 +29758,8 @@ import Foundation case .speakerEdit20Filled: return "ic_fluent_speaker_edit_20_filled" case .speakerEdit20Regular: return "ic_fluent_speaker_edit_20_regular" case .speakerEdit24Filled: return "ic_fluent_speaker_edit_24_filled" + default: break } + switch self { case .speakerEdit24Regular: return "ic_fluent_speaker_edit_24_regular" case .speakerMute16Filled: return "ic_fluent_speaker_mute_16_filled" case .speakerMute16Regular: return "ic_fluent_speaker_mute_16_regular" @@ -29706,8 +29788,6 @@ import Foundation case .speakerSettings24Filled: return "ic_fluent_speaker_settings_24_filled" case .speakerSettings24Regular: return "ic_fluent_speaker_settings_24_regular" case .speakerSettings28Filled: return "ic_fluent_speaker_settings_28_filled" - default: break } - switch self { case .speakerSettings28Regular: return "ic_fluent_speaker_settings_28_regular" case .speakerUsb20Filled: return "ic_fluent_speaker_usb_20_filled" case .speakerUsb20Regular: return "ic_fluent_speaker_usb_20_regular" @@ -29780,6 +29860,8 @@ import Foundation case .sprayCan16Filled: return "ic_fluent_spray_can_16_filled" case .sprayCan16Regular: return "ic_fluent_spray_can_16_regular" case .square12Filled: return "ic_fluent_square_12_filled" + default: break } + switch self { case .square12Regular: return "ic_fluent_square_12_regular" case .square16Filled: return "ic_fluent_square_16_filled" case .square16Regular: return "ic_fluent_square_16_regular" @@ -29808,8 +29890,6 @@ import Foundation case .squareArrowForward32Filled: return "ic_fluent_square_arrow_forward_32_filled" case .squareArrowForward32Light: return "ic_fluent_square_arrow_forward_32_light" case .squareArrowForward32Regular: return "ic_fluent_square_arrow_forward_32_regular" - default: break } - switch self { case .squareArrowForward48Filled: return "ic_fluent_square_arrow_forward_48_filled" case .squareArrowForward48Regular: return "ic_fluent_square_arrow_forward_48_regular" case .squareDismiss16Filled: return "ic_fluent_square_dismiss_16_filled" @@ -29882,6 +29962,8 @@ import Foundation case .squareMultiple16Regular: return "ic_fluent_square_multiple_16_regular" case .squareMultiple20Filled: return "ic_fluent_square_multiple_20_filled" case .squareMultiple20Regular: return "ic_fluent_square_multiple_20_regular" + default: break } + switch self { case .squareMultiple24Filled: return "ic_fluent_square_multiple_24_filled" case .squareMultiple24Regular: return "ic_fluent_square_multiple_24_regular" case .squareMultiple28Filled: return "ic_fluent_square_multiple_28_filled" @@ -29910,8 +29992,6 @@ import Foundation case .stackAdd24Regular: return "ic_fluent_stack_add_24_regular" case .stackArrowForward20Filled: return "ic_fluent_stack_arrow_forward_20_filled" case .stackArrowForward20Regular: return "ic_fluent_stack_arrow_forward_20_regular" - default: break } - switch self { case .stackArrowForward24Filled: return "ic_fluent_stack_arrow_forward_24_filled" case .stackArrowForward24Regular: return "ic_fluent_stack_arrow_forward_24_regular" case .stackStar16Filled: return "ic_fluent_stack_star_16_filled" @@ -29984,6 +30064,8 @@ import Foundation case .starEdit24Filled: return "ic_fluent_star_edit_24_filled" case .starEdit24Regular: return "ic_fluent_star_edit_24_regular" case .starEmphasis16Filled: return "ic_fluent_star_emphasis_16_filled" + default: break } + switch self { case .starEmphasis16Regular: return "ic_fluent_star_emphasis_16_regular" case .starEmphasis20Filled: return "ic_fluent_star_emphasis_20_filled" case .starEmphasis20Regular: return "ic_fluent_star_emphasis_20_regular" @@ -30012,8 +30094,6 @@ import Foundation case .starOff16Filled: return "ic_fluent_star_off_16_filled" case .starOff16Regular: return "ic_fluent_star_off_16_regular" case .starOff20Filled: return "ic_fluent_star_off_20_filled" - default: break } - switch self { case .starOff20Regular: return "ic_fluent_star_off_20_regular" case .starOff24Filled: return "ic_fluent_star_off_24_filled" case .starOff24Regular: return "ic_fluent_star_off_24_regular" @@ -30086,6 +30166,8 @@ import Foundation case .sticker24Filled: return "ic_fluent_sticker_24_filled" case .sticker24Regular: return "ic_fluent_sticker_24_regular" case .stickerAdd20Filled: return "ic_fluent_sticker_add_20_filled" + default: break } + switch self { case .stickerAdd20Regular: return "ic_fluent_sticker_add_20_regular" case .stickerAdd24Filled: return "ic_fluent_sticker_add_24_filled" case .stickerAdd24Regular: return "ic_fluent_sticker_add_24_regular" @@ -30114,8 +30196,6 @@ import Foundation case .storeMicrosoft24Filled: return "ic_fluent_store_microsoft_24_filled" case .storeMicrosoft24Regular: return "ic_fluent_store_microsoft_24_regular" case .stream20Filled: return "ic_fluent_stream_20_filled" - default: break } - switch self { case .stream20Regular: return "ic_fluent_stream_20_regular" case .stream24Filled: return "ic_fluent_stream_24_filled" case .stream24Regular: return "ic_fluent_stream_24_regular" @@ -30188,6 +30268,8 @@ import Foundation case .subtractParentheses24Filled: return "ic_fluent_subtract_parentheses_24_filled" case .subtractParentheses24Regular: return "ic_fluent_subtract_parentheses_24_regular" case .subtractParentheses28Filled: return "ic_fluent_subtract_parentheses_28_filled" + default: break } + switch self { case .subtractParentheses28Regular: return "ic_fluent_subtract_parentheses_28_regular" case .subtractParentheses32Filled: return "ic_fluent_subtract_parentheses_32_filled" case .subtractParentheses32Regular: return "ic_fluent_subtract_parentheses_32_regular" @@ -30216,8 +30298,6 @@ import Foundation case .swimmingPool24Filled: return "ic_fluent_swimming_pool_24_filled" case .swimmingPool24Regular: return "ic_fluent_swimming_pool_24_regular" case .swimmingPool32Filled: return "ic_fluent_swimming_pool_32_filled" - default: break } - switch self { case .swimmingPool32Regular: return "ic_fluent_swimming_pool_32_regular" case .swimmingPool48Filled: return "ic_fluent_swimming_pool_48_filled" case .swimmingPool48Regular: return "ic_fluent_swimming_pool_48_regular" @@ -30290,6 +30370,8 @@ import Foundation case .tabDesktopBottom20Regular: return "ic_fluent_tab_desktop_bottom_20_regular" case .tabDesktopBottom24Filled: return "ic_fluent_tab_desktop_bottom_24_filled" case .tabDesktopBottom24Regular: return "ic_fluent_tab_desktop_bottom_24_regular" + default: break } + switch self { case .tabDesktopClock20Filled: return "ic_fluent_tab_desktop_clock_20_filled" case .tabDesktopClock20Regular: return "ic_fluent_tab_desktop_clock_20_regular" case .tabDesktopCopy20Filled: return "ic_fluent_tab_desktop_copy_20_filled" @@ -30318,8 +30400,6 @@ import Foundation case .tabDesktopMultipleAdd16Regular: return "ic_fluent_tab_desktop_multiple_add_16_regular" case .tabDesktopMultipleAdd20Filled: return "ic_fluent_tab_desktop_multiple_add_20_filled" case .tabDesktopMultipleAdd20Regular: return "ic_fluent_tab_desktop_multiple_add_20_regular" - default: break } - switch self { case .tabDesktopMultipleBottom20Filled: return "ic_fluent_tab_desktop_multiple_bottom_20_filled" case .tabDesktopMultipleBottom20Regular: return "ic_fluent_tab_desktop_multiple_bottom_20_regular" case .tabDesktopMultipleBottom24Filled: return "ic_fluent_tab_desktop_multiple_bottom_24_filled" @@ -30392,6 +30472,8 @@ import Foundation case .tableBottomRow16Filled: return "ic_fluent_table_bottom_row_16_filled" case .tableBottomRow16Regular: return "ic_fluent_table_bottom_row_16_regular" case .tableBottomRow20Filled: return "ic_fluent_table_bottom_row_20_filled" + default: break } + switch self { case .tableBottomRow20Regular: return "ic_fluent_table_bottom_row_20_regular" case .tableBottomRow24Filled: return "ic_fluent_table_bottom_row_24_filled" case .tableBottomRow24Regular: return "ic_fluent_table_bottom_row_24_regular" @@ -30420,8 +30502,6 @@ import Foundation case .tableCellsMerge24Filled: return "ic_fluent_table_cells_merge_24_filled" case .tableCellsMerge24Regular: return "ic_fluent_table_cells_merge_24_regular" case .tableCellsMerge28Filled: return "ic_fluent_table_cells_merge_28_filled" - default: break } - switch self { case .tableCellsMerge28Regular: return "ic_fluent_table_cells_merge_28_regular" case .tableCellsMerge32Light: return "ic_fluent_table_cells_merge_32_light" case .tableCellsSplit16Filled: return "ic_fluent_table_cells_split_16_filled" @@ -30494,6 +30574,8 @@ import Foundation case .tableFreezeColumnAndRow16Regular: return "ic_fluent_table_freeze_column_and_row_16_regular" case .tableFreezeColumnAndRow20Filled: return "ic_fluent_table_freeze_column_and_row_20_filled" case .tableFreezeColumnAndRow20Regular: return "ic_fluent_table_freeze_column_and_row_20_regular" + default: break } + switch self { case .tableFreezeColumnAndRow24Filled: return "ic_fluent_table_freeze_column_and_row_24_filled" case .tableFreezeColumnAndRow24Regular: return "ic_fluent_table_freeze_column_and_row_24_regular" case .tableFreezeColumnAndRow28Filled: return "ic_fluent_table_freeze_column_and_row_28_filled" @@ -30522,8 +30604,6 @@ import Foundation case .tableInsertRow20Regular: return "ic_fluent_table_insert_row_20_regular" case .tableInsertRow24Filled: return "ic_fluent_table_insert_row_24_filled" case .tableInsertRow24Regular: return "ic_fluent_table_insert_row_24_regular" - default: break } - switch self { case .tableInsertRow28Filled: return "ic_fluent_table_insert_row_28_filled" case .tableInsertRow28Regular: return "ic_fluent_table_insert_row_28_regular" case .tableLightning16Filled: return "ic_fluent_table_lightning_16_filled" @@ -30596,6 +30676,8 @@ import Foundation case .tableOffset20Regular: return "ic_fluent_table_offset_20_regular" case .tableOffset24Filled: return "ic_fluent_table_offset_24_filled" case .tableOffset24Regular: return "ic_fluent_table_offset_24_regular" + default: break } + switch self { case .tableOffsetAdd20Filled: return "ic_fluent_table_offset_add_20_filled" case .tableOffsetAdd20Regular: return "ic_fluent_table_offset_add_20_regular" case .tableOffsetAdd24Filled: return "ic_fluent_table_offset_add_24_filled" @@ -30624,8 +30706,6 @@ import Foundation case .tableResizeRow24Regular: return "ic_fluent_table_resize_row_24_regular" case .tableResizeRow28Filled: return "ic_fluent_table_resize_row_28_filled" case .tableResizeRow28Regular: return "ic_fluent_table_resize_row_28_regular" - default: break } - switch self { case .tableSearch20Filled: return "ic_fluent_table_search_20_filled" case .tableSearch20Regular: return "ic_fluent_table_search_20_regular" case .tableSettings16Filled: return "ic_fluent_table_settings_16_filled" @@ -30698,6 +30778,8 @@ import Foundation case .tableSplit20Regular: return "ic_fluent_table_split_20_regular" case .tableStackAbove16Filled: return "ic_fluent_table_stack_above_16_filled" case .tableStackAbove16Regular: return "ic_fluent_table_stack_above_16_regular" + default: break } + switch self { case .tableStackAbove20Filled: return "ic_fluent_table_stack_above_20_filled" case .tableStackAbove20Regular: return "ic_fluent_table_stack_above_20_regular" case .tableStackAbove24Filled: return "ic_fluent_table_stack_above_24_filled" @@ -30726,8 +30808,6 @@ import Foundation case .tableStackRight20Regular: return "ic_fluent_table_stack_right_20_regular" case .tableStackRight24Filled: return "ic_fluent_table_stack_right_24_filled" case .tableStackRight24Regular: return "ic_fluent_table_stack_right_24_regular" - default: break } - switch self { case .tableStackRight28Filled: return "ic_fluent_table_stack_right_28_filled" case .tableStackRight28Regular: return "ic_fluent_table_stack_right_28_regular" case .tableSwitch16Filled: return "ic_fluent_table_switch_16_filled" @@ -30800,6 +30880,8 @@ import Foundation case .tagLockAccent16Filled: return "ic_fluent_tag_lock_accent_16_filled" case .tagLockAccent20Filled: return "ic_fluent_tag_lock_accent_20_filled" case .tagLockAccent24Filled: return "ic_fluent_tag_lock_accent_24_filled" + default: break } + switch self { case .tagLockAccent32Filled: return "ic_fluent_tag_lock_accent_32_filled" case .tagMultiple16Filled: return "ic_fluent_tag_multiple_16_filled" case .tagMultiple16Regular: return "ic_fluent_tag_multiple_16_regular" @@ -30828,8 +30910,6 @@ import Foundation case .tagSearch20Filled: return "ic_fluent_tag_search_20_filled" case .tagSearch20Regular: return "ic_fluent_tag_search_20_regular" case .tagSearch24Filled: return "ic_fluent_tag_search_24_filled" - default: break } - switch self { case .tagSearch24Regular: return "ic_fluent_tag_search_24_regular" case .tapDouble20Filled: return "ic_fluent_tap_double_20_filled" case .tapDouble20Regular: return "ic_fluent_tap_double_20_regular" @@ -30902,6 +30982,8 @@ import Foundation case .tasksApp20Filled: return "ic_fluent_tasks_app_20_filled" case .tasksApp20Regular: return "ic_fluent_tasks_app_20_regular" case .tasksApp24Filled: return "ic_fluent_tasks_app_24_filled" + default: break } + switch self { case .tasksApp24Regular: return "ic_fluent_tasks_app_24_regular" case .tasksApp28Filled: return "ic_fluent_tasks_app_28_filled" case .tasksApp28Regular: return "ic_fluent_tasks_app_28_regular" @@ -30930,8 +31012,6 @@ import Foundation case .teardropBottomRight48Filled: return "ic_fluent_teardrop_bottom_right_48_filled" case .teardropBottomRight48Regular: return "ic_fluent_teardrop_bottom_right_48_regular" case .teddy20Filled: return "ic_fluent_teddy_20_filled" - default: break } - switch self { case .teddy20Regular: return "ic_fluent_teddy_20_regular" case .teddy24Filled: return "ic_fluent_teddy_24_filled" case .teddy24Regular: return "ic_fluent_teddy_24_regular" @@ -31004,6 +31084,8 @@ import Foundation case .textAlignCenterRotate27020Regular: return "ic_fluent_text_align_center_rotate_270_20_regular" case .textAlignCenterRotate27024Filled: return "ic_fluent_text_align_center_rotate_270_24_filled" case .textAlignCenterRotate27024Regular: return "ic_fluent_text_align_center_rotate_270_24_regular" + default: break } + switch self { case .textAlignCenterRotate9016Filled: return "ic_fluent_text_align_center_rotate_90_16_filled" case .textAlignCenterRotate9016Regular: return "ic_fluent_text_align_center_rotate_90_16_regular" case .textAlignCenterRotate9020Filled: return "ic_fluent_text_align_center_rotate_90_20_filled" @@ -31032,8 +31114,6 @@ import Foundation case .textAlignJustifyLow24Regular: return "ic_fluent_text_align_justify_low_24_regular" case .textAlignJustifyLow9020Filled: return "ic_fluent_text_align_justify_low_90_20_filled" case .textAlignJustifyLow9020Regular: return "ic_fluent_text_align_justify_low_90_20_regular" - default: break } - switch self { case .textAlignJustifyLow9024Filled: return "ic_fluent_text_align_justify_low_90_24_filled" case .textAlignJustifyLow9024Regular: return "ic_fluent_text_align_justify_low_90_24_regular" case .textAlignJustifyLowRotate27020Filled: return "ic_fluent_text_align_justify_low_rotate_270_20_filled" @@ -31106,6 +31186,8 @@ import Foundation case .textAsterisk20Regular: return "ic_fluent_text_asterisk_20_regular" case .textBaseline20Filled: return "ic_fluent_text_baseline_20_filled" case .textBaseline20Regular: return "ic_fluent_text_baseline_20_regular" + default: break } + switch self { case .textBold16Filled: return "ic_fluent_text_bold_16_filled" case .textBold16Regular: return "ic_fluent_text_bold_16_regular" case .textBold20Filled: return "ic_fluent_text_bold_20_filled" @@ -31134,8 +31216,6 @@ import Foundation case .textBulletListAdd24Regular: return "ic_fluent_text_bullet_list_add_24_regular" case .textBulletListCheckmark20Filled: return "ic_fluent_text_bullet_list_checkmark_20_filled" case .textBulletListCheckmark20Regular: return "ic_fluent_text_bullet_list_checkmark_20_regular" - default: break } - switch self { case .textBulletListDismiss20Filled: return "ic_fluent_text_bullet_list_dismiss_20_filled" case .textBulletListDismiss20Regular: return "ic_fluent_text_bullet_list_dismiss_20_regular" case .textBulletListSquare16Filled: return "ic_fluent_text_bullet_list_square_16_filled" @@ -31208,6 +31288,8 @@ import Foundation case .textChangeCase16Regular: return "ic_fluent_text_change_case_16_regular" case .textChangeCase20Filled: return "ic_fluent_text_change_case_20_filled" case .textChangeCase20Regular: return "ic_fluent_text_change_case_20_regular" + default: break } + switch self { case .textChangeCase24Filled: return "ic_fluent_text_change_case_24_filled" case .textChangeCase24Regular: return "ic_fluent_text_change_case_24_regular" case .textClearFormatting16Filled: return "ic_fluent_text_clear_formatting_16_filled" @@ -31236,8 +31318,6 @@ import Foundation case .textColumnOne24Filled: return "ic_fluent_text_column_one_24_filled" case .textColumnOne24Regular: return "ic_fluent_text_column_one_24_regular" case .textColumnOneNarrow20Filled: return "ic_fluent_text_column_one_narrow_20_filled" - default: break } - switch self { case .textColumnOneNarrow20Regular: return "ic_fluent_text_column_one_narrow_20_regular" case .textColumnOneNarrow24Filled: return "ic_fluent_text_column_one_narrow_24_filled" case .textColumnOneNarrow24Regular: return "ic_fluent_text_column_one_narrow_24_regular" @@ -31310,6 +31390,8 @@ import Foundation case .textDirectionHorizontalRight24Regular: return "ic_fluent_text_direction_horizontal_right_24_regular" case .textDirectionRotate270Right20Filled: return "ic_fluent_text_direction_rotate_270_right_20_filled" case .textDirectionRotate270Right20Regular: return "ic_fluent_text_direction_rotate_270_right_20_regular" + default: break } + switch self { case .textDirectionRotate270Right24Filled: return "ic_fluent_text_direction_rotate_270_right_24_filled" case .textDirectionRotate270Right24Regular: return "ic_fluent_text_direction_rotate_270_right_24_regular" case .textDirectionRotate315Right20Filled: return "ic_fluent_text_direction_rotate_315_right_20_filled" @@ -31338,8 +31420,6 @@ import Foundation case .textEditStyle20Regular: return "ic_fluent_text_edit_style_20_regular" case .textEditStyle24Filled: return "ic_fluent_text_edit_style_24_filled" case .textEditStyle24Regular: return "ic_fluent_text_edit_style_24_regular" - default: break } - switch self { case .textEditStyle32Light: return "ic_fluent_text_edit_style_32_light" case .textEditStyleCharacterA32Filled: return "ic_fluent_text_edit_style_character_a_32_filled" case .textEditStyleCharacterA32Regular: return "ic_fluent_text_edit_style_character_a_32_regular" @@ -31412,6 +31492,8 @@ import Foundation case .textGrammarError20Regular: return "ic_fluent_text_grammar_error_20_regular" case .textGrammarLightning16Filled: return "ic_fluent_text_grammar_lightning_16_filled" case .textGrammarLightning16Regular: return "ic_fluent_text_grammar_lightning_16_regular" + default: break } + switch self { case .textGrammarLightning20Filled: return "ic_fluent_text_grammar_lightning_20_filled" case .textGrammarLightning20Regular: return "ic_fluent_text_grammar_lightning_20_regular" case .textGrammarLightning24Filled: return "ic_fluent_text_grammar_lightning_24_filled" @@ -31440,8 +31522,6 @@ import Foundation case .textHeader124Regular: return "ic_fluent_text_header_1_24_regular" case .textHeader1Lines16Filled: return "ic_fluent_text_header_1_lines_16_filled" case .textHeader1Lines16Regular: return "ic_fluent_text_header_1_lines_16_regular" - default: break } - switch self { case .textHeader1Lines20Filled: return "ic_fluent_text_header_1_lines_20_filled" case .textHeader1Lines20Regular: return "ic_fluent_text_header_1_lines_20_regular" case .textHeader1Lines24Filled: return "ic_fluent_text_header_1_lines_24_filled" @@ -31514,6 +31594,8 @@ import Foundation case .textIndentIncreaseRotate9024Regular: return "ic_fluent_text_indent_increase_rotate_90_24_regular" case .textItalic16Filled: return "ic_fluent_text_italic_16_filled" case .textItalic16Regular: return "ic_fluent_text_italic_16_regular" + default: break } + switch self { case .textItalic20Filled: return "ic_fluent_text_italic_20_filled" case .textItalic20Regular: return "ic_fluent_text_italic_20_regular" case .textItalic24Filled: return "ic_fluent_text_italic_24_filled" @@ -31542,8 +31624,6 @@ import Foundation case .textNumberListRotate27024Regular: return "ic_fluent_text_number_list_rotate_270_24_regular" case .textNumberListRotate9020Filled: return "ic_fluent_text_number_list_rotate_90_20_filled" case .textNumberListRotate9020Regular: return "ic_fluent_text_number_list_rotate_90_20_regular" - default: break } - switch self { case .textNumberListRotate9024Filled: return "ic_fluent_text_number_list_rotate_90_24_filled" case .textNumberListRotate9024Regular: return "ic_fluent_text_number_list_rotate_90_24_regular" case .textParagraph16Filled: return "ic_fluent_text_paragraph_16_filled" @@ -31616,6 +31696,8 @@ import Foundation case .textQuote20Regular: return "ic_fluent_text_quote_20_regular" case .textQuote24Filled: return "ic_fluent_text_quote_24_filled" case .textQuote24Regular: return "ic_fluent_text_quote_24_regular" + default: break } + switch self { case .textSortAscending16Filled: return "ic_fluent_text_sort_ascending_16_filled" case .textSortAscending16Regular: return "ic_fluent_text_sort_ascending_16_regular" case .textSortAscending20Filled: return "ic_fluent_text_sort_ascending_20_filled" @@ -31644,8 +31726,6 @@ import Foundation case .textSuperscript16Regular: return "ic_fluent_text_superscript_16_regular" case .textSuperscript20Filled: return "ic_fluent_text_superscript_20_filled" case .textSuperscript20Regular: return "ic_fluent_text_superscript_20_regular" - default: break } - switch self { case .textSuperscript24Filled: return "ic_fluent_text_superscript_24_filled" case .textSuperscript24Regular: return "ic_fluent_text_superscript_24_regular" case .textT12Filled: return "ic_fluent_text_t_12_filled" @@ -31718,6 +31798,8 @@ import Foundation case .textboxAlignBottomCenter24Regular: return "ic_fluent_textbox_align_bottom_center_24_regular" case .textboxAlignBottomLeft16Filled: return "ic_fluent_textbox_align_bottom_left_16_filled" case .textboxAlignBottomLeft16Regular: return "ic_fluent_textbox_align_bottom_left_16_regular" + default: break } + switch self { case .textboxAlignBottomLeft20Filled: return "ic_fluent_textbox_align_bottom_left_20_filled" case .textboxAlignBottomLeft20Regular: return "ic_fluent_textbox_align_bottom_left_20_regular" case .textboxAlignBottomLeft24Filled: return "ic_fluent_textbox_align_bottom_left_24_filled" @@ -31746,8 +31828,6 @@ import Foundation case .textboxAlignMiddle24Regular: return "ic_fluent_textbox_align_middle_24_regular" case .textboxAlignMiddleLeft16Filled: return "ic_fluent_textbox_align_middle_left_16_filled" case .textboxAlignMiddleLeft16Regular: return "ic_fluent_textbox_align_middle_left_16_regular" - default: break } - switch self { case .textboxAlignMiddleLeft20Filled: return "ic_fluent_textbox_align_middle_left_20_filled" case .textboxAlignMiddleLeft20Regular: return "ic_fluent_textbox_align_middle_left_20_regular" case .textboxAlignMiddleLeft24Filled: return "ic_fluent_textbox_align_middle_left_24_filled" @@ -31820,6 +31900,8 @@ import Foundation case .thumbLike28Filled: return "ic_fluent_thumb_like_28_filled" case .thumbLike28Regular: return "ic_fluent_thumb_like_28_regular" case .thumbLike48Filled: return "ic_fluent_thumb_like_48_filled" + default: break } + switch self { case .thumbLike48Regular: return "ic_fluent_thumb_like_48_regular" case .thumbLikeDislike16Filled: return "ic_fluent_thumb_like_dislike_16_filled" case .thumbLikeDislike16Regular: return "ic_fluent_thumb_like_dislike_16_regular" @@ -31848,8 +31930,6 @@ import Foundation case .timePicker24Filled: return "ic_fluent_time_picker_24_filled" case .timePicker24Regular: return "ic_fluent_time_picker_24_regular" case .timeline20Filled: return "ic_fluent_timeline_20_filled" - default: break } - switch self { case .timeline20Regular: return "ic_fluent_timeline_20_regular" case .timeline24Filled: return "ic_fluent_timeline_24_filled" case .timeline24Regular: return "ic_fluent_timeline_24_regular" @@ -31922,6 +32002,8 @@ import Foundation case .toolbox32Filled: return "ic_fluent_toolbox_32_filled" case .toolbox32Light: return "ic_fluent_toolbox_32_light" case .toolbox32Regular: return "ic_fluent_toolbox_32_regular" + default: break } + switch self { case .tooltipQuote20Filled: return "ic_fluent_tooltip_quote_20_filled" case .tooltipQuote20Regular: return "ic_fluent_tooltip_quote_20_regular" case .tooltipQuote24Filled: return "ic_fluent_tooltip_quote_24_filled" @@ -31950,8 +32032,6 @@ import Foundation case .translateOff24Filled: return "ic_fluent_translate_off_24_filled" case .translateOff24Regular: return "ic_fluent_translate_off_24_regular" case .transmission20Filled: return "ic_fluent_transmission_20_filled" - default: break } - switch self { case .transmission20Regular: return "ic_fluent_transmission_20_regular" case .transmission24Filled: return "ic_fluent_transmission_24_filled" case .transmission24Regular: return "ic_fluent_transmission_24_regular" @@ -32024,6 +32104,8 @@ import Foundation case .triangleUp20Filled: return "ic_fluent_triangle_up_20_filled" case .triangleUp20Regular: return "ic_fluent_triangle_up_20_regular" case .trophy16Filled: return "ic_fluent_trophy_16_filled" + default: break } + switch self { case .trophy16Regular: return "ic_fluent_trophy_16_regular" case .trophy20Filled: return "ic_fluent_trophy_20_filled" case .trophy20Regular: return "ic_fluent_trophy_20_regular" @@ -32052,8 +32134,6 @@ import Foundation case .trophyOff20Filled: return "ic_fluent_trophy_off_20_filled" case .trophyOff20Regular: return "ic_fluent_trophy_off_20_regular" case .trophyOff24Filled: return "ic_fluent_trophy_off_24_filled" - default: break } - switch self { case .trophyOff24Regular: return "ic_fluent_trophy_off_24_regular" case .trophyOff28Filled: return "ic_fluent_trophy_off_28_filled" case .trophyOff28Regular: return "ic_fluent_trophy_off_28_regular" @@ -32126,6 +32206,8 @@ import Foundation case .vehicleCab28Filled: return "ic_fluent_vehicle_cab_28_filled" case .vehicleCab28Regular: return "ic_fluent_vehicle_cab_28_regular" case .vehicleCableCar20Filled: return "ic_fluent_vehicle_cable_car_20_filled" + default: break } + switch self { case .vehicleCableCar20Regular: return "ic_fluent_vehicle_cable_car_20_regular" case .vehicleCableCar24Filled: return "ic_fluent_vehicle_cable_car_24_filled" case .vehicleCableCar24Regular: return "ic_fluent_vehicle_cable_car_24_regular" @@ -32154,8 +32236,6 @@ import Foundation case .vehicleCarCollision32Filled: return "ic_fluent_vehicle_car_collision_32_filled" case .vehicleCarCollision32Regular: return "ic_fluent_vehicle_car_collision_32_regular" case .vehicleCarCollision48Filled: return "ic_fluent_vehicle_car_collision_48_filled" - default: break } - switch self { case .vehicleCarCollision48Regular: return "ic_fluent_vehicle_car_collision_48_regular" case .vehicleCarParking16Filled: return "ic_fluent_vehicle_car_parking_16_filled" case .vehicleCarParking16Regular: return "ic_fluent_vehicle_car_parking_16_regular" @@ -32228,6 +32308,8 @@ import Foundation case .vehicleTruckProfile24Filled: return "ic_fluent_vehicle_truck_profile_24_filled" case .vehicleTruckProfile24Regular: return "ic_fluent_vehicle_truck_profile_24_regular" case .video16Filled: return "ic_fluent_video_16_filled" + default: break } + switch self { case .video16Regular: return "ic_fluent_video_16_regular" case .video20Filled: return "ic_fluent_video_20_filled" case .video20Regular: return "ic_fluent_video_20_regular" @@ -32256,8 +32338,6 @@ import Foundation case .videoBackgroundEffect20Regular: return "ic_fluent_video_background_effect_20_regular" case .videoBackgroundEffect24Filled: return "ic_fluent_video_background_effect_24_filled" case .videoBackgroundEffect24Regular: return "ic_fluent_video_background_effect_24_regular" - default: break } - switch self { case .videoBackgroundEffect28Filled: return "ic_fluent_video_background_effect_28_filled" case .videoBackgroundEffect28Regular: return "ic_fluent_video_background_effect_28_regular" case .videoBackgroundEffect32Filled: return "ic_fluent_video_background_effect_32_filled" @@ -32276,6 +32356,18 @@ 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" + case .videoBluetooth16Filled: return "ic_fluent_video_bluetooth_16_filled" + case .videoBluetooth16Regular: return "ic_fluent_video_bluetooth_16_regular" + case .videoBluetooth20Filled: return "ic_fluent_video_bluetooth_20_filled" + case .videoBluetooth20Regular: return "ic_fluent_video_bluetooth_20_regular" + case .videoBluetooth24Filled: return "ic_fluent_video_bluetooth_24_filled" + case .videoBluetooth24Regular: return "ic_fluent_video_bluetooth_24_regular" + case .videoBluetooth28Filled: return "ic_fluent_video_bluetooth_28_filled" + case .videoBluetooth28Regular: return "ic_fluent_video_bluetooth_28_regular" + case .videoBluetooth32Filled: return "ic_fluent_video_bluetooth_32_filled" + case .videoBluetooth32Regular: return "ic_fluent_video_bluetooth_32_regular" + case .videoBluetooth48Filled: return "ic_fluent_video_bluetooth_48_filled" + case .videoBluetooth48Regular: return "ic_fluent_video_bluetooth_48_regular" 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" @@ -32318,6 +32410,8 @@ import Foundation case .videoClipOptimize20Filled: return "ic_fluent_video_clip_optimize_20_filled" case .videoClipOptimize20Regular: return "ic_fluent_video_clip_optimize_20_regular" case .videoClipOptimize24Filled: return "ic_fluent_video_clip_optimize_24_filled" + default: break } + switch self { case .videoClipOptimize24Regular: return "ic_fluent_video_clip_optimize_24_regular" case .videoClipOptimize28Filled: return "ic_fluent_video_clip_optimize_28_filled" case .videoClipOptimize28Regular: return "ic_fluent_video_clip_optimize_28_regular" @@ -32358,8 +32452,6 @@ import Foundation case .videoPerson32Filled: return "ic_fluent_video_person_32_filled" case .videoPerson32Regular: return "ic_fluent_video_person_32_regular" case .videoPerson48Filled: return "ic_fluent_video_person_48_filled" - default: break } - switch self { case .videoPerson48Regular: return "ic_fluent_video_person_48_regular" case .videoPersonCall16Filled: return "ic_fluent_video_person_call_16_filled" case .videoPersonCall16Regular: return "ic_fluent_video_person_call_16_regular" @@ -32420,6 +32512,8 @@ import Foundation case .videoPlayPause24Filled: return "ic_fluent_video_play_pause_24_filled" case .videoPlayPause24Regular: return "ic_fluent_video_play_pause_24_regular" case .videoProhibited16Filled: return "ic_fluent_video_prohibited_16_filled" + default: break } + switch self { case .videoProhibited16Regular: return "ic_fluent_video_prohibited_16_regular" case .videoProhibited20Filled: return "ic_fluent_video_prohibited_20_filled" case .videoProhibited20Regular: return "ic_fluent_video_prohibited_20_regular" @@ -32439,6 +32533,18 @@ import Foundation case .videoSwitch24Regular: return "ic_fluent_video_switch_24_regular" case .videoSync20Filled: return "ic_fluent_video_sync_20_filled" case .videoSync20Regular: return "ic_fluent_video_sync_20_regular" + case .videoUsb16Filled: return "ic_fluent_video_usb_16_filled" + case .videoUsb16Regular: return "ic_fluent_video_usb_16_regular" + case .videoUsb20Filled: return "ic_fluent_video_usb_20_filled" + case .videoUsb20Regular: return "ic_fluent_video_usb_20_regular" + case .videoUsb24Filled: return "ic_fluent_video_usb_24_filled" + case .videoUsb24Regular: return "ic_fluent_video_usb_24_regular" + case .videoUsb28Filled: return "ic_fluent_video_usb_28_filled" + case .videoUsb28Regular: return "ic_fluent_video_usb_28_regular" + case .videoUsb32Filled: return "ic_fluent_video_usb_32_filled" + case .videoUsb32Regular: return "ic_fluent_video_usb_32_regular" + case .videoUsb48Filled: return "ic_fluent_video_usb_48_filled" + case .videoUsb48Regular: return "ic_fluent_video_usb_48_regular" case .viewDesktop20Filled: return "ic_fluent_view_desktop_20_filled" case .viewDesktop20Regular: return "ic_fluent_view_desktop_20_regular" case .viewDesktop24Filled: return "ic_fluent_view_desktop_24_filled" @@ -32460,8 +32566,6 @@ import Foundation case .voicemail28Filled: return "ic_fluent_voicemail_28_filled" case .voicemail28Regular: return "ic_fluent_voicemail_28_regular" case .voicemail32Filled: return "ic_fluent_voicemail_32_filled" - default: break } - switch self { case .voicemail32Regular: return "ic_fluent_voicemail_32_regular" case .voicemail48Filled: return "ic_fluent_voicemail_48_filled" case .voicemail48Regular: return "ic_fluent_voicemail_48_regular" @@ -32510,6 +32614,8 @@ import Foundation case .wallet48Filled: return "ic_fluent_wallet_48_filled" case .wallet48Regular: return "ic_fluent_wallet_48_regular" case .walletCreditCard16Filled: return "ic_fluent_wallet_credit_card_16_filled" + default: break } + switch self { case .walletCreditCard16Regular: return "ic_fluent_wallet_credit_card_16_regular" case .walletCreditCard20Filled: return "ic_fluent_wallet_credit_card_20_filled" case .walletCreditCard20Regular: return "ic_fluent_wallet_credit_card_20_regular" @@ -32562,8 +32668,6 @@ import Foundation case .washer24Filled: return "ic_fluent_washer_24_filled" case .washer24Regular: return "ic_fluent_washer_24_regular" case .washer32Filled: return "ic_fluent_washer_32_filled" - default: break } - switch self { case .washer32Regular: return "ic_fluent_washer_32_regular" case .washer48Filled: return "ic_fluent_washer_48_filled" case .washer48Regular: return "ic_fluent_washer_48_regular" @@ -32612,6 +32716,8 @@ import Foundation case .weatherHailDay24Filled: return "ic_fluent_weather_hail_day_24_filled" case .weatherHailDay24Regular: return "ic_fluent_weather_hail_day_24_regular" case .weatherHailDay48Filled: return "ic_fluent_weather_hail_day_48_filled" + default: break } + switch self { case .weatherHailDay48Regular: return "ic_fluent_weather_hail_day_48_regular" case .weatherHailNight20Filled: return "ic_fluent_weather_hail_night_20_filled" case .weatherHailNight20Regular: return "ic_fluent_weather_hail_night_20_regular" @@ -32664,8 +32770,6 @@ import Foundation case .weatherRain24Filled: return "ic_fluent_weather_rain_24_filled" case .weatherRain24Regular: return "ic_fluent_weather_rain_24_regular" case .weatherRain48Filled: return "ic_fluent_weather_rain_48_filled" - default: break } - switch self { case .weatherRain48Regular: return "ic_fluent_weather_rain_48_regular" case .weatherRainShowersDay20Filled: return "ic_fluent_weather_rain_showers_day_20_filled" case .weatherRainShowersDay20Regular: return "ic_fluent_weather_rain_showers_day_20_regular" @@ -32714,6 +32818,8 @@ import Foundation case .weatherSqualls20Filled: return "ic_fluent_weather_squalls_20_filled" case .weatherSqualls20Regular: return "ic_fluent_weather_squalls_20_regular" case .weatherSqualls24Filled: return "ic_fluent_weather_squalls_24_filled" + default: break } + switch self { case .weatherSqualls24Regular: return "ic_fluent_weather_squalls_24_regular" case .weatherSqualls48Filled: return "ic_fluent_weather_squalls_48_filled" case .weatherSqualls48Regular: return "ic_fluent_weather_squalls_48_regular" @@ -32766,8 +32872,6 @@ import Foundation case .whiteboardOff20Filled: return "ic_fluent_whiteboard_off_20_filled" case .whiteboardOff20Regular: return "ic_fluent_whiteboard_off_20_regular" case .whiteboardOff24Filled: return "ic_fluent_whiteboard_off_24_filled" - default: break } - switch self { case .whiteboardOff24Regular: return "ic_fluent_whiteboard_off_24_regular" case .wifi120Filled: return "ic_fluent_wifi_1_20_filled" case .wifi120Regular: return "ic_fluent_wifi_1_20_regular" @@ -32816,6 +32920,8 @@ import Foundation case .windowAd20Regular: return "ic_fluent_window_ad_20_regular" case .windowAd24Filled: return "ic_fluent_window_ad_24_filled" case .windowAd24Regular: return "ic_fluent_window_ad_24_regular" + default: break } + switch self { case .windowAdOff20Filled: return "ic_fluent_window_ad_off_20_filled" case .windowAdOff20Regular: return "ic_fluent_window_ad_off_20_regular" case .windowAdPerson20Filled: return "ic_fluent_window_ad_person_20_filled" @@ -32868,8 +32974,6 @@ import Foundation case .windowDevTools20Regular: return "ic_fluent_window_dev_tools_20_regular" case .windowDevTools24Filled: return "ic_fluent_window_dev_tools_24_filled" case .windowDevTools24Regular: return "ic_fluent_window_dev_tools_24_regular" - default: break } - switch self { case .windowEdit16Filled: return "ic_fluent_window_edit_16_filled" case .windowEdit16Regular: return "ic_fluent_window_edit_16_regular" case .windowEdit20Filled: return "ic_fluent_window_edit_20_filled" @@ -32918,6 +33022,8 @@ import Foundation case .windowShield16Regular: return "ic_fluent_window_shield_16_regular" case .windowShield20Filled: return "ic_fluent_window_shield_20_filled" case .windowShield20Regular: return "ic_fluent_window_shield_20_regular" + default: break } + switch self { case .windowShield24Filled: return "ic_fluent_window_shield_24_filled" case .windowShield24Regular: return "ic_fluent_window_shield_24_regular" case .windowText20Filled: return "ic_fluent_window_text_20_filled" @@ -32970,8 +33076,6 @@ import Foundation case .xboxControllerError20Filled: return "ic_fluent_xbox_controller_error_20_filled" case .xboxControllerError20Regular: return "ic_fluent_xbox_controller_error_20_regular" case .xboxControllerError24Filled: return "ic_fluent_xbox_controller_error_24_filled" - default: break } - switch self { case .xboxControllerError24Regular: return "ic_fluent_xbox_controller_error_24_regular" case .xboxControllerError32Filled: return "ic_fluent_xbox_controller_error_32_filled" case .xboxControllerError32Regular: return "ic_fluent_xbox_controller_error_32_regular" @@ -33078,6 +33182,8 @@ import Foundation case .addCircle28Regular: return ".addCircle28Regular" case .addCircle32Filled: return ".addCircle32Filled" case .addCircle32Regular: return ".addCircle32Regular" + case .addCircle48Filled: return ".addCircle48Filled" + case .addCircle48Regular: return ".addCircle48Regular" case .addSquare16Filled: return ".addSquare16Filled" case .addSquare16Regular: return ".addSquare16Regular" case .addSquare20Filled: return ".addSquare20Filled" @@ -33108,10 +33214,10 @@ import Foundation case .addSubtractCircle48Regular: return ".addSubtractCircle48Regular" case .airplane16Filled: return ".airplane16Filled" case .airplane16Regular: return ".airplane16Regular" - case .airplane20Filled: return ".airplane20Filled" - case .airplane20Regular: return ".airplane20Regular" default: break } switch self { + case .airplane20Filled: return ".airplane20Filled" + case .airplane20Regular: return ".airplane20Regular" case .airplane24Filled: return ".airplane24Filled" case .airplane24Regular: return ".airplane24Regular" case .airplane28Filled: return ".airplane28Filled" @@ -33151,6 +33257,7 @@ import Foundation case .alert28Filled: return ".alert28Filled" case .alert28Regular: return ".alert28Regular" case .alert32Filled: return ".alert32Filled" + case .alert32Light: return ".alert32Light" case .alert32Regular: return ".alert32Regular" case .alert48Filled: return ".alert48Filled" case .alert48Regular: return ".alert48Regular" @@ -33209,11 +33316,11 @@ import Foundation case .alignCenterHorizontal28Filled: return ".alignCenterHorizontal28Filled" case .alignCenterHorizontal28Regular: return ".alignCenterHorizontal28Regular" case .alignCenterHorizontal32Filled: return ".alignCenterHorizontal32Filled" + default: break } + switch self { case .alignCenterHorizontal32Regular: return ".alignCenterHorizontal32Regular" case .alignCenterHorizontal48Filled: return ".alignCenterHorizontal48Filled" case .alignCenterHorizontal48Regular: return ".alignCenterHorizontal48Regular" - default: break } - switch self { case .alignCenterVertical16Filled: return ".alignCenterVertical16Filled" case .alignCenterVertical16Regular: return ".alignCenterVertical16Regular" case .alignCenterVertical20Filled: return ".alignCenterVertical20Filled" @@ -33311,11 +33418,11 @@ import Foundation case .animalCat16Filled: return ".animalCat16Filled" case .animalCat16Regular: return ".animalCat16Regular" case .animalCat20Filled: return ".animalCat20Filled" + default: break } + switch self { case .animalCat20Regular: return ".animalCat20Regular" case .animalCat24Filled: return ".animalCat24Filled" case .animalCat24Regular: return ".animalCat24Regular" - default: break } - switch self { case .animalCat28Filled: return ".animalCat28Filled" case .animalCat28Regular: return ".animalCat28Regular" case .animalDog16Filled: return ".animalDog16Filled" @@ -33388,6 +33495,8 @@ import Foundation case .approvalsApp28Regular: return ".approvalsApp28Regular" case .approvalsApp32Filled: return ".approvalsApp32Filled" case .approvalsApp32Regular: return ".approvalsApp32Regular" + case .approvalsApp48Filled: return ".approvalsApp48Filled" + case .approvalsApp48Regular: return ".approvalsApp48Regular" case .apps16Filled: return ".apps16Filled" case .apps16Regular: return ".apps16Regular" case .apps20Filled: return ".apps20Filled" @@ -33411,13 +33520,13 @@ import Foundation case .appsList20Filled: return ".appsList20Filled" case .appsList20Regular: return ".appsList20Regular" case .appsList24Filled: return ".appsList24Filled" + default: break } + switch self { case .appsList24Regular: return ".appsList24Regular" case .appsListDetail20Filled: return ".appsListDetail20Filled" case .appsListDetail20Regular: return ".appsListDetail20Regular" case .appsListDetail24Filled: return ".appsListDetail24Filled" case .appsListDetail24Regular: return ".appsListDetail24Regular" - default: break } - switch self { case .appsSettings16Filled: return ".appsSettings16Filled" case .appsSettings16Regular: return ".appsSettings16Regular" case .appsSettings20Filled: return ".appsSettings20Filled" @@ -33513,13 +33622,13 @@ import Foundation case .arrowBidirectionalLeftRight24Filled: return ".arrowBidirectionalLeftRight24Filled" case .arrowBidirectionalLeftRight24Regular: return ".arrowBidirectionalLeftRight24Regular" case .arrowBidirectionalLeftRight28Filled: return ".arrowBidirectionalLeftRight28Filled" + default: break } + switch self { case .arrowBidirectionalLeftRight28Regular: return ".arrowBidirectionalLeftRight28Regular" case .arrowBidirectionalUpDown12Filled: return ".arrowBidirectionalUpDown12Filled" case .arrowBidirectionalUpDown12Regular: return ".arrowBidirectionalUpDown12Regular" case .arrowBidirectionalUpDown16Filled: return ".arrowBidirectionalUpDown16Filled" case .arrowBidirectionalUpDown16Regular: return ".arrowBidirectionalUpDown16Regular" - default: break } - switch self { case .arrowBidirectionalUpDown20Filled: return ".arrowBidirectionalUpDown20Filled" case .arrowBidirectionalUpDown20Regular: return ".arrowBidirectionalUpDown20Regular" case .arrowBidirectionalUpDown24Filled: return ".arrowBidirectionalUpDown24Filled" @@ -33615,13 +33724,13 @@ import Foundation case .arrowClockwise16Filled: return ".arrowClockwise16Filled" case .arrowClockwise16Regular: return ".arrowClockwise16Regular" case .arrowClockwise20Filled: return ".arrowClockwise20Filled" + default: break } + switch self { case .arrowClockwise20Regular: return ".arrowClockwise20Regular" case .arrowClockwise24Filled: return ".arrowClockwise24Filled" case .arrowClockwise24Regular: return ".arrowClockwise24Regular" case .arrowClockwise28Filled: return ".arrowClockwise28Filled" case .arrowClockwise28Regular: return ".arrowClockwise28Regular" - default: break } - switch self { case .arrowClockwise32Filled: return ".arrowClockwise32Filled" case .arrowClockwise32Light: return ".arrowClockwise32Light" case .arrowClockwise32Regular: return ".arrowClockwise32Regular" @@ -33717,13 +33826,13 @@ import Foundation case .arrowDownload32Regular: return ".arrowDownload32Regular" case .arrowDownload48Filled: return ".arrowDownload48Filled" case .arrowDownload48Regular: return ".arrowDownload48Regular" + default: break } + switch self { case .arrowDownloadOff16Filled: return ".arrowDownloadOff16Filled" case .arrowDownloadOff16Regular: return ".arrowDownloadOff16Regular" case .arrowDownloadOff20Filled: return ".arrowDownloadOff20Filled" case .arrowDownloadOff20Regular: return ".arrowDownloadOff20Regular" case .arrowDownloadOff24Filled: return ".arrowDownloadOff24Filled" - default: break } - switch self { case .arrowDownloadOff24Regular: return ".arrowDownloadOff24Regular" case .arrowDownloadOff28Filled: return ".arrowDownloadOff28Filled" case .arrowDownloadOff28Regular: return ".arrowDownloadOff28Regular" @@ -33819,13 +33928,13 @@ import Foundation case .arrowForwardDownLightning20Filled: return ".arrowForwardDownLightning20Filled" case .arrowForwardDownLightning20Regular: return ".arrowForwardDownLightning20Regular" case .arrowForwardDownLightning24Filled: return ".arrowForwardDownLightning24Filled" + default: break } + switch self { case .arrowForwardDownLightning24Regular: return ".arrowForwardDownLightning24Regular" case .arrowForwardDownPerson20Filled: return ".arrowForwardDownPerson20Filled" case .arrowForwardDownPerson20Regular: return ".arrowForwardDownPerson20Regular" case .arrowForwardDownPerson24Filled: return ".arrowForwardDownPerson24Filled" case .arrowForwardDownPerson24Regular: return ".arrowForwardDownPerson24Regular" - default: break } - switch self { case .arrowHookDownLeft16Filled: return ".arrowHookDownLeft16Filled" case .arrowHookDownLeft16Regular: return ".arrowHookDownLeft16Regular" case .arrowHookDownLeft20Filled: return ".arrowHookDownLeft20Filled" @@ -33921,13 +34030,13 @@ import Foundation case .arrowNext12Regular: return ".arrowNext12Regular" case .arrowNext16Filled: return ".arrowNext16Filled" case .arrowNext16Regular: return ".arrowNext16Regular" + default: break } + switch self { case .arrowNext20Filled: return ".arrowNext20Filled" case .arrowNext20Regular: return ".arrowNext20Regular" case .arrowNext24Filled: return ".arrowNext24Filled" case .arrowNext24Regular: return ".arrowNext24Regular" case .arrowOutlineDownLeft16Filled: return ".arrowOutlineDownLeft16Filled" - default: break } - switch self { case .arrowOutlineDownLeft16Regular: return ".arrowOutlineDownLeft16Regular" case .arrowOutlineDownLeft20Filled: return ".arrowOutlineDownLeft20Filled" case .arrowOutlineDownLeft20Regular: return ".arrowOutlineDownLeft20Regular" @@ -34023,13 +34132,13 @@ import Foundation case .arrowReplyDown20Filled: return ".arrowReplyDown20Filled" case .arrowReplyDown20Regular: return ".arrowReplyDown20Regular" case .arrowReplyDown24Filled: return ".arrowReplyDown24Filled" + default: break } + switch self { case .arrowReplyDown24Regular: return ".arrowReplyDown24Regular" case .arrowReset20Filled: return ".arrowReset20Filled" case .arrowReset20Regular: return ".arrowReset20Regular" case .arrowReset24Filled: return ".arrowReset24Filled" case .arrowReset24Regular: return ".arrowReset24Regular" - default: break } - switch self { case .arrowReset32Filled: return ".arrowReset32Filled" case .arrowReset32Regular: return ".arrowReset32Regular" case .arrowReset48Filled: return ".arrowReset48Filled" @@ -34125,13 +34234,13 @@ import Foundation case .arrowSplit16Filled: return ".arrowSplit16Filled" case .arrowSplit16Regular: return ".arrowSplit16Regular" case .arrowSplit20Filled: return ".arrowSplit20Filled" + default: break } + switch self { case .arrowSplit20Regular: return ".arrowSplit20Regular" case .arrowSplit24Filled: return ".arrowSplit24Filled" case .arrowSplit24Regular: return ".arrowSplit24Regular" case .arrowSprint16Filled: return ".arrowSprint16Filled" case .arrowSprint16Regular: return ".arrowSprint16Regular" - default: break } - switch self { case .arrowSprint20Filled: return ".arrowSprint20Filled" case .arrowSprint20Regular: return ".arrowSprint20Regular" case .arrowSquareDown20Filled: return ".arrowSquareDown20Filled" @@ -34227,13 +34336,13 @@ import Foundation case .arrowSyncCircle28Filled: return ".arrowSyncCircle28Filled" case .arrowSyncCircle28Regular: return ".arrowSyncCircle28Regular" case .arrowSyncCircle32Filled: return ".arrowSyncCircle32Filled" + default: break } + switch self { case .arrowSyncCircle32Regular: return ".arrowSyncCircle32Regular" case .arrowSyncCircle48Filled: return ".arrowSyncCircle48Filled" case .arrowSyncCircle48Regular: return ".arrowSyncCircle48Regular" case .arrowSyncDismiss20Filled: return ".arrowSyncDismiss20Filled" case .arrowSyncDismiss20Regular: return ".arrowSyncDismiss20Regular" - default: break } - switch self { case .arrowSyncDismiss24Filled: return ".arrowSyncDismiss24Filled" case .arrowSyncDismiss24Regular: return ".arrowSyncDismiss24Regular" case .arrowSyncOff12Filled: return ".arrowSyncOff12Filled" @@ -34329,13 +34438,13 @@ import Foundation case .arrowTurnRightUp48Filled: return ".arrowTurnRightUp48Filled" case .arrowTurnRightUp48Regular: return ".arrowTurnRightUp48Regular" case .arrowTurnUpDown20Filled: return ".arrowTurnUpDown20Filled" + default: break } + switch self { case .arrowTurnUpDown20Regular: return ".arrowTurnUpDown20Regular" case .arrowTurnUpDown48Filled: return ".arrowTurnUpDown48Filled" case .arrowTurnUpDown48Regular: return ".arrowTurnUpDown48Regular" case .arrowTurnUpLeft20Filled: return ".arrowTurnUpLeft20Filled" case .arrowTurnUpLeft20Regular: return ".arrowTurnUpLeft20Regular" - default: break } - switch self { case .arrowTurnUpLeft48Filled: return ".arrowTurnUpLeft48Filled" case .arrowTurnUpLeft48Regular: return ".arrowTurnUpLeft48Regular" case .arrowUndo16Filled: return ".arrowUndo16Filled" @@ -34431,13 +34540,13 @@ import Foundation case .autoFit32Light: return ".autoFit32Light" case .autoFitHeight20Filled: return ".autoFitHeight20Filled" case .autoFitHeight20Regular: return ".autoFitHeight20Regular" + default: break } + switch self { case .autoFitHeight24Filled: return ".autoFitHeight24Filled" case .autoFitHeight24Regular: return ".autoFitHeight24Regular" case .autoFitWidth20Filled: return ".autoFitWidth20Filled" case .autoFitWidth20Regular: return ".autoFitWidth20Regular" case .autoFitWidth24Filled: return ".autoFitWidth24Filled" - default: break } - switch self { case .autoFitWidth24Regular: return ".autoFitWidth24Regular" case .autocorrect20Filled: return ".autocorrect20Filled" case .autocorrect20Regular: return ".autocorrect20Regular" @@ -34533,13 +34642,13 @@ import Foundation case .battery320Filled: return ".battery320Filled" case .battery320Regular: return ".battery320Regular" case .battery324Filled: return ".battery324Filled" + default: break } + switch self { case .battery324Regular: return ".battery324Regular" case .battery328Filled: return ".battery328Filled" case .battery328Regular: return ".battery328Regular" case .battery332Filled: return ".battery332Filled" case .battery332Regular: return ".battery332Regular" - default: break } - switch self { case .battery420Filled: return ".battery420Filled" case .battery420Regular: return ".battery420Regular" case .battery424Filled: return ".battery424Filled" @@ -34635,13 +34744,13 @@ import Foundation case .beakerDismiss20Filled: return ".beakerDismiss20Filled" case .beakerDismiss20Regular: return ".beakerDismiss20Regular" case .beakerDismiss24Filled: return ".beakerDismiss24Filled" + default: break } + switch self { case .beakerDismiss24Regular: return ".beakerDismiss24Regular" case .beakerEdit20Filled: return ".beakerEdit20Filled" case .beakerEdit20Regular: return ".beakerEdit20Regular" case .beakerEdit24Filled: return ".beakerEdit24Filled" case .beakerEdit24Regular: return ".beakerEdit24Regular" - default: break } - switch self { case .beakerEmpty16Filled: return ".beakerEmpty16Filled" case .beakerEmpty16Regular: return ".beakerEmpty16Regular" case .beakerOff20Filled: return ".beakerOff20Filled" @@ -34737,13 +34846,13 @@ import Foundation case .boardHeart24Filled: return ".boardHeart24Filled" case .boardHeart24Regular: return ".boardHeart24Regular" case .boardSplit16Filled: return ".boardSplit16Filled" + default: break } + switch self { case .boardSplit16Regular: return ".boardSplit16Regular" case .boardSplit20Filled: return ".boardSplit20Filled" case .boardSplit20Regular: return ".boardSplit20Regular" case .boardSplit24Filled: return ".boardSplit24Filled" case .boardSplit24Regular: return ".boardSplit24Regular" - default: break } - switch self { case .boardSplit28Filled: return ".boardSplit28Filled" case .boardSplit28Regular: return ".boardSplit28Regular" case .boardSplit48Filled: return ".boardSplit48Filled" @@ -34839,13 +34948,13 @@ import Foundation case .bookOpen32Regular: return ".bookOpen32Regular" case .bookOpen48Filled: return ".bookOpen48Filled" case .bookOpen48Regular: return ".bookOpen48Regular" + default: break } + switch self { case .bookOpenGlobe20Filled: return ".bookOpenGlobe20Filled" case .bookOpenGlobe20Regular: return ".bookOpenGlobe20Regular" case .bookOpenGlobe24Filled: return ".bookOpenGlobe24Filled" case .bookOpenGlobe24Regular: return ".bookOpenGlobe24Regular" case .bookOpenMicrophone20Filled: return ".bookOpenMicrophone20Filled" - default: break } - switch self { case .bookOpenMicrophone20Regular: return ".bookOpenMicrophone20Regular" case .bookOpenMicrophone24Filled: return ".bookOpenMicrophone24Filled" case .bookOpenMicrophone24Regular: return ".bookOpenMicrophone24Regular" @@ -34941,13 +35050,13 @@ import Foundation case .borderInside20Regular: return ".borderInside20Regular" case .borderInside24Filled: return ".borderInside24Filled" case .borderInside24Regular: return ".borderInside24Regular" + default: break } + switch self { case .borderLeft20Filled: return ".borderLeft20Filled" case .borderLeft20Regular: return ".borderLeft20Regular" case .borderLeft24Filled: return ".borderLeft24Filled" case .borderLeft24Regular: return ".borderLeft24Regular" case .borderLeftRight20Filled: return ".borderLeftRight20Filled" - default: break } - switch self { case .borderLeftRight20Regular: return ".borderLeftRight20Regular" case .borderLeftRight24Filled: return ".borderLeftRight24Filled" case .borderLeftRight24Regular: return ".borderLeftRight24Regular" @@ -35043,13 +35152,13 @@ import Foundation case .boxMultiple20Regular: return ".boxMultiple20Regular" case .boxMultiple24Filled: return ".boxMultiple24Filled" case .boxMultiple24Regular: return ".boxMultiple24Regular" + default: break } + switch self { case .boxMultipleArrowLeft20Filled: return ".boxMultipleArrowLeft20Filled" case .boxMultipleArrowLeft20Regular: return ".boxMultipleArrowLeft20Regular" case .boxMultipleArrowLeft24Filled: return ".boxMultipleArrowLeft24Filled" case .boxMultipleArrowLeft24Regular: return ".boxMultipleArrowLeft24Regular" case .boxMultipleArrowRight20Filled: return ".boxMultipleArrowRight20Filled" - default: break } - switch self { case .boxMultipleArrowRight20Regular: return ".boxMultipleArrowRight20Regular" case .boxMultipleArrowRight24Filled: return ".boxMultipleArrowRight24Filled" case .boxMultipleArrowRight24Regular: return ".boxMultipleArrowRight24Regular" @@ -35145,13 +35254,13 @@ import Foundation case .briefcase20Filled: return ".briefcase20Filled" case .briefcase20Regular: return ".briefcase20Regular" case .briefcase24Filled: return ".briefcase24Filled" + default: break } + switch self { case .briefcase24Regular: return ".briefcase24Regular" case .briefcase28Filled: return ".briefcase28Filled" case .briefcase28Regular: return ".briefcase28Regular" case .briefcase32Filled: return ".briefcase32Filled" case .briefcase32Regular: return ".briefcase32Regular" - default: break } - switch self { case .briefcase48Filled: return ".briefcase48Filled" case .briefcase48Regular: return ".briefcase48Regular" case .briefcaseMedical16Filled: return ".briefcaseMedical16Filled" @@ -35247,13 +35356,13 @@ import Foundation case .buildingBank16Regular: return ".buildingBank16Regular" case .buildingBank20Filled: return ".buildingBank20Filled" case .buildingBank20Regular: return ".buildingBank20Regular" + default: break } + switch self { case .buildingBank24Filled: return ".buildingBank24Filled" case .buildingBank24Regular: return ".buildingBank24Regular" case .buildingBank28Filled: return ".buildingBank28Filled" case .buildingBank28Regular: return ".buildingBank28Regular" case .buildingBank48Filled: return ".buildingBank48Filled" - default: break } - switch self { case .buildingBank48Regular: return ".buildingBank48Regular" case .buildingBankLink16Filled: return ".buildingBankLink16Filled" case .buildingBankLink16Regular: return ".buildingBankLink16Regular" @@ -35349,13 +35458,13 @@ import Foundation case .buildingPeople20Regular: return ".buildingPeople20Regular" case .buildingPeople24Filled: return ".buildingPeople24Filled" case .buildingPeople24Regular: return ".buildingPeople24Regular" + default: break } + switch self { case .buildingRetail20Filled: return ".buildingRetail20Filled" case .buildingRetail20Regular: return ".buildingRetail20Regular" case .buildingRetail24Filled: return ".buildingRetail24Filled" case .buildingRetail24Regular: return ".buildingRetail24Regular" case .buildingRetailMoney20Filled: return ".buildingRetailMoney20Filled" - default: break } - switch self { case .buildingRetailMoney20Regular: return ".buildingRetailMoney20Regular" case .buildingRetailMoney24Filled: return ".buildingRetailMoney24Filled" case .buildingRetailMoney24Regular: return ".buildingRetailMoney24Regular" @@ -35451,13 +35560,13 @@ import Foundation case .calendarAdd24Filled: return ".calendarAdd24Filled" case .calendarAdd24Regular: return ".calendarAdd24Regular" case .calendarAdd28Filled: return ".calendarAdd28Filled" + default: break } + switch self { case .calendarAdd28Regular: return ".calendarAdd28Regular" case .calendarAgenda20Filled: return ".calendarAgenda20Filled" case .calendarAgenda20Regular: return ".calendarAgenda20Regular" case .calendarAgenda24Filled: return ".calendarAgenda24Filled" case .calendarAgenda24Regular: return ".calendarAgenda24Regular" - default: break } - switch self { case .calendarAgenda28Filled: return ".calendarAgenda28Filled" case .calendarAgenda28Regular: return ".calendarAgenda28Regular" case .calendarArrowCounterclockwise16Filled: return ".calendarArrowCounterclockwise16Filled" @@ -35553,13 +35662,13 @@ import Foundation case .calendarEdit16Regular: return ".calendarEdit16Regular" case .calendarEdit20Filled: return ".calendarEdit20Filled" case .calendarEdit20Regular: return ".calendarEdit20Regular" + default: break } + switch self { case .calendarEdit24Filled: return ".calendarEdit24Filled" case .calendarEdit24Regular: return ".calendarEdit24Regular" case .calendarEdit32Filled: return ".calendarEdit32Filled" case .calendarEdit32Light: return ".calendarEdit32Light" case .calendarEdit32Regular: return ".calendarEdit32Regular" - default: break } - switch self { case .calendarEmpty16Filled: return ".calendarEmpty16Filled" case .calendarEmpty16Regular: return ".calendarEmpty16Regular" case .calendarEmpty20Filled: return ".calendarEmpty20Filled" @@ -35655,13 +35764,13 @@ import Foundation case .calendarPlay20Filled: return ".calendarPlay20Filled" case .calendarPlay20Regular: return ".calendarPlay20Regular" case .calendarPlay24Filled: return ".calendarPlay24Filled" + default: break } + switch self { case .calendarPlay24Regular: return ".calendarPlay24Regular" case .calendarPlay28Filled: return ".calendarPlay28Filled" case .calendarPlay28Regular: return ".calendarPlay28Regular" case .calendarQuestionMark16Filled: return ".calendarQuestionMark16Filled" case .calendarQuestionMark16Regular: return ".calendarQuestionMark16Regular" - default: break } - switch self { case .calendarQuestionMark20Filled: return ".calendarQuestionMark20Filled" case .calendarQuestionMark20Regular: return ".calendarQuestionMark20Regular" case .calendarQuestionMark24Filled: return ".calendarQuestionMark24Filled" @@ -35757,13 +35866,13 @@ import Foundation case .calendarTodo32Light: return ".calendarTodo32Light" case .calendarToolbox20Filled: return ".calendarToolbox20Filled" case .calendarToolbox20Regular: return ".calendarToolbox20Regular" + default: break } + switch self { case .calendarToolbox24Filled: return ".calendarToolbox24Filled" case .calendarToolbox24Regular: return ".calendarToolbox24Regular" case .calendarVideo20Filled: return ".calendarVideo20Filled" case .calendarVideo20Regular: return ".calendarVideo20Regular" case .calendarVideo24Filled: return ".calendarVideo24Filled" - default: break } - switch self { case .calendarVideo24Regular: return ".calendarVideo24Regular" case .calendarVideo28Filled: return ".calendarVideo28Filled" case .calendarVideo28Regular: return ".calendarVideo28Regular" @@ -35859,13 +35968,13 @@ import Foundation case .callMissed12Filled: return ".callMissed12Filled" case .callMissed12Regular: return ".callMissed12Regular" case .callMissed16Filled: return ".callMissed16Filled" + default: break } + switch self { case .callMissed16Regular: return ".callMissed16Regular" case .callMissed20Filled: return ".callMissed20Filled" case .callMissed20Regular: return ".callMissed20Regular" case .callMissed24Filled: return ".callMissed24Filled" case .callMissed24Regular: return ".callMissed24Regular" - default: break } - switch self { case .callMissed28Filled: return ".callMissed28Filled" case .callMissed28Regular: return ".callMissed28Regular" case .callMissed48Filled: return ".callMissed48Filled" @@ -35961,13 +36070,13 @@ import Foundation case .cameraEdit20Filled: return ".cameraEdit20Filled" case .cameraEdit20Regular: return ".cameraEdit20Regular" case .cameraOff16Filled: return ".cameraOff16Filled" + default: break } + switch self { case .cameraOff16Regular: return ".cameraOff16Regular" case .cameraOff20Filled: return ".cameraOff20Filled" case .cameraOff20Regular: return ".cameraOff20Regular" case .cameraOff24Filled: return ".cameraOff24Filled" case .cameraOff24Regular: return ".cameraOff24Regular" - default: break } - switch self { case .cameraSparkles16Filled: return ".cameraSparkles16Filled" case .cameraSparkles16Regular: return ".cameraSparkles16Regular" case .cameraSparkles20Filled: return ".cameraSparkles20Filled" @@ -36063,13 +36172,13 @@ import Foundation case .cellular4G24Filled: return ".cellular4G24Filled" case .cellular4G24Regular: return ".cellular4G24Regular" case .cellular5G20Filled: return ".cellular5G20Filled" + default: break } + switch self { case .cellular5G20Regular: return ".cellular5G20Regular" case .cellular5G24Filled: return ".cellular5G24Filled" case .cellular5G24Regular: return ".cellular5G24Regular" case .cellularData120Filled: return ".cellularData120Filled" case .cellularData120Regular: return ".cellularData120Regular" - default: break } - switch self { case .cellularData124Filled: return ".cellularData124Filled" case .cellularData124Regular: return ".cellularData124Regular" case .cellularData220Filled: return ".cellularData220Filled" @@ -36165,13 +36274,13 @@ import Foundation case .channelShare12Filled: return ".channelShare12Filled" case .channelShare12Regular: return ".channelShare12Regular" case .channelShare16Filled: return ".channelShare16Filled" + default: break } + switch self { case .channelShare16Regular: return ".channelShare16Regular" case .channelShare20Filled: return ".channelShare20Filled" case .channelShare20Regular: return ".channelShare20Regular" case .channelShare24Filled: return ".channelShare24Filled" case .channelShare24Regular: return ".channelShare24Regular" - default: break } - switch self { case .channelShare28Filled: return ".channelShare28Filled" case .channelShare28Regular: return ".channelShare28Regular" case .channelShare48Filled: return ".channelShare48Filled" @@ -36267,13 +36376,13 @@ import Foundation case .chatDismiss16Regular: return ".chatDismiss16Regular" case .chatDismiss20Filled: return ".chatDismiss20Filled" case .chatDismiss20Regular: return ".chatDismiss20Regular" + default: break } + switch self { case .chatDismiss24Filled: return ".chatDismiss24Filled" case .chatDismiss24Regular: return ".chatDismiss24Regular" case .chatEmpty12Filled: return ".chatEmpty12Filled" case .chatEmpty12Regular: return ".chatEmpty12Regular" case .chatEmpty16Filled: return ".chatEmpty16Filled" - default: break } - switch self { case .chatEmpty16Regular: return ".chatEmpty16Regular" case .chatEmpty20Filled: return ".chatEmpty20Filled" case .chatEmpty20Regular: return ".chatEmpty20Regular" @@ -36369,13 +36478,13 @@ import Foundation case .checkboxArrowRight24Regular: return ".checkboxArrowRight24Regular" case .checkboxChecked16Filled: return ".checkboxChecked16Filled" case .checkboxChecked16Regular: return ".checkboxChecked16Regular" + default: break } + switch self { case .checkboxChecked20Filled: return ".checkboxChecked20Filled" case .checkboxChecked20Regular: return ".checkboxChecked20Regular" case .checkboxChecked24Filled: return ".checkboxChecked24Filled" case .checkboxChecked24Regular: return ".checkboxChecked24Regular" case .checkboxCheckedSync16Filled: return ".checkboxCheckedSync16Filled" - default: break } - switch self { case .checkboxCheckedSync16Regular: return ".checkboxCheckedSync16Regular" case .checkboxCheckedSync20Filled: return ".checkboxCheckedSync20Filled" case .checkboxCheckedSync20Regular: return ".checkboxCheckedSync20Regular" @@ -36471,13 +36580,13 @@ import Foundation case .chess20Regular: return ".chess20Regular" case .chevronCircleDown12Filled: return ".chevronCircleDown12Filled" case .chevronCircleDown12Regular: return ".chevronCircleDown12Regular" + default: break } + switch self { case .chevronCircleDown16Filled: return ".chevronCircleDown16Filled" case .chevronCircleDown16Regular: return ".chevronCircleDown16Regular" case .chevronCircleDown20Filled: return ".chevronCircleDown20Filled" case .chevronCircleDown20Regular: return ".chevronCircleDown20Regular" case .chevronCircleDown24Filled: return ".chevronCircleDown24Filled" - default: break } - switch self { case .chevronCircleDown24Regular: return ".chevronCircleDown24Regular" case .chevronCircleDown28Filled: return ".chevronCircleDown28Filled" case .chevronCircleDown28Regular: return ".chevronCircleDown28Regular" @@ -36573,13 +36682,13 @@ import Foundation case .chevronLeft24Regular: return ".chevronLeft24Regular" case .chevronLeft28Filled: return ".chevronLeft28Filled" case .chevronLeft28Regular: return ".chevronLeft28Regular" + default: break } + switch self { case .chevronLeft32Filled: return ".chevronLeft32Filled" case .chevronLeft32Regular: return ".chevronLeft32Regular" case .chevronLeft48Filled: return ".chevronLeft48Filled" case .chevronLeft48Regular: return ".chevronLeft48Regular" case .chevronRight12Filled: return ".chevronRight12Filled" - default: break } - switch self { case .chevronRight12Regular: return ".chevronRight12Regular" case .chevronRight16Filled: return ".chevronRight16Filled" case .chevronRight16Regular: return ".chevronRight16Regular" @@ -36675,13 +36784,13 @@ import Foundation case .circleLine24Regular: return ".circleLine24Regular" case .circleMultipleSubtractCheckmark20Filled: return ".circleMultipleSubtractCheckmark20Filled" case .circleMultipleSubtractCheckmark20Regular: return ".circleMultipleSubtractCheckmark20Regular" + default: break } + switch self { case .circleOff16Filled: return ".circleOff16Filled" case .circleOff16Regular: return ".circleOff16Regular" case .circleOff20Filled: return ".circleOff20Filled" case .circleOff20Regular: return ".circleOff20Regular" case .circleShadow20Filled: return ".circleShadow20Filled" - default: break } - switch self { case .circleShadow20Regular: return ".circleShadow20Regular" case .circleShadow24Filled: return ".circleShadow24Filled" case .circleShadow24Regular: return ".circleShadow24Regular" @@ -36777,13 +36886,13 @@ import Foundation case .clipboardDataBar32Filled: return ".clipboardDataBar32Filled" case .clipboardDataBar32Regular: return ".clipboardDataBar32Regular" case .clipboardDay16Filled: return ".clipboardDay16Filled" + default: break } + switch self { case .clipboardDay16Regular: return ".clipboardDay16Regular" case .clipboardDay20Filled: return ".clipboardDay20Filled" case .clipboardDay20Regular: return ".clipboardDay20Regular" case .clipboardDay24Filled: return ".clipboardDay24Filled" case .clipboardDay24Regular: return ".clipboardDay24Regular" - default: break } - switch self { case .clipboardEdit20Filled: return ".clipboardEdit20Filled" case .clipboardEdit20Regular: return ".clipboardEdit20Regular" case .clipboardError16Filled: return ".clipboardError16Filled" @@ -36879,13 +36988,13 @@ import Foundation case .clipboardTaskAdd20Regular: return ".clipboardTaskAdd20Regular" case .clipboardTaskAdd24Filled: return ".clipboardTaskAdd24Filled" case .clipboardTaskAdd24Regular: return ".clipboardTaskAdd24Regular" + default: break } + switch self { case .clipboardTaskList16Filled: return ".clipboardTaskList16Filled" case .clipboardTaskList16Regular: return ".clipboardTaskList16Regular" case .clipboardTaskList20Filled: return ".clipboardTaskList20Filled" case .clipboardTaskList20Regular: return ".clipboardTaskList20Regular" case .clipboardTaskList24Filled: return ".clipboardTaskList24Filled" - default: break } - switch self { case .clipboardTaskList24Regular: return ".clipboardTaskList24Regular" case .clipboardText32Filled: return ".clipboardText32Filled" case .clipboardText32Regular: return ".clipboardText32Regular" @@ -36895,6 +37004,8 @@ import Foundation case .clipboardTextEdit24Regular: return ".clipboardTextEdit24Regular" case .clipboardTextEdit32Filled: return ".clipboardTextEdit32Filled" case .clipboardTextEdit32Regular: return ".clipboardTextEdit32Regular" + case .clipboardTextEdit48Filled: return ".clipboardTextEdit48Filled" + case .clipboardTextEdit48Regular: return ".clipboardTextEdit48Regular" case .clock12Filled: return ".clock12Filled" case .clock12Regular: return ".clock12Regular" case .clock16Filled: return ".clock16Filled" @@ -36979,6 +37090,8 @@ import Foundation case .cloud20Regular: return ".cloud20Regular" case .cloud24Filled: return ".cloud24Filled" case .cloud24Regular: return ".cloud24Regular" + default: break } + switch self { case .cloud28Filled: return ".cloud28Filled" case .cloud28Regular: return ".cloud28Regular" case .cloud32Filled: return ".cloud32Filled" @@ -36986,8 +37099,6 @@ import Foundation case .cloud48Filled: return ".cloud48Filled" case .cloud48Regular: return ".cloud48Regular" case .cloudAdd16Filled: return ".cloudAdd16Filled" - default: break } - switch self { case .cloudAdd16Regular: return ".cloudAdd16Regular" case .cloudAdd20Filled: return ".cloudAdd20Filled" case .cloudAdd20Regular: return ".cloudAdd20Regular" @@ -37081,6 +37192,8 @@ import Foundation case .cloudDesktop20Regular: return ".cloudDesktop20Regular" case .cloudDismiss16Filled: return ".cloudDismiss16Filled" case .cloudDismiss16Regular: return ".cloudDismiss16Regular" + default: break } + switch self { case .cloudDismiss20Filled: return ".cloudDismiss20Filled" case .cloudDismiss20Regular: return ".cloudDismiss20Regular" case .cloudDismiss24Filled: return ".cloudDismiss24Filled" @@ -37088,8 +37201,6 @@ import Foundation case .cloudDismiss28Filled: return ".cloudDismiss28Filled" case .cloudDismiss28Regular: return ".cloudDismiss28Regular" case .cloudDismiss32Filled: return ".cloudDismiss32Filled" - default: break } - switch self { case .cloudDismiss32Regular: return ".cloudDismiss32Regular" case .cloudDismiss48Filled: return ".cloudDismiss48Filled" case .cloudDismiss48Regular: return ".cloudDismiss48Regular" @@ -37183,6 +37294,8 @@ import Foundation case .codeBlock16Regular: return ".codeBlock16Regular" case .codeBlock20Filled: return ".codeBlock20Filled" case .codeBlock20Regular: return ".codeBlock20Regular" + default: break } + switch self { case .codeBlock24Filled: return ".codeBlock24Filled" case .codeBlock24Regular: return ".codeBlock24Regular" case .codeBlock28Filled: return ".codeBlock28Filled" @@ -37190,8 +37303,6 @@ import Foundation case .codeBlock32Filled: return ".codeBlock32Filled" case .codeBlock32Regular: return ".codeBlock32Regular" case .codeBlock48Filled: return ".codeBlock48Filled" - default: break } - switch self { case .codeBlock48Regular: return ".codeBlock48Regular" case .codeCircle20Filled: return ".codeCircle20Filled" case .codeCircle20Regular: return ".codeCircle20Regular" @@ -37285,6 +37396,8 @@ import Foundation case .colorFillAccent28Regular: return ".colorFillAccent28Regular" case .colorFillAccent32Light: return ".colorFillAccent32Light" case .colorLine16Filled: return ".colorLine16Filled" + default: break } + switch self { case .colorLine16Regular: return ".colorLine16Regular" case .colorLine20Filled: return ".colorLine20Filled" case .colorLine20Regular: return ".colorLine20Regular" @@ -37292,8 +37405,6 @@ import Foundation case .colorLine24Regular: return ".colorLine24Regular" case .colorLineAccent16Regular: return ".colorLineAccent16Regular" case .colorLineAccent20Regular: return ".colorLineAccent20Regular" - default: break } - switch self { case .colorLineAccent24Regular: return ".colorLineAccent24Regular" case .column20Filled: return ".column20Filled" case .column20Regular: return ".column20Regular" @@ -37387,6 +37498,8 @@ import Foundation case .commentCheckmark20Regular: return ".commentCheckmark20Regular" case .commentCheckmark24Filled: return ".commentCheckmark24Filled" case .commentCheckmark24Regular: return ".commentCheckmark24Regular" + default: break } + switch self { case .commentCheckmark28Filled: return ".commentCheckmark28Filled" case .commentCheckmark28Regular: return ".commentCheckmark28Regular" case .commentCheckmark48Filled: return ".commentCheckmark48Filled" @@ -37394,8 +37507,6 @@ import Foundation case .commentDismiss20Filled: return ".commentDismiss20Filled" case .commentDismiss20Regular: return ".commentDismiss20Regular" case .commentDismiss24Filled: return ".commentDismiss24Filled" - default: break } - switch self { case .commentDismiss24Regular: return ".commentDismiss24Regular" case .commentEdit16Filled: return ".commentEdit16Filled" case .commentEdit16Regular: return ".commentEdit16Regular" @@ -37489,6 +37600,8 @@ import Foundation case .communicationShield24Regular: return ".communicationShield24Regular" case .compassNorthwest16Filled: return ".compassNorthwest16Filled" case .compassNorthwest16Regular: return ".compassNorthwest16Regular" + default: break } + switch self { case .compassNorthwest20Filled: return ".compassNorthwest20Filled" case .compassNorthwest20Regular: return ".compassNorthwest20Regular" case .compassNorthwest24Filled: return ".compassNorthwest24Filled" @@ -37496,8 +37609,6 @@ import Foundation case .compassNorthwest28Filled: return ".compassNorthwest28Filled" case .compassNorthwest28Regular: return ".compassNorthwest28Regular" case .component2DoubleTapSwipeDown24Filled: return ".component2DoubleTapSwipeDown24Filled" - default: break } - switch self { case .component2DoubleTapSwipeDown24Regular: return ".component2DoubleTapSwipeDown24Regular" case .component2DoubleTapSwipeUp24Filled: return ".component2DoubleTapSwipeUp24Filled" case .component2DoubleTapSwipeUp24Regular: return ".component2DoubleTapSwipeUp24Regular" @@ -37591,6 +37702,8 @@ import Foundation case .contentView24Filled: return ".contentView24Filled" case .contentView24Regular: return ".contentView24Regular" case .contentView28Filled: return ".contentView28Filled" + default: break } + switch self { case .contentView28Regular: return ".contentView28Regular" case .contentView32Filled: return ".contentView32Filled" case .contentView32Regular: return ".contentView32Regular" @@ -37598,8 +37711,6 @@ import Foundation case .contentViewGallery16Regular: return ".contentViewGallery16Regular" case .contentViewGallery20Filled: return ".contentViewGallery20Filled" case .contentViewGallery20Regular: return ".contentViewGallery20Regular" - default: break } - switch self { case .contentViewGallery24Filled: return ".contentViewGallery24Filled" case .contentViewGallery24Regular: return ".contentViewGallery24Regular" case .contentViewGallery28Filled: return ".contentViewGallery28Filled" @@ -37693,6 +37804,8 @@ import Foundation case .creditCardClock20Regular: return ".creditCardClock20Regular" case .creditCardClock24Filled: return ".creditCardClock24Filled" case .creditCardClock24Regular: return ".creditCardClock24Regular" + default: break } + switch self { case .creditCardClock28Filled: return ".creditCardClock28Filled" case .creditCardClock28Regular: return ".creditCardClock28Regular" case .creditCardClock32Filled: return ".creditCardClock32Filled" @@ -37700,8 +37813,6 @@ import Foundation case .creditCardPerson20Filled: return ".creditCardPerson20Filled" case .creditCardPerson20Regular: return ".creditCardPerson20Regular" case .creditCardPerson24Filled: return ".creditCardPerson24Filled" - default: break } - switch self { case .creditCardPerson24Regular: return ".creditCardPerson24Regular" case .creditCardToolbox20Filled: return ".creditCardToolbox20Filled" case .creditCardToolbox20Regular: return ".creditCardToolbox20Regular" @@ -37795,6 +37906,8 @@ import Foundation case .currencyDollarRupee20Filled: return ".currencyDollarRupee20Filled" case .currencyDollarRupee20Regular: return ".currencyDollarRupee20Regular" case .currencyDollarRupee24Filled: return ".currencyDollarRupee24Filled" + default: break } + switch self { case .currencyDollarRupee24Regular: return ".currencyDollarRupee24Regular" case .cursor16Filled: return ".cursor16Filled" case .cursor16Regular: return ".cursor16Regular" @@ -37802,8 +37915,6 @@ import Foundation case .cursor20Regular: return ".cursor20Regular" case .cursor24Filled: return ".cursor24Filled" case .cursor24Regular: return ".cursor24Regular" - default: break } - switch self { case .cursor28Filled: return ".cursor28Filled" case .cursor28Regular: return ".cursor28Regular" case .cursor32Filled: return ".cursor32Filled" @@ -37897,6 +38008,8 @@ import Foundation case .dataFunnel24Regular: return ".dataFunnel24Regular" case .dataHistogram16Filled: return ".dataHistogram16Filled" case .dataHistogram16Regular: return ".dataHistogram16Regular" + default: break } + switch self { case .dataHistogram20Filled: return ".dataHistogram20Filled" case .dataHistogram20Regular: return ".dataHistogram20Regular" case .dataHistogram24Filled: return ".dataHistogram24Filled" @@ -37904,8 +38017,6 @@ import Foundation case .dataLine20Filled: return ".dataLine20Filled" case .dataLine20Regular: return ".dataLine20Regular" case .dataLine24Filled: return ".dataLine24Filled" - default: break } - switch self { case .dataLine24Regular: return ".dataLine24Regular" case .dataPie16Filled: return ".dataPie16Filled" case .dataPie16Regular: return ".dataPie16Regular" @@ -37999,6 +38110,8 @@ import Foundation case .databaseMultiple32Regular: return ".databaseMultiple32Regular" case .databasePerson20Filled: return ".databasePerson20Filled" case .databasePerson20Regular: return ".databasePerson20Regular" + default: break } + switch self { case .databasePerson24Filled: return ".databasePerson24Filled" case .databasePerson24Regular: return ".databasePerson24Regular" case .databasePlugConnected20Filled: return ".databasePlugConnected20Filled" @@ -38006,8 +38119,6 @@ import Foundation case .databaseSearch20Filled: return ".databaseSearch20Filled" case .databaseSearch20Regular: return ".databaseSearch20Regular" case .databaseSearch24Filled: return ".databaseSearch24Filled" - default: break } - switch self { case .databaseSearch24Regular: return ".databaseSearch24Regular" case .databaseSearch32Filled: return ".databaseSearch32Filled" case .databaseSearch32Regular: return ".databaseSearch32Regular" @@ -38076,6 +38187,12 @@ import Foundation case .designIdeas20Regular: return ".designIdeas20Regular" case .designIdeas24Filled: return ".designIdeas24Filled" case .designIdeas24Regular: return ".designIdeas24Regular" + case .designIdeas28Filled: return ".designIdeas28Filled" + case .designIdeas28Regular: return ".designIdeas28Regular" + case .designIdeas32Filled: return ".designIdeas32Filled" + case .designIdeas32Regular: return ".designIdeas32Regular" + case .designIdeas48Filled: return ".designIdeas48Filled" + case .designIdeas48Regular: return ".designIdeas48Regular" case .desk16Filled: return ".desk16Filled" case .desk16Regular: return ".desk16Regular" case .desk20Filled: return ".desk20Filled" @@ -38095,6 +38212,8 @@ import Foundation case .desktop24Filled: return ".desktop24Filled" case .desktop24Regular: return ".desktop24Regular" case .desktop28Filled: return ".desktop28Filled" + default: break } + switch self { case .desktop28Regular: return ".desktop28Regular" case .desktop32Filled: return ".desktop32Filled" case .desktop32Regular: return ".desktop32Regular" @@ -38108,8 +38227,6 @@ import Foundation case .desktopArrowDown32Regular: return ".desktopArrowDown32Regular" case .desktopArrowRight16Filled: return ".desktopArrowRight16Filled" case .desktopArrowRight16Regular: return ".desktopArrowRight16Regular" - default: break } - switch self { case .desktopArrowRight20Filled: return ".desktopArrowRight20Filled" case .desktopArrowRight20Regular: return ".desktopArrowRight20Regular" case .desktopArrowRight24Filled: return ".desktopArrowRight24Filled" @@ -38197,6 +38314,8 @@ import Foundation case .desktopTower24Filled: return ".desktopTower24Filled" case .desktopTower24Regular: return ".desktopTower24Regular" case .developerBoard16Filled: return ".developerBoard16Filled" + default: break } + switch self { case .developerBoard16Regular: return ".developerBoard16Regular" case .developerBoard20Filled: return ".developerBoard20Filled" case .developerBoard20Regular: return ".developerBoard20Regular" @@ -38210,8 +38329,6 @@ import Foundation case .developerBoardSearch20Regular: return ".developerBoardSearch20Regular" case .developerBoardSearch24Filled: return ".developerBoardSearch24Filled" case .developerBoardSearch24Regular: return ".developerBoardSearch24Regular" - default: break } - switch self { case .deviceEq16Filled: return ".deviceEq16Filled" case .deviceEq16Regular: return ".deviceEq16Regular" case .deviceEq20Filled: return ".deviceEq20Filled" @@ -38299,6 +38416,8 @@ import Foundation case .dismiss24Filled: return ".dismiss24Filled" case .dismiss24Regular: return ".dismiss24Regular" case .dismiss28Filled: return ".dismiss28Filled" + default: break } + switch self { case .dismiss28Regular: return ".dismiss28Regular" case .dismiss32Filled: return ".dismiss32Filled" case .dismiss32Light: return ".dismiss32Light" @@ -38312,8 +38431,6 @@ import Foundation case .dismissCircle20Filled: return ".dismissCircle20Filled" case .dismissCircle20Regular: return ".dismissCircle20Regular" case .dismissCircle24Filled: return ".dismissCircle24Filled" - default: break } - switch self { case .dismissCircle24Regular: return ".dismissCircle24Regular" case .dismissCircle28Filled: return ".dismissCircle28Filled" case .dismissCircle28Regular: return ".dismissCircle28Regular" @@ -38401,6 +38518,8 @@ import Foundation case .documentAdd48Filled: return ".documentAdd48Filled" case .documentAdd48Regular: return ".documentAdd48Regular" case .documentArrowDown16Filled: return ".documentArrowDown16Filled" + default: break } + switch self { case .documentArrowDown16Regular: return ".documentArrowDown16Regular" case .documentArrowDown20Filled: return ".documentArrowDown20Filled" case .documentArrowDown20Regular: return ".documentArrowDown20Regular" @@ -38414,8 +38533,6 @@ import Foundation case .documentArrowLeft24Regular: return ".documentArrowLeft24Regular" case .documentArrowLeft28Filled: return ".documentArrowLeft28Filled" case .documentArrowLeft28Regular: return ".documentArrowLeft28Regular" - default: break } - switch self { case .documentArrowLeft48Filled: return ".documentArrowLeft48Filled" case .documentArrowLeft48Regular: return ".documentArrowLeft48Regular" case .documentArrowRight20Filled: return ".documentArrowRight20Filled" @@ -38503,6 +38620,8 @@ import Foundation case .documentCopy48Filled: return ".documentCopy48Filled" case .documentCopy48Regular: return ".documentCopy48Regular" case .documentCs16Filled: return ".documentCs16Filled" + default: break } + switch self { case .documentCs16Regular: return ".documentCs16Regular" case .documentCss16Filled: return ".documentCss16Filled" case .documentCss16Regular: return ".documentCss16Regular" @@ -38516,8 +38635,6 @@ import Foundation case .documentCube24Regular: return ".documentCube24Regular" case .documentData16Filled: return ".documentData16Filled" case .documentData16Regular: return ".documentData16Regular" - default: break } - switch self { case .documentData20Filled: return ".documentData20Filled" case .documentData20Regular: return ".documentData20Regular" case .documentData24Filled: return ".documentData24Filled" @@ -38582,6 +38699,12 @@ import Foundation case .documentFolder20Regular: return ".documentFolder20Regular" case .documentFolder24Filled: return ".documentFolder24Filled" case .documentFolder24Regular: return ".documentFolder24Regular" + case .documentFolder28Filled: return ".documentFolder28Filled" + case .documentFolder28Regular: return ".documentFolder28Regular" + case .documentFolder32Filled: return ".documentFolder32Filled" + case .documentFolder32Regular: return ".documentFolder32Regular" + case .documentFolder48Filled: return ".documentFolder48Filled" + case .documentFolder48Regular: return ".documentFolder48Regular" case .documentFooter16Filled: return ".documentFooter16Filled" case .documentFooter16Regular: return ".documentFooter16Regular" case .documentFooter20Filled: return ".documentFooter20Filled" @@ -38599,6 +38722,8 @@ import Foundation case .documentGlobe24Filled: return ".documentGlobe24Filled" case .documentGlobe24Regular: return ".documentGlobe24Regular" case .documentHeader16Filled: return ".documentHeader16Filled" + default: break } + switch self { case .documentHeader16Regular: return ".documentHeader16Regular" case .documentHeader20Filled: return ".documentHeader20Filled" case .documentHeader20Regular: return ".documentHeader20Regular" @@ -38618,8 +38743,6 @@ import Foundation case .documentHeaderFooter16Regular: return ".documentHeaderFooter16Regular" case .documentHeaderFooter20Filled: return ".documentHeaderFooter20Filled" case .documentHeaderFooter20Regular: return ".documentHeaderFooter20Regular" - default: break } - switch self { case .documentHeaderFooter24Filled: return ".documentHeaderFooter24Filled" case .documentHeaderFooter24Regular: return ".documentHeaderFooter24Regular" case .documentHeart20Filled: return ".documentHeart20Filled" @@ -38701,6 +38824,8 @@ import Foundation case .documentMention16Regular: return ".documentMention16Regular" case .documentMention20Filled: return ".documentMention20Filled" case .documentMention20Regular: return ".documentMention20Regular" + default: break } + switch self { case .documentMention24Filled: return ".documentMention24Filled" case .documentMention24Regular: return ".documentMention24Regular" case .documentMention28Filled: return ".documentMention28Filled" @@ -38720,8 +38845,6 @@ import Foundation case .documentMultipleProhibited20Filled: return ".documentMultipleProhibited20Filled" case .documentMultipleProhibited20Regular: return ".documentMultipleProhibited20Regular" case .documentMultipleProhibited24Filled: return ".documentMultipleProhibited24Filled" - default: break } - switch self { case .documentMultipleProhibited24Regular: return ".documentMultipleProhibited24Regular" case .documentMultipleSync20Filled: return ".documentMultipleSync20Filled" case .documentMultipleSync20Regular: return ".documentMultipleSync20Regular" @@ -38803,6 +38926,8 @@ import Foundation case .documentPdf24Regular: return ".documentPdf24Regular" case .documentPdf32Filled: return ".documentPdf32Filled" case .documentPdf32Regular: return ".documentPdf32Regular" + default: break } + switch self { case .documentPercent20Filled: return ".documentPercent20Filled" case .documentPercent20Regular: return ".documentPercent20Regular" case .documentPercent24Filled: return ".documentPercent24Filled" @@ -38822,8 +38947,6 @@ import Foundation case .documentPrint28Filled: return ".documentPrint28Filled" case .documentPrint28Regular: return ".documentPrint28Regular" case .documentPrint32Filled: return ".documentPrint32Filled" - default: break } - switch self { case .documentPrint32Regular: return ".documentPrint32Regular" case .documentPrint48Filled: return ".documentPrint48Filled" case .documentPrint48Regular: return ".documentPrint48Regular" @@ -38905,6 +39028,8 @@ import Foundation case .documentSplitHint24Filled: return ".documentSplitHint24Filled" case .documentSplitHint24Regular: return ".documentSplitHint24Regular" case .documentSplitHintOff16Filled: return ".documentSplitHintOff16Filled" + default: break } + switch self { case .documentSplitHintOff16Regular: return ".documentSplitHintOff16Regular" case .documentSplitHintOff20Filled: return ".documentSplitHintOff20Filled" case .documentSplitHintOff20Regular: return ".documentSplitHintOff20Regular" @@ -38924,8 +39049,6 @@ import Foundation case .documentTable20Regular: return ".documentTable20Regular" case .documentTable24Filled: return ".documentTable24Filled" case .documentTable24Regular: return ".documentTable24Regular" - default: break } - switch self { case .documentTableArrowRight20Filled: return ".documentTableArrowRight20Filled" case .documentTableArrowRight20Regular: return ".documentTableArrowRight20Regular" case .documentTableArrowRight24Filled: return ".documentTableArrowRight24Filled" @@ -39007,6 +39130,8 @@ import Foundation case .doorArrowRight16Filled: return ".doorArrowRight16Filled" case .doorArrowRight16Regular: return ".doorArrowRight16Regular" case .doorArrowRight20Filled: return ".doorArrowRight20Filled" + default: break } + switch self { case .doorArrowRight20Regular: return ".doorArrowRight20Regular" case .doorArrowRight28Filled: return ".doorArrowRight28Filled" case .doorArrowRight28Regular: return ".doorArrowRight28Regular" @@ -39026,8 +39151,6 @@ import Foundation case .doubleTapSwipeDown16Filled: return ".doubleTapSwipeDown16Filled" case .doubleTapSwipeDown16Regular: return ".doubleTapSwipeDown16Regular" case .doubleTapSwipeDown20Filled: return ".doubleTapSwipeDown20Filled" - default: break } - switch self { case .doubleTapSwipeDown20Regular: return ".doubleTapSwipeDown20Regular" case .doubleTapSwipeDown24Filled: return ".doubleTapSwipeDown24Filled" case .doubleTapSwipeDown24Regular: return ".doubleTapSwipeDown24Regular" @@ -39109,6 +39232,8 @@ import Foundation case .drinkMargarita20Regular: return ".drinkMargarita20Regular" case .drinkMargarita24Filled: return ".drinkMargarita24Filled" case .drinkMargarita24Regular: return ".drinkMargarita24Regular" + default: break } + switch self { case .drinkToGo20Filled: return ".drinkToGo20Filled" case .drinkToGo20Regular: return ".drinkToGo20Regular" case .drinkToGo24Filled: return ".drinkToGo24Filled" @@ -39128,8 +39253,6 @@ import Foundation case .drop16Filled: return ".drop16Filled" case .drop16Regular: return ".drop16Regular" case .drop20Filled: return ".drop20Filled" - default: break } - switch self { case .drop20Regular: return ".drop20Regular" case .drop24Filled: return ".drop24Filled" case .drop24Regular: return ".drop24Regular" @@ -39211,6 +39334,8 @@ import Foundation case .dualScreenTablet24Regular: return ".dualScreenTablet24Regular" case .dualScreenUpdate20Filled: return ".dualScreenUpdate20Filled" case .dualScreenUpdate20Regular: return ".dualScreenUpdate20Regular" + default: break } + switch self { case .dualScreenUpdate24Filled: return ".dualScreenUpdate24Filled" case .dualScreenUpdate24Regular: return ".dualScreenUpdate24Regular" case .dualScreenVerticalScroll20Filled: return ".dualScreenVerticalScroll20Filled" @@ -39230,8 +39355,6 @@ import Foundation case .dumbbell28Filled: return ".dumbbell28Filled" case .dumbbell28Regular: return ".dumbbell28Regular" case .dust20Filled: return ".dust20Filled" - default: break } - switch self { case .dust20Regular: return ".dust20Regular" case .dust24Filled: return ".dust24Filled" case .dust24Regular: return ".dust24Regular" @@ -39313,6 +39436,8 @@ import Foundation case .editProhibited28Filled: return ".editProhibited28Filled" case .editProhibited28Regular: return ".editProhibited28Regular" case .editProhibited32Filled: return ".editProhibited32Filled" + default: break } + switch self { case .editProhibited32Regular: return ".editProhibited32Regular" case .editProhibited48Filled: return ".editProhibited48Filled" case .editProhibited48Regular: return ".editProhibited48Regular" @@ -39332,8 +39457,6 @@ import Foundation case .emoji16Regular: return ".emoji16Regular" case .emoji20Filled: return ".emoji20Filled" case .emoji20Regular: return ".emoji20Regular" - default: break } - switch self { case .emoji24Filled: return ".emoji24Filled" case .emoji24Regular: return ".emoji24Regular" case .emoji28Filled: return ".emoji28Filled" @@ -39415,6 +39538,8 @@ import Foundation case .emojiSad16Regular: return ".emojiSad16Regular" case .emojiSad20Filled: return ".emojiSad20Filled" case .emojiSad20Regular: return ".emojiSad20Regular" + default: break } + switch self { case .emojiSad24Filled: return ".emojiSad24Filled" case .emojiSad24Regular: return ".emojiSad24Regular" case .emojiSadSlight20Filled: return ".emojiSadSlight20Filled" @@ -39434,8 +39559,6 @@ import Foundation case .emojiSparkle28Filled: return ".emojiSparkle28Filled" case .emojiSparkle28Regular: return ".emojiSparkle28Regular" case .emojiSparkle32Filled: return ".emojiSparkle32Filled" - default: break } - switch self { case .emojiSparkle32Regular: return ".emojiSparkle32Regular" case .emojiSparkle48Filled: return ".emojiSparkle48Filled" case .emojiSparkle48Regular: return ".emojiSparkle48Regular" @@ -39517,6 +39640,8 @@ import Foundation case .expandUpRight32Regular: return ".expandUpRight32Regular" case .expandUpRight48Filled: return ".expandUpRight48Filled" case .expandUpRight48Regular: return ".expandUpRight48Regular" + default: break } + switch self { case .extendedDock20Filled: return ".extendedDock20Filled" case .extendedDock20Regular: return ".extendedDock20Regular" case .extendedDock24Filled: return ".extendedDock24Filled" @@ -39532,12 +39657,11 @@ import Foundation case .eye28Filled: return ".eye28Filled" case .eye28Regular: return ".eye28Regular" case .eye32Filled: return ".eye32Filled" + case .eye32Light: return ".eye32Light" case .eye32Regular: return ".eye32Regular" case .eye48Filled: return ".eye48Filled" case .eye48Regular: return ".eye48Regular" case .eyeLines20Filled: return ".eyeLines20Filled" - default: break } - switch self { case .eyeLines20Regular: return ".eyeLines20Regular" case .eyeLines24Filled: return ".eyeLines24Filled" case .eyeLines24Regular: return ".eyeLines24Regular" @@ -39553,6 +39677,9 @@ import Foundation case .eyeOff20Regular: return ".eyeOff20Regular" case .eyeOff24Filled: return ".eyeOff24Filled" case .eyeOff24Regular: return ".eyeOff24Regular" + case .eyeOff32Filled: return ".eyeOff32Filled" + case .eyeOff32Light: return ".eyeOff32Light" + case .eyeOff32Regular: return ".eyeOff32Regular" case .eyeTracking16Filled: return ".eyeTracking16Filled" case .eyeTracking16Regular: return ".eyeTracking16Regular" case .eyeTracking20Filled: return ".eyeTracking20Filled" @@ -39615,6 +39742,8 @@ import Foundation case .filmstrip16Regular: return ".filmstrip16Regular" case .filmstrip20Filled: return ".filmstrip20Filled" case .filmstrip20Regular: return ".filmstrip20Regular" + default: break } + switch self { case .filmstrip24Filled: return ".filmstrip24Filled" case .filmstrip24Regular: return ".filmstrip24Regular" case .filmstrip32Filled: return ".filmstrip32Filled" @@ -39638,8 +39767,6 @@ import Foundation case .filmstripSplit16Filled: return ".filmstripSplit16Filled" case .filmstripSplit16Regular: return ".filmstripSplit16Regular" case .filmstripSplit20Filled: return ".filmstripSplit20Filled" - default: break } - switch self { case .filmstripSplit20Regular: return ".filmstripSplit20Regular" case .filmstripSplit24Filled: return ".filmstripSplit24Filled" case .filmstripSplit24Regular: return ".filmstripSplit24Regular" @@ -39717,6 +39844,8 @@ import Foundation case .flagClock16Regular: return ".flagClock16Regular" case .flagClock20Filled: return ".flagClock20Filled" case .flagClock20Regular: return ".flagClock20Regular" + default: break } + switch self { case .flagClock24Filled: return ".flagClock24Filled" case .flagClock24Regular: return ".flagClock24Regular" case .flagClock28Filled: return ".flagClock28Filled" @@ -39740,8 +39869,6 @@ import Foundation case .flagPride20Filled: return ".flagPride20Filled" case .flagPride24Filled: return ".flagPride24Filled" case .flagPride28Filled: return ".flagPride28Filled" - default: break } - switch self { case .flagPride32Filled: return ".flagPride32Filled" case .flagPride48Filled: return ".flagPride48Filled" case .flagPrideIntersexInclusiveProgress16Filled: return ".flagPrideIntersexInclusiveProgress16Filled" @@ -39819,6 +39946,8 @@ import Foundation case .flashlightOff20Regular: return ".flashlightOff20Regular" case .flashlightOff24Filled: return ".flashlightOff24Filled" case .flashlightOff24Regular: return ".flashlightOff24Regular" + default: break } + switch self { case .flipHorizontal16Filled: return ".flipHorizontal16Filled" case .flipHorizontal16Regular: return ".flipHorizontal16Regular" case .flipHorizontal20Filled: return ".flipHorizontal20Filled" @@ -39842,8 +39971,6 @@ import Foundation case .flipVertical32Filled: return ".flipVertical32Filled" case .flipVertical32Regular: return ".flipVertical32Regular" case .flipVertical48Filled: return ".flipVertical48Filled" - default: break } - switch self { case .flipVertical48Regular: return ".flipVertical48Regular" case .flow16Filled: return ".flow16Filled" case .flow16Regular: return ".flow16Regular" @@ -39921,6 +40048,8 @@ import Foundation case .folderArrowRight20Regular: return ".folderArrowRight20Regular" case .folderArrowRight24Filled: return ".folderArrowRight24Filled" case .folderArrowRight24Regular: return ".folderArrowRight24Regular" + default: break } + switch self { case .folderArrowRight28Filled: return ".folderArrowRight28Filled" case .folderArrowRight28Regular: return ".folderArrowRight28Regular" case .folderArrowRight32Filled: return ".folderArrowRight32Filled" @@ -39944,8 +40073,6 @@ import Foundation case .folderBriefcase20Regular: return ".folderBriefcase20Regular" case .folderGlobe16Filled: return ".folderGlobe16Filled" case .folderGlobe16Regular: return ".folderGlobe16Regular" - default: break } - switch self { case .folderGlobe20Filled: return ".folderGlobe20Filled" case .folderGlobe20Regular: return ".folderGlobe20Regular" case .folderLightning16Filled: return ".folderLightning16Filled" @@ -40023,6 +40150,8 @@ import Foundation case .folderProhibited32Regular: return ".folderProhibited32Regular" case .folderProhibited48Filled: return ".folderProhibited48Filled" case .folderProhibited48Regular: return ".folderProhibited48Regular" + default: break } + switch self { case .folderSearch16Filled: return ".folderSearch16Filled" case .folderSearch16Regular: return ".folderSearch16Regular" case .folderSearch20Filled: return ".folderSearch20Filled" @@ -40046,8 +40175,6 @@ import Foundation case .folderZip20Filled: return ".folderZip20Filled" case .folderZip20Regular: return ".folderZip20Regular" case .folderZip24Filled: return ".folderZip24Filled" - default: break } - switch self { case .folderZip24Regular: return ".folderZip24Regular" case .fontDecrease20Filled: return ".fontDecrease20Filled" case .fontDecrease20Regular: return ".fontDecrease20Regular" @@ -40125,6 +40252,8 @@ import Foundation case .foodGrains24Regular: return ".foodGrains24Regular" case .foodPizza20Filled: return ".foodPizza20Filled" case .foodPizza20Regular: return ".foodPizza20Regular" + default: break } + switch self { case .foodPizza24Filled: return ".foodPizza24Filled" case .foodPizza24Regular: return ".foodPizza24Regular" case .foodToast16Filled: return ".foodToast16Filled" @@ -40148,8 +40277,6 @@ import Foundation case .formMultiple28Filled: return ".formMultiple28Filled" case .formMultiple28Regular: return ".formMultiple28Regular" case .formMultiple48Filled: return ".formMultiple48Filled" - default: break } - switch self { case .formMultiple48Regular: return ".formMultiple48Regular" case .formNew20Filled: return ".formNew20Filled" case .formNew20Regular: return ".formNew20Regular" @@ -40227,6 +40354,8 @@ import Foundation case .games20Regular: return ".games20Regular" case .games24Filled: return ".games24Filled" case .games24Regular: return ".games24Regular" + default: break } + switch self { case .games28Filled: return ".games28Filled" case .games28Regular: return ".games28Regular" case .games32Filled: return ".games32Filled" @@ -40250,8 +40379,6 @@ import Foundation case .gather20Filled: return ".gather20Filled" case .gather20Regular: return ".gather20Regular" case .gauge20Filled: return ".gauge20Filled" - default: break } - switch self { case .gauge20Regular: return ".gauge20Regular" case .gauge24Filled: return ".gauge24Filled" case .gauge24Regular: return ".gauge24Regular" @@ -40329,6 +40456,8 @@ import Foundation case .glanceHorizontal12Regular: return ".glanceHorizontal12Regular" case .glanceHorizontal16Filled: return ".glanceHorizontal16Filled" case .glanceHorizontal16Regular: return ".glanceHorizontal16Regular" + default: break } + switch self { case .glanceHorizontal20Filled: return ".glanceHorizontal20Filled" case .glanceHorizontal20Regular: return ".glanceHorizontal20Regular" case .glanceHorizontal24Filled: return ".glanceHorizontal24Filled" @@ -40352,8 +40481,6 @@ import Foundation case .glasses28Filled: return ".glasses28Filled" case .glasses28Regular: return ".glasses28Regular" case .glasses32Filled: return ".glasses32Filled" - default: break } - switch self { case .glasses32Regular: return ".glasses32Regular" case .glasses48Filled: return ".glasses48Filled" case .glasses48Regular: return ".glasses48Regular" @@ -40431,6 +40558,8 @@ import Foundation case .globeOff24Regular: return ".globeOff24Regular" case .globeOff28Filled: return ".globeOff28Filled" case .globeOff28Regular: return ".globeOff28Regular" + default: break } + switch self { case .globeOff32Filled: return ".globeOff32Filled" case .globeOff32Regular: return ".globeOff32Regular" case .globeOff48Filled: return ".globeOff48Filled" @@ -40454,8 +40583,6 @@ import Foundation case .globeShield24Filled: return ".globeShield24Filled" case .globeShield24Regular: return ".globeShield24Regular" case .globeShield48Filled: return ".globeShield48Filled" - default: break } - switch self { case .globeShield48Regular: return ".globeShield48Regular" case .globeStar16Filled: return ".globeStar16Filled" case .globeStar16Regular: return ".globeStar16Regular" @@ -40533,6 +40660,8 @@ import Foundation case .guardian24Regular: return ".guardian24Regular" case .guardian28Filled: return ".guardian28Filled" case .guardian28Regular: return ".guardian28Regular" + default: break } + switch self { case .guardian48Filled: return ".guardian48Filled" case .guardian48Regular: return ".guardian48Regular" case .guest12Filled: return ".guest12Filled" @@ -40556,8 +40685,6 @@ import Foundation case .guitar16Filled: return ".guitar16Filled" case .guitar16Regular: return ".guitar16Regular" case .guitar20Filled: return ".guitar20Filled" - default: break } - switch self { case .guitar20Regular: return ".guitar20Regular" case .guitar24Filled: return ".guitar24Filled" case .guitar24Regular: return ".guitar24Regular" @@ -40635,6 +40762,8 @@ import Foundation case .handshake32Filled: return ".handshake32Filled" case .handshake32Regular: return ".handshake32Regular" case .hapticStrong16Filled: return ".hapticStrong16Filled" + default: break } + switch self { case .hapticStrong16Regular: return ".hapticStrong16Regular" case .hapticStrong20Filled: return ".hapticStrong20Filled" case .hapticStrong20Regular: return ".hapticStrong20Regular" @@ -40658,8 +40787,6 @@ import Foundation case .hardDrive32Regular: return ".hardDrive32Regular" case .hardDrive48Filled: return ".hardDrive48Filled" case .hardDrive48Regular: return ".hardDrive48Regular" - default: break } - switch self { case .hardDriveCall24Filled: return ".hardDriveCall24Filled" case .hardDriveCall24Regular: return ".hardDriveCall24Regular" case .hardDriveCall32Filled: return ".hardDriveCall32Filled" @@ -40737,6 +40864,8 @@ import Foundation case .headset32Filled: return ".headset32Filled" case .headset32Regular: return ".headset32Regular" case .headset48Filled: return ".headset48Filled" + default: break } + switch self { case .headset48Regular: return ".headset48Regular" case .headsetAdd20Filled: return ".headsetAdd20Filled" case .headsetAdd20Regular: return ".headsetAdd20Regular" @@ -40760,8 +40889,6 @@ import Foundation case .heart32Regular: return ".heart32Regular" case .heart48Filled: return ".heart48Filled" case .heart48Regular: return ".heart48Regular" - default: break } - switch self { case .heartBroken16Filled: return ".heartBroken16Filled" case .heartBroken16Regular: return ".heartBroken16Regular" case .heartBroken20Filled: return ".heartBroken20Filled" @@ -40839,6 +40966,8 @@ import Foundation case .highlightAccent16Filled: return ".highlightAccent16Filled" case .highlightAccent20Filled: return ".highlightAccent20Filled" case .highlightAccent24Filled: return ".highlightAccent24Filled" + default: break } + switch self { case .highlightLink20Filled: return ".highlightLink20Filled" case .highlightLink20Regular: return ".highlightLink20Regular" case .highway20Filled: return ".highway20Filled" @@ -40862,8 +40991,6 @@ import Foundation case .historyDismiss20Regular: return ".historyDismiss20Regular" case .historyDismiss24Filled: return ".historyDismiss24Filled" case .historyDismiss24Regular: return ".historyDismiss24Regular" - default: break } - switch self { case .historyDismiss28Filled: return ".historyDismiss28Filled" case .historyDismiss28Regular: return ".historyDismiss28Regular" case .historyDismiss32Filled: return ".historyDismiss32Filled" @@ -40941,6 +41068,8 @@ import Foundation case .hourglassHalf16Filled: return ".hourglassHalf16Filled" case .hourglassHalf16Regular: return ".hourglassHalf16Regular" case .hourglassHalf20Filled: return ".hourglassHalf20Filled" + default: break } + switch self { case .hourglassHalf20Regular: return ".hourglassHalf20Regular" case .hourglassHalf24Filled: return ".hourglassHalf24Filled" case .hourglassHalf24Regular: return ".hourglassHalf24Regular" @@ -40964,8 +41093,6 @@ import Foundation case .image16Regular: return ".image16Regular" case .image20Filled: return ".image20Filled" case .image20Regular: return ".image20Regular" - default: break } - switch self { case .image24Filled: return ".image24Filled" case .image24Regular: return ".image24Regular" case .image28Filled: return ".image28Filled" @@ -41043,6 +41170,8 @@ import Foundation case .imageMultiple16Regular: return ".imageMultiple16Regular" case .imageMultiple20Filled: return ".imageMultiple20Filled" case .imageMultiple20Regular: return ".imageMultiple20Regular" + default: break } + switch self { case .imageMultiple24Filled: return ".imageMultiple24Filled" case .imageMultiple24Regular: return ".imageMultiple24Regular" case .imageMultiple28Filled: return ".imageMultiple28Filled" @@ -41066,8 +41195,6 @@ import Foundation case .imageOff48Filled: return ".imageOff48Filled" case .imageOff48Regular: return ".imageOff48Regular" case .imageProhibited20Filled: return ".imageProhibited20Filled" - default: break } - switch self { case .imageProhibited20Regular: return ".imageProhibited20Regular" case .imageProhibited24Filled: return ".imageProhibited24Filled" case .imageProhibited24Regular: return ".imageProhibited24Regular" @@ -41145,6 +41272,8 @@ import Foundation case .info24Regular: return ".info24Regular" case .info28Filled: return ".info28Filled" case .info28Regular: return ".info28Regular" + default: break } + switch self { case .info32Filled: return ".info32Filled" case .info32Regular: return ".info32Regular" case .info48Filled: return ".info48Filled" @@ -41168,8 +41297,6 @@ import Foundation case .inkingTool20Filled: return ".inkingTool20Filled" case .inkingTool20Regular: return ".inkingTool20Regular" case .inkingTool24Filled: return ".inkingTool24Filled" - default: break } - switch self { case .inkingTool24Regular: return ".inkingTool24Regular" case .inkingTool32Filled: return ".inkingTool32Filled" case .inkingTool32Regular: return ".inkingTool32Regular" @@ -41247,6 +41374,8 @@ import Foundation case .keyboard24Regular: return ".keyboard24Regular" case .keyboardDock20Filled: return ".keyboardDock20Filled" case .keyboardDock20Regular: return ".keyboardDock20Regular" + default: break } + switch self { case .keyboardDock24Filled: return ".keyboardDock24Filled" case .keyboardDock24Regular: return ".keyboardDock24Regular" case .keyboardLayoutFloat20Filled: return ".keyboardLayoutFloat20Filled" @@ -41270,8 +41399,6 @@ import Foundation case .keyboardShift16Filled: return ".keyboardShift16Filled" case .keyboardShift16Regular: return ".keyboardShift16Regular" case .keyboardShift20Filled: return ".keyboardShift20Filled" - default: break } - switch self { case .keyboardShift20Regular: return ".keyboardShift20Regular" case .keyboardShift24Filled: return ".keyboardShift24Filled" case .keyboardShift24Regular: return ".keyboardShift24Regular" @@ -41349,6 +41476,8 @@ import Foundation case .layerDiagonal20Filled: return ".layerDiagonal20Filled" case .layerDiagonal20Regular: return ".layerDiagonal20Regular" case .layerDiagonal24Filled: return ".layerDiagonal24Filled" + default: break } + switch self { case .layerDiagonal24Regular: return ".layerDiagonal24Regular" case .layerDiagonalAdd20Filled: return ".layerDiagonalAdd20Filled" case .layerDiagonalAdd20Regular: return ".layerDiagonalAdd20Regular" @@ -41372,8 +41501,6 @@ import Foundation case .layoutCellFour20Regular: return ".layoutCellFour20Regular" case .layoutCellFour24Filled: return ".layoutCellFour24Filled" case .layoutCellFour24Regular: return ".layoutCellFour24Regular" - default: break } - switch self { case .layoutCellFourFocusBottomLeft16Filled: return ".layoutCellFourFocusBottomLeft16Filled" case .layoutCellFourFocusBottomLeft20Filled: return ".layoutCellFourFocusBottomLeft20Filled" case .layoutCellFourFocusBottomLeft24Filled: return ".layoutCellFourFocusBottomLeft24Filled" @@ -41451,6 +41578,8 @@ import Foundation case .layoutColumnTwoFocusLeft24Filled: return ".layoutColumnTwoFocusLeft24Filled" case .layoutColumnTwoFocusLeft32Filled: return ".layoutColumnTwoFocusLeft32Filled" case .layoutColumnTwoFocusLeft32Light: return ".layoutColumnTwoFocusLeft32Light" + default: break } + switch self { case .layoutColumnTwoFocusRight16Filled: return ".layoutColumnTwoFocusRight16Filled" case .layoutColumnTwoFocusRight20Filled: return ".layoutColumnTwoFocusRight20Filled" case .layoutColumnTwoFocusRight24Filled: return ".layoutColumnTwoFocusRight24Filled" @@ -41474,8 +41603,6 @@ import Foundation case .layoutColumnTwoSplitRight16Filled: return ".layoutColumnTwoSplitRight16Filled" case .layoutColumnTwoSplitRight16Regular: return ".layoutColumnTwoSplitRight16Regular" case .layoutColumnTwoSplitRight20Filled: return ".layoutColumnTwoSplitRight20Filled" - default: break } - switch self { case .layoutColumnTwoSplitRight20Regular: return ".layoutColumnTwoSplitRight20Regular" case .layoutColumnTwoSplitRight24Filled: return ".layoutColumnTwoSplitRight24Filled" case .layoutColumnTwoSplitRight24Regular: return ".layoutColumnTwoSplitRight24Regular" @@ -41553,6 +41680,8 @@ import Foundation case .layoutRowTwoSettings24Regular: return ".layoutRowTwoSettings24Regular" case .layoutRowTwoSettings28Filled: return ".layoutRowTwoSettings28Filled" case .layoutRowTwoSettings28Regular: return ".layoutRowTwoSettings28Regular" + default: break } + switch self { case .layoutRowTwoSettings32Filled: return ".layoutRowTwoSettings32Filled" case .layoutRowTwoSettings32Light: return ".layoutRowTwoSettings32Light" case .layoutRowTwoSettings32Regular: return ".layoutRowTwoSettings32Regular" @@ -41576,8 +41705,6 @@ import Foundation case .layoutRowTwoSplitTop20Filled: return ".layoutRowTwoSplitTop20Filled" case .layoutRowTwoSplitTop20Regular: return ".layoutRowTwoSplitTop20Regular" case .layoutRowTwoSplitTop24Filled: return ".layoutRowTwoSplitTop24Filled" - default: break } - switch self { case .layoutRowTwoSplitTop24Regular: return ".layoutRowTwoSplitTop24Regular" case .layoutRowTwoSplitTopFocusBottom16Filled: return ".layoutRowTwoSplitTopFocusBottom16Filled" case .layoutRowTwoSplitTopFocusBottom20Filled: return ".layoutRowTwoSplitTopFocusBottom20Filled" @@ -41612,6 +41739,8 @@ import Foundation case .leafTwo32Regular: return ".leafTwo32Regular" case .leafTwo48Filled: return ".leafTwo48Filled" case .leafTwo48Regular: return ".leafTwo48Regular" + case .learningApp16Filled: return ".learningApp16Filled" + case .learningApp16Regular: return ".learningApp16Regular" case .learningApp20Filled: return ".learningApp20Filled" case .learningApp20Regular: return ".learningApp20Regular" case .learningApp24Filled: return ".learningApp24Filled" @@ -41653,6 +41782,8 @@ import Foundation case .lightbulbFilament32Filled: return ".lightbulbFilament32Filled" case .lightbulbFilament32Regular: return ".lightbulbFilament32Regular" case .lightbulbFilament48Filled: return ".lightbulbFilament48Filled" + default: break } + switch self { case .lightbulbFilament48Regular: return ".lightbulbFilament48Regular" case .lightbulbPerson16Filled: return ".lightbulbPerson16Filled" case .lightbulbPerson16Regular: return ".lightbulbPerson16Regular" @@ -41678,8 +41809,6 @@ import Foundation case .line24Regular: return ".line24Regular" case .line32Filled: return ".line32Filled" case .line32Regular: return ".line32Regular" - default: break } - switch self { case .line48Filled: return ".line48Filled" case .line48Regular: return ".line48Regular" case .lineDashes20Filled: return ".lineDashes20Filled" @@ -41755,6 +41884,8 @@ import Foundation case .lineThickness24Filled: return ".lineThickness24Filled" case .lineThickness24Regular: return ".lineThickness24Regular" case .link12Filled: return ".link12Filled" + default: break } + switch self { case .link12Regular: return ".link12Regular" case .link16Filled: return ".link16Filled" case .link16Regular: return ".link16Regular" @@ -41780,8 +41911,6 @@ import Foundation case .linkDismiss20Filled: return ".linkDismiss20Filled" case .linkDismiss20Regular: return ".linkDismiss20Regular" case .linkDismiss24Filled: return ".linkDismiss24Filled" - default: break } - switch self { case .linkDismiss24Regular: return ".linkDismiss24Regular" case .linkEdit16Filled: return ".linkEdit16Filled" case .linkEdit16Regular: return ".linkEdit16Regular" @@ -41857,6 +41986,8 @@ import Foundation case .location12Regular: return ".location12Regular" case .location16Filled: return ".location16Filled" case .location16Regular: return ".location16Regular" + default: break } + switch self { case .location20Filled: return ".location20Filled" case .location20Regular: return ".location20Regular" case .location24Filled: return ".location24Filled" @@ -41882,8 +42013,6 @@ import Foundation case .locationArrow16Filled: return ".locationArrow16Filled" case .locationArrow16Regular: return ".locationArrow16Regular" case .locationArrow20Filled: return ".locationArrow20Filled" - default: break } - switch self { case .locationArrow20Regular: return ".locationArrow20Regular" case .locationArrow24Filled: return ".locationArrow24Filled" case .locationArrow24Regular: return ".locationArrow24Regular" @@ -41959,6 +42088,8 @@ import Foundation case .lockClosed32Light: return ".lockClosed32Light" case .lockClosed32Regular: return ".lockClosed32Regular" case .lockClosed48Filled: return ".lockClosed48Filled" + default: break } + switch self { case .lockClosed48Regular: return ".lockClosed48Regular" case .lockClosedKey16Filled: return ".lockClosedKey16Filled" case .lockClosedKey16Regular: return ".lockClosedKey16Regular" @@ -41984,8 +42115,6 @@ import Foundation case .lockOpen32Light: return ".lockOpen32Light" case .lockOpen32Regular: return ".lockOpen32Regular" case .lockOpen48Filled: return ".lockOpen48Filled" - default: break } - switch self { case .lockOpen48Regular: return ".lockOpen48Regular" case .lockShield16Filled: return ".lockShield16Filled" case .lockShield16Regular: return ".lockShield16Regular" @@ -42061,6 +42190,8 @@ import Foundation case .mailArrowClockwise16Regular: return ".mailArrowClockwise16Regular" case .mailArrowClockwise20Filled: return ".mailArrowClockwise20Filled" case .mailArrowClockwise20Regular: return ".mailArrowClockwise20Regular" + default: break } + switch self { case .mailArrowClockwise24Filled: return ".mailArrowClockwise24Filled" case .mailArrowClockwise24Regular: return ".mailArrowClockwise24Regular" case .mailArrowClockwise32Filled: return ".mailArrowClockwise32Filled" @@ -42086,8 +42217,6 @@ import Foundation case .mailArrowUp16Filled: return ".mailArrowUp16Filled" case .mailArrowUp16Regular: return ".mailArrowUp16Regular" case .mailArrowUp20Filled: return ".mailArrowUp20Filled" - default: break } - switch self { case .mailArrowUp20Regular: return ".mailArrowUp20Regular" case .mailArrowUp24Filled: return ".mailArrowUp24Filled" case .mailArrowUp24Regular: return ".mailArrowUp24Regular" @@ -42163,6 +42292,8 @@ import Foundation case .mailInboxAll24Regular: return ".mailInboxAll24Regular" case .mailInboxArrowDown16Filled: return ".mailInboxArrowDown16Filled" case .mailInboxArrowDown16Regular: return ".mailInboxArrowDown16Regular" + default: break } + switch self { case .mailInboxArrowDown20Filled: return ".mailInboxArrowDown20Filled" case .mailInboxArrowDown20Regular: return ".mailInboxArrowDown20Regular" case .mailInboxArrowRight20Filled: return ".mailInboxArrowRight20Filled" @@ -42188,8 +42319,6 @@ import Foundation case .mailInboxDismiss24Filled: return ".mailInboxDismiss24Filled" case .mailInboxDismiss24Regular: return ".mailInboxDismiss24Regular" case .mailInboxDismiss28Filled: return ".mailInboxDismiss28Filled" - default: break } - switch self { case .mailInboxDismiss28Regular: return ".mailInboxDismiss28Regular" case .mailLink20Filled: return ".mailLink20Filled" case .mailLink20Regular: return ".mailLink20Regular" @@ -42265,6 +42394,8 @@ import Foundation case .mailReadMultiple32Filled: return ".mailReadMultiple32Filled" case .mailReadMultiple32Regular: return ".mailReadMultiple32Regular" case .mailRewind16Filled: return ".mailRewind16Filled" + default: break } + switch self { case .mailRewind16Regular: return ".mailRewind16Regular" case .mailRewind20Filled: return ".mailRewind20Filled" case .mailRewind20Regular: return ".mailRewind20Regular" @@ -42290,8 +42421,6 @@ import Foundation case .mailUnread12Regular: return ".mailUnread12Regular" case .mailUnread16Filled: return ".mailUnread16Filled" case .mailUnread16Regular: return ".mailUnread16Regular" - default: break } - switch self { case .mailUnread20Filled: return ".mailUnread20Filled" case .mailUnread20Regular: return ".mailUnread20Regular" case .mailUnread24Filled: return ".mailUnread24Filled" @@ -42367,6 +42496,8 @@ import Foundation case .maximize20Regular: return ".maximize20Regular" case .maximize24Filled: return ".maximize24Filled" case .maximize24Regular: return ".maximize24Regular" + default: break } + switch self { case .maximize28Filled: return ".maximize28Filled" case .maximize28Regular: return ".maximize28Regular" case .maximize48Filled: return ".maximize48Filled" @@ -42392,8 +42523,6 @@ import Foundation case .megaphone28Filled: return ".megaphone28Filled" case .megaphone28Regular: return ".megaphone28Regular" case .megaphoneCircle20Filled: return ".megaphoneCircle20Filled" - default: break } - switch self { case .megaphoneCircle20Regular: return ".megaphoneCircle20Regular" case .megaphoneCircle24Filled: return ".megaphoneCircle24Filled" case .megaphoneCircle24Regular: return ".megaphoneCircle24Regular" @@ -42469,6 +42598,8 @@ import Foundation case .micProhibited16Filled: return ".micProhibited16Filled" case .micProhibited16Regular: return ".micProhibited16Regular" case .micProhibited20Filled: return ".micProhibited20Filled" + default: break } + switch self { case .micProhibited20Regular: return ".micProhibited20Regular" case .micProhibited24Filled: return ".micProhibited24Filled" case .micProhibited24Regular: return ".micProhibited24Regular" @@ -42494,8 +42625,6 @@ import Foundation case .micPulseOff20Regular: return ".micPulseOff20Regular" case .micPulseOff24Filled: return ".micPulseOff24Filled" case .micPulseOff24Regular: return ".micPulseOff24Regular" - default: break } - switch self { case .micPulseOff28Filled: return ".micPulseOff28Filled" case .micPulseOff28Regular: return ".micPulseOff28Regular" case .micPulseOff32Filled: return ".micPulseOff32Filled" @@ -42571,6 +42700,8 @@ import Foundation case .moneyHand16Regular: return ".moneyHand16Regular" case .moneyHand20Filled: return ".moneyHand20Filled" case .moneyHand20Regular: return ".moneyHand20Regular" + default: break } + switch self { case .moneyHand24Filled: return ".moneyHand24Filled" case .moneyHand24Regular: return ".moneyHand24Regular" case .moneyOff20Filled: return ".moneyOff20Filled" @@ -42596,8 +42727,6 @@ import Foundation case .moreCircle48Filled: return ".moreCircle48Filled" case .moreCircle48Regular: return ".moreCircle48Regular" case .moreHorizontal16Filled: return ".moreHorizontal16Filled" - default: break } - switch self { case .moreHorizontal16Regular: return ".moreHorizontal16Regular" case .moreHorizontal20Filled: return ".moreHorizontal20Filled" case .moreHorizontal20Regular: return ".moreHorizontal20Regular" @@ -42673,6 +42802,8 @@ import Foundation case .multiplier18X28Regular: return ".multiplier18X28Regular" case .multiplier18X32Filled: return ".multiplier18X32Filled" case .multiplier18X32Regular: return ".multiplier18X32Regular" + default: break } + switch self { case .multiplier18X48Filled: return ".multiplier18X48Filled" case .multiplier18X48Regular: return ".multiplier18X48Regular" case .multiplier1X20Filled: return ".multiplier1X20Filled" @@ -42698,8 +42829,6 @@ import Foundation case .multiplier5X20Filled: return ".multiplier5X20Filled" case .multiplier5X20Regular: return ".multiplier5X20Regular" case .multiplier5X24Filled: return ".multiplier5X24Filled" - default: break } - switch self { case .multiplier5X24Regular: return ".multiplier5X24Regular" case .multiplier5X28Filled: return ".multiplier5X28Filled" case .multiplier5X28Regular: return ".multiplier5X28Regular" @@ -42775,8 +42904,11 @@ import Foundation case .news20Regular: return ".news20Regular" case .news24Filled: return ".news24Filled" case .news24Regular: return ".news24Regular" + default: break } + switch self { case .news28Filled: return ".news28Filled" case .news28Regular: return ".news28Regular" + case .newsletter32Light: return ".newsletter32Light" case .next16Filled: return ".next16Filled" case .next16Regular: return ".next16Regular" case .next20Filled: return ".next20Filled" @@ -42800,8 +42932,6 @@ import Foundation case .note24Filled: return ".note24Filled" case .note24Regular: return ".note24Regular" case .note28Filled: return ".note28Filled" - default: break } - switch self { case .note28Regular: return ".note28Regular" case .note32Light: return ".note32Light" case .note48Filled: return ".note48Filled" @@ -42876,6 +43006,8 @@ import Foundation case .notepad20Regular: return ".notepad20Regular" case .notepad24Filled: return ".notepad24Filled" case .notepad24Regular: return ".notepad24Regular" + default: break } + switch self { case .notepad28Filled: return ".notepad28Filled" case .notepad28Regular: return ".notepad28Regular" case .notepad32Filled: return ".notepad32Filled" @@ -42902,8 +43034,6 @@ import Foundation case .notepadSparkle32Regular: return ".notepadSparkle32Regular" case .numberCircle016Filled: return ".numberCircle016Filled" case .numberCircle016Regular: return ".numberCircle016Regular" - default: break } - switch self { case .numberCircle020Filled: return ".numberCircle020Filled" case .numberCircle020Regular: return ".numberCircle020Regular" case .numberCircle024Filled: return ".numberCircle024Filled" @@ -42978,6 +43108,8 @@ import Foundation case .numberCircle616Regular: return ".numberCircle616Regular" case .numberCircle620Filled: return ".numberCircle620Filled" case .numberCircle620Regular: return ".numberCircle620Regular" + default: break } + switch self { case .numberCircle624Filled: return ".numberCircle624Filled" case .numberCircle624Regular: return ".numberCircle624Regular" case .numberCircle628Filled: return ".numberCircle628Filled" @@ -43004,8 +43136,6 @@ import Foundation case .numberCircle820Regular: return ".numberCircle820Regular" case .numberCircle824Filled: return ".numberCircle824Filled" case .numberCircle824Regular: return ".numberCircle824Regular" - default: break } - switch self { case .numberCircle828Filled: return ".numberCircle828Filled" case .numberCircle828Regular: return ".numberCircle828Regular" case .numberCircle832Filled: return ".numberCircle832Filled" @@ -43080,6 +43210,8 @@ import Foundation case .openOff20Regular: return ".openOff20Regular" case .openOff24Filled: return ".openOff24Filled" case .openOff24Regular: return ".openOff24Regular" + default: break } + switch self { case .openOff28Filled: return ".openOff28Filled" case .openOff28Regular: return ".openOff28Regular" case .openOff48Filled: return ".openOff48Filled" @@ -43106,8 +43238,6 @@ import Foundation case .organization24Filled: return ".organization24Filled" case .organization24Regular: return ".organization24Regular" case .organization28Filled: return ".organization28Filled" - default: break } - switch self { case .organization28Regular: return ".organization28Regular" case .organization32Filled: return ".organization32Filled" case .organization32Regular: return ".organization32Regular" @@ -43182,6 +43312,8 @@ import Foundation case .paintBrushArrowDown20Regular: return ".paintBrushArrowDown20Regular" case .paintBrushArrowDown24Filled: return ".paintBrushArrowDown24Filled" case .paintBrushArrowDown24Regular: return ".paintBrushArrowDown24Regular" + default: break } + switch self { case .paintBrushArrowUp20Filled: return ".paintBrushArrowUp20Filled" case .paintBrushArrowUp20Regular: return ".paintBrushArrowUp20Regular" case .paintBrushArrowUp24Filled: return ".paintBrushArrowUp24Filled" @@ -43208,8 +43340,6 @@ import Foundation case .paintBucket24Regular: return ".paintBucket24Regular" case .pair20Filled: return ".pair20Filled" case .pair20Regular: return ".pair20Regular" - default: break } - switch self { case .pair24Filled: return ".pair24Filled" case .pair24Regular: return ".pair24Regular" case .panelBottom20Filled: return ".panelBottom20Filled" @@ -43284,6 +43414,8 @@ import Foundation case .panelLeftHeaderAdd24Regular: return ".panelLeftHeaderAdd24Regular" case .panelLeftHeaderAdd28Filled: return ".panelLeftHeaderAdd28Filled" case .panelLeftHeaderAdd28Regular: return ".panelLeftHeaderAdd28Regular" + default: break } + switch self { case .panelLeftHeaderAdd32Filled: return ".panelLeftHeaderAdd32Filled" case .panelLeftHeaderAdd32Regular: return ".panelLeftHeaderAdd32Regular" case .panelLeftHeaderAdd48Filled: return ".panelLeftHeaderAdd48Filled" @@ -43310,8 +43442,6 @@ import Foundation case .panelLeftText28Regular: return ".panelLeftText28Regular" case .panelLeftText32Filled: return ".panelLeftText32Filled" case .panelLeftText32Regular: return ".panelLeftText32Regular" - default: break } - switch self { case .panelLeftText48Filled: return ".panelLeftText48Filled" case .panelLeftText48Regular: return ".panelLeftText48Regular" case .panelLeftTextAdd16Filled: return ".panelLeftTextAdd16Filled" @@ -43386,6 +43516,8 @@ import Foundation case .panelTopGallery20Regular: return ".panelTopGallery20Regular" case .panelTopGallery24Filled: return ".panelTopGallery24Filled" case .panelTopGallery24Regular: return ".panelTopGallery24Regular" + default: break } + switch self { case .panelTopGallery28Filled: return ".panelTopGallery28Filled" case .panelTopGallery28Regular: return ".panelTopGallery28Regular" case .password16Filled: return ".password16Filled" @@ -43412,8 +43544,6 @@ import Foundation case .patient24Regular: return ".patient24Regular" case .patient32Filled: return ".patient32Filled" case .patient32Regular: return ".patient32Regular" - default: break } - switch self { case .pause12Filled: return ".pause12Filled" case .pause12Regular: return ".pause12Regular" case .pause16Filled: return ".pause16Filled" @@ -43488,6 +43618,8 @@ import Foundation case .penDismiss24Regular: return ".penDismiss24Regular" case .penDismiss28Filled: return ".penDismiss28Filled" case .penDismiss28Regular: return ".penDismiss28Regular" + default: break } + switch self { case .penDismiss32Filled: return ".penDismiss32Filled" case .penDismiss32Regular: return ".penDismiss32Regular" case .penDismiss48Filled: return ".penDismiss48Filled" @@ -43514,8 +43646,6 @@ import Foundation case .penProhibited28Regular: return ".penProhibited28Regular" case .penProhibited32Filled: return ".penProhibited32Filled" case .penProhibited32Regular: return ".penProhibited32Regular" - default: break } - switch self { case .penProhibited48Filled: return ".penProhibited48Filled" case .penProhibited48Regular: return ".penProhibited48Regular" case .penSparkle16Filled: return ".penSparkle16Filled" @@ -43590,6 +43720,8 @@ import Foundation case .peopleCommunity12Filled: return ".peopleCommunity12Filled" case .peopleCommunity12Regular: return ".peopleCommunity12Regular" case .peopleCommunity16Filled: return ".peopleCommunity16Filled" + default: break } + switch self { case .peopleCommunity16Regular: return ".peopleCommunity16Regular" case .peopleCommunity20Filled: return ".peopleCommunity20Filled" case .peopleCommunity20Regular: return ".peopleCommunity20Regular" @@ -43616,8 +43748,6 @@ import Foundation case .peopleEdit24Regular: return ".peopleEdit24Regular" case .peopleEdit32Filled: return ".peopleEdit32Filled" case .peopleEdit32Light: return ".peopleEdit32Light" - default: break } - switch self { case .peopleEdit32Regular: return ".peopleEdit32Regular" case .peopleError16Filled: return ".peopleError16Filled" case .peopleError16Regular: return ".peopleError16Regular" @@ -43692,6 +43822,8 @@ import Foundation case .peopleSwap20Filled: return ".peopleSwap20Filled" case .peopleSwap20Regular: return ".peopleSwap20Regular" case .peopleSwap24Filled: return ".peopleSwap24Filled" + default: break } + switch self { case .peopleSwap24Regular: return ".peopleSwap24Regular" case .peopleSwap28Filled: return ".peopleSwap28Filled" case .peopleSwap28Regular: return ".peopleSwap28Regular" @@ -43718,8 +43850,6 @@ import Foundation case .peopleTeamAdd20Regular: return ".peopleTeamAdd20Regular" case .peopleTeamAdd24Filled: return ".peopleTeamAdd24Filled" case .peopleTeamAdd24Regular: return ".peopleTeamAdd24Regular" - default: break } - switch self { case .peopleTeamDelete16Filled: return ".peopleTeamDelete16Filled" case .peopleTeamDelete16Regular: return ".peopleTeamDelete16Regular" case .peopleTeamDelete20Filled: return ".peopleTeamDelete20Filled" @@ -43794,6 +43924,8 @@ import Foundation case .personAlertOff32Regular: return ".personAlertOff32Regular" case .personArrowBack16Filled: return ".personArrowBack16Filled" case .personArrowBack16Regular: return ".personArrowBack16Regular" + default: break } + switch self { case .personArrowBack20Filled: return ".personArrowBack20Filled" case .personArrowBack20Regular: return ".personArrowBack20Regular" case .personArrowBack24Filled: return ".personArrowBack24Filled" @@ -43820,8 +43952,6 @@ import Foundation case .personAvailable16Regular: return ".personAvailable16Regular" case .personAvailable20Filled: return ".personAvailable20Filled" case .personAvailable20Regular: return ".personAvailable20Regular" - default: break } - switch self { case .personAvailable24Filled: return ".personAvailable24Filled" case .personAvailable24Regular: return ".personAvailable24Regular" case .personAvailable32Light: return ".personAvailable32Light" @@ -43896,6 +44026,8 @@ import Foundation case .personFeedback24Filled: return ".personFeedback24Filled" case .personFeedback24Regular: return ".personFeedback24Regular" case .personFeedback28Filled: return ".personFeedback28Filled" + default: break } + switch self { case .personFeedback28Regular: return ".personFeedback28Regular" case .personFeedback32Filled: return ".personFeedback32Filled" case .personFeedback32Light: return ".personFeedback32Light" @@ -43922,8 +44054,6 @@ import Foundation case .personInfo16Regular: return ".personInfo16Regular" case .personInfo20Filled: return ".personInfo20Filled" case .personInfo20Regular: return ".personInfo20Regular" - default: break } - switch self { case .personInfo24Filled: return ".personInfo24Filled" case .personInfo24Regular: return ".personInfo24Regular" case .personKey20Filled: return ".personKey20Filled" @@ -43998,6 +44128,8 @@ import Foundation case .personProhibited16Filled: return ".personProhibited16Filled" case .personProhibited16Regular: return ".personProhibited16Regular" case .personProhibited20Filled: return ".personProhibited20Filled" + default: break } + switch self { case .personProhibited20Regular: return ".personProhibited20Regular" case .personProhibited24Filled: return ".personProhibited24Filled" case .personProhibited24Regular: return ".personProhibited24Regular" @@ -44024,8 +44156,6 @@ import Foundation case .personSearch16Regular: return ".personSearch16Regular" case .personSearch20Filled: return ".personSearch20Filled" case .personSearch20Regular: return ".personSearch20Regular" - default: break } - switch self { case .personSearch24Filled: return ".personSearch24Filled" case .personSearch24Regular: return ".personSearch24Regular" case .personSearch32Filled: return ".personSearch32Filled" @@ -44100,6 +44230,8 @@ import Foundation case .personSync16Filled: return ".personSync16Filled" case .personSync16Regular: return ".personSync16Regular" case .personSync20Filled: return ".personSync20Filled" + default: break } + switch self { case .personSync20Regular: return ".personSync20Regular" case .personSync24Filled: return ".personSync24Filled" case .personSync24Regular: return ".personSync24Regular" @@ -44126,8 +44258,6 @@ import Foundation case .personTentative24Filled: return ".personTentative24Filled" case .personTentative24Regular: return ".personTentative24Regular" case .personVoice16Filled: return ".personVoice16Filled" - default: break } - switch self { case .personVoice16Regular: return ".personVoice16Regular" case .personVoice20Filled: return ".personVoice20Filled" case .personVoice20Regular: return ".personVoice20Regular" @@ -44202,6 +44332,8 @@ import Foundation case .phoneDesktop32Regular: return ".phoneDesktop32Regular" case .phoneDesktop48Filled: return ".phoneDesktop48Filled" case .phoneDesktop48Regular: return ".phoneDesktop48Regular" + default: break } + switch self { case .phoneDesktopAdd20Filled: return ".phoneDesktopAdd20Filled" case .phoneDesktopAdd20Regular: return ".phoneDesktopAdd20Regular" case .phoneDismiss20Filled: return ".phoneDismiss20Filled" @@ -44228,8 +44360,6 @@ import Foundation case .phoneKey20Regular: return ".phoneKey20Regular" case .phoneKey24Filled: return ".phoneKey24Filled" case .phoneKey24Regular: return ".phoneKey24Regular" - default: break } - switch self { case .phoneLaptop16Filled: return ".phoneLaptop16Filled" case .phoneLaptop16Regular: return ".phoneLaptop16Regular" case .phoneLaptop20Filled: return ".phoneLaptop20Filled" @@ -44304,6 +44434,8 @@ import Foundation case .phoneUpdate24Regular: return ".phoneUpdate24Regular" case .phoneUpdateCheckmark20Filled: return ".phoneUpdateCheckmark20Filled" case .phoneUpdateCheckmark20Regular: return ".phoneUpdateCheckmark20Regular" + default: break } + switch self { case .phoneUpdateCheckmark24Filled: return ".phoneUpdateCheckmark24Filled" case .phoneUpdateCheckmark24Regular: return ".phoneUpdateCheckmark24Regular" case .phoneVerticalScroll20Filled: return ".phoneVerticalScroll20Filled" @@ -44330,8 +44462,6 @@ import Foundation case .pictureInPicture24Regular: return ".pictureInPicture24Regular" case .pictureInPicture32Light: return ".pictureInPicture32Light" case .pictureInPictureEnter16Filled: return ".pictureInPictureEnter16Filled" - default: break } - switch self { case .pictureInPictureEnter16Regular: return ".pictureInPictureEnter16Regular" case .pictureInPictureEnter20Filled: return ".pictureInPictureEnter20Filled" case .pictureInPictureEnter20Regular: return ".pictureInPictureEnter20Regular" @@ -44406,6 +44536,8 @@ import Foundation case .plantCattail24Filled: return ".plantCattail24Filled" case .plantCattail24Regular: return ".plantCattail24Regular" case .plantGrass20Filled: return ".plantGrass20Filled" + default: break } + switch self { case .plantGrass20Regular: return ".plantGrass20Regular" case .plantGrass24Filled: return ".plantGrass24Filled" case .plantGrass24Regular: return ".plantGrass24Regular" @@ -44432,8 +44564,6 @@ import Foundation case .play48Filled: return ".play48Filled" case .play48Regular: return ".play48Regular" case .playCircle16Filled: return ".playCircle16Filled" - default: break } - switch self { case .playCircle16Regular: return ".playCircle16Regular" case .playCircle20Filled: return ".playCircle20Filled" case .playCircle20Regular: return ".playCircle20Regular" @@ -44508,6 +44638,8 @@ import Foundation case .pollOff16Regular: return ".pollOff16Regular" case .pollOff20Filled: return ".pollOff20Filled" case .pollOff20Regular: return ".pollOff20Regular" + default: break } + switch self { case .pollOff24Filled: return ".pollOff24Filled" case .pollOff24Regular: return ".pollOff24Regular" case .pollOff32Filled: return ".pollOff32Filled" @@ -44534,8 +44666,6 @@ import Foundation case .positionBackward24Regular: return ".positionBackward24Regular" case .positionForward20Filled: return ".positionForward20Filled" case .positionForward20Regular: return ".positionForward20Regular" - default: break } - switch self { case .positionForward24Filled: return ".positionForward24Filled" case .positionForward24Regular: return ".positionForward24Regular" case .positionToBack20Filled: return ".positionToBack20Filled" @@ -44610,6 +44740,8 @@ import Foundation case .presenceDnd12Regular: return ".presenceDnd12Regular" case .presenceDnd16Filled: return ".presenceDnd16Filled" case .presenceDnd16Regular: return ".presenceDnd16Regular" + default: break } + switch self { case .presenceDnd20Filled: return ".presenceDnd20Filled" case .presenceDnd20Regular: return ".presenceDnd20Regular" case .presenceDnd24Filled: return ".presenceDnd24Filled" @@ -44636,8 +44768,6 @@ import Foundation case .presenceUnknown24Regular: return ".presenceUnknown24Regular" case .presenter20Filled: return ".presenter20Filled" case .presenter20Regular: return ".presenter20Regular" - default: break } - switch self { case .presenter24Filled: return ".presenter24Filled" case .presenter24Regular: return ".presenter24Regular" case .presenterOff20Filled: return ".presenterOff20Filled" @@ -44712,6 +44842,8 @@ import Foundation case .prohibitedMultiple24Filled: return ".prohibitedMultiple24Filled" case .prohibitedMultiple24Regular: return ".prohibitedMultiple24Regular" case .prohibitedMultiple28Filled: return ".prohibitedMultiple28Filled" + default: break } + switch self { case .prohibitedMultiple28Regular: return ".prohibitedMultiple28Regular" case .prohibitedNote20Filled: return ".prohibitedNote20Filled" case .prohibitedNote20Regular: return ".prohibitedNote20Regular" @@ -44738,8 +44870,6 @@ import Foundation case .prompt16Filled: return ".prompt16Filled" case .prompt16Regular: return ".prompt16Regular" case .prompt20Filled: return ".prompt20Filled" - default: break } - switch self { case .prompt20Regular: return ".prompt20Regular" case .prompt24Filled: return ".prompt24Filled" case .prompt24Regular: return ".prompt24Regular" @@ -44814,6 +44944,8 @@ import Foundation case .question32Regular: return ".question32Regular" case .question48Filled: return ".question48Filled" case .question48Regular: return ".question48Regular" + default: break } + switch self { case .questionCircle12Filled: return ".questionCircle12Filled" case .questionCircle12Regular: return ".questionCircle12Regular" case .questionCircle16Filled: return ".questionCircle16Filled" @@ -44840,8 +44972,6 @@ import Foundation case .radar20Regular: return ".radar20Regular" case .radarCheckmark20Filled: return ".radarCheckmark20Filled" case .radarCheckmark20Regular: return ".radarCheckmark20Regular" - default: break } - switch self { case .radarRectangleMultiple20Filled: return ".radarRectangleMultiple20Filled" case .radarRectangleMultiple20Regular: return ".radarRectangleMultiple20Regular" case .radioButton16Filled: return ".radioButton16Filled" @@ -44916,6 +45046,8 @@ import Foundation case .realEstate20Filled: return ".realEstate20Filled" case .realEstate20Regular: return ".realEstate20Regular" case .realEstate24Filled: return ".realEstate24Filled" + default: break } + switch self { case .realEstate24Regular: return ".realEstate24Regular" case .receipt16Filled: return ".receipt16Filled" case .receipt16Regular: return ".receipt16Regular" @@ -44927,6 +45059,8 @@ import Foundation case .receipt28Regular: return ".receipt28Regular" case .receipt32Filled: return ".receipt32Filled" case .receipt32Regular: return ".receipt32Regular" + case .receipt48Filled: return ".receipt48Filled" + case .receipt48Regular: return ".receipt48Regular" case .receiptAdd20Filled: return ".receiptAdd20Filled" case .receiptAdd20Regular: return ".receiptAdd20Regular" case .receiptAdd24Filled: return ".receiptAdd24Filled" @@ -44942,8 +45076,6 @@ import Foundation case .receiptMoney16Filled: return ".receiptMoney16Filled" case .receiptMoney16Regular: return ".receiptMoney16Regular" case .receiptMoney20Filled: return ".receiptMoney20Filled" - default: break } - switch self { case .receiptMoney20Regular: return ".receiptMoney20Regular" case .receiptMoney24Filled: return ".receiptMoney24Filled" case .receiptMoney24Regular: return ".receiptMoney24Regular" @@ -45016,6 +45148,8 @@ import Foundation case .rectangleLandscapeSparkle24Regular: return ".rectangleLandscapeSparkle24Regular" case .rectangleLandscapeSparkle28Filled: return ".rectangleLandscapeSparkle28Filled" case .rectangleLandscapeSparkle28Regular: return ".rectangleLandscapeSparkle28Regular" + default: break } + switch self { case .rectangleLandscapeSparkle32Filled: return ".rectangleLandscapeSparkle32Filled" case .rectangleLandscapeSparkle32Regular: return ".rectangleLandscapeSparkle32Regular" case .rectangleLandscapeSparkle48Filled: return ".rectangleLandscapeSparkle48Filled" @@ -45044,8 +45178,6 @@ import Foundation case .recycle32Regular: return ".recycle32Regular" case .remixAdd16Filled: return ".remixAdd16Filled" case .remixAdd16Regular: return ".remixAdd16Regular" - default: break } - switch self { case .remixAdd20Filled: return ".remixAdd20Filled" case .remixAdd20Regular: return ".remixAdd20Regular" case .remixAdd24Filled: return ".remixAdd24Filled" @@ -45118,6 +45250,8 @@ import Foundation case .reward16Regular: return ".reward16Regular" case .reward20Filled: return ".reward20Filled" case .reward20Regular: return ".reward20Regular" + default: break } + switch self { case .reward24Filled: return ".reward24Filled" case .reward24Regular: return ".reward24Regular" case .reward32Filled: return ".reward32Filled" @@ -45146,8 +45280,6 @@ import Foundation case .ribbon12Regular: return ".ribbon12Regular" case .ribbon16Filled: return ".ribbon16Filled" case .ribbon16Regular: return ".ribbon16Regular" - default: break } - switch self { case .ribbon20Filled: return ".ribbon20Filled" case .ribbon20Regular: return ".ribbon20Regular" case .ribbon24Filled: return ".ribbon24Filled" @@ -45220,6 +45352,8 @@ import Foundation case .ruler16Filled: return ".ruler16Filled" case .ruler16Regular: return ".ruler16Regular" case .ruler20Filled: return ".ruler20Filled" + default: break } + switch self { case .ruler20Regular: return ".ruler20Regular" case .ruler24Filled: return ".ruler24Filled" case .ruler24Regular: return ".ruler24Regular" @@ -45248,8 +45382,6 @@ import Foundation case .save16Filled: return ".save16Filled" case .save16Regular: return ".save16Regular" case .save20Filled: return ".save20Filled" - default: break } - switch self { case .save20Regular: return ".save20Regular" case .save24Filled: return ".save24Filled" case .save24Regular: return ".save24Regular" @@ -45322,6 +45454,8 @@ import Foundation case .scanCamera48Regular: return ".scanCamera48Regular" case .scanDash12Filled: return ".scanDash12Filled" case .scanDash12Regular: return ".scanDash12Regular" + default: break } + switch self { case .scanDash16Filled: return ".scanDash16Filled" case .scanDash16Regular: return ".scanDash16Regular" case .scanDash20Filled: return ".scanDash20Filled" @@ -45350,8 +45484,6 @@ import Foundation case .scanPerson48Regular: return ".scanPerson48Regular" case .scanQrCode24Filled: return ".scanQrCode24Filled" case .scanQrCode24Regular: return ".scanQrCode24Regular" - default: break } - switch self { case .scanTable20Filled: return ".scanTable20Filled" case .scanTable20Regular: return ".scanTable20Regular" case .scanTable24Filled: return ".scanTable24Filled" @@ -45424,6 +45556,8 @@ import Foundation case .screenshotRecord24Regular: return ".screenshotRecord24Regular" case .screenshotRecord28Filled: return ".screenshotRecord28Filled" case .screenshotRecord28Regular: return ".screenshotRecord28Regular" + default: break } + switch self { case .script16Filled: return ".script16Filled" case .script16Regular: return ".script16Regular" case .script20Filled: return ".script20Filled" @@ -45452,8 +45586,6 @@ import Foundation case .searchInfo24Regular: return ".searchInfo24Regular" case .searchSettings20Filled: return ".searchSettings20Filled" case .searchSettings20Regular: return ".searchSettings20Regular" - default: break } - switch self { case .searchShield20Filled: return ".searchShield20Filled" case .searchShield20Regular: return ".searchShield20Regular" case .searchSparkle16Filled: return ".searchSparkle16Filled" @@ -45526,6 +45658,8 @@ import Foundation case .send20Regular: return ".send20Regular" case .send24Filled: return ".send24Filled" case .send24Regular: return ".send24Regular" + default: break } + switch self { case .send28Filled: return ".send28Filled" case .send28Regular: return ".send28Regular" case .send32Filled: return ".send32Filled" @@ -45554,8 +45688,6 @@ import Foundation case .sendCopy24Filled: return ".sendCopy24Filled" case .sendCopy24Regular: return ".sendCopy24Regular" case .sendPerson16Filled: return ".sendPerson16Filled" - default: break } - switch self { case .sendPerson16Regular: return ".sendPerson16Regular" case .sendPerson20Filled: return ".sendPerson20Filled" case .sendPerson20Regular: return ".sendPerson20Regular" @@ -45628,6 +45760,8 @@ import Foundation case .shapeIntersect16Regular: return ".shapeIntersect16Regular" case .shapeIntersect20Filled: return ".shapeIntersect20Filled" case .shapeIntersect20Regular: return ".shapeIntersect20Regular" + default: break } + switch self { case .shapeIntersect24Filled: return ".shapeIntersect24Filled" case .shapeIntersect24Regular: return ".shapeIntersect24Regular" case .shapeOrganic16Filled: return ".shapeOrganic16Filled" @@ -45656,8 +45790,6 @@ import Foundation case .shapeUnion24Regular: return ".shapeUnion24Regular" case .shapes16Filled: return ".shapes16Filled" case .shapes16Regular: return ".shapes16Regular" - default: break } - switch self { case .shapes20Filled: return ".shapes20Filled" case .shapes20Regular: return ".shapes20Regular" case .shapes24Filled: return ".shapes24Filled" @@ -45730,6 +45862,8 @@ import Foundation case .shareScreenPersonOverlayInside28Filled: return ".shareScreenPersonOverlayInside28Filled" case .shareScreenPersonOverlayInside28Regular: return ".shareScreenPersonOverlayInside28Regular" case .shareScreenPersonP16Filled: return ".shareScreenPersonP16Filled" + default: break } + switch self { case .shareScreenPersonP16Regular: return ".shareScreenPersonP16Regular" case .shareScreenPersonP20Filled: return ".shareScreenPersonP20Filled" case .shareScreenPersonP20Regular: return ".shareScreenPersonP20Regular" @@ -45758,8 +45892,6 @@ import Foundation case .shield12Filled: return ".shield12Filled" case .shield12Regular: return ".shield12Regular" case .shield16Filled: return ".shield16Filled" - default: break } - switch self { case .shield16Regular: return ".shield16Regular" case .shield20Filled: return ".shield20Filled" case .shield20Regular: return ".shield20Regular" @@ -45832,6 +45964,8 @@ import Foundation case .shieldLock20Regular: return ".shieldLock20Regular" case .shieldLock24Filled: return ".shieldLock24Filled" case .shieldLock24Regular: return ".shieldLock24Regular" + default: break } + switch self { case .shieldLock28Filled: return ".shieldLock28Filled" case .shieldLock28Regular: return ".shieldLock28Regular" case .shieldLock48Filled: return ".shieldLock48Filled" @@ -45860,8 +45994,6 @@ import Foundation case .shieldTask24Regular: return ".shieldTask24Regular" case .shieldTask28Filled: return ".shieldTask28Filled" case .shieldTask28Regular: return ".shieldTask28Regular" - default: break } - switch self { case .shieldTask32Filled: return ".shieldTask32Filled" case .shieldTask32Regular: return ".shieldTask32Regular" case .shieldTask48Filled: return ".shieldTask48Filled" @@ -45934,6 +46066,8 @@ import Foundation case .shoppingBagAdd16Regular: return ".shoppingBagAdd16Regular" case .shoppingBagAdd20Filled: return ".shoppingBagAdd20Filled" case .shoppingBagAdd20Regular: return ".shoppingBagAdd20Regular" + default: break } + switch self { case .shoppingBagAdd24Filled: return ".shoppingBagAdd24Filled" case .shoppingBagAdd24Regular: return ".shoppingBagAdd24Regular" case .shoppingBagArrowLeft20Filled: return ".shoppingBagArrowLeft20Filled" @@ -45962,8 +46096,6 @@ import Foundation case .shoppingBagTag20Regular: return ".shoppingBagTag20Regular" case .shoppingBagTag24Filled: return ".shoppingBagTag24Filled" case .shoppingBagTag24Regular: return ".shoppingBagTag24Regular" - default: break } - switch self { case .shoppingBagTag28Filled: return ".shoppingBagTag28Filled" case .shoppingBagTag28Regular: return ".shoppingBagTag28Regular" case .shoppingBagTag32Filled: return ".shoppingBagTag32Filled" @@ -46036,6 +46168,8 @@ import Foundation case .skipForwardTab20Filled: return ".skipForwardTab20Filled" case .skipForwardTab20Regular: return ".skipForwardTab20Regular" case .skipForwardTab24Filled: return ".skipForwardTab24Filled" + default: break } + switch self { case .skipForwardTab24Regular: return ".skipForwardTab24Regular" case .slashForward12Filled: return ".slashForward12Filled" case .slashForward12Regular: return ".slashForward12Regular" @@ -46064,8 +46198,6 @@ import Foundation case .slideArrowRight20Filled: return ".slideArrowRight20Filled" case .slideArrowRight20Regular: return ".slideArrowRight20Regular" case .slideArrowRight24Filled: return ".slideArrowRight24Filled" - default: break } - switch self { case .slideArrowRight24Regular: return ".slideArrowRight24Regular" case .slideContent24Filled: return ".slideContent24Filled" case .slideContent24Regular: return ".slideContent24Regular" @@ -46138,6 +46270,8 @@ import Foundation case .slideSettings24Filled: return ".slideSettings24Filled" case .slideSettings24Regular: return ".slideSettings24Regular" case .slideSize20Filled: return ".slideSize20Filled" + default: break } + switch self { case .slideSize20Regular: return ".slideSize20Regular" case .slideSize24Filled: return ".slideSize24Filled" case .slideSize24Regular: return ".slideSize24Regular" @@ -46166,8 +46300,6 @@ import Foundation case .slideTextCursor24Filled: return ".slideTextCursor24Filled" case .slideTextCursor24Regular: return ".slideTextCursor24Regular" case .slideTextEdit16Filled: return ".slideTextEdit16Filled" - default: break } - switch self { case .slideTextEdit16Regular: return ".slideTextEdit16Regular" case .slideTextEdit20Filled: return ".slideTextEdit20Filled" case .slideTextEdit20Regular: return ".slideTextEdit20Regular" @@ -46240,6 +46372,8 @@ import Foundation case .space3D20Filled: return ".space3D20Filled" case .space3D20Regular: return ".space3D20Regular" case .space3D24Filled: return ".space3D24Filled" + default: break } + switch self { case .space3D24Regular: return ".space3D24Regular" case .space3D28Filled: return ".space3D28Filled" case .space3D28Regular: return ".space3D28Regular" @@ -46268,8 +46402,6 @@ import Foundation case .sparkleCircle20Filled: return ".sparkleCircle20Filled" case .sparkleCircle20Regular: return ".sparkleCircle20Regular" case .sparkleCircle24Filled: return ".sparkleCircle24Filled" - default: break } - switch self { case .sparkleCircle24Regular: return ".sparkleCircle24Regular" case .sparkleCircle28Filled: return ".sparkleCircle28Filled" case .sparkleCircle28Regular: return ".sparkleCircle28Regular" @@ -46342,6 +46474,8 @@ import Foundation case .speakerEdit20Filled: return ".speakerEdit20Filled" case .speakerEdit20Regular: return ".speakerEdit20Regular" case .speakerEdit24Filled: return ".speakerEdit24Filled" + default: break } + switch self { case .speakerEdit24Regular: return ".speakerEdit24Regular" case .speakerMute16Filled: return ".speakerMute16Filled" case .speakerMute16Regular: return ".speakerMute16Regular" @@ -46370,8 +46504,6 @@ import Foundation case .speakerSettings24Filled: return ".speakerSettings24Filled" case .speakerSettings24Regular: return ".speakerSettings24Regular" case .speakerSettings28Filled: return ".speakerSettings28Filled" - default: break } - switch self { case .speakerSettings28Regular: return ".speakerSettings28Regular" case .speakerUsb20Filled: return ".speakerUsb20Filled" case .speakerUsb20Regular: return ".speakerUsb20Regular" @@ -46444,6 +46576,8 @@ import Foundation case .sprayCan16Filled: return ".sprayCan16Filled" case .sprayCan16Regular: return ".sprayCan16Regular" case .square12Filled: return ".square12Filled" + default: break } + switch self { case .square12Regular: return ".square12Regular" case .square16Filled: return ".square16Filled" case .square16Regular: return ".square16Regular" @@ -46472,8 +46606,6 @@ import Foundation case .squareArrowForward32Filled: return ".squareArrowForward32Filled" case .squareArrowForward32Light: return ".squareArrowForward32Light" case .squareArrowForward32Regular: return ".squareArrowForward32Regular" - default: break } - switch self { case .squareArrowForward48Filled: return ".squareArrowForward48Filled" case .squareArrowForward48Regular: return ".squareArrowForward48Regular" case .squareDismiss16Filled: return ".squareDismiss16Filled" @@ -46546,6 +46678,8 @@ import Foundation case .squareMultiple16Regular: return ".squareMultiple16Regular" case .squareMultiple20Filled: return ".squareMultiple20Filled" case .squareMultiple20Regular: return ".squareMultiple20Regular" + default: break } + switch self { case .squareMultiple24Filled: return ".squareMultiple24Filled" case .squareMultiple24Regular: return ".squareMultiple24Regular" case .squareMultiple28Filled: return ".squareMultiple28Filled" @@ -46574,8 +46708,6 @@ import Foundation case .stackAdd24Regular: return ".stackAdd24Regular" case .stackArrowForward20Filled: return ".stackArrowForward20Filled" case .stackArrowForward20Regular: return ".stackArrowForward20Regular" - default: break } - switch self { case .stackArrowForward24Filled: return ".stackArrowForward24Filled" case .stackArrowForward24Regular: return ".stackArrowForward24Regular" case .stackStar16Filled: return ".stackStar16Filled" @@ -46648,6 +46780,8 @@ import Foundation case .starEdit24Filled: return ".starEdit24Filled" case .starEdit24Regular: return ".starEdit24Regular" case .starEmphasis16Filled: return ".starEmphasis16Filled" + default: break } + switch self { case .starEmphasis16Regular: return ".starEmphasis16Regular" case .starEmphasis20Filled: return ".starEmphasis20Filled" case .starEmphasis20Regular: return ".starEmphasis20Regular" @@ -46676,8 +46810,6 @@ import Foundation case .starOff16Filled: return ".starOff16Filled" case .starOff16Regular: return ".starOff16Regular" case .starOff20Filled: return ".starOff20Filled" - default: break } - switch self { case .starOff20Regular: return ".starOff20Regular" case .starOff24Filled: return ".starOff24Filled" case .starOff24Regular: return ".starOff24Regular" @@ -46750,6 +46882,8 @@ import Foundation case .sticker24Filled: return ".sticker24Filled" case .sticker24Regular: return ".sticker24Regular" case .stickerAdd20Filled: return ".stickerAdd20Filled" + default: break } + switch self { case .stickerAdd20Regular: return ".stickerAdd20Regular" case .stickerAdd24Filled: return ".stickerAdd24Filled" case .stickerAdd24Regular: return ".stickerAdd24Regular" @@ -46778,8 +46912,6 @@ import Foundation case .storeMicrosoft24Filled: return ".storeMicrosoft24Filled" case .storeMicrosoft24Regular: return ".storeMicrosoft24Regular" case .stream20Filled: return ".stream20Filled" - default: break } - switch self { case .stream20Regular: return ".stream20Regular" case .stream24Filled: return ".stream24Filled" case .stream24Regular: return ".stream24Regular" @@ -46852,6 +46984,8 @@ import Foundation case .subtractParentheses24Filled: return ".subtractParentheses24Filled" case .subtractParentheses24Regular: return ".subtractParentheses24Regular" case .subtractParentheses28Filled: return ".subtractParentheses28Filled" + default: break } + switch self { case .subtractParentheses28Regular: return ".subtractParentheses28Regular" case .subtractParentheses32Filled: return ".subtractParentheses32Filled" case .subtractParentheses32Regular: return ".subtractParentheses32Regular" @@ -46880,8 +47014,6 @@ import Foundation case .swimmingPool24Filled: return ".swimmingPool24Filled" case .swimmingPool24Regular: return ".swimmingPool24Regular" case .swimmingPool32Filled: return ".swimmingPool32Filled" - default: break } - switch self { case .swimmingPool32Regular: return ".swimmingPool32Regular" case .swimmingPool48Filled: return ".swimmingPool48Filled" case .swimmingPool48Regular: return ".swimmingPool48Regular" @@ -46954,6 +47086,8 @@ import Foundation case .tabDesktopBottom20Regular: return ".tabDesktopBottom20Regular" case .tabDesktopBottom24Filled: return ".tabDesktopBottom24Filled" case .tabDesktopBottom24Regular: return ".tabDesktopBottom24Regular" + default: break } + switch self { case .tabDesktopClock20Filled: return ".tabDesktopClock20Filled" case .tabDesktopClock20Regular: return ".tabDesktopClock20Regular" case .tabDesktopCopy20Filled: return ".tabDesktopCopy20Filled" @@ -46982,8 +47116,6 @@ import Foundation case .tabDesktopMultipleAdd16Regular: return ".tabDesktopMultipleAdd16Regular" case .tabDesktopMultipleAdd20Filled: return ".tabDesktopMultipleAdd20Filled" case .tabDesktopMultipleAdd20Regular: return ".tabDesktopMultipleAdd20Regular" - default: break } - switch self { case .tabDesktopMultipleBottom20Filled: return ".tabDesktopMultipleBottom20Filled" case .tabDesktopMultipleBottom20Regular: return ".tabDesktopMultipleBottom20Regular" case .tabDesktopMultipleBottom24Filled: return ".tabDesktopMultipleBottom24Filled" @@ -47056,6 +47188,8 @@ import Foundation case .tableBottomRow16Filled: return ".tableBottomRow16Filled" case .tableBottomRow16Regular: return ".tableBottomRow16Regular" case .tableBottomRow20Filled: return ".tableBottomRow20Filled" + default: break } + switch self { case .tableBottomRow20Regular: return ".tableBottomRow20Regular" case .tableBottomRow24Filled: return ".tableBottomRow24Filled" case .tableBottomRow24Regular: return ".tableBottomRow24Regular" @@ -47084,8 +47218,6 @@ import Foundation case .tableCellsMerge24Filled: return ".tableCellsMerge24Filled" case .tableCellsMerge24Regular: return ".tableCellsMerge24Regular" case .tableCellsMerge28Filled: return ".tableCellsMerge28Filled" - default: break } - switch self { case .tableCellsMerge28Regular: return ".tableCellsMerge28Regular" case .tableCellsMerge32Light: return ".tableCellsMerge32Light" case .tableCellsSplit16Filled: return ".tableCellsSplit16Filled" @@ -47158,6 +47290,8 @@ import Foundation case .tableFreezeColumnAndRow16Regular: return ".tableFreezeColumnAndRow16Regular" case .tableFreezeColumnAndRow20Filled: return ".tableFreezeColumnAndRow20Filled" case .tableFreezeColumnAndRow20Regular: return ".tableFreezeColumnAndRow20Regular" + default: break } + switch self { case .tableFreezeColumnAndRow24Filled: return ".tableFreezeColumnAndRow24Filled" case .tableFreezeColumnAndRow24Regular: return ".tableFreezeColumnAndRow24Regular" case .tableFreezeColumnAndRow28Filled: return ".tableFreezeColumnAndRow28Filled" @@ -47186,8 +47320,6 @@ import Foundation case .tableInsertRow20Regular: return ".tableInsertRow20Regular" case .tableInsertRow24Filled: return ".tableInsertRow24Filled" case .tableInsertRow24Regular: return ".tableInsertRow24Regular" - default: break } - switch self { case .tableInsertRow28Filled: return ".tableInsertRow28Filled" case .tableInsertRow28Regular: return ".tableInsertRow28Regular" case .tableLightning16Filled: return ".tableLightning16Filled" @@ -47260,6 +47392,8 @@ import Foundation case .tableOffset20Regular: return ".tableOffset20Regular" case .tableOffset24Filled: return ".tableOffset24Filled" case .tableOffset24Regular: return ".tableOffset24Regular" + default: break } + switch self { case .tableOffsetAdd20Filled: return ".tableOffsetAdd20Filled" case .tableOffsetAdd20Regular: return ".tableOffsetAdd20Regular" case .tableOffsetAdd24Filled: return ".tableOffsetAdd24Filled" @@ -47288,8 +47422,6 @@ import Foundation case .tableResizeRow24Regular: return ".tableResizeRow24Regular" case .tableResizeRow28Filled: return ".tableResizeRow28Filled" case .tableResizeRow28Regular: return ".tableResizeRow28Regular" - default: break } - switch self { case .tableSearch20Filled: return ".tableSearch20Filled" case .tableSearch20Regular: return ".tableSearch20Regular" case .tableSettings16Filled: return ".tableSettings16Filled" @@ -47362,6 +47494,8 @@ import Foundation case .tableSplit20Regular: return ".tableSplit20Regular" case .tableStackAbove16Filled: return ".tableStackAbove16Filled" case .tableStackAbove16Regular: return ".tableStackAbove16Regular" + default: break } + switch self { case .tableStackAbove20Filled: return ".tableStackAbove20Filled" case .tableStackAbove20Regular: return ".tableStackAbove20Regular" case .tableStackAbove24Filled: return ".tableStackAbove24Filled" @@ -47390,8 +47524,6 @@ import Foundation case .tableStackRight20Regular: return ".tableStackRight20Regular" case .tableStackRight24Filled: return ".tableStackRight24Filled" case .tableStackRight24Regular: return ".tableStackRight24Regular" - default: break } - switch self { case .tableStackRight28Filled: return ".tableStackRight28Filled" case .tableStackRight28Regular: return ".tableStackRight28Regular" case .tableSwitch16Filled: return ".tableSwitch16Filled" @@ -47464,6 +47596,8 @@ import Foundation case .tagLockAccent16Filled: return ".tagLockAccent16Filled" case .tagLockAccent20Filled: return ".tagLockAccent20Filled" case .tagLockAccent24Filled: return ".tagLockAccent24Filled" + default: break } + switch self { case .tagLockAccent32Filled: return ".tagLockAccent32Filled" case .tagMultiple16Filled: return ".tagMultiple16Filled" case .tagMultiple16Regular: return ".tagMultiple16Regular" @@ -47492,8 +47626,6 @@ import Foundation case .tagSearch20Filled: return ".tagSearch20Filled" case .tagSearch20Regular: return ".tagSearch20Regular" case .tagSearch24Filled: return ".tagSearch24Filled" - default: break } - switch self { case .tagSearch24Regular: return ".tagSearch24Regular" case .tapDouble20Filled: return ".tapDouble20Filled" case .tapDouble20Regular: return ".tapDouble20Regular" @@ -47566,6 +47698,8 @@ import Foundation case .tasksApp20Filled: return ".tasksApp20Filled" case .tasksApp20Regular: return ".tasksApp20Regular" case .tasksApp24Filled: return ".tasksApp24Filled" + default: break } + switch self { case .tasksApp24Regular: return ".tasksApp24Regular" case .tasksApp28Filled: return ".tasksApp28Filled" case .tasksApp28Regular: return ".tasksApp28Regular" @@ -47594,8 +47728,6 @@ import Foundation case .teardropBottomRight48Filled: return ".teardropBottomRight48Filled" case .teardropBottomRight48Regular: return ".teardropBottomRight48Regular" case .teddy20Filled: return ".teddy20Filled" - default: break } - switch self { case .teddy20Regular: return ".teddy20Regular" case .teddy24Filled: return ".teddy24Filled" case .teddy24Regular: return ".teddy24Regular" @@ -47668,6 +47800,8 @@ import Foundation case .textAlignCenterRotate27020Regular: return ".textAlignCenterRotate27020Regular" case .textAlignCenterRotate27024Filled: return ".textAlignCenterRotate27024Filled" case .textAlignCenterRotate27024Regular: return ".textAlignCenterRotate27024Regular" + default: break } + switch self { case .textAlignCenterRotate9016Filled: return ".textAlignCenterRotate9016Filled" case .textAlignCenterRotate9016Regular: return ".textAlignCenterRotate9016Regular" case .textAlignCenterRotate9020Filled: return ".textAlignCenterRotate9020Filled" @@ -47696,8 +47830,6 @@ import Foundation case .textAlignJustifyLow24Regular: return ".textAlignJustifyLow24Regular" case .textAlignJustifyLow9020Filled: return ".textAlignJustifyLow9020Filled" case .textAlignJustifyLow9020Regular: return ".textAlignJustifyLow9020Regular" - default: break } - switch self { case .textAlignJustifyLow9024Filled: return ".textAlignJustifyLow9024Filled" case .textAlignJustifyLow9024Regular: return ".textAlignJustifyLow9024Regular" case .textAlignJustifyLowRotate27020Filled: return ".textAlignJustifyLowRotate27020Filled" @@ -47770,6 +47902,8 @@ import Foundation case .textAsterisk20Regular: return ".textAsterisk20Regular" case .textBaseline20Filled: return ".textBaseline20Filled" case .textBaseline20Regular: return ".textBaseline20Regular" + default: break } + switch self { case .textBold16Filled: return ".textBold16Filled" case .textBold16Regular: return ".textBold16Regular" case .textBold20Filled: return ".textBold20Filled" @@ -47798,8 +47932,6 @@ import Foundation case .textBulletListAdd24Regular: return ".textBulletListAdd24Regular" case .textBulletListCheckmark20Filled: return ".textBulletListCheckmark20Filled" case .textBulletListCheckmark20Regular: return ".textBulletListCheckmark20Regular" - default: break } - switch self { case .textBulletListDismiss20Filled: return ".textBulletListDismiss20Filled" case .textBulletListDismiss20Regular: return ".textBulletListDismiss20Regular" case .textBulletListSquare16Filled: return ".textBulletListSquare16Filled" @@ -47872,6 +48004,8 @@ import Foundation case .textChangeCase16Regular: return ".textChangeCase16Regular" case .textChangeCase20Filled: return ".textChangeCase20Filled" case .textChangeCase20Regular: return ".textChangeCase20Regular" + default: break } + switch self { case .textChangeCase24Filled: return ".textChangeCase24Filled" case .textChangeCase24Regular: return ".textChangeCase24Regular" case .textClearFormatting16Filled: return ".textClearFormatting16Filled" @@ -47900,8 +48034,6 @@ import Foundation case .textColumnOne24Filled: return ".textColumnOne24Filled" case .textColumnOne24Regular: return ".textColumnOne24Regular" case .textColumnOneNarrow20Filled: return ".textColumnOneNarrow20Filled" - default: break } - switch self { case .textColumnOneNarrow20Regular: return ".textColumnOneNarrow20Regular" case .textColumnOneNarrow24Filled: return ".textColumnOneNarrow24Filled" case .textColumnOneNarrow24Regular: return ".textColumnOneNarrow24Regular" @@ -47974,6 +48106,8 @@ import Foundation case .textDirectionHorizontalRight24Regular: return ".textDirectionHorizontalRight24Regular" case .textDirectionRotate270Right20Filled: return ".textDirectionRotate270Right20Filled" case .textDirectionRotate270Right20Regular: return ".textDirectionRotate270Right20Regular" + default: break } + switch self { case .textDirectionRotate270Right24Filled: return ".textDirectionRotate270Right24Filled" case .textDirectionRotate270Right24Regular: return ".textDirectionRotate270Right24Regular" case .textDirectionRotate315Right20Filled: return ".textDirectionRotate315Right20Filled" @@ -48002,8 +48136,6 @@ import Foundation case .textEditStyle20Regular: return ".textEditStyle20Regular" case .textEditStyle24Filled: return ".textEditStyle24Filled" case .textEditStyle24Regular: return ".textEditStyle24Regular" - default: break } - switch self { case .textEditStyle32Light: return ".textEditStyle32Light" case .textEditStyleCharacterA32Filled: return ".textEditStyleCharacterA32Filled" case .textEditStyleCharacterA32Regular: return ".textEditStyleCharacterA32Regular" @@ -48076,6 +48208,8 @@ import Foundation case .textGrammarError20Regular: return ".textGrammarError20Regular" case .textGrammarLightning16Filled: return ".textGrammarLightning16Filled" case .textGrammarLightning16Regular: return ".textGrammarLightning16Regular" + default: break } + switch self { case .textGrammarLightning20Filled: return ".textGrammarLightning20Filled" case .textGrammarLightning20Regular: return ".textGrammarLightning20Regular" case .textGrammarLightning24Filled: return ".textGrammarLightning24Filled" @@ -48104,8 +48238,6 @@ import Foundation case .textHeader124Regular: return ".textHeader124Regular" case .textHeader1Lines16Filled: return ".textHeader1Lines16Filled" case .textHeader1Lines16Regular: return ".textHeader1Lines16Regular" - default: break } - switch self { case .textHeader1Lines20Filled: return ".textHeader1Lines20Filled" case .textHeader1Lines20Regular: return ".textHeader1Lines20Regular" case .textHeader1Lines24Filled: return ".textHeader1Lines24Filled" @@ -48178,6 +48310,8 @@ import Foundation case .textIndentIncreaseRotate9024Regular: return ".textIndentIncreaseRotate9024Regular" case .textItalic16Filled: return ".textItalic16Filled" case .textItalic16Regular: return ".textItalic16Regular" + default: break } + switch self { case .textItalic20Filled: return ".textItalic20Filled" case .textItalic20Regular: return ".textItalic20Regular" case .textItalic24Filled: return ".textItalic24Filled" @@ -48206,8 +48340,6 @@ import Foundation case .textNumberListRotate27024Regular: return ".textNumberListRotate27024Regular" case .textNumberListRotate9020Filled: return ".textNumberListRotate9020Filled" case .textNumberListRotate9020Regular: return ".textNumberListRotate9020Regular" - default: break } - switch self { case .textNumberListRotate9024Filled: return ".textNumberListRotate9024Filled" case .textNumberListRotate9024Regular: return ".textNumberListRotate9024Regular" case .textParagraph16Filled: return ".textParagraph16Filled" @@ -48280,6 +48412,8 @@ import Foundation case .textQuote20Regular: return ".textQuote20Regular" case .textQuote24Filled: return ".textQuote24Filled" case .textQuote24Regular: return ".textQuote24Regular" + default: break } + switch self { case .textSortAscending16Filled: return ".textSortAscending16Filled" case .textSortAscending16Regular: return ".textSortAscending16Regular" case .textSortAscending20Filled: return ".textSortAscending20Filled" @@ -48308,8 +48442,6 @@ import Foundation case .textSuperscript16Regular: return ".textSuperscript16Regular" case .textSuperscript20Filled: return ".textSuperscript20Filled" case .textSuperscript20Regular: return ".textSuperscript20Regular" - default: break } - switch self { case .textSuperscript24Filled: return ".textSuperscript24Filled" case .textSuperscript24Regular: return ".textSuperscript24Regular" case .textT12Filled: return ".textT12Filled" @@ -48382,6 +48514,8 @@ import Foundation case .textboxAlignBottomCenter24Regular: return ".textboxAlignBottomCenter24Regular" case .textboxAlignBottomLeft16Filled: return ".textboxAlignBottomLeft16Filled" case .textboxAlignBottomLeft16Regular: return ".textboxAlignBottomLeft16Regular" + default: break } + switch self { case .textboxAlignBottomLeft20Filled: return ".textboxAlignBottomLeft20Filled" case .textboxAlignBottomLeft20Regular: return ".textboxAlignBottomLeft20Regular" case .textboxAlignBottomLeft24Filled: return ".textboxAlignBottomLeft24Filled" @@ -48410,8 +48544,6 @@ import Foundation case .textboxAlignMiddle24Regular: return ".textboxAlignMiddle24Regular" case .textboxAlignMiddleLeft16Filled: return ".textboxAlignMiddleLeft16Filled" case .textboxAlignMiddleLeft16Regular: return ".textboxAlignMiddleLeft16Regular" - default: break } - switch self { case .textboxAlignMiddleLeft20Filled: return ".textboxAlignMiddleLeft20Filled" case .textboxAlignMiddleLeft20Regular: return ".textboxAlignMiddleLeft20Regular" case .textboxAlignMiddleLeft24Filled: return ".textboxAlignMiddleLeft24Filled" @@ -48484,6 +48616,8 @@ import Foundation case .thumbLike28Filled: return ".thumbLike28Filled" case .thumbLike28Regular: return ".thumbLike28Regular" case .thumbLike48Filled: return ".thumbLike48Filled" + default: break } + switch self { case .thumbLike48Regular: return ".thumbLike48Regular" case .thumbLikeDislike16Filled: return ".thumbLikeDislike16Filled" case .thumbLikeDislike16Regular: return ".thumbLikeDislike16Regular" @@ -48512,8 +48646,6 @@ import Foundation case .timePicker24Filled: return ".timePicker24Filled" case .timePicker24Regular: return ".timePicker24Regular" case .timeline20Filled: return ".timeline20Filled" - default: break } - switch self { case .timeline20Regular: return ".timeline20Regular" case .timeline24Filled: return ".timeline24Filled" case .timeline24Regular: return ".timeline24Regular" @@ -48586,6 +48718,8 @@ import Foundation case .toolbox32Filled: return ".toolbox32Filled" case .toolbox32Light: return ".toolbox32Light" case .toolbox32Regular: return ".toolbox32Regular" + default: break } + switch self { case .tooltipQuote20Filled: return ".tooltipQuote20Filled" case .tooltipQuote20Regular: return ".tooltipQuote20Regular" case .tooltipQuote24Filled: return ".tooltipQuote24Filled" @@ -48614,8 +48748,6 @@ import Foundation case .translateOff24Filled: return ".translateOff24Filled" case .translateOff24Regular: return ".translateOff24Regular" case .transmission20Filled: return ".transmission20Filled" - default: break } - switch self { case .transmission20Regular: return ".transmission20Regular" case .transmission24Filled: return ".transmission24Filled" case .transmission24Regular: return ".transmission24Regular" @@ -48688,6 +48820,8 @@ import Foundation case .triangleUp20Filled: return ".triangleUp20Filled" case .triangleUp20Regular: return ".triangleUp20Regular" case .trophy16Filled: return ".trophy16Filled" + default: break } + switch self { case .trophy16Regular: return ".trophy16Regular" case .trophy20Filled: return ".trophy20Filled" case .trophy20Regular: return ".trophy20Regular" @@ -48716,8 +48850,6 @@ import Foundation case .trophyOff20Filled: return ".trophyOff20Filled" case .trophyOff20Regular: return ".trophyOff20Regular" case .trophyOff24Filled: return ".trophyOff24Filled" - default: break } - switch self { case .trophyOff24Regular: return ".trophyOff24Regular" case .trophyOff28Filled: return ".trophyOff28Filled" case .trophyOff28Regular: return ".trophyOff28Regular" @@ -48790,6 +48922,8 @@ import Foundation case .vehicleCab28Filled: return ".vehicleCab28Filled" case .vehicleCab28Regular: return ".vehicleCab28Regular" case .vehicleCableCar20Filled: return ".vehicleCableCar20Filled" + default: break } + switch self { case .vehicleCableCar20Regular: return ".vehicleCableCar20Regular" case .vehicleCableCar24Filled: return ".vehicleCableCar24Filled" case .vehicleCableCar24Regular: return ".vehicleCableCar24Regular" @@ -48818,8 +48952,6 @@ import Foundation case .vehicleCarCollision32Filled: return ".vehicleCarCollision32Filled" case .vehicleCarCollision32Regular: return ".vehicleCarCollision32Regular" case .vehicleCarCollision48Filled: return ".vehicleCarCollision48Filled" - default: break } - switch self { case .vehicleCarCollision48Regular: return ".vehicleCarCollision48Regular" case .vehicleCarParking16Filled: return ".vehicleCarParking16Filled" case .vehicleCarParking16Regular: return ".vehicleCarParking16Regular" @@ -48892,6 +49024,8 @@ import Foundation case .vehicleTruckProfile24Filled: return ".vehicleTruckProfile24Filled" case .vehicleTruckProfile24Regular: return ".vehicleTruckProfile24Regular" case .video16Filled: return ".video16Filled" + default: break } + switch self { case .video16Regular: return ".video16Regular" case .video20Filled: return ".video20Filled" case .video20Regular: return ".video20Regular" @@ -48920,8 +49054,6 @@ import Foundation case .videoBackgroundEffect20Regular: return ".videoBackgroundEffect20Regular" case .videoBackgroundEffect24Filled: return ".videoBackgroundEffect24Filled" case .videoBackgroundEffect24Regular: return ".videoBackgroundEffect24Regular" - default: break } - switch self { case .videoBackgroundEffect28Filled: return ".videoBackgroundEffect28Filled" case .videoBackgroundEffect28Regular: return ".videoBackgroundEffect28Regular" case .videoBackgroundEffect32Filled: return ".videoBackgroundEffect32Filled" @@ -48940,6 +49072,18 @@ import Foundation case .videoBackgroundEffectHorizontal32Regular: return ".videoBackgroundEffectHorizontal32Regular" case .videoBackgroundEffectHorizontal48Filled: return ".videoBackgroundEffectHorizontal48Filled" case .videoBackgroundEffectHorizontal48Regular: return ".videoBackgroundEffectHorizontal48Regular" + case .videoBluetooth16Filled: return ".videoBluetooth16Filled" + case .videoBluetooth16Regular: return ".videoBluetooth16Regular" + case .videoBluetooth20Filled: return ".videoBluetooth20Filled" + case .videoBluetooth20Regular: return ".videoBluetooth20Regular" + case .videoBluetooth24Filled: return ".videoBluetooth24Filled" + case .videoBluetooth24Regular: return ".videoBluetooth24Regular" + case .videoBluetooth28Filled: return ".videoBluetooth28Filled" + case .videoBluetooth28Regular: return ".videoBluetooth28Regular" + case .videoBluetooth32Filled: return ".videoBluetooth32Filled" + case .videoBluetooth32Regular: return ".videoBluetooth32Regular" + case .videoBluetooth48Filled: return ".videoBluetooth48Filled" + case .videoBluetooth48Regular: return ".videoBluetooth48Regular" case .videoChat16Filled: return ".videoChat16Filled" case .videoChat16Regular: return ".videoChat16Regular" case .videoChat20Filled: return ".videoChat20Filled" @@ -48982,6 +49126,8 @@ import Foundation case .videoClipOptimize20Filled: return ".videoClipOptimize20Filled" case .videoClipOptimize20Regular: return ".videoClipOptimize20Regular" case .videoClipOptimize24Filled: return ".videoClipOptimize24Filled" + default: break } + switch self { case .videoClipOptimize24Regular: return ".videoClipOptimize24Regular" case .videoClipOptimize28Filled: return ".videoClipOptimize28Filled" case .videoClipOptimize28Regular: return ".videoClipOptimize28Regular" @@ -49022,8 +49168,6 @@ import Foundation case .videoPerson32Filled: return ".videoPerson32Filled" case .videoPerson32Regular: return ".videoPerson32Regular" case .videoPerson48Filled: return ".videoPerson48Filled" - default: break } - switch self { case .videoPerson48Regular: return ".videoPerson48Regular" case .videoPersonCall16Filled: return ".videoPersonCall16Filled" case .videoPersonCall16Regular: return ".videoPersonCall16Regular" @@ -49084,6 +49228,8 @@ import Foundation case .videoPlayPause24Filled: return ".videoPlayPause24Filled" case .videoPlayPause24Regular: return ".videoPlayPause24Regular" case .videoProhibited16Filled: return ".videoProhibited16Filled" + default: break } + switch self { case .videoProhibited16Regular: return ".videoProhibited16Regular" case .videoProhibited20Filled: return ".videoProhibited20Filled" case .videoProhibited20Regular: return ".videoProhibited20Regular" @@ -49103,6 +49249,18 @@ import Foundation case .videoSwitch24Regular: return ".videoSwitch24Regular" case .videoSync20Filled: return ".videoSync20Filled" case .videoSync20Regular: return ".videoSync20Regular" + case .videoUsb16Filled: return ".videoUsb16Filled" + case .videoUsb16Regular: return ".videoUsb16Regular" + case .videoUsb20Filled: return ".videoUsb20Filled" + case .videoUsb20Regular: return ".videoUsb20Regular" + case .videoUsb24Filled: return ".videoUsb24Filled" + case .videoUsb24Regular: return ".videoUsb24Regular" + case .videoUsb28Filled: return ".videoUsb28Filled" + case .videoUsb28Regular: return ".videoUsb28Regular" + case .videoUsb32Filled: return ".videoUsb32Filled" + case .videoUsb32Regular: return ".videoUsb32Regular" + case .videoUsb48Filled: return ".videoUsb48Filled" + case .videoUsb48Regular: return ".videoUsb48Regular" case .viewDesktop20Filled: return ".viewDesktop20Filled" case .viewDesktop20Regular: return ".viewDesktop20Regular" case .viewDesktop24Filled: return ".viewDesktop24Filled" @@ -49124,8 +49282,6 @@ import Foundation case .voicemail28Filled: return ".voicemail28Filled" case .voicemail28Regular: return ".voicemail28Regular" case .voicemail32Filled: return ".voicemail32Filled" - default: break } - switch self { case .voicemail32Regular: return ".voicemail32Regular" case .voicemail48Filled: return ".voicemail48Filled" case .voicemail48Regular: return ".voicemail48Regular" @@ -49174,6 +49330,8 @@ import Foundation case .wallet48Filled: return ".wallet48Filled" case .wallet48Regular: return ".wallet48Regular" case .walletCreditCard16Filled: return ".walletCreditCard16Filled" + default: break } + switch self { case .walletCreditCard16Regular: return ".walletCreditCard16Regular" case .walletCreditCard20Filled: return ".walletCreditCard20Filled" case .walletCreditCard20Regular: return ".walletCreditCard20Regular" @@ -49226,8 +49384,6 @@ import Foundation case .washer24Filled: return ".washer24Filled" case .washer24Regular: return ".washer24Regular" case .washer32Filled: return ".washer32Filled" - default: break } - switch self { case .washer32Regular: return ".washer32Regular" case .washer48Filled: return ".washer48Filled" case .washer48Regular: return ".washer48Regular" @@ -49276,6 +49432,8 @@ import Foundation case .weatherHailDay24Filled: return ".weatherHailDay24Filled" case .weatherHailDay24Regular: return ".weatherHailDay24Regular" case .weatherHailDay48Filled: return ".weatherHailDay48Filled" + default: break } + switch self { case .weatherHailDay48Regular: return ".weatherHailDay48Regular" case .weatherHailNight20Filled: return ".weatherHailNight20Filled" case .weatherHailNight20Regular: return ".weatherHailNight20Regular" @@ -49328,8 +49486,6 @@ import Foundation case .weatherRain24Filled: return ".weatherRain24Filled" case .weatherRain24Regular: return ".weatherRain24Regular" case .weatherRain48Filled: return ".weatherRain48Filled" - default: break } - switch self { case .weatherRain48Regular: return ".weatherRain48Regular" case .weatherRainShowersDay20Filled: return ".weatherRainShowersDay20Filled" case .weatherRainShowersDay20Regular: return ".weatherRainShowersDay20Regular" @@ -49378,6 +49534,8 @@ import Foundation case .weatherSqualls20Filled: return ".weatherSqualls20Filled" case .weatherSqualls20Regular: return ".weatherSqualls20Regular" case .weatherSqualls24Filled: return ".weatherSqualls24Filled" + default: break } + switch self { case .weatherSqualls24Regular: return ".weatherSqualls24Regular" case .weatherSqualls48Filled: return ".weatherSqualls48Filled" case .weatherSqualls48Regular: return ".weatherSqualls48Regular" @@ -49430,8 +49588,6 @@ import Foundation case .whiteboardOff20Filled: return ".whiteboardOff20Filled" case .whiteboardOff20Regular: return ".whiteboardOff20Regular" case .whiteboardOff24Filled: return ".whiteboardOff24Filled" - default: break } - switch self { case .whiteboardOff24Regular: return ".whiteboardOff24Regular" case .wifi120Filled: return ".wifi120Filled" case .wifi120Regular: return ".wifi120Regular" @@ -49480,6 +49636,8 @@ import Foundation case .windowAd20Regular: return ".windowAd20Regular" case .windowAd24Filled: return ".windowAd24Filled" case .windowAd24Regular: return ".windowAd24Regular" + default: break } + switch self { case .windowAdOff20Filled: return ".windowAdOff20Filled" case .windowAdOff20Regular: return ".windowAdOff20Regular" case .windowAdPerson20Filled: return ".windowAdPerson20Filled" @@ -49532,8 +49690,6 @@ import Foundation case .windowDevTools20Regular: return ".windowDevTools20Regular" case .windowDevTools24Filled: return ".windowDevTools24Filled" case .windowDevTools24Regular: return ".windowDevTools24Regular" - default: break } - switch self { case .windowEdit16Filled: return ".windowEdit16Filled" case .windowEdit16Regular: return ".windowEdit16Regular" case .windowEdit20Filled: return ".windowEdit20Filled" @@ -49582,6 +49738,8 @@ import Foundation case .windowShield16Regular: return ".windowShield16Regular" case .windowShield20Filled: return ".windowShield20Filled" case .windowShield20Regular: return ".windowShield20Regular" + default: break } + switch self { case .windowShield24Filled: return ".windowShield24Filled" case .windowShield24Regular: return ".windowShield24Regular" case .windowText20Filled: return ".windowText20Filled" @@ -49634,8 +49792,6 @@ import Foundation case .xboxControllerError20Filled: return ".xboxControllerError20Filled" case .xboxControllerError20Regular: return ".xboxControllerError20Regular" case .xboxControllerError24Filled: return ".xboxControllerError24Filled" - default: break } - switch self { case .xboxControllerError24Regular: return ".xboxControllerError24Regular" case .xboxControllerError32Filled: return ".xboxControllerError32Filled" case .xboxControllerError32Regular: return ".xboxControllerError32Regular" diff --git a/ios/README.md b/ios/README.md index 4025c41024..ec6d82f6a6 100644 --- a/ios/README.md +++ b/ios/README.md @@ -6,13 +6,13 @@ ```ruby use_frameworks! -pod "FluentIcons", "1.1.256" +pod "FluentIcons", "1.1.257" ``` ### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.256" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.257" ``` ## Usage diff --git a/package-lock.json b/package-lock.json index c9cd5c071e..10c7144315 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14947,7 +14947,7 @@ }, "packages/react-icons": { "name": "@fluentui/react-icons", - "version": "2.0.256", + "version": "2.0.257", "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.256", + "version": "2.0.257", "license": "MIT", "dependencies": { "subset-font": "^1.4.0" @@ -15065,7 +15065,7 @@ }, "packages/react-native-icons": { "name": "@fluentui/react-native-icons", - "version": "2.0.256", + "version": "2.0.257", "license": "MIT", "dependencies": { "@griffel/react": "^1.0.0", @@ -15498,7 +15498,7 @@ }, "packages/svg-icons": { "name": "@fluentui/svg-icons", - "version": "1.1.256", + "version": "1.1.257", "license": "MIT", "devDependencies": { "renamer": "^2.0.1", @@ -15568,7 +15568,7 @@ }, "packages/svg-sprites": { "name": "@fluentui/svg-sprites", - "version": "1.1.256", + "version": "1.1.257", "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 c7df2204e0..2cb9deb8e1 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.256", + "version": "2.0.257", "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 f3f632b547..d35ee03e88 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-icons", - "version": "2.0.256", + "version": "2.0.257", "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 2dc260e306..0809b78f20 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.256", + "version": "2.0.257", "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 3d0104b81b..1867b81ecc 100644 --- a/packages/svg-icons/package.json +++ b/packages/svg-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-icons", - "version": "1.1.256", + "version": "1.1.257", "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 72753619bf..8d05474c94 100644 --- a/packages/svg-sprites/package.json +++ b/packages/svg-sprites/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-sprites", - "version": "1.1.256", + "version": "1.1.257", "description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.", "license": "MIT", "repository": {