@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
package/src/index.js CHANGED
@@ -4,39 +4,24 @@ export { default as IconBusinessprocess } from './IconBusinessprocess/index.vue'
4
4
  export { default as IconAnalyze } from './IconAnalyze/index.vue';
5
5
  export { default as IconApply } from './IconApply/index.vue';
6
6
  export { default as IconApi } from './IconApi/index.vue';
7
- export { default as IconAdd } from './IconAdd/index.vue';
8
7
  export { default as IconBloodanalysis } from './IconBloodanalysis/index.vue';
9
8
  export { default as IconAssembly } from './IconAssembly/index.vue';
10
9
  export { default as IconAppend } from './IconAppend/index.vue';
11
10
  export { default as IconBasics } from './IconBasics/index.vue';
12
11
  export { default as IconDatabasesource } from './IconDatabasesource/index.vue';
13
- export { default as IconDown } from './IconDown/index.vue';
14
12
  export { default as IconCollect } from './IconCollect/index.vue';
15
- export { default as IconDatabase } from './IconDatabase/index.vue';
16
13
  export { default as IconCharts } from './IconCharts/index.vue';
17
- export { default as IconCopy } from './IconCopy/index.vue';
18
14
  export { default as IconDatabaseobject } from './IconDatabaseobject/index.vue';
19
- export { default as IconDelete } from './IconDelete/index.vue';
20
15
  export { default as IconDetails } from './IconDetails/index.vue';
21
- export { default as IconCheck } from './IconCheck/index.vue';
22
16
  export { default as IconDispatch } from './IconDispatch/index.vue';
23
- export { default as IconAdvance } from './IconAdvance/index.vue';
24
17
  export { default as IconDisposition } from './IconDisposition/index.vue';
25
18
  export { default as IconActivate } from './IconActivate/index.vue';
26
- export { default as IconEdit } from './IconEdit/index.vue';
27
- export { default as IconFile } from './IconFile/index.vue';
28
19
  export { default as IconEmbellish } from './IconEmbellish/index.vue';
29
20
  export { default as IconFormula } from './IconFormula/index.vue';
30
- export { default as IconFields } from './IconFields/index.vue';
31
- export { default as IconFold } from './IconFold/index.vue';
32
21
  export { default as IconGoBack } from './IconGoBack/index.vue';
33
- export { default as IconHelp } from './IconHelp/index.vue';
34
22
  export { default as IconHistory } from './IconHistory/index.vue';
35
- export { default as IconDownload } from './IconDownload/index.vue';
36
23
  export { default as IconDownline } from './IconDownline/index.vue';
37
24
  export { default as IconLayer } from './IconLayer/index.vue';
38
- export { default as IconLimits } from './IconLimits/index.vue';
39
- export { default as IconFoldmore } from './IconFoldmore/index.vue';
40
25
  export { default as IconFrame } from './IconFrame/index.vue';
41
26
  export { default as IconMail } from './IconMail/index.vue';
42
27
  export { default as IconHyposensitization } from './IconHyposensitization/index.vue';
@@ -45,44 +30,32 @@ export { default as IconMode } from './IconMode/index.vue';
45
30
  export { default as IconModule } from './IconModule/index.vue';
46
31
  export { default as IconNotice } from './IconNotice/index.vue';
47
32
  export { default as IconNo } from './IconNo/index.vue';
48
- export { default as IconStarttime } from './IconStarttime/index.vue';
49
- export { default as IconSearch } from './IconSearch/index.vue';
50
33
  export { default as IconPackup } from './IconPackup/index.vue';
51
- export { default as IconSort } from './IconSort/index.vue';
52
34
  export { default as IconPicture } from './IconPicture/index.vue';
53
35
  export { default as IconPublish } from './IconPublish/index.vue';
54
- export { default as IconSave } from './IconSave/index.vue';
55
- export { default as IconRefresh } from './IconRefresh/index.vue';
56
36
  export { default as IconReflection } from './IconReflection/index.vue';
57
37
  export { default as IconPause } from './IconPause/index.vue';
