@fluentui/react-icons 2.0.181 → 2.0.182

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -104,7 +104,7 @@ If you do choose this route, you may wish to use `@fluentui/react-icons-font-sub
104
104
 
105
105
  Viewing the icons in a webpage
106
106
  ---
107
- You can view the full list of available icons by type: [regular](https://github.com/microsoft/fluentui-system-icons/blob/master/icons_regular.md) or [filled](https://github.com/microsoft/fluentui-system-icons/blob/master/icons_filled.md)
107
+ You can view the full list of available icons by type: [regular](https://github.com/microsoft/fluentui-system-icons/blob/main/icons_regular.md) or [filled](https://github.com/microsoft/fluentui-system-icons/blob/main/icons_filled.md)
108
108
 
109
109
  ## Appendix and FAQ
110
110
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-icons",
3
- "version": "2.0.181",
3
+ "version": "2.0.182",
4
4
  "sideEffects": false,
5
5
  "main": "lib-cjs/index.js",
6
6
  "module": "lib/index.js",