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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/dist/icon.js +1281 -2391
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +369 -469
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/{IconChevronDown → IconArrowDownQs}/index.js +2 -2
  6. package/esm/IconCopyQs/index.js +32 -0
  7. package/esm/IconDatabaseQs/index.js +1 -1
  8. package/esm/IconDayQs/index.js +32 -0
  9. package/esm/{IconNewDelete → IconDeleteCircleQs}/index.js +2 -2
  10. package/esm/IconDevelopQs/index.js +30 -0
  11. package/esm/IconDownloadQs/index.js +1 -1
  12. package/esm/{IconEvent → IconEventQs}/index.js +2 -2
  13. package/esm/IconFileQs/index.js +32 -0
  14. package/esm/IconFoldQs/index.js +30 -0
  15. package/esm/IconFullScreen/index.js +5 -13
  16. package/esm/{IconGroupAdd → IconGroupAddQs}/index.js +2 -2
  17. package/esm/IconHistory/index.js +7 -27
  18. package/esm/{IconId → IconIdQs}/index.js +2 -2
  19. package/esm/IconKeyQs/index.js +34 -0
  20. package/esm/IconLockQs/index.js +1 -1
  21. package/esm/IconMoreQs/index.js +30 -0
  22. package/esm/{IconNext → IconNextQs}/index.js +2 -2
  23. package/esm/IconNigthQs/index.js +41 -0
  24. package/esm/{IconObject → IconObjectQs}/index.js +2 -2
  25. package/esm/IconOffScreen/index.js +5 -13
  26. package/esm/{IconSchema → IconSchemaQs}/index.js +2 -2
  27. package/esm/{IconSequence → IconSequenceQs}/index.js +2 -2
  28. package/esm/{IconStoredProcedure → IconStoredProcedureQs}/index.js +2 -2
  29. package/esm/{IconTableAdd → IconTableAddQs}/index.js +2 -2
  30. package/esm/{IconTick → IconTickQs}/index.js +2 -2
  31. package/esm/{IconTrigger → IconTriggerQs}/index.js +2 -2
  32. package/esm/IconUploadQs/index.js +1 -1
  33. package/esm/{IconView → IconViewQs}/index.js +2 -2
  34. package/esm/index.js +22 -47
  35. package/lib/{IconChevronDown → IconArrowDownQs}/index.js +2 -2
  36. package/lib/IconCopyQs/index.js +33 -0
  37. package/lib/IconDatabaseQs/index.js +1 -1
  38. package/lib/IconDayQs/index.js +33 -0
  39. package/lib/{IconNewDelete → IconDeleteCircleQs}/index.js +2 -2
  40. package/lib/IconDevelopQs/index.js +31 -0
  41. package/lib/IconDownloadQs/index.js +1 -1
  42. package/lib/{IconEvent → IconEventQs}/index.js +2 -2
  43. package/lib/IconFileQs/index.js +33 -0
  44. package/lib/IconFoldQs/index.js +31 -0
  45. package/lib/IconFullScreen/index.js +5 -13
  46. package/lib/{IconGroupAdd → IconGroupAddQs}/index.js +2 -2
  47. package/lib/IconHistory/index.js +7 -27
  48. package/lib/{IconId → IconIdQs}/index.js +2 -2
  49. package/lib/IconKeyQs/index.js +35 -0
  50. package/lib/IconLockQs/index.js +1 -1
  51. package/lib/IconMoreQs/index.js +31 -0
  52. package/lib/{IconNext → IconNextQs}/index.js +2 -2
  53. package/lib/IconNigthQs/index.js +42 -0
  54. package/lib/{IconObject → IconObjectQs}/index.js +2 -2
  55. package/lib/IconOffScreen/index.js +5 -13
  56. package/lib/{IconSchema → IconSchemaQs}/index.js +2 -2
  57. package/lib/{IconSequence → IconSequenceQs}/index.js +2 -2
  58. package/lib/{IconStoredProcedure → IconStoredProcedureQs}/index.js +2 -2
  59. package/lib/{IconTableAdd → IconTableAddQs}/index.js +2 -2
  60. package/lib/{IconTick → IconTickQs}/index.js +2 -2
  61. package/lib/{IconTrigger → IconTriggerQs}/index.js +2 -2
  62. package/lib/IconUploadQs/index.js +1 -1
  63. package/lib/{IconView → IconViewQs}/index.js +2 -2
  64. package/lib/index.js +228 -278
  65. package/package.json +1 -1
  66. package/src/IconArrowDownQs/index.vue +19 -0
  67. package/src/IconCopyQs/index.vue +19 -0
  68. package/src/IconDatabaseQs/index.vue +1 -1
  69. package/src/IconDayQs/index.vue +19 -0
  70. package/src/IconDeleteCircleQs/index.vue +19 -0
  71. package/src/IconDevelopQs/index.vue +19 -0
  72. package/src/IconDownloadQs/index.vue +1 -1
  73. package/src/IconEventQs/index.vue +19 -0
  74. package/src/IconFileQs/index.vue +19 -0
  75. package/src/IconFoldQs/index.vue +19 -0
  76. package/src/IconFullScreen/index.vue +1 -1
  77. package/src/IconGroupAddQs/index.vue +19 -0
  78. package/src/IconHistory/index.vue +1 -1
  79. package/src/IconIdQs/index.vue +19 -0
  80. package/src/IconKeyQs/index.vue +19 -0
  81. package/src/IconLockQs/index.vue +1 -1
  82. package/src/IconMoreQs/index.vue +19 -0
  83. package/src/IconNextQs/index.vue +19 -0
  84. package/src/IconNigthQs/index.vue +19 -0
  85. package/src/IconObjectQs/index.vue +19 -0
  86. package/src/IconOffScreen/index.vue +1 -1
  87. package/src/IconSchemaQs/index.vue +19 -0
  88. package/src/IconSequenceQs/index.vue +19 -0
  89. package/src/IconStoredProcedureQs/index.vue +19 -0
  90. package/src/IconTableAddQs/index.vue +19 -0
  91. package/src/IconTickQs/index.vue +19 -0
  92. package/src/IconTriggerQs/index.vue +19 -0
  93. package/src/IconUploadQs/index.vue +1 -1
  94. package/src/IconViewQs/index.vue +19 -0
  95. package/src/index.js +23 -48
  96. package/esm/IconAdd/index.js +0 -38
  97. package/esm/IconAdvance/index.js +0 -46
  98. package/esm/IconCheck/index.js +0 -38
  99. package/esm/IconCopy/index.js +0 -46
  100. package/esm/IconDatabase/index.js +0 -46
  101. package/esm/IconDay/index.js +0 -42
  102. package/esm/IconDelete/index.js +0 -38
  103. package/esm/IconDown/index.js +0 -38
  104. package/esm/IconDownload/index.js +0 -38
  105. package/esm/IconEdit/index.js +0 -38
  106. package/esm/IconFields/index.js +0 -45
  107. package/esm/IconFile/index.js +0 -46
  108. package/esm/IconFold/index.js +0 -38
  109. package/esm/IconFoldmore/index.js +0 -34
  110. package/esm/IconHelp/index.js +0 -30
  111. package/esm/IconJbxx/index.js +0 -34
  112. package/esm/IconKey/index.js +0 -67
  113. package/esm/IconLimits/index.js +0 -38
  114. package/esm/IconLose/index.js +0 -38
  115. package/esm/IconMinus/index.js +0 -38
  116. package/esm/IconNigth/index.js +0 -50
  117. package/esm/IconRefresh/index.js +0 -46
  118. package/esm/IconRevocation/index.js +0 -46
  119. package/esm/IconSave/index.js +0 -46
  120. package/esm/IconScript/index.js +0 -63
  121. package/esm/IconSearch/index.js +0 -38
  122. package/esm/IconSort/index.js +0 -38
  123. package/esm/IconStarttime/index.js +0 -38
  124. package/esm/IconTable/index.js +0 -38
  125. package/esm/IconTips/index.js +0 -52
  126. package/esm/IconUnfold2/index.js +0 -38
  127. package/esm/IconUpdatemode/index.js +0 -38
  128. package/esm/IconUpload/index.js +0 -38
  129. package/lib/IconAdd/index.js +0 -39
  130. package/lib/IconAdvance/index.js +0 -47
  131. package/lib/IconCheck/index.js +0 -39
  132. package/lib/IconCopy/index.js +0 -47
  133. package/lib/IconDatabase/index.js +0 -47
  134. package/lib/IconDay/index.js +0 -43
  135. package/lib/IconDelete/index.js +0 -39
  136. package/lib/IconDown/index.js +0 -39
  137. package/lib/IconDownload/index.js +0 -39
  138. package/lib/IconEdit/index.js +0 -39
  139. package/lib/IconFields/index.js +0 -46
  140. package/lib/IconFile/index.js +0 -47
  141. package/lib/IconFold/index.js +0 -39
  142. package/lib/IconFoldmore/index.js +0 -35
  143. package/lib/IconHelp/index.js +0 -31
  144. package/lib/IconJbxx/index.js +0 -35
  145. package/lib/IconKey/index.js +0 -68
  146. package/lib/IconLimits/index.js +0 -39
  147. package/lib/IconLose/index.js +0 -39
  148. package/lib/IconMinus/index.js +0 -39
  149. package/lib/IconNigth/index.js +0 -51
  150. package/lib/IconRefresh/index.js +0 -47
  151. package/lib/IconRevocation/index.js +0 -47
  152. package/lib/IconSave/index.js +0 -47
  153. package/lib/IconScript/index.js +0 -64
  154. package/lib/IconSearch/index.js +0 -39
  155. package/lib/IconSort/index.js +0 -39
  156. package/lib/IconStarttime/index.js +0 -39
  157. package/lib/IconTable/index.js +0 -39
  158. package/lib/IconTips/index.js +0 -53
  159. package/lib/IconUnfold2/index.js +0 -39
  160. package/lib/IconUpdatemode/index.js +0 -39
  161. package/lib/IconUpload/index.js +0 -39
  162. package/src/IconAdd/index.vue +0 -19
  163. package/src/IconAdvance/index.vue +0 -19
  164. package/src/IconCheck/index.vue +0 -19
  165. package/src/IconChevronDown/index.vue +0 -19
  166. package/src/IconCopy/index.vue +0 -19
  167. package/src/IconDatabase/index.vue +0 -19
  168. package/src/IconDay/index.vue +0 -19
  169. package/src/IconDelete/index.vue +0 -19
  170. package/src/IconDown/index.vue +0 -19
  171. package/src/IconDownload/index.vue +0 -19
  172. package/src/IconEdit/index.vue +0 -19
  173. package/src/IconEvent/index.vue +0 -19
  174. package/src/IconFields/index.vue +0 -19
  175. package/src/IconFile/index.vue +0 -19
  176. package/src/IconFold/index.vue +0 -19
  177. package/src/IconFoldmore/index.vue +0 -19
  178. package/src/IconGroupAdd/index.vue +0 -19
  179. package/src/IconHelp/index.vue +0 -19
  180. package/src/IconId/index.vue +0 -19
  181. package/src/IconJbxx/index.vue +0 -19
  182. package/src/IconKey/index.vue +0 -19
  183. package/src/IconLimits/index.vue +0 -19
  184. package/src/IconLose/index.vue +0 -19
  185. package/src/IconMinus/index.vue +0 -19
  186. package/src/IconNewDelete/index.vue +0 -19
  187. package/src/IconNext/index.vue +0 -19
  188. package/src/IconNigth/index.vue +0 -19
  189. package/src/IconObject/index.vue +0 -19
  190. package/src/IconRefresh/index.vue +0 -19
  191. package/src/IconRevocation/index.vue +0 -19
  192. package/src/IconSave/index.vue +0 -19
  193. package/src/IconSchema/index.vue +0 -19
  194. package/src/IconScript/index.vue +0 -19
  195. package/src/IconSearch/index.vue +0 -19
  196. package/src/IconSequence/index.vue +0 -19
  197. package/src/IconSort/index.vue +0 -19
  198. package/src/IconStarttime/index.vue +0 -19
  199. package/src/IconStoredProcedure/index.vue +0 -19
  200. package/src/IconTable/index.vue +0 -19
  201. package/src/IconTableAdd/index.vue +0 -19
  202. package/src/IconTick/index.vue +0 -19
  203. package/src/IconTips/index.vue +0 -19
  204. package/src/IconTrigger/index.vue +0 -19
  205. package/src/IconUnfold2/index.vue +0 -19
  206. package/src/IconUpdatemode/index.vue +0 -19
  207. package/src/IconUpload/index.vue +0 -19
  208. package/src/IconView/index.vue +0 -19
