@everchron/ec-shards 9.9.2 → 9.11.0

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,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: "M15 5.896L17.935 11.889L24.5 12.856L19.75 17.518L20.871 24.104L15 20.993L9.129 24.104L10.25 17.518L5.5 12.856L12.064 11.889L15 5.896Z",
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ "vector-effect": "non-scaling-stroke"
14
+ }, null, -1), c = [
15
+ r
16
+ ];
17
+ function s(l, i) {
18
+ return e(), t("svg", n, [...c]);
19
+ }
20
+ const L = { render: s };
21
+ export {
22
+ L as default,
23
+ s as render
24
+ };
@@ -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: "M15 5.89996L17.935 11.893L24.5 12.86L19.75 17.522L20.871 24.108L15 20.997L9.129 24.108L10.25 17.522L5.5 12.86L12.064 11.893L15 5.89996Z",
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 l(s, i) {
19
+ return e(), t("svg", n, [...c]);
20
+ }
21
+ const L = { render: l };
22
+ export {
23
+ L as default,
24
+ l as render
25
+ };