@arco-iconbox/vue-update-line-icon 0.0.26 → 0.0.28
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/icon.js +1281 -2391
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +369 -469
- package/dist/icon.min.js.map +1 -1
- package/esm/{IconChevronDown → IconArrowDownQs}/index.js +2 -2
- package/esm/IconCopyQs/index.js +32 -0
- package/esm/IconDatabaseQs/index.js +1 -1
- package/esm/IconDayQs/index.js +32 -0
- package/esm/{IconNewDelete → IconDeleteCircleQs}/index.js +2 -2
- package/esm/IconDevelopQs/index.js +30 -0
- package/esm/IconDownloadQs/index.js +1 -1
- package/esm/{IconEvent → IconEventQs}/index.js +2 -2
- package/esm/IconFileQs/index.js +32 -0
- package/esm/IconFoldQs/index.js +30 -0
- package/esm/IconFullScreen/index.js +5 -13
- package/esm/{IconGroupAdd → IconGroupAddQs}/index.js +2 -2
- package/esm/IconHistory/index.js +7 -27
- package/esm/{IconId → IconIdQs}/index.js +2 -2
- package/esm/IconKeyQs/index.js +34 -0
- package/esm/IconLockQs/index.js +1 -1
- package/esm/IconMoreQs/index.js +30 -0
- package/esm/{IconNext → IconNextQs}/index.js +2 -2
- package/esm/IconNigthQs/index.js +41 -0
- package/esm/{IconObject → IconObjectQs}/index.js +2 -2
- package/esm/IconOffScreen/index.js +5 -13
- package/esm/{IconSchema → IconSchemaQs}/index.js +2 -2
- package/esm/{IconSequence → IconSequenceQs}/index.js +2 -2
- package/esm/{IconStoredProcedure → IconStoredProcedureQs}/index.js +2 -2
- package/esm/{IconTableAdd → IconTableAddQs}/index.js +2 -2
- package/esm/{IconTick → IconTickQs}/index.js +2 -2
- package/esm/{IconTrigger → IconTriggerQs}/index.js +2 -2
- package/esm/IconUploadQs/index.js +1 -1
- package/esm/{IconView → IconViewQs}/index.js +2 -2
- package/esm/index.js +22 -47
- package/lib/{IconChevronDown → IconArrowDownQs}/index.js +2 -2
- package/lib/IconCopyQs/index.js +33 -0
- package/lib/IconDatabaseQs/index.js +1 -1
- package/lib/IconDayQs/index.js +33 -0
- package/lib/{IconNewDelete → IconDeleteCircleQs}/index.js +2 -2
- package/lib/IconDevelopQs/index.js +31 -0
- package/lib/IconDownloadQs/index.js +1 -1
- package/lib/{IconEvent → IconEventQs}/index.js +2 -2
- package/lib/IconFileQs/index.js +33 -0
- package/lib/IconFoldQs/index.js +31 -0
- package/lib/IconFullScreen/index.js +5 -13
- package/lib/{IconGroupAdd → IconGroupAddQs}/index.js +2 -2
- package/lib/IconHistory/index.js +7 -27
- package/lib/{IconId → IconIdQs}/index.js +2 -2
- package/lib/IconKeyQs/index.js +35 -0
- package/lib/IconLockQs/index.js +1 -1
- package/lib/IconMoreQs/index.js +31 -0
- package/lib/{IconNext → IconNextQs}/index.js +2 -2
- package/lib/IconNigthQs/index.js +42 -0
- package/lib/{IconObject → IconObjectQs}/index.js +2 -2
- package/lib/IconOffScreen/index.js +5 -13
- package/lib/{IconSchema → IconSchemaQs}/index.js +2 -2
- package/lib/{IconSequence → IconSequenceQs}/index.js +2 -2
- package/lib/{IconStoredProcedure → IconStoredProcedureQs}/index.js +2 -2
- package/lib/{IconTableAdd → IconTableAddQs}/index.js +2 -2
- package/lib/{IconTick → IconTickQs}/index.js +2 -2
- package/lib/{IconTrigger → IconTriggerQs}/index.js +2 -2
- package/lib/IconUploadQs/index.js +1 -1
- package/lib/{IconView → IconViewQs}/index.js +2 -2
- package/lib/index.js +228 -278
- package/package.json +1 -1
- package/src/IconArrowDownQs/index.vue +19 -0
- package/src/IconCopyQs/index.vue +19 -0
- package/src/IconDatabaseQs/index.vue +1 -1
- package/src/IconDayQs/index.vue +19 -0
- package/src/IconDeleteCircleQs/index.vue +19 -0
- package/src/IconDevelopQs/index.vue +19 -0
- package/src/IconDownloadQs/index.vue +1 -1
- package/src/IconEventQs/index.vue +19 -0
- package/src/IconFileQs/index.vue +19 -0
- package/src/IconFoldQs/index.vue +19 -0
- package/src/IconFullScreen/index.vue +1 -1
- package/src/IconGroupAddQs/index.vue +19 -0
- package/src/IconHistory/index.vue +1 -1
- package/src/IconIdQs/index.vue +19 -0
- package/src/IconKeyQs/index.vue +19 -0
- package/src/IconLockQs/index.vue +1 -1
- package/src/IconMoreQs/index.vue +19 -0
- package/src/IconNextQs/index.vue +19 -0
- package/src/IconNigthQs/index.vue +19 -0
- package/src/IconObjectQs/index.vue +19 -0
- package/src/IconOffScreen/index.vue +1 -1
- package/src/IconSchemaQs/index.vue +19 -0
- package/src/IconSequenceQs/index.vue +19 -0
- package/src/IconStoredProcedureQs/index.vue +19 -0
- package/src/IconTableAddQs/index.vue +19 -0
- package/src/IconTickQs/index.vue +19 -0
- package/src/IconTriggerQs/index.vue +19 -0
- package/src/IconUploadQs/index.vue +1 -1
- package/src/IconViewQs/index.vue +19 -0
- package/src/index.js +23 -48
- package/esm/IconAdd/index.js +0 -38
- package/esm/IconAdvance/index.js +0 -46
- package/esm/IconCheck/index.js +0 -38
- package/esm/IconCopy/index.js +0 -46
- package/esm/IconDatabase/index.js +0 -46
- package/esm/IconDay/index.js +0 -42
- package/esm/IconDelete/index.js +0 -38
- package/esm/IconDown/index.js +0 -38
- package/esm/IconDownload/index.js +0 -38
- package/esm/IconEdit/index.js +0 -38
- package/esm/IconFields/index.js +0 -45
- package/esm/IconFile/index.js +0 -46
- package/esm/IconFold/index.js +0 -38
- package/esm/IconFoldmore/index.js +0 -34
- package/esm/IconHelp/index.js +0 -30
- package/esm/IconJbxx/index.js +0 -34
- package/esm/IconKey/index.js +0 -67
- package/esm/IconLimits/index.js +0 -38
- package/esm/IconLose/index.js +0 -38
- package/esm/IconMinus/index.js +0 -38
- package/esm/IconNigth/index.js +0 -50
- package/esm/IconRefresh/index.js +0 -46
- package/esm/IconRevocation/index.js +0 -46
- package/esm/IconSave/index.js +0 -46
- package/esm/IconScript/index.js +0 -63
- package/esm/IconSearch/index.js +0 -38
- package/esm/IconSort/index.js +0 -38
- package/esm/IconStarttime/index.js +0 -38
- package/esm/IconTable/index.js +0 -38
- package/esm/IconTips/index.js +0 -52
- package/esm/IconUnfold2/index.js +0 -38
- package/esm/IconUpdatemode/index.js +0 -38
- package/esm/IconUpload/index.js +0 -38
- package/lib/IconAdd/index.js +0 -39
- package/lib/IconAdvance/index.js +0 -47
- package/lib/IconCheck/index.js +0 -39
- package/lib/IconCopy/index.js +0 -47
- package/lib/IconDatabase/index.js +0 -47
- package/lib/IconDay/index.js +0 -43
- package/lib/IconDelete/index.js +0 -39
- package/lib/IconDown/index.js +0 -39
- package/lib/IconDownload/index.js +0 -39
- package/lib/IconEdit/index.js +0 -39
- package/lib/IconFields/index.js +0 -46
- package/lib/IconFile/index.js +0 -47
- package/lib/IconFold/index.js +0 -39
- package/lib/IconFoldmore/index.js +0 -35
- package/lib/IconHelp/index.js +0 -31
- package/lib/IconJbxx/index.js +0 -35
- package/lib/IconKey/index.js +0 -68
- package/lib/IconLimits/index.js +0 -39
- package/lib/IconLose/index.js +0 -39
- package/lib/IconMinus/index.js +0 -39
- package/lib/IconNigth/index.js +0 -51
- package/lib/IconRefresh/index.js +0 -47
- package/lib/IconRevocation/index.js +0 -47
- package/lib/IconSave/index.js +0 -47
- package/lib/IconScript/index.js +0 -64
- package/lib/IconSearch/index.js +0 -39
- package/lib/IconSort/index.js +0 -39
- package/lib/IconStarttime/index.js +0 -39
- package/lib/IconTable/index.js +0 -39
- package/lib/IconTips/index.js +0 -53
- package/lib/IconUnfold2/index.js +0 -39
- package/lib/IconUpdatemode/index.js +0 -39
- package/lib/IconUpload/index.js +0 -39
- package/src/IconAdd/index.vue +0 -19
- package/src/IconAdvance/index.vue +0 -19
- package/src/IconCheck/index.vue +0 -19
- package/src/IconChevronDown/index.vue +0 -19
- package/src/IconCopy/index.vue +0 -19
- package/src/IconDatabase/index.vue +0 -19
- package/src/IconDay/index.vue +0 -19
- package/src/IconDelete/index.vue +0 -19
- package/src/IconDown/index.vue +0 -19
- package/src/IconDownload/index.vue +0 -19
- package/src/IconEdit/index.vue +0 -19
- package/src/IconEvent/index.vue +0 -19
- package/src/IconFields/index.vue +0 -19
- package/src/IconFile/index.vue +0 -19
- package/src/IconFold/index.vue +0 -19
- package/src/IconFoldmore/index.vue +0 -19
- package/src/IconGroupAdd/index.vue +0 -19
- package/src/IconHelp/index.vue +0 -19
- package/src/IconId/index.vue +0 -19
- package/src/IconJbxx/index.vue +0 -19
- package/src/IconKey/index.vue +0 -19
- package/src/IconLimits/index.vue +0 -19
- package/src/IconLose/index.vue +0 -19
- package/src/IconMinus/index.vue +0 -19
- package/src/IconNewDelete/index.vue +0 -19
- package/src/IconNext/index.vue +0 -19
- package/src/IconNigth/index.vue +0 -19
- package/src/IconObject/index.vue +0 -19
- package/src/IconRefresh/index.vue +0 -19
- package/src/IconRevocation/index.vue +0 -19
- package/src/IconSave/index.vue +0 -19
- package/src/IconSchema/index.vue +0 -19
- package/src/IconScript/index.vue +0 -19
- package/src/IconSearch/index.vue +0 -19
- package/src/IconSequence/index.vue +0 -19
- package/src/IconSort/index.vue +0 -19
- package/src/IconStarttime/index.vue +0 -19
- package/src/IconStoredProcedure/index.vue +0 -19
- package/src/IconTable/index.vue +0 -19
- package/src/IconTableAdd/index.vue +0 -19
- package/src/IconTick/index.vue +0 -19
- package/src/IconTips/index.vue +0 -19
- package/src/IconTrigger/index.vue +0 -19
- package/src/IconUnfold2/index.vue +0 -19
- package/src/IconUpdatemode/index.vue +0 -19
- package/src/IconUpload/index.vue +0 -19
- package/src/IconView/index.vue +0 -19
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconArrowDownQs",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -21,7 +21,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21
21
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
22
22
|
viewBox: "0 0 16 16",
|
|
23
23
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
24
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-arrow_down_qs`],
|
|
25
25
|
width: "1em",
|
|
26
26
|
height: "1em"
|
|
27
27
|
}, _ctx.$attrs), _hoisted_2, 16);
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconCopyQs",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "update-line-icon"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", { d: "M9.41663 4.33362C9.41663 4.1035 9.22975 3.91663 8.99963 3.91663H4.49963C4.17773 3.9168 3.9168 4.17773 3.91663 4.49963V8.99963C3.91663 9.22975 4.1035 9.41663 4.33362 9.41663C4.74768 9.4168 5.08362 9.75252 5.08362 10.1666C5.08362 10.5807 4.74768 10.9165 4.33362 10.9166C3.27507 10.9166 2.41663 10.0582 2.41663 8.99963V4.49963C2.4168 3.3493 3.3493 2.4168 4.49963 2.41663H8.99963C10.0582 2.41663 10.9166 3.27507 10.9166 4.33362C10.9165 4.74768 10.5807 5.08362 10.1666 5.08362C9.75252 5.08362 9.4168 4.74768 9.41663 4.33362Z" }, null, -1);
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M12.0834 7.16638C12.0832 6.84447 11.8223 6.58355 11.5004 6.58337H7.16638C6.84447 6.58355 6.58355 6.84447 6.58337 7.16638V11.5004C6.58355 11.8223 6.84447 12.0832 7.16638 12.0834H11.5004C11.8223 12.0832 12.0832 11.8223 12.0834 11.5004V7.16638ZM13.5834 11.5004C13.5832 12.6507 12.6507 13.5832 11.5004 13.5834H7.16638C6.01605 13.5832 5.08355 12.6507 5.08337 11.5004V7.16638C5.08355 6.01605 6.01605 5.08355 7.16638 5.08337H11.5004C12.6507 5.08355 13.5832 6.01605 13.5834 7.16638V11.5004Z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = [
|
|
19
|
+
_hoisted_1,
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-copy_qs`],
|
|
27
|
+
width: "1em",
|
|
28
|
+
height: "1em"
|
|
29
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
30
|
+
}
|
|
31
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
32
|
+
export { index as default };
|
|
@@ -27,7 +27,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27
27
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
28
28
|
viewBox: "0 0 16 16",
|
|
29
29
|
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-database_qs`],
|
|
31
31
|
width: "1em",
|
|
32
32
|
height: "1em"
|
|
33
33
|
}, _ctx.$attrs), _hoisted_5, 16);
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconDayQs",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "update-line-icon"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", { d: "M11.0413 8.00037C11.0413 6.32061 9.67996 4.95855 8.00024 4.95837 6.32038 4.95837 4.95825 6.3205 4.95825 8.00037 4.95843 9.68008 6.32049 11.0414 8.00024 11.0414 9.67985 11.0412 11.0411 9.67997 11.0413 8.00037zM12.5413 8.00037C12.5411 10.5084 10.5083 12.5412 8.00024 12.5414 5.49206 12.5414 3.45843 10.5085 3.45825 8.00037 3.45825 5.49207 5.49195 3.45837 8.00024 3.45837 10.5084 3.45855 12.5413 5.49218 12.5413 8.00037zM7.85425 2.75C8.33749 2.75 8.72925 2.35825 8.72925 1.875 8.72925 1.39175 8.33749 1 7.85425 1 7.371 1 6.97925 1.39175 6.97925 1.875 6.97925 2.35825 7.371 2.75 7.85425 2.75zM12.0833 4.5C12.5665 4.5 12.9583 4.10824 12.9583 3.625 12.9583 3.14175 12.5665 2.75 12.0833 2.75 11.6 2.75 11.2083 3.14175 11.2083 3.625 11.2083 4.10824 11.6 4.5 12.0833 4.5zM13.8333 8.72913C14.3165 8.72913 14.7083 8.33737 14.7083 7.85413 14.7083 7.37088 14.3165 6.97913 13.8333 6.97913 13.35 6.97913 12.9583 7.37088 12.9583 7.85413 12.9583 8.33737 13.35 8.72913 13.8333 8.72913z" }, null, -1);
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M12.0833 12.9584C12.5665 12.9584 12.9583 12.5666 12.9583 12.0834 12.9583 11.6001 12.5665 11.2084 12.0833 11.2084 11.6 11.2084 11.2083 11.6001 11.2083 12.0834 11.2083 12.5666 11.6 12.9584 12.0833 12.9584zM7.85425 14.7084C8.33749 14.7084 8.72925 14.3166 8.72925 13.8334 8.72925 13.3501 8.33749 12.9584 7.85425 12.9584 7.371 12.9584 6.97925 13.3501 6.97925 13.8334 6.97925 14.3166 7.371 14.7084 7.85425 14.7084zM3.625 12.9584C4.10824 12.9584 4.5 12.5666 4.5 12.0834 4.5 11.6001 4.10824 11.2084 3.625 11.2084 3.14175 11.2084 2.75 11.6001 2.75 12.0834 2.75 12.5666 3.14175 12.9584 3.625 12.9584zM1.875 8.72913C2.35825 8.72913 2.75 8.33737 2.75 7.85413 2.75 7.37088 2.35825 6.97913 1.875 6.97913 1.39175 6.97913 1 7.37088 1 7.85413 1 8.33737 1.39175 8.72913 1.875 8.72913zM3.625 4.5C4.10824 4.5 4.5 4.10824 4.5 3.625 4.5 3.14175 4.10824 2.75 3.625 2.75 3.14175 2.75 2.75 3.14175 2.75 3.625 2.75 4.10824 3.14175 4.5 3.625 4.5z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = [
|
|
19
|
+
_hoisted_1,
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-day_qs`],
|
|
27
|
+
width: "1em",
|
|
28
|
+
height: "1em"
|
|
29
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
30
|
+
}
|
|
31
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
32
|
+
export { index as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconDeleteCircleQs",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -25,7 +25,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25
25
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
26
26
|
viewBox: "0 0 16 16",
|
|
27
27
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
28
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-delete_circle_qs`],
|
|
29
29
|
width: "1em",
|
|
30
30
|
height: "1em"
|
|
31
31
|
}, _ctx.$attrs), _hoisted_4, 16);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconDevelopQs",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "update-line-icon"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", { d: "M5.35351 5.58722C5.6604 5.30907 6.1349 5.33211 6.41308 5.63898 6.69117 5.94578 6.66796 6.42033 6.36133 6.69855L4.13867 8.71222 6.34082 10.5696C6.65729 10.8367 6.69751 11.3097 6.43066 11.6263 6.16366 11.9428 5.69064 11.983 5.37402 11.7161L2.5166 9.30597C2.35126 9.1665 2.25388 8.96267 2.25 8.7464 2.24614 8.53009 2.33581 8.32237 2.49609 8.17707L5.35351 5.58722zM9.5872 5.63896C9.86541 5.33217 10.3399 5.30903 10.6468 5.5872L13.5042 8.17704C13.6644 8.32234 13.7541 8.53014 13.7503 8.74638 13.7464 8.96258 13.6489 9.16648 13.4837 9.30595L10.6263 11.7161C10.3096 11.9831 9.83667 11.9429 9.56962 11.6263 9.30262 11.3096 9.34287 10.8367 9.65947 10.5696L11.8606 8.7122 9.63896 6.69853C9.33217 6.42032 9.30903 5.94581 9.5872 5.63896zM7.97414 3.87697C8.04223 3.46845 8.42891 3.1918 8.83742 3.25978 9.24594 3.32787 9.52162 3.71455 9.45363 4.12307L8.0259 12.6944C7.95782 13.1028 7.57109 13.3795 7.16262 13.3115 6.7541 13.2435 6.47744 12.8568 6.54543 12.4483L7.97414 3.87697z" }, null, -1);
|
|
17
|
+
const _hoisted_2 = [
|
|
18
|
+
_hoisted_1
|
|
19
|
+
];
|
|
20
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
22
|
+
viewBox: "0 0 16 16",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-develop_qs`],
|
|
25
|
+
width: "1em",
|
|
26
|
+
height: "1em"
|
|
27
|
+
}, _ctx.$attrs), _hoisted_2, 16);
|
|
28
|
+
}
|
|
29
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
30
|
+
export { index as default };
|
|
@@ -25,7 +25,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25
25
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
26
26
|
viewBox: "0 0 16 16",
|
|
27
27
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
28
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-download_qs`],
|
|
29
29
|
width: "1em",
|
|
30
30
|
height: "1em"
|
|
31
31
|
}, _ctx.$attrs), _hoisted_4, 16);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconEventQs",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
24
24
|
viewBox: "0 0 16 16",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-event_qs`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16);
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconFileQs",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "update-line-icon"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", { d: "M12.0836 6.49963C12.0834 6.17762 11.8217 5.91663 11.4996 5.91663H3.91663V11.4996C3.91663 11.8217 4.17762 12.0834 4.49963 12.0836H11.4996C11.8218 12.0836 12.0836 11.8218 12.0836 11.4996V6.49963ZM13.5836 11.4996C13.5836 12.6502 12.6502 13.5836 11.4996 13.5836H4.49963C3.34919 13.5834 2.41663 12.6501 2.41663 11.4996V5.16663C2.41663 4.75241 2.75241 4.41663 3.16663 4.41663H11.4996C12.6501 4.41663 13.5834 5.34919 13.5836 6.49963V11.4996Z" }, null, -1);
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M2.41663 7.33362V4.49963C2.4168 3.3493 3.3493 2.4168 4.49963 2.41663H7.20862C7.97094 2.41669 8.67268 2.83332 9.03772 3.50256L9.65881 4.64124C9.85676 5.00479 9.72248 5.46056 9.35901 5.65881C8.99541 5.85696 8.53973 5.72256 8.34143 5.35901L7.72034 4.22034C7.6181 4.03317 7.4219 3.91669 7.20862 3.91663H4.49963C4.17773 3.9168 3.9168 4.17773 3.91663 4.49963V7.33362C3.91645 7.74768 3.58073 8.08362 3.16663 8.08362C2.75252 8.08362 2.4168 7.74768 2.41663 7.33362Z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = [
|
|
19
|
+
_hoisted_1,
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file_qs`],
|
|
27
|
+
width: "1em",
|
|
28
|
+
height: "1em"
|
|
29
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
30
|
+
}
|
|
31
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
32
|
+
export { index as default };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconFoldQs",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "update-line-icon"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", { d: "M12.8336 3.0835C13.2477 3.08367 13.5836 3.41939 13.5836 3.8335 13.5836 4.2476 13.2477 4.58332 12.8336 4.5835H7.16663C6.75241 4.5835 6.41663 4.24771 6.41663 3.8335 6.41663 3.41928 6.75241 3.0835 7.16663 3.0835H12.8336zM12.8336 5.75C13.2477 5.75018 13.5836 6.08589 13.5836 6.5 13.5836 6.91411 13.2477 7.24982 12.8336 7.25H9.16663C8.75241 7.25 8.41663 6.91421 8.41663 6.5 8.41663 6.08579 8.75241 5.75 9.16663 5.75H12.8336zM2.61683 5.32252C2.89869 5.01909 3.37388 5.00164 3.67737 5.28345L6.01038 7.45045C6.16315 7.59235 6.24964 7.79174 6.24964 8.00025 6.24955 8.20856 6.16297 8.40726 6.01038 8.54908L3.67737 10.7161C3.37384 10.9979 2.89868 10.9805 2.61683 10.677 2.33517 10.3736 2.3528 9.89932 2.65589 9.61744L4.39808 7.99927 2.65589 6.38306C2.35247 6.1012 2.33501 5.62601 2.61683 5.32252zM12.8336 11.4165C13.2477 11.4167 13.5836 11.7524 13.5836 12.1665 13.5836 12.5806 13.2477 12.9163 12.8336 12.9165H7.16663C6.75241 12.9165 6.41663 12.5807 6.41663 12.1665 6.41663 11.7523 6.75241 11.4165 7.16663 11.4165H12.8336zM12.8336 8.75C13.2477 8.75018 13.5836 9.08589 13.5836 9.5 13.5836 9.91411 13.2477 10.2498 12.8336 10.25H9.16663C8.75241 10.25 8.41663 9.91421 8.41663 9.5 8.41663 9.08579 8.75241 8.75 9.16663 8.75H12.8336z" }, null, -1);
|
|
17
|
+
const _hoisted_2 = [
|
|
18
|
+
_hoisted_1
|
|
19
|
+
];
|
|
20
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
22
|
+
viewBox: "0 0 16 16",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fold_qs`],
|
|
25
|
+
width: "1em",
|
|
26
|
+
height: "1em"
|
|
27
|
+
}, _ctx.$attrs), _hoisted_2, 16);
|
|
28
|
+
}
|
|
29
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
30
|
+
export { index as default };
|
|
@@ -13,26 +13,18 @@ const _sfc_main = {
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
|
-
const _hoisted_1 =
|
|
17
|
-
const _hoisted_2 =
|
|
18
|
-
|
|
19
|
-
stroke: "#434343",
|
|
20
|
-
"stroke-width": "1.5",
|
|
21
|
-
"stroke-linecap": "round",
|
|
22
|
-
"stroke-linejoin": "round"
|
|
23
|
-
}, null, -1);
|
|
24
|
-
const _hoisted_3 = [
|
|
25
|
-
_hoisted_2
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", { d: "M19.5 7.5V4.5H16.5C15.6716 4.5 15 3.82843 15 3 15 2.17157 15.6716 1.5 16.5 1.5H21C21.8284 1.5 22.5 2.17157 22.5 3V7.5C22.5 8.32843 21.8284 9 21 9 20.1716 9 19.5 8.32843 19.5 7.5zM19.5 16.5C19.5 15.6716 20.1716 15 21 15 21.8284 15 22.5 15.6716 22.5 16.5V21C22.5 21.8284 21.8284 22.5 21 22.5H16.5C15.6716 22.5 15 21.8284 15 21 15 20.1716 15.6716 19.5 16.5 19.5H19.5V16.5zM1.5 16.5C1.5 15.6716 2.17157 15 3 15 3.82843 15 4.5 15.6716 4.5 16.5V19.5H7.5C8.32843 19.5 9 20.1716 9 21 9 21.8284 8.32843 22.5 7.5 22.5H3C2.17157 22.5 1.5 21.8284 1.5 21V16.5zM1.5 7.5V3C1.5 2.17157 2.17157 1.5 3 1.5H7.5C8.32843 1.5 9 2.17157 9 3 9 3.82843 8.32843 4.5 7.5 4.5H4.5V7.5C4.5 8.32843 3.82843 9 3 9 2.17157 9 1.5 8.32843 1.5 7.5z" }, null, -1);
|
|
17
|
+
const _hoisted_2 = [
|
|
18
|
+
_hoisted_1
|
|
26
19
|
];
|
|
27
20
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28
21
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
29
|
-
viewBox: "0 0
|
|
30
|
-
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
22
|
+
viewBox: "0 0 24 24",
|
|
31
23
|
xmlns: "http://www.w3.org/2000/svg",
|
|
32
24
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-full_screen`],
|
|
33
25
|
width: "1em",
|
|
34
26
|
height: "1em"
|
|
35
|
-
}, _ctx.$attrs),
|
|
27
|
+
}, _ctx.$attrs), _hoisted_2, 16);
|
|
36
28
|
}
|
|
37
29
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
38
30
|
export { index as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconGroupAddQs",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -25,7 +25,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25
25
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
26
26
|
viewBox: "0 0 16 16",
|
|
27
27
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
28
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-group_add_qs`],
|
|
29
29
|
width: "1em",
|
|
30
30
|
height: "1em"
|
|
31
31
|
}, _ctx.$attrs), _hoisted_4, 16);
|
package/esm/IconHistory/index.js
CHANGED
|
@@ -13,42 +13,22 @@ const _sfc_main = {
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
|
-
const _hoisted_1 =
|
|
17
|
-
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"stroke-linecap": "round",
|
|
22
|
-
"stroke-linejoin": "round"
|
|
23
|
-
}, null, -1);
|
|
24
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
25
|
-
d: "M3 8C3 10.7614 5.23857 13 8 13C10.7614 13 13 10.7614 13 8C13 5.23857 10.7614 3 8 3C6.1495 3 4.53378 4.00528 3.66919 5.49953",
|
|
26
|
-
stroke: "#434343",
|
|
27
|
-
"stroke-width": "1.5",
|
|
28
|
-
"stroke-linecap": "round",
|
|
29
|
-
"stroke-linejoin": "round"
|
|
30
|
-
}, null, -1);
|
|
31
|
-
const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", {
|
|
32
|
-
d: "M8.00035 4.66663L8 8.08573L10.5 10.5",
|
|
33
|
-
stroke: "#434343",
|
|
34
|
-
"stroke-width": "1.5",
|
|
35
|
-
"stroke-linecap": "round",
|
|
36
|
-
"stroke-linejoin": "round"
|
|
37
|
-
}, null, -1);
|
|
38
|
-
const _hoisted_5 = [
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", { d: "M3.08325 3.83325C3.08325 3.41904 3.41904 3.08325 3.83325 3.08325C4.24747 3.08325 4.58325 3.41904 4.58325 3.83325V4.75024H5.50024C5.91431 4.75042 6.25024 5.08614 6.25024 5.50024C6.25007 5.9142 5.9142 6.25007 5.50024 6.25024H3.83325C3.41915 6.25024 3.08343 5.91431 3.08325 5.50024V3.83325Z" }, null, -1);
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M2.25 8C2.25 7.58579 2.58579 7.25 3 7.25C3.41421 7.25 3.75 7.58579 3.75 8C3.75 10.3472 5.65279 12.25 8 12.25C10.3472 12.25 12.25 10.3472 12.25 8C12.25 5.65279 10.3472 3.75 8 3.75C6.42806 3.75 5.05441 4.60299 4.31836 5.875C4.11095 6.23347 3.65244 6.35575 3.29395 6.14844C2.93542 5.94099 2.81306 5.48255 3.02051 5.12402C4.01367 3.40766 5.87103 2.25 8 2.25C11.1756 2.25 13.75 4.82435 13.75 8C13.75 11.1756 11.1756 13.75 8 13.75C4.82435 13.75 2.25 11.1756 2.25 8Z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M7.25 4.66675C7.25004 4.25268 7.58598 3.91694 8 3.91675C8.41419 3.91679 8.75 4.25257 8.75 4.66675V7.76636L11.0215 9.96069C11.3192 10.2485 11.3267 10.7234 11.0391 11.0212C10.7513 11.3189 10.2764 11.3274 9.97852 11.0398L7.47852 8.62573C7.33218 8.48439 7.24998 8.28914 7.25 8.08569V4.66675Z" }, null, -1);
|
|
19
|
+
const _hoisted_4 = [
|
|
20
|
+
_hoisted_1,
|
|
39
21
|
_hoisted_2,
|
|
40
|
-
_hoisted_3
|
|
41
|
-
_hoisted_4
|
|
22
|
+
_hoisted_3
|
|
42
23
|
];
|
|
43
24
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
44
25
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
45
26
|
viewBox: "0 0 16 16",
|
|
46
|
-
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
47
27
|
xmlns: "http://www.w3.org/2000/svg",
|
|
48
28
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-history`],
|
|
49
29
|
width: "1em",
|
|
50
30
|
height: "1em"
|
|
51
|
-
}, _ctx.$attrs),
|
|
31
|
+
}, _ctx.$attrs), _hoisted_4, 16);
|
|
52
32
|
}
|
|
53
33
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
54
34
|
export { index as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconIdQs",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -32,7 +32,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32
32
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
33
33
|
viewBox: "0 0 16 16",
|
|
34
34
|
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
35
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-id_qs`],
|
|
36
36
|
width: "1em",
|
|
37
37
|
height: "1em"
|
|
38
38
|
}, _ctx.$attrs), _hoisted_3, 16);
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconKeyQs",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "update-line-icon"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", { d: "M5.95605 9.62411C5.95588 8.74981 5.24641 8.0411 4.37207 8.0411 3.49788 8.04128 2.78924 8.74992 2.78906 9.62411 2.78906 10.4985 3.49777 11.2079 4.37207 11.2081 5.24652 11.2081 5.95605 10.4986 5.95605 9.62411zM7.45605 9.62411C7.45605 11.327 6.07495 12.7081 4.37207 12.7081 2.66934 12.7079 1.28906 11.3269 1.28906 9.62411 1.28924 7.92149 2.66945 6.54128 4.37207 6.5411 6.07484 6.5411 7.45588 7.92138 7.45605 9.62411zM7.90381 4.15731C8.18478 3.85314 8.65908 3.83443 8.96338 4.11532L10.8589 5.86532C11.1632 6.14624 11.1827 6.62053 10.9019 6.92489 10.6209 7.22926 10.1457 7.24784 9.84131 6.96688L7.9458 5.21688C7.64163 4.93591 7.62292 4.46161 7.90381 4.15731z" }, null, -1);
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M10.229 1.5411C10.5052 1.23244 10.9789 1.20638 11.2876 1.48251C11.5962 1.75864 11.6232 2.23241 11.3472 2.5411L6.38818 8.0831C6.11196 8.39149 5.63818 8.41775 5.32959 8.14169C5.02092 7.86551 4.99486 7.39179 5.271 7.0831L10.229 1.5411Z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M9.65479 2.69702C9.93665 2.3936 10.4118 2.37614 10.7153 2.65796L12.7563 4.55445C13.0598 4.83631 13.0772 5.31051 12.7954 5.61402C12.5135 5.9173 12.0393 5.93485 11.7358 5.65308L9.69385 3.75757C9.39042 3.47571 9.37297 3.00052 9.65479 2.69702Z" }, null, -1);
|
|
19
|
+
const _hoisted_4 = [
|
|
20
|
+
_hoisted_1,
|
|
21
|
+
_hoisted_2,
|
|
22
|
+
_hoisted_3
|
|
23
|
+
];
|
|
24
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
26
|
+
viewBox: "0 0 14 14",
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-key_qs`],
|
|
29
|
+
width: "1em",
|
|
30
|
+
height: "1em"
|
|
31
|
+
}, _ctx.$attrs), _hoisted_4, 16);
|
|
32
|
+
}
|
|
33
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
34
|
+
export { index as default };
|
package/esm/IconLockQs/index.js
CHANGED
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
24
24
|
viewBox: "0 0 16 16",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-lock_qs`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconMoreQs",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "update-line-icon"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", { d: "M9.5 4.30005C9.5 5.12848 8.82843 5.80005 8 5.80005 7.17157 5.80005 6.5 5.12848 6.5 4.30005 6.5 3.47162 7.17157 2.80005 8 2.80005 8.82843 2.80005 9.5 3.47162 9.5 4.30005zM9.5 8.30005C9.5 9.12848 8.82843 9.80005 8 9.80005 7.17157 9.80005 6.5 9.12848 6.5 8.30005 6.5 7.47162 7.17157 6.80005 8 6.80005 8.82843 6.80005 9.5 7.47162 9.5 8.30005zM9.5 12.3C9.5 13.1285 8.82843 13.8 8 13.8 7.17157 13.8 6.5 13.1285 6.5 12.3 6.5 11.4716 7.17157 10.8 8 10.8 8.82843 10.8 9.5 11.4716 9.5 12.3z" }, null, -1);
|
|
17
|
+
const _hoisted_2 = [
|
|
18
|
+
_hoisted_1
|
|
19
|
+
];
|
|
20
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
22
|
+
viewBox: "0 0 16 16",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-more_qs`],
|
|
25
|
+
width: "1em",
|
|
26
|
+
height: "1em"
|
|
27
|
+
}, _ctx.$attrs), _hoisted_2, 16);
|
|
28
|
+
}
|
|
29
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
30
|
+
export { index as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconNextQs",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
24
24
|
viewBox: "0 0 16 16",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-next_qs`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16);
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconNigthQs",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "update-line-icon"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("g", { "clip-path": "url(#svg_f5ef0e12f7__clip0_8594_36775)" }, [
|
|
17
|
+
/* @__PURE__ */ createElementVNode("path", { d: "M5.88672 6.18164C5.88676 5.37695 6.12744 4.62866 6.54199 4.00586C4.91279 4.60073 3.75 6.16491 3.75 8C3.75 10.3472 5.65279 12.25 8 12.25C9.8353 12.25 11.3984 11.0865 11.9932 9.45703C11.3704 9.87149 10.623 10.1132 9.81836 10.1133C7.64687 10.1133 5.88672 8.35313 5.88672 6.18164ZM7.38672 6.18164C7.38672 7.5247 8.4753 8.61328 9.81836 8.61328C10.9477 8.6132 11.8993 7.84304 12.1719 6.79785L12.2148 6.67676C12.3376 6.40629 12.612 6.22937 12.917 6.2373C13.2654 6.24647 13.5616 6.49455 13.6318 6.83594C13.7093 7.21249 13.75 7.60191 13.75 8C13.75 11.1756 11.1756 13.75 8 13.75C4.82436 13.75 2.25 11.1756 2.25 8C2.25 4.82436 4.82436 2.25 8 2.25C8.3981 2.25 8.78751 2.29068 9.16406 2.36816C9.50546 2.43843 9.75354 2.73459 9.7627 3.08301C9.77177 3.43151 9.53949 3.74017 9.20215 3.82812C8.15695 4.1007 7.3868 5.05229 7.38672 6.18164Z" })
|
|
18
|
+
], -1);
|
|
19
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("defs", null, [
|
|
20
|
+
/* @__PURE__ */ createElementVNode("clipPath", { id: "svg_f5ef0e12f7__clip0_8594_36775" }, [
|
|
21
|
+
/* @__PURE__ */ createElementVNode("path", {
|
|
22
|
+
transform: "translate(2 2)",
|
|
23
|
+
d: "M0 0H12V12H0z"
|
|
24
|
+
})
|
|
25
|
+
])
|
|
26
|
+
], -1);
|
|
27
|
+
const _hoisted_3 = [
|
|
28
|
+
_hoisted_1,
|
|
29
|
+
_hoisted_2
|
|
30
|
+
];
|
|
31
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
33
|
+
viewBox: "0 0 16 16",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-nigth_qs`],
|
|
36
|
+
width: "1em",
|
|
37
|
+
height: "1em"
|
|
38
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
39
|
+
}
|
|
40
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
+
export { index as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconObjectQs",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -25,7 +25,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25
25
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
26
26
|
viewBox: "0 0 16 16",
|
|
27
27
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
28
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-object_qs`],
|
|
29
29
|
width: "1em",
|
|
30
30
|
height: "1em"
|
|
31
31
|
}, _ctx.$attrs), _hoisted_4, 16);
|
|
@@ -13,26 +13,18 @@ const _sfc_main = {
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
|
-
const _hoisted_1 =
|
|
17
|
-
const _hoisted_2 =
|
|
18
|
-
|
|
19
|
-
stroke: "#434343",
|
|
20
|
-
"stroke-width": "1.5",
|
|
21
|
-
"stroke-linecap": "round",
|
|
22
|
-
"stroke-linejoin": "round"
|
|
23
|
-
}, null, -1);
|
|
24
|
-
const _hoisted_3 = [
|
|
25
|
-
_hoisted_2
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", { d: "M15 3C15 2.17157 15.6716 1.5 16.5 1.5 17.3284 1.5 18 2.17157 18 3V6H21C21.8284 6 22.5 6.67157 22.5 7.5 22.5 8.32843 21.8284 9 21 9H16.5C15.6716 9 15 8.32843 15 7.5V3zM6 3C6 2.17157 6.67157 1.5 7.5 1.5 8.32843 1.5 9 2.17157 9 3V7.5C9 8.32843 8.32843 9 7.5 9H3C2.17157 9 1.5 8.32843 1.5 7.5 1.5 6.67157 2.17157 6 3 6H6V3zM6 21V18H3C2.17157 18 1.5 17.3284 1.5 16.5 1.5 15.6716 2.17157 15 3 15H7.5C8.32843 15 9 15.6716 9 16.5V21C9 21.8284 8.32843 22.5 7.5 22.5 6.67157 22.5 6 21.8284 6 21zM15 21V16.5C15 15.6716 15.6716 15 16.5 15H20.9502C21.7784 15.0002 22.4502 15.6717 22.4502 16.5 22.4502 17.3283 21.7784 17.9998 20.9502 18H18V21C18 21.8284 17.3284 22.5 16.5 22.5 15.6716 22.5 15 21.8284 15 21z" }, null, -1);
|
|
17
|
+
const _hoisted_2 = [
|
|
18
|
+
_hoisted_1
|
|
26
19
|
];
|
|
27
20
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28
21
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
29
|
-
viewBox: "0 0
|
|
30
|
-
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
22
|
+
viewBox: "0 0 24 24",
|
|
31
23
|
xmlns: "http://www.w3.org/2000/svg",
|
|
32
24
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-off_screen`],
|
|
33
25
|
width: "1em",
|
|
34
26
|
height: "1em"
|
|
35
|
-
}, _ctx.$attrs),
|
|
27
|
+
}, _ctx.$attrs), _hoisted_2, 16);
|
|
36
28
|
}
|
|
37
29
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
38
30
|
export { index as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconSchemaQs",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -21,7 +21,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21
21
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
22
22
|
viewBox: "0 0 16 16",
|
|
23
23
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
24
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-schema_qs`],
|
|
25
25
|
width: "1em",
|
|
26
26
|
height: "1em"
|
|
27
27
|
}, _ctx.$attrs), _hoisted_2, 16);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconSequenceQs",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
24
24
|
viewBox: "0 0 16 16",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sequence_qs`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconStoredProcedureQs",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -27,7 +27,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27
27
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
28
28
|
viewBox: "0 0 16 16",
|
|
29
29
|
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stored_procedure_qs`],
|
|
31
31
|
width: "1em",
|
|
32
32
|
height: "1em"
|
|
33
33
|
}, _ctx.$attrs), _hoisted_5, 16);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createStaticVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconTableAddQs",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -21,7 +21,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21
21
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
22
22
|
viewBox: "0 0 16 16",
|
|
23
23
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
24
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-table_add_qs`],
|
|
25
25
|
width: "1em",
|
|
26
26
|
height: "1em"
|
|
27
27
|
}, _ctx.$attrs), _hoisted_3, 16);
|