@ng-icons/lets-icons 29.3.0 → 29.4.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 (1) hide show
  1. package/package.json +51 -51
package/package.json CHANGED
@@ -1,56 +1,56 @@
1
1
  {
2
- "name": "@ng-icons/lets-icons",
3
- "version": "29.3.0",
4
- "repository": {
5
- "url": "https://github.com/ng-icons/ng-icons"
2
+ "name": "@ng-icons/lets-icons",
3
+ "version": "29.4.0",
4
+ "repository": {
5
+ "url": "https://github.com/ng-icons/ng-icons"
6
+ },
7
+ "homepage": "https://ng-icons.github.io/ng-icons/",
8
+ "license": "CC BY 4.0",
9
+ "dependencies": {
10
+ "tslib": "^2.2.0"
11
+ },
12
+ "module": "fesm2022/ng-icons-lets-icons.mjs",
13
+ "typings": "index.d.ts",
14
+ "exports": {
15
+ "./package.json": {
16
+ "default": "./package.json"
6
17
  },
7
- "homepage": "https://ng-icons.github.io/ng-icons/",
8
- "license": "CC BY 4.0",
9
- "dependencies": {
10
- "tslib": "^2.2.0"
18
+ ".": {
19
+ "types": "./index.d.ts",
20
+ "esm2022": "./esm2022/ng-icons-lets-icons.mjs",
21
+ "esm": "./esm2022/ng-icons-lets-icons.mjs",
22
+ "default": "./fesm2022/ng-icons-lets-icons.mjs"
11
23
  },
12
- "module": "fesm2022/ng-icons-lets-icons.mjs",
13
- "typings": "index.d.ts",
14
- "exports": {
15
- "./package.json": {
16
- "default": "./package.json"
17
- },
18
- ".": {
19
- "types": "./index.d.ts",
20
- "esm2022": "./esm2022/ng-icons-lets-icons.mjs",
21
- "esm": "./esm2022/ng-icons-lets-icons.mjs",
22
- "default": "./fesm2022/ng-icons-lets-icons.mjs"
23
- },
24
- "./duotone": {
25
- "types": "./duotone/index.d.ts",
26
- "esm2022": "./esm2022/duotone/ng-icons-lets-icons-duotone.mjs",
27
- "esm": "./esm2022/duotone/ng-icons-lets-icons-duotone.mjs",
28
- "default": "./fesm2022/ng-icons-lets-icons-duotone.mjs"
29
- },
30
- "./duotone-line": {
31
- "types": "./duotone-line/index.d.ts",
32
- "esm2022": "./esm2022/duotone-line/ng-icons-lets-icons-duotone-line.mjs",
33
- "esm": "./esm2022/duotone-line/ng-icons-lets-icons-duotone-line.mjs",
34
- "default": "./fesm2022/ng-icons-lets-icons-duotone-line.mjs"
35
- },
36
- "./fill": {
37
- "types": "./fill/index.d.ts",
38
- "esm2022": "./esm2022/fill/ng-icons-lets-icons-fill.mjs",
39
- "esm": "./esm2022/fill/ng-icons-lets-icons-fill.mjs",
40
- "default": "./fesm2022/ng-icons-lets-icons-fill.mjs"
41
- },
42
- "./light": {
43
- "types": "./light/index.d.ts",
44
- "esm2022": "./esm2022/light/ng-icons-lets-icons-light.mjs",
45
- "esm": "./esm2022/light/ng-icons-lets-icons-light.mjs",
46
- "default": "./fesm2022/ng-icons-lets-icons-light.mjs"
47
- },
48
- "./regular": {
49
- "types": "./regular/index.d.ts",
50
- "esm2022": "./esm2022/regular/ng-icons-lets-icons-regular.mjs",
51
- "esm": "./esm2022/regular/ng-icons-lets-icons-regular.mjs",
52
- "default": "./fesm2022/ng-icons-lets-icons-regular.mjs"
53
- }
24
+ "./duotone": {
25
+ "types": "./duotone/index.d.ts",
26
+ "esm2022": "./esm2022/duotone/ng-icons-lets-icons-duotone.mjs",
27
+ "esm": "./esm2022/duotone/ng-icons-lets-icons-duotone.mjs",
28
+ "default": "./fesm2022/ng-icons-lets-icons-duotone.mjs"
54
29
  },
55
- "sideEffects": false
30
+ "./duotone-line": {
31
+ "types": "./duotone-line/index.d.ts",
32
+ "esm2022": "./esm2022/duotone-line/ng-icons-lets-icons-duotone-line.mjs",
33
+ "esm": "./esm2022/duotone-line/ng-icons-lets-icons-duotone-line.mjs",
34
+ "default": "./fesm2022/ng-icons-lets-icons-duotone-line.mjs"
35
+ },
36
+ "./fill": {
37
+ "types": "./fill/index.d.ts",
38
+ "esm2022": "./esm2022/fill/ng-icons-lets-icons-fill.mjs",
39
+ "esm": "./esm2022/fill/ng-icons-lets-icons-fill.mjs",
40
+ "default": "./fesm2022/ng-icons-lets-icons-fill.mjs"
41
+ },
42
+ "./light": {
43
+ "types": "./light/index.d.ts",
44
+ "esm2022": "./esm2022/light/ng-icons-lets-icons-light.mjs",
45
+ "esm": "./esm2022/light/ng-icons-lets-icons-light.mjs",
46
+ "default": "./fesm2022/ng-icons-lets-icons-light.mjs"
47
+ },
48
+ "./regular": {
49
+ "types": "./regular/index.d.ts",
50
+ "esm2022": "./esm2022/regular/ng-icons-lets-icons-regular.mjs",
51
+ "esm": "./esm2022/regular/ng-icons-lets-icons-regular.mjs",
52
+ "default": "./fesm2022/ng-icons-lets-icons-regular.mjs"
53
+ }
54
+ },
55
+ "sideEffects": false
56
56
  }