Skip to content

Commit

Permalink
Release 1.1.258
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentCI committed Sep 6, 2024
1 parent 54996c0 commit 3255f2f
Show file tree
Hide file tree
Showing 40 changed files with 366 additions and 414 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.257@aar'
implementation 'com.microsoft.design:fluent-system-icons:1.1.258@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.257"
pod "FluentIcons", "1.1.258"
```

#### Carthage

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

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.257
fluentui_system_icons: ^1.1.258
```
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.257] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
## [1.1.258] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
2 changes: 0 additions & 2 deletions flutter/example/lib/sample_icons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33110,8 +33110,6 @@ 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.
137 changes: 67 additions & 70 deletions flutter/lib/src/fluent_icons.dart

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.257
version: 1.1.258
homepage: https://github.com/microsoft/fluentui-system-icons/tree/main

environment:
Expand Down
6 changes: 3 additions & 3 deletions fonts/FluentSystemIcons-Filled.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@font-face {
font-family: "FluentSystemIcons-Filled";
src: url("./FluentSystemIcons-Filled.woff2?04d52385aa4c029079b137a82f025c22") format("woff2"),
url("./FluentSystemIcons-Filled.woff?04d52385aa4c029079b137a82f025c22") format("woff"),
url("./FluentSystemIcons-Filled.ttf?04d52385aa4c029079b137a82f025c22") format("truetype");
src: url("./FluentSystemIcons-Filled.woff2?d049799c12145210242bdaa3d07fb3ad") format("woff2"),
url("./FluentSystemIcons-Filled.woff?d049799c12145210242bdaa3d07fb3ad") format("woff"),
url("./FluentSystemIcons-Filled.ttf?d049799c12145210242bdaa3d07fb3ad") format("truetype");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
Expand Down
Binary file modified fonts/FluentSystemIcons-Filled.ttf
Binary file not shown.
Binary file modified fonts/FluentSystemIcons-Filled.woff
Binary file not shown.
Binary file modified fonts/FluentSystemIcons-Filled.woff2
Binary file not shown.
143 changes: 70 additions & 73 deletions fonts/FluentSystemIcons-Light.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@font-face {
font-family: "FluentSystemIcons-Light";
src: url("./FluentSystemIcons-Light.woff2?0a63ec2df4f2840b0749d9889d7f1524") format("woff2"),
url("./FluentSystemIcons-Light.woff?0a63ec2df4f2840b0749d9889d7f1524") format("woff"),
url("./FluentSystemIcons-Light.ttf?0a63ec2df4f2840b0749d9889d7f1524") format("truetype");
src: url("./FluentSystemIcons-Light.woff2?1e90eb908aecc19a490ab89d7c9c75dc") format("woff2"),
url("./FluentSystemIcons-Light.woff?1e90eb908aecc19a490ab89d7c9c75dc") format("woff"),
url("./FluentSystemIcons-Light.ttf?1e90eb908aecc19a490ab89d7c9c75dc") format("truetype");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
Expand Down Expand Up @@ -319,207 +319,204 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
.icon-ic_fluent_molecule_32_light:before {
content: "\e064";
}
.icon-ic_fluent_newsletter_32_light:before {
content: "\e065";
}
.icon-ic_fluent_note_32_light:before {
content: "\e066";
content: "\e065";
}
.icon-ic_fluent_options_32_light:before {
content: "\e067";
content: "\e066";
}
.icon-ic_fluent_paint_brush_32_light:before {
content: "\e068";
content: "\e067";
}
.icon-ic_fluent_panel_left_default_32_light:before {
content: "\e069";
content: "\e068";
}
.icon-ic_fluent_panel_left_focus_right_32_light:before {
content: "\e06a";
content: "\e069";
}
.icon-ic_fluent_pen_sparkle_32_light:before {
content: "\e06b";
content: "\e06a";
}
.icon-ic_fluent_people_32_light:before {
content: "\e06c";
content: "\e06b";
}
.icon-ic_fluent_people_add_32_light:before {
content: "\e06d";
content: "\e06c";
}
.icon-ic_fluent_people_community_32_light:before {
content: "\e06e";
content: "\e06d";
}
.icon-ic_fluent_people_edit_32_light:before {
content: "\e06f";
content: "\e06e";
}
.icon-ic_fluent_people_list_32_light:before {
content: "\e070";
content: "\e06f";
}
.icon-ic_fluent_people_settings_32_light:before {
content: "\e071";
content: "\e070";
}
.icon-ic_fluent_people_sync_32_light:before {
content: "\e072";
content: "\e071";
}
.icon-ic_fluent_person_32_light:before {
content: "\e073";
content: "\e072";
}
.icon-ic_fluent_person_add_32_light:before {
content: "\e074";
content: "\e073";
}
.icon-ic_fluent_person_available_32_light:before {
content: "\e075";
content: "\e074";
}
.icon-ic_fluent_person_feedback_32_light:before {
content: "\e076";
content: "\e075";
}
.icon-ic_fluent_person_mail_32_light:before {
content: "\e077";
content: "\e076";
}
.icon-ic_fluent_person_prohibited_32_light:before {
content: "\e078";
content: "\e077";
}
.icon-ic_fluent_person_suport_32_light:before {
content: "\e079";
content: "\e078";
}
.icon-ic_fluent_phone_32_light:before {
content: "\e07a";
content: "\e079";
}
.icon-ic_fluent_picture_in_picture_32_light:before {
content: "\e07b";
content: "\e07a";
}
.icon-ic_fluent_pin_32_light:before {
content: "\e07c";
content: "\e07b";
}
.icon-ic_fluent_pin_off_32_light:before {
content: "\e07d";
content: "\e07c";
}
.icon-ic_fluent_poll_32_light:before {
content: "\e07e";
content: "\e07d";
}
.icon-ic_fluent_print_32_light:before {
content: "\e07f";
content: "\e07e";
}
.icon-ic_fluent_question_32_light:before {
content: "\e080";
content: "\e07f";
}
.icon-ic_fluent_read_aloud_32_light:before {
content: "\e081";
content: "\e080";
}
.icon-ic_fluent_rectangle_landscape_32_light:before {
content: "\e082";
content: "\e081";
}
.icon-ic_fluent_rotate_left_32_light:before {
content: "\e083";
content: "\e082";
}
.icon-ic_fluent_save_32_light:before {
content: "\e084";
content: "\e083";
}
.icon-ic_fluent_send_clock_32_light:before {
content: "\e085";
content: "\e084";
}
.icon-ic_fluent_settings_32_light:before {
content: "\e086";
content: "\e085";
}
.icon-ic_fluent_share_32_light:before {
content: "\e087";
content: "\e086";
}
.icon-ic_fluent_shield_error_32_light:before {
content: "\e088";
content: "\e087";
}
.icon-ic_fluent_signature_32_light:before {
content: "\e089";
content: "\e088";
}
.icon-ic_fluent_square_arrow_forward_32_light:before {
content: "\e08a";
content: "\e089";
}
.icon-ic_fluent_stamp_32_light:before {
content: "\e08b";
content: "\e08a";
}
.icon-ic_fluent_star_add_32_light:before {
content: "\e08c";
content: "\e08b";
}
.icon-ic_fluent_star_arrow_right_32_light:before {
content: "\e08d";
content: "\e08c";
}
.icon-ic_fluent_tab_add_32_light:before {
content: "\e08e";
content: "\e08d";
}
.icon-ic_fluent_table_32_light:before {
content: "\e08f";
content: "\e08e";
}
.icon-ic_fluent_table_cells_merge_32_light:before {
content: "\e090";
content: "\e08f";
}
.icon-ic_fluent_table_cells_split_32_light:before {
content: "\e091";
content: "\e090";
}
.icon-ic_fluent_table_dismiss_32_light:before {
content: "\e092";
content: "\e091";
}
.icon-ic_fluent_table_move_above_32_light:before {
content: "\e093";
content: "\e092";
}
.icon-ic_fluent_table_move_below_32_light:before {
content: "\e094";
content: "\e093";
}
.icon-ic_fluent_table_move_left_32_light:before {
content: "\e095";
content: "\e094";
}
.icon-ic_fluent_table_move_right_32_light:before {
content: "\e096";
content: "\e095";
}
.icon-ic_fluent_table_settings_32_light:before {
content: "\e097";
content: "\e096";
}
.icon-ic_fluent_table_simple_32_light:before {
content: "\e098";
content: "\e097";
}
.icon-ic_fluent_tag_32_light:before {
content: "\e099";
content: "\e098";
}
.icon-ic_fluent_text_32_light:before {
content: "\e09a";
content: "\e099";
}
.icon-ic_fluent_text_clear_formatting_32_light:before {
content: "\e09b";
content: "\e09a";
}
.icon-ic_fluent_text_collapse_32_light:before {
content: "\e09c";
content: "\e09b";
}
.icon-ic_fluent_text_density_32_light:before {
content: "\e09d";
content: "\e09c";
}
.icon-ic_fluent_text_edit_style_32_light:before {
content: "\e09e";
content: "\e09d";
}
.icon-ic_fluent_text_expand_32_light:before {
content: "\e09f";
content: "\e09e";
}
.icon-ic_fluent_textbox_align_top_left_32_light:before {
content: "\e0a0";
content: "\e09f";
}
.icon-ic_fluent_toolbox_32_light:before {
content: "\e0a1";
content: "\e0a0";
}
.icon-ic_fluent_translate_32_light:before {
content: "\e0a2";
content: "\e0a1";
}
.icon-ic_fluent_video_32_light:before {
content: "\e0a3";
content: "\e0a2";
}
.icon-ic_fluent_video_clip_32_light:before {
content: "\e0a4";
content: "\e0a3";
}
.icon-ic_fluent_window_32_light:before {
content: "\e0a5";
content: "\e0a4";
}
.icon-ic_fluent_wrench_screwdriver_32_light:before {
content: "\e0a6";
content: "\e0a5";
}
.icon-ic_fluent_zoom_in_32_light:before {
content: "\e0a7";
content: "\e0a6";
}
.icon-ic_fluent_zoom_out_32_light:before {
content: "\e0a8";
content: "\e0a7";
}
9 changes: 0 additions & 9 deletions fonts/FluentSystemIcons-Light.html
Original file line number Diff line number Diff line change
Expand Up @@ -965,15 +965,6 @@ <h1>FluentSystemIcons-Light</h1>
</div>


<div class="preview">
<span class="inner">
<i class="icon icon-ic_fluent_newsletter_32_light"></i>
</span>
<br>
<span class='label'>ic_fluent_newsletter_32_light</span>
</div>


<div class="preview">
<span class="inner">
<i class="icon icon-ic_fluent_note_32_light"></i>
Expand Down
Loading

0 comments on commit 3255f2f

Please sign in to comment.