@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
@@ -13,26 +13,18 @@ const _sfc_main = {
13
13
  }
14
14
  }
15
15
  };
16
- const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
- d: "M11 2V5H14M5 2V5H2M5 14V11H2M11 14V11H13.9665",
19
- stroke: "#434343",
20
- "stroke-width": "1.5",
21
- "stroke-linecap": "round",
22
- "stroke-linejoin": "round"
23
- }, null, -1);
24
- const _hoisted_3 = [
25
- _hoisted_2
16
+ const _hoisted_1 = /* @__PURE__ */ 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);
17
+ const _hoisted_2 = [
18
+ _hoisted_1
26
19
  ];
27
20
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
21
  return openBlock(), createElementBlock("svg", mergeProps({
29
- viewBox: "0 0 16 16",
30
- fill: $props.useCurrentColor ? "currentColor" : "none",
22
+ viewBox: "0 0 24 24",
31
23
  xmlns: "http://www.w3.org/2000/svg",
32
24
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-off_screen`],
33
25
  width: "1em",
34
26
  height: "1em"
35
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
27
+ }, _ctx.$attrs), _hoisted_2, 16);
36
28
  }
37
29
  var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
38
30
  export { index as default };
@@ -1,7 +1,7 @@
1
1
  import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
2
  import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
3
  const _sfc_main = {
4
- name: "IconSchema",
4
+ name: "IconSchemaQs",
5
5
  props: {
6
6
  prefix: {
7
7
  type: String,
@@ -21,7 +21,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
21
  return openBlock(), createElementBlock("svg", mergeProps({
22
22
  viewBox: "0 0 16 16",
23
23
  xmlns: "http://www.w3.org/2000/svg",
24
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-schema`],
24
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-schema_qs`],
25
25
  width: "1em",
26
26
  height: "1em"
27
27
  }, _ctx.$attrs), _hoisted_2, 16);
@@ -1,7 +1,7 @@
1
1
  import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
2
  import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
3
  const _sfc_main = {
4
- name: "IconSequence",
4
+ name: "IconSequenceQs",
5
5
  props: {
6
6
  prefix: {
7
7
  type: String,
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
23
  return openBlock(), createElementBlock("svg", mergeProps({
24
24
  viewBox: "0 0 16 16",
25
25
  xmlns: "http://www.w3.org/2000/svg",
26
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sequence`],
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sequence_qs`],
27
27
  width: "1em",
28
28
  height: "1em"
29
29
  }, _ctx.$attrs), _hoisted_3, 16);
@@ -1,7 +1,7 @@
1
1
  import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
2
  import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
3
  const _sfc_main = {
4
- name: "IconStoredProcedure",
4
+ name: "IconStoredProcedureQs",
5
5
  props: {
6
6
  prefix: {
7
7
  type: String,
@@ -27,7 +27,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
27
  return openBlock(), createElementBlock("svg", mergeProps({
28
28
  viewBox: "0 0 16 16",
29
29
  xmlns: "http://www.w3.org/2000/svg",
30
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Stored_procedure`],
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stored_procedure_qs`],
31
31
  width: "1em",
32
32
  height: "1em"
33
33
  }, _ctx.$attrs), _hoisted_5, 16);
@@ -1,7 +1,7 @@
1
1
  import { openBlock, createElementBlock, mergeProps, createStaticVNode } from "vue";
2
2
  import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
3
  const _sfc_main = {
4
- name: "IconTableAdd",
4
+ name: "IconTableAddQs",
5
5
  props: {
6
6
  prefix: {
7
7
  type: String,
@@ -21,7 +21,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
21
  return openBlock(), createElementBlock("svg", mergeProps({
22
22
  viewBox: "0 0 16 16",
23
23
  xmlns: "http://www.w3.org/2000/svg",
24
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-table_add`],
24
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-table_add_qs`],
25
25
  width: "1em",
26
26
  height: "1em"
27
27
  }, _ctx.$attrs), _hoisted_3, 16);
@@ -1,7 +1,7 @@
1
1
  import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
2
  import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
3
  const _sfc_main = {
4
- name: "IconTick",
4
+ name: "IconTickQs",
5
5
  props: {
6
6
  prefix: {
7
7
  type: String,
@@ -21,7 +21,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
21
  return openBlock(), createElementBlock("svg", mergeProps({
22
22
  viewBox: "0 0 16 16",
23
23
  xmlns: "http://www.w3.org/2000/svg",
24
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-tick`],
24
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-tick_qs`],
25
25
  width: "1em",
26
26
  height: "1em"
27
27
  }, _ctx.$attrs), _hoisted_2, 16);
@@ -1,7 +1,7 @@
1
1
  import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
2
  import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
3
  const _sfc_main = {
4
- name: "IconTrigger",
4
+ name: "IconTriggerQs",
5
5
  props: {
6
6
  prefix: {
7
7
  type: String,
@@ -21,7 +21,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
21
  return openBlock(), createElementBlock("svg", mergeProps({
22
22
  viewBox: "0 0 16 16",
23
23
  xmlns: "http://www.w3.org/2000/svg",
24
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-trigger`],
24
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-trigger_qs`],
25
25
  width: "1em",
26
26
  height: "1em"
27
27
  }, _ctx.$attrs), _hoisted_2, 16);
@@ -25,7 +25,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
25
25
  return openBlock(), createElementBlock("svg", mergeProps({
26
26
  viewBox: "0 0 16 16",
27
27
  xmlns: "http://www.w3.org/2000/svg",
28
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Upload_qs`],
28
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-upload_qs`],
29
29
  width: "1em",
30
30
  height: "1em"
31
31
  }, _ctx.$attrs), _hoisted_4, 16);
@@ -1,7 +1,7 @@
1
1
  import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
2
  import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
3
  const _sfc_main = {
4
- name: "IconView",
4
+ name: "IconViewQs",
5
5
  props: {
6
6
  prefix: {
7
7
  type: String,
@@ -25,7 +25,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
25
25
  return openBlock(), createElementBlock("svg", mergeProps({
26
26
  viewBox: "0 0 16 16",
27
27
  xmlns: "http://www.w3.org/2000/svg",
28
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-View`],
28
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-view_qs`],
29
29
  width: "1em",
30
30
  height: "1em"
31
31
  }, _ctx.$attrs), _hoisted_4, 16);
package/esm/index.js CHANGED
@@ -4,39 +4,24 @@ export { default as IconBusinessprocess } from "./IconBusinessprocess/index.js";
4
4
  export { default as IconAnalyze } from "./IconAnalyze/index.js";
5
5
  export { default as IconApply } from "./IconApply/index.js";
6
6
  export { default as IconApi } from "./IconApi/index.js";
7
- export { default as IconAdd } from "./IconAdd/index.js";
8
7
  export { default as IconBloodanalysis } from "./IconBloodanalysis/index.js";
9
8
  export { default as IconAssembly } from "./IconAssembly/index.js";
10
9
  export { default as IconAppend } from "./IconAppend/index.js";
11
10
  export { default as IconBasics } from "./IconBasics/index.js";
12
11
  export { default as IconDatabasesource } from "./IconDatabasesource/index.js";
13
- export { default as IconDown } from "./IconDown/index.js";
14
12
  export { default as IconCollect } from "./IconCollect/index.js";
15
- export { default as IconDatabase } from "./IconDatabase/index.js";
16
13
  export { default as IconCharts } from "./IconCharts/index.js";
17
- export { default as IconCopy } from "./IconCopy/index.js";
18
14
  export { default as IconDatabaseobject } from "./IconDatabaseobject/index.js";
19
- export { default as IconDelete } from "./IconDelete/index.js";
20
15
  export { default as IconDetails } from "./IconDetails/index.js";
21
- export { default as IconCheck } from "./IconCheck/index.js";
22
16
  export { default as IconDispatch } from "./IconDispatch/index.js";
23
- export { default as IconAdvance } from "./IconAdvance/index.js";
24
17
  export { default as IconDisposition } from "./IconDisposition/index.js";
25
18
  export { default as IconActivate } from "./IconActivate/index.js";
26
- export { default as IconEdit } from "./IconEdit/index.js";
27
- export { default as IconFile } from "./IconFile/index.js";
28
19
  export { default as IconEmbellish } from "./IconEmbellish/index.js";
29
20
  export { default as IconFormula } from "./IconFormula/index.js";
30
- export { default as IconFields } from "./IconFields/index.js";
31
- export { default as IconFold } from "./IconFold/index.js";
32
21
  export { default as IconGoBack } from "./IconGoBack/index.js";
33
- export { default as IconHelp } from "./IconHelp/index.js";
34
22
  export { default as IconHistory } from "./IconHistory/index.js";
35
- export { default as IconDownload } from "./IconDownload/index.js";
36
23
  export { default as IconDownline } from "./IconDownline/index.js";
37
24
  export { default as IconLayer } from "./IconLayer/index.js";
38
- export { default as IconLimits } from "./IconLimits/index.js";
39
- export { default as IconFoldmore } from "./IconFoldmore/index.js";
40
25
  export { default as IconFrame } from "./IconFrame/index.js";
41
26
  export { default as IconMail } from "./IconMail/index.js";
42
27
  export { default as IconHyposensitization } from "./IconHyposensitization/index.js";
@@ -45,44 +30,32 @@ export { default as IconMode } from "./IconMode/index.js";
45
30
  export { default as IconModule } from "./IconModule/index.js";
46
31
  export { default as IconNotice } from "./IconNotice/index.js";
47
32
  export { default as IconNo } from "./IconNo/index.js";
48
- export { default as IconStarttime } from "./IconStarttime/index.js";
49
- export { default as IconSearch } from "./IconSearch/index.js";
50
33
  export { default as IconPackup } from "./IconPackup/index.js";
51
- export { default as IconSort } from "./IconSort/index.js";
52
34
  export { default as IconPicture } from "./IconPicture/index.js";
53
35
  export { default as IconPublish } from "./IconPublish/index.js";
54
- export { default as IconSave } from "./IconSave/index.js";
55
- export { default as IconRefresh } from "./IconRefresh/index.js";
56
36
  export { default as IconReflection } from "./IconReflection/index.js";
57
37
  export { default as IconPause } from "./IconPause/index.js";
58
38
  export { default as IconLatesttime } from "./IconLatesttime/index.js";
59
39
  export { default as IconPassword } from "./IconPassword/index.js";
60
40
  export { default as IconEndtime } from "./IconEndtime/index.js";
61
- export { default as IconRevocation } from "./IconRevocation/index.js";
62
41
  export { default as IconGather } from "./IconGather/index.js";
63
42
  export { default as IconIndex } from "./IconIndex/index.js";
64
43
  export { default as IconRole } from "./IconRole/index.js";
65
44
  export { default as IconScheduling } from "./IconScheduling/index.js";
66
45
  export { default as IconResources } from "./IconResources/index.js";
67
- export { default as IconScript } from "./IconScript/index.js";
68
46
  export { default as IconSettings } from "./IconSettings/index.js";
69
47
  export { default as IconNotice2 } from "./IconNotice2/index.js";
70
48
  export { default as IconUnfold } from "./IconUnfold/index.js";
71
49
  export { default as IconZoomout } from "./IconZoomout/index.js";
72
50
  export { default as IconZoomin } from "./IconZoomin/index.js";
73
- export { default as IconUnfold2 } from "./IconUnfold2/index.js";
74
51
  export { default as IconTest } from "./IconTest/index.js";
75
52
  export { default as IconText } from "./IconText/index.js";
76
53
  export { default as IconStats } from "./IconStats/index.js";
77
- export { default as IconUpload } from "./IconUpload/index.js";
78
- export { default as IconTable } from "./IconTable/index.js";
79
- export { default as IconUpdatemode } from "./IconUpdatemode/index.js";
80
54
  export { default as IconSwitch } from "./IconSwitch/index.js";
81
55
  export { default as IconTerminate } from "./IconTerminate/index.js";
82
56
  export { default as IconSubjectarea } from "./IconSubjectarea/index.js";
83
57
  export { default as IconSubscribe } from "./IconSubscribe/index.js";
84
58
  export { default as IconInOperation } from "./IconInOperation/index.js";
85
- export { default as IconLose } from "./IconLose/index.js";
86
59
  export { default as IconSuccessful } from "./IconSuccessful/index.js";
87
60
  export { default as IconLivingExample } from "./IconLivingExample/index.js";
88
61
  export { default as IconOfflineWorkflow } from "./IconOfflineWorkflow/index.js";
@@ -102,41 +75,46 @@ export { default as IconOffScreen } from "./IconOffScreen/index.js";
102
75
  export { default as IconEncoder } from "./IconEncoder/index.js";
103
76
  export { default as IconFilter } from "./IconFilter/index.js";
104
77
  export { default as IconEdit1 } from "./IconEdit1/index.js";
105
- export { default as IconKey } from "./IconKey/index.js";
106
- export { default as IconMinus } from "./IconMinus/index.js";
107
78
  export { default as IconUp } from "./IconUp/index.js";
108
79
  export { default as IconDowm } from "./IconDowm/index.js";
109
- export { default as IconNigth } from "./IconNigth/index.js";
110
- export { default as IconDay } from "./IconDay/index.js";
111
- export { default as IconTips } from "./IconTips/index.js";
112
- export { default as IconJbxx } from "./IconJbxx/index.js";
113
80
  export { default as IconTbrz } from "./IconTbrz/index.js";
114
81
  export { default as IconTbjk } from "./IconTbjk/index.js";
115
82
  export { default as IconTbjg } from "./IconTbjg/index.js";
116
83
  export { default as IconZxsj } from "./IconZxsj/index.js";
117
84
  export { default as IconZdsj } from "./IconZdsj/index.js";
118
- export { default as IconChevronDown } from "./IconChevronDown/index.js";
119
- export { default as IconNewDelete } from "./IconNewDelete/index.js";
85
+ export { default as IconArrowDownQs } from "./IconArrowDownQs/index.js";
86
+ export { default as IconDeleteCircleQs } from "./IconDeleteCircleQs/index.js";
120
87
  export { default as IconSearchQs } from "./IconSearchQs/index.js";
121
- export { default as IconTick } from "./IconTick/index.js";
122
- export { default as IconTrigger } from "./IconTrigger/index.js";
123
- export { default as IconStoredProcedure } from "./IconStoredProcedure/index.js";
88
+ export { default as IconTickQs } from "./IconTickQs/index.js";
89
+ export { default as IconTriggerQs } from "./IconTriggerQs/index.js";
90
+ export { default as IconStoredProcedureQs } from "./IconStoredProcedureQs/index.js";
124
91
  export { default as IconDatabaseQs } from "./IconDatabaseQs/index.js";
125
- export { default as IconSchema } from "./IconSchema/index.js";
126
- export { default as IconView } from "./IconView/index.js";
127
- export { default as IconSequence } from "./IconSequence/index.js";
128
- export { default as IconEvent } from "./IconEvent/index.js";
129
- export { default as IconObject } from "./IconObject/index.js";
92
+ export { default as IconSchemaQs } from "./IconSchemaQs/index.js";
93
+ export { default as IconViewQs } from "./IconViewQs/index.js";
94
+ export { default as IconSequenceQs } from "./IconSequenceQs/index.js";
95
+ export { default as IconEventQs } from "./IconEventQs/index.js";
96
+ export { default as IconObjectQs } from "./IconObjectQs/index.js";
130
97
  export { default as IconTableQs } from "./IconTableQs/index.js";
131
98
  export { default as IconAddQs } from "./IconAddQs/index.js";
132
99
  export { default as IconMinusQs } from "./IconMinusQs/index.js";
133
100
  export { default as IconDownloadQs } from "./IconDownloadQs/index.js";
134
101
  export { default as IconUploadQs } from "./IconUploadQs/index.js";
135
102
  export { default as IconRefreshQs } from "./IconRefreshQs/index.js";
136
- export { default as IconId } from "./IconId/index.js";
103
+ export { default as IconIdQs } from "./IconIdQs/index.js";
137
104
  export { default as IconTipsQs } from "./IconTipsQs/index.js";
138
- export { default as IconGroupAdd } from "./IconGroupAdd/index.js";
139
- export { default as IconNext } from "./IconNext/index.js";
105
+ export { default as IconGroupAddQs } from "./IconGroupAddQs/index.js";
106
+ export { default as IconNextQs } from "./IconNextQs/index.js";
140
107
  export { default as IconRevocationQs } from "./IconRevocationQs/index.js";
141
- export { default as IconTableAdd } from "./IconTableAdd/index.js";
108
+ export { default as IconTableAddQs } from "./IconTableAddQs/index.js";
142
109
  export { default as IconSaveQs } from "./IconSaveQs/index.js";
110
+ export { default as IconLockQs } from "./IconLockQs/index.js";
111
+ export { default as IconEditQs } from "./IconEditQs/index.js";
112
+ export { default as IconDeleteQs } from "./IconDeleteQs/index.js";
113
+ export { default as IconCopyQs } from "./IconCopyQs/index.js";
114
+ export { default as IconKeyQs } from "./IconKeyQs/index.js";
115
+ export { default as IconDayQs } from "./IconDayQs/index.js";
116
+ export { default as IconNigthQs } from "./IconNigthQs/index.js";
117
+ export { default as IconFoldQs } from "./IconFoldQs/index.js";
118
+ export { default as IconDevelopQs } from "./IconDevelopQs/index.js";
119
+ export { default as IconMoreQs } from "./IconMoreQs/index.js";
120
+ export { default as IconFileQs } from "./IconFileQs/index.js";
@@ -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: "IconChevronDown",
5
+ name: "IconArrowDownQs",
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-chevron_down`],
25
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-arrow_down_qs`],
26
26
  width: "1em",
27
27
  height: "1em"
28
28
  }, _ctx.$attrs), _hoisted_2, 16);
@@ -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: "IconCopyQs",
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.41663 4.33362C9.41663 4.1035 9.22975 3.91663 8.99963 3.91663H4.49963C4.17773 3.9168 3.9168 4.17773 3.91663 4.49963V8.99963C3.91663 9.22975 4.1035 9.41663 4.33362 9.41663C4.74768 9.4168 5.08362 9.75252 5.08362 10.1666C5.08362 10.5807 4.74768 10.9165 4.33362 10.9166C3.27507 10.9166 2.41663 10.0582 2.41663 8.99963V4.49963C2.4168 3.3493 3.3493 2.4168 4.49963 2.41663H8.99963C10.0582 2.41663 10.9166 3.27507 10.9166 4.33362C10.9165 4.74768 10.5807 5.08362 10.1666 5.08362C9.75252 5.08362 9.4168 4.74768 9.41663 4.33362Z" }, null, -1);
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M12.0834 7.16638C12.0832 6.84447 11.8223 6.58355 11.5004 6.58337H7.16638C6.84447 6.58355 6.58355 6.84447 6.58337 7.16638V11.5004C6.58355 11.8223 6.84447 12.0832 7.16638 12.0834H11.5004C11.8223 12.0832 12.0832 11.8223 12.0834 11.5004V7.16638ZM13.5834 11.5004C13.5832 12.6507 12.6507 13.5832 11.5004 13.5834H7.16638C6.01605 13.5832 5.08355 12.6507 5.08337 11.5004V7.16638C5.08355 6.01605 6.01605 5.08355 7.16638 5.08337H11.5004C12.6507 5.08355 13.5832 6.01605 13.5834 7.16638V11.5004Z" }, 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-copy_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;
@@ -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-Database_qs`],
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-database_qs`],
32
32
  width: "1em",
33
33
  height: "1em"
34
34
  }, _ctx.$attrs), _hoisted_5, 16);
@@ -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: "IconDayQs",
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.0413 8.00037C11.0413 6.32061 9.67996 4.95855 8.00024 4.95837 6.32038 4.95837 4.95825 6.3205 4.95825 8.00037 4.95843 9.68008 6.32049 11.0414 8.00024 11.0414 9.67985 11.0412 11.0411 9.67997 11.0413 8.00037zM12.5413 8.00037C12.5411 10.5084 10.5083 12.5412 8.00024 12.5414 5.49206 12.5414 3.45843 10.5085 3.45825 8.00037 3.45825 5.49207 5.49195 3.45837 8.00024 3.45837 10.5084 3.45855 12.5413 5.49218 12.5413 8.00037zM7.85425 2.75C8.33749 2.75 8.72925 2.35825 8.72925 1.875 8.72925 1.39175 8.33749 1 7.85425 1 7.371 1 6.97925 1.39175 6.97925 1.875 6.97925 2.35825 7.371 2.75 7.85425 2.75zM12.0833 4.5C12.5665 4.5 12.9583 4.10824 12.9583 3.625 12.9583 3.14175 12.5665 2.75 12.0833 2.75 11.6 2.75 11.2083 3.14175 11.2083 3.625 11.2083 4.10824 11.6 4.5 12.0833 4.5zM13.8333 8.72913C14.3165 8.72913 14.7083 8.33737 14.7083 7.85413 14.7083 7.37088 14.3165 6.97913 13.8333 6.97913 13.35 6.97913 12.9583 7.37088 12.9583 7.85413 12.9583 8.33737 13.35 8.72913 13.8333 8.72913z" }, null, -1);
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M12.0833 12.9584C12.5665 12.9584 12.9583 12.5666 12.9583 12.0834 12.9583 11.6001 12.5665 11.2084 12.0833 11.2084 11.6 11.2084 11.2083 11.6001 11.2083 12.0834 11.2083 12.5666 11.6 12.9584 12.0833 12.9584zM7.85425 14.7084C8.33749 14.7084 8.72925 14.3166 8.72925 13.8334 8.72925 13.3501 8.33749 12.9584 7.85425 12.9584 7.371 12.9584 6.97925 13.3501 6.97925 13.8334 6.97925 14.3166 7.371 14.7084 7.85425 14.7084zM3.625 12.9584C4.10824 12.9584 4.5 12.5666 4.5 12.0834 4.5 11.6001 4.10824 11.2084 3.625 11.2084 3.14175 11.2084 2.75 11.6001 2.75 12.0834 2.75 12.5666 3.14175 12.9584 3.625 12.9584zM1.875 8.72913C2.35825 8.72913 2.75 8.33737 2.75 7.85413 2.75 7.37088 2.35825 6.97913 1.875 6.97913 1.39175 6.97913 1 7.37088 1 7.85413 1 8.33737 1.39175 8.72913 1.875 8.72913zM3.625 4.5C4.10824 4.5 4.5 4.10824 4.5 3.625 4.5 3.14175 4.10824 2.75 3.625 2.75 3.14175 2.75 2.75 3.14175 2.75 3.625 2.75 4.10824 3.14175 4.5 3.625 4.5z" }, 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-day_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;
@@ -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: "IconNewDelete",
5
+ name: "IconDeleteCircleQs",
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-new_delete`],
29
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-delete_circle_qs`],
30
30
  width: "1em",
31
31
  height: "1em"
32
32
  }, _ctx.$attrs), _hoisted_4, 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: "IconDeleteQs",
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.5003 4.4165C11.7104 4.4166 11.9111 4.5048 12.0531 4.65967C12.195 4.8146 12.2656 5.02257 12.2474 5.23193L11.6868 11.6802C11.5932 12.7568 10.6913 13.5835 9.61067 13.5835H5.722C4.64154 13.5833 3.74041 12.7566 3.6468 11.6802L3.08626 5.23193C3.06805 5.02252 3.13854 4.81461 3.28059 4.65967C3.42265 4.50475 3.62314 4.4165 3.83333 4.4165H11.5003ZM5.14095 11.5503C5.16715 11.8516 5.41961 12.0833 5.722 12.0835H9.61067C9.91325 12.0835 10.1655 11.8517 10.1917 11.5503L10.682 5.9165H4.65169L5.14095 11.5503Z" }, null, -1);
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M5.75 10.8335V7.1665C5.75 6.75229 6.08579 6.4165 6.5 6.4165 6.91421 6.4165 7.25 6.75229 7.25 7.1665V10.8335C7.24982 11.2476 6.91411 11.5835 6.5 11.5835 6.08589 11.5835 5.75018 11.2476 5.75 10.8335zM8.08333 10.8335V7.1665C8.08333 6.75229 8.41911 6.4165 8.83333 6.4165 9.24754 6.4165 9.58333 6.75229 9.58333 7.1665V10.8335C9.58315 11.2476 9.24743 11.5835 8.83333 11.5835 8.41922 11.5835 8.0835 11.2476 8.08333 10.8335zM8.75032 5.1665V4.49951C8.75014 4.1775 8.48839 3.9165 8.16634 3.9165H7.16634C6.84443 3.91668 6.5835 4.1776 6.58333 4.49951V5.1665L6.57942 5.24365C6.5408 5.62162 6.22149 5.9165 5.83333 5.9165 5.44516 5.9165 5.12586 5.62162 5.08723 5.24365L5.08333 5.1665V4.49951C5.0835 3.34918 6.016 2.41668 7.16634 2.4165H8.16634C9.31682 2.4165 10.2501 3.34907 10.2503 4.49951V5.1665C10.2503 5.58061 9.91438 5.91633 9.50032 5.9165 9.08611 5.9165 8.75032 5.58072 8.75032 5.1665z" }, null, -1);
19
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M12.1667 4.4165C12.5809 4.4165 12.9167 4.75229 12.9167 5.1665C12.9167 5.58072 12.5809 5.9165 12.1667 5.9165H3.16667C2.75246 5.9165 2.41667 5.58072 2.41667 5.1665C2.41667 4.75229 2.75246 4.4165 3.16667 4.4165H12.1667Z" }, 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 16 16",
28
+ xmlns: "http://www.w3.org/2000/svg",
29
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-delete_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,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: "IconDevelopQs",
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.35351 5.58722C5.6604 5.30907 6.1349 5.33211 6.41308 5.63898 6.69117 5.94578 6.66796 6.42033 6.36133 6.69855L4.13867 8.71222 6.34082 10.5696C6.65729 10.8367 6.69751 11.3097 6.43066 11.6263 6.16366 11.9428 5.69064 11.983 5.37402 11.7161L2.5166 9.30597C2.35126 9.1665 2.25388 8.96267 2.25 8.7464 2.24614 8.53009 2.33581 8.32237 2.49609 8.17707L5.35351 5.58722zM9.5872 5.63896C9.86541 5.33217 10.3399 5.30903 10.6468 5.5872L13.5042 8.17704C13.6644 8.32234 13.7541 8.53014 13.7503 8.74638 13.7464 8.96258 13.6489 9.16648 13.4837 9.30595L10.6263 11.7161C10.3096 11.9831 9.83667 11.9429 9.56962 11.6263 9.30262 11.3096 9.34287 10.8367 9.65947 10.5696L11.8606 8.7122 9.63896 6.69853C9.33217 6.42032 9.30903 5.94581 9.5872 5.63896zM7.97414 3.87697C8.04223 3.46845 8.42891 3.1918 8.83742 3.25978 9.24594 3.32787 9.52162 3.71455 9.45363 4.12307L8.0259 12.6944C7.95782 13.1028 7.57109 13.3795 7.16262 13.3115 6.7541 13.2435 6.47744 12.8568 6.54543 12.4483L7.97414 3.87697z" }, 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-develop_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;
@@ -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-Download_qs`],
29
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-download_qs`],
30
30
  width: "1em",
31
31
  height: "1em"
32
32
  }, _ctx.$attrs), _hoisted_4, 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: "IconEditQs",
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.60612 3.17674C10.1625 2.72316 10.9831 2.75582 11.5016 3.27439L12.7253 4.49803C13.2785 5.05127 13.2785 5.94869 12.7253 6.50193L6.52995 12.6972C6.43139 12.7957 6.30714 12.8646 6.17155 12.8965L3.33854 13.5635C3.08571 13.6229 2.82006 13.5469 2.63639 13.3633 2.45281 13.1796 2.37672 12.9139 2.4362 12.6611L3.10319 9.82811 3.13444 9.7285C3.172 9.63178 3.22949 9.5436 3.30339 9.46971L9.4987 3.27439 9.60612 3.17674zM4.51335 10.3799L4.1735 11.8252 5.62077 11.4844 11.6061 5.49998 10.4997 4.39353 4.51335 10.3799zM12.8337 12.0835C13.2477 12.0837 13.5837 12.4194 13.5837 12.8335 13.5837 13.2476 13.2477 13.5833 12.8337 13.5835H9.16667C8.75246 13.5835 8.41667 13.2477 8.41667 12.8335 8.41667 12.4193 8.75246 12.0835 9.16667 12.0835H12.8337z" }, 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-edit_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: "IconEvent",
5
+ name: "IconEventQs",
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-event`],
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-event_qs`],
28
28
  width: "1em",
29
29
  height: "1em"
30
30
  }, _ctx.$attrs), _hoisted_3, 16);
@@ -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: "IconFileQs",
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.0836 6.49963C12.0834 6.17762 11.8217 5.91663 11.4996 5.91663H3.91663V11.4996C3.91663 11.8217 4.17762 12.0834 4.49963 12.0836H11.4996C11.8218 12.0836 12.0836 11.8218 12.0836 11.4996V6.49963ZM13.5836 11.4996C13.5836 12.6502 12.6502 13.5836 11.4996 13.5836H4.49963C3.34919 13.5834 2.41663 12.6501 2.41663 11.4996V5.16663C2.41663 4.75241 2.75241 4.41663 3.16663 4.41663H11.4996C12.6501 4.41663 13.5834 5.34919 13.5836 6.49963V11.4996Z" }, null, -1);
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M2.41663 7.33362V4.49963C2.4168 3.3493 3.3493 2.4168 4.49963 2.41663H7.20862C7.97094 2.41669 8.67268 2.83332 9.03772 3.50256L9.65881 4.64124C9.85676 5.00479 9.72248 5.46056 9.35901 5.65881C8.99541 5.85696 8.53973 5.72256 8.34143 5.35901L7.72034 4.22034C7.6181 4.03317 7.4219 3.91669 7.20862 3.91663H4.49963C4.17773 3.9168 3.9168 4.17773 3.91663 4.49963V7.33362C3.91645 7.74768 3.58073 8.08362 3.16663 8.08362C2.75252 8.08362 2.4168 7.74768 2.41663 7.33362Z" }, 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-file_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;