@everchron/ec-shards 14.20.0 → 14.20.1

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: "M21.5 12.8333V10.4803C21.5 9.90617 21.2715 9.35475 20.8652 8.9485L17.8015 5.88483C17.3953 5.47858 16.8439 5.25 16.2697 5.25H8.50004C7.30296 5.25 6.33337 6.21958 6.33337 7.41667V22.5833C6.33337 23.7804 7.30296 24.75 8.50004 24.75H12.8334",
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: "M18.6269 18.0895L16.8916 17.0724",
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: "M17.9087 15.3371L16.8916 17.0724",
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: "M17.3263 17.1302C17.9966 16.6735 18.7739 16.3985 19.5822 16.3319C20.3905 16.2653 21.2023 16.4095 21.9383 16.7503C22.6742 17.0911 23.3093 17.617 23.7813 18.2765C24.2534 18.936 24.5464 19.7067 24.6317 20.5132C24.7169 21.3198 24.5916 22.1347 24.268 22.8784C23.9443 23.622 23.4333 24.2691 22.7849 24.7563C22.1365 25.2435 21.3728 25.5543 20.5684 25.6582C19.764 25.7622 18.9465 25.6558 18.1955 25.3494",
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
+ };