58
38
  export { default as IconLatesttime } from './IconLatesttime/index.vue';
59
39
  export { default as IconPassword } from './IconPassword/index.vue';
60
40
  export { default as IconEndtime } from './IconEndtime/index.vue';
61
- export { default as IconRevocation } from './IconRevocation/index.vue';
62
41
  export { default as IconGather } from './IconGather/index.vue';
63
42
  export { default as IconIndex } from './IconIndex/index.vue';
64
43
  export { default as IconRole } from './IconRole/index.vue';
65
44
  export { default as IconScheduling } from './IconScheduling/index.vue';
66
45
  export { default as IconResources } from './IconResources/index.vue';
67
- export { default as IconScript } from './IconScript/index.vue';
68
46
  export { default as IconSettings } from './IconSettings/index.vue';
69
47
  export { default as IconNotice2 } from './IconNotice2/index.vue';
70
48
  export { default as IconUnfold } from './IconUnfold/index.vue';
71
49
  export { default as IconZoomout } from './IconZoomout/index.vue';
72
50
  export { default as IconZoomin } from './IconZoomin/index.vue';
73
- export { default as IconUnfold2 } from './IconUnfold2/index.vue';
74
51
  export { default as IconTest } from './IconTest/index.vue';
75
52
  export { default as IconText } from './IconText/index.vue';
76
53
  export { default as IconStats } from './IconStats/index.vue';
77
- export { default as IconUpload } from './IconUpload/index.vue';
78
- export { default as IconTable } from './IconTable/index.vue';
79
- export { default as IconUpdatemode } from './IconUpdatemode/index.vue';
80
54
  export { default as IconSwitch } from './IconSwitch/index.vue';
81
55
  export { default as IconTerminate } from './IconTerminate/index.vue';
82
56
  export { default as IconSubjectarea } from './IconSubjectarea/index.vue';
83
57
  export { default as IconSubscribe } from './IconSubscribe/index.vue';
84
58
  export { default as IconInOperation } from './IconInOperation/index.vue';
85
- export { default as IconLose } from './IconLose/index.vue';
86
59
  export { default as IconSuccessful } from './IconSuccessful/index.vue';
87
60
  export { default as IconLivingExample } from './IconLivingExample/index.vue';
88
61
  export { default as IconOfflineWorkflow } from './IconOfflineWorkflow/index.vue';
@@ -102,41 +75,46 @@ export { default as IconOffScreen } from './IconOffScreen/index.vue';
102
75
  export { default as IconEncoder } from './IconEncoder/index.vue';
103
76
  export { default as IconFilter } from './IconFilter/index.vue';
104
77
  export { default as IconEdit1 } from './IconEdit1/index.vue';
105
- export { default as IconKey } from './IconKey/index.vue';
106
- export { default as IconMinus } from './IconMinus/index.vue';
107
78
  export { default as IconUp } from './IconUp/index.vue';
108
79
  export { default as IconDowm } from './IconDowm/index.vue';
109
- export { default as IconNigth } from './IconNigth/index.vue';
110
- export { default as IconDay } from './IconDay/index.vue';
111
- export { default as IconTips } from './IconTips/index.vue';
112
- export { default as IconJbxx } from './IconJbxx/index.vue';
113
80
  export { default as IconTbrz } from './IconTbrz/index.vue';
114
81
  export { default as IconTbjk } from './IconTbjk/index.vue';
115
82
  export { default as IconTbjg } from './IconTbjg/index.vue';
116
83
  export { default as IconZxsj } from './IconZxsj/index.vue';
117
84
  export { default as IconZdsj } from './IconZdsj/index.vue';
118
- export { default as IconChevronDown } from './IconChevronDown/index.vue';
119
- export { default as IconNewDelete } from './IconNewDelete/index.vue';
85
+ export { default as IconArrowDownQs } from './IconArrowDownQs/index.vue';
86
+ export { default as IconDeleteCircleQs } from './IconDeleteCircleQs/index.vue';
120
87
  export { default as IconSearchQs } from './IconSearchQs/index.vue';
