@everchron/ec-shards 14.12.1 → 14.12.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 { createElementBlock as t, openBlock as e, createStaticVNode as r } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
width: "140",
|
|
4
|
+
height: "140",
|
|
5
|
+
viewBox: "0 0 140 140",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
8
|
+
};
|
|
9
|
+
function s(i, o) {
|
|
10
|
+
return e(), t("svg", n, o[0] || (o[0] = [
|
|
11
|
+
r('<path vector-effect="non-scaling-stroke" d="M95.3335 10V35.3333" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M44.6665 10V35.3333" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M13 50.3333H127" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M13 70.3333H127" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M13 90.3333H127" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M13 110.333H127" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M114.333 22.6667H25.6667C18.6683 22.6667 13 28.3351 13 35.3334V117.667C13 124.665 18.6683 130.333 25.6667 130.333H114.333C121.332 130.333 127 124.665 127 117.667V35.3334C127 28.3351 121.332 22.6667 114.333 22.6667Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M79.2239 80.8204C78.344 80.7877 77.4642 80.7551 76.6414 80.4201C75.8185 80.0851 75.0793 79.4487 75.0088 78.5649C74.8439 76.4987 77.0308 74.947 78.7103 74.0674C80.3331 73.2174 82.2026 72.9915 83.9291 73.0002C85.2943 73.0071 86.4955 73.5858 87.5544 74.1691C88.3012 74.5805 88.6845 75.3002 88.9319 76.309C89.2396 77.5638 88.4835 79.1565 87.0928 80.8811C86.3321 81.8245 85.2544 82.7242 84.1918 83.562C83.1291 84.3999 82.0617 85.1021 81.0268 85.6576C79.992 86.213 79.0221 86.6003 78.0189 87" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path><path vector-effect="non-scaling-stroke" d="M30.5 50.5V130.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M51.5 50.5V130.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M71.5 50.5V130.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M91.5 50.5V130.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M110.5 50.5V130.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M20.5 60.5H118.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M20.5 80.5H62.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>', 15)
|
|
12
|
+
]));
|
|
13
|
+
}
|
|
14
|
+
const k = { render: s };
|
|
15
|
+
export {
|
|
16
|
+
k as default,
|
|
17
|
+
s as render
|
|
18
|
+
};
|