@arco-iconbox/vue-smartcode 0.1.32 → 0.1.33
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 +1964 -1904
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +9 -1
- package/dist/icon.min.js.map +1 -1
- package/esm/IconLineAgent/index.js +32 -0
- package/esm/IconLineSkill/index.js +32 -0
- package/esm/index.js +2 -0
- package/lib/IconLineAgent/index.js +33 -0
- package/lib/IconLineSkill/index.js +33 -0
- package/lib/index.js +4 -0
- package/package.json +1 -1
- package/src/IconLineAgent/index.vue +19 -0
- package/src/IconLineSkill/index.vue +19 -0
- package/src/index.js +3 -1
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconLineAgent",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M11.7477 1.44531C13.5715 1.44551 15.0682 2.84252 15.2281 4.62476C16.4241 5.71824 17.1759 7.30668 17.176 9.07092C17.176 10.4375 16.7244 11.6995 15.9653 12.7074C15.9606 14.8335 14.2362 16.5557 12.1091 16.5559C10.8328 16.5559 9.70103 15.9357 8.9989 14.9805C8.29675 15.9352 7.1668 16.5558 5.89087 16.5559C3.76355 16.5559 2.03831 14.8336 2.03357 12.7074C1.2746 11.6996 0.823975 10.4374 0.823975 9.07092C0.824105 7.30682 1.57493 5.71823 2.77075 4.62476C2.93068 2.84238 4.42833 1.44531 6.25232 1.44531C7.36778 1.44539 8.35885 1.96982 8.9989 2.78345C9.63897 1.96932 10.6318 1.44533 11.7477 1.44531ZM6.25232 2.94165C5.14802 2.94165 4.25281 3.83687 4.25281 4.94116V5.073C4.25281 5.86488 4.89466 6.50661 5.68652 6.50671C6.09955 6.50682 6.43459 6.84186 6.43469 7.25488C6.43469 7.668 6.09961 8.00295 5.68652 8.00305C4.58029 8.00298 3.61768 7.38962 3.11902 6.48474C2.6161 7.21356 2.32041 8.10565 2.32031 9.07092C2.32031 9.63283 2.4207 10.1696 2.60376 10.6639C2.84871 10.2986 3.16627 9.97964 3.54419 9.7301L3.57935 9.70703C3.92409 9.47967 4.38775 9.57447 4.61536 9.91907C4.84293 10.2639 4.74807 10.7285 4.40332 10.9562L4.36926 10.9781C3.8456 11.3238 3.53004 11.9097 3.52991 12.5371V12.6986C3.52991 14.0025 4.58697 15.0596 5.89087 15.0596C7.19468 15.0595 8.25183 14.0024 8.25183 12.6986V10.4651C7.88698 10.7384 7.4696 10.9503 7.01038 11.077C6.61222 11.1867 6.20072 10.9522 6.09082 10.5541C5.98119 10.1559 6.21455 9.74442 6.61267 9.63452C7.58075 9.36729 8.2516 8.48655 8.25183 7.4823V4.94116C8.25183 3.83695 7.3565 2.94178 6.25232 2.94165ZM11.7477 2.94165C10.6434 2.94168 9.74817 3.83688 9.74817 4.94116V7.4823C9.7484 8.48661 10.4192 9.36735 11.3873 9.63452C11.7852 9.74455 12.0187 10.1561 11.9092 10.5541C11.7993 10.9521 11.3877 11.1864 10.9896 11.077C10.5305 10.9503 10.113 10.7383 9.74817 10.4651V12.6986C9.74817 14.0025 10.8053 15.0595 12.1091 15.0596C13.4128 15.0593 14.4701 14.0023 14.4701 12.6986V12.5371C14.47 11.9098 14.1542 11.3239 13.6307 10.9781L13.5967 10.9562C13.2519 10.7285 13.157 10.2639 13.3846 9.91907C13.6123 9.57462 14.076 9.47966 14.4207 9.70703L14.4558 9.7301C14.8333 9.97944 15.1492 10.2991 15.394 10.6639C15.5772 10.1695 15.6797 9.63303 15.6797 9.07092C15.6796 8.10564 15.3817 7.21466 14.8788 6.48584C14.3799 7.38977 13.4189 8.00284 12.3135 8.00305C11.9003 8.00305 11.5653 7.66806 11.5653 7.25488C11.5654 6.84179 11.9004 6.50671 12.3135 6.50671C13.1052 6.50641 13.7472 5.86476 13.7472 5.073V4.94116C13.7472 3.83699 12.8518 2.94185 11.7477 2.94165Z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = [
|
|
19
|
+
_hoisted_2
|
|
20
|
+
];
|
|
21
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
23
|
+
viewBox: "0 0 18 18",
|
|
24
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-agent`],
|
|
27
|
+
width: "1em",
|
|
28
|
+
height: "1em"
|
|
29
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
30
|
+
}
|
|
31
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
32
|
+
export { index as default };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconLineSkill",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M9.33557 0.79991C9.53306 0.549974 9.86742 0.452575 10.1683 0.557112C10.469 0.661753 10.6704 0.945117 10.6704 1.26353V6.37108H15.6824C15.9691 6.37108 16.2308 6.53491 16.3558 6.79295C16.4808 7.05108 16.4469 7.35792 16.269 7.58287L8.6643 17.1959C8.46671 17.4457 8.13234 17.5433 7.83154 17.4387C7.53089 17.334 7.32946 17.0507 7.32946 16.7323V11.6357H2.3175C2.03073 11.6357 1.76904 11.4719 1.64404 11.2139C1.51915 10.9558 1.55308 10.6489 1.73083 10.4239L9.33557 0.79991ZM3.86218 10.1394H8.07763C8.49063 10.1395 8.82561 10.4746 8.8258 10.8876V14.5801L14.1366 7.86742H9.92224C9.50921 7.86727 9.17411 7.5323 9.17407 7.11925V3.41685L3.86218 10.1394Z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = [
|
|
19
|
+
_hoisted_2
|
|
20
|
+
];
|
|
21
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
23
|
+
viewBox: "0 0 18 18",
|
|
24
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-skill`],
|
|
27
|
+
width: "1em",
|
|
28
|
+
height: "1em"
|
|
29
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
30
|
+
}
|
|
31
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
32
|
+
export { index as default };
|
package/esm/index.js
CHANGED
|
@@ -241,3 +241,5 @@ export { default as IconLineInternationalization } from "./IconLineInternational
|
|
|
241
241
|
export { default as IconIconLineSet2 } from "./IconIconLineSet2/index.js";
|
|
242
242
|
export { default as IconLineLlm } from "./IconLineLlm/index.js";
|
|
243
243
|
export { default as IconColorLogicFlow } from "./IconColorLogicFlow/index.js";
|
|
244
|
+
export { default as IconLineSkill } from "./IconLineSkill/index.js";
|
|
245
|
+
export { default as IconLineAgent } from "./IconLineAgent/index.js";
|
|
@@ -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: "IconLineAgent",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
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", { d: "M11.7477 1.44531C13.5715 1.44551 15.0682 2.84252 15.2281 4.62476C16.4241 5.71824 17.1759 7.30668 17.176 9.07092C17.176 10.4375 16.7244 11.6995 15.9653 12.7074C15.9606 14.8335 14.2362 16.5557 12.1091 16.5559C10.8328 16.5559 9.70103 15.9357 8.9989 14.9805C8.29675 15.9352 7.1668 16.5558 5.89087 16.5559C3.76355 16.5559 2.03831 14.8336 2.03357 12.7074C1.2746 11.6996 0.823975 10.4374 0.823975 9.07092C0.824105 7.30682 1.57493 5.71823 2.77075 4.62476C2.93068 2.84238 4.42833 1.44531 6.25232 1.44531C7.36778 1.44539 8.35885 1.96982 8.9989 2.78345C9.63897 1.96932 10.6318 1.44533 11.7477 1.44531ZM6.25232 2.94165C5.14802 2.94165 4.25281 3.83687 4.25281 4.94116V5.073C4.25281 5.86488 4.89466 6.50661 5.68652 6.50671C6.09955 6.50682 6.43459 6.84186 6.43469 7.25488C6.43469 7.668 6.09961 8.00295 5.68652 8.00305C4.58029 8.00298 3.61768 7.38962 3.11902 6.48474C2.6161 7.21356 2.32041 8.10565 2.32031 9.07092C2.32031 9.63283 2.4207 10.1696 2.60376 10.6639C2.84871 10.2986 3.16627 9.97964 3.54419 9.7301L3.57935 9.70703C3.92409 9.47967 4.38775 9.57447 4.61536 9.91907C4.84293 10.2639 4.74807 10.7285 4.40332 10.9562L4.36926 10.9781C3.8456 11.3238 3.53004 11.9097 3.52991 12.5371V12.6986C3.52991 14.0025 4.58697 15.0596 5.89087 15.0596C7.19468 15.0595 8.25183 14.0024 8.25183 12.6986V10.4651C7.88698 10.7384 7.4696 10.9503 7.01038 11.077C6.61222 11.1867 6.20072 10.9522 6.09082 10.5541C5.98119 10.1559 6.21455 9.74442 6.61267 9.63452C7.58075 9.36729 8.2516 8.48655 8.25183 7.4823V4.94116C8.25183 3.83695 7.3565 2.94178 6.25232 2.94165ZM11.7477 2.94165C10.6434 2.94168 9.74817 3.83688 9.74817 4.94116V7.4823C9.7484 8.48661 10.4192 9.36735 11.3873 9.63452C11.7852 9.74455 12.0187 10.1561 11.9092 10.5541C11.7993 10.9521 11.3877 11.1864 10.9896 11.077C10.5305 10.9503 10.113 10.7383 9.74817 10.4651V12.6986C9.74817 14.0025 10.8053 15.0595 12.1091 15.0596C13.4128 15.0593 14.4701 14.0023 14.4701 12.6986V12.5371C14.47 11.9098 14.1542 11.3239 13.6307 10.9781L13.5967 10.9562C13.2519 10.7285 13.157 10.2639 13.3846 9.91907C13.6123 9.57462 14.076 9.47966 14.4207 9.70703L14.4558 9.7301C14.8333 9.97944 15.1492 10.2991 15.394 10.6639C15.5772 10.1695 15.6797 9.63303 15.6797 9.07092C15.6796 8.10564 15.3817 7.21466 14.8788 6.48584C14.3799 7.38977 13.4189 8.00284 12.3135 8.00305C11.9003 8.00305 11.5653 7.66806 11.5653 7.25488C11.5654 6.84179 11.9004 6.50671 12.3135 6.50671C13.1052 6.50641 13.7472 5.86476 13.7472 5.073V4.94116C13.7472 3.83699 12.8518 2.94185 11.7477 2.94165Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
24
|
+
viewBox: "0 0 18 18",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-agent`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
|
@@ -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: "IconLineSkill",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
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", { d: "M9.33557 0.79991C9.53306 0.549974 9.86742 0.452575 10.1683 0.557112C10.469 0.661753 10.6704 0.945117 10.6704 1.26353V6.37108H15.6824C15.9691 6.37108 16.2308 6.53491 16.3558 6.79295C16.4808 7.05108 16.4469 7.35792 16.269 7.58287L8.6643 17.1959C8.46671 17.4457 8.13234 17.5433 7.83154 17.4387C7.53089 17.334 7.32946 17.0507 7.32946 16.7323V11.6357H2.3175C2.03073 11.6357 1.76904 11.4719 1.64404 11.2139C1.51915 10.9558 1.55308 10.6489 1.73083 10.4239L9.33557 0.79991ZM3.86218 10.1394H8.07763C8.49063 10.1395 8.82561 10.4746 8.8258 10.8876V14.5801L14.1366 7.86742H9.92224C9.50921 7.86727 9.17411 7.5323 9.17407 7.11925V3.41685L3.86218 10.1394Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
24
|
+
viewBox: "0 0 18 18",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-skill`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
|
@@ -243,6 +243,8 @@ var index$3L = require("./IconLineInternationalization/index.js");
|
|
|
243
243
|
var index$3M = require("./IconIconLineSet2/index.js");
|
|
244
244
|
var index$3N = require("./IconLineLlm/index.js");
|
|
245
245
|
var index$3O = require("./IconColorLogicFlow/index.js");
|
|
246
|
+
var index$3P = require("./IconLineSkill/index.js");
|
|
247
|
+
var index$3Q = require("./IconLineAgent/index.js");
|
|
246
248
|
exports.IconFillHeart = index;
|
|
247
249
|
exports.IconFillMute = index$1;
|
|
248
250
|
exports.IconFillSound = index$2;
|
|
@@ -486,3 +488,5 @@ exports.IconLineInternationalization = index$3L;
|
|
|
486
488
|
exports.IconIconLineSet2 = index$3M;
|
|
487
489
|
exports.IconLineLlm = index$3N;
|
|
488
490
|
exports.IconColorLogicFlow = index$3O;
|
|
491
|
+
exports.IconLineSkill = index$3P;
|
|
492
|
+
exports.IconLineAgent = index$3Q;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 18 18" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-agent`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.7477 1.44531C13.5715 1.44551 15.0682 2.84252 15.2281 4.62476C16.4241 5.71824 17.1759 7.30668 17.176 9.07092C17.176 10.4375 16.7244 11.6995 15.9653 12.7074C15.9606 14.8335 14.2362 16.5557 12.1091 16.5559C10.8328 16.5559 9.70103 15.9357 8.9989 14.9805C8.29675 15.9352 7.1668 16.5558 5.89087 16.5559C3.76355 16.5559 2.03831 14.8336 2.03357 12.7074C1.2746 11.6996 0.823975 10.4374 0.823975 9.07092C0.824105 7.30682 1.57493 5.71823 2.77075 4.62476C2.93068 2.84238 4.42833 1.44531 6.25232 1.44531C7.36778 1.44539 8.35885 1.96982 8.9989 2.78345C9.63897 1.96932 10.6318 1.44533 11.7477 1.44531ZM6.25232 2.94165C5.14802 2.94165 4.25281 3.83687 4.25281 4.94116V5.073C4.25281 5.86488 4.89466 6.50661 5.68652 6.50671C6.09955 6.50682 6.43459 6.84186 6.43469 7.25488C6.43469 7.668 6.09961 8.00295 5.68652 8.00305C4.58029 8.00298 3.61768 7.38962 3.11902 6.48474C2.6161 7.21356 2.32041 8.10565 2.32031 9.07092C2.32031 9.63283 2.4207 10.1696 2.60376 10.6639C2.84871 10.2986 3.16627 9.97964 3.54419 9.7301L3.57935 9.70703C3.92409 9.47967 4.38775 9.57447 4.61536 9.91907C4.84293 10.2639 4.74807 10.7285 4.40332 10.9562L4.36926 10.9781C3.8456 11.3238 3.53004 11.9097 3.52991 12.5371V12.6986C3.52991 14.0025 4.58697 15.0596 5.89087 15.0596C7.19468 15.0595 8.25183 14.0024 8.25183 12.6986V10.4651C7.88698 10.7384 7.4696 10.9503 7.01038 11.077C6.61222 11.1867 6.20072 10.9522 6.09082 10.5541C5.98119 10.1559 6.21455 9.74442 6.61267 9.63452C7.58075 9.36729 8.2516 8.48655 8.25183 7.4823V4.94116C8.25183 3.83695 7.3565 2.94178 6.25232 2.94165ZM11.7477 2.94165C10.6434 2.94168 9.74817 3.83688 9.74817 4.94116V7.4823C9.7484 8.48661 10.4192 9.36735 11.3873 9.63452C11.7852 9.74455 12.0187 10.1561 11.9092 10.5541C11.7993 10.9521 11.3877 11.1864 10.9896 11.077C10.5305 10.9503 10.113 10.7383 9.74817 10.4651V12.6986C9.74817 14.0025 10.8053 15.0595 12.1091 15.0596C13.4128 15.0593 14.4701 14.0023 14.4701 12.6986V12.5371C14.47 11.9098 14.1542 11.3239 13.6307 10.9781L13.5967 10.9562C13.2519 10.7285 13.157 10.2639 13.3846 9.91907C13.6123 9.57462 14.076 9.47966 14.4207 9.70703L14.4558 9.7301C14.8333 9.97944 15.1492 10.2991 15.394 10.6639C15.5772 10.1695 15.6797 9.63303 15.6797 9.07092C15.6796 8.10564 15.3817 7.21466 14.8788 6.48584C14.3799 7.38977 13.4189 8.00284 12.3135 8.00305C11.9003 8.00305 11.5653 7.66806 11.5653 7.25488C11.5654 6.84179 11.9004 6.50671 12.3135 6.50671C13.1052 6.50641 13.7472 5.86476 13.7472 5.073V4.94116C13.7472 3.83699 12.8518 2.94185 11.7477 2.94165Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineAgent',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
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 18 18" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-skill`]" width="1em" height="1em" v-bind="$attrs"><path d="M9.33557 0.79991C9.53306 0.549974 9.86742 0.452575 10.1683 0.557112C10.469 0.661753 10.6704 0.945117 10.6704 1.26353V6.37108H15.6824C15.9691 6.37108 16.2308 6.53491 16.3558 6.79295C16.4808 7.05108 16.4469 7.35792 16.269 7.58287L8.6643 17.1959C8.46671 17.4457 8.13234 17.5433 7.83154 17.4387C7.53089 17.334 7.32946 17.0507 7.32946 16.7323V11.6357H2.3175C2.03073 11.6357 1.76904 11.4719 1.64404 11.2139C1.51915 10.9558 1.55308 10.6489 1.73083 10.4239L9.33557 0.79991ZM3.86218 10.1394H8.07763C8.49063 10.1395 8.82561 10.4746 8.8258 10.8876V14.5801L14.1366 7.86742H9.92224C9.50921 7.86727 9.17411 7.5323 9.17407 7.11925V3.41685L3.86218 10.1394Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineSkill',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
package/src/index.js
CHANGED
|
@@ -240,4 +240,6 @@ export { default as IconLinePrint } from './IconLinePrint/index.vue';
|
|
|
240
240
|
export { default as IconLineInternationalization } from './IconLineInternationalization/index.vue';
|
|
241
241
|
export { default as IconIconLineSet2 } from './IconIconLineSet2/index.vue';
|
|
242
242
|
export { default as IconLineLlm } from './IconLineLlm/index.vue';
|
|
243
|
-
export { default as IconColorLogicFlow } from './IconColorLogicFlow/index.vue';
|
|
243
|
+
export { default as IconColorLogicFlow } from './IconColorLogicFlow/index.vue';
|
|
244
|
+
export { default as IconLineSkill } from './IconLineSkill/index.vue';
|
|
245
|
+
export { default as IconLineAgent } from './IconLineAgent/index.vue';
|