@mjsz-vbr-elements/shared 2.29.1 → 2.29.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.
- package/dist/icons/IconArrowDown.js +2 -2
- package/dist/icons/IconArrowUp.js +2 -2
- package/dist/icons/IconBroadcast.js +2 -2
- package/dist/icons/IconChange.js +2 -2
- package/dist/icons/IconHockeyPuck.js +2 -2
- package/dist/icons/IconLaunch.js +2 -2
- package/dist/icons/IconLeft.js +2 -2
- package/dist/icons/IconMenu.js +2 -2
- package/dist/icons/IconMore.js +2 -2
- package/dist/icons/IconRight.js +2 -2
- package/dist/icons/IconSheet.js +2 -2
- package/dist/icons/IconSort.js +2 -2
- package/dist/icons/IconSortAsc.js +2 -2
- package/dist/icons/IconSortDesc.js +2 -2
- package/dist/icons/IconStar.js +2 -2
- package/dist/icons/IconTimer.js +2 -2
- package/dist/icons/IconWarning.js +2 -2
- package/dist/icons/IconWhistle.js +2 -2
- package/dist/icons/IconYoutube.js +2 -2
- package/package.json +1 -1
|
@@ -4,12 +4,12 @@ const n = {
|
|
|
4
4
|
viewBox: "0 0 24 24"
|
|
5
5
|
};
|
|
6
6
|
function l(c, e) {
|
|
7
|
-
return r(), o("svg", n, e[0] || (e[0] = [
|
|
7
|
+
return r(), o("svg", n, [...e[0] || (e[0] = [
|
|
8
8
|
t("path", {
|
|
9
9
|
fill: "currentColor",
|
|
10
10
|
d: "M8.12 9.29 12 13.17l3.88-3.88a.996.996 0 1 1 1.41 1.41l-4.59 4.59a.996.996 0 0 1-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0z"
|
|
11
11
|
}, null, -1)
|
|
12
|
-
]));
|
|
12
|
+
])]);
|
|
13
13
|
}
|
|
14
14
|
const s = { render: l };
|
|
15
15
|
export {
|
|
@@ -4,12 +4,12 @@ const n = {
|
|
|
4
4
|
viewBox: "0 0 24 24"
|
|
5
5
|
};
|
|
6
6
|
function l(c, e) {
|
|
7
|
-
return r(), o("svg", n, e[0] || (e[0] = [
|
|
7
|
+
return r(), o("svg", n, [...e[0] || (e[0] = [
|
|
8
8
|
t("path", {
|
|
9
9
|
fill: "currentColor",
|
|
10
10
|
d: "M8.12 14.71L12 10.83l3.88 3.88a.996.996 0 1 0 1.41-1.41L12.7 8.71a.996.996 0 0 0-1.41 0L6.7 13.3a.996.996 0 0 0 0 1.41c.39.38 1.03.39 1.42 0"
|
|
11
11
|
}, null, -1)
|
|
12
|
-
]));
|
|
12
|
+
])]);
|
|
13
13
|
}
|
|
14
14
|
const s = { render: l };
|
|
15
15
|
export {
|
|
@@ -9,7 +9,7 @@ const t = {
|
|
|
9
9
|
"stroke-linejoin": "round"
|
|
10
10
|
};
|
|
11
11
|
function l(i, n) {
|
|
12
|
-
return r(), o("svg", t, n[0] || (n[0] = [
|
|
12
|
+
return r(), o("svg", t, [...n[0] || (n[0] = [
|
|
13
13
|
e("rect", {
|
|
14
14
|
x: "2",
|
|
15
15
|
y: "3",
|
|
@@ -30,7 +30,7 @@ function l(i, n) {
|
|
|
30
30
|
x2: "12",
|
|
31
31
|
y2: "21"
|
|
32
32
|
}, null, -1)
|
|
33
|
-
]));
|
|
33
|
+
])]);
|
|
34
34
|
}
|
|
35
35
|
const c = { render: l };
|
|
36
36
|
export {
|
package/dist/icons/IconChange.js
CHANGED
|
@@ -5,12 +5,12 @@ const o = {
|
|
|
5
5
|
viewBox: "0 0 24 24"
|
|
6
6
|
};
|
|
7
7
|
function r(a, e) {
|
|
8
|
-
return n(), l("svg", o, e[0] || (e[0] = [
|
|
8
|
+
return n(), l("svg", o, [...e[0] || (e[0] = [
|
|
9
9
|
t("path", {
|
|
10
10
|
fill: "#000",
|
|
11
11
|
d: "m7.712 13.208 3.88 3.88 3.88-3.88a.997.997 0 1 1 1.41 1.41l-4.59 4.59a.997.997 0 0 1-1.41 0l-4.59-4.59a.997.997 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0ZM7.712 10.792l3.88-3.88 3.88 3.88a.997.997 0 1 0 1.41-1.41l-4.59-4.59a.996.996 0 0 0-1.41 0l-4.59 4.59a.996.996 0 0 0 0 1.41c.39.38 1.03.39 1.42 0Z"
|
|
12
12
|
}, null, -1)
|
|
13
|
-
]));
|
|
13
|
+
])]);
|
|
14
14
|
}
|
|
15
15
|
const s = { render: r };
|
|
16
16
|
export {
|
|
@@ -5,12 +5,12 @@ const r = {
|
|
|
5
5
|
viewBox: "0 0 32 32"
|
|
6
6
|
};
|
|
7
7
|
function n(l, c) {
|
|
8
|
-
return t(), e("svg", r, c[0] || (c[0] = [
|
|
8
|
+
return t(), e("svg", r, [...c[0] || (c[0] = [
|
|
9
9
|
o("path", {
|
|
10
10
|
fill: "currentColor",
|
|
11
11
|
d: "M16 7C9.043 7 2 8.718 2 12v8c0 3.282 7.043 5 14 5s14-1.718 14-5v-8c0-3.282-7.043-5-14-5zm0 2c7.444 0 12 1.942 12 3c0 .926-3.489 2.528-9.348 2.914A40.34 40.34 0 0 1 16 15c-7.444 0-12-1.942-12-3s4.556-3 12-3zM4 14.707c.06.035.134.064.195.098a9.77 9.77 0 0 0 1.014.486c.346.144.706.282 1.094.408c.813.265 1.725.48 2.681.664c.289.055.587.1.885.147c.85.137 1.726.247 2.633.324c1.15.098 2.319.166 3.498.166c1.18 0 2.349-.068 3.498-.166a35.139 35.139 0 0 0 2.633-.324c.298-.047.596-.092.885-.147c.956-.184 1.868-.4 2.681-.664a14.457 14.457 0 0 0 1.395-.539a9.77 9.77 0 0 0 .713-.355c.061-.034.136-.063.195-.098V20c0 1.058-4.556 3-12 3S4 21.058 4 20v-5.293z"
|
|
12
12
|
}, null, -1)
|
|
13
|
-
]));
|
|
13
|
+
])]);
|
|
14
14
|
}
|
|
15
15
|
const d = { render: n };
|
|
16
16
|
export {
|
package/dist/icons/IconLaunch.js
CHANGED
|
@@ -4,12 +4,12 @@ const r = {
|
|
|
4
4
|
viewBox: "0 0 24 24"
|
|
5
5
|
};
|
|
6
6
|
function a(c, e) {
|
|
7
|
-
return o(), t("svg", r, e[0] || (e[0] = [
|
|
7
|
+
return o(), t("svg", r, [...e[0] || (e[0] = [
|
|
8
8
|
n("path", {
|
|
9
9
|
fill: "currentColor",
|
|
10
10
|
d: "M18 19H6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5a1 1 0 0 1-1 1M14 4a1 1 0 0 0 1 1h2.59l-9.13 9.13a1 1 0 1 0 1.41 1.41L19 6.41V9c0 .55.45 1 1 1s1-.45 1-1V3h-6a1 1 0 0 0-1 1"
|
|
11
11
|
}, null, -1)
|
|
12
|
-
]));
|
|
12
|
+
])]);
|
|
13
13
|
}
|
|
14
14
|
const s = { render: a };
|
|
15
15
|
export {
|
package/dist/icons/IconLeft.js
CHANGED
|
@@ -9,9 +9,9 @@ const r = {
|
|
|
9
9
|
"stroke-linejoin": "round"
|
|
10
10
|
};
|
|
11
11
|
function l(s, e) {
|
|
12
|
-
return n(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
return n(), o("svg", r, [...e[0] || (e[0] = [
|
|
13
13
|
t("polyline", { points: "15 18 9 12 15 6" }, null, -1)
|
|
14
|
-
]));
|
|
14
|
+
])]);
|
|
15
15
|
}
|
|
16
16
|
const c = { render: l };
|
|
17
17
|
export {
|
package/dist/icons/IconMenu.js
CHANGED
|
@@ -4,12 +4,12 @@ const r = {
|
|
|
4
4
|
viewBox: "0 0 24 24"
|
|
5
5
|
};
|
|
6
6
|
function l(c, e) {
|
|
7
|
-
return o(), t("svg", r, e[0] || (e[0] = [
|
|
7
|
+
return o(), t("svg", r, [...e[0] || (e[0] = [
|
|
8
8
|
n("path", {
|
|
9
9
|
fill: "currentColor",
|
|
10
10
|
d: "M3 18h18v-2H3zm0-5h18v-2H3zm0-7v2h18V6z"
|
|
11
11
|
}, null, -1)
|
|
12
|
-
]));
|
|
12
|
+
])]);
|
|
13
13
|
}
|
|
14
14
|
const s = { render: l };
|
|
15
15
|
export {
|
package/dist/icons/IconMore.js
CHANGED
|
@@ -9,7 +9,7 @@ const c = {
|
|
|
9
9
|
"stroke-linejoin": "round"
|
|
10
10
|
};
|
|
11
11
|
function t(l, r) {
|
|
12
|
-
return n(), o("svg", c, r[0] || (r[0] = [
|
|
12
|
+
return n(), o("svg", c, [...r[0] || (r[0] = [
|
|
13
13
|
e("circle", {
|
|
14
14
|
cx: "12",
|
|
15
15
|
cy: "12",
|
|
@@ -25,7 +25,7 @@ function t(l, r) {
|
|
|
25
25
|
cy: "19",
|
|
26
26
|
r: "1"
|
|
27
27
|
}, null, -1)
|
|
28
|
-
]));
|
|
28
|
+
])]);
|
|
29
29
|
}
|
|
30
30
|
const s = { render: t };
|
|
31
31
|
export {
|
package/dist/icons/IconRight.js
CHANGED
|
@@ -9,9 +9,9 @@ const r = {
|
|
|
9
9
|
"stroke-linejoin": "round"
|
|
10
10
|
};
|
|
11
11
|
function l(i, e) {
|
|
12
|
-
return n(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
return n(), o("svg", r, [...e[0] || (e[0] = [
|
|
13
13
|
t("polyline", { points: "9 18 15 12 9 6" }, null, -1)
|
|
14
|
-
]));
|
|
14
|
+
])]);
|
|
15
15
|
}
|
|
16
16
|
const c = { render: l };
|
|
17
17
|
export {
|
package/dist/icons/IconSheet.js
CHANGED
|
@@ -9,7 +9,7 @@ const n = {
|
|
|
9
9
|
"stroke-linejoin": "round"
|
|
10
10
|
};
|
|
11
11
|
function l(i, e) {
|
|
12
|
-
return r(), o("svg", n, e[0] || (e[0] = [
|
|
12
|
+
return r(), o("svg", n, [...e[0] || (e[0] = [
|
|
13
13
|
t("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }, null, -1),
|
|
14
14
|
t("rect", {
|
|
15
15
|
x: "8",
|
|
@@ -19,7 +19,7 @@ function l(i, e) {
|
|
|
19
19
|
rx: "1",
|
|
20
20
|
ry: "1"
|
|
21
21
|
}, null, -1)
|
|
22
|
-
]));
|
|
22
|
+
])]);
|
|
23
23
|
}
|
|
24
24
|
const c = { render: l };
|
|
25
25
|
export {
|
package/dist/icons/IconSort.js
CHANGED
|
@@ -10,12 +10,12 @@ const n = {
|
|
|
10
10
|
viewBox: "0 0 320 512"
|
|
11
11
|
};
|
|
12
12
|
function a(c, e) {
|
|
13
|
-
return o(), t("svg", n, e[0] || (e[0] = [
|
|
13
|
+
return o(), t("svg", n, [...e[0] || (e[0] = [
|
|
14
14
|
r("path", {
|
|
15
15
|
fill: "currentColor",
|
|
16
16
|
d: "M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z"
|
|
17
17
|
}, null, -1)
|
|
18
|
-
]));
|
|
18
|
+
])]);
|
|
19
19
|
}
|
|
20
20
|
const s = { render: a };
|
|
21
21
|
export {
|
|
@@ -10,12 +10,12 @@ const n = {
|
|
|
10
10
|
viewBox: "0 0 320 512"
|
|
11
11
|
};
|
|
12
12
|
function a(l, e) {
|
|
13
|
-
return t(), o("svg", n, e[0] || (e[0] = [
|
|
13
|
+
return t(), o("svg", n, [...e[0] || (e[0] = [
|
|
14
14
|
r("path", {
|
|
15
15
|
fill: "currentColor",
|
|
16
16
|
d: "M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z"
|
|
17
17
|
}, null, -1)
|
|
18
|
-
]));
|
|
18
|
+
])]);
|
|
19
19
|
}
|
|
20
20
|
const c = { render: a };
|
|
21
21
|
export {
|
|
@@ -10,12 +10,12 @@ const n = {
|
|
|
10
10
|
viewBox: "0 0 320 512"
|
|
11
11
|
};
|
|
12
12
|
function a(l, e) {
|
|
13
|
-
return o(), t("svg", n, e[0] || (e[0] = [
|
|
13
|
+
return o(), t("svg", n, [...e[0] || (e[0] = [
|
|
14
14
|
r("path", {
|
|
15
15
|
fill: "currentColor",
|
|
16
16
|
d: "M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z"
|
|
17
17
|
}, null, -1)
|
|
18
|
-
]));
|
|
18
|
+
])]);
|
|
19
19
|
}
|
|
20
20
|
const c = { render: a };
|
|
21
21
|
export {
|
package/dist/icons/IconStar.js
CHANGED
|
@@ -4,7 +4,7 @@ const r = {
|
|
|
4
4
|
viewBox: "0 0 24 24"
|
|
5
5
|
};
|
|
6
6
|
function n(c, l) {
|
|
7
|
-
return o(), e("svg", r, l[0] || (l[0] = [
|
|
7
|
+
return o(), e("svg", r, [...l[0] || (l[0] = [
|
|
8
8
|
t("path", {
|
|
9
9
|
fill: "currentColor",
|
|
10
10
|
d: "m12 15.4-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28z",
|
|
@@ -14,7 +14,7 @@ function n(c, l) {
|
|
|
14
14
|
fill: "currentColor",
|
|
15
15
|
d: "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28z"
|
|
16
16
|
}, null, -1)
|
|
17
|
-
]));
|
|
17
|
+
])]);
|
|
18
18
|
}
|
|
19
19
|
const d = { render: n };
|
|
20
20
|
export {
|
package/dist/icons/IconTimer.js
CHANGED
|
@@ -5,12 +5,12 @@ const n = {
|
|
|
5
5
|
viewBox: "0 0 24 24"
|
|
6
6
|
};
|
|
7
7
|
function c(l, e) {
|
|
8
|
-
return o(), t("svg", n, e[0] || (e[0] = [
|
|
8
|
+
return o(), t("svg", n, [...e[0] || (e[0] = [
|
|
9
9
|
r("path", {
|
|
10
10
|
fill: "currentColor",
|
|
11
11
|
d: "M12 20a7 7 0 0 1-7-7a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7m7.03-12.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0-9 9a9 9 0 0 0 9 9c5 0 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61M11 14h2V8h-2m4-7H9v2h6V1Z"
|
|
12
12
|
}, null, -1)
|
|
13
|
-
]));
|
|
13
|
+
])]);
|
|
14
14
|
}
|
|
15
15
|
const i = { render: c };
|
|
16
16
|
export {
|
|
@@ -9,7 +9,7 @@ const t = {
|
|
|
9
9
|
"stroke-linejoin": "round"
|
|
10
10
|
};
|
|
11
11
|
function l(i, n) {
|
|
12
|
-
return r(), o("svg", t, n[0] || (n[0] = [
|
|
12
|
+
return r(), o("svg", t, [...n[0] || (n[0] = [
|
|
13
13
|
e("path", { d: "M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" }, null, -1),
|
|
14
14
|
e("line", {
|
|
15
15
|
x1: "12",
|
|
@@ -23,7 +23,7 @@ function l(i, n) {
|
|
|
23
23
|
x2: "12.01",
|
|
24
24
|
y2: "17"
|
|
25
25
|
}, null, -1)
|
|
26
|
-
]));
|
|
26
|
+
])]);
|
|
27
27
|
}
|
|
28
28
|
const a = { render: l };
|
|
29
29
|
export {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
2
2
|
const l = { viewBox: "0 0 24 24" };
|
|
3
3
|
function n(c, e) {
|
|
4
|
-
return o(), t("svg", l, e[0] || (e[0] = [
|
|
4
|
+
return o(), t("svg", l, [...e[0] || (e[0] = [
|
|
5
5
|
r("path", {
|
|
6
6
|
fill: "currentColor",
|
|
7
7
|
d: "M3.76 3.7L2.14 4.88L4.43 8a8.23 8.23 0 0 1 1.92-.72M11 9v2h7v.29l-5 1.42v2.79A4.5 4.5 0 1 1 8.5 11H9V9h-.5a6.5 6.5 0 1 0 6.5 6.5v-1.59L22 12V9m-5.76-5.3L13.85 7h2.47l1.54-2.12M9 2v5h2V2Z"
|
|
8
8
|
}, null, -1)
|
|
9
|
-
]));
|
|
9
|
+
])]);
|
|
10
10
|
}
|
|
11
11
|
const a = { render: n };
|
|
12
12
|
export {
|
|
@@ -9,10 +9,10 @@ const r = {
|
|
|
9
9
|
"stroke-linejoin": "round"
|
|
10
10
|
};
|
|
11
11
|
function l(s, o) {
|
|
12
|
-
return t(), n("svg", r, o[0] || (o[0] = [
|
|
12
|
+
return t(), n("svg", r, [...o[0] || (o[0] = [
|
|
13
13
|
e("path", { d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z" }, null, -1),
|
|
14
14
|
e("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1)
|
|
15
|
-
]));
|
|
15
|
+
])]);
|
|
16
16
|
}
|
|
17
17
|
const i = { render: l };
|
|
18
18
|
export {
|
package/package.json
CHANGED