@everchron/ec-shards 8.13.8 → 8.13.10
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 +948 -945
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/save-next-BysatGlH.js +45 -0
- package/dist/style.css +1 -1
- package/dist/write-feather-BwVUTULj.js +38 -0
- package/package.json +1 -1
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
|
|
2
|
+
const n = {
|
|
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__ */ e("path", {
|
|
9
|
+
"vector-effect": "non-scaling-stroke",
|
|
10
|
+
d: "M17.1667 19.3334H6.33333C5.73502 19.3334 5.25 19.8184 5.25 20.4167V23.6667C5.25 24.265 5.73502 24.75 6.33333 24.75H17.1667C17.765 24.75 18.25 24.265 18.25 23.6667V20.4167C18.25 19.8184 17.765 19.3334 17.1667 19.3334Z",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
"stroke-linecap": "round",
|
|
13
|
+
"stroke-linejoin": "round"
|
|
14
|
+
}, null, -1), s = /* @__PURE__ */ e("path", {
|
|
15
|
+
"vector-effect": "non-scaling-stroke",
|
|
16
|
+
d: "M7.95834 19.3334V17.1667C7.95834 16.8794 8.07248 16.6038 8.27564 16.4007C8.47881 16.1975 8.75436 16.0834 9.04168 16.0834H14.4583C14.7457 16.0834 15.0212 16.1975 15.2244 16.4007C15.4275 16.6038 15.5417 16.8794 15.5417 17.1667V19.3334",
|
|
17
|
+
stroke: "currentColor",
|
|
18
|
+
"stroke-linecap": "round",
|
|
19
|
+
"stroke-linejoin": "round"
|
|
20
|
+
}, null, -1), c = /* @__PURE__ */ e("path", {
|
|
21
|
+
"vector-effect": "non-scaling-stroke",
|
|
22
|
+
d: "M12.1987 12.8333H16.4244C18.5798 12.8333 20.6733 12.1128 22.3721 10.7864C24.071 9.45996 25.2777 7.60371 25.8005 5.51271C25.8404 5.35299 25.8434 5.18628 25.8092 5.02523C25.7751 4.86418 25.7047 4.71303 25.6034 4.58327C25.502 4.4535 25.3725 4.34854 25.2245 4.27634C25.0766 4.20415 24.9141 4.16663 24.7495 4.16663H23.6667C20.5062 4.16663 17.4751 5.42213 15.2403 7.65694C13.0055 9.89175 11.75 12.9228 11.75 16.0833",
|
|
23
|
+
stroke: "currentColor",
|
|
24
|
+
"stroke-linecap": "round",
|
|
25
|
+
"stroke-linejoin": "round"
|
|
26
|
+
}, null, -1), l = [
|
|
27
|
+
r,
|
|
28
|
+
s,
|
|
29
|
+
c
|
|
30
|
+
];
|
|
31
|
+
function i(d, C) {
|
|
32
|
+
return o(), t("svg", n, [...l]);
|
|
33
|
+
}
|
|
34
|
+
const u = { render: i };
|
|
35
|
+
export {
|
|
36
|
+
u as default,
|
|
37
|
+
i as render
|
|
38
|
+
};
|