@ng-icons/simple-icons 33.2.4 → 33.3.0

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -50,6 +50,7 @@ Currently, we support the following libraries:
50
50
  - [Mono Icons](https://icons.mono.company/)
51
51
  - [Lucide Icons](https://lucide.dev/)
52
52
  - [Coolicons](https://coolicons.cool/)
53
+ - [Fluent UI](https://fluenticons.co/)
53
54
 
54
55
  Got suggestions for additional iconsets? Create an issue and we can consider adding them!
55
56
 
@@ -136,6 +137,7 @@ The following packages are available:
136
137
  | `@ng-icons/mono-icons` | MIT |
137
138
  | `@ng-icons/lucide` | MIT |
138
139
  | `@ng-icons/coolicons` | CC-BY-4.0 |
140
+ | `@ng-icons/fluent-ui` | MIT |
139
141
 
140
142
  ## Usage
141
143
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-icons/simple-icons",
3
- "version": "33.2.4",
3
+ "version": "33.3.0",
4
4
  "license": "CC0-1.0",
5
5
  "repository": {
6
6
  "url": "https://github.com/ng-icons/ng-icons"