@mobileaction/action-kit 1.41.5 → 1.41.7

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,27 @@
1
+ import { openBlock as r, createElementBlock as t, createElementVNode as e } from "vue";
2
+ const o = {
3
+ viewBox: "0 0 24 24",
4
+ fill: "none",
5
+ xmlns: "http://www.w3.org/2000/svg"
6
+ };
7
+ function n(C, l) {
8
+ return r(), t("svg", o, l[0] || (l[0] = [
9
+ e("path", {
10
+ d: "M12 22.75C6.76 22.75 2.5 18.49 2.5 13.25C2.5 8.01 6.76 3.75 12 3.75C17.24 3.75 21.5 8.01 21.5 13.25C21.5 18.49 17.24 22.75 12 22.75ZM12 5.25C7.59 5.25 4 8.84 4 13.25C4 17.66 7.59 21.25 12 21.25C16.41 21.25 20 17.66 20 13.25C20 8.84 16.41 5.25 12 5.25Z",
11
+ fill: "currentColor"
12
+ }, null, -1),
13
+ e("path", {
14
+ d: "M12 13.75C11.59 13.75 11.25 13.41 11.25 13V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V13C12.75 13.41 12.41 13.75 12 13.75Z",
15
+ fill: "currentColor"
16
+ }, null, -1),
17
+ e("path", {
18
+ d: "M15 2.75H9C8.59 2.75 8.25 2.41 8.25 2C8.25 1.59 8.59 1.25 9 1.25H15C15.41 1.25 15.75 1.59 15.75 2C15.75 2.41 15.41 2.75 15 2.75Z",
19
+ fill: "currentColor"
20
+ }, null, -1)
21
+ ]));
22
+ }
23
+ const i = { render: n };
24
+ export {
25
+ i as default,
26
+ n as render
27
+ };
@@ -0,0 +1,23 @@
1
+ import { openBlock as l, createElementBlock as r, createElementVNode as t } from "vue";
2
+ const n = {
3
+ viewBox: "0 0 24 24",
4
+ fill: "none",
5
+ xmlns: "http://www.w3.org/2000/svg"
6
+ };
7
+ function o(C, e) {
8
+ return l(), r("svg", n, e[0] || (e[0] = [
9
+ t("path", {
10
+ d: "M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z",
11
+ fill: "currentColor"
12
+ }, null, -1),
13
+ t("path", {
14
+ d: "M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z",
15
+ fill: "currentColor"
16
+ }, null, -1)
17
+ ]));
18
+ }
19
+ const c = { render: o };
20
+ export {
21
+ c as default,
22
+ o as render
23
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
- "version": "1.41.5",
3
+ "version": "1.41.7",
4
4
  "type": "module",
5
5
  "main": "dist/action-kit.mjs",
6
6
  "module": "dist/action-kit.mjs",
@@ -1,36 +0,0 @@
1
- import { openBlock as r, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- viewBox: "0 0 24 24",
4
- fill: "none",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- function l(s, e) {
8
- return r(), t("svg", n, e[0] || (e[0] = [
9
- o("path", {
10
- d: "M20 7V17C20 21 19 22 15 22H9C5 22 4 21 4 17V7C4 3 5 2 9 2H15C19 2 20 3 20 7Z",
11
- stroke: "currentColor",
12
- "stroke-width": "1.5",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round"
15
- }, null, -1),
16
- o("path", {
17
- d: "M14 5.5H10",
18
- stroke: "currentColor",
19
- "stroke-width": "1.5",
20
- "stroke-linecap": "round",
21
- "stroke-linejoin": "round"
22
- }, null, -1),
23
- o("path", {
24
- d: "M12 19.1C12.856 19.1 13.55 18.406 13.55 17.55C13.55 16.694 12.856 16 12 16C11.144 16 10.45 16.694 10.45 17.55C10.45 18.406 11.144 19.1 12 19.1Z",
25
- stroke: "currentColor",
26
- "stroke-width": "1.5",
27
- "stroke-linecap": "round",
28
- "stroke-linejoin": "round"
29
- }, null, -1)
30
- ]));
31
- }
32
- const d = { render: l };
33
- export {
34
- d as default,
35
- l as render
36
- };