@everchron/ec-shards 14.0.7 → 14.0.9

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.
@@ -0,0 +1,45 @@
1
+ import { createElementBlock as n, openBlock as r, 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(c, o) {
10
+ return r(), n("svg", t, o[0] || (o[0] = [
11
+ e("path", {
12
+ "vector-effect": "non-scaling-stroke",
13
+ d: "M8.33334 10V7.41667C8.33334 6.21958 9.30293 5.25 10.5 5.25H20.4363C21.0105 5.25 21.5619 5.47858 21.9682 5.88483L25.0318 8.9485C25.4381 9.35475 25.6667 9.90617 25.6667 10.4803V22.5833C25.6667 23.7804 24.6971 24.75 23.5 24.75H10.5C9.30293 24.75 8.33334 23.7804 8.33334 22.5833V21.5",
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: "M25.6667 10.6667H21.3333C20.7353 10.6667 20.25 10.1813 20.25 9.58333V5.25",
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: "M10 12.75L13 15.75L10 18.75",
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: "M13 15.75H4",
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
+ };