@ng-icons/boxicons 32.5.0 → 33.0.1

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 CHANGED
@@ -49,6 +49,7 @@ Currently, we support the following libraries:
49
49
  - [Boxicons](https://boxicons.com/)
50
50
  - [Mono Icons](https://icons.mono.company/)
51
51
  - [Lucide Icons](https://lucide.dev/)
52
+ - [Coolicons](https://coolicons.cool/)
52
53
 
53
54
  Got suggestions for additional iconsets? Create an issue and we can consider adding them!
54
55
 
@@ -72,6 +73,7 @@ Ng Icons is an MIT-licensed open source project with its ongoing development mad
72
73
  | 18.x.x | 28.x.x - 29.x.x |
73
74
  | 19.x.x | 30.x.x - 31.x.x |
74
75
  | 20.x.x | 32.x.x |
76
+ | 21.x.x | 33.x.x |
75
77
 
76
78
  > **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.
77
79
 
@@ -133,6 +135,7 @@ The following packages are available:
133
135
  | `@ng-icons/boxicons` | MIT |
134
136
  | `@ng-icons/mono-icons` | MIT |
135
137
  | `@ng-icons/lucide` | MIT |
138
+ | `@ng-icons/coolicons` | CC-BY-4.0 |
136
139
 
137
140
  ## Usage
138
141
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-icons/boxicons",
3
- "version": "32.5.0",
3
+ "version": "33.0.1",
4
4
  "sideEffects": false,
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -11,25 +11,25 @@
11
11
  "tslib": "^2.3.0"
12
12
  },
13
13
  "module": "fesm2022/ng-icons-boxicons.mjs",
14
- "typings": "index.d.ts",
14
+ "typings": "types/ng-icons-boxicons.d.ts",
15
15
  "exports": {
16
16
  "./package.json": {
17
17
  "default": "./package.json"
18
18
  },
19
19
  ".": {
20
- "types": "./index.d.ts",
20
+ "types": "./types/ng-icons-boxicons.d.ts",
21
21
  "default": "./fesm2022/ng-icons-boxicons.mjs"
22
22
  },
23
23
  "./logos": {
24
- "types": "./logos/index.d.ts",
24
+ "types": "./types/ng-icons-boxicons-logos.d.ts",
25
25
  "default": "./fesm2022/ng-icons-boxicons-logos.mjs"
26
26
  },
27
27
  "./regular": {
28
- "types": "./regular/index.d.ts",
28
+ "types": "./types/ng-icons-boxicons-regular.d.ts",
29
29
  "default": "./fesm2022/ng-icons-boxicons-regular.mjs"
30
30
  },
31
31
  "./solid": {
32
- "types": "./solid/index.d.ts",
32
+ "types": "./types/ng-icons-boxicons-solid.d.ts",
33
33
  "default": "./fesm2022/ng-icons-boxicons-solid.mjs"
34
34
  }
35
35
  }
File without changes