@arco-iconbox/vue-update-line-icon 0.0.25 → 0.0.28

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 (214) hide show
  1. package/dist/icon.js +1318 -2338
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +369 -457
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/{IconChevronDown → IconArrowDownQs}/index.js +2 -2
  6. package/esm/IconCopyQs/index.js +32 -0
  7. package/esm/IconDatabaseQs/index.js +1 -1
  8. package/esm/IconDayQs/index.js +32 -0
  9. package/esm/{IconNewDelete → IconDeleteCircleQs}/index.js +2 -2
  10. package/esm/IconDeleteQs/index.js +34 -0
  11. package/esm/IconDevelopQs/index.js +30 -0
  12. package/esm/IconDownloadQs/index.js +1 -1
  13. package/esm/IconEditQs/index.js +30 -0
  14. package/esm/{IconEvent → IconEventQs}/index.js +2 -2
  15. package/esm/IconFileQs/index.js +32 -0
  16. package/esm/IconFoldQs/index.js +30 -0
  17. package/esm/IconFullScreen/index.js +5 -13
  18. package/esm/{IconGroupAdd → IconGroupAddQs}/index.js +2 -2
  19. package/esm/IconHistory/index.js +7 -27
  20. package/esm/{IconId → IconIdQs}/index.js +2 -2
  21. package/esm/IconKeyQs/index.js +34 -0
  22. package/esm/IconLockQs/index.js +32 -0
  23. package/esm/IconMoreQs/index.js +30 -0
  24. package/esm/{IconNext → IconNextQs}/index.js +2 -2
  25. package/esm/IconNigthQs/index.js +41 -0
  26. package/esm/{IconObject → IconObjectQs}/index.js +2 -2
  27. package/esm/IconOffScreen/index.js +5 -13
  28. package/esm/{IconSchema → IconSchemaQs}/index.js +2 -2
  29. package/esm/{IconSequence → IconSequenceQs}/index.js +2 -2
  30. package/esm/{IconStoredProcedure → IconStoredProcedureQs}/index.js +2 -2
  31. package/esm/{IconTableAdd → IconTableAddQs}/index.js +2 -2
  32. package/esm/{IconTick → IconTickQs}/index.js +2 -2
  33. package/esm/{IconTrigger → IconTriggerQs}/index.js +2 -2
  34. package/esm/IconUploadQs/index.js +1 -1
  35. package/esm/{IconView → IconViewQs}/index.js +2 -2
  36. package/esm/index.js +25 -47
  37. package/lib/{IconChevronDown → IconArrowDownQs}/index.js +2 -2
  38. package/lib/IconCopyQs/index.js +33 -0
  39. package/lib/IconDatabaseQs/index.js +1 -1
  40. package/lib/IconDayQs/index.js +33 -0
  41. package/lib/{IconNewDelete → IconDeleteCircleQs}/index.js +2 -2
  42. package/lib/IconDeleteQs/index.js +35 -0
  43. package/lib/IconDevelopQs/index.js +31 -0
  44. package/lib/IconDownloadQs/index.js +1 -1
  45. package/lib/IconEditQs/index.js +31 -0
  46. package/lib/{IconEvent → IconEventQs}/index.js +2 -2
  47. package/lib/IconFileQs/index.js +33 -0
  48. package/lib/IconFoldQs/index.js +31 -0
  49. package/lib/IconFullScreen/index.js +5 -13
  50. package/lib/{IconGroupAdd → IconGroupAddQs}/index.js +2 -2
  51. package/lib/IconHistory/index.js +7 -27
  52. package/lib/{IconId → IconIdQs}/index.js +2 -2
  53. package/lib/IconKeyQs/index.js +35 -0
  54. package/lib/IconLockQs/index.js +33 -0
  55. package/lib/IconMoreQs/index.js +31 -0
  56. package/lib/{IconNext → IconNextQs}/index.js +2 -2
  57. package/lib/IconNigthQs/index.js +42 -0
  58. package/lib/{IconObject → IconObjectQs}/index.js +2 -2
  59. package/lib/IconOffScreen/index.js +5 -13
  60. package/lib/{IconSchema → IconSchemaQs}/index.js +2 -2
  61. package/lib/{IconSequence → IconSequenceQs}/index.js +2 -2
  62. package/lib/{IconStoredProcedure → IconStoredProcedureQs}/index.js +2 -2
  63. package/lib/{IconTableAdd → IconTableAddQs}/index.js +2 -2
  64. package/lib/{IconTick → IconTickQs}/index.js +2 -2
  65. package/lib/{IconTrigger → IconTriggerQs}/index.js +2 -2
  66. package/lib/IconUploadQs/index.js +1 -1
  67. package/lib/{IconView → IconViewQs}/index.js +2 -2
  68. package/lib/index.js +228 -272
  69. package/package.json +1 -1
  70. package/src/IconArrowDownQs/index.vue +19 -0
  71. package/src/IconCopyQs/index.vue +19 -0
  72. package/src/IconDatabaseQs/index.vue +1 -1
  73. package/src/IconDayQs/index.vue +19 -0
  74. package/src/IconDeleteCircleQs/index.vue +19 -0
  75. package/src/IconDeleteQs/index.vue +19 -0
  76. package/src/IconDevelopQs/index.vue +19 -0
  77. package/src/IconDownloadQs/index.vue +1 -1
  78. package/src/IconEditQs/index.vue +19 -0
  79. package/src/IconEventQs/index.vue +19 -0
  80. package/src/IconFileQs/index.vue +19 -0
  81. package/src/IconFoldQs/index.vue +19 -0
  82. package/src/IconFullScreen/index.vue +1 -1
  83. package/src/IconGroupAddQs/index.vue +19 -0
  84. package/src/IconHistory/index.vue +1 -1
  85. package/src/IconIdQs/index.vue +19 -0
  86. package/src/IconKeyQs/index.vue +19 -0
  87. package/src/IconLockQs/index.vue +19 -0
  88. package/src/IconMoreQs/index.vue +19 -0
  89. package/src/IconNextQs/index.vue +19 -0
  90. package/src/IconNigthQs/index.vue +19 -0
  91. package/src/IconObjectQs/index.vue +19 -0
  92. package/src/IconOffScreen/index.vue +1 -1
  93. package/src/IconSchemaQs/index.vue +19 -0
  94. package/src/IconSequenceQs/index.vue +19 -0
  95. package/src/IconStoredProcedureQs/index.vue +19 -0
  96. package/src/IconTableAddQs/index.vue +19 -0
  97. package/src/IconTickQs/index.vue +19 -0
  98. package/src/IconTriggerQs/index.vue +19 -0
  99. package/src/IconUploadQs/index.vue +1 -1
  100. package/src/IconViewQs/index.vue +19 -0
  101. package/src/index.js +26 -48
  102. package/esm/IconAdd/index.js +0 -38
  103. package/esm/IconAdvance/index.js +0 -46
  104. package/esm/IconCheck/index.js +0 -38
  105. package/esm/IconCopy/index.js +0 -46
  106. package/esm/IconDatabase/index.js +0 -46
  107. package/esm/IconDay/index.js +0 -42
  108. package/esm/IconDelete/index.js +0 -38
  109. package/esm/IconDown/index.js +0 -38
  110. package/esm/IconDownload/index.js +0 -38
  111. package/esm/IconEdit/index.js +0 -38
  112. package/esm/IconFields/index.js +0 -45
  113. package/esm/IconFile/index.js +0 -46
  114. package/esm/IconFold/index.js +0 -38
  115. package/esm/IconFoldmore/index.js +0 -34
  116. package/esm/IconHelp/index.js +0 -30
  117. package/esm/IconJbxx/index.js +0 -34
  118. package/esm/IconKey/index.js +0 -67
  119. package/esm/IconLimits/index.js +0 -38
  120. package/esm/IconLose/index.js +0 -38
  121. package/esm/IconMinus/index.js +0 -38
  122. package/esm/IconNigth/index.js +0 -50
  123. package/esm/IconRefresh/index.js +0 -46
  124. package/esm/IconRevocation/index.js +0 -46
  125. package/esm/IconSave/index.js +0 -46
  126. package/esm/IconScript/index.js +0 -63
  127. package/esm/IconSearch/index.js +0 -38
  128. package/esm/IconSort/index.js +0 -38
  129. package/esm/IconStarttime/index.js +0 -38
  130. package/esm/IconTable/index.js +0 -38
  131. package/esm/IconTips/index.js +0 -52
  132. package/esm/IconUnfold2/index.js +0 -38
  133. package/esm/IconUpdatemode/index.js +0 -38
  134. package/esm/IconUpload/index.js +0 -38
  135. package/lib/IconAdd/index.js +0 -39
  136. package/lib/IconAdvance/index.js +0 -47
  137. package/lib/IconCheck/index.js +0 -39
  138. package/lib/IconCopy/index.js +0 -47
  139. package/lib/IconDatabase/index.js +0 -47
  140. package/lib/IconDay/index.js +0 -43
  141. package/lib/IconDelete/index.js +0 -39
  142. package/lib/IconDown/index.js +0 -39
  143. package/lib/IconDownload/index.js +0 -39
  144. package/lib/IconEdit/index.js +0 -39
  145. package/lib/IconFields/index.js +0 -46
  146. package/lib/IconFile/index.js +0 -47
  147. package/lib/IconFold/index.js +0 -39
  148. package/lib/IconFoldmore/index.js +0 -35
  149. package/lib/IconHelp/index.js +0 -31
  150. package/lib/IconJbxx/index.js +0 -35
  151. package/lib/IconKey/index.js +0 -68
  152. package/lib/IconLimits/index.js +0 -39
  153. package/lib/IconLose/index.js +0 -39
  154. package/lib/IconMinus/index.js +0 -39
  155. package/lib/IconNigth/index.js +0 -51
  156. package/lib/IconRefresh/index.js +0 -47
  157. package/lib/IconRevocation/index.js +0 -47
  158. package/lib/IconSave/index.js +0 -47
  159. package/lib/IconScript/index.js +0 -64
  160. package/lib/IconSearch/index.js +0 -39
  161. package/lib/IconSort/index.js +0 -39
  162. package/lib/IconStarttime/index.js +0 -39
  163. package/lib/IconTable/index.js +0 -39
  164. package/lib/IconTips/index.js +0 -53
  165. package/lib/IconUnfold2/index.js +0 -39
  166. package/lib/IconUpdatemode/index.js +0 -39
  167. package/lib/IconUpload/index.js +0 -39
  168. package/src/IconAdd/index.vue +0 -19
  169. package/src/IconAdvance/index.vue +0 -19
  170. package/src/IconCheck/index.vue +0 -19
  171. package/src/IconChevronDown/index.vue +0 -19
  172. package/src/IconCopy/index.vue +0 -19
  173. package/src/IconDatabase/index.vue +0 -19
  174. package/src/IconDay/index.vue +0 -19
  175. package/src/IconDelete/index.vue +0 -19
  176. package/src/IconDown/index.vue +0 -19
  177. package/src/IconDownload/index.vue +0 -19
  178. package/src/IconEdit/index.vue +0 -19
  179. package/src/IconEvent/index.vue +0 -19
  180. package/src/IconFields/index.vue +0 -19
  181. package/src/IconFile/index.vue +0 -19
  182. package/src/IconFold/index.vue +0 -19
  183. package/src/IconFoldmore/index.vue +0 -19
  184. package/src/IconGroupAdd/index.vue +0 -19
  185. package/src/IconHelp/index.vue +0 -19
  186. package/src/IconId/index.vue +0 -19
  187. package/src/IconJbxx/index.vue +0 -19
  188. package/src/IconKey/index.vue +0 -19
  189. package/src/IconLimits/index.vue +0 -19
  190. package/src/IconLose/index.vue +0 -19
  191. package/src/IconMinus/index.vue +0 -19
  192. package/src/IconNewDelete/index.vue +0 -19
  193. package/src/IconNext/index.vue +0 -19
  194. package/src/IconNigth/index.vue +0 -19
  195. package/src/IconObject/index.vue +0 -19
  196. package/src/IconRefresh/index.vue +0 -19
  197. package/src/IconRevocation/index.vue +0 -19
  198. package/src/IconSave/index.vue +0 -19
  199. package/src/IconSchema/index.vue +0 -19
  200. package/src/IconScript/index.vue +0 -19
  201. package/src/IconSearch/index.vue +0 -19
  202. package/src/IconSequence/index.vue +0 -19
  203. package/src/IconSort/index.vue +0 -19
  204. package/src/IconStarttime/index.vue +0 -19
  205. package/src/IconStoredProcedure/index.vue +0 -19
  206. package/src/IconTable/index.vue +0 -19
  207. package/src/IconTableAdd/index.vue +0 -19
  208. package/src/IconTick/index.vue +0 -19
  209. package/src/IconTips/index.vue +0 -19
  210. package/src/IconTrigger/index.vue +0 -19
  211. package/src/IconUnfold2/index.vue +0 -19
  212. package/src/IconUpdatemode/index.vue +0 -19
  213. package/src/IconUpload/index.vue +0 -19
  214. package/src/IconView/index.vue +0 -19
