@everchron/ec-shards 9.18.0 → 9.18.2

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,18 @@
1
+ import { openBlock as o, createElementBlock as e, createStaticVNode as t } from "vue";
2
+ const r = {
3
+ width: "30",
4
+ height: "30",
5
+ viewBox: "0 0 30 30",
6
+ fill: "none",
7
+ xmlns: "http://www.w3.org/2000/svg"
8
+ }, n = /* @__PURE__ */ t('<path vector-effect="non-scaling-stroke" d="M9.58331 9.58333V7.41667C9.58331 6.84203 9.81159 6.29093 10.2179 5.8846C10.6242 5.47827 11.1753 5.25 11.75 5.25H22.5833C23.1579 5.25 23.709 5.47827 24.1154 5.8846C24.5217 6.29093 24.75 6.84203 24.75 7.41667V22.5833C24.75 23.158 24.5217 23.7091 24.1154 24.1154C23.709 24.5217 23.1579 24.75 22.5833 24.75H11.75C11.1753 24.75 10.6242 24.5217 10.2179 24.1154C9.81159 23.7091 9.58331 23.158 9.58331 22.5833V20.4167" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M15 9.58325H8.49998C7.30336 9.58325 6.33331 10.5533 6.33331 11.7499V18.2499C6.33331 19.4465 7.30336 20.4166 8.49998 20.4166H15C16.1966 20.4166 17.1666 19.4465 17.1666 18.2499V11.7499C17.1666 10.5533 16.1966 9.58325 15 9.58325Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M24.75 11.8367H17.1667" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M24.75 18.25H17.1667" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M17.1667 5.25V24.75" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M13.4476 16.8959L10.1976 13.1042" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M10.1976 16.8959L13.4476 13.1042" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>', 7), c = [
9
+ n
10
+ ];
11
+ function s(i, l) {
12
+ return o(), e("svg", r, [...c]);
13
+ }
14
+ const k = { render: s };
15
+ export {
16
+ k as default,
17
+ s as render
18
+ };
@@ -0,0 +1,38 @@
1
+ import { openBlock as o, createElementBlock as t, createElementVNode as e } 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__ */ e("path", {
9
+ "vector-effect": "non-scaling-stroke",
10
+ d: "M22.9485 8.9485L19.8849 5.88483C19.4786 5.47858 18.9272 5.25 18.353 5.25H8.58335C7.38627 5.25 6.41669 6.21958 6.41669 7.41667V22.5833C6.41669 23.7804 7.38627 24.75 8.58335 24.75H21.4167C22.6138 24.75 23.5834 23.7804 23.5834 22.5833V10.4803C23.5834 9.90617 23.3548 9.35475 22.9485 8.9485Z",
11
+ stroke: "currentColor",
12
+ "stroke-linecap": "round",
13
+ "stroke-linejoin": "round"
14
+ }, null, -1), c = /* @__PURE__ */ e("path", {
15
+ "vector-effect": "non-scaling-stroke",
16
+ d: "M10.1591 20.5857C11.8692 23.5906 15.4373 9.23926 12.7365 10.0317C9.92796 10.8542 18.8398 20.8362 19.9369 18.0226C20.9916 15.3178 8.45755 17.5955 10.1591 20.5857Z",
17
+ stroke: "currentColor",
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round"
20
+ }, null, -1), s = /* @__PURE__ */ e("path", {
21
+ "vector-effect": "non-scaling-stroke",
22
+ d: "M23.5834 10.6667H19.25C18.652 10.6667 18.1667 10.1813 18.1667 9.58333V5.25",
23
+ stroke: "currentColor",
24
+ "stroke-linecap": "round",
25
+ "stroke-linejoin": "round"
26
+ }, null, -1), l = [
27
+ r,
28
+ c,
29
+ s
30
+ ];
31
+ function i(d, u) {
32
+ return o(), t("svg", n, [...l]);
33
+ }
34
+ const k = { render: i };
35
+ export {
36
+ k as default,
37
+ i as render
38
+ };