@arco-iconbox/vue-update-line-icon 0.0.25 → 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 +1318 -2338
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +369 -457
- 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/IconDeleteQs/index.js +34 -0
- package/esm/IconDevelopQs/index.js +30 -0
- package/esm/IconDownloadQs/index.js +1 -1
- package/esm/IconEditQs/index.js +30 -0
- 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 +32 -0
- 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 +25 -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/IconDeleteQs/index.js +35 -0
- package/lib/IconDevelopQs/index.js +31 -0
- package/lib/IconDownloadQs/index.js +1 -1
- package/lib/IconEditQs/index.js +31 -0
- 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 +33 -0
- 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 -272
- 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/IconDeleteQs/index.vue +19 -0
- package/src/IconDevelopQs/index.vue +19 -0
- package/src/IconDownloadQs/index.vue +1 -1
- package/src/IconEditQs/index.vue +19 -0
- 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 +19 -0
- 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 +26 -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,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: "IconDeleteQs",
|
|
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.5003 4.4165C11.7104 4.4166 11.9111 4.5048 12.0531 4.65967C12.195 4.8146 12.2656 5.02257 12.2474 5.23193L11.6868 11.6802C11.5932 12.7568 10.6913 13.5835 9.61067 13.5835H5.722C4.64154 13.5833 3.74041 12.7566 3.6468 11.6802L3.08626 5.23193C3.06805 5.02252 3.13854 4.81461 3.28059 4.65967C3.42265 4.50475 3.62314 4.4165 3.83333 4.4165H11.5003ZM5.14095 11.5503C5.16715 11.8516 5.41961 12.0833 5.722 12.0835H9.61067C9.91325 12.0835 10.1655 11.8517 10.1917 11.5503L10.682 5.9165H4.65169L5.14095 11.5503Z" }, null, -1);
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M5.75 10.8335V7.1665C5.75 6.75229 6.08579 6.4165 6.5 6.4165 6.91421 6.4165 7.25 6.75229 7.25 7.1665V10.8335C7.24982 11.2476 6.91411 11.5835 6.5 11.5835 6.08589 11.5835 5.75018 11.2476 5.75 10.8335zM8.08333 10.8335V7.1665C8.08333 6.75229 8.41911 6.4165 8.83333 6.4165 9.24754 6.4165 9.58333 6.75229 9.58333 7.1665V10.8335C9.58315 11.2476 9.24743 11.5835 8.83333 11.5835 8.41922 11.5835 8.0835 11.2476 8.08333 10.8335zM8.75032 5.1665V4.49951C8.75014 4.1775 8.48839 3.9165 8.16634 3.9165H7.16634C6.84443 3.91668 6.5835 4.1776 6.58333 4.49951V5.1665L6.57942 5.24365C6.5408 5.62162 6.22149 5.9165 5.83333 5.9165 5.44516 5.9165 5.12586 5.62162 5.08723 5.24365L5.08333 5.1665V4.49951C5.0835 3.34918 6.016 2.41668 7.16634 2.4165H8.16634C9.31682 2.4165 10.2501 3.34907 10.2503 4.49951V5.1665C10.2503 5.58061 9.91438 5.91633 9.50032 5.9165 9.08611 5.9165 8.75032 5.58072 8.75032 5.1665z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M12.1667 4.4165C12.5809 4.4165 12.9167 4.75229 12.9167 5.1665C12.9167 5.58072 12.5809 5.9165 12.1667 5.9165H3.16667C2.75246 5.9165 2.41667 5.58072 2.41667 5.1665C2.41667 4.75229 2.75246 4.4165 3.16667 4.4165H12.1667Z" }, 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 16 16",
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-delete_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 };
|
|
@@ -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);
|
|
@@ -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: "IconEditQs",
|
|
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.60612 3.17674C10.1625 2.72316 10.9831 2.75582 11.5016 3.27439L12.7253 4.49803C13.2785 5.05127 13.2785 5.94869 12.7253 6.50193L6.52995 12.6972C6.43139 12.7957 6.30714 12.8646 6.17155 12.8965L3.33854 13.5635C3.08571 13.6229 2.82006 13.5469 2.63639 13.3633 2.45281 13.1796 2.37672 12.9139 2.4362 12.6611L3.10319 9.82811 3.13444 9.7285C3.172 9.63178 3.22949 9.5436 3.30339 9.46971L9.4987 3.27439 9.60612 3.17674zM4.51335 10.3799L4.1735 11.8252 5.62077 11.4844 11.6061 5.49998 10.4997 4.39353 4.51335 10.3799zM12.8337 12.0835C13.2477 12.0837 13.5837 12.4194 13.5837 12.8335 13.5837 13.2476 13.2477 13.5833 12.8337 13.5835H9.16667C8.75246 13.5835 8.41667 13.2477 8.41667 12.8335 8.41667 12.4193 8.75246 12.0835 9.16667 12.0835H12.8337z" }, 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-edit_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: "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 };
|
|
@@ -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: "IconLockQs",
|
|
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.4163 7.9165H4.58333V11.4995C4.58333 11.8216 4.84432 12.0833 5.16634 12.0835H10.8333C11.1555 12.0835 11.4163 11.8217 11.4163 11.4995V7.9165ZM12.9163 11.4995C12.9163 12.6501 11.9839 13.5835 10.8333 13.5835H5.16634C4.01589 13.5833 3.08333 12.65 3.08333 11.4995V7.8335C3.08333 7.05109 3.71792 6.4165 4.50032 6.4165H11.5003C12.2826 6.41668 12.9163 7.0512 12.9163 7.8335V11.4995Z" }, null, -1);
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M10.0833 6.99951V6.89502C10.0833 6.33998 10.0966 5.86346 10.0315 5.41943C9.96883 4.992 9.84366 4.68995 9.63211 4.47314C9.3713 4.2059 8.90042 3.91656 8.00027 3.9165C7.09994 3.9165 6.62828 4.20587 6.36746 4.47314C6.15602 4.68994 6.0307 4.99211 5.96804 5.41943C5.90298 5.86346 5.91629 6.33998 5.91629 6.89502V6.99951C5.91629 7.41373 5.5805 7.74951 5.16629 7.74951C4.75224 7.74931 4.41629 7.4136 4.41629 6.99951V6.89502C4.41629 6.40935 4.39838 5.785 4.48367 5.20264C4.57142 4.6038 4.77893 3.95332 5.29421 3.42529C5.86249 2.84297 6.73328 2.4165 8.00027 2.4165C9.26696 2.41657 10.1371 2.84312 10.7053 3.42529C11.2206 3.95332 11.4281 4.6038 11.5159 5.20264C11.6012 5.78502 11.5833 6.40933 11.5833 6.89502V6.99951C11.5833 7.41373 11.2475 7.74951 10.8333 7.74951C10.4191 7.74948 10.0833 7.41371 10.0833 6.99951Z" }, 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-lock_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: "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);
|