@@ -0,0 +1,31 @@
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: "IconFoldQs",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "update-line-icon"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M12.8336 3.0835C13.2477 3.08367 13.5836 3.41939 13.5836 3.8335 13.5836 4.2476 13.2477 4.58332 12.8336 4.5835H7.16663C6.75241 4.5835 6.41663 4.24771 6.41663 3.8335 6.41663 3.41928 6.75241 3.0835 7.16663 3.0835H12.8336zM12.8336 5.75C13.2477 5.75018 13.5836 6.08589 13.5836 6.5 13.5836 6.91411 13.2477 7.24982 12.8336 7.25H9.16663C8.75241 7.25 8.41663 6.91421 8.41663 6.5 8.41663 6.08579 8.75241 5.75 9.16663 5.75H12.8336zM2.61683 5.32252C2.89869 5.01909 3.37388 5.00164 3.67737 5.28345L6.01038 7.45045C6.16315 7.59235 6.24964 7.79174 6.24964 8.00025 6.24955 8.20856 6.16297 8.40726 6.01038 8.54908L3.67737 10.7161C3.37384 10.9979 2.89868 10.9805 2.61683 10.677 2.33517 10.3736 2.3528 9.89932 2.65589 9.61744L4.39808 7.99927 2.65589 6.38306C2.35247 6.1012 2.33501 5.62601 2.61683 5.32252zM12.8336 11.4165C13.2477 11.4167 13.5836 11.7524 13.5836 12.1665 13.5836 12.5806 13.2477 12.9163 12.8336 12.9165H7.16663C6.75241 12.9165 6.41663 12.5807 6.41663 12.1665 6.41663 11.7523 6.75241 11.4165 7.16663 11.4165H12.8336zM12.8336 8.75C13.2477 8.75018 13.5836 9.08589 13.5836 9.5 13.5836 9.91411 13.2477 10.2498 12.8336 10.25H9.16663C8.75241 10.25 8.41663 9.91421 8.41663 9.5 8.41663 9.08579 8.75241 8.75 9.16663 8.75H12.8336z" }, null, -1);
18
+ const _hoisted_2 = [
19
+ _hoisted_1
20
+ ];
21
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
23
+ viewBox: "0 0 16 16",
24
+ xmlns: "http://www.w3.org/2000/svg",
25
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fold_qs`],
26
+ width: "1em",
27
+ height: "1em"
28
+ }, _ctx.$attrs), _hoisted_2, 16);
29
+ }
30
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
31
+ module.exports = index;
@@ -14,26 +14,18 @@ const _sfc_main = {
14
14
  }
15
15
  }
16
16
  };
17
- const _hoisted_1 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
- d: "M11 2H14V5M14 11V14H11M5 14H2V11M2 5V2H5",
20
- stroke: "#434343",
21
- "stroke-width": "1.5",
22
- "stroke-linecap": "round",
23
- "stroke-linejoin": "round"
24
- }, null, -1);
25
- const _hoisted_3 = [
26
- _hoisted_2
17
+ const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M19.5 7.5V4.5H16.5C15.6716 4.5 15 3.82843 15 3 15 2.17157 15.6716 1.5 16.5 1.5H21C21.8284 1.5 22.5 2.17157 22.5 3V7.5C22.5 8.32843 21.8284 9 21 9 20.1716 9 19.5 8.32843 19.5 7.5zM19.5 16.5C19.5 15.6716 20.1716 15 21 15 21.8284 15 22.5 15.6716 22.5 16.5V21C22.5 21.8284 21.8284 22.5 21 22.5H16.5C15.6716 22.5 15 21.8284 15 21 15 20.1716 15.6716 19.5 16.5 19.5H19.5V16.5zM1.5 16.5C1.5 15.6716 2.17157 15 3 15 3.82843 15 4.5 15.6716 4.5 16.5V19.5H7.5C8.32843 19.5 9 20.1716 9 21 9 21.8284 8.32843 22.5 7.5 22.5H3C2.17157 22.5 1.5 21.8284 1.5 21V16.5zM1.5 7.5V3C1.5 2.17157 2.17157 1.5 3 1.5H7.5C8.32843 1.5 9 2.17157 9 3 9 3.82843 8.32843 4.5 7.5 4.5H4.5V7.5C4.5 8.32843 3.82843 9 3 9 2.17157 9 1.5 8.32843 1.5 7.5z" }, null, -1);
18
+ const _hoisted_2 = [
19
+ _hoisted_1
27
20
  ];
28
21
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
22
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
30
- viewBox: "0 0 16 16",
31
- fill: $props.useCurrentColor ? "currentColor" : "none",
23
+ viewBox: "0 0 24 24",
32
24
  xmlns: "http://www.w3.org/2000/svg",
33
25
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-full_screen`],
34
26
  width: "1em",
