@ng-icons/boxicons 31.1.0 → 32.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.
- package/README.md +4 -1
- package/fesm2022/ng-icons-boxicons-logos.mjs.map +1 -1
- package/fesm2022/ng-icons-boxicons-regular.mjs.map +1 -1
- package/fesm2022/ng-icons-boxicons-solid.mjs.map +1 -1
- package/fesm2022/ng-icons-boxicons.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/logos/index.d.ts +157 -155
- package/package.json +1 -1
- package/regular/index.d.ts +816 -814
- package/solid/index.d.ts +667 -665
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
|
|
|
@@ -68,7 +69,8 @@ Ng Icons is an MIT-licensed open source project with its ongoing development mad
|
|
|
68
69
|
| 16.x.x | 25.x.x |
|
|
69
70
|
| 17.x.x | 26.x.x - 27.x.x |
|
|
70
71
|
| 18.x.x | 28.x.x - 29.x.x |
|
|
71
|
-
| 19.x.x | 30.x.x
|
|
72
|
+
| 19.x.x | 30.x.x - 31.x.x |
|
|
73
|
+
| 20.x.x | 32.x.x |
|
|
72
74
|
|
|
73
75
|
> **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.
|
|
74
76
|
|
|
@@ -128,6 +130,7 @@ The following packages are available:
|
|
|
128
130
|
| `@ng-icons/material-symbols` | Apache 2.0 |
|
|
129
131
|
| `@ng-icons/mynaui` | MIT |
|
|
130
132
|
| `@ng-icons/boxicons` | MIT |
|
|
133
|
+
| `@ng-icons/mono-icons` | MIT |
|
|
131
134
|
|
|
132
135
|
## Usage
|
|
133
136
|
|