@arco-iconbox/vue-smartcode 0.1.55 → 0.1.57

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.
@@ -14,16 +14,9 @@ const _sfc_main = {
14
14
  }
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M7.98648 1.53907C4.28389 1.53907 1.2699 2.70947 1.2699 4.56077C1.2699 5.15991 1.5863 5.7254 2.13832 6.21347L6.29869 10.3738V13.4268C6.29869 14.0444 7.04762 14.5443 7.97495 14.5443C8.9006 14.5443 9.65122 14.0444 9.65122 13.4268V10.3789L13.8638 6.16635C13.9395 6.09566 14.0119 6.02497 14.0792 5.95092L14.1078 5.92231C14.1347 5.89538 14.1566 5.86677 14.1785 5.83984C14.5033 5.44602 14.6817 5.01518 14.6817 4.56245C14.68 2.70947 11.6891 1.53907 7.98648 1.53907Z" }, null, -1);
18
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("ellipse", {
19
- cx: "7.976",
20
- cy: "4.474",
21
- rx: "5.279",
22
- ry: "2.13"
23
- }, null, -1);
24
- const _hoisted_4 = [
25
- _hoisted_2,
26
- _hoisted_3
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M7.98633 1.53906C11.6889 1.53906 14.68 2.70952 14.6816 4.5625C14.6816 5.01515 14.5035 5.44608 14.1787 5.83984C14.1568 5.86677 14.1343 5.89495 14.1074 5.92188L14.0791 5.95117C14.0118 6.02514 13.9389 6.0954 13.8633 6.16602L9.65137 10.3789V13.4268C9.65131 14.0444 8.90022 14.5439 7.97461 14.5439C7.04746 14.5438 6.29888 14.0443 6.29883 13.4268V10.374L2.13867 6.21289C1.58667 5.72483 1.26953 5.15968 1.26953 4.56055C1.26966 2.70935 4.28388 1.53909 7.98633 1.53906ZM7.97559 2.34277C5.06042 2.34282 2.69727 3.29703 2.69727 4.47363C2.69777 5.65006 5.06073 6.60347 7.97559 6.60352C10.8905 6.60352 13.2534 5.65009 13.2539 4.47363C13.2539 3.29701 10.8908 2.34277 7.97559 2.34277Z" }, null, -1);
18
+ const _hoisted_3 = [
19
+ _hoisted_2
27
20
  ];
28
21
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
22
  return openBlock(), createElementBlock("svg", mergeProps({
@@ -33,7 +26,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
33
26
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill_data_filter`],
34
27
  width: "1em",
35
28
  height: "1em"
36
- }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
29
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
37
30
  }
38
31
  var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
39
32
  export { index as default };
@@ -0,0 +1,32 @@
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: "IconLineSearch",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M7.65527 1.61523C10.8559 1.61533 13.4509 4.21053 13.4512 7.41113C13.4511 8.89562 12.8916 10.249 11.9736 11.2744L13.9463 13.248C14.206 13.5077 14.206 13.9288 13.9463 14.1885C13.6866 14.448 13.2655 14.4481 13.0059 14.1885L10.9766 12.1592C10.0358 12.8186 8.89125 13.207 7.65527 13.207C4.45454 13.2069 1.85947 10.6119 1.85938 7.41113C1.85962 4.21053 4.45464 1.61533 7.65527 1.61523ZM7.65527 2.94531C5.18918 2.94541 3.1897 4.94507 3.18945 7.41113C3.18954 9.87733 5.18908 11.8769 7.65527 11.877C10.1215 11.8769 12.121 9.87733 12.1211 7.41113C12.1208 4.94507 10.1214 2.9454 7.65527 2.94531Z" }, null, -1);
18
+ const _hoisted_3 = [
19
+ _hoisted_2
20
+ ];
21
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
+ return openBlock(), createElementBlock("svg", mergeProps({
23
+ viewBox: "0 0 16 16",
24
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-search`],
27
+ width: "1em",
28
+ height: "1em"
29
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
30
+ }
31
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ export { index as default };
package/esm/index.js CHANGED
@@ -213,7 +213,6 @@ export { default as IconFillDeWeight } from "./IconFillDeWeight/index.js";
213
213
  export { default as IconFillMerge } from "./IconFillMerge/index.js";
214
214
  export { default as IconFillRank } from "./IconFillRank/index.js";
215
215
  export { default as IconFillFiled } from "./IconFillFiled/index.js";
216
- export { default as IconFillDataFilter } from "./IconFillDataFilter/index.js";
217
216
  export { default as IconFillLink } from "./IconFillLink/index.js";
218
217
  export { default as IconFillRow2col } from "./IconFillRow2col/index.js";
219
218
  export { default as IconColorDataFilter } from "./IconColorDataFilter/index.js";
@@ -301,3 +300,5 @@ export { default as IconColorCycle } from "./IconColorCycle/index.js";
301
300
  export { default as IconLineCopy } from "./IconLineCopy/index.js";
302
301
  export { default as IconColorLogo } from "./IconColorLogo/index.js";
303
302
  export { default as IconColorApprove } from "./IconColorApprove/index.js";
303
+ export { default as IconFillDataFilter } from "./IconFillDataFilter/index.js";
304
+ export { default as IconLineSearch } from "./IconLineSearch/index.js";
@@ -15,16 +15,9 @@ const _sfc_main = {
15
15
  }
16
16
  };
17
17
  const _hoisted_1 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.98648 1.53907C4.28389 1.53907 1.2699 2.70947 1.2699 4.56077C1.2699 5.15991 1.5863 5.7254 2.13832 6.21347L6.29869 10.3738V13.4268C6.29869 14.0444 7.04762 14.5443 7.97495 14.5443C8.9006 14.5443 9.65122 14.0444 9.65122 13.4268V10.3789L13.8638 6.16635C13.9395 6.09566 14.0119 6.02497 14.0792 5.95092L14.1078 5.92231C14.1347 5.89538 14.1566 5.86677 14.1785 5.83984C14.5033 5.44602 14.6817 5.01518 14.6817 4.56245C14.68 2.70947 11.6891 1.53907 7.98648 1.53907Z" }, null, -1);
19
- const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("ellipse", {
20
- cx: "7.976",
21
- cy: "4.474",
22
- rx: "5.279",
23
- ry: "2.13"
24
- }, null, -1);
25
- const _hoisted_4 = [
26
- _hoisted_2,
27
- _hoisted_3
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.98633 1.53906C11.6889 1.53906 14.68 2.70952 14.6816 4.5625C14.6816 5.01515 14.5035 5.44608 14.1787 5.83984C14.1568 5.86677 14.1343 5.89495 14.1074 5.92188L14.0791 5.95117C14.0118 6.02514 13.9389 6.0954 13.8633 6.16602L9.65137 10.3789V13.4268C9.65131 14.0444 8.90022 14.5439 7.97461 14.5439C7.04746 14.5438 6.29888 14.0443 6.29883 13.4268V10.374L2.13867 6.21289C1.58667 5.72483 1.26953 5.15968 1.26953 4.56055C1.26966 2.70935 4.28388 1.53909 7.98633 1.53906ZM7.97559 2.34277C5.06042 2.34282 2.69727 3.29703 2.69727 4.47363C2.69777 5.65006 5.06073 6.60347 7.97559 6.60352C10.8905 6.60352 13.2534 5.65009 13.2539 4.47363C13.2539 3.29701 10.8908 2.34277 7.97559 2.34277Z" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_2
28
21
  ];
29
22
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
30
23
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
@@ -34,7 +27,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
34
27
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill_data_filter`],
35
28
  width: "1em",
36
29
  height: "1em"
37
- }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
30
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
38
31
  }
39
32
  var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
40
33
  module.exports = index;
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconLineSearch",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "sc"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.65527 1.61523C10.8559 1.61533 13.4509 4.21053 13.4512 7.41113C13.4511 8.89562 12.8916 10.249 11.9736 11.2744L13.9463 13.248C14.206 13.5077 14.206 13.9288 13.9463 14.1885C13.6866 14.448 13.2655 14.4481 13.0059 14.1885L10.9766 12.1592C10.0358 12.8186 8.89125 13.207 7.65527 13.207C4.45454 13.2069 1.85947 10.6119 1.85938 7.41113C1.85962 4.21053 4.45464 1.61533 7.65527 1.61523ZM7.65527 2.94531C5.18918 2.94541 3.1897 4.94507 3.18945 7.41113C3.18954 9.87733 5.18908 11.8769 7.65527 11.877C10.1215 11.8769 12.121 9.87733 12.1211 7.41113C12.1208 4.94507 10.1214 2.9454 7.65527 2.94531Z" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_2
21
+ ];
22
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
24
+ viewBox: "0 0 16 16",
25
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-search`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
31
+ }
32
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
33
+ module.exports = index;
package/lib/index.js CHANGED
@@ -215,94 +215,95 @@ var index$3j = require("./IconFillDeWeight/index.js");
215
215
  var index$3k = require("./IconFillMerge/index.js");
