Skip to content

Commit

Permalink
Release 1.1.253
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentCI committed Aug 9, 2024
1 parent 6b437c7 commit 2cb4726
Show file tree
Hide file tree
Showing 113 changed files with 10,812 additions and 9,625 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.252@aar'
implementation 'com.microsoft.design:fluent-system-icons:1.1.253@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.252"
pod "FluentIcons", "1.1.253"
```

#### Carthage

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

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

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

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

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

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

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

FluentUISampleIcon(FluentIcons.arrow_sync_dismiss_24_regular, 'arrow_sync_dismiss_24_regular', 24),
Expand Down Expand Up @@ -2414,6 +2420,18 @@ final icons = <FluentUISampleIcon>[

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

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

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

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

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

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

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

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

FluentUISampleIcon(FluentIcons.calendar_arrow_right_20_regular, 'calendar_arrow_right_20_regular', 20),
Expand Down Expand Up @@ -4160,6 +4178,12 @@ final icons = <FluentUISampleIcon>[

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

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

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

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

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

FluentUISampleIcon(FluentIcons.coin_stack_20_regular, 'coin_stack_20_regular', 20),
Expand Down Expand Up @@ -17418,6 +17442,12 @@ final icons = <FluentUISampleIcon>[

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

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

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

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

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

FluentUISampleIcon(FluentIcons.arrow_sync_dismiss_24_filled, 'arrow_sync_dismiss_24_filled', 24),
Expand Down Expand Up @@ -18634,6 +18664,18 @@ final icons = <FluentUISampleIcon>[

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

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

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

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

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

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

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

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

FluentUISampleIcon(FluentIcons.calendar_arrow_right_20_filled, 'calendar_arrow_right_20_filled', 20),
Expand Down Expand Up @@ -20380,6 +20422,12 @@ final icons = <FluentUISampleIcon>[

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

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

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

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

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

FluentUISampleIcon(FluentIcons.coin_stack_20_filled, 'coin_stack_20_filled', 20),
Expand Down Expand Up @@ -32826,6 +32874,8 @@ final icons = <FluentUISampleIcon>[

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

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

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

FluentUISampleIcon(FluentIcons.image_alt_text_32_light, 'image_alt_text_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 2cb4726

Please sign in to comment.