@arco-iconbox/vue-smartcode 0.1.43 → 0.1.45
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 +2264 -2174
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +72 -60
- package/dist/icon.min.js.map +1 -1
- package/esm/IconLineDotDrag/index.js +32 -0
- package/esm/IconLineEr/index.js +32 -0
- package/esm/IconLineWorkFlow/index.js +32 -0
- package/esm/index.js +3 -0
- package/lib/IconLineDotDrag/index.js +33 -0
- package/lib/IconLineEr/index.js +33 -0
- package/lib/IconLineWorkFlow/index.js +33 -0
- package/lib/index.js +6 -0
- package/package.json +1 -1
- package/src/IconLineDotDrag/index.vue +19 -0
- package/src/IconLineEr/index.vue +19 -0
- package/src/IconLineWorkFlow/index.vue +19 -0
- package/src/index.js +4 -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: "IconLineDotDrag",
|
|
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: "M5.25 12.25C5.94036 12.25 6.5 12.8096 6.5 13.5C6.5 14.1904 5.94036 14.75 5.25 14.75C4.55964 14.75 4 14.1904 4 13.5C4 12.8096 4.55964 12.25 5.25 12.25ZM10.75 12.25C11.4404 12.25 12 12.8096 12 13.5C12 14.1904 11.4404 14.75 10.75 14.75C10.0596 14.75 9.5 14.1904 9.5 13.5C9.5 12.8096 10.0596 12.25 10.75 12.25ZM5.25 6.75C5.94036 6.75 6.5 7.30964 6.5 8C6.5 8.69036 5.94036 9.25 5.25 9.25C4.55964 9.25 4 8.69036 4 8C4 7.30964 4.55964 6.75 5.25 6.75ZM10.75 6.75C11.4404 6.75 12 7.30964 12 8C12 8.69036 11.4404 9.25 10.75 9.25C10.0596 9.25 9.5 8.69036 9.5 8C9.5 7.30964 10.0596 6.75 10.75 6.75ZM5.25 1.25C5.94036 1.25 6.5 1.80964 6.5 2.5C6.5 3.19036 5.94036 3.75 5.25 3.75C4.55964 3.75 4 3.19036 4 2.5C4 1.80964 4.55964 1.25 5.25 1.25ZM10.75 1.25C11.4404 1.25 12 1.80964 12 2.5C12 3.19036 11.4404 3.75 10.75 3.75C10.0596 3.75 9.5 3.19036 9.5 2.5C9.5 1.80964 10.0596 1.25 10.75 1.25Z" }, 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 16 16",
|
|
24
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-dot-drag`],
|
|
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: "IconLineEr",
|
|
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: "M7.92757 0.500002C8.48375 0.499278 9.02149 0.703959 9.44191 1.07641C9.86233 1.44886 10.1372 1.96404 10.2159 2.52721C10.2946 3.09039 10.1719 3.6637 9.87032 4.14172C9.56877 4.61974 9.10864 4.97034 8.57454 5.12905L8.57346 10.3493H9.05761L11.3608 6.26949C11.0877 5.93496 10.9234 5.52167 10.8907 5.08713L10.8853 4.9228C10.8856 4.48538 11.0191 4.05893 11.2674 3.70275C11.5156 3.34657 11.8661 3.07836 12.2703 2.93541C12.6744 2.79246 13.1121 2.78188 13.5224 2.90515C13.9327 3.02841 14.2953 3.27939 14.5597 3.62318C14.824 3.96697 14.9771 4.38649 14.9976 4.8234C15.0181 5.26031 14.905 5.6929 14.674 6.06101C14.443 6.42912 14.1056 6.71445 13.7088 6.87734C13.3119 7.04022 12.8753 7.07256 12.4596 6.96985L10.551 10.3493H11.0934C11.3036 10.3492 11.5065 10.4276 11.6642 10.5698C11.8218 10.7119 11.9233 10.908 11.9496 11.1213L11.956 11.2316V14.6176C11.956 14.8517 11.8651 15.0761 11.7034 15.2416C11.5416 15.407 11.3222 15.5 11.0934 15.5H4.76067C4.53189 15.5 4.31248 15.407 4.1507 15.2416C3.98893 15.0761 3.89805 14.8517 3.89805 14.6176V11.2316C3.89805 10.9976 3.98893 10.7732 4.1507 10.6077C4.31248 10.4422 4.53189 10.3493 4.76067 10.3493L5.38823 10.3482L3.48615 6.97978C3.39988 6.99963 3.30931 7.01287 3.21765 7.01949L3.05699 7.0261C2.58674 7.02602 2.13072 6.86116 1.76486 6.55898C1.39899 6.25679 1.14538 5.83553 1.04624 5.36534C0.947105 4.89514 1.00843 4.4044 1.22002 3.97484C1.4316 3.54528 1.78066 3.20282 2.20907 3.00449C2.63748 2.80616 3.11939 2.76394 3.57454 2.88486C4.02968 3.00577 4.4306 3.28253 4.71051 3.66903C4.99043 4.05553 5.13246 4.52845 5.11294 5.00904C5.09342 5.48963 4.91354 5.94887 4.60324 6.3103L6.88272 10.3493H7.27953V5.12905C6.82733 4.99354 6.42645 4.71987 6.13061 4.34472C5.83478 3.96958 5.65814 3.51089 5.62437 3.03015L5.6179 2.8614C5.6179 1.55883 6.65197 0.500002 7.92757 0.500002ZM10.6621 11.6717H5.19306V14.1754H10.6621V11.6717ZM3.05699 4.14191C2.95439 4.13797 2.85207 4.15523 2.75615 4.19267C2.66023 4.2301 2.57267 4.28695 2.49872 4.3598C2.42478 4.43265 2.36595 4.52001 2.32577 4.61665C2.28559 4.71329 2.26488 4.81723 2.26488 4.92224C2.26488 5.02726 2.28559 5.1312 2.32577 5.22784C2.36595 5.32448 2.42478 5.41184 2.49872 5.48469C2.57267 5.55754 2.66023 5.61438 2.75615 5.65182C2.85207 5.68926 2.95439 5.70652 3.05699 5.70258C3.25436 5.69498 3.44117 5.60945 3.57817 5.46394C3.71518 5.31843 3.79173 5.12427 3.79173 4.92224C3.79173 4.72022 3.71518 4.52606 3.57817 4.38055C3.44117 4.23504 3.25436 4.1495 3.05699 4.14191ZM12.9416 4.14191C12.839 4.13797 12.7366 4.15523 12.6407 4.19267C12.5448 4.2301 12.4572 4.28695 12.3833 4.3598C12.3094 4.43265 12.2505 4.52001 12.2103 4.61665C12.1702 4.71329 12.1495 4.81723 12.1495 4.92224C12.1495 5.02726 12.1702 5.1312 12.2103 5.22784C12.2505 5.32448 12.3094 5.41184 12.3833 5.48469C12.4572 5.55754 12.5448 5.61438 12.6407 5.65182C12.7366 5.68926 12.839 5.70652 12.9416 5.70258C13.1389 5.69498 13.3257 5.60945 13.4627 5.46394C13.5998 5.31843 13.6763 5.12427 13.6763 4.92224C13.6763 4.72022 13.5998 4.52606 13.4627 4.38055C13.3257 4.23504 13.1389 4.1495 12.9416 4.14191ZM7.92757 1.82353C7.65847 1.82353 7.40039 1.93288 7.2101 2.12752C7.01981 2.32215 6.91291 2.58614 6.91291 2.8614C6.91291 3.13666 7.01981 3.40064 7.2101 3.59528C7.40039 3.78992 7.65847 3.89927 7.92757 3.89927C8.19668 3.89927 8.45476 3.78992 8.64505 3.59528C8.83533 3.40064 8.94223 3.13666 8.94223 2.8614C8.94223 2.58614 8.83533 2.32215 8.64505 2.12752C8.45476 1.93288 8.19668 1.82353 7.92757 1.82353Z" }, 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 16 16",
|
|
24
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-er`],
|
|
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: "IconLineWorkFlow",
|
|
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: "M12.6727 11.0752C12.8043 11.0752 12.9342 11.0737 13.0516 11.0889C13.801 11.1863 14.3908 11.7768 14.4881 12.5264C14.5032 12.6435 14.5017 12.7729 14.5017 12.9043C14.5017 13.0358 14.5033 13.1659 14.4881 13.2832C14.3905 14.0323 13.8007 14.6223 13.0516 14.7197C12.9343 14.7349 12.8042 14.7334 12.6727 14.7334H11.5076C11.3762 14.7334 11.2469 14.7348 11.1297 14.7197C10.3804 14.6223 9.78973 14.0324 9.69224 13.2832C9.67703 13.1659 9.67856 13.0358 9.67856 12.9043C9.67856 12.7729 9.67714 12.6434 9.69224 12.5264C9.78947 11.7769 10.3803 11.1863 11.1297 11.0889C11.2468 11.0737 11.3762 11.0752 11.5076 11.0752H12.6727ZM3.58002 6.71587C3.94714 6.71587 4.24482 7.01383 4.24505 7.3809C4.24505 7.71774 4.24769 7.80196 4.25774 7.85941C4.31881 8.2048 4.59007 8.47511 4.93547 8.53616C4.99289 8.54623 5.0763 8.54885 5.413 8.54886H8.01453C8.38161 8.54886 8.67926 8.84688 8.67955 9.21389C8.67955 9.58115 8.38179 9.87892 8.01453 9.87892H5.413C5.13197 9.87892 4.90476 9.88109 4.70403 9.84572C4.544 9.81746 4.39067 9.7709 4.24505 9.70998V10.5674C4.24505 10.998 4.24592 11.2814 4.2636 11.498C4.28068 11.7069 4.30986 11.7956 4.33587 11.8467C4.41589 12.0036 4.54415 12.1309 4.7011 12.2109C4.75212 12.2369 4.84015 12.2671 5.04875 12.2842C5.26545 12.3019 5.54958 12.3027 5.98038 12.3027H8.01453C8.38179 12.3027 8.67955 12.6005 8.67955 12.9678C8.67916 13.3347 8.38155 13.6318 8.01453 13.6318H5.98038C5.57148 13.6318 5.22375 13.6325 4.94035 13.6093C4.6495 13.5855 4.36705 13.5337 4.09759 13.3965C3.69038 13.1889 3.35885 12.8574 3.15132 12.4502C3.01388 12.1804 2.96126 11.8976 2.93745 11.6064C2.91431 11.3231 2.91499 10.9762 2.91499 10.5674V7.50785C2.91499 7.50402 2.9159 7.49995 2.91597 7.49613C2.91594 7.45888 2.91499 7.42021 2.91499 7.3809C2.91522 7.01396 3.21307 6.71607 3.58002 6.71587ZM11.3436 12.4062C11.3137 12.4069 11.3023 12.408 11.3006 12.4082C11.15 12.4279 11.0311 12.5466 11.0116 12.6972C11.0113 12.7001 11.0102 12.7122 11.0096 12.7402C11.0088 12.777 11.0086 12.8258 11.0086 12.9043C11.0086 12.9832 11.0088 13.0325 11.0096 13.0693C11.0103 13.1019 11.0115 13.1123 11.0116 13.1123C11.0315 13.2626 11.1502 13.3817 11.3006 13.4013C11.3025 13.4015 11.314 13.4026 11.3436 13.4033H12.8377C12.8648 13.4027 12.8766 13.4016 12.8797 13.4013C13.0302 13.3818 13.1488 13.2626 13.1687 13.1123C13.1688 13.1123 13.17 13.1019 13.1707 13.0693C13.1715 13.0325 13.1717 12.9832 13.1717 12.9043C13.1717 12.8258 13.1715 12.777 13.1707 12.7402C13.1701 12.7119 13.169 12.6999 13.1687 12.6972C13.1492 12.5464 13.0305 12.4278 12.8797 12.4082C12.8768 12.4079 12.8653 12.4069 12.8377 12.4062C12.8008 12.4054 12.7516 12.4053 12.6727 12.4053H11.5076C11.429 12.4053 11.3804 12.4054 11.3436 12.4062ZM12.6727 6.92485C12.8043 6.92485 12.9343 6.92335 13.0516 6.93852C13.801 7.03591 14.3908 7.62658 14.4881 8.37601C14.5032 8.49321 14.5017 8.62244 14.5017 8.75393C14.5017 8.88563 14.5033 9.01547 14.4881 9.13283C14.3907 9.88222 13.8009 10.4719 13.0516 10.5693C12.9343 10.5845 12.8043 10.583 12.6727 10.583H11.5076C11.3762 10.583 11.2469 10.5845 11.1297 10.5693C10.3803 10.4719 9.78955 9.88224 9.69224 9.13283C9.67703 9.01549 9.67856 8.8856 9.67856 8.75393C9.67856 8.62245 9.67707 8.4932 9.69224 8.37601C9.78951 7.62653 10.3803 7.03591 11.1297 6.93852C11.2468 6.92337 11.3762 6.92485 11.5076 6.92485H12.6727ZM11.3436 8.25589C11.3137 8.25657 11.3023 8.25766 11.3006 8.25784C11.15 8.27754 11.0311 8.39624 11.0116 8.5469C11.0114 8.54855 11.0103 8.5598 11.0096 8.58987C11.0088 8.6267 11.0086 8.6752 11.0086 8.75393C11.0086 8.83306 11.0088 8.88206 11.0096 8.91897C11.0103 8.94934 11.0114 8.96042 11.0116 8.96194C11.0313 9.11241 11.1501 9.2313 11.3006 9.251C11.3024 9.25119 11.314 9.25228 11.3436 9.25295H12.8377C12.865 9.25233 12.8767 9.2513 12.8797 9.251C13.0303 9.23145 13.149 9.11253 13.1687 8.96194C13.1689 8.96077 13.17 8.94996 13.1707 8.91897C13.1715 8.88206 13.1717 8.83307 13.1717 8.75393C13.1717 8.67519 13.1715 8.6267 13.1707 8.58987C13.17 8.55965 13.1689 8.54846 13.1687 8.5469C13.1491 8.39617 13.0305 8.2774 12.8797 8.25784C12.8767 8.25755 12.8651 8.25651 12.8377 8.25589C12.8008 8.25507 12.7516 8.25491 12.6727 8.25491H11.5076C11.429 8.25492 11.3804 8.25507 11.3436 8.25589ZM13.1287 1.60167C13.4521 1.60166 13.7426 1.59626 13.9969 1.66319C14.6464 1.83453 15.1539 2.34261 15.325 2.99228C15.3917 3.2465 15.3865 3.53709 15.3865 3.86043C15.3865 4.18381 15.3919 4.47437 15.325 4.72859C15.1537 5.37799 14.6463 5.88547 13.9969 6.0567C13.7426 6.12363 13.4521 6.11823 13.1287 6.11822H2.87202C2.54864 6.11822 2.25812 6.12348 2.00387 6.0567C1.3542 5.88564 0.846122 5.37814 0.674789 4.72859C0.607857 4.47437 0.613258 4.18381 0.613267 3.86043C0.613267 3.53704 0.608003 3.24653 0.674789 2.99228C0.845914 2.34234 1.35393 1.83432 2.00387 1.66319C2.25816 1.59637 2.54857 1.60167 2.87202 1.60167H13.1287ZM2.87202 2.93173C2.46472 2.93173 2.38776 2.93724 2.34176 2.94931C2.15554 2.99845 2.01004 3.14395 1.9609 3.33017C1.94886 3.37619 1.94333 3.45352 1.94333 3.86043C1.94333 4.26757 1.9488 4.34377 1.9609 4.38972C2.01011 4.57578 2.15567 4.72146 2.34176 4.77058C2.38779 4.78261 2.46534 4.78816 2.87202 4.78816H13.1287C13.5359 4.78815 13.612 4.78268 13.658 4.77058C13.8441 4.72142 13.9897 4.57581 14.0389 4.38972C14.051 4.34377 14.0564 4.26757 14.0564 3.86043C14.0564 3.45398 14.0509 3.37621 14.0389 3.33017C13.9897 3.14406 13.8441 2.99852 13.658 2.94931C13.612 2.93721 13.5359 2.93174 13.1287 2.93173H2.87202Z" }, 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 16 16",
|
|
24
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-work-flow`],
|
|
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
|
@@ -272,3 +272,6 @@ export { default as IconLineContain } from "./IconLineContain/index.js";
|
|
|
272
272
|
export { default as IconLineNotContain } from "./IconLineNotContain/index.js";
|
|
273
273
|
export { default as IconLineLessThan } from "./IconLineLessThan/index.js";
|
|
274
274
|
export { default as IconLineNotListContain } from "./IconLineNotListContain/index.js";
|
|
275
|
+
export { default as IconLineDotDrag } from "./IconLineDotDrag/index.js";
|
|
276
|
+
export { default as IconLineWorkFlow } from "./IconLineWorkFlow/index.js";
|
|
277
|
+
export { default as IconLineEr } from "./IconLineEr/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: "IconLineDotDrag",
|
|
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: "M5.25 12.25C5.94036 12.25 6.5 12.8096 6.5 13.5C6.5 14.1904 5.94036 14.75 5.25 14.75C4.55964 14.75 4 14.1904 4 13.5C4 12.8096 4.55964 12.25 5.25 12.25ZM10.75 12.25C11.4404 12.25 12 12.8096 12 13.5C12 14.1904 11.4404 14.75 10.75 14.75C10.0596 14.75 9.5 14.1904 9.5 13.5C9.5 12.8096 10.0596 12.25 10.75 12.25ZM5.25 6.75C5.94036 6.75 6.5 7.30964 6.5 8C6.5 8.69036 5.94036 9.25 5.25 9.25C4.55964 9.25 4 8.69036 4 8C4 7.30964 4.55964 6.75 5.25 6.75ZM10.75 6.75C11.4404 6.75 12 7.30964 12 8C12 8.69036 11.4404 9.25 10.75 9.25C10.0596 9.25 9.5 8.69036 9.5 8C9.5 7.30964 10.0596 6.75 10.75 6.75ZM5.25 1.25C5.94036 1.25 6.5 1.80964 6.5 2.5C6.5 3.19036 5.94036 3.75 5.25 3.75C4.55964 3.75 4 3.19036 4 2.5C4 1.80964 4.55964 1.25 5.25 1.25ZM10.75 1.25C11.4404 1.25 12 1.80964 12 2.5C12 3.19036 11.4404 3.75 10.75 3.75C10.0596 3.75 9.5 3.19036 9.5 2.5C9.5 1.80964 10.0596 1.25 10.75 1.25Z" }, 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 16 16",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-dot-drag`],
|
|
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: "IconLineEr",
|
|
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: "M7.92757 0.500002C8.48375 0.499278 9.02149 0.703959 9.44191 1.07641C9.86233 1.44886 10.1372 1.96404 10.2159 2.52721C10.2946 3.09039 10.1719 3.6637 9.87032 4.14172C9.56877 4.61974 9.10864 4.97034 8.57454 5.12905L8.57346 10.3493H9.05761L11.3608 6.26949C11.0877 5.93496 10.9234 5.52167 10.8907 5.08713L10.8853 4.9228C10.8856 4.48538 11.0191 4.05893 11.2674 3.70275C11.5156 3.34657 11.8661 3.07836 12.2703 2.93541C12.6744 2.79246 13.1121 2.78188 13.5224 2.90515C13.9327 3.02841 14.2953 3.27939 14.5597 3.62318C14.824 3.96697 14.9771 4.38649 14.9976 4.8234C15.0181 5.26031 14.905 5.6929 14.674 6.06101C14.443 6.42912 14.1056 6.71445 13.7088 6.87734C13.3119 7.04022 12.8753 7.07256 12.4596 6.96985L10.551 10.3493H11.0934C11.3036 10.3492 11.5065 10.4276 11.6642 10.5698C11.8218 10.7119 11.9233 10.908 11.9496 11.1213L11.956 11.2316V14.6176C11.956 14.8517 11.8651 15.0761 11.7034 15.2416C11.5416 15.407 11.3222 15.5 11.0934 15.5H4.76067C4.53189 15.5 4.31248 15.407 4.1507 15.2416C3.98893 15.0761 3.89805 14.8517 3.89805 14.6176V11.2316C3.89805 10.9976 3.98893 10.7732 4.1507 10.6077C4.31248 10.4422 4.53189 10.3493 4.76067 10.3493L5.38823 10.3482L3.48615 6.97978C3.39988 6.99963 3.30931 7.01287 3.21765 7.01949L3.05699 7.0261C2.58674 7.02602 2.13072 6.86116 1.76486 6.55898C1.39899 6.25679 1.14538 5.83553 1.04624 5.36534C0.947105 4.89514 1.00843 4.4044 1.22002 3.97484C1.4316 3.54528 1.78066 3.20282 2.20907 3.00449C2.63748 2.80616 3.11939 2.76394 3.57454 2.88486C4.02968 3.00577 4.4306 3.28253 4.71051 3.66903C4.99043 4.05553 5.13246 4.52845 5.11294 5.00904C5.09342 5.48963 4.91354 5.94887 4.60324 6.3103L6.88272 10.3493H7.27953V5.12905C6.82733 4.99354 6.42645 4.71987 6.13061 4.34472C5.83478 3.96958 5.65814 3.51089 5.62437 3.03015L5.6179 2.8614C5.6179 1.55883 6.65197 0.500002 7.92757 0.500002ZM10.6621 11.6717H5.19306V14.1754H10.6621V11.6717ZM3.05699 4.14191C2.95439 4.13797 2.85207 4.15523 2.75615 4.19267C2.66023 4.2301 2.57267 4.28695 2.49872 4.3598C2.42478 4.43265 2.36595 4.52001 2.32577 4.61665C2.28559 4.71329 2.26488 4.81723 2.26488 4.92224C2.26488 5.02726 2.28559 5.1312 2.32577 5.22784C2.36595 5.32448 2.42478 5.41184 2.49872 5.48469C2.57267 5.55754 2.66023 5.61438 2.75615 5.65182C2.85207 5.68926 2.95439 5.70652 3.05699 5.70258C3.25436 5.69498 3.44117 5.60945 3.57817 5.46394C3.71518 5.31843 3.79173 5.12427 3.79173 4.92224C3.79173 4.72022 3.71518 4.52606 3.57817 4.38055C3.44117 4.23504 3.25436 4.1495 3.05699 4.14191ZM12.9416 4.14191C12.839 4.13797 12.7366 4.15523 12.6407 4.19267C12.5448 4.2301 12.4572 4.28695 12.3833 4.3598C12.3094 4.43265 12.2505 4.52001 12.2103 4.61665C12.1702 4.71329 12.1495 4.81723 12.1495 4.92224C12.1495 5.02726 12.1702 5.1312 12.2103 5.22784C12.2505 5.32448 12.3094 5.41184 12.3833 5.48469C12.4572 5.55754 12.5448 5.61438 12.6407 5.65182C12.7366 5.68926 12.839 5.70652 12.9416 5.70258C13.1389 5.69498 13.3257 5.60945 13.4627 5.46394C13.5998 5.31843 13.6763 5.12427 13.6763 4.92224C13.6763 4.72022 13.5998 4.52606 13.4627 4.38055C13.3257 4.23504 13.1389 4.1495 12.9416 4.14191ZM7.92757 1.82353C7.65847 1.82353 7.40039 1.93288 7.2101 2.12752C7.01981 2.32215 6.91291 2.58614 6.91291 2.8614C6.91291 3.13666 7.01981 3.40064 7.2101 3.59528C7.40039 3.78992 7.65847 3.89927 7.92757 3.89927C8.19668 3.89927 8.45476 3.78992 8.64505 3.59528C8.83533 3.40064 8.94223 3.13666 8.94223 2.8614C8.94223 2.58614 8.83533 2.32215 8.64505 2.12752C8.45476 1.93288 8.19668 1.82353 7.92757 1.82353Z" }, 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 16 16",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-er`],
|
|
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: "IconLineWorkFlow",
|
|
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: "M12.6727 11.0752C12.8043 11.0752 12.9342 11.0737 13.0516 11.0889C13.801 11.1863 14.3908 11.7768 14.4881 12.5264C14.5032 12.6435 14.5017 12.7729 14.5017 12.9043C14.5017 13.0358 14.5033 13.1659 14.4881 13.2832C14.3905 14.0323 13.8007 14.6223 13.0516 14.7197C12.9343 14.7349 12.8042 14.7334 12.6727 14.7334H11.5076C11.3762 14.7334 11.2469 14.7348 11.1297 14.7197C10.3804 14.6223 9.78973 14.0324 9.69224 13.2832C9.67703 13.1659 9.67856 13.0358 9.67856 12.9043C9.67856 12.7729 9.67714 12.6434 9.69224 12.5264C9.78947 11.7769 10.3803 11.1863 11.1297 11.0889C11.2468 11.0737 11.3762 11.0752 11.5076 11.0752H12.6727ZM3.58002 6.71587C3.94714 6.71587 4.24482 7.01383 4.24505 7.3809C4.24505 7.71774 4.24769 7.80196 4.25774 7.85941C4.31881 8.2048 4.59007 8.47511 4.93547 8.53616C4.99289 8.54623 5.0763 8.54885 5.413 8.54886H8.01453C8.38161 8.54886 8.67926 8.84688 8.67955 9.21389C8.67955 9.58115 8.38179 9.87892 8.01453 9.87892H5.413C5.13197 9.87892 4.90476 9.88109 4.70403 9.84572C4.544 9.81746 4.39067 9.7709 4.24505 9.70998V10.5674C4.24505 10.998 4.24592 11.2814 4.2636 11.498C4.28068 11.7069 4.30986 11.7956 4.33587 11.8467C4.41589 12.0036 4.54415 12.1309 4.7011 12.2109C4.75212 12.2369 4.84015 12.2671 5.04875 12.2842C5.26545 12.3019 5.54958 12.3027 5.98038 12.3027H8.01453C8.38179 12.3027 8.67955 12.6005 8.67955 12.9678C8.67916 13.3347 8.38155 13.6318 8.01453 13.6318H5.98038C5.57148 13.6318 5.22375 13.6325 4.94035 13.6093C4.6495 13.5855 4.36705 13.5337 4.09759 13.3965C3.69038 13.1889 3.35885 12.8574 3.15132 12.4502C3.01388 12.1804 2.96126 11.8976 2.93745 11.6064C2.91431 11.3231 2.91499 10.9762 2.91499 10.5674V7.50785C2.91499 7.50402 2.9159 7.49995 2.91597 7.49613C2.91594 7.45888 2.91499 7.42021 2.91499 7.3809C2.91522 7.01396 3.21307 6.71607 3.58002 6.71587ZM11.3436 12.4062C11.3137 12.4069 11.3023 12.408 11.3006 12.4082C11.15 12.4279 11.0311 12.5466 11.0116 12.6972C11.0113 12.7001 11.0102 12.7122 11.0096 12.7402C11.0088 12.777 11.0086 12.8258 11.0086 12.9043C11.0086 12.9832 11.0088 13.0325 11.0096 13.0693C11.0103 13.1019 11.0115 13.1123 11.0116 13.1123C11.0315 13.2626 11.1502 13.3817 11.3006 13.4013C11.3025 13.4015 11.314 13.4026 11.3436 13.4033H12.8377C12.8648 13.4027 12.8766 13.4016 12.8797 13.4013C13.0302 13.3818 13.1488 13.2626 13.1687 13.1123C13.1688 13.1123 13.17 13.1019 13.1707 13.0693C13.1715 13.0325 13.1717 12.9832 13.1717 12.9043C13.1717 12.8258 13.1715 12.777 13.1707 12.7402C13.1701 12.7119 13.169 12.6999 13.1687 12.6972C13.1492 12.5464 13.0305 12.4278 12.8797 12.4082C12.8768 12.4079 12.8653 12.4069 12.8377 12.4062C12.8008 12.4054 12.7516 12.4053 12.6727 12.4053H11.5076C11.429 12.4053 11.3804 12.4054 11.3436 12.4062ZM12.6727 6.92485C12.8043 6.92485 12.9343 6.92335 13.0516 6.93852C13.801 7.03591 14.3908 7.62658 14.4881 8.37601C14.5032 8.49321 14.5017 8.62244 14.5017 8.75393C14.5017 8.88563 14.5033 9.01547 14.4881 9.13283C14.3907 9.88222 13.8009 10.4719 13.0516 10.5693C12.9343 10.5845 12.8043 10.583 12.6727 10.583H11.5076C11.3762 10.583 11.2469 10.5845 11.1297 10.5693C10.3803 10.4719 9.78955 9.88224 9.69224 9.13283C9.67703 9.01549 9.67856 8.8856 9.67856 8.75393C9.67856 8.62245 9.67707 8.4932 9.69224 8.37601C9.78951 7.62653 10.3803 7.03591 11.1297 6.93852C11.2468 6.92337 11.3762 6.92485 11.5076 6.92485H12.6727ZM11.3436 8.25589C11.3137 8.25657 11.3023 8.25766 11.3006 8.25784C11.15 8.27754 11.0311 8.39624 11.0116 8.5469C11.0114 8.54855 11.0103 8.5598 11.0096 8.58987C11.0088 8.6267 11.0086 8.6752 11.0086 8.75393C11.0086 8.83306 11.0088 8.88206 11.0096 8.91897C11.0103 8.94934 11.0114 8.96042 11.0116 8.96194C11.0313 9.11241 11.1501 9.2313 11.3006 9.251C11.3024 9.25119 11.314 9.25228 11.3436 9.25295H12.8377C12.865 9.25233 12.8767 9.2513 12.8797 9.251C13.0303 9.23145 13.149 9.11253 13.1687 8.96194C13.1689 8.96077 13.17 8.94996 13.1707 8.91897C13.1715 8.88206 13.1717 8.83307 13.1717 8.75393C13.1717 8.67519 13.1715 8.6267 13.1707 8.58987C13.17 8.55965 13.1689 8.54846 13.1687 8.5469C13.1491 8.39617 13.0305 8.2774 12.8797 8.25784C12.8767 8.25755 12.8651 8.25651 12.8377 8.25589C12.8008 8.25507 12.7516 8.25491 12.6727 8.25491H11.5076C11.429 8.25492 11.3804 8.25507 11.3436 8.25589ZM13.1287 1.60167C13.4521 1.60166 13.7426 1.59626 13.9969 1.66319C14.6464 1.83453 15.1539 2.34261 15.325 2.99228C15.3917 3.2465 15.3865 3.53709 15.3865 3.86043C15.3865 4.18381 15.3919 4.47437 15.325 4.72859C15.1537 5.37799 14.6463 5.88547 13.9969 6.0567C13.7426 6.12363 13.4521 6.11823 13.1287 6.11822H2.87202C2.54864 6.11822 2.25812 6.12348 2.00387 6.0567C1.3542 5.88564 0.846122 5.37814 0.674789 4.72859C0.607857 4.47437 0.613258 4.18381 0.613267 3.86043C0.613267 3.53704 0.608003 3.24653 0.674789 2.99228C0.845914 2.34234 1.35393 1.83432 2.00387 1.66319C2.25816 1.59637 2.54857 1.60167 2.87202 1.60167H13.1287ZM2.87202 2.93173C2.46472 2.93173 2.38776 2.93724 2.34176 2.94931C2.15554 2.99845 2.01004 3.14395 1.9609 3.33017C1.94886 3.37619 1.94333 3.45352 1.94333 3.86043C1.94333 4.26757 1.9488 4.34377 1.9609 4.38972C2.01011 4.57578 2.15567 4.72146 2.34176 4.77058C2.38779 4.78261 2.46534 4.78816 2.87202 4.78816H13.1287C13.5359 4.78815 13.612 4.78268 13.658 4.77058C13.8441 4.72142 13.9897 4.57581 14.0389 4.38972C14.051 4.34377 14.0564 4.26757 14.0564 3.86043C14.0564 3.45398 14.0509 3.37621 14.0389 3.33017C13.9897 3.14406 13.8441 2.99852 13.658 2.94931C13.612 2.93721 13.5359 2.93174 13.1287 2.93173H2.87202Z" }, 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 16 16",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-work-flow`],
|
|
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
|
@@ -274,6 +274,9 @@ var index$4e = require("./IconLineContain/index.js");
|
|
|
274
274
|
var index$4f = require("./IconLineNotContain/index.js");
|
|
275
275
|
var index$4g = require("./IconLineLessThan/index.js");
|
|
276
276
|
var index$4h = require("./IconLineNotListContain/index.js");
|
|
277
|
+
var index$4i = require("./IconLineDotDrag/index.js");
|
|
278
|
+
var index$4j = require("./IconLineWorkFlow/index.js");
|
|
279
|
+
var index$4k = require("./IconLineEr/index.js");
|
|
277
280
|
exports.IconFillHeart = index;
|
|
278
281
|
exports.IconFillMute = index$1;
|
|
279
282
|
exports.IconFillSound = index$2;
|
|
@@ -548,3 +551,6 @@ exports.IconLineContain = index$4e;
|
|
|
548
551
|
exports.IconLineNotContain = index$4f;
|
|
549
552
|
exports.IconLineLessThan = index$4g;
|
|
550
553
|
exports.IconLineNotListContain = index$4h;
|
|
554
|
+
exports.IconLineDotDrag = index$4i;
|
|
555
|
+
exports.IconLineWorkFlow = index$4j;
|
|
556
|
+
exports.IconLineEr = index$4k;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-dot-drag`]" width="1em" height="1em" v-bind="$attrs"><path d="M5.25 12.25C5.94036 12.25 6.5 12.8096 6.5 13.5C6.5 14.1904 5.94036 14.75 5.25 14.75C4.55964 14.75 4 14.1904 4 13.5C4 12.8096 4.55964 12.25 5.25 12.25ZM10.75 12.25C11.4404 12.25 12 12.8096 12 13.5C12 14.1904 11.4404 14.75 10.75 14.75C10.0596 14.75 9.5 14.1904 9.5 13.5C9.5 12.8096 10.0596 12.25 10.75 12.25ZM5.25 6.75C5.94036 6.75 6.5 7.30964 6.5 8C6.5 8.69036 5.94036 9.25 5.25 9.25C4.55964 9.25 4 8.69036 4 8C4 7.30964 4.55964 6.75 5.25 6.75ZM10.75 6.75C11.4404 6.75 12 7.30964 12 8C12 8.69036 11.4404 9.25 10.75 9.25C10.0596 9.25 9.5 8.69036 9.5 8C9.5 7.30964 10.0596 6.75 10.75 6.75ZM5.25 1.25C5.94036 1.25 6.5 1.80964 6.5 2.5C6.5 3.19036 5.94036 3.75 5.25 3.75C4.55964 3.75 4 3.19036 4 2.5C4 1.80964 4.55964 1.25 5.25 1.25ZM10.75 1.25C11.4404 1.25 12 1.80964 12 2.5C12 3.19036 11.4404 3.75 10.75 3.75C10.0596 3.75 9.5 3.19036 9.5 2.5C9.5 1.80964 10.0596 1.25 10.75 1.25Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineDotDrag',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-er`]" width="1em" height="1em" v-bind="$attrs"><path d="M7.92757 0.500002C8.48375 0.499278 9.02149 0.703959 9.44191 1.07641C9.86233 1.44886 10.1372 1.96404 10.2159 2.52721C10.2946 3.09039 10.1719 3.6637 9.87032 4.14172C9.56877 4.61974 9.10864 4.97034 8.57454 5.12905L8.57346 10.3493H9.05761L11.3608 6.26949C11.0877 5.93496 10.9234 5.52167 10.8907 5.08713L10.8853 4.9228C10.8856 4.48538 11.0191 4.05893 11.2674 3.70275C11.5156 3.34657 11.8661 3.07836 12.2703 2.93541C12.6744 2.79246 13.1121 2.78188 13.5224 2.90515C13.9327 3.02841 14.2953 3.27939 14.5597 3.62318C14.824 3.96697 14.9771 4.38649 14.9976 4.8234C15.0181 5.26031 14.905 5.6929 14.674 6.06101C14.443 6.42912 14.1056 6.71445 13.7088 6.87734C13.3119 7.04022 12.8753 7.07256 12.4596 6.96985L10.551 10.3493H11.0934C11.3036 10.3492 11.5065 10.4276 11.6642 10.5698C11.8218 10.7119 11.9233 10.908 11.9496 11.1213L11.956 11.2316V14.6176C11.956 14.8517 11.8651 15.0761 11.7034 15.2416C11.5416 15.407 11.3222 15.5 11.0934 15.5H4.76067C4.53189 15.5 4.31248 15.407 4.1507 15.2416C3.98893 15.0761 3.89805 14.8517 3.89805 14.6176V11.2316C3.89805 10.9976 3.98893 10.7732 4.1507 10.6077C4.31248 10.4422 4.53189 10.3493 4.76067 10.3493L5.38823 10.3482L3.48615 6.97978C3.39988 6.99963 3.30931 7.01287 3.21765 7.01949L3.05699 7.0261C2.58674 7.02602 2.13072 6.86116 1.76486 6.55898C1.39899 6.25679 1.14538 5.83553 1.04624 5.36534C0.947105 4.89514 1.00843 4.4044 1.22002 3.97484C1.4316 3.54528 1.78066 3.20282 2.20907 3.00449C2.63748 2.80616 3.11939 2.76394 3.57454 2.88486C4.02968 3.00577 4.4306 3.28253 4.71051 3.66903C4.99043 4.05553 5.13246 4.52845 5.11294 5.00904C5.09342 5.48963 4.91354 5.94887 4.60324 6.3103L6.88272 10.3493H7.27953V5.12905C6.82733 4.99354 6.42645 4.71987 6.13061 4.34472C5.83478 3.96958 5.65814 3.51089 5.62437 3.03015L5.6179 2.8614C5.6179 1.55883 6.65197 0.500002 7.92757 0.500002ZM10.6621 11.6717H5.19306V14.1754H10.6621V11.6717ZM3.05699 4.14191C2.95439 4.13797 2.85207 4.15523 2.75615 4.19267C2.66023 4.2301 2.57267 4.28695 2.49872 4.3598C2.42478 4.43265 2.36595 4.52001 2.32577 4.61665C2.28559 4.71329 2.26488 4.81723 2.26488 4.92224C2.26488 5.02726 2.28559 5.1312 2.32577 5.22784C2.36595 5.32448 2.42478 5.41184 2.49872 5.48469C2.57267 5.55754 2.66023 5.61438 2.75615 5.65182C2.85207 5.68926 2.95439 5.70652 3.05699 5.70258C3.25436 5.69498 3.44117 5.60945 3.57817 5.46394C3.71518 5.31843 3.79173 5.12427 3.79173 4.92224C3.79173 4.72022 3.71518 4.52606 3.57817 4.38055C3.44117 4.23504 3.25436 4.1495 3.05699 4.14191ZM12.9416 4.14191C12.839 4.13797 12.7366 4.15523 12.6407 4.19267C12.5448 4.2301 12.4572 4.28695 12.3833 4.3598C12.3094 4.43265 12.2505 4.52001 12.2103 4.61665C12.1702 4.71329 12.1495 4.81723 12.1495 4.92224C12.1495 5.02726 12.1702 5.1312 12.2103 5.22784C12.2505 5.32448 12.3094 5.41184 12.3833 5.48469C12.4572 5.55754 12.5448 5.61438 12.6407 5.65182C12.7366 5.68926 12.839 5.70652 12.9416 5.70258C13.1389 5.69498 13.3257 5.60945 13.4627 5.46394C13.5998 5.31843 13.6763 5.12427 13.6763 4.92224C13.6763 4.72022 13.5998 4.52606 13.4627 4.38055C13.3257 4.23504 13.1389 4.1495 12.9416 4.14191ZM7.92757 1.82353C7.65847 1.82353 7.40039 1.93288 7.2101 2.12752C7.01981 2.32215 6.91291 2.58614 6.91291 2.8614C6.91291 3.13666 7.01981 3.40064 7.2101 3.59528C7.40039 3.78992 7.65847 3.89927 7.92757 3.89927C8.19668 3.89927 8.45476 3.78992 8.64505 3.59528C8.83533 3.40064 8.94223 3.13666 8.94223 2.8614C8.94223 2.58614 8.83533 2.32215 8.64505 2.12752C8.45476 1.93288 8.19668 1.82353 7.92757 1.82353Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineEr',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-work-flow`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.6727 11.0752C12.8043 11.0752 12.9342 11.0737 13.0516 11.0889C13.801 11.1863 14.3908 11.7768 14.4881 12.5264C14.5032 12.6435 14.5017 12.7729 14.5017 12.9043C14.5017 13.0358 14.5033 13.1659 14.4881 13.2832C14.3905 14.0323 13.8007 14.6223 13.0516 14.7197C12.9343 14.7349 12.8042 14.7334 12.6727 14.7334H11.5076C11.3762 14.7334 11.2469 14.7348 11.1297 14.7197C10.3804 14.6223 9.78973 14.0324 9.69224 13.2832C9.67703 13.1659 9.67856 13.0358 9.67856 12.9043C9.67856 12.7729 9.67714 12.6434 9.69224 12.5264C9.78947 11.7769 10.3803 11.1863 11.1297 11.0889C11.2468 11.0737 11.3762 11.0752 11.5076 11.0752H12.6727ZM3.58002 6.71587C3.94714 6.71587 4.24482 7.01383 4.24505 7.3809C4.24505 7.71774 4.24769 7.80196 4.25774 7.85941C4.31881 8.2048 4.59007 8.47511 4.93547 8.53616C4.99289 8.54623 5.0763 8.54885 5.413 8.54886H8.01453C8.38161 8.54886 8.67926 8.84688 8.67955 9.21389C8.67955 9.58115 8.38179 9.87892 8.01453 9.87892H5.413C5.13197 9.87892 4.90476 9.88109 4.70403 9.84572C4.544 9.81746 4.39067 9.7709 4.24505 9.70998V10.5674C4.24505 10.998 4.24592 11.2814 4.2636 11.498C4.28068 11.7069 4.30986 11.7956 4.33587 11.8467C4.41589 12.0036 4.54415 12.1309 4.7011 12.2109C4.75212 12.2369 4.84015 12.2671 5.04875 12.2842C5.26545 12.3019 5.54958 12.3027 5.98038 12.3027H8.01453C8.38179 12.3027 8.67955 12.6005 8.67955 12.9678C8.67916 13.3347 8.38155 13.6318 8.01453 13.6318H5.98038C5.57148 13.6318 5.22375 13.6325 4.94035 13.6093C4.6495 13.5855 4.36705 13.5337 4.09759 13.3965C3.69038 13.1889 3.35885 12.8574 3.15132 12.4502C3.01388 12.1804 2.96126 11.8976 2.93745 11.6064C2.91431 11.3231 2.91499 10.9762 2.91499 10.5674V7.50785C2.91499 7.50402 2.9159 7.49995 2.91597 7.49613C2.91594 7.45888 2.91499 7.42021 2.91499 7.3809C2.91522 7.01396 3.21307 6.71607 3.58002 6.71587ZM11.3436 12.4062C11.3137 12.4069 11.3023 12.408 11.3006 12.4082C11.15 12.4279 11.0311 12.5466 11.0116 12.6972C11.0113 12.7001 11.0102 12.7122 11.0096 12.7402C11.0088 12.777 11.0086 12.8258 11.0086 12.9043C11.0086 12.9832 11.0088 13.0325 11.0096 13.0693C11.0103 13.1019 11.0115 13.1123 11.0116 13.1123C11.0315 13.2626 11.1502 13.3817 11.3006 13.4013C11.3025 13.4015 11.314 13.4026 11.3436 13.4033H12.8377C12.8648 13.4027 12.8766 13.4016 12.8797 13.4013C13.0302 13.3818 13.1488 13.2626 13.1687 13.1123C13.1688 13.1123 13.17 13.1019 13.1707 13.0693C13.1715 13.0325 13.1717 12.9832 13.1717 12.9043C13.1717 12.8258 13.1715 12.777 13.1707 12.7402C13.1701 12.7119 13.169 12.6999 13.1687 12.6972C13.1492 12.5464 13.0305 12.4278 12.8797 12.4082C12.8768 12.4079 12.8653 12.4069 12.8377 12.4062C12.8008 12.4054 12.7516 12.4053 12.6727 12.4053H11.5076C11.429 12.4053 11.3804 12.4054 11.3436 12.4062ZM12.6727 6.92485C12.8043 6.92485 12.9343 6.92335 13.0516 6.93852C13.801 7.03591 14.3908 7.62658 14.4881 8.37601C14.5032 8.49321 14.5017 8.62244 14.5017 8.75393C14.5017 8.88563 14.5033 9.01547 14.4881 9.13283C14.3907 9.88222 13.8009 10.4719 13.0516 10.5693C12.9343 10.5845 12.8043 10.583 12.6727 10.583H11.5076C11.3762 10.583 11.2469 10.5845 11.1297 10.5693C10.3803 10.4719 9.78955 9.88224 9.69224 9.13283C9.67703 9.01549 9.67856 8.8856 9.67856 8.75393C9.67856 8.62245 9.67707 8.4932 9.69224 8.37601C9.78951 7.62653 10.3803 7.03591 11.1297 6.93852C11.2468 6.92337 11.3762 6.92485 11.5076 6.92485H12.6727ZM11.3436 8.25589C11.3137 8.25657 11.3023 8.25766 11.3006 8.25784C11.15 8.27754 11.0311 8.39624 11.0116 8.5469C11.0114 8.54855 11.0103 8.5598 11.0096 8.58987C11.0088 8.6267 11.0086 8.6752 11.0086 8.75393C11.0086 8.83306 11.0088 8.88206 11.0096 8.91897C11.0103 8.94934 11.0114 8.96042 11.0116 8.96194C11.0313 9.11241 11.1501 9.2313 11.3006 9.251C11.3024 9.25119 11.314 9.25228 11.3436 9.25295H12.8377C12.865 9.25233 12.8767 9.2513 12.8797 9.251C13.0303 9.23145 13.149 9.11253 13.1687 8.96194C13.1689 8.96077 13.17 8.94996 13.1707 8.91897C13.1715 8.88206 13.1717 8.83307 13.1717 8.75393C13.1717 8.67519 13.1715 8.6267 13.1707 8.58987C13.17 8.55965 13.1689 8.54846 13.1687 8.5469C13.1491 8.39617 13.0305 8.2774 12.8797 8.25784C12.8767 8.25755 12.8651 8.25651 12.8377 8.25589C12.8008 8.25507 12.7516 8.25491 12.6727 8.25491H11.5076C11.429 8.25492 11.3804 8.25507 11.3436 8.25589ZM13.1287 1.60167C13.4521 1.60166 13.7426 1.59626 13.9969 1.66319C14.6464 1.83453 15.1539 2.34261 15.325 2.99228C15.3917 3.2465 15.3865 3.53709 15.3865 3.86043C15.3865 4.18381 15.3919 4.47437 15.325 4.72859C15.1537 5.37799 14.6463 5.88547 13.9969 6.0567C13.7426 6.12363 13.4521 6.11823 13.1287 6.11822H2.87202C2.54864 6.11822 2.25812 6.12348 2.00387 6.0567C1.3542 5.88564 0.846122 5.37814 0.674789 4.72859C0.607857 4.47437 0.613258 4.18381 0.613267 3.86043C0.613267 3.53704 0.608003 3.24653 0.674789 2.99228C0.845914 2.34234 1.35393 1.83432 2.00387 1.66319C2.25816 1.59637 2.54857 1.60167 2.87202 1.60167H13.1287ZM2.87202 2.93173C2.46472 2.93173 2.38776 2.93724 2.34176 2.94931C2.15554 2.99845 2.01004 3.14395 1.9609 3.33017C1.94886 3.37619 1.94333 3.45352 1.94333 3.86043C1.94333 4.26757 1.9488 4.34377 1.9609 4.38972C2.01011 4.57578 2.15567 4.72146 2.34176 4.77058C2.38779 4.78261 2.46534 4.78816 2.87202 4.78816H13.1287C13.5359 4.78815 13.612 4.78268 13.658 4.77058C13.8441 4.72142 13.9897 4.57581 14.0389 4.38972C14.051 4.34377 14.0564 4.26757 14.0564 3.86043C14.0564 3.45398 14.0509 3.37621 14.0389 3.33017C13.9897 3.14406 13.8441 2.99852 13.658 2.94931C13.612 2.93721 13.5359 2.93174 13.1287 2.93173H2.87202Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineWorkFlow',
|
|
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
|
@@ -271,4 +271,7 @@ export { default as IconLineListContain } from './IconLineListContain/index.vue'
|
|
|
271
271
|
export { default as IconLineContain } from './IconLineContain/index.vue';
|
|
272
272
|
export { default as IconLineNotContain } from './IconLineNotContain/index.vue';
|
|
273
273
|
export { default as IconLineLessThan } from './IconLineLessThan/index.vue';
|
|
274
|
-
export { default as IconLineNotListContain } from './IconLineNotListContain/index.vue';
|
|
274
|
+
export { default as IconLineNotListContain } from './IconLineNotListContain/index.vue';
|
|
275
|
+
export { default as IconLineDotDrag } from './IconLineDotDrag/index.vue';
|
|
276
|
+
export { default as IconLineWorkFlow } from './IconLineWorkFlow/index.vue';
|
|
277
|
+
export { default as IconLineEr } from './IconLineEr/index.vue';
|