35
27
  height: "1em"
36
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
28
+ }, _ctx.$attrs), _hoisted_2, 16);
37
29
  }
38
30
  var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
39
31
  module.exports = index;
@@ -2,7 +2,7 @@
2
2
  var vue = require("vue");
3
3
  var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
4
  const _sfc_main = {
5
- name: "IconGroupAdd",
5
+ name: "IconGroupAddQs",
6
6
  props: {
7
7
  prefix: {
8
8
  type: String,
@@ -26,7 +26,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
26
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
27
27
  viewBox: "0 0 16 16",
28
28
  xmlns: "http://www.w3.org/2000/svg",
29
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-group_add`],
29
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-group_add_qs`],
30
30
  width: "1em",
31
31
  height: "1em"
32
32
  }, _ctx.$attrs), _hoisted_4, 16);
@@ -14,42 +14,22 @@ const _sfc_main = {
14
14
  }
15
15
  }
16
16
  };
17
- const _hoisted_1 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
- d: "M3.83337 3.83337V5.50004H5.50004",
20
- stroke: "#434343",
21
- "stroke-width": "1.5",
22
- "stroke-linecap": "round",
23
- "stroke-linejoin": "round"
24
- }, null, -1);
25
- const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
26
- d: "M3 8C3 10.7614 5.23857 13 8 13C10.7614 13 13 10.7614 13 8C13 5.23857 10.7614 3 8 3C6.1495 3 4.53378 4.00528 3.66919 5.49953",
27
- stroke: "#434343",
28
- "stroke-width": "1.5",
29
- "stroke-linecap": "round",
30
- "stroke-linejoin": "round"
31
- }, null, -1);
32
- const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", {
33
- d: "M8.00035 4.66663L8 8.08573L10.5 10.5",
34
- stroke: "#434343",
35
- "stroke-width": "1.5",
36
- "stroke-linecap": "round",
37
- "stroke-linejoin": "round"
38
- }, null, -1);
39
- const _hoisted_5 = [
17
+ const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3.08325 3.83325C3.08325 3.41904 3.41904 3.08325 3.83325 3.08325C4.24747 3.08325 4.58325 3.41904 4.58325 3.83325V4.75024H5.50024C5.91431 4.75042 6.25024 5.08614 6.25024 5.50024C6.25007 5.9142 5.9142 6.25007 5.50024 6.25024H3.83325C3.41915 6.25024 3.08343 5.91431 3.08325 5.50024V3.83325Z" }, null, -1);
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M2.25 8C2.25 7.58579 2.58579 7.25 3 7.25C3.41421 7.25 3.75 7.58579 3.75 8C3.75 10.3472 5.65279 12.25 8 12.25C10.3472 12.25 12.25 10.3472 12.25 8C12.25 5.65279 10.3472 3.75 8 3.75C6.42806 3.75 5.05441 4.60299 4.31836 5.875C4.11095 6.23347 3.65244 6.35575 3.29395 6.14844C2.93542 5.94099 2.81306 5.48255 3.02051 5.12402C4.01367 3.40766 5.87103 2.25 8 2.25C11.1756 2.25 13.75 4.82435 13.75 8C13.75 11.1756 11.1756 13.75 8 13.75C4.82435 13.75 2.25 11.1756 2.25 8Z" }, null, -1);
19
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.25 4.66675C7.25004 4.25268 7.58598 3.91694 8 3.91675C8.41419 3.91679 8.75 4.25257 8.75 4.66675V7.76636L11.0215 9.96069C11.3192 10.2485 11.3267 10.7234 11.0391 11.0212C10.7513 11.3189 10.2764 11.3274 9.97852 11.0398L7.47852 8.62573C7.33218 8.48439 7.24998 8.28914 7.25 8.08569V4.66675Z" }, null, -1);
20
+ const _hoisted_4 = [
21
+ _hoisted_1,
40
22
  _hoisted_2,
41
- _hoisted_3,
42
- _hoisted_4
23
+ _hoisted_3
43
24
  ];
44
25
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
45
26
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
46
27
  viewBox: "0 0 16 16",
47
- fill: $props.useCurrentColor ? "currentColor" : "none",
48
28
  xmlns: "http://www.w3.org/2000/svg",
49
29
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-history`],
50
30
  width: "1em",
51
31
  height: "1em"
52
- }, _ctx.$attrs), _hoisted_5, 16, _hoisted_1);
32
+ }, _ctx.$attrs), _hoisted_4, 16);
53
33
  }
54
34
  var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
55
35
  module.exports = index;
@@ -2,7 +2,7 @@
2
2
  var vue = require("vue");
3
3
  var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
4
  const _sfc_main = {
5
- name: "IconId",
5
+ name: "IconIdQs",
6
6
  props: {
7
7
  prefix: {
8
8
  type: String,
@@ -33,7 +33,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
33
33
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
34
34
  viewBox: "0 0 16 16",
35
35
  xmlns: "http://www.w3.org/2000/svg",
36
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-id`],
36
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-id_qs`],
37
37
  width: "1em",
38
38
  height: "1em"
39
39
  }, _ctx.$attrs), _hoisted_3, 16);
@@ -0,0 +1,35 @@
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: "IconKeyQs",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "update-line-icon"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M5.95605 9.62411C5.95588 8.74981 5.24641 8.0411 4.37207 8.0411 3.49788 8.04128 2.78924 8.74992 2.78906 9.62411 2.78906 10.4985 3.49777 11.2079 4.37207 11.2081 5.24652 11.2081 5.95605 10.4986 5.95605 9.62411zM7.45605 9.62411C7.45605 11.327 6.07495 12.7081 4.37207 12.7081 2.66934 12.7079 1.28906 11.3269 1.28906 9.62411 1.28924 7.92149 2.66945 6.54128 4.37207 6.5411 6.07484 6.5411 7.45588 7.92138 7.45605 9.62411zM7.90381 4.15731C8.18478 3.85314 8.65908 3.83443 8.96338 4.11532L10.8589 5.86532C11.1632 6.14624 11.1827 6.62053 10.9019 6.92489 10.6209 7.22926 10.1457 7.24784 9.84131 6.96688L7.9458 5.21688C7.64163 4.93591 7.62292 4.46161 7.90381 4.15731z" }, null, -1);
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M10.229 1.5411C10.5052 1.23244 10.9789 1.20638 11.2876 1.48251C11.5962 1.75864 11.6232 2.23241 11.3472 2.5411L6.38818 8.0831C6.11196 8.39149 5.63818 8.41775 5.32959 8.14169C5.02092 7.86551 4.99486 7.39179 5.271 7.0831L10.229 1.5411Z" }, null, -1);
19
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M9.65479 2.69702C9.93665 2.3936 10.4118 2.37614 10.7153 2.65796L12.7563 4.55445C13.0598 4.83631 13.0772 5.31051 12.7954 5.61402C12.5135 5.9173 12.0393 5.93485 11.7358 5.65308L9.69385 3.75757C9.39042 3.47571 9.37297 3.00052 9.65479 2.69702Z" }, null, -1);
20
+ const _hoisted_4 = [
21
+ _hoisted_1,
22
+ _hoisted_2,
23
+ _hoisted_3
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
27
+ viewBox: "0 0 14 14",
28
+ xmlns: "http://www.w3.org/2000/svg",
29
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-key_qs`],
30
+ width: "1em",
31
+ height: "1em"
32
+ }, _ctx.$attrs), _hoisted_4, 16);
33
+ }
34
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
35
+ 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: "IconLockQs",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "update-line-icon"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M11.4163 7.9165H4.58333V11.4995C4.58333 11.8216 4.84432 12.0833 5.16634 12.0835H10.8333C11.1555 12.0835 11.4163 11.8217 11.4163 11.4995V7.9165ZM12.9163 11.4995C12.9163 12.6501 11.9839 13.5835 10.8333 13.5835H5.16634C4.01589 13.5833 3.08333 12.65 3.08333 11.4995V7.8335C3.08333 7.05109 3.71792 6.4165 4.50032 6.4165H11.5003C12.2826 6.41668 12.9163 7.0512 12.9163 7.8335V11.4995Z" }, null, -1);
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M10.0833 6.99951V6.89502C10.0833 6.33998 10.0966 5.86346 10.0315 5.41943C9.96883 4.992 9.84366 4.68995 9.63211 4.47314C9.3713 4.2059 8.90042 3.91656 8.00027 3.9165C7.09994 3.9165 6.62828 4.20587 6.36746 4.47314C6.15602 4.68994 6.0307 4.99211 5.96804 5.41943C5.90298 5.86346 5.91629 6.33998 5.91629 6.89502V6.99951C5.91629 7.41373 5.5805 7.74951 5.16629 7.74951C4.75224 7.74931 4.41629 7.4136 4.41629 6.99951V6.89502C4.41629 6.40935 4.39838 5.785 4.48367 5.20264C4.57142 4.6038 4.77893 3.95332 5.29421 3.42529C5.86249 2.84297 6.73328 2.4165 8.00027 2.4165C9.26696 2.41657 10.1371 2.84312 10.7053 3.42529C11.2206 3.95332 11.4281 4.6038 11.5159 5.20264C11.6012 5.78502 11.5833 6.40933 11.5833 6.89502V6.99951C11.5833 7.41373 11.2475 7.74951 10.8333 7.74951C10.4191 7.74948 10.0833 7.41371 10.0833 6.99951Z" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_1,
21
+ _hoisted_2
22
+ ];
23
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
25
+ viewBox: "0 0 16 16",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-lock_qs`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), _hoisted_3, 16);
31
+ }
32
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
33
+ module.exports = index;
@@ -0,0 +1,31 @@
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: "IconMoreQs",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "update-line-icon"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M9.5 4.30005C9.5 5.12848 8.82843 5.80005 8 5.80005 7.17157 5.80005 6.5 5.12848 6.5 4.30005 6.5 3.47162 7.17157 2.80005 8 2.80005 8.82843 2.80005 9.5 3.47162 9.5 4.30005zM9.5 8.30005C9.5 9.12848 8.82843 9.80005 8 9.80005 7.17157 9.80005 6.5 9.12848 6.5 8.30005 6.5 7.47162 7.17157 6.80005 8 6.80005 8.82843 6.80005 9.5 7.47162 9.5 8.30005zM9.5 12.3C9.5 13.1285 8.82843 13.8 8 13.8 7.17157 13.8 6.5 13.1285 6.5 12.3 6.5 11.4716 7.17157 10.8 8 10.8 8.82843 10.8 9.5 11.4716 9.5 12.3z" }, null, -1);
18
+ const _hoisted_2 = [
19
+ _hoisted_1
20
+ ];
21
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
23
+ viewBox: "0 0 16 16",
24
+ xmlns: "http://www.w3.org/2000/svg",
25
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-more_qs`],
26
+ width: "1em",
27
+ height: "1em"
28
+ }, _ctx.$attrs), _hoisted_2, 16);
29
+ }
30
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
31
+ module.exports = index;
@@ -2,7 +2,7 @@
2
2
  var vue = require("vue");
