@arco-iconbox/vue-update-line-icon 0.0.10 → 0.0.12
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 +1232 -1059
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +104 -88
- package/dist/icon.min.js.map +1 -1
- package/esm/IconDowm/index.js +38 -0
- package/esm/IconKey/index.js +67 -0
- package/esm/IconMinus/index.js +38 -0
- package/esm/IconUp/index.js +38 -0
- package/esm/index.js +4 -0
- package/lib/IconDowm/index.js +39 -0
- package/lib/IconKey/index.js +68 -0
- package/lib/IconMinus/index.js +39 -0
- package/lib/IconUp/index.js +39 -0
- package/lib/index.js +8 -0
- package/package.json +1 -1
- package/src/IconDowm/index.vue +19 -0
- package/src/IconKey/index.vue +19 -0
- package/src/IconMinus/index.vue +19 -0
- package/src/IconUp/index.vue +19 -0
- package/src/index.js +5 -1
|
@@ -0,0 +1,38 @@
|
|
|
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: "IconDowm",
|
|
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 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
18
|
+
d: "M8.16479 12.5543L8.1648 3.77832M5.16504 9.32129L8.16504 12.5545 11.165 9.32129",
|
|
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
|
|
26
|
+
];
|
|
27
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
29
|
+
viewBox: "0 0 16 16",
|
|
30
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-dowm`],
|
|
33
|
+
width: "1em",
|
|
34
|
+
height: "1em"
|
|
35
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
36
|
+
}
|
|
37
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
38
|
+
export { index as default };
|
|
@@ -0,0 +1,67 @@
|
|
|
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: "IconKey",
|
|
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 = ["fill"];
|
|
17
|
+
const _hoisted_2 = { "clip-path": "url(#svg_3c6e0b8a9c__clip0_6733_61698)" };
|
|
18
|
+
const _hoisted_3 = {
|
|
19
|
+
id: "svg_3c6e0b8a9c__a",
|
|
20
|
+
style: { "mask-type": "luminance" },
|
|
21
|
+
maskUnits: "userSpaceOnUse",
|
|
22
|
+
x: "0",
|
|
23
|
+
y: "0",
|
|
24
|
+
width: "8",
|
|
25
|
+
height: "8"
|
|
26
|
+
};
|
|
27
|
+
const _hoisted_4 = ["fill"];
|
|
28
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("g", {
|
|
29
|
+
mask: "url(#svg_3c6e0b8a9c__a)",
|
|
30
|
+
stroke: "#FAAD14",
|
|
31
|
+
"stroke-linecap": "round",
|
|
32
|
+
"stroke-linejoin": "round"
|
|
33
|
+
}, [
|
|
34
|
+
/* @__PURE__ */ createElementVNode("path", { d: "M2.5013 6.83366C3.23768 6.83366 3.83464 6.23671 3.83464 5.50033 3.83464 4.76395 3.23768 4.16699 2.5013 4.16699 1.76492 4.16699 1.16797 4.76395 1.16797 5.50033 1.16797 6.23671 1.76492 6.83366 2.5013 6.83366zM4.83203 2.66699L5.91536 3.66699M3.33203 4.33366L6.16536 1.16699M5.83203 1.83301L6.9987 2.91634" })
|
|
35
|
+
], -1);
|
|
36
|
+
const _hoisted_6 = { id: "svg_3c6e0b8a9c__clip0_6733_61698" };
|
|
37
|
+
const _hoisted_7 = ["fill"];
|
|
38
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
39
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
40
|
+
viewBox: "0 0 8 8",
|
|
41
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
42
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
43
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-key`],
|
|
44
|
+
width: "1em",
|
|
45
|
+
height: "1em"
|
|
46
|
+
}, _ctx.$attrs), [
|
|
47
|
+
createElementVNode("g", _hoisted_2, [
|
|
48
|
+
createElementVNode("mask", _hoisted_3, [
|
|
49
|
+
createElementVNode("path", {
|
|
50
|
+
d: "M8 0H0V8H8V0Z",
|
|
51
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
52
|
+
}, null, 8, _hoisted_4)
|
|
53
|
+
]),
|
|
54
|
+
_hoisted_5
|
|
55
|
+
]),
|
|
56
|
+
createElementVNode("defs", null, [
|
|
57
|
+
createElementVNode("clipPath", _hoisted_6, [
|
|
58
|
+
createElementVNode("path", {
|
|
59
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff",
|
|
60
|
+
d: "M0 0H8V8H0z"
|
|
61
|
+
}, null, 8, _hoisted_7)
|
|
62
|
+
])
|
|
63
|
+
])
|
|
64
|
+
], 16, _hoisted_1);
|
|
65
|
+
}
|
|
66
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
67
|
+
export { index as default };
|
|
@@ -0,0 +1,38 @@
|
|
|
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: "IconMinus",
|
|
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 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
18
|
+
d: "M12.1666 8H3.83325",
|
|
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
|
|
26
|
+
];
|
|
27
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
29
|
+
viewBox: "0 0 16 16",
|
|
30
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-minus`],
|
|
33
|
+
width: "1em",
|
|
34
|
+
height: "1em"
|
|
35
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
36
|
+
}
|
|
37
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
38
|
+
export { index as default };
|
|
@@ -0,0 +1,38 @@
|
|
|
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: "IconUp",
|
|
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 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
18
|
+
d: "M8.16675 12.5512L8.16675 4.0127M5.16675 7.013L8.16675 3.78223 11.1667 7.013",
|
|
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
|
|
26
|
+
];
|
|
27
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
29
|
+
viewBox: "0 0 16 16",
|
|
30
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-up`],
|
|
33
|
+
width: "1em",
|
|
34
|
+
height: "1em"
|
|
35
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
36
|
+
}
|
|
37
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
38
|
+
export { index as default };
|
package/esm/index.js
CHANGED
|
@@ -102,3 +102,7 @@ export { default as IconOffScreen } from "./IconOffScreen/index.js";
|
|
|
102
102
|
export { default as IconEncoder } from "./IconEncoder/index.js";
|
|
103
103
|
export { default as IconFilter } from "./IconFilter/index.js";
|
|
104
104
|
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
|
+
export { default as IconUp } from "./IconUp/index.js";
|
|
108
|
+
export { default as IconDowm } from "./IconDowm/index.js";
|
|
@@ -0,0 +1,39 @@
|
|
|
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: "IconDowm",
|
|
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 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19
|
+
d: "M8.16479 12.5543L8.1648 3.77832M5.16504 9.32129L8.16504 12.5545 11.165 9.32129",
|
|
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
|
|
27
|
+
];
|
|
28
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
30
|
+
viewBox: "0 0 16 16",
|
|
31
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-dowm`],
|
|
34
|
+
width: "1em",
|
|
35
|
+
height: "1em"
|
|
36
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
37
|
+
}
|
|
38
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
39
|
+
module.exports = index;
|
|
@@ -0,0 +1,68 @@
|
|
|
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: "IconKey",
|
|
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 = ["fill"];
|
|
18
|
+
const _hoisted_2 = { "clip-path": "url(#svg_3c6e0b8a9c__clip0_6733_61698)" };
|
|
19
|
+
const _hoisted_3 = {
|
|
20
|
+
id: "svg_3c6e0b8a9c__a",
|
|
21
|
+
style: { "mask-type": "luminance" },
|
|
22
|
+
maskUnits: "userSpaceOnUse",
|
|
23
|
+
x: "0",
|
|
24
|
+
y: "0",
|
|
25
|
+
width: "8",
|
|
26
|
+
height: "8"
|
|
27
|
+
};
|
|
28
|
+
const _hoisted_4 = ["fill"];
|
|
29
|
+
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("g", {
|
|
30
|
+
mask: "url(#svg_3c6e0b8a9c__a)",
|
|
31
|
+
stroke: "#FAAD14",
|
|
32
|
+
"stroke-linecap": "round",
|
|
33
|
+
"stroke-linejoin": "round"
|
|
34
|
+
}, [
|
|
35
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M2.5013 6.83366C3.23768 6.83366 3.83464 6.23671 3.83464 5.50033 3.83464 4.76395 3.23768 4.16699 2.5013 4.16699 1.76492 4.16699 1.16797 4.76395 1.16797 5.50033 1.16797 6.23671 1.76492 6.83366 2.5013 6.83366zM4.83203 2.66699L5.91536 3.66699M3.33203 4.33366L6.16536 1.16699M5.83203 1.83301L6.9987 2.91634" })
|
|
36
|
+
], -1);
|
|
37
|
+
const _hoisted_6 = { id: "svg_3c6e0b8a9c__clip0_6733_61698" };
|
|
38
|
+
const _hoisted_7 = ["fill"];
|
|
39
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
40
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
41
|
+
viewBox: "0 0 8 8",
|
|
42
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
43
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
44
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-key`],
|
|
45
|
+
width: "1em",
|
|
46
|
+
height: "1em"
|
|
47
|
+
}, _ctx.$attrs), [
|
|
48
|
+
vue.createElementVNode("g", _hoisted_2, [
|
|
49
|
+
vue.createElementVNode("mask", _hoisted_3, [
|
|
50
|
+
vue.createElementVNode("path", {
|
|
51
|
+
d: "M8 0H0V8H8V0Z",
|
|
52
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
53
|
+
}, null, 8, _hoisted_4)
|
|
54
|
+
]),
|
|
55
|
+
_hoisted_5
|
|
56
|
+
]),
|
|
57
|
+
vue.createElementVNode("defs", null, [
|
|
58
|
+
vue.createElementVNode("clipPath", _hoisted_6, [
|
|
59
|
+
vue.createElementVNode("path", {
|
|
60
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff",
|
|
61
|
+
d: "M0 0H8V8H0z"
|
|
62
|
+
}, null, 8, _hoisted_7)
|
|
63
|
+
])
|
|
64
|
+
])
|
|
65
|
+
], 16, _hoisted_1);
|
|
66
|
+
}
|
|
67
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
68
|
+
module.exports = index;
|
|
@@ -0,0 +1,39 @@
|
|
|
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: "IconMinus",
|
|
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 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19
|
+
d: "M12.1666 8H3.83325",
|
|
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
|
|
27
|
+
];
|
|
28
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
30
|
+
viewBox: "0 0 16 16",
|
|
31
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-minus`],
|
|
34
|
+
width: "1em",
|
|
35
|
+
height: "1em"
|
|
36
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
37
|
+
}
|
|
38
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
39
|
+
module.exports = index;
|
|
@@ -0,0 +1,39 @@
|
|
|
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: "IconUp",
|
|
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 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19
|
+
d: "M8.16675 12.5512L8.16675 4.0127M5.16675 7.013L8.16675 3.78223 11.1667 7.013",
|
|
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
|
|
27
|
+
];
|
|
28
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
30
|
+
viewBox: "0 0 16 16",
|
|
31
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-up`],
|
|
34
|
+
width: "1em",
|
|
35
|
+
height: "1em"
|
|
36
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
37
|
+
}
|
|
38
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
39
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
|
@@ -104,6 +104,10 @@ var index$1A = require("./IconOffScreen/index.js");
|
|
|
104
104
|
var index$1B = require("./IconEncoder/index.js");
|
|
105
105
|
var index$1C = require("./IconFilter/index.js");
|
|
106
106
|
var index$1D = require("./IconEdit1/index.js");
|
|
107
|
+
var index$1E = require("./IconKey/index.js");
|
|
108
|
+
var index$1F = require("./IconMinus/index.js");
|
|
109
|
+
var index$1G = require("./IconUp/index.js");
|
|
110
|
+
var index$1H = require("./IconDowm/index.js");
|
|
107
111
|
exports.Icon3d = index;
|
|
108
112
|
exports.IconAnalysisdetails = index$1;
|
|
109
113
|
exports.IconBusinessprocess = index$2;
|
|
@@ -208,3 +212,7 @@ exports.IconOffScreen = index$1A;
|
|
|
208
212
|
exports.IconEncoder = index$1B;
|
|
209
213
|
exports.IconFilter = index$1C;
|
|
210
214
|
exports.IconEdit1 = index$1D;
|
|
215
|
+
exports.IconKey = index$1E;
|
|
216
|
+
exports.IconMinus = index$1F;
|
|
217
|
+
exports.IconUp = index$1G;
|
|
218
|
+
exports.IconDowm = index$1H;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-dowm`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.16479 12.5543L8.1648 3.77832M5.16504 9.32129L8.16504 12.5545 11.165 9.32129" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconDowm',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'update-line-icon',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 8 8" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-key`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_3c6e0b8a9c__clip0_6733_61698)"><mask id="svg_3c6e0b8a9c__a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="8" height="8"><path d="M8 0H0V8H8V0Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></mask><g mask="url(#svg_3c6e0b8a9c__a)" stroke="#FAAD14" stroke-linecap="round" stroke-linejoin="round"><path d="M2.5013 6.83366C3.23768 6.83366 3.83464 6.23671 3.83464 5.50033 3.83464 4.76395 3.23768 4.16699 2.5013 4.16699 1.76492 4.16699 1.16797 4.76395 1.16797 5.50033 1.16797 6.23671 1.76492 6.83366 2.5013 6.83366zM4.83203 2.66699L5.91536 3.66699M3.33203 4.33366L6.16536 1.16699M5.83203 1.83301L6.9987 2.91634"/></g></g><defs><clipPath id="svg_3c6e0b8a9c__clip0_6733_61698"><path :fill="useCurrentColor ? 'currentColor' : '#fff'" d="M0 0H8V8H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconKey',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'update-line-icon',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-minus`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.1666 8H3.83325" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconMinus',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'update-line-icon',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-up`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.16675 12.5512L8.16675 4.0127M5.16675 7.013L8.16675 3.78223 11.1667 7.013" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconUp',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'update-line-icon',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
package/src/index.js
CHANGED
|
@@ -101,4 +101,8 @@ export { default as IconFullScreen } from './IconFullScreen/index.vue';
|
|
|
101
101
|
export { default as IconOffScreen } from './IconOffScreen/index.vue';
|
|
102
102
|
export { default as IconEncoder } from './IconEncoder/index.vue';
|
|
103
103
|
export { default as IconFilter } from './IconFilter/index.vue';
|
|
104
|
-
export { default as IconEdit1 } from './IconEdit1/index.vue';
|
|
104
|
+
export { default as IconEdit1 } from './IconEdit1/index.vue';
|
|
105
|
+
export { default as IconKey } from './IconKey/index.vue';
|
|
106
|
+
export { default as IconMinus } from './IconMinus/index.vue';
|
|
107
|
+
export { default as IconUp } from './IconUp/index.vue';
|
|
108
|
+
export { default as IconDowm } from './IconDowm/index.vue';
|