@arco-iconbox/vue-update-line-icon 0.0.26 → 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 (208) hide show
  1. package/dist/icon.js +1281 -2391
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +369 -469
  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/IconDevelopQs/index.js +30 -0
  11. package/esm/IconDownloadQs/index.js +1 -1
  12. package/esm/{IconEvent → IconEventQs}/index.js +2 -2
  13. package/esm/IconFileQs/index.js +32 -0
  14. package/esm/IconFoldQs/index.js +30 -0
  15. package/esm/IconFullScreen/index.js +5 -13
  16. package/esm/{IconGroupAdd → IconGroupAddQs}/index.js +2 -2
  17. package/esm/IconHistory/index.js +7 -27
  18. package/esm/{IconId → IconIdQs}/index.js +2 -2
  19. package/esm/IconKeyQs/index.js +34 -0
  20. package/esm/IconLockQs/index.js +1 -1
  21. package/esm/IconMoreQs/index.js +30 -0
  22. package/esm/{IconNext → IconNextQs}/index.js +2 -2
  23. package/esm/IconNigthQs/index.js +41 -0
  24. package/esm/{IconObject → IconObjectQs}/index.js +2 -2
  25. package/esm/IconOffScreen/index.js +5 -13
  26. package/esm/{IconSchema → IconSchemaQs}/index.js +2 -2
  27. package/esm/{IconSequence → IconSequenceQs}/index.js +2 -2
  28. package/esm/{IconStoredProcedure → IconStoredProcedureQs}/index.js +2 -2
  29. package/esm/{IconTableAdd → IconTableAddQs}/index.js +2 -2
  30. package/esm/{IconTick → IconTickQs}/index.js +2 -2
  31. package/esm/{IconTrigger → IconTriggerQs}/index.js +2 -2
  32. package/esm/IconUploadQs/index.js +1 -1
  33. package/esm/{IconView → IconViewQs}/index.js +2 -2
  34. package/esm/index.js +22 -47
  35. package/lib/{IconChevronDown → IconArrowDownQs}/index.js +2 -2
  36. package/lib/IconCopyQs/index.js +33 -0
  37. package/lib/IconDatabaseQs/index.js +1 -1
  38. package/lib/IconDayQs/index.js +33 -0
  39. package/lib/{IconNewDelete → IconDeleteCircleQs}/index.js +2 -2
  40. package/lib/IconDevelopQs/index.js +31 -0
  41. package/lib/IconDownloadQs/index.js +1 -1
  42. package/lib/{IconEvent → IconEventQs}/index.js +2 -2
  43. package/lib/IconFileQs/index.js +33 -0
  44. package/lib/IconFoldQs/index.js +31 -0
  45. package/lib/IconFullScreen/index.js +5 -13
  46. package/lib/{IconGroupAdd → IconGroupAddQs}/index.js +2 -2
  47. package/lib/IconHistory/index.js +7 -27
  48. package/lib/{IconId → IconIdQs}/index.js +2 -2
  49. package/lib/IconKeyQs/index.js +35 -0
  50. package/lib/IconLockQs/index.js +1 -1
  51. package/lib/IconMoreQs/index.js +31 -0
  52. package/lib/{IconNext → IconNextQs}/index.js +2 -2
  53. package/lib/IconNigthQs/index.js +42 -0
  54. package/lib/{IconObject → IconObjectQs}/index.js +2 -2
  55. package/lib/IconOffScreen/index.js +5 -13
  56. package/lib/{IconSchema → IconSchemaQs}/index.js +2 -2
  57. package/lib/{IconSequence → IconSequenceQs}/index.js +2 -2
  58. package/lib/{IconStoredProcedure → IconStoredProcedureQs}/index.js +2 -2
  59. package/lib/{IconTableAdd → IconTableAddQs}/index.js +2 -2
  60. package/lib/{IconTick → IconTickQs}/index.js +2 -2
  61. package/lib/{IconTrigger → IconTriggerQs}/index.js +2 -2
  62. package/lib/IconUploadQs/index.js +1 -1
  63. package/lib/{IconView → IconViewQs}/index.js +2 -2
  64. package/lib/index.js +228 -278
  65. package/package.json +1 -1
  66. package/src/IconArrowDownQs/index.vue +19 -0
  67. package/src/IconCopyQs/index.vue +19 -0
  68. package/src/IconDatabaseQs/index.vue +1 -1
  69. package/src/IconDayQs/index.vue +19 -0
  70. package/src/IconDeleteCircleQs/index.vue +19 -0
  71. package/src/IconDevelopQs/index.vue +19 -0
  72. package/src/IconDownloadQs/index.vue +1 -1
  73. package/src/IconEventQs/index.vue +19 -0
  74. package/src/IconFileQs/index.vue +19 -0
  75. package/src/IconFoldQs/index.vue +19 -0
  76. package/src/IconFullScreen/index.vue +1 -1
  77. package/src/IconGroupAddQs/index.vue +19 -0
  78. package/src/IconHistory/index.vue +1 -1
  79. package/src/IconIdQs/index.vue +19 -0
  80. package/src/IconKeyQs/index.vue +19 -0
  81. package/src/IconLockQs/index.vue +1 -1
  82. package/src/IconMoreQs/index.vue +19 -0
  83. package/src/IconNextQs/index.vue +19 -0
  84. package/src/IconNigthQs/index.vue +19 -0
  85. package/src/IconObjectQs/index.vue +19 -0
  86. package/src/IconOffScreen/index.vue +1 -1
  87. package/src/IconSchemaQs/index.vue +19 -0
  88. package/src/IconSequenceQs/index.vue +19 -0
  89. package/src/IconStoredProcedureQs/index.vue +19 -0
  90. package/src/IconTableAddQs/index.vue +19 -0
  91. package/src/IconTickQs/index.vue +19 -0
  92. package/src/IconTriggerQs/index.vue +19 -0
  93. package/src/IconUploadQs/index.vue +1 -1
  94. package/src/IconViewQs/index.vue +19 -0
  95. package/src/index.js +23 -48
  96. package/esm/IconAdd/index.js +0 -38
  97. package/esm/IconAdvance/index.js +0 -46
  98. package/esm/IconCheck/index.js +0 -38
  99. package/esm/IconCopy/index.js +0 -46
  100. package/esm/IconDatabase/index.js +0 -46
  101. package/esm/IconDay/index.js +0 -42
  102. package/esm/IconDelete/index.js +0 -38
  103. package/esm/IconDown/index.js +0 -38
  104. package/esm/IconDownload/index.js +0 -38
  105. package/esm/IconEdit/index.js +0 -38
  106. package/esm/IconFields/index.js +0 -45
  107. package/esm/IconFile/index.js +0 -46
  108. package/esm/IconFold/index.js +0 -38
  109. package/esm/IconFoldmore/index.js +0 -34
  110. package/esm/IconHelp/index.js +0 -30
  111. package/esm/IconJbxx/index.js +0 -34
  112. package/esm/IconKey/index.js +0 -67
  113. package/esm/IconLimits/index.js +0 -38
  114. package/esm/IconLose/index.js +0 -38
  115. package/esm/IconMinus/index.js +0 -38
  116. package/esm/IconNigth/index.js +0 -50
  117. package/esm/IconRefresh/index.js +0 -46
  118. package/esm/IconRevocation/index.js +0 -46
  119. package/esm/IconSave/index.js +0 -46
  120. package/esm/IconScript/index.js +0 -63
  121. package/esm/IconSearch/index.js +0 -38
  122. package/esm/IconSort/index.js +0 -38
  123. package/esm/IconStarttime/index.js +0 -38
  124. package/esm/IconTable/index.js +0 -38
  125. package/esm/IconTips/index.js +0 -52
  126. package/esm/IconUnfold2/index.js +0 -38
  127. package/esm/IconUpdatemode/index.js +0 -38
  128. package/esm/IconUpload/index.js +0 -38
  129. package/lib/IconAdd/index.js +0 -39
  130. package/lib/IconAdvance/index.js +0 -47
  131. package/lib/IconCheck/index.js +0 -39
  132. package/lib/IconCopy/index.js +0 -47
  133. package/lib/IconDatabase/index.js +0 -47
  134. package/lib/IconDay/index.js +0 -43
  135. package/lib/IconDelete/index.js +0 -39
  136. package/lib/IconDown/index.js +0 -39
  137. package/lib/IconDownload/index.js +0 -39
  138. package/lib/IconEdit/index.js +0 -39
  139. package/lib/IconFields/index.js +0 -46
  140. package/lib/IconFile/index.js +0 -47
  141. package/lib/IconFold/index.js +0 -39
  142. package/lib/IconFoldmore/index.js +0 -35
  143. package/lib/IconHelp/index.js +0 -31
  144. package/lib/IconJbxx/index.js +0 -35
  145. package/lib/IconKey/index.js +0 -68
  146. package/lib/IconLimits/index.js +0 -39
  147. package/lib/IconLose/index.js +0 -39
  148. package/lib/IconMinus/index.js +0 -39
  149. package/lib/IconNigth/index.js +0 -51
  150. package/lib/IconRefresh/index.js +0 -47
  151. package/lib/IconRevocation/index.js +0 -47
  152. package/lib/IconSave/index.js +0 -47
  153. package/lib/IconScript/index.js +0 -64
  154. package/lib/IconSearch/index.js +0 -39
  155. package/lib/IconSort/index.js +0 -39
  156. package/lib/IconStarttime/index.js +0 -39
  157. package/lib/IconTable/index.js +0 -39
  158. package/lib/IconTips/index.js +0 -53
  159. package/lib/IconUnfold2/index.js +0 -39
  160. package/lib/IconUpdatemode/index.js +0 -39
  161. package/lib/IconUpload/index.js +0 -39
  162. package/src/IconAdd/index.vue +0 -19
  163. package/src/IconAdvance/index.vue +0 -19
  164. package/src/IconCheck/index.vue +0 -19
  165. package/src/IconChevronDown/index.vue +0 -19
  166. package/src/IconCopy/index.vue +0 -19
  167. package/src/IconDatabase/index.vue +0 -19
  168. package/src/IconDay/index.vue +0 -19
  169. package/src/IconDelete/index.vue +0 -19
  170. package/src/IconDown/index.vue +0 -19
  171. package/src/IconDownload/index.vue +0 -19
  172. package/src/IconEdit/index.vue +0 -19
  173. package/src/IconEvent/index.vue +0 -19
  174. package/src/IconFields/index.vue +0 -19
  175. package/src/IconFile/index.vue +0 -19
  176. package/src/IconFold/index.vue +0 -19
  177. package/src/IconFoldmore/index.vue +0 -19
  178. package/src/IconGroupAdd/index.vue +0 -19
  179. package/src/IconHelp/index.vue +0 -19
  180. package/src/IconId/index.vue +0 -19
  181. package/src/IconJbxx/index.vue +0 -19
  182. package/src/IconKey/index.vue +0 -19
  183. package/src/IconLimits/index.vue +0 -19
  184. package/src/IconLose/index.vue +0 -19
  185. package/src/IconMinus/index.vue +0 -19
  186. package/src/IconNewDelete/index.vue +0 -19
  187. package/src/IconNext/index.vue +0 -19
  188. package/src/IconNigth/index.vue +0 -19
  189. package/src/IconObject/index.vue +0 -19
  190. package/src/IconRefresh/index.vue +0 -19
  191. package/src/IconRevocation/index.vue +0 -19
  192. package/src/IconSave/index.vue +0 -19
  193. package/src/IconSchema/index.vue +0 -19
  194. package/src/IconScript/index.vue +0 -19
  195. package/src/IconSearch/index.vue +0 -19
  196. package/src/IconSequence/index.vue +0 -19
  197. package/src/IconSort/index.vue +0 -19
  198. package/src/IconStarttime/index.vue +0 -19
  199. package/src/IconStoredProcedure/index.vue +0 -19
  200. package/src/IconTable/index.vue +0 -19
  201. package/src/IconTableAdd/index.vue +0 -19
  202. package/src/IconTick/index.vue +0 -19
  203. package/src/IconTips/index.vue +0 -19
  204. package/src/IconTrigger/index.vue +0 -19
  205. package/src/IconUnfold2/index.vue +0 -19
  206. package/src/IconUpdatemode/index.vue +0 -19
  207. package/src/IconUpload/index.vue +0 -19
  208. package/src/IconView/index.vue +0 -19
@@ -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-Lock_qs`],
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-lock_qs`],
28
28
  width: "1em",
29
29
  height: "1em"
30
30
  }, _ctx.$attrs), _hoisted_3, 16);
@@ -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);