@arco-iconbox/vue-smartcode 0.1.85 → 0.1.87
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 +3719 -3469
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +101 -77
- package/dist/icon.min.js.map +1 -1
- package/esm/IconColorDivide/index.js +53 -0
- package/esm/IconColorEditForm/index.js +42 -0
- package/esm/IconColorLr/index.js +38 -0
- package/esm/IconColorSearchTable/index.js +42 -0
- package/esm/IconColorSign/index.js +43 -0
- package/esm/IconColorStep/index.js +44 -0
- package/esm/index.js +6 -0
- package/lib/IconColorDivide/index.js +54 -0
- package/lib/IconColorEditForm/index.js +43 -0
- package/lib/IconColorLr/index.js +39 -0
- package/lib/IconColorSearchTable/index.js +43 -0
- package/lib/IconColorSign/index.js +44 -0
- package/lib/IconColorStep/index.js +45 -0
- package/lib/index.js +12 -0
- package/package.json +1 -1
- package/src/IconColorDivide/index.vue +19 -0
- package/src/IconColorEditForm/index.vue +19 -0
- package/src/IconColorLr/index.vue +19 -0
- package/src/IconColorSearchTable/index.vue +19 -0
- package/src/IconColorSign/index.vue +19 -0
- package/src/IconColorStep/index.vue +19 -0
- package/src/index.js +7 -1
|
@@ -0,0 +1,53 @@
|
|
|
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: "IconColorDivide",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
d: "M3.04309 12H6.41439",
|
|
18
|
+
stroke: "#165DFF",
|
|
19
|
+
"stroke-width": "1.66",
|
|
20
|
+
"stroke-linecap": "round",
|
|
21
|
+
"stroke-linejoin": "round"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
24
|
+
d: "M10.3146 12H13.6859",
|
|
25
|
+
stroke: "#00BBD8",
|
|
26
|
+
"stroke-width": "1.66",
|
|
27
|
+
"stroke-linecap": "round",
|
|
28
|
+
"stroke-linejoin": "round"
|
|
29
|
+
}, null, -1);
|
|
30
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
31
|
+
d: "M17.586 12H20.9573",
|
|
32
|
+
stroke: "#165DFF",
|
|
33
|
+
"stroke-width": "1.66",
|
|
34
|
+
"stroke-linecap": "round",
|
|
35
|
+
"stroke-linejoin": "round"
|
|
36
|
+
}, null, -1);
|
|
37
|
+
const _hoisted_4 = [
|
|
38
|
+
_hoisted_1,
|
|
39
|
+
_hoisted_2,
|
|
40
|
+
_hoisted_3
|
|
41
|
+
];
|
|
42
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
43
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
44
|
+
viewBox: "0 0 24 24",
|
|
45
|
+
fill: "none",
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
47
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-divide`],
|
|
48
|
+
width: "1em",
|
|
49
|
+
height: "1em"
|
|
50
|
+
}, _ctx.$attrs), _hoisted_4, 16);
|
|
51
|
+
}
|
|
52
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
53
|
+
export { index as default };
|
|
@@ -0,0 +1,42 @@
|
|
|
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: "IconColorEditForm",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = ["fill"];
|
|
18
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
20
|
+
viewBox: "0 0 24 24",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-edit-form`],
|
|
24
|
+
width: "1em",
|
|
25
|
+
height: "1em"
|
|
26
|
+
}, _ctx.$attrs), [
|
|
27
|
+
createElementVNode("rect", {
|
|
28
|
+
x: "2.299",
|
|
29
|
+
y: "3.528",
|
|
30
|
+
width: "18.174",
|
|
31
|
+
height: "18.174",
|
|
32
|
+
rx: "6",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "#BEDAFF"
|
|
34
|
+
}, null, 8, _hoisted_1),
|
|
35
|
+
createElementVNode("path", {
|
|
36
|
+
d: "M18.1311 2.15502C18.543 1.74316 18.7489 1.53724 18.961 1.41025C19.5935 1.03162 20.383 1.03162 21.0155 1.41025C21.2277 1.53724 21.4336 1.74316 21.8454 2.15502C22.2573 2.56687 22.4632 2.7728 22.5902 2.98494C22.9688 3.61743 22.9688 4.40693 22.5902 5.03942C22.4632 5.25157 22.2573 5.45749 21.8454 5.86935L15.8786 11.8361C15.3132 12.4016 15.0305 12.6843 14.7056 12.9021C14.4173 13.0953 14.1051 13.2502 13.7768 13.3628C13.4069 13.4898 13.0107 13.5438 12.2184 13.6519L11.0963 13.805C10.7418 13.8534 10.5646 13.8775 10.435 13.8201C10.3214 13.7698 10.2306 13.679 10.1803 13.5655C10.1229 13.4359 10.1471 13.2586 10.1955 12.9042L10.3486 11.7821C10.4567 10.9898 10.5107 10.5936 10.6376 10.2237C10.7503 9.89539 10.9052 9.58319 11.0984 9.2949C11.3161 8.97001 11.5989 8.68728 12.1643 8.12182L18.1311 2.15502Z",
|
|
37
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
38
|
+
}, null, 8, _hoisted_2)
|
|
39
|
+
], 16);
|
|
40
|
+
}
|
|
41
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
42
|
+
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: "IconColorLr",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = ["fill"];
|
|
18
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
20
|
+
viewBox: "0 0 24 24",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-lr`],
|
|
24
|
+
width: "1em",
|
|
25
|
+
height: "1em"
|
|
26
|
+
}, _ctx.$attrs), [
|
|
27
|
+
createElementVNode("path", {
|
|
28
|
+
d: "M12.0234 8C10.9189 8 10.0234 7.10457 10.0234 6 10.0234 4.89543 10.9189 4 12.0234 4L20.0234 4C21.128 4 22.0234 4.89543 22.0234 6 22.0234 7.10457 21.128 8 20.0234 8L12.0234 8zM12 14C10.8954 14 10 13.1046 10 12 10 10.8954 10.8954 10 12 10L22 10C23.1046 10 24 10.8954 24 12 24 13.1046 23.1046 14 22 14L12 14zM12.0234 20C10.9189 20 10.0234 19.1046 10.0234 18 10.0234 16.8954 10.9189 16 12.0234 16L20.0234 16C21.128 16 22.0234 16.8954 22.0234 18 22.0234 19.1046 21.128 20 20.0234 20L12.0234 20z",
|
|
29
|
+
fill: $props.useCurrentColor ? "currentColor" : "#BEDAFF"
|
|
30
|
+
}, null, 8, _hoisted_1),
|
|
31
|
+
createElementVNode("path", {
|
|
32
|
+
d: "M2.24609 5.58151C2.24609 4.13097 3.42199 2.95508 4.87252 2.95508C6.32306 2.95508 7.49895 4.13097 7.49895 5.58151L7.49895 18.418C7.49895 19.8685 6.32306 21.0444 4.87252 21.0444C3.42199 21.0444 2.24609 19.8685 2.24609 18.418L2.24609 5.58151Z",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
34
|
+
}, null, 8, _hoisted_2)
|
|
35
|
+
], 16);
|
|
36
|
+
}
|
|
37
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
38
|
+
export { index as default };
|
|
@@ -0,0 +1,42 @@
|
|
|
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: "IconColorSearchTable",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = ["fill"];
|
|
18
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
20
|
+
viewBox: "0 0 24 24",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-search-table`],
|
|
24
|
+
width: "1em",
|
|
25
|
+
height: "1em"
|
|
26
|
+
}, _ctx.$attrs), [
|
|
27
|
+
createElementVNode("path", {
|
|
28
|
+
d: "M14.6267 18.2361C13.601 17.2104 13.601 15.5474 14.6267 14.5217C15.6524 13.4961 17.3153 13.4961 18.341 14.5217L21.8207 18.0014C22.8464 19.0271 22.8464 20.6901 21.8207 21.7157C20.795 22.7414 19.1321 22.7414 18.1064 21.7157L14.6267 18.2361Z",
|
|
29
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
30
|
+
}, null, 8, _hoisted_1),
|
|
31
|
+
createElementVNode("rect", {
|
|
32
|
+
x: "1.5",
|
|
33
|
+
y: "1.5",
|
|
34
|
+
width: "18.416",
|
|
35
|
+
height: "18.416",
|
|
36
|
+
rx: "9.208",
|
|
37
|
+
fill: $props.useCurrentColor ? "currentColor" : "#BEDAFF"
|
|
38
|
+
}, null, 8, _hoisted_2)
|
|
39
|
+
], 16);
|
|
40
|
+
}
|
|
41
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
42
|
+
export { index as default };
|
|
@@ -0,0 +1,43 @@
|
|
|
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: "IconColorSign",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
d: "M15.5005 4.72294C16.0462 3.77786 17.2547 3.45405 18.1998 3.99969C19.1448 4.54534 19.4686 5.75381 18.923 6.6989L16.9577 10.1028C16.5279 10.8472 16.313 11.2195 16.0193 11.5071C15.7591 11.7618 15.4547 11.9671 15.1209 12.1128C14.7442 12.2773 14.3185 12.337 13.4673 12.4563L13.3041 12.4792L13.2423 12.3265C12.9201 11.5296 12.7589 11.1311 12.713 10.7226C12.6723 10.3607 12.6979 9.99444 12.7884 9.64171C12.8906 9.24351 13.1055 8.87129 13.5353 8.12686L15.5005 4.72294Z",
|
|
18
|
+
stroke: "#165DFF",
|
|
19
|
+
"stroke-width": "1.66",
|
|
20
|
+
"stroke-linejoin": "round"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
23
|
+
d: "M9.55054 12.9902H6.08911C4.98454 12.9902 4.08911 13.8857 4.08911 14.9902C4.08911 16.0948 4.98454 16.9902 6.08911 16.9902H16.7108C17.8154 16.9902 18.7108 17.8857 18.7108 18.9902C18.7108 20.0948 17.8154 20.9902 16.7108 20.9902H6.08911",
|
|
24
|
+
stroke: "#00BBD8",
|
|
25
|
+
"stroke-width": "1.66",
|
|
26
|
+
"stroke-linecap": "round"
|
|
27
|
+
}, null, -1);
|
|
28
|
+
const _hoisted_3 = [
|
|
29
|
+
_hoisted_1,
|
|
30
|
+
_hoisted_2
|
|
31
|
+
];
|
|
32
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
34
|
+
viewBox: "0 0 24 24",
|
|
35
|
+
fill: "none",
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-sign`],
|
|
38
|
+
width: "1em",
|
|
39
|
+
height: "1em"
|
|
40
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
41
|
+
}
|
|
42
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
43
|
+
export { index as default };
|
|
@@ -0,0 +1,44 @@
|
|
|
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: "IconColorStep",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("rect", {
|
|
17
|
+
x: "1.919",
|
|
18
|
+
y: "3.498",
|
|
19
|
+
width: "20.162",
|
|
20
|
+
height: "17.004",
|
|
21
|
+
rx: "4",
|
|
22
|
+
stroke: "#165DFF",
|
|
23
|
+
"stroke-width": "1.66",
|
|
24
|
+
"stroke-linejoin": "round"
|
|
25
|
+
}, null, -1);
|
|
26
|
+
const _hoisted_2 = ["fill"];
|
|
27
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
29
|
+
viewBox: "0 0 24 24",
|
|
30
|
+
fill: "none",
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-step`],
|
|
33
|
+
width: "1em",
|
|
34
|
+
height: "1em"
|
|
35
|
+
}, _ctx.$attrs), [
|
|
36
|
+
_hoisted_1,
|
|
37
|
+
createElementVNode("path", {
|
|
38
|
+
d: "M15.5168 8.84961C15.9752 8.84961 16.3469 9.22129 16.3469 9.67969V11.166H17.84C18.2984 11.1661 18.6701 11.5377 18.6701 11.9961C18.6699 12.4543 18.2982 12.8261 17.84 12.8262H16.3469V14.3184C16.3468 14.7767 15.9752 15.1484 15.5168 15.1484C15.0585 15.1483 14.6867 14.7766 14.6867 14.3184V12.8262H13.2014C12.7431 12.8262 12.3715 12.4543 12.3713 11.9961C12.3713 11.5377 12.743 11.166 13.2014 11.166H14.6867V9.67969C14.6867 9.22137 15.0585 8.84974 15.5168 8.84961ZM9.21503 11.1689C9.6732 11.1692 10.0451 11.5408 10.0451 11.999C10.045 12.4572 9.67316 12.8288 9.21503 12.8291H6.16034C5.70233 12.8287 5.33033 12.4571 5.33026 11.999C5.33026 11.5409 5.70229 11.1694 6.16034 11.1689H9.21503Z",
|
|
39
|
+
fill: $props.useCurrentColor ? "currentColor" : "#00BBD8"
|
|
40
|
+
}, null, 8, _hoisted_2)
|
|
41
|
+
], 16);
|
|
42
|
+
}
|
|
43
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
44
|
+
export { index as default };
|
package/esm/index.js
CHANGED
|
@@ -371,3 +371,9 @@ export { default as IconColorNeo4j } from "./IconColorNeo4j/index.js";
|
|
|
371
371
|
export { default as IconColorTugraph } from "./IconColorTugraph/index.js";
|
|
372
372
|
export { default as IconLineGraphData } from "./IconLineGraphData/index.js";
|
|
373
373
|
export { default as IconLineTuDatabase } from "./IconLineTuDatabase/index.js";
|
|
374
|
+
export { default as IconColorStep } from "./IconColorStep/index.js";
|
|
375
|
+
export { default as IconColorSign } from "./IconColorSign/index.js";
|
|
376
|
+
export { default as IconColorDivide } from "./IconColorDivide/index.js";
|
|
377
|
+
export { default as IconColorLr } from "./IconColorLr/index.js";
|
|
378
|
+
export { default as IconColorSearchTable } from "./IconColorSearchTable/index.js";
|
|
379
|
+
export { default as IconColorEditForm } from "./IconColorEditForm/index.js";
|
|
@@ -0,0 +1,54 @@
|
|
|
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: "IconColorDivide",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
18
|
+
d: "M3.04309 12H6.41439",
|
|
19
|
+
stroke: "#165DFF",
|
|
20
|
+
"stroke-width": "1.66",
|
|
21
|
+
"stroke-linecap": "round",
|
|
22
|
+
"stroke-linejoin": "round"
|
|
23
|
+
}, null, -1);
|
|
24
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
25
|
+
d: "M10.3146 12H13.6859",
|
|
26
|
+
stroke: "#00BBD8",
|
|
27
|
+
"stroke-width": "1.66",
|
|
28
|
+
"stroke-linecap": "round",
|
|
29
|
+
"stroke-linejoin": "round"
|
|
30
|
+
}, null, -1);
|
|
31
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
32
|
+
d: "M17.586 12H20.9573",
|
|
33
|
+
stroke: "#165DFF",
|
|
34
|
+
"stroke-width": "1.66",
|
|
35
|
+
"stroke-linecap": "round",
|
|
36
|
+
"stroke-linejoin": "round"
|
|
37
|
+
}, null, -1);
|
|
38
|
+
const _hoisted_4 = [
|
|
39
|
+
_hoisted_1,
|
|
40
|
+
_hoisted_2,
|
|
41
|
+
_hoisted_3
|
|
42
|
+
];
|
|
43
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
44
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
45
|
+
viewBox: "0 0 24 24",
|
|
46
|
+
fill: "none",
|
|
47
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
48
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-divide`],
|
|
49
|
+
width: "1em",
|
|
50
|
+
height: "1em"
|
|
51
|
+
}, _ctx.$attrs), _hoisted_4, 16);
|
|
52
|
+
}
|
|
53
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
54
|
+
module.exports = index;
|
|
@@ -0,0 +1,43 @@
|
|
|
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: "IconColorEditForm",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
21
|
+
viewBox: "0 0 24 24",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-edit-form`],
|
|
25
|
+
width: "1em",
|
|
26
|
+
height: "1em"
|
|
27
|
+
}, _ctx.$attrs), [
|
|
28
|
+
vue.createElementVNode("rect", {
|
|
29
|
+
x: "2.299",
|
|
30
|
+
y: "3.528",
|
|
31
|
+
width: "18.174",
|
|
32
|
+
height: "18.174",
|
|
33
|
+
rx: "6",
|
|
34
|
+
fill: $props.useCurrentColor ? "currentColor" : "#BEDAFF"
|
|
35
|
+
}, null, 8, _hoisted_1),
|
|
36
|
+
vue.createElementVNode("path", {
|
|
37
|
+
d: "M18.1311 2.15502C18.543 1.74316 18.7489 1.53724 18.961 1.41025C19.5935 1.03162 20.383 1.03162 21.0155 1.41025C21.2277 1.53724 21.4336 1.74316 21.8454 2.15502C22.2573 2.56687 22.4632 2.7728 22.5902 2.98494C22.9688 3.61743 22.9688 4.40693 22.5902 5.03942C22.4632 5.25157 22.2573 5.45749 21.8454 5.86935L15.8786 11.8361C15.3132 12.4016 15.0305 12.6843 14.7056 12.9021C14.4173 13.0953 14.1051 13.2502 13.7768 13.3628C13.4069 13.4898 13.0107 13.5438 12.2184 13.6519L11.0963 13.805C10.7418 13.8534 10.5646 13.8775 10.435 13.8201C10.3214 13.7698 10.2306 13.679 10.1803 13.5655C10.1229 13.4359 10.1471 13.2586 10.1955 12.9042L10.3486 11.7821C10.4567 10.9898 10.5107 10.5936 10.6376 10.2237C10.7503 9.89539 10.9052 9.58319 11.0984 9.2949C11.3161 8.97001 11.5989 8.68728 12.1643 8.12182L18.1311 2.15502Z",
|
|
38
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
39
|
+
}, null, 8, _hoisted_2)
|
|
40
|
+
], 16);
|
|
41
|
+
}
|
|
42
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
43
|
+
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: "IconColorLr",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
21
|
+
viewBox: "0 0 24 24",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-lr`],
|
|
25
|
+
width: "1em",
|
|
26
|
+
height: "1em"
|
|
27
|
+
}, _ctx.$attrs), [
|
|
28
|
+
vue.createElementVNode("path", {
|
|
29
|
+
d: "M12.0234 8C10.9189 8 10.0234 7.10457 10.0234 6 10.0234 4.89543 10.9189 4 12.0234 4L20.0234 4C21.128 4 22.0234 4.89543 22.0234 6 22.0234 7.10457 21.128 8 20.0234 8L12.0234 8zM12 14C10.8954 14 10 13.1046 10 12 10 10.8954 10.8954 10 12 10L22 10C23.1046 10 24 10.8954 24 12 24 13.1046 23.1046 14 22 14L12 14zM12.0234 20C10.9189 20 10.0234 19.1046 10.0234 18 10.0234 16.8954 10.9189 16 12.0234 16L20.0234 16C21.128 16 22.0234 16.8954 22.0234 18 22.0234 19.1046 21.128 20 20.0234 20L12.0234 20z",
|
|
30
|
+
fill: $props.useCurrentColor ? "currentColor" : "#BEDAFF"
|
|
31
|
+
}, null, 8, _hoisted_1),
|
|
32
|
+
vue.createElementVNode("path", {
|
|
33
|
+
d: "M2.24609 5.58151C2.24609 4.13097 3.42199 2.95508 4.87252 2.95508C6.32306 2.95508 7.49895 4.13097 7.49895 5.58151L7.49895 18.418C7.49895 19.8685 6.32306 21.0444 4.87252 21.0444C3.42199 21.0444 2.24609 19.8685 2.24609 18.418L2.24609 5.58151Z",
|
|
34
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
35
|
+
}, null, 8, _hoisted_2)
|
|
36
|
+
], 16);
|
|
37
|
+
}
|
|
38
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
39
|
+
module.exports = index;
|
|
@@ -0,0 +1,43 @@
|
|
|
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: "IconColorSearchTable",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
21
|
+
viewBox: "0 0 24 24",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-search-table`],
|
|
25
|
+
width: "1em",
|
|
26
|
+
height: "1em"
|
|
27
|
+
}, _ctx.$attrs), [
|
|
28
|
+
vue.createElementVNode("path", {
|
|
29
|
+
d: "M14.6267 18.2361C13.601 17.2104 13.601 15.5474 14.6267 14.5217C15.6524 13.4961 17.3153 13.4961 18.341 14.5217L21.8207 18.0014C22.8464 19.0271 22.8464 20.6901 21.8207 21.7157C20.795 22.7414 19.1321 22.7414 18.1064 21.7157L14.6267 18.2361Z",
|
|
30
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
31
|
+
}, null, 8, _hoisted_1),
|
|
32
|
+
vue.createElementVNode("rect", {
|
|
33
|
+
x: "1.5",
|
|
34
|
+
y: "1.5",
|
|
35
|
+
width: "18.416",
|
|
36
|
+
height: "18.416",
|
|
37
|
+
rx: "9.208",
|
|
38
|
+
fill: $props.useCurrentColor ? "currentColor" : "#BEDAFF"
|
|
39
|
+
}, null, 8, _hoisted_2)
|
|
40
|
+
], 16);
|
|
41
|
+
}
|
|
42
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
43
|
+
module.exports = index;
|
|
@@ -0,0 +1,44 @@
|
|
|
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: "IconColorSign",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
18
|
+
d: "M15.5005 4.72294C16.0462 3.77786 17.2547 3.45405 18.1998 3.99969C19.1448 4.54534 19.4686 5.75381 18.923 6.6989L16.9577 10.1028C16.5279 10.8472 16.313 11.2195 16.0193 11.5071C15.7591 11.7618 15.4547 11.9671 15.1209 12.1128C14.7442 12.2773 14.3185 12.337 13.4673 12.4563L13.3041 12.4792L13.2423 12.3265C12.9201 11.5296 12.7589 11.1311 12.713 10.7226C12.6723 10.3607 12.6979 9.99444 12.7884 9.64171C12.8906 9.24351 13.1055 8.87129 13.5353 8.12686L15.5005 4.72294Z",
|
|
19
|
+
stroke: "#165DFF",
|
|
20
|
+
"stroke-width": "1.66",
|
|
21
|
+
"stroke-linejoin": "round"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
24
|
+
d: "M9.55054 12.9902H6.08911C4.98454 12.9902 4.08911 13.8857 4.08911 14.9902C4.08911 16.0948 4.98454 16.9902 6.08911 16.9902H16.7108C17.8154 16.9902 18.7108 17.8857 18.7108 18.9902C18.7108 20.0948 17.8154 20.9902 16.7108 20.9902H6.08911",
|
|
25
|
+
stroke: "#00BBD8",
|
|
26
|
+
"stroke-width": "1.66",
|
|
27
|
+
"stroke-linecap": "round"
|
|
28
|
+
}, null, -1);
|
|
29
|
+
const _hoisted_3 = [
|
|
30
|
+
_hoisted_1,
|
|
31
|
+
_hoisted_2
|
|
32
|
+
];
|
|
33
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
35
|
+
viewBox: "0 0 24 24",
|
|
36
|
+
fill: "none",
|
|
37
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
38
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-sign`],
|
|
39
|
+
width: "1em",
|
|
40
|
+
height: "1em"
|
|
41
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
42
|
+
}
|
|
43
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
44
|
+
module.exports = index;
|
|
@@ -0,0 +1,45 @@
|
|
|
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: "IconColorStep",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
18
|
+
x: "1.919",
|
|
19
|
+
y: "3.498",
|
|
20
|
+
width: "20.162",
|
|
21
|
+
height: "17.004",
|
|
22
|
+
rx: "4",
|
|
23
|
+
stroke: "#165DFF",
|
|
24
|
+
"stroke-width": "1.66",
|
|
25
|
+
"stroke-linejoin": "round"
|
|
26
|
+
}, null, -1);
|
|
27
|
+
const _hoisted_2 = ["fill"];
|
|
28
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
30
|
+
viewBox: "0 0 24 24",
|
|
31
|
+
fill: "none",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-step`],
|
|
34
|
+
width: "1em",
|
|
35
|
+
height: "1em"
|
|
36
|
+
}, _ctx.$attrs), [
|
|
37
|
+
_hoisted_1,
|
|
38
|
+
vue.createElementVNode("path", {
|
|
39
|
+
d: "M15.5168 8.84961C15.9752 8.84961 16.3469 9.22129 16.3469 9.67969V11.166H17.84C18.2984 11.1661 18.6701 11.5377 18.6701 11.9961C18.6699 12.4543 18.2982 12.8261 17.84 12.8262H16.3469V14.3184C16.3468 14.7767 15.9752 15.1484 15.5168 15.1484C15.0585 15.1483 14.6867 14.7766 14.6867 14.3184V12.8262H13.2014C12.7431 12.8262 12.3715 12.4543 12.3713 11.9961C12.3713 11.5377 12.743 11.166 13.2014 11.166H14.6867V9.67969C14.6867 9.22137 15.0585 8.84974 15.5168 8.84961ZM9.21503 11.1689C9.6732 11.1692 10.0451 11.5408 10.0451 11.999C10.045 12.4572 9.67316 12.8288 9.21503 12.8291H6.16034C5.70233 12.8287 5.33033 12.4571 5.33026 11.999C5.33026 11.5409 5.70229 11.1694 6.16034 11.1689H9.21503Z",
|
|
40
|
+
fill: $props.useCurrentColor ? "currentColor" : "#00BBD8"
|
|
41
|
+
}, null, 8, _hoisted_2)
|
|
42
|
+
], 16);
|
|
43
|
+
}
|
|
44
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
45
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
|
@@ -373,6 +373,12 @@ var index$5N = require("./IconColorNeo4j/index.js");
|
|
|
373
373
|
var index$5O = require("./IconColorTugraph/index.js");
|
|
374
374
|
var index$5P = require("./IconLineGraphData/index.js");
|
|
375
375
|
var index$5Q = require("./IconLineTuDatabase/index.js");
|
|
376
|
+
var index$5R = require("./IconColorStep/index.js");
|
|
377
|
+
var index$5S = require("./IconColorSign/index.js");
|
|
378
|
+
var index$5T = require("./IconColorDivide/index.js");
|
|
379
|
+
var index$5U = require("./IconColorLr/index.js");
|
|
380
|
+
var index$5V = require("./IconColorSearchTable/index.js");
|
|
381
|
+
var index$5W = require("./IconColorEditForm/index.js");
|
|
376
382
|
exports.IconFillHeart = index;
|
|
377
383
|
exports.IconFillMute = index$1;
|
|
378
384
|
exports.IconFillSound = index$2;
|
|
@@ -746,3 +752,9 @@ exports.IconColorNeo4j = index$5N;
|
|
|
746
752
|
exports.IconColorTugraph = index$5O;
|
|
747
753
|
exports.IconLineGraphData = index$5P;
|
|
748
754
|
exports.IconLineTuDatabase = index$5Q;
|
|
755
|
+
exports.IconColorStep = index$5R;
|
|
756
|
+
exports.IconColorSign = index$5S;
|
|
757
|
+
exports.IconColorDivide = index$5T;
|
|
758
|
+
exports.IconColorLr = index$5U;
|
|
759
|
+
exports.IconColorSearchTable = index$5V;
|
|
760
|
+
exports.IconColorEditForm = index$5W;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-divide`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.04309 12H6.41439" stroke="#165DFF" stroke-width="1.66" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.3146 12H13.6859" stroke="#00BBD8" stroke-width="1.66" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.586 12H20.9573" stroke="#165DFF" stroke-width="1.66" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorDivide',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: false,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-edit-form`]" width="1em" height="1em" v-bind="$attrs"><rect x="2.299" y="3.528" width="18.174" height="18.174" rx="6" :fill="useCurrentColor ? 'currentColor' : '#BEDAFF'"/><path d="M18.1311 2.15502C18.543 1.74316 18.7489 1.53724 18.961 1.41025C19.5935 1.03162 20.383 1.03162 21.0155 1.41025C21.2277 1.53724 21.4336 1.74316 21.8454 2.15502C22.2573 2.56687 22.4632 2.7728 22.5902 2.98494C22.9688 3.61743 22.9688 4.40693 22.5902 5.03942C22.4632 5.25157 22.2573 5.45749 21.8454 5.86935L15.8786 11.8361C15.3132 12.4016 15.0305 12.6843 14.7056 12.9021C14.4173 13.0953 14.1051 13.2502 13.7768 13.3628C13.4069 13.4898 13.0107 13.5438 12.2184 13.6519L11.0963 13.805C10.7418 13.8534 10.5646 13.8775 10.435 13.8201C10.3214 13.7698 10.2306 13.679 10.1803 13.5655C10.1229 13.4359 10.1471 13.2586 10.1955 12.9042L10.3486 11.7821C10.4567 10.9898 10.5107 10.5936 10.6376 10.2237C10.7503 9.89539 10.9052 9.58319 11.0984 9.2949C11.3161 8.97001 11.5989 8.68728 12.1643 8.12182L18.1311 2.15502Z" :fill="useCurrentColor ? 'currentColor' : '#165DFF'"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorEditForm',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: false,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-lr`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.0234 8C10.9189 8 10.0234 7.10457 10.0234 6 10.0234 4.89543 10.9189 4 12.0234 4L20.0234 4C21.128 4 22.0234 4.89543 22.0234 6 22.0234 7.10457 21.128 8 20.0234 8L12.0234 8zM12 14C10.8954 14 10 13.1046 10 12 10 10.8954 10.8954 10 12 10L22 10C23.1046 10 24 10.8954 24 12 24 13.1046 23.1046 14 22 14L12 14zM12.0234 20C10.9189 20 10.0234 19.1046 10.0234 18 10.0234 16.8954 10.9189 16 12.0234 16L20.0234 16C21.128 16 22.0234 16.8954 22.0234 18 22.0234 19.1046 21.128 20 20.0234 20L12.0234 20z" :fill="useCurrentColor ? 'currentColor' : '#BEDAFF'"/><path d="M2.24609 5.58151C2.24609 4.13097 3.42199 2.95508 4.87252 2.95508C6.32306 2.95508 7.49895 4.13097 7.49895 5.58151L7.49895 18.418C7.49895 19.8685 6.32306 21.0444 4.87252 21.0444C3.42199 21.0444 2.24609 19.8685 2.24609 18.418L2.24609 5.58151Z" :fill="useCurrentColor ? 'currentColor' : '#165DFF'"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorLr',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: false,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|