@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
@@ -1,38 +0,0 @@
1
- import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
- import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
- const _sfc_main = {
4
- name: "IconSort",
5
- props: {
6
- prefix: {
7
- type: String,
8
- default: "update-line-icon"
9
- },
10
- useCurrentColor: {
11
- type: Boolean,
12
- default: true
13
- }
14
- }
15
- };
16
- const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
- d: "M6.33334 3H3.55556C3.24873 3 3 3.24873 3 3.55556V6.33334C3 6.64018 3.24873 6.8889 3.55556 6.8889H6.33334C6.64018 6.8889 6.8889 6.64018 6.8889 6.33334V3.55556C6.8889 3.24873 6.64018 3 6.33334 3zM6.33334 9.11145H3.55556C3.24873 9.11145 3 9.36017 3 9.66701V12.4448C3 12.7516 3.24873 13.0003 3.55556 13.0003H6.33334C6.64018 13.0003 6.8889 12.7516 6.8889 12.4448V9.66701C6.8889 9.36017 6.64018 9.11145 6.33334 9.11145zM12.4445 3H9.66676C9.35993 3 9.11121 3.24873 9.11121 3.55556V6.33334C9.11121 6.64018 9.35993 6.8889 9.66676 6.8889H12.4445C12.7514 6.8889 13.0001 6.64018 13.0001 6.33334V3.55556C13.0001 3.24873 12.7514 3 12.4445 3zM12.4445 9.11145H9.66676C9.35993 9.11145 9.11121 9.36017 9.11121 9.66701V12.4448C9.11121 12.7516 9.35993 13.0003 9.66676 13.0003H12.4445C12.7514 13.0003 13.0001 12.7516 13.0001 12.4448V9.66701C13.0001 9.36017 12.7514 9.11145 12.4445 9.11145z",
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
26
- ];
27
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
- return openBlock(), createElementBlock("svg", mergeProps({
29
- viewBox: "0 0 16 16",
30
- fill: $props.useCurrentColor ? "currentColor" : "none",
31
- xmlns: "http://www.w3.org/2000/svg",
32
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sort`],
33
- width: "1em",
34
- height: "1em"
35
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
36
- }
37
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
38
- export { index as default };
@@ -1,38 +0,0 @@
1
- import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
- import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
- const _sfc_main = {
4
- name: "IconStarttime",
5
- props: {
6
- prefix: {
7
- type: String,
8
- default: "update-line-icon"
9
- },
10
- useCurrentColor: {
11
- type: Boolean,
12
- default: true
13
- }
14
- }
15
- };
16
- const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
- d: "M13 8C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 8C3 5.23858 5.23858 3 8 3M8.17241 5.75862V8L7.13793 8.86207M13 3H12.2475C11.8408 3 11.6042 3.45968 11.8406 3.79062L12.4353 4.62317C12.6717 4.95411 12.4351 5.41379 12.0284 5.41379H11.2759",
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
26
- ];
27
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
- return openBlock(), createElementBlock("svg", mergeProps({
29
- viewBox: "0 0 16 16",
30
- fill: $props.useCurrentColor ? "currentColor" : "none",
31
- xmlns: "http://www.w3.org/2000/svg",
32
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Starttime`],
33
- width: "1em",
34
- height: "1em"
35
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
36
- }
37
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
38
- export { index as default };
@@ -1,38 +0,0 @@
1
- import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
- import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
- const _sfc_main = {
4
- name: "IconTable",
5
- props: {
6
- prefix: {
7
- type: String,
8
- default: "update-line-icon"
9
- },
10
- useCurrentColor: {
11
- type: Boolean,
12
- default: true
13
- }
14
- }
15
- };
16
- const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
- d: "M3.16663 4.49996C3.16663 3.76358 3.76358 3.16663 4.49996 3.16663H11.5C12.2363 3.16663 12.8333 3.76358 12.8333 4.49996V11.5C12.8333 12.2363 12.2363 12.8333 11.5 12.8333H4.49996C3.76358 12.8333 3.16663 12.2363 3.16663 11.5V4.49996zM3.33337 5.5H12.6667M3.33337 7.83337H12.6667M3.33337 10.5H12.6667M6.16663 5.5L6.16663 12.8333M9.83337 5.5L9.83337 12.8333",
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
26
- ];
27
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
- return openBlock(), createElementBlock("svg", mergeProps({
29
- viewBox: "0 0 16 16",
30
- fill: $props.useCurrentColor ? "currentColor" : "none",
31
- xmlns: "http://www.w3.org/2000/svg",
32
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-table`],
33
- width: "1em",
34
- height: "1em"
35
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
36
- }
37
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
38
- export { index as default };
@@ -1,52 +0,0 @@
1
- import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
- import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
- const _sfc_main = {
4
- name: "IconTips",
5
- props: {
6
- prefix: {
7
- type: String,
8
- default: "update-line-icon"
9
- },
10
- useCurrentColor: {
11
- type: Boolean,
12
- default: true
13
- }
14
- }
15
- };
16
- const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
- d: "M8.00033 13.3332C9.47307 13.3332 10.8064 12.7362 11.7716 11.7711C12.7367 10.8059 13.3337 9.47258 13.3337 7.99984C13.3337 6.52709 12.7367 5.19376 11.7716 4.2286C10.8064 3.26346 9.47307 2.6665 8.00033 2.6665C6.52758 2.6665 5.19425 3.26346 4.22909 4.2286C3.26395 5.19376 2.66699 6.52709 2.66699 7.99984C2.66699 9.47258 3.26395 10.8059 4.22909 11.7711C5.19425 12.7362 6.52758 13.3332 8.00033 13.3332Z",
19
- stroke: "#DCE5F5",
20
- "stroke-width": "1.5",
21
- "stroke-linecap": "round",
22
- "stroke-linejoin": "round"
23
- }, null, -1);
24
- const _hoisted_3 = ["fill"];
25
- const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", {
26
- d: "M8.13392 10.6667V6.93335H7.86725 7.60059M7.2002 10.6665H9.06686",
27
- stroke: "#DCE5F5",
28
- "stroke-width": "1.5",
29
- "stroke-linecap": "round",
30
- "stroke-linejoin": "round"
31
- }, null, -1);
32
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
33
- return openBlock(), createElementBlock("svg", mergeProps({
34
- viewBox: "0 0 16 16",
35
- fill: $props.useCurrentColor ? "currentColor" : "none",
36
- xmlns: "http://www.w3.org/2000/svg",
37
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-tips`],
38
- width: "1em",
39
- height: "1em"
40
- }, _ctx.$attrs), [
41
- _hoisted_2,
42
- createElementVNode("path", {
43
- "fill-rule": "evenodd",
44
- "clip-rule": "evenodd",
45
- d: "M8.00016 4.5332C8.36835 4.5332 8.66683 4.83168 8.66683 5.19987C8.66683 5.56806 8.36835 5.86654 8.00016 5.86654C7.63198 5.86654 7.3335 5.56806 7.3335 5.19987C7.3335 4.83168 7.63198 4.5332 8.00016 4.5332Z",
46
- fill: $props.useCurrentColor ? "currentColor" : "#DCE5F5"
47
- }, null, 8, _hoisted_3),
48
- _hoisted_4
49
- ], 16, _hoisted_1);
50
- }
51
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
52
- export { index as default };
@@ -1,38 +0,0 @@
1
- import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
- import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
- const _sfc_main = {
4
- name: "IconUnfold2",
5
- props: {
6
- prefix: {
7
- type: String,
8
- default: "update-line-icon"
9
- },
10
- useCurrentColor: {
11
- type: Boolean,
12
- default: true
13
- }
14
- }
15
- };
16
- const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
- d: "M7.16663 3.83337H12.8333M9.16663 6.5H12.8333M3.16663 5.83337L5.49996 8.00004 3.16663 10.1667M7.16663 12.1666H12.8333M9.16663 9.5H12.8333",
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
26
- ];
27
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
- return openBlock(), createElementBlock("svg", mergeProps({
29
- viewBox: "0 0 16 16",
30
- fill: $props.useCurrentColor ? "currentColor" : "none",
31
- xmlns: "http://www.w3.org/2000/svg",
32
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Unfold2`],
33
- width: "1em",
34
- height: "1em"
35
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
36
- }
37
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
38
- export { index as default };
@@ -1,38 +0,0 @@
1
- import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
- import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
- const _sfc_main = {
4
- name: "IconUpdatemode",
5
- props: {
6
- prefix: {
7
- type: String,
8
- default: "update-line-icon"
9
- },
10
- useCurrentColor: {
11
- type: Boolean,
12
- default: true
13
- }
14
- }
15
- };
16
- const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
- d: "M6.16663 6.16671V4.50004C6.16663 4.13185 5.86815 3.83337 5.49996 3.83337H3.83329C3.4651 3.83337 3.16663 4.13185 3.16663 4.50004V6.16671C3.16663 6.5349 3.4651 6.83337 3.83329 6.83337H5.49996C5.86815 6.83337 6.16663 6.5349 6.16663 6.16671zM6.16663 12.1666H3.83329C3.4651 12.1666 3.16663 11.8681 3.16663 11.5V9.16663M8.5 4.5H12.8333M8.5 9.83337H12.8333M8.5 6.16663H12.8333M8.5 11.5H12.8333M6.83333 8.5C6.83333 8.5 5.83333 9.58333 5.33333 10.8333L4.5 9.83333",
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
26
- ];
27
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
- return openBlock(), createElementBlock("svg", mergeProps({
29
- viewBox: "0 0 16 16",
30
- fill: $props.useCurrentColor ? "currentColor" : "none",
31
- xmlns: "http://www.w3.org/2000/svg",
32
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Updatemode`],
33
- width: "1em",
34
- height: "1em"
35
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
36
- }
37
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
38
- export { index as default };
@@ -1,38 +0,0 @@
1
- import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
- import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
- const _sfc_main = {
4
- name: "IconUpload",
5
- props: {
6
- prefix: {
7
- type: String,
8
- default: "update-line-icon"
9
- },
10
- useCurrentColor: {
11
- type: Boolean,
12
- default: true
13
- }
14
- }
15
- };
16
- const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
- d: "M3.16663 9.83337V10.8334C3.16663 11.9379 4.06206 12.8334 5.16663 12.8334H10.8333C11.9379 12.8334 12.8333 11.9379 12.8333 10.8334V9.83337M8 9.50004L8 3.33337M5.83337 5.49996L8.00004 3.16663 10.1667 5.49996",
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
26
- ];
27
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
- return openBlock(), createElementBlock("svg", mergeProps({
29
- viewBox: "0 0 16 16",
30
- fill: $props.useCurrentColor ? "currentColor" : "none",
31
- xmlns: "http://www.w3.org/2000/svg",
32
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-upload`],
33
- width: "1em",
34
- height: "1em"
35
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
36
- }
37
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
38
- export { index as default };
@@ -1,39 +0,0 @@
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: "IconAdd",
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 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
- d: "M8 3.83337V12.1667M12.1667 8H3.83337",
20
- stroke: "#fff",
21
- "stroke-width": "1.5",
22
- "stroke-linecap": "round",
23
- "stroke-linejoin": "round"
24
- }, null, -1);
25
- const _hoisted_3 = [
26
- _hoisted_2
27
- ];
28
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
- return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
30
- viewBox: "0 0 16 16",
31
- fill: $props.useCurrentColor ? "currentColor" : "none",
32
- xmlns: "http://www.w3.org/2000/svg",
33
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-add`],
34
- width: "1em",
35
- height: "1em"
36
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
37
- }
38
- var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
39
- module.exports = index;
@@ -1,47 +0,0 @@
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: "IconAdvance",
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 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
- d: "M11.0556 4L13 5.66666L11.0556 7.61111",
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: "M13 5.66675H6.61284C4.7009 5.66675 3.07721 7.22797 3.00268 9.13897C2.92393 11.1583 4.59248 12.889 6.61284 12.889H11.3338",
27
- stroke: "#434343",
28
- "stroke-width": "1.5",
29
- "stroke-linecap": "round",
30
- "stroke-linejoin": "round"
31
- }, null, -1);
32
- const _hoisted_4 = [
33
- _hoisted_2,
34
- _hoisted_3
35
- ];
36
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
37
- return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
38
- viewBox: "0 0 16 16",
39
- fill: $props.useCurrentColor ? "currentColor" : "none",
40
- xmlns: "http://www.w3.org/2000/svg",
41
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-advance`],
42
- width: "1em",
43
- height: "1em"
44
- }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
45
- }
46
- var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
47
- module.exports = index;
@@ -1,39 +0,0 @@
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: "IconCheck",
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 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
- d: "M12 4C12 4 6.97059 7.97059 5.64706 13L3 9.29412",
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
27
- ];
28
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
- return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
30
- viewBox: "0 0 16 16",
31
- fill: $props.useCurrentColor ? "currentColor" : "none",
32
- xmlns: "http://www.w3.org/2000/svg",
33
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-check`],
34
- width: "1em",
35
- height: "1em"
36
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
37
- }
38
- var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
39
- module.exports = index;
@@ -1,47 +0,0 @@
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: "IconCopy",
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 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
- d: "M4.33329 10.1666C3.68896 10.1666 3.16663 9.64429 3.16663 8.99996V4.49996C3.16663 3.76358 3.76358 3.16663 4.49996 3.16663H8.99996C9.64429 3.16663 10.1666 3.68896 10.1666 4.33329",
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: "M5.83337 7.16671C5.83337 6.43033 6.43033 5.83337 7.16671 5.83337H11.5C12.2364 5.83337 12.8334 6.43033 12.8334 7.16671V11.5C12.8334 12.2364 12.2364 12.8334 11.5 12.8334H7.16671C6.43033 12.8334 5.83337 12.2364 5.83337 11.5V7.16671Z",
27
- stroke: "#434343",
28
- "stroke-width": "1.5",
29
- "stroke-linecap": "round",
30
- "stroke-linejoin": "round"
31
- }, null, -1);
32
- const _hoisted_4 = [
33
- _hoisted_2,
34
- _hoisted_3
35
- ];
36
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
37
- return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
38
- viewBox: "0 0 16 16",
39
- fill: $props.useCurrentColor ? "currentColor" : "none",
40
- xmlns: "http://www.w3.org/2000/svg",
41
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-copy`],
42
- width: "1em",
43
- height: "1em"
44
- }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
45
- }
46
- var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
47
- module.exports = index;
@@ -1,47 +0,0 @@
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: "IconDatabase",
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 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
- d: "M13 4.75C13 4.75 13 11.0156 13 11.5C13 12.3284 10.7614 13 8 13C5.23857 13 3.00001 12.3284 3.00001 11.5C3.00001 11.0356 3 4.75 3 4.75",
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: "M13 9.25C13 10.0784 10.7614 10.75 8 10.75 5.23857 10.75 3 10.0784 3 9.25M13 7C13 7.82842 10.7614 8.5 8 8.5 5.23857 8.5 3 7.82842 3 7M8 6C10.7614 6 13 5.32843 13 4.5 13 3.67157 10.7614 3 8 3 5.23858 3 3 3.67157 3 4.5 3 5.32843 5.23858 6 8 6z",
27
- stroke: "#434343",
28
- "stroke-width": "1.5",
29
- "stroke-linecap": "round",
30
- "stroke-linejoin": "round"
31
- }, null, -1);
32
- const _hoisted_4 = [
33
- _hoisted_2,
34
- _hoisted_3
35
- ];
36
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
37
- return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
38
- viewBox: "0 0 16 16",
39
- fill: $props.useCurrentColor ? "currentColor" : "none",
40
- xmlns: "http://www.w3.org/2000/svg",
41
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-database`],
42
- width: "1em",
43
- height: "1em"
44
- }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
45
- }
46
- var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
47
- module.exports = index;
@@ -1,43 +0,0 @@
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: "IconDay",
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 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
- d: "M8.00004 11.7917C10.0941 11.7917 11.7917 10.0941 11.7917 8.00004C11.7917 5.90596 10.0941 4.20837 8.00004 4.20837C5.90596 4.20837 4.20837 5.90596 4.20837 8.00004C4.20837 10.0941 5.90596 11.7917 8.00004 11.7917Z",
20
- stroke: "#434343",
21
- "stroke-width": "1.5",
22
- "stroke-linecap": "round",
23
- "stroke-linejoin": "round"
24
- }, null, -1);
25
- const _hoisted_3 = ["fill"];
26
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
- return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
28
- viewBox: "0 0 16 16",
29
- fill: $props.useCurrentColor ? "currentColor" : "none",
30
- xmlns: "http://www.w3.org/2000/svg",
31
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-day`],
32
- width: "1em",
33
- height: "1em"
34
- }, _ctx.$attrs), [
35
- _hoisted_2,
36
- vue.createElementVNode("path", {
37
- d: "M7.85413 2.75C8.33737 2.75 8.72913 2.35825 8.72913 1.875 8.72913 1.39175 8.33737 1 7.85413 1 7.37088 1 6.97913 1.39175 6.97913 1.875 6.97913 2.35825 7.37088 2.75 7.85413 2.75zM12.0834 4.5C12.5666 4.5 12.9584 4.10824 12.9584 3.625 12.9584 3.14175 12.5666 2.75 12.0834 2.75 11.6001 2.75 11.2084 3.14175 11.2084 3.625 11.2084 4.10824 11.6001 4.5 12.0834 4.5zM13.8334 8.72913C14.3166 8.72913 14.7084 8.33737 14.7084 7.85413 14.7084 7.37088 14.3166 6.97913 13.8334 6.97913 13.3501 6.97913 12.9584 7.37088 12.9584 7.85413 12.9584 8.33737 13.3501 8.72913 13.8334 8.72913zM12.0834 12.9584C12.5666 12.9584 12.9584 12.5666 12.9584 12.0834 12.9584 11.6001 12.5666 11.2084 12.0834 11.2084 11.6001 11.2084 11.2084 11.6001 11.2084 12.0834 11.2084 12.5666 11.6001 12.9584 12.0834 12.9584zM7.85413 14.7084C8.33737 14.7084 8.72913 14.3166 8.72913 13.8334 8.72913 13.3501 8.33737 12.9584 7.85413 12.9584 7.37088 12.9584 6.97913 13.3501 6.97913 13.8334 6.97913 14.3166 7.37088 14.7084 7.85413 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",
38
- fill: $props.useCurrentColor ? "currentColor" : "#434343"
39
- }, null, 8, _hoisted_3)
40
- ], 16, _hoisted_1);
41
- }
42
- var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
43
- module.exports = index;
@@ -1,39 +0,0 @@
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: "IconDelete",
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 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
- d: "M3.83337 5.16663L4.39414 11.6155C4.45406 12.3045 5.03085 12.8333 5.72246 12.8333H9.61095C10.3026 12.8333 10.8794 12.3045 10.9393 11.6155L11.5 5.16663H3.83337zM6.5 7.16663V10.8333M8.83337 7.16663V10.8333M5.83337 5.16663V4.49996C5.83337 3.76358 6.43033 3.16663 7.16671 3.16663H8.16671C8.90309 3.16663 9.50004 3.76358 9.50004 4.49996V5.16663M3.16663 5.16663H12.1666",
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
27
- ];
28
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
- return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
30
- viewBox: "0 0 16 16",
31
- fill: $props.useCurrentColor ? "currentColor" : "none",
32
- xmlns: "http://www.w3.org/2000/svg",
33
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-delete`],
34
- width: "1em",
35
- height: "1em"
36
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
37
- }
38
- var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
39
- module.exports = index;
@@ -1,39 +0,0 @@
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: "IconDown",
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 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
- d: "M11.25 6.75L8 10.25L4.75 6.75",
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
27
- ];
28
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
- return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
30
- viewBox: "0 0 16 16",
31
- fill: $props.useCurrentColor ? "currentColor" : "none",
32
- xmlns: "http://www.w3.org/2000/svg",
33
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-down`],
34
- width: "1em",
35
- height: "1em"
36
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
37
- }
38
- var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
39
- module.exports = index;