@kengic/vue 0.26.6-beta.82 → 0.26.6-beta.83

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.
@@ -0,0 +1,8 @@
1
+ const t = {
2
+ width: 1024,
3
+ height: 1024,
4
+ body: '<path fill="currentColor" d="M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z"/>'
5
+ };
6
+ export {
7
+ t as default
8
+ };
@@ -46400,7 +46400,7 @@ const emptyIcon = {
46400
46400
  ...n.data
46401
46401
  }, r);
46402
46402
  }
46403
- }), version = "0.26.6-beta.82";
46403
+ }), version = "0.26.6-beta.83";
46404
46404
  /**
46405
46405
  * filesize
46406
46406
  *
@@ -55212,6 +55212,8 @@ import("./one-to-one-outlined.4f97e62a.mjs").then(({ default: e }) => addIcon("a
55212
55212
  import("./reload-outlined.abae07b1.mjs").then(({ default: e }) => addIcon("ant-design:reload-outlined", e));
55213
55213
  import("./fullscreen-exit-outlined.a75b82c2.mjs").then(({ default: e }) => addIcon("ant-design:fullscreen-exit-outlined", e));
55214
55214
  import("./fullscreen-outlined.c9ba7960.mjs").then(({ default: e }) => addIcon("ant-design:fullscreen-outlined", e));
55215
+ import("./caret-right-outlined.f3fc4d46.mjs").then(({ default: e }) => addIcon("ant-design:caret-right-outlined", e));
55216
+ import("./pause-outlined.a5f6ccbd.mjs").then(({ default: e }) => addIcon("ant-design:pause-outlined", e));
55215
55217
  import("./fit-screen-outline.7341560f.mjs").then(({ default: e }) => addIcon("material-symbols:fit-screen-outline", e));
55216
55218
  import("./save-outline-rounded.c9c3f880.mjs").then(({ default: e }) => addIcon("material-symbols:save-outline-rounded", e));
55217
55219
  import("./save-as-outline-rounded.c65d61b2.mjs").then(({ default: e }) => addIcon("material-symbols:save-as-outline-rounded", e));
@@ -0,0 +1,8 @@
1
+ const h = {
2
+ width: 1024,
3
+ height: 1024,
4
+ body: '<path fill="currentColor" d="M304 176h80v672h-80zm408 0h-64c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8z"/>'
5
+ };
6
+ export {
7
+ h as default
8
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.6-beta.82",
3
+ "version": "0.26.6-beta.83",
4
4
  "scripts": {
5
5
  "build": "npm run use-node && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",