121
- export { default as IconTick } from './IconTick/index.vue';
122
- export { default as IconTrigger } from './IconTrigger/index.vue';
123
- export { default as IconStoredProcedure } from './IconStoredProcedure/index.vue';
88
+ export { default as IconTickQs } from './IconTickQs/index.vue';
89
+ export { default as IconTriggerQs } from './IconTriggerQs/index.vue';
90
+ export { default as IconStoredProcedureQs } from './IconStoredProcedureQs/index.vue';
124
91
  export { default as IconDatabaseQs } from './IconDatabaseQs/index.vue';
125
- export { default as IconSchema } from './IconSchema/index.vue';
126
- export { default as IconView } from './IconView/index.vue';
127
- export { default as IconSequence } from './IconSequence/index.vue';
128
- export { default as IconEvent } from './IconEvent/index.vue';
129
- export { default as IconObject } from './IconObject/index.vue';
92
+ export { default as IconSchemaQs } from './IconSchemaQs/index.vue';
93
+ export { default as IconViewQs } from './IconViewQs/index.vue';
94
+ export { default as IconSequenceQs } from './IconSequenceQs/index.vue';
95
+ export { default as IconEventQs } from './IconEventQs/index.vue';
96
+ export { default as IconObjectQs } from './IconObjectQs/index.vue';
130
97
  export { default as IconTableQs } from './IconTableQs/index.vue';
131
98
  export { default as IconAddQs } from './IconAddQs/index.vue';
132
99
  export { default as IconMinusQs } from './IconMinusQs/index.vue';
133
100
  export { default as IconDownloadQs } from './IconDownloadQs/index.vue';
134
101
  export { default as IconUploadQs } from './IconUploadQs/index.vue';
135
102
  export { default as IconRefreshQs } from './IconRefreshQs/index.vue';
136
- export { default as IconId } from './IconId/index.vue';
103
+ export { default as IconIdQs } from './IconIdQs/index.vue';
137
104
  export { default as IconTipsQs } from './IconTipsQs/index.vue';
138
- export { default as IconGroupAdd } from './IconGroupAdd/index.vue';
139
- export { default as IconNext } from './IconNext/index.vue';
105
+ export { default as IconGroupAddQs } from './IconGroupAddQs/index.vue';
106
+ export { default as IconNextQs } from './IconNextQs/index.vue';
140
107
  export { default as IconRevocationQs } from './IconRevocationQs/index.vue';
