@fluentui/svg-icons 1.1.331 → 1.1.332

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 1.1.332 (2026-07-07)
2
+
3
+ ### 🔥 Performance
4
+
5
+ - **react-icons:** reuse canonical fonts instead of regenerating ([#1105](https://github.com/microsoft/fluentui-system-icons/pull/1105))
6
+
1
7
  ## 1.1.331 (2026-06-26)
2
8
 
3
9
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/svg-icons",
3
- "version": "1.1.331",
3
+ "version": "1.1.332",
4
4
  "description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.",
5
5
  "license": "MIT",
6
6
  "repository": {