@ng-icons/iconsax 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 +3 -0
- package/package.json +6 -6
- /package/{bold/index.d.ts → types/ng-icons-iconsax-bold.d.ts} +0 -0
- /package/{bulk/index.d.ts → types/ng-icons-iconsax-bulk.d.ts} +0 -0
- /package/{outline/index.d.ts → types/ng-icons-iconsax-outline.d.ts} +0 -0
- /package/{index.d.ts → types/ng-icons-iconsax.d.ts} +0 -0
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/iconsax",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "33.0.1",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"license": "SEE LICENSE IN https://iconsax.io/#license",
|
|
6
6
|
"repository": {
|
|
@@ -8,25 +8,25 @@
|
|
|
8
8
|
},
|
|
9
9
|
"homepage": "https://ng-icons.github.io/ng-icons/",
|
|
10
10
|
"module": "fesm2022/ng-icons-iconsax.mjs",
|
|
11
|
-
"typings": "
|
|
11
|
+
"typings": "types/ng-icons-iconsax.d.ts",
|
|
12
12
|
"exports": {
|
|
13
13
|
"./package.json": {
|
|
14
14
|
"default": "./package.json"
|
|
15
15
|
},
|
|
16
16
|
".": {
|
|
17
|
-
"types": "./
|
|
17
|
+
"types": "./types/ng-icons-iconsax.d.ts",
|
|
18
18
|
"default": "./fesm2022/ng-icons-iconsax.mjs"
|
|
19
19
|
},
|
|
20
20
|
"./bold": {
|
|
21
|
-
"types": "./bold
|
|
21
|
+
"types": "./types/ng-icons-iconsax-bold.d.ts",
|
|
22
22
|
"default": "./fesm2022/ng-icons-iconsax-bold.mjs"
|
|
23
23
|
},
|
|
24
24
|
"./bulk": {
|
|
25
|
-
"types": "./bulk
|
|
25
|
+
"types": "./types/ng-icons-iconsax-bulk.d.ts",
|
|
26
26
|
"default": "./fesm2022/ng-icons-iconsax-bulk.mjs"
|
|
27
27
|
},
|
|
28
28
|
"./outline": {
|
|
29
|
-
"types": "./outline
|
|
29
|
+
"types": "./types/ng-icons-iconsax-outline.d.ts",
|
|
30
30
|
"default": "./fesm2022/ng-icons-iconsax-outline.mjs"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|