@everchron/ec-shards 9.18.11 → 9.18.13
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/anchor-remove-B3tyOE0c.js +18 -0
- package/dist/arrow-up-left-L7sTU1uF.js +38 -0
- package/dist/ec-shards.js +255 -274
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/pin-DsDjoXGA.js +31 -0
- package/dist/pin-active-Dmt7lqsQ.js +29 -0
- package/dist/style.css +1 -1
- package/dist/xmef-C-TTyoDn.js +45 -0
- package/package.json +1 -1
|
@@ -0,0 +1,45 @@
|
|
|
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: "M11.7773 16.999H6.82532V26.903H11.7773M6.82532 21.5384H10.952",
|
|
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: "M18.38 26.903V16.999H23.332M18.4485 21.5384H22.5067",
|
|
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: "M17.142 13.904V4.49355C17.142 4.22119 17.3632 4 17.6355 4C17.8361 4 18.0168 4.12132 18.0919 4.30785L20.5721 10.4112C20.6191 10.5267 20.7313 10.6027 20.856 10.6027C20.917 10.6027 20.9766 10.5844 21.0272 10.5503C21.0778 10.5162 21.117 10.4678 21.1399 10.4112L23.62 4.30785C23.6569 4.217 23.72 4.13921 23.8013 4.08438C23.8826 4.02955 23.9784 4.00017 24.0764 4C24.3488 4 24.57 4.22119 24.57 4.49355V13.904",
|
|
23
|
+
stroke: "currentColor",
|
|
24
|
+
"stroke-linecap": "round",
|
|
25
|
+
"stroke-linejoin": "round"
|
|
26
|
+
}, null, -1), l = /* @__PURE__ */ e("path", {
|
|
27
|
+
"vector-effect": "non-scaling-stroke",
|
|
28
|
+
d: "M6.41267 4L12.6027 13.904M12.19 4L6 13.904",
|
|
29
|
+
stroke: "currentColor",
|
|
30
|
+
"stroke-linecap": "round",
|
|
31
|
+
"stroke-linejoin": "round"
|
|
32
|
+
}, null, -1), i = [
|
|
33
|
+
r,
|
|
34
|
+
s,
|
|
35
|
+
c,
|
|
36
|
+
l
|
|
37
|
+
];
|
|
38
|
+
function d(u, k) {
|
|
39
|
+
return o(), t("svg", n, [...i]);
|
|
40
|
+
}
|
|
41
|
+
const h = { render: d };
|
|
42
|
+
export {
|
|
43
|
+
h as default,
|
|
44
|
+
d as render
|
|
45
|
+
};
|