216
216
  var index$3l = require("./IconFillRank/index.js");
217
217
  var index$3m = require("./IconFillFiled/index.js");
218
- var index$3n = require("./IconFillDataFilter/index.js");
219
- var index$3o = require("./IconFillLink/index.js");
220
- var index$3p = require("./IconFillRow2col/index.js");
221
- var index$3q = require("./IconColorDataFilter/index.js");
222
- var index$3r = require("./IconColorKey/index.js");
223
- var index$3s = require("./IconLinePass/index.js");
224
- var index$3t = require("./IconColorNum/index.js");
225
- var index$3u = require("./IconColorSwitch/index.js");
226
- var index$3v = require("./IconColorInput/index.js");
227
- var index$3w = require("./IconColorRadio/index.js");
228
- var index$3x = require("./IconColorTextarea/index.js");
229
- var index$3y = require("./IconLineReset/index.js");
230
- var index$3z = require("./IconLineAlignTop/index.js");
231
- var index$3A = require("./IconLineAlignRight/index.js");
232
- var index$3B = require("./IconLineAlignLeft/index.js");
233
- var index$3C = require("./IconLineAlignVertically/index.js");
234
- var index$3D = require("./IconLineAlignCenter/index.js");
235
- var index$3E = require("./IconLineAlignBottom/index.js");
236
- var index$3F = require("./IconLineInfoData/index.js");
237
- var index$3G = require("./IconLinePrint/index.js");
238
- var index$3H = require("./IconLineInternationalization/index.js");
239
- var index$3I = require("./IconIconLineSet2/index.js");
240
- var index$3J = require("./IconLineLlm/index.js");
241
- var index$3K = require("./IconColorLogicFlow/index.js");
242
- var index$3L = require("./IconLineSkill/index.js");
243
- var index$3M = require("./IconLineAgent/index.js");
244
- var index$3N = require("./IconColorLongtext/index.js");
245
- var index$3O = require("./IconColorHline/index.js");
246
- var index$3P = require("./IconColorBarcode/index.js");
247
- var index$3Q = require("./IconColorTable/index.js");
248
- var index$3R = require("./IconColorQrcode/index.js");
249
- var index$3S = require("./IconColorImage/index.js");
250
- var index$3T = require("./IconColorUser/index.js");
251
- var index$3U = require("./IconColorVline/index.js");
252
- var index$3V = require("./IconColorTime/index.js");
253
- var index$3W = require("./IconColorOval/index.js");
254
- var index$3X = require("./IconColorRect/index.js");
255
- var index$3Y = require("./IconColorText/index.js");
256
- var index$3Z = require("./IconLinePlay/index.js");
257
- var index$3_ = require("./IconFillResource/index.js");
258
- var index$3$ = require("./IconLineTool/index.js");
259
- var index$40 = require("./IconColorMarkdown/index.js");
260
- var index$41 = require("./IconColorYaml/index.js");
261
- var index$42 = require("./IconLineGoUp/index.js");
262
- var index$43 = require("./IconLineDate/index.js");
263
- var index$44 = require("./IconLineNotEqual/index.js");
264
- var index$45 = require("./IconLineEqual/index.js");
265
- var index$46 = require("./IconLineLessEqual/index.js");
266
- var index$47 = require("./IconLineGreaterThan/index.js");
267
- var index$48 = require("./IconLineGreaterEqual/index.js");
268
- var index$49 = require("./IconLineListContain/index.js");
269
- var index$4a = require("./IconLineContain/index.js");
270
- var index$4b = require("./IconLineNotContain/index.js");
271
- var index$4c = require("./IconLineLessThan/index.js");
272
- var index$4d = require("./IconLineNotListContain/index.js");
273
- var index$4e = require("./IconLineDotDrag/index.js");
274
- var index$4f = require("./IconLineWorkFlow/index.js");
275
- var index$4g = require("./IconLineEr/index.js");
276
- var index$4h = require("./IconFillQuotation/index.js");
277
- var index$4i = require("./IconLineOk/index.js");
278
- var index$4j = require("./IconLineComment/index.js");
279
- var index$4k = require("./IconLineSelect/index.js");
280
- var index$4l = require("./IconLineAttachment/index.js");
281
- var index$4m = require("./IconLineDictionary2/index.js");
282
- var index$4n = require("./IconLineLink/index.js");
283
- var index$4o = require("./IconLineScript/index.js");
284
- var index$4p = require("./IconLineKey/index.js");
285
- var index$4q = require("./IconLineKey2/index.js");
286
- var index$4r = require("./IconLineLink2/index.js");
287
- var index$4s = require("./IconLineComputer/index.js");
288
- var index$4t = require("./IconLinePhone/index.js");
289
- var index$4u = require("./IconLineExportNew/index.js");
290
- var index$4v = require("./IconColorNone/index.js");
291
- var index$4w = require("./IconColorDoc/index.js");
292
- var index$4x = require("./IconColorPpt/index.js");
293
- var index$4y = require("./IconColorPdf/index.js");
294
- var index$4z = require("./IconColorVideo/index.js");
295
- var index$4A = require("./IconColorTxt/index.js");
296
- var index$4B = require("./IconColorZip/index.js");
297
- var index$4C = require("./IconColorXls/index.js");
298
- var index$4D = require("./IconColorMusic/index.js");
299
- var index$4E = require("./IconColorImageNew/index.js");
300
- var index$4F = require("./IconFillClick/index.js");
301
- var index$4G = require("./IconColorClick/index.js");
302
- var index$4H = require("./IconColorCycle/index.js");
303
- var index$4I = require("./IconLineCopy/index.js");
304
- var index$4J = require("./IconColorLogo/index.js");
305
- var index$4K = require("./IconColorApprove/index.js");
218
+ var index$3n = require("./IconFillLink/index.js");
219
+ var index$3o = require("./IconFillRow2col/index.js");
220
+ var index$3p = require("./IconColorDataFilter/index.js");
221
+ var index$3q = require("./IconColorKey/index.js");
222
+ var index$3r = require("./IconLinePass/index.js");
223
+ var index$3s = require("./IconColorNum/index.js");
224
+ var index$3t = require("./IconColorSwitch/index.js");
225
+ var index$3u = require("./IconColorInput/index.js");
226
+ var index$3v = require("./IconColorRadio/index.js");
227
+ var index$3w = require("./IconColorTextarea/index.js");
228
+ var index$3x = require("./IconLineReset/index.js");
229
+ var index$3y = require("./IconLineAlignTop/index.js");
230
+ var index$3z = require("./IconLineAlignRight/index.js");
231
+ var index$3A = require("./IconLineAlignLeft/index.js");
232
+ var index$3B = require("./IconLineAlignVertically/index.js");
233
+ var index$3C = require("./IconLineAlignCenter/index.js");
234
+ var index$3D = require("./IconLineAlignBottom/index.js");
235
+ var index$3E = require("./IconLineInfoData/index.js");
236
+ var index$3F = require("./IconLinePrint/index.js");
237
+ var index$3G = require("./IconLineInternationalization/index.js");
238
+ var index$3H = require("./IconIconLineSet2/index.js");
239
+ var index$3I = require("./IconLineLlm/index.js");
240
+ var index$3J = require("./IconColorLogicFlow/index.js");
241
+ var index$3K = require("./IconLineSkill/index.js");
242
+ var index$3L = require("./IconLineAgent/index.js");
243
+ var index$3M = require("./IconColorLongtext/index.js");
244
+ var index$3N = require("./IconColorHline/index.js");
245
+ var index$3O = require("./IconColorBarcode/index.js");
246
+ var index$3P = require("./IconColorTable/index.js");
247
+ var index$3Q = require("./IconColorQrcode/index.js");
248
+ var index$3R = require("./IconColorImage/index.js");
249
+ var index$3S = require("./IconColorUser/index.js");
250
+ var index$3T = require("./IconColorVline/index.js");
251
+ var index$3U = require("./IconColorTime/index.js");
252
+ var index$3V = require("./IconColorOval/index.js");
253
+ var index$3W = require("./IconColorRect/index.js");
254
+ var index$3X = require("./IconColorText/index.js");
255
+ var index$3Y = require("./IconLinePlay/index.js");
256
+ var index$3Z = require("./IconFillResource/index.js");
257
+ var index$3_ = require("./IconLineTool/index.js");
258
+ var index$3$ = require("./IconColorMarkdown/index.js");
259
+ var index$40 = require("./IconColorYaml/index.js");
260
+ var index$41 = require("./IconLineGoUp/index.js");
261
+ var index$42 = require("./IconLineDate/index.js");
262
+ var index$43 = require("./IconLineNotEqual/index.js");
263
+ var index$44 = require("./IconLineEqual/index.js");
264
+ var index$45 = require("./IconLineLessEqual/index.js");
265
+ var index$46 = require("./IconLineGreaterThan/index.js");
266
+ var index$47 = require("./IconLineGreaterEqual/index.js");
267
+ var index$48 = require("./IconLineListContain/index.js");
268
+ var index$49 = require("./IconLineContain/index.js");
269
+ var index$4a = require("./IconLineNotContain/index.js");
270
+ var index$4b = require("./IconLineLessThan/index.js");
271
+ var index$4c = require("./IconLineNotListContain/index.js");
272
+ var index$4d = require("./IconLineDotDrag/index.js");
273
+ var index$4e = require("./IconLineWorkFlow/index.js");
274
+ var index$4f = require("./IconLineEr/index.js");
275
+ var index$4g = require("./IconFillQuotation/index.js");
276
+ var index$4h = require("./IconLineOk/index.js");
277
+ var index$4i = require("./IconLineComment/index.js");
278
+ var index$4j = require("./IconLineSelect/index.js");
279
+ var index$4k = require("./IconLineAttachment/index.js");
280
+ var index$4l = require("./IconLineDictionary2/index.js");
281
+ var index$4m = require("./IconLineLink/index.js");
282
+ var index$4n = require("./IconLineScript/index.js");
283
+ var index$4o = require("./IconLineKey/index.js");
284
+ var index$4p = require("./IconLineKey2/index.js");
285
+ var index$4q = require("./IconLineLink2/index.js");
286
+ var index$4r = require("./IconLineComputer/index.js");
287
+ var index$4s = require("./IconLinePhone/index.js");
288
+ var index$4t = require("./IconLineExportNew/index.js");
289
+ var index$4u = require("./IconColorNone/index.js");
290
+ var index$4v = require("./IconColorDoc/index.js");
291
+ var index$4w = require("./IconColorPpt/index.js");
292
+ var index$4x = require("./IconColorPdf/index.js");
293
+ var index$4y = require("./IconColorVideo/index.js");
294
+ var index$4z = require("./IconColorTxt/index.js");
295
+ var index$4A = require("./IconColorZip/index.js");
296
+ var index$4B = require("./IconColorXls/index.js");
297
+ var index$4C = require("./IconColorMusic/index.js");
298
+ var index$4D = require("./IconColorImageNew/index.js");
299
+ var index$4E = require("./IconFillClick/index.js");
300
+ var index$4F = require("./IconColorClick/index.js");
301
+ var index$4G = require("./IconColorCycle/index.js");
302
+ var index$4H = require("./IconLineCopy/index.js");
303
+ var index$4I = require("./IconColorLogo/index.js");
304
+ var index$4J = require("./IconColorApprove/index.js");
305
+ var index$4K = require("./IconFillDataFilter/index.js");
306
+ var index$4L = require("./IconLineSearch/index.js");
306
307
  exports.IconFillHeart = index;
