diff --git a/README.md b/README.md index ad91926ad9..a7ef24eddb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Fluent UI System Icons are a collection of familiar, friendly and modern icons f ## Installation ### Requirements -This library requires react-native-svg at version 1.1.210 or higher. +This library requires react-native-svg at version 1.1.211 or higher. ### Android @@ -31,7 +31,7 @@ repositories { Include the following dependency in your project's `build.gradle`: ```groovy -implementation 'com.microsoft.design:fluent-system-icons:1.1.210@aar' +implementation 'com.microsoft.design:fluent-system-icons:1.1.211@aar' ``` For library docs, see [android/README.md](android/README.md). @@ -43,13 +43,13 @@ For library docs, see [android/README.md](android/README.md). ```ruby use_frameworks! -pod "FluentIcons", "1.1.210" +pod "FluentIcons", "1.1.211" ``` #### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.210" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.211" ``` For library docs, see [ios/README.md](ios/README.md). @@ -61,7 +61,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency: ```yaml dependencies: ... - fluentui_system_icons: ^1.1.210 + fluentui_system_icons: ^1.1.211 ``` For library docs, see [flutter/README.md](flutter/README.md). diff --git a/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_16_filled.xml b/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_16_filled.xml index 391500e079..d3db990556 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_16_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_16_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_16_regular.xml b/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_16_regular.xml index 9a71c72a8c..a29f7f369d 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_16_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_16_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_20_filled.xml b/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_20_filled.xml index 8cdc365b96..7816d0d35b 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_20_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_20_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_20_regular.xml b/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_20_regular.xml index 415d8c51a8..9df2140fd6 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_20_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_20_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_24_filled.xml b/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_24_filled.xml index 1dad81e8d3..e62742548c 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_24_filled.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_24_filled.xml @@ -1,3 +1,3 @@ - + diff --git a/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_24_regular.xml b/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_24_regular.xml index 616ffba371..e716bc3f1b 100644 --- a/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_24_regular.xml +++ b/android/library/src/main/res/drawable/ic_fluent_text_bullet_list_24_regular.xml @@ -1,3 +1,3 @@ - + diff --git a/flutter/CHANGELOG.md b/flutter/CHANGELOG.md index 79164f816b..a090d094f0 100644 --- a/flutter/CHANGELOG.md +++ b/flutter/CHANGELOG.md @@ -1 +1 @@ -## [1.1.210] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags \ No newline at end of file +## [1.1.211] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags \ No newline at end of file diff --git a/flutter/lib/fonts/FluentSystemIcons-Filled.ttf b/flutter/lib/fonts/FluentSystemIcons-Filled.ttf index 8726d355c0..6d63e9c17f 100644 Binary files a/flutter/lib/fonts/FluentSystemIcons-Filled.ttf and b/flutter/lib/fonts/FluentSystemIcons-Filled.ttf differ diff --git a/flutter/lib/fonts/FluentSystemIcons-Regular.ttf b/flutter/lib/fonts/FluentSystemIcons-Regular.ttf index a885f35b4d..02e1b3f8a5 100644 Binary files a/flutter/lib/fonts/FluentSystemIcons-Regular.ttf and b/flutter/lib/fonts/FluentSystemIcons-Regular.ttf differ diff --git a/flutter/lib/fonts/FluentSystemIcons-Resizable.ttf b/flutter/lib/fonts/FluentSystemIcons-Resizable.ttf index bbd6930e43..9d467aaf3f 100644 Binary files a/flutter/lib/fonts/FluentSystemIcons-Resizable.ttf and b/flutter/lib/fonts/FluentSystemIcons-Resizable.ttf differ diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 3f04acbe00..d8d31a7567 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -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.210 +version: 1.1.211 homepage: https://github.com/microsoft/fluentui-system-icons/tree/main environment: diff --git a/fonts/FluentSystemIcons-Filled.css b/fonts/FluentSystemIcons-Filled.css index f77d7f9f30..be833e2b0c 100644 --- a/fonts/FluentSystemIcons-Filled.css +++ b/fonts/FluentSystemIcons-Filled.css @@ -1,8 +1,8 @@ @font-face { font-family: "FluentSystemIcons-Filled"; - src: url("./FluentSystemIcons-Filled.woff2?c189e0f78e946b20c5b81542116b92d0") format("woff2"), -url("./FluentSystemIcons-Filled.woff?c189e0f78e946b20c5b81542116b92d0") format("woff"), -url("./FluentSystemIcons-Filled.ttf?c189e0f78e946b20c5b81542116b92d0") format("truetype"); + src: url("./FluentSystemIcons-Filled.woff2?7664acf26ca4a4691053abaf223dee79") format("woff2"), +url("./FluentSystemIcons-Filled.woff?7664acf26ca4a4691053abaf223dee79") format("woff"), +url("./FluentSystemIcons-Filled.ttf?7664acf26ca4a4691053abaf223dee79") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { diff --git a/fonts/FluentSystemIcons-Filled.ttf b/fonts/FluentSystemIcons-Filled.ttf index 8726d355c0..6d63e9c17f 100644 Binary files a/fonts/FluentSystemIcons-Filled.ttf and b/fonts/FluentSystemIcons-Filled.ttf differ diff --git a/fonts/FluentSystemIcons-Filled.woff b/fonts/FluentSystemIcons-Filled.woff index 8e31c45708..e827dca3fa 100644 Binary files a/fonts/FluentSystemIcons-Filled.woff and b/fonts/FluentSystemIcons-Filled.woff differ diff --git a/fonts/FluentSystemIcons-Filled.woff2 b/fonts/FluentSystemIcons-Filled.woff2 index fb32daac15..c84fe11307 100644 Binary files a/fonts/FluentSystemIcons-Filled.woff2 and b/fonts/FluentSystemIcons-Filled.woff2 differ diff --git a/fonts/FluentSystemIcons-Regular.css b/fonts/FluentSystemIcons-Regular.css index 7a254fa2c7..f86b453b80 100644 --- a/fonts/FluentSystemIcons-Regular.css +++ b/fonts/FluentSystemIcons-Regular.css @@ -1,8 +1,8 @@ @font-face { font-family: "FluentSystemIcons-Regular"; - src: url("./FluentSystemIcons-Regular.woff2?5e94de0efe5a070345270fdb7e7abe50") format("woff2"), -url("./FluentSystemIcons-Regular.woff?5e94de0efe5a070345270fdb7e7abe50") format("woff"), -url("./FluentSystemIcons-Regular.ttf?5e94de0efe5a070345270fdb7e7abe50") format("truetype"); + src: url("./FluentSystemIcons-Regular.woff2?14998459defc55a8c9a6485637f658fe") format("woff2"), +url("./FluentSystemIcons-Regular.woff?14998459defc55a8c9a6485637f658fe") format("woff"), +url("./FluentSystemIcons-Regular.ttf?14998459defc55a8c9a6485637f658fe") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { diff --git a/fonts/FluentSystemIcons-Regular.ttf b/fonts/FluentSystemIcons-Regular.ttf index a885f35b4d..02e1b3f8a5 100644 Binary files a/fonts/FluentSystemIcons-Regular.ttf and b/fonts/FluentSystemIcons-Regular.ttf differ diff --git a/fonts/FluentSystemIcons-Regular.woff b/fonts/FluentSystemIcons-Regular.woff index b229dc9109..5c4fa45418 100644 Binary files a/fonts/FluentSystemIcons-Regular.woff and b/fonts/FluentSystemIcons-Regular.woff differ diff --git a/fonts/FluentSystemIcons-Regular.woff2 b/fonts/FluentSystemIcons-Regular.woff2 index f65c16216a..07a2f59498 100644 Binary files a/fonts/FluentSystemIcons-Regular.woff2 and b/fonts/FluentSystemIcons-Regular.woff2 differ diff --git a/fonts/FluentSystemIcons-Resizable.css b/fonts/FluentSystemIcons-Resizable.css index e53a84719d..6ba15408c1 100644 --- a/fonts/FluentSystemIcons-Resizable.css +++ b/fonts/FluentSystemIcons-Resizable.css @@ -1,8 +1,8 @@ @font-face { font-family: "FluentSystemIcons-Resizable"; - src: url("./FluentSystemIcons-Resizable.woff2?92b5eb86960c3474464fe97920235747") format("woff2"), -url("./FluentSystemIcons-Resizable.woff?92b5eb86960c3474464fe97920235747") format("woff"), -url("./FluentSystemIcons-Resizable.ttf?92b5eb86960c3474464fe97920235747") format("truetype"); + src: url("./FluentSystemIcons-Resizable.woff2?d0e35018cf9406eded32fc1fba22d68c") format("woff2"), +url("./FluentSystemIcons-Resizable.woff?d0e35018cf9406eded32fc1fba22d68c") format("woff"), +url("./FluentSystemIcons-Resizable.ttf?d0e35018cf9406eded32fc1fba22d68c") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { diff --git a/fonts/FluentSystemIcons-Resizable.ttf b/fonts/FluentSystemIcons-Resizable.ttf index bbd6930e43..9d467aaf3f 100644 Binary files a/fonts/FluentSystemIcons-Resizable.ttf and b/fonts/FluentSystemIcons-Resizable.ttf differ diff --git a/fonts/FluentSystemIcons-Resizable.woff b/fonts/FluentSystemIcons-Resizable.woff index 77e8fab91f..aaf73725d6 100644 Binary files a/fonts/FluentSystemIcons-Resizable.woff and b/fonts/FluentSystemIcons-Resizable.woff differ diff --git a/fonts/FluentSystemIcons-Resizable.woff2 b/fonts/FluentSystemIcons-Resizable.woff2 index f8c1b5df22..f60cb436cc 100644 Binary files a/fonts/FluentSystemIcons-Resizable.woff2 and b/fonts/FluentSystemIcons-Resizable.woff2 differ diff --git a/ios/FluentIcons.podspec b/ios/FluentIcons.podspec index ac568b3387..e56bec9b57 100644 --- a/ios/FluentIcons.podspec +++ b/ios/FluentIcons.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'FluentIcons' - s.version = '1.1.210' + s.version = '1.1.211' s.summary = 'FluentIcons' s.description = <<-DESC diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_16_filled.imageset/ic_fluent_text_bullet_list_16_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_16_filled.imageset/ic_fluent_text_bullet_list_16_filled.svg index 3c6b6f2edd..6934611dbf 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_16_filled.imageset/ic_fluent_text_bullet_list_16_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_16_filled.imageset/ic_fluent_text_bullet_list_16_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_16_regular.imageset/ic_fluent_text_bullet_list_16_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_16_regular.imageset/ic_fluent_text_bullet_list_16_regular.svg index b8d27d235c..b1fc78a38b 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_16_regular.imageset/ic_fluent_text_bullet_list_16_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_16_regular.imageset/ic_fluent_text_bullet_list_16_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_20_filled.imageset/ic_fluent_text_bullet_list_20_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_20_filled.imageset/ic_fluent_text_bullet_list_20_filled.svg index 0827cc49c7..8a61ef0c51 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_20_filled.imageset/ic_fluent_text_bullet_list_20_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_20_filled.imageset/ic_fluent_text_bullet_list_20_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_20_regular.imageset/ic_fluent_text_bullet_list_20_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_20_regular.imageset/ic_fluent_text_bullet_list_20_regular.svg index 00312f62e0..99c0190e07 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_20_regular.imageset/ic_fluent_text_bullet_list_20_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_20_regular.imageset/ic_fluent_text_bullet_list_20_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_24_filled.imageset/ic_fluent_text_bullet_list_24_filled.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_24_filled.imageset/ic_fluent_text_bullet_list_24_filled.svg index 0f66a3fb7d..606c7c6072 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_24_filled.imageset/ic_fluent_text_bullet_list_24_filled.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_24_filled.imageset/ic_fluent_text_bullet_list_24_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_24_regular.imageset/ic_fluent_text_bullet_list_24_regular.svg b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_24_regular.imageset/ic_fluent_text_bullet_list_24_regular.svg index d1b78a0592..d97d3f6531 100644 --- a/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_24_regular.imageset/ic_fluent_text_bullet_list_24_regular.svg +++ b/ios/FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_bullet_list_24_regular.imageset/ic_fluent_text_bullet_list_24_regular.svg @@ -1,3 +1,3 @@ - + diff --git a/ios/README.md b/ios/README.md index 2d593d5691..0025a9dd80 100644 --- a/ios/README.md +++ b/ios/README.md @@ -6,13 +6,13 @@ ```ruby use_frameworks! -pod "FluentIcons", "1.1.210" +pod "FluentIcons", "1.1.211" ``` ### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.210" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.211" ``` ## Usage diff --git a/package-lock.json b/package-lock.json index 1420edcf28..aac0952fbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14945,7 +14945,7 @@ }, "packages/react-icons": { "name": "@fluentui/react-icons", - "version": "2.0.210", + "version": "2.0.211", "license": "MIT", "dependencies": { "@griffel/react": "^1.0.0", @@ -14973,7 +14973,7 @@ }, "packages/react-icons-font-subsetting-webpack-plugin": { "name": "@fluentui/react-icons-font-subsetting-webpack-plugin", - "version": "2.0.210", + "version": "2.0.211", "license": "MIT", "dependencies": { "subset-font": "^1.4.0" @@ -15063,7 +15063,7 @@ }, "packages/react-native-icons": { "name": "@fluentui/react-native-icons", - "version": "2.0.210", + "version": "2.0.211", "license": "MIT", "dependencies": { "@griffel/react": "^1.0.0", @@ -15496,7 +15496,7 @@ }, "packages/svg-icons": { "name": "@fluentui/svg-icons", - "version": "1.1.210", + "version": "1.1.211", "license": "MIT", "devDependencies": { "renamer": "^2.0.1", @@ -15566,7 +15566,7 @@ }, "packages/svg-sprites": { "name": "@fluentui/svg-sprites", - "version": "1.1.210", + "version": "1.1.211", "license": "MIT", "devDependencies": { "renamer": "^2.0.1", diff --git a/packages/react-icons-font-subsetting-webpack-plugin/package.json b/packages/react-icons-font-subsetting-webpack-plugin/package.json index 102b8d6369..dbc51a46eb 100644 --- a/packages/react-icons-font-subsetting-webpack-plugin/package.json +++ b/packages/react-icons-font-subsetting-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-icons-font-subsetting-webpack-plugin", - "version": "2.0.210", + "version": "2.0.211", "description": "Webpack plugin to subset the icon fonts used by @fluentui/react-icons based on which icons are used.", "main": "lib/index.js", "scripts": { diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index 3d4e6a9086..0a58204b09 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-icons", - "version": "2.0.210", + "version": "2.0.211", "sideEffects": false, "main": "lib-cjs/index.js", "module": "lib/index.js", diff --git a/packages/react-native-icons/package.json b/packages/react-native-icons/package.json index 79f45ad881..f89c5b76bb 100644 --- a/packages/react-native-icons/package.json +++ b/packages/react-native-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-native-icons", - "version": "2.0.210", + "version": "2.0.211", "sideEffects": false, "main": "lib-cjs/index.js", "module": "lib/index.js", diff --git a/packages/svg-icons/package.json b/packages/svg-icons/package.json index 1e7620a52f..63b96a6e2f 100644 --- a/packages/svg-icons/package.json +++ b/packages/svg-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-icons", - "version": "1.1.210", + "version": "1.1.211", "description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.", "license": "MIT", "repository": { diff --git a/packages/svg-sprites/package.json b/packages/svg-sprites/package.json index 300700dd12..a9e94534a2 100644 --- a/packages/svg-sprites/package.json +++ b/packages/svg-sprites/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-sprites", - "version": "1.1.210", + "version": "1.1.211", "description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.", "license": "MIT", "repository": {