@arco-iconbox/vue-smartcode 0.0.20 → 0.0.22

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 (113) hide show
  1. package/dist/icon.js +1890 -839
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +391 -263
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/IconColorDingding/index.js +33 -0
  6. package/esm/IconColorEmail/index.js +39 -0
  7. package/esm/IconColorFeishu/index.js +43 -0
  8. package/esm/IconColorHttp/index.js +33 -0
  9. package/esm/IconColorJs/index.js +33 -0
  10. package/esm/IconColorNotice/index.js +44 -0
  11. package/esm/IconColorQiwei/index.js +53 -0
  12. package/esm/IconColorSql/index.js +33 -0
  13. package/esm/IconLineAi/index.js +40 -0
  14. package/esm/IconLineApi/index.js +32 -0
  15. package/esm/IconLineArea/index.js +32 -0
  16. package/esm/IconLineAuthorization/index.js +40 -0
  17. package/esm/IconLineData/index.js +32 -0
  18. package/esm/IconLineDictionary/index.js +32 -0
  19. package/esm/IconLineDingding/index.js +32 -0
  20. package/esm/IconLineEmail/index.js +32 -0
  21. package/esm/IconLineFeishu/index.js +32 -0
  22. package/esm/IconLineList/index.js +32 -0
  23. package/esm/IconLineMenuExpand/index.js +2 -2
  24. package/esm/IconLineMenuShrink/index.js +2 -2
  25. package/esm/IconLineOnline/index.js +32 -0
  26. package/esm/IconLineOrg/index.js +32 -0
  27. package/esm/IconLinePermission/index.js +40 -0
  28. package/esm/IconLinePhrase/index.js +32 -0
  29. package/esm/IconLinePosition/index.js +32 -0
  30. package/esm/IconLineQiwei/index.js +32 -0
  31. package/esm/IconLineSeal/index.js +40 -0
  32. package/esm/IconLineSend/index.js +32 -0
  33. package/esm/IconLineSysNotice/index.js +32 -0
  34. package/esm/IconLineSysSet/index.js +32 -0
  35. package/esm/IconLineTask/index.js +40 -0
  36. package/esm/IconLineTemplate/index.js +32 -0
  37. package/esm/IconLineTranslation/index.js +1 -5
  38. package/esm/IconLineUsers/index.js +32 -0
  39. package/esm/IconLineVector/index.js +32 -0
  40. package/esm/index.js +35 -3
  41. package/lib/IconColorDingding/index.js +34 -0
  42. package/lib/IconColorEmail/index.js +40 -0
  43. package/lib/IconColorFeishu/index.js +44 -0
  44. package/lib/IconColorHttp/index.js +34 -0
  45. package/lib/IconColorJs/index.js +34 -0
  46. package/lib/IconColorNotice/index.js +45 -0
  47. package/lib/IconColorQiwei/index.js +54 -0
  48. package/lib/IconColorSql/index.js +34 -0
  49. package/lib/IconLineAi/index.js +41 -0
  50. package/lib/IconLineApi/index.js +33 -0
  51. package/lib/IconLineArea/index.js +33 -0
  52. package/lib/IconLineAuthorization/index.js +41 -0
  53. package/lib/IconLineData/index.js +33 -0
  54. package/lib/IconLineDictionary/index.js +33 -0
  55. package/lib/IconLineDingding/index.js +33 -0
  56. package/lib/IconLineEmail/index.js +33 -0
  57. package/lib/IconLineFeishu/index.js +33 -0
  58. package/lib/IconLineList/index.js +33 -0
  59. package/lib/IconLineMenuExpand/index.js +2 -2
  60. package/lib/IconLineMenuShrink/index.js +2 -2
  61. package/lib/IconLineOnline/index.js +33 -0
  62. package/lib/IconLineOrg/index.js +33 -0
  63. package/lib/IconLinePermission/index.js +41 -0
  64. package/lib/IconLinePhrase/index.js +33 -0
  65. package/lib/IconLinePosition/index.js +33 -0
  66. package/lib/IconLineQiwei/index.js +33 -0
  67. package/lib/IconLineSeal/index.js +41 -0
  68. package/lib/IconLineSend/index.js +33 -0
  69. package/lib/IconLineSysNotice/index.js +33 -0
  70. package/lib/IconLineSysSet/index.js +33 -0
  71. package/lib/IconLineTask/index.js +41 -0
  72. package/lib/IconLineTemplate/index.js +33 -0
  73. package/lib/IconLineTranslation/index.js +1 -5
  74. package/lib/IconLineUsers/index.js +33 -0
  75. package/lib/IconLineVector/index.js +33 -0
  76. package/lib/index.js +92 -28
  77. package/package.json +1 -1
  78. package/src/IconColorDingding/index.vue +19 -0
  79. package/src/IconColorEmail/index.vue +19 -0
  80. package/src/IconColorFeishu/index.vue +19 -0
  81. package/src/IconColorHttp/index.vue +19 -0
  82. package/src/IconColorJs/index.vue +19 -0
  83. package/src/IconColorNotice/index.vue +19 -0
  84. package/src/IconColorQiwei/index.vue +19 -0
  85. package/src/IconColorSql/index.vue +19 -0
  86. package/src/IconLineAi/index.vue +19 -0
  87. package/src/IconLineApi/index.vue +19 -0
  88. package/src/IconLineArea/index.vue +19 -0
  89. package/src/IconLineAuthorization/index.vue +19 -0
  90. package/src/IconLineData/index.vue +19 -0
  91. package/src/IconLineDictionary/index.vue +19 -0
  92. package/src/IconLineDingding/index.vue +19 -0
  93. package/src/IconLineEmail/index.vue +19 -0
  94. package/src/IconLineFeishu/index.vue +19 -0
  95. package/src/IconLineList/index.vue +19 -0
  96. package/src/IconLineMenuExpand/index.vue +1 -1
  97. package/src/IconLineMenuShrink/index.vue +1 -1
  98. package/src/IconLineOnline/index.vue +19 -0
  99. package/src/IconLineOrg/index.vue +19 -0
  100. package/src/IconLinePermission/index.vue +19 -0
  101. package/src/IconLinePhrase/index.vue +19 -0
  102. package/src/IconLinePosition/index.vue +19 -0
  103. package/src/IconLineQiwei/index.vue +19 -0
  104. package/src/IconLineSeal/index.vue +19 -0
  105. package/src/IconLineSend/index.vue +19 -0
  106. package/src/IconLineSysNotice/index.vue +19 -0
  107. package/src/IconLineSysSet/index.vue +19 -0
  108. package/src/IconLineTask/index.vue +19 -0
  109. package/src/IconLineTemplate/index.vue +19 -0
  110. package/src/IconLineTranslation/index.vue +1 -1
  111. package/src/IconLineUsers/index.vue +19 -0
  112. package/src/IconLineVector/index.vue +19 -0
  113. package/src/index.js +36 -4