141
- export { default as IconTableAdd } from './IconTableAdd/index.vue';
142
- export { default as IconSaveQs } from './IconSaveQs/index.vue';
108
+ export { default as IconTableAddQs } from './IconTableAddQs/index.vue';
109
+ export { default as IconSaveQs } from './IconSaveQs/index.vue';
110
+ export { default as IconLockQs } from './IconLockQs/index.vue';
111
+ export { default as IconEditQs } from './IconEditQs/index.vue';
112
+ export { default as IconDeleteQs } from './IconDeleteQs/index.vue';
113
+ export { default as IconCopyQs } from './IconCopyQs/index.vue';
114
+ export { default as IconKeyQs } from './IconKeyQs/index.vue';
115
+ export { default as IconDayQs } from './IconDayQs/index.vue';
116
+ export { default as IconNigthQs } from './IconNigthQs/index.vue';
117
+ export { default as IconFoldQs } from './IconFoldQs/index.vue';
118
+ export { default as IconDevelopQs } from './IconDevelopQs/index.vue';
119
+ export { default as IconMoreQs } from './IconMoreQs/index.vue';
120
+ export { default as IconFileQs } from './IconFileQs/index.vue';
@@ -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: "IconAdd",
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 3.83337V12.1667M12.1667 8H3.83337",
19
- stroke: "#fff",
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-add`],
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,46 +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: "IconAdvance",
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: "M11.0556 4L13 5.66666L11.0556 7.61111",
19
- stroke: "#434343",
20
- "stroke-width": "1.5",
21
- "stroke-linecap": "round",
22
- "stroke-linejoin": "round"
23
- }, null, -1);
24
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
25
- 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",
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 openBlock(), createElementBlock("svg", 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-advance`],
41
- width: "1em",
42
- height: "1em"
43
- }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
44
- }
45
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
46
- 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: "IconCheck",
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: "M12 4C12 4 6.97059 7.97059 5.64706 13L3 9.29412",
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-check`],
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,46 +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: "IconCopy",
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: "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",
19
- stroke: "#434343",
20
- "stroke-width": "1.5",
21
- "stroke-linecap": "round",
22
- "stroke-linejoin": "round"
23
- }, null, -1);
24
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
25
- 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",
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 openBlock(), createElementBlock("svg", 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-copy`],
41
- width: "1em",
42
- height: "1em"
43
- }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
44
- }
45
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
46
- export { index as default };
@@ -1,46 +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: "IconDatabase",
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 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",
19
- stroke: "#434343",
20
- "stroke-width": "1.5",
21
- "stroke-linecap": "round",
22
- "stroke-linejoin": "round"
23
- }, null, -1);
24
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
25
- 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",
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 openBlock(), createElementBlock("svg", 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-database`],
41
- width: "1em",
42
- height: "1em"
43
- }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
44
- }
45
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
46
- export { index as default };
@@ -1,42 +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: "IconDay",
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.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",
19
- stroke: "#434343",
20
- "stroke-width": "1.5",
21
- "stroke-linecap": "round",
22
- "stroke-linejoin": "round"
23
- }, null, -1);
24
- const _hoisted_3 = ["fill"];
25
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
- return openBlock(), createElementBlock("svg", mergeProps({
27
- viewBox: "0 0 16 16",
28
- fill: $props.useCurrentColor ? "currentColor" : "none",
29
- xmlns: "http://www.w3.org/2000/svg",
30
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-day`],
31
- width: "1em",
32
- height: "1em"
33
- }, _ctx.$attrs), [
34
- _hoisted_2,
35
- createElementVNode("path", {
36
- 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",
37
- fill: $props.useCurrentColor ? "currentColor" : "#434343"
38
- }, null, 8, _hoisted_3)
39
- ], 16, _hoisted_1);
40
- }
41
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
42
- 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: "IconDelete",
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.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",
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-delete`],
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: "IconDown",
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: "M11.25 6.75L8 10.25L4.75 6.75",
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-down`],
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: "IconDownload",
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.49996L8 3.16663M5.83337 7.16663L8.00004 9.49996 10.1667 7.16663",
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-Download`],
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: "IconEdit",
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 12.8334L5.99996 12.1667 12.1952 5.97142C12.4556 5.71108 12.4556 5.28897 12.1952 5.02862L10.9714 3.80476C10.711 3.54441 10.2889 3.54441 10.0286 3.80476L3.83329 10 3.16663 12.8334zM12.8333 12.8334H9.16663",
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-edit`],
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,45 +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: "IconFields",
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: "M5.85714 6.14282L3 8.73286 5.85714 11.1428M10.1428 6.14282L13 8.73286 10.1428 11.1428",
19
- stroke: "#434343",
20
- "stroke-width": "1.5",
21
- "stroke-linecap": "round",
22
- "stroke-linejoin": "round"
23
- }, null, -1);
24
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
25
- d: "M8.71434 4L7.28577 12.5714",
26
- stroke: "#434343",
27
- "stroke-width": "1.5",
28
- "stroke-linecap": "round"
29
- }, null, -1);
30
- const _hoisted_4 = [
31
- _hoisted_2,
32
- _hoisted_3
33
- ];
34
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
35
- return openBlock(), createElementBlock("svg", mergeProps({
36
- viewBox: "0 0 16 16",
37
- fill: $props.useCurrentColor ? "currentColor" : "none",
38
- xmlns: "http://www.w3.org/2000/svg",
39
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fields`],
40
- width: "1em",
41
- height: "1em"
42
- }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
43
- }
44
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
45
- export { index as default };