@everchron/ec-shards 19.9.1 → 19.10.2
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/collapse-C2FEO676.js +27 -0
- package/dist/ec-shards.css +1 -1
- package/dist/ec-shards.js +1175 -810
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/expand-CfBCyWQO.js +27 -0
- package/package.json +1 -1
- package/dist/collapse-C0yn_h3z.js +0 -14
- package/dist/expand-V894Boou.js +0 -39
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { createElementBlock as e, createElementVNode as t, openBlock as n } from "vue";
|
|
2
|
+
//#region src/assets/icons/collapse.svg
|
|
3
|
+
var r = {
|
|
4
|
+
width: "30",
|
|
5
|
+
height: "30",
|
|
6
|
+
viewBox: "0 0 30 30",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function i(i, a) {
|
|
11
|
+
return n(), e("svg", r, [...a[0] ||= [t("path", {
|
|
12
|
+
d: "M17.8 4L16.8 13.5L26 12.5",
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
"stroke-linecap": "round",
|
|
15
|
+
"stroke-linejoin": "round",
|
|
16
|
+
"vector-effect": "non-scaling-stroke"
|
|
17
|
+
}, null, -1), t("path", {
|
|
18
|
+
d: "M4.00007 17.8L13.2001 16.8L12.2001 26",
|
|
19
|
+
stroke: "currentColor",
|
|
20
|
+
"stroke-linecap": "round",
|
|
21
|
+
"stroke-linejoin": "round",
|
|
22
|
+
"vector-effect": "non-scaling-stroke"
|
|
23
|
+
}, null, -1)]]);
|
|
24
|
+
}
|
|
25
|
+
var a = { render: i };
|
|
26
|
+
//#endregion
|
|
27
|
+
export { a as default, i as render };
|