@arco-iconbox/vue-update-line-icon 0.0.25 → 0.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. package/dist/icon.js +1318 -2338
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +369 -457
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/{IconChevronDown → IconArrowDownQs}/index.js +2 -2
  6. package/esm/IconCopyQs/index.js +32 -0
  7. package/esm/IconDatabaseQs/index.js +1 -1
  8. package/esm/IconDayQs/index.js +32 -0
  9. package/esm/{IconNewDelete → IconDeleteCircleQs}/index.js +2 -2
  10. package/esm/IconDeleteQs/index.js +34 -0
  11. package/esm/IconDevelopQs/index.js +30 -0
  12. package/esm/IconDownloadQs/index.js +1 -1
  13. package/esm/IconEditQs/index.js +30 -0
  14. package/esm/{IconEvent → IconEventQs}/index.js +2 -2
  15. package/esm/IconFileQs/index.js +32 -0
  16. package/esm/IconFoldQs/index.js +30 -0
  17. package/esm/IconFullScreen/index.js +5 -13
  18. package/esm/{IconGroupAdd → IconGroupAddQs}/index.js +2 -2
  19. package/esm/IconHistory/index.js +7 -27
  20. package/esm/{IconId → IconIdQs}/index.js +2 -2
  21. package/esm/IconKeyQs/index.js +34 -0
  22. package/esm/IconLockQs/index.js +32 -0
  23. package/esm/IconMoreQs/index.js +30 -0
  24. package/esm/{IconNext → IconNextQs}/index.js +2 -2
  25. package/esm/IconNigthQs/index.js +41 -0
  26. package/esm/{IconObject → IconObjectQs}/index.js +2 -2
  27. package/esm/IconOffScreen/index.js +5 -13
  28. package/esm/{IconSchema → IconSchemaQs}/index.js +2 -2
  29. package/esm/{IconSequence → IconSequenceQs}/index.js +2 -2
  30. package/esm/{IconStoredProcedure → IconStoredProcedureQs}/index.js +2 -2
  31. package/esm/{IconTableAdd → IconTableAddQs}/index.js +2 -2
  32. package/esm/{IconTick → IconTickQs}/index.js +2 -2
  33. package/esm/{IconTrigger → IconTriggerQs}/index.js +2 -2
  34. package/esm/IconUploadQs/index.js +1 -1
  35. package/esm/{IconView → IconViewQs}/index.js +2 -2
  36. package/esm/index.js +25 -47
  37. package/lib/{IconChevronDown → IconArrowDownQs}/index.js +2 -2
  38. package/lib/IconCopyQs/index.js +33 -0
  39. package/lib/IconDatabaseQs/index.js +1 -1
  40. package/lib/IconDayQs/index.js +33 -0
  41. package/lib/{IconNewDelete → IconDeleteCircleQs}/index.js +2 -2
  42. package/lib/IconDeleteQs/index.js +35 -0
  43. package/lib/IconDevelopQs/index.js +31 -0
  44. package/lib/IconDownloadQs/index.js +1 -1
  45. package/lib/IconEditQs/index.js +31 -0
  46. package/lib/{IconEvent → IconEventQs}/index.js +2 -2
  47. package/lib/IconFileQs/index.js +33 -0
  48. package/lib/IconFoldQs/index.js +31 -0
  49. package/lib/IconFullScreen/index.js +5 -13
  50. package/lib/{IconGroupAdd → IconGroupAddQs}/index.js +2 -2
  51. package/lib/IconHistory/index.js +7 -27
  52. package/lib/{IconId → IconIdQs}/index.js +2 -2
  53. package/lib/IconKeyQs/index.js +35 -0
  54. package/lib/IconLockQs/index.js +33 -0
  55. package/lib/IconMoreQs/index.js +31 -0
  56. package/lib/{IconNext → IconNextQs}/index.js +2 -2
  57. package/lib/IconNigthQs/index.js +42 -0
  58. package/lib/{IconObject → IconObjectQs}/index.js +2 -2
  59. package/lib/IconOffScreen/index.js +5 -13
  60. package/lib/{IconSchema → IconSchemaQs}/index.js +2 -2
  61. package/lib/{IconSequence → IconSequenceQs}/index.js +2 -2
  62. package/lib/{IconStoredProcedure → IconStoredProcedureQs}/index.js +2 -2
  63. package/lib/{IconTableAdd → IconTableAddQs}/index.js +2 -2
  64. package/lib/{IconTick → IconTickQs}/index.js +2 -2
  65. package/lib/{IconTrigger → IconTriggerQs}/index.js +2 -2
  66. package/lib/IconUploadQs/index.js +1 -1
  67. package/lib/{IconView → IconViewQs}/index.js +2 -2
  68. package/lib/index.js +228 -272
  69. package/package.json +1 -1
  70. package/src/IconArrowDownQs/index.vue +19 -0
  71. package/src/IconCopyQs/index.vue +19 -0
  72. package/src/IconDatabaseQs/index.vue +1 -1
  73. package/src/IconDayQs/index.vue +19 -0
  74. package/src/IconDeleteCircleQs/index.vue +19 -0
  75. package/src/IconDeleteQs/index.vue +19 -0
  76. package/src/IconDevelopQs/index.vue +19 -0
  77. package/src/IconDownloadQs/index.vue +1 -1
  78. package/src/IconEditQs/index.vue +19 -0
  79. package/src/IconEventQs/index.vue +19 -0
  80. package/src/IconFileQs/index.vue +19 -0
  81. package/src/IconFoldQs/index.vue +19 -0
  82. package/src/IconFullScreen/index.vue +1 -1
  83. package/src/IconGroupAddQs/index.vue +19 -0
  84. package/src/IconHistory/index.vue +1 -1
  85. package/src/IconIdQs/index.vue +19 -0
  86. package/src/IconKeyQs/index.vue +19 -0
  87. package/src/IconLockQs/index.vue +19 -0
  88. package/src/IconMoreQs/index.vue +19 -0
  89. package/src/IconNextQs/index.vue +19 -0
  90. package/src/IconNigthQs/index.vue +19 -0
  91. package/src/IconObjectQs/index.vue +19 -0
  92. package/src/IconOffScreen/index.vue +1 -1
  93. package/src/IconSchemaQs/index.vue +19 -0
  94. package/src/IconSequenceQs/index.vue +19 -0
  95. package/src/IconStoredProcedureQs/index.vue +19 -0
  96. package/src/IconTableAddQs/index.vue +19 -0
  97. package/src/IconTickQs/index.vue +19 -0
  98. package/src/IconTriggerQs/index.vue +19 -0
  99. package/src/IconUploadQs/index.vue +1 -1
  100. package/src/IconViewQs/index.vue +19 -0
  101. package/src/index.js +26 -48
  102. package/esm/IconAdd/index.js +0 -38
  103. package/esm/IconAdvance/index.js +0 -46
  104. package/esm/IconCheck/index.js +0 -38
  105. package/esm/IconCopy/index.js +0 -46
  106. package/esm/IconDatabase/index.js +0 -46
  107. package/esm/IconDay/index.js +0 -42
  108. package/esm/IconDelete/index.js +0 -38
  109. package/esm/IconDown/index.js +0 -38
  110. package/esm/IconDownload/index.js +0 -38
  111. package/esm/IconEdit/index.js +0 -38
  112. package/esm/IconFields/index.js +0 -45
  113. package/esm/IconFile/index.js +0 -46
  114. package/esm/IconFold/index.js +0 -38
  115. package/esm/IconFoldmore/index.js +0 -34
  116. package/esm/IconHelp/index.js +0 -30
  117. package/esm/IconJbxx/index.js +0 -34
  118. package/esm/IconKey/index.js +0 -67
  119. package/esm/IconLimits/index.js +0 -38
  120. package/esm/IconLose/index.js +0 -38
  121. package/esm/IconMinus/index.js +0 -38
  122. package/esm/IconNigth/index.js +0 -50
  123. package/esm/IconRefresh/index.js +0 -46
  124. package/esm/IconRevocation/index.js +0 -46
  125. package/esm/IconSave/index.js +0 -46
  126. package/esm/IconScript/index.js +0 -63
  127. package/esm/IconSearch/index.js +0 -38
  128. package/esm/IconSort/index.js +0 -38
  129. package/esm/IconStarttime/index.js +0 -38
  130. package/esm/IconTable/index.js +0 -38
  131. package/esm/IconTips/index.js +0 -52
  132. package/esm/IconUnfold2/index.js +0 -38
  133. package/esm/IconUpdatemode/index.js +0 -38
  134. package/esm/IconUpload/index.js +0 -38
  135. package/lib/IconAdd/index.js +0 -39
  136. package/lib/IconAdvance/index.js +0 -47
  137. package/lib/IconCheck/index.js +0 -39
  138. package/lib/IconCopy/index.js +0 -47
  139. package/lib/IconDatabase/index.js +0 -47
  140. package/lib/IconDay/index.js +0 -43
  141. package/lib/IconDelete/index.js +0 -39
  142. package/lib/IconDown/index.js +0 -39
  143. package/lib/IconDownload/index.js +0 -39
  144. package/lib/IconEdit/index.js +0 -39
  145. package/lib/IconFields/index.js +0 -46
  146. package/lib/IconFile/index.js +0 -47
  147. package/lib/IconFold/index.js +0 -39
  148. package/lib/IconFoldmore/index.js +0 -35
  149. package/lib/IconHelp/index.js +0 -31
  150. package/lib/IconJbxx/index.js +0 -35
  151. package/lib/IconKey/index.js +0 -68
  152. package/lib/IconLimits/index.js +0 -39
  153. package/lib/IconLose/index.js +0 -39
  154. package/lib/IconMinus/index.js +0 -39
  155. package/lib/IconNigth/index.js +0 -51
  156. package/lib/IconRefresh/index.js +0 -47
  157. package/lib/IconRevocation/index.js +0 -47
  158. package/lib/IconSave/index.js +0 -47
  159. package/lib/IconScript/index.js +0 -64
  160. package/lib/IconSearch/index.js +0 -39
  161. package/lib/IconSort/index.js +0 -39
  162. package/lib/IconStarttime/index.js +0 -39
  163. package/lib/IconTable/index.js +0 -39
  164. package/lib/IconTips/index.js +0 -53
  165. package/lib/IconUnfold2/index.js +0 -39
  166. package/lib/IconUpdatemode/index.js +0 -39
  167. package/lib/IconUpload/index.js +0 -39
  168. package/src/IconAdd/index.vue +0 -19
  169. package/src/IconAdvance/index.vue +0 -19
  170. package/src/IconCheck/index.vue +0 -19
  171. package/src/IconChevronDown/index.vue +0 -19
  172. package/src/IconCopy/index.vue +0 -19
  173. package/src/IconDatabase/index.vue +0 -19
  174. package/src/IconDay/index.vue +0 -19
  175. package/src/IconDelete/index.vue +0 -19
  176. package/src/IconDown/index.vue +0 -19
  177. package/src/IconDownload/index.vue +0 -19
  178. package/src/IconEdit/index.vue +0 -19
  179. package/src/IconEvent/index.vue +0 -19
  180. package/src/IconFields/index.vue +0 -19
  181. package/src/IconFile/index.vue +0 -19
  182. package/src/IconFold/index.vue +0 -19
  183. package/src/IconFoldmore/index.vue +0 -19
  184. package/src/IconGroupAdd/index.vue +0 -19
  185. package/src/IconHelp/index.vue +0 -19
  186. package/src/IconId/index.vue +0 -19
  187. package/src/IconJbxx/index.vue +0 -19
  188. package/src/IconKey/index.vue +0 -19
  189. package/src/IconLimits/index.vue +0 -19
  190. package/src/IconLose/index.vue +0 -19
  191. package/src/IconMinus/index.vue +0 -19
  192. package/src/IconNewDelete/index.vue +0 -19
  193. package/src/IconNext/index.vue +0 -19
  194. package/src/IconNigth/index.vue +0 -19
  195. package/src/IconObject/index.vue +0 -19
  196. package/src/IconRefresh/index.vue +0 -19
  197. package/src/IconRevocation/index.vue +0 -19
  198. package/src/IconSave/index.vue +0 -19
  199. package/src/IconSchema/index.vue +0 -19
  200. package/src/IconScript/index.vue +0 -19
  201. package/src/IconSearch/index.vue +0 -19
  202. package/src/IconSequence/index.vue +0 -19
  203. package/src/IconSort/index.vue +0 -19
  204. package/src/IconStarttime/index.vue +0 -19
  205. package/src/IconStoredProcedure/index.vue +0 -19
  206. package/src/IconTable/index.vue +0 -19
  207. package/src/IconTableAdd/index.vue +0 -19
  208. package/src/IconTick/index.vue +0 -19
  209. package/src/IconTips/index.vue +0 -19
  210. package/src/IconTrigger/index.vue +0 -19
  211. package/src/IconUnfold2/index.vue +0 -19
  212. package/src/IconUpdatemode/index.vue +0 -19
  213. package/src/IconUpload/index.vue +0 -19
  214. package/src/IconView/index.vue +0 -19