3
3
  var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
4
  const _sfc_main = {
5
- name: "IconNext",
5
+ name: "IconNextQs",
6
6
  props: {
7
7
  prefix: {
8
8
  type: String,
@@ -24,7 +24,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24
24
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
25
25
  viewBox: "0 0 16 16",
26
26
  xmlns: "http://www.w3.org/2000/svg",
27
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-next`],
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-next_qs`],
28
28
  width: "1em",
29
29
  height: "1em"
30
30
  }, _ctx.$attrs), _hoisted_3, 16);
@@ -0,0 +1,42 @@
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: "IconNigthQs",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "update-line-icon"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_f5ef0e12f7__clip0_8594_36775)" }, [
18
+ /* @__PURE__ */ vue.createElementVNode("path", { d: "M5.88672 6.18164C5.88676 5.37695 6.12744 4.62866 6.54199 4.00586C4.91279 4.60073 3.75 6.16491 3.75 8C3.75 10.3472 5.65279 12.25 8 12.25C9.8353 12.25 11.3984 11.0865 11.9932 9.45703C11.3704 9.87149 10.623 10.1132 9.81836 10.1133C7.64687 10.1133 5.88672 8.35313 5.88672 6.18164ZM7.38672 6.18164C7.38672 7.5247 8.4753 8.61328 9.81836 8.61328C10.9477 8.6132 11.8993 7.84304 12.1719 6.79785L12.2148 6.67676C12.3376 6.40629 12.612 6.22937 12.917 6.2373C13.2654 6.24647 13.5616 6.49455 13.6318 6.83594C13.7093 7.21249 13.75 7.60191 13.75 8C13.75 11.1756 11.1756 13.75 8 13.75C4.82436 13.75 2.25 11.1756 2.25 8C2.25 4.82436 4.82436 2.25 8 2.25C8.3981 2.25 8.78751 2.29068 9.16406 2.36816C9.50546 2.43843 9.75354 2.73459 9.7627 3.08301C9.77177 3.43151 9.53949 3.74017 9.20215 3.82812C8.15695 4.1007 7.3868 5.05229 7.38672 6.18164Z" })
19
+ ], -1);
20
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
21
+ /* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_f5ef0e12f7__clip0_8594_36775" }, [
22
+ /* @__PURE__ */ vue.createElementVNode("path", {
23
+ transform: "translate(2 2)",
24
+ d: "M0 0H12V12H0z"
25
+ })
26
+ ])
27
+ ], -1);
28
+ const _hoisted_3 = [
29
+ _hoisted_1,
30
+ _hoisted_2
31
+ ];
32
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
33
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
34
+ viewBox: "0 0 16 16",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-nigth_qs`],
37
+ width: "1em",
38
+ height: "1em"
39
+ }, _ctx.$attrs), _hoisted_3, 16);
40
+ }
41
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
42
+ module.exports = index;
@@ -2,7 +2,7 @@
2
2
  var vue = require("vue");
3
3
  var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
4
  const _sfc_main = {
5
- name: "IconObject",
5
+ name: "IconObjectQs",
6
6
  props: {
7
7
  prefix: {
8
8
  type: String,
@@ -26,7 +26,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
26
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
27
27
  viewBox: "0 0 16 16",
28
28
  xmlns: "http://www.w3.org/2000/svg",
29
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-object`],
29
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-object_qs`],
30
30
  width: "1em",
31
31
  height: "1em"
32
32
  }, _ctx.$attrs), _hoisted_4, 16);
@@ -14,26 +14,18 @@ const _sfc_main = {
14
14
  }
15
15
  }
16
16
  };
17
- const _hoisted_1 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
- d: "M11 2V5H14M5 2V5H2M5 14V11H2M11 14V11H13.9665",
20
- stroke: "#434343",
21
- "stroke-width": "1.5",
22
- "stroke-linecap": "round",
23
- "stroke-linejoin": "round"
24
- }, null, -1);
25
- const _hoisted_3 = [
26
- _hoisted_2
17
+ const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M15 3C15 2.17157 15.6716 1.5 16.5 1.5 17.3284 1.5 18 2.17157 18 3V6H21C21.8284 6 22.5 6.67157 22.5 7.5 22.5 8.32843 21.8284 9 21 9H16.5C15.6716 9 15 8.32843 15 7.5V3zM6 3C6 2.17157 6.67157 1.5 7.5 1.5 8.32843 1.5 9 2.17157 9 3V7.5C9 8.32843 8.32843 9 7.5 9H3C2.17157 9 1.5 8.32843 1.5 7.5 1.5 6.67157 2.17157 6 3 6H6V3zM6 21V18H3C2.17157 18 1.5 17.3284 1.5 16.5 1.5 15.6716 2.17157 15 3 15H7.5C8.32843 15 9 15.6716 9 16.5V21C9 21.8284 8.32843 22.5 7.5 22.5 6.67157 22.5 6 21.8284 6 21zM15 21V16.5C15 15.6716 15.6716 15 16.5 15H20.9502C21.7784 15.0002 22.4502 15.6717 22.4502 16.5 22.4502 17.3283 21.7784 17.9998 20.9502 18H18V21C18 21.8284 17.3284 22.5 16.5 22.5 15.6716 22.5 15 21.8284 15 21z" }, null, -1);
18
+ const _hoisted_2 = [
19
+ _hoisted_1
27
20
  ];
28
21
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
22
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
30
- viewBox: "0 0 16 16",
31
- fill: $props.useCurrentColor ? "currentColor" : "none",
23
+ viewBox: "0 0 24 24",
32
24
  xmlns: "http://www.w3.org/2000/svg",
33
25
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-off_screen`],
34
26
  width: "1em",
