@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: "IconTickQs",
|
|
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-tick_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: "IconTriggerQs",
|
|
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-trigger_qs`],
|
|
25
25
|
width: "1em",
|
|
26
26
|
height: "1em"
|
|
27
27
|
}, _ctx.$attrs), _hoisted_2, 16);
|
|
@@ -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-upload_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: "IconViewQs",
|
|
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-view_qs`],
|
|
29
29
|
width: "1em",
|
|
30
30
|
height: "1em"
|
|
31
31
|
}, _ctx.$attrs), _hoisted_4, 16);
|
package/esm/index.js
CHANGED
|
@@ -4,39 +4,24 @@ export { default as IconBusinessprocess } from "./IconBusinessprocess/index.js";
|
|
|
4
4
|
export { default as IconAnalyze } from "./IconAnalyze/index.js";
|
|
5
5
|
export { default as IconApply } from "./IconApply/index.js";
|
|
6
6
|
export { default as IconApi } from "./IconApi/index.js";
|
|
7
|
-
export { default as IconAdd } from "./IconAdd/index.js";
|
|
8
7
|
export { default as IconBloodanalysis } from "./IconBloodanalysis/index.js";
|
|
9
8
|
export { default as IconAssembly } from "./IconAssembly/index.js";
|
|
10
9
|
export { default as IconAppend } from "./IconAppend/index.js";
|
|
11
10
|
export { default as IconBasics } from "./IconBasics/index.js";
|
|
12
11
|
export { default as IconDatabasesource } from "./IconDatabasesource/index.js";
|
|
13
|
-
export { default as IconDown } from "./IconDown/index.js";
|
|
14
12
|
export { default as IconCollect } from "./IconCollect/index.js";
|
|
15
|
-
export { default as IconDatabase } from "./IconDatabase/index.js";
|
|
16
13
|
export { default as IconCharts } from "./IconCharts/index.js";
|
|
17
|
-
export { default as IconCopy } from "./IconCopy/index.js";
|
|
18
14
|
export { default as IconDatabaseobject } from "./IconDatabaseobject/index.js";
|
|
19
|
-
export { default as IconDelete } from "./IconDelete/index.js";
|
|
20
15
|
export { default as IconDetails } from "./IconDetails/index.js";
|
|
21
|
-
export { default as IconCheck } from "./IconCheck/index.js";
|
|
22
16
|
export { default as IconDispatch } from "./IconDispatch/index.js";
|
|
23
|
-
export { default as IconAdvance } from "./IconAdvance/index.js";
|
|
24
17
|
export { default as IconDisposition } from "./IconDisposition/index.js";
|
|
25
18
|
export { default as IconActivate } from "./IconActivate/index.js";
|
|
26
|
-
export { default as IconEdit } from "./IconEdit/index.js";
|
|
27
|
-
export { default as IconFile } from "./IconFile/index.js";
|
|
28
19
|
export { default as IconEmbellish } from "./IconEmbellish/index.js";
|
|
29
20
|
export { default as IconFormula } from "./IconFormula/index.js";
|
|
30
|
-
export { default as IconFields } from "./IconFields/index.js";
|
|
31
|
-
export { default as IconFold } from "./IconFold/index.js";
|
|
32
21
|
export { default as IconGoBack } from "./IconGoBack/index.js";
|
|
33
|
-
export { default as IconHelp } from "./IconHelp/index.js";
|
|
34
22
|
export { default as IconHistory } from "./IconHistory/index.js";
|
|
35
|
-
export { default as IconDownload } from "./IconDownload/index.js";
|
|
36
23
|
export { default as IconDownline } from "./IconDownline/index.js";
|
|
37
24
|
export { default as IconLayer } from "./IconLayer/index.js";
|
|
38
|
-
export { default as IconLimits } from "./IconLimits/index.js";
|
|
39
|
-
export { default as IconFoldmore } from "./IconFoldmore/index.js";
|
|
40
25
|
export { default as IconFrame } from "./IconFrame/index.js";
|
|
41
26
|
export { default as IconMail } from "./IconMail/index.js";
|
|
42
27
|
export { default as IconHyposensitization } from "./IconHyposensitization/index.js";
|
|
@@ -45,44 +30,32 @@ export { default as IconMode } from "./IconMode/index.js";
|
|
|
45
30
|
export { default as IconModule } from "./IconModule/index.js";
|
|
46
31
|
export { default as IconNotice } from "./IconNotice/index.js";
|
|
47
32
|
export { default as IconNo } from "./IconNo/index.js";
|
|
48
|
-
export { default as IconStarttime } from "./IconStarttime/index.js";
|
|
49
|
-
export { default as IconSearch } from "./IconSearch/index.js";
|
|
50
33
|
export { default as IconPackup } from "./IconPackup/index.js";
|
|
51
|
-
export { default as IconSort } from "./IconSort/index.js";
|
|
52
34
|
export { default as IconPicture } from "./IconPicture/index.js";
|
|
53
35
|
export { default as IconPublish } from "./IconPublish/index.js";
|
|
54
|
-
export { default as IconSave } from "./IconSave/index.js";
|
|
55
|
-
export { default as IconRefresh } from "./IconRefresh/index.js";
|
|
56
36
|
export { default as IconReflection } from "./IconReflection/index.js";
|
|
57
37
|
export { default as IconPause } from "./IconPause/index.js";
|
|
58
38
|
export { default as IconLatesttime } from "./IconLatesttime/index.js";
|
|
59
39
|
export { default as IconPassword } from "./IconPassword/index.js";
|
|
60
40
|
export { default as IconEndtime } from "./IconEndtime/index.js";
|
|
61
|
-
export { default as IconRevocation } from "./IconRevocation/index.js";
|
|
62
41
|
export { default as IconGather } from "./IconGather/index.js";
|
|
63
42
|
export { default as IconIndex } from "./IconIndex/index.js";
|
|
64
43
|
export { default as IconRole } from "./IconRole/index.js";
|
|
65
44
|
export { default as IconScheduling } from "./IconScheduling/index.js";
|
|
66
45
|
export { default as IconResources } from "./IconResources/index.js";
|
|
67
|
-
export { default as IconScript } from "./IconScript/index.js";
|
|
68
46
|
export { default as IconSettings } from "./IconSettings/index.js";
|
|
69
47
|
export { default as IconNotice2 } from "./IconNotice2/index.js";
|
|
70
48
|
export { default as IconUnfold } from "./IconUnfold/index.js";
|
|
71
49
|
export { default as IconZoomout } from "./IconZoomout/index.js";
|
|
72
50
|
export { default as IconZoomin } from "./IconZoomin/index.js";
|
|
73
|
-
export { default as IconUnfold2 } from "./IconUnfold2/index.js";
|
|
74
51
|
export { default as IconTest } from "./IconTest/index.js";
|
|
75
52
|
export { default as IconText } from "./IconText/index.js";
|
|
76
53
|
export { default as IconStats } from "./IconStats/index.js";
|
|
77
|
-
export { default as IconUpload } from "./IconUpload/index.js";
|
|
78
|
-
export { default as IconTable } from "./IconTable/index.js";
|
|
79
|
-
export { default as IconUpdatemode } from "./IconUpdatemode/index.js";
|
|
80
54
|
export { default as IconSwitch } from "./IconSwitch/index.js";
|
|
81
55
|
export { default as IconTerminate } from "./IconTerminate/index.js";
|
|
82
56
|
export { default as IconSubjectarea } from "./IconSubjectarea/index.js";
|
|
83
57
|
export { default as IconSubscribe } from "./IconSubscribe/index.js";
|
|
84
58
|
export { default as IconInOperation } from "./IconInOperation/index.js";
|
|
85
|
-
export { default as IconLose } from "./IconLose/index.js";
|
|
86
59
|
export { default as IconSuccessful } from "./IconSuccessful/index.js";
|
|
87
60
|
export { default as IconLivingExample } from "./IconLivingExample/index.js";
|
|
88
61
|
export { default as IconOfflineWorkflow } from "./IconOfflineWorkflow/index.js";
|
|
@@ -102,44 +75,46 @@ export { default as IconOffScreen } from "./IconOffScreen/index.js";
|
|
|
102
75
|
export { default as IconEncoder } from "./IconEncoder/index.js";
|
|
103
76
|
export { default as IconFilter } from "./IconFilter/index.js";
|
|
104
77
|
export { default as IconEdit1 } from "./IconEdit1/index.js";
|
|
105
|
-
export { default as IconKey } from "./IconKey/index.js";
|
|
106
|
-
export { default as IconMinus } from "./IconMinus/index.js";
|
|
107
78
|
export { default as IconUp } from "./IconUp/index.js";
|
|
108
79
|
export { default as IconDowm } from "./IconDowm/index.js";
|
|
109
|
-
export { default as IconNigth } from "./IconNigth/index.js";
|
|
110
|
-
export { default as IconDay } from "./IconDay/index.js";
|
|
111
|
-
export { default as IconTips } from "./IconTips/index.js";
|
|
112
|
-
export { default as IconJbxx } from "./IconJbxx/index.js";
|
|
113
80
|
export { default as IconTbrz } from "./IconTbrz/index.js";
|
|
114
81
|
export { default as IconTbjk } from "./IconTbjk/index.js";
|
|
115
82
|
export { default as IconTbjg } from "./IconTbjg/index.js";
|
|
116
83
|
export { default as IconZxsj } from "./IconZxsj/index.js";
|
|
117
84
|
export { default as IconZdsj } from "./IconZdsj/index.js";
|
|
118
|
-
export { default as
|
|
119
|
-
export { default as
|
|
85
|
+
export { default as IconArrowDownQs } from "./IconArrowDownQs/index.js";
|
|
86
|
+
export { default as IconDeleteCircleQs } from "./IconDeleteCircleQs/index.js";
|
|
120
87
|
export { default as IconSearchQs } from "./IconSearchQs/index.js";
|
|
121
|
-
export { default as
|
|
122
|
-
export { default as
|
|
123
|
-
export { default as
|
|
88
|
+
export { default as IconTickQs } from "./IconTickQs/index.js";
|
|
89
|
+
export { default as IconTriggerQs } from "./IconTriggerQs/index.js";
|
|
90
|
+
export { default as IconStoredProcedureQs } from "./IconStoredProcedureQs/index.js";
|
|
124
91
|
export { default as IconDatabaseQs } from "./IconDatabaseQs/index.js";
|
|
125
|
-
export { default as
|
|
126
|
-
export { default as
|
|
127
|
-
export { default as
|
|
128
|
-
export { default as
|
|
129
|
-
export { default as
|
|
92
|
+
export { default as IconSchemaQs } from "./IconSchemaQs/index.js";
|
|
93
|
+
export { default as IconViewQs } from "./IconViewQs/index.js";
|
|
94
|
+
export { default as IconSequenceQs } from "./IconSequenceQs/index.js";
|
|
95
|
+
export { default as IconEventQs } from "./IconEventQs/index.js";
|
|
96
|
+
export { default as IconObjectQs } from "./IconObjectQs/index.js";
|
|
130
97
|
export { default as IconTableQs } from "./IconTableQs/index.js";
|
|
131
98
|
export { default as IconAddQs } from "./IconAddQs/index.js";
|
|
132
99
|
export { default as IconMinusQs } from "./IconMinusQs/index.js";
|
|
133
100
|
export { default as IconDownloadQs } from "./IconDownloadQs/index.js";
|
|
134
101
|
export { default as IconUploadQs } from "./IconUploadQs/index.js";
|
|
135
102
|
export { default as IconRefreshQs } from "./IconRefreshQs/index.js";
|
|
136
|
-
export { default as
|
|
103
|
+
export { default as IconIdQs } from "./IconIdQs/index.js";
|
|
137
104
|
export { default as IconTipsQs } from "./IconTipsQs/index.js";
|
|
138
|
-
export { default as
|
|
139
|
-
export { default as
|
|
105
|
+
export { default as IconGroupAddQs } from "./IconGroupAddQs/index.js";
|
|
106
|
+
export { default as IconNextQs } from "./IconNextQs/index.js";
|
|
140
107
|
export { default as IconRevocationQs } from "./IconRevocationQs/index.js";
|
|
141
|
-
export { default as
|
|
108
|
+
export { default as IconTableAddQs } from "./IconTableAddQs/index.js";
|
|
142
109
|
export { default as IconSaveQs } from "./IconSaveQs/index.js";
|
|
143
110
|
export { default as IconLockQs } from "./IconLockQs/index.js";
|
|
144
111
|
export { default as IconEditQs } from "./IconEditQs/index.js";
|
|
145
112
|
export { default as IconDeleteQs } from "./IconDeleteQs/index.js";
|
|
113
|
+
export { default as IconCopyQs } from "./IconCopyQs/index.js";
|
|
114
|
+
export { default as IconKeyQs } from "./IconKeyQs/index.js";
|
|
115
|
+
export { default as IconDayQs } from "./IconDayQs/index.js";
|
|
116
|
+
export { default as IconNigthQs } from "./IconNigthQs/index.js";
|
|
117
|
+
export { default as IconFoldQs } from "./IconFoldQs/index.js";
|
|
118
|
+
export { default as IconDevelopQs } from "./IconDevelopQs/index.js";
|
|
119
|
+
export { default as IconMoreQs } from "./IconMoreQs/index.js";
|
|
120
|
+
export { default as IconFileQs } from "./IconFileQs/index.js";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var vue = require("vue");
|
|
3
3
|
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
4
|
const _sfc_main = {
|
|
5
|
-
name: "
|
|
5
|
+
name: "IconArrowDownQs",
|
|
6
6
|
props: {
|
|
7
7
|
prefix: {
|
|
8
8
|
type: String,
|
|
@@ -22,7 +22,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22
22
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
25
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-arrow_down_qs`],
|
|
26
26
|
width: "1em",
|
|
27
27
|
height: "1em"
|
|
28
28
|
}, _ctx.$attrs), _hoisted_2, 16);
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconCopyQs",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "update-line-icon"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ vue.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);
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.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);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_1,
|
|
21
|
+
_hoisted_2
|
|
22
|
+
];
|
|
23
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
25
|
+
viewBox: "0 0 16 16",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-copy_qs`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
|
@@ -28,7 +28,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28
28
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
29
29
|
viewBox: "0 0 16 16",
|
|
30
30
|
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
31
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-database_qs`],
|
|
32
32
|
width: "1em",
|
|
33
33
|
height: "1em"
|
|
34
34
|
}, _ctx.$attrs), _hoisted_5, 16);
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconDayQs",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "update-line-icon"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ vue.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);
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.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);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_1,
|
|
21
|
+
_hoisted_2
|
|
22
|
+
];
|
|
23
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
25
|
+
viewBox: "0 0 16 16",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-day_qs`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var vue = require("vue");
|
|
3
3
|
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
4
|
const _sfc_main = {
|
|
5
|
-
name: "
|
|
5
|
+
name: "IconDeleteCircleQs",
|
|
6
6
|
props: {
|
|
7
7
|
prefix: {
|
|
8
8
|
type: String,
|
|
@@ -26,7 +26,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26
26
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
27
27
|
viewBox: "0 0 16 16",
|
|
28
28
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
29
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-delete_circle_qs`],
|
|
30
30
|
width: "1em",
|
|
31
31
|
height: "1em"
|
|
32
32
|
}, _ctx.$attrs), _hoisted_4, 16);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconDevelopQs",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "update-line-icon"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ vue.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);
|
|
18
|
+
const _hoisted_2 = [
|
|
19
|
+
_hoisted_1
|
|
20
|
+
];
|
|
21
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
23
|
+
viewBox: "0 0 16 16",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-develop_qs`],
|
|
26
|
+
width: "1em",
|
|
27
|
+
height: "1em"
|
|
28
|
+
}, _ctx.$attrs), _hoisted_2, 16);
|
|
29
|
+
}
|
|
30
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
31
|
+
module.exports = index;
|
|
@@ -26,7 +26,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26
26
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
27
27
|
viewBox: "0 0 16 16",
|
|
28
28
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
29
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-download_qs`],
|
|
30
30
|
width: "1em",
|
|
31
31
|
height: "1em"
|
|
32
32
|
}, _ctx.$attrs), _hoisted_4, 16);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var vue = require("vue");
|
|
3
3
|
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
4
|
const _sfc_main = {
|
|
5
|
-
name: "
|
|
5
|
+
name: "IconEventQs",
|
|
6
6
|
props: {
|
|
7
7
|
prefix: {
|
|
8
8
|
type: String,
|
|
@@ -24,7 +24,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24
24
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
25
25
|
viewBox: "0 0 16 16",
|
|
26
26
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-event_qs`],
|
|
28
28
|
width: "1em",
|
|
29
29
|
height: "1em"
|
|
30
30
|
}, _ctx.$attrs), _hoisted_3, 16);
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconFileQs",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "update-line-icon"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ vue.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);
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.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);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_1,
|
|
21
|
+
_hoisted_2
|
|
22
|
+
];
|
|
23
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
25
|
+
viewBox: "0 0 16 16",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file_qs`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconFoldQs",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "update-line-icon"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ vue.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);
|
|
18
|
+
const _hoisted_2 = [
|
|
19
|
+
_hoisted_1
|
|
20
|
+
];
|
|
21
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
23
|
+
viewBox: "0 0 16 16",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fold_qs`],
|
|
26
|
+
width: "1em",
|
|
27
|
+
height: "1em"
|
|
28
|
+
}, _ctx.$attrs), _hoisted_2, 16);
|
|
29
|
+
}
|
|
30
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
31
|
+
module.exports = index;
|
|
@@ -14,26 +14,18 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
const _hoisted_1 =
|
|
18
|
-
const _hoisted_2 =
|
|
19
|
-
|
|
20
|
-
stroke: "#434343",
|
|
21
|
-
"stroke-width": "1.5",
|
|
22
|
-
"stroke-linecap": "round",
|
|
23
|
-
"stroke-linejoin": "round"
|
|
24
|
-
}, null, -1);
|
|
25
|
-
const _hoisted_3 = [
|
|
26
|
-
_hoisted_2
|
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ vue.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);
|
|
18
|
+
const _hoisted_2 = [
|
|
19
|
+
_hoisted_1
|
|
27
20
|
];
|
|
28
21
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29
22
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
30
|
-
viewBox: "0 0
|
|
31
|
-
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
32
24
|
xmlns: "http://www.w3.org/2000/svg",
|
|
33
25
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-full_screen`],
|
|
34
26
|
width: "1em",
|
|
35
27
|
height: "1em"
|
|
36
|
-
}, _ctx.$attrs),
|
|
28
|
+
}, _ctx.$attrs), _hoisted_2, 16);
|
|
37
29
|
}
|
|
38
30
|
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
39
31
|
module.exports = index;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var vue = require("vue");
|
|
3
3
|
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
4
|
const _sfc_main = {
|
|
5
|
-
name: "
|
|
5
|
+
name: "IconGroupAddQs",
|
|
6
6
|
props: {
|
|
7
7
|
prefix: {
|
|
8
8
|
type: String,
|
|
@@ -26,7 +26,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26
26
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
27
27
|
viewBox: "0 0 16 16",
|
|
28
28
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
29
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-group_add_qs`],
|
|
30
30
|
width: "1em",
|
|
31
31
|
height: "1em"
|
|
32
32
|
}, _ctx.$attrs), _hoisted_4, 16);
|
package/lib/IconHistory/index.js
CHANGED
|
@@ -14,42 +14,22 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
const _hoisted_1 =
|
|
18
|
-
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"stroke-linecap": "round",
|
|
23
|
-
"stroke-linejoin": "round"
|
|
24
|
-
}, null, -1);
|
|
25
|
-
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
26
|
-
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",
|
|
27
|
-
stroke: "#434343",
|
|
28
|
-
"stroke-width": "1.5",
|
|
29
|
-
"stroke-linecap": "round",
|
|
30
|
-
"stroke-linejoin": "round"
|
|
31
|
-
}, null, -1);
|
|
32
|
-
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
33
|
-
d: "M8.00035 4.66663L8 8.08573L10.5 10.5",
|
|
34
|
-
stroke: "#434343",
|
|
35
|
-
"stroke-width": "1.5",
|
|
36
|
-
"stroke-linecap": "round",
|
|
37
|
-
"stroke-linejoin": "round"
|
|
38
|
-
}, null, -1);
|
|
39
|
-
const _hoisted_5 = [
|
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ vue.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);
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.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);
|
|
19
|
+
const _hoisted_3 = /* @__PURE__ */ vue.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);
|
|
20
|
+
const _hoisted_4 = [
|
|
21
|
+
_hoisted_1,
|
|
40
22
|
_hoisted_2,
|
|
41
|
-
_hoisted_3
|
|
42
|
-
_hoisted_4
|
|
23
|
+
_hoisted_3
|
|
43
24
|
];
|
|
44
25
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
45
26
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
46
27
|
viewBox: "0 0 16 16",
|
|
47
|
-
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
48
28
|
xmlns: "http://www.w3.org/2000/svg",
|
|
49
29
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-history`],
|
|
50
30
|
width: "1em",
|
|
51
31
|
height: "1em"
|
|
52
|
-
}, _ctx.$attrs),
|
|
32
|
+
}, _ctx.$attrs), _hoisted_4, 16);
|
|
53
33
|
}
|
|
54
34
|
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
55
35
|
module.exports = index;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var vue = require("vue");
|
|
3
3
|
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
4
|
const _sfc_main = {
|
|
5
|
-
name: "
|
|
5
|
+
name: "IconIdQs",
|
|
6
6
|
props: {
|
|
7
7
|
prefix: {
|
|
8
8
|
type: String,
|
|
@@ -33,7 +33,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33
33
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
34
34
|
viewBox: "0 0 16 16",
|
|
35
35
|
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
36
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-id_qs`],
|
|
37
37
|
width: "1em",
|
|
38
38
|
height: "1em"
|
|
39
39
|
}, _ctx.$attrs), _hoisted_3, 16);
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconKeyQs",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "update-line-icon"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ vue.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);
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.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);
|
|
19
|
+
const _hoisted_3 = /* @__PURE__ */ vue.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);
|
|
20
|
+
const _hoisted_4 = [
|
|
21
|
+
_hoisted_1,
|
|
22
|
+
_hoisted_2,
|
|
23
|
+
_hoisted_3
|
|
24
|
+
];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
27
|
+
viewBox: "0 0 14 14",
|
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-key_qs`],
|
|
30
|
+
width: "1em",
|
|
31
|
+
height: "1em"
|
|
32
|
+
}, _ctx.$attrs), _hoisted_4, 16);
|
|
33
|
+
}
|
|
34
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
35
|
+
module.exports = index;
|