@everchron/ec-shards 14.19.0 → 14.19.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/ec-shards.css +1 -1
- package/dist/ec-shards.js +4 -4
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/header-footer-CsK7otOx.js +45 -0
- package/package.json +1 -1
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { createElementBlock as r, openBlock as n, 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 n(), r("svg", t, o[0] || (o[0] = [
|
|
11
|
+
e("path", {
|
|
12
|
+
"vector-effect": "non-scaling-stroke",
|
|
13
|
+
d: "M19.6667 12.6666H5.66669",
|
|
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: "M23.1667 16.1666H5.66669",
|
|
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: "M23.1667 5.66663H6.83335C6.18902 5.66663 5.66669 6.18896 5.66669 6.83329V7.99996C5.66669 8.64429 6.18902 9.16663 6.83335 9.16663H23.1667C23.811 9.16663 24.3334 8.64429 24.3334 7.99996V6.83329C24.3334 6.18896 23.811 5.66663 23.1667 5.66663Z",
|
|
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: "M23.1667 19.6666H6.83335C6.18902 19.6666 5.66669 20.189 5.66669 20.8333V22C5.66669 22.6443 6.18902 23.1666 6.83335 23.1666H23.1667C23.811 23.1666 24.3334 22.6443 24.3334 22V20.8333C24.3334 20.189 23.811 19.6666 23.1667 19.6666Z",
|
|
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
|
+
};
|