35
27
  height: "1em"
36
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
28
+ }, _ctx.$attrs), _hoisted_2, 16);
37
29
  }
38
30
  var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
39
31
  module.exports = index;
@@ -2,7 +2,7 @@
2
2
  var vue = require("vue");
3
3
  var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
4
  const _sfc_main = {
5
- name: "IconSchema",
5
+ name: "IconSchemaQs",
6
6
  props: {
7
7
  prefix: {
8
8
  type: String,
@@ -22,7 +22,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
22
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
23
23
  viewBox: "0 0 16 16",
24
24
  xmlns: "http://www.w3.org/2000/svg",
25
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-schema`],
25
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-schema_qs`],
26
26
  width: "1em",
27
27
  height: "1em"
28
28
  }, _ctx.$attrs), _hoisted_2, 16);
@@ -2,7 +2,7 @@
2
2
  var vue = require("vue");
3
3
  var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
4
  const _sfc_main = {
5
- name: "IconSequence",
5
+ name: "IconSequenceQs",
6
6
  props: {
7
7
  prefix: {
8
8
  type: String,
@@ -24,7 +24,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24
24
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
25
25
  viewBox: "0 0 16 16",
26
26
  xmlns: "http://www.w3.org/2000/svg",
27
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sequence`],
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sequence_qs`],
28
28
  width: "1em",
29
29
  height: "1em"
30
30
  }, _ctx.$attrs), _hoisted_3, 16);
