slippers-ui 3.2.2 → 3.2.4
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/Branch.js +22 -0
- package/dist/icons/Car.js +21 -0
- package/dist/icons/Compliance.js +19 -0
- package/dist/icons/Eye.js +16 -9
- package/dist/icons/GitMerge.js +22 -0
- package/dist/icons/License.js +19 -0
- package/dist/icons/ListTask.js +22 -0
- package/dist/icons/MachineLearning.js +22 -0
- package/dist/icons/MonitorLinesAlt.js +29 -0
- package/dist/icons/Organization.js +19 -0
- package/dist/icons/PaperAirplaneAlt.js +19 -0
- package/dist/icons/Preferences.js +22 -0
- package/dist/icons/Repeat.js +22 -0
- package/dist/icons/TanukiAi.js +6 -8
- package/dist/icons/Upgrade.js +22 -0
- package/dist/icons/WorkItemEpic.js +30 -0
- package/dist/icons/index.js +806 -778
- package/icons/Branch.vue +3 -0
- package/icons/Car.vue +3 -0
- package/icons/Compliance.vue +3 -0
- package/icons/Eye.vue +1 -1
- package/icons/GitMerge.vue +3 -0
- package/icons/License.vue +3 -0
- package/icons/ListTask.vue +3 -0
- package/icons/MachineLearning.vue +3 -0
- package/icons/MonitorLinesAlt.vue +3 -0
- package/icons/Organization.vue +3 -0
- package/icons/PaperAirplaneAlt.vue +3 -0
- package/icons/Preferences.vue +3 -0
- package/icons/Repeat.vue +3 -0
- package/icons/TanukiAi.vue +1 -1
- package/icons/Upgrade.vue +3 -0
- package/icons/WorkItemEpic.vue +3 -0
- package/icons/index.ts +14 -0
- package/icons.d.ts +14 -0
- package/package.json +1 -1
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as n } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const l = {}, a = {
|
|
4
|
+
fill: "currentColor",
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function c(s, e) {
|
|
11
|
+
return o(), t("svg", a, e[0] || (e[0] = [
|
|
12
|
+
r("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "M11.5 4.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm2.5-1a2.501 2.501 0 0 1-1.872 2.42A3.502 3.502 0 0 1 8.75 8.5h-1.5a2 2 0 0 0-1.965 1.626 2.501 2.501 0 1 1-1.535-.011v-4.23a2.501 2.501 0 1 1 1.5 0v1.742a3.484 3.484 0 0 1 2-.627h1.5a2 2 0 0 0 1.823-1.177A2.5 2.5 0 1 1 14 3.5Zm-8.5 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm0-9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const m = /* @__PURE__ */ n(l, [["render", c]]);
|
|
20
|
+
export {
|
|
21
|
+
m as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as a, createElementVNode as o } from "vue";
|
|
2
|
+
import { _ as r } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const n = {}, l = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: "32",
|
|
6
|
+
height: "32",
|
|
7
|
+
viewBox: "0 0 32 32",
|
|
8
|
+
fill: "none"
|
|
9
|
+
};
|
|
10
|
+
function s(v, e) {
|
|
11
|
+
return a(), t("svg", l, e[0] || (e[0] = [
|
|
12
|
+
o("path", {
|
|
13
|
+
d: "M22 2a4 4 0 0 1 4 4v2.5h2.5a1.5 1.5 0 0 1 0 3h-1.839A7.99 7.99 0 0 1 30 18v10a2 2 0 1 1-4 0v-2H6v2a2 2 0 1 1-4 0V18a7.99 7.99 0 0 1 3.339-6.5H3.5a1.5 1.5 0 0 1 0-3H6V6a4 4 0 0 1 4-4zM10 13a5 5 0 0 0-5 5v5h3v-1a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1h3v-5a5 5 0 0 0-5-5zm0-8a1 1 0 0 0-1 1v4h14V6a1 1 0 0 0-1-1z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = /* @__PURE__ */ r(n, [["render", s]]);
|
|
19
|
+
export {
|
|
20
|
+
i as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { createElementBlock as l, openBlock as o, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as n } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const r = {}, a = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 32 32",
|
|
6
|
+
fill: "none"
|
|
7
|
+
};
|
|
8
|
+
function c(s, e) {
|
|
9
|
+
return o(), l("svg", a, e[0] || (e[0] = [
|
|
10
|
+
t("path", {
|
|
11
|
+
d: "M22 2a2 2 0 0 1 2 2v6.55l8 2.2v7.161a12 12 0 0 1-7.689 11.2L22 32l-2.311-.89A12 12 0 0 1 15.138 28H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm-7 13.036v4.875a9 9 0 0 0 5.767 8.4l1.233.474 1.233-.474A9 9 0 0 0 29 19.91v-4.875l-7-1.925zM5 25h8.134A12 12 0 0 1 12 19.911V12.75l9-2.476V5H5zm19.94-7.56a1.5 1.5 0 1 1 2.12 2.12l-5 5a1.5 1.5 0 0 1-2.12 0l-2-2a1.5 1.5 0 1 1 2.12-2.12l.94.939z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}, null, -1)
|
|
14
|
+
]));
|
|
15
|
+
}
|
|
16
|
+
const i = /* @__PURE__ */ n(r, [["render", c]]);
|
|
17
|
+
export {
|
|
18
|
+
i as default
|
|
19
|
+
};
|
package/dist/icons/Eye.js
CHANGED
|
@@ -1,15 +1,22 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
import { _ as
|
|
3
|
-
const
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as l } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const n = {}, c = {
|
|
4
4
|
fill: "currentColor",
|
|
5
|
-
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6
9
|
};
|
|
7
|
-
function s(
|
|
8
|
-
return
|
|
9
|
-
|
|
10
|
+
function s(d, e) {
|
|
11
|
+
return o(), t("svg", c, e[0] || (e[0] = [
|
|
12
|
+
r("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "M0 8s3-6 8-6 8 6 8 6-3 6-8 6-8-6-8-6Zm1.81.13A13.593 13.593 0 0 1 1.73 8l.082-.13c.326-.51.806-1.187 1.42-1.856C4.494 4.635 6.12 3.5 8 3.5c1.878 0 3.506 1.135 4.77 2.514A13.705 13.705 0 0 1 14.27 8a14.021 14.021 0 0 1-1.502 1.986C11.506 11.365 9.88 12.5 8 12.5c-1.878 0-3.506-1.135-4.77-2.514A13.703 13.703 0 0 1 1.81 8.13ZM11 8a3 3 0 1 1-2.117-2.868 1.5 1.5 0 1 0 1.985 1.985A3 3 0 0 1 11 8Z"
|
|
16
|
+
}, null, -1)
|
|
10
17
|
]));
|
|
11
18
|
}
|
|
12
|
-
const
|
|
19
|
+
const m = /* @__PURE__ */ l(n, [["render", s]]);
|
|
13
20
|
export {
|
|
14
|
-
|
|
21
|
+
m as default
|
|
15
22
|
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as l } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const n = {}, a = {
|
|
4
|
+
fill: "currentColor",
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function c(i, e) {
|
|
11
|
+
return o(), t("svg", a, e[0] || (e[0] = [
|
|
12
|
+
r("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "M10.34 1.22a.75.75 0 0 0-1.06 0L7.53 2.97 7 3.5l.53.53 1.75 1.75a.75.75 0 1 0 1.06-1.06l-.47-.47h.63c.69 0 1.25.56 1.25 1.25v4.614a2.501 2.501 0 1 0 1.5 0V5.5a2.75 2.75 0 0 0-2.75-2.75h-.63l.47-.47a.75.75 0 0 0 0-1.06ZM13.5 12.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-9 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm1.5 0a2.5 2.5 0 1 1-3.25-2.386V5.886a2.501 2.501 0 1 1 1.5 0v4.228A2.501 2.501 0 0 1 6 12.5Zm-1.5-9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const m = /* @__PURE__ */ l(n, [["render", c]]);
|
|
20
|
+
export {
|
|
21
|
+
m as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
import { _ as r } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const l = {}, c = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 32 32",
|
|
6
|
+
fill: "none"
|
|
7
|
+
};
|
|
8
|
+
function s(m, e) {
|
|
9
|
+
return t(), o("svg", c, e[0] || (e[0] = [
|
|
10
|
+
n("path", {
|
|
11
|
+
d: "M16 0c6.627 0 12 5.373 12 12 0 4.346-2.311 8.152-5.771 10.258L24 32l-8-2.68L8 32l1.77-9.742A11.99 11.99 0 0 1 4 12C4 5.373 9.373 0 16 0m-4.142 27.543 3.189-1.067.953-.32.953.32 3.188 1.067L19.497 24h-6.994zM16 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18m0 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12m0 3a3 3 0 1 0 0 6 3 3 0 0 0 0-6",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}, null, -1)
|
|
14
|
+
]));
|
|
15
|
+
}
|
|
16
|
+
const i = /* @__PURE__ */ r(l, [["render", s]]);
|
|
17
|
+
export {
|
|
18
|
+
i as default
|
|
19
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as l, createElementVNode as o } from "vue";
|
|
2
|
+
import { _ as r } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const a = {}, n = {
|
|
4
|
+
fill: "currentColor",
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function s(c, e) {
|
|
11
|
+
return l(), t("svg", n, e[0] || (e[0] = [
|
|
12
|
+
o("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "M4.78 3.28a.75.75 0 0 0-1.06-1.06L1.75 4.19l-.47-.47A.75.75 0 0 0 .22 4.78l1 1a.75.75 0 0 0 1.06 0l2.5-2.5ZM6 3.75A.75.75 0 0 1 6.75 3h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 6 3.75ZM6 8a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 6 8Zm.75 3.5a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-8.5Zm-1.97-1.28a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-1-1a.75.75 0 1 1 1.06-1.06l.47.47 1.97-1.97a.75.75 0 0 1 1.06 0Z"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const h = /* @__PURE__ */ r(a, [["render", s]]);
|
|
20
|
+
export {
|
|
21
|
+
h as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as n } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const a = {}, l = {
|
|
4
|
+
fill: "currentColor",
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function c(i, e) {
|
|
11
|
+
return o(), t("svg", l, e[0] || (e[0] = [
|
|
12
|
+
r("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "M13.75 3.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM9.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM8 11a3.001 3.001 0 0 0 2.905-2.25h1.845c.071.095.155.179.25.25v3.75a1.25 1.25 0 1 0 1.5 0V9a1.25 1.25 0 1 0-1.75-1.75h-1.845A3.005 3.005 0 0 0 8.75 5.095V3.25A1.25 1.25 0 1 0 7 1.5H3.25a1.25 1.25 0 1 0 0 1.5H7c.071.095.155.179.25.25v1.845A3.001 3.001 0 0 0 8 11Zm-5.75 4a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm7-1.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM3.5 8A1.25 1.25 0 1 1 1 8a1.25 1.25 0 0 1 2.5 0Z"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const m = /* @__PURE__ */ n(a, [["render", c]]);
|
|
20
|
+
export {
|
|
21
|
+
m as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as l, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as r } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const a = {}, n = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 32 32",
|
|
6
|
+
fill: "none"
|
|
7
|
+
};
|
|
8
|
+
function h(f, e) {
|
|
9
|
+
return l(), o("svg", n, e[0] || (e[0] = [
|
|
10
|
+
t("g", { "clip-path": "url(#a)" }, [
|
|
11
|
+
t("path", {
|
|
12
|
+
d: "M30.204 2.01A2 2 0 0 1 32 4v18l-.01.204a2 2 0 0 1-1.786 1.785L30 24h-8v3h2.5a1.5 1.5 0 0 1 0 3h-17a1.5 1.5 0 0 1 0-3H10v-3H2l-.204-.01A2 2 0 0 1 .01 22.203L0 22V4a2 2 0 0 1 1.796-1.99L2 2h28zM13 27h6v-3h-6zM3 21h26V5H3zm15.5-7a1.5 1.5 0 0 1 0 3h-11a1.5 1.5 0 0 1 0-3zm6-5a1.5 1.5 0 0 1 0 3h-17a1.5 1.5 0 0 1 0-3z",
|
|
13
|
+
fill: "currentColor"
|
|
14
|
+
})
|
|
15
|
+
], -1),
|
|
16
|
+
t("defs", null, [
|
|
17
|
+
t("clipPath", { id: "a" }, [
|
|
18
|
+
t("path", {
|
|
19
|
+
fill: "#fff",
|
|
20
|
+
d: "M0 0h32v32H0z"
|
|
21
|
+
})
|
|
22
|
+
])
|
|
23
|
+
], -1)
|
|
24
|
+
]));
|
|
25
|
+
}
|
|
26
|
+
const c = /* @__PURE__ */ r(a, [["render", h]]);
|
|
27
|
+
export {
|
|
28
|
+
c as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
import { _ as r } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const l = {}, s = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 32 32",
|
|
6
|
+
fill: "none"
|
|
7
|
+
};
|
|
8
|
+
function m(a, e) {
|
|
9
|
+
return t(), o("svg", s, e[0] || (e[0] = [
|
|
10
|
+
n("path", {
|
|
11
|
+
d: "M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0m0 3C8.82 3 3 8.82 3 16s5.82 13 13 13 13-5.82 13-13S23.18 3 16 3m-3 2.5a6 6 0 0 1 5.894 4.88 6 6 0 1 1 0 11.237A6 6 0 1 1 9.034 16 6 6 0 0 1 13 5.5m0 12a3 3 0 1 0 0 6 3 3 0 0 0 0-6m8-4.5a3 3 0 1 0 0 6 3 3 0 0 0 0-6m-8-4.5a3 3 0 0 0-.154 5.996L13 14.5l.154-.004A3 3 0 0 0 13 8.5",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}, null, -1)
|
|
14
|
+
]));
|
|
15
|
+
}
|
|
16
|
+
const f = /* @__PURE__ */ r(l, [["render", m]]);
|
|
17
|
+
export {
|
|
18
|
+
f as default
|
|
19
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as l } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const n = {}, a = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 32 32",
|
|
6
|
+
fill: "none"
|
|
7
|
+
};
|
|
8
|
+
function s(c, e) {
|
|
9
|
+
return o(), t("svg", a, e[0] || (e[0] = [
|
|
10
|
+
r("path", {
|
|
11
|
+
d: "M28.07 2.063a1.5 1.5 0 0 1 1.867 1.867l-7.5 25a1.501 1.501 0 0 1-2.711.36l-5.704-9.192-3.461 3.462a1.5 1.5 0 0 1-2.121-2.12l3.462-3.463-9.193-5.702a1.5 1.5 0 0 1 .36-2.711zM16.2 17.919l4.319 6.961 4.833-16.113zm-9.083-6.44 6.962 4.318 9.154-9.153z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}, null, -1)
|
|
14
|
+
]));
|
|
15
|
+
}
|
|
16
|
+
const m = /* @__PURE__ */ l(n, [["render", s]]);
|
|
17
|
+
export {
|
|
18
|
+
m as default
|
|
19
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as r, openBlock as t, createElementVNode as o } from "vue";
|
|
2
|
+
import { _ as n } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const l = {}, c = {
|
|
4
|
+
fill: "currentColor",
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function s(a, e) {
|
|
11
|
+
return t(), r("svg", c, e[0] || (e[0] = [
|
|
12
|
+
o("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "M12 6.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM12 8a3 3 0 1 0-2.905-3.75H1.75a.75.75 0 0 0 0 1.5h7.345A3.001 3.001 0 0 0 12 8Zm-6.5 3a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm1.405.75A3.001 3.001 0 0 1 1 11a3 3 0 0 1 5.905-.75h7.345a.75.75 0 0 1 0 1.5H6.905Z"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const f = /* @__PURE__ */ n(l, [["render", s]]);
|
|
20
|
+
export {
|
|
21
|
+
f as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as n } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const l = {}, c = {
|
|
4
|
+
fill: "currentColor",
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function s(d, e) {
|
|
11
|
+
return o(), t("svg", c, e[0] || (e[0] = [
|
|
12
|
+
r("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "M5.905.28A8 8 0 0 1 14.5 3.335V1.75a.75.75 0 0 1 1.5 0V6h-4.25a.75.75 0 0 1 0-1.5h1.727a6.5 6.5 0 1 0 .526 5.994.75.75 0 1 1 1.385.575A8 8 0 1 1 5.905.279Z"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const f = /* @__PURE__ */ n(l, [["render", s]]);
|
|
20
|
+
export {
|
|
21
|
+
f as default
|
|
22
|
+
};
|
package/dist/icons/TanukiAi.js
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
import { createElementBlock as a, openBlock as e, createElementVNode as
|
|
2
|
-
import { _ as
|
|
3
|
-
const
|
|
4
|
-
width: "16",
|
|
5
|
-
height: "16",
|
|
1
|
+
import { createElementBlock as a, openBlock as e, createElementVNode as o } from "vue";
|
|
2
|
+
import { _ as r } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const t = {}, n = {
|
|
6
4
|
viewBox: "0 0 16 16",
|
|
7
5
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8
6
|
};
|
|
9
|
-
function
|
|
7
|
+
function c(s, l) {
|
|
10
8
|
return e(), a("svg", n, l[0] || (l[0] = [
|
|
11
|
-
|
|
9
|
+
o("path", {
|
|
12
10
|
"fill-rule": "evenodd",
|
|
13
11
|
"clip-rule": "evenodd",
|
|
14
12
|
d: "M2.377.266a.4.4 0 0 0-.754 0l-.291.823a.4.4 0 0 1-.243.243l-.823.291a.4.4 0 0 0 0 .754l.823.291a.4.4 0 0 1 .243.243l.291.823a.4.4 0 0 0 .754 0l.291-.823a.4.4 0 0 1 .243-.243l.823-.291a.4.4 0 0 0 0-.754l-.823-.291a.4.4 0 0 1-.243-.243L2.377.266Zm12.018 6.602-.014-.038-.55-1.44-.172.53-.337 1.035H6.678L6.342 5.92l-.172-.528-.551 1.445-.004.01-.004.01-.012.03a1.557 1.557 0 0 0 .512 1.78l.001.001.003.003.01.008.01.008.004.002 2.474 1.862.005.004 1.232.935.148.112.146-.112 1.233-.935.006-.004 2.49-1.873.006-.004.009-.006a1.558 1.558 0 0 0 .51-1.79l-.003-.009Zm.391 3-2.502 1.88-1.233.936-.748.569a.505.505 0 0 1-.61 0l-.75-.569-1.232-.935-2.485-1.87-.013-.011-.007-.005A3.057 3.057 0 0 1 4.2 6.343l.017-.042L5.431 3.12l.068-.178.043-.114.173-.453.017-.045.118-.308a.425.425 0 0 1 .356-.27.43.43 0 0 1 .46.314l.099.305.004.013.193.594.06.181.746 2.296h4.464l.747-2.296.06-.18.193-.595.004-.013.099-.305a.433.433 0 0 1 .648-.248.43.43 0 0 1 .168.204l.116.305.019.048.171.45.045.117.068.177L15.784 6.3l.016.044a3.057 3.057 0 0 1-1.007 3.518l-.007.006ZM3.03 11.333a.5.5 0 0 1 .942 0l.364 1.028a.5.5 0 0 0 .304.304l1.028.364a.5.5 0 0 1 0 .942l-1.028.364a.5.5 0 0 0-.304.304l-.364 1.028a.5.5 0 0 1-.942 0l-.364-1.028a.5.5 0 0 0-.304-.304l-1.028-.364a.5.5 0 0 1 0-.942l1.028-.364a.5.5 0 0 0 .304-.304l.364-1.028Z",
|
|
@@ -16,7 +14,7 @@ function i(c, l) {
|
|
|
16
14
|
}, null, -1)
|
|
17
15
|
]));
|
|
18
16
|
}
|
|
19
|
-
const m = /* @__PURE__ */
|
|
17
|
+
const m = /* @__PURE__ */ r(t, [["render", c]]);
|
|
20
18
|
export {
|
|
21
19
|
m as default
|
|
22
20
|
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as n } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const l = {}, c = {
|
|
4
|
+
fill: "currentColor",
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function d(h, e) {
|
|
11
|
+
return o(), t("svg", c, e[0] || (e[0] = [
|
|
12
|
+
r("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "m14 6-1.5-1.5-3.44-3.44L8 0 6.94 1.06 3.5 4.5 2 6h3v7h6V6h3ZM8 2.121 10.379 4.5H9.5v7h-3v-7h-.879L8 2.121ZM5.75 14.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5Z"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const a = /* @__PURE__ */ n(l, [["render", d]]);
|
|
20
|
+
export {
|
|
21
|
+
a as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as r, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as l } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const i = {}, c = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 32 32",
|
|
6
|
+
fill: "none"
|
|
7
|
+
};
|
|
8
|
+
function n(p, e) {
|
|
9
|
+
return r(), o("svg", c, e[0] || (e[0] = [
|
|
10
|
+
t("g", { "clip-path": "url(#clip0_1465_10323)" }, [
|
|
11
|
+
t("path", {
|
|
12
|
+
d: "M24.8172 2.00586C25.5633 2.06204 26.2214 2.53206 26.5125 3.23047L31.7693 15.8457C32.567 17.7601 31.2289 19.8648 29.1981 19.9941L28.9998 20H2.99982V21.5C2.99982 21.7761 3.22374 21.9999 3.49982 22H27.4998C28.3282 22 28.9998 22.6716 28.9998 23.5C28.9998 24.3284 28.3282 25 27.4998 25H6.99982V26.5C6.99982 26.7761 7.22375 26.9999 7.49982 27H24.4998C25.3282 27 25.9998 27.6716 25.9998 28.5C25.9998 29.3284 25.3282 30 24.4998 30H7.49982C5.56689 29.9999 3.99982 28.4329 3.99982 26.5V25H3.49982C1.56689 24.9999 -0.000183105 23.4329 -0.000183105 21.5V17.1465C-0.0212138 16.7198 0.0502111 16.2779 0.230286 15.8457L5.48712 3.23047C5.79767 2.48549 6.52572 2.00019 7.33282 2H24.6668L24.8172 2.00586ZM2.99982 17H28.9998L23.9998 5H7.99982L2.99982 17Z",
|
|
13
|
+
fill: "currentColor"
|
|
14
|
+
})
|
|
15
|
+
], -1),
|
|
16
|
+
t("defs", null, [
|
|
17
|
+
t("clipPath", { id: "clip0_1465_10323" }, [
|
|
18
|
+
t("rect", {
|
|
19
|
+
width: "32",
|
|
20
|
+
height: "32",
|
|
21
|
+
fill: "white"
|
|
22
|
+
})
|
|
23
|
+
])
|
|
24
|
+
], -1)
|
|
25
|
+
]));
|
|
26
|
+
}
|
|
27
|
+
const _ = /* @__PURE__ */ l(i, [["render", n]]);
|
|
28
|
+
export {
|
|
29
|
+
_ as default
|
|
30
|
+
};
|