@everchron/ec-shards 16.3.1 → 16.3.3

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,41 @@
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
+ d: "M15 10.667V19.333",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "vector-effect": "non-scaling-stroke"
17
+ }, null, -1),
18
+ e("path", {
19
+ d: "M19.333 15H10.667",
20
+ stroke: "currentColor",
21
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round",
23
+ "vector-effect": "non-scaling-stroke"
24
+ }, null, -1),
25
+ e("path", {
26
+ "fill-rule": "evenodd",
27
+ "clip-rule": "evenodd",
28
+ d: "M15 24.75C9.61475 24.75 5.25 20.3853 5.25 15C5.25 9.61475 9.61475 5.25 15 5.25C20.3853 5.25 24.75 9.61475 24.75 15C24.75 20.3853 20.3853 24.75 15 24.75Z",
29
+ stroke: "currentColor",
30
+ "stroke-linecap": "round",
31
+ "stroke-linejoin": "round",
32
+ "stroke-dasharray": "2.5 2.5",
33
+ "vector-effect": "non-scaling-stroke"
34
+ }, null, -1)
35
+ ]));
36
+ }
37
+ const c = { render: l };
38
+ export {
39
+ c as default,
40
+ l as render
41
+ };