@fangzhongya/icons 0.0.9 → 0.0.10

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/dist/index.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "fang-icons",
3
3
  "info": {},
4
- "lastModified": 1767779043166,
4
+ "lastModified": 1767779324784,
5
5
  "icons": {
6
6
  "bar": {
7
7
  "body": "<path d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\"></path>"
@@ -916,7 +916,7 @@ function simpleFangIcon(options = {}) {
916
916
  runDev({
917
917
  issort: true,
918
918
  dir: "./node_modules/@fangzhongya/icons/dist/svg",
919
- outDir: directory,
919
+ outDir: "./public/" + directory,
920
920
  extensions: ["svg"],
921
921
  read: true,
922
922
  fileCover: true,
@@ -916,7 +916,7 @@ function simpleFangIcon(options = {}) {
916
916
  runDev({
917
917
  issort: true,
918
918
  dir: "./node_modules/@fangzhongya/icons/dist/svg",
919
- outDir: directory,
919
+ outDir: "./public/" + directory,
920
920
  extensions: ["svg"],
921
921
  read: true,
922
922
  fileCover: true,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fangzhongya/icons",
3
3
  "private": false,
4
4
  "type": "module",
5
- "version": "0.0.9",
5
+ "version": "0.0.10",
6
6
  "description ": "个人图标库",
7
7
  "author": "fangzhongya ",
8
8
  "license": "MIT",