@arco-iconbox/vue-smartcode 0.1.47 → 0.1.49

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.
Files changed (41) hide show
  1. package/dist/icon.js +2836 -2502
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +669 -625
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/IconLineAttachment/index.js +32 -0
  6. package/esm/IconLineComment/index.js +32 -0
  7. package/esm/IconLineComputer/index.js +32 -0
  8. package/esm/IconLineDictionary2/index.js +32 -0
  9. package/esm/IconLineKey/index.js +32 -0
  10. package/esm/IconLineKey2/index.js +32 -0
  11. package/esm/IconLineLink/index.js +32 -0
  12. package/esm/IconLineLink2/index.js +36 -0
  13. package/esm/IconLinePhone/index.js +32 -0
  14. package/esm/IconLineScript/index.js +32 -0
  15. package/esm/IconLineSelect/index.js +32 -0
  16. package/esm/index.js +11 -0
  17. package/lib/IconLineAttachment/index.js +33 -0
  18. package/lib/IconLineComment/index.js +33 -0
  19. package/lib/IconLineComputer/index.js +33 -0
  20. package/lib/IconLineDictionary2/index.js +33 -0
  21. package/lib/IconLineKey/index.js +33 -0
  22. package/lib/IconLineKey2/index.js +33 -0
  23. package/lib/IconLineLink/index.js +33 -0
  24. package/lib/IconLineLink2/index.js +37 -0
  25. package/lib/IconLinePhone/index.js +33 -0
  26. package/lib/IconLineScript/index.js +33 -0
  27. package/lib/IconLineSelect/index.js +33 -0
  28. package/lib/index.js +22 -0
  29. package/package.json +1 -1
  30. package/src/IconLineAttachment/index.vue +19 -0
  31. package/src/IconLineComment/index.vue +19 -0
  32. package/src/IconLineComputer/index.vue +19 -0
  33. package/src/IconLineDictionary2/index.vue +19 -0
  34. package/src/IconLineKey/index.vue +19 -0
  35. package/src/IconLineKey2/index.vue +19 -0
  36. package/src/IconLineLink/index.vue +19 -0
  37. package/src/IconLineLink2/index.vue +19 -0
  38. package/src/IconLinePhone/index.vue +19 -0
  39. package/src/IconLineScript/index.vue +19 -0
  40. package/src/IconLineSelect/index.vue +19 -0
  41. package/src/index.js +12 -1
