@everchron/ec-shards 14.0.4 → 14.0.5
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/ec-shards.js +2 -2
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/variable-BZ8k5fUD.js +45 -0
- package/package.json +1 -1
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { createElementBlock as n, openBlock as r, createElementVNode as e } from "vue";
|
|
2
|
+
const t = {
|
|
3
|
+
width: "30",
|
|
4
|
+
height: "30",
|
|
5
|
+
viewBox: "0 0 30 30",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
8
|
+
};
|
|
9
|
+
function l(s, o) {
|
|
10
|
+
return r(), n("svg", t, o[0] || (o[0] = [
|
|
11
|
+
e("path", {
|
|
12
|
+
"vector-effect": "non-scaling-stroke",
|
|
13
|
+
d: "M10.6667 24.75C10.6667 24.75 6.33334 21.5 6.33334 15C6.33334 8.5 10.6667 5.25 10.6667 5.25",
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
"stroke-linecap": "round",
|
|
16
|
+
"stroke-linejoin": "round"
|
|
17
|
+
}, null, -1),
|
|
18
|
+
e("path", {
|
|
19
|
+
"vector-effect": "non-scaling-stroke",
|
|
20
|
+
d: "M19.3333 5.25C19.3333 5.25 23.6667 8.5 23.6667 15C23.6667 21.5 19.3333 24.75 19.3333 24.75",
|
|
21
|
+
stroke: "currentColor",
|
|
22
|
+
"stroke-linecap": "round",
|
|
23
|
+
"stroke-linejoin": "round"
|
|
24
|
+
}, null, -1),
|
|
25
|
+
e("path", {
|
|
26
|
+
"vector-effect": "non-scaling-stroke",
|
|
27
|
+
d: "M18.25 11.75L11.75 18.25",
|
|
28
|
+
stroke: "currentColor",
|
|
29
|
+
"stroke-linecap": "round",
|
|
30
|
+
"stroke-linejoin": "round"
|
|
31
|
+
}, null, -1),
|
|
32
|
+
e("path", {
|
|
33
|
+
"vector-effect": "non-scaling-stroke",
|
|
34
|
+
d: "M11.75 11.75L18.25 18.25",
|
|
35
|
+
stroke: "currentColor",
|
|
36
|
+
"stroke-linecap": "round",
|
|
37
|
+
"stroke-linejoin": "round"
|
|
38
|
+
}, null, -1)
|
|
39
|
+
]));
|
|
40
|
+
}
|
|
41
|
+
const i = { render: l };
|
|
42
|
+
export {
|
|
43
|
+
i as default,
|
|
44
|
+
l as render
|
|
45
|
+
};
|