@everchron/ec-shards 8.0.3 → 8.0.4

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,25 @@
1
+ import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
+ const n = {
3
+ width: "30",
4
+ height: "30",
5
+ viewBox: "0 0 30 30",
6
+ fill: "none",
7
+ xmlns: "http://www.w3.org/2000/svg"
8
+ }, r = /* @__PURE__ */ o("path", {
9
+ d: "M10.8365 23.1216C10.655 23.219 10.4497 23.2634 10.2442 23.2499C10.0386 23.2363 9.841 23.1653 9.67382 23.045C9.50664 22.9246 9.37662 22.7597 9.29857 22.5691C9.22052 22.3784 9.19757 22.1697 9.23233 21.9666L10.028 17.3622L6.65833 14.0998C6.51233 13.9562 6.40931 13.7747 6.36085 13.5758C6.3124 13.3768 6.32045 13.1683 6.38409 12.9736C6.44773 12.779 6.56443 12.606 6.72107 12.4741C6.8777 12.3422 7.06804 12.2566 7.27067 12.227L11.9292 11.5551L14.01 7.3623C14.1022 7.17818 14.2438 7.02335 14.4189 6.91515C14.5941 6.80694 14.7959 6.74963 15.0018 6.74963C15.2077 6.74963 15.4096 6.80694 15.5847 6.91515C15.7599 7.02335 15.9015 7.17818 15.9937 7.3623L18.0745 11.5551L22.733 12.227C22.9356 12.2566 23.126 12.3422 23.2826 12.4741C23.4392 12.606 23.5559 12.779 23.6196 12.9736C23.6832 13.1683 23.6913 13.3768 23.6428 13.5758C23.5944 13.7747 23.4913 13.9562 23.3453 14.0998L19.9738 17.3604L20.7695 21.9648C20.8047 22.168 20.782 22.377 20.7042 22.5679C20.6263 22.7588 20.4963 22.924 20.329 23.0447C20.1618 23.1653 19.964 23.2365 19.7582 23.2501C19.5525 23.2637 19.347 23.2192 19.1653 23.1216L15 20.95L10.8365 23.1216Z",
10
+ fill: "currentColor",
11
+ stroke: "currentColor",
12
+ "stroke-linecap": "round",
13
+ "stroke-linejoin": "round",
14
+ "vector-effect": "non-scaling-stroke"
15
+ }, null, -1), C = [
16
+ r
17
+ ];
18
+ function c(l, s) {
19
+ return e(), t("svg", n, C);
20
+ }
21
+ const d = { render: c };
22
+ export {
23
+ d as default,
24
+ c as render
25
+ };
@@ -0,0 +1,24 @@
1
+ import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
+ const n = {
3
+ width: "30",
4
+ height: "30",
5
+ viewBox: "0 0 30 30",
6
+ fill: "none",
7
+ xmlns: "http://www.w3.org/2000/svg"
8
+ }, r = /* @__PURE__ */ o("path", {
9
+ d: "M10.8365 23.1216C10.655 23.219 10.4497 23.2634 10.2442 23.2499C10.0386 23.2363 9.841 23.1653 9.67382 23.045C9.50664 22.9246 9.37662 22.7597 9.29857 22.5691C9.22052 22.3784 9.19757 22.1697 9.23233 21.9666L10.028 17.3622L6.65833 14.0998C6.51233 13.9562 6.40931 13.7747 6.36085 13.5758C6.3124 13.3768 6.32045 13.1683 6.38409 12.9736C6.44773 12.779 6.56443 12.606 6.72107 12.4741C6.8777 12.3422 7.06804 12.2566 7.27067 12.227L11.9292 11.5551L14.01 7.3623C14.1022 7.17818 14.2438 7.02335 14.4189 6.91515C14.5941 6.80694 14.7959 6.74963 15.0018 6.74963C15.2077 6.74963 15.4096 6.80694 15.5847 6.91515C15.7599 7.02335 15.9015 7.17818 15.9937 7.3623L18.0745 11.5551L22.733 12.227C22.9356 12.2566 23.126 12.3422 23.2826 12.4741C23.4392 12.606 23.5559 12.779 23.6196 12.9736C23.6832 13.1683 23.6913 13.3768 23.6428 13.5758C23.5944 13.7747 23.4913 13.9562 23.3453 14.0998L19.9738 17.3604L20.7695 21.9648C20.8047 22.168 20.782 22.377 20.7042 22.5679C20.6263 22.7588 20.4963 22.924 20.329 23.0447C20.1618 23.1653 19.964 23.2365 19.7582 23.2501C19.5525 23.2637 19.347 23.2192 19.1653 23.1216L15 20.95L10.8365 23.1216Z",
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "vector-effect": "non-scaling-stroke",
13
+ "stroke-linejoin": "round"
14
+ }, null, -1), C = [
15
+ r
16
+ ];
17
+ function c(s, l) {
18
+ return e(), t("svg", n, C);
19
+ }
20
+ const d = { render: c };
21
+ export {
22
+ d as default,
23
+ c as render
24
+ };