@ng-icons/ionicons 21.0.3 → 22.1.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 +6 -2
  2. package/package.json +1 -5
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 22,000 icons for you to use in your projects.
6
+ Containing over 23,000 icons for you to use in your projects.
7
7
 
8
8
  Currently, we support the following libraries:
9
9
 
@@ -22,6 +22,8 @@ Currently, we support the following libraries:
22
22
  - [Cryptocurrency Icons](http://cryptoicons.co/)
23
23
  - [Simple Icons](https://simpleicons.org/)
24
24
  - [Typicons](https://www.s-ings.com/typicons/)
25
+ - [Dripicons](https://github.com/amitjakhu/dripicons)
26
+ - [UX Aspects](https://uxaspects.github.io/UXAspects/)
25
27
 
26
28
  Got suggestions for additional iconsets? Create an issue and we can consider adding them!
27
29
 
@@ -32,7 +34,7 @@ Got suggestions for additional iconsets? Create an issue and we can consider add
32
34
  | 11.x.x | 12.x.x |
33
35
  | 12.x.x | 12.x.x - 13.x.x |
34
36
  | 13.x.x | 13.x.x - 17.x.x |
35
- | 14.x.x | 17.x.x - 21.x.x |
37
+ | 14.x.x | 17.x.x - 22.x.x |
36
38
 
37
39
  > Note: Ng Icons relies on modern browser features and is designed to work on evergreen browsers. We do not support older browsers such as IE11.
38
40
 
@@ -74,6 +76,8 @@ The following packages are available:
74
76
  | `@ng-icons/cryptocurrency-icons` | CC0-1.0 |
75
77
  | `@ng-icons/simple-icons` | CC0-1.0 |
76
78
  | `@ng-icons/typicons` | CC-BY-SA-4.0 |
79
+ | `@ng-icons/dripicons` | CC-BY-SA-4.0 |
80
+ | `@ng-icons/ux-aspects` | Apache 2.0 |
77
81
 
78
82
  ## Usage
79
83
 
package/package.json CHANGED
@@ -1,10 +1,6 @@
1
1
  {
2
2
  "name": "@ng-icons/ionicons",
3
- "version": "21.0.3",
4
- "peerDependencies": {
5
- "@angular/common": ">=14.0.0",
6
- "@angular/core": ">=14.0.0"
7
- },
3
+ "version": "22.1.0",
8
4
  "dependencies": {
9
5
  "tslib": "^2.2.0"
10
6
  },