@@ -1,19 +0,0 @@
1
- <template>
2
- <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-table_add`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_f058696866__clip0_8550_30011)"><path d="M11.417 8.22461V6.04688L9.26367 3.75H3.75V13.25H7.01074C7.42481 13.2502 7.76074 13.5859 7.76074 14C7.76074 14.4141 7.42481 14.7498 7.01074 14.75H3.57324C2.87183 14.75 2.25011 14.1966 2.25 13.4502V3.5498C2.25011 2.80337 2.87183 2.25 3.57324 2.25H9.58887L9.66602 2.25391C9.84465 2.27245 10.0117 2.35503 10.1357 2.4873L12.7139 5.2373C12.8441 5.37629 12.917 5.55953 12.917 5.75V8.22461C12.917 8.63871 12.5811 8.97443 12.167 8.97461C11.7528 8.97461 11.417 8.63882 11.417 8.22461Z"/><path d="M10.1667 3V5H12.1667V6.5H9.41669C9.00247 6.5 8.66669 6.16421 8.66669 5.75V3H10.1667zM10.3107 14.4395V10.4395C10.3107 10.0252 10.6465 9.68945 11.0607 9.68945 11.4749 9.68945 11.8107 10.0252 11.8107 10.4395V14.4395C11.8107 14.8537 11.4749 15.1895 11.0607 15.1895 10.6465 15.1895 10.3107 14.8537 10.3107 14.4395z"/><path d="M12.9394 11.8105C13.3536 11.8105 13.6894 12.1463 13.6894 12.5605C13.6894 12.9748 13.3536 13.3105 12.9394 13.3105H8.93939C8.52518 13.3105 8.18939 12.9748 8.18939 12.5605C8.18939 12.1463 8.52518 11.8105 8.93939 11.8105H12.9394Z"/></g><defs><clipPath id="svg_f058696866__clip0_8550_30011"><path d="M0 0H16V16H0z"/></clipPath></defs></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconTableAdd',
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-tick`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.498 3.44333C11.8056 3.166 12.2792 3.19054 12.5566 3.49802C12.8339 3.80545 12.8091 4.27817 12.5019 4.55564V4.55759C12.5008 4.55864 12.4981 4.56073 12.4951 4.56345C12.4891 4.56892 12.4794 4.57711 12.4668 4.58884C12.441 4.6129 12.4017 4.65075 12.3506 4.70017C12.2482 4.79905 12.0987 4.94738 11.915 5.13962C11.547 5.5249 11.0444 6.08523 10.5107 6.78025C9.43558 8.18044 8.27064 10.0811 7.79002 12.1679C7.72194 12.4636 7.48183 12.6891 7.1826 12.7392C6.88342 12.7893 6.58361 12.6547 6.42283 12.3974L4.36424 9.10349C4.14474 8.75229 4.2514 8.28986 4.60252 8.07029C4.95377 7.85075 5.41619 7.95732 5.63572 8.30857L6.82518 10.2129C7.47809 8.50179 8.4481 7.0031 9.32029 5.86716C9.89297 5.12135 10.4325 4.51963 10.8301 4.10349C11.0289 3.89536 11.193 3.73266 11.3086 3.62107C11.3663 3.5653 11.4123 3.52198 11.4443 3.49216C11.4603 3.47728 11.4725 3.46519 11.4814 3.45701C11.4859 3.45291 11.4895 3.44962 11.4922 3.44724C11.4935 3.44606 11.4952 3.44507 11.4961 3.44431L11.4971 3.44333C11.4972 3.44318 11.4976 3.44313 12 3.99997L11.498 3.44333Z"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconTick',
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-tips`]" width="1em" height="1em" v-bind="$attrs"><path 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" stroke="#DCE5F5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" 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" :fill="useCurrentColor ? 'currentColor' : '#DCE5F5'"/><path d="M8.13392 10.6667V6.93335H7.86725 7.60059M7.2002 10.6665H9.06686" stroke="#DCE5F5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconTips',
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-trigger`]" width="1em" height="1em" v-bind="$attrs"><path d="M2.25 8C2.25 4.82436 4.82436 2.25 8 2.25C8.41421 2.25 8.75 2.58579 8.75 3C8.75 3.41421 8.41421 3.75 8 3.75C5.65279 3.75 3.75 5.65279 3.75 8C3.75 10.3472 5.65279 12.25 8 12.25C10.3472 12.25 12.25 10.3472 12.25 8C12.25 7.58579 12.5858 7.25 13 7.25C13.4142 7.25 13.75 7.58579 13.75 8C13.75 11.1756 11.1756 13.75 8 13.75C4.82436 13.75 2.25 11.1756 2.25 8ZM7.42285 5.75879C7.42285 5.34458 7.75864 5.00879 8.17285 5.00879C8.58686 5.00903 8.92285 5.34472 8.92285 5.75879V8C8.92285 8.22258 8.82334 8.43368 8.65234 8.57617L7.61816 9.43848C7.29996 9.70359 6.82668 9.65998 6.56152 9.3418C6.29668 9.02359 6.34012 8.55121 6.6582 8.28613L7.42285 7.64844V5.75879ZM13 2.25C13.4142 2.25 13.75 2.58579 13.75 3C13.75 3.41421 13.4142 3.75 13 3.75H12.7334L13.0459 4.1875C13.6365 5.01481 13.0449 6.16406 12.0283 6.16406H11.2754C10.8615 6.16381 10.5255 5.828 10.5254 5.41406C10.5254 5.00001 10.8614 4.66432 11.2754 4.66406H11.543L11.2305 4.22656C10.6396 3.39933 11.2306 2.25029 12.2471 2.25H13Z"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconTrigger',
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-Unfold2`]" width="1em" height="1em" v-bind="$attrs"><path 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" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconUnfold2',
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-Updatemode`]" width="1em" height="1em" v-bind="$attrs"><path 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" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconUpdatemode',
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-upload`]" 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.50004L8 3.33337M5.83337 5.49996L8.00004 3.16663 10.1667 5.49996" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconUpload',
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-View`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.417 8.22461V6.04688L9.26367 3.75H3.75V13.25H7.01074C7.42481 13.2502 7.76074 13.5859 7.76074 14C7.76074 14.4141 7.42481 14.7498 7.01074 14.75H3.57324C2.87183 14.75 2.25011 14.1966 2.25 13.4502V3.5498C2.25011 2.80337 2.87183 2.25 3.57324 2.25H9.58887L9.66602 2.25391C9.84465 2.27245 10.0117 2.35503 10.1357 2.4873L12.7139 5.2373C12.8441 5.37629 12.917 5.55953 12.917 5.75V8.22461C12.917 8.63871 12.5811 8.97443 12.167 8.97461C11.7528 8.97461 11.417 8.63882 11.417 8.22461Z"/><path d="M12.167 9.58301C12.5811 9.58318 12.917 9.9189 12.917 10.333 12.917 10.7471 12.5811 11.0828 12.167 11.083H8.5C8.08579 11.083 7.75 10.7472 7.75 10.333 7.75 9.91879 8.08579 9.58301 8.5 9.58301H12.167zM12.167 11.417C12.5811 11.4172 12.917 11.7529 12.917 12.167 12.917 12.5811 12.5811 12.9168 12.167 12.917H8.5C8.08579 12.917 7.75 12.5812 7.75 12.167 7.75 11.7528 8.08579 11.417 8.5 11.417H12.167z"/><path d="M8.66602 13.084V9.41699C8.66602 9.00278 9.0018 8.66699 9.41602 8.66699 9.83023 8.66699 10.166 9.00278 10.166 9.41699V13.084C10.1658 13.498 9.83012 13.834 9.41602 13.834 9.00191 13.834 8.66619 13.498 8.66602 13.084zM10.5 13.084V9.41699C10.5 9.00278 10.8358 8.66699 11.25 8.66699 11.6642 8.66699 12 9.00278 12 9.41699V13.084C11.9998 13.498 11.6641 13.834 11.25 13.834 10.8359 13.834 10.5002 13.498 10.5 13.084zM8.66602 3C8.66602 2.58579 9.0018 2.25 9.41602 2.25 9.83023 2.25 10.166 2.58579 10.166 3V5H12.166C12.5802 5 12.916 5.33579 12.916 5.75 12.916 6.16421 12.5802 6.5 12.166 6.5H9.41602C9.0018 6.5 8.66602 6.16421 8.66602 5.75V3z"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconView',
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>