@ng-icons/ionicons 26.1.0 → 26.2.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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  # Ng Icons
4
4
 
5
5
  The all-in-one icon library for Angular. This allows you to use icons from multiple icon sets with a single icon component.
6
- Containing over 30,800 icons for you to use in your projects.
6
+ Containing over 32,900 icons for you to use in your projects.
7
7
 
8
8
  Currently, we support the following libraries:
9
9
 
@@ -27,6 +27,7 @@ Currently, we support the following libraries:
27
27
  - [UX Aspects](https://uxaspects.github.io/UXAspects/)
28
28
  - [Circum Icons](https://circumicons.com/)
29
29
  - [Remix Icon](https://remixicon.com/)
30
+ - [Font Awesome](https://fontawesome.com/)
30
31
 
31
32
  Got suggestions for additional iconsets? Create an issue and we can consider adding them!
32
33
 
@@ -87,6 +88,7 @@ The following packages are available:
87
88
  | `@ng-icons/ux-aspects` | Apache 2.0 |
88
89
  | `@ng-icons/circum-icons` | MPL-2.0 |
89
90
  | `@ng-icons/remixicon` | Apache 2.0 |
91
+ | `@ng-icons/font-awesome` | CC BY 4.0 |
90
92
 
91
93
  ## Usage
92
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-icons/ionicons",
3
- "version": "26.1.0",
3
+ "version": "26.2.0",
4
4
  "dependencies": {
5
5
  "tslib": "^2.2.0"
6
6
  },