@everchron/ec-shards 14.0.9 → 14.1.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,18 @@
1
+ import { createElementBlock as o, openBlock as t, createStaticVNode as r } 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
+ };
9
+ function c(l, e) {
10
+ return t(), o("svg", n, e[0] || (e[0] = [
11
+ r('<path fill-rule="evenodd" vector-effect="non-scaling-stroke" clip-rule="evenodd" d="M5 21.1667V11.2303C5 10.6562 5.22858 10.1047 5.63483 9.6985L8.6985 6.63483C9.10475 6.22858 9.65617 6 10.2303 6H22.3333C23.5304 6 24.5 6.96958 24.5 8.16667V21.1667C24.5 22.3638 23.5304 23.3333 22.3333 23.3333H7.16667C5.96958 23.3333 5 22.3638 5 21.1667Z" fill="currentColor" fill-opacity="0.2" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M12.9502 11.9167H10.5833C10.0311 11.9167 9.58334 12.3645 9.58334 12.9167V18.3038C9.58334 18.856 10.0311 19.3038 10.5833 19.3038H12.9502" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M9.58301 15.6099H12.95" stroke="currentColor" stroke-linecap="round"></path><path vector-effect="non-scaling-stroke" d="M15.807 11.917L20.633 19.304" stroke="currentColor" stroke-linecap="round"></path><path vector-effect="non-scaling-stroke" d="M20.633 11.917L15.807 19.304" stroke="currentColor" stroke-linecap="round"></path>', 5)
12
+ ]));
13
+ }
14
+ const s = { render: c };
15
+ export {
16
+ s as default,
17
+ c as render
18
+ };