Skip to content

Commit

Permalink
Release 1.1.261
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentCI committed Oct 11, 2024
1 parent 5db3552 commit 462c1a4
Show file tree
Hide file tree
Showing 196 changed files with 13,591 additions and 10,795 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.260@aar'
implementation 'com.microsoft.design:fluent-system-icons:1.1.261@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.260"
pod "FluentIcons", "1.1.261"
```

#### Carthage

```bash
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.260"
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.261"
```

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.260
fluentui_system_icons: ^1.1.261
```
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.260] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
## [1.1.261] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
114 changes: 114 additions & 0 deletions flutter/example/lib/sample_icons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,16 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.arrow_down_left_48_regular, 'arrow_down_left_48_regular', 48),

FluentUISampleIcon(FluentIcons.arrow_down_right_16_regular, 'arrow_down_right_16_regular', 16),

FluentUISampleIcon(FluentIcons.arrow_down_right_20_regular, 'arrow_down_right_20_regular', 20),

FluentUISampleIcon(FluentIcons.arrow_down_right_24_regular, 'arrow_down_right_24_regular', 24),

FluentUISampleIcon(FluentIcons.arrow_down_right_32_regular, 'arrow_down_right_32_regular', 32),

FluentUISampleIcon(FluentIcons.arrow_down_right_48_regular, 'arrow_down_right_48_regular', 48),

FluentUISampleIcon(FluentIcons.arrow_download_16_regular, 'arrow_download_16_regular', 16),

FluentUISampleIcon(FluentIcons.arrow_download_20_regular, 'arrow_download_20_regular', 20),
Expand Down Expand Up @@ -976,6 +986,10 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.arrow_repeat_all_24_regular, 'arrow_repeat_all_24_regular', 24),

FluentUISampleIcon(FluentIcons.arrow_repeat_all_28_regular, 'arrow_repeat_all_28_regular', 28),

FluentUISampleIcon(FluentIcons.arrow_repeat_all_48_regular, 'arrow_repeat_all_48_regular', 48),

FluentUISampleIcon(FluentIcons.arrow_repeat_all_off_16_regular, 'arrow_repeat_all_off_16_regular', 16),

FluentUISampleIcon(FluentIcons.arrow_repeat_all_off_20_regular, 'arrow_repeat_all_off_20_regular', 20),
Expand Down Expand Up @@ -1396,8 +1410,12 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.attach_24_regular, 'attach_24_regular', 24),

FluentUISampleIcon(FluentIcons.attach_28_regular, 'attach_28_regular', 28),

FluentUISampleIcon(FluentIcons.attach_32_regular, 'attach_32_regular', 32),

FluentUISampleIcon(FluentIcons.attach_48_regular, 'attach_48_regular', 48),

FluentUISampleIcon(FluentIcons.attach_arrow_right_20_regular, 'attach_arrow_right_20_regular', 20),

FluentUISampleIcon(FluentIcons.attach_arrow_right_24_regular, 'attach_arrow_right_24_regular', 24),
Expand Down Expand Up @@ -2570,6 +2588,8 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.calendar_mail_20_regular, 'calendar_mail_20_regular', 20),

FluentUISampleIcon(FluentIcons.calendar_mention_16_regular, 'calendar_mention_16_regular', 16),

FluentUISampleIcon(FluentIcons.calendar_mention_20_regular, 'calendar_mention_20_regular', 20),

FluentUISampleIcon(FluentIcons.calendar_month_20_regular, 'calendar_month_20_regular', 20),
Expand Down Expand Up @@ -2608,6 +2628,8 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.calendar_person_24_regular, 'calendar_person_24_regular', 24),

FluentUISampleIcon(FluentIcons.calendar_person_32_regular, 'calendar_person_32_regular', 32),

FluentUISampleIcon(FluentIcons.calendar_phone_16_regular, 'calendar_phone_16_regular', 16),

FluentUISampleIcon(FluentIcons.calendar_phone_20_regular, 'calendar_phone_20_regular', 20),
Expand Down Expand Up @@ -4428,6 +4450,10 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.comment_multiple_link_32_regular, 'comment_multiple_link_32_regular', 32),

FluentUISampleIcon(FluentIcons.comment_multiple_mention_16_regular, 'comment_multiple_mention_16_regular', 16),

