@arco-iconbox/vue-update-line-icon 0.0.1

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 (260) hide show
  1. package/README.md +13 -0
  2. package/dist/icon.js +3406 -0
  3. package/dist/icon.js.map +1 -0
  4. package/dist/icon.min.js +345 -0
  5. package/dist/icon.min.js.map +1 -0
  6. package/esm/Icon3d/index.js +52 -0
  7. package/esm/IconActivate/index.js +48 -0
  8. package/esm/IconAdd/index.js +38 -0
  9. package/esm/IconAdvance/index.js +46 -0
  10. package/esm/IconAnalysisdetails/index.js +38 -0
  11. package/esm/IconAnalyze/index.js +46 -0
  12. package/esm/IconApi/index.js +38 -0
  13. package/esm/IconAppend/index.js +45 -0
  14. package/esm/IconApply/index.js +45 -0
  15. package/esm/IconAssembly/index.js +54 -0
  16. package/esm/IconBasics/index.js +37 -0
  17. package/esm/IconBloodanalysis/index.js +46 -0
  18. package/esm/IconBusinessprocess/index.js +45 -0
  19. package/esm/IconCharts/index.js +45 -0
  20. package/esm/IconCheck/index.js +38 -0
  21. package/esm/IconCollect/index.js +37 -0
  22. package/esm/IconCopy/index.js +46 -0
  23. package/esm/IconDatabase/index.js +46 -0
  24. package/esm/IconDatabaseobject/index.js +54 -0
  25. package/esm/IconDatabasesource/index.js +46 -0
  26. package/esm/IconDelete/index.js +38 -0
  27. package/esm/IconDetails/index.js +46 -0
  28. package/esm/IconDispatch/index.js +46 -0
  29. package/esm/IconDisposition/index.js +38 -0
  30. package/esm/IconDown/index.js +38 -0
  31. package/esm/IconDownline/index.js +38 -0
  32. package/esm/IconDownload/index.js +38 -0
  33. package/esm/IconEdit/index.js +38 -0
  34. package/esm/IconEmbellish/index.js +38 -0
  35. package/esm/IconEndtime/index.js +38 -0
  36. package/esm/IconFields/index.js +45 -0
  37. package/esm/IconFile/index.js +46 -0
  38. package/esm/IconFold/index.js +38 -0
  39. package/esm/IconFoldmore/index.js +34 -0
  40. package/esm/IconFormula/index.js +38 -0
  41. package/esm/IconFrame/index.js +38 -0
  42. package/esm/IconGather/index.js +45 -0
  43. package/esm/IconGoBack/index.js +38 -0
  44. package/esm/IconHelp/index.js +51 -0
  45. package/esm/IconHistory/index.js +54 -0
  46. package/esm/IconHyposensitization/index.js +38 -0
  47. package/esm/IconIndex/index.js +38 -0
  48. package/esm/IconLatesttime/index.js +38 -0
  49. package/esm/IconLayer/index.js +45 -0
  50. package/esm/IconLimits/index.js +38 -0
  51. package/esm/IconMail/index.js +53 -0
  52. package/esm/IconMirror/index.js +50 -0
  53. package/esm/IconMode/index.js +38 -0
  54. package/esm/IconModule/index.js +38 -0
  55. package/esm/IconNo/index.js +49 -0
  56. package/esm/IconNotice/index.js +38 -0
  57. package/esm/IconNotice2/index.js +51 -0
  58. package/esm/IconPackup/index.js +38 -0
  59. package/esm/IconPassword/index.js +43 -0
  60. package/esm/IconPause/index.js +48 -0
  61. package/esm/IconPicture/index.js +46 -0
  62. package/esm/IconPublish/index.js +38 -0
  63. package/esm/IconReflection/index.js +55 -0
  64. package/esm/IconRefresh/index.js +46 -0
  65. package/esm/IconResources/index.js +45 -0
  66. package/esm/IconRevocation/index.js +46 -0
  67. package/esm/IconRole/index.js +38 -0
  68. package/esm/IconSave/index.js +46 -0
  69. package/esm/IconScheduling/index.js +45 -0
  70. package/esm/IconScript/index.js +63 -0
  71. package/esm/IconSearch/index.js +38 -0
  72. package/esm/IconSettings/index.js +46 -0
  73. package/esm/IconSort/index.js +38 -0
  74. package/esm/IconStarttime/index.js +38 -0
  75. package/esm/IconStats/index.js +51 -0
  76. package/esm/IconSubjectarea/index.js +52 -0
  77. package/esm/IconSubscribe/index.js +45 -0
  78. package/esm/IconSwitch/index.js +38 -0
  79. package/esm/IconTable/index.js +38 -0
  80. package/esm/IconTerminate/index.js +38 -0
  81. package/esm/IconTest/index.js +46 -0
  82. package/esm/IconText/index.js +38 -0
  83. package/esm/IconUnfold/index.js +38 -0
  84. package/esm/IconUnfold2/index.js +38 -0
  85. package/esm/IconUpdatemode/index.js +38 -0
  86. package/esm/IconUpload/index.js +38 -0
  87. package/esm/IconZoomin/index.js +38 -0
  88. package/esm/IconZoomout/index.js +38 -0
  89. package/esm/_virtual/plugin-vue_export-helper.js +8 -0
  90. package/esm/index.js +83 -0
  91. package/lib/Icon3d/index.js +53 -0
  92. package/lib/IconActivate/index.js +49 -0
  93. package/lib/IconAdd/index.js +39 -0
  94. package/lib/IconAdvance/index.js +47 -0
  95. package/lib/IconAnalysisdetails/index.js +39 -0
  96. package/lib/IconAnalyze/index.js +47 -0
  97. package/lib/IconApi/index.js +39 -0
  98. package/lib/IconAppend/index.js +46 -0
  99. package/lib/IconApply/index.js +46 -0
  100. package/lib/IconAssembly/index.js +55 -0
  101. package/lib/IconBasics/index.js +38 -0
  102. package/lib/IconBloodanalysis/index.js +47 -0
  103. package/lib/IconBusinessprocess/index.js +46 -0
  104. package/lib/IconCharts/index.js +46 -0
  105. package/lib/IconCheck/index.js +39 -0
  106. package/lib/IconCollect/index.js +38 -0
  107. package/lib/IconCopy/index.js +47 -0
  108. package/lib/IconDatabase/index.js +47 -0
  109. package/lib/IconDatabaseobject/index.js +55 -0
  110. package/lib/IconDatabasesource/index.js +47 -0
  111. package/lib/IconDelete/index.js +39 -0
  112. package/lib/IconDetails/index.js +47 -0
  113. package/lib/IconDispatch/index.js +47 -0
  114. package/lib/IconDisposition/index.js +39 -0
  115. package/lib/IconDown/index.js +39 -0
  116. package/lib/IconDownline/index.js +39 -0
  117. package/lib/IconDownload/index.js +39 -0
  118. package/lib/IconEdit/index.js +39 -0
  119. package/lib/IconEmbellish/index.js +39 -0
  120. package/lib/IconEndtime/index.js +39 -0
  121. package/lib/IconFields/index.js +46 -0
  122. package/lib/IconFile/index.js +47 -0
  123. package/lib/IconFold/index.js +39 -0
  124. package/lib/IconFoldmore/index.js +35 -0
  125. package/lib/IconFormula/index.js +39 -0
  126. package/lib/IconFrame/index.js +39 -0
  127. package/lib/IconGather/index.js +46 -0
  128. package/lib/IconGoBack/index.js +39 -0
  129. package/lib/IconHelp/index.js +52 -0
  130. package/lib/IconHistory/index.js +55 -0
  131. package/lib/IconHyposensitization/index.js +39 -0
  132. package/lib/IconIndex/index.js +39 -0
  133. package/lib/IconLatesttime/index.js +39 -0
  134. package/lib/IconLayer/index.js +46 -0
  135. package/lib/IconLimits/index.js +39 -0
  136. package/lib/IconMail/index.js +54 -0
  137. package/lib/IconMirror/index.js +51 -0
  138. package/lib/IconMode/index.js +39 -0
  139. package/lib/IconModule/index.js +39 -0
  140. package/lib/IconNo/index.js +50 -0
  141. package/lib/IconNotice/index.js +39 -0
  142. package/lib/IconNotice2/index.js +52 -0
  143. package/lib/IconPackup/index.js +39 -0
  144. package/lib/IconPassword/index.js +44 -0
  145. package/lib/IconPause/index.js +49 -0
  146. package/lib/IconPicture/index.js +47 -0
  147. package/lib/IconPublish/index.js +39 -0
  148. package/lib/IconReflection/index.js +56 -0
  149. package/lib/IconRefresh/index.js +47 -0
  150. package/lib/IconResources/index.js +46 -0
  151. package/lib/IconRevocation/index.js +47 -0
  152. package/lib/IconRole/index.js +39 -0
  153. package/lib/IconSave/index.js +47 -0
  154. package/lib/IconScheduling/index.js +46 -0
  155. package/lib/IconScript/index.js +64 -0
  156. package/lib/IconSearch/index.js +39 -0
  157. package/lib/IconSettings/index.js +47 -0
  158. package/lib/IconSort/index.js +39 -0
  159. package/lib/IconStarttime/index.js +39 -0
  160. package/lib/IconStats/index.js +52 -0
  161. package/lib/IconSubjectarea/index.js +53 -0
  162. package/lib/IconSubscribe/index.js +46 -0
  163. package/lib/IconSwitch/index.js +39 -0
  164. package/lib/IconTable/index.js +39 -0
  165. package/lib/IconTerminate/index.js +39 -0
  166. package/lib/IconTest/index.js +47 -0
  167. package/lib/IconText/index.js +39 -0
  168. package/lib/IconUnfold/index.js +39 -0
  169. package/lib/IconUnfold2/index.js +39 -0
  170. package/lib/IconUpdatemode/index.js +39 -0
  171. package/lib/IconUpload/index.js +39 -0
  172. package/lib/IconZoomin/index.js +39 -0
  173. package/lib/IconZoomout/index.js +39 -0
  174. package/lib/_virtual/plugin-vue_export-helper.js +9 -0
  175. package/lib/index.js +168 -0
  176. package/package.json +11 -0
  177. package/src/Icon3d/index.vue +19 -0
  178. package/src/IconActivate/index.vue +19 -0
  179. package/src/IconAdd/index.vue +19 -0
  180. package/src/IconAdvance/index.vue +19 -0
  181. package/src/IconAnalysisdetails/index.vue +19 -0
  182. package/src/IconAnalyze/index.vue +19 -0
  183. package/src/IconApi/index.vue +19 -0
  184. package/src/IconAppend/index.vue +19 -0
  185. package/src/IconApply/index.vue +19 -0
  186. package/src/IconAssembly/index.vue +19 -0
  187. package/src/IconBasics/index.vue +19 -0
  188. package/src/IconBloodanalysis/index.vue +19 -0
  189. package/src/IconBusinessprocess/index.vue +19 -0
  190. package/src/IconCharts/index.vue +19 -0
  191. package/src/IconCheck/index.vue +19 -0
  192. package/src/IconCollect/index.vue +19 -0
  193. package/src/IconCopy/index.vue +19 -0
  194. package/src/IconDatabase/index.vue +19 -0
  195. package/src/IconDatabaseobject/index.vue +19 -0
  196. package/src/IconDatabasesource/index.vue +19 -0
  197. package/src/IconDelete/index.vue +19 -0
  198. package/src/IconDetails/index.vue +19 -0
  199. package/src/IconDispatch/index.vue +19 -0
  200. package/src/IconDisposition/index.vue +19 -0
  201. package/src/IconDown/index.vue +19 -0
  202. package/src/IconDownline/index.vue +19 -0
  203. package/src/IconDownload/index.vue +19 -0
  204. package/src/IconEdit/index.vue +19 -0
  205. package/src/IconEmbellish/index.vue +19 -0
  206. package/src/IconEndtime/index.vue +19 -0
  207. package/src/IconFields/index.vue +19 -0
  208. package/src/IconFile/index.vue +19 -0
  209. package/src/IconFold/index.vue +19 -0
  210. package/src/IconFoldmore/index.vue +19 -0
  211. package/src/IconFormula/index.vue +19 -0
  212. package/src/IconFrame/index.vue +19 -0
  213. package/src/IconGather/index.vue +19 -0
  214. package/src/IconGoBack/index.vue +19 -0
  215. package/src/IconHelp/index.vue +19 -0
  216. package/src/IconHistory/index.vue +19 -0
  217. package/src/IconHyposensitization/index.vue +19 -0
  218. package/src/IconIndex/index.vue +19 -0
  219. package/src/IconLatesttime/index.vue +19 -0
  220. package/src/IconLayer/index.vue +19 -0
  221. package/src/IconLimits/index.vue +19 -0
  222. package/src/IconMail/index.vue +19 -0
  223. package/src/IconMirror/index.vue +19 -0
  224. package/src/IconMode/index.vue +19 -0
  225. package/src/IconModule/index.vue +19 -0
  226. package/src/IconNo/index.vue +19 -0
  227. package/src/IconNotice/index.vue +19 -0
  228. package/src/IconNotice2/index.vue +19 -0
  229. package/src/IconPackup/index.vue +19 -0
  230. package/src/IconPassword/index.vue +19 -0
  231. package/src/IconPause/index.vue +19 -0
  232. package/src/IconPicture/index.vue +19 -0
  233. package/src/IconPublish/index.vue +19 -0
  234. package/src/IconReflection/index.vue +19 -0
  235. package/src/IconRefresh/index.vue +19 -0
  236. package/src/IconResources/index.vue +19 -0
  237. package/src/IconRevocation/index.vue +19 -0
  238. package/src/IconRole/index.vue +19 -0
  239. package/src/IconSave/index.vue +19 -0
  240. package/src/IconScheduling/index.vue +19 -0
  241. package/src/IconScript/index.vue +19 -0
  242. package/src/IconSearch/index.vue +19 -0
  243. package/src/IconSettings/index.vue +19 -0
  244. package/src/IconSort/index.vue +19 -0
  245. package/src/IconStarttime/index.vue +19 -0
  246. package/src/IconStats/index.vue +19 -0
  247. package/src/IconSubjectarea/index.vue +19 -0
  248. package/src/IconSubscribe/index.vue +19 -0
  249. package/src/IconSwitch/index.vue +19 -0
  250. package/src/IconTable/index.vue +19 -0
  251. package/src/IconTerminate/index.vue +19 -0
  252. package/src/IconTest/index.vue +19 -0
  253. package/src/IconText/index.vue +19 -0
  254. package/src/IconUnfold/index.vue +19 -0
  255. package/src/IconUnfold2/index.vue +19 -0
  256. package/src/IconUpdatemode/index.vue +19 -0
  257. package/src/IconUpload/index.vue +19 -0
  258. package/src/IconZoomin/index.vue +19 -0
  259. package/src/IconZoomout/index.vue +19 -0
  260. package/src/index.js +83 -0
