eco-vue-js 0.10.72 → 0.10.73

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.
@@ -4,7 +4,8 @@ const _hoisted_1 = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
5
5
  width: "20",
6
6
  height: "20",
7
- fill: "none"
7
+ fill: "none",
8
+ viewBox: "0 0 24 24"
8
9
  };
9
10
 
10
11
  function render(_ctx, _cache) {
@@ -13,8 +14,8 @@ function render(_ctx, _cache) {
13
14
  stroke: "currentcolor",
14
15
  "stroke-linecap": "round",
15
16
  "stroke-linejoin": "round",
16
- "stroke-width": "1.25",
17
- d: "M10 6.67v4.16m0 7.5A8.36 8.36 0 0 0 18.33 10 8.36 8.36 0 0 0 10 1.67 8.36 8.36 0 0 0 1.67 10 8.36 8.36 0 0 0 10 18.33M10 14v.05"
17
+ "stroke-width": "1.5",
18
+ d: "M12 8v5m0 3.8v.06M12 22a10.03 10.03 0 0 0 10-10A10.03 10.03 0 0 0 12 2 10.03 10.03 0 0 0 2 12a10.03 10.03 0 0 0 10 10"
18
19
  }, null, -1)
19
20
  ])))
20
21
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/rsmple/eco-vue-js.git"
6
6
  },
7
- "version": "0.10.72",
7
+ "version": "0.10.73",
8
8
  "scripts": {
9
9
  "build": "run-p type-check \"build-only {@}\" --",
10
10
  "dev": "vite build --mode development --watch",