@scalar/components 0.12.39 → 0.12.40
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.
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
-
const
|
|
2
|
+
const n = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
fill: "none",
|
|
5
|
-
viewBox: "0 0
|
|
6
|
-
},
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
"
|
|
11
|
-
}, null, -1),
|
|
12
|
-
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, r = /* @__PURE__ */ t("path", {
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
"stroke-linecap": "round",
|
|
9
|
+
"stroke-linejoin": "round",
|
|
10
|
+
d: "M3 6h18m-2 0v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6m3 0V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2m-6 5v6m4-6v6"
|
|
11
|
+
}, null, -1), c = [
|
|
12
|
+
r
|
|
13
13
|
];
|
|
14
|
-
function
|
|
15
|
-
return e(), o("svg",
|
|
14
|
+
function l(s, d) {
|
|
15
|
+
return e(), o("svg", n, [...c]);
|
|
16
16
|
}
|
|
17
|
-
const
|
|
17
|
+
const m = { render: l };
|
|
18
18
|
export {
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
m as default,
|
|
20
|
+
l as render
|
|
21
21
|
};
|
|
@@ -7,15 +7,15 @@ const n = {
|
|
|
7
7
|
stroke: "currentColor",
|
|
8
8
|
"stroke-linecap": "round",
|
|
9
9
|
"stroke-linejoin": "round",
|
|
10
|
-
d: "
|
|
11
|
-
}, null, -1),
|
|
10
|
+
d: "M14 3H5.571A2.57 2.57 0 0 0 3 5.571V18.43A2.57 2.57 0 0 0 5.571 21H18.43A2.57 2.57 0 0 0 21 18.429V10m.96-5.35a1.845 1.845 0 0 0-2.61-2.61l-6.644 6.647a1.3 1.3 0 0 0-.328.543l-.864 2.849a.327.327 0 0 0 .408.407l2.849-.864c.205-.062.391-.174.543-.325l6.645-6.647Z"
|
|
11
|
+
}, null, -1), l = [
|
|
12
12
|
r
|
|
13
13
|
];
|
|
14
|
-
function s
|
|
15
|
-
return e(), o("svg", n, [...
|
|
14
|
+
function c(s, d) {
|
|
15
|
+
return e(), o("svg", n, [...l]);
|
|
16
16
|
}
|
|
17
|
-
const
|
|
17
|
+
const a = { render: c };
|
|
18
18
|
export {
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
a as default,
|
|
20
|
+
c as render
|
|
21
21
|
};
|