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.
|
17
|
-
d: "
|
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