@enigmax/icons 0.1.0 → 0.2.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@enigmax/icons",
3
- "version": "0.1.0",
4
- "description": "Filled duotone icon set for React, one module per icon so a bundle carries only what it renders.",
3
+ "version": "0.2.0",
4
+ "description": "Icon set for React, one module per icon so a bundle carries only what it renders.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -21,6 +21,22 @@
21
21
  "./categories/*": {
22
22
  "types": "./dist/categories/*.d.ts",
23
23
  "import": "./dist/categories/*.js"
24
+ },
25
+ "./bold-duotone": {
26
+ "types": "./dist/index.d.ts",
27
+ "import": "./dist/index.js"
28
+ },
29
+ "./bold-duotone/icons/*": {
30
+ "types": "./dist/icons/*.d.ts",
31
+ "import": "./dist/icons/*.js"
32
+ },
33
+ "./bold-duotone/categories": {
34
+ "types": "./dist/categories/index.d.ts",
35
+ "import": "./dist/categories/index.js"
36
+ },
37
+ "./bold-duotone/categories/*": {
38
+ "types": "./dist/categories/*.d.ts",
39
+ "import": "./dist/categories/*.js"
24
40
  }
25
41
  },
26
42
  "files": [
package/src/index.ts CHANGED
@@ -1,4 +1,4 @@
1
- // GENERATED, do not hand-edit. Run: node generate.mjs --solar <set.json>
1
+ // GENERATED, do not hand-edit. Run: node generate.mjs --set <set.json>
2
2
  //
3
3
  // Import from the root for a single icon (the bundler keeps only that module),
4
4
  // or from a category when you want the group: