@ng-icons/ionicons 31.2.0 → 31.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
@@ -47,6 +47,7 @@ Currently, we support the following libraries:
47
47
  - [Material Symbols](https://fonts.google.com/icons?icon.set=Material+Symbols)
48
48
  - [MynaUI](https://mynaui.com/icons)
49
49
  - [Boxicons](https://boxicons.com/)
50
+ - [Mono Icons](https://icons.mono.company/)
50
51
 
51
52
  Got suggestions for additional iconsets? Create an issue and we can consider adding them!
52
53
 
@@ -128,6 +129,7 @@ The following packages are available:
128
129
  | `@ng-icons/material-symbols` | Apache 2.0 |
129
130
  | `@ng-icons/mynaui` | MIT |
130
131
  | `@ng-icons/boxicons` | MIT |
132
+ | `@ng-icons/mono-icons` | MIT |
131
133
 
132
134
  ## Usage
133
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-icons/ionicons",
3
- "version": "31.2.0",
3
+ "version": "31.3.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "url": "https://github.com/ng-icons/ng-icons"