@@ -2,7 +2,7 @@
2
2
  var vue = require("vue");
3
3
  var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
4
  const _sfc_main = {
5
- name: "IconStoredProcedure",
5
+ name: "IconStoredProcedureQs",
6
6
  props: {
7
7
  prefix: {
8
8
  type: String,
@@ -28,7 +28,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
28
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
29
29
  viewBox: "0 0 16 16",
30
30
  xmlns: "http://www.w3.org/2000/svg",
31
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Stored_procedure`],
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stored_procedure_qs`],
32
32
  width: "1em",
33
33
  height: "1em"
34
34
  }, _ctx.$attrs), _hoisted_5, 16);
@@ -2,7 +2,7 @@
2
2
  var vue = require("vue");
3
3
  var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
4
  const _sfc_main = {
5
- name: "IconTableAdd",
5
+ name: "IconTableAddQs",
6
6
  props: {
7
7
  prefix: {
8
8
  type: String,
@@ -22,7 +22,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
22
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
23
23
  viewBox: "0 0 16 16",
24
24
  xmlns: "http://www.w3.org/2000/svg",
25
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-table_add`],
25
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-table_add_qs`],
26
26
  width: "1em",
27
27
  height: "1em"
28
28
  }, _ctx.$attrs), _hoisted_3, 16);
