@ng-icons/ionicons 14.1.0 → 15.0.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 +26 -23
  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 almost 18,000 icons for you to use in your projects.
6
+ Containing over 20,000 icons for you to use in your projects.
7
7
 
8
8
  Currently, we support the following libraries:
9
9
 
@@ -20,16 +20,18 @@ Currently, we support the following libraries:
20
20
  - [Akar Icons](https://akaricons.com/)
21
21
  - [Iconoir](https://iconoir.com/)
22
22
  - [Cryptocurrency Icons](http://cryptoicons.co/)
23
+ - [Simple Icons](https://simpleicons.org/)
24
+ - [Typicons](https://www.s-ings.com/typicons/)
23
25
 
24
26
  Got suggestions for additional iconsets? Create an issue and we can consider adding them!
25
27
 
26
28
  ## Supported Versions
27
29
 
28
- | Angular Version | Ng Icon Version |
29
- | --------------- | ------------------ |
30
- | 11.x.x | 12.x.x |
31
- | 12.x.x | 13.x.x (or 12.x.x) |
32
- | 13.x.x | 13.x.x or 14.x.x |
30
+ | Angular Version | Ng Icon Version |
31
+ | --------------- | ------------------------ |
32
+ | 11.x.x | 12.x.x |
33
+ | 12.x.x | 13.x.x or 12.x.x |
34
+ | 13.x.x | 13.x.x, 14.x.x or 15.x.x |
33
35
 
34
36
  > 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.
35
37
 
@@ -53,23 +55,24 @@ yarn add @ng-icons/core @ng-icons/heroicons ...
53
55
 
54
56
  The following packages are available:
55
57
 
56
- | Package | License |
57
- | -------------------------------- | ---------- |
58
- | `@ng-icons/core` | MIT |
59
- | `@ng-icons/bootstrap-icons` | MIT |
60
- | `@ng-icons/heroicons` | MIT |
61
- | `@ng-icons/ionicons` | MIT |
62
- | `@ng-icons/material-icons` | Apache 2.0 |
63
- | `@ng-icons/css.gg` | MIT |
64
- | `@ng-icons/feather-icons` | MIT |
65
- | `@ng-icons/jam-icons` | MIT |
66
- | `@ng-icons/octicons` | MIT |
67
- | `@ng-icons/radix-icons` | MIT |
68
- | `@ng-icons/tabler-icons` | MIT |
69
- | `@ng-icons/akar-icons` | MIT |
70
- | `@ng-icons/iconoir` | MIT |
71
- | `@ng-icons/cryptocurrency-icons` | CC0-1.0 |
72
- | `@ng-icons/simple-icons` | CC0-1.0 |
58
+ | Package | License |
59
+ | -------------------------------- | ------------ |
60
+ | `@ng-icons/core` | MIT |
61
+ | `@ng-icons/bootstrap-icons` | MIT |
62
+ | `@ng-icons/heroicons` | MIT |
63
+ | `@ng-icons/ionicons` | MIT |
64
+ | `@ng-icons/material-icons` | Apache 2.0 |
65
+ | `@ng-icons/css.gg` | MIT |
66
+ | `@ng-icons/feather-icons` | MIT |
67
+ | `@ng-icons/jam-icons` | MIT |
68
+ | `@ng-icons/octicons` | MIT |
69
+ | `@ng-icons/radix-icons` | MIT |
70
+ | `@ng-icons/tabler-icons` | MIT |
71
+ | `@ng-icons/akar-icons` | MIT |
72
+ | `@ng-icons/iconoir` | MIT |
73
+ | `@ng-icons/cryptocurrency-icons` | CC0-1.0 |
74
+ | `@ng-icons/simple-icons` | CC0-1.0 |
75
+ | `@ng-icons/typicons` | CC-BY-SA-4.0 |
73
76
 
74
77
  ## Usage
75
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-icons/ionicons",
3
- "version": "14.1.0",
3
+ "version": "15.0.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=12.0.0 <14.0.0",
6
6
  "@angular/core": ">=12.0.0 <14.0.0"