@everchron/ec-shards 8.3.9 → 8.4.1
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/designation-description-c563bf9e.js +45 -0
- package/dist/ec-shards.js +1048 -1024
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/empty-key-2bdf47b7.js +49 -0
- package/dist/key-b79e0c5a.js +26 -0
- package/dist/objection-basis-e983feeb.js +18 -0
- package/dist/style.css +1 -1
- package/package.json +10 -9
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as n, createElementVNode as o } 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
|
+
}, r = /* @__PURE__ */ o("path", {
|
|
9
|
+
d: "M20.7036 15.6095C18.7462 12.6105 15.5593 10.5841 11.9167 10.3438V5.25L3.25 13.9167L11.9167 22.5833V17.5274M11.9167 17.5231C11.9167 17.5231 12.3114 16.7115 14 17.5L11.9167 17.5231Z",
|
|
10
|
+
"vector-effect": "non-scaling-stroke",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
"stroke-linecap": "round",
|
|
13
|
+
"stroke-linejoin": "round"
|
|
14
|
+
}, null, -1), s = /* @__PURE__ */ o("path", {
|
|
15
|
+
d: "M25.4133 22.0833H16.5833",
|
|
16
|
+
stroke: "currentColor",
|
|
17
|
+
"vector-effect": "non-scaling-stroke",
|
|
18
|
+
"stroke-linecap": "round",
|
|
19
|
+
"stroke-linejoin": "round"
|
|
20
|
+
}, null, -1), c = /* @__PURE__ */ o("path", {
|
|
21
|
+
d: "M21.4133 25.0833H16.5833",
|
|
22
|
+
stroke: "currentColor",
|
|
23
|
+
"vector-effect": "non-scaling-stroke",
|
|
24
|
+
"stroke-linecap": "round",
|
|
25
|
+
"stroke-linejoin": "round"
|
|
26
|
+
}, null, -1), i = /* @__PURE__ */ o("path", {
|
|
27
|
+
d: "M26.4133 18.75H16.5833",
|
|
28
|
+
stroke: "currentColor",
|
|
29
|
+
"vector-effect": "non-scaling-stroke",
|
|
30
|
+
"stroke-linecap": "round",
|
|
31
|
+
"stroke-linejoin": "round"
|
|
32
|
+
}, null, -1), l = [
|
|
33
|
+
r,
|
|
34
|
+
s,
|
|
35
|
+
c,
|
|
36
|
+
i
|
|
37
|
+
];
|
|
38
|
+
function d(u, a) {
|
|
39
|
+
return e(), n("svg", t, l);
|
|
40
|
+
}
|
|
41
|
+
const h = { render: d };
|
|
42
|
+
export {
|
|
43
|
+
h as default,
|
|
44
|
+
d as render
|
|
45
|
+
};
|