@@ -0,0 +1,40 @@
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: "IconLineSeal",
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("g", { "clip-path": "url(#svg_df26673bc9__clip0_3122_60324)" }, [
18
+ /* @__PURE__ */ createElementVNode("path", { d: "M15.9722 15.6791C16.3852 15.6793 16.7204 16.0142 16.7204 16.4272C16.7202 16.8402 16.3851 17.1752 15.9722 17.1754H2.02835C1.61545 17.1752 1.28035 16.8402 1.28018 16.4272C1.28018 16.0142 1.61535 15.6793 2.02835 15.6791H15.9722ZM9.12991 0.224609C10.2262 0.224609 11.3189 0.537048 12.1468 1.2771C12.9888 2.02994 13.4717 3.1491 13.4717 4.58289C13.4716 6.19582 12.8815 7.16932 12.3006 7.85571C12.163 8.01827 12.0263 8.16466 11.9117 8.28748C11.7918 8.41591 11.7004 8.51382 11.626 8.60498C11.553 8.69459 11.5168 8.75427 11.4986 8.79285C11.4905 8.80994 11.4866 8.82099 11.4854 8.82581C11.4845 8.8298 11.4843 8.83281 11.4843 8.83459V9.26855C11.5242 9.27199 11.5705 9.27635 11.6249 9.28064L15.0658 9.5509C15.4645 9.58227 15.8642 9.60226 16.1996 9.75745C16.648 9.96522 16.9966 10.3422 17.1686 10.8055C17.2972 11.1522 17.2862 11.5524 17.2862 11.9525C17.2862 12.1921 17.2857 12.4082 17.2741 12.5875C17.262 12.7731 17.2354 12.9721 17.1565 13.1731C16.9661 13.6577 16.5821 14.0418 16.0974 14.2322C15.8965 14.311 15.6974 14.3388 15.5119 14.3508C15.3325 14.3625 15.1164 14.3618 14.8769 14.3618H3.12259C2.8833 14.3618 2.66777 14.3625 2.48868 14.3508C2.30331 14.3388 2.10498 14.3109 1.90421 14.2322C1.41865 14.0418 1.0344 13.6576 0.844024 13.172C0.76533 12.9712 0.737428 12.7729 0.725372 12.5875C0.713745 12.4084 0.714385 12.1929 0.714386 11.9536C0.714386 11.554 0.70276 11.154 0.830841 10.8077C1.00298 10.3435 1.35262 9.96514 1.80203 9.75745C2.13736 9.6026 2.53725 9.58404 2.93582 9.5531L6.45035 9.27954C6.50434 9.27535 6.55021 9.27193 6.58987 9.26855C6.59017 9.22879 6.59097 9.18315 6.59097 9.12903V8.88843C6.57663 8.86499 6.54072 8.80975 6.45914 8.71484C6.37683 8.61912 6.28296 8.51966 6.15701 8.38306C6.0369 8.25278 5.89916 8.10045 5.75931 7.92822C5.18008 7.2148 4.5938 6.18896 4.59366 4.58289C4.59366 3.11047 5.14358 1.98832 6.03726 1.24854C6.90978 0.526676 8.0405 0.224777 9.12991 0.224609ZM9.12991 1.72095C8.29597 1.72112 7.53143 1.95379 6.99088 2.401C6.47193 2.8307 6.09 3.51421 6.09 4.58289C6.09013 5.76554 6.50129 6.46923 6.92056 6.9856C7.03038 7.12084 7.14279 7.24542 7.25674 7.36902C7.36455 7.48595 7.48925 7.6174 7.59402 7.73926C7.77689 7.95198 8.08731 8.33285 8.08731 8.83459V9.12903C8.08731 9.26366 8.08721 9.4084 8.07742 9.53223C8.06687 9.66533 8.04136 9.83367 7.95767 10.0079C7.84378 10.2447 7.6609 10.443 7.43362 10.5748C7.26625 10.6717 7.09964 10.7101 6.9678 10.7308C6.84511 10.7501 6.70096 10.7611 6.5668 10.7715L3.05228 11.0439C2.52501 11.0849 2.46034 11.1021 2.42935 11.1165C2.33922 11.1583 2.26835 11.2342 2.23379 11.3274C2.222 11.3596 2.21072 11.4274 2.21072 11.9536C2.21072 12.2123 2.21066 12.3714 2.21841 12.4908C2.22521 12.5949 2.23634 12.6244 2.23709 12.626C2.27539 12.7235 2.35267 12.8008 2.45023 12.8391C2.45137 12.8397 2.48056 12.8509 2.58536 12.8578C2.70478 12.8655 2.86391 12.8655 3.12259 12.8655H14.8769C15.1355 12.8655 15.2946 12.8655 15.4141 12.8578C15.5132 12.8513 15.5458 12.8408 15.5503 12.8391C15.6477 12.8008 15.7251 12.7233 15.7635 12.626C15.7651 12.6214 15.7746 12.5892 15.781 12.4908C15.7888 12.3712 15.7898 12.2116 15.7898 11.9525C15.7898 11.4243 15.7775 11.3584 15.7657 11.3263C15.7311 11.2331 15.6613 11.1572 15.5712 11.1154C15.5401 11.101 15.4751 11.0843 14.9483 11.0428L11.5074 10.7726C11.373 10.762 11.228 10.7503 11.1053 10.7308C10.9735 10.7099 10.8076 10.6718 10.6405 10.5748C10.4135 10.4429 10.2313 10.2447 10.1176 10.0079C10.034 9.83373 10.0084 9.66528 9.99783 9.53223C9.98809 9.4086 9.98794 9.26439 9.98795 9.13013V8.83459C9.98795 8.31795 10.2473 7.92951 10.4669 7.66016C10.5786 7.52325 10.7059 7.38751 10.8185 7.26685C10.9365 7.14046 11.0486 7.01941 11.1591 6.88892C11.5713 6.40176 11.9752 5.75848 11.9754 4.58289C11.9754 3.50093 11.6225 2.81537 11.1492 2.39221C10.6616 1.95643 9.95744 1.72095 9.12991 1.72095Z" })
19
+ ], -1);
20
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("defs", null, [
21
+ /* @__PURE__ */ createElementVNode("clipPath", { id: "svg_df26673bc9__clip0_3122_60324" }, [
22
+ /* @__PURE__ */ createElementVNode("path", { d: "M0 0H18V18H0z" })
23
+ ])
24
+ ], -1);
25
+ const _hoisted_4 = [
26
+ _hoisted_2,
27
+ _hoisted_3
28
+ ];
29
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
30
+ return openBlock(), createElementBlock("svg", mergeProps({
31
+ viewBox: "0 0 18 18",
32
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-seal`],
35
+ width: "1em",
36
+ height: "1em"
37
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
38
+ }
39
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
40
+ 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: "IconLineSend",
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: "M8.85107 1.35742C10.1604 1.35742 11.2056 1.35682 12.0349 1.45081C12.8794 1.54652 13.5932 1.74856 14.2014 2.21875C14.4785 2.433 14.7277 2.68211 14.9419 2.95923C15.4118 3.56726 15.6141 4.28051 15.7098 5.12463C15.8038 5.9539 15.8021 6.99921 15.8021 8.30847C15.8021 8.72165 15.4671 9.05664 15.054 9.05664C14.641 9.05642 14.3058 8.72151 14.3058 8.30847C14.3058 6.96443 14.3056 6.01922 14.2234 5.29382C14.1429 4.58379 13.9921 4.1779 13.7576 3.87439C13.621 3.69778 13.4629 3.53851 13.2863 3.40198C12.9828 3.16738 12.5768 3.01776 11.8668 2.93726C11.1414 2.85503 10.1954 2.85376 8.85107 2.85376H8.19739C6.58534 2.85376 5.45148 2.85493 4.59387 2.97022C3.75777 3.08263 3.29669 3.29072 2.9646 3.6228C2.63251 3.95489 2.42442 4.41598 2.31201 5.25208C2.19673 6.10968 2.19556 7.24354 2.19556 8.85559V9.14563C2.19556 10.7577 2.19672 11.8915 2.31201 12.7491C2.42442 13.5852 2.63251 14.0463 2.9646 14.3784C3.29669 14.7105 3.75779 14.9186 4.59387 15.031C5.45148 15.1463 6.58534 15.1475 8.19739 15.1475H10.476C10.8891 15.1475 11.2241 15.4825 11.2241 15.8956C11.2241 16.3088 10.8891 16.6438 10.476 16.6438H8.19739C6.62755 16.6438 5.37442 16.6449 4.39392 16.5131C3.39215 16.3783 2.56292 16.0927 1.90662 15.4364C1.25032 14.7801 0.964706 13.9509 0.829956 12.9491C0.698133 11.9686 0.699219 10.7155 0.699219 9.14563V8.85559C0.699219 7.28575 0.698132 6.03262 0.829956 5.05212C0.964704 4.05035 1.25031 3.22113 1.90662 2.56482C2.56293 1.90851 3.39215 1.62291 4.39392 1.48816C5.37442 1.35634 6.62755 1.35742 8.19739 1.35742H8.85107ZM14.7705 11.0781C14.9081 11.0219 15.0594 11.0084 15.2034 11.0375C15.223 11.0414 15.2414 11.0496 15.2605 11.0551C15.2866 11.0625 15.3132 11.0688 15.3385 11.0792C15.3669 11.0909 15.3933 11.1061 15.4198 11.121C15.4359 11.13 15.4526 11.1381 15.4681 11.1484C15.5095 11.176 15.5485 11.2068 15.5835 11.2418L17.2501 12.9095C17.5423 13.2017 17.5423 13.6754 17.2501 13.9675C16.9579 14.2594 16.4842 14.2596 16.1921 13.9675L15.8021 13.5775V15.8803C15.8021 16.2934 15.4671 16.6284 15.054 16.6284C14.641 16.6282 14.3058 16.2932 14.3058 15.8803V13.5775L13.9158 13.9675C13.6236 14.2594 13.1498 14.2596 12.8578 13.9675C12.5659 13.6755 12.566 13.2017 12.8578 12.9095L14.5255 11.2418C14.5594 11.208 14.5966 11.1775 14.6365 11.1506L14.6431 11.1462C14.6539 11.1391 14.666 11.1341 14.6771 11.1276C14.7074 11.1098 14.7377 11.0916 14.7705 11.0781ZM7.90845 9.64771C8.32251 9.64789 8.65772 9.98397 8.65772 10.3981C8.65772 10.8122 8.32251 11.1483 7.90845 11.1484H5.03552C4.62144 11.1483 4.28516 10.8122 4.28516 10.3981C4.28516 9.98395 4.62144 9.64786 5.03552 9.64771H7.90845ZM10.2661 6.27051C10.6802 6.27051 11.0163 6.60682 11.0165 7.02088C11.0165 7.43509 10.6803 7.77124 10.2661 7.77124H5.03552C4.62144 7.77109 4.28516 7.435 4.28516 7.02088C4.28534 6.60691 4.62155 6.27066 5.03552 6.27051H10.2661Z" }, 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-send`],
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: "IconLineSysNotice",
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.7269 2.07617C11.6002 2.43071 11.527 2.81185 11.527 3.20996C11.527 3.33243 11.534 3.45342 11.5468 3.57251H5.70972C5.06753 3.57251 4.63008 3.57349 4.29249 3.60107C3.96393 3.62796 3.79479 3.67632 3.67725 3.73621C3.39508 3.88016 3.16525 4.10988 3.02137 4.39209C2.9615 4.50967 2.9131 4.67871 2.88624 5.00732C2.85866 5.34497 2.85767 5.78222 2.85767 6.42456V13.6393C2.85767 14.1447 2.8588 14.4728 2.88074 14.7126C2.90287 14.9541 2.93881 14.9899 2.92689 14.973C2.98721 15.0582 3.08054 15.1149 3.18397 15.129C3.16517 15.1267 3.21512 15.1412 3.43665 15.0499C3.65924 14.9581 3.95024 14.8065 4.39796 14.572L4.88245 14.3182C5.30238 14.0983 5.5766 13.9522 5.87012 13.8491C6.12039 13.7612 6.37889 13.6973 6.64136 13.6591C6.94933 13.6142 7.26033 13.6162 7.7345 13.6162H12.1191C12.7609 13.6162 13.1978 13.6152 13.5353 13.5876C13.8638 13.5608 14.0329 13.5123 14.1505 13.4525C14.433 13.3086 14.6635 13.0791 14.8075 12.7966C14.8674 12.6791 14.9158 12.5102 14.9426 12.1814C14.9702 11.8437 14.9712 11.4065 14.9712 10.7642V6.57727C15.5103 6.56556 16.0172 6.42586 16.4653 6.18945C16.4654 6.26598 16.4664 6.34439 16.4664 6.42456V10.7642C16.4664 11.3818 16.4672 11.8906 16.4335 12.3033C16.399 12.7246 16.3254 13.112 16.1401 13.4756C15.8527 14.0396 15.3935 14.4978 14.8295 14.7852C14.4659 14.9703 14.0785 15.0452 13.6572 15.0796C13.2447 15.1132 12.7364 15.1125 12.1191 15.1125H7.7345C7.21926 15.1125 7.03375 15.1144 6.85779 15.14C6.69059 15.1644 6.52503 15.2049 6.36561 15.2609C6.19783 15.3198 6.03235 15.404 5.57569 15.6432L5.09119 15.897C4.66944 16.1178 4.30773 16.309 4.00684 16.4331C3.70764 16.5564 3.36026 16.6626 2.98511 16.6122C2.46978 16.5428 2.00563 16.2621 1.70521 15.8376C1.48664 15.5287 1.41945 15.1722 1.3899 14.85C1.36019 14.5257 1.36133 14.1157 1.36133 13.6393V6.42456C1.36133 5.8069 1.36058 5.29808 1.39429 4.88538C1.42872 4.46414 1.50248 4.07666 1.68763 3.71313C1.97501 3.14911 2.43432 2.68992 2.9983 2.40247C3.36177 2.2173 3.74938 2.14358 4.17054 2.10913C4.58318 2.07542 5.09218 2.07617 5.70972 2.07617H11.7269ZM14.8965 1.30273C15.9494 1.30273 16.8034 2.15602 16.8037 3.20886C16.8037 4.26195 15.9496 5.11609 14.8965 5.11609C13.8436 5.11586 12.9904 4.26181 12.9904 3.20886C12.9906 2.15616 13.8438 1.30296 14.8965 1.30273Z" }, 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-sys-notice`],
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: "IconLineSysSet",
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: "M13.7021 10.3679C15.1473 10.3684 16.3188 11.5408 16.3191 12.986C16.3189 14.4312 15.1474 15.6024 13.7021 15.6029C12.2565 15.6029 11.0843 14.4315 11.0841 12.986C11.0844 11.5405 12.2566 10.3679 13.7021 10.3679ZM13.7021 11.8643C13.083 11.8643 12.5807 12.3668 12.5804 12.986C12.5806 13.6052 13.0829 14.1077 13.7021 14.1077C14.321 14.1072 14.8226 13.6049 14.8228 12.986C14.8225 12.3671 14.3209 11.8647 13.7021 11.8643ZM9.19336 12.2378C9.60629 12.238 9.94138 12.573 9.94153 12.986C9.94153 13.399 9.60638 13.734 9.19336 13.7341H1.9259C1.51285 13.734 1.17773 13.399 1.17773 12.986C1.17788 12.573 1.51294 12.2379 1.9259 12.2378H9.19336ZM4.29895 2.39844C5.74451 2.39862 6.91589 3.57089 6.91589 5.01648C6.91552 6.46175 5.74428 7.63324 4.29895 7.63342C2.85369 7.63316 1.68129 6.4617 1.68091 5.01648C1.68091 3.57094 2.85346 2.3987 4.29895 2.39844ZM4.29895 3.89478C3.67986 3.89504 3.17725 4.39725 3.17725 5.01648C3.17762 5.63538 3.68009 6.13792 4.29895 6.13818C4.91788 6.138 5.41918 5.63543 5.41956 5.01648C5.41956 4.3972 4.91811 3.89496 4.29895 3.89478ZM16.0741 4.26721C16.487 4.26739 16.822 4.6025 16.8223 5.01538C16.8223 5.42845 16.4871 5.76337 16.0741 5.76355H8.80664C8.39365 5.76333 8.05847 5.42842 8.05847 5.01538C8.05869 4.60253 8.39378 4.26743 8.80664 4.26721H16.0741Z" }, 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-sys-set`],
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,40 @@
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: "IconLineTask",
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("g", { "clip-path": "url(#svg_1053b00c2b__clip0_3122_64204)" }, [
18
+ /* @__PURE__ */ createElementVNode("path", { d: "M9.00021 2.35414C13.145 2.35435 16.505 5.71517 16.505 9.86001C16.5047 14.0046 13.1448 17.3646 9.00021 17.3648C4.85566 17.3645 1.49465 14.0045 1.49433 9.86001C1.49433 5.71521 4.85546 2.35441 9.00021 2.35414ZM9.00021 3.85488C5.68389 3.85514 2.99507 6.54364 2.99507 9.86001C2.99538 13.1761 5.68409 15.8649 9.00021 15.8652C12.3164 15.8649 15.005 13.1762 15.0053 9.86001C15.0053 6.5436 12.3166 3.85508 9.00021 3.85488ZM8.80135 5.80495C9.21546 5.80506 9.5517 6.14119 9.55172 6.55532V8.81411C9.55175 9.34815 9.56453 9.40828 9.57809 9.44253C9.6013 9.50087 9.63852 9.55296 9.68685 9.59305C9.71528 9.61652 9.76996 9.64779 10.2768 9.81277L11.6776 10.2687C12.0709 10.3972 12.2858 10.8199 12.1577 11.2135C12.0295 11.6072 11.6066 11.8227 11.2129 11.6947L9.8121 11.2388C9.42699 11.1134 9.03304 10.9986 8.73104 10.7488C8.48793 10.5475 8.299 10.2875 8.18282 9.99405C8.07469 9.72072 8.05427 9.42167 8.05099 9.11844V6.55532C8.05099 6.14112 8.38715 5.80497 8.80135 5.80495ZM4.48591 0.709486C4.85889 0.529456 5.30777 0.685913 5.48787 1.05885C5.66792 1.4318 5.51137 1.88065 5.1385 2.06081C3.72477 2.74337 2.51742 3.78909 1.64045 5.07766C1.40745 5.41993 0.941325 5.50929 0.598942 5.27651C0.256627 5.04345 0.168225 4.5763 0.401188 4.23391C1.42506 2.72957 2.83333 1.50736 4.48591 0.709486ZM12.5125 1.05885C12.6926 0.685909 13.1415 0.529515 13.5145 0.709486C15.1671 1.50735 16.5753 2.72955 17.5992 4.23391C17.8323 4.57634 17.7439 5.04346 17.4015 5.27651C17.0591 5.50925 16.5929 5.41996 16.36 5.07766C15.483 3.78907 14.2757 2.74336 12.8619 2.06081C12.4891 1.88063 12.3325 1.43176 12.5125 1.05885Z" })
19
+ ], -1);
20
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("defs", null, [
21
+ /* @__PURE__ */ createElementVNode("clipPath", { id: "svg_1053b00c2b__clip0_3122_64204" }, [
22
+ /* @__PURE__ */ createElementVNode("path", { d: "M0 0H18V18H0z" })
23
+ ])
24
+ ], -1);
25
+ const _hoisted_4 = [
26
+ _hoisted_2,
27
+ _hoisted_3
28
+ ];
29
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
30
+ return openBlock(), createElementBlock("svg", mergeProps({
31
+ viewBox: "0 0 18 18",
32
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-task`],
35
+ width: "1em",
36
+ height: "1em"
37
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
38
+ }
39
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
40
+ 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: "IconLineTemplate",
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.8485 1.50195C13.4661 1.50195 13.975 1.50121 14.3877 1.53491C14.8089 1.56936 15.1964 1.64305 15.5599 1.82825C16.124 2.11565 16.5821 2.57492 16.8695 3.13892C17.0548 3.50255 17.1295 3.88979 17.1639 4.31116C17.1977 4.72388 17.1969 5.23263 17.1969 5.85034V12.1499C17.1969 12.7676 17.1977 13.2764 17.1639 13.6891C17.1295 14.1105 17.0548 14.4977 16.8695 14.8613C16.5821 15.4253 16.124 15.8846 15.5599 16.172C15.1964 16.3572 14.8089 16.4309 14.3877 16.4653C13.975 16.499 13.4661 16.4983 12.8485 16.4983H5.15149C4.53384 16.4983 4.025 16.4991 3.61231 16.4653C3.19105 16.4309 2.80361 16.3572 2.44006 16.172C1.87598 15.8846 1.41682 15.4254 1.1294 14.8613C0.944194 14.4978 0.870497 14.1104 0.836061 13.6891C0.802341 13.2764 0.803102 12.7676 0.803102 12.1499V5.85034C0.803102 5.23263 0.802341 4.72388 0.836061 4.31116C0.870497 3.88987 0.944193 3.50249 1.1294 3.13892C1.41682 2.57482 1.87598 2.11569 2.44006 1.82825C2.80361 1.64305 3.19105 1.56936 3.61231 1.53491C4.025 1.5012 4.53384 1.50195 5.15149 1.50195H12.8485ZM2.29944 12.1499C2.29944 12.7923 2.30042 13.2295 2.328 13.5671C2.35488 13.8959 2.40324 14.0648 2.46314 14.1824C2.60706 14.4647 2.83675 14.6943 3.11902 14.8383C3.23659 14.8982 3.40553 14.9465 3.73425 14.9734C4.07189 15.001 4.50916 15.002 5.15149 15.002H5.48108V7.16101H2.29944V12.1499ZM6.97742 15.002H12.8485C13.4908 15.002 13.9281 15.001 14.2657 14.9734C14.594 14.9465 14.7623 14.8981 14.8799 14.8383C15.1624 14.6943 15.3929 14.4648 15.5369 14.1824C15.5968 14.0648 15.6451 13.896 15.672 13.5671C15.6996 13.2295 15.7006 12.7923 15.7006 12.1499V7.16101H6.97742V15.002ZM5.15149 2.99829C4.50916 2.99829 4.07189 2.99927 3.73425 3.02686C3.40553 3.05374 3.23659 3.10208 3.11902 3.16199C2.83675 3.30593 2.60706 3.53559 2.46314 3.81787C2.40324 3.93546 2.35488 4.10435 2.328 4.43311C2.30316 4.73723 2.30088 5.12193 2.30054 5.66467H15.6995C15.6991 5.12192 15.6968 4.73723 15.672 4.43311C15.6451 4.10429 15.5968 3.93546 15.5369 3.81787C15.3929 3.53541 15.1624 3.30593 14.8799 3.16199C14.7623 3.10219 14.594 3.05371 14.2657 3.02686C13.9281 2.99928 13.4908 2.99829 12.8485 2.99829H5.15149Z" }, 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-template`],
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 };
@@ -14,11 +14,7 @@ const _sfc_main = {
14
14
  }
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
- "fill-rule": "evenodd",
19
- "clip-rule": "evenodd",
20
- d: "M5.32764 1.06737C5.67592 0.951453 6.05228 1.14006 6.16846 1.48827L6.51904 2.53807C6.54627 2.61977 6.55571 2.70311 6.55127 2.78417H10.0669C10.4341 2.78419 10.7319 3.08195 10.7319 3.44921C10.7317 3.81629 10.434 4.11422 10.0669 4.11425H8.85303C8.76556 4.42302 8.63255 4.84836 8.44971 5.32518C8.08575 6.27422 7.49837 7.49388 6.62061 8.38964C6.59954 8.41113 6.57654 8.43077 6.55518 8.45214C7.19019 8.873 7.92091 9.2577 8.55713 9.56053C8.96139 9.75295 9.31832 9.90935 9.57373 10.0166C9.67743 10.0601 9.76522 10.0946 9.83154 10.1211L10.8823 7.73241L10.9272 7.6455C11.0476 7.45409 11.2601 7.33509 11.4907 7.33495C11.7544 7.33499 11.9929 7.49109 12.0991 7.73241L14.0962 12.2744L14.896 14.0254C15.0485 14.3593 14.9017 14.7535 14.5679 14.9062C14.2339 15.0587 13.8387 14.912 13.686 14.5781L13.064 13.2158H9.91748L9.29443 14.5781C9.14163 14.9119 8.74746 15.0588 8.41357 14.9062C8.0799 14.7535 7.93304 14.3592 8.08545 14.0254L8.88525 12.2744L9.29541 11.3389C9.23016 11.3123 9.15023 11.2804 9.05908 11.2422C8.78889 11.1287 8.41247 10.9648 7.98584 10.7617C7.23985 10.4066 6.31079 9.9187 5.5249 9.35936C4.95302 9.81021 4.36365 10.2092 3.85596 10.5264C3.42829 10.7935 3.05087 11.0098 2.77979 11.1592C2.64419 11.2339 2.5337 11.2921 2.45752 11.332C2.41992 11.3517 2.39019 11.3674 2.36963 11.3779C2.35943 11.3832 2.35083 11.3878 2.34521 11.3906C2.34256 11.3919 2.33993 11.3928 2.33838 11.3935L2.33643 11.3945H2.33545V11.3955C2.0075 11.5601 1.60788 11.4274 1.44287 11.0996C1.27793 10.7716 1.41089 10.3721 1.73877 10.207C1.73955 10.2066 1.74087 10.2051 1.74268 10.2041C1.74667 10.2021 1.75372 10.1987 1.76221 10.1943C1.77946 10.1855 1.80627 10.1721 1.84033 10.1543C1.90914 10.1182 2.01051 10.0639 2.13721 9.99413C2.39161 9.85394 2.74854 9.65037 3.15186 9.39843C3.57994 9.13099 4.05166 8.81291 4.50928 8.46483C3.9957 7.89654 3.61589 7.27031 3.35205 6.74608C3.16278 6.36998 3.02599 6.0347 2.93604 5.79198C2.89102 5.67052 2.85723 5.5712 2.83447 5.50096C2.82317 5.46608 2.81419 5.43795 2.80811 5.41796C2.8051 5.40805 2.80302 5.39947 2.80127 5.39354C2.80039 5.39061 2.79889 5.38763 2.79834 5.38573V5.38378L2.79736 5.3828C2.69653 5.02975 2.90138 4.66052 3.25439 4.55956C3.60718 4.45884 3.9754 4.66306 4.07666 5.01561H4.07568C4.07575 5.01583 4.07632 5.0165 4.07666 5.01757C4.07735 5.0199 4.07873 5.02423 4.08057 5.03026C4.08441 5.0429 4.09132 5.06372 4.1001 5.09081C4.1177 5.14514 4.14505 5.22737 4.18311 5.33007C4.25951 5.5362 4.37676 5.82495 4.53955 6.14843C4.77897 6.62413 5.105 7.14966 5.521 7.60253C5.57098 7.55411 5.62244 7.50791 5.67041 7.45897C6.35849 6.75682 6.86767 5.73827 7.2085 4.8496C7.31089 4.58257 7.3938 4.33184 7.4624 4.11425H1.7085C1.34135 4.11425 1.04366 3.8163 1.04346 3.44921C1.04346 3.08194 1.34123 2.78417 1.7085 2.78417H5.19775L4.90674 1.90819C4.79093 1.55991 4.97938 1.18347 5.32764 1.06737ZM10.5093 11.8857H12.4722L11.4907 9.65135L10.5093 11.8857Z"
21
- }, null, -1);
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M5.29459 0.788073C5.64291 0.672178 6.0193 0.860673 6.13541 1.20897L6.49381 2.28514C6.52288 2.37245 6.53288 2.46155 6.52603 2.54784H10.1462C10.5133 2.54799 10.8112 2.8457 10.8112 3.21288C10.811 3.57993 10.5132 3.87777 10.1462 3.87792H8.89029L8.88932 3.87987C8.79983 4.19674 8.66349 4.63648 8.47428 5.12987C8.10162 6.10154 7.50027 7.34816 6.60318 8.26366C6.57693 8.29045 6.54917 8.31607 6.52213 8.34276C7.17766 8.77912 7.93484 9.17724 8.59244 9.49022C9.00706 9.68755 9.37354 9.84709 9.63541 9.95702C9.76587 10.0118 9.86998 10.0546 9.94107 10.083C9.97643 10.0971 10.0041 10.1072 10.0221 10.1142C10.0311 10.1178 10.0384 10.1204 10.0426 10.1221C10.0444 10.1228 10.0457 10.1237 10.0465 10.124L10.0475 10.125C10.0892 10.1409 10.1284 10.1607 10.1647 10.1836L11.3727 7.43749L11.4176 7.35057C11.5381 7.15933 11.7506 7.04003 11.9811 7.04003C12.2446 7.04022 12.4834 7.19633 12.5895 7.43749L14.6403 12.1006H14.6393L15.4557 13.8857C15.6083 14.2195 15.4611 14.6137 15.1276 14.7666C14.7936 14.9193 14.3994 14.7725 14.2467 14.4385L13.6042 13.0332H10.3581L9.71549 14.4385C9.56281 14.7724 9.16861 14.9192 8.83463 14.7666C8.50065 14.6139 8.35381 14.2197 8.5065 13.8857L9.32584 12.0918L9.63639 11.3838C9.61507 11.378 9.59301 11.3743 9.57193 11.3662H9.57096L9.569 11.3652C9.56742 11.3646 9.56495 11.3643 9.56217 11.3633C9.55649 11.3611 9.54821 11.3576 9.53775 11.3535C9.51681 11.3453 9.4866 11.3328 9.44791 11.3174C9.37033 11.2864 9.25823 11.2417 9.11978 11.1836C8.84303 11.0674 8.45733 10.8995 8.02018 10.6914C7.2462 10.323 6.28178 9.81404 5.47135 9.23241C4.78194 9.74698 4.02376 10.2153 3.36686 10.5898C2.83329 10.8941 2.3513 11.1455 2.0026 11.3213C1.82815 11.4092 1.68614 11.4789 1.58756 11.5264C1.53846 11.55 1.49987 11.5685 1.4733 11.581C1.46009 11.5873 1.4492 11.5924 1.44205 11.5957C1.43877 11.5972 1.43614 11.5987 1.43424 11.5996L1.43131 11.6006C1.09828 11.7548 0.702081 11.6101 0.547519 11.2773C0.393194 10.9441 0.538465 10.5479 0.871738 10.3935H0.872714C0.874042 10.3929 0.876797 10.3919 0.87955 10.3906C0.885275 10.3879 0.894372 10.3834 0.905918 10.3779C0.929474 10.3668 0.964812 10.3501 1.01041 10.3281C1.10249 10.2838 1.23741 10.2177 1.40396 10.1338C1.73754 9.96564 2.19923 9.72503 2.70865 9.43456C3.28022 9.10864 3.89273 8.72772 4.45182 8.32811C3.93276 7.75091 3.54796 7.11643 3.27994 6.58397C3.08625 6.19912 2.94618 5.8557 2.85416 5.60741C2.8081 5.48311 2.77389 5.38131 2.75064 5.30956C2.73906 5.27382 2.72949 5.24497 2.7233 5.2246C2.72028 5.21464 2.71822 5.20613 2.71646 5.20018C2.71564 5.1973 2.71505 5.19424 2.71451 5.19237L2.71353 5.19042L2.71256 5.18944V5.18846C2.61197 4.8355 2.81664 4.46709 3.16959 4.3662C3.52222 4.26571 3.89055 4.46993 3.99186 4.82225H3.99088C3.99093 4.82244 3.99151 4.82324 3.99186 4.82421C3.99258 4.82666 3.99386 4.83158 3.99576 4.83788C3.9997 4.85082 4.00637 4.87185 4.01529 4.8994C4.03339 4.95524 4.06214 5.04001 4.10123 5.1455C4.17966 5.35708 4.30038 5.65334 4.46744 5.98534C4.71517 6.47753 5.05314 7.02295 5.486 7.4912C5.54288 7.43749 5.60042 7.38663 5.65299 7.333C6.36057 6.61099 6.88254 5.56478 7.23209 4.65331C7.34054 4.3705 7.42806 4.10607 7.49967 3.87792H1.58072C1.21355 3.87792 0.915834 3.58002 0.915683 3.21288C0.915683 2.84561 1.21345 2.54784 1.58072 2.54784H5.17936L4.87369 1.62889C4.75776 1.28056 4.94627 0.904187 5.29459 0.788073ZM3.1149 11.5762C3.48202 11.5763 3.77986 11.8741 3.77994 12.2412C3.77994 12.9207 4.33094 13.4717 5.01041 13.4717H6.14713C6.51425 13.4718 6.81209 13.7696 6.81217 14.1367C6.81205 14.5038 6.51422 14.8016 6.14713 14.8017H5.01041C3.59641 14.8017 2.44986 13.6552 2.44986 12.2412C2.44994 11.874 2.74768 11.5762 3.1149 11.5762ZM10.9499 11.7031H13.0124L11.9811 9.35643L10.9499 11.7031ZM12.3835 1.79882C13.8145 1.82665 14.9677 2.98011 14.9958 4.41112C14.9963 4.43857 14.9967 4.47005 14.9967 4.51268V5.5371C14.9967 5.90437 14.699 6.20214 14.3317 6.20214C13.9646 6.20199 13.6667 5.90427 13.6667 5.5371V4.43749C13.6525 3.72086 13.0747 3.14207 12.3581 3.12792C12.3467 3.12771 12.3306 3.12792 12.2819 3.12792C11.9149 3.12762 11.6169 2.82996 11.6169 2.46288C11.6172 2.09606 11.9151 1.79814 12.2819 1.79784C12.3246 1.79784 12.356 1.79828 12.3835 1.79882Z" }, null, -1);
22
18
  const _hoisted_3 = [
23
19
  _hoisted_2
24
20
  ];