@@ -2,7 +2,7 @@
2
2
  var vue = require("vue");
3
3
  var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
4
  const _sfc_main = {
5
- name: "IconTick",
5
+ name: "IconTickQs",
6
6
  props: {
7
7
  prefix: {
8
8
  type: String,
@@ -22,7 +22,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
22
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
23
23
  viewBox: "0 0 16 16",
24
24
  xmlns: "http://www.w3.org/2000/svg",
25
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-tick`],
25
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-tick_qs`],
26
26
  width: "1em",
27
27
  height: "1em"
28
28
  }, _ctx.$attrs), _hoisted_2, 16);
@@ -2,7 +2,7 @@
2
2
  var vue = require("vue");
3
3
  var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
4
  const _sfc_main = {
5
- name: "IconTrigger",
5
+ name: "IconTriggerQs",
6
6
  props: {
7
7
  prefix: {
8
8
  type: String,
@@ -22,7 +22,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
22
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
23
23
  viewBox: "0 0 16 16",
24
24
  xmlns: "http://www.w3.org/2000/svg",
25
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-trigger`],
25
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-trigger_qs`],
26
26
  width: "1em",
27
27
  height: "1em"
28
28
  }, _ctx.$attrs), _hoisted_2, 16);
@@ -26,7 +26,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
26
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
27
27
  viewBox: "0 0 16 16",
28
28
  xmlns: "http://www.w3.org/2000/svg",
29
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Upload_qs`],
29
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-upload_qs`],
30
30
  width: "1em",
31
31
  height: "1em"
32
32
  }, _ctx.$attrs), _hoisted_4, 16);
@@ -2,7 +2,7 @@
2
2
  var vue = require("vue");
3
3
  var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
4
  const _sfc_main = {
5
- name: "IconView",
5
+ name: "IconViewQs",
6
6
  props: {
7
7
  prefix: {
8
8
  type: String,
@@ -26,7 +26,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
26
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
27
27
  viewBox: "0 0 16 16",
28
28
  xmlns: "http://www.w3.org/2000/svg",
29
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-View`],
29
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-view_qs`],
30
30
  width: "1em",
31
31
  height: "1em"
32
32
  }, _ctx.$attrs), _hoisted_4, 16);