@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
@@ -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: "IconSave",
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.49996 12.8333H11.5C12.2363 12.8333 12.8333 12.2363 12.8333 11.5V6.55224C12.8333 6.19862 12.6928 5.85948 12.4428 5.60943L10.3905 3.55715C10.1404 3.3071 9.8013 3.16663 9.44767 3.16663H4.49996C3.76358 3.16663 3.16663 3.76358 3.16663 4.49996V11.5C3.16663 12.2363 3.76358 12.8333 4.49996 12.8333Z",
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 12.6667V10.5C5.83337 10.1319 6.13185 9.83337 6.50004 9.83337H9.50004C9.86823 9.83337 10.1667 10.1319 10.1667 10.5V12.6667M5.83337 3.33337V5.50004",
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-save`],
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,64 +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: "IconScript",
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: "M5.37497 13H3.75C3.33579 13 3 12.6223 3 12.1563V4.84375C3 4.37776 3.33579 4 3.75 4H12.25C12.6642 4 13 4.37776 13 4.84375V8.23529",
20
- stroke: "#434343",
21
- "stroke-width": "1.5",
22
- "stroke-linecap": "round"
23
- }, null, -1);
24
- const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
25
- d: "M3 4.675C3 4.30221 3.33579 4 3.75 4H12.25C12.6642 4 13 4.30221 13 4.675V6.7H3V4.675Z",
26
- stroke: "#434343",
27
- "stroke-width": "1.5",
28
- "stroke-linecap": "round"
29
- }, null, -1);
30
- const _hoisted_4 = ["fill"];
31
- const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("path", {
32
- d: "M7.99996 10.3L7.16663 11.2325 7.99996 12.1M12.1666 10.3L13 11.2325 12.1666 12.1",
33
- stroke: "#434343",
34
- "stroke-width": "1.5",
35
- "stroke-linecap": "round",
36
- "stroke-linejoin": "round"
37
- }, null, -1);
38
- const _hoisted_6 = /* @__PURE__ */ vue.createElementVNode("path", {
39
- d: "M10.5 9.40002L9.66663 13",
40
- stroke: "#434343",
41
- "stroke-width": "1.5",
42
- "stroke-linecap": "round"
43
- }, null, -1);
44
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
45
- return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
46
- viewBox: "0 0 16 16",
47
- fill: $props.useCurrentColor ? "currentColor" : "none",
48
- xmlns: "http://www.w3.org/2000/svg",
49
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-script`],
50
- width: "1em",
51
- height: "1em"
52
- }, _ctx.$attrs), [
53
- _hoisted_2,
54
- _hoisted_3,
55
- vue.createElementVNode("path", {
56
- d: "M4.66667 5.35005C4.66667 5.10152 4.85321 4.90005 5.08333 4.90005 5.31345 4.90005 5.5 5.10152 5.5 5.35005 5.5 5.59858 5.31345 5.80005 5.08333 5.80005 4.85321 5.80005 4.66667 5.59858 4.66667 5.35005zM6.33329 5.35005C6.33329 5.10152 6.51984 4.90005 6.74996 4.90005 6.98008 4.90005 7.16663 5.10152 7.16663 5.35005 7.16663 5.59858 6.98008 5.80005 6.74996 5.80005 6.51984 5.80005 6.33329 5.59858 6.33329 5.35005z",
57
- fill: $props.useCurrentColor ? "currentColor" : "#434343"
58
- }, null, 8, _hoisted_4),
59
- _hoisted_5,
60
- _hoisted_6
61
- ], 16, _hoisted_1);
62
- }
63
- var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
64
- 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: "IconSearch",
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.8333 12.8333L10.3333 10.3333M3.16663 7.33329C3.16663 5.03211 5.03211 3.16663 7.33329 3.16663C9.63448 3.16663 11.5 5.03211 11.5 7.33329C11.5 9.63448 9.63448 11.5 7.33329 11.5C5.03211 11.5 3.16663 9.63448 3.16663 7.33329Z",
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-search`],
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: "IconSort",
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: "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",
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-sort`],
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: "IconStarttime",
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 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",
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-Starttime`],
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: "IconTable",
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.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",
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-table`],
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,53 +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: "IconTips",
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.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",
20
- stroke: "#DCE5F5",
21
- "stroke-width": "1.5",
22
- "stroke-linecap": "round",
23
- "stroke-linejoin": "round"
24
- }, null, -1);
25
- const _hoisted_3 = ["fill"];
26
- const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", {
27
- d: "M8.13392 10.6667V6.93335H7.86725 7.60059M7.2002 10.6665H9.06686",
28
- stroke: "#DCE5F5",
29
- "stroke-width": "1.5",
30
- "stroke-linecap": "round",
31
- "stroke-linejoin": "round"
32
- }, null, -1);
33
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
34
- return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
35
- viewBox: "0 0 16 16",
36
- fill: $props.useCurrentColor ? "currentColor" : "none",
37
- xmlns: "http://www.w3.org/2000/svg",
38
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-tips`],
39
- width: "1em",
40
- height: "1em"
41
- }, _ctx.$attrs), [
42
- _hoisted_2,
43
- vue.createElementVNode("path", {
44
- "fill-rule": "evenodd",
45
- "clip-rule": "evenodd",
46
- 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",
47
- fill: $props.useCurrentColor ? "currentColor" : "#DCE5F5"
48
- }, null, 8, _hoisted_3),
49
- _hoisted_4
50
- ], 16, _hoisted_1);
51
- }
52
- var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
53
- 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: "IconUnfold2",
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: "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",
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-Unfold2`],
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: "IconUpdatemode",
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: "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",
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-Updatemode`],
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: "IconUpload",
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.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",
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-upload`],
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,19 +0,0 @@
1
- <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-add`]" width="1em" height="1em" v-bind="$attrs"><path d="M8 3.83337V12.1667M12.1667 8H3.83337" stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconAdd',
8
- props: {
9
- prefix: {
10
- type: String,
11
- default: 'update-line-icon',
12
- },
13
- useCurrentColor: {
14
- type: Boolean,
15
- default: true,
16
- },
17
- },
18
- };
19
- </script>
@@ -1,19 +0,0 @@
1
- <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-advance`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.0556 4L13 5.66666L11.0556 7.61111" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path 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" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconAdvance',
8
- props: {
9
- prefix: {
10
- type: String,
11
- default: 'update-line-icon',
12
- },
13
- useCurrentColor: {
14
- type: Boolean,
15
- default: true,
16
- },
17
- },
18
- };
19
- </script>
@@ -1,19 +0,0 @@
1
- <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-check`]" width="1em" height="1em" v-bind="$attrs"><path d="M12 4C12 4 6.97059 7.97059 5.64706 13L3 9.29412" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconCheck',
8
- props: {
9
- prefix: {
10
- type: String,
11
- default: 'update-line-icon',
12
- },
13
- useCurrentColor: {
14
- type: Boolean,
15
- default: true,
16
- },
17
- },
18
- };
19
- </script>
@@ -1,19 +0,0 @@
1
- <template>
2
- <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-chevron_down`]" width="1em" height="1em" v-bind="$attrs"><path d="M10.7004 6.23926C10.9823 5.93584 11.4575 5.91838 11.761 6.2002C12.0644 6.48207 12.0819 6.95725 11.8001 7.26075L8.55006 10.7607C8.40815 10.9135 8.20875 11 8.00025 11C7.79175 11 7.59235 10.9135 7.45045 10.7607L4.20045 7.26075C3.91863 6.95725 3.93608 6.48207 4.23951 6.2002C4.543 5.91838 5.01819 5.93584 5.30006 6.23926L8.00025 9.14649L10.7004 6.23926Z"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconChevronDown',
8
- props: {
9
- prefix: {
10
- type: String,
11
- default: 'update-line-icon',
12
- },
13
- useCurrentColor: {
14
- type: Boolean,
15
- default: true,
16
- },
17
- },
18
- };
19
- </script>
@@ -1,19 +0,0 @@
1
- <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-copy`]" width="1em" height="1em" v-bind="$attrs"><path 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" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path 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" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconCopy',
8
- props: {
9
- prefix: {
10
- type: String,
11
- default: 'update-line-icon',
12
- },
13
- useCurrentColor: {
14
- type: Boolean,
15
- default: true,
16
- },
17
- },
18
- };
19
- </script>
@@ -1,19 +0,0 @@
1
- <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-database`]" width="1em" height="1em" v-bind="$attrs"><path 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" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path 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" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconDatabase',
8
- props: {
9
- prefix: {
10
- type: String,
11
- default: 'update-line-icon',
12
- },
13
- useCurrentColor: {
14
- type: Boolean,
15
- default: true,
16
- },
17
- },
18
- };
19
- </script>
@@ -1,19 +0,0 @@
1
- <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-day`]" width="1em" height="1em" v-bind="$attrs"><path 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" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path 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" :fill="useCurrentColor ? 'currentColor' : '#434343'"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconDay',
8
- props: {
9
- prefix: {
10
- type: String,
11
- default: 'update-line-icon',
12
- },
13
- useCurrentColor: {
14
- type: Boolean,
15
- default: true,
16
- },
17
- },
18
- };
19
- </script>
@@ -1,19 +0,0 @@
1
- <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-delete`]" width="1em" height="1em" v-bind="$attrs"><path 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" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconDelete',
8
- props: {
9
- prefix: {
10
- type: String,
11
- default: 'update-line-icon',
12
- },
13
- useCurrentColor: {
14
- type: Boolean,
15
- default: true,
16
- },
17
- },
18
- };
19
- </script>
@@ -1,19 +0,0 @@
1
- <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-down`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.25 6.75L8 10.25L4.75 6.75" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconDown',
8
- props: {
9
- prefix: {
10
- type: String,
11
- default: 'update-line-icon',
12
- },
13
- useCurrentColor: {
14
- type: Boolean,
15
- default: true,
16
- },
17
- },
18
- };
19
- </script>
@@ -1,19 +0,0 @@
1
- <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-Download`]" width="1em" height="1em" v-bind="$attrs"><path 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.49996L8 3.16663M5.83337 7.16663L8.00004 9.49996 10.1667 7.16663" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconDownload',
8
- props: {
9
- prefix: {
10
- type: String,
11
- default: 'update-line-icon',
12
- },
13
- useCurrentColor: {
14
- type: Boolean,
15
- default: true,
16
- },
17
- },
18
- };
19
- </script>