Skip to content

Commit

Permalink
Release 1.1.252
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentCI committed Jul 29, 2024
1 parent 337eda0 commit 5b07d60
Show file tree
Hide file tree
Showing 26 changed files with 28 additions and 28 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.251@aar'
implementation 'com.microsoft.design:fluent-system-icons:1.1.252@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.251"
pod "FluentIcons", "1.1.252"
```

#### Carthage

```bash
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.251"
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.252"
```

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.251
fluentui_system_icons: ^1.1.252
```
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.251] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
## [1.1.252] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
Binary file modified flutter/lib/fonts/FluentSystemIcons-Filled.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.
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.251
version: 1.1.252
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?d91299792385d088a9ef05308bf39fbe") format("woff2"),
url("./FluentSystemIcons-Filled.woff?d91299792385d088a9ef05308bf39fbe") format("woff"),
url("./FluentSystemIcons-Filled.ttf?d91299792385d088a9ef05308bf39fbe") format("truetype");
src: url("./FluentSystemIcons-Filled.woff2?0027ea9fdc5abc121b4069e76342e913") format("woff2"),
url("./FluentSystemIcons-Filled.woff?0027ea9fdc5abc121b4069e76342e913") format("woff"),
url("./FluentSystemIcons-Filled.ttf?0027ea9fdc5abc121b4069e76342e913") 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.
6 changes: 3 additions & 3 deletions fonts/FluentSystemIcons-Regular.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@font-face {
font-family: "FluentSystemIcons-Regular";
src: url("./FluentSystemIcons-Regular.woff2?e8ea0a373cd18817de35a05a01ccf551") format("woff2"),
url("./FluentSystemIcons-Regular.woff?e8ea0a373cd18817de35a05a01ccf551") format("woff"),
url("./FluentSystemIcons-Regular.ttf?e8ea0a373cd18817de35a05a01ccf551") format("truetype");
src: url("./FluentSystemIcons-Regular.woff2?5faee124d5e50d66145f209d7f8ea744") format("woff2"),
url("./FluentSystemIcons-Regular.woff?5faee124d5e50d66145f209d7f8ea744") format("woff"),
url("./FluentSystemIcons-Regular.ttf?5faee124d5e50d66145f209d7f8ea744") format("truetype");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
Expand Down
Binary file modified fonts/FluentSystemIcons-Regular.ttf
Binary file not shown.
Binary file modified fonts/FluentSystemIcons-Regular.woff
Binary file not shown.
Binary file modified fonts/FluentSystemIcons-Regular.woff2
Binary file not shown.
6 changes: 3 additions & 3 deletions fonts/FluentSystemIcons-Resizable.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@font-face {
font-family: "FluentSystemIcons-Resizable";
src: url("./FluentSystemIcons-Resizable.woff2?11222f1fb0ab246706ee01feb075edc4") format("woff2"),
url("./FluentSystemIcons-Resizable.woff?11222f1fb0ab246706ee01feb075edc4") format("woff"),
url("./FluentSystemIcons-Resizable.ttf?11222f1fb0ab246706ee01feb075edc4") format("truetype");
src: url("./FluentSystemIcons-Resizable.woff2?1db8bfc14a6920f5adcb3e803d898ed4") format("woff2"),
url("./FluentSystemIcons-Resizable.woff?1db8bfc14a6920f5adcb3e803d898ed4") format("woff"),
url("./FluentSystemIcons-Resizable.ttf?1db8bfc14a6920f5adcb3e803d898ed4") format("truetype");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
Expand Down
Binary file modified fonts/FluentSystemIcons-Resizable.ttf
Binary file not shown.
Binary file modified fonts/FluentSystemIcons-Resizable.woff
Binary file not shown.
Binary file modified fonts/FluentSystemIcons-Resizable.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/FluentIcons.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FluentIcons'
s.version = '1.1.251'
s.version = '1.1.252'
s.summary = 'FluentIcons'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

```ruby
use_frameworks!
pod "FluentIcons", "1.1.251"
pod "FluentIcons", "1.1.252"
```

### Carthage

```bash
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.251"
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.252"
```

## Usage
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-icons-font-subsetting-webpack-plugin",
"version": "2.0.251",
"version": "2.0.252",
"description": "Webpack plugin to subset the icon fonts used by @fluentui/react-icons based on which icons are used.",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-icons",
"version": "2.0.251",
"version": "2.0.252",
"sideEffects": false,
"main": "lib-cjs/index.js",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-native-icons",
"version": "2.0.251",
"version": "2.0.252",
"sideEffects": false,
"main": "lib-cjs/index.js",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/svg-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/svg-icons",
"version": "1.1.251",
"version": "1.1.252",
"description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svg-sprites/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/svg-sprites",
"version": "1.1.251",
"version": "1.1.252",
"description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 5b07d60

Please sign in to comment.