@@ -0,0 +1,39 @@
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;
@@ -0,0 +1,39 @@
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;
@@ -0,0 +1,52 @@
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: "IconStats",
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.00007 4.38889C8.00007 3.62183 7.37823 3 6.61118 3 5.84412 3 5.22229 3.62183 5.22229 4.38889V7.16667C5.22229 7.93372 5.84412 8.55556 6.61118 8.55556 7.37823 8.55556 8.00007 7.93372 8.00007 7.16667V4.38889zM13.0001 4.38889C13.0001 3.62183 12.3782 3 11.6112 3 10.8441 3 10.2223 3.62183 10.2223 4.38889V7.16667C10.2223 7.93372 10.8441 8.55556 11.6112 8.55556 12.3782 8.55556 13.0001 7.93372 13.0001 7.16667V4.38889z",
20
+ stroke: "#434343",
21
+ "stroke-width": "1.5"
22
+ }, null, -1);
23
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
24
+ d: "M3 8.55554H3.27778",
25
+ stroke: "#434343",
26
+ "stroke-width": "1.5",
27
+ "stroke-linecap": "round"
28
+ }, null, -1);
29
+ const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", {
30
+ d: "M13 12.7223L5.5 12.7223",
31
+ stroke: "#434343",
32
+ "stroke-width": "1.5",
33
+ "stroke-linecap": "round",
34
+ "stroke-linejoin": "round"
35
+ }, null, -1);
36
+ const _hoisted_5 = [
37
+ _hoisted_2,
38
+ _hoisted_3,
39
+ _hoisted_4
40
+ ];
41
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
42
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
43
+ viewBox: "0 0 16 16",
44
+ fill: $props.useCurrentColor ? "currentColor" : "none",
45
+ xmlns: "http://www.w3.org/2000/svg",
46
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Stats`],
47
+ width: "1em",
48
+ height: "1em"
49
+ }, _ctx.$attrs), _hoisted_5, 16, _hoisted_1);
50
+ }
51
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
52
+ module.exports = index;
@@ -0,0 +1,53 @@
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: "IconSubjectarea",
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.50001 4.65002L11.35 6.85001V11.25L7.50001 13.45L3.65002 11.25V6.85001L7.50001 4.65002Z",
20
+ stroke: "#434343",
21
+ "stroke-width": "1.5",
22
+ "stroke-linejoin": "round"
23
+ }, null, -1);
24
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
25
+ d: "M7.50012 3V4.64999M3.65002 6.84998L7.50001 9.04996 11.35 6.84998M11.35 11.25L13 12.075M2 12.075L3.64999 11.25M7.50012 9.0498V13.4498",
26
+ stroke: "#434343",
27
+ "stroke-width": "1.5",
28
+ "stroke-linecap": "round",
29
+ "stroke-linejoin": "round"
30
+ }, null, -1);
31
+ const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", {
32
+ d: "M9.425 5.75L11.35 6.84999V9.04998M5.57502 5.75L3.65002 6.84999V9.04998M5.57502 12.35L7.50001 13.45L9.425 12.35",
33
+ stroke: "#434343",
34
+ "stroke-width": "1.5",
35
+ "stroke-linejoin": "round"
36
+ }, null, -1);
37
+ const _hoisted_5 = [
38
+ _hoisted_2,
39
+ _hoisted_3,
40
+ _hoisted_4
41
+ ];
42
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
43
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
44
+ viewBox: "0 0 16 16",
45
+ fill: $props.useCurrentColor ? "currentColor" : "none",
46
+ xmlns: "http://www.w3.org/2000/svg",
47
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Subjectarea`],
48
+ width: "1em",
49
+ height: "1em"
50
+ }, _ctx.$attrs), _hoisted_5, 16, _hoisted_1);
51
+ }
52
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
53
+ module.exports = index;
@@ -0,0 +1,46 @@
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: "IconSubscribe",
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 13V3.5C3 3.22386 3.25438 3 3.56818 3H11.5227C11.8365 3 12.0909 3.22386 12.0909 3.5V13L7.54545 10.9318L3 13Z",
20
+ stroke: "#434343",
21
+ "stroke-width": "1.5",
22
+ "stroke-linejoin": "round"
23
+ }, null, -1);
24
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
25
+ d: "M7.54541 5.72729V9.36366M5.72729 7.54541H9.36366",
26
+ stroke: "#434343",
27
+ "stroke-width": "1.5",
28
+ "stroke-linecap": "round",
29
+ "stroke-linejoin": "round"
30
+ }, null, -1);
31
+ const _hoisted_4 = [
32
+ _hoisted_2,
33
+ _hoisted_3
34
+ ];
35
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
36
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
37
+ viewBox: "0 0 16 16",
38
+ fill: $props.useCurrentColor ? "currentColor" : "none",
39
+ xmlns: "http://www.w3.org/2000/svg",
40
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Subscribe`],
41
+ width: "1em",
42
+ height: "1em"
43
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
44
+ }
45
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
46
+ module.exports = index;
@@ -0,0 +1,39 @@
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: "IconSwitch",
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.0909 6.63635H3M9.36365 3L12.0909 6.63636M3 8.45459H13M3 8.45459L5.72727 12.091",
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-Switch`],
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;
@@ -0,0 +1,39 @@
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;
@@ -0,0 +1,39 @@
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: "IconTerminate",
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.46447 4.46448C2.51184 6.4171 2.51184 9.58292 4.46447 11.5355 6.41709 13.4882 9.58291 13.4882 11.5355 11.5355 13.4882 9.58292 13.4882 6.4171 11.5355 4.46448M8 3V7.48276",
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-Terminate`],
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;
@@ -0,0 +1,47 @@
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: "IconTest",
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.16665 3H3.83333C3.3731 3 3 3.3731 3 3.83333V9.94442C3 10.4047 3.3731 10.7778 3.83333 10.7778H12.1666C12.6269 10.7778 13 10.4047 13 9.94442V7.16665M8 10.7778V13",
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: "M10.2222 3L9.11108 4.11111 10.2222 5.22221M11.8888 3L12.9999 4.11111 11.8888 5.22221M5.22217 13H10.7777",
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-test`],
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;
@@ -0,0 +1,39 @@
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: "IconText",
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.99996 13.8333C11.2216 13.8333 13.8333 11.2216 13.8333 7.99996 13.8333 4.7783 11.2216 2.16663 7.99996 2.16663 4.7783 2.16663 2.16663 4.7783 2.16663 7.99996 2.16663 11.2216 4.7783 13.8333 7.99996 13.8333zM10.3333 5.66663H5.66663M8 10.9166V5.66663",
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-text`],
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;
@@ -0,0 +1,39 @@
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: "IconUnfold",
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.5 10.5L6.66667 12.8333M9.33337 3.16663L11.5 5.49996M6.66663 2.83337V12.8334M9.33337 3.16663V13.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-Unfold`],
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;
@@ -0,0 +1,39 @@
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;
@@ -0,0 +1,39 @@
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;
@@ -0,0 +1,39 @@
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;
@@ -0,0 +1,39 @@
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: "IconZoomin",
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.5 7.33329C11.5 9.63448 9.63448 11.5 7.33329 11.5 5.03211 11.5 3.16663 9.63448 3.16663 7.33329 3.16663 5.03211 5.03211 3.16663 7.33329 3.16663 9.63448 3.16663 11.5 5.03211 11.5 7.33329zM10.3334 10.3334L12.8334 12.8334M7.33337 5.83337V8.83337M8.83337 7.33337L5.83337 7.33337",
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-Zoomin`],
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;