FluentUISampleIcon(FluentIcons.comment_multiple_mention_20_regular, 'comment_multiple_mention_20_regular', 20),

FluentUISampleIcon(FluentIcons.comment_note_20_regular, 'comment_note_20_regular', 20),

FluentUISampleIcon(FluentIcons.comment_note_24_regular, 'comment_note_24_regular', 24),
Expand Down Expand Up @@ -5924,6 +5950,12 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.document_text_24_regular, 'document_text_24_regular', 24),

FluentUISampleIcon(FluentIcons.document_text_28_regular, 'document_text_28_regular', 28),

FluentUISampleIcon(FluentIcons.document_text_32_regular, 'document_text_32_regular', 32),

FluentUISampleIcon(FluentIcons.document_text_48_regular, 'document_text_48_regular', 48),

FluentUISampleIcon(FluentIcons.document_text_clock_20_regular, 'document_text_clock_20_regular', 20),

FluentUISampleIcon(FluentIcons.document_text_clock_24_regular, 'document_text_clock_24_regular', 24),
Expand Down Expand Up @@ -6398,6 +6430,8 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.engine_24_regular, 'engine_24_regular', 24),

FluentUISampleIcon(FluentIcons.equal_circle_16_regular, 'equal_circle_16_regular', 16),

FluentUISampleIcon(FluentIcons.equal_circle_20_regular, 'equal_circle_20_regular', 20),

FluentUISampleIcon(FluentIcons.equal_circle_24_regular, 'equal_circle_24_regular', 24),
Expand Down Expand Up @@ -6858,6 +6892,14 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.folder_briefcase_20_regular, 'folder_briefcase_20_regular', 20),

FluentUISampleIcon(FluentIcons.folder_document_16_regular, 'folder_document_16_regular', 16),

FluentUISampleIcon(FluentIcons.folder_document_20_regular, 'folder_document_20_regular', 20),

FluentUISampleIcon(FluentIcons.folder_document_24_regular, 'folder_document_24_regular', 24),

FluentUISampleIcon(FluentIcons.folder_document_28_regular, 'folder_document_28_regular', 28),

FluentUISampleIcon(FluentIcons.folder_globe_16_regular, 'folder_globe_16_regular', 16),

FluentUISampleIcon(FluentIcons.folder_globe_20_regular, 'folder_globe_20_regular', 20),
Expand Down Expand Up @@ -8900,6 +8942,8 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.mail_inbox_28_regular, 'mail_inbox_28_regular', 28),

FluentUISampleIcon(FluentIcons.mail_inbox_32_regular, 'mail_inbox_32_regular', 32),

FluentUISampleIcon(FluentIcons.mail_inbox_add_16_regular, 'mail_inbox_add_16_regular', 16),

FluentUISampleIcon(FluentIcons.mail_inbox_add_20_regular, 'mail_inbox_add_20_regular', 20),
Expand Down Expand Up @@ -8940,6 +8984,12 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.mail_inbox_dismiss_28_regular, 'mail_inbox_dismiss_28_regular', 28),

FluentUISampleIcon(FluentIcons.mail_inbox_person_16_regular, 'mail_inbox_person_16_regular', 16),

FluentUISampleIcon(FluentIcons.mail_inbox_person_20_regular, 'mail_inbox_person_20_regular', 20),

FluentUISampleIcon(FluentIcons.mail_inbox_person_32_regular, 'mail_inbox_person_32_regular', 32),

FluentUISampleIcon(FluentIcons.mail_link_20_regular, 'mail_link_20_regular', 20),

FluentUISampleIcon(FluentIcons.mail_link_24_regular, 'mail_link_24_regular', 24),
Expand Down Expand Up @@ -11204,6 +11254,12 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.plug_connected_24_regular, 'plug_connected_24_regular', 24),

FluentUISampleIcon(FluentIcons.plug_connected_28_regular, 'plug_connected_28_regular', 28),

FluentUISampleIcon(FluentIcons.plug_connected_32_regular, 'plug_connected_32_regular', 32),

FluentUISampleIcon(FluentIcons.plug_connected_48_regular, 'plug_connected_48_regular', 48),

FluentUISampleIcon(FluentIcons.plug_connected_add_20_regular, 'plug_connected_add_20_regular', 20),

FluentUISampleIcon(FluentIcons.plug_connected_checkmark_20_regular, 'plug_connected_checkmark_20_regular', 20),
Expand Down Expand Up @@ -17148,6 +17204,16 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.arrow_down_left_48_filled, 'arrow_down_left_48_filled', 48),