@@ -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: "IconLineLink",
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.7139 6.0321C11.9736 5.77258 12.3947 5.77255 12.6544 6.0321L13.6397 7.01746C15.464 8.84192 15.446 11.8087 13.627 13.6278C11.8079 15.4465 8.84194 15.4637 7.01764 13.6395L6.43853 13.0604C4.6141 11.236 4.63215 8.2702 6.45123 6.45105C6.71093 6.19142 7.13199 6.19137 7.39166 6.45105C7.65095 6.71076 7.65115 7.1319 7.39166 7.39148C6.08662 8.69657 6.07925 10.8202 7.37896 12.12L7.95807 12.6991C9.25765 13.9985 11.3815 13.992 12.6866 12.6874C13.9915 11.3823 13.9988 9.25762 12.6993 7.95789L11.7139 6.97253C11.4544 6.71283 11.4543 6.29177 11.7139 6.0321ZM2.37213 2.37195C4.19124 0.552876 7.15807 0.535773 8.98248 2.36023L9.56158 2.93933C11.3857 4.76379 11.3678 7.72964 9.54889 9.54871C9.28924 9.80836 8.86816 9.80826 8.60846 9.54871C8.34899 9.28899 8.34884 8.8679 8.60846 8.60828C9.91329 7.30327 9.92057 5.17949 8.62115 3.87976L8.04205 3.30066C6.74235 2.00093 4.61762 2.00737 3.31256 3.31238C2.00751 4.61746 2.00112 6.74212 3.30084 8.04187L4.20318 8.94421C4.46269 9.2039 4.46275 9.62499 4.20318 9.88464C3.94354 10.1443 3.52246 10.1442 3.26275 9.88464L2.36041 8.9823C0.535975 7.15782 0.553038 4.19109 2.37213 2.37195Z" }, 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-link`],
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,37 @@
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: "IconLineLink2",
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", {
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M6.52539 2.82031C6.89249 2.82047 7.19036 3.11823 7.19043 3.48535C7.19043 3.85252 6.89253 4.15023 6.52539 4.15039H5.68652C3.56066 4.15049 1.83698 5.87413 1.83691 8C1.83703 10.1258 3.56069 11.8495 5.68652 11.8496H6.52539C6.89249 11.8498 7.19036 12.1475 7.19043 12.5146C7.19021 12.8816 6.89239 13.1795 6.52539 13.1797H5.68652C2.82615 13.1796 0.506948 10.8604 0.506836 8C0.506902 5.13959 2.82612 2.82041 5.68652 2.82031H6.52539ZM10.3135 2.82031C13.1738 2.82051 15.4931 5.13965 15.4932 8C15.4931 10.8603 13.1738 13.1795 10.3135 13.1797H9.47461C9.10761 13.1795 8.80979 12.8816 8.80957 12.5146C8.80964 12.1475 9.10751 11.8498 9.47461 11.8496H10.3135C12.4392 11.8494 14.163 10.1258 14.1631 8C14.163 5.87419 12.4393 4.15059 10.3135 4.15039H9.47461C9.10747 4.15023 8.80957 3.85252 8.80957 3.48535C8.80964 3.11823 9.10751 2.82047 9.47461 2.82031H10.3135ZM10.0078 7.33496C10.3751 7.33496 10.6729 7.63273 10.6729 8C10.6728 8.36723 10.3751 8.66504 10.0078 8.66504H5.99121C5.62415 8.66482 5.32622 8.3671 5.32617 8C5.32617 7.63286 5.62412 7.33518 5.99121 7.33496H10.0078Z"
22
+ }, null, -1);
23
+ const _hoisted_3 = [
24
+ _hoisted_2
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
28
+ viewBox: "0 0 16 16",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-link2`],
32
+ width: "1em",
33
+ height: "1em"
34
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
35
+ }
36
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
37
+ 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: "IconLinePhone",
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: "M10.6294 0.958988C11.1224 0.958988 11.5322 0.958108 11.8657 0.985355C12.207 1.01324 12.5267 1.07372 12.8286 1.22754C13.2923 1.46385 13.6695 1.841 13.9058 2.30469C14.0595 2.60653 14.1201 2.92637 14.148 3.26758C14.1752 3.60104 14.1743 4.01098 14.1743 4.50391V11.4961C14.1743 11.9889 14.1752 12.3991 14.148 12.7324C14.1201 13.0734 14.0594 13.3927 13.9058 13.6943C13.6695 14.158 13.2922 14.5352 12.8286 14.7715C12.5268 14.9253 12.207 14.9858 11.8657 15.0137C11.5322 15.0409 11.1224 15.041 10.6294 15.041H5.37159C4.87857 15.041 4.46874 15.0409 4.13526 15.0137C3.79403 14.9858 3.47422 14.9253 3.17237 14.7715C2.70877 14.5352 2.33148 14.158 2.09522 13.6943C1.94162 13.3927 1.88092 13.0734 1.85303 12.7324C1.82579 12.3991 1.82666 11.9889 1.82666 11.4961V4.50391C1.82666 4.01098 1.8258 3.60104 1.85303 3.26758C1.88091 2.92637 1.94146 2.60653 2.09522 2.30469C2.33151 1.84101 2.70869 1.46385 3.17237 1.22754C3.47424 1.07373 3.794 1.01324 4.13526 0.985355C4.46874 0.958108 4.87857 0.958988 5.37159 0.958988H10.6294ZM3.15674 11.4961C3.15674 12.0108 3.15741 12.3573 3.1792 12.624C3.20037 12.8827 3.23842 13.0077 3.28076 13.0908C3.38959 13.3043 3.56336 13.4781 3.77686 13.5869C3.86001 13.6292 3.98504 13.6673 4.24366 13.6885C4.51042 13.7103 4.85667 13.7109 5.37159 13.7109H10.6294C11.1443 13.7109 11.4906 13.7103 11.7573 13.6885C12.0159 13.6674 12.141 13.6292 12.2241 13.5869C12.4376 13.4781 12.6114 13.3043 12.7202 13.0908C12.7626 13.0077 12.8006 12.8827 12.8218 12.624C12.8436 12.3573 12.8442 12.0108 12.8442 11.4961V11.0918H3.15674V11.4961ZM8.00049 11.5264C8.45665 11.5264 8.82659 11.8964 8.82666 12.3525C8.82666 12.8088 8.4567 13.1787 8.00049 13.1787C7.54429 13.1787 7.17432 12.8087 7.17432 12.3525C7.17439 11.8964 7.54433 11.5264 8.00049 11.5264ZM5.37159 2.28907C4.85665 2.28907 4.51042 2.28973 4.24366 2.31153C3.98485 2.33267 3.86001 2.37077 3.77686 2.41309C3.56333 2.52191 3.38957 2.69565 3.28076 2.90918C3.23847 2.99233 3.20034 3.11731 3.1792 3.37598C3.15742 3.64273 3.15674 3.98908 3.15674 4.50391V9.76172H12.8442V4.50391C12.8442 3.98908 12.8436 3.64273 12.8218 3.37598C12.8006 3.11729 12.7625 2.99233 12.7202 2.90918C12.6114 2.69564 12.4377 2.52191 12.2241 2.41309C12.141 2.37077 12.0161 2.33267 11.7573 2.31153C11.4906 2.28973 11.1443 2.28907 10.6294 2.28907H5.37159Z" }, 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-phone`],
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: "IconLineScript",
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.5614 1.76733C9.68699 1.4223 10.0679 1.24443 10.413 1.36987C10.7581 1.49549 10.936 1.87729 10.8104 2.22241L6.43933 14.2322C6.31372 14.5773 5.93191 14.7553 5.58679 14.6296C5.242 14.504 5.06408 14.123 5.18933 13.7781L9.5614 1.76733ZM3.77429 4.24097C4.018 3.9663 4.43804 3.94165 4.71277 4.1853C4.98746 4.42902 5.01309 4.84904 4.76941 5.12378L2.76843 7.37964C2.59538 7.57475 2.48988 7.69377 2.41785 7.78882C2.38465 7.83267 2.36651 7.86236 2.35632 7.88062C2.34805 7.8955 2.34505 7.90259 2.3446 7.90405C2.32607 7.96646 2.32597 8.03406 2.3446 8.09644C2.34527 8.09838 2.34827 8.10544 2.35632 8.11987C2.36653 8.13815 2.38467 8.16688 2.41785 8.21069C2.48994 8.30585 2.59503 8.42534 2.76843 8.62085L4.76941 10.8767C5.01305 11.1515 4.98747 11.5715 4.71277 11.8152C4.43805 12.0584 4.01789 12.034 3.77429 11.7595L1.77332 9.50366C1.61353 9.32351 1.46765 9.16007 1.3573 9.0144C1.24203 8.86222 1.1337 8.68882 1.07019 8.47632C0.977549 8.16586 0.977655 7.83465 1.07019 7.52417C1.13362 7.31177 1.24212 7.13821 1.3573 6.98608C1.46757 6.84052 1.61366 6.67683 1.77332 6.49683L3.77429 4.24097ZM11.287 4.1853C11.5617 3.94163 11.9817 3.9663 12.2255 4.24097L14.2264 6.49683C14.3862 6.67692 14.5321 6.84046 14.6425 6.98608C14.7577 7.13827 14.8661 7.31167 14.9296 7.52417C15.0221 7.83468 15.0222 8.16582 14.9296 8.47632C14.866 8.68876 14.7577 8.86225 14.6425 9.0144C14.5321 9.16001 14.3861 9.3236 14.2264 9.50366L12.2255 11.7595C11.9818 12.0339 11.5616 12.0586 11.287 11.8152C11.0124 11.5716 10.9869 11.1515 11.2303 10.8767L13.2313 8.62085C13.4046 8.42549 13.5098 8.30581 13.5819 8.21069C13.615 8.16704 13.6332 8.13816 13.6434 8.11987C13.6513 8.10576 13.6544 8.09856 13.6552 8.09644C13.6738 8.03401 13.6737 7.96649 13.6552 7.90405C13.6547 7.90258 13.6518 7.89564 13.6434 7.88062C13.6332 7.86233 13.6152 7.8328 13.5819 7.78882C13.5098 7.69373 13.4045 7.57488 13.2313 7.37964L11.2303 5.12378C10.9867 4.84912 11.0125 4.42905 11.287 4.1853Z" }, 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-script`],
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: "IconLineSelect",
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: "M1.8179 1.81885C1.97346 1.66333 2.19652 1.59526 2.41263 1.63624L13.8354 3.80808C14.0901 3.85679 14.2934 4.04955 14.356 4.30124C14.4184 4.55301 14.329 4.81875 14.1265 4.98091L12.019 6.66839C11.7687 6.86883 11.613 6.99279 11.5054 7.09514C11.4551 7.14293 11.4275 7.17587 11.4116 7.1967C11.4047 7.20585 11.4001 7.21172 11.398 7.21525C11.3971 7.21674 11.3963 7.21851 11.396 7.21916L11.395 7.22014C11.3663 7.29003 11.3624 7.36821 11.3833 7.44083V7.44181C11.3835 7.44256 11.3845 7.44405 11.3853 7.44572C11.3869 7.44944 11.3907 7.45675 11.397 7.4672C11.4106 7.4897 11.4355 7.52478 11.48 7.57755C11.5757 7.69103 11.7155 7.83257 11.9419 8.05899L13.3989 9.51697C13.5891 9.7071 13.7612 9.87766 13.8911 10.0306C14.0259 10.1894 14.155 10.3724 14.23 10.6029C14.3385 10.937 14.3383 11.2971 14.23 11.6312C14.155 11.8621 14.0261 12.0464 13.8911 12.2054C13.7612 12.3584 13.5891 12.5289 13.3989 12.7191L12.7192 13.3997C12.5292 13.5898 12.3585 13.7611 12.2056 13.8909C12.0466 14.0259 11.8623 14.1548 11.6314 14.2298C11.2972 14.3383 10.9372 14.3383 10.603 14.2298C10.3723 14.1548 10.1887 14.0258 10.0298 13.8909C9.87687 13.7611 9.70617 13.5898 9.51613 13.3997L7.31984 11.2044C7.29269 11.2378 7.26247 11.2762 7.22609 11.3216L4.98 14.1263C4.81779 14.3288 4.55217 14.4183 4.30032 14.3558C4.04873 14.2931 3.85676 14.0899 3.80813 13.8353L1.63529 2.41357C1.59429 2.19755 1.66253 1.97442 1.8179 1.81885ZM4.84329 12.1683L6.18703 10.4906C6.27641 10.379 6.37032 10.262 6.45754 10.1703C6.52642 10.0979 6.61613 10.0131 6.73391 9.94372L6.86184 9.88025L6.95461 9.84607C7.14185 9.78676 7.34108 9.77649 7.53371 9.81482L7.62941 9.83728L7.7632 9.88708C7.8883 9.9432 7.98739 10.0169 8.06398 10.0814C8.16064 10.1629 8.26571 10.2685 8.36671 10.3695L10.4566 12.4593C10.662 12.6647 10.7882 12.7907 10.8901 12.8773C10.9372 12.9172 10.9688 12.9391 10.9888 12.9515C10.998 12.9572 11.0047 12.9615 11.0083 12.9632C11.0115 12.9646 11.0138 12.9651 11.0142 12.9652C11.0813 12.9869 11.1541 12.9869 11.2212 12.9652C11.2219 12.9649 11.2236 12.9644 11.2261 12.9632C11.2296 12.9615 11.2361 12.9574 11.2456 12.9515C11.2656 12.9391 11.2969 12.9165 11.3442 12.8763C11.4462 12.7897 11.5733 12.6639 11.7788 12.4583L12.4585 11.7787C12.6642 11.573 12.7899 11.4461 12.8765 11.3441C12.9168 11.2966 12.9393 11.2655 12.9517 11.2455C12.9575 11.236 12.9607 11.2294 12.9624 11.2259C12.9636 11.2233 12.9651 11.2217 12.9653 11.221C12.987 11.154 12.9871 11.0811 12.9653 11.014C12.9652 11.0136 12.9638 11.0121 12.9624 11.0091C12.9607 11.0056 12.9575 10.998 12.9517 10.9886C12.9392 10.9687 12.9172 10.9378 12.8774 10.891C12.7909 10.789 12.6651 10.662 12.4595 10.4564L11.0015 8.99843C10.7912 8.78812 10.6031 8.60082 10.4624 8.43398C10.3174 8.26193 10.1778 8.06197 10.105 7.80997C10.0006 7.44818 10.0229 7.06141 10.1665 6.71331C10.2666 6.47068 10.4262 6.28641 10.5894 6.13129C10.7476 5.98091 10.9548 5.81526 11.187 5.62934L12.1675 4.8442L3.12356 3.12547L4.84329 12.1683Z" }, 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-select`],
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
@@ -279,6 +279,17 @@ var index$4j = require("./IconLineWorkFlow/index.js");
279
279
  var index$4k = require("./IconLineEr/index.js");
280
280
  var index$4l = require("./IconFillQuotation/index.js");
281
281
  var index$4m = require("./IconLineOk/index.js");
282
+ var index$4n = require("./IconLineComment/index.js");
283
+ var index$4o = require("./IconLineSelect/index.js");
284
+ var index$4p = require("./IconLineAttachment/index.js");
285
+ var index$4q = require("./IconLineDictionary2/index.js");
286
+ var index$4r = require("./IconLineLink/index.js");
287
+ var index$4s = require("./IconLineScript/index.js");
288
+ var index$4t = require("./IconLineKey/index.js");
289
+ var index$4u = require("./IconLineKey2/index.js");
290
+ var index$4v = require("./IconLineLink2/index.js");
291
+ var index$4w = require("./IconLineComputer/index.js");
292
+ var index$4x = require("./IconLinePhone/index.js");
282
293
  exports.IconFillHeart = index;
283
294
  exports.IconFillMute = index$1;
284
295
  exports.IconFillSound = index$2;
@@ -558,3 +569,14 @@ exports.IconLineWorkFlow = index$4j;
558
569
  exports.IconLineEr = index$4k;
559
570
  exports.IconFillQuotation = index$4l;
560
571
  exports.IconLineOk = index$4m;
572
+ exports.IconLineComment = index$4n;
573
+ exports.IconLineSelect = index$4o;
574
+ exports.IconLineAttachment = index$4p;
575
+ exports.IconLineDictionary2 = index$4q;
576
+ exports.IconLineLink = index$4r;
577
+ exports.IconLineScript = index$4s;
578
+ exports.IconLineKey = index$4t;
579
+ exports.IconLineKey2 = index$4u;
580
+ exports.IconLineLink2 = index$4v;
581
+ exports.IconLineComputer = index$4w;
582
+ exports.IconLinePhone = index$4x;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.1.47",
3
+ "version": "0.1.49",
4
4
  "main": "lib/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -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-attachment`]" width="1em" height="1em" v-bind="$attrs"><path d="M6.38818 1.09033C8.53539 1.09063 10.2767 2.83177 10.2769 4.979V7.07568C10.2769 7.0785 10.2759 7.08167 10.2759 7.08447V9.58154C10.2758 10.8389 9.25589 11.8579 7.99854 11.8579C6.74154 11.8575 5.72229 10.8386 5.72217 9.58154V7.07666C5.72217 6.7095 6.02009 6.4118 6.38721 6.41162C6.75448 6.41162 7.05225 6.70939 7.05225 7.07666V9.58154C7.05237 10.1041 7.47608 10.5274 7.99854 10.5278C8.52135 10.5278 8.94568 10.1043 8.9458 9.58154V7.07666L8.94678 4.979C8.94658 3.56631 7.80086 2.42071 6.38818 2.42041C4.97526 2.42041 3.82979 3.56613 3.82959 4.979V9.40869C3.82963 11.7117 5.69649 13.5794 7.99951 13.5796C10.3025 13.5793 12.1704 11.7117 12.1704 9.40869V7.07666C12.1704 6.70939 12.4682 6.41162 12.8354 6.41162C13.2024 6.412 13.5005 6.70963 13.5005 7.07666V9.40869C13.5005 12.4463 11.037 14.9094 7.99951 14.9097C4.96196 14.9095 2.49955 12.4463 2.49951 9.40869V4.979C2.49971 2.83159 4.24072 1.09033 6.38818 1.09033Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineAttachment',
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-comment`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.6318 2.52423C12.1808 2.52423 12.6331 2.52454 13 2.5545C13.3747 2.58512 13.7194 2.65039 14.043 2.81525C14.5446 3.07085 14.9524 3.47871 15.208 3.98029C15.3728 4.30378 15.4391 4.64861 15.4697 5.02325C15.4997 5.39016 15.499 5.84249 15.499 6.39142V10.6609C15.499 11.2095 15.4997 11.6614 15.4697 12.0281C15.4391 12.4028 15.3728 12.7476 15.208 13.0711C14.9524 13.5727 14.5445 13.9805 14.043 14.2361C13.7195 14.4009 13.3747 14.4673 13 14.4979C12.6331 14.5278 12.1808 14.5272 11.6318 14.5272H6.16016C5.61115 14.5272 5.15892 14.5278 4.79199 14.4979C4.41733 14.4672 4.07253 14.401 3.74902 14.2361C3.2475 13.9805 2.83958 13.5727 2.58398 13.0711C2.41919 12.7476 2.35386 12.4027 2.32324 12.0281C2.2933 11.6614 2.29297 11.2096 2.29297 10.6609V8.19611C2.29316 7.82811 2.59194 7.53015 2.95996 7.53009C3.32803 7.53009 3.62676 7.82808 3.62695 8.19611V10.6609C3.62695 11.2316 3.62688 11.6198 3.65137 11.9197C3.67522 12.2115 3.71847 12.3614 3.77148 12.4656C3.8993 12.7164 4.10371 12.9208 4.35449 13.0486C4.45872 13.1017 4.60836 13.1449 4.90039 13.1688C5.20043 13.1933 5.58916 13.1942 6.16016 13.1942H11.6318C12.2028 13.1942 12.5916 13.1933 12.8916 13.1688C13.1836 13.1449 13.3333 13.1017 13.4375 13.0486C13.6883 12.9209 13.8927 12.7164 14.0205 12.4656C14.0735 12.3614 14.1168 12.2115 14.1406 11.9197C14.1651 11.6198 14.166 11.2316 14.166 10.6609V6.39142C14.166 5.82052 14.1651 5.43168 14.1406 5.13165C14.1168 4.83969 14.0736 4.68998 14.0205 4.58575C13.8927 4.33488 13.6884 4.13058 13.4375 4.00275C13.3332 3.94968 13.1836 3.90649 12.8916 3.88263C12.5916 3.85812 12.2028 3.85822 11.6318 3.85822H7.73633C7.36827 3.85816 7.06947 3.55926 7.06934 3.19122C7.06934 2.82307 7.36819 2.52429 7.73633 2.52423H11.6318ZM2.95996 0.700012C3.32723 0.700012 3.625 0.997782 3.625 1.36505V2.52618H4.81836C5.1854 2.52645 5.4834 2.82412 5.4834 3.19122C5.48326 3.55821 5.18532 3.856 4.81836 3.85626H3.625V5.0174C3.62477 5.38447 3.32709 5.68243 2.95996 5.68243C2.59288 5.68238 2.29515 5.38443 2.29492 5.0174V3.85626H1.16504C0.797853 3.85626 0.500134 3.55838 0.5 3.19122C0.5 2.82395 0.79777 2.52618 1.16504 2.52618H2.29492V1.36505C2.29492 0.997817 2.59274 0.70007 2.95996 0.700012Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineComment',
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-computer`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.1587 1.67041C12.5673 1.67041 12.9145 1.66976 13.1978 1.69287C13.4888 1.71669 13.7719 1.76937 14.0415 1.90674C14.4486 2.11432 14.7803 2.44583 14.9878 2.85303C15.1249 3.1225 15.1779 3.40495 15.2017 3.6958C15.2248 3.97921 15.2241 4.327 15.2241 4.73584V8.28369C15.2241 8.69238 15.2248 9.03947 15.2017 9.32276C15.1778 9.61382 15.1252 9.89686 14.9878 10.1665C14.7802 10.5736 14.4486 10.9043 14.0415 11.1118C13.7718 11.2492 13.4889 11.3019 13.1978 11.3257C12.9145 11.3488 12.5673 11.3481 12.1587 11.3481H8.66455V12.9995H10.6821C11.0494 12.9995 11.3472 13.2973 11.3472 13.6646C11.347 14.0317 11.0493 14.3296 10.6821 14.3296H5.31591C4.9489 14.3294 4.65104 14.0316 4.65087 13.6646C4.65087 13.2974 4.94879 12.9997 5.31591 12.9995H7.33447V11.3481H3.8413C3.43246 11.3481 3.08467 11.3488 2.80126 11.3257C2.51037 11.3019 2.22799 11.249 1.95849 11.1118C1.55144 10.9044 1.2198 10.5734 1.0122 10.1665C0.874826 9.89689 0.822154 9.61379 0.798334 9.32276C0.775189 9.03947 0.775873 8.69238 0.775874 8.28369V4.73584C0.775874 4.32697 0.775206 3.97922 0.798334 3.6958C0.822129 3.4048 0.874931 3.12262 1.0122 2.85303C1.21977 2.44566 1.55112 2.11431 1.95849 1.90674C2.22809 1.76947 2.51026 1.71667 2.80126 1.69287C3.08468 1.66974 3.43243 1.67041 3.8413 1.67041H12.1587ZM3.8413 3.00049C3.41056 3.00049 3.12638 3.00137 2.90966 3.01905C2.70133 3.03608 2.61311 3.06535 2.56201 3.09131C2.40489 3.17137 2.27683 3.29943 2.19677 3.45655C2.17081 3.50764 2.14154 3.59587 2.12451 3.8042C2.10683 4.02092 2.10595 4.3051 2.10595 4.73584V8.28369C2.10595 8.71421 2.10681 8.99774 2.12451 9.21436C2.14156 9.42253 2.17082 9.51095 2.19677 9.56201C2.27684 9.71889 2.40507 9.84728 2.56201 9.92725C2.61315 9.95318 2.70169 9.98349 2.90966 10.0005C3.12637 10.0182 3.4106 10.0181 3.8413 10.0181H12.1587C12.5895 10.0181 12.8736 10.0182 13.0903 10.0005C13.2988 9.9834 13.387 9.95323 13.438 9.92725C13.595 9.84722 13.7232 9.71899 13.8032 9.56201C13.8292 9.51093 13.8584 9.42248 13.8755 9.21436C13.8932 8.99774 13.894 8.71421 13.894 8.28369V4.73584C13.894 4.30514 13.8932 4.02091 13.8755 3.8042C13.8585 3.59645 13.8291 3.50771 13.8032 3.45655C13.7233 3.29961 13.5949 3.17138 13.438 3.09131C13.387 3.06534 13.2986 3.03613 13.0903 3.01905C12.8736 3.00134 12.5895 3.00049 12.1587 3.00049H3.8413Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineComputer',
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-dictionary2`]" width="1em" height="1em" v-bind="$attrs"><path d="M10.6362 1.19092C11.1849 1.19092 11.6367 1.19027 12.0034 1.22021C12.3777 1.25082 12.7224 1.31647 13.0454 1.48096C13.5467 1.73646 13.955 2.14468 14.2104 2.646C14.375 2.96912 14.4406 3.31357 14.4712 3.68799C14.5011 4.05481 14.5005 4.50719 14.5005 5.05615V11.2153H13.8354V11.2173C13.2114 11.2175 12.7048 11.724 12.7046 12.3481C12.7048 12.9723 13.2114 13.4788 13.8354 13.479H14.4888V14.8091H3.96045C2.60157 14.8091 1.49971 13.707 1.49951 12.3481V5.05615C1.49951 4.50717 1.49885 4.05482 1.52881 3.68799C1.55942 3.31351 1.62493 2.96917 1.78955 2.646C2.04505 2.14454 2.45314 1.73646 2.95459 1.48096C3.27774 1.31636 3.62213 1.25082 3.99658 1.22021C4.3634 1.19026 4.8158 1.19092 5.36475 1.19092H10.6362ZM3.96045 11.2173C3.33613 11.2173 2.82982 11.7239 2.82959 12.3481C2.82978 12.9724 3.33611 13.479 3.96045 13.479H11.6509C11.6534 13.4838 11.6562 13.4889 11.6587 13.4937C11.4783 13.1515 11.3746 12.7618 11.3745 12.3481C11.3746 11.986 11.4534 11.6421 11.5942 11.3325L11.6509 11.2173H3.96045ZM5.36475 2.521C4.79389 2.521 4.40509 2.52189 4.10498 2.54639C3.81283 2.57027 3.66262 2.61328 3.55811 2.6665C3.30715 2.79445 3.10305 2.99856 2.9751 3.24951C2.92186 3.35403 2.87887 3.50417 2.85498 3.79639C2.83047 4.0965 2.82959 4.48525 2.82959 5.05615V10.1646C3.16842 9.98873 3.55239 9.88721 3.96045 9.88721H13.1714V5.05615C13.1714 4.48528 13.1705 4.0965 13.146 3.79639C13.1221 3.50436 13.0791 3.35403 13.0259 3.24951C12.8979 2.99847 12.6929 2.79449 12.4419 2.6665C12.3374 2.61328 12.1871 2.57027 11.895 2.54639C11.595 2.5219 11.2067 2.521 10.6362 2.521H5.36475Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineDictionary2',
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-key`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.2388 3.50732C13.7194 3.50784 15.7307 5.51884 15.731 7.99951C15.7309 10.4804 13.7195 12.4922 11.2388 12.4927C8.98395 12.4927 7.1174 10.8308 6.79541 8.66553H0.935059C0.567909 8.66545 0.270105 8.36764 0.27002 8.00049C0.27002 7.63327 0.567856 7.33553 0.935059 7.33545H2.51318V4.8335C2.51329 4.46636 2.81108 4.16854 3.17822 4.16846C3.54536 4.16854 3.84316 4.46637 3.84326 4.8335V7.33545H6.79443C7.11566 5.16933 8.98334 3.50732 11.2388 3.50732ZM11.2388 4.8374C9.49226 4.8374 8.07595 6.25306 8.07568 7.99951C8.07574 9.74614 9.49213 11.1626 11.2388 11.1626C12.985 11.1621 14.4008 9.74582 14.4009 7.99951C14.4006 6.25338 12.9848 4.83792 11.2388 4.8374Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineKey',
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-key2`]" width="1em" height="1em" v-bind="$attrs"><path d="M5.65276 1.09529C5.91245 0.835588 6.33349 0.835588 6.59319 1.09529C6.85252 1.35501 6.85276 1.77614 6.59319 2.03572L4.60783 4.02107L7.0844 6.49763C8.95868 5.08104 11.6375 5.22509 13.3461 6.93318C15.2142 8.80129 15.2142 11.8317 13.3461 13.6998C11.478 15.5675 8.44846 15.5668 6.58049 13.6988C4.87259 11.9904 4.72792 9.31226 6.14397 7.43806L1.44768 2.74177C1.18808 2.48208 1.18805 2.06102 1.44768 1.80134C1.70735 1.54167 2.1284 1.54173 2.38811 1.80134L3.6674 3.08064L5.65276 1.09529ZM12.4057 7.87458C11.0569 6.52618 8.86953 6.52597 7.52092 7.87458C6.17279 9.22317 6.17283 11.4098 7.52092 12.7584C8.86949 14.1069 11.0569 14.1076 12.4057 12.7593C13.7543 11.4107 13.7541 9.22332 12.4057 7.87458Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineKey2',
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-link`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.7139 6.0321C11.9736 5.77258 12.3947 5.77255 12.6544 6.0321L13.6397 7.01746C15.464 8.84192 15.446 11.8087 13.627 13.6278C11.8079 15.4465 8.84194 15.4637 7.01764 13.6395L6.43853 13.0604C4.6141 11.236 4.63215 8.2702 6.45123 6.45105C6.71093 6.19142 7.13199 6.19137 7.39166 6.45105C7.65095 6.71076 7.65115 7.1319 7.39166 7.39148C6.08662 8.69657 6.07925 10.8202 7.37896 12.12L7.95807 12.6991C9.25765 13.9985 11.3815 13.992 12.6866 12.6874C13.9915 11.3823 13.9988 9.25762 12.6993 7.95789L11.7139 6.97253C11.4544 6.71283 11.4543 6.29177 11.7139 6.0321ZM2.37213 2.37195C4.19124 0.552876 7.15807 0.535773 8.98248 2.36023L9.56158 2.93933C11.3857 4.76379 11.3678 7.72964 9.54889 9.54871C9.28924 9.80836 8.86816 9.80826 8.60846 9.54871C8.34899 9.28899 8.34884 8.8679 8.60846 8.60828C9.91329 7.30327 9.92057 5.17949 8.62115 3.87976L8.04205 3.30066C6.74235 2.00093 4.61762 2.00737 3.31256 3.31238C2.00751 4.61746 2.00112 6.74212 3.30084 8.04187L4.20318 8.94421C4.46269 9.2039 4.46275 9.62499 4.20318 9.88464C3.94354 10.1443 3.52246 10.1442 3.26275 9.88464L2.36041 8.9823C0.535975 7.15782 0.553038 4.19109 2.37213 2.37195Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineLink',
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-link2`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.52539 2.82031C6.89249 2.82047 7.19036 3.11823 7.19043 3.48535C7.19043 3.85252 6.89253 4.15023 6.52539 4.15039H5.68652C3.56066 4.15049 1.83698 5.87413 1.83691 8C1.83703 10.1258 3.56069 11.8495 5.68652 11.8496H6.52539C6.89249 11.8498 7.19036 12.1475 7.19043 12.5146C7.19021 12.8816 6.89239 13.1795 6.52539 13.1797H5.68652C2.82615 13.1796 0.506948 10.8604 0.506836 8C0.506902 5.13959 2.82612 2.82041 5.68652 2.82031H6.52539ZM10.3135 2.82031C13.1738 2.82051 15.4931 5.13965 15.4932 8C15.4931 10.8603 13.1738 13.1795 10.3135 13.1797H9.47461C9.10761 13.1795 8.80979 12.8816 8.80957 12.5146C8.80964 12.1475 9.10751 11.8498 9.47461 11.8496H10.3135C12.4392 11.8494 14.163 10.1258 14.1631 8C14.163 5.87419 12.4393 4.15059 10.3135 4.15039H9.47461C9.10747 4.15023 8.80957 3.85252 8.80957 3.48535C8.80964 3.11823 9.10751 2.82047 9.47461 2.82031H10.3135ZM10.0078 7.33496C10.3751 7.33496 10.6729 7.63273 10.6729 8C10.6728 8.36723 10.3751 8.66504 10.0078 8.66504H5.99121C5.62415 8.66482 5.32622 8.3671 5.32617 8C5.32617 7.63286 5.62412 7.33518 5.99121 7.33496H10.0078Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineLink2',
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-phone`]" width="1em" height="1em" v-bind="$attrs"><path d="M10.6294 0.958988C11.1224 0.958988 11.5322 0.958108 11.8657 0.985355C12.207 1.01324 12.5267 1.07372 12.8286 1.22754C13.2923 1.46385 13.6695 1.841 13.9058 2.30469C14.0595 2.60653 14.1201 2.92637 14.148 3.26758C14.1752 3.60104 14.1743 4.01098 14.1743 4.50391V11.4961C14.1743 11.9889 14.1752 12.3991 14.148 12.7324C14.1201 13.0734 14.0594 13.3927 13.9058 13.6943C13.6695 14.158 13.2922 14.5352 12.8286 14.7715C12.5268 14.9253 12.207 14.9858 11.8657 15.0137C11.5322 15.0409 11.1224 15.041 10.6294 15.041H5.37159C4.87857 15.041 4.46874 15.0409 4.13526 15.0137C3.79403 14.9858 3.47422 14.9253 3.17237 14.7715C2.70877 14.5352 2.33148 14.158 2.09522 13.6943C1.94162 13.3927 1.88092 13.0734 1.85303 12.7324C1.82579 12.3991 1.82666 11.9889 1.82666 11.4961V4.50391C1.82666 4.01098 1.8258 3.60104 1.85303 3.26758C1.88091 2.92637 1.94146 2.60653 2.09522 2.30469C2.33151 1.84101 2.70869 1.46385 3.17237 1.22754C3.47424 1.07373 3.794 1.01324 4.13526 0.985355C4.46874 0.958108 4.87857 0.958988 5.37159 0.958988H10.6294ZM3.15674 11.4961C3.15674 12.0108 3.15741 12.3573 3.1792 12.624C3.20037 12.8827 3.23842 13.0077 3.28076 13.0908C3.38959 13.3043 3.56336 13.4781 3.77686 13.5869C3.86001 13.6292 3.98504 13.6673 4.24366 13.6885C4.51042 13.7103 4.85667 13.7109 5.37159 13.7109H10.6294C11.1443 13.7109 11.4906 13.7103 11.7573 13.6885C12.0159 13.6674 12.141 13.6292 12.2241 13.5869C12.4376 13.4781 12.6114 13.3043 12.7202 13.0908C12.7626 13.0077 12.8006 12.8827 12.8218 12.624C12.8436 12.3573 12.8442 12.0108 12.8442 11.4961V11.0918H3.15674V11.4961ZM8.00049 11.5264C8.45665 11.5264 8.82659 11.8964 8.82666 12.3525C8.82666 12.8088 8.4567 13.1787 8.00049 13.1787C7.54429 13.1787 7.17432 12.8087 7.17432 12.3525C7.17439 11.8964 7.54433 11.5264 8.00049 11.5264ZM5.37159 2.28907C4.85665 2.28907 4.51042 2.28973 4.24366 2.31153C3.98485 2.33267 3.86001 2.37077 3.77686 2.41309C3.56333 2.52191 3.38957 2.69565 3.28076 2.90918C3.23847 2.99233 3.20034 3.11731 3.1792 3.37598C3.15742 3.64273 3.15674 3.98908 3.15674 4.50391V9.76172H12.8442V4.50391C12.8442 3.98908 12.8436 3.64273 12.8218 3.37598C12.8006 3.11729 12.7625 2.99233 12.7202 2.90918C12.6114 2.69564 12.4377 2.52191 12.2241 2.41309C12.141 2.37077 12.0161 2.33267 11.7573 2.31153C11.4906 2.28973 11.1443 2.28907 10.6294 2.28907H5.37159Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLinePhone',
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-script`]" width="1em" height="1em" v-bind="$attrs"><path d="M9.5614 1.76733C9.68699 1.4223 10.0679 1.24443 10.413 1.36987C10.7581 1.49549 10.936 1.87729 10.8104 2.22241L6.43933 14.2322C6.31372 14.5773 5.93191 14.7553 5.58679 14.6296C5.242 14.504 5.06408 14.123 5.18933 13.7781L9.5614 1.76733ZM3.77429 4.24097C4.018 3.9663 4.43804 3.94165 4.71277 4.1853C4.98746 4.42902 5.01309 4.84904 4.76941 5.12378L2.76843 7.37964C2.59538 7.57475 2.48988 7.69377 2.41785 7.78882C2.38465 7.83267 2.36651 7.86236 2.35632 7.88062C2.34805 7.8955 2.34505 7.90259 2.3446 7.90405C2.32607 7.96646 2.32597 8.03406 2.3446 8.09644C2.34527 8.09838 2.34827 8.10544 2.35632 8.11987C2.36653 8.13815 2.38467 8.16688 2.41785 8.21069C2.48994 8.30585 2.59503 8.42534 2.76843 8.62085L4.76941 10.8767C5.01305 11.1515 4.98747 11.5715 4.71277 11.8152C4.43805 12.0584 4.01789 12.034 3.77429 11.7595L1.77332 9.50366C1.61353 9.32351 1.46765 9.16007 1.3573 9.0144C1.24203 8.86222 1.1337 8.68882 1.07019 8.47632C0.977549 8.16586 0.977655 7.83465 1.07019 7.52417C1.13362 7.31177 1.24212 7.13821 1.3573 6.98608C1.46757 6.84052 1.61366 6.67683 1.77332 6.49683L3.77429 4.24097ZM11.287 4.1853C11.5617 3.94163 11.9817 3.9663 12.2255 4.24097L14.2264 6.49683C14.3862 6.67692 14.5321 6.84046 14.6425 6.98608C14.7577 7.13827 14.8661 7.31167 14.9296 7.52417C15.0221 7.83468 15.0222 8.16582 14.9296 8.47632C14.866 8.68876 14.7577 8.86225 14.6425 9.0144C14.5321 9.16001 14.3861 9.3236 14.2264 9.50366L12.2255 11.7595C11.9818 12.0339 11.5616 12.0586 11.287 11.8152C11.0124 11.5716 10.9869 11.1515 11.2303 10.8767L13.2313 8.62085C13.4046 8.42549 13.5098 8.30581 13.5819 8.21069C13.615 8.16704 13.6332 8.13816 13.6434 8.11987C13.6513 8.10576 13.6544 8.09856 13.6552 8.09644C13.6738 8.03401 13.6737 7.96649 13.6552 7.90405C13.6547 7.90258 13.6518 7.89564 13.6434 7.88062C13.6332 7.86233 13.6152 7.8328 13.5819 7.78882C13.5098 7.69373 13.4045 7.57488 13.2313 7.37964L11.2303 5.12378C10.9867 4.84912 11.0125 4.42905 11.287 4.1853Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineScript',
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-select`]" width="1em" height="1em" v-bind="$attrs"><path d="M1.8179 1.81885C1.97346 1.66333 2.19652 1.59526 2.41263 1.63624L13.8354 3.80808C14.0901 3.85679 14.2934 4.04955 14.356 4.30124C14.4184 4.55301 14.329 4.81875 14.1265 4.98091L12.019 6.66839C11.7687 6.86883 11.613 6.99279 11.5054 7.09514C11.4551 7.14293 11.4275 7.17587 11.4116 7.1967C11.4047 7.20585 11.4001 7.21172 11.398 7.21525C11.3971 7.21674 11.3963 7.21851 11.396 7.21916L11.395 7.22014C11.3663 7.29003 11.3624 7.36821 11.3833 7.44083V7.44181C11.3835 7.44256 11.3845 7.44405 11.3853 7.44572C11.3869 7.44944 11.3907 7.45675 11.397 7.4672C11.4106 7.4897 11.4355 7.52478 11.48 7.57755C11.5757 7.69103 11.7155 7.83257 11.9419 8.05899L13.3989 9.51697C13.5891 9.7071 13.7612 9.87766 13.8911 10.0306C14.0259 10.1894 14.155 10.3724 14.23 10.6029C14.3385 10.937 14.3383 11.2971 14.23 11.6312C14.155 11.8621 14.0261 12.0464 13.8911 12.2054C13.7612 12.3584 13.5891 12.5289 13.3989 12.7191L12.7192 13.3997C12.5292 13.5898 12.3585 13.7611 12.2056 13.8909C12.0466 14.0259 11.8623 14.1548 11.6314 14.2298C11.2972 14.3383 10.9372 14.3383 10.603 14.2298C10.3723 14.1548 10.1887 14.0258 10.0298 13.8909C9.87687 13.7611 9.70617 13.5898 9.51613 13.3997L7.31984 11.2044C7.29269 11.2378 7.26247 11.2762 7.22609 11.3216L4.98 14.1263C4.81779 14.3288 4.55217 14.4183 4.30032 14.3558C4.04873 14.2931 3.85676 14.0899 3.80813 13.8353L1.63529 2.41357C1.59429 2.19755 1.66253 1.97442 1.8179 1.81885ZM4.84329 12.1683L6.18703 10.4906C6.27641 10.379 6.37032 10.262 6.45754 10.1703C6.52642 10.0979 6.61613 10.0131 6.73391 9.94372L6.86184 9.88025L6.95461 9.84607C7.14185 9.78676 7.34108 9.77649 7.53371 9.81482L7.62941 9.83728L7.7632 9.88708C7.8883 9.9432 7.98739 10.0169 8.06398 10.0814C8.16064 10.1629 8.26571 10.2685 8.36671 10.3695L10.4566 12.4593C10.662 12.6647 10.7882 12.7907 10.8901 12.8773C10.9372 12.9172 10.9688 12.9391 10.9888 12.9515C10.998 12.9572 11.0047 12.9615 11.0083 12.9632C11.0115 12.9646 11.0138 12.9651 11.0142 12.9652C11.0813 12.9869 11.1541 12.9869 11.2212 12.9652C11.2219 12.9649 11.2236 12.9644 11.2261 12.9632C11.2296 12.9615 11.2361 12.9574 11.2456 12.9515C11.2656 12.9391 11.2969 12.9165 11.3442 12.8763C11.4462 12.7897 11.5733 12.6639 11.7788 12.4583L12.4585 11.7787C12.6642 11.573 12.7899 11.4461 12.8765 11.3441C12.9168 11.2966 12.9393 11.2655 12.9517 11.2455C12.9575 11.236 12.9607 11.2294 12.9624 11.2259C12.9636 11.2233 12.9651 11.2217 12.9653 11.221C12.987 11.154 12.9871 11.0811 12.9653 11.014C12.9652 11.0136 12.9638 11.0121 12.9624 11.0091C12.9607 11.0056 12.9575 10.998 12.9517 10.9886C12.9392 10.9687 12.9172 10.9378 12.8774 10.891C12.7909 10.789 12.6651 10.662 12.4595 10.4564L11.0015 8.99843C10.7912 8.78812 10.6031 8.60082 10.4624 8.43398C10.3174 8.26193 10.1778 8.06197 10.105 7.80997C10.0006 7.44818 10.0229 7.06141 10.1665 6.71331C10.2666 6.47068 10.4262 6.28641 10.5894 6.13129C10.7476 5.98091 10.9548 5.81526 11.187 5.62934L12.1675 4.8442L3.12356 3.12547L4.84329 12.1683Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineSelect',
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
@@ -276,4 +276,15 @@ export { default as IconLineDotDrag } from './IconLineDotDrag/index.vue';
276
276
  export { default as IconLineWorkFlow } from './IconLineWorkFlow/index.vue';
277
277
  export { default as IconLineEr } from './IconLineEr/index.vue';
278
278
  export { default as IconFillQuotation } from './IconFillQuotation/index.vue';
279
- export { default as IconLineOk } from './IconLineOk/index.vue';
279
+ export { default as IconLineOk } from './IconLineOk/index.vue';
280
+ export { default as IconLineComment } from './IconLineComment/index.vue';
281
+ export { default as IconLineSelect } from './IconLineSelect/index.vue';
282
+ export { default as IconLineAttachment } from './IconLineAttachment/index.vue';
283
+ export { default as IconLineDictionary2 } from './IconLineDictionary2/index.vue';
284
+ export { default as IconLineLink } from './IconLineLink/index.vue';
285
+ export { default as IconLineScript } from './IconLineScript/index.vue';
286
+ export { default as IconLineKey } from './IconLineKey/index.vue';
287
+ export { default as IconLineKey2 } from './IconLineKey2/index.vue';
288
+ export { default as IconLineLink2 } from './IconLineLink2/index.vue';
289
+ export { default as IconLineComputer } from './IconLineComputer/index.vue';
290
+ export { default as IconLinePhone } from './IconLinePhone/index.vue';