@dpa-id-components/dpa-shared-components 22.0.0-next.12 → 22.0.0-next.13
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/assets/icons/bot.vue.d.ts +3 -0
- package/dist/bot-C103nFwL.js +19 -0
- package/dist/components/UiIcon/icons.d.ts +1 -0
- package/dist/dpa-shared-components.js +1 -0
- package/dist/src/assets/icons/bot.vue +14 -0
- package/dist/src/components/UiIcon/icons.ts +1 -0
- package/package.json +1 -1
- package/src/assets/icons/bot.vue +14 -0
- package/src/components/UiIcon/icons.ts +1 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
2
|
+
import { createElementBlock as t, createElementVNode as n, openBlock as r } from "vue";
|
|
3
|
+
//#region src/assets/icons/bot.vue
|
|
4
|
+
var i = {}, a = {
|
|
5
|
+
width: "24",
|
|
6
|
+
height: "24",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
+
};
|
|
11
|
+
function o(e, i) {
|
|
12
|
+
return r(), t("svg", a, [...i[0] ||= [n("path", {
|
|
13
|
+
d: "M12 3C12.5523 3 13 3.44772 13 4V7H18C19.6569 7 21 8.34315 21 10V13H22C22.5523 13 23 13.4477 23 14C23 14.5523 22.5523 15 22 15H21V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V15H2C1.44772 15 1 14.5523 1 14C1 13.4477 1.44772 13 2 13H3V10C3 8.34315 4.34315 7 6 7H11V5H8C7.44772 5 7 4.55228 7 4C7 3.44772 7.44772 3 8 3H12ZM6 9C5.44772 9 5 9.44772 5 10V18C5 18.5523 5.44772 19 6 19H18C18.5523 19 19 18.5523 19 18V10C19 9.44772 18.5523 9 18 9H6ZM9 12C9.55228 12 10 12.4477 10 13V15C10 15.5523 9.55228 16 9 16C8.44772 16 8 15.5523 8 15V13C8 12.4477 8.44772 12 9 12ZM15 12C15.5523 12 16 12.4477 16 13V15C16 15.5523 15.5523 16 15 16C14.4477 16 14 15.5523 14 15V13C14 12.4477 14.4477 12 15 12Z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}, null, -1)]]);
|
|
16
|
+
}
|
|
17
|
+
var s = /*#__PURE__*/ e(i, [["render", o]]);
|
|
18
|
+
//#endregion
|
|
19
|
+
export { s as default };
|
|
@@ -23,6 +23,7 @@ export declare const icons: {
|
|
|
23
23
|
readonly book: () => Promise<typeof import("../../assets/icons/book.vue")>;
|
|
24
24
|
readonly bookmark: () => Promise<typeof import("../../assets/icons/bookmark.vue")>;
|
|
25
25
|
readonly "bookmark-filled": () => Promise<typeof import("../../assets/icons/bookmark-filled.vue")>;
|
|
26
|
+
readonly bot: () => Promise<typeof import("../../assets/icons/bot.vue")>;
|
|
26
27
|
readonly box: () => Promise<typeof import("../../assets/icons/box.vue")>;
|
|
27
28
|
readonly bulb: () => Promise<typeof import("../../assets/icons/bulb.vue")>;
|
|
28
29
|
readonly call: () => Promise<typeof import("../../assets/icons/call.vue")>;
|
|
@@ -40,6 +40,7 @@ var me = Object.defineProperty, he = Object.getOwnPropertyDescriptor, ge = Objec
|
|
|
40
40
|
book: () => import("./book-DJ-BeeEm.js"),
|
|
41
41
|
bookmark: () => import("./bookmark-C6STJXUN.js"),
|
|
42
42
|
"bookmark-filled": () => import("./bookmark-filled-CxwMfIfF.js"),
|
|
43
|
+
bot: () => import("./bot-C103nFwL.js"),
|
|
43
44
|
box: () => import("./box-DFDPFTQ7.js"),
|
|
44
45
|
bulb: () => import("./bulb-qwe4TWu7.js"),
|
|
45
46
|
call: () => import("./call-CfOzRaYz.js"),
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M12 3C12.5523 3 13 3.44772 13 4V7H18C19.6569 7 21 8.34315 21 10V13H22C22.5523 13 23 13.4477 23 14C23 14.5523 22.5523 15 22 15H21V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V15H2C1.44772 15 1 14.5523 1 14C1 13.4477 1.44772 13 2 13H3V10C3 8.34315 4.34315 7 6 7H11V5H8C7.44772 5 7 4.55228 7 4C7 3.44772 7.44772 3 8 3H12ZM6 9C5.44772 9 5 9.44772 5 10V18C5 18.5523 5.44772 19 6 19H18C18.5523 19 19 18.5523 19 18V10C19 9.44772 18.5523 9 18 9H6ZM9 12C9.55228 12 10 12.4477 10 13V15C10 15.5523 9.55228 16 9 16C8.44772 16 8 15.5523 8 15V13C8 12.4477 8.44772 12 9 12ZM15 12C15.5523 12 16 12.4477 16 13V15C16 15.5523 15.5523 16 15 16C14.4477 16 14 15.5523 14 15V13C14 12.4477 14.4477 12 15 12Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
@@ -25,6 +25,7 @@ export const icons = {
|
|
|
25
25
|
"book": () => import("../../assets/icons/book.vue"),
|
|
26
26
|
"bookmark": () => import("../../assets/icons/bookmark.vue"),
|
|
27
27
|
"bookmark-filled": () => import("../../assets/icons/bookmark-filled.vue"),
|
|
28
|
+
"bot": () => import('../../assets/icons/bot.vue'),
|
|
28
29
|
"box": () => import("../../assets/icons/box.vue"),
|
|
29
30
|
"bulb": () => import("../../assets/icons/bulb.vue"),
|
|
30
31
|
"call": () => import("../../assets/icons/call.vue"),
|
package/package.json
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M12 3C12.5523 3 13 3.44772 13 4V7H18C19.6569 7 21 8.34315 21 10V13H22C22.5523 13 23 13.4477 23 14C23 14.5523 22.5523 15 22 15H21V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V15H2C1.44772 15 1 14.5523 1 14C1 13.4477 1.44772 13 2 13H3V10C3 8.34315 4.34315 7 6 7H11V5H8C7.44772 5 7 4.55228 7 4C7 3.44772 7.44772 3 8 3H12ZM6 9C5.44772 9 5 9.44772 5 10V18C5 18.5523 5.44772 19 6 19H18C18.5523 19 19 18.5523 19 18V10C19 9.44772 18.5523 9 18 9H6ZM9 12C9.55228 12 10 12.4477 10 13V15C10 15.5523 9.55228 16 9 16C8.44772 16 8 15.5523 8 15V13C8 12.4477 8.44772 12 9 12ZM15 12C15.5523 12 16 12.4477 16 13V15C16 15.5523 15.5523 16 15 16C14.4477 16 14 15.5523 14 15V13C14 12.4477 14.4477 12 15 12Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
@@ -25,6 +25,7 @@ export const icons = {
|
|
|
25
25
|
"book": () => import("../../assets/icons/book.vue"),
|
|
26
26
|
"bookmark": () => import("../../assets/icons/bookmark.vue"),
|
|
27
27
|
"bookmark-filled": () => import("../../assets/icons/bookmark-filled.vue"),
|
|
28
|
+
"bot": () => import('../../assets/icons/bot.vue'),
|
|
28
29
|
"box": () => import("../../assets/icons/box.vue"),
|
|
29
30
|
"bulb": () => import("../../assets/icons/bulb.vue"),
|
|
30
31
|
"call": () => import("../../assets/icons/call.vue"),
|