@@ -1,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: "IconFile",
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.8333 11.5V6.49996C12.8333 5.76358 12.2363 5.16663 11.5 5.16663H3.16663V11.5C3.16663 12.2363 3.76358 12.8333 4.49996 12.8333H11.5C12.2363 12.8333 12.8333 12.2363 12.8333 11.5Z",
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.99996 4.99996L8.37898 3.86149C8.14533 3.43314 7.69637 3.16663 7.20845 3.16663H4.49996C3.76358 3.16663 3.16663 3.76358 3.16663 4.49996V7.33329",
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-file`],
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: "IconFold",
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 3.83337H8.83329M3.16663 6.5H6.83329M12.8333 5.83337L10.5 8.00004 12.8333 10.1667M3.16663 12.1666H8.83329M3.16663 9.5H6.83329",
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-fold`],
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,34 +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: "IconFoldmore",
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 = ["fill"];
18
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
- return openBlock(), createElementBlock("svg", mergeProps({
20
- viewBox: "0 0 16 16",
21
- fill: $props.useCurrentColor ? "currentColor" : "none",
22
- xmlns: "http://www.w3.org/2000/svg",
23
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-foldmore`],
24
- width: "1em",
25
- height: "1em"
26
- }, _ctx.$attrs), [
27
- createElementVNode("path", {
28
- d: "M9.5 4.30005C9.5 5.12848 8.82843 5.80005 8 5.80005 7.17157 5.80005 6.5 5.12848 6.5 4.30005 6.5 3.47162 7.17157 2.80005 8 2.80005 8.82843 2.80005 9.5 3.47162 9.5 4.30005zM9.5 8.30005C9.5 9.12848 8.82843 9.80005 8 9.80005 7.17157 9.80005 6.5 9.12848 6.5 8.30005 6.5 7.47162 7.17157 6.80005 8 6.80005 8.82843 6.80005 9.5 7.47162 9.5 8.30005zM9.5 12.3C9.5 13.1285 8.82843 13.8 8 13.8 7.17157 13.8 6.5 13.1285 6.5 12.3 6.5 11.4716 7.17157 10.8 8 10.8 8.82843 10.8 9.5 11.4716 9.5 12.3z",
29
- fill: $props.useCurrentColor ? "currentColor" : "#434343"
30
- }, null, 8, _hoisted_2)
31
- ], 16, _hoisted_1);
32
- }
33
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
34
- export { index as default };
@@ -1,30 +0,0 @@
1
- import { openBlock, createElementBlock, mergeProps, createStaticVNode } from "vue";
2
- import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
- const _sfc_main = {
4
- name: "IconHelp",
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 = /* @__PURE__ */ createStaticVNode('<g clip-path="url(#svg_aa3c1018b5__clip0_8353_68779)"><path d="M13.0836 7.99967C13.0835 6.59598 12.5149 5.32658 11.5944 4.40592C10.6736 3.4852 9.40355 2.91667 7.99963 2.91667C6.59585 2.91675 5.32655 3.48527 4.40588 4.40592C3.48523 5.32659 2.91671 6.59589 2.91663 7.99967C2.91663 9.40359 3.48516 10.6737 4.40588 11.5944C5.32654 12.515 6.59594 13.0836 7.99963 13.0837C9.40355 13.0837 10.6736 12.5151 11.5944 11.5944C12.5151 10.6737 13.0836 9.40359 13.0836 7.99967ZM14.5836 7.99967C14.5836 9.81739 13.8454 11.4644 12.6549 12.6549C11.4644 13.8455 9.81735 14.5837 7.99963 14.5837C6.18204 14.5836 4.53483 13.8454 3.34436 12.6549C2.15402 11.4644 1.41663 9.81723 1.41663 7.99967C1.41671 6.18208 2.15391 4.53487 3.34436 3.3444C4.53483 2.15395 6.18204 1.41675 7.99963 1.41667C9.81719 1.41667 11.4644 2.15406 12.6549 3.3444C13.8454 4.53487 14.5835 6.18208 14.5836 7.99967Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M8 4C8.55228 4 9 4.44772 9 5C9 5.55228 8.55228 6 8 6C7.44772 6 7 5.55228 7 5C7 4.44772 7.44772 4 8 4Z"></path><path d="M7.5459 10.9163V7.43099C7.22223 7.42217 6.96289 7.15913 6.96289 6.83333C6.96289 6.50196 7.23113 6.23372 7.5625 6.23372H8.14551C8.47688 6.23372 8.74609 6.50196 8.74609 6.83333V10.9163C8.74609 11.2477 8.47688 11.5169 8.14551 11.5169C7.81429 11.5168 7.5459 11.2476 7.5459 10.9163Z"></path><path d="M9.16699 10.1667C9.58106 10.1668 9.91699 10.5026 9.91699 10.9167C9.91699 11.3308 9.58106 11.6665 9.16699 11.6667H7.125C6.71079 11.6667 6.375 11.3309 6.375 10.9167C6.375 10.5025 6.71079 10.1667 7.125 10.1667H9.16699Z"></path></g><defs><clipPath id="svg_aa3c1018b5__clip0_8353_68779"><path transform="translate(1 1)" d="M0 0H14V14H0z"></path></clipPath></defs>', 2);
17
- const _hoisted_3 = [
18
- _hoisted_1
19
- ];
20
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
- return openBlock(), createElementBlock("svg", mergeProps({
22
- viewBox: "0 0 16 16",
23
- xmlns: "http://www.w3.org/2000/svg",
24
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-help`],
25
- width: "1em",
26
- height: "1em"
27
- }, _ctx.$attrs), _hoisted_3, 16);
28
- }
29
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
30
- export { index as default };
@@ -1,34 +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: "IconJbxx",
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 = /* @__PURE__ */ createElementVNode("path", { d: "M11.417 8.22461V6.54102C11.417 6.22344 11.2953 5.91723 11.0781 5.68555L9.63379 4.14551C9.42698 3.92491 9.14853 3.78762 8.85059 3.75684L8.72168 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.25H8.72168L9.00488 2.26465C9.66033 2.33239 10.2735 2.63384 10.7285 3.11914L12.1729 4.66016C12.6507 5.16985 12.917 5.84237 12.917 6.54102V8.22461C12.917 8.63871 12.5811 8.97443 12.167 8.97461C11.7528 8.97461 11.417 8.63882 11.417 8.22461Z" }, null, -1);
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M12.167 9.58337C12.5811 9.58355 12.917 9.91927 12.917 10.3334 12.917 10.7475 12.5811 11.0832 12.167 11.0834H8.5C8.08579 11.0834 7.75 10.7476 7.75 10.3334 7.75 9.91916 8.08579 9.58337 8.5 9.58337H12.167zM12.167 11.4166C12.5811 11.4168 12.917 11.7525 12.917 12.1666 12.917 12.5807 12.5811 12.9165 12.167 12.9166H8.5C8.08579 12.9166 7.75 12.5808 7.75 12.1666 7.75 11.7524 8.08579 11.4166 8.5 11.4166H12.167z" }, null, -1);
18
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M8.66699 13.0836V9.41663C8.66699 9.00241 9.00278 8.66663 9.41699 8.66663 9.83121 8.66663 10.167 9.00241 10.167 9.41663V13.0836C10.1668 13.4977 9.8311 13.8336 9.41699 13.8336 9.00289 13.8336 8.66717 13.4977 8.66699 13.0836zM10.5 13.0836V9.41663C10.5 9.00241 10.8358 8.66663 11.25 8.66663 11.6642 8.66663 12 9.00241 12 9.41663V13.0836C11.9998 13.4977 11.6641 13.8336 11.25 13.8336 10.8359 13.8336 10.5002 13.4977 10.5 13.0836zM8.66699 3.75V3C8.66699 2.58579 9.00278 2.25 9.41699 2.25 9.83121 2.25 10.167 2.58579 10.167 3V3.75C10.167 4.44036 10.7266 5 11.417 5H12.167C12.5812 5 12.917 5.33579 12.917 5.75 12.917 6.16421 12.5812 6.5 12.167 6.5H11.417C9.89821 6.5 8.66699 5.26878 8.66699 3.75z" }, null, -1);
19
- const _hoisted_4 = [
20
- _hoisted_1,
21
- _hoisted_2,
22
- _hoisted_3
23
- ];
24
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
25
- return openBlock(), createElementBlock("svg", mergeProps({
26
- viewBox: "0 0 16 16",
27
- xmlns: "http://www.w3.org/2000/svg",
28
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-jbxx`],
29
- width: "1em",
30
- height: "1em"
31
- }, _ctx.$attrs), _hoisted_4, 16);
32
- }
33
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
34
- export { index as default };
@@ -1,67 +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: "IconKey",
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 = { "clip-path": "url(#svg_3c6e0b8a9c__clip0_6733_61698)" };
18
- const _hoisted_3 = {
19
- id: "svg_3c6e0b8a9c__a",
20
- style: { "mask-type": "luminance" },
21
- maskUnits: "userSpaceOnUse",
22
- x: "0",
23
- y: "0",
24
- width: "8",
25
- height: "8"
26
- };
27
- const _hoisted_4 = ["fill"];
28
- const _hoisted_5 = /* @__PURE__ */ createElementVNode("g", {
29
- mask: "url(#svg_3c6e0b8a9c__a)",
30
- stroke: "#FAAD14",
31
- "stroke-linecap": "round",
32
- "stroke-linejoin": "round"
33
- }, [
34
- /* @__PURE__ */ createElementVNode("path", { d: "M2.5013 6.83366C3.23768 6.83366 3.83464 6.23671 3.83464 5.50033 3.83464 4.76395 3.23768 4.16699 2.5013 4.16699 1.76492 4.16699 1.16797 4.76395 1.16797 5.50033 1.16797 6.23671 1.76492 6.83366 2.5013 6.83366zM4.83203 2.66699L5.91536 3.66699M3.33203 4.33366L6.16536 1.16699M5.83203 1.83301L6.9987 2.91634" })
35
- ], -1);
36
- const _hoisted_6 = { id: "svg_3c6e0b8a9c__clip0_6733_61698" };
37
- const _hoisted_7 = ["fill"];
38
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
39
- return openBlock(), createElementBlock("svg", mergeProps({
40
- viewBox: "0 0 8 8",
41
- fill: $props.useCurrentColor ? "currentColor" : "none",
42
- xmlns: "http://www.w3.org/2000/svg",
43
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-key`],
44
- width: "1em",
45
- height: "1em"
46
- }, _ctx.$attrs), [
47
- createElementVNode("g", _hoisted_2, [
48
- createElementVNode("mask", _hoisted_3, [
49
- createElementVNode("path", {
50
- d: "M8 0H0V8H8V0Z",
51
- fill: $props.useCurrentColor ? "currentColor" : "#fff"
52
- }, null, 8, _hoisted_4)
53
- ]),
54
- _hoisted_5
55
- ]),
56
- createElementVNode("defs", null, [
57
- createElementVNode("clipPath", _hoisted_6, [
58
- createElementVNode("path", {
59
- fill: $props.useCurrentColor ? "currentColor" : "#fff",
60
- d: "M0 0H8V8H0z"
61
- }, null, 8, _hoisted_7)
62
- ])
63
- ])
64
- ], 16, _hoisted_1);
65
- }
66
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
67
- 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: "IconLimits",
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 7.83329C3.83337 7.4651 4.13185 7.16663 4.50004 7.16663H11.5C11.8682 7.16663 12.1667 7.4651 12.1667 7.83329V11.5C12.1667 12.2363 11.5698 12.8333 10.8334 12.8333H5.16671C4.43033 12.8333 3.83337 12.2363 3.83337 11.5V7.83329zM5.16664 6.99996V6.89509C5.16664 5.85427 5.10402 4.69412 5.83094 3.94923 6.2455 3.52443 6.91631 3.16663 7.99997 3.16663 9.08363 3.16663 9.75444 3.52443 10.169 3.94923 10.8959 4.69412 10.8333 5.85427 10.8333 6.89509V6.99996",
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-limits`],
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: "IconLose",
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: "M10 16C11.6568 16 13.1568 15.3284 14.2426 14.2426 15.3284 13.1568 16 11.6568 16 10 16 8.34316 15.3284 6.84316 14.2426 5.75736 13.1568 4.67157 11.6568 4 10 4 8.34316 4 6.84316 4.67157 5.75736 5.75736 4.67157 6.84316 4 8.34316 4 10 4 11.6568 4.67157 13.1568 5.75736 14.2426 6.84316 15.3284 8.34316 16 10 16zM12 8L8 12M8 8L12 12",
19
- stroke: "#FF4D4F",
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 20 20",
30
- fill: $props.useCurrentColor ? "currentColor" : "none",
31
- xmlns: "http://www.w3.org/2000/svg",
32
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Lose`],
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: "IconMinus",
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.1666 8H3.83325",
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-minus`],
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,50 +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: "IconNigth",
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("g", { "clip-path": "url(#svg_8a4e3b5a3a__clip0_7289_124627)" }, [
18
- /* @__PURE__ */ createElementVNode("path", {
19
- d: "M9.01318 3.10271C7.6457 3.45924 6.63637 4.70265 6.63637 6.18183C6.63637 7.9391 8.0609 9.36363 9.81817 9.36363C11.2973 9.36363 12.5408 8.3543 12.8973 6.98682C12.9646 7.314 13 7.65288 13 8C13 10.7614 10.7614 13 8 13C5.23857 13 3 10.7614 3 8C3 5.23857 5.23857 3 8 3C8.34712 3 8.686 3.03537 9.01318 3.10271Z",
20
- stroke: "#434343",
21
- "stroke-width": "1.5",
22
- "stroke-linecap": "round",
23
- "stroke-linejoin": "round"
24
- })
25
- ], -1);
26
- const _hoisted_3 = { id: "svg_8a4e3b5a3a__clip0_7289_124627" };
27
- const _hoisted_4 = ["fill"];
28
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
- return openBlock(), createElementBlock("svg", 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-nigth`],
34
- width: "1em",
35
- height: "1em"
36
- }, _ctx.$attrs), [
37
- _hoisted_2,
38
- createElementVNode("defs", null, [
39
- createElementVNode("clipPath", _hoisted_3, [
40
- createElementVNode("path", {
41
- fill: $props.useCurrentColor ? "currentColor" : "#fff",
42
- transform: "translate(2 2)",
43
- d: "M0 0H12V12H0z"
44
- }, null, 8, _hoisted_4)
45
- ])
46
- ])
47
- ], 16, _hoisted_1);
48
- }
49
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
50
- 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: "IconRefresh",
5
- props: {
6
- prefix: {
7
- type: String,
8
- default: "update-line-icon"
9
- },
10
- useCurrentColor: {
11
- type: Boolean,
12
- default: true
13
- }
14
- }
15
- };
16
- const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
- d: "M7.50004 3.16663L5.83337 4.66663 7.50004 6.16663M8.5 12.8334L10.1667 11.3334 8.5 9.83337",
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: "M6.5 4.66663H8.83333C11.0425 4.66663 12.8333 6.45749 12.8333 8.66663V8.83329M9.49996 11.3333H7.16663C4.95749 11.3333 3.16663 9.54243 3.16663 7.33329V7.16663",
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-refresh`],
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: "IconRevocation",
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.94439 13L3 11.3333L4.94439 9.38889",
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: "M3 11.3333H9.38716C11.2991 11.3333 12.9228 9.77203 12.9973 7.86103C13.0761 5.8417 11.4075 4.11104 9.38716 4.11104H4.66622",
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-revocation`],
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: "IconSave",
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.49996 12.8333H11.5C12.2363 12.8333 12.8333 12.2363 12.8333 11.5V6.55224C12.8333 6.19862 12.6928 5.85948 12.4428 5.60943L10.3905 3.55715C10.1404 3.3071 9.8013 3.16663 9.44767 3.16663H4.49996C3.76358 3.16663 3.16663 3.76358 3.16663 4.49996V11.5C3.16663 12.2363 3.76358 12.8333 4.49996 12.8333Z",
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 12.6667V10.5C5.83337 10.1319 6.13185 9.83337 6.50004 9.83337H9.50004C9.86823 9.83337 10.1667 10.1319 10.1667 10.5V12.6667M5.83337 3.33337V5.50004",
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-save`],
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,63 +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: "IconScript",
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.37497 13H3.75C3.33579 13 3 12.6223 3 12.1563V4.84375C3 4.37776 3.33579 4 3.75 4H12.25C12.6642 4 13 4.37776 13 4.84375V8.23529",
19
- stroke: "#434343",
20
- "stroke-width": "1.5",
21
- "stroke-linecap": "round"
22
- }, null, -1);
23
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
24
- d: "M3 4.675C3 4.30221 3.33579 4 3.75 4H12.25C12.6642 4 13 4.30221 13 4.675V6.7H3V4.675Z",
25
- stroke: "#434343",
26
- "stroke-width": "1.5",
27
- "stroke-linecap": "round"
28
- }, null, -1);
29
- const _hoisted_4 = ["fill"];
30
- const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", {
31
- d: "M7.99996 10.3L7.16663 11.2325 7.99996 12.1M12.1666 10.3L13 11.2325 12.1666 12.1",
32
- stroke: "#434343",
33
- "stroke-width": "1.5",
34
- "stroke-linecap": "round",
35
- "stroke-linejoin": "round"
36
- }, null, -1);
37
- const _hoisted_6 = /* @__PURE__ */ createElementVNode("path", {
38
- d: "M10.5 9.40002L9.66663 13",
39
- stroke: "#434343",
40
- "stroke-width": "1.5",
41
- "stroke-linecap": "round"
42
- }, null, -1);
43
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
44
- return openBlock(), createElementBlock("svg", mergeProps({
45
- viewBox: "0 0 16 16",
46
- fill: $props.useCurrentColor ? "currentColor" : "none",
47
- xmlns: "http://www.w3.org/2000/svg",
48
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-script`],
49
- width: "1em",
50
- height: "1em"
51
- }, _ctx.$attrs), [
52
- _hoisted_2,
53
- _hoisted_3,
54
- createElementVNode("path", {
55
- d: "M4.66667 5.35005C4.66667 5.10152 4.85321 4.90005 5.08333 4.90005 5.31345 4.90005 5.5 5.10152 5.5 5.35005 5.5 5.59858 5.31345 5.80005 5.08333 5.80005 4.85321 5.80005 4.66667 5.59858 4.66667 5.35005zM6.33329 5.35005C6.33329 5.10152 6.51984 4.90005 6.74996 4.90005 6.98008 4.90005 7.16663 5.10152 7.16663 5.35005 7.16663 5.59858 6.98008 5.80005 6.74996 5.80005 6.51984 5.80005 6.33329 5.59858 6.33329 5.35005z",
56
- fill: $props.useCurrentColor ? "currentColor" : "#434343"
57
- }, null, 8, _hoisted_4),
58
- _hoisted_5,
59
- _hoisted_6
60
- ], 16, _hoisted_1);
61
- }
62
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
63
- 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: "IconSearch",
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.8333 12.8333L10.3333 10.3333M3.16663 7.33329C3.16663 5.03211 5.03211 3.16663 7.33329 3.16663C9.63448 3.16663 11.5 5.03211 11.5 7.33329C11.5 9.63448 9.63448 11.5 7.33329 11.5C5.03211 11.5 3.16663 9.63448 3.16663 7.33329Z",
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-search`],
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 };