This commit is contained in:
Fluent Build System 2024-08-27 04:33:43 +00:00
Родитель 2f915d15ad
Коммит fca714765e
26 изменённых файлов: 28 добавлений и 28 удалений

Просмотреть файл

@ -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.255@aar'
implementation 'com.microsoft.design:fluent-system-icons:1.1.256@aar'
```
For library docs, see [android/README.md](android/README.md).
@ -48,13 +48,13 @@ For library docs, see [android/README.md](android/README.md).
```ruby
use_frameworks!
pod "FluentIcons", "1.1.255"
pod "FluentIcons", "1.1.256"
```
#### Carthage
```bash
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.255"
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.256"
```
For library docs, see [ios/README.md](ios/README.md).
@ -66,7 +66,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
```yaml
dependencies:
...
fluentui_system_icons: ^1.1.255
fluentui_system_icons: ^1.1.256
```
For library docs, see [flutter/README.md](flutter/README.md).

Просмотреть файл

@ -1 +1 @@
## [1.1.255] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
## [1.1.256] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags

Двоичные данные
flutter/lib/fonts/FluentSystemIcons-Filled.ttf

Двоичный файл не отображается.

Двоичные данные
flutter/lib/fonts/FluentSystemIcons-Regular.ttf

Двоичный файл не отображается.

Двоичный файл не отображается.

Просмотреть файл

@ -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.255
version: 1.1.256
homepage: https://github.com/microsoft/fluentui-system-icons/tree/main
environment:

Просмотреть файл

@ -1,8 +1,8 @@
@font-face {
font-family: "FluentSystemIcons-Filled";
src: url("./FluentSystemIcons-Filled.woff2?34e61dd87d6bf2472fde4be71ab83b62") format("woff2"),
url("./FluentSystemIcons-Filled.woff?34e61dd87d6bf2472fde4be71ab83b62") format("woff"),
url("./FluentSystemIcons-Filled.ttf?34e61dd87d6bf2472fde4be71ab83b62") format("truetype");
src: url("./FluentSystemIcons-Filled.woff2?16975cc8174d8c339acd2acd7ba76252") format("woff2"),
url("./FluentSystemIcons-Filled.woff?16975cc8174d8c339acd2acd7ba76252") format("woff"),
url("./FluentSystemIcons-Filled.ttf?16975cc8174d8c339acd2acd7ba76252") format("truetype");
}
i[class^="icon-"]:before, i[class*=" icon-"]:before {

Двоичные данные
fonts/FluentSystemIcons-Filled.ttf

Двоичный файл не отображается.

Двоичные данные
fonts/FluentSystemIcons-Filled.woff

Двоичный файл не отображается.

Двоичные данные
fonts/FluentSystemIcons-Filled.woff2

Двоичный файл не отображается.

Просмотреть файл

@ -1,8 +1,8 @@
@font-face {
font-family: "FluentSystemIcons-Regular";
src: url("./FluentSystemIcons-Regular.woff2?b2736a2868107b49e3490293002e0c3c") format("woff2"),
url("./FluentSystemIcons-Regular.woff?b2736a2868107b49e3490293002e0c3c") format("woff"),
url("./FluentSystemIcons-Regular.ttf?b2736a2868107b49e3490293002e0c3c") format("truetype");
src: url("./FluentSystemIcons-Regular.woff2?7c4900f9205088763014e184eacd4c88") format("woff2"),
url("./FluentSystemIcons-Regular.woff?7c4900f9205088763014e184eacd4c88") format("woff"),
url("./FluentSystemIcons-Regular.ttf?7c4900f9205088763014e184eacd4c88") format("truetype");
}
i[class^="icon-"]:before, i[class*=" icon-"]:before {

Двоичные данные
fonts/FluentSystemIcons-Regular.ttf

Двоичный файл не отображается.

Двоичные данные
fonts/FluentSystemIcons-Regular.woff

Двоичный файл не отображается.

Двоичные данные
fonts/FluentSystemIcons-Regular.woff2

Двоичный файл не отображается.

Просмотреть файл

@ -1,8 +1,8 @@
@font-face {
font-family: "FluentSystemIcons-Resizable";
src: url("./FluentSystemIcons-Resizable.woff2?6e7888a2b0fb7c8a52cb7e2b9843b08c") format("woff2"),
url("./FluentSystemIcons-Resizable.woff?6e7888a2b0fb7c8a52cb7e2b9843b08c") format("woff"),
url("./FluentSystemIcons-Resizable.ttf?6e7888a2b0fb7c8a52cb7e2b9843b08c") format("truetype");
src: url("./FluentSystemIcons-Resizable.woff2?d04daf3b5751cd17d98b296e54b84f2a") format("woff2"),
url("./FluentSystemIcons-Resizable.woff?d04daf3b5751cd17d98b296e54b84f2a") format("woff"),
url("./FluentSystemIcons-Resizable.ttf?d04daf3b5751cd17d98b296e54b84f2a") format("truetype");
}
i[class^="icon-"]:before, i[class*=" icon-"]:before {

Двоичные данные
fonts/FluentSystemIcons-Resizable.ttf

Двоичный файл не отображается.

Двоичные данные
fonts/FluentSystemIcons-Resizable.woff

Двоичный файл не отображается.

Двоичные данные
fonts/FluentSystemIcons-Resizable.woff2

Двоичный файл не отображается.

Просмотреть файл

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'FluentIcons'
s.version = '1.1.255'
s.version = '1.1.256'
s.summary = 'FluentIcons'
s.description = <<-DESC

Просмотреть файл

@ -6,13 +6,13 @@
```ruby
use_frameworks!
pod "FluentIcons", "1.1.255"
pod "FluentIcons", "1.1.256"
```
### Carthage
```bash
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.255"
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.256"
```
## Usage

10
package-lock.json сгенерированный
Просмотреть файл

@ -14947,7 +14947,7 @@
},
"packages/react-icons": {
"name": "@fluentui/react-icons",
"version": "2.0.255",
"version": "2.0.256",
"license": "MIT",
"dependencies": {
"@griffel/react": "^1.0.0",
@ -14975,7 +14975,7 @@
},
"packages/react-icons-font-subsetting-webpack-plugin": {
"name": "@fluentui/react-icons-font-subsetting-webpack-plugin",
"version": "2.0.255",
"version": "2.0.256",
"license": "MIT",
"dependencies": {
"subset-font": "^1.4.0"
@ -15065,7 +15065,7 @@
},
"packages/react-native-icons": {
"name": "@fluentui/react-native-icons",
"version": "2.0.255",
"version": "2.0.256",
"license": "MIT",
"dependencies": {
"@griffel/react": "^1.0.0",
@ -15498,7 +15498,7 @@
},
"packages/svg-icons": {
"name": "@fluentui/svg-icons",
"version": "1.1.255",
"version": "1.1.256",
"license": "MIT",
"devDependencies": {
"renamer": "^2.0.1",
@ -15568,7 +15568,7 @@
},
"packages/svg-sprites": {
"name": "@fluentui/svg-sprites",
"version": "1.1.255",
"version": "1.1.256",
"license": "MIT",
"devDependencies": {
"renamer": "^2.0.1",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui/react-icons-font-subsetting-webpack-plugin",
"version": "2.0.255",
"version": "2.0.256",
"description": "Webpack plugin to subset the icon fonts used by @fluentui/react-icons based on which icons are used.",
"main": "lib/index.js",
"scripts": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui/react-icons",
"version": "2.0.255",
"version": "2.0.256",
"sideEffects": false,
"main": "lib-cjs/index.js",
"module": "lib/index.js",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui/react-native-icons",
"version": "2.0.255",
"version": "2.0.256",
"sideEffects": false,
"main": "lib-cjs/index.js",
"module": "lib/index.js",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui/svg-icons",
"version": "1.1.255",
"version": "1.1.256",
"description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.",
"license": "MIT",
"repository": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui/svg-sprites",
"version": "1.1.255",
"version": "1.1.256",
"description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.",
"license": "MIT",
"repository": {