@@ -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: "IconLineUsers",
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.45947 7.77539C6.24243 7.77539 6.86768 7.77546 7.37256 7.81445C7.88457 7.85403 8.32856 7.93654 8.73975 8.13281C9.49661 8.49412 10.1068 9.10453 10.4683 9.86133C10.6645 10.2725 10.748 10.7166 10.7876 11.2285C10.8266 11.7333 10.8257 12.3588 10.8257 13.1416V13.8311C10.8257 14.1983 10.5278 14.496 10.1606 14.4961C9.79346 14.496 9.49561 14.1983 9.49561 13.8311V13.1416C9.49561 12.3381 9.49554 11.7728 9.46143 11.3311C9.42783 10.8967 9.36436 10.6363 9.26807 10.4346C9.03781 9.95241 8.6487 9.5632 8.1665 9.33301C7.96474 9.23676 7.7044 9.17322 7.27002 9.13965C6.82827 9.10554 6.26302 9.10547 5.45947 9.10547C4.6559 9.10547 4.09068 9.10554 3.64893 9.13965C3.21455 9.17322 2.9542 9.23678 2.75244 9.33301C2.27029 9.56318 1.88115 9.95247 1.65088 10.4346C1.55461 10.6363 1.49111 10.8967 1.45752 11.3311C1.4234 11.7728 1.42334 12.3382 1.42334 13.1416V13.8311C1.42334 14.1983 1.1255 14.496 0.758301 14.4961C0.391031 14.4961 0.0932617 14.1983 0.0932617 13.8311V13.1416C0.0932617 12.3587 0.0933195 11.7333 0.132324 11.2285C0.171913 10.7166 0.254421 10.2725 0.450684 9.86133C0.812086 9.10458 1.4224 8.49412 2.1792 8.13281C2.59036 7.93659 3.03441 7.85402 3.54639 7.81445C4.05128 7.77546 4.67649 7.77539 5.45947 7.77539ZM11.8442 8.30664C12.1964 8.30664 12.4241 8.30549 12.6226 8.32617C14.3451 8.50621 15.707 9.86831 15.8872 11.5908C15.9079 11.7893 15.9067 12.0169 15.9067 12.3691V13.4082C15.9067 13.7755 15.609 14.0732 15.2417 14.0732C14.8747 14.0729 14.5767 13.7753 14.5767 13.4082V12.3691C14.5767 11.9834 14.5757 11.8408 14.564 11.7285C14.4489 10.6314 13.5821 9.76414 12.4849 9.64941C12.3726 9.6377 12.2301 9.63672 11.8442 9.63672C11.4771 9.63657 11.1792 9.33886 11.1792 8.97168C11.1794 8.60464 11.4772 8.30679 11.8442 8.30664ZM5.521 1.50195C7.08621 1.50195 8.35588 2.77073 8.35596 4.33594C8.35581 5.90108 7.08617 7.16992 5.521 7.16992C3.95607 7.16963 2.68716 5.9009 2.68701 4.33594C2.68708 2.77091 3.95603 1.50225 5.521 1.50195ZM11.6255 2.31641C12.8585 2.31668 13.8579 3.31673 13.8579 4.5498C13.8577 5.78267 12.8583 6.78195 11.6255 6.78223C10.3924 6.78223 9.39233 5.78285 9.39209 4.5498C9.39209 3.31656 10.3923 2.31641 11.6255 2.31641ZM5.521 2.83203C4.69047 2.83233 4.01716 3.50555 4.01709 4.33594C4.01723 5.16626 4.69052 5.83955 5.521 5.83984C6.35173 5.83984 7.02573 5.16645 7.02588 4.33594C7.02581 3.50537 6.35177 2.83203 5.521 2.83203ZM11.6255 3.64648C11.1267 3.64648 10.7222 4.05119 10.7222 4.5498C10.7224 5.04821 11.1269 5.45215 11.6255 5.45215C12.1239 5.45187 12.5276 5.04804 12.5278 4.5498C12.5278 4.05136 12.124 3.64676 11.6255 3.64648Z" }, 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-users`],
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: "IconLineVector",
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.61396 1.25581C7.84711 1.18042 8.09862 1.18029 8.33173 1.25581L8.44697 1.29976L8.5329 1.34371C8.72467 1.45337 8.85106 1.61168 8.93427 1.72945C9.03126 1.86682 9.13402 2.04627 9.24091 2.2314L10.9235 5.14644L12.1618 4.4316L11.7116 3.6523C11.5962 3.4524 11.7406 3.20235 11.9714 3.2021H15.1042C15.3349 3.20238 15.4794 3.45241 15.364 3.6523L13.7976 6.36421C13.6821 6.56421 13.3935 6.56421 13.278 6.36421L12.8268 5.58394L11.5895 6.29878L13.0026 8.74605C13.1097 8.93145 13.2144 9.11081 13.2849 9.26363C13.3539 9.41333 13.4403 9.63777 13.4128 9.90035C13.3782 10.2285 13.206 10.5276 12.9392 10.7216C12.7254 10.8769 12.4872 10.9145 12.3229 10.9296C12.1554 10.945 11.9481 10.9443 11.7341 10.9443H8.66474V12.2695H9.53779C9.76849 12.2697 9.91276 12.5198 9.79755 12.7197L8.23115 15.4326C8.11561 15.6322 7.8271 15.6323 7.71162 15.4326L6.14521 12.7197C6.03012 12.5199 6.17441 12.2698 6.40497 12.2695H7.33466V10.9443H4.21064C3.99672 10.9443 3.7893 10.945 3.62177 10.9296C3.45766 10.9146 3.22015 10.8766 3.00654 10.7216C2.73951 10.5276 2.56748 10.2286 2.5329 9.90035C2.50539 9.63754 2.59179 9.41334 2.66083 9.26363C2.73137 9.11072 2.83497 8.93156 2.94208 8.74605L4.36787 6.27437L3.17158 5.58394L2.72138 6.36421C2.60591 6.56421 2.31732 6.56421 2.20185 6.36421L0.635443 3.6523C0.519973 3.4523 0.665245 3.2021 0.896185 3.2021H4.02802C4.25884 3.20225 4.40322 3.45236 4.28779 3.6523L3.83662 4.4316L5.03388 5.123L6.7038 2.2314C6.81089 2.04593 6.91427 1.86696 7.01142 1.72945C7.10659 1.59476 7.25725 1.4073 7.49872 1.29976L7.61396 1.25581ZM8.66474 7.98726L8.66572 9.61421H11.7341C11.8255 9.61421 11.9023 9.61285 11.9665 9.61226C11.935 9.55646 11.8968 9.48997 11.8513 9.41109L10.4382 6.96382L8.66474 7.98726ZM4.09443 9.41109C4.0487 9.49029 4.00985 9.5563 3.97822 9.61226C4.04251 9.61286 4.11911 9.61421 4.21064 9.61421H7.33466V7.98726L5.52021 6.94038L4.09443 9.41109ZM7.85615 2.89644L6.18525 5.78804L7.9997 6.83492L9.77216 5.81148L8.08954 2.89644C8.04389 2.81736 8.00497 2.75155 7.97236 2.69624C7.93975 2.75154 7.9018 2.81737 7.85615 2.89644Z" }, 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-vector`],
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
@@ -69,10 +69,7 @@ export { default as IconFillOrganization } from "./IconFillOrganization/index.js
69
69
  export { default as IconFillSetting } from "./IconFillSetting/index.js";