FluentUISampleIcon(FluentIcons.arrow_down_right_16_filled, 'arrow_down_right_16_filled', 16),

FluentUISampleIcon(FluentIcons.arrow_down_right_20_filled, 'arrow_down_right_20_filled', 20),

FluentUISampleIcon(FluentIcons.arrow_down_right_24_filled, 'arrow_down_right_24_filled', 24),

FluentUISampleIcon(FluentIcons.arrow_down_right_32_filled, 'arrow_down_right_32_filled', 32),

FluentUISampleIcon(FluentIcons.arrow_down_right_48_filled, 'arrow_down_right_48_filled', 48),

FluentUISampleIcon(FluentIcons.arrow_download_16_filled, 'arrow_download_16_filled', 16),

FluentUISampleIcon(FluentIcons.arrow_download_20_filled, 'arrow_download_20_filled', 20),
Expand Down Expand Up @@ -17432,6 +17498,10 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.arrow_repeat_all_24_filled, 'arrow_repeat_all_24_filled', 24),

FluentUISampleIcon(FluentIcons.arrow_repeat_all_28_filled, 'arrow_repeat_all_28_filled', 28),

FluentUISampleIcon(FluentIcons.arrow_repeat_all_48_filled, 'arrow_repeat_all_48_filled', 48),

FluentUISampleIcon(FluentIcons.arrow_repeat_all_off_16_filled, 'arrow_repeat_all_off_16_filled', 16),

FluentUISampleIcon(FluentIcons.arrow_repeat_all_off_20_filled, 'arrow_repeat_all_off_20_filled', 20),
Expand Down Expand Up @@ -17852,8 +17922,12 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.attach_24_filled, 'attach_24_filled', 24),

FluentUISampleIcon(FluentIcons.attach_28_filled, 'attach_28_filled', 28),

FluentUISampleIcon(FluentIcons.attach_32_filled, 'attach_32_filled', 32),

FluentUISampleIcon(FluentIcons.attach_48_filled, 'attach_48_filled', 48),

FluentUISampleIcon(FluentIcons.attach_arrow_right_20_filled, 'attach_arrow_right_20_filled', 20),

FluentUISampleIcon(FluentIcons.attach_arrow_right_24_filled, 'attach_arrow_right_24_filled', 24),
Expand Down Expand Up @@ -19028,6 +19102,8 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.calendar_mail_20_filled, 'calendar_mail_20_filled', 20),

FluentUISampleIcon(FluentIcons.calendar_mention_16_filled, 'calendar_mention_16_filled', 16),

FluentUISampleIcon(FluentIcons.calendar_mention_20_filled, 'calendar_mention_20_filled', 20),

FluentUISampleIcon(FluentIcons.calendar_month_20_filled, 'calendar_month_20_filled', 20),
Expand Down Expand Up @@ -19066,6 +19142,8 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.calendar_person_24_filled, 'calendar_person_24_filled', 24),

FluentUISampleIcon(FluentIcons.calendar_person_32_filled, 'calendar_person_32_filled', 32),

FluentUISampleIcon(FluentIcons.calendar_phone_16_filled, 'calendar_phone_16_filled', 16),

FluentUISampleIcon(FluentIcons.calendar_phone_20_filled, 'calendar_phone_20_filled', 20),
Expand Down Expand Up @@ -20868,6 +20946,10 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.comment_multiple_link_32_filled, 'comment_multiple_link_32_filled', 32),

FluentUISampleIcon(FluentIcons.comment_multiple_mention_16_filled, 'comment_multiple_mention_16_filled', 16),

FluentUISampleIcon(FluentIcons.comment_multiple_mention_20_filled, 'comment_multiple_mention_20_filled', 20),

FluentUISampleIcon(FluentIcons.comment_note_20_filled, 'comment_note_20_filled', 20),

FluentUISampleIcon(FluentIcons.comment_note_24_filled, 'comment_note_24_filled', 24),
Expand Down Expand Up @@ -22364,6 +22446,12 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.document_text_24_filled, 'document_text_24_filled', 24),

FluentUISampleIcon(FluentIcons.document_text_28_filled, 'document_text_28_filled', 28),

FluentUISampleIcon(FluentIcons.document_text_32_filled, 'document_text_32_filled', 32),