307
308
  exports.IconFillMute = index$1;
308
309
  exports.IconFillSound = index$2;
@@ -518,91 +519,92 @@ exports.IconFillDeWeight = index$3j;
518
519
  exports.IconFillMerge = index$3k;
519
520
  exports.IconFillRank = index$3l;
520
521
  exports.IconFillFiled = index$3m;
521
- exports.IconFillDataFilter = index$3n;
522
- exports.IconFillLink = index$3o;
523
- exports.IconFillRow2col = index$3p;
524
- exports.IconColorDataFilter = index$3q;
525
- exports.IconColorKey = index$3r;
526
- exports.IconLinePass = index$3s;
527
- exports.IconColorNum = index$3t;
528
- exports.IconColorSwitch = index$3u;
529
- exports.IconColorInput = index$3v;
530
- exports.IconColorRadio = index$3w;
531
- exports.IconColorTextarea = index$3x;
532
- exports.IconLineReset = index$3y;
533
- exports.IconLineAlignTop = index$3z;
534
- exports.IconLineAlignRight = index$3A;
535
- exports.IconLineAlignLeft = index$3B;
536
- exports.IconLineAlignVertically = index$3C;
537
- exports.IconLineAlignCenter = index$3D;
538
- exports.IconLineAlignBottom = index$3E;
539
- exports.IconLineInfoData = index$3F;
540
- exports.IconLinePrint = index$3G;
541
- exports.IconLineInternationalization = index$3H;
542
- exports.IconIconLineSet2 = index$3I;
543
- exports.IconLineLlm = index$3J;
544
- exports.IconColorLogicFlow = index$3K;
545
- exports.IconLineSkill = index$3L;
546
- exports.IconLineAgent = index$3M;
547
- exports.IconColorLongtext = index$3N;
548
- exports.IconColorHline = index$3O;
549
- exports.IconColorBarcode = index$3P;
550
- exports.IconColorTable = index$3Q;
551
- exports.IconColorQrcode = index$3R;
552
- exports.IconColorImage = index$3S;
553
- exports.IconColorUser = index$3T;
554
- exports.IconColorVline = index$3U;
555
- exports.IconColorTime = index$3V;
556
- exports.IconColorOval = index$3W;
557
- exports.IconColorRect = index$3X;
558
- exports.IconColorText = index$3Y;
559
- exports.IconLinePlay = index$3Z;
560
- exports.IconFillResource = index$3_;
561
- exports.IconLineTool = index$3$;
562
- exports.IconColorMarkdown = index$40;
563
- exports.IconColorYaml = index$41;
564
- exports.IconLineGoUp = index$42;
565
- exports.IconLineDate = index$43;
566
- exports.IconLineNotEqual = index$44;
567
- exports.IconLineEqual = index$45;
568
- exports.IconLineLessEqual = index$46;
569
- exports.IconLineGreaterThan = index$47;
570
- exports.IconLineGreaterEqual = index$48;
571
- exports.IconLineListContain = index$49;
572
- exports.IconLineContain = index$4a;
573
- exports.IconLineNotContain = index$4b;
574
- exports.IconLineLessThan = index$4c;
575
- exports.IconLineNotListContain = index$4d;
576
- exports.IconLineDotDrag = index$4e;
577
- exports.IconLineWorkFlow = index$4f;
578
- exports.IconLineEr = index$4g;
579
- exports.IconFillQuotation = index$4h;
580
- exports.IconLineOk = index$4i;
581
- exports.IconLineComment = index$4j;
582
- exports.IconLineSelect = index$4k;
583
- exports.IconLineAttachment = index$4l;
584
- exports.IconLineDictionary2 = index$4m;
585
- exports.IconLineLink = index$4n;
586
- exports.IconLineScript = index$4o;
587
- exports.IconLineKey = index$4p;
588
- exports.IconLineKey2 = index$4q;
589
- exports.IconLineLink2 = index$4r;
590
- exports.IconLineComputer = index$4s;
591
- exports.IconLinePhone = index$4t;
592
- exports.IconLineExportNew = index$4u;
593
- exports.IconColorNone = index$4v;
594
- exports.IconColorDoc = index$4w;
595
- exports.IconColorPpt = index$4x;
596
- exports.IconColorPdf = index$4y;
597
- exports.IconColorVideo = index$4z;
598
- exports.IconColorTxt = index$4A;
599
- exports.IconColorZip = index$4B;
600
- exports.IconColorXls = index$4C;
601
- exports.IconColorMusic = index$4D;
602
- exports.IconColorImageNew = index$4E;
603
- exports.IconFillClick = index$4F;
604
- exports.IconColorClick = index$4G;
605
- exports.IconColorCycle = index$4H;
606
- exports.IconLineCopy = index$4I;
607
- exports.IconColorLogo = index$4J;
608
- exports.IconColorApprove = index$4K;
522
+ exports.IconFillLink = index$3n;
523
+ exports.IconFillRow2col = index$3o;
524
+ exports.IconColorDataFilter = index$3p;
525
+ exports.IconColorKey = index$3q;
526
+ exports.IconLinePass = index$3r;
527
+ exports.IconColorNum = index$3s;
528
+ exports.IconColorSwitch = index$3t;
529
+ exports.IconColorInput = index$3u;
530
+ exports.IconColorRadio = index$3v;
531
+ exports.IconColorTextarea = index$3w;
532
+ exports.IconLineReset = index$3x;
533
+ exports.IconLineAlignTop = index$3y;
534
+ exports.IconLineAlignRight = index$3z;
535
+ exports.IconLineAlignLeft = index$3A;
536
+ exports.IconLineAlignVertically = index$3B;
537
+ exports.IconLineAlignCenter = index$3C;
538
+ exports.IconLineAlignBottom = index$3D;
539
+ exports.IconLineInfoData = index$3E;
540
+ exports.IconLinePrint = index$3F;
541
+ exports.IconLineInternationalization = index$3G;
542
+ exports.IconIconLineSet2 = index$3H;
543
+ exports.IconLineLlm = index$3I;
544
+ exports.IconColorLogicFlow = index$3J;
545
+ exports.IconLineSkill = index$3K;
546
+ exports.IconLineAgent = index$3L;
547
+ exports.IconColorLongtext = index$3M;
548
+ exports.IconColorHline = index$3N;
549
+ exports.IconColorBarcode = index$3O;
550
+ exports.IconColorTable = index$3P;
551
+ exports.IconColorQrcode = index$3Q;
552
+ exports.IconColorImage = index$3R;
553
+ exports.IconColorUser = index$3S;
554
+ exports.IconColorVline = index$3T;
555
+ exports.IconColorTime = index$3U;
556
+ exports.IconColorOval = index$3V;
557
+ exports.IconColorRect = index$3W;
558
+ exports.IconColorText = index$3X;
559
+ exports.IconLinePlay = index$3Y;
560
+ exports.IconFillResource = index$3Z;
561
+ exports.IconLineTool = index$3_;
562
+ exports.IconColorMarkdown = index$3$;
563
+ exports.IconColorYaml = index$40;
564
+ exports.IconLineGoUp = index$41;
565
+ exports.IconLineDate = index$42;
566
+ exports.IconLineNotEqual = index$43;
567
+ exports.IconLineEqual = index$44;
568
+ exports.IconLineLessEqual = index$45;
569
+ exports.IconLineGreaterThan = index$46;
570
+ exports.IconLineGreaterEqual = index$47;
571
+ exports.IconLineListContain = index$48;
572
+ exports.IconLineContain = index$49;
573
+ exports.IconLineNotContain = index$4a;
574
+ exports.IconLineLessThan = index$4b;
575
+ exports.IconLineNotListContain = index$4c;
576
+ exports.IconLineDotDrag = index$4d;
577
+ exports.IconLineWorkFlow = index$4e;
578
+ exports.IconLineEr = index$4f;
579
+ exports.IconFillQuotation = index$4g;
580
+ exports.IconLineOk = index$4h;
581
+ exports.IconLineComment = index$4i;
582
+ exports.IconLineSelect = index$4j;
583
+ exports.IconLineAttachment = index$4k;
584
+ exports.IconLineDictionary2 = index$4l;
585
+ exports.IconLineLink = index$4m;
586
+ exports.IconLineScript = index$4n;
587
+ exports.IconLineKey = index$4o;
588
+ exports.IconLineKey2 = index$4p;
589
+ exports.IconLineLink2 = index$4q;
590
+ exports.IconLineComputer = index$4r;
591
+ exports.IconLinePhone = index$4s;
592
+ exports.IconLineExportNew = index$4t;
593
+ exports.IconColorNone = index$4u;
594
+ exports.IconColorDoc = index$4v;
595
+ exports.IconColorPpt = index$4w;
596
+ exports.IconColorPdf = index$4x;
597
+ exports.IconColorVideo = index$4y;
598
+ exports.IconColorTxt = index$4z;
599
+ exports.IconColorZip = index$4A;
600
+ exports.IconColorXls = index$4B;
601
+ exports.IconColorMusic = index$4C;
602
+ exports.IconColorImageNew = index$4D;
603
+ exports.IconFillClick = index$4E;
604
+ exports.IconColorClick = index$4F;
605
+ exports.IconColorCycle = index$4G;
606
+ exports.IconLineCopy = index$4H;
607
+ exports.IconColorLogo = index$4I;
608
+ exports.IconColorApprove = index$4J;
609
+ exports.IconFillDataFilter = index$4K;
610
+ exports.IconLineSearch = index$4L;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.1.55",
3
+ "version": "0.1.57",
4
4
  "main": "lib/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-fill_data_filter`]" width="1em" height="1em" v-bind="$attrs"><path d="M7.98648 1.53907C4.28389 1.53907 1.2699 2.70947 1.2699 4.56077C1.2699 5.15991 1.5863 5.7254 2.13832 6.21347L6.29869 10.3738V13.4268C6.29869 14.0444 7.04762 14.5443 7.97495 14.5443C8.9006 14.5443 9.65122 14.0444 9.65122 13.4268V10.3789L13.8638 6.16635C13.9395 6.09566 14.0119 6.02497 14.0792 5.95092L14.1078 5.92231C14.1347 5.89538 14.1566 5.86677 14.1785 5.83984C14.5033 5.44602 14.6817 5.01518 14.6817 4.56245C14.68 2.70947 11.6891 1.53907 7.98648 1.53907Z"/><ellipse cx="7.976" cy="4.474" rx="5.279" ry="2.13"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-fill_data_filter`]" width="1em" height="1em" v-bind="$attrs"><path d="M7.98633 1.53906C11.6889 1.53906 14.68 2.70952 14.6816 4.5625C14.6816 5.01515 14.5035 5.44608 14.1787 5.83984C14.1568 5.86677 14.1343 5.89495 14.1074 5.92188L14.0791 5.95117C14.0118 6.02514 13.9389 6.0954 13.8633 6.16602L9.65137 10.3789V13.4268C9.65131 14.0444 8.90022 14.5439 7.97461 14.5439C7.04746 14.5438 6.29888 14.0443 6.29883 13.4268V10.374L2.13867 6.21289C1.58667 5.72483 1.26953 5.15968 1.26953 4.56055C1.26966 2.70935 4.28388 1.53909 7.98633 1.53906ZM7.97559 2.34277C5.06042 2.34282 2.69727 3.29703 2.69727 4.47363C2.69777 5.65006 5.06073 6.60347 7.97559 6.60352C10.8905 6.60352 13.2534 5.65009 13.2539 4.47363C13.2539 3.29701 10.8908 2.34277 7.97559 2.34277Z"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-search`]" width="1em" height="1em" v-bind="$attrs"><path d="M7.65527 1.61523C10.8559 1.61533 13.4509 4.21053 13.4512 7.41113C13.4511 8.89562 12.8916 10.249 11.9736 11.2744L13.9463 13.248C14.206 13.5077 14.206 13.9288 13.9463 14.1885C13.6866 14.448 13.2655 14.4481 13.0059 14.1885L10.9766 12.1592C10.0358 12.8186 8.89125 13.207 7.65527 13.207C4.45454 13.2069 1.85947 10.6119 1.85938 7.41113C1.85962 4.21053 4.45464 1.61533 7.65527 1.61523ZM7.65527 2.94531C5.18918 2.94541 3.1897 4.94507 3.18945 7.41113C3.18954 9.87733 5.18908 11.8769 7.65527 11.877C10.1215 11.8769 12.121 9.87733 12.1211 7.41113C12.1208 4.94507 10.1214 2.9454 7.65527 2.94531Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineSearch',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'sc',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
