Skip to content

Commit

Permalink
Release 1.1.255
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentCI committed Aug 23, 2024
1 parent 3d1d00e commit ec34a7b
Show file tree
Hide file tree
Showing 123 changed files with 9,251 additions and 7,552 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.254@aar'
implementation 'com.microsoft.design:fluent-system-icons:1.1.255@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.254"
pod "FluentIcons", "1.1.255"
```

#### Carthage

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

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

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

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

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

FluentUISampleIcon(FluentIcons.bin_recycle_24_regular, 'bin_recycle_24_regular', 24),
Expand Down Expand Up @@ -3900,6 +3902,8 @@ final icons = <FluentUISampleIcon>[

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

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

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

FluentUISampleIcon(FluentIcons.closed_caption_20_regular, 'closed_caption_20_regular', 20),
Expand Down Expand Up @@ -4936,6 +4940,8 @@ final icons = <FluentUISampleIcon>[

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

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

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

FluentUISampleIcon(FluentIcons.database_switch_20_regular, 'database_switch_20_regular', 20),
Expand Down Expand Up @@ -5506,6 +5512,10 @@ final icons = <FluentUISampleIcon>[

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

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

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

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

FluentUISampleIcon(FluentIcons.document_header_20_regular, 'document_header_20_regular', 20),
Expand Down Expand Up @@ -7000,6 +7010,8 @@ final icons = <FluentUISampleIcon>[

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

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

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

FluentUISampleIcon(FluentIcons.fps_120_24_regular, 'fps_120_24_regular', 24),
Expand Down Expand Up @@ -8420,6 +8432,16 @@ final icons = <FluentUISampleIcon>[

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

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

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

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

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

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

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

FluentUISampleIcon(FluentIcons.line_thickness_24_regular, 'line_thickness_24_regular', 24),
Expand Down Expand Up @@ -9166,6 +9188,8 @@ final icons = <FluentUISampleIcon>[

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

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

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

FluentUISampleIcon(FluentIcons.midi_24_regular, 'midi_24_regular', 24),
Expand Down Expand Up @@ -11378,6 +11402,12 @@ final icons = <FluentUISampleIcon>[

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

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

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

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

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

FluentUISampleIcon(FluentIcons.qr_code_20_regular, 'qr_code_20_regular', 20),
Expand Down Expand Up @@ -11696,6 +11726,8 @@ final icons = <FluentUISampleIcon>[

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

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

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

FluentUISampleIcon(FluentIcons.rewind_20_regular, 'rewind_20_regular', 20),
Expand Down Expand Up @@ -13456,6 +13488,8 @@ final icons = <FluentUISampleIcon>[

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

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

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

FluentUISampleIcon(FluentIcons.tab_arrow_left_24_regular, 'tab_arrow_left_24_regular', 24),
Expand Down Expand Up @@ -17874,6 +17908,8 @@ final icons = <FluentUISampleIcon>[

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

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

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

FluentUISampleIcon(FluentIcons.bin_recycle_24_filled, 'bin_recycle_24_filled', 24),
Expand Down Expand Up @@ -20144,6 +20180,8 @@ final icons = <FluentUISampleIcon>[

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

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

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

FluentUISampleIcon(FluentIcons.closed_caption_20_filled, 'closed_caption_20_filled', 20),
Expand Down Expand Up @@ -21162,6 +21200,8 @@ final icons = <FluentUISampleIcon>[

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

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

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

FluentUISampleIcon(FluentIcons.database_switch_20_filled, 'database_switch_20_filled', 20),
Expand Down Expand Up @@ -21732,6 +21772,10 @@ final icons = <FluentUISampleIcon>[

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

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

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

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

FluentUISampleIcon(FluentIcons.document_header_20_filled, 'document_header_20_filled', 20),
Expand Down Expand Up @@ -23274,6 +23318,8 @@ final icons = <FluentUISampleIcon>[

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

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

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

FluentUISampleIcon(FluentIcons.fps_120_24_filled, 'fps_120_24_filled', 24),
Expand Down Expand Up @@ -24926,6 +24972,16 @@ final icons = <FluentUISampleIcon>[

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

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

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

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

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

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

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

FluentUISampleIcon(FluentIcons.line_thickness_24_filled, 'line_thickness_24_filled', 24),
Expand Down Expand Up @@ -25672,6 +25728,8 @@ final icons = <FluentUISampleIcon>[

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

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

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

FluentUISampleIcon(FluentIcons.midi_24_filled, 'midi_24_filled', 24),
Expand Down Expand Up @@ -27852,6 +27910,12 @@ final icons = <FluentUISampleIcon>[

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

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

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

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

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

FluentUISampleIcon(FluentIcons.qr_code_20_filled, 'qr_code_20_filled', 20),
Expand Down Expand Up @@ -28170,6 +28234,8 @@ final icons = <FluentUISampleIcon>[

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

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

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

FluentUISampleIcon(FluentIcons.rewind_20_filled, 'rewind_20_filled', 20),
Expand Down Expand Up @@ -29930,6 +29996,8 @@ final icons = <FluentUISampleIcon>[

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

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

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

FluentUISampleIcon(FluentIcons.tab_arrow_left_24_filled, 'tab_arrow_left_24_filled', 24),
Expand Down Expand Up @@ -33020,6 +33088,8 @@ final icons = <FluentUISampleIcon>[

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

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

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

FluentUISampleIcon(FluentIcons.table_cells_merge_32_light, 'table_cells_merge_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 ec34a7b

Please sign in to comment.