FluentUISampleIcon(FluentIcons.document_text_48_filled, 'document_text_48_filled', 48),

FluentUISampleIcon(FluentIcons.document_text_clock_20_filled, 'document_text_clock_20_filled', 20),

FluentUISampleIcon(FluentIcons.document_text_clock_24_filled, 'document_text_clock_24_filled', 24),
Expand Down Expand Up @@ -22838,6 +22926,8 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.engine_24_filled, 'engine_24_filled', 24),

FluentUISampleIcon(FluentIcons.equal_circle_16_filled, 'equal_circle_16_filled', 16),

FluentUISampleIcon(FluentIcons.equal_circle_20_filled, 'equal_circle_20_filled', 20),

FluentUISampleIcon(FluentIcons.equal_circle_24_filled, 'equal_circle_24_filled', 24),
Expand Down Expand Up @@ -23346,6 +23436,14 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.folder_briefcase_20_filled, 'folder_briefcase_20_filled', 20),

FluentUISampleIcon(FluentIcons.folder_document_16_filled, 'folder_document_16_filled', 16),

FluentUISampleIcon(FluentIcons.folder_document_20_filled, 'folder_document_20_filled', 20),

FluentUISampleIcon(FluentIcons.folder_document_24_filled, 'folder_document_24_filled', 24),

FluentUISampleIcon(FluentIcons.folder_document_28_filled, 'folder_document_28_filled', 28),

FluentUISampleIcon(FluentIcons.folder_globe_16_filled, 'folder_globe_16_filled', 16),

FluentUISampleIcon(FluentIcons.folder_globe_20_filled, 'folder_globe_20_filled', 20),
Expand Down Expand Up @@ -25620,6 +25718,8 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.mail_inbox_28_filled, 'mail_inbox_28_filled', 28),

FluentUISampleIcon(FluentIcons.mail_inbox_32_filled, 'mail_inbox_32_filled', 32),

FluentUISampleIcon(FluentIcons.mail_inbox_add_16_filled, 'mail_inbox_add_16_filled', 16),

FluentUISampleIcon(FluentIcons.mail_inbox_add_20_filled, 'mail_inbox_add_20_filled', 20),
Expand Down Expand Up @@ -25660,6 +25760,12 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.mail_inbox_dismiss_28_filled, 'mail_inbox_dismiss_28_filled', 28),

FluentUISampleIcon(FluentIcons.mail_inbox_person_16_filled, 'mail_inbox_person_16_filled', 16),

FluentUISampleIcon(FluentIcons.mail_inbox_person_20_filled, 'mail_inbox_person_20_filled', 20),

FluentUISampleIcon(FluentIcons.mail_inbox_person_32_filled, 'mail_inbox_person_32_filled', 32),

FluentUISampleIcon(FluentIcons.mail_link_20_filled, 'mail_link_20_filled', 20),

FluentUISampleIcon(FluentIcons.mail_link_24_filled, 'mail_link_24_filled', 24),
Expand Down Expand Up @@ -27932,6 +28038,12 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.plug_connected_24_filled, 'plug_connected_24_filled', 24),

FluentUISampleIcon(FluentIcons.plug_connected_28_filled, 'plug_connected_28_filled', 28),

FluentUISampleIcon(FluentIcons.plug_connected_32_filled, 'plug_connected_32_filled', 32),

FluentUISampleIcon(FluentIcons.plug_connected_48_filled, 'plug_connected_48_filled', 48),

FluentUISampleIcon(FluentIcons.plug_connected_add_20_filled, 'plug_connected_add_20_filled', 20),

FluentUISampleIcon(FluentIcons.plug_connected_checkmark_20_filled, 'plug_connected_checkmark_20_filled', 20),
Expand Down Expand Up @@ -33364,6 +33476,8 @@ final icons = <FluentUISampleIcon>[

FluentUISampleIcon(FluentIcons.mail_read_32_light, 'mail_read_32_light', 32),

FluentUISampleIcon(FluentIcons.mail_read_multiple_32_light, 'mail_read_multiple_32_light', 32),

FluentUISampleIcon(FluentIcons.mail_rewind_32_light, 'mail_rewind_32_light', 32),

FluentUISampleIcon(FluentIcons.mail_settings_32_light, 'mail_settings_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 462c1a4

Please sign in to comment.