@everchron/ec-shards 9.14.5 → 9.15.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,43 @@
1
+ import { openBlock as e, createElementBlock as t, createElementVNode as o } 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__ */ o("path", {
9
+ opacity: "0.8",
10
+ "vector-effect": "non-scaling-stroke",
11
+ d: "M9.49996 6.25C9.49996 7.39927 9.04341 8.50147 8.23076 9.31413C7.4181 10.1268 6.3159 10.5833 5.16663 10.5833C6.3159 10.5833 7.4181 11.0399 8.23076 11.8525C9.04341 12.6652 9.49996 13.7674 9.49996 14.9167C9.49996 13.7674 9.95651 12.6652 10.7692 11.8525C11.5818 11.0399 12.684 10.5833 13.8333 10.5833C12.684 10.5833 11.5818 10.1268 10.7692 9.31413C9.95651 8.50147 9.49996 7.39927 9.49996 6.25Z",
12
+ fill: "currentColor",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round"
16
+ }, null, -1), l = /* @__PURE__ */ o("path", {
17
+ "vector-effect": "non-scaling-stroke",
18
+ d: "M21.4167 19.25C21.4167 17.8134 20.846 16.4356 19.8302 15.4198C18.8143 14.404 17.4366 13.8333 16 13.8333C17.4366 13.8333 18.8143 13.2626 19.8302 12.2468C20.846 11.231 21.4167 9.85322 21.4167 8.41663C21.4167 9.85322 21.9873 11.231 23.0032 12.2468C24.019 13.2626 25.3967 13.8333 26.8333 13.8333C25.3967 13.8333 24.019 14.404 23.0032 15.4198C21.9873 16.4356 21.4167 17.8134 21.4167 19.25Z",
19
+ fill: "currentColor",
20
+ stroke: "currentColor",
21
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round"
23
+ }, null, -1), c = /* @__PURE__ */ o("path", {
24
+ opacity: "0.6",
25
+ "vector-effect": "non-scaling-stroke",
26
+ d: "M13.8333 17.625C13.8333 18.7743 13.3768 19.8765 12.5641 20.6891C11.7515 21.5018 10.6493 21.9583 9.5 21.9583C10.6493 21.9583 11.7515 22.4149 12.5641 23.2275C13.3768 24.0402 13.8333 25.1424 13.8333 26.2917C13.8333 25.1424 14.2899 24.0402 15.1025 23.2275C15.9152 22.4149 17.0174 21.9583 18.1667 21.9583C17.0174 21.9583 15.9152 21.5018 15.1025 20.6891C14.2899 19.8765 13.8333 18.7743 13.8333 17.625Z",
27
+ fill: "currentColor",
28
+ stroke: "currentColor",
29
+ "stroke-linecap": "round",
30
+ "stroke-linejoin": "round"
31
+ }, null, -1), s = [
32
+ n,
33
+ l,
34
+ c
35
+ ];
36
+ function C(i, d) {
37
+ return e(), t("svg", r, [...s]);
38
+ }
39
+ const a = { render: C };
40
+ export {
41
+ a as default,
42
+ C as render
43
+ };