@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
package/lib/IconLockQs/index.js
CHANGED
|
@@ -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-lock_qs`],
|
|
28
28
|
width: "1em",
|
|
29
29
|
height: "1em"
|
|
30
30
|
}, _ctx.$attrs), _hoisted_3, 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: "IconMoreQs",
|
|
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.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);
|
|
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-more_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;
|
|
@@ -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: "IconNextQs",
|
|
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-next_qs`],
|
|
28
28
|
width: "1em",
|
|
29
29
|
height: "1em"
|
|
30
30
|
}, _ctx.$attrs), _hoisted_3, 16);
|
|
@@ -0,0 +1,42 @@
|
|
|
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: "IconNigthQs",
|
|
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("g", { "clip-path": "url(#svg_f5ef0e12f7__clip0_8594_36775)" }, [
|
|
18
|
+
/* @__PURE__ */ vue.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" })
|
|
19
|
+
], -1);
|
|
20
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
21
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_f5ef0e12f7__clip0_8594_36775" }, [
|
|
22
|
+
/* @__PURE__ */ vue.createElementVNode("path", {
|
|
23
|
+
transform: "translate(2 2)",
|
|
24
|
+
d: "M0 0H12V12H0z"
|
|
25
|
+
})
|
|
26
|
+
])
|
|
27
|
+
], -1);
|
|
28
|
+
const _hoisted_3 = [
|
|
29
|
+
_hoisted_1,
|
|
30
|
+
_hoisted_2
|
|
31
|
+
];
|
|
32
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
34
|
+
viewBox: "0 0 16 16",
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-nigth_qs`],
|
|
37
|
+
width: "1em",
|
|
38
|
+
height: "1em"
|
|
39
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
40
|
+
}
|
|
41
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
42
|
+
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: "IconObjectQs",
|
|
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-object_qs`],
|
|
30
30
|
width: "1em",
|
|
31
31
|
height: "1em"
|
|
32
32
|
}, _ctx.$attrs), _hoisted_4, 16);
|
|
@@ -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: "M15 3C15 2.17157 15.6716 1.5 16.5 1.5 17.3284 1.5 18 2.17157 18 3V6H21C21.8284 6 22.5 6.67157 22.5 7.5 22.5 8.32843 21.8284 9 21 9H16.5C15.6716 9 15 8.32843 15 7.5V3zM6 3C6 2.17157 6.67157 1.5 7.5 1.5 8.32843 1.5 9 2.17157 9 3V7.5C9 8.32843 8.32843 9 7.5 9H3C2.17157 9 1.5 8.32843 1.5 7.5 1.5 6.67157 2.17157 6 3 6H6V3zM6 21V18H3C2.17157 18 1.5 17.3284 1.5 16.5 1.5 15.6716 2.17157 15 3 15H7.5C8.32843 15 9 15.6716 9 16.5V21C9 21.8284 8.32843 22.5 7.5 22.5 6.67157 22.5 6 21.8284 6 21zM15 21V16.5C15 15.6716 15.6716 15 16.5 15H20.9502C21.7784 15.0002 22.4502 15.6717 22.4502 16.5 22.4502 17.3283 21.7784 17.9998 20.9502 18H18V21C18 21.8284 17.3284 22.5 16.5 22.5 15.6716 22.5 15 21.8284 15 21z" }, null, -1);
|
|
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-off_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: "IconSchemaQs",
|
|
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-schema_qs`],
|
|
26
26
|
width: "1em",
|
|
27
27
|
height: "1em"
|
|
28
28
|
}, _ctx.$attrs), _hoisted_2, 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: "IconSequenceQs",
|
|
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-sequence_qs`],
|
|
28
28
|
width: "1em",
|
|
29
29
|
height: "1em"
|
|
30
30
|
}, _ctx.$attrs), _hoisted_3, 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: "IconStoredProcedureQs",
|
|
6
6
|
props: {
|
|
7
7
|
prefix: {
|
|
8
8
|
type: String,
|
|
@@ -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-stored_procedure_qs`],
|
|
32
32
|
width: "1em",
|
|
33
33
|
height: "1em"
|
|
34
34
|
}, _ctx.$attrs), _hoisted_5, 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: "IconTableAddQs",
|
|
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-table_add_qs`],
|
|
26
26
|
width: "1em",
|
|
27
27
|
height: "1em"
|
|
28
28
|
}, _ctx.$attrs), _hoisted_3, 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: "IconTickQs",
|
|
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-tick_qs`],
|
|
26
26
|
width: "1em",
|
|
27
27
|
height: "1em"
|
|
28
28
|
}, _ctx.$attrs), _hoisted_2, 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: "IconTriggerQs",
|
|
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-trigger_qs`],
|
|
26
26
|
width: "1em",
|
|
27
27
|
height: "1em"
|
|
28
28
|
}, _ctx.$attrs), _hoisted_2, 16);
|
|
@@ -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-upload_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: "IconViewQs",
|
|
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-view_qs`],
|
|
30
30
|
width: "1em",
|
|
31
31
|
height: "1em"
|
|
32
32
|
}, _ctx.$attrs), _hoisted_4, 16);
|