@ng-icons/lets-icons 29.9.0 → 30.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 +2 -0
- package/fesm2022/ng-icons-lets-icons-duotone-line.mjs.map +1 -1
- package/fesm2022/ng-icons-lets-icons-duotone.mjs.map +1 -1
- package/fesm2022/ng-icons-lets-icons-fill.mjs.map +1 -1
- package/fesm2022/ng-icons-lets-icons-light.mjs.map +1 -1
- package/fesm2022/ng-icons-lets-icons-regular.mjs.map +1 -1
- package/package.json +5 -17
- package/esm2022/duotone/index.mjs +0 -224
- package/esm2022/duotone/ng-icons-lets-icons-duotone.mjs +0 -5
- package/esm2022/duotone-line/index.mjs +0 -177
- package/esm2022/duotone-line/ng-icons-lets-icons-duotone-line.mjs +0 -5
- package/esm2022/fill/index.mjs +0 -232
- package/esm2022/fill/ng-icons-lets-icons-fill.mjs +0 -5
- package/esm2022/index.mjs +0 -3
- package/esm2022/light/index.mjs +0 -435
- package/esm2022/light/ng-icons-lets-icons-light.mjs +0 -5
- package/esm2022/ng-icons-lets-icons.mjs +0 -5
- package/esm2022/regular/index.mjs +0 -481
- package/esm2022/regular/ng-icons-lets-icons-regular.mjs +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-icons/lets-icons",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "30.0.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://github.com/ng-icons/ng-icons"
|
|
6
6
|
},
|
|
@@ -14,38 +14,26 @@
|
|
|
14
14
|
},
|
|
15
15
|
".": {
|
|
16
16
|
"types": "./index.d.ts",
|
|
17
|
-
"esm2022": "./esm2022/ng-icons-lets-icons.mjs",
|
|
18
|
-
"esm": "./esm2022/ng-icons-lets-icons.mjs",
|
|
19
17
|
"default": "./fesm2022/ng-icons-lets-icons.mjs"
|
|
20
18
|
},
|
|
21
19
|
"./duotone": {
|
|
22
20
|
"types": "./duotone/index.d.ts",
|
|
23
|
-
"esm2022": "./esm2022/duotone/ng-icons-lets-icons-duotone.mjs",
|
|
24
|
-
"esm": "./esm2022/duotone/ng-icons-lets-icons-duotone.mjs",
|
|
25
21
|
"default": "./fesm2022/ng-icons-lets-icons-duotone.mjs"
|
|
26
22
|
},
|
|
27
|
-
"./duotone-line": {
|
|
28
|
-
"types": "./duotone-line/index.d.ts",
|
|
29
|
-
"esm2022": "./esm2022/duotone-line/ng-icons-lets-icons-duotone-line.mjs",
|
|
30
|
-
"esm": "./esm2022/duotone-line/ng-icons-lets-icons-duotone-line.mjs",
|
|
31
|
-
"default": "./fesm2022/ng-icons-lets-icons-duotone-line.mjs"
|
|
32
|
-
},
|
|
33
23
|
"./fill": {
|
|
34
24
|
"types": "./fill/index.d.ts",
|
|
35
|
-
"esm2022": "./esm2022/fill/ng-icons-lets-icons-fill.mjs",
|
|
36
|
-
"esm": "./esm2022/fill/ng-icons-lets-icons-fill.mjs",
|
|
37
25
|
"default": "./fesm2022/ng-icons-lets-icons-fill.mjs"
|
|
38
26
|
},
|
|
39
27
|
"./light": {
|
|
40
28
|
"types": "./light/index.d.ts",
|
|
41
|
-
"esm2022": "./esm2022/light/ng-icons-lets-icons-light.mjs",
|
|
42
|
-
"esm": "./esm2022/light/ng-icons-lets-icons-light.mjs",
|
|
43
29
|
"default": "./fesm2022/ng-icons-lets-icons-light.mjs"
|
|
44
30
|
},
|
|
31
|
+
"./duotone-line": {
|
|
32
|
+
"types": "./duotone-line/index.d.ts",
|
|
33
|
+
"default": "./fesm2022/ng-icons-lets-icons-duotone-line.mjs"
|
|
34
|
+
},
|
|
45
35
|
"./regular": {
|
|
46
36
|
"types": "./regular/index.d.ts",
|
|
47
|
-
"esm2022": "./esm2022/regular/ng-icons-lets-icons-regular.mjs",
|
|
48
|
-
"esm": "./esm2022/regular/ng-icons-lets-icons-regular.mjs",
|
|
49
37
|
"default": "./fesm2022/ng-icons-lets-icons-regular.mjs"
|
|
50
38
|
}
|
|
51
39
|
},
|