package/src/index.js CHANGED
@@ -213,7 +213,6 @@ export { default as IconFillDeWeight } from './IconFillDeWeight/index.vue';
213
213
  export { default as IconFillMerge } from './IconFillMerge/index.vue';
214
214
  export { default as IconFillRank } from './IconFillRank/index.vue';
215
215
  export { default as IconFillFiled } from './IconFillFiled/index.vue';
216
- export { default as IconFillDataFilter } from './IconFillDataFilter/index.vue';
217
216
  export { default as IconFillLink } from './IconFillLink/index.vue';
218
217
  export { default as IconFillRow2col } from './IconFillRow2col/index.vue';
219
218
  export { default as IconColorDataFilter } from './IconColorDataFilter/index.vue';
@@ -300,4 +299,6 @@ export { default as IconColorClick } from './IconColorClick/index.vue';
300
299
  export { default as IconColorCycle } from './IconColorCycle/index.vue';
301
300
  export { default as IconLineCopy } from './IconLineCopy/index.vue';
302
301
  export { default as IconColorLogo } from './IconColorLogo/index.vue';
303
- export { default as IconColorApprove } from './IconColorApprove/index.vue';
302
+ export { default as IconColorApprove } from './IconColorApprove/index.vue';
303
+ export { default as IconFillDataFilter } from './IconFillDataFilter/index.vue';
304
+ export { default as IconLineSearch } from './IconLineSearch/index.vue';