Skip to content

Commit

Permalink
Release 1.1.257
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentCI committed Sep 6, 2024
1 parent 50fe733 commit 6bb60c1
Show file tree
Hide file tree
Showing 177 changed files with 4,246 additions and 1,742 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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 "[email protected]:microsoft/fluentui-system-icons.git" "1.1.256"
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.257"
```

For library docs, see [ios/README.md](ios/README.md).
Expand All @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
## [1.1.256] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
## [1.1.257] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
104 changes: 104 additions & 0 deletions flutter/example/lib/sample_icons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -378,6 +380,8 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -3836,6 +3840,8 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -5006,6 +5012,12 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -5500,6 +5512,12 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -6446,6 +6464,8 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -8306,6 +8326,8 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -11538,6 +11560,8 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -15582,6 +15606,18 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -15742,6 +15778,18 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -16352,6 +16400,8 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -16654,6 +16704,8 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -20114,6 +20166,8 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -21266,6 +21320,12 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -21760,6 +21820,12 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -22706,6 +22772,8 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -24846,6 +24914,8 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -28046,6 +28116,8 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -32104,6 +32176,18 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -32264,6 +32348,18 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -32816,6 +32912,8 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -32928,6 +33026,10 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down Expand Up @@ -33008,6 +33110,8 @@ final icons = <FluentUISampleIcon>[

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),
Expand Down
Binary file modified flutter/lib/fonts/FluentSystemIcons-Filled.ttf
Binary file not shown.
Binary file modified flutter/lib/fonts/FluentSystemIcons-Light.ttf
Binary file not shown.
Binary file modified flutter/lib/fonts/FluentSystemIcons-Regular.ttf
Binary file not shown.
Binary file modified flutter/lib/fonts/FluentSystemIcons-Resizable.ttf
Binary file not shown.
Loading

0 comments on commit 6bb60c1

Please sign in to comment.