70
70
  export { default as IconLineImport } from "./IconLineImport/index.js";
71
71
  export { default as IconLineExport } from "./IconLineExport/index.js";
72
- export { default as IconLineMenuExpand } from "./IconLineMenuExpand/index.js";
73
- export { default as IconLineMenuShrink } from "./IconLineMenuShrink/index.js";
74
72
  export { default as IconLineTableSet } from "./IconLineTableSet/index.js";
75
- export { default as IconLineTranslation } from "./IconLineTranslation/index.js";
76
73
  export { default as IconLineLeft } from "./IconLineLeft/index.js";
77
74
  export { default as IconLineRight } from "./IconLineRight/index.js";
78
75
  export { default as IconLineFlatten } from "./IconLineFlatten/index.js";
@@ -83,3 +80,38 @@ export { default as IconLineMore } from "./IconLineMore/index.js";
83
80
  export { default as IconFillPoint } from "./IconFillPoint/index.js";
84
81
  export { default as IconLineCollapseAll } from "./IconLineCollapseAll/index.js";
85
82
  export { default as IconLineExpandAll } from "./IconLineExpandAll/index.js";
83
+ export { default as IconLineApi } from "./IconLineApi/index.js";
84
+ export { default as IconLineArea } from "./IconLineArea/index.js";
85
+ export { default as IconLineData } from "./IconLineData/index.js";
86
+ export { default as IconLineDictionary } from "./IconLineDictionary/index.js";
87
+ export { default as IconLineDingding } from "./IconLineDingding/index.js";
88
+ export { default as IconLineEmail } from "./IconLineEmail/index.js";
89
+ export { default as IconLineMenuExpand } from "./IconLineMenuExpand/index.js";
90
+ export { default as IconLineMenuShrink } from "./IconLineMenuShrink/index.js";
91
+ export { default as IconLineFeishu } from "./IconLineFeishu/index.js";
92
+ export { default as IconLineList } from "./IconLineList/index.js";
93
+ export { default as IconLineSysNotice } from "./IconLineSysNotice/index.js";
94
+ export { default as IconLinePhrase } from "./IconLinePhrase/index.js";
95
+ export { default as IconLineQiwei } from "./IconLineQiwei/index.js";
96
+ export { default as IconLineSeal } from "./IconLineSeal/index.js";
97
+ export { default as IconLineSend } from "./IconLineSend/index.js";
98
+ export { default as IconLineSysSet } from "./IconLineSysSet/index.js";
99
+ export { default as IconLineTask } from "./IconLineTask/index.js";
100
+ export { default as IconLineTemplate } from "./IconLineTemplate/index.js";
101
+ export { default as IconLineTranslation } from "./IconLineTranslation/index.js";
102
+ export { default as IconColorDingding } from "./IconColorDingding/index.js";
103
+ export { default as IconColorEmail } from "./IconColorEmail/index.js";
104
+ export { default as IconColorFeishu } from "./IconColorFeishu/index.js";
105
+ export { default as IconColorNotice } from "./IconColorNotice/index.js";
106
+ export { default as IconLineAi } from "./IconLineAi/index.js";
107
+ export { default as IconLineAuthorization } from "./IconLineAuthorization/index.js";
108
+ export { default as IconColorHttp } from "./IconColorHttp/index.js";
109
+ export { default as IconColorJs } from "./IconColorJs/index.js";
110
+ export { default as IconLineOnline } from "./IconLineOnline/index.js";
111
+ export { default as IconLineOrg } from "./IconLineOrg/index.js";
112
+ export { default as IconLinePermission } from "./IconLinePermission/index.js";
113
+ export { default as IconLinePosition } from "./IconLinePosition/index.js";
114
+ export { default as IconColorQiwei } from "./IconColorQiwei/index.js";
115
+ export { default as IconColorSql } from "./IconColorSql/index.js";
116
+ export { default as IconLineUsers } from "./IconLineUsers/index.js";
117
+ export { default as IconLineVector } from "./IconLineVector/index.js";
@@ -0,0 +1,34 @@
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: "IconColorDingding",
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
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
20
+ viewBox: "0 0 16 16",
21
+ fill: "none",
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-dingding`],
24
+ width: "1em",
25
+ height: "1em"
26
+ }, _ctx.$attrs), [
27
+ vue.createElementVNode("path", {
28
+ d: "M2.04791 0.0136719C2.06594 0.0218996 6.29262 1.95056 9.18366 3.00879C12.0821 4.06923 14.6009 4.60786 14.2755 5.98047C14.2487 6.0965 14.1801 6.26915 14.084 6.47461H14.086L14.0753 6.49414C13.5147 7.6921 12.0528 10.043 12.0528 10.043L12.046 10.0264L11.6192 10.7705H13.6778L9.7442 15.999L10.6378 12.4424H9.01666L9.58014 10.0908C9.12514 10.2003 8.58519 10.3502 7.94733 10.5557C7.93898 10.5605 7.07776 11.0531 5.46295 9.58496C5.46295 9.58496 4.36864 8.62094 5.00397 8.38086C5.27352 8.27821 6.31286 8.14651 7.13092 8.03711C8.23849 7.88776 8.91803 7.80859 8.91803 7.80859C8.91803 7.80859 5.50798 7.85915 4.69928 7.73242C3.89051 7.60558 2.86446 6.25522 2.64557 5.06934C2.6408 5.06005 2.31584 4.42069 3.37311 4.72656C4.43826 5.03486 8.84577 5.92773 8.84577 5.92773C8.84577 5.92773 3.1184 4.17166 2.73151 3.74121C2.34989 3.31443 1.60924 1.40141 1.70514 0.227539C1.70514 0.227539 1.74631 -0.0663227 2.04791 0.0136719Z",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#007FFF"
30
+ }, null, 8, _hoisted_1)
31
+ ], 16);
32
+ }
33
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
34
+ module.exports = index;
@@ -0,0 +1,40 @@
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: "IconColorEmail",
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 = ["fill"];
19
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
20
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
21
+ viewBox: "0 0 16 16",
22
+ fill: "none",
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-email`],
25
+ width: "1em",
26
+ height: "1em"
27
+ }, _ctx.$attrs), [
28
+ vue.createElementVNode("path", {
29
+ d: "M15.1406 10.8055C15.1406 11.2467 15.1414 11.6023 15.118 11.8891C15.0941 12.1803 15.0433 12.4367 14.9227 12.6734C14.7309 13.0495 14.4253 13.356 14.0492 13.5477C13.8124 13.6683 13.5555 13.7184 13.2641 13.7422C12.9773 13.7656 12.6217 13.7656 12.1805 13.7656H3.81875C3.37744 13.7656 3.02198 13.7656 2.73516 13.7422C2.44386 13.7184 2.18753 13.6682 1.95078 13.5477C1.57462 13.356 1.26832 13.0495 1.07656 12.6734C0.955945 12.4367 0.905874 12.1803 0.88203 11.8891C0.858602 11.6023 0.858593 11.2467 0.858593 10.8055V5.96484L6.44766 8.87578C6.83731 9.07869 7.17311 9.26268 7.54141 9.33438C7.84366 9.3931 8.15477 9.39308 8.45703 9.33438C8.82547 9.26274 9.161 9.07875 9.55078 8.87578L15.1406 5.96484V10.8055Z",
30
+ fill: $props.useCurrentColor ? "currentColor" : "#7582A1"
31
+ }, null, 8, _hoisted_1),
32
+ vue.createElementVNode("path", {
33
+ d: "M12.7805 2.23828C12.9601 2.24113 13.1207 2.24689 13.2641 2.25859C13.5555 2.28242 13.8124 2.33245 14.0492 2.45312C14.4253 2.64489 14.731 2.95123 14.9227 3.32734C15.0432 3.56413 15.0942 3.82036 15.118 4.11172C15.1195 4.13091 15.1197 4.1505 15.1211 4.17031L8.81172 7.45625C8.33639 7.70376 8.23859 7.74558 8.15156 7.7625C8.05088 7.78201 7.94677 7.78207 7.84609 7.7625C7.75924 7.74547 7.66022 7.70322 7.18594 7.45625L0.878124 4.17109C0.879505 4.15099 0.880442 4.13118 0.88203 4.11172C0.905839 3.82033 0.955981 3.56416 1.07656 3.32734C1.26831 2.95102 1.57446 2.64487 1.95078 2.45312C2.18765 2.33247 2.44369 2.28241 2.73516 2.25859C3.02199 2.23517 3.37741 2.23438 3.81875 2.23438H12.1805L12.7805 2.23828Z",
34
+ fill: $props.useCurrentColor ? "currentColor" : "#7582A1",
35
+ "fill-opacity": ".5"
36
+ }, null, 8, _hoisted_2)
37
+ ], 16);
38
+ }
39
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
40
+ module.exports = index;
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconColorFeishu",
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 = ["fill"];
19
+ const _hoisted_3 = ["fill"];
20
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
22
+ viewBox: "0 0 16 16",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg",
25
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-feishu`],
26
+ width: "1em",
27
+ height: "1em"
28
+ }, _ctx.$attrs), [
29
+ vue.createElementVNode("path", {
30
+ d: "M11.9654 6.09647C11.924 6.09871 11.9139 6.07966 11.9094 6.04046C11.9049 5.99902 11.9072 5.94974 11.887 5.91726C11.8478 5.85566 11.859 5.78285 11.8254 5.71901C11.8064 5.6852 11.7932 5.64849 11.7862 5.61037C11.784 5.58797 11.7896 5.5566 11.7739 5.54428C11.738 5.51852 11.7515 5.47708 11.7291 5.44348C11.7044 5.40764 11.7033 5.355 11.6843 5.31132C11.6652 5.26539 11.6417 5.21611 11.6372 5.16571C11.635 5.14107 11.607 5.13995 11.6081 5.11531C11.6104 5.07387 11.5801 5.04027 11.57 5.00106C11.5566 4.94842 11.5275 4.89802 11.5073 4.8465C11.4916 4.80506 11.4748 4.7625 11.4558 4.72553C11.4278 4.66953 11.4043 4.61241 11.3718 4.55753C11.3404 4.50937 11.3315 4.44664 11.2979 4.394C11.2701 4.35019 11.2461 4.30411 11.2262 4.25624C11.1937 4.18007 11.1467 4.11399 11.1097 4.04119C11.0741 3.96909 11.0356 3.89847 10.9943 3.8295C10.9551 3.76342 10.9204 3.69397 10.8745 3.63013C10.8566 3.60437 10.8275 3.57861 10.823 3.54949C10.8163 3.50693 10.7838 3.47669 10.7636 3.45205C10.7356 3.41844 10.7345 3.35908 10.6796 3.34676C10.6796 3.34676 10.6774 3.34116 10.6785 3.33892C10.683 3.29412 10.6202 3.2818 10.6258 3.23588C10.5777 3.21908 10.5911 3.14851 10.5362 3.13507C10.5362 3.13507 10.534 3.13059 10.5351 3.12835C10.5396 3.08355 10.4959 3.05891 10.4769 3.02979C10.4521 2.99227 10.424 2.95703 10.3929 2.92451C10.3783 2.90883 10.3537 2.89538 10.3481 2.87634C10.329 2.80914 10.2652 2.77554 10.2327 2.7173C10.2025 2.66354 10.1498 2.62769 10.1084 2.58289C10.0685 2.53551 10.0188 2.4973 9.96278 2.47089C9.91014 2.45073 9.8687 2.40817 9.80598 2.40481C9.74101 2.40145 9.67941 2.36336 9.61109 2.3656C9.61109 2.35104 9.60661 2.33984 9.58869 2.33984H2.80011C2.78219 2.33984 2.77771 2.35104 2.77771 2.3656C2.73291 2.36224 2.70827 2.39921 2.69371 2.42609C2.66011 2.48545 2.70827 2.59409 2.77323 2.61985C2.80011 2.62993 2.81467 2.64898 2.83371 2.6669C2.84379 2.67698 2.85275 2.69266 2.86731 2.69042C2.8942 2.68818 2.90652 2.70722 2.91436 2.7229C2.92444 2.74418 2.94348 2.75202 2.95916 2.75986C3.00662 2.78458 3.05036 2.81588 3.08908 2.85282C3.14733 2.90659 3.21229 2.95027 3.27501 2.99619C3.32765 3.03427 3.37021 3.08467 3.42734 3.11603C3.47102 3.13843 3.49454 3.18884 3.53598 3.209C3.59422 3.23812 3.6267 3.29412 3.68271 3.32324C3.71743 3.34116 3.74431 3.37028 3.76895 3.3994C3.79135 3.42516 3.83167 3.42628 3.84959 3.45205C3.90223 3.53045 3.99184 3.56629 4.05344 3.63685C4.11392 3.70517 4.19904 3.74662 4.26177 3.8183C4.33569 3.90454 4.43649 3.96614 4.51714 4.04679C4.57314 4.10279 4.63026 4.15543 4.68738 4.20919C4.73219 4.25064 4.77699 4.29208 4.81955 4.33576C4.85091 4.36712 4.89123 4.39176 4.92035 4.41976C4.99316 4.49032 5.07716 4.55305 5.12756 4.64377L5.13876 4.65721C5.19476 4.70985 5.25076 4.76249 5.30453 4.81626C5.37173 4.88346 5.43669 4.95514 5.50949 5.01898C5.53951 5.04131 5.56466 5.06951 5.58342 5.10187C5.59798 5.13547 5.62374 5.15787 5.64614 5.17915C5.70774 5.23963 5.77494 5.29563 5.81863 5.3718C5.83655 5.40316 5.87351 5.41436 5.89255 5.4446C5.91719 5.48268 5.95415 5.50956 5.97879 5.54988C6.01463 5.60925 6.07624 5.65069 6.11768 5.71229C6.158 5.77277 6.21176 5.83102 6.26328 5.88254C6.32153 5.94078 6.36185 6.01246 6.42345 6.0651C6.45593 6.09198 6.45929 6.14351 6.50073 6.16031C6.52201 6.16927 6.52873 6.18719 6.53433 6.20175C6.55673 6.24991 6.59818 6.28351 6.62394 6.32831C6.6497 6.37312 6.69338 6.40112 6.7225 6.4448C6.77626 6.52768 6.83786 6.6072 6.90507 6.68001C6.92635 6.70465 6.92411 6.74273 6.95547 6.75505C7.00251 6.77409 7.01035 6.82449 7.03499 6.85809C7.06635 6.90178 7.10891 6.93874 7.13244 6.9869C7.15708 7.03842 7.19964 7.0765 7.22652 7.12354C7.25116 7.16611 7.28252 7.20419 7.30828 7.24675C7.32732 7.27923 7.34524 7.31619 7.37324 7.34419C7.40349 7.37443 7.41245 7.42035 7.44717 7.44836C7.47853 7.47412 7.48525 7.51556 7.51437 7.54468C7.54461 7.57828 7.55693 7.62756 7.59053 7.66004C7.61965 7.68804 7.63421 7.72613 7.65437 7.75861C7.66894 7.78101 7.69918 7.79445 7.70254 7.82469C7.7059 7.85829 7.73166 7.87845 7.74846 7.90309C7.77422 7.94117 7.80782 7.97926 7.82238 8.0151C7.84926 8.0823 7.89518 8.13382 7.92766 8.1943C7.96575 8.26151 8.01279 8.32871 8.05087 8.39815C8.07999 8.44855 8.10911 8.49896 8.14047 8.546C8.15391 8.56952 8.15167 8.60088 8.17743 8.6188C8.2088 8.6412 8.21552 8.67928 8.23344 8.71064C8.24912 8.73864 8.26032 8.77225 8.28272 8.79129C8.30064 8.80697 8.30064 8.82153 8.304 8.83945C8.33088 8.85065 8.34432 8.82937 8.36 8.81481L8.48545 8.69048L8.74418 8.43511C8.8181 8.36231 8.88642 8.28503 8.96258 8.21447C9.09699 8.09126 9.22019 7.9591 9.3546 7.83477C9.44196 7.75301 9.52036 7.6634 9.61669 7.5906C9.70069 7.52564 9.77125 7.445 9.84742 7.36995L10.0165 7.20195C10.0748 7.1437 10.1509 7.10562 10.2047 7.0429C10.2091 7.03677 10.2148 7.03178 10.2215 7.02834C10.2775 7.00594 10.3167 6.96002 10.3638 6.9253C10.4186 6.8861 10.4735 6.84689 10.5273 6.80545C10.5542 6.78417 10.5889 6.77409 10.6124 6.75057C10.6796 6.68337 10.7692 6.65313 10.8476 6.60608C10.9305 6.5568 11.0156 6.50864 11.103 6.4672C11.1646 6.43808 11.2195 6.39104 11.2867 6.3776C11.364 6.36191 11.4211 6.30927 11.4939 6.28687C11.5163 6.28015 11.5443 6.27791 11.5644 6.26223C11.607 6.22863 11.6641 6.22863 11.7123 6.20623C11.7347 6.19503 11.7593 6.18047 11.7851 6.17711C11.8433 6.16927 11.8949 6.14239 11.9509 6.12783C11.9665 6.12447 11.9789 6.11551 11.9654 6.09647Z",
31
+ fill: $props.useCurrentColor ? "currentColor" : "#00D6B9"
32
+ }, null, 8, _hoisted_1),
33
+ vue.createElementVNode("path", {
34
+ d: "M13.5783 10.2003C13.5615 10.1891 13.5514 10.2037 13.5413 10.2138C13.5111 10.2407 13.4898 10.2765 13.464 10.3079L13.3352 10.4579C13.2467 10.5554 13.1515 10.6484 13.0552 10.7357C12.9802 10.804 12.8962 10.8623 12.8155 10.9239C12.7853 10.9463 12.755 10.9709 12.7237 10.9911C12.6901 11.0146 12.6598 11.046 12.6229 11.0617C12.5523 11.0919 12.4896 11.1356 12.4246 11.1737C12.3105 11.2364 12.1922 11.2914 12.0707 11.3383C12.0024 11.3663 11.9352 11.3965 11.8646 11.4189C11.8086 11.4369 11.7537 11.4604 11.6966 11.4749C11.6776 11.4794 11.6574 11.4772 11.6395 11.4839C11.5835 11.5052 11.5241 11.5175 11.4659 11.5321C11.4155 11.5455 11.3606 11.5343 11.3169 11.5545C11.2497 11.5858 11.1735 11.5567 11.1108 11.5993C11.0134 11.5982 10.9159 11.6094 10.8185 11.6172C10.646 11.6306 10.4735 11.606 10.301 11.6015C10.2226 11.5993 10.1487 11.5601 10.0692 11.5713C10.0647 11.5713 10.0602 11.5702 10.0569 11.5668C10.0311 11.5466 10.0009 11.5477 9.97174 11.5477C9.91126 11.5477 9.85302 11.5343 9.7959 11.5231C9.73989 11.5119 9.68277 11.4906 9.62789 11.4716C9.59541 11.4604 9.56069 11.4671 9.53157 11.4525C9.489 11.4321 9.44375 11.4178 9.39716 11.41C9.28964 11.3876 9.18995 11.3428 9.08131 11.3249C9.00963 11.3125 8.9469 11.2722 8.87522 11.2577C8.82482 11.2465 8.77554 11.2285 8.72738 11.2129C8.66577 11.1927 8.60417 11.1714 8.54145 11.1557C8.44177 11.1289 8.34992 11.0863 8.25248 11.0549C8.13599 11.0168 8.02287 10.9709 7.90639 10.9317C7.83806 10.9093 7.77646 10.8679 7.70254 10.8567C7.67082 10.8512 7.64042 10.8398 7.61293 10.8231C7.55805 10.7917 7.49645 10.7805 7.44045 10.7536C7.39341 10.7312 7.34076 10.72 7.29484 10.6976C7.21868 10.6584 7.1302 10.6461 7.06075 10.5912C7.05627 10.5879 7.04955 10.5868 7.04395 10.5868C6.98795 10.5812 6.93755 10.5554 6.88939 10.5308C6.78298 10.4792 6.66874 10.4445 6.56458 10.3874C6.48169 10.3415 6.38985 10.3157 6.30697 10.2709C6.28792 10.2664 6.27112 10.2698 6.25096 10.2597C6.21624 10.2429 6.18376 10.2149 6.14792 10.2059C6.0796 10.1869 6.02808 10.1376 5.96087 10.1175C5.92279 10.1063 5.89367 10.0727 5.85783 10.0637C5.81303 10.0525 5.77607 10.0301 5.74022 10.0099C5.68086 9.97633 5.61702 9.95393 5.55766 9.91697C5.52518 9.89681 5.48261 9.89009 5.45461 9.86657C5.41205 9.83072 5.34597 9.83296 5.31685 9.7792C5.24517 9.7736 5.197 9.71872 5.1354 9.69296C5.0626 9.66272 4.99652 9.6168 4.92707 9.5776C4.89795 9.5608 4.87107 9.53055 4.84307 9.52495C4.76691 9.50927 4.71539 9.45551 4.65266 9.42191C4.57936 9.38343 4.50831 9.3408 4.43986 9.29422C4.42865 9.2875 4.41185 9.28862 4.40401 9.27966C4.35921 9.22926 4.29537 9.2035 4.24049 9.1699C4.18593 9.13774 4.13179 9.10488 4.07808 9.07134C4.012 9.02989 3.94368 8.98845 3.88095 8.94365C3.83951 8.91341 3.78687 8.89549 3.75103 8.86077C3.72415 8.83613 3.69167 8.82717 3.66479 8.80477C3.6155 8.76444 3.55838 8.73196 3.50462 8.695C3.47998 8.6782 3.4475 8.66252 3.4307 8.6446C3.39822 8.60876 3.35453 8.59084 3.31981 8.56172C3.26829 8.51804 3.20333 8.48779 3.15181 8.44187C3.12156 8.41499 3.07676 8.41051 3.05436 8.37243C3.04652 8.35787 3.03196 8.34779 3.0118 8.34219C2.9782 8.33323 2.95468 8.30523 2.92668 8.28619C2.88524 8.25819 2.84827 8.2201 2.80571 8.19098C2.75419 8.15626 2.70939 8.11034 2.65675 8.07898C2.59963 8.04426 2.5593 7.9905 2.50218 7.95801C2.46746 7.93673 2.44618 7.89753 2.41258 7.88185C2.3521 7.85497 2.31625 7.80233 2.26137 7.76985C2.21881 7.74297 2.18969 7.69256 2.14489 7.66904C2.09225 7.64104 2.06089 7.59176 2.01384 7.55928C2.0004 7.5492 1.98472 7.54808 1.9724 7.5324C1.94216 7.49544 1.90072 7.46856 1.866 7.43607C1.82904 7.40247 1.78311 7.38007 1.74951 7.33975C1.72263 7.31063 1.69351 7.27143 1.65991 7.25799C1.60839 7.23895 1.58599 7.19303 1.54567 7.1639C1.49526 7.12806 1.4583 7.07654 1.40902 7.03734C1.37766 7.0127 1.34182 6.99254 1.31718 6.96118C1.28022 6.91414 1.23317 6.87493 1.19061 6.83461C1.13461 6.77973 1.08085 6.72261 1.02261 6.66997C0.977804 6.62964 0.936362 6.58484 0.890441 6.54452C0.847879 6.50644 0.809798 6.46388 0.767236 6.4258C0.711234 6.37427 0.659712 6.31603 0.60595 6.26115C0.553308 6.20515 0.496186 6.15363 0.444664 6.0965C0.399862 6.0461 0.355061 5.9845 0.267697 6.00354C0.225136 6.0125 0.204975 6.03938 0.189294 6.0741C0.145613 6.07858 0.163533 6.11219 0.163533 6.13123V12.474C0.163533 12.4998 0.165773 12.5244 0.164653 12.5491C0.164653 12.5681 0.171374 12.5771 0.189294 12.5782C0.178094 12.6364 0.217295 12.6835 0.226256 12.7372C0.231856 12.7753 0.256497 12.8078 0.271057 12.8436C0.292338 12.8929 0.33378 12.9344 0.362901 12.9814C0.389106 13.0212 0.422537 13.0558 0.461465 13.0833C0.501786 13.1124 0.543228 13.1438 0.586909 13.1696C0.638431 13.1987 0.687713 13.2357 0.735875 13.2693C0.750435 13.2782 0.767236 13.2805 0.782917 13.295C0.827718 13.3353 0.884841 13.3656 0.939723 13.3936C0.976684 13.4126 1.01141 13.4384 1.05173 13.4552C1.14133 13.4921 1.21749 13.5593 1.30934 13.5952C1.36086 13.6142 1.40006 13.6512 1.4527 13.6669C1.46502 13.6714 1.47958 13.6725 1.48966 13.6792C1.56359 13.7307 1.64759 13.7598 1.72711 13.8002C1.74391 13.8091 1.76519 13.8091 1.77863 13.8203C1.82112 13.8536 1.87112 13.8759 1.92424 13.8853C1.9332 13.8875 1.94216 13.8886 1.95224 13.8965C1.97464 13.9133 2.00264 13.9256 2.0284 13.9402C2.05752 13.957 2.09561 13.9469 2.12249 13.976C2.13257 13.9872 2.15609 14.0018 2.17513 14.0051C2.25353 14.0197 2.32633 14.0566 2.39914 14.0858C2.42154 14.0947 2.45066 14.0858 2.46634 14.1026C2.49546 14.1328 2.5369 14.1317 2.5705 14.1474C2.61979 14.1686 2.67131 14.1854 2.72619 14.1989C2.74971 14.2045 2.78219 14.2 2.79675 14.2157C2.82475 14.2471 2.86732 14.2493 2.89756 14.2571C2.9782 14.2762 3.0566 14.3019 3.13501 14.3288C3.19773 14.3512 3.26829 14.3557 3.33437 14.3759C3.39038 14.3915 3.44638 14.4095 3.50238 14.4195C3.52814 14.424 3.56622 14.4139 3.58078 14.4274C3.62334 14.4699 3.68159 14.4453 3.72975 14.4688C3.77679 14.4912 3.84175 14.5002 3.90223 14.4957C3.91343 14.4946 3.93024 14.4923 3.93584 14.4979C3.98064 14.5427 4.05008 14.4979 4.09264 14.5439C4.19345 14.5528 4.29425 14.5573 4.39281 14.5864C4.45666 14.6055 4.52722 14.5954 4.59442 14.6111C4.67618 14.6301 4.76467 14.6245 4.84979 14.6335C4.90579 14.6379 4.96067 14.6357 5.01556 14.6368C5.01556 14.6547 5.02564 14.6615 5.04356 14.6603H6.2532C6.27112 14.6603 6.2812 14.6547 6.2812 14.6368C6.41561 14.6435 6.54777 14.6122 6.68106 14.6167H6.75498C6.7729 14.6178 6.78298 14.6111 6.78186 14.592C6.84203 14.5885 6.90189 14.581 6.96107 14.5696C7.05515 14.5506 7.15372 14.5551 7.2478 14.5248C7.29484 14.5091 7.3486 14.5114 7.39901 14.4991C7.45725 14.4856 7.51885 14.4699 7.58269 14.4744C7.58941 14.4744 7.60061 14.4744 7.60397 14.4711C7.63534 14.4296 7.68798 14.4487 7.72942 14.4296C7.77532 14.4099 7.82515 14.4011 7.87502 14.4039C7.88175 14.4039 7.89071 14.4039 7.89743 14.4005C7.94142 14.3752 7.99029 14.3596 8.04079 14.3546C8.10853 14.3446 8.175 14.3273 8.23904 14.3031C8.28672 14.2858 8.33581 14.2726 8.38576 14.2639C8.39696 14.2616 8.40928 14.2616 8.41488 14.2549C8.44289 14.2258 8.48433 14.2247 8.51569 14.2157C8.58065 14.1989 8.64225 14.1742 8.7061 14.1552C8.72738 14.1496 8.75202 14.1563 8.76994 14.144C8.81932 14.1092 8.87603 14.0862 8.93571 14.0768C8.94579 14.0757 8.95475 14.0746 8.96371 14.0678C8.99283 14.0499 9.01971 14.0286 9.05667 14.0242C9.10819 14.0186 9.15747 13.9928 9.20228 13.9704C9.24036 13.9514 9.28292 13.9368 9.32212 13.9166C9.35236 13.901 9.38484 13.8819 9.4218 13.8752C9.47445 13.8662 9.50917 13.8203 9.56293 13.8091C9.60329 13.7991 9.64184 13.7829 9.67717 13.761C9.73429 13.7285 9.79366 13.7016 9.8519 13.6736C9.88886 13.6545 9.93142 13.6389 9.96166 13.6165C10.0074 13.5848 10.0562 13.5578 10.1073 13.5358C10.1722 13.5067 10.2294 13.4653 10.2943 13.4373C10.3503 13.4115 10.4007 13.3701 10.4567 13.3387C10.4847 13.323 10.5105 13.2984 10.5374 13.2849C10.568 13.2688 10.5979 13.2512 10.627 13.2323C10.6651 13.2065 10.7099 13.1909 10.7423 13.1584C10.7715 13.1292 10.8107 13.1192 10.8409 13.0923C10.8767 13.062 10.9249 13.0475 10.9585 13.0139C10.9697 13.0027 10.9764 12.9915 10.9921 12.9915C11.0008 12.9905 11.0091 12.9875 11.0163 12.9826C11.0235 12.9777 11.0294 12.9712 11.0335 12.9635C11.0441 12.9464 11.0598 12.9331 11.0783 12.9254C11.131 12.9064 11.159 12.856 11.2083 12.8313C11.2385 12.8168 11.2643 12.7888 11.2923 12.7686C11.3404 12.735 11.3864 12.6992 11.4323 12.6633C11.458 12.6432 11.4804 12.6084 11.5062 12.6006C11.5622 12.5827 11.579 12.5222 11.6316 12.4998C11.6497 12.4907 11.666 12.4786 11.6798 12.4639C11.7201 12.4191 11.7694 12.3833 11.8142 12.3396C11.8422 12.3105 11.8803 12.2971 11.9072 12.2657C11.9389 12.2271 11.9742 12.1914 12.0125 12.1593C12.0461 12.1324 12.0774 12.1011 12.1065 12.0697L12.2746 11.9028C12.3306 11.849 12.3832 11.7942 12.4392 11.7415C12.4724 11.7094 12.5025 11.6742 12.5288 11.6362C12.5576 11.5965 12.5915 11.5608 12.6296 11.5298C12.6587 11.5063 12.6677 11.4705 12.6946 11.4458C12.7346 11.4132 12.769 11.3742 12.7965 11.3305C12.8267 11.2789 12.8783 11.2465 12.9063 11.1938C12.9264 11.1557 12.9656 11.1311 12.9891 11.093C13.0127 11.0527 13.0451 11.0168 13.0754 10.981C13.109 10.9407 13.1471 10.8981 13.1695 10.8533C13.193 10.8052 13.2355 10.7749 13.2591 10.7268C13.2836 10.6826 13.3125 10.6409 13.3453 10.6024C13.3677 10.5744 13.3812 10.5431 13.4002 10.514C13.4293 10.4691 13.4607 10.4255 13.492 10.3818C13.5044 10.3627 13.5066 10.3426 13.5234 10.3235C13.5536 10.2922 13.5872 10.2541 13.5794 10.2026",
35
+ fill: $props.useCurrentColor ? "currentColor" : "#3370FF"
36
+ }, null, 8, _hoisted_2),
37
+ vue.createElementVNode("path", {
38
+ d: "M15.8184 6.38717C15.8116 6.37933 15.8049 6.37933 15.796 6.37709C15.7713 6.36925 15.7433 6.36365 15.7209 6.35021C15.6963 6.33275 15.6701 6.31775 15.6425 6.30541C15.6011 6.28861 15.5529 6.28301 15.5182 6.25837C15.47 6.22141 15.4096 6.22253 15.358 6.19565C15.3216 6.17586 15.2823 6.16188 15.2415 6.15421C15.2102 6.1486 15.1777 6.13404 15.1475 6.12508C15.106 6.11164 15.0623 6.09708 15.0198 6.08588C14.9529 6.06956 14.8868 6.0505 14.8215 6.02876C14.7766 6.01127 14.7286 6.00326 14.6804 6.00524C14.6692 5.95932 14.6322 5.9862 14.6065 5.9806C14.5729 5.9806 14.5415 5.9638 14.5102 5.9582C14.4082 5.94028 14.3041 5.93692 14.201 5.9134C14.1193 5.89548 14.0308 5.90556 13.9457 5.89324C13.8953 5.88652 13.8449 5.89099 13.7933 5.88987C13.7933 5.86971 13.7833 5.86523 13.7653 5.86523H13.2736C13.2557 5.86523 13.2456 5.87083 13.2456 5.88987C13.1202 5.88315 12.997 5.91116 12.8715 5.91004H12.7976C12.7797 5.90892 12.7719 5.91676 12.7707 5.93356C12.699 5.92684 12.6318 5.9582 12.5602 5.95372C12.5558 5.95362 12.5515 5.95479 12.5478 5.95708C12.493 5.99516 12.4258 5.98172 12.3664 6.00188C12.3194 6.01756 12.2622 6.01532 12.2174 6.03212C12.1816 6.04444 12.1413 6.05452 12.1054 6.06908C12.0614 6.08865 12.0136 6.09821 11.9654 6.09708C11.9665 6.10604 11.9688 6.11724 11.9565 6.11836C11.9285 6.1206 11.9027 6.13516 11.8781 6.14076C11.8041 6.15981 11.7347 6.18781 11.663 6.21245C11.6003 6.23485 11.542 6.26845 11.4804 6.28301C11.4099 6.29981 11.3606 6.35581 11.2867 6.36477C11.2637 6.36619 11.2416 6.37395 11.2228 6.38717C11.2027 6.40487 11.1795 6.4189 11.1545 6.42862C11.1149 6.44176 11.0772 6.46022 11.0425 6.4835C10.991 6.5171 10.935 6.5395 10.8857 6.5731C10.8667 6.58654 10.8353 6.58094 10.8263 6.5955C10.7905 6.65822 10.7166 6.65934 10.6662 6.69855C10.6124 6.73999 10.5486 6.77135 10.4948 6.81167C10.45 6.84527 10.403 6.87663 10.3604 6.91247C10.3044 6.96064 10.2439 7.00432 10.1846 7.04688C10.1532 7.06928 10.1342 7.11072 10.1017 7.1208C10.0501 7.13872 10.0233 7.18128 9.98967 7.21265C9.95607 7.24625 9.91799 7.28097 9.88438 7.31681C9.83286 7.36945 9.77798 7.41873 9.72422 7.47025C9.6839 7.50834 9.64917 7.5565 9.60437 7.58562C9.53717 7.63042 9.48789 7.68978 9.43189 7.74242C9.37588 7.79507 9.31988 7.84995 9.26612 7.90483C9.2034 7.96867 9.13396 8.0258 9.07459 8.09188C9.02307 8.15012 8.96371 8.20052 8.90883 8.25428C8.85282 8.30917 8.80018 8.36741 8.74082 8.42005C8.68322 8.47291 8.62791 8.52821 8.57505 8.58582C8.53249 8.63062 8.48769 8.6743 8.44289 8.71686C8.39809 8.75942 8.36001 8.80983 8.304 8.84007C8.2984 8.86695 8.276 8.87815 8.25584 8.89159C8.1976 8.92855 8.15168 8.97895 8.10128 9.02599C8.06767 9.05623 8.04079 9.09656 8.00271 9.11784C7.93999 9.15144 7.89519 9.20744 7.83919 9.24776C7.77198 9.29704 7.70254 9.34745 7.64318 9.40681C7.61406 9.43481 7.56926 9.43929 7.55022 9.47625C7.53454 9.50761 7.49421 9.50089 7.47517 9.52553C7.43597 9.57817 7.37213 9.59946 7.32509 9.64202C7.29709 9.66778 7.25788 9.68906 7.22428 9.70922C7.203 9.72042 7.17948 9.72826 7.16156 9.74506C7.11766 9.78439 7.06914 9.81824 7.01708 9.84586C6.99467 9.8593 6.96443 9.86827 6.94763 9.88731C6.91627 9.92091 6.87259 9.93659 6.83675 9.96571C6.80111 9.99559 6.76106 10.0198 6.71802 10.0374C6.66202 10.0587 6.61946 10.0979 6.56794 10.1236C6.4985 10.1572 6.43353 10.1987 6.36521 10.2323C6.34729 10.2412 6.31705 10.2468 6.30697 10.2715C6.30697 10.2872 6.31369 10.2916 6.32713 10.2995C6.35737 10.3174 6.39097 10.3219 6.42121 10.3342C6.47049 10.3566 6.51754 10.3846 6.56682 10.4048C6.61386 10.4238 6.65306 10.4563 6.70906 10.4608C6.73451 10.4654 6.75815 10.4771 6.77739 10.4944C6.81099 10.5235 6.85355 10.5347 6.88939 10.5481C6.92075 10.5593 6.95099 10.5795 6.98683 10.5862C7.00924 10.5907 7.03948 10.5896 7.0574 10.603C7.08876 10.6277 7.1246 10.6411 7.1582 10.6613C7.1806 10.6747 7.21084 10.6568 7.22428 10.6769C7.24332 10.7049 7.27805 10.7094 7.29933 10.7173C7.36317 10.7397 7.42253 10.7654 7.48525 10.7912C7.53902 10.8136 7.5939 10.8293 7.64654 10.8584C7.69022 10.8819 7.74846 10.883 7.79887 10.9043C7.81791 10.9133 7.82799 10.9312 7.84927 10.9334C7.89777 10.9365 7.94491 10.9506 7.98703 10.9749C8.00047 10.9838 8.01503 10.9995 8.03183 11.0029C8.08112 11.0129 8.12928 11.0253 8.17744 11.0454C8.22224 11.0634 8.26928 11.0835 8.31632 11.0902C8.34209 11.0936 8.34769 11.1194 8.37233 11.1194C8.41601 11.1194 8.45073 11.1474 8.49217 11.1563C8.54817 11.1698 8.60306 11.1899 8.65794 11.2067C8.67026 11.2101 8.69154 11.2045 8.69714 11.2112C8.73074 11.256 8.78674 11.2336 8.83154 11.256C8.87971 11.2806 8.94355 11.2918 8.99955 11.3109C9.04995 11.3288 9.10035 11.3478 9.15412 11.3501C9.16308 11.3501 9.17092 11.3523 9.17876 11.3579C9.2146 11.3803 9.25604 11.3926 9.29748 11.4027C9.31715 11.4068 9.33695 11.4101 9.35684 11.4128C9.39268 11.4184 9.42181 11.443 9.45653 11.4453C9.50805 11.4475 9.55173 11.4789 9.60549 11.4811C9.62565 11.4822 9.65926 11.4789 9.67606 11.4957C9.71078 11.5304 9.76006 11.5282 9.79926 11.5382C9.88438 11.5606 9.97511 11.555 10.0625 11.5842C10.1129 11.6021 10.17 11.5954 10.226 11.6088C10.3156 11.629 10.413 11.6223 10.5082 11.6279C10.6841 11.6391 10.8611 11.6346 11.0358 11.6144C11.0806 11.6088 11.122 11.6066 11.1657 11.5954C11.2281 11.5793 11.2918 11.5688 11.3561 11.564C11.411 11.5595 11.4614 11.536 11.5174 11.5416C11.5214 11.5416 11.5253 11.5404 11.5286 11.5382C11.5768 11.508 11.6328 11.508 11.6832 11.4912C11.719 11.48 11.7616 11.4811 11.7918 11.4632C11.8232 11.4442 11.8577 11.4309 11.8937 11.424C11.9497 11.415 11.9889 11.368 12.0461 11.3725C12.0483 11.3725 12.0505 11.3691 12.0528 11.368C12.0909 11.3389 12.1379 11.3232 12.1805 11.3086C12.2267 11.2928 12.272 11.2741 12.316 11.2526C12.3742 11.2235 12.4302 11.1854 12.4874 11.1518C12.5042 11.1418 12.5288 11.1563 12.5411 11.1294C12.5501 11.107 12.5714 11.0958 12.5971 11.0902C12.6262 11.0824 12.6598 11.0712 12.6722 11.0376C12.6778 11.023 12.689 11.0219 12.7002 11.023C12.7078 11.0232 12.7154 11.0214 12.7221 11.0176C12.7288 11.0139 12.7344 11.0084 12.7383 11.0017C12.7741 10.948 12.8357 10.9233 12.885 10.8875C12.9365 10.8517 12.9768 10.8035 13.0306 10.771C13.0944 10.7341 13.1403 10.6747 13.1919 10.6232C13.2355 10.5784 13.277 10.5325 13.3229 10.4921C13.3588 10.4608 13.3756 10.4182 13.4114 10.3868C13.436 10.3644 13.4752 10.342 13.4853 10.3084C13.501 10.2558 13.5436 10.2345 13.5794 10.202C13.5923 10.1748 13.611 10.1507 13.6343 10.1315L13.6477 10.1102C13.6668 10.099 13.6567 10.071 13.6768 10.0587C13.7127 10.0352 13.7261 9.99147 13.7418 9.95787C13.7664 9.90635 13.7967 9.85594 13.8258 9.80778C13.8572 9.75514 13.8762 9.6969 13.9154 9.64762C13.9445 9.60954 13.9636 9.55913 13.9849 9.51433C14.0229 9.43593 14.0621 9.35865 14.1036 9.28248C14.1282 9.23768 14.1517 9.19064 14.173 9.1436C14.1943 9.09432 14.2223 9.04839 14.2447 9.00135C14.2671 8.95207 14.2985 8.90727 14.3164 8.85911C14.3388 8.79974 14.3724 8.74934 14.3982 8.69222C14.406 8.67206 14.4038 8.64742 14.4183 8.63286C14.4471 8.60139 14.4686 8.56389 14.481 8.52309C14.5034 8.46373 14.5538 8.41781 14.5594 8.35173L14.5639 8.34949C14.5863 8.33269 14.5942 8.30469 14.6065 8.28117C14.6266 8.2442 14.6356 8.20052 14.6602 8.16692C14.6983 8.11316 14.7207 8.05268 14.7498 7.99555C14.7689 7.95971 14.7834 7.91939 14.8036 7.88691C14.8372 7.83427 14.8596 7.77491 14.891 7.72226C14.9134 7.68497 14.9322 7.64558 14.947 7.60466C14.9571 7.57778 14.9761 7.5509 14.9929 7.52626C15.0231 7.47922 15.0444 7.42545 15.0836 7.38401C15.1004 7.36609 15.0993 7.34145 15.1195 7.32129C15.1531 7.28769 15.171 7.24289 15.1979 7.20368C15.218 7.17456 15.2315 7.13872 15.255 7.11632C15.2998 7.07376 15.3334 7.02112 15.3636 6.97296C15.3939 6.92479 15.4331 6.88111 15.4678 6.83967C15.5249 6.77023 15.5865 6.70191 15.6492 6.6347C15.7061 6.57431 15.7628 6.51383 15.8195 6.45326C15.8531 6.41854 15.8441 6.41069 15.8195 6.38605",
39
+ fill: $props.useCurrentColor ? "currentColor" : "#133C9A"
40
+ }, null, 8, _hoisted_3)
41
+ ], 16);
42
+ }
43
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
44
+ module.exports = index;
@@ -0,0 +1,34 @@
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: "IconColorHttp",
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
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
20
+ viewBox: "0 0 16 16",
21
+ fill: "none",
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-http`],
24
+ width: "1em",
25
+ height: "1em"
26
+ }, _ctx.$attrs), [
27
+ vue.createElementVNode("path", {
28
+ d: "M11.8623 1.26562C12.3826 1.26562 12.8109 1.26499 13.1592 1.29199C13.5145 1.31955 13.8416 1.37896 14.1514 1.52734C14.6989 1.78976 15.1409 2.23174 15.4033 2.7793C15.5517 3.08907 15.6111 3.41618 15.6387 3.77148C15.6657 4.11973 15.665 4.54806 15.665 5.06836V10.8691C15.665 11.4182 15.6657 11.8704 15.6357 12.2373C15.6051 12.6118 15.5396 12.9561 15.375 13.2793C15.1195 13.7807 14.7114 14.1888 14.21 14.4443C13.8868 14.609 13.5424 14.6745 13.168 14.7051C12.8011 14.7351 12.3488 14.7344 11.7998 14.7344H4.20019C3.65114 14.7344 3.19888 14.735 2.83202 14.7051C2.45754 14.6745 2.11321 14.609 1.79003 14.4443C1.28859 14.1888 0.880496 13.7807 0.624992 13.2793C0.46035 12.9561 0.394862 12.6118 0.36425 12.2373C0.334276 11.8704 0.334953 11.4182 0.334953 10.8691V5.06836C0.334953 4.54806 0.334318 4.11973 0.36132 3.77148C0.388881 3.41618 0.448285 3.08907 0.596672 2.7793C0.859091 2.23174 1.30106 1.78976 1.84863 1.52734C2.15839 1.37897 2.48552 1.31955 2.84081 1.29199C3.18905 1.26499 3.61742 1.26562 4.13769 1.26562H11.8623ZM1.66503 10.8691C1.66503 11.4402 1.6659 11.8288 1.69042 12.1289C1.71431 12.4212 1.75728 12.5713 1.81054 12.6758C1.93849 12.9267 2.1426 13.1308 2.39355 13.2588C2.49807 13.312 2.64819 13.355 2.94042 13.3789C3.24056 13.4034 3.6292 13.4043 4.20019 13.4043H11.7998C12.3708 13.4043 12.7594 13.4034 13.0596 13.3789C13.3518 13.355 13.5019 13.312 13.6064 13.2588C13.8574 13.1308 14.0615 12.9267 14.1894 12.6758C14.2427 12.5713 14.2857 12.4212 14.3096 12.1289C14.3341 11.8288 14.335 11.4402 14.335 10.8691V5.7334H1.66503V10.8691ZM5.25976 7.81348C5.50799 7.81377 5.70989 8.01538 5.70995 8.26367V10.6689C5.70953 10.9169 5.50777 11.1179 5.25976 11.1182C5.01149 11.1182 4.80999 10.9171 4.80956 10.6689V9.91406H3.91601V10.6689C3.91558 10.917 3.71391 11.118 3.46581 11.1182C3.21755 11.1182 3.01604 10.9171 3.01562 10.6689V8.26367C3.01568 8.0152 3.21733 7.81348 3.46581 7.81348C3.71413 7.81367 3.91594 8.01532 3.91601 8.26367V9.01367H4.80956V8.26367C4.80963 8.0152 5.01127 7.81348 5.25976 7.81348ZM8.05859 7.82129C8.08755 7.81542 8.11775 7.8135 8.14843 7.81348H9.72167C9.96995 7.81372 10.1708 8.01535 10.1709 8.26367C10.1707 8.51185 9.96985 8.71362 9.72167 8.71387H9.38573V10.6689C9.38531 10.917 9.1836 11.1179 8.93554 11.1182C8.68727 11.1182 8.48577 10.9171 8.48534 10.6689V8.71387H8.14843C8.11766 8.71385 8.08763 8.71001 8.05859 8.7041C8.02966 8.70998 7.99941 8.71384 7.96874 8.71387H7.6328V10.6689C7.63238 10.917 7.43068 11.1179 7.18261 11.1182C6.93434 11.1182 6.73284 10.9171 6.73241 10.6689V8.71387H6.3955C6.14726 8.7137 5.94554 8.5119 5.9453 8.26367C5.94537 8.0153 6.14715 7.81364 6.3955 7.81348H7.96874C7.99934 7.81351 8.02972 7.81544 8.05859 7.82129ZM11.915 7.81348C12.5055 7.81355 12.9841 8.29241 12.9844 8.88281C12.9841 9.47325 12.5055 9.95305 11.915 9.95312H11.4414V10.6689C11.441 10.9171 11.2394 11.1181 10.9912 11.1182C10.7429 11.1182 10.5414 10.9171 10.541 10.6689V8.26367C10.5411 8.0152 10.7427 7.81348 10.9912 7.81348H11.915ZM11.4414 9.05273H11.915C12.0085 9.05266 12.0847 8.9762 12.085 8.88281C12.0847 8.78947 12.0084 8.71394 11.915 8.71387H11.4414V9.05273ZM4.13769 2.5957C3.59668 2.5957 3.22827 2.59608 2.94335 2.61816C2.66588 2.63971 2.52273 2.6787 2.42284 2.72656C2.14861 2.85801 1.92734 3.07929 1.79589 3.35352C1.74802 3.4534 1.70904 3.59651 1.68749 3.87402C1.67592 4.02323 1.67071 4.19565 1.66796 4.40332H14.332C14.3293 4.19565 14.3241 4.02323 14.3125 3.87402C14.2909 3.59653 14.252 3.4534 14.2041 3.35352C14.0727 3.07929 13.8514 2.85801 13.5771 2.72656C13.4773 2.6787 13.3341 2.63971 13.0566 2.61816C12.7717 2.59607 12.4033 2.5957 11.8623 2.5957H4.13769Z",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#00A194"
30
+ }, null, 8, _hoisted_1)
31
+ ], 16);
32
+ }